.register2 {
    width: 100%;
    height: 100%;
    min-height: 950px;
    overflow-y: auto;
    background-image: url(../../assets/pic120.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.register2 .logo{
    position: absolute;
    left: 40px;
    top: 30px;
    width: 105px;
    height: 40px;
    cursor: pointer;
}

.register2-main{
    width:600px;
    /* height:680px; */
    background:rgba(255,255,255,1);
    box-shadow:0px 6px 21px 6px rgba(0,88,138,0.07);
    border-radius:20px;
    position: relative;
}

.register2-main-back{
    position: absolute;
    right: 0;
    top: 0;
    margin-right: -227px;
    margin-top: -50px;
    font-size:18px;
    color:rgba(255,255,255,1);
    cursor: pointer;
}

.register2-main-left{
    flex: 1;
    border-radius: 20px 0 0 20px;
    overflow: hidden;
}

.register2-main-right{
    flex: 1;
    padding: 20px 107px 36px 80px;
    position: relative;
}
.register2-main-right-changBtn{
    cursor: pointer;
    position: absolute;
    right: 36px;
    top: 36px;
    font-size:12px;
    color:rgba(112,118,157,1);
}

.register2-main-right-bottom{
    margin-top: 43px;
}
.register2-main-right-top{
    font-size: 30px;
    margin-top: 30px;
}
.tabTop{
    border-bottom: 1px solid #EEEEEE;
}
.tabTop-item{
    flex: 1;
    font-size:16px;
    color:rgba(112,118,157,1);
    padding-bottom: 17px;
    cursor: pointer;
}
.tabTop-item.current{
    color:#3C4268;
    position: relative;
}
.tabTop-item.current:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width:64px;
    height:4px;
    background-color: #0066FF;
    z-index: 2;
}

.tabCon-item-box{
    padding: 14px 0 0;
}

.tabCon-item-box-sty1{
    font-size:14px;
    color:rgba(60,66,104,1);
}
.tabCon-item-box-sty2{
    margin-top: 20px;
    position: relative;
    padding-bottom: 14px;
    border-bottom: 1px solid #EEEEEE;
}
.tabCon-item-box-sty2.error-parent{
    border-bottom:1px solid #f00;
}
.tabCon-item-box-sty2 input{
    line-height: 24px;
    font-size:18px;
    color:rgba(60,66,104,1);
}
.tabCon-item-box-sty2 input::placeholder{
    color:#C1C4D8;
}
.tabCon-item-box-sty2 input:focus{
    outline: none;
}
.tabCon-item-box-sty2 > label.error{
    font-size: 14px;
    color:#f00;
    position: absolute;
    right: 0;
    top: 100%;
    /* margin-top: 15px; */
}

.tabCon-item-box-sty3{
    margin-top: 6px;
    width:100%;
    height:50px;
    line-height: 50px;
    text-align: center;
    background:rgba(0,102,255,1);
    border-radius:25px;
    font-size:18px;
    color:rgba(255,255,255,1);
    border: none;
    cursor: pointer;
}

.tabCon-item-box-sty4{
    margin-top: 20px;
    font-size:18px;
    color:#70769D;
    text-align: center;
}

.tabCon-item-box-sty4 a{
    color:#4791FF;
    text-decoration: underline;
}

.tabCon-item-box-sty5{
    width:89px;
    height:30px;
    text-align: center;
    line-height: 28px;
    border-radius:2px;
    border:1px solid rgba(0,102,255,1);
    background-color: transparent;
    font-size:14px;
    color:rgba(0,102,255,1);
    cursor: pointer;
}

.tabCon-item-box-sty6{
    width:144px;
    height:40px;
    background:rgba(216,216,216,1);
    cursor: pointer;
}
.tabCon-item-box-sty6 img{
    width:144px;
    height:40px;
}

.tabCenter{
    text-align: center;
}

.tabCenter-sty1{
    font-size:16px;
    color:rgba(60,66,104,1);
}

.tabCenter-sty2 img{
    margin-top: 30px;
    width: 240px;
    height: 240px;
}

.tabCenter-sty3{
    font-size:14px;
    color:rgba(112,118,157,1);
    margin-top: 30px;
}

.register2-bottom{
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    text-align: center;
    font-size:14px;
    color:#fff;
}
.register2-bottom a{
    color:#fff;
    text-decoration: underline;
}

.radioBox-label{
    font-size: 14px;
    color: #70769D;
    cursor: pointer;
}
.radioBox-label a,
.form-box2-text{
    font-size: 14px;
    color:#0066FF;
    text-decoration: underline;
}

.radioBox{
    width:20px;
    height:20px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(0,102,255,1);
    border-radius: 50%;
    margin-right: 10px;
}
.radioBox.current{
    position: relative;

}
.radioBox.current:before{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: rgba(0,102,255,1);
}

.VCMod-mask {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(55, 55, 55, .6);
    height: 100%;
    z-index: 1005;
}

.registerAgreement{
    z-index: 1005;
    position: fixed;
    background-color: #fff;
    border: 0;
    border-radius: 6px;
    background-clip: padding-box;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 520px;
    height: 582px;
}

.registerAgreement .VCMod-Style-close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}



