:root {
    --max: 90%;
    --size14: 14px;
    --size16: 16px;
    --size18: 18px;
    --size20: 20px;
    --size24: 24px;
    --size30: 30px;
    --size36: 36px;
    --size40: 40px;
    --size46: 46px;
    --size50: 50px;
    --size56: 56px;
    --size60: 60px;

    --top20: 20px;
    --top30: 30px;
    --top40: 40px;
    --top50: 50px;
    --top60: 60px;
    --top80: 80px;
    --top100: 100px;
    --top120: 120px;
}

@font-face {
    font-family: "m";
    src: url("../fonts/m.otf") format("truetype");
}

@font-face {
    font-family: "bold";
    src: url("../fonts/bold.otf") format("truetype");
}

body {
    font-family: "m";
    padding-top: 80px;
}

.Hertre {
    width: 100%;
    z-index: 999;
    height: 80px;
    position: fixed;
    top: 0;
    background: #fff;
}
.Fixed{
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.Hertre_cen {
    width: var(--max);
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.Anniu {
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.menu_button {
    cursor: pointer;
    width: 30px;
    height: 30px;
}

.menu_button:focus {
    outline: none;
}

.menu_button .line {
    fill: none;
    stroke: #333;
    stroke-width: 6;
    stroke-linecap: round;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
        stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.menu_button .line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}

.menu_button .line2 {
    stroke-dasharray: 45 60;
    stroke-width: 6;
}

.menu_button .line3 {
    stroke-dasharray: 30 207;
    stroke-width: 6;
}

.menu_button.opened .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}

.menu_button.opened .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
}

.menu_button.opened .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}

.Anniu p {
    font-size: var(--size16);
    color: rgb(51, 51, 51);
    line-height: 1;
}

.Logo {
    width: 70px;
}

.Logo img {
    width: 100%;
    height: auto;
}

.Zonhe {
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    gap: var(--top20);
}

.Zonhe_list {
    width: 20px;
    cursor: pointer;
}

.Zonhe_list svg {
    width: 100%;
    height: auto;
}

.Mianbao {
    width: var(--max);
    margin: auto;
    margin-top: var(--top40);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: var(--size14);
    color: rgb(153, 153, 153);
}

.Mianbao svg {
    width: 16px;
    height: auto;
    margin-right: var(--top20);
}

.Mianbao span {
    margin: 0 5px;
}

.Lianxi {
    width: 1400px;
    max-width: var(--max);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: var(--top60);
    margin: var(--top50) auto;
}

#allmap {
    width: 50%;
}

#allmap div,
#allmap img {
    transition: auto;
}

.anchorBL {
    display: none;
}

.BMap_bubble_content p {
    font-size: 12px;
    line-height: 24px;
}

.Lianxi_info {
    flex: 1;
    padding: var(--top50) 0;
}

.Lianxi_info>p {
    font-size: var(--size20);
    color: rgb(37, 37, 37);
    line-height: 2;
}

.Lianxi_info ul {
    width: 100%;
    margin-top: var(--top20);
}

.Lianxi_info ul li {
    width: 100%;
    border-top: 1px dashed rgb(226, 229, 236);
    padding: var(--top20);
}

.Lianxi_info ul li h2 {
    font-size: var(--size18);
    color: rgb(37, 37, 37);
}

.Lianxi_info ul li p {
    font-size: var(--size14);
    color: rgb(135, 143, 154);
    margin-top: 15px;
}

.About {
    width: var(--max);
    margin: var(--top50) auto;
}

.About ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: var(--top60);
}

.About ul li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 7vw;
}

.About ul li:nth-child(even) {
    flex-direction: row-reverse;
}

.About ul li img {
    width: 47%;
    height: auto;
    object-fit: cover;
}

.About_info {
    flex: 1;
    padding: var(--top50) 0;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}

.About_info h2 {
    font-size: var(--size30);
    color: rgb(51, 51, 51);
}

.About_info p {
    font-size: var(--size14);
    color: rgb(51, 51, 51);
    line-height: 2;
    margin-top: var(--top20);
}

.About_info a {
    display: block;
    width: max-content;
    line-height: 40px;
    border: 1px solid rgb(51, 51, 51);
    border-radius: 4px;
    padding: 0 30px;
    font-size: var(--size14);
    color: rgb(51, 51, 51);
    margin-top: var(--top60);
}

.About_info a:hover {
    padding: 0 50px;
    background: rgb(51, 51, 51);
    color: #fff;
}

.Play {
    display: block;
    width: max-content;
    height: 40px;
    border: 1px solid rgb(51, 51, 51);
    border-radius: 4px;
    padding: 0 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-top: var(--top60);
}

.Play:hover {
    background: rgb(51, 51, 51);
    padding: 0 80px;
}

.Play:hover svg path{
    fill: #fff;
}

.Mianbai {
    width: var(--max);
    margin: var(--top50) auto;
    border-bottom: 1px solid rgb(153, 153, 153);
    padding-bottom: var(--top20);
}

.Mianbai ul {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: var(--top40);
}

.Mianbai ul li {
    width: max-content;
    font-size: var(--size14);
    color: rgb(51, 51, 51);
}

.Mianbai ul li.active{
    color: rgb(87, 99, 255);
}

.search_container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(0px);
}

.search_container.active {
    opacity: 1;
    visibility: visible;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
}

.search_box {
    width: 90%;
    max-width: 600px;
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    position: relative;
    display: flex;
    gap: 10px;
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.search_container.active .search_box {
    transform: translateY(0);
    opacity: 1;
}

.search_input {
    flex: 1;
    height: 46px;
    border-radius: 4px;
    padding: 0 15px;
    font-size: 12px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid #333;
    outline: none;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}


.search_btn {
    height: 46px;
    padding: 0 30px;
    background: #333;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}


.close_search {
    position: absolute;
    top: -40px;
    right: 0;
    width: 30px;
    height: 30px;
    background: none;
    border: none;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.close_search:hover {
    transform: rotate(90deg);
    opacity: 1;
}

.menu_container {
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    height: auto;
    background: #fff;
    display: block;
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: var(--top20) 0 var(--top40);
}

.menu_container.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.menu_content {
    width: var(--max);
    height: auto;
    margin: 0 auto;
    background: #fff;
    transform: none;
    transition: none;
    display: flex;
    justify-content: space-between;
    gap: var(--top80);
}

.menu_nav {
    width: 140px;
    position: relative;
}

.menu_nav::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: rgb(196, 196, 196);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 0;
}

.menu_container.active .menu_nav::before {
    opacity: 1;
}

.menu_nav::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 3px;
    height: 20px;
    background: rgb(87, 99, 255);
    transition: transform 0.3s ease;
    transform: translateY(var(--translate-y, 0));
    opacity: 0;
    z-index: 1;
}

.menu_container.active .menu_nav::after {
    opacity: 1;
}

.menu_nav ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
    position: relative;
}

.menu_nav ul li {
    margin: 0;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition-delay: calc(0.05s * var(--i, 0));
    font-size: 14px;
    line-height: 20px;
    color: rgb(51, 51, 51);
    position: relative;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.menu_nav ul li svg{
    width: 16px;
    height: auto;
    display: none;
}
.menu_nav ul li.active {
    color: rgb(87, 99, 255);
}

.menu_nav_list{
    width: 100%;
    overflow: hidden;
    padding: 20px;
    padding-bottom: 0px;
    display: none;
    transition: auto;
}
.menu_nav_list a{
    font-size: var(--size14);
    color: #00000080;
    display: block;
    line-height: 3;
}

.menu_container.active .menu_nav ul li {
    opacity: 1;
    transform: translateY(0);
}
.menu_close{
    flex: 1;
}
.menu_close_list{
    width: 100%;
    overflow: hidden;
    transition: auto;
}
.menu_close_list ul{
    width: 100%;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: var(--top20);
}

.menu_close_list ul li{
    width: 100%;
    overflow: hidden;
}
.menu_close_list ul li img{
    width: 100%;
    aspect-ratio: 4 / 2;
    height: auto !important;
    object-fit: cover;
}
.menu_close_list ul li h2{
    font-size: var(--size14);
    color: rgb(51, 51, 51);
    margin-top: 10px;
}
.menu_close_chan ul{
    grid-template-columns: repeat(10,1fr)
}
.menu_close_chan ul li img{
    height: 60px;
    border-radius: 8px;
}




























.Series {
    width: var(--max);
    margin: var(--top50) auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 7vw;
    flex-direction: row-reverse;
}

.Series img {
    width: 50%;
    height: auto;
    object-fit: cover;
}

.Series_info {
    flex: 1;
    padding: var(--top50) 0;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    padding-left: 8vw;
}

.About_Series_infoinfo h2 {
    font-size: var(--size30);
    color: rgb(51, 51, 51);
}

.Series_info p {
    font-size: var(--size14);
    color: rgb(51, 51, 51);
    line-height: 2;
    margin-top: var(--top20);
}


.Play {
    display: block;
    width: max-content;
    height: 40px;
    border: 1px solid rgb(51, 51, 51);
    border-radius: 4px;
    padding: 0 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-top: var(--top60);
}

.Play:hover {
    transition: all 0.3s;
    padding: 0 70px;
}

.Series_list {
    width: var(--max);
    margin: var(--top50);
}

.Series_list ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: var(--top50);
}

.Series_list ul li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.Series_list ul li img {
    width: 50%;
    height: auto;
    object-fit: cover;
    margin-top: var(--top50);
    position: relative;
    z-index: 9;
}

.Series_list_info {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    padding-right: 9vw;
}

.Series_text {
    width: 100%;
    position: relative;
    padding: var(--top120) var(--top50);
}

.Series_text::after {
    content: '';
    width: 120%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: rgb(242, 242, 242);
    z-index: -1;
}

.Series_text h2 {
    font-size: var(--size30);
    color: rgb(51, 51, 51);
}

.Series_text p {
    font-size: var(--size14);
    color: rgb(51, 51, 51);
    line-height: 2;
    margin-top: var(--top20);
}

.Series_text a {
    display: block;
    width: max-content;
    line-height: 40px;
    border: 1px solid rgb(51, 51, 51);
    border-radius: 4px;
    padding: 0 30px;
    font-size: var(--size14);
    color: rgb(51, 51, 51);
    margin-top: var(--top60);
}

.Series_text a:hover {
    padding: 0 50px;
    background: rgb(51, 51, 51);
    color: #fff;
}

.Series_list ul li:nth-child(2n) {
    flex-direction: row-reverse;
}

.Series_list ul li:nth-child(2n) .Series_list_info {
    padding-right: 0;
    padding-left: 9vw;
}

.Series_list ul li:nth-child(2n) .Series_text::after {
    right: auto;
    left: 0;
}

.Series_show {
    width: 1024px;
    max-width: calc(100% - 30px);
    margin: auto;
}

.Series_Pictures {
    width: 100%;
    margin: var(--top50) auto;
}
.Series_Pictures>h2{
    text-align: center;
    font-size: var(--size24);
    color: rgb(51, 51, 51);
    margin-bottom: 20px;
}
.Series_Pictures_box{
    width: 100%;
}
.Series_swiper {
    width: 100%;
}

.Series_swiper img {
    width: 100%;
    object-fit: cover;
}

.page1 {
    transition: auto;
}

.page1 .zhenshangyin-pager-bullets-bullet.active {
    background: rgb(87, 99, 255);
}

.Series_Pictures a {
    display: block;
    width: max-content;
    margin: auto;
    margin-top: var(--top40);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    font-size: var(--size14);
    color: rgb(51, 51, 51);
    line-height: 44px;
    border-radius: 4px;
    border: 1px solid rgb(51, 51, 51);
    padding: 0 20px;
}

.Series_Pictures a svg {
    width: 16px;
    height: auto;
}

.Series_Pictures a:hover {
    padding: 0 30px;
    background: rgb(51, 51, 51);
    color: #fff;
}

.Series_Pictures a:hover svg path{
    fill: #fff;
}

.Series_related {
    width: 100%;
    margin: var(--top80) auto;
    display: flex;
    flex-wrap: wrap;
    gap: var(--top40);
}

.Series_related>h2 {
    width: 100%;
    font-size: var(--size20);
    color: rgb(51, 51, 51);
    text-align: center;
}

.Series_related_list {
    width: 100%;
    overflow: hidden;
}

.Series_related_list h2 {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    font-size: var(--size16);
    color: rgb(51, 51, 51);
}

.Series_related_list h2 img {
    width: 25px;
    height: auto;
}

.Series_related_list ul {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: var(--top20);
    margin-top: var(--top20);
}

.Series_related_list ul li {
    width: 100%;
    aspect-ratio: 4 / 2;
}
.Series_related_list ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
.Series_related_list ul li img {
    width: 100%;
    height: 100%;
}

.Footer {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid rgb(153, 153, 153);
}

.Footer_content {
    width: var(--max);
    margin: var(--top80) auto;
}

.Footer_content>h2 {
    text-align: center;
    font-size: var(--size30);
    color: rgb(51, 51, 51);
}

.Footer_content>p {
    text-align: center;
    font-size: var(--size14);
    color: rgb(51, 51, 51);
    margin-top: 10px;
}

.Footer_form {
    width: 610px;
    max-width: 100%;
    margin: auto;
    margin-top: var(--top40);
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid rgb(51, 51, 51);
    border-radius: 4px;
}

.Footer_form input {
    flex: 1;
    height: 44px;
    font-size: var(--size14);
    color: rgb(51, 51, 51);
    padding: 0 15px;
}

.Footer_form button {
    width: 85px;
    height: 44px;
    border: 1px solid rgb(51, 51, 51);
    border-radius: 4px;
    background: rgb(51, 51, 51);
    color: #fff;
    font-size: var(--size14);
    cursor: pointer;
}

.Footer_share {
    width: 100%;
    overflow: hidden;
    margin: 30px auto;
}

.Footer_share ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--top50);
}

.Footer_share ul li {
    width: 20px;
    overflow: hidden;
}

.Footer_share ul li img {
    width: 100%;
    height: auto;
}

.Footer_links {
    width: 100%;
    overflow: hidden;
}

.Footer_links ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.Footer_links ul li {
    width: max-content;
    color: rgb(51, 51, 51);
    font-size: var(--size14);
    padding: 0 15px;
    border-left: 1px solid rgb(153, 153, 153);
    line-height: 1;
}

.Footer_links ul li:nth-child(1) {
    border: transparent;
}

.Footer_privacy {
    width: 100%;
    overflow: hidden;
    background: rgb(51, 51, 51);
}

.Footer_privacy_content {
    width: var(--max);
    margin: 15px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.Footer_privacy_content p {
    width: max-content;
    color: rgb(255, 255, 255);
    font-size: 12px;
    padding: 0 var(--top40);
    border-left: 1px solid rgb(153, 153, 153);
    line-height: 1;
}

.Footer_privacy_content p:nth-child(1) {
    border: transparent;
}

.Products {
    width: var(--max);
    margin: var(--top50) auto;
}

.Products_filter {
    width: 100%;
    
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(153, 153, 153);
    display: flex;
    justify-content: space-between;
    gap: 10vw;
    position: relative;
}

.Products_filter_title {
    width: max-content;
    font-size: var(--size14);
    color: rgb(153, 153, 153);
}

.Products_filter ul {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    gap: var(--top40);
}

.Products_filter ul li {
    width: max-content;
    font-size: var(--size14);
    color: rgb(51, 51, 51);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    line-height: 1;
    cursor: pointer;
}
.Products_filter ul li.active{
    color: rgb(87, 99, 255);
}
.Products_filter ul li svg {
    width: 14px;
    height: auto;
}

.Products_dropdown {
    width: 100%;
    position: absolute;
    top: 102%;
    left: 0%;
    display: none;
    transition: auto;
    z-index: 99;
    background: #fff;
}


.Products_dropdown_list {
    width: 100%;
    background: #fff;
    padding: 25px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: var(--top20);
    border-bottom: 1px solid rgb(153, 153, 153);
}
.Products_dropdown_list label{
    display: flex;
    align-items: center;
    gap: 10px;
}
/* .Products_dropdown_list::after {
    content: '';
    width: 0px;
    height: 0px;
    border-left: 8px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
} */

.Products_dropdown_item {
    width: max-content;
    font-size: var(--size14);
    color: rgb(51, 51, 51);
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-height: 1;
    gap: 5px;
}
.Products_dropdown_item input {
    width: 15px;
    height: 15px;
}
.text_option{
    line-height: 1;
    display: block;
}
.Products_content {
    width: 100%;
    margin: auto;
    margin-top: var(--top50);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 5vw;
}

.Products_category {
    width: 160px;
    display: flex;
    flex-wrap: wrap;
    gap: var(--top30);
}

.Products_category_item {
    width: 100%;
}

.Products_category_title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.Products_category_title span {
    font-size: var(--size14);
    color: rgb(51, 51, 51);
}

.icon_plus {
    width: 16px;
    height: 16px;
    color: rgb(51, 51, 51);
}

.icon_plus .vertical,
.icon_plus .horizontal {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: center;
}

.Products_category_title[data-expanded="true"] .icon_plus .vertical {
    transform: scaleY(0);
}

.Products_category_content {
    width: 100%;
    transition: auto;
    overflow: hidden;
    display: none;
}

.Products_category_content a {
    display: block;
    padding: 0 10px;
    font-size: var(--size14);
    color: rgb(51, 51, 51);
    margin-top: 15px;
}
.Products_category_content a.active{
    color: rgb(87, 99, 255)
}
.Products_list {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    gap: var(--top40);
}
.Products_list_category{
    width: 100%;
}
.Products_list_item {
    width: 100%;
}
.Products_list_header{
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.Products_list_header a {
    display: block;
    width: max-content;
    line-height: 40px;
    border: 1px solid rgb(51, 51, 51);
    border-radius: 4px;
    padding: 0 15px;
    font-size: var(--size14);
    color: rgb(51, 51, 51);
}

.Products_list_header a:hover {
    padding: 0 30px;
    background: rgb(51, 51, 51);
    color: #fff;
}
.Products_list_item>h2,
.Products_list_header>h2 {
    font-size: var(--size18);
    color: rgb(51, 51, 51);
}

.Products_list_item ul {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: var(--top20);
    margin-top: var(--top20);
}

.Products_list_item ul li {
    width: 100%;
    aspect-ratio: 4 / 2;
}

.Products_list_item ul li a{
    width: 100%;
    height: 100%;
    display: block;
}

.Products_list_item ul li img {
    width: 100%;
    height: 100%;
    /* object-fit: contain; */
    border-radius: 5px;
}


.Products_filter .filter-item.active {
    color: #1890ff;
}

.Products_filter .filter-item.active svg path {
    fill: #1890ff;
}
.Bestselling {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
.Bestselling_left{
    width: 50%;
}
.Bestselling_left img {
    width: 100%;
    height: calc(100vh - 80px);
    object-fit: cover;
}

.Bestselling_content {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}

.Bestselling_content_text {
    padding-left: 200px;
    width: 650px;
    max-width: 90%;
    margin: var(--top80) 0;
    overflow: initial;
}
.Bestselling_content_text li{
    overflow: initial;
}
.Bestselling_content_text h2 {
    font-size: var(--size30);
    color: rgb(51, 51, 51);
    transform: translateY(50px);
    opacity: 0;
    transition: all 0.6s ease;
    transition-delay: 0.2s;
}

.Bestselling_content_text p {
    font-size: var(--size14);
    color: rgb(51, 51, 51);
    line-height: 1.7;
    margin-top: var(--top20);
    transform: translateY(50px);
    opacity: 0;
    transition: all 0.4s ease;
    transition-delay: 0.5s;
}

.Bestselling_content_text a {
    display: block;
    width: max-content;
    line-height: 40px;
    border: 1px solid rgb(51, 51, 51);
    border-radius: 4px;
    padding: 0 30px;
    font-size: var(--size14);
    color: rgb(51, 51, 51);
    margin-top: var(--top60);
    
}
.Bestselling_content_text_a{
    width: 100%;
    transform: translateY(50px);
    transition: all 0.6s ease;
    transition-delay: 0.6s;
    opacity: 0;
}
.Bestselling_content_text_a a:hover {
    padding: 0 50px;
    background: rgb(51, 51, 51);
    color: #fff;
}


.zhenshangyin-slide-active h2,
.zhenshangyin-slide-active p,
.zhenshangyin-slide-active .Bestselling_content_text_a{
    transform: translateY(0);
    opacity: 1;
}
.pages2{
    padding: 0 var(--top100);
}
.pages2 .zhenshangyin-pager-bullets-bullet{
    flex: 1;
    background: transparent;
    height: auto;
    position: relative;
    gap: 10px;
}
.pages2 .zhenshangyin-pager-bullets-bullet::after{
    content: "";
    width: calc(100% - 20px);
    height: 1px;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.5);
}
.pages2 .zhenshangyin-pager-bullets-bullet::before{
    content: "";
    width: calc(100% - 20px);
    height: 1px;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    z-index: 5;
    background: rgba(255, 255, 255);
    transform-origin: left center;
    transform: translateY(-50%) scaleX(0);
    transition: transform 0.8s linear;
}

.pages2 .zhenshangyin-pager-bullets-bullet.active::before {
    animation: scaleAnimation 3s linear forwards;
}

@keyframes scaleAnimation {
    from {
        transform: translateY(-50%) scaleX(0);
    }
    to {
        transform: translateY(-50%) scaleX(1);
    }
}
.pages2 .zhenshangyin-pager-bullets-bullet .zhenshangyin-pager-bullets-bullet-inner{
    width: 14px;
    height: 14px;
    border-radius: 50%;
    position: relative;
}
.pages2 .zhenshangyin-pager-bullets-bullet .zhenshangyin-pager-bullets-bullet-inner::after{
    content: "";
    width: 6px  ;
    height: 6px;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.pages2 .zhenshangyin-pager-bullets-bullet.active .zhenshangyin-pager-bullets-bullet-inner{
    border: 1px solid rgb(255, 255, 255);
}
.Bestselling_img {
    width: 300px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    
}

.Bestselling_img_box{
    width: 100%;
    overflow: hidden;
    box-shadow: 0px 2px 10px 0px rgb(241, 241, 241);
    background: rgb(255, 255, 255);
}

.Bestselling_img img {
    width: 100%;
    height: auto;
    padding: var(--top20);
}

.DIY_MAX{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.DIY_MAX>img{
    width: 50%;
    object-fit: cover;
}

.DIY_MAX_content{
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.DIY_MAX_content_text{
    width: 560px;
    max-width: 95%;
    margin: var(--top80) auto;
}

.DIY_MAX_content_text h2{
    font-size: var(--size30);
    color: rgb(51, 51, 51);
    text-align: center;
}

.DIY_MAX_content_text p{
    font-size: var(--size14);
    color: rgb(51, 51, 51);
    line-height: 1.7;
    margin-top: 10px;
    text-align: center;
}

.DIY_MAX_content_text_img{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--top40);
    margin-top: var(--top40);
}
.DIY_MAX_content_text_img_box{
    width: 70px;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.3;
}
.DIY_MAX_content_text_img_box.active{
    opacity: 1;
}
.DIY_MAX_content_text_img_box img{
    width: 100%;
    height: auto;
}

.DIY_MAX_content_text ul{
    width: 100%;
    overflow: hidden;
    margin-top: var(--top40);
}
.DIY_MAX_content_text ul li{
    width: 100%;
    overflow: hidden;
    transition: auto;
}
.image_compare {
    width: 100%;
    position: relative;
    overflow: hidden;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.image_compare *{
    transition: auto;
    pointer-events: none;
}
.image_compare_wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.image_before,
.image_after {
    width: 100%;
    height: 100%;
    display: block;
}
.image_compare_wrapper_box img{
    width: 100%;
    height: auto;
}
.image_before{
    position: absolute;
    top: 0;
    left: 0;
}
.image_after {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    object-fit: cover;
    object-position: left;
    clip-path: inset(0 0 0 0);
}

.slider_handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    background: rgba(255,255,255,0.8);
    transform: translateX(-50%);
    cursor: ew-resize;
    pointer-events: auto;
}

.slider_button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    box-shadow: 0px 2px 10px 0px rgb(241, 241, 241);
    background: rgb(255, 255, 255);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    pointer-events: auto;
}

.slider_button svg {
    width: 20px;
    display: block;
}



.DIY_MAX_content_text a{
    display: block;
    width: max-content;
    line-height: 40px;
    margin: auto;
    border: 1px solid rgb(51, 51, 51);
    border-radius: 4px;
    padding: 0 30px;
    font-size: var(--size14);
    color: rgb(51, 51, 51);
    margin-top: var(--top60);
}

.DIY_MAX_content_text a:hover{
    padding: 0 50px;
    background: rgb(51, 51, 51);
    color: #fff;
}


.Banner{
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 700px;
}

.Banner_box {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.Banner_box_img{
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    z-index: 1;
}

.Banner_box_img.active {
    opacity: 1;
    visibility: visible;
    position: relative;
    pointer-events: auto;
    z-index: 2;
}

.Banner_box_img>img {
    width: 50%;
    height: 700px;
    min-height: 700px;
    object-fit: cover;
}

.Banner_box_text {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}

.Banner_box_text_box {
    width: 100%;
    padding: 0 var(--top80) 0 200px;
}

.Banner_box_text_box h2 {
    font-size: var(--size30);
    color: rgb(51, 51, 51);
}

.Banner_box_text_box p {
    font-size: var(--size14);
    color: rgb(51, 51, 51);
    line-height: 1.7;
    margin-top: var(--top20);
}

.Banner_box_text_box a {
    display: block;
    width: max-content;
    line-height: 40px;
    border: 1px solid rgb(51, 51, 51);
    border-radius: 4px;
    padding: 0 30px;
    font-size: var(--size14);
    color: rgb(51, 51, 51);
    margin-top: var(--top60);
}

.Banner_box_text_box a:hover {
    padding: 0 50px;
    background: rgb(51, 51, 51);
    color: #fff;
    transition: all 0.3s;
}

.Banner_control {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 400px;
    height: 600px;
    border: 1px dashed rgba(51, 51, 51, 0.3);
    border-radius: 50%/50%;
    pointer-events: none;
    z-index: 5;
    transition: auto;
    overflow: visible;
}

.Banner_control::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-right: 2px solid rgb(0, 0, 0);
    border-radius: 50%/50%;
    opacity: 1;
    z-index: 0;
    transition: all 0.5s;
    clip-path: polygon(50% 0%, 100% 0%, 100% var(--translate-y, 0), 50% var(--translate-y, 0));
}


.Banner_dot {
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid rgba(51, 51, 51, 0.5);
    cursor: pointer;
    z-index: 10;
    pointer-events: auto;
}

.Banner_dot.active {
    background: rgb(51, 51, 51);
    border-color: rgb(51, 51, 51);
}

.Products_show{
    width: var(--max);
    margin: var(--top50) auto;
}

.Products_show .Series_Pictures{
    width: 715px;
    max-width: 100%;
    margin: auto;
    margin-top: var(--top80);
}

.Series_Pictures_btn{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.Products_show_title{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 6vw;
}
.Products_show_title_left{
    width: 50%;
    overflow: hidden;
    background: rgb(242, 242, 242);
    padding: var(--top20);
}

.Products_show_title_left_box{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 25px;
}

.Products_show_title_left_box_img{
    width: max-content;
    height: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-right: auto;
    position: relative;
}
.Products_show_title_left_box_img img{
    width: 20px;
    height: auto;
}

.Product_dropdown {
    width: max-content;
    position: absolute;
    top: 100%;
    left: 0%;
    transform: scale(0);
    transform-origin: top left;
    transition: all 0.3s ease-in-out;
    z-index: 99;
}

.Products_show_title_left_box_img:hover .Product_dropdown {
    transform: scale(1);
}

.Product_dropdown_list {
    background: #fff;
    border-radius: 4px;
    padding: 12px 25px;
    margin-top: 15px;
    position: relative;
    filter: drop-shadow(0 0 10px #00000030);
}

.Product_dropdown_item::after {
    content: '';
    width: 0px;
    height: 0px;
    border-left: 8px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    top: -6px;
    left: 10px;
}

.Product_dropdown_item {
    font-size: var(--size14);
    color: rgb(51, 51, 51);
    line-height: 2;
    cursor: pointer;
}


.Products_show_title_left_img{
    width: 100%;
    overflow: hidden;
    padding: var(--top40);
}

.Products_show_title_left_img img{
    width: 100%;
    height: auto;
}

.Products_show_title_right{
    flex: 1;
}
.Products_show_title_right>span{
    display: block;
    font-size: var(--size16);
    color: rgb(51, 51, 51);
}
.Products_show_title_right h2{
    font-size: var(--size24);
    color: rgb(51, 51, 51);
    margin-top: var(--top20);
}

.Products_show_title_right ul{
    width: 100%;
    overflow: hidden;
    margin-top: var(--top30);
    display: flex;
    flex-wrap: wrap;
    gap: var(--top20);
}

.Products_show_title_right ul li{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.Products_show_title_right_title{
    font-size: 14px;
    color: rgb(153, 153, 153);
    width: 100px;
}

.Products_show_title_right_content{
    font-size: 14px;
    color: rgb(51, 51, 51);
    flex: 1;
}

.Products_show_title_right_content span{
    font-size: 12px;
    color: rgb(153, 153, 153);
}

.Products_show_title_right_content a,
.Products_show_title_right_title a{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    color: rgb(153, 153, 153);
}

.Products_show_title_right_content_box {
    display: flex;
    align-items: center;
    gap: 10px;
    width: max-content;
    border: 1px solid #9e9e9e;
    border-radius: 4px;
    overflow: hidden;
}

.quantity_btn {
    width: 30px;
    height: 30px;
    background: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: all 0.3s;
    border: transparent;
}

.quantity_btn:hover {
    background: #333;
    color: #fff;
}

.quantity_input {
    width: 40px;
    height: 30px;
    text-align: center;
    font-size: 14px;
    color: #333;
}

.quantity_input::-webkit-inner-spin-button,
.quantity_input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.Series_all{
    width: var(--max);
    margin: var(--top50) auto;
}

.Series_lists_box{
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    gap: var(--top50);
    margin: var(--top50) auto;
}
.Series_lists{
    width: 100%;
}
.Series_list_item{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.Series_list_item h2{
    font-size: var(--size18);
    color: rgb(51, 51, 51);
}
.Series_list_item a {
    display: block;
    width: max-content;
    line-height: 40px;
    border: 1px solid rgb(51, 51, 51);
    border-radius: 4px;
    padding: 0 15px;
    font-size: var(--size14);
    color: rgb(51, 51, 51);
}

.Series_list_item a:hover {
    padding: 0 30px;
    background: rgb(51, 51, 51);
    color: #fff;
}

.Series_lists ul{
    width: 100%;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: var(--top40);
    margin-top: var(--top20);
}

.Series_lists ul li{
    width: 100%;
}
.Series_list_item_img{
    width: 100%;
    overflow: hidden;
}
.Series_list_item_img img{
    width: 100%;
    aspect-ratio: 4 / 3;
}

.Series_list_item_img_box{
    width: 100%;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(6,1fr);
    gap: 10px;
    margin-top: 10px;
}

.Series_list_item_img_box_item{
    width: 100%;
    overflow: hidden;
    cursor: pointer;
}
.Series_list_item_img_box_item img{
    width: 100%;
    height: auto;
}

.Series_list_item_text {
    position: absolute;
    bottom: 100%;
    width: 250%;
    margin: 0;
    background-color: #f8f8f8;
    z-index: 20000;
    opacity: 0;
    pointer-events: none;
    transform: translate(0, 20px);
    padding: 30px;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.Series_list_item_text h2{
    font-size: var(--size20);
    color: rgb(51, 51, 51);
}

.Series_list_item_text p{
    font-size: var(--size14);
    color: rgb(51, 51, 51);
    margin-top: 5px;
}

.Series_list_item_text a{
    width: 30px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s;
}
.Series_lists ul li:hover .Series_list_item_text a{
    opacity: 1;
}
.Series_list_item_text svg{
    width: 100%;
    height: auto;
}

.video_container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(0px);
}

.video_container.active {
    opacity: 1;
    visibility: visible;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
}

.video_box {
    width: 90%;
    max-width: 800px;
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    position: relative;
    display: flex;
    gap: 10px;
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.video_container.active .video_box {
    transform: translateY(0);
    opacity: 1;
}

.video_box video {
    width: 100%;
    display: block;
    border-radius: 5px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.close_video {
    position: absolute;
    top: -40px;
    right: 0;
    width: 30px;
    height: 30px;
    background: none;
    border: none;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.close_video:hover {
    transform: rotate(90deg);
}



.load_more{
    display: block;
    width: max-content;
    line-height: 40px;
    border: 1px solid rgb(51, 51, 51);
    border-radius: 4px;
    padding: 0 30px;
    font-size: var(--size14);
    color: rgb(51, 51, 51);
    margin: auto;
    margin-top: var(--top60);
    cursor: pointer;
}

.load_more:hover {
    padding: 0 50px;
    background: rgb(51, 51, 51);
    color: #fff;
}

.menu_nav li svg {
    transition: transform 0.3s ease, fill 0.3s ease;
}

.menu_nav li svg path {
    transition: fill 0.3s ease;
}


.color_block {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    border: 1px solid #e8e8e8;
    transition: transform 0.2s ease;
}

.Products_dropdown_item.color_item input:checked + .color_block {
    transform: scale(0.9);
    box-shadow: 0 0 0 2px #1890ff;
}

.Products_list_item_li{
    position: relative;
}
.Products_list_item_text_img{
    width: 100%;
    position: relative;
}
.Products_list_item_img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.Products_list_item_hover{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
}
.Products_list_item_li:hover .Products_list_item_hover{
    opacity: 0;
}
.Products_list_item_img_img{
    position: relative;
    z-index: 5;
}
.Products_list_img{
    position: relative;
    z-index: 6;
}
.Products_list_item_text {
    position: absolute;
    bottom: 100%;
    width: 250%;
    margin: 0;
    background-color: #f8f8f8;
    z-index: 20000;
    opacity: 0;
    pointer-events: none;
    transform: translate(0, 20px);
    padding: 30px;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.Products_list_item_li:hover .Products_list_item_text {
    opacity: 1;
    pointer-events: auto;
    transform: translate(0, -10px);
}

.Products_list_item_text.align_right {
    left: auto;
    right: 0;
}

.Products_filter_title_more ul li{
    width: 140px;
    justify-content: space-between;
    position: relative;
}
.Products_more{
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    background: #ffffff;
    display: none;
    transition: auto;
    z-index: 999;
}
.Products_more_list{
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--top20);
}
.Products_more_item{
    width: 100%;
    overflow: hidden;
    font-size: var(--size14);
    color: #000000;
}
