.navigation .nav .nav_list li>a{
    color: #333333;
}
body{
    background: #f5f5f5;
}
.main{
    text-align: center;
    background: #FFFFFF;
}
.main h1{
    width: 100%;
    height: 4.375rem  /* 70/16 */;
    line-height: 4.375rem  /* 70/16 */;
    background: #e37310;
    color: #FFFFFF;
    text-indent: 1.8125rem  /* 29/16 */;
    font-size: 1.625rem  /* 26/16 */;
    text-align: left;
}
form,input,button,div,p,a{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* color: #0c0c0c; */
    /* font-weight: 600; */
}
 
input::placeholder{
    color: #888a85;
}
.changeInputColor::placeholder{
    color: #666666;
}
{
    color: #bcbcbc;
}
input{
    text-indent: 3.4375rem  /* 55/16 */;
    font-size: 1.2375rem  /* 15/16 */;
    font-weight:700;
}
.main form{
    width: 25.625rem  /* 410/16 */;
    height: 25.625rem  /* 410/16 */;
    margin: 4.375rem  /* 70/16 */ auto 0;
    position: relative;
}
.main form input{
    width: 100%;
    height: 3.4375rem  /* 55/16 */;
    line-height: 3.4375rem  /* 55/16 */;
    border: 0.0625rem  /* 1/16 */ solid #dcdcdc;
    margin-bottom: 1.25rem  /* 20/16 */;
}
.main form div{
    width: 100%;
    height: 3.4375rem  /* 55/16 */;
}
.main form div input{
    width: 17.5rem  /* 280/16 */;
    height: 100%;
    float: left;
}
.main form div a{
    display: inline-block;
    width: 7.5rem  /* 120/16 */;
    height: 100%;
    line-height: 3.4375rem  /* 55/16 */;
    border: 0.0625rem  /* 1/16 */ solid #dcdcdc;
    float: right;
    font-size: 12px;
    margin-left: 0.625rem  /* 10/16 */;
    background: #FFFFFF;
}
.main form div a:hover{
    color: #bcbcbc;
}
.main form .registe_input1{
    background: url("../image/registration_interface1.png") 1.25rem  /* 20/16 */ center no-repeat;
}
.main form .registe_input2{
    background: url("../image/registration_interface2.png") 1.25rem  /* 20/16 */ center no-repeat;
}
.main form .registe_input3{
    background: url("../image/registration_interface3.png") 1.25rem  /* 20/16 */ center no-repeat;
}
.main form .registe_input4{
    background: url("../image/registration_interface4.png") 1.25rem  /* 20/16 */ center no-repeat;
}
.main form p{
    width: 24.4375rem  /* 391/16 */;
    height: 2.5625rem  /* 41/16 */;
    line-height: 2.5625rem  /* 41/16 */;
    font-size: 14px  /* 15/16 */;
    color: #666666;
    text-align: left;
    text-indent: 0.6875rem  /* 11/16 */;
    float: left;
    /*background: url("registration_interface_images/registration_interface6.png") left center no-repeat;*/
    /*-webkit-background-size: 5%;*/
    /*background-size: 5%;*/
}
.main form p a{
    color: #e37310;
    cursor: pointer;
}
.main form span{
    float: left;
    /*display: inline-block;*/
    position: relative;
    width: 1.1875rem  /* 19/16 */;
    height: 1.1875rem  /* 19/16 */;
    margin-top: 0.6875rem  /* 11/16 */;
}
#check_input{
    position: absolute;
    width: 1.1875rem  /* 19/16 */;
    height: 1.1875rem  /* 19/16 */;
    /*visibility: hidden;*/
    opacity: 0;
    background: none;
    border: none;
    left: 0;
    top: 0;
    
    z-index: 100;
    cursor: pointer;
}
#check_input+label{
    display: block;
    /*position: absolute;*/
    width: 1.1875rem  /* 19/16 */;
    height: 1.1875rem  /* 19/16 */;
    /*left: 0;*/
    /*top: 0;*/
    background: url("../image/mr.png") center center  no-repeat;
    /*border: none;*/
    z-index: 1;
}
#check_input:checked+label{
    background: url("../image/registration_interface7.png") center center no-repeat;
}
.main form>button{
    width: 100%;
    height: 3.125rem  /* 50/16 */;
    background: #e37310;
    color: #FFFFFF;
    font-size: 1.125rem  /* 18/16 */;
    line-height: 3.125rem  /* 50/16 */;
    text-align: center;
    border:none;
    -webkit-border-radius: 0.125rem  /* 2/16 */;
    -moz-border-radius: 0.125rem  /* 2/16 */;
    border-radius: 0.125rem  /* 2/16 */;
    margin-top: 1.1875rem  /* 19/16 */;
}

#registerBtn.disable {
    background: #ccc;
}