﻿header .title {
    background-color: #ce0022;
    height: 2.5rem;
    color: #FFFFFF;
}

    header .title span {
        padding: 0 0.2rem;
    }

.bar-nav ~ .content {
    top: 2.5rem;
}

.bar-tab {
    bottom: 2rem !important;
}

.provide-service {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 10;
    height: 2.5rem;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    background-color: #f7f7f8;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    bottom: 0;
    width: 100%;
    height: 1.5rem;
    padding: 0;
    table-layout: fixed;
    text-align:center;
}
.clear {
    clear: both;
}
.box {
    border: 1px solid #f5f5f5;
    border-radius: 0.4rem 0.4rem;
    margin: 0.5rem 0.5rem;
    box-shadow: 0.02rem 0.05rem 0.1rem rgba(0, 0, 0, 0.2);
    background-color: #fff;
    padding-bottom:0.5rem;
}

.box .hd {
    background: url(../img/bg2.png) no-repeat left top;
    background-size: cover;
    /* height: 2.4rem; */
    margin: 0;
    /* padding-left: 0.5rem; */
    padding: 0.4rem 0.5rem;
    line-height: 1.6rem;
    font-weight: bold;
    border-radius: 0.4rem 0.4rem 0 0;
    text-align: left;
    font-size: 0.8rem;
}

.box .lab {
    background: url(../img/lab.png) no-repeat left center;
    background-size: 0.9rem 0.9rem;
    width: 1.8rem;
    height: 1rem;
    position: relative;
    float: left;
    left: 0.4rem;
    top: 0.4rem;
    padding-left: 0.8rem;
}
.icon-font
{
    text-align:center;
}
.box .nr {
    padding: 0.6rem 0.5rem;
    font-size: 0.8rem;
    text-align: justify;
}
.iconhome {
    height: 0.8rem;
    font-size: 0.8rem;
    line-height: 0.8rem;
    font-family: "iconfont-sm" !important;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    background-size: 100% auto;
    background-position: center;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
.icon-padr{
    margin-right:0.2rem;
}
.b{
    font-weight:bold;
}

.left,.floatl {
    text-align: left;
}
.right,.floatr {
    text-align: right;
}
.redbtn {
    height: 1.6rem;
    line-height: 1.6rem;
    vertical-align: middle;
    font-size: 0.7rem;
    text-align: center;
    color: #fefefe;
    font-family: 'Microsoft YaHei',SimHei,simsun, Arial, Helvetica, sans-serif, Lucida Grande;
    border: 0px solid #cd1a2d;
    border-radius: 3px 3px;
    cursor: pointer;
    background: #bd1a2d;
    padding:0 0.5rem;
    margin:0.1rem auto;
}
.btn {
    width: 6rem;
}
.btnBg {
    width: 9rem;
}
.btnMax {
    width: 12rem;
}
.page {
    max-width: 490px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
