.blackBackBg{
	display: none;
    z-index: 5;
    background-color: #000;
    opacity: 0.6;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    pointer-events: auto;
}

.yanZhengTankang{
    display: none;
    width:500px;
    background-color: #fff;
    border-radius:6px;
    overflow: hidden;
    position: fixed;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    z-index: 6;
}
.closeOn{
    width:30px;
    height:30px;
    line-height:30px;
    text-align:center;
    font-size:24px;
    color:#444;
    position: absolute;
    top:-4px;
    right:4px;
    cursor:pointer;
}
.yanZhengTankang .blurCengQuYu{
    padding:39px 16px 16px;
    background:var(--qiTiZiTiColor);
}
.yanZhengTankang .blurCengQuYu .blurCengQuYuTitle{
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
}
.yanZhengTankang .blurCengQuYu .blurCengQuYuDaoYu{
    font-size: 16px;
    color: #fff;
    text-align: center;
}

/* 输入框 */
.yanZhengTankang .inputCengYZm{
    width:70%;
    margin:0 auto;
    padding:21px 0;
}
.yanZhengTankang .inputCengYZm input,
.yanZhengTankang .inputCengYZm button{
    border:1px solid #ddd;
    outline:none;
    height:40px;
    border-radius:4px;
}
.yanZhengTankang .inputCengYZm input{
    width:62%;
    float: left;
    padding:0 10px;
}
.yanZhengTankang .inputCengYZm .gitYZMbtn{
    width:34%;
    float:right;
    color:#666;
    background: #fff;
}
.yanZhengTankang .inputCengYZm .gitYZMbtn::after{
    content:'';
    clear: both;
}
.yanZhengTankang .inputCengYZm .yzPushBtn{
    width:100%;
    color:#fff;
    background:var(--qiTiZiTiColor);
}
.redColor{
    /*display: block;*/
    min-width: 21px;
    color:red;
    font-size:14px;
    opacity: 0.6;
    clear: both;
}






/* 最后 */
.yzAccomplish{
	display: none;
    width:300px;
    background-color: #fff;
    border-radius:6px;
    overflow: hidden;
    position: fixed;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    z-index: 6;
}
.yzAccomplish .AccomplishblurCengQuYu{
    padding:12px;
    text-align: center;
    font-weight:bold;
    font-size:18px;
    color:#fff;
    background:var(--qiTiZiTiColor);
}
.yzAccomplish .tiShiXinXi{
    text-align: center;
    padding:0 0 16px;
}
.yzAccomplish .tiShiXinXi>p{
    font-size:16px;
    color:#444;
    margin:16px 0;
}
.yzAccomplish .tiShiXinXi>button{
    width:70%;
    height:40px;
    background:var(--qiTiZiTiColor);
    border-radius:4px;
    border:none;
    outline:none;
    color:#fff;
    font-size:14px;
}