html body {
    margin: 0;
    padding: 0;
    font-size: 12px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    background: black;
}

a {
    text-decoration: none;
    color: #fff;
    padding: 0;
    margin: 0;
}
p {
    padding: 0;
    margin: 0;
}

::-webkit-scrollbar {
    display: none;
}



.Adaptation {
    width: 100vw;
    background: black;
}


.container {
    max-width: 100vw;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    /* background: url(../images/bg1.png) 50% 50% no-repeat; */
}

.bg1 {
    width: 100vw;
    height: 3040px;
    background: url('../images/bg1.png') repeat;
    background-size: 100% 100%;
}

/* header  start*/

.header {
    width: 1920px;
    height: 68px;
    background: black;
    display: flex;
    align-items: center;
    margin: 0 auto;
}

.logo {
    width: 150px;
    height: 64px;
    background: url(../images/logo.png) 0 0 no-repeat;
    margin-left: 155px;
    cursor: pointer;

}

.nav {
    width: 800px;
    height: 68px;
    line-height: 68px;
    margin-left: 5px;
}

.nav a {
    font-size: 18px;
    margin-left: 40px;
    opacity: 0.7;
    cursor: pointer;
}

.nav :hover {
    opacity: 1;
}

.nav :first-child {
    opacity: 1;
}

.login {
    width: 400px;
    font-size: 18px;
    height: 68px;
    display: flex;
    color: #fff;
    line-height: 68px;
}

#login_a {
    width: 320px;
    text-align: right;
}

.login a {
    margin-left: 10px;
    cursor: pointer;
    opacity: 0.7;
}

.login div {
    margin-left: 10px;
    font-size: 18px;
    opacity: 0.7
}

.login_after {
    width: 405px;
    font-size: 18px;
    height: 68px;
    display: flex;
    color: #fff;
    line-height: 68px;
}

#username {
    width: 320px;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
}

.login_after a {
    margin-left: 10px;
    cursor: pointer;
    opacity: 0.7;
}

.login_after div {
    height: 30px;
    margin-left: 10px;
    font-size: 18px;
    opacity: 0.7
}

.login_after :hover {
    opacity: 1;
}

.sys {
    opacity: .7;
}

.scan {
    width: 220px;
    height: 68px;
    font-size: 18px;
    line-height: 68px;
    color: #fff;
    display: flex;
    margin-left: 30px;
    position: relative;
}

.scang {
    margin-left: 10px;
    opacity: .7;
}

.scan img {

    margin-left: 10px;
}

#scanimg3 {
    width: 22px;
    height: 30px;
    margin-top: 21px;
    cursor: pointer;
}

#scanimg1 {
    width: 38px;
    height: 30px;
    cursor: pointer;
    margin-top: 21px;
}

#scanimg2 {
    width: 38px;
    height: 28px;
    margin-top: 21px;
    cursor: pointer;
}

.scanimg {
    display: flex;
}

#scanimg4 {
    width: 38px;
    height: 30px;
    position: absolute;
    left: 71px;
    top: 21px;
    z-index: -1;
    cursor: pointer;
}

#scanimg5 {
    width: 28px;
    height: 23px;
    position: absolute;
    left: 124px;
    top: 24px;
    z-index: -1;
    cursor: pointer;
}

#scanimg6 {
    width: 18px;
    height: 24px;
    position: absolute;
    left: 168px;
    top: 24px;
    z-index: -1;
    cursor: pointer;
}

.wxCode {
    width: 120px;
    height: 135px;
    background: #F08200;
    position: absolute;
    top: 72px;
    left: 32px;
    z-index: -1;
    padding: 5px;

}

.code {
    width: 120px;
    height: 115px;
    margin: 0 auto;
    background: url(../images/wncode.png) 0 0 no-repeat;
}

.wxtext {
    font-size: 12px;
    text-align: center;
    line-height: 18px;
}

.wbCode {
    width: 120px;
    height: 135px;
    background: #F08200;
    position: absolute;
    top: 72px;
    left: 78px;
    z-index: -1;
    padding: 5px;

}

.code1 {
    width: 120px;
    height: 115px;
    margin: 0 auto;
    background: url(../images/wbcode.png) 0 0 no-repeat;
}

.wbtext {
    font-size: 12px;
    text-align: center;
    line-height: 18px;
}


.phoneCode {
    width: 120px;
    height: 135px;
    background: #F08200;
    position: absolute;
    top: 72px;
    left: 120px;
    z-index: -1;
}

.code2 {
    width: 120px;
    height: 115px;
    margin: 0 auto;
    background: url(../images/wxCode.png) 0 0 no-repeat;
}


.phtext {
    font-size: 12px;
    text-align: center;
    line-height: 18px;
}

/* header  end */



/* banner start */

/* ä¸­é—´ */
.swiper-container .swiper-wrapper .swiper-slide {
    width: 1564px;
    height: 570px;
}

.swiper-container .swiper-wrapper .swiper-slide img {
    cursor: pointer;
    object-fit: cover;
}

/* .swiper-container .swiper-wrapper .swiper-slide-prev {}

.swiper-container .swiper-wrapper .swiper-slide-next {} */


.swiper-button-prev {
    width: 57px;
    height: 59px;
    background: url("../images/prev.png") 0 0 no-repeat;
    left: 140px;

}

.swiper-button-next {
    width: 62px;
    height: 61px;
    background: url("../images/next.png") 0 0 no-repeat;
    right: 140px;
}

/* banner end */



/* real  start */

.real {
    width: 1564px;
    margin: 5px auto;
}

.real_left {
    width: 1564px;
    margin-top: 20px;
}



.real_right {
    width: 1564px;
}

.real_right a {
    height: 190px;
}

.real_title {
    height: 60px;
    display: flex;
    align-items: center;
}

.title_icon {
    width: 28px;
    height: 28px;
    background: url('../images/real.png') 0 0 no-repeat;
    opacity: .8;
}

.title_text {
    font-size: 24px;
    color: #fff;
    line-height: 92px;
    margin-left: 10px;
    opacity: .8;
}

.real_content {
    margin-top: 5px;
    height: 170px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    background: #1B1B1B;
}

.real_item1 {
    width: 400px;
    box-sizing: border-box;
    cursor: pointer;
    height: 120px;
    border-right: #585858 solid 1px;
    display: flex;
    align-items: center;
}

.real_item2 {
    cursor: pointer;
    box-sizing: border-box;
    width: 350px;
    height: 120px;
    border-right: #585858 solid 1px;
    display: flex;
    align-items: center;
}

.real_item3 {
    cursor: pointer;
    box-sizing: border-box;
    width: 350px;
    height: 120px;
    border-right: #585858 solid 1px;
    display: flex;
    align-items: center;
}

.real_item4 {
    cursor: pointer;
    box-sizing: border-box;
    width: 350px;
    height: 120px;
    display: flex;
    align-items: center;
}

.item_1_1 {
    color: #FFF;
    font-size: 20px;
    margin-right: 70px;
}

.item1_img {
    width: 79px;
    height: 94px;
    background: url('../images/prop.png') 0 0 no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}

.item2_img {
    width: 88px;
    height: 87px;
    background: url('../images/market.png') 0 0 no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}

.item3_img {
    width: 94px;
    height: 85px;
    background: url('../images/vip.png') 0 0 no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}

.item4_img {
    width: 140px;
    height: 139px;
    background: url('../images/etc.png') 0 0 no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}

.real_info_title {
    height: 84px;
    display: flex;
    align-items: center;
}

.new_more {
    width: 79px;
    height: 28px;
    background: url('../images/hot_more.png') 0 0 no-repeat;
    cursor: pointer;
    margin-left: 1355px;
    position: relative;
}

.wnCode {
    width: 120px;
    height: 135px;
    background: #F08200;
    position: absolute;
    top: 35px;
    left: -22px;
    z-index: -1;
    padding: 5px;
}

.code3 {
    width: 120px;
    height: 115px;
    margin: 0 auto;
    background: url(../images/wncode.png) 0 0 no-repeat;
}

.real_info_title_icon {
    width: 24px;
    height: 28px;
    background: url('../images/new.png') 0 0 no-repeat;
    margin-top: 8px;
    opacity: .8;
}


.real_info_text {
    font-size: 24px;
    color: #fff;
    margin-left: 10px;
    margin-top: 4px;
    opacity: .8;
}

.real_ingo_xqicon {
    width: 13px;
    height: 14px;
    background: url('../images/xq_icon.png') 0 0 no-repeat;
    margin-left: 500px;

}

.real_info_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.real_info_content img {
    width: 380px;
    height: 190px;
}

.real_texts p {
    width: 380px;
    height: 38px;
    color: #fff;
    line-height: 38px;
    font-size: 16px;
    background: #1B1B1B;
    margin: 0px;
    opacity: .8;
    cursor: pointer;
}


.real_info_content_banner {
    width: 368px;
    height: 417px;
    margin-left: 15px;
    margin-top: 2px;
}

.swiper-pagination {
    position: relative;
    top: -55.4px;
    background: black;
    height: 40px;
    opacity: 0.6;
    text-align: right;
    line-height: 40px;
}


.swiper-pagination-bullet {
    background-color: #F08200;
}

/* ä¸­é—´ */
.real_info_content_banner .swiper-container .swiper-wrapper .swiper-slide {
    width: 368px;
    height: 417px;
}

.real_model {
    width: 200px;
    height: 40px;
    position: relative;
    top: -55.4px;
    left: 45px;
    z-index: 1;
    color: #fff;
    line-height: 40px;
    font-size: 14px;
    opacity: 0.8;
}

.real_info_content_info {
    margin-top: 3px;
    width: 650px;
    height: 402px;
    margin-left: 30px;
    overflow: hidden;
}

.real_info_content_info_item {
    width: 650px;
    height: 125px;
    background: #242424;
    margin-top: 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
    /* border: #F08200 solid 1px; */
}

.real_info_content_info :first-child {
    margin-top: 1px;
}

/* real end */


/* hot games  start */

.hotGames {
    width: 1564px;
    height: 870px;
    margin: 20px auto;
}

.hot_title {
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hot_icon {
    width: 200px;
    display: flex;
}

.hot_icon1 {
    width: 31px;
    height: 28px;
    margin-top: 7px;
    background: url('../images/hot_icon.png') 0 0 no-repeat;
    opacity: .8;
}

.hot_icon span {
    font-size: 24px;
    color: #fff;
    margin-left: 10px;
    opacity: .8;
}

.hot_more {
    width: 79px;
    height: 28px;
    background: url('../images/hot_more.png') 0 0 no-repeat;
    cursor: pointer;
}

.hot_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.hot_item {
    width: 510px;
    height: 364px;
    background: #1B1B1B;
    margin-top: 15px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.hot_hover {
    width: 510px;
    height: 364px;
    background: url('../images/hoverbg.jpg')0 0 no-repeat;
    position: absolute;
    top: -364px;
    z-index: 1;
    transition: all .5s;
    z-index: -1;
}

.hot_hover_icon1 {
    width: 163px;
    height: 90px;
    background: url('../images/hot_hglogo.png') 0 0 no-repeat;
    margin: 10px auto;
}

.hot_hover_icon2 {
    width: 137px;
    height: 44px;
    background: url('../images/hot_jylogo.png') 0 0 no-repeat;
    margin: 20px auto;
}

.hot_hover_icon3 {
    width: 237px;
    height: 102px;
    background: url('../images/hot_yxzclogo.png') 0 0 no-repeat;
    margin: 20px auto;
}

.hot_hover_icon4 {
    width: 170px;
    height: 55px;
    background: url('../images/hot_tjxmlogo.png') 0 0 no-repeat;
    margin: 20px auto;
}

.hot_hover_icon5 {
    width: 309px;
    height: 79px;
    background: url('../images/hot_kllogo.png') 0 0 no-repeat;
    margin: 10px auto;
}

.hot_hover_icon6 {
    width: 150px;
    height: 76px;
    background: url('../images/hot_tzlogo.png') 0 0 no-repeat;
    margin: 20px auto;
}

.hot_hover_text {
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 20px;
}

.hot_hover_dowm {
    width: 155px;
    height: 56px;
    cursor: pointer;
    background: url('../images/hot_down.png') 0 0 no-repeat;
    margin: 15px auto;
}

.hot_hover_dowm1 {
    width: 155px;
    height: 56px;
    cursor: pointer;
    background: url('../images/hot_down1.png') 0 0 no-repeat;
    margin: 5px auto;
}

.hot_hover_gohome {
    width: 155px;
    height: 56px;
    cursor: pointer;
    background: url('../images/hot_gohome.png') 0 0 no-repeat;
    margin: 20px auto;
}

.hot_hover_qccode {
    display: flex;
    width: 200px;
    margin: 10px auto;
}

.hot_hover_wx {
    width: 46px;
    height: 46px;
    cursor: pointer;
    background: url('../images/hot_wx.png') 0 0 no-repeat;
}

.hot_hover_wb {
    width: 46px;
    height: 46px;
    cursor: pointer;
    background: url('../images/hot_wb.png') 0 0 no-repeat;
    margin-left: 30px;
}

.hot_hover_qq {
    width: 46px;
    height: 46px;
    cursor: pointer;
    background: url('../images/hot_qq.png') 0 0 no-repeat;
    margin-left: 30px;
}

.hot_qcbg {
    width: 126px;
    height: 137px;
    background: url(../images/hot_qcbg.png);
    position: absolute;
    top: 162px;
    left: 115px;
    display: none;
}

#hg1 .hot_qcbg {
    top: 165px;
}

#jy1 .hot_qcbg {
    top: 140px;
}

#jy1 .hot_hover_qccode {
    margin-top: 20px;
}

#hg1 .hot_hover_gohome {
    margin-top: 15px;
}

#yxzc1 .hot_hover_gohome {
    margin-top: 5px;
}

#yxzc1 .hot_hover_dowm {
    margin-top: 5px;
}

#yxzc1 .hot_hover_icon3 {
    margin-top: 10px;
}

#yxzc1 .hot_qcbg {
    top: 170px;
}

#tjxm1 .hot_qcbg {
    top: 150px;
}

#kl1 .hot_qcbg {
    top: 150px;
}

#tz1 .hot_qcbg {
    top: 170px;
}



.hot_qcbg img {
    margin-top: 8px;
    margin-left: 8px;
}

.hot_qcbg1 {
    width: 126px;
    height: 137px;
    background: url(../images/hot_qcbg.png);
    position: absolute;
    top: 162px;
    left: 190px;
    display: none;
}

.hot_qcbg1 img {
    margin-top: 8px;
    margin-left: 8px;
}

.hot_qcbg2 {
    width: 126px;
    height: 137px;
    background: url(../images/hot_qcbg.png);
    position: absolute;
    top: 162px;
    left: 266px;
    display: none;
}

.hot_qcbg2 img {
    margin-top: 8px;
    margin-left: 8px;
}


/* hot end */

/* snail USA games  start */


.snailUSA {
    width: 1564px;
    height: 880px;
    margin: 20px auto;
}

.snail_title {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
}

.snail_icon {
    width: 36px;
    height: 31px;
    background: url('../images/snail_icon.png') 00 no-repeat;
    opacity: .8;
}

.snail_title span {
    color: #fff;
    font-size: 24px;
    margin-left: 15px;
    opacity: .8;
}

.snail_content {
    width: 100%;
    height: 760px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.snailUSAz_item {
    width: 299px;
    height: 361px;
    cursor: pointer;
    position: relative;
    padding: 3px;
}

.snail_hoverbg {
    box-sizing: border-box;
    width: 299px;
    height: 361px;
    background: rgba(20, 78, 147, .8);
    position: absolute;
    z-index: -1;
    color: #fff;
}

.snail_hoverbg :first-child {
    margin-top: 60px;
}

.snail_hoverbg p {
    width: 239px;
    overflow: hidden;
    height: 25px;
    font-size: 15px;
    margin-left: 21px;
    font-weight: bold;
}

.snail_hover_icon {
    width: 61px;
    height: 20px;
    background: url('../images/snail_hovericon.png');
    position: absolute;
    left: 210px;
    top: 80px;
}

.hover_fzscjh {
    width: 253px;
    height: 145px;
    font-size: 14px;
    margin: 40px 20px;
    line-height: 2;
    overflow: hidden;
    /* overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; */
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;

}

/* snail USA games end */


/* footer  start */

.footer {
    width: 1564px;
    height: 280px;
    margin: 55px auto;
    background: black;
}

.footer_logo {
    width: 104px;
    height: 62px;
    background: url('../images/about_logo.png');
    margin: 0 auto;
    opacity: .8;
}

.footer_about {
    width: 700px;
    color: #fff;
    font-size: 22px;
    display: flex;
    justify-content: space-around;
    margin: 20px auto;
    opacity: .8;
}
.about_text {
    cursor: pointer;
}

.footer_row1{
    width: 57%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.8;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    opacity: .6;
}

.footer_row1 span:hover{
    
    border-bottom:  1px solid #fff;
}
.footer_row3 span:hover{
    
    border-bottom:  1px solid #fff;
}
.footer_row4 span:hover{
    
    border-bottom:  1px solid #fff;
}



.footer_row2{
    width: 57%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.8;
    color: #fff;
    opacity: .6;
}
.footer_row3{
    width: 57%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.8;
    color: #fff;
    opacity: .6;
}

.footer_row4{
    width: 57%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.4;
    color: #fff;
    opacity: .6;
    display: flex;
    flex-wrap: wrap;
}


/* ç½‘ç»œå®‰å…¨ */
.securitybg{
    width: 100%;
    height: 100vh;
    background: rgba(0, 7, 15, .2);
    position: fixed;
    z-index: 100;
    display: block;
}

.security{
    width: 1564px;
    height: 210px;
    background: url('../images/aq.jpg') 0 0 no-repeat;
    background-size: 100% 100%;
    margin: 660px auto;
    position: relative;
}
.aqx{
    width: 50px;
    height: 50px;
    background: url('../images/aqx.png') 0 0 no-repeat;
    background-size: 100% 100%;
    color: #fff;
    position: absolute;
    top: -20%;
    left: 97.5%;
    cursor: pointer;
}











@media only screen and (max-width: 3840px) {
    .swiper-button-prev {
        left: 1098px;

    }

    .swiper-button-next {
        left: 2682px;
    }
}

@media only screen and (max-width: 3440px) {
    .swiper-button-prev {
        left: 894px;

    }

    .swiper-button-next {
        left: 2480px;
    }
}

@media only screen and (max-width: 3400px) {
    .swiper-button-prev {
        left: 200px;

    }

    .swiper-button-next {
        right: 200px;
    }
}

@media only screen and (max-width: 2880px) {
    .swiper-button-prev {
        left: 618px;

    }

    .swiper-button-next {
        left: 2202px;
    }
}

@media only screen and (max-width: 2800px) {
    .swiper-button-prev {
        left: 200px;

    }

    .swiper-button-next {
        right: 200px;
    }
}

@media only screen and (max-width: 2560px) {
    .swiper-button-prev {
        left: 458px;

    }

    .swiper-button-next {
        left: 2040px;
    }
}

@media only screen and (max-width: 2500px) {
    .swiper-button-prev {
        left: 200px;

    }

    .swiper-button-next {
        right: 200px;
    }
}

@media only screen and (max-width: 2400px) {
    .swiper-button-prev {
        left: 378px;

    }

    .swiper-button-next {
        left: 1962px;
    }
}

@media only screen and (max-width: 2350px) {
    .swiper-button-prev {
        left: 200px;

    }

    .swiper-button-next {
        right: 200px;
    }
}

@media only screen and (max-width: 2134px) {
    .swiper-button-prev {
        left: 246px;

    }

    .swiper-button-next {
        left: 1828px;
    }

}

@media only screen and (max-width: 1920px) {
    .swiper-button-prev {
        left: 138px;

    }

    .swiper-button-next {
        left: 1722px;
    }
}

@media only screen and (max-width: 1800px) {
    .login {
        margin-left: 220px;
    }

    .logo {
        margin-left: 80px;
    }

    .swiper-button-prev {
        left: 56px;

    }

    .swiper-button-next {
        left: 1642px;
    }
}

@media only screen and (max-width: 1680px) {
    .swiper-button-prev {
        left: 17px;

    }

    .swiper-button-next {
        left: 1604px;
    }
}

@media only screen and (max-width: 1600px) {
    .login {
        margin-left: 280px;
    }

    .nav {
        width: 700px;
    }

    .nav a {
        margin-left: 20px;
    }

    .logo {
        margin-left: 50px;
    }

    .swiper-button-prev {
        left: 33px;

    }

    .swiper-button-next {
        left: 1511px;
    }
}

@media only screen and (max-width: 1536px) {
    .swiper-button-prev {
        left: 33px;

    }

    .swiper-button-next {
        left: 1450px;
    }
}

@media only screen and (max-width: 1366px) {
    .login {
        margin-left: 120px;
    }

    .logo {
        margin-left: 10px;
    }

    .nav {
        width: 700px;
    }

    .nav a {
        margin-left: 10px;
    }

    .swiper-button-prev {
        left: 25px;

    }

    .swiper-button-next {
        left: 1268px;
    }

    .real_info_content_info_item {
        width: 500px;
    }

    .real_info_text {
        width: 350px;
    }

    .real_ingo_xqicon {
        margin-left: 450px;
    }

    .hotGames {
        width: 1366px;
    }

    .hot_more {
        margin-right: 15px;
        cursor: pointer;
    }

    .hot_content {
        justify-content: center;
    }

    .hot_item {
        margin-left: 20px;
    }

    .snail_content {
        width: 1366px;
        justify-content: center;
    }

    .snailUSAz_item {
        margin-left: 10px;
        margin-top: 10px;
    }

    .footer {
        width: 1366px;
        margin-top: 20px;
    }

    .bg1 {
        height: 3760px;
    }

}

@media only screen and (max-width: 1280px) {
    .logo {
        margin-left: 0px;
    }

    .login {
        margin-left: 100px;
    }

    .nav {
        width: 650px;
    }

    .swiper-button-prev {
        left: 25px;

    }

    .swiper-button-next {
        left: 1188px;
    }

    .real_info_content_info_item {
        width: 420px;
    }

    .real_info_text {
        width: 270px;
    }

    .real_ingo_xqicon {
        margin-left: 450px;
    }

    .hotGames {
        width: 1280px;
    }

    .hot_content {
        justify-content: center;
    }

    .hot_item {
        margin-left: 20px;
    }

    .snail_content {
        width: 1280px;
        justify-content: space-around;
    }

    .snailUSAz_item {
        margin-left: 10px;
        margin-top: 10px;
    }

    .footer {
        width: 1280px;
    }
}

@media only screen and (max-width: 1152px) {
    .login {
        margin-left: 0px;
    }

    .swiper-button-next {
        left: 1060px;
    }

    .hot_content {
        justify-content: space-around;
    }

    .hotGames {
        width: 1152px;
    }

    .hot_item {
        margin-left: 0px;
    }

    .snail_content {
        width: 1152px;
        justify-content: space-around;
    }

    .snailUSAz_item {
        margin-left: 0px;
        margin-top: 10px;
    }

    .footer {
        margin-top: 100px;
        width: 1152px;
    }

    .bg1 {
        height: 4160px;
    }
}


@media only screen and (max-width: 1024px) {
    .login {
        margin-left: 5px;
    }

    .swiper-button-next {
        left: 935px;
    }

    .scan {
        margin-left: 5px;
    }

    .nav {
        width: 530px;
    }

    .nav a {
        margin-left: 5px;
    }

    .hotGames {
        width: 1024px;
    }

    .hot_item {
        margin-left: 0px;
    }

    .hot_more {
        margin-right: 2px;
    }

    .snail_content {
        width: 1024px;
    }

    .footer {
        margin-top: 60px;
        width: 1024px;
    }
}

@media only screen and (max-width: 768px) {
    .header {
        width: 768px;
        flex-wrap: wrap;
        height: 180px;
    }

    .login {
        margin-left: 235px;
    }

    .logo {
        margin-left: 20px;
    }

    .scan {
        margin-left: 5px;
    }

    .nav {
        width: 530px;
    }

    .nav a {
        margin-left: 5px;
    }

    .login_after {
        width: 300px;
        margin-left: 180px;
    }

    #username {
        width: 200px;
    }


    .hotGames {
        width: 1024px;
    }

    .hot_item {
        margin-left: 0px;
    }

    .hot_more {
        margin-right: 2px;
    }

    .snail_content {
        width: 1024px;
    }

    .swiper-button-next {
        left: 680px;
    }

    .swiper-container {
        width: 768px;
        height: 285px;
    }

    .banner .swiper-container .swiper-wrapper .swiper-slide {
        width: 768px;
        height: 285px;
    }

    .bannerimg {
        width: 768px;
        height: 285px;
    }

    .real_info_content {
        flex-wrap: wrap;
    }

    .real {
        width: 768px;
    }

    .real_info_content_banner {
        display: none;
    }

    .real_right {
        width: 768px;
        margin-left: 0px;
    }

    .new_more {
        margin-left: 365px;
    }

    .real_info_title_icon {
        margin-left: 10px;
    }


    .real_item1 {
        width: 385px;
        height: 148px;
        border-bottom: none;
    }

    .item1_img {
        width: 40px;
        height: 47px;
    }

    .real_item2 {
        height: 148px;
        border-bottom: none;
    }

    .item2_img {
        width: 55px;
        height: 55px;
    }

    .wnCode {
        left: -40px;
    }

    .real_item3 {
        width: 385px;
        height: 148px;
    }

    .item3_img {
        width: 47px;
        height: 42px;
    }

    .real_item4 {
        height: 148px;
    }

    .item4_img {
        width: 70px;
        height: 70px;
    }

    .title_icon {
        margin-left: 10px;
    }

    .real_ingo_xqicon {
        margin-left: 40px;
    }

    .hotGames {
        width: 768px;
    }

    .hot_title {
        width: 768px;
        padding-left: 10px;
    }

    .hot_more {
        margin-right: 20px;
    }

    .hot_item {
        width: 320px;
        height: 228px;
    }

    .hot_item img {
        width: 320px;
        height: 228px;
    }

    .hot_hover {
        width: 320px;
        height: 228px;
    }

    .hot_hover_icon1 {
        width: 100px;
        height: 55px;
        background-size: 100% 100%;
        margin-top: 0px;
    }

    .hot_hover_dowm {
        width: 77px;
        height: 28px;
        background-size: 100% 100%;
    }

    .hot_hover_gohome {
        width: 77px;
        height: 28px;
        background-size: 100% 100%;
    }

    .hot_hover_qccode {
        width: 140px;
        margin-top: 0PX;
    }

    .hot_hover_wx {
        width: 32px;
        height: 26px;
        background-size: 100% 100%;
    }

    .hot_hover_wb {
        width: 28px;
        height: 28px;
        background-size: 100% 100%;
    }

    .hot_hover_qq {
        width: 28px;
        height: 28px;
        background-size: 100% 100%;
    }

    .hot_hover_text {
        font-size: 16px;
    }

    .hot_qcbg {
        width: 63px;
        height: 68px;
        background-size: 100% 100%;
        left: 70px;
    }

    #hg1 .hot_qcbg {
        top: 130px;
    }

    .hot_qcbg img {
        width: 55px;
        height: 55px;
    }

    .hot_hover_icon2 {
        width: 68px;
        height: 22px;
        background-size: 100% 100%;
    }

    #jywx1.hot_qcbg {
        top: 120px;
    }

    .hot_hover_icon3 {
        width: 70px;
        height: 37px;
        background-size: 100% 100%;
    }

    #yxzcwx1.hot_qcbg {
        top: 130px;
    }

    .hot_hover_icon4 {
        width: 85px;
        height: 27px;
        background-size: 100% 100%;
    }

    #tjxmwx1.hot_qcbg {
        top: 125px;
    }

    .hot_hover_icon5 {
        width: 73px;
        height: 35px;
        background-size: 100% 100%;
    }

    #klwx1.hot_qcbg {
        top: 125px;
    }

    .hot_hover_icon6 {
        width: 75px;
        height: 38px;
        background-size: 100% 100%;
    }

    #tzwx1.hot_qcbg {
        top: 130px;
    }

    .snail_title {
        width: 768px;
    }

    .snailUSA {
        width: 768px;
    }

    .snail_content {
        width: 768px;
    }

    .footer {
        width: 768px;
        margin-top: 60px;
    }

    .snail_icon {
        margin-left: 10px;
    }
}

@media only screen and (max-width: 414px) {

    .bg1 {
        height: 4360px;
    }

    .header {
        width: 414px;
        height: 108px;
    }

    .logo {
        width: 135px;
        height: 50px;
        background-size: 100% 100%;
        margin-left: 138px;
    }

    .nav {
        width: 100%;
        height: 24px;
        line-height: 24px;
        margin-left: 0px;
    }

    .login_after {
        width: 120px;
        height: 36px;
        line-height: 36px;
        margin-left: 145px;
    }

    #username {
        width: 60px;
        line-height: 36px;
    }

    .nav a {
        margin-left: 10px;
    }

    .login {
        width: 165px;
        height: 36px;
        line-height: 36px;
        margin-left: 145px;
    }
    #login_a{
        width: 50px;
    }

    .scan {
        display: none;
    }

    .scanimg img {
        margin-top: 0px;
    }

    .sys {
        height: 48px;
        line-height: 48px;
    }

    .scang {
        height: 48px;
        line-height: 48px;
    }

    #scanimg1 {
        margin-top: 10px;
    }

    #scanimg2 {
        margin-top: 10px;
    }

    #scanimg3 {
        margin-top: 10px;
    }

    #scanimg4 {
        margin-top: -20px;
        left: 52px;
    }

    #scanimg5 {
        margin-top: -20px;
        left: 106px;
    }

    #scanimg6 {
        margin-top: -20px;
        left: 148px;
    }

    .wxCode {
        top: 60px;
        left: 15px;
    }

    .phoneCode {
        left: 80px;
    }

    .swiper-button-next {
        width: 28.5px;
        height: 30px;
        left: 365px;
        background-size: 100% 100%;
    }

    .swiper-button-prev {
        width: 28.5px;
        height: 30px;
        background-size: 100% 100%;
    }

    .swiper-container {
        width: 414px;
        height: 149px;
    }

    .banner .swiper-container .swiper-wrapper .swiper-slide {
        width: 414px;
        height: 149px;
    }

    .bannerimg {
        width: 414px;
        height: 149px;
    }

    .real {
        width: 414px;
        flex-wrap: wrap;
    }

    .real_info_title {
        width: 414px;
    }

    .real_content {
        width: 414px;
        flex-wrap: wrap;
        height: 340px;
    }

    .new_more {
        margin-left: 97px;
        width: 56px;
        height: 21px;
        background-size: 100% 100%;
    }

    .real_info_content {
        justify-content: center;
    }

    .real_item1 {
        width: 200px;
    }

    .real_item2 {
        width: 200px;
    }

    .real_item3 {
        width: 200px;
    }

    .real_item4 {
        width: 200px;
    }

    .item_1_1 {
        margin-right: 10px;
    }

    .real_left {
        width: 414px;
    }

    .real_right {
        width: 414px;
    }

    .snailUSA {
        height: 1200px;
    }

    .real_info_text {
        width: 200px;
        margin-left: 10px;
    }

    .real_ingo_xqicon {
        margin-left: 120px;
    }

    .real_info_date {
        width: 100px;
    }

    .hot_title {
        width: 414px;
    }

    .hot_icon {
        line-height: 35px;
    }
    .hot_more{
        width: 56px;
        height: 21px;
        background-size: 100% 100%;
        margin-right: 35px;
    }

    .hot_content {
        width: 414px;
    }

    .snailUSA {
        width: 414px;
        margin: 0px;
        padding: 0px;

    }

    .snail_title {
        width: 414px;
    }

    .snail_content {
        width: 370px;
        margin: 0 auto;
    }

    .snailUSAz_item {
        width: 150px;
        height: 180px;
    }

    .snail_hoverbg {
        width: 150px;
        height: 180px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .hover_fzscjh {
        width: 138px;
        height: 150px;
        margin-left: 5px;
        margin-top: 5px;
        font-size: 12px;
    }

    .snail_hover_icon {
        display: none;
    }

    .usap {
        display: none;
    }

    .snail_hoverbg :first-child {

        margin-top: 10px;
    }

    .snail_hoverbg p {
        width: 150px;
        height: 20px;
        margin: 0;
        text-align: center;

    }

    .snailUSAz_item img {
        width: 150px;
        height: 180px;
    }

    .real_info_content_info_item {
        width: 100%;
    }

    .footer {
        width: 414px;
        height: 340px;
        margin-top: 10px;
    }

    .footer_about {
        width: 90%;
        flex-wrap: wrap;
    }

    .footer p {
        width: 90%;
    }
    .footer_row1{
        width: 88%;
        text-align: center;
        margin-left: 35px;
    }
    .footer_row2{
        width: 90%;
        text-align: center;
        margin-left: 35px;
    }
    .footer_row3{
        width: 86%;
        text-align: center;
        margin-left: 35px;
    }
    .footer_row4{
        width: 90%;
        text-align: center;
        margin-left: 35px;
    }
    .footer_row4 a{
        margin: 0 auto;
    }
}
@media only screen and (max-width: 393px) {
    .nav a{
        margin-left: 8px;
    }
    .swiper-button-next{
        left: 345px;
    }
    .new_more{
        margin-left: 87px;
    }
    .real_info_content img{
        width: 365px;
    }
    .hot_content{
        width: 393px;
    }
    .real_content{
        width: 393px;
    }
    
    .real_item1 {
        width: 185px;
    }

    .real_item2 {
        width: 185px;
    }

    .real_item3 {
        width: 185px;
    }

    .real_item4 {
        width: 185px;
    }
    .snailUSA{
        width: 393px;
    }
    .footer {
        width: 390px;
        height: 300px;
    }

    .footer_about {
        width: 390px;
        flex-wrap: wrap;
    }

    .footer p {
        width: 390px;
    }

    .footer_row1{
        width: 99%;
        text-align: center;
        margin: 0;
    }
    .footer_row1 a{
        margin: 0 auto;
    }
    .footer_row2{
        width: 99%;
        text-align: center;
        margin: 0;
    }
    .footer_row2 p{
        width: 99%;
    }
    .footer_row3{
        width: 96%;
        text-align: center;
        margin: 0;
    }
    .footer_row4{
        width: 99%;
        text-align: center;
        margin: 0;
    }
    .footer_row4 p{
        width: 99%;
    }
}

@media only screen and (max-width: 390px) {
    .header {
        width: 424px;
    }

    .nav {
        width: 390px;
        flex-wrap: wrap;
        text-align: center;
    }
    .nav a{
        margin-left: 5px;
    }

    .logo {
        width: 140px;
        height: 48px;
    }

    .real {
        width: 390px;
    }

    .real_info_title {
        width: 390px;
    }

    .swiper-button-prev {
        width: 28.5px;
        height: 30px;
        background-size: 100% 100%;
    }

    .real_item1 {
        width: 195px;
    }

    .real_item2 {
        width: 195px;
    }

    .real_item3 {
        width: 195px;
    }

    .real_item4 {
        width: 195px;
    }

    .new_more {
        margin-left: 85px;
    }

    .real_content {
        width: 390px;
    }

    .swiper-button-next {
        width: 28.5px;
        height: 30px;
        left: 340px;
        background-size: 100% 100%;
    }

    .swiper-container {
        width: 390px;
        height: 142px;
    }

    .banner .swiper-container .swiper-wrapper .swiper-slide {
        width: 390px;
        height: 142px;
    }

    .bannerimg {
        width: 390px;
        height: 142px;
    }

    .real_info_content {
        width: 390px;
    }

    .real_ingo_xqicon {
        margin-left: 100px;
    }

    .real_info_content_info_item {
        width: 350px;
    }

    .real_info_content_info_item p {
        width: 230px;
    }

    .hot_title {
        width: 390px;
    }

    .hot_content {
        width: 390px;
    }

    .snail_content {
        width: 370px;
        margin-left: 10px;
    }

    .snail_title {
        width: 390px;
    }

    .footer {
        width: 390px;
        height: 340px;
    }

    .footer_about {
        width: 390px;
        flex-wrap: wrap;
    }

    .footer p {
        width: 390px;
    }
    .footer_row1{
        width: 99%;
        text-align: center;
        margin: 0;
    }
    .footer_row2{
        width: 99%;
        text-align: center;
        margin: 0;
    }
    .footer_row3{
        width: 96%;
        text-align: center;
        margin: 0;
    }
    .footer_row4{
        width: 99%;
        text-align: center;
        margin: 0;
    }
}

@media only screen and (max-width: 375px) {
    .nav a{
        margin-left: 0;
    }
    .new_more{
        margin-left: 70px;
    }

    .real_info_content{
        width: 375px;
    }

    .real_info_content img{
        width: 360px;
    }
    .real_texts p{
        width: 360px;
    }
    .swiper-button-prev{
        left: 6px;
    }
    .real_content{
        width: 375px;
    }

    .real_item1 {
        width: 188px;
    }

    .real_item2 {
        width: 178px;
    }

    .real_item2 .item_1_1 {
        margin-right: 15px;
    }

    .real_item3 {
        width: 188px;
    }

    .real_item4 {
        width: 178px;
    }

    .real_item4 .item_1_1 {
        margin-right: 20px;
    }
    .hot_content{
        width: 375px;
    }
    .snail_content{
        width: 360px;
    }
    .footer{
        width: 375px;
        height: 350px;
    }
    .footer_about {
        width: 100%;
    }

    .footer_row1{
        width: 99%;
        text-align: center;
        margin: 0;
    }
    .footer_row1 a{
        margin: 0 auto;
    }
    .footer_row2{
        width: 99%;
        text-align: center;
        margin: 0;
    }
    .footer_row2 p{
        width: 99%;
    }
    .footer_row3{
        width: 99%;
        text-align: center;
        margin: 0;
    }
    .footer_row4{
        width: 99%;
        text-align: center;
        margin: 0;
    }
    .footer_row4 p{
        width: 99%;
    }
}


@media only screen and (max-width: 360px) {
    .header {
        width: 360px;
        height: 108px;
    }


    .swiper-button-next {
        left: 325px;
    }

    .bannerimg {
        width: 360px;
        height: 132px;
    }

    .real_info_title {
        width: 360px;
    }

    .new_more {
        margin-left: 54px;
        width: 56px;
        height: 21px;
        background-size: 100% 100%;
    }

    .real_info_content img {
        width: 345px;
        height: 180px;
    }

    .hot_more {
        margin-right: 50px;
        width: 56px;
        height: 21px;
        background-size: 100% 100%;
    }

    .hot_content {
        width: 360px;
    }

    .hot_hover_dowm1 {
        width: 77px;
        height: 28px;
        background-size: 100% 100%;
    }

    .hot_hover_icon5 {
        margin-top: 10px;
    }

    .hot_hover_icon6 {
        margin-top: 10px;
    }

    .real_left {
        width: 360px;
    }

    .real_item1 {
        width: 178px;
    }

    .real_item2 {
        width: 178px;
    }

    .real_item2 .item_1_1 {
        margin-right: 20px;
    }

    .real_item3 {
        width: 178px;
    }

    .real_item4 {
        width: 178px;
    }

    .real_item4 .item_1_1 {
        margin-right: 30px;
    }

    .snail_content {
        width: 345px;
    }

    .bg1 {
        height: 4300px;
    }

    

    .scan {
        display: none;
    }

    .nav {
        width: 360px;
        height: 12px;
    }
    .nav a{
        margin-left: 0;
    }

    .logo {
        margin-left: 110px;
        width: 155px;
        height: 55px;
    }

    .login {
        width: 30%;
        margin-left: 0px;
        margin: 0 auto;
    }

    #login_a {
        width: 50px;
    }

    .login_after {
        width: 65%;
        margin-left: 135px;
    }


    .footer {
        width: 360px;
        padding: 0;
        margin-top: 10px;
        height: 350px;
    }

    .footer_about {
        width: 100%;
    }
    .footer_row1{
        width: 100%;
    }
    .footer_row1 a{
        margin: 0 auto;
    }
    .footer_row2{
        width: 96%;
    }
    .footer_row2 p{
        width: 96%;
        margin-left: 20px;
    }
    .footer_row3{
        width: 99%;
    }
    .footer_row4{
        width: 99%;
    }
    .footer_row4 p{
        width: 99%;
    }
}