.listul .listBox_card_tag {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 0;
}

.listul .listBox_card_tag label.bgh {
  background-image: linear-gradient(225deg, #db70b8 0%, #ffa438 100%);
  width: 43px;
  height: 20px;
  display: inline-block;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  margin-right: 1px;
}


.listul .listBox_card_tagis_res {
  position: absolute;
  top: 10px;
  left: 90px;
  font-size: 0;
}

.listul .listBox_card_tagis_res label.bgh {
  background-image: linear-gradient(225deg, #3ee10d 0%, #f0c6e6 100%);
  width: 43px;
  height: 20px;
  display: inline-block;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  margin-right: 1px;
}


.listul .listBox_card_tagis_tejia {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 0;
}

.listul .listBox_card_tagis_tejia .bgh {
  background-image: linear-gradient(225deg, #ffc885 0%, #ffa438 100%);
  width: 43px;
  height: 20px;
  display: inline-block;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  margin-right: 1px;
}



.content .head_customer_otherc .tel_ask {
  margin-top: 4px;
  width: 52px;
  height: 19px;
  border: 1px solid #ff8400;
  text-align: center;
  line-height: 19px;
  font-size: 12px;
  color: #ff8a17;
  cursor: pointer;
}

.content .head_customer_otherc {
  border-bottom: none;
  padding: 20px 0 0 18px;
}

.listdiv ul li {
  margin: 0 12px 2px 0;
  width: 228px;
  height: 116px;
  padding-top: 11px;
  background: #fff;
  float: left;
  overflow: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
}

.listdiv ul li>a:first-child {
  display: block;
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
  overflow: hidden;
}

.listdiv ul li>a.listBox_kefu {
  width: 210px;
  height: 36px;
  display: inline-block;
  background-color: #2b3d63;
  border-radius: 4px;
  color: #fff;
  font-size: 15px;
  line-height: 36px;
  text-align: center;
  margin: 0px 10px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.listdiv ul li>a.listBox_card_a2 {
  width: 210px;
  height: 36px;
  display: inline-block;
  background-color: #2b3d63;
  border-radius: 4px;
  color: #fff;
  font-size: 15px;
  line-height: 36px;
  text-align: center;
  margin: 0px 10px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.listdiv ul li>a.listBox_card_a2:hover {
  opacity: .9;
}

.listdiv ul li:hover {
  -webkit-box-shadow: 0 0 20px 1px #e6e7eb;
  box-shadow: 0 0 20px 1px #e6e7eb;
}

.listdiv ul li:hover a:first-child {
  /* margin-top: -46px;*/
}

.listdiv ul li:hover .listBox_card_p2 {
  opacity: 0;
  margin-bottom: -48px;
  z-index: -1;
  position: relative;
}

.listBox_card_logo {
  width: 210px;
  height: 210px;
  margin: 10px;
  text-align: center;
  position: relative;
  background: #ccc;
}

.listBox_card_logo img {
  max-width: 210px;
  max-height: 210px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: contain;
  object-fit: contain
}

.listBox_card_logo .pic_tag,
.listBox .pic_tag {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  z-index: 9;
}

.listBox_card_p1 {
  padding-left: 10px;
  padding-right: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.listBox_card_p1 span {
  font-size: 15px;
  color: #464545;
  white-space: nowrap;
  vertical-align: middle;
}

.listBox_card_p1 label {
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 3px;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  vertical-align: middle;
}

.listBox_card_p1 label.jp {
  background-image: linear-gradient(225deg, #5eafef 0%, #1188e7 100%);
  -webkit-box-shadow: 0px 1px 0px 0pxrgba(7, 85, 148, 0.2);
  box-shadow: 0px 1px 0px 0pxrgba(7, 85, 148, 0.2);
}

.listBox_card_p1 label.tj {
  background-image: linear-gradient(225deg, #ff8a8a 0%, #fa3c3c 100%);
  -webkit-box-shadow: 0px 1px 0px 0pxrgba(147, 7, 7, 0.2);
  box-shadow: 0px 1px 0px 0pxrgba(147, 7, 7, 0.2);
}

.listBox_card_p2 {
  font-size: 12px;
  color: #b8b8b8;
  padding: 8px 10px 20px 10px;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  border-bottom: 1px solid #ebecee;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.listBox_card_p3 {
  line-height: 50px;
  padding: 0 10px;
}

.listBox_card_p3 {
  background: url(i15.png) no-repeat 201px center;
}

.listBox_card_p3 span {
  font-size: 14px;
  color: #a5a5a5;
  vertical-align: middle
}

.listBox_card_price {
  color: #fb6514 !important;
  font-size: 16px !important;
  font-weight: bold;
}

.listBox_card_price label {
  margin: 0 -2px;
}

.listBox_card_tag {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 0;
}

.listBox_card_tag label {
  width: 43px;
  height: 20px;
  display: inline-block;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  margin-right: 1px;
}

.listBox_card_tag label.bgh {
  background-image: linear-gradient(225deg, #ffc885 0%, #ffa438 100%);
  -webkit-box-shadow: 0px 1px 0px 0pxrgba(148, 85, 7, 0.2);
  box-shadow: 0px 1px 0px 0pxrgba(148, 85, 7, 0.2);
}

.listBox_card_tag label.dlb {
  background: #ff3dc5;
  background-image: linear-gradient(225deg, #ff8adc 0%, #ff3dc5 100%);
  -webkit-box-shadow: 0px 1px 0px 0pxrgba(148, 7, 106, 0.2);
  box-shadow: 0px 1px 0px 0pxrgba(148, 7, 106, 0.2);
}

.listBox_card_p4 {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 232px;
  text-indent: -99999px;
  background: url(xin.png) no-repeat center;
  background-size: 16px 16px;
  cursor: pointer;
}

.listBox_card_p4.on {
  background: url(xin_on.png) no-repeat center;
  background-size: 16px 16px;
}

.listBox_card .color1 .listBox_card_logo {
  background: url(brand_bg1.jpg) no-repeat center;
}

.content .head_customer_otherc .otherc_info_consult {
  width: auto;
}

.content .head_customer_otherc .otherc_info_consult,
.content .head_customer_otherc .tel_ask {
  border: none;
  height: auto;
  margin-top: auto;
  line-height: 30px;
  color: #FFA75E !important;
}

.contact_box {
  background-color: #FBFBFF;
  position: relative;
  margin-top: 18px;
  border-bottom: 1px solid #ddd;
  transform: translateX(-18px);
  width: 110%;
}

.contact_box::before {
  content: '';
  width: 1px;
  height: 50%;
  background-color: #ddd;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
}

.contact_box>a,
.contact_box>.tel_ask {
  display: block;
  float: left;
  width: 50% !important;
}

.otherc_info_tel {
  font-size: 12px;
  color: #999999;
}

.tuijianbox .listBox_card_tag {
  left: auto;
  right: 10px;
}

*,
:after,
:before {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.listul .listBox_card {
  width: 970px;
  margin-bottom: 12px;
}

.listBox_card {
  float: left;
}

.listdiv {
  display: inline-block;
  width: 230px;
  position: absolute;
  right: 0;
  top: 430px;
  border-left: 14px solid #EAEFF5;
  background-color: #EAEEF5;
  height: 3395px;
  overflow: hidden;
  z-index: 1;
}

.listdiv>h2 {
  font-size: 20px;
  line-height: 50px;
  width: 99%;
  text-align: center;
  z-index: 2;
  background-color: #FBFBFF;
  margin-bottom: 10px;
}

.listdiv_special h2 {
  top: 945px !important;
}

.listdiv_hot,
.listdiv_special {
  height: 3353px;
  z-index: 1;
  width: 245px;
  overflow: scroll;
}

.listdiv_special {
  margin-top: 20px;
}




.screen .screen_right {
  width: 230px;
  height: 512px;
  z-index: 3;
}

.listul {
  position: relative;
}

.listBox_card_logo {
  background-color: #fff !important;
}


.tejiadiv {
  width: 956px;
  margin: 0px;
  margin-bottom: 2px;
  margin-top: 10px;
}

.tj_head_box {
  padding: 10px 0 10px 0;
}

/* 商标顾问滑动 */
.screen_right .content {
  width: 246.8px;
  height: 404px;
  overflow: scroll;
	transform: none;
}

.scrollbar {
  width: 230px;
  height: 388px;
  overflow: hidden;
}

/* .content::-webkit-scrollbar{
    display: none;
  } */

.resred {
  color: #ea8224;
}

.screen dl dd .abox a.resred {
  color: #ea8224;
}

.moreTmdl .classify_more li .box a.resred {
  color: #ea8224;
}

.pricediv input {
  background: none;
  width: 27%;
  border: 1px solid #c4c4c4;
  height: 30px;

  padding-right: 29px;
}

.screen .result .dt {
  background: #f9fafe;
  border: 1px dashed #E8E5F1;
  border-top: none;
}

.mark_start_search {
  border: none;
  width: 111px;
  height: 35px;
  color: white;
  font-size: 14px;
  cursor: pointer;
  float: right;
  background: #3D5794;
  position: absolute;
  top: 8px;
  right: -1px;
  font-weight: 700;
  margin-right: 90px;
}

.matching_search {
  top: 32px !important;
  z-index: 2;
  background-color: #f9fafe;
}

.input.input1 {
  margin-left: 5px;
  font-size: 14px;
}

.input.input2 {
  font-size: 14px;
}

.transverse_line {
  display: inline-block;
  color: #999;
}

.price_yuan1,
.price_yuan2 {
  position: absolute;
  top: 5px;
  left: 13px;
}

.price_yuan2 {
  left: 175px;
}

.padding0 {
  padding: 5px 0 !important;
  padding: 0 !important;
  line-height: 40px !important;
  border-top: 1px dashed #E8E5F1;
  border-bottom: 1px dashed #E8E5F1;
}

.padding0 #searchText,
.padding0 #groups,
.padding0 #one_id {
  border-right: 0;
}

#one_id {
  border-right: #888;
  padding-left: 15px;
}

.padding0 #searchText,
.padding0 select {
  width: 85% !important;
  border: 1px solid #ccc !important;
}

.select select {
  /* padding: 0 14px !important; */
  height: 35px !important;
}



.select.select2 {
  float: left;
}

.padding0 #searchText {
  margin-left: 10px;
  padding-right: 0;
  padding-left: 30px;
  width: 84% !important;
  background: url("<?php echo SHOP_TEMPLATES_URL;?>/xieli/背景@2x.png") no-repeat 10px center;
  background-size: 20px;
  background-color: #f3f3f3 !important;
}

.margin-left10 {
  margin-left: 3px !important;
}

.dlselect dd {
  padding: 8px 0 !important;
}

.margin_left17 {
  margin-left: 6.5px !important;
}

.absolute_right {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
}


.hot_project {
  height: 20px;
  position: relative;
}

.hot_project .abox {
  position: absolute;
  background-color: #fff;
  border-bottom: 2px solid #000;
  height: 30px;
}

.hot_ico {
  position: absolute;
  right: 35px;
  top: 8px;
  font-size: 20px;
  z-index: 9
}

.zIndex9 {
  z-index: 9;
  height: auto !important;
}

.tejiadiv {
  margin-bottom: 10px;
}

.tj_head_box .box3 {
  text-align: left;
  margin: 3px 20px;
}

.tj_head_box .box3 span {
  font-weight: bold;
}

.tj_head_box .box3 span:before,
.tj_head_box .box3 span:after {
  content: none;
}

.getmoreprice {
  color: #9E9E9E;
}

.tuijianbox {
  background-color: #FBFBFF;
}

.red.box3 .sortleft a {
  line-height: 24px;
  border-right: none;
}

.padding0 .select>select {
  border: none !important;
  border-right: 1px solid #ddd !important;
}

.select input {
  border: 1px solid #E8E5F1;
  padding-left: 20px;
  margin-left: 15px;
  background: none;
}

.searchBlock {
  position: relative;
}

.searchBlock>i {
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #999;
}

.dlselect .select:nth-of-type(2) {
  margin-left: 70px;
  width: 40%;
}

.input.input2 {
  margin-left: 0;
}

.list-page {
  transform: translateY(-12px);
}

.screen dl dd .abox a {
  margin: 0px 0 4px 6px;
}

.publicblock.tuijianbox {
  margin-top: 0;
}

.listBox_card .publicblock.tuijianbox {
  margin-top: 10px;
}

ul.listBox_card ul.listBox_card {
  margin-bottom: 0;
}

.ks_ol_comm_div,
.ks_ol_comm_div div {
  margin: 0px;
  background-color: transparent;
  position: static;
  height: initial;
  width: initial;
}

.ks_probe_a {
  cursor: pointer;
}

#k_s_ol_newMsgWin_fl * {
  padding: 0px;
  margin: 0px;
  width: auto;
}

.select .optgroup a input {
  width: 16px;
  height: 16px;
}

.select {
  margin: 0px;
  width: 24.5%;
}

.padding0 .select {
  width: 18%;
}

.select select[name='yearlist'] {
  /*padding-right: 28px;*/
}

.select select[id='groups'] {
  /*padding-right: 60px;*/
}

.select2 {
  margin: 0px;
  /*width: 49%;*/
}

.select select {
  padding: 4px;
  border: none;
  font-size: 15px;
  height: 23px;
  width: 85%;
  color: #888;
  border: 1px solid #E8E5F1;
  background: url(<?php echo SHOP_TEMPLATES_URL;?>/xieli/yzfiles/jt.png) no-repeat right center;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.screen .result .dd .searchBlock {
  /*width: 847px;*/
  width: 643px;
}

.screen .result .dd .searchBlock .searchText {
  width: 510px;
}

.screen dl {
  border-bottom: none;
}