html,body{
    width: 100%;
    height: 100%;
    /*background:#4543f1;*/
}
[service],[kefu],#stopActivity,#history{
    display: none;
}
#stopActivity{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 30px;
    background: url(http://jn.xdf.cn/zhuanti/question/CommonWeb/img/die.jpg) 0 0 no-repeat;
    background-size: 100% 100%;
    text-align: center;
    color:#960000;
    font-size: 20px;
}

main{
    height: 80%;
    text-align: center;
}
main img{
    width: 100%;
}
.btn_style{
    /*display: inline-block;*/
    width: 70%;
    height: 50px;
    line-height: 50px;
    background: linear-gradient(180deg, #FFDB95 0%, #FFFFFF 100%);
    box-shadow: 0px -3px 3px 0px rgba(255, 186, 23, 0.3);
    border-radius: 28px;
    font-size: 22px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #5A250D;
    margin:20px auto;
    /*margin-bottom: 20px;*/
}
#history{
    margin-bottom: 40px;
}
footer{
    height: 10px;
    font-size: 10px;
    font-family: SourceHanSansSC-Bold, SourceHanSansSC;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 10px;
    text-align: center;
    margin-top: 25px;
    padding-bottom: 25px;
}
[select_box]{
    text-align: left;
    height: 80px;
    background: #FFFFFF;
    border-radius: 5px;
    margin-top: 10px;
    padding: 10px 20px;
}
[select_box] .headline{
    font-size: 15px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #505050;
}
[select_box] select{
    margin-top: 10px;
    width: 90%;
    height: 30px;
    border-radius: 4px;
    border: 1px solid #9B9B9B;
    font-size: 15px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #9B9B9B;
}




#markPage{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 40px 30px;
    z-index: 5;
}
#markPage .float{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity:0.9;
    z-index: 100;
}

#markPage article{
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    z-index: 101;
    padding:0 15px;
    text-align: center;
}


form{
    /*display: none;*/
    /*height: 373px;*/
    background: linear-gradient(135deg, #586BEE 0%, #4442EE 100%);
    border-radius: 5px;
    padding:10px 20px;
}
.title{
    margin-top: 20px;
    margin-bottom: 5px;
    text-align: center;
    font-size: 24px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
}
.subTitle{
    margin-bottom: 15px;
    text-align: center;
    font-size: 13px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
}
.form_input::placeholder{
    color: #969696;
    font-weight: normal;
}
.form_input{
    width: 100%;
    height: 12vw;
    border-radius: 1.33vw;
    border: none;
    font-weight: 600;
    font-size: 15px;
    color: #505050;
    line-height: 12vw;
    margin-top: 2.67vw;
    background: #FFFFFF;
    padding-left: 4vw;
    padding-right: 4vw;
}
/**/
.textCode-div{
    width: 100%;
    height: 13.3vw;
    border-radius: 1.33vw;
    outline: none;
    background: #FFFFFF;
    margin-top: 2.67vw;
}
.textCode-div input{
    width: 65%;
    float: left;
    height: 13.3vw;
    border-radius: 1.33vw;
    border: none;
    font-weight: bold;
    font-size: 4vw;
    padding-left: 4vw;
    padding-right: 4vw;
    color: #505050;
    outline: none;
}
.textCode-div input::placeholder{
    color: #969696;
    font-size: 4vw;
    font-weight: normal;
}
.textCode-div span{
    width: 30%;
    font-size: 4vw;
    line-height: 13.3vw;
    float: right;
    text-align: center;
    color: #5A250D;
    font-weight: 100;
}
.btns{
    height: 50px;
    line-height: 50px;
    background: linear-gradient(180deg, #FFDB95 0%, #FFFFFF 100%);
    border-radius: 5px;
    font-size: 18px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #5A250D;
    text-align: center;
    margin-top: 20px;
}
#closed{
    display: inline-block;
    width: 40px;
    margin-top: 20px;
}
/**/
.tips{
    display: none;
    width: 80%;
    height: 50px;
    line-height: 50px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 5px;
    font-size: 21px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    text-align: center;
    margin: 0 auto;
    margin-top: 50%;
}