@charset "utf-8";

/*公用*/
*{
    padding: 0;
    margin: 0;
}
document,body{
    max-width: 414px;
}
body{
    margin: 0 auto;
    overflow-x: hidden;
}
img{
    display: block;
}
input{
    border: none;
    background: none;
    outline: none;
    box-sizing: border-box;
}
li{
    list-style: none;
}
a{
    text-decoration:none;
}
.clearFix{
    zoom: 1;
}
.clearFix:after{
    content:"";
    clear: both;
    display: block;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
/*公用 end*/

/*公用头部*/
header{
    position: relative;
}
header a{
    position: absolute;
    width: 3rem;
    height: 100%;
    top: 0;
    right: 0;
}
/*公用头部 end*/

/*公用底部*/
footer{
    width: 100%;
    height: 1rem;
}
footer p{
    font-size: 0.18rem;
    color: #fff;
    text-align: center;
    line-height: 0.24rem;
}
/*公用底部 end*/

/*报名框公用*/
.form{
    position: relative;
    width: 100%;
    height: 100%;
}
.form input{
    position: absolute;
    box-sizing: border-box;
}
.form .submit_btn{
    position: absolute;
}
/*报名框公用 end*/

/*底部跟屏*/
.bottom_bar{
    width: 100%;
    height: 0.85rem;
    background: rgba(0,0,0,.6);
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1000;
}
.bottom_bar .left,.bottom_bar .right{
    width: 50%;
    height: 100%;
    font-size: 0.24rem;
    color: #fff;
    text-align: center;
    line-height: 0.85rem;
}
.bottom_bar .left{
    background: url("../images/consult.png") no-repeat 0.8rem;
    background-size: 0.47rem 0.41rem;
}
.bottom_bar .right{
    background:url("../images/measure.png") no-repeat 0.8rem ;
    background-size: 0.4rem 0.4rem;
}
/*乐于样式修改 start*/
#doyoo_mobile_chat_hint{display:none !important;}
/*乐于样式修改 end*/
/*底部跟屏 end*/
#newBridge{display: none !important;}