* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "微软雅黑", sans-serif;
    font-size: 0.25rem;
}

a,
input {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    -ms-tap-highlight-color: rgba(0, 0, 0, 0);
    -o-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
    display: block;
    width: 100%;
}

input,
button {
    outline: none;
}

ul ,li{
    list-style: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix {
    *+height: 1%;
}

body {
    max-width: 750px;
    margin: auto;
    font-size: 0;
}
div{
    max-width: 750px;
    margin: auto;
}

.top{
    width: 100%;
    background: #f5a623;
    font-size: 0.27rem;
    color: #fff;
    /*font-weight:bold;*/
    text-align: center;
    padding: 0.2rem 0;
    height: 1.1rem;
    position: fixed;
    top: 0;
}

.top .top-time{
    float: left;
    text-align: left;
    margin-left: 0.3rem;
}
.top .top-zx{
    width: 1.8rem;
    height: 0.75rem;
    line-height: 0.75rem;
    border: 1px solid #fff;
    float: right;
    text-align: center;
    margin-right: 0.3rem;
}

/*.banner{
    margin-top: 1.1rem;
}*/

/*表单*/
.form{
    padding: 0.01rem 0.4rem;
    background: #fbfbfb;
}
.form-list {
      margin-top: 0.45rem;
}
.form-list p{
    font-size: 0.3rem;
    font-weight: bold;
    margin-bottom: 0.28rem;
}
.form-list ul li{
    margin-left: 0.5rem;
    display: inline-block;
    width: 2rem;
}
.form-list ul li:nth-child(4){
    margin-top: 0.23rem;
}
.form-list ul li input[type="radio"] {
    opacity: 0;
    display: none;
}
.form-list ul li input[type="radio"] + label{
    position: relative;
    cursor: pointer;
    font-size: 0.28rem;
}
.form-list ul li input[type="radio"] + label::before{
    content: '';
    position: absolute;
    top:0;
    left: -0.31rem;
    border: 0.01rem solid #b0b0b0;
    border-radius: 5rem;
    width: 0.3rem;
    height: 0.3rem;
    background: #fff;
    /*display: inline-block;*/
    /*margin-left: 0.25rem;*/
}
.form-list ul li input[type="radio"] + label::after{
    content: '';
    position: absolute;
    left: -0.25rem;
    top: 0.06rem;
    width: 0.2rem;
    height: 0.2rem;
    /*display: inline-block;*/
    /*margin-left: 0.19rem;*/
    border-radius: 5rem;
}

.form-list ul li input[type="radio"]:checked + label::before{
    border: 0.01rem solid #4575ee;
    box-shadow: 0 0 6px #24B7E5;
    transition: all .3s;
    background: #fff;
}
.form-list ul li input[type="radio"]:checked + label::after{
    background:#4575ee;
    box-shadow: 0 0 6px #24B7E5;
    transition: all .3s;
}
.form-list select{
    width: 98%;
    border: 0.01rem solid #b0b0b0;
    border-radius: 0.1rem;
    height: 0.65rem;
    padding-left: 0.12rem;
    background: #fff;
}

/*.input_label::after{
    background:#4575ee;
}  */

.form-phone{
    margin-top: 0.6rem;
}
.form-phone input{
    width: 100%;
    border-radius: 0.17rem;
    border: 0.03rem solid #4575ee;
    height: 0.85rem;
    line-height: 0.85rem;
    padding-left: 0.15rem;
    margin-bottom: 0.16rem;
}
.form-phone-input span{
    font-size: 0.28rem;
    padding: 0 0.25rem;
    display: inline-block;
    height: 0.83rem;
    border-right: 0.02rem solid #b0b0b0;
}
.form-phone-input input{
    height: 100%;
    width: 81%;
    box-sizing: border-box;
    border: none;
    background: none;
    padding-left: 0.15rem;
}
.form-code{
    margin-top: 0.3rem;
}
.form-code-input{
    width: 100%;
    border-radius: 0.17rem;
    border: 0.02rem solid #b0b0b0;
    height: 0.85rem;
    line-height: 0.85rem;
}
.form-code-input span{
    font-size: 0.28rem;
    padding: 0 0.6rem;
    display: inline-block;
    height: 0.82rem;
    background: #4575ee;
    border-radius: 0 0.15rem 0.15rem 0;
    float: right;
    border: 0.03rem solid #4575ee;
    color: #fff;
}
.form-code-input input{
    height: 100%;
    width: 60%;
    box-sizing: border-box;
    border: none;
    background: none;
    padding-left: 0.2rem;
}
.form-btn{
    /*margin-top: 0.15rem;*/
}
.form-btn p{
    font-size: 0.3rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}
.form-btn input{
    width: 100%;
    border-radius: 0.17rem;
    border: 0.02rem solid #b0b0b0;
    height: 0.85rem;
    line-height: 0.85rem;
    padding-left: 0.2rem;
    margin-bottom: 0.25rem;
}
.form-btn button{
    width: 100%;
    border-radius: 0.17rem;
    border: 0.02rem solid #4575ee;
    height: 0.85rem;
    line-height: 0.85rem;
    background: #4575ee;
    color: #fff;
    font-size: 0.4rem;
}

.form-news{
    margin: 0.4rem;
    background: #f0f4ff;
    border-radius: 0.15rem;
    color: #4f4f4f;
    padding: 0 0.6rem;
}
#demo1 span,#demo2 span{
    float: left;
}
#demo1 i,#demo2 i{
    float: right;
    font-style: normal;
}
#demo1 p,#demo2 p{
    line-height: 0.6rem;
}



/*联系方式*/
.information1{
    background: #ebf3fd;
    color: #525860;
    border-bottom: 0.1rem solid #cde2fa;
    height: 2.05rem;
    padding: 0.25rem 0.4rem;
}
.information1-tell{
    font-size: 0.29rem;
    float: left;
    margin-top: 0.2rem;
    text-align: center;
}
.information1-tell span{
    color: #0057b9;
    font-size: 0.42rem;
    font-weight: bold;    
}
.information1 img{
    width: 1.5rem;
    float: right;
    padding: 0.1rem;
    background: #fff;
    border-radius: 0.1rem;
    border: #388ceb 0.05rem solid;
    /*margin-right: 0.6rem;*/
}
.information1-tell i{
    font-size: 0.48rem;
    color: #4575ee;
    display: inline-block;
    transform: rotate(90deg);
    margin-right: 0.1rem;
    line-height: 0.6rem;
}
.information1-tell .ll{
    margin-left: 0.1rem;
}


/*-------------------*/

.information2{
    position: relative;
}
.information2-code{
position: absolute;
    top: 4.35rem;
    left: 50%;
    margin-left: -0.48rem;
    width: 1rem;
}
.information2-tell{
    position: absolute;
    color: #ffffff;
    font-size: 0.275rem;
    text-align: center;
    top: 5.61rem;
    left: 50%;
    margin-left: -1rem;
    width: 2rem;
    font-weight: bold;
}

/*-------------------*/

.information3{
    position: relative;
}
.information3-btn{
    width: 6.3rem;
    height: 0.72rem;
    line-height: 0.7rem;
    text-align: center;
    background: #1f8fff;
    color: #fff;
    border-radius: 10rem;
    font-size: 0.3rem;
    margin-top: 0.15rem;
    margin-bottom: 0.15rem;
}
.information3-btn span{
    color: #ffff66;
    font-size: 0.34rem;
    font-weight: bold;

}
.information3-btn i{
   transform: rotate(180deg);
   display: inline-block; 
   font-size: 0.44rem;
   color: #ffff99;
}
.information3-code{
    position: absolute;
    width: 2.1rem;
    bottom: 1.02rem;
    left: 50%;
    margin-left: -1.06rem;

}


/*底部悬浮按钮*/
.bottom {
    width: 7.3rem;
    height: 0.8rem;
    position: fixed;
    bottom: 0;
    background: #1aad17;
    border-radius: 10rem;
    text-align: center;
    line-height: 0.8rem;
    margin-left: 0.1rem;
    color: #fff;
    cursor: pointer;
}

.bottom span {
    font-size: 0.6rem;
    float: left;
}

.bottom p {
    display: inline-block;
    font-size: 0.36rem;
    float: left;
}

.bottom input {
    position: absolute;
    left: -1000rem;
}

.bottom button {
    background: none;
    border: 0;
    color: #fff;
    height: 0.8rem;
    line-height: 0.8rem;
}

.wechat-modal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.wechat-modal .content {
    position: relative;
    margin: 4rem 0.4rem;
    padding: 0.4rem;
    text-align: center;
    -webkit-border-radius: 0.2rem;
    -moz-border-radius: 0.2rem;
    -ms-border-radius: 0.2rem;
    -o-border-radius: 0.2rem;
    border-radius: 0.2rem;
    background-color: #fff;
}
.wechat-modal .content .title{
    font-size: 0.4rem;
    font-weight: bold;
}
.wechat-modal .content .wechat-text{
    margin: 0.1rem 0;
    font-size: 0.35rem;
}
.wechat-modal .content .tips{
    font-size: 0.3rem;
}
.wechat-modal .content .icon-guanbi{
    position: absolute;
    top: 0.15rem;
    right: 0.2rem;
    font-size: 0.35rem;
    color: rgba(0, 0, 0, 0.6);
}

.wechat-modal .content .btn {
    padding: 0.15rem 0;
    width: 50%;
    margin-top: 0.2rem;
    border: none;
    outline: none;
    text-align: center;
    font-size: 0.3rem;
    color: #fff;
    background-color: #1aad17;
    -webkit-border-radius: 0.1rem;
    -moz-border-radius: 0.1rem;
    -ms-border-radius: 0.1rem;
    -o-border-radius: 0.1rem;
    border-radius: 0.1rem;
}