body {
    /* height: 4000px; */
}

@font-face {
    font-family: "YouSheBiaoTiHei-2";
    src: url("../font/YouSheBiaoTiHei-2.ttf");
}

.header {
    background-color: #fff;
    height: 40px;
    line-height: 40px;
}

.headers {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.headers a {
    font-size: 16px;
    color: #999999;
}

.header-left,
.header-right {
    text-align: center;
    height: 22px;
    display: flex;
    /* border-right: 1px solid #dfdfdf; */
}

.header-left div,
.header-right div {
    margin-right: 15px;
    font-size: 16px;
    color: #999999;
    ;
}

.header-left .box1 a:hover,
.header-left .box2 a:hover,
.header-right .box3 a:hover {
    color: #20acee;
}

.guanme {
    background-color: #fff;
    display: none;
}

/* .header-left .box1 .guanzhu:hover+.guanzhu_box{
    display: block;
} */
.header-left .box1 a:hover i.layui-icon-down,
.header-left .box2 a:hover i.layui-icon-down,
.header-right .box3 a:hover i.layui-icon-down {
    display: inline-block;
    transform: translateY(-2px) rotate(180deg);
}

.header-right .box2 span:nth-child(1):hover,
.header-right .box4 span:nth-child(1):hover,
.header-right .box5 span:hover {
    color: #20acee;
}


.guanzhu_box {
    position: relative;
    top: -15px;
    left: -15px;
    z-index: 7;
    width: 272px;
    height: 144px;
    background-image: url(../images/guanzhuwomen.png);
    padding-right: 35px;
}

.header-left .box2 .my_box {
    position: relative;
    top: -15px;
    left: -10px;
    width: 117px;
    height: 242px;
    z-index: 7;
    background-image: url(../images/shanyaowang.png);
    display: none;

}

.my_box ul {
    padding-top: 17px;
    font-size: 14px;
    color: #333;
}

.my_box ul li:hover {
    color: #20acee;
}

.my_box ul li {
    height: 35px;
}

.header-right .box3 {
    position: relative;
}

.header-right .box3 .shouji_box {
    position: absolute;
    top: 30px;
    left: -66px;
    z-index: 5;
    width: 304px;
    height: 144px;
    background-image: url(../images/shouji.png);
    display: none;
}

/* --- */
.shop_car {
    text-align: center;
    line-height: 54px;

    width: 148px;
    height: 54px;
    background-color: #ffffff;
    border-radius: 10px;
    border: solid 1px #418dff;
    font-size: 20px;
    color: #418dff;
}

.shop_car span {
    margin-left: 10px;
    width: 78px;
    height: 19px;
    font-family: PingFang-SC-Medium;
    font-size: 20px;
    color: #418dff;
}

.layui-icon-cart {
    font-size: 20px;
    color: #418dff;
    font-weight: 700;
}

/* 轮播 */
.banner {
    position: relative;
}

.layui-carousel {
    height: 556px !important;
}

.nav {
    /* border:1px solid red; */
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -600px;
    padding-top: 24px;
    display: flex;

}

.nav_right {

    width: 208px;
    height: 500px;
    background-color: #ffffff;
    border-radius: 6px;
    overflow: hidden;

    margin-bottom: 22px;
}

.nav_right ul {
    width: 100%;
    height: 100%;
}

.nav_right ul li {
    width: 100%;
    height: 36px;
    font-size: 14px;
    letter-spacing: 0px;
    color: #666666;
    padding-left: 20px;
    line-height: 36px;
}

.nav_right ul li:nth-child(n+2) {
    /* width: 300px; */
}

.nav_right ul li p {
    width: 100%;
}

.nav_right ul li:nth-child(n+2):hover {
    color: #fff;
    background-color: #418dff;
    font-size: 16px;
}

.nav_right ul li:nth-child(1) {
    height: 55px;
    line-height: 55px;
    font-size: 20px;
    color: #6ebcfd;
}

.nav_top {
    width: 967px;
    height: 77px;
    background-color: #ffffff;
    box-shadow: 0px 0px 8px 2px rgba(0, 72, 180, 0.17);
    border-radius: 8px;
    margin-left: 26px;
    padding: 0 10px;
}

.nav_top ul {
    display: flex;
    line-height: 77px;

}

.nav_top ul li {
    /* border:1px solid red; */
    margin-left: 24px;
    font-family: PingFang-SC-Medium;
    font-size: 16px;
    letter-spacing: 0px;
    color: #666666;
    line-height: 77px;
    text-align: center;
}

.kind_zong {
    position: absolute;
    top: 115px;
    right: 4px;
    background-color: #fff;
    width: 964px;
    border-radius: 7px;
}

.kind {
    width: 954px;
    height: 408px;
    background-color: #fff;
    border-radius: 7px;
    overflow-y: scroll;
    padding-bottom: 10px;
    display: none;
}

.kind::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 8px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;

}

.kind::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    box-shadow: 50px 0 0 0 rgb(4, 0, 255);
    background: #9ac2ff;
}

.kind::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    border-radius: 10px;
    background: #f5f5f5;

}

.kind .title {
    font-size: 18px;
    color: #418dff;
    margin-top: 40px;
    margin-left: 39px;
}

.kind .kind_box {

    width: 724px;
    margin-left: 133px;
    margin-top: 20px;
}

.kind .xiyao>span,
.zhong span {
    display: inline-block;
    width: 51px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background-color: #aaadb5;
    border-radius: 3px;
    font-size: 16px;
    color: #ffffff;
    margin-left: 15px;
}

.kind .xiyao,
.kind .zhong {
    display: flex;
    justify-content: space-between;
}

.xy_list {
    width: 611px;
    border-bottom: 2px dashed #c5c8cf;
    padding-bottom: 20px;
    margin-top: -5px;

}

.xy_list ul {
    display: flex;
    flex-wrap: wrap;
}

.xy_list ul li {
    margin-right: 10px;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    font-size: 16px;

    color: #666666;

}

.xy_list ul li:nth-child(1) {
    margin-left: 5px;
}

.xy_list ul li:hover {
    background-color: #e5efff;
    border-radius: 18px;
    color: #418dff;
}

.zhong {
    margin-top: 45px;
}

.xiyao:hover span,
.zhong:hover span {
    background-color: #418dff;
}



/* 登录 */
.login {
    /* border:1px solid red; */
    margin-top: 50px;
    height: 126px;
    background-color: #ffffff;
    box-shadow: 0px 0px 8px 2px rgba(57, 140, 118, 0.17);
    border-radius: 17px;
    display: flex;
    /* justify-content: space-between; */
}

.login_left {
    display: flex;
}

.login_img {

    width: 72px;
    height: 72px;
    background-color: #efefef;
    border-radius: 50%;
    margin: 22px 10px 32px 31px;
    line-height: 72px;
    text-align: center;
}

.login_text {
    margin-top: 37px;
}

.login_text span {
    font-size: 18px;
    letter-spacing: 0px;
    color: #418dff;
}

.login_text p {
    font-size: 18px;
    color: #999999;
}

.line {
    width: 2px;
    height: 101px;
    background-color: #f5f5f5;
    border-radius: 1px;
    margin: 13px 0 0 16px;
}

.login_center {
    padding: 0 0 26px 0;
    display: flex;
    /* text-align: left; */
}

.login_center .box {
    margin: 20px 50px 0;

}

.login_center .box .img {
    width: 55px;
    height: 55px;
    /* background-color: #f3faff; */
    /* border: solid 1px #418dff; */
    text-align: center;
    line-height: 55px;
}

.login_center .box p {
    margin-top: 10px;
    margin-left: -8px;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #454545;
}

.login_list {
    /* border:1px solid red; */
    display: flex;
    width: 556px;
    height: 100%;
    line-height: 126px;
}

.login_right {
    margin-top: 13px;
    height: 102px;
    border-left: 2px solid #f5f5f5;
    padding-left: 20px;
}

.login_right .title {
    display: flex;
    height: 18px;
    margin-bottom: 15px;
}

.login_right .title ul {
    display: flex;
}

.login_right .title ul li {
    width: 50px;

    font-size: 16px;
    line-height: 18px;
    color: #787878;
}

.tab_list .current {
    font-size: 16px !important;
    color: #418dff !important;
    font-family: "PINGFANG-HEAVY";
}

.news .item {
    display: none;
}

.login_right .title span:hover {
    font-size: 18px;
    color: #418dff;
}

.login_right .news p {
    text-align: left;
    margin-top: 4px;
    line-height: 20px;
    font-size: 13px;
}

.login_right .news img {
    /* margin:32px 10px 8px 32px; */
}

/* 限时秒杀 */
.miaosha {
    /* border:1px solid red; */
    display: flex;
    margin-top: 41px;
    width: 1200px;
    height: 398px;
    background-color: #bae0f3;
    /* margin-bottom: -10px; */
}

.miaosha_left {
    width: 301px;
    height: 398px;
    background-image: url(../images/bg.png);
    background-blend-mode: normal,
        normal;
}

.miaosha_left h3 {
    color: #fff;
    font-size: 34px;

    letter-spacing: 0px;
    font-family: PingFang-SC-Heavy;
    margin: 257px 51px 0 42px;
}

.miaosha_time {
    height: 34px;
    line-height: 34px;
    margin-top: 23px;
    margin-left: 38px;
    font-size: 20px;
    color: #fff;
}

.miaosha_time span {
    display: inline-block;
    width: 36px;
    height: 33px;
    background-color: #fff;
    color: #418dff;
    font-family: YouSheBiaoTiHei-2;
    margin: 0 5px;
    text-align: center;
    line-height: 33px;
}

.miaosha_right {
    position: relative;
    border-right: 27px solid #bae0f3;
    padding: 26px 27px 25px 0;
    flex: 1;
    overflow: hidden;
}

.miaosha_right ul {
    position: absolute;
    width: 2493px;
}

.miaosha_right ul li {
    /* border: 1px solid red; */
    float: left;
    width: 277px;
    height: 347px;
    background-color: #fff;
    border: solid 1px transparent;
}

.miaosha_goods li:hover {
    box-shadow: 0px 0px 8px 2px rgba(57, 108, 140, 0.17);
    border: solid 1px #0066ff;
}

.miaosha_goods li:hover .miaosha_title {
    color: #333;
}

ul li .goods_img {
    padding-top: 20px 0;
    width: 100%;
    height: 160px;
    background-color: #ffffff;
    line-height: 146px;
    text-align: center;
}

ul li .goods_img img {
    margin-top: 15px;
}

ul li .goods_text {
    text-align: center;
    margin-top: 20px;
    padding: 0 10px;

}

/* .goods_text p {
    margin-top: 15px;
} */

.goods_text i {
    display: inline-block;
    width: 40px;
    height: 22px;
    border-radius: 3px;
    border: solid 1px #f64a56;
    font-family: YouSheBiaoTiHei-2;
    font-size: 14px;
    line-height: 22px;
    color: #f64a56;
    text-align: center;
}

/* 新品上架 */
/* .new_goods{
    margin-top: 54px;
}
.tab_list{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tab_list ul li{
    float: left;
    width: 257px;
    height: 100px;
    background-color: #def4ed;
    font-size: 40px;
    line-height: 100px;
    text-align: center;
}
.new_current{
    background-color: #fff !important;
    border-top: 6px solid #98e1b4;
    color: #9ee3b8;
}
.tab_con .item {
    display: none;
} */
.goods_img {
    position: relative;
    text-align: center;
}

.zhezhao {
    position: absolute;
    top: 0;
    left: 0;
    width: 277px;
    height: 170px;
    opacity: 0.36;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}

.layui-tab ul li {
    width: 240px;
    height: 100px !important;
    line-height: 100px;
}

.layui-tab-title {
    width: 1200px;
    height: 100px;
    background-color: #f5f5f5;
    line-height: 100px;
}

.layui-tab-title li {
    line-height: 100px;
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #666666;
}

.layui-tab-title .layui-this {
    color: #ffffff;
    background-color: #418dff;
}

.layui-tab-title .layui-this {
    border: none !important;
}

.layui-tab-content {
    height: 770px;
    overflow: hidden;
    width: 1202px;
}

.layui-tab-content ul {
    width: 1202px;
    display: flex;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
}

.layui-tab-content ul li {
    border: 1px solid #e5e5e5;
    width: 283px;
    height: 362px !important;
    margin-right: 5px;
    margin-bottom: 30px;
}

.layui-tab-item ul li {
    overflow: hidden;
    line-height: 50px;
    border-radius: 5px;
    margin-right: 22px;
    /* box-shadow: 0px 0px 8px 2px rgba(57, 108, 140, 0.1); */
}

.layui-tab-item ul li:nth-child(4n) {
    margin-right: 0;
}

.layui-tab-item ul li:hover {
    border-radius: 5px;
    box-shadow: 0px 0px 8px 2px rgba(57, 108, 140, 0.1);
    border: 1px solid #418dff;
}

.buy .count span {
    display: inline-block;
    width: 43px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background-color: #f5f5f5;
    border-radius: 4px 0px 0px 4px;
    font-size: 19px;
    color: #333333;
}

.buy .count .num {
    margin: 0 2px;
}

.buy_btn span {
    display: inline-block;
    width: 86px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    font-size: 13px;
    color: #ffffff;
}

.buy_btn span:nth-child(1) {
    background-image: linear-gradient(51deg,
            #276dd6 0%,
            #58b6f7 100%);
    border-radius: 16px 0px 0px 16px;
}

.buy_btn span:nth-child(2) {
    background-image: linear-gradient(254deg,
            #abe1e9 0%,
            #20acee 100%);
    border-radius: 0px 16px 16px 0px;
    margin-left: -4px;
}

.hover_goods_text {
    line-height: 40px;
    width: 277px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
    background-color: #fff;
}

.hover_goods_texttaocan {
    width: 277px;
}

.hover_goods_text .text {
    display: inline-block;
    width: 40px;
    height: 22px;
    border-radius: 3px;
    border: solid 1px #f64a56;
    font-family: YouSheBiaoTiHei-2;
    font-size: 14px;
    line-height: 22px;
    color: #f64a56;
    text-align: center;
}

.layui-tab-item ul li {
    position: relative;
}

.layui-tab-content ul li:hover .hover_goods_text {
    display: block;
}

.layui-tab-content ul li:hover .zhezhao {
    display: block;
}

/*优选品种  */
.category_title {
    display: flex;
    justify-content: space-between;
    /* border: 1px solid red; */
    height: 85px;
    line-height: 85px;
    margin-top: 10px;
    padding-right: 6px;

}

.category_title .right {
    /*padding-top: 13px;*/
}

.category_title span {
    font-size: 28px;
    color: #ff7744;
    margin-left: 5px;
    font-family: "PINGFANG-HEAVY";
}

.catgory_list {
    height: 348px;
    width: 1204px;
}

.goods_list {
    /* border: 1px solid red; */
    display: flex;

    width: 100%;
    height: 348px;
}

.goods_list ul li {
    /* border: 1px solid red; */
    width: 277px;
}

/*品牌专区  */
.brand_top {
    /* border: 1px solid red; */
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    height: 60px;

}

.brabd_left p:nth-child(1) {
    font-size: 28px;
    font-family: "PINGFANG-HEAVY";
    color: #63a1ff;
}

.brabd_left p:nth-child(2) {
    font-size: 18px;
    color: #999999;
}

.brand_content {
    /* border: 1px solid red; */
    height: 360px;
    width: 100%;
    margin-top: 12px;
}

.brand_content .box1,
.brand_content .box2 {
    display: flex;
    justify-content: space-between;
    height: 110px;
    width: 1200px;
    padding: 0;
    margin: 0;
}

.brand_content .box2 {
    border-top: 1px solid transparent;
    margin-top: 105px;
    background: #ffffff00;
}

.swiper-container {
    width: 100%;
    height: auto;
    padding: 21px 0;
    margin-left: auto;
    margin-right: auto;

}

.pinpai:hover {
    border: none;
}

.box2 .swiper-slide {
    width: 223px !important;
    height: 110px !important;
    text-align: center;
    font-size: 18px;
    background: #ffffff00;
    padding-bottom: 60px;

    /* 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;
    transition-property: all;
}


/* 家庭保护 */
.home {
    /* border: 1px solid red; */
    height: 660px;
    margin-top: 5px;
}

.home_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.home .layui-tab-title {
    width: 1042px;
    background-color: #fff;
    margin-bottom: 25px;
}

.home .layui-tab-title li {
    position: relative;
    width: 500px;
    background-color: #f5f5f5;
    border-radius: 5px;
}

.home .layui-tab-title li:nth-child(1) {
    margin-right: 34px;
}

.layui-tab-title li div {
    position: absolute;
    bottom: -32px;
    left: 50%;
    width: 0;
    height: 0;
    border: 16px solid transparent;
    border-top: 16px solid #fff;
}

.layui-tab-title .layui-this {
    background-color: #418dff !important;
}

.layui-tab-title .layui-this div {
    border-top: 20px solid #418dff;
}

.home_more {
    width: 127px;
    height: 57px;
    border-radius: 28px;
    color: #418dff;
    font-size: 20px;
    line-height: 53px;
    text-align: center;
    border: solid 2px #418dff;
}

.homegoods .homegoods_item {
    width: 277px;
    height: 248px !important;


}

.goods_item li {
    position: relative;
    margin-right: 26px;
    border: solid 2px #e5e5e5;
    width: 283px;
    border-radius: 5px;
}

.goods_item li:hover {
    box-shadow: 0px 0px 8px 2px rgba(57, 108, 140, 0.17);
}

.homegoods_item .img {
    width: 273px;
    height: 158px;
    line-height: 158px;
    text-align: center;
}

.layui-tab-item .text {
    text-align: center;
}

.layui-tab-item .text p:nth-child(1) {
    font-size: 18px;
    color: #666666;
}

.layui-tab-item .text p:nth-child(2) {
    font-size: 14px;
    color: #666666;
}

.layui-tab-item ul li {
    line-height: 30px;
}

/* 为您推荐 */
.recommend p {
    font-size: 28px;
    margin: 10px 0 15px;
    font-family: "PINGFANG-HEAVY";

}

.swiper {
    width: 1115px;
    height: 391px;
    background-color: #dbf0fb;
    margin-bottom: 39px;
    margin-left: -21px;
}

.recommend .text {
    line-height: 20px;
    padding-left: 5px;
}

.recommend .p {
    font-size: 28px;
    margin: 50px 0 10px;
}

.recommend .text p:nth-child(1) {
    font-size: 16px;
    color: #333333;
    margin-top: -5px;

}

.recommend .text p:nth-child(2) {
    font-size: 13px;
    color: #666666;
    margin-top: -14px;
    text-align: left;
}

.recommend .text p span {
    margin-right: 17px;
}

.recommend .text .box {
    display: flex;
    justify-content: space-between;
    padding-right: 5px;
    margin-top: -8px;
}

/* 底部 */
.footer_top {
    background-color: #4981d5;
}

.footer_top ul {
    height: 128px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer_top ul li {
    /* border: 1px solid red; */
    display: flex;
    justify-content: space-between;
}

.footer_top ul li div:nth-child(1) {
    margin-top: 4px;
    width: 66px;
    height: 66px;
    /* border: 1px solid red; */
}

.footer_top ul li div:nth-child(2) p:nth-child(1) {
    font-size: 30px;
    color: #ffffff;
}

.footer_top ul li div:nth-child(2) p:nth-child(2) {
    font-size: 18px;
    color: #ffffff;
}

.footer_bottom {
    height: 287px;
    background-color: #1f54a2;
}

.about {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 175px;
    background-color: #1f54a2;

}

.about .img {
    /* border: 1px solid red; */
    width: 180px;
    height: 69px;

}

.about .about_center {
    width: 574px;

    display: flex;
    justify-content: space-between;
}

.about_center dl dt {
    font-size: 18px;
    color: #ffffff;
    opacity: 0.41;
    margin-bottom: 26px;
}

.about_center dl dd {
    font-size: 14px;

    line-height: 24px;
    color: #ffffff;
    opacity: 0.41;
}

.footer_text {
    display: flex;
    justify-content: space-between;
}

.erweima {
    width: 305px;
    display: flex;
    justify-content: space-between;
}

.erweima img {

    width: 71px;
    height: 78px;
    margin-bottom: 5px;
}

.erweima div {

    text-align: center;
}

.erweima p {
    color: #ffffff;
    opacity: 0.4;
}

.footer_text ul {
    display: flex;
    justify-content: space-between;
}

.footer_text ul li {
    margin-top: 38px;
    font-size: 14px;
    color: #ffffff;
    opacity: 0.4;
    line-height: 31px;
}

.footer_text ul li:nth-child(2) {
    opacity: 0.2;
}

.bottom {
    height: 30px;
    background-color: #093d8b;
    line-height: 30px;
}

.bottom_text {
    font-size: 14px;
    color: #ffffff;
    opacity: 0.2;
}

.bottom_text .text {
    width: 850px;
    margin-left: 192px;
}

/* 特价专区 */

.tejia {
    font-size: 28px;
    margin: 51px 0 10px;
}

.tejia .swiper-button-next,
.swiper-button-prev {
    line-height: 42px;
}

.swiper-backface-hidden .swiper-slide {
    border-radius: 7px !important;
}

.tejia_top {
    display: flex;
    justify-content: space-between;
    margin-bottom: -4px;
    margin-top: 10px;
    font-size: 28px;
    height: 100px;
    line-height: 55px;
    color: #f73f3f;
    padding-right: 4px;
}

/*电梯导航  */
.main .siderBar ul {

    width: 122px;
    height: 400px;
    background-color: #ffffff;
    box-shadow: 0px 0px 8px 2px rgba(46, 145, 7, 0.1);
    border-radius: 8px;
    position: fixed;
    z-index: 10;
    left: 160px;
    /* top: 300px; */
    /* top: 450px; */
    text-align: center;
    box-shadow: 0px 0px 8px 2px rgba(7, 40, 145, 0.1);
    border-radius: 8px;
}

.siderBar ul li {

    height: 46px;
    width: 128px;
    line-height: 46px;
    margin-top: 10px;
    font-size: 18px;
}

.siderBar li.cur {
    content: '<i>1</i>';
    width: 117px;
    height: 41px;
    background-image: linear-gradient(6deg,
            rgba(36, 129, 30, 0.56) 0%,
            rgba(62, 142, 143, 0.56) 0%,
            rgba(88, 155, 255, 0.56) 0%,
            rgba(194, 218, 255, 0.56) 100%),
        linear-gradient(#589bff,
            #589bff);
    background-blend-mode: normal,
        normal;
    border-radius: 21px;
    font-size: 18px;
    line-height: 40px;
    color: #ffffff;
}


/* 右侧浮框 */
.rightnav {
    position: fixed;
    z-index: 9;
    right: 80px;
    bottom: 100px;
    width: 90px;
    /* height: 580px; */
    background-color: #ffffff;
    box-shadow: 0px 0px 8px 2px rgba(168, 168, 168, 0.25);
    border-radius: 8px;
    text-align: center;
}

.rightnav img {
    width: 36px;
}

.kefuicon {
    height: 100%;
}

.rightnav div:first-child {
    margin-top: 23px;

}

.rightnav div {
    padding-bottom: 23px;
}

.rightnav div p {
    font-size: 14px;
    color: #999999;
    margin-top: 5px;
    cursor: pointer;
}

.rightnav .ooo {
    display: none;
}

.rightnav .cart,
.rightnav .like {
    position: relative;
}

.cart span {
    top: -2px;
}

.cart span,
.rightnav_like span {
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background-color: #418dff;
    left: 58px;
    text-align: center;
    line-height: 20px;
    color: #fff;
    font-size: 12px;
}

/* ------------- */
.layui-tab-item ul li {
    overflow: hidden;
}

.layui-tab-item ul li:hover {
    border: 1px solid #418dff;
}

.swiper-backface-hidden .swiper-slide:hover {
    border: 1px solid #418dff;
}

/*优选品种 */
.goods_item li {
    overflow: hidden;
    border: 1px solid #e5e5e5;
}

.goods_item li:hover {
    border: 1px solid #418dff;
}

.youxuan_price {
    font-size: 26px;
    font-family: "PINGFANG-HEAVY";
    color: #f64a56;
    margin-top: 0 !important;
}

.catgory_list .goods_text p {
    width: 100%;
    padding: 0 30px;
    line-height: 32px;
    text-align: center;
}

.catgory_list .goods_text .youxuan_guige {
    height: 34px;
    line-height: 32px;
    text-align: center;
    display: inline-block;
}

/* 家庭保护 */
.homegoods_item .img {
    width: 273px;
    height: 158px;
}

.homegoods_item .img img {
    max-width: 100%;
    max-height: 100%;
}

.homegoods_item .text p {
    width: 100%;
    padding: 0 2px 0 8px;
}

.homegoods_item .text .home_guige {
    font-size: 13px;
    line-height: 20px;
    color: #666666;
}

.homegoods_item .text .home_price {
    text-align: left;
    margin-top: 5px
}

.homegoods_item .text .home_price span {
    font-family: "PINGFANG-HEAVY";
    font-size: 24px;

    color: #f64a56;
    display: inline-block;
    width: 183px;
    text-align: left;

}

.homegoods_item .text .home_price span i {
    vertical-align: 2px;
}

.homegoods_item .text .home_price .nologin {
    font-size: 18px;
}

.homegoods_item .text .home_price a {
    width: 78px;
    height: 29px;
    background-image: linear-gradient(6deg,
            rgba(36, 129, 30, 0.56) 0%,
            rgba(62, 142, 143, 0.56) 0%,
            rgba(88, 155, 255, 0.56) 0%,
            rgba(194, 218, 255, 0.56) 100%),
        linear-gradient(#418dff,
            #418dff);
    background-blend-mode: normal,
        normal;
    border-radius: 14px;
    text-align: center;
    line-height: 29px;
    font-size: 13px;
    vertical-align: 3px;
    color: #ffffff;
}

/* 秒杀 */
.miaosha_goods .goods_text .miaosha_title {
    font-family: "PINGFANG-HEAVY";
    width: 161px;
    /*height: 40px;*/
    border: none;
    /*line-height: 20px;*/
    color: #666666;
    font-size: 18px;
    padding: 0;
}

.miaosha_goods .goods_text .miaosha_price {
    margin-top: 15px;
}

.miaosha_goods .goods_text .miaosha_price i {
    display: inline-block;
    font-family: "PINGFANG-HEAVY";
    font-size: 24px;
    color: #f64a56;
    border: 1px solid;
    width: 180px;
    text-align: left;
    /*margin-right: 10px;*/
    border: none;
    text-align: center;
}

.miaosha_goods .goods_text .miaosha_guige {
    font-size: 14px;
    color: #666;
    word-break: break-all;
    padding: 0 27px 0 22px;
    text-align: center;
    margin-top: 6px;
    /*height: 42px;*/
}

.miaosha_goods .goods_text .miaosha_price a {
    width: 78px;
    height: 29px;
    line-height: 29px;
    color: #fff;
    font-size: 16px;
    border-radius: 21px;
}

.miaosha_goods .goods_text .miaosha_price a:hover {
    color: #fff;
}

.miaosha_goods .goods_text p .huiyuanprice {
    font-size: 18px;
}

/* 为您推荐 */
.recommend .swiper .text {
    padding-left: 12px;
}

.tuijian_title {
    font-family: "PINGFANG-HEAVY";
    font-size: 16px;
    color: #333333;
    width: 197px;
    height: 42px;
    padding-right: 31px;
    margin: 0 0 15px 0 !important;
    text-align: left;
    line-height: 20px;
}

.recommend .swiper .text .tuijian_price {
    font-family: "PINGFANG-HEAVY" !important;
    font-size: 22px;
    color: #f64a56 !important;
    text-align: center;
    margin-top: -5px;
}

.recommend .swiper .text .tuijian_price .huiyuanprice {
    font-size: 18px !important;
}

.tuijian_price span {
    vertical-align: 2px;
}

.recommend .text p span {
    margin-right: 5px;
}

.recommend .text .public_btn {
    width: 78px;
    height: 29px;
    line-height: 29px;
    border-radius: 15px;
    font-size: 13px;

}

.tuijain_guige {
    line-height: 15px;
    font-size: 12px !important;
    word-break: break-all;
    width: 90px;
    color: #666;
    width: 192px;
    padding-right: 12px;
    text-align: center;
    margin-top: 0 !important;
}

/* 轮播 */
.swiper {
    margin-left: 0;
    padding-left: 8px;
}

.layui-tab-title {
    border-bottom-width: 0px;
}

/* 特价专区左侧箭头 */
.tejia .swiper:hover .swiper-button-prev {
    padding-top: 0;
}

.tj-goods-box {
    width: 190px;
    height: 80px;
    text-align: left;
}

.tj-goods-info {
    width: 190px;
    height: 25px;
}

.tj-goods-price {
    font-family: PINGFANG-HEAVY;
    font-size: 24px;
    color: #f64a56;
}

.tj-goods-name {
    width: 150px;
    font-family: PINGFANG-HEAVY;
    font-size: 16px;
    color: #666666;
    margin: 10px 0px 10px 0px;
}

.tj-goods-gg {
    width: 150px;
    font-size: 14px;
    color: #666666;
}

.swiper-backface-hidden .swiper-slide:hover .tj-goods-name {
    color: #333333;
}

/* 优选品种 */
.yx_hiyuanprice {
    font-size: 26px;
    font-family: "PINGFANG-HEAVY";
    color: #f64a56;
}

.yx_goodname {
    color: #666;
    font-family: "PINGFANG-HEAVY";
}

.goods_item li:hover .yx_goodname {
    color: #333
}

/* 家庭保护 */
.homegoods_item .text .home_price .nologin {
    text-align: center;
    width: 100%;
}

.homegoods_item .text p {
    padding: 0 8px 0 8px;
}

/* 家庭保护 */
.layui-tab-item ul li:hover .yx_goodname {
    color: #333
}

.homegoods_item .text .home_price span {
    display: inline;

}

.homegoods_item .text .home_price {
    text-align: center
}

.homegoods_item .text p {
    padding: 0 10px 0 10px;
    width: 273px
}


/**saa 为您推荐**/
.recommend .swiper .text {
    padding-left: 20px;
}

.tuijian_price {
    text-align: left !important;

}

.tuijain_guige {
    text-align: left;
    color: #666 !important;
    font-family: "PINGFANG-MEDIUM" !important;
}

.recommend p {

    margin: 10px 0 10px;

}

.swiper-slide:hover .yx_goodname {
    color: #333 !important;
}

/* 新品 */
.xp_huiyuanprice,
.xp_good_price {
    font-family: "PINGFANG-HEAVY";
    font-size: 28px;
    color: #f64a56;
}

.new_goods .xpgoods_img {

    height: 246px;
    overflow: hidden;
}

.new_goods .xpgoods_img img {
    max-width: 100%;
    max-height: 100%
}

.new_goods .goods_text {
    padding: 0 20px
}

.new_goods .goods_text p {
    width: 241px;
}

.hover_goods_text p {
    padding: 0 20px
}

.title_biaoqian {
    vertical-align: 4px;
}

/* ---- */
.all_kind,
.kind .title {
    font-family: "PINGFANG-HEAVY";
}