.quick-check-mask{
    display: none;
    position: fixed;
    z-index: 10;
    right: 27px;
    bottom: 66px;
    width: 409px;
    min-height: 272px;
    background: rgba(20,24,46,.9);
    border-radius: 5px;
}
.quick-check-tit{
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    color: #ffffff;
}
.quick-check-title{
    width: 70px;
    height: 30px;
    /*background: url(images/web1/option_type.png) no-repeat;*/
    background: url(../images/web1/option_type.png) no-repeat;
    margin: 13px auto 0;
    font-size: 16px;
    line-height: 30px;
    color: #FFFFFF;
    text-align: center;
}
.quick-check-close{
    cursor: pointer;
    background: url(../images/web1/close.png) no-repeat center;
    /*background: url(images/web1/close.png) no-repeat center;*/
    width: 29px;
    position: absolute;
    right: 11px;
    top: 11px;
    height: 29px;
    display: inline-block;
}
.quick-check-submit{
    margin: 20px auto;
    text-align: center;
    cursor: pointer;
    width: 290px;
    height: 50px;
    line-height: 54px;
    background: rgba(255,180,0,1);
    box-shadow: 0px 4px 0px 0px rgba(255,143,31,1);
    border-radius: 25px;
    font-size: 20px;
    color: #592D13;
}
.quick-check-info{
    color: #ffffff;
    font-size: 16px;
    text-align: center;
}
.quick-check-mask label{
    margin-left: 120px;
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.quick-check-mask input[name="quickCheck"]{
    position: absolute;
    left: -22px;
}
.quick-check-mask label>span{
    position: relative;
    opacity: 0.5;
    font-size: 14px;
    color: #ffffff;
    padding-left: 20px;
}
.quick-check-icon{
    position: absolute;
    left: 0;
    top: 2px;
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 1px solid #ffffff;
    border-radius: 100%;
}
.quick-check-icon span{
    width: 8px;
    height: 8px;
    border-radius: 100%;
    display: inline-block;
    position: absolute;
    left: 3px;
    top: 3px;
}
/* .quick-check-mask .active>span{
    opacity: 1;
}
.quick-check-mask .active .quick-check-icon span{
    background: rgba(94,185,255,1);
}
.quick-check-mask .active .quick-check-icon{
    border-color: rgba(94,185,255,1);
} */
.value-yes .label-yes>span,.value-no .label-no>span{
    opacity: 1;
}
.value-yes .label-yes .quick-check-icon span,.value-no .label-no .quick-check-icon span{
    background: rgba(94,185,255,1);
}
.value-yes .label-yes .quick-check-icon,.value-no .label-no .quick-check-icon{
    border-color: rgba(94,185,255,1);
}
.quick-check-toast{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 144px;
    height: 52px;
    background: rgba(0,8,39,0.9);
    /*box-shadow: 0px 3px 7px 0px #CCCCCC;*/
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    color: #CCCCCC;
    line-height: 52px;
    padding: 0 25px;
    z-index: 10;
    display: none;
    text-align: center;
}