@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: #f5f5f5;
    padding: 0px 0 25px;
}

.aside {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.asideLeft {
    width: 210px;
    background: #fff;
    position: relative;
}

.asideLeft {
    padding: 13px 0 13px;
    height: 530px;
    box-sizing: border-box;
}

.asideLeft .asideLeft_first {
    /* margin-bottom: 7px; */
}

.asideLeft .asideLeft_firstTop {
    /* padding-top: 7px; */
    display: flex;
    justify-content: space-between;
    height: 100%;
}

.asideLeft .asideLeft_firstTop .asideLeft_le {
    /* width: 87%; */
    width: 100%;
    display: flex;
}

.asideLeft .asideLeft_firstTop .asideLeft_le .asideLeft_le_title {
    margin-top: 5px;
    font-size: 14px;
    color: #212121;
    font-weight: 400;
}

.asideLeft .asideLeft_firstTop .asideLeft_le .asideLeft_le_title div {
    font-size: 12px;
    font-weight: 400;
    color: #888A8F;
    width: 135px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 2px;

}

.asideLeft .asideLeft_firstTop .asideLeft_le {}

.asideLeft .asideLeft_firstbottom {
    /* margin-left: 42px;
    font-size: 12px;
    font-weight: 400;
    color: #CECECE; */
}

.asideLeft>ul>li>a {
    display: block;
    width: 100%;
    height: 56px;
    /* line-height: 0px; */
    color: #212121;
    font-size: 14px;
    font-weight: normal;

}
.daohang ul li.active a{
    color: #FC4C02;
    font-weight: bold;
}
/* .daohang ul li.active a::before{
    width: 92px;
    height: 2px;
    background: #FC4C02;
    border-radius: 1px;
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0%;
    left: 20%;
} */
header .head_prev,.adfixedBar .head_prev{
    align-items: unset!important;
}

.asideLeft>ul>li>a.current {
    background-color: var(--main-color);
    color: #fff !important;
    background-color: #fff1eb;
}

.asideLeft .current .asideLeft_le_title {
    color: #212121!important;
}

.asideLeft .current .asideLeft_le_title div {
    color: #888A8F !important;
    opacity: 1 !important;
}
.asideLeft  ul li .current em {
    padding: 10px 0 0;
}

.asideLeft .current .asideLeft_le_title>span {
    /* font-weight: 700; */
}

.asideLeft>ul>li>a.current .imgshow,
.asideLeft>ul>li>a .imghide {
    display: none;
}

.asideLeft>ul>li>a.current .imghide {
    display: block;
}

.userinfo {
    display: flex;
    flex-direction: column;
    /* padding: 20px 0 0px; */
    height: 151px;
    /* box-sizing: border-box; */
    /* background: url(../newimages/my_logo.png) no-repeat center; */
    /* background-size: 100% 100%; */
    margin: 0 -10px;
}

.userinfoR {
    font-size: 14px;
}

.banner_index {
    margin-top: 10px;
}

.banner {
    width: 736px;
    height: 380px;

}

.banner .bxslider,
.banner .bxslider li a,
.bx-wrapper li {
    width: 100%;
    height: 100% !important;
    overflow: hidden;
}

.banner .bxslider img {
    width: 736px;
    object-fit: cover;
    height: 100% !important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    width: 18px;
    height: 6px;
    background: #FFFFFF;
    opacity: 0.5;
    border-radius: 3px;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background-color: #fff;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a.active {
    width: 18px;
    height: 6px;
    background: #FFFFFF;
    border-radius: 3px;
    opacity: 1;
    border: none;
}

.asideLeft ul li a i {
    float: right;
    margin-right: 10px;
}

.asideLeft ul li a em {
    display: inline-block;
    width: 14px;
    /* height: 14px; */
    /* margin: 0 5px 0 18px; */
    margin: 0 11px 0 19px;
    padding-top: 9px;
}

.banner_list {}

.banner_list ul {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.banner_list ul li {
    width: 236px;
    height: 130px;
    background-color: #fff;

}

.banner_list ul li a {
    display: flex;
    justify-content: space-between;
    margin: 22px 13px 20px 14px;
}

.banner_list ul li .banner_list_title {
    width: 120px;
}

.banner_list ul li .banner_list_title p {
    /* height: 32px; */
    font-size: 12px;
    font-weight: 400;
    color: #212121;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 3px;
}
.banner_list ul li a:hover .banner_list_title p {
color: #fc4c02;
}

.banner_list ul li .banner_list_title>em {
    font-size: 12px;
    font-weight: 400;
    color: #BDC0C7;
    line-height: 19px;
    /* margin: 8px 0 12px; */
}

.banner_list ul li .banner_list_price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5px;
    font-size: 14px;
}

.banner_list ul li .banner_list_price>span {
    font-size: 12px;
    margin-right: 10px;
}

.banner_list ul li .banner_list_price .span1 {
    font-size: 14px;
    color: #FC4C02;
    font-weight: bold;
}

.banner_list ul li .banner_list_price .span2 {
    text-decoration: line-through;
    color: #BDB8B6;
}

.banner_list ul li .banner_list_price>span em {
    font-size: 12px;
    font-weight: normal;
}

.banner_list ul li img {
    width: 80px;
    height: 80px;
}

/* 产品二级分类样式 */
.menu-box {
    position: absolute;
    left: 210px;
    top: 0px;
    z-index: 100;
    display: none;
    width: 764px;
    height: 530px;
    border: 2px solid var(--main-color);
    background-color: #fff;
    box-sizing: border-box;
    /* padding: 26px 15px; */
    padding: 45px 32px 0;
    font-size: 14px;
    max-height: 535px;
    overflow-y: auto;
}

.asideLeft ul li:hover .menu-box {
    display: block;
}

.menu-box ul li {
    /* display: flex; */
    margin-bottom: 14px;
}

.menu-box ul li h3 a {
    /* color: var(--mainFontColor); */
    display: inline-block;
    /* width: 120px; */
    text-align: right;
    font-size: 14px;
    /* margin-right: 17px; */
   margin-bottom: 11px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 18px;
	letter-spacing: 1px;
	color: #222222;
    margin-left: 6px;
}

.menu-box ul li p a {
    /* color: var(--assFontColor); */
    font-size: 14px;
	line-height: 30px;
	color: #888a8f;
    height: 30px;
	background-color: #f5f5f5;
	border-radius: 15px;
    padding: 0px 10px;
    display: inline-block;
    box-sizing: border-box;
    margin-bottom: 12px;
}

.menu-box ul li h3 a:hover {
    color: var(--main-color);
}
.menu-box ul li p a:hover {
    color: #fff;
    background-color: #fc4c01;
	border-radius: 15px;
}
.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: 234px;
    background: #fff;
    margin-top: 10px;
}

.asideRight .userinfo .userinfoL {
    display: block;
    margin: 0 19px;
    display: flex;

}

.asideRight .userinfo .userinfoL img{
    width: 45px; 
    height: 45px;
    box-sizing: border-box;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid #e1e3e5;
    margin:26px 0 22px;
}
.asideRight .userinfo .userinfoL .userinfoL_title1{
 
    font-size: 14px;
font-weight: 400;
color: #212121;
margin:26px 0px  22px 12px;
line-height: 45px;
}
.asideRight .userinfo .userinfoL .userinfoL_title{
   margin-left: 10px;
   margin-top: 2px;
   margin:26px 0px  22px 12px;
}
.asideRight .userinfo .userinfoL .userinfoL_title em{
    font-size: 14px;
    font-weight: 400;
    color: #212121;
    /* margin-left: 4px; */
}
.asideRight .userinfo .userinfoL .userinfoL_title h5{
    font-size: 14px;
    font-weight: normal;
    /* font-weight: bold;
    color: #212121;
    line-height: 19px; */
    margin-top: 2px;
}

.asideRight .userinfo .userinfoR h4 {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #212121;
    line-height: 19px;
    margin-top: 7px;
}

.asideRight .userinfo .userinfoR h5 {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #212121;
    line-height: 19px;
    margin-top: 7px;
}

.asideRight .userinfo .userinfoR div {
    display: flex;
    /* justify-content: center; */
    margin:0 19px 26px;
    color: #595959;
}

.asideRight .userinfo .userinfoR .use_log {
    width: 196px;
	height: 32px;
	background-image: linear-gradient(0deg, 
		#1b1b1d 0%, 
		#41444c 100%), 
	linear-gradient(
		#2f67e7, 
		#2f67e7);
	background-blend-mode: normal, 
		normal;
	border-radius: 5px;
    justify-content: center;
    align-items: center;
}
.asideRight .userinfo .userinfoR .use_log a{
    font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 18px;
	letter-spacing: 1px;
	color: #d0a85a!important;
}
.asideRight .userinfo .userinfoR div .use_denglu:nth-child(1) {

    background-color: #FC4C02;
    color: #fff;
}

.asideRight .userinfo .userinfoR div .use_denglu:nth-child(2) {
    margin-left: 12px;
}

.asideRight .userinfo .userinfoR div .use_denglu {
    width: 92px;
    height: 30px;
    border: 1px solid #FC4C02;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}
.asideRight .userinfo .userinfoR div .use_logo {
    color: #212121;
    margin: 0 7px;
    opacity: 0.8;
}
.asideRight .userinfo .userinfoR div .use_logo:first-child{
   margin-left: 0;
}
.asideRight .userinfo .userinfoR div .use_logo:hover {
    color: #eec856!important;

}

.asideRight .userinfo .userinfoR em {
    width: 196px;
    height: 1px;
    display: block;
    background: linear-gradient(90deg, rgba(255, 238, 231, 0), #EFEFEF, rgba(255, 238, 231, 0));
}

.aside_nav {}

.aside_nav ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    /* padding:20px 10px 27px; */
    padding: 26px 10px 10px;
}

.aside_nav li {
    width: 33%;
    margin-bottom: 20px;
}

.aside_nav li div {
    display: flex;
    justify-content: center;
}

.aside_nav li p {
    font-size: 12px;
    margin-top: 12px;
    text-align: center;

    font-weight: 400;
    color: #212121;
    /* line-height: 19px; */
}
.aside_nav li a:hover p {
    color: #fc4c02;
}

.aside_nav li img {
    /* width: 28px;
    height: 28px; */
}

.aside_nav li:nth-child(5) img {
    /* width: 32px;
    height: 28px; */
}



.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: 1000px;
    height: 318px;
    padding: 0 11px 0 19px;
    box-sizing: border-box;
    /* background-color: #fff; */
}

.miaoL {
    width: 200px;
    height: 318px;
    background: url(../newimages/pcmiaos.png) no-repeat center;
    background-size: 100% 100%;
    position: relative;
}

.se-count {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    justify-content: center;
    align-items: center;
}

.se-hour,
.se-min,
.se-sec {
    width: 30px;
    height: 30px;
    background: #7b4440;
    border-radius: 5px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 20px;
    /* font-weight: bold; */
}

.se-count em {
    margin: 0 8px;
    color: #fff;
    font-weight: 700;
}

.photo_nr ul li {
    float: left;
    /* margin-right: 5px; */
    width: 190px;
    /* width: 204px; */
    padding: 0;
    background-color: #fff;
    height: 318px;
    position: relative;
    border-right: 5px solid #f5f5f5;
}
.photo_nr ul li:hover .new_cat{
  display: block;
}

#picList1 {
    /* padding: 0; */
    padding: 0 1px;
}

.photo_nr {
    /* display: flex;
    align-items: center; */
    width: 100%;
}

.new-item .good-pic {
    width: 130px;
    height: 130px;
    margin: 26px auto 23px;
}

.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: 18px;
    height: 40px;
    text-align: center;
    background: #9da0a0;
    z-index: 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: #9da0a0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.miaoR .prevarrow {
    left: 7px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.miaoR .nextarrow {
    right: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.photo_nr ul li .good-title:hover {
color: #fc4c02;
}
.good-title {
    color: #212121;
    font-size: 12px;
    display: block;
    width: 160px;
    height: 40px;
    line-height: 20px;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: normal;
    /* overflow: hidden; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    /* margin: 0px 16px 10px; */
    margin: 0px 15px 10px 15px;
    word-break: break-all;
    font-weight: 400;
}
 .new_cat{
    position: absolute;
    right: 7px;
    top: 9px;
    height: 40px;
    cursor: pointer;
    /* display: none; */
}
 .new_cat img{
    width: 24px;
height: 24px;
}
.new_cat .new_catimg2{
    opacity: 0.5;
}
.new_cat:hover .new_catimg2{
    opacity: 1;
}
 .new_cat em{
    display: block;
    width: 42px;
height: 24px;
line-height: 24px;
text-align: center;
background: #FC4C02;
border-radius: 12px;
font-size: 12px;
font-weight: 400;
color: #FEFEFE;
}


.sku-price {
    /* width: 160px; */
    height: 30px;
    /* background: url(../newimages/pcmiaos2.png) no-repeat center; */
    margin:0 21px 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sku-price .member-price {
    color: #BDC0C7;
    font-size: 12px;
    text-decoration: line-through;
    /* margin-right: 8px; */
}

.sale-price {
    color: #FC4C02;
    font-size: 16px;
    font-weight: bold;
    /* margin-left: 12px; */
}

.tuilist .sale-price {
    color: #FC4C02;
    margin-left: 17px;
    margin-right: 30px;
    font-size: 20px;
}
.tuilist .sale-price .mymember:hover span{
    color: #FC4C02!important;
}

.sale-price b {
    font-size: 12px;
    margin-right: 2px;
    font-weight: normal;
}
.good_gocat{
    width: 124px;
    height: 32px;
    line-height: 32px;
    text-align: center;
   
    border-radius: 16px;
    display: inline-block;
    font-size: 14px;
    margin-top: 18px;
    box-sizing: border-box;

    font-weight: 400;
    border: 1px solid #FC4C02;
    border-radius: 16px;
    color: #FC4C02;
    transition: all linear 0.2s;
}
.photo_nr ul li .good_gocat:hover{
 background: #FC4C02;
    color: #FFFFFF; 
    font-weight: bold;
}

.classtitle>a {
    display: flex;
    align-items: center;
    color: var(--mainFontColor);
}
.classtitle>a:hover span{
    color: #fc4c02!important;
}
.classtitle>a .myimg2{
    display: none;
}
.classtitle>a:hover .myimg1{
    display: none;
}
.classtitle>a:hover .myimg2{
    display: block;
}

.morearr {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../newimages/arrow3.png) no-repeat center;
    margin-left: 0px;
}

.index_activity {
    background-color: #fff;
    padding: 0px 10px;
    box-sizing: border-box;
}

.index_activity .news_infoHd {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 11px;
}

.index_activity .news_infoHd .news_infoHd1 {
    font-size: 14px;
    color: #212121;
}

.index_activity .news_infoHd .news_infoHd2 a {
    color: #000;
    font-size: 12px;
}

.index_activity .news_infoHd .news_infoHd2 a p {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 400;
    color: #BDB8B6;

}

.index_activity .activity_info a {
    width: 180px;
    height: 110px;
    margin: 16px 0 10px;
}

.index_activity .activity_info a .activity_infoTop {
    width: 196px;
    height: 100px;
}

.index_activity .activity_info a .activity_infoTop img {
    width: 100%;
    height: 100%;
}

.index_activity .activity_info a .activity_infoBottom {
    font-size: 12px;
    margin-top: 9px;
    /* height: 36px; */
    color: #BDC0C7;
    display: flex;
    font-weight: 400;
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; */
    width: 100%;
    box-sizing: border-box;
}
.index_activity .activity_info a .activity_infoBottom em{
    margin-right: 12px;
    color: #212121!important;
    font-weight: 400;
}
.index_activity .activity_info a .activity_infoBottom p {
    font-size: 12px;
    width: 72%;
    /* height: 34px; */
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    overflow: hidden;
    padding: 0;
    margin-left: 12px;
}
/* 技术服务类开始  */
.skill{
   display: flex;
   justify-content: space-between;

}
.skill .skill_class{
    width: 582px;
    background-color: #fff;

}
.skill .skill_class ul{
    /* height: 252px; */
    display: flex;
    /* justify-content: space-around;     */
    flex-wrap: wrap;
    padding: 0px 50px 38px;
    box-sizing: border-box;
}
.skill .skill_class ul li{
    width: 70px;
    /* height: 60px; */
    margin-top: 46px;
    margin-right: 67px;
}
.skill .skill_class ul li:nth-child(4n){
    
    margin-right: 0px;
}
.skill .skill_class ul li div{
    display: flex;
    justify-content: center;
}
.skill .skill_class ul li div img{
   
}
.skill .skill_class ul li a{
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    color: #888A8F;
}
.skill .skill_class ul li:hover a{
color: #fc4c02;
}
.skill .skill_class ul li a p{
   margin-top: 11px;
}
.skill .skill_hd{
   height: 160px;
}
.skill .skill_hd h2{
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    margin:0px 0 12px 51px;
    padding-top: 36px;
    letter-spacing: 1px;
 }
 .skill .skill_hd p{
    width: 239px;
    font-size: 15px;
    font-weight: 400;
    color: #FFFFFF;
    /* line-height: 18px; */
    opacity: 0.5;
    margin-left: 51px;
    letter-spacing: 1px;
 }
.skill .skill_left{

}
.skill .skill_left .skill_hd{
    background: url(../newimages/skill_bg1.png) no-repeat center;
}
.skill .skill_right{

}
.skill .skill_right .skill_hd{
    background: url(../newimages/skill_bg2.png) no-repeat center;
}
.skill{

}

/* 技术服务类结束 */
/* 广告位 */
.guanggao{
  width: 100%;
  height: 82px;
  margin: 36px 0;
}
.guanggao a{
  display: block;
}
.guanggao img{
    vertical-align: middle;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }


/* 套包优购 */
.home_taobao {}

.home_taobao .jinxuan_title {
    display: flex;
    align-items: center;
    margin-top: 36px;
    margin-bottom: 30px;
    justify-content: space-between;
}
.home_taobao .jinxuan_title div{

}
.home_taobao .jinxuan_title div ul{
display: flex;
margin-left: 56px;
}
.home_taobao .jinxuan_title div ul li{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #888A8F;
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 15px;
    cursor: pointer;
}
.home_taobao .jinxuan_title div ul li:hover{
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #F95612;
    border-radius: 15px;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
}
.home_taobao .jinxuan_title div ul .myactive{
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #F95612;
    border-radius: 15px;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;

}
.home_taobao .jinxuan_title .mya{
    display: flex;
    align-items: center;
}
.home_taobao .jinxuan_title .mya span{
    font-size: 16px;
    color: #888A8F;
    margin-right: 8px;
}
.home_taobao .jinxuan_title .mya:hover span{
    color: #fc4c02;
}

.home_taobao .jinxuan_title .mya .myimg2{
display: none;
}
.home_taobao .jinxuan_title .mya:hover .myimg1{
    display: none;
}
.home_taobao .jinxuan_title .mya:hover .myimg2{
display: block;
}
.home_taobao .home_taobaolist {
    width: 100%;
    height: 350px;
    background-color: #fff;

}

.home_taobao .home_taobaolist {
    display: flex;
}

.home_taobao .home_taobao_left {
    width: 286px;
    /* background: url(../newimages/taobao7.png) no-repeat center; */
    background: url(../newimages/taobao7.jpg) no-repeat center;
    position: relative;

}

.home_taobao .home_taobao_left .sub-tablist {
    padding-top: 40px;
   
}
.home_taobao .home_taobao_left .sub-tablist  .tao_more{
    margin-left: 31px;
    width: 70px;
    height: 30px;
    background: #AAA9A9;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 23px;
    position: absolute;
    bottom: 58px;
}
.home_taobao .home_taobao_left .sub-tablist  .tao_more img{
margin-left: 5px;
}

.home_taobao .home_taobao_left .sub-tablist .active {
    /* background-color: #cccccc; */
    /* background-image: linear-gradient(to left, rgba(255,255,255,1),transparent); */
    cursor: pointer;
    font-size: 18px;
font-weight: bold;
color: #FFFFFF;
line-height: 23px;
opacity: 1;

}

.home_taobao .home_taobao_left .sub-tablist li:hover {
    font-size: 18px;
}

.home_taobao .home_taobao_left .sub-tablist li {
    /* height: 60px;
    line-height: 60px; */
    padding-left: 31px;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 16px;
    line-height: 23px;
    font-weight: 600;
    margin-bottom: 22px;
    opacity: 0.9;
    margin-right: 23px;
}

.home_taobao .home_taobao_right {
    width: 914px;
    display: flex;

}

.home_taobao .main-product {
    /* width: 288px; */
    width: 266px;
}

.home_taobao .main-product a {
    display: block;
    color: #212121;
    margin-top: 20px;
    height: 211px;
    margin-bottom: 51px;
}

.home_taobao .main-product a img {
    width: 130px;
    height: 130px;
    margin: 0 auto;
    display: block;
    padding: 15px 0;

}

.home_taobao .main-product a:hover div {
    color: #fc4c02;
}

.home_taobao .main-product a div {
    font-size: 16px;
    /* height: 42px; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 9px 22px 0px 19px;
}
.home_taobao .main-product .main_bottom{
    display: flex;
    justify-content: space-between;
    margin:0px 20px;
}
.home_taobao .main-product .main_price {
    font-size: 20px;
    font-weight: 400;
    color: #FC4C02;
    margin-bottom: 15px;
    font-weight: 700;
}

.home_taobao .main-product .main_price em {
    font-size: 14px;
    font-weight: normal;
}

.home_taobao  .main_num {
    display: flex;
    justify-content: center;
    margin-bottom: 1px;
}

.home_taobao .main_num em {
    width: 32px;
    height: 32px;
    display: inline-block;
    border: 1px solid #D2D2D2;
    background-color: #fff;
    font-size: 20px;
    font-weight: bolder;
    cursor: pointer;
    text-align: center;
    box-sizing: border-box;
    border-radius: 0px 5px 5px 0px;

}

.home_taobao .main_num .cut-btn {
    position: relative;
    border-radius: 5px 0px 0px 5px;
}

.home_taobao .main_num .cut-btn:before {
    content: '';
    display: block;
    width: 10px;
    height: 2px;
    background-color: var(--mainFontColor);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.home_taobao .main_num .cut-btn1:before {
    background-color: #D2D2D2!important;
}

.home_taobao .main_num .inputnum {
    width: 53px;
    height: 32px;
    border: 1px solid #D2D2D2;
    border-left-width: 0;
    border-right-width: 0;
    text-align: center;
    box-sizing: border-box;

}

.home_taobao  .main_num .add-btn {}

.home_taobao .product-list {
    /* width: 324px; */
    width: 346px;
    display: flex;

}

.home_taobao .product-list .product-list_left {
    width: 1px;
    height: 280px;
    margin-top: 35px;
    display: block;
    background: linear-gradient(0deg, rgba(255, 238, 231, 0), #EFEFEF, rgba(255, 238, 231, 0));
    
}
.main_bott{
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.home_taobao .product-list .product-list_right {
    /* width: 323px; */
    width: 346px;
    height: 350px;
    overflow-y: scroll;
}
/*定义了滚动条整体样式；*/
.home_taobao .product-list .product-list_right::-webkit-scrollbar {
    height: 4px !important;
    width: 4px !important;
    border-radius: 2px;
}

/*定义了滚动条滑块的样式*/
.home_taobao .product-list .product-list_right::-webkit-scrollbar-thumb {
    border-radius: 0;
    border-style: dashed;
    border: 1px solid #b7b8c3;
    background-color: #b7b8c3;
    border-width: 1.5px;
    background-clip: padding-box;
    height: 108px;
}

/*定义了轨道的样式*/
.home_taobao .product-list .product-list_right::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    
    /* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
    /* border-radius: 10px; */
    background: #fff;
    border-right: 1px solid #f5f5f5;
}
/* .home_taobao .product-list .product-list_right::-webkit-scrollbar-thumb:hover {
    background: rgba(157, 165, 183, 0.7)
} */

.home_taobao .product-list li{
    margin-bottom: 20px;
}
.home_taobao .product-list li:first-child{
    margin-top: 33px;
}

.home_taobao .product-list li .product-list_item{
    display: flex;
    padding: 23px 0;
}
.home_taobao .product-list li .product-list_img{
    margin-left: 15px;
    margin-right: 11px;
    /* margin-bottom: 11px; */
}
.home_taobao .product-list li .product-list_img img{
    width: 88px;
    height: 88px;
    vertical-align: middle;
}
.home_taobao .product-list li .product-list_title{
    width: 202px;
    
}
.home_taobao .product-list li .product-list_title>a{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break:break-all;
    font-size: 14px;
    color: #212121;
    margin-bottom: 16px;
}
.home_taobao .product-list li .product-list_title>a:hover{
    color: #fc4c02;
}
.home_taobao .product-list li .product-list_title p{
    color: #FC4C02;
    font-size: 14px;
    font-weight: 700;
}
.home_taobao .product-list li .product-list_title p em{
    color: #FC4C02;
    font-size: 12px;
    font-weight: normal;
}

.home_taobao .taocan-price {
    width: 302px;

}
.home_taobao .taocan-price ul{
   display: flex;
   flex-direction: column;
   text-align: center;
   justify-content: center;
}
.home_taobao .taocan-price ul .li1{
    font-size: 22px;
    font-weight: 400;
    color: #212121;
    margin: 48px auto 22px;
    line-height: 23px;
}
.home_taobao .taocan-price ul .li2{
   color: #FC4C02;
   font-size: 28px;
   font-weight: bold;
   /* margin-bottom: 4px; */
}
.home_taobao .taocan-price ul .li2 em{
    font-size: 14px;
    font-weight: normal;
}
.home_taobao .taocan-price ul .li3{
    font-size: 14px;
    color: #FC4C02;
    margin-bottom: 23px;
}
.home_taobao .taocan-price ul .li4{
    border-radius: 20px;
    width: 194px;
    height: 40px;
    line-height: 40px;
    background: #FC4C02;
    border: 1px solid #FC4C02;
    opacity: 0.94;
    color: #fff;
    font-size: 16px;
    margin: 0 auto 18px;
    cursor: pointer;
    box-sizing: border-box;
}
.home_taobao .taocan-price ul .li5{
    font-size: 14px;
    color: #212121;
    opacity: 0.7;
    margin-bottom: 13px;
}
.home_taobao .taocan-price ul .li6{
    margin: 10px auto;
   width: 213px;
    height: 1px;
    display: block;
    background-color: transparent;
    border-bottom: 1px dashed #D5D7DB;
    /* background: linear-gradient(90deg, rgba(255, 238, 231, 0), #EFEFEF, rgba(255, 238, 231, 0)); */
}
.home_taobao .taocan-price ul .li7{
    width: 194px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #FC4C02;
    cursor: pointer;
    box-sizing: border-box;
    margin: 0 auto;
    opacity: 0.94;
    font-size: 16px;
    color: #FC5711;
    border-radius: 20px;
}
.home_taobao .taocan-price ul .li7 a{
    color: #FC5711;
    width: 100%;
    height: 100%;
    display: block;
}
/* 工程商 */
.gong_item{
    height: 93px;
    background: #FFFFFF;
    margin-top: 36px;
    display: flex;
}
/* .gong_hd::before{
    width: 6px;
height: 40px;
background: #F95612;
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
} */
.gong_hd{
   width: 143px;
    background: #FFFFFF;
    font-size: 21px;
font-weight: bold;
color: #212121;
text-align: center;
line-height: 93px;
position: relative;
}
.gong_item .gong_list{
    width: 1057px;
    /* background-color: #0077ef; */
    display: flex;
    position: relative;
}
.gong_item .gong_list ul{

}
.gong_item .gong_list ul li{
    width: 167px;
    height: 80px;
    float: left;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1px;
}
.gong_item .gong_list ul li a p{
    font-size: 18px;
    color: #000;
    text-align: center;
    line-height: 80px;
}
.gong_item .gong_list ul li a{
    width: 100%;
    height: 100%;
    display: block;
}
.gong_item .gong_list ul li img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.gong_item .gong_list ul{
width: 1007px;
margin-top: 5px;
}
#LeftArr2{
    /* margin-right: 6px; */
    background: linear-gradient(90deg, #f5f5f5, #fff);
}
#LeftArr2:hover img{
  opacity: 1;
}
#RightArr2{
    /* margin-left: 6px; */
    justify-content: right;
    background: linear-gradient(-90deg, #f5f5f5, #fff);
}
#RightArr2:hover img{
    opacity: 1;
  }
.gong_item .gong_list .gong_list2{
 width: 25px;
 display: flex;
    align-items: center;
}
.gong_item .gong_list .gong_list2 img{
    opacity: 0.6;
}
.gong_item .gong_list li:hover .myheight{
display: block;
cursor: pointer;
}
.gong_item .gong_list li .myheight{
    width: 167px;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.gong_item .gong_list li .myheight2{
    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.6);
    color: #fff;
    font-size: 18px;
}
.gong_item .gong_list li .myheight2 span{
width: 54px;
height: 26px;
line-height: 26px;
font-size: 14px;
background-color: #fc4c02;
margin-right: 6px;
border-radius: 16px;
text-align: center;
color: #fff;
}
.gong_item .gong_list li .myheight2 .span1{
    
}
.gong_item .gong_list li .myheight2 .span2{
    background-color: #fff;
    color: #fc4c02;
}


/* 最新工程商 */
.my_natural {
    display: flex;
    margin-top: 28px;
    margin-bottom: 28px;
}

.my_natural .my_natural_left {
    width: 200px;

}

.my_natural .my_natural_right {
    width: 1000px;
}

.my_natural .my_natural_right ul {
    display: flex;
    flex-wrap: wrap;
}

.my_natural .my_natural_right ul li {

    width: 236px;
    height: 123px;
    background: #FFFFFF;
    margin-left: 14px;
    position: relative;
    margin-bottom: 14px;
}

.my_natural .my_natural_right ul li:nth-child(5),
.my_natural .my_natural_right ul li:nth-child(6),
.my_natural .my_natural_right ul li:nth-child(7),
.my_natural .my_natural_right ul li:nth-child(8) {
    margin-bottom: 0;
}

.my_natural .my_natural_right ul li:hover .my_natural_right_tle {
    display: block !important;
}

.my_natural .my_natural_right ul li .my_natural_img {
    height: 100%;
    display: flex;
    padding: 12px;
    justify-content: center;
}

.my_natural .my_natural_right ul li .my_natural_img p {
    color: #212121;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.my_natural .my_natural_right ul li .my_natural_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.my_natural .my_natural_right ul li .my_natural_img .my_natural_right_img {
    width: 130px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.my_natural .my_natural_right_tle {
    width: 236px;
    position: absolute;
    bottom: 0;
    display: none;
    background: #fff;
}

.my_natural .my_natural_right_tle span {
    font-size: 14px;
    width: 49%;
    height: 38px;
    display: flex;
    border: 1px solid #FC4C02;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.my_natural .my_natural_right_tle>span {
    background-color: #FC4C02;
    color: #fff;
    float: left;
}

.my_natural .my_natural_right_tle a span {
    color: #FC4C02;
}


/* 特价批发专区开始 */
.index_special {
    /* height: 574px; */
    margin-top: 36px;
}
.index_special .classtitle{
  border-bottom: 2px solid #FC4C02;
}
.index_special .classtitle div{
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
    color: #222;
}
.index_special .classtitle h3{
    width: 202px;
    height: 56px;
    line-height: 56px;
    background: url(../newimages/tejia-icon.png) no-repeat center;
    font-size: 24px;
    text-align: center;
font-weight: bold;
color: #FFFFFF;
}
.index_special .classtitle em{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #888A8F;
    margin-left: 15px;
}

.index_special .index_special_left {
    width: 410px;

}
.index_special .index_special_left img{
    width: 100%;
    height: 100%;
}

.index_special .index_special_right{
    width: 790px;
    display: flex;
    background-color: #fff;
}

.index_special_right .index_goodlist {
    width: 532px;
}
.index_special_right .index_goodlist ul{
    
}
.index_special_right .index_goodlist ul li{
    display: flex;
    height: 220px;
    /* background-color: #ccc; */
    padding: 30px 0px 30px 21px;
    box-sizing: border-box;
    border-bottom: 1px solid #F5F5F5;
    border-right: 1px solid #F5F5F5;
    position: relative;
}
.index_special_right .index_goodlist ul li .index_good_hd a:hover{
   color: #fc4c02!important;
}
.index_special_right ul li:hover .new_cat{
    display: block;
  }
.index_special_right .index_goodlist ul li:last-child{
    border-bottom: none;
}
.index_special_right .index_goodlist ul li .index_goodlistLeft{
    display: flex;
    align-items: center;
    
}
.index_special_right .index_goodlist ul li .index_goodlistLeft div{
    width: 160px;
}
.index_special_right .index_goodlist ul li .index_goodlistLeft img{
    width: 130px;
    height: 130px;
    margin: 15px auto;
    display: block;
}

.index_special_right .index_goodlist ul li .index_goodlistRight{
    width: 291px;
    margin-left: 20px;
}
.index_special_right .index_goodlist ul li .index_goodlistRight .index_good_hd a{
    font-size: 16px;
font-weight: 400;
color: #212121;
line-height: 23px;
display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    letter-spacing: 0.05em;
    height: 46px;
    word-break: break-all;
}
.index_special_right .index_good_tejia{
    width: 48px;
    height: 16px;
    background: #E2BB7F;
    border-radius: 2px;
    font-size: 12px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #FFFFFF;
text-align: center;
margin-top: 9px;
margin-bottom: 30px;
}
.index_special_right .index_goodlist ul li .index_goodlistRight .index_good_detail{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.index_special_right .index_goodlist ul li .index_goodlistRight .index_good_detail1 .em1{
    font-size: 20px;
font-weight: bold;
color: #FC4C02;
}
.index_special_right .index_goodlist ul li .index_goodlistRight .index_good_detail1 .good_span2{
    font-size: 20px;
    font-weight: bold;
    color: #FC4C02;
}
.index_special_right .index_goodlist ul li .index_goodlistRight .index_good_detail1 .em1 i{
    font-size: 14px;
    font-weight: 400;
    color: #FC4C02;
    font-weight: normal;
    margin-left: -3px;
}
.index_special_right .index_goodlist ul li .index_goodlistRight .index_good_detail1 .em2{
    font-size: 14px;
font-weight: 400;
color: #BDC0C7;
text-decoration: line-through;
margin-top: 9px;
}
.index_special_right  .index_good_detail2{
    width: 124px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 16px;
    display: inline-block;
    font-size: 14px;
    box-sizing: border-box;
    font-weight: 400;
    border: 1px solid #FC4C02;
    border-radius: 16px;
    color: #FC4C02;
    cursor: pointer;
    transition: all linear 0.2s;

}
.index_special_right li .index_good_detail2:hover {
    background: #FC4C02;
    color: #FFFFFF; 
    font-weight: bold;
}

.index_special_right .index_goodlist2{
    width: 257px;
}

.index_special_right .index_goodlist2 ul {
    /* display: flex;
    flex-wrap: wrap; */
}

.index_special_right .index_goodlist2 ul li {
    width: 257px;
    height: 330px;
    background: #FFFFFF;
    /* margin-left: 15px;
    margin-bottom: 14px; */
    border-bottom: 1px solid #F5F5F5;
    box-sizing: border-box;
    position: relative;
}
.index_special_right .index_goodlist2 ul li:nth-child(2) {
    border-bottom:none;
}


.index_special_right .index_goodlist2 ul .special_right_img {
    padding: 11px 0 5px;
    box-sizing: border-box;
}

.index_special_right .index_goodlist2 ul .special_right_img img {
    width: 130px;
    height: 130px;
    margin: 15px auto 15px;
    display: block;
}

.index_special_right .index_goodlist2 .special_right_del {
    font-size: 16px;
    font-weight: 400;
    color: #212121;
    line-height: 23px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    letter-spacing: 0.05em;
    margin: 0 15px;
    height: 46px;
}
.index_special_right .index_goodlist2 .special_right_del:hover {
    color: #FC4C02;
}

.index_special_right .index_goodlist2 .special_right_price {
    margin: -5px 13px 0px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index_special_right .index_goodlist2 .special_right_price span:first-child {
    color: #FC4C02;
    font-size: 20px;
    font-weight: 600;
}

.index_special_right .index_goodlist2 .special_right_price span:first-child em {
    font-size: 14px;
    font-weight: normal;
    margin-left: -3px;
}

.index_special_right .index_goodlist2 .special_right_price .span2 {
    color: #BDC0C7;
    font-size: 14px;
    text-decoration: line-through;
    margin-right: 8px;
}

.index_special_right .index_goodlist2 .special_right_price span:nth-child(2) em {
    font-size: 14px;
}


.index_special_right .index_goodlist2 .special_right_bottom {
    display: flex;
}

.index_special_right .index_goodlist2 .special_right_bottom span {
    width: 49%;
    height: 38px;
    background: #ccc;
    display: block;
    line-height: 40px;
    text-align: center;
    border: 1px solid #FC4C02;
    font-size: 14px;
}

.index_special_right .index_goodlist2 .special_right_bottom span:first-child {

    background-color: #FC4C02;
    color: #fff;
    cursor: pointer;
}

.index_special_right .index_goodlist2 .special_right_bottom span:nth-child(2) {
    background-color: #fff;
    color: #FC4C02;
    cursor: pointer;
}


/* 精选 */
.formArray{
    margin: 36px 0;
}
.classify {
    display: flex;
    justify-content: space-between;
}

.classify .classifyL,
.classify .classifyR {
    width: 49.5%;
    background: #fff;
    padding: 15px 17px;
    box-sizing: border-box;
}

.cxitem {
    width: 100%;
}

.classtitle {
    margin-bottom: 26px;
}

.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: 15px;
    margin-right: 20px;
    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;
}

.jinxuan_title {
    display: flex;
    align-items: baseline;
    margin-top: 36px;
    margin-bottom: 30px;
}

.jinxuan_title h2 {
    font-size: 24px;
    font-weight: bold;
    color: #222222;
    margin-right: 10px;
}

.jinxuan_title p {
    font-size: 14px;
    font-weight: 400;
color: #888A8F;
}

.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: #f4f4f4;
}

.tuijian .tuilist .goodsNavigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 46px;
    /* background-color: #FC4C02; */
    border-bottom: none;
    margin-bottom: 31px;
    cursor: pointer;

}

.tuijian .tuilist .goodsNavigation div {
    height: 46px;
    line-height: 46px;
    width: 98px;
    text-align: center;
    position: relative;
    z-index: 100;
    background: #CCCCCC;
border-radius: 5px;
font-size: 16px;
font-weight: 400;
color: #FFFFFF;
}

.tuijian .tuilist .goodsNavigation div:first-child {
    font-weight: normal;
}

.tuijian .tuilist .goodsNavigation div:hover {
    background: #FC4C02!important;
}

.tuijian .tuilist .goodsNavigation div.goodsNavigationBG:hover {
    background-color: #fff;
    color: #fff;
}

.goodsNavigationBG {
    background-color: #FC4C02!important;
    color: #fff;
    font-weight: bold !important;
}

.goodsNavigationBG:before {
    /* width: 50px;
    height: 12px;
    background: linear-gradient(90deg, #fff, #FC4C02);
    content: "";
    display: inline-block;
    position: absolute;
    top: 62%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -2; */
}

.tuijian .tuilist ul li {
    background-color: #fff;
    padding: 11px 0px 0;
    box-sizing: border-box;
    width: 229px;
    margin-right: 13px;
    margin-bottom: 14px;
    /* height: 280px; */
    /* max-height: 280px; */
    border: none;
    border-radius: 0px;
    position: relative;
    transition: all linear 0.2s;
}
.tuijian .tuilist ul li:hover .new_cat{
    display: block;
}

.tuijian .tuilist ul li:hover {
    /* box-shadow: 0px 15px 30px 0px #E4E8EC;
    border: 1px solid transparent; */
    box-shadow: 0px 1px 6px 2px rgb(0 0 0 / 10%);
    border: none;
}

.tuijian .tuilist ul li:nth-child(5n) {
    margin-right: 0;
}

.tuijian .tuilist ul li .list-img {
    width: 160px;
    height: 160px;
    margin: 0 auto 9px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tuijian .tuilist ul li .list-img>a {
    /* display: block; */
    display: flex;
    width: 130px;
    height: 130px;
    align-items: center;
    justify-content: center;
}

.tuijian .tuilist ul li>a {
    color: #212121;
    font-weight: 400;
    font-size: 16px;
    font-weight: normal;
    height: 45px;
    line-height: 23px;
    word-break: break-all;
    /*拆分所有单词(英文)*/
}

.tuijian .tuilist ul li>a:hover {
    color: var(--main-color);
}

.tuijian .tuilist ul li .price_p {
    /* margin: 27px 0 10px; */
    margin: 29px 0 30px;
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
}

.tuijian .tuilist ul li .price_p .sale-price>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tuijian .sale-price b {
    font-size: 14px;
    margin-right: 2px;
}

.tuijian .member-price {
    color: #888A8F;
    font-size: 12px;
    /* text-decoration: line-through; */
    /* margin-right: 8px; */
    font-weight: normal;
}

.tuijian .tulist_bottom {}

.tuijian .tulist_bottom span {
    width: 50%;
    box-sizing: border-box;
    height: 100% !important;
    border: 1px solid #FC4C02;
    background-color: #FC4C02;
}

.tuijian .tulist_bottom span:nth-child(2) {
    background-color: #fff;
    color: #FC4C02;
}

.tuijian .tuilist ul li>em {
    font-size: 14px;
    display: inline-block;
    width: 228px;
    padding: 0;
    box-sizing: border-box;
    height: 38px;
    /* background: #ccc; */
    margin-left: -16px;
    margin-top: 0px;
}

.tuijian .tuilist ul li>em span,
.whitesp {
    border-radius: 0px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    /* width: 95px; */
}

.tuijian .tuilist ul li>em span i {
    margin-right: 4px;
    color: #FFFFFF;
    font-size: 14px;
}

.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;
}

/* 安豆学院 */
.andoushool {
    margin-bottom: 28px;
    display: flex;
}

.andoushool .andoushool_right {
    width: 1000px;
    display: flex;
}

.andoushool .andoushool_right ul {
    width: 486px;
    margin-left: 14px;
    height: 260px;
    background-color: #fff;
}

.andoushool .andoushool_right ul li {
    height: 54px;
    line-height: 54px;
    font-size: 16px;
    font-weight: 400;
    margin-left: 19px;
    margin-right: 19px;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.andoushool .andoushool_right ul li a {
    color: #212121;
    font-size: 16px;
    display: block;
}

.andoushool .andoushool_right ul li a:hover {
    color: #FC4C02;
}

.andoushool .andoushool_right ul .andoushool_right_first {
    height: 40px;
    line-height: 40px;
    background: url(../newimages/my_natural7.png) no-repeat center;
    background-size: 100% 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 23px;
    cursor: pointer;
}

.andoushool .andoushool_right ul .andoushool_right_first img {
    width: 20px;
    height: 20px;
}

.andoushool .andoushool_right ul .andoushool_right_first a {
    color: #fff;
    font-size: 16px;
    padding-left: 23px;
    display: flex;
}

.andoushool .andoushool_right ul .andoushool_right_first a em {
    margin-left: 13px;
    font-size: 12px;
    color: #fff;
    opacity: 0.8;
}

/* 安豆文库 */
.andou_library {
    /* display: flex; */
    margin: 36px 0;
}

.andou_library .andou_library_left {
    width: 200px;
}

.andou_library .andou_library_right {
    display: flex;
}
.andou_library .andou_library_right ul:first-child {
    margin-left: 0px!important;
}
.andou_library .andou_library_right ul {
    margin-left: 14px;
    background-color: #fff;
    width: 391px;
    height: 443px;
}

.andou_library .andou_library_right ul li:first-child  {
    width: 391px;
    height: 179px;
    line-height: 179px;
    margin-bottom: 28px;
    overflow: hidden;
}
.andou_library .andou_library_right ul li:first-child:hover div{
    transform: scale(1.0); 
}

.andou_library .andou_library_right ul:first-child li:first-child div{
    background: url(../newimages/my_natural4.jpg) no-repeat center;
    transition: all 1s;
}

.andou_library .andou_library_right ul:nth-child(2) li:first-child div{
    background: url(../newimages/my_natural5.jpg) no-repeat center;
    transition: all 1s;
}

.andou_library .andou_library_right ul:nth-child(3) li:first-child div{
    background: url(../newimages/my_natural6.jpg) no-repeat center;
    transition: all 1s;
}

.andou_library .andou_library_right ul li:first-child a {
    font-size: 26px;
    font-weight: bold;
    color: #FFFEFE;
    margin-left: 0px;
    text-align: center;
    letter-spacing: 6px;
}

.andou_library .andou_library_right ul li {
    height: 52px;
    line-height: 52px;
    font-size: 16px;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 400;
    color: #57595C;
}

.andou_library .andou_library_right ul li a {
    font-size: 16px;
    color: #212121;
    margin-left: 30px;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    letter-spacing: 1px;
}

.andou_library .andou_library_right ul li a:hover {
    color: #FC4C02;
}

.andou_library .andou_library_right ul li:first-child a:hover {
    color: #fff;
}

.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: 66.4%;
    height: 332px;
    /* padding: 28px 24px 30px; */
    /* background-color: #fff; */
    box-sizing: border-box;
}

.information .activity {
    width: 30.7%;
    height: 332px;
    /* padding: 28px 29px 26px; */
    /* background-color: #fff; */
    box-sizing: border-box;
}

.information .news_infoHd {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.information .news_infoHd .news_infoHd1{

}
.information .news_infoHd .news_infoHd1 h4{
    display: flex;
    align-items: baseline;
    font-size: 24px;
    font-weight: bold;
    color: #222;
}
.information .news_infoHd .news_infoHd1 h4 em {
    font-size: 14px;
    color: #888A8F;
    opacity: 0.8;
    margin-left: 8px;
    font-weight: normal;
}
.information .news_infoHd .news_infoHd2{
    display: flex;
}
.information .news_infoHd .news_infoHd2 a {
    display: flex;
    font-size: 16px;
    align-items: center;
    color: #888A8F;
    opacity: 0.8;
}
.information .news_infoHd .news_infoHd2 a:hover {
color: #fc4c02;
}
.information .news_infoHd .news_infoHd2 a:hover p{
    color: #fc4c02!important;
    }
.information .news_infoHd .news_infoHd2 a .myimg2{
    display: none;
}
.information .news_infoHd .news_infoHd2 a:hover .myimg1{
    display: none;
}
.information .news_infoHd .news_infoHd2 a:hover .myimg2{
    display: block;
}

.information .news_infoHd .news_infoHd2 img {
    width: 18px;
    height: 18px;
    margin-left: 8px;
}

.news_info .news_infoBh {
    display: flex;
    background-color: #fff;
}

.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: 328px;
    margin-left: 30px;
    margin-top: 36px;
}

.news_infoBh .news_infoRight li {
    /* margin: 14px 0; */
    margin-bottom: 14px;
}

.news_infoBh .news_infoRight li a {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #656565;
    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;
    letter-spacing: 1px;
}

.activity .activity_info a {
    display: block;
}

.activity .activity_info .activity_infoTop {
    width: 368px;
    height: 196px;
}

.activity .activity_info .activity_infoTop img {
    width: 100%;
    height: 100%;
}

.activity .activity_info .activity_infoBottom {
    /* width: 326px; */
    height: 100%;
}

.activity .activity_info .activity_infoBottom p {
    padding: 20px 0 0;
    font-size: 16px;
    height: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
font-weight: bold;
color: #656565;
}





/* 文库 */
.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: 0; */
    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;
}

/* 返回顶部 */
#turntop1 {
    /* position: fixed;
    left: 50%;
    margin-left: 622px;
    bottom: -3%;
    cursor: pointer;
    transform: translateY(-50%); */
    /* background-color: var(--main-color); */
    color: #000;
    width: 60px;
    height: 86px;
    background: #FC4C02;
    margin-top: 10px;
}

#turntop1 img {
    width: 24px;
    height: 24px;
    margin: 0px auto;
    display: block;
    padding: 20px 0 4px;
}

#turntop1 p {

    color: #fff;
    font-size: 14px;
    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: #f4f4f4;
}

.trademarks {
    margin-top: 28px;
}
.trademarks .mark_item{
    height: 580px;
    background-image: url(../newimages/my_nat1.png);
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 92px;
    box-sizing: border-box;
}
.trademarks .mark_item .mark_item1{
    background-color: #fff;
    margin: 0px 37px 46px;
    width: 1125px;
    height: 450px;
    display: flex;
}
.trademarks .mark_item .mark_left{
    width: 356px;
    padding: 122px 33px 0 61px;
    box-sizing: border-box;
}
.trademarks .mark_item .mark_left h2{
    font-size: 32px;
    font-weight: bold;
    color: #212121;
    margin-bottom: 36px;
}
.trademarks .mark_item .mark_left p{
    font-size: 14px;
    font-weight: 400;
    color: #212121;
    line-height: 23px;
}
.trademarks .mark_item .mark_left a{
    width: 147px;
    height: 40px;
    background: #FC4C01;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
font-weight: 400;
color: #FFFFFF;
margin-top: 59px;

}
.trademarks .mark_item .mark_left a img{
    width: 18px;
height: 18px;
margin-left: 9px;
}
.trademarks .mark_item .mark_right{
    width: 709px;
    margin-left: 30px;
}
.trademarks .swiper-pagination-bullet-active {
    background-color: #fc4c02!important;
    opacity: 1!important;
} 
.trademarks .swiper-pagination-clickable .swiper-pagination-bullet {
    background-color: #fc4c02;
    /* opacity: 1!important; */
    margin-right: 10px!important;
}

.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: 256px;
    overflow: hidden;
}

.marksBox {
    display: inline-block;
    width: 130px;
    height: 72px;
    border: solid 1px #E0E1E5;
    margin-right: 14px;
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.boxstext {
    width: 15%;
}

.swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.swiper-wrapper {
    width: 100%;
    /* padding: 20px; */
    background: #fff;
}
.trademarks .swiper-wrapper{
    display: flex;
    align-items: center;
}

.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: contain;
}

.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(5n) {
    margin-right: 0;
}

.boxcenter {
    padding: 0;
    box-sizing: border-box;
    border: none;
}

.clmians {
    padding: 0;
}

.classcons {
    width: 100%;
    /* height: 56px;
    line-height: 56px; */
    padding: 0;
    box-sizing: border-box;
    line-height: 27px;
}

.classcons h2 {
    display: flex;
    align-items: baseline;
    font-size: 24px;
    font-weight: bold;
    color: #222;
}

.classcons h2 em {
    font-size: 14px;
    color: #888A8F;
    opacity: 0.8;
    margin-left: 8px;
    font-weight: normal;
}

.storages {
    height: 35px;
    line-height: 35px;
    background-color: #e7e7e7;
}

.marksImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* 对图片进行剪切 */
}

.photolithog {
    width: 130px;
    height: 72px;
    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.6);
    color: #fff;
    font-size: 18px;
}

.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: 288px;
}
.formArray .formArray-item  .formArray-item-img img{
  vertical-align: middle;
}

.formArray-item-img>img {
    display: block;
    width: 100%;
}

.formArray .formArray-box {
    padding: 20px 21px 24px;
    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 #E1E3E5;
    box-sizing: border-box;
    outline: none;
    padding: 0 7px;
    /* color: var(--mainFontColor); */
    color: #BDC0C7;
    font-size: 14px;
    
}
.formArray .formArray-item .formArray-box select option{
    color: #000;
}

#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 #BDC0C7;
    resize: none;
    outline: none;
    padding: 8px;
    box-sizing: border-box;
    /* color: var(--mainFontColor); */
    color: #BDB8B6;
}

.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: #f5f5f5;
    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: 0px;
    text-align: center;
    margin-top: 14px;
    box-sizing: border-box;
    font-size: 16px;
    border-radius: 20px;
    transition: all linear 0.2s;
}
.ad-form--submitA:hover {
    background: #FC4C02;
    color: #FFFFFF;
    font-weight: bold;
   
}

.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;
}