body {
	display: block;
	padding: 0 3px 0 3px;
	width: 100%;
	font-size: 62.5%(10/16*100%);	
	overflow-x: hidden;
	box-sizing: border-box;
}

.bodyFeedback {
	padding: 60px 0 20px!important;
}

.bodyFeedbackNoT{
	padding: 12px 0 20px!important;
}

.bodySch{
	padding: 70px 0 20px!important;
}

.bodygysdetail {
	padding: 0 0 20px!important;
	height: 100vh;
	background: #FFFFFF;
}

.bodySimilar{
	padding-top: 115px!important;
}

.bodyTitNone{
	padding: 20px 0!important;
}

.bodyTitNone .m-topSch{
	top: 0;
}

.bodyNoTitSimilar{
	padding: 70px 0!important;
}

.bodyNoTitSimilar .m-topSch{
	top: 0;
}

.bodyNoTitSimilar .m-simlar{
	top: 48px;
}

/*头部*/

.Header_index {
	position: fixed;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 54px;
	-moz-box-shadow: 0px 0px 4px #d9d9d9;
	-webkit-box-shadow: 0px 0px 4px #d9d9d9;
	box-shadow: 0px 0px 4px #d9d9d9;
	z-index: 2;
	background: white;
	border-bottom: 1px solid #d9d9d9;
}

.Header_index .logo_index {
	width: 120px;
	height: 32px;
}

.Header_index .logo_index a {
	width: 120px;
	height: 32px;
}

.Header_index .logo_index img {
	padding: 12px 15px;
	width: 120px;
}


/*language*/

.m-language {
	position: relative;
	display: inline-block;
	float: right;
	margin: 0 15px;
	padding: 0 5px;
	height: 54px;
}

.m-language a {
	display: block;
	height: 54px;
}

.m-language a span {
	display: inline-block;
	float: left;
	height: 54px;
	line-height: 54px;
	font-size: 0.9rem;
	color: #000000;
}

.m-language a i {
	display: inline-block;
	float: right;
	margin-left: 5px;
	margin-top: 26px\9;
	width: 8px;
	height: 54px;
	line-height: 54px;
	height: 8px\9;
	line-height: 8px\9;
	background: url(../img/icon_arrow.png) center center no-repeat;
	background-size: 100%;
}

.m-language a i.sel {
	margin-top: 26px\9;
	height: 8px\9;
	line-height: 8px\9;
	background: url(../img/icon_arrow_up.png) center center no-repeat;
	background-size: 100%;
}


/*语言选择*/

.m-language-sel_box {
	position: fixed;
	display: block;
	left: 0;
	bottom: 0;
	padding: 10px 0;
	width: 100%;
	height: 190px;
	background: #FFFFFF;
	border-radius: 16px 16px 0 0;
	box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.06);
	box-sizing: border-box;
	z-index: 11;
}

.m-language-sel_box .tit-op {
	display: block;
	position: relative;
	padding: 0 10px;
	line-height: 30px;
	font-size: 1rem;
	color: #333333;
	text-align: center;
}

.m-language-sel_box .tit-op a {
	display: block;
	position: absolute;
	top: 0;
	font-size: 1rem;
}

.m-language-sel_box .tit-op a.cancel {
	left: 20px;
	color: #999999;
}

.m-language-sel_box .tit-op a.affirm {
	right: 20px;
	color: #0088FF;
}

.m-language-sel_box ul {
	display: block;
	margin-top: 20px;
	padding: 10px 0;
	width: 100%;
	background: #FFFFFF;
}

.m-language-sel_box ul li {
	display: block;
	float: left;
	width: 100%;
	height: 44px;
}

.m-language-sel_box ul li a {
	display: block;
	padding: 0 20px;
	width: 100%;
	height: 44px;
	line-height: 44px;
	text-align: center;
	font-size: 1rem;
	color: #CCCCCC;
	box-sizing: border-box;
}

.m-language-sel_box ul li a.z-crt {
	color: #000000;
}


/*首页------*/


/*首页 搜索*/

.m-sch {
	display: block;
	margin: 140px 0 80px;
	width: 100%;
	text-align: center;
	z-index: 101;
}

.m-sch .logo {
	display: block;
	margin-bottom: 30px;
	height: 50px;
}

.m-sch .logo img {
	width: 135px;
	height: 21px;
}

.m-sch .logo p {
	display: block;
	margin: 0 auto;
	padding: 0 20px;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 1rem;
	text-align: center;
	color: #999999;
	box-sizing: border-box;
}

.m-sch .logo_en img {
	width: 138px;
	height: 25px;
}

.m-sch .logo i {
	display: inline-block;
	width: 100%;
}

.sch_input {
	position: relative;
	margin: 0 auto;
	width: 90%;
	z-index: 1;
}

.sch_input .input-text {
	float: left;
	padding-left: 10px;
	padding-right: 48px!important;
	width: calc(100% - 65px);
	height: 44px;
	line-height: 44px;
	font-size: 1.2rem;
	border: solid 1px #999999;
	border-right: 0;
	background-repeat: no-repeat;
	background-position: right;
	border-radius: 0;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	box-sizing: border-box;
}

.sch_input .input-text:hover {
	border: solid 1px #E13E3F;
	border-right: 0;
}

.sch_input .btn-sch {
	display: inline-block;
	height: 44px;
	width: 65px;
	text-align: center;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	background-color: #E13E3F;
	border-color: #E13E3F;
}

.sch_input .btn-sch img {
	margin: 10px auto;
	width: 24px;
	height: 24px;
}

.sch_input .btn-sch:active,
.sch_input .btn-sch.active {
	color: #333;
	background-color: #F86F70;
	border-color: #F86F70;
}

.sch_input .ic-stac {
	position: absolute;
	display: block;
	top: 1px;
	right: 65px;
	margin-top: 6px\9;
	width: 42px;
	height: 42px;
	height: 32px\9;
	line-height: 42px;
	line-height: 32px\9;
	background: url(../img/btn_struct_nor.png) 5px center no-repeat;
	background-size: 80%;
	cursor: pointer;
}

.sch_input .ic-stac:active {
	opacity: 0.7;
}

.placeholer {
	position: absolute;
	padding: 14px 10px;
	width: calc(100% - 88px);
	font-size: 12px;
	text-align: left;
	color: #D9D9D9;
	box-sizing: border-box;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: inherit;
}

.placeholer i {
	padding: 0 2px;
	font-size: 16px;
}

.m-sch .text-tip {
	display: inline-block;
	margin: 30px auto 0;
	padding: 0 20px;
	line-height: 16px;
	text-align: center;
	font-size: 0.9rem;
	color: #999999;
}


/*顶部搜索提示*/

.sch_top_tips {
	display: block;
	position: fixed;
	top: 48px;
	padding: 10px 20px;
	width: 100%;
	line-height: 26px;
	text-align: left;
	font-size: 0.8rem;
	color: #999999;
	background: #FFFFFF;
	box-sizing: border-box;
	z-index: 3;
}

.sch_top_tips a {
	display: inline-block;
	padding: 0 6px;
	margin-left: 2px;
	height: 26px;
	line-height: 26px;
	color: #1989fa;
	background: #ffffff;
	border: 1px solid #1989fa;
	border-radius: 2px;
}


/*详情页------*/


/*内容*/

.m-main {
	display: block;
	margin: 0 auto 20px;
	width: 100%;
}

.m-main .Cf_detail {
	display: block;
	margin-top: 10px;
	background: #FFFFFF;
	border-bottom: 1px solid #ebedf0;
}

.m-main .Cf_detail h1 {
	display: block;
	padding: 10px 20px;
	line-height: 130%;
	font-size: 1.2rem;
	font-weight: normal;
	color: #000000;
	border-bottom: 1px solid #D8D8D8;
}

.m-main .Cf_detail .ContainBox {
	display: block;
	padding: 20px;
	min-height: 240px;
	box-sizing: border-box;
}

.m-main .Cf_detail .ContainBox .img {
	position: relative;
	display: block;
	margin-bottom: 41px;
	width: 100px;
	height: 100px;
	border-radius: 4px;
	border: 1px solid #DCDCDC;
}

.m-main .Cf_detail .ContainBox .img img {
	position: absolute;
	display: inline-block;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	float: left;
	margin: auto auto;
	max-width: 100px;
	max-height: 100px;
	border-radius: 4px;
	cursor: pointer;
}

.m-main .Cf_detail .ContainBox .img a {
	position: absolute;
	display: block;
	left: 0;
	bottom: -41px;
	width: 100px;
	line-height: 36px;
	text-align: center;
	font-size: 0.7rem;
	color: #333333;
	background: #F9F9F9;
	border: 1px solid #dcdcdc;
	border-radius: 2px;
	cursor: pointer;
	z-index: 1;
}

.m-main .Cf_detail .ContainBox .info {
	display: block;
	width: 100%;
}

.m-main .Cf_detail .ContainBox .info dl {
	display: block;
	margin: 5px 0 8px;
	line-height: 150%;
}

.m-main .Cf_detail .ContainBox .info dl dt {
	display: inline-block;
	float: left;
	width: 90px;
	text-align: left;
	font-size: 0.9rem;
	color: #666666;
}

.m-main .Cf_detail .ContainBox .info dl dd {
	display: block;
	float: right;
	width: calc(100% - 90px);
	text-align: left;
	font-size: 0.8rem;
	color: #999999;
}

.m-main .Cf_detail .ContainBox .info dl dd p {
	display: block;
	float: left;
	padding-bottom: 5px;
	width: 100%;
	font-size: 0.8rem;
	color: #999999;
}

.m-main .Cf_detail .ContainBox .info dl dd p:last-child {
	padding-bottom: 0;
}

.m-main .Cf_detail .ContainBox .info dl dd.aq_tag {
	display: inline-block;
	height: auto;
}

.m-main .Cf_detail .ContainBox .info dl dd.aq_tag span {
	display: inline-block;
	float: left;
	margin-right: 12px;
	width: 68px;
}

.m-main .Cf_detail .ContainBox .info dl dd.aq_tag span img {
	display: block;
	margin: 5px auto;
	width: 68px;
	height: 68px;
	border: none;
}

.m-main .Cf_detail .ContainBox .info dl dd.aq_tag>span>p {
	display: -webkit-box;
	width: 68px;
	line-height: 130%;
	font-size: 0.6rem;
	text-align: center;
	color: #666666;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}


/*相关信息--*/


/*化合物详情tab*/

.m-DtilTab {
	position: relative;
	display: block;
	padding: 0 10%;
	width: 100%;
	color: #333333;
	font-size: 0.8rem;
	font-weight: bold;
	background: #FFFFFF;
	border-radius: 8px;
	box-sizing: border-box;
	overflow: hidden;
}

.m-DtilTab::before {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	left: 50%;
	width: 1px;
	height:40px;
	background: #0080FF;
	z-index: 3;
}

.m-DtilTab a {
	display: inline-block;
	float: left;
	width: 50%;
	line-height: 38px;
	text-align: center;
	border: 1px solid #d9d9d9;
	box-sizing: border-box;
}

.m-DtilTab a.z-crt {
	color: #1989FA;
	background: #D0E7FF;
	border-color: #0080FF;
}

.m-DtilTab a.hhw {
	display: inline-block;
	border-radius: 8px 0 0 8px;
	border-right: none;
}

.m-DtilTab a.gys {
	display: inline-block;
	border-radius: 0 8px 8px 0;
	border-left: none;
}


/*化合物详情*/

.m-main .Intro_box {
	display: block;
	background: #FFFFFF;
}

.m-main .Intro_box .tab_con,
.m-main .Intro_box .tab_con .hew_info,
.m-main .Intro_box .tab_con .gys_info {
	display: block;
}


/*化合物详情*/

.m-main .Intro_box .tab_con .hew_info .info_con {
	display: block;
	width: 100%;
}

.m-main .Intro_box .tab_con .hew_info .info_con .box {
	display: block;
	margin: 5px 0 10px;
	padding: 0 20px;
	/* padding-bottom: 10px; */
	border-bottom: 1px solid #D9D9D9;
}

.m-main .Intro_box .tab_con .hew_info .info_con .box h2 {
	position: relative;
	display: block;
	padding: 0 30px 10px 0;
	height: 26px;
	line-height: 26px;
	font-size: 1rem;
	font-weight: normal;
	color: #000000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.m-main .Intro_box .tab_con .hew_info .info_con .box .box-item {
	display: none;
	margin-bottom: 20px;
}

.m-main .Intro_box .tab_con .hew_info .info_con .box.show .box-item {
	display: block;
}

/* .m-main .Intro_box .tab_con .hew_info .info_con .box.show h2 a {
	background: url(../img/cd-icons-up.png) center center no-repeat;
} */

.m-main .Intro_box .tab_con .hew_info .info_con .box h2 a {
	position: absolute;
	display: block;
	top: 5px;
	right: 0;
	width: 20px;
	height: 20px;
	/* background: url(../img/cd-icons.png) center center no-repeat; */
}

.m-main .Intro_box .tab_con .hew_info .info_con .box h3 {
	display: block;
	padding: 10px;
	line-height: 22px;
	font-size: 0.8rem;
	font-weight: normal;
	border-left: 4px solid #1989FA;
	color: #333333;
	border-radius: 4px;
	background: rgba(0, 128, 255, 0.1);
	box-sizing: border-box;
}

.m-main .Intro_box .tab_con .hew_info .info_con .box h4 {
	display: block;
	margin: 15px 0 0;
	height: 26px;
	line-height: 26px;
	font-size: 0.9rem;
	font-weight: normal;
	color: #333333;
}

.m-main .Intro_box .tab_con .hew_info .info_con .box p.description {
	position: relative;
	display: block;
	display: -webkit-box!important;
	padding: 5px 30px 5px 0;
	margin: 0 0 10px;
	max-height: 45px;
	line-height: 20px;
	font-size: 0.8rem;
	font-weight: normal;
	color: #999999;
	overflow: hidden;
	text-overflow: ellipsis;
	text-overflow: -o-ellipsis-lastline;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical; /* 垂直排列 */
	word-break: break-all;  /* 内容自动换行 */
	box-sizing: border-box;
}

.m-main .Intro_box .tab_con .hew_info .info_con .box p.description a {
	position: absolute;
	display: block;
	padding: 0;
	top: 2px;
	right: 0;
	width: 24px;
	height: 24px;
	background-color: #FCFCFC;
	/*border: 1px solid #EBEEF5;*/
	border-radius: 4px;
	box-sizing: border-box;
}

.m-main .Intro_box .tab_con .hew_info .info_con .box p.description a i {
	display: block;
	margin: 0 auto;
	width: 24px;
	height: 24px;
	background-image: url(../img/icon_dot-more.svg);
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
}

.m-main .Intro_box .tab_con .hew_info .info_con .box .box_er {
	display: block;
	padding: 0 10px;
}

.m-main .Intro_box .tab_con .hew_info .info_con .box .box_er h3 {
	display: block;
	margin: 15px 0 5px;
	height: 26px;
	line-height: 26px;
	font-size: 1.4rem;
	font-weight: normal;
	color: #000000;
}

.m-table {
	display: table;
	width: 100%;
	margin-top: 5px;
	font-size: 1.2rem;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
}

.m-table tr th {
	padding: 10px;
	line-height: 120%;
	background: #F8F8F8;
	color: #999999;
	text-align: left;
	font-size: 0.9rem;
	border: 1px solid #EFF1F7;
}

.m-table tr td {
	padding: 10px;
	line-height: 120%;
	text-align: left;
	vertical-align: middle;
	font-size: 0.8rem;
	color: #666666;
	border: 1px solid #EFF1F7;
	background: #FFFFFF;
}

.m-table tr td:first-child {
	background: #FAFAFA;
}

.m-table tr td p {
	display: block;
	margin-top: 10px;
	line-height: 120%;
}

.m-table tr td p:first-child {
	margin-top: 0;
}

.m-table tr td i {
	display: block;
	line-height: 16px;
	text-align: left;
	font-size: 1rem;
	color: #999999;
}

.m-table tr td img {
	display: block;
	margin: 40px 0;
	max-width: 100px;
}

.m-table tr td table tr td {
	font-size: 0.8rem;
}

.m-main .Intro_box .tab_con .hew_info .info_con .box .info_box {
	display: block;
	padding: 15px;
	border-radius: 4px;
	border: 1px solid #DCDFE6;
	background: #FCFCFC;
}

.m-main .Intro_box .tab_con .hew_info .info_con .box .info_box p {
	display: block;
	line-height: 24px;
	text-align: left;
	font-size: 0.8rem;
	color: #666666;
}

.m-main .Intro_box .tab_con .hew_info .info_con .box .info_box i {
	display: block;
	line-height: 16px;
	text-align: left;
	font-size: 0.8rem;
	color: #999999;
}

.m-main .Intro_box .tab_con .hew_info .info_con .more {
	display: block;
	height: 40px;
}

.m-main .Intro_box .tab_con .hew_info .info_con .box .more a {
	display: block;
	/*padding: 15px;*/
	line-height: 40px;
	text-align: center;
	color: #0080FF;
	background-color: #FCFCFC;
	border: 1px solid #EBEEF5;
	border-top: none;
	box-sizing: border-box;
}

.m-main .Intro_box .tab_con .hew_info .info_con .box .more a i {
	display: block;
	margin: 0 auto;
	width: 10px;
	height: 10px;
	background-image: url(../img/icon_arrow.png);
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
}

.m-main .Intro_box .tab_con .hew_info .info_con .box .tag_tip {
	display: block;
	margin-top: 10px;
	padding: 10px;
	max-height: 200px;
	border: 1px solid #EEEEEE;
	border-radius: 3px;
	overflow-y: auto;
	box-sizing: border-box;
}

.m-main .Intro_box .tab_con .hew_info .info_con .box .tag_tip i {
	display: inline-block;
	float: left;
	margin: 5px;
	padding: 5px;
	border: 1px solid #EAEEFB;
	border-radius: 3px;
	background: #F9FAFC;
	box-sizing: border-box;
}

.m-main .data_sources {
	display: block;
	margin: 40px 0;
	line-height: 24px;
	font-size: 1.1rem;
	color: #D9D9D9;
	text-align: center;
}

.hew_info-more {
	margin: 0 auto;
	width: calc(100% - 40px);
}


/*供应商信息*/
.m-main .Intro_box .tab_con .gys_info .input_radio {
	display: block;
	margin: 10px auto;
	padding: 0 20px;
	width: 100%;
	height: 41px;
	text-align: left;
	border-bottom: 1px solid #E9E9E9;
	background: #FFFFFF;
	box-sizing: border-box;
}

.m-main .Intro_box .tab_con .gys_info .input_radio a {
	display: inline-block;
	float: left;
	margin-right: 10px;
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 1rem;
	color: #333333;
	background: #FFFFFF;
	box-sizing: border-box;
}

.m-main .Intro_box .tab_con .gys_info .input_radio a.z-crt {
	position: relative;
	color: #1989FA;
}

.m-main .Intro_box .tab_con .gys_info .input_radio a.z-crt::after {
	position: absolute;
	left: 0;
	bottom: -1px;
	content: '';
	width: 100%;
	height: 3px;
	background: #1989fa;
}

.m-main .Intro_box .tab_con .gys_info .gysinfo_box {
	display: block;
	margin-top: 15px;
	padding: 0 15px;
}

.m-main .Intro_box .tab_con .gys_info .gysinfo_box .box_gn {
	display: block;
}

.m-main .Intro_box .tab_con .gys_info .gysinfo_box .info_box {
	display: block;
	margin-top: 10px;
	background: #FFFFFF;
	border-radius: 4px;
	border: 1px solid #D9D9D9;
}

.m-main .Intro_box .tab_con .gys_info .gysinfo_box .info_box:active {
	opacity: 0.7;
}

.m-main .Intro_box .tab_con .gys_info .gysinfo_box .info_box .info {
	display: block;
	padding: 15px;
}

.m-main .Intro_box .tab_con .gys_info .gysinfo_box .info_box .info h1 {
	display: block;
	height: 27px;
}

.m-main .Intro_box .tab_con .gys_info .gysinfo_box .info_box .info h1 span {
	display: inline-block;
	float: left;
	width: 100%;
	height: 27px;
	line-height: 27px;
	font-size: 1.1rem;
	font-weight: normal;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.m-main .Intro_box .tab_con .gys_info .gysinfo_box .info_box .info .remark {
	display: -webkit-box;
	margin-top: 8px;
	line-height: 160%;
	font-size: 0.8rem;
	color: #999999;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.m-main .Intro_box .tab_con .gys_info .gysinfo_box .info_box .info .remark i {
	display: inline;
	float: left;
	margin: 0 5px 0 0;
}

.m-main .Intro_box .tab_con .gys_info .gysinfo_box .info_box .price {
	display: block;
	padding: 10px 0;
	height: 40px;
	background: #FAFAFA;
	border-radius: 0px 0px 4px 4px;
	border-top: 1px solid #D9D9D9;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.m-main .Intro_box .tab_con .gys_info .gysinfo_box .info_box .price span {
	display: block;
	float: left;
	margin-bottom: 10px;
	padding: 0 10px;
	height: 20px;
	line-height: 20px;
	font-size: 0.8rem;
	text-align: left;
	background: #FAFAFA;
	border-radius: 0px 0px 4px 4px;
	border-right: 1px solid #D9D9D9;
}

.m-main .Intro_box .tab_con .gys_info .gysinfo_box .info_box .price span.tit {
	padding: 0 5px 0 25px;
}

.m-main .Intro_box .tab_con .gys_info .gysinfo_box .info_box .price span em {
	display: block;
	float: left;
	color: #FF0013;
}

.m-main .Intro_box .tab_con .gys_info .gysinfo_box .info_box .price span i {
	display: block;
	float: left;
	margin-left: 10px;
	font-weight: bold;
	color: #9C9C9C;
}


/*国外供应商*/

.m-main .Intro_box .tab_con .gys_info .gysinfo_box .box_gw .info_box .info .contact dl dt,
.m-main .Intro_box .tab_con .gys_info .gysinfo_box .box_gw .info_box .info .remark label {
	width: 55px;
}

.m-main .Intro_box .tab_con .gys_info .gysinfo_box .box_gw .info_box .info .remark span {
	width: 1000px;
}


/*供应商tab*/


/*顶部搜索*/

.sch_top {
	float: right;
	margin-top: 6px;
}

.sch_top .input-text {
	padding-right: 0!important;
	width: 100%!important;
	height: 36px;
	background: #f7f8fa;
	border-radius: 2px;
	border: none!important;
}

.sch_top .ic-stac {
	right: 5px;
	height: 36px!important;
	line-height: 36px!important;
}

.sch_top .placeholer {
	width: calc(100% - 40px);
	height: 36px!important;
	line-height: 30px!important;
}


/*搜索结果列表*/

.sch_wdh .sch_rsl {
	margin-top: 40px;
}

@media only screen and (max-width: 375px) {
	.sch_wdh .sch_rsl {
		margin-top: 70px!important;
	}
	
	.sch_wdh .sch_rsl2{
		margin-top: 40px!important;	
	}
	
}

@media only screen and (max-width: 414px) {
	.sch_wdh-en .sch_rsl {
		margin-top: 70px!important;
	}	
	.sch_wdh .sch_rsl2{
		margin-top: 40px!important;	
	}
}



/*搜索结果内容*/

.m-main .sch_rsl {
	display: block;
	padding: 0 20px;
}

.m-main .sch_rsl .sch_con .sch_r_box {
	position: relative;
	display: block;
	margin-top: 10px;
	padding: 10px;
	border-radius: 8px;
	border: 1px solid #D9D9D9;
	background: #FEFEFE;
	box-shadow: 0 0 0 1px rgba(225, 225, 225, 0.5);
	box-sizing: border-box;
}

.m-main .sch_rsl .sch_con .sch_r_box .mask {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(48, 255, 0, 0.1);
	border: 1px solid rgba(48, 255, 0, 1);
	z-index: 1;
}

.m-main .sch_rsl .sch_con .sch_r_box .info {
	display: block;
	width: 100%;
}

.m-main .sch_rsl .sch_con .sch_r_box .info i {
	//高亮显示
	display: inline-block;
	color: #FB3D3D;
}

.m-main .sch_rsl .sch_con .sch_r_box .info h2 {
	position: relative;
	display: block;
	padding: 2px 10px 7px 0;
	border-bottom: 1px solid #F3F3F3;
}

.m-main .sch_rsl .sch_con .sch_r_box .info h2 a {
	display: block;
	float: left;
	width: calc(100% - 86px);
	line-height: 130%;
	font-size: 0.9rem;
	font-weight: bold;
	color: #000000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.m-main .sch_rsl .sch_con .sch_r_box .info h2 a i {
	font-weight: bold;
}


.m-main .sch_rsl .sch_con .sch_r_box .info .info-box{
	display: block;
	margin-top: 10px;
}

.m-main .sch_rsl .sch_con .sch_r_box .info .info-box .img {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 60px;
	background: #FFFFFF;
	overflow: hidden;
}

.m-main .sch_rsl .sch_con .sch_r_box .info .info-box .img img {
	position: absolute;
	display: inline-block;
	float: left;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto auto;
	max-width: 60px;
	max-height: 60px;
}
.m-main .sch_rsl .sch_con .sch_r_box .info-box .detail {
	display: inline-block;
	float: right;
	width: calc(100% - 70px);
}

.m-main .sch_rsl .sch_con .sch_r_box .info-box .detail li {
	display: block;
	clear: both;
}

.m-main .sch_rsl .sch_con .sch_r_box .info-box .detail li label {
	display: inline-block;
	float: left;
	padding: 3px 0;
	margin: 0 10px 0 0;
	line-height: 100%;
	color: #333333;
	font-size: 0.7rem;
	font-weight: bold;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust:none;
	-ms-text-size-adjust: none;
	text-size-adjust: none
}

.m-main .sch_rsl .sch_con .sch_r_box .info-box .detail li span {
	display: block;
	padding: 3px 5px 3px 0;
	line-height: 100%;
	color: #666666;
	font-size: 0.7rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: default;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust:none;
	-ms-text-size-adjust: none;
	text-size-adjust: none
}

.m-main .sch_rsl .sch_con .sch_r_box .info-box .detail li.line label {
	display: inline-block;
	float: left;
	margin: 0 5px 0 0;
	padding: 3px 0;
	line-height: 100%;
	color: #333333;
	font-size: 0.7rem;
	font-weight: bold;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust:none;
	-ms-text-size-adjust: none;
	text-size-adjust: none
}

.m-main .sch_rsl .sch_con .sch_r_box .info-box .detail li.line span {
	display: inline-block;
	float: left;
	padding: 3px 0;
	line-height: 100%;
	color: #666666;
	font-size: 0.7rem;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust:none;
	-ms-text-size-adjust: none;
	text-size-adjust: none
}

.m-main .sch_rsl .sch_con .sch_r_box .info-box .detail li.line div {
	display: inline-block;
	margin-right: 5px;
}


/*加载更多 各种操作*/


/*loading*/

.m-loading {
	display: block;
	margin: 120px auto;
	text-align: center;
}

.m-loading img {
	display: block;
	margin: 0 auto;
	width: 105px;
}

.m-loading p {
	display: block;
	margin: 0 auto;
	text-align: center;
	line-height: 30px;
	font-size: 1rem;
	color: #999999;
}

.sch_jq .m-loading {
	margin: 260px 0;
}


/*没有搜索结果*/

.no-result {
	display: block;
	margin: 120px auto;
	text-align: center;
}

.no-result img {
	display: block;
	margin: 0 auto;
	width: 88px;
	height: 88px;
}

.no-result p {
	display: block;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	color: #999999;
}

.no-result p i {
	color: #06c;
}

.no-result a {
  display: inline-block;
	margin-top: 16px;
	padding: 2px 8px;
	line-height: 32px;
	font-size: 14px;
	color: #FFFFFF;
	border: none;
	background: #E13E3F;
	border-radius: 2px;
}

.sch_jq .no-result {
	margin: 260px 0;
}


/*搜索结果异常*/

.m-main .sch_rsl img {
	display: block;
	margin: 80px auto 0;
}

.m-main .sch_rsl img.wifi {
	width: 60px;
}

.m-main .sch_rsl h3,
.m-main .sch_rsl p {
	display: block;
	text-align: center;
	font-size: 0.8rem;
}

.m-main .sch_rsl h3 {
	margin-top: 15px;
	color: #5e5e5e;
}

.m-main .sch_rsl p {
	margin-top: 5px;
	padding: 0 25px;
	line-height: 24px;
	color: #999999;
}

.m-main .sch_rsl .opr_btn {
	display: block;
	margin-top: 15px;
	text-align: center;
}

.m-main .sch_rsl .opr_btn a {
	display: inline-block;
	width: 60px;
	height: 40px;
	line-height: 40px;
	font-size: 1rem;
	color: #333333;
	border-radius: 3px;
	border: 1px solid #DCDFE6;
}


/*--搜索列表供应商--*/

.m-main .sch_rsl .sch_con .sch_r_box .info h2 a.gys_btn {
	position: absolute;
	display: block;
	top: 1px;
	right: 0;
	padding: 0 5px;
	width: 86px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	font-size: 0.6rem;
	color: #08B5FF;
	font-weight: normal;
	border-left: 1px solid #DCDCDC;
	box-sizing: border-box;
	z-index: 2;
}

.m-main .sch_rsl .sch_con .sch_r_box .info h2 a.gys_btn.gys_no:visited {
	text-decoration: none;
}

.m-main .sch_rsl .sch_con .sch_r_box .info h2 a.gys_btn:active {
	color: #86DAFF;
}

.m-main .sch_rsl .sch_con .sch_r_box .info h2 a.gys_btn.gys_no {
	color: #999999;
	cursor: not-allowed;
}


/*底部------*/

.footer {
	position: fixed;
	display: block;
	bottom: 0;
	width: 100%;
	padding: 12px 0;
	font-family: tahoma, Arial;
	font-size: 0.8rem;
	color: #999999;
	line-height: 140%;
	text-align: center;
	background: #FFFFFF;
	box-sizing: border-box;
	z-index: 1;
}

.footer p {
	display: block;
	padding: 8px 5px 0;
	text-align: center;
	border-top: 1px solid #D8D8D8;
}

.footer .link {
	display: block;
	padding-bottom: 12px;
	font-size: 0.9rem;
}

.footer .link a {
	padding: 0 5px;
	color: #333;
	font-size: 0.9rem;
}


.footer.hp{
	position: inherit!important;
	margin-top: 80px;
}

/*遮罩*/

.mask {
	display: block;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000000;
	opacity: 0.3;
	z-index: 10;
}


/*top 顶部*/

.m-top {
	position: fixed;
	display: block;
	left: 0;
	right: 0;
	top: 0;
	padding: 0 20px;
	width: 100%;
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-size: 1rem;
	color: #000000;
	-moz-box-shadow: 0px 0px 4px #d9d9d9;
	-webkit-box-shadow: 0px 0px 4px #d9d9d9;
	box-shadow: 0px 0px 4px #d9d9d9;
	background: #FFFFFF;
	border-bottom: 1px solid #d9d9d9;
	box-sizing: border-box;
	z-index: 4;
}

.top_nobg {
	-moz-box-shadow: none!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	background: none!important;
	border-bottom: none!important;
}

.m-top a {
	position: absolute;
	left: 10px;
	width: 32px;
	height: 48px;
	background: url(../img/arrow_lef.svg) center center no-repeat;
	background-size: 60%;
}

.m-top label {
	position: absolute;
	right: 10px;
	width: 32px;
	height: 48px;
	background: url(../img/icon-home.svg) center center no-repeat;
	background-size: 65%;
}

.m-top label:active {
	opacity: 0.7;
}

.m-top img {
	margin-top: 13px;
}


/*意见反馈*/

.feedbackBox {
	display: block;
}


.feedbackBox textarea {
	display: block;
	padding: 10px 10px;
	width: 100%;
	height: 40px;
	line-height: 20px;
	font-size: 0.8rem;
	color: #000000;
	background: #FFFFFF;
	box-sizing: border-box;
	border-bottom: 1px solid #EEEEEE;
}

.feedbackBox .advice {
	padding: 5px 10px;
	height: 120px;
	border-bottom: 1px solid #EEEEEE;
}

.feedbackBox .contact_en {
	height: 60px;
}


.feedbackBox textarea::placeholder{
	color: #D9D9D9;
}

.feedbackBox .imgbox {
	display: block;
	margin-top: 10px;
	padding: 10px;
	width: 100%;
	background: #FFFFFF;
	box-sizing: border-box;
}

.feedbackBox .imgbox ul li {
	position: relative;
	display: block;
	float: left;
	margin: 5px 10px 5px 0;
	width: 68px;
	background: #FFFFFFF;
	border: 1px solid #EEEEEE;
	box-sizing: border-box;
}

.feedbackBox .imgbox ul li:first-child {
	margin-left: 0!important;
}

.feedbackBox .imgbox ul li:last-child:hover {
	opacity: 0.7;
}

.feedbackBox .imgbox ul li a {
	display: block;
	width: 68px;
	height: 68px;
	cursor: pointer;
}

.feedbackBox .imgbox ul li a img {
	display: block;
	width: 66px;
	border: none!important;
}

.feedbackBox .imgbox ul li i {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	padding-left: 6px;
	width: 24px;
	height: 25px;
	line-height: 18px;
	color: #FFFFFF;
	font-size: 1.2rem;
	font-weight: bold;
	font-style: normal;
	border-radius: 0 0 0 26px;
	background: rgba(0, 0, 0, 0.7);
	cursor: pointer;
	box-sizing: border-box;
}

.feedbackBox .imgbox ul li i img {
	display: block;
	margin: 2px auto;
	width: 18px;
	height: 18px;
	cursor: pointer;
}

.feedbackBox .btn {
	display: block;
	margin: 20px auto;
	width: 90%;
	height: 44px;
	line-height: 44px;
	font-size: 1.1rem;
	color: #FFFFFF;
	text-align: center;
	background: #1989fa;
	border-radius: 2px;
}

.feedbackBox .btn:active {
	opacity: 0.7;
}

.el-upload__input {
	display: none!important;
}

.el-upload--picture-card {
	width: 68px;
	height: 68px;
}

.el-dialog {
	width: 90%;
}

.el-dialog__headerbtn {
	top: 0;
	right: 5px;
	font-size: 1.4rem;
}

.el-dialog__body {
	padding: 0!important;
	margin: 0!important;
}

.el-dialog__body img {
	width: 100%;
}

.el-upload-list__item-delete {
	display: block!important;
	position: absolute!important;
	top: -3px;
	right: 0;
	padding-left: 6px;
	width: 24px;
	height: 25px;
	line-height: 18px;
	color: #FFFFFF;
	font-size: 1.2rem;
	font-weight: bold;
	font-style: normal;
	border-radius: 0 0 0 26px;
	background: rgba(0, 0, 0, 0.7);
	cursor: pointer;
	box-sizing: border-box;
}

.el-upload-list__item-preview {
	width: 90%;
	height: 90%;
}

.el-upload-list__item-preview i {
	display: none;
}

.el-upload-list--picture-card .el-upload-list__item-actions {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	cursor: default;
	text-align: center;
	color: #fff;
	opacity: 1;
	font-size: 20px;
	background-color: rgba(0, 0, 0, 0);
}

.el-icon-delete:before {
	content: "\e6db";
	font-size: 1rem;
}

.el-upload-list--picture-card .el-upload-list__item {
	margin: 0 15px 10px 0;
	width: 68px;
	height: 68px;
	border-radius: 0;
	border: 1px solid #ebedf0;
}

.el-upload--picture-card {
	line-height: 78px!important;
	background-color: #FFFFFF;
	border: 1px solid #ebedf0;
	border-radius: 0;
}

.el-dialog__header {
	display: none;
	padding: 0!important;
}

.el-upload--picture-card i {
	font-weight: bold;
	color: #D9D9D9;
}

.el-upload--picture-card:hover {
	border-color: #ebedf0;
	\ color: #D9D9D9;
}


/*弹窗提示*/

.m-pop {
	position: fixed;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	overflow: hidden;
	z-index: 999999;
}

.m-pop .pop_con {
	position: fixed;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	top: 45%;
	left: 50%;
	width: calc(100% - 100px);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #FFFFFF;
	text-align: center;
	border-radius: 16px;
	color: #FFFFFF;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	z-index: 10000;
	box-sizing: border-box;
}

.m-pop .pop_con .tit {
	display: block;
	margin: 15px 20px 0;
	height: 30px;
	line-height: 30px;
	font-size: 1rem;
	color: #000000;
	box-sizing: border-box;
}

.m-pop .pop_con .con {
	display: block;
	padding: 10px 20px;
	max-height: 150px;
	line-height: 22px;
	color: #000000;
	font-size: 0.9rem;
	font-style: normal;
	text-align: left;
	overflow-y: auto;
	box-sizing: border-box;
}

.m-pop .pop_con .btn {
	display: block;
	margin-top: 6px;
	width: 100%;
	text-align: center;
	border-top: 1px solid #ebedf0;
	box-sizing: border-box;
}

.m-pop .pop_con .btn button {
	display: block;
	width: 100%;
	height: 44px;
	line-height: 44px;
	text-align: center;
	font-size: 1rem;
	color: #EE0A24;
	border: none;
	background: none;
	box-sizing: border-box;
}

.m-pop .pop_con .btn2 button {
	display: inline-block;
	float: left;
	width: 50%;
}

.m-pop .pop_con .btn2 button:first-child {
	color: #000000;
}

.m-pop .pop_con .btn2 button:last-child {
	border-left: 1px solid #E5E5E5;
}


/*分页*/

.m-page {
	display: block;
	margin-top: 20px;
	text-align: center;
}

.m-page a {
	display: inline-block;
	padding: 0 20px;
	margin: 0 10px;
	line-height: 36px;
	text-align: center;
	font-size: 0.9rem;
	color: #1989fa;
	background: #ffffff;
	border: 1px solid #1989fa;
	border-radius: 4px;
}

.f-disabled {
	color: #d9d9d9!important;
	background: #f5f5f5!important;
	border: 1px solid #f5f5f5!important;
	cursor: none!important;
}

.f-disabled:active {
	opacity: 1!important;
}


/*中间过渡页*/

.tas-top {
	display: block;
	padding: 30px 30px 20px;
	border-bottom: 1px solid #dfdfdf;
}

.tas-top .logo-bh {
	display: block;
	margin: 0 auto;
	width: 60px;
	height: 60px;
}

.tas-top .logo-bh img {
	width: 60px;
	height: 60px;
}

.tas-top h1 {
	display: block;
	margin-top: 20px;
	height: 24px;
	line-height: 24px;
	font-size: 1.1rem;
	font-weight: 700;
	text-align: center;
	color: #333333;
}

.tas-download {
	display: block;
	padding: 36px 30px;
}

.tas-download p {
	display: block;
	margin: 0 auto;
	line-height: 20px;
	font-size: 0.8rem;
	text-align: center;
	color: #333333;
}

.tas-download a {
	display: block;
	margin: 20px auto;
	width: 85%;
	height: 44px;
	line-height: 44px;
	font-size: 0.8rem;
	text-align: center;
	border-radius: 6px;
	color: #FFFFFF;
	background: #d0102c;
}


/*置顶*/

.m-TopSite {
	position: fixed;
	display: block;
	right: 15px;
	bottom: 20px;
	width: 40px;
	height: 40px;
	z-index: 200;
}

.m-TopSite a {
	display: block;
	width: 40px;
	height: 40px;
	background: url(../img/btn_top_nor.png) center center no-repeat;
	background-size: contain;
}

.m-TopSite a:hover {
	background: url(../img/btn_top_pre.png) center center no-repeat;
	background-size: contain;
}


/*化合物供应商详情*/
.m-company {
	display: block;
	padding: 40px 0 10px;
	width: 100%;
	background: url(../img/bg_NoPath.png) center top no-repeat;
	background-size: cover;
}

.m-company label {
	display: block;
	margin: 0 auto;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 1.6rem;
	border-radius: 25px;
	background: #438bde;
	color: #FFFFFF;
}

.m-company p {
	display: block;
	margin: 12px auto;
	padding: 0 15px;
	line-height: 24px;
	text-align: center;
	font-size: 1rem;
	color: #333333;
}

.z-comScroll {
	position: fixed;
	top: 0;
	right: 0;
	padding: 4px 0;
	width: calc(100% - 60px);
	height: 47px;
	background: #FFFFFF;
	box-sizing: border-box;	
	z-index: 5;
}

.z-comScroll label {
	display: inline-block;
	float: left;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 1.2rem;
	border-radius: 20px;
	color: #FFFFFF;
}

.z-comScroll p {
	display: block;
	float: right;
	margin: 0;
	padding-right: 10px;
	width: calc(100% - 50px);
	height: 40px;
	line-height: 40px;
	text-align: left;
	font-size: 1.1rem;
	color: #333333;
	box-sizing: border-box;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.m-comInfo {
	display: block;
	padding: 20px 15px;
	width: 100wh;
	min-height: 200px;
	background: #FFFFFF;
}

.m-comInfo dl {
	display: block;
	float: left;
	margin: 5px 0 0;
	width: 100%;
}

.m-comInfo dl dt,
.m-comInfo dl dd {
	display: inline-block;
	color: #333333;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust:none;
	-ms-text-size-adjust: none;
	text-size-adjust: none
}

.m-comInfo dl dt,
.m-comInfo dl dt img {
	float: left;
	width: 20px;
	height: 20px;
}

.m-comInfo dl dd {
	position: relative;
	float: right;
	margin-bottom: 20px;
	padding-right: 40px;
	width: calc(100% - 32px);
	line-height: 20px;
	font-size: 1rem;
	word-break: break-all; 
	box-sizing: border-box;
}

.m-comInfo dl dd.note {
	margin-top: -10px;
	font-size: 0.7rem;
	color: #D9D9D9;
}

.m-comInfo dd::after{
	content: '';
	position: absolute;
	top: -5px;
	right: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: #FFFFFF;
	z-index: 2;
}

.m-comInfo dd.web_net::after{
	background: url(../img/icon_arrow_right.svg) center center no-repeat;
	background-size: 45%;
}

.m-comInfo dd.mobilePhone::after{
	background: url(../img/icon_calling.svg) center center no-repeat;
	background-size: 80%;
}

.m-comInfo dd.QQ::after{
	background: url(../img/icon_chat.svg) center center no-repeat;
	background-size: 80%;
}


.m-comInfo dd.web_net:active,
.m-comInfo dd.mobilePhone:active,
.m-comInfo dd.QQ:active{
	opacity: 0.7;
}

/*内容目录*/
.m-conMenu{
	display: block;
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: -25px;
	z-index: 201;
}

.m-conMenu h1{
	display: block;
	padding: 10px 20px 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	color: #000000;
	background: #FFFFFF;
}

.m-conMenu .btn_back{	
	display: block;
    padding: 15px 5px;
    width: 30px;
    height: 50px;
	line-height: 18px;
	color: #000000;
	font-size: 18px;
	background: #f2f2f2;
	border: 1px solid #e2e2e2;
	border-radius: 4px 0px 0px 4px;
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.16); 
	box-sizing: border-box;
}

.van-popup{
	height: 100vh;
	overflow-y: inherit!important;
}

.menuBox{
	display: block;
	padding: 0 0 120px; 
	min-width: 200px;
	max-width: 280px;
	height: calc(100vh - 50px);
	background: #FFFFFF;
	overflow-y: auto;
	overflow-x: inherit;
	box-sizing: border-box;
}

.van-popup__close-icon{
	position: fixed;
	display: block;
	left: -29px;
	top: 50%!important;
	margin-top: -25px;
    padding: 15px 4px;
    width: 30px;
    height: 50px;	
	background: #f2f2f2;
	border: 1px solid #e2e2e2;
	border-radius: 4px 0px 0px 4px;
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.16); 
	box-sizing: border-box;
	z-index: -1!important;
}


.menuBox ul{
	display: block;
}

.menuBox ul li{
	display: block;
}

.menuBox ul li a{
	display: block;
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
	color: #999999;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.menuBox ul li.first a{
	height: 46px;
	line-height: 46px;
	font-weight: bold;
	text-align: left;
	color: #000000;
}


.menuBox ul li:active a,
.menuBox ul li.z-crt a{
	background: #F3F3F3;
}

/*顶部搜索*/
.m-schTop{
	position: fixed;
	visibility: hidden;
	top: 0;
	padding: 15px;
	width: 100%;
	background: #FFFFFF;
	border-bottom: 1px solid #f1f1f1;
	box-sizing: border-box;
	z-index: 10;
}

.m-schTop .input{
	display: block;
	padding: 5px;
	height: 42px;
	line-height: 42px;
	background: #ffffff;
	border: 1px solid #ef2f32;
	border-radius: 8px;
	box-sizing: border-box;
}

.m-schTop .input a{
	display: inline-block;
	float: right;
	width: 55px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	text-align: center;
	color: #3a3a3a;
	border-left: 1px solid #e6e6e6;
	box-sizing: border-box;
}

.m-schTop .input input{
	display: inline-block;
	float: left;
	padding: 0 5px;
	width: calc(100% - 65px);
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	text-align: left;
	color: #3a3a3a;
}


/*搜索结果展示带标题*/
.m-top2{
	background: #EEEEEE;
	box-shadow: none;
}
.m-topSch{	
	position: fixed;
	display: block;
	left: 0;
	right: 0;
	top: 48px;	
	width: 100%;
	background: #FFFFFF;
	z-index: 999;
}
.m-topSchInput{	
	position: relative;
	display: block;
	padding: 0 20px;
	width: 100%;
	height: 48px;
	line-height: 48px;
	text-align: center;
	-moz-box-shadow: 0px 0px 4px #d9d9d9;
	-webkit-box-shadow: 0px 0px 4px #d9d9d9;
	box-shadow: 0px 0px 4px #d9d9d9;
	background: #FFFFFF;
	z-index: 991;
	box-sizing: border-box;
}

.m-topSchInput label{
	display: block;
	float: left;
	margin-top:20px;
	line-height:13px;
	width: 65px;
	text-align: left;
	font-size: 14px;
	color: #000000;
}

.m-topSchInput .sch_input{	
	display: inline-block;
	float: left;
	margin-top: 8px;
	width: calc(100% - 95px);
	background: #f7f8fa;
	border-radius: 4px;
}

.m-topSchInput .sch_input .input-text{
	padding: 0 5px!important;
	width: calc(100% - 32px);
	height: 32px;
	line-height: 32px;
	border: none;
	background: #f7f8fa;
	border-radius: 4px;
	box-sizing: border-box;
}

.m-topSchInput .sch_input .ic-stac{
	top: 0;
	right: 5px;
	width: 28px;
	height: 32px;
}

.m-topSchInput .sch_input .placeholer{	
	width: calc(100% - 32px);
	height: 32px;
	line-height: 32px;
}

.m-topSchInput .btnFilter{
	display: inline-block;
	float: right;
	width: 20px;
	height: 48px;
	background: url(../img/icon_filter.svg) center center no-repeat;
	background-size: 100%;
}

.m-topSch .filterList{
	position: absolute;
	display: block;
	top: 48px;
	left: 0;
	width: 100%;
	padding: 0 10px;
	background: #FFFFFF;
	-moz-box-shadow: 0px 5px 5px -5px #d9d9d9;
	-webkit-box-shadow: 0px 5px 5px -5px #d9d9d9;
	box-shadow: 0px 5px 5px -5px #d9d9d9;
	box-sizing: border-box;
	z-index: 990;
	animation: slide-down .3s ease-in;
	-webkit-animation: slide-down .3s ease-in;
    transition: .3s ease-in;
    transform-origin: 50% 0; 
}

@-webkit-keyframes slide-down{
    0%{transform: scale(1,0);}
    100%{transform: scale(1,1);}
}

.m-topSch .filterList li{
	position: relative;
	display: block;
	padding-right: 20px;
	width: 100%;
	height: 44px;
	border-bottom: 1px solid #f3f3f3;
	box-sizing: border-box;
}

.m-topSch .filterList li:last-child{
	border-bottom: none;
}

.m-topSch .filterList li a{
	display: block;
	width: 100%;
	height: 44px;
	line-height: 44px;
	font-size: 14px;
	text-align: left;
	color: #666666;
}

.m-topSch .filterList li.z-crt a,
.m-topSch .filterList li:active a{
	color: #E13E3F;
}

.m-topSch .filterList li.z-crt::after,
.m-topSch .filterList li:active::after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 44px;
	background: url(../img/icon_right.svg) center center no-repeat;
}

.m-topSch .filterList li.z-disabled a,
.m-topSch .filterList li.z-disabled::after{
	color: #D9D9D9;
	background: none;
}

/*相似度搜索*/
.m-simlar{	
	position: fixed;
	display: block;
	left: 0;
	right: 0;
	top: 96px;	
	padding: 0 20px;
	width: 100%;
	height: 48px;
	line-height: 48px;
	text-align: center;
	-moz-box-shadow: 0px 0px 4px #d9d9d9;
	-webkit-box-shadow: 0px 0px 4px #d9d9d9;
	box-shadow: 0px 0px 4px #d9d9d9;
	background: #FFFFFF;
	z-index: 998;
	box-sizing: border-box;
}

.m-simlar label{
	display: inline-block;
	float: left;
	margin: 0;
	width: 42px;
	line-height:  48px;
	font-size: 14px;
	text-align: left;
	color: #999999;
}

.m-simlar .slider{	
	display: inline-block;
	float: right;
	width: calc(100% - 52px);
	height: 48px;
}

.m-simlar .slider .el-slider {
	float: right;
	margin-top: 5px;
 	width:95%;
}

