.wrapper{
	min-height: 55vh;
}

.result_load {
    height: 610px;
}
.warpper {
	text-align: center;
}

.wrapper .main {
	display: block;
	margin: 0 auto;
	width: 100%;
}

.no-result {
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: .16rem;
	margin-top: .3rem;
	color: #666666;
	line-height: .25rem;
}

 .no-result-a{
	 margin: 0 auto;
	width:1.5rem;
	height:.4rem;
	color:#ffffff; 
	padding-top:.3rem;
	
}
 .no-result-a a{
	display: inline-block;
	width:1.5rem;
	height:.4rem;
	line-height: .4rem;
	text-align: center;
	font-size:.15rem;
	background-color:#024cbb;
	border-radius:5px;
	cursor: pointer;
	color: #fff;
} 
/* .wrapper .main .result .tb_1, .wrapper .main .result .tb_2{
	width: 100%;
} */
/* 
.wrapper .main .result .scroll_box table{
	width: 100% !important;
} */

.search-class {
	width: 100%;
	text-align: center;
	padding: .15rem 0 .4rem 0;
}

.search-class a {
	display: inline-block;
	width: 1.2rem;
	height: .35rem;
	line-height: .35rem;
	color: #999999;
	/* font-size: .14rem; */
	border: 1px solid #c2c2c2;
	border-radius: 5px;
	margin: .08rem .05rem;
}

.search-class a.curr_class {
	color: #024cbb;
	border: 1px solid #024cbb;
}


.wrapper .main .result .tb_1 tr td{
		padding:.1rem .05rem;
	}
.wrapper .main .result .tb_2 {
	max-height: 5rem !important;
}


.wrapper .main .title {
	font-size: .2rem;
	margin-bottom: 0.05rem;
	margin: 0.1rem 0;
	border-bottom: none; 
	/* height: .5rem; */
	margin-top: .2rem;
	margin-bottom: .2rem;
	text-align: center;
	font-size: .18rem;
}

.wrapper .main .title font{
	color: #024cbb;
	font-weight: bold;
	font-size: .25rem;
}

.td_other font{
	color: #024cbb;
}

.goods_family{
	padding-left:5px;
	padding-right:5px;
}


.part-wrap{
	width: 100%;
	margin-top:50px;
	margin-bottom:50px;
	color: #2a2a2a;
	text-align: center;
}

.part-wrap h1{
	font-size: .22rem;
	line-height: .3rem;
	margin-left: -15px;
}

.part-img{
	width: 25%;
	border: 1px solid #eeeeee;
	box-shadow: 3px 3px 20px 2px rgb(0, 0, 0,0.1);
	margin-top: .3rem; 
	position: relative;
	padding-bottom: 25%;
}

.part-img img{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.part-img .part-name{
	display: inline-block;
	text-align: center;
	color: #024cbb;
	font-size: .15rem;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: .28rem;
}
.part-img .img-tips{
	display: inline-block;
	width: 100%;
	text-align: center;
	position: absolute;
	right: 0;
	top: 103%;
	font-size: .12rem;
	color: #9a9a9b;
}

.part-others,
.part-features,
.part-img{
	display: inline-block;
	vertical-align: top;
}

.part-features{
	width: 35%;
	margin-left: 6%;
	text-align: left;
}

.part-features ul{
	width: 100%;
	margin-top: .1rem;
}

.part-features ul li{
	width: 100%;
	font-size: .14rem;
	line-height: .24rem;
	margin-bottom:.05rem;
	position: relative;
}

.part-features ul li:nth-child(1){
	/* color: #FF7300; */
	color: #024cbb;
	font-weight: bold;
}

.part-features ul li font{
	vertical-align: top;
}

.part-features ul li::before{
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	background-color: #cccccc;
	position: absolute;
	left: -15px;
	top: 10px;
}

.part-features .source-download{
	margin: 0 5px;
}
.part-others{
	width: 15%;
	padding-top: .8rem;
}
.part-others a{
	display: block;
	width: 100%;
	height: .4rem;
	line-height: .4rem;
	text-align: center;
	/*background-color: #024cbb;
	*/border: 2px solid #024cbb;
	color: #024cbb;
	/*color: #ffffff;
	*/
	margin: .2rem 0;
	/* font-weight: bold; */
	transition:  all .2s linear;
	-webkit-transition:  all .2s linear;
	-moz-transition:  all .2s linear;
	-ms-transition:  all .2s linear;
	-o-transition:  all .2s linear;
	cursor: pointer;
}

.part-others a:nth-child(1){
	background: #024cbb;
	color: #ffffff;
}
.part-others a:hover{
	background: #024cbb;
	color: #ffffff;
}
.part-features .source-download .pro-spirite{
	margin-top: -5px;
	
}

.part-features .certificate-a{
	display: inline-block;
	margin-top: -5px;
}
@media screen and (min-width: 1100px) {

	.wrapper .main .result .tb_1,
	.wrapper .main .result .tb_2 {
		width: 100% !important;
	}

	.wrapper .main .result {
		width: 1100px;
		margin: 0 auto;
	}
	
	.wrapper .main .result .tb_1 tr td.td_1,
	.wrapper .main .result .tb_1 tr td:nth-child(2),
	.wrapper .main .result .tb_2 tr td:nth-child(2),
	.wrapper .main .result .tb_2 tr td.td_1 {
		width: 150px;
	}
	.wrapper .main .result .scroll_box table{
		width: 100% !important;
	}
}

@media screen and (max-width: 1100px) {

	/* .td_other{
		display: none !important;
	} */
	.result_load{
		width: 100%;
		height:100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 2;
		background-color: #FFFFFF;
	}
	/* .wrapper .main .result  .scroll_box  table td{
		width: 25% !important;
	} */

	/* .wrapper .main .result .fixed_col{
		width: 50% !important;
	} */

	/* .wrapper .main .result .fixed_col table td{
		width: 100% !important;
	} */
	/* .wrapper .main .result table{
		width: 100% !important;
	} */

	/* .wrapper .main .result .tb_2 tr td.td_1,
	.wrapper .main .result .tb_1 tr td.td_1
	{
		width: 50% !important;
	} */
}


@media screen and (max-width: 750px) {
	.wrapper .main .title {
		height: auto;
		margin-top: .2rem;
	} 

	.wrapper .main .result:not(.can_show) {
		display: none;
	}

	.wrapper .main .result .tb_2 {
		max-height: 5rem;
	}
	.slide-tips{
		display:none;
	}
	.part-img {
		width: 80%;
		margin: 0 auto;
	}
	
	.part-others, .part-features, .part-img {
		display:block;
	}
	.part-features {
		width: 100%;
		margin-left: 6%;
		margin-top: .3rem;
	}
	.part-others {
		width: 50%;
		padding-top: 0;
		text-align: center;
		margin: 0 auto;
	}
	.part-img {
		padding-bottom: 80%;
	}
}
