@charset "utf-8";
@import url('https://css02.v15cdn.com/m421/fonts/iconfont1.css');



*,
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
table,
th,
td,
ul,
li,
dl,
dt,
dd,
div,
p,
pre,
form,
input,
button,
textarea {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent
}

html {
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: none
}

body {
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: var(--fontbold5);
    text-transform: capitalize
}

button,
input,
textarea {
    outline: 0;
    border: none;
    font: inherit;
    -webkit-appearance: none;
    border-radius: 0
}

button {
    cursor: pointer
}

i {
    vertical-align: middle
}

img {
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
    border: none;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

img[data-src] {
    opacity: 0
}

img[src] {
    opacity: 1
}

input::placeholder,
textarea::placeholder {
    font-family: inherit
}

li,
ol,
ul {
    list-style: none
}

iframe,
video {
    max-width: 100%;
    border: none
}

table {
    border-collapse: collapse
}

header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background: #FFF;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, .02);
    z-index: 99;
    transition: all .2s linear
}

header.scrollhead {
    box-shadow: 1px 2px 10px rgb(0 0 0 / 10%)
}

header.scrollhead .head-top {
    margin-top: -40px
}

.animate__zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

.l-wrap {
    max-width: 1600px;
    margin: 0px auto
}

.line1 {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden
}

.line2 {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.line3 {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden
}

.line4 {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden
}

.table td,
.table th {
    border: 1px solid #E5E5E5;
    padding: 6px 16px
}

.table-bottom td,
.table-bottom th {
    border-bottom: 1px solid #E5E5E5;
    padding: 8px
}

.head-top {
    height: 40px;
    border-bottom: 1px solid #E9E9E9;
    transition: all .3s linear;
    padding: 0px 20px;
    z-index: 99999;
    background: #FFF
}

.head-top .l-wrap {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.head-link {
    display: flex;
    align-items: center;
    font-size: var(--fontsize14)
}

.head-link div {
    margin-right: 25px;
    display: inline-flex;
    align-items: center
}

.head-link div em {
    margin-right: 5px;
    font-size: var(--fontsize18)
}

.head-link div img {
    margin-right: 5px
}

.head-share {
    display: flex
}

.head-share>ul {
    margin-right: 20px;
    display: flex;
    align-items: center
}

.head-share>ul a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin-left: 5px;
    transition: all .2s linear
}

.head-share>ul a i {
    font-size: var(--fontsize20)
}

.head-share>ul a:hover i {
    color: var(--color)
}

.head-info {
    z-index: 999;
    background: #FFF;
    height: 78px;
    position: relative;
    padding: 0px 20px
}

.head-info .l-wrap {
    display: flex;
    align-items: center;
    height: 100%
}

.logo {
    max-width: 20%;
    height: 100%;
    display: inline-flex;
    align-items: center
}

.logo img {
    max-height: 78px;
    width: auto;
    height: auto
}

#nav {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    height: 100%;
    z-index: 9
}

#nav ul {
    display: flex;
    align-items: center;
    height: 100%
}

#nav ul li {
    height: 100%;
    padding: 0px 16px;
    font-size: var(--fontsize18);
    position: relative
}

#nav ul li:last-child {
    padding: 0px 0px 0px 16px
}

#nav ul li:hover .submenu {
    display: flex
}

#nav ul li .submenu {
    z-index: 99;
    display: none;
    height: auto;
    position: absolute;
    top: 100%;
    left: 10px;
    flex-direction: column;
    background: rgba(0, 0, 0, .6);
    color: #FFF;
    min-width: 200px;
    white-space: nowrap;
    align-items: baseline
}

#nav ul li .submenu li {
    width: 100%;
    padding: 0px;
    height: 40px
}

@media(min-width:1025px) {
    #nav ul li .submenu li:hover ul {
        display: block
    }

    #nav ul li .submenu li ul {
        position: absolute;
        left: 100%;
        top: 0px;
        display: none;
        background: rgba(0, 0, 0, .6);
        height: auto;
        min-width: 200px
    }
}

#nav ul li .submenu a {
    padding: 0px 15px;
    width: 100%;
    height: 100%;
    justify-content: flex-start;
    transition: all .2s linear;
    color: #FFF
}

#nav ul li .submenu a:hover {
    background: var(--color);
    color: #FFF
}

#nav ul li .submenu a::after {
    display: none
}

#nav ul li a {
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    white-space: nowrap;
    text-transform: capitalize
}

#nav ul li a::after {
    content: "";
    width: 100%;
    height: 0px;
    background: var(--color);
    position: absolute;
    bottom: 0px;
    transition: all .2s linear
}

#nav ul li a:hover {
    color: var(--color)
}

#nav ul li a:hover::after {
    height: 2px
}

#nav ul li a.inmenu_1 {
    color: var(--color)
}

#nav ul li a.inmenu_1::after {
    height: 2px
}

.head-search button {
    background: 0 0;
    height: 100%
}

.head-search button i {
    font-size: var(--fontsize24);
    color: var(--color);
    font-weight: var(--fontbold6)
}

.head-search button::after {
    display: none
}

.search-box {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0px;
    background: #FFF;
    padding: 20px 0px;
    transform: translateY(-200px);
    opacity: 0;
    z-index: -1;
    transition: all .2s linear
}

.search-box .search-input {
    width: 600px;
    margin: 0px auto;
    background: #EEE;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    padding: 0px 10px
}

.search-box .search-input input {
    background: 0 0;
    flex: 1;
    padding-left: 10px
}

.search-box .search-input .search-btn {
    cursor: pointer;
    background: var(--color);
    color: #FFF;
    border-radius: 4px;
    height: 30px;
    line-height: 30px;
    padding: 0px 10px;
    transition: all .3s linear
}

.search-box .search-input .search-btn:hover {
    opacity: .9
}

.search-box.search-box-show {
    transform: translateY(0);
    opacity: 1;
    z-index: 1
}

.mob-btn {
    display: none
}

.opacity {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .6);
    z-index: 99
}

.home-about,
.home-application,
.home-honor,
.home-news,
.home-product,
.home-static,
.home-video {
    padding: 70px 20px 60px
}

.home-title {
    font-size: 30px;
    text-align: center;
    font-weight: var(--fontbold5);
    position: relative;
    color: var(--fontcolor);
    line-height: 1;
    padding-bottom: 15px
}

.home-title-line {
    position: relative;
    margin: 0px auto;
    width: 20px;
    height: 3px;
    background: var(--color)
}

.home-title-line::after,
.home-title-line::before {
    content: "";
    width: 90px;
    height: 3px;
    background: #EEE;
    position: absolute;
    right: calc(100% + 10px);
    top: 0px
}

.home-title-line::after {
    right: auto;
    left: calc(100% + 10px)
}

.home-des {
    max-width: 830px;
    margin: 0px auto;
    font-size: var(--fontsize14);
    color: #555;
    text-align: center;
    padding: 20px 0px 50px
}

.home-static {
    background: url(static-bg.webp) var(--color) no-repeat center;
    background-size: cover
}

.home-static .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.home-static .list li {
    width: 16%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #FFF
}

.home-static .list li .num {
    font-size: 50px;
    font-weight: var(--fontbold6);
    position: relative;
    line-height: 1;
    padding-bottom: 20px
}

.home-static .list li .num sup {
    font-size: 25px
}

.home-static .list li .num::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 4px;
    background: #FFF
}

.home-static .list li .inner {
    padding: 20px 0px;
    font-size: var(--fontsize18);
    color: #FFF
}

.home-static .list li .icon img {
    height: 50px;
    width: auto
}


.bottom-btn {
    display: none;
    background: #FCFCFCFB;
    align-items: center;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 99;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, .1);
    transition: all .2s linear;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom)
}

.bottom-btn .btn-item {
    width: 25%;
    height: 14vw;
    color: #333;
    transition: all .2s linear
}

.bottom-btn .btn-item a,
.bottom-btn .btn-item>div {
    text-transform: capitalize;
    width: 100%;
    height: 100%;
    font-size: var(--fontsize12);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.bottom-btn .btn-item i {
    color: #333;
    font-size: var(--fontsize22);
    height: 28px
}

.bottom-btn .btn-item p {
    font-size: var(--fontsize12);
    text-transform: capitalize
}

.top-btn {
    display: none
}

.bottom-btn .btn-item .top-btn {
    display: flex !important;
    width: 35px;
    height: 35px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-shadow: none;
    background: none;
    border: 1px solid #ccc
}

.bottom-btn .btn-item .top-btn:hover {
    background: none;
    box-shadow: none
}

.bottom-btn .btn-item .top-btn:hover i {
    color: #000
}

.top-btn {
    cursor: pointer;
    display: none;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    position: fixed;
    bottom: 150px;
    right: 35px;
    background: #FFF;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .1);
    transition: all .4s ease;
    z-index: 9;
    overflow: hidden
}

.top-btn:hover {
    background: #c1c1c1
}

.top-btn i {
    font-size: var(--fontsize24);
    width: 100%;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

@media (max-width:1440px) {
    .foot-main .foot-item {
        width: 24%
    }
}

@media (max-width:1024px) {
    body {
        padding-top: 55px
    }

    header {
        border-bottom: 1px solid #F3F3F3;
        z-index: 999
    }

    #jljw_IM_GdImBox {
        z-index: 900 !important
    }

    .search-box .search-input {
        padding: 0px 15px
    }

    .head-top {
        display: none
    }

    .head-info {
        height: 55px;
        padding: 0px 15px
    }

    .head-info .l-wrap {
        justify-content: space-between
    }

    .logo {
        max-width: inherit;
        padding-right: 15px
    }

    .search-box.m-search-box {
        display: none;
        position: static;
        opacity: 1;
        z-index: 1;
        transform: translate(0);
        padding: 0px
    }

    .search-box.m-search-box .search-input {
        height: 50px;
        width: 100%
    }

    .search-box .search-input i {
        font-size: var(--fontsize22)
    }

    .head-info #nav {
        background: #FFF;
        position: fixed;
        top: 55px;
        left: 0px;
        width: 100%;
        display: block;
        height: 0px;
        z-index: -1;
        transition: all .2s linear;
        display: none
    }

    .head-info #nav.is-active {
        height: calc(100vh - 55px);
        opacity: 1;
        z-index: 1;
        display: block
    }

    .head-info #nav .nav-ul {
        height: auto;
        padding-bottom: constant(safe-area-inset-bottom);
        padding-bottom: env(safe-area-inset-bottom);
        overflow-y: scroll;
        height: 0px
    }

    .head-info #nav.is-active .nav-ul {
        height: calc(100vh - 100px)
    }

    .head-info #nav .nav-ul.iosnav {
        padding-bottom: 70px
    }

    .head-info #nav.is-active .search-box.m-search-box {
        display: block
    }

    .head-info #nav ul {
        flex-direction: column;
        align-items: flex-start
    }

    .head-info #nav ul li {
        padding: 0px;
        width: 100%;
        border-bottom: 1px solid rgba(0, 0, 0, .08);
        height: auto;
        font-weight: var(--fontbold5)
    }

    .head-info #nav ul li a {
        display: block;
        font-size: var(--fontsize20);
        padding: 15px 50px 15px 30px;
        width: 100%;
        height: auto;
        color: var(--fontcolor)
    }

    .head-info #nav ul li a::after {
        display: none
    }

    .head-info #nav ul li.head-search {
        display: none
    }

    .head-info #nav ul li:hover .submenu {
        display: none
    }

    .head-info #nav ul li.nav0>a {
        color: var(--color)
    }

    .head-info #nav ul li.nav0 .showmenu::after {
        width: 15px;
        height: 2px;
        background: var(--color)
    }

    .head-info #nav ul li.nav0 .submenu {
        display: block !important
    }

    .head-info #nav ul li.nav0 .submenu ul {
        padding-left: 15px
    }

    .head-info #nav ul li .submenu {
        display: none !important;
        position: static;
        background: 0 0;
        color: var(--fontcolor);
        padding-left: 10px
    }

    .head-info #nav ul li .submenu li {
        height: auto;
        font-weight: var(--fontbold4)
    }

    .head-info #nav ul li .submenu li:last-child {
        border: none
    }

    .head-info #nav ul li .submenu.nav2 {
        display: block
    }

    .head-info #nav ul li .showmenu {
        position: absolute;
        width: 60px;
        height: 40px;
        right: 0px;
        top: 4px;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .head-info #nav ul li .showmenu::after,
    .head-info #nav ul li .showmenu::before {
        content: "";
        width: 15px;
        height: 2px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        background: #666
    }

    .head-info #nav ul li .showmenu::after {
        width: 2px;
        height: 15px
    }

    .mob-btn {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        position: relative;
        width: 50px;
        height: 50px;
        cursor: pointer
    }

    .mob-btn i {
        color: var(--fontcolor);
        font-size: 28px;
        transform: rotate(180deg);
        font-weight: var(--fontbold5)
    }

    .home-title {
        font-size: 36px
    }

    .home-static .list li {
        width: 50%
    }

    .home-static .list li:nth-child(1),
    .home-static .list li:nth-child(2) {
        margin-bottom: 20px
    }

    .foot-main .foot-item {
        width: 50%;
        margin-bottom: 20px
    }
}

@media (max-width:768px) {

    .home-about,
    .home-application,
    .home-honor,
    .home-news,
    .home-product,
    .home-static,
    .home-video {
        padding: 50px 15px 20px
    }

    .logo img {
        max-height: 44px
    }

    .head-info #nav ul li a {
        font-size: var(--fontsize18);
        padding: 10px 50px 10px 15px;
        font-weight: normal
    }

    .home-title {
        font-size: var(--fontsize22)
    }

    .home-title-line::after,
    .home-title-line::before {
        width: 12vw
    }

    .home-des {
        padding: 15px 20px 6.66667vw;
        display: none
    }

    .home-title-line {
        margin-bottom: 26px !important
    }

    .home-about .l-wrap>div {
        width: 100%
    }

    .home-about .about-info {
        padding: 0px
    }

    .home-about .about-info .home-title {
        text-align: center
    }

    .home-about .about-info .home-title-line {
        margin: 0px auto
    }

    .home-about .about-info .home-des {
        padding-left: 0px
    }

    .home-about .about-info .more {
        margin-top: 20px
    }

    .home-about .about-info .more a {
        width: 100px;
        height: 33px
    }

    .home-about .about-img {
        margin-top: 30px
    }

    .home-static .list li .num {
        font-size: 30px
    }

    .home-static .list li .inner {
        font-size: 3.46667vw;
        padding: 10px 0px
    }

    .home-static .list li .icon img {
        height: 8.26667vw
    }

    .foot-top {
        display: block;
        padding: 30px 20px;
        background: url(foot-topbg-m.webp) no-repeat center;
        background-size: cover
    }

    .foot-top .left span {
        font-size: 6.13333vw;
        font-weight: var(--fontbold5);
        line-height: 1.2
    }

    .foot-top .left p {
        font-size: 3.46667vw;
        padding: 10px 0px;
        line-height: 1.4
    }

    .foot-top .right {
        margin-top: 40px
    }

    .foot-top .right a {
        width: 120px;
        height: 33px
    }

    .foot-main {
        margin: 0px;
        margin-bottom: calc(14vw + constant(safe-area-inset-bottom));
        margin-bottom: calc(14vw + env(safe-area-inset-bottom))
    }

    .foot-main .foot-wrap {
        padding: 40px 20px 0px
    }

    .foot-main .foot-wrap .foot-item {
        width: 100%
    }

    .foot-main .foot-wrap .foot-item .title {
        font-size: 4.53333vw
    }

    .foot-main .foot-wrap .foot-item .navlist {
        display: flex;
        flex-wrap: wrap
    }

    .foot-main .foot-wrap .foot-item .navlist li {
        width: 50%
    }

    .foot-main .foot-wrap .foot-item .navlist li a {
        font-size: var(--fontsize16)
    }

    .copyright {
        font-size: 2.93333vw
    }

    .top-btn {
        right: 24px;
        bottom: calc(140px + constant(safe-area-inset-bottom));
        bottom: calc(140px + env(safe-area-inset-bottom));
        display: none !important
    }

    .bottom-btn {
        display: flex;
        transform: translateY(100%)
    }

    .bottom-btn.bottom-btn-keep {
        transform: translateY(0)
    }

    .bottom-btn.is-active {
        transform: translateY(0)
    }

    .bottom-btn.show-cart {
        transform: translateY(0)
    }
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

.mobile-bottom-bag {
    display: none
}

.rfixed {
    position: fixed;
    bottom: calc(190px + constant(safe-area-inset-bottom));
    bottom: calc(190px + env(safe-area-inset-bottom));
    right: 35px;
    z-index: 99
}

.compare-panel {
    width: 280px;
    background: #FFF;
    position: fixed;
    z-index: 1000;
    bottom: 0px;
    right: 0px;
    box-shadow: -1px -1px 3px #CCC;
    display: none;
    transition: bottom .2s
}

.compare-t {
    background-color: var(--color);
    font-size: var(--fontsize14);
    color: #FFF;
    display: flex;
    align-items: center;
    padding: 6px 10px
}

.compare-close {
    position: relative;
    width: 24px;
    height: 24px;
    background: 0 0
}

.compare-close::after,
.compare-close::before {
    content: "";
    display: block;
    width: 10px;
    height: 2px;
    background-color: #FFF;
    position: absolute;
    top: 50%;
    border-radius: 2px
}

.compare-close::before {
    transform: rotate(45deg);
    left: 4px
}

.compare-close::after {
    transform: rotate(-45deg);
    right: 4px
}

.compare-tit {
    text-align: center;
    flex: 1;
    line-height: 1.5
}

.compare-checked {
    color: #FFF;
    margin: 0px 4px
}

#productChache_list {
    padding: 0px 10px;
    height: 220px;
    overflow-y: auto
}

#productChache_list::-webkit-scrollbar {
    width: 4px
}

#productChache_list::-webkit-scrollbar-track {
    border-radius: 0;
    background-color: rgba(0, 0, 0, .05)
}

#productChache_list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, .15)
}

.selected-item {
    position: relative;
    border-bottom: 1px solid #EFEFEF;
    padding: 10px 0px;
    display: flex;
    align-items: center
}

.item-clear {
    position: relative;
    width: 20px;
    height: 20px;
    background-color: transparent;
    cursor: pointer
}

.item-clear::after,
.item-clear::before {
    content: "";
    display: block;
    position: absolute;
    width: 70%;
    height: 2px;
    background-color: #555;
    border-radius: 2px;
    top: 50%;
    margin-top: -1px
}

.item-clear::before {
    transform: rotate(45deg);
    left: 3px
}

.item-clear::after {
    transform: rotate(-45deg);
    left: 3px
}

.item-content {
    flex: 1;
    display: flex;
    align-items: center
}

.item-img {
    width: 50px;
    height: 50px;
    background: #FFF;
    border: 1px solid #EFEFEF;
    display: flex;
    align-items: center;
    justify-content: center
}

.item-img img {
    max-width: 100%;
    max-height: 100%
}

.item-c {
    width: calc(100% - 50px);
    padding: 0px 10px;
    font-size: var(--fontsize12)
}

.item-title {
    max-height: 34px;
    word-break: break-word;
    display: block;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.3;
    color: var(--fontcolor)
}

.item-price {
    color: #d4322c
}

.compare-b {
    padding: 20px 10px;
    display: flex;
    justify-content: space-between
}

.compare-b * {
    display: block;
    width: 80px;
    text-align: center;
    font-size: var(--fontsize12);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 30px;
    border-radius: 2px;
    padding: 0px 2px
}

.clear-all {
    color: var(--fontcolor);
    background-color: #EDEDED
}

.compare-inquire,
.compare-inquire:hover {
    color: #FFF;
    background-color: var(--color)
}

.compare-b .orderNow {
    margin: 0px;
    background: #F66F08;
    color: #FFF;
    line-height: 30px;
    padding: 0px 2px;
    border: none;
    border-radius: 2px;
    font-size: var(--fontsize12);
    cursor: pointer;
    display: block;
    width: 80px
}

.rfixed-sc {
    width: 40px;
    height: 40px;
    background: var(--color);
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
    color: #FFF;
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
    display: none
}

.rfixed-sc i {
    font-size: var(--fontsize20)
}

.rfixed-scnum {
    position: absolute;
    right: 25px;
    top: 5px;
    width: 16px;
    height: 16px;
    background: #E00;
    border-radius: 50%;
    text-align: center;
    font-size: var(--fontsize12);
    color: #FFF;
    transform: scale(.9);
    line-height: 16px
}

@media (max-width:768px) {
    .compare-panel {
        width: 100%;
        bottom: 14vw
    }
}

.lang {
    width: auto;
    position: relative
}

.lang-icon>img {
    margin-right: 5px
}

.lang-icon {
    display: flex;
    align-items: center;
    width: 100%;
    height: 30px;
    border: none;
    cursor: pointer;
    font-size: var(--fontsize14);
    user-select: none;
    white-space: nowrap
}

.lang-icon span {
    position: relative;
    padding-right: 18px
}

.lang-icon span::before {
    content: '';
    position: absolute;
    right: 4px;
    top: 11px;
    width: 8px;
    height: 1px;
    background: #333;
    transform: rotate(50deg)
}

.lang-icon span::after {
    content: '';
    position: absolute;
    right: 0px;
    top: 11px;
    width: 8px;
    height: 1px;
    background: #333;
    transform: rotate(-50deg)
}

.lang-drop {
    position: absolute;
    top: calc(100% + 26px);
    right: 50%;
    transform: translateX(50%);
    background: #FFF;
    border: 1px solid #EBEEF5;
    border-radius: 4px;
    box-shadow: 0px 2px 12px 0 rgb(0 0 0 / 10%);
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s, top .3s
}

.lang-drop.active {
    visibility: visible;
    opacity: 1;
    top: calc(100% + 12px)
}

.lang-arrow {
    display: block;
    width: 10px;
    height: 10px;
    background-color: #FFF;
    border-top: 1px solid #EBEEF5;
    border-left: 1px solid #EBEEF5;
    transform: translateX(-50%) rotate(45deg);
    position: absolute;
    top: -6px;
    left: 50%
}

.lang-wrap {
    width: 140px;
    padding: 8px 0px;
    box-sizing: border-box
}

.lang-drop.lang-flex {
    transform: translateX(20%)
}

.lang-drop.lang-flex .lang-arrow {
    left: 80%
}

.lang-flex .lang-wrap {
    width: 340px;
    display: flex;
    flex-wrap: wrap;
    padding: 8px
}

.lang-wrap li {
    width: 100%;
    padding: 8px 16px;
    box-sizing: border-box;
    transition: background-color .3s
}

.lang-flex .lang-wrap li {
    width: 33%;
    padding: 8px 6px
}

.lang-wrap li.lang-active,
.lang-wrap li:hover {
    background-color: #EEE
}

.lang-wrap li a {
    display: block;
    color: #000;
    font-size: var(--fontsize12);
    text-decoration: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.lang-wrap li img {
    display: inline-block;
    width: 24px;
    height: 16px;
    vertical-align: -.25em;
    margin-right: 4px
}

@media(max-width:1024px) {
    .lang {
        margin-left: auto
    }

    .lang-icon span {
        display: none
    }

    .lang-icon>img {
        width: 36px;
        height: 24px;
        margin: 2px 0px 0px 0px
    }

    .lang-drop.lang-flex {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        top: 60px !important;
        position: fixed;
        width: calc(100vw - 20px)
    }

    .lang-drop.lang-flex.active {
        top: 54px !important
    }

    .lang-flex .lang-wrap {
        width: 100%
    }

    .lang-drop.lang-flex .lang-arrow {
        left: 82%
    }

    .lang-drop {
        display: none
    }

    .lang-drop.active {
        display: block
    }
}

h4.cate-h4,
h4.pro-h4 {
    clear: both;
    font-weight: var(--fontbold6)
}

ul.cate-ulli,
ul.pro-ulli {
    clear: both;
    padding: 10px 0px 10px 20px
}

ul.cate-ulli li,
ul.pro-ulli li {
    list-style-type: disc;
    line-height: 1.7
}

ol.cate-ulli,
ol.pro-ulli {
    clear: both;
    padding: 10px 0px 10px 30px
}

ol.cate-ulli li,
ol.pro-ulli li {
    list-style-type: decimal;
    line-height: 1.7
}

.prohome-content {
    clear: both;
    margin: 0px auto 20px;
    padding: 0px;
    max-width: 1560px;
    line-height: 1.6;
    box-sizing: border-box
}

.prolist-bottom {
    clear: both;
    margin: 0px auto 20px;
    padding: 0px;
    max-width: 1560px;
    line-height: 1.6;
    box-sizing: border-box
}

.prolist-bottom a {
    text-decoration: underline
}

.prolist-bottom a:hover {
    color: var(--color)
}

@media(max-width:1600px) {

    .prohome-content,
    .prolist-bottom {
        margin-left: 20px;
        margin-right: 20px
    }
}

@media(max-width:768px) {
    .prohome-content {
        clear: both;
        margin: 0px 15px 20px;
        padding: 0px
    }

    .prolist-bottom {
        clear: both;
        margin: 0px 15px 20px;
        padding: 0px
    }
}

.prolist-content {
    clear: both;
    margin: 0px auto 15px;
    line-height: 1.6
}

.ck-widget-toc {
    display: table;
    border: 1px solid #A2A9B1;
    background-color: #F8F9FA;
    padding: 10px 20px 10px 10px;
    font-size: 95%;
    margin: 15px 0px;
    min-width: 300px;
    max-width: 100%
}

.ck-widget-toc ol {
    padding: 0px 0px 0px 30px;
    counter-reset: item
}

.ck-widget-toc ol li {
    display: block;
    position: relative;
    list-style: none
}

.ck-widget-toc ol li:before {
    content: counters(item, ".");
    counter-increment: item;
    position: absolute;
    margin-right: 100%;
    right: 10px
}

.ck-widget-toc-title {
    text-align: left;
    font-weight: var(--fontbold7);
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 0px 5px
}

.ck-widget-pt {
    padding-top: 100px;
    margin-top: -100px
}

.ck-widget-toc1 {
    display: table;
    border: 1px solid #A2A9B1;
    background-color: #F8F9FA;
    padding: 10px 20px 10px 10px;
    font-size: 95%;
    margin: 15px 0px;
    min-width: 300px;
    max-width: 100%
}

.ck-widget-toc1 ol {
    padding: 0px 0px 0px 30px;
    counter-reset: item
}

.ck-widget-toc1 ol li {
    display: block;
    position: relative;
    list-style: none
}

.ck-widget-toc1 ol li:before {
    content: counters(item, ".");
    counter-increment: item;
    position: absolute;
    margin-right: 100%;
    right: 10px
}

.icon-videoplay {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-52%, -50%);
    background: rgba(0, 0, 0, .5);
    color: #FFF;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: var(--fontsize18);
    z-index: 1;
    display: none
}

img.lazy.loaded+.icon-videoplay {
    display: flex
}

@media(max-width:768px) {
    .icon-videoplay {
        width: 30px;
        height: 30px
    }
}