.cus_all{
	position: absolute;
	width: 100%;
	height: auto;
	background-color: rgb(248,248,248);
}
:-moz-placeholder {font-size: 14px;line-height: 14px;font-family: 微软雅黑;}
::-moz-placeholder {font-size: 14px;line-height: 14px;font-family: 微软雅黑;}
input:-ms-input-placeholder{font-size: 14px;line-height: 14px;font-family: 微软雅黑;}
input::-webkit-input-placeholder{font-size: 14px;line-height: 14px;font-family: 微软雅黑;}

/*客户服务*/
.cus_serve{
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 112px;
}
.title_message{
	position: relative;
	width: 100%;
	height: auto;
	text-align: left;
	padding: 40px 0px 15px 0px;
	line-height: 25px;
	color: #333333; 
}
/*.title_message>p{position: relative;display: inline-block;width: 100%;font-size: 24px;}
.title_message .title_line{
	position: relative;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	justify-content: -webkit-space-between;
	width: 100%;
	font-size: 18px;
	line-height: 40px;
	color: #565656;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 10px; 
	align-items: flex-start;
}
.title_message .title_line>span{font-size: 30px;line-height: 46px;padding: 10px 0px;}
.title_message .line_a_href{margin-top: 18px;}
.line_a_href{display: flex;display: -webkit-flex;}
.line_a_href>a{text-decoration: none;color: #565656;padding: 0px 4px;transition: all 1s;-moz-transition: all 1s;-webkit-transition: all 1s;-o-transition: all 1s;}
.line_a_href>a:hover{color: #333;}*/

/*客户服务 小标题*/
.small_title{position: relative;width: 100%;display: flex;display: -webkit-flex;flex-wrap: wrap;padding-top: 45px;}
.small_title a{display: inline-block;max-width: 167px;width: calc(20% - 19px);margin-right: 24px;text-decoration: none;text-align: center;line-height: 30px;color: #666666;padding: 10px;margin-bottom: 10px;
	background-color: #727272;font-size: 14px;color: #ffffff;transition: all 1.2s;-moz-transition: all 1.2s;-webkit-transition: all 1.2s;-o-transition: all 1.2s;}
.small_title a:nth-child(5n){margin-right: 0px;}
.small_title a:last-child{margin-right: 0px;}
.small_title a:hover{background-color: #e33124;}
.select_title{background-color: #e33124 !important;}


/*防伪查询*/
.anti-fake{
	position: relative;
	width: 100%;
	padding: 50px 0px 110px 0px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	justify-content: -webkit-space-between;
	align-items: flex-start;
}
.query_left{
	position: relative;
	width: 62.5%;
	padding: 14px 15px 100px 0px;
	height: auto;
	display: flex;
	display: -webkit-flex;
	box-sizing: border-box;
}
.query_right{
	position: relative;
	width: 35%;
	max-width: 340px;
	height: auto;
	padding: 0px 20px;
	box-sizing: border-box;
}
.left_images{
	position: relative;
	width: 26%;
	height: auto;
	text-align: left;
	margin: 0px 10px 0px 0px;
	overflow: hidden;
}
.left_images img{max-width: 100%;}
.left_text{
	position: relative;
	width: calc(74% - 10px);
	height: auto;
}
.left_text>p{
	display: inline-block;
	width: 100%;
	color: #565656;
	font-size: 18px;
	line-height: 28px;
}
.left_text>input{
	display: inline-block;
	width: 100%;
	line-height: 32px;
	border: 1px solid #c5c5c5;
	padding: 10px;
	border-radius: 1px;
	font-size: 16px;
	margin-top: 14px;
	box-sizing: border-box;
}
.left_text>a{
	position: relative;
	display: inline-block;
	width: 186px;
	max-width: 100%;
	height: 49px;
	font-size: 14px;
	color: #ffffff;
	line-height: 49px;
	text-align: center;
	background-color: #e33124;
	margin-top: 46px;
}
.left_text>a:hover{background-color: #ff0000;}
.left_text .ts_p{position: relative;width: 100%;color: #c6c5c5;font-size: 12px;line-height: 24px;margin-top: 45px;}
.proving_code{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	margin-top: 45px;
}
.proving_code>input{
	display: inline-block;
	width: 48%;
	line-height: 32px;
	border: 1px solid #c5c5c5;
	padding: 10px;
	border-radius: 1px;
	font-size: 14px;
	box-sizing: border-box;
}
.proving_code>input.one{width: 37%;}
.proving_code>img{
	position: relative;
	height: 54px;
	width: auto;
	margin-left: 20px;

}
.proving_code>a{
	color: #999999;
	text-decoration: none;
	line-height: 25px;
	margin: 15px 0px 0px 5px;
}
.query_right>p{
	position: relative;
	display: inline-block;
	width: 100%;
	font-size: 18px;
	color: #565656;
	font-weight: bold;
	padding: 0px;
	line-height: 26px;
}
.query_right>span{
	position: relative;
	display: inline-block;
	width: 100%;
	font-size: 12px;
	color: #565656;
	padding:  10px 0px 5px 0px;
	line-height: 24px;
}

/*弹出框*/
.popup_box{
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -125px;
	margin-left: -300px;
	background-color: #ffffff;
	width: 460px;
	height: 188px;
	padding: 30px 120px;
	box-shadow: 10px 10px 10px 10px rgba(0,0,0,0.02);
	border-top: 2px solid rgb(227,29,26);
}
.popup_msg{
	display: flex;
	display: -webkit-flex;
	margin-top: 50px;
}
.popup_msg>a{
	position: relative;
	min-width: 70px;
	min-height: 70px;
	width: 70px;
	height: 70px;
}
.popup_msg>a{
	position: relative;
	min-width: 70px;
	min-height: 70px;
	width: 70px;
	height: 70px;
}
.icon_one_pos{background-position: -82px 0px;}
.icon_two_pos{background-position: -3px 0px;}
.popup_msg>p{
	position: relative;
	width: 100%;
	line-height: 25px;
	font-size: 16px;
	color: #666666;
	padding: 10px;
}
.popup_box>a{
	position: relative;
	display: inline-block;
	width: 26%;
	height: 33px;
	border: 1px solid #6b6b6b;
	font-size: 14px;
	color: #666666;
	line-height: 33px;
	text-align: center;
	margin: 20px 37%;
}




/*产品Q&A*/
.product_Q_A{position: relative;width: 100%;height: auto;padding: 0px 5px;box-sizing: border-box;}
.product_store{position: relative;width: 100%;height: auto;margin-top: 20px;padding: 10px 0px;}
.product_context{position: relative;width: 100%;height: auto;background-color: #ffffff;margin: 70px 0px 40px 0px}
.product_context li{position: relative;width: 100%;height: auto;}
.product_context li>p{position: relative;height: auto;padding: 9px 30px;color: #666666;line-height: 30px;
	display: flex;display: -webkit-flex;justify-content: space-between;justify-content: -webkit-space-between;
	transition: all 1s;
	-moz-transition: all 1s;	/* Firefox 4 */
	-webkit-transition: all 1s;	/* Safari 和 Chrome */
	-o-transition: all 1s;}
.product_context li>p>span{overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;}
.add_show{display: inline-block;width: 30px;height: 30px;min-width: 30px;min-height: 30px;margin-top: 0px;background-image: url('../images/redAdd01.png');
background-repeat: no-repeat;background-position: center;background-size: 100%;
	transition: all 1s;
	-moz-transition: all 1s;	/* Firefox 4 */
	-webkit-transition: all 1s;	/* Safari 和 Chrome */
	-o-transition: all 1s;}
.text_list_show{position: relative;border: 1px solid #dddddd;padding: 50px 20px;display: none;}
.fff_background{background-color: #f1f1f1;}
.text_list_show>p{display: inline-block;width: 100%;font-size: 14px;color: #666666;line-height: 25px;}
.text_QT{background-color: #6b6b6b;color: #ffffff !important;}
.text_QT .add_show{background-image: url('../images/redAdd01_w.png');transform: rotate(45deg);-ms-transform: rotate(45deg);-webkit-transform: rotate(45deg);-o-transform: rotate(45deg);-moz-transform: rotate(45deg);}

/*产品说明书下载*/
.mh7_h_guo{
	position: relative;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 95px;
}
.mh7_h_guo ul li{position: relative;width: 98%;height: 94px;border-bottom: 1px solid #dfdfdf;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	justify-content: -webkit-space-between;
	align-items: center;
	transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
	cursor: pointer;
	padding: 0px 0.4% 0px 1.6%;
}
.mh7_h_guo ul li:last-child{border-bottom: none;}
.mh7_h_guo ul li:hover{
	background-color: rgba(255,255,255,0.5);
}

.mh7_h_guo ul li .oneimg{
	width: 60px;
}
.mh7_h_guo ul li div>a{
	margin: 0px 6px;
}
.mh7_h_guo ul li div>a img{max-width: 100%;}
.mh7_h_guo ul li div>a._null img{opacity: 0.3;}
.mh7_h_guo ul li .twoimg{
	width: 60px;
}
.mh7_h_guo ul li .thrimg{
	display: none;
	width: 20px;
}


.mh7_h_guo ul li p{
	position: relative;
	width:calc(86.1% - 60px);
	color: #565656;
	font-size: 14px;
	line-height: 24px;
	transition: all 1s;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding: 0px 19px;
    box-sizing: border-box;
}
.mh7_h_guo ul li div{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 13.9%;
	min-width: 80px;
}

/*育儿知识*/
.product_Q_A .ywyw{position: relative;width: 100%;padding-top: 5%;margin-bottom: 3%;}
.product_Q_A .ywyw ul a{position: relative;width: 100%;height: auto;margin: 10px 0px;display: block;padding:50px 0px;border-radius: 2px;border-bottom: 1px solid #dddddd;background-color: rgba(255,255,255,0);transition: all 1s;-moz-transition: all 1s;-webkit-transition: all 1s;-o-transition: all 1s;}
.product_Q_A .ywyw ul a:hover{box-shadow: 0 0 30px #ddd;background-color: rgba(255,255,255,1);padding:55px 0px;border-bottom: 0px solid #dddddd;}
.product_Q_A .ywyw ul li{width: 100%;overflow: hidden;}
.product_Q_A .ywyw1{float: left;width: 25%;min-width: 200px;height: 180px;margin:0px 2.5%;overflow: hidden;cursor: pointer;}
.product_Q_A .ywyw2{float: left;width: 50%;margin-right: 4%;margin-left: 2%;cursor: pointer;padding: 10px 0px;transition: all 1s;-moz-transition: all 1s;-webkit-transition: all 1s;-o-transition: all 1s;}
.product_Q_A .ywyw1 img{transition: all 1s;-moz-transition: all 1s;-webkit-transition: all 1s;-o-transition: all 1s;}
.product_Q_A .ywyw_title{position: relative;width: 100%;font-size: 16px;color: #333333;margin: 15px 0px;line-height: 25px;}
.product_Q_A .ywyw_conts{position: relative;width: 100%;padding: 5px 0px;line-height: 20px;color: #999999;font-size: 14px;overflow: hidden;margin-bottom: 15px;transition: all 1s;-moz-transition: all 1s;-webkit-transition: all 1s;-o-transition: all 1s;}
.product_Q_A .ywnr{position: relative;padding: 10px 0px;width: 100%;border-right:1px solid #ddd;}
.product_Q_A .ywyw3{position: relative;width: 100%;color: #999999;padding: 10px 0px 5px 0px;}
.product_Q_A .ywmore{position: relative;width: 100px;float: left;height: 50px;line-height: 50px;font-size: 22px;border-left: 1px solid #dddddd;margin: 75px 0px;padding-left: 20px;color: #dddddd;transition: all 1s;-moz-transition: all 1s;-webkit-transition: all 1s;-o-transition: all 1s;}

.ywyw ul a:hover .ywyw1 img{transform: scale(1.06);}
.ywyw ul a:hover .ywyw2{margin-left: 4%;margin-right: 2%;}
.ywyw ul a:hover .ywyw_conts{color: #666666;}
.ywyw ul a:hover .ywmore{color: #999999;padding-left: 30px}
.ywyw ul a:hover .icon{padding-left: 10px;color: #999999;}
@font-face
{
	font-family: myFirstFont;
	src: url('../font/fontawesome-webfont.ttf')
}
.product_Q_A .ywmore .icon{color: #dddddd;padding-left: 20px;transition: all 1s;-moz-transition: all 1s;-webkit-transition: all 1s;-o-transition: all 1s;}
.product_Q_A .ywmore .icon::after {
	font-family:myFirstFont;
    content: "\f105";
    line-height: 50px;
    font-size: 29px; 
}


/* 门店信息*/
.store_our_msg{position: relative;padding: 50px 9% 120px 9%;background-color: #ffffff;margin-bottom: 90px;}
.store_our_msg>p{display: inline-block;width: 100%;color: #333333;font-size: 16px;font-weight: bold;line-height: 30px;}
.store_our_msg>span{display: inline-block;width: 100%;color: #666666;font-size: 14px;line-height: 25px;padding: 8px 0px;}
.store_address{position: relative;width: 100%;padding: 10px 0px 50px 0px;display: flex;display: -webkit-flex;}
.store_address>select{position: relative;width: 25.5%;margin-right: 2.5%;height: 38px;line-height: 38px;border: 1px solid #dddddd;padding: 0px 10px;color: #999999;}
select{
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url("../images/bottom_up.png") no-repeat;
    background-position: 96% 50%;
    padding-right: 0 \9;
    background: none \9;   
}
.store_address>a{position: relative;width: 16%;text-decoration: none;margin-left: 3%;height: 38px;line-height: 38px;border: 1px solid #dddddd;text-align: center;color: #ffffff;background-color: #6b6b6b;}



/*产品Q&A 小标题*/
.Q_A_title{position: relative;width: 100%;display: flex;display: -webkit-flex;margin: 12px 0px;flex-wrap: wrap;min-height: 128px;align-items: flex-start;}
.Q_A_title a{display: inline-block;margin-right: 10px;margin-left: 10px;text-decoration: none;text-align: center;line-height: 49px;color: #565656;font-size: 18px;margin-bottom: 15px;
	transition: all 1.2s;-moz-transition: all 1.2s;-webkit-transition: all 1.2s;-o-transition: all 1.2s;padding: 0px 12px;}
.Q_A_title a:nth-child(1){margin-left: 0px;}
.Q_A_title a:last-child{margin-right: 0px;}
.Q_A_title a:hover{background-color: #e33124;color: #ffffff;}
.select_QA_title{background-color: #e33124 !important;color: #ffffff !important;}




@media (max-width:800px){
	/*客户服务之防伪查询*/
	.anti-fake{padding:20px 0px 80px 0px;display: inline-block;}
	.query_left{width: 100%;padding:20px 0% 50px 0%;display: inline-block;}
	.left_images{position: relative;width: 100%;margin: 0px 0px 5px 0px;text-align: center;height: auto;min-width: 0px;min-height: 0px;}
	.left_text{width: 100%;}
	/*.left_text>input{width: 95%;padding: 0px 2.5%;}*/
	.proving_code>input{width: 50%;}
	.proving_code>a{min-width: 50px;}
	.proving_code>img{margin-left: 5%;}
	.query_right{width: 96%;padding: 20px 2%;margin-top: 10px;}
	.query_right>img{width: 100%;}
	.query_right>p{width: 100%;padding: 10px 0px;}
	.left_text>a{width: 100%;}

	.popup_box{width: 92%;height: auto;padding:30px 2%;left:52%;margin-left: -50%;margin-top: -50%;}


	/*客户服务之产品Q&A*/
	.product_context li>p{padding: 10px 20px}


	/*客户服务之产品说明书*/
	.Q_A_title{width: 100%;}
	.Q_A_title a{width: auto;margin: 5px 5px;font-size: 16px;line-height: 42px;}
	.mh7_h_guo ul li p{padding: 0px 10px;}
	.mh7_h_guo ul li img{margin-right:0px;}
	.mh7_h_guo ul li .oneimg{width: 40px;}

	/*客户服务之育儿知识*/
	.product_Q_A .ywyw1{width: 96%;margin: 0px 2%;}
	.product_Q_A .ywyw1>img{width: 100%;}
	.product_Q_A .ywyw ul a:hover{padding:25px 0px;}
	.product_Q_A .ywyw ul a{padding: 20px 0px;}
	.product_Q_A .ywyw2{width: 96%;}
	.product_Q_A .ywmore{display: none;}

	/*客户服务之门店*/
	.title_message{padding: 30px 2% 25px 2%;width: 96%;}
	.title_message .title_line>span{min-width: 100px;}
	.small_title{width: 100%;}
	.small_title a{width: auto;margin-right: 15px;padding: 5px 10px;}
	.store_address{display: inline-block;}
	.store_address>select{width: 95.5%;margin: 5px 0px;}
	.store_address>a{display: inline-block;line-height: 40px;width: 95.5%;margin: 0px;}

	.changes_page{padding: 100px 2% 90px 2%;width: 96%;}


}
@media (max-width:540px){
	.add_show{width: 20px;height: 20px;min-width: 20px;min-height: 20px;margin-top: 5px;}
}



















