@charset "uft-8";

/* 定义全局样式 */
:root {
    --mainFontColor: #333333;
    /*主要的字体颜色*/
    --assFontColor: #666666;
    /*辅要字体颜色*/
    --main-color: #fc4c02;
    /*主色*/
    --subs-color: #ff3b37;
    /* 次颜色 */
}

/* 初始化样式 */
* {
    padding: 0;
    margin: 0;
}

body {
    min-height: 100vh;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

em,
i {
    font-style: normal;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.top_banner {
    height: 80px;
}

.top_banner>img {
    height: 100%;
    object-fit: cover;
}
/* 内容 */
.wrapper {
    background-color: #f4f4f4;
    padding: 10px 0 25px;
}

.aside {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

.asideLeft {
    width: 190px;
    background: #fff;
    position: relative;
}

.asideLeft {
    padding: 10px 0;
}

.asideLeft>ul>li>a {
    display: block;
    width: 100%;
    height: 50px;
    color: var(--mainFontColor);
    font-size: 14px;
    font-weight: 600;
}

.asideLeft>ul>li>a.current {
    background-color: var(--main-color);
    color: #fff;
}

.asideLeft>ul>li>a.current .imgshow,
.asideLeft>ul>li>a .imghide {
    display: none;
}

.asideLeft>ul>li>a.current .imghide {
    display: block;
}

.userinfo {
    display: flex;
    justify-content: space-around;
    padding: 20px 0;
}

.userinfoR {
    font-size: 14px;
}

.banner {
    width: 790px;
    height: 470px;
}

.banner .bxslider,
.banner .bxslider li a,
.bx-wrapper li {
    width: 100%;
    height: 100% !important;
}

.banner .bxslider img {
    object-fit: cover;
    height: 100% !important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    width: 11px;
    height: 11px;
    border-radius: 50%;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background-color: #fff;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #fff;
    border: 3px solid rgba(0, 0, 0, .5);
}

.asideLeft ul li a i {
    float: right;
    margin-right: 10px;
}

.asideLeft ul li a em {
    display: inline-block;
    width: 18px;
    margin: 0 8px;
}

/* 产品二级分类样式 */
.menu-box {
    position: absolute;
    left: 190px;
    top: 0;
    z-index: 100;
    display: none;
    width: 805px;
    height: 470px;
    border: 2px solid var(--main-color);
    background-color: #fff;
    box-sizing: border-box;
    padding: 26px 15px;
    font-size: 14px;
}

.asideLeft ul li:hover .menu-box {
    display: block;
}

.menu-box ul li {
    display: flex;
    margin-bottom: 10px;
}

.menu-box ul li h3 a {
    color: var(--mainFontColor);
    display: inline-block;
    width: 120px;
    text-align: right;
    font-size: 14px;
    margin-right: 17px;
}

.menu-box ul li p a {
    color: var(--assFontColor);
}

.menu-box ul li h3 a:hover,
.menu-box ul li p a:hover {
    color: var(--main-color);
}

.userinfoR a,
.userinfoR span {
    color: var(--main-color);
    vertical-align: middle;
}

.userinfoR span {
    font-weight: 600;
    margin: 0 1px;
    position: relative;
    top: -1px;
}

.asideRight {
    box-sizing: border-box;
    padding: 0 10px;
    width: 200px;
    background: #fff;
}

.discount_box {
    width: 100%;
    border-top: 1px solid #f1f1f1;
}

.discount {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 13px;
}

.discount_1 {
    height: 29px;
    background: #FC4C02;
    border-radius: 10px 10px 0px 0px;
    line-height: 29px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    width: 100%;
}
.discount_1_a{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #000;
}
.discount_img {
    width: 70px;
    height: 70px;
    margin: 10px 0;
}

.introduce_name {
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    height: 18px;
    width: 180px;
    text-align: center;
}

.qiding {
    height: 16px;
    font-size: 12px;
    color: #666;
    font-weight: 400;
    margin: 4px 0;
}

.goods_price {
    height: 18px;
    font-size: 14px;
    color: #FF0000;
}

.goods_price del {
    margin-left: 10px;
    font-weight: 400;
    color: #999999;
    font-size: 12px;
}


.zixun,
.competd {
    border-top: 1px solid #f1f1f1;
    padding-top: 7px;
    padding-bottom: 12px;
}

.zixun ul li {
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.zixun ul li a,
.competd ul li a {
    color: var(--assFontColor);
}

.zixun ul li:first-child,
.competd ul li:first-child {
    font-size: 14px;
    margin-bottom: 15px;
}

.zixun ul li:first-child h4,
.competd ul li:first-child h4 {
    color: var(--mainFontColor);
}

.zixun ul li:first-child a,
.competd ul li:first-child a {
    color: #999;
}

.zixun ul li:not(:first-child),
.competd ul li:not(:first-child) {
    margin-bottom: 12px;
}

.zixun ul li:not(:first-child) a {
    display: block;
    width: 130px;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.zixun ul li i,
.competd ul li i {
    display: inline-block;
    width: 36px;
    height: 13px;
}

.hot {
    background: url(../newimages/lww_hot.png) no-repeat center;
}

.new {
    background: url(../newimages/lww_new.png) no-repeat center;
}

.jisuan {
    background: url(../newimages/lww_jisuan.png) no-repeat center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.competd ul li:not(:first-child) a {
    font-size: 12px;
}

.competd ul li:not(:first-child) {
    position: relative;
}

.competd ul li:first-child {
    display: flex;
    justify-content: space-between;
}

.competd ul li a span {
    margin-left: 3px;
}

/* 秒杀 */
.miaosha .miaoL,
.miaosha .miaoR,
.miaosha .activity {
    float: left;
}

.miaosha .miaoR {
    /* width: 1010px; */
    width: 800px;
    height: 230px;
    padding: 0 20px;
    box-sizing: border-box;
    background-color: #fff;
}

.miaoL {
    width: 190px;
    height: 230px;
    background: url(../newimages/pcmiaos.png) no-repeat center;
    background-size: 100% 100%;
    position: relative;
}

.se-count {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    justify-content: center;
    align-items: center;
}

.se-hour,
.se-min,
.se-sec {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #2f3430;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.se-count em {
    margin: 0 5px;
    color: #fff;
}

.photo_nr ul li {
    float: left;
    margin-right: 25px;
    width: 170px;
    padding: 0;
}

#picList1 {
    padding: 0 10px;
}

.photo_nr {
    display: flex;
    align-items: center;
    width: 100%;
}

.new-item .good-pic {
    width: 120px;
    height: 120px;
    margin: 20px auto;
}

.new-item .good-pic img {
    width: 100%;
    height: 100%;
}

.miaoR {
    position: relative;
    overflow: hidden;
}

.miaoR .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 20px;
    height: 40px;
    text-align: center;
    background: rgba(0, 0, 0, .2);
}

.miaoR .prev {
    display: block;
    background: url(../newimages/lww_miao_arrL.png) no-repeat center;
}

.miaoR .next {
    background: url(../newimages/lww_miao_arrR.png) no-repeat center;
}

.miaoR .next,
.miaoR .prev {
    display: inline-block;
    width: 11px;
    height: 20px;
    background-color: #fff;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.miaoR .prevarrow {
    left: 0;
}

.miaoR .nextarrow {
    right: 0;
}

.good-title {
    color: var(--mainFontColor);
    font-size: 12px;
    display: block;
    width: 170px;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 6px 0 8px;
}

.sku-price .member-price {
    color: #b4b4b4;
    font-size: 12px;
    text-decoration: line-through;
}

.sale-price {
    color: var(--subs-color);
    font-size: 18px;
    font-weight: 600;
}

.classtitle>a {
    display: flex;
    align-items: center;
    color: var(--mainFontColor);
}

.morearr {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../newimages/lww_classarr.png) no-repeat center;
    margin-left: 10px;
}

.miaosha .activity {
    background-color: #fff;
    width: 200px;
    height: 230px;
    margin-left: 10px;
    padding: 20px 10px;
    box-sizing: border-box;
}

.miaosha .activity .news_infoHd {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 18px;
}

.miaosha .activity .news_infoHd .news_infoHd1 {
    color: #FC4C02;
    font-size: 14px;
}

.miaosha .activity .news_infoHd .news_infoHd2 a {
    color: #000;
    font-size: 12px;
}

.miaosha .activity .activity_info a {
    width: 180px;
    height: 110px;
    margin: 16px 0 10px;
}

.miaosha .activity .activity_info a .activity_infoTop {
    width: 100%;
    height: 100%;
}

.miaosha .activity .activity_info a .activity_infoTop img {
    width: 100%;
    height: 100%;
}

.miaosha .activity .activity_info a .activity_infoBottom {
    font-size: 14px;
    margin-top: 10px;
    height: 36px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    width: 100%;
    box-sizing: border-box;
}

.miaosha .activity .activity_info a .activity_infoBottom p {
    font-size: 14px;
    height: 36px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding: 0;
}

/* 精选 */
.classify {
    display: flex;
    justify-content: space-between;
    margin: 13px 0;
}

.classify .classifyL,
.classify .classifyR {
    width: 49.5%;
    background: #fff;
    padding: 15px 17px;
    box-sizing: border-box;
}

.cxitem {
    width: 100%;
}

.classtitle {
    margin-bottom: 20px;
}

.hot-title {
    margin-top: 5px;
}

.hot-title,
#goodList dl dt a,
#goodList .smallgood {
    font-size: 14px;
    /* font-weight: 600; */
}

.hot-title a {
    color: var(--mainFontColor);
    padding-bottom: 4px;
    margin-right: 12px;
}

.hot-title a:last-child {
    margin-right: 0;
}

.hot-title a.cur {
    color: var(--main-color);
    border-bottom: 2px solid var(--main-color);
}

#goodList .bigimg {
    width: 259px;
    height: 259px;
    margin-bottom: 5px;
}

.jxbigimg {
    width: 135px;
    height: 135px;
}

#goodList .bigimg>img,
.jxbigimg>img,
.jxsmallimg>img,
.tuijian .tuilist ul li .list-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}

#goodList dl {
    background-color: #fafafa;
    padding: 16px 15px;
}

#goodList dl dt a {
    display: block;
    text-align: center;
    color: var(--mainFontColor);
}

#goodList dl dd {
    width: 258px;
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
}

/* #goodList dl dd::after{
    content: '';
    clear: both;
} */
#goodList .smallgood {
    margin-left: 25px;
    margin-bottom: 25px;
    text-align: center;
    color: var(--mainFontColor);
    max-width: 120px;
}

#goodList a.smallgood:last-child,
#goodList a.smallgood:nth-last-child(2) {
    margin-bottom: 0;
}

#goodList .smallgood .smallimg,
.jxsmallimg {
    width: 100px;
    height: 100px;
}

#goodList .smallgood>span {
    display: -webkit-box;
    /*必须结合的属性 将对象作为弹性伸缩盒子模型显示*/
    -webkit-box-orient: vertical;
    /*必须结合的属性 设置或检索伸缩盒对象的子元素的排列方式*/
    -webkit-line-clamp: 2;
    /*用来限制在一个块元素显示的文本的行数*/
    overflow: hidden;

}

#goodList .smallgood .smallimg {
    margin-bottom: 15px;
}

.hidden {
    display: none;
}

.jinxuan .sale-price {
    font-size: 16px;
    font-weight: normal;
    text-align: center;
}

.jxinfo {
    width: 150px;
    margin: 33px 0 0 0;
}

.jxinfo-tit {
    font-size: 12px;
    display: -webkit-box;
    /*必须结合的属性 将对象作为弹性伸缩盒子模型显示*/
    -webkit-box-orient: vertical;
    /*必须结合的属性 设置或检索伸缩盒对象的子元素的排列方式*/
    -webkit-line-clamp: 2;
    /*用来限制在一个块元素显示的文本的行数*/
    overflow: hidden;
    margin-left: 5px;
    letter-spacing: 0.05em;
}

.jinxuan a,
.jinxuan .jxinfo-tit {
    font-size: 12px;
    color: var(--mainFontColor);
}

.jinxuan dl {
    margin-bottom: 15px;
}

.jinxuan dl dd {
    width: 307px;
    padding: 10px;
}

.jinxuan .adjinxuanA,
.jinxuan dl dd {
    background-color: #fafafa;
    box-sizing: border-box;
}

.jinxuan .adjinxuanA {
    padding: 5px 10px;
}

.jinxuan dl dt {
    width: 238px;
    display: flex;
    justify-content: space-between;
}

.jinxuan dl dt a:first-child {
    margin-right: 10px;
}

.p-price {
    text-align: center;
    margin-top: 5px;
}

.jinxuan .cell {
    width: 100px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 3px;
}

/* 专属推荐 */
.biaoti {
    text-align: center;
    margin: 15px 0;
}

.jingxuan_img {
    background: url(../newimages/lww_yumao.png) no-repeat center;
    background-size: contain;
}

.biaoti h2 {
    display: inline-block;
    position: relative;
    padding: 0 38px;
    font-size: 24px;
    font-weight: 400;
}

.biaoti h2::before,
.biaoti h2::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 27px;
    height: 19px;

}

.biaoti h2::before {
    left: 0;
}

.biaoti h2::after {
    right: 0;
}


.tuijian .tuilist {
    background-color: #fff;
}

.tuijian .tuilist .goodsNavigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 44px;
    border-bottom: 1px solid #FFCDB8;
    margin-bottom: 20px;
    cursor: pointer;
    
}
.tuijian .tuilist .goodsNavigation div{
    height: 44px;
    line-height: 44px;
    width: 120px;
    text-align: center;
}
.tuijian .tuilist .goodsNavigation div:first-child{
    font-weight: bold;
}

.tuijian .tuilist .goodsNavigation div:hover{
    background-color: #FFDBCC;
    color: #000;
}
.tuijian .tuilist .goodsNavigation div.goodsNavigationBG:hover{
    background-color: #FC4C02;
    color: #fff;
}
.goodsNavigationBG{
    background-color: #FC4C02;
    color: #fff;
}
.tuijian .tuilist ul li {
    background-color: #fff;
    padding: 20px 16px 0;
    box-sizing: border-box;
    width: 224px;
    margin-right: 12px;
    margin-bottom: 20px;
    height: 300px ;
    max-height: 300px ;
    border: 1px solid #EEEEEE;
    border-radius: 4px;
}
.tuijian .tuilist ul li:hover{
    box-shadow: 0px 15px 30px 0px #E4E8EC;
    border: 1px solid transparent;
}
.tuijian .tuilist ul li:nth-child(5n) {
    margin-right: 0;
}

.tuijian .tuilist ul li .list-img {
    width: 160px;
    height: 160px;
    margin: 0 auto;
}

.tuijian .tuilist ul li .list-img>a {
    display: block;
}

.tuijian .tuilist ul li>a {
    color: var(--mainFontColor);
    font-size: 14px;
    font-weight: normal;
    height: 41px;
    line-height: 21px;
    word-break: break-all;
    /*拆分所有单词(英文)*/
}

.tuijian .tuilist ul li>a:hover {
    color: var(--main-color);
}

.tuijian .tuilist ul li p {
    margin: 8px 0;
}

.tuijian .tuilist ul li>em {
    font-size: 14px;
    display: inline-block;
    width: 100%;
    padding: 0 14px;
    box-sizing: border-box;
    margin-top: 4px;
}

.tuijian .tuilist ul li>em span,
.whitesp {
    border-radius: 2px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    /* width: 95px; */
}

.tuijian .tuilist ul li>em span i {
    margin-right: 4px;
}

.follow .guanz {
    width: 18px;
    height: 18px;
    background: url(../newimages/lww_xins.png) no-repeat center;
    background-size: 100% 100%;
}

.follow {
    /* color: var(--main-color); */
    /* border: 1px solid var(--main-color); */
}

.qxfollow{
    color: var(--main-color);
}
.qxfollow .guanz {
    width: 18px;
    height: 18px;
    background: url(../newimages/lww_xin.png) no-repeat center;
    background-size: 100% 100%;
}

.addcart {
    /* border: 1px solid #999; */
    color: #4b8ef5;
}

.addcartdont {
    border: 1px solid #cccccc;
    background-color: #cccccc;
    color: #ffffff;
    width: 85px;
}

.addcart .carted {
    width: 18px;
    height: 18px;
    background: url(../newimages/lww_cart.png) no-repeat center;
}

.addcartdont .carted {
    width: 18px;
    height: 18px;
    background: url(../newimages/lww_cartnot.png) no-repeat center;
}

/* 广告 */
#poster .container img {
    width: 595px;
    height: 130px;
    object-fit: cover;
}

#poster .container {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

/* 技术服务 */
.andouL h2 {
    color: #3393ff;
}

.andouR h2 {
    color: #8346f4;
}

.Righttxt h2 {
    margin: 17px 0 11px 0;
}

.andou a {
    color: var(--assFontColor);
    font-size: 14px;
}

.andou .leftImg {
    width: 185px;
    height: 186px;
    margin-right: 22px;
    overflow: hidden;
    cursor: pointer;
}

.andou .leftImg>img {
    width: 100%;
    transition: all .3s;
}

.andou {
    display: flex;
    justify-content: space-between;
}

.andou>div {
    width: 49%;
}

.andou .Righttxt {
    max-width: 361px;
}

.andou .Righttxt ul li a {
    width: 361px;
}

.andou .Righttxt ul li a:hover,
.library ul li a:hover,
.copyright .dibu-nav a:hover,
#goodList .smallgood:hover,
#goodList dl dt a:hover,
.jinxuan a:hover .jxinfo-tit,
.jinxuan a:hover .cell,
.zixun ul li a:hover,
.competd ul li a:hover,
footer .foobox .fooboxL ul li a:hover,
footer .friendlylink ul li a:hover {
    color: var(--main-color);
}

.andou .leftImg:hover img,
.library ul li:first-child a:hover img {
    transform: scale(1.1);
    transition: all .3s;
}

/* 安豆资讯 */
.information {
    height: 320px;
    /* background: url(../newimages/information_img3.png) no-repeat center; */
    margin: 20px 0;
    /* 18n 24 */
    display: flex;
    justify-content: space-between;
   
}

.information .news_info {
    width: 74.5%;
    padding: 18px 24px;
    background-color:#fff ;
    box-sizing: border-box;
}

.information .activity {
    width: 24.5%;
    padding: 18px 24px;
    background-color:#fff ;
    box-sizing: border-box;
}

.information .news_infoHd {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;

}

.information .news_infoHd .news_infoHd2 a {
    display: flex;
    font-size: 16px;
    align-items: center;
    line-height: 24px;
    color: #666666;
}

.information .news_infoHd .news_infoHd2 img {
    width: 20px;
    height: 20px;
}

.news_info .news_infoBh {
    display: flex;
}

.news_info .news_infoBh .news_infoLeft {
    width: 400px;
    height: 240px;
    overflow: hidden;
    position: relative;

}

.news_info .news_infoBh .news_infoLeft ul {

    height: 240px;
    position: absolute;

}

.news_info .news_infoBh .news_infoLeft ul li {
    width: 400px;
    height: 240px;
    float: left;
}

.news_infoBh .news_infoLeft a {
    display: block;
    position: relative;
    height: 240px;
    font-size: 16px !important;
}

.news_infoBh .news_infoLeft img {
    width: 100%;
    height: 240px;
}

.news_info .news_infoBh .news_infoText {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 40px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
}

.news_info .news_infoBh .news_infoText p {
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_infoBh .news_infoRight {
    width: 395px;
    margin-left: 24px;
}

.news_infoBh .news_infoRight li {
    margin: 14px 0;
}

.news_infoBh .news_infoRight li a {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #333333;
    display: flex;
    align-items: center;
}

.news_infoBh .news_infoRight li a:hover {
    color: var(--subs-color);
}

.news_infoBh .news_infoRight li .on {
    /* color: var(--subs-color); */
}

.news_infoBh .news_infoRight li img {
    float: left;
    margin-right: 10px;
}

.news_infoBh .news_infoRight li a p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.activity .activity_info a {
    display: block;
}

.activity .activity_info .activity_infoTop {
    width: 252px;
    height: 180px;
    margin: 0 auto;
}

.activity .activity_info .activity_infoTop img {
    width: 100%;
    height: 100%;
}

.activity .activity_info .activity_infoBottom {
    width: 252px;
    height: 36px;
}

.activity .activity_info .activity_infoBottom p {
    padding: 9px;
    font-size: 16px;
    height: 36px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}





/* 文库 */
.library {
    margin: 15px 0;
    height: 212px;
    overflow: hidden;
}

.library ul,
.natural,
.natural .naturalR .naturalR-tit {
    display: flex;
    justify-content: space-between;
}
.natural .naturalR .naturalR-tit {
    height: 32px;
}
.library ul li:first-child {
    width: 285px;
}

.library ul li:first-child a {
    display: block;
    overflow: hidden;
}

.library ul li:first-child a img {
    width: 100%;
    height: 212px;
    object-fit: cover;
    transition: all .3s;
}

.library ul li a {
    color: var(--assFontColor);
}

.library ul li:not(:first-child) {
    padding: 23px 18px;
    box-sizing: border-box;
    width: 305px;
    border-right: 1px solid #e7e7e7;
}

.library ul li .wenz a {
    width: 100%;
}

.library ul li h3 {
    margin-bottom: 18px;
}

.library ul li h3 img {
    vertical-align: bottom;
}

.andou .Righttxt ul li a,
.library ul li .wenz a {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-bottom: 9px;
    font-size: 14px;
}

/* 最新入驻 */
.natural .naturalR {
    width: 680px;
    height: 201px;
}

.natural .naturalL,
.natural .naturalR {
    padding: 20px;
    background: #fff;
    box-sizing: border-box;
}

.naturalL ul li.city a {
    color: #0077ef;
    padding-right: 25px;
}

.naturalL ul li.city a:last-child {
    padding-right: 0;
}

.naturalL ul {
    margin: 15px 0;
}

.naturalL ul li {
    float: left;
}

.naturalL span {
    color: var(--assFontColor);
    display: inline-block;
    width: 115px;
    text-align: left;
}

.naturalL .select select {
    width: 118px;
    margin-right: 17px;
    height: 23px;
}

#gointo {
    width: 96px;
    height: 27px;
    line-height: 27px;
    background: var(--main-color);
    border: none;
    border-radius: 83px;
    color: #fff;
    font-size: 14px;
}
.natural .naturalR .naturalR-tit h2 {
    font-size: 24px;
    font-weight: 400;
}
.natural .naturalR .naturalR-tit a {
    font-size: 18px;
    color: var(--assFontColor);
    align-self: flex-end;
}

.proimg {
    display: flex;
    justify-content: space-between;
    align-self: center;
    margin-top: 15px;
}

.proimg a {
    display: block;
    position: relative;
    font-size:0;
}

.proimg a img {
    width: 130px;
    height: 114px;
    object-fit: contain;
    
}

.proimg a .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--main-color);
    color: #fff !important;
    z-index: 10;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:16px;
}

.proimg a:hover .mask {
    opacity: 1;
}

/* 白色背景 */
.andou>div,
.library {
    background-color: #fff;
}

/* 弹框样式 */
#loadDiv {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 998;
    background: rgba(255, 255, 255, .2);
    display: none;
}

#showmsg {
    display: none;
    position: absolute;
    background-color: #fdf7f7;
    min-width: 200px;
    height: 97px;
    border: 1px solid var(--main-color);
    border-radius: 10px;
    color: var(--mainFontColor);
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    box-sizing: border-box;
    padding: 0 15px;
}

#rights,
#errors {
    display: inline-block;
    width: 16px;
    height: 13px;
    margin-right: 3px;
}

#rights {
    background: url(../newimages/lww_right.png) no-repeat center;
}

#errors {
    height: 15px;
    width: 15px;
    background: url(../newimages/lww_errors.png) no-repeat center;
    margin-right: 5px;
}

#rights,
#text,
#errors {
    vertical-align: middle;
}

.followbox {
    height: 26px;
    width: 100px;
    overflow: hidden;
}

.opa0 {
    opacity: 0;
}

.opa1 {
    opacity: 1;
}

/* #maskDiv{
    position: relative;
    z-index: 10;
    background: rgba(255, 255, 255, .1);
    width: 100%;
    height: 100%;
} */


/* 商品分类 */
.ad {
    height: 60px;
    /* height: 660px; */
    margin: 7px 0;
}

.ad>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* c参数 */
.canshubox,
.zonghe,
#goods .tuilist ul li {
    /* border: 1px solid #e7e7e7; */
}

.canshubox {
    border: 1px solid #e7e7e7;
}

.canshubox ul li {
    height: 40px;
    line-height: 40px;
    /* max-height: 40px; */
    overflow: hidden;
    border-top: 1px solid #e7e7e7;
    position: relative;
}

.canshubox ul li.moreli,
.tionmianBox .moreli {
    height: auto;
    line-height: 30px;
    /* overflow-y: auto; */
}

.moretion {
    height: auto !important;
}

.canshubox li.crumbs a {
    font-size: 14px;
    color: var(--mainFontColor);
}

.canshubox ul li:not(:first-child) {
    font-size: 12px;
}

.canshubox ul li:not(:first-child) dl dt {
    color: var(--mainFontColor);
    width: 100px;
    background-color: #fcf7f7;
    border-right: 1px solid #e7e7e7;
}

.canshubox li.crumbs,
.canshubox ul li:not(:first-child) dl dt,
.canshubox ul li:not(:first-child) dl dd {
    padding-left: 15px;
    box-sizing: border-box;
}

.canshubox ul li:not(:first-child) dl dd {
    width: -webkit-calc(92.5% - 15px);
    width: -moz-calc(92.5% - 15px);
    width: calc(92.5% - 15px);
}

.canshubox ul li:not(:first-child) dl dd a {
    color: var(--assFontColor);
    margin-right: 25px;
}

.canshubox ul li .more a.slideMore {
    display: inline-block;
    border: 1px solid #e7e7e7;
    padding: 0 17px 0 6px;
    height: 20px;
    line-height: 20px;
}

.canshubox ul li:not(:first-child) dl dd>a:hover {
    color: var(--main-color);
}

.canshubox ul li.crumbs {
    border-bottom: none;
    border-top: none;
}

.canshubox .classifyA {
    width: 950px;
}

.canshubox .more {
    line-height: 0;
    position: absolute;
    right: 15px;
    top: 4px;
}

.tableName,
.tablecon {
    display: table-cell;
}

.tableName.midd {
    vertical-align: middle;
}

.more>a {
    position: relative;
    padding-right: 13px;
    color: var(--assFontColor);
}

.more .icon_arrow {
    position: absolute;
    right: 5px;
    top: 46%;
    display: inline-block;
    width: 8px;
    height: 4px;
    background: url(../newimages/lww-icon-arrow.png) no-repeat -8px 0;

}

/* 收起的箭头图 */
.more .icon_arrow.changeIcon {
    background: url(../newimages/lww-icon-arrow.png) no-repeat 0 0;
}

.zonghe {
    background-color: #f1f1f1;
    margin: 9px 0 17px;
    font-size: 12px;
    color: var(--mainFontColor);
    height: 40px;
    line-height: 40px;
    display: flex;
    align-items: center;
}

.synthesis {
    margin: 0;
    border: 0;
    border-top: #e7e7e7 1px solid;
}

.zhSpan {
    border-right: 0;
    border: 1px solid #e7e7e7;
}

.zonghe span:first-child {
    /* width: 60px; */
    background-color: var(--main-color);
    color: #fff;
}

.zonghe span {
    display: inline-block;
    /* width: 70px; */
    padding: 0 17px;
    text-align: center;
    border-right: 1px solid #e7e7e7;
    cursor: pointer;
    position: relative;
    height: 100%;
}

.zonghe span.iconspan::after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 7px;
    background: url(../newimages/lww-icon-arrows.png) no-repeat center/100%;
    margin-left: 4px;
}

.zonghe span.selected::after {
    transform: rotate(180deg);
}

.zonghe>input {
    width: 66px;
    height: 24px;
    background-color: #fff;
    font-size: 12px;
    color: var(--assFontColor);
    outline: none;
    border: 1px solid #e7e7e7;
    box-sizing: border-box;
    padding: 0 11px;
}

.zonghe>em {
    font-size: 18px;
    margin: 0 7px;
    color: #818181;
}

.zonghe>input[name="minprice"] {
    margin-left: 5px;
}

.zonghe>button {
    border: none;
    background-color: var(--main-color);
    color: #fff;
    width: 44px;
    height: 24px;
    margin-left: 10px;
    cursor: pointer;
}

.pages {
    padding: 15px 0 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pages a,
.pages span {
    border: 1px solid #e7e7e7;
    background-color: #fff;
    color: #999;
    font-size: 12px;
    margin-left: 7px;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    padding: 0 12px;
    /* width: 3px; */
}

/* .pages a:first-child,.pages a:nth-child(2){
    padding: 0 10px;
} */
.pages span.current {
    /* padding: 5px 7px; */
    background-color: var(--main-color);
    color: #fff;
    border-color: var(--main-color);
}

/* 固定侧边栏 */
#fixed{
    position: fixed;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    /* width: 120px; */
    z-index: 99;
}
#fixed a{
    display: block;
}
.aTel{
    background-image: url(../newimages/lww_tel.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 40px;
    position: relative;
}
.aTel>span{
    font-size: 14px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .5);
      /**clip: rect(0,116px,40px,0); 裁剪 top right bottom left*/
    border-radius: 20px;
    opacity: 0;
}
.aTel:hover>span{
    opacity: 1;
}

.fixedLeft{
    /* position: fixed; */
    position: absolute;
    left: 50%;
    top: 251px;
    /* transform: translateX(-580%); */
    transform: translateX(-720px);
}
.goCPS_a{
    cursor: pointer;
}
.fixedLeftBottom{
    width: 110px;
    height: 214px;
    background: url(../newimages/leftBottom.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.fixedLeftBottom h3{
    margin-bottom: 18px;
    /* width: 80px; */
    font-size: 20px;
}
.fixedLeftBottom  .select{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.fixedLeftBottom  .select span {
    margin-bottom: 14px;
    width: 80px;
    font-size: 16px;
}

.fixedLeftBottom .select select {
    width: 84px;
    height: 26px;
    border-radius: 4px;
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
}
.fixedLeftBottom .select select option{
    background-color: #fff;
    color: #000;
}

select:focus-visible {
    outline: none;
}

.fixedLeft .goCPS_box .guanbi,
.fixedRight .whyAndo_box .guanbi,
.fixedRight .goJSQ_box .guanbi{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    cursor: pointer;
}
.fixedRight .whyAndo_box .guanbi img,
.fixedRight .goJSQ_box .guanbi img,
.fixedLeft .goCPS_box img{
    width: 15px;
    height: 15px;
    /* margin-right: 10px; */
}
.fixedLeft .goCPS_box ,
.fixedRight .whyAndo_box{
    margin-bottom: 40px;
}
.fixedRight {
    /* position: fixed; */
    position: absolute;
    left: 50%;
    top: 251px;
    /* transform: translateX(480%); */
    transform: translateX(610px);
}
.fixedRight .goJSQ_a{
    cursor: pointer;
}
.fixedLeftFix,.fixedRightFix{
    position: fixed;
    top: 100px;
}

.aTel {
    background-image: url(../newimages/lww_tel.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 40px;
    position: relative;
}

.aTel>span {
    font-size: 14px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .5);
    /**clip: rect(0,116px,40px,0); 裁剪 top right bottom left*/
    border-radius: 20px;
    opacity: 0;
}

.aTel:hover>span {
    opacity: 1;
}

/* 返回顶部 */
#turntop {
    position: fixed;
    left: 50%;
    margin-left: 622px;
    bottom: -3%;
    cursor: pointer;
    transform: translateY(-50%);
    /* background-color: var(--main-color); */
    color: #000;
    height: 60px;
}

#turntop img {
    width: 36px;
    margin: 0px auto;
    display: block;
}

#turntop p {
    width: 70px;
    /* height: 30px; */
    text-align: center;
}


/* 搜索记录为空 */
#emptySearch {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid #e7e7e7;
    padding: 150px 0;
    border-top: 0;
}

#emptySearch>img {
    margin-right: 20px;
}

#emptySearch .emptySearchTxt h4 {
    font-size: 20px;
    color: var(--mainFontColor);
    font-weight: 500;
}

#emptySearch .emptySearchTxt span {
    color: #999;
    font-size: 14px;
}

.canshuTxt {
    line-height: 30px;
    padding: 0 15px;
}

.bgbais {
    background-color: #fff;
}

.trademarks {
    margin-top: 15px;
}

.heights {
    height: 0px !important;
}

.bobybottoms {
    margin-bottom: 50px;
}

.ficationbox {
    padding: 0 20px;
    width: 1200px;
    max-height: 240px;
    overflow: hidden;
    /* padding-top: 18px; */
}

.indexcenr {
    max-height: 350px;
    overflow: hidden;
}

.marksBox {
    display: inline-block;
    width: 15%;
    height: 100px;
    border: solid 1px #e7e7e7;
    margin-right: 13px;
    margin-bottom: 18px;
    position: relative;
    cursor: pointer;
    float: left;
}

.boxstext {
    width: 15%;
}

.swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.swiper-wrapper {
    width: 100%;
    padding: 0 20px;
}

.swiper-slide {
    font-size: 16px;
    background: #fff;
    display: flex;
    float: left;
    flex-wrap: wrap;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-button-prev {
    left: 0px;
}

.swiper-button-prev:after {
    font-size: 30px;
    font-weight: 600;
    color: #ff5500;
}

.swiper-button-next:after {
    padding-left: 20px;
    font-size: 30px;
    font-weight: 600;
    color: #ff5500;
}

.marksBox:nth-child(6n) {
    margin-right: 0;
}

.boxcenter {
    padding: 20px 0;
    box-sizing: border-box;
    border: #e7e7e7 solid 1px;
}

.clmians {
    padding: 0;
}

.classcons {
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    box-sizing: border-box;
}

.storages {
    height: 35px;
    line-height: 35px;
    background-color: #e7e7e7;
}

.marksImg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* object-fit: cover; */
    /* 对图片进行剪切 */
}

.photolithog {
    width: 180px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    /* z-index: 2; */
}

.marksBox:hover .photolithog {
    display: block;
}

.positionitem {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 24px;
}

.tionmianBox {
    border: #e7e7e7 1px solid;
}

.introduce {
    align-items: center;
    background-color: #e7e7e7;
}

.classearch {
    padding: 8px 20px;
    background-color: #fcf7f7;
    border-bottom: 1px solid #e7e7e7;
}

.ctSearch {
    font-size: 14px;
}

.Classify {
    border-top: 0;
    position: relative;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}

.fenleibox {
    width: 100px;
    border-right: 1px solid #e7e7e7;
    background-color: #fcf7f7;
    text-align: center;
}

.moreli .fenleibox {
    vertical-align: middle;
}

.ctfenlei {
    display: inline-block;
    margin-right: 30px;
    cursor: pointer;
    color: var(--assFontColor);
}

.completes {
    width: 980px;
    padding: 0 20px;
}

.harddisk {
    background-color: #fff;
}

.cshDrive {
    display: flex;
}

.solid-states {
    width: 400px;
    height: 34px;
    border-radius: 5px;
    border: solid 2px var(--main-color);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 0 10px;
    box-sizing: border-box;
}

.Adapter {
    width: 90px;
    height: 34px;
    background-color: var(--main-color);
    border: 0;
    color: #fff;
    border-radius: 5px;
    border: solid 1px var(--main-color);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    cursor: pointer;
}

.solid-states>img,
.solid-states>input {
    vertical-align: middle;
}

.miancolor {
    color: var(--main-color);
    font-weight: 600;
}

.cularslist {
    padding: 15px;
    display: flex;
    box-sizing: border-box;
}

.partner {
    margin-right: 30px;
    margin-bottom: 0;
}

.yptext {
    flex: 1;
}

.seagate {
    color: #333;
    font-size: 18px;
    margin-bottom: 6px;
}

.xidetails {
    position: relative;
}

.Technology {
    color: #666;
    font-size: 14px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    padding-right: 32px;
}

.clickgd {
    font-size: 14px;
    color: #0077ef;
    position: absolute;
    top: 38px;
    right: 0px;
}

.xijieclass {
    color: #333;
    font-size: 22px;
    font-weight: normal;
}

.ppboxText {
    font-size: 15px;
    color: #666;
    margin-top: 8px;
}

.ppboxText p {
    text-indent: 2em;
    line-height: 28px;
    word-wrap: break-word;
}

.detailst {
    margin-bottom: 150px;
}

.evenMore {
    display: inline-block;
    border: 1px solid #e7e7e7;
    padding: 0 17px 0 6px;
    height: 20px;
    line-height: 20px;
    position: relative;
    color: var(--assFontColor);
}

.icon_arrows {
    position: absolute;
    right: 5px;
    top: 46%;
    display: inline-block;
    width: 8px;
    height: 4px;
    background: url(../newimages/lww-icon-arrow.png) no-repeat -8px 0;
}

.moremian {
    position: absolute;
    right: 16px;
    top: 0px;
}

.wholeqb,
.fenleibox {
    /* width: 100%; */
    display: table-cell;
}

.actionbtn .mianyiz,
.jiagemys {
    color: #999;
    font-size: 13px;
}

.actionbtn .mianyiz span {
    color: #333;
    font-weight: bold;
}

.larger {
    border: #e7e7e7 1px solid;
}

.gcarousel {
    border-top: #e7e7e7 1px solid;
}

.infuses {
    padding-left: 35px;
}

.discuss {
    color: red !important;
}

.whitesp {
    color: #fff;
    border: 2px solid #ccc !important;
    background-color: #ccc !important;
    width: 85px;
}

.whitesp .carted {
    width: 18px;
    height: 18px;
    margin-right: 5px;
    background: url(../newimages/whiteshop.png) no-repeat center;
}

.whitesp:hover {
    cursor: not-allowed;
}

/* 首页认证工程商入口 */
.gcsAuthImgBox {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    width: 600px;
    height: 400px;
    cursor: pointer;
}

#gcsAuthClose,
#couponClose {
    position: absolute;
    right: -11px;
    top: -40px;
}

.formArray .formArray-item {
    background-color: #fff;
    width: 285px;
}

.formArray-item-img>img {
    display: block;
    width: 100%;
}

.formArray .formArray-box {
    padding: 15px 20px 18px;
    box-sizing: border-box;
    font-size: 14px;
}

.formArray .formArray-item .formArray-box input,
.formArray .formArray-item .formArray-box select {
    width: 245px;
    height: 34px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    outline: none;
    padding: 0 7px;
    color: var(--mainFontColor);
}

#all_select select,
#all_selectTwo select {
    display: inline-block;
    width: 49%;
}

.formArray .formArray-item .formArray-box .ad_textarea {
    width: 100%;
    height: 56px;
    border: 1px solid #ccc;
    resize: none;
    outline: none;
    padding: 8px;
    box-sizing: border-box;
    color: var(--mainFontColor);
}

.formArray .formArray-item .formArray-box input::placeholder {
    color: #999;
}

.formArray .formArray-item .form_Err {
    color: var(--subs-color);
    opacity: 0;
    font-size: 12px;
    height: 16px;
}

.formArray-box .form-item .codeItems {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.formArray-box .form-item .codeItems input {
    width: 80px;
}

.ad_getcode {
    display: inline-block;
    width: 151px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background-color: #e7e7e7;
    color: var(--mainFontColor);
}

.ad-form--submit {
    text-align: center;
}

.form-item .ad_download,
.ad-form--submitA {
    color: var(--main-color);
}

.ad-form--submitA {
    display: inline-block;
    width: 180px;
    height: 40px;
    line-height: 40px;
    border: 1px solid var(--main-color);
    border-radius: 20px;
    text-align: center;
    margin-top: 14px;
    box-sizing: border-box;
    font-size: 16px;
}

.indexUpload {
    position: relative;
    cursor: pointer;
}

#indexInput {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 30px;
    cursor: pointer;
    opacity: 0;
}

.indexUpload .ad-customSpan {
    display: inline-block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #999;
    box-sizing: border-box;
}

.ad_customBox {
    display: flex;
}

.ad_customBox .ad-lookFile {
    display: inline-block;
    width: 60px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-color: #e7e7e7;
    color: var(--mainFontColor);
    margin-left: 18px;
}

#templateShow {
    height: 8px;
}

.ad_pin__daili {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ad_pin__daili>input {
    width: 100px !important;
}

.ad_pin__daili input[type="radio"] {
    width: 14px !important;
    height: 14px !important;
}

.ad_pin__daili label {
    color: var(--mainFontColor);
    font-size: 13px;
    cursor: pointer;
}

.ad_pin__daili label,
.ad_pin__daili input[type="radio"] {
    vertical-align: middle;
}

/* 优惠券 */
.ad-coupon .ad-coupon--box {
    width: 393px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
}

.ad-coupon .ad-coupon--box .ad-coupon--center {
    position: relative;
    width: 360px;
    height: 420px;
    background: url(../newimages/couponbg.png) no-repeat center/cover;
    background-size: 100% 100%;
}

.ad-coupon--box .ad-coupon--list {
    border-radius: 15px;
    padding: 6px;
    box-sizing: border-box;
    width: 320px;
    margin: 0 auto;
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
}

.ad-coupon--box .ad-coupon--list .ad-coupon--listbox {
    border-radius: 15px;
    padding: 15px 9px;
    box-sizing: border-box;
    margin-bottom: 155px;
}

.ad-coupon--listbox .ad-coupon--listItem {
    width: 99%;
    /* height: 79px; */
    height: 134px;
    background: url('../newimages/couponitem.png') no-repeat center/cover;
    background-size: 100% 100%;
    border-radius: 5px;
    position: relative;
    margin-bottom: 8px;
}

.ad-coupon--listbox .ad-coupon--listItem>a {
    display: block;
    width: 100%;
    height: 100%;
}

.ad-coupon--listbox .ad-coupon--listItem .couponName {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    /* width: 30px;
    height: 68px; */
    border-radius: 7px;
    /* background-color: #fafafa; */
    /* color: #ef3f41; */
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    position: absolute;

    top: 12%;
    right: 32px;
    transform: translateY(-50%);
    line-height: 19px;
}

.ad-coupon--listbox .ad-coupon--listItem:last-child {
    margin-bottom: 0;
}

.ad-coupon--listItem .coupon-num--box {
    position: absolute;
    top: 59%;
    left: 36%;

    transform: translate(-50%, -50%);
    text-align: center;
}

.coupon-num--box .couponshu .coupon-amount::before {
    content: '￥';
    font-weight: bold;
    margin-right: 2px;
}

.coupon-num--box .couponshu .coupon-yunfei::after {
    content: '折';
    margin-left: 2px;
}

.coupon-num--box .couponshu .coupon-amount::before,
.coupon-num--box .couponshu .coupon-yunfei::after {

    color: #f2ff5e;
    font-size: 14px;

}

.coupon-num--box .couponshu .coupon-amount,
.coupon-num--box .couponshu .coupon-yunfei {
    font-size: 44px;
    color: #f2ff5e;

    font-weight: bold;
}

.coupon-num--box .coupondesc {
    display: block;
    font-size: 16px;
    color: #fff3e8;

    position: relative;
    top: -5px;
}

#couponClose>img {
    width: 40px;
}

.delclick {
    pointer-events: none;
}

.formArray .formArray-item .formArray-box input.focusInput,
.focusInput>input {
    border-color: var(--subs-color) !important;
}

.hiddenMore {
    display: none !important;
}

.jicai_shuju {
    margin-top: 10px;
    width: 100%;
    height: 332px;
    display: flex;
}

.jicai_shuju .jicai_box {
    width: 774px;
    height: 100%;
    background-color: #fff;
    border-radius: 10px;
}

.jicai_shuju .jicai_box .jicai_title {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 17px;
    box-sizing: border-box;
    font-size: 24px;
    border-radius: 10px 10px 0 0;
}

.jicai_shuju .jicai_box .jicai_title .jicai_t {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.jicai_shuju .jicai_box .jicai_title .jicai_t img {
    width: 26.5px;
    height: 26.5px;
    margin-right: 10px;
}

.jicai_shuju .jicai_box .jicai_title .jicai_more {
    font-weight: 400;
    color: #666666;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.jicai_shuju .jicai_box .jicai_cont,
.jicai_shuju .shuju .shuju_echart {
    width: 100%;
    height: calc(100% - 50px);
    background-image: linear-gradient(180deg, #FFE2E2 0%, #FDEAE1 100%);
    border-radius: 0 0 10px 10px;
}

.jicai_shuju .jicai_box .jicai_cont {
    display: flex;
}

.jicai_shuju .jicai_box .jicai_cont .glist {
    width: 100%;
    height: 100%;
    display: flex;
    overflow: hidden;
    padding: 0 20px;
    box-sizing: border-box;
}

.jicai_shuju .jicai_box .jicai_cont .glist .photo_nr #picListJicai {
    padding: 0;
}

.jicai_shuju .jicai_box .jicai_cont .glist .photo_nr #picListJicai .new-item {
    background-color: #fff;
    width: 176px;
    height: 242px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 8px;
    box-sizing: border-box;
    margin-right: 9px;
    text-align: center;
}

.jicai_shuju .jicai_box .jicai_cont .glist .photo_nr #picListJicai .new-item a .good-pic {
    width: 160px;
    height: 160px;
    margin: 0;
}

.jicai_shuju .jicai_box .jicai_cont .glist .photo_nr #picListJicai .new-item a.a_good_info {
    text-align: center;
}

.jicai_shuju .shuju {
    width: 416px;
    height: 100%;
    background-color: #fff;
    border-radius: 10px;
    margin-left: 10px;
}

.jicai_shuju .shuju .shuju_title {
    height: 50px;
    padding: 9px 16px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.jicai_shuju .shuju .shuju_title img{
    width: 26.5px;
    height: 26.5px;
}
.jicai_shuju .shuju .shuju_title span {
    font-size: 24px;
    font-weight: 400;
    color: #000000;
    margin-left: 10px;
}

.jicai_shuju .shuju .shuju_echart {
    padding: 20px 10px;
    box-sizing: border-box;
    position: relative;
}

.jicai_shuju .shuju .shuju_echart .weekSigning {
    font-size: 18px;
    font-weight: 400;
    height: 24px;
    line-height: 24px;
    color: #666666;
}

.day_sale {
    width: 146px;
    height: 84px;
    background-color: #fff;
    border-radius: 10px;
    position: absolute;
    right: 10px;
    top: 20px;
    padding: 5px 10px;
    box-sizing: border-box;
    font-size: 14px;
    color: #666666;
}

.day_sale .sale_num {
    font-size: 42px;
    color: #000;
    text-align: center;
}

.echarts_box {
    margin-top: 46px;
}

#data_echarts {
    margin: 0 auto;
}

.natural .new_goods{
    margin: 10px 0 0 10px;
    height: 201px;
    background-color: #fff;
    width: 510px;
    padding: 20px 15px;
    box-sizing: border-box;
}
.natural .new_goods .new_goods-tit{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.natural .new_goods .new_goods-tit h2{
    font-size: 20px;
    font-weight: 400;
}
.natural .new_goods .new_goods-tit a{
    height: 18px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
}
.natural .new_goods .new_goods_info{
    overflow: hidden;
    height: 145px;
}
.natural .new_goods .new_goods_info li{
    height: 27px;
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 2px;
}
.natural .new_goods .new_goods_info li a{
    display: inline-block;
    width: 410px;
    word-break:keep-all;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis; 
    color: #000;
}
.natural .new_goods .new_goods_info li a:hover{
	color: #fc4c02!important;
}
.natural .new_goods .new_goods_info li img{
    width: 50px;
    height: 27px;
}
