ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}
* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: #333;
}

.headRedBox {
  width: 100%;
  height: 100px;
  background: #ef4d48;
}
.titleImgBox {
  cursor: pointer;
}

.titleImgBox img {
  width: 100%;
}

/* main {
  width: 1200px;
  margin: 0 auto;
} */

/* 服务内容*/
.serviceContent {
  width: 1200px;
  height: 158px;
  margin: 52px auto 0 auto;
  background-image: url(../img/serviceContent.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.serviceContent .titleText {
  font-size: 30px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  padding-top: 10px;
}

.serviceContent .contentText_twoRow {
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  padding-top: 15px;
}

.serviceContent .contentText_threeRow {
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  padding-top: 10px;
}
.nine_contentTextbox {
  width: 1200px;
  margin: auto;
  height: 92px;
  display: flex;
  justify-content: space-between;
  margin-top: 62px;
}

.nine_contentTextbox .circularbox {
  width: 92px;
  height: 92px;
  background-image: url(../img/ellipse.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.circularbox .circularTextbox {
  width: 45px;
  height: 51px;
  font-size: 22px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #ef4d48;
  margin: 14px 24px 20px 24px;
}

/* 入驻获得 */
.settledIncome {
  width: 238px;
  height: 50px;
  font-size: 30px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  background-image: url(../img/circularRectangle.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: 122px auto 41px auto;
  /* 字符间距 */
  letter-spacing: 10px;
}

.settledIncomeText {
  width: 1040px;
  height: 26px;
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #ef4f4a;
  margin: 0 auto;
}

/* 平台优势 */
.platformAdvantages {
  width: 238px;
  height: 50px;
  font-size: 30px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  background-image: url(../img/circularRectangle.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: 53px auto 58px auto;
  /* 字符间距 */
  letter-spacing: 10px;
}

.platformAdvantages_threeBox {
  margin: 0 auto;
  width: 1040px;
  display: flex;
  justify-content: space-between;
}

.platformAdvantages_threeBox .platformAdvantagesBox {
  width: 270px;
  height: 440px;
  border: 1px solid #f2f2f2;
}
.platformAdvantages_threeBox .platformAdvantagesBox .platformAdvantagesBoxImg{
  width: 136px;
  height: 135px;
   margin: 38px auto 0 auto;
}
.platformAdvantages_threeBox .platformAdvantagesBox .platformAdvantagesBoxImg img{
  width: 136px;
  height: 135px;
}
.platformAdvantagesBox .platformAdvantagesBox_title {
  font-size: 22px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #ef504c;
  padding: 25px 85px 29px 93px;
}

.platformAdvantagesBox .platformAdvantagesBox_text {
  width: 222px;
  height: 117px;
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #666666;
  line-height: 33px;
  padding: 0 21px 51px 23px;
}


/* 如何入驻 */

.howToSettleIn {
  width: 238px;
  height: 50px;
  font-size: 30px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  background-image: url(../img/circularRectangle.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: 44px auto 41px auto;
  /* 字符间距 */
  letter-spacing: 10px;
}

.footer {
  width: 100%;
  height: 606px;
  background: #ef4f4a;
}
.footerBox {
  width: 1200px;
  margin: 0 auto;
}
.footer_information {
  display: flex;
  justify-content: space-between;
}

.left_information {
  margin-top: 136px;
}
.step {
  display: flex;
  align-items: center;
  margin-bottom: 37px;
}
.step .tuoyuan {
  width: 10px;
  height: 10px;
  border: 1px solid #ffffff;
  background: #fff;
  border-radius: 50%;
}

.step .stepText {
  height: 23px;
  font-size: 23px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #fefefe;
  line-height: 23px;
  margin-left: 23px;
}

/* 右边二维码 */
.right_information img {
  width: 459px;
  height: 538px;
}

/* 备案号 */
.webRecordNo {
  width: 100%;
  height: 50px;
  background: #333333;
  border: 1px solid #333333;
  color: #595959;
  text-align: center;
  line-height: 50px;
}

.webRecordNo a {
  text-decoration: none;
  color: #717171;
}
.hide {
  display: none;
}

/*当屏幕尺寸小于等于1200px时，应用下面的CSS样式*/
@media screen and (min-width: 360px) and (max-width: 1200px) {
  .serviceContent {
    width: 360px;
  }
  .serviceContent .titleText {
    font-size: 24px;
  }
  .serviceContent .contentText_twoRow {
    font-size: 14px;
  }
  .serviceContent .contentText_threeRow {
    font-size: 14px;
  }
  .nine_contentTextbox {
    width: 210px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .nine_contentTextbox .circularbox {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
  }
  .circularbox .circularTextbox {
    width: 24px;
    height: 51px;
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #ef4d48;
    margin: 13px 23px 19px 18px;
  }
  .settledIncome {
    width: 180px;
    height: 40px;
    font-size: 18px;
    line-height: 35px;
    margin-top: 150px;
  }
  .settledIncomeText {
    width: 360px;
    height: 26px;
    font-size: 15px;
  }
  .platformAdvantages {
    width: 180px;
    height: 40px;
    font-size: 18px;
    line-height: 35px;
  }
  .platformAdvantages_threeBox {
    width: 380px;
  }

  .platformAdvantages_threeBox .platformAdvantagesBox {
    width: 125px;
    height: 335px;
  }
  .platformAdvantages_threeBox .platformAdvantagesBox .platformAdvantagesBoxImg {
    width: 75px;
    height: 74px;
  }
  
  .platformAdvantages_threeBox .platformAdvantagesBox .platformAdvantagesBoxImg img{
    width: 75px;
    height: 74px;
  }
  .platformAdvantages_threeBox .platformAdvantagesBox_title {
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #ef504c;
    padding: 24px 20px 8px 35px;
  }
  .platformAdvantages_threeBox .platformAdvantagesBox_text {
    width: 90px;
    font-size: 12px;
    line-height: 22px;
  }
  .howToSettleIn {
    width: 180px;
    height: 40px;
    font-size: 18px;
    line-height: 35px;
  }
  .footerBox {
    width: 360px;
  }
  .step .stepText {
    font-size: 12px;
    width: 120px;
  }
  .left_information {
    margin-left: 10px;
  }

  .right_information {
    margin-top: 180px;
    margin-left: 5px;
  }
  .footer_information .right_information img {
    width: 160px;
    height: 200px;
  }
}
