#product{position:relative;z-index:2;}
#product .pro-list{position:relative;z-index:3;text-align: center;display: grid;grid-template-columns: repeat(5, 1fr);gap:  20px 20px;}
#product .pro-list >div:hover{padding-top:0;}
#product .pro-list .p-box{overflow:hidden;}
#product .pro-list .photo a{display:block;background-repeat:no-repeat;background-position:50% 50%;background-size: contain;margin: 30px;}
#product .pro-list .photo a img{width: 50%;height: 50%;margin: auto;}
#product .pro-list .p-border{position:relative;}
#product .pro-list .p-border h4{display:inline-block;color:#fff;background:#37414f;padding:10px 30px;border-radius:25px;font-size:16px;border:3px solid #c3c3c3;line-height:100%;position:absolute;top:-20px;left:25px}
#product .pro-list .p-border .p-info h3{margin-bottom: 5px;text-align: center;}
#product .pro-list .p-border .p-info h3 a{display:block;line-height:130%;font-size:24px;color:#191717}
#product .pro-list .p-border .p-info h3 a:hover{color:#37414f}
#product .pro-list .p-border .p-info .describe{font-size:15px;color:#505050;font-family: 'Roboto', sans-serif;text-align: center;}
#product .pro-list .p-border .price{background:#eaeaea;padding:15px 30px;margin-top:20px}
#product .pro-list .p-border .price p{color:#676767;font-size:15px}
#product .pro-list .p-border .price p.old{text-decoration:line-through}
#products-detail{overflow:hidden;display: flex;align-items: center;justify-content: space-between;}
#products-detail .sub-pro-img{float:left;width: 40%;}
#products-detail .sub-pro-img img{width:100%;aspect-ratio: 1 / 1;object-fit: cover;}
#products-detail .sub-pro-img .slick-slider{margin:0}
#products-detail .sub-pro-img .slick-slider div,#products-detail .sub-pro-img .slick-slider p,#products-detail .sub-pro-img .slick-slider li,#products-detail .sub-pro-img .slick-slider img{outline:none}
 #products-detail .sub-pro-img img{}
#products-detail .sub-pro-img .slick-dots{bottom:10px}
#products-detail .txt-set{float:right;width: 55%;}
#products-detail .txt-set .product-txt{padding: 0 40px;}
#products-detail .txt-set .product-txt h2{line-height:100%;margin-bottom:30px;padding-bottom:30px;font-size: 26px;position:relative;margin-top:10px;color:#000;}
#products-detail .txt-set .product-txt h2:after{content:'';display:block;width:30px;height:2px;background: #363636;position:absolute;bottom:0;left:0;}
#products-detail .txt-set .product-txt h2 b{font-family: 'Roboto', sans-serif;margin-left: 5px;font-weight: 400;}
#products-detail .txt-set .product-txt h3{margin: 30px 0 10px;line-height: 190%;letter-spacing: .5px;text-align: justify;font-weight: 400;font-size: 18px;}
#products-detail .txt-set .product-txt .price p{margin-top:5px}
#products-detail .txt-set .product-txt .price p span{font-size:13px}
#products-detail .txt-set .product-txt .price p span b{font-family:'Josefin Sans',sans-serif;font-size:24px;margin-left:15px}
#products-detail .txt-set .product-txt .price p .money-sale{text-decoration:line-through;color:#a9a9a9}
.orderstyleSet{padding:30px 0 0;overflow:hidden}
.orderstyleSet .orderfunction{overflow:hidden}
.orderstyleSet .orderfunction .aday{float:left;width:50%;background:#818181;height:60px;text-align:center}
.orderstyleSet .orderfunction .aday.add{float:right;width:50%;background:#ef6919}
.orderstyleSet .ask{background: var(--primary);text-align:center;border-radius: 50px;}
.orderstyleSet .ask a{display:block;text-align:center;color:#fff;height:60px;line-height:60px;font-size:17px;position:relative;}
.orderstyleSet .ask a b{position:absolute;width: 1px;height:30px;border-radius:50%;line-height:30px;top:15px;text-align:center;font-size:12px;right: 40px;transition:all linear .3s;color: #22529d;}
.orderstyleSet .ask a b:before{content:'';width:12px;height:12px;display:block;border-top:1px solid #fff;border-right:1px solid #fff;position:absolute;top:calc(50% - 4px);left:auto;bottom:auto;right:0;-webkit-transform:rotate(45deg);transform:rotate(45deg);z-index:10}
.orderstyleSet .ask a:hover b{transform:scaleX(-1);color: #22529d;}
.aday p{color:#fff;display:inline-block;line-height:60px;text-align:center;font-size:16px;vertical-align:text-bottom}
.aday p.bi{color:#706e69;font-size:12px;width:auto}
.aday p.bi b{color:#00aebb;font-size:16px;margin-left:5px}
.aday p.bi b input[type="number"]{border:1px solid #919191;width:80px;text-align:center;background:#666;color:#fff;border-radius:10px;padding:5px 0;outline:none}
.aday p input[type="button"]{background:#ef6919;color:#fff;font-size:16px;margin-left:10px;vertical-align:unset;cursor:pointer;-webkit-appearance:none}
#pro-article{margin-bottom:30px;display: none;}
#pro-article .tabs{border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0}
#pro-article .tabs li{display:inline-block}
#pro-article .tabs li a{color:#444343;display:block;padding:15px 25px;position:relative}
#pro-article .tabs li a:hover,#pro-article .tabs li.active a{color:#ef6919}
#pro-article .tabs li a:after{position:absolute;top:15px;right:0;content:'|';color:#e6e6e6}
#pro-article .tabs li:last-child a:after{display:none}
#tabs_container .tab_content{padding:30px 0}
#products-detail .sub-pro-img p{display:block;width:100%;background-repeat:no-repeat;background-position:50% 50%;background-size: cover;}
#product .entitle{margin:80px 0 30px;position:relative;z-index:2}
#product .entitle h2{text-align:center;font-size:30px;line-height:120%;color:#37414f}
#describe{position:relative;z-index:2}
#describe .slick-prev{left:25px;z-index:3}
#describe .slick-next{right:25px;z-index:3}


@media screen and (min-width: 981px) {
}
@media screen and (max-width: 1280px) {
	.orderstyleSet .ask a{height:50px;line-height:50px}
	.orderstyleSet .ask a b{top:10px}
	#product .pro-list{grid-template-columns:repeat(4,1fr)}
	#products-detail .txt-set .product-txt{padding:0 40px}
}
@media screen and (max-width: 1024px) {
	#product .pro-list .p-border{padding:15px 0 0}
	#products-detail{display:flex;flex-direction:column}
}
@media screen and (max-width: 980px) {
	#products-detail .txt-set,#products-detail .sub-pro-img{width:100%;margin-bottom:30px}
	#product .pro-list{grid-template-columns: repeat(2, 1fr);}
}
@media screen and (max-width: 640px) {
	#products-detail .txt-set .product-txt{padding:20px 0}
}
@media screen and (max-width: 480px) {
	#product .pro-list .photo a{margin: 20px;}
	#product .pro-list .p-border .p-info h3 a{font-size: 18px;}
	#product .pro-list .p-border h4{font-size:14px;left:20px;padding:8px 20px}
	#pro-article .tabs li a{padding:8px 15px}
	#pro-article .tabs li a:after{top:8px}
	#pro-article{margin-bottom:0}
	.orderstyleSet .ask a{font-size:15px}
	.aday p,.orderstyleSet .orderfunction .aday{line-height:40px;height:40px;font-size:14px}
}
@media screen and (max-width: 370px) {
	#product .pro-list .p-border{width:calc(100% - 40px);padding:30px 20px}
}