/*
 * @Author: zsy 
 * @Date: 2023-06-30 11:24:33 
 * @Last Modified by: mikey.zhaopeng
 * @Last Modified time: 2024-11-20 10:06:48
 */
body {
  background: #fff;
  /* width: 100%; */
  /* overflow: hidden; */
}

.trade-net {
  /* height: 100%; */
  padding: 22px 7px 16px 11px;
  /* margin-top: 15px; */
  /* border: 1px solid #E6E6E6; */
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
  max-width: 1500px;
}

.trade-net-tt {
  height: 24px;
  line-height: 24px;
  margin-bottom: 22px;
  font-size: 16px;
}

.trade-net-hd {
  position: relative;
  margin-left: -16px;
}

.trade-net-content {
  display: none !important;
  position: absolute;
  left: 20px;
  right: 0;
  top: 163px;
  display: none;
  padding: 19.5px 30px;
  color: #fff;
}

.trade-net-content>h3 {
  height: 39px;
  line-height: 39px;
  font-size: 30px;
  font-family: "YouSheBiaoTiHei";
}

.trade-net-content .intro {
  line-height: 21px;
  margin-top: 10px;
}

.trade-net-hdl {
  width: calc(25% - 16px);
  margin-left: 16px;
  height: 90px;
  position: relative;
  z-index: 10;
}

.trade-net-hdl>a {
  display: block;
  height: 100%;
  line-height: 90px;
  text-align: center;
  /* padding: 37px 0 0 31px; */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 26px;
  font-weight: 800;
  color: #fff;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /* transition: all .5s; */
  position: relative;
  overflow: hidden;
}

.trade-net-hdl.current {
  /* height: 163px; */
}

.trade-net-hdl.current>a {
  position: relative;
}

.trade-net-hdl.current>a:before,
.trade-net-hdl.current>a:after {
  position: absolute;
  content: "";
}

.trade-net-hdl.current>a:before {
  content: none;
  left: 31px;
  bottom: 40px;
  width: 55px;
  height: 4px;
  background-color: #fff;
}

.trade-net-hdl.current>a:after {
  bottom: 13px;
  left: calc(50% - 78px );
  width: 10px;
  height: 12px;
  background: url("../images/trade_net/arrow.png") no-repeat;
}


.trade-net-hdl.current .trade-net-content {
  display: block;
}

.trade-net-hdl:nth-child(1)>a {
  /*   background-image: url("../images/trade_net/trade_net_hd1.jpg"); */
}

/* .trade-net-hdl:nth-child(1)>a:hover {
  background-image: url("../images/trade_net/trade_net_hd1h.jpg");
} */

.trade-net-hdl:nth-child(1) .trade-net-content {
  background-image: url("../images/trade_net/trade_net_bg1.jpg");
}

.trade-net-hdl:nth-child(1).current>a {
  /*   background-image: url("../images/trade_net/trade_net_hd_cur1.jpg"); */
}



.trade-net-hdl:nth-child(2)>a {
  /*   background-image: url("../images/trade_net/trade_net_hd2.jpg"); */
}

.trade-net-hdl:nth-child(2) .trade-net-content {
  background-image: url("../images/trade_net/trade_net_bg2.jpg");
}

/* .trade-net-hdl:nth-child(2)>a:hover {
  background-image: url("../images/trade_net/trade_net_hd2h.jpg");
} */

/* .trade-net-hdl:nth-child(2).current>a {
  background-image: url("../images/trade_net/trade_net_hd_cur2.jpg");
} */

.trade-net-hdl:nth-child(3)>a {
  /*   background-image: url("../images/trade_net/trade_net_hd3.jpg"); */
}

.trade-net-hdl:nth-child(3) .trade-net-content {
  background-image: url("../images/trade_net/trade_net_bg3.jpg");
}

/* .trade-net-hdl:nth-child(3).current>a {
  background-image: url("../images/trade_net/trade_net_hd_cur3.jpg");
} */

/* .trade-net-hdl:nth-child(3)>a:hover {
  background-image: url("../images/trade_net/trade_net_hd3h.jpg");
} */

.trade-net-hdl:nth-child(4)>a {
  /*   background-image: url("../images/trade_net/trade_net_hd4.jpg"); */
}

.trade-net-hdl:nth-child(4) .trade-net-content {
  background-image: url("../images/trade_net/trade_net_bg4.jpg");
}

/* .trade-net-hdl:nth-child(4).current>a {
  background-image: url("../images/trade_net/trade_net_hd_cur4.jpg");
} */

/* .trade-net-hdl:nth-child(4)>a:hover {
  background-image: url("../images/trade_net/trade_net_hd4h.jpg");
} */

.trade-net-hdl:nth-child(5)>a {
  background-image: url("../images/trade_net/trade_net_hd5.jpg");
}

.trade-net-hdl:nth-child(5) .trade-net-content {
  background-image: url("../images/trade_net/trade_net_bg5.jpg");
}

.trade-net-hdl:nth-child(5).current>a {
  background-image: url("../images/trade_net/trade_net_hd_cur5.jpg");
}

.trade-net-bd {
  margin-top: 16px;
  /* overflow: hidden; */
}

.type-tab {
  position: relative;
}

.type-tab-hd {
  height: 62px;
  /* margin-left: -16px; */
  background: #e5f0ff;
  border-radius: 4px;
}

.type-tab-hdl {
  /* padding: 0px 12px; */
  width: calc(100% / 7);
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-align: center;
  border-radius: 4px;
}

.type-tab-hdl+.type-tab-hdl {
  /* border-left: 1px solid rgba(153, 153, 153, 0.3); */
}

.type-tab-hdl>a {
  position: relative;
  /* display: inline-block; */
  /* height: 24px; */
  line-height: 24px;
  font-size: 20px;
  font-weight: 500;
  color: #333;
  vertical-align: top;
}

.type-tab-hdl.current {
  background: linear-gradient(180deg, #67ADFF 0%, #2878EF 100%);
}

.type-tab-hdl.current>a {
  color: #fff;
}

.type-tab-hdl.current>a:before {
  display: none;
  position: absolute;
  left: 0;
  bottom: -11px;
  content: "";
  width: 100%;
  height: 5px;
  border-radius: 15px;
  background: -webkit-gradient(linear, left top, right top, from(#3369AF), to(transparent));
  background: linear-gradient(to right, #3369AF, transparent);
}

.type-tab-bd {
  height: 433px;
  margin-top: 20px;
}

.type-tab-bd .bdl {
  height: 100%;
  position: relative;
}

.type-tab-bd .bdl.witness .more {
  display: none;
}

.type-tab-bd .bdl.witness .region-sel {
  right: 0;
  padding-right: 0;
}

.type-tab-bd .bdl.witness .region-sel:before {
  display: none;
}

.type-tab-bd .more {
  position: absolute;
  right: 0;
  top: 6.5px;
  height: 21px;
  line-height: 21px;
  padding-right: 10px;
  color: #20497D;
  background: url("../images/trade_net/arrow_right.png") no-repeat right center;
}

.region-sel {
  position: absolute;
  right: 86px;
  top: 0;
  padding-right: 20px;
  width: 120px;
  z-index: 5;
}

.region-sel .select {
  height: 34px;
  line-height: 32px;
  cursor: pointer;
  padding: 0 20px 0 10px;
  border: 1px solid #0071FF;
  border-radius: 17px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url("../images/trade_net/sel_down.png") no-repeat right 10px center;
  font-size: 16px;
  color: #0071FF;
}

.region-sel.chosen-sel .select {
  border: 0;
  line-height: 34px;
  font-size: 20px;
  color: #2065BB;
  padding: 0 25px 0 15px;
  text-align: right;
  background-image: url("../images/trade_net/sel_down2.png");
}


.region-sel:before {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  height: 29px;
  border-left: 1px solid rgba(153, 153, 153, 0.3);
}

.option-list {
  display: none;
  position: absolute;
  right: 0px;
  top: 35px;
  width: 450px;
  padding: 12px 12px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  z-index: 10;
}

.region-sel.chosen-sel .option-list {
  top: 34px;
  border-radius: 10px;
  background: #FFF;
  width: 130px;
  padding: 9px 0 12px 18px;
  box-shadow: 0px 0px 26px 2px rgba(1, 76, 146, 0.10);
}

.option-list>ul {
  margin-left: -18px;
  overflow: hidden;
}

.option-item {
  width: 56px;
  height: 22px;
  line-height: 22px;
  padding: 0 7px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
  text-align: center;
  margin: 0 0 12px 18px;
  cursor: pointer;
}

.option-item a{
  color:#333;
}

.region-sel.chosen-sel .option-item {
  height: 21px;
  line-height: 21px;
  padding: 0;
  margin: 16px 0 0 0;
  float: none !important;
  width: auto;
  text-align: left;
  font-size: 14px;
}

.region-sel.chosen-sel .option-item:hover,
.region-sel.chosen-sel .option-item.current {
  color: #2065BB;
  background: none;
}

.region-sel.chosen-sel .option-item:first-child {
  margin-top: 0;
}

.option-item.current ,
.option-item.current a{
  color: #fff;
  background-color: #0071FF;
}

.project-tab-hd {
  width: 190px;
  padding: 20px 0;
  box-sizing: border-box;
  background: url("../images/trade_net/left_tab_bg.png") no-repeat;
  background-position: center bottom;
  border-radius: 10px;
  overflow: hidden;
  height: 433px;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}

.bidder .project-tab-hd {
  background-image: url("../images/trade_net/bidder_hd_bg.png");
}

.project-tab-hdl {
  position: relative;
}

.project-tab-hdl+.project-tab-hdl {
  margin-top: 18px;
}

.project-tab-hdl:before {
  /*   display: none;
  position: absolute; */
  /* right: 15px; */
  /* top: 50%; */
  /* -webkit-transform: translateY(-50%); */
  /* transform: translateY(-50%); */
  /*   content: "";
  width: 18px;
  height: 19px;
  bottom: 32px;
  background: url("../images/trade_net/circle_arr.png") no-repeat; */
}

.project-tab-hdl.current:before {
  /* display:block; */
}

.project-tab-hdl>a {
  display: block;
  height: 56px;
  line-height: 56px;
  /* padding: 0 33px 0 54px; */
  color: #333;
  background-repeat: no-repeat;
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  background-position: 20px center;
}

/* .project-tab-hdl:nth-child(1)>a {
  background-image: url("../images/trade_net/project_ico1.png");
}

.project-tab-hdl:nth-child(2)>a {
  background-image: url("../images/trade_net/project_ico2.png");
}

.project-tab-hdl:nth-child(3)>a {
  background-image: url("../images/trade_net/project_ico3.png");
}

.project-tab-hdl:nth-child(4)>a {
  background-image: url("../images/trade_net/project_ico4.png");
}

.project-tab-hdl:nth-child(5)>a {
  background-image: url("../images/trade_net/project_ico5.png");
}

.project-tab-hdl:nth-child(6)>a {
  background-image: url("../images/trade_net/project_ico6.png");
}

.project-tab-hdl:nth-child(7)>a {
  background-image: url("../images/trade_net/project_ico7.png");
} */

.project-tab-hdl.current {
  /* -webkit-box-shadow: 0 5px 8px rgba(54, 124, 217, 0.2);
  box-shadow: 0 5px 8px rgba(54, 124, 217, 0.2);
  background: -webkit-gradient(linear, left top, left bottom, from(#6AACFF), to(#175FC1));
  background: linear-gradient(to bottom, #6AACFF, #175FC1); */
  background: rgba(190, 221, 255, 0.20);
  box-shadow: 0px 0px 16px 0px rgba(255, 255, 255, 0.80) inset;
  backdrop-filter: blur(3px);
}

.single-web .project-tab-hdl.current {
  background: transparent;
  box-shadow: 0px 0px 16px 0px #FFFFFFCC inset;
  border-radius: 0;
}

.single-web .project-tab-hdl.current a {
  background: transparent;
}

.project-tab-hdl.current>a {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  /* display: flex; */
  line-height: 27px;
  /* align-items: center; */
  /* padding-bottom: 28px; */
  /* width: 100%; */
  justify-content: center;
}

.project-tab-hdl>a>span {
  /* position: relative; */
  padding-bottom: 28px;
}

.project-tab-hdl>a>span::before {
  display: none;
  position: absolute;
  content: "";
  width: 18px;
  height: 19px;
  background: url("../images/trade_net/circle_arr.png") no-repeat;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  bottom: 0;
}

.single-web .project-tab-hdl>a>span::before {
  width: 18px;
  height: 18px;
  background: url("../images/trade_net/circle_arr2.png") no-repeat;
}

.single-web .project-tab-hdl>a>span {
  padding-bottom: 0;
}

.single-web .project-tab-hdl.current>a>span {
  /* padding-bottom: 38px; */
}


.project-tab-hdl.current>a>span::before {
  display: block;
}

.project-tab-bd {
  width: calc(100% - 206px);
  margin-left: 16px;
  height: 433px;
}

.info-tab-hd {
  height: 34px;
  /* border-bottom: 1px solid rgba(153, 153, 153, 0.3); */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.info-tab-hdl+.info-tab-hdl {
  margin-left: 16px;
}

.info-tab-hdl>a {
  display: block;
  width: 92px;
  height: 34px;
  line-height: 34px;
  border-radius: 17px;
  background: #C9E2FF;
  font-size: 20px;
  text-align: center;
  color: #2065BB;
  /* padding-bottom: 15px; */
  /* border-bottom: 2px solid transparent; */
  color: #333;
}

.info-tab-hdl.current>a {
  background: linear-gradient(180deg, #67ADFF 0%, #2878EF 100%);
  color: #fff;
}

.info-tab-bd {
  margin-top: 12px;
  height: 388px;
}

.info-tab-bd>.bdl {
  height: 100%;
}

.scroll-info {
  height: 100%;
}

.news-item {
  height: 50px;
  line-height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* padding: 0 12px 0 22px; */
  font-size: 16px;
  border-bottom: 1px solid #DDE0E4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* background: url("../images/trade_net/list_ico.png") no-repeat 12px center; */
}

.news-item .date {
  color: #999;
  font-size: 14px;
}

.news-item .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* max-width: calc(100% - 200px); */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.news-item .info>a img {
  line-height: 0;
  margin-left: 15px;
}

.news-item .info>a {
  color: #333;
  display: flex;
  align-items: center;
}

.news-item .info>a span {
  max-width: 650px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-item .info .label {
  height: 17px;
  line-height: 17px;
  padding: 0 4px;
  margin-left: 14px;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  white-space: nowrap;
}

.news-item .info .label1 {
  background-color: #367FDC;
}

.news-item .info .label2 {
  background-color: #F77E16;
}

.news-item.new .info {
  max-width: calc(100% - 249px);
  padding-right: 55px;
  background: url("../images/trade_net/new_ico.png") no-repeat right center;
}

.news-item:hover .info>a,
.news-item:hover .date {
  color: #0071FF;
}

.common-table {
  width: 100%;
  table-layout: fixed;
  text-align: center;
}

.common-table th,
.common-table td {
  height: 48px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  word-break: break-all;
  box-sizing: border-box;
}

.common-table th:first-child,
.common-table td:first-child {
  padding-left: 12px;
}

.common-table th {
  background-color: #C9E2FF;
  font-size: 18px;
  color: #2065BB;
  text-align: center;
}

.common-table td {
  font-size: 16px;
  border-bottom: 1px solid #DDE0E4;
}

.common-table td .red {
  color: #E1251B;
}

.common-table td .state {
  position: relative;
  display: inline-block;
  padding-left: 11px;
  vertical-align: middle;
}

.common-table td .state:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.common-table td .state.ongoing {
  color: #20497D;
}

.common-table td .state.ongoing:before {
  background-color: #20497D;
}

.common-table td .state.pass {
  color: #26A872;
}

.common-table td .state.pass:before {
  background-color: #26A872;
}

.common-table td .state.nopass {
  color: #E1251B;
}

.common-table td .state.nopass:before {
  background-color: #E1251B;
}

.common-table td .state.done {
  color: #26A872;
}

.common-table td .state.done:before {
  background-color: #26A872;
}

.common-table td .state.undo {
  color: #FF9900;
}

.common-table td .state.undo:before {
  background-color: #FF9900;
}

.common-table td .detail {
  color: #0071FF;
}

.common-table td .detail.disabled {
  color: rgba(32, 73, 125, 0.5);
  pointer-events: none;
  cursor: not-allowed;
}

.bid-list {
  margin: 0 0 0 -16px;
  /* padding-top: 28px; */
}
.bid-list .bid-item:nth-child(-n+3){
  margin-top:0;
}
.bid-item {
  position: relative;
  width: calc(33.33% - 16px);
  margin: 16px 0 0 16px;
  border-radius: 10px;
  border: 2px solid #FFF;
  background: rgba(255, 255, 255, 0.90);
  backdrop-filter: blur(9px);
  box-sizing: border-box;
  transition: all .3s;
  background: url("../images/trade_net/bid_bg.png") no-repeat;
  background-size: 100% 100%;
  box-shadow: 0px 0px 9px 0px #CFD6DE9E;
}
.bid-item:nth-child(n+4){
   /* width: calc(25% - 20px); */
}
.bid-item.long a::before{
  top: 46.2%;
}
.bid-item:hover {
     background: url("../images/trade_net/bid_bgh.png") no-repeat;
  background-size: 100% 100%;
}
.bid-item:hover a span{

color:#fff;
}
.bid-item:hover a::before{
  background:url("../images/trade_net/bid_arrow4h.png") right center no-repeat
}
.bid-item>a {
  display: block;
  /*   display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top; */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 0 0 23px;
  height: 246px;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  /* border: 1px solid #deedff; */
  /* border-radius: 5px; */
  line-height: 36px;
}

.bid-item>a>img {
  /* margin-right: 20px; */
  /* width: 103px; */
  /* height: 108px; */
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}

.bid-item>a>span {
  /* padding-bottom: 58px; */
  position: relative;
  display: flex;
  height: 100%;
  line-height: 27px;
  flex-direction: column;
  justify-content: center;
  letter-spacing: 0.54px;
  transition: all .3s;
}

.bid-item>a::before {
  content: "";
  position: absolute;
  left: 151px;
  top: 50%;
  transform: translateY(-50%);
  -50%: 16px;
  height: 18px;
  width: 18px;
  background: url(
  "../images/trade_net/bid_arrow4.png") right center no-repeat;
}

/* .bid-item:hover>a>span::before {
  background-image: url("../images/trade_net/bid_arrowh.png");
} */

.bid-item>a>span>p {
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
}

/* .bid-item:hover>a {
  color: #fff;
  background-image: url("../images/trade_net/bid_bgh.png");
} */

/* .bid-item:hover .bid-menu {
  display: block;
} */

.bid-menu {
  display: none;
  position: absolute;
  left: 119px;
  top: calc(100% - 3px);
  width: 593px;
  padding: 1px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 5px 15px rgba(80, 93, 124, 0.15);
  box-shadow: 0 5px 15px rgba(80, 93, 124, 0.15);
  background: -webkit-gradient(linear, left top, left bottom, from(#66A8FC), to(#175FC1));
  background: linear-gradient(to bottom, #66A8FC, #175FC1);
}

.bid-menu:before {
  position: absolute;
  left: 16px;
  top: -5px;
  content: "";
  width: 12px;
  height: 6px;
  background: url("../images/trade_net/triangle.png") no-repeat;
}

.bid-menu-list {
  padding: 20px 20px 4px 4px;
  border-radius: 5px;
  background-color: #fff;
}

.bid-menu-item {
  width: calc(50% - 16px);
  margin: 0 0 16px 16px;
}

.bid-menu-item>a {
  display: block;
  height: 68px;
  line-height: 68px;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #DEEDFF;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  color: #333;
}

.finance-box {
  width: calc(50% - 10px);
  height: 433px;
  border-radius: 4px;
  border: 1px solid #FFF;
  background: #FFF;
  box-shadow: 0px 0px 12px 0px rgba(0, 113, 255, 0.10);
  overflow: hidden;
}

.finance-box.electronic .finance-tt {
  background-image: url("../images/trade_net/electronic_ico.png");
}

.finance-box.loan .finance-tt {
  background-image: url("../images/trade_net/electronic_ico.png");
}

.finance-box .swiper-container {
  height: calc(100% - 76px);
}

.finance-box .swiper-container.loan-swiper {
  height: calc(100% - 212px);
}

.finance-box .swiper-pagination {
  bottom: 15px;
}

.finance-box .swiper-pagination-bullet {
  width: 25px;
  height: 4px;
  margin: 0 4px;
  border-radius: 8px;
  opacity: 1;
  background: #A0C6FF;
}

.finance-box .swiper-pagination-bullet-active {
  width: 50px;
  height: 4px;
  background: #3369AF;
}

.finance-hd {
  position: relative;
  height: 76px;
  padding: 0 18px;
  background: linear-gradient(90deg, #D9EAFF 0%, #f0f7ff 99.46%);
}

.finance-hd .region-sel {
  padding-right: 0;
  right: 18px;
  top: 21px;
}

.finance-hd .region-sel .select {
  border: 1px solid #0071FF;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.finance-hd .region-sel:before {
  display: none;
}

.finance-tt {
  line-height: 76px;
  padding-left: 44px;
  font-size: 26px;
  /* font-weight: 600; */
  background-repeat: no-repeat;
  background-position: left center;
  font-family: "YouSheBiaoTiHei";
}

.finance-link-content a {
  float: left;
  margin: 20px 0 0 20px;
}

.finance-link {
  width: 196px;
  height: 317px;
}

.finance-link1,
.finance-link2 {
  width: 257px;
  height: 113px;
}

.finance-list {
  /* padding: 0 20px; */
  margin-left: -12px;
  padding-bottom: 4px;
}

.finance-item {
  width: calc(50% - 12px);
  margin: 8px 0 0 12px;
}

.finance-item>a {
  display: block;
  height: 60px;
  line-height: 58px;
  border: 1px solid rgba(0, 113, 255, 0.60);
  box-sizing: border-box;
  /* text-align: center; */
  font-size: 16px;
  color: #333;
  font-weight: 550;
  padding: 0 65px 0 20px;
  border-radius: 6px;
  position: relative;
  background: linear-gradient(180deg, rgba(227, 240, 255, 0.85) 0%, rgba(254, 254, 255, 0.85) 100%);
}

.finance-item>a::before {
  position: absolute;
  content: "";
  width: 41px;
  height: 50px;
  background: url("../images/trade_net/finance_icon.png") no-repeat;
  right: 20px;
  top: 4px;
}

.finance-item>a:hover {
  color: #fff;
  background: url("../images/trade_net/finance_bgh.png") no-repeat;
  background-size: 100% 100%;
}

.finance-name {
  height: 27px;
  line-height: 27px;
  font-size: 18px;
  font-weight: bold;
  /* padding: 0 20px; */
  padding-top: 12px;
}

.finance-content {
  padding: 0 20px;
  overflow-y: auto;
  height: 345px;
  margin-top: 5px;
}

.apply-btn {
  display: inline-block;
  height: 32px;
  line-height: 30px;
  padding: 0 19px;
  margin-bottom: 16px;
  border: 1px solid #20497D;
  border-radius: 2px;
  color: #20497D;
  vertical-align: top;
}

.manage-box {
  height: 398px;
  padding-top: 73px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url("../images/trade_net/manage_bg.jpg") no-repeat;
}

.manage-list {
  text-align: center;
  font-size: 0;
}

.manage-item {
  position: relative;
  display: inline-block;
  width: 208px;
  margin: 0 74px;
  text-align: center;
  vertical-align: top;
}

.manage-item>a {
  display: block;
}

.manage-item+.manage-item .manage-text>p {
  padding-top: 125px;
}

.manage-item+.manage-item:before {
  position: absolute;
  left: -130px;
  top: 149px;
  content: "";
  width: 118px;
  height: 3px;
  background: url("../images/trade_net/manage_line.png") no-repeat;
}

.manage-item:nth-child(1) .manage-text>p {
  background-image: url("../images/trade_net/manage_ico1.png");
}

.manage-item:nth-child(2) .manage-text>p {
  background-image: url("../images/trade_net/manage_ico2.png");
}

.manage-item:nth-child(3) .manage-text>p {
  background-image: url("../images/trade_net/manage_ico3.png");
}

.manage-num {
  display: inline-block;
  height: 76px;
  line-height: 76px;
  font-size: 70px;
  font-family: "D-DIN-Bold";
  color: #fff;
  text-shadow: #7CB6FF 2px 0 0, #7CB6FF 0 2px 0, #7CB6FF -2px 0 0, #7CB6FF 0 -2px 0;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, from(#7CB6FF), to(transparent));
  -webkit-mask: linear-gradient(to bottom, #7CB6FF, transparent);
}

.manage-text {
  position: relative;
  height: 207px;
  margin-top: -30px;
  background: url("../images/trade_net/manage_item_bg.png") no-repeat;
  z-index: 10;
}

.manage-text>p {
  line-height: 24px;
  padding-top: 118px;
  color: #fff;
  font-size: 16px;
  background-repeat: no-repeat;
  background-position: center 69px;
}

.store-list {
  margin: -10px;
}

.store-item {
  margin: 10px;
  width: calc((100% - 60px) / 3.0001);
  height: 63px;
  background: url("../images/trade_net/store_item_bg.png") no-repeat center;
  background-size: 100% 100%;
}

.store-item.current {
  background-image: url("../images/trade_net/store_item_bg_current.png");
  -webkit-box-shadow: 0 2px 8px 0 rgba(60, 131, 237, 0.12);
  box-shadow: 0 2px 8px 0 rgba(60, 131, 237, 0.12);
}

.store-item.current .store-link {
  color: #fff;
}

.store-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  color: #333;
  font-size: 16px;
}

.supervise-cooper {
  position: relative;
}

.supervise-cooper .type-tab-hdl {
  width: calc(100% / 6);
}

.supervise-cooper .project-tab-hdl {
  height: calc(50% - 9px);
  text-align: center;
}

.supervise-cooper .project-tab-hdl>a {
  height: 100%;
  line-height: 28px;
  /*   padding: 93px 5px 0; */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*   background-position: center 49px; */
}

.supervise-cooper .project-tab-hdl:before {
  top: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 54px;
}

/* .supervise-cooper .project-tab-hdl:nth-child(1)>a {
  background-image: url("../images/trade_net/record_project_ico1.png");
}

.supervise-cooper .project-tab-hdl:nth-child(2)>a {
  background-image: url("../images/trade_net/record_project_ico2.png");
}

.supervise-cooper .project-tab-hdl:nth-child(3)>a {
  background-image: url("../images/trade_net/record_project_ico3.png");
}

.supervise-cooper .info-tab-hdl+.info-tab-hdl {
  margin-left: 14px;
} */

.behavior-record {
  height: 398px;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url("../images/trade_net/behavior_record.jpg") no-repeat;
}

.behavior-record-left {
  width: 487px;
  height: 100%;
}

.settle-box {
  height: 66px;
  line-height: 66px;
  padding: 0 20px;
  -webkit-box-shadow: 0 4px 20px rgba(1, 71, 154, 0.08);
  box-shadow: 0 4px 20px rgba(1, 71, 154, 0.08);
  background-color: #fff;
}

.settle-tt {
  padding-left: 58px;
  font-size: 16px;
  font-weight: 600;
  background: url("../images/trade_net/settle_ico.png") no-repeat left center;
}

.settle-num {
  color: #999;
}

.settle-num>span {
  margin-right: 10px;
  color: #20497D;
  font-family: "D-DIN-Bold";
  font-size: 30px;
}

.active-sort {
  height: calc(100% - 86px);
  margin-top: 20px;
  padding-top: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 4px 20px rgba(1, 71, 154, 0.08);
  box-shadow: 0 4px 20px rgba(1, 71, 154, 0.08);
  background-color: #fff;
}

.active-sort-hd {
  position: relative;
  height: 24px;
  line-height: 24px;
}

.active-sort-hd .more {
  top: 1.5px;
  right: 10px;
}

.active-sort-tt {
  position: relative;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 600;
}

.active-sort-tt:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  width: 5px;
  height: 19px;
  border-radius: 0 4px 4px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#6AACFF), to(#175FC1));
  background: linear-gradient(to bottom, #6AACFF, #175FC1);
}

.active-sort-item {
  margin-right: 10px;
  border-bottom: 1px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #666;
  cursor: pointer;
}

.active-sort-item.current {
  color: #20497D;
  border-color: #20497D;
}

.active-sort-bd {
  height: calc(100% - 40px);
  padding: 0 10px;
  margin-top: 16px;
}

.active-sort-bd .common-table th {
  height: 30px;
  line-height: 30px;
  color: #20497D;
  background-color: rgba(195, 219, 253, 0.3);
}

.active-sort-bd .common-table th:first-child {
  padding-left: 10px;
  padding-right: 0;
}

.active-sort-bd .common-table th:nth-child(2) {
  padding-left: 20px;
}

.active-sort-bd .common-table td {
  height: 43px;
  line-height: 43px;
}

.active-sort-bd .common-table td:first-child {
  padding-left: 0;
}

.active-sort-table-hd {
  height: 30px;
}

.active-sort-table-bd {
  height: calc(100% - 34px);
  margin-top: 4px;
}

.active-sort-table-bd tbody .sort {
  display: inline-block;
  width: 28px;
  height: 28px;
  text-align: center;
  font-size: 18px;
  font-family: "D-DIN-Bold";
  background-repeat: no-repeat;
  vertical-align: top;
}

.active-sort-table-bd tbody .settle-num>span {
  font-size: 20px;
  color: #333;
}

.active-sort-table-bd tbody tr:nth-child(1) .sort {
  background-image: url("../images/trade_net/sort_ico1.png");
}

.active-sort-table-bd tbody tr:nth-child(1) .settle-num>span {
  color: #FE985D;
}

.active-sort-table-bd tbody tr:nth-child(2) .sort {
  background-image: url("../images/trade_net/sort_ico2.png");
}

.active-sort-table-bd tbody tr:nth-child(2) .settle-num>span {
  color: #495D84;
}

.active-sort-table-bd tbody tr:nth-child(3) .sort {
  background-image: url("../images/trade_net/sort_ico3.png");
}

.active-sort-table-bd tbody tr:nth-child(3) .settle-num>span {
  color: #9B611F;
}

.active-sort-table-bd tbody tr:nth-child(1) .sort,
.active-sort-table-bd tbody tr:nth-child(2) .sort,
.active-sort-table-bd tbody tr:nth-child(3) .sort {
  font-size: 0;
  vertical-align: middle;
}

.behavior-record-right {
  width: calc(100% - 507px);
  margin-left: 20px;
  height: 100%;
  padding: 14px 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 4px 20px rgba(1, 71, 154, 0.08);
  box-shadow: 0 4px 20px rgba(1, 71, 154, 0.08);
  background-color: #fff;
}

.onsite-bd {
  height: calc(100% - 34px);
  margin-top: 10px;
  padding: 0 10px;
}

.search-box {
  position: relative;
  width: calc(100% - 166px);
  height: 40px;
  padding: 0 50px 0 15px;
  /* margin: 0 auto 10px; */
  border: 1px solid rgba(153, 153, 153, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 30px;
  background: #fff;
  backdrop-filter: blur(5.5px);
}

.search-box .input {
  width: 100%;
  border: 0;
  height: 100%;
  line-height: 32px;
}

.search-box .btn {
  position: absolute;
  right: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
  height: 17px;
  background: url("../images/trade_net/search_ico.png") no-repeat;
}

.type-tab-bd .com-pager {
  text-align: center;
  padding: 16px 0 0 0;
}

.type-tab-bd .com-pager.manage-pager {
  padding-top: 12px;
}

/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ */

.phone-content {
  width: 617px;
  height: 308px;
  background: rgba(255, 255, 255, 0.40);
  backdrop-filter: blur(5px);
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -154px 0 0 -308px;
}

.page-bg {
  height: 100%;
  background: url("../images/trade_net/phone_bg.jpg") center center no-repeat #fff;
  background-size: 100%;
  position: relative;
}

.phone-tt {
  position: absolute;
  left: 0;
  top: 14px;
  width: 133px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background: #DB4949;
  border-radius: 0px 16.5px 16.5px 0px;
}

.phone-erwei {
  position: absolute;
  top: 76px;
  left: 113px;
}

.phone-info {
  position: absolute;
  top: 90px;
  right: 113px;
  text-align: center;
}

.phone-info img {
  vertical-align: top;
}

.phone-info p {
  margin-top: 19px;
  line-height: 27px;
  font-size: 16px;
}

.trade-bg {
  background: url("../images/trade_net/main_bg.jpg") center bottom no-repeat;
}

.blue-page {
  height: 100%;
  /* background: rgba(255, 255, 255, 0.60); */
  /* backdrop-filter: blur(5px); */
  /* border: 1px solid #fff; */
  /* box-sizing: border-box; */
}

/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â½ */
.shop-content {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 20px;
  border-radius: 4px;
  box-sizing: border-box;
}

.shop-login {
  /* display:inline-block; */
  /* width: 1120px; */
}

.shop-btn {
  display: block;
  margin-top: 16px;
}

.shop-btn:first-child {
  margin-top: 0;
  width: 100%;
  height: 210px;
  /* width: 100%; */
}

.shop-btn img {
  vertical-align: top;
  height: 100%;
  width: 100%;
  border-radius: 5px;
}

/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ */

.page-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.inquire-content {
  /* padding-top: 76px; */
}

.inquire-name {
  height: 45px;
  line-height: 45px;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 5.5px;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.30);
}

.inquire-bd {
  padding: 17px 0 0 0;
}

.inquire-list {
  margin-top: 20px;
}

.inquire-tt {
  float: left;
  width: 160px;
  text-align: right;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  padding-right: 12px;
  box-sizing: border-box;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}

.inquire-tt .red {
  color: #FE0000;
  font-size: 20px;
  margin-left: 10px;
}

.inquire-mod {
  float: left;
}

.inquire-input {
  display: block;
  width: 414px;
  box-sizing: border-box;
  padding: 0 14px;
  height: 40px;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  border: 2px solid rgba(255, 255, 255, 0.54);
  background: linear-gradient(131deg, rgba(255, 255, 255, 0.95) 4.08%, rgba(255, 255, 255, 0.66) 101.38%);
  backdrop-filter: blur(5.5px);
  border-radius: 20px;
}

.inquire-input::placeholder {
  color: #999;
}

.inquire-input.yan {
  float: left;
  width: 311px;
}

.yan-img {
  float: left;
  margin-left: 10px;
  width: 93px;
  height: 40px;
  /* padding-top: 4.5px; */
}

.yan-img img {
  vertical-align: top;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.inquire-btn1 {
  display: block;
  width: 286px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  margin: 40px auto 0;
  text-align: center;
  border-radius: 25px;
  position: relative;
  left: 14px;
  background: linear-gradient(180deg, #67ADFF 0%, #2878EF 100%);
}

.inquire-btn2 {
  display: block;
  width: 286px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  margin: 40px auto 0;
  text-align: center;
  border-radius: 25px;
  position: relative;
  left: 14px;
  background: linear-gradient(180deg, #67ADFF 0%, #2878EF 100%);
}

.info-tab-bd>.bdl {
  padding-bottom: 37px;
  box-sizing: border-box;
  position: relative;
}

.info-more {
  position: absolute;
  width: 119px;
  height: 34px;
  box-sizing: border-box;
  border: 1px solid #0071FF;
  border-radius: 17px;
  line-height: 32px;
  font-size: 16px;
  color: #0071FF;
  background: url("../images/trade_net/more_icon.png") right 16px center no-repeat #fff;
  padding-left: 16px;
  left: 50%;
  margin-left: -60px;
  bottom: 2px;
}

.my-frame {
  /* margin-left: -20px; */
  /* margin-top: -26px; */
}

.iframe-tab {
  overflow: hidden;
  /* margin: 0 -20px; */
}

/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ */

.file-log {
  display: flex;
  height: 103px;
  background: url("../images/trade_net/file_log_bg.png") no-repeat;
  padding-left: 16px;
  align-items: center;
  margin-bottom: 16px;
  background-size: 100% 100%;
  justify-content: space-between;
  padding-right: 20px;
}

.file-input {
  width: 280px;
  height: 50px;
  border: 2px solid rgba(255, 255, 255, 0.54);
  background: linear-gradient(131deg, rgba(255, 255, 255, 0.90) 4.08%, rgba(255, 255, 255, 0.63) 101.38%);
  backdrop-filter: blur(5.5px);
  line-height: 38px;
  font-size: 16px;
  color: #000;
  border-radius: 25px;
  box-sizing: border-box;
  margin-left: 16px;

}

.file-log .file-input {
  width: 220px;
}

.file-right>.clearfix {
  margin-left: 16px;
  display: flex;
}

.file-log .manage-input.yan {
  margin-top: 0;
  width: 190px;
}

.file-log .manage-yan-img {
  margin-top: 9px;
  margin-left: 16px;
}

.file-input input {
  width: 100%;
  height: 46px;
  border-radius: 25px;
  background-color: transparent;
  box-sizing: border-box;
  padding: 0 10px 0 50px;
  background-position: 14px center;
  background-repeat: no-repeat;
}

.file-input input::placeholder {
  color: #666;
}

.file-input.user input {
  background-image: url("../images/trade_net/file_log1.png");
}

.file-input.pwd input {
  background-image: url("../images/trade_net/file_log2.png");
}

.file-btn {
  margin-left: 20px;
  position: relative;
}

.file-submit {
  display: block;
  width: 131px;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.90);
  backdrop-filter: blur(15.5px);
  color: #0071FF;
  font-size: 18px;
  text-align: center;
}

.file-forget {
  position: absolute;
  margin-left: 38px;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  bottom: -24px;
}

a.detail-btn {
  color: #20497D;
}

/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â  */

.manage-content {
  display: flex;
  justify-content: space-between;
  height: 100%;
}

.manage-table {
  flex: 1;
  /* width: 779px; */
  margin-right: 20px;
  height: 100%;
  /* overflow-y: auto; */
}

.manage-log {
  width: 359px;
  height: 433px;
  padding: 57px 32px 0;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 0px 0px 26px 2px rgba(1, 76, 146, 0.10);
  background: url("../images/trade_net/manage_log.png") no-repeat;
}

.manage-hd {
  height: 42px;
  line-height: 42px;
  font-size: 28px;
  color: #333;
  font-weight: bold;
  letter-spacing: 2.52px;
  text-align: center;
}

.manage-input {
  display: block;
  width: 100%;
  border: 2px solid rgba(255, 255, 255, 0.54);
  background: linear-gradient(131deg, rgba(255, 255, 255, 0.90) 4.08%, rgba(255, 255, 255, 0.63) 101.38%);
  backdrop-filter: blur(5.5px);
  height: 50px;
  line-height: 46px;
  box-sizing: border-box;
  font-size: 14px;
  border-radius: 25px;
  margin-top: 16px;
  color: #333;
}

.manage-input input {
  display: block;
  width: 100%;
  box-sizing: border-box;
  height: 46px;
  line-height: 46px;
  padding-left: 50px;
  font-size: 18px;
  background-position: 14px center;
  background-repeat: no-repeat;
  background-color: transparent;
  color: #000;
}

.manage-yan-img {
  margin-top: 24px;
  height: 32px;
  width: 73px;
}

.manage-yan-img img {
  width: 100%;
  height: 100%;
}

.manage-input input::placeholder {
  color: #666;
}

.manage-input.user {
  margin-top: 20px;
}

.manage-input.user input {
  /* margin-top: 20px; */
  background-image: url("../images/trade_net/file_log1.png");
}

.manage-input.pwd input {
  background-image: url("../images/trade_net/file_log2.png");
}

.manage-input.yan input {
  background-image: url("../images/trade_net/file_log3.png");
}

.manage-input.yan {
  width: 206px;
}

.manage-forget {
  margin-top: 12px;
  height: 21px;
  line-height: 21px;
  font-size: 14px;
  text-align: right;
}

.manage-forget a {
  color: #fff;
}

.manage-submit {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  background: linear-gradient(180deg, #67ADFF 0%, #2878EF 100%);
  color: #fff;
  font-size: 20px;
  margin-top: 28px;
  text-align: center;
}

.manage-content.login .manage-table {
  width: 100%;
}

.manage-content.login .manage-log {
  display: none;
}

/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ */

.single-web {
  position: relative;
  top: 3px;
  /* background: linear-gradient(104deg, #0266DC 13.46%, #67ADFF 99.52%); */
  border-radius: 10px;
  overflow: hidden;
}

.single-web .project-tab-hdl {
  height: calc((100% - 36px) / 3);
  /* padding: 10px 17px 10px 10px; */
  box-sizing: border-box;
  text-align: center;
  box-shadow: none;
  /* background: #fff; */
  backdrop-filter: none;
  border-radius: 10px;
  position: relative;
  border-radius: 0;
}



.single-web .project-tab-hdl+.project-tab-hdl {
  margin-top: 18px;
  /* border-radius: 10px; */
}

.single-web .project-tab-hdl>a {
  height: 100%;
  line-height: 30px;
  /* padding: 32px 5px 0; */
  font-size: 20px;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* background: url("../images/trade_net/single_tab_bg.png") no-repeat; */
  background-size: 100% 100%;
}

.single-web .project-tab-hdl:before {
  /* top: auto; */
  /* left: 50%; */
  /* -webkit-transform: translateX(-50%); */
  /* transform: translateX(-50%); */
  /* bottom: 32px; */
}

/* .single-web .project-tab-hdl:nth-child(1)>a {
  background-image: url("../images/trade_net/single_icon1.png");
}

.single-web .project-tab-hdl:nth-child(2)>a {
  background-image: url("../images/trade_net/single_icon2.png");
}

.single-web .project-tab-hdl:nth-child(3)>a {
  background-image: url("../images/trade_net/single_icon3.png");
} */

.single-web .info-tab-hdl+.info-tab-hdl {
  margin-left: 14px;
}

.single-web .project-tab-hd,
.single-web .type-tab-bd {
  height: 515px;
}

.single-web .project-tab-hd {
  padding: 62px 0;
  width: 190px;
  background: none;
  box-sizing: border-box;
  box-shadow: none;
  border-radius: 10px;
  background:url('../images/trade_net/left_bg.png')no-repeat;
  background-size:100% 100%;
}

.single-web .type-tab-bd {
  float: left;
  width: calc(100% - 190px);
  margin: 0 0 0 0;
  padding: 0 0 0 16px;
  box-sizing: border-box;
  /* position: absolute; */
  /* left: 0; */
  /* right: 0; */
  /* top: 0; */
  /* bottom: 0; */
}

.ft16 {
  font-size: 16px;
}

/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¶ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ */

.service {
  height: 100%;
}

.service-shop {
  display: flex;
  justify-content: space-between;
}

.service-shop a img {
  vertical-align: top;
  width: 572px;
  height: 78px;
}

.service-info {
  height: calc(100% - 94px);
  margin-top: 16px;
  padding: 16px 20px 0;
  box-sizing: border-box;
  background: url("../images/trade_net/phone_bg.jpg") center top no-repeat;
}

.service-all {
  height: 66px;
  line-height: 66px;
  background: #fff;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 4px 20px 0px rgba(1, 71, 154, 0.08);
}

.all-name {
  padding-left: 58px;
  background: url("../images/trade_net/server_icon1.png") left center no-repeat;
  font-size: 18px;
  font-weight: bold;
}

.all-num {
  font-size: 14px;
  color: #999;
}

.all-num span {
  font-size: 30px;
  font-family: "D-DIN-Bold";
  color: #20497D;
  margin-right: 10px;
  position: relative;
  top: 4px;
}

.service-rank {
  padding: 20px 20px 0;
  /* height: 252px; */
  /* background: #fff; */
  /* box-shadow: 0px 4px 20px 0px rgba(1, 71, 154, 0.08); */
  /* padding-top: 14px; */
  box-sizing: border-box;
}

.rank-hd {
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  color: #333;
  /* padding-left: 15px; */
  /* font-weight: bold; */
  /* background: url("../images/trade_net/rank_icon.png") left center no-repeat; */
}

.ranks {
  margin-top: -30px;
}

.ranks-hd {
  /* display: flex; */
  /* justify-content: right; */
  height: 30px;
  text-align: right;
}

.ranks-hd-item {
  display: inline-block;
  vertical-align: top;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #2065BB;
  margin-left: 10px;
  cursor: pointer;
  width: 72px;
  border-radius: 15px;
  text-align: center;
  background: #C9E2FF;
  /* border-bottom: 1px solid transparent; */
}

.ranks-hd-item.current {
  color: #fff;
  background: linear-gradient(180deg, #67ADFF 0%, #2878EF 100%);
  /* border-color: #20497D; */
}

.ranks-bd {
  padding: 20px 0 0;
}

.ranks-table-hd {
  display: flex;
  height: 48px;
  line-height: 48px;
  background: #C9E2FF;
  border-radius: 4px;
  font-size: 18px;
  color: #2065BB;
}

.ranks-table-bd {
  height: 236px;
  overflow-y: auto;
}

.ranks1 {
  width: 68px;
  text-align: center;
}

.ranks2 {
  padding-left: 16px;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ranks3 {
  width: 80px;
  padding-right: 16px;
  text-align: right;
}

.ranks-item {
  display: flex;
  height: 47px;
  line-height: 47px;
  font-size: 16px;
  color: #333;
  border-bottom: 1px solid rgba(153, 153, 153, 0.30);
}

.ranks-item .ranks2 {
  color: #333;
}

.ranks-item .ranks3 {
  font-size: 14px;
  color: #999;
}

.ranks-item .ranks1 {
  font-size: 18px;
  font-family: "D-DIN-Bold";
}

.ranks-num {
  font-size: 20px;
  font-family: "D-DIN-Bold";
  margin-right: 6px;
  position: relative;
  top: 2px;
  color: #333;
}

.ranks-item:nth-child(1) .ranks-num {
  color: #FFB800;
}

.ranks-item:nth-child(2) .ranks-num {
  color: #656565;
}

.ranks-item:nth-child(3) .ranks-num {
  color: #FE985D;
}

/**.ranks-item:nth-child(1) .ranks1 {
  font-size: 0;
  background: url("../images/trade_net/rank1.png") center center no-repeat;
}

.ranks-item:nth-child(2) .ranks1 {
  font-size: 0;
  background: url("../images/trade_net/rank2.png") center center no-repeat;
}

.ranks-item:nth-child(3) .ranks1 {
  font-size: 0;
  background: url("../images/trade_net/rank3.png") center center no-repeat;
}*/

.single-web .project-tab-hdl.current>a {
  font-weight: bold;
  font-size: 20px;
  color: #fff;
}

.shop-items {
  padding: 10px 20px 0;
  height: 330px;
  margin-top: 10px;
  overflow-y: auto;
}

.shop-item a {
  display: block;
  height: 56px;
  line-height: 56px;
  padding: 0 50px 0 108px;
  font-size: 18px;
  color: #222;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: url("../images/trade_net/shop_item_bg2.png") no-repeat;
  background-size: 100% 100%;
}

.shop-item {
  margin-top: 10px;
}

.shop-item:first-child {
  margin-top: 0;
}

.shop-item:nth-child(1) a {
  background-image: url("../images/trade_net/shop_item_bg1.png");
}

.all-num {
  height: 33px;
  line-height: 33px;
  margin-top: 18px;
}

.all-num span {
  color: #0071FF;
}

.shop-btn {
  float: left;
  width: calc(50% - 8px);
  height: 167px;
}

.open-pop2 {
  margin: 16px 0 0 16px;
}

.file-name {
  line-height: 38px;
  font-size: 26px;
  color: #fff;
  font-weight: bold;
}

.phone-items {
  padding-top: 58px;
  display: flex;
  justify-content: center;
  text-align: center;
}

.phone-item {
  margin: 0 56px;
}

.phone-item p:nth-child(2) {
  margin-top: 12px;
}

.chosen-sel {
  position: absolute;
  right: 200px;
  padding-right: 0;
  width: 130px;
}

.region-sel.chosen-sel:before {
  display: none;
}

.bidder .project-tab-hdl {
  height: 100%;
}

.bidder .project-tab-hdl>a {
  line-height: 30px;
  font-size: 20px;
  font-weight: bold;
}

.search-content {
  position: relative;
  margin-bottom: 12px;
}

.search-content .region-sel {
  right: 0;
  padding: 0;
  width: 142px;
}

.search-content .region-sel::before {
  display: none;
}

.search-content .region-sel .select {
  height: 40px;
  border-radius: 20px;
  line-height: 38px;
  padding: 0 28px 0 12px;
}

.search-content .option-list {
  top: 40px
}

.check1 {
  background-image: url("../images/trade_net/check_bg1.jpg");
  background-size: 100%;
}

.check2 {
  background-image: url("../images/trade_net/check_bg2.jpg");
  background-size: 100%;
}

.trade-main {
  background:100% 100%;
  background:  #f0f7ff;
}

.trade-img {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  z-index: -1;
}

.trade-img img {
  transform: scale(1);
  width: 100%;
  height: 100%;
  transform-origin: right bottom;
  transition: transform .5s ease-in-out;
}

.trade-net-hdl>a:hover .trade-img img {
  transform: scale(1.2);
}

.bid-item.long>a>span {
  /* padding-bottom: 38px; */
}

.bid-item.idcard>a>span {
  padding-bottom: 28px;
}

.bid-item.wt50 {
  width: calc(50% - 20px);
}

.loan-lists {
  float: left;
  width: calc(100% - 250px);
  height: 326px;
  overflow-y: auto;
  margin-left: 20px;
  margin-top: 20px;
}

.loan-name {
  height: 27px;
  line-height: 27px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}

.loan-list {
  padding-bottom: 4px;
}

.loan-list li {
  margin-bottom: 12px;
  padding-right: 5px;
}

.loan-list li a {
  float: none;
  display: block;
  border-radius: 8px;
  border: 1px solid #FFCFA3;
  background: linear-gradient(309deg, #FBF4EB 5.42%, #FFFCF6 96.83%);
  height: 60px;
  box-sizing: border-box;
  margin: 0;
  line-height: 58px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  padding: 0 100px 0 20px;
  position: relative;
}

.loan-list li a::before {
  position: absolute;
  content: "";
  width: 81px;
  height: 60px;
  background: url("../images/trade_net/finance_link_icon.png") no-repeat;
  right: 10px;
  top: -1px;
}

.check2 .inquire-tt {
  display: none;
}

.check2 .inquire-input {
  width: 548px;
}

.check2 .inquire-input.yan {
  width: 445px;
}

.check2 .inquire-kind {
  height: 34px;
  line-height: 34px;
  border-radius: 4px;
  border: 0px solid #A1C9FF;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.90) 0%, rgba(240, 246, 255, 0.90) 100%);
  padding: 0 20px;
  font-size: 16px;
  color: #666;
  float: left;
  position: relative;
  cursor: pointer;
  margin-right: 18px;
}

.check2 .inquire-kind.current::before {
  position: absolute;
  content: "";
  width: 11px;
  height: 5px;
  background: url("../images/trade_net/kind_icon.png") no-repeat;
  left: 50%;
  transform: translateX(-50%);
  bottom: -4px;
}

.check2 .inquire-kind.current {
  color: #fff;
  background: linear-gradient(180deg, #67ADFF 0%, #2878EF 100%);
}

.check2 .inquire-bd {
  padding-top: 37px;
}

.check2 .tab-bd {
  margin-top: -10px;
}

.complaint-right {
  width: calc(100% - 387px);
  height: 433px;
  border-radius: 4px;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.50);

  /* UIÃƒÆ’Ã‚Â¦Ãƒâ€¦Ã‚Â ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â½Ãƒâ€šÃ‚Â± */
  box-sizing: border-box;
  padding: 16px;
  box-shadow: 0px 0px 12px 0px rgba(0, 113, 255, 0.10);
}

.complaint-left {
  width: 367px;
  height: 433px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  background: #FFF;
  backdrop-filter: blur(4px);
}

.complaint-title {
  position: relative;
  height: 76px;
  background: linear-gradient(90deg, #D8EAFF -1.08%, rgba(206, 223, 255, 0.00) 99.46%);
}

.complaint-title>h3 {
  height: 100%;
  font-size: 0;
  background: url("../images/trade_net/complaint_title.png") no-repeat 20px center;
}

.complaint-title .region-sel {
  right: 20px;
  padding: 0;
  top: 18px;
}

.complaint-title .region-sel::before {
  display: none;
}

.complaint-bd {
  height: calc(100% - 76px);
  padding: 12px 12px 4px 20px;
  box-sizing: border-box;
  overflow: auto;
}

.complaint-bd>h4 {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}

.complaint-tel {
  position: relative;
  width: 327px;
  height: 60px;
  margin-top: 8px;
  border-radius: 4px;
  border: 1px solid rgba(0, 113, 255, 0.60);
  background: linear-gradient(180deg, rgba(227, 240, 255, 0.85) 0%, rgba(254, 254, 255, 0.85) 100%);
  backdrop-filter: blur(6.5px);
  padding: 3px 0 0 10px;
  box-sizing: border-box;
  margin-bottom: 16px;
}

.complaint-tel:hover {
  background: url("../images/trade_net/complaint_bg.png") no-repeat;
}

.complaint-tel:hover>p {
  color: #fff;
}

.complaint-tel>p {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  margin-top: 6px;
}

.complaint-tel:after {
  width: 37px;
  height: 32px;
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: url("../images/trade_net/complaint_after.png") no-repeat;
}

.forget-pwd {
  margin-top: 8px;
  line-height: 21px;
  font-size: 14px;
  padding-left: 10px;
}

.forget-pwd a {
  color: #333;
}

.file-right {
  display: flex;
  align-items: center;
}

.trade-title {
  padding-bottom: 18px;
  text-align: center;
}

.trade-title img {
  vertical-align: top;
  width: 100%;
}

.news-search {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 52px;
  border: 1px solid rgba(153, 153, 153, 0.20);
  background: #fff;
  backdrop-filter: blur(5.5px);
  width: 184px;
  height: 34px;
  box-sizing: border-box;
  border-radius: 17px;
}

.news-search input{
  width: 140px;
  height: 32px;
  line-height: 32px;
  outline: 0;
  border-radius: 17px;
  padding-left: 16px;
  box-sizing: border-box;
}

.news-btn{
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
  height: 17px;
  background: url("../images/trade_net/news_btn.png") no-repeat;
}


.areas-btn{
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
}

.areas-btn .areas-chosen{
  width: 104px;
  height: 40px;
  border: 1px solid #0071FF;
  border-radius: 20px;
  box-sizing: border-box;
  line-height: 38px;
  font-size: 16px;
  text-align: center;
  margin-left: 16px;
  color: #0071FF;
}

.areas-btn .areas-chosen:first-child{
  margin-left: 0;
}

.areas-btn .areas-chosen.active{
  background: linear-gradient(180deg, #67ADFF 0%, #2878EF 100%);
  color: #fff;
  border: 0;
  line-height: 40px;
}

#searchtsresult .search-box{
  width: calc(100% - 240px);
}

#public-pager{
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
}

.complaint-right{
  position: relative;
}

#searchtsresult .common-table tr{
  text-align: center;
}
.jyywbl img{
  
}

/* 20241119 调整 */

.sys-login {
  margin-bottom: 12px;
  height: 103px;
  padding: 26.5px 20px;
  line-height: 50px;
  background: url("../images/trade_net/file_log_bg.png") center center / 100% 100% no-repeat;
  border-radius: 4px;
  box-sizing: border-box;
}

.sys-login-hd {
  font-size: 26px;
  color: #fff;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.sys-login-col {
  height: 50px;
  line-height: 46px;
  border-radius: 25px;margin-right: 16px;
  border: 2px solid rgba(255, 255, 255, 0.54);
  background: rgba(255, 255, 255, 0.9);
  background: linear-gradient(131.24deg, rgba(255, 255, 255, 0.9) 4.08%, rgba(255, 255, 255, 0.63) 101.38%);
  backdrop-filter: blur(11px);
  box-sizing: border-box;
}

.sys-login-input {
  width: 100%;
  height: 46px;
  line-height: 46px;
  padding: 0 20px 0 46px;
  font-size: 16px;
  background: transparent 14px center no-repeat;
  box-sizing: border-box;
}

.sys-login-input::-webkit-input-placeholder {
  color: #666;
}

.sys-login-input::-moz-placeholder {
  color: #666;
}

.sys-login-input:-moz-placeholder {
  color: #666;
}

.sys-login-input:-ms-input-placeholder {
  color: #666;
}

.sys-login-col.user .sys-login-input {
  background-image: url("../images/trade_net/file_log1.png");
}

.sys-login-col.password .sys-login-input {
  background-image: url("../images/trade_net/file_log2.png");
}

.sys-login-col.verify-code  {
  width: 185px;
}

.sys-login-col.verify-code .sys-login-input {
  background-image: url("../images/trade_net/file_log3.png");
}

.sys-login-verify-img {
  width: 73px;
  height: 33px;
  margin-top: 9px;
}

.sys-login-action {
  position: relative;
  margin-left: 20px;
}

.sys-login-btn {
  display: block;
  width: 130px;
  height: 50px;
  line-height: 48px;
  border-radius: 25px;
  font-size: 18px;
  color: #0071FF;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.sys-login-forget {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  line-height: 1;
  margin-top: 5px;
  color: #fff;
}

.supervise-cooper .type-tab-hdl {
  width: calc(100% / 4);
}

.search-content .search-box {
  margin-left: 166px;
}

.search-content .region-sel {
  left: 0;
  right: auto;
}

.search-content .option-list {
  left: 0;
  right: auto;
}

#searchtsresult .search-box {
  margin-left: 0;
}

.supervise-cooper .type-tab-bd {
  height: 330px;
  margin-top: 12px;
}

.supervise-cooper .project-tab-hd {
  height: 100%;
}

.supervise-cooper .project-tab-bd {
  height: 100%;
}

.supervise-cooper .project-tab-hdl>a>span {
  position: relative;
}

.supervise-cooper .project-tab-hdl.current>a>span::before {
  right: auto;
  top: auto;
  left: 50%;
  transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}

.info-tab-bd {
  height: 290px;
  margin-top: 0;
}

.search-content + .info-tab-bd {
  margin-top: -12px;
}

.news-item {
  height: 49px;
  line-height: 48px;
}

.news-type {
  margin-left: 14px;
  height: 24px;
  line-height: 24px;
  padding: 0 4px;
  font-size: 12px;
  color: #fff;
  background: #367FDC;
  border-radius: 2px;
}

.news-new {
  margin-left: 14px;
}

.check2 .inquire-bd {
  padding-top: 20px;
}

.inquire-btn2 {
  margin-top: 20px;
}

.complaint-wrap {
  height: 100%;
}

.complaint-left {
  width: 278px;
  height: 100%;
}

.complaint-right {
  width: calc(100% - 290px);
  height: 100%;
}

.complaint-tel {
  width: 100%;
  height: auto;
  min-height: 60px;
  padding-right: 36px;
}

.complaint-tel:hover {
  background-size: 100% 100%;
}

.complaint-title {
  padding: 0 10px;
  vertical-align: middle;
  background: #DCEBFF 0%;
  background: linear-gradient(90deg, #DCEBFF 0%, #E8F1FE 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.complaint-action {
  display: inline-block;
  height: 34px;
  line-height: 34px;
  padding: 0 6px;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  background: #2878EF;
  background: linear-gradient(180deg, #67ADFF 0%, #2878EF 100%);
}

.info-tab-hd {
  height: 42px;
  margin-bottom: 12px;
}

.info-tab-hdl>a {
  width: auto;
  height: 42px;
  line-height: 40px;
  padding: 0 12px;
  border-radius: 21px;
  background: rgba(255, 255, 255, 0.3);
  font-size: 16px;
  color: #0071FF;
  border: 1px solid #0071FF;
  box-sizing: border-box;
}

.info-tab-hd ~ .info-tab-bd {
  height: 236px;
}