#prolay .pro-list { overflow: hidden; }
#prolay .pro-list >div { float: left; width: calc(100% / 3); }
#prolay .p-box { position: relative; margin: 20px; }
#prolay .p-box a { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 4; }
#prolay .p-box .p-border { overflow: hidden; position: relative; }
#prolay .p-box .p-border:after { position: absolute; width: 80%; height: 100%; background: rgb(255 255 255 / .3); display: block; left: 50%; top: 0; opacity: 0; z-index:2; transition: all cubic-bezier(.49, .01, 0, 1) .7s; }
#prolay .p-box .p-border .photo { position: relative; background: #ccc no-repeat 50% / contain; }
#prolay .p-box .p-border .photo img { width: 100%; }
#prolay .p-box .p-border .p-info { position: absolute; padding: 35px; max-width: calc(70% - 70px); color: #fbcd62; top: 15%; left: 15%; z-index: 3; opacity: 0; transition: all linear .4s; }
#prolay .p-box .p-border .p-info:after { position: absolute; width: 100%; height: 100%; background: url(/images/22/index_recommend_text_bg.jpg) 50% / auto; display: block; left: -100%; top: 0; z-index: -1; opacity: .9; transition: all linear .4s; content: ""; }
#prolay .p-box .p-border .p-info h3 { font-size: 22px; line-height: 130%; font-weight: 400; }
#prolay .p-box .p-border .p-info .describe { overflow: hidden; margin: 20px 0; height: 44px; font-size: 15px; line-height: 150%; color: #d4a66b; }
#prolay .p-box .p-border .p-info .price { color: #d4a66b; }
#prolay .p-box .p-border .p-info .price span { margin-right: 15px; font-size: 13px; }
#prolay .p-box .p-border .p-info .price span.now { font-size: 17px; color: #fff; }
#product .speBox .subBoxTitle b { display: block; font-weight: 700; color: #bd3738; }

/* products-detail */
#products-detail { overflow: hidden; }
#products-detail .slick-prev { left: 25px; z-index: 5; }
#products-detail .slick-next { right: 25px; }
#products-detail .sub-pro-img { float: left; width: 50%; }
#products-detail .sub-pro-img img { width: 100%; }
#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 .slick-dots { bottom: 10px; }
#products-detail .txt-set { float: right; width: 50%; }
#products-detail .txt-set .product-txt { padding: 40px; }
#products-detail .txt-set .product-txt h2 { position: relative; margin: 10px 0 30px; padding-bottom: 30px; line-height: 100%; font-size: 20px; color: #f1f1f1; }
#products-detail .txt-set .product-txt h2:after { position: absolute; width: 30px; height: 2px; background: #bd3738; display: block; bottom: 0; left: 0; content: ""; }
#products-detail .txt-set .product-txt h3 { overflow: hidden; font-size: 15px; line-height: 150%; }
#products-detail .txt-set .product-txt .price { margin-top: 30px; }
#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 { margin-left: 15px; font-family: 'Josefin Sans',sans-serif; font-size: 24px; }
#products-detail .txt-set .product-txt .price p .money-sale { text-decoration: line-through; color: #a9a9a9; }

/* orderstyleSet */
.orderstyleSet { overflow: hidden; padding: 30px 0 0; }
.orderstyleSet .orderfunction { overflow: hidden; }
.orderstyleSet .orderfunction .aday { float: left; width: 50%; height: 60px; background: #818181; text-align: center; }
.orderstyleSet .orderfunction .aday.add { float: right; width: 50%; background: #bd3738; }
.orderstyleSet .ask { text-align: center; }
.orderstyleSet .ask a { position: relative; padding-right: 20px; height: 60px; width: 200px; background: #bd3738; border-radius: 5px; display: block; text-align: center; line-height: 60px; font-size: 17px; color: #fff; }
.orderstyleSet .ask a b { position: absolute; width: 30px; height: 30px; background: #f9f9f9; border-radius: 50%; line-height: 30px; text-align: center; font-size: 12px; color: #bd3738; top: 15px; right: 20px; transition: all linear .3s; }

/* aday */
.aday p { display: inline-block; line-height: 60px; text-align: center; font-size: 16px; color: #fff; vertical-align: text-bottom; }
.aday p.bi { width: auto; font-size: 12px; color: #706e69; }
.aday p.bi b { margin-left: 5px; font-size: 16px; color: #00aebb; }
.aday p.bi b input[type="number"] { padding: 5px 0; width: 80px; background: #666; border: 1px solid #919191; border-radius: 10px; text-align: center; color: #fff; outline: none; }
.aday p input[type="button"] { margin-left: 10px; background: #bd3738; font-size: 16px; color: #fff; vertical-align: unset; -webkit-appearance: none; cursor: pointer; }

/* pro-article */
#pro-article { margin-bottom: 30px; font-size: 16px; }
#pro-article .tabs { border: solid #5a5a5a; border-width: 1px 0; }
#pro-article .tabs li { display: inline-block; }
#pro-article .tabs li a { position: relative; padding: 15px 25px; display: block; font-size: 16px; color: #c3c3c3; }
#pro-article .tabs li.active a { color: #d8c08c; }
#pro-article .tabs li a:after { position: absolute; color: #5d5d5d; top: 15px; right: 0; content: "|"; }
#pro-article .tabs li:last-child a:after { display: none; }

#tabs_container .tab_content { padding: 30px 0; }

#products-detail .sub-pro-img p { width: 100%; background: #2b2b2b no-repeat 50% / contain; }

#product .entitle { margin: 80px 0 30px; }
#product .entitle h2 { text-align: center; font-family: 'Oswald',sans-serif; font-weight: 400; font-size: 30px; line-height: 120%; color: #ececec; }

@media screen and (max-width:1440px) {
	#prolay .p-box { margin: 10px; }
	#prolay .pro-list >div { width: calc(100% / 2); }
}
@media screen and (max-width:1280px) {
	.orderstyleSet .ask a { height: 50px; line-height: 50px; }
	.orderstyleSet .ask a b { top: 10px; }
	#prolay .p-box .p-border .p-info .price { height: 42px; }
}
@media screen and (min-width:1025px) {
	#prolay .p-box:hover .p-border:after { width: 45%; left: 0; opacity: 1; }
	#prolay .p-box:hover .p-border .p-info:after { left: 0; }
	#prolay .p-box:hover .p-border .p-info { left: 0; opacity: 1; }
	.orderstyleSet .ask a:hover b { background: #fff; color: #bd3738; transform: scaleX(-1); }
	#pro-article .tabs li a:hover { color: #d8c08c; }
}
@media screen and (max-width:1024px) {
	#prolay { margin-top: 10px; }
	#product .titleSet .speBoxTitle { text-align: center; }
	#product .titleSet .subBoxTitle { margin-top: 10px; text-align: center; }
	#product .titleSet .subBoxTitle a { margin-bottom: 20px; display: block; font-weight: 400; color: #696969; }
	#prolay .p-box .p-border:after { width: 45%; left: 0; opacity: 1; }
	#prolay .p-box .p-border .p-info:after { left: 0; }
	#prolay .p-box .p-border .p-info { left: 0; opacity: 1; }
}
@media screen and (max-width:980px) {
	#products-detail .txt-set , #products-detail .sub-pro-img  { margin-bottom: 30px; width: 100%; }
}
@media screen and (max-width:768px) {
	#prolay .p-box .p-border:after { width: 55%; }
	#prolay .p-box .p-border .p-info { padding: 30px; max-width: calc(75% - 60px); }
	#prolay .p-box .p-border .p-info h3 { font-size: 18px; }
	#prolay .p-box .p-border .p-info .describe { overflow: hidden; height: 46px; }
	#prolay .p-box .p-border .p-info .price span { display: block; }
}
@media screen and (max-width:640px) {
	#products-detail .txt-set .product-txt { padding: 20px 0; }
	#community { margin: 0 0 50px; }
	#prolay .p-box .p-border .p-info { position: initial; padding: 20px; max-width: calc(100% - 40px); width: calc(100% - 40px); }
	#prolay .p-box .p-border:after { display: none; }
	#prolay .p-box { margin: 10px; }
}
@media screen and (max-width:480px) {
	#pro-article .tabs li a { padding: 8px 15px; }
	#pro-article .tabs li a:after { top: 8px; }
	#pro-article { margin-bottom: 0; }
	.orderstyleSet .ask a { padding: 0; width: 100%; font-size: 15px; }
	.aday p,.orderstyleSet .orderfunction .aday { height: 40px; line-height: 40px; font-size: 14px; }
	#prolay .p-box { margin: 15px; }
	#prolay .p-box .p-border .p-info h3 { font-size: 17px; }
	#prolay .p-box .p-border .p-info .describe { margin: 10px 0; }
	#prolay .pro-list >div { width: 100%; }
}