﻿@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    tap-highlight-color: rgba(0, 0, 0, 0);
    font-size: 0.28rem;
}

html {
    font-size: 100px;
}

input, textarea, select, button {
    background-color: inherit;
    font-size: inherit;
    appearance: none;
    outline: none;
    min-width: 0;
}

header, footer, section, article, nav, figure, aside, canvas {
    display: block;
}

body {
    color: #333333;
    background-color: #fff;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

h1, h2, h3 {
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

em, i, del, address {
    font-style: normal;
    text-decoration: none;
}

img {
    display: block;
    border: 0;
}

a, a:visited {
    color: #333333;
    text-decoration: none;
}

.clearfix:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
}

.va {
    vertical-align: middle;
}

@font-face {
    font-family: 'iconfont';
    src: url('/iconfont/iconfont.eot');
    src: url('/iconfont/iconfont.eot?#iefix') format('embedded-opentype'), url('/iconfont/iconfont.woff') format('woff'), url('/iconfont/iconfont.ttf') format('truetype'), url('/iconfont/iconfont.svg#uxiconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 0.28rem;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.top_box {
    position: relative;
    height: 50px;
    overflow: hidden;
    background-color: #eeeeee;
    border-bottom: #d5d5d5 solid 1px;
}

    .top_box h1 {
        color: #333333;
        width: 80%;
        margin: 0 auto;
        text-align: center;
        font-weight: normal;
        font-size: 0.36rem;
        line-height: 0.58rem;
    }

    .top_box .top_back {
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        width: 0.5rem;
        height: 0.6rem;
    }

        .top_box .top_back:after {
            content: '';
            position: absolute;
            left: 40%;
            top: 50%;
            margin-top: -0.16rem;
            height: 0.32rem;
            width: 0.32rem;
            border-left: #333333 solid 0.04rem;
            border-bottom: #333333 solid 0.04rem;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }

    .top_box .more {
        color: #666;
        font-size: 0.32rem;
        position: absolute;
        right: 0.2rem;
        top: 0;
        line-height: 0.56rem;
    }

#top_nav_checked {
    display: none;
}

    #top_nav_checked:checked + .top_nav > label {
        color: #db384c;
    }

    #top_nav_checked:checked + .top_nav ul {
        height: 1.2rem;
    }

.top_nav {
    background-color: #fff;
    width: 100%;
    font-size: 0.28rem;
    position: relative;
    border-bottom: #d5d5d5 solid 1px;
}

    .top_nav > label {
        position: absolute;
        z-index: 6;
        top: -0.58rem;
        right: 0.26rem;
        height: 0.58rem;
        line-height: 0.58rem;
        color: #ccc;
        font-size: 0.5rem;
    }

    .top_nav ul {
        -webkit-transition: 0.5s;
        transition: 0.5s;
        overflow: hidden;
        height: 0;
        margin-top: -1px;
    }

    .top_nav li {
        float: left;
        width: 25%;
        text-align: center;
    }

        .top_nav li em {
            display: inline-block;
            width: 0.48rem;
            height: 0.48rem;
            background: url('/feiniu_files/topnav_icon.png') no-repeat;
            -webkit-background-size: 0.46rem 4.2rem;
            background-size: 0.46rem 4.2rem;
        }

        .top_nav li a {
            display: block;
            padding-top: 0.16rem;
        }

            .top_nav li a em.b_one {
                background-position: 0 -0.54rem;
            }

            .top_nav li a em.b_two {
                background-position: 0 -1.6rem;
            }

            .top_nav li a em.b_three {
                background-position: 0 -2.68rem;
            }

            .top_nav li a em.b_four {
                background-position: 0 -3.72rem;
            }

            .top_nav li a:active {
                color: #db384c;
            }

                .top_nav li a:active em.b_one {
                    background-position: 0 0;
                }

                .top_nav li a:active em.b_two {
                    background-position: 0 -1.08rem;
                }

                .top_nav li a:active em.b_three {
                    background-position: 0 -2.14rem;
                }

                .top_nav li a:active em.b_four {
                    background-position: 0 -3.2rem;
                }

.footer_box {
    padding-bottom: 2px;
    font-size: 0.28rem;
    background-color: #eee;
    height: 50px;
}

    .footer_box .vpage {
        padding: 0.3rem 0;
        text-align: center;
    }

        .footer_box .vpage a {
            margin: 0 0.2rem;
            color: #333333;
        }

            .footer_box .vpage a.cur {
                color: #ef7561;
            }

    .footer_box .copyright {
        margin-bottom: 0.08rem;
        color: #333333;
        font-size: 0.24rem;
        text-align: center;
    }

.foot_nav {
    width: 100%;
    font-size: 0.48rem;
    position: relative;
    border-bottom: #d5d5d5 solid 1px;
    padding-top: 0.1rem;
}
    .foot_nav ul {
        height: 6rem;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        overflow: hidden;
        margin-top: 0.1px;
    }
    .foot_nav li {
        float: left;
        width: 25%;
        text-align: center;
    }

    .foot_nav a {
        display: block;
        padding-top: 0.06rem;
    }
    .foot_nav em {
        position: relative;
        display: inline-block;
        width: 0.46rem;
        height: 0.5rem;
        background: url('/feiniu_files/topnav_icon.png') no-repeat;
        -webkit-background-size: 0.46rem auto;
        background-size: 0.46rem auto;
    }

    .foot_nav .cartnum {
        position: absolute;
        width: 0.4rem;
        height: 0.4rem;
        background-color: #db384c;
        color: #fff;
        font-size: 0.24rem;
        right: 30%;
        top: -0.0rem;
        text-align: center;
        line-height: 0.4rem;
        -webkit-border-radius: 0.4rem;
        border-radius: 0.4rem;
    }

    .foot_nav a:active {
        color: #db384c;
    }

        .foot_nav a:active em.b_1 {
            background-position: 0 -0.54rem;
        }

        .foot_nav a:active em.b_2 {
            background-position: 0 -1.6rem;
        }

        .foot_nav a:active em.b_3 {
            background-position: 0 -2.68rem;
        }

        .foot_nav a:active em.b_4 {
            background-position: 0 -3.72rem;
        }

    .foot_nav a em.b_1 {
        background-position: 0 0;
    }

    .foot_nav a em.b_2 {
        background-position: 0 -1.08rem;
    }

    .foot_nav a em.b_3 {
        background-position: 0 -2.14rem;
    }

    .foot_nav a em.b_4 {
        background-position: 0 -3.2rem;
    }

.fri {
    position: absolute;
    right: 0;
    top: 0;
    width: 0.54rem;
    height: 1.12rem;
    background: url('/feiniu_files/fri.png') 0 center no-repeat;
}

.bnav_h {
    width: 1.06rem;
    height: 1.12rem;
    position: fixed;
    z-index: 8;
    left: 0;
    bottom: 0;
    background: url('/feiniu_files/fniu.png') no-repeat;
    -webkit-background-size: 1.06rem 1.12rem;
    background-size: 1.06rem 1.12rem;
}

    .bnav_h em {
        position: absolute;
        right: 0;
        top: -0.1rem;
        width: 0.4rem;
        height: 0.4rem;
        background-color: #db384c;
        color: #fff;
        font-size: 0.24rem;
        text-align: center;
        line-height: 0.4rem;
        -webkit-border-radius: 0.4rem;
        border-radius: 0.4rem;
    }

.popbg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    min-width: 320px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 10%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.popbox {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    line-height: 0.48rem;
    text-align: center;
    background-color: #fff;
    -webkit-border-radius: 0.1rem;
    border-radius: 0.1rem;
}

.poptxt {
    padding: 0.6rem 0.2rem;
    font-size: 0.32rem;
}

.popbtnbox {
    margin: -0.2rem 0 0 0;
    border-top: #d5d5d5 solid 1px;
    display: table;
    width: 100%;
}

    .popbtnbox p {
        display: table-cell;
        line-height: 0.88rem;
        color: #007aff;
        font-size: 0.32rem;
    }

        .popbtnbox p:nth-child(2) {
            border-left: #d5d5d5 solid 1px;
        }

.tmbg {
    background: rgba(0, 0, 0, 0);
}

    .tmbg .popbox {
        background: rgba(0, 0, 0, 0.8);
    }

    .tmbg .poptxt {
        color: #fff;
    }

.tmbg2 {
    background: rgba(0, 0, 0, 0);
}

    .tmbg2 .popbox {
        background: #fff;
    }

    .tmbg2 .poptxt {
        color: #333;
    }

.popalert {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
}

    .popalert .alert_box {
        width: 4rem;
        padding: 0.4rem 0.3rem;
        margin: 20% auto 0;
        font-size: 0.28rem;
        text-align: center;
        -webkit-border-radius: 0.1rem;
        border-radius: 0.1rem;
        background: rgba(0, 0, 0, 0.8);
    }

    .popalert .alertnr {
        color: #fff;
    }

.loading_btm {
    text-align: center;
    padding: 10px 0;
    font-size: 0.32rem;
}

    .loading_btm b, .loading_btm i, .loading_btm em {
        vertical-align: middle;
    }

    .loading_btm em {
        margin-right: 0.1rem;
        display: inline-block;
        height: 0.44rem;
        width: 0.44rem;
        overflow: hidden;
        background: url('/feiniu_files/loading.gif') no-repeat;
        -webkit-background-size: 0.44rem 0.44rem;
        background-size: 0.44rem 0.44rem;
    }

    .loading_btm b {
        margin-right: 0.1rem;
        display: inline-block;
        height: 0.44rem;
        width: 0.44rem;
        overflow: hidden;
        background: url('/feiniu_files/loading_txt.png') no-repeat;
        -webkit-background-size: 0.44rem 0.44rem;
        background-size: 0.44rem 0.44rem;
    }

        .loading_btm b:before {
            display: block;
            height: 100%;
            width: 100%;
            vertical-align: middle;
            content: "";
            background: url('/feiniu_files/loading.png') no-repeat;
            -webkit-background-size: 0.44rem 0.44rem;
            background-size: 0.44rem 0.44rem;
            -webkit-animation: loading_rotate 0.8s linear infinite;
            animation: loading_rotate 0.8s linear infinite;
        }

.loading_pop {
    position: fixed;
    top: 0.88rem;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .loading_pop em {
        display: block;
        height: 0.88rem;
        width: 0.88rem;
        overflow: hidden;
        background: url('/feiniu_files/loadingJSbg.png') no-repeat;
        -webkit-background-size: 16.20rem 0.88rem;
        background-size: 16.20rem 0.88rem;
    }

        .loading_pop em:before {
            display: block;
            height: 100%;
            width: 100%;
            content: "";
            background: url('/feiniu_files/loading_txt.png') no-repeat;
            -webkit-background-size: 0.88rem 0.88rem;
            background-size: 0.88rem 0.88rem;
        }

    .loading_pop b {
        margin-right: 0.1rem;
        display: block;
        height: 0.88rem;
        width: 0.88rem;
        overflow: hidden;
        background: url('/feiniu_files/loading_txt.png') no-repeat;
        -webkit-background-size: 0.88rem 0.88rem;
        background-size: 0.88rem 0.88rem;
    }

        .loading_pop b:before {
            display: block;
            height: 100%;
            width: 100%;
            vertical-align: middle;
            content: "";
            background: url('/feiniu_files/loading.png') no-repeat;
            -webkit-background-size: 0.88rem 0.88rem;
            background-size: 0.88rem 0.88rem;
            -webkit-animation: loading_rotate 0.8s linear infinite;
            animation: loading_rotate 0.8s linear infinite;
        }

    .loading_pop.all {
        top: 0;
    }

@-webkit-keyframes loading_rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loading_rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.outbox {
    width: 100%;
    min-width: 320px;
    max-width: 480px;
    margin: 0 auto;
}

.bgeee {
    background-color: #eee;
}

.bgfff {
    background-color: #fff;
}

.bgf8 {
    background-color: #f8f8f8;
}

.bgf22 {
    background-color: #f22e00;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.hide_it {
    display: none !important;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.wbd {
    width: 100%;
}

.bor0 {
    border: 0;
}

.fs1 {
    font-size: 0.36rem;
}

.fs2 {
    font-size: 0.32rem;
}

.fs3 {
    font-size: 0.28rem;
}

.fs4 {
    font-size: 0.24rem;
}

.fs5 {
    font-size: 0.2rem;
}

.f22 {
    font-size: 0.22rem;
}

.f24 {
    font-size: 0.24rem;
}

.f26 {
    font-size: 0.26rem;
}

.f32 {
    font-size: 0.32rem;
}

.mc1 {
    color: #333333;
}

.mc2 {
    color: #666666;
}

.mc3 {
    color: #888888;
}

.mc4 {
    color: #db384c;
}

.mc5 {
    color: #d5d5d5;
}

.white {
    color: #fff;
}

.c3c {
    color: #3c3c3c;
}

.c6c {
    color: #6c6c6c;
}

.c9c {
    color: #9c9c9c;
}

.cf22 {
    color: #f22e00;
}

.pos_f {
    position: fixed;
}

.pos_r {
    position: relative;
}

.pos_a {
    position: absolute;
}

.z1 {
    z-index: 1;
}

.z10 {
    z-index: 10;
}

.z100 {
    z-index: 100;
}

.hr1 {
    border-top: 1px solid #d5d5d5;
    background: #eeeeee;
    border-bottom: 1px solid #d5d5d5;
    height: 0.2rem;
}

.hr2 {
    border-top: 1px solid #d5d5d5;
}

.main_content {
    min-height: 85%;
}

.blank {
    margin-top: 2rem;
    padding-bottom: 0.2rem;
}

    .blank .blank_img {
        width: 100%;
        margin-top: 1rem;
    }

    .blank .blank_txt {
        margin: 0.6rem 0;
        text-align: center;
        color: #6c6c6c;
        font-size: 0.36rem;
        line-height: 0.48rem;
    }

    .blank .blank_btn {
        display: block;
        background-color: #db384c;
        color: #fff;
        line-height: 0.8rem;
        font-size: 0.42rem;
        text-align: center;
        -webkit-border-radius: 0.06rem;
        border-radius: 0.06rem;
        margin: 0.3rem 0.2rem;
    }

@media screen and (max-width: 480px) {
    html {
        font-size: 50px;
    }
}
