.main-article .topbox { width: calc(100% - 310px); display: inline-block; }
.main-article #form1 { width: 300px; display: inline-block; text-align: right; }
.main-article #form1 label { margin-right: 5px; }
.main-article #form1 select { padding: 8px 24px 8px 10px; border: 2px #dbdbdb solid; background: url(/images/44/arrow2.png) no-repeat scroll 94% center transparent; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; appearance: none; -moz-appearance: none; -webkit-appearance: none; }
.main-article #form1 a#btnOK {padding: 5px 10px;background: #4c4c4c;border: 2px #dedede solid;display: inline-block;color: #fff;vertical-align: bottom;}
#products{
	margin-top: 50px;
}
#products .entitle h2{
	margin: 10px;
}
#products .pro-list{
	overflow:hidden;
}
#products .pro-list >div{
	float:left;
	width:33%;
}
#products .pro-list .p-box{
	background: #fff;
	overflow:hidden;
	margin: 15px;
}
#products .pro-list .p-border{
    border: 2px solid #f6f6f6;
}
#products .p-box:hover .p-border{
    border: 2px solid #ee7c98;
}
#products .pro-list .photo{
	text-align:center;
	margin: 0px 0 15px;
}
#products .pro-list .photo a,
#products-detail .sub-pro-img p{
    display: inline-block;
    background-size: contain;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: 50%;
}
#products .pro-list .photo a img,
.bxslider >div a img{
	width:100%;
}
#products .pro-list .bar{
	overflow:hidden;
	text-align: center;
	height:30px;
}
#products .pro-list .bar span{
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    background: #ee7c98;
	width: 3px;
    height: 30px;
	transition: all cubic-bezier(1, 0.02, 0, 1) 0.3s;
    -webkit-transform: rotate(45deg) translateX(-50%);
    -ms-transform: rotate(45deg) translateX(-50%);
    transform: rotate(45deg) translateX(-50%);
}
#products .p-box:hover .bar span{
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    height: 3px;
    width: 50px;
}

#products .pro-list .p-info{
	width: 90%;
	margin: 0 auto;
	overflow:hidden;
	transition:all ease-in-out 0.3s;
}
#products .p-box:hover .p-info{
    transform: translateY(-15px);	
}
#products .pro-list .p-info h3{
    text-align: center;
    font-size: 20px;
    line-height: 110%;
    margin: 10px 0 12px;
}
#products .pro-list .p-info h3 a{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	display: block;
}
#products .pro-list .p-info .describe{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 18px;
	color: #949494;
	display: block;
	text-align: center;
	height: 23px;
	margin: 12px 0 10px;
}
#products .pro-list .p-info .price{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	color: #e04040;
    display: block;
    height: 23px;
	text-align: center;
}
#products .pro-list .p-info h4{
    text-align: center;
	margin-top: 10px;
}
#products .pro-list .p-info h4 a{
	transform: translateY(15px);
	opacity:0;
	transition:all ease-in-out 0.3s;
	background: #9598a2;
	padding: 1px 5px;
	text-align: center;
	display: block;
	height: 38px;
	border-radius: 54px;
	font-size: 15px;
	line-height: 40px;
	color: #fff;
	margin: 0px auto 0px auto;
	width: 80%;
}
#products .p-box:hover .p-info h4 a{
	opacity:1;
    transform: translateY(0);
}
#products .p-box .p-info h4 a:hover{
	text-decoration:underline;
}
#side-nav .Cate li .sub-category li a{
	padding: 10px 18px;
    border-bottom: 1px solid #ffffff;
    background: #f0f0f0;
}
#products-detail{
	overflow:hidden;
}
#products-detail .sub-pro-img{
	float:left;
	width: 20%;
}
#products-detail .sub-pro-img img{
	width:100%;
}
#products-detail .sub-pro-img .slick-slider{
	margin:0;
}
#products-detail .sub-pro-img .slick-dots{
	bottom: 10px;
}
#products-detail .txt-set{
	float:right;
	width: 80%;
}
#products-add {
    overflow: hidden;
    padding: 10px 0;
}

#products-add .branch-info{float: left;width: 40%;}
#products-add .branch-info iframe {
    width: 100%;
    height: 200px;
}
#products-add .branch-right{
	float: right;
	width: 55%;
}
#products-detail .txt-set .product-txt{
	padding: 0px 40px 10px;
}
#products-detail .txt-set .product-txt span{
	    width: 80px;
	    border-radius: 13px;
	    display: -ms-inline-flexbox;
	    display: inline-flex;
	    -ms-flex-pack: center;
	    justify-content: center;
	    -ms-flex-align: center;
	    align-items: center;
	    color: #fff;
	    font-size: 13px;
	    font-weight: 900;
	    background: #fff;
	    float: left;
	    margin: 0 9px 0 0;
}
#products-detail .txt-set .product-txt p{
	float: none;
}
#products-detail .txt-set .product-txt h2{
	line-height: 100%;
	/* margin-bottom: 20px; */
	font-size: 30px;
	position:relative;
	margin: 20px 20px 20px 0;
	color: #000;
	letter-spacing: 1px;
	/* float: left; */
}
#products-detail .txt-set .product-txt h2:after{
	content:'';
	display:block;
	width:30px;
	height:2px;
	position:absolute;
	bottom:0;
	left:0;
}
#products-detail .txt-set .product-txt h3{
	font-size: 15px;
    line-height: 150%;
    overflow: hidden;
}
#products-detail .txt-set .product-txt .branch-info{
    margin: 20px 0;
    overflow: hidden;
    font-size: 16px;
    line-height: 180%;
}
#products-detail .txt-set .product-txt .branch-info iframe{
	width: 100%;
	height: 250px;
}
#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;
}
#products-content{

margin: 30px 0;
}
.orderstyleSet{
    padding: 30px 0 0;
    overflow:hidden;
    display: none;
}
.orderstyleSet .orderfunction{
	overflow:hidden;
}
.orderstyleSet .orderfunction .aday{
	float: left;
    width: 50%;
	background: #333333;
    height: 60px;
	text-align:center;
}
.orderstyleSet .orderfunction .aday.add{
	float:right;
	width: 50%;
	background: #ff992c;
}
.orderstyleSet .ask{
	background: #ff9db5;
	text-align:center;
}
.orderstyleSet .ask a{
	display: block;
    text-align: center;
    color: #1e1e1e;
    height: 60px;
    line-height: 60px;
    font-size: 17px;
	position:relative;
}
.orderstyleSet .ask a b{
	position: absolute;
    width: 30px;
    height: 30px;
    background: #ffffff;
    border-radius: 50%;
    line-height: 30px;
    top: 15px;
    text-align: center;
    font-size: 12px;
    right: 20px;
	transition:all linear 0.3s;
	color:#ee7c98;
}
.orderstyleSet .ask a:hover b{
	transform: scaleX(-1);
	background: #965a68;
}
.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: #666666;
    color: #fff;
    border-radius: 10px;
    padding: 5px 0;
	outline: none;
}
.aday p input[type="button"]{
    background: #ff992c;
    color: #fff;
    font-size: 16px;
    margin-left: 10px;
    vertical-align: unset;
	cursor:pointer;
}

#pro-article{
    margin-bottom: 30px;	
}
#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: #df7070;
	display: block;
	padding: 10px 100px;
	position:relative;
}
#pro-article .tabs li a:hover,
#pro-article .tabs li.active a{
    color: #fff;
    cursor: default;
    background-color: #df7070;
    border: 1px solid #df7070;
    border-bottom-color: transparent;
}
#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%;
}
#community{
	margin-top: 9px;
	margin: 14px 0;
	/* float: right; */
}
#community li{
	float:left;
	line-height:0;
	margin-right:10px;
	margin: 4px 5px 5px 0;
}
#community li.fbb{
	width:100%;
	margin-bottom: 12px;
}
@media screen and (min-width: 1440px) {
	#products .pro-list >div:nth-child(3n) .p-box{
		margin-right:0;
	}
	#products .pro-list >div:nth-child(1) .p-box,
	#products .pro-list >div:nth-child(4) .p-box{
		margin-left:0;
	}
}
@media screen and (max-width:1280px){
	.orderstyleSet .ask a{
	    height: 50px;
		line-height: 50px;	
	}
	.orderstyleSet .ask a b{
		top:10px;
	}
	#products .pro-list >div{
		width:50%;
	}
	.main-article .topbox ,
	.main-article #form1 {
		width: 100%;
		text-align: left;
	}
}
@media screen and (max-width:980px){
	#products-detail .txt-set, #products-detail .sub-pro-img, #products-add .branch-info,#products-add .branch-right{
		width:100%;
		margin-bottom:30px;
	}
#products {
    margin-top: 30px;
}
}
@media screen and (max-width:640px){
	#products-detail .txt-set .product-txt{
		padding: 0px;
	}
	#products .pro-list .p-box{
	    margin: 5px;	
	}
#products-detail .txt-set .product-txt h2 {
    float: none;
}
}
@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: 0px;
	}
	.orderstyleSet .ask a{
		font-size:15px;
	}
	#products .pro-list .photo{
	    margin: 0px 0 15px;	
	}
	#products .pro-list .photo a{
	    width: 100%;	
	}
	#products .pro-list .p-info h3 a{
		height: 36px;
		white-space: inherit;
	}
	#products .pro-list .p-info .describe{
		white-space: inherit;
		height: 40px;
		line-height: 140%;
	}
	#products .pro-list .p-info{
		width:100%;
		transform: translateY(-15px);
	}
	#products .pro-list .p-border{
		padding:10px;
	}
	#products .pro-list .p-info h4 a{
		opacity: 1;
		transform: translateY(0);		
	}
	#products .p-box .bar span{
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		height: 3px;
		width: 50px;		
	}
#products-detail .txt-set .product-txt span {
    float: none;
}
#products .pro-list >div {
    width: 100%;
}
}