/* html {
  filter: grayscale(100%);
} */

.banner {
  width: 100%;
  height: 300px;
  padding-top: 60px;
}
.banner_title {
  font-family: AlimamaShuHeiTi-Bold;
  font-weight: 500;
  font-size: 46px;
  color: #ffffff;
  line-height: 68px;
}
.banner_subtitle {
  margin-top: 20px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 26px;
  color: #ffffff;
  height: 33px;
  line-height: 33px;
}
.banner_btn {
  margin-top: 20px;
  width: 128px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #f3a343;
  border-radius: 25px;
  cursor: pointer;
  font-family: PingFangSC-SNaNpxibold;
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
}

.sxbox {
  padding-top: 36px;
  padding-bottom: 50px;
  display: flex;
  justify-content: space-between;
}
.sxbox_l {
  width: 585px;
  background: white;
  padding: 26px;
  padding-bottom: 0;
}
.sxbox_r {
  width: 585px;
  background: white;
  padding: 26px;
}
.sxbox_tit {
  height: 37px;
  line-height: 37px;
  font-family: PingFangSC-SNaNpxibold;
  font-weight: 600;
  font-size: 26px;
  color: #333333;
  margin-bottom: 10px;
}
.sxbox_l_i {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #eeeeee;
}
.sxbox_l_i:last-child {
  border-bottom: 0;
}
.sxbox_l_i_1 {
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  height: 28px;
}
.sxbox_l_i_2 {
  font-weight: 400;
  font-size: 20px;
  color: #999999;
  height: 28px;
  width: 400px;
  text-align: right;
}
.sxbox_tit2 {
  display: flex;
}
.sxbox_tit_i {
  font-family: PingFangSC-SNaNpxibold;
  font-weight: 600;
  font-size: 26px;
  margin-right: 40px;
}
.sxbox_tit_cur {
  /* color: #2078f3; */
}
.sxbox_r_c {
  margin-top: 10px;
  height: 313px;
  overflow-y: scroll;
}
.sxbox_r_c::-webkit-scrollbar {
  display: none;
}
.sxbox_r_c_i {
  display: inline-block;
  background: #f7f7f7;
  padding: 13px 26px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  margin-top: 20px;
  margin-right: 20px;
}
.lctimg {
  max-height: 290px;
  cursor: pointer;
}

.sqbox {
  background: white;
  padding: 50px 0;
}

.row-title {
  height: 45px;
  line-height: 45px;
  font-family: PingFangSC-SNaNpxibold;
  font-weight: 600;
  font-size: 32px;
  color: #333333;
}
.sqbox_c {
  padding: 26px;
  margin-top: 30px;
  background: #f8f8f8;
  border-radius: 8px;
}

.clbox {
  padding: 50px 0;
}
.clbox_c {
  padding: 0 26px;
  margin-top: 30px;
  background: white;
}
.clbox_i {
  display: flex;
  justify-content: space-between;
  padding: 23px 0;
  border-bottom: 1px solid #eeeeee;
}
.clbox_i:last-child {
  border-bottom: 0;
}
.clbox_i_tit {
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  width: 800px;
}
.clbox_i_btn {
  display: flex;
}
.clbox_i_btn_c {
  width: 88px;
  height: 28px;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 2px;
  margin: 0 5px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.clbox_i_btn_c img {
  width: 14px;
  height: 14px;
  margin-right: 2px;
}
