﻿@charset "utf-8";

.mbox {
    width: 100%;
    margin: 0 auto;
    font-size: 0.32rem;
    background-color: #fff;
}

.search_top_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 0.7rem;
    border: #d5d5d5 solid 1px;
    background: #fff;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width:100%;
}

    .search_top_box .iconfont {
        display: block;
        width: 0.74rem;
        color: #888888;
        font-size: 0.4rem;
        text-align: center;
        border: 0;
        background: transparent;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .search_top_box input {
        display: block;
        padding-right: 0.1rem;
        font-size: 0.38rem;
        border: 0;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

.ind_top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 1.1rem;
    width: 100%;
    background-color: #f8f8f8;
}

    .ind_top .ind_logo {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 1.6rem;
        -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;
    }

        .ind_top .ind_logo img {
            width: 1.2rem;
            height: 0.58rem;
        }

    .ind_top .search_top {
        padding-top: 0.1rem;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width:65%;
    }

    .ind_top .ind_city {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-left: 0.5rem;
        background: url('/feiniu_files/city_bg.png') 0.8rem center no-repeat;
        -webkit-background-size: 0.2rem 0.36rem;
        background-size: 0.4rem 0.72rem;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: 25%;
    }

        .ind_top .ind_city a {
            display: block;
            padding-right: 0.3rem;
        }

.swipe {
    position: relative;
    overflow: hidden;
    min-height: 2rem;
}

.swipe-wrap {
    position: relative;
    overflow: hidden;
}

    .swipe-wrap > div {
        position: relative;
        float: left;
        width: 100%;
    }

#pager {
    position: absolute;
    bottom: 0.2rem;
    width: 100%;
    text-align: center;
}

    #pager em {
        display: inline-block;
        overflow: hidden;
        width: 0.14rem;
        height: 0.14rem;
        margin-left: 0.06rem;
        -webkit-border-radius: 0.14rem;
        border-radius: 0.14rem;
        background-color: rgba(255, 255, 255, 0.4);
    }

        #pager em.on {
            background-color: #fff;
        }

.notice {
    line-height: 0.4rem;
    margin: 0 0.2rem 0.2rem 0.2rem;
    padding: 0.1rem 0.2rem 0.1rem 0.6rem;
    color: #333;
    border: #ccc solid 1px;
    background: #fcfae3 url('../../img/v2/index/noticebg.png') 0.2rem 0.21rem no-repeat;
    -webkit-background-size: 0.24rem 0.2rem;
    background-size: 0.24rem 0.2rem;
}

.search_btm {
    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;
    background-color: #d1d1d1;
}

    .search_btm > * {
        display: block;
    }

.backtop {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    font-size: 0.24rem;
    display: block;
    width: 0.88rem;
    height: 0.32rem;
    padding-top: 0.56rem;
    text-align: center;
    color: #fff;
    background: #b0b0b0 url('/wap/feiniu_files/backtop_bg.png') center 0.14rem no-repeat;
    -webkit-background-size: 0.38rem 0.38rem;
    background-size: 0.38rem 0.38rem;
}

    .backtop:visited {
        color: #fff;
    }

.search_btm_box {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 0.6rem;
    margin-left: 0.14rem;
    margin-right: 6%;
    -webkit-border-radius: 0.6rem;
    border-radius: 0.6rem;
    background: #ffffff url('/wap/feiniu_files/magni_bg.png') right 0.12rem no-repeat;
    -webkit-background-size: 0.78rem 1.56rem;
    background-size: 0.78rem 1.56rem;
}

    .search_btm_box input {
        font-size: 0.28rem;
        width: 80%;
        height: 100%;
        margin-left: 0.3rem;
        border: 0;
    }

.ind_city_list li {
    line-height: 0.9rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 0.9rem;
    margin: 0 0 0 0.2rem;
    padding: 0 0.2rem;
    border-bottom: #c7c7cc solid 1px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .ind_city_list li a {
        display: block;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .ind_city_list li i {
        display: none;
        color: #db384c;
    }

    .ind_city_list li.cur i {
        display: block;
    }

.pop_appdown {
    position: fixed;
    z-index: 99;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1.1rem;
    background-color: rgba(0, 0, 0, 0.8);
}

    .pop_appdown .mbox {
        min-width: 0;
        height: 1.1rem;
        display: table;
        background: none;
    }

        .pop_appdown .mbox p {
            display: table-cell;
        }

            .pop_appdown .mbox p:not(:last-child) {
                vertical-align: middle;
            }

.appdown_logo {
    width: 0.9rem;
    padding: 0.1rem 0 0.1rem 0.2rem;
}

    .appdown_logo img {
        width: 100%;
        min-width: 0.35rem;
    }

.appdown_dsc {
    padding-left: 0.2rem;
    line-height: 0.36rem;
    font-weight: bold;
    color: #fff;
}

    .appdown_dsc img {
        width: 100%;
        max-height: 0.77rem;
        max-width: 5.48rem;
        min-width: 2.5rem;
    }

.appdown_close {
    width: 0.6rem;
    overflow: hidden;
}

    .appdown_close a {
        position: relative;
        display: block;
        margin: -0.6rem -0.6rem 0 0;
        width: 1.2rem;
        height: 1.2rem;
        background: #000;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }

        .appdown_close a i {
            position: absolute;
            bottom: 0.15rem;
            left: 0.15rem;
            font-size: 0.4rem;
            color: #fff;
        }

.appdown_btn {
    line-height: 0.7rem;
    float: left;
    width: 1.6rem;
    margin-right: 0.3rem;
    text-align: center;
    color: #eb1c24;
    font-weight: bold;
    font-size: 0.36rem;
}

.iosdesk {
    font-size: 0.28rem;
    line-height: 0.42rem;
    position: fixed;
    z-index: 999;
    right: 9%;
    bottom: 0.24rem;
    left: 9%;
    border: #9c9c9c solid 1px;
    -webkit-border-radius: 0.1rem;
    border-radius: 0.1rem;
    background: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#cfcfcf), to(#ffffff));
    background-image: -webkit-linear-gradient(bottom, #cfcfcf, #ffffff);
    background-image: linear-gradient(to top, #cfcfcf, #ffffff);
    -webkit-box-shadow: 0 -1px 6px 0 #b6b6b6 inset;
    box-shadow: 0 -1px 6px 0 #b6b6b6 inset;
}

    .iosdesk .iosdesk_icon {
        background: url('/wap/feiniu_files/ios_icon.png') 0 -0.3rem no-repeat;
        -webkit-background-size: 0.22rem 0.6rem;
        background-size: 0.22rem 0.6rem;
    }

    .iosdesk i {
        display: inline-block;
        width: 0.22rem;
        height: 0.3rem;
    }

    .iosdesk .ioscolse {
        position: absolute;
        top: 0.15rem;
        right: 0.15rem;
        display: inline-block;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-color: rgba(0, 0, 0, 0.2);
    }

    .iosdesk .ioscolse_icon {
        display: block;
        width: 0.22rem;
        height: 0.22rem;
        margin: 0.1rem;
        background-position: 0 0;
    }

    .iosdesk .sanj {
        display: block;
        width: 0.42rem;
        height: 0.32rem;
        margin: 0 auto;
        margin-bottom: -0.26rem;
        background: url('/wap/feiniu_files/iost_bg.png') no-repeat;
        -webkit-background-size: contain;
        background-size: contain;
    }

.iosdesk_txt {
    margin: .3rem .6rem;
}

.ind_box {
    background-color: #fff;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 0.2rem;
}

.main_menu_img {
    margin-bottom: 0.2rem;
    border-bottom: 1px solid #d5d5d5;
    background-color: #fff;
    padding: 0.1rem 0;
}

    .main_menu_img li {
        float: left;
        width: 25%;
        text-align: center;
    }

        .main_menu_img li a {
            display: block;
            padding: 0.1rem 0;
        }

            .main_menu_img li a:active {
                background: #e5e5e5;
                opacity: 0.9;
            }

    .main_menu_img img {
        display: inline-block;
        -webkit-transform: rotateX(90deg);
        transform: rotateX(90deg);
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        width: 0.8rem;
        height: 0.8rem;
    }

.m_img_0 {
    -webkit-animation: spin2 800ms ease-out 0s;
    animation: spin2 800ms ease-out 0s;
}

.m_img_1 {
    -webkit-animation: spin2 800ms ease-out 0.2s;
    animation: spin2 800ms ease-out 0.2s;
}

.m_img_2 {
    -webkit-animation: spin2 800ms ease-out 0.4s;
    animation: spin2 800ms ease-out 0.4s;
}

.m_img_3 {
    -webkit-animation: spin2 800ms ease-out 0.6s;
    animation: spin2 800ms ease-out 0.6s;
}

.m_img_4 {
    -webkit-animation: spin2 800ms ease-out 0.8s;
    animation: spin2 800ms ease-out 0.8s;
}

.m_img_5 {
    -webkit-animation: spin2 800ms ease-out 1s;
    animation: spin2 800ms ease-out 1s;
}

.m_img_6 {
    -webkit-animation: spin2 800ms ease-out 1.2s;
    animation: spin2 800ms ease-out 1.2s;
}

.m_img_7 {
    -webkit-animation: spin2 800ms ease-out 1.4s;
    animation: spin2 800ms ease-out 1.4s;
}

.m_img_8 {
    -webkit-animation: spin2 800ms ease-out 1.6s;
    animation: spin2 800ms ease-out 1.6s;
}

.m_img_9 {
    -webkit-animation: spin2 800ms ease-out 1.8s;
    animation: spin2 800ms ease-out 1.8s;
}

.m_img_10 {
    -webkit-animation: spin2 800ms ease-out 2s;
    animation: spin2 800ms ease-out 2s;
}

@-webkit-keyframes spin2 {
    100% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
}

@keyframes spin2 {
    100% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
}

.ind_theme .it_title {
    color: #333333;
    margin-left: 0.24rem;
    font-size: 0.32rem;
    height: 0.62rem;
    line-height: 0.62rem;
    border-bottom: 1px solid #d5d5d5;
}

.ind_theme .it_list > a {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    min-height: 1.2rem;
    border-right: 1px solid #d5d5d5;
    border-top: 1px solid #d5d5d5;
}

    .ind_theme .it_list > a:nth-child(1), .ind_theme .it_list > a:nth-child(2) {
        border-top: none;
    }

    .ind_theme .it_list > a:nth-child(even) {
        border-right: none;
    }

    .ind_theme .it_list > a img {
        width: 100%;
    }

.ind_ad {
    border: none;
}

    .ind_ad img {
        width: 100%;
    }

.ind_2_1, .ind_1_2 {
    min-height: 2.8rem;
}

    .ind_2_1 > a, .ind_1_2 > a {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 50%;
    }

        .ind_2_1 > a img, .ind_1_2 > a img {
            width: 100%;
        }

    .ind_1_2 .ind_adc_01 {
        float: left;
        border-right: 1px solid #d5d5d5;
        min-height: 2.8rem;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-bottom: 1px;
    }

    .ind_1_2 .ind_adc_02 {
        float: right;
        border-bottom: 1px solid #d5d5d5;
        min-height: 1.4rem;
    }

    .ind_1_2 .ind_adc_03 {
        float: right;
        min-height: 1.4rem;
    }

    .ind_2_1 .ind_adc_01 {
        float: left;
        min-height: 1.4rem;
        border-bottom: 1px solid #d5d5d5;
    }

    .ind_2_1 .ind_adc_02 {
        float: left;
        min-height: 1.4rem;
    }

    .ind_2_1 .ind_adc_03 {
        float: right;
        border-left: 1px solid #d5d5d5;
        min-height: 2.8rem;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-bottom: 1px;
    }


.recommend .rd_tilte {
    text-align: center;
    position: relative;
    line-height: 0.9rem;
    margin-top: -0.2rem;
}

    .recommend .rd_tilte h3 {
        display: inline-block;
        padding: 0 0.24rem;
        position: relative;
        z-index: 1;
        background: #eeeeee;
        font-weight: 100;
        font-size: 0.28rem;
    }

    .recommend .rd_tilte:after {
        content: "";
        display: block;
        border-top: 1px solid #d5d5d5;
        margin: 0 0.24rem;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
        top: -0.45rem;
    }

.recommend .rd_ul:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
}

.recommend .rd_ul > li {
    float: left;
    width: 48%;
    background: #fff;
    padding-bottom: 0.18rem;
    margin: 0 1% 0.18rem;
}

    .recommend .rd_ul > li:nth-child(even) {
        float: right;
        margin-left: 0;
    }

.recommend .rd_ul .rl_img {
    width: 100%;
    padding-top: 100%;
    position: relative;
}

    .recommend .rd_ul .rl_img img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

.recommend .rd_ul .rl_adc .rc_name {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #333333;
    line-height: 0.35rem;
    font-size: 0.28rem;
    height: 0.7rem;
    padding: 0 0.18rem;
}

.recommend .rd_ul .rl_adc .rc_price {
    color: #666666;
    padding: 0 0.18rem;
    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;
}

    .recommend .rd_ul .rl_adc .rc_price p {
        font-size: 0.36rem;
        color: #db384c;
        margin-right: 0.2rem;
    }

        .recommend .rd_ul .rl_adc .rc_price p span {
            font-size: 0.28rem;
        }

    .recommend .rd_ul .rl_adc .rc_price del {
        font-size: 0.28rem;
    }

.recommend .rd_bottom {
    font-size: 0.24rem;
    text-align: center;
    color: #888888;
    padding: 0.25rem 0.24rem 0.43rem;
}

.ms_bk_ty01 {
    width: 100%;
}

    .ms_bk_ty01 * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .ms_bk_ty01 .ms_title {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0.1rem 0;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .ms_bk_ty01 .ms_title h3 {
            width: 2.2rem;
            height: 0.6rem;
            margin-right: 0.1rem;
            margin-left: -1px;
            color: #fff;
            font-size: 0.32rem;
            font-weight: 100;
            line-height: 0.55rem;
            text-indent: 0.6rem;
            background: url('/wap/feiniu_files/clock.png') no-repeat;
            -webkit-background-size: auto 100%;
            background-size: auto 100%;
        }

    .ms_bk_ty01 .ms_adc {
        margin-top: 0.2rem;
    }

ul.ms_ul_ty01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

    ul.ms_ul_ty01 li {
        margin: 0 1% 0.2rem;
        text-align: center;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    ul.ms_ul_ty01 .ms_li_img {
        width: 1.8rem;
        height: 1.8rem;
        margin: 0 auto;
        padding: 0.05rem;
        border: 1px solid #f5f5f5;
    }

        ul.ms_ul_ty01 .ms_li_img img {
            width: 100%;
            height: 100%;
        }

    ul.ms_ul_ty01 .ms_li_p01 {
        font-size: 0.28rem;
        font-weight: bold;
        line-height: 0.4rem;
        height: 0.4rem;
        margin: 0.15rem 0 0.08rem;
        color: #333333;
    }

        ul.ms_ul_ty01 .ms_li_p01 > span {
            font-size: 0.38rem;
        }

    ul.ms_ul_ty01 .ms_li_p02 {
        font-size: 0.24rem;
        line-height: 0.32rem;
        display: inline-block;
        height: 0.32rem;
        padding: 0 0.08rem;
        color: #db384c;
        -webkit-border-radius: 0.03rem;
        border-radius: 0.03rem;
        background: #ffebea;
    }

.ms_time {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

    .ms_time > * {
        display: block;
        line-height: 0.4rem;
    }

    .ms_time b {
        color: #888888;
        font-weight: 100;
    }

    .ms_time span {
        position: relative;
        height: 0.4rem;
        margin: 0 0.1rem 0;
        padding: 0 0.04rem;
        color: #fff;
        font-family: Tahoma;
        font-size: 0.28rem;
        line-height: 0.4rem;
        text-align: center;
        -webkit-border-radius: 0.08rem;
        border-radius: 0.08rem;
        background: #000;
    }

        .ms_time span:after {
            position: absolute;
            top: 0;
            right: -0.17rem;
            margin-left: 0.03rem;
            color: #000;
            font-size: 0.4rem;
            line-height: 0.34rem;
            content: ':';
        }

        .ms_time span:last-child:after {
            content: none;
        }
