.body{
    padding-top: 40px;
    padding-bottom: 38px;
    height: 732px;
    background-color: #3d94bc;
}
.center_body{
    background-image: url("/images/regidit_bg.jpg");
    background-repeat: no-repeat;
    background-position: 20% center;
    background-size: auto;
    height: 100%;
}
.register_wrap{
    float: right;
    width: 364px;
    height: 652px;
    padding: 40px;
    background-color: #fff;
}
.register_wrap h1{
    font-size: 24px;
    color: #0F6AB3;
    text-align: center;
}
.regist_wrap{
    margin-top: 30px;
}
.regist_line{
    padding-bottom: 20px;
    font-size: 0;
    height: 40px;
    line-height: 40px;
    color: #4A4A4A;
    position: relative;
}
.regist_line label{
    width: 98px;
    margin-right: 8px;
    text-align: left;
    display: inline-block;
    font-size: 14px;
}
.regist_input{
    width: 219px;
}
.center_body input{
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
    border-radius: 4px;
    height: 38px;
    padding: 0 0 0 14px;
    font-size: 14px;
    color: #000000;
}
.center_body input::placeholder{
    font-size: 14px;
    color: #000000;
    opacity: 0.4;
    letter-spacing: 0;
}
.center_body input:focus{
    outline: none;
}
.submit_btn{
    background-image: linear-gradient(-136deg, #ECECEC 0%, #CDCDCD 100%);
    border-radius: 2px;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    line-height: 45px;
    height: 45px;
    width: 100%;
    display: block;
    cursor: pointer;
    margin-top: 30px;
}
.verifi_input{
    width: 124px;
}
.verifi_btn{
    background-image: linear-gradient(43deg, #53B6FF 0%, #0F6AB3 100%);
    border-radius: 2px;
    width: 90px;
    height: 40px;
    margin-left: 5px;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
}
.select{
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
    width: 140px;
    height: 40px;
    margin-right: 4px;
    border-radius: 4px;
}
.select:focus{
    outline: none;
}
.select:last-child{
    margin-right: 0;
}
.msg{
    position: absolute;
    bottom: 4px;
    left: 120px;
    font-size: 12px;
    line-height: 12px;
    color: #FF0000;
    display: none;
}
.active{
    background-image: linear-gradient(-136deg, #53B6FF 0%, #0F6AB3 100%);
    border-radius: 2px;
}
.sending{
    background-image: linear-gradient(-136deg, #ECECEC 0%, #CDCDCD 100%) ;
    font-size: 12px;
}