body {
    background: #f2f2f2;
}

/* flex布局 */
.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.flex-center {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.flex-between {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

/* 颜色 */
.bg_white {
    background-color: #FFFFFF;
}

.bg_gray {
    background-color: #f8f8f8;
}

.bg_white {
    background-color: #ffffff;
}

.white {
    color: #FFFFFF;
}

.red {
    color: #ff0000;
}

.dark {
    color: #696969;
}

.gray {
    color: #9C9C9C;
}

.yellow {
    color: #ffff00;
}

/* 字体 */
.bold {
    font-weight: 600;
}

.bigfont {
    font-size: 30px;
}

.smallfont {
    font-size: 12px;
}

.artword {
    font-size: 25px;
    font-family: FZBaoSong-Z04S;
    margin-bottom: 5px;
}

/*  搜索框 */
.search {
    background-color: #ffffff;
    width: 90%;
    margin: 10px auto;
    text-align: center;
    border: 0.5px solid #E8E8E8;
    /*border-radius: 40px;*/
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.search .searchinput {
    height: 34px;
    line-height: 34px;
}

.search .searchimg {
    width: 20px;
    height: 20px;
}

.pro-cell {
    padding: 15px 10px;
    border-bottom: 0.5px solid #DCDCDC;
}

.proimg {
    width: 80px;
    height: 80px;
}

.procontent {
    margin-left: 10px;
}

.price {
    margin-right: 10px;
}

.pingtext {
    position: absolute;
    right: 6px;
    bottom: 4px;
    z-index: 99;
    color: #fff;
}

.pingimg {
    width: 75px;
    height: 30px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.text-bot {
    position: relative;
    bottom: 0;
}

.searchbtn {
    background: none;
    height: 35px;
    margin: 0;
}

.searchbtn::after {
    border: 0;
}

.searchbtn .searchimg {
    margin: 7.5px;
}

.merchant {
    font-size: 11px;
    color: #666;
}

.article_block a {
    color: #000;
}

.top_tip {
    text-indent: 1em;
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #d9f6fc;
    font-size: 14px;
    color: #fd9c46;
}

.top_tip .hide_tip {
    position: absolute;
    right: 10px;
    top: 12px;
}

.list_div {
    width: 47%;
    border-radius: 6px;
    box-shadow: 0px 2px 12.22px -2.22px rgba(43, 193, 245, 0.41);
    float: left;
    margin: 10px 1.5%;
}

.img-box2 {
    position: relative;
    width: 100%;
}

.img-box2 img {
    width: 100%;
    height: 160px;
    border-radius: 2%;
}

.list_pd {
    margin: 5% 3% 2% 3%;
}

.list_div img {
    position: relative;
    width: 100%;
    height: 120px;
}

/* 无内容 */
.no-content .no-content-img {
    width: 50%;
}

.title1 {
    display: inline-block;
    width: 90%;
    line-height: 22px;
    height: 22px;
    font-weight: 500;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.share {
    width: 10%;
    display: inline-block;

}

.share img {
    width: 100%;
    height: 22px !important;
}

.date {
    width: 100%;
    height: 18px;
    line-height: 18px;
    font-size: 14px;
    color: #f64851;

}

.oriprice {
    margin-left: 5px;
    font-size: 10px;
    color: #aaa;
    text-decoration: line-through;
}

.oriprice2 {
    margin-left: -12px;
    font-size: 10px;
    color: #aaa;
}

.larger_div {
    /*padding-top: 10px;*/
    background: #fff;
}

.show-img img {
    margin: 5px 15px 5px 5px;
    width: 90px;
    height: 90px;
}

.pd_content {
    position: relative;
    height: 100px;
    background-color: #fff;
    width: 96%;
    margin-left: 2%;
    margin-top: 8px;
    border-radius: 5px;
    font-size: 14px;
}

.pd_img img {
    width: 100%;
    border-radius: 10px;
}

.pd_title {
    margin-top: 5px;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    width: 98%; /*要显示文字的宽度*/
    padding-right: 2%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;

    /*overflow: hidden; !*超出的部分隐藏起来。*!
    white-space: nowrap; !*不显示的地方用省略号...代替*!
    text-overflow: ellipsis; !* 支持 IE *!*/
}

.tyj {
    width: 100%;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.opt {
    width: 90%;
    padding: 0 5%;
    height: 20px;
    line-height: 20px;
    color: #b2e1ff;
}

.opt_left {
    float: left;
    font-size: 12px;
}

.opt_right {
    float: right;
    width: 16px;
    height: 16px;
}

.opt_right img {
    width: 100%;
}

.article {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.media_hd {
    margin-right: .8em;
    margin-top: 5px;
    margin-left: 5px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.media_bd {
    width: 100px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
}

.media_bd1 {
    width: 100px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
}

.media_bd2 {
    width: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
}

.media_bd3 {
    width: 50px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
}

h4 {
    color: #000;
    font-weight: 400;
    font-size: 15px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    word-wrap: break-word;
    word-break: break-all;
}

.media_desc {
    color: #000;
    font-size: 13px;
    /*line-height: 1;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-line-clamp: 1;*/

    display: inline-block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.u_head {
    display: inline !important;
    width: 20px !important;
    height: 20px !important;
    margin-right: 5px;
    border-radius: 20px;
}

.lunbo {
    background: #f30213;
    width: 100%;
    height: 112px;
}

.lunbo .txt {
    width: 90%;
    height: 40px;
    margin-left: 5%;
}

.swiper-container img {
    border-radius: 100%;
}

.lunbo .white {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
}

.lunbo .swip {
    background: #fff;
    width: 96%;
    margin-left: 2%;
    margin-top: 5px;
    margin-bottom: 5px;
    height: 60px;
    border-radius: 50px;
}

#container {
    border-radius: 2%;
    width: 96%;
    margin-left: 2%;
    margin-top: 10px;
    height: 240px;
    background-color: #ebd5a3;
}

.ljqg {
    position: absolute;
    right: 10px;
    bottom: 10px;
    background: #fd634b;
    background-image: -webkit-linear-gradient(left, #ff8675, #fd634b 75%, #fd634b);
    padding: 4px 15px;
    color: #fff;
    border-radius: 20px;
}

.cart-circle {
    background: #e64340;
    color: #fff;
    width: 1.95rem;
    height: 1.95rem;
    line-height: 1.95rem;
    text-align: center;
    font-size: 20px;
    border-radius: 50%;
    position: fixed;
    bottom: 3.5rem;
    left: 0.5rem;
}

.iconfont {
    display: inline-block;
    vertical-align: bottom;
}

.counts {
    background: #e64340;
    color: #fff;
    position: absolute;
    min-width: 30px;
    height: 30px;
    border-radius: 30px;
    line-height: 30px;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transform-origin: center top;
    transform-origin: center top;
    border: 1px solid #fff;
    font-size: 14px;
}

.floatBox {
    z-index: 9999;
}

.spec-box {
    background: #fff;
    border-radius: 3px;
    padding: 15px;
    width: 82%;
}

.iconfont {
    font-size: inherit;
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sp-item {
    margin-top: 8px;
    font-size: 14px;
}

.sp-n {
    line-height: 28px;
    font-weight: bold;
}

.grey {
    color: var(--grey);
}

.sub-i-i {
    zoom: 0.5;
    font-size: 32px;
}

.sp-item-i {
    padding: 28px 24px;
    color: #888;
    border-radius: 100px;
    line-height: 0;
    margin-left: 10px;
    margin-bottom: 12px;
    float: left;
}

.sp-item-i.active::before, .popup-btn > view:nth-child(n+2) {
    border-color: var(--EKStore-mcolor);
}

.green, .ress-nav-active, .ress-side-active, .sp-item-i.active, .filter-item-active, .popup-btn > view:nth-child(n+2) {
    color: var(--EKStore-mcolor);
}

/* 多色版变量 */
body {
    /* 主色调  （用于特别需要突出的文字、按钮和图标） 如：提交按钮、高亮显示文字和图标等 */
    --EKStore-mcolor: #f35150;
    /* 主色调的rgb值 */
    --EKStore-mcolor-rgb: 243, 81, 80;
    /* 比主色调略浅的颜色   （用于按钮的激活状态）    */
    --EKStore-lightmcolor: #f56160;

    /* 主色渐变 （用于核销码展示页面背景）   */
    --EKStore-linear-color: linear-gradient(to bottom, #f35150 0%, #ff605f 100%);
    /*  核销码展示页面小圆点颜色 （注：要和渐变背景相似）  */
    --EKStore-linear-circle: #f65453;

    /* 以下颜色不建议修改 */

    /* 警告色  （用于警示性文字、按钮和图标） */
    --EKStore-warn-color: #f35150;
    /* 警告色的rgb */
    --EKStore-warn-rgb: 243, 81, 80;
    /* 白色   （用于区块背景、文字） */
    --white: #fff;
    /* 背景点击状态颜色 */
    --bg-active: #fafafa;
    /* 辅助色 黄色 */
    --yellow: #ffaf31;
    /* 辅助色 红色 */
    --red: #f66;
    /* 灰色 */
    --grey: #666;
    /* 浅灰 */
    --lightgrey: #999;
    /* 背景区块颜色 （用于分割模块的底色） */
    --bggrey: #f8f8f8;

}

.button_guige {
    color: #fff;
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-left: 14px;
    padding-right: 14px;
    box-sizing: border-box;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    height: 36px;
    line-height: 36px;
    border-radius: 5px;
    -webkit-tap-highlight-color: transparent;
    overflow: hidden;
    background-color: #e64340;
}

.mc-item .guige {
    line-height: 1.5;
}

.module1 {
    width: 100%;
    background-image: url(../images/jfshop/b-bg.png);
}

.module1_1 {
    position: relative;
    height: 122px;
}

.part1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 112px;
}

.part1 .part1_1 {
    padding-top: 16px;
    padding-left: 26px;
    font-size: 16px;
    color: #fffeff;
}

.part1 .part1_2 {
    padding: 0 0 0 26px;
    font-size: 30px;
    color: #fff;
}

.part1 .part1_3 {
    padding-left: 26px;
    font-size: 12px;
    color: #ffeae9;
}

.part2 {
    width: 50%;
    height: 112px;
    position: absolute;
    top: 10px;
    right: 0;
}

.part_tip {
    position: absolute;
    top: 16px;
    left: 96px;
    height: 22px;
    padding: 0 10px;
    line-height: 22px;
    font-size: 12px;
    color: #ea5a3f;
    background: #ffc0b7;
    border-radius: 10px;
}

.module1_2 {
    width: 100%;
    height: 64px;
    background-image: url("../images/jfshop/jfdetail-bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.module1_2_1 {
    position: relative;
    width: 70%;
    height: 64px;
    margin-left: 15%;
    color: #fff;
}

.module1_2_1 .jifendetail {
    position: absolute;
    top: 0;
    left: 0;
    height: 64px;
    line-height: 64px;
    vertical-align: middle;
}

.module1_2_1 .jifendetail img {
    width: 20px;
    height: 20px;
}

.module1_2_1 .jifenorder {
    position: absolute;
    top: 0;
    right: 0;
    height: 64px;
    line-height: 64px;
    vertical-align: middle;
}

.module1_2_1 .jifenorder img {
    width: 20px;
    height: 20px;
}

.module1_3 {
    position: relative;
    width: 100%;
    height: 38px;
    padding: 0 0 10px 0;
}

.search-form {
    width: 100%;
    position: relative;
    display: inline-block;
}

.module1_3_search {
    width: 78%;
    margin: 0 11%;
    height: 38px;
    line-height: 38px;
    background: #ffd5ce;
    border-radius: 30px;
    text-align: center;
    color: #ff5d44;
    font-size: 16px;
}

.module1_3_search::-webkit-input-placeholder {
    color: #ff5d44;
    font-size: 16px;
}

.module1_3_search::-moz-placeholder {
    color: #ff5d44;
    font-size: 16px;
}

.module1_3_search:-ms-input-placeholder {
    color: #ff5d44;
    font-size: 16px;
}

.search_btn {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 15%;
    margin-top: -11px;
}

.notice {
    width: 100%;
    overflow: hidden;
}

.notice-tit {
    position: relative;
    height: 40px;
}

.notice-tit ul {
    position: absolute;
    width: 90%;
    padding: 0 5%;
    /* 当点击第一个导航栏标签时，左边边框会与大盒子的边框发生叠加，解决的方法利用定位让两个边框重合叠加在一起 */
    height: 40px;
    background-image: url("../images/jfshop/cate-bg.png");
    background-repeat: repeat-x;

}

.notice-tit ul li {
    float: left;
    width: 25%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    list-style: none;
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.notice-tit ul li.selected {
    background: #fff;
    padding: 0;
    text-decoration: none;
    border-radius: 8px 8px 0 0;
    font-size: 14px;
    color: #ff5d44;
}

.notice-con {
    padding: 0px 0 10px 0;
}

.notice-con .sh {
    display: none;
}

.more_categoods {
    width: 80px;
    height: 26px;
    line-height: 26px;
    margin: 0 auto;
    background: #fff;
    color: #ff5d44;
    font-size: 14px;
    padding: 0 8px;
    margin-top: 10px;
    border-radius: 30px;
    text-align: center;
}

.more_categoods a {
    color: #ff5d44;
}

.module1_5_title {
    position: relative;
    width: 100%;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background-image: url("../images/jfshop/jingping.jpg");
    background-repeat: repeat-x;
    background-size: 100%;
    color: #fff;
    font-size: 16px;
}

.module1_5_title .h12 {
    position: absolute;
    top: 0;
    right: 14px;
    color: #fff;
    font-size: 12px;
}

.content {
    background: #f2f2f2;
    padding: 5px;
}

.row-between {
    background: #fff;
    padding: 5px 0.5%;
}

.jingpin {
    width: 33%;
    padding: 5px 0 0 0;
    text-align: center;
}

.jingpinimg {
    width: 100px;
    height: 100px;
}

.limittext {
    width: 96%;
    padding: 0 2%;
}

.scaleFont {
    font-size: 12px;
    transform: scale(0.58);
}