@charset "UTF-8";
/**!
* 采购商
* date:2021-06-03
* author: zsy;
*/
body {
  min-width: 1292px;
}

.sub-img {
  height: 339px;
  padding-top: 76px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "SourceHanSansCN-Medium";
  color: #fff;
  background: url("../images/service/banner_bg2.jpg") no-repeat center top;
  background-size: auto 100%;
}

.sub-text {
  line-height: 60px;
  font-size: 43px;
}

.sub-info {
  line-height: 32px;
  margin: 14px 0 25px;
  font-size: 18px;
}

.sub-img .apply {
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  color: #2f54eb;
  font-size: 21px;
  border-radius: 5px;
  background-color: #e8effe;
  cursor: pointer;
}

.ca-item {
  height: 220px;
  padding: 24px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(16, 16, 16, 0.4);
          box-shadow: 0 0 10px rgba(16, 16, 16, 0.4);
}

.ca-item + .ca-item {
  margin-top: 40px;
}

.ca-info {
  width: 787px;
}

.ca-tt {
  line-height: 49px;
  font-size: 30px;
  font-family: "SourceHanSansCN-Medium";
}

.ca-txt {
  max-height: 120px;
  margin-top: 8px;
  line-height: 40px;
  font-size: 18px;
  color: #525252;
  overflow: hidden;
}

.ca-item:nth-child(1) .ca-tt {
  color: #fece6b;
}

.ca-item:nth-child(2) .ca-tt {
  color: #7e9eff;
}

.ca-item:nth-child(3) .ca-tt {
  color: #e24e48;
}

.ca-img {
  width: 343px;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.ca-img > img {
  width: 100%;
  height: 100%;
}

.progress-box {
  position: relative;
  height: 315px;
  margin-top: 47px;
  padding-top: 23px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f7f8fc;
}

.progress-box:before {
  position: absolute;
  top: 151px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #666;
}

.progress-tt {
  line-height: 51px;
  text-align: center;
  font-size: 43px;
  color: #646464;
}

.progress-tab {
  margin-top: 33px;
}

.progress-hd {
  margin-left: -77px;
}

.progress-hdl {
  position: relative;
  width: calc(25% - 77px);
  height: 87px;
  line-height: 85px;
  margin-left: 77px;
  border-radius: 5px;
  border: 1px solid #666;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-size: 30px;
  font-family: "SourceHanSansCN-Medium";
  color: #646464;
  background-color: #f7f8fc;
  cursor: pointer;
}

.progress-hdl.active {
  border-color: #2f54eb;
  color: #fff;
  background-color: #2f54eb;
}

.progress-hdl + .progress-hdl:before {
  position: absolute;
  left: -38.5px;
  top: 42.5px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 12px;
  border-color: transparent transparent transparent #2f55eb;
}

.progress-bd {
  margin-top: 35px;
}

.bdl {
  display: none;
}

.progress-txt {
  line-height: 38px;
  font-size: 18px;
  font-family: "SourceHanSansCN-Medium";
  color: #646464;
}

.handle-box {
  padding: 42px 0 77px;
}

.handle-tt {
  line-height: 50px;
  text-align: center;
  font-size: 43px;
  font-family: "SourceHanSansCN-Medium";
  color: #666;
}

.handle-txt {
  line-height: 39px;
  margin-top: 33px;
  text-align: center;
}

.handle-txt > p {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0 165px;
  font-size: 30px;
  color: #242424;
}

.handle-txt > p:before, .handle-txt > p:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 115px;
  height: 2px;
  background-color: #000;
}

.handle-txt > p:before {
  left: 0;
}

.handle-txt > p:after {
  right: 0;
}

.handle-txt > p > span {
  color: #ff0000;
}

.handle-box .btn {
  display: block;
  width: 430px;
  height: 79px;
  margin: 69px auto 0;
  border-radius: 10px;
  font-size: 30px;
  color: #f7f8fc;
  background-color: #2f54eb;
  cursor: pointer;
}
