:root{
  --color1: #7da744;
  --color2: #8ebb34;
}
.ui-breadcrumb{margin:15px 0}
.ui-pagination{margin:30px 0;justify-content: center}
.container{max-width:1224px}
/*header*/
.header{padding-top:25px;padding-bottom:25px;justify-content: space-between;align-items: center;background:#fff}
.logo img{max-height:56px;backface-visibility:hidden;display: block}
.nav{display:flex;justify-content:flex-end;align-items: center}
.nav__item{padding:12px 25px;position:relative}
.nav__item > a{font-size:16px;transition:color .3s}
.nav__item > a:hover{color:var(--color1)}
.nav__item > a:after{content:'';position:absolute;bottom:-2px;left:50%;width:0;height:2px;transform: translateX(-50%);background:var(--color1);transition:width .3s}
.nav__item > a:hover:after,
.nav__item.cur > a:after{width:28px}
.nav__item.icon:after{content: '\e83a';font-size:12px;font-family: iconfont;position: absolute;top:15px;right:5px}
.nav__extend{height:0;overflow:hidden;z-index:-10;opacity:0;position:absolute;top:130%;left:0;width:100%;padding:0;border:solid 1px #ddd;border-radius:3px;box-shadow:0 2px 5px 1px rgba(0,0,0,.05);background:#fff;transition:top .3s,opacity .3s}
.nav__extend a{display:block;text-align: center;padding:5px 0}
.nav__extend a:hover{background: #f9f9f9}
.nav__item:hover .nav__extend{height:auto;padding:8px 0;top:100%;z-index:101;opacity:1}
.nav__lang{margin-left:25px;display:flex;align-items: center;padding:5px 15px;border:solid 1px #ddd;border-radius:15px;position:relative;z-index:101;cursor: pointer}
.nav__lang:hover,
.nav__lang__more a:hover{background: #f9f9f9}
.nav__lang:before{content:'\e654';font-family:iconfont;font-size:17px}
.nav__lang > span{margin-left:5px}
.nav__lang__more{position:absolute;top:100%;left:0;width:100%;text-align: center;padding-top:3px;display:none}
.nav__lang__more a{display:block;padding:5px;border:solid 1px #ddd;border-radius:15px;;font-size:12px;margin-bottom:4px;background:#fff}
.nav__lang:hover .nav__lang__more{display:block}
.nav-switch{display:none}
@media (max-width:1200px){
  .nav__item{padding:12px 15px}
  .nav__lang{margin-left:15px}
}
@media (max-width:1024px){
  .logo img{max-height:36px}
  .nav__item{padding:12px 10px}
  .nav__item > a{font-size:14px}
  .nav__lang{margin-left:10px}
}
@media (max-width:768px){
  :root{--header-height:58px}
  body:before{content:'';display:block;height:var(--header-height)}
  .header{padding-top:13px;padding-bottom:12px;position:fixed;top:0;right:0;width:100%;border-bottom:solid 1px #eee;z-index:101}
  .logo img{max-height:32px}
  .nav{padding:0 8%;position:fixed;top:var(--header-height);left:0;right:0;height:0;background: #fcfcfc;flex-direction:column;justify-content:flex-start;overflow:hidden;transition:height .3s}
  .nav[is-open]{overflow:auto;height:calc(100vh - var(--header-height));z-index:11;}
  .nav__item{width:100%;border-bottom:solid 1px #eee;padding:0 10px}
  .nav__item.icon:after{display:none}
  .nav__item > a{font-weight:600;font-size:15px;display:inline-block;padding:13px 0}
  .nav__item > a:after{display:none}
  .nav__item:hover .nav__extend{height:0;padding:0;top:auto;opacity:1;transition: height .3s}
  .nav__extend{height:0;overflow:hidden;padding:0;position:static;top:auto;z-index:101;opacity:1;width:100%;border:0;box-shadow: none;background: transparent;transition: height .3s}
  .nav__extend:before{content:'\e83a';position:absolute;top:15px;right:0;font-family: iconfont}
  .nav__extend[is-open]:before{content:'\e845';}
  .nav__extend:after{content:'';position:absolute;top:0;right:0;left:40%;height:40px;z-index:2}
  .nav__extend a{color:#666;text-align: left;padding-left:20px}
  .nav__extend a:last-child{padding-bottom:15px}
  .nav__extend a:hover{background:transparent}
  .nav__lang{display:flex;position:absolute;top:17px;right:50px;padding:3px 10px}
  .nav-switch{display:flex;width:22px;height:16px;;position:relative;border-top:solid 2px #555;border-bottom:solid 2px #555;transition: .4s}
  .nav-switch:before,
  .nav-switch:after{content:'';height:2px;width:100%;position:absolute;right:0;top:5px;background: #555;transition: .3s}
  .nav-switch.open{border-color:#fff}
  .nav-switch.open:before{transform: rotate(45deg)}
  .nav-switch.open:after{transform: rotate(-45deg)}
  .nav-switch-lang{margin-right:15px;width:16px;height:16px;border-radius:100%;font-size:16px;display:flex;justify-content: center;align-items: center}
}
/*footer*/
.footer{color:#fff;background:#5aa91a;padding-top:40px}
.foot-title{font-size:16px;font-weight:600;margin-bottom:10px;color:#d8ffba;}
.foot-logo img{max-height:56px}
.foot-share{display:flex;margin-top:30px}
.foot-share a{flex:0 0 26px;height:26px;border-radius:2px;background: #eee;margin-right:15px;display:flex;align-items: center;justify-content: center}
.foot-share a:last-child{margin-right:0}
.foot-share a:before{content:'';font-family: iconfont;color:#282828;font-size:16px}
.foot-share a:nth-child(1):before{content:'\e697'}
.foot-share a:nth-child(2):before{content:'\e6aa'}
.foot-share a:nth-child(3):before{content:'\e689'}
.foot-share a:nth-child(4):before{content:'\e88f'}
.foot-share a:nth-child(5):before{content:'\e7ad'}
.foot-nav{}
.foot-nav__link{}
.foot-nav__link a{display:block;color:#fff;padding-top:15px}
.foot-contact{max-width:400px}
.foot-contact__row{padding-top:15px}
.foot-bottom{font-size:12px;border-top:solid 1px #468c0d;margin-top:40px;padding:20px 0;display:flex;justify-content: space-between}
.foot-bottom a{color:#fff}
@media (max-width:1024px){
  .foot-left{flex:0 0 100%;text-align: center}
  .foot-logo img{max-height:40px}
  .foot-share{justify-content: center;margin-top:20px}
  .foot-nav{flex:0 0 100%;margin-top:20px}
  .foot-title{font-size:14px;text-align: center;margin-bottom:10px}
  .foot-nav__link{display:flex;flex-wrap:wrap;justify-content: center}
  .foot-nav__link a{margin:0 9px}
  .foot-contact{flex:0 0 100%;max-width:100%;margin-top:20px}
  .foot-contact__row{text-align: center}
}
@media (max-width:512px){
  .foot-nav__link a,
  .foot-contact__row{font-size:12px}
  .foot-bottom{margin-top:20px;padding:12px 0;flex-wrap: wrap}
  .foot-bottom .copyright,
  .foot-bottom .icp{flex:0 0 100%;text-align: center}
  .foot-bottom .icp{margin-top:9px}
}
/*footer end*/
/*banner*/
.home-banner{position:relative}
.home-banner .swiper-slide{height:785px;background-repeat:no-repeat;background-position:center 0;background-size:cover}
.page-banner{height:350px;background-repeat:no-repeat;background-position:center 0;background-size:cover}
@media (max-width:1500px){
  .home-banner .swiper-slide{height:43vw}
}
@media (max-width:768px){
  .page-banner{height:35vw}
}
@media (max-width:512px){
  .page-banner{height:39vw}
}
/*banner end*/
/*home*/
.home-box{padding-top:70px;padding-bottom:60px}
@media (max-width:1200px){
  .home-box{padding-top:60px;padding-bottom:50px}
}
@media (max-width:1024px){
  .home-box{padding-top:50px;padding-bottom:40px}
}
@media (max-width:768px){
  .home-box{padding-top:40px;padding-bottom:30px}
}
@media (max-width:512px){
  .home-box{padding-top:25px;padding-bottom:25px}
}
.main-more{text-align: center;margin-top:35px}
.main-more a{display:inline-block;background:#1181ef;color:#fff;padding:9px 20px 9px 25px;border-radius:18px;transition: background-color .3s}
.main-more a:hover{background: #0971d9}
.main-more a:after{content:'\e649';font-family: iconfont;margin-left:5px}
@media (max-width:768px){
  .main-more{margin-top:25px}
}
@media (max-width:512px){
  .main-more{margin-top:20px}
  .main-more a{font-size:12px}
}
.main-title{text-align: center;padding:20px 0;margin-bottom:25px}
.main-title span{text-transform: uppercase;font-size:18px;color:#999;letter-spacing: 3px}
.main-title strong{display:block;margin:9px auto 0;color:#118c3c;font-size:28px;width:160px;position:relative}
.main-title strong:after,
.main-title strong:before{content:'';position:absolute;top:23px;left:-60px;height:1px;width:60px;background: #ccc}
.main-title strong:after{left:auto;right:-60px}
@media (max-width:768px){
  .main-title {margin-bottom:20px}
  .main-title span{font-size:14px}
  .main-title strong{font-size:22px;width:150px}
  .main-title strong:before,
  .main-title strong:after{top:20px}
}
@media (max-width:512px) {
  .main-title {margin-bottom:15px}
  .main-title {padding:10px 0}
  .main-title span{font-size:12px}
  .main-title strong{font-size:20px;width:140px}
  .main-title strong:before,
  .main-title strong:after{top:15px}
}
.home-about{margin-top:40px;padding-top: 80px;padding-bottom: 100px;position:relative}
.home-about:after{content:'';position:absolute;top:0;right:0;width:100%;height:100%;background: url(/static/images/about-bg.jpg) no-repeat bottom center;z-index:-1;opacity: .3}
.home-about__txt{flex:0 0 45%;padding-top:20px}
.home-about__img{flex:0 0 45%;position:relative}
.home-about__img figure{height:100%}
.home-about__img figure img{width:100%;height:100%;object-fit:cover;border-radius:15px}
.home-about__img p{font-size: 30px;font-weight: bold;color: #eee;writing-mode: tb-rl;line-height: 1em;position: absolute;left:-40px;top: 40px;text-transform: uppercase}
.home-about__title{font-size:30px;position: relative;padding-bottom:20px;}
.home-about__title:after{content:'';width:45px;height:4px;background: var(--color1);position:absolute;bottom:0;left:0;}
.home-about__desc{margin: 30px 0;color:#666;line-height:1.9}
.home-about-link{border-top:dashed 1px #eee;padding-top:30px;}
.home-about-link__item{display:flex;align-items: center}
.home-about-link__item:before{font-size:16px;color:#999;content:'';font-family: iconfont;width:40px;height:40px;border-radius:100%;border:solid 1px #ddd;display:flex;justify-content: center;align-items: center}
.home-about-link__item:nth-child(1):before{content:'\e7ef'}
.home-about-link__item:nth-child(2):before{content:'\e60d'}
.home-about-link__item:nth-child(3):before{content:'\e65d'}
.home-about-link__item span{margin-left:9px}
@media (max-width:1280px){
  .home-about{padding-top:60px;padding-bottom:80px}
  .home-about__txt{padding-top:0}
  .home-about-link{border-top:dashed 1px #eee;padding-top:15px;}
}
@media (max-width:1024px){
  .home-about{margin-top:30px;padding-top:40px;padding-bottom:60px}
  .home-about__desc{margin: 20px 0}
}
@media (max-width:768px){
  .home-about{margin-top:20px;padding-top:20px;padding-bottom:40px}
  .home-about__txt{flex:0 0 100%;order:1}
  .home-about__title{font-size:20px;padding-bottom:16px;}
  .home-about__title:after{height:3px}
  .home-about__desc{margin:16px 0}
  .home-about__img{flex:0 0 100%;margin-bottom:20px;order:0;}
  .home-about__img figure{height:40vw;}
  .home-about__img p{font-size:23px;left:16px;top:20px}
}
@media (max-width:512px){
  .home-about__title{font-size:17px}
  .home-about-link__item span{margin-left:7px;font-size:12px;}
}
.home-product-wrap{background: #fbfbfb}
.home-product{}
.home-product__item{margin-bottom:25px;flex:0 0 24%;width:24%;background: #fff;padding:4px;border-radius:5px;position:relative}
.home-product__item figure{height:280px;overflow: hidden}
.home-product__item figure img{width:100%;height:100%;object-fit:cover;transition: transform .3s}
.home-product__item article{padding:13px;background: #fff;transition: background-color .3s}
.home-product__item article a{font-size:15px}
.home-product__item > a{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3}
.home-product__item:hover{box-shadow: 0 0 5px 1px rgba(0,0,0,0.1)}
.home-product__item:hover figure img{transform: scale(1.05)}
.home-product__item:hover article{background: var(--color1);color:#fff;}
.home-product__item:hover article a{color:#fff}
@media (max-width:1280px){
  .home-product__item figure{height:22vw}
}
@media (max-width:1024px){
  .home-product__item article a{font-size:14px}
}
@media (max-width:768px){
  .home-product__item{flex:0 0 48%;width:48%}
  .home-product__item figure{height:45vw}
}
@media (max-width:512px){
  .home-product__item{margin-bottom:20px}
  .home-product__item article{padding:10px 5px}
}
.home-advantages{height:660px;position:relative;background: url('/static/images/advantages.jpg') 0 center;background-size:cover;}
.home-advantages:before{content:'';background: var(--color1);opacity:.8;position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}
.home-advantages .main-title {position:relative;z-index:2}
.home-advantages .main-title span{color:#427200}
.home-advantages .main-title strong{color:#fff}
.application-list{height:auto;position:relative}
.application-list .title1{position:relative;z-index:2}
.application-list_list{position:relative;z-index:2}
.application__item{flex:0 0 48%;margin-bottom:30px;background:#fff;display:flex;border-radius:6px;transition: .3s;box-shadow: 0 0 6px 1px rgba(0,0,0,.1)}
.application__item:hover{transform: translateY(-5px);transition: .3s}
.application__item figure{flex:0 0 185px;height:170px;border-radius:6px 0 0 6px;display:flex;align-items: center;justify-content: center}
.application__item figure img{width:100%;height:100%;object-fit:cover;border-radius:6px 0 0 6px}
.application__item article{flex:1;padding:16px 30px;display:flex;align-items: center}
.application__item h5{font-size:23px;margin-bottom:12px;font-weight: 500}
.application__item p{line-height:1.8;color:#777}
@media (max-width:1280px){
  .application__item article{padding:16px 20px}
}
@media (max-width:1024px){
  .application__item article{padding:12px}
  .application__item h5{margin-bottom:8px;font-size:20px}
  .application__item p{font-size:12px}
}
@media (max-width:768px){
  .home-advantages{height:auto;}
  .application-list{height:auto}
  .application__item{flex:0 0 100%;margin-bottom:20px}
  .application__item figure{flex:0 0 170px;height:150px}
  .application__item article{padding:16px 20px}
}
@media (max-width:512px){
  .application__item figure{flex:0 0 150px;height:130px}
  .application__item h5{font-size:18px;margin-bottom:6px}
}
@media (max-width:414px){
  .application__item figure{flex:0 0 120px;height:140px}
  .application__item h5{font-size:16px;margin-bottom:6px}
}
.home-environmental{}
.home-environmental__box{flex:0 0 32%;margin-bottom:20px}
.home-environmental__box figure{height:260px;border:solid 1px #eee;border-radius:4px;}
.home-environmental__box figure img{width:100%;height:100%;object-fit:cover;border-radius: inherit}
@media (max-width:1280px){
  .home-environmental__box figure{height:21vw}
}
@media (max-width:768px){
  .home-environmental__box{flex:0 0 48%}
  .home-environmental__box figure{height:32vw}
}
.home-news-warp{background: #f9f9f9}
.home-news{margin-top:20px}
.home-news__item{flex:0 0 47%;width:47%;padding:16px;margin-bottom:50px;background:#fff;border-radius:4px}
.home-news__item:hover{box-shadow:3px 3px 6px 1px rgba(0,0,0,.1)}
.home-news__title{font-size:18px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.home-news__title a:hover{color:var(--color1)}
.home-news__desc{margin:15px 0;color:#777;line-height:1.8;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.home-news__date{font-size:12px;color:#888}
.home-news__date:before{content:'\e71d';font-size:14px;font-family:iconfont;vertical-align:-1px;margin-right:5px}
@media (max-width:1024px){
  .home-news__item{flex:0 0 100%;width:100%;margin-bottom:25px}
}
@media (max-width:512px){
  .home-news__item{padding:12px;margin-bottom:20px}
  .home-news__title{font-size:16px}
}
.page-main{margin-bottom:40px}
.page-nav{background: #f5f5f5}
.page-nav .container{align-items: center}
.page-sort{display:flex}
.page-sort a{padding:22px;border-left:solid 1px #ddd;}
.page-sort a:hover{background: #eee}
.page-sort a.cur{background: var(--color1);color:#fff}
@media (max-width:1024px){
  .page-sort a{padding:20px 15px}
}
@media (max-width:768px){
  .page-sort + .ui-breadcrumb{display:none}
}
@media (max-width:512px){
  .page-sort a{padding:12px}
}
.page-title{text-align:center;position:relative;margin:40px 0;padding-bottom:15px}
.page-title:before{content:'';position:absolute;bottom:0;left:50%;margin-left:-25px;width:50px;height:2px;background: #333}
.page-title span{font-size:30px}
.page-title small{display:block;color:#999;font-size:16px;margin-top:9px;text-transform: uppercase}
@media (max-width:1024px){
  .page-title{text-align:center;position:relative;margin:30px 0 20px;padding-bottom:13px}
  .page-title span{font-size:23px}
  .page-title small{font-size:14px}
}
@media (max-width:512px) {
  .page-title span{font-size:18px}
  .page-title small{font-size:12px;margin-top:5px}
}
.page-text p{font-size:15px;line-height:2;margin-bottom:12px}
.page-text img{max-width:100%}
.honor-list{}
.honor-list__item{flex:0 0 19%;margin-bottom:20px}
.honor-list__item:empty{margin-bottom:0}
.honor-list__item figure{height:200px;display:flex;justify-content: center;align-items: center;border:solid 1px #ddd;padding:5px}
.honor-list__item figure img{max-width:100%;max-height:100%}
.honor-list__item article{text-align:center;padding-top:10px}
@media (max-width:1500px){
  .honor-list__item figure{height:14vw}
}
@media (max-width:1024px){
  .honor-list__item{flex:0 0 24%}
  .honor-list__item figure{height:17vw}
}
@media (max-width:768px){
  .honor-list__item{flex:0 0 32%}
  .honor-list__item figure{height:25vw}
}
.news-list__row{border:solid 1px #ddd;margin-bottom:20px;display:flex;justify-content: space-between;align-items: center;position:relative}
.news-list__row:last-child{margin-bottom:0}
.news-list__date{flex:0 0 100px;background: #f9f9f9;padding:30px 20px;color:#888;text-align: center}
.news-list__date small{font-size:15px}
.news-list__date span{display:block;font-size:32px;line-height:1}
.news-list__txt{flex-grow: 2;margin:0 30px}
.news-list__txt a{font-size:18px}
.news-list__txt p{color:#888;margin-top:6px}
.news-list__more{flex:0 0 200px;padding:20px;}
.news-list__more a{background: #cfcfcf;color:#fff;padding:10px 30px;}
.news-list__more a:after{content:'\e842';font-family: iconfont;font-size:20px;vertical-align:-4px}
.news-list__row:hover{background:#f5f5f5}
.news-list__row:hover > a{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}
.news-list__row:hover .news-list__date{background: var(--color1);color:#fff;}
.news-list__row:hover .news-list__more  a{background:var(--color1)}
@media (max-width:768px){
  .news-list__row{justify-content: space-between}
  .news-list__more{display:none}
  .news-list__txt{flex:0 0 calc(100% - 130px);width:calc(100% - 130px);flex-grow:0;margin:0 12px 0 0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}
  .news-list__txt a{font-size:16px}
}
@media (max-width:512px){
  .news-list__date{flex:0 0 80px;padding:20px 0;}
  .news-list__date small{font-size:14px}
  .news-list__date span{font-size:26px}
  .news-list__txt{flex:0 0 calc(100% - 110px);width:calc(100% - 110px);}
  .news-list__txt a{font-size:15px}
  .news-list__txt p{font-size:12px}
}
.article-h1{margin:30px 0 22px;text-align: center}
.article-meta{font-size:12px;text-align: right;padding:5px;background: #fbfbfb;margin:22px 0;color:#777}
.article-detail p{line-height:1.8;margin-bottom:12px}
.article-detail img{max-width:100%}
.article-detail ul{padding-left:12px;margin:16px 0}
.article-detail li{list-style-type:disc;margin:11px 0;}
.detail-neighbor{margin:50px 0;border-top:solid 1px #ddd;padding-top:12px;justify-content: space-between}
.detail-neighbor div{color:#777}
.detail-neighbor a:hover{text-decoration: underline}

@media (max-width:768px){
  .article-detail h1{margin-top:20px;font-size:17px}
  .article-detail .neighbor div{flex:0 0 100%;margin-bottom:9px}
}
.contact-info{margin:30px auto;justify-content: space-between}
.contact-info__item{flex:0 0 24%;background: #fcfcfc;padding:20px 12px;border-radius:6px;text-align: center}
.contact-info__item:before{content:'';font-family: iconfont;color:#999;font-size:2rem}
.contact-info__item.address:before{content:'\e637'}
.contact-info__item.tel:before{content:'\e636'}
.contact-info__item.wechat:before{content:'\e6b2'}
.contact-info__item.qq:before{content:'\e624'}
.contact-info__item.email:before{content:'\e620'}
.contact-info span{color:#777}
.contact-info small{display:block;margin:9px 0;color:#555}
.content-map{height: 500px;border: #ccc solid 1px}
@media (max-width:1024px){
  .contact-info__item{flex:0 0 49%;margin-bottom:12px}
}
@media (max-width:512px){
  .contact-info{margin:10px auto 20px}
  .contact-info__item{text-align:left;flex:0 0 100%;position:relative;padding: 0 0 12px 60px;border-bottom:dashed 1px #eee}
  .contact-info__item:before{font-size:1.6rem;position:absolute;top:12px;left:20px}
}
.feedback {max-width:680px;margin:25px auto 0}
.feedback__row{margin-bottom:25px}
.feedback input[type=text]{width:100%;height:50px;padding-left:12px;border:solid 1px #ddd;background: #f7f8fa}
.feedback input[type=text].cur{border:solid 1px #eb5e5e;}
.feedback input[type=submit]{width:230px;height:46px;background:var(--color1);color:#fff;border-radius:5px}
@media (max-width:512px) {
  .feedback__row{margin-bottom:15px}
}
.product-sort{margin:0 auto 15px;justify-content:space-between}
.product-sort a{margin-bottom:20px;padding:6px 30px;border:solid 1px #ddd;border-radius:15px;text-align: center}
.product-sort a.cur,
.product-sort a:hover{background:var(--color1);color:#fff}
.product-sort a:empty{padding:0;border:0;margin-bottom:0}
.product-sort a:empty:hover{background:transparent}
@media (max-width:1024px){
  .product-sort a{flex:0 0 23%;padding:6px 0}
}
@media (max-width:768px){
  .product-sort{margin:0 auto 5px}
}
@media (max-width:512px){
  .product-sort a{margin-bottom:12px;font-size:12px}
}
.product-list__item{flex: 0 0 23.5%;margin-bottom:30px}
.product-list__item figure{height:280px;position:relative}
.product-list__item figure a{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2}
.product-list__item figure:before{content:'\e71a';font-size:40px;;border-radius:9px;color:#fff;font-family:iconfont;display:flex;justify-content: center;align-items: center;background: rgba(0,0,0,.5);position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;opacity: 0;transition: .3s}
.product-list__item figure:hover:before{opacity: .4}
.product-list__item figure img{width:100%;height:100%;object-fit:cover;border-radius:9px}
.product-list__item article{padding:20px 35px 0 12px;position:relative}
.product-list__item article:after{content:'\e842';font-family: iconfont;position:absolute;right:12px;top:20px;border:solid 1px #ddd;border-radius:100%;width:18px;height:18px;display:flex;justify-content: center;align-items: center;}
.product-list__item article a:hover{color:#2a80eb}
@media (max-width:1280px){
  .product-list__item figure{height:22vw}
}
@media (max-width:1024px){
  .product-list__item{flex: 0 0 32%}
  .product-list__item figure{height:32vw}
}
@media (max-width:768px){
  .product-list__item{flex: 0 0 48%}
  .product-list__item figure{height:48vw}
  .product-list__item article{font-size:12px;padding:20px 25px 0 0}
  .product-list__item article:after{right:0}
}
@media (max-width:414px){
  .product-list__item{flex: 0 0 100%}
  .product-list__item figure{height:95vw}
}

.goods-info{justify-content:space-between;margin-top:30px}
.goods-info__photo{flex:0 0 40%;height:450px;border:solid 1px #ddd;display:flex;justify-content: center;align-items: center;padding:2px}
.goods-info__photo img{width:100%;height:100%;object-fit:cover}
.goods-info__info{flex:0 0 56%}
.goods-info__info h1{border-bottom:solid 1px #eee;padding-bottom:22px;margin-bottom:22px;font-weight: 600}
.goods-info__info dd{margin-top:25px;padding-bottom:25px;border-bottom:dashed 1px #eee;color:#777}
.goods-info__info dd img{vertical-align:-8px}
.goods-title{padding:0 0 12px 18px;margin:32px 0 20px;border-bottom:solid 1px #eee;display:flex;justify-content: space-between;position:relative}
.goods-title:before{content:'';position:absolute;top:5px;left:0;width:5px;height:14px;background:#80a933}
.goods-title span{font-size:16px}
.goods-detail{}
.goods-detail p{margin-bottom:12px;line-height:1.8}
.goods-detail img{max-width:100%}
@media (max-width:768px){
  .goods-info{margin-top:10px}
  .goods-info__photo{flex:0 0 100%;height:60vw}
  .goods-info__info{flex:0 0 100%;margin-top:20px}
  .goods-info__info h1{padding-bottom:15px;margin-bottom:15px;font-size:15px}
  .goods-info__info dd{margin-top:15px;padding-bottom:15px}
}<!--ºÄÊ±1757916124.4128Ãë-->