.market-top{
    overflow: hidden;
    border:1px solid rgba(178,178,178,1);
    margin-top:40px;
}
/* market-title */
.market-title{
    height: 73px;
    padding: 0 20px;
    border-bottom:1px solid rgba(178,178,178,1);
}
.ziyuan{
	font-size:24px;
    font-family:FZLTHK--GBK1-0;
    font-weight:400;
    padding:0 11px 14px 11px;
    margin-top:22px;
    display: inline-block;
}
.market-title .sc-ziyuan{
	margin-right:20px;
}
.market-title>span>a:hover{
	color:#333;
}
.currentTitle{
    border-bottom:6px solid rgba(30,79,178,1);
    color:#1E4FB2;
}
.market-title .new-hot{
    line-height: 73px;
}
.new-hot a{
    font-size:16px;
    color:#333;
    display: inline-block;
   /*  margin-left:15px; */
}
.new-hot .new{
    color:rgba(243,152,0,1); 
}
/* market-select */
.market-select{
    border-bottom:1px solid rgba(178,178,178,1);
    padding-bottom:31px;
}
.market-select ul li{
    display: block;
    margin-top:30px;
    margin-left:30px;
}
.market-select ul li span{
    color:#333;
}
.market-select ul li a{
    display: inline-block;
    font-size:16px;
    color:#333;
    margin-left:55px;
    cursor: pointer;
}
.market-select ul li a.all{
    display: inline-block;
    padding:2px 6px;
    background:rgba(243,152,0,1);
    font-size:16px;
    font-weight:400;
    color:rgba(255,255,255,1);
}
/* 市场需求 market-select */
.row_1{
    margin-top:20px;
    font-size: 26px;
    color:#333;
}
.row_1 label{
    display: inline-block;
    width: 88px;
    text-align: center;
}
.row_1 input{
    width:275px;
    height: 40px;
    border-radius: 5px;
    border:1px solid #cccccc;
    padding-left:10px;
}
/* market-search */
.market-search{
    height:70px;
    padding: 0 20px;
    line-height: 70px;
}
.market-search label{
    display: inline-block;
    font-size:15px;
    color:#333;
    margin-right:5px;
}
.market-search input{
    width:100px;
    height:36px;
    border:1px solid rgba(204,204,204,1);
    margin-right:13px;
    color:#333;
    font-size: 15px;
}
.market-search input[type=button]{
    width:65px;
    height:36px;
    background:rgba(30,79,178,1);
    border-radius:10px;
    font-size:16px;
    font-family:FZLTHK--GBK1-0;
    color:rgba(255,255,255,1);
    border:0;
}
.market-search .reset{
    font-size:16px;
    color:rgba(243,152,0,1);
    cursor: pointer;
}
/* market-bottom */
.market-bottom{
    margin-top:39px;
    border:1px solid rgba(179,179,179,1);
}
.market-bottom table thead tr th{
    font-family:FZLTHK--GBK1-0;
    color:#333;
    height:72px;
    width:120px;
    
}
.market-bottom table thead{
    background: #efefef; 
}
.market-bottom table tbody tr{
	border-bottom:1px solid #b3b3b3;
}
.market-bottom table tbody tr:last-child{
	border-bottom:0;
}
.market-bottom table tbody tr td{
    font-size:16px;
    color:rgba(128,128,128,1);
    text-align: center;
    height: 66px;
}
.selectOperate a{
    display: inline-block;
}
.selectOperate .dinghuo{
    width:23px;
    height:27px;
    margin-right:29px;
    /* background:rgba(179,179,179,1); */
}
/* 分页 */
#page{
    margin:60px 0 102px 0;
    text-align: center;
    height:45px;

}
.pageCode{
    text-align: center;
    color:#333;
    line-height: 45px;
    margin-top:60px;
    margin-bottom: 102px;
    
}
.pageCode a,.pageCode span{
    font-size: 16px;
    display: inline-block;
    width:45px;
    height:45px;
    border:1px solid rgba(203,203,203,1);
    border-left:0;
    margin-left:-6px;
}
.pageCode .prevPage,.nextPage{
    background:rgba(25,116,189,1);
}
.currentPage{
    font-weight:bold;
    color:rgba(25,116,189,1);
    vertical-align: top;
}
/* 分页 */
/* 修改layui默认样式 */
.layui-laypage span,.layui-laypage a{
    display: inline-block;
    vertical-align: middle;
    width: 45px;
    height: 45px;
    padding: 0;
    line-height: 45px;
    margin: 0 -1px 5px 0;
    background-color: #fff;
    color: #333;
    font-size: 16px;
}
#page a:hover{
    color:#333;
}
.layui-laypage .layui-laypage-curr em {
    position: relative;
    color: rgba(25,116,189,1);
    font-weight: 600;
    font-size: 16px;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
    position: absolute; 
     left: 0px; 
    top: 0px; 
    padding: 1px;
    width: 0; 
    height: 0;
}

