.searchbox {
  margin-top: 20px;
  position: relative;
}
.searchbox .tabs {
  display: flex;
  box-shadow: 0 -2px 4px 0 rgba(31,32,34,.04);
  background-color: #eee;
  border-bottom: 1px solid #eee;
}
.searchbox .tabs .item {
  padding: 10px 26px;
  cursor: pointer;
  border-radius: 4px 4px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.searchbox .tabs .item.on {
  background-color: #fff;
  box-shadow: 0 -2px 4px 0 rgba(31,32,34,.04);
}
.searchbox .tabs .platform_icon {
  width: 23px;
  height: 23px;
  margin-right: 6px;
}
.searchbox .mainbox {
  width: 100%;
  height: 52px;
  padding-right: 6px;
  background-color: #fff;
  border-radius: 0 4px 4px 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 0;
  position: relative;
}
.searchbox .mainbox .selectbox {
  width: 143px;
  height: 52px;
  background: #fff;
  border-radius: 4px 0 0 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.searchbox .mainbox .selectbox .txt {
  font-size: 16px;
}
.searchbox .mainbox .selectbox i {
  font-size: 12px;
  color: #999;
  margin-left: 6px;
  padding-top: 3px;
}
.searchbox .mainbox .selectbox i::after {
  content: '\e799';
}
.searchbox .mainbox .selectbox i.up::after {
  content: '\e797';
}
.searchbox .mainbox .inputbox {
  flex: 1;
  padding-right: 20px;
  padding-left: 20px;
}
.searchbox .mainbox .inputbox input {
  width: 100%;
  border: none;
}
.searchbox .mainbox .luck-btn {
  border: none;
  width: 80px;
  height: 30px;
  border-radius: 3px;
}
.searchbox .search-panel {
  position: absolute;
  top: 98px;
  left: 0;
  width: 600px;
  height: 120px;
  background-color: #fff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  box-sizing: border-box;
  z-index: 99;
  border: 1px solid #eee;
}
.searchbox .search-panel-item {
  width: 100px;
  height: 100%;
  box-sizing: border-box;
  padding: 24px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: all .2s;
}
.searchbox .search-panel-item i {
  width: 40px;
  height: 40px;
  background: #ff5277;
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 40px;
}
.condition {
  background-color: #fff;
  padding: 20px 30px 20px 20px;
  overflow: hidden;
  font-size: 13px;
  margin: 0 auto;
  border-radius: 5px;
  margin-top: 20px;
}
.condition .c_group {
  display: flex;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #f5f5f5;
  display: flex;
}
.condition .c_group:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.condition .c_group .c_group_title {
  width: 100px;
}
.condition .c_group .c_group_items {
  margin-bottom: -14px;
  margin-right: -14px;
  flex: 1;
}
.condition .c_group .c_group_items a {
  color: #333;
}
.condition .c_group .c_group_items .span_item {
  display: inline-block;
  color: #666;
  margin: 0 14px 14px 0;
  color: #333;
}
.condition .c_group .c_group_items .span_item.on {
  font-weight: 600;
  color: #fe346e;
}
.condition .c_group.city_box i:before {
  content: '\e60c';
  margin-left: 5px;
  color: #666;
  font-weight: 400;
	font-size: 13px;
}

.tonggao_list {
  min-height: 600px;
  overflow: hidden;
}
.tonggao_list .items {
  margin-top: 20px;
  margin-right: -20px;
  display: flex;
  flex-wrap: wrap;
}
.tonggao_list .items .item {
  margin-right: 20px;
  margin-bottom: 20px;
  width: 224px;
  border: 1px solid #eee;
  border-radius: 5px;
  background-color: #fff;
  cursor: pointer;
  overflow: hidden;
}
.tonggao_list .items .item:hover {
  box-shadow: 0 4px 8px rgba(3, 27, 78, .12);
}
.tonggao_list .items .item .cover img {
  width: 224px;
  height: 224px;
  vertical-align: top;
  object-fit: cover;
}
.tonggao_list .items .item .maininfo {
  padding: 10px 10px 14px 10px;
}
.tonggao_list .items .item .platformbox {}
.tonggao_list .items .item .platformbox img {
  width: 23px;
  height: 23px;
  margin-right: 5px;
}
.tonggao_list .items .item .name {
  margin-top: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow:ellipsis;
}
.tonggao_list .items .item .pricebox {
  margin-top: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow:ellipsis;
}
.tonggao_list .items .item .types {
  margin-top: 6px;
  font-size: 12px;
  color: #999;
}
.tonggao_list .items .item .types_item {
  margin-right: 3px;
}

.tonggao_show {
  overflow: hidden;
  margin-top: 20px;
  padding-bottom: 20px;
}
.tonggao_show .pagebox {
  background: #fff;
  padding: 20px;
  border-radius: 5px;
}
.tonggao_show .pagebox .stitle {
  position: relative;
  padding-left: 14px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.tonggao_show .pagebox .stitle:before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 5px;
  height: 12px;
  border-radius: 16px;
  background: #fe346e;
  content: '';
}
.tonggao_show .left {
  width: 920px;
  float: left;
}
.tonggao_show .pagetop {
  display: flex;
  justify-content: flex-start;
}
.tonggao_show .pagetop .imgbox {
  margin-right: 24px;
}
.tonggao_show .pagetop .imgbox img {
  width: 280px;
  height: 280px;
  vertical-align: top;
  object-fit: cover;
}
.tonggao_show .leftinfo .actions {
  margin-top: 10px;
  font-size: 12px;
  color: #999;
  padding: 0 12px;
  width: 280px;
  display: flex;
  justify-content: space-between;
}
.tonggao_show .leftinfo .actions a {
  color: #999;
}
.tonggao_show .leftinfo .actions .iconfont::before {
  font-size: 12px;
  margin-right: 3px;
}
.tonggao_show .leftinfo .actions .a1:before {
  content: '\e66b';
}
.tonggao_show .leftinfo .actions .a2:before {
  content: '\e644';
}
.tonggao_show .leftinfo .actions .a2.on:before {
  content: '\e684';
  color: #dc3545;
}
.tonggao_show .pagetop .rightinfo {
  flex: 1;
}
.tonggao_show .pagetop .title {
  font-weight: 600;
  margin-top: 8px;
}
.tonggao_show .pagetop .pricebox {
  margin-top: 15px;
}
.tonggao_show .pagetop .types {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.tonggao_show .pagetop .types_item {
  margin-top: 15px;
  width: 144px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow:ellipsis;
}
.tonggao_show .pagetop .types1 {
  margin-top: 15px;
  display: flex;
}
.tonggao_show .pagetop .types1 .div1 {
  width: 70px;
}
.tonggao_show .pagetop .types1 .div2 {
  margin-right: -6px;
  margin-bottom: -6px;
  flex: 1;
}
.tonggao_show .pagetop .types1 .div2 .item {
  margin-right: 6px;
  margin-bottom: 6px;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 10px;
  display: inline-block;
}
.tonggao_show .pagetop .types2 {
  margin-top: 15px;
  display: flex;
}
.tonggao_show .pagetop .types2 .div1 {
  width: 70px;
}
.tonggao_show .pagetop .types2 .div2 {
  float: left;
  margin-right: -6px;
  flex: 1;
}
.tonggao_show .pagetop .rightinfo .actions {
  margin-top: 15px;
  overflow: hidden;
}
.tonggao_show .pagetop .rightinfo .actions span {
  margin-right: 6px;
}
.tonggao_show .pagetop .rightinfo .actions .btn {
  width: 120px;
  color: #fff;
}
.tonggao_show .pagetop .actions .jubao {
  color: #999;
  float: right;
  padding-top: 15px;
  font-size: 12px;
}
.tonggao_show .pagetop .actions .jubao i:after {
  content: '\e66b';
  margin-right: 3px;
}
.tonggao_show .flow .bd {
  position: relative;
}
.tonggao_show .flow .bd .items {
  display: flex;
  text-align: center;
  position: relative;
}
.tonggao_show .flow .bd .line {
  width: 100%;
  height: 1px;
  background: #ddd;
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translate(-50%,-50%);
}
.tonggao_show .flow .item {
  flex: 1;
}
.tonggao_show .flow .item .iconfont {
  font-size: 16px;
  color: #b3b3b3;
}
.tonggao_show .flow .item .span1 {
  height: 30px;
  line-height: 30px;
  z-index: 999;
  margin: 0 auto;
}
.tonggao_show .flow .item .span1.on .iconfont {
  color: #7e2bdb;
  z-index: 999;
}
.tonggao_show .flow .item .span1.current {
  background: #7e2bdb;
  width: 30px;
  border-radius: 50%;
  display: inline-block;
}
.tonggao_show .flow .item .span1.current .iconfont {
  color: #fff;
}
.tonggao_show .flow .item .span {
  display: block;
  margin-bottom: 5px;
}
.tonggao_show .flow .item .span2,
.tonggao_show .flow .item .span3 {
  font-size: 12px;
}
.tonggao_show .flow .item .span3 {
  color: #999;
}
.tonggao_show .flow .item .icon1:after {
  content: '\e72f';
}
.tonggao_show .pageapply .items {
  display: flex;
  flex-wrap: wrap;
  margin-top: -6px;
  margin-bottom: -6px;
}
.tonggao_show .pageapply .item .avatar {
  width: 35px;
  height: 35px;
  border-radius: 50px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-right: 6px;
  margin-bottom: 6px;
}
.tonggao_show .pageapply .bd {
  font-size: 12px;
  color: #999;
}

.tonggao_show .right {
  width: 260px;
  float: right;
}
.tonggao_show .right .recommend_tonggao {}
.tonggao_show .right .recommend_tonggao .item {
  display: flex !important;
  align-items: center;
  flex-wrap: nowrap;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #f5f5f5;
}
.tonggao_show .right .recommend_tonggao .item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.tonggao_show .right .recommend_tonggao .item .cover {
  width: 55px;
  height: 55px;
  margin-right: 8px;
  border: #E5E5E5 solid 1px;
  padding: 2px;
}
.tonggao_show .right .recommend_tonggao .item .cover img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  object-fit: cover;
}
.tonggao_show .right .recommend_tonggao .item .info {
  flex: 1;
  font-size: 12px;
}
.tonggao_show .right .recommend_tonggao .item .name {
  color: #333;
  font-size: 12px;
}
.tonggao_show .right .recommend_tonggao .item .price {
  margin-top: 4px;
  font-weight: 600;
}

.tonggao_show .info2 .types {
  margin-bottom: -5px;
}
.tonggao_show .info2 .types .types_item {
  margin-bottom: 5px;
}

/* 报价 弹窗 start */
.baojia_popup {
  width: 470px;
  background-color: #fff;
  padding: 50px 50px 50px 50px;
  border-radius: 8px;
  position: relative;
}
.baojia_popup .close::before {
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  top: 8px;
  right: 8px;
  cursor: pointer;
  content: '\e65c';
  font-size: 16px;
}
.baojia_popup_addition_class {
  border-radius: 8px !important;
}
.baojia_popup .stitle {
  letter-spacing: 1px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 12px;
}
.baojia_popup .msg {
  font-size: 12px;
  color: #999;
  text-align: center;
  margin-top: 12px;
}
.baojia_popup .actions {
  text-align: center;
  margin-top: 12px;
}
/* 报价 弹窗 end */

.page {
  margin: 0 0 20px 0;
}

