/* html,body{
    width: 100%;
} */
.sign_up_style{
    width:100%;
    padding-bottom: 30px;
}
.sign_up_style .tabli{
    width: 100%;
    height: 48px;
}
.sign_up_style .tabli p{
    box-sizing: border-box;
    width: 50%;
    line-height:48px;
    background: #fff;
    float: left;
    text-align: center;
    font-size: 16px;
    background: #faf8eb;
    color: #888;
    border-top: 2px solid transparent;
}
.sign_up_style .tabli p.active{
    background: #fff;
    color: #222;
    border-top: 2px solid #fedd02;
}
.sign_up_style .tabli .preferential{
    position: relative;
}
.sign_up_style .tabli .preferential:after{
    content: ' ';
    display: block;
    position: absolute;
    width: 40px;
    height: 20px;
    line-height: 20px;
    top:1%;
    right:16px;
    font-size: 12px;
    background: url('../../images/sealing/youhui.png') no-repeat center center;
}
.sign_up_style .group{
    display: none;
    width: 85%;
    margin: 0 auto;
    padding-top: 12px;
}
.sign_up_style .group li{
    /* height: 40px; */
    line-height: 40px;
}
.sign_up_style .group li:nth-child(2){
    margin-top: 10px;
}
.sign_up_style .group .std{
    width: 313px;
    height: 40px;
    /* float:right; */
}
.sign_up_style .group .form-control{
    width: 100%;
}
.sign_up_style .group .yanzheng_input,.sign_up_style .single_yanzheng{
    width: 65%;
    float:left;
    height: 100%;
}
.sign_up_style .getyanzheng{
    width: 30%;
    height: 100%;
    float: right;
    font-size: 12px;
    border: none;
    display: inline-block;
    background: buttonface;
    text-align: center;
    border-radius: 6px;
    line-height: 40px;
}
.sign_up_style  .submit{
    height: 40px;
    background: #fedd02;;
    color: #222;
    font-size: 16px;
    border: none;
    display: block;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    border-radius: 6px;
    line-height: 40px;
}
.sign_up_style .group .bottom_p{
    font-size: 14px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
   text-align: center;
    
}
.sign_up_style .group .add{
    text-align: right;
    line-height: 42px;
    cursor: pointer;
    /* padding-top: 25px; */
}
.sign_up_style .group .add span{
    /* padding: 0 3px; */
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    line-height: 18px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #000;
    border-radius: 50%;
}
.clearfix:before,.clearfix:after {
    content:"";
    display:table;
  }
.clearfix:after { clear:both; }
.sign_up_style .group li:nth-child(1){
    height: auto;
}
.sign_up_style .group .get_p{
    height: 40px;
    margin-top: 10px;
    /* margin-bottom: 50px; */
}
.closed .contain .single{
    /* display: none;  */
    /* width: 350px;  */
    width: 85%; 
    margin: 0 auto;
    padding-top: 50px;
}
.closed  .single .div1 input{
    width: 100%;
    height: 40px;
}
/* .closed  .single .div2 input{
    width: 75%;
    float: left;
    height: 100%;
} */
.sign_up_style .single div{
    height: 40px;
    margin-bottom: 30px;
}
.add_btn_box {
    display: inline-block;
    cursor: pointer;
}
/* .sign_up_style .single .getyanzheng{
    width: 25%;
    height: 100%;
    float: right;
    font-size: 12px;
    line-height: 40px;
    border: none;
    background: buttonface;
    text-align: center;
    cursor: pointer;
} */
/* .sign_up_style .single .submit{
    width: 160px;
    height: 40px;
    background: #fedd02;
    color: #000;
    font-size: 16px;
    border: none;
    display: block;
    margin: 75px auto 0;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
} */
.closed .guanbi{
    position: absolute;
    right: 0;
    bottom: 100%;
    font-size: 24px;
}
.contain .form-group{
    margin-bottom: 5px;
}
.zuixiaohua{
    width: 170px;
    height: 127px;
    display: none;
    position: fixed;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 99;
    background: url('../../images/sealing/anniu.png') no-repeat center center;
    cursor: pointer;
}
/* 弹框 */
.modal-body{
    text-align: center;
    line-height: 1;
    min-height: 160px;
}
.modal-body p:nth-child(1){
    font-size: 28px;
    padding: 20px 0;
}
.modal-body p:nth-child(1){
    font-size: 18px;
}
.modal-footer{
    text-align: center !important;
}    
.modal-footer button{
    background: #000;
    color: #fff;
}