.height {
    height: 20px;
}
.modalBox{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    /*background: rgba(0,0,0,0.5);*/
    /*background: #000;*/
    z-index:50;
    display: none;
    /*opacity:0.4;*/
    /*filter:alpha(opacity:40);*/

    /* IE8 */
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);
    /* ��׼����� */
    background-color: rgba(0, 0, 0, 0.6);
}
.verificationBox{
    width: 420px;
    height: 306px;
    background-color: #fff;
    position: fixed;
    top: 200px;
    left: 0;
    right: 0;
    margin: auto;
    display: none;
    user-select:none;
    padding: 20px;
    padding-top: 63px;
    z-index:60;
}
.verificationBox .verificationBox-title{
    width: 460px;
    height: 55px;
    top: 0;
    left: 0;
    position: absolute;
    border-bottom: #ababab  solid 1px;
    display: flex;
}
.verificationBox .verificationBox-title h3{
    height: 55px;
    width:100%;
    text-align: center;
    line-height: 55px;
    font-size: 20px;
}
.verificationBox .verificationBox-title .titleimgbox{
    width: 64px;
    height: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    font-size: 16px;
    color: #44a039;
    cursor: pointer;
}
.verificationBox .verificationBox-title .titleimgbox img{
    width: 30px;
    height: 30px;
}
.verificationBox .verificationBox-msg{
    text-align: left;
    height: 33px;
    line-height: 33px;
    font-size: 18px;
}
.verificationBox img{
    width: 420px;
    height: 218px;
}
.verificationBox .wrap{
    width:420px;
    height: 42px;
    background-color:#e8e8e8;
    text-align: center;
    line-height: 40px;
    /*border-radius: 7px;*/
    position:absolute;
    top: 326px;
}
.verificationBox .rect{
    position:relative;
    width:420px;
    height:100%;
}
.verificationBox .rec{
    position:absolute;
    top:0;
    left:0;
    width:0;
    height:40px;
    background: #d6e4ff;
    border:1px solid #2a6cfe;
}
.verificationBox .silde{
    position:absolute;
    top:-1px;
    left:0;
    z-index: 11;
    /*�������棬�����ó���Ϊ40pxʱ�ڼ��ϱ߿�1px�ͻᳬ�� 40px��
    ����ʹ�ù����ģ�ͣ������ģ�ͻ�ʹ���ӵĿ�߰����߿򣬲ٳ�40px��*/
    box-sizing:border-box;
    width:42px;
    height:42px;
    background: #2a6cfe;
    border:1px solid #2a6cfe;
}

/* ͼ��߿� */
.verificationBox .allimgbox{
    position: absolute;
    width: 420px;
    height: 214px;
    z-index: 9;
}
/* ��ı���ͼ */
.verificationBox .allimgbox .bgimgbox{
    position: relative;
}
.verificationBox .allimgbox .bgimgbox .successbox{
    position: absolute;
    z-index:1000;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    /* IE8 */
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#8Fffffff,endColorstr=#8Fffffff);
    /* ��׼����� */
    background-color: rgba(255, 255, 255, 0.8);
    display: none;
}
.verificationBox .allimgbox .bgimgbox .successbox img{
    width: 60px;
    height:60px;
    position: absolute;
    z-index:1002;
    left: 0;
    right: 0;
    top: 65px;
    margin: auto;
}
.verificationBox .allimgbox .bgimgbox .successbox .successboxbg{
    width: 30px;
    height:30px;
    position: absolute;
    z-index:1001;
    left: 0;
    right: 0;
    top: 80px;
    margin: auto;
    background: #fff;
}
.verificationBox .allimgbox .bgimgbox .successbox .successmsg{
    width: 165px;
    height: 30px;
    position: absolute;
    z-index: 1001;
    left: 0;
    right: 0;
    top: 134px;
    margin: auto;
    color: #2a6d19;
    font-weight: 800;
    font-size: 16px;
}
/* ˢ��icon */
.verificationBox .allimgbox .bgimgbox .icon{
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top:10px;
}
/* С��ƴͼ */
.verificationBox .allimgbox .modular{
    width: 50px;
    height: 50px;
    position: absolute;
    top: 72px;
    z-index: 10;
}
.verificationBox .allimgbox .modular img{
    width: 100%;
    height: 100%;
}


.explain-box{
    display: none;
}
.explain{
    width: 100vw;
    position: fixed;
    top: 0;
    padding: 10px 0;
    line-height: 40px;
    background-color: #FFFCEB;
    color: #333;
    display: flex;
    justify-content: center;
    align-content: center;
    font-size: 20px;
}