﻿@charset "utf-8";

html {
    /*-webkit-tap-highlight-color: transparent;
    height: 100%;
    min-width: 320px;*/
    overflow-x: hidden;
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #333;
    background-color: white;
}

.index-header {
    display: flex;
    line-height: 48px;
}

    .index-header a { 
        padding: 0 10px;
        font-size: 13px;
        color: white;
    }

    .index-header input {
        border: .5px solid #D8D6D6;
        border-radius: 15px;
        font-size: 14px;
        padding: 8px 0;
        color: #110707;
        -webkit-appearance: none;
        text-indent: 10px;
        padding-top: 10px;
        line-height: 20px;
        background-color: #fff;
        width: 100%;
        vertical-align: middle;
        outline: none;
    }

    .index-header .fa-search {
        font-size: 16px;
        color: #f47944;
        position: absolute;
        right: 5%;
        top: 35%;
    }

.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 {
    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: relative;
    width: 100%;
    height: 26px;
    background-color: whitesmoke;
    text-align: right;
    overflow: hidden
}

.animate {
    width: auto;
    font-size: 15px;
    display: inline-block;
    white-space: nowrap;
    animation: 10s wordsLoop linear infinite normal;
    color: #fe5921;
    line-height: 26px;

}

@keyframes wordsLoop {
    0% {
        transform: translateX(100vw);
        -webkit-transform: translateX(100vw);
        overflow: hidden;
    }

    100% {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        overflow: hidden;
    }
}

@-webkit-keyframes wordsLoop {
    0% {
        transform: translateX(100vw);
        -webkit-transform: translateX(100vw);
    }

    100% {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
    }
}
.divfa {
    padding: 3px;
    padding-left:10px;
    position: absolute;
    background-color: whitesmoke;
    z-index:100;
}
.fa-volume-up {
    color: #fe5921;
}

.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);
}

.icon-color {
    color: #0F59A4;
}

.icon-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

    .icon-list .icon {
        width: 33%;
        text-align: center;
    }

        .icon-list .icon > a {
            display: block;
            padding-top: 9pt;
        }

    .icon-list .icon-circle {
        display: block;
        margin: auto;
        margin-bottom: 3px;
        width: 45px;
        height: 45px;
        color: #fff;
        text-align: center;
    }

        .icon-list .icon-circle img {
            width: 100%;
            height: 100%;
        }

    .icon-list .icon-desc {
        color: #333;
        text-align: center;
        font-size: 13px;
    }

.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%;
        }

.lan {
    display: flex;
    flex-wrap: wrap;
    padding: 0 2%;
}

    .lan .item {
        width: 49%;
        margin-top: 2%;
    }

        .lan .item:nth-child(2n+1) {
            margin-right: 1%;
        }

        .lan .item:nth-child(2n) {
            margin-left: 1%;
        }

.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;
    border: 1px solid #edebeb;
}

.goods:nth-child(2n) {
    float: right;
    width: 45%;
    text-align: center;
    margin-right: 10px;
    margin-top: 5px;
    border: 1px solid #edebeb;
}

.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;
}
