@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'Bahnschrift';
    src: url('../fonts/Bahnschrift.eot');
    src: url('../fonts/Bahnschrift.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Bahnschrift.woff2') format('woff2'),
        url('../fonts/Bahnschrift.woff') format('woff'),
        url('../fonts/Bahnschrift.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'FZLanTingHeiS-R-GB';
    src: url('../fonts/FZLTHJW--GB1-0.eot');
    src: url('../fonts/FZLTHJW--GB1-0.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FZLTHJW--GB1-0.woff2') format('woff2'),
        url('../fonts/FZLTHJW--GB1-0.woff') format('woff'),
        url('../fonts/FZLTHJW--GB1-0.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
* {
  box-sizing: border-box;
  outline: none;
}
html,
body {
  width: 100%;
  height: 100%;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
body {
 font-family: 'FZLanTingHeiS-R-GB', "Poppins",sans-serif;
  font-style: normal;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; /*修正手持设备字体变化*/
  -webkit-text-size-adjust: none;
  margin: 0px;
  padding: 0px;
  background-image: linear-gradient(90deg, #fefefe, #ededed);
    background-size: cover;
}
body,
td,
th {
  color: #000;
  line-height: 1.8;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'FZLanTingHeiS-R-GB', "Poppins",sans-serif;
  font-weight: normal;
  font-size: 100%;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var,
span {
    font-family: 'FZLanTingHeiS-R-GB', "Poppins",sans-serif;
  font-style: normal;
}
img {
  border: none;
}
ol,
ul,
li {
  list-style: none;
}
input,
textarea,
select,
button {
 
}
input,
textarea,
button,
select {
    font-family:"Noto Sans SC",  PingFangSC-Regular, Verdana, Arial, Helvetica, sans-serif;
  *font-size: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #c21a1f;
}
a:active {
  text-decoration: none;
}
dl,
dd,
dt {
  margin: 0px;
  padding: 0px;
}
/* css common */
.rel {
  position: relative;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
  overflow: hidden;
}
.clearfix {
  *zoom: 1;
}
.lt,
.left {
  float: left;
}
.rt,
.right {
  float: right;
}
.clear,
.clr {
  clear: both;
}
.f-cb {
  zoom: 1;
}
.f-cb:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: ".";
}
.fl {
  float: left;
  display: inline;
}
.fr {
  float: right;
  display: inline;
}
.por {
  position: relative;
}
.poa {
  position: absolute;
}
.poa-f {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.ovh {
  overflow: hidden;
}
.noselect {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.z1 {
  z-index: 1;
}
.z2 {
  z-index: 2;
}
.z3 {
  z-index: 3;
}
.dn {
  display: none;
}

/*首页*/
.container{
  max-width: 640px;
  margin: 0 auto;
  position: relative;
  min-height: 100%;
}
.container .top{
  padding-top: 3.3rem;
  display: flex;
  justify-content: center;
  background: url(../images/back1.png);
}
.container .top .logo {
    width: 44%;
}
.container .top .logo img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.container .img{
    position: absolute;
    top: 7.5rem;
    z-index: -1;
}
.container .img img{
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.container .btns .btn{
    z-index: 99;
    margin-top: 3rem;
    width: 60%;
    margin-left: 20%;
    height: 2rem;
    text-align: center;
    vertical-align: center;
    background-color: #fff;
    box-shadow: 8px 14px 28px 0 rgba(47,47,77,.22);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.container .btns .btn:last-child {
    margin-top: 2rem;
}
.container .btns .btn a {
    font-size: 20px;
    color: #c21a1f;
    letter-spacing: 0;
    text-align: center;
}

/*内页*/
.content{
    max-width: 640px;
    margin: 0 auto;
    position: relative;
    min-height: 100%;
}
@media (max-width: 750px) {
    .content{
        font-size:3.8667vw;
    }
}

.nav{
  position: fixed;
  top: 0;
  width: 100%;
  height: 50px;
  max-width: 640px;
  margin: 0 auto;
  z-index: 999;
  background: #fff;
}
.nav .back-to {
    display: inline-block;
    width:20px;
    height: 50px;
    color: #000;
    font-weight: 700;
    background: url(../images/back.png) no-repeat 0;
    background-size: 20px 20px;
    cursor: pointer;
    padding-right:10px;
}
.nav .image-dialog{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:0 10px;
}
.nav .image-dialog .image-dialog-trigger{
  width: calc(100% - 54px);
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
}
.nav .image-dialog .input-wrapper{
    background-color: #fff;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    width: 100%;
}
.nav .image-dialog .input-wrapper .form{
  border: none;
    outline: none;
    padding: 5px;
    font-size: 15px;
    background-color: rgb(237, 237, 237);
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
}
.nav .image-dialog .input-wrapper .inputtext {
    margin-left: 18px;
    border:none;
    outline:none;
    background: none;
}
.nav .image-dialog .input-wrapper .button{
  width: 34px;
  border:none;
  background: none;
  outline: none;
  display: flex;
  align-items: flex-start;
}
.nav .image-dialog .input-wrapper .button img {
    width: 1.5rem;
    vertical-align: middle;
}
.nav .image-dialog .image-style{
  width: 24px;
  height: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.nav .image-dialog .image-style i{
  font-size: 22px;
  display: block;
}

/*搜索*/
.nav .image-dialog-background {
    max-width: 640px;
    margin: auto;
    overflow: auto;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    background-color: #fafafa;
    text-align: center;
    z-index: 1;
    display: none;
}
.nav .image-dialog-background .image-dialog-animate {
    display: none;
    position: absolute;
    transform-origin: left top;
}
.nav .image-dialog-background .image-dialog-full {
    background-color: #fafafa !important;
    width: 98% !important;
    padding-left: 5%;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1rem;
}
.nav .image-dialog-background .input-wrapper {
    background-color: #fff;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    width: 100%;
}
.nav .image-dialog-background .input-wrapper .input {
    border: none;
    outline: none;
    padding: 5px;
    font-size: 15px;
    border-radius: 5px;
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex: 1;
    flex: 1;
    transition: width 3s;
}
.nav .image-dialog-background .input-wrapper .input input {
    border: none;
    outline: none;
    padding: 5px;
    font-size: 15px;
    border-radius: 5px;
    padding-left: 0;
    -ms-flex: 1;
    flex: 1;
}
.nav .image-dialog-background .input-wrapper .input .palceholder {
    color: #000;
    margin-left: 18px;
}
.nav .image-dialog-background .input-wrapper .input .clearKeyword{
  width: 27px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav .image-dialog-background .input-wrapper .input .clearKeyword img{
  width: 18px;
}
.nav .image-dialog-background  .image-dialog-full .cancle-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 4px;
    color: #000;
    background: none;
    border:none;
}
.nav .image-dialog-background .slot-content {
    transition: opacity 0.6s ease;
    /*opacity: 0;*/
}
.nav .image-dialog-background .slot-content .hot-wrapper {
    text-align: left;
}
.nav .image-dialog-background .slot-content .hot-wrapper .tip {
    padding: 4vw;
    text-align: left;
    font-size: .92rem;
    color: #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav .image-dialog-background .slot-content .hot-wrapper .tip img{
  width: 1.2rem;
}
.nav .image-dialog-background .slot-content .hot-wrapper .label-wraper {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4vw;
    align-items: center;
}
.nav .image-dialog-background .slot-content .hot-wrapper .label-wraper .label {
    padding: 0.8vw 2vw;
    border-radius: 1vw;
    font-size: .8rem;
    margin-bottom: 4vw;
    margin-right: 2vw;
    color: #333;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.nav .first-menu{
  background: #fff;
  padding-left: 5%;
  padding-right: 5%;
  width: 100%;
}
.nav .first-menu > ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around
}
.nav .first-menu > ul > li {
    width: 25%;
    position: relative;
}
.nav .first-menu > ul > li.active:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    left: 0;
    border-bottom: 0.22rem solid #c21a1f;
}
.nav .first-menu > ul > li > a {
    display: block;
    text-align: center;
    line-height: 3.35rem;
    color: #666;
    font-size: 1rem;
}
.nav .first-menu.en > ul > li > a{
  font-size: 0.85rem;
   white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all; 
}
.nav .first-menu > ul > li.active > a{
  font-size: 1.3rem;
  color: #000;
}
.nav .first-menu.en > ul > li.active > a{
  font-size: 1.25rem;
}

.main{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 50px 0 10px;
  padding-top: 3.2rem;
  padding-bottom: 5.5rem;
  position: relative;
}
/*列表模式*/
.main.liebiao-mode .card{
  margin-top: 0.87rem;
  float: left;
  height: 6.875rem;
  vertical-align: center;
  margin-left: 5%;
  width: 90%;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 20px 40px 0 rgba(0,0,0,.1);
}
.main.liebiao-mode .card .card-img {
    float: left;
    margin-left: 0.69rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.main.liebiao-mode .card .card-img img{
  width: 5.62rem; 
  height: 5.625rem;
}
.main.liebiao-mode .card .card-content {
    height: 100%;
    float: left;
    margin-left: 0.97rem;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.main.liebiao-mode .card .card-content .title {
    user-select: text;
}
.main.liebiao-mode .card .card-content .desc{
    user-select: text;
}
.main.liebiao-mode .card .card-btn {
    height: 100%;
    float: right;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.main.liebiao-mode .card .card-btn img {
    position: relative;
    margin-right: 0.8rem;
}
/*图片模式*/
.main.tupian-mode{
  width: 90%;
  margin:0 auto;
  padding-right: 0;
  padding-left: 0;
}
.main.tupian-mode .card{
  margin-top: 0.87rem;
  float: left;
  vertical-align: center;
  width: 49%;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 20px 40px 0 rgba(0,0,0,.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
.main.tupian-mode .card .card-img img{
  width: 100%;
}
.main.tupian-mode .card .card-content{
  padding:.8em;
}
.main.tupian-mode .card .card-content .title {
    user-select: text;
}
.main.tupian-mode .card .card-content .desc{
    user-select: text;
}
.main.tupian-mode .card .card-btn {
    float: right;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.main.tupian-mode .card .card-btn img {
    position: relative;
    margin-right: 0.8rem;
    margin-bottom: 0.8rem;
}

#menu{
    max-width: 640px;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 3.125rem;
    color: #474747;
    text-align: center;
    background-color: #fff;
    padding-bottom: env(safe-area-inset-bottom);
    display: flex;
    justify-content: space-around;
    z-index: 999;
}
#menu img.menu_img {
    margin-top: 0.2rem;
    width: 2rem;
}
#menu .menu_name {
    font-size: .75rem;
    margin-top: -0.2rem;
    color: #c21a1f;
}

/*单页*/
.back{
    max-width: 640px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 2.75rem;
    line-height: 1;
    width: 100%;
    background-color: #f5f5f5;
    padding: 5px 10px;
    box-sizing: border-box;
    position: fixed;
    z-index: 999;
}
.back .back-to {
    display: inline-block;
    padding-left: 26px;
    height: 2.75rem;
    color: #000;
    font-weight: 700;
    background: url(../images/back.png) no-repeat 0;
    background-size: 20px 20px;
    cursor: pointer;
}
.back p {
    margin: 0;
    font-size: 1.25rem;
    height: 2.75rem;
    line-height: 2.75rem;
    vertical-align: center;
    color: #000;
}
.back .back-home {
    float: right;
    display: inline-block;
    width: 40px;
    height: 2.75rem;
    background: url(../images/home.png) no-repeat 50%;
    background-size: 20px 20px;
}
.info{
  padding-top: 2.75rem;
}
.info video{
  width: 100%;
  display: block;
}

/*产品详情*/
.products_detail{
  padding-top: 2.75rem;
}
.products_detail .video_box .content_box video{
  width: 100%;
  display: block;
}
.products_detail .product_box .content_box img{
  max-width: 100%;
}
.pdf {
    position: fixed;
    bottom: 1rem;
    width: 3.4rem;
    height: 3.4rem;
    right: 0.78rem;
}
.pdf img {
    max-width: 100%;
}

/*产品详情模板1*/
.products_detail_1{
    padding-top: 2.75rem;
}
.products_detail_1 div,
.products_detail_1 p,
.products_detail_1 h1,
.products_detail_1 h2,
.products_detail_1 h3,
.products_detail_1 h4,
.products_detail_1 h5,
.products_detail_1 span,
.products_detail_1 input,
.products_detail_1 button,
.products_detail_1 textarea,
.products_detail_1 table th,
.products_detail_1 table td{
    font-family:'FZLanTingHeiS-R-GB', "Poppins",sans-serif !important;
    font-size:1.5rem !important;
}
.products_detail_1 .title{
    font-size:2.125rem !important;
    text-align:center;
    text-transform: uppercase;
    font-weight:bold;
}
.products_detail_1 .title span{
    font-family:'Bahnschrift', sans-serif !important;
    font-size:2.25rem !important;
}
.products_detail_1 .box{
    margin-top:1.125rem;
    overflow:hidden;
    overflow-x:auto;
}
.products_detail_1 .box1{
    width:100%;
    padding:5.625rem 5.3125rem 2.75rem 5.3125rem;
    background:url(../images/proBg1.jpg) #d1262c no-repeat center top;
    background-size:100%;
    color:#fff;
    text-align:center;
    display:flex;
    align-items:center;
    justify-content: center;
    flex-direction: column;
    overflow:hidden;
}
.products_detail_1 .box1 .div1{
    font-family:'Bahnschrift', sans-serif !important;
    font-size:3.4rem !important;
    line-height:1.25;
}
.products_detail_1 .box1 .div2 p{
    font-size:2.5rem !important;
    line-height:1.35;
}
.products_detail_1 .box1 .div2 p:nth-child(2){
    font-size:1rem !important;
    line-height:1;
}
.products_detail_1 .box1 .div3{
    margin:3.125rem 0 1.5rem;
    display:flex;
    align-items:center;
    justify-content: center;
}
.products_detail_1 .box1 .div3 img{
    max-width:100%;
    display:block;
}
.products_detail_1 .box1 .div4{
    text-transform: uppercase;
    line-height:1.5;
}
.products_detail_1 .box1 .div4 p:nth-child(1){
    font-size:1.5rem !important;
}
.products_detail_1 .box1 .div4 p:nth-child(2){
    font-size:1.125rem !important;
    line-height:1.25;
    font-family:'Bahnschrift', sans-serif !important;
}
.products_detail_1 .box1 .div5{
    display:flex;
    align-items:center;
    justify-content: center;
    margin-top:2.1875rem;
}
.products_detail_1 .box1 .div5 a{
    display:flex;
    align-items:center;
    justify-content: center;
    min-width:20.5rem;
    height:4.8125rem;
    padding:0 2.5rem;
    color:#fff;
    border:0.25rem solid #06c33a;
    border-radius:50px;
}
.products_detail_1 .box1 .div5 img{
    width:3.4375rem;
    display:block;
    margin-right:1.25rem;
}
.products_detail_1 .box1 .div5 .text p{
    line-height:1.2;
}
.products_detail_1 .box1 .div5 .text p.p1{
    font-size:1.6875rem !important;
}
.products_detail_1 .box1 .div5 .text p.p2{
    font-size:0.5869rem !important;
}
.products_detail_1 .box2{
    padding:0 1.875rem;
    padding-top:3.75rem;
}
.products_detail_1 .box2 .box video{
    display:block;
    width:100%;
    height:240px;
}
.products_detail_1 .box3{
    padding:0 1.875rem;
    padding-top:3.75rem;
}
.products_detail_1 .box3 .box img{
    max-width:100%;
}
.products_detail_1 .box4{
    padding:0 1.875rem;
    padding-top:1.875rem;
}
.products_detail_1 .box4 .box img{
    max-width:100%;
}
.products_detail_1 .box4 video{
    width:100%;
    display:block;
    height:240px;
}
.products_detail_1 .box5{
    width:100%;
    padding:0 1.875rem;
    padding-top:3.75rem;
}
.products_detail_1 .box5 .box{
    width:100%;
    overflow:hidden;
    overflow-x:auto;
}
.products_detail_1 .box5 .box img{
    max-width:100%;
}
.products_detail_1 .box6{
    margin:0 1.875rem;
    margin-top:1.875rem;
    background:#c21a1f;
    padding:4.4vw 0;
    border-radius:6px;
}
.products_detail_1 .box6 ul{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content: center;
}
.products_detail_1 .box6 li{
    min-width:19.875rem;
    padding:0 2.25rem;
    background:#e43137;
    border-radius:50px;
    height:3.875rem;
    margin-bottom:0.9375rem;
    display:flex;
    align-items:center;
    justify-content: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}
.products_detail_1 .box6 li:last-child{
    margin-bottom:0;
}
.products_detail_1 .box6 a{
    display:flex;
    align-items:center;
    justify-content: center;
    color:#fff;
    text-align:center;
}
.products_detail_1 .box6 img{
    width:2.5rem;
    display:block;
    margin-right:0.625rem;
}
.products_detail_1 .box7{
    margin-top:3rem;
    background:#c21a1f;
    padding:3rem 1.875rem 1.875rem 1.875rem;
    color:#fff;
}
.products_detail_1 .box7 .box li{
    margin:0.3125rem 0;
}
.products_detail_1 .box7 .box input{
    width:100%;
    background:#e43137;
    border:none;
    outline:none;
    color:#fff;
    padding:10px;
}
.products_detail_1 .box7 .box input::placeholder{
    color:#fff;
}
.products_detail_1 .box7 .box button{
    width:100%;
    background:#a01519;
    color:#fff;
    cursor: pointer;
    padding:10px;
    border:none;
    font-size:2rem !important;
}
.products_detail_1 .box8{
    padding:1.875rem;
    background:#333333;
    color:#5c5c5c;
    text-align:center;
    line-height:1.5;
    font-size:1.3125rem !important;
}
.products_detail_1 .box8 a{
    color:#5c5c5c;
}
.products_detail_1 table{
    width:100% !important;
    border:1px #aeadac solid !important;
    color:#000 !important;
    text-align: center !important;
}
.products_detail_1 table th,
.products_detail_1 table td{
    border:1px #aeadac solid !important;
    width: auto !important;
    padding:10px !important;
}
.products_detail_1 table tr td:nth-child(1){
    
}
@media (max-width: 750px) {
    .products_detail_1 div,
    .products_detail_1 p,
    .products_detail_1 h1,
    .products_detail_1 h2,
    .products_detail_1 h3,
    .products_detail_1 h4,
    .products_detail_1 h5,
    .products_detail_1 span,
    .products_detail_1 input,
    .products_detail_1 button,
    .products_detail_1 textarea,
    .products_detail_1 table th,
    .products_detail_1 table td{
        font-size:3.8667vw !important;
    }
    .products_detail_1 .title{
        font-size:5.333vw !important;
    }
    .products_detail_1 .title span{
        font-size:6.333vw !important;
    }
    .products_detail_1 .box{
        margin-top:2.4vw;
    }
    .products_detail_1 .box1{
        padding:13.33vw 13.33vw 6.667vw 13.33vw;
    }
    .products_detail_1 .box1 .div1{
        font-size:10.6667vw !important;
    }
    .products_detail_1 .box1 .div2 p{
        font-size:6.4vw !important;
    }
    .products_detail_1 .box1 .div2 p:nth-child(2){
        font-size:3.6vw !important;
    }
    .products_detail_1 .box1 .div3{
        margin:6.67vw 0 3.73vw;
    }
    .products_detail_1 .box1 .div4 p:nth-child(1){
        font-size:3.87vw !important;
    }
    .products_detail_1 .box1 .div4 p:nth-child(2){
        font-size:2.93vw !important;
    }
    .products_detail_1 .box1 .div5{
        margin-top:5.33vw;
    }
    .products_detail_1 .box1 .div5 a{
        min-width:51.2vw;
        height:12vw;
        border:0.533vw solid #06c33a;
    }
    .products_detail_1 .box1 .div5 img{
        width:8.533vw;
        margin-right:2.6667vw;
    }
    .products_detail_1 .box1 .div5 .text p.p1{
        font-size:4.2667vw !important;
    }
    .products_detail_1 .box1 .div5 .text p.p2{
        font-size:1.467vw !important;
    }
    .products_detail_1 .box2{
        padding:0 4.667vw;
        padding-top:13.333vw;
    }
    .products_detail_1 .box3{
        padding:0 4.667vw;
        padding-top:13.333vw;
    }
    .products_detail_1 .box4{
        padding:0 4.667vw;
        padding-top:8.533vw;
    }
    .products_detail_1 .box5{
        padding:0 4.667vw;
        padding-top:8.533vw;
    }
    .products_detail_1 .box6{
        margin:0 4.667vw;
        margin-top:5.8667vw;
        padding:4.4vw 0;
    }
    .products_detail_1 .box6 li{
        min-width:49.867vw;
        padding:0 5.6vw;
        height:9.6vw;
        margin-bottom:2.267vw;
    }
    .products_detail_1 .box6 img{
        width:6vw;
        margin-right:1.3333vw;
    }
    .products_detail_1 .box7{
        margin-top:7.3333vw;
        padding:7.3333vw 4.667vw 5.3333vw 4.667vw;
    }
    .products_detail_1 .box7 .box li{
        margin:0.8vw 0;
    }
    .products_detail_1 .box7 .box button{
        font-size:5.067vw !important;
    }
    .products_detail_1 .box8{
        padding:4vw 4.667vw;
        font-size:3.333vw !important;
    }
}