
.page_a{
  width: 48px;
height: 48px;
background: #FFFFFF;
border: 1px solid #D4D4D4;
margin: 0 8px;
font-weight: 500;
font-size: 18px;
line-height: 46px;
color: #333;
border-radius: 0;
}
.page_con{
  display: block;
  text-align: left;
}
.page_prev.page_a{
  width: 120px;
  margin-left: 0;
  margin-right: 22px;
}
.page_next.page_a{
  width: 120px;
  margin-right: 0;
  margin-left: 22px;
}
.page_a.disabled{
  font-weight: 500;
font-size: 18px;
border-radius: 0;
}
.page_a:hover{
  color: var(--main-color);
    border-color:var(--main-color);

}
.page_a.current,.page_a.current:hover{
  border-color:var(--main-color); 
  background-color: var(--main-color);
  color: #fff;
  font-weight: 500;
font-size: 18px;
border-radius: 0;
}

.topser{
  display: flex;
}
.topser .p_item:nth-child(1){
  flex: 1;
}
.topser .p_item:nth-child(1) input:focus{
  box-shadow: none;
}
.topser .p_item:nth-child(1) input{
  height: 60px;
background: #FFFFFF;
border: 1px solid #BBB8E6;
padding: 0 30px;
color: var(--main-color);
font-size: 16px;
border-radius: 0;
outline: none;
}
.topser .p_item:nth-child(1) input::placeholder{
  color: rgba(80,80,192,.5);
}
.topser .p_item:nth-child(2){
  width: 200px;
  flex: none!important;
}
.topser .p_item:nth-child(2) p{
   height: 60px;
   width: 100%;
   background-color: var(--main-color);
   font-weight: 500;  
   color: #FFFFFF;
   text-align: center;
   line-height: 60px;
   cursor: pointer;
}
.topser .form-group{
  margin-bottom: 0;
}
.hotsear{
  padding-top: 8px;
  display: flex;

}
.hotsear .p_item:nth-child(1){
  flex: none;
}
.hotsear .p_item:nth-child(2){
  flex: 1;
}
.hotsear .cttit{
  color: var(--main-color);
   line-height: 22px;
   margin-right: 20px;
}
.hotsear .ctiaolist .p_loopItem{
  flex: none;
  margin-right: 20px;
  margin-bottom: 10px;
}
.hotsear .ctiaolist .p_loopItem p{
  line-height: 22px;
  padding: 0 13px;
  color: var(--main-color);
  cursor: pointer;
  background-color: rgba(80,80,192,.1);;
}


.filter-tit{
	display: flex;
	align-items: center;
	line-height: 36px;
	justify-content: space-between;
	padding-bottom: 22px;
	border-bottom: 1px solid var(--main-color);
	margin-right: 30px;
}
.filter-tit b{
	color: #111111;
	font-weight: bold;
}
.filter-tit span{
	color: var(--main-color);
	cursor: pointer;
	display: none;
}

@media screen and (max-width:1440px){
.topser .p_item:nth-child(2){
  width: 160px;
}
.topser .p_item:nth-child(2) p{
  height: 54px;
  line-height: 54px;
}
.topser .p_item:nth-child(1) input{
  height: 54px;
}
.page_a{
  width: 40px;
height: 40px;
margin: 0 6px;
font-size: 16px;
line-height: 34px;

}
.page_a.current, .page_a.current:hover{
  font-size: 16px;
}
.page_prev.page_a{
  width: 80px;
  margin-left: 0;
  margin-right: 12px;
  font-size: 16px;
}
.page_next.page_a{
  width: 80px;
  margin-right: 0;
  font-size: 16px;
  margin-left: 12px;
}
.page_a.disabled{
  font-size: 16px;
}

}
@media screen and (max-width:768px){
   .filter-tit{
	margin-right: 0;
  padding-bottom: 10px;
  line-height: 24px;
}
.page_a{
  width: 30px;
height: 30px;
margin: 0 4px;
font-size: 14px;
line-height: 28px;

}
.page_a.current, .page_a.current:hover{
  font-size: 14px;
}
.page_prev.page_a{
  width: 30px;
  margin-left: 0;
  margin-right: 6px;
  font-size: 16px;
}
.page_next.page_a{
  width: 30px;
  margin-right: 0;
    font-size: 16px;
  margin-left: 6px;
}
.page_a.disabled{
  font-size: 16px;
}

.page_con{
  display: block;
  text-align: center;
}
.topser .p_item:nth-child(2){
  width: 100px;
}
.topser .p_item:nth-child(2) p{
  height: 40px;
  line-height: 40px;
}
.topser .p_item:nth-child(1) input{
  height: 40px;
  padding:0 15px ;
}
.hotsear .cttit{margin-bottom: 10px;}
.hotsear .p_item:nth-child(n){
  flex: 0 0 100%;
}
.hotsear .ctiaolist .p_loopItem{
  margin-right: 10px;
}
}