.block-module {
  padding: 75px 0;
}
.block-module .block-title {
  font-weight: 650;
  font-style: normal;
  font-size: 25px;
  color: #333333;
  padding-left: 15px;
  padding-right: 30px;
  border-left: 9px solid #fd430f;
  border-right: 31px solid #fd430f;
  line-height: 1.2;
}
.block-module .sub-title {
  margin-top: 35px;
  font-size: 14px;
  font-weight: 650;
  font-style: normal;
  text-align: center;
}
.banner {
  box-sizing: border-box;
  height: 585px;
  background: url("/images/official/img-13.png") no-repeat center;
  background-size: auto 585px;
  padding-top: 100px;
}
.banner > div {
  width: 1120px;
  height: 480px;
  margin: auto;
  background: url("/images/official/img-14.png") no-repeat;
  background-size: 419px 419px;
  background-position: right -30px;
}
.banner > div h1 {
  font-weight: 900;
  font-style: normal;
  font-size: 60px;
  color: #FFDF0B;
  line-height: 1;
}
.banner > div p {
  font-weight: 650;
  font-style: normal;
  font-size: 25px;
  color: #FFFFFF;
  margin: 25px 0;
}
.banner > div div {
  position: relative;
  width: 233px;
  height: 50px;
  background-color: #ffffff;
  font-weight: 900;
  font-style: normal;
  font-size: 30px;
  color: #CA2222;
  border-radius: 50px 0 50px 50px;
  text-align: center;
  line-height: 50px;
}
.banner > div div:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -40px;
  width: 60px;
  height: 5px;
  background: #fff;
}
.banner > div span {
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 1.7px;
  color: #FFFFFF;
  margin-top: 70px;
}
.to-detail-btn {
  width: 180px;
  height: 40px;
  border-radius: 100px;
  background: #ff7075;
  color: #fff;
  line-height: 40px;
  text-align: center;
  margin-top: 100px;
}
.process {
  position: relative;
  width: 1200px;
  margin: 35px auto 0;
  padding-top: 50px;
  background: url("/images/official/img-15.png") no-repeat center 90px;
  background-size: 1074px 139px;
  display: flex;
  justify-content: space-between;
}
.process > div {
  font-size: 12px;
}
.process > div > div {
  display: flex;
}
.process > div > div > img {
  margin: 0 -10px -10px -10px;
  transform: translateY(6px);
}
.process > div > div > div {
  position: relative;
  z-index: 5;
}
.process > div > div p {
  margin-bottom: 8px;
}
.process > div > div span {
  color: rgba(0, 0, 0, 0.53333333);
}
.process .icon {
  width: 100px;
  height: 100px;
  margin-bottom: 95px;
}
.rules-text {
  width: 800px;
  margin: 50px auto 0;
  font-style: normal;
  color: #CA2222;
  line-height: 36px;
  font-size: 14px;
  padding-bottom: 80px;
}
