html {
    font-family: "microsoft yahei","宋体";
    -webkit-text-size-adjust: 100%;
    font-size: 100px;
}

body {
    margin: 0;
    max-width: 750px;
    min-height: 100%;
    min-width: 320px;
    margin: 0 auto;
    color: #333333;
    background-color: #f2f2f2;
    -webkit-overflow-scrolling: touch;
    font-size: .3rem;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, form, p, ul, input {
    margin: 0px;
    padding: 0px;
}

input, textarea,select {
    font-family: "microsoft yahei","宋体";
    font-size: .27857142rem;
    color: #333333;
}

li {
    padding: 0px;
    margin: 0px;
    line-height: 180%;
    list-style-type: none;
}

:focus {
    outline: 0;
}

.substring {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.nowrap {
    white-space: nowrap;
}

.clear {
    clear: both;
    height: 0px;
    font-size: 0px;
    line-height: 0px;
}

/*Link Css*/
a, a:link {
    color: #373838;
    text-decoration: none;
}

    a:visited {
        color: #373838;
    }

    a:active, a:hover {
        text-decoration: underline;
    }

    a:focus {
        outline: none;
    }

.link_content, .link_content:link, .link_content:visited {
    color: #666666;
}

.link_white, .link_white:link, .link_white:visited {
    color: #FFF;
}

.link_red, .link_red:link, .link_red:visited {
    color: #F00;
}

.link_orange, .link_orange:link, .link_orange:visited {
    color: #F60;
}

.link_green, .link_green:link, .link_green:visited {
    color: #090;
}

.link_gray, .link_gray:link, .link_gray:visited {
    color: #666;
}

.link_blue, .link_blue:link, .link_blue:visited {
    color: #0180CF;
}

.link_black, .link_black:link, .link_black:visited {
    color: #333;
}

.link_purple, .link_purple:link, .link_purple:visited {
    color: #900;
}

.link_yellow, .link_yellow:link, .link_yellow:visited {
    color: #fcff00;
}

.link_lightgray, .link_lightgray:link, .link_lightgray:visited {
    color: #9C9C9C;
}

.link_secondgray, .link_secondgray:link, .link_secondgray:visited {
    color: #d1d1d1;
}

.top_nav, .top_nav:link, .top_nav:visited {
    color: #333;
}

.navigate, .navigate:link, .navigate:visited {
    color: #373973;
}

.footer, .footer:link, .footer:visited {
    color: #ececec;
}

.link_more-red, .link_more-red:link, .link_more-red:visited {
    color: #e83428;
}

.link_more-green, .link_more-green:link, .link_more-green:visited {
    color: #3baa99;
}

.link_more-yellow, .link_more-yellow:link, .link_more-yellow:visited {
    color: #d9a32d;
}

.link_more-sred, .link_more-sred:link, .link_more-sred:visited {
    color: #eb6877;
}

.link_red, .link_red:link, .link_red:visited {
    color: #F00;
}

.link_title, .link_title:link, .link_title:visited {
    color: #996c33;
}
/*Link Css End*/


.qs-center {
    text-align: center;
}

.font9 {
    font-size: .1888rem;
}

.font10 {
    font-size: .234rem;
}

.font12 {
    font-size: .25714285rem;
}

.font13 {
    font-size: .27857142rem;
}

.font14 {
    font-size: .3rem;
}

.font15 {
    font-size: .32142857rem;
}

.font16 {
    font-size: .34285714rem;
}

.font18 {
    font-size: .38571428rem;
}

.font20 {
    font-size: .468rem;
}

.font24 {
    font-size: .56249999rem;
}

.font28 {
    font-size: .65624999rem;
}
/*toastÏûÏ¢ÌáÊ¾*/
.qs-mask-transparent {
    position: fixed;
    z-index: 1001;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.qs-toast {
    position: fixed;
    z-index: 50005;
    max-width: 6.5rem;
    padding: .25rem .2rem;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    background: rgba(40,40,40,0.75);
    text-align: center;
    border-radius: .08rem;
    color: #FFFFFF;
    line-height: .4rem;
}

.qs-icon-toast {
    display: inline-block;
    float: left;
}

.qs-toast-content { /*padding-left:.2rem;*/
    display: inline-block;
    float: left;
}


.qspage {
    height: 1.05rem;
    line-height: 1.05rem;
    background-color: #ffffff;
    text-align: center;
}

    .qspage a {
        display: inline-block;
        width: 25%;
        font-size: .3rem;
        text-align: center;
        color: #ff6600;
        text-decoration: none;
    }

        .qspage a.unable {
            color: #999999;
        }

    .qspage span {
        display: inline-block;
        width: 40%;
        font-size: .3rem;
        color: #666666;
        text-align: center;
    }

.list-empty {
    background-color: #ffffff;
    text-align: center;
    background-image: url("../images/207.png");
    background-size: 25%;
    background-repeat: no-repeat;
    background-position: center .5rem;
    padding: 35% 5% 8%;
    line-height: 165%;
}

.con-filter .f-selected-group {
    width: 100%;
    background: #fff;
    position: relative;
}

    .con-filter .f-selected-group:after {
        content: ' ';
        width: 100%;
        height: 1px;
        background: #e3e3e3;
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .con-filter .f-selected-group .s-bar {
        padding: .15rem;
    }

        .con-filter .f-selected-group .s-bar .s-bar-title {
            height: .6rem;
            line-height: .6rem;
        }

    .con-filter .f-selected-group .s-list {
        padding: 0 .15rem;
        position: relative;
        line-height: 1.5;
    }

        .con-filter .f-selected-group .s-list:before {
            content: ' ';
            width: 100%;
            height: 1px;
            background: #e3e3e3;
            position: absolute;
            left: 0;
            top: 0;
        }

        .con-filter .f-selected-group .s-list .s-list-cell {
            display: inline-block;
            position: relative;
            height: .6rem;
            margin: .15rem 0;
            line-height: .6rem;
            text-align: center;
            margin-right: .2rem;
            padding: 0 .15rem;
            padding-right: .5rem;
            border: 1px solid rgba(0,0,0,0.2);
            color: #666;
            border-radius: .08rem;
        }

            .con-filter .f-selected-group .s-list .s-list-cell:last-child {
                margin-right: 0;
            }

            .con-filter .f-selected-group .s-list .s-list-cell:after {
                content: '\2716';
                position: absolute;
                top: 0;
                right: .1rem;
            }

.con-filter .f-box {
    position: relative;
    overflow: visible;
    width: 100%;
    background: #fff;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
}

    .con-filter .f-box.qs-actionsheet-toggle-left {
        -webkit-transform: translate(-100%,0);
        transform: translate(-100%,0);
    }

    .con-filter .f-box.qs-actionsheet-toggle {
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
    }

    .con-filter .f-box.f-box-more {
        height: 6.32rem;
    }

    .con-filter .f-box .f-list-group {
        width: 100%;
        display: flex;
    }

.con-filter div.f-box-inner {
    overflow: hidden;
    width: 100%;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-left: 1px solid #e3e3e3;
    height: 5.22rem;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.con-filter .f-box-inner::-webkit-scrollbar {
    display: none;
}

.con-filter .f-box-inner:first-child {
    border-left: 0;
}

.con-filter li {
    position: relative;
    list-style: none;
}

    .con-filter li a {
        line-height: .87rem;
        display: block;
        height: .87rem;
        padding: 0 .234rem 0 .3rem;
        color: #666;
        text-decoration: none;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

        .con-filter li a.active, .con-filter li a.select {
            color: #0180cf;
        }

        .con-filter li a.c-next {
            max-width: 80%;
        }

            .con-filter li a.c-next:after {
                content: ' ';
                position: absolute;
                top: .31rem;
                right: .45rem;
                display: inline-block;
                text-decoration: none;
                -webkit-font-smoothing: antialiased;
                width: .25rem;
                height: .25rem;
                background-image: url(../Images/67.png);
                background-repeat: no-repeat;
                background-size: .25rem;
            }

        .con-filter li a.active:after {
            background-image: url(../Images/86.png);
        }

    .con-filter li.l-next a {
        padding-left: .5rem;
    }

.con-filter .f-box.qs-hidden {
    display: none;
}

.con-filter .f-box ul {
    margin-top: -1px;
}

    .con-filter .f-box ul:first-child {
        border-left: 0;
    }

.con-filter li a span.choice {
    float: right;
    margin-right: .22rem;
}

.f-box-more .arrow a::after {
    display: block;
    position: absolute;
    top: .315rem;
    right: .1rem;
    content: "";
    border: .125rem solid transparent;
    border-left-color: #e6e6e6;
}

.con-filter .f-btn-submit, .con-filter .f-btn-back {
    position: absolute;
    left: 0;
    top: 5.22rem;
    padding: .25rem 0;
    width: 100%;
    background: #f6f6f6;
    line-height: 60%;
    z-index: 1;
}

.con-filter .f-btn-back {
    left: 100%;
}

.con-filter .f-more-content {
    position: absolute;
    top: 0;
    width: 100%;
    background: #fff;
    -webkit-transform: translate(100%,0);
    transform: translate(100%,0);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
}

    .con-filter .f-more-content .f-box-inner {
        max-height: 5.4rem;
    }

.con-filter li.clicked {
    line-height: .87rem;
    display: block;
    height: .87rem;
    padding: 0 .234rem 0 .3rem;
    color: #666;
}

    .con-filter li.clicked span {
        position: absolute;
        height: .40rem;
        width: .80rem;
        top: .25rem;
        right: .63rem;
    }

        .con-filter li.clicked span.clickedbox {
            position: absolute;
            height: .40rem;
            width: .40rem;
            border: .03rem solid #eee;
            top: 0;
            right: 0;
            border-radius: 1px;
        }

        .con-filter li.clicked span.clickedchoice:after {
            position: absolute;
            content: '';
            height: .1rem;
            width: .2rem;
            border-left: .02rem solid #ff552e;
            border-bottom: .02rem solid #ff552e;
            transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            top: .08rem;
            right: .05rem;
        }

/* É¸Ñ¡ */
#f-mask {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
}

.t-mask {
    display: none;
    position: fixed;
    z-index: 4999;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
}

.filter-group {
    background: #fff;
    width: 100%;
    position: relative;
}

    .filter-group .filter-list {
        position: relative;
        float: left;
        text-align: center;
        padding: 0.25rem;
        height: .9rem;
    }

        .filter-group .filter-list:after {
            position: absolute;
            right: 0;
            top: .148rem;
            width: 1px;
            height: .62rem;
            content: '';
            -webkit-transform: scaleY(1);
            transform: scaleY(1);
            background-color: #ededed;
        }

        .filter-group .filter-list:last-child:after {
            display: none;
        }

        .filter-group .filter-list:active {
            background-color: #EEEEEE;
        }

    .filter-group.x2 .filter-list {
        width: 50%;
    }

    .filter-group.x3 .filter-list {
        width: 33.333333%;
    }

    .filter-group.x4 .filter-list {
        width: 25%;
    }

    .filter-group .filter-list.active {
        color: #0180cf;
    }

    .filter-group .filter-list .filter-cell {
        display: inline-block;
        position: relative;
        margin-left: -.42rem;
    }

        .filter-group .filter-list .filter-cell:before {
            content: ' ';
            position: absolute;
            top: .1rem;
            right: -.42rem;
            display: inline-block;
            text-decoration: none;
            -webkit-font-smoothing: antialiased;
            width: .25rem;
            height: .25rem;
            background-image: url(../Images/67.png);
            background-repeat: no-repeat;
            background-size: .25rem;
        }

    .filter-group .filter-list.active .filter-cell:before {
        background-image: url(../Images/86.png);
    }

    .filter-group .filter-list .filter-cell .filter-cell-txt {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .filter-group.x2 .filter-list .filter-cell .filter-cell-txt {
        max-width: 3rem;
    }

    .filter-group.x3 .filter-list .filter-cell .filter-cell-txt {
        max-width: 1.8rem;
    }

    .filter-group.x4 .filter-list .filter-cell .filter-cell-txt {
        max-width: 1.2rem;
    }

    .filter-group .con-filter {
        display: none;
        position: absolute;
        left: 0;
        top: .9rem;
        width: 100%;
        z-index: 1001;
    }

.filter-fixed .filter-outer {
    position: fixed;
    top: 0;
    z-index: 10001;
    width: 100%;
    background: #fff;
    max-width: 750px;
}

    .filter-fixed .filter-outer:after {
        content: ' ';
        width: 100%;
        height: 1px;
        background: #e3e3e3;
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .filter-fixed .filter-outer .con-filter {
        display: block;
        overflow: hidden;
    }

.filter-outer a {
    display: block;
    overflow: hidden;
    -webkit-user-select: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
}

/*¿Õ°×*/
.split-block {
    width: 100%;
    height: .25rem;
    background: transparent;
}
/*±êÌâÀ¸*/
.headernavfixed {
    height: .9rem;
}

.headernav {
    background-color: #017bc4;
    height: .9rem;
    line-height: .9rem;
    color: #FFFFFF;
    position: fixed;
    z-index: 9999;
    width: 7.5rem;
}

    .headernav .title {
        text-align: center;
        position: relative;
    }

        .headernav .title .index-menu {
            position: absolute;
            left: 0px;
            top: 0px;
            width: .9rem;
            height: .9rem;
            background-image: url(../../Images/Mobile/menu.png);
            background-repeat: no-repeat;
            background-size: 40%;
            background-position: center;
            line-height: 100%;
        }
        .headernav .title .return {
            position: absolute;
            left: 0px;
            top: 0px;
            width: .9rem;
            height: .9rem;
            background-image: url(../../Images/Mobile/22.png);
            background-repeat: no-repeat;
            background-size: 30%;
            background-position: center;
            line-height: 100%;
        }
        .headernav .title .menu {
            position: absolute;
            left: 0px;
            top: 0px;
            width: .9rem;
            height: .9rem;
            background-image: url(../../Images/Mobile/menu.png);
            background-repeat: no-repeat;
            background-size: 50%;
            background-position: center;
            line-height: 100%;
        }
        .headernav .title .rbtn {
            position: absolute;
            right: 0px;
            top: 0px;
            width: .9rem;
            height: .9rem;
            background-image: url(../../Images/Mobile/03.png);
            background-repeat: no-repeat;
            background-size: 50%;
            background-position: center;
            line-height: 100%;
        }

        .headernav .title .refresh {
            position: absolute;
            right: 0px;
            top: 0px;
            width: .9rem;
            height: .9rem;
            background-image: url(../../Images/Mobile/refresh.png);
            background-repeat: no-repeat;
            background-size: 40%;
            background-position: center;
            line-height: 100%;
        }

/*按钮定义*/
.btn-spacing {
    padding: 0 .35rem;
}

.qs-btn {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-left: .3rem;
    padding-right: .3rem;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    height: .98rem;
    line-height: .98rem;
    border-radius: .08rem;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    overflow: hidden;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    border: 0px;
}

.qs-btn-inline {
    display: inline-block;
}

.qs-btn-medium {
    height: .8rem;
    line-height: .78rem;
}

.qs-btn-small {
    height: .6rem;
    line-height: .58rem;
}

.qs-btn-blue {
    background-color: #0180CF;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

    .qs-btn-blue:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #018CE0;
        border-radius: 100%;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .qs-btn-blue.eventactive:before {
        -webkit-transform: scale(2);
        transform: scale(2);
    }

.qs-btn-gray {
    background-color: #999999;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

    .qs-btn-gray:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #999999;
        border-radius: 100%;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .qs-btn-gray.eventactive:before {
        -webkit-transform: scale(2);
        transform: scale(2);
    }

.qs-btn-green {
    background-color: #1AAD19;
}

    .qs-btn-green:active, .qs-btn-green.eventactive {
        background-color: #179B16;
    }

.qs-btn-orange {
    background-color: #fd8000;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

    .qs-btn-orange:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fb9934;
        border-radius: 100%;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .qs-btn-orange.eventactive:before {
        -webkit-transform: scale(2);
        transform: scale(2);
    }

.qs-btn-red {
    background-color: #ff0000;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

    .qs-btn-red:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #FF4400;
        border-radius: 100%;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .qs-btn-red.eventactive:before {
        -webkit-transform: scale(2);
        transform: scale(2);
    }

.qs-btn-blue.b-big {
    width: 90%;
}

.qs-btn-orange.b-big {
    width: 90%;
}

.qs-btn-gray.b-big {
    width: 90%;
}

.qs-btn-border-gray {
    color: #666;
    border: 1px solid rgba(0,0,0,0.2);
}

    .qs-btn-border-gray:not(.qs-btn-border-disabled):active, .qs-btn-border-gray:not(.qs-btn-border-disabled).eventactive {
        color: rgba(0,0,0,0.6);
        background-color: #DEDEDE;
    }

.qs-btn-border-orange {
    color: #fd8000;
    border: 1px solid #fd8000;
}

    .qs-btn-border-orange:not(.qs-btn-border-disabled):active, .qs-btn-border-orange:not(.qs-btn-border-disabled).eventactive {
        color: #fff;
        background-color: #fb9934;
    }

.qs-btn-border-blue {
    color: #0180CF;
    border: 1px solid #0180CF;
}

    .qs-btn-border-blue:not(.qs-btn-border-disabled):active, .qs-btn-border-gray:not(.qs-btn-border-disabled).eventactive {
        color: #fff;
        background-color: #2eb0fe;
    }

.qs-btn-border-disabled {
    color: rgba(0,0,0,0.2);
    border-color: rgba(0,0,0,0.2);
}

.qs-btn-bg-disabled {
    background-color: rgba(0,0,0,0.2)
}
