/*search seart*/
.header .top_search{
	height: 65px;
	background-image: url(../images/header-top-1.png);
	background-repeat: no-repeat;
	background-position: center;
}
.header .top_search img{
	display: block;
}
.search_text ul li{
    height: 40px;
    line-height: 40px;
}
.search_text ul li.type {
    width: 90px;
}
.search_text ul li.type input{
	height: 40px;
    line-height: 40px;
    width: 100%;
    font-size: 14px;
    color: #929292;
    background-color: #ffffff;
}
.search_text ul li.key {
    
}
.search_text{
	padding: 12px 0;
}
.search_text ul li.key input{
	height: 40px;
    line-height: 40px;
    width: 260px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    font-size: 14px;
    color: #929292;
    box-sizing: border-box;
    border-right: 1px solid #d6d5d5;
}
.search_text .s_sub{
	height: 40px;
	padding: 0 10px;
	background-color: #2b5cbe;
	font-size: 14px;
	color: #ffffff;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	cursor: pointer;
}
.search_text ul li .li_list a {
    display: block;
    height: 40px;
    color: #999999;
    line-height: 40px;
    text-align: center;
    background-color: #ffffff;
    border-bottom: 1px solid rgb(212, 212, 212);
}
.li_cont{
	position: relative;
}
.search_text ul li .li_list{
	border: 1px solid rgb(212, 212, 212);
	position: relative;
	z-index: 999;
}
.search_text ul li .li_list a:last-child{
	border-bottom: 0;
}
.classify_list_wrap{
	margin-top: 30px;
}
.hot_pro_list ul li .pic{
	position: relative;
}
.hot_pro_list ul li .pic .pro_3d{
	position: absolute;
	right: 5px;
	top: 5px;
	width: 60px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	background-color: #f4f4f2;
	cursor: pointer;
	border-radius: 3px;
}

.hot_pro_list ul li .pic .pro_3d i{
	font-size: 32px;
	display: block;
	transition: all 0.2s;
}
.hot_pro_list ul li .pic .pro_3d:hover i{
	font-size: 46px;
}
.pup-pop360{
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 198;
    background-color: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    display: none;
}
.pup-pop360.show{
	display: block;
}
.pup-pop360 .p-close{
	position: absolute;
	top: 15px;
    right: 15px;
    cursor: pointer;
}
.pup-pop360 .p-close i{
	font-size: 42px;
    line-height: 42px;
    color: #8e8e8e;
}
.pup-pop360 .p-view{
	width: 1000px;
	height: 560px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	opacity: 0;
	transition: all 0.3s;
}
.pup-pop360 .p-view.active{
	opacity: 1;
}

.classify_list_top{
	background-color: #ffffff;
	border-radius: 8px;
	padding: 18px 38px;
}
.classify_list_top .classify_list_all > .title{
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	width: 120px;
	line-height: 24px;
}
.classify_list_top .classify_list_all .classify_list_one{
	padding-left: 120px;
	line-height: 24px;	
}
.classify_list_top .classify_list_all{
	margin-bottom: 10px;
}
.classify_list_top .classify_list_all:last-child{
	margin-bottom: 0;
}
.classify_list_all .classify_list_one > li{
	margin-right: 25px;
	position: relative;
}
.classify_list_all .classify_list_one > li > p{
	line-height: 24px;
	cursor: pointer;
}
.classify_list_all .classify_list_one a{
	font-size: 14px;
	display: inline-block;
	color: #666666;
}
.classify_list_all .classify_list_one > li > p i{
	font-size: 22px;
	line-height: 28px;
	margin-left: 10px;
	display: inline-block;
	color: #666666;
}
.classify_list_all .classify_list_one .classify_list_two{
	margin-top: 0px;
    background: #ffffff;
    display: none;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 5px 5px #eaeaea;
    position: absolute;
    left: -10%;
    top: 24px;
    width: 120%;
    z-index: 999;
}
.classify_list_all .classify_list_one .classify_list_two.show{
	display: block;
}
.classify_list_all .classify_list_one .classify_list_two a{
	display: block;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.check_filters{
	margin-top: 10px;
}
.check_filters ul{
	line-height: 30px;
	margin-bottom: -10px;
}
.check_filters ul li{
	padding: 0 15px;
	height: 30px;
	background-color: #daecf5;
	border-radius: 3px;
	margin-right: 10px;
	font-size: 14px;
	color: #666666;
	margin-bottom: 10px;
}
.check_filters ul li span:first-child{
	margin-right: 10px;
}
.check_filters ul li i{
	font-size: 14px;
	margin-left: 10px;
	cursor: pointer;
	color: #d81e06;
}
.check_filters ul .clear_all a{
	color: #1890ff;
	font-size: 14px;
}
.check_filters ul .clear_all{
	margin-bottom: 10px;
}


.home_bg_wrap .trade_show .ts_logo .wz p{
	color: #ffffff;
}
.home_bg_wrap .trade_show .hy_nav{
	background-color: rgba(255,255,255,0.4);
}
.home_bg_wrap .trade_show .hy_nav ul li a i{
	color: #ffffff;
}
.home_bg_wrap .trade_show .hy_nav .btc_nav .cont{
	box-shadow: none;
}
.home_bg_wrap .trade_show .hy_nav ul li a{
	color: #ffffff;
}
.search_pro_wrap .search_title{
	font-size: 14px;
	color: #666666;
	padding: 10px 0 15PX;
	margin-top: 10px;
}
.search_pro_wrap .search_title .number{
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}
.page_list {
    margin: 60px auto 20px auto;
    text-align: center;
}
/*sarchend*/
