
body {font-family: "Open Sans",Lato,"Roboto Slab",Arial,Verdana,Helvetica,'Microsoft Yahei',sans-serif;font-size:14px;color:#282828;}
ul,li{list-style:none;margin:0;padding:0;}
a{outline:none!important;color:#282828;}
a:hover,a:active{color:#009900;text-decoration:none;}
.dark-title a{color:#fff;}
.dark-title a:hover,.dark-title a:active{color:#ffff00;}
.text-center{text-align:center;}
b,strong{font-weight:bold;}
span, p{line-height:inherit;font-size:inherit;}



/* 内页 */

.page-content{line-height:1.6;}
.page-content p{margin-bottom:0;line-height:1.6;}
.page-content h1,.page-content h2,.page-content h3,.page-content h4,.page-content h5,.page-content h6{margin:0;padding:0;line-height:2.0;}



.product-show .ps-title{font-size:23px;color:inherit;margin-top:0;}
.product-show .ps-desc{display:block;text-align:center;margin:17px 0 20px;font-size:14px;}


.proshow-tab {padding-top:20px;padding-bottom:25px;padding-bottom:0;clear:both;}
.proshow-tab .nav-tabs li:after{display:none;}
.proshow-tab .nav-tabs .active a{color:#D4171E !important;text-decoration:none;}
.proshow-tab .nav-tabs a{color:#333 !important;}
.proshow-tab .tab-content{padding-top:25px;width:100%;float:left;margin:0;}
.proshow-tab .tab-pane{margin-top:0;}
#product-msg-form input[type="text"],#product-msg-form input[type="password"],#product-msg-form input[type="email"],#product-msg-form input[type="tel"],
#product-msg-form input[type="number"],#product-msg-form input[type="file"],#product-msg-form input[type="url"],#product-msg-form select,#product-msg-form textarea{
	position:relative;
	display:block;
	width:100%;
	height:auto;
	line-height:24px;
	padding:12px 20px;
	font-size:13px;
	color:#202020;
	border:1px solid #dddddd;
	background:#ffffff;
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	float:none;
}

#product-msg-form input[type="text"]:focus,#product-msg-form input[type="password"]:focus,#product-msg-form input[type="email"]:focus,#product-msg-form input[type="tel"]:focus,
#product-msg-form input[type="number"]:focus,#product-msg-form input[type="file"]:focus,#product-msg-form input[type="url"]:focus,#product-msg-form select:focus,#product-msg-form textarea:focus{
	border-color:#202020;	
}
#product-msg-form .cf-column{margin-bottom:18px;}
#product-msg-form #submit-btn{display:inline-block;background:#D4171E;color:#202e31 !important;color:#fff !important;border-radius:6px;padding:12px;border:none;cursor:pointer;width:100%;}
#product-msg-form #submit-btn:hover,#product-msg-form #submit-btn:focus,#product-msg-form #submit-btn:active{background:#202E31;}

/* 内页响应 */

@media (max-width : 990px) { /* 960 */
	.product-show .ps-desc{margin:12px 0 15px;}
}
@media (max-width : 768px) { /* 向下考虑iphone6的667px和736px */
	.product-show .ps-title,.blog-post-wrap .bp-title{line-height:1.6;font-size:18px;margin:0;padding:0;font-weight:bold;}
}
@media (max-width : 740px) { /* 双行，568px,600px,640px */
	.product-show .ps-title{line-height:1.4;}
}
@media (max-width : 480px) {
	.proshow-tab .nav-tabs > li{width:100%;}
	.proshow-tab .nav-tabs > li > a{border-radius:0;}
	.proshow-tab .nav-tabs > li > a,.proshow-tab  .nav-tabs > li.active > a,.proshow-tab  .nav-tabs > li.active > a:hover,.proshow-tab .nav-tabs > li.active > a:focus{border:1px #ddd solid;margin-right:0;}
}
