body {
    width: 100%;
    height: 100%;
    background: url("/src/qqgame/images/bg3-cy.jpg") no-repeat top center;
    background-size: 3840px 2541px;
}
.footer_wrp {
    background: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
    position: fixed;
    bottom: 0;
    z-index: 9999;
}
.wrap {
    width: 2460px;
    min-width: 2460px;
    margin: 0 auto;
    display: flex;
    position: relative;
    flex-direction: column;
}

.miyunLogo {
    display: block;
    width: 100px;
    height: 28px;
    background: url("/src/qqgame/images/miyun.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 29px;
    left: -120px;
}
.top {
    width: 645px;
    display: flex;
    margin-top: 690px;
    flex-direction: column;
    align-items: center;
    margin-left: 200px;
}
.btn-pop-open {
    width: 611px;
    height: 225px;
    background: url("/src/qqgame/images/download-cy.png") no-repeat;
    display: inline-block;
    cursor: pointer;
}
.download-explain {
    font-size: 20px;
    color: rgb(255, 255, 255);
    text-align: center;
    margin-top: -50px;
}
.content {
    margin-top: 120px;
    margin-bottom: 141px;
}
.cont-game {
    width: 786px;
    color: #ffffff;
    position: relative;
}
.title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.hot-game {
    font-size: 48px;
    position: relative;
    margin-left: 40px;
    font-weight: bolder;
    /* color: #ffffff; */
    background-image: -webkit-linear-gradient(bottom, #ffffff, #e6f6ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #5e9517;
}
.hot-game::before {
    content: "";
    width: 38px;
    height: 54px;
    background: url("/src/qqgame/images/icon1-cy.png") no-repeat;
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
}
.hot-more {
    font-size: 30px;
    color: #e6ff82;
}
.game-list {
    width: 816px;
    height: 886px;
    overflow-y: auto;
    margin-top: 46px;
}
.game-decorate {
    width: 816px;
    height: 6px;
    background-color: #c7ff66;
    opacity: 0.9;
    position: absolute;
    top: 100px;
    left: 0;
    box-shadow: 13px 21px 28px skyblue;
}

.game-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding-right: 36px;
    box-sizing: border-box;
}
.game-info {
    font-size: 36px;
    text-align: left;
    width: 218px;
    white-space: nowrap;
}
.game-num {
    font-size: 30px;
    color: #a6e1f4;
    margin-left: 34px;
    position: relative;
    white-space: nowrap;
}
.game-num::before {
    content: "";
    width: 21px;
    height: 30px;
    background: url("/src/qqgame/images/flames-cy.png") no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -32px;
}
.game-list::-webkit-scrollbar {
    width: 6px;
    background-color: #5ea925;
}
.game-list::-webkit-scrollbar-thumb {
    background: #f7ff73;
    width: 6px;
    border-radius: 3px;
}
.cont-active {
    margin-left: 150px;
    position: relative;
}
.cont-active .hot-game {
    margin-left: 66px;
}
.cont-active .hot-game::before {
    width: 57px;
    height: 56px;
    left: -66px;
    background: url("/src/qqgame/images/icon2-cy.png") no-repeat;
}
.cont-active .game-decorate {
    width: 1367px;
}
.content {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.active-box {
    width: 1367px;
    position: relative;
    margin-top: 46px;
}
.swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide {
    background-size: cover;
    background-position: center;
}
.mySwiper2 {
    height: 672px;
    width: 100%;
    border: 3px solid #447f33;
}
.mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 5px 0;
}
.mySwiper .swiper-slide {
    width: 25%;
    height: 185px;
    opacity: 0.4;
    border: 3px solid rgba(54, 130, 224, 0.63);
    box-sizing: border-box;
}
.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
    border: 6px solid #e3ee2c;
    box-sizing: border-box;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}
.swiper-button-next,
.swiper-button-prev {
    width: 92px;
    height: 92px;
    top: 32%;
}
.swiper-button-prev:after {
    content: "";
    width: 92px;
    height: 92px;
    background: url("/src/qqgame/images/pre-cy.png") no-repeat;
}
.swiper-button-next:after {
    content: "";
    width: 92px;
    height: 92px;
    background: url("/src/qqgame/images/next-cy.png") no-repeat;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: -40px;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: -40px;
}
.pop {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99;
}
.pop-content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 849px;
    height: 511px;
    background: url("/src/qqgame/images/pop-bg.png") no-repeat;
    display: flex;
}
.btn-pop-close {
    width: 38px;
    height: 38px;
    background: url("/src/qqgame/images/pop-close.png") no-repeat;
    position: absolute;
    top: 0;
    right: -26px;
}
.pop-explain {
    width: 294px;
    font-size: 14px;
    line-height: 32px;
    color: #ffffff;
    margin-top: 118px;
    margin-left: 90px;
}
.btn-download {
    /* width: ; */
}
.pop-sweper-box {
    width: 436px;
    height: 470px;
    position: relative;
    margin-top: 13px;
}
.download-arrow-block-index-2VeKil {
    min-width: 50px;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    padding-bottom: 20px;
    position: fixed;
    bottom: 6px;
    display: flex;
    color: #17f1ff;
    left: 50px;
    /* z-index: 99999; */
}
.download-arrow-text-index-1D41kR {
    margin-bottom: -38px;
    font-size: 16px;
    font-weight: bold;
}
.download-arrow-index-1LJz_W {
    width: 150px;
    -webkit-animation-name: arrow-animate-index-YZkr2r;
    animation-name: arrow-animate-index-YZkr2r;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    vertical-align: middle;
    overflow: hidden;
}
@-webkit-keyframes arrow-animate-index-YZkr2r {
    /* Safari and Chrome */
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0);
    }
}
@media screen and (max-width: 2460px) {
    /* html, */
    body {
        /* background-size: 2880px 1800px; */
        background-size: 2880px 1694px;
        min-width: 1500px;
    }
    .wrap {
        width: 1460px;
        min-width: 1460px;
    }
    .top {
        width: 430px;
        margin-top: 460px;
        margin-left: -32px;
    }

    .btn-pop-open {
        width: 408px;
        height: 150px;
        background-size: 100%;
    }
    .download-explain {
        font-size: 14px;
    }
    .content {
        margin-top: 116px;
        margin-bottom: 94px;
        justify-content: space-between;
    }
    .cont-game {
        width: 524px;
    }
    .hot-game {
        font-size: 32px;
    }
    .hot-more {
        font-size: 20px;
    }
    .hot-game::before {
        width: 25px;
        height: 36px;
        left: -25px;
        background-size: 100%;
    }
    .game-list {
        width: 544px;
        height: 590px;
        margin-top: 23px;
    }
    .game-decorate {
        width: 544px;
        height: 3px;
        top: 58px;
    }
    .game-list li {
        padding-right: 6px;
    }
    .game-list li img {
        display: inline-block;
        width: 340px;
        height: 102px;
    }
    .game-info {
        font-size: 24px;
        width: 168px;
    }
    .game-num {
        font-size: 20px;
    }
    .cont-active .hot-game {
        margin-left: 44px;
    }
    .active-box {
        width: 912px;
        margin-top: 23px;
    }
    .cont-active .game-decorate {
        width: 912px;
    }
    .cont-active .hot-game::before {
        width: 38px;
        height: 38px;
        left: -44px;
        background-size: 100%;
    }
    .mySwiper2 {
        height: 448px;
    }
    .mySwiper .swiper-slide {
        height: 124px;
    }
}
@media screen and (max-width: 1920px) {
    /* html, */
    body {
        background: url("/src/qqgame/images/bg3-cy.jpg") no-repeat top center;
        background-size: 1920px 1250px;
        min-width: 1000px;
        overflow-y: auto;
    }
    .wrap {
        width: 1000px;
        min-width: 1000px;
        margin-bottom: 120px;
    }
    .top {
        width: 250px;
        margin-top: 321px;
        margin-left: 64px;
    }
    .btn-pop-open {
        width: 247px;
        height: 60px;
        background-size: 100%;
    }
    .download-explain {
        font-size: 12px;
        margin-top: 0;
        white-space: nowrap;
    }
    .content {
        margin-top: 98px;
        margin-bottom: 0;
    }
    .cont-game {
        width: 524px;
    }
    .hot-game {
        font-size: 20px;
        margin-left: 15px;
    }
    .hot-more {
        font-size: 12px;
    }
    .hot-game::before {
        width: 15px;
        height: 22px;
        left: -15px;
        background-size: 100%;
    }
    .game-list {
        width: 338px;
        height: 376px;
        margin-top: 14px;
    }
    .game-decorate {
        width: 338px;
        height: 4px;
        top: 34px;
    }
    .game-list li {
        padding-right: 0px;
        margin-top: 5px;
    }
    .game-list li img {
        display: inline-block;
        width: 219px;
        height: 66px;
    }
    .game-info {
        font-size: 12px;
        width: 106px;
        margin-left: 14px;
    }
    .game-num {
        font-size: 12px;
        margin-left: 15px;
    }
    .cont-active .hot-game {
        margin-left: 25px;
    }
    .active-box {
        width: 593px;
        /* height: 290px; */
        margin-top: 11px;
    }
    .cont-active .game-decorate {
        width: 598px;
        top: 34px;
    }
    .cont-active .hot-game::before {
        width: 23px;
        height: 23px;
        left: -28px;
        background-size: 100%;
    }
    .mySwiper2 {
        height: 290px;
        object-fit: cover;
    }
    .mySwiper .swiper-slide {
        height: 80px;
    }
    .game-num::before {
        width: 10px;
        height: 14px;
        background-size: 100%;
        left: -15px;
    }
    .swiper-button-prev:after,
    .swiper-button-next:after {
        width: 36px;
        height: 36px;
        background-size: 100%;
    }
    .cont-active {
        margin-left: 48px;
    }
}
.pop-swiper {
    height: 470px;
}
.pop-swiper-button-prev,
.pop-swiper-button-next {
    width: 82px;
    height: 82px;
    background: url("/src/qqgame/images/pop-next.png") no-repeat;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    z-index: 99;
}
.pop-swiper-button-next {
    right: -40px;
}
.pop-swiper-button-prev {
    left: -40px;
    background-image: url("/src/qqgame/images/pop-pre.png");
}
.btn-download {
    width: 175px;
    height: 58px;
    background: url("/src/qqgame/images/pop-download.png") no-repeat;
    display: block;
    margin-top: 42px;
}
.mySwiper3 .swiper-slide {
    background-color: transparent;
}

/* todo 底部悬浮样式 */
.foot_box {
    width: 100%;
    height: 90px;
    position: fixed;
    bottom: 0;
    background-color: #fff;
    z-index: 50;
}
.foot_box .box_center {
    width: 1000px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.foot_box .box_center .left {
    display: flex;
    align-items: center;
}
.foot_box .box_center .left img {
    width: 48px;
    height: 48px;
    margin-right: 5px;
}
.foot_box .box_center .left .name {
    font-size: 24px;
    color: #4c4c4c;
}
.foot_box .box_center .right {
    margin-top: 6px;
    display: block;
    width: 200px;
    height: 66px;
    background: url("/src/qqgame/images/btn_default.png") 0% 0% / 200px 66px no-repeat;
}
.foot_box .box_center .right:hover {
    background: url("/src/qqgame/images/btn_hover.png") 0% 0% / 200px 66px no-repeat;
}
.header {
    margin: 22px auto;
    width: 1262px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header .miiyun_logo,
.header .ruanjian_logo {
    float: left;
    margin-right: 15px;
    display: block;
    width: 96px;
    height: 38px;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-size: 96px 38px;
}
.header .miiyun_logo {background-image: url("/src_sem/images/miiyun_logo.png");}
.header .ruanjian_logo {background-image: url("/src_sem/images/ruanjian_logo.png");}

.header .search_box {
    background-color: #fff;
    position: relative;
    display: inline-block;
    width: 164px;
    height: 30px;
    /* margin-top: 26px; */
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    font-size: 12px;
    border: 1px solid #000;
    color: #333;
}
.pull-right {
    float: right!important;
}
.pull-left {
    float: left!important;
}
.header .search_box .search_input {
    width: 132px;
    height: 30px;
    text-indent: 14px;
    border: none;
    overflow: hidden;
    outline: 0;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.header .search_box .search_submit {
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-top: 7px;
    margin-right: 14px;
    cursor: pointer;
    -webkit-appearance: none;
    outline: none;
    border: none;
    background: url(../images/icon_搜索.png) no-repeat center;
}
