﻿@charset "utf-8";

@font-face {
    font-family: 'icomoon';
    src: url(../font/icomoon.eot?v=1.0.0) format('embedded-opentype'), url(../font/icomoon.ttf?v=1.0.0) format('truetype'), url(../font/icomoon.woff?v=1.0.0) format('woff'), url(../font/icomoon.svg?v=1.0.0) format('svg');
    font-weight: normal;
    font-style: normal;
}
/* CSS Document */
* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    color: #333;
    font-size: 100%;
    font-family: Arial,Verdana,Sans-serif; /*Helvetica,"STHeiti STXihei","Microsoft JhengHei","Microsoft YaHei",Tohoma,Arial;*/
    background: #f5f5f5;
    /*overflow: hidden;*/
}

ul, li {
    list-style: none;
}

a {
    color: #000;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

img {
    border: 0;
    vertical-align: top;
}

button:focus {
    outline: none;
}

.cl {
    clear: both;
}
/* 清理浮动 */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    zoom: 1;
}
/*body{padding-top: 44px;}*/
.header {
    width: 100%;
    min-width: 320px;
    height: 44px;
    position: fixed;
    background: #2c5daa;
    top: 0;
    z-index: 9999;
    font-size: 1.25em;
}

.header_back {
    line-height: 44px;
    float: left;
    font-size: 0.857em;
    color: white;
    display: block;
}

.header_left {
    float: left;
    width: 24px;
    height: 24px;
    margin: 10px 0 0 10px;
    display: block;
    color: #fff;
    cursor: pointer;
}

.header_right {
    float: right;
    color: #fff;
    margin-right: 10px;
    border: 1px solid #fff;
    margin-top: 12px;
    cursor: pointer;
    font-style: inherit;
    padding: 0 5px;
    font-size: 0.75em;
}

.header_bj {
    float: right;
    width: 24px;
    height: 24px;
    margin: 10px 10px 0 0;
    display: block;
    color: #fff;
    cursor: pointer;
    line-height: 44px;
}

.header_title {
    width: 120px;
    position: absolute;
    left: 50%;
    margin-left: -60px;
    text-align: center;
    line-height: 44px;
    font-size: 1.25em;
    color: #fff;
}

.menu_nav {
    width: 100%;
    position: fixed;
    z-index: 999;
    min-width: 320px;
    height: 36px;
    /*border-bottom: 1px solid #d9d9d9;*/
    /*background: rgba(71, 122, 243,.95);*/
    background: rgba(245,245,245,0.85); /*rgba(115, 118, 123, 0.85);}*/
    overflow: hidden;
}

    .menu_nav li a {
        float: left;
        width: 16.66%;
        line-height: 34px;
        text-align: center;
        font-size: .85em;
        display: inline-block;
        color: #666;
    }

    .menu_nav li .active {
        color: #1296db;
        border-bottom: 2px solid #1296db;
    }

    .menu_nav .active a {
        color: #1296db;
    }

    .menu_nav li .xiala {
        width: 20px;
        height: 20px;
        float: right;
        margin-left: 2%;
        margin-top: 8px;
        margin-right: 10%;
        background: url(../images/xiala.png);
        background-size: 20px 20px;
    }

    .menu_nav li .xialas {
        margin-right: 18%;
    }

.menu_top {
    width: 100%;
    position: fixed;
    z-index: 99;
    min-width: 320px;
    height: auto;
    background: #f5f5f5;
    margin-top: 35px;
}

    .menu_top ul {
        float: left;
        width: 33.33%;
        display: block;
        height: 1px;
        line-height: 36px;
        text-align: right;
        font-size: 0.875em;
    }

        .menu_top ul li {
            width: 90%;
            margin: 0 auto;
            display: none;
            border-bottom: 1px solid #d9d9d9;
        }

            .menu_top ul li a {
                line-height: 36px;
                text-align: center;
                font-size: 1em;
                border-left: 1px solid #d9d9d9;
                color: #000;
                border-right: 1px solid #d9d9d9;
                background: white;
                display: block;
            }

.banner {
    width: 100%;
    min-width: 320px;
    position: relative;
    font-size: 14px;
}

.section img {
    width: 100%;
}

.shop_section .shop_section_top {
    line-height: 40px;
    height: 40px;
    margin: 4px 0;
    text-align: center;
    background: #fff;
}

    .shop_section .shop_section_top a {
        font-size: .85em;
        width: 100%;
        display: inline-block;
        color: #333;
        background: url(../images/rightArrow.png) 98% no-repeat;
        background-size: 20px 20px;
    }

.shop_section_recommend {
    line-height: 40px;
    height: 40px;
    margin: 0 auto;
    text-align: center;
}

    .shop_section_recommend h3 {
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        background-image: -webkit-gradient(linear,left top,left bottom,from(#ddd),to(#ddd));
        background-image: -webkit-linear-gradient(180deg.#ddd,#ddd);
        background-image: linear-gradient(180deg.#ddd,#ddd);
        background-size: 100% 1px;
        background-repeat: no-repeat;
        background-position: 50%;
        font-weight: normal;
    }

    .shop_section_recommend span {
        padding: 5px;
        background: #f5f5f5;
    }

.shop_section .shop_section_main {
    width: 100%;
}

    .shop_section .shop_section_main ul {
        /*display: -webkit-box;*/
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 auto;
    }

        .shop_section .shop_section_main ul li {
            width: 49.5%;
            background: #fff;
            margin: 0.25%;
            /*border: 1px solid #d9d9d9;*/
            -webkit-box-flex: 1;
            -moz-box-flex: 1;
            box-flex: 1;
        }

.shop_section .shop_information {
    padding: 10px 5px;
    /*border-top: 1px solid #d9d9d9;*/
}

    .shop_section .shop_information h3 {
        font-size: 1em;
        text-align: justify; /*firefox*/
        text-justify: inter-ideograph; /*ie*/
        -ms-text-justify: inter-ideograph;
        overflow: hidden;
        height: 35px;
    }

    .shop_section .shop_information p {
        font-size: 0.85em;
        text-align: justify; /*firefox*/
        text-justify: inter-ideograph; /*ie*/
        -ms-text-justify: inter-ideograph;
        overflow: hidden;
        line-height: 1.5;
        height: 3em;
    }

    .shop_section .shop_information strong {
        font-size: 0.875em;
        width: 100%;
        display: block;
    }

    .shop_section .shop_information .shop_jg {
        margin-top: 5px;
    }

    .shop_section .shop_information .shop_price {
        font-size: 1em;
        font-style: normal;
        color: #FE4900;
    }

    .shop_section .shop_information .shop_originalCost {
        font-size: 0.75em;
        margin: 5px;
        color: #969696;
    }

    .shop_section .shop_information .Promotional {
        background-color: #f9903b;
        font-size: 0.875em;
        text-align: center;
        display: block;
        color: white;
        border-radius: 3px;
        color: #fff;
        padding: 0px 5px;
        font-weight: bold;
        float: right;
        margin-top: 3px;
    }

.main_visual {
    /*border-top: 1px solid #d7d7d7;*/
    overflow: hidden;
    position: relative;
    height: 150px;
    background: white;
    border-bottom: 1px solid #f6f6f6;
    padding-top: 35px;
}

.main_image {
    overflow: hidden;
    position: relative;
    height: 150px;
}

    .main_image ul {
        width: 9999px;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
    }

    .main_image li {
        float: left;
        width: 100%;
    }

        .main_image li .img_1 {
            background: url('../images/img_main_1.jpg') center top no-repeat;
        }

        .main_image li .img_2 {
            background: url('../images/img_main_2.jpg') center top no-repeat;
        }

        .main_image li .img_3 {
            background: url('../images/img_main_3.jpg') center top no-repeat;
        }

        .main_image li .img_4 {
            background: url('../images/img_main_4.jpg') center top no-repeat;
        }

        .main_image li .img_5 {
            background: url('../images/img_main_5.jpg') center top no-repeat;
        }

div.flicking_con {
    position: absolute;
    bottom: 10px;
    right: 10px;
    bottom: 3px;
    z-index: 99;
}

    div.flicking_con a {
        float: left;
        width: 15px;
        height: 15px;
        margin: 0;
        padding: 0;
        background: url('../images/btn_main_img.png') 0 0 no-repeat;
        display: block;
        text-indent: -1000px;
    }

        div.flicking_con a.on {
            background-position: 0 -15px;
        }
/********更多商品********/
.content_xqlft .shop_price {
    font-style: normal;
    color: #FE4900;
    font-size: 1.14em;
}

.content_xqlft .shop_originalCost {
    font-size: 0.9em;
    margin: 5px;
    color: #969696;
}
/****商品详情****/
.shopIntro {
    padding: 5px 10px;
    /*margin: 0 10px;*/
    background: white;
}

    .shopIntro h3 {
        font-size: 0.85em;
        color: #000;
        font-weight: normal;
    }

    .shopIntro .shop_price {
        font-size: 1em;
        font-style: normal;
        color: #FE4900;
        font-weight: normal;
    }

    .shopIntro .shop_originalCost {
        font-size: 0.875em;
        margin: 10px;
        color: #969696;
    }

.shopxsth {
    background: white;
    /*width: 100%;*/
    /*min-width: 320px;*/
    /*border: 1px solid #d9d9d9;*/
    font-size: 0.75em;
    /*border-left: none;
    border-right: none;*/
    line-height: 20px;
    padding: 2px 10px;
    color: #B4B4B4;
    /*margin: 0 10px;*/
}

    .shopxsth .bqian {
        border-radius: 3px;
        padding: 0px 5px;
        background-color: #f9903b;
        color: white;
        text-align: center;
        display: block;
        float: left;
    }

.shop_show {
    /*margin: 0 10px;*/
    display: block;
    margin-bottom: 50px;
}

.shop_show_hd ul {
    width: 100%;
    display: block;
}

.shop_show_hd {
    margin-top: 5px;
    background: white;
}

    .shop_show_hd ul li {
        font-weight: bold;
        font-size: 1em;
        float: left;
        width: 50%;
        height: 35px;
        line-height: 35px;
        text-align: center;
        color: #999;
    }

        .shop_show_hd ul li.on {
            border-bottom: 2px solid #f04f47;
            color: #666;
            font-size: 15px;
        }

.shop_show_parameter_01 {
    margin: 0 5px;
    padding: 5px 0;
}

.shop_show_list p {
    width: 50%;
    float: left;
    line-height: 22px;
}

    .shop_show_list p strong {
        font-size: 0.875em;
    }

    .shop_show_list p span {
        font-size: 0.75em;
    }

.shop_show_parameter_02 {
    margin: 0 5px;
}

.shop_show_hd {
    padding-bottom: 5px;
}

.shop_show_bd {
    background: white;
    padding: 0 5px;
}

.yhxx {
    overflow: hidden;
}

    .yhxx li {
        border-bottom: 1px solid #ccc;
        padding: 10px;
    }

#yhxx_hp {
    margin-left: 15%;
    border-top: 1px dashed #ccc;
    margin-top: 5px;
    padding-top: 5px;
}

.yhxx .yhtx {
    width: 15%;
    float: left;
    border-radius: 100%;
    text-align: center;
    display: block;
    overflow: hidden;
}

.yhxx .yhpl {
    width: 83%;
    margin-left: 2%;
    float: left;
    margin-top: 10px;
    text-align: right;
}

    .yhxx .yhpl h3 {
        font-size: 1em;
        color: #000;
        text-align: left;
    }

.yhxx .col_2b {
    color: #2b61c0;
}

.yhxx .yhpl p {
    width: 100%;
    float: left;
    line-height: 22px;
    font-weight: bold;
    font-size: 0.875em;
    margin-top: 5px;
    text-align: justify; /*firefox*/
    text-justify: inter-ideograph; /*ie*/
    -ms-text-justify: inter-ideograph;
}

.yhxx .yhpl .time {
    font-size: 0.75em;
    color: #666;
    font-weight: normal;
    text-align: right;
}

.yhxx .yhpl a {
    width: 20px;
    float: right;
    display: block;
}

.times {
    font-size: 0.75em;
    display: block;
    text-align: right;
}

#btnTest {
    cursor: pointer;
    border: 1px solid #ccc;
    margin: 10px auto;
    font-size: 0.875em;
    background: #f2f2f2;
    height: 34px;
    line-height: 34px;
    display: block;
    width: 70%;
    border-radius: 7px;
    text-align: center;
}

#btntxt {
    text-align: center;
    line-height: 22px;
    font-size: 0.875em;
}
/********* 我的订单 *********/
.content_list {
    background: #f5f5f5;
}

    .content_list > ul > li {
        border: 1px solid #d9d9d9;
        padding: 0 10px;
        overflow: hidden;
        margin-top: 10px;
        background-color: white;
    }

.content_list_xq {
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dbdbdb;
    position: relative;
    padding-left: 70px;
    padding-right: 60px;
    overflow: hidden;
}

#tiaozheng_01 {
    width: 120px;
    display: block;
    height: 28px;
    border: 1px solid #c5c8cf;
    text-align: left;
    float: right;
    overflow: hidden;
    margin: 10px 0;
    margin-right: 10px;
    padding-right: 0;
}

#tiaozheng_02 {
    font-size: 1em;
}

#tiaozheng_03 {
    text-align: left;
}

#tiaozheng_04 {
    padding-right: 0;
    margin-right: 5px;
}

#tiaozheng_05 {
    width: 98%;
    font-weight: normal;
}

#tiaozheng_06 {
    margin: 0;
}
/**612**/
.content_list_xqs {
    margin-top: 10px;
    padding-bottom: 10px;
    padding-left: 70px;
    position: relative;
}

.content_list .content_list_shopicon {
    width: 60px;
    height: 60px;
    overflow: hidden;
    display: block;
    float: left;
    position: absolute;
    left: 0px;
}

.content_list .content_xqlft {
    float: left;
    line-height: 20px;
    width: 100%;
}

.content_xqlft p {
    overflow: hidden;
    font-size: 0.875em;
}

.content_xqlft h3 {
    color: #000;
    font-size: 1em;
}

#content_h3 {
    color: #000;
    font-size: 1em;
    white-space: normal;
    font-weight: normal;
}

.shop_sl {
    float: right;
}

    .shop_sl input {
        width: 10px;
    }

#content_xt {
    float: right;
    line-height: 20px;
}

.content_slds {
    width: 120px;
    display: inline-block;
    height: 28px;
    border: 1px solid #c5c8cf;
    text-align: left;
    overflow: hidden;
    margin: 10px 0;
}

.preo, .next {
    height: 30px;
    display: block;
    width: 40px;
    float: left;
    text-align: center;
    line-height: 30px;
    font-size: 1.4em;
}

.sl {
    width: 38px;
    float: left;
    height: 30px;
    border: none;
    border-left: 1px solid #c5c8cf;
    border-right: 1px solid #c5c8cf;
    text-align: center;
    border-radius: 0;
    font-size: 1.2em;
}

.content_xqrht {
    position: absolute;
    right: 0;
    bottom: 5px;
    height: 100%;
    margin-top: 3px;
}

.content_list .content_xqrht p {
    text-align: right;
    font-size: 0.875em;
    line-height: 1.6;
}

.content_fkxx {
    line-height: 50px;
    height: 50px;
    text-align: right;
    font-size: 0.875em;
    font-weight: normal;
    border-bottom: 1px solid #dbdbdb;
}

    .content_fkxx textarea {
        height: 80px;
        line-height: 22px;
        width: 100%;
        padding-left: 4px;
        outline: none;
        resize: none;
        border-radius: 3px;
        border: 1px solid #dbdbdb;
    }

.content_ems {
    width: 100%;
    font-size: 0.875em;
    text-align: center;
}

.content_fkxx > .content_ems {
    font-size: inherit;
}

.content_pay {
    line-height: 35px;
    padding: 10px 0;
}

.content_pays {
    line-height: 45px;
    padding-right: 10px;
}

    .content_pays p {
        float: right;
    }

    .content_pays span {
        color: red;
    }

.content_pay a {
    width: 72px;
    height: 22px;
    text-align: center;
    margin: 0 10px;
    line-height: 22px;
    border-radius: 3px;
    float: right;
    border: 1px solid #dbdbdb;
    display: block;
    color: #000;
    font-size: 0.875em;
}

.zhuangtai {
    color: rgb(255, 58, 0);
    font-weight: bold;
}

.zhuangtais {
    color: white;
}

    .zhuangtais .biaoqian {
        padding: 1px 4px;
        width: 27px;
        height: 14px;
        text-align: center;
        line-height: 27px;
        border-radius: 3px;
        font-weight: bold;
        background: orange;
    }

    .zhuangtais .hui {
        padding: 1px 4px;
        font-weight: bold;
        border-radius: 3px;
        background: red;
        margin: 3px;
    }
/***** newplace ******/
.place_main ul {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #fff;
}

    .place_main ul li {
        color: #000;
        position: relative;
        border: 0;
        margin: 0 10px;
        font-size: 1em;
        border-bottom: 1px solid #cccccc;
        line-height: 44px;
    }

        .place_main ul li p {
            position: absolute;
        }

.inps {
    width: 70%;
    line-height: 30px;
    height: 30px;
    margin-left: 80px;
    border: none;
    font-size: 0.875em;
}

.xz input {
    font-size: 1em;
}

#ss {
    width: 70%;
    height: 60px;
    line-height: 20px;
    margin-top: 15px;
    border: 0;
    margin-left: 80px;
    font-size: 0.875em;
}

.place_center {
    width: 90%;
    margin: 0 auto;
}

.place_btn {
    display: block;
    color: white;
    /*width: 42.5%;*/
    width: 50%;
    font-size: 1em;
    background: #f04f47;
    height: 50px;
    line-height: 50px;
    float: right;
    text-align: center;
}

.place_cell {
    box-shadow: 1px 0 rgba(0,0,0,.05);
    background: #fff; /*#f5f5f5;*/
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 15%;
    display: inline-block;
    float: right;
}

    .place_cell a {
        color: #999;
        text-align: center;
        display: block;
        background: url(../images//wangwang.png) no-repeat 50% 2px;
        background-size: 25px;
        height: 50px;
        line-height: 4.5;
    }

.place_buton {
    width: 100%;
    /*border-top: 1px solid #f6f6f6;*/
    position: fixed;
    bottom: 0;
    height: 50px;
    background: #fff;
    z-index: 1;
}
/*******manageplace******/
.manageplace {
    margin-bottom: 45px;
}

.h10 {
    margin-bottom: 10px;
}

.manageplace ul li {
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    border-left: none;
    border-right: none;
    margin-top: 10px;
    background: #fff;
    padding: 8px 0;
    padding: 10px;
}

    .manageplace ul li.true {
        border-top: 1px solid #1496e8;
        border-bottom: 1px solid #1496e8;
    }

.manageplace .manageplace_information {
    position: relative;
    height: 80px;
}

.manageplace_l {
    padding-right: 44px;
}

    .manageplace_l h3, .manageplace_ls h3, .manageplace_ls span {
        float: left;
        line-height: 24px;
        font-size: 1em;
        color: #000;
    }

    .manageplace_l strong, .manageplace_ls strong {
        float: right;
        line-height: 24px;
        font-size: 0.875em;
        font-weight: normal;
        color: #000;
    }

    .manageplace_l p, .manageplace_ls p {
        float: left;
        line-height: 22px;
        margin: 5px 0;
        font-size: 0.875em;
        width: 100%;
    }

.mainageplace_icon {
    width: 22px;
    height: 22px;
    padding: 10px;
    right: 0;
    position: absolute;
    top: 50%;
    margin-top: -21px;
}

.manageplace_b {
    height: 25px;
    border-top: 1px solid #ccc;
    line-height: 25px;
    padding: 3px 10px;
    color: #999;
    font-size: 0.75em;
}

    .manageplace_b.trues {
        border-top: 1px solid #1496e8;
    }

    .manageplace_b .default {
        float: left;
    }

    .manageplace_b .default_span {
        margin: 0 3px;
    }

    .manageplace_b .manageplace_btn a {
        float: right;
        margin: 2px 5px;
        width: 44px;
        height: 20px;
        text-align: center;
        line-height: 20px;
        display: block;
        border: 1px solid #999;
        border-radius: 2px;
    }
/************confirmindent************/
.manageplace_ls {
    padding-right: 34px;
    color: #000;
}

#no_address {
    text-align: center;
    line-height: 80px;
}

.fl {
    float: left;
}
/************新闻详情************/
.viewInApp {
    width: 100%;
    height: 70px;
    position: fixed;
    background: #515159;
    top: 0;
    z-index: 9999;
}

#top_download {
    width: 35px;
    height: 35px;
    margin-top: 18px;
    margin-left: 5%;
    display: block;
    float: left;
    margin-right: 5%;
}

.informetion {
    float: left;
    font-size: 0.875em;
    color: #fff;
    margin-top: 13px;
}

.openapp {
    width: 80px;
    height: 30px;
    margin-top: 20px;
    text-align: center;
    line-height: 30px;
    color: #515159;
    font-size: 1em;
    display: block;
    border-radius: 8px;
    background: #fff;
    float: right;
    margin-right: 5%;
}

.video {
    margin-top: 70px;
}

.section {
    margin: 5px 10px;
}

    .section .section_top {
        width: 100%;
        color: #000;
    }

    .section .xbt {
        margin: 5px 0;
        color: #333;
    }

        .section .xbt span {
            margin: 5px;
            font-size: 0.875em;
        }

.section_top {
    margin-top: 5px;
    overflow: hidden;
}

.section h3 {
    color: #000;
    margin-top: 5px;
    font-size: 1.2em;
}

.section .zhengwen p {
    font-size: 1em;
    text-align: justify; /*firefox*/
    text-justify: inter-ideograph; /*ie*/
    -ms-text-justify: inter-ideograph;
    line-height: 22px;
    color: #252525;
}

.section .zhengwen a {
    text-decoration: underline;
}

.xgxw {
    margin-top: 5px;
}

    .xgxw > h3 {
        padding-left: 10px;
        font-size: 0.875em;
        color: #333;
        background: rgba(204, 204, 204, 0.31);
        line-height: 22px;
    }
/*********新闻专题***********/
hgroup ul li {
    margin: 10px;
    overflow: hidden;
}

.part_linebetween {
    border-bottom: 1px solid #ccc;
}

hgroup ul li i, .hgroups ul li i {
    float: left;
    margin-right: 10px;
    width: 22%;
    display: block;
}

hgroup ul li div {
    float: right;
    width: 74%;
}

hgroup ul li .part_content h3 a {
    line-height: 22px;
    font-size: 0.875em;
    font-weight: bold;
}

hgroup ul li div span {
    float: right;
    display: block;
    border: 1px solid #b3b3b3;
    font-weight: bold;
    line-height: 1.2;
    padding: 0 3px;
}

    hgroup ul li div span.on {
        border: 1px solid #b3b2b2;
        color: #b3b2b2;
        font-weight: bold;
        margin-top: 5px;
    }

hgroup ul li div p {
    font-weight: bold;
    color: #333;
    font-size: 0.8em;
    line-height: 22px;
    overflow: hidden;
}
/*********新闻专题***********/
.grount_title {
    background: #cccccc;
    line-height: 24px;
    font-size: 0.75em;
    margin: 7px 0;
}

    .grount_title h3 {
        margin-left: 20px;
        line-height: 25px;
    }

.hgroups ul li {
    margin: 10px;
    overflow: hidden;
}

    .hgroups ul li div {
        float: right;
        width: 74%;
        position: relative;
    }

        .hgroups ul li div h3 {
            line-height: 22px;
            font-size: 14px;
            color: #666;
            font-weight: bold;
        }

        .hgroups ul li div span {
            float: right;
            display: block;
            border: 1px solid #b3b3b3;
            font-weight: bold;
            line-height: 1.2;
            padding: 0 3px;
        }

            .hgroups ul li div span.on {
                border: 1px solid #f9903b;
                color: #f9903b;
                font-weight: bold;
                margin-top: 5px;
            }

        .hgroups ul li div p {
            font-weight: bold;
            color: #333;
            font-size: 0.75em;
            line-height: 22px;
            text-align: justify; /*firefox*/
            text-justify: inter-ideograph; /*ie*/
            -ms-text-justify: inter-ideograph;
        }

.hgroups ul .biaoti {
    line-height: 22px;
}

#tplist {
    margin-bottom: -10px;
}

    #tplist li {
        width: 100%;
        display: inline-box;
        display: -webkit-inline-box;
        margin: 5px 0;
    }

        #tplist li a {
            -webkit-box-flex: 1;
            -moz-box-flex: 1;
            box-flex: 1;
            display: block;
        }

.biaoq {
    position: absolute;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.col_80 {
    color: #808080;
}

hr {
    color: #dbdbdb;
    border-top: 1px solid #dbdbdb;
}


/*旋转LOADING样式*/

.circle {
    background-color: rgba(0,0,0,0);
    border: 5px solid rgba(162,252,34,0.9);
    opacity: .9;
    border-right: 5px solid rgba(0,0,0,0);
    border-left: 5px solid rgba(0,0,0,0);
    border-radius: 100px;
    box-shadow: 0 0 35px #a2fc22;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    -moz-animation: spinPulse 1s infinite ease-in-out;
    -webkit-animation: spinPulse 1s infinite linear;
}

.circle1 {
    background-color: rgba(0,0,0,0);
    border: 5px solid rgba(43,97,192,0.9);
    opacity: .9;
    border-left: 5px solid rgba(0,0,0,0);
    border-right: 5px solid rgba(0,0,0,0);
    border-radius: 80px;
    box-shadow: 0 0 15px #2b61c0;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    position: relative;
    top: -50px;
    -moz-animation: spinoffPulse 1s infinite linear;
    -webkit-animation: spinoffPulse 1s infinite linear;
}

@-moz-keyframes spinPulse {
    0% {
        -moz-transform: rotate(160deg);
        opacity: 0;
        box-shadow: 0 0 1px #a2fc22;
    }

    50% {
        -moz-transform: rotate(145deg);
        opacity: 1;
    }

    100% {
        -moz-transform: rotate(-320deg);
        opacity: 0;
    }
}

@-moz-keyframes spinoffPulse {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spinPulse {
    0% {
        -webkit-transform: rotate(160deg);
        opacity: 0;
        box-shadow: 0 0 1px #a2fc22;
    }

    50% {
        -webkit-transform: rotate(145deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: rotate(-320deg);
        opacity: 0;
    }
}

@-webkit-keyframes spinoffPulse {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}




/*****************  MyIntegral  ******************/

#wrapper {
    position: absolute;
    /*z-index: 1;
    top: 0;
    bottom: 0px;
    left: 0;*/
    width: 100%;
    background: #ecf0f1;
}

#scroller {
    position: relative;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

    #scroller ul {
        position: relative;
        list-style: none;
        padding: 0;
        margin: 0;
        width: 100%;
        text-align: left;
    }

/*********  评论   *************/
.con {
    float: left;
    position: relative;
    width: 100%;
    padding: 10px 0 10px;
}

.info {
    float: left;
    position: relative;
    width: 94%;
    padding: 0 3%;
    margin-bottom: 8px;
}

.hot .info {
    border-bottom: 1px solid #e9eff2;
}

#main .headImg2 {
    width: 9%;
}

.headImg2 {
    width: 12%;
}

.headImg {
    float: left;
    margin-right: 2%;
    position: relative;
}

.info {
    border-bottom: 1px solid #e9eff2;
}

    .info .uCon {
        float: left;
        width: 76%;
        font-size: 0.7em;
    }

    .info .uCon2 {
        line-height: 1.7em;
    }

.uCon span {
    padding: 0 5px;
    font-size: 1.1em;
}

.uCon2 span {
    color: #858585;
}

    .uCon2 span.c1 {
        color: #2d2d2d;
    }

.uCon3 {
    width: 20px;
    float: right;
}

#main .uCon span {
    padding: 0 15px 0 5px;
}

#main .uCon2 span.c1 {
    display: inline-block;
    margin-bottom: 7px;
}

.uCon span {
    padding: 0 5px;
    font-size: 1.1em;
}

.uCon2 span {
    color: #858585;
}

#main .uCon span {
    padding: 0 15px 0 5px;
}

img.uImg1, img.uImg2 {
    max-width: 100%;
    border-radius: 500px;
}

.replyBox {
    float: left;
    width: 92%;
    padding: 8px 4%;
    position: relative;
    margin: 2px 0 15px;
    margin-bottom: 0px;
    font-size: 1em;
    line-height: 1.3em;
}

.replyhp {
    float: left;
    width: 92%;
    padding: 8px 2%;
    padding-top: 15px;
    background: #f3f3f5 url(../images/hpbg.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    margin: 2px 0 15px 2%;
    font-size: 1em;
    line-height: 1.3em;
}

    .replyhp span {
        display: block;
        color: #576b96;
        font-weight: bold;
    }

em.toWho {
    color: #3fa2ff;
    font-style: normal;
    padding: 0 3px;
}
/*********  END评论   *************/
#thelist time {
    position: absolute;
    top: 0;
    left: 25%;
    margin-left: -57px;
    display: block;
    font-size: 0.75em;
}

#thelist strong {
    position: absolute;
    margin-bottom: 7%;
    font-size: 1em;
    margin-right: 30%;
    right: 0;
    bottom: 1%;
    display: block;
    float: right;
}

#scroller li > a {
    display: block;
}

/**
 *                 2015/11/11 修改or新增 的样式
 */

.gwc {
    width: 40px;
    height: 40px;
    display: block;
    position: fixed;
    bottom: 25px;
    z-index: 1;
    right: 30px;
}

.preserve {
    margin: 5px auto;
    display: block;
    color: white;
    font-weight: bold;
    width: 90%;
    font-size: 18px;
    border-radius: 5px;
    background: #f04f47;
    border: 1px solid #bc2626;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.gwc_btn {
    margin: 5px auto;
    display: block;
    color: white;
    font-weight: bold;
    width: 48%;
    float: right;
    font-size: 1em;
    border-radius: 2px;
    background: #f04f47;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.hide_border {
    border: 0;
}

.shopinfo {
    background-color: #fff;
    padding: 0 2%;
    padding-bottom: 70px;
}

.l10 {
    left: 0;
    right: 0;
}

.place_center {
    height: auto;
    text-align: center;
    line-height: 1.5;
    padding: 5px 0;
    font-size: 14px;
}

.place_btm {
    padding-bottom: 80px;
}

.content_list .content_xz {
    width: 50%;
    margin-left: 40px;
}

.content_list i {
    width: 70px;
    display: inline-block;
    float: left;
    margin-right: 3%;
}

.content_list .content_xz h3 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

#tiaozhengs {
    width: 70%;
}

#tiaozhengsff {
    margin-top: 17px;
}

.ping ul li {
    padding: 10px 0;
    position: relative;
}

.mark {
    position: fixed;
    bottom: 0;
    height: 50px;
    background: #fff;
    border: 1px solid #eee;
    width: 100%;
}

    .mark span {
        line-height: 50px;
        font-size: 14px;
    }

    .mark .quxu {
        margin-left: 30px;
    }

    .mark .zoji {
        margin-left: 15px;
    }

    .mark button {
        float: right;
        width: 50px;
        height: 30px;
        margin: 0 4px;
        margin-top: 10px;
        display: block;
        -webkit-appearance: none;
        border-radius: 4px;
        border: 1px solid #d9d9d9;
        font-size: 14px;
        background-color: #f0f0f0;
    }
/*
 *                     样式结束
 */


/*------------- S 默认必须样式  -------------*/
/**
 *
 * 下拉样式 Pull Up styles
 *
 */
#pullUp {
    font-weight: bold;
    font-size: 14px;
    color: #888;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 140px;
    margin: 0 auto;
}

.pullUpLabel {
    float: left;
}

#pullUp .pullUpIcon {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    background: url(../images/pull-icon@2x.png) 0 0 no-repeat;
    -webkit-background-size: 40px 80px;
    background-size: 40px 80px;
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 250ms;
}

#pullUp .pullUpIcon {
    -webkit-transform: rotate(-180deg) translateZ(0);
}

#pullUp.flip .pullUpIcon {
    -webkit-transform: rotate(0deg) translateZ(0);
}

#pullUp.loading .pullUpIcon {
    background-position: 0 100%;
    -webkit-transform: rotate(0deg) translateZ(0);
    -webkit-transition-duration: 0ms;
    -webkit-animation-name: loading;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}

@-webkit-keyframes loading {
    from {
        -webkit-transform: rotate(0deg) translateZ(0);
    }

    to {
        -webkit-transform: rotate(360deg) translateZ(0);
    }
}
/*------------- E 默认必须样式  -------------*/




/*------------- S 以下css主要是仿IOS滚动条样式(可选样式)  -------------*/
/**
 * Horizontal Scrollbar
 */
.myScrollbarH {
    position: absolute;
    z-index: 100;
    height: 7px;
    bottom: 1px;
    left: 2px;
    right: 7px;
}

    .myScrollbarH > div {
        height: 100%;
    }

/**
 * Vertical Scrollbar
 */
.myScrollbarV {
    position: absolute;
    z-index: 100;
    width: 7px;
    bottom: 7px;
    top: 2px;
    right: 1px;
}

    .myScrollbarV > div {
        width: 100%;
    }

    /**
 * Both Scrollbars
 */
    .myScrollbarH > div,
    .myScrollbarV > div {
        position: absolute;
        z-index: 100;
        /* The following is probably what you want to customize */
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        border-width: 3px;
        -webkit-border-image: url(../images/scrollbar.png) 6 6 6 6;
        -moz-border-image: url(../images/scrollbar.png) 6 6 6 6;
        -o-border-image: url(../images/scrollbar.png) 6 6 6 6;
        border-image: url(../images/scrollbar.png) 6 6 6 6;
    }
/*------------- E 以上css主要是仿IOS滚动条样式  -------------*/
/* ===================== others ===================== */
/*alert提示样式*/
.alertMessage {
    width: 65%;
    background: #000;
    opacity: 0.8;
    color: #fff;
    padding: 5%;
    text-align: center;
    border-radius: 5px;
    font-weight: 100;
    font-size: 0.9em;
    padding-left: 8%;
    padding-right: 8%;
    left: 9.5%;
    z-index: 9999;
    position: fixed;
    -webkit-animation: animationsY 3s ease-out;
    -moz-animation: animationsY 3s ease-out;
    -o-animation: animationsY 3s ease-out;
    -ms-animation: animationsY 3s ease-out;
    animation: animationsY 3s ease-out;
}

a, button, input {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
/*********  屏幕大小控制字体  **********/




/****2015.11.11 新增  ***/
@media only screen and (max-width: 375px) {
    .preo, .next {
        height: 30px;
        display: block;
        width: 30px;
        float: left;
        text-align: center;
        line-height: 30px;
        font-size: 1.4em;
    }

    .sl {
        width: 28px;
        float: left;
        height: 30px;
        border: none;
        border-left: 1px solid #c5c8cf;
        border-right: 1px solid #c5c8cf;
        text-align: center;
        border-radius: 0;
        font-size: 1.2em;
    }

    .content_list .content_xz {
        width: 55%;
        margin-left: 30px;
    }

    #tiaozheng_01 {
        width: 90px;
        display: block;
        height: 28px;
        border: 1px solid #c5c8cf;
        text-align: left;
        float: right;
        overflow: hidden;
        margin: 10px 0;
        margin-right: 10px;
        padding-right: 0;
    }

    .content_list i {
        width: 37%;
        display: inline-block;
        float: left;
        margin-right: 3%;
    }

    .mainageplace_icon {
        width: 18px;
        height: 18px;
        padding: 5px;
        right: 0;
        position: absolute;
        top: 50%;
        margin-top: -15px;
    }

    .mark button {
        font-size: 14px;
    }
    /*  end  ***/
}

@media only screen and (min-width: 375px) and (max-width: 413px) {
    .section h3 {
        font-size: 1.4em;
    }

    .section .xbt span {
        font-size: 1em;
    }

    .xgxw > h3 {
        font-size: 1.2em;
    }

    .section .zhengwen p {
        font-size: 1.2em;
        letter-spacing: 1px;
    }
    /** 2015.11.11新增 **/
    .place_center {
        font-size: 16px;
    }

    .mark span {
        line-height: 50px;
        font-size: 16px;
    }

    .mark button {
        float: right;
        width: 60px;
        height: 30px;
        margin: 0 7px;
        margin-top: 10px;
        display: block;
    }

    .mark button {
        font-size: 16px;
    }
}

@media only screen and (min-width: 414px) and (max-width: 640px) {
    .section h3 {
        font-size: 1.6em;
    }

    .section .xbt span {
        font-size: 1.2em;
    }

    .xgxw > h3 {
        font-size: 1.4em;
    }

    .section .zhengwen p {
        font-size: 1.4em;
    }
    /** 2015.11.11新增 **/
    .place_center {
        font-size: 18px;
    }

    .mark span {
        line-height: 50px;
        font-size: 18px;
    }

    .mark button {
        float: right;
        width: 60px;
        height: 30px;
        margin: 0 9px;
        margin-top: 10px;
        display: block;
    }

    .mark button {
        font-size: 18px;
    }
}

/***积分开关**/
.iosCheck {
}

    .iosCheck input {
        display: none;
    }

    .iosCheck i {
        display: inline-block;
        cursor: pointer;
        padding-right: 25px;
        transition: all ease 0.2s;
        -webkit-transition: all ease 0.2s;
        border-radius: 25px;
        box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5);
    }

        .iosCheck i:before {
            display: block;
            content: '';
            width: 25px;
            height: 25px;
            border-radius: 25px;
            background: white;
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
        }

    .iosCheck :checked + i {
        padding-right: 0;
        padding-left: 25px;
        background: #00e970;
        box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 40px #00e079;
        -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 40px #00e079;
    }

.noData {
    position: fixed;
    width: 100%;
    height: 100%; 
    background: url(../images/noData2.png) no-repeat center;
}

.noUser {
    background: url(../images/noUser.png) no-repeat center;
}

    .noData span, .noUser span {
        position: absolute;
        bottom: -30px;
        text-align: center;
        display: block;
        width: 100%;
        margin: 0 auto;
        color: #999;
    }
