.register_tip{
    width: 1200px;
    margin:20px auto;
    font-size: 20px;
    color: #333333;
}
.register_tip>img{
    width:27px;
    vertical-align: sub;
    margin-right: 10px;
}
/*  */
.register_form{
    padding-top: 60px;
    width:1200px;
    margin: auto;
    border:1px solid #D9DADC ;
    font-size: 18px;
    color: #333333;
    margin-bottom: 100px;
}
/*  */
.form_item>div{
    margin-bottom: 20px;
}
.form_item>div>label{
    display: inline-block;
    width: 300px;
    text-align: right;
    margin-right: 10px;
}
.first_letter{
    color: #F44844;
}
.form_item>div input{
    width: 590px;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    padding-left: 20px;
    border: 1px solid #D9DADC;
}
input::-webkit-input-placeholder { /* WebKit browsers */
    color:    #CCCCCC
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #CCCCCC
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #CCCCCC
}
 input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #CCCCCC
}
.register_code>input,.get_phone_code>input{
    width: 370px!important;
}
.register_code>div{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #2C6BC5;
}
.register_code>div>img{
    width:190px;
    height:40px;
    vertical-align: middle;
    margin: 0 10px;
}
.get_phone_code>span{
    vertical-align: middle;
    display: inline-block;
    width:203px;
    text-align: center;
    line-height:40px;
    font-size: 20px;
    color: white;
    background: #2C6BC5;
    margin: 0 10px;
}
.reg_type{
    display: inline-block;
}
.reg_type>span{
    display: inline-block;
    box-sizing: border-box;
    width:185px;
    text-align: center;
    line-height:40px;
    border: 1px solid #D9DADC;
    margin-right: 11px;
}
.active_type{
    color: white;
    background:#2C6BC5 ;
}
/*  */
.upload_bl>img{
    width:59px;
    height:49px;
    margin: 16px 0;
}
.upload_bl{
    vertical-align: top;
    width:387px;
    text-align: center;
    height:131px;
    border: 1px solid #D9DADC;
    color: #E0E0E0;
    display: inline-block;
}
/*  */
.contact_box>input{
    width: 240px!important;
}
.contact_box>label:nth-of-type(2){
    width: 96px;
    text-align: right;
}
.gender>label:nth-of-type(2),.gender>label:nth-of-type(2){
    width: 100px!important;
}
.gender>label>input{
    width: 28px!important;
    height: 28px!important;
    vertical-align: middle;
    margin-right: 10px;
}
.keyword_box{
    display: inline-block;
    width: 600px;
    vertical-align: top;
}
.keyword_box span{
    display: inline-block;
    color: #E0E0E0;
    width:185px;
    height: 40px;
    text-align: center;
    line-height:40px;
    border: 1px solid #D9DADC;
    margin-right: 11px;
    margin-bottom: 18px;
    box-sizing: border-box;
    font-size: 16px;
    float: left;
}

.submit{
    display:block;
    width:592px;
    margin: auto;
    color: white;
    font-size: 20px;
    height:60px;
    border-radius:4px;
    background: #2C6BC5;
    border: 1px solid #2C6BC5;
    margin-bottom: 20px;
    margin-top: 50px;
}
.check_text{
    width: 600px;
    text-align: center;
    margin: auto;
    font-size: 16px;
    color: #333333;
}
.check_text input{
        width:20px;
    height:20px;
    background:#FFF0F0F0;
    border:1px solid #9A9A9A;
    border-radius:1px 0px 0px 0px;
    vertical-align: middle;
}
.check_text>label>a,.check_text>p>a{
    color: #2C6BC5;
}
.check_text>label{
    display: inline-block;
    margin-bottom: 10px;
}
.check_text>p>a{
    border-left: 1px solid #2C6BC5;
    padding:0 10px;
    margin-left: 10px;

}
/*  */
.other_list{
    padding: 76px 0;
    border-top: 1px dashed #CCCCCC;
    overflow: hidden;
    font-size: 20px;
    color: #333333;
    margin-top: 60px;
}
.other_list>li{
    float: left;
    width: 25%;
    text-align: center;
}
.other_list>li>img{
    width: 87px;
    margin-bottom: 20px;
}
.other_list>li>p{
    line-height: 30px;
}