@charset "utf-8";
@import url(../css/common.css);

.con {
    margin: 0 5%;
}

::-webkit-scrollbar {
    width: 8px;
    height: 10px;
}

::-webkit-scrollbar-thumb {
    background: #555;
}

::-webkit-scrollbar-track {
    background: #ddd;
}

/*头部样式*/
header {
    border-bottom: 1px solid transparent;
    background-color: #fff;
}

.header-top {
    background: #2d2d2d;
    padding: .0521rem 5%;
}

.header-box {
    padding: 0 5%;
}


.header-top-l a {
    font-size: .0729rem;
    color: #fff;
    line-height: 1;
    margin-right: .1563rem;
}

.header-top-l a:hover {
    text-decoration: underline;
    opacity: 0.9;
}

.header-lang p {
    font-size: .0885rem;
    color: #fff;
}

.header-lang select {
    background: #fff;
    border: none;
    width: auto;
    font-size: .0885rem;
    color: #000;
    border: 0px solid #ccc;
}

.lang {
    cursor: pointer;
}

.lang span {
    margin: 0 .026rem;
}

.lang span,
.lang i {
    font-size: .0885rem;
    color: #fff;
}


.header-logo {
    width: .8906rem;
    height: .2188rem;
    background-image: url(../images/logo.png);
}


nav {
    margin: 0 0.4rem;
}


nav>ul>li>a {
    color: #000;
    font-size: .1146rem;
    line-height: 1;
    padding: .2083rem 0;
    text-transform: uppercase;
}

nav>ul>li>a:hover,
nav>ul>li>a.active {
    color: #000;

}

nav>ul>li>a::after {
    content: '';
    display: block;
    width: 0;
    left: 0;
    bottom: 0;
    height: 3px;
    opacity: 0;
    border-radius: 10px;
    background-color: #000;
    transition: all .3s;
    position: absolute;
}

nav>ul>li>a:hover::after,
nav>ul>li>a.active::after {
    opacity: 1;
    background-color: #ff5008;
    width: 100%;
}

.header-ico span {
    color: #000;
    font-size: .15rem;
    line-height: 1;
    font-weight: bold;
}

.header-ico {
    margin-right: .1042rem;
}

.header-ico:last-child {
    margin-right: 0;
}

.header-ico:hover span {
    color: #666;
}

.headcart {
    position: absolute;
    right: -0.1458rem;
    top: .3444rem;
    width: 2.2135rem;
    padding: .1302rem;
    background-color: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .15);
    border-radius: .1042rem;
    display: none;
    z-index: 2;
}

.headcart::after {
    content: "";
    position: absolute;
    right: .151rem;
    top: -0.125rem;
    display: block;
    border-bottom: .0625rem solid #fff;
    border-top: .0625rem solid transparent;
    border-left: .0625rem solid transparent;
    border-right: .0625rem solid transparent;
}

.headcart h3 {
    color: #000;
    font-size: .0938rem;
    margin-bottom: .1042rem;
}

.headcart-order {
    display: block;
    width: 95%;
    line-height: .2604rem;
    margin: 5% auto 0;
    font-size: .0938rem;
    color: #fff;
    text-align: center;
    border-radius: .0417rem;
    background-color: #000;
    cursor: pointer;
}

.headcart ul {
    max-height: 1.3385rem;
    overflow-y: scroll;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.headcart .node {
    padding: .4688rem 0;
}

.headcart ul li {
    position: relative;
    padding: .0417rem 0;
    border-bottom: 1px solid #eee;
}

.headcart ul li:last-child {
    border-bottom: 0;
}

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

.head-pro-img {
    width: 30%;
    margin-right: .0521rem;
}

.head-pro-text {
    flex: 1;
    margin-right: 15%;
    margin-left: 2%;
}

.head-pro-text h4 {
    font-size: .0781rem;
    line-height: 1.5;
    color: #000;
}

.head-pro-text p {
    font-size: 14px;
}

.headcart ul li strong {
    position: absolute;
    right: .0521rem;
    top: 50%;
    display: block;
    transform: translateY(-50%);
    width: .2083rem;
    height: .2083rem;
    background: url(../keep/images/del.png) center no-repeat;
    cursor: pointer;
}

.node {
    width: 100%;
    padding: .7813rem 0;
    text-align: center;
}

.node h4 {
    font-size: .1563rem;
    font-weight: normal;
    color: #000;
}


/*搜索框样式*/
.search-sub-box {
    background: transparent;
    top: .75rem;
    z-index: 999;
    position: fixed;
    right: -0.1042rem;
}

.pro-show-search {
    background-color: #fff;
    padding: 0;
    width: 1.6667rem;
}

.pro-list-page-search {
    background-color: #fff;
    line-height: .2604rem;
    width: 2.0208rem;
}

.pro-page-form-box input[type=text] {
    font-size: 14px;
    line-height: 1;
    flex: 1;
    line-height: .2604rem;
    padding: 0 .0938rem;
    width: 100%;
}

.pro-page-form-box input[type=submit] {
    background-color: #000;
    color: #fff;
    width: .3646rem;
    height: .2604rem;
    background-image: url(../images/keep/serach-ico.png);
    background-repeat: no-repeat;
    background-size: .1563rem .1563rem;
    background-position: center center;
}


/*下拉菜单样式*/
.header-pro-nav-mask {
    background-color: rgba(0, 0, 0, 0.6);
    top: .77rem;
}

.header-pro-nav,.header-ab-nav {
    background-color: #fff;
    top: .77rem;
    padding: .2292rem 0 .3906rem;
    border-top: 1px solid #ccc;
    z-index: 99;
}

header.pf .header-pro-nav-mask {
    top: .533rem;
}

header.pf .header-pro-nav, header.pf .header-ab-nav {
    top: .533rem;
}




.header-pro-nav-l {
    width: 60%;
}

.header-pro-nav-r {
    width: 35%;
}

.header-pro-nav-l>h4 {
    font-size: .1563rem;
    font-weight: 600;
    margin-bottom: .1979rem;
}

.header-pro-nav-con,.header-ab-nav-con {
    align-items: flex-start;
    padding: 0 5%;
}


.header-pro-nav-l-con {
    align-items: flex-start;
}

.header-pro-nav-item {
    width: 46.5%;
    margin-bottom: .1979rem;
}

.header-pro-item {
    font-size: .1146rem;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
    margin-bottom: .0417rem;
    line-height: 1;
}

.header-pro-nav-item p {
    font-size: .0885rem;
    opacity: 0.8;
}


.header-pro-item:hover {
    color: #ff5008;
}

.header-pro-nav-r-txt {
    padding: .1563rem;
    background: rgba(0, 0, 0, 0);
}

.header-pro-nav-r-txt p {
    color: #fff;
    font-size: .0833rem;
    line-height: 1.5;
    opacity: 0.9;
}

.header-pro-nav-r-txt h4 {
    color: #fff;
    font-size: .1927rem;
    margin-bottom: .1302rem;
}

.header-pro-nav-r-txt span {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: .2083rem;
    width: 50%;
    font-size: .125rem;
    padding: .0938rem 0;
    margin: 55% auto 0;
    transition: all ease-in-out .3s;
}

.header-pro-nav-r-txt:hover span {
    transform: translateY(-10px);
}



/*首页样式*/
.banner .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    bottom: .2031rem;
    left: 0;
}

.banner .swiper-pagination .swiper-pagination-bullet {
    background-color: transparent;
    border-radius: 50%;
    width: .0833rem;
    height: .0833rem;
    display: block;
    opacity: 1;
    margin: 0 .0521rem;
    border: 1px solid #fff;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #fff;
    opacity: 1;
}

.ba-con {
    padding: 0 5%;
    width: 100%;
}

.ba-mask {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.700717787114846) 0%, rgba(0, 0, 0, 0) 50%);
}

.ba-txt {
    width: 30%;
}

.ba-txt h4 {
    color: #fff;
    font-size: .2344rem;
    line-height: 1.2;
    margin-bottom: .1125rem;
}

.ba-txt p {
    color: #fff;
    font-size: .1038rem;
    margin-bottom: .2708rem;
    width: auto;
}

.ba-txt a {
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    font-size: .125rem;
    padding: .1354rem .2604rem;
}

.ba-txt a:hover {
    background-color: #ff5008;
    color: #fff;
}

/*首页内容开始*/

.index-box {
    margin-top: .5417rem;
}


.index-tit {
    margin-bottom: .5417rem;
}


.index-tit h4 {
    font-size: .2865rem;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
}


.index-cate {
    margin-top: .4688rem;
}


.index-cate-tit {
    margin-bottom: .4688rem;
}





.index-cate-item {
    width: 23.8%;
}

.index-cate-item h4 {
    font-size: .1302rem;
    margin: .1042rem 0;
    text-transform: uppercase;
}

.index-cate-item p {
    font-size: .0833rem;
    color: #000;
    opacity: 0.7;
}

.index-cate-item-btn {
    display: flex;
    align-items: center;
}

.index-cate-item-btn span {
    width: auto;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    font-size: .125rem;
    padding: 0.1354rem 0.2604rem;
    margin: 0 auto .1302rem;
    display: none;
}

.index-cate-item:hover .index-cate-item-btn span {
    display: inline-block;
}

.index-about-con {
    width: 42%;
}

.index-about-con span {
    color: #fff;
    font-size: .125rem;
    line-height: 1;
    margin-bottom: .099rem;
}

.index-about-con h4 {
    color: #fff;
    font-size: .2083rem;
    margin-bottom: .099rem;
    font-weight: 400;

}

.index-about-con p {
    color: #fff;
    font-size: .1042rem;
    margin-bottom: .2604rem;
    width: 80%;
}

.index-about-con a {
    color: #fff;
    font-size: .0833rem;
    border: 1px solid #fff;
    padding: .1042rem .125rem;
}

.index-about-con a:hover {
    background: #fff;
    color: #000;
}

.index-pro-pic {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding-top: 100%;
    transition: all ease-in-out 0.3s;
    cursor: pointer;
}

.index-pro-pic-tag {
    height: .1563rem !important;
    transform: rotate(-45deg);
    background: #ff5008;
    left: -0.2188rem;
    width: .9219rem;
    text-align: center;
    top: .17rem;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 600;
    font-size:.125rem;
    text-transform: uppercase;
    
    
}

.index-pro-txt {
    margin-top: .1563rem;
}

.index-pro-txt h4 {
    font-size: .0938rem;
    font-weight: 400;
    margin-bottom: .0885rem;
    line-height: 1.3;
    -webkit-line-clamp: 3;
}

.index-pro-txt p {
    font-size: .1302rem;
    margin-bottom: 0;
}

.index-pro-txt em {
    font-size: .0938rem;
    display: block;
    margin-bottom: .0521rem;
    margin-top: .0521rem;
}


.index-pro-options span {
    width: .1406rem;
    height: .0938rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    margin-right: .0521rem;
    margin-bottom: .0938rem;
}

.index-pro-xx span {
    color: #eee;
    font-size: .0833rem;
    margin-right: .0156rem;
}

.index-pro-xx span.on {
    color: #fb9221;
}

.index-pro-pic-btn span {
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    font-size: .125rem;
    padding: .1354rem .2604rem;
    margin: 0 .026rem .0833rem;
    display: none;
    text-transform: uppercase;

}

.index-pro-pic-btn .add-btn {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
}

.index-pro-pic:hover .index-pro-pic-btn span {
    display: block;
}

.index-pro-pic:hover {
    transform: translateY(.026rem);
}

.index-pro-txt:hover h4 {
    text-decoration: underline;
    color: #ff5008;
}

.index-pro-fy div {
    width: .3021rem;
    height: .3021rem;
    background-color: #fff;
    color: #000;
    font-size: .1042rem;
    top: 35%;
    z-index: 1;
}

.index-pro-prev {
    left: -0.1563rem;
}

.index-pro-next {
    right: -0.1563rem;
}

.index-pro-fy div:hover {
    background-color: #000;
    color: #fff;
}

/**/
.index-video .a-box {
    background-color: rgba(0, 0, 0, 0.5);
}

.index-video-con span {
    font-size: .125rem;
    color: #fff;
    line-height: 1;
    margin-bottom: .1302rem;
}

.index-video-con p {
    font-size: .1823rem;
    font-weight: 500;
    color: #fff;
    margin-bottom: .3125rem;
    width: 40%;
}

.index-video-btn {
    width: .625rem;
    height: .625rem;
    background-color: rgba(255, 255, 255, 0.6);
    transition: all ease-in-out .3s;
}

.index-video-btn:hover {
    transform: scale(1.1, 1.1);
}

.index-video-btn i {
    color: #efefef;
    font-size: .3125rem;
}

/*视频弹窗*/
.video-mask {
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 990;
}

.video-con {
    top: 10%;
    left: 50%;
    width: 5.2083rem;
    margin-left: -2.6042rem;
    z-index: 9999;
}

.video-item {
    overflow: hidden;
    border: 4px solid #fff;
    border-radius: .1042rem;
}

.video-item video {
    display: flex;
    margin: 0 auto;
    width: 100%;
}

.video-close {
    width: .2604rem;
    height: .2604rem;
    margin: .1563rem auto;
    border-radius: 50%;
    border: 2px solid #fff;
    cursor: pointer;

}

.video-close span {
    text-align: center;
    display: block;
    font-weight: normal;
    line-height: 1;
    font-size: .1563rem;
    color: #fff;
}

.index-video-fy .video-next {
    right: -.4167rem;
}

.index-video-fy .video-prev {
    left: -.4167rem;
}

.index-shop-item {
    width: 24%;
    margin-bottom: .2604rem;
}
/* 如果最后一行是3个元素 */
/*.index-shop-item:last-child:nth-child(4n - 1) {
    margin-right: calc(24% + 4% / 3);
}

.index-shop-item:last-child:nth-child(4n - 2) {
    margin-right: calc(48% + 8% / 3);
}*/




.index-shop-txt h4 {
    font-size: .1042rem;
    font-weight: 100;
    margin-top: .1458rem;
}

.index-shop-item:hover h4 {
    text-decoration: underline;
    color: #ff5008;
}

.index-shop-pic-btn {
    display: flex;
    align-items: center;
}

.index-shop-pic-btn span {
    width: auto;
    font-size: .125rem;
    padding: 0.1354rem 0.2604rem;
    margin: 0 auto .1302rem;
    display: none;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
}

.index-shop-item:hover .index-shop-pic-btn span {
    display: inline-block;
}

.index-rew .a-box {
    background-color: rgba(0, 0, 0, 0.6);
}

.index-rew-con {
    padding: 0 5%;
    width: 100%;
}

.index-rew-l {
    width: 20%;
}

.index-rew-r {
    width: 76%;
    overflow: hidden;
}

.index-rew-tit h4 {
    color: #fff;
    line-height: 1.3;
}

.index-rew-swiper .swiper-wrapper {
    align-items: stretch;
}

.index-rew-swiper .index-rew-item {
    background-color: #fff;
    padding: .1042rem .1042rem;
    border-radius: .0521rem;
    overflow: hidden;
    min-height: 1.4375rem;
    width: 49%;
}

.index-rew-item {
    padding: .4167rem .2083rem;
}

.index-rew-xx {
    margin-bottom: .1823rem;
}

.index-rew-xx span {
    font-size: .0938rem;
    color: #ff5008;
    margin: 0 .0156rem;
}

.index-rew-tit-xx span {
    font-size: .1563rem;
}

.index-rew-txt p {
    opacity: 0.78;
    font-size: .0938rem;
    margin-bottom: .2083rem;
    -webkit-line-clamp: 3;
}

.index-rew-txt p:last-child {
    margin-bottom: 0;
    font-size: .0833rem;
    opacity: 0.7;
}

.index-rew-swiper .index-rew-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: .1563rem;
}

.index-rew-pagination .swiper-pagination-bullet {
    background-color: transparent;
    border-radius: 50%;
    width: .0833rem;
    height: .0833rem;
    display: block;
    opacity: 1;
    margin: 0 .0521rem;
    border: 1px solid #fff;
}

.index-rew-pagination .swiper-pagination-bullet-active {
    background-color: #fff;
    opacity: 1;
}

.index-se-list {
    padding-bottom: 0;
}

.index-se-item {
    width: 32.37%;
}

.index-se-item h4 {
    font-size: .1354rem;
    margin-top: .1927rem;
    margin-bottom: .1198rem;
}

.index-se-item p {
    opacity: 0.7;
    font-size: .0938rem;
}

.index-se-item:hover h4 {
    color: #ff5008;
}

.index-se-btn {
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: .125rem;
    padding: 0.1354rem 0.2604rem;
    display: none;
}

.index-se-item:hover .index-se-btn {
    display: inline-block;
}

.index-sc {
    background-color: #2d2d2d;
    padding: .4167rem 0;
}

.index-sc-tit h4 {
    color: #fff;
}

.index-sc-con p {
    color: #fff;
    font-size: .1563rem;
}

.index-sc-tit {
    margin-bottom: .2083rem;
}

.index-sc-list {
    margin-top: .2083rem;
}

.index-sc-list a {
    width: .3125rem;
    height: .3125rem;
    background-color: transparent;
    margin: 0 .1563rem;
}

.index-sc-list a span {
    color: #fff;
    font-size: .1563rem;
}

.index-sc-list a:hover {
    background-color: #fff;
}

.index-sc-list a:hover span {
    color: #ff5008;
}


/*底部*/
.index-ship {
    margin-top: .3125rem;
    margin-bottom: .3333rem;
}

.index-ship-i {
    width: 23%;
}

.index-ship-i-l img {
    width: .3125rem;
    height: .3125rem;
    margin-right: .1302rem;
}

.index-ship-i-r h4 {
    font-size: .1198rem;
    letter-spacing: 1px;

}

.index-ship-i-b p {
    margin-top: .0938rem;
    font-size: .0938rem;
    opacity: 0.7;
}

.index-sub {
    background: #2d2d2d;
    padding:  .1563rem 0;
}
.index-sub-con>div{
    margin: 0 .1042rem;
}
.index-sub-con-l h4 {
    font-size: .1563rem;
    color: #fff;
    margin-right: 0;
}

.index-sub-con-r {
  display: block;
}

.index-sub-con-r input {
    width: auto;
    font-size: .1146rem;
    padding-left: .1563rem;
}

.index-sub-con-r span {
    font-size: .1563rem;
    color: #000;
    background-color: #fff;
    padding: .125rem;
    border-radius: .2083rem;
    display: block;
    font-weight: 600;
}
.index-sub-con-r:hover span{
    background-color: #ff5008;
    color: #fff;
}


footer {
    background: #fff;
}

.footer-t-con {
    padding: .4167rem 0 .3125rem;
}

.footer-t-l img {
    width: 1.3021rem;
    margin-bottom: .2083rem;
}

.footer-t-l p {
    font-size: .0833rem;
    opacity: 0.6;
    color: #212121;
    margin-top: .2083rem;
    margin-bottom: .1302rem;
    width: 2.3958rem;
}

.footer-sc a {
    border: 1px solid transparent;
    width: .2083rem;
    height: .2083rem;
    margin-right: .1042rem;
}

.footer-sc a span {
    color: #000;
    font-size: .1354rem;
    line-height: 1;
}

.footer-sc a:hover {
    border: 1px solid #000;
    background-color: #000;
}

.footer-sc a:hover span {
    color: #fff;
}

.footer-t-item h4 {
    font-weight: 700;
    font-size: .125rem;
    margin-bottom: .1979rem;
    color: #000;
}

.footer-t-item a {
    opacity: 0.7;
    font-size: .0833rem;
    font-weight: 400;
    margin-bottom: .1042rem;
    line-height: 1;
}

.footer-t-item a:hover {
    color: #000;
    text-decoration: underline;
}


.footer-contact>h4 {
    font-weight: 700;
    font-size: .125rem;
    margin-bottom: .1979rem;
    color: #000;
}

.footer-contact>h5 {

    font-size: .0833rem;
    font-weight: 400;
    margin-bottom: .1042rem;
    line-height: 1;
}

.footer-contact>h5 a {
    margin-bottom: .0833rem;
    opacity: 0.7;
}

.footer-contact-i {
    margin-bottom: 10px;
}

.footer-contact-i h5 p {
    font-size: .0833rem;
    font-weight: 400;
    margin-bottom: .1042rem;
    line-height: 1;
}


.footer-c {
    border-top: 1px solid #e8e8e8;
    padding: .0938rem 0;
    background: #f8f8f8;
}

.footer-c p {
    font-size: .0729rem;
}

.footer-c p a:hover {
    text-decoration: underline;
}

#translate {
    display: none;
}

/*cookie 弹窗*/
.cookie-tc {
    background-color: #fff;
    bottom: 10%;
    right: .1042rem;
    width: 2.9583rem;
    border-radius: .4167rem .4167rem 0 .4167rem;
    padding: .2604rem;
    display: none;
    z-index: 999;
}

.cookie-con h4 {
    font-size: .1458rem;
    margin-bottom: .1302rem;
}

.cookie-con p {
    font-size: .0833rem;
    opacity: 0.8;
    margin-bottom: .2083rem;
}

.cookie-btn span,
.cookie-btn em {
    font-size: .0833rem;
    width: 45%;
    padding: .1042rem 0;
    cursor: pointer;
}

.cookie-btn span {
    background-color: #000;
    color: #fff;
}

.cookie-btn em {
    background: #e8e8e8;
    color: #000;
}

.cookie-btn span:hover {
    background-color: #e8e8e8;
    color: #000;
}

.cookie-btn em:hover {
    background-color: #000;
    color: #fff;
}

/*about*/
.page-t {
    padding: .25rem 0;
}

.page-t-nav {
    align-items: baseline;
}

.page-t-nav span {
    font-size: .125rem;
    color: #454545;
    margin-right: .0521rem;
    line-height: 1;
}

.page-t-nav a {
    font-size:.1146rem;
    color: #454545;
    line-height: 1;
    text-transform: uppercase;

}

.page-t-nav em {
    font-size: .1146rem;
    color: #454545;
    margin: 0 .0781rem;
    line-height: 1;
}

.page-t-nav a:hover {
    color: #ff5008;
}

.page-c {
    margin-bottom: .4688rem;
}

.page-c-l {
    width: 24%;
    margin-right: 3%;
}

.page-c-tit h4 {
    font-size: .1667rem;
    margin-bottom: .2604rem;
    font-weight: 400;
    margin-top: .1302rem;
}

.page-c-l-item {
    opacity: 0.9;
    font-size: .0938rem;
    border-bottom: 1px solid #ccc;
    padding: .1042rem .0521rem;
    font-weight: 600;
}

.page-c-l-item:hover,
.page-c-l-item.on {
    color: #ff5008;
    opacity: 1;
}

.page-c-l-list {
    padding-bottom: .1563rem;
}

.page-c-r {
    padding: .2083rem .1563rem;
}

.page-about{
    padding: .1042rem;
}
.page-about p{
    font-size: .0938rem;
    margin-bottom: .0781rem;
    color: #666;
}


.page-c-logout a {
    text-decoration: underline;
    font-size: .1042rem;

}

.page-c-logout a:hover {
    color: #ff5008;
}



.page-tip {
    font-size: .2083rem;
    color: #ccc;
}

/*blog*/
.index-blog-item {
    background: #f8f8f8;
    margin-bottom: .1563rem;
    padding: .1042rem;
}

.index-blog-item:hover .index-blog-txt h4 {
    text-decoration: underline;
    color: #ff5008;
}


.index-blog-pic {
    width: 40%;
}

.index-blog-txt {
    padding: 0 .1563rem;
}

.index-blog-txt h4 {
    font-size: .1563rem;
    margin-bottom: .1823rem;
    line-height: 1.3;
}

.index-blog-txt p {
    opacity: 0.7;
    font-size: .0833rem;
  width: 90%;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;}

.index-blog-txt span {
    cursor: pointer;
    font-size: .0833rem;
    font-weight: 700;
    margin-top: .1563rem;

}

.index-blog-item:hover .index-blog-txt span {
    text-decoration: underline;
}

.page-news-detail-tit h4 {
    font-size: .1563rem;
    font-weight: 600;
    padding-bottom: .1042rem;
    border-bottom: 1px solid #ccc;
    line-height: 1.3;
}

.page-news-detail-con {
    margin-top: .1563rem;
}

.page-news-detail-con p {
    font-size: .0938rem;
    line-height: 1.5;
    margin-bottom: .0781rem;
}

.page-news-detail-con img {
    width: auto;
    max-width: 100%;
}




/*faq*/
.index-faq-tit h4 {
    font-weight: 700;
    font-size: .1667rem;
    color: #000;
}

.index-faq-list {
    margin-top: .224rem;
    padding-right: .5313rem;
}

.index-faq-r {
    padding-left: .5313rem;
}

.index-faq-i {
    margin-bottom: .0833rem;
    border-bottom: 1px solid #e5e5e5;
}

.index-faq-i-tit {
    padding: .1042rem 0;
    cursor: pointer;
}

.index-faq-i-tit p {
    color: #000;
    font-size: .1042rem;
    font-weight: 500;
    line-height: 1.5;
    margin-right: .1042rem;
}



.index-faq-i:hover .index-faq-i-tit p,
.index-faq-i.on .index-faq-i-tit p {
    color: #ff5008;
}

.index-faq-i:hover .index-faq-i-tit span::after,
.index-faq-i.on .index-faq-i-tit span::after {
    color: #ff5008;
}


.index-faq-i-tit span::after {
    content: "+";
    color: #000;
    font-size: .0938rem;
    font-weight: 500;
    line-height: 1.5;
}

.index-faq-i.on .index-faq-i-tit span::after {
    content: "-";
}

.index-faq-i-con {

    padding: 0 .0781rem .1042rem;
    font-size:.0938rem;
    opacity: 0.8;
    line-height: 1.6;
    color: #000;
    display: none;
}

.index-faq-i.on .index-faq-i-con {
    display: block;
}


/*联系我们*/
.contact-top-txt {
    margin-bottom: .5885rem;
}

.contact-top-txt h4 {
    font-size: .2344rem;
    margin-top: .1719rem;
    line-height: 1.3;
    color: #fff;
    width: 34.8%;
}

.contact-top-txt p {
    font-size: .1146rem;
    color: #fff;
    line-height: 1;
}

.ca1-con {
    padding: .5rem 0;
}

.ca1-l {
    width: 35.62%;
}

.ca1-l>h4 {
    font-size: .1823rem;
    line-height: 1.3;
    margin-bottom: .2917rem;
}

.ca1-l>h4::after {
    content: '';
    display: block;
    width: .4688rem;
    height: .0156rem;
    background: #ededed;
    border-radius: .0104rem;
    margin-top: .25rem;
}

.ca1-l-txt h4 {
    color: #000;
    font-size: .1823rem;
    margin-bottom: .1875rem;
}

.ca1-l-txt p {
    font-size: .1042rem;
    opacity: 0.78;
    margin-bottom: .0781rem;
    line-height: 1;
}

.ca1-l-txt div {
    margin-top: .1875rem;
}

.ca1-r {
    width: 51.87%;
    background-color: #fff;
    padding: .2917rem .1979rem;
}

.ca1-r-se {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    width: 100%;
    padding: .1042rem;
    margin-bottom: .0781rem;
}

.ca1-r-se:nth-child(3),
.ca1-r-se:nth-child(4) {
    width: 100%;
}

.ca1-r-se span {
    opacity: 0.5;
    font-size: .0938rem;
}

.ca1-r-se input,
.ca1-r-se textarea {
    width: 100%;
    font-size: .0938rem;
}

.ca1-r-se.on {
    border: 1px solid #000;
}

.ca1-r-se span.on {
    left: .1042rem;
    top: .0313rem;
    font-size: .0625rem;
}

.ca1-r-se textarea {
    height: 1.0417rem;
}

.ca1-r-btn {
    background-color: #000;
    color: #fff;
    font-size: .0938rem;
    padding: .1458rem .3854rem;
    line-height: 1;
    margin-top: .1042rem;
}

.ca1-r-btn:hover {
    background-color: #000;
}

.ca2 {
    background-color: #000;
    padding: .4479rem 0;
    margin-bottom: .3125rem;
}

.ca2-con h4 {
    color: #fff;
    font-size: .1823rem;
    margin-bottom: .1563rem;
}

.ca2-con p {
    color: #fff;
    font-size: .0938rem;
    width: 60%;
}

.ca2-list {
    margin-top: .1719rem;
}

.ca2-list a {
    background-color: #fff;
    color: #000;
    width: .625rem;
    height: .625rem;
    margin: 0 .0521rem;
}

.ca2-list a span {
    font-size: .2344rem;
}

.ca2-list a:hover {
    border-radius: .0521rem;
}

/*catalogues*/
.download-list-item {
    margin-bottom: .1563rem;
    padding-bottom: .1563rem;
    border-bottom: 1px solid #ccc;
}

.download-list-item img {
    width: 100%;
}

.download-list-txt h4 {
    font-size: .1042rem;
    line-height: 1.3;
}

.download-list-btn {
    width: 15%;
    border: 1px solid #000;
    line-height: 1;
    padding: .0781rem 0;

}

.download-list-btn em {
    margin-right: .0781rem;
    font-size: .0833rem;
}

.download-list-item:hover .download-list-btn {
    background-color: #ff5008;
    color: #fff;
    border: 1px solid #ff5008;

}

.download-list-btn span {
    transform: rotate(90deg);
}

/*产品大类*/
.cate1 {
    background: rgba(0, 0, 0, 0.02);

}

.cate1-con {
    margin-top: .0521rem;
}

.cate1-con-l {
    width: 36.43%;
}

.cate1-con-l h4 {
    font-size: .3125rem;
    margin-bottom: .1615rem;

}

.cate1-con-l p {
    font-size: .0938rem;
    margin-bottom: .1875rem;
    opacity: 0.7;
}

.cate1-con-l a {
    font-size: .0833rem;
    color: #fff;
    background-color: #000;
    border-radius: .1042rem;
    overflow: hidden;
    padding: .125rem .1719rem;
    line-height: 1;
}

.cate1-con-l a:hover {
    background-color: #ff5008;
    color: #fff;
}

.cate1-con-r {
    width: 54.06%;
}

.cate-box {
    padding: .4688rem 0;
}

.cate-tit h4 {
    font-size: .2865rem;
    text-align: center;
}

.cate-tit {
    margin-bottom: .4688rem;
}




.cate2-item {
   
    margin-bottom: .2865rem;
    padding: 0.0521rem 0.0521rem 0;
    background-color: #fff;
}

.cate2-item-bot span {
    font-size: .1354rem;
    color: #fff;
    width: 85%;
    margin: 0 auto .0833rem;
    background-color: rgba(0, 0, 0, 0.6);
    padding: .1354rem 0;
    display: none;
}

.cate2-item:hover .cate2-item-bot span {
    display: block;
}

.cate2-item-txt h4 {
    font-size: .1042rem;
    margin-top: .1458rem;
    font-weight: 400;
}

.cate2-item:hover .cate2-item-txt h4 {
    color: #ff5008;
}

.cate3 {
    background: rgba(0, 0, 0, 0.02);
}

.cate3-tit {
    margin-bottom: 0;
}

.cate3-top-r {
    width: 48.43%;
}

.cate3-top-r p {
    opacity: 0.7;
    font-size: .0938rem;
}

.cate3-list {
    margin-top: .3125rem;
}

.cate3-item {
    width: 28.75%;
}

.cate3-item p {
    margin-top: .1615rem;
    opacity: 0.7;
    font-size: .0938rem;
}

.cate4-con-l {
    width: 38%;
}

.cate4-con-t h4 {
    font-size: .2865rem;
    margin-bottom: .1042rem;
}

.cate4-con-t p {
    opacity: 0.7;
    font-size: .125rem;
    line-height: 1;
}

.cate4-con-b h4 {
    margin-top: .4167rem;
    margin-bottom: .2344rem;
    font-size: .1458rem;

}

.cate4-con-b ul li {
    opacity: 0.8;
    font-size: .1042rem;
    margin-bottom: .1563rem;
    list-style: disc;
    display: flex;
    align-items: center;
}

.cate4-con-b ul li::before {
    content: '';
    display: block;
    margin-right: .0677rem;
    width: .0521rem;
    height: .0521rem;
    background-color: #ff5008;
    border-radius: 50%;
    overflow: hidden;
}

.cate4-con-r {
    width: 50.43%;
}

.cate5,
.cate6 {
    background-color: rgba(0, 0, 0, 0.02);
}

.cate5-item {
    width: 32%;
}

.cate5-item h4 {
    font-size: .1042rem;
    margin-top: .224rem;
    margin-bottom: .1146rem;
}

.cate5-item p {
    font-size: .0729rem;
    opacity: 0.7;
}

.cate6 {
    padding-top: .4688rem;
}

.cate6-list {
    margin-top: .3125rem;
}



/*产品页面*/
.index-pro-cate {
    margin: .3646rem 0;
}

.index-pro-cate-list {
    margin-top: .3125rem;
}

.index-pro-cate-list .index-cate-item {
    width: 48%;
    margin-bottom: .2604rem;
}

.index-pro-cate-list .index-cate-item img {
    width: 100%;
}

.index-pro-cate-list .index-cate-item p {
    font-size: .0833rem;
    opacity: 0.8;
    margin-bottom: .1563rem;
}



/*产品列表*/
.pro-t {
    padding: .0833rem 0;
}

.pro-t-pic .a-box {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.700717787114846) 0%, rgba(0, 0, 0, 0) 50%);
}

.pro-t-txt {
    width: 3.0208rem;
}

.pro-t-txt h4 {
    font-size: .2344rem;
    margin-bottom: .1146rem;
    color: #fff;
}

.pro-t-txt p {
    font-size: .0938rem;
    color: #fff;
}



.pro-main {
    margin: .3125rem 0;
}

.pro-main-l {
    width: 21%;
    margin-right: .2083rem;
}

.pro-main-l-tit {
    margin-bottom: .2604rem;
    font-size: .1823rem;
    font-weight: 400;
}

.pro-main-bar-i {
    margin-bottom: .2083rem;
    padding-bottom: .1042rem;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}

.pro-main-bar-i-top {
    transition: all ease-in-out .2s;
}

.pro-main-bar-i-top span {
    font-size: .1024rem;
}

.pro-main-bar-i-top i {
    font-size: .1024rem;
}

.pro-main-bar-i-top i.on {
    transform: rotate(90deg);
}

/*产品列表下拉菜单*/
.pro-main-bar-i-menu {
    padding: .1823rem 0 0;
    display: none;
}
.pro-main-bar-i-menu a{
    font-size: .1042rem;
    margin-bottom: .1042rem;
    display: block;
}
.pro-main-bar-i-menu a:hover,.pro-main-bar-i-menu a.on{
    color: #ff5008;
}


.pro-main-bar-i-menu.on {
    display: block;
}


.pro-main-bar-i-item {
    margin-bottom: .0833rem;
    cursor: pointer;
}

.pro-main-bar-i-item input {
    width: .1042rem;
    height: .1042rem;
    margin-right: .0781rem;
}

.pro-main-bar-i-item p {
    font-size: .0938rem;
    line-height: 1;
    flex: 1;
    opacity: 0.78;
}

.pro-main-bar-i-item img {
    width: .1563rem;
    margin-right: .0521rem;
}

.pro-main-bar-i-item:hover p {
    color: #ff5008;
}


.pro-main-option-i {
    margin-right: .1042rem;
    cursor: pointer;
    border: 1px solid #000;
    padding: .0781rem .1042rem;
    margin-bottom: .1042rem;
}

.pro-main-option-i h4 {
    font-size: .0938rem;
}

.pro-main-option-i p {
    line-height: 1;
    opacity: 0.8;
    font-size: .0833rem;
    margin-right: .0521rem;
    margin-left: .0521rem;
}

.pro-main-option-i span {
    font-size: .0833rem;
    line-height: 1;
    opacity: 0.8;
}

.clear-btn {
    background-color: #000;
    display: none;
}

.clear-btn.on {
    display: block;
}

.clear-btn h4 {
    color: #fff;
}

.pro-main-option-i:hover {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
}

.pro-main-option-i:hover h4,
.pro-main-option-i:hover p {
    color: #fff;
}

.no-more {
    font-size: .0938rem;
    text-align: center;
    margin: 0 .0521rem;
    color: rgba(0, 0, 0, 0.6);
    width: 100%;
}


.pro-main-item {
    background-color: #fff;
    padding: .0521rem;
    width: 25%;
    margin-bottom: .1563rem;
}

.pro-item-img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding-top: 100%;

}

.pro-main-item:hover {
    transform: translateX(-0.026rem);
}

.pro-main-item:hover .pro-item-txt h4 {
    color: #ff5008;
}


.pro-main-item:hover .index-pro-pic-btn span {
    display: block;
}


.pro-main-item-new {
    height: .1563rem !important;
    transform: rotate(-45deg);
    background: #ff5008;
    left: -0.2188rem;
    width: .9219rem;
    text-align: center;
    top: .17rem;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 600;
    font-size:.1146rem;
    text-transform: uppercase;

}

.pro-item-txt {
    padding-top: .0781rem;
}

.pro-item-txt h4 {
    font-size: .0938rem;
    margin-bottom: .0521rem;
    line-height: 1.3;
    -webkit-line-clamp: 3;
}

.pro-item-txt p {
    font-size: .125rem;
    font-weight:bold;
    margin-bottom: 0.1042rem;
}


.pro-item-txt em{
    font-size: .0938rem;
    margin-bottom: .0521rem;
    display: block;
}

.pro-item-color {
    margin-bottom: .0521rem;
}

.pro-item-color img {
    width: .1563rem;
    height: .0938rem;
    margin-right: 0.0521rem;
}





/*分页查询样式*/
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination li a,
.pagination li span {
    width: 30px;
    height: 30px;
    margin: 0 8px;
    background-color: #000;
    color: #fff;
    display: flex;
    font-size: 14px;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    line-height: 1;
}

.pagination li.active a,
.pagination li.active span {
    background-color: #999;
}

.pagination li.disabled a,
.pagination li.disabled span {
    background-color: #777;
    cursor: no-drop;
}

.pro-tip {
    color: #ccc;
    font-size: .1563rem;
    margin-top: .2083rem;
    margin-bottom:.2083rem;
}

.pro-main-page {
    margin: .3125rem auto;
}


/*详情样式*/
.pro-show-top {
    margin-top: .1875rem;
}

.pro-show-top-l {
    flex: 1;
    margin-right: .2083rem;
}

.product-img {
    align-items: flex-start;
}

.pro-show-top-r {
    width: 42%;
}

.product-show-img-thumbs {
    width: .4063rem;
    margin-right: .0729rem;
    height: 4.1667rem;
    overflow-y: auto;
}

.product-show-img-thumbs .swiper-slide {
    width: .4063rem;
    height: .4063rem;
    padding: .0208rem;
}

.product-show-img-i {
    width: .3542rem;
    height: .3542rem;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.product-show-img-i img {
    width: 100%;
    height: fit-content;
}

.swiper-slide-thumb-active {
    border: 1px solid #ff5008;
}

.product-show-img-top {
    width: 4.1146rem;
    border: 1px solid #ccc;
    height: 4.1146rem;
}

.product-show-img-top-i {
    width: 4.1146rem;
    height: 4.1146rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.product-show-img-top-i img {
    width: auto;
    margin: 0 auto;
    height: auto;
    max-height: 100%;
}

.product-show-img-option {
    width: 4.1146rem;
    border: 1px solid #ccc;
    height: 4.1146rem;
    z-index: 10;
    background-color: #fff;
}

.product-show-img-option img {
    width: auto;
    margin: 0 auto;
    height: auto;
    max-height: 100%;
}


.pro-show-top-tit h4 {
    font-size: .1667rem;
    font-weight: 400;
    color: #000;
    line-height: 1.3;
    word-break: break-word;

}

.pro-show-pj {
    margin-top: .0833rem;
}

.pro-show-xx {
    margin-right: .0521rem;
}

.pro-show-xx span {
    color: #ccc;
    font-size: .1042rem;
    margin-right: 0;
}

.pro-show-xx span.on {
    color: #ff5008;
}

.pro-show-pj em {
    font-size: .1042rem;
    margin-right: .0521rem;
}

.pro-show-pj a {
    font-size: .1042rem;
    text-decoration: underline;
    color: #222;
}

.pro-show-pj a:hover {
    text-decoration: none;
    color: #000;
}

.pro-show-price {
    margin: .1771rem 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: .1094rem;
}

.pro-show-price div {
    margin-right: .1563rem;
}

.pro-show-price h4 {
    font-size: .1771rem;
    color: #CC0C39;
    margin-right: .1042rem;
}

.pro-show-price p {
    font-size: .2083rem;
    line-height: 1;
    color: #000;
    font-weight: 700;
    margin-right: .1042rem;
}

.pro-show-price-top {
    margin-bottom: .0521rem;
}

.pro-show-price-top>p span {
    font-size: .0833rem;
    line-height: 1;
    font-weight: 400;
}

.pro-show-price-top>p em {
    font-weight: 400;
    line-height: 0.5;
}

.pro-show-price-top>p {
    align-items: flex-start;
}

.pro-show-price-bt del,
.pro-show-price-bt p {
    color: #000;
    font-size: .125rem;
    opacity: 1;
}


.pro-show-gg {
    margin: .1354rem 0 .2083rem;
    border-bottom: 1px solid #ccc;
    padding-bottom: .1042rem;
}

.pro-show-gg h4 {
    font-size: .0938rem;
}

.pro-show-gg h4 span {
    margin-left: .0521rem;
    font-weight: lighter;

}

.pro-show-gg-list {
    margin-top: .1042rem;
    align-items: flex-start;
}

.pro-show-color-list .pro-show-gg-item {
    margin-right: .0781rem;
    margin-bottom: .1042rem;
    cursor: pointer;
}


.pro-show-color-list .pro-show-gg-item .pro-show-gg-item-img img {
    width: .2656rem;
    height: .1823rem;
}

.pro-show-color-list .pro-show-gg-item .pro-show-gg-item-img {
    border: 3px solid transparent;
    border-radius: .0521rem;
    overflow: hidden;
}

.pro-show-color-list .pro-show-gg-item.on .pro-show-gg-item-img {
    border: 3px solid #ff5008;
}

.pro-show-color-list .pro-show-gg-item span {
    width: .2865rem;
    height: .1823rem;
    opacity: 1;
    display: block;
}

.pro-show-color-list .pro-show-gg-item p {
    margin-top: .026rem;
    opacity: 0.7;
    font-size: .0729rem;
    text-align: center;
}

.pro-show-btn {
    margin-top: .3125rem;
}

.pro-show-btn a {
    border-radius: .0521rem;
    width: 100%;
    font-size: .1042rem;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    padding: .1146rem 0;
    background: #000;
}

.pro-show-desc-con p {
    opacity: 0.7;
    font-size: .1042rem;
    margin-top:.0781rem;
}

.pro-show-desc-i {
    margin-top: .0781rem;
}

.pro-show-desc-i span {
    font-size: .0833rem;
    font-weight: bold;
    margin-right: .1042rem;
}

.pro-show-desc-i em {
    opacity: 0.7;
    font-size: .0833rem;
}

.pro-show-input {
    margin-bottom: .2083rem;
}

.pro-show-num {
    border: 1px solid #ccc;
    font-size: .0833rem;
    border-radius: .2083rem;
    margin-right: .1042rem;
}

.pro-show-input-btn-i {
    width: .2604rem;
    padding: 0;
    line-height: 1;
    text-align: center;
    font-size: .1042rem;
    height: .2604rem;
}

.pro-show-input-num input {
    font-size: .1042rem;
    color: #000;
    width: .2604rem;
    border: none;
    text-align: center;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    height: .2604rem;
    line-height: 1;
}

.pro-show-add-cart {
    background-color: #000;
    color: #fff;
    background: #2d2d2d;
    border-radius: .1302rem;
    font-size: .1042rem;
    height: .2604rem;
    padding: 0 .8438rem;
    text-transform: uppercase;
}

.pro-show-buy {
    margin-bottom: .1094rem;
}

.pro-show-buy h4 {
    font-size: .0938rem;
    margin-bottom: .1094rem;
}

.pro-show-buy-item {
    width: .5833rem;
    margin-right: .1042rem;
}

.pro-show-buy-item p {
    font-size: .0833rem;
    margin-top: .0625rem;
    line-height: 1.5;
}



.pro-show-buy-tip {
    margin-top: .1563rem;
}

.pro-show-buy-tip img {
    width: .4167rem;
    margin-right: .1042rem;
}

.pro-show-buy-tip p {
    font-size: .0938rem;

    line-height: 1;
}


.pro-show-desc {
    margin-top: .2083rem;
}

.pro-show-desc-item {
    padding: .1042rem .0521rem .1042rem 0;
    border-bottom: 1px solid #ccc;
}

.pro-show-desc-tit {
    cursor: pointer;
}

.pro-show-desc-tit h4 {
    font-size: .2083rem;
}

.pro-show-desc-tit em {
    font-size: .0833rem;
}

.pro-show-desc-tit em.on {
    transform: rotate(90deg);
}

.pro-show-ico img {
    width: .4688rem;
    margin-right: .1042rem;
}

.pro-show-desc-con {
    font-size: .0938rem;
    color: #222;
    line-height: 1.6;
    display: none;
    padding: .1563rem;
}

.pro-show-desc-con.on {
    display: block;
}

.pro-show-desc-con-item p,
.pro-show-desc-con-item div,
.pro-show-desc-con-item li,
.pro-show-desc-con-item h4 {
    font-size: .0833rem;
    margin-bottom: .0781rem;
}


.pro-show-detail {
    margin-top: .4167rem;
}

.pro-show-detail h4 {
    font-size: .2083rem;
    margin-bottom: .2083rem;
}

.pro-show-detail-con {
    height: 4.1667rem;
}

.pro-show-detail-mask {
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff);
    padding-top: 1.0417rem;
}

.pro-show-detail-box {
    width: 4.1667rem;
    margin: 0 auto;
}

.pro-show-detail-btn {
    padding: .1042rem 0;
    background-color: #fff;
}

.pro-show-detail-btn span {
    cursor: pointer;
    padding: 0 .1771rem;
    height: .2083rem;
    border-radius: .1302rem;
    border: 1px solid #222;
    font-weight: 500;
    font-size: .0833rem;
    color: #222;
    line-height: .2083rem;
}

.pro-show-detail-btn span:hover {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
}

.pro-show-detail .pro-show-detail-con.on {
    height: auto;
}

.pro-show-detail-mask.on {
    position: static;
    padding-top: 0;
    background: none;
}

.pro-show-download {
    margin-top: .3125rem;
}

.pro-show-download-list {
    margin-top: .1042rem;
}

.pro-show-download-item {
    width: 32%;
    border: 1px solid #ccc;
    padding: .1198rem .1354rem;
    opacity: 0.7;
    margin-bottom: .1042rem;
}

.pro-show-download-item span {
    font-size: .0938rem;
    font-weight: 400;

}

.pro-show-download-item i {
    font-size: .1146rem;
}

.pro-show-download-item:hover {
    border: 1px solid #000;
    background-color: #000;
    color: #fff;
    opacity: 1;
}



.pro-show-relate {
    margin-top: .3125rem;
}

.pro-show-relate-list {
    margin-top: .1042rem;
}

.pro-show-detail-tit h4 {
    font-size: .1198rem;
}

.pro-show-ship-tit,
.pro-show-detail-tit {
    padding-bottom: .125rem;
}

.pro-show-cate {
    margin-bottom: .3125rem;
}


.pro-show-prolist {
    margin: .3125rem 0 .5208rem;
}

.pro-show-prolist-tit h4 {
    font-size: .2083rem;
}

/*order tc*/
.order-mask {
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 4;
}

.order-con {
    background-color: #fff;
    z-index: 5;
    width: 3.3646rem;
    min-height: 1.9271rem;
    right: .1563rem;
    top: 50%;
    transform: translate(0, -50%);
    padding: 0.2344rem;
}

.order-tit h4 {
    font-size: .1042rem;
}

.order-tit span {
    font-size: .1563rem;
    line-height: 1;
}

.order-product>h4 {
    font-size: .1042rem;
    margin-top: .1563rem;
}

.order-product-list {
    overflow-y: auto;
    height: 1.3021rem;
    margin-top: 0.1042rem;
}

.order-product-list a {
    margin-bottom: .1042rem;
}

.order-product-list a .order-product-img {
    width: .5208rem;
    height: .5208rem;
    margin-right: .1042rem;
}

.order-product-text h4 {
    font-size: .1042rem;
    margin-bottom: .0521rem;
}

.order-product-text p {
    line-height: 1;
    font-size: .0885rem;
    color: rgba(0, 0, 0, 0.6);
}

.order-form {
    margin-top: .1563rem;
}

.order-form .order-section {
    margin-bottom: .1042rem;
}

.order-form .order-section span {
    font-size: .0885rem;
    margin-bottom: .0521rem;
}

.order-form .order-section input {
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: .0885rem;
    padding: .0729rem .0521rem;
}

.order-btn {
    background-color: #000;
    color: #fff;
    font-size: .1042rem;
    line-height: 1;
    padding: .1042rem 0;
    cursor: pointer;
}


/*stock*/
.stock-bar {
    margin-bottom: -0.2083rem;
    z-index: 999;
}

.stock-tit {
    padding: .4479rem 0;
}

.stock-tit h4 {
    font-size: .2604rem;
    margin-bottom: .1563rem;
}

.stock-tit p {
    opacity: 0.7;
    font-size: .1042rem;
}

.stock-con {
    background-color: #fff;
    padding: .1146rem;
}

.stock-bar-item {
    background: #f4f4f4;
    border-radius: .0521rem;
    padding: .1302rem;
}

.stock-bar-item:nth-child(1),
.stock-bar-item:nth-child(2) {
    width: 33%;
}

.stock-bar-item input {
    color: #000;
    font-size: .0938rem;
    width: 100%;
    background: transparent;
}

.stock-bar-item select {
    color: #000;
    font-size: .0938rem;
    border: none;
    width: 100%;
    background: transparent;
}

.stock-bar-btn {
    width: 23.43%;
    background-color: #000;
    color: #fff;
    padding: .1302rem 0;
    font-size: .1042rem;
}

.stock-bar-btn:hover {
    background-color: #000;
}

.stock-map {
    margin-bottom: .4479rem;
}

.stock-map {
    height: 3.125rem;
    overflow: auto;
    width: 98%;
    margin: 0 auto;
}

#map {
    height: 100%;
    width: 100%;
}

/*support*/
.sup-list {
    margin-top: .2083rem;
}

.sup-item {
    width: 48.5%;
    margin-bottom: .2083rem;
}

.sup-item-txt {
    padding: .1042rem;
    background-color: rgba(0, 0, 0, 0.1);
}

.sup-item-txt h4 {
    font-size: .1563rem;
    color: #fff;
}

.sup-item:hover .sup-item-txt h4 {
    color: #000;
}

/*user login*/
.login {
    padding: .4167rem 0;
}

.login-box {
    width: 2.9063rem;
    margin: 0 auto;
}

.login-tit h4 {
    font-size: .6458rem;
    line-height: 1;
    font-weight: 300;
    margin-bottom: .2083rem;
}

.l-input {
    background-color: #fbfbfb;
    border: none;
    font-size: .0938rem;
    color: #000;
    padding: .1146rem;
    line-height: 1;
    margin-bottom: .1042rem;
    border-radius: .0521rem;
    border: 1px solid transparent;
}

.l-input::placeholder {
    color: #b9b9b9;
    font-size: .0938rem;
}

.l-input:focus {
    outline: none;
    border: 1px solid #ff5008;
}

.login-tip a {
    text-decoration: underline;
    color: #000;
    font-size: .0938rem;
    opacity: 0.7;
    display: block;
}

.login-tip a:hover {
    color: #ff5008;
}

.login-btn {
    margin-top: .25rem;
}

.login-btn-a {
    width: 48.5%;
    background-color: #000;
    color: #fff;
    border: 1px solid transparent;
    padding: .1042rem 0;
    font-size: .0938rem;
    border-radius: .2083rem;
}

.login-btn-a:hover {
    background-color: #ff5008;
    color: #fff;
    border: 1px solid #ff5008;
}

.login-btn-b {
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
}

.register-mask {
    background: rgba(0, 0, 0, 0.6);
    z-index: 4;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.register-box {
    position: fixed;
    z-index: 5;
    background-color: #fff;
    width: 3rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: .2083rem;
    border-radius: .1042rem;
}

.register-close {
    top: .0781rem;
    right: .0781rem;
}

.register-close i {
    font-size: .1563rem;
    font-weight: bold;
}

.register-tit h4 {
    font-size: .2083rem;
    margin-bottom: .1563rem;
}

.register-btn {
    margin-top: .2083rem;
}

.register-btn-a {
    background-color: #000;
    color: #fff;
    border: 1px solid transparent;
    padding: .1042rem 0;
    font-size: .0938rem;
    border-radius: .2083rem;
}

.register-btn-a:hover {
    background-color: #ff5008;
    color: #fff;
}

/*user setting*/
.page-user-tit h4 {
    opacity: 0.89;
    font-size: .3438rem;
    font-weight: 300;
    margin-bottom: .3646rem;
}

.page-user-item {
    margin-bottom: .6354rem;
}

.page-user-item-tit h4 {
    font-size: .2083rem;
    font-weight: 300;
    padding-bottom: .1771rem;
    border-bottom: 1px solid #ccc;
}

.page-user-item-con {
    margin-top: .1458rem;
}

.page-user-item-con h4 {
    font-size: .0938rem;
    margin-bottom: .0781rem;
}

.page-user-item-con p {
    font-size: .0938rem;
    color: #000;
    opacity: 0.7;
}

.page-user-item-label {
    width: 48%;
}

.page-user-item-label input {
    width: 80%;
    background: #eee;
}

.page-user-item-btn {
    margin-top: .3125rem;
}

.page-user-item-btn a {
    background-color: #000;
    color: #fff;
    border: 1px solid transparent;
    padding: .1042rem .3125rem;
    font-size: .0938rem;
    border-radius: .2083rem;
}

.page-user-item-btn a:hover {
    background-color: #ff5008;
    color: #fff;
}

/*购物车弹窗*/
.cart-mask {
    background: rgba(0, 0, 0, 0.6);
    z-index: 4;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cart-box {
    position: fixed;
    z-index: 5;
    background-color: #fff;
    top: 0;
    right: 0;
    height: 100%;
    overflow: hidden;
    border-radius: .1563rem 0px 0px .1563rem;
    width: 3.0208rem;
}

.cart-top-tit {
    padding: .1927rem;
    border-bottom: 1px solid #ccc;
}

.cart-top-tit h4 {
    font-size: .1563rem;
}

.cart-top-close {
    width: .2708rem;
    height: .2708rem;
    border: 1px solid #ccc;
}

.cart-top-close:hover i {
    color: #ff5008;
}

.cart-top-close i {
    font-size: .1042rem;
    color: #000;
}

.cart-con-none {
    margin-top: .6146rem;
}

.cart-con-ico {
    margin-bottom: .1875rem;
}

.cart-con-ico span {
    font-size: .3646rem;
}

.cart-con-none h4 {
    font-size: .1667rem;
    margin-bottom: .1042rem;
}

.cart-con-none p {
    font-size: .0833rem;
    color: #505050;
}

.cart-con-none a {
    margin-top: .3229rem;
    border-radius: .1042rem;
    background-color: #000;
    color: #fff;
    font-size: .0833rem;
    border-radius: .1042rem;
    padding: .1042rem .2604rem;
}

.cart-con-none a:hover {
    background-color: #ff5008;
}

.cart-con-list {
    overflow-y: auto;
    max-height: 2.6042rem;
    padding: .1875rem .2448rem;
}

.cart-con-item {
    margin-bottom: .1771rem;
}

.cart-con-item-pic {
    width: .7292rem;
    height: .7292rem;
    overflow: hidden;
    margin-right: .1042rem;
}

.cart-con-item-info h4 {
    font-size: .0833rem;
    width: 80%;
    -webkit-line-clamp: 2;
    line-height: 1.5;
}

.cart-con-item-info p {
    font-size: .0833rem;
    color: #505050;
}

.cart-con-item-bt {
    margin-top: .2604rem;
}

.cart-num {
    background-color: #eee;
    border-radius: .026rem;
}

.cart-num-minus,
.cart-num-num,
.cart-num-plus {
    width: .25rem;
    height: .25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .0938rem;
}

.cart-num-num input {
    width: 100%;
    background: transparent;
    text-align: center;
    font-size: .0938rem;
}

.cart-con-item-del {
    width: .2083rem;
    height: .2083rem;
    border: 1px solid #ccc;
}

.cart-con-item-del span {
    font-size: .0938rem;
}

.cart-con-item-price p {
    font-size: .0938rem;
    color: #ff5008;
}



.cart-con-total {
    background-color: #eee;
    padding: .1875rem .2448rem .2604rem;
}

.cart-con-total-item {
    padding-bottom: .1042rem;

}

.cart-con-total-btn {
    margin-top: .1563rem;
}

.cart-con-total-item p {
    font-size: .0833rem;
    color: #0e0509;
}

.cart-con-total-item h4 {
    font-size: .1146rem;
}

.cart-con-total-item:nth-child(3) {
    border-top: 1px solid #000;
    padding-top: .1042rem;
}

.cart-con-total-btn a {
    width: 48%;
    border: 2px solid #000000;
    background-color: transparent;
    color: #000;
    padding: .1146rem 0;
    font-size: .0833rem;
}

.cart-con-total-btn .check-btn {
    background-color: #000;
    color: #fff;
}

.cart-con-total-btn a:hover {
    background-color: #ff5008;
    color: #fff;
    border: 2px solid #ff5008;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* 购物车弹窗整体样式 */
.cart-tc {
    z-index: 999;
    overflow-y: auto;
    max-height: 90vh;
}

/* 加载动画样式优化 */
.cart-loading-item {
    background: #fff;
    padding: 20px 30px;
    border-radius: 8px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}

/*购物车数量*/
#cart-count {
    font-size: .07777rem;
    color: #fff;
    background-color: #ff5008;
    top: -0.0521rem;
    right: -0.0521rem;
    border-radius: 100%;
    padding: .026rem .0521rem;
    line-height: 1;
    text-align: center;
}

.orderitem {
    margin-bottom: .3385rem;
}

.order-item-top {
    padding-bottom: .1042rem;
}

.order-num p,
.order-time p {
    font-size: .0833rem;
}

.order-time p {
    opacity: 0.7;
}

.order-item-con {
    padding-bottom: .1042rem;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    padding-top: .1042rem;
    border-top: 1px solid rgba(0, 0, 0, .15);
}

.order-pro-pic {
    width: .5938rem;
    margin-right: .1406rem;
}

.order-pro-txt h4 {
    width: 2.8rem;
    line-height: 1.5;
    font-size: .0938rem;
    -webkit-line-clamp: 2;
}

.order-pro-txt p {
    margin-top: .0781rem;
    line-height: 1;
}

.order-pro-txt p span {
    font-size: .0729rem;
    margin-right: .026rem;
}

.order-pro-txt p em {
    font-size: .0938rem;
}

.order-pro-price p {
    font-size: .0938rem;
    color: #ff5008;
    line-height: 1;
    font-weight: 600;
}

.order-del-btn {
    margin-left: .7604rem;
}

.order-del-btn span {
    background-color: #000;
    color: #fff;
    font-size: .0833rem;
    padding: .1146rem .1667rem;
    border-radius: .0521rem;
}

.order-del-btn span:hover {
    background-color: #ff5008;
}

.order-pro-item {
    margin-bottom: .1042rem;
}

.order-item-bt {
    margin-top: .1042rem;
}

.order-item-bt p {
    font-size: .0833rem;
    margin-right: .1042rem;
}

.order-item-bt h4 {
    font-size: .0833rem;
}

/*商品详情评价*/
.pro-show-rew-top,
.pro-show-rew-list {
    border-bottom: 1px solid #ccc;
    padding-bottom: .1563rem;
}

.pro-show-rew-pj-con {
    margin-top: .1563rem;
}


.pro-show-rew-top-tit {
    font-size: .1302rem;
    margin-bottom: .1354rem;
}

.pro-show-rew-con {
    color: #000;
    line-height: 1.5;
    padding: .2604rem 0;
}

.pro-show-rew-num {
    width: 30%;
}


.pro-show-rew-con p {
    opacity: 1;
    margin-top: 0;

}

.pro-show-rew-num>p {
    font-size: .0938rem;
    line-height: 1;
    margin-bottom: .1354rem;
}

.pro-show-rew-num-item {
    margin-bottom: .1042rem;
}

.pro-show-rew-num-item span:nth-child(1) {
    font-size: .0938rem;
    margin-right: .1042rem;
    width: 10%;
}

.pro-show-rew-num-item span:last-child {
    margin-left: .1042rem;
    width: 20%;
}

.pro-show-rew-num-item p {
    background-color: rgba(228, 228, 228, 1);
    height: .0781rem;
    flex: 1;
}

.pro-show-rew-num-item p em {
    background-color: #ff5008;
    display: block;
    width: 0;
    height: 100%;
}

.pro-show-rew-num-item:hover {
    opacity: 0.6;
}

.pro-show-rew-rat {
    width: 32%;
}

.pro-show-rew-rat-num {
    font-size: .4167rem;
    font-weight: bold;
    color: #ff5008;
    line-height: 1;
    margin-right: .1042rem;
}

.pro-show-rew-rat-xx span {
    color: rgba(228, 228, 228, 1);
    font-size: .1042rem;
    margin-right: .0521rem;
}

.pro-show-rew-rat-xx span.on {
    color: #ff5008;
}

.pro-show-rew-rat-star p {
    font-size: .1042rem;
    line-height: 1;
    margin-top: .0521rem;
}

.pro-show-rew-rat>p {
    font-size: .1042rem;
    line-height: 1;
    font-weight: bold;
    margin-top: .1563rem;
}

.pro-show-rew-pj {
    width: 30%;
}

.pro-show-rew-pj>p {
    font-size: .1042rem;
    line-height: 1;
    font-weight: bold;
    margin-top: .1771rem;
}


.pro-show-rew-pj-item {
    width: .3646rem;
    height: .3646rem;
    border-radius: .0521rem;
    background-color: #fff;
    margin-right: .0521rem;
    border: 2px solid rgba(228, 228, 228, 1);
}

.pro-show-rew-pj-item span {
    font-size: .1042rem;
    color: rgba(228, 228, 228, 1);
}

.pro-show-rew-pj-item.on {
    border: 2px solid #ff5008;
}

.pro-show-rew-pj-item.on span {
    color: #ff5008;
}

.pro-show-rew-list {
    margin-top: .1563rem;
}

.pro-show-rew-list-tit h4 {
    font-size: .1302rem;
}

.pro-show-rew-list-con {
    margin-top: .1563rem;
}

.pro-show-rew-list-fy div {
    width: .2604rem;
    height: .2604rem;
    background-color: #fff;
    color: #000;
    font-size: .1042rem;
    top: 35%;
    z-index: 1;
}

.pro-show-rew-list-prev {
    left: .0521rem;
}

.pro-show-rew-list-next {
    right: .0521rem;
}

.pro-show-rew-list-fy div:hover {
    background-color: #ff5008;
    color: #fff;
}

.pro-show-rew-list-swiper .swiper-slide {
    height: .7396rem;
    overflow: hidden;
    cursor: pointer;
}

.pro-show-rew-list-swiper .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pro-show-rew-pj-list-tit h4 {
    font-size: .1302rem;
}

.pro-show-rew-pj-list {
    margin-top: .1563rem;
    margin-bottom: .1563rem;
}

.pro-show-rew-pj-list-item {
    margin-bottom: .2083rem;
    padding-bottom: .2083rem;
    border-bottom: 1px solid #ccc;
}

.pro-show-rew-pj-item-l {
    margin-right: .1302rem;
    width: 15%;
}

.pro-show-rew-pj-item-l h4 {
    font-size: .1042rem;
}

.pro-show-rew-pj-item-r {
    flex: 1;
}

.pro-show-rew-pj-item-top span {
    color: rgba(228, 228, 228, 1);
    font-size: .1042rem;
    margin-right: .0521rem;
}

.pro-show-rew-pj-item-top span.on {
    color: #ff5008;
}

.pro-show-rew-pj-item-r h4 {
    font-size: .1042rem;
    margin-bottom: .0521rem;
    margin-top: .0781rem;
}

.pro-show-rew-pj-item-r p {
    opacity: 0.8;
    font-size: .0938rem;
    margin-bottom: .0781rem;
}

.pro-show-rew-pj-item-pic {
    width: 15%;
    height: 0.7396rem;
}

.pro-show-rew-pj-item-pic img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*评论弹窗*/
.pl-tc {
    display: none;
}

.pl-tc.on {
    display: block;
}

.pl-tc-mask {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(0, 0, 0, .5);
    z-index: 998;
    top: 0;
    left: 0;
}

.pl-tc-con {
    background-color: #fff;
    z-index: 999;
    background-color: #fff;
    top: 5%;
    right: 50%;
    margin-right: -2rem;
    height: auto;
    overflow: hidden;
    border-radius: 0.1563rem;
    width: 4rem;
}

.pl-tc-top {
    padding: .1042rem .1563rem;
    border-bottom: 1px solid #ccc;
}

.pl-tc-tit h4 {
    font-size: .1563rem;
}

.pl-tc-close {
    width: .2708rem;
    height: .2708rem;
    border: 1px solid #ccc;
}

.pl-tc-close:hover span {
    color: #ff5008;
}

.pl-tc-close span {
    font-size: .1042rem;
    color: #000;
}

.pl-tc-form {
    padding: .1563rem;
    overflow-y: auto;
    height: 3.3854rem;
}

.pl-tc-section {
    margin-bottom: .1563rem;
}

.pl-tc-section>h4 {
    font-size: .1146rem;
    margin-bottom: .1042rem;
}

.pl-tc-pj-list {
    margin-bottom: .0781rem;
}

.pl-tc-pj-item {
    width: .2604rem;
    height: .2604rem;
    border-radius: .0521rem;
    background-color: #fff;
    margin-right: .0521rem;
    border: 2px solid rgba(228, 228, 228, 1);
}

.pl-tc-pj-item span {
    font-size: .0938rem;
    color: rgba(228, 228, 228, 1);
}

.pl-tc-pj-item.on {
    border: 2px solid #ff5008;
}

.pl-tc-pj-item.on span {
    color: #ff5008;
}

.pl-tc-section>p {
    font-size: .0938rem;
    line-height: 1;
}

.pl-tc-section input[type=text],
.pl-tc-section textarea {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    width: 100%;
    padding: .0781rem 0.1042rem;
    font-size: .0938rem;
}

.pl-tc-section textarea {
    height: .7813rem;
}

.pl-tc-bt {
    border-top: 1px solid #ccc;
    padding: .1042rem .1563rem;
}

.pl-tc-btn {
    background-color: #000;
    color: #fff;
    border-radius: .2083rem;
    padding: .0781rem .4167rem;
    font-size: .0938rem;
    line-height: 1;
}

.pl-tc-btn:hover {
    background-color: #ff5008;
}

.preview-box img {
    width: .7813rem;
    height: auto;
}

/*评论弹窗*/
.pro-show-pj-tc {
    padding: .1563rem;
    border: 1px solid #ccc;
    width: 2.0833rem;
    top: .2083rem;
    background-color: #fff;
    display: none;
}

.pro-show-pj-tc.on {
    display: block;
}

.nav-arrow {
    border-style: solid;
    border-width: .0521rem;
    border-color: transparent;
    border-top-width: 0;
    border-bottom: .0521rem solid #ccc;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: -0.0521rem;
    left: .4635rem;
}

.nav-arrow-inner {
    border-style: solid;
    border-width: .0521rem;
    border-color: transparent;
    border-top-width: 0;
    border-bottom: .0521rem solid #fff;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: .0104rem;
    left: -0.0521rem;
}



.pro-show-pj-tc .pro-show-rew-num-item span:nth-child(1) {
    width: auto;
}

.pro-show-pj-tc .pro-show-rew-num-item span:last-child {
    width: auto;
}

.all-views {
    font-size: .0938rem;
}

.all-views:hover {
    color: #ff5008;
}

.pro-show-code em{
    font-size: .1042rem;
    display: block;
    margin-top: .1042rem;
}

/*pro-main-list-child*/
.pro-main-list-child { 
    margin:.1563rem 0;
    padding-bottom: .0521rem;
}
.pro-main-list-child-item{
    font-weight: bold;
    margin-bottom:.2083rem;
    font-size:.125rem;
    color: #000;
    border-bottom: 1px solid #ccc;
}
.pro-main-list-child-item h4{
    font-size:.125rem;
    margin-bottom:.1042rem;
}
.pro-main-list-child-item:hover,
.pro-main-list-child-item.on{
    color: #ff5008;
}
.pro-show-desc-pics{
  padding: 8% 20%;
}
/*regiter product*/
.rp-top h4{
    font-size: .1667rem;
    margin-bottom:.1563rem;
}
.rp-top p{ 
    font-size: .0938rem;
}
.rp-con{
    margin-top:.2604rem;
}
.rp-part{
    margin-bottom:.2604rem;
}
.rp-part h4{
    font-size: .1458rem;
    margin-bottom:.1563rem;
}
.rp-section{
    margin-bottom:.1563rem;
}
.rp-section span{
    font-size: .1042rem;
    margin-right: .1042rem;
    width: 15%;
}
.rp-section input, .rp-section textarea{
    background-color: transparent;
    font-size: .0938rem;
    padding:.1042rem;
    border: 1px solid #ccc;
    border-radius: .0521rem;
    width: 60%;
}
.rp-section textarea{
    height: 1.2rem;
}
.rp-btn{
   background-color: #000;
   color: #fff;
   padding: .0938rem  0;
   font-size: .1042rem;
   margin: 0 auto;
   width: 20%;
}
.rp-btn:hover{
    background-color: #ff5008;
}
.att-section input[type=text]{
   width: 40%;
   margin-right: .1042rem;
}
.att-section .layui-btn{
    background-color: #000;
    color: #fff;
    height: 42px;
    line-height: 42px;
    padding: 0  30px;
}


.index-newcate-list .index-shop-item:last-child:nth-child(4n - 1) {
    margin-right: calc(24% + 4% / 3);
}

.index-newcate-list .index-shop-item:last-child:nth-child(4n - 2) {
    margin-right: calc(48% + 8% / 3);
}