body {
    user-select: none; 
    background: #f1f3f5;
} 

.wrap {
    position: relative;
    padding: 5vw 5vw 0;
}
.qukx{
    margin-top:-1px;
}
  
.btn {
    position: fixed;
    right: 0;
    top: 20%;
    width: 15vw;
}

.glBtn {
    top: calc(45% + 30px);
}
 
.kfBtn {
    top: calc(45% + 60px);
}


.close {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 30px;
}

.cover {
    position: fixed;
    z-index: 9999;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(72, 72, 74, .8);
} 
.noSupportPay {
    background: #F86E3F;
    position: fixed;
    left: 0;
    bottom: 0;
    height: 42px;
    line-height: 42px;
    display: flex;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    z-index: 99;
    color: #fff;
} 
.hide {
    display: none;
}
.cardface{
    position: absolute;
    left: 28.5vw;
    top: 78vw;
    width: 43.5vw;
    z-index: 1;
    border-radius: 6px;
    overflow: hidden;
    margin-top: 3vw;
}
.cardface img {
    padding: 0 !important;
}
.title{
    position: absolute;
    top: 22vw;
    width: 100vw;
    left: 0;
    height: 23vw;
}
.mainbtn{
    position: absolute;
    left: 35vw;
    top: 42vw;
    width: 31vw;
    -webkit-animation: stress 1s linear infinite;
    animation: stress 1s linear infinite;
}
.bname{  
    position: absolute;
    font-size: 5vw;
    text-align: center;
    line-height: 10vw;
    height: 10.5vw;
    font-weight: bold;
    width: 50vw;
    margin-top: -10.5vw;
    color: #aa7332;
}
.mainTest{ 
    box-sizing: border-box;
    padding: 3vw;
    text-align: justify;
    width: 90vw; 
}
.mt24 {
    margin-bottom: 24px;
}
.textCon{  
    background-size: 100% 100%;
    width: 90vw; 
    height: auto; 
    padding: 0 5vw;
}
.box{
    border: none;   
    box-sizing: border-box;
    background-clip: content-box,padding-box;
    background-color: #fff;
    margin-bottom: 4vw;
    border-radius: 7vw;
}
.boxin{
    padding: 5vw 5vw;
} 
.boxTitle{
    color: #444445;
    font-size: 5vw;
    text-align: center;
    font-weight: bold;
    margin-bottom: 3vw;
} 
.boxTitle::before{
    content: "";
    background-image: url(../images/theme/t1.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 7.5vw;
    position: absolute;
    margin-left: -12vw;
    margin-top: 2vw;
    height: 0.6vw;
}
.boxTitle::after{
    content: "";
    background-image: url(../images/theme/t2.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 7.5vw;
    position: absolute;
    margin-left: 4vw;
    margin-top: 2vw;
    height: 0.6vw;
}
 
.quesbg{
    background-color: #fff;
    border-radius: 4vw;
    -webkit-border-radius: 4vw;
    -moz-border-radius: 4vw;
    -ms-border-radius: 4vw;
    -o-border-radius: 4vw;
}
.text,.midtext,.blacktext{ 
    line-height: 6vw ;
    font-size: 3.5vw;
}
 
.box img{
    padding-top: 3vw; 
}
.midtext{ 
    text-align: center; 
} 
.tips{
    margin-top: 4vw;
    margin-bottom: 3vw;
    height: 8vw;
    line-height: 8vw;
    font-size: 4vw;
    font-weight: bold;
    padding-left: 3vw;
    position: relative;
}
.tips::before{
    background-color: #306ae5;
    width: 1.5vw;
    height: 6vw;
    position: absolute;
    content: '';
    display: block;
    left: 0;
    top: 1vw;
    border-radius: 3px;
}
.actdetail{
    padding-top: 10px;
    color: #656565;
    font-size: 3.8vw;
}
.pt10{
    padding-top: 6vw;
} 
.actdetail::before{
    position: absolute;
    content: "";
    margin-left: -12px;
    margin-top: 9px;
    width: 6px;
    height: 6px;
    background-color:  #000000;
    border-radius: 4px;
}
 
.textTitle{
    font-size: 4.5vw; 
    text-align: center;
    font-weight: bold;
    color:#000000;
    margin: 4vw 0;
}
.ltle{
    padding: 10px 0;
    font-size: 4vw;
    font-weight: bold;
    color: #000000;
}

.blacktext{ 
    color: #333333;
}
.greytext{
    font-size: 3vw;
    line-height: 4vw;
    margin-top: 5px;
    color: #a3a3a3;
}
.greytextRight {
    font-size: 3vw;
    line-height: 4vw;
    margin-top: 5px;
    color: #a3a3a3;
    text-align: right;
    font-style: italic;
    margin-top: 12px;
}
@keyframes stress {
    0% {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        -moz-transform: scale(.95);
        -ms-transform: scale(.95);
        -o-transform: scale(.95);
}

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
}

    100% {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        -moz-transform: scale(.95);
        -ms-transform: scale(.95);
        -o-transform: scale(.95);
}
}
.sqbox{
    margin-top: 20px;
    border: #d9e9fc solid 1px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
 
.chunkTitle{
    background: #000000;
    color: #fff;
    width: fit-content;
    padding: .5vw 5vw;
    margin-top: 10px;
    border-bottom-right-radius: 7vw;
    border-top-right-radius: 7vw;
    font-size: 4vw;
    font-weight: bold;
}
.flexbox{
    display: flex;
    justify-content: space-between; 
    margin: 0 10px 10px 10px;
}
.leftIcon{
    width: 30vw;
    height: 30vw;
    margin-left: -3vw !important;
    margin-right: 2vw !important;
    margin: auto;
}
.rightMsg{
    margin-top: 10px;
}
.cTitle{
    font-weight: bold;
    font-size: 4vw !important;
    color: #3187ff;
    line-height: 6vw;
}

.billContent{
    color: #333333;
    line-height: 4vw;
    font-size: 3.3vw;
}

.keyword{
    font-weight: bold;
}
.keyword1{
    color: #F34D4F;
    font-weight: bold;
    font-size: 5vw !important;
}
   
.linestyle{
    text-decoration:underline;
}
.alertbox{
    position: fixed;
    top: 50%;
    width: 90%;
    left: 5%;
    margin-top: -30px;
    height: 50px;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    z-index: 200;
    text-align: center;
    padding: 16px 0px;
    display: none;
}
.alertbtn{
    margin-top: 16px;
    color: rgb(25, 108, 193);
}
.alert-box {
    position: fixed;
    z-index: 100;
    top: 50%;
    left: 50%;
    display: none;
    width: 320px;
    height: 280px;
    margin-left: -160px;
    margin-top: -140px;
    opacity: 1;
    border-radius: 10px;
    overflow: scroll;
} 
 
.alert-box img{
    overflow: scroll; 
}
.close {
    position: absolute;
    width: 28px;
    height: 28px;
    top: 0;
    right: 0;
}
.xika1{
    position: absolute;
    width: 30%;
    left: 14%;
    top: 72%;
    height: 15%;
}
.xika2{
    position: absolute;
    width: 30%;
    right: 14%;
    top: 72%;
    height: 15%;
}

.gaward-con {
    margin-top: 20px;
    padding: 0 16px;
    font-size: 14px;
    text-align: center;
    color: #000;
}

.selbtnline {
    display: flex;
    width: 100%;
    position: absolute;
    bottom: 14%;
    justify-content: center;
    font-size: 14px;
    color: #f34d4f;
    text-align: center;
}

.close-btn {
    position: absolute;
    width: 25px;
    height: 25px;
    right: 0;
    top: -30px;
}

.lline {
    height: 20px;
    transform: scaleX(0.5);
    -webkit-transform: scaleX(0.5);
    width: 1px;
    background: #cbcbcb;
}

.cancelbtn,
.rightBtn {
    width: 40%;
}

.okbtn,
.leftBtn {
    width: 40%;
}

.main {
    display: none;
}

.tip {
    position: absolute;
    left: 0;
    bottom: 32vw;
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    display: none;
}
.alert-box1 {
    position: fixed;
    z-index: 100;
    bottom: 3%;
    left: 7%;
    display: none;
    width: 86%;
    height: 100px;
    opacity: 1;
    border-radius: 10px;
    background-color: #fff;
}
.mask {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    opacity: .5;
    background-color: #000;
}

.non-arkweb .tips::before{
    background-color: #F34D4F;

}
.non-arkweb .boxTitle::before{
    background-image: url(../images/theme/double_t1.png);
}
.non-arkweb .boxTitle::after{
    background-image: url(../images/theme/double_t2.png);
}