﻿.register {
    width: 1024px;
    background-color: white;
    height:540px;
    z-index:-1;
    margin-top:14px;
}
.register_form {
    margin-bottom:200px;
}
.register_now {
    background-color:#3777fe;
    outline:none;
    border:none;
    position:absolute;
    cursor:pointer;
    width:340px;
    height:38px;
    top:595px;
    left:36%;
    color:white;
    border-radius:18px;

}

.BMap_cpyCtrl {
    display: none;
}
.anchorBL {
   display:none;
}

.register_now:hover {
    opacity:0.8;
}

.leftform {
    float: left;
    width: 432px;
    height: 100%;
    margin-left: 20px;
}

.rightform{
    float:left;
    width:474px;
    height:100%;
}

.leftform .inputline {
    /*margin-top:31px;*/
    font-size: 11px;
    color: #191D21;
    line-height: 25px;
    margin-bottom: 25px;
}

.leftform .tipstext {
    width:48px;
    font-size:12px;
    font-family:'Microsoft YaHei';
    font-weight: 400;
    float: left;
    text-align-last: justify;
}

.leftform .registerInput {
    border-bottom: 1px solid #e5e5e5;
    font-weight: 200;
    width: 280px;
    margin-left: 68px;
    height: 25px;
}

.rightform .inputline {
    font-size: 11px;
    color: #191D21;
    line-height: 25px;
    margin-bottom: 25px;
}

.rightform .registerInput {
    border-bottom: 1px solid #e5e5e5;
    font-weight: 200;
    width: 406px;
    margin-left: 68px;
    height: 25px;
}

.rightform textarea {
    margin-top: 13px;
    width: 474px;
    height: 42px;
    border:none;
    outline: none;
    font-size: 12px;
    /*color: #C9CBCE;*/
    resize: none;
}

span{
    color:#191D21;
}

.rightform select{
    width:114px;
    font-size:12px;
    /*color:#C9CBCE;*/
    border:none;
    outline:none;
}

#City{
    margin-left:26px;
    margin-right:26px;
}

.rightform .tipstext {
    width: 48px;
    font-size: 12px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    float: left;
    text-align-last: justify;
}

.leftform input,.leftform select,.rightform input{
    width:280px;
    height:16px;
    border:none;
    outline:none;
    font-size:12px;
    /*color:#C9CBCE;*/
}

select option{
    font-size:12px;
    /*color:#C9CBCE;*/
}




.tipsbox {
    background-color: rgba(255,255,255,1);
    border: 1px solid rgba(0,0,0, 0.4);
    margin: 0 auto;
    margin-top: 80px;
    padding: 1px;
    position: absolute;
    top: 30%;
    left: 50%;
    font-size: 16px;
    color: #333333;
    padding: 12px 26px 12px 26px;
    z-index: 9988;
    border-radius: 5px;
    display: none;
    text-align: center;
}
.transform_width {
    font-size:18px;
    width:40px;
}

.r-result{
    width:376px;
    margin-left:68px;
    padding:15px;
    position:absolute;
    z-index:99;
    
    background-color:aliceblue;
}

.r-result span{
    display:block;
    width:100%;
    height:100%;
}