.yzmContent{
    box-sizing: border-box;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: 200px;
    background: #fff;
    border-radius: 4px;
    padding: 25px 20px;
    z-index: 99999;
    display: none;
}

.vcodeinputbox {
    float: left;
    width: 210px;
    height: 76px;
}

.vcodeimgbox {
    float: right;
    width: 130px;
    height: 76px;
}

.yzmInp{
    box-sizing: border-box;
    width: 210px;
    height: 46px;
    line-height: 46px;
    border: 1px solid rgb(204, 211, 217);
    border-radius: 4px;
    background: #fff;
    font-size: 14px;
    padding: 0 15px;
}

.vcodeinputbox p {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    background: url(https://www.creditchina.gov.cn/new2020/images/errortip.png) left center no-repeat;
    padding-left: 16px;
    margin-top: 10px;
    color: #d90000;
    display: none;
    width: 210px;
    box-sizing: border-box;
}

.yzmImg{
    width: 130px;
    height: 46px;
    display: block;
    vertical-align: top;
    cursor: pointer;
}

.vcodeimgbox span {
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #9E9E9E;
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
}

.buttongroup {
    display: flex;
    justify-content: space-between;
    width: 240px;
    margin: 100px auto 0;
    overflow: hidden;
}

.buttongroup a {
    width: 110px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    cursor: pointer;
}

.yzmCancelBtn{
    border: 1px solid #E8E8E8;
    color: #333;
}
.yzmSubmitBtn{
    background: #d90000;
    color: #fff;
}

.modalZz{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: rgb(0, 0, 0);
    opacity: 0.3;
    position: fixed;
    pointer-events: auto;
    display: none;
}
