@charset "utf-8";

* {
    padding: 0;
    margin: 0;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*::before,
*::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    font-size: calc(100vw / 19.2);
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scrollbar-width: thin;
    position: relative;
    overflow-x: hidden
}

@media (min-width: 1901px) {
    html {
        font-size: 100px
    }
}

@media (max-width: 1580px) {
    html {
        font-size: 66px
    }
}

@media (max-width:1024px) {
    html {
        font-size: 66px
    }
}

@media (max-width: 767px) {
    html {
        font-size: calc(100vw / 7.5)
    }
}

html ::-webkit-scrollbar {
    width: 2px;
    height: 1px
}

html ::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: var(--color)
}

html ::-webkit-scrollbar-track {
    border-radius: 3px;
    background: #E5E5E5
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular-8.otf')
}

@font-face {
    font-family: 'NewYork';
    src: url('../fonts/NewYork.otf')
}

@font-face {
    font-family: 'DIN';
    src: url('../fonts/DIN-BOLD.TTF')
}

body {
    min-height: 100%;
    font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    font-size: 16px;
    line-height: 1.2;
    color: #000000
}

.Montserrat {
    font-family: 'Montserrat', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial'
}

.NewYork {
    font-family: 'NewYork', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial'
}

.DIN {
    font-family: 'DIN', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial'
}

:root {
    --vh: 100vh;
    --header-height: 64px;
    --color: #000000;
    --rem: 16px;
    --vwMin: 1024;
    --vwMax: 1840;
    --font200-min: calc(var(--font200-max) / var(--vwMax) * var(--vwMin));
    --font200-max: 200;
    --font200: calc((var(--font200-min) * var(--rem)) + ((var(--font200-max) - var(--font200-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
    --font180-min: calc(var(--font180-max) / var(--vwMax) * var(--vwMin));
    --font180-max: 180;
    --font180: calc((var(--font180-min) * var(--rem)) + ((var(--font180-max) - var(--font180-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
    --font160-min: calc(var(--font160-max) / var(--vwMax) * var(--vwMin));
    --font160-max: 160;
    --font160: calc((var(--font160-min) * var(--rem)) + ((var(--font160-max) - var(--font160-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
    --font150-min: calc(var(--font150-max) / var(--vwMax) * var(--vwMin));
    --font150-max: 150;
    --font150: calc((var(--font150-min) * var(--rem)) + ((var(--font150-max) - var(--font150-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
    --font130-min: calc(var(--font130-max) / var(--vwMax) * var(--vwMin));
    --font130-max: 130;
    --font130: calc((var(--font130-min) * var(--rem)) + ((var(--font130-max) - var(--font130-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
    --font120-min: calc(var(--font120-max) / var(--vwMax) * var(--vwMin));
    --font120-max: 120;
    --font120: calc((var(--font120-min) * var(--rem)) + ((var(--font120-max) - var(--font120-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
    --font100-min: calc(var(--font100-max) / var(--vwMax) * var(--vwMin));
    --font100-max: 100;
    --font100: calc((var(--font100-min) * var(--rem)) + ((var(--font100-max) - var(--font100-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
    --font98-min: calc(var(--font98-max) / var(--vwMax) * var(--vwMin));
    --font98-max: 98;
    --font98: calc((var(--font98-min) * var(--rem)) + ((var(--font98-max) - var(--font98-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
    --font96-min: calc(var(--font96-max) / var(--vwMax) * var(--vwMin));
    --font96-max: 96;
    --font96: calc((var(--font96-min) * var(--rem)) + ((var(--font96-max) - var(--font96-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
    --font94-min: calc(var(--font94-max) / var(--vwMax) * var(--vwMin));
    --font94-max: 94;
    --font94: calc((var(--font94-min) * var(--rem)) + ((var(--font94-max) - var(--font94-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
    --font92-min: calc(var(--font92-max) / var(--vwMax) * var(--vwMin));
    --font92-max: 92;
    --font92: calc((var(--font92-min) * var(--rem)) + ((var(--font92-max) - var(--font92-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
    --font90-min: calc(var(--font90-max) / var(--vwMax) * var(--vwMin));
    --font90-max: 90;
    --font90: calc((var(--font90-min) * var(--rem)) + ((var(--font90-max) - var(--font90-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
    --font88-min: calc(var(--font88-max) / var(--vwMax) * var(--vwMin));
    --font88-max: 88;
    --font88: calc((var(--font88-min) * var(--rem)) + ((var(--font88-max) - var(--font88-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
    --font86-min: calc(var(--font86-max) / var(--vwMax) * var(--vwMin));
    --font86-max: 86;
    --font86: calc((var(--font86-min) * var(--rem)) + ((var(--font86-max) - var(--font86-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
    --font84-min: calc(var(--font84-max) / var(--vwMax) * var(--vwMin));
    --font84-max: 84;
    --font84: calc((var(--font84-min) * var(--rem)) + ((var(--font84-max) - var(--font84-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
    --font82-min: calc(var(--font82-max) / var(--vwMax) * var(--vwMin));
    --font82-max: 82;
    --font82: calc((var(--font82-min) * var(--rem)) + ((var(--font82-max) - var(--font82-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
    --font80-min: calc(var(--font80-max) / var(--vwMax) * var(--vwMin));
    --font80-max: 80;
    --font80: calc((var(--font78-min) * var(--rem)) + ((var(--font78-max) - var(--font78-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
    --font78-min: calc(var(--font78-max) / var(--vwMax) * var(--vwMin));
    --font78-max: 78;
    --font78: calc((var(--font78-min) * var(--rem)) + ((var(--font78-max) - var(--font78-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
    --font76-min: calc(var(--font76-max) / var(--vwMax) * var(--vwMin));
    --font76-max: 76;
    --font76: calc((var(--font76-min) * var(--rem)) + ((var(--font76-max) - var(--font76-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
    --font74-min: calc(var(--font74-max) / var(--vwMax) * var(--vwMin));
    --font74-max: 74;
    --font74: calc((var(--font74-min) * var(--rem)) + ((var(--font74-max) - var(--font74-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
    --font72-min: calc(var(--font72-max) / var(--vwMax) * var(--vwMin));
    --font72-max: 72;
    --font72: calc((var(--font72-min) * var(--rem)) + ((var(--font72-max) - var(--font72-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
    --font70-min: calc(var(--font70-max) / var(--vwMax) * var(--vwMin));
    --font70-max: 70;
    --font70: calc((var(--font70-min) * var(--rem)) + ((var(--font70-max) - var(--font70-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
    --font68-min: calc(var(--font68-max) / var(--vwMax) * var(--vwMin));
    --font68-max: 68;
    --font68: calc((var(--font68-min) * var(--rem)) + ((var(--font68-max) - var(--font68-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
    --font66-min: calc(var(--font66-max) / var(--vwMax) * var(--vwMin));
    --font66-max: 66;
    --font66: calc((var(--font66-min) * var(--rem)) + ((var(--font66-max) - var(--font66-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
    --font64-min: calc(var(--font64-max) / var(--vwMax) * var(--vwMin));
    --font64-max: 64;
    --font64: calc((var(--font64-min) * var(--rem)) + ((var(--font64-max) - var(--font64-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
    --font62-min: calc(var(--font62-max) / var(--vwMax) * var(--vwMin));
    --font62-max: 62;
    --font62: calc((var(--font62-min) * var(--rem)) + ((var(--font62-max) - var(--font62-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
    --font60-min: calc(var(--font60-max) / var(--vwMax) * var(--vwMin));
    --font60-max: 60;
    --font60: calc((var(--font60-min) * var(--rem)) + ((var(--font60-max) - var(--font60-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
    --font58-min: calc(var(--font58-max) / var(--vwMax) * var(--vwMin));
    --font58-max: 58;
    --font58: calc((var(--font58-min) * var(--rem)) + ((var(--font58-max) - var(--font58-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
    --font56-min: calc(var(--font56-max) / var(--vwMax) * var(--vwMin));
    --font56-max: 56;
    --font56: calc((var(--font56-min) * var(--rem)) + ((var(--font56-max) - var(--font56-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
    --font54-min: calc(var(--font54-max) / var(--vwMax) * var(--vwMin));
    --font54-max: 54;
    --font54: calc((var(--font54-min) * var(--rem)) + ((var(--font54-max) - var(--font54-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
    --font52-min: calc(var(--font52-max) / var(--vwMax) * var(--vwMin));
    --font52-max: 52;
    --font52: calc((var(--font52-min) * var(--rem)) + ((var(--font52-max) - var(--font52-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
    --font50-min: calc(var(--font50-max) / var(--vwMax) * var(--vwMin));
    --font50-max: 50;
    --font50: calc((var(--font50-min) * var(--rem)) + ((var(--font50-max) - var(--font50-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
    --font48-min: calc(var(--font48-max) / var(--vwMax) * var(--vwMin));
    --font48-max: 48;
    --font48: calc((var(--font48-min) * var(--rem)) + ((var(--font48-max) - var(--font48-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
    --font46-min: calc(var(--font46-max) / var(--vwMax) * var(--vwMin));
    --font46-max: 46;
    --font46: calc((var(--font46-min) * var(--rem)) + ((var(--font46-max) - var(--font46-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
    --font44-min: calc(var(--font44-max) / var(--vwMax) * var(--vwMin));
    --font44-max: 44;
    --font44: calc((var(--font44-min) * var(--rem)) + ((var(--font44-max) - var(--font44-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
    --font42-min: calc(var(--font42-max) / var(--vwMax) * var(--vwMin));
    --font42-max: 42;
    --font42: calc((var(--font42-min) * var(--rem)) + ((var(--font42-max) - var(--font42-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
    --font40-min: calc(var(--font40-max) / var(--vwMax) * var(--vwMin));
    --font40-max: 40;
    --font40: calc((var(--font40-min) * var(--rem)) + ((var(--font40-max) - var(--font40-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
    --font38-min: calc(var(--font38-max) / var(--vwMax) * var(--vwMin));
    --font38-max: 38;
    --font38: calc((var(--font38-min) * var(--rem)) + ((var(--font38-max) - var(--font38-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
    --font36-min: calc(var(--font36-max) / var(--vwMax) * var(--vwMin));
    --font36-max: 36;
    --font36: calc((var(--font36-min) * var(--rem)) + ((var(--font36-max) - var(--font36-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
    --font34-min: calc(var(--font34-max) / var(--vwMax) * var(--vwMin));
    --font34-max: 34;
    --font34: calc((var(--font34-min) * var(--rem)) + ((var(--font34-max) - var(--font34-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
    --font32-min: calc(var(--font32-max) / var(--vwMax) * var(--vwMin));
    --font32-max: 32;
    --font32: calc((var(--font32-min) * var(--rem)) + ((var(--font32-max) - var(--font32-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
    --font30-min: calc(var(--font30-max) / var(--vwMax) * var(--vwMin));
    --font30-max: 30;
    --font30: calc((var(--font30-min) * var(--rem)) + ((var(--font30-max) - var(--font30-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
    --font28-min: 20;
    --font28-max: 28;
    --font28: calc((var(--font28-min) * 1px) + ((var(--font28-max) - var(--font28-min)) * ((100vw - var(--vwMin) * 1px) / (var(--vwMax) - var(--vwMin)))));
    --font26-min: 19;
    --font26-max: 26;
    --font26: calc((var(--font26-min) * 1px) + ((var(--font26-max) - var(--font26-min)) * ((100vw - var(--vwMin) * 1px) / (var(--vwMax) - var(--vwMin)))));
    --font24-min: 18;
    --font24-max: 24;
    --font24: calc((var(--font24-min) * 1px) + ((var(--font24-max) - var(--font24-min)) * ((100vw - var(--vwMin) * 1px) / (var(--vwMax) - var(--vwMin)))));
    --font22-min: 17;
    --font22-max: 22;
    --font22: calc((var(--font22-min) * 1px) + ((var(--font22-max) - var(--font22-min)) * ((100vw - var(--vwMin) * 1px) / (var(--vwMax) - var(--vwMin)))));
    --font20-min: 16;
    --font20-max: 20;
    --font20: calc((var(--font20-min) * 1px) + ((var(--font20-max) - var(--font20-min)) * ((100vw - var(--vwMin) * 1px) / (var(--vwMax) - var(--vwMin)))));
    --font18-min: 15;
    --font18-max: 18;
    --font18: calc((var(--font18-min) * 1px) + ((var(--font18-max) - var(--font18-min)) * ((100vw - var(--vwMin) * 1px) / (var(--vwMax) - var(--vwMin)))));
    --font16-min: 14;
    --font16-max: 16;
    --font16: calc((var(--font16-min) * 1px) + ((var(--font16-max) - var(--font16-min)) * ((100vw - var(--vwMin) * 1px) / (var(--vwMax) - var(--vwMin)))));
    --font14-min: 13;
    --font14-max: 14;
    --font14: calc((var(--font14-min) * 1px) + ((var(--font14-max) - var(--font14-min)) * ((100vw - var(--vwMin) * 1px) / (var(--vwMax) - var(--vwMin)))));
    --spacing-200-min: 100;
    --spacing-200-max: 200;
    --spacing-200: calc((var(--spacing-200-min) * 1px) + ((var(--spacing-200-max) - var(--spacing-200-min)) * ((100vw - var(--vwMin) * 1px) / (var(--vwMax) - var(--vwMin)))));
    --spacing-180-min: 100;
    --spacing-180-max: 180;
    --spacing-180: calc((var(--spacing-180-min) * 1px) + ((var(--spacing-180-max) - var(--spacing-180-min)) * ((100vw - var(--vwMin) * 1px) / (var(--vwMax) - var(--vwMin)))));
    --spacing-170-min: 96;
    --spacing-170-max: 170;
    --spacing-170: calc((var(--spacing-170-min) * 1px) + ((var(--spacing-170-max) - var(--spacing-170-min)) * ((100vw - var(--vwMin) * 1px) / (var(--vwMax) - var(--vwMin)))));
    --spacing-160-min: 82;
    --spacing-160-max: 160;
    --spacing-160: calc((var(--spacing-160-min) * 1px) + ((var(--spacing-160-max) - var(--spacing-160-min)) * ((100vw - var(--vwMin) * 1px) / (var(--vwMax) - var(--vwMin)))));
    --spacing-150-min: 78;
    --spacing-150-max: 150;
    --spacing-150: calc((var(--spacing-150-min) * 1px) + ((var(--spacing-150-max) - var(--spacing-150-min)) * ((100vw - var(--vwMin) * 1px) / (var(--vwMax) - var(--vwMin)))));
    --spacing-140-min: 76;
    --spacing-140-max: 140;
    --spacing-140: calc((var(--spacing-140-min) * 1px) + ((var(--spacing-140-max) - var(--spacing-140-min)) * ((100vw - var(--vwMin) * 1px) / (var(--vwMax) - var(--vwMin)))));
    --spacing-130-min: 72;
    --spacing-130-max: 130;
    --spacing-130: calc((var(--spacing-130-min) * 1px) + ((var(--spacing-130-max) - var(--spacing-130-min)) * ((100vw - var(--vwMin) * 1px) / (var(--vwMax) - var(--vwMin)))));
    --spacing-120-min: 68;
    --spacing-120-max: 120;
    --spacing-120: calc((var(--spacing-120-min) * 1px) + ((var(--spacing-120-max) - var(--spacing-120-min)) * ((100vw - var(--vwMin) * 1px) / (var(--vwMax) - var(--vwMin)))));
    --spacing-110-min: 64;
    --spacing-110-max: 110;
    --spacing-110: calc((var(--spacing-110-min) * 1px) + ((var(--spacing-110-max) - var(--spacing-110-min)) * ((100vw - var(--vwMin) * 1px) / (var(--vwMax) - var(--vwMin)))));
    --spacing-100-min: 58;
    --spacing-100-max: 100;
    --spacing-100: calc((var(--spacing-100-min) * 1px) + ((var(--spacing-100-max) - var(--spacing-100-min)) * ((100vw - var(--vwMin) * 1px) / (var(--vwMax) - var(--vwMin)))));
    --spacing-90-min: 50;
    --spacing-90-max: 90;
    --spacing-90: calc((var(--spacing-90-min) * 1px) + ((var(--spacing-90-max) - var(--spacing-90-min)) * ((100vw - var(--vwMin) * 1px) / (var(--vwMax) - var(--vwMin)))));
    --spacing-80-min: 40;
    --spacing-80-max: 80;
    --spacing-80: calc((var(--spacing-80-min) * 1px) + ((var(--spacing-80-max) - var(--spacing-80-min)) * ((100vw - var(--vwMin) * 1px) / (var(--vwMax) - var(--vwMin)))));
    --spacing-70-min: 36;
    --spacing-70-max: 70;
    --spacing-70: calc((var(--spacing-70-min) * 1px) + ((var(--spacing-70-max) - var(--spacing-70-min)) * ((100vw - var(--vwMin) * 1px) / (var(--vwMax) - var(--vwMin)))));
    --spacing-60-min: 30;
    --spacing-60-max: 60;
    --spacing-60: calc((var(--spacing-60-min) * 1px) + ((var(--spacing-60-max) - var(--spacing-60-min)) * ((100vw - var(--vwMin) * 1px) / (var(--vwMax) - var(--vwMin)))));
    --spacing-50-min: 26;
    --spacing-50-max: 50;
    --spacing-50: calc((var(--spacing-50-min) * 1px) + ((var(--spacing-50-max) - var(--spacing-50-min)) * ((100vw - var(--vwMin) * 1px) / (var(--vwMax) - var(--vwMin)))));
    --spacing-44-min: 22;
    --spacing-44-max: 44;
    --spacing-44: calc((var(--spacing-44-min) * 1px) + ((var(--spacing-44-max) - var(--spacing-44-min)) * ((100vw - var(--vwMin) * 1px) / (var(--vwMax) - var(--vwMin)))));
    --spacing-40-min: 20;
    --spacing-40-max: 40;
    --spacing-40: calc((var(--spacing-40-min) * 1px) + ((var(--spacing-40-max) - var(--spacing-40-min)) * ((100vw - var(--vwMin) * 1px) / (var(--vwMax) - var(--vwMin)))));
    --spacing-30-min: 20;
    --spacing-30-max: 30;
    --spacing-30: calc((var(--spacing-30-min) * 1px) + ((var(--spacing-30-max) - var(--spacing-30-min)) * ((100vw - var(--vwMin) * 1px) / (var(--vwMax) - var(--vwMin)))));
    --spacing-25-min: 18;
    --spacing-25-max: 25;
    --spacing-25: calc((var(--spacing-25-min) * 1px) + ((var(--spacing-25-max) - var(--spacing-25-min)) * ((100vw - var(--vwMin) * 1px) / (var(--vwMax) - var(--vwMin)))));
    --spacing-20-min: 14;
    --spacing-20-max: 20;
    --spacing-20: calc((var(--spacing-20-min) * 1px) + ((var(--spacing-20-max) - var(--spacing-20-min)) * ((100vw - var(--vwMin) * 1px) / (var(--vwMax) - var(--vwMin)))));
    --radius: 30px;
    --border-radius20-min: 10;
    --border-radius20-max: 20;
    --border-radius20: calc((var(--border-radius20-min) * 1px) + ((var(--border-radius20-max) - var(--border-radius20-min)) * ((100vw - var(--vwMin) * 1px) / (var(--vwMax) - var(--vwMin)))));
    --border-radius18-min: 9;
    --border-radius18-max: 18;
    --border-radius18: calc((var(--border-radius18-min) * 1px) + ((var(--border-radius18-max) - var(--border-radius18-min)) * ((100vw - var(--vwMin) * 1px) / (var(--vwMax) - var(--vwMin)))));
    --border-radius16-min: 8;
    --border-radius16-max: 16;
    --border-radius16: calc((var(--border-radius16-min) * 1px) + ((var(--border-radius16-max) - var(--border-radius16-min)) * ((100vw - var(--vwMin) * 1px) / (var(--vwMax) - var(--vwMin)))));
    --border-radius14-min: 7;
    --border-radius14-max: 14;
    --border-radius14: calc((var(--border-radius14-min) * 1px) + ((var(--border-radius14-max) - var(--border-radius14-min)) * ((100vw - var(--vwMin) * 1px) / (var(--vwMax) - var(--vwMin)))));
    --border-radius12-min: 6;
    --border-radius12-max: 12;
    --border-radius12: calc((var(--border-radius12-min) * 1px) + ((var(--border-radius12-max) - var(--border-radius12-min)) * ((100vw - var(--vwMin) * 1px) / (var(--vwMax) - var(--vwMin)))));
    --border-radius10-min: 5;
    --border-radius10-max: 10;
    --border-radius10: calc((var(--border-radius10-min) * 1px) + ((var(--border-radius10-max) - var(--border-radius10-min)) * ((100vw - var(--vwMin) * 1px) / (var(--vwMax) - var(--vwMin)))))
}

@media (min-width:1840px) {
    :root {
        --font200: calc(var(--font200-max) * 1px);
        --font180: calc(var(--font180-max) * 1px);
        --font160: calc(var(--font160-max) * 1px);
        --font150: calc(var(--font150-max) * 1px);
        --font130: calc(var(--font130-max) * 1px);
        --font120: calc(var(--font120-max) * 1px);
        --font100: calc(var(--font100-max) * 1px);
        --font98: calc(var(--font98-max) * 1px);
        --font96: calc(var(--font96-max) * 1px);
        --font94: calc(var(--font94-max) * 1px);
        --font92: calc(var(--font92-max) * 1px);
        --font90: calc(var(--font90-max) * 1px);
        --font88: calc(var(--font88-max) * 1px);
        --font86: calc(var(--font86-max) * 1px);
        --font84: calc(var(--font84-max) * 1px);
        --font82: calc(var(--font82-max) * 1px);
        --font80: calc(var(--font80-max) * 1px);
        --font78: calc(var(--font78-max) * 1px);
        --font76: calc(var(--font76-max) * 1px);
        --font74: calc(var(--font74-max) * 1px);
        --font72: calc(var(--font72-max) * 1px);
        --font70: calc(var(--font70-max) * 1px);
        --font68: calc(var(--font68-max) * 1px);
        --font66: calc(var(--font66-max) * 1px);
        --font64: calc(var(--font64-max) * 1px);
        --font62: calc(var(--font62-max) * 1px);
        --font60: calc(var(--font60-max) * 1px);
        --font58: calc(var(--font58-max) * 1px);
        --font56: calc(var(--font56-max) * 1px);
        --font54: calc(var(--font54-max) * 1px);
        --font52: calc(var(--font52-max) * 1px);
        --font50: calc(var(--font50-max) * 1px);
        --font48: calc(var(--font48-max) * 1px);
        --font46: calc(var(--font46-max) * 1px);
        --font44: calc(var(--font44-max) * 1px);
        --font42: calc(var(--font42-max) * 1px);
        --font40: calc(var(--font40-max) * 1px);
        --font38: calc(var(--font38-max) * 1px);
        --font36: calc(var(--font36-max) * 1px);
        --font34: calc(var(--font34-max) * 1px);
        --font32: calc(var(--font32-max) * 1px);
        --font30: calc(var(--font30-max) * 1px);
        --font28: calc(var(--font28-max) * 1px);
        --font26: calc(var(--font26-max) * 1px);
        --font24: calc(var(--font24-max) * 1px);
        --font22: calc(var(--font22-max) * 1px);
        --font20: calc(var(--font20-max) * 1px);
        --font18: calc(var(--font18-max) * 1px);
        --font16: calc(var(--font16-max) * 1px);
        --font14: calc(var(--font14-max) * 1px);
        --spacing-200: calc(var(--spacing-200-max) * 1px);
        --spacing-180: calc(var(--spacing-180-max) * 1px);
        --spacing-170: calc(var(--spacing-170-max) * 1px);
        --spacing-160: calc(var(--spacing-160-max) * 1px);
        --spacing-150: calc(var(--spacing-150-max) * 1px);
        --spacing-140: calc(var(--spacing-140-max) * 1px);
        --spacing-130: calc(var(--spacing-130-max) * 1px);
        --spacing-120: calc(var(--spacing-120-max) * 1px);
        --spacing-110: calc(var(--spacing-110-max) * 1px);
        --spacing-100: calc(var(--spacing-100-max) * 1px);
        --spacing-90: calc(var(--spacing-90-max) * 1px);
        --spacing-80: calc(var(--spacing-80-max) * 1px);
        --spacing-70: calc(var(--spacing-70-max) * 1px);
        --spacing-60: calc(var(--spacing-60-max) * 1px);
        --spacing-50: calc(var(--spacing-50-max) * 1px);
        --spacing-44: calc(var(--spacing-44-max) * 1px);
        --spacing-40: calc(var(--spacing-40-max) * 1px);
        --spacing-30: calc(var(--spacing-30-max) * 1px);
        --spacing-25: calc(var(--spacing-25-max) * 1px);
        --spacing-20: calc(var(--spacing-20-max) * 1px);
        --border-radius20: calc(var(--border-radius20-max) * 1px);
        --border-radius18: calc(var(--border-radius18-max) * 1px);
        --border-radius16: calc(var(--border-radius16-max) * 1px);
        --border-radius14: calc(var(--border-radius14-max) * 1px);
        --border-radius12: calc(var(--border-radius12-max) * 1px);
        --border-radius10: calc(var(--border-radius10-max) * 1px)
    }
}

@media (max-width:1024px) {
    :root {
        --font200: calc(var(--font200-min) * 1px);
        --font180: calc(var(--font180-min) * 1px);
        --font160: calc(var(--font160-min) * 1px);
        --font150: calc(var(--font150-min) * 1px);
        --font130: calc(var(--font130-min) * 1px);
        --font120: calc(var(--font120-min) * 1px);
        --font100: calc(var(--font100-min) * 1px);
        --font98: calc(var(--font98-min) * 1px);
        --font96: calc(var(--font96-min) * 1px);
        --font94: calc(var(--font94-min) * 1px);
        --font92: calc(var(--font92-min) * 1px);
        --font90: calc(var(--font90-min) * 1px);
        --font88: calc(var(--font88-min) * 1px);
        --font86: calc(var(--font86-min) * 1px);
        --font84: calc(var(--font84-min) * 1px);
        --font82: calc(var(--font82-min) * 1px);
        --font80: calc(var(--font80-min) * 1px);
        --font78: calc(var(--font78-min) * 1px);
        --font76: calc(var(--font76-min) * 1px);
        --font74: calc(var(--font74-min) * 1px);
        --font72: calc(var(--font72-min) * 1px);
        --font70: calc(var(--font70-min) * 1px);
        --font68: calc(var(--font68-min) * 1px);
        --font66: calc(var(--font66-min) * 1px);
        --font64: calc(var(--font64-min) * 1px);
        --font62: calc(var(--font62-min) * 1px);
        --font60: calc(var(--font60-min) * 1px);
        --font58: calc(var(--font58-min) * 1px);
        --font56: calc(var(--font56-min) * 1px);
        --font54: calc(var(--font54-min) * 1px);
        --font52: calc(var(--font52-min) * 1px);
        --font50: calc(var(--font50-min) * 1px);
        --font48: calc(var(--font48-min) * 1px);
        --font46: calc(var(--font46-min) * 1px);
        --font44: calc(var(--font44-min) * 1px);
        --font42: calc(var(--font42-min) * 1px);
        --font40: calc(var(--font40-min) * 1px);
        --font38: calc(var(--font38-min) * 1px);
        --font36: calc(var(--font36-min) * 1px);
        --font34: calc(var(--font34-min) * 1px);
        --font32: calc(var(--font32-min) * 1px);
        --font30: calc(var(--font30-min) * 1px);
        --font28: calc(var(--font28-min) * 1px);
        --font26: calc(var(--font26-min) * 1px);
        --font24: calc(var(--font24-min) * 1px);
        --font22: calc(var(--font22-min) * 1px);
        --font20: calc(var(--font20-min) * 1px);
        --font18: calc(var(--font18-min) * 1px);
        --font16: calc(var(--font16-min) * 1px);
        --font14: calc(var(--font14-min) * 1px);
        --spacing-200: calc(var(--spacing-200-min) * 1px);
        --spacing-180: calc(var(--spacing-180-min) * 1px);
        --spacing-170: calc(var(--spacing-170-min) * 1px);
        --spacing-160: calc(var(--spacing-160-min) * 1px);
        --spacing-150: calc(var(--spacing-150-min) * 1px);
        --spacing-140: calc(var(--spacing-140-min) * 1px);
        --spacing-130: calc(var(--spacing-130-min) * 1px);
        --spacing-120: calc(var(--spacing-120-min) * 1px);
        --spacing-110: calc(var(--spacing-110-min) * 1px);
        --spacing-100: calc(var(--spacing-100-min) * 1px);
        --spacing-90: calc(var(--spacing-90-min) * 1px);
        --spacing-80: calc(var(--spacing-80-min) * 1px);
        --spacing-70: calc(var(--spacing-70-min) * 1px);
        --spacing-60: calc(var(--spacing-60-min) * 1px);
        --spacing-50: calc(var(--spacing-50-min) * 1px);
        --spacing-44: calc(var(--spacing-44-min) * 1px);
        --spacing-40: calc(var(--spacing-40-min) * 1px);
        --spacing-30: calc(var(--spacing-30-min) * 1px);
        --spacing-25: calc(var(--spacing-25-min) * 1px);
        --spacing-20: calc(var(--spacing-20-min) * 1px);
        --border-radius20: calc(var(--border-radius20-min) * 1px);
        --border-radius18: calc(var(--border-radius18-min) * 1px);
        --border-radius16: calc(var(--border-radius16-min) * 1px);
        --border-radius14: calc(var(--border-radius14-min) * 1px);
        --border-radius12: calc(var(--border-radius12-min) * 1px);
        --border-radius10: calc(var(--border-radius10-min) * 1px)
    }
}

.font200 {
    font-size: var(--font200)
}

.font130 {
    font-size: var(--font130)
}

.font120 {
    font-size: var(--font120)
}

.font100 {
    font-size: var(--font100)
}

.font98 {
    font-size: var(--font98)
}

.font96 {
    font-size: var(--font96)
}

.font94 {
    font-size: var(--font94)
}

.font92 {
    font-size: var(--font92)
}

.font90 {
    font-size: var(--font90)
}

.font88 {
    font-size: var(--font88)
}

.font86 {
    font-size: var(--font86)
}

.font84 {
    font-size: var(--font84)
}

.font82 {
    font-size: var(--font82)
}

.font80 {
    font-size: var(--font80)
}

.font78 {
    font-size: var(--font78)
}

.font76 {
    font-size: var(--font76)
}

.font74 {
    font-size: var(--font74)
}

.font72 {
    font-size: var(--font72)
}

.font70 {
    font-size: var(--font70)
}

.font68 {
    font-size: var(--font68)
}

.font66 {
    font-size: var(--font66)
}

.font64 {
    font-size: var(--font64)
}

.font62 {
    font-size: var(--font62)
}

.font60 {
    font-size: var(--font60)
}

.font58 {
    font-size: var(--font58)
}

.font56 {
    font-size: var(--font56)
}

.font54 {
    font-size: var(--font54)
}

.font52 {
    font-size: var(--font52)
}

.font50 {
    font-size: var(--font50)
}

.font48 {
    font-size: var(--font48)
}

.font46 {
    font-size: var(--font46)
}

.font44 {
    font-size: var(--font44)
}

.font42 {
    font-size: var(--font42)
}

.font40 {
    font-size: var(--font40)
}

.font38 {
    font-size: var(--font38)
}

.font36 {
    font-size: var(--font36)
}

.font34 {
    font-size: var(--font34)
}

.font32 {
    font-size: var(--font32)
}

.font30 {
    font-size: var(--font30)
}

.font28 {
    font-size: var(--font28)
}

.font26 {
    font-size: var(--font26)
}

.font24 {
    font-size: var(--font24)
}

.font22 {
    font-size: var(--font22)
}

.font20 {
    font-size: var(--font20)
}

.font18 {
    font-size: var(--font18)
}

.font16 {
    font-size: var(--font16)
}

.font14 {
    font-size: var(--font14)
}

img {
    max-width: 100%;
    max-height: 100%;
    border: 0;
    vertical-align: top
}

li {
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-style: inherit;
    font-size: inherit;
    font-weight: normal
}

a,
a:hover,
a:focus {
    text-decoration: none
}

input,
button {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0
}

button {
    cursor: pointer
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    appearance: button;
    cursor: pointer
}

textarea {
    resize: none;
    overflow: auto
}

input,
button,
textarea,
select {
    border: 0;
    font-family: inherit;
    font-style: inherit;
    font-size: inherit;
    font-weight: normal;
    color: inherit;
    background: transparent
}

select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select::-ms-expand {
    display: none
}

table {
    border-collapse: collapse
}

.fl {
    float: left
}

.fr {
    float: right
}

.clear {
    zoom: 1
}

.clear:after {
    content: '';
    display: block;
    clear: both
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.f-column {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.f-column-right {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.f-row {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row
}

.f-row-right {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.j-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.j-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

.j-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
}

.j-justify {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.j-around {
    -moz-justify-content: space-around;
    -webkit-justify-content: space-around;
    justify-content: space-around
}

.a-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.a-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end
}

.a-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.a-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline
}

.a-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch
}

.a-s-stretch {
    -webkit-box-self: stretch;
    -ms-align-self: stretch;
    -webkit-align-self: stretch;
    align-self: stretch
}

.a-s-center {
    -webkit-box-self: center;
    -ms-align-self: center;
    -webkit-align-self: center;
    align-self: center
}

.a-s-end {
    -webkit-box-self: end;
    -ms-align-self: end;
    -webkit-align-self: end;
    align-self: end
}

.flex-wrap {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap
}

.flex-nowrap {
    flex-wrap: nowrap;
    -ms-flex-wrap: nowrap
}

.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.dh {
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.abimg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.pb {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    z-index: 5;
    overflow: hidden
}

.ab {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    /*display: -webkit-flex;*/
    /*display: flex;*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    overflow: hidden
}

@keyframes growAni {
    0% {
        transform: scale(1.2)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes circleAni {
    0% {
        stroke-dasharray: 0, 43.96
    }

    100% {
        stroke-dasharray: 43.96, 43.96
    }
}

[active] svg {
    vertical-align: top
}

[active] svg path {
    fill: currentColor
}

.ani,
.wow {
    visibility: hidden
}

.container {
    width: 93.75%;
    margin: 0 auto;
    max-width: 1800px;
    position: relative;
    z-index: 5
}

@media (max-width:991px) {
    .container {
        width: 100%;
        padding: 0 20px
    }
}

.public-content {
    font-size: var(--font14);
    color: #666666;
    line-height: 1.5
}

.public-content>* {
    margin: .75em 0
}

.public-content>*:first-child {
    margin-top: 0
}

.public-content>*:last-child {
    margin-bottom: 0
}

.public-content a {
    color: #666666;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.public-content a:hover {
    color: var(--color)
}

.public-content table {
    max-width: 100%
}

.public-content table td,
.public-content table th {
    padding: 10px 15px;
    border: 1px solid rgba(0, 0, 0, 0.1)
}

.public-content li {
    margin: .5em 0 .5em 1.2em;
    list-style: disc
}

.public-content ol {
    margin: .5em 0 .5em 1.2em;
    list-style: decimal
}

.public-content img,
.public-content video {
    max-width: 100%;
    height: auto !important
}

#hi-upgrade {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: #fff;
    font-size: 16px;
    line-height: 26px;
    text-align: center
}

#hi-upgrade .hi-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -177px 0 0 -450px;
    width: 900px
}

#hi-upgrade .hi-wrap .hi-title {
    font-size: 30px;
    line-height: 40px;
    color: #333
}

#hi-upgrade .hi-wrap .hi-close {
    margin: 10px 0;
    display: inline-block;
    cursor: pointer;
    font-size: 18px;
    color: var(--color)
}

#hi-upgrade .hi-wrap .hi-close:hover {
    text-decoration: underline
}

#hi-upgrade .hi-wrap .hi-text1 {
    color: #666
}

#hi-upgrade .hi-wrap .hi-text1 span {
    color: var(--color)
}

#hi-upgrade .hi-wrap .hi-text2 {
    position: relative;
    margin: 60px 0;
    color: #333
}

#hi-upgrade .hi-wrap .hi-text2::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    width: 100%;
    border-top: 1px solid #ddd
}

#hi-upgrade .hi-wrap .hi-text2 span {
    position: relative;
    z-index: 5;
    padding: 0 30px;
    background: #fff
}

#hi-upgrade .hi-wrap .hi-list {
    overflow: hidden
}

#hi-upgrade .hi-wrap .hi-list li {
    display: inline-block;
    width: 16%
}

#hi-upgrade .hi-wrap .hi-list li div {
    margin: 0 auto 5px;
    width: 50px;
    height: 50px
}

#hi-upgrade .hi-wrap .hi-list li a {
    color: #666
}

#hi-upgrade .hi-wrap .hi-list li a:hover {
    color: var(--color)
}

#hi-upgrade .hi-wrap .hi-list li .hi-ico1 {
    background: url(../fonts/rgba(0,0,0,0.4)
}

#c-code-pop .c-img-box {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px;
    width: 200px;
    border-radius: 5px;
    background: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#c-code-pop .c-img-box .c-close {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    bottom: -60px;
    left: 50%;
    margin-left: -20px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 50%;
    transition: all .4s
}

#c-code-pop .c-img-box .c-close img,
#c-code-pop .c-img-box .c-close svg {
    margin: 4px;
    width: 18px;
    height: 18px
}

#c-code-pop .c-img-box .c-close img path,
#c-code-pop .c-img-box .c-close svg path {
    fill: #333;
    transition: all .4s
}

#c-code-pop .c-img-box .c-close:hover {
    background-color: var(--color)
}

#c-code-pop .c-img-box .c-close:hover svg path {
    fill: #fff
}

#c-code-pop .c-img-box>img {
    width: 100%
}

#c-code-pop .c-img-box .c-text {
    padding-top: 10px;
    line-height: 1;
    text-align: center;
    color: #333
}

.public-pc {
    display: block
}

.public-mb {
    display: none
}

.public-img {
    display: block;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.public-img::before {
    content: "";
    display: block;
    position: relative;
    z-index: 0;
    padding-top: 100%
}

.public-img>img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .8s
}

@media (max-width:991px) {
    .public-pc {
        display: none
    }

    .public-mb {
        display: block
    }
}

header {
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    --fontSize: 18px
}

header .header-box {
    width: 100%;
    height: auto
}

header .header-box .header-main {
    width: 100%;
    height: var(--header-height);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

header .header-box nav {
    width: 40%;
    height: 100%
}

header .header-box nav ul {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

header .header-box nav ul>li {
    width: auto;
    height: 100%;
    margin-right: var(--spacing-70);
    position: relative;
    z-index: 1
}

header .header-box nav ul>li.subnav-active {
    position: static
}

header .header-box nav ul>li>a {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 12px;
    color: #FFFFFF;
    white-space: nowrap;
    line-height: 1.8;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

header .header-box nav ul>li>a span {
    position: relative;
    z-index: 1
}

header .header-box nav ul>li>a span::after {
    content: '';
    width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: currentColor;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

header .header-box nav ul>li.is-active {
    position: unset
}

header .header-box nav ul>li.active>a,
header .header-box nav ul>li:hover>a {
    color: var(--color) !important
}

header .header-box nav ul>li.active>a span::after,
header .header-box nav ul>li:hover>a span::after {
    width: 100%
}

header .header-box nav ul>li .subnav-box {
    width: 100vw;
    height: auto;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

header .header-box nav ul>li .subnav-box::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background: #FFFFFF;
    pointer-events: none
}

header .header-box nav ul>li .subnav-box::after {
    content: '';
    width: 100%;
    height: var(--vh);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
    pointer-events: none
}

header .header-box nav ul>li .subnav-box .subnav-main {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    overflow: hidden
}

header .header-box nav ul>li .subnav-box .subnav-main .subnav-tabs {
    width: 11.11%;
    height: auto;
    position: relative;
    z-index: 1;
    padding-top: var(--spacing-30)
}

header .header-box nav ul>li .subnav-box .subnav-main .subnav-tabs::after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    background: #EEEEEE
}

header .header-box nav ul>li .subnav-box .subnav-main .subnav-tabs .one {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0 0 0 var(--spacing-30)
}

header .header-box nav ul>li .subnav-box .subnav-main .subnav-tabs .one a {
    width: 100%;
    height: auto;
    padding: 6px 0;
    font-size: 12px;
    color: #999999;
    line-height: 1.5;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

header .header-box nav ul>li .subnav-box .subnav-main .subnav-tabs .one a::after {
    content: '';
    width: 2px;
    height: 0;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    background: #000000;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

header .header-box nav ul>li .subnav-box .subnav-main .subnav-tabs .one.active a,
header .header-box nav ul>li .subnav-box .subnav-main .subnav-tabs .one a:hover {
    color: #000000
}

header .header-box nav ul>li .subnav-box .subnav-main .subnav-tabs .one.active a::after,
header .header-box nav ul>li .subnav-box .subnav-main .subnav-tabs .one a:hover::after {
    height: 100%
}

header .header-box nav ul>li .subnav-box .subnav-main .subnav-tabs .first-active a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

header .header-box nav ul>li .subnav-box .subnav-main .subnav-tabs .first-active a .word {
    font-size: 12px
}

header .header-box nav ul>li .subnav-box .subnav-main .subnav-tabs .first-active a .icon {
    width: 5px;
    height: 8px;
    font-size: 0;
    margin-left: 10px;
    transform: translateX(-100%);
    opacity: 0;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

header .header-box nav ul>li .subnav-box .subnav-main .subnav-tabs .first-active a .icon svg {
    width: 100%;
    height: 100%
}

header .header-box nav ul>li .subnav-box .subnav-main .subnav-tabs .first-active a::after {
    display: none
}

header .header-box nav ul>li .subnav-box .subnav-main .subnav-tabs .first-active a:hover .icon {
    transform: translateZ(0);
    opacity: 1
}

header .header-box nav ul>li .subnav-box .subnav-main .swiper-box {
    width: 100%;
    height: auto;
    flex: 1;
    overflow: hidden
}

header .header-box nav ul>li .subnav-box .subnav-main .swiper-box .swiper-slide {
    width: 100%;
    height: auto;
    max-height: 90vh;
    position: relative;
    z-index: 1;
    overflow: hidden;
    overflow-y: auto
}

header .header-box nav ul>li .subnav-box .subnav-main .swiper-box .swiper-slide.active {
    z-index: 5;
    pointer-events: auto;
    opacity: 1 !important
}

header .header-box nav ul>li .subnav-box .subnav-main .swiper-box .swiper-slide .subnav-two {
    width: 12.5%;
    height: auto;
    position: relative;
    z-index: 1;
    padding: var(--spacing-30) 0 var(--spacing-60) var(--spacing-30)
}

header .header-box nav ul>li .subnav-box .subnav-main .swiper-box .swiper-slide .subnav-two::after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    background: #EEEEEE
}

header .header-box nav ul>li .subnav-box .subnav-main .swiper-box .swiper-slide .subnav-two::before {
    content: '';
    width: 100%;
    height: 1.5em;
    margin: 6px 0;
    display: block;
    font-size: 12px
}

header .header-box nav ul>li .subnav-box .subnav-main .swiper-box .swiper-slide .subnav-two .one {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

header .header-box nav ul>li .subnav-box .subnav-main .swiper-box .swiper-slide .subnav-two .one a {
    width: 100%;
    height: auto;
    padding: 6px 0;
    font-size: 12px;
    color: #999999;
    line-height: 1.5;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

header .header-box nav ul>li .subnav-box .subnav-main .swiper-box .swiper-slide .subnav-two .one a::after {
    content: '';
    width: 2px;
    height: 0;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    background: #000000;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

header .header-box nav ul>li .subnav-box .subnav-main .swiper-box .swiper-slide .subnav-two .one.active a {
    color: #000000
}

header .header-box nav ul>li .subnav-box .subnav-main .swiper-box .swiper-slide .subnav-two .one.active a::after {
    height: 100%
}

header .header-box nav ul>li .subnav-box .subnav-main .swiper-box .swiper-slide .swiper-three {
    width: 100%;
    height: auto;
    flex: 1;
    overflow: hidden
}

header .header-box nav ul>li .subnav-box .subnav-main .swiper-box .swiper-slide .swiper-three .swiper-slide {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1
}

header .header-box nav ul>li .subnav-box .subnav-main .swiper-box .swiper-slide .swiper-three .swiper-slide.active {
    z-index: 5;
    pointer-events: auto
}

header .header-box nav ul>li .subnav-box .subnav-main .swiper-box .swiper-slide .subnav-list {
    width: 100%;
    height: auto;
    margin: var(--spacing-60) 0;
    padding-left: var(--spacing-60);
    background: #FFFFFF;
    display: grid;
    grid-template-columns: repeat(auto-fit, 120px);
    grid-gap: 20px;
    overflow: hidden
}

header .header-box nav ul>li .subnav-box .subnav-main .swiper-box .swiper-slide .subnav-list .item {
    width: 100%;
    height: auto;
    overflow: hidden
}

header .header-box nav ul>li .subnav-box .subnav-main .swiper-box .swiper-slide .subnav-list .item .img {
    width: 100%;
    height: auto;
    background: #F8F8F8;
    overflow: hidden
}

header .header-box nav ul>li .subnav-box .subnav-main .swiper-box .swiper-slide .subnav-list .item .img .pb {
    padding-bottom: 137.5%
}

header .header-box nav ul>li .subnav-box .subnav-main .swiper-box .swiper-slide .subnav-list .item .title {
    width: 100%;
    height: auto;
    margin-top: 10px;
    padding-bottom: 5px;
    font-size: 12px;
    color: #000000
}

header .header-box nav ul>li .subnav-box .subnav-main .swiper-box .swiper-slide .subnav-list .item .title span {
    position: relative;
    z-index: 1
}

header .header-box nav ul>li .subnav-box .subnav-main .swiper-box .swiper-slide .subnav-list .item .title span::after {
    content: '';
    width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: currentColor;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

header .header-box nav ul>li .subnav-box .subnav-main .swiper-box .swiper-slide .subnav-list .item:hover .title span::after {
    width: 100%
}

header .header-box nav ul>li:hover .subnav-box {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

header .header-box nav ul>li:last-child {
    margin: 0
}

header .header-box nav ul>li .subnav-menu {
    width: 100%;
    min-width: 135px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    padding: 12px 0;
    background: #FFFFFF;
    overflow: hidden;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

header .header-box nav ul>li .subnav-menu .one {
    width: 100%;
    height: auto
}

header .header-box nav ul>li .subnav-menu .one a {
    width: 100%;
    height: auto;
    padding: 15px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 0;
    color: #000000;
    line-height: 1.8;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

header .header-box nav ul>li .subnav-menu .one a img,
header .header-box nav ul>li .subnav-menu .one a svg {
    max-width: 16px;
    max-height: 16px
}

header .header-box nav ul>li .subnav-menu .one a span {
    position: relative;
    z-index: 1;
    margin-left: .6em;
    font-size: 12px
}

header .header-box nav ul>li .subnav-menu .one a span::after {
    content: '';
    width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: currentColor;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

header .header-box nav ul>li .subnav-menu .one a:hover span::after {
    width: 100%
}

header .header-box nav ul>li:hover .subnav-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

header .header-box .logo {
    width: 100px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 5px;
    z-index: 10;
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    pointer-events: none
}

header .header-box .logo::after {
    content: '';
    width: 100%;
    height: 0;
    padding-bottom: 57.14285714%
}

header .header-box .logo a {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: currentColor
}

header .header-box .logo a svg {
    width: 100%;
    height: 100%
}

header .header-box .logo a svg .logo-icon {
    fill: #FFFFFF;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

header .header-box .logo a svg .logo-text {
    fill: #FFFFFF;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

header .header-box .column {
    width: 40%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

header .header-box .column .search-btn {
    width: auto;
    height: 100%;
    pointer-events: auto
}

header .header-box .column .search-btn .search-top {
    width: 100%;
    height: 100%;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    cursor: pointer;
    overflow: hidden
}

header .header-box .column .search-btn .search-top>a {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    display: none
}

header .header-box .column .search-btn .search-top .icon {
    width: auto;
    height: auto;
    font-size: 0;
    color: #FFFFFF;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    cursor: pointer;
    overflow: hidden
}

header .header-box .column .search-btn .search-top .icon svg {
    width: 100%;
    height: 100%;
    max-width: 14px;
    max-height: 14px;
    fill: currentColor
}

header .header-box .column .search-btn .icon-box:hover svg {
    fill: var(--color)
}

header .header-box .column .search-btn .subnav-search {
    width: 100vw;
    height: auto;
    position: absolute;
    left: 50%;
    top: 100%;
    z-index: 10;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

header .header-box .column .search-btn .subnav-search::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background: #FFFFFF;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    pointer-events: none
}

header .header-box .column .search-btn .subnav-search::after {
    content: '';
    width: 100%;
    height: var(--vh);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
    pointer-events: none
}

header .header-box .column .search-btn .subnav-search .subnav-main {
    width: 100%;
    height: auto;
    max-width: 1440px;
    position: relative;
    z-index: 10;
    margin: 0 auto;
    padding: var(--spacing-100) 0;
    overflow: hidden
}

header .header-box .column .search-btn .subnav-search .subnav-main .subnav-form {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

header .header-box .column .search-btn .subnav-search .subnav-main .subnav-form .headline {
    width: 100%;
    height: auto;
    flex: 1;
    font-size: var(--font30);
    color: #333333
}

header .header-box .column .search-btn .subnav-search .subnav-main .subnav-form .form-box {
    width: 48.611%;
    height: auto
}

header .header-box .column .search-btn .subnav-search .subnav-main .subnav-form .form-box .layui-form {
    width: 100%;
    height: auto
}

header .header-box .column .search-btn .subnav-search .subnav-main .subnav-form .form-box .layui-form form {
    width: 100%;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background: #F8F8F8;
    border-radius: 50px
}

header .header-box .column .search-btn .subnav-search .subnav-main .subnav-form .form-box .layui-form form input {
    width: 100%;
    height: 100%;
    padding: 0 var(--spacing-30);
    flex: 1;
    font-size: var(--font14);
    color: #000000
}

header .header-box .column .search-btn .subnav-search .subnav-main .subnav-form .form-box .layui-form form input::-webkit-input-placeholder,
header .header-box .column .search-btn .subnav-search .subnav-main .subnav-form .form-box .layui-form form input:-moz-placeholder,
header .header-box .column .search-btn .subnav-search .subnav-main .subnav-form .form-box .layui-form form input::-moz-placeholder,
header .header-box .column .search-btn .subnav-search .subnav-main .subnav-form .form-box .layui-form form input::-ms-input-placeholder,
header .header-box .column .search-btn .subnav-search .subnav-main .subnav-form .form-box .layui-form form input::placeholder,
header .header-box .column .search-btn .subnav-search .subnav-main .subnav-form .form-box .layui-form form input:-ms-input-placeholder {
    color: #333333 !important
}

header .header-box .column .search-btn .subnav-search .subnav-main .subnav-form .form-box .layui-form form .more {
    width: 80px;
    height: 100%;
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #333333;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

header .header-box .column .search-btn .subnav-search .subnav-main .subnav-form .form-box .layui-form form .more svg {
    width: 100%;
    height: 40%;
    fill: currentColor
}

header .header-box .column .search-btn .subnav-search .subnav-main .subnav-form .form-box .search-hot {
    width: 100%;
    height: auto;
    margin-top: var(--spacing-20);
    padding: 0 var(--spacing-30);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline
}

header .header-box .column .search-btn .subnav-search .subnav-main .subnav-form .form-box .search-hot .title {
    width: auto;
    height: auto;
    font-size: var(--font14);
    color: #333333;
    line-height: var(--font22)
}

header .header-box .column .search-btn .subnav-search .subnav-main .subnav-form .form-box .search-hot .links {
    width: 100%;
    height: auto;
    flex: 1;
    margin: 0 0 -20px
}

header .header-box .column .search-btn .subnav-search .subnav-main .subnav-form .form-box .search-hot .links a {
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    padding: 2px .6em;
    border: 1px solid #EEEEEE;
    border-radius: 50px;
    font-size: var(--font14);
    color: #333333;
    line-height: 1.5;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

header .header-box .column .search-btn .subnav-search .subnav-main .subnav-form .form-box .search-hot .links a+a {
    margin-left: .5em
}

header .header-box .column .search-btn .subnav-search .subnav-main .subnav-form .form-box .search-hot .links a:hover {
    background: #EEEEEE
}

header .header-box .column .search-btn:hover .subnav-search {
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

header .header-box .column .mall-btn {
    width: auto;
    height: 100%;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer
}

header .header-box .column .mall-btn .mall-top {
    width: 100%;
    height: 100%;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #FFFFFF;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

header .header-box .column .mall-btn .mall-top .word {
    padding-right: 5px;
    transform: translateY(.05em);
    font-size: 12px;
    color: currentColor
}

header .header-box .column .mall-btn .mall-top .icon {
    width: 8px;
    height: 4px;
    font-size: 0;
    color: currentColor;
    overflow: hidden
}

header .header-box .column .mall-btn .mall-top .icon svg {
    width: 100%;
    height: 100%;
    fill: currentColor
}

header .header-box .column .mall-btn .menu {
    width: 100%;
    min-width: 100px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    overflow: hidden;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

header .header-box .column .mall-btn .menu .one {
    width: 100%;
    height: auto
}

header .header-box .column .mall-btn .menu .one a {
    width: 100%;
    height: auto;
    padding: 15px 10px;
    display: block;
    background: #FFFFFF;
    text-align: center;
    font-size: 12px;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

header .header-box .column .mall-btn .menu .one a:hover {
    background: var(--color);
    color: #FFFFFF
}

header .header-box .column .mall-btn:hover .menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

header .header-box .column .share-box {
    width: auto;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: 10px
}

header .header-box .column .share-box .item {
    width: auto;
    height: 100%;
    margin: 0 0 0 20px
}

header .header-box .column .share-box .item a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    z-index: 1
}

header .header-box .column .share-box .item a .icon-box {
    width: auto;
    height: 16px;
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 0;
    color: #FFFFFF;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

header .header-box .column .share-box .item a .icon-box svg {
    width: 100%;
    height: 100%;
    max-height: 100%
}

header .header-box .column .share-box .item a .icon-box svg path {
    fill: currentColor
}

header .header-box .column .share-box .item a .qrcode {
    width: 120px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 100%;
    z-index: 10;
    transform: translate(-50%, -15px);
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

@media (max-width:1280px) {
    header .header-box .column .share-box .item a .qrcode {
        width: 100px
    }
}

@media (max-width:1024px) {
    header .header-box .column .share-box .item a .qrcode {
        width: 90px
    }
}

@media (max-width:768px) {
    header .header-box .column .share-box .item a .qrcode {
        width: 80px
    }
}

header .header-box .column .share-box .item a .qrcode::before {
    content: '';
    width: 0;
    height: 0;
    display: block;
    margin: 0 auto;
    border-width: 0 7px 8px 7px;
    border-style: solid;
    border-color: transparent transparent #FFFFFF transparent
}

header .header-box .column .share-box .item a .qrcode .img {
    width: 100%;
    height: auto;
    padding: 2px;
    background: #FFFFFF;
    border-radius: 3px;
    overflow: hidden
}

header .header-box .column .share-box .item a .qrcode .img img {
    width: 100%
}

header .header-box .column .share-box .item:first-child {
    margin-left: 0
}

header .header-box .column .share-box .item a:hover .qrcode {
    transform: translate(-50%, -10px);
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

header .header-box .column .mobile-switch {
    width: auto;
    height: 100%;
    color: #FFFFFF;
    display: none
}

header .header-box .column .mobile-switch .icon {
    width: 20px;
    height: 15px;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

header .header-box .column .mobile-switch i {
    width: 100%;
    height: 1px;
    background: currentColor;
    transition: all .4s
}

header .header-box .column .mobile-switch i:first-child {
    position: absolute;
    top: 0
}

header .header-box .column .mobile-switch i:last-child {
    position: absolute;
    bottom: 0
}

header .header-box .column .mobile-switch.active {
    color: #000000
}

header .header-box .column .mobile-switch.active i:nth-child(2) {
    opacity: 0
}

header .header-box .column .mobile-switch.active i:first-child {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg)
}

header .header-box .column .mobile-switch.active i:last-child {
    bottom: 50%;
    -webkit-transform: translateY(50%) rotate(-45deg);
    transform: translateY(50%) rotate(-45deg)
}

header .header-box .column .mobile-switch:hover::after {
    opacity: 0
}

header::after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    background: #EEEEEE;
    opacity: 0;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

header.is-active .header-box .logo {
    width: 75%;
    pointer-events: none
}

header.is-active .header-box .logo a svg .logo-icon {
    opacity: .3
}

header.is-active .header-box .logo a svg .logo-text {
    opacity: 0
}

header.active,
header.details-active {
    background: #FFFFFF
}

header.active .header-box nav ul>li>a,
header.details-active .header-box nav ul>li>a {
    color: #000000
}

header.active .header-box .logo,
header.details-active .header-box .logo {
    pointer-events: auto
}

header.active .header-box .logo a svg .logo-icon,
header.details-active .header-box .logo a svg .logo-icon,
header.active .header-box .logo a svg .logo-text,
header.details-active .header-box .logo a svg .logo-text {
    fill: #000000
}

header.active .header-box .column .search-btn .search-top .icon,
header.details-active .header-box .column .search-btn .search-top .icon,
header.active .header-box .column .mall-btn .mall-top,
header.details-active .header-box .column .mall-btn .mall-top {
    color: #333333
}

header.active .header-box .column .share-box .item a .icon-box,
header.details-active .header-box .column .share-box .item a .icon-box {
    color: #333333
}

header.active .header-box .column .mobile-switch,
header.details-active .header-box .column .mobile-switch {
    color: #333333
}

header.black-active {
    background: transparent
}

header.black-active.active {
    background: #FFFFFF
}

@media screen and (min-width:991px) {
    header:hover {
        background: #FFFFFF
    }

    header:hover .header-box nav ul>li>a {
        color: #000000
    }

    header:hover .header-box .logo {
        pointer-events: auto
    }

    header:hover .header-box .logo a svg .logo-icon,
    header:hover .header-box .logo a svg .logo-text {
        fill: #000000
    }

    header:hover .header-box .column .search-btn .search-top .icon,
    header:hover .header-box .column .mall-btn .mall-top {
        color: #333333
    }

    header:hover .header-box .column .share-box .item a .icon-box {
        color: #333333
    }

    header:hover .header-box .column .mobile-switch {
        color: #333333
    }
}

header.is-active.active {
    transition-delay: .2s
}

header.is-active.active .header-box .logo {
    width: 112px
}

header.is-active.active .header-box .logo a svg .logo-icon {
    opacity: 1
}

header.is-active.active .header-box .logo a svg .logo-text {
    opacity: 1;
    transition-delay: .2s
}

header.is-active.active::after {
    transition-delay: .2s
}

header.is-show {
    transform: translateY(-100%)
}

header:has(nav:hover)::after {
    opacity: 1
}

@media (max-width:991px) {
    header {
        background: #FFFFFF
    }

    header .header-box nav {
        display: none
    }

    header .header-box .logo {
        pointer-events: auto
    }

    header .header-box .logo a svg .logo-icon,
    header .header-box .logo a svg .logo-text {
        fill: #000000
    }

    header .header-box .column {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between
    }

    header .header-box .column .search-btn .search-top {
        padding: 0 20px 0 0;
        position: relative;
        z-index: 1
    }

    header .header-box .column .search-btn .search-top>a {
        display: block
    }

    header .header-box .column .search-btn .subnav-search {
        display: none
    }

    header .header-box .column .search-btn .search-top .icon,
    header .header-box .column .mall-btn .mall-top {
        color: #333333
    }

    header .header-box .column .mall-btn {
        display: none
    }

    header .header-box .column .share-box {
        display: none
    }

    header .header-box .column .mobile-switch {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        color: #333333
    }

    header.is-active .header-box .logo {
        width: 112px
    }

    header.is-active .header-box .logo a svg .logo-icon {
        opacity: 1
    }

    header.is-active .header-box .logo a svg .logo-text {
        opacity: 1
    }

    header.is-active.active .header-box .logo a svg .logo-text {
        transition-delay: 0s
    }

    header.is-active.active {
        transition-delay: 0s
    }
}

.mobile-header {
    width: 100%;
    height: 100vh;
    padding: var(--header-height) 0 20px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    background: #FFFFFF;
    opacity: 0;
    visibility: hidden;
    overflow: hidden
}

.mobile-header .mobile_main {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.mobile-header .mobile_main .mobile_nav {
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto
}

.mobile-header .mobile_main .mobile_nav ul {
    width: 100%;
    height: auto;
    overflow: hidden
}

.mobile-header .mobile_main .mobile_nav ul li {
    width: 100%;
    height: auto
}

.mobile-header .mobile_main .mobile_nav ul li .headline {
    width: 100%;
    height: auto;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.mobile-header .mobile_main .mobile_nav ul li .headline a {
    width: auto;
    max-width: 100%;
    flex: 1;
    height: auto;
    font-size: 16px;
    color: #000000
}

.mobile-header .mobile_main .mobile_nav ul li .headline .icon {
    width: 6px;
    height: 10px;
    font-size: 0;
    color: #000000;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    box-sizing: content-box;
    padding: 5px 0 5px 20px;
    transform-origin: 23px 50%
}

.mobile-header .mobile_main .mobile_nav ul li .headline .icon svg {
    width: 100%;
    height: 100%;
    fill: currentColor
}

.mobile-header .mobile_main .mobile_nav ul li ul {
    width: 100%;
    height: auto;
    padding: 14px 20px 14px 36px;
    display: none;
    background: #FAFAFA
}

.mobile-header .mobile_main .mobile_nav ul li ul li {
    width: 100%;
    height: auto
}

.mobile-header .mobile_main .mobile_nav ul li ul li>.headline {
    padding: 0;
    border: 0
}

.mobile-header .mobile_main .mobile_nav ul li ul li>.headline .icon {
    width: 5px;
    height: 9px;
    font-size: 0;
    color: #333333;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    transform-origin: 22.5px 50%
}

.mobile-header .mobile_main .mobile_nav ul li ul li>.headline .icon svg {
    width: 100%;
    height: 100%;
    fill: currentColor
}

.mobile-header .mobile_main .mobile_nav ul li ul li>.headline a,
.mobile-header .mobile_main .mobile_nav ul li ul li>a {
    width: auto;
    max-width: 100%;
    display: block;
    padding: 10px 0;
    font-size: 14px;
    color: #333333;
    overflow: hidden
}

.mobile-header .mobile_main .mobile_nav ul li ul li ul {
    padding: 0 0 10px 14px
}

.mobile-header .mobile_main .mobile_nav ul li ul li ul li>.headline a,
.mobile-header .mobile_main .mobile_nav ul li ul li ul li a {
    padding: 6px 0;
    font-size: 12px;
    color: #999999
}

.mobile-header .mobile_main .mobile_nav ul li ul li {
    border: 0
}

.mobile-header .mobile_main .mobile_nav ul li.is-set.active>.headline .icon {
    transform: rotate(90deg)
}

.mobile-header .mobile_main .mobile_nav ul>li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.mobile-header .mobile_main .mobile_nav ul li.active>a,
.mobile-header .mobile_main .mobile_nav ul li.active>.headline a {
    color: var(--color)
}

.mobile-header .mobile_main .mobile_nav ul li.is-set.active>.headline .icon {
    color: var(--color)
}

.mobile-header .mobile_main .mobile_nav ul li.active>.headline .icon svg path {
    fill: var(--color)
}

main {
    width: 100%;
    height: auto;
    background: #FFFFFF;
    position: relative;
    z-index: 10;
    overflow: hidden
}

main.active {
    overflow: visible
}

.idx-title {
    width: 100%;
    height: auto;
    text-align: center
}

.idx-title .title {
    width: 100%;
    height: auto;
    font-weight: bold;
    font-size: var(--font30);
    color: #000000
}

.public-more {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    --value: 40px
}

.public-more .more {
    width: auto;
    min-width: calc(var(--value) * 3);
    height: var(--value);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0 1em;
    font-size: var(--font14);
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.public-more.white .more {
    background: #FFFFFF;
    color: #000000
}

.public-more.white .more:hover {
    background: #000000;
    color: #FFFFFF
}

.public-more.white.border .more {
    border: 1px solid #FFFFFF;
    background: transparent;
    color: #FFFFFF
}

.public-more.white.border .more:hover {
    background: #FFFFFF;
    color: #000000
}

.public-more.black.border .more {
    border: 1px solid #000000;
    background: transparent;
    color: #000000
}

.public-more.black.border .more:hover {
    background: #000000;
    color: #FFFFFF
}

.public-more.border .more {
    border: 1px solid #000000;
    color: #000000
}

.public-more.border .more:hover {
    background: #000000;
    color: #FFFFFF
}

@media (max-width:1280px) {
    .public-more {
        --value: 36px
    }
}

@media (max-width:768px) {
    .public-more {
        --value: 32px
    }
}

.public-more-hover.white .more {
    background: #000000;
    color: #FFFFFF
}

.public-more-hover.white.border .more {
    background: #FFFFFF;
    color: #000000
}

.public-more-hover.black.border .more {
    background: #000000;
    color: #FFFFFF
}

.public-more-hover.border .more {
    background: #000000;
    color: #FFFFFF
}

.idx-banner {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    background: #333333;
    overflow: hidden
}

.idx-banner .swiper-box {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.idx-banner .swiper-box .swiper-slide {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.idx-banner .swiper-box .swiper-slide .banner-info {
    width: 100%;
    height: 100%;
    padding: var(--header-height) 0 var(--spacing-150);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    overflow: hidden
}

.idx-banner .swiper-box .swiper-slide .banner-info .info-box {
    width: 100%;
    height: auto;
    text-align: center
}

.idx-banner .swiper-box .swiper-slide .banner-info .info-box .video-btn {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    font-size: 0;
    color: #FFFFFF;
    cursor: pointer
}

.idx-banner .swiper-box .swiper-slide .banner-info .info-box .video-btn svg {
    width: 100%;
    height: 100%;
    fill: currentColor
}

.idx-banner .swiper-box .swiper-slide .banner-info .info-box .video-btn+* {
    margin-top: var(--spacing-30)
}

.idx-banner .swiper-box .swiper-slide .banner-info .info-box .title {
    width: 100%;
    height: auto;
    font-size: var(--font44);
    color: #FFFFFF;
    line-height: 1.18
}

.idx-banner .swiper-box .swiper-slide .banner-info .info-box .subtitle {
    width: 100%;
    height: auto;
    font-size: var(--font14);
    color: #FFFFFF;
    line-height: 1.2
}

.idx-banner .swiper-box .swiper-slide .banner-info .info-box .title+.subtitle {
    margin-top: .75em
}

.idx-banner .swiper-box .swiper-slide .banner-info .info-box .subtitle+.title {
    margin-top: .5em
}

.idx-banner .swiper-box .swiper-slide .banner-info .info-box .public-more {
    margin-top: var(--spacing-50);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.idx-banner .swiper-box .swiper-slide .images {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    font-size: 0;
    overflow: hidden
}

.idx-banner .swiper-box .swiper-slide .images::before,
.idx-banner .swiper-box .swiper-slide .images::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5
}

.idx-banner .swiper-box .swiper-slide .images::before {
    z-index: 1;
    background: #000000;
    opacity: .08
}

.idx-banner .swiper-box .swiper-slide .images::after {
    height: 76.5%;
    z-index: 2;
    background: linear-gradient(transparent, #000000);
    opacity: .2
}

.idx-banner .swiper-box .swiper-slide .images img,
.idx-banner .swiper-box .swiper-slide .images video {
    width: 100%;
    height: 100vh;
    object-fit: cover
}

.idx-banner .swiper-pager {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden
}

.idx-banner .swiper-pager .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.idx-banner .swiper-pager .swiper-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 0;
    pointer-events: auto;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.idx-banner .swiper-pager .swiper-btn svg {
    width: 20%;
    height: 30%;
    max-width: 10px;
    max-height: 18px;
    fill: currentColor
}

.idx-banner .swiper-pager .swiper-btn:hover {
    background: rgba(0, 0, 0, 0.4)
}

.idx-banner.prev-show .swiper-pager .swiper-btn.prev {
    opacity: 1
}

.idx-banner.next-show .swiper-pager .swiper-btn.next {
    opacity: 1
}

.idx-banner .pager-box {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: var(--spacing-50);
    z-index: 1;
    padding: 0 20px;
    overflow: hidden
}

.idx-banner .pager-box .pager {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.idx-banner .pager-box .pager span {
    width: 1em;
    height: 1em;
    border-radius: 0;
    opacity: 1;
    cursor: pointer;
    font-size: 14px;
    background: transparent;
    --time: 5s
}

.idx-banner .pager-box .pager span svg {
    width: 100%;
    height: 100%
}

.idx-banner .pager-box .pager span svg circle {
    transform-origin: center;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.idx-banner .pager-box .pager span svg .c1 {
    opacity: .4
}

.idx-banner .pager-box .pager span svg .c2 {
    stroke-dasharray: 0, 43.96;
    transform: rotate(-90deg)
}

.idx-banner .pager-box .pager span.active svg .c1 {
    opacity: 0
}

.idx-banner .pager-box .pager span.active svg .c2 {
    animation: circleAni var(--time) linear
}

.idx-banner .pager-box .pager span+span {
    margin-left: 10px
}

@media (max-width:991px) {
    .idx-banner .pager-box {
        padding: 0 20px
    }
}

@media (max-width:991px) {
    .idx-banner {
        margin-top: var(--header-height)
    }

    .idx-banner .swiper-box .swiper-slide .images {
        height: 0;
        padding-bottom: 56.25%
    }

    .idx-banner .swiper-box .swiper-slide .images img,
    .idx-banner .swiper-box .swiper-slide .images video {
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1
    }

    .idx-banner .swiper-pager {
        display: none
    }
}

.idx-product-hot {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    margin: var(--spacing-100) 0;
    overflow: hidden
}

.idx-product-hot .product-box {
    width: 100%;
    height: auto
}

.idx-product-hot .product-box .product-main {
    width: 100%;
    height: auto;
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.idx-product-hot .product-box .product-main .product-info {
    width: 50%;
    height: auto;
    position: relative;
    z-index: 1;
    background: #F8F8F8;
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    /*display: -webkit-flex;*/
    /*display: flex;*/
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden
}

.idx-product-hot .product-box .product-main .product-info .swiper-pager {
    width: 100%;
    height: auto;
    margin-bottom: var(--spacing-80);
    position: relative;
    z-index: 5
}

.idx-product-hot .product-box .product-main .product-info .swiper-pager .swiper-slide {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1
}

.idx-product-hot .product-box .product-main .product-info .swiper-pager .swiper-slide.active {
    z-index: 5;
    pointer-events: auto
}

.idx-product-hot .product-box .product-main .product-info .swiper-pager .swiper-slide .img {
    width: 100%;
    /*width: 45%;*/
    /*max-width: 400px;*/
    height: auto;
    margin: 0 auto
}

.idx-product-hot .product-box .product-main .product-info .swiper-pager .swiper-slide .img .pb {
    /*padding-bottom: 65%*/
    padding-bottom: 48%
}

.idx-product-hot .product-box .product-main .product-info .swiper-pager .swiper-slide .info {
    width: 100%;
    height: auto;
    margin-top: 20px;
    padding: 0 var(--spacing-30);
    text-align: center
}

.idx-product-hot .product-box .product-main .product-info .swiper-pager .swiper-slide .info .title {
    width: 100%;
    height: auto;
    font-size: var(--font40);
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.idx-product-hot .product-box .product-main .product-info .swiper-pager .swiper-slide .info .details {
    width: 100%;
    height: calc(2em * 1.5);
    margin-top: 10px;
    font-size: var(--font14);
    color: #666666;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.idx-product-hot .product-box .product-main .product-info .swiper-pager .swiper-slide .info .public-more {
    margin-top: var(--spacing-20);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.idx-product-hot .product-box .product-main .product-info .pager-box {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: var(--spacing-80);
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.idx-product-hot .product-box .product-main .product-info .pager-box .swiper-btn {
    width: 7px;
    height: 15px;
    color: #666666;
    cursor: pointer;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.idx-product-hot .product-box .product-main .product-info .pager-box .swiper-btn svg {
    width: 100%;
    height: 100%;
    fill: currentColor
}

.idx-product-hot .product-box .product-main .product-info .pager-box .swiper-btn:hover {
    color: #000000
}

.idx-product-hot .product-box .product-main .product-info .pager-box .pager {
    width: auto;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 20px
}

.idx-product-hot .product-box .product-main .product-info .pager-box .pager span {
    width: 1em;
    height: 1em;
    position: relative;
    z-index: 1;
    border-radius: 0;
    opacity: 1;
    cursor: pointer;
    font-size: 14px;
    background: transparent
}

.idx-product-hot .product-box .product-main .product-info .pager-box .pager span::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.idx-product-hot .product-box .product-main .product-info .pager-box .pager span::after {
    content: '';
    width: 50%;
    height: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    background: #000000;
    opacity: .4;
    border-radius: 50%;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.idx-product-hot .product-box .product-main .product-info .pager-box .pager span.active::before {
    border-color: #000000
}

.idx-product-hot .product-box .product-main .product-info .pager-box .pager span.active::after {
    opacity: 0
}

.idx-product-hot .product-box .product-main .product-info .pager-box .pager span+span {
    margin-left: var(--spacing-20)
}

.idx-product-hot .product-box .product-main .swiper-box {
    width: 50%;
    height: auto;
    overflow: hidden
}

.idx-product-hot .product-box .product-main .swiper-box .swiper-slide {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.idx-product-hot .product-box .product-main .swiper-box .swiper-slide.active,
.idx-product-hot .product-box .product-main .swiper-box .swiper-slide.swiper-slide-active {
    z-index: 5
}

.idx-product-hot .product-box .product-main .swiper-box .swiper-slide.active *,
.idx-product-hot .product-box .product-main .swiper-box .swiper-slide.swiper-slide-active * {
    pointer-events: auto
}

.idx-product-hot .product-box .product-main .swiper-box .swiper-slide .pb {
    padding-bottom: 84.44%
}

.idx-product-hot .product-box .product-main .swiper-box .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media (max-width:1280px) {
    .idx-product-hot .product-box .product-main .product-info .pager-box {
        bottom: 30px
    }

    .idx-product-hot .product-box .product-main .product-info .pager-box .pager span {
        font-size: 12px
    }
}

@media (max-width:991px) {
    .idx-product-hot .product-box .product-main {
        -webkit-box-orient: vertical;
        -ms-flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .idx-product-hot .product-box .product-main .product-info {
        width: 100%;
        padding: 50px 0 40px
    }

    .idx-product-hot .product-box .product-main .product-info .swiper-pager {
        margin: 0
    }

    .idx-product-hot .product-box .product-main .product-info .swiper-pager .swiper-slide .info {
        padding: 0 15px
    }

    .idx-product-hot .product-box .product-main .product-info .swiper-pager .swiper-slide .info .title {
        font-size: var(--font24)
    }

    .idx-product-hot .product-box .product-main .product-info .pager-box {
        position: relative;
        bottom: 0;
        margin-top: 40px
    }

    .idx-product-hot .product-box .product-main .product-info .pager-box .pager span {
        font-size: 10px
    }

    .idx-product-hot .product-box .product-main .swiper-box {
        width: 100%
    }
}

.idx-product-new {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    margin: var(--spacing-140) 0 var(--spacing-100);
    overflow: hidden
}

.idx-product-new .product-box {
    width: 100%;
    height: auto
}

.idx-product-new .product-box .menu-box {
    width: 100%;
    height: auto;
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    overflow: hidden
}

.idx-product-new .product-box .menu-box .item {
    width: 50%;
    height: auto;
    overflow: hidden
}

.idx-product-new .product-box .menu-box .item a {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer
}

.idx-product-new .product-box .menu-box .item a::after {
    content: '';
    width: 100%;
    height: 75%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.4) 200%)
}

.idx-product-new .product-box .menu-box .item a .img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.idx-product-new .product-box .menu-box .item a .img .pb {
    padding-bottom: 83.33%
}

.idx-product-new .product-box .menu-box .item a .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.idx-product-new .product-box .menu-box .item a .img.active {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    transform: scale(1.2);
    opacity: 0;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease
}

.idx-product-new .product-box .menu-box .item a .info-box {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    padding: var(--spacing-30);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.idx-product-new .product-box .menu-box .item a .info-box .info {
    width: 100%;
    height: auto;
    flex: 1
}

.idx-product-new .product-box .menu-box .item a .info-box .info .title {
    width: 100%;
    height: auto;
    font-size: var(--font24);
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.idx-product-new .product-box .menu-box .item a .info-box .info .details {
    width: 100%;
    height: auto;
    margin-top: 10px;
    font-size: var(--font14);
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5
}

.idx-product-new .product-box .menu-box .item a .info-box .public-more {
    width: auto;
    margin-top: var(--spacing-20);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.idx-product-new .product-box .menu-box .item a:hover .img.active {
    transform: scale(1);
    opacity: 1
}

.idx-product-new .product-box .menu-box .item a:hover .info-box .public-more.white .more {
    background: #000000;
    color: #FFFFFF
}

.idx-product-new .product-box .menu-box .item a:hover .info-box .public-more.white.border .more {
    background: #FFFFFF;
    color: #000000
}

.idx-product-new .product-box .menu-box .item a:hover .info-box .public-more.black.border .more {
    background: #000000;
    color: #FFFFFF
}

.idx-product-new .product-box .menu-box .item a:hover .info-box .public-more.border .more {
    background: #000000;
    color: #FFFFFF
}

@media (max-width:991px) {
    .idx-product-new .product-box .menu-box {
        display: block
    }

    .idx-product-new .product-box .menu-box .item {
        width: 100%
    }

    .idx-product-new .product-box .menu-box .item a .info-box {
        display: block
    }

    .idx-product-new .product-box .menu-box .item a .info-box .public-more {
        width: 100%;
        margin-top: 20px;
        display: none
    }
}

.idx-product-new .product-box .tips-text {
    width: 100%;
    height: auto;
    margin: 10px 0 0;
    text-align: right;
    font-size: 10px;
    color: #333333
}

footer {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 15;
    background: #FFFFFF
}

footer .footer-box {
    width: 100%;
    height: auto
}

footer .footer-box .footer-info {
    width: 100%;
    height: auto;
    padding: var(--spacing-50) 0 var(--spacing-30);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    border-bottom: 1px solid #EFF3F5
}

footer .footer-box .footer-info .share-box {
    width: 40%;
    height: auto;
    -webkit-box-self: center;
    -ms-align-self: center;
    -webkit-align-self: center;
    align-self: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

footer .footer-box .footer-info .share-box .item {
    width: auto;
    height: auto;
    margin: 0 var(--spacing-40) 10px 0
}

footer .footer-box .footer-info .share-box .item a {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    z-index: 1
}

footer .footer-box .footer-info .share-box .item a .icon-box {
    width: auto;
    height: 19px;
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 0;
    color: #000000;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

footer .footer-box .footer-info .share-box .item a .icon-box svg {
    width: 100%;
    height: 100%;
    max-height: 100%
}

footer .footer-box .footer-info .share-box .item a .icon-box svg path {
    fill: currentColor
}

footer .footer-box .footer-info .share-box .item a .qrcode {
    width: 120px;
    height: auto;
    position: absolute;
    left: 50%;
    bottom: 100%;
    z-index: 10;
    transform: translate(-50%, 0);
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

@media (max-width:1280px) {
    footer .footer-box .footer-info .share-box .item a .qrcode {
        width: 100px
    }
}

@media (max-width:1024px) {
    footer .footer-box .footer-info .share-box .item a .qrcode {
        width: 90px
    }
}

@media (max-width:768px) {
    footer .footer-box .footer-info .share-box .item a .qrcode {
        width: 80px
    }
}

footer .footer-box .footer-info .share-box .item a .qrcode::after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    margin: 0 auto;
    border-width: 8px 7px 0 7px;
    border-style: solid;
    border-color: #FFFFFF transparent transparent transparent
}

footer .footer-box .footer-info .share-box .item a .qrcode .img {
    width: 100%;
    height: auto;
    padding: 2px;
    background: #FFFFFF;
    border-radius: 3px;
    overflow: hidden
}

footer .footer-box .footer-info .share-box .item a .qrcode .img img {
    width: 100%
}

footer .footer-box .footer-info .share-box .item a:hover .qrcode {
    transform: translate(-50%, -10px);
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

footer .footer-box .footer-info .return-top {
    width: auto;
    height: auto;
    position: relative;
    z-index: 1;
    font-size: var(--font14);
    color: #333333;
    line-height: 1.4;
    cursor: pointer
}

footer .footer-box .footer-info .return-top::after {
    content: '';
    width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #333333;
    pointer-events: none;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

footer .footer-box .footer-info .return-top:hover::after {
    width: 100%
}

footer .footer-box .footer-info .foot-nav {
    width: 40%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

footer .footer-box .footer-info .foot-nav a {
    position: relative;
    z-index: 1;
    margin-left: var(--spacing-50);
    line-height: 1.4;
    font-size: var(--font14);
    color: #333333;
    white-space: nowrap;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

footer .footer-box .footer-info .foot-nav a::after {
    content: '';
    width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #333333;
    pointer-events: none;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

footer .footer-box .footer-info .foot-nav a:first-child {
    margin: 0
}

footer .footer-box .footer-info .foot-nav a:hover::after {
    width: 100%
}

footer .footer-box .footer-copy {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: var(--spacing-30) 0 20px
}

footer .footer-box .footer-copy .copy {
    width: 55%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    grid-gap: .6em .5em
}

footer .footer-box .footer-copy .copy,
footer .footer-box .footer-copy .copy a {
    font-size: 12px;
    color: rgba(51, 51, 51, 0.3);
    line-height: 1.4
}

footer .footer-box .footer-copy .copy a {
    position: relative;
    z-index: 1;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

footer .footer-box .footer-copy .copy a::after {
    content: '';
    width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #333333;
    pointer-events: none;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

footer .footer-box .footer-copy .copy a:hover {
    color: #333333
}

footer .footer-box .footer-copy .copy a:hover::after {
    width: 100%
}

footer .footer-box .footer-copy .links {
    width: 40%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

footer .footer-box .footer-copy .links a {
    position: relative;
    z-index: 1;
    margin-left: 2em;
    line-height: 1.4;
    font-size: 12px;
    color: rgba(51, 51, 51, 0.3);
    white-space: nowrap;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

footer .footer-box .footer-copy .links a::after {
    content: '';
    width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #333333;
    pointer-events: none;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

footer .footer-box .footer-copy .links a:first-child {
    margin: 0
}

footer .footer-box .footer-copy .links a:hover {
    color: #333333
}

footer .footer-box .footer-copy .links a:hover::after {
    width: 100%
}

@media (max-width:991px) {
    footer .footer-box .footer-info .share-box {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center
    }

    footer .footer-box .footer-info .return-top,
    footer .footer-box .footer-info .foot-nav {
        display: none
    }

    footer .footer-box .footer-copy {
        display: block
    }

    footer .footer-box .footer-copy .copy {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center
    }

    footer .footer-box .footer-copy .links {
        width: 100%;
        margin-top: .6em;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center
    }
}

.footer-banner {
    width: 100%;
    height: auto;
    position: sticky;
    position: -webkit-sticky;
    bottom: 0;
    z-index: 1;
    overflow: hidden
}

.footer-banner .banner-box {
    width: 100%;
    height: auto
}

.footer-banner .banner-box .banner-info {
    width: 100%;
    height: auto;
    padding: var(--spacing-140) 0 var(--spacing-180)
}

.footer-banner .banner-box .banner-info .logo {
    width: 65.833%;
    max-width: 1185px;
    height: auto;
    margin: 0 auto;
    text-align: center;
    font-size: 0
}

.footer-banner .banner-box .banner-info .public-more {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.footer-banner .images {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    font-size: 0;
    overflow: hidden
}

.footer-banner .images img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.inner-title {
    width: 100%;
    height: auto
}

.inner-title .title {
    width: 100%;
    height: auto;
    font-weight: bold;
    font-size: var(--font40);
    color: #000000
}

.inner-title .details {
    width: 100%;
    height: auto;
    margin-top: .8em;
    font-size: var(--font18);
    color: #000000;
    opacity: .8
}

.header-nbsp {
    width: 100%;
    height: var(--header-height)
}

.breadcrumb-nav {
    width: 100%;
    height: auto;
    overflow: hidden
}

.breadcrumb-nav .nav-box {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: var(--spacing-30) 0
}

.breadcrumb-nav .nav-box,
.breadcrumb-nav .nav-box a {
    font-size: var(--font14);
    color: var(--color);
    line-height: 1.2
}

.breadcrumb-nav .nav-box a {
    color: #999999;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.breadcrumb-nav .nav-box a:hover {
    color: var(--color)
}

.breadcrumb-nav .nav-box span {
    height: 1em;
    margin: 0 10px;
    vertical-align: middle
}

.breadcrumb-nav .nav-box span::after {
    content: '';
    width: 1px;
    height: 70%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    background: #EEEEEE
}

@media (max-width:768px) {
    .breadcrumb-nav .nav-box {
        padding: 20px 0 10px
    }

    .breadcrumb-nav .nav-box,
    .breadcrumb-nav .nav-box a {
        font-size: 10px
    }

    .breadcrumb-nav .nav-box span {
        margin: 0 5px
    }
}

.inner-product-banner {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    background: #333333;
    overflow: hidden
}

.inner-product-banner .banner-classify {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    pointer-events: none;
    overflow: hidden
}

.inner-product-banner .banner-classify .classify-tabs {
    width: 100%;
    max-width: 1600px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 15vh;
    cursor: none
}

.inner-product-banner .banner-classify .classify-tabs .one {
    width: auto;
    height: auto;
    cursor: pointer;
    pointer-events: none;
    cursor: none
}

.inner-product-banner .banner-classify .classify-tabs .one a {
    position: relative;
    z-index: 1;
    pointer-events: auto;
    font-size: var(--font40);
    color: transparent;
    line-height: 1;
    cursor: pointer
}

.inner-product-banner .banner-classify .classify-tabs .one a::after {
    content: attr(data-title);
    position: absolute;
    left: 0;
    top: 50%;
    transform-origin: left;
    transform: translateY(-50%) scale(.6);
    color: #FFFFFF;
    opacity: .5;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.inner-product-banner .banner-classify .classify-tabs .one+.one {
    margin-top: var(--spacing-90)
}

.inner-product-banner .banner-classify .classify-tabs .one.active a::after {
    font-size: var(--font40);
    opacity: 1;
    transform: translateY(-50%) scale(1)
}

.inner-product-banner .swiper-box {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.inner-product-banner .swiper-box .swiper-slide {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.inner-product-banner .swiper-box .swiper-slide.active {
    z-index: 5;
    pointer-events: auto
}

.inner-product-banner .swiper-box .swiper-slide .banner-info {
    width: 100%;
    height: 100%;
    padding: var(--header-height) 0 var(--spacing-150);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    overflow: hidden
}

.inner-product-banner .swiper-box .swiper-slide .banner-info * {
    pointer-events: none
}

.inner-product-banner .swiper-box .swiper-slide .banner-info .info-box {
    width: 100%;
    height: auto;
    text-align: center;
    opacity: 0
}

.inner-product-banner .swiper-box .swiper-slide .banner-info .info-box .title {
    width: 100%;
    height: auto;
    font-size: var(--font44);
    color: #FFFFFF;
    line-height: 1.18
}

.inner-product-banner .swiper-box .swiper-slide .banner-info .info-box .subtitle {
    width: 100%;
    height: auto;
    font-size: var(--font14);
    color: #FFFFFF;
    line-height: 1.2
}

.inner-product-banner .swiper-box .swiper-slide .banner-info .info-box .title+.subtitle {
    margin-top: .75em
}

.inner-product-banner .swiper-box .swiper-slide .banner-info .info-box .subtitle+.title {
    margin-top: .5em
}

.inner-product-banner .swiper-box .swiper-slide .banner-info .info-box .public-more {
    margin-top: var(--spacing-50);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.inner-product-banner .swiper-box .swiper-slide .images {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    font-size: 0;
    overflow: hidden
}

.inner-product-banner .swiper-box .swiper-slide .images img,
.inner-product-banner .swiper-box .swiper-slide .images video {
    width: 100%;
    height: 100vh;
    object-fit: cover
}

.inner-product-banner .swiper-box .pager-box {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 30px;
    z-index: 10;
    display: none
}

.inner-product-banner .swiper-box .pager-box .pager {
    width: 100%;
    height: auto;
    margin-top: 30px;
    text-align: center;
    font-size: 0
}

.inner-product-banner .swiper-box .pager-box .pager span {
    width: 1em;
    height: 1em;
    position: relative;
    z-index: 1;
    border-radius: 0;
    opacity: 1;
    cursor: pointer;
    font-size: 10px;
    background: transparent
}

.inner-product-banner .swiper-box .pager-box .pager span::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.inner-product-banner .swiper-box .pager-box .pager span::after {
    content: '';
    width: 50%;
    height: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    background: #000000;
    opacity: .4;
    border-radius: 50%;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.inner-product-banner .swiper-box .pager-box .pager span.active::before {
    border-color: #000000
}

.inner-product-banner .swiper-box .pager-box .pager span.active::after {
    opacity: 0
}

.inner-product-banner .swiper-box .pager-box .pager span+span {
    margin-left: var(--spacing-20)
}

.inner-product-banner .move-btn {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    left: 40%;
    top: 40%;
    z-index: 100;
    background: rgba(255, 255, 255, 0.92);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    font-size: var(--font14);
    color: #000000;
    line-height: 1.428;
    pointer-events: none;
    opacity: 0;
    visibility: hidden
}

@media (max-width:991px) {
    .inner-product-banner {
        margin-top: var(--header-height);
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -ms-flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
        background: transparent
    }

    .inner-product-banner .banner-classify {
        position: relative
    }

    .inner-product-banner .banner-classify .classify-tabs {
        padding: 30px 0 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between
    }

    .inner-product-banner .banner-classify .classify-tabs .one a {
        font-size: 16px;
        color: #999999
    }

    .inner-product-banner .banner-classify .classify-tabs .one a::after {
        content: '';
        width: 0;
        height: 1px;
        top: 100%;
        transform: translateZ(0);
        background: #000000;
        opacity: 1
    }

    .inner-product-banner .banner-classify .classify-tabs .one+.one {
        margin: 0
    }

    .inner-product-banner .banner-classify .classify-tabs .one.active a {
        color: #000000
    }

    .inner-product-banner .banner-classify .classify-tabs .one.active a::after {
        width: 100%;
        transform: translateZ(0)
    }

    .inner-product-banner .swiper-box {
        background: #333333
    }

    .inner-product-banner .swiper-box .swiper-slide .images {
        height: 0;
        padding-bottom: 98.667%
    }

    .inner-product-banner .swiper-box .swiper-slide .images img,
    .inner-product-banner .swiper-box .swiper-slide .images video {
        height: 100%;
        position: absolute;
        left: 0;
        top: 0
    }

    .inner-product-banner .swiper-box .pager-box {
        display: block
    }
}

.inner-product-one {
    width: 100%;
    height: auto;
    overflow: hidden
}

.inner-product-one .product-box {
    width: 100%;
    max-width: 1400px;
    height: auto;
    margin: 0 auto;
    padding: 0 0 var(--spacing-140);
    position: relative;
    z-index: 1
}

.inner-product-one .product-box .product-main {
    width: 100%;
    height: auto;
    margin-top: var(--spacing-20);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: var(--spacing-60) 20px
}

.inner-product-one .product-box .product-main .item {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    cursor: pointer;
    overflow: hidden
}

.inner-product-one .product-box .product-main .item a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.inner-product-one .product-box .product-main .item .img-box {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.inner-product-one .product-box .product-main .item .img-box::after {
    content: '';
    width: 100%;
    height: 37.5%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.1) 200%);
    opacity: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.inner-product-one .product-box .product-main .item .img-box .img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.inner-product-one .product-box .product-main .item .img-box .img .pb {
    padding-bottom: 112.67605634%
}

.inner-product-one .product-box .product-main .item .img-box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.inner-product-one .product-box .product-main .item .img-box .img.active {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    transform: scale(1.2);
    opacity: 0;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease
}

.inner-product-one .product-box .product-main .item .img-box .public-more {
    position: absolute;
    left: 0;
    bottom: 10%;
    z-index: 10;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    transform: translateY(50%);
    opacity: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.inner-product-one .product-box .product-main .item .img-box .public-more.white .more {
    background: #000000;
    color: #FFFFFF
}

.inner-product-one .product-box .product-main .item .img-box .public-more.white.border .more {
    background: #FFFFFF;
    color: #000000
}

.inner-product-one .product-box .product-main .item .img-box .public-more.black.border .more {
    background: #000000;
    color: #FFFFFF
}

.inner-product-one .product-box .product-main .item .img-box .public-more.border .more {
    background: #000000;
    color: #FFFFFF
}

.inner-product-one .product-box .product-main .item .info {
    width: 100%;
    height: 100%;
    flex: 1;
    margin-top: var(--spacing-25);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.inner-product-one .product-box .product-main .item .info .title {
    width: 100%;
    height: auto;
    font-size: var(--font16);
    color: rgba(0, 0, 0, 0.6)
}

.inner-product-one .product-box .product-main .item .info .title::after {
    content: '';
    width: 1em;
    height: 1em;
    margin-left: .5em;
    font-size: var(--font14);
    display: inline-block
}

.inner-product-one .product-box .product-main .item .info .subtitle {
    width: 100%;
    height: auto;
    margin-top: 10px;
    font-weight: bold;
    font-size: var(--font24);
    color: #333333;
    line-height: 1.5
}

.inner-product-one .product-box .product-main .item .info .subtitle sup {
    margin-left: .5em;
    font-size: var(--font14);
    line-height: 1
}

.inner-product-one .product-box .product-main .item .info .subtitle.public-mb {
    white-space: pre-wrap
}

.inner-product-one .product-box .product-main .item:hover .img-box::after {
    opacity: 1;
    transition-delay: .3s
}

.inner-product-one .product-box .product-main .item:hover .img-box .img.active {
    transform: scale(1);
    opacity: 1
}

.inner-product-one .product-box .product-main .item:hover .img-box .public-more {
    transform: translateZ(0);
    opacity: 1;
    transition-delay: .3s
}

.inner-product-one .product-box .product-main .item:hover .info-box .public-more.white .more {
    background: #000000;
    color: #FFFFFF
}

.inner-product-one .product-box .product-main .item:hover .info-box .public-more.white.border .more {
    background: #FFFFFF;
    color: #000000
}

.inner-product-one .product-box .product-main .item:hover .info-box .public-more.black.border .more {
    background: #000000;
    color: #FFFFFF
}

.inner-product-one .product-box .product-main .item:hover .info-box .public-more.border .more {
    background: #000000;
    color: #FFFFFF
}

.inner-product-one .product-box .tips-text {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 30px;
    text-align: right;
    font-size: 12px;
    color: #333333
}

@media (max-width:768px) {
    .inner-product-one .product-box .product-main {
        grid-gap: 30px 12px
    }

    .inner-product-one .product-box .product-main .item .info .title {
        font-size: 12px
    }

    .inner-product-one .product-box .product-main .item .info .subtitle {
        font-size: 16px
    }
}

@media (max-width:480px) {
    .inner-product-one .product-box .product-main .item .info .title {
        font-size: 10px
    }
}

.inner-product-two {
    width: 100%;
    height: auto;
    background: #F8F7F3;
    overflow: hidden
}

.inner-product-two .product-box {
    width: 100%;
    max-width: 1400px;
    height: auto;
    margin: 0 auto;
    padding: 0 0 var(--spacing-140);
    position: relative;
    z-index: 1
}

.inner-product-two .product-box .product-main {
    width: 100%;
    height: auto;
    margin-top: var(--spacing-20);
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: var(--spacing-120)
}

.inner-product-two .product-box .product-main .item {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.inner-product-two .product-box .product-main .item a {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.inner-product-two .product-box .product-main .item a .img {
    width: 65.97222222%;
    height: auto;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.inner-product-two .product-box .product-main .item a .img .pb {
    padding-bottom: 67.36842105%
}

.inner-product-two .product-box .product-main .item a .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.inner-product-two .product-box .product-main .item a .info-box {
    width: 100%;
    height: auto;
    flex: 1;
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.inner-product-two .product-box .product-main .item a .info-box .info-main {
    width: 100%;
    height: auto;
    min-height: 70%;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: var(--spacing-80) var(--spacing-110);
    padding-left: 0;
    background: #FFFFFF
}

.inner-product-two .product-box .product-main .item a .info-box .info-main::after {
    content: '';
    width: var(--spacing-110);
    height: 100%;
    position: absolute;
    top: 0;
    right: 100%;
    background: #FFFFFF
}

.inner-product-two .product-box .product-main .item a .info-box .info-main .info {
    width: 100%;
    height: auto;
    text-align: center
}

.inner-product-two .product-box .product-main .item a .info-box .info-main .info .classify {
    width: 100%;
    height: auto;
    font-size: var(--font16);
    color: rgba(0, 0, 0, 0.6);
    line-height: 1.5
}

.inner-product-two .product-box .product-main .item a .info-box .info-main .info .classify::after {
    content: '';
    width: 1em;
    height: 1em;
    margin-left: .5em;
    font-size: var(--font14);
    display: inline-block
}

.inner-product-two .product-box .product-main .item a .info-box .info-main .info .title {
    width: 100%;
    height: auto;
    margin-top: 10px;
    font-weight: bold;
    font-size: var(--font30);
    color: #000000
}

.inner-product-two .product-box .product-main .item a .info-box .info-main .info .title sup {
    margin-left: .5em;
    font-size: var(--font14);
    line-height: 1
}

.inner-product-two .product-box .product-main .item a .info-box .info-main .public-more {
    width: auto;
    margin-top: var(--spacing-20);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.inner-product-two .product-box .product-main .item a:hover .img.active {
    transform: scale(1);
    opacity: 1
}

.inner-product-two .product-box .product-main .item a:hover .info-box .public-more.white .more {
    background: #000000;
    color: #FFFFFF
}

.inner-product-two .product-box .product-main .item a:hover .info-box .public-more.white.border .more {
    background: #FFFFFF;
    color: #000000
}

.inner-product-two .product-box .product-main .item a:hover .info-box .public-more.black.border .more {
    background: #000000;
    color: #FFFFFF
}

.inner-product-two .product-box .product-main .item a:hover .info-box .public-more.border .more {
    background: #000000;
    color: #FFFFFF
}

.inner-product-two .product-box .product-main .item:nth-child(2n) a {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.inner-product-two .product-box .product-main .item:nth-child(2n) a .info-box .info-main {
    padding-left: var(--spacing-110);
    padding-right: 0
}

.inner-product-two .product-box .product-main .item:nth-child(2n) a .info-box .info-main::after {
    left: 100%
}

@media (max-width:991px) {
    .inner-product-two .product-box .product-main {
        grid-gap: 30px
    }

    .inner-product-two .product-box .product-main .item a {
        display: block
    }

    .inner-product-two .product-box .product-main .item a .img {
        width: 100%
    }

    .inner-product-two .product-box .product-main .item a .info-box .info-main {
        padding: 40px 15px !important
    }

    .inner-product-two .product-box .product-main .item a .info-box .info-main::after {
        display: none
    }
}

.inner-product-two .product-box .tips-text {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 30px;
    text-align: right;
    font-size: 12px;
    color: #333333
}

.inner-product-three {
    width: 100%;
    height: auto;
    padding: var(--header-height) 0 var(--spacing-140);
    overflow: hidden
}

.inner-product-three .product-box {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    margin-top: var(--spacing-80);
    overflow: hidden
}

.inner-product-three .product-box .product-nbsp {
    width: 30.72%;
    height: auto;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.inner-product-three .product-box .product-nbsp::before {
    content: '';
    width: 100%;
    height: 0;
    padding-bottom: 140%;
    display: block
}

.inner-product-three .product-box .product-main {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end
}

.inner-product-three .product-box .product-main .item {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    flex: 1;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.inner-product-three .product-box .product-main .item .info-box {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 5;
    transform: translateY(-60px);
    font-size: var(--font16);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    overflow: hidden
}

.inner-product-three .product-box .product-main .item .info-box::after {
    content: '';
    width: 100%;
    height: 37.5%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 4;
    background: linear-gradient(transparent, #000000 200%);
    opacity: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.inner-product-three .product-box .product-main .item .info-box .img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.inner-product-three .product-box .product-main .item .info-box .img .pb {
    padding-bottom: 140%
}

.inner-product-three .product-box .product-main .item .info-box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.inner-product-three .product-box .product-main .item .info-box .info-main {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    padding: var(--spacing-60) var(--spacing-30);
    opacity: 0;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.inner-product-three .product-box .product-main .item .info-box .info-main .info {
    width: 100%;
    height: auto;
    text-align: center
}

.inner-product-three .product-box .product-main .item .info-box .info-main .info .classify {
    width: 100%;
    height: auto;
    font-size: var(--font14);
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.5
}

.inner-product-three .product-box .product-main .item .info-box .info-main .info .classify::after {
    content: '';
    width: 1em;
    height: 1em;
    margin-left: .5em;
    font-size: var(--font14);
    display: inline-block
}

.inner-product-three .product-box .product-main .item .info-box .info-main .info .title {
    width: 100%;
    height: auto;
    margin-top: 10px;
    font-weight: bold;
    font-size: var(--font24);
    color: #FFFFFF
}

.inner-product-three .product-box .product-main .item .info-box .info-main .info .title sup {
    margin-left: .5em;
    font-size: var(--font14);
    line-height: 1
}

.inner-product-three .product-box .product-main .item .info-box .info-main .public-more {
    width: auto;
    margin-top: var(--spacing-20);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.inner-product-three .product-box .product-main .item .info-box .info-main .public-more.white .more {
    background: #000000;
    color: #FFFFFF
}

.inner-product-three .product-box .product-main .item .info-box .info-main .public-more.white.border .more {
    background: #FFFFFF;
    color: #000000
}

.inner-product-three .product-box .product-main .item .info-box .info-main .public-more.black.border .more {
    background: #000000;
    color: #FFFFFF
}

.inner-product-three .product-box .product-main .item .info-box .info-main .public-more.border .more {
    background: #000000;
    color: #FFFFFF
}

.inner-product-three .product-box .product-main .item .headline {
    width: 100%;
    height: 60px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    font-size: var(--font16);
    color: rgba(0, 0, 0, 0.6);
    line-height: 1.5;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.inner-product-three .product-box .product-main .item+.item {
    margin-left: 14px
}

.inner-product-three .product-box .product-main .item:hover {
    flex: 0 0 30.72%
}

.inner-product-three .product-box .product-main .item:hover .info-box {
    transform: translateZ(0)
}

.inner-product-three .product-box .product-main .item:hover .info-box::after {
    opacity: 1
}

.inner-product-three .product-box .product-main .item:hover .info-box .info-main {
    opacity: 1
}

.inner-product-three .product-box .product-main .item:hover .headline {
    opacity: 0
}

@media (max-width:991px) {
    .inner-product-three .product-box {
        margin-top: 30px;
        padding: 0 20px
    }

    .inner-product-three .product-box .product-nbsp {
        display: none
    }

    .inner-product-three .product-box .product-main {
        position: relative;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 16px
    }

    .inner-product-three .product-box .product-main .item .info-box {
        transform: translateZ(0)
    }

    .inner-product-three .product-box .product-main .item .info-box::after {
        opacity: 1
    }

    .inner-product-three .product-box .product-main .item .info-box .info-main {
        opacity: 1
    }

    .inner-product-three .product-box .product-main .item .headline {
        display: none
    }

    .inner-product-three .product-box .product-main .item+.item {
        margin: 0
    }
}

@media (max-width:540px) {
    .inner-product-three .product-box .product-main {
        grid-template-columns: 1fr
    }
}

.inner-product-details {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 5;
    overflow: hidden
}

.inner-product-details .product-banner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    overflow: hidden
}

.inner-product-details .product-banner .banner-box {
    width: 100%;
    height: calc(var(--vh) + var(--vh) * .1);
    position: relative;
    z-index: 1;
    overflow: hidden
}

.inner-product-details .product-banner .banner-box .info-box {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: calc(var(--vh) * .1);
    z-index: 10
}

.inner-product-details .product-banner .banner-box .info-box .info {
    width: 100%;
    height: auto;
    text-align: center;
    position: relative;
    z-index: 1;
    padding-bottom: 10vh
}

.inner-product-details .product-banner .banner-box .info-box .info .img {
    width: 100%;
    height: auto;
    font-size: 0
}

.inner-product-details .product-banner .banner-box .info-box .info .title {
    width: 100%;
    height: auto;
    margin-top: var(--spacing-30);
    font-size: var(--font16);
    color: #FFFFFF;
    line-height: 1.5
}

.inner-product-details .product-banner .banner-box .info-box .info .title::after {
    content: '';
    width: 1em;
    height: 1em;
    margin-left: .5em;
    font-size: var(--font14);
    display: inline-block
}

.inner-product-details .product-banner .banner-box .info-box .info .subtitle {
    width: 100%;
    height: auto;
    margin-top: .5em;
    font-size: var(--font30);
    color: #FFFFFF
}

.inner-product-details .product-banner .banner-box .info-box .info .subtitle sup {
    margin-left: .5em;
    font-size: var(--font14);
    line-height: 1
}

.inner-product-details .product-banner .banner-box .info-box .info .tips-text {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 30px;
    text-align: right;
    font-size: 12px;
    color: #FFFFFF;
    opacity: .5
}

.inner-product-details .product-banner .banner-box .images {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.inner-product-details .product-banner .banner-box .images::after {
    content: '';
    width: 100%;
    height: 37.5%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 200%)
}

.inner-product-details .product-banner .banner-box .images img,
.inner-product-details .product-banner .banner-box .images video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top
}

.inner-product-details .product-banner .images-bg {
    width: 100%;
    height: 100%;
    flex: 1;
    position: relative;
    left: 0;
    top: 0;
    z-index: 2;
    overflow: hidden
}

.inner-product-details .product-banner .images-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top
}

.inner-product-details .product-box {
    width: 100%;
    height: auto;
    margin-top: var(--vh);
    position: relative;
    z-index: 1;
    padding-bottom: var(--spacing-60);
    overflow: hidden
}

.inner-product-details .product-box .product-main {
    width: 100%;
    height: auto;
    padding: 0 0 var(--spacing-120);
    background: #FFFFFF
}

.inner-product-details .product-box .product-main .product-content {
    width: 80%;
    height: auto;
    margin: 0 auto
}

.inner-product-details .product-box .product-main .product-content .breadcrumb-nav+div {
    margin-top: var(--spacing-40)
}

.inner-product-details .product-box .product-main .product-content .single-product {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden
}

.inner-product-details .product-box .product-main .product-content .single-product .info {
    width: 100%;
    height: auto;
    padding: 40px var(--spacing-20);
    flex: 1;
    overflow: hidden
}

.inner-product-details .product-box .product-main .product-content .single-product .info .img {
    width: 80%;
    max-width: 450px;
    height: auto;
    margin: 0 auto
}

.inner-product-details .product-box .product-main .product-content .single-product .info .title {
    width: 100%;
    height: auto;
    margin-top: var(--spacing-20);
    text-align: center
}

.inner-product-details .product-box .product-main .product-content .single-product .info .title a {
    position: relative;
    z-index: 1;
    font-size: var(--font18);
    color: #000000
}

.inner-product-details .product-box .product-main .product-content .single-product .info .title a::after {
    content: '';
    width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: currentColor;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.inner-product-details .product-box .product-main .product-content .single-product .info .title a:hover::after {
    width: 100%
}

.inner-product-details .product-box .product-main .product-content .single-product .img-active {
    width: 51.38888889%;
    height: auto;
    overflow: hidden
}

.inner-product-details .product-box .product-main .product-content .single-product .img-active .pb {
    padding-bottom: 108.61372813%
}

.inner-product-details .product-box .product-main .product-content .single-product .img-active img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.inner-product-details .product-box .product-main .product-content .single-product-yanzhuang {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    overflow: hidden
}

.inner-product-details .product-box .product-main .product-content .single-product-yanzhuang .img-box {
    width: 52.0833%;
    height: auto;
    position: relative;
    z-index: 1
}

.inner-product-details .product-box .product-main .product-content .single-product-yanzhuang .img-box .img {
    width: 100%;
    height: auto
}

.inner-product-details .product-box .product-main .product-content .single-product-yanzhuang .img-box .img .pb {
    padding-bottom: 108.61372813%
}

.inner-product-details .product-box .product-main .product-content .single-product-yanzhuang .img-box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.inner-product-details .product-box .product-main .product-content .single-product-yanzhuang .img-box .active {
    width: 50.4%;
    height: auto;
    position: absolute;
    left: 94%;
    bottom: 0;
    z-index: 5;
    font-size: 0;
    overflow: hidden
}

.inner-product-details .product-box .product-main .product-content .single-product-yanzhuang .info-box {
    width: 100%;
    height: auto;
    padding: 40px 0 40px var(--spacing-100);
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    overflow: hidden
}

.inner-product-details .product-box .product-main .product-content .single-product-yanzhuang .info-box .info {
    width: auto;
    height: auto
}

.inner-product-details .product-box .product-main .product-content .single-product-yanzhuang .info-box .info .icon {
    width: 100%;
    height: var(--font54);
    font-size: 0
}

.inner-product-details .product-box .product-main .product-content .single-product-yanzhuang .info-box .info .details {
    width: 100%;
    height: auto;
    margin-top: var(--spacing-50);
    font-size: var(--font24);
    color: #000000;
    line-height: 1.5
}

.inner-product-details .product-box .product-main .product-content .single-product-yanzhuang .info-box .info .details p+p {
    margin-top: .5em
}

.inner-product-details .product-box .product-main .product-content .single-product-hufu {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    overflow: hidden
}

.inner-product-details .product-box .product-main .product-content .single-product-hufu .img-box {
    width: 52.0833%;
    height: auto;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.inner-product-details .product-box .product-main .product-content .single-product-hufu .img-box .pb {
    padding-bottom: 108.61372813%
}

.inner-product-details .product-box .product-main .product-content .single-product-hufu .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.inner-product-details .product-box .product-main .product-content .single-product-hufu .info-box {
    width: 100%;
    height: auto;
    padding: 40px 0 40px var(--spacing-100);
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -moz-justify-content: space-around;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    overflow: hidden
}

.inner-product-details .product-box .product-main .product-content .single-product-hufu .info-box .info {
    width: 100%;
    height: auto
}

.inner-product-details .product-box .product-main .product-content .single-product-hufu .info-box .info .title {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: var(--font48);
    color: #9F6900
}

.inner-product-details .product-box .product-main .product-content .single-product-hufu .info-box .info .details {
    width: 100%;
    height: auto;
    margin-top: var(--spacing-30);
    text-align: center;
    font-size: var(--font18);
    color: #000000;
    line-height: 1.5
}

.inner-product-details .product-box .product-main .product-content .single-product-hufu .info-box .info .details p+p {
    margin-top: .5em
}

.inner-product-details .product-box .product-main .product-content .single-product-hufu .info-box .img {
    width: 50%;
    max-width: 325px;
    height: auto;
    margin: var(--spacing-50) auto;
    font-size: 0;
    overflow: hidden
}

.inner-product-details .product-box .product-main .product-content .single-product-hufu .info-box .img .pb {
    padding-bottom: 68.92307692%
}

.inner-product-details .product-box .product-main .product-content .single-product-hufu .info-box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.inner-product-details .product-box .product-main .product-content .product-menu {
    width: 100%;
    height: auto;
    margin-top: var(--spacing-140);
    position: relative;
    z-index: 1
}

.inner-product-details .product-box .product-main .product-content .product-menu .swiper-pager {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.inner-product-details .product-box .product-main .product-content .product-menu .swiper-pager .swiper-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    color: #999999;
    font-size: 0;
    pointer-events: auto;
    cursor: pointer;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.inner-product-details .product-box .product-main .product-content .product-menu .swiper-pager .swiper-btn.prev {
    transform: translateX(-180%)
}

.inner-product-details .product-box .product-main .product-content .product-menu .swiper-pager .swiper-btn.next {
    transform: translateX(180%)
}

.inner-product-details .product-box .product-main .product-content .product-menu .swiper-pager .swiper-btn svg {
    width: 20%;
    height: 30%;
    max-width: 10px;
    max-height: 18px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    fill: currentColor
}

.inner-product-details .product-box .product-main .product-content .product-menu .swiper-pager .swiper-btn.swiper-button-disabled {
    pointer-events: none;
    opacity: .5
}

.inner-product-details .product-box .product-main .product-content .product-menu .swiper-pager .swiper-btn:hover {
    color: #000000
}

.inner-product-details .product-box .product-main .product-content .product-menu .swiper-box {
    width: 100%;
    height: auto;
    overflow: hidden
}

.inner-product-details .product-box .product-main .product-content .product-menu .swiper-box .swiper-slide {
    width: 33.33%;
    height: auto;
    overflow: hidden
}

.inner-product-details .product-box .product-main .product-content .product-menu .swiper-box .swiper-slide .img {
    width: 100%;
    height: auto;
    background: #F8F8F8;
    overflow: hidden
}

.inner-product-details .product-box .product-main .product-content .product-menu .swiper-box .swiper-slide .img .pb {
    padding-bottom: 124.46351931%
}

.inner-product-details .product-box .product-main .product-content .product-menu .swiper-box .swiper-slide .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.inner-product-details .product-box .product-main .product-content .product-menu .swiper-box .swiper-slide .title {
    width: 100%;
    height: auto;
    margin-top: var(--spacing-25);
    padding-bottom: 5px;
    text-align: center;
    font-size: var(--font18);
    color: #000000
}

.inner-product-details .product-box .product-main .product-content .product-menu .swiper-box .swiper-slide .title span {
    position: relative;
    z-index: 1
}

.inner-product-details .product-box .product-main .product-content .product-menu .swiper-box .swiper-slide .title span::after {
    content: '';
    width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: currentColor;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.inner-product-details .product-box .product-main .product-content .product-menu .swiper-box .swiper-slide:hover .img img {
    transform: scale(1.05)
}

.inner-product-details .product-box .product-main .product-content .product-menu .pager-box {
    width: 100%;
    height: auto;
    display: none
}

.inner-product-details .product-box .product-main .product-content .product-menu .pager-box .pager {
    width: 100%;
    height: auto;
    margin-top: 30px;
    text-align: center;
    font-size: 0
}

.inner-product-details .product-box .product-main .product-content .product-menu .pager-box .pager span {
    width: 1em;
    height: 1em;
    position: relative;
    z-index: 1;
    border-radius: 0;
    opacity: 1;
    cursor: pointer;
    font-size: 14px;
    background: transparent
}

.inner-product-details .product-box .product-main .product-content .product-menu .pager-box .pager span::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.inner-product-details .product-box .product-main .product-content .product-menu .pager-box .pager span::after {
    content: '';
    width: 50%;
    height: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    background: #000000;
    opacity: .4;
    border-radius: 50%;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.inner-product-details .product-box .product-main .product-content .product-menu .pager-box .pager span.active::before {
    border-color: #000000
}

.inner-product-details .product-box .product-main .product-content .product-menu .pager-box .pager span.active::after {
    opacity: 0
}

.inner-product-details .product-box .product-main .product-content .product-menu .pager-box .pager span+span {
    margin-left: var(--spacing-20)
}

.inner-product-details .product-box .product-main .product-content .menu-box {
    width: 100%;
    height: auto;
    margin-top: var(--spacing-140);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px
}

.inner-product-details .product-box .product-main .product-content .menu-box .item {
    width: 100%;
    height: auto;
    overflow: hidden
}

.inner-product-details .product-box .product-main .product-content .menu-box .item .img {
    width: 100%;
    height: auto;
    background: url(../images/pro-info-bg.jpg) no-repeat center / cover;
    overflow: hidden
}

.inner-product-details .product-box .product-main .product-content .menu-box .item .img .pb {
    padding-bottom: 124.46351931%
}

.inner-product-details .product-box .product-main .product-content .menu-box .item .img img {
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.inner-product-details .product-box .product-main .product-content .menu-box .item .title {
    width: 100%;
    height: auto;
    margin-top: var(--spacing-25);
    padding-bottom: 5px;
    text-align: center;
    font-size: var(--font18);
    color: #000000
}

.inner-product-details .product-box .product-main .product-content .menu-box .item .title span {
    position: relative;
    z-index: 1
}

.inner-product-details .product-box .product-main .product-content .menu-box .item .title span::after {
    content: '';
    width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: currentColor;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.inner-product-details .product-box .product-main .product-content .menu-box .item:hover .img img {
    transform: scale(1.05)
}

@media (max-width:1440px) {
    .inner-product-details .product-box .product-main .product-content .product-menu .swiper-pager .swiper-btn.prev {
        transform: translateX(-150%)
    }

    .inner-product-details .product-box .product-main .product-content .product-menu .swiper-pager .swiper-btn.next {
        transform: translateX(150%)
    }

    .inner-product-details .product-box .product-main .product-content .menu-box {
        grid-gap: 16px
    }
}

@media (max-width:1024px) {
    .inner-product-details .product-box .product-main .product-content {
        width: 100%;
        padding: 0 20px
    }

    .inner-product-details .product-box .product-main .product-content .product-menu .swiper-pager {
        display: none
    }

    .inner-product-details .product-box .product-main .product-content .product-menu .pager-box {
        display: block
    }
}

@media (max-width:768px) {
    .inner-product-details .product-box .product-main .product-content .single-product {
        display: block
    }

    .inner-product-details .product-box .product-main .product-content .single-product .img-active {
        width: 100%
    }

    .inner-product-details .product-box .product-main .product-content .single-product-yanzhuang {
        display: block
    }

    .inner-product-details .product-box .product-main .product-content .single-product-yanzhuang .img-box {
        width: 100%
    }

    .inner-product-details .product-box .product-main .product-content .single-product-yanzhuang .img-box .active {
        display: none
    }

    .inner-product-details .product-box .product-main .product-content .single-product-yanzhuang .info-box {
        display: block;
        padding: 40px 20px 0
    }

    .inner-product-details .product-box .product-main .product-content .single-product-hufu {
        display: block
    }

    .inner-product-details .product-box .product-main .product-content .single-product-hufu .img-box {
        width: 100%
    }

    .inner-product-details .product-box .product-main .product-content .single-product-hufu .info-box {
        padding: 40px 0 20px
    }

    .inner-product-details .product-box .product-main .product-content .menu-box {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:768px) {
    .inner-product-details {
        margin-top: var(--header-height)
    }

    .inner-product-details .product-banner .banner-box {
        height: auto
    }

    .inner-product-details .product-banner .banner-box .info-box {
        bottom: 0
    }

    .inner-product-details .product-banner .banner-box .info-box .info {
        padding-bottom: 60px
    }

    .inner-product-details .product-banner .banner-box .info-box .info .tips-text {
        bottom: 20px
    }

    .inner-product-details .product-banner .banner-box .images {
        height: 0;
        padding-bottom: 100%
    }

    .inner-product-details .product-banner .banner-box .images img,
    .inner-product-details .product-banner .banner-box .images video {
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 5
    }

    .inner-product-details .product-box {
        margin-top: 100%;
        padding: 0
    }

    .inner-product-details .product-box .container {
        padding: 0
    }
}

.public-product-banner {
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    z-index: 1;
    background: #333333;
    overflow: hidden
}

.public-product-banner .swiper-box {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.public-product-banner .swiper-box .swiper-slide {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.public-product-banner .swiper-box .swiper-slide .images {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    font-size: 0;
    overflow: hidden
}

.public-product-banner .swiper-box .swiper-slide .images img,
.public-product-banner .swiper-box .swiper-slide .images video {
    width: 100%;
    height: 100vh;
    object-fit: cover
}

@media (max-width:768px) {
    .public-product-banner .swiper-box .swiper-slide .images {
        height: 0;
        padding-bottom: 98.667%
    }

    .public-product-banner .swiper-box .swiper-slide .images img,
    .public-product-banner .swiper-box .swiper-slide .images video {
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 5
    }
}

.public-product-banner .pager-box {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: var(--spacing-50);
    z-index: 1;
    padding: 0 20px;
    overflow: hidden
}

.public-product-banner .pager-box .pager {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 0
}

.public-product-banner .pager-box .pager span {
    width: 1em;
    height: 1em;
    border-radius: 0;
    opacity: 1;
    cursor: pointer;
    font-size: 14px;
    background: transparent;
    --time: 5s
}

.public-product-banner .pager-box .pager span svg {
    width: 100%;
    height: 100%
}

.public-product-banner .pager-box .pager span svg circle {
    transform-origin: center;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.public-product-banner .pager-box .pager span svg .c1 {
    opacity: .4
}

.public-product-banner .pager-box .pager span svg .c2 {
    stroke-dasharray: 0, 43.96;
    transform: rotate(-90deg)
}

.public-product-banner .pager-box .pager span.active svg .c1 {
    opacity: 0
}

.public-product-banner .pager-box .pager span.active svg .c2 {
    animation: circleAni var(--time) linear
}

.public-product-banner .pager-box .pager span+span {
    margin-left: 10px
}

@media (max-width:991px) {
    .public-product-banner .pager-box {
        padding: 0 20px
    }
}

.public-product-details {
    width: 100%;
    height: auto;
    padding-top: var(--header-height);
    position: relative;
    z-index: 1
}

.public-product-details .product-box {
    width: 100%;
    height: auto;
    max-width: 1440px;
    margin: 0 auto;
    padding: 15px 0 var(--spacing-110)
}

.public-product-details .product-box .return-btn {
    width: 100%;
    height: auto
}

.public-product-details .product-box .return-btn a {
    width: auto;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 12px;
    color: #000000
}

.public-product-details .product-box .return-btn a svg {
    width: 8px;
    height: 10px;
    margin-right: 5px
}

.public-product-details .product-box .product-main {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: var(--spacing-30)
}

.public-product-details .product-box .product-main .product-swiper {
    width: 65%;
    max-width: 925px;
    height: auto;
    position: relative;
    overflow: hidden
}

.public-product-details .product-box .product-main .product-swiper .swiper-pager {
    width: 12.97297297%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    overflow: hidden
}

.public-product-details .product-box .product-main .product-swiper .swiper-pager .swiper-tabs {
    width: 83.33%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    overflow: hidden
}

.public-product-details .product-box .product-main .product-swiper .swiper-pager .swiper-tabs .swiper-slide {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    cursor: pointer;
    overflow: hidden
}

.public-product-details .product-box .product-main .product-swiper .swiper-pager .swiper-tabs .swiper-slide .pb {
    padding-bottom: 107.76566757%
}

.public-product-details .product-box .product-main .product-swiper .swiper-pager .swiper-tabs .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .2;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.public-product-details .product-box .product-main .product-swiper .swiper-pager .swiper-tabs .swiper-slide.swiper-slide-thumb-active img {
    opacity: 1
}

.public-product-details .product-box .product-main .product-swiper .swiper-pager .pager-line {
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    background: #EEEEEE;
    --value: 4;
    --index: 0;
    overflow: hidden
}

.public-product-details .product-box .product-main .product-swiper .swiper-pager .pager-line::after {
    content: '';
    width: 100%;
    height: calc(100% / var(--value));
    position: absolute;
    left: 0;
    top: calc(100% / var(--value) * var(--index));
    background: #000000;
    transition: top .3s ease
}

.public-product-details .product-box .product-main .product-swiper .swiper-box {
    width: 79.35135135%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #F8F8F8;
    overflow: hidden
}

.public-product-details .product-box .product-main .product-swiper .swiper-box .swiper-slide {
    width: 100%;
    height: 100%;
    cursor: pointer;
    overflow: hidden
}

.public-product-details .product-box .product-main .product-swiper .swiper-box .swiper-slide .play {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10;
    transform: translate(-50%, -50%);
    color: #FFFFFF
}

.public-product-details .product-box .product-main .product-swiper .swiper-box .swiper-slide .play svg {
    width: 100%;
    height: 100%;
    fill: currentColor
}

.public-product-details .product-box .product-main .product-swiper .swiper-box .swiper-slide .pb {
    padding-bottom: 107.76566757%
}

.public-product-details .product-box .product-main .product-swiper .swiper-box .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.public-product-details .product-box .product-main .product-swiper .swiper-box .pager-box {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 20px;
    z-index: 10;
    display: none
}

.public-product-details .product-box .product-main .product-swiper .swiper-box .pager-box .pager {
    width: 100%;
    height: auto;
    margin-top: 30px;
    text-align: center;
    font-size: 0
}

.public-product-details .product-box .product-main .product-swiper .swiper-box .pager-box .pager span {
    width: 1em;
    height: 1em;
    position: relative;
    z-index: 1;
    border-radius: 0;
    opacity: 1;
    cursor: pointer;
    font-size: 10px;
    background: transparent
}

.public-product-details .product-box .product-main .product-swiper .swiper-box .pager-box .pager span::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.public-product-details .product-box .product-main .product-swiper .swiper-box .pager-box .pager span::after {
    content: '';
    width: 50%;
    height: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    background: #000000;
    opacity: .4;
    border-radius: 50%;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.public-product-details .product-box .product-main .product-swiper .swiper-box .pager-box .pager span.active::before {
    border-color: #000000
}

.public-product-details .product-box .product-main .product-swiper .swiper-box .pager-box .pager span.active::after {
    opacity: 0
}

.public-product-details .product-box .product-main .product-swiper .swiper-box .pager-box .pager span+span {
    margin-left: 4px
}

.public-product-details .product-box .product-main .product-swiper .swiper-nbsp {
    width: 79.35135135%;
    height: auto;
    overflow: hidden
}

.public-product-details .product-box .product-main .product-swiper .swiper-nbsp::after {
    content: '';
    width: 100%;
    height: 0;
    display: block;
    padding-bottom: 107.76566757%
}

.public-product-details .product-box .product-main .product-info {
    width: 32%;
    max-width: 400px;
    height: auto;
    -webkit-box-self: center;
    -ms-align-self: center;
    -webkit-align-self: center;
    align-self: center
}

.public-product-details .product-box .product-main .product-info .info-head {
    width: 100%;
    height: auto
}

.public-product-details .product-box .product-main .product-info .info-head .breadcrumb-nav .nav-box {
    padding: 0
}

.public-product-details .product-box .product-main .product-info .info-head .title {
    width: 100%;
    height: auto;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #EEEEEE;
    font-weight: bold;
    font-size: var(--font24);
    color: #000000
}

.public-product-details .product-box .product-main .product-info .price-info {
    width: 100%;
    height: auto;
    margin-top: var(--spacing-40);
    padding-bottom: var(--spacing-20);
    border-bottom: 1px solid #EEEEEE
}

.public-product-details .product-box .product-main .product-info .price-info .word {
    width: 100%;
    height: auto;
    font-size: 12px;
    color: #999999
}

.public-product-details .product-box .product-main .product-info .price-info .price {
    width: 100%;
    height: auto;
    margin-top: 10px;
    font-family: 'Montserrat', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    font-size: var(--font48);
    color: #333333;
    line-height: 1
}

.public-product-details .product-box .product-main .product-info .price-info .price span {
    font-weight: bold;
    font-size: 12px
}

.public-product-details .product-box .product-main .product-info .info-swiper {
    width: 100%;
    height: auto
}

.public-product-details .product-box .product-main .product-info .info-swiper .info-title {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #EEEEEE;
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.public-product-details .product-box .product-main .product-info .info-swiper .info-title .label {
    width: auto;
    height: auto;
    font-size: var(--font14);
    color: #666666
}

.public-product-details .product-box .product-main .product-info .info-swiper .info-title .title {
    width: 100%;
    height: auto;
    flex: 1;
    margin-left: 20px;
    text-align: right;
    font-weight: bold;
    font-size: var(--font16);
    color: #000000
}

.public-product-details .product-box .product-main .product-info .info-swiper .info-menu {
    width: 100%;
    height: auto;
    padding: 10px 0 20px;
    border-bottom: 1px solid #EEEEEE;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.public-product-details .product-box .product-main .product-info .info-swiper .info-menu .tabs {
    width: 100%;
    height: 50px;
    flex: 1;
    display: grid;
    grid-template-columns: repeat(auto-fit, 50px);
    grid-gap: 10px 0;
    overflow: hidden
}

.public-product-details .product-box .product-main .product-info .info-swiper .info-menu .tabs .one {
    width: 100%;
    height: auto;
    padding: 5px;
    position: relative;
    z-index: 1;
    cursor: pointer
}

.public-product-details .product-box .product-main .product-info .info-swiper .info-menu .tabs .one::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    border: 1px solid #DDDDDD;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.public-product-details .product-box .product-main .product-info .info-swiper .info-menu .tabs .one .pb {
    border-radius: 50%
}

.public-product-details .product-box .product-main .product-info .info-swiper .info-menu .tabs .one.active::after {
    opacity: 1
}

.public-product-details .product-box .product-main .product-info .info-swiper .info-menu .icon-box {
    width: auto;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.public-product-details .product-box .product-main .product-info .info-swiper .info-menu .icon-box.active {
    transform: rotate(-180deg)
}

.public-product-details .product-box .product-main .product-info .info-swiper .info-menu .icon-box .icon {
    width: 13px;
    height: 13px;
    color: #000000;
    cursor: pointer
}

.public-product-details .product-box .product-main .product-info .info-swiper .info-menu .icon-box .icon svg {
    width: 100%;
    height: 100%;
    fill: currentColor
}

.public-product-details .product-box .product-main .product-info .link-btn {
    width: 100%;
    height: auto;
    padding: var(--spacing-30) 0;
    border-bottom: 1px solid #EEEEEE
}

.public-product-details .product-box .product-main .product-info .link-btn a {
    width: 100%;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: #000000;
    font-size: var(--font14);
    color: #FFFFFF
}

.public-product-details .product-box .product-main .product-info .info-details {
    width: 100%;
    height: auto;
    margin-top: 20px
}

.public-product-details .product-box .product-main .product-info .info-details .title-box {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.public-product-details .product-box .product-main .product-info .info-details .title-box .title {
    width: 100%;
    height: auto;
    font-weight: bold;
    font-size: var(--font14);
    color: #000000
}

.public-product-details .product-box .product-main .product-info .info-details .title-box .title.active {
    font-size: var(--font16)
}

.public-product-details .product-box .product-main .product-info .info-details .title-box .icon {
    width: 13px;
    height: 13px;
    color: #000000;
    transform: rotate(-180deg)
}

.public-product-details .product-box .product-main .product-info .info-details .title-box .icon svg {
    width: 100%;
    height: 100%;
    fill: currentColor
}

.public-product-details .product-box .product-main .product-info .info-details .details {
    width: 100%;
    height: auto;
    margin-top: 15px;
    font-size: var(--font14);
    color: #666666;
    line-height: 1.715
}

.public-product-details .product-box .product-main .product-info .info-details .details .active {
    margin-top: var(--spacing-20);
    font-size: 6px;
    color: #999999
}

.public-product-details .product-box .product-main .product-info .share-box {
    width: 100%;
    height: auto;
    margin-top: var(--spacing-30);
    padding-top: var(--spacing-30);
    border-top: 1px solid #EEEEEE;
    -webkit-box-self: center;
    -ms-align-self: center;
    -webkit-align-self: center;
    align-self: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.public-product-details .product-box .product-main .product-info .share-box .label {
    width: auto;
    height: auto;
    font-size: var(--font14);
    color: #000000
}

.public-product-details .product-box .product-main .product-info .share-box .menu {
    width: 100%;
    height: auto;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.public-product-details .product-box .product-main .product-info .share-box .menu .item {
    width: auto;
    height: auto;
    margin: 0 var(--spacing-20) 10px 0
}

.public-product-details .product-box .product-main .product-info .share-box .menu .item a {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    z-index: 1
}

.public-product-details .product-box .product-main .product-info .share-box .menu .item a .icon-box {
    width: auto;
    height: 16px;
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 0;
    color: #333333;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.public-product-details .product-box .product-main .product-info .share-box .menu .item a .icon-box svg {
    width: 100%;
    height: 100%;
    max-height: 100%
}

.public-product-details .product-box .product-main .product-info .share-box .menu .item a .icon-box svg path {
    fill: currentColor
}

.public-product-details .product-box .product-main .product-info .share-box .menu .item a .qrcode {
    width: 120px;
    height: auto;
    position: absolute;
    left: 50%;
    bottom: 100%;
    z-index: 10;
    transform: translate(-50%, 0);
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

@media (max-width:1280px) {
    .public-product-details .product-box .product-main .product-info .share-box .menu .item a .qrcode {
        width: 100px
    }
}

@media (max-width:1024px) {
    .public-product-details .product-box .product-main .product-info .share-box .menu .item a .qrcode {
        width: 90px
    }
}

@media (max-width:768px) {
    .public-product-details .product-box .product-main .product-info .share-box .menu .item a .qrcode {
        width: 80px
    }
}

.public-product-details .product-box .product-main .product-info .share-box .menu .item a .qrcode::after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    margin: 0 auto;
    border-width: 8px 7px 0 7px;
    border-style: solid;
    border-color: #FFFFFF transparent transparent transparent
}

.public-product-details .product-box .product-main .product-info .share-box .menu .item a .qrcode .img {
    width: 100%;
    height: auto;
    padding: 2px;
    background: #FFFFFF;
    border-radius: 3px;
    overflow: hidden
}

.public-product-details .product-box .product-main .product-info .share-box .menu .item a .qrcode .img img {
    width: 100%
}

.public-product-details .product-box .product-main .product-info .share-box .menu .item a:hover .icon-box {
    color: #000000
}

.public-product-details .product-box .product-main .product-info .share-box .menu .item a:hover .qrcode {
    transform: translate(-50%, -10px);
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

@media (max-width:991px) {
    .public-product-details {
        position: relative
    }

    .public-product-details .container {
        padding: 0
    }

    .public-product-details .product-box {
        padding: 15px 0 0
    }

    .public-product-details .product-box .return-btn {
        padding: 0 20px
    }

    .public-product-details .product-box .product-main {
        display: block
    }

    .public-product-details .product-box .product-main .product-swiper {
        width: 100%
    }

    .public-product-details .product-box .product-main .product-swiper .swiper-pager {
        display: none
    }

    .public-product-details .product-box .product-main .product-swiper .swiper-box {
        width: 100%;
        height: auto;
        position: relative
    }

    .public-product-details .product-box .product-main .product-swiper .swiper-box .pager-box {
        display: block
    }

    .public-product-details .product-box .product-main .product-swiper .swiper-nbsp {
        display: none
    }

    .public-product-details .product-box .product-main .product-info {
        width: 100%;
        max-width: 100%;
        position: relative;
        z-index: 10;
        padding: 40px 20px
    }

    .public-product-details .product-box .product-main .product-info .info-head .breadcrumb-nav {
        display: none
    }

    .public-product-details .product-box .product-main .product-info .info-head .title {
        margin: 0;
        padding: 0;
        border: 0
    }

    .public-product-details .product-box .product-main .product-info .info-swiper .info-menu .tabs {
        height: 44px;
        grid-template-columns: repeat(auto-fit, 44px)
    }

    .public-product-details .product-box .product-main .product-info .info-swiper .info-menu .icon-box {
        height: 44px
    }
}

@media (max-width:480px) {
    .public-product-details .product-box .product-main .product-swiper {
        position: static;
        top: 0
    }
}

.public-details-images {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 5;
    background: #FFFFFF;
    font-size: 0;
    overflow: hidden
}

.public-details-images .images {
    width: 100%;
    height: auto;
    font-size: 0;
    overflow: hidden
}

.public-details-images .images img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.public-details-block {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 5;
    background: #FFFFFF;
    overflow: hidden
}

.public-details-block .product-box {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 5
}

.public-details-block .product-box .product-main {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1
}

.public-details-block .product-box .product-main .product-info {
    width: 100%;
    height: auto;
    max-width: 1440px;
    height: var(--vh);
    max-height: 970px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.public-details-block .product-box .product-main .product-info .images {
    width: 42%;
    height: auto;
    overflow: hidden
}

.public-details-block .product-box .product-main .product-info .images .pb {
    padding-bottom: 138.80597015%
}

.public-details-block .product-box .product-main .product-info .info-box {
    width: 55%;
    max-width: 760px;
    height: auto
}

.public-details-block .product-box .product-main .product-info .info-box .subtitle {
    width: 100%;
    height: auto;
    font-family: 'NewYork', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    font-size: var(--font30);
    color: #333333;
    opacity: .55
}

.public-details-block .product-box .product-main .product-info .info-box .subtitle.active {
    color: #C1B3A6
}

.public-details-block .product-box .product-main .product-info .info-box .headline {
    width: 100%;
    height: auto;
    font-size: var(--font60);
    color: #000000;
    line-height: 1.33
}

.public-details-block .product-box .product-main .product-info .info-box .headline span {
    display: block;
    text-indent: var(--indent);
    --indent: 0
}

.public-details-block .product-box .product-main .product-info .info-box .menu {
    width: 100%;
    height: auto;
    margin-top: var(--spacing-90);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: var(--spacing-20)
}

.public-details-block .product-box .product-main .product-info .info-box .menu .item {
    width: auto;
    height: auto;
    background: #FFFFFF;
    padding: 20px var(--spacing-30) var(--spacing-30)
}

.public-details-block .product-box .product-main .product-info .info-box .menu .item .number {
    margin-bottom: -0.4em;
    font-family: 'NewYork', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    font-size: var(--font72);
    color: #DCD6C0;
    line-height: 1;
    font-style: italic;
    -webkit-mask: linear-gradient(#000000, transparent);
    mask: linear-gradient(#000000, transparent)
}

.public-details-block .product-box .product-main .product-info .info-box .menu .item .title {
    width: 100%;
    height: auto;
    font-weight: bold;
    font-size: var(--font20);
    color: #000000
}

.public-details-block .product-box .product-main .product-info .info-box .menu .item .title.public-mb {
    white-space: pre-wrap
}

.public-details-block .product-box .product-main .product-info .info-box .menu .item .details {
    width: 100%;
    height: auto;
    min-height: calc(4em * 1.5);
    margin-top: 1em;
    font-size: var(--font14);
    color: #666666;
    line-height: 1.5
}

.public-details-block .product-box .product-main .tips-text {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 30px;
    font-size: 6px;
    color: #999999;
    line-height: 1.5
}

.public-details-block .product-box .product-main .tips-text .title {
    color: #666666
}

@media (max-width:1024px) {
    .public-details-block .product-box .product-main .product-info .images {
        margin: 0
    }
}

@media (max-width:768px) {
    .public-details-block .product-box .product-main {
        padding: 30px 0
    }

    .public-details-block .product-box .product-main .product-info {
        height: auto;
        max-height: 100%;
        display: block
    }

    .public-details-block .product-box .product-main .product-info .images {
        width: 80%;
        max-width: 480px;
        margin: 0 auto
    }

    .public-details-block .product-box .product-main .product-info .info-box {
        width: 100%;
        max-width: 100%
    }

    .public-details-block .product-box .product-main .product-info .info-box .subtitle,
    .public-details-block .product-box .product-main .product-info .info-box .headline {
        text-align: center
    }

    .public-details-block .product-box .product-main .product-info .info-box .headline span {
        text-indent: 0
    }

    .public-details-block .product-box .product-main .product-info .info-box .menu {
        margin-top: 30px;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px
    }

    .public-details-block .product-box .product-main .product-info .info-box .menu .item:first-child {
        grid-column: 1 / -1
    }

    .public-details-block .product-box .product-main .product-info .info-box .menu .item {
        padding: 20px 15px 30px
    }

    .public-details-block .product-box .product-main .product-info .info-box .menu .item .details {
        min-height: auto
    }

    .public-details-block .product-box .product-main .tips-text {
        position: relative;
        bottom: 0;
        margin: 20px 0 0
    }
}

@media (max-width:480px) {
    .public-details-block .product-box .product-main .product-info .info-box .menu {
        grid-template-columns: 1fr
    }

    .public-details-block .product-box .product-main .product-info .info-box .menu .item {
        text-align: center
    }
}

.public-details-block.active-cz .product-box .product-main .product-info .info-box .subtitle {
    color: #333333;
    font-style: normal;
    opacity: .55
}

.public-details-block.active-cz .product-box .product-main .product-info .info-box .headline span {
    display: block;
    text-indent: 3em
}

@media (max-width:768px) {
    .public-details-block.active-cz .product-box .product-main .product-info .info-box .headline span {
        text-indent: 0
    }
}

.public-details-block .images-bg {
    width: 100%;
    max-width: 1920px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 1;
    transform: translateX(-50%);
    font-size: 0;
    overflow: hidden
}

.public-details-block .images-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.public-recommended-product {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    overflow: hidden
}

.public-recommended-product .product-box {
    width: 100%;
    height: auto;
    max-width: 1440px;
    margin: 0 auto;
    padding: var(--spacing-120) 0
}

.public-recommended-product .product-box .inner-title {
    text-align: center
}

.public-recommended-product .product-box .product-menu {
    width: 100%;
    height: auto;
    margin-top: var(--spacing-60);
    position: relative;
    z-index: 1
}

.public-recommended-product .product-box .product-menu .swiper-pager {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.public-recommended-product .product-box .product-menu .swiper-pager .swiper-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    color: #999999;
    font-size: 0;
    pointer-events: auto;
    cursor: pointer;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.public-recommended-product .product-box .product-menu .swiper-pager .swiper-btn.prev {
    transform: translateX(-180%)
}

.public-recommended-product .product-box .product-menu .swiper-pager .swiper-btn.next {
    transform: translateX(180%)
}

.public-recommended-product .product-box .product-menu .swiper-pager .swiper-btn svg {
    width: 20%;
    height: 30%;
    max-width: 10px;
    max-height: 18px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    fill: currentColor
}

.public-recommended-product .product-box .product-menu .swiper-pager .swiper-btn.swiper-button-disabled {
    pointer-events: none;
    opacity: .5
}

.public-recommended-product .product-box .product-menu .swiper-pager .swiper-btn:hover {
    color: #000000
}

.public-recommended-product .product-box .product-menu .swiper-box {
    width: 100%;
    height: auto;
    overflow: hidden
}

.public-recommended-product .product-box .product-menu .swiper-box .swiper-slide {
    width: 33.33%;
    height: auto;
    overflow: hidden
}

.public-recommended-product .product-box .product-menu .swiper-box .swiper-slide .img {
    width: 100%;
    height: auto;
    background: #F8F8F8;
    overflow: hidden
}

.public-recommended-product .product-box .product-menu .swiper-box .swiper-slide .img .pb {
    padding-bottom: 124.46351931%
}

.public-recommended-product .product-box .product-menu .swiper-box .swiper-slide .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.public-recommended-product .product-box .product-menu .swiper-box .swiper-slide .title {
    width: 100%;
    height: auto;
    margin-top: var(--spacing-25);
    padding-bottom: 5px;
    text-align: center;
    font-size: var(--font18);
    color: #000000
}

.public-recommended-product .product-box .product-menu .swiper-box .swiper-slide .title span {
    position: relative;
    z-index: 1
}

.public-recommended-product .product-box .product-menu .swiper-box .swiper-slide .title span::after {
    content: '';
    width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: currentColor;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.public-recommended-product .product-box .product-menu .swiper-box .swiper-slide:hover .title span::after {
    width: 100%
}

.public-recommended-product .product-box .product-menu .swiper-box.active .swiper-slide .img {
    background: url(../images/pro-info-bg.jpg) no-repeat center / cover
}

.public-recommended-product .product-box .product-menu .pager-box {
    width: 100%;
    height: auto;
    display: none
}

.public-recommended-product .product-box .product-menu .pager-box .pager {
    width: 100%;
    height: auto;
    margin-top: 30px;
    text-align: center;
    font-size: 0
}

.public-recommended-product .product-box .product-menu .pager-box .pager span {
    width: 1em;
    height: 1em;
    position: relative;
    z-index: 1;
    border-radius: 0;
    opacity: 1;
    cursor: pointer;
    font-size: 14px;
    background: transparent
}

.public-recommended-product .product-box .product-menu .pager-box .pager span::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.public-recommended-product .product-box .product-menu .pager-box .pager span::after {
    content: '';
    width: 50%;
    height: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    background: #000000;
    opacity: .4;
    border-radius: 50%;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.public-recommended-product .product-box .product-menu .pager-box .pager span.active::before {
    border-color: #000000
}

.public-recommended-product .product-box .product-menu .pager-box .pager span.active::after {
    opacity: 0
}

.public-recommended-product .product-box .product-menu .pager-box .pager span+span {
    margin-left: var(--spacing-20)
}

.public-correlation-product {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    background: #F8F8F8;
    overflow: hidden
}

.public-correlation-product .product-box {
    width: 100%;
    height: auto;
    max-width: 1440px;
    margin: 0 auto;
    padding: var(--spacing-120) 0
}

.public-correlation-product .product-box .inner-title .title {
    font-size: var(--font30)
}

.public-correlation-product .product-box .product-menu {
    width: 100%;
    height: auto;
    margin-top: var(--spacing-60);
    position: relative;
    z-index: 1
}

.public-correlation-product .product-box .product-menu .swiper-pager {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    visibility: hidden
}

.public-correlation-product .product-box .product-menu .swiper-pager .swiper-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    color: #999999;
    font-size: 0;
    pointer-events: auto;
    cursor: pointer;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.public-correlation-product .product-box .product-menu .swiper-pager .swiper-btn.prev {
    transform: translateX(-180%)
}

.public-correlation-product .product-box .product-menu .swiper-pager .swiper-btn.next {
    transform: translateX(180%)
}

.public-correlation-product .product-box .product-menu .swiper-pager .swiper-btn svg {
    width: 20%;
    height: 30%;
    max-width: 10px;
    max-height: 18px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    fill: currentColor
}

.public-correlation-product .product-box .product-menu .swiper-pager .swiper-btn.swiper-button-disabled {
    pointer-events: none;
    opacity: .5
}

.public-correlation-product .product-box .product-menu .swiper-pager .swiper-btn:hover {
    color: #000000
}

.public-correlation-product .product-box .product-menu .swiper-box {
    width: 100%;
    height: auto
}

.public-correlation-product .product-box .product-menu .swiper-box .swiper-slide {
    width: 33.33%;
    height: auto;
    overflow: hidden
}

.public-correlation-product .product-box .product-menu .swiper-box .swiper-slide .img {
    width: 100%;
    height: auto;
    background: #FFFFFF;
    overflow: hidden
}

.public-correlation-product .product-box .product-menu .swiper-box .swiper-slide .img .pb {
    padding-bottom: 124.46351931%
}

.public-correlation-product .product-box .product-menu .swiper-box .swiper-slide .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.public-correlation-product .product-box .product-menu .swiper-box .swiper-slide .title {
    width: 100%;
    height: auto;
    margin-top: var(--spacing-25);
    padding-bottom: 5px;
    text-align: center;
    font-size: var(--font14);
    color: #000000
}

.public-correlation-product .product-box .product-menu .swiper-box .swiper-slide .title span {
    position: relative;
    z-index: 1
}

.public-correlation-product .product-box .product-menu .swiper-box .swiper-slide .title span::after {
    content: '';
    width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: currentColor;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.public-correlation-product .product-box .product-menu .swiper-box .swiper-slide:hover .img img {
    transform: scale(1.05)
}

.public-correlation-product .product-box .product-menu .pager-box {
    width: 100%;
    height: auto;
    display: none
}

.public-correlation-product .product-box .product-menu .pager-box .pager {
    width: 100%;
    height: auto;
    margin-top: 30px;
    text-align: center;
    font-size: 0
}

.public-correlation-product .product-box .product-menu .pager-box .pager span {
    width: 1em;
    height: 1em;
    position: relative;
    z-index: 1;
    border-radius: 0;
    opacity: 1;
    cursor: pointer;
    font-size: 14px;
    background: transparent
}

.public-correlation-product .product-box .product-menu .pager-box .pager span::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.public-correlation-product .product-box .product-menu .pager-box .pager span::after {
    content: '';
    width: 50%;
    height: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    background: #000000;
    opacity: .4;
    border-radius: 50%;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.public-correlation-product .product-box .product-menu .pager-box .pager span.active::before {
    border-color: #000000
}

.public-correlation-product .product-box .product-menu .pager-box .pager span.active::after {
    opacity: 0
}

.public-correlation-product .product-box .product-menu .pager-box .pager span+span {
    margin-left: var(--spacing-20)
}

@media (max-width:991px) {
    .public-correlation-product .product-box .product-menu .swiper-box {
        overflow: hidden
    }
}

@media (max-width:991px) {
    .public-correlation-product .product-box .inner-title {
        text-align: center
    }
}

.inner-product-limit {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    padding-top: var(--header-height);
    overflow: hidden
}

.inner-product-limit .product-box {
    width: 100%;
    height: auto;
    padding: 0 0 var(--spacing-120)
}

.inner-product-limit .product-box .product-item {
    width: 100%;
    height: auto;
    max-width: 1440px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.inner-product-limit .product-box .product-item .info-box {
    width: 50%;
    height: auto;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden
}

.inner-product-limit .product-box .product-item .info-box .img {
    width: 80%;
    max-width: 600px;
    height: auto;
    margin: 0 auto;
    overflow: hidden
}

.inner-product-limit .product-box .product-item .info-box .img .pb {
    padding-bottom: 50%
}

.inner-product-limit .product-box .product-item .info-box .info {
    width: 100%;
    height: auto;
    margin-top: 20px;
    padding: 0 var(--spacing-30);
    text-align: center
}

.inner-product-limit .product-box .product-item .info-box .info .classify {
    width: 100%;
    height: auto;
    font-size: var(--font24);
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.inner-product-limit .product-box .product-item .info-box .info .title {
    width: 100%;
    height: auto;
    margin-top: var(--spacing-20);
    font-weight: bold;
    font-size: var(--font40);
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.inner-product-limit .product-box .product-item .info-box .info .details {
    width: 100%;
    height: calc(2em * 1.5);
    margin-top: var(--spacing-20);
    font-size: var(--font14);
    color: #666666;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.inner-product-limit .product-box .product-item .info-box .info .public-more {
    margin-top: var(--spacing-20);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.inner-product-limit .product-box .product-item .info-box:hover .info .public-more.white .more {
    background: #000000;
    color: #FFFFFF
}

.inner-product-limit .product-box .product-item .info-box:hover .info .public-more.white.border .more {
    background: #FFFFFF;
    color: #000000
}

.inner-product-limit .product-box .product-item .info-box:hover .info .public-more.black.border .more {
    background: #000000;
    color: #FFFFFF
}

.inner-product-limit .product-box .product-item .info-box:hover .info .public-more.border .more {
    background: #000000;
    color: #FFFFFF
}

.inner-product-limit .product-box .product-item .images {
    width: 50%;
    height: auto;
    overflow: hidden
}

.inner-product-limit .product-box .product-item .images .pb {
    padding-bottom: 112.5%
}

.inner-product-limit .product-box .product-item .images img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.inner-product-limit .product-box .product-item:nth-child(2n) {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    flex-direction: row-reverse
}

@media (max-width:768px) {
    .inner-product-limit .product-box .product-item {
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column
    }

    .inner-product-limit .product-box .product-item:nth-child(2n) {
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column
    }

    .inner-product-limit .product-box .product-item .info-box {
        width: 100%;
        padding: 50px 0 40px;
        order: 2;
        background: #F8F8F8
    }

    .inner-product-limit .product-box .product-item .images {
        width: 100%
    }

    .inner-product-limit .product-box .product-item+.product-item {
        margin-top: 40px
    }
}

.inner-product-limit-block {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 10
}

.inner-product-limit-block .banner-box {
    width: 100%;
    height: var(--vh);
    position: relative;
    z-index: 1;
    overflow: hidden
}

.inner-product-limit-block .banner-box .info-box {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: var(--header-height);
    z-index: 10
}

.inner-product-limit-block .banner-box .info-box .info {
    width: 100%;
    height: auto;
    text-align: center;
    position: relative;
    z-index: 1
}

.inner-product-limit-block .banner-box .info-box .info .img {
    width: 100%;
    height: auto;
    font-size: 0
}

.inner-product-limit-block .banner-box .info-box .info .title {
    width: 100%;
    height: auto;
    margin-top: var(--spacing-30);
    font-size: var(--font16);
    color: #FFFFFF;
    line-height: 1.5
}

.inner-product-limit-block .banner-box .info-box .info .subtitle {
    width: 100%;
    height: auto;
    margin-top: 10px;
    font-size: var(--font30);
    color: #FFFFFF
}

.inner-product-limit-block .banner-box .info-box .info .tips-text {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 30px;
    text-align: right;
    font-size: 12px;
    color: #FFFFFF;
    opacity: .5
}

.inner-product-limit-block .banner-box .images {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.inner-product-limit-block .banner-box .images::after {
    content: '';
    width: 100%;
    height: 37.5%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 200%)
}

.inner-product-limit-block .banner-box .images img,
.inner-product-limit-block .banner-box .images video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top
}

.inner-product-limit-block .product-box {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 5;
    background: #eee2d6;
    overflow: hidden
}

.inner-product-limit-block .product-box .product-main {
    /*width: 80%;*/
    width: 95%;
    height: auto;
    margin: 0 auto;
    /*padding: var(--spacing-100) 0 var(--spacing-120);*/
    padding-top: 20px;
    padding-bottom: 20px;
    background: #FFFFFF
}

.inner-product-limit-block .product-box .product-main .text-details {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: var(--font24);
    color: #333333;
    line-height: 1.5
}

.inner-product-limit-block .product-box .product-main .text-details p+p {
    margin-top: .4em
}

.inner-product-limit-block .product-box .product-main .video-box {
    width: 100%;
    height: auto;
    /*margin-top: var(--spacing-60);*/
    position: relative;
    z-index: 1;
    padding: var(--spacing-30);
    cursor: pointer;
    overflow: hidden
}

.inner-product-limit-block .product-box .product-main .video-box::before,
.inner-product-limit-block .product-box .product-main .video-box::after {
    content: '';
    position: absolute;
    border-radius: var(--spacing-20)
}

.inner-product-limit-block .product-box .product-main .video-box::before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    /*background: linear-gradient(#E5D8D9, #F8F8F8)*/
}

.inner-product-limit-block .product-box .product-main .video-box::after {
    z-index: 2;
    inset: 4px;
    background: #FDFDFD
}

.inner-product-limit-block .product-box .product-main .video-box .img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 5;
    border-radius: 10px;
    overflow: hidden
}

.inner-product-limit-block .product-box .product-main .video-box .img .pb {
    padding-bottom: 48.4057971%
}

.inner-product-limit-block .product-box .product-main .video-box .img img,
.inner-product-limit-block .product-box .product-main .video-box .img video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.inner-product-limit-block .product-box .product-main .product-menu {
    width: 100%;
    height: auto;
    margin-top: var(--spacing-140);
    position: relative;
    z-index: 1
}

.inner-product-limit-block .product-box .product-main .product-menu .swiper-pager {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    display: none
}

.inner-product-limit-block .product-box .product-main .product-menu .swiper-pager .swiper-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    color: #999999;
    font-size: 0;
    pointer-events: auto;
    cursor: pointer;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.inner-product-limit-block .product-box .product-main .product-menu .swiper-pager .swiper-btn.prev {
    transform: translateX(-180%)
}

.inner-product-limit-block .product-box .product-main .product-menu .swiper-pager .swiper-btn.next {
    transform: translateX(180%)
}

.inner-product-limit-block .product-box .product-main .product-menu .swiper-pager .swiper-btn svg {
    width: 20%;
    height: 30%;
    max-width: 10px;
    max-height: 18px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    fill: currentColor
}

.inner-product-limit-block .product-box .product-main .product-menu .swiper-pager .swiper-btn.swiper-button-disabled {
    pointer-events: none;
    opacity: .5
}

.inner-product-limit-block .product-box .product-main .product-menu .swiper-pager .swiper-btn:hover {
    color: #000000
}

@media (max-width:991px) {
    .inner-product-limit-block .product-box .product-main .product-menu .swiper-pager {
        display: flex
    }
}

.inner-product-limit-block .product-box .product-main .product-menu .swiper-box {
    width: 100%;
    height: auto;
    overflow: hidden
}

.inner-product-limit-block .product-box .product-main .product-menu .swiper-box .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: .16rem
}

.inner-product-limit-block .product-box .product-main .product-menu .swiper-box .swiper-slide {
    width: 100%;
    height: auto;
    overflow: hidden
}

.inner-product-limit-block .product-box .product-main .product-menu .swiper-box .swiper-slide .img {
    width: 100%;
    height: auto;
    background: url(../images/xd-list-bg.jpg) no-repeat center / cover;
    overflow: hidden
}

.inner-product-limit-block .product-box .product-main .product-menu .swiper-box .swiper-slide .img .pb {
    padding-bottom: 124.46351931%
}

.inner-product-limit-block .product-box .product-main .product-menu .swiper-box .swiper-slide .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.inner-product-limit-block .product-box .product-main .product-menu .swiper-box .swiper-slide .title {
    width: 100%;
    height: auto;
    margin-top: var(--spacing-25);
    padding-bottom: 5px;
    text-align: center;
    font-size: var(--font18);
    color: #000000
}

.inner-product-limit-block .product-box .product-main .product-menu .swiper-box .swiper-slide .title span {
    position: relative;
    z-index: 1
}

.inner-product-limit-block .product-box .product-main .product-menu .swiper-box .swiper-slide .title span::after {
    content: '';
    width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: currentColor;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.inner-product-limit-block .product-box .product-main .product-menu .swiper-box .swiper-slide:hover .img img {
    transform: scale(1.05)
}

@media (max-width:991px) {
    .inner-product-limit-block .product-box .product-main .product-menu .swiper-box .swiper-wrapper {
        display: flex
    }

    .inner-product-limit-block .product-box .product-main .product-menu .swiper-box .swiper-slide {
        width: 33.33%
    }
}

.inner-product-limit-block .product-box .product-main .product-menu .pager-box {
    width: 100%;
    height: auto;
    display: none
}

.inner-product-limit-block .product-box .product-main .product-menu .pager-box .pager {
    width: 100%;
    height: auto;
    margin-top: 30px;
    text-align: center;
    font-size: 0
}

.inner-product-limit-block .product-box .product-main .product-menu .pager-box .pager span {
    width: 1em;
    height: 1em;
    position: relative;
    z-index: 1;
    border-radius: 0;
    opacity: 1;
    cursor: pointer;
    font-size: 14px;
    background: transparent
}

.inner-product-limit-block .product-box .product-main .product-menu .pager-box .pager span::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.inner-product-limit-block .product-box .product-main .product-menu .pager-box .pager span::after {
    content: '';
    width: 50%;
    height: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    background: #000000;
    opacity: .4;
    border-radius: 50%;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.inner-product-limit-block .product-box .product-main .product-menu .pager-box .pager span.active::before {
    border-color: #000000
}

.inner-product-limit-block .product-box .product-main .product-menu .pager-box .pager span.active::after {
    opacity: 0
}

.inner-product-limit-block .product-box .product-main .product-menu .pager-box .pager span+span {
    margin-left: var(--spacing-20)
}

@media (max-width:1440px) {
    .inner-product-limit-block .product-box .product-main .product-menu .swiper-pager .swiper-btn.prev {
        transform: translateX(-150%)
    }

    .inner-product-limit-block .product-box .product-main .product-menu .swiper-pager .swiper-btn.next {
        transform: translateX(150%)
    }
}

@media (max-width:1024px) {
    .inner-product-limit-block .product-box .product-main {
        width: 100%;
        padding: var(--spacing-100) 20px var(--spacing-120)
    }

    .inner-product-limit-block .product-box .product-main .video-box::after {
        inset: 3px
    }

    .inner-product-limit-block .product-box .product-main .product-menu .swiper-pager {
        display: none
    }

    .inner-product-limit-block .product-box .product-main .product-menu .pager-box {
        display: block
    }
}

@media (max-width:768px) {
    .inner-product-limit-block .product-box .product-main .video-box {
        padding: 10px
    }

    .inner-product-limit-block .product-box .product-main .video-box::after {
        inset: 2px
    }

    .inner-product-limit-block .product-box .product-main .video-box .img .pb {
        padding-bottom: 56.25%
    }

    .inner-product-limit-block .product-box .product-main .menu-box {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:480px) {
    .inner-product-limit-block .product-box .product-main .video-box {
        padding: 6px
    }

    .inner-product-limit-block .product-box .product-main .video-box::before,
    .inner-product-limit-block .product-box .product-main .video-box::after {
        border-radius: 8px
    }

    .inner-product-limit-block .product-box .product-main .video-box .img {
        border-radius: 6px
    }

    .inner-product-limit-block .product-box .product-main .product-menu {
        margin-top: 50px
    }
}

.inner-about-banner {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.inner-about-banner .banner-box {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    padding-top: var(--header-height);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden
}

.inner-about-banner .banner-box .info-box {
    width: 80%;
    height: auto;
    margin: 0 auto;
    padding: var(--spacing-100) 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

.inner-about-banner .banner-box .info-box .info {
    width: 50%;
    max-width: 520px
}

.inner-about-banner .banner-box .info-box .info .title {
    width: 100%;
    height: auto;
    font-size: var(--font48);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    background-size: cover;
    background-position: center
}

.inner-about-banner .banner-box .info-box .info .details {
    width: 100%;
    height: auto;
    margin-top: var(--spacing-20);
    font-size: var(--font16);
    color: #666666;
    line-height: 1.875
}

.inner-about-banner .banner-box .info-box .info .details span {
    font-weight: bold;
    color: #000000
}

.inner-about-banner .images {
    width: 100%;
    height: var(--vh);
    margin: 0 auto;
    font-size: 0;
    overflow: hidden
}

.inner-about-banner .images img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media (max-width:1440px) {
    .inner-about-banner .banner-box .info-box {
        width: 100%
    }
}

@media (max-width:1280px) {
    .inner-about-banner .images {
        height: auto;
        margin-top: var(--header-height)
    }
}

@media (max-width:1024px) {
    .inner-about-banner .banner-box .info-box .info {
        width: 40%
    }
}

@media (max-width:768px) {
    .inner-about-banner .banner-box {
        height: auto;
        top: auto;
        bottom: 0;
        padding: 30px 0
    }

    .inner-about-banner .banner-box .info-box {
        width: 100%;
        display: block;
        padding: 20px 15px;
        background: rgba(255, 255, 255, 0.9)
    }

    .inner-about-banner .banner-box .info-box .info {
        width: 100%;
        max-width: 100%
    }

    .inner-about-banner .banner-box .info-box .info .title {
        font-size: 30px
    }
}

@media (max-width:480px) {
    .inner-about-banner .banner-box .info-box .info .title {
        font-size: 22px
    }

    .inner-about-banner .banner-box .info-box .info .details {
        font-size: 10px
    }
}

.inner-about-history {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    background: url(../images/history-bg.jpg) no-repeat center / cover;
    overflow: hidden
}

.inner-about-history .history-box {
    width: 100%;
    height: auto;
    padding: var(--spacing-120) 0
}

.inner-about-history .history-box .inner-title {
    text-align: center
}

.inner-about-history .history-box .history-main {
    width: 88.89%;
    height: auto;
    margin: var(--spacing-80) auto 0;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.inner-about-history .history-box .history-main .swiper-btn {
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    border-radius: 50%;
    color: #BAA993;
    cursor: pointer;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    overflow: hidden
}

.inner-about-history .history-box .history-main .swiper-btn svg {
    width: 100%;
    height: 30%;
    fill: currentColor
}

.inner-about-history .history-box .history-main .swiper-btn.prev {
    order: 1
}

.inner-about-history .history-box .history-main .swiper-btn.next {
    order: 3
}

.inner-about-history .history-box .history-main .swiper-btn:hover {
    background: rgba(193, 158, 95, 0.2);
    color: #FFFFFF
}

.inner-about-history .history-box .history-main .swiper-btn.swiper-button-disabled {
    opacity: .5;
    pointer-events: none
}

.inner-about-history .history-box .history-main .swiper-box {
    width: 80%;
    height: auto;
    order: 2;
    overflow: hidden
}

.inner-about-history .history-box .history-main .swiper-box .swiper-slide {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.inner-about-history .history-box .history-main .swiper-box .swiper-slide.active {
    z-index: 5
}

.inner-about-history .history-box .history-main .swiper-box .swiper-slide.active * {
    pointer-events: auto
}

.inner-about-history .history-box .history-main .swiper-box .swiper-slide .info-box {
    width: 100%;
    height: auto;
    flex: 1;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.inner-about-history .history-box .history-main .swiper-box .swiper-slide .info-box .year {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    font-family: 'Montserrat', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    font-weight: bold;
    font-size: var(--font180);
    text-align: center;
    line-height: 1
}

.inner-about-history .history-box .history-main .swiper-box .swiper-slide .info-box .year span {
    color: transparent;
    background: url(../images/history-text.jpg) no-repeat center / 100% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

.inner-about-history .history-box .history-main .swiper-box .swiper-slide .info-box .details-box {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: var(--spacing-20) auto 0;
    font-size: var(--font180)
}

.inner-about-history .history-box .history-main .swiper-box .swiper-slide .info-box .details-box .details {
    width: auto;
    height: auto;
    font-size: var(--font16);
    color: #333333;
    line-height: 1.5;
    padding-right: 10px
}

.inner-about-history .history-box .history-main .swiper-box .swiper-slide .info-box .details-box .details p+p {
    margin-top: .5em
}

.inner-about-history .history-box .history-main .swiper-box .swiper-slide .info-box .details-box .details p {
    padding-left: 1em;
    position: relative;
    z-index: 1
}

.inner-about-history .history-box .history-main .swiper-box .swiper-slide .info-box .details-box .details p::before {
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    top: .75em;
    transform: translateY(-50%);
    border-radius: 50%;
    border: 1px solid currentColor
}

.inner-about-history .history-box .history-pager {
    width: 100%;
    height: auto;
    margin-top: var(--spacing-120);
    position: relative;
    z-index: 1;
    --value: 24px
}

.inner-about-history .history-box .history-pager::before {
    content: '';
    width: 100vw;
    height: 1px;
    position: absolute;
    left: 50%;
    top: calc(var(--value) / 2);
    z-index: 1;
    transform: translateX(-50%);
    border-top: 1px solid #BAA993;
    opacity: .2
}

.inner-about-history .history-box .history-pager .pager-box {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 10
}

.inner-about-history .history-box .history-pager .pager-box .pager {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.inner-about-history .history-box .history-pager .pager-box .pager .one {
    width: auto;
    height: auto;
    flex: 1;
    border-radius: 0;
    text-align: center;
    background: transparent;
    position: relative;
    z-index: 1;
    opacity: 1
}

.inner-about-history .history-box .history-pager .pager-box .pager .one .dot {
    width: var(--value);
    height: auto;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden
}

.inner-about-history .history-box .history-pager .pager-box .pager .one .dot::before {
    content: '';
    width: 100%;
    height: 0;
    display: block;
    padding-top: 100%;
    background: #BAA993;
    opacity: 0;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.inner-about-history .history-box .history-pager .pager-box .pager .one .dot::after {
    content: '';
    width: 40%;
    height: 40%;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background: #BAA993;
    opacity: .4;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.inner-about-history .history-box .history-pager .pager-box .pager .one .year {
    width: 100%;
    height: auto;
    margin-top: 10px;
    font-family: 'Montserrat', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    text-align: center;
    font-size: var(--font20);
    color: #BAA993;
    transform: scale(.8);
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.inner-about-history .history-box .history-pager .pager-box .pager .one.active .dot::before {
    opacity: .7
}

.inner-about-history .history-box .history-pager .pager-box .pager .one.active .dot::after {
    width: 50%;
    height: 50%;
    background: #FFFFFF;
    opacity: 1
}

.inner-about-history .history-box .history-pager .pager-box .pager .one.active .year {
    transform: scale(1);
    color: #000000
}

@media (max-width:1560px) {
    .inner-about-history .history-box .history-main .swiper-btn {
        width: 54px;
        height: 54px
    }
}

@media (max-width:1280px) {
    .inner-about-history .history-box .history-main .swiper-btn {
        width: 44px;
        height: 44px
    }

    .inner-about-history .history-box .history-pager {
        --value: 20px
    }
}

@media (max-width:1024px) {
    .inner-about-history .history-box .history-main .swiper-btn {
        width: 36px;
        height: 36px
    }

    .inner-about-history .history-box .history-pager {
        --value: 16px
    }

    .inner-about-history .history-box .history-pager .pager-box .pager .one .year {
        opacity: 0
    }

    .inner-about-history .history-box .history-pager .pager-box .pager .one.active .year {
        opacity: 1
    }
}

@media (max-width:991px) {
    .inner-about-history .history-box .history-main {
        width: 100%;
        display: block
    }

    .inner-about-history .history-box .history-main .swiper-btn {
        display: none
    }

    .inner-about-history .history-box .history-main .swiper-box {
        width: 100%
    }

    .inner-about-history .history-box .history-main .swiper-box .swiper-slide .info-box .details-box {
        width: 100%;
        max-width: 768px
    }

    .inner-about-history .history-box .history-pager {
        --value: 10px;
        margin-top: 40px
    }

    .inner-about-history .history-box .history-pager::before {
        display: none
    }

    .inner-about-history .history-box .history-pager .pager-box .pager .one {
        width: var(--value);
        height: var(--value);
        margin: 0 2px;
        flex: 0 0 auto;
        background: #BAA993;
        border-radius: 50%;
        opacity: .5;
        -webkit-transition: all .35s ease;
        -o-transition: all .35s ease;
        transition: all .35s ease;
        overflow: hidden
    }

    .inner-about-history .history-box .history-pager .pager-box .pager .one::after {
        content: '';
        position: absolute;
        inset: 2px;
        border-radius: 50%;
        background: #FFFFFF;
        opacity: 0;
        -webkit-transition: all .35s ease;
        -o-transition: all .35s ease;
        transition: all .35s ease
    }

    .inner-about-history .history-box .history-pager .pager-box .pager .one .dot {
        display: none
    }

    .inner-about-history .history-box .history-pager .pager-box .pager .one .year {
        display: none
    }

    .inner-about-history .history-box .history-pager .pager-box .pager .one.active {
        opacity: 1
    }

    .inner-about-history .history-box .history-pager .pager-box .pager .one.active::after {
        opacity: 1
    }
}

@media (max-width:768px) {
    .inner-about-history .history-box .history-main .swiper-box .swiper-slide .info-box .year {
        font-size: 72px
    }

    .inner-about-history .history-box .history-pager {
        --value: 8px
    }
}

@media (max-width:480px) {
    .inner-about-history .history-box .history-main .swiper-box .swiper-slide .info-box .details {
        text-align: left
    }

    .inner-about-history .history-box .history-main .swiper-box .swiper-slide .info-box .details p {
        padding-left: 1em
    }

    .inner-about-history .history-box .history-main .swiper-box .swiper-slide .info-box .details p::before {
        display: block
    }
}

.inner-about-factory {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 5;
    background: #FFFFFF;
    overflow: hidden
}

.inner-about-factory .about-box {
    width: 100%;
    height: auto;
    padding: var(--spacing-100) 0
}

.inner-about-factory .about-box .inner-title {
    text-align: center
}

.inner-about-factory .about-box .video-box {
    width: 100%;
    height: auto;
    margin-top: var(--spacing-60);
    position: relative;
    z-index: 1;
    cursor: pointer;
    overflow: hidden
}

.inner-about-factory .about-box .video-box .icon {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    z-index: 10;
    color: #FFFFFF
}

.inner-about-factory .about-box .video-box .icon svg {
    width: 100%;
    height: 100%;
    fill: currentColor
}

.inner-about-factory .about-box .video-box .img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 5;
    border-radius: 10px;
    font-size: 0;
    overflow: hidden
}

.inner-about-factory .about-box .video-box .img .pb {
    padding-bottom: 56.25%
}

.inner-about-factory .about-box .video-box .img img,
.inner-about-factory .about-box .video-box .img video {
    width: 100%
}

.inner-about-make {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 5;
    background: #FFFFFF;
    overflow: hidden
}

.inner-about-make .make-box {
    width: 100%;
    height: auto;
    padding: var(--spacing-100) 0
}

.inner-about-make .make-box .inner-title {
    text-align: center
}

.inner-about-make .make-box .make-main {
    width: 100%;
    height: auto;
    max-width: 1600px;
    margin: var(--spacing-50) auto 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 3px
}

.inner-about-make .make-box .make-main .item {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    cursor: auto;
    overflow: hidden
}

.inner-about-make .make-box .make-main .item * {
    cursor: auto
}

.inner-about-make .make-box .make-main .item .img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    overflow: hidden
}

.inner-about-make .make-box .make-main .item .img .pb {
    padding-bottom: 122.64150943%
}

.inner-about-make .make-box .make-main .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.inner-about-make .make-box .make-main .item .info-box {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    overflow: hidden
}

.inner-about-make .make-box .make-main .item .info-box .info-head {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;
    padding: var(--spacing-60);
    color: #FFFFFF;
    overflow: hidden
}

.inner-about-make .make-box .make-main .item .info-box .info-head .number {
    width: 100%;
    height: auto;
    font-family: 'Montserrat', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    font-size: var(--font14)
}

.inner-about-make .make-box .make-main .item .info-box .info-head .title {
    width: 100%;
    height: auto;
    margin-top: 8px;
    font-size: var(--font24)
}

.inner-about-make .make-box .make-main .item .info-box .info-head .title span {
    font-weight: bold;
    font-size: var(--font36)
}

.inner-about-make .make-box .make-main .item .info-box .info-head .details {
    width: 100%;
    height: auto;
    margin-top: var(--spacing-20);
    font-size: var(--font16)
}

.inner-about-make .make-box .make-main .item .info-box .info-body {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    padding: var(--spacing-40);
    background: #000000;
    transform: translateY(100%);
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    overflow: hidden
}

.inner-about-make .make-box .make-main .item .info-box .info-body .icon {
    width: 35.28%;
    max-width: 187px;
    height: auto;
    max-height: 100%;
    position: absolute;
    right: -5%;
    bottom: -10%;
    z-index: 1;
    text-align: right;
    opacity: .3
}

.inner-about-make .make-box .make-main .item .info-box .info-body .icon img {
    max-width: 100%;
    max-height: 185px
}

.inner-about-make .make-box .make-main .item .info-box .info-body .menu {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.inner-about-make .make-box .make-main .item .info-box .info-body .menu .one {
    width: 100%;
    height: auto;
    color: #FFFFFF
}

.inner-about-make .make-box .make-main .item .info-box .info-body .menu .one .number {
    width: 100%;
    height: auto;
    font-size: 0
}

.inner-about-make .make-box .make-main .item .info-box .info-body .menu .one .number .beat {
    font-family: 'Montserrat', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    font-size: var(--font36)
}

.inner-about-make .make-box .make-main .item .info-box .info-body .menu .one .number .add {
    font-weight: bold;
    font-size: var(--font36)
}

.inner-about-make .make-box .make-main .item .info-box .info-body .menu .one .number .unit {
    font-size: var(--font14);
    margin-left: .5em
}

.inner-about-make .make-box .make-main .item .info-box .info-body .menu .one .word {
    width: 100%;
    height: auto;
    margin-top: 5px;
    font-size: var(--font14)
}

.inner-about-make .make-box .make-main .item .info-box .info-body .menu .one+.one {
    padding-left: .5rem;
    position: relative;
    z-index: 1
}

.inner-about-make .make-box .make-main .item .info-box .info-body .menu .one+.one::after {
    content: '';
    width: 1px;
    height: 80%;
    position: absolute;
    left: .25rem;
    top: 50%;
    transform: translateY(-50%);
    background-color: #FFFFFF;
    opacity: .2
}

.inner-about-make .make-box .make-main .item .info-box .info-body .more {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 5;
    margin-top: var(--spacing-30);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: var(--font14);
    color: #FFFFFF
}

.inner-about-make .make-box .make-main .item .info-box .info-body .more svg {
    width: 5px;
    height: 10px;
    margin-left: .5em;
    fill: currentColor;
    vertical-align: middle
}

.inner-about-make .make-box .make-main .item:hover .img {
    transform: translateY(-10px)
}

.inner-about-make .make-box .make-main .item:hover .info-box .info-body {
    transform: translateZ(0)
}

@media (max-width:991px) {
    .inner-about-make .make-box .make-main {
        grid-template-columns: 1fr;
        grid-gap: 20px
    }

    .inner-about-make .make-box .make-main .item a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex
    }

    .inner-about-make .make-box .make-main .item a .img {
        width: 50%
    }

    .inner-about-make .make-box .make-main .item a .info-box {
        width: 100%;
        height: auto;
        flex: 1;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between
    }

    .inner-about-make .make-box .make-main .item a .info-box .info-head {
        position: relative;
        padding: 0 20px;
        color: #000000
    }

    .inner-about-make .make-box .make-main .item a .info-box .info-head .details {
        color: #999999
    }

    .inner-about-make .make-box .make-main .item a .info-box .info-body {
        position: relative;
        padding: 30px 20px 20px;
        transform: translateZ(0)
    }

    .inner-about-make .make-box .make-main .item a .info-box .info-body .menu {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 20px
    }

    .inner-about-make .make-box .make-main .item a .info-box .info-body .menu .one .word {
        font-size: 12px
    }

    .inner-about-make .make-box .make-main .item a .info-box .info-body .menu .one+.one {
        padding-left: 0
    }

    .inner-about-make .make-box .make-main .item a .info-box .info-body .menu .one+.one::after {
        display: none
    }

    .inner-about-make .make-box .make-main .item:nth-child(2n) a {
        -webkit-flex-direction: row-reverse;
        -moz-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        -o-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

@media (max-width:640px) {
    .inner-about-make .make-box .make-main .item a {
        display: block
    }

    .inner-about-make .make-box .make-main .item a .img {
        width: 100%
    }

    .inner-about-make .make-box .make-main .item a .info-box {
        width: 100%;
        position: static
    }

    .inner-about-make .make-box .make-main .item a .info-box .info-head {
        position: absolute;
        top: 0;
        padding: 20px;
        color: #FFFFFF
    }

    .inner-about-make .make-box .make-main .item a .info-box .info-head .details {
        color: #FFFFFF
    }

    .inner-about-make .make-box .make-main .item a .info-box .info-body {
        padding: 20px 10px
    }

    .inner-about-make .make-box .make-main .item a .info-box .info-body .menu .one .number .unit {
        font-size: 12px
    }
}

.inner-about-make .make-box .public-more {
    margin-top: var(--spacing-50);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.inner-about-factory+.inner-about-make .make-box {
    padding-top: 0
}

.inner-about-brand {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 5;
    overflow: hidden
}

.inner-about-brand .brand-box {
    width: 100%;
    height: auto;
    padding: var(--spacing-120) 0
}

.inner-about-brand .brand-box .inner-title {
    text-align: center
}

.inner-about-brand .brand-box .brand-main {
    width: 80%;
    height: auto;
    position: relative;
    z-index: 1;
    margin: 30px auto 0
}

.inner-about-brand .brand-box .brand-main .swiper-pager {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.inner-about-brand .brand-box .brand-main .swiper-pager .swiper-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    color: #666666;
    font-size: 0;
    pointer-events: auto;
    cursor: pointer;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.inner-about-brand .brand-box .brand-main .swiper-pager .swiper-btn.prev {
    transform: translateX(-180%)
}

.inner-about-brand .brand-box .brand-main .swiper-pager .swiper-btn.next {
    transform: translateX(180%)
}

.inner-about-brand .brand-box .brand-main .swiper-pager .swiper-btn svg {
    width: 20%;
    height: 30%;
    max-width: 10px;
    max-height: 18px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    fill: currentColor
}

.inner-about-brand .brand-box .brand-main .swiper-pager .swiper-btn.swiper-button-disabled {
    pointer-events: none;
    opacity: .5
}

.inner-about-brand .brand-box .brand-main .swiper-pager .swiper-btn:hover {
    background: rgba(0, 0, 0, 0.1);
    color: #FFFFFF
}

.inner-about-brand .brand-box .brand-main .swiper-box {
    width: 100%;
    height: auto;
    background: #FFFFFF;
    overflow: hidden
}

.inner-about-brand .brand-box .brand-main .swiper-box .swiper-slide {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    overflow: hidden
}

.inner-about-brand .brand-box .brand-main .swiper-box .swiper-slide.active {
    z-index: 5;
    pointer-events: auto
}

.inner-about-brand .brand-box .brand-main .swiper-box .swiper-slide .images {
    width: 50%;
    height: auto;
    overflow: hidden
}

.inner-about-brand .brand-box .brand-main .swiper-box .swiper-slide .images .pb {
    padding-bottom: 80.85714286%
}

.inner-about-brand .brand-box .brand-main .swiper-box .swiper-slide .images img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.inner-about-brand .brand-box .brand-main .swiper-box .swiper-slide .info-box {
    width: 50%;
    height: auto;
    -webkit-box-self: center;
    -ms-align-self: center;
    -webkit-align-self: center;
    align-self: center;
    padding: var(--spacing-30) var(--spacing-80)
}

.inner-about-brand .brand-box .brand-main .swiper-box .swiper-slide .info-box .classify {
    width: 100%;
    height: auto;
    font-size: var(--font16);
    color: #666666
}

.inner-about-brand .brand-box .brand-main .swiper-box .swiper-slide .info-box .title {
    width: 100%;
    height: auto;
    margin-top: var(--spacing-20);
    font-size: var(--font36);
    color: #000000;
    line-height: 1.5
}

.inner-about-brand .brand-box .brand-main .swiper-box .swiper-slide .info-box .more {
    width: 100%;
    height: auto;
    margin-top: var(--spacing-100);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.inner-about-brand .brand-box .brand-main .swiper-box .swiper-slide .info-box .more a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline;
    font-size: var(--font14);
    color: #333333;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.inner-about-brand .brand-box .brand-main .swiper-box .swiper-slide .info-box .more svg {
    width: 5px;
    height: 10px;
    margin-left: 10px;
    font-size: 0;
    fill: currentColor;
    vertical-align: middle
}

.inner-about-brand .brand-box .brand-main .swiper-box .swiper-slide .info-box .more a:hover {
    color: #000000
}

.inner-about-brand .brand-box .brand-main .swiper-box .swiper-slide:hover .title span::after {
    width: 100%
}

.inner-about-brand .brand-box .brand-main .pager-box {
    width: 100%;
    height: auto;
    display: none
}

.inner-about-brand .brand-box .brand-main .pager-box .pager {
    width: 100%;
    height: auto;
    margin-top: 30px;
    text-align: center;
    font-size: 0
}

.inner-about-brand .brand-box .brand-main .pager-box .pager span {
    width: 1em;
    height: 1em;
    position: relative;
    z-index: 1;
    border-radius: 0;
    opacity: 1;
    cursor: pointer;
    font-size: 10px;
    background: transparent
}

.inner-about-brand .brand-box .brand-main .pager-box .pager span::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.inner-about-brand .brand-box .brand-main .pager-box .pager span::after {
    content: '';
    width: 50%;
    height: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    background: #000000;
    opacity: .4;
    border-radius: 50%;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.inner-about-brand .brand-box .brand-main .pager-box .pager span.active::before {
    border-color: #000000
}

.inner-about-brand .brand-box .brand-main .pager-box .pager span.active::after {
    opacity: 0
}

.inner-about-brand .brand-box .brand-main .pager-box .pager span+span {
    margin-left: var(--spacing-20)
}

@media (max-width:991px) {
    .inner-about-brand .brand-box .brand-main {
        width: 100%
    }

    .inner-about-brand .brand-box .brand-main .swiper-pager {
        display: none
    }

    .inner-about-brand .brand-box .brand-main .pager-box {
        display: block
    }
}

@media (max-width:768px) {
    .inner-about-brand .brand-box .brand-main .swiper-box .swiper-slide {
        flex-wrap: wrap;
        -ms-flex-wrap: wrap
    }

    .inner-about-brand .brand-box .brand-main .swiper-box .swiper-slide .images {
        width: 100%
    }

    .inner-about-brand .brand-box .brand-main .swiper-box .swiper-slide .info-box {
        width: 100%;
        order: 1;
        padding: 30px 20px
    }
}

.inner-about-brand .images-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    font-size: 0;
    overflow: hidden
}

.inner-about-brand .images-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.inner-about-founder {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 5;
    overflow: hidden
}

.inner-about-founder .founder-box {
    width: 100%;
    height: auto;
    max-width: 1440px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.inner-about-founder .founder-box .founder-info {
    width: 55%;
    height: auto;
    padding: var(--spacing-130) 0
}

.inner-about-founder .founder-box .founder-info .headline {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1
}

.inner-about-founder .founder-box .founder-info .headline .active {
    width: var(--font100);
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    font-size: 0;
    opacity: .55;
    transform: translateX(-65%);
    visibility: hidden
}

.inner-about-founder .founder-box .founder-info .headline .title {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 5;
    font-size: var(--font24);
    color: #000000;
    line-height: 1.8
}

.inner-about-founder .founder-box .founder-info .details {
    width: 100%;
    height: auto;
    margin-top: var(--spacing-30);
    line-height: 1.5
}

.inner-about-founder .founder-box .founder-info .details span {
    font-size: var(--font40);
    color: transparent;
    background: #C9CED1 linear-gradient(to right, #333333, #333333) no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: var(--value);
    --value: 100%
}

.inner-about-founder .founder-box .founder-info .info {
    width: 100%;
    height: auto;
    margin-top: var(--spacing-30);
    padding-right: 15%
}

.inner-about-founder .founder-box .founder-info .info .img {
    width: 100%;
    height: var(--font130);
    text-align: right;
    font-size: 0
}

.inner-about-founder .founder-box .founder-info .info .word {
    width: 100%;
    height: auto;
    margin-top: var(--spacing-20);
    text-align: right;
    font-size: var(--font16);
    color: #000000
}

.inner-about-founder .founder-box .founder-info .info .word::before {
    content: '';
    width: 2.5em;
    height: 1px;
    margin-right: .5em;
    display: inline-block;
    background: currentColor;
    vertical-align: middle;
    opacity: .2
}

.inner-about-founder .founder-box .images {
    width: 38%;
    max-width: 569px;
    height: auto;
    margin-top: var(--spacing-60);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    overflow: hidden
}

.inner-about-founder .founder-box .images img {
    width: 100%
}

@media (max-width:1600px) {
    .inner-about-founder .founder-box .founder-info .headline .active {
        transform: translateX(-50%)
    }
}

@media (max-width:1440px) {
    .inner-about-founder .founder-box .founder-info .headline .active {
        transform: translateX(-30%)
    }
}

@media (max-width:768px) {
    .inner-about-founder .founder-box {
        display: block;
        padding: 60px 0 0
    }

    .inner-about-founder .founder-box .founder-info {
        width: 100%;
        padding: 0
    }

    .inner-about-founder .founder-box .founder-info .headline .active {
        transform: translateX(-15%)
    }

    .inner-about-founder .founder-box .founder-info .info {
        padding: 0
    }

    .inner-about-founder .founder-box .images {
        width: 80%;
        margin: 50px auto 0
    }
}

.inner-about-founder .images-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    font-size: 0;
    overflow: hidden
}

.inner-about-founder .images-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.inner-about-alert {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 5;
    background: #FFFFFF;
    overflow: hidden
}

.inner-about-alert .about-box {
    width: 100%;
    height: auto;
    max-width: 1440px;
    margin: 0 auto;
    padding: var(--spacing-120) 0
}

.inner-about-alert .about-box .menu-box {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.inner-about-alert .about-box .menu-box .item {
    width: 100%;
    height: auto;
    flex: 1;
    position: relative;
    z-index: 1;
    cursor: pointer;
    overflow: hidden
}

.inner-about-alert .about-box .menu-box .item .images {
    width: 100%;
    height: auto;
    overflow: hidden
}

.inner-about-alert .about-box .menu-box .item .images .pb {
    padding-bottom: 62.93706294%
}

.inner-about-alert .about-box .menu-box .item .images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.inner-about-alert .about-box .menu-box .item .info {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    padding: var(--spacing-60) var(--spacing-50);
    overflow: hidden
}

.inner-about-alert .about-box .menu-box .item .info .classify {
    width: 100%;
    height: auto;
    font-size: var(--font16);
    color: #666666
}

.inner-about-alert .about-box .menu-box .item .info .title {
    width: 45%;
    height: auto;
    min-height: calc(3em * 1.5);
    margin-top: var(--spacing-20);
    font-size: var(--font24);
    color: #333333;
    line-height: 1.5
}

.inner-about-alert .about-box .menu-box .item .info .more {
    width: 100%;
    height: auto;
    margin-top: var(--spacing-30);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline;
    font-size: var(--font14);
    color: #333333
}

.inner-about-alert .about-box .menu-box .item .info .more svg {
    width: 5px;
    height: 10px;
    margin-left: 10px;
    font-size: 0;
    fill: currentColor;
    vertical-align: middle
}

.inner-about-alert .about-box .menu-box .item:hover .images img {
    transform: scale(1.05)
}

.inner-about-alert .about-box .menu-box .item+.item {
    margin-left: 10px
}

@media (max-width:768px) {
    .inner-about-alert .about-box .menu-box {
        display: block
    }

    .inner-about-alert .about-box .menu-box .item+.item {
        margin: 10px 0 0
    }
}

.inner-about-alert .about-box .tips-text {
    width: 100%;
    height: auto;
    margin-top: 20px;
    font-size: 6px;
    color: #999999;
    line-height: 1.5
}

.alert-about-goods {
    width: 100%;
    height: var(--vh);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    background: rgba(0, 0, 0, 0.5);
    transform: translateX(100%);
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
    overflow: hidden
}

.alert-about-goods.active {
    transform: translateZ(0)
}

.alert-about-goods .alert-box {
    width: 100%;
    height: var(--vh);
    position: relative;
    z-index: 5;
    padding: var(--spacing-60) 0 var(--spacing-120);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    overflow: hidden
}

.alert-about-goods .alert-box .alert-head {
    width: 100%;
    height: auto
}

.alert-about-goods .alert-box .alert-head .info-box {
    width: 88.89%;
    height: auto;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.alert-about-goods .alert-box .alert-head .info-box .title {
    width: 100%;
    height: auto;
    flex: 1;
    font-weight: bold;
    font-size: var(--font14);
    color: #000000
}

.alert-about-goods .alert-box .alert-head .info-box .close {
    width: 60px;
    height: 60px;
    transform: translateX(100%);
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.15);
    cursor: pointer;
    position: relative;
    z-index: 1;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    overflow: hidden
}

@media (max-width:1600px) {
    .alert-about-goods .alert-box .alert-head .info-box .close {
        width: 54px;
        height: 54px
    }
}

@media (max-width:1280px) {
    .alert-about-goods .alert-box .alert-head .info-box .close {
        width: 48px;
        height: 48px
    }
}

@media (max-width:1024px) {
    .alert-about-goods .alert-box .alert-head .info-box .close {
        width: 44px;
        height: 44px
    }
}

@media (max-width:768px) {
    .alert-about-goods .alert-box .alert-head .info-box .close {
        width: 36px;
        height: 36px
    }
}

.alert-about-goods .alert-box .alert-head .info-box .close::before,
.alert-about-goods .alert-box .alert-head .info-box .close::after {
    content: '';
    width: 30%;
    height: 30%;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%) rotate(45deg);
    background: #FFFFFF
}

.alert-about-goods .alert-box .alert-head .info-box .close::before {
    width: 1px
}

.alert-about-goods .alert-box .alert-head .info-box .close::after {
    height: 1px
}

.alert-about-goods .alert-box .alert-head .info-box .close:hover {
    background: #DED4BE
}

.alert-about-goods .alert-box .alert-main {
    width: 100%;
    height: 100%;
    flex: 1;
    margin-top: var(--spacing-80);
    padding-bottom: var(--spacing-120);
    position: relative;
    z-index: 1;
    overflow: hidden
}

.alert-about-goods .alert-box .alert-main .container {
    height: 100%
}

.alert-about-goods .alert-box .alert-main .swiper-box {
    width: 88.89%;
    height: 100%;
    margin: 0 auto
}

.alert-about-goods .alert-box .alert-main .swiper-box .swiper-slide {
    width: auto;
    height: auto
}

.alert-about-goods .alert-box .alert-main .swiper-box .swiper-slide .first-info {
    width: 100%;
    height: auto
}

.alert-about-goods .alert-box .alert-main .swiper-box .swiper-slide .first-info .title {
    width: 100%;
    height: auto;
    font-size: var(--font36);
    color: #000000;
    line-height: 1.389
}

.alert-about-goods .alert-box .alert-main .swiper-box .swiper-slide .first-info .tips {
    width: 100%;
    height: auto;
    margin-top: 1em;
    font-size: var(--font14);
    color: #333333
}

.alert-about-goods .alert-box .alert-main .swiper-box .swiper-slide .first-info .move-box {
    width: 100%;
    height: auto;
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: var(--font14);
    color: #666666;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.alert-about-goods .alert-box .alert-main .swiper-box .swiper-slide .first-info .move-box .icon {
    width: 60px;
    height: auto;
    margin-right: 1em
}

@media (max-width:1600px) {
    .alert-about-goods .alert-box .alert-main .swiper-box .swiper-slide .first-info .move-box .icon {
        width: 54px
    }
}

@media (max-width:1280px) {
    .alert-about-goods .alert-box .alert-main .swiper-box .swiper-slide .first-info .move-box .icon {
        width: 48px
    }
}

@media (max-width:1024px) {
    .alert-about-goods .alert-box .alert-main .swiper-box .swiper-slide .first-info .move-box .icon {
        width: 44px
    }
}

@media (max-width:768px) {
    .alert-about-goods .alert-box .alert-main .swiper-box .swiper-slide .first-info .move-box .icon {
        width: 36px
    }
}

.alert-about-goods .alert-box .alert-main .swiper-box .swiper-slide:first-child {
    margin-right: var(--spacing-120)
}

.alert-about-goods .alert-box .alert-main .swiper-box .swiper-slide:first-child~.swiper-slide {
    width: 42%;
    padding-top: calc(2 * var(--font36))
}

.alert-about-goods .alert-box .alert-main .swiper-box .swiper-slide:nth-child(2n)+.swiper-slide {
    padding-bottom: calc(2 * var(--font36))
}

.alert-about-goods .alert-box .alert-main .swiper-box .swiper-slide:nth-child(2n) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end
}

.alert-about-goods .alert-box .alert-main .swiper-box .swiper-slide:nth-child(2)~.swiper-slide {
    margin-left: 20px
}

.alert-about-goods .alert-box .alert-main .swiper-box .swiper-slide:nth-child(2)~.swiper-slide .info-box {
    padding-left: 30px;
    border-left: 1px solid rgba(219, 218, 216, 0.5)
}

.alert-about-goods .alert-box .alert-main .swiper-box .swiper-slide .info-box {
    width: 100%;
    height: auto;
    max-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    overflow: hidden
}

.alert-about-goods .alert-box .alert-main .swiper-box .swiper-slide .info-box .year {
    width: 100%;
    height: auto;
    font-family: 'Montserrat', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    font-weight: bold;
    font-size: var(--font40);
    color: #DED4BE;
    line-height: 1
}

.alert-about-goods .alert-box .alert-main .swiper-box .swiper-slide .info-box .menu {
    width: 100%;
    height: auto;
    flex: 1;
    margin-top: var(--spacing-20);
    padding-right: 10px;
    overflow: hidden;
    overflow-y: auto
}

.alert-about-goods .alert-box .alert-main .swiper-box .swiper-slide .info-box .menu .one {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    overflow: hidden
}

.alert-about-goods .alert-box .alert-main .swiper-box .swiper-slide .info-box .menu .one p {
    font-size: var(--font14);
    line-height: 1.5
}

.alert-about-goods .alert-box .alert-main .swiper-box .swiper-slide .info-box .menu .one .active-1 {
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-right: .8em;
    color: #000000
}

.alert-about-goods .alert-box .alert-main .swiper-box .swiper-slide .info-box .menu .one .active-1::after {
    content: '';
    width: 100%;
    min-width: 2em;
    height: 0;
    flex: 1;
    margin-left: .8em;
    position: relative;
    z-index: 1;
    top: .75em;
    border-top: 1px dashed #DDDDDD
}

.alert-about-goods .alert-box .alert-main .swiper-box .swiper-slide .info-box .menu .one .active-2 {
    max-width: 35%;
    color: #666666;
    text-align: right
}

.alert-about-goods .alert-box .alert-main .swiper-box .swiper-slide .info-box .menu .one+.one {
    margin-top: 10px
}

.alert-about-goods .alert-box .alert-main .swiper-box:hover .swiper-slide .first-info .move-box {
    opacity: 0
}

.alert-about-goods .alert-box .alert-main .pager-box {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0
}

.alert-about-goods .alert-box .alert-main .pager-box .pager {
    width: 50%;
    max-width: 640px;
    height: 3px;
    margin: 0 auto;
    background: rgba(205, 196, 180, 0.1)
}

.alert-about-goods .alert-box .alert-main .pager-box .pager * {
    background: #000000
}

@media (max-width:1600px) {
    .alert-about-goods .alert-box .alert-main .swiper-box .swiper-slide:first-child~.swiper-slide {
        width: 50%
    }
}

@media (max-width:1280px) {
    .alert-about-goods .alert-box {
        padding-bottom: 40px
    }

    .alert-about-goods .alert-box .alert-head .info-box {
        width: 100%
    }

    .alert-about-goods .alert-box .alert-head .info-box .close {
        transform: translateZ(0)
    }

    .alert-about-goods .alert-box .alert-main {
        padding-bottom: 40px
    }

    .alert-about-goods .alert-box .alert-main .swiper-box {
        width: 100%
    }

    .alert-about-goods .alert-box .alert-main .swiper-box .swiper-slide:first-child~.swiper-slide {
        width: 55%
    }

    .alert-about-goods .alert-box .alert-main .swiper-box .swiper-slide:nth-child(2)~.swiper-slide .info-box {
        padding-left: 30px
    }
}

@media (max-width:1024px) {
    .alert-about-goods .alert-box .alert-main .swiper-box .swiper-slide:first-child~.swiper-slide {
        width: 60%
    }
}

@media (max-width:991px) {
    .alert-about-goods .alert-box .alert-main {
        padding: 0
    }

    .alert-about-goods .alert-box .alert-main .container {
        padding: 0
    }

    .alert-about-goods .alert-box .alert-main .swiper-box {
        padding: 0 20px;
        overflow-y: auto
    }

    .alert-about-goods .alert-box .alert-main .swiper-box .swiper-wrapper {
        display: block
    }

    .alert-about-goods .alert-box .alert-main .swiper-box .swiper-wrapper .swiper-slide {
        width: 100% !important;
        margin: 0;
        padding-bottom: 0 !important
    }

    .alert-about-goods .alert-box .alert-main .swiper-box .swiper-wrapper .swiper-slide .first-info .move-box {
        display: none
    }

    .alert-about-goods .alert-box .alert-main .swiper-box .swiper-wrapper .swiper-slide:nth-child(2)~.swiper-slide {
        margin: 0
    }

    .alert-about-goods .alert-box .alert-main .swiper-box .swiper-wrapper .swiper-slide:nth-child(2)~.swiper-slide .info-box {
        padding: 30px 0 0;
        border-top: 1px solid rgba(219, 218, 216, 0.5);
        border-left: 0
    }
}

@media (max-width:768px) {
    .alert-about-goods .alert-box .alert-main .swiper-box .swiper-slide:first-child~.swiper-slide {
        width: 100%
    }

    .alert-about-goods .alert-box .alert-main .swiper-box .swiper-slide:nth-child(2n) {
        display: block
    }
}

.alert-about-goods .images-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    overflow: hidden
}

.alert-about-goods .images-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.alert-about-fashion {
    width: 100%;
    height: var(--vh);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    background: rgba(0, 0, 0, 0.5);
    transform: translateX(100%);
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
    overflow: hidden
}

.alert-about-fashion.active {
    transform: translateZ(0)
}

.alert-about-fashion .alert-box {
    width: 100%;
    height: var(--vh);
    position: relative;
    z-index: 5;
    margin: 0 auto;
    padding: var(--spacing-60) 0 var(--spacing-120);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.alert-about-fashion .alert-box .alert-head {
    width: 100%;
    height: auto
}

.alert-about-fashion .alert-box .alert-head .info-box {
    width: 88.89%;
    height: auto;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.alert-about-fashion .alert-box .alert-head .info-box .title {
    width: 100%;
    height: auto;
    flex: 1;
    font-weight: bold;
    font-size: var(--font14);
    color: #000000
}

.alert-about-fashion .alert-box .alert-head .info-box .close {
    width: 60px;
    height: 60px;
    transform: translateX(100%);
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.15);
    cursor: pointer;
    position: relative;
    z-index: 1;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    overflow: hidden
}

@media (max-width:1600px) {
    .alert-about-fashion .alert-box .alert-head .info-box .close {
        width: 54px;
        height: 54px
    }
}

@media (max-width:1280px) {
    .alert-about-fashion .alert-box .alert-head .info-box .close {
        width: 48px;
        height: 48px
    }
}

@media (max-width:1024px) {
    .alert-about-fashion .alert-box .alert-head .info-box .close {
        width: 44px;
        height: 44px
    }
}

@media (max-width:768px) {
    .alert-about-fashion .alert-box .alert-head .info-box .close {
        width: 36px;
        height: 36px
    }
}

.alert-about-fashion .alert-box .alert-head .info-box .close::before,
.alert-about-fashion .alert-box .alert-head .info-box .close::after {
    content: '';
    width: 30%;
    height: 30%;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%) rotate(45deg);
    background: #FFFFFF
}

.alert-about-fashion .alert-box .alert-head .info-box .close::before {
    width: 1px
}

.alert-about-fashion .alert-box .alert-head .info-box .close::after {
    height: 1px
}

.alert-about-fashion .alert-box .alert-head .info-box .close:hover {
    background: #DED4BE
}

.alert-about-fashion .alert-box .alert-main {
    width: 100%;
    height: 100%;
    flex: 1;
    margin-top: var(--spacing-80);
    padding-bottom: var(--spacing-120);
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    overflow: hidden
}

.alert-about-fashion .alert-box .alert-main .container {
    height: 100%
}

.alert-about-fashion .alert-box .alert-main .swiper-box {
    width: 88.89%;
    height: 100%;
    margin: 0 auto
}

.alert-about-fashion .alert-box .alert-main .swiper-box .swiper-slide {
    width: auto;
    height: auto;
    margin-right: var(--spacing-60);
    font-size: var(--font36);
    overflow: hidden
}

.alert-about-fashion .alert-box .alert-main .swiper-box .swiper-slide .first-info {
    width: 100%;
    height: auto
}

.alert-about-fashion .alert-box .alert-main .swiper-box .swiper-slide .first-info .title {
    width: 100%;
    height: auto;
    font-size: var(--font36);
    color: #000000;
    line-height: 1.389
}

.alert-about-fashion .alert-box .alert-main .swiper-box .swiper-slide .first-info .tips {
    width: 100%;
    height: auto;
    margin-top: 1em;
    font-size: var(--font14);
    color: #333333
}

.alert-about-fashion .alert-box .alert-main .swiper-box .swiper-slide .first-info .move-box {
    width: 100%;
    height: auto;
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: var(--font14);
    color: #666666;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.alert-about-fashion .alert-box .alert-main .swiper-box .swiper-slide .first-info .move-box .icon {
    width: 60px;
    height: auto;
    margin-right: 1em
}

@media (max-width:1600px) {
    .alert-about-fashion .alert-box .alert-main .swiper-box .swiper-slide .first-info .move-box .icon {
        width: 54px
    }
}

@media (max-width:1280px) {
    .alert-about-fashion .alert-box .alert-main .swiper-box .swiper-slide .first-info .move-box .icon {
        width: 48px
    }
}

@media (max-width:1024px) {
    .alert-about-fashion .alert-box .alert-main .swiper-box .swiper-slide .first-info .move-box .icon {
        width: 44px
    }
}

@media (max-width:768px) {
    .alert-about-fashion .alert-box .alert-main .swiper-box .swiper-slide .first-info .move-box .icon {
        width: 36px
    }
}

.alert-about-fashion .alert-box .alert-main .swiper-box .swiper-slide:first-child {
    margin-right: var(--spacing-120)
}

.alert-about-fashion .alert-box .alert-main .swiper-box .swiper-slide:first-child~.swiper-slide {
    width: 50%;
    max-width: 400px;
    padding-top: calc(2em * 1.389)
}

.alert-about-fashion .alert-box .alert-main .swiper-box .swiper-slide .info-box {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end
}

.alert-about-fashion .alert-box .alert-main .swiper-box .swiper-slide .info-box .img {
    width: 50%;
    max-width: 250px;
    height: auto;
    overflow: hidden
}

.alert-about-fashion .alert-box .alert-main .swiper-box .swiper-slide .info-box .img .pb {
    padding-bottom: 152%
}

.alert-about-fashion .alert-box .alert-main .swiper-box .swiper-slide .info-box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.alert-about-fashion .alert-box .alert-main .swiper-box .swiper-slide .info-box .info {
    width: 100%;
    height: auto;
    flex: 1;
    margin-left: 20px;
    padding-bottom: 20px
}

.alert-about-fashion .alert-box .alert-main .swiper-box .swiper-slide .info-box .info .title {
    width: 100%;
    height: auto;
    font-size: var(--font18);
    color: #000000
}

.alert-about-fashion .alert-box .alert-main .swiper-box .swiper-slide .info-box .info .details {
    width: 100%;
    height: auto;
    margin-top: 10px;
    font-size: var(--font14);
    color: #000000;
    line-height: 1.71;
    opacity: .5
}

.alert-about-fashion .alert-box .alert-main .swiper-box .swiper-slide:nth-child(3n) {
    max-width: 250px !important;
    margin-right: var(--spacing-160);
    padding-top: 1.389em !important
}

.alert-about-fashion .alert-box .alert-main .swiper-box .swiper-slide:nth-child(3n) .info-box {
    display: block
}

.alert-about-fashion .alert-box .alert-main .swiper-box .swiper-slide:nth-child(3n) .info-box .img {
    width: 100%
}

.alert-about-fashion .alert-box .alert-main .swiper-box .swiper-slide:nth-child(3n) .info-box .img .pb {
    padding-bottom: 77.07509881%
}

.alert-about-fashion .alert-box .alert-main .swiper-box .swiper-slide:nth-child(3n) .info-box .info {
    margin: 20px 0 0;
    padding: 0
}

.alert-about-fashion .alert-box .alert-main .swiper-box .swiper-slide:nth-child(3n + 1) .info-box {
    height: 100%
}

.alert-about-fashion .alert-box .alert-main .swiper-box .swiper-slide:nth-child(3n + 1) .info-box .img {
    max-width: 200px
}

.alert-about-fashion .alert-box .alert-main .swiper-box .swiper-slide:nth-child(3n + 1) .info-box .img .pb {
    padding-bottom: 140%
}

.alert-about-fashion .alert-box .alert-main .swiper-box .swiper-slide.is-active {
    margin-right: var(--spacing-60) !important;
    padding: var(--spacing-60) 0 !important
}

.alert-about-fashion .alert-box .alert-main .swiper-box .swiper-slide.is-active .info-box {
    height: 100%;
    padding: 20px 0 20px 20px;
    display: block;
    border-left: 1px solid #EEEEEE
}

.alert-about-fashion .alert-box .alert-main .swiper-box .swiper-slide.is-active .info-box .img {
    display: none
}

.alert-about-fashion .alert-box .alert-main .swiper-box .swiper-slide.is-active .info-box .info {
    margin: 0;
    padding: 0
}

.alert-about-fashion .alert-box .alert-main .swiper-box .swiper-slide.is-active .info-box .info+.info {
    margin-top: 20px
}

.alert-about-fashion .alert-box .alert-main .swiper-box:hover .swiper-slide .first-info .move-box {
    opacity: 0
}

.alert-about-fashion .alert-box .alert-main .pager-box {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0
}

.alert-about-fashion .alert-box .alert-main .pager-box .pager {
    width: 50%;
    max-width: 640px;
    height: 3px;
    margin: 0 auto;
    background: rgba(205, 196, 180, 0.1)
}

.alert-about-fashion .alert-box .alert-main .pager-box .pager * {
    background: #000000
}

@media (max-width:1280px) {
    .alert-about-fashion .alert-box {
        padding-bottom: 40px
    }

    .alert-about-fashion .alert-box .alert-head .info-box {
        width: 100%
    }

    .alert-about-fashion .alert-box .alert-head .info-box .close {
        transform: translateZ(0)
    }

    .alert-about-fashion .alert-box .alert-main {
        padding-bottom: 40px
    }

    .alert-about-fashion .alert-box .alert-main .swiper-box {
        width: 100%
    }
}

@media (max-width:991px) {
    .alert-about-fashion .alert-box .alert-main {
        padding: 0
    }

    .alert-about-fashion .alert-box .alert-main .container {
        padding: 0
    }

    .alert-about-fashion .alert-box .alert-main .swiper-box {
        padding: 0 20px;
        overflow-y: auto
    }

    .alert-about-fashion .alert-box .alert-main .swiper-box .swiper-wrapper {
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between
    }

    .alert-about-fashion .alert-box .alert-main .swiper-box .swiper-wrapper .swiper-slide {
        width: calc(50% - 10px) !important;
        max-width: 100% !important;
        margin: 0;
        padding: 0 !important;
        flex-shrink: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        -webkit-align-items: flex-end;
        align-items: flex-end
    }

    .alert-about-fashion .alert-box .alert-main .swiper-box .swiper-wrapper .swiper-slide .first-info .move-box {
        display: none
    }

    .alert-about-fashion .alert-box .alert-main .swiper-box .swiper-wrapper .swiper-slide .info-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex
    }

    .alert-about-fashion .alert-box .alert-main .swiper-box .swiper-wrapper .swiper-slide .info-box .img {
        width: 50%;
        max-width: 50%
    }

    .alert-about-fashion .alert-box .alert-main .swiper-box .swiper-wrapper .swiper-slide .info-box .info {
        margin: 0 0 0 15px;
        padding: 0
    }

    .alert-about-fashion .alert-box .alert-main .swiper-box .swiper-wrapper .swiper-slide:first-child {
        width: 100% !important
    }

    .alert-about-fashion .alert-box .alert-main .swiper-box .swiper-wrapper .swiper-slide:first-child~.swiper-slide {
        margin-top: 30px
    }

    .alert-about-fashion .alert-box .alert-main .swiper-box .swiper-wrapper .swiper-slide.is-active {
        width: 100% !important;
        margin-right: 0 !important
    }

    .alert-about-fashion .alert-box .alert-main .swiper-box .swiper-wrapper .swiper-slide.is-active .info-box {
        padding: 15px 0 !important;
        display: block
    }
}

@media (max-width:640px) {
    .alert-about-fashion .alert-box .alert-main {
        padding: 0
    }

    .alert-about-fashion .alert-box .alert-main .container {
        padding: 0
    }

    .alert-about-fashion .alert-box .alert-main .swiper-box {
        padding: 0 20px;
        overflow-y: auto
    }

    .alert-about-fashion .alert-box .alert-main .swiper-box .swiper-wrapper {
        display: block
    }

    .alert-about-fashion .alert-box .alert-main .swiper-box .swiper-wrapper .swiper-slide {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0;
        padding: 0 !important;
        flex-shrink: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex
    }

    .alert-about-fashion .alert-box .alert-main .swiper-box .swiper-wrapper .swiper-slide .first-info .move-box {
        display: none
    }

    .alert-about-fashion .alert-box .alert-main .swiper-box .swiper-wrapper .swiper-slide .info-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start
    }

    .alert-about-fashion .alert-box .alert-main .swiper-box .swiper-wrapper .swiper-slide .info-box .img {
        width: 50%;
        max-width: 50%
    }

    .alert-about-fashion .alert-box .alert-main .swiper-box .swiper-wrapper .swiper-slide .info-box .info {
        margin: 0 0 0 15px;
        padding: 0
    }

    .alert-about-fashion .alert-box .alert-main .swiper-box .swiper-wrapper .swiper-slide:first-child {
        width: 100% !important
    }

    .alert-about-fashion .alert-box .alert-main .swiper-box .swiper-wrapper .swiper-slide:first-child~.swiper-slide {
        margin-top: 20px
    }
}

.alert-about-fashion .images-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    overflow: hidden
}

.alert-about-fashion .images-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.inner-about-dizhuang {
    width: 100%;
    height: auto;
    padding-top: var(--header-height);
    overflow: hidden;
    --this-color: #EAC197
}

.inner-about-dizhuang .about-box {
    width: 100%;
    height: auto;
    max-width: 1400px;
    margin: 0 auto;
    padding: var(--spacing-80) 0 var(--spacing-140)
}

.inner-about-dizhuang .about-box .about-item {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1
}

.inner-about-dizhuang .about-box .about-item .dz-headline {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    font-weight: bold;
    font-size: var(--font30);
    color: #000000;
    line-height: 1.5
}

.inner-about-dizhuang .about-box .about-item .dz-headline::before {
    content: '“';
    width: auto;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    font-family: 'NewYork', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    transform-origin: left top;
    transform: translate(-0.05em, -0.22em);
    font-weight: normal;
    font-size: var(--font200);
    color: var(--this-color);
    line-height: 1
}

.inner-about-dizhuang .about-box .about-item-1 .headline {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.inner-about-dizhuang .about-box .about-item-1 .headline .info {
    width: auto;
    height: auto;
    margin: 0 0 -0.55em;
    position: relative;
    z-index: 1;
    font-size: var(--font200)
}

.inner-about-dizhuang .about-box .about-item-1 .headline .info .icon {
    width: auto;
    max-width: .35em;
    height: auto;
    position: absolute;
    right: 1.5ch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transform: translate(30%, -50%)
}

.inner-about-dizhuang .about-box .about-item-1 .headline .info .icon img {
    display: block
}

.inner-about-dizhuang .about-box .about-item-1 .headline .info .word {
    width: auto;
    height: auto;
    font-family: 'NewYork', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    color: var(--this-color);
    line-height: 1
}

.inner-about-dizhuang .about-box .about-item-1 .menu-box {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    font-size: var(--font200)
}

.inner-about-dizhuang .about-box .about-item-1 .menu-box .info-left {
    width: 100%;
    height: auto;
    flex: 1;
    padding-top: .55em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    overflow: hidden
}

.inner-about-dizhuang .about-box .about-item-1 .menu-box .info-left .info {
    width: 100%;
    max-width: 286px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.inner-about-dizhuang .about-box .about-item-1 .menu-box .info-left .info .details {
    width: 100%;
    height: auto;
    padding: var(--spacing-50) .75em var(--spacing-20);
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-family: 'NewYork', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    font-size: var(--font14);
    color: #000000;
    line-height: 1.71
}

.inner-about-dizhuang .about-box .about-item-1 .menu-box .info-left .info .img {
    width: 100%;
    height: auto;
    overflow: hidden
}

.inner-about-dizhuang .about-box .about-item-1 .menu-box .info-left .info .img .pb {
    padding-bottom: 76.92307692%
}

.inner-about-dizhuang .about-box .about-item-1 .menu-box .info-left .info .img .ab {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end
}

.inner-about-dizhuang .about-box .about-item-1 .menu-box .info-left .info .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.inner-about-dizhuang .about-box .about-item-1 .menu-box .info-center {
    width: 44.85714286%;
    max-width: 628px;
    height: auto;
    margin: 0 var(--spacing-20)
}

.inner-about-dizhuang .about-box .about-item-1 .menu-box .info-center .img {
    width: 100%;
    height: auto;
    overflow: hidden
}

.inner-about-dizhuang .about-box .about-item-1 .menu-box .info-center .img .pb {
    padding-bottom: 128.98089172%
}

.inner-about-dizhuang .about-box .about-item-1 .menu-box .info-center .img .ab {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end
}

.inner-about-dizhuang .about-box .about-item-1 .menu-box .info-right {
    width: 100%;
    height: auto;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    padding-bottom: 1em
}

.inner-about-dizhuang .about-box .about-item-1 .menu-box .info-right .details {
    width: 100%;
    max-width: 286px;
    height: auto;
    font-size: var(--font30);
    color: #000000;
    line-height: 1.5
}

.inner-about-dizhuang .about-box .about-item-1 .menu-box .info-right .details p+p {
    margin-top: .5em
}

@media (max-width:991px) {
    .inner-about-dizhuang .about-box .about-item-1 .menu-box .info-center {
        width: 55%
    }
}

@media (max-width:768px) {
    .inner-about-dizhuang .about-box .about-item-1 .menu-box {
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        overflow: hidden
    }

    .inner-about-dizhuang .about-box .about-item-1 .menu-box .info-left {
        width: 65%;
        flex: 0 0 auto;
        order: 2;
        padding: 30px 0 0
    }

    .inner-about-dizhuang .about-box .about-item-1 .menu-box .info-left .info {
        width: 100%;
        max-width: 100%;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row
    }

    .inner-about-dizhuang .about-box .about-item-1 .menu-box .info-left .info .details {
        width: 100%;
        flex: 1;
        margin-right: 10px;
        padding: 0
    }

    .inner-about-dizhuang .about-box .about-item-1 .menu-box .info-left .info .img {
        width: 40%;
        max-width: 286px;
        -webkit-box-self: end;
        -ms-align-self: end;
        -webkit-align-self: end;
        align-self: end
    }

    .inner-about-dizhuang .about-box .about-item-1 .menu-box .info-center {
        width: 100%;
        max-width: 100%;
        margin: 0;
        overflow: hidden
    }

    .inner-about-dizhuang .about-box .about-item-1 .menu-box .info-center .img {
        width: 70%;
        margin: 0 auto
    }

    .inner-about-dizhuang .about-box .about-item-1 .menu-box .info-right {
        width: auto;
        flex: 0 0 auto;
        order: 3;
        padding: 30px 0 0
    }
}

@media (max-width:480px) {
    .inner-about-dizhuang .about-box .about-item-1 .headline .info {
        margin: 0 0 -0.3em
    }

    .inner-about-dizhuang .about-box .about-item-1 .headline .info .word {
        font-size: 80px
    }

    .inner-about-dizhuang .about-box .about-item-1 .menu-box .info-left {
        width: 100%
    }

    .inner-about-dizhuang .about-box .about-item-1 .menu-box .info-center .img {
        width: 90%
    }
}

.inner-about-dizhuang .about-box .about-item-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: var(--spacing-180)
}

.inner-about-dizhuang .about-box .about-item-2 .info-left {
    width: 37.57142857%;
    max-width: 526px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.inner-about-dizhuang .about-box .about-item-2 .info-left .info {
    width: 100%;
    height: auto;
    flex: 1
}

.inner-about-dizhuang .about-box .about-item-2 .info-left .info .details {
    width: 100%;
    height: auto;
    margin-top: var(--spacing-70);
    font-size: var(--font16);
    color: #000000;
    line-height: 1.625
}

.inner-about-dizhuang .about-box .about-item-2 .info-left .info .details p+p {
    margin-top: var(--spacing-50)
}

.inner-about-dizhuang .about-box .about-item-2 .info-left .img {
    width: 100%;
    height: auto;
    margin-top: var(--spacing-50);
    overflow: hidden
}

.inner-about-dizhuang .about-box .about-item-2 .info-left .img .pb {
    padding-bottom: 57.03422053%
}

.inner-about-dizhuang .about-box .about-item-2 .info-left .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.inner-about-dizhuang .about-box .about-item-2 .info-right {
    width: 42.85714286%;
    max-width: 600px;
    height: auto;
    -webkit-box-self: end;
    -ms-align-self: end;
    -webkit-align-self: end;
    align-self: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    z-index: 1
}

.inner-about-dizhuang .about-box .about-item-2 .info-right .word {
    width: 0;
    height: auto;
    transform: translateX(-1em);
    text-align: center;
    font-family: 'NewYork', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    font-size: var(--font150);
    color: var(--this-color);
    writing-mode: vertical-lr;
    white-space: nowrap;
    line-height: 1
}

.inner-about-dizhuang .about-box .about-item-2 .info-right .img {
    width: 100%;
    height: auto;
    overflow: hidden
}

.inner-about-dizhuang .about-box .about-item-2 .info-right .img .pb {
    padding-bottom: 150.83%
}

.inner-about-dizhuang .about-box .about-item-2 .info-right .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media (max-width:768px) {
    .inner-about-dizhuang .about-box .about-item-2 {
        -webkit-box-orient: vertical;
        -ms-flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .inner-about-dizhuang .about-box .about-item-2 .info-left {
        width: 100%;
        max-width: 100%;
        margin-top: 30px;
        -webkit-box-align: end;
        -ms-flex-align: end;
        -webkit-align-items: flex-end;
        align-items: flex-end
    }

    .inner-about-dizhuang .about-box .about-item-2 .info-left .info {
        width: 100%;
        height: auto
    }

    .inner-about-dizhuang .about-box .about-item-2 .info-left .info .dz-headline {
        width: 100%
    }

    .inner-about-dizhuang .about-box .about-item-2 .info-left .info .details {
        width: 100%;
        margin-top: 20px
    }

    .inner-about-dizhuang .about-box .about-item-2 .info-left .img {
        width: 75%
    }

    .inner-about-dizhuang .about-box .about-item-2 .info-right {
        width: 80%
    }
}

@media (max-width:480px) {
    .inner-about-dizhuang .about-box .about-item-2 .info-right .word {
        font-size: 60px
    }
}

.inner-about-dizhuang .about-box .about-item-3 {
    margin-top: var(--spacing-120)
}

.inner-about-dizhuang .about-box .about-item-3 .info-img {
    width: 100%;
    height: auto
}

.inner-about-dizhuang .about-box .about-item-3 .info-img .headline {
    width: 100%;
    height: auto;
    margin: 0 0 -0.48em;
    text-align: center;
    font-family: 'NewYork', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    font-size: var(--spacing-150);
    color: var(--this-color);
    line-height: 1.25
}

.inner-about-dizhuang .about-box .about-item-3 .info-img .img {
    width: 100%;
    height: auto;
    font-size: 0;
    text-align: center;
    overflow: hidden
}

.inner-about-dizhuang .about-box .about-item-3 .info-box {
    width: 100%;
    height: auto;
    margin-top: var(--spacing-70);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.inner-about-dizhuang .about-box .about-item-3 .info-box .info {
    width: 100%;
    height: auto;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.inner-about-dizhuang .about-box .about-item-3 .info-box .info .dz-headline {
    width: auto
}

.inner-about-dizhuang .about-box .about-item-3 .info-box .details {
    width: 52%;
    height: auto;
    font-size: var(--font16);
    color: #000000;
    line-height: 1.625;
    overflow: hidden
}

.inner-about-dizhuang .about-box .about-item-3 .info-box .details p+p {
    margin-top: var(--spacing-50)
}

@media (max-width:768px) {
    .inner-about-dizhuang .about-box .about-item-3 .info-box {
        display: block
    }

    .inner-about-dizhuang .about-box .about-item-3 .info-box .info {
        display: block
    }

    .inner-about-dizhuang .about-box .about-item-3 .info-box .details {
        width: 100%;
        margin: 15px 0 0;
        padding-left: 33.5px
    }
}

@media (max-width:480px) {
    .inner-about-dizhuang .about-box .about-item-3 .info-img .headline {
        font-size: 60px
    }
}

.inner-about-dizhuang .about-box .about-item-4 {
    margin-top: var(--spacing-120)
}

.inner-about-dizhuang .about-box .about-item-4 .info-head {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.inner-about-dizhuang .about-box .about-item-4 .info-head .info-left {
    width: 47.85714286%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

.inner-about-dizhuang .about-box .about-item-4 .info-head .info-left .info {
    width: 59.10447761%;
    height: auto;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.inner-about-dizhuang .about-box .about-item-4 .info-head .info-left .info .word {
    width: 0;
    height: auto;
    position: relative;
    z-index: 1;
    right: var(--spacing-20);
    transform: translateX(-1em);
    font-family: 'NewYork', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    font-size: var(--font150);
    color: var(--this-color);
    writing-mode: vertical-lr;
    white-space: nowrap;
    line-height: 1
}

.inner-about-dizhuang .about-box .about-item-4 .info-head .info-left .info .img {
    width: 100%;
    height: auto;
    overflow: hidden
}

.inner-about-dizhuang .about-box .about-item-4 .info-head .info-left .info .img .pb {
    padding-bottom: 162.121%
}

.inner-about-dizhuang .about-box .about-item-4 .info-head .info-left .info .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.inner-about-dizhuang .about-box .about-item-4 .info-head .info-right {
    width: 49.28571429%;
    height: auto
}

.inner-about-dizhuang .about-box .about-item-4 .info-head .info-right .img {
    width: 76.8115942%;
    height: auto;
    overflow: hidden
}

.inner-about-dizhuang .about-box .about-item-4 .info-head .info-right .img .pb {
    padding-bottom: 142.26415094%
}

.inner-about-dizhuang .about-box .about-item-4 .info-head .info-right .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.inner-about-dizhuang .about-box .about-item-4 .info-body {
    width: 100%;
    height: auto;
    margin-top: var(--spacing-100);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.inner-about-dizhuang .about-box .about-item-4 .info-body .info-left {
    width: 47.85714286%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end
}

.inner-about-dizhuang .about-box .about-item-4 .info-body .info-left .dz-headline {
    width: auto
}

.inner-about-dizhuang .about-box .about-item-4 .info-body .info-left .img {
    width: 100%;
    height: auto;
    margin-top: var(--spacing-70);
    overflow: hidden
}

.inner-about-dizhuang .about-box .about-item-4 .info-body .info-left .img .pb {
    padding-bottom: 98.46153846%
}

.inner-about-dizhuang .about-box .about-item-4 .info-body .info-left .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.inner-about-dizhuang .about-box .about-item-4 .info-body .info-right {
    width: 49.28571429%;
    height: auto
}

.inner-about-dizhuang .about-box .about-item-4 .info-body .info-right .details {
    width: 76.8115942%;
    height: auto;
    padding-left: var(--spacing-50);
    font-size: var(--font16);
    color: #000000;
    line-height: 1.625;
    overflow: hidden
}

.inner-about-dizhuang .about-box .about-item-4 .info-body .info-right .details p+p {
    margin-top: var(--spacing-30)
}

.inner-about-dizhuang .about-box .about-item-4 .info-body .info-right .img {
    width: 100%;
    max-width: 650px;
    height: auto;
    margin-top: var(--spacing-70);
    overflow: hidden
}

.inner-about-dizhuang .about-box .about-item-4 .info-body .info-right .img .pb {
    padding-bottom: 98.46153846%
}

.inner-about-dizhuang .about-box .about-item-4 .info-body .info-right .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media (max-width:768px) {
    .inner-about-dizhuang .about-box .about-item-4 .info-head .info-left {
        width: calc(50% - 5px)
    }

    .inner-about-dizhuang .about-box .about-item-4 .info-head .info-left .info {
        width: 70%
    }

    .inner-about-dizhuang .about-box .about-item-4 .info-head .info-left .info .word {
        right: 0
    }

    .inner-about-dizhuang .about-box .about-item-4 .info-head .info-right {
        width: calc(50% - 5px)
    }

    .inner-about-dizhuang .about-box .about-item-4 .info-head .info-right .img {
        width: 100%
    }

    .inner-about-dizhuang .about-box .about-item-4 .info-body .info-left {
        width: calc(50% - 5px)
    }

    .inner-about-dizhuang .about-box .about-item-4 .info-body .info-right {
        width: calc(50% - 5px)
    }

    .inner-about-dizhuang .about-box .about-item-4 .info-body .info-right .details {
        width: 100%
    }
}

@media (max-width:640px) {
    .inner-about-dizhuang .about-box .about-item-4 .info-body {
        display: block
    }

    .inner-about-dizhuang .about-box .about-item-4 .info-body .info-left {
        width: 100%;
        display: block
    }

    .inner-about-dizhuang .about-box .about-item-4 .info-body .info-left .img {
        margin-top: 20px;
        padding-left: 10%
    }

    .inner-about-dizhuang .about-box .about-item-4 .info-body .info-right {
        width: 100%;
        margin-top: 20px;
        padding-left: 10%
    }

    .inner-about-dizhuang .about-box .about-item-4 .info-body .info-right .details {
        padding: 0
    }
}

@media (max-width:480px) {
    .inner-about-dizhuang .about-box .about-item-4 .info-head {
        display: block
    }

    .inner-about-dizhuang .about-box .about-item-4 .info-head .info-left {
        width: 100%
    }

    .inner-about-dizhuang .about-box .about-item-4 .info-head .info-left .info {
        width: 80%
    }

    .inner-about-dizhuang .about-box .about-item-4 .info-head .info-left .info .word {
        font-size: 60px
    }

    .inner-about-dizhuang .about-box .about-item-4 .info-head .info-right {
        width: 100%;
        margin: 10px 0 0;
        padding-right: 10%
    }
}

.inner-about-kouhong {
    width: 100%;
    height: auto;
    padding-top: var(--header-height);
    overflow: hidden;
    --this-color: #CE3642
}

.inner-about-kouhong .about-box {
    width: 100%;
    height: auto;
    max-width: 1440px;
    margin: 0 auto;
    padding: var(--spacing-140) 0
}

.inner-about-kouhong .about-box .about-item {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1
}

.inner-about-kouhong .about-box .about-item .dz-headline {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    font-weight: bold;
    font-size: var(--font30);
    color: #000000;
    line-height: 1.5
}

.inner-about-kouhong .about-box .about-item .dz-headline::before {
    content: '“';
    width: auto;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    font-family: 'NewYork', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    transform-origin: left top;
    transform: translate(-0.05em, -0.22em);
    font-weight: normal;
    font-size: var(--font200);
    color: var(--this-color);
    line-height: 1
}

.inner-about-kouhong .about-box .about-item-1 .headline {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    font-size: var(--font200)
}

.inner-about-kouhong .about-box .about-item-1 .headline .icon {
    width: auto;
    max-width: .35em;
    height: auto;
    position: absolute;
    left: 50%;
    bottom: .1em;
    transform: translateX(-50%)
}

.inner-about-kouhong .about-box .about-item-1 .headline .icon img {
    display: block
}

.inner-about-kouhong .about-box .about-item-1 .headline .word {
    width: 100%;
    height: auto;
    text-align: center;
    font-family: 'NewYork', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    color: var(--this-color);
    line-height: 1
}

.inner-about-kouhong .about-box .about-item-1 .details {
    width: 100%;
    height: auto;
    margin-top: var(--spacing-20);
    font-size: var(--font40);
    color: #000000
}

.inner-about-kouhong .about-box .about-item-1 .details p {
    position: relative;
    z-index: 1
}

.inner-about-kouhong .about-box .about-item-1 .details p:first-child {
    padding-right: 50%;
    text-align: right;
    left: 1em
}

.inner-about-kouhong .about-box .about-item-1 .details p:last-child {
    padding-left: 50%;
    left: -1em
}

.inner-about-kouhong .about-box .about-item-1 .menu-box {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: var(--spacing-40)
}

.inner-about-kouhong .about-box .about-item-1 .menu-box .info-left {
    width: 100%;
    height: auto;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    overflow: hidden
}

.inner-about-kouhong .about-box .about-item-1 .menu-box .info-left .img {
    width: 66.84491979%;
    height: auto;
    overflow: hidden
}

.inner-about-kouhong .about-box .about-item-1 .menu-box .info-left .img .pb {
    padding-bottom: 149.6%
}

.inner-about-kouhong .about-box .about-item-1 .menu-box .info-left .img .ab {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end
}

.inner-about-kouhong .about-box .about-item-1 .menu-box .info-left .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.inner-about-kouhong .about-box .about-item-1 .menu-box .info-center {
    width: 45.28571429%;
    max-width: 634px;
    height: auto;
    margin: 0 var(--spacing-20)
}

.inner-about-kouhong .about-box .about-item-1 .menu-box .info-center .img {
    width: 100%;
    height: auto;
    overflow: hidden
}

.inner-about-kouhong .about-box .about-item-1 .menu-box .info-center .img .pb {
    padding-bottom: 108.83280757%
}

.inner-about-kouhong .about-box .about-item-1 .menu-box .info-center .img .ab {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end
}

.inner-about-kouhong .about-box .about-item-1 .menu-box .info-right {
    width: 100%;
    height: auto;
    flex: 1
}

.inner-about-kouhong .about-box .about-item-1 .menu-box .info-right .img {
    width: 74.86631016%;
    height: auto;
    overflow: hidden
}

.inner-about-kouhong .about-box .about-item-1 .menu-box .info-right .img .pb {
    padding-bottom: 149.6%
}

.inner-about-kouhong .about-box .about-item-1 .menu-box .info-right .img .ab {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end
}

.inner-about-kouhong .about-box .about-item-1 .menu-box .info-right .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media (max-width:991px) {

    .inner-about-kouhong .about-box .about-item-1 .menu-box .info-left .img,
    .inner-about-kouhong .about-box .about-item-1 .menu-box .info-right .img {
        width: 100%
    }

    .inner-about-kouhong .about-box .about-item-1 .menu-box .info-center {
        width: 55%
    }
}

@media (max-width:768px) {

    .inner-about-kouhong .about-box .about-item-1 .menu-box .info-left .img,
    .inner-about-kouhong .about-box .about-item-1 .menu-box .info-right .img {
        width: 100%
    }

    .inner-about-kouhong .about-box .about-item-1 .menu-box .info-center {
        width: 60%;
        margin: 0 5px
    }
}

@media (max-width:480px) {
    .inner-about-kouhong .about-box .about-item-1 .headline {
        font-size: 80px
    }
}

.inner-about-kouhong .about-box .about-item-2 {
    margin-top: var(--spacing-30)
}

.inner-about-kouhong .about-box .about-item-2 .info-head {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.inner-about-kouhong .about-box .about-item-2 .info-head .info-left {
    width: 25%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.inner-about-kouhong .about-box .about-item-2 .info-head .info-left .headline {
    width: 1em;
    height: auto;
    font-family: 'NewYork', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    font-size: var(--font150);
    color: var(--this-color);
    writing-mode: vertical-lr;
    white-space: nowrap;
    line-height: 1
}

.inner-about-kouhong .about-box .about-item-2 .info-head .info-left .details {
    width: 100%;
    height: auto;
    margin-top: var(--spacing-30);
    font-size: var(--font16);
    color: #000000;
    line-height: 1.625
}

.inner-about-kouhong .about-box .about-item-2 .info-head .info-right {
    width: 72.361%;
    height: auto;
    overflow: hidden
}

.inner-about-kouhong .about-box .about-item-2 .info-head .info-right .info {
    width: 100%;
    height: auto
}

.inner-about-kouhong .about-box .about-item-2 .info-head .info-right .info .title {
    width: 100%;
    height: auto;
    font-weight: bold;
    font-size: var(--font30);
    color: var(--this-color);
    line-height: 1.5
}

.inner-about-kouhong .about-box .about-item-2 .info-head .info-right .info .details {
    width: 100%;
    height: auto;
    margin-top: var(--spacing-20);
    font-size: var(--font16);
    color: #000000;
    line-height: 1.625
}

.inner-about-kouhong .about-box .about-item-2 .info-head .info-right .img {
    width: 100%;
    height: auto;
    margin-top: var(--spacing-40);
    overflow: hidden
}

.inner-about-kouhong .about-box .about-item-2 .info-head .info-right .img .pb {
    padding-bottom: 81.57389635%
}

.inner-about-kouhong .about-box .about-item-2 .info-head .info-right .img .ab {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end
}

.inner-about-kouhong .about-box .about-item-2 .info-head .info-right .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.inner-about-kouhong .about-box .about-item-2 .images {
    width: 100%;
    height: auto;
    margin-top: var(--spacing-50);
    font-size: 0;
    text-align: center;
    overflow: hidden
}

.inner-about-kouhong .about-box .about-item-2 .images img {
    width: 100%
}

@media (max-width:991px) {
    .inner-about-kouhong .about-box .about-item-2 .info-head .info-left {
        width: 40%;
        padding-right: 20px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start
    }

    .inner-about-kouhong .about-box .about-item-2 .info-head .info-right {
        width: 60%
    }
}

@media (max-width:768px) {
    .inner-about-kouhong .about-box .about-item-2 .info-head {
        display: block
    }

    .inner-about-kouhong .about-box .about-item-2 .info-head .info-left {
        width: 100%;
        padding: 0;
        flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row
    }

    .inner-about-kouhong .about-box .about-item-2 .info-head .info-left .details {
        flex: 1;
        margin: 0 0 0 10px
    }

    .inner-about-kouhong .about-box .about-item-2 .info-head .info-right {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -ms-flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .inner-about-kouhong .about-box .about-item-2 .info-head .info-right .info {
        margin-top: 30px
    }
}

@media (max-width:480px) {
    .inner-about-kouhong .about-box .about-item-2 .info-head .info-left .headline {
        font-size: 60px
    }
}

.inner-about-kouhong .about-box .about-item-3 {
    margin-top: var(--spacing-120);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    overflow: hidden
}

.inner-about-kouhong .about-box .about-item-3 .info-box {
    width: 100%;
    height: auto;
    flex: 1;
    margin-right: var(--spacing-80);
    overflow: hidden
}

.inner-about-kouhong .about-box .about-item-3 .info-box .info {
    width: 100%;
    height: auto
}

.inner-about-kouhong .about-box .about-item-3 .info-box .info .title {
    width: 100%;
    height: auto;
    font-weight: bold;
    font-size: var(--font30);
    color: var(--this-color);
    line-height: 1.5
}

.inner-about-kouhong .about-box .about-item-3 .info-box .info .details {
    width: 100%;
    height: auto;
    margin-top: var(--spacing-20);
    font-size: var(--font16);
    color: #000000;
    line-height: 1.625
}

.inner-about-kouhong .about-box .about-item-3 .info-box .menu {
    width: 100%;
    height: auto;
    margin-top: var(--spacing-50);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: var(--spacing-20);
    overflow: hidden
}

.inner-about-kouhong .about-box .about-item-3 .info-box .menu .img {
    width: 100%;
    height: auto;
    overflow: hidden
}

.inner-about-kouhong .about-box .about-item-3 .info-box .menu .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.inner-about-kouhong .about-box .about-item-3 .headline {
    width: 1em;
    height: auto;
    font-family: 'NewYork', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    font-size: var(--font200);
    color: var(--this-color);
    writing-mode: vertical-lr;
    white-space: nowrap;
    line-height: 1
}

@media (max-width:768px) {
    .inner-about-kouhong .about-box .about-item-3 .info-box {
        margin-right: 10px
    }

    .inner-about-kouhong .about-box .about-item-3 .info-box .menu {
        grid-template-columns: 1fr;
        grid-gap: 5px
    }
}

@media (max-width:480px) {
    .inner-about-kouhong .about-box .about-item-3 .headline {
        font-size: 80px
    }
}

.inner-make-about {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    padding-top: var(--header-height)
}

.inner-make-about .about-box {
    width: 100%;
    height: auto;
    padding: var(--spacing-80) 0 var(--spacing-100)
}

.inner-make-about .about-box .inner-title {
    text-align: center
}

.inner-make-about .about-box .about-img {
    width: 100%;
    max-width: 1400px;
    height: auto;
    margin: 30px auto 0;
    position: relative;
    z-index: 1;
    padding: 10px;
    border-radius: var(--spacing-50);
    overflow: hidden;
    box-shadow: 0 0 4px 0 rgba(173, 180, 189, 0.4)
}

.inner-make-about .about-box .about-img::before,
.inner-make-about .about-box .about-img::after {
    content: '';
    position: absolute;
    border-radius: var(--spacing-50)
}

.inner-make-about .about-box .about-img::before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background: linear-gradient(to right, #F1F8FF, #FFFFFF, #D7E0E6)
}

.inner-make-about .about-box .about-img::after {
    z-index: 2;
    inset: 10px;
    background: #FDFDFD
}

.inner-make-about .about-box .about-img .icon {
    width: 68px;
    height: 68px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    z-index: 10;
    color: #FFFFFF
}

@media (max-width:1440px) {
    .inner-make-about .about-box .about-img .icon {
        width: 54px;
        height: 54px
    }
}

@media (max-width:768px) {
    .inner-make-about .about-box .about-img .icon {
        width: 40px;
        height: 40px
    }
}

.inner-make-about .about-box .about-img .icon svg {
    width: 100%;
    height: 100%;
    fill: currentColor
}

.inner-make-about .about-box .about-img .img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 5;
    border-radius: var(--spacing-50);
    overflow: hidden
}

.inner-make-about .about-box .about-img .img .pb {
    padding-bottom: 40.42553191%
}

.inner-make-about .about-box .about-img .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.inner-make-about .images-bg {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1
}

.inner-make-about .images-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top
}

@media (max-width:991px) {
    .inner-make-about .images-bg img {
        height: 100vh;
        object-fit: fill
    }
}

@media (max-width:768px) {
    .inner-make-about .about-box .about-img {
        padding: 4px
    }

    .inner-make-about .about-box .about-img .img .pb {
        padding-bottom: 56.25%
    }

    .inner-make-about .images-bg {
        display: none
    }
}

.inner-make-strength {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 5;
    overflow: hidden
}

.inner-make-strength .inner-title {
    text-align: center
}

.inner-make-strength .strength-box {
    width: 100%;
    height: auto;
    margin-top: 40px;
    background: #333333;
    overflow: hidden
}

.inner-make-strength .strength-box .swiper-box {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.inner-make-strength .strength-box .swiper-box::before {
    content: '';
    width: 100%;
    height: var(--font22);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    background: linear-gradient(#E7EDF1 50%, #EFF2F5 50%)
}

.inner-make-strength .strength-box .swiper-box::after {
    content: '';
    width: 100%;
    height: var(--font14);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    background: #C4CED7
}

.inner-make-strength .strength-box .swiper-box .swiper-slide {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.inner-make-strength .strength-box .swiper-box .swiper-slide .banner-info {
    width: 100%;
    height: 100%;
    padding: var(--header-height) 0 var(--spacing-150);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    overflow: hidden
}

.inner-make-strength .strength-box .swiper-box .swiper-slide .banner-info .info-box {
    width: 100%;
    height: auto;
    text-align: center
}

.inner-make-strength .strength-box .swiper-box .swiper-slide .banner-info .info-box .title {
    width: 100%;
    height: auto;
    font-size: var(--font30);
    color: #FFFFFF;
    line-height: 1.18
}

.inner-make-strength .strength-box .swiper-box .swiper-slide .banner-info .info-box .details {
    width: 100%;
    height: auto;
    font-size: var(--font14);
    color: #FFFFFF;
    line-height: 1.5
}

.inner-make-strength .strength-box .swiper-box .swiper-slide .banner-info .info-box .details p+p {
    margin-top: 5px
}

.inner-make-strength .strength-box .swiper-box .swiper-slide .banner-info .info-box .title+.details {
    margin-top: 1em
}

.inner-make-strength .strength-box .swiper-box .swiper-slide .banner-info .info-box .details+.title {
    margin-top: .5em
}

.inner-make-strength .strength-box .swiper-box .swiper-slide .banner-info .info-box .public-more {
    margin-top: var(--spacing-50);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.inner-make-strength .strength-box .swiper-box .swiper-slide .images {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    font-size: 0;
    overflow: hidden
}

.inner-make-strength .strength-box .swiper-box .swiper-slide .images::before,
.inner-make-strength .strength-box .swiper-box .swiper-slide .images::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0
}

.inner-make-strength .strength-box .swiper-box .swiper-slide .images::before {
    z-index: 9;
    background: #000000;
    opacity: 0
}

.inner-make-strength .strength-box .swiper-box .swiper-slide .images::after {
    height: 76.5%;
    z-index: 10;
    background: linear-gradient(transparent 50%, #000000 120%)
}

.inner-make-strength .strength-box .swiper-box .swiper-slide .images .pb {
    padding-bottom: max(42.7083%, 60vh)
}

.inner-make-strength .strength-box .swiper-box .swiper-slide .images picture {
    width: 100%;
    height: 100%;
    display: block
}

.inner-make-strength .strength-box .swiper-box .swiper-slide .images img,
.inner-make-strength .strength-box .swiper-box .swiper-slide .images video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.inner-make-strength .strength-box .swiper-pager {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden
}

.inner-make-strength .strength-box .swiper-pager .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.inner-make-strength .strength-box .swiper-pager .swiper-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 0;
    pointer-events: auto;
    cursor: pointer;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.inner-make-strength .strength-box .swiper-pager .swiper-btn svg {
    width: 20%;
    height: 30%;
    max-width: 10px;
    max-height: 18px;
    fill: currentColor
}

.inner-make-strength .strength-box .swiper-pager .swiper-btn:hover {
    background: rgba(0, 0, 0, 0.2)
}

.inner-make-strength .strength-box .pager-box {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: var(--spacing-50);
    z-index: 1;
    padding: 0 20px;
    overflow: hidden
}

.inner-make-strength .strength-box .pager-box .pager {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.inner-make-strength .strength-box .pager-box .pager span {
    width: 1em;
    height: 1em;
    border-radius: 0;
    opacity: 1;
    cursor: pointer;
    font-size: 14px;
    background: transparent;
    --time: 5s
}

.inner-make-strength .strength-box .pager-box .pager span svg {
    width: 100%;
    height: 100%
}

.inner-make-strength .strength-box .pager-box .pager span svg circle {
    transform-origin: center;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.inner-make-strength .strength-box .pager-box .pager span svg .c1 {
    opacity: .4
}

.inner-make-strength .strength-box .pager-box .pager span svg .c2 {
    stroke-dasharray: 0, 43.96;
    transform: rotate(-90deg)
}

.inner-make-strength .strength-box .pager-box .pager span.active svg .c1 {
    opacity: 0
}

.inner-make-strength .strength-box .pager-box .pager span.active svg .c2 {
    animation: circleAni var(--time) linear
}

.inner-make-strength .strength-box .pager-box .pager span+span {
    margin-left: 10px
}

@media (max-width:991px) {
    .inner-make-strength .strength-box .pager-box {
        padding: 0 20px
    }
}

@media (max-width:991px) {
    .inner-make-strength .swiper-pager {
        display: none
    }
}

.inner-make-news {
    width: 100%;
    max-width: 1920px;
    height: auto;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    overflow: hidden
}

.inner-make-news .news-box {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    padding-top: var(--spacing-100);
    overflow: hidden
}

.inner-make-news .news-box .inner-title {
    text-align: center
}

.inner-make-news .news-box .news-main {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 26.8%;
    perspective: 100vw;
    -webkit-perspective: 100vw
}

.inner-make-news .news-box .news-main .swiper-img {
    width: 37.447%;
    height: auto;
    margin: 0 auto;
    border-radius: var(--font26);
    overflow: hidden
}

.inner-make-news .news-box .news-main .swiper-img .swiper-slide {
    width: 100%;
    height: auto
}

.inner-make-news .news-box .news-main .swiper-img .swiper-slide .img {
    width: 100%;
    height: auto;
    overflow: hidden
}

.inner-make-news .news-box .news-main .swiper-img .swiper-slide .img .pb {
    padding-bottom: 54.8%
}

.inner-make-news .news-box .news-main .swiper-img .swiper-slide .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.inner-make-news .news-box .news-main .news-content {
    width: 37.447%;
    height: auto;
    margin: 0 auto
}

.inner-make-news .news-box .news-main .news-content .news-swiper {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1
}

.inner-make-news .news-box .news-main .news-content .news-swiper .swiper-pager {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.inner-make-news .news-box .news-main .news-content .news-swiper .swiper-pager .swiper-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.1);
    color: #FFFFFF;
    font-size: 0;
    pointer-events: auto;
    cursor: pointer;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

@media (max-width:1600px) {
    .inner-make-news .news-box .news-main .news-content .news-swiper .swiper-pager .swiper-btn {
        width: 54px;
        height: 54px
    }
}

@media (max-width:1440px) {
    .inner-make-news .news-box .news-main .news-content .news-swiper .swiper-pager .swiper-btn {
        width: 48px;
        height: 48px
    }
}

@media (max-width:1280px) {
    .inner-make-news .news-box .news-main .news-content .news-swiper .swiper-pager .swiper-btn {
        width: 44px;
        height: 44px
    }
}

@media (max-width:1024px) {
    .inner-make-news .news-box .news-main .news-content .news-swiper .swiper-pager .swiper-btn {
        width: 36px;
        height: 36px
    }
}

.inner-make-news .news-box .news-main .news-content .news-swiper .swiper-pager .swiper-btn svg {
    width: 20%;
    height: 30%;
    max-width: 10px;
    max-height: 18px;
    fill: currentColor
}

.inner-make-news .news-box .news-main .news-content .news-swiper .swiper-pager .swiper-btn.prev {
    transform: translateX(-200%)
}

.inner-make-news .news-box .news-main .news-content .news-swiper .swiper-pager .swiper-btn.next {
    transform: translateX(200%)
}

.inner-make-news .news-box .news-main .news-content .news-swiper .swiper-pager .swiper-btn:hover {
    background: rgba(0, 0, 0, 0.3)
}

.inner-make-news .news-box .news-main .news-content .news-swiper .swiper-img {
    width: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.inner-make-news .news-box .news-main .news-content .news-swiper .swiper-img .pager-box {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 20px;
    z-index: 10;
    display: none
}

.inner-make-news .news-box .news-main .news-content .news-swiper .swiper-img .pager-box .pager {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 0
}

.inner-make-news .news-box .news-main .news-content .news-swiper .swiper-img .pager-box .pager span {
    width: 1em;
    height: 1em;
    position: relative;
    z-index: 1;
    border-radius: 0;
    opacity: 1;
    cursor: pointer;
    font-size: 10px;
    background: transparent
}

.inner-make-news .news-box .news-main .news-content .news-swiper .swiper-img .pager-box .pager span::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.inner-make-news .news-box .news-main .news-content .news-swiper .swiper-img .pager-box .pager span::after {
    content: '';
    width: 50%;
    height: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    background: #FFFFFF;
    opacity: .4;
    border-radius: 50%;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.inner-make-news .news-box .news-main .news-content .news-swiper .swiper-img .pager-box .pager span.active::before {
    border-color: #FFFFFF
}

.inner-make-news .news-box .news-main .news-content .news-swiper .swiper-img .pager-box .pager span.active::after {
    opacity: 0
}

.inner-make-news .news-box .news-main .news-content .news-swiper .swiper-img .pager-box .pager span+span {
    margin-left: var(--spacing-20)
}

.inner-make-news .news-box .news-main .news-content .info {
    width: 100%;
    max-width: 520px;
    height: auto;
    margin: var(--spacing-60) auto 0;
    text-align: center
}

.inner-make-news .news-box .news-main .news-content .info .title {
    width: 100%;
    height: auto;
    font-weight: bold;
    font-size: var(--font24);
    color: #000000
}

.inner-make-news .news-box .news-main .news-content .info .details {
    width: 100%;
    height: auto;
    margin-top: .8em;
    font-size: var(--font16);
    color: #000000;
    opacity: .7;
    line-height: 1.5
}

.inner-make-news .news-box .news-main .swiper-first {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    transform-origin: right center;
    transform: translateX(-59.5%) rotateY(92deg) scaleX(1.4) scaleY(.78) skewY(-4.5deg) translateY(-3%)
}

.inner-make-news .news-box .news-main .swiper-last {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    transform-origin: left center;
    transform: translateX(60.5%) rotateY(-92deg) scaleX(1.4) scaleY(.78) skewY(4deg) translateY(-1.5%)
}

.inner-make-news .images-bg {
    width: 100%;
    height: auto;
    font-size: 0;
    text-align: center;
    overflow: hidden
}

.inner-make-news .images-bg img {
    width: 100%
}

@media (max-width:991px) {
    .inner-make-news {
        background: #EEF6FA
    }

    .inner-make-news .news-box {
        position: relative;
        padding: var(--spacing-100) 0 200px
    }

    .inner-make-news .news-box .news-main {
        position: relative;
        top: 0;
        margin-top: 30px
    }

    .inner-make-news .news-box .news-main .swiper-img {
        display: none
    }

    .inner-make-news .news-box .news-main .news-content {
        width: 100%;
        padding: 0 20px
    }

    .inner-make-news .news-box .news-main .news-content .news-swiper .swiper-img {
        display: block
    }

    .inner-make-news .news-box .news-main .news-content .news-swiper .swiper-img .pager-box {
        display: block
    }

    .inner-make-news .news-box .news-main .news-content .swiper-box .swiper-slide .img {
        display: block
    }

    .inner-make-news .news-box .news-main .news-content .swiper-box .pager-box {
        display: block
    }

    .inner-make-news .images-bg {
        width: 180%;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        display: none
    }
}

@media (max-width:768px) {
    .inner-make-news .news-box {
        padding-bottom: 150px
    }
}

@media (max-width:480px) {
    .inner-make-news .news-box {
        padding-bottom: 120px
    }
}

.inner-make-quality {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1
}

.inner-make-quality::after {
    content: '';
    width: 100%;
    height: 0;
    padding-top: 24.0104167%;
    position: absolute;
    left: 0;
    bottom: 100%;
    transform: translateY(35%);
    background: url(../images/quality-radius.png) no-repeat top center / 100%
}

.inner-make-quality .quality-box {
    width: 100%;
    height: auto;
    max-width: 1400px;
    margin: 0 auto;
    padding-bottom: var(--spacing-160)
}

.inner-make-quality .quality-box .inner-title {
    text-align: center
}

.inner-make-quality .quality-box .inner-title .subtitle {
    margin-top: .8em;
    font-size: var(--font20);
    color: #666666
}

.inner-make-quality .quality-box .inner-title .details {
    margin-top: .5em;
    font-size: var(--font16);
    color: #666666
}

.inner-make-quality .quality-box .menu-box {
    width: 100%;
    height: auto;
    margin-top: var(--spacing-160)
}

.inner-make-quality .quality-box .menu-box .item {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.inner-make-quality .quality-box .menu-box .item .img {
    width: 42%;
    height: auto;
    max-width: 563px;
    position: relative;
    z-index: 1
}

.inner-make-quality .quality-box .menu-box .item .img::after {
    content: '';
    width: 137.833%;
    height: 137.833%;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    background: url(../images/quality-bg.jpg) no-repeat center / cover
}

.inner-make-quality .quality-box .menu-box .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.inner-make-quality .quality-box .menu-box .item .info-box {
    width: 42%;
    max-width: 600px;
    height: auto
}

.inner-make-quality .quality-box .menu-box .item .info-box .title-box {
    width: 100%;
    height: auto
}

.inner-make-quality .quality-box .menu-box .item .info-box .title-box .number {
    width: 100%;
    height: auto;
    font-weight: bold;
    font-family: 'Montserrat', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    font-size: var(--font46)
}

.inner-make-quality .quality-box .menu-box .item .info-box .title-box .number span {
    color: transparent;
    background: url(../images/text-line.png) no-repeat center / cover;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

.inner-make-quality .quality-box .menu-box .item .info-box .title-box .title {
    width: 100%;
    height: auto;
    margin-top: var(--spacing-20);
    font-weight: bold;
    font-size: var(--font30);
    color: #000000
}

.inner-make-quality .quality-box .menu-box .item .info-box .menu {
    width: 100%;
    height: auto;
    margin-top: var(--spacing-60);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.inner-make-quality .quality-box .menu-box .item .info-box .menu .one {
    width: auto;
    max-width: 92px;
    height: auto
}

.inner-make-quality .quality-box .menu-box .item .info-box .menu .one .icon {
    width: 92px;
    height: 92px;
    border: 1px solid #EEEEEE;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden
}

.inner-make-quality .quality-box .menu-box .item .info-box .menu .one .icon * {
    max-width: 50%;
    max-height: 50%
}

.inner-make-quality .quality-box .menu-box .item .info-box .menu .one .info {
    width: 100%;
    height: auto;
    margin-top: var(--spacing-20);
    text-align: center
}

.inner-make-quality .quality-box .menu-box .item .info-box .menu .one .info .title {
    width: 100%;
    height: auto;
    font-weight: bold;
    font-size: var(--font16);
    color: #000000
}

.inner-make-quality .quality-box .menu-box .item .info-box .menu .one .info .details {
    width: 100%;
    height: auto;
    margin-top: .7em;
    font-size: var(--font14);
    color: #666666;
    line-height: 1.428
}

.inner-make-quality .quality-box .menu-box .item .info-box .menu .one+.one {
    margin: 0 0 0 var(--spacing-30)
}

.inner-make-quality .quality-box .menu-box .item+.item {
    margin-top: var(--spacing-160)
}

.inner-make-quality .quality-box .menu-box .item:nth-child(2n) {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.inner-make-quality .quality-box .menu-box .item:nth-child(2n) .info-box .title-box .number {
    font-size: var(--spacing-60)
}

.inner-make-quality .quality-box .menu-box .item:nth-child(2n) .info-box .menu {
    display: block
}

.inner-make-quality .quality-box .menu-box .item:nth-child(2n) .info-box .menu .one {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    overflow: hidden
}

.inner-make-quality .quality-box .menu-box .item:nth-child(2n) .info-box .menu .one .icon {
    width: 36px;
    height: 36px;
    padding: 0;
    border-radius: 0;
    border: 0
}

.inner-make-quality .quality-box .menu-box .item:nth-child(2n) .info-box .menu .one .icon img {
    max-width: 100%;
    max-height: 100%
}

.inner-make-quality .quality-box .menu-box .item:nth-child(2n) .info-box .menu .one .info {
    flex: 1;
    margin: 0 0 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline;
    text-align: left;
    overflow: hidden
}

.inner-make-quality .quality-box .menu-box .item:nth-child(2n) .info-box .menu .one .info .title {
    width: auto;
    min-width: 70px;
    min-height: 36px;
    padding: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: #000000;
    color: #FFFFFF;
    white-space: nowrap
}

.inner-make-quality .quality-box .menu-box .item:nth-child(2n) .info-box .menu .one .info .details {
    flex: 1;
    margin: 0 0 0 var(--spacing-20);
    font-size: var(--font16)
}

.inner-make-quality .quality-box .menu-box .item:nth-child(2n) .info-box .menu .one+.one {
    margin: var(--spacing-40) 0 0 0
}

@media (max-width:1280px) {
    .inner-make-quality .quality-box .menu-box .item .info-box .menu .one .icon {
        width: 74px;
        height: 74px
    }
}

@media (max-width:991px) {
    .inner-make-quality .quality-box .menu-box .item .info-box .menu {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 30px 15px
    }

    .inner-make-quality .quality-box .menu-box .item .info-box .menu .one {
        width: 100%;
        max-width: 100%;
        height: auto;
        overflow: hidden
    }

    .inner-make-quality .quality-box .menu-box .item .info-box .menu .one .icon {
        width: 64px;
        height: 64px;
        margin: 0
    }

    .inner-make-quality .quality-box .menu-box .item .info-box .menu .one .info {
        text-align: left
    }

    .inner-make-quality .quality-box .menu-box .item .info-box .menu .one+.one {
        margin: 0
    }
}

@media (max-width:768px) {
    .inner-make-quality .quality-box .menu-box .item {
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column
    }

    .inner-make-quality .quality-box .menu-box .item .info-box {
        width: 100%;
        position: relative;
        z-index: 5;
        order: 2;
        margin-top: 20px
    }

    .inner-make-quality .quality-box .menu-box .item .info-box .title-box {
        text-align: center
    }

    .inner-make-quality .quality-box .menu-box .item .info-box .menu {
        max-width: 100%;
        margin: 30px 0 0
    }

    .inner-make-quality .quality-box .menu-box .item .info-box .menu .one {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        -webkit-align-items: baseline;
        align-items: baseline
    }

    .inner-make-quality .quality-box .menu-box .item .info-box .menu .one .icon {
        width: 50px;
        height: 50px
    }

    .inner-make-quality .quality-box .menu-box .item .info-box .menu .one .info {
        flex: 1;
        margin: 0 0 0 20px;
        -webkit-box-self: center;
        -ms-align-self: center;
        -webkit-align-self: center;
        align-self: center
    }

    .inner-make-quality .quality-box .menu-box .item .img {
        width: 50%;
        margin: 0 auto
    }

    .inner-make-quality .quality-box .menu-box .item:nth-child(2n) {
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column
    }

    .inner-make-quality .quality-box .menu-box .item:nth-child(2n) .info-box .menu .one .icon {
        width: 30px;
        height: 30px
    }

    .inner-make-quality .quality-box .menu-box .item:nth-child(2n) .info-box .menu .one .info .title {
        min-width: 50px;
        min-height: 30px
    }

    .inner-make-quality .quality-box .menu-box .item+.item {
        margin-top: 80px
    }
}

@media (max-width:480px) {
    .inner-make-quality .quality-box .menu-box .item {
        grid-gap: 30px 20px
    }

    .inner-make-quality .quality-box .menu-box .item .img {
        width: 70%
    }

    .inner-make-quality .quality-box .menu-box .item .info-box .menu .one {
        display: block
    }

    .inner-make-quality .quality-box .menu-box .item .info-box .menu .one .icon {
        margin: 0 auto
    }

    .inner-make-quality .quality-box .menu-box .item .info-box .menu .one .info {
        margin: 15px 0 0;
        text-align: center
    }
}

.inner-make-quality .quality-box .tips-text {
    width: 100%;
    height: auto;
    margin-top: var(--spacing-160);
    font-size: 6px;
    color: #999999;
    line-height: 1.5;
    overflow: hidden
}

@media (max-width:768px) {
    .inner-make-quality .quality-box .tips-text {
        margin-top: 50px
    }
}

.inner-join {
    width: 100%;
    height: var(--vh);
    padding-top: var(--header-height);
    position: relative;
    z-index: 1;
    overflow: hidden
}

.inner-join .join-box {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    overflow: hidden
}

.inner-join .join-box .join-main {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.inner-join .join-box .join-main .public-more {
    width: auto;
    --value: 50px
}

.inner-join .join-box .join-main .public-more .more {
    position: relative;
    z-index: 1;
    font-size: var(--font16)
}

.inner-join .join-box .join-main .public-more .more::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px)
}

@media (max-width:1280px) {
    .inner-join .join-box .join-main .public-more {
        --value: 46px
    }
}

@media (max-width:768px) {
    .inner-join .join-box .join-main .public-more {
        --value: 40px
    }

    .inner-join .join-box .join-main .public-more .more {
        color: #000000
    }

    .inner-join .join-box .join-main .public-more .more::after {
        background: #FFFFFF
    }
}

.inner-join .join-box .join-main .public-more+.public-more {
    margin-left: 10px
}

.inner-join .images {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    overflow: hidden
}

.inner-join .images img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.public-active-box {
    width: 100%;
    height: auto;
    padding-top: var(--header-height);
    background: #F8F8F8;
    overflow: hidden
}

.public-active-box .active-box {
    width: 100%;
    height: auto;
    max-width: 1440px;
    margin: var(--spacing-60) auto var(--spacing-120);
    background: #FFFFFF
}

.public-active-box .active-box .active-main {
    width: 100%;
    height: auto;
    max-width: 1320px;
    margin: 0 auto;
    padding: var(--spacing-60) var(--spacing-60) var(--spacing-120)
}

.public-active-box .active-box .active-main .active-title {
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: bold;
    font-size: var(--font24);
    color: #000000
}

.public-active-box .active-box .active-main .map-box {
    width: 100%;
    height: auto;
    margin-top: var(--spacing-80);
    display: table;
    table-layout: fixed;
    overflow: hidden
}

.public-active-box .active-box .active-main .map-box .item {
    width: 100%;
    height: auto;
    display: table-row;
    overflow: hidden
}

.public-active-box .active-box .active-main .map-box .item .label {
    width: 15%;
    height: auto;
    padding: 30px 20px 30px 0;
    display: table-cell;
    border-bottom: 1px solid #EEEEEE;
    overflow: hidden
}

.public-active-box .active-box .active-main .map-box .item .label a {
    font-weight: bold;
    font-size: var(--font18);
    color: #000000
}

.public-active-box .active-box .active-main .map-box .item .menu {
    width: 100%;
    height: auto;
    padding: 30px 0 30px 10px;
    display: table-cell;
    border-bottom: 1px solid #EEEEEE;
    font-size: 0;
    overflow: hidden
}

.public-active-box .active-box .active-main .map-box .item .menu a {
    margin: 0 var(--spacing-80) 10px 0;
    position: relative;
    z-index: 1;
    font-size: var(--font14);
    color: #000000
}

.public-active-box .active-box .active-main .map-box .item .menu a::after {
    content: '';
    width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: currentColor;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.public-active-box .active-box .active-main .map-box .item .menu a:hover::after {
    width: 100%
}

.public-active-box .active-box .active-main .map-box .item .menu a:last-child {
    margin-right: 0
}

.public-active-box .active-box .active-main .public-content {
    width: 100%;
    height: auto;
    margin-top: var(--spacing-40);
    padding-top: var(--spacing-40);
    border-top: 1px solid #EEEEEE
}

@media (max-width:991px) {
    .public-active-box .active-box .active-main {
        padding: 40px 20px
    }

    .public-active-box .active-box .active-main .map-box {
        display: block
    }

    .public-active-box .active-box .active-main .map-box .item {
        display: block;
        padding: 25px 0;
        border-bottom: 1px solid #EEEEEE
    }

    .public-active-box .active-box .active-main .map-box .item .label {
        width: 100%;
        display: block;
        border: 0;
        padding: 0
    }

    .public-active-box .active-box .active-main .map-box .item .menu {
        width: 100%;
        border: 0;
        margin-top: 15px;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        grid-gap: 10px 20px
    }

    .public-active-box .active-box .active-main .map-box .item .menu a {
        width: auto;
        margin: 0
    }

    .public-active-box .active-box .active-main .map-box .item:first-child {
        padding-top: 0
    }
}

.inner-search-head {
    width: 100%;
    height: auto;
    margin-top: var(--header-height);
    position: relative;
    z-index: 1;
    overflow: hidden
}

.inner-search-head .search-box {
    width: 100%;
    height: auto;
    padding: var(--spacing-200) 0
}

.inner-search-head .search-box .headline {
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: bold;
    font-size: var(--font40);
    color: #000000
}

.inner-search-head .search-box .layui-form {
    width: 100%;
    max-width: 450px;
    height: auto;
    margin: var(--spacing-60) auto 0
}

.inner-search-head .search-box .layui-form form {
    width: 100%;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background: #F8F8F8;
    border-radius: 50px
}

.inner-search-head .search-box .layui-form form input {
    width: 100%;
    height: 100%;
    border: 1px solid #EEEEEE;
    border-right: 0;
    padding: 0 1em;
    flex: 1;
    font-size: var(--font16);
    color: #000000
}

.inner-search-head .search-box .layui-form form input::-webkit-input-placeholder,
.inner-search-head .search-box .layui-form form input:-moz-placeholder,
.inner-search-head .search-box .layui-form form input::-moz-placeholder,
.inner-search-head .search-box .layui-form form input::-ms-input-placeholder,
.inner-search-head .search-box .layui-form form input::placeholder,
.inner-search-head .search-box .layui-form form input:-ms-input-placeholder {
    color: #999999 !important
}

.inner-search-head .search-box .layui-form form .more {
    width: 120px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: #000000;
    font-size: var(--font16);
    color: #FFFFFF;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.inner-search-head .search-box .layui-form form .more svg {
    width: 19px;
    height: 19px;
    margin-right: 10px;
    fill: currentColor
}

@media (max-width:1024px) {
    .inner-search-head .search-box .layui-form form .more {
        width: 100px
    }

    .inner-search-head .search-box .layui-form form .more svg {
        width: 15px;
        height: 15px
    }
}

@media (max-width:480px) {
    .inner-search-head .search-box .layui-form form .more {
        width: 60px;
        font-size: 0
    }

    .inner-search-head .search-box .layui-form form .more svg {
        margin: 0
    }
}

.inner-search-head .search-box .layui-form .layui-tips {
    width: 100%;
    height: auto;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline;
    font-size: var(--font14);
    color: #666666;
    line-height: 1.2
}

.inner-search-head .search-box .layui-form .layui-tips i {
    margin-right: 10px
}

.inner-search-head .images {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    overflow: hidden
}

.inner-search-head .images img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.inner-search-body {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.inner-search-body .search-box {
    width: 100%;
    height: auto;
    padding: var(--spacing-60) 0 var(--spacing-140)
}

.inner-search-body .search-box .search-classify {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    grid-gap: 10px
}

.inner-search-body .search-box .search-classify a {
    font-size: var(--font16);
    color: #999999;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.inner-search-body .search-box .search-classify a.active,
.inner-search-body .search-box .search-classify a:hover {
    color: var(--color)
}

.inner-search-body .search-box .search-classify span {
    height: 1em;
    vertical-align: middle
}

.inner-search-body .search-box .search-classify span::after {
    content: '';
    width: 1px;
    height: 70%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    background: #EEEEEE
}

@media (max-width:768px) {
    .inner-search-body .search-box .search-classify .word {
        width: 100%
    }

    .inner-search-body .search-box .search-classify .word+.line {
        display: none
    }
}

.inner-search-body .search-box .search-menu {
    width: 100%;
    height: auto;
    margin-top: var(--spacing-60)
}

.inner-search-body .search-box .search-menu .search-item {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1
}

.inner-search-body .search-box .search-menu .search-item .search-title {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-bottom: var(--spacing-30);
    border-bottom: 1px solid #EEEEEE
}

.inner-search-body .search-box .search-menu .search-item .search-title .title {
    width: 100%;
    height: auto;
    flex: 1;
    margin-right: 50px;
    font-weight: bold;
    font-size: var(--font30);
    color: #000000
}

.inner-search-body .search-box .search-menu .search-item .search-title a {
    width: auto;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 0;
    color: #000000
}

.inner-search-body .search-box .search-menu .search-item .search-title a span {
    position: relative;
    z-index: 1;
    padding: 5px 0;
    font-size: var(--font16)
}

.inner-search-body .search-box .search-menu .search-item .search-title a span::after {
    content: '';
    width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: currentColor;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.inner-search-body .search-box .search-menu .search-item .search-title a svg {
    width: 5px;
    height: 10px;
    margin-left: 10px;
    fill: currentColor
}

.inner-search-body .search-box .search-menu .search-item .search-title a:hover span::after {
    width: 100%
}

.inner-search-body .search-box .search-menu .search-item .search-product {
    width: 100%;
    height: auto;
    margin-top: var(--spacing-50);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px
}

.inner-search-body .search-box .search-menu .search-item .search-product .item {
    width: 100%;
    height: auto;
    overflow: hidden
}

.inner-search-body .search-box .search-menu .search-item .search-product .item .img {
    width: 100%;
    height: auto;
    background: #F8F8F8;
    overflow: hidden
}

.inner-search-body .search-box .search-menu .search-item .search-product .item .img .pb {
    padding-bottom: 137.6146789%
}

.inner-search-body .search-box .search-menu .search-item .search-product .item .title {
    width: 100%;
    height: auto;
    margin-top: var(--spacing-25);
    padding-bottom: 5px;
    font-size: var(--font16);
    color: #000000
}

.inner-search-body .search-box .search-menu .search-item .search-product .item .title span {
    position: relative;
    z-index: 1
}

.inner-search-body .search-box .search-menu .search-item .search-product .item .title span::after {
    content: '';
    width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: currentColor;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.inner-search-body .search-box .search-menu .search-item .search-product .item:hover .title span::after {
    width: 100%
}

.inner-search-body .search-box .search-menu .search-item+.search-item {
    margin-top: var(--spacing-80)
}

.inner-search-body .search-box .search-menu .public-pager {
    width: 100%;
    height: auto;
    margin-top: var(--spacing-100);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    --value: 44px
}

.inner-search-body .search-box .search-menu .public-pager a,
.inner-search-body .search-box .search-menu .public-pager span {
    width: auto;
    min-width: var(--value);
    height: var(--value);
    padding: 0 .5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    border: 1px solid #EEEEEE;
    font-size: var(--font16);
    color: #999999;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.inner-search-body .search-box .search-menu .public-pager a svg {
    width: 6px;
    height: 10px;
    fill: currentColor
}

.inner-search-body .search-box .search-menu .public-pager input {
    width: 5em;
    height: var(--value);
    padding: 0 .5em;
    border: 1px solid #EEEEEE;
    font-size: var(--font16);
    color: #222222;
    text-align: center
}

.inner-search-body .search-box .search-menu .public-pager input::placeholder {
    font-size: var(--font14);
    color: #999999
}

.inner-search-body .search-box .search-menu .public-pager .omit {
    font-size: 10px
}

.inner-search-body .search-box .search-menu .public-pager .prev,
.inner-search-body .search-box .search-menu .public-pager .next {
    color: #222222
}

.inner-search-body .search-box .search-menu .public-pager a:hover,
.inner-search-body .search-box .search-menu .public-pager .active {
    border-color: #222222;
    background: #222222;
    color: #FFFFFF
}

.inner-search-body .search-box .search-menu .public-pager *+* {
    margin-left: 6px
}

@media (max-width:1280px) {
    .inner-search-body .search-box .search-menu .public-pager {
        --value: 40px
    }

    .inner-search-body .search-box .search-menu .public-pager *+* {
        margin-left: 5px
    }
}

@media (max-width:991px) {
    .inner-search-body .search-box .search-menu .public-pager {
        --value: 36px
    }

    .inner-search-body .search-box .search-menu .public-pager input {
        width: 4em
    }

    .inner-search-body .search-box .search-menu .public-pager *+* {
        margin-left: 4px
    }
}

@media (max-width:480px) {
    .inner-search-body .search-box .search-menu .public-pager {
        --value: 30px
    }

    .inner-search-body .search-box .search-menu .public-pager *+* {
        margin-left: 2px
    }
}

@media (max-width:1440px) {
    .inner-search-body .search-box .search-menu .search-item .search-product {
        grid-gap: 16px
    }
}

@media (max-width:1280px) {
    .inner-search-body .search-box .search-menu {
        margin-top: 40px
    }
}

@media (max-width:768px) {
    .inner-search-body .search-box .search-menu .search-item .search-title .title {
        font-size: 20px
    }

    .inner-search-body .search-box .search-menu .search-item .search-title a span {
        font-size: 0
    }

    .inner-search-body .search-box .search-menu .search-item .search-title a span::before {
        content: attr(data-title);
        font-size: 14px
    }

    .inner-search-body .search-box .search-menu .search-item .search-product {
        grid-template-columns: repeat(2, 1fr)
    }
}

.inner-404-box {
    width: 100%;
    height: auto;
    overflow: hidden
}

.inner-404-box .info-box {
    width: 100%;
    height: var(--vh);
    padding-top: var(--header-height);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.inner-404-box .info-box .info {
    width: 100%;
    height: auto
}

.inner-404-box .info-box .info .img {
    width: 50%;
    max-width: 522px;
    height: auto;
    margin: 0 auto;
    font-size: 0
}

.inner-404-box .info-box .info .word {
    width: 100%;
    height: auto;
    margin-top: var(--spacing-40);
    text-align: center;
    font-size: 12px;
    line-height: 2
}

.inner-404-box .info-box .info .word span {
    font-weight: bold;
    font-size: 14px;
    color: #000000
}

.security-check-box {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1
}

.security-check-box .search-box {
    width: 100%;
    height: auto;
    min-height: 100vh;
    padding-top: var(--header-height);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    overflow: hidden
}

.security-check-box .search-box .search-main {
    width: 100%;
    height: auto;
    padding: var(--spacing-100) 0
}

.security-check-box .search-box .search-main .layui-form {
    width: 100%;
    height: auto;
    max-width: 674px;
    margin: 0 auto;
    padding: var(--spacing-100);
    background: #FFFFFF;
    border-radius: var(--border-radius10)
}

.security-check-box .search-box .search-main .layui-form .form-box {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: var(--spacing-50)
}

.security-check-box .search-box .search-main .layui-form .form-box .item {
    width: 100%;
    height: auto
}

.security-check-box .search-box .search-main .layui-form .form-box .item .headline {
    width: 100%;
    height: auto;
    font-weight: bold;
    font-size: var(--font20);
    color: #000000
}

.security-check-box .search-box .search-main .layui-form .form-box .item .search-input {
    width: 100%;
    height: 50px;
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background: #F8F8F8
}

.security-check-box .search-box .search-main .layui-form .form-box .item .search-input input {
    width: 100%;
    height: 100%;
    padding: 0 1em;
    flex: 1;
    font-size: var(--font14);
    color: #000000
}

.security-check-box .search-box .search-main .layui-form .form-box .item .search-input input::-webkit-input-placeholder,
.security-check-box .search-box .search-main .layui-form .form-box .item .search-input input:-moz-placeholder,
.security-check-box .search-box .search-main .layui-form .form-box .item .search-input input::-moz-placeholder,
.security-check-box .search-box .search-main .layui-form .form-box .item .search-input input::-ms-input-placeholder,
.security-check-box .search-box .search-main .layui-form .form-box .item .search-input input::placeholder,
.security-check-box .search-box .search-main .layui-form .form-box .item .search-input input:-ms-input-placeholder {
    font-size: 12px;
    color: #999999 !important
}

.security-check-box .search-box .search-main .layui-form .form-box .item .search-input .more {
    width: 120px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: #000000;
    font-size: var(--font14);
    color: #FFFFFF
}

.security-check-box .search-box .search-main .layui-form .form-box .item .tips-text {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    margin-top: 10px;
    padding-left: 1.5em;
    font-size: var(--font14);
    color: #666666;
    line-height: 1.5
}

.security-check-box .search-box .search-main .layui-form .form-box .item .tips-text i {
    width: 1em;
    height: 1em;
    position: absolute;
    left: 0;
    top: .75em;
    transform: translateY(-50%);
    overflow: hidden
}

.security-check-box .search-box .search-main .layui-form .form-box .item .tips-text i img,
.security-check-box .search-box .search-main .layui-form .form-box .item .tips-text i svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: top
}

.security-check-box .search-box .search-main .layui-form .contact-box {
    width: 100%;
    height: auto;
    margin-top: var(--spacing-70)
}

.security-check-box .search-box .search-main .layui-form .contact-box .headline {
    width: 100%;
    height: auto;
    font-weight: bold;
    font-size: var(--font20);
    color: #000000
}

.security-check-box .search-box .search-main .layui-form .contact-box .details {
    width: 100%;
    height: auto;
    margin-top: var(--spacing-20);
    font-size: 12px;
    color: #666666;
    line-height: 1.5
}

.security-check-box .search-box .search-main .layui-form .contact-box .details p+p {
    margin-top: .5em
}

@media (max-width:991px) {
    .security-check-box .search-box .search-main .layui-form {
        padding: 40px 20px
    }
}

.security-check-box .images-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1
}

.security-check-box .images-bg .images {
    width: 100%;
    height: var(--vh);
    position: sticky;
    top: 0;
    overflow: hidden
}

.security-check-box .images-bg .images img {
    width: 100%;
    height: 100%;
    object-fit: cover
}
.newtxt{
    font-size:22px;
    text-align: left;
    line-height:230%;
    color:#49382e;
}