/*-------header-----------*/
.ihb_bottom>div:nth-of-type(1)>img{
    width: 375px;
    height: 75px;
}

/*-------------导航-----------*/
.header-wrap {
    background: #0097f0;
    width: 100%
}
.navbar{
    padding-left: 0;
}
.navbar a{
    padding: 0 15px;
}
.currenty{
    border-bottom: 3px solid #fff;
}

/*---------------快速注册----------*/
.health_sign {
    width: 100%;
    height: 805px;
    background: url("../images/sign_up_banner.png") no-repeat center/cover;
}

.sign_form h2{
    font-size: 25px;
    color: #121314;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 10px;
}
.sign_form p{
    font-size: 14px;
    text-align: center;
    color: #323232;
}
.sign_form p span{
    color: #ff0000;
}
.health_sign form label span{
    color: #ff6f6f;
    font-size: 16px;
}
.sign_form form{
    width: 483px;
    height: 569px;
    background:#ffffff;
    border-radius: 10px;
    box-shadow: 0px 5px 10px rgba(240,150,185,.3);
    margin: 0 auto;
    margin-top: 20px;
}
.sign_form li{
    width: 432px;
    margin: 10px auto 0;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    height: 35px;
    line-height: 35px;
}
.sign_form li:last-child{
    border-bottom: none;
    height: 80px;
}
.sign_form li:first-child{
    padding-top: 20px;
}
.sign_form li:first-child input{
    padding-top: 25px;
}
.sign_form li p{
    text-align: center;
    font-size: 14px;
    color: #ff7d7d;
}
.sign_form input{
    height: 26px;
    width: 185px;
    position: absolute;
    line-height: 35px;
    left: 60px;
    top: 0;
    border: 0;
    padding-top: 5px;

}
.sign_form label{
    font-size: 16px;
    color: #a3a3a3;
    line-height: 35px;
    padding-left: 5px;
}
.sign_form label a{
    color: #666666;
}
.sign_form select{
    height: 30px;
    width: 370px;
    position: absolute;
    left: 60px;
    top: 0;
    border: 0;
    line-height: 35px;
    font-size: 14px;
}
.health_sign button{
    width: 432px;
    height: 50px;
    background: #ff9702;
    line-height: 30px;
    text-align: center;
    color: white;
    font-size: 18px;
    font-weight: bold;
    border-radius: 50px;
    cursor: pointer;
   position: absolute;
    top:30px;
    left: 0;
    border: none;
}
.health_sign input[type="checkbox"]{
    width: 19px;
    height: 19px;
    border: 1px solid #bfbfbf;
}






