@charset "utf-8";
html{font-size: 625%;-webkit-text-size-adjust:none;}
*{margin:0;padding:0;-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;-webkit-tap-highlight-color: transparent;}
body{font-family:'Microsoft YaHei';font-size:.16rem;color:#000;background:#fff;}
ul,li{list-style:none;}
a{text-decoration:none;outline:none;color:#000;cursor: pointer;}
a:hover{text-decoration:none;}
.left{float:left}
.right{float:right}
img{border:0;max-width:100%;max-height:100%;vertical-align: middle;}
h1, h2, h3, h4, h5, h6, b, i, em{font-size: 100%;font-style:normal;font-weight: normal;}
h1, h2, h3, h4, h5, h6, input, button, textarea, select{font-family:'Microsoft YaHei';}
.none{display:none;}
.area{position:relative;margin:0 auto;width:100%;max-width:12rem;overflow: hidden;}
.area,.clear{*zoom:1;}
.area:after,.clear:after{content:".";display:block;visibility:hidden;overflow:hidden;height:0;clear:both;}
.pd{padding: 0 .73rem;}
input,textarea,button{outline: none;resize: none;}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{color: #666; font-weight: bold; font-size: .14rem;}
/* m-page */
.m-page{width: 100%; text-align: center; margin: .8rem 0 0 0; font-size: 0;}
.m-page a{line-height: .4rem; border: 1px solid #e0e0e0; margin-left: -1px; display: inline-block; font-size: .14rem; padding: 0 .14rem; color: #ccc;}
.m-page a:hover,.m-page a.on{background-color: #009cff; color: #fff; border-color: #009cff;}
@media screen and (max-width: 768px){.m-page a{font-size: .2rem;} input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{color: #666; font-weight: normal; font-size: .2rem;}}

/* in-online*/
.in-online{margin: .8rem auto;padding: 0 1.1rem;min-height: 6rem;}
.in-online .title{font-size: .24rem;color: #666;}
.in-online .des{font-size: .14rem;color: #999;line-height: .5rem;}
.in-online .form{width: 100%;}
.in-online .form .inp-box{margin-left: -2%;}
.in-online .form .inp{width: 31.2%;margin-left: 2%;line-height: .42rem;float: left;border: 0;border-bottom: 1px solid #e6e6e6;}
.in-online .form .con{width: 100%;height: 1.5rem;border: 0;border-bottom: 1px solid #e6e6e6;padding-top: .1rem;}
.in-online .form .bot{margin-top: .4rem;}
.in-online .form .bot .l-con{line-height: .5rem;}
.in-online .form .bot .l-con .label, .in-online .form .bot .l-con .code{display: inline-block;vertical-align: middle;font-size: .14rem;color: #666;margin-right: .2rem;}
.in-online .form .bot .l-con .label .text, .in-online .form .bot .l-con .code .text{width: 1rem;height: .35rem;line-height: .35rem;border: 1px solid #dedede;padding-left: .05rem;}
.in-online .form .bot .l-con img{width: 1.15rem;height: .34rem;}
.in-online .form .bot .r-con .btn{width: 2.1rem;height: .5rem;cursor: pointer;font-size: .14rem;font-weight: bold;}
.in-online .form .bot .r-con .btn.submit{background-color: #009cff;color: #fff;border: 1px solid #009cff;margin-right: .2rem;}
.in-online .form .bot .r-con .btn.cancle{border: 1px solid #dedede;background-color: #fff;color: #999;}
input,textarea,button{outline: none;resize: none;}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder
{color: #666;font-weight: bold;font-size: .14rem;}
@media screen and (max-width: 768px) {
    body::-webkit-scrollbar{width: 0;}
    .main-box{/* margin-top: 1.05rem; */}
    .in-online{padding: 0 .3rem;}
    .in-online .tit{font-size: .3rem;}
    .in-online .des{font-size: .24rem;}
    .in-online .form .inp-box{margin-left: 0;}
    .in-online .form .inp{width: 100%;margin-left: 0;line-height: .8rem;font-size: .24rem;}
    .in-online .form .bot .l-con{float: none;width: 100%;line-height: .8rem;margin-bottom: .2rem;}
    .in-online .form .bot .l-con .label{font-size: .24rem;}
    .in-online .form .bot .l-con .label .text{width: 2rem;line-height: .6rem;height: .6rem;}
    .in-online .form .bot .r-con{float: none;width: 100%;text-align: center;}
    .in-online .form .bot .r-con .btn{height: .6rem;line-height: .6rem;font-size: .24rem;}
    input::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder{font-weight: normal;font-size: .24rem;}
}