html{
    width: 100%;
    height: 100%;
}
#app {
    z-index: 1500;
}
.sign_up_style{
    position: fixed;
    width: 285px;
    background: #fff;
    padding-bottom: 30px;
    right: 40px;
    bottom: 10%;
    z-index: 1500;
    min-height: 340px;
}
.sign_up_style .tabli{
    width: 100%;
    height: 48px;
}
.sign_up_style .tabli p{
    box-sizing: border-box;
    width: 50%;
    font-size: 16px;
    line-height: 48px;
    color: #fff;
    background: #bec2c9;
    float: left;
    text-align: center;
    background: #faf8eb;
    color: #888;
    border-top: 2px solid transparent;
}
.sign_up_style .tabli p.active{
    background: #fff;
    color: #222;
    border-top: 3px solid #fedd02;
}
.sign_up_style .tabli .preferential{
    position: relative;
}
.clearfix:before,.clearfix:after {
    content:"";
    display:table;
  }
.clearfix:after { clear:both; }
.sign_up_style .tabli .preferential:after{
    content: ' ';
    display: block;
    position: absolute;
    width: 40px;
    height: 20px;
    line-height: 20px;
    top:0;
    right: 0;
    font-size: 12px;
    background: url('../../images/sealing/youhui.png') no-repeat center center;
    background-size: 80%;
}
.sign_up_style p.error{
    color: #e51c23;
    font-size: 12px;
    text-align: right;
    line-height: 16px;
}
.sign_up_style .group{
    display: none;
    /* width: 350px; */
    margin: 0 auto;
    padding-top: 12px;
}
.sign_up_style .group li{
    /* height: 32px; */
    line-height: 32px;
    /* margin-top: 37px; */
    margin-bottom: 0;
}
.sign_up_style .group .std{
    width: 313px;
    height: 32px;
    border: 1px #ccc solid;
}
.sign_up_style .group .form-control{
    width: 100%;
    font-size: 12px;
}
.sign_up_style .group .yanzheng_input{
    width:150px;
    float:left;
    height: 100%;
}
.sign_up_style .getyanzheng{
    cursor: pointer;
    width: 80px;
    float: right;
    font-size: 12px;
    border: 1px solid #eaeaea;
    background: #f4f4f4;
    text-align: center;
    border-radius: 6px;
    line-height: 32px;
}
.sign_up_style .submit{
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #fedd02;
    color: #000;
    font-size: 16px;
    border: none;
    display: block;
    text-align: center;
    cursor: pointer;
    border-radius: 6px;
    margin-top: 20px;
    outline: none;
    border: none;
}
.sign_up_style .noSub{
    background: #ccc;
}
.sign_up_style .group .bottom_p{
    font-size: 12px;
    color: #888;
    position: absolute;
    bottom: 5px;
    left: 20px;
}
.sign_up_style .group .add{
    text-align: right;
    line-height: 42px;
    /* padding-top: 25px; */
}
.sign_up_style .group .add span{
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    line-height: 11px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #000;
    border-radius: 50%;
}
.sign_up_style .group li:nth-child(1){
    height: auto;
    margin-bottom: 0;
}
.sign_up_style .group .get_p{
    height: 32px;
    margin-top: 8px;
}
.closed {
    display: none;
}
.closed .contain{
    padding: 0 20px;
}
.closed .contain .single{
    margin: 0 auto;
    padding-top: 30px;
}
.closed  .single .div1 input{
    width: 100%;
    font-size: 12px;
}
.closed  .single .div2 input{
    width: 150px;
    float: left;
    font-size: 12px;
}
.sign_up_style .single div{
    margin-bottom: 10px;
}

.sign_up_style .single .submit{
  margin-top: 70px;
}
.closed .guanbi{
    position: absolute;
    width: 32px;
    height: 32px;
    right: 0;
    top: 0;
    margin-top: -16px;
    margin-right: -16px;
    cursor: pointer;
    background: url(../images/guanbi.png) no-repeat;
}
.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;

    /* width: 96px;
    height: 96px;
    line-height: 96px;
    border-radius: 50%;
    box-shadow: 2px 2px 20px #666;
    display: none;
    position: fixed;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 99; */
}
.add_btn_box {
    display: inline-block;
    cursor: pointer;
}
/* 弹框 */
#sign_up_success .modal-body{
    text-align: center;
    line-height: 1;
    min-height: 160px;
    height: auto;
}
#sign_up_success{
    background-color:rgba(0,0,0,0.8)
}
#sign_up_success.modal.in .modal-dialog{
    width: 600px;
    height: 420px;
}
#sign_up_success .modal-header{
    border: none;
}
#sign_up_success .modal-body img{
    margin-top: 40px;
}
#sign_up_success .modal-footer{
    border: none;
}
#sign_up_success .modal-body p:nth-child(1){
    font-size: 26px;
    padding: 20px 0;
}
#sign_up_success .modal-footer{
    text-align: center !important;
}    
#sign_up_success .modal-footer button{
    background: #fedd02;
    color: #222;
    width: 230px;
    height: 40px;
    font-size: 14px;
    border: none;
    margin: 20px 0;
    outline: none;
}
/* 手机适配 */
/* 媒体查询 */
@media screen and (max-width: 768px) {
    html {
         font-size: calc( 12px + 4 * ( 100vw - 320px ) / 448);
     }
    #mymodal .modal-dialog{
        zoom: 0.5;
    }
    .l_bp_btn{
        padding: 5px 0;
        height: auto !important;
        font-size: 14px !important;
    }
    #mymodal{
        display: none !important;
    }
    .closed{
        display: none;
    }
    .h5_closed{
        position: fixed;
        bottom: 0;
        width: 100%;
        height: 53px;
        background: #fff;
        z-index: 100;
        display: flex;
        display: -webkit-flex;
        color:#fff;
    }
    .h5_closed>a{
        box-sizing: border-box;
        float: left;
        font-size: 16px;
        text-align: center;
        line-height: 53px;
        flex: 1;
        -webkit-flex: 1;
    }
    .h5_closed .ask{
        border: none;
        height: 100%;
        width: 33%;
        background-color: #007aff;
        color: #fff;
        /* background: url("../images/erji.svg") 30% center  no-repeat; */
    }
    .h5_closed .sign_up{
        border: none;
        height: 100%;
        width: 33%;
        color: #fff;
    }
    .h5_closed .som_up {
        background:#ff9800;
        color: #fff;
    }
    footer{
        margin-bottom: 53px !important;
    }
    .div_have_a{
        position: relative;
    }
    .div_have_a a{
        width: 30%;
        /* height: 230px; */
        height: 4.415%;
        line-height:2.172;
        color: #fff;
        background: #ff9101;
        font-size: 1.875rem;
        border-radius: 0.625rem;
        text-align: center;
        display: block;
        position: absolute;
        bottom:3.736%;
    }
    .div_have_a a.ph_zixun{
       left: 16%;
    }
    .div_have_a a.ph_sign_up{
        right: 16%;
    }
}
@media screen and (min-width: 769px){
    .closed{
        /* display: block; */
    }
    .h5_closed{
        display: none;
    }
}