body, html {
    background: #fff;
    font-size: 16px;
    font-family: 'microsoft yahei';
    color: #333333;
}

.con-box {
    max-width: 1200px;
    width: 100%;
    margin: 70px auto 0;
}

.hbtj-tit {
    margin-bottom: 20px;
}

.hbtj-tit span {
    color: #333333;
    font-size: 18px;
    display: inline-block;
    vertical-align: top;
    line-height: 28px;
    font-weight: bold
}


.hbtj-box {
    margin: 0 auto 20px;
    overflow: hidden;
    padding: 0 1rem;
}

.hbtj-box .hbtj-tit span {
    line-height: 28px;
}


@media screen and (min-width: 992px) {
    .hbtj-box ul {
        display: grid;
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .hbtj-box ul {
        display: grid;
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}

@media screen and (min-width: 568px) and (max-width: 768px) {
    .hbtj-box ul {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media screen and (max-width: 568px) {
    .hbtj-box ul {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}


.hbtj-box ul li {
    transition: all 0.3s;
}

.hbtj-box ul li:hover {
    transform: translateY(-10px);
}

.hbtj-box ul li .s-rec-img {
    display: block;
    width: 88px;
    height: 88px;
    overflow: hidden;
    margin: auto;
}

.hbtj-box ul li a img {
    width: 88px;
    height: 88px;
    border-radius: 10px;
    transition: all 1s;
    margin: auto;
}

.hbtj-box ul li a.list-right-tit {
    height: 40px;
    line-height: 40px;
    color: #333333;
    font-size: 14px;
    text-align: center;
    margin: auto;
    overflow: hidden;
    display: block;
    font-weight: bold;
    width: 90%;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hbtj-box ul li:hover .list-right-tit {
    color: #167af4 !important;
}


.box-tit {
    position: relative;
}

.box-tit span {
    font-size: 22px;
    color: #000000;
    display: inline-block;
    vertical-align: top;
}

.more-btn {
    position: absolute;
    right: 0;
    top: 5px;
    color: #aaaaaa;
}

.more-btn:hover {
    color: #167af4;
}

.sj-game, .zthj-box, .sjrj-box{
    width: 100%;
    margin: 0 auto 30px;
    overflow: hidden;
}

.sj-game-list {
    width: 1250px;
}

.sj-game-list li {
    float: left;
    width: 158px;
    height: 188px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    margin-right: 40px;
    margin-top: 25px;
}

.sj-img {
    display: block;
    width: 88px;
    height: 88px;
    overflow: hidden;
    margin: 20px auto 10px;
    border-radius: 10px;
}

.sj-img img {
    width: 100%;
    height: 100%;
}

.sj-tit {
    display: block;
    width: 90%;
    height: 28px;
    line-height: 28px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin: auto;
    font-weight: bold;
}

.sj-game-list li:hover {
    border: 1px solid #167af4;
}

.sj-game-list li:hover .sj-tit {
    font-weight: bold;
    color: #167af4;
}

.sj-type {
    font-size: 14px;
    color: #999999;
    text-align: center;
    margin-bottom: 16px;
    margin-top: 5px;
    overflow: hidden;
}

.sj-btn {
    display: block;
    width: 68px;
    height: 28px;
    line-height: 28px;
    margin: 6px auto;
    background: #167af4;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    transition: all 0.3s;
}

.sj-game-list li:hover .sj-type {
    height: 0;
}

.sj-game-list li:hover .sj-btn {
    transform: translateY(-16px);
}

.sj-btn:hover, .sjrj-btn:hover {
    color: #fff !important;
}

.sj-game .box-tit, .zthj-box .box-tit {
    margin-bottom: 5px;
}

.zthj-box ul {
    width: 1250px;
}

.zthj-box ul li {
    width: 220px;
    /*height: 110px;*/
    aspect-ratio: 4 / 2.25;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    margin-top: 25px;
    margin-right: 25px;
    float: left;
}

.zthj-box ul li a, .zthj-box ul li a img {
    display: block;
    width: 100%;
    height: 100%;
}

.zthj-box .zt-mask {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.5);
    transition: transform 0.4s;
    font-weight: bold;

}

.zthj-box ul li:hover .zt-mask {
    background: rgba(255, 255, 255, 0.7);
    color: #167af4;
    font-weight: bold;
    transform: translateY(-35px);
}


.sjrj-box ul {
    width: 1250px;
}

.sjrj-box ul li {
    float: left;
    width: 106px;
    height: 126px;
    overflow: hidden;
    margin-right: 50px;
    margin-bottom: 18px;
}

.sjrj-box .sjrj-img {
    display: block;
    width: 88px;
    height: 88px;
    overflow: hidden;
    border-radius: 15px;
    margin: 0 auto 8px;
}

.sjrj-box .sjrj-img img {
    width: 100%;
    height: 100%;
}

.sjrj-tit {
    display: block;
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-bottom: 8px;
    font-weight: bold;
}

.sjrj-btn {
    display: block;
    width: 68px;
    height: 28px;
    line-height: 28px;
    background: #167af4;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    border-radius: 5px;
    font-size: 14px;
    transition: all 0.3s;
}

.sjrj-box .box-tit {
    margin-bottom: 30px;
}

.sjrj-box ul li:hover .sjrj-btn {
    transform: translateY(-30px);
}

.sjrj-box ul li:hover .sjrj-tit {
    visibility: hidden;
}

.sjrj-box {
    margin: 0 auto 10px;
}

html, body {
    font-family: 'Mircrosoft yahei';
}

@media screen and (min-width: 568px) and (max-width: 1199px) {
    .sj-game-list li, .sjrj-box ul li {
        width: 16.6%;
    }
}

@media screen and (max-width: 568px) {
    .sj-game-list li, .sjrj-box ul li {
        width: 25%;
    }
}


@media screen and (min-width: 280px) and (max-width: 1199px) {

    .header-box {
        background-color: #1a7eed;
        padding-top: 1px;
        width: 100%;
        padding-bottom: 1px;
    }

    .nav-main li {
        flex-shrink: 0;
        display: block;
        font-size: 15px;
    }

    .nav-main li:nth-child(1) {
        padding-left: 22px;
    }

    .nav-main li a {
        display: block;
        width: 100%;
    }

    .con-box {
        width: 100%;
    }

    .sj-game-list, .sjrj-box ul {
        width: 100%;
    }

    .sj-game-list li, .sjrj-box ul li {
        margin: 0;
        border: none;
        height: auto;
    }

    .sj-game-list li:hover {
        border: none;
    }

    .sj-game-list li:hover .sj-tit {
        font-weight: bold;
        color: #167af4;
    }

    .sj-game-list li:hover .sj-btn {
        transform: translateY(0);
    }

    .sj-game-list li:hover .sj-type {
        height: auto;
    }

    .sj-img, .sjrj-box .sjrj-img {
        width: 70px;
        height: 70px;
        margin: 15px auto 0px;
    }

    .sj-type {
        margin-bottom: 0px;
        margin-top: 0;
    }

    .sj-tit {
        font-size: 15px;
        width: 68px;
        margin: 2px auto 0;
        height: 26px;
        line-height: 26px;
    }

    .sj-btn {
        margin: 0 auto;
    }

    .zthj-box ul {
        width: 96%;
        margin: 0 auto;
    }

    .zthj-box ul li {
        width: 48%;
        margin-top: 15px;
        margin-right: 3%;
        /*height: 100px;*/
    }

    .zthj-box ul li:nth-of-type(2n) {
        margin-right: 0;
    }




    .sj-game .box-tit, .zthj-box .box-tit, .sjrj-box .box-tit {
        width: 96%;
        margin: 0 auto;
    }


    .more-btn {
        font-size: 15px;
        top: 0;
    }

    .box-tit span {
        font-size: 16px;
        font-weight: bold;
    }

    .sj-game, .zthj-box, .sjrj-box{
        margin: 0 auto 15px;
    }

    .sjrj-box ul li:hover .sjrj-btn {
        transform: translateY(0);
    }

    .sjrj-box ul li:hover .sjrj-tit {
        visibility: visible;
    }

    .sjrj-tit {
        font-size: 15px;
        width: 90%;
        margin: 2px auto 5px;
    }

}

.cate {
    display: flex;
    align-items: center;
    justify-content: left;
}

.cate img {
    width: 28px;
    height: 28px;
    margin-right: 10px;

    margin-left: -28px;
    -webkit-filter: drop-shadow(28px 0 0 #ccc);
    filter: drop-shadow(30px 0 0 #167af4);
}

.cate span {
    font-size: 22px;
    color: #000000;
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
    margin-left: 28px;
}

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, code, form, fieldset, legend, button, input, textarea, th, td {
    padding: 0px;
    margin: 0px;
    border: none;
    font-family: "Microsoft YaHei", Tahoma, Arial, Roboto, ”Droid Sans”, ”Helvetica Neue”, ”Droid Sans Fallback”, ”Heiti SC”, ”Hiragino Sans GB”, Simsun, sans-self;
}

a {
    color: #333;
    text-decoration: none;
}

a:active, a:hover {
    text-decoration: none;
}

a:focus, input:hover, button:hover, input[type='button']:hover {
    outline: none;
}

i, em, cite {
    font-style: normal;
}

li {
    vertical-align: bottom;
    overflow: hidden;
    list-style-type: none;
}

body, button, input, select, textarea {
    font: 14px/1.5em "Microsoft YaHei";
}


* html {
    background-attachment: fixed;
    font-family: "Microsoft YaHei"
}

body {
    font-family: "Microsoft YaHei"
}

img {
    max-width: 100%;
    border: 0 none;
    vertical-align: top;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    *zoom: 1;
}

a:hover {
    color: red;
}

img {
    transition: all linear 0.3s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
}

img:hover {
    transform: scale(1.06);
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -o-transform: scale(1.06);
    -ms-transform: scale(1.06);
}

.header-box {
    background: #167af4;
    position: fixed;
    width: 100%;
    top: 0;
    height: 60px;
    display: flex;
    align-items: center;
    z-index: 11;
}

.crumbs-box {
    margin: 0 auto;
    color: #999999;
    font-size: 20px;
    padding: 10px 20px;
    font-weight: bold;
}

.crumbs-box a {
    color: #999999;
}

.nav-main {
    width: 100%;
    color: white;
}

.nav-ul {
    width: 100%;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
}

.nav-main li {
    float: left;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    padding: 0 22px;
}

.nav-main li:nth-child(1) {
    padding-left: 45px
}

.nav-main li:nth-child(5) {
    padding: 0;
    width: 75px;
}

.nav-main li a {
    color: white;
    font-weight: bold;
    font-size: 1rem;
}

.nav-main li a:hover {
    font-weight: 800 !important;
    color: #00e9ff !important
}


.footer-box {
    background-color: #262626;
    border-top: 4px solid #02a0e7;
    color: #fff !important;
    width: 100%;
}

.footer-box a {
    color: #fff !important;
}

#modFootClass {
    text-align: center;
    font: 400 12px/26px "simsun";
    color: #fff;
    font-size: 14px;
    padding: 20px 0 20px;
}

#modFootClass a {
    color: #444;
    text-decoration: none;
    font-weight: bold;
}

#modFootClass a:hover {
    color: #a00;
}

#modFootClass span {
    font-family: microsoft yahei;
}

.logo-img {
    margin: auto 1rem;
    width: 160px;
    height: 50px;
}

@media screen and (max-width: 900px) {
    .nav-main {
        display: none;
    }

    #menu-btn {
        margin-right: 1rem;
        background: none;
    }

    .header-box {
        justify-content: space-between;
    }
}

#menu-btn img {
    width: 40px;
    height: 40px;
}

@media screen and (min-width: 900px) {
    #menu-btn {
        display: none;
    }

    #menu-main {
        display: none !important;
    }
}


#menu-main {
    position: fixed;
    top: 0;
    z-index: 11;
    width: 100%;
    height: 100%;

    transform: translateX(100%);
    transition: .3s all;

}

#menu-bg {
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.71);
}

.menu-content {
    width: 75%;
    height: 100%;
    position: absolute;
    z-index: 12;
    top: 0;
    right: 0;
    background: #327bd4;
    padding: 1rem;
}

#menu-close {
    text-align: left;
    width: 30px;
    height: 30px;
    background: #327bd4;
}

.search-main {
    height: 50px;
    width: 95%;
    margin: 1rem auto;
    position: relative;
    display: flex;
    align-items: center;
}

.search-main input {
    width: 100%;
    height: 100%;
    color: #167af4;
    border-radius: 5px;
    background: #90b9f5;
    padding-left: 1rem;
}

.search-main img {
    position: absolute;
    right: 1rem;
}

.search-main button {
    display: contents;
}

.menu-list {
    display: flex;
    flex-flow: column;
}

.menu-list a {
    margin: 1rem 0;
    font-weight: bold;
    color: #fff;
    font-size: 24px;
}

.pc-search {
    width: 300px;
}

.cate-hot img {
    width: 28px;
    height: 28px;
    margin-right: 10px;
}


#back-to-top {
    position: fixed;
    right: 2rem;
    bottom: 3rem;
    height: 42px;
    width: 42px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    padding: 0;
    background: #fff;
    border: none;
}


.desc_btn {
    border: solid 1px #00add7;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 8px;
    background: #00add7;
    font-size: 1rem;
    margin-top: 1rem;
    margin-bottom: .5rem;
}

#description_view {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media screen and (min-width: 768px) {
    .desc_btn {
        display: none !important;
    }

    #description_view {
        -webkit-line-clamp: 100 !important;
    }
}

@media screen and (max-width: 768px) {
    .desc_btn {
        display: block;
    }
}


.rank-list-item {
    padding: 20px;
    margin: 0 auto;
    position: relative;
    background: #fff;
    display: flex;
}

.rank-img {
    width: 138px;
    height: 138px;
    border-radius: 15px;
    overflow: hidden;
}

.rank-img img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
}

.rank-info {
    width: 80%;
    margin-left: 20px;
}

.rank-list-tit {
    display: block;
    font-size: 22px;
    font-weight: bold;
    color: #333333;
    margin-top: 14px;
    margin-bottom: 18px;
}

.rank-list-type {
    color: #999999;
    font-size: 14px;
    margin-bottom: 10px;
    max-width: 300px;
}

.rank-list-type span {
    margin-right: 20px;
}

.rank-com {
    height: 52px;
    line-height: 26px;
    font-size: 14px;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 1rem;
}

.load-btn {
    display: block;
    width: 110px;
    height: 40px;
    color: #fff;
    background: #40a1ff;
    font-size: 16px;
    position: absolute;
    right: 12px;
    top: 20px;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    font-weight: bold;
}


.container-box {
    width: 100%;
    max-width: 960px;
}

@media screen and (max-width: 568px) {
    .rank-info {
        width: 60% !important;
    }

    .load-btn {
        top: 40px !important;
        width: 100px !important;
        height: 35px !important;
    }
}


body {
    background: #fff;
}

.nav-ul {
    width: 1200px;
    margin: 0 auto;
}



.container-box {
    width: 1200px;
    position: relative;
}

.crumbs-box a {
    color: #999999;
}




.soft-box {
    float: left;
    box-shadow: 0 0 10px #cccccc;
    background-color: #ffffff;
    position: relative;
    padding-bottom: 1rem;
    width: 48%;
    margin: 5px;
}

.soft-box-top {
    padding: 25px 20px 0;
}

.soft-box-top .img-box {
    float: left;
    width: 94px;
    height: 94px;
    display: block;
    margin-right: 15px;
}

.soft-box-top .img-box img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.soft-info {
    float: left;
}

.soft-intro {
    color: #666666;
    height: 52px;
    font-size: 14px;
    line-height: 28px;
    margin-top: 10px;
    padding: 0 20px 0;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.soft-intro span {
    color: #ff6600;
    font-weight: bold;
}

.soft-tit {
    margin: 8px 0;
}

.soft-tit a {
    display: inline-block;
    font-weight: bold;
    color: #333333;
    font-size: 16px;
    width: 224px;
    height: 20px;
    overflow: hidden;
}

.soft-label {
    color: #838383;
    font-size: 12px;
    margin-top: 10px;
}


.soft-s-label {
    padding: 3px 12px;
    border: 1px solid #e8e8e8;
    border-radius: 20px;
    background-color: #f8f8f8;
}

.load-btn {
    float: right;
    display: block;
    width: 110px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    color: #ffffff;
    background: #37afff;
    border-radius: 5px;
    margin-top: 38px;
}

@media screen and (min-width: 280px) and (max-width: 1199px) {
    .nav-ul {
        width: 100%;
        height: auto;
    }

    .header-box {
        background-color: #1a7eed;
        padding-top: 1px;
        padding-bottom: 1px;
    }

    .nav-ul {
        display: flex;
        overflow-x: scroll;
    }

    .nav-main {
        display: none;
    }

    .nav-main li {
        flex-shrink: 0;
        display: block;
        font-size: 15px;
    }

    .nav-main li:nth-child(1) {
        padding-left: 22px;
    }

    .nav-main li a {
        display: block;
        width: 100%;
    }

    .crumbs-box {
        width: 100%;
        font-size: 16px;
        background: #f6f6f6;
        color: #999999;
        padding: 7px 0;
        line-height: 26px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .crumbs-box a {
        color: #666666;
        display: inline-block;
        margin-right: 4px;
    }

    .crumbs-box i {
        display: inline-block;
        width: 12px;
        height: 12px;
    }

    .container-box {
        width: 100%;
    }

    .soft-box {
        width: 100%;
        float: none;
        height: auto;
        padding-bottom: 15px;
        margin: 0 auto 10px;
    }

    .soft-box-top {
        padding: 10px 10px 0;
        display: flex;
    }

    .soft-box-top .img-box {
        width: 68px;
        height: 68px;
        margin-right: 10px;
        margin-top: 5px;
    }

    .soft-intro {
        margin-top: 10px;
    }

    .soft-info {
        flex: 1;
        width: 60%;
    }

    .load-btn em {
        display: none;
    }

    .soft-label {
        height: 25px;
        overflow: hidden;
        padding-top: 2px;
        margin-top: 5px;
    }

    .soft-label span {
        display: inline-block;
        padding: 1px 10px;
    }

}


@media screen and (max-width: 568px) {
    .cate-btn {
        top: 10px !important;
        width: 100px !important;
        height: 35px !important;
    }
}




.con-box .content_main {
    max-width: 960px;
    width: 100%;
    margin: 0 auto 2rem;
}

.con-box .game_info {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}

.con-box .game_info h1 {
    line-height: 30px;
    font-size: 26px;
    margin-left: 10px;
    margin-bottom: 15px;
    font-weight: 1000;
}

.con-box .game_info .game_info_left {
    width: 186px;
    float: left;
    margin-right: 15px;
}

.con-box .game_info .img {
    display: block;
    margin: 0 auto;
}

.con-box .game_info .img, .con-box .game_info .img img {
    width: 150px;
    height: 150px;
    border-radius: 18px;
}

.gtag {
    overflow: hidden;
    float: left;
    width: 538px;
    zoom: 1;
}

.gtag span {
    padding: 0 0 0 20px;
    display: block;
    margin: 5px 0 5px 0;
    line-height: 18px;
    height: 20px;
    overflow: hidden;
    zoom: 1;
}

.gtag span a {
    color: #17a7ee;
    border: 1px solid #17a7ee;
    border-radius: 2px;
    padding: 0px 3px;
    margin-right: 10px;
    display: inline-block;
}

.gtag span a:hover {
    color: #fff;
    background: #17a7ee
}


.con-box .game_info .btn_box {
    width: 650px;
    float: left;
}

.con-box .game_info .btn_box .btn {
    float: left;
}

.con-box .game_info .btn_box .btn a {
    display: block;
    width: 170px;
    height: 50px;
    float: left;
    line-height: 50px;
    color: #fff;
    border-radius: 5px;
    margin-top: 8px;
    font-size: 20px;
    margin-right: 20px;
    text-align: center;
    font-weight: bold;
}

.con-box .game_info .btn_box .btn .az_btn {
    background: #72c739;
}

.con-box .s_title {
    z-index: 9999;
    padding-top: 8px;
}

.con-box .s_title {
    height: 45px;
    line-height: 45px;
    border-bottom: 3px solid #ddd;
}

.con-box .s_title li, .con-box .s_title span {
    float: left;
    padding: 0 15px;
    cursor: pointer;
    color: #666;
    font-size: 16px;
    height: 45px;
}

.con-box .s_title .cur {
    border-bottom: 3px solid #167af4;
    color: #167af4;
    margin-bottom: -3px;
}

.con-box .s_title .cur a {
    color: #167af4;
    font-weight: bold;
}

#v-intro {
    line-height: 24px;
    color: #666;
    font-size: 15px;
    margin-top: 15px;
}

#v-intro p {
    line-height: 30px;
}

#v-intro h3 {
    border-left: 5px solid #167af4;
    padding-left: 10px;
    line-height: 30px;
    background: #f8f8f8;
    margin: 15px 0 10px 0;
    font-size: 16px;
    font-family: 'microsoft yahei';
    color: #167af4;
}





@media screen and (min-width: 280px) and (max-width: 1199px) {

    .content_main {
        width: 100% !important;
        float: none !important;
    }

    .con-box .game_info h1 {
        margin-left: 0;
        text-align: center;
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 40px;
        font-weight: bold;
        margin-top: 10px;
    }

    .con-box .game_info .game_info_left {
        width: 100px;
        float: none;
        margin: 0 auto 10px;
    }

    .con-box .game_info .img, .con-box .game_info .img img {
        width: 100%;
        height: 100px;
    }


    .gtag {
        float: none;
        width: 100%;
        padding-left: 10px;
    }

    .gtag span a {
        font-size: 12px;
    }

    .gtag span{
        display:none;
    }

    .con-box .game_info .btn_box {
        width: 100%;
        float: none;
    }

    .con-box .game_info .btn_box .btn {
        width: 100%;
    }

    .con-box .game_info .btn_box .btn .az_btn {
        float: none;
        margin: 10px auto 0;
        height: 40px;
        line-height: 40px;
        text-align: center;
    }

    .con-box .s_title {
        display: flex;
        width: 100%;
        padding-top: 0;
        border-bottom: 2px solid #ddd;
        height: 40px;
        line-height: 40px;
    }

    .con-box .s_title li, .con-box .s_title span {
        font-size: 20px;
        height: 40px;
    }

    .con-box .s_title li {
        flex: 1;
    }

    .con-box .s_title .cur {
        border-bottom: 2px solid #167af4;
    }

    #v-intro {
        padding: 0 10px;
        margin-top: 10px;
    }

    #v-intro p {
        line-height: 26px;
    }

    #v-intro h3 {
        margin: 10px 0 10px 0;
    }

    .con-box .game_info .btn_box .btn {
        float: none;
    }

    .con-box .game_info .btn_box .btn a {
        width: 75%;
        float: none;
        margin: 10px auto;
        height: 40px;
        line-height: 40px;
        border-radius: 25px;
    }
}

@-webkit-keyframes clockwise {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes clockwise {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}
