.check-module {
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    font-size: 14px;
    color: #212A3E;
    line-height: 21px;
    text-align: left;
    font-style: normal;
    display: flex;
    align-items: center;;
    margin: 28px 20px 0 40px;
}

.check-module .radio-inline {
    color: #212A3E;
}

.face-tips {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #666666;
}

.face-tips img {
    width: 14px;
    height: 14px;
    margin: 0 10px 0 40px
}

.face-tips .span {
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    font-size: 14px;
    color: #8C8C8C;
    line-height: 21px;
    text-align: left;
    font-style: normal;
}

.face-module {
    display: flex;
    padding-left: 50px;
}

.face-module .left {
    margin-top: 60px;
    padding-right: 80px
}

.face-module .left .title {
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    font-size: 14px;
    color: #8C8C8C;
    line-height: 21px;
}

.face-module .left .name {
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: bold;
    font-size: 18px;
    color: #222222;
    line-height: 27px;
}

.face-module .right {
    margin-top: 30px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    font-size: 12px;
    color: #595959;
    line-height: 18px;
    text-align: center;
}

#faceInfo2 .line {
    height: 1px;
    background: #ebebeb;
    margin: 30px 40px;
}

#faceInfo2 .line2 {
    width: 100%;
    height: 1px;
    background: #ebebeb;
    margin-top: 100px;
}

#faceInfo2 .button1 {
    width: 60px;
    height: 32px;
    background: #C12B24;
    border-radius: 4px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
    font-style: normal;
    text-align: center;
}

#faceInfo2 .button2 {
    width: 60px;
    height: 32px;
    border-radius: 4px;
    border: 1px solid #D9D9D9;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #595959;
    line-height: 20px;
    text-align: center;
    font-style: normal;
}

#faceInfo2 .content_row label {
    width: 60px;
    vertical-align: top;
    font-weight: normal;
    padding-top: 6px;
    display: inline-block;
    text-align: right;
}

#faceInfo2 .content_row label span {
    color: #d60000;
    margin-left: 10px;
    display: inline-block;
    width: 6px;
}

#faceInfo2 .content_row input {
    width: 400px;
    height: 32px;
    border: 1px solid #ebebeb;
    border-radius: 2px;
    padding-left: 10px
}

#faceInfo2 .content_row input.ver-code {
    width: 115px;
}

#faceInfo2 .content_row a.get-code {
    width: 118px;
    height: 32px;
    font-size: 14px;
    color: #C12B24;
    background: #ffffff;
    display: inline-block;
    cursor: pointer;
    line-height: 32px;
    border-radius: 4px;
    border: 1px solid #C12B24;
}

#faceInfo2 .content_row a.getCode {
    width: 118px;
    height: 32px;
    font-size: 14px;
    color: #BFBFBF;
    background: #ffffff;
    display: inline-block;
    cursor: pointer;
    line-height: 32px;
    border-radius: 4px;
    border: 1px solid #BFBFBF;
}

#faceInfo2 button.submit {
    border: 0;
    color: #fff;
    border-radius: 2px;
    background: #e12e2e;
    padding: 2px 16px;
    height: 36px;
    line-height: 36px;
    margin-top: 10px;
}