#product{position:relative;z-index:2;padding:40px 0}
#product .pro-list{position:relative;z-index:3;overflow: hidden;}
#product .pro-list >div{
    display: inline-block;
    width: calc((100%/4) - 5px);
    vertical-align: top;
}
#product .pro-list .p-box{overflow:hidden;margin: 10px 30px 50px;transition: all .3s ease-out;}
#product .pro-list >div:hover .p-box{
    margin-top: 0;
}
#product .pro-list .photo a{display:block;background-repeat:no-repeat;background-position:50% 50%;background-size:contain;position: relative;overflow: hidden;}
#product .pro-list .photo a img{width:100%}
#product .pro-list .photo a:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgb(234 234 234 / 50%);
    position: absolute;
    bottom: -120px;
    right: 0;
    z-index: -1;
    border-radius: 50%;
}
#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: 20px 0;
    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;overflow: hidden;height: 50px;}
#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}
#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{line-height:100%;margin-bottom:30px;padding-bottom:30px;font-size: 28px;position:relative;margin-top:10px;color:#000;font-weight: 500;letter-spacing: 2px;}
#products-detail .txt-set .product-txt h2:after{content:'';display:block;width:30px;height:2px;background: #3ec644;position:absolute;bottom:0;left:0;}
#products-detail .txt-set .product-txt h3{font-size: 16px;line-height: 200%;overflow:hidden;font-weight: normal;}
#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{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: #3ec644;text-align:center;border-radius: 5px;}
.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:30px;height:30px;background:#fff;border-radius:50%;line-height:30px;top:15px;text-align:center;font-size:12px;right:20px;transition:all linear .3s;color: #3ec644;}
.orderstyleSet .ask a:hover b{transform:scaleX(-1);background:#fff;color: #3ec644;}
.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:contain;background-color: #edefee;}
#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}
}
@media screen and (max-width: 1024px) {
#product .pro-list >div{    width: calc((100%/3) - 5px)}
}
@media screen and (max-width: 980px) {
#product .pro-list .photo{width:100%}
#product .pro-list .p-border{width: 100%;margin:0;padding: 20px 0 0;}
#products-detail .txt-set,#products-detail .sub-pro-img{width:100%;margin-bottom:30px}
#product .pro-list >div{
    width: calc((100%/2) - 5px);
}
}
@media screen and (max-width: 640px) {
#products-detail .txt-set .product-txt{padding:20px 0}
}
@media screen and (max-width: 480px) {
#product .pro-list .p-border .p-info h3 a{font-size:20px}
#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}
#product .pro-list .p-box{
    margin: 10px 10px 50px;
}
.aday p,.orderstyleSet .orderfunction .aday{line-height:40px;height:40px;font-size:14px}
#product .pro-list .photo a:before{
    bottom: -90px;
}
}
@media screen and (max-width: 370px) {
#product .pro-list .p-border{width:calc(100% - 40px);padding:30px 20px}
}