.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{padding-bottom: 50px;}
.box_1_up{padding-top: 100px;justify-content: center;}
.box_1_up>div:nth-child(1){width: 50%;}
.box_1_up>div:nth-child(1)>p:nth-child(1) img{width: 180px;}
.box_1_up>div:nth-child(1)>div:nth-child(2){margin-top: 50px;}
.box_1_up>div:nth-child(1)>div:nth-child(2) .title1{
  font-size: 48px;
  font-weight: 500;
  color: #000000;
  letter-spacing: 0;
}
.box_1_up>div:nth-child(1) div:nth-child(2) .titleTip{
  width: 85px;
  top: -35px;
  left: 540;
  padding: 0 10px;
  border: 1px solid #BABABA;
  border-radius: 6px;

  font-size: 24px;
  font-weight: 550;
  color: #000;
}
.box_1_up>div:nth-child(2){width: 50%;}


/* 第五部分 */
.box_5{margin: 100px 0;}
.box_5 .tableBox{margin-left: 50px;}
.box_5 .tableBox .tableTitle{
  line-height: 64px;
  font-size: 64px;
  font-weight: 500;
  color: #000;
  letter-spacing: 0;

  margin-bottom: 30px;
}
.box_5 .tableBox .tableTitle .settingIcon{
  width:32px;
  height: 32px;
}
.box_5 .tableBox table tr{border-top: 1px solid #BEBEBE;}
.box_5 .tableBox table tr:last-child{border-bottom: 1px solid #BEBEBE;}
.box_5 .tableBox table tr td,
.box_5 .tableBox table tr th{
  padding: 10px 0;

  font-size: 18px;
  font-weight: 500;
  color: #5B5B5B;
}
.box_5 .tableBox table tr th{text-align: left;padding-left: 10px;font-size: 20px;}
.box_5 .tableBox table tr th i{
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #5B5B5B;
}

table tbody tr td:not(:first-child) {text-align: center;}

@media (min-width: 417px) and (max-width: 768px) {
  /* 第一部分 */
  .box_1>div{width: 80%;}
  .box_1_up{padding-top: 2rem;justify-content: space-between;}
  .box_1_up>div:nth-child(1){width: 40%;}
  .box_1_up>div:nth-child(1) p:nth-child(1){margin-bottom: 1rem;}
  .box_1_up>div:nth-child(1) p:nth-child(1) img{width: 4rem;}
  .box_1_up>div:nth-child(1) div:nth-child(2) .title1{
    text-align: left;
    font-size: 1.4rem;
    font-weight: 400;
    color: #000000;
    letter-spacing: 0;
  }
  .box_1_up>div:nth-child(1) div:nth-child(2) .titleTip{
    top: -0.25rem;
    left: 13.5rem;
    padding: 0 0.25rem;
    border: 1px solid #BABABA;
    border-radius: 6px;

    font-size: 0.75rem;
    font-weight: bold;
    color: #000;
  }
  .box_1_up>div:nth-child(2){width: 60%;margin-left: 0;}


  /* 第五部分 */
  .box_5{margin: 3rem 0;}
  .box_5 .tableBox{margin-left: 1.5rem;}
  .box_5 .tableBox .tableTitle{
    line-height: 1rem;
    font-size: 1rem;
    font-weight: 550;
    color: #000;
    letter-spacing: 0;

    margin-bottom: 1.5rem;
  }
  .box_5 .tableBox .tableTitle .settingIcon{
    width:0.75rem;
    height: 0.75rem;
  }
  .box_5 .tableBox table tr{border-top: 1px solid #BEBEBE;}
  .box_5 .tableBox table tr:last-child{border-bottom: 1px solid #BEBEBE;}
  .box_5 .tableBox table tr td,
  .box_5 .tableBox table tr th{
    padding: 0.5rem 0;

    font-size: 0.5rem;
    font-weight: 500;
    color: #5B5B5B;
  }
  .box_5 .tableBox table tr th{text-align: left;padding-left: 0.25rem;font-size: 0.6rem;}
  .box_5 .tableBox table tr th i{
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #5B5B5B;
  }

  .trial button{width: 50%;}
}
@media (min-width: 377px) and (max-width: 416px) {
  /* 第一部分 */
  .box_1>div{width: 85%;}
  .box_1_up{padding-top: 2rem;justify-content: center;}
  .box_1_up>div:nth-child(1){width: 50%;}
  .box_1_up>div:nth-child(1) p:nth-child(1) img{width: 3rem;}
  .box_1_up>div:nth-child(1) div:nth-child(2){margin-top: 1.5rem;}
  .box_1_up>div:nth-child(1) div:nth-child(2) .title1{
    text-align: left;
    font-size: 1rem;
    font-weight: 400;
    color: #000000;
    letter-spacing: 0;
  }
  .box_1_up>div:nth-child(1) div:nth-child(2) .titleTip{
    width: 3rem;
    top: -0.25rem;
    left: 8.5rem;
    padding: 0 0.25rem;
    border: 1px solid #BABABA;
    border-radius: 6px;

    font-size: 0.75rem;
    font-weight: bold;
    color: #000;
  }
  .box_1_up>div:nth-child(2){width: 50%;margin-left: 0;}


  /* 第五部分 */
  .box_5{margin: 100px 0;}
  .box_5>div{display: block;}

  .box_5>div>p,
  .box_5>div>div{width: 100%;margin:1.5rem 0;}
  .box_5 .tableBox{margin-left: 0;}
  .box_5 .tableBox .tableTitle{
    line-height: 1.4rem;
    font-size: 1.4rem;
    font-weight: 500;
    color: #000;
    letter-spacing: 0;

    margin-bottom: 0.75rem;
  }
  .box_5 .tableBox .tableTitle .settingIcon{
    width: 1.25rem;
    height: 1.25rem;
  }
  .box_5 .tableBox table tr{border-top: 1px solid #BEBEBE;}
  .box_5 .tableBox table tr:last-child{border-bottom: 1px solid #BEBEBE;}
  .box_5 .tableBox table tr td,
  .box_5 .tableBox table tr th{
    padding: 0.5rem 0;

    font-size: 0.75rem;
    font-weight: 500;
    color: #5B5B5B;
  }
  .box_5 .tableBox table tr th{text-align: left;padding-left: 0.5rem;font-size: 0.9rem;}
  .box_5 .tableBox table tr th i{
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #5B5B5B;
  }

  .trial button {width: 100%;}
}
@media (max-width: 376px) {
  /* 第一部分 */
  .box_1>div{width: 85%;}
  .box_1_up{padding-top: 2rem;justify-content: center;}
  .box_1_up>div:nth-child(1){width: 50%;}
  .box_1_up>div:nth-child(1) p:nth-child(1) img{width: 3rem;}
  .box_1_up>div:nth-child(1) div:nth-child(2){margin-top: 1.5rem;}
  .box_1_up>div:nth-child(1) div:nth-child(2) .title1{
    text-align: left;
    font-size: 1rem;
    font-weight: 400;
    color: #000000;
    letter-spacing: 0;
  }
  .box_1_up>div:nth-child(1) div:nth-child(2) .titleTip{
    width: 3rem;
    top: -0.25rem;
    left: 8.5rem;
    padding: 0 0.25rem;
    border: 1px solid #BABABA;
    border-radius: 6px;

    font-size: 0.75rem;
    font-weight: bold;
    color: #000;
  }
  .box_1_up>div:nth-child(2){width: 50%;margin-left: 0;}


  /* 第五部分 */
  .box_5{margin: 100px 0;}
  .box_5>div{display: block;}

  .box_5>div>p,
  .box_5>div>div{width: 100%;margin:1.5rem 0;}
  .box_5 .tableBox{margin-left: 0;}
  .box_5 .tableBox .tableTitle{
    line-height: 1.4rem;
    font-size: 1.4rem;
    font-weight: 500;
    color: #000;
    letter-spacing: 0;

    margin-bottom: 0.75rem;
  }
  .box_5 .tableBox .tableTitle .settingIcon{
    width: 1.25rem;
    height: 1.25rem;
  }
  .box_5 .tableBox table tr{border-top: 1px solid #BEBEBE;}
  .box_5 .tableBox table tr:last-child{border-bottom: 1px solid #BEBEBE;}
  .box_5 .tableBox table tr td,
  .box_5 .tableBox table tr th{
    padding: 0.5rem 0;

    font-size: 0.75rem;
    font-weight: 500;
    color: #5B5B5B;
  }
  .box_5 .tableBox table tr th{text-align: left;padding-left: 0.5rem;font-size: 0.9rem;}
  .box_5 .tableBox table tr th i{
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #5B5B5B;
  }

  .trial button {width: 105%;}
}
