.crumbs-content .l-content li {
    padding-right: 0;
}

.crumbs-content .l-content li a {
    padding-right: 0;
}

.mainArea {
    width: 1200px;
    margin: 0 auto;
    font-family: "Microsoft Yahei";
}

.mainArea .EnglishF {
    font-family: Helvetica, Simsun, Simhei, Arial, sans-serif;
}

.mainArea img {
    border: 0;
}

.mainArea * {
    margin: 0;
    padding: 0;
}

.mainArea .clearfixs:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.mainArea .VN_opacity {
    transition: opacity ease 0.2s;
    -webkit-transition: opacity ease 0.2s;
    -moz-transition: opacity ease 0.2s;
}

.mainArea .VN_opacity:hover {
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
}

.mainArea .contentsBlock__image {
    position: relative;
    width: 100%;
}

.mainArea .contentsBlock__image h1 {
    width: 100%;
}

.mainArea ul li a {
    display: inline-block;
}

.mainArea .clearfixs:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.mainArea .VN_opacity {
    transition: opacity ease 0.2s;
    -webkit-transition: opacity ease 0.2s;
    -moz-transition: opacity ease 0.2s;
}

.mainArea .VN_opacity:hover {
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
}

.mainArea ul,
li {
    list-style: none;
}

.mainArea .lp-btn {
    display: block;
    box-sizing: border-box;
    padding: 10px 2px 10px;
    border-radius: 2px;
    background-color: #ff730a !important;
    box-shadow: inset 0 1px 0 0 #ffab6c, 0 2px 0 0 rgba(0, 0, 0, 0.1);
    text-align: center;
    font-size: 21px;
    letter-spacing: 1px;
    font-weight: bold;
    color: #fff !important;
    text-decoration: none !important;
    background-image: url(../images/narrow.png);
    background-repeat: no-repeat;
    background-position: 11px center;
    margin: 0 auto;
}

.mainArea .btn-lg {
    width: 360px!important;
}

.mainArea .btn-md {
    width: 210px!important;
}

.mainArea .btn-sm {
    width: 150px!important;
}

.mainArea .btn-win {
    position: relative;
}

.mainArea .btn-win::before {
    position: absolute;
    top: 4px;
    right: 4px;
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    background: url("../images/window.png") no-repeat right top;
}
.banner{
    background: url(../images/img_01.jpg) 0 0 no-repeat;
    height:242px;
    box-sizing: border-box;
}
.bannertext{
  font-family: SourceHanSansCN-Bold;
  font-size:128px;
  line-height: 1.3;
  font-weight: bold;
  position: relative;
  z-index: 999;
  text-align: center;
  letter-spacing: 10px;
  padding:50px 0 0 0;
}
.bannertext span {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  z-index: -1;
  padding: 50px 0 0 0;
  box-sizing: border-box;
  text-shadow:-2px -2px 9px #d19730;
}
.top{
    background: url(../images/img_02.jpg) 0 0 no-repeat, url(../images/img_03.jpg) 0 192px no-repeat;
    height:474px;
    background-position: top, bottom;
    box-sizing: border-box;
}
.toptext{
  font-family: SourceHanSansCN-Bold;
  font-size:68px;
  line-height: 1.2;
  position: relative;
  z-index: 999;
  text-align: center;
  letter-spacing: 10px;
  font-weight: 300;
}
.toptext1{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  z-index: -1;
  box-sizing: border-box;
  text-shadow:-1px -1px 12px #e99500;
}
.toptext span{
    font-size: 68px;
    font-family: arial;
    font-style: italic;
    display: block;
}
/*Products*/
.procontain{
    color: #000000;
}
.procontain1{
    margin:2px 0 0 0;
}
.procontainer{
    text-decoration: none;
}
.procontainer::before,.procontainer::after{
    clear: both;
}
.procontent{
    display: flex;
}
.procontent1{
    margin-top: -25px;
}
.propic{
    width: 500px;
    float: left;
}
.productsbg{
    background: url(../images/img_23.jpg) 0 0 no-repeat;
    height:548px;
    box-sizing: border-box;
    position: relative;
}
.product-price{
    padding-top: 158px;
}
.l-content .product{
    cursor: pointer;
    transition: 0.3s;
    opacity: 1;
    position: relative;
    padding-bottom:5px;
    background: url(../images/probg.png) 0 0 no-repeat;
    width: 318px;
    height:466px;
    padding:30px 10px 0 22px;
    box-sizing: border-box;
}
.pic1{
    position: absolute;
    top: 120px;
}
.l-content .product a{
    text-decoration: none;
    display: block;
    color: #fff;
}
.l-content .products {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap:60px;
}
.l-content .products1{
    justify-content: right;
    right:88px;
    bottom: 115px;
    position: absolute;
}
.l-content .product li{
    list-style-type:none;
}
.l-content .product:nth-child(4n) {
    margin-right: 0;
}
.l-content .product:hover{
  transform: translate(-3px, -3px);
}
.protop{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 48px 0 48px;
}
.pro1fea1{
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 16px;
    gap: 5px;
    margin-bottom:10px;
}
.pro1fea2{
    display: flex;
    color: #fff;
    font-size: 16px;
    gap: 5px;
    margin-bottom:10px;
}
.pro1feature{
    position: absolute;
    top: 74px;
    left: 42px;
}
.pro1pic{
    position: absolute;
    top: 44px;
    left: 177px; 
}
.pro1pic1{
    position: absolute;
    top:102px;
    left:160px; 
}
.pretax{
    font-size: 20px;
    color: #a7a7a7;
}
.pretax1{
    font-size: 9px;
}
.pretax-out1{
    display: flex;
    gap:4px;
}
.pretax-pirce{
    font-size: 21px;
    display: inline-block;
}
.pretax-text{
    display: inline-block;
    font-size: 20px;
    color: #fff;
}
.protwoprice-text{
    font-size: 14px;
    text-align: left;
}
.pretax-text span{
    font-size: 12px;
    border: 1px solid #fff;
    padding: 0 2px;
}
.pretax-pirce1{
    font-size: 28px;
}
.protwo-pricetext{
    font-size: 16px;
}
.protwo-pricetext1{
    width: 155px;
    text-align: right;
}
.largeorder{
    font-size: 11px;
    color: #fff;
}
.largeorder1{
    font-size: 9px;
}
.largeorder-pirce{
    font-family: arial;
    font-size: 54px;
    color: #ffcc00;
    font-weight: 600;
    display: inline-block;
    line-height: 1;
}
.largeorder-pirce span{
    font-size: 35px;
}
.largeorder-pirce1{
    font-size: 42px;
}
.largeorder-pirce1 span{
    font-size: 26px;
}
.promodel{
    font-size: 12px;
    line-height: 1.2;
    color: #fff;
    padding: 5px 0 4px 0;
}
.promodel span{
    font-family: arial;
}
.pretaxb{
    font-size: 66px;
    color: #fff;
    font-family: arial;
    font-weight: bold;
    line-height: 1;
}
.protwo-price{
    font-size: 40px;
}
.yellowtext{
    color: #ffcc00;
}
.pretaxs{
    font-size: 30px;
}
.promodel1{
    padding:0;
    font-size: 12px;
}
.protex{
    font-size: 15px;
}
.prodiscount{
  margin: 30px 0 30px 48px;
  display: flex;
  gap: 20px;
}
.discount{
  background: url(../images/arrowsmall.png) left no-repeat;
  height:86px;
  padding-left:72px;
  margin: 15px 0 0 90px
}
.protwo-discount{
  background: url(../images/arrow.png) left no-repeat;
  height:37px;
  padding-left:30px;
  margin: 0;
  width: 106px;
  box-sizing: border-box;
}
.discount-text{
    color: #fff;
    font-size:66px;
    line-height: 1.3;
}
.protwodiscount-text{
    color: #fff;
    font-size:12px;
    line-height: 1.3;
}
.discount-small{
    font-size:20px;
}
.discount-num{
    font-size:66px;
    font-family: arial;
    font-weight: 600;
    line-height: .9;
    color: #ffcc00;
}
.discount-num1{
    font-size:26px;
    color: #ffcc00;
}
.percent{
    font-size: 20px;
    color: #fff;
}
.part1{
    background: url(../images/img_04.jpg) 0 0 no-repeat, url(../images/img_05.jpg) 0 291px no-repeat;
    height:523px;
    background-position: top, bottom;
    font-family: SourceHanSansCN-Regular;
    box-sizing: border-box;
}
.part2{
    background: url(../images/img_06.jpg) 0 0 no-repeat, url(../images/img_07.jpg) 0 277px no-repeat;
    height:480px;
    background-position: top, bottom;
}
.part3{
    background: url(../images/img_11.jpg) 0 0 no-repeat, url(../images/img_12.jpg) 0 206px no-repeat;
    height:412px;
    background-position: top, bottom;
}
.part4{
    background: url(../images/img_15.jpg) 0 0 no-repeat, url(../images/img_16.jpg) 0 180px no-repeat;
    height:360px;
    background-position: top, bottom;
}
.part5{
    background: url(../images/img_17.jpg) 0 0 no-repeat, url(../images/img_18.jpg) 0 179px no-repeat;
    height:357px;
    background-position: top, bottom;
}
.part6{
    background: url(../images/img_19.jpg) 0 0 no-repeat, url(../images/img_20.jpg) 0 179px no-repeat;
    height:357px;
    background-position: top, bottom;
}
.part7{
    background: url(../images/img_22.jpg) 0 0 no-repeat, url(../images/img_23.jpg) 0 317px no-repeat;
    height:633px;
    background-position: top, bottom;
    position: relative;
}
.part8{
    background: url(../images/img_26.jpg) 0 0 no-repeat, url(../images/img_27.jpg) 0 420px no-repeat;
    height:840px;
    background-position: top, bottom;
    position: relative;
}
.part8-pro{
    display: flex;
    justify-content: center;
    gap: 20px;
}
.part8-pro a{
    display: block;
    transition: .3s;
}
.part8-pro a:hover{
    transform: translate(-3px, -3px);
}
.part7-pro{
    display: flex;
    justify-content: center;
    gap: 90px;
}
.part7-prosub{
    position: relative;
}
.part7-prosub a{
    display: block;
    transition: .3s;
}
.part7-prosub a:hover{
    transform: translate(-3px, -3px);
}
.part7text{
    position: absolute;
    text-align: center;
    font-size: 30px;
    color: #000;
    text-shadow: 2px 2px 3px #686868;
    bottom:128px;
    line-height: 1.2;
    left: 50%;
    transform: translate(-50%,0);
    letter-spacing: 6px;
    width: 100%;
    font-weight: 500;
}
.part7-note{
    position: absolute;
    text-align: center;
    font-size: 30px;
    color: #fff;
    text-shadow: 2px 2px 5px #484848;
    bottom:28px;
    line-height: 1.2;
    left: 50%;
    transform: translate(-50%,0);
    letter-spacing: 2px;
    width: 100%;
}
.profeature{
    background: url(../images/iconbg1.png) no-repeat;
    height: 89px;
    font-family: SourceHanSansCN-Regular;
    font-size:26px;
    line-height: 1.2;
    color: #fff;
    font-weight:400;  
    padding:25px 0 0 90px;
    margin:0 0 10px 48px;
    box-sizing: border-box;
}
.profeature1{
    background: url(../images/iconbg2.png) no-repeat;
}
.profeature2{
    background: url(../images/iconbg3.png) no-repeat;
}
.feature{
    margin-bottom:128px;
}
.pic1{
    text-align: center;
}
.pic2 img{
    filter:drop-shadow(0 0 38px rgba(255, 255, 255, 0.6));
}
.pro2bg{
    background: url(../images/img_19.jpg) 0 0 no-repeat;
    height:425px;
    box-sizing: border-box;
    position: relative;
}
.pro2bg a{
    text-decoration: none;
    display: flex;
    justify-content: center;
}
.taxprice{
    font-size: 25px;
    color: #fff;
    line-height: 1.1;
    position: relative;
    padding-top: 2px;
    margin-left: 48px;
}
.taxprice1{
    margin:0 0 10px 0;
    font-size: 16px;
    text-align: right;
}
.origprice{
    color: #fff;
    font-size: 16px;
}
.origprice span{
    color: #ffcc00;
    padding-left: 5px;
}
.price-details {
    line-height: 1;
    font-size: 21px;
    text-align: left;
    margin-left: 4px;
    display: inline-block;
  }
.price-details span {
  border: 1px solid #ffffff;
  font-size:10px;
  display: inline-block;
  padding: 1px 3px;
  margin-bottom: 2px;
  text-align: center;
  box-sizing: border-box;
  font-weight: normal;
}
.price-details1{
    font-size: 31px;
}
.price-details1 span{
    font-size: 14px;
}
.price-details2{
    font-size: 16px;
}
.price-details2 span{
    font-size:10px;
}
.price-details3{
    font-size: 19px;
}
.price-details3 span{
    font-size: 12px;
}
.price{
    padding-left: 15px;
}
.silvertext{
  background: -webkit-linear-gradient(to right, #f6dcad, #fcf6e8, #f3d092); 
  background: linear-gradient(to right, #f6dcad, #fcf6e8, #f3d092); 
  -webkit-background-clip: text; 
  background-clip: text;
  -webkit-text-fill-color: transparent; 
}
.imgchange{
    background: url(../images/img_27.jpg) no-repeat;
    height:298px;
    margin: 0px auto;
    text-align: center;
    box-sizing: border-box;
}
#image-container {
    background:url(../images/before.png) no-repeat;
    width: 1114px;
    height: 231px;
    margin: 0px auto;
    filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.3));
}
#image-container:hover {
    background:url(../images/after.png) no-repeat;
    width: 1114px;
    height: 231px;
}
.note{
    color: #fff;
    font-size: 18px;
    padding: 21px 0 0 60px;
}
.morepro1bg{
    background: url(../images/img_09.jpg) 0 0 no-repeat, url(../images/img_10.jpg) 0 273px no-repeat;
    height:531px;
    background-position: top, bottom;
    position: relative;
    box-sizing: border-box;
}
.morepro2bg{
    background: url(../images/img_13.jpg) 0 0 no-repeat, url(../images/img_14.jpg) 0 207px no-repeat;
    height:373px;
    background-position: top, bottom;
    position: relative;
    box-sizing: border-box;
}
.morepro3bg{
    background: url(../images/img_24.jpg) 0 0 no-repeat, url(../images/img_25.jpg) 0 202px no-repeat;
    height:388px;
    background-position: top, bottom;
    position: relative;
    box-sizing: border-box;
}
.morepro{
    position:absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top:0;
}
.morepro span{
    position:absolute;
    font-size:35px;
    color: #000000;
    text-align: center;
    top:33px;
    font-weight:600;
    line-height: 1.4;
    left:50%;
    transform: translate(-50%, 0);
    width: 100%;
    letter-spacing: 3px;
    font-family: SourceHanSansCN-Regular;
}
.morepro a{
    transition: 0.3s;
    display: block;
    width: 100%;
    height: 100%;
}
.morepro a:hover{
    opacity: 0.9;
    transform: translate(-3px, -3px);
}
.morepro1 span{
    top:11px;
}
.morepronote{
    font-family: SourceHanSansCN-Regular;
    font-size: 18px;
    text-align: center;
    color: #fff;
    padding-top: 85px;
}
.morepro-note{
    font-size: 37px;
    color: #fff;
    text-shadow: 2px 2px 12px #67678b;
    text-align: center;
    padding-top: 120px;
}
.footer{
    background: url(../images/img_28.jpg) 0 0 no-repeat;
    height:414px;
    font-family: SourceHanSansCN-Regular;
    box-sizing: border-box;
    line-height: 1.4;
    padding: 0 50px;
    position: relative;
}
.foot-title{
    font-size: 30px;
    color: #f3dfb1;
    font-weight: bold;
    text-shadow:1px 5px 1px #513a23;
}
.footer p{
    color: #fff;
    padding-top: 10px;
    font-size: 21px;
    line-height: 1.5;
}
.footer a{
    color: #fff;
    text-decoration: none;
    font-family: arial;
}