/* flexslider.css */
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
    outline: 0
}

.slides, .flex-control-nav, .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none
}

.flexslider {
    margin: 0;
    padding: 0
}

.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden
}

.flexslider .slides img {
    width: 100%;
    display: block
}

.flex-pauseplay span {
    text-transform: capitalize
}

.slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

html[xmlns] .slides {
    display: block
}

* html .slides {
    height: 1%
}

.no-js .slides > li:first-child {
    display: block
}

.flexslider {
    margin: 0 0 60px;
    background: #fff;
    border: 4px solid #fff;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    zoom: 1
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.loading .flex-viewport {
    max-height: 300px
}

.flexslider .slides {
    zoom: 1
}

.carousel li {
    margin-right: 5px
}

.flex-direction-nav {
    *height: 0
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 48px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    no-repeat;
    text-indent: -999em
}

.flex-direction-nav .flex-prev {
    left: -50px;
    background-position: 0 0
}

.flex-direction-nav .flex-next {
    right: -50px;
    background-position: -132px 0
}

.flexslider:hover .flex-prev {
    opacity: .7;
    left: 10px
}

.flexslider:hover .flex-next {
    opacity: .7;
    right: 10px
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
    opacity: 1
}

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default
}

.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: .8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
    background: #ddd
}

.flex-pauseplay a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f004'
}

.flex-pauseplay a:hover {
    opacity: 1
}

.flex-pauseplay a.flex-play:before {
    content: '\f003'
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline
}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3)
}

.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7)
}

.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0
}

.flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer
}

.flex-control-thumbs img:hover {
    opacity: 1
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default
}

@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px
    }
}

/* index.css */
body {
    margin: 0;
    background-color: #F5F5F5;
    padding-bottom: 50px;
}

.hidden {
    overflow: hidden !important;
}

.flexslider {
    margin: 0 0 0;
    border: 0;
    background-color: #EEEEEE;
    border-radius: unset;
    box-shadow: unset;
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 20px;
    text-align: center;
    z-index: 100;
}

.flex-control-paging li a {
    width: 5px;
    height: 5px;
    display: block;
    background: rgba(0, 0, 0, 0.6);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    -o-border-radius: 2rem;
    border-radius: 2rem;
    -webkit-box-shadow: inset 0 0 0.3rem rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 0.3rem rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 0.3rem rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 0.3rem rgba(0, 0, 0, 0.3);
}

.flex-control-paging li a.flex-active {
    background: #ffffff;
    cursor: default;
}

.flexslider li img {
    object-fit: cover;
}

#tab_home-nav-bar {
    box-sizing: border-box;
    position: fixed;
    left: 0;
    top: 67px;
    background: none;
    height: 40px;
    width: 100%;
    margin: 0;
    z-index: 500;
    backface-visibility: hidden;
}

#tab_home-nav-bar .indexTopBar {
    box-sizing: border-box;
    /*position: fixed;*/
    /*left: 0;*/
    /*top: 0;*/
    width: 100%;
    padding: 0 8px;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    background-image: url(../images/bg_search_result.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    height: 40px;
}

#tab_home-img-scan, #tab_home-img-chat {
    margin-top: 5px;
}

#indexSearchDiv {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    display: flex;
    height: 28px;
    background: white;
    border-radius: 50px;
    border: 1px solid #FFCC00;
}

#tab_home-img-title-icon-search {
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -7px;
    width: 15px;
}

#tab_home-span-title-search {
    color: #bbbbbb;
    line-height: 26px;
    font-size: 15px;
    position: absolute;
    left: 32px;
}


#my_index_message {
    height: 30px;
    width: 94%;
    background-color: white;
    position: absolute;
    z-index: 400;
    left: 3%;
    bottom: -15px;
    border-radius: 6px;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    display: flex;
}

#mobileSite_msg {
    height: 70px;
}

#mobileSite_msg .mainDiv {
    padding-top: 1px;
    width: 100%;
    height: 70px;
    background-color: white;
    z-index: 450;
    display: flex;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 0px;
    /* 	position: absolute;top: 40px; */
}

#mobileSite_msg .mainDiv .closeDiv {
    display: flex;
    width: 10%;
    height: 70px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

#mobileSite_msg .mainDiv .closeDiv img {
    width: 50%;
}

#mobileSite_msg .mainDiv .appLogoDiv {
    display: flex;
    width: 15%;
    height: 70px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

#mobileSite_msg .mainDiv .appLogoDiv img {
    width: 50px;
}

#mobileSite_msg .mainDiv .openAppDiv {
    display: inline-block;
    width: 55%;
    height: 70px;
}

#mobileSite_msg .mainDiv .openAppDiv .wholeDiv {
    width: 86%;
    margin-left: 7%;
    font-size: 11px;
    margin-top: 4px;
}

#mobileSite_msg .mainDiv .openAppDiv .wholeDiv .span_openApp {
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #6d6d72;
}

#mobileSite_msg .mainDiv .openAppDiv .wholeDiv #btn_openApp {
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-color: #003399;
    color: white;
}

#mobileSite_msg .mainDiv .openPcDiv {
    display: flex;
    width: 20%;
    height: 70px;
    align-items: center;
    justify-content: center;
}

#mobileSite_msg .mainDiv .openPcDiv #btn_openPC {
    height: 60px;
    border-left: 1px dashed #B7B7B7;
    width: 98%;
    text-align: center;
}

#mobileSite_msg .mainDiv .openPcDiv .openPc {
    font-size: 11px;
    margin-top: 5px;
    color: #6d6d72;
}

#mobileSite_msg .mainDiv .openPcDiv #btn_openPC img {
    width: 25px;
}

.onebyone {
    margin: 0 15px;
}

.onebyone .oneLeftDiv {
    width: 48%;
    margin-right: 2%;
}

.onebyone .oneRightDiv {
    width: 48%;
    margin-left: 2%;
}

.onebyone img {
    width: 100%;
}

#recommondFiled .recommondSeriesMainDiv {
    margin-left: 16px;
    margin-top: 13px;
    margin-bottom: 10px;
}

#recommondFiled .recommondSeriesMainDiv .recommondSeriesTitle {
    font-size: 14px;
    color: #333333;
    font-weight: bold;
}

.recommondSeriesDiv {
    width: 100%;
    margin: 0;
    padding: 0 10px;
    display: flex;
    flex-wrap: wrap;
    color: #6d6d72;
    box-sizing: border-box;
}

.leftCommondDiv {
    width: 48.5%;
    margin: 2px 1.5% 15px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rightCommondDiv {
    width: 48.5%;
    margin: 2px 0 15px 1.5%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.recommendImgDiv {
    width: 172px;
    height: 146px;
    margin-top: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.recommendImgDiv .recommendImgDiv {
    width: 100%;
    text-align: -webkit-center;
}

.recommendSeriesNameDiv {
    padding: 0 10px 6px;
    text-align: left;
}

.recommendSeriesNameSpan {
    font-size: 14px;
    color: #333333;
    font-weight: 800;
    word-break: break-all;
}

.recommendBrandNameSpan {
    font-size: 12px;
    color: #9a9a9a;
    word-break: break-all;
}

.referencePriceSmall {
    font-size: 12px;
    color: #333333;
    margin-right: 6px;
}

.promotionPrice {
    font-size: 13px;
    color: #fc0000
}

.referencePriceBig {
    font-size: 14px;
    color: #333333;
    margin-right: 6px;
}

.referencePriceBig .recommondUnit {
    font-size: 14px;
    color: #DD0000;
}

.referencePriceBig .recommondInteger {
    font-size: 18px;
    color: #fc0000
}

.referencePriceBig .recommondFloat {
    font-size: 10px;
    color: #DD0000;
}

.referencePriceBig .recommondMsg {
    font-size: 10px;
    color: #333333;
}

/* 全局弹层弹出动画修改和遮罩透明背景统一改成0.6 start 20201013 */
.modal {
    transform: translate3d(0, 0, 0) scale(0)
}

.modal-overlay {
    background: rgba(0, 0, 0, .6);
}

/* 全局弹层弹出动画修改 end*/
#unloginPopView {
    left: 0px;
    position: fixed;
    bottom: 50px;
    z-index: 5001;
    display: block;
    height: 44px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

#closeLoginNow {
    width: 17px;
    height: 17px;
    position: absolute;
    padding: 13px;
}

#unloginPopView .span_message {
    line-height: 44px;
    color: #FFFFFF;
    font-size: 16px;
    padding-left: 40px;
}

#loginRightNow {
    background-color: #FFCC00;
    height: 30px;
    border-radius: 30px;
    display: inline-block;
    width: 113px;
    margin-top: 7px;
    text-align: center;
    float: right;
    margin-right: 17px;
}

#loginRightNow span {
    color: #030200;
    font-size: 14px;
    line-height: 30px;
}

#my_index_message .expressImg {
    width: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
}

#my_index_message .expressContent {
    width: 65%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000000;
    padding: 0px 5px 0;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
}

#my_index_message .expressImg img {
    width: 65%;
}

#my_index_message .expressContent ul li {
    list-style-type: none;
    height: 30px;
    z-index: 9999;
    line-height: 30px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#my_index_message .expressContent ul {
    padding-left: 0px;
    margin: auto;
}

#my_index_message .moreExpress {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    color: #003399;
    padding: 3px 5px;
    border-radius: 4px;
}

.classContent_div {
    height: 184px;
    background-color: white;
    padding: 0;
    margin: 25px 3% 0;
    text-align: center;
    overflow-y: auto;
    border-radius: 6px !important;
    width: 94%;
}

.classContent_div .topDiv {
    position: relative;
    overflow: hidden;
    height: 180px;
    border-radius: 6px;
    width: 100%;
}

#index_home_class_list_div {
    position: absolute;
    left: 0;
    top: 0;
    right: 0px;
    bottom: -15px;
    background-color: white;
    padding: 0;
    display: -webkit-box;
    text-align: center;
    overflow: auto;
    border-radius: 6px;
}

#index_home_class_list_div .categorycode {
    display: block;
    color: #4a4a4a;
}

#index_home_class_list_div .categorycode:visited {
    display: block;
    color: #4a4a4a;
}

.categorycode img {
    width: 42px;
    height: 42px;
}

.indexCategoryName {
    font-size: 13px;
}


#process_main_class {
    width: 50%;
    height: 4px;
    background-color: #003399;
    border-radius: 2px;
}

.process_scroll_class {
    z-index: 99;
    position: absolute;
    bottom: 0;
    width: 20%;
    text-align: center;
    height: 4px;
    background-color: #e5e5e5;
    margin: 15px 0 15px 40%;
    border-radius: 2px;
}


.index_middle_div {
    width: 94%;
    margin: 15px 3%;
    display: flex;
}

.index_middle_div .index_middle_sub_div {
    width: calc(91% / 4);;
    margin-right: 3%;
    background-color: white;
    border-radius: 8px;
    text-align: center;
}

.index_middle_div .index_middle_sub_div:last-child {
    margin-right: 0;
}

.index_middle_sub_div .index_middle_sub_img_div {
    margin-top: 8px;
    margin-bottom: 5px;
}

.index_middle_sub_div .index_middle_sub_img_div img {
    width: 70%;
}

.index_middle_sub_div .index_middle_sub_name_div {
    margin-bottom: 7px;
    margin-top: 11px;
}

.index_middle_sub_div .index_middle_sub_name_div .indexCategoryName {
    font-size: 13px;
}

.topCateDiv {
    margin: 13px 0;
}

.topCateTitleBg {
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    background-image: url(../images/bg_my-title.png);
    background-repeat: no-repeat;
    /* background-size: 100% 67px; */
    background-size: 100% auto;
    margin-bottom: 15px;
}

.topCateTitleLnie {
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    font-family: '黑体';
}

.topCateTitle {
    color: white;
    font-size: 18px;
}

.topCateMoreBtn {
    color: rgb(74, 74, 74);
    float: right;
    background-color: rgb(255, 204, 0);
    height: 24px;
    line-height: 24px;
    margin: 0px 0px;
    padding: 0px 5px;
    font-weight: 600;
    display: flex;
    align-items: center;
    border-radius: 5px;
    font-size: 12px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.topCateContent {

}

.topCateSeriesRowScroll {
    overflow: auto;
    display: -webkit-box;
}

.topCateSeriesRowScroll:after {
    content: "";
    width: 16px;
    display: block;
}

.topCateSeriesRow {
    padding: 5px 0 5px 5px;
    background: #F5F5F5;
    border: 1px solid #CFCFCF;
    border-radius: 4px;
    box-shadow: 0px 2px 5px #B6B6B6;
    margin-left: 16px;
}

.topCateRowItem {
    display: -webkit-inline-box;
    marign: 0;
    padding: 0;
}


.topCateMoreBtn img {
    width: 17px;
    margin-left: 2px;
}

.recommondCategory {
    margin-top: 15px;
    margin-left: 16px;
}

.qtty {
    background-image: url(../images/bg_topcate_qtty.jpg);
}

.bgyp {
    background-image: url(../images/bg_topcate_bgyp.jpg);
}

.cymj {
    background-image: url(../images/bg_topcate_cy.png);
}

.gczd {
    background-image: url(../images/bg_topcate_gczd.jpg);
}

.gycl {
    background-image: url(../images/bg_topcate_gycl.jpg);
}

.lslm {
    background-image: url(../images/bg_topcate_lslm.jpg);
}

.qtty {
    background-image: url(../images/bg_topcate_qtty.jpg);
}

.scjg {
    background-image: url(../images/bg_topcate_scjg.jpg);
}

.slmj {
    background-image: url(../images/bg_topcate_slmj.jpg);
}

.slcx {
    background-image: url(../images/bg_topcate_slcx.jpg);
}

.gjxg {
    background-image: url(../images/bg_topcate_gjxg.jpg);
}

.gcxhp {
    background-image: url(../images/bg_topcate_gcxhp.jpg);
}

.topCateSeriesItem {
    background: #FFFFFF;
    border: 1px solid #D2D2D2;
    border-radius: 3px;
    text-align: center;
    padding: 8px 5px;
    margin-right: 5px;
    box-sizing: border-box;
    display: block;
}

.topCateSeriesImg {
    margin-bottom: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.topCateSeriesName1 {
    font-size: 13px;
    color: #333333;
    font-weight: 800;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.topCateSeriesName2 {
    font-size: 10px;
    color: #666666;
    line-height: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.topCateSeriesArrItem {
    display: inline-block;
    background: #FFFFFF;
    padding: 3px 10px;
    border-radius: 10px;
    font-size: 12.5px;
    color: #333333;
    font-weight: 600;
    font-family: '黑体';
    margin-bottom: 8px;
    margin-right: 5px;
}

.likeSeriesListLineItem {
    background-color: white;
    border-radius: 5px;
    padding-top: 5px;
    width: 100%;
    text-align: -webkit-center;
    height: 100%;
}

#allmap {
    display: none;
}

/*������*/
.lastViewSeriesRow {
    display: flex;
    margin-left: 15px;
    flex-wrap: wrap;
}

.lastViewSeriesRowItem {
    display: -webkit-inline-box;
    margin: 0 5px 0 0 !important;
}

.lastViewSeriesRowItem:last-child {
    display: -webkit-inline-box;
    margin: 0 !important;
}

.lastViewSeriesListLineItem {
    background-color: white;
    border-radius: 5px;
    width: 100%;
    text-align: -webkit-center;
    height: 100%;
}

.lastViewSeriesName {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 40px;
}

.lastViewSeriesBrand {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
