/*新改版样式*/
.in_box{
    background: #fff;
    padding: 25px 0;
}
.in_box .weui-grids:after , .in_box .weui-grids:before{
    display: none;
}
.in_box .weui-grid__icon{
    width: 45px;
    height: 45px;
}
.in_box .weui-grid__icon img{
    border-radius: 5px;
    box-shadow: 1px 1px 5px 0 #666;
}
.in_box .weui-grid__label{
    font-size: 12px;
    height: 40px;
}
.news-list{
    padding: 10px 0;
}
.index-main-1{
    padding: 10px 0 10px 0;
}

.nowCall a{
    margin: 0 15px;
    display: block;
    line-height: 45px;
    background: #FF6E7E;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 5px;
}
.weui-tabbar__item.weui-bar__item--on .weui-tabbar__label{
    color: #FF6E7E;
}
.th_box ul{
    list-style: none;
    overflow: hidden;
    padding: 0;
}
.th_box ul li{
    width: 46%;
    float: left;
    margin: 4% 2%;
    border-radius: 5px;
    box-shadow: 0 0 5px 0 #999;
}
.th_box ul li .pic{
    width: 100%;
    height: 128px;
    background-color: #f9f9f9;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px 5px 0 0;
}
.th_box ul li .t{
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.service_name {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    margin: 0 2%;
}
.big_pic img{
    max-width: 100%;
}
.top_head_back {
    background: #fff;
    height: 45px;
    line-height: 45px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    color: #FF6E7E;
    text-align: center;
    overflow: hidden;
    box-shadow: 0 0 5px 0 #999;
}
.top_head_back img{
    max-height: 45px;
    max-width: 100%;
}
.top_head_back a.bk{
    float: left;
    color: #FF6E7E;
    margin-left: 2%;
    font-size: 14px;
    height: 34px;
    margin-top: 6px;
}
.top_empty{
    height: 45px;
}
.bottom-logo p{
    color: #FF6E7E;
    text-align: center;
    font-weight: bold;
}
.weui-btn_primary{
    background: #FF6E7E;
}
.weui-cells_checkbox .weui-check:checked+.weui-icon-checked:before{
    color: #FF6E7E;
}
.gg img{
    max-width: 100%;
}
/*新改版样式E */