@charset "utf-8";
.transition {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@keyframes myfirst {
  from {
    opacity: 0.2;
  }
  to {
    opacity: 0.7;
  }
}
@-moz-keyframes myfirst {
  /* Firefox */
}
@-webkit-keyframes myfirst {
  /* Safari 和 Chrome */
}
@-o-keyframes myfirst {
  /* Opera */
}
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
  overflow: hidden;
}
body {
  background: #F4F9FD;
}
.supply_co {
  margin-top: 40px;
}
.supply_co .index-sw-wrapper {
  width: 1200px;
  height: 120px;
  overflow: hidden;
  margin-bottom: 30px;
}
.supply_co .index-sw-wrapper .swiper-slide {
  height: 120px;
}
.supply_co .co_topBox {
  width: 1200px;
  background: linear-gradient(180deg, #FFFFFF 0%, #F4F9FD 50%);
  border-radius: 12px;
  display: inline-block;
  overflow: initial;
}
.supply_co .co_topBox .group_l {
  width: 900px;
  float: left;
  padding: 0 30px;
  margin-top: 27px;
}
.supply_co .co_topBox .group_l .supply_swiper {
  width: 856px;
}
.supply_co .co_topBox .group_l .supply_swiper .group_l_head {
  width: 100%;
  display: inline-block;
  margin-bottom: 16px;
}
.supply_co .co_topBox .group_l .supply_swiper .group_l_head .head_l {
  display: inline-block;
  float: left;
}
.supply_co .co_topBox .group_l .supply_swiper .group_l_head .head_l .icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 7px;
  float: left;
  background: url(../images/demand_icon/icon_expedited.png) no-repeat center;
  background-size: 100%;
}
.supply_co .co_topBox .group_l .supply_swiper .group_l_head .head_l .title {
  font-size: 20px;
  color: #333333;
  line-height: 28px;
  display: inline-block;
  float: left;
}
.supply_co .co_topBox .group_l .supply_swiper .group_l_head .head_l .tps {
  display: inline-block;
  position: relative;
  float: left;
  margin-left: 7px;
  margin-top: 7px;
}
.supply_co .co_topBox .group_l .supply_swiper .group_l_head .head_l .tps > div {
  list-style: initial;
  text-align: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: url(../images/demand_icon/icon_tps.png) no-repeat center;
  background-size: 100%;
}
.supply_co .co_topBox .group_l .supply_swiper .group_l_head .head_l .tps span {
  display: none;
  width: 514px;
  position: absolute;
  top: -18px;
  left: 20px;
  font-size: 12px;
  color: #A98A6F;
  line-height: 28px;
  float: left;
  margin-top: 12px;
  margin-left: 4px;
  background: #FFF8E7;
  border: 1px solid #F5EDE4;
  border-radius: 4px;
  padding: 0 10px;
  z-index: 100;
}
.supply_co .co_topBox .group_l .supply_swiper .group_l_head .head_l .tps span::after {
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  bottom: 10px;
  left: -4px;
  background: #FFF8E7;
  border-left: 1px solid #F5EDE4;
  border-bottom: 1px solid #F5EDE4;
  z-index: 100;
  transform: rotate(45deg);
}
.supply_co .co_topBox .group_l .supply_swiper .group_l_head .head_l .tps:hover span {
  display: block;
}
.supply_co .co_topBox .group_l .supply_swiper .group_l_head .co-carousel-page {
  display: inline-block;
  float: right;
  position: inherit;
  background: rgba(0, 0, 0, 0);
  padding: 0;
  height: 32px;
  text-align: right;
  margin-right: 16px;
}
.supply_co .co_topBox .group_l .supply_swiper .group_l_head .co-carousel-page span {
  width: 8px;
  height: 5px;
  background: #D8D8D8;
  border-radius: 4px;
  float: left;
  margin: 14px 0 14px 4px;
  opacity: 1;
}
.supply_co .co_topBox .group_l .supply_swiper .group_l_head .co-carousel-page .swiper-pagination-bullet-active {
  width: 16px;
  background: #006FFF;
}
.supply_co .co_topBox .group_l .supply_swiper .swiper-wrapper .swiper-slide {
  font-size: 0;
  padding-bottom: 14px;
}
.supply_co .co_topBox .group_l .supply_swiper .swiper-wrapper .swiper-slide .slide_itme {
  width: 412px;
  height: 170px;
  background: #FFFFFF;
  border-radius: 4px;
  margin-bottom: 16px;
  position: relative;
  display: inline-block;
}
.supply_co .co_topBox .group_l .supply_swiper .swiper-wrapper .swiper-slide .slide_itme .tps {
  position: absolute;
  top: 0;
  left: 0;
  width: 52px;
  height: 40px;
  overflow: hidden;
}
.supply_co .co_topBox .group_l .supply_swiper .swiper-wrapper .swiper-slide .slide_itme .tps p {
  width: 96px;
  position: absolute;
  top: 3px;
  left: -34px;
  font-size: 12px;
  font-family: FZLTDHK--GBK1-0, FZLTDHK--GBK1;
  font-weight: normal;
  color: #FFF1E8;
  background: #FF5C00;
  line-height: 12px;
  height: 20px;
  padding: 4px 0;
  transform: rotate(-38deg);
  text-align: center;
}
.supply_co .co_topBox .group_l .supply_swiper .swiper-wrapper .swiper-slide .slide_itme .top {
  margin: 24px 16px 13px;
  width: 380px;
  display: inline-block;
  position: relative;
}
.supply_co .co_topBox .group_l .supply_swiper .swiper-wrapper .swiper-slide .slide_itme .top .itme_left {
  display: inline-block;
  float: left;
}
.supply_co .co_topBox .group_l .supply_swiper .swiper-wrapper .swiper-slide .slide_itme .top .itme_left aside {
  width: 36px;
  height: 36px;
  margin-right: 8px;
  float: left;
  overflow: hidden;
  border-radius: 50%;
}
.supply_co .co_topBox .group_l .supply_swiper .swiper-wrapper .swiper-slide .slide_itme .top .itme_left .user_text {
  display: inline-block;
  float: left;
  max-width: 160px;
}
.supply_co .co_topBox .group_l .supply_swiper .swiper-wrapper .swiper-slide .slide_itme .top .itme_left .user_text span {
  display: block;
  width: 100%;
  height: 20px;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  word-break: break-all;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.supply_co .co_topBox .group_l .supply_swiper .swiper-wrapper .swiper-slide .slide_itme .top .itme_left .user_text p {
  height: 16px;
  font-size: 12px;
  color: #999999;
  line-height: 16px;
}
.supply_co .co_topBox .group_l .supply_swiper .swiper-wrapper .swiper-slide .slide_itme .top .itme_right {
  display: inline-block;
  float: right;
  margin-top: 5px;
}
.supply_co .co_topBox .group_l .supply_swiper .swiper-wrapper .swiper-slide .slide_itme .top .itme_right .btn {
  width: 46px;
  height: 24px;
  border-radius: 13px;
  margin-left: 8px;
  font-size: 12px;
  line-height: 22px;
  float: left;
  text-align: center;
  cursor: pointer;
}
.supply_co .co_topBox .group_l .supply_swiper .swiper-wrapper .swiper-slide .slide_itme .top .itme_right .chat_btn {
  border: 1px solid #FFE2BC;
  background: #FFF4E6;
  color: #FF4600;
}
.supply_co .co_topBox .group_l .supply_swiper .swiper-wrapper .swiper-slide .slide_itme .top .itme_right .tel_btn {
  border: 1px solid #D7EAFF;
  background: #ECF5FF;
  color: #0066FF;
}
.supply_co .co_topBox .group_l .supply_swiper .swiper-wrapper .swiper-slide .slide_itme .top .itme_right .brand_btn {
  border: 1px solid #c5e4e4;
  background: #d9f3f3;
  color: #158988;
}
.supply_co .co_topBox .group_l .supply_swiper .swiper-wrapper .swiper-slide .slide_itme .top .itme_right .telBox {
  position: relative;
  float: left;
}
.supply_co .co_topBox .group_l .supply_swiper .swiper-wrapper .swiper-slide .slide_itme .top .itme_right .telBox .telBox_text {
  display: none;
  width: 173px;
  position: absolute;
  top: -56px;
  right: -52px;
  height: 54px;
  background: #52515f;
  border-radius: 6px;
  z-index: 10;
}
.supply_co .co_topBox .group_l .supply_swiper .swiper-wrapper .swiper-slide .slide_itme .top .itme_right .telBox .telBox_text::after {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  bottom: -5px;
  left: 88px;
  background: #52515f;
  z-index: 100;
  transform: rotate(45deg);
  border-radius: 2px;
}
.supply_co .co_topBox .group_l .supply_swiper .swiper-wrapper .swiper-slide .slide_itme .top .itme_right .telBox .telBox_text .icon_i {
  float: left;
  width: 44px;
  height: 54px;
  display: inline-block;
  position: inherit;
  line-height: 54px;
  text-align: center;
}
.supply_co .co_topBox .group_l .supply_swiper .swiper-wrapper .swiper-slide .slide_itme .top .itme_right .telBox .telBox_text .icon_i i {
  margin: 19px auto;
  width: 15px;
  height: 18px;
  position: relative;
  background-position: -668px -314px;
}
.supply_co .co_topBox .group_l .supply_swiper .swiper-wrapper .swiper-slide .slide_itme .top .itme_right .telBox .telBox_text .icon_i::after {
  content: '';
  width: 1px;
  height: 32px;
  position: absolute;
  top: 13px;
  left: 44px;
  background-color: rgba(234, 234, 234, 0.4);
}
.supply_co .co_topBox .group_l .supply_swiper .swiper-wrapper .swiper-slide .slide_itme .top .itme_right .telBox .telBox_text .text {
  padding: 0 11px;
  display: inline-block;
  margin-left: 45px;
}
.supply_co .co_topBox .group_l .supply_swiper .swiper-wrapper .swiper-slide .slide_itme .top .itme_right .telBox .telBox_text .text .tel_p {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 20px;
  margin-top: 11px;
  max-width: 134px;
  overflow: hidden;
}
.supply_co .co_topBox .group_l .supply_swiper .swiper-wrapper .swiper-slide .slide_itme .top .itme_right .telBox .telBox_text .text .tel_p.tel_p_all {
  line-height: 44px;
  margin-top: 5px;
}
.supply_co .co_topBox .group_l .supply_swiper .swiper-wrapper .swiper-slide .slide_itme .top .itme_right .telBox .telBox_text .text p {
  font-size: 12px;
  font-weight: 300;
  color: #fff;
  line-height: 16px;
  margin-top: 1px;
}
.supply_co .co_topBox .group_l .supply_swiper .swiper-wrapper .swiper-slide .slide_itme .top .item_tps {
  width: 21px;
  height: 26px;
  position: absolute;
  top: -29px;
  right: -11px;
}
.supply_co .co_topBox .group_l .supply_swiper .swiper-wrapper .swiper-slide .slide_itme .top .item_tps.item_tps_icon1 {
  background: url(../images/demand_icon/demand_tps_1.png) no-repeat center;
  background-size: 100%;
}
.supply_co .co_topBox .group_l .supply_swiper .swiper-wrapper .swiper-slide .slide_itme .top .item_tps.item_tps_icon2 {
  background: url(../images/demand_icon/demand_tps_2.png) no-repeat center;
  background-size: 100%;
}
.supply_co .co_topBox .group_l .supply_swiper .swiper-wrapper .swiper-slide .slide_itme .content_text {
  margin: 0 16px 18px;
  width: 380px;
  height: 44px;
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.supply_co .co_topBox .group_l .supply_swiper .swiper-wrapper .swiper-slide .slide_itme .bottom {
  width: 380px;
  display: inline-block;
  margin: 0 16px;
}
.supply_co .co_topBox .group_l .supply_swiper .swiper-wrapper .swiper-slide .slide_itme .bottom .itme_left {
  display: inline-block;
  float: left;
}
.supply_co .co_topBox .group_l .supply_swiper .swiper-wrapper .swiper-slide .slide_itme .bottom .itme_left .imageBox {
  display: inline-block;
  float: left;
  margin-right: 5px;
}
.supply_co .co_topBox .group_l .supply_swiper .swiper-wrapper .swiper-slide .slide_itme .bottom .itme_left .imageBox aside {
  overflow: hidden;
  float: left;
  width: 22px;
  height: 17px;
  border-radius: 2px;
  margin-right: 4px;
}
.supply_co .co_topBox .group_l .supply_swiper .swiper-wrapper .swiper-slide .slide_itme .bottom .itme_left .imageBox aside img {
  width: 100%;
}
.supply_co .co_topBox .group_l .supply_swiper .swiper-wrapper .swiper-slide .slide_itme .bottom .itme_left .imageBox i {
  cursor: pointer;
  width: 22px;
  height: 17px;
  margin-right: 4px;
  float: left;
  line-height: 17px;
  font-size: 20px;
  color: #719eff;
}
.supply_co .co_topBox .group_l .supply_swiper .swiper-wrapper .swiper-slide .slide_itme .bottom .itme_left .imageBox i.hide {
  display: none;
}
.supply_co .co_topBox .group_l .supply_swiper .swiper-wrapper .swiper-slide .slide_itme .bottom .itme_left .expire_at {
  font-size: 12px;
  color: #999999;
  line-height: 16px;
  display: inline-block;
  float: left;
}
.supply_co .co_topBox .group_l .supply_swiper .swiper-wrapper .swiper-slide .slide_itme .bottom .itme_left .expire_at span {
  color: #FF5C00;
}
.supply_co .co_topBox .group_l .supply_swiper .swiper-wrapper .swiper-slide .slide_itme .bottom .itme_right {
  display: inline-block;
  float: right;
}
.supply_co .co_topBox .group_l .supply_swiper .swiper-wrapper .swiper-slide .slide_itme .bottom .itme_right .itme_btn {
  display: inline-block;
  float: left;
  margin-left: 20px;
  cursor: pointer;
}
.supply_co .co_topBox .group_l .supply_swiper .swiper-wrapper .swiper-slide .slide_itme .bottom .itme_right .itme_btn:first-child {
  margin-left: 0;
}
.supply_co .co_topBox .group_l .supply_swiper .swiper-wrapper .swiper-slide .slide_itme .bottom .itme_right .itme_btn .icon_i {
  display: inline-block;
  float: left;
  width: 16px;
  height: 16px;
  color: #8590A6;
}
.supply_co .co_topBox .group_l .supply_swiper .swiper-wrapper .swiper-slide .slide_itme .bottom .itme_right .itme_btn span {
  font-size: 12px;
  color: #909BB0;
  line-height: 16px;
  margin-left: 4px;
}
.supply_co .co_topBox .group_l .supply_swiper .swiper-wrapper .swiper-slide .slide_itme .bottom .itme_right .itme_btn.itme_btn_share {
  position: relative;
}
.supply_co .co_topBox .group_l .supply_swiper .swiper-wrapper .swiper-slide .slide_itme .bottom .itme_right .itme_btn.itme_btn_share .careBox {
  display: none;
  position: absolute;
  top: -118px;
  right: -60px;
  width: 306px;
  height: 107px;
  background: #FFFFFF;
  border-radius: 8px;
  z-index: 100;
  box-shadow: 0 7px 12px -5px rgba(209, 207, 230, 0.5);
  -webkit-box-shadow: 0 7px 12px -5px rgba(209, 207, 230, 0.5);
}
.supply_co .co_topBox .group_l .supply_swiper .swiper-wrapper .swiper-slide .slide_itme .bottom .itme_right .itme_btn.itme_btn_share .careBox .careBox_textBox {
  width: 200px;
  float: left;
  margin-top: 15px;
}
.supply_co .co_topBox .group_l .supply_swiper .swiper-wrapper .swiper-slide .slide_itme .bottom .itme_right .itme_btn.itme_btn_share .careBox .careBox_textBox .title {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
  margin-bottom: 5px;
}
.supply_co .co_topBox .group_l .supply_swiper .swiper-wrapper .swiper-slide .slide_itme .bottom .itme_right .itme_btn.itme_btn_share .careBox .careBox_textBox .text {
  width: 100%;
}
.supply_co .co_topBox .group_l .supply_swiper .swiper-wrapper .swiper-slide .slide_itme .bottom .itme_right .itme_btn.itme_btn_share .careBox .careBox_textBox .text p {
  font-size: 12px;
  font-weight: 300;
  color: #666666;
  line-height: 18px;
}
.supply_co .co_topBox .group_l .supply_swiper .swiper-wrapper .swiper-slide .slide_itme .bottom .itme_right .itme_btn.itme_btn_share .careBox aside {
  width: 80px;
  height: 80px;
  line-height: 70px;
  margin: 15px 8px 0 12px;
  overflow: hidden;
  float: left;
  display: inline-block;
  padding: 5px;
}
.supply_co .co_topBox .group_l .supply_swiper .swiper-wrapper .swiper-slide .slide_itme .bottom .itme_right .itme_btn.itme_btn_share .careBox aside img {
  width: 70px;
  height: 70px;
}
.supply_co .co_topBox .group_l .supply_swiper .swiper-wrapper .swiper-slide .slide_itme .bottom .itme_right .itme_btn.itme_btn_share .careBox::after {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  bottom: -6px;
  right: 60px;
  background-color: #fff;
  z-index: 100;
  transform: rotate(45deg);
}
.supply_co .co_topBox .group_l .supply_swiper .swiper-wrapper .swiper-slide .slide_itme .bottom .itme_right .itme_btn.itme_btn_share:hover .careBox {
  display: block;
}
.supply_co .co_topBox .group_l .supply_swiper .swiper-wrapper .swiper-slide .slide_itme .bottom .itme_right .itme_btn.itme_btn_mo {
  position: relative;
}
.supply_co .co_topBox .group_l .supply_swiper .swiper-wrapper .swiper-slide .slide_itme .bottom .itme_right .itme_btn.itme_btn_mo .mo_box {
  display: none;
  position: absolute;
  bottom: 0;
  right: -26px;
}
.supply_co .co_topBox .group_l .supply_swiper .swiper-wrapper .swiper-slide .slide_itme .bottom .itme_right .itme_btn.itme_btn_mo .mo_box ul {
  z-index: 100;
  border-radius: 5px;
  padding: 0 6px;
  background: #FFFFFF;
  box-shadow: 0px 8px 25px -4px rgba(194, 208, 220, 0.46);
  -webkit-box-shadow: 0px 8px 25px -4px rgba(194, 208, 220, 0.46);
  margin-bottom: 22px;
  font-size: 0;
  position: relative;
}
.supply_co .co_topBox .group_l .supply_swiper .swiper-wrapper .swiper-slide .slide_itme .bottom .itme_right .itme_btn.itme_btn_mo .mo_box ul li {
  width: 46px;
  height: 32px;
  color: #909BB0;
  padding: 6px 0;
  display: inline-block;
  overflow: hidden;
}
.supply_co .co_topBox .group_l .supply_swiper .swiper-wrapper .swiper-slide .slide_itme .bottom .itme_right .itme_btn.itme_btn_mo .mo_box ul li .li_icon {
  width: 20px;
  height: 20px;
  float: left;
  display: inline-block;
  margin-right: 2px;
  font-size: 14px;
  margin-top: 3px;
}
.supply_co .co_topBox .group_l .supply_swiper .swiper-wrapper .swiper-slide .slide_itme .bottom .itme_right .itme_btn.itme_btn_mo .mo_box ul li span {
  line-height: 20px;
  font-size: 12px;
  color: #909BB0;
  display: inline-block;
  float: left;
  margin-left: 0;
}
.supply_co .co_topBox .group_l .supply_swiper .swiper-wrapper .swiper-slide .slide_itme .bottom .itme_right .itme_btn.itme_btn_mo .mo_box ul::after {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  bottom: -4px;
  right: 28px;
  background-color: #fff;
  z-index: 100;
  transform: rotate(45deg);
}
.supply_co .co_topBox .group_l .supply_swiper .swiper-wrapper .swiper-slide .slide_itme .bottom .itme_right .itme_btn.itme_btn_mo:hover .mo_box {
  display: block;
}
.supply_co .co_topBox .group_l .supply_swiper .swiper-wrapper .swiper-slide .slide_itme:nth-child(even) {
  margin-left: 16px;
}
.supply_co .co_topBox .group_r {
  width: 300px;
  height: 620px;
  background: #FFFFFF;
  border-radius: 0 12px 8px 8px;
  float: right;
  padding: 24px 20px 0;
  margin-bottom: 30px;
}
.supply_co .co_topBox .group_r .group_title {
  font-size: 20px;
  color: #333333;
  line-height: 26px;
  margin-bottom: 18px;
}
.supply_co .co_topBox .group_r .group_title a {
  float: right;
  display: inline-block;
  color: #0055FF;
  font-size: 14px;
}
.supply_co .co_topBox .group_r .group_title a:hover {
  color: #004adf;
}
.supply_co .co_topBox .group_r .group_r_co .navBtn {
  height: 36px;
  background: #F5F5F5;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  margin-bottom: 26px;
}
.supply_co .co_topBox .group_r .group_r_co .navBtn .btn {
  width: 50%;
  height: 36px;
  background: #F5F5F5;
  font-size: 14px;
  color: #333333;
  line-height: 36px;
  text-align: center;
  display: inline-block;
  float: left;
  cursor: pointer;
}
.supply_co .co_topBox .group_r .group_r_co .navBtn .on {
  background: #3C5B88;
  color: #FFFFFF;
}
.supply_co .co_topBox .group_r .group_r_co .item {
  overflow: hidden;
}
.supply_co .co_topBox .group_r .group_r_co .item_checkbox {
  margin-bottom: 10px;
  overflow: initial;
  display: inline-block;
}
.supply_co .co_topBox .group_r .group_r_co .item_checkbox label {
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  display: inline-block;
  margin-right: 24px;
  float: left;
}
.supply_co .co_topBox .group_r .group_r_co .item_checkbox .checkbox {
  display: inline-block;
  float: left;
  margin-right: 16px;
  cursor: pointer;
}
.supply_co .co_topBox .group_r .group_r_co .item_checkbox .checkbox i {
  width: 14px;
  height: 14px;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #DCDCDC;
  display: inline-block;
  float: left;
  margin-top: 3px;
  margin-right: 5px;
  position: relative;
}
.supply_co .co_topBox .group_r .group_r_co .item_checkbox .checkbox input {
  display: none;
  width: 14px;
  height: 14px;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #DCDCDC;
  margin-right: 4px;
  float: left;
  margin-top: 3px;
  cursor: pointer;
}
.supply_co .co_topBox .group_r .group_r_co .item_checkbox .checkbox span {
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  float: left;
}
.supply_co .co_topBox .group_r .group_r_co .item_checkbox .checkbox.on i {
  border: 1px solid #3C5B88;
}
.supply_co .co_topBox .group_r .group_r_co .item_checkbox .checkbox.on i::after {
  content: '';
  width: 8px;
  height: 8px;
  background: #3C5B88;
  position: absolute;
  top: 2px;
  left: 2px;
}
.supply_co .co_topBox .group_r .group_r_co .item_checkbox .checkbox.on span {
  color: #3C5B88;
}
.supply_co .co_topBox .group_r .group_r_co .item_checkbox .checkbox .tps {
  display: inline-block;
  position: relative;
  float: left;
  margin-left: 5px;
  margin-top: 2px;
}
.supply_co .co_topBox .group_r .group_r_co .item_checkbox .checkbox .tps > div {
  list-style: initial;
  text-align: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: url(../images/demand_icon/icon_tps.png) no-repeat center;
  background-size: 100%;
}
.supply_co .co_topBox .group_r .group_r_co .item_checkbox .checkbox .tps span {
  display: none;
  width: 300px;
  position: absolute;
  top: 8px;
  left: 50%;
  font-size: 12px;
  color: #A98A6F;
  line-height: 20px;
  float: left;
  margin-top: 12px;
  margin-left: -150px;
  background: #FFF8E7;
  border: 1px solid #F5EDE4;
  border-radius: 4px;
  padding: 10px 10px;
  z-index: 100;
}
.supply_co .co_topBox .group_r .group_r_co .item_checkbox .checkbox .tps span::after {
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  top: -5px;
  left: 50%;
  margin-left: -6px;
  border-left: 1px solid #F5EDE4;
  border-top: 1px solid #F5EDE4;
  background: #FFF4E6;
  z-index: 100;
  transform: rotate(45deg);
}
.supply_co .co_topBox .group_r .group_r_co .item_checkbox .checkbox .tps:hover span {
  display: block;
}
.supply_co .co_topBox .group_r .group_r_co .item_checkbox .checkbox .tps.tps_r span {
  margin-left: -220px;
}
.supply_co .co_topBox .group_r .group_r_co .item_checkbox .checkbox .tps.tps_r span::after {
  margin-left: 65px;
}
.supply_co .co_topBox .group_r .group_r_co .item_input {
  width: 260px;
  height: 40px;
  border: 1px solid #DDE2E9;
  margin-bottom: 14px;
}
.supply_co .co_topBox .group_r .group_r_co .item_input label {
  font-size: 12px;
  color: #999999;
  line-height: 38px;
  display: inline-block;
  float: left;
  margin-left: 10px;
  border: 0;
}
.supply_co .co_topBox .group_r .group_r_co .item_input input {
  width: 182px;
  font-size: 12px;
  color: #333;
  line-height: 40px;
  display: inline-block;
  float: right;
  margin-right: 8px;
  text-align: right;
  border: 0;
}
.supply_co .co_topBox .group_r .group_r_co .item_input input::-webkit-input-placeholder {
  /* WebKit browsers*/
  color: #B1B9C9;
  font-size: 12px;
}
.supply_co .co_topBox .group_r .group_r_co .item_input input:-moz-input-placeholder {
  /* Mozilla Firefox 4 to 18*/
  color: #B1B9C9;
  font-size: 12px;
}
.supply_co .co_topBox .group_r .group_r_co .item_input input::-moz-input-placeholder {
  /* Mozilla Firefox 19+*/
  color: #B1B9C9;
  font-size: 12px;
}
.supply_co .co_topBox .group_r .group_r_co .item_input input:-ms-input-placeholder {
  /* Internet Explorer 10+*/
  color: #B1B9C9;
  font-size: 12px;
}
.supply_co .co_topBox .group_r .group_r_co .item_expire_at {
  position: relative;
}
.supply_co .co_topBox .group_r .group_r_co .item_expire_at .date_icon {
  position: absolute;
  float: right;
  width: 24px;
  height: 25px;
  display: inline-block;
  color: #DDE2E9;
  font-size: 24px;
  top: 8px;
  right: 10px;
}
.supply_co .co_topBox .group_r .group_r_co .item_expire_at input[type="date"] {
  position: relative;
  z-index: 10;
  line-height: 36px;
  cursor: pointer;
  padding-right: 30px;
  background: rgba(0, 0, 0, 0);
}
.supply_co .co_topBox .group_r .group_r_co .item_expire_at input[type="date"]::-webkit-calendar-picker-indicator {
  content: '';
  font-size: 0;
  width: 24px;
  height: 25px;
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0);
  background-image: none;
  opacity: 0;
  cursor: pointer;
}
.supply_co .co_topBox .group_r .group_r_co .item_expire_at input[type="date"]::-webkit-inner-spin-button {
  display: none;
}
.supply_co .co_topBox .group_r .group_r_co .item_expire_at input[type="date"]::-webkit-clear-button {
  line-height: 36px;
}
.supply_co .co_topBox .group_r .group_r_co .item_expire_at .text {
  width: 100px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 34px;
  line-height: 40px;
  text-align: right;
  color: #333;
  background: #fff;
  z-index: 11;
}
.supply_co .co_topBox .group_r .group_r_co .item_textarea {
  width: 260px;
  height: 155px;
  border: 1px solid #DDE2E9;
  font-size: 12px;
  color: #333;
  line-height: 20px;
  margin-bottom: 15px;
}
.supply_co .co_topBox .group_r .group_r_co .item_textarea textarea {
  border: 0;
  padding: 10px;
  width: 100%;
  height: 100%;
}
.supply_co .co_topBox .group_r .group_r_co .item_textarea textarea::-webkit-input-placeholder {
  /* WebKit browsers*/
  color: #999999;
  font-size: 12px;
}
.supply_co .co_topBox .group_r .group_r_co .item_textarea textarea:-moz-input-placeholder {
  /* Mozilla Firefox 4 to 18*/
  color: #999999;
  font-size: 12px;
}
.supply_co .co_topBox .group_r .group_r_co .item_textarea textarea::-moz-input-placeholder {
  /* Mozilla Firefox 19+*/
  color: #999999;
  font-size: 12px;
}
.supply_co .co_topBox .group_r .group_r_co .item_textarea textarea:-ms-input-placeholder {
  /* Internet Explorer 10+*/
  color: #999999;
  font-size: 12px;
}
.supply_co .co_topBox .group_r .group_r_co .item_images {
  display: inline-block;
  margin-bottom: 15px;
  overflow: initial;
}
.supply_co .co_topBox .group_r .group_r_co .item_images .imagesBox {
  display: inline-block;
  float: left;
}
.supply_co .co_topBox .group_r .group_r_co .item_images .imagesBox > .box {
  position: relative;
  float: left;
  margin-right: 10px;
}
.supply_co .co_topBox .group_r .group_r_co .item_images .imagesBox > .box:nth-child(3n) {
  margin-right: 0;
}
.supply_co .co_topBox .group_r .group_r_co .item_images .imagesBox > .box aside {
  width: 80px;
  height: 80px;
  border: 1px solid #F0F1F3;
  border-radius: 4px;
  overflow: hidden;
  text-align: center;
  line-height: 80px;
  position: relative;
}
.supply_co .co_topBox .group_r .group_r_co .item_images .imagesBox > .box aside > div {
  width: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  display: block;
  font-size: 0;
}
.supply_co .co_topBox .group_r .group_r_co .item_images .imagesBox > .box aside > div img {
  max-width: 100%;
  max-height: 100%;
}
.supply_co .co_topBox .group_r .group_r_co .item_images .imagesBox > .box i {
  width: 20px;
  height: 20px;
  background: #D43434;
  position: absolute;
  top: -4px;
  right: -2px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 12px;
  color: #FFF;
  text-align: center;
  line-height: 20px;
}
.supply_co .co_topBox .group_r .group_r_co .item_images .addBtn {
  display: inline-block;
  float: left;
  width: 80px;
  height: 80px;
  background: #FFFFFF;
  border: 1px dashed #EDEDED;
  text-align: center;
  cursor: pointer;
}
.supply_co .co_topBox .group_r .group_r_co .item_images .addBtn .icon {
  background: none;
  width: 13px;
  height: 12px;
  color: #999999;
  margin: 24px auto 6px;
  font-size: 12px;
}
.supply_co .co_topBox .group_r .group_r_co .item_images .addBtn p {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  line-height: 18px;
}
.supply_co .co_topBox .group_r .group_r_co .item_images input[type="file"] {
  display: none;
}
.supply_co .co_topBox .group_r .group_r_co .submitBtn {
  width: 260px;
  height: 42px;
  background: linear-gradient(171deg, #2986FF 0%, #006FFF 100%);
  border-radius: 4px;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 42px;
  text-align: center;
  cursor: pointer;
  margin-bottom: 10px;
}
.supply_co .co_topBox .group_r .group_r_co .submitBtn:hover {
  background: #2272d9;
}
.supply_co .co_topBox .group_r .group_r_co .item_tip {
  width: 260px;
  font-size: 12px;
  color: #aaa;
  line-height: 16px;
}
.supply_co .co_searchBox {
  overflow: hidden;
  width: 1200px;
  margin-bottom: 30px;
}
.supply_co .co_searchBox .group_l {
  width: 870px;
  height: 140px;
  background: #E9F1FF;
  float: left;
}
.supply_co .co_searchBox .group_l .title {
  font-size: 28px;
  font-family: FZLTDHK--GBK1-0, FZLTDHK--GBK1;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 36px;
  margin: 30px 54px 0 42px;
  float: left;
  display: inline-block;
}
.supply_co .co_searchBox .group_l .searchBox {
  width: 565px;
  display: inline-block;
  float: left;
}
.supply_co .co_searchBox .group_l .searchBox .search_item {
  width: 565px;
  position: relative;
  margin-bottom: 13px;
  margin-top: 45px;
  display: inline-block;
}
.supply_co .co_searchBox .group_l .searchBox .search_item .icon_search {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 17px;
  left: 15px;
  line-height: 15px;
  color: #CDCDCD;
}
.supply_co .co_searchBox .group_l .searchBox .search_item input {
  width: 430px;
  padding: 0 10px 0 37px;
  height: 48px;
  background: #FFFFFF;
  border-radius: 8px 0 0 8px;
  overflow: hidden;
  font-size: 16px;
  line-height: 48px;
  float: left;
  display: inline-block;
  border: 0;
}
.supply_co .co_searchBox .group_l .searchBox .search_item .btn {
  width: 120px;
  height: 48px;
  background: #FF6F17;
  border-radius: 0px 8px 8px 0px;
  text-align: center;
  line-height: 48px;
  float: left;
  display: inline-block;
  font-size: 14px;
  color: #FFFFFF;
  cursor: pointer;
}
.supply_co .co_searchBox .group_l .searchBox .search-recommend label {
  float: left;
  display: inline-block;
  font-size: 12px;
  color: #EFEFEF;
  line-height: 16px;
  margin-right: 20px;
}
.supply_co .co_searchBox .group_l .searchBox .search-recommend ul {
  width: 335px;
  display: inline-block;
  float: left;
  overflow: hidden;
}
.supply_co .co_searchBox .group_l .searchBox .search-recommend ul li {
  font-size: 12px;
  color: #666666;
  line-height: 16px;
  margin-right: 14px;
  float: left;
}
.supply_co .co_searchBox .group_r {
  float: right;
  display: inline-block;
  width: 300px;
  height: 140px;
}
.supply_co .co_searchBox .group_r .right-sw-wrapper {
  width: 300px;
  height: 140px;
}
.supply_co .co_searchBox .group_r .right-sw-wrapper .swiper-slide {
  height: 140px;
}
.supply_co .co_contentBox .group_head {
  width: 100%;
  padding: 0;
  font-size: 0;
}
.supply_co .co_contentBox .group_head .group_head_btn {
  width: 100%;
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
}
.supply_co .co_contentBox .group_head .group_head_btn ul {
  text-align: center;
  display: inline-block;
}
.supply_co .co_contentBox .group_head .group_head_btn ul li {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #666666;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  float: left;
  display: inline-block;
  padding: 0 0 12px;
  margin-right: 50px;
  position: relative;
}
.supply_co .co_contentBox .group_head .group_head_btn ul li.on {
  color: #006FFF;
  font-size: 20px;
}
.supply_co .co_contentBox .group_head .group_head_btn ul li.on::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -19px;
  width: 38px;
  height: 4px;
  background: #006FFF;
  border-radius: 2px;
}
.supply_co .co_contentBox .group_head .group_head_btn ul li:hover {
  color: #006FFF;
}
.supply_co .co_contentBox .group_head .group_head_btn:hover .group_head_box {
  display: block;
}
.supply_co .co_contentBox .co_list {
  display: inline-block;
}
.supply_co .co_contentBox .co_list .group {
  width: 389px;
  float: left;
  display: inline-block;
  margin-right: 16px;
}
.supply_co .co_contentBox .co_list .group .item {
  width: 389px;
  background: #FFFFFF;
  border-radius: 4px;
  margin-bottom: 16px;
  position: relative;
  display: inline-block;
  font-size: 0;
}
.supply_co .co_contentBox .co_list .group .item.on {
  border: 2px #FF5C00 dotted;
}
.supply_co .co_contentBox .co_list .group .item .tps {
  position: absolute;
  top: 0;
  left: 0;
  width: 52px;
  height: 40px;
  overflow: hidden;
}
.supply_co .co_contentBox .co_list .group .item .tps p {
  width: 96px;
  position: absolute;
  top: 3px;
  left: -34px;
  font-size: 12px;
  font-family: FZLTDHK--GBK1-0, FZLTDHK--GBK1;
  font-weight: normal;
  color: #FFF1E8;
  background: #FF5C00;
  line-height: 12px;
  height: 20px;
  padding: 3px 0;
  transform: rotate(-38deg);
  text-align: center;
}
.supply_co .co_contentBox .co_list .group .item .top {
  margin: 24px 16px 13px;
  width: 357px;
  display: inline-block;
  position: relative;
}
.supply_co .co_contentBox .co_list .group .item .top .itme_left {
  display: inline-block;
  float: left;
}
.supply_co .co_contentBox .co_list .group .item .top .itme_left aside {
  width: 36px;
  height: 36px;
  margin-right: 8px;
  float: left;
  overflow: hidden;
  border-radius: 50%;
}
.supply_co .co_contentBox .co_list .group .item .top .itme_left .user_text {
  display: inline-block;
  float: left;
  max-width: 150px;
}
.supply_co .co_contentBox .co_list .group .item .top .itme_left .user_text span {
  display: block;
  width: 100%;
  height: 20px;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  word-break: break-all;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.supply_co .co_contentBox .co_list .group .item .top .itme_left .user_text p {
  height: 16px;
  font-size: 12px;
  color: #999999;
  line-height: 16px;
}
.supply_co .co_contentBox .co_list .group .item .top .itme_right {
  display: inline-block;
  float: right;
  margin-top: 5px;
}
.supply_co .co_contentBox .co_list .group .item .top .itme_right .btn {
  width: 46px;
  height: 24px;
  border-radius: 13px;
  margin-left: 8px;
  font-size: 12px;
  line-height: 22px;
  float: left;
  text-align: center;
  cursor: pointer;
}
.supply_co .co_contentBox .co_list .group .item .top .itme_right .chat_btn {
  border: 1px solid #FFE2BC;
  background: #FFF4E6;
  color: #FF4600;
}
.supply_co .co_contentBox .co_list .group .item .top .itme_right .brand_btn {
  border: 1px solid #c5e4e4;
  background: #d9f3f3;
  color: #158988;
}
.supply_co .co_contentBox .co_list .group .item .top .itme_right .tel_btn {
  border: 1px solid #D7EAFF;
  background: #ECF5FF;
  color: #0066FF;
}
.supply_co .co_contentBox .co_list .group .item .top .itme_right .telBox {
  position: relative;
  float: left;
}
.supply_co .co_contentBox .co_list .group .item .top .itme_right .telBox .telBox_text {
  display: none;
  width: 173px;
  position: absolute;
  top: -56px;
  right: -52px;
  height: 54px;
  background: #52515f;
  border-radius: 6px;
  z-index: 10;
}
.supply_co .co_contentBox .co_list .group .item .top .itme_right .telBox .telBox_text::after {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  bottom: -5px;
  left: 88px;
  background: #52515f;
  z-index: 100;
  transform: rotate(45deg);
  border-radius: 2px;
}
.supply_co .co_contentBox .co_list .group .item .top .itme_right .telBox .telBox_text .icon_i {
  float: left;
  width: 44px;
  height: 54px;
  display: inline-block;
  position: inherit;
  line-height: 54px;
  text-align: center;
}
.supply_co .co_contentBox .co_list .group .item .top .itme_right .telBox .telBox_text .icon_i i {
  margin: 19px auto;
  width: 15px;
  height: 18px;
  position: relative;
  background-position: -668px -314px;
}
.supply_co .co_contentBox .co_list .group .item .top .itme_right .telBox .telBox_text .icon_i::after {
  content: '';
  width: 1px;
  height: 32px;
  position: absolute;
  top: 13px;
  left: 44px;
  background-color: rgba(234, 234, 234, 0.4);
}
.supply_co .co_contentBox .co_list .group .item .top .itme_right .telBox .telBox_text .text {
  padding: 0 11px;
  display: inline-block;
  margin-left: 45px;
}
.supply_co .co_contentBox .co_list .group .item .top .itme_right .telBox .telBox_text .text .tel_p {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 20px;
  margin-top: 11px;
  max-width: 134px;
  overflow: hidden;
}
.supply_co .co_contentBox .co_list .group .item .top .itme_right .telBox .telBox_text .text .tel_p.tel_p_all {
  line-height: 44px;
  margin-top: 5px;
}
.supply_co .co_contentBox .co_list .group .item .top .itme_right .telBox .telBox_text .text p {
  font-size: 12px;
  font-weight: 300;
  color: #fff;
  line-height: 16px;
  margin-top: 1px;
}
.supply_co .co_contentBox .co_list .group .item .top .item_tps {
  width: 21px;
  height: 26px;
  position: absolute;
  top: -29px;
  right: -11px;
}
.supply_co .co_contentBox .co_list .group .item .top .item_tps.item_tps_icon1 {
  background: url(../images/demand_icon/demand_tps_1.png) no-repeat center;
  background-size: 100%;
}
.supply_co .co_contentBox .co_list .group .item .top .item_tps.item_tps_icon2 {
  background: url(../images/demand_icon/demand_tps_2.png) no-repeat center;
  background-size: 100%;
}
.supply_co .co_contentBox .co_list .group .item .content_text {
  overflow: hidden;
  height: 100%;
}
.supply_co .co_contentBox .co_list .group .item .content_text .content_text_box {
  position: relative;
  overflow: hidden;
}
.supply_co .co_contentBox .co_list .group .item .content_text .content_text_box span {
  color: #0066FF;
  float: right;
  cursor: pointer;
  position: absolute;
  right: 16px;
  bottom: 1px;
  font-size: 12px;
  line-height: 16px;
}
.supply_co .co_contentBox .co_list .group .item .content_text .content {
  margin: 0 16px 16px;
  width: 357px;
  height: 100%;
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.supply_co .co_contentBox .co_list .group .item .content_text .content.on {
  display: block;
}
.supply_co .co_contentBox .co_list .group .item .content_text .content .text {
  display: inline;
  white-space: pre-line;
}
.supply_co .co_contentBox .co_list .group .item .content_text .imageBox {
  margin: 0 16px 15px;
  width: 357px;
  display: inline-block;
  float: left;
  margin-right: 5px;
}
.supply_co .co_contentBox .co_list .group .item .content_text .imageBox aside {
  overflow: hidden;
  float: left;
  width: 112px;
  height: 84px;
  border-radius: 2px;
  margin-right: 10px;
  font-size: 0;
  line-height: 84px;
}
.supply_co .co_contentBox .co_list .group .item .content_text .imageBox aside img {
  width: 100%;
}
.supply_co .co_contentBox .co_list .group .item .content_text .imageBox aside:last-child {
  margin-right: 0;
}
.supply_co .co_contentBox .co_list .group .item .bottom {
  width: 357px;
  display: inline-block;
  margin: 0 16px 20px;
}
.supply_co .co_contentBox .co_list .group .item .bottom .itme_left {
  display: inline-block;
  float: left;
}
.supply_co .co_contentBox .co_list .group .item .bottom .itme_left .expire_at {
  font-size: 12px;
  color: #999999;
  line-height: 16px;
  display: inline-block;
  float: left;
}
.supply_co .co_contentBox .co_list .group .item .bottom .itme_left .expire_at span {
  color: #FF5C00;
}
.supply_co .co_contentBox .co_list .group .item .bottom .itme_right {
  display: inline-block;
  float: right;
}
.supply_co .co_contentBox .co_list .group .item .bottom .itme_right .itme_btn {
  display: inline-block;
  float: left;
  margin-left: 20px;
  cursor: pointer;
  font-size: 0;
}
.supply_co .co_contentBox .co_list .group .item .bottom .itme_right .itme_btn:first-child {
  margin-left: 0;
}
.supply_co .co_contentBox .co_list .group .item .bottom .itme_right .itme_btn .icon_i {
  display: inline-block;
  float: left;
  width: 16px;
  height: 16px;
  color: #8590A6;
}
.supply_co .co_contentBox .co_list .group .item .bottom .itme_right .itme_btn span {
  font-size: 12px;
  color: #909BB0;
  line-height: 16px;
  margin-left: 4px;
}
.supply_co .co_contentBox .co_list .group .item .bottom .itme_right .itme_btn.itme_btn_share {
  position: relative;
}
.supply_co .co_contentBox .co_list .group .item .bottom .itme_right .itme_btn.itme_btn_share .careBox {
  display: none;
  position: absolute;
  top: -118px;
  right: -60px;
  width: 306px;
  height: 107px;
  background: #FFFFFF;
  border-radius: 8px;
  z-index: 100;
  box-shadow: 0 7px 12px -5px #D1CFE6;
  -webkit-box-shadow: 0 7px 12px -5px #D1CFE6;
}
.supply_co .co_contentBox .co_list .group .item .bottom .itme_right .itme_btn.itme_btn_share .careBox .careBox_textBox {
  width: 200px;
  float: left;
  margin-top: 15px;
}
.supply_co .co_contentBox .co_list .group .item .bottom .itme_right .itme_btn.itme_btn_share .careBox .careBox_textBox .title {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
  margin-bottom: 5px;
}
.supply_co .co_contentBox .co_list .group .item .bottom .itme_right .itme_btn.itme_btn_share .careBox .careBox_textBox .text {
  width: 100%;
}
.supply_co .co_contentBox .co_list .group .item .bottom .itme_right .itme_btn.itme_btn_share .careBox .careBox_textBox .text p {
  font-size: 12px;
  font-weight: 300;
  color: #666666;
  line-height: 18px;
}
.supply_co .co_contentBox .co_list .group .item .bottom .itme_right .itme_btn.itme_btn_share .careBox aside {
  width: 80px;
  height: 80px;
  line-height: 70px;
  margin: 15px 8px 0 12px;
  overflow: hidden;
  float: left;
  display: inline-block;
  padding: 5px;
}
.supply_co .co_contentBox .co_list .group .item .bottom .itme_right .itme_btn.itme_btn_share .careBox aside img {
  width: 70px;
  height: 70px;
}
.supply_co .co_contentBox .co_list .group .item .bottom .itme_right .itme_btn.itme_btn_share .careBox::after {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  bottom: -6px;
  right: 60px;
  background-color: #fff;
  z-index: 100;
  transform: rotate(45deg);
}
.supply_co .co_contentBox .co_list .group .item .bottom .itme_right .itme_btn.itme_btn_share:hover .careBox {
  display: block;
}
.supply_co .co_contentBox .co_list .group .item .bottom .itme_right .itme_btn.itme_btn_mo {
  position: relative;
}
.supply_co .co_contentBox .co_list .group .item .bottom .itme_right .itme_btn.itme_btn_mo .mo_box {
  display: none;
  position: absolute;
  bottom: 0;
  right: -26px;
}
.supply_co .co_contentBox .co_list .group .item .bottom .itme_right .itme_btn.itme_btn_mo .mo_box ul {
  z-index: 100;
  border-radius: 5px;
  padding: 0 6px;
  background: #FFFFFF;
  box-shadow: 0px 8px 25px -4px rgba(194, 208, 220, 0.46);
  -webkit-box-shadow: 0px 8px 25px -4px rgba(194, 208, 220, 0.46);
  margin-bottom: 22px;
  font-size: 0;
  position: relative;
}
.supply_co .co_contentBox .co_list .group .item .bottom .itme_right .itme_btn.itme_btn_mo .mo_box ul li {
  width: 46px;
  height: 32px;
  color: #909BB0;
  padding: 6px 0;
  display: inline-block;
  overflow: hidden;
}
.supply_co .co_contentBox .co_list .group .item .bottom .itme_right .itme_btn.itme_btn_mo .mo_box ul li .li_icon {
  width: 20px;
  height: 20px;
  float: left;
  display: inline-block;
  margin-right: 2px;
  font-size: 14px;
  line-height: 20px;
}
.supply_co .co_contentBox .co_list .group .item .bottom .itme_right .itme_btn.itme_btn_mo .mo_box ul li span {
  line-height: 20px;
  font-size: 12px;
  color: #909BB0;
  display: inline-block;
  float: left;
  margin-left: 0;
}
.supply_co .co_contentBox .co_list .group .item .bottom .itme_right .itme_btn.itme_btn_mo .mo_box ul::after {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  bottom: -4px;
  right: 28px;
  background-color: #fff;
  z-index: 100;
  transform: rotate(45deg);
}
.supply_co .co_contentBox .co_list .group .item .bottom .itme_right .itme_btn.itme_btn_mo:hover .mo_box {
  display: block;
}
.supply_co .co_contentBox .co_list .group:last-child {
  margin-right: 0;
}
.supply_co .co_contentBox .turnThePage {
  font-size: 0;
  margin: 0;
}
.supply_co .co_contentBox .turnThePage a {
  background: #fff;
  border: 1px solid #EFEFEF;
  border-radius: 4px;
  margin-left: 4px;
  margin-right: 4px;
}
.supply_co .co_contentBox .turnThePage a .icon-page-left {
  background-position: -92px -735px;
  margin: 0 9px;
  position: relative;
  top: -1px;
}
.supply_co .co_contentBox .turnThePage a .icon-page-right {
  background-position: -94px -754px;
  margin: 0 9px;
  position: relative;
  top: -1px;
}
.supply_co .co_contentBox .turnThePage a.checkedPage {
  background: #3C5B88;
  border-color: #3C5B88;
  color: white;
}
.supply_co .co_contentBox .turnThePage a.nextbtn:hover i {
  background-position: -108px -754px;
}
.supply_co .co_contentBox .turnThePage a.zxfPagenum:hover {
  background: #0066FF;
  border-color: #0066FF;
  color: white;
}
.supply_co .co_contentBox .turnThePage a.prebtn {
  padding: 0 8px;
}
.supply_co .co_contentBox .noData {
  position: initial;
}
.supply_co .co_commentBox {
  width: 460px;
  height: 400px;
  background: #FFFFFF;
  border-radius: 20px 0px 0px 20px;
  overflow: hidden;
  position: fixed;
  right: 0;
  bottom: 20px;
  box-shadow: 0px 0 25px -4px rgba(51, 86, 137, 0.2);
  -webkit-box-shadow: 0px 0 25px -4px rgba(51, 86, 137, 0.2);
  z-index: 2000;
}
.supply_co .co_commentBox .title {
  width: 460px;
  height: 56px;
  background: #FFFFFF;
  border-radius: 20px 0px 0px 0px;
  border-bottom: 1px #F2F2F2 solid;
  margin-bottom: 20px;
  overflow: hidden;
  position: absolute;
  z-index: 2001;
}
.supply_co .co_commentBox .title p {
  padding-left: 20px;
  font-size: 20px;
  color: #333333;
  line-height: 26px;
  margin-top: 14px;
}
.supply_co .co_commentBox .title p span {
  font-size: 24px;
  font-family: ABCNormal-Regular, ABCNormal;
  font-weight: 400;
  color: #333333;
}
.supply_co .co_commentBox .title .close_btn {
  width: 24px;
  height: 24px;
  color: #6E6E6E;
  position: absolute;
  top: 16px;
  right: 14px;
  text-align: center;
  line-height: 24px;
  font-size: 18px;
  cursor: pointer;
}
.supply_co .co_commentBox .co_commentBox_item {
  overflow-x: hidden;
  height: 100%;
  padding-top: 76px;
}
.supply_co .co_commentBox .co_commentBox_item::-webkit-scrollbar {
  width: 6px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0);
  overflow: hidden;
}
.supply_co .co_commentBox .co_commentBox_item::-webkit-scrollbar-thumb {
  width: 6px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.2);
}
.supply_co .co_commentBox .co_commentBox_item .comment_title {
  height: 56px;
  overflow: hidden;
}
.supply_co .co_commentBox .co_commentBox_item .comment_title p {
  padding-left: 20px;
  font-size: 20px;
  color: #333333;
  line-height: 26px;
  margin-top: 14px;
}
.supply_co .co_commentBox .content_text {
  padding: 0 20px;
  font-size: 14px;
  color: #333;
  white-space: pre-line;
  margin-bottom: 20px;
}
.supply_co .co_commentBox .group_textarea {
  width: 420px;
  height: 140px;
  background: #F7F7F7;
  margin: 0 20px 26px;
  overflow: hidden;
  font-size: 0;
}
.supply_co .co_commentBox .group_textarea textarea {
  border: 0;
  padding: 12px;
  width: 100%;
  height: 80px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  background: #F7F7F7;
}
.supply_co .co_commentBox .group_textarea textarea::-webkit-input-placeholder {
  /* WebKit browsers*/
  color: #999999;
  font-size: 14px;
}
.supply_co .co_commentBox .group_textarea textarea:-moz-input-placeholder {
  /* Mozilla Firefox 4 to 18*/
  color: #999999;
  font-size: 14px;
}
.supply_co .co_commentBox .group_textarea textarea::-moz-input-placeholder {
  /* Mozilla Firefox 19+*/
  color: #999999;
  font-size: 14px;
}
.supply_co .co_commentBox .group_textarea textarea:-ms-input-placeholder {
  /* Internet Explorer 10+*/
  color: #999999;
  font-size: 14px;
}
.supply_co .co_commentBox .group_textarea .btnBox {
  overflow: hidden;
}
.supply_co .co_commentBox .group_textarea .btnBox .btn {
  float: right;
  width: 80px;
  height: 28px;
  background: #046DE8;
  border-radius: 4px;
  margin-right: 12px;
  text-align: center;
  line-height: 28px;
  font-size: 12px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  cursor: pointer;
}
.supply_co .co_commentBox .group_textarea .btnBox .btn.on {
  background: #8590A6;
  cursor: not-allowed;
}
.supply_co .co_commentBox .group_textarea .group_textarea_login {
  overflow: hidden;
  text-align: center;
  width: 100%;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
}
.supply_co .co_commentBox .group_textarea .group_textarea_login p {
  text-align: center;
  color: #999;
  margin-top: 50px;
}
.supply_co .co_commentBox .group_textarea .group_textarea_login p span {
  color: #006FFF;
  cursor: pointer;
  padding: 0 5px;
}
.supply_co .co_commentBox .group_list {
  width: 100%;
  overflow-x: hidden;
}
.supply_co .co_commentBox .group_list ul {
  width: 420px;
  margin: 0 20px 8px;
}
.supply_co .co_commentBox .group_list ul li {
  overflow: hidden;
  margin-bottom: 16px;
}
.supply_co .co_commentBox .group_list ul li .item_user {
  width: 30px;
  height: 30px;
  display: inline-block;
  float: left;
  margin-left: 8px;
  border-radius: 50%;
  overflow: hidden;
}
.supply_co .co_commentBox .group_list ul li .item_user aside {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}
.supply_co .co_commentBox .group_list ul li .item_user aside img {
  width: 100%;
}
.supply_co .co_commentBox .group_list ul li .textBox {
  width: 378px;
  overflow: hidden;
  float: right;
  display: inline-block;
  padding-bottom: 14px;
  border-bottom: 1px dashed #ECECEC;
}
.supply_co .co_commentBox .group_list ul li .textBox .textBox_top {
  overflow: hidden;
  margin-bottom: 5px;
}
.supply_co .co_commentBox .group_list ul li .textBox .textBox_top .name {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  line-height: 18px;
  float: left;
  display: inline-block;
}
.supply_co .co_commentBox .group_list ul li .textBox .textBox_top .tps {
  padding: 0 8px;
  background: #E9FFEB;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 500;
  color: #059C50;
  line-height: 18px;
  margin-left: 5px;
  float: left;
  display: inline-block;
}
.supply_co .co_commentBox .group_list ul li .textBox .text {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  margin-bottom: 7px;
  white-space: pre-line;
}
.supply_co .co_commentBox .group_list ul li .textBox .bottom {
  overflow: hidden;
}
.supply_co .co_commentBox .group_list ul li .textBox .bottom .time {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 18px;
}
.supply_co .co_commentBox .group_list ul li .to_commentBox {
  overflow: hidden;
}
.supply_co .co_commentBox .group_list ul li .to_commentBox .comment_btn {
  overflow: hidden;
  font-size: 12px;
  color: #0066FF;
  cursor: pointer;
  line-height: 30px;
  display: block;
}
.supply_co .co_commentBox .group_list ul li .to_commentBox .comment_btn:hover {
  color: #0721a3;
}
.supply_co .co_commentBox .group_list ul li .to_commentBox .comments_box {
  overflow: hidden;
  width: 380px;
  margin: 0;
}
.supply_co .co_commentBox .group_list ul li .to_commentBox .comments_box li {
  overflow: hidden;
  margin-top: 15px;
  margin-bottom: 0;
}
.supply_co .co_commentBox .group_list ul li .to_commentBox .comments_box li aside {
  width: 30px;
  height: 30px;
  display: inline-block;
  float: left;
  margin-left: 8px;
  border-radius: 50%;
  overflow: hidden;
}
.supply_co .co_commentBox .group_list ul li .to_commentBox .comments_box li .textBox {
  width: 335px;
  overflow: hidden;
}
.supply_co .co_commentBox .group_list ul li .to_commentBox .comments_box li .textBox > a {
  display: inline-block;
}
.supply_co .co_commentBox .group_list ul li .to_commentBox .comments_box li .textBox .userName {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  line-height: 18px;
  float: left;
  display: block;
}
.supply_co .co_commentBox .group_list ul li .to_commentBox .comments_box li .textBox h3 p {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  margin-bottom: 7px;
  white-space: pre-line;
  word-break: break-all;
}
.supply_co .co_commentBox .group_list ul li .to_commentBox .comments_box li .textBox h3 p a {
  color: #666666;
  font-size: 12px;
  display: inline-block;
}
.supply_co .co_commentBox .group_list ul li .to_commentBox .comments_box li:last-child .textBox {
  border: 0;
}
.supply_co .co_commentBox .group_list ul li .to_commentBox .comment_loding {
  overflow: hidden;
  font-size: 12px;
  color: #0066FF;
  cursor: pointer;
  display: block;
  margin-top: 6px;
}
.supply_co .co_commentBox .group_list ul li .to_commentBox .comment_loding:hover {
  color: #0721a3;
}
.supply_co .co_commentBox .btn_mo {
  display: none;
  width: 138px;
  height: 36px;
  background: #EFEFEF;
  border-radius: 4px;
  text-align: center;
  font-size: 12px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #666666;
  line-height: 36px;
  margin: 0 auto 20px;
  cursor: pointer;
}
.supply_co .co_commentBox .btn_mo:hover {
  background: #E5E5E5;
}
.dialog_error {
  display: none;
}
.dialog_error .postbird-box-content {
  padding: 10px 20px;
}
.dialog_error .postbird-box-content .postbirdclose {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0px;
  top: 5px;
  color: #aaa;
  font-size: 20px;
  line-height: 30px;
  cursor: pointer;
  z-index: 10;
}
.dialog_error .postbird-box-content .title {
  margin: 8px auto;
  font-size: 26px;
  font-weight: bold;
  line-height: 40px;
  color: #333333;
  text-align: center;
  margin-bottom: 10px;
}
.dialog_error .postbird-box-content p {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  color: #3B4B64;
  margin-bottom: 10px;
}
.dialog_error .postbird-box-content input.task_id {
  display: none;
}
.dialog_error .postbird-box-content .btnBox .btn {
  width: 360px;
  height: 40px;
  background: linear-gradient(90deg, #2182FF 0%, #395BFF 100%);
  border-radius: 40px;
  font-size: 14px;
  font-weight: 400;
  line-height: 40px;
  color: #FFFFFF;
  text-align: center;
  margin: 30px auto;
  box-shadow: 0 11px 11px -8px rgba(0, 76, 255, 0.3);
}
.dialog_report {
  display: none;
}
.dialog_report .postbird-box-content {
  padding: 10px 20px;
}
.dialog_report .postbird-box-content .postbirdclose {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0px;
  top: 5px;
  color: #aaa;
  font-size: 20px;
  line-height: 30px;
  cursor: pointer;
  z-index: 10;
}
.dialog_report .postbird-box-content .title {
  margin: 8px auto;
  font-size: 26px;
  font-weight: bold;
  line-height: 40px;
  color: #333333;
  text-align: center;
  margin-bottom: 10px;
}
.dialog_report .postbird-box-content p {
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  color: #3B4B64;
  margin-bottom: 10px;
}
.dialog_report .postbird-box-content ul {
  overflow: hidden;
}
.dialog_report .postbird-box-content ul li {
  overflow: hidden;
  padding: 10px 0 10px 10px;
  border-bottom: 1px #F4F5F7 solid;
}
.dialog_report .postbird-box-content ul li input {
  display: inline-block;
  float: left;
  margin-right: 8px;
  margin-top: 6px;
  cursor: pointer;
}
.dialog_report .postbird-box-content ul li label {
  font-size: 14px;
  line-height: 20px;
  color: #666666;
}
.dialog_report .postbird-box-content input.task_id {
  display: none;
}
.dialog_report .postbird-box-content .btnBox .btn {
  width: 360px;
  height: 40px;
  background: linear-gradient(90deg, #2182FF 0%, #395BFF 100%);
  border-radius: 40px;
  font-size: 14px;
  font-weight: 400;
  line-height: 40px;
  color: #FFFFFF;
  text-align: center;
  margin: 30px auto;
  box-shadow: 0 11px 11px -8px rgba(0, 76, 255, 0.3);
}
.dialog_imageBox {
  display: none;
  background-color: rgba(0, 0, 0, 0.9);
}
.dialog_imageBox .postbird-box-content {
  width: 100%;
  height: 653px;
  background-color: rgba(0, 0, 0, 0);
}
.dialog_imageBox .postbird-box-content .postbirdclose {
  width: 36px;
  height: 36px;
  position: absolute;
  right: 0px;
  top: 10px;
  color: #C0C1C1;
  font-size: 20px;
  line-height: 36px;
  cursor: pointer;
  z-index: 10;
  text-align: center;
  background-color: #343435;
  border-radius: 50%;
}
.dialog_imageBox .postbird-box-content .m_imageBox_swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.dialog_imageBox .postbird-box-content .m_imageBox_swiper .container {
  width: 100%;
  height: 486px;
  overflow: initial;
}
.dialog_imageBox .postbird-box-content .m_imageBox_swiper .container .swiper-slide {
  text-align: center;
  line-height: 486px;
}
.dialog_imageBox .postbird-box-content .m_imageBox_swiper .container .swiper-slide aside {
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
  line-height: 100%;
  position: relative;
}
.dialog_imageBox .postbird-box-content .m_imageBox_swiper .container .swiper-slide aside > div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 486px;
  text-align: center;
}
.dialog_imageBox .postbird-box-content .m_imageBox_swiper .container .swiper-slide aside > div img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.dialog_imageBox .postbird-box-content .m_imageBox_swiper .container .swiper-button-next {
  --swiper-navigation-size: 40px;
  --swiper-navigation-color: #B5B5B5;
}
.dialog_imageBox .postbird-box-content .m_imageBox_swiper .container .swiper-button-prev {
  --swiper-navigation-size: 40px;
  --swiper-navigation-color: #B5B5B5;
}
.dialog_imageBox .postbird-box-content .m_imageBox_swiper .container .swiper-pagination {
  display: inline-block;
  width: auto;
  color: #fff;
  position: absolute;
  top: auto;
  bottom: -52px;
  right: 15px;
  left: auto;
  font-size: 12px;
  line-height: 24px;
}
.dialog_imageBox .postbird-box-content .m_imageBox_swiper .container .swiper-pagination .swiper-pagination-current {
  font-size: 20px;
  color: #006FFF;
}
.dialog_imageBox .postbird-box-content .m_imageBox_swiper .containerNav {
  width: 288px;
  height: 50px;
  overflow: hidden;
  margin-top: 14px;
}
.dialog_imageBox .postbird-box-content .m_imageBox_swiper .containerNav .swiper-slide {
  opacity: 0.4;
}
.dialog_imageBox .postbird-box-content .m_imageBox_swiper .containerNav .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
