.globalTop .tags {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-y: hidden;
    white-space: nowrap;
    padding: 10px;
}

.globalTop .tags a {
    padding: .25em 0;
    margin-right: .5em;
}

.globalTop .tags a.active {
    color: #fe8a1a;
}

.gameDetail {
    padding: 0 12.5px 12.5px 12.5px;
}

.gameDetailTop .img {
    width: 75px;
    height: 75px;
    float: left;
    overflow: hidden;
}

.gameDetailTop .img img {
    display: block;
    width: 100%;
    height: 100%;
}

.gameDetailTop .img .gameImgTypeDiscount {
    bottom: auto;
    right: -12.5px;
    top: 10px;
    color: #ffffff;
    background-color: red;
    transform: rotate(45deg);
    width: 60px;
    text-align: center;
    font-size: 10px;
}

.gameDetailTop .info {
    margin-left: 85px;
    padding-top: 5px;
}

.gameDetailTop .info .name {
    font-size: 16px;
    color: #ff9b24;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.25;
}

.gameDetailTop .info .summary {
    margin-top: 5px;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gameDetailTop .info .desc {
    font-size: 13px;
    color: #ff9b24;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gameDetailTop .btn {
    position: absolute;
    right: 0;
    display: block;
    padding: 5px 5px 5px 10px;
    border-top-left-radius: 5em;
    border-bottom-left-radius: 5em;
    text-align: center;
    background-color: #ff9b24;
    color: #ffffff;
    top: 15px;
}

.gameDetailSummary {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
}

.gameDetailSummary span {
    color: #ff9b24;
}

.gameDetailSummary .btn-consult {
    float: right;
    background-color: #ff9b24;
    color: #ffffff;
    margin-top: 6.5px;
    border-radius: 5px;
    padding: 5px;
    font-size: 13px;
}

.gameDetailNav {
    margin-top: 15px;
    margin-bottom: 10px;
}

.gameDetailNav li {
    float: left;
    width: 25%;
    color: #000;
    font-size: 15px;
    text-align: center;
    transition: all .25s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 5px;
}

.gameDetailNav li.active {
    border-bottom: 2px solid #ff9b24;
    color: #ff9b24;
}

.gameDetailSection {
    display: none;
}

.gameDetailSections .gameDetailSection:first-child {
    display: block;
}

.gameDetailInfo {
    margin-top: auto;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-top: 5px;
}

.gameDetailTitle {
    border-left: 2px solid #ff9b24;
    color: #ff9b24;
    font-size: 16px;
    padding-left: .5em;
    font-weight: bold;
    line-height: 1.35;
    margin-bottom: 10px;
}

.gameDetailText {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 1.75;
}

.gameDetailImgs {
    height: 265px;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: scroll;
    -webkit-backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
    text-align: justify;
    margin-bottom: 15px;
}

.gameDetailImgs::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.gameDetailImgs::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #f4f4f4;
}

.gameDetailImgs::-webkit-scrollbar-thumb {
    height: 10px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #c5c5c5;
}

.gameDetailImgs a {
    display: inline-block;
    margin-right: 1%;
    height: 100%;
    overflow: hidden;
}

.gameDetailImgs img {
    display: block;
    max-width: 100%;
    height: 100%;
}

.gameDetailVip table {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}

.gameDetailVip td {
    text-align: center;
    padding: 7.5px;
    border: 1px solid #ccc;
}

.gameDetailVip tr:first-child td {
    background-color: #f2f4f7;
    font-weight: bold;
    color: #000000;
}

.commentList li {
    margin: 10px auto;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}

.commentList li {
    margin: 10px auto;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}

.commentList li:first-child {
    margin-top: auto;
    border-top: none;
    padding-top: 0;
}

.commentList li:last-child {
    margin-bottom: auto;
}

.commentList li .img {
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #cccccc;
}

.commentList li .img img {
    display: block;
    width: 100%;
    height: 100%;
}

.commentList li .info {
    margin-left: 65px;
}

.commentList li .name {
    color: #494949;
    font-size: 15px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.commentList li .desc {
    margin-top: 2.5px;
    font-size: 13px;
}

.commentList li .desc i {
    color: #ff9b24;
}

.commentList li .content {
    margin-top: 7.5px;
    line-height: 1.85;
    padding-bottom: 7.5px;
}

.commentList li .summary {
    font-size: 13px;
}

.commentList li .datetime {
    float: left;
}

.commentList li .count {
    float: right;
}

.commentList li .count:first-child {
    margin-left: .5em;
}

.gameDetailComment a {
    display: block;
    margin-top: 15px;
    text-align: center;
    color: #ff9b24;
    font-size: 16px;
}

.gameDetailAppText {
    text-align: center;
    font-size: 13px;
    padding: 5px;
    line-height: 25px;
}

.gameDetailAppText i {
    background-color: #ff9b24;
    color: #ffffff;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 50%;
    margin-right: .25em;
    vertical-align: middle;
}

.gameDetailAppText span {
    color: #ff9b24;
    vertical-align: middle;
}

.gameDetailAppText p {
    display: inline-block;
    vertical-align: middle;
}

.gameDetailBtn {
    margin-top: 10px;
}

.gameDetailBtn .btn {
    display: block;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
    background-color: #ff9b24;
    color: #ffffff;
}

.gameDetailBtn .btn.disable {
    background-color: #cccccc;
}

.gameDetailNews {
    margin-bottom: 12.5px;
}

.gameDetailNews li {
    padding: 5px 0;
}

.gameDetailNews li .label {
    display: block;
    float: left;
    background-color: #ff9b24;
    padding: 2.5px;
    line-height: 1.25;
    font-size: 12px;
    margin-right: .5em;
    color: #ffffff;
    border-radius: 5px;
    width: 80px;
    text-align: center;
}

.gameDetailNews li .icon {
    float: right;
    font-size: 16px;
    padding-top: 2.5px;
}

.gameDetailServerList li {
    margin-top: 7.5px;
    text-align: center;
}

.gameDetailServerList li .datetime {
    float: left;
    position: relative;
    padding-left: .5em;
}

.gameDetailServerList li .datetime:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 2px;
    height: 2px;
    margin-top: -1px;
    background-color: #fc5d2a;
}

.gameDetailServerList li .status {
    float: right;
    background: #fc5d2a;
    color: #ffffff;
    padding: 1px 5px;
    border-radius: 5px;
    font-size: 13px;
}

.gameDetailServerList li .status.already {
    background-color: #cccccc;
}

.gameDetailServerList li .name {
    display: inline-block;
    border: 1px solid rgb(239, 239, 244);
    border-radius: 3px;
    padding: 2.5px 5px;
    line-height: 1.35;
}

.gameDetailServerList li:first-child {
    margin-top: auto;
}

.textMagicCtrl {
    float: right;
    color: #fc5d2a;
}

.textMagicCtrl .fa {
    font-size: 18px;
    margin-right: .25em;
}

.textMagic .expand {
    display: none;
}

.textMagic.expand .expand {
    display: inline;
}

.textMagic.expand .collapse {
    display: none;
}

.gameDetailLikeGamesTitle {
    position: relative;
    text-align: center;
    margin-bottom: .5em;
}

.gameDetailLikeGamesTitle p {
    display: inline-block;
    position: relative;
    z-index: 22;
    background-color: #ffffff;
    padding-left: 1em;
    padding-right: 1em;
}

.gameDetailLikeGamesTitle:before {
    position: absolute;
    top: 50%;
    margin-top: -1px;
    content: '';
    display: block;
    height: 1px;
    background-color: #fc5d2a;
    left: 10%;
    right: 10%;
}

.gameDetailLikeGamesList li {
    float: left;
    width: 25%;
    padding: .5em;
}

.gameDetailLikeGamesList li .img {
    padding-left: .5em;
    padding-right: .5em;
}

.gameDetailLikeGamesList li .name {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}