
.nav_top {
    position: relative;
    padding: 0 0.29rem;
    height: 0.88rem;
    font-size: 0.36rem;
    font-family: SourceHanSansCN-Normal;
    text-align: center;
    background-color: #FAFAFA;
    padding-top: 0.23rem;
    border-bottom: 0.5px solid #D5D5D5;
    position: fixed;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 1;
}
.hidden{
    display:none;
}
.nav_top .right-icon {
    display: inline-block;
    float: right;
    width: 0.46rem;
    height: 0.46rem;
    background-image: url(/html5/images/icon/icon-home.png);
    background-size: 100%;
    background-repeat: no-repeat;
    vertical-align: text-top;
}

.nav_top .left {
    position: absolute;
    width: 0.24rem;
    height: 0.42rem;
    margin-top: 0.04rem;
    left: 0.3rem;
}

.nav_top .list {
    position: absolute;
    font-size: 0.32rem;
    font-family: SourceHanSansCN-Normal;
    color: rgba(11, 171, 254, 1);
    float: right;
    margin-top: 0.06rem;
    right: 0.3rem;
}

.nav_top .list div img {
    position: absolute;
    width: 0.38rem;
    height: 0.18rem;
    right: 0.16rem;
    background-size: 100% 100%;
    top: 0.42rem;

}

.nav_top .list .runk_list {
    position: absolute;
    width: 2.32rem;
    height: 2.9rem;
    background: rgba(255, 255, 255, 1);
    border-radius: 0.06rem;
    box-shadow: 0 0.03rem 0.08rem rgba(11, 171, 254, 0.4);
    top: 0.6rem;
    right: 0;
}

.content {
    padding: 0.21rem 0.2rem;
    background-color: #f5f5f5;
    font-family: SourceHanSansCN-Normal;
    margin-top: 0.88rem;
    margin-bottom: 1rem;
}

.main {
    padding: 0 0.2rem;
    background-color: #FFFFFF;
    margin-top: 0.88rem;
}

.text-title {
    margin-top: 0.2rem;
    font-size: 0.3rem;
    font-family: SourceHanSansCN-Normal;
    color: rgba(5, 27, 40, 1);
}

.text-title::before {
    content: "";
    display: inline-block;
    width: 0.08rem;
    height: 0.26rem;
    margin-right: 0.11rem;
    background-color: #0BABFE;
}

.mt20 {
    margin-top: 0.2rem;
}

.mt30 {
    margin-top: 0.3rem;
}

.ml20 {
    margin-left: 0.2rem;
}

.none {
    display: none !important;
}

.border-none {
    border: none !important;
}

.blue {
    color: #53BCFB;
}

.box-shadow {
    box-shadow: 0 0.03rem 0.08rem rgba(11, 171, 254, 0.4);
}

.mb10 {
    margin-bottom: 0.1rem;
}

.mb20 {
    margin-bottom: 0.2rem;
}

.mb30 {
    margin-bottom: 0.3rem;
}

.mt10 {
    margin-top: 0.1rem;
}

.mr20 {
    margin-right: 0.2rem;
}

.pb20 {
    padding-bottom: 0.2rem;
}

.modal {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 9
}

.modal .mask {
    background-color: #7a7a7a;
    width: 100%;
    height: 100%;
    opacity: 0.6;
}

.modal-content {
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -40%);
    background-color: #FFFFFF;
    width: 6.4rem;
    min-height: 2.86rem;
    border-radius: 0.2rem;
    box-shadow: 0px 0px 0.08rem rgba(0, 0, 0, 0.41);
    z-index: 3;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.btn {
    border-radius: 0.25rem;
    padding: 0 0.25rem;
    line-height: 0.5rem;
    text-align: center;
}

.btn-blue {
    background-color: #53BCFB;
    color: #FFFFFF;
}

.btn-yellow {
    background-color: #FF9C00;
    color: #FFFFFF;
}

.content-box {
    margin-top: 0.88rem;
    padding: 0.2rem;
    background-color: #f5f5f5;
    height: 100%;
}

.border-bottom {
    border-bottom: 0.5px solid #E5E5E5;
}

.icon-qz-baidu {
    display: inline-block;
    background: url(../img/sy_icon_baidu.png) no-repeat center;
    background-size: 100% 100%;
    width: 0.48rem;
    height: 0.22rem;
    font-size: 0.18rem;
    vertical-align: middle;
}

.icon-qz-baidu i {
    font-style: normal;
    padding-left: 0.24rem;
    color: #FFFFFF;
}

.icon-qz-guge {
    display: inline-block;
    background: url(../img/icon-ggqz.png) no-repeat center;
    background-size: 100% 100%;
    width: 0.48rem;
    height: 0.22rem;
    font-size: 0.18rem;
    vertical-align: middle;
}

.icon-qz-guge i {
    font-style: normal;
    padding-left: 0.24rem;
    color: #3388FF;
}

.web-price {
    color: #FF7800;
}

.web-price i {
    font-size: 0.3rem;
}

.web-price i small {
    font-size: 0.24rem;
}

.web-price ss {
    font-size: 0.2rem;
    margin-right: 0.08rem;
}

.bg-white {
    background-color: #FFFFFF;
}

.border-none {
    border: none !important;
}

.modal-footer-content {
    height: 5.65rem;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 3;
    background-color: #FFFFFF;
    padding: 0 0.3rem;
}

.ml10 {
    margin-left: 0.1rem !important;
}

.input-div {
    height: 0.95rem;
    border-bottom: 0.5px solid #E5E5E5;
    background: #FFFFFF;
    clear: both;
}

.input-div span {
    line-height: 0.95rem;
    color: #333333;
    font-size: 0.3rem;
    width: 20%;
    float: left;
}

.input-div input {
    border: none;
    height: 0.8rem;
    width: 80%;
    float: right;
}

.hide {
    display: none
}


.qa .question .q_icon {
    background:#36c1ff;
}
.qa .q_icon {
    position: absolute;
    width:0.3rem;
    line-height:0.3rem;
    color:#fff;
    text-align: center;
    display: inline-block;
    border-radius: 3px;
    left: 0;
    top:0.15rem;
    font-size:0.20rem;
}
.qa  li p {
    padding-left: 0.5rem;
    position: relative;
    line-height: 0.5rem;
}
.answer .q_icon {
    background:
        #ff9800;
}
.qa li {
    border-bottom: 1px solid #f3f3f3;
    padding: 10px 0;
}
p.question {
    font-weight: bold;
    color: #333;
}
