@charset "UTF-8";
/*顶部条*/
.spiiker_header_bg{
    height:68px;
}
.spiiker_header{
    display: flex;
    width:1200px;
    margin:auto;
}
.spiiker_logo{
    display: block;
    width:200px;
    height:80px;
    background:url(/images/logo.png) no-repeat center 15px;
}
.spiiker_phone{
    display:-ms-flexbox;
    display:flex;
    flex:1;
    justify-content: flex-end;
    align-items: center;
    color:#666;
}
.spiiker_phone .ph{
    margin-right:20px;
    font-size:12px;
}
.spiiker_phone .tel{
    display: flex;
    align-items: center;
    font-size:16px;
}
.spiiker_phone .tel b{
    color:#ff7f14;
    font-size:30px;
}

/*banner图*/
.banner_landing_bg{
    width:100%;
}
.banner_landing{
    display: flex;
    width:1200px;
    align-items: center;
    margin:auto;
}
.banner_landing_container{
    flex:1;
}

/*banner表单*/
.banner_landing_form{
    position: relative;
    width:384px;
    text-align: center;
    background-color:#fff;
    padding:40px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    box-sizing:border-box;
}
.banner_landing_form .title{
    padding-bottom:32px;
    font-size: 26px;
    background: url(/2016/images/10.png) no-repeat center bottom;
}
.banner_landing .reg-phone-form-container{
    width:80%;
    margin:auto;
}
.banner_landing_form .reg-item-phone {
    width: 100%;
    height: 48px;
    margin:20px 0;
    line-height: 48px;
    text-indent: 2em;
    font-size: 18px;
    border:none;
    background-color:#f2f3f5;
    -webkit-border-radius: 48px;
    -moz-border-radius: 48px;
    border-radius: 48px;

}

.banner_landing_form .submit {
    width: 100%;
    height: 48px;
    line-height: 48px;
    margin:20px 0 10px 0;
    font-size: 16px;
    border: none;
    color: #fff;
    -webkit-border-radius: 48px;
    -moz-border-radius: 48px;
    border-radius: 48px;
    background:linear-gradient(90deg,#ff8128,#ff6a41);
    background-color: #ff7f14;
}
.banner_landing_form .ipt_submit{
    position: relative;
}
.banner_landing_form .reg-phone-form-error{
    position: absolute;
    left:0;
    bottom:-15px;
    width:100%;

}
.banner_landing_form .privacy{
    margin-top:30px;
    color:#999;
}
.banner_landing_form .privacy a{
    color:#ff7f14;
}

.reg-phone-form-error.active {
    color: #f30;
    font-size: 14px;
}


/*主体样式*/
.landing_main_bg{
    background-color: #f5f5f5;
}
.landing_main{
    width:1200px;
    margin:auto;
    padding:60px 0;
}

.landing_btn{
    margin-top:60px;
    text-align: center;
}
.landing_btn a{
    display: inline-block;
    height:80px;
    line-height:80px;
    padding:0 50px;
    color:#fff;
    font-size:30px;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    border-radius: 80px;
    background: #ff7f14;
    background:linear-gradient(90deg,#ff8128,#ff6a41);
    border:solid 1px #ff7f14;
    transition: all 0.3s ease-in-out;
}
.landing_btn a:hover{
    color:#ff7f14;
    background:linear-gradient(90deg,#fff,#fff);
}

.landing_btn_white a{
    background: linear-gradient(90deg,#fff,#fff);
    color:#ff7f14;
    transition: all .3s ease;
}
.landing_btn_white a:hover{
    color:#fff;
    background: linear-gradient(90deg,#ff8128,#ff6a41);
}


.spiiker_foot{
    padding:30px 0;
    line-height:2em;
    text-align:center;
    font-size:12px;
    color:#666;
}
.landing_click{
    position: absolute;
    inset: 0;
    z-index: 23;
    user-select: none;
    cursor: pointer;
}