


@media (min-width: 1200px) { footer { background: #333333; padding-top: 60px; }
  footer, footer a { color: #fff; }
  footer .wrp { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-bottom: 40px; }
  footer .nav { display: -webkit-box; display: -ms-flexbox; display: flex; }
  footer .nav > div { text-align: center; border-right: 1px solid #555; padding: 10px 30px; min-width: 150px; }
  footer .nav > div > a { line-height: 2; color: #fff; }
  footer .nav > div > div { font-size: 14px; }
  footer .nav > div > div > div > a { display: block; color: #ADADAD; margin-top: 3px; white-space: nowrap; }
  footer .nav > div > div > div > a:hover { color: #fff; }
  footer .text { line-height: 2; padding: 10px 40px; text-align: center; }
  footer .memo { padding: 10px; font-size: 13px; border-top: 1px solid #5C5C5C; }
  footer .memo .wrp { margin: 0 auto; width: 1020px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  footer .memo .wrp > div p { margin: 2px; } 
  #page-index{
    padding:15px;
	background:#FFFFFF;
	margin-bottom:10px;
	font-size:14px;
	line-height:20px;
  }
}






@media (min-width: 1200px) { .video-index .list { width: 1194px; margin: 0 auto; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .video-index .item { width: 571px; margin: 10px; }
  .video-index .item > a { display: block; }
  .video-index .img { position: relative; display: block; width: 571px; height: 306px; background-size: cover; background-position: 50% 50%; background-repeat: no-repeat; border-radius: 4px; overflow: hidden; }
  .video-index .mask { position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: rgba(243,151,49, 0.3) url(s26.png) no-repeat 50% 50%; -webkit-transition: .3s .03s; transition: .3s .03s; opacity: 0; }
  .video-index a:hover .mask { opacity: 1; }
  .video-index .title { text-align: center; font-size: 14px; padding-top: 4px; } }

@media (max-width: 1199.98px) { .video-index .list { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .video-index .item { width: 50%; text-align: center; font-size: 13px; margin-bottom: 10px; }
  .video-index .item:nth-child(odd) { padding-right: 5px; }
  .video-index .item:nth-child(even) { padding-left: 5px; }
  .video-index .item > a { display: block; }
  .video-index .img { height: 0; padding-bottom: 63.63636%; -webkit-box-sizing: content-box; box-sizing: content-box; background-repeat: no-repeat; background-size: cover; background-position: center center; } }



@media (min-width: 1200px) { .sp-map { width: 1200px; height: 416px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: left; -ms-flex-pack: left; justify-content: space-between; }
  .sp-map .map-container { height: 416px; width:840px;} 
  #sp-map-l{
      width:300px;
	  padding:20px;
	  text-align:left;
	  background:#CCCCCC;
	  height:416px;
	  color:#000;
  }
  
  .sp-map-l1 .t{
    font-size:26px;
	font-weight:bold;
	margin-bottom:30px;
	padding-bottom:30px;
	border-bottom:2px solid #FCF8ED;
  }
    
}

@media (max-width: 1199.98px) { .sp-map { height:auto; }
  .sp-map .map-container { height: 300px; } }






@media (min-width: 1200px) { .sp-feedback { width: 100%; height: 695px; }
  .sp-feedback * { -webkit-box-sizing: content-box; box-sizing: content-box; }
  .sp-feedback .clearfix::after { content: ""; clear: both; }
  .sp-feedback .hint { margin: 0 auto; width: 215px; height: 183px; background: url(s04.png) no-repeat 0 0; }
  .sp-feedback form { width: 100%; padding-top: 60px; margin: 0 auto;}
  .sp-feedback .row { float: left; position: relative; /*margin-right:100px;*/ margin-bottom: 20px; width: 385px; height: 42px; border-bottom: 1px solid #BBB; }
  .sp-feedback .row::after { content: ""; position: absolute; left: 0; bottom: -1px; width: 100%; height: 1px; background: #2981FF; -webkit-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: 38% 0; transform-origin: 38% 0; -webkit-transition: .38s ease-in-out; transition: .38s ease-in-out; }
  .sp-feedback .row.focus::after { -webkit-transform: scaleX(1); transform: scaleX(1); }
  .sp-feedback .row:nth-child(1) { margin-right: 18px; }
  .sp-feedback .row:nth-child(2) { margin-right: 18px; }
  .sp-feedback .row label { float: left; width: 80px; height: 42px; line-height: 42px; }
  .sp-feedback .row input { border: 0 none; width: 280px; height: 42px; line-height: 42px; padding: 0; margin: 0; outline: 0 none; background: none; }
  .sp-feedback .row-long { width: 100%; }
  .sp-feedback .row-long input { width: 100%; }
  .sp-feedback .msg .tt { margin-bottom: 10px; }
  .sp-feedback .msg textarea { width: 100%; height: 8em; border: 1px solid #BBB; outline: 0 none; padding: 10px; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-transition: .8s; transition: .8s; }
  .sp-feedback .msg textarea:focus { border-color: #2981FF; }
  .sp-feedback .btns { text-align: center; padding-top: 35px; }
  .sp-feedback .btns input { border: 0 none; width: 10em; height: 42px; border-radius: 4px; line-height: 42px; margin: 0 20px; background: #7b7979; padding: 0; color: #fff; -webkit-transition: .32s; transition: .32s; margin-top: 30px; }
  .sp-feedback .btns input[type="submit"] { background: #221916; }
  .sp-feedback .btns input:hover { background: #221916; } 
  
  .sp-feedback{
    width:1200px;
	display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: left; -ms-flex-pack: left; justify-content: space-between;
  } 
  
  .sp-feedback .ew{
    width:313px;
	
  }
  
  .sp-feedback form{
    width:810px;
  }
  
 }

@media (max-width: 1199.98px) { .sp-feedback .hint { margin: 0 auto; width: 215px; height: 183px; background: url(s04.png) no-repeat 0 0; }
  .sp-feedback form { padding-top: 20px; }
  .sp-feedback input[name], .sp-feedback textarea { display: block; border: 1px solid #ccc; background: #fff; }
  .sp-feedback .row { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; margin: 10px 0; }
  .sp-feedback .row input { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; height: 30px; margin-right: 15px; padding: 0 10px; }
  .sp-feedback .row label { line-height: 30px; margin-right: 10px; }
  .sp-feedback .row span { position: absolute; right: 0; top: 6px; }
  .sp-feedback .msg { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; }
  .sp-feedback .msg textarea { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; padding: 5px 10px; margin-right: 15px; height: 120px; }
  .sp-feedback .msg .tt { margin-right: 10px; line-height: 30px; }
  .sp-feedback .msg span { position: absolute; right: 0; top: 2px; }
  .sp-feedback .btns { display: -webkit-box; display: -ms-flexbox; display: flex; margin-top: 15px; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
  .sp-feedback .btns > * { border: 0 none; background: #221916; color: #ffffff; width: 40%; height: 32px; max-width: 150px; margin: 0 10px; }
  .sp-feedback .btns > *:nth-child(2) { background: #7b7979; } }





@media (max-width: 1199.98px) { .pbc { padding-left: 12px; padding-right: 12px; max-width: 680px; } }



@media (min-width: 1200px) {
   .pbc{
     width:1200px;
	 margin-left:auto;
	 margin-right:auto;
   }
}






body.with-sp-login .page-wrp { padding: 1px 0; background: url(s59.jpg) no-repeat 50% 50%; }

@media (min-width: 1200px) { .sp-login { width: 450px; } }

.sp-login .title { color: #221916; font-size: 38px; text-align: center; margin-bottom: 70px; }

.sp-login .h { margin-bottom: 30px; color: #666; }

@media (min-width: 1200px) { .sp-login .h { padding-left: 40px; } }

.sp-login .h span { color: #d48a3e; }

.sp-login form { margin: 0 auto; }

.sp-login form > div { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-bottom: 15px; }

@media (min-width: 1200px) { .sp-login form > div:not(:last-child) { position: relative; left: -40px; } }

@media (max-width: 1199.98px) { .sp-login form > div { margin-bottom: 5px; }
  .sp-login form > div:nth-child(2) { margin-bottom: 25px; } }

.sp-login form label { width: 100%; }

@media (min-width: 1200px) { .sp-login form label { width: 80px; line-height: 38px; text-align: right; } }

.sp-login form input[name] { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; width: 360px; height: 38px; border: 1px solid #ccc; padding: 0 5px; }

.sp-login form input[type="submit"] { margin: auto; width: 180px; height: 34px; border: 0 none; background: #221916; color: #ffffff; cursor: pointer; -webkit-transition: .3s; transition: .3s; }

.sp-login form input[type="submit"]:hover { background: #009354; }











@media (max-width: 1199.98px) { footer { padding-top: 30px; }
  footer .memo { background-color: #333; font-size: 11px; padding: 6px; text-align: center; }
  footer .memo, footer .memo a { color: #ffffff; }
  footer .memo p { margin: 0; } }









.product-item .sec01 > .title, .product-item .info .title { color: #121011; padding-bottom: 20px; margin-bottom: 20px; font-size: 20px; border-bottom: 1px solid #eee; }

.product-item { width: 1200px; margin: 0 auto; }

.product-item .xiangqing img{
  width:100%;
  height:auto;
}

@media (max-width: 1199.98px) { .product-item { width: 100%; padding-left: 12px; padding-right: 12px; max-width: 680px; } }

.product-item .xtt { font-size: 19px; letter-spacing: 3px; border-bottom: 1px solid #ddd; margin-top: -14px; margin-bottom: 25px; text-align: center; height: 48px; }

@media (max-width: 1199.98px) { .product-item .xtt { margin-bottom: 15px; font-size: 17px; } }

.product-item .xtt > span { padding: 0 10px; display: inline-block; height: 48px; line-height: 48px; border-bottom: 2px solid #221916; }

.product-item > * { margin-left: auto; margin-right: auto; margin-bottom: 70px; }

@media (max-width: 1199.98px) { .product-item > * { margin-bottom: 40px; } }

.product-item .crumb { margin-bottom: 30px; }

.product-item .crumb > a:first-child { background: url(s31.png) no-repeat 0 50%; padding-left: 24px; }

.product-item .crumb span { margin: 0 3px; color: #666666; }

@media (min-width: 1200px) { .product-item .sec01 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } }

.product-item .sec01 > .title { margin-bottom: 20px; }

@media (min-width: 1200px) {

   .product-item .view { width: 504px; } 
   
   .product-item .nvr{
     width:143px;
	 text-align:center;
	 margin-top:20px;
   }
}

.product-item .view .img-wrp { position: relative; border: 1px solid #A7A7A7; padding: 5px; }



.product-item .view .img-wrp .img { position: relative; height: 0; padding-bottom: 100%; -webkit-box-sizing: content-box; box-sizing: content-box; }

.product-item .view .img-wrp img { -o-object-fit: contain; object-fit: contain; position: absolute; left: 0; right: 0; width: 100%; height: 100%;}




.product-item .view .show .pn { position: absolute; z-index: 10; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); width: 54px; height: 54px; cursor: pointer; background-repeat: no-repeat; background-position: center center; background-color: rgba(0, 0, 0, 0.2); -webkit-transition: .2s; transition: .2s; }

.product-item .view .show .pn:hover { opacity: 1; }

.product-item .view .show .pn.swiper-button-disabled { opacity: 0.3 !important; background-color: rgba(0, 0, 0, 0.3) !important; cursor: default !important; }

.product-item .view .show .prev { left: 5px; background-image: url(a1/s35.png); }

.product-item .view .show .next { right: 5px; background-image: url(a1/s36.png); }

.product-item .view .h { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; font-size: 16px; margin: 10px 0; }

.product-item .view .h span:nth-child(1) { padding-left: 10px; }

.product-item .view .h span:nth-child(2) { color: #666; }

.product-item .view .thumb .img { border: 1px solid #eee; padding: 2px; }

.product-item .view .thumb .img > div { padding-bottom: 100%; background-repeat: no-repeat; background-size: contain; background-position: center center; }

.product-item .view .thumb .swiper-slide-active .img { border-color: #009354; }

.product-item .view .thumb .pn { position: absolute; z-index: 10; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); width: 54px; height: 54px; cursor: pointer; background-repeat: no-repeat; background-position: center center; background-color: rgba(0, 0, 0, 0.2); -webkit-transition: .2s; transition: .2s; }

.product-item .view .thumb .pn:hover { opacity: 1; background-color: rgba(0, 0, 0, 0.6); }

.product-item .view .thumb .pn.swiper-button-disabled { opacity: 0.5 !important; cursor: default; }

.product-item .view .thumb .prev { left: -15px; background-image: url(a1/s35.png); }

.product-item .view .thumb .next { right: -15px; background-image: url(a1/s36.png); }

@media (min-width: 1200px) { .product-item .info { width: 630px; } }

@media (max-width: 1199.98px) { .product-item .info { margin-top: 15px; } }

.product-item .info .n { margin-bottom: 10px; padding-left: 28px; background-repeat: no-repeat; background-position: 0 3px; }

.product-item .info .n1 { background-image: url(a1/s29.png); }

.product-item .info .n2 { background-image: url(a1/s30.png); }

.product-item .info .n3 { background-image: url(a1/s31.png); }

.product-item .info .n4 { background-image: url(a1/s32.png); }

.product-item .info .n5 { background-image: url(a1/s33.png); }

.product-item .info .n6 { background-image: url(a1/s34.png); }

.product-item .info .n7 span { color: #221916; font-weight: bold; }

.product-item .info .buy-btn { display: block; color: #fff; margin-top: 30px; border-radius: 10px; background-color: #d32c25; width: 128px; height: 30px; line-height: 30px; text-align: center; }

@media (max-width: 1199.98px) { .product-item .info .buy-btn { margin: 15px auto; } }

.product-item .info .code { overflow: hidden; }

.product-item .info .code > div { float: right; padding: 5px; border: 1px solid #ccc; text-align: center; }

.product-item .info .code > div img { width: 105px; }

.product-item .info .code > div span { display: block; color: #888; }

.product-item .sec02 .sin img { display: block; margin: 0 auto; max-width: 1200px; }

@media (max-width: 1199.98px) { .product-item .sec02 .sin img { width: 100%; } }

.product-item .sec02 .xtt2{
  font-size:18px;
  padding-left:18px;
  padding-bottom:21px;
  border-bottom:1px solid #626262;
  margin-bottom:45px;
}

.product-item .sec02 .ls { position: relative; }

.product-item .sec02 .pn { position: absolute; z-index: 10; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); width: 66px; height: 66px; cursor: pointer; background-repeat: no-repeat; background-position: center center; background-color: rgba(0, 0, 0, 0.4); -webkit-transition: .2s; transition: .2s; }

.product-item .sec02 .pn:hover { opacity: 1; background-color: rgba(0, 0, 0, 0.8); }

.product-item .sec02 .prev { left: 0; background-image: url(a1/s35.png); }

.product-item .sec02 .next { right: 0; background-image: url(a1/s36.png); }

.product-item .sec03 .img { padding-bottom: 100%; background-repeat: no-repeat; background-size: cover; background-position: center center; }

.product-item .sec03 .title { text-align: center; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }

.product-item .sec03 .swiper-pagination { position: static; margin-top: 30px; }

@media (max-width: 1199.98px) { .product-item .sec03 .swiper-pagination { margin-top: 10px; } }

.product-item .sec03 .swiper-pagination-bullet { width: 12px; height: 12px; }

.product-item .sec03 .swiper-pagination-bullet-active { background-color: #221916; }

.product-item .sec04 .h { font-size: 16px; color: #5b5b5b; margin: 30px 0; }

@media (max-width: 1199.98px) { .product-item .sec04 .h { margin: 10px 0; } }

@media (min-width: 1200px) { .product-item .sec04 form { display: -webkit-box; display: -ms-flexbox; display: flex; } }

@media (min-width: 1200px) { .product-item .sec04 .c { width: 480px; margin-right: 20px; } }

.product-item .sec04 .row { border: 1px solid #ccc; height: 60px; margin-bottom: 20px; display: -webkit-box; display: -ms-flexbox; display: flex; }

@media (max-width: 1199.98px) { .product-item .sec04 .row { margin-bottom: 10px; } }

.product-item .sec04 .row label { width: 27.19665%; margin: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border-right: 1px solid #B1B1B1; }

.product-item .sec04 .row input { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; padding-left: 10px; padding-right: 10px; border: 0 none; -webkit-box-sizing: border-box; box-sizing: border-box; outline: 0 none; }

.product-item .sec04 input[type="submit"] { display: block; height: 60px; width: 100%; background: #221916; border: 0 none; color: #fff; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-transition: .28s; transition: .28s; cursor: pointer; }

.product-item .sec04 input[type="submit"]:hover { background: #009354; }

.product-item .sec04 textarea { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; width: 100%; border: 1px solid #ccc; padding: 10px; outline: 0 none; }

@media (max-width: 1199.98px) { .product-item .sec04 textarea { margin-bottom: 10px; height: 90px; } }

.product-item .sec05 iframe { display: block; width: 100%; height: 680px; margin: 0 auto; }

@media (max-width: 1199.98px) { .product-item .sec05 iframe { width: 100%; height: 280px; } }

/*
.home00 { margin-left: auto; margin-right: auto; margin-bottom: 70px; }

@media (max-width: 1199.98px) { .home00 { margin-bottom: 40px; } }

.home00 .img { height: 670px; background-repeat: no-repeat; background-size: cover; background-position: center center; }

@media (max-width: 1199.98px) { .home00 .img { height: 0; padding-bottom: 67.68116%; -webkit-box-sizing: content-box; box-sizing: content-box; } }

.home00 .swiper-pagination-bullet { background: #fff; width: 16px; height: 16px; opacity: .6; }

@media (max-width: 1199.98px) { .home00 .swiper-pagination-bullet { width: 12px; height: 12px; } }

.home00 .swiper-pagination-bullet-active { opacity: 1; }

*/



@media (min-width: 1200px) {

.product-item .canshu{
  background:#F5F5F5;
  padding:100px 150px;
}


}

@media (max-width: 1199.98px) { 

.product-item .canshu{
  background:#F5F5F5;
  padding:20px;
}


}


@media (min-width: 1200px) { .duomian .c { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 auto; } }

@media (min-width: 1200px) { .duomian .c > div { margin-bottom: 70px; width:280px; margin-right: 26.66px; } }

 .duomian .c img{width:100%; height:auto;}

@media (max-width: 1199.98px) { 

.duomian .c > div { 

  margin-bottom: 10px; 
  width:48.5%;
} 



.list-pager { text-align: center; padding: 20px 0; }

.list-pager > a { display: inline-block; border: 1px solid #ccc; background: #fff; padding: 0 6px; height: 32px; line-height: 30px; min-width: 32px; margin: 0 10px; -webkit-transition: .3s .03s; transition: .3s .03s; font-size: 14px; }

@media (max-width: 1199.98px) { .list-pager > a { margin: 0 2px; height: 28px; line-height: 26px; min-width: 28px; } }

.list-pager > a.active { border-color: #00844c; background: #00844c; color: #fff; }

.list-pager > a:hover { border-color: #00844c; }



.duomian .c {
   display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: left; -ms-flex-pack: left; justify-content: space-between;
}

}

.duomian .c > div:nth-child(4n) { margin-right: 0; }


.MM2{
  display:none;
}

.nav2{
  display:none;
}

.navnav2{
  display:none;
}



@media (min-width: 1200px) { .sp-map { width: 1200px; height: 416px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: left; -ms-flex-pack: left; justify-content: space-between; }
  .sp-map .map-container { height: 416px; width:840px;} 
  .sp-map-l{
      width:360px;
	  padding:20px;
	  text-align:left;
	  background:#CCCCCC;
	  height:416px;
	  color:#000;
  }
  
  .sp-map-l .t{
    font-size:26px;
	font-weight:bold;
	margin-bottom:30px;
	padding-bottom:30px;
	border-bottom:2px solid #FCF8ED;
  }
    
}

@media (max-width: 1199.98px) { .sp-map {height:auto; }
  .sp-map .map-container { height: 300px; } }
  


@media (max-width: 1199.98px) { .show-if-xl { display: none !important; } }

@media (min-width: 1200px) { .hide-if-xl { display: none !important; } }  


@media (max-width: 1199.98px) { .page-block-container, .pbc { margin-bottom: 40px; } }

@media (max-width: 1199.98px) { .page-block-container, .pbc {  padding-left: 12px; padding-right: 12px; max-width: 680px; font-size:14px; } }

.page-index img { max-width: 100%; height: auto !important; }



@media (min-width: 1200px) { .product-index { background: #fff; padding: 1px; min-height: 600px; padding-bottom: 120px; }
  .product-index .list { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 1200px; margin: 0 auto; }
  .product-index .list * { -webkit-box-sizing: content-box; box-sizing: content-box; }
  .product-index .item { margin: 0 30px 30px 0; }
  .product-index .item:nth-child(3n) { margin-right: 0; }
  .product-index .item > a { position: relative; display: block; width: 374px; padding: 0px; border: 1px solid #E6E6E6; background: #fff; -webkit-transition: .2s .03s border-color; transition: .2s .03s border-color; }
  .product-index .item > a:hover { border-color: #000; }
  .product-index .img { width: 374px; height: 374px; background-size: contain; background-position: 50% 50%; background-repeat: no-repeat; }
  .product-index .txt { padding: 16px 40px 8px 5px; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
  .product-index .code-btn { position: absolute; right: 9px; bottom: 10px; width: 32px; height: 32px; background: url(barcode.png) no-repeat 0 0; opacity: .6; -webkit-transition: .32s; transition: .32s; }
  
  .product-index .code-btn2 { position: absolute; right: 49px; bottom: 10px;  }
  
  .product-index .code-btn:hover { opacity: 1; }
  .product-index .code { position: absolute; left: 9px; top: 9px; border: 5px solid #fff; width: 250px; height: 250px; -webkit-transition: .3s; transition: .3s; opacity: 0; visibility: hidden; }
  .product-index .code.show { opacity: 1; visibility: visible; } 
  }

@media (max-width: 1199.98px) { .product-index .list { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: -6px; }
  .product-index .item { width: 48%; padding: 0 3px; margin-bottom: 6px; }
  .product-index .item > a { display: block; padding: 6px; border: 1px solid #E6E6E6; background: #F3F3F3; }
  .product-index .img { height: 0; padding-bottom: 100%; -webkit-box-sizing: content-box; box-sizing: content-box; background-repeat: no-repeat; background-size: contain; background-position: center center; }
  .product-index .txt { font-size: 14px; text-align: center; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; margin-top: 5px; } }


.nosee{
  display:none;
}