.textBox p{margin: 0;}

.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;
}




/* 第一部分 */
.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: 0;
  width: 100%;
  bottom: 74px;
  font-size: 24px;
  color: #787878;
  font-weight: 400;
}


/* 第二部分 */
.box_2 {margin-bottom: 50px;}
.box_2 .title{
  display: flex;
  flex-direction: column;
  height: 120px;
  line-height: 1.2;
  color: #3F3F3F;
  font-size: 56px;
  font-weight: 500;
  justify-content: center;
  background:linear-gradient(90deg,#5B83CB,#fff 30%,#fff 60%, #5B83CB);/*0deg表示从下到上，90deg表示从左到右，180deg表示从上到下*/
}
.box_2 ul{margin: 50px auto;}
.box_2 ul li {
  display: flex;
  align-items: center;  
}
.box_2 ul li i{
  width: 40px;
  height: 40px;
  margin-right: 3px;
}
.box_2 ul li span{
  flex-shrink: 0;
  width: 200px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 4px;
  background: #FFF2CD;

  font-size: 32px;
  font-weight: 550;
  color: #030101;
  letter-spacing: 5px;
}
/* .box_2>div p{width: 40%;flex-shrink: 0;}
.box_2>div p img{width: 100%} */




/* 第三部分 */
.box_3 {margin-bottom: 50px;}
.box_3 .title{
  height: 120px;
  line-height: 120px;
  margin-bottom: 50px;

  color: #3F3F3F;
  font-size: 56px;
  font-weight: 500;

  background:linear-gradient(90deg,#5B83CB,#fff 30%,#fff 60%, #5B83CB);/*0deg表示从下到上，90deg表示从左到右，180deg表示从上到下*/
}
.box_3>div>p{margin-right: 30px;}
.box_3>div table td{vertical-align: middle !important;color: #2A2A2A;}


@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:1rem;

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

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


  /* 第二部分 */
  .box_2 {margin-bottom: 1.5rem;}
  .box_2 .title{
    height: 3.5rem;
    line-height: 3.5rem;

    color: #3F3F3F;
    font-size: 1.8rem;
    font-weight: 500;

    background:linear-gradient(90deg,#5B83CB,#fff 30%,#fff 60%, #5B83CB);/*0deg表示从下到上，90deg表示从左到右，180deg表示从上到下*/
  }
  .box_2 ul{margin: 1.5rem auto;}
  .box_2 ul li {
    display: flex;
    align-items: center;  
  }
  .box_2 ul li i{
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 3px;
  }
  .box_2 ul li span{
    flex-shrink: 0;
    width: 5rem;
    height: 1.6rem;
    line-height: 1.6rem;
    text-align: center;
    border-radius: 4px;
    background: #FFF2CD;

    font-size: 0.8rem;
    font-weight: 550;
    color: #030101;
    letter-spacing: 5px;
  }




  /* 第三部分 */
  .box_3 {margin-bottom: 50px;}
  .box_3 .title{
    height: 3.5rem;
    line-height: 3.5rem;
    margin-bottom: 1.5rem;

    color: #3F3F3F;
    font-size: 1.8rem;
    font-weight: 500;

    background:linear-gradient(90deg,#5B83CB,#fff 30%,#fff 60%, #5B83CB);/*0deg表示从下到上，90deg表示从左到右，180deg表示从上到下*/
  }
  .box_3>div>p{margin-right: 1.5rem;flex: 1;}
  .box_3>div table {flex: 1.2;}
  .box_3>div table td{vertical-align: middle !important;font-size: 0.5rem;color: #2A2A2A;}

}
@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.75rem;

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

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


  /* 第二部分 */
  .box_2 {margin-bottom: 1.5rem;}
  .box_2 .title{
    color: #3F3F3F;
    font-size: 1.4rem;
    font-weight: 500;

    background:linear-gradient(90deg,#5B83CB,#fff 30%,#fff 60%, #5B83CB);/*0deg表示从下到上，90deg表示从左到右，180deg表示从上到下*/
  }
  .box_2 ul{margin: 1.5rem auto;}
  .box_2 ul li {
    display: flex;
    align-items: center;  
  }
  .box_2 ul li i{
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 3px;
  }
  .box_2 ul li span{
    flex-shrink: 0;
    width: 4.5rem;
    height: 1.25rem;
    line-height: 1.25rem;
    text-align: center;
    border-radius: 4px;
    background: #FFF2CD;

    font-size: 0.8rem;
    font-weight: 550;
    color: #030101;
    letter-spacing: 0;
  }
  /* .box_2>div p{width: 40%;flex-shrink: 0;}
  .box_2>div p img{width: 100%} */




  /* 第三部分 */
  .box_3 {margin-bottom: 1.5rem;}
  .box_3 .title{
    height: 3rem;
    margin-bottom: 1.5rem;

    color: #3F3F3F;
    font-size: 1.4rem;
    font-weight: 500;

    background:linear-gradient(90deg,#5B83CB,#fff 30%,#fff 60%, #5B83CB);/*0deg表示从下到上，90deg表示从左到右，180deg表示从上到下*/
  }
  .box_3>div{display: block;}
  .box_3>div>p{margin-right: 0;margin-bottom: 1rem;}
  .box_3>div table td{vertical-align: middle !important;color: #2A2A2A;font-size: 0.75rem;}
}
@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.75rem;

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

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


  /* 第二部分 */
  .box_2 {margin-bottom: 1.5rem;}
  .box_2 .title{
    height: 3rem;

    color: #3F3F3F;
    font-size: 1.4rem;
    font-weight: 500;

    background:linear-gradient(90deg,#5B83CB,#fff 30%,#fff 60%, #5B83CB);/*0deg表示从下到上，90deg表示从左到右，180deg表示从上到下*/
  }
  .box_2 ul{margin: 1.5rem auto;}
  .box_2 ul li {
    display: flex;
    align-items: center;  
  }
  .box_2 ul li i{
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 3px;
  }
  .box_2 ul li span{
    flex-shrink: 0;
    width: 4.5rem;
    height: 1.25rem;
    line-height: 1.25rem;
    text-align: center;
    border-radius: 4px;
    background: #FFF2CD;

    font-size: 0.8rem;
    font-weight: 550;
    color: #030101;
    letter-spacing: 0;
  }
  /* .box_2>div p{width: 40%;flex-shrink: 0;}
  .box_2>div p img{width: 100%} */




  /* 第三部分 */
  .box_3 {margin-bottom: 1.5rem;}
  .box_3 .title{
    height: 3rem;
    margin-bottom: 1.5rem;

    color: #3F3F3F;
    font-size: 1.4rem;
    font-weight: 500;

    background:linear-gradient(90deg,#5B83CB,#fff 30%,#fff 60%, #5B83CB);/*0deg表示从下到上，90deg表示从左到右，180deg表示从上到下*/
  }
  .box_3>div{display: block;}
  .box_3>div>p{margin-right: 0;margin-bottom: 1rem;}
  .box_3>div table td{vertical-align: middle !important;color: #2A2A2A;font-size: 0.75rem;}
}

.subtitle-padding {
  padding: 1em;
}

.fpii-test1{
  bottom: 0;
  background: rgba(255, 255, 255, .1);
  padding: 2em 0 2em 4em;
}
.subtitle{
  display: block;
  text-align: center;
  font-size: .5em;
  color: #999;
}

.three-material{
  font-size: 150%;
      display: grid;
      grid-template: 1fr / 9fr 11fr 11fr 10fr 10fr;
}
.three-material .tc {
  line-height: 3em;
}
.triangle {
  height: 3em;
  background: url(/assets/img/products/V6G/tr.png) center center / 1.2em no-repeat;
}
.br {background-position: right 30% center;}
.bg-silver{background: #DDDDE0;}
.bg-silver2{background: #EEF0F0;}

.fanyin-grid {
  padding: 2em;
  display: grid;
  grid-template: 1fr / repeat(3, 1fr);
  font-size: 150%;
}
.fanyin-grid > div {
  line-height: 2;
}

@media (max-width:767px){
  .fpii-test1 {
    zoom: .6;
  }
  .three-material{
    font-size: 110%;
  }
  .fanyin-grid {
    grid-template: 1fr / repeat(2, 1fr);
    font-size: 80%;
  }
}