.content {
  width: 100%;
  background-color: #f7f7f7;
  overflow: hidden;
}
.content .box {
  width: 100%;
  margin: 0 auto;
  padding-top: 60px;
  position: relative;
}
.content .box .s-title {
  font-size: 16px;
  line-height: 16px;
  color: #bbbbbb;
  text-align: center;
}
.content .box .title {
  font-size: 48px;
  line-height: 48px;
  letter-spacing: -1.9px;
  color: #c6150f;
  margin-top: 23px;
  text-align: center;
}
.content .box .img {
  margin-top: 73px;
  margin-left: 13.4%;
  width: 704px;
  height: 363px;
  position: relative;
  overflow: hidden;
}
.content .box .img img {
  height: 100%;
  position: absolute;
  top: 0;
  left: -100px;
  right: -100px;
  margin: auto;
}
.content .box .text {
  width: 64.06%;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: white;
  padding-top: 93px;
  padding-bottom: 92px;
}
.content .box .text .title {
  text-align: left;
  margin-left: 82px;
  float: left;
  margin-top: 0;
}
.content .box .text .title .h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 16px;
  color: #666666;
  position: relative;
}
.content .box .text .title .h3::before {
  content: "";
  width: 5px;
  height: 1px;
  background-color: #c6150f;
  position: absolute;
  left: -9px;
  top: 8px;
}
.content .box .text .title .h2 {
  font-size: 32px;
  font-weight: bold;
  line-height: 32px;
  color: #c6150f;
  margin-top: 24px;
}
.content .box .text .p {
  width: calc(80% - 251px);
  float: left;
  margin-left: 46px;
  margin-top: 30px;
}
.content .box .text .p p {
  font-size: 16px;
  font-weight: normal;
  line-height: 32px;
  color: #666666;
}
.terms {
  width: 100%;
}
.terms::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.terms .left {
  float: left;
  width: 22.54%;
  margin-left: 13.4%;
}
.terms .left .img {
  width: 100%;
  height: 736px;
  position: relative;
  overflow: hidden;
}
.terms .left .img img {
  position: absolute;
  top: 0;
  left: -100px;
  right: -100px;
  margin: 0 auto;
  height: 100%;
}
.terms .left .img .icon {
  position: absolute;
  top: 116px;
  left: 65px;
  width: 124px;
  height: 106px;
}
.terms .left .img .icon img {
  width: 100%;
}
.terms .left .img .text {
  position: absolute;
  left: 65px;
  bottom: 119px;
}
.terms .left .img .text .h1 {
  font-size: 48px;
  font-weight: normal;
  line-height: 48px;
  letter-spacing: -1.9px;
  color: #ffffff;
}
.terms .left .img .text .p {
  font-size: 16px;
  font-weight: normal;
  line-height: 16px;
  color: #ffffff;
  opacity: 0.55;
  margin-top: 20px;
}
.terms .right {
  float: left;
  width: 64.06%;
  background-color: #f7f7f7;
  height: 736px;
}
.terms .right .list {
  margin-left: 83px;
  margin-top: 115px;
  width: 60%;
}
.terms .right .list p {
  width: 100%;
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: normal;
  line-height: 32px;
  color: #333333;
}
.terms .right .list p::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.terms .right .list p em {
  display: block;
  float: left;
  font-size: 20px;
  font-weight: bold;
  color: #c6150f;
}
.terms .right .list p em span {
  color: #999999;
  margin-left: 18px;
}
.terms .right .list p b {
  width: calc(100% - 95px);
  display: block;
  float: left;
  margin-left: 40px;
}
@media screen and (min-width: 1920px) {
  .terms .left .img img {
    position: absolute;
    top: 0;
    left: -100px;
    right: -100px;
    margin: auto;
    height: auto;
    width: 100%;
  }
}
<!--0.00017404556274414-->