.banner .container p {
  display: block;
}
@media screen and (max-width: 576px) {
  .banner .container p {
    display: none;
  }
}
.banner .big-tit h1 {
  display: none;
}
@media screen and (max-width: 576px) {
  .banner .big-tit h1 {
    display: block;
  }
}
.page-module .module-tit {
  text-align: center;
}
.page-module p {
  margin-bottom: 42px;
  font-weight: 300;
  position: relative;
  text-align: justify;
}
@media screen and (max-width: 992px) {
  .page-module p {
    margin-bottom: 22px;
  }
}
.page-module p::after {
  content: '';
  width: 100px;
  height: 74px;
  background: url(/asset/chim/static/images/esg/quota.png) no-repeat center center / 100%;
  position: absolute;
  bottom: calc(100% - 10px);
  left: 0;
}
@media screen and (max-width: 992px) {
  .page-module p::after {
    width: 70px;
    height: 55px;
  }
}
.page-module .row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
}
.page-module .row .pic {
  border-radius: 24px;
  overflow: hidden;
  width: 100%;
}
.promise-module {
  position: relative;
}
.promise-module .bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #1074D4;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-end;
}
@media screen and (max-width: 992px) {
  .promise-module .bg {
    flex-direction: column;
  }
}
.promise-module .bg .pic {
  max-width: 40%;
  height: 100%;
}
@media screen and (max-width: 992px) {
  .promise-module .bg .pic {
    max-width: none;
    width: 100%;
    max-height: 45%;
  }
}
.promise-module .bg .pic .ele {
  height: 100%;
  object-fit: cover;
}
.promise-module .box {
  margin-bottom: 60px;
  border-radius: 202px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  background-color: #f8fcff;
}
.promise-module .box:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .promise-module .box {
    margin-bottom: 40px;
    border-radius: 100px;
    flex-direction: column;
  }
}
@media screen and (max-width: 576px) {
  .promise-module .box {
    border-radius: 50px;
  }
}
.promise-module .box .left-pic {
  position: relative;
}
@media screen and (max-width: 992px) {
  .promise-module .box .left-pic {
    width: 100%;
  }
}
.promise-module .box .left-pic .big-pic {
  border-radius: 202px;
  width: 522px;
  overflow: hidden;
  height: 100%;
}
@media screen and (max-width: 1400px) {
  .promise-module .box .left-pic .big-pic {
    width: 500px;
  }
}
@media screen and (max-width: 992px) {
  .promise-module .box .left-pic .big-pic {
    border-radius: 100px;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .promise-module .box .left-pic .big-pic {
    border-radius: 50px;
  }
}
.promise-module .box .left-pic .big-pic .ele {
  height: 100%;
  object-fit: cover;
}
.promise-module .box .left-pic .icon-border {
  position: absolute;
  top: 50%;
  left: 40px;
  z-index: 1;
  transform: translateY(-50%);
  border-radius: 50%;
  border: 1px solid #fff;
  padding: 15px;
  width: 128px;
  height: 128px;
}
@media screen and (max-width: 1400px) {
  .promise-module .box .left-pic .icon-border {
    padding: 12px;
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 992px) {
  .promise-module .box .left-pic .icon-border {
    padding: 10px;
    width: 80px;
    height: 80px;
  }
}
.promise-module .box .left-pic .icon-border .icon-box {
  border-radius: 50%;
  background-color: #003b95;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.promise-module .box .left-pic .icon-border .icon-box .pic {
  width: 35px;
}
.promise-module .box .right-text {
  padding: 46px 88px 46px 54px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}
@media screen and (max-width: 1400px) {
  .promise-module .box .right-text {
    padding-right: 78px;
  }
}
@media screen and (max-width: 992px) {
  .promise-module .box .right-text {
    padding: 32px 48px 48px;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .promise-module .box .right-text {
    padding: 22px 32px 32px;
  }
}
.promise-module .box .right-text .tit {
  margin-bottom: 26px;
  border-bottom: 1px solid #DBDBDB;
  padding-bottom: 25px;
  font-size: 40px;
  color: #333;
  line-height: 1.1;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .promise-module .box .right-text .tit {
    margin-bottom: 22px;
    padding-bottom: 18px;
    font-size: 36px;
  }
}
@media screen and (max-width: 992px) {
  .promise-module .box .right-text .tit {
    margin-bottom: 18px;
    padding-bottom: 16px;
    font-size: 32px;
  }
}
.promise-module .box .right-text p {
  font-weight: 300;
  font-size: 20px;
  text-align: justify;
}
@media screen and (max-width: 1200px) {
  .promise-module .box .right-text p {
    font-size: 18px;
  }
}
@media screen and (max-width: 992px) {
  .promise-module .box .right-text p {
    font-size: 16px;
  }
}
