/*searchmodel*/
.searchmodel{width:100%;position: relative;}
.searchmodel table{width:100%;border-top:1px solid #EAEAEA;border-left:1px solid #EAEAEA;border-collapse:collapse;}
.searchmodel table th{border-right:1px solid #EAEAEA;border-bottom:1px solid #EAEAEA;text-align:center;background: var(--logoColor);padding:12px 8px;font-size: 16px;color: #ffffff;line-height:1.4;font-weight: bold;}
.searchmodel table td{border-right:1px solid #EAEAEA;border-bottom:1px solid #EAEAEA;text-align:center;padding:8px;line-height:1.4;}
.searchmodel table td a{color:#1b82d6;}
.searchmodel table tbody tr:hover, .searchmodel table tbody tr:nth-child(even){background:#F5F5F5;}
.searchmodel table tbody tr:hover td a{text-decoration:underline;}

@media screen and (max-width:1023px){
	.searchmodel{padding:30px 0;}
	.searchmodel table th{font-size: 14px;}
}

@media screen and (max-width:767px){
    .searchmodel{padding:20px 0;}
    .searchmodel .s_table{width:100%;overflow-x:auto;}
	.searchmodel .s_table table{min-width:800px;}
}
