:root {
    --white: #fff;
    --black: #000;
    --primary: #3e8ccc;
  }
  .more {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    color: #020202;
    border-radius: 25px;
    border: solid 1px #131314;
    padding: 17px 26px 16px 17px;
    position: relative;
    z-index: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .more img {
    display: inline-block;
    vertical-align: middle;
  }
  .more span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 17px;
  }
  .more::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 4px;
    left: 5px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--primary);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .more:hover {
    color: var(--white);
    border-color: var(--primary);
  }
  .more:hover::after {
    width: 100%;
    height: 100%;
    border-radius: 25px;
    top: 0;
    left: 0;
  }
  .xinwen{
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
  }
  @media screen and (max-width: 1680px) {
    .ui.container {
      max-width: 1430px;
    }
}
@media screen and (max-width: 1440px) {
    .ui.container {
      max-width: 1230px;
    }
}
@media screen and (max-width: 1280px) {
    .font-24 {
        font-size: 22px;
      }
}
@media screen and (max-width: 1100px) {
    .font-36 {
        font-size: 32px;
      }
}
@media screen and (max-width: 1000px) {
    .huhu{
        display: none!important;
      }
}
@media screen and (max-width: 700px) {
    .font-18 {
        font-size: 16px;
        line-height: 1.8;
      }
      .font-24 {
        font-size: 20px;
        line-height: 1.4;
      }
}
@media screen and (max-width: 500px) {
    .gallery-page{
        padding: 60px 0;
      }
}
.inner_banner_1 {
    padding: 80px 0;
    background-image: url(/raisuncup/2024/05/17/inbanner-5.jpg);
    background-size: cover;
    background-position: center center;
    color: #fff;
  }
  .inner_banner_1 .container .top {
    line-height: 2;
    font-size: 14px;
  }
  .inner_banner_1 .container .cat_name {
    font-size: 36px;
    line-height: 1.6;
    font-weight:bold;
    text-transform: uppercase;
    margin-top: 15px;
  }
  .inner_banner_2 .container {
    padding: 120px 0;
    width: 100%;
    position: relative;
    text-align: center;
    font-weight:bold;
    color: #fff;
    font-size: 36px;
  }
  .inner_banner_2 .container img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .inner_banner_2 .container div {
    position: relative;
    z-index: 2;
    width: 530px;
    margin: auto;
  }
  .inner_banner_2 .img_1 {
    display: block;
    margin: auto;
    width: 120px;
    margin-top: -60px;
    position: relative;
    z-index: 2;
  }
  .inner_banner_3 {
    background-size: cover;
    background-position: center center;
    padding-top: 200px;
    padding-bottom: 20px;
  }
  .inner_banner_3 .container {
    color: #fff;
  }
  .inner_banner_3 .container .top .mbx {
    font-size: 14px;
    line-height: 28px;
  }
  .inner_banner_3 .container .top .cat_name {
    font-size: 60px;
    text-transform: uppercase;
    line-height: 1.2;
    margin-top: 20px;
    font-weight:bold;
  }
  .inner_banner_3 .container .top .des {
    font-size: 18px;
    line-height: 36px;
    width: 670px;
    margin-top: 10px;
  }
  .inner_banner_3 .container .bottom {
    margin-top: 100px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  .inner_banner_3 .container .bottom .list_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .inner_banner_3 .container .bottom .list_cont .list {
    margin-top: 15px;
    margin: 0 22px;
    cursor: pointer;
    font-size: 16px;
    line-height: 30px;
    font-weight:500;
  }
  .inner_banner_3 .container .bottom .go_next {
    display: block;
    width: 36px;
    cursor: pointer;
    font-size: 50px;
    text-align: center;
    margin: auto;
    line-height: 1;
    margin-top: 25px;
  }
  .creative-page {
    padding: 50px 0 0;
  }
  .creative-page .init-1 .container .tip_title {
    font-size: 30px;
    line-height: 1.4;
    font-weight:bold;
    text-align: center;
    text-transform: uppercase;
    margin-top: 30px;
  }
  .creative-page .init-1 .container .tip_des {
    font-size: 18px;
    line-height: 2;
    font-weight:500;
    width: 930px;
    margin: auto;
    text-align: center;
    margin-top: 20px;
  }
  .creative-page .init-1 .container .list_cont {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    font-size: 18px;
  }
  .creative-page .init-1 .container .list_cont .list {
    margin-top: 20px;
    width: 28%;
  }
  .creative-page .init-1 .container .list_cont .list img {
    width: auto;
    height: 80px;
    display: block;
    margin: auto;
  }
  .creative-page .init-1 .container .list_cont .list .title {
    margin-top: 30px;
    font-weight:bold;
    text-transform: uppercase;
    line-height: 1.6;
  }
  .creative-page .init-1 .container .list_cont .list .des {
    margin-top: 15px;
    color: #666666;
    font-weight:500;
    line-height: 1.8;
  }
  .creative-page .init-2 {
    position: relative;
    padding-top: 60px;
  }
  .creative-page .init-2 .container {
    position: relative;
  }
  .creative-page .init-2 .sub_div {
    position: absolute;
    width: 100%;
    height: 520px;
    top: 325px;
    left: 0;
    /*background-color: #f1f1f1;*/
  }
  .creative-page .init-2 .container .list {
    z-index: 2;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 90px;
  }
  .creative-page .init-2 .container .list .left {
    width: 52%;
    padding-left: 100px;
    padding-right: 150px;
  }
  .creative-page .init-2 .container .list .left .title {
    font-size: 36px;
    line-height: 1.4;
    font-weight:bold;
    text-transform: uppercase;
  }
  .creative-page .init-2 .container .list .left .des {
    font-size: 18px;
    line-height: 32px;
    font-weight:500;
    color: #666666;
    margin-top: 18px;
  }
  .creative-page .init-2 .container .list .right {
    width: 48%;
  }
  .creative-page .init-2 .container .list .right img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .creative-page .init-2 .container .list:nth-child(2n) .right {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .creative-page .init-3 {
    background-image: url(/ryjjkj/2025/01/21/cus-1343.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 170px;
    padding-bottom: 80px;
    margin-top: 150px;
    background-attachment: fixed;
  }
  .creative-page .init-3 .container {
    text-align: center;
    color: #fff;
  }
  .creative-page .init-3 .container .title {
    font-size: 36px;
    line-height: 1.4;
    font-weight:bold;
    text-transform: uppercase;
  }
  .creative-page .init-3 .container .des {
    margin-top: 30px;
    font-size: 18px;
    font-weight:500;
    width: 620px;
    margin: auto;
    line-height: 2;
  }
  .creative-page .init-3 .container .more{
    border-color: var(--white);
    color: var(--white);
    margin-top: 50px; 
  }
  .creative-page .init-3 .container .more:hover{
    border-color: var(--primary);
  }
  .creative-page .init-3 .container .more_cont {
    margin: auto;
    margin-top: 50px;
    color: var(--white);
    /*width: 220px;*/
  }
  /*.creative-page .init-3 .container .more_cont::before {
    display: none;
  }*/
  .customized-page {
    padding: 100px 0;
  }
  .customized-page .cir {
    width: 12px;
    height: 12px;
    border: 1px solid #000;
    border-radius: 50%;
    position: relative;
  }
  .customized-page .cir::before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    top: 2px;
    left: 2px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0);
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  .customized-page .cir.active::before {
    background-color: #000;
  }
  .customized-page .top_3 {
    position: relative;
    top: 3px;
  }
  .customized-page .mt_l_6 {
    margin-left: 6px;
  }
  .customized-page .init-1 .title {
    font-size: 36px;
    font-weight:bold;
    text-transform: uppercase;
    text-align: center;
  }
  .customized-page .init-1 .more_c {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .customized-page .init-1 .more_c .more {
    margin-top: 20px;
    width: 250px;
    border-color: #000;
    color: #000;
    cursor: pointer;
  }
  .customized-page .init-1 .more_c .more::before {
    background-color: #000;
  }
  .customized-page .init-1 .more_c .more::after {
    background-color: #000;
  }
  .customized-page .init-1 .more_c .more:hover {
    color: #fff;
  }
  .customized-page .init-1 .more_c .more:nth-child(2) {
    margin-left: 100px;
  }
  .customized-page .init-2 {
    margin-top: 100px;
  }
  .customized-page .init-2 .container {
    padding: 160px 0;
    background-image: url(../images/customized_2.jpg);
    background-size: cover;
    background-position: center center;
    text-transform: uppercase;
    font-weight:bold;
    text-align: center;
    color: #fff;
  }
  .customized-page .init-2 .container .title {
    font-size: 36px;
  }
  .customized-page .init-2 .container .des {
    margin-top: 15px;
    font-size: 16px;
  }
  .customized-page .init-3 {
    margin-top: 130px;
  }
  .customized-page .init-3 .container .titlt_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .customized-page .init-3 .container .titlt_cont .tip_title {
    font-size: 24px;
    font-weight:bold;
    text-transform: uppercase;
  }
  .customized-page .init-3 .container .titlt_cont .list_cont {
    margin-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 0;
    border: #bdbdbd solid 1px;
    font-size: 16px;
    font-weight:500;
  }
  .customized-page .init-3 .container .titlt_cont .list_cont .mr_10 {
    margin-right: 10px;
  }
  .customized-page .init-3 .container .titlt_cont .list_cont .cir {
    margin-right: 10px;
    margin-top: 7px;
  }
  .customized-page .init-3 .container .titlt_cont .list_cont input {
    width: 76px;
    border: 1px solid #bdbdbd;
    font-family: inherit;
    font-weight:500;
    padding: 0 7px;
  }
  .customized-page .init-3 .container .titlt_cont .name_cont {
    width: 195px;
    padding: 10px 5px;
  }
  .customized-page .init-3 .container .titlt_cont .size_cont {
    width: 480px;
  }
  .customized-page .init-3 .container .titlt_cont .size_cont input {
    width: 76px;
  }
  .customized-page .init-3 .container .titlt_cont .size_cont span:nth-child(3) {
    margin-left: 10px;
  }
  .customized-page .init-3 .container .titlt_cont .qty_cont {
    width: 290px;
  }
  .customized-page .init-3 .container .titlt_cont .qty_cont input {
    width: 96px;
    margin-left: 12px;
  }
  .customized-page .init-4 {
    margin-top: 40px;
  }
  .customized-page .init-4 .container {
    padding: 70px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #f1f1f1;
  }
  .customized-page .init-4 .container .list_cont .first {
    margin-bottom: 30px;
    font-size: 16px;
    font-weight:bold;
  }
  .customized-page .init-4 .container .list_cont .list {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    font-size: 16px;
  }
  .customized-page .init-4 .container .list_cont .list .cir {
    min-width: 12px;
  }
  .customized-page .init-4 .container .list_cont .list span {
    margin-left: 15px;
    position: relative;
    top: 3px;
  }
  .customized-page .init-5 {
    margin-top: 100px;
  }
  .customized-page .init-5 .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .customized-page .init-5 .container .img {
    width: 32%;
    height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .customized-page .init-5 .container .img img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .customized-page .init-5 .container .right {
    width: 63%;
  }
  .customized-page .init-5 .container .right .title_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .customized-page .init-5 .container .right .title_cont .name {
    font-size: 24px;
    font-weight:bold;
    text-transform: uppercase;
  }
  .customized-page .init-5 .container .right .title_cont .cont {
    border: 1px solid #bdbdbd;
    padding: 10px 30px;
    width: 515px;
    font-weight:500;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .customized-page .init-5 .container .right .title_cont .cont span {
    position: relative;
    top: 3px;
    margin-left: 12px;
  }
  .customized-page .init-5 .container .right .title_cont .cont div:nth-child(3) {
    height: 32px;
    width: calc(100% - 85px);
  }
  .customized-page .init-5 .container .right .title_cont .cont .list_cont {
    width: auto;
    max-width: 100%;
    margin-top: 6px;
    margin-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }
  .customized-page .init-5 .container .right .title_cont .cont .list_cont span {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    padding: 0 5px;
    height: 30px;
    line-height: 28px;
    margin-left: 5px;
    font-weight:500;
    width: auto;
    max-width: 100px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #bdbdbd;
    min-width: 60px;
    display: inline-block;
    overflow-x: auto;
    overflow-y: hidden;
    color: #767676;
  }
  .customized-page .init-5 .container .right .title_cont .cont .list_cont span::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    border-radius: 1.5px;
  }
  .customized-page .init-5 .container .right .title_cont .cont .list_cont span::-webkit-scrollbar-track {
    background-color: #eee;
  }
  .customized-page .init-5 .container .right .title_cont .cont .list_cont span::-webkit-scrollbar-thumb {
    background-color: #000;
  }
  .customized-page .init-5 .container .right .title_cont .cont .list_cont span.active {
    color: #000;
  }
  .customized-page .init-5 .container .right .title_cont .cont .list_cont input {
    padding: 3px 5px;
    margin-left: 5px;
    font-weight:500;
    width: auto;
    max-width: 100px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #bdbdbd;
  }
  .customized-page .init-5 .container .right .title_cont .cont .che_color_2 {
    display: none;
  }
  .customized-page .init-5 .container .right .cont_list {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .customized-page .init-5 .container .right .cont_list .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 48%;
  }
  .customized-page .init-5 .container .right .cont_list .list > img {
    margin-left: 10px;
  }
  .customized-page .init-5 .container .right .cont_list .list .color_c_cont {
    margin-left: 20px;
  }
  
  .customized-page .init-5 .container .right .cont_list .list .color_c_cont div{
    font-size: 18px;
  }
  
  .customized-page .init-5 .container .right .cont_list .list .color_c_cont input{
    width: 160px;
    border: #000 solid 1px;
    font-size: 16px;
    font-weight:500;
    margin-top: 5px;
    padding: 2px 10px;
  }
  
  
  .customized-page .init-5 .container .right .cont_list .color_list_2 .color_c_cont {
    width: 240px;
  }
  .customized-page .init-5 .container .right .cont_list .color_list_2 .color_c_cont input {
    width: 60px;
    text-align: center;
    font-weight:500;
    border: 1px solid #bdbdbd;
    font-size: 18px;
    padding: 3px 5px;
    margin-left: 10px;
  }
  .customized-page .init-6 .container .list {
    margin-top: 120px;
  }
  .customized-page .init-6 .container .list .title_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .customized-page .init-6 .container .list .title_cont > span {
    font-weight:bold;
    font-size: 24px;
    text-transform: uppercase;
  }
  .customized-page .init-6 .container .list .title_cont .cont {
    margin-left: 50px;
    padding: 12px 25px;
    border: #bdbdbd solid 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-width: 300px;
  }
  .customized-page .init-6 .container .list .title_cont .cont span,.customized-page .init-6 .container .list .title_cont .cont input {
    margin-left: 10px;
    position: relative;
    top: 3px;
    font-size: 16px;
  }
  .customized-page .init-6 .container .list.list_c_list_2 .title_cont .cont{
    border: none;
  }
  .customized-page .init-6 .container .list .title_cont .cont input{
    margin-top: -5px;
    font-weight:500;
    border: #bdbdbd solid 1px;
    padding: 3px 10px;
  }
  .customized-page .init-6 .container .list .list_cont {
    margin: 0 -10px;
    margin-top: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .customized-page .init-6 .container .list .list_cont .list_2 {
    padding: 0 10px;
    margin-top: 35px;
  }
  .customized-page .init-6 .container .list .list_cont .list_2 .box {
    cursor: pointer;
  }
  .customized-page .init-6 .container .list .list_cont .list_2 .box .img {
    height: 300px;
  }
  .customized-page .init-6 .container .list .list_cont .list_2 .box .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .customized-page .init-6 .container .list .list_cont .list_2 .box .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 25px;
  }
  .customized-page .init-6 .container .list .list_cont .list_2 .box .text span {
    position: relative;
    top: 3px;
    font-size: 16px;
    font-weight:500;
    margin-left: 6px;
  }
  .customized-page .init-6 .container .list .three .list_2 {
    width: 33.33%;
  }
  .customized-page .init-6 .container .list .four .list_2 {
    width: 25%;
  }
  .customized-page .init-6 .container .list .four .list_2 .box .img {
    height: 255px;
  }
  .customized-page .init-6 .container .list .three_2 .list_2 .box .text {
    margin-top: 0;
  }
  .customized-page .init-6 .container .list .three_2 .list_2 .box .img {
    height: 200px;
    margin-top: 20px;
  }
  .customized-page .init-6 .container .list .three_2 .list_2:nth-child(1) {
    width: 35%;
  }
  .customized-page .init-6 .container .list .three_2 .list_2:nth-child(2) {
    width: 44%;
  }
  .customized-page .init-6 .container .list .three_2 .list_2:nth-child(3) {
    width: 21%;
  }
  .customized-page .init-7 {
    margin-top: 110px;
  }
  .customized-page .init-7 .container form {
    max-width: 950px;
    width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .customized-page .init-7 .container form input {
    margin-top: 20px;
    padding: 15px 0;
    border: none;
    border-bottom: #000 solid 2px;
    color: #000;
    font-size: 16px;
    font-weight:500;
    width: 49%;
  }
  .customized-page .init-7 .container form input::-webkit-input-placeholder {
    color: #000;
  }
  .customized-page .init-7 .container form input:-ms-input-placeholder {
    color: #000;
  }
  .customized-page .init-7 .container form input::-ms-input-placeholder {
    color: #000;
  }
  .customized-page .init-7 .container form input::placeholder {
    color: #000;
  }
  .customized-page .init-7 .container form .mail {
    width: 100%;
  }
  .customized-page .init-7 .container form .shadow_input {
    display: none;
  }
  .customized-page .init-7 .container form .list {
    width: 100%;
    font-size: 16px;
  }
  .customized-page .init-7 .container form .list .tip {
    font-weight:500;
    font-weight: bold;
    margin-top: 30px;
    position: relative;
  }
  .customized-page .init-7 .container form .list .text {
    position: relative;
    cursor: pointer;
    width: 100%;
    height: 46px;
    border: 1px solid #dadada;
    margin-top: 10px;
    line-height: 46px;
    padding-left: 15px;
    font-weight:500;
    color: #313131;
    font-size: 16px;
  }
  .customized-page .init-7 .container form .list .text span{
    cursor: pointer;
  }
  
  .customized-page .init-7 .container form .list .text input{
    cursor: pointer;
  }
  .customized-page .init-7 .container form .list input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin-top: 0;
    padding: 0;
    opacity: 0;
  }
  .customized-page .init-7 .container form .list .content {
    width: 100%;
    padding: 10px 15px;
    margin-top: 10px;
    border: 1px solid #dadada;
    font-weight:500;
  }
  .customized-page .init-7 .container form .submit_btn {
    overflow: hidden;
    background-color: #000;
    border-radius: 5px;
    border: 1px solid #000;
    cursor: pointer;
    width: 230px;
    height: 40px;
    line-height: 40px;
    margin: auto;
    margin-top: 40px;
  }
  .customized-page .init-7 .container form .submit_btn::before {
    display: none;
  }
  .environment-page {
    padding-bottom: 120px;
  }
  .environment-page .init-1 {
    margin-top: 100px;
  }
  .environment-page .init-1 .container img {
    width: 720px;
    display: block;
    margin: auto;
  }
  .environment-page .init-1 .container video{
    width: 720px;
    display: block;
    margin: auto;
    max-width: 100%;
  }
  .environment-page .init-1 .container .des {
    font-size: 36px;
    color: rgba(0, 0, 0, 0.6);
    font-weight:500;
    width: 900px;
    max-width: 100%;
    text-align: center;
    margin: auto;
    margin-top: 50px;
  }
  .environment-page .init-2 .container {
    width: 100%;
  }
  .environment-page .init-2 .container .list {
    padding: 50px 0;
    position: relative;
    margin-top: 180px;
  }
  .environment-page .init-2 .container .list .sub_div {
    position: absolute;
    width: 65%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #f5f5f5;
  }
  .environment-page .init-2 .container .list .cont {
    position: relative;
    z-index: 2;
    margin: auto;
    width: 1400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .environment-page .init-2 .container .list .cont .left {
    width: 48%;
  }
  .environment-page .init-2 .container .list .cont .left .top {
    font-size: 36px;
    font-weight:bold;
    text-transform: uppercase;
  }
  .environment-page .init-2 .container .list .cont .left .bottom {
    font-size: 18px;
    font-weight:500;
    color: #666666;
    margin-top: 15px;
  }
  .environment-page .init-2 .container .list .cont .right {
    width: 48%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .environment-page .init-2 .container .list .cont .right .img {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    width: 53%;
  }
  .environment-page .init-2 .container .list .cont .right .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .environment-page .init-2 .container .list .cont .right .sub_img {
    width: 47%;
  }
  .environment-page .init-2 .container .list:nth-child(2n) .sub_div {
    left: inherit;
    right: 0;
  }
  .environment-page .init-2 .container .list:nth-child(2n) .cont .right {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .environment-page .init-2 .container .list:nth-child(2n) .cont .right > img {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .environment-page .init-2 .container .list:hover .cont .right .img {
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
  }
  .environment-page .init-3 {
    margin-top: 120px;
  }
  .environment-page .init-3 .container {
    width: 745px;
    max-width: 100%;
  }
  .environment-page .init-3 .container .list {
    margin-top: 20px;
  }
  .environment-page .init-3 .container .list .title {
    font-weight:bold;
    font-size: 18px;
    line-height: 32px;
    text-transform: uppercase;
  }
  .environment-page .init-3 .container .list .des {
    font-size: 16px;
    line-height: 30px;
    font-weight:500;
    color: #666666;
    margin-top: 10px;
    padding-left: 10px;
  }
  .environment-page .init-4 {
    padding: 110px 0;
    background-color: #f5f5f5;
    margin-top: 140px;
  }
  .environment-page .init-4 .container .tip_title {
    font-size: 36px;
    font-weight:bold;
    text-align: center;
    text-transform: uppercase;
  }
  .environment-page .init-4 .container .swiper {
    margin-top: 80px;
  }
  .environment-page .init-4 .container .swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .environment-page .init-5 {
    margin-top: 150px;
  }
  .environment-page .init-5 .container .swiper {
    width: 990px;
    max-width: 100%;
    margin: auto;
  }
  .environment-page .init-5 .container .swiper .swiper-wrapper .swiper-slide .img {
    height: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .environment-page .init-5 .container .swiper .swiper-wrapper .swiper-slide .img img {
    max-width: 100%;
    min-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .environment-page .init-5 .container .swiper .swiper-wrapper .swiper-slide .title {
    margin-top: 25px;
    font-size: 24px;
    font-weight:500;
    font-weight: bold;
    line-height: 1.2;
  }
  .environment-page .init-5 .container .swiper .swiper-wrapper .swiper-slide .des {
    font-size: 18px;
    margin-top: 10px;
    font-weight:500;
    color: #666666;
  }
  .solution-page {
    padding: 130px 0;
  }
  .solution-page .init-1 .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .solution-page .init-1 .container .left {
    width: 51%;
    margin-left: 0;
  }
  .solution-page .init-1 .container .left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .solution-page .init-1 .container .left .swiper-pagination .swiper-pagination-bullet{
    border: 1px solid #000;
    width: 10px;
    height: 10px;
    opacity: 1;
    margin: 0 5px;
    background-color: #fff;
  }
  .solution-page .init-1 .container .left .swiper-pagination .swiper-pagination-bullet-active{
    background: #000;
  }
  .solution-page .init-1 .container .right {
    width: 43%;
  }
  .solution-page .init-1 .container .right .title {
    font-size: 30px;
    font-weight:bold;
    text-transform: uppercase;
  }
  .solution-page .init-1 .container .right .des {
    font-size: 18px;
    color: #666666;
    font-weight:500;
    margin-top: 10px;
  }
  .solution-page .init-1 .container .right form input {
    font-size: 16px;
    font-weight:500;
    margin-top: 20px;
    padding: 15px 0;
    border: none;
    border-bottom: 1px solid #000;
    width: 100%;
  }
  .solution-page .init-1 .container .right form input::-webkit-input-placeholder {
    color: #000;
  }
  .solution-page .init-1 .container .right form input:-ms-input-placeholder {
    color: #000;
  }
  .solution-page .init-1 .container .right form input::-ms-input-placeholder {
    color: #000;
  }
  .solution-page .init-1 .container .right form input::placeholder {
    color: #000;
  }
  .solution-page .init-1 .container .right form .text {
    margin-top: 35px;
  }
  .solution-page .init-1 .container .right form .text .tip {
    font-size: 16px;
    font-weight:500;
  }
  .solution-page .init-1 .container .right form .text textarea {
    padding: 15px;
    margin-top: 10px;
    border: 1px solid #dadada;
    width: 100%;
    font-weight:500;
    font-size: 14px;
  }
  .solution-page .init-1 .container .right form .submit_btn {
    background-color: #000;
    width: 230px;
    height: 48px;
    border-radius: 5px;
    overflow: hidden;
    border: #000 solid 1px;
    margin-top: 35px;
    cursor: pointer;
  }
  .solution-page .init-1 .container .right form .submit_btn::before {
    display: none;
  }
  .solution-page .init-2 {
    margin-top: 200px;
  }
  .solution-page .init-2 .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .solution-page .init-2 .container .left {
    width: 43%;
  }
  .solution-page .init-2 .container .left .tip {
    font-size: 30px;
    font-weight:bold;
    text-transform: uppercase;
  }
  .solution-page .init-2 .container .left .des {
    margin-top: 30px;
    color: #666666;
    font-size: 18px;
    font-weight:500;
    line-height: 2;
  }
  .solution-page .init-2 .container .left .more {
    margin-left: 23px;
    margin-top: 80px;
    color: #000;
    border-color: #000;
    width: 356px;
    height: 50px;
  }
  .solution-page .init-2 .container .left .more::before {
    background-color: #000;
  }
  .solution-page .init-2 .container .left .more::after {
    background-color: #000;
  }
  .solution-page .init-2 .container .left .more:hover {
    color: #fff;
  }
  .solution-page .init-2 .container .right {
    width: 51%;
  }
  .competence-page {
    padding-bottom: 50px;
  }
  .competence-page .init-1 {
    margin-top: 40px;
  }
  .competence-page .init-1 .container .list {
    margin-top: 55px;
    text-align: center;
  }
  .competence-page .init-1 .container .list .tip_title {
    font-weight:bold;
    font-size: 30px;
    text-transform: uppercase;
  }
  .competence-page .init-1 .container .list .des {
    font-size: 18px;
    font-weight:500;
    color: #666666;
    margin-top: 20px;
    line-height: 2;
  }
  .competence-page .init-1 .container .list .img_c {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .competence-page .init-1 .container .list .img_c a {
    margin-top: 20px;
  }
  .competence-page .init-1 .container .list .img_c_2 {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .competence-page .init-1 .container .list .img_c_2 .img-box:last-child {
    margin-left: 80px;
  }
  .competence-page .init-2 {
    padding: 100px 0;
    margin-top: 120px;
    background-color: #f2f2f2;
  }
  .competence-page .init-2 .container .tip_title {
    font-size: 30px;
    font-weight:bold;
    text-align: center;
    text-transform: uppercase;
  }
  .competence-page .init-2 .container .swiper {
    margin-top: 55px;
  }
  .competence-page .init-2 .container .swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .competence-page .init-3 .container .list {
    margin-top: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .competence-page .init-3 .container .list .left {
    width: 48%;
  }
  .competence-page .init-3 .container .list .left img {
    max-width: 80px;
  }
  .competence-page .init-3 .container .list .left .title {
    font-size: 24px;
    font-weight:bold;
    margin-top: 30px;
    text-transform: uppercase;
  }
  .competence-page .init-3 .container .list .left .des {
    font-size: 18px;
    font-weight:500;
    color: #666666;
    margin-top: 20px;
    line-height: 2;
  }
  .competence-page .init-3 .container .list .right {
    width: 48%;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  .competence-page .init-3 .container .list:nth-child(2n) .left {
    padding-left: 30px;
  }
  .competence-page .init-3 .container .list:nth-child(2n) .right {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .competence-page .init-3 .container .list:hover .right {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  }
  .competence-page .init-4 {
    margin-top: 150px;
    padding: 200px 0;
    background-image: url(../images/competence_21.jpg);
    background-size: cover;
    background-position: center center;
  }
  .competence-page .init-4 .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #fff;
  }
  .competence-page .init-4 .container .left {
    width: 430px;
  }
  .competence-page .init-4 .container .left .title_1 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight:bold;
  }
  .competence-page .init-4 .container .left .title_2 {
    font-weight:bold;
    font-size: 48px;
    margin-top: 10px;
    text-transform: uppercase;
  }
  .competence-page .init-4 .container .left .des {
    margin-top: 20px;
    font-size: 18px;
  }
  .competence-page .init-4 .container .right {
    margin-left: 140px;
    margin-top: 45px;
    width: 220px;
    height: 50px;
  }
  .contact-page .init-1 {
    margin-top: 120px;
  }
  .contact-page .init-1 .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contact-page .init-1 .container .left {
    width: 41%;
  }
  .contact-page .init-1 .container .left .title {
    font-size: 30px;
    line-height: 50px;
    font-weight:bold;
    text-transform: uppercase;
  }
  .contact-page .init-1 .container .left .des {
    font-size: 18px;
    font-weight:500;
    color: #666666;
    margin-top: 10px;
    line-height: 2;
  }
  .contact-page .init-1 .container .left img {
    margin-top: 50px;
    width: 100%;
  }
  .contact-page .init-1 .container .right {
    margin-top: 65px;
    width: 53%;
  }
  .contact-page .init-1 .container .right .cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contact-page .init-1 .container .right .cont .s_right {
    width: 395px;
  }
  .contact-page .init-1 .container .right .cont .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .contact-page .init-1 .container .right .cont .list .img {
    margin-top: 8px;
    min-width: 22px;
  }
  .contact-page .init-1 .container .right .cont .list .img img {
    max-width: 100%;
  }
  .contact-page .init-1 .container .right .cont .list .text {
    margin-left: 15px;
    font-size: 18px;
    font-weight:500;
    color: #5d5d5d;
    line-height: 2;
  }
  .contact-page .init-1 .container .right form {
    margin-top: 30px;
  }
  .contact-page .init-1 .container .right form .list {
    margin-top: 20px;
  }
  .contact-page .init-1 .container .right form .list .tip {
    font-size: 18px;
    font-weight:500;
    font-weight: bold;
  }
  .contact-page .init-1 .container .right form .list input,
  .contact-page .init-1 .container .right form .list textarea {
    background-color: #f7f7f7;
    margin-top: 5px;
    padding: 15px;
    border: none;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    font-weight:500;
    color: #b0b0b0;
  }
  .contact-page .init-1 .container .right form .list .upload_cont {
    position: relative;
    padding: 15px;
    font-size: 16px;
    font-weight:500;
    background-color: #f7f7f7;
    color: #b0b0b0;
    margin-top: 5px;
  }
  .contact-page .init-1 .container .right form .list .upload_cont input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin-top: 0;
    opacity: 0;
  }
  .contact-page .init-1 .container .right form .form_des {
    font-size: 18px;
    line-height: 32px;
    color: #b0b0b0;
    font-weight:500;
    font-weight: bold;
    margin-top: 20px;
  }
  .contact-page .init-1 .container .right form .submit_btn {
    /*background-color: #000;
    border-color: #000;*/
    border-radius: 5px;
    cursor: pointer;
    /*width: 180px;
    height: 50px;*/
    overflow: hidden;
    margin-top: 50px;
  }
  /*.contact-page .init-1 .container .right form .submit_btn::before {
    display: none;
  }*/
  .contact-page .init-1 .container .right{
    position: relative;
  }
  .contact-page .init-1 .container .right #ewm{
    width: 120px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fff;
    border: 1px solid #ccc;
    padding: 4px;
  }
  .contact-page .init-1 .container .right #ewm img,.contact-page .init-1 .container .right canvas{
    display: block;
    width: 100%;
  }
  .contact-page .init-2 {
    margin-top: 185px;
    position: relative;
    z-index: 2;
  }
  .contact-page .init-2 .container {
    padding: 0;
    width: 100%;
  }
  .about-page {
    padding-top: 120px;
    padding-bottom: 90px;
  }
  .about-page .init-1 .container .title {
    text-align: center;
    font-size: 48px;
    font-weight:bold;
    text-transform: uppercase;
  }
  .about-page .init-1 .container .des {
    font-size: 18px;
    color: #666666;
    font-weight:500;
    line-height: 2;
    margin-top: 20px;
  }
  .about-page .init-1 .container img {
    /*width: 655px;*/
    max-width: 100%;
    margin: auto;
    margin-top: 60px;
    display: block;
  }
  .about-page .init-2 {
    margin-top: 130px;
  }
  .about-page .init-2 .container {
    position: relative;
    width: 100%;
  }
  .about-page .init-2 .container .sub_line {
    width: 100%;
    background-color: #e6e6e6;
    height: 1px;
  }
  .about-page .init-2 .container .swiper {
    width: 1400px;
    margin: auto;
    margin-top: -9px;
  }
  .about-page .init-2 .container .swiper .swiper-wrapper .swiper-slide .cir {
    width: 17px;
    height: 17px;
    background-color: #e6e6e6;
    border-radius: 50%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  .about-page .init-2 .container .swiper .swiper-wrapper .swiper-slide .cir div {
    width: 9px;
    height: 9px;
    background-color: #fff;
    border-radius: 50%;
  }
  .about-page .init-2 .container .swiper .swiper-wrapper .swiper-slide .title {
    font-size: 24px;
    font-weight:bold;
    margin-top: 25px;
  }
  .about-page .init-2 .container .swiper .swiper-wrapper .swiper-slide .des {
    font-size: 18px;
    color: #5d5d5d;
    font-weight:500;
    margin-top: 20px;
    word-break: break-word;
  }
  .about-page .init-2 .container .swiper .swiper-wrapper .swiper-slide:hover .cir {
    background-color: #000;
  }
  .about-page .init-3 {
    padding: 70px 0;
    background-color: #eeeeee;
    margin-top: 130px;
  }
  .about-page .init-3 .container .tip_title {
    font-size: 48px;
    font-weight:bold;
    text-align: center;
    text-transform: uppercase;
  }
  .about-page .init-3 .container .swiper {
    margin-top: 70px;
  }
  .about-page .init-3 .container .swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
  }
  .about-page .init-4 {
    margin-top: 130px;
    font-size: 48px;
  }
  .about-page .init-4 .container .prev,
  .about-page .init-4 .container .next {
    width: 34px;
    height: 34px;
    -webkit-filter: brightness(0);
    filter: brightness(0);
    cursor: pointer;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    border-radius: 50%;
    position: absolute;
    top: 40%;
    right: -65px;
    overflow: hidden;
    padding: 2px;
  }
  .about-page .init-4 .container .prev:hover,
  .about-page .init-4 .container .next:hover {
    border-radius: 20%;
    background-color: #000;
    -webkit-filter: brightness(1);
    filter: brightness(1);
  }
  .about-page .init-4 .container .video_cont{
    position: relative;
    width: 100%;
    margin-top: 30px;
  }
  .about-page .init-4 .container #video{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .about-page .init-4 .container #video video{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .about-page .init-4 .container .video_cont .swiper{
    padding: 5px;
    width: 520px;
    margin: auto;
    margin-top: -130px;
  }
  
  .about-page .init-4 .container .video_cont .swiper .swiper-wrapper .swiper-slide{
    height: 90px;
    border: 1px solid #fff;
    cursor: pointer;
  }
  
  .about-page .init-4 .container .video_cont .swiper .swiper-wrapper .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .about-page .init-4 .container .contain{
    position: relative;
  }
  .about-page .init-4 .container .prev {
    left: -65px;
  }
  .about-page .init-4 .container .tip_title {
    font-weight:bold;
    text-align: center;
    text-transform: uppercase;
  }
  .about-page .init-4 .container .swiper {
    margin-top: 60px;
  }
  .about-page .init-4 .container .swiper .swiper-wrapper .swiper-slide .img-box {
    width: 100%;
    display: block;
  }
  .about-page .init-4 .container .swiper .swiper-wrapper .swiper-slide a {
    display: block;
    width: 100%;
  }
  .about-page .init-4 .container .swiper .swiper-wrapper .swiper-slide .img {
    height: 325px;
  }
  .about-page .init-4 .container .swiper .swiper-wrapper .swiper-slide .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .about-page .init-4 .container .swiper .swiper-wrapper .swiper-slide .text {
    text-align: center;
    margin-top: 25px;
    font-size: 18px;
    font-weight:bold;
    text-transform: uppercase;
  }
  .about-page .init-5 {
    margin-top: 140px;
  }
  .about-page .init-5 .container {
    position: relative;
  }
  .about-page .init-5 .container .tip_title {
    font-weight:bold;
    font-size: 48px;
    text-transform: uppercase;
    text-align: center;
  }
  .about-page .init-5 .container .list_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .about-page .init-5 .container .list{
    margin-top: 30px;
  }
  .about-page .init-5 .container .list ul{
    margin-right: -20px;
  }
  .about-page .init-5 .container .list ul li{
    padding-right: 20px;
  }
  .about-page .init-5 .container .list ul li .img-box img{
    width: 100%;
  }
  .about-page .init-5 .container .list_cont a {
    margin-top: 30px;
    border-color: #000;
    color: #fff;
    color: #000;
    width: 24%;
    height: 335px;
    display: block;
  }
  .about-page .init-5 .container .list_cont a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .about-page .init-5 .container .list_cont a::before {
    background-color: #000;
  }
  .about-page .init-5 .container .list_cont a::after {
    background-color: #000;
  }
  .about-page .init-5 .container .list_cont a:hover {
    color: #fff;
  }
  .about-page .init-5 .container .listc{
  
  }
  .about-page .init-5 .container .img_cont {
    margin-top: 50px;
    background-image: url(../images/about_7.jpg);
    padding: 260px 40px 90px 40px;
    color: #fff;
    display: none;
  }
  .about-page .init-5 .container .img_cont:first-child{
    display: block;
  }
  .about-page .init-5 .container .img_cont .title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight:bold;
  }
  .about-page .init-5 .container .img_cont .des {
    margin-top: 15px;
    font-weight:500;
    font-size: 18px;
    width: 760px;
    max-width: 100%;
  }
  .about-page .init-6 {
    margin-top: 75px;
  }
  .about-page .init-6 .container .tip_title {
    font-weight:bold;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    text-transform: uppercase;
  }
  .about-page .init-6 .container .list_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .about-page .init-6 .container .list_cont .list {
    font-size: 18px;
    line-height: 32px;
    margin: 10px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .about-page .init-6 .container .list_cont .list .text {
    margin-left: 10px;
  }
  
  /*about页面新增样式*/
  .about-page .about-4 {
    padding: 100px 0;
    overflow: hidden;
    background: var(--white);
  }
  
  .about-page .about-4 .text {
    margin-top: 15px;
  }
  
  .about-page .about-4 .offerBox .swiper-container {
    padding: 85px 20px 0;
  }
  .about-page .about-4 .offerBox .swiper-container .swiper-wrapper{
    overflow: hidden;
  }
  .about-page .about-4 .offerBox .swiper-slide:hover span {
    background: url(../images/offer-h.png) no-repeat center center;
  }
  .about-page .about-4 .offerBox .swiper-slide:hover span::after {
    opacity: 1;
  }
  .about-page .about-4 .offerBox .swiper-slide:hover h4 {
    color: var(--primary);
  }
  .about-page .about-4 .offerBox .swiper-slide span {
    width: 72px;
    height: 73px;
    display: inline-block;
    position: relative;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .about-page .about-4 .offerBox .swiper-slide span::after {
    position: absolute;
    content: "";
    width: 26px;
    height: 26px;
    border-radius: 100%;
    background: var(--primary);
    left: -10px;
    top: -10px;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .about-page .about-4 .offerBox .swiper-slide{
    padding: 10px 0 0 10px;
  }
  .about-page .about-4 .offerBox .swiper-slide h4 {
    font-size: 18px;
    line-height: 32px;
    font-weight: 900;
    margin: 24px 0 12px;
    text-transform: uppercase;
  }
  .about-page .about-4 .offerBox .swiper-slide p {
    font-size: 16px;
    line-height: 30px;
  }
  .about-page .about-4 .offerBox .swiper-slide:nth-child(1) span{
    background: url(/ailiman-fitnesssport/2023/03/03/1-1.png) no-repeat center center;
  }
  .about-page .about-4 .offerBox .swiper-slide:nth-child(1):hover span{
    background: url(/ailiman-fitnesssport/2023/03/03/1-1.png) no-repeat center center;
  }
  .about-page .about-4 .offerBox .swiper-slide:nth-child(2) span{
    background: url(/ailiman-fitnesssport/2023/03/03/2.png) no-repeat center center;
  }
  .about-page .about-4 .offerBox .swiper-slide:nth-child(2):hover span{
    background: url(/ailiman-fitnesssport/2023/03/03/2.png) no-repeat center center;
  }
  .about-page .about-4 .offerBox .swiper-slide:nth-child(3) span{
    background: url(/ailiman-fitnesssport/2023/03/03/3-1.png) no-repeat center center;
  }
  .about-page .about-4 .offerBox .swiper-slide:nth-child(3):hover span{
    background: url(/ailiman-fitnesssport/2023/03/03/3-1.png) no-repeat center center;
  }
  .about-page .about-4 .offerBox .swiper-slide:nth-child(4) span{
    background: url(/ailiman-fitnesssport/2023/03/03/4-1.png) no-repeat center center;
  }
  .about-page .about-4 .offerBox .swiper-slide:nth-child(4):hover span{
    background: url(/ailiman-fitnesssport/2023/03/03/4-1.png) no-repeat center center;
  }
  .about-page .about-4 .offerBox .swiper-slide:nth-child(5) span{
    background: url(/ailiman-fitnesssport/2023/03/03/5.png) no-repeat center center;
  }
  .about-page .about-4 .offerBox .swiper-slide:nth-child(5):hover span{
    background: url(/ailiman-fitnesssport/2023/03/03/5.png) no-repeat center center;
  }
  .about-page .about-4 .offerBox .swiper-slide:nth-child(6) span{
    background: url(/ailiman-fitnesssport/2023/03/03/6.png) no-repeat center center;
  }
  .about-page .about-4 .offerBox .swiper-slide:nth-child(6):hover span{
    background: url(/ailiman-fitnesssport/2023/03/03/6.png) no-repeat center center;
  }
  .about-page .about-4 .offerBox .swiper-slide:nth-child(7) span{
    background: url(/ailiman-fitnesssport/2023/03/03/7.png) no-repeat center center;
  }
  .about-page .about-4 .offerBox .swiper-slide:nth-child(7):hover span{
    background: url(/ailiman-fitnesssport/2023/03/03/7.png) no-repeat center center;
  }
  .about-page .about-4 .offerBox .swiper-slide:nth-child(8) span{
    background: url(/ailiman-fitnesssport/2023/03/03/8.png) no-repeat center center;
  }
  .about-page .about-4 .offerBox .swiper-slide:nth-child(8):hover span{
    background: url(/ailiman-fitnesssport/2023/03/03/8.png) no-repeat center center;
  }
  
  .about-page .about-4 .list {
    margin-top: 25px;
    position: relative;
  }
  
  .about-page .about-4 h2{
    color: var(--black);
    display: block;
      font-weight: 700;
      font-size: 46px;
  }
  .about-page .about-4 .text{
    color: var(--black);
    font-size: 18px;
    line-height: 32px;
  }
  
  .about-page .about-4 .list ul {
    margin: 0 -20px;
  }
  
  .about-page .about-4 .list ul li {
    padding: 0 20px;
  }
  
  .about-page .about-4 .list ul li .box {
    display: block;
    padding: 25px 15px 35px;
    position: relative;
    z-index: 1;
  }
  
  .about-page .about-4 .list ul li .box:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    z-index: -1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  
  .about-page .about-4 .list ul li .box i.icon {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    display: block;
    height: 72px;
  }
  
  .about-page .about-4 .list ul li .box h6 {
    display: block;
    font-weight: normal;
    font-size: 24px;
    color: var(--primary);
    line-height: 1;
    padding: 15px 0;
    border-bottom: 1px solid #ececec;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  
  .about-page .about-4 .list ul li .box .content {
    display: block;
    margin: 25px 0;
    font-size: 17px;
    line-height: 1.8;
    font-weight: 300;
    height: 201.6px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
    color: black;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  
  .about-page .about-4 .list ul li .box i.fa {
    font-weight: bold;
    font-size: 72px;
    max-height: 20px;
    display: block;
    color: var(--primary);
    line-height: 1;
    font-family: "Swis721 Cn BT";
    margin-left: 12px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  
  .about-page .about-4 .list ul li .box i.fa:after {
    content: '”';
  }
  
  .about-page .about-4 .list ul li .box:hover:after {
    background: #1e6ba1;
    opacity: .9;
  }
  
  .about-page .about-4 .list ul li .box:hover i.icon {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
  
  .about-page .about-4 .list ul li .box:hover h6,
  .about-page .about-4 .list ul li .box:hover .content,
  .about-page .about-4 .list ul li .box:hover i.fa {
    color: white;
  }
  
  .about-page .about-5 {
    padding: 100px 0;
  }
  .about-page .about-5 .ui.container{
    max-width: 1200px;
    width: 100%;
  }
  .about-page .about-5 .left {
    width: 50%;
    vertical-align: middle;
    padding-right: 50px;
  }
  .about-page .about-5 .right {
    width: 50%;
    vertical-align: middle;
    padding-left: 50px;
  }
  .about-page .about-5 .images {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .about-page .about-5 .images .img {
    -webkit-box-shadow: 0 30px 70px rgba(0, 0, 0, 0.15);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.15);
  }
  .about-page .about-5 .images .img.pa {
    left: 130px;
  }
  
  .news-page {
    padding-top: 40px;
    padding-bottom: 130px;
  }
  .news-page .container {
    margin: 0 auto;
  }
  .news-page .container .box_cont {
    margin: 0 -20px;
  }
  .news-page .container .box_cont .column {
    padding: 0 20px;
    margin-top: 90px;
  }
  .news-page .container .box_cont .column .box {
    -webkit-box-shadow: 0 10px 21px 0 rgba(0, 0, 0, 0);
    box-shadow: 0 10px 21px 0 rgba(0, 0, 0, 0);
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  .news-page .container .box_cont .column .box a {
    display: block;
  }
  .news-page .container .box_cont .column .box .sub_img {
    position: absolute;
    width: 35px;
    height: 35px;
    top: 22px;
    right: 22px;
    z-index: 2;
  }
  .news-page .container .box_cont .column .box .img {
    overflow: hidden;
    position: relative;
    height: 100%;
  }
  .news-page .container .box_cont .column .box .img .img_1 {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  .news-page .container .box_cont .column .box .img:hover .img_1 {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
  }
  .news-page .container .box_cont .column .box .cont {
    padding: 30px 20px;
  }
  .news-page .container .box_cont .column .box .cont .title {
    font-size: 24px;
    font-weight:500;
    line-height: 1.4;
    height: 100px;
  }
  .news-page .container .box_cont .column .box .cont .des {
    margin-top: 15px;
    font-size: 16px;
    line-height: 30px;
    color: #878787;
    font-weight:500;
  }
  .news-page .container .box_cont .column .box .cont .time {
    margin-top: 20px;
    font-size: 14px;
    line-height: 28px;
    font-weight:500;
  }
  .news-page .container .box_cont .column:hover .box {
    -webkit-box-shadow: 0 10px 21px 0 rgba(0, 0, 0, 0.17);
    box-shadow: 0 10px 21px 0 rgba(0, 0, 0, 0.17);
  }
  .m-page {
    margin-top: 40px;
  }
  .m-page .wp-pagenavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .m-page .wp-pagenavi span,
  .m-page .wp-pagenavi a {
    margin: 5px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    font-size: 16px;
    font-weight:500;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  .m-page .wp-pagenavi span.current,
  .m-page .wp-pagenavi a.current {
    color: #fff;
    background-color: #000;
  }
  .m-page .wp-pagenavi span:hover,
  .m-page .wp-pagenavi a:hover {
    color: #fff;
    background-color: #000;
  }
  .newdet-page {
    padding: 70px 0;
  }
  .newdet-page .container .title {
    font-size: 36px;
    line-height: 1.4;
    text-align: center;
    font-weight:bold;
    text-transform: uppercase;
  }
  .newdet-page .container .time {
    margin-top: 20px;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
  }
  .newdet-page .container .content {
    padding: 20px 0;
    margin: 40px 0;
    border-top: 1px #666 dashed;
    border-bottom: 1px #666 dashed;
    text-align: left;
    font-size: 18px;
    color: #000;
    line-height: 2;
  }
  .m-link {
    margin-top: 40px;
  }
  .m-link a {
    display: block;
    margin-top: 5px;
    font-size: 16px;
    line-height: 2;
  }
  #related_product {
    margin-top: 60px;
  }
  #related_product .tip_title {
    font-size: 36px;
    text-align: center;
    font-weight:bold;
  }
  #related_product .swiper {
    margin-top: 40px;
  }
  #related_product .swiper .swiper-wrapper .swiper-slide {
    padding: 20px 30px;
  }
  #related_product .swiper .swiper-wrapper .swiper-slide a {
    display: block;
  }
  #related_product .swiper .swiper-wrapper .swiper-slide .img {
    height: 250px;
  }
  #related_product .swiper .swiper-wrapper .swiper-slide .img img {
    width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  #related_product .swiper .swiper-wrapper .swiper-slide .text {
    margin-top: 20px;
    font-size: 16px;
    text-align: center;
  }
  .product-page {
    padding-bottom: 120px;
  }
  .pro-single-page{
    margin-top: 107px;
  }
  .product-page .init-1 {
    padding: 40px;
    /*padding: 110px 0;*/
    background-color: #fafafa;
    border-radius: 20px;
  }
  .product-page .init-1 .container .tip_title {
    font-size: 30px;
    font-weight:bold;
    /*text-align: center;*/
    text-transform: uppercase;
    line-height: 1.6;
  }
  .product-page .init-1 .container .des {
    /*width: 910px;
    margin: auto;*/
    margin-top: 10px;
    font-size: 18px;
    color: #000000;
    /*text-align: center;*/
    font-weight:400;
    line-height: 2;
    max-height: 280px;
    overflow-y: scroll;
  }
  .product-page .init-2 {
    margin-top: 100px;
  }
  .product-page .init-2 .container .list_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product-page .init-2 .container .list_cont .list {
    width: 50%;
    padding: 0 15px;
    height: 430px;
    position: relative;
    margin-top: 30px;
  }
  .product-page .init-2 .container .list_cont .list .box {
    padding: 10px;
    text-align: center;
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
  }
  .product-page .init-2 .container .list_cont .list .box img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
  }
  .product-page .init-2 .container .list_cont .list .box .img_2 {
    width: 40px;
    height: 40px;
    left: inherit;
    right: 20px;
    top: 20px;
  }
  .product-page .init-2 .container .list_cont .list .box div {
    position: relative;
    z-index: 2;
    background-color: #fff;
    padding: 10px 15px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight:bold;
  }
  .product-page .init-2 .container .list_cont .list:hover .box .img_1 {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
  }
  .product-page .init-2 .container .list_cont.box_cont .list {
    width: 33.33%;
    height: 370px;
  }
  .product-page .init-2 .container .list_cont.labels_cont .list {
    width: 33.333%;
  }
  .product-page .init-2 .container .list_cont.heat_cont .list {
    width: 50%;
  }
  .product-page .init-2 .container .list_cont.paper_cont .list {
    width: 50%;
  }
  .product-page .init-2 .container .list_cont.specialties_cont .list {
    width: 33.333%;
  }
  .product-page .init-2 .container .list_cont.variable_cont .list {
    width: 100%;
  }
  .product-page .init-2 .container .list_cont.baozhuang2_cont .list {
    width: 50%;
  }
  .product-page .init-2 .container .list_cont.biaoqian_cont .list {
    width: 33.33%;
  }
  .product-page .init-2 .container .list_cont.biaoqian_cont .list:nth-child(4) {
    width: 100%;
  }
  .product-page .init-2 .container .bag_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product-page .init-2 .container .bag_cont .list {
    width: 50%;
    padding: 0 15px;
    height: 430px;
    position: relative;
    margin-top: 30px;
  }
  .product-page .init-2 .container .bag_cont .list .box {
    padding: 10px;
    text-align: center;
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
  }
  .product-page .init-2 .container .bag_cont .list .box img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
  }
  .product-page .init-2 .container .bag_cont .list .box .img_2 {
    width: 40px;
    height: 40px;
    left: inherit;
    right: 20px;
    top: 20px;
  }
  .product-page .init-2 .container .bag_cont .list .box div {
    position: relative;
    z-index: 2;
    background-color: #fff;
    padding: 10px 15px;
    padding-bottom: 4px;
    font-size: 18px;
    font-weight:500;
  }
  .product-page .init-2 .container .bag_cont .list:hover .box .img_1 {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
  }
  .product-page .init-3 {
    margin-top: 130px;
  }
  .product-page .init-3 .container .tip_title {
    font-weight:bold;
    font-size: 36px;
    line-height: 1.4;
    text-transform: uppercase;
    text-align: center;
  }
  .product-page .init-3 .container .content {
    margin-top: 90px;
    position: relative;
  }
  .product-page .init-3 .container .content .next,
  .product-page .init-3 .container .content .prev {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 85px;
    right: 60px;
    border-radius: 50%;
    padding: 2px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    cursor: pointer;
  }
  .product-page .init-3 .container .content .next img,
  .product-page .init-3 .container .content .prev img {
    width: 100%;
    height: 100%;
    -webkit-filter: brightness(0);
    filter: brightness(0);
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  .product-page .init-3 .container .content .next:hover,
  .product-page .init-3 .container .content .prev:hover {
    background-color: #8ac340;
  }
  .product-page .init-3 .container .content .next:hover img,
  .product-page .init-3 .container .content .prev:hover img {
    -webkit-filter: brightness(1);
    filter: brightness(1);
  }
  .product-page .init-3 .container .content .prev {
    left: 60px;
  }
  .product-page .init-3 .container .content .swiper {
    width: 75%;
    margin: 0 auto;
    overflow: hidden;
  }
  .product-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide {
    position: relative;
    padding: 20px 50px;
  }
  .product-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .sub_div {
    background-color: #f6f6f5;
    position: absolute;
    width: 100%;
    height: 225px;
    bottom: 0;
    left: 0;
  }
  .product-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .img {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*height: 259px;*/
  }
  .product-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .img img {
    max-width: 100%;
    max-height: 112%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .product-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .text {
    position: relative;
    z-index: 2;
    margin-top: -9px;
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
    text-align: center;
    display: block;
    height: 90px;
  }
  .product-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .des {
    position: relative;
    z-index: 2;
    margin-top: 15px;
    font-size: 16px;
    font-weight:500;
    text-align: center;
  }
  .product-page .init-4 {
    margin-top: 140px;
    padding: 120px 0;
    background-image: url(/hypapercup/2023/03/13/p212.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
  }
  .product-page .init-4 .container {
    text-align: center;
    color: #fff;
  }
  .product-page .init-4 .container .tip_title {
    font-size: 48px;
    line-height: 1.2;
    font-weight:bold;
  }
  .product-page .init-4 .container .des {
    font-size: 18px;
    line-height: 32px;
    font-weight:500;
    margin-top: 20px;
  }
  .product-page .init-4 .container .more {
    margin: auto;
    margin-top: 70px;
    border: 1px solid #fff;
    color: var(--white);
  }
  .product-page .init-4 .container .more::after {
    width: 1px;
    height: 50px;
    left: 95px;
    top: -43px;
  }
  .product-page .init-5 {
    margin-top: 50px;
  }
  .product-page .init-5 .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 120px;
  }
  .product-page .init-5 .container .list {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 30%;
    border: #c1c1c1 solid 2px;
    border-radius: 5px;
    height: 330px;
  }
  .product-page .init-5 .container .list div img {
    display: block;
    margin: auto;
    max-width: 70px;
  }
  .product-page .init-5 .container .list div .text {
    font-size: 16px;
    font-weight:500;
    margin-top: 15px;
    text-align: center;
  }
  
  
  .product-page .pro_init_1 {
    padding-top: 80px;
  }
  
  .product-page .pro_init_1 .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .product-page .pro_init_1 .container .left {
    width: 49%;
    overflow: hidden;
  }
  
  .product-page .pro_init_1 .container .left .smallImg {
      width: 22.6%;
      float: left;
  }
  .product-page .pro_init_1 .container .left .smallImg ul {
      margin: -10px;
  }
  .product-page .pro_init_1 .container .left .smallImg ul li {
      padding: 10px;
  }
  .product-page .pro_init_1 .container .left .smallImg ul li a {
      display: block;
  }
  .product-page .pro_init_1 .container .left .smallImg ul li a img {
      display: block;
      width: 100%;
      border: 1px solid #dcdcdc;
  }
  .product-page .pro_init_1 .container .left .bigImg {
      width: 77.4%;
      padding-left: 4%;
      display: inline-block;
  }
  .product-page .pro_init_1 .container .left .bigImg img{
      border: 1px solid #dcdcdc;
  }
  .product-page .pro_init_1 .container .left .bigImg .slick-arrow {
      width: 40px;
      height: 40px;
      background: #fffef9;
      color: transparent;
      font-size: 0;
      border: none;
      opacity: .8;
      cursor: pointer;
      z-index: 1;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      position: absolute;
      -webkit-transition: .5s;
      -moz-transition: .5s;
      transition: .5s;
  }
  .product-page .pro_init_1 .container .left .bigImg .slick-arrow:after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-filter: brightness(0);
      filter: brightness(0);
      background-size: 12px;
      background-repeat: no-repeat;
      background-position: center center;
  }
  .product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-prev {
      left: 12px;
  }
  .product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-prev:after {
      background-image: url("../images/banner-btn-l.png");
  }
  .product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-next {
      right: 12px;
  }
  .product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-next:after {
      background-image: url("../images/banner-btn-r.png");
  }
  .product-page .pro_init_1 .container .left .bigImg .slick-arrow:hover {
      background: var(--primary);
  }
  
  .product-page .pro_init_1 .container .left .big_img {
    width: 100%;
    display: block;
  }
  
  .product-page .pro_init_1 .container .left .big_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  
  .product-page .prodet-2 {
      padding: 90px 0;
  }
  .product-page .prodet-2 .options ul {
      border-bottom: 1px solid #d2d2d2;
  }
  .product-page .prodet-2 .options ul li {
      margin-right: 100px;
      font-size: 25px;
      color: #b7b7b7;
      display: inline-block;
      vertical-align: middle;
      position: relative;
      padding: 0 10px 10px;
      cursor: pointer;
      line-height: 1.2;
      -webkit-transition: .5s;
      -moz-transition: .5s;
      transition: .5s;
  }
  .product-page .prodet-2 .options ul li:after {
      content: '';
      height: 3px;
      width: 0;
      position: absolute;
      left: 0;
      bottom: -1px;
      -webkit-transition: .5s;
      -moz-transition: .5s;
      transition: .5s;
      background: var(--primary);
  }
  .product-page .prodet-2 .options ul li:hover,
  .product-page .prodet-2 .options ul li.active {
      color: #373330;
  }
  .product-page .prodet-2 .options ul li:hover:after,
  .product-page .prodet-2 .options ul li.active:after {
      width: 100%;
  }
  .product-page .prodet-2 .ret {
      margin-top: 50px;
  }
  .product-page .prodet-2 .ret .content {
      font-size: 18px;
      line-height: 1.8;
  }
  .product-page .prodet-2 .ret .content dl dd {
      margin-bottom: 20px;
      padding: 15px;
      border: 1px solid #eee;
      background: #f8f8f8;
  }
  .product-page .prodet-2 .ret .content dl dd h4 {
      font-size: 20px;
      line-height: 36px;
      font-weight: bold;
      margin-bottom: 10px;
  }
  .product-page .prodet-2 .ret .content dl dd .con {
      padding-top: 10px;
      border-top: 1px solid #eee;
      font-size: 18px;
      line-height: 1.8;
  }
  
  .product-page .form ul {
      margin: -17px;
  }
  .product-page .form ul li {
      padding: 17px;
  }
  .product-page .form ul li input,
  .product-page .form ul li textarea {
      width: 100%;
      line-height: 24px;
      padding: 18px;
      background: #ffffff;
      border: 1px solid #d2d2d2;
      font-size: 18px;
      -webkit-transition: .5s;
      -moz-transition: .5s;
      transition: .5s;
      text-align: left;
  }
  .product-page .form ul li input:focus,
  .product-page .form ul li textarea:focus {
      border-color: var(--color);
      background: rgba(130, 216, 205, 0.03);
  }
  .product-page .form ul li input::-webkit-input-placeholder, .product-page .form ul li textarea::-webkit-input-placeholder {
      color: #898989;
  }
  .product-page .form ul li input:-moz-placeholder, .product-page .form ul li textarea:-moz-placeholder {
      color: #898989;
  }
  .product-page .form ul li input::-moz-placeholder, .product-page .form ul li textarea::-moz-placeholder {
      color: #898989;
  }
  .product-page .form ul li input:-ms-input-placeholder, .product-page .form ul li textarea:-ms-input-placeholder {
      color: #898989;
  }
  .product-page .form ul li input::placeholder,
  .product-page .form ul li textarea::placeholder {
      color: #898989;
  }
  .product-page .form ul li.wid-100 {
      width: 100%;
  }
  .product-page .form ul li textarea {
      height: 210px;
  }
  .product-page .form ul li input[type="submit"] {
      padding-left: 40px;
      padding-right: 40px;
      border-radius: 5px;
      background: #000;
      background: var(--primary);
      color: white;
      font-size: 18px;
      text-transform: uppercase;
      /*font-weight: bold;*/
      width: auto;
      border: none;
  }
  .product-page .form ul li input[type="submit"]:hover {
      opacity: .7;
  }
  
  .product-page .pro_init_1 .container .right .share ul li {
    width: 45px;
      text-align: center;
      margin-right: 10px;
      background: white;
      color: black;
      font-size: 18px;
      display: inline-block;
      vertical-align: middle;
      -webkit-transition: .5s;
      -moz-transition: .5s;
      transition: .5s;
  }
  .product-page .pro_init_1 .container .right .share ul li a {
      display: block;
  }
  .product-page .pro_init_1 .container .right .share ul li:hover {
      background: var(--primary);
  }
  
  @media screen and (max-width: 1700px) {
    .product-page .form ul li input,
      .product-page .form ul li textarea {
          padding: 15px;
      }
  }
  
  @media screen and (max-width: 1500px) {
    .product-page .prodet-2 {
          padding: 70px 0;
      }
      .product-page .prodet-2 .options ul li {
          font-size: 20px;
      }
       .product-page .form ul li input,
      .product-page .form ul li textarea {
          font-size: 16px;
      }
      .product-page .pro_init_1 .container .right .share ul li {
          width: 35px;
          height: 35px;
          line-height: 36px;
      }
  }
  
  @media screen and (max-width: 1250px) {
    .product-page .pro_init_1 .container .left .bigImg {
          padding-left: 2.5%;
    }
    .product-page .form ul li {
          padding: 10px;
      }
      .product-page .form ul {
          margin: -10px;
      }
  }
  
  @media screen and (max-width: 1000px) {
    .product-page .pro_init_1 .container .left .bigImg {
          padding-left: 4%;
    }
    .product-page .pro_init_1 .container .left .bigImg {
          padding-left: 2%;
    }
    .product-page .pro_init_1 .container .left .smallImg {
          display: none;
      }
     .product-page .pro_init_1 .container .left .bigImg {
          width: 100%;
          padding-left: 0;
    }
    .product-page .prodet-2 .options ul li {
          margin-right: 25px;
      }
      .product-page .prodet-2 .options {
          display: none;
      }
      .product-page .prodet-2 .ret .slide {
          display: block;
          margin-top: 30px;
      }
      .product-page .prodet-2 {
          padding-top: 0;
      }
      .product-page .prodet-2 .ret .content {
          font-size: 14px;
          line-height: 2;
          margin-top: 20px;
      }
      .product-page .form ul li input,
      .product-page .form ul li textarea {
          padding: 10px;
      }
      .product-page .form ul li input[type="submit"] {
          padding-left: 25px;
          padding-right: 25px;
          font-size: 16px;
      }
  }
  @media screen and (max-width: 500px) {
      .product-page .prodet-2 .ret {
          margin-top: 0;
      }
      .product-page .prodet-2 .ret .slide:first-child {
          margin-top: 0;
      }
  }
  
  .product-page .pro_init_1 .container .left .swiper {
    margin-top: 20px;
  }
  
  .product-page .pro_init_1 .container .left .swiper .swiper-wrapper .swiper-slide {
    height: 115px;
    display: block;
  }
  
  .product-page .pro_init_1 .container .left .swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  
  .product-page .pro_init_1 .container .right {
    width: 43%;
  }
  
  .product-page .pro_init_1 .container .right .sub_img {
    width: 36px;
  }
  
  .product-page .pro_init_1 .container .right .text_1 {
    margin-top: 30px;
    font-size: 18px;
    line-height: 32px;
    color: #a8a8a8;
    font-weight:500;
  }
  
  .product-page .pro_init_1 .container .right .text_2 {
    font-size: 36px;
    line-height: 1.4;
    color: #4a4a4a;
    font-weight:bold;
    /*text-transform: uppercase;*/
    /*margin-top: 20px;*/
  }
  
  .product-page .pro_init_1 .container .right .cont_list {
    margin-top: 20px;
  }
  
  .product-page .pro_init_1 .container .right .cont_list .list {
    position: relative;
  }
  
  .product-page .pro_init_1 .container .right .cont_list .list .title {
    font-size: 18px;
    padding: 25px 0;
    padding-right: 30px;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    cursor: pointer;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  
  .product-page .pro_init_1 .container .right .cont_list .list .title span {
    color: #4a4a4a;
    font-weight:bold;
    text-transform: uppercase;
  }
  
  .product-page .pro_init_1 .container .right .cont_list .list .title i {
    width: 20px;
    position: absolute;
    top: 22px;
    right: 0;
    font-size: 30px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  
  .product-page .pro_init_1 .container .right .cont_list .list .content {
    /*padding: 40px 0 0;*/
    font-size: 16px;
    color: #3f3f3f;
    line-height: 2;
    /*display: none;*/
    max-height: 320px;
    overflow: auto;
    padding-right: 10px;
  }
  .product-page .pro_init_1 .container .right .cont_list .list .content::-webkit-scrollbar-thumb{
    background: var(--primary);
  }
  
  .product-page .pro_init_1 .container .right .cont_list .list.active .title {
    border-bottom: 1px solid #d6d6d6;
  }
  
  .product-page .pro_init_1 .container .right .cont_list .list.active .title i {
    transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
  }
  
  .product-page .pro_init_1 .container .right .cont_list .list:last-child .title {
    border-bottom: 1px solid #d6d6d6;
  }
  
  .product-page .pro_init_1 .container .right .cont_list .list .content ul li{
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #eee;
    background: #f8f8f8;
  }
  .product-page .pro_init_1 .container .right .cont_list .list .content ul li h4{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .product-page .pro_init_1 .container .right .cont_list .list .content ul li .con{
    padding-top: 10px;
    border-top: 1px solid #eee;
    font-size: 17px;
    line-height: 1.6;
  }
  .product-page .pro_init_1 .container .right .cont_list .list .content ul li:last-child{
    margin-bottom: 0;
  }
  .product-page .pro_init_1 .container .right .more{
    margin-top: 30px;
  }
  .shangxia{
      font-size: 16px;
      color: #3f3f3f;
      line-height: 2;
      margin-top: 20px;
  }
  .more_cont {
    padding: 16px 42px 15px;
    border: solid 1px #d5d5d5;
    display: inline-block;
    font-size: 18px;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    overflow: hidden;
    color: #222;
  }
  .more_cont::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transition: transform .5s ease;
    -moz-transition: transform .5s ease;
    -ms-transition: transform .5s ease;
    -o-transition: transform .5s ease;
    -webkit-transition: transform .5s ease;
    background: var(--primary);
  }
  .more_cont:hover::before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform-origin: 100% 0;
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
  }
  .product-page .pro_init_1 .container .right .more_cont {
    margin-top: 55px;
    border-color: #000;
    color: #000;
  }
  /*.product-page .pro_init_1 .container .right .more::before {
    display: none;
  }*/
  
  .product-page .pro_init_2 {
    background-color: #f6f6f5;
    padding: 100px 0;
  }
  
  .product-page .pro_init_2 .tip_cont {
    text-align: center;
  }
  
  .product-page .pro_init_2 .tip_cont .title_1 {
    font-size: 36px;
    font-weight:bold;
  }
  
  .product-page .pro_init_2 .tip_cont .title_2 {
    font-size: 18px;
    line-height: 32px;
    font-weight:500;
    margin-top: 5px;
  }
  
  .product-page .pro_init_2 .list_cont {
    padding: 0 80px;
    margin-top: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .product-page .pro_init_2 .list_cont .list {
    margin-top: 40px;
    width: 27%;
    text-align: center;
  }
  
  .product-page .pro_init_2 .list_cont .list .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 136px;
    height: 136px;
    border-radius: 50%;
    border: 2px solid #3c3c3c;
    margin: auto;
  }
  
  .product-page .pro_init_2 .list_cont .list .img img {
    width: 40%;
  }
  
  .product-page .pro_init_2 .list_cont .list .title {
    margin-top: 30px;
    text-align: center;
    font-size: 18px;
    line-height: 32px;
    font-weight:bold;
    text-transform: uppercase;
  }
  
  .product-page .pro_init_2 .list_cont .list .des {
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
    color: #666666;
    font-weight: 500;
    padding-right: 5px;
    overflow-y: auto;
  }
  
  .product-page .pro_init_2 .list_cont .list .more {
    margin: auto;
    margin-top: 30px;
    text-transform: inherit;
  }
  
  /*.product-page .pro_init_2 .list_cont .list .more::before {
    display: none;
  }*/
  
  .product-page .pro_init_3 {
    padding: 100px 0;
  }
  
  .product-page .pro_init_3 .container form {
    max-width: 950px;
    width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .product-page .pro_init_3 .container form input {
    margin-top: 20px;
    padding: 15px 0;
    border: none;
    border-bottom: #000 solid 2px;
    color: #000;
    font-size: 16px;
    line-height: 30px;
    font-weight:500;
    width: 49%;
  }
  
  .product-page .pro_init_3 .container form input::-webkit-input-placeholder {
    color: #000;
  }
  
  .product-page .pro_init_3 .container form input:-ms-input-placeholder {
    color: #000;
  }
  
  .product-page .pro_init_3 .container form input::-ms-input-placeholder {
    color: #000;
  }
  
  .product-page .pro_init_3 .container form input::placeholder {
    color: #000;
  }
  
  .product-page .pro_init_3 .container form .mail {
    width: 100%;
  }
  
  .product-page .pro_init_3 .container form .shadow_input {
    display: none;
  }
  
  .product-page .pro_init_3 .container form .list {
    width: 100%;
    font-size: 16px;
    line-height: 30px;
  }
  
  .product-page .pro_init_3 .container form .list .tip {
    font-weight:500;
    font-weight: bold;
    margin-top: 30px;
    position: relative;
  }
  
  .product-page .pro_init_3 .container form .list .text {
    position: relative;
    cursor: pointer;
    width: 100%;
    height: 46px;
    border: 1px solid #dadada;
    margin-top: 10px;
    line-height: 46px;
    padding-left: 15px;
    font-weight:500;
    color: #313131;
    font-size: 16px;
  }
  
  .product-page .pro_init_3 .container form .list .text span {
    cursor: pointer;
  }
  
  .product-page .pro_init_3 .container form .list .text input {
    cursor: pointer;
  }
  
  .product-page .pro_init_3 .container form .list input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin-top: 0;
    padding: 0;
    opacity: 0;
  }
  
  .product-page .pro_init_3 .container form .list .content {
    width: 100%;
    padding: 10px 15px;
    margin-top: 10px;
    border: 1px solid #dadada;
    font-weight:500;
  }
  
  .product-page .pro_init_3 .container form .submit_btn {
    overflow: hidden;
    border-radius: 5px;
    cursor: pointer;
    margin: auto;
    margin-top: 40px;
    /*padding: 16px 42px 15px;
    border: solid 1px #d5d5d5;*/
    display: inline-block;
    font-size: 18px;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    color: #222;
  }
  /*.product-page .pro_init_3 .container form .submit_btn::before{
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transition: transform .5s ease;
    -moz-transition: transform .5s ease;
    -ms-transition: transform .5s ease;
    -o-transition: transform .5s ease;
    -webkit-transition: transform .5s ease;
    background: var(--primary);
  }
  .product-page .pro_init_3 .container form .submit_btn:hover{
    color: var(--white);
  }
  .product-page .pro_init_3 .container form .submit_btn:hover::before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform-origin: 100% 0;
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
  }*/
  
  .pro-single-page {
    padding-bottom: 0;
  }
  
  .gallery-page {
    padding: 120px 0;
  }
  .gallery-page .container .gallery-list ul li {
    padding: 15px;
  }
  .gallery-page .container .gallery-list ul li .box {
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(72, 73, 121, 0.3);
    box-shadow: 0 0 10px rgba(72, 73, 121, 0.3);
    padding: 10px;
    border-radius: 5px;
  }
  .gallery-page .container .gallery-list ul li .box a {
    display: block;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    overflow: hidden;
  }
  .gallery-page .container .gallery-list ul li .box .img-box {
    overflow: hidden;
    margin-bottom: 10px;
  }
  .gallery-page .container .gallery-list ul li .box .img-box img {
    width: 100%;
  }
  .gallery-page .container .gallery-list ul li .box h5 {
    display: block;
    color: #111;
    font-size: 18px;
    line-height: 36px;
    padding: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .gallery-page .container .gallery-list ul li:hover .box h5 {
    background-color: #000;
    color: #fff;
  }
  
  
  .search-page{
    padding: 100px 0;
  }
  .search-page .container .grid-box .column {
    padding: 10px;
  }
  .search-page .container .grid-box .column .box {
    display: block;
    background: #fff;
    -o-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
    -webkit-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
    box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
  }
  .search-page .container .grid-box .column .box a {
    display: block;
    overflow: hidden;
  }
  .search-page .container .grid-box .column .box .content {
    display: block;
    padding: 20px 10px;
    text-align: center;
  }
  .search-page .container .grid-box .column .box .content h3 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    color: #111;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .search-page .container .grid-box .column .box .content .more {
    margin-top: 20px;
    display: inline-block;
    vertical-align: middle;
    padding: 3px 10px;
    border: 1px solid #000;
    font-size: 14px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #000;
  }
  .search-page .container .grid-box .column .box .content .more:hover {
    color: #fff;
    background-color: #000;
  }
  
  @media screen and (max-width: 1650px) {
    .about-page .about-4 .list ul li .box i.icon {
      height: 60px;
    }
  
    .about-page .about-4 .list ul li .box i.icon img {
      max-height: 100%;
    }
  
    .about-page .about-4 .list ul li .box h6 {
      font-size: 20px;
    }
  
    .about-page .about-4 .list ul li .box .content {
      font-size: 16px;
      height: 176.4px;
    }
  }
  
  @media (max-width: 1500px) {
    .customized-page .init-3 .container .titlt_cont .tip_title {
      width: 100%;
    }
    .customized-page .init-3 .container .titlt_cont .name_cont {
      margin-left: 0;
    }
    .customized-page .init-3 .container .titlt_cont .list_cont {
      margin-top: 20px;
    }
    .customized-page .init-4 .container {
      padding-top: 40px;
      -ms-flex-pack: distribute;
      justify-content: space-around;
    }
    .customized-page .init-4 .container .list_cont {
      margin-top: 30px;
    }
    .customized-page .init-6 .container .list .list_cont .list_2 .box .img {
      height: 250px;
    }
    .customized-page .init-6 .container .list .list_cont.three_2 .list_2 .box .img {
      height: 170px;
    }
    .customized-page .init-6 .container .list .four .list_2 .box .img {
      height: 215px;
    }
    .environment-page .init-2 .container .list .cont {
      width: 1200px;
    }
    .about-page .init-2 .container .swiper {
      width: 1200px;
    }
    .about-page .init-4 .container .prev {
      display: none;
    }
    .about-page .init-4 .container .next {
      display: none;
    }
    .about-page .init-4 .container .swiper .swiper-wrapper .swiper-slide .img {
      height: 280px;
    }
  }
  
  @media screen and (max-width: 1450px) {
     .about-page .about-4 .text {
      margin-top: 5px;
    }
  
    .about-page .about-4 .list ul li {
      padding: 0 10px;
    }
  
    .about-page .about-4 .list ul {
      margin: 0 -10px;
    }
  
    .about-page .about-4 {
      padding: 60px 0;
    }
  }
  
  @media (max-width: 1250px) {
    .creative-page .init-2 .container .list .left {
      padding: 0 60px;
    }
    .customized-page .init-3 .container .titlt_cont .list_cont {
      margin-left: 0;
      margin-right: 20px;
    }
    .customized-page .init-4 .container .list_cont {
      width: 33.333%;
    }
    .customized-page .init-6 .container .list .four .list_2 .box .img {
      height: 180px;
    }
    .customized-page .init-6 .container .list .list_cont.three_2 .list_2 .box .img {
      height: 130px;
    }
    .environment-page .init-2 .container .list .cont {
      width: 970px;
    }
    .about-page .init-2 .container .swiper {
      width: 970px;
    }
  
  
    .news-page .container .box_cont .column .box .img {
      height: 186px;
    }
    .product-page .init-2 .container .list_cont .list {
      height: 300px;
    }
  
    .product-page .init-2 .container .list_cont .list {
      height: 300px;
    }
  }
  
  @media screen and (max-width: 1200px) {
     .about-page .about-5 .left {
      padding: 0;
    }
  }
  
  @media (max-width: 1000px) {
    .inner_banner_1 {
      margin-top: 40px;
      text-align: center;
    }
    .inner_banner_3 .container .top .cat_name{
      font-size: 40px;
    }
    .creative-page .init-1 .container .tip_des {
      width: 100%;
    }
    .creative-page .init-2 .container .list {
      background-color: #f1f1f1;
    }
    .creative-page .init-2 .container .list .left {
      width: 100%;
      text-align: center;
      padding: 20px;
      margin-top: 20px;
    }
    .creative-page .init-2 .container .list .right {
      width: 100%;
      -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
      order: -1;
    }
    .creative-page .init-2 .container .sub_div {
      display: none;
    }
    .creative-page .init-2 .sub_div{
      display: none;
    }
    .creative-page .init-3 .container .des {
      width: 100%;
    }
    .customized-page .init-2 .container {
      padding: 100px 15px;
    }
    .customized-page .init-1 .more_c {
      -ms-flex-pack: distribute;
      justify-content: space-around;
    }
    .customized-page .init-1 .more_c .more_cont {
      margin-right: 50px;
    }
    .customized-page .init-1 .more_c .more:nth-child(2) {
      margin-left: 0;
    }
    .customized-page .init-6 .container .list .list_cont .list_2 .box .img {
      height: 160px;
    }
    .customized-page .init-6 .container .list .list_cont.three_2 .list_2 {
      width: 100%;
    }
    .customized-page .init-6 .container .list .list_cont.three_2 .list_2 .box .img {
      height: auto;
    }
    .inner_banner_2 {
      margin-top: 40px;
    }
    .environment-page .init-2 .container .list .cont {
      width: 700px;
    }
    .solution-page .init-1 .container .left {
      width: 100%;
    }
    .solution-page .init-1 .container .right {
      width: 100%;
      text-align: center;
      margin-top: 30px;
    }
    .solution-page .init-1 .container .right form .text .tip {
      text-align: left;
    }
    .solution-page .init-1 .container .right form .submit_btn {
      margin: auto;
      margin-top: 30px;
    }
    .solution-page .init-2 .container .left {
      width: 100%;
      margin-top: 20px;
      text-align: center;
    }
    .solution-page .init-2 .container .left .more {
      margin: auto;
      margin-top: 30px;
    }
    .solution-page .init-2 .container .right {
      width: 100%;
      -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
      order: -1;
    }
    .competence-page .init-4 .container .left {
      width: 390px;
    }
    .competence-page .init-4 .container .right {
      margin-left: 65px;
    }
    .inner_banner_3 {
      margin-top: 40px;
      padding: 50px 0;
    }
    .inner_banner_3 .container .bottom {
      display: none;
    }
    .inner_banner_3 .container .top .des {
      width: 100%;
      display: none;
    }
    .about-page{
      padding: 60px 0;
    }
    .about-page .init-5{
      margin-top: 60px;
    }
    .about-page .init-2 .container .swiper {
      width: 700px;
    }
    .about-page .init-4 .container .swiper .swiper-wrapper .swiper-slide .img {
      height: 170px;
    }
    .product-page .init-1 .container .des {
      width: 100%;
    }
    .product-page .init-2 .container .list_cont .list {
      height: 215px;
    }
    .product-page .init-2 .container .list_cont.box_cont .list {
      height: 200px;
    }
    .product-page .init-3 .container .content .next {
      display: none;
    }
    .product-page .init-3 .container .content .prev {
      display: none;
    }
    .product-page .init-5 .container {
      padding: 0;
    }
    .product-page .init-5 .container .list {
      height: 210px;
    }
    .pro-single-page{
      margin-top: 40px;
    }
    .product-page .pro_init_1 .container .left {
      width: 100%;
    }
  
    .product-page .pro_init_1 .container .right {
      width: 100%;
      margin-top: 30px;
    }
  
    .product-page .pro_init_1 .container .right {
      text-align: center;
    }
  
    .product-page .pro_init_1 .container .right .sub_img {
      display: block;
      margin: auto;
    }
  
    .product-page .pro_init_1 .container .right .more {
      margin: auto;
      margin-top: 40px;
    }
  
    .product-page .pro_init_2 .list_cont .list {
      width: 100%;
    }
  
    .product-page .pro_init_2 .list_cont .list .des {
      height: auto;
    }
     .about-page .about-4 .list ul li {
      width: 50%;
      padding: 10px;
    }
  
    .about-page .about-4 .list ul {
      margin: -10px;
    }
  
  
    .about-page .about-5 {
      padding: 60px 0;
    }
    .about-page .about-5 .left {
      display: none;
    }
    .about-page .about-5 .right {
      width: 100%;
      padding: 0;
    }
  }
  @media (max-width: 700px) {
    .inner_banner_3 .container .top .cat_name{
      display: none;
    }
    .inner_banner_3 .container .top .des{
      display: none;
    }
    .about-page{
      padding: 30px 0;
    }
    .about-page .about-4 .offerBox .swiper-container{
      padding: 30px 0px 0;
    }
    .about-page .about-5 {
      padding: 0px 0 30px;
    }
    .about-page .init-5{
      margin-top: 30px;
    }
    .about-page .init-5 .container .tip_title{
      font-size: 40px;
    }
    .about-page .init-5 .container .list_cont a{
      margin-top: 0;
    }
    .creative-page .init-1 .container .list_cont .list {
      width: 100%;
    }
    .creative-page .init-3 .container .title{
      font-size: 30px;
      line-height: 1.2;
    }
    .creative-page .init-3{
      padding: 30px 0;
    }
    .creative-page .init-3 .container .des{
      margin-top: 20px;
      font-size: 17px;
    }
    .contact-page .init-2{
      margin-top: 30px;
    }
    .contact-page .init-1{
      margin-top: 30px;
    }
    .news-page .container .box_cont .column{
      margin-top: 0;
    }
    .creative-page .init-3 .container .more_cont{
      margin-top: 20px;
    }
    .creative-page .init-2 .container .list .left .title{
      font-size: 30px;
      line-height: 1.2;
    }
    .customized-page .init-1 .more_c {
      display: block;
    }
    .customized-page .init-1 .more_c .more {
      margin: auto;
    }
    .customized-page .init-1 .more_c .more:nth-child(2) {
      margin: auto;
      margin-top: 20px;
    }
    .customized-page .init-3 .container .titlt_cont {
      -webkit-box-pack: baseline;
      -ms-flex-pack: baseline;
      justify-content: baseline;
    }
    .customized-page .init-3 .container .titlt_cont .list_cont {
      margin: auto;
      margin-top: 20px;
    }
    .customized-page .init-3 .container .titlt_cont .tip_title {
      text-align: center;
    }
    .customized-page .init-4 .container .list_cont {
      width: 48%;
    }
    .customized-page .init-5 .container .img {
      width: 100%;
    }
    .customized-page .init-5 .container .right {
      width: 100%;
    }
    .customized-page .init-5 .container .right .title_cont {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
    .customized-page .init-5 .container .right .cont_list {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
    .customized-page .init-5 .container .right .cont_list .list {
      margin-top: 20px;
    }
    .customized-page .init-6 .container .list .three .list_2 {
      width: 50%;
    }
    .customized-page .init-6 .container .list .list_cont .list_2 .box .img {
      height: 30vw;
    }
    .customized-page .init-6 .container .list .list_cont.four .list_2 .box .img {
      height: 34vw;
    }
    .customized-page .init-6 .container .list .title_cont .cont {
      width: 100%;
      margin-left: 0;
      min-width: 100%;
    }
    .customized-page .init-6 .container .list .title_cont > span {
      text-align: center;
      width: 100%;
      margin-bottom: 20px;
    }
    .customized-page .init-6 .container .list .four .list_2 {
      width: 50%;
    }
    .inner_banner_2 .container {
      padding: 60px 15px;
    }
    .inner_banner_2 .container div {
      width: 100%;
    }
    .environment-page .init-1 .container img {
      width: 100%;
    }
    .environment-page .init-2 .container .list {
      background-color: #f5f5f5;
      padding: 30px 15px;
    }
    .environment-page .init-2 .container .list .cont {
      text-align: center;
      width: 100%;
    }
    .environment-page .init-2 .container .list .cont .left {
      margin-top: 20px;
      width: 100%;
    }
    .environment-page .init-2 .container .list .cont .right {
      width: 100%;
      -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
      order: -1;
    }
    .environment-page .init-2 .container .list .cont .right .sub_img {
      display: none;
    }
    .environment-page .init-2 .container .list .sub_div {
      display: none;
    }
    .environment-page .init-3 .container .list {
      text-align: center;
    }
    .environment-page .init-5 .container .swiper .swiper-wrapper .swiper-slide {
      text-align: center;
    }
    .environment-page .init-5 .container .swiper .swiper-wrapper .swiper-slide .img {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
    .competence-page .init-3 .container .list .left {
      width: 100%;
      text-align: center;
    }
    .competence-page .init-3 .container .list:nth-child(2n) .left {
      padding-left: 0;
    }
    .competence-page .init-3 .container .list:nth-child(2n) .right {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
    }
    .competence-page .init-3 .container .list .right {
      width: 100%;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      margin-top: 20px;
    }
    .competence-page .init-4 .container .left {
      width: 100%;
      text-align: center;
    }
    .competence-page .init-4 .container .right {
      margin: auto;
      margin-top: 50px;
    }
    .contact-page .init-1 .container .left {
      display: none;
      width: 100%;
      margin-top: 40px;
      text-align: center;
    }
    .contact-page .init-1 .container .right {
      width: 100%;
      -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
      order: -1;
      margin-top: 0;
    }
    .contact-page .init-1 .container .right form .form_des {
      text-align: center;
    }
    .contact-page .init-1 .container .right form .submit_btn {
      margin: auto;
      margin-top: 30px;
    }
    .contact-page .init-1 .container .right #ewm{
      position: relative;
      margin: auto;
      margin-top: 20px;
    }
    .about-page .init-2 .container .swiper {
      width: 100%;
    }
    .about-page .init-2 .container .swiper .swiper-wrapper .swiper-slide .cir {
      margin: auto;
    }
    .about-page .init-2 .container .swiper .swiper-wrapper .swiper-slide .title {
      text-align: center;
    }
    .about-page .init-2 .container .swiper .swiper-wrapper .swiper-slide .des {
      text-align: center;
    }
    .about-page .init-4 .container .swiper .swiper-wrapper .swiper-slide .img {
      height: 35vw;
    }
    .about-page .init-5 .container .img_cont {
      text-align: center;
    }
    .about-page .init-5 .container .list_cont a{
      height: 25vw;
    }
    .about-page .init-4 .container .video_cont .swiper{
      width: 90%;
      margin-top: -90px;
    }
  
    .about-page .init-4 .container .video_cont .swiper .swiper-wrapper .swiper-slide{
      height: 80px;
    }
  
    .news-page .container .box_cont .column .box .cont {
      text-align: center;
    }
    .newdet-page .container .content {
      text-align: center;
    }
    #related_product .swiper .swiper-wrapper .swiper-slide .img {
      height: 36vw;
    }
    .product-page .init-2 .container .list_cont .list {
      height: 30vw;
    }
    .product-page .init-2 .container .list_cont.box_cont .list {
      width: 50%;
      height: 40vw;
    }
    .product-page .init-2 .container .list_cont.labels_cont .list {
      width: 50%;
      height: 40vw;
    }
    .product-page .init-2 .container .list_cont.specialties_cont .list {
      width: 50%;
      height: 40vw;
    }
    .product-page .init-5 .container {
      padding: 0 15px;
    }
    .about-page .about-4 .list ul li .box i.icon {
      height: 44px;
    }
  
    .about-page .about-4 .list ul li {
      width: 100%;
    }
  
    .about-page .about-4 .list ul li .box .content {
      height: auto;
      margin: 15px 0;
    }
  }
  @media (max-width: 500px) {
    .inner_banner_1 {
      padding: 40px 0;
      height: 180px!important;
    }
    .inner_banner_1 .container .cat_name {
      font-size: 18px;
      line-height: 32px;
    }
    .chanpinye{
      display: none!important;
    }
    .chanpinyembx{
      font-size: 16px!important;
      line-height: 30px!important;
    }
    .product-page .product-2{
      margin-top: 20px!important;
    }
    .creative-page {
      padding: 40px 0;
      padding-bottom: 0;
    }
    .creative-page .init-1 .container .tip_title {
      margin-top: 10px;
      font-size: 20px;
    }
    .creative-page .init-1 .container .tip_des {
      margin-top: 10px;
      font-size: 16px;
    }
    .creative-page .init-2 {
      padding-top: 20px;
    }
    .creative-page .init-2 .container .list {
      margin-top: 20px;
    }
    .creative-page .init-2 .container .list .left {
      padding: 15px;
    }
    .creative-page .init-2 .container .list .left .title {
      font-size: 20px;
    }
    .creative-page .init-2 .container .list .left .des {
      font-size: 16px;
    }
    .creative-page .init-3 {
      margin-top: 40px;
      padding: 40px 0;
    }
    .creative-page .init-3 .container .title {
      font-size: 20px;
    }
    .creative-page .init-3 .container .des {
      margin-top: 10px;
      font-size: 16px;
    }
    .creative-page .init-3 .container .more_cont {
      margin-top: 20px;
      font-size: 14px;
      /*width: 160px;
      height: 40px;
      line-height: 42px;*/
    }
    .customized-page {
      padding: 40px 0;
    }
    
    .customized-page .init-1 .title {
      font-size: 20px;
    }
    .customized-page .init-2 {
      margin-top: 40px;
    }
    .customized-page .init-2 .container .title {
      font-size: 20px;
    }
    .customized-page .init-3 {
      margin-top: 40px;
    }
    .customized-page .init-3 .container .titlt_cont .tip_title {
      font-size: 20px;
    }
    .customized-page .init-3 .container .titlt_cont .size_cont {
      width: 100%;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .customized-page .init-3 .container .titlt_cont .size_cont input {
      width: 70px;
    }
    .customized-page .init-3 .container .titlt_cont .list_cont {
      font-size: 14px;
      width: 100%;
    }
    .customized-page .mt_l_6 {
      margin-left: 3px;
    }
    .customized-page .init-4 .container {
      padding: 40px 15px;
    }
    .customized-page .init-4 .container .list_cont {
      width: 100%;
    }
    .customized-page .init-4 .container .list_cont .first {
      text-align: center;
    }
    .customized-page .init-4 .container .list_cont .list {
      width: 100%;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
    .customized-page .init-5 .container .right .title_cont .name{
      text-align: center;
    }
    .customized-page .init-5 {
      margin-top: 40px;
    }
    .customized-page .init-5 .container .right {
      margin-top: 20px;
    }
    .customized-page .init-5 .container .right .cont_list .list{
      width: 100%;
    }
    .customized-page .init-5 .container .right .title_cont .cont div:nth-child(3) {
      height: auto;
    }
    .customized-page .init-5 .container .right .title_cont .cont .list_cont {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .customized-page .init-5 .container .right .cont_list .list {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
    .customized-page .init-5 .container .right .cont_list .list .color_c_cont div{
      text-align: center;
      margin-top: 10px;
    }
    .customized-page .init-5 .container .right .cont_list .list .color_c_cont input{
      width: 100%;
    }
    .customized-page .init-5 .container .right .cont_list .list .color_c_cont {
      width: 100%;
      margin-left: 0;
      margin-top: 10px;
    }
    .customized-page .init-6 .container .list {
      margin-top: 40px;
    }
    .customized-page .init-6 .container .list .list_cont {
      margin-top: 40px;
    }
    .customized-page .init-6 .container .list .list_cont .list_2 .box .img {
      height: 60vw;
    }
    .customized-page .init-6 .container .list .list_cont.four .list_2 .box .img {
      height: 34vw;
      height: 70vw;
    }
    .customized-page .init-6 .container .list .three .list_2 {
      width: 100%;
    }
    .customized-page .init-6 .container .list .title_cont > span {
      font-size: 20px;
    }
    .customized-page .init-6 .container .list .four .list_2 {
      width: 50%;
      width: 100%;
    }
    .customized-page .init-7 {
      margin-top: 40px;
    }
    .customized-page .init-7 .container form input {
      width: 100%;
    }
    .inner_banner_2 .container {
      font-size: 20px;
    }
    .inner_banner_2 .img_1 {
      width: 60px;
      margin-top: -30px;
    }
    .environment-page {
      padding-bottom: 40px;
    }
    .environment-page .init-1 {
      margin-top: 40px;
    }
    .environment-page .init-1 .container .des {
      font-size: 18px;
      line-height: 2;
      margin-top: 20px;
    }
    .environment-page .init-2 .container .list {
      margin-top: 40px;
    }
    .environment-page .init-2 .container .list .cont .right .img {
      width: 100%;
    }
    .environment-page .init-2 .container .list .cont .left .top {
      font-size: 20px;
      margin-top: 20px;
    }
    .environment-page .init-3 {
      margin-top: 40px;
    }
    .environment-page .init-4 {
      margin-top: 40px;
      padding: 40px 0;
    }
    .environment-page .init-4 .container .tip_title {
      font-size: 20px;
    }
    .environment-page .init-4 .container .swiper {
      margin-top: 20px;
    }
    .environment-page .init-5 {
      margin-top: 40px;
    }
    .environment-page .init-5 .container .swiper .swiper-wrapper .swiper-slide .title {
      font-size: 20px;
    }
    .environment-page .init-5 .container .swiper .swiper-wrapper .swiper-slide .des {
      font-size: 16px;
      line-height: 2;
    }
    .solution-page {
      padding: 40px 0;
    }
    .solution-page .init-1 .container .right .title {
      font-size: 20px;
    }
    .solution-page .init-1 .container .right .des {
      font-size: 16px;
      line-height: 2;
    }
    .solution-page .init-2 {
      margin-top: 40px;
    }
    .solution-page .init-2 .container .left .tip {
      font-size: 20px;
    }
    .solution-page .init-2 .container .left .des {
      font-size: 16px;
      margin-top: 20px;
    }
    .solution-page .init-2 .container .left .more {
      width: 220px;
      line-height: 2;
      height: 62px;
    }
    .solution-page .init-2 .container .left .more::before {
      top: 28px;
    }
    .competence-page {
      padding-bottom: 10px;
    }
    .competence-page .init-1 .container .list {
      margin-top: 30px;
    }
    .competence-page .init-1 .container .list .tip_title {
      font-size: 20px;
    }
    .competence-page .init-1 .container .list .des {
      margin-top: 10px;
      font-size: 16px;
      line-height: 2;
    }
    .competence-page .init-1 .container .list .img_c {
      -ms-flex-pack: distribute;
      justify-content: space-around;
      margin-top: 10px;
    }
    .competence-page .init-1 .container .list .img_c a {
      width: 80px;
    }
    .competence-page .init-1 .container .list .img_c_2 {
      -ms-flex-pack: distribute;
      justify-content: space-around;
    }
    .competence-page .init-1 .container .list .img_c_2 a {
      width: 90%;
    }
    .competence-page .init-1 .container .list .img_c_2 .img-box:last-child {
      margin-left: 0;
      margin-top: 10px;
    }
    .competence-page .init-2 {
      padding: 40px 0;
      margin-top: 40px;
    }
    .competence-page .init-2 .container .tip_title {
      font-size: 20px;
    }
    .competence-page .init-2 .container .swiper {
      margin-top: 20px;
    }
    .competence-page .init-3 .container .list {
      margin-top: 30px;
    }
    .competence-page .init-3 .container .list .left .title {
      font-size: 20px;
      margin-top: 10px;
    }
    .competence-page .init-3 .container .list .left .des {
      font-size: 16px;
      line-height: 2;
      margin-top: 10px;
    }
    .competence-page .init-4 {
      margin-top: 40px;
      padding: 80px 0;
    }
    .competence-page .init-4 .container .left .title_2 {
      font-size: 20px;
    }
    .competence-page .init-4 .container .left .des {
      font-size: 16px;
      line-height: 2;
    }
    .competence-page .init-4 .container .right {
      margin-top: 20px;
    }
    .contact-page .init-1 {
      margin-top: 40px;
    }
    .contact-page .init-1 .container .right .cont .s_left {
      width: 100%;
    }
    .contact-page .init-1 .container .right .cont .s_right {
      width: 100%;
    }
    .contact-page .init-2 {
      margin-top: 40px;
    }
    .inner_banner_3 .container .top {
      text-align: center;
    }
    .inner_banner_3 .container .top .cat_name {
      font-size: 20px;
      line-height: 36px;
    }
    .about-page .about-4 h2{
      font-size: 30px;
    }
    .inner_banner_3 .container .top .des {
      font-size: 16px;
      line-height: 2;
    }
    .about-page {
      padding: 40px 0;
    }
    .about-page .init-1 .container .title {
      font-size: 20px;
    }
    .about-page .init-1 .container .des {
      margin-top: 10px;
      font-size: 16px;
      line-height: 2;
    }
    .about-page .init-1 .container img {
      width: 100%;
      margin-top: 20px;
    }
    .about-page .init-2 {
      margin-top: 40px;
    }
    .about-page .init-3 {
      margin-top: 40px;
      padding: 20px 0;
    }
    .about-page .init-3 .container .tip_title {
      font-size: 20px;
    }
    .about-page .init-3 .container .swiper {
      margin-top: 20px;
    }
    .about-page .init-4 {
      margin-top: 40px;
    }
  
    .about-page .init-4 .container #video{
      height: 60vw;
    }
    .about-page .init-4 .container .video_cont .swiper{
      margin-top: 0;
      width: 100%;
      padding: 10px 0;
    }
    .about-page .init-4 .container .video_cont .swiper .swiper-wrapper .swiper-slide{
      height: 20vw;
    }
    .about-page .init-4 .container .tip_title {
      font-size: 20px;
    }
    .about-page .init-4 .container .swiper {
      margin-top: 20px;
    }
    .about-page .init-4 .container .swiper .swiper-wrapper .swiper-slide .img {
      height: 65vw;
    }
    .about-page .init-5 {
      margin-top: 40px;
    }
    .about-page .init-5 .container .tip_title {
      font-size: 20px;
    }
    .about-page .init-5 .container .list_cont {
      margin-top: 0;
    }
    .about-page .init-5 .container .img_cont {
      padding: 80px 15px;
    }
    .about-page .init-6 {
      margin-top: 40px;
    }
    
    .about-page .init-6 .container .list_cont {
      margin-top: 10px;
    }
    .about-page .init-4 .container .video_cont .swiper .swiper-wrapper .swiper-slide{
      height: 64px;
    }
    .news-page {
      padding-bottom: 40px;
    }
    .news-page .container .box_cont {
      margin: 0;
    }
    .news-page .container .box_cont .column {
      padding: 0;
      margin-top: 30px;
    }
    .news-page .container .box_cont .column .box .cont {
      padding: 20px 15px;
    }
    .news-page .container .box_cont .column .box .cont .title {
      font-size: 20px;
      line-height: 1.8;
      height: auto;
    }
    .news-page .container .box_cont .column .box .img {
      height: 50vw;
    }
    .newdet-page {
      padding: 40px 0;
    }
    .newdet-page .container .title {
      font-size: 20px;
      line-height: 1.8;
    }
    .newdet-page .container .time {
      margin-top: 10px;
    }
    .newdet-page .container .content {
      margin: 10px 0;
      font-size: 16px;
      line-height: 2;
      padding: 10px 0;
    }
    .m-link {
      margin-top: 20px;
    }
    #related_product {
      margin-top: 40px;
    }
    #related_product .tip_title {
      font-size: 20px;
    }
    #related_product .swiper {
      margin-top: 20px;
    }
    #related_product .swiper .swiper-wrapper .swiper-slide .img {
      height: 78vw;
    }
    .product-page {
      padding-bottom: 40px;
    }
    .product-page .init-1 {
      padding: 10px 0;
    }
    .product-page .init-1 .container .tip_title {
      font-size: 20px;
      line-height: 36px;
    }
    .product-page .init-1 .container .des {
      margin-top: 20px;
      display: none!important;
    }
    .product-page .init-2 {
      margin-top: 40px;
    }
    .product-page .init-2 .container .list_cont .list {
      margin-top: 20px;
      width: 100%;
      padding: 0;
      height: 55vw;
    }
    .product-page .init-2 .container .list_cont .list .box .img_2 {
      height: 30px;
      width: 30px;
    }
    .product-page .init-2 .container .list_cont .list .box div {
      font-size: 16px;
    }
    .product-page .init-2 .container .list_cont.box_cont .list {
      width: 100%;
      height: 90vw;
    }
    .product-page .init-2 .container .list_cont.heat_cont .list {
      width: 100%;
      height: 60vw;
    }
    .product-page .init-2 .container .list_cont.labels_cont .list {
      width: 100%;
      height: 90vw;
    }
    .product-page .init-2 .container .list_cont.paper_cont .list {
      width: 100%;
      height: 60vw;
    }
    .product-page .init-2 .container .list_cont.variable_cont .list {
      height: 30vw;
    }
    .product-page .init-2 .container .list_cont.baozhuang2_cont .list {
      width: 100%;
    }
    .product-page .init-2 .container .list_cont.specialties_cont .list {
      width: 100%;
      height: 90vw;
    }
    .product-page .init-2 .container .list_cont.biaoqian_cont .list {
      width: 100%;
      height: 90vw;
    }
    .product-page .init-3 {
      margin-top: 40px;
    }
    .product-page .init-3 .container .tip_title {
      font-size: 20px;
    }
    .product-page .init-3 .container .content {
      margin-top: 20px;
    }
    .product-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide {
      padding: 10px 20px;
    }
    .product-page .init-4 {
      padding: 60px 0;
      margin-top: 40px;
    }
    .product-page .init-4 .container .tip_title {
      font-size: 20px;
    }
    .product-page .init-5 {
      margin-top: 20px;
    }
    .product-page .init-5 .container .list {
      width: 100%;
      height: 85vw;
    }
  
  
    
    .pro-single-page {
      padding-bottom: 0;
    }
    
  
    .product-page .pro_init_1 {
      margin-top: 40px;
      padding-top: 40px;
    }
  
    .product-page .pro_init_1 .container .left .swiper .swiper-wrapper .swiper-slide {
      height: 90vw;
    }
  
    .product-page .pro_init_1 .container .right .text_1 {
      margin-top: 10px;
      font-size: 16px;
    }
  
    .product-page .pro_init_1 .container .right .text_2 {
      font-size: 22px;
      line-height: 40px;
      margin-top: 10px;
    }
  
    .product-page .pro_init_1 .container .right .cont_list {
      margin-top: 20px;
    }
  
    .product-page .pro_init_1 .container .right .cont_list .list .title {
      padding: 15px 0;
      font-size: 18px;
      padding-right: 25px;
      padding-bottom: 5px;
    }
  
    .product-page .pro_init_1 .container .right .cont_list .list .title i {
      top: 16px;
      font-size: 24px;
    }
  
    .product-page .pro_init_1 .container .right .cont_list .list .content {
      padding: 20px 0;
    }
  
    .product-page .pro_init_2 {
      padding: 40px 0;
    }
  
    .product-page .pro_init_2 .tip_cont .title_1 {
      font-size: 20px;
    }
  
    .product-page .pro_init_2 .tip_cont .title_2 {
      font-size: 16px;
      line-height: 2;
    }
  
    .product-page .pro_init_2 .list_cont {
      padding: 0;
      margin-top: 0;
    }
  
    .product-page .pro_init_3 {
      padding: 40px 0;
    }
  
    .product-page .pro_init_3 .container form input {
      width: 100%;
    }
  
    .search-page{
      padding: 40px 0;
    }
  }
  
  .product-page .fl{
    display: none;
    margin-bottom: 30px;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .product-page .fl .box {
      padding: 30px;
      background: #f7f7f7;
  }
  .product-page .fl .box h3 {
    display: block;
    padding: 38px 25px;
    background: var(--primary);
    font-size: 30px;
    font-family: 'RM';
    color: white;
  }
  .product-page .fl .box .list ul li {
    margin-top: 6px;
    padding: 10px 20px;
    border-left: 4px solid var(--primary);
    font-size: 18px;
    color: black;
    background: white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    position: relative;
  }
  .product-page .fl .box .list ul li.active ul{
    display: block;
  }
  .product-page .fl .box .list ul li i{
    position: absolute;
    top: 6px;
    right: 0px;
    padding: 10px;
    font-size: 18px;
  }
  .product-page .fl .box .list ul li img {
    max-width: 32px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
  }
  /*.product-page .fl .box .list ul li:hover {
    background: var(--primary);
    color: white;
  }*/
  .product-page .fl .box .list ul li ul li{
    border: none;
    background: #fff;;
  }
  .product-page .fl .box .list ul li ul li:hover{
    background: var(--primary);
    color: #fff;
  }
  .product-page .fl .box .list ul li ul li.active{
    background: var(--primary);
    color: #fff;
  }
  @media screen and (max-width: 700px) {
    .product-page .fl{
      display: block;
    }
    .product-page .fl .box{
      padding: 30px 15px;
      display: none;
    }
    .product-page .fl .box h3{
      padding: 10px 15px;
      font-size: 24px;
    }
  }
  @media screen and (max-width: 500px) {
    .product-page .fl .box .list ul li{
      font-size: 16px;
    }
  }
  
  .product-page .product-2 {
    margin-top: 90px;
  }
  .sider-box .sider-left {
    width: 30%;
    position: sticky;
    top: 100px;
  }
  .sider-box .sider-left h2 {
    line-height: 1;
  }
  .sider-box .sider-left h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    border-radius: 3px;
    background-color: #72ac52;
  }
  .sider-box .sider-left .category {
    background-color: #ffffff;
    padding: 50px 30px;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  }
  .sider-box .sider-left .category .catelist {
    margin-top: 35px;
  }
  .sider-box .sider-left .category .catelist ul li a {
    line-height: 50px;
    height: 50px;
    border-radius: 25px;
    margin-bottom: 10px;
  }
  .sider-box .sider-left .category .catelist > ul > li > a {
    padding-left: 25px;
    padding-right: 35px;
    background: #f0f0f0;
    position: relative;
  }
  .sider-box .sider-left .category .catelist > ul > li > a:hover,
  .sider-box .sider-left .category .catelist > ul > li.active > a{
     color: #FFFFFF;
    background-color: #82b566;
    background-image: -webkit-gradient(linear, left top, right top, from(#92c35d), to(#73ad53));
    background-image: -webkit-linear-gradient(left, #92c35d, #73ad53);
    background-image: -moz-linear-gradient(left, #92c35d, #73ad53);
    background-image: linear-gradient(to right, #92c35d, #73ad53);
  }
  
  .sider-box .sider-left .category .catelist > ul > li > a::after {
    content: ">";
    position: absolute;
    right: 20px;
    top: 0;
    font-size: 24px;
    font-family: cursive;
  }
  
  .sider-box .sider-left .category .catelist > ul > li > ul{
    display: none;
  }
  
  .sider-box .sider-left .category .catelist > ul > li > ul > li > a {
    padding-left: 25px;
    padding-right: 25px;
    background-color: #f0f0f0;
  }
  .sider-box .sider-left .category .catelist > ul > li > ul > li > a.active {
    color: #73ae53;
  }
  .sider-box .sider-left .category.news .catelist > ul > li > a::after {
    content: "\f0d7";
    font-family: FontAwesome;
  }
  .sider-box .sider-left .quote {
    background-color: #ffffff;
    padding: 50px 30px;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  }
  .sider-box .sider-left .quote .form {
    margin-top: 35px;
  }
  .sider-box .sider-left .quote .form input,
  .sider-box .sider-left .quote .form textarea {
    width: 100%;
    font-size: 16px;
    padding: 10px 20px;
  }
  .sider-box .sider-left .quote .form input {
    border-radius: 30px;
    border: 2px solid #e5e5e5;
    margin-bottom: 10px;
  }
  
  
  .sider-box .sider-left .quote .form .fileInputContainer input{
    opacity: 0;
    margin: 0;
    border: none;
  }
  
  .sider-box .sider-left .quote .form .fileInputContainer{
    border-radius: 30px;
    border: 2px solid #e5e5e5;
    margin-bottom: 10px;
    background: url(/template/en/images/file_img.png) no-repeat center right 20px;
    background-size: 30px;
    position: relative;
  }
  
  .sider-box .sider-left .quote .form .fileInputContainer span{
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    padding: 12px 20px;
  }
  
  
  .sider-box .sider-left .quote .form textarea {
    height: 100px;
    border-radius: 10px;
    border: 2px solid #e5e5e5;
  }
  .sider-box .sider-left .quote .form .more{
    margin-top: 30px;
  }
  .sider-box .sider-left .quote .form button {
    margin-top: 30px;
    font-size: 20px;
    padding: 10px 50px;
    border: none;
    background: transparent;
    border-radius: 30px;
    color: #FFFFFF;
    background-color: #82b566;
    background-image: -webkit-gradient(linear, left top, right top, from(#92c35d), to(#73ad53));
    background-image: -webkit-linear-gradient(left, #92c35d, #73ad53);
    background-image: -moz-linear-gradient(left, #92c35d, #73ad53);
    background-image: linear-gradient(to right, #92c35d, #73ad53);
    box-shadow: 0 0 20px rgba(146, 195, 93, .6);
  }
  .sider-box .sider-left .search-news {
    background-color: #ffffff;
    padding: 50px 30px;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  }
  .sider-box .sider-left .search-news form {
    margin-top: 35px;
    position: relative;
  }
  .sider-box .sider-left .search-news form input {
    font-size: 16px;
    width: 100%;
    height: 50px;
    background-color: transparent;
    border: none;
    background-color: #f0f0f0;
    padding-left: 25px;
    padding-right: 115px;
    border-radius: 30px;
  }
  .sider-box .sider-left .search-news form button {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    width: 115px;
    border: none;
    border-radius: 30px;
    font-size: 18px;
    color: #FFFFFF;
    background-color: #82b566;
    background-image: -webkit-gradient(linear, left top, right top, from(#92c35d), to(#73ad53));
    background-image: -webkit-linear-gradient(left, #92c35d, #73ad53);
    background-image: -moz-linear-gradient(left, #92c35d, #73ad53);
    background-image: linear-gradient(to right, #92c35d, #73ad53);
  }
  .sider-box .sider-left .hot-news {
    background-color: #ffffff;
    padding: 50px 30px;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  }
  .sider-box .sider-left .hot-news .list {
    margin-top: 35px;
  }
  .sider-box .sider-left .hot-news .list ul li + li {
    margin-top: 35px;
  }
  .sider-box .sider-left .hot-news .list .img {
    border-radius: 10px;
    overflow: hidden;
  }
  .sider-box .sider-left .hot-news .list time {
    color: #858585;
  }
  .sider-box .sider-left .news-date {
    background-color: #ffffff;
    padding: 50px 30px;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  }
  .sider-box .sider-left .news-date .datepicker {
    margin-top: 35px;
  }
  .sider-box .sider-right {
    width: 70%;
  }
  .product_list {
    background-color: #fafafa;
    border-radius: 20px;
    padding: 40px;
  }
  .product_list ul {
    margin: 0 -15px;
  }
  .product_list ul li {
    padding: 20px 15px;
  }
  .product_list .img {
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 10px;
    background: #fff;
  }
  .product_list .img span {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #FFFFFF;
    background-color: #82b566;
    background-image: -webkit-gradient(linear, left top, right top, from(#82b566), to(#9bc76b));
    background-image: -webkit-linear-gradient(left, #82b566, #9bc76b);
    background-image: -moz-linear-gradient(left, #82b566, #9bc76b);
    background-image: linear-gradient(to right, #82b566, #9bc76b);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
  }
  .product_list .img:hover span {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .seo_title{
          font-size: 30px;
      line-height: 1.6;
          font-weight: bold;
          text-transform: uppercase;
      }
      #seo_other h2{
      font-size: 30px;
      line-height: 1.6;
          font-weight: bold;
      text-align: center;
          text-transform: uppercase;
      margin-bottom: 30px;
    }
    #seo_other h3{
      font-size: 22px;
      line-height: 40px;
          font-weight: bold;
    }
      #seo_about ._box{
          margin: -15px;
      }
      
      #seo_about ._left,
      #seo_about ._right{
          padding: 15px;
      vertical-align: middle;
      }
      
      #honor_list ul{
          margin: -15px;
      }
      
      #honor_list ul li{
          padding: 15px;
      }
      
      #news_list ul{
          margin: -15px;
      }
      
      #news_list ul li{
          padding: 15px;
      }
      
      #news_list ._time span{
          display: inline-block;
          padding: 5px;
      }
  
        #news_list ul li ._name{
    height: 80px;
    font-size: 20px;
    line-height: 36px;
      }
  
      #news_list ul li ._text{
    font-size: 16px;
    line-height: 30px;
      }
      
      #news_list ._time span._cate{
          color: #FFFFFF;
          background-color: #000000;
      }
      
      #news_list ._time span._date{
          background-color: #CCCCCC;
      }
      
      #news_list ._table{
          padding: 20px;
          border: 2px solid #CCCCCC;
      }
  @media screen and (max-width: 1000px) {
    .sider-box .sider-left {
      display: none;
    }
    .sider-box .sider-right {
      width: 100%;
      padding: 0;
    }
    .product_list {
      padding: 30px;
    }
    #seo_about ._left, #seo_about ._right{
      width: 100%;
    }
    .product-page .init-3 .container .content .swiper{
      width: 100%;
    }
    .product-page .init-3 .container .content{
      margin-top: 30px;
    }
  }
  @media screen and (max-width: 700px) {
    #seo_other{
      display: none;
    }
  }
  @media screen and (max-width: 500px) {
    .product-page .product-1 .box {
      padding: 20px;
    }
    .product_list {
      padding: 15px;
    }
  }
  
  #seo_news .box_cont .slick-slide{
    padding-bottom: 10px;
  }
  #seo_news .news-page .container .box_cont .column{
    margin-top: 30px;
  }
  