html, body {
    /*font: .24rem "Microsoft YaHei", Arial;*/
    width: 100%;
    height: 100%;
    color: #333;
    font-family: Source Han Sans CN;
}
@media only screen and (min-width: 320px) and (max-width: 359px){
    html{
        font-size:42.6px;
    }
}
@media only screen and (min-width: 360px) and (max-width: 374px){
    html{
         font-size:48px;
    }
}
@media only screen and (min-width: 375px) and (max-width: 410px){
    html{
        font-size:50px;
    }
}
@media only screen and (min-width: 411px) and (max-width: 767px){
    html{ font-size:54.8px;}
}
@media only screen and (min-width: 768px) and (max-width: 1023px){
    html{
        font-size:100px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1340px){
    html{
        font-size:136.5px;
    }
}
@media only screen and (min-width: 1340px){
    html{
        font-size:150px;
    }
}
body {
    background: #f8f8f8;
}

body, h1, h2, h3, h4, h5, h6, div, img, p, ol, dd, dl, dt, ul, li, hr, form, input, span, i {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1;
}

embed {
    pointer-events: none;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #666;
    display: inline-block;
}

a:hover {
    text-decoration: none;
}

.clear:after { /*清除浮动带来的高度塌陷*/
    content: "";
    display: block;
    clear: both;
}

.clear-top:before { /*清除用margin—top作用到父元素上(加在符元素上)*/
    content: "";
    display: table;
}

.left {
    float: left;
}

.right {
    float: right;
}

img {
    vertical-align: middle;
}

textarea {
    resize: none;
}

button {
    border: none;
}


/*输入框*/
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #ccc;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #ccc;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #ccc;
}

input:-ms-input-placeholder, textarea::-moz-placeholder {
    color: #ccc;
}

.flex-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pre {
    white-space: pre-wrap;
}

.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.flex-between-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-between-no {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-center-no {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


.flex-around-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-around-no {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}


.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-ellipsis2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.red {
    border: 1px solid red;
}

.bg_fff {
    background: #fff;
}

.btn-209345 {
    padding: 0 .45rem;
    height: .7rem;
    background: #209345;
    border-radius: .35rem;
    color: #fff;
    font-size: .3rem;
    outline: none;
}

.c-DF261B {
    color: #DF261B;
}

.bg-f8f8f8 {
    height: .1rem;
    background-color: #f8f8f8;
}

.main {
    margin-top: .88rem;
    padding-bottom: 1.2rem;
}


/*底部固定按钮*/
.b-footer {
    position: fixed;
    bottom: 0;
    z-index: 10;
    width: 100%;
    padding: .2rem;

}

/*标签右上角的数字*/
.dot-num{
    position: absolute;
    right: -.3rem;
    top: -.15rem;
    height: .3rem;
    line-height: .3rem;
    background: red;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    min-width: .3rem;
    font-size: .2rem;
    padding: 0 .05rem;
}

.b-footer .footer-button {
    width: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #10D5F7), to(#2B5BE1));
    background-image: -webkit-linear-gradient(top, #10D5F7 1%, #2B5BE1 100%);
    background-image: linear-gradient(180deg, #10D5F7 1%, #2B5BE1 100%);
    border-radius: .44rem;
    height: .88rem;
    line-height: .88rem;
    font-size: .34rem;
    color: #FFFFFF;
    text-align: center;
}
.b-footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 1.08rem;
    padding: .16rem .3rem;
    font-size: .24rem;
    letter-spacing: 1px;
}

.b-footer ul {
    height: 100%;
    text-align: center;
}

.b-footer ul li {
    /*width: 25%;*/
}

.b-footer p {
    margin-top: .08rem;
}

.b-footer ul .b-icon {
    width: .44rem;
}

.b-footer .active .pre, .b-footer .cur {
    display: none;
}

.b-footer .active .cur {
    display: inline-block;
}

.b-footer .active p {
    font-size: .2rem;
    color: #209345;
}

#header {
    background-color: #209345;
    /*position: fixed;*/
    /*width: 100%;*/
    /*z-index: 100;*/
}

.b-header {
    padding-top: .49rem;
    padding-bottom: .4rem;
    text-align: center;
    position: relative;
}

.b-header .b-left {
    position: absolute;
    left: .3rem;
    top: .49rem;
}

.b-header .b-header-back {
    width: .18rem;
}

.b-header .b-title {
    font-size: .36rem;
    color: #fff;
    font-weight: bold;
}

.b-header .b-right {
    position: absolute;
    right: .3rem;
    top: .49rem;
}