﻿.container *,
body,
html {
    /*margin: 0;
    padding: 0;*/
    font-size: 12px;
    color: #333;
    font-family: "微软雅黑";
    box-sizing: border-box;
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.jia,
.jian {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    border: none !important;
    color: #fff !important;
}

.jia {
    background: green !important;
}

.jian {
    background: red !important;
}

.container {
    width: 100%;
}

.container .container_box {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    position: relative;
}

.container img {
    border: none;
    vertical-align: middle;
    max-height: 100%;
    max-width: 100%;
}

/* .container .carousel_left img {
    height: 100%;
    width: 100%;
} */

/*顶部样式*/
#top_nav {
    min-width: 1200px;
    height: 34px;
    line-height: 34px;
    background: #f2f2f2;
    position: relative;
    margin-bottom: 1px;
}

.app,
.login_before {
    position: relative;
    float: left;
    z-index: 99;
}

.app {
    position: relative;
    display: inline-block;
    padding: 0 10px;
}

.my-icon {
    background: url(../image/top_nav/my-icon.png) no-repeat;
    display: inline-block;
}

.hover-icon {
    position: absolute;
    top: 50%;
    margin-top: -2.5px;
    left: 50px;
    height: 5px;
    width: 10px;
    background-position: -20px 0;
}

.app:hover {
    color: #0094D0;
}

.app:hover .hover-icon {
    height: 5px;
    width: 10px;
    background-position: 0 0;
}

.hover-box {
    position: absolute;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
    z-index: 99;
    background-color: #fff;
    top: 40px;
    left: -10px;
    display: none;
    border-radius: 2px;
}

.app:hover .hover-box {
    display: block;
}

#top_nav .app_erweima {
    position: relative;
    top: -1px;
    margin-right: 5px;
}

#top_nav .vbar {
    width: 1px;
    height: 14px;
    margin-left: 20px;
    background-color: #E5E5E5;
}

#top_nav .login_before .login_before1 .login {
    color: #0094D0;
    text-align: center;
    margin-right: 23px;
    font-weight: bold;
}

#top_nav .login_before .login_before1 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    float: right;
    margin-left: 10px;
    font-size: 14px;
}

#top_nav .login_before .login_before1 .BusinessName {
    display: inline-block;
    max-width: 150px;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#top_nav .login_before .login_before1 .userid {
    display: inline-block;
    font-size: 14px;
    margin: 0 5px;
}

#top_nav .login_before .login_before1 a.exit {
    font-size: 14px;
}

#top_nav .login_before .login_before1 .reg:hover {
    color: #0094D0;
}

#top_nav .login_before .login_before1 .reg {
    color: #666666;
    text-align: center;
}

#top_nav .login_before .changeUser {
    position: relative;
    display: inline-block;
    margin-left: 20px;
    width: 50px;
    cursor: pointer;
}

#top_nav .login_before .changeUser .changeUserList {
    position: absolute;
    top: 100%;
    left: -10px;
    z-index: 10000;
    padding: 0;
    display: none;
    height: auto;
    background-color: #fff;
}

#top_nav .login_before .changeUser:hover .changeUserList {
    display: inline-block;
}

#top_nav .login_before .changeUser .changeUserList li {
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    padding: 0 10px;
    font-weight: bold;
}

#top_nav ul.right_list {
    float: right;
}

#top_nav ul {
    padding: 0 5px;
    height: 100%;
}

#top_nav ul li:hover {
    color: #0094D0;
}

#top_nav .right_list li {
    float: left;
    display: inline-block;
    position: relative;
    color: rgb(102, 102, 102);
    padding: 0 14px;
    cursor: pointer;
}

#top_nav .entName {
    float: left;
    margin-left: 8px;
    font-size: 14px;
    color: #000;
}

#top_nav .middle {
    position: absolute;
    display: block;
    z-index: 0;
    top: 0;
    left: 50%;
    margin-left: -85px;
    /* width: 100%; */
    font-size: 16px;
    text-align: center;
}

#top_nav .right_list li .icon {
    width: 8px;
    height: 5px;
    display: inline-block;
    margin-left: 3px;
}

#top_nav .right_list li ul {
    padding: 10px 5px;
    height: 100%;
}

#top_nav .right_list li ul li {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    padding: 0;
    float: none;
    margin: 0;
}

#top_nav .right_list li.has-icon {
    padding: 0 20px 0 15px;
}

#top_nav .right_list li:hover .hover-icon {
    height: 5px;
    width: 10px;
    background-position: 0 0;
}

#top_nav .right_list li:hover .hover-box {
    display: block;
}

#shortcut {
    margin-left: 10px;
}

/*顶部样式*/
/*头部样式*/
#header {
    height: 120px;
    position: relative;
    z-index: 62;
    margin-bottom: 20px;
}

.search_top .img_box {
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    text-align: center;
    width: 220px;
    height: 120px;
}

.search_top .img_box>a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 220px;
    height: 120px;
}

.search_top .img_box img {
    vertical-align: middle !important;
    max-width: 100%;
    max-height: 100%;
}

.img_box img {
    transition: 0.2s all linear;
}

.input_box {
    width: 640px;
    position: relative;
    float: left;
    padding: 38px 0 0 50px;
}

.input_box .search_btn {
    position: absolute;
    top: 38px;
    right: 0;
    z-index: 100;
    overflow: hidden;
    width: 91px;
    height: 40px;
    text-align: center;
    border-top-right-radius: 19px;
    border-bottom-right-radius: 19px;
}

.input_box .search_btn .input_box_btn {
    font-size: 18px;
    font-weight: 700;
    color: #FFF;
    background-color: #0094d0;
    cursor: pointer;
    height: 100%;
    border: none;
    width: 100%;
}

.input_box .search_input_suggest {
    margin-right: 90px;
    border: 2px solid #0094d0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-right: none;
    height: 40px;
    margin-bottom: 8px;
}

.input_box .search_input_suggest .search_panel_im {
    position: absolute;
    top: 9px;
    left: 10px;
}

.input_box .search_input_suggest .search_panel {
    height: 40px;
    width: 498px;
    position: relative;
}

.input_box .search_input_suggest .search_panel .search_combox {
    margin: 5px 30px;
    text-indent: 10px;
    height: 25px;
    line-height: 25px;
    border: none;
    outline: 0;
    font-size: 16px;
    color: #333;
    font-weight: normal;
    width: 100%;
}

.search_panel_tips {
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 10000;
    width: 94%;
    max-height: 200px;
    background-color: #fff;
    cursor: pointer;
}

.search_panel_tips li {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 30px;
    padding: 0 10px;
    background-color: #fff;
    font-size: 16px;
    color: #333;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.search_panel_tips li:hover {
    color: #19A3F5;
}

.hot {
    overflow: hidden;
    height: 18px;
}

.hot .hot_c {
    color: #FF001D;
}

.hot a {
    margin-right: 10px;
}

.hot span,
.hot a {
    font-size: 14px;
}

.fr {
    float: right;
}

.phone_box {
    overflow: hidden;
    display: inline-block;
}

.phone_box_views {
    width: 300px;
    height: 120px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}

.phone_box .phone_box_view {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 30px;
    font-size: 0;
}

.phone_box .phone_box_ph {
    margin-right: 5px;
    display: inline-block;
    width: 20px;
    height: 20px;
}

.phone_box .phone_box_rx {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin-right: 5px;
}

.phone_box .phone_box_rx span {
    color: #0094D0;
    font-size: 20px;
    white-space: normal;
    word-break: break-all;
}

.phone_box .phone_box_hm {
    display: inline-block;
    height: 30px;
}

.phone_box .phone_box_hm p {
    height: 30px;
    font-size: 20px;
    line-height: 30px;
    color: #0094D0;
    font-family: "宋体";
    overflow: hidden;
}

.phone_box .phone_box_hz {
    margin-top: 10px;
    text-align: right;
    color: #0094D0;

}

.userInfoTel {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    flex-wrap: wrap;
    width: 300px;
    height: 120px;
}

.userInfoTel p {
    width: 100%;
    height: 20px;
}

.userInfoTel p span {
    display: inline-block;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle;
}

/*头部样式*/
/*导航样式*/
#nav {
    min-width: 1200px;
    height: 40px;
    line-height: 38px;
    border-bottom: 2px solid #0094D0;
    position: relative;
    z-index: 61;
}

#nav .fenlei,
.nav_list,
.nav_list li {
    float: left;
}

#nav .fenlei {
    width: 220px;
    height: 39px;
    line-height: 39px;
    text-indent: 63px;
    background: #19A3F5;
    cursor: pointer;
}

#nav .fenlei img {
    margin-left: 30px;
}

.nav_list li:hover span {
    color: #0094D0;
}

.nav_list li {
    position: relative;
}

.nav_list li {
    display: inline-block;
    padding: 0 15px;
}

.nav_list li span {
    font-size: 16px;
    color: #262626;
    cursor: pointer;
}

.nav_list li .nav_list_RT {
    position: absolute;
    top: -6px;
    right: -6px;
}

.getCouponNum {
    display: none;
    width: 24px;
    height: 24px;
    background-color: #FF1919;
    border-radius: 50%;
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    text-align: center;
}

.nav_list .active span {
    font-weight: bold;
    color: #0094D0;
}

#nav .fenlei span {
    font-size: 16px;
    color: #fff;
}

.gwc_box .gwc {

    margin-right: 25px;
}

.f1 {
    float: left;
}

.gwc_box .dd {
    position: relative;
}

.gwc_box .dd .hot {
    width: 28px;
    height: 18px;
    position: absolute;
    right: 0px;
    top: -6px;
}

.gwc_box .gwc span,
.gwc_box .dd span {
    font-size: 16px;
    color: #262626;
}

.gwc_box .gwc .s1 .cart_number {
    color: #fff;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 50%;
    background: #FF1919;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.site_content {
    top: 39px;
    left: 0;
    position: absolute;
    z-index: 70;
    display: none;
    min-height: 450px;
    background-color: #fff;
}

.menu_list {
    width: 220px;
    height: 436px;
    overflow: hidden;
}

.menu_list_children {
    height: 48px;
    background: #FCFCFC;
    /* border-left: 1px solid #e5e5e5; */
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px dashed #e5e5e5;
}

.menu_list_children:last-child {
    border-bottom: none;
}

.menu_list_children .text:first-child {
    border-top: none;
}

.menu_list_children .text {
    height: 40px;
    line-height: 40px;
    width: 95%;
    margin: 0 auto;
    position: relative;
    border-top: 1px dashed #e5e5e5;
    overflow: hidden;
}

.menu_list_children .text .menu-left {
    width: 45%;
}

.menu_list_children .text .img_box_left {
    width: 20px;
    height: 20px;
    text-align: center;
    float: left;
    margin-right: 5px;
    position: relative;
    margin-top: 10px;
    overflow: hidden;
}

.menu_list_children .text .img_box_left img {
    position: relative;
    top: -12px;
}

.menu_title {
    font-family: "宋体";
    color: #262626;
    overflow: hidden;
}

.menu_right {
    position: absolute;
    top: 0;
    left: 50%;
    overflow: hidden;
}

.menu_right .menu_right_1 {
    margin-right: 12px;

}

.menu_right a {
    color: #333333;
    opacity: 0.78;
    height: 40px;
    line-height: 40px;
}

#nav .site_content .menu_list .on {
    background-color: #f4f4f4;
    border-right: 1px solid #f4f4f4;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    margin-top: -1px;
}

.category_list {
    position: absolute;
    top: 0;
    left: 218px;
    min-height: 434px;
    width: 780px;
    border: 1px solid #e5e5e5;
    display: none;
    border-top: none;
    background: #fff;
}

.category_list .category_list_title {
    width: 100px;
    color: #0094D0;
    text-align: right;
    margin-top: 30px;
    font-family: "宋体";
}

.category_list .ct {
    margin-top: 15px;

    width: 100%;
    overflow: hidden;
}

.category_list .ct span.category_list_title_left {
    width: 100px;
    height: 15px;
    line-height: 15px;
    text-align: right;
    display: block;
    color: #333;
    font-family: "宋体";
    font-weight: bold;
    float: left;
}

.category_list_link {
    float: left;
    line-height: 12px;
    margin: 0 25px;
    width: 590px;
    border-bottom: 1px dashed #c1c1c1;
    margin-bottom: 30px;
}

.category_list_link a {
    display: inline-block;
    font-family: "宋体";
    margin: 0 15px 15px 0;
    color: #666666;
}

.slide_right {
    width: 215px;
    height: 440px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 62;
    background: #fff;
    bottom: 5px;
    border: 1px solid #e5e5e5;
}

.slide_right .user {
    width: 180px;
    margin: 0 auto;
    overflow: hidden;
    height: 213px;
    border-bottom: 1px solid #DADADB;
}

.slide_right .user .face {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 29px auto 0;
}

.slide_right .user .face img {
    max-width: 100%;
    max-height: 100%;
}

.slide_right .user .luckDrawImg {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 80px;
    margin: 0 auto;
}

.luckDrawEndTime {
    width: 100%;
    height: 30px;
    font-size: 12px;
    color: red;
    line-height: 30px;
    text-align: center;
}

.slide_right .user-yes p {
    position: relative;
}

.slide_right .user-yes p a {
    display: inline-block;
    width: 80px;
    color: #333;
    font-size: 14px;
}

.slide_right .user-yes p span.line {
    top: 50%;
    margin-top: -10px;
    position: absolute;
    left: 50%;
    margin-left: -0.5px;
    width: 1px;
    height: 20px;
    display: block;
    background-color: #e5e5e5;
}

.slide_right .user-yes p a:hover {
    color: #3dbb2b;
}

.slide_right .user .arrears {
    width: 100%;
    height: 20px;
    margin-top: 10px;
}

.slide_right .user .luckDrawBtn {
    margin-top: 4px;
}

.slide_right .user .arrears a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #555;
    line-height: 20px;
    text-align: center;
}

.slide_right .user .luckDrawBtn a {
    font-size: 16px;
}

.slide_right .user .arrears a:hover {
    color: #3dbb2b;
}

.slide_right .user p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    margin-top: 10px;
    color: #555;
    font-size: 16px;
}

.slide_right .user .btn-box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 30px;
    margin-top: 20px;
    line-height: 30px;
    font-size: 16px;
}

.slide_right .user .btn-box span {
    cursor: pointer;
    display: inline-block;
    border-radius: 10px;
    height: 100%;
    width: 80px;
    background-color: #2190DB;
    color: #fff;
    text-align: center;
}

.slide_right .user .btn-box span a {
    display: inline-block;
    color: #fff !important;
    width: 100%;
    height: 100%;
    font-size: 16px;
}

.slide_right .bottom-box {
    overflow: hidden;
    height: 221px;
    width: 180px;
    margin: 0 auto;
}

.slide_right .bottom-box .bottom-box_top a {
    font-size: 16px;
    color: #19A3F5;
}

.slide_right .bottom-box .bottom-box_top {
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #DADADB;
    overflow: hidden;
}

.bottom-box .bottom-box_top .bottom-box_l {
    float: left;
}

.bottom-box .bottom-box_top .bottom-box_r {
    float: right;
}

.bottom-box .tab-content li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #808080;
    font-size: 12px;
    font-family: "微软雅黑";
    font-weight: normal;
    text-align: left;
    height: 13px;
    line-height: 13px;
    margin-top: 15px;
}

.bottom-box .tab-content li a {
    color: #19A3F5;
}

.bottom-box .tab-content li:hover {
    text-decoration: underline;
}

.site_content .menu_list .menu_list_children .category_list .ct .category_list_link a:hover {
    color: #e5e5e5;
}

/*导航样式*/
/*专区推荐*/
#zqtj {
    margin-top: 20px;
}

#zqtj .title-box {
    position: relative;
    padding: 0 10px;
    height: 23px;
    line-height: 23px;
}

#zqtj .title-box span.title {
    padding-right: 13px;
}

.container .container_box .title-box span.title {
    color: #1A1A1A;
    font-size: 24px;
    font-weight: normal;
    font-family: '微软雅黑';
    text-align: left;
}

#zqtj .container_box .item-box {
    margin-top: 20px;
    height: 175px;
}

#zqtj .container_box .item-box .magnify-box {
    float: left;
    margin-left: 18px;
    width: 285px;
    height: 100%;
}

#zqtj .container_box .item-box .magnify-box a {
    width: 285px;
    height: 100%;
    display: block;
}

.default-box {
    background-color: #fff;
}

.magnify-box {
    overflow: hidden;
}

.magnify-box img {
    width: 100%;
    height: 100%;
    transition: 0.2s all linear;
    -moz-transition: 0.2s all linear;
    -webkit-transition: 0.2s all linear;
    -o-transition: 0.2s all linear;
}

/*专区推荐*/
/*每周精选*/
#mzjx {
    margin-top: 18px;
}

.floorMore {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 10;
    display: inline-block;
    height: 32px;
    padding: 0 20px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 18px;
    line-height: 32px;
    color: #000;
    cursor: pointer;
}

#mzjx .mzjx_con {
    height: 276px;
}

#mzjx .item-title {
    width: 191px;
    height: 100%;
    background-color: #3598E6;
    float: left;
}

#mzjx .item-title .img_box {
    padding-top: 40px;
    padding-left: 12px;
}

#mzjx .item-title .img_box p {
    width: 100%;
    height: 42px;
    line-height: 42px;
    font-size: 30px;
    color: #fff;
    padding-left: 18px;
}

#mzjx .item-title .mzjx_sj {
    height: 18px;
    line-height: 18px;
    color: #FFFFFF;
    margin-top: 9px;
    margin-bottom: 24px;
    font-size: 18px;
    text-align: center;
}

#mzjx .item-title .djs-box {
    margin-left: 18px;
    color: #fff;
    line-height: 20px;
    display: inline-block;
}

#mzjx .item-title .djs-box span {
    display: inline-block;
    width: 18px;
    height: 20px;
    color: #fff;
    text-align: center;
    background: #2F3430;
    line-height: 20px;
    margin: 0 5px;

}

#mzjx .item-box {
    overflow: hidden;
    width: 1009px;
    height: 100%;
    background: rgba(237, 237, 237, 1);
    float: left;
    position: relative;
}

#mzjx .banner_items {
    width: 900px;
    height: 238px;
    position: relative;
    overflow: hidden;
    margin: 18px 55px;
}

#mzjx .banner_items li {
    width: 900px;
    height: 238px;
    float: left;
    text-align: center;
}

#mzjx .item-box li .manify {
    width: 201px;
    height: 238px;
    border: 4px solid #3D9BE4;
    border-radius: 12px;
    margin-right: 20px;
    float: left;
}

#mzjx .item-box li .manify-box {
    width: 151px;
    height: 124px;
    margin: 20px auto;
}

#mzjx .item-box li .manify-box img {
    transition: 0.2s all linear;
    -moz-transition: 0.2s all linear;
    -webkit-transition: 0.2s all linear;
    -o-transition: 0.2s all linear;
}

#mzjx .item-box li p {
    text-align: center;
    margin-top: 5px;
    color: #757778;
    height: 17px;
    overflow: hidden;
}

/*每周精选*/
.goods-default:hover img,
.floor-box:hover img,
.goods-img:hover img,
.centerimg-img:hover img,
.manify-box:hover img {
    transform: scale(1.06);
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    transition: 0.2s all linear;
}

.centerimg-img img {
    -webkit-transition: 0.2s all linear;
}

#zqtj .container_box .item-box li:hover {
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
    /* border-radius: 10px; */
}

/*品牌推荐*/
.title-box .more {
    position: absolute;
    font-family: SimSun;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    height: 100%;
    top: 15px;
    right: 0;
    display: inline-block;
}

#pptj .title-box {
    margin-top: 30px;
}

#pptj .item-box {
    margin-top: 27px;
    height: 300px;
    overflow: hidden;
}

#ppzq-carousel {
    width: 590px;
    height: 100%;
    float: left;
}

.carousel {
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.carousel .carousel-list {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}

.carousel .carousel-list li {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.carousel .carousel-list li.cur {
    display: block;
}

#ppzq-carousel .carousel-list li img {
    width: 100%;
    height: 100%;
}

#ppzq-carousel .carousel-nav {
    bottom: 10px;
}

.carousel .carousel-nav {
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 100%;
    text-align: center;
    display: block;
}

#ppzq-carousel .carousel-nav li:first-child {
    margin-left: 0;
}

#ppzq-carousel .carousel-nav li {
    position: relative;
    width: 170px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    background: transparent;
    margin-left: 10px;
}

#ppzq-carousel .carousel-nav .cur {
    background-color: #fff;
    color: #666;
    border: 1px solid #c9c9c9;
}

#ppzq-carousel .carousel-nav li span.text {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: 2;
    width: 100%;
    height: 100%;
    font-size: 14px;
}

#ppzq-carousel .carousel-nav li span.bg {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background-color: #c9c9c9;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
}

#pptj .item-box .grids-4 {
    position: relative;
    width: 600px;
    overflow: visible;
    float: left;
    height: 100%;
    border: 1px solid #e5e5e5;
    border-left: none;
}

#pptj .item-box .grids-4 .grids-item {
    position: relative;
    height: 100px;
    border: 1px solid #e5e5e5;
    border-left: none;
    border-top: none;
    z-index: 1;
    padding: 5px auto;
}

#pptj .item-box .grids-4 .grids-item:hover {
    z-index: 2;
    border: none;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
}

#pptj .item-box .grids-4 .grids-item img {
    width: 100%;
    height: 99%;
}

.grids-4 .grids-item {
    width: 25%;
    float: left;
}

/*品牌推荐*/
/*中间广告*/
#ndjh {
    height: 95px;
    line-height: 95px;
    margin-top: 22px;
}

/*中间广告*/
/*家庭常备*/
.container .container_box .title-box span.floor {
    color: #199A1E;
    font-size: 24px;
    font-weight: normal;
    font-family: "微软雅黑";
    text-align: left;
    margin-right: 10px;
}

#jtcb .title-box {
    margin-top: 21px;
    margin-bottom: 25px;
}

#jtcb .item-box:first-child {
    margin-left: 0;
}

#jtcb .item-box {
    height: 424px;
    border-top: 2px solid #199A1E;
    overflow: hidden;
}

.item-box .carousel_left {
    width: 257px;
    height: 420px;
    float: left;
    overflow: hidden;
}

.carousel_left_top {
    width: 150px;
    overflow: hidden;
    height: 25px;
    line-height: 25px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin: 40px auto;
}

.carousel_leftb {
    width: 170px;
    height: 170px;
    margin: 10px 32px;
    overflow: hidden;
    cursor: pointer;
}

.carousel_left_cen {
    width: 208px;
    height: 72px;
    margin: 0 auto;
    margin-top: 20px;
}

.carousel_main {
    width: 100px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    margin-right: 4px;
    margin-bottom: 4px;
    background: #5A31D4;
    float: left;
    cursor: pointer;
}



.carousel-left {
    float: left;
}

.carousel-left-l {
    float: left;
    width: 235px;
}

.carousel-left-r {
    float: left;
}

.item-box .carousel-left .carousel-img {
    width: 225px;
    height: 210px;
    float: left;
    overflow: hidden;
    border-left: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
}

.item-box .carousel-left .carousel-img .floor-box {
    width: 125px;
    height: 125px;
    margin: 0 auto;
}

.item-box .carousel-left .carousel-img p {
    text-align: center;
    margin-top: 7px;
    font-size: 16px;
    color: #2E2E2E;
    height: 16px;
}

.item-box .carousel-left .carousel-img li {
    width: 225px;
    height: 104px;
}

.item-box .carousel-left .carousel-img li img {
    margin: 0 25px;
}

.item-box .carousel-left .carousel-left-r {
    width: 257px;
    position: relative;
    float: left;
    height: 420px;
    border-bottom: 1px solid #eee;
}

.item-box .carousel-right {
    float: left;
    position: relative;
    width: 708px;
    height: 424px;
}

.item-box .carousel-right .goods {
    width: 470px;
    float: left;
    position: relative;
    border-bottom: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
}

.item-box .carousel-right .goods .goods-item {
    width: 240px;
    height: 209px;
    float: left;
    position: relative;
}

.goods .goods-item p.item-1 {
    text-align: center;
    color: #2E2E2E;
    font-size: 20px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    margin-top: 64px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.goods .goods-item p.item-2 {
    color: #FF3B3B;
    font-size: 18px;
    height: 18px;
    text-align: center;
    margin-top: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}

.goods .goods-item p.item-3 {
    color: #757778;
    font-size: 16px;
    height: 16px;
    text-align: center;
    margin-top: 11px;
    font-weight: 400;
}

.goods .goods-item h1 {
    width: 191px;
    margin-left: 30px;
    height: 1px;
    background: rgba(230, 230, 230, 1);
}

.goods .goods-img {
    float: left;
    width: 200px;
    height: 200px;
    margin: 5px auto 0;
}

.item-box .carousel-right ul li {
    width: 235px;
    height: 210px;
    float: left;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
    display: inline-block;
    zoom: 1;
}

.item-box .carousel-right .goods-list .goods-default {
    width: 125px;
    height: 125px;
    margin: 10px auto 0;
}

.goods-default img {
    width: 100%;
    height: 100%;
    transition: 0.2s all linear;
    -moz-transition: 0.2s all linear;
    -webkit-transition: 0.2s all linear;
    -o-transition: 0.2s all linear;
}

.goods-list li p.goods-gx {
    color: #2E2E2E;
    font-size: 16px;
    height: 16px;
    font-weight: 400;
    margin-bottom: 8px;
    text-align: center;
    line-height: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.goods-list li p.goods-name {
    color: #757778;
    font-size: 14px;
    height: 13px;
    font-weight: 400;
    margin-bottom: 7px;
    text-align: center;
}

.goods-list li p.goods-price {
    color: #FF3B3B;
    font-size: 14px;
    height: 14px;
    font-weight: normal;
    margin-bottom: 11px;
    text-align: center;
}

.item-box {
    overflow: hidden;
}

/*家庭常备*/
/*单品折扣*/
#dpzk {
    height: 107px;
    line-height: 107px;
    margin-top: 16px;

}

#dpzk img {
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
}

/*单品折扣*/
/*产品推荐*/
#cptj .title-box {
    margin-top: 21px;
    margin-bottom: 25px;
}

#cptj .item-box {
    height: 424px;
    border-top: 2px solid #FB7044;
    overflow: hidden;
}

#cptj span.floor {
    color: #FB7044 !important;
}

.item-box .carousel-left .carousel-t {
    margin-bottom: 20px;
}

.item-box .carousel-left .carousel-x .carousel-content li {
    display: inline-block;
    width: 96px;
    height: 32px;
    /*padding-bottom: 2px;
    padding-right: 2px;*/
    text-align: center;
    background-color: #5A31D4;
    border-right: 2px solid #6a48f2;
    border-bottom: 2px solid #6a48f2;
}

.item-box .carousel-left .carousel-x .carousel-content li a {

    color: #FEFEFE;
    font-size: 14px;
    height: 15px;
    font-weight: 400;
}

.item-box .carousel-left .carousel-x .carousel-content {
    width: 196px;
    height: 65px;
    margin: 0 auto;
    /*background-color: #5A31D4;*/
}

.item-box .carousel-left .carousel-cp {
    width: 200px;
    height: 129px;
    margin: 0 auto;
    background-color: #FEFDFD;
}

.item-box .carousel-left .carousel-cp li {
    display: inline-block;
    float: left;
    width: 100px;
    height: 65px;
    text-align: center;
    border-right: 2px solid #e1e1e1;
    border-bottom: 2px solid #e1e1e1;
}

.item-box .carousel-right .centerimg .centerimg-item {
    width: 240px;
    height: 209px;
    float: left;
    position: relative;
}

.centerimg .centerimg-item p.item-1 {
    text-align: center;
    color: #2E2E2E;
    font-size: 20px;
    font-weight: bold;
    height: 44px;
    margin-top: 40px;
}

.centerimg .centerimg-item p.item-2 {
    color: #FF3B3B;
    font-size: 18px;
    height: 18px;
    text-align: center;
    margin-top: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}

.centerimg .centerimg-item h1 {
    width: 191px;
    margin-left: 30px;
    height: 1px;
    background: rgba(230, 230, 230, 1);
}

.centerimg .centerimg-item p.item-3 {
    color: #757778;
    font-size: 16px;
    height: 16px;
    text-align: center;
    margin-top: 11px;
    font-weight: 400;
}

.centerimg .centerimg-img {
    float: left;
    position: relative;
    width: 228px;
    height: 209px;
}

#cptj .item-box .carousel-right {
    float: left;
    position: relative;
    width: 940px;
    height: 420px;
}

.carousel-right .carousel-img {
    width: 235px;
    height: 210px;
    float: left;
    position: relative;
    font-size: 16px;
    overflow: hidden;
    border-bottom: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
    display: inline-block;
    text-align: center;
    zoom: 1;
}

.item-box .carousel-right .carousel-img p {
    text-align: center;
    margin-top: 7px;
    font-size: 16px;
    color: #2E2E2E;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.carousel-right .centerimg {
    width: 470px;
    float: left;
    position: relative;
    border-bottom: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
    z-index: 111;
}

.item-box .carousel-right .carousel-img .goods-default {
    width: 125px;
    height: 125px;
    margin: 0 auto;
}

/*产品推荐*/
#jpmz {
    height: 109px;
    line-height: 109px;
    margin-top: 20px;
}

#jpmz img {
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
}

/*当季热销*/
#djrx .title-box {
    margin-top: 10px;
    margin-bottom: 24px;
}

#djrx .item-box {
    height: 424px;
    border-top: 2px solid #E34C7F;
    overflow: hidden;
}

#djrx span.floor {
    color: #E34C7F !important;
}

/*当季热销*/
/*家庭保健*/
#jtbj .title-box {
    margin-top: 10px;
    margin-bottom: 25px;
}

#jtbj span.floor {
    color: #4870B7 !important;
}

#jtbj .item-box {
    height: 424px;
    border-top: 2px solid #4870B7;
    overflow: hidden;
}

#jtbj .item-box .carousel-right {
    float: left;
    position: relative;
    width: 940px;
    height: 420px;
}

/*家庭保健*/
/*主体结束*/
#end .end-content {
    margin: 0 400px;
}

#end .end-content h1 {
    width: 100px;
    height: 1px;
    background: rgba(206, 210, 213, 1);
    margin: 0 22px;
    display: inline-block;
}

#end span {
    height: 15px;
    font-size: 18px;
    font-family: "微软雅黑";
    font-weight: bold;
    color: rgba(206, 210, 213, 1);
    margin: 22px 27px;
    display: inline-block;
    vertical-align: middle;
}

/*主体结束*/
/*底部样式*/
#footer {
    /*margin-top: 10px;*/
    min-width: 1200px;
    margin-bottom: 20px;
    border-top: 1px solid #E6E6E6;
}

#footer .footer-img {
    margin-top: 12px;
}

#footer .footer-content {
    height: 189px;
    /* border-top: 1px solid #E6E6E6; */
    border-bottom: 1px solid #E6E6E6;
    /* margin-top:34px; */
}

.footer-content .fooetr-left {
    width: 220px;
    float: left;
    position: relative;
}

.footer-content .fooetr-left p {
    width: 100%;
    height: 40px;
    line-height: 60px;
    font-size: 12px;
    color: #333;
    text-align: center;
}

.footer-content .fooetr-left .img_center {
    width: 112px;
    height: 111px;
    margin: 0 auto;
}

.footer-content .fooetr-right {
    width: 220px;
    float: left;
    position: relative;
}

.footer-content .fooetr-right p {
    width: 100%;
    height: 40px;
    line-height: 60px;
    font-size: 12px;
    color: #333;
    text-align: center;
}

.footer-content .fooetr-right .img_center {
    width: 112px;
    height: 111px;
    margin: 0 auto;
}

.footer-content .footer-middle {
    width: 758px;
    position: relative;
    float: left;
    padding-left: 40px;
}

.footer-middle>li {
    float: left;
    margin-top: 20px;
    margin-left: 10px;
}

.footer-middle li ul a li:hover {
    text-decoration: underline;
}

.footer-middle li ul li {
    text-align: center;
    color: #777777;
    line-height: 30px;
}

.footer-content h1 {
    width: 1px;
    height: 108px;
    float: left;
    margin-top: 40px;
    background: rgba(219, 219, 219, 1);

}

.dibu {
    text-align: center;
    line-height: 30px;
}

.dibu p {
    color: #9a9a9a;
}

.dibu ul {
    margin-left: 360px;
    margin-top: 20px;
}

.dibu ul li {
    float: left;
    padding-left: 10px;
}

img {
    -ms-interpolation-mode: bicubic;
}

/*底部样式*/
.fly_item {
    width: 50px;
    height: 50px;
    overflow: hidden;
    position: absolute;
    visibility: hidden;
    top: 0;
    z-index: 4;
}

/* 滚动头部样式 */
.pop_header {
    width: 100%;
    height: 65px;
    background: #ddd;
    position: fixed;
    top: 0;
    z-index: 112;
    overflow: hidden;
    display: none;
}

.pop_headermain {
    width: 1200px;
    height: 65px;
    margin: 0 auto;
    position: relative;
}

.pop_header a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 220px;
    height: 65px;
    position: absolute;
    top: 0;
    left: 0;
}

.pop_headermain>a>img {
    max-width: 100%;
    max-height: 100%;
}

.pop_search {
    width: 600px;
    height: 40px;
    border: 2px solid #0094d0;
    border-radius: 20px;
    position: absolute;
    top: 12px;
    left: 277px;
    overflow: hidden;
}

.pop_searchl {
    width: 500px;
    height: 40px;
    padding-left: 10px;
    overflow: hidden;
    float: left;
}

.pop_searchl img {
    float: left;
    margin-right: 10px;
    margin-top: 10px;
}

.pop_searchl input {
    width: 450px;
    height: 40px;
    background: #ddd;
    font-size: 16px;
    color: #333;
}

.pop_searchr {
    width: 95px;
    height: 40px;
    line-height: 37px;
    padding-left: 26px;
    overflow: hidden;
    background: #0094d0;
    float: left;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    position: relative;
    right: -1px;
    cursor: pointer;
}

.pop_anniu {
    width: 240px;
    height: 55px;
    position: absolute;
    right: 0;
    top: 10px;
}

.pop_logo {
    width: 100px;
    margin-right: 20px;
    height: 55px;
    overflow: hidden;
    float: left;
    padding-top: 10px;
    cursor: pointer;
}

.pop_logo span {
    position: relative;
    top: -3px;
}

.lastswiper_box,
.nextswiper_box {
    width: 34px;
    height: 56px;
    position: absolute;
    top: 100px;
    z-index: 110;
    display: block;
    background: #666;
    padding: 15px 10px;
    cursor: pointer;
}

.lastswiper_box {
    left: 0;
}

.nextswiper_box {
    right: 0;
}

.banner_items li {
    width: 900px;
    height: 238px;
    overflow: hidden;
}

.none {
    display: none;
}

.block {
    display: block;
}

.nav_header {
    width: 1200px;
    height: 40px;
    overflow: hidden;
    position: fixed;
    top: 65px;
    z-index: 112;
    display: none;
    background: #ccc;
}

.nav_header p {
    width: 78px;
    height: 40px;
    line-height: 40px;
    float: left;
    font-size: 12px;
}

.nav_header .cxbs {
    width: 75px;
}

.nav_header .cpmc {
    width: 200px;
}

.nav_header .gg {
    width: 120px;
}

.nav_header .dw {
    width: 50px;
}

.nav_header .jzl {
    width: 60px;
}

.nav_header .sccj {
    width: 180px;
}

.nav_header .xq {
    width: 90px;
}

.nav_header .zbz {
    width: 60px;
}

.nav_header .sl {
    width: 150px;
}

.nav_header .kc {
    width: 70px;
}

.nav_header .hyj {
    width: 120px;
}

#jtcb .item-box .carousel-right {
    float: left;
    position: relative;
    width: 940px;
    height: 420px;
}

#djrx .item-box .carousel-right {
    float: left;
    position: relative;
    width: 940px;
    height: 420px;
}


.rightBottomBox {
    position: fixed;
    right: 40px;
    bottom: 0;
    z-index: 1000000;
    width: 300px;
    height: 240px;
    background-color: #fff;
    box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 20%);
}

.rightBottomBoxTop {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 30px;
    padding: 0 10px;
}

.rightBottomBoxTitle {
    display: block;
    width: 75%;
    height: 30px;
    font-size: 16px;
    color: #000;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.rightBottomBoxTime {
    display: inline-block;
    height: 30px;
    font-size: 12px;
    color: #666;
    line-height: 30px;
}

.rightBottomBoxClose:hover {
    color: red;
    font-weight: bold;
}

.rightBottomBoxCon {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 200px;
    padding: 0 10px;
}

.rightBottomBoxImg {
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: 130px; */
    width: 100%;
    height: 100%;
}

.rightBottomBoxImg img {
    max-width: 100%;
    max-height: 100%;
}

.rightBottomBoxText {
    display: block;
    width: 130px;
    height: 100%;
    font-size: 14px;
    color: #666;
    line-height: 20px;
    overflow: auto;
}



/* 推荐客户信息 */
.recommendUserView {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.recommendUserBox {
    box-sizing: border-box;
    width: 350px;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.recommendUserTitle {
    width: 100%;
    height: 40px;
    font-size: 16px;
    color: #333;
    line-height: 40px;
    text-align: center;
    background-color: #F8F8F8;
}

.recommendUserCen {
    box-sizing: border-box;
    width: 100%;
    padding: 30px 30px 0;
}

.recommendUserCenItem {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
}

.recommendUserCenItem .recommendUserCenItemInp {
    width: 100%;
    height: 40px;
    border: 1px solid #e6e6e6;
    font-size: 14px;
    color: #333;
    line-height: 40px;
    text-indent: 10px;
}

.recommendUserCenItem .recommendUserCenItemFile {
    width: 120px;
    height: 120px;
}

.recommendUserCenItemText {
    display: inline-block;
    height: 40px;
    font-size: 16px;
    color: #333;
    line-height: 40px;
}

.recommendUserCenItemBtn {
    width: 150px;
    height: 36px;
    margin-left: 20px;
    border: 1px solid #e6e6e6;
    font-size: 14px;
    color: #333;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
}

.recommendUserBtn {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 50px;
}

.recommendUserBtn div {
    box-sizing: border-box;
    width: 70px;
    height: 36px;
    margin-right: 30px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    font-size: 16px;
    color: #333;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
}

.recommendUserBtn .recommendUserBtnOk {
    background-color: #1E9FFF;
    border-color: #1E9FFF;
    color: #fff;
}

/***** 绑定手机号弹框 *****/
.bindPhone {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    /* display: flex; */
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.bindPhone-con {
    width: 300px;
    height: 180px;
    background-color: #fff;
    border-radius: 5px;
    /* padding: 10px 0; */
    text-align: center;
    overflow: hidden;
}

.bindPhone-con-tit {
    font-size: 16px;
    color: #303133;
    background-color: #e9e9e9;
    padding: 10px 0 10px;
}

.form {
    padding: 20px;
}

.form-item {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.form-item:first-of-type {
    margin-top: 0;
}

.form-item-label {
    width: 60px;
    color: #606266;
}

.form-item-input {
    border: 1px solid #dcdfe6;
    padding: 5px 10px;
    border-radius: 5px;
    transition: border-color 0.3s;
    font-size: 14px;
}

.form-item-input:hover {
    border-color: #606266;
}

.form-item-input:focus {
    border-color: #409eff;
}