#input_domain {
	width: 640px;
	height: 38px;
	padding-right: 140px;
	margin: auto;
	position: relative;
}

#input_domain>input {
	width: 100%;
	height: 100%;
	padding-left: 32px;
	display: block;
	border: 1px solid #4F5BFB;
	background: url(../../../img/img/s.svg) no-repeat 12px center/14px 14px;
}

#input_domain>p {
	width: 140px;
	height: 38px;
	position: absolute;
	right: 0;
	top: 0;
	background: #4F5BFB;
	line-height: 38px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
}

#filter_box {
	border: 1px solid #EEEEEE;
	padding: 25px 30px 0;
	margin-top: 30px;
}

.filter_item {
	margin-bottom: 9px;
	color: #555666;
	font-size: 14px;
	line-height: 19px;
	border-bottom: 1px dashed #EEEEEE;
}

.fi_name {
	width: 80px;
}

.fi_list {
	width: 1050px;
}

.fi_list span {
	margin-bottom: 16px;
	margin-right: 36px;
	cursor: pointer;
	display: inline-block;
}

.fi_list a {
	color: #636a7c;
}
.fi_list a:hover {
    color: #4F5BFB;
    }
.fi_list .active {
	color: #4F5BFB;
	font-weight: bolder;
}

.pagelist a {
	color: #222;
	text-decoration: none;
}

a:hover {
	text-decoration: none !important;
}

.pagelist {
	margin: auto;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 60px;
}

.pagelist a, .pagelist a:visited {
	display: inline-block;
	background: #fff;
	margin-left: 5px;
	padding: 8px 11px;
	line-height: 100%;
	border: 1px solid #ddd;
	border-radius: 2px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}
/* .pages .current, .pages .thisclass, .pages .dots{background:#fff; margin:0 0 0 5px; padding:8px 11px; line-height:100%; border:1px solid #ddd; border-radius:2px;} */
.pagelist .thisclass, .pagelist a:hover {
	background: #4F5BFB !important;
	color: #fff;
	border: 1px solid #4F5BFB !important;
}

.ellip {
	position: relative;
	top: 7px;
	font-size: 20px;
}

.content {
	width: 1200px;
	margin: auto;
}

.ct_table {
	margin-top: 11px;
	border: 1px solid rgba(223, 226, 229, 1);
}

.tb1 {
	min-width: 220px;
	color: #888999;
	width: 25%;
	text-align: center;
}

.tb2 {
	color: #888999;
	width: 35%;
	min-width: 260px;
	text-align: center;
}

.tb4 {
	width: 15%;
	color: #888999;
	text-align: center;
	min-width: 150px;
}

.tb3 {
	width: 20%;
	text-align: center;
	color: #888999;
}

.ctt_head {
	line-height: 46px;
	height: 46px;
	color: #555666;
	font-size: 14px;
	border: 1px solid #e7e7e7;
    border-top-color: #4f5bfb;
    background: #f6f6f6;
}

.ctt_head>* {
	float: left;
}

#ct_table .ctt_body:nth-child(2n-1) {
	  background: #F6F7FB!important;
	}

.cttb_item {
	height: 55px;
	line-height: 55px;
}

.cttb_item:hover {
	background: #f9f9f9;
	transition: all .3s ease,box-shadow .3s ease;
  -webkit-transform: translateY(-4px);
  cursor: pointer;
  transform: translateY(-4px);
  box-shadow: 0 4px 5px 0 rgba(0,0,0,.06),0 1px 10px 0 rgba(0,0,0,.04),0 0 4px -1px rgba(0,0,0,.08)

}

.cttb_item>* {
	float: left;
}

.cttb_item>.tb1 {
	color: #4F5BFB;
	font-size: 14px;
	font-weight: bold;
}

.cttb_item>.tb2 {
	font-size: 14px;
}

.cttb_item>.tb3 {
	color: #FA4169;
	font-size: 14px;
}

 #price_sort {
    display: block;
    width: 72px;
    margin: 0 auto;
    text-align: center;
    color: #79868F;
}
.sort_desc {
    background: url(/img/pc/sort_desc.png) no-repeat 53px center;
    background-size: 8px;
}
.sort_asc {
    background: url(/img/pc/sort_asc.png) no-repeat 53px center;
    background-size: 8px;
}

.sort_default {
    background: url(/img/pc/sort_default.png) no-repeat 53px center;
    background-size: 8px;
}
 .btn_lease {
    width: 120px;
    margin-top: 33px;
    margin-left: 20px;
}
.fc_rigth_btns{
    width: 100px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    color: #fff;
    background-color: #4f5bfb;
    cursor: pointer;
    font-size: 12px;
}


.search_input {
  height: 46px;
  width: 804px;
  border-radius: 5px;
  margin-top: 15px;
  padding-left: 114px;
  padding-right: 124px;
  position: relative;
  overflow: hidden;
}

.search_input input {
  width: 100%;
  height: 100%;
  padding-left: 20px;
  font-size: 14px;
  outline: none;
  background: #fff;
}

.search_input:after {
  content: '';
  width: 1px;
  height: 22px;
  background: #E1E8EE;
  position: absolute;
  left: 114px;
  top: 12px;
}

.search_btn {
  width: 124px;
  height: 46px;
  line-height: 48px;
  position: absolute;
  top: 0;
  right: 0;
  background: #4F5BFB;
  color: #fff;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
}
.where_qk{
       width: 100px;
	    height: 32px;
	    line-height: 32px;
	    vertical-align: middle;
	    cursor: pointer;
	    background: #efefef;
	    color: #999; 
	  text-align: center;
	  font-size: 12px;
	  cursor: pointer;
	  float: right;
    }
.classify_box {
  background: #fff;
  width: 130px;
  height: 46px;
  line-height: 46px;
  padding-left: 20px;
  color: red;
  font-size: 10px;
  cursor:pointer;
  text-decoration:underline;
  font-weight:bolder;
  position: absolute;
  top: 0;
  left: 0;
}

.search_box_wrap {
  height: 120px;
  width: 1196px;
  margin: auto;
  padding-left: 196px;
  padding-top: 5px;
}
.part_itme_bao{
    width:54px;
	height:35px;
	line-height:35px;
	background:linear-gradient(137deg,rgba(254,98,65,1) 0%,rgba(251,62,43,1) 100%);
	box-shadow:0px 1px 2px 0px rgba(255,182,174,1);
	border-radius:4px;
	font-size:12px;
	margin-left:5px;
	font-family:MicrosoftYaHei;
	color:rgba(255,255,255,1);
	padding:0px  3px  3px 3px; 
	font-weight: normal;
   }
   
    .apply_btn {
    width: 162px;
    height: 16px;
    border-radius: 21px;
    background: #4F5BFB;
    line-height: 16px;
    text-align: center;
    padding: 5px 5px 5px 5px;
    color: #ffffff;
    font-size: 13px;
    cursor: pointer;
}