.register{
    width: 100%;
    height: 660px;
    background: url(../img/lvcai-register.dafe3e2.png) 0 0 no-repeat;
    background-size: cover;
    padding: 30px 0;
}
.register .box{
    /*align-items: flex-start;*/
    /*border: 1px solid #ccc;*/
    /*-webkit-box-shadow: 0 0 5px 1px #ccc;*/
    /*box-shadow: 0 0 5px 1px #ccc;*/
}
.register .left{
    padding: 110px 140px 0px 60px; 
    width: 50%;
    height: 600px;
    /*background-color: #62c461;*/
    opacity: .8;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
}
.register .left h3{
    font-size: 22px;
}
.register .left h3 span{
    font-size: 30px;
    font-weight: 700;
}
.register .right{
    width: 400px;
    height: 365px;
    background-color: #fff;
    padding: 30px;
    margin-right: 50px;
    border-radius: 5px;
    margin-top: 30px;
    border: 1px solid #259b24;
}

.cmxform input:not([type=radio]),.cmxform select{
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: 0;
    padding: 0 15px;
    -webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%;
}
.error{
	color:#f56c6c;
}
input.error{
	border:1px solid #f56c6c;
}
input.checkbox{
    display: inline-block;
}
.cmxform fieldset >div{
    margin-bottom: 20px;
    position: relative;
    display: flex;
    align-items: center;
}
.cmxform fieldset >div:first-child input[type=radio]{
    margin: 0 20px;
}
.cmxform fieldset >div label.error{
    font-size: 12px;
    padding: 2px 0;
    position: absolute;
    left: 0;
    top:40px;
}
#codeLoginForm fieldset >div:first-child label.error{
    top:40px;
}
.cmxform fieldset >div > [name=code]{
    width: calc(100% - 125px);
}
.cmxform fieldset >div > span.getCode{
    width: 120px;
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    /*border: 1px solid #dcdfe6;*/
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    -webkit-transition: .1s;
    transition: .1s;
    font-weight: 500;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
    user-select: none;
}
.cmxform input.submit{
    background: #259b24;
    color: #fff;
}
.subs{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.subs span{
    width: 160px;
    padding: 0 10px;
    cursor: pointer;
    text-align: center;
    font-size: 18px;
    color: #999;
    line-height: 40px;
    border-bottom: 3px solid #999;
}
.subs span.active{
    color: #259b24;
    border-bottom: 3px solid #259b24;
}
.options{
    padding-top: 30px;
}
.option1,.option2{
    display: none;
}
.optionShow{
    display: block;
}
.account{
    /*text-align: right;*/
}
.account a:hover{
    color:#259b24;
}