*{
    padding: 0; 
    margin: 0;
    -webkit-tap-highlight-color: transparent;
}
ul,li{
    list-style: none;
}
body{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    -webkit-text-size-adjust : 100% ;
    -moz-text-size-adjust : 100% ;
    -ms-text-size-adjust : 100% ;
    text-size-adjust : 100%;
    background: #000000;
}
.fmbox{
    position:fixed;width: 100%;height: 100%; z-index: 9999;
    /* background: url("https://oss.3dyunchuang.com/tumb_list/1635303336Aor33I.png"); */
    background-size: 100% 100%;
}
.fmbox img{
    width: 100%;
    height: 100%;
}
.bottom_explain{
    position: fixed;
    bottom: -260px;
    width: 95%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    height: 84px;
    border-radius: 10px;
    transition: 0.5s all;
    background: #f8f7f6;
    color: #000000;
    /* display: none; */
}
.colsemain_box{
    width: 30px;
    height: 30px;
    position: absolute;
    right: 14%;
    background: url(../img/disp_dark.png) no-repeat;
    background-size: 100% 100%;
    top: 87px;
    cursor: pointer;
    z-index: 9
}

.Controlpause{
    width: 70px;
    height:calc(100% - 28px);
    float: left;
    color: #fff;
    text-align: center;
    cursor: pointer;
    border-right: 1px solid #edeceb;
    margin-top: 14.5px;
}
.Controlpause span{
    display: block;
    width: 100%;
    height: 0px;
    padding-top: 35px;
    background: url("../img/suspend.png") no-repeat center center;
    background-size: 17.5px 21.5px;
}
.Controlpause h4{
    font-size: 12px;
    font-weight: normal;
    color: #000000;
}
.main-box{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color:rgba(0,0,0,0.6);
    z-index: 9999999;
    display: none;
}
#login_container{
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%,-50%);
}
.bottom_explain ul{
    width: 140%;
    height: calc(100% - 18px);
    float: left;
    margin-top: 11px;
    margin-left: 4px;
    overflow-x: scroll;
    overflow: hidden;
}
.bottom_explain ul li{
    float: left;
    width: 14%;
    margin: 1.4% 1.1% 0% 1.1%;
    cursor: pointer;
}


.bottom_explain h5{
    font-size: 11px;
    width: 100%;
    height: 22px;
    border: 1px solid #e2e1e1;
    border-radius: 15px;
    font-weight: normal;
    text-align: center;
    line-height: 23px;
    position: relative;
    overflow: hidden;   
}
.bottom_explain h5 span{
    width: 0px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #eed7aa!important;
    display: block;
    z-index: 1;
}
.bottom_explain h5 p{
    z-index: 2;
    position: relative;
    font-size: 10px;
}
.livebroadcast_back{
    width: 24px;
    height: 24px;
    position: absolute;
    right: 8px;
    bottom: 90px;
    background: url("../img/Returnkey.png") no-repeat;
    background-size: 24px 24px;
    cursor: pointer;
}
.gifbox{
    width: 120px;
    position: absolute;
    left: -10px;
    bottom: 80px;
    cursor: pointer;
}
.gifbox img{
    width: 100%;
    object-fit: fill; 
    object-fit: contain;
    object-fit: scale-down;
    image-rendering: -moz-crisp-edges; /* Firefox */     
    image-rendering: -o-crisp-edges; /* Opera */      
    image-rendering: -webkit-optimize-contrast; /*Webkit (non-standard naming) */ image-rendering: crisp-edges; 
}
.Controlpauseshow{
    animation: myfirst 1.5s linear infinite;
}
.hallbottom{
    width: 100%;
    height:81px;
    position: fixed;
    bottom: -288px;
    left: 0;
    background: url("../img/minbg.png") no-repeat;
    background-size: 100% 100%; 
    transition: 0.5s all;
}
.hallbottomright{
    position: absolute;
    right: -2px;
    bottom: 26px;
    width: 120px;
}
.hallbottomright img{
    width: 100%;
    object-fit: fill; 
    object-fit: contain;
    object-fit: scale-down;
    image-rendering: -moz-crisp-edges; /* Firefox */     
    image-rendering: -o-crisp-edges; /* Opera */      
    image-rendering: -webkit-optimize-contrast; /*Webkit (non-standard naming) */ image-rendering: crisp-edges; 
}
.hallbottomleft{
    width: 65%;
    height: 100%;
    display: flex;
    padding-top: 10px;
    height:calc(100% - 10px);
}
.hallbottomleft h1{
    flex: 1;
    font-size: 12px;
    text-align: center;
    font-weight: normal;
    line-height: 10px;
}
.hallbottomleft h1 img{
    margin-top: 5px;
    max-width: 100%;
    max-height: 80%;
    object-fit: scale-down;      
    image-rendering: -webkit-optimize-contrast; /*Webkit (non-standard naming) */ image-rendering: crisp-edges;  
}
.hallbottomleft ul{
    flex: 1;
    display: flex;
    font-size: 10px;
    margin-left: -16px;
    margin-top: 6px;
}
.hallbottomleft ul li{
    text-align: center;
    flex: 1;
    cursor: pointer;
}
.hallbottomleft ul li:nth-child(2){
    margin-left: -10px;
}
.hallbottomleft ul li img{
    width: 38px;
}
.pop-up{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    /* background: red; */
    height: 100%;
}
.closeiframe{
    width: 24px;
    height: 24px;
    background: url("../img/Returnkey.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 36%;
    top: 10%;
    /* right: 700px;
    top: 100px; */
    cursor: pointer;
    transform: translate(-50%,-50%);

}

.Personal{
    position: absolute;
    right: -100px;
    transition: 0.5s all;
    top: 20px;
    width: 50px;
    height: 195px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 15px;
    padding-top: 10px;
    /* display: none; */
    overflow: hidden;
}
.Personal li{
    height:40px;
    text-align: center;
    font-size: 10px;
    cursor: pointer;
    margin-bottom: 9px;
}
.Personal li h4 img{
    width: 23px;
    height: 23px;
    object-fit: fill; 
    object-fit: contain;
    object-fit: scale-down;
    image-rendering: -moz-crisp-edges; /* Firefox */     
    image-rendering: -o-crisp-edges; /* Opera */      
    image-rendering: -webkit-optimize-contrast; /*Webkit (non-standard naming) */ image-rendering: crisp-edges; 
}
.Personal li:nth-child(4) h4 img{
    width: 23px;
}
.Personal li p{
    line-height: 11px;
    font-size: 10px;
    margin-left: 1px;
}
/* 登录提示 */
.rule{
    text-align: center;
    z-index: 999;
    position: fixed;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.rule .ruleleft img{
    width: 104px;
    position: absolute;
    left: 0;
    top:20%;
    transform: translateY(-50%);
    z-index: 9;
}
.rule .txt{
    width: 85%;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 15px;
    padding: 20px 12px 0px 12px;
    transform: translate(-50%,-50%);
}
.rule .txt img{
    width: 20px;
    vertical-align: bottom;
    object-fit: fill;
    object-fit: contain;
    object-fit: scale-down;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
}
.rule .txt h4{
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 12px;
}
.rule .txt h4 span{
    display: block;
    width: 126px;
    height: 35px;
    margin: 0 auto;
    line-height: 35px;
    background: url("../img/gztisp.png") no-repeat;
    background-size: 100% 100%;
    color: #fff;
}
.rule .txt p{
    text-align: left;
    font-size: 12px;
    margin-bottom: 10px;
    line-height: 19px;
}
.rule .txt p span{
    width: 15px;
    height: 18px;
    color: #fff;
    display: block;
    float: left;
    text-align: center;
    line-height: 20px;
    margin-right: 5px;
}

.rule .txt p:nth-child(2) span{
    background: url("../img/11.png") no-repeat;
    background-size: 100% 100%;
}
.rule .txt p:nth-child(3) span{
    background: url("../img/22.png") no-repeat;
    background-size: 100% 100%;
}
.rule .txt p:nth-child(4) span{
    background: url("../img/33.png") no-repeat;
    background-size: 100% 100%;
}
.rule .txt p:nth-child(5) span{
    background: url("../img/44.png") no-repeat;
    background-size: 100% 100%;
}
.rule .txt p:nth-child(6) span{
    background: url("../img/55.png") no-repeat;
    background-size: 100% 100%;
}
.rulebottom{
    width: 100px;
    height: 27px;   
    background: #ffa200;
    border-radius: 15px;
    margin: 15px auto;
    color: #fff;
    line-height: 27px;
    font-size: 14px;
    cursor: pointer;
}
/* 排行榜 */
.rankinglist{
    position: fixed;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 100000;
    display: none;
}

.rankinglistbox{
    width: 90%;
    height: 95%;
    margin-top: 4%;
    margin-left: 5%;
    background: #f8f8f8;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    position: relative;
}
.rankinglistdetails{
    position: absolute;
    left: -10px;
    top: -7%;
    width: 106%;
    height: 109.6%;
    z-index: 999;
    display: none;
}
.rankinglistboxh4{
    width: 100%;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #000000;
    font-size: 14px;
}
.rankinglistboxh4 span{
    margin-left: 40px;
    font-size: 15px;
}
.rankinglistcoles{
    float: right;
    height: 100%;
    width: 40px;
    cursor: pointer;
    background: url("../img/listback.png") no-repeat center center;
    background-size: 24px 24px;
}
.rankinglistboxsect{
    width: 100%;
    position: absolute;
    top: 44px;
    overflow-y: auto;
    height:calc(100% - 46px);
}
.rankinglistboxsect ul{
    padding-left: 6px;
    padding-right: 6px;
}
.rankinglistboxsect ul li{
    width: 100%;
    height: 75px;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 15px 0px 10px 0px;
    display: flex;
    position: relative;
}
.rankinglistboxsect ul li .provide {
    text-align: center;
    line-height: 63px;
    position: absolute;
    right: 4px;
    font-size: 12px;
    top: 7px;
    width: 35px;
    height: 35px;
    background: url("../dialog/img/provide1.png") no-repeat;
    background-size: 100% 100%;
            object-fit: fill; 
        object-fit: contain;
        object-fit: scale-down;
        image-rendering: -moz-crisp-edges; /* Firefox */     
        image-rendering: -o-crisp-edges; /* Opera */      
        image-rendering: -webkit-optimize-contrast; /*Webkit (non-standard naming) */ image-rendering: crisp-edges; 
    cursor: pointer;
}
.rankinglistleft{
    text-align: center;
    width: 46px;
    height: 100%;
    position: relative;
    line-height: 75px;
}
.rankinglistleft span{
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #20a9ff;
    display: block;
    text-align: center;
    line-height: 26px;
    position: absolute;
    left: 53%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 15px;
}
.rankinglistleft img{
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 55%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.rankinglistcennert{
    width: 80px;
    height: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.rankinglistcennert img{
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.rankinglistleft img{
    width: 32px;
    height: 34px;
}
.rankinglistright{
    margin-left: 10px;
    padding-right: 5px;
    flex: 1;
    color: #8f8f8f;
    font-size: 12px;
}
.rankinglistright h4{
    height: 65%;
    width: 83%;
    font-weight: normal;
    color: #000000;
}
.rankinglistright .Specifications{
    height: 35%;
    width: 100%;
    display: flex;
 
}
.Specifications span{
    line-height: 25px;
    height: 24px;
    flex: 1;
}
.Specifications span:nth-child(3){
    background: #ffa200;
    text-align: center;
    color: #fff;
    border-radius: 15px;
}

.personalinfo{
    position: relative;
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}
.Personalbox{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 95%;
    height: 95%;
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    cursor:auto;
    z-index: 999999;
}
.Personalbox_top{
    padding: 0px 16px 0px 16px;
    width: calc(100% - 32px);
    height:100px;
    background: #f4f7fb;
}
.Personalbox_top h4{
    padding-top: 28px;
    margin-bottom: 5px;
    font-size: 16px;
    cursor: pointer;
}
.Personalbox_top span{
    clear: both;
    font-size: 14px;
}
.Personalbox_topleft{
    width: 65px;
    height: 65px;
    overflow: hidden;
    border-radius: 50%;
    float: left;
    margin-top: 18px;
    margin-left: 12px;
    margin-right: 18px;
    position: relative;
}
.Personalcoles{
    position: absolute;
    right: 15px;
    top: 13px;
    cursor: pointer;
    width: 24px;
    height: 24px;
    background: url(../img/listback.png) no-repeat;
    background-size: 100% 100%;
}
.Personalbox_topleft img{
    width:100%;
}
.Personalboxcennert{
    margin-top: 25px;
    width: calc(100% - 32px);
    padding-left: 16px;
    padding-right: 16px;
}
.order{
    height: 100%;
    width: 100%;
}
.setlisttop{
    padding-bottom: 7px;
    font-size: 16px;
    border-bottom: 1px solid #f4f4f4;
    font-weight: 600;
    font-family: monospace;
}
.order ul{
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.order ul li{
    width: calc(100% - 25px);
    padding-left: 25px;
    cursor: pointer;
    margin-top: 15px ;
    background: red;
}
.order ul li:nth-child(1){
    background: url(../img/i1.png) no-repeat 1.5px center;
    background-size: 13px 15px;
}
.order ul li:nth-child(2){
    background: url(../img/gwc.png) no-repeat left center;
    background-size: 15px 13px;
    position: relative;
}

.order ul li:nth-child(2) span{
    position: absolute;
    display: block;
    left: 73px;
    top: 1px;
    text-align: center;
    line-height: 15px;
    width: 15px;
    font-size: 12px;
    height: 15px;
    border-radius: 50%;
    background: red;
    color: #fff!important;
    display: none;
    line-height: 15px;
}


.order ul li p{
    background: url(../img/right.png) no-repeat top right;
    background-size: 18px 18px;
    font-size: 15px;
}

.setlist{
    font-size: 16px;
    width: 100%;
    clear: both;
    margin-top: 25px;
}

.setlist li p{
    background: url("../img/right.png") no-repeat top right;
    background-size: 18px 18px;
    font-size: 15px;
}
.setlist li{
    width: calc(100% - 25px);
    padding-left: 25px;
    cursor: pointer;
    margin-top: 15px ;
    background: red;
}
.setlist li span{
    float: right;
    display: block;
}
.setlist li:nth-child(2){
    background: url("../img/s3.png") no-repeat left center;
    background-size: 18px 18px;
    object-fit: scale-down; 
    image-rendering: -webkit-optimize-contrast; /*Webkit (non-standard naming) */ image-rendering: crisp-edges; 
}
.setlist li:nth-child(3){
    background: url("../img/s2.png") no-repeat left center;
    background-size: 18px 18px;
    object-fit: scale-down; 
    image-rendering: -webkit-optimize-contrast; /*Webkit (non-standard naming) */ image-rendering: crisp-edges; 
}
.setlist li:nth-child(4){
    background: url("../img/s4.png") no-repeat left center;
    background-size: 18px 18px;
    object-fit: scale-down; 
    image-rendering: -webkit-optimize-contrast; /*Webkit (non-standard naming) */ image-rendering: crisp-edges; 
}
/* 关于我们 */
.aboutusup{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
}
.aboutusupbox{
    width: 280px;
    height: 254px;
    padding-top: 10px;
    background: #fff;
    border-radius: 15px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 46%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.aboutusupbox img{
    width: 218px;
    object-fit: fill; 
    object-fit: contain;
    object-fit: scale-down;
    image-rendering: -moz-crisp-edges; /* Firefox */     
    image-rendering: -o-crisp-edges; /* Opera */      
    image-rendering: -webkit-optimize-contrast; /*Webkit (non-standard naming) */ image-rendering: crisp-edges; 
}
.aboutusupbox .rcodep{
    margin-top: -5px;
    margin-bottom: 12px;
}
.aboutusupcoles{
    height: 24px;
    width: 24px;
    cursor: pointer;
    background: url(../img/backwhite.png) no-repeat center center;
    background-size: 24px 24px;
    margin: 65px auto;
}

/* 技术支持 */
.supp_ort{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
}
.supp_ortbox{
    width: 280px;
    height: 262px;
    padding-top: 10px;
    background: #fff;
    border-radius: 15px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 46%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.supp_ortbox img{
    width: 192px;
    object-fit: fill; 
    object-fit: contain;
    object-fit: scale-down;
    image-rendering: -moz-crisp-edges; /* Firefox */     
    image-rendering: -o-crisp-edges; /* Opera */      
    image-rendering: -webkit-optimize-contrast; /*Webkit (non-standard naming) */ image-rendering: crisp-edges; 
}
.suppsisp{
    font-size: 15px;
    margin-top: 9px;
    margin-bottom: 6px
}
.supp_ortrcodep{
    font-size: 14px;
    margin-bottom: 13px;
    margin-left: 7px;
}
.supp_ortcoles{
    height: 24px;
    width: 24px;
    cursor: pointer;
    background: url(../img/backwhite.png) no-repeat center center;
    background-size: 24px 24px;
    margin: 65px auto;
}






.allorder{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #f8f8f8;
    display: none;
    border-radius: 15px;
}
.allorder ul{
    padding-left: 5%;
    padding-right: 5%;
    width: 90%;
    height: 100%;
    overflow-y: auto;
}
.allorder ul::-webkit-scrollbar {
    width:  6px;
}
.allorder ul::-webkit-scrollbar-track {
    background-color: #fff;
}
.allorder ul::-webkit-scrollbar-thumb {
    background-color: #c5c5c5;
}
.allorder ul li{
    width: calc(100% - 20px);
    height: 75px;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 15px 10px 10px 10px;
    display: flex;
    position: relative;
}
.allorder ul li:last-child{
    margin-bottom: 60px;
}
.allorder ul li span{
    position: absolute;
    right: 33px;
    bottom: 4px;
    width: 90px;
    height: 90px;
    background: url("../img/jiesuan.png") no-repeat;
    background-size: 100% 100%;
    display: block;

}
.allorderh4{
    width: 100%;
    height: 45px;
    text-align: center;
    line-height: 45px;
}
.allorderleft{
    width: 80px;
    height: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.allorderleft img{
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.allorderright{
    margin-left: 15px;
    padding-right: 5px;
    flex: 1;
    color: #000000;
    font-size: 12px;
}
.allorderright h4{
    height: 40%;
    width: 100%;
    font-weight: normal;
}
.allorderright .price{
    padding-right: 5%;
    width: 95%;
}
.allorderright .price .priceleft{
    float: left;
    color:red;
    font-size: 16px;
}
.allorderright .price .priceright{
    float: right;
    width: 28px;
    height: 28px;
    background: #d4d4d4;
    text-align: center;
    line-height: 28px;
    color: #fff;
    border-radius: 5px; 
    margin-top: -3px;
}
.allordercoles{
    position: absolute;
    left: 22px;
    top: 12px;
    cursor: pointer;
    width: 21px;
    height: 21px;
    background: url("../img/back@2.png") no-repeat;
    background-size: 100% 100%;
}
/* 购物总金额不能超过2万 */

@keyframes myfirst
{
    50% { opacity: 0; }
}
@media screen and (min-width: 1200px) and (max-height: 950px){
    .closeiframe{
        right: 30%;
        top: 5%
    }
    .clossingle{
        right: 30%!important;
        top: 5%!important;
    }
} 
@media screen and (max-width: 1200px) {
    .closeiframe{
        right: 2.5%!important;
        top: 3%!important;
    }
    .clossingle{
        right: 2.5%!important;
        top: 3%!important;
    }

}
@media screen and (min-width: 1200px) {
    .hallbottom{
        height: 96.5px;
    }
    .hallbottomright{
        position: absolute;
        right: 50px;
        bottom: 25px;
        width: 211px;
    }
    .hallbottomleft{
        width: 60%;
        display: flex;
        padding-top: 18px;
        height: calc(100% - 18px);
    }
}
#ulbox{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    overflow:auto;
}


.ulboxshow::-webkit-scrollbar {
    height: 6px;
}
.ulboxshow::-webkit-scrollbar-track{
    background-color: #fff;
}
.ulboxshow::-webkit-scrollbar-thumb  {
    background-color: #c5c5c5;
}

/* 手机横屏下 */
@media (max-height: 500px) and (orientation: landscape) {
    .Personalbox{
        height: 92%!important;
    }
    .rankinglistbox{
        height: 92%!important;
    }
}

@media screen and (min-width: 600px) {
    .colsemain_box{
        top: 130px;
    }
    .fmbox{
        position: fixed;left: 0;top: 0;width: 100%;height: 100%; z-index: 9999;
        /* background: url("https://oss.3dyunchuang.com/tumb_list/1634636867n2g3wT.png"); */
        background-size: 100% 100%;
    }
    .rankinglistboxsect ul li .provide {
        background: url("../dialog/img/provide1pc.png") no-repeat;
        background-size: 100% 100%;
                object-fit: fill; 
            object-fit: contain;
            object-fit: scale-down;
            image-rendering: -moz-crisp-edges; /* Firefox */     
            image-rendering: -o-crisp-edges; /* Opera */      
            image-rendering: -webkit-optimize-contrast; /*Webkit (non-standard naming) */ image-rendering: crisp-edges; 

    }
    .rule .txt p{
        font-size: 13px;
    }
    .hallbottomleft h1 img{
        margin-left: 57px;
        height: 88%;
        margin-top: 0px;
    }
    .scene{
        width: 200px;
        height: 200px;
        bottom: 100px!important;
    }
    .Personalbox{
        position: fixed;
        left: 50%;
        top: 48%;
        transform: translate(-50%,-50%);
        width: 400px;
        height: 676px;
    }
    .rankinglistbox{
        left: 45%;
        transform: translate(-50%,-50%);
        top: 40%;
        width: 360px;
        height:680px ;
    }
    .rule .txt{
        width: 332px;
    }
    .Controlpause{
        height: calc(100% - 28px);
        margin-top: 15.5px;
        width: 90px;
    }
    .gifbox{
        width: 166px;
    }
    .bottom_explain{
        width: 528px!important;
        left: 50%;
        bottom: -260px;
        transform: translateX(-50%);
    }
    .bottom_explain ul {
        margin-left: 4.5px!important;
        margin-top: 8px!important;
        height: calc(100% - 12px);
        position: absolute;
    }


} 

.rankinglistboxsect::-webkit-scrollbar {
    width:  6px;
}
.rankinglistboxsect::-webkit-scrollbar-track {
    background-color: #fff;
}
.rankinglistboxsect::-webkit-scrollbar-thumb {
    background-color: #c5c5c5;
}



#preloader_2{
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 40px;
    height: 40px;
    }
    #preloader_2 span{
        display:block;
        bottom:0px;
        width: 20px;
        height: 20px;
        background:#9b59b6;
        position:absolute;
    }
    #preloader_2 span:nth-child(1){
    -webkit-animation: preloader_2_1 1.5s infinite ease-in-out;
    -moz-animation: preloader_2_1 1.5s infinite ease-in-out;
    -ms-animation: preloader_2_1 1.5s infinite ease-in-out;
    animation: preloader_2_1 1.5s infinite ease-in-out;
    }
    #preloader_2 span:nth-child(2){
    left:20px;
    -webkit-animation: preloader_2_2 1.5s infinite ease-in-out;
    -moz-animation: preloader_2_2 1.5s infinite ease-in-out;
    -ms-animation: preloader_2_2 1.5s infinite ease-in-out;
    animation: preloader_2_2 1.5s infinite ease-in-out;
    
    }
    #preloader_2 span:nth-child(3){
        top:0px;
        -webkit-animation: preloader_2_3 1.5s infinite ease-in-out;
        -moz-animation: preloader_2_3 1.5s infinite ease-in-out;
        -ms-animation: preloader_2_3 1.5s infinite ease-in-out;
        animation: preloader_2_3 1.5s infinite ease-in-out;
    }
    #preloader_2 span:nth-child(4){
        top:0px;
        left:20px;
        -webkit-animation: preloader_2_4 1.5s infinite ease-in-out;
        -moz-animation: preloader_2_4 1.5s infinite ease-in-out;
        -ms-animation: preloader_2_4 1.5s infinite ease-in-out;
        animation: preloader_2_4 1.5s infinite ease-in-out;
    }
    .addressbox{
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: #f8f8f8;
        display: none;
    }
    .addressbox ul{
        text-align: left;
        padding: 10px 12px 0px 12px;
    }
    #addressif{
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 1;
    }
    .addressbox ul li{
        height: 77px;
        background: #fff;
        border-radius: 5px;
        padding: 15px 13px 13px 13px;
        display: none;
    }
 
    .addressboxclose{
        width: 50px;
        height: 50px;
        background: url(../img/back@2.png) no-repeat center center;
        background-size: 21px 21px;
        position: absolute;
        left: 0;
        top: 0;
        cursor: pointer;
    }
    .addressbox h4{
        height: 50px;
        width: 100%;
        line-height: 40px;
        background: #fff;
        font-weight: normal;
        text-align: center;
    }
    .address-top{
        width: 100%;
        height: 18px;
        margin-bottom: 10px;
    }
    .address-top h3{
        font-size: 15px;
        float: left;
        margin-right: 8px;
    }
    .address-top span{
        font-size: 13px;
    }
    .address-cen{
        width: 100%;
        height: 22px;
        font-size: 13px;
        border-bottom: 1px solid #f6f6f6;
    }
    .address-bom{
        width: 100%;
        height: 20px;
        margin-top: 10px;
    }
    .address-bom h5{
        float: right;
        font-weight: normal;
        font-size: 13px;
        margin-right: 10px;
        cursor: pointer;
    }
    .address-bom h6{
        float: right;
        font-weight: normal;
        font-size: 13px;
        cursor: pointer;
    }
    .addressbtn{
        position: absolute;
        bottom: 20px;
        left: 50%;
        text-align: center;
        height: 34px;
        line-height: 34px;
        border-radius: 25px;
        width: 310px;
        color: #fff;
        background: #fb6924;
        opacity: 0.3;
        pointer-events: none;
        transform: translateX(-50%);
    }
    @-webkit-keyframes preloader_2_1 {
        0% {-webkit-transform: translateX(0px) translateY(0px)  rotate(0deg); border-radius:0px;}
        50% {-webkit-transform: translateX(-20px) translateY(-10px) rotate(-180deg); border-radius:20px;background:#3498db;}
        80% {-webkit-transform: translateX(0px) translateY(0px) rotate(-360deg); border-radius:0px;}
         100% {-webkit-transform: translateX(0px) translateY(0px) rotate(-360deg); border-radius:0px;}
    }
    @-webkit-keyframes preloader_2_2 {
        0% {-webkit-transform: translateX(0px) translateY(0px)  rotate(0deg);border-radius:0px;}
        50% {-webkit-transform: translateX(20px) translateY(-10px) rotate(180deg);border-radius:20px;background:#f1c40f;}
        80% {-webkit-transform: translateX(0px) translateY(0px) rotate(360deg);border-radius:0px;}
        100% {-webkit-transform: translateX(0px) translateY(0px) rotate(360deg);border-radius:0px;}
    }
    @-webkit-keyframes preloader_2_3 {
        0% {-webkit-transform: translateX(0px) translateY(0px)  rotate(0deg);border-radius:0px;}
        50% {-webkit-transform: translateX(-20px) translateY(10px) rotate(-180deg); border-radius:20px;background:#2ecc71;}
        80% {-webkit-transform: translateX(0px) translateY(0px) rotate(-360deg);border-radius:0px;}
         100% {-webkit-transform: translateX(0px) translateY(0px) rotate(-360deg); border-radius:0px;}
    }
    
    
    @-webkit-keyframes preloader_2_4 {
        0% {-webkit-transform: translateX(0px) translateY(0px)  rotate(0deg); border-radius:0px;}
        50% {-webkit-transform: translateX(20px) translateY(10px) rotate(180deg); border-radius:20px;background:#e74c3c;}
        80% {-webkit-transform: translateX(0px) translateY(0px) rotate(360deg); border-radius:0px;}
         100% {-webkit-transform: translateX(0px) translateY(0px) rotate(360deg);border-radius:0px;}
    }
    @-moz-keyframes preloader_2_1 {
        0% {-moz-transform: translateX(0px) translateY(0px)  rotate(0deg); border-radius:0px;}
        50% {-moz-transform: translateX(-20px) translateY(-10px) rotate(-180deg); border-radius:20px;background:#3498db;}
        80% {-moz-transform: translateX(0px) translateY(0px) rotate(-360deg); border-radius:0px;}
         100% {-moz-transform: translateX(0px) translateY(0px) rotate(-360deg); border-radius:0px;}
    }
    @-moz-keyframes preloader_2_2 {
        0% {-moz-transform: translateX(0px) translateY(0px)  rotate(0deg);border-radius:0px;}
        50% {-moz-transform: translateX(20px) translateY(-10px) rotate(180deg);border-radius:20px;background:#f1c40f;}
        80% {-moz-transform: translateX(0px) translateY(0px) rotate(360deg);border-radius:0px;}
        100% {-moz-transform: translateX(0px) translateY(0px) rotate(360deg);border-radius:0px;}
    }
    @-moz-keyframes preloader_2_3 {
        0% {-moz-transform: translateX(0px) translateY(0px)  rotate(0deg);border-radius:0px;}
        50% {-moz-transform: translateX(-20px) translateY(10px) rotate(-180deg); border-radius:20px;background:#2ecc71;}
        80% {-moz-transform: translateX(0px) translateY(0px) rotate(-360deg);border-radius:0px;}
         100% {-moz-transform: translateX(0px) translateY(0px) rotate(-360deg); border-radius:0px;}
    }
    @-moz-keyframes preloader_2_4 {
        0% {-moz-transform: translateX(0px) translateY(0px)  rotate(0deg); border-radius:0px;}
        50% {-moz-transform: translateX(20px) translateY(10px) rotate(180deg); border-radius:20px;background:#e74c3c;}
        80% {-moz-transform: translateX(0px) translateY(0px) rotate(360deg); border-radius:0px;}
         100% {-moz-transform: translateX(0px) translateY(0px) rotate(360deg);border-radius:0px;}
    }
    @-ms-keyframes preloader_2_1 {
        0% {-ms-transform: translateX(0px) translateY(0px)  rotate(0deg); border-radius:0px;}
        50% {-ms-transform: translateX(-20px) translateY(-10px) rotate(-180deg); border-radius:20px;background:#3498db;}
        80% {-ms-transform: translateX(0px) translateY(0px) rotate(-360deg); border-radius:0px;}
         100% {-ms-transform: translateX(0px) translateY(0px) rotate(-360deg); border-radius:0px;}
    }
    @-ms-keyframes preloader_2_2 {
        0% {-ms-transform: translateX(0px) translateY(0px)  rotate(0deg);border-radius:0px;}
        50% {-ms-transform: translateX(20px) translateY(-10px) rotate(180deg);border-radius:20px;background:#f1c40f;}
        80% {-ms-transform: translateX(0px) translateY(0px) rotate(360deg);border-radius:0px;}
        100% {-ms-transform: translateX(0px) translateY(0px) rotate(360deg);border-radius:0px;}
    }
    @-ms-keyframes preloader_2_3 {
        0% {-ms-transform: translateX(0px) translateY(0px)  rotate(0deg);border-radius:0px;}
        50% {-ms-transform: translateX(-20px) translateY(10px) rotate(-180deg); border-radius:20px;background:#2ecc71;}
        80% {-ms-transform: translateX(0px) translateY(0px) rotate(-360deg);border-radius:0px;}
         100% {-ms-transform: translateX(0px) translateY(0px) rotate(-360deg); border-radius:0px;}
    }
    @-ms-keyframes preloader_2_4 {
        0% {-ms-transform: translateX(0px) translateY(0px)  rotate(0deg); border-radius:0px;}
        50% {-ms-transform: translateX(20px) translateY(10px) rotate(180deg); border-radius:20px;background:#e74c3c;}
        80% {-ms-transform: translateX(0px) translateY(0px) rotate(360deg); border-radius:0px;}
         100% {-ms-transform: translateX(0px) translateY(0px) rotate(360deg);border-radius:0px;}
    }
    @-keyframes preloader_2_1 {
        0% {-transform: translateX(0px) translateY(0px)  rotate(0deg); border-radius:0px;}
        50% {-transform: translateX(-20px) translateY(-10px) rotate(-180deg); border-radius:20px;background:#3498db;}
        80% {-transform: translateX(0px) translateY(0px) rotate(-360deg); border-radius:0px;}
         100% {-transform: translateX(0px) translateY(0px) rotate(-360deg); border-radius:0px;}
    }
    @-keyframes preloader_2_2 {
        0% {-transform: translateX(0px) translateY(0px)  rotate(0deg);border-radius:0px;}
        50% {-transform: translateX(20px) translateY(-10px) rotate(180deg);border-radius:20px;background:#f1c40f;}
        80% {-transform: translateX(0px) translateY(0px) rotate(360deg);border-radius:0px;}
        100% {-transform: translateX(0px) translateY(0px) rotate(360deg);border-radius:0px;}
    }
    @-keyframes preloader_2_3 {
        0% {-transform: translateX(0px) translateY(0px)  rotate(0deg);border-radius:0px;}
        50% {-transform: translateX(-20px) translateY(10px) rotate(-180deg); border-radius:20px;background:#2ecc71;}
        80% {-transform: translateX(0px) translateY(0px) rotate(-360deg);border-radius:0px;}
         100% {-transform: translateX(0px) translateY(0px) rotate(-360deg); border-radius:0px;}
    }
    
    
    @-keyframes preloader_2_4 {
        0% {-transform: translateX(0px) translateY(0px)  rotate(0deg); border-radius:0px;}
        50% {-transform: translateX(20px) translateY(10px) rotate(180deg); border-radius:20px;background:#e74c3c;}
        80% {-transform: translateX(0px) translateY(0px) rotate(360deg); border-radius:0px;}
         100% {-transform: translateX(0px) translateY(0px) rotate(360deg);border-radius:0px;}
    }
    .clossingle{
        width: 24px;
        height: 24px;
        background: url(../img/Returnkey.png) no-repeat;
        background-size: 100% 100%;
        position: absolute;
        right: 36%;
        top: 10%;
        cursor: pointer;
        transform: translate(-50%,-50%);



    }
    .closepersonalcart{
        width: 21px; 
        height: 21px;
        background: url("../img/back@2.png") no-repeat;
        background-size: 21px 21px; 
        position: absolute; 
        left: 23px; 
        top: calc(6% + 15px);
        display: none;
    }


    .product_cart{
        width: 100%;
        height: 100%;
        background-color:rgba(0,0,0,0.6);
        z-index: 999;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        cursor: pointer;
        display: none;
    }
    .ruleleft img {
        width: 104px;
        position: absolute;
        left: 0;
        top: 20%;
        transform: translateY(-50%);
        z-index: 9;
    }
    
    .empty_cartbox{
        width: 270px;
        height: 220px;
        background: #fff;
        position: absolute;
        left: 50%;
        top: 50%;
        border-radius: 15px;
        padding: 13px 6px 0px 12px;
        transform: translate(-50%,-50%);
        text-align: center;
    }
    .empty_cartbox img{
        width: 107px;
    }
    .empty_cartbox p{
        margin-top: 12px;
        margin-bottom: 12px;
        font-size: 13px;
    }
    .empty_cartboxbtn{
        width: 82px;
        background: #ffa200;
        color: #fff;
        border-radius: 8px;
        height: 30px;
        margin: 14px auto;
        font-size: 14px;
        line-height: 30px;
    }


    .scene {
        width: 180px;
        height: 180px;
        -webkit-perspective: 600;
                perspective: 600;
        position: relative;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 25%;
      }
      .scene svg {
        width: 180px;
        height: 180px;
      }
      
      .dc-logo {
        position: fixed;
        right: 10px;
        bottom: 10px;
      }
      
      .dc-logo:hover svg {
        -webkit-transform-origin: 50% 50%;
                transform-origin: 50% 50%;
        -webkit-animation: arrow-spin 2.5s 0s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
                animation: arrow-spin 2.5s 0s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
      }
      .dc-logo:hover:hover:before {
        content: '\2764';
        padding: 6px;
        font: 10px/1 Monaco, sans-serif;
        font-size: 10px;
        color: #00fffe;
        text-transform: uppercase;
        position: absolute;
        left: -70px;
        top: -30px;
        white-space: nowrap;
        z-index: 20px;
        box-shadow: 0px 0px 4px #222;
        background: rgba(0, 0, 0, 0.4);
      }
      .dc-logo:hover:hover:after {
        content: 'Digital Craft';
        padding: 6px;
        font: 10px/1 Monaco, sans-serif;
        font-size: 10px;
        color: #6E6F71;
        text-transform: uppercase;
        position: absolute;
        right: 0;
        top: -30px;
        white-space: nowrap;
        z-index: 20px;
        box-shadow: 0px 0px 4px #222;
        background: rgba(0, 0, 0, 0.4);
        background-image: none;
      }
      
      @-webkit-keyframes arrow-spin {
        50% {
          -webkit-transform: rotateY(360deg);
                  transform: rotateY(360deg);
        }
      }
      
      @keyframes arrow-spin {
        50% {
          -webkit-transform: rotateY(360deg);
                  transform: rotateY(360deg);
        }
      }
      .scene span{
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        margin: 8px;
        font-size: 18px;
        color: #fff;
      }

      .firstacquisition{
          width: 100%;
          height: 100%;
        position: absolute;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 99999999;
        display: none;
      }
      .firstacquisition img{
          width: 100%;
          position: absolute;
          left: 50%;
          top: 48%;
          width: 300px;
          transform: translate(-50%,-50%);

          object-fit: fill; 
          object-fit: contain;
          object-fit: scale-down;
          image-rendering: -moz-crisp-edges; /* Firefox */     
          image-rendering: -o-crisp-edges; /* Opera */      
          image-rendering: -webkit-optimize-contrast; /*Webkit (non-standard naming) */ image-rendering: crisp-edges; 
      }