/*头部*/
header .headLeft img {
    width: 4.6rem;
    height: auto;
}

header .text {
    position: relative;
}

header .text input {
    height: 2rem;
    border: none;
    background: #fff;
    border-radius: 30px;
    width: 65%;
    text-indent: 2.1rem;
    vertical-align: top;
    margin-top: 0.5rem;
    font-size: 0.9rem;
    color: #999999;
}

header .text img {
    position: absolute;
    top: 0.9rem;
    width: 1.2rem;
    height: 1.2rem;
    margin-left: 0.6rem;
}

header .headRight a {
    display: inline-block;
    width: 100%;
    line-height: normal;
    height: 3rem;
    position: relative;
}

header .headRight a img {
    width: 0.825rem;
    height: 1.2375rem;
    margin-top: 0.3rem;
}

header .headRight a p {
    font-size: 0.8rem;
}

header .headRight a div.num {
    position: absolute;
    background: #fd333c;
    color: white;
    font-size: 0.75rem;
    top: 0.2rem;
    right: -0.35rem;
    height: 1rem;
    line-height: 1.15rem;
    padding: 0 0.3rem;
    border-radius: 30px;
    box-sizing: initial;
    -webkit-box-sizing: initial;
}

/*头部*/

.navIndex {
    width: 100%;
    background: white;
    overflow: hidden;
    padding: 0.3rem 0;
}

.navIndex li {
    width: 20%;
    float: left;
    text-align: center;
    padding: 0 0 0.3rem 0;
}

.navIndex li img {
    width: 2.8rem;
    height: 2.8rem;
}

.navIndex li p {
    color: #666;
    margin: 0.375rem 0 0 0;
    font-size: 0.9rem;
}

.miaosha {
    background: white;
    margin-top: 8px;
}

.miaosha .remaintime, .section .title {
    width: 95%;
    margin: 0.6rem auto 0 auto;
    overflow: hidden;
    padding: 0.7rem 0;
    border-bottom: 1px solid #f5f5f5;
}

.miaosha .remaintime .fl, .section .title img {
    width: 5.6625rem;
}

.miaosha .remaintime .fr {
    font-size: 0.9rem;
    height: 1.5rem;
    line-height: 1.5rem;
    color: #666;
}

.miaosha .remaintime .fr span {
    display: inline-block;
    background: #333;
    color: white;
    width: 1.125rem;
    height: 1.125rem;
    line-height: 1.2rem;
    text-align: center;
    border-radius: 0.1875rem;
    font-size: 0.8rem;
    margin: 0 0.2625rem;
}

ul.common_ul, .czhg, #tjcj .content {
    overflow: hidden;
}

ul.common_ul li {
    width: 33.333333%;
    border-top: 0.0375rem solid #efefef;
    padding: 0.375rem 0;
    float: left;
}

ul.common_ul li .miaosha_li_box {
    border-left: 0.0375rem solid #efefef;
    padding: 0 7%;
    height: 100%;

}

ul.common_ul li:nth-of-type(3n+1) .miaosha_li_box {
    border-left: none;
}

ul.common_ul li:nth-of-type(1),
ul.common_ul li:nth-of-type(2),
ul.common_ulli:nth-of-type(3) {
    border-top: none;
}

.miaosha ul.common_ul li {
    width: 50%;
    padding: 0.375rem 0;
    float: left;
    overflow: hidden;
}

.miaosha ul.common_ul li .miaosha_li_box {
    border-left: 0.0375rem solid #efefef;
    padding: 0 7%;
    height: 100%;
}

.miaosha ul.common_ul li:nth-of-type(2n+1) .miaosha_li_box {
    border-left: 0.0375rem solid transparent;
}

ul.common_ul li .miaosha_li_box .img_box {
    height: 7.125rem;
    line-height: 7.125rem;
    text-align: center;
    position: relative;
}

ul.common_ul li .miaosha_li_box .sale {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0.8rem;
    padding: 0 0.375rem;
    height: 1.2rem;
    line-height: 1.2rem;
    text-align: center;
    background: #ff1919;
    color: #fff;
    border-radius: 30px;
}

ul.common_ul li p {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    margin-top: 0.2rem;
}

ul.common_ul li p.name {
    font-size: 0.9rem;
    color: #000;
}

ul.common_ul li p.money {
    font-size: 1rem;
    color: #ff1919;
}

/*折后价author:Bruce*/
ul.common_ul li p.discount_price {
    font-size: 0.7rem;
    color: #ff1919;
}

ul.common_ul li p.money span {
    margin-left: 0.3rem;
    font-size: 0.8rem;
    text-decoration: line-through;
    color: #666666;
}

/*折后价author:Bruce*/
ul.common_ul li p.discount_price span {
    margin-left: 0.3rem;
    font-size: 0.8rem;
    text-decoration: line-through;
    color: #666666;
}

ul.common_ul li p.login {
    font-size: 0.9rem;
}


/*为您推荐*/

.section {
    background: white;
}

.scroll_box {
    width: 100%;
    position: relative;
    /*author:Bruce*/
    /*height: 9.25rem;*/
    height: 11rem;
    overflow: hidden;
    -ms-touch-action: none;
}

.iscroll {
    position: absolute;
    z-index: 1;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /*author:Bruce*/
    /*height: 9.25rem;*/
    height: 11rem;
    -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;
}

#wntj ul.common_ul li .miaosha_li_box {
    border-left: 0.0375rem solid #efefef;
}

#wntj ul.common_ul li:first-child .miaosha_li_box {
    border-left: none;
}

.scroll_box ul.common_ul {
    width: 100%;
    /*author:Bruce*/
    /*height: 9.25rem;*/
}

.scroll_box ul.common_ul li {
    width: 6.75rem;
    /*author:Bruce*/
    /*height: 9.25rem;*/
    float: left;
    overflow: hidden;
    border-top: none;
}

.scroll_box ul.common_ul li:last-child {
    border-right: none;
}

.scroll_box ul.common_ul li .img_box {
    width: 100%;
    height: 5.625rem;
    line-height: 5.625rem;
    text-align: center;
}

#cptj .swiper-container-horizontal > .swiper-pagination,
#xpsj .swiper-container-horizontal > .swiper-pagination,
#djrx .swiper-container-horizontal > .swiper-pagination,
#ppzq .swiper-container-horizontal > .swiper-pagination {
    text-align: right;
    bottom: 0;
    padding-right: 0.5rem;
}

#cptj .swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet,
#xpsj .swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet,
#djrx .swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet,
#ppzq .swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
    margin: 0 0.1rem;
}

#cptj .swiper-pagination-bullet,
#xpsj .swiper-pagination-bullet,
#djrx .swiper-pagination-bullet,
#ppzq .swiper-pagination-bullet {
    background: #96818d;
}

#cptj .swiper-pagination-bullet-active,
#xpsj .swiper-pagination-bullet-active,
#djrx .swiper-pagination-bullet-active,
#ppzq .swiper-pagination-bullet-active {
    background: #d80100;
}

#cptj .swiper-pagination-bullet,
#xpsj .swiper-pagination-bullet,
#djrx .swiper-pagination-bullet,
#ppzq .swiper-pagination-bullet {
    width: 1.05rem;
    height: 0.3rem;
    border-radius: 0;
}


.gg_img {
    border: 1px solid #e5e5e5;
    width: 100%;
}

/*超值换购*/
.czhg li {
    float: left;
}

.jxhy_list {
    overflow: hidden;
    padding: 0 2.5% 0.3rem 2.5%;
}

.jxhy_list li {
    float: left;
    width: 33.3333333333%;
    height: 10.5rem;
    margin-top: 0.3rem;
    border-right: 1px solid #f5f5f5;
}

.jxhy_list li {
    width: 50% !important;
    /*author:bruce*/
    /*height: 6.75rem;*/
    height: 8.9rem;
    padding: 0.3rem 0;
    border: none;
    border-bottom: 1px solid #f5f5f5;
    margin: 0 !important;
}

.jxhy_list li:nth-of-type(2n-1) .img_box {
    border-right: 1px solid #f5f5f5;
}

.jxhy_list li:nth-of-type(2n-1) .text {
    padding-right: 5%;
}

.jxhy_list li:nth-of-type(2n) .text {
    padding-left: 5%;
}

.jxhy_list li:nth-of-type(3), .jxhy_list li:nth-of-type(4) {
    border-bottom: none;
}

.jxhy_list li .text {
    width: 50%;
    float: left;
}

.jxhy_list li p {
    text-align: left;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jxhy_list li .text p.name {
    color: #333;
    margin-top: 0.6rem;
}

.jxhy_list li .text p.gg {
    margin-top: 0.2rem;
    color: #333;
    font-size: 0.8rem;
}

.jxhy_list li .text p.money {
    color: #fff;
    padding: 0 0.4rem;
    background: #fd333c;
    display: inline-block;
    margin-top: 1rem;
    font-size: 0.9rem;
    border-radius: 30px;
    font-weight: bold;
    text-indent: 0;
    width: auto;
}
/*折后价author:Bruce*/
.jxhy_list li .text p.discount_price {
    color: #fff;
    padding: 0 0.4rem;
    background: #fd333c;
    display: inline-block;
    margin-top: 1rem;
    font-size: 0.7rem;
    border-radius: 30px;
    font-weight: bold;
    text-indent: 0;
    width: auto;
}

#djrx .jxhy_list li .text p.money {
    background: none;
    color: #ff1919;
    font-size: 1rem;
    margin-top: 0.2rem;
    padding: 0;
}

/*折后价author:Bruce*/
#djrx .jxhy_list li .text p.discount_price {
    background: none;
    color: #ff1919;
    font-size: 0.7rem;
    margin-top: 0.2rem;
    padding: 0;
}

#djrx .jxhy_list li .text p.gg {
    color: #666666;
}

.no_login {
    font-size: 0.9rem !important;
}

.jxhy_list li .img_box {
    width: 50%;
    float: left;
    height: 6rem;
    line-height: 6rem;
    text-align: center;
    padding-right: 6.25%;
}

/*超值换购*/

/*厂家推荐*/
#tjcj .title {
    text-align: center;
    border-bottom: none;
    padding: 1.125rem 0;
}

#tjcj .title img {
    width: 8.025rem;
    height: 1.1rem;
}

.tjcj_scroll {
    height: 26.25rem;
    padding: 0 11%;
    position: relative;
    overflow: hidden;
}

#tjcj ul li {
    float: left;
    width: 18rem;
    height: 26.25rem;
    background: #fff;
    margin-left: 0.675rem;
}

.cj_title, #tjcj .content {
    width: 92%;
    margin: 0 auto;
}

.cj_title {
    position: relative;
    height: 3.75rem;
    line-height: 3.75rem;
    text-align: left;
    border-bottom: 0.0375rem solid #e5e5e5;
    overflow: hidden;
    background: #fff;

}

.cj_title img {
    width: 10.125rem;
    height: 3rem;
}

.cj_title .readmore {
    height: 1.8rem;
    line-height: 1.8rem;
    padding: 0 0.375rem;
    border-radius: 0.185rem;
    border: 0.0375rem dashed #999999;
    color: #999999;
    font-size: 0.9rem;
    position: absolute;
    right: 0;
    top: 1rem;
}

#tjcj .content_list {
    float: left;
    margin: 0.375rem 0;
    width: 50%;
    height: 10.3rem;
}

#tjcj .content_list:nth-of-type(2n) {
    border-left: 0.0375rem solid #e5e5e5;
}

#tjcj .content_list .img_box {
    height: 7.3rem;
    line-height: 7.3rem;
    text-align: center;
}

#tjcj .content_list .img_box {
    vertical-align: baseline;
}

/*轮播按钮样式*/

#slider2 .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.4);
    width: 1rem;
    height: 0.15rem;
    border-radius: 30px;
}

#slider2 .swiper-pagination-bullet-active {
    background: white !important;
    height: 0.3rem;
    position: relative;
    top: 1px;
}


/*搜索*/

#fix_search {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #f5f5f5;
    left: 0;
    top: 0;
    display: none;
    z-index: 1111;
    overflow-y: scroll;
    webkit-overflow-scrolling: touch;
}

.classify_header .headLeft img {
    width: 0.7125rem !important;
    height: 1.35rem !important;
}

.classify_header #suggest {
    border-radius: 30px;
    width: 75%;
    height: 2.025rem;
    font-size: 12px;
    color: #4f4f4f;
    margin-left: -5%;
    font-size: 0.9rem;
}

#search_btn {
    height: 3rem;
    vertical-align: top;
    color: #fff;
    font-size: 1.05rem;
    border: none;
    background: none;
    width: 100%;
    padding: 0;
}

#suggestions_wrap,
.search_history,
.seraching {
    width: 100%;
    margin: 0 auto;
    background: white;
    padding: 0 2.5%;
}

#suggestions_wrap {
    padding-top: 3rem;
}

.search_history {
    margin-top: 0.3rem;
}

#suggestions_wrap .title {
    font-size: 1rem;
    color: #111;
    font-family: "microsoft yahei";
    margin-bottom: 0;
    height: 2.4rem;
    line-height: 2.4rem;
}

#suggestions_wrap .hot ul {
    overflow: hidden;
    padding-bottom: 0.75rem;
    margin-left: -0.6rem;
}

#suggestions_wrap .hot ul li {
    float: left;
    background: #ffeced;
    margin: 0.6rem 0 0 0.6rem;
    height: 2.025rem;
    line-height: 2.025rem;
    padding: 0 0.6rem;
    border-radius: 0.375rem;
    font-size: 0.9rem;
}

#suggestions_wrap .hot ul li a {
    color: #fd333c;
    display: inline-block;
}

.serach_history {
    padding-bottom: 0.8rem;
}

.history {
    color: #999;
    height: 2.4rem;
    line-height: 2.4rem;
    margin: 0;
    font-size: 1rem;
    border-bottom: 1px solid #efefef;
}

#suggestions li,
#searching_result li {
    color: #333333;
    height: 3.3rem;
    line-height: 3.3rem;
    border-bottom: 1px solid #efefef;
    font-size: 1rem;
}

#searching_result {
    position: absolute;
    top: 3rem;
    width: 100%;
    left: 0;
    padding: 0 2.5%;
    background: #fff;
}

#searching_result li a {
    display: inline-block;
    width: 100%;
}

#searching_result li span.fl {
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90%;
}

#searching_result li span.fr {
    height: 3.3rem;
    line-height: 3.3rem;
}

#searching_result li span.fr img {
    width: 0.3rem;
    height: 0.5625rem;
    vertical-align: baseline;
}

#suggestions li a,
#searching_result li a {
    color: #333;
}

.hz {
    width: 1.7rem;
    text-align: center;
}

.hz img {
    width: 0.45rem;
    height: 0.45rem;
}

#suggestions li .fr,
#searching_result li .fr {
    font-size: 0.8rem;
    color: #999;
}

.clear_history_box {
    text-align: center;
    padding: 0.6rem 0;
}

.clear_history {
    border: 1px solid #e5e5e5;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    border-radius: 30px;
    width: 10rem;
    display: inline-block;
}

.clear_history span {
    vertical-align: middle;
    font-size: 1rem;
    margin-left: 0.45rem;
    color: #666666;
}

.clear_history img {
    width: 1.1625rem;
    height: 1.2rem;
}


/*add*/

.container {
    padding: 3rem 0 3.675rem 0;
}

#tjcj {
    padding-bottom: 0.6rem;
}

.swiper_ul {
    margin-bottom: 0;
    position: relative;
    transition: none;
    -webkit-transition: none;
}

/*品牌专区修改01.19*/
#ppzq .swiper_ul {
    /*width: 95%;*/
    /*margin: 0 auto;*/
}

.swiper-slide-1 {
    /*height: 9rem;*/
}

.swiper-slide-1 img {
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}

#ppzq .grids-4 {
    position: relative;
    overflow: visible;
    box-sizing: border-box;
    /*float: left;*/
    width: 100%;
    /*height: 8rem;*/
    border: 1px #E5E5E5 solid;
    border-right: none;
    border-top: none;
}

#ppzq .grids-4::before, .grids-4::after {
    /*content: "";*/
    /*height: 0;*/
    /*line-height: 0;*/
    /*display: block;*/
    /*visibility: hidden;*/
    /*clear: both;*/
}

#ppzq .grids-4 {
    overflow: hidden;
}

#ppzq .grids-4 .grids-item {
    width: 25%;
    float: left;
}

#ppzq .grids-4 .grids-item {
    position: relative;
    box-sizing: border-box;
    *width: 24.8%;
    height: 4rem;
    *height: 4rem;
    border: 1px #E5E5E5 solid;
    border-left: none;
    border-bottom: none;
    z-index: 1;
}

#ppzq .grids-4 .grids-item img {
    width: 100%;
    height: 99%;
}

.color {
    height: 0.6rem;
    background: #f5f5f5;
}

/*品牌专区修改01.19*/
#djrx .swiper_ul, #xpsj .swiper_ul, #cptj .swiper_ul {
    width: 95%;
    margin: 0 auto;
}

/*输入时*/

.reset {
    display: none;
    position: absolute;
    top: 0.35rem;
    width: 2rem;
    height: 2.025rem;
    line-height: 2.025rem;
    margin-left: -2.2rem;
}

.reset img {
    position: initial !important;
    margin-left: 0 !important;
    top: 0 !important;
    width: 1.05rem;
    height: 1.05rem;
}

#searching_result li .fr {
    margin-right: 0.5rem;
}

.seraching {
    display: none;
}

.fixed_body {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.title .fr img {
    width: 4.05rem !important;
}
