.settingIcon{
  width: 16px;
  height: 16px;
  background:url('data:image/svg+xml;utf8,%3Csvg%20t%3D%221659943788807%22%20class%3D%22icon%22%20viewBox%3D%220%200%201024%201024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20p-id%3D%222230%22%20width%3D%22200%22%20height%3D%22200%22%3E%3Cpath%20d%3D%22M960%20414.72l-81.92-18.432c-6.144-20.48-14.848-39.936-24.576-58.88l44.544-74.24c16.384-26.624%2025.088-65.536%200-90.624l-45.056-45.056c-12.288-11.776-28.16-17.92-45.056-17.408-16.896%200-34.304%205.632-47.616%2014.336l-72.192%2046.08c-18.944-9.728-38.4-17.92-58.368-24.576l-18.432-82.944C605.696%2032.768%20579.072%200%20543.744%200H479.744c-35.328%200-56.832%2033.28-64%2064l-20.48%2081.92c-21.504%206.656-42.496%2015.872-62.464%2026.112l-73.728-47.104c-13.824-9.216-30.72-14.336-47.616-14.336-16.896-0.512-32.768%205.632-45.056%2017.408l-45.056%2045.056c-25.088%2025.088-16.384%2064%200%2090.624l46.592%2077.824c-8.704%2017.92-16.384%2035.84-22.528%2054.784l-81.92%2018.432C32.768%20420.352%200%20446.976%200%20482.304v64c0%2035.328%2033.28%2056.832%2064%2064l82.944%2020.48c5.632%2017.408%2012.8%2034.304%2020.992%2051.2l-46.592%2077.824c-16.384%2026.624-25.088%2065.536%200%2090.624l45.056%2045.056c12.288%2012.288%2028.672%2017.408%2045.056%2017.408%2016.896%200%2034.304-5.632%2047.616-14.336l73.728-47.104c19.968%2010.752%2040.96%2019.456%2062.464%2026.112l20.48%2081.92c7.168%2030.72%2028.672%2064%2064%2064h64c35.328%200%2061.952-32.768%2067.584-63.488l18.432-83.456c19.968-6.656%2039.424-14.848%2057.856-24.064l72.192%2046.08c12.8%208.704%2030.208%2014.336%2047.616%2014.336%2016.896%200.512%2033.28-5.632%2045.056-17.408l45.056-45.056c25.088-25.088%2016.384-64%200-90.624l-44.544-74.24c8.704-17.408%2016.896-35.84%2023.04-54.784l82.944-20.48c30.72-7.168%2064-28.672%2064-64V482.304c0.512-35.328-32.768-61.952-62.976-67.584z%20m-447.488%20251.904c-85.504%200-154.624-69.12-154.624-154.112%200-85.504%2069.12-154.624%20154.624-154.624s154.624%2069.12%20154.624%20154.624c0%2084.992-69.12%20154.112-154.624%20154.112z%22%20p-id%3D%222231%22%20fill%3D%22%23F1B531%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center / 100% auto;
}
.textBox p{margin: 0;}


/* 第一部分 */
.box_1 .msg{
  width: 77.5%;
  height: 34%;
  left: 0;
  top:32%;
}
.box_1 .msg p:nth-child(1){
  left:8%;
  top:50px;

  font-size: 72px;
  font-weight: 500;
  color: #000;
  letter-spacing: 2px;
}
.box_1 .msg p:nth-child(2){
  right:8%;
  bottom:40px;

  font-size: 20px;
  font-weight: 550;
  color: #000;
}

/* 第二部分 */
.box_2 .msg{top:0;left: 0;}
.box_2 .title{
  height: 15%;
  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 56px;
  font-weight: 500;
  color: #000;
  letter-spacing: 2px;
}

.box_2 .msgInner{
  width: 23%;
  height: calc(100% - 15%);
  left: 53%;
  top: 15%;
  padding-top: 30px;
}
.box_2 .msgInner>ul{margin-bottom: 100px;}
.box_2 .msgInner>ul li{display: flex;align-items: center;}
.box_2 .msgInner>ul li:not(:last-child){margin-bottom: 15px;}
.box_2 .msgInner>ul li i{
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  margin-right: 10px;
}
.box_2 .msgInner>ul li span{
  flex-shrink: 0;
  display: inline-block;
  width: calc(100% - 40px);
  height: 36px;
  text-align: left;
  padding-left: 15px;
  line-height: 36px;
  border-radius: 4px;
  background: #FFF2CD;

  font-size: 28px;
  font-weight: 550;
}
.box_2 .msgInner>p:last-child{
  line-height: 36px;
  font-size: 28px;
  color: #262626;
}


/* 第三部分 */
.box_3 .msg{
  top:0;
  left: 0;
}
.box_3 .msg .title{
  height: 120px;
  line-height: 120px;

  font-size: 56px;
  font-weight: 500;
  color: #000;
  letter-spacing: 2px;
  background:linear-gradient(90deg,#FFC61D,#fff 33%, #fff 66%,#FFC61D);/*0deg表示从下到上，90deg表示从左到右，180deg表示从上到下*/
}
.box_3 .msg .content{
  width:27%;
  height: auto;
  left: 8%;
  top: 150px;

  font-size: 28px;
  font-weight: 500;
}


.box_4 .msg{
  top:0;
  left:5%;
}
.box_4 .msg .title{
  height: 15.5%;
  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 56px;
  font-weight: 500;
  color: #000;
  letter-spacing: 2px;
}
.box_4 .msg .desc{
  width: 21%;
  line-height: 35px;
  left: 25%;
  top: 200px;
  text-align: left;

  font-size: 28px;
  font-weight: 500;
}
.box_4 .msg ul{
  width: 45%;
  height: 40px;
  bottom: 15px;
  right: 50px;
  justify-content: space-between;
}
.box_4 .msg ul li{
  align-items: center;
}
.box_4 .msg ul li i{width: 28px;height: 28px;margin-right: 10px;}
.box_4 .msg ul li span{
  width: 170px;
  height: 40px;
  line-height: 40px;
  letter-spacing: 10px;
  background: #FFF2CD;
  border-radius: 4px;

  font-size: 28px;
  font-weight: 500;
}


/* 第五部分 */
.box_5 .msg{top:0;left:0;}
.box_5 .msg .title{
  height: 16%;
  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 56px;
  font-weight: 500;
  color: #000;
  letter-spacing: 2px;
}
.box_5 .msg ul{margin-top: 50px;}
.box_5 .msg ul li i{
  width: 28px;
  height: 28px;
  margin-right: 10px;
}
.box_5 .msg ul li span{
  width: 170px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  background-color: #FFF2CD;

  letter-spacing: 10px;
  font-size: 28px;
  font-weight: 500;
}
.box_5 .msg .content{
  margin-top: 130px;

  font-size: 28px;
  font-weight: 400;
}


.box_6{margin-top: 50px;}
.box_6 table{font-size: 20px;}
.box_6 .btns {
  display: inline-block;
  width: 95%;
  height: 60px;
  margin: 0 auto;
  line-height: 60px;
  border-radius: 5px;

  color: #000;
  font-size: 20px;
  font-weight: 550;
  letter-spacing: 2px;
}
.box_6 .btn1{background-image: radial-gradient(circle at top center, #fff 25% , #7DB959 100%);}
.box_6 .btn2{background-image: radial-gradient(circle at top center, #fff 25% , #FFC405 100%);}
.box_6 .btn3{background-image: radial-gradient(circle at top center, #fff 25% , #F3853F 100%);}
.box_6 .btn4{background-image: radial-gradient(circle at top center, #fff 25% , #5B85CD 100%);}


@media (min-width: 417px) and (max-width: 768px) {
  /* 第一部分 */
  .box_1 .msg{
    width: 77.5%;
    height: 34%;
    left: 0;
    top:32%;
  }
  .box_1 .msg p:nth-child(1){
    left:8%;
    top: 3rem;

    font-size: 1.5rem;
    font-weight: 500;
    color: #000;
    letter-spacing: 2px;
  }
  .box_1 .msg p:nth-child(2){
    right:6%;
    bottom:1.5rem;

    font-size: 1rem;
    font-weight: 550;
    color: #000;
  }

  /* 第二部分 */
  .box_2 .msg{top:0;left: 0;}
  .box_2 .title{
    height: 15%;
    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 1.5rem;
    font-weight: 500;
    color: #000;
    letter-spacing: 2px;
  }

  .box_2 .msgInner{
    width: 25%;
    height: calc(100% - 15%);
    left: 53.5%;
    top: 15%;
    padding-top: 1.5rem;
  }
  .box_2 .msgInner>ul{width: 70%;margin-bottom: 2rem;}
  .box_2 .msgInner>ul li{display: flex;align-items: center;}
  .box_2 .msgInner>ul li:not(:last-child){margin-bottom: 1.5rem;}
  .box_2 .msgInner>ul li i{
    flex-shrink: 0;
    width: 1rem;
    height: 1rem;
    margin-right: 0.5rem;
  }
  .box_2 .msgInner>ul li span{
    flex-shrink: 0;
    display: inline-block;
    width: calc(100% - 1.5rem);
    height: 1.5rem;
    text-align: center;
    padding-left: 0;
    line-height: 1.5rem;
    border-radius: 4px;
    background: #FFF2CD;

    font-size: 0.75rem;
    font-weight: 550;
  }
  .box_2 .msgInner>p:last-child{
    line-height: 1.2rem;
    font-size: 0.9rem;
    font-weight: 500;
    color: #262626;
  }


  /* 第三部分 */
  .box_3 .msg{
    top:0;
    left: 0;
  }
  .box_3 .msg .title{
    height: 15%;
    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 1.5rem;
    font-weight: 500;
    color: #000;
    letter-spacing: 2px;
    background:linear-gradient(90deg,#FFC61D,#fff 33%, #fff 66%,#FFC61D);/*0deg表示从下到上，90deg表示从左到右，180deg表示从上到下*/
  }
  .box_3 .msg .content{
    width: 27%;
    height: auto;
    left:8%;
    top: calc(15% + 2rem);
    line-height: 1.4rem;

    font-size: 0.9rem;
    font-weight: 500;
  }


  .box_4 .msg{
    top:0;
    left:5%;
  }
  .box_4 .msg .title{
    height: 15.5%;
    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 1.5rem;
    font-weight: 500;
    color: #000;
    letter-spacing: 2px;
  }
  .box_4 .msg .desc{
    width: 21%;
    line-height: 1.4rem;
    left: 25%;
    top: calc(15.5% + 3rem);
    text-align: left;

    font-size: 0.9rem;
    font-weight: 500;
  }
  .box_4 .msg ul{
    width: 45%;
    height: 1.5rem;
    bottom: 1rem;
    right: 1rem;
    margin-bottom: 0;
    justify-content: space-between;
  }
  .box_4 .msg ul li{align-items: center;}
  .box_4 .msg ul li i{width: 0.75rem;height: 0.75rem;margin-right: 0.5rem;}
  .box_4 .msg ul li span{
    width: 6.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    letter-spacing: 2px;
    background: #FFF2CD;
    border-radius: 4px;

    font-size: 0.75rem;
    font-weight: 550;
  }


  /* 第五部分 */
  .box_5 .msg{top:0;left:0;}
  .box_5 .msg .title{
    height: 16%;
    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 1.5rem;
    font-weight: 500;
    color: #000;
    letter-spacing: 2px;
  }
  .box_5 .msg ul{margin-top: 1rem;}
  .box_5 .msg ul li{align-items: center;}
  .box_5 .msg ul li i{
    width: 1rem;
    height: 1rem;
    margin-right: 0.5rem;
  }
  .box_5 .msg ul li span{
    width: 6.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    border-radius: 4px;
    background-color: #FFF2CD;

    letter-spacing: 1px;
    font-size: 0.75rem;
    font-weight: 550;
  }
  .box_5 .msg .content{
    width: 93%;
    margin-top: 5.5rem;
    line-height: 1.4rem;

    font-size: 0.9rem;
    font-weight: 400;
  }
  .box_5 .msg .content span{width: 25%;}


  .box_6{margin-top: 1.5rem;}
  .box_6 table{font-size: 0.75rem;}
  .box_6 .btns {
    display: inline-block;
    width: 95%;
    height: 2rem;
    margin: 0 auto;
    line-height: 2rem;
    border-radius: 5px;

    color: #000;
    font-size: 0.75rem;
    font-weight: 550;
    letter-spacing: 0;
  }
  .box_6 .btn1{background-image: radial-gradient(circle at top center, #fff 25% , #7DB959 100%);}
  .box_6 .btn2{background-image: radial-gradient(circle at top center, #fff 25% , #FFC405 100%);}
  .box_6 .btn3{background-image: radial-gradient(circle at top center, #fff 25% , #F3853F 100%);}
  .box_6 .btn4{background-image: radial-gradient(circle at top center, #fff 25% , #5B85CD 100%);}
}
@media (min-width: 377px) and (max-width: 416px) {
  /* 第一部分 */
  .box_1 .msg{
    width: 77.5%;
    height: 34%;
    left: 0;
    top:32%;
  }
  .box_1 .msg p:nth-child(1){
    left:8%;
    top:0.5rem;

    font-size: 1.2rem;
    font-weight: 500;
    color: #000;
    letter-spacing: 2px;
  }
  .box_1 .msg p:nth-child(2){
    right:6%;
    bottom:0.75rem;

    font-size: 0.8rem;
    font-weight: 550;
    color: #000;
  }

  /* 第二部分 */
  .box_2 .msg{top:0;left: 0;}
  .box_2 .title{
    height: 15%;
    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 1.2rem;
    font-weight: 500;
    color: #000;
    letter-spacing: 2px;
  }

  .box_2 .msgInner{
    width: 30%;
    height: calc(100% - 15%);
    left: 50%;
    top: 15%;
    padding-top: 0.75rem;
  }
  .box_2 .msgInner>ul{margin-bottom: 0.5rem;}
  .box_2 .msgInner>ul li{display: flex;align-items: center;}
  .box_2 .msgInner>ul li:not(:last-child){margin-bottom: 0.25rem;}
  .box_2 .msgInner>ul li i{
    flex-shrink: 0;
    width: 0.75rem;
    height: 0.75rem;
    margin-right: 0.5rem;
  }
  .box_2 .msgInner>ul li span{
    flex-shrink: 0;
    display: inline-block;
    width: calc(100% - 1.25rem);
    height: 1rem;
    text-align: center;
    padding-left: 0;
    line-height: 1rem;
    border-radius: 4px;
    background: #FFF2CD;

    font-size: 0.5rem;
    font-weight: 550;
  }
  .box_2 .msgInner>p:last-child{
    line-height: 0.75rem;
    font-size: 0.5rem;
    color: #262626;
  }


  /* 第三部分 */
  .box_3 .msg{
    top:0;
    left: 0;
  }
  .box_3 .msg .title{
    height: 15%;
    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 1.2rem;
    font-weight: 500;
    color: #000;
    letter-spacing: 2px;
    background:linear-gradient(90deg,#FFC61D,#fff 33%, #fff 66%,#FFC61D);/*0deg表示从下到上，90deg表示从左到右，180deg表示从上到下*/
  }
  .box_3 .msg .content{
    width: 34%;
    height: auto;
    left: 4%;
    top: calc(15% + 0.5rem);
    line-height: 0.75rem;

    font-size: 0.5rem;
    font-weight: 500;
  }


  .box_4 .msg{
    top:0;
    left:5%;
  }
  .box_4 .msg .title{
    height: 15.5%;
    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 1.2rem;
    font-weight: 500;
    color: #000;
    letter-spacing: 2px;
  }
  .box_4 .msg .desc{
    width: 25%;
    line-height: 0.75rem;
    left: 23%;
    top: calc(15.5% + 0.75rem);
    text-align: left;

    font-size: 0.5rem;
    font-weight: 500;
  }
  .box_4 .msg ul{
    width: 45%;
    height: 1rem;
    bottom: 0.25rem;
    right: 0.5rem;
    margin-bottom: 0;
    justify-content: space-between;
  }
  .box_4 .msg ul li{align-items: center;}
  .box_4 .msg ul li i{width: 0.75rem;height: 0.75rem;margin-right: 0.5rem;}
  .box_4 .msg ul li span{
    width: 4rem;
    height: 1rem;
    line-height: 1rem;
    letter-spacing: 2px;
    background: #FFF2CD;
    border-radius: 4px;

    font-size: 0.5rem;
    font-weight: 500;
  }


  /* 第五部分 */
  .box_5 .msg{top:0;left:0;}
  .box_5 .msg .title{
    height: 16%;
    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 1.2rem;
    font-weight: 500;
    color: #000;
    letter-spacing: 2px;
  }
  .box_5 .msg ul{margin-top: 1rem;}
  .box_5 .msg ul li{align-items: center;}
  .box_5 .msg ul li i{
    width: 0.75rem;
    height: 0.75rem;
    margin-right: 0.25rem;
  }
  .box_5 .msg ul li span{
    width: 4rem;
    height: 1rem;
    line-height: 1rem;
    border-radius: 4px;
    background-color: #FFF2CD;

    letter-spacing: 1px;
    font-size: 0.5rem;
    font-weight: 500;
  }
  .box_5 .msg .content{
    width: 97%;
    margin-top: 1.5rem;

    font-size: 0.5rem;
    font-weight: 400;
  }
  .box_5 .msg .content span{width: 30%;}


  .box_6{margin-top: 1.5rem;}
  .box_6 table{font-size: 0.5rem;}
  .box_6 .btns {
    display: inline-block;
    width: 95%;
    height: 3.5rem;
    margin: 0 auto;
    line-height: 1.5rem;
    border-radius: 5px;

    color: #000;
    font-size: 0.5rem;
    font-weight: 550;
    letter-spacing: 0;
  }
  .box_6 .btn1{background-image: none;}
  .box_6 .btn2{background-image: none;}
  .box_6 .btn3{background-image: none;}
  .box_6 .btn4{background-image: none;}
}
@media (max-width: 376px) {
  /* 第一部分 */
  .box_1 .msg{
    width: 77.5%;
    height: 34%;
    left: 0;
    top:32%;
  }
  .box_1 .msg p:nth-child(1){
    left:8%;
    top:0.5rem;

    font-size: 1.2rem;
    font-weight: 500;
    color: #000;
    letter-spacing: 2px;
  }
  .box_1 .msg p:nth-child(2){
    right:8%;
    bottom:0.75rem;

    font-size: 0.8rem;
    font-weight: 550;
    color: #000;
  }

  /* 第二部分 */
  .box_2 .msg{top:0;left: 0;}
  .box_2 .title{
    height: 15%;
    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 1.2rem;
    font-weight: 500;
    color: #000;
    letter-spacing: 2px;
  }

  .box_2 .msgInner{
    width: 30%;
    height: calc(100% - 15%);
    left: 50%;
    top: 15%;
    padding-top: 0.75rem;
  }
  .box_2 .msgInner>ul{margin-bottom: 0.5rem;}
  .box_2 .msgInner>ul li{display: flex;align-items: center;}
  .box_2 .msgInner>ul li:not(:last-child){margin-bottom: 0.25rem;}
  .box_2 .msgInner>ul li i{
    flex-shrink: 0;
    width: 0.75rem;
    height: 0.75rem;
    margin-right: 0.5rem;
  }
  .box_2 .msgInner>ul li span{
    flex-shrink: 0;
    display: inline-block;
    width: calc(100% - 1.25rem);
    height: 1rem;
    text-align: center;
    padding-left: 0;
    line-height: 1rem;
    border-radius: 4px;
    background: #FFF2CD;

    font-size: 0.5rem;
    font-weight: 550;
  }
  .box_2 .msgInner>p:last-child{
    line-height: 0.75rem;
    font-size: 0.5rem;
    color: #262626;
  }


  /* 第三部分 */
  .box_3 .msg{
    top:0;
    left: 0;
  }
  .box_3 .msg .title{
    height: 15%;
    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 1.2rem;
    font-weight: 500;
    color: #000;
    letter-spacing: 2px;
    background:linear-gradient(90deg,#FFC61D,#fff 33%, #fff 66%,#FFC61D);/*0deg表示从下到上，90deg表示从左到右，180deg表示从上到下*/
  }
  .box_3 .msg .content{
    width: 34%;
    height: auto;
    left: 4%;
    top: calc(15% + 0.25rem);
    line-height: 0.75rem;

    font-size: 0.5rem;
    font-weight: 500;
  }


  .box_4 .msg{
    top:0;
    left:5%;
  }
  .box_4 .msg .title{
    height: 15.5%;
    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 1.2rem;
    font-weight: 500;
    color: #000;
    letter-spacing: 2px;
  }
  .box_4 .msg .desc{
    width: 25%;
    line-height: 0.75rem;
    left: 23%;
    top: calc(15.5% + 0.75rem);
    text-align: left;

    font-size: 0.5rem;
    font-weight: 500;
  }
  .box_4 .msg ul{
    width: 45%;
    height: 1rem;
    bottom: 0.25rem;
    right: 0.5rem;
    margin-bottom: 0;
    justify-content: space-between;
  }
  .box_4 .msg ul li{align-items: center;}
  .box_4 .msg ul li i{width: 0.75rem;height: 0.75rem;margin-right: 0.5rem;}
  .box_4 .msg ul li span{
    width: 4rem;
    height: 1rem;
    line-height: 1rem;
    letter-spacing: 2px;
    background: #FFF2CD;
    border-radius: 4px;

    font-size: 0.5rem;
    font-weight: 500;
  }


  /* 第五部分 */
  .box_5 .msg{top:0;left:0;}
  .box_5 .msg .title{
    height: 16%;
    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 1.2rem;
    font-weight: 500;
    color: #000;
    letter-spacing: 2px;
  }
  .box_5 .msg ul{margin-top: 1rem;}
  .box_5 .msg ul li{align-items: center;}
  .box_5 .msg ul li i{
    width: 0.75rem;
    height: 0.75rem;
    margin-right: 0.25rem;
  }
  .box_5 .msg ul li span{
    width: 4rem;
    height: 1rem;
    line-height: 1rem;
    border-radius: 4px;
    background-color: #FFF2CD;

    letter-spacing: 1px;
    font-size: 0.5rem;
    font-weight: 500;
  }
  .box_5 .msg .content{
    width: 97%;
    margin-top: 1.5rem;

    font-size: 0.5rem;
    font-weight: 400;
  }
  .box_5 .msg .content span{width: 30%;}


  .box_6{margin-top: 1.5rem;}
  .box_6 table{font-size: 0.5rem;}
  .box_6 .btns {
    display: inline-block;
    width: 95%;
    height: 3.5rem;
    margin: 0 auto;
    line-height: 1.5rem;
    border-radius: 5px;

    color: #000;
    font-size: 0.5rem;
    font-weight: 550;
    letter-spacing: 0;
  }
  .box_6 .btn1{background-image: none;}
  .box_6 .btn2{background-image: none;}
  .box_6 .btn3{background-image: none;}
  .box_6 .btn4{background-image: none;}
}
