﻿@charset "utf-8";
html {
    -webkit-tap-highlight-color: transparent;
    height: 100%;
    min-width: 320px;
    overflow-x: hidden;
}
body {
    margin: 0 auto;
    line-height: 1;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #333;
    background-color: white;
}

.swiper-container {
    width: 100vw;
}
.advert {
    width: 100%;
}
.advert .swiper-slide {
    text-align: center;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.advert .swiper-wrapper img {
    width: 100%;
    height: 100%;
}
.slider {
    margin-bottom: 5px;
    border-bottom: 1px solid #edebeb;
    background-color: #fff;
}
.slider .swiper-container {
    width: 100%;
}
.slider .swiper-slide {
}
.slider .swiper-pagination {
    margin-top:1rem;
    position: relative;
    bottom: 4px;
    left: 0;
    z-index: 20;
    width: 100%;
    text-align: center;
}

#cs-box {
    position: fixed;
    top: 70vh;
    right: 1rem;
    height: 3rem;
    width: 3rem;
    z-index: 10001;
}
#cs-box .cs-head {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-image: url(/Assets/simg/cshead.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
#cs-box .cs-msg-count {
    position: absolute;
    top: 1rem;
    width: 3rem;
    text-align: center;
    line-height: 1rem;
    height: 1.5rem;
    font-size: 1rem;
    color: mediumvioletred;
    font-weight: 900;
}

.announcement {
    /*position:absolute;*/
    /*left:0;
    bottom:0;*/
    width: 100%;
    height: 26px;
    background-color: whitesmoke;
    border-top:0px solid #f1f1f1;
    border-bottom:1px solid #f1f1f1;
}
.announcement .mycol1 {
    width: 26px;
    margin-left: 0;
    float: left;
    height: 100%;
    background-color: transparent;
    text-align: center;
}
.announcement .mycol2 {
    margin-left: 26px;
    margin-right: 0;
    background-color: transparent;
}
.announcement .mycol2-1 {
    margin-right: 30px;
    background-color: transparent;
    margin-left: 0;
}
.announcement .mycol2-2 {
    width: 30px;
    margin-right: 0;
    float: right;
    background-color: transparent;
}
.announcement i {
    color: dimgray;
    line-height: 26px;
    font-size: 16px;
}
.announcement marquee {
    background-color: transparent;
    color: dimgray;
    height: 100%;
    line-height: 26px;
    font-size: 14px;
}
.announcement .closethis {
    width: 100%;
    height: 100%;
    color: dimgray;
    line-height: 26px;
    font-size: 13px;
    margin: 0;
}

.section-top {
    border-top: 1px solid #edebeb;
    border-bottom: 1px solid #edebeb;
    padding:15px 0 15px 10px;
}

.platformNews .left {
    float: none !important;
}

.icon-downarrow:after {
    content: '';
    display: inline-block;
    position: relative;
    top: -.2em;
    width: .5em;
    height: .5em;
    border-bottom: .03rem solid #fff;
    border-left: .03rem solid #fff;
    -webkit-transform: scaleX(0.7) rotateZ(-45deg);
    -moz-transform: scaleX(0.7) rotateZ(-45deg);
    -ms-transform: scaleX(0.7) rotateZ(-45deg);
}
.header_color {
    background-color: #fe5921;
    text-align:left;
    margin-left:5rem;
    margin-right:0.3rem;
    width:unset !important;
}
.header_color .back img {
    float: left;
    margin-top: 9pt;
    margin-left: 10px;
    width: 10px;
    height: 20px;
}
.navbar {
    color: #fff;
    background: #fe5921;
    display: block;
    position: relative;
}
.navbar .nav-wrap-left {
    width:5rem;
    float:left;
    text-align:center;
}
.navbar .nav-city {
    vertical-align: middle;
}
.navbar .box-search {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    border-radius: .06rem;
    height: .64rem;
    line-height: .64rem;
    -webkit-box-sizing: border-box;
    position: relative;
    margin-top: .1rem;
}
.navbar .nav-wrap-right {
    height: 100%;
    position: absolute;
    right: 10px;
    top:0;
}
.nav-wrap-right a:last-child {
    margin-right: .04rem;
}
a.react, label.react {
    display: block;
    color: inherit;
    height: 100%;
}

.icon-downarrow {
    position: relative;
    font-style:normal;
}

.nav-btn {
    display: inline-block;
    font-size: .2rem;
    line-height: 1;
    vertical-align: middle;
}

.nav-btn .text-icon {
        display: block;
        margin: auto;
        font-size: .4rem;
    }

.icon-color{
    color:orangered;
}

.icon-list{
    width:100%;
}

.icon-list .icon {
    float: left;
    width: 25%;
    text-align: center;
}

.icon-list .icon > a {
        display: block;
        padding-top: 9pt;
    }

.icon-list .icon-circle {
    display: block;
    margin: auto;
    margin-bottom: 3px;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
}

.icon-list .icon-circle img {
        width: 100%;
        height: 100%;
    }

.icon-list .icon-desc {
    color: #333;
    text-align: center;
}

.recommend {
    margin-bottom: 3px;
    border-top: 1px solid #edebeb;
    border-bottom: 1px solid #edebeb;
    background-color: #fff;
}

.recommend .recommendBox {
        overflow: hidden;
        border-bottom: 1px solid #edebeb;
    }

.recommend .recommendLeft {
        float: left;
        margin-left: -3px;
        height: 100px;
        border-left: 1px solid #d4c2c2;
    }

.recommend .recommendLeft img {
            width: 100%;
            height: 100%;
        }

.classify {
    margin-bottom: 10px;
    height: 78pt;
    border-top: 1px solid #edebeb;
    border-bottom: 1px solid #edebeb;
    background-color: #fff;
}

.classify .headBox {
        margin: 10px;
        padding-left: 6px;
        height: 20px;
        border-left: 3px solid #06c1ae;
        color: #06c1ae;
        font-size: 14px;
        line-height: 20px;
    }

.classify .classifyBox {
        overflow: hidden;
        height: 4pc;
    }

.classify .classifyBox .swiper-wrapper {
            position: relative;
            z-index: 1;
            display: -webkit-box;
            display: -ms-flexbox;
            box-sizing: content-box;
            width: 100%;
            height: 4pc;
            -webkit-transition-property: -webkit-transform;
            transition-property: transform;
            -webkit-transform-style: preserve-3d;
            -ms-transform-style: preserve-3d;
            transform-style: preserve-3d;
            -ms-transition-property: -ms-transform;
        }

.classify .swiper-slide {
        float: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        width: 22.3%;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

.classify .swiper-slide a {
    display: block;
    padding-top: 6px;
    width: 100%;
    border-right: 1px solid #f1f1f1;
}

.classify .swiper-slide:last-child a {
    border-right: 0;
}

.classify .swiper-slide .icon {
    display: block;
    margin: auto;
    margin-bottom: 3px;
    width: 26px;
    height: 26px;
    color: #fff;
    text-align: center;
}

.classify .swiper-slide .icon img {
        height: 100%;
    }

.classify .swiper-slide .desc {
    color: #777;
    text-align: center;
    font-size: 9pt;
}

.youlike {
    border-top: 1px solid #edebeb;
    background-color: #fff;
}

.youlike, .youlike .headBox {
        border-bottom: 1px solid #edebeb;
    }

.youlike .headBox {
            padding-left: 8px;
            height: 38px;
            color: #fe5921;
            font-weight: 700;
            font-size: 14px;
            line-height: 38px;
        }

.banner1 {
    position: relative;
    overflow: hidden;
}

img {
    display: block;
    max-width: 100%;
}
/*ls*/
.csSlideOuter {
    overflow: hidden;
}

.lightSlider:before, .lightSlider:after {
    content: " ";
    display: table;
}

.csSlideWrapper > ul:after {
    clear: both;
}

.csSlideWrapper .csSlide {
    -webkit-transform: translate(0px,0px);
    -ms-transform: translate(0px,0px);
    transform: translate(0px,0px);
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-timing-function: inherit;
    transition-timing-function: inherit;
}

.csSlideOuter .csPager.cSpg {
    margin: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    bottom: -5px;
    width: 100%;
    z-index: 999;
}

.csSlideOuter .csPager.cSpg > li {
        cursor: pointer;
        display: inline-block;
        padding: 5px;
    }

.csSlideOuter .csPager.cSpg > li a {
            background-color: #222;
            border-radius: 30px;
            display: inline-block;
            height: 8px;
            overflow: hidden;
            text-indent: -999em;
            width: 8px;
            -webkit-transition: all .5s linear 0s;
            transition: all .5s linear 0s;
        }

.csSlideOuter .csPager.cSpg > li:hover a, .csSlideOuter .csPager.cSpg > li.active a {
            background-color: #428bca;
        }

/*ls*/

/*banner*/
/**lws*/
.platformNews {
    padding: 2px 10px;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.platformNews .left {
    float: left;
}

.platformNews .ico {
    margin-right: 15px;
    width: 42px;
    height: 32px;
    background: url(/Assets/simg/pigheadlines1.png) no-repeat;
    background-size: 100%;
}

.platformNews .list li {
    height: 14px;
    overflow: hidden;
}

.platformNews .list li a {
        font-size: 14px;
        color: #999;
    }

.platformNews .list {
    padding-top: 10px;
    border-left: 1px solid #f1f1f1;
    padding-left: 15px;
}

.goods:nth-child(2n+1) {
    display: inline-block;
    width: 45%;
    text-align: center;
    margin-left: 10px;
    margin-top: 5px;
}

.goods:nth-child(2n) {
    float: right;
    width: 45%;
    text-align: center;
    margin-right: 10px;
    margin-top: 5px;
}

.info {
    border-bottom: 1px solid #edebeb;
    border-right: 1px solid #edebeb;
    text-align: left;
}

.info:nth-child(2n+1) {
        border-right: 1px solid #edebeb;
    }

.info:nth-child(2n) {
        border-left: 1px solid #edebeb;
    }

.title {
    line-height: 15px;
    padding-top: 5px;
    padding-left: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    max-width: 95%;
}

.price {
    line-height: 31px;
    white-space: nowrap;
    max-width: 99%;
    overflow: hidden;
}
/**lws*/


/**lwsComon*/


body {
    margin: 0;
}
/*顶部搜索框和底部主菜单*/

.SearchBtn {
    background: url(../simg/index_search.png) no-repeat;
    background-size: 16px;
    background-position: 1px 10px;
    padding: 0px 0 2px 20px;
    height: 36px;
    line-height: 36px;
    margin: 10px 5px;
    border: none;
    color: white;
}

.searchBar.wap {
    padding-right: 15px;
}

.searchBar.wap .voiceBtn {
        display: none;
    }

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
/*顶部搜索框和底部主菜单*/


/*底部导航结束*/
/*下拉搜索*/
.hide {
    display: none!important;
}

.shade {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    z-index: 20;
}

#scroller {
    position: absolute;
    z-index: 1;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    width: 100%;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
}

.navBox {
    position: relative;
    z-index: 1000;
}

.navBox > ul {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        background: #FFF;
        text-align: center;
        border-bottom: 1px solid #edebeb;
    }

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a.react, label.react {
    display: block;
    color: inherit;
}

a {
    text-decoration: none;
    outline: 0;
}

img {
    vertical-align: baseline;
    border: 0;
}

