*{margin:0;padding:0;position:relative;font-size:14px;font-family:"Inter";box-sizing:border-box;outline:none;list-style:none;}
@font-face {
    font-family: 'MarckScript';
    src: url('../font/MarckScript-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'aptos';
    src: url('../font/aptos.ttf') format('truetype');
}
@font-face {
    font-family: 'aptos-black-italic';
    src: url('../font/aptos-black-italic.ttf') format('truetype');
}
@font-face {
    font-family: 'aptos-black';
    src: url('../font/aptos-black.ttf') format('truetype');
}
@font-face {
    font-family: 'aptos-bold';
    src: url('../font/aptos-bold.ttf') format('truetype');
}
@font-face {
    font-family: 'aptos-extrabold-italic 2';
    src: url('../font/aptos-extrabold-italic 2.ttf') format('truetype');
}
@font-face {
    font-family: 'aptos-extrabold-italic';
    src: url('../font/aptos-extrabold-italic.ttf') format('truetype');
}
@font-face {
    font-family: 'aptos-extrabold';
    src: url('../font/aptos-extrabold.ttf') format('truetype');
}
@font-face {
    font-family: 'aptos-italic';
    src: url('../font/aptos-italic.ttf') format('truetype');
}
@font-face {
    font-family: 'aptos-light-italic';
    src: url('../font/aptos-light-italic.ttf') format('truetype');
}
@font-face {
    font-family: 'aptos-light';
    src: url('../font/aptos-light.ttf') format('truetype');
}
@font-face {
    font-family: 'aptos-semibold';
    src: url('../font/aptos-semibold.ttf') format('truetype');
}
body{--mw:100vw;height:100%;--c1:#6eaa2e;}
body.popup {}

.container {width:100%;min-height:100vh;margin:0 auto;background:#FFF;}
.header {--fs:20px;width:100%;background:#FFF;z-index:100;}
.header .title {padding-top:12px;width:var(--mw);height:152px;margin: 0 auto;display:flex;flex-direction:row;justify-content:center;align-items:center;}
.header .logo {width:100px;height:80px;background-image:url(../img/logo.svg);background-size:100% 100%;cursor:pointer;}
.header .search {margin-left:62px;width:calc(var(--mw) - 100px - 62px);height:54px;display:flex;flex-direction:row;}
.search-text {width:calc(100% - 58px);height:54px;background:#f5f5f5;border:1px solid #d9d9d9;border-right:none;border-radius:5px 0 0 5px;padding:0 22px;}
.search-button {width:58px;height:54px;background:var(--c1);border-radius: 0 5px 5px 0;cursor:pointer;}
.search-button::before {content:'';position:absolute;top:16px;left:13px;width:18px;height:18px;border:3px solid #fff;border-radius:50%;}
.search-button::after {content:'';position:absolute;bottom:14px;right:17px;width:3px;height:10px;background:#fff;border-radius:50%;transform:rotate(-45deg);transform-origin:100% 100%;}
.header .menu {--pcount:0;--mcount:0;width:100%;height:64px;background:var(--c1);}
.header .menu-toggle {width:20px;height:20px;cursor:pointer;display:none;justify-content:center;align-items:start;z-index:99;}
.header .menu-toggle::before {content:'';width:20px;height:20px;background:linear-gradient(transparent 70%,#fff 0);background-size:100% 6px;}
.header .menu-close {width:20px;height:20px;cursor:pointer;display:none;justify-content:center;align-items:center;z-index:99;}
.header .menu-close::before {content:'';position:absolute;width:24px;height:2px;background:#fff;transform-origin:50% 50%;transform:rotate(45deg);}
.header .menu-close::after {content:'';position:absolute;width:2px;height:24px;background:#fff;transform-origin:50% 50%;transform:rotate(45deg);}
.header .menu .modules {width:100%;margin:0 auto;display:flex;justify-content:space-between;}
.header .menu .module {line-height:64px;display:flex;justify-content:center;cursor:pointer;position:relative;}
.header .menu .module-name {font-size:var(--fs);font-weight:500;color:#fff;padding:0 var(--fs);user-select: none;} 
.header .menu .module.parent .module-name {padding-right:calc(var(--fs) + 15px);}
/* .header .menu .module.parent .module-name::after {content:'';position:absolute;top:36px;right:var(--fs);width:9px;height:5px;background:#ffffff66;clip-path:polygon(0 0,100% 0,50% 100%);} */
.header .menu .module.parent.expand .module-name {background:#d0efaf;color:var(--c1);}
.header .menu .module.parent.expand .module-name::after {background:var(--c1);}
.header .menu .module-children {--cols:5;--l:auto;display:none;position:absolute;top:64px;left:var(--l);width:calc(220px * var(--cols) + 70px);background:#fff;padding:35px;justify-content:start;flex-wrap:wrap;border-radius:0 0 16px 16px;z-index:100;}
.header .menu .module.parent.expand .module-children {display:flex;}
.header .menu .module-children .module-item {width:180px;height:160px;margin:10px 20px;padding:5px;display:flex;justify-content:center;border:1px solid transparent;border-radius:5px;}
.header .menu .module-children .module-item:hover {border:1px solid #9bc073;}
.header .menu .module-children .module-item:hover::after {content:'';position:absolute;width:100%;height:100%;top:0;left:0;background:var(--c1);opacity:.05;}
.header .menu .module-children .module-item .data-name {position:absolute;top:120px;left:0;width:180px;height:25px;line-height:16px;font-size:14px;text-align:center;}
.header .menu .module-children .module-item:hover .data-name {color:var(--c1)}
.header .menu .module-children .module-item .data-pic {width:170px;height:95px;background-image:var(--b);background-size:100% 100%;background-repeat:no-repeat;}
.header .menu .module-children .module-item .data-ico {display:none;background-image:var(--b);background-size:100% 100%;background-repeat:no-repeat;}
.header .menu .module-children .more {position:absolute;bottom:20px;right:65px;width:170px;height:32px;line-height:32px;text-align:right;padding:10px;font-size:16px;color:var(--c1);cursor:pointer;}
.header .menu .module-children .more::after {content:'';position:absolute;top:22px;right:0;width:5px;height:9px;background:var(--c1);clip-path:polygon(0 0,100% 50%,0% 100%);}

.nav {width:100%;height:60px;line-height:60px;border-bottom:2px solid #f2f2f2;display:none;}
.nav .nav-link {width:var(--mw);margin:0 auto;}
.nav .prev-link {font-size:19px;font-weight:300;cursor:pointer;}
.nav .arrow {margin:0 15px;display:inline-block;font-size:22px;}
.nav .current {font-size:19px;font-weight:300;color:#969696;}

.content-cover {position:absolute;top:0;left:0;width:100%;height:100%;background:#00000044;z-index:99;display:none;}
body.popup .content-cover {display:block;}
.content {margin-bottom:130px;width:100%;min-height:calc(100% - 285px - 235px);border:none;}

.bottom {display:none;}
.bottom .mob-module {width:100%;padding:5px 20px;}
.bottom .mob-module-name {width:100%;height:34px;line-height:34px;background:#f1f1f1;border-radius:6px;padding-left:20px;font-weight:500;cursor:pointer;}
.bottom .mob-module-name::after {content:'+';position:absolute;height:34px;line-height:34px;right:15px;font-size:20px;font-weight:400;}
.mob-module-items {display:none;padding:10px 20px;}
.bottom .mob-module.expand .mob-module-name {background:var(--c1);color:#fff;}
.bottom .mob-module.expand .mob-module-name::after {content:'-';}
.bottom .mob-module.expand .mob-module-items {display:block;}
.bottom .mob-module.expand .mob-module-item {min-height:32px;line-height:32px;border-bottom:1px solid #f3f3f3;font-weight:300;cursor:pointer;}
.bottom .mob-module.expand .mob-module-item.current {color:var(--c1);}

.footer {--fs:18px;width:100%;background:#004d9d;}
.footer .columns {width:var(--mw);margin:0 auto;padding-top:36px;height:210px;display:flex;flex-direction:row;justify-content:space-between;}
.footer .column {width:33%;line-height:32px;}
.footer .column p {font-size:var(--fs);font-weight:300;color:#fff;}
.footer .column p a {font-size:20px;font-weight:300;color:#fff;cursor:pointer;}
.footer .copyright {width:100%;height:25px;line-height:25px;text-align:center;color:#fff;background:#013e7f;font-size:10px;font-weight:300;letter-spacing:2px;}

.agreement-bg {width:100vw;height:100vh;position:fixed;top:0;left:0;z-index:120;background:#00000044;display:flex;align-items:center;justify-content:center;}
.agreement-wrap {width:800px;height:400px;background:#fff;margin-top:150px;padding:40px 60px;border-radius:12px;}
.agreement-content {color:#7f7f7f;font-size:17px;line-height:40px;}
.agreement-link {display:inline-block;color:var(--c1);margin-left:15px;font-size:17px;line-height:40px;cursor:pointer;text-decoration:underline;}
.agreement-buttons {margin-top:60px;display:flex;flex-wrap:wrap;justify-content:space-between;cursor:pointer;}
.agreement-button {width:300px;height:48px;line-height:48px;border-radius:8px;text-align:center;font-size:18px;}
.agreement-button.button1 {border:1px solid #cecece;color:#7f7f7f;}
.agreement-button.button2 {background:var(--c1);color:#fff;}

.wrap {--c1:#6eaa2e;width:100%;overflow:hidden;}

.home {width:100%;}
.home .slider {--i:0;width:var(--mw);margin:0 auto;height:calc(var(--mw) * .5);overflow:hidden;}
.home .slider-button {position:absolute;top:0;width:48px;height:100%;display:flex;align-items:center;z-index:20;}
.home .slider-button svg {width:48px;height:48px;cursor:pointer;border-radius:10px;}
.home .slider-button svg:hover {background:rgba(0,0,0,.4);}
.home .slider-button svg path {fill:#cbcbcb;}
.home .slider-button svg:hover path {fill:#ffffff;}
.home .slider-button.prev {left:10px;}
.home .slider-button.next {right:10px;}
.home .slider-items {width:calc(var(--mw) * 3);height:calc(var(--mw) * .5);position:absolute;top:0;left:0;overflow:hidden;}
.home .slider .item {float:left;width:var(--mw);height:calc(var(--mw) * .5);background-image:var(--b);background-repeat:no-repeat;background-position:center;background-size:cover;}
.home .slider .indicator {width:var(--mw);height:12px;position:absolute;left:0;bottom:28px;display:flex;justify-content:center;z-index:60;}
.home .slider .indicator .item-circle {width:12px;height:12px;border-radius:50%;margin:0 7px;background:#fff;opacity:.4;cursor:pointer;}
.home .slider .indicator .item-circle.current {opacity:1;}

.home .slogan1 {width:var(--mw);font-size:30px;color:#003282;margin:40px auto 50px auto;font-weight:700;}
.home .slogan2 {width:var(--mw);font-size:28px;color:var(--c1);margin:0 auto;font-weight:500;}
.home .product-types {width:var(--mw);margin:20px auto 38px auto;display:flex;flex-wrap:wrap;justify-content:space-between;}
.home .product-type {width:calc((var(--mw) - 70px) / 5);height:calc((var(--mw) - 70px) / 5 / 3 * 4);background-image:var(--b);background-size:100% 100%;margin:10px 0;border-radius:12px;cursor:pointer;}
.home .bg-image {width:100%;height:424px;margin-top:30px;background-image:url(../img/body.jpg);background-size:100%;background-position:0 50%;}
.home .bg-image {width:100%;height:424px;margin-top:120px;background-image:linear-gradient(to right,#F0D06B,#9C9413,#F0D06B);}
.home .bg-image::after {content:'';position:absolute;top:-120px;left:calc(50% - var(--mw) / 2);display:block;width:var(--mw);height:355px;background-image:url(../img/body.png);background-repeat:no-repeat;background-position:5% 0;}
.home .hotsale {width:var(--mw);margin:-360px auto 0 auto;}
.home .hotsale .title {font-size:40px;color:#fff;font-weight:700;text-align:right;}
.home .hotsale .more {margin-top:15px;height:50px;line-height:50px;font-size:24px;color:#fff;font-weight:500;text-align:right;cursor:pointer;padding-right:35px;}
.home .hotsale .more::after {content:'';position:absolute;top:22px;right:20px;width:5px;height:9px;background:#fff;clip-path:polygon(0 0,100% 50%,0% 100%);}
.home .hotsale .products {margin-top:40px;width:100%;display:flex;justify-content:space-between;}
.home .hotsale .product {width:calc((var(--mw) - 70px) / 4);border-radius:48px;background:#fff;border:2px solid #efefef;padding:10px 20px 50px 20px;cursor:pointer;}
.home .hotsale .product::after {content:'';position:absolute;bottom:10px;width:100%;height:20px;background-image:url(../img/gray_triangle.svg);background-position:calc(50% - 20px) 50%;background-repeat:no-repeat;}
.home .hotsale .product-pic {width:calc((var(--mw) - 70px) / 4 - 40px);height:calc((var(--mw) - 70px) / 4 / 4 * 3);background-image:var(--b);background-size:100% 100%;}
.home .hotsale .product-name {margin-top:20px;width:100%;font-size:12px;color:var(--c1);font-weight:700;line-height:24px;}
.home .hotsale .product-desc {margin-top:20px;width:100%;height:120px;font-size:12px;color:#7f7f7f;line-height:24px;overflow:hidden;}
.home .cert {width:var(--mw);margin:60px auto 0 auto;}
.home .cert .title {font-size:50px;color:var(--c1);font-weight:500;font-family:'MarckScript';}
.home .cert-pic {width:var(--mw);margin:30px auto 0 auto;}

.type-list {width:calc(var(--mw) + 20px);margin:0 auto;padding:30px 0;display:flex;flex-wrap:wrap;justify-content:start;align-items:start;}
.type-list img {margin:200px auto;}
.type-item {width:calc((var(--mw) - 60px) / 3);margin:10px;padding:5px;border:1px solid #f2f2f2;border-radius:8px;cursor:pointer;}
.type-item .type-item-pic {width:100%;height:177px;background-color:#fff;background-image:var(--b);background-size:auto 100%;background-repeat:no-repeat;background-position:center;}
.type-item .type-item-name {width:100%;height:60px;line-height:20px;font-size:14px;margin:10px 0;padding:5px;text-align:center;}
.type-item:hover::after {content:'';position:absolute;width:100%;height:100%;top:0;left:0;background:var(--c1);opacity:.05;}
.type-item:hover .type-item-name {color:var(--c1)}

.product-detail {--lw:670px;--rw:670px;--dw:670px;width:100%;display:flex;flex-direction:column;}
.product-info {width:var(--mw);min-height:800px;margin:98px auto 0 auto;display:flex;flex-direction:column;align-items:center;}
.product-name {width:var(--rw);font-size:22px;font-weight:700;line-height:40px;}
.product-pictures {width:var(--lw);position:relative;}
.product-pictures .slider {width:var(--lw);height:calc(var(--lw) * .8);overflow:hidden;}
.product-pictures .slider-button {position:absolute;top:0;width:32px;height:100%;display:flex;align-items:center;}
.product-pictures .slider-button svg {width:32px;height:32px;cursor:pointer;border-radius:6px;}
.product-pictures .slider-button svg:hover {background:rgba(0,0,0,.4);}
.product-pictures .slider-button svg path {fill:#cbcbcb;}
.product-pictures .slider-button svg:hover path {fill:#ffffff;}
.product-pictures .slider-button.prev {left:0;}
.product-pictures .slider-button.next {right:0;}
.product-pictures .slider-items {width:calc(var(--lw) * 3);height:calc(var(--lw) * .8);position:absolute;top:0;left:0;transition: all linear .2s;}
.product-pictures .slider .item {float:left;width:var(--lw);height:calc(var(--lw) * .8);background-image:var(--b);background-repeat:no-repeat;background-position:center;background-size:contain;}
.product-pictures .list {margin-top:60px;width:var(--lw);height:200px;display:flex;flex-direction:row;justify-content:space-between;}
.product-pictures .list .item {width:200px;height:200px;background-image:var(--b);background-repeat:no-repeat;background-size:100%;border:1px solid #e6e6e6;border-radius:16px;cursor:pointer;}
.product-pictures .list .item.current {border:1px solid var(--c1);}
.product-params {width:var(--rw);line-height:44px;}
.product-param1 {margin-top:30px;font-size:16px;color:#7d7d7d;font-weight:300;line-height:30px}
.product-param2 {margin-top:30px;font-size:16px;color:var(--c1);font-weight:400;line-height:30px}

.product-certification,.product-certification2 {margin-top:90px;width:var(--rw);height:80px;display:flex;flex-direction:row;}
.product-certification {display:none;}
.product-certification2 {margin:90px auto 0 auto;width:var(--dw);}
.product-certification .item,.product-certification2 .item {margin:0 16px;width:80px;height:80px;background-image:var(--b);background-repeat:no-repeat;background-size:100%;}

.product-description {width:var(--dw);margin:64px auto 0 auto;font-size:16px;font-weight:200;color:#7d7d7d;line-height:30px;}

.product-values {width:var(--dw);margin:30px auto 0 auto;}
.product-values .label {font-size:24px;color:var(--c1);font-weight:500;}
.product-values .table {width:100%;margin-top:35px;display:flex;flex-direction:row;flex-wrap:wrap;}
.product-values .table .colname {width:45%;height:68px;border-top:1px solid #e3e3e3;line-height:68px;font-weight:500;font-size:18px;}
.product-values .table .colvalue {width:55%;height:68px;border-top:1px solid #e3e3e3;line-height:68px;font-weight:300;font-size:14px;color:#858585;}

.about {width:var(--mw);margin:60px auto;display:flex;flex-direction:row;}
.about-icons {width:100px;display:flex;flex-direction:column;justify-content:space-between;}
.about-icon {width:100px;height:100px;background-image:var(--b);background-repeat:no-repeat;background-size:100%;}
.about-info {margin-left:80px;line-height:30px;}
.about-title {font-size:16px;font-weight:700;}
.about-text {font-size:14px;margin-bottom:30px;}
.about-slogan {color:var(--c1);font-size:16px;font-weight:700;}

.contact {width:var(--mw);margin:60px auto;display:flex;flex-direction:row;}
.contact-pic {width:60%;height:calc(var(--mw) * 0.6 * 0.45);background-image:var(--b);background-repeat:no-repeat;background-position:center;background-size:100% auto;}
.contact-detail {width:40%;padding-left:40px;}
.contact-title {color:var(--c1);font-size:24px;font-weight:700;margin:30px 0;}
.contact-info {margin-top:60px;font-size:16px;font-weight:700;line-height:30px;}
.contact-items {margin-top:30px;}
.contact-item {width:100%;height:40px;display:flex;flex-direction:row;}
.contact-icon {width:16px;height:16px;background-image:var(--b);background-repeat:no-repeat;background-position:center;background-size:contain;}
.contact-label {margin-left:20px;width:70px;font-weight:700;font-size:14px;}
.contact-value {font-size:14px;color:#000;}

/* .info {width:var(--mw);margin:40px auto;font-size:16px;line-height:36px;padding:0 20px;} */
.info {width:var(--mw);margin:40px auto;padding:0 20px;}
.info p {font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;color:#414141;font-size:14px;line-height:1.6;margin:14px 0;}

@media (min-width: 1170px) {
    body {--mw:1170px;}
    .header {--fs:22px;}
    .header .menu .modules {width:calc(var(--mw) + var(--fs)*2);}
    .footer {--fs:22px;}

    .type-item {width:calc((var(--mw) - 60px) / 4);}
    .type-item .type-item-pic {height:calc(((var(--mw) - 60px) / 4 - 12px) / 3 * 2);}

    .home .slider {height:calc(var(--mw) * .5);}

    .product-detail {--lw:670px;--rw:430px;--dw:1170px;}
    .product-info {align-items:end;}
    .product-pictures {width:var(--lw);position:absolute;top:0;left:0;}
    .product-pictures .list {display: flex;}
    .product-values .table .colname {width:20%;}
    .product-values .table .colvalue {width:30%;}
    .product-certification {display:flex;}
    .product-certification2 {display:none;}

    .info {padding:0;}
}

@media (max-width: 768px) {
    .header {--fs:16px;}
    .header .title {height:84px;justify-content:start;}
    .header .logo {width:60px;height:48px;margin-left:15px;}
    .header .search {position:absolute;bottom:9px;right:0;margin:0;width:calc(var(--mw) - 100px);}
    .header .menu {background:transparent;height:34px;overflow:hidden;transition:height linear .5s;}
    .header .menu.expand {height:calc(34px * 2 + 40px * (var(--pcount) + var(--mcount)) + 20px);position:absolute;box-shadow: 0px 2px 10px #000000aa;}
    .header .menu-toggle {display:flex;position:absolute;top:6px;left:24px;}
    .header .menu-close {display:flex;position:absolute;top:6px;right:-40px;}
    .header .menu .modules {display:block;}
    .header .menu .module {flex-direction:column;align-items:start;background:var(--c1);display:none;}
    .header .menu .module.parent {display:flex;}
    .header .menu .module-name {margin-left:40px;font-weight:500;padding:0 var(--fs);width:100%;height:34px;line-height:34px;letter-spacing:1px;}
    .header .menu.expand .menu-toggle {left:-40px;}
    .header .menu.expand .menu-close {right:16px;}
    .header .menu.expand .module-name {margin-left:0;}
    .header .menu .module.parent.expand .module-name {background:var(--c1);color:#fff;border-radius:0;}
    .header .menu.expand .module-children {display:block;position:static;width:var(--mw);height:auto;left:0;padding:5px 0;border-radius:0;}
    .header .menu.expand .module-item {width:100%;height:30px;line-height:30px;margin:5px 12px;padding:0;justify-content:start;align-items:center;}
    .header .menu.expand .module-item .data-pic {display:none;}
    .header .menu.expand .module-item .data-name {position:static;text-align:left;margin-left:10px;width:calc(100% - 100px);height:30px;line-height:30px;border-bottom:1px solid #f3f3f3;}
    .header .menu.expand .module-item .data-ico {display:block;width:30px;height:30px;}
    .header .menu .module-children .more {display:none;}
    .nav {display: none !important;}

    .agreement-wrap {width:calc(var(--mw) - 50px);height:480px;min-width:350px;margin-top:-160px;border-radius:0;padding:40px 30px;}
    .agreement-content,.agreement-link {font-size:12px;line-height:30px;}
    .agreement-buttons {margin-top:30px;}
    .agreement-button {margin:10px auto;font-size:20px;}

    .home .slogan1 {font-size:14px;}
    .home .slogan2 {font-size:18px;}

    .product-pictures .slider-button {display:none;}
    .product-pictures .list {margin-top:20px;height:20px;justify-content:center;}
    .product-pictures .list .item {width:12px;height:12px;background:transparent;border:1px solid #e3e3e3;margin:0 10px;}
    .product-pictures .list .item.current {background:var(--c1);border:none;}

    .about {margin-top:20px;}
    .about-icons {display:none;}
    .about-info {margin:0 20px;}

    .bottom {display:block;}
    .footer {--fs:18px;display:none;}
    .footer .columns {height:auto;display:block;}
    .footer .column {width:100%;text-align:center;margin-bottom:25px;}
}

@media (max-width: 430px) {
    .header {position:fixed;top:0;}
    .header .search {height:48px;}
    .header .search-text {width:calc(100% - 40px);height:40px;padding:0 10px;border-radius:12px 0 0 12px;}
    .header .search-button {width:40px;height:40px;border-radius:0 12px 12px 0;}
    .header .search-button::before {width:12px;height:12px;border-width:2px;top:12px;left:10px;}
    .header .search-button::after {width:2px;height:6px;bottom:11px;right:11px;}
    .type-item {width:calc((var(--mw) - 60px) / 2);}
    .type-item .type-item-name {height:100px;font-weight:500;}
    .content {margin-top:118px;margin-bottom:30px;}

    .home .slider {height:calc(var(--mw) * .5 + 40px);}
    .home .slider .slider-button {display:none;}
    .home .slider .indicator {bottom:0;}
    .home .slider .indicator .item-circle {width:8px;height:8px;background:#d9d9d9;opacity:1;}
    .home .slider .indicator .item-circle.current {background:var(--c1);}
    .home .slogan1 {text-align:center;font-weight:700;font-style:italic;color:var(--c1);margin:20px auto 30px auto;}
    .home .slogan2 {display:none;}
    .home .product-types {display:none;}
    .home .bg-image {display:none;}
    .home .hotsale {margin:0 auto;}
    .home .hotsale .title {display:none;}
    .home .hotsale .more {display:none;}
    .home .hotsale .products {margin-top:0;width:100%;padding:0 30px;display:flex;justify-content:space-between;flex-wrap:wrap;}
    .home .hotsale .product {width:calc((var(--mw) - 90px) / 2);border:none;padding:0;}
    .home .hotsale .product::after {display:none;}
    .home .hotsale .product-pic {width:calc((var(--mw) - 90px) / 2);height:calc((var(--mw) - 90px) / 2 / 4 * 3);}
    .home .hotsale .product-name {font-size:12px;color:var(--c1);font-weight:500;line-height:20px;}
    .home .hotsale .product-desc {display:none;}
    .home .cert {display:none;}

    .type-list {width:var(--mw);margin:0 auto;padding:30px 0;justify-content:center;}
    .type-list img {margin:60px auto;width:50%;}
    .type-item {width:150px;border-radius:0;border:none;border-bottom:1px solid #e9e9e9;padding:0;}
    .type-item .type-item-pic {height:116px;}
    .type-item .type-item-name {width:100%;height:86px;line-height:16px;font-size:12px;font-weight:700;overflow:hidden;}

    .product-detail {--lw:360px;--rw:340px;--dw:360px;}
    .product-pictures {margin:40px auto 0 auto;}
    .product-info {margin:40px auto 0 auto;min-height:auto;}
    .product-name {font-size:18px;font-weight:500;line-height:25px;}
    .product-params {line-height: 30px;}
    .product-param1 {font-size:16px;}
    .product-param2 {font-size:16px;}
    .product-certification {margin-top:40px;height:40px;}
    .product-certification .item {margin:0 32px;width:40px;height:40px;}
    .product-description {font-size:16px;line-height: 30px;}
    .product-values .label {font-size:18px;}
    .product-values .table {border-top:1px solid #e3e3e3;border-bottom:1px solid #e3e3e3;padding:20px 0;}
    .product-values .table .colname {font-size:12px;border:none;height:32px;line-height:32px;}
    .product-values .table .colvalue {font-size:12px;border:none;height:auto;line-height:32px;}
    .product-certification2 {margin:25px auto 0 auto;}
    .product-certification2 .item {margin:0 15px;width:60px;}

    .info {margin:20px auto;padding:0 20px;}
}

/* .code-logo {background-color:#fff !important;border:none !important;} */
.login-panel {
    display: none;
    width: 100%; 
    height: 100%; 
    background-color: #333; 
    background-image: url(../img/login/login.jpg);
    background-size: 100% 100%;
    z-index: 99; 
    position: absolute; 
    top: 0; 
    left: 0;
    user-select:none;
}

.login-logo {
    position: absolute;
    top: 70px;
    left: 90px;
    width: 200px;
    height: 40px;
    background: url(../img/login/logo.png) no-repeat;
    background-size: 100% 100%;
}

.login-title {
    position: absolute;
    top: 66px;
    left: 320px;
    padding-left: 30px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    letter-spacing: 4px;
    pointer-events: none;
    border-left: 1px solid #fff;
}

.login-modal {
    width: 540px;
    height: 640px;
    background-color: #2950a9;
    position: absolute; 
    top: calc(50% - 280px); 
    left: calc(50% - 270px);
}

.decorate {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.decorate .corner1 {
    position: absolute;
    width: 60px;
    height: 60px;
    top: -1px;
    left: -1px;
    border-top: 1px solid #a7caff;
    border-left: 1px solid #a7caff;
}
.decorate .corner2 {
    position: absolute;
    width: 60px;
    height: 60px;
    top: -1px;
    right: -1px;
    border-top: 1px solid #a7caff;
    border-right: 1px solid #a7caff;
}
.decorate .corner3 {
    position: absolute;
    width: 60px;
    height: 60px;
    bottom: -1px;
    right: -1px;
    border-bottom: 1px solid #a7caff;
    border-right: 1px solid #a7caff;
}
.decorate .corner4 {
    position: absolute;
    width: 60px;
    height: 60px;
    bottom: -1px;
    left: -1px;
    border-bottom: 1px solid #a7caff;
    border-left: 1px solid #a7caff;
}

.login-mode {
    width: 100%;
    height: 72px;
    line-height: 72px;
    margin-top: 60px;
    margin-bottom: 50px;
    font-size: 28px;
    letter-spacing: 4px;
    font-weight: 100;
    color: #fff;
    text-align: center;
}

.login-tab {
    width: calc(100% - 140px);
    height: calc(100% - 120px);
    display: none;
    margin: 0 auto;
    text-align: center;
}
.login-tab.active {
    display: block;
}

.username {
    position: relative;
}
.username svg {
    position: absolute;
    top: 34px;
    left: 24px;
    width: 32px;
    height: 32px;
}
.username svg path {
    fill: #fff;
}
.password {
    position: relative;
}
.password svg {
    position: absolute;
    top: 34px;
    left: 24px;
    width: 32px;
    height: 32px;
}
.password svg path {
    fill: #fff;
}

.captcha svg {
    position: absolute;
    top: 34px;
    left: 24px;
    width: 32px;
    height: 32px;
}
.captcha svg path {
    fill: #fff;
}

.login-input {
    width: 100%;
    height: 60px;
    line-height: 60px;
    margin: 20px 0;
    padding: 0 70px;
    background-color: #6984c4;
    border-radius: 6px;
    border: 1px solid #5480d8;
    color: #fff;
    letter-spacing: 2px;
    font-size: 20px;
}
.login-input::placeholder {
    color: #eee;
}

.captcha {
    position: relative;
    text-align: left;
}
#captcha {
    width: calc(100% - 200px);
    padding: 0 20px 0 70px;
}

.captcha-img {
    width: 180px;
    height: 60px;
    position: absolute;
    top: 20px;
    right: 0;
    background: #ffffff;
    cursor: pointer;
}

.login-submit {
    width: 100%;
    height: 60px;
    line-height: 60px;
    margin: 20px 0;
    padding: 0 16px;
    background-color: #21a2ff;
    border-radius: 6px;
    color: #ffffff;
    letter-spacing: 6px;
    font-size: 24px;
    text-align: center;
    font-weight: 100;
    cursor: pointer;
}
.login-submit:hover {
    background-color: #4ab2fe;
}
.code-logo img{background-color:#fff;border-radius:50%;}

