@charset "utf-8";
.navl > .fixed{ position: fixed; top: 40px; z-index: 1; left: 75.7%;}
.shop_top_box_big{
	width: 1200px;
	margin: auto;
	overflow: hidden;
	padding-top: 25px;
}
.code-img{
	width: 160px;
}
.shop_name_box_big{
	float: left;
}
.shop_name_box{
	overflow: hidden;
	margin-top: 15px;
}
.shop_name_txt{
	float: left;
	font-size: 24px;
	color: #333;
}
.authentication_icon{
	width: 30px;
	height: 26px;
	float: left;
	background-image: url(../img/Shop/authentication.png);
	margin-left: 30px;
}
.grade_box{
	float: left;
	overflow: hidden;
	margin: 5px 0 0 10px;
}
.grade_icon{
	width: 16px;
	height: 17px;
	float: left;
	background-image: url(../img/Shop/VIP.png);
}
.grade_txt{
	float: left;
	font-size: 12px;
	color: #b69565;
	margin-top: 5px;
}
.shop_industry{
	font-size: 16px;
	color: #999;
	margin-top: 20px;
}
.collection_btn{
	width: 151px;
	height: 114px;
	float: right;
	background-image: url(../img/Shop/Collection.png);
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 100px;
	margin-right: 40px;
}
.collection_btn:hover{
	color: #fff;
}
.collection_btn:focus{
	color: #fff;
}
.AD_box2{
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin-top: 10px;
}
.AD_box2 > img{
	width: 100%;
	max-height: 100%;
}
.shop_nav_box{
	background-color: #0097e5;
	height: 60px;
}
.shop_nav{
	width: 1200px;
	margin: auto;
	font-size: 0;
}
.shop_nav > a{
	height: 60px;
	display: inline-block;
	padding: 0 50px;
	line-height: 60px;
	font-size: 16px;
	color: #fff;
}
.shop_nav > a:hover{
	background-color: #007bba;
	color: #fff;
}
.shop_nav > .on{
	background-color: #007bba;
}
/*头部内容*/
.store_contentInfo_box_big{
	margin: auto;
	overflow: hidden;
}

.project_header_box_big{
	width: 1114px;
	padding: 35px 0;
	overflow: hidden;
	margin: auto;
}
.project_header_box{
	float: left;
	width: 75%;
}
.project_header_left_box{
	float: left;
	width: 33%;
	margin-left:3%;
	margin-top:8px;
}
.project_img_box{
	position: relative;
	width: 100%;
	height: 180px;
	/* border:1px solid #dcdcdc; */
}
.project_img_box > img{
	position: absolute;
	width: 100%;
	max-height: 180px;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
.collection_sharing_box{
	width: 192px;
	overflow: hidden;
	margin-left: 50px;
	margin-top: 20px;
}
.collection_box{
	width: 90px;
	float: left;
	background-image: url(../img/commodity/Collectio_line.png);
	background-repeat: no-repeat;
	background-position-x: 90%;
	background-position-y: 5px;
}
.collection_icon{ 
	width: 20px;
	height: 20px;
	float: left;
	margin-right: 10px; 
	cursor:pointer;
	background-image: url(../img/commodity/collection1.png);
}
.cs{
	width: 20px;
	height: 20px;
	background-image: url(../img/commodity/collection2.png);
}
.collection_txt{
	font-size: 14px;
	color: #8f8f8f;
}
.sharing_box{
	width: 90px;
	float: left;
}
.sharing_icon{ 
	width: 20px;
	height: 21px;
	float: left;
	margin-right: 10px; 
	cursor:pointer;
	background-image: url(../img/commodity/sharing_icon.png);
	margin-left: 10px;
}
.sharing_txt{
	font-size: 14px;
	color: #8f8f8f;
}
/*头部文字内容*/
.project_header_right_box{
	float: left;
	width: 60%;
	margin-left: 3%;
	overflow: hidden;
}
.self_operated_label{
	width: 54px;
	height: 28px;
	float: left;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 28px;
	border-radius: 4px;
	background-color: #2992c8;
	margin-top: 8px;
}
.project_header_ctn_box{
	width: 80%;
	float: left;
	margin-left:20px;
}
.project_header_title{
	width: 100%;
	font-size: 24px;
	color: #333;
	line-height: 1.6;
}
.project_header_title_label{
	font-size: 14px;
	color: #666;
	margin: 10px 0 20px 0;
}
.object_label > li{
	font-size: 14px;
	color: #666;
	line-height: 1.6;
}
.price_box{
	font-size: 16px;
	color: #666;
	margin: 20px 0 10px 0;
	width: 48%;
	border: 1px solid #bababa;
	padding: 8px 20px;
}
.symbol{
	font-size: 14px;
	color: #ff0000;
}
.price_number{
	font-size: 18px;
	color: #ff0000;
	font-weight: bold;
}
/*购买数量*/
.shopnumber{background: #fff;height: auto;overflow: hidden;}
.shopnumber span{display: block; float: left; width: auto;height: auto; line-height: 30px; font-size: 14px; color: #666;}
.shopnumber label{display: block; float: left;width: auto;height: auto;line-height: 30px; margin-left: 20px;}
.shopnumber label a{display: block; float: left; width: 28px; height: 28px; float: left;text-align: center;line-height: 28px; border:1px solid #eee;border-radius: 3px;font-size: 14px;color: #333}
.shopnumber label input{width: 50px;height: 28px; border:1px solid #eee; float: left; border-left: 0px;border-right: 0px; text-align: center;}
.shopnumber label a:first-child{border-top-right-radius:0px;border-bottom-right-radius:0px;}
.shopnumber label a:last-child{border-top-left-radius:0px;border-bottom-left-radius:0px;}
/*按钮协议*/
.button_box{
	overflow: hidden;
	margin: 20px 0;
}
.buy_but,.add_cart{
	height: 39px;
	float: left;
	background-color: #0097e5;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 39px;
	border-radius: 4px;
	padding: 0 20px;
}
.buy_but:hover{
	color: #fff;
}
.add_cart:hover{
	color: #fff;
}
.add_cart{
	margin-left: 30px;
}
.buy_protocol{
	font-size: 12px;
	color: #666;
}
.buy_protocol > a{
	font-size: 12px;
	color: #ff0000;
}
/*下面内容*/
.contentInfo_following_box_big{
	width: 1114px;
	overflow: hidden;
	margin: auto;
}
.contentInfo_following_left_box{
	float: left;
	width: 274px;
	height: 211px;
	border:1px solid #e3e3e3;
	margin-top: 20px;
}
.contentInfo_following_store_box{
	width: 244px;
	margin: auto;
	overflow: hidden;
	padding-bottom: 25px;
	border-bottom: 1px solid #e3e3e3;
	margin-top: 25px;
}
.store_picture_box{
	float: left;
	width: 66px;
	height: 66px;
	
}
.store_picture_box > img{
	max-width: 66px;
	max-height: 66px;
}
.store_ctn_box{
	float: left;
	width: 160px;
	margin-left: 10px;
}
.contentInfo_following_title{
	display: block;
	width: 170px;
	height: 26px;
	font-size: 18px;
	color: #ff0000;
	overflow: hidden;
}
.certification_icon_box{
	overflow: hidden;
	margin: 5px 0;
}
.certification_icon{
	float: left;
	width: 31px;
	height: 26px;
	margin-right: 10px;
	background-image: url(../img/Shop/authentication.png);
}
.level_icon_box{
	float: left;
	overflow: hidden;
	margin-top: 3px;
}
.level_icon{
	float: left;
	width: 16px;
	height: 20px;
	background-image: url(../img/Shop/VIP.png);
}
.level_digital{
	float: left;
	font-size: 12px;
	color: #b69565;
	margin-top: 5px;
}
.region_number_box > li{
	display: inline-block;
	font-size: 12px;
	color: #999;
	margin-right: 5px;
}
.enter_store{
	display: block;
	width: 108px;
	height: 30px;
	background-color: #0097e5;
	border-radius: 4px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 30px;
	margin: auto;
	margin-top: 25px;
}
/*下面右边标题*/
.contentInfo_following_right_box{
	width: 100%;
	float: right;
}
.introduce_evaluation_title_box{
	width: 100%;
	height: 40px;
	border:1px solid #e3e3e3;
	background-color: #fff;
}
.introduce_evaluation_title_box > a{
	display: inline-block;
}
.introduce_evaluation_title_box >.on{
	border-bottom: 2px solid #0097e5;
	color:#0097e5;
}
.introduce_evaluation_title_box > a{
	width: 12%;
	line-height: 38px;
	text-align: center;
	font-size: 16px;
	color: #181818;
	float: left;
	margin-left: 20px;
	font-weight: 500;
}
.introduce_evaluation_title_box > a:hover{
	color: #ff0000;
	border-bottom: 2px solid #ff0000;
}
/*下面右边内容*/
.introduce_evaluation_ctn_box{
	background-color: #f9f9f9;
	padding-top: 20px;
}
.introduce_box_big{
	width: 96%;
	min-height: 350px;
    margin: auto;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 5px 10px 2px #d7d7d7;
	padding-top: 30px;
	margin-bottom: 20px;
}
.introduce_img_box{
	width: 780px;
	height: 394px;
}
.introduce_img_box > img{
	max-width: 780px;
	max-height: 394px;
}
.introduce_box_big > p{
	width: 80%;
	margin: auto;
	font-size: 14px;
	color: #444;
	line-height: 1.6;
	padding: 30px 0;
}
.introduce_txt{
	width: 80%;
	margin: auto;
	font-size: 14px;
	color: #444;
	line-height: 1.6;
	padding: 30px 0;
}
.introduce_txt > span{
	color: #ff0000;
}

/*右边内容*/
.store_contentInfo_right_box{
	float: right;
}
.contact_box_big{
	width: 160px;
	border:1px solid #e3e3e3;
	padding-bottom:30px;
	margin-top: 20px;
}
.contact_title{
	width: 140px;
	height: 40px;
	background-color: #0097e5;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	line-height: 40px;
	padding-left: 20px;
}
.online_consulting_box{
	padding-top: 30px;
	margin: auto;
}
.online_consulting_icon{
	width: 52px;
	height: 52px;
	background-image: url(../img/Shop/online_consulting.png);
	margin: auto;
}
.online_consulting_txt{
	font-size: 14px;
	color: #333;
	text-align: center;
	margin-top: 20px;
	font-weight: bold;
}
/*推荐商品*/
.recommend_commodities_box{
	width: 160px;
	border:1px solid #e3e3e3;
	margin-top: 30px;
	padding-bottom:30px;
	background-color: #fff;
}
.contact_img_box{
	width: 110px;
	height: 70px;
	margin: auto;
	margin-top: 30px;
	margin-bottom:15px;
}
.contact_img_box > img{
	max-width: 110px;
	max-height: 70px;
}
.buy_now{
	display: block;
	width: 74px;
	height: 24px;
	background-color: #0097e5;
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 24px;
	border-radius: 4px;
	margin: auto;
}

/*服务顾问*/
/*服务顾问*/
.adviser_box_big{
	width: 100%;
	border-right: 1px solid #dcdcdc;
}
.adviser_title{
	font-size: 18px;
	color: #666;
	font-weight: bold;
	padding-top: 30px;
	margin-left: 20px;
}
.head_portrait_box_big{
	margin: 40px 0 20px 0;
}
.head_portrait_box{
	width: 108px;
	height: 108px;
	border-radius: 400px;
	margin: auto;
}
.head_portrait_box > a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 70px;
}
.head_portrait_box > a > img{
	border-radius: 400px;
	width: 100%;
	height: 120%;
}
.adviser_name{
	font-size: 14px;
	color: #666;
	text-align: center;
	margin-top: 20px;
}
.consultation_contact_box{
	overflow: hidden;
}

.consultation_box{
	display: block;
	width: 50%;
    height: 130px;
	display: block;
	float: left;
	border: 1px solid #DCDCDC;
}
.consultation{
	text-align: center;
	font-size: 12px;
	color: #666;
	margin-top: 5px;
}
.consultation > img{
	width: 110px;
	height: auto;
}
.contact{
	text-align: center;
	font-size: 12px;
	color: #666;
	margin-top: 8px;
}
.consultation_icon{
	width: 24px;
	height: 19px;
	background-image: url(../img/commodity/Consultation.png);
	margin: auto;
	margin-top: 30px;
}
.consultation_txt{
	font-size: 14px;
	color: #666;
	margin-top: 5px;
	text-align: center;
	display: block;
}
.contact_box{
	display: block;
	width: 50%;
    height: 130px;
	display: block;
	float: left;
	border-top: 1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC;
}
.contact_icon{
	width: 22px;
	height: 21px;
	background-image: url(../img/commodity/contact.png);
	margin: auto;
	margin-top: 30px;
}
.contact_txt{
	font-size: 14px;
	color: #666;
	text-align: center;
	margin-top: 3px;
}
.consultation_contact_ctn_box > div{
	font-size: 14px;
	color: #666;
	text-align: center;
	line-height: 73px;
}
.prev{
	width: 28px;
	height: 69px;
	position: absolute;
	left: 0;
	top: 120px;
	background-image: url(../img/commodity/left.png);
}
.next{
	width: 28px;
	height: 69px;
	position: absolute;
	right: 0;
	top: 120px;
	background-image: url(../img/commodity/right.png);
}
.bd{
	position: relative;
	width: 100%;
}
.msn-focus{
	float: left;
	width: 25%;
	padding-top: 20px;
}


/*左边主要内容小导航*/
.list_box{
	float: left;
	margin-top: 20px;
	background-color: #f9f9f9;
	overflow: hidden;
}
.subnav{
	width: 880px;
	height: 40px;
	background-color: #ffffff;
	border: 1px solid #e3e3e3;
}
.subnav>li{
	width: 116px;
	float: left;
}
.subnav>li>a{
	width: 74px;
	line-height: 38px;
	text-align: center;
	font-size: 16px;
	color: #181818;
	float:left;
	margin-left: 20px;
	font-weight: 500;
}
.dotted_line2{
	height: 14px;
	width: 1px;
	background-image:url(../img/products/dotted_line.png);
	float: left;
	margin-left: 20px;
	margin-top: 11px;
}
.subnav>li>.select{
	border-bottom:2px solid #ff0000;
	font-size: 16px;
	color: #ff0000;
}
.subnav>li>a:hover{
	color: #ff0000;
	border-bottom:2px solid #ff0000;

}
/*左边下面产品介绍*/
.introduce_box{
	width: 842px;
	margin: auto;
	background-color: #fff;
	border-radius: 20px;
	margin-top: 30px;
	box-shadow: 0 5px 10px 2px #d7d7d7; 
	padding-top: 30px;
}
.introduce_title{
	width: 207px;
	height:72px;
	background-image: url(../img/commodity/Introduction1.png);
	margin: auto;
}
.Materia_title{
	width: 207px;
	height:72px;
	background-image: url(../img/commodity/Material_Science.png);
	margin: auto;
}
.technological_title{
	width: 207px;
	height:72px;
	background-image:url(../img/commodity/technological_process.png);
	margin: auto;
}
.condition_title{
	width: 207px;
	height:72px;
	background-image: url(../img/commodity/condition_title.png);
	margin: auto;
}
.introduce_btn{
	margin: auto;
	font-size: 14px;
	color: #181818;
	width: 590px;
	margin-top: 40px;
	padding-bottom:80px;
	line-height: 2;

}
.characteristics_title{
	width: 207px;
	height:72px;
	background-image:url(../img/commodity/Characteristics2.png);
	margin: auto;
}
.source_txt_box{
	width: 80%;
	margin: auto;
	padding: 30px 0 150px 0;
	font-size: 14px;
	line-height: 1.8;
}
.source_title{
	font-size: 18px;
	color: #333;
	font-weight: bold;
	margin-bottom: 30px;
}
.source_txt {
	font-size: 14px;
	color: #444;
	line-height: 2;
}
.source_txt > span{
	font-size: 20px;
	color: #ff0000;
}
.characteristics_ctn_box{
	width: 80%;
	margin: auto;
	padding: 60px 0 95px 0;
	font-size: 14px;
}
.characteristics_ctn_box > li{
	width: 330px;
	display: inline-block;
	font-size: 16px;
	color: #444;
	font-weight: bold;
	margin-bottom: 25px;
}
.characteristics_ctn_box > li > span{
	font-size: 16px;
	color: #444;
	font-weight:normal;
}
/*流程*/
.Technological_txt{
	padding-bottom: 80px;
}
.eb-flowChart{
	width: 80%;
	margin: 40px 0 0 100px
}
.eb-flowChartSub > div{
	width: 40px;
	height: 40px;
	float: left;
	background-image: url(../img/commodity/bg.png);
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 34px;
}

.eb-flowChartSub{
	font-size: 14px;
	color: #444;
	line-height: 2.6;
	margin-bottom: 10px;
	overflow: hidden;
}
/*进度条*/
.Progress_bar_box{
	float: left;
	overflow: hidden;
	margin-left: 60px;
}
.star_description_box > li{
	width: 520px;
	overflow: hidden;
	margin-bottom: 3px;

}
.box{
	float: left;
	width: 290px;
	margin-left: 70px;
	margin-top: 3px;
}
.Progress_bar{
	float: left;
	width: 200px;
	height: 18px;
	background-color: #ccc;
	
}
.Progress_bar > span{
	display: block;

	height: 18px;
	background-color: #3ba4ff;
}
.Percentage{
	float: left;
	font-size: 14px;
	color: #3ba4ff;
	margin-left: 20px;
}

/*服务评价*/
.evaluation_box_big{
	width: 100%;
	background-color: #fff;
}
.evaluation_title{
	width: 100%;
	text-align: center;
	padding:30px 0 40px 0;
	font-size: 30px;
	color: #444;
	
}
.comprehensive_evaluation_box_big{
	width: 100%;
	height: 227px;
	border:1px solid #cacaca;
}
.comprehensive_evaluation_box{
	width: 36%;
	height: 190px;
	float: left;
	border-right:1px solid #e3e3e3;
	margin-top: 17px;
}
.comprehensive_evaluation_title{
	font-size: 24px;
	color: #444;
	text-align: center;
	margin-top: 40px;
}
.fraction{
	font-size: 24px;
	color: #444;
	text-align: center;
	margin: 10px 0;
}
.comprehensive_evaluation_stars{
	width:60%;
	margin-left: 20%;
}
.comprehensive_evaluation_stars > li{
	width: 14%;
	height: 23px;
	display: inline-block;
	background-image: url(../img/commodity/star1.png);
	margin-left: 4%;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.comprehensive_evaluation_stars > .comprehensive_evaluation_gray{
	width: 27px;
	height: 25px;
	background-image: url(../img/commodity/star2.png);
}
.star_description_box{
	float: left;
	width: 60%;
	margin: 34px 0 0 3%;
}
.star_description{
	width: 45%;
	
}
.star_description > ul{
	float: left;
	width: 80%;
}
.star_description > ul > li{
	width: 11.8%;
	height: 18px;
	display: inline-block;
	background-image: url(../img/commodity/star3.png);
	margin-left:4%;
	background-size: 100%;
	background-repeat: no-repeat;
}
.star_description_txt{
	float: left;
	font-size: 16px;
	color: #444;
	margin-left: 2%;
}
.star_description > ul > .star_description_gray{
	background-image: url(../img/commodity/star4.png);
}
/*进度条*/
.Progress_bar_box{
	float: left;
	width: 45%;
	overflow: hidden;
	margin-left: 6%;
}
.star_description_box > li{
	width: 90%;
	overflow: hidden;
	margin-bottom: 10px;
}
.box{
	float: left;
	width: 290px;
	margin-left: 70px;
	margin-top: 3px;
}
.Progress_bar{
	float: left;
	width: 76%;
	height: 18px;
	background-color: #ccc;
	
}
.Progress_bar > span{
	display: block;

	height: 18px;
	background-color: #3ba4ff;
}
.Percentage{
	float: left;
	font-size: 14px;
	color: #3ba4ff;
	margin-left: 8%;
}
/*全部评论标题*/
.aeview_all_box{
	width: 100%;
	height: 46px;
	background-color: #f6f6f6;
	border:1px solid #e3e3e3;
	margin-top: 30px;
}
.addreconter{
	float: left;
}
.addreconter span{float: left; display: block; width: 14px; height:14px; line-height: 12px;text-align: center; float: left; margin-top:15px; margin-right: 10px; margin-left: 15px;border:1px solid #ccc;border-radius: 50%;}
.addreconter span i{display: inline-block;width: 8px; height: 8px; background: #fff; border-radius: 50%;}
.addreconter span i.active{background: #717171;margin-top: 3px;}
.aeview_txt{
	float: left;
	font-size: 16px;
	color: #444;
	line-height: 46px;
	padding-right: 20%;
	background-image: url(../img/commodity/aeview.png);
	background-repeat: no-repeat;
	background-position-x: 99%;
	background-position-y:12px;;
}
.aeview_all{
	width: 14%;
	height: 46px;
	position: relative;
	float: left;
	overflow: hidden;	
}
/*评论内容*/
.comment_ctn_box{
	overflow: hidden;
	padding-bottom: 20px;
	border-bottom: 1px solid #e3e3e3;
}
.comment_time_box{
	width: 23%;
	float: left;
	margin: 30px 0 0 3%;
}
.comment_company{
	width: 100%;
	height: 22px;
	font-size: 18px;
	color: #444;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.comment_time{
	font-size: 14px;
	color: #999;
	margin-top: 20px;
}
.comment_txt_stars_box{
	float: left;
	width: 70%;
	margin-left:3%;
}
.comment_txt_stars > li {
	margin-top: 30px;
	width: 19px;
	height: 18px;
	display: inline-block;
	background-image: url(../img/commodity/star3.png);
	margin-right: 8px;
}
.comment_txt{
	width: 90%;
	font-size: 14px;
	color: #444;
	line-height: 1.6;
	margin-top: 20px;
}

.store_contentInfo_left_box{
	padding-bottom: 30px;
}


@media only screen and (min-width: 1200px) {
	.shop_top_box_big,.shop_nav {
		width: 1110px;
	}
	.project_header_box_big,.contentInfo_following_box_big{
		width: 1114px;
	}
}

@media (min-width:992px) and (max-width:1200px ) { 
	.shop_top_box_big,.shop_nav,.project_header_box_big,.contentInfo_following_box_big{
		width: 970px;
	}
	.member_box {
		width: 16%;
		padding-top: 56px;
		margin: auto;
	}
	.price_box {
		width: 60%;
	}
}
/* 平板电脑 */
@media (min-width:768px) and (max-width:992px ) { 
	.shop_top_box_big,.shop_nav,.project_header_box_big,.contentInfo_following_box_big {
		width: 750px;
	}
	.price_box {
		width: 80%;
	}
}
@media only screen and (max-width: 768px) {  
	.store_contentInfo_box_big{
		background-color: #f7f7f7;
	}
	.shop_top_box_big{
		width: 92%;
		margin-top: 60px;
		padding-top: 0;
	}
	.shop_name_box_big {
		float: left;
		width: 100%;
	}
	.shop_nav,.project_header_box_big,.contentInfo_following_box_big{
		width: 92%;
	}
	.project_header_box_big {
		background-color: #fff;
		margin-top: 0px;
		width: 100%;
	}
	.project_header_box_big {
		padding: 20px 0;
		border: 1px solid #e3e3e3;
		overflow: hidden;
		margin: auto;
	}
	.self_operated_label {
		width: 54px;
		height: 25px;
		float: left;
		font-size: 15px;
		color: #fff;
		text-align: center;
		line-height: 25px;
		border-radius: 4px;
		background-color: #2992c8;
		margin-top: 0;
		margin-left: 5.5%;
		margin-bottom: 5px;
	}
	.shop_name_txt{
		float: left;
		width: 100%;
		font-size: 24px;
		color: #333;
	}
	.authentication_icon{
		margin-top: 15px;
	}
	.authentication_icon {
		width: 30px;
		height: 26px;
		float: left;
		background-image: url(../img/Shop/authentication.png);
		margin-left:0;
	}
	.grade_box{
		margin-top: 15px;
	}
	.collection_btn {
		width: 50%;
		height: 40px;
		float: left;
		background-image: url(../);
		font-size: 16px;
		color: #fff;
		text-align: center;
		line-height: 40px;
		margin-right: 0;
		background-size: 100% 100%;
		margin: 15px 0;
		background-color: #0097e5;
		border-radius: 5px;
	}
	.shop_nav_box{
		background-color: #0097e5;
		height: 60px;
		overflow-x: auto;
		list-style: none;
		white-space: nowrap;
	}
	.shop_nav > a{
		height: 60px;
		display: inline-block;
		padding: 0 20px;
		line-height: 60px;
		font-size: 16px;
		color: #fff;
	}
	.fullSlide{ width:100%;  position:relative;  height:200px; background:#000;  margin-bottom: 15px;}
	.fullSlide .bd li{ width:100% !important;  height:200px; overflow:hidden; text-align:center;  }
	.fullSlide .bd li a{ display:block; height:200px; }
	.ctn_img_box > p{
		width: 100%;
		overflow: hidden;
	}
	.ctn_img_box > p > img {
		width: 160%;
		position: absolute;
		left: -30%;
	}
	/* 评价 */
	.evaluation_title {
		width: 100%;
		text-align: center;
		padding: 20px 0 20px 0;
		font-size: 18px;
		color: #444;
		font-weight: bold;
	}
	.comprehensive_evaluation_box_big{
		height: auto;
		overflow: hidden;
	}
	.comprehensive_evaluation_box{
		width: 100%;
		height: auto;
	}
	.comprehensive_evaluation_title{
		font-size: 18px;
		margin-top: 15px;
	}
	.star_description_box {
		float: left;
		width: 100%;
		margin: 34px 0 0 3%;
	}
	.fraction {
		font-size: 16px;
		color: #444;
		text-align: center;
		margin: 10px 0;
		font-weight: bold;
	}
	.comprehensive_evaluation_stars {
		width: 50%;
		margin-left: 25%;
	}
	.star_description_box > li{
		width: 100%;
	}
	.Percentage{
		font-size: 15px;
	}
	/* 评论筛选 */
	.aeview_all{
		width: 25%;
	}
	.addreconter {
		float: left;
		width: 35%;
		margin-right: 5%;
	}
	.aeview_txt {
		float: left;
		font-size: 14px;
		color: #444;
		line-height: 46px;
		padding-right: 0%;
		background-image: url(../);
		background-repeat: no-repeat;
		background-position-x: 99%;
		background-position-y: 12px;
	
	}
	/* 评论内容手机端 */
	.list_box{
		width: 100%;
	}
	.projectInfo_left_ctn_box {
		float: left;
		width:100%;
	}
	.comment_time_box{
		width: 100%;
	}
	.comment_txt_stars_box{
		width: 100%;
	}
	.comment_txt_stars > li{
		margin-top: 15px;
	}
	.comment_txt {
		width: 90%;
		font-size: 16px;
		color: #444;
		line-height: 1.6;
		margin-top:15px;
	}
	/* 详情页手机端 */
	.project_header_box{
		background-color: #fff;
		
	}
	.project_header_right_box{
		width: 100%;
	}
	.project_header_title {
		width: 100%;
		font-size:18px;
		color: #333;
		line-height: 1.6;
		font-weight: bold;
	}
	.project_header_title_label{
		margin: 10px 0 10px 0;
	}
	.buy_but, .add_cart{
		width: 40%;
		font-size: 16px;
	}
	.price_box {
		width: 80%;
		font-size: 15px;
		color: #666;
		margin: 15px 0 10px 0;
	}
	.shopnumber span{
		font-size: 15px;
	}
	.buy_protocol {
		font-size: 14px;
		color: #666;
	}
	.list_box {
		margin-top: 0px;
	}
	.introduce_box {
		width: 96%;
		margin-top: 20px;
		min-height: 200px;
	}
	.source_txt_box{
		padding: 0;
		font-size: 15px;
	}
	.project_header_box{
		padding: 20px 0;
	}
	.introduce_title {
		width: 40%;
		height: 52px;
		background-image: url(../img/commodity/Introduction1.png);
		margin: auto;
		background-size: 100% 100%;
		background-repeat: no-repeat;
	}
	.characteristics_title {
		width: 40%;
		height: 52px;
		background-image: url(../img/commodity/Characteristics2.png);
		margin: auto;
		background-size: 100% 100%;
		background-repeat: no-repeat;
	}
	.buy_but, .add_cart{
		width: 40%;
		font-size: 16px;
	}
	.buy_protocol > a {
		font-size: 14px;
		color: #ff0000;
	}
	.Materia_title{
		width: 40%;
		height:52px;
		background-image: url(../img/commodity/Material_Science.png);
		margin: auto;
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}
	.introduce_txt{
		width: 80%;

	}
	.technological_title{
		width: 40%;
		height:52px;
		background-image:url(../img/commodity/technological_process.png);
		margin: auto;
		background-size: 100% 100%;
		background-repeat: no-repeat;
	}
	.condition_title{
		width: 40%;
		height:52px;
		background-image: url(../img/commodity/condition_title.png);
		margin: auto;
		background-size: 100% 100%;
		background-repeat: no-repeat;
	}
	.characteristics_title{
		width: 40%;
		height:52px;
		background-image:url(../img/commodity/Characteristics2.png);
		margin: auto;
		background-size: 100% 100%;
		background-repeat: no-repeat;
	}
	.characteristics_ctn_box {
		width: 80%;
		margin: auto;
		padding: 20px 0 25px 0;
		font-size: 14px;
	}
	.contentInfo_following_right_box{
		width: 100%;
	}
	.store_contentInfo_left_box{
		padding-bottom: 15px;
	}
	.introduce_txt {
		width: 90%;
		margin: auto;
		font-size: 15px;
		color: #444;
		line-height: 1.6;
		padding: 20px 0;
	}
	.characteristics_ctn_box {
		width: 90%;
		margin: auto;
		padding: 20px 0 20px 0;
		font-size: 15px;
	}
	.introduce_btn {
		width: 90%;
		margin: auto;
			margin-top: auto;
		font-size: 15px;
		color: #181818;
		margin-top: 20px;
		padding-bottom: 20px;
		line-height: 2;
	}
	.eb-flowChart {
		width: 80%;
		margin: 20px 0 0 5%;
	}
	.introduce_box_big{
		height: auto;
		min-height: auto;
	}
	.introduce_box_big{
		margin-top: 20px;
	}
	.introduce_evaluation_ctn_box {
		background-color: #f9f9f9;
		padding-top: 00px;
	}
	/* 申请材料 */
	.main_points_box > li:nth-child(1) > .science_ctn_box
	{
		margin-bottom: 15px;
	}
}



























