:root {
    --max: 1280px;
    --size12: 12px;
    --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;
}

body {
    background: rgba(245, 245, 245, 1);
}

.Hertre {
    width: 100%;
    z-index: 999;
    position: relative;
}

.Hertre_top {
    width: 100%;
    height: 40px;
    background: rgba(246, 247, 251, 1);
}

.Hertre_top_max {
    width: var(--max);
    margin: auto;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.Hertre_top_max h2 {
    font-size: var(--size14);
    color: rgba(13, 13, 15, 1);
    line-height: 1;
}

.Hertre_top_max ul {
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--top20);
}

.Hertre_top_max ul li {
    width: max-content;
    border-left: 1px solid rgba(64, 118, 182, 1);
    padding-left: var(--top20);
    line-height: 1;
    font-size: var(--size14);
    color: rgba(61, 61, 65, 1);
}

.Hertre_top_max ul li:nth-child(1) {
    padding: 0;
    border-left: none;
}

.Hertre_top_max ul li a {
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    line-height: 1;
    font-size: var(--size14);
    color: rgba(61, 61, 65, 1);
}

.Hertre_top_max ul li a svg {
    width: 14px;
    aspect-ratio: 4 / 4;
    object-fit: contain;
}

.Hertre_cen {
    width: 100%;
    overflow: hidden;
    background: rgba(252, 252, 252, 1);
}

.Hertre_cen_max {
    width: var(--max);
    margin: var(--top30) auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--top30);
}

.Logo {
    width: 120px;
    overflow: hidden;

}

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

.Hertre_cen form {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 9vw;
}

.Hertre_cen form input {
    flex: 1;
    height: 52px;
    opacity: 1;
    border-radius: 2px 0px 0px 2px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(130, 154, 212, 1);
    font-size: var(--size14);
    color: rgba(120, 120, 120, 1);
    padding: 0 var(--top20);
}

.Hertre_cen form button {
    width: 80px;
    height: 52px;
    border-radius: 0px 2px 2px 0px;
    background: rgba(37, 92, 184, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.Hertre_cen form button svg {
    width: 20px;
    height: auto;
    display: block;
}

.Hertre_cen_max>a {
    width: max-content;
    height: 52px;
    opacity: 1;
    border-radius: 2px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(130, 154, 212, 1);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-height: 1;
    gap: 5px;
    padding: 0 20px;
    font-size: var(--size14);
    color: rgba(37, 92, 184, 1);
}

.Hertre_cen_max>a svg {
    width: 14px;
    aspect-ratio: 4 / 4;
    object-fit: contain;
}

.Nav {
    width: 100%;
    background: rgba(255, 255, 255, 1);
}

.Nav_max {
    width: var(--max);
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.Nav_chanpin {
    width: max-content;
    position: relative;
    line-height: 60px;
    background: rgba(241, 241, 241, 1);
    font-size: var(--size16);
    color: rgba(61, 61, 65, 1);
    padding: 0 var(--top30);
    padding-right: 10vw;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.Nav_chanpin svg {
    width: 12px;
    height: auto;
    position: absolute;
    top: 50%;
    right: var(--top30);
    transform: translateY(-50%);
}

.Nav_xai {
    width: max-content;
    min-width: 100%;
    display: none;
    background: #ffffff;
    position: absolute;
    top: 100%;
    transition: auto;
    padding: var(--top30);
    left: 0%;
    box-shadow: 0px 2px 3px 1px #00000010;
}

.Nav_list {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--top20) var(--top30);
}

.Nav_list a {
    color: rgba(61, 61, 65, 1);
    display: block;
    line-height: 1;
    font-size: var(--size14);
}

.Nav_list a.active,
.Nav_list a:hover {
    color: rgba(37, 92, 184, 1);
}

.Nav_max ul {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
}

.Nav_max ul li {
    font-size: var(--size16);
    color: rgba(61, 61, 65, 1);
    text-align: center;
    line-height: 60px;
    position: relative;
}

.Nav_max ul li.active,
.Nav_max ul li:hover {
    color: rgba(37, 92, 184, 1);
}

.Nav_max ul li::after {
    content: "";
    width: 0%;
    height: 2px;
    background: rgba(37, 92, 184, 1);
    border-radius: 2px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s;
}

.Nav_max ul li.active::after,
.Nav_max ul li:hover::after {
    width: 100%;
}

.Lingyu {
    width: var(--max);
    margin: var(--top60) auto;
}

.Lingyu ul {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--top60);
}

.Lingyu ul li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: var(--top60);
}

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

.Lingyu ul li img {
    width: 43%;
    height: auto;
}

.Lingyu_text {
    flex: 1;
}

.Lingyu_text h2 {
    font-size: var(--size20);
    color: rgba(61, 61, 65, 1);
    line-height: 1.4;
    font-weight: 700;
    padding-right: 15%;
}

.Lingyu_text p {
    font-size: var(--size16);
    color: rgba(152, 152, 152, 1);
    margin-top: var(--top40);
    line-height: 1.8;
}

.Xinwen {
    width: var(--max);
    margin: 20px auto;
}

.Xinwen ul {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.Xinwen ul li {
    width: 100%;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.04);
    padding: var(--top50);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: var(--top20);
}

.Xinwen_tame {
    width: max-content;
    font-size: var(--size20);
    color: rgba(37, 92, 184, 1);
    line-height: 1.2;
}

.Xinwen_right {
    flex: 1;
}

.Xinwen_right h2 {
    font-size: var(--size20);
    color: rgba(61, 61, 65, 1);
    font-weight: 700;
    line-height: 1.2;
}

.Xinwen_text {
    width: 100%;
    margin-top: var(--top40);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 6vw;
}

.Xinwen_text p {
    flex: 1;
    font-size: var(--size16);
    color: rgba(102, 102, 102, 1);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.Xinwen_text a {
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--top20);
    font-size: var(--size16);
    color: rgba(102, 102, 102, 1);
    line-height: 1;
}

.Xinwen_text a svg {
    width: 60px;
    height: auto;
}

.Xinwen_text a:hover {
    color: rgba(37, 92, 184, 1);
}

.Xinwen_text a:hover svg * {
    fill: rgba(37, 92, 184, 1);
}

.Miannao {
    width: 100%;
    overflow: hidden;
    background: rgba(255, 255, 255, 1);
    margin-top: 1px;
}

.Miannao_max {
    width: var(--max);
    margin: 15px auto;
    font-size: var(--size14);
    color: rgba(61, 61, 65, 1);
}

.Miannao_max span {
    color: rgba(52, 104, 196, 1);
}

.Show {
    width: var(--max);
    background: rgba(255, 255, 255, 1);
    margin: 20px auto;
    padding: var(--top40);
}

.Show>h2 {
    font-size: var(--size30);
    color: rgba(61, 61, 65, 1);
    font-weight: 700;
    text-align: center;
}

.Show_tame {
    width: 100%;
    margin-top: var(--top30);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(230, 230, 230, 1);
    border-bottom: 1px solid rgba(230, 230, 230, 1);
    padding: 15px 0;
}

.Show_tame>p {
    font-size: var(--size16);
    color: rgba(102, 102, 102, 1);
    line-height: 1;
}

.Show_tame a {
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: var(--size16);
    color: rgba(102, 102, 102, 1);
    gap: 10px;
}

.Show_tame a svg {
    width: 24px;
    height: auto;
    display: block;
}

.Show_tame a:hover {
    color: rgba(37, 92, 184, 1);
}

.Show_tame a:hover svg * {
    fill: rgba(37, 92, 184, 1);
}

.Show_text {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top30);
    font-size: var(--size14);
    color: rgba(102, 102, 102, 1);
    line-height: 2;
}

.Show_text * {
    max-width: 100%;
}

.Prev {
    width: 100%;
    border-top: 1px solid rgba(230, 230, 230, 1);
    padding-top: var(--top30);
    margin-top: var(--top30);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}

.Prev a {
    width: max-content;
    max-width: 48%;
    display: block;
    font-size: var(--size14);
    color: rgba(102, 102, 102, 1);
}

.Prev a:hover {
    color: rgba(37, 92, 184, 1);
}

.Register {
    width: 770px;
    max-width: calc(100% - 30px);
    margin: var(--top60) auto;
    border-radius: 20px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 255, 255, 1);
    padding: var(--top50) var(--top100);
}

.Register ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: var(--top30);
}

.Register ul li {
    flex: 1;
    font-size: var(--size20);
    color: rgba(61, 61, 65, 1);
    text-align: center;
    position: relative;
    font-weight: 700;
    line-height: 1;
    padding-bottom: 25px;
}

.Register ul li::after {
    content: "";
    width: 0%;
    height: 5px;
    background: rgba(37, 92, 184, 1);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s;
}

.Register ul li.active,
.Register ul li:hover {
    color: rgba(37, 92, 184, 1);
}

.Register ul li.active::after,
.Register ul li:hover::after {
    width: 100%;
}

.Register form {
    width: 100%;
    margin-top: var(--top60);
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--top30);
}

.Register_item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: var(--top20);
}

.Register_item p {
    font-size: var(--size16);
    color: rgba(61, 61, 65, 1);
    line-height: 1;
    text-align: right;
}

.Register_item p span {
    color: rgba(241, 62, 43, 1);
}

.Register_item input {
    flex: 1;
    height: 48px;
    border-radius: 4px;
    background: rgba(242, 244, 245, 0.3);
    border: 1px solid rgba(217, 217, 217, 1);
    font-size: var(--size14);
    color: rgba(61, 61, 65, 1);
    padding: 0 var(--top20);
}

.Register form button {
    width: 100%;
    height: 48px;
    border-radius: 4px;
    background: rgba(37, 92, 184, 1);
    font-size: var(--size16);
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
    cursor: pointer;
}

.User {
    width: var(--max);
    margin: 20px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: var(--top20);
}

.User_left {
    width: 200px;
    background: rgba(255, 255, 255, 1);
}

.User_left ul {
    width: 100%;
}

.User_left ul li {
    width: 100%;
    text-align: center;
    font-size: var(--size16);
    color: rgba(61, 61, 65, 1);
    font-weight: 700;
    line-height: 60px;
    position: relative;
}

.User_left ul li::after {
    content: "";
    width: 4px;
    height: 0%;
    border-radius: 3px 0px 0px 3px;
    background: rgba(37, 92, 184, 1);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: all 0.3s;
}

.User_left ul li.active,
.User_left ul li:hover {
    background: rgba(229, 239, 255, 1);
    color: rgba(37, 92, 184, 1);
}

.User_left ul li.active::after,
.User_left ul li:hover::after {
    height: 50%;
}

.User_right {
    width: calc(100% - 220px);
}

.User_title {
    width: 100%;
    background: rgba(255, 255, 255, 1);
    font-size: var(--size16);
    color: rgba(33, 33, 33, 1);
    line-height: 1;
    padding: var(--top20);
}

.User_title span {
    color: rgba(52, 104, 196, 1);
}

.Ziliao {
    width: 100%;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.06);
    padding: var(--top20);
    margin-top: var(--top20);
}

.Ziliao table {
    width: 100%;
    max-width: 100%;
}

.Ziliao table th,
.Ziliao table td {
    border: 1px solid rgba(232, 232, 232, 1);
    font-size: var(--size14);
    color: rgba(61, 61, 65, 1);
    padding: var(--top20);
    word-break: break-all;
    white-space: pre-wrap;
    overflow-wrap: break-word;
}

.Ziliao table th {
    width: 120px;
    background: rgba(245, 245, 245, 1);
}

.Ziliao button {
    width: max-content;
    height: 48px;
    border-radius: 2px;
    border: 1px solid rgba(37, 92, 184, 1);
    font-size: var(--size16);
    color: rgba(37, 92, 184, 1);
    padding: 0 var(--top40);
    cursor: pointer;
    margin-top: var(--top60);
}

.Ziliao button:last-child {
    border: 1px solid rgba(215, 35, 26, 1);
    color: rgba(215, 35, 26, 1);
}

#userEditForm {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--top20);
}

#userEditForm input {
    flex: 1;
    height: 48px;
    border-radius: 4px;
    background: rgba(242, 244, 245, 0.3);
    border: 1px solid rgba(217, 217, 217, 1);
    font-size: var(--size14);
    color: rgba(61, 61, 65, 1);
    padding: 0 var(--top20);
}

.Newdress {
    width: 100%;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.06);
    margin-top: var(--top20);
    padding: var(--top20);
}

.Newdress h2 {
    font-size: var(--size16);
    color: rgba(61, 61, 65, 1);
    font-weight: 700;
    line-height: 1;
}

.Newdress form {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--top30) var(--top50);
    margin-top: 25px;
}

.Newdress_item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: var(--top20);
}

.Newdress_item:nth-child(7),
.Newdress_item:nth-child(8) {
    grid-column: span 2;
}

.Newdress_item p {
    width: 56px;
    font-size: var(--size14);
    color: rgba(61, 61, 65, 1);
    line-height: 1;
    text-align: right;
}

.Newdress_item>input {
    flex: 1;
    height: 48px;
    border-radius: 4px;
    background: rgba(242, 244, 245, 0.3);
    border: 1px solid rgba(217, 217, 217, 1);
    font-size: var(--size14);
    color: rgba(61, 61, 65, 1);
    padding: 0 var(--top20);
}

.Newdress_button {
    width: 100%;
    grid-column: span 2;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    gap: var(--top20);
}

.Newdress_item label {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    font-size: var(--size14);
    color: rgba(61, 61, 65, 1);
    line-height: 1;
    cursor: pointer;
}

.Newdress_item label input {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid rgba(216, 216, 216, 1);
    background: transparent;
    position: relative;
    cursor: pointer;
}

.Newdress_item label input:before {
    content: "";
    background-color: rgba(37, 92, 184, 1);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 10px;
    aspect-ratio: 4 / 4;
    transition: all 0.3s ease-in-out;
}

.Newdress_item label input:checked {
    border: 1px solid rgba(37, 92, 184, 1);
}

.Newdress_item label input:checked:before {
    transform: translate(-50%, -50%) scale(1);
}

.Newdress_button button {
    width: max-content;
    height: 48px;
    border-radius: 2px;
    border: 1px solid rgba(215, 35, 26, 1);
    font-size: var(--size16);
    color: rgba(215, 35, 26, 1);
    padding: 0 var(--top40);
    cursor: pointer;
}

.Newdress_button button:last-child {
    border: none;
    background: rgba(37, 92, 184, 1);
    color: rgba(255, 255, 255, 1);
}

.Address {
    width: 100%;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.06);
    margin-top: var(--top20);
    padding: var(--top20);
}

.Address h2 {
    font-size: var(--size16);
    color: rgba(61, 61, 65, 1);
    font-weight: 700;
    line-height: 1;
}

.Address_list {
    width: 100%;
    margin-top: 25px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--top20);
}

.Address_item {
    width: 100%;
    border-radius: 12px;
    border: 1px solid rgba(232, 232, 232, 1);
    padding: var(--top20);
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.Address_item.Address_xuan {
    border-color: rgba(37, 92, 184, 1);
}

.Address_top {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: var(--top20);
}

.Address_svg {
    width: 30px;
    margin-top: 5px;
}

.Address_svg svg {
    width: 100%;
    height: auto;
    display: block;
}

.Address_cen {
    flex: 1;
}

.Address_cen>p {
    font-size: var(--size16);
    color: rgba(61, 61, 65, 1);
    line-height: 1.8;
}

.Address_xinxi {
    width: 100%;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.Address_xinxi p {
    font-size: var(--size16);
    color: rgba(61, 61, 65, 1);
}

.Address_top button {
    width: 14px;
    cursor: pointer;
    margin-top: 5px;
}

.Address_top button svg {
    width: 100%;
    height: auto;
    display: block;
}


.Address_top button:hover svg * {
    fill: rgba(37, 92, 184, 1);
}

.Address_moren {
    width: max-content;
    background: rgba(226, 237, 255, 1);
    color: rgba(37, 92, 184, 1);
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 12px;
    line-height: 26px;
    padding: 0 10px;
    border-top-left-radius: 12px;
}

.Kong {
    width: 100%;
    margin-top: var(--top30);
    text-align: center;
    font-size: var(--size16);
    color: red;
}

.Kong_wu {
    width: 100%;
    text-align: center;
    font-size: var(--size16);
    color: red;
}

.Gouwuche {
    width: 100%;
    overflow: auto;
    margin-top: var(--top20);
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.06);
    padding: var(--top20);
}

.Gouwuche_max {
    width: 100%;
    min-width: 900px;
}

.Gouwuche_top,
.Gouwuche_ltem {
    width: 100%;
    display: grid;
    grid-template-columns: 80px 1fr 120px 140px 110px 110px;
}

.Gouwuche_top {
    background: rgba(249, 249, 249, 1);
    padding: var(--top20) 0;
}

.Gouwuche_checkbox {
    width: 100%;
    padding-left: var(--top20);
}

.Gouwuche_checkbox label {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: var(--size14);
    color: rgba(120, 120, 120, 1);
    line-height: 1;
}

.Gouwuche_top p {
    text-align: center;
    font-size: var(--size14);
    color: rgba(120, 120, 120, 1);
    line-height: 1;
}

.Gouwuche_list {
    width: 100%;
    margin-top: var(--top20);
    border-top: 1px solid rgba(232, 232, 232, 1);
}

.Gouwuche_ltem {
    width: 100%;
    border: 1px solid rgba(232, 232, 232, 1);
    border-top: none;
}

.Gouwuche_ltem_checkbox {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 var(--top20);
}

.Gouwuche_checkbox input,
.Gouwuche_ltem_checkbox input {
    width: 16px;
    height: 16px;
    accent-color: rgba(37, 92, 184, 1);
    cursor: pointer;
}

.Gouwuche_img {
    width: 100%;
    padding: var(--top20);
}

.Gouwuche_img a{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: var(--top20);
}

.Gouwuche_img img {
    width: 100px;
    aspect-ratio: 4 / 4;
    background: rgba(248, 248, 248, 1);
    object-fit: contain;
}

.Gouwuche_title {
    flex: 1;
}

.Gouwuche_title h3 {
    font-size: var(--size14);
    color: rgba(61, 61, 65, 1);
    line-height: 1.5;
}

.Gouwuche_title p {
    font-size: 12px;
    color: rgba(152, 152, 152, 1);
    margin-top: 10px;
}

.Gouwuche_danjia {
    width: 100%;
    border-left: 1px solid rgba(232, 232, 232, 1);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.Gouwuche_danjia h3 {
    width: 100%;
    font-size: var(--size14);
    color: rgba(61, 61, 65, 1);
    text-align: center;
}

.Gouwuche_danjia p {
    width: 100%;
    font-size: 12px;
    color: rgba(152, 152, 152, 1);
    text-align: center;
}

.Gouwuche_shuliang {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-left: 1px solid rgba(232, 232, 232, 1);
    padding: 0 var(--top20);
}

.Gouwuche_shuliang_max {
    width: 100%;
    border: 1px solid rgba(218, 218, 218, 1);
    display: flex;
    justify-content: space-between;
}

.Gouwuche_shuliang_max button {
    width: 24px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.Gouwuche_shuliang_max button svg {
    width: 10px;
    height: auto;
}

.Gouwuche_shuliang_max input {
    width: calc(100% - 48px);
    text-align: center;
    border-left: 1px solid rgba(218, 218, 218, 1);
    border-right: 1px solid rgba(218, 218, 218, 1);
    font-size: var(--size14);
    color: rgba(61, 61, 65, 1);
}

.Gouwuche_xiaoji {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    border-left: 1px solid rgba(232, 232, 232, 1);
    font-size: var(--size14);
    color: rgba(61, 61, 65, 1);
}

.Gouwuche_caozuo {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 6px;
    border-left: 1px solid rgba(232, 232, 232, 1);
}

.Gouwuche_caozuo button,
.Gouwuche_caozuo a {
    width: 68px;
    height: 26px;
    background: rgba(247, 243, 244, 1);
    border: 1px solid rgba(221, 219, 220, 1);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: rgba(61, 61, 65, 1);
    line-height: 1;
    cursor: pointer;
}

.Gouwuche_caozuo button svg {
    width: 10px;
    height: auto;
}

.Gouwuche_caozuo button:hover {
    background: rgba(37, 92, 184, 1);
    color: rgba(255, 255, 255, 1);
    border-color: rgba(37, 92, 184, 1);
}

.Gouwuche_caozuo button:hover svg * {
    fill: rgba(255, 255, 255, 1);
}

.Gouwuche_button {
    width: 100%;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.06);
    margin-top: var(--top20);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    padding: 20px;
}

.Gouwuche_button>p {
    flex: 1;
    font-size: var(--size14);
    color: rgba(158, 158, 158, 1);
    line-height: 1;
}

.Gouwuche_button>p span {
    font-size: 16px;
    font-weight: 700;
    color: rgba(37, 92, 184, 1);
}

.Gouwuche_jiesuan {
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--top50);
}

.Gouwuche_jiesuan p {
    width: max-content;
    font-size: var(--size14);
    color: rgba(158, 158, 158, 1);
    line-height: 1;
}

.Gouwuche_jiesuan p span {
    font-size: var(--size30);
    color: rgba(241, 62, 43, 1);
    font-weight: 700;
}

.Gouwuche_jiesuan button {
    width: max-content;
    height: 50px;
    background: rgba(37, 92, 184, 1);
    font-size: var(--size16);
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
    padding: 0 var(--top40);
}


.Banner {
    width: 100%;
    position: relative;
}

.Banner img {
    width: 100%;
    min-height: 120px;
    object-fit: cover;
}
.Chanpin_banner.Banner{
    width: var(--max);
        margin: 0 auto;
}
.Chanpin_banner.Banner img{
    min-height: 400px;

}
.Banner_text {
    width: var(--max);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: var(--size24);
    color: rgba(255, 255, 255, 1);
}

.Chanpin {
    width: 100%;
    background: #f0f5fb;
    padding: var(--top60) 0;
}

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

.Chanpin_nav {
    width: 100%;
    margin-bottom: var(--top50);
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

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

.Chanpin_nav_item {
    width: max-content;
    line-height: 1;
    padding: 10px 25px;
    border-radius: 36px;
    border: 1px solid rgba(221, 221, 221, 1);
    font-size: var(--size14);
    color: rgba(102, 102, 102, 1);
}

.Chanpin_nav_item.active {
    border: none;
    background: rgba(37, 92, 184, 1);
    color: rgba(255, 255, 255, 1);
}

.Chanpin_list {
    width: 100%;
}

.Chanpin_list ul {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: var(--top20);
}

.Chanpin_list ul li {
    width: 100%;
    background: rgba(255, 255, 255, 1);
    padding: var(--top20);
}

.Chanpin_list ul li img {
    width: 100%;
    aspect-ratio: 4 / 4;
    object-fit: contain;
}


.Chanpin_list ul li h2 {
    font-size: var(--size16);
    color: rgba(61, 61, 65, 1);
    text-align: center;
    margin-top: var(--top20);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.Chanpin_list ul li a>span {
    text-align: center;
    font-size: var(--size14);
    color: rgba(120, 120, 120, 1);
    margin: 10px 0;
    display: block;
}

.Chanpin_list ul li p {
    font-size: var(--size16);
    color: rgba(215, 35, 26, 1);
    font-weight: 700;
    line-height: 1;
    text-align: center
}

.Chanpin_list ul li p span {
    font-size: var(--size24);
}

.Shoucang {
    width: 100%;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.06);
    padding: var(--top20);
    margin-top: var(--top20);
}

.Shoucang .Chanpin_list {
    margin: 0;
}

.Shoucang .Chanpin_list ul li {
    background: rgba(246, 247, 249, 1);
    position: relative;
}

.Collect_delete {
    width: 16px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

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

.Collect_delete:hover svg * {
    stroke: rgba(37, 92, 184, 1);
}

.Chanpin_show {
    width: var(--max);
    margin: 20px auto;
}

.Chanpin_top {
    width: 100%;
    background: rgba(255, 255, 255, 1);
    padding: var(--top30);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: var(--top50);
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.06);
}

.Chanpin_left {
    width: 27%;
}

.Chanpin_swiper_top {
    width: 100%;
    aspect-ratio: 4 / 4;
    border: 1px solid #00000010
}

.Chanpin_swiper_top li {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Chanpin_swiper_top img {
    max-width: 85%;
    max-height: 85%;
    object-fit: contain;
}

.Chanpin_swiper_buttom {
    width: 100%;
    margin-top: 10px;
}

.Chanpin_swiper_buttom li {
    width: 100%;
    aspect-ratio: 4 / 4;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #00000010;
    cursor: pointer;
}

.Chanpin_swiper_buttom li.zhenshangyin-slide-active {
    border: 1px solid rgba(37, 92, 184, 1);
}

.Chanpin_swiper_buttom img {
    max-width: 85%;
    max-height: 85%;
    object-fit: contain;
}

.Chanpin_left button {
    width: max-content;
    margin-top: var(--top30);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    font-size: var(--size16);
    color: rgba(37, 92, 184, 1);
    line-height: 1;
    cursor: pointer;
}

.Chanpin_left button svg {
    width: 16px;
    height: auto;
}

.Chanpin_cen {
    flex: 1;
}

.Chanpin_cen h2 {
    font-size: var(--size18);
    color: rgba(61, 61, 65, 1);
    line-height: 1.2;
}

.Chanpin_cen ul {
    width: 100%;
    margin-top: var(--top30);
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--top20);
}

.Chanpin_cen ul li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: var(--top20);
}

.Chanpin_cen ul li h2 {
    font-size: var(--size16);
    color: rgba(147, 146, 153, 1);
    font-weight: 400;
}

.Chanpin_cen ul li p {
    flex: 1;
    font-size: var(--size16);
    color: rgba(61, 61, 65, 1);
}

.Chanpin_cen ul li .Custom_attr {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.Chanpin_cen ul li .Custom_attr .Custom_attr_item {
    background: rgba(245, 245, 247, 1);
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 6px 12px;
    font-size: var(--size14);
    color: rgba(61, 61, 65, 1);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    transition: all 0.2s;
}

.Chanpin_cen ul li .Custom_attr .Custom_attr_item:hover {
    border-color: rgba(37, 92, 184, 0.5);
}

.Chanpin_cen ul li .Custom_attr .Custom_attr_item[data-selected="1"] {
    background: rgba(37, 92, 184, 0.1);
    border-color: rgba(37, 92, 184, 1);
    color: rgba(37, 92, 184, 1);
}

.Chanpin_cen ul li .Custom_attr .Custom_attr_item .Custom_attr_stock {
    font-size: var(--size12);
    opacity: 0.7;
}

.Chanpin_cen ul li:nth-child(1) {
    margin-bottom: 10px;
}

.Chanpin_cen ul li:nth-child(1) p {
    color: rgba(241, 62, 43, 1);
}

.Chanpin_cen ul li:nth-child(1) p span {
    font-size: var(--size24);
    font-weight: 700;
}

.Chanpin_cen_shu {
    width: 100%;
    border-top: 1px solid rgba(216, 216, 216, 1);
    padding-top: var(--top30);
    margin-top: var(--top30);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--top20);
}

.Chanpin_cen_shu p {
    font-size: var(--size16);
    color: rgba(147, 146, 153, 1);
}

.Chanpin_cen_shu .Gouwuche_shuliang_max {
    width: 110px;
}

.Chanpin_cen_shu .Gouwuche_shuliang_max button {
    height: 38px;
}

.Chanpin_cen_zhifu {
    width: 100%;
    margin-top: var(--top30);
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
}

.Chanpin_cen_zhifu button {
    width: max-content;
    background: rgba(37, 92, 184, 1);
    height: 40px;
    padding: 0 var(--top20);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    font-size: var(--size14);
    color: rgba(255, 255, 255, 1);
    line-height: 1;
    cursor: pointer;
}

.Chanpin_cen_zhifu button svg {
    width: 16px;
    height: auto;
    display: block;
}

.Chanpin_cen_zhifu button:last-child {
    background: rgba(254, 101, 0, 1);
}

.Chanpin_right {
    width: 28%;
}

.Chanpin_right img {
    width: 115px;
    height: auto;
    margin: auto;
}

.Chanpin_right_text {
    width: 100%;
    border-top: 1px solid rgba(216, 216, 216, 1);
    padding-top: var(--top20);
    margin-top: var(--top20);
}

.Chanpin_right_text h2 {
    font-size: var(--size16);
    color: rgba(61, 61, 65, 1);
}

.Chanpin_right_text p {
    font-size: var(--size14);
    color: rgba(120, 120, 120, 1);
    line-height: 1.8;
    margin-top: 10px;
}

.Chanpin_button {
    width: 100%;
    background: rgba(255, 255, 255, 1);
    margin-top: var(--top20);
    padding: var(--top20);
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.06);
}

.Chanpin_button_top {
    width: 100%;
    background: rgba(249, 249, 250, 1);
    border: 1px solid rgba(232, 232, 232, 1);
}

.Chanpin_button_top h2 {
    width: max-content;
    background: rgba(37, 92, 184, 1);
    line-height: 60px;
    font-size: var(--size16);
    color: rgba(255, 255, 255, 1);
    padding: 0 var(--top60);
}

.Chanpin_button_text {
    width: 100%;
    margin-top: var(--top20);
    font-size: var(--size14);
    color: rgba(120, 120, 120, 1);
    line-height: 1.6;
}

.Chanpin_button_text * {
    max-width: 100%;
}
.Chanpin_button_text img{
    width: 750px;
    margin: 0 auto;
}

.Dingdan {
    width: 100%;
    margin-top: var(--top20);
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.06);
    padding: var(--top20);
}
.Dingdan ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: var(--top20);
}

.Dingdan ul li {
    width: max-content;
    position: relative;
    font-size: var(--size16);
    color: rgba(61, 61, 65, 1);
    padding-bottom: 10px;
    cursor: pointer;
}

.Dingdan ul li::after {
    content: "";
    width: 0;
    height: 2px;
    background: rgba(37, 92, 184, 1);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s;
}

.Dingdan ul li.active {
    color: rgba(37, 92, 184, 1);
}

.Dingdan ul li.active::after {
    width: 100%;
}
.Dingdan_max {
    width: 100%;
    min-width: 700px;
    margin-top: var(--top20);
}

.Dingdan_title {
    width: 100%;
    background: rgba(249, 249, 249, 1);
    display: grid;
    grid-template-columns: 1fr 120px 110px 110px 110px;
}

.Dingdan_title p {
    font-size: var(--size14);
    color: rgba(120, 120, 120, 1);
    padding: 10px;
    text-align: center;
}

.Dingdan_title p:nth-child(1) {
    text-align: left;
    padding: 10px var(--top20);
}

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

.Dingdan_top {
    width: 100%;
    background: rgba(245, 245, 245, 1);
    border: 1px solid rgba(232, 232, 232, 1);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: var(--top30);
    padding: 10px 0;
}

.Dingdan_tame {
    font-size: var(--size14);
    color: rgba(61, 61, 65, 1);
    font-weight: 900;
    padding-left: var(--top20);
}

.Dingdanhao {
    font-size: var(--size14);
    color: rgba(61, 61, 65, 1);
}

.Dingdan_caozuo {
    width: 110px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    margin-left: auto;
}

.Dingdan_caozuo button {
    width: 16px;
    cursor: pointer;
    display: block;
}

.Dingdan_caozuo button svg {
    width: 100%;
    height: auto;
    display: block;
}

.Dingdan_row {
    width: 100%;
}

.Dingdan_ltem {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 120px 110px 110px 110px;
    border: 1px solid rgba(232, 232, 232, 1);
    border-top: none;
}

.Dingdan_buttom {
    width: 100%;
    background: rgba(245, 245, 245, 1);
    border: 1px solid rgba(232, 232, 232, 1);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    align-content: flex-end;
    gap: var(--top30);
    padding: 10px var(--top20);
}

.Dingdan_dizhi {
    flex: 1;
}

.Dingdan_dizhi p {
    font-size: var(--size14);
    color: rgba(61, 61, 65, 1);
    line-height: 1.8;
}

.Dingdan_zong {
    width: max-content;
}

.Dingdan_zong h2 {
    font-size: var(--size14);
    color: rgba(61, 61, 65, 1);
}

.Dingdan_zong p {
    font-size: var(--size20);
    color: rgba(215, 35, 26, 1);
    font-weight: 500;
}

.Dingdan_buttom button {
    width: max-content;
    height: 34px;
    padding: 0 20px;
    background: rgba(247, 243, 244, 1);
    border: 1px solid rgba(37, 92, 184, 1);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: rgba(37, 92, 184, 1);
    line-height: 1;
    cursor: pointer;
}

.Footer {
    width: 100%;
    overflow: hidden;
    background: linear-gradient(165.76deg, rgba(43, 52, 66, 1) 0%, rgba(44, 45, 50, 1) 38.72%, rgba(44, 45, 50, 1) 100%);
}

.Footer_max {
    --max:996px;
    width: var(--max);
    overflow: hidden;
    margin: var(--top30) auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: var(--top50);
}

.Footer_left {
    width: max-content;
    max-width: 300px;
        display: flex;
    flex-direction: column;
    align-items: center;
}

.Footer_left img {
    width: 130px;
    height: auto;
}

.Footer_left p {
    font-size: var(--size16);
    color: rgba(171, 171, 173, 1);
    margin-top: 15px;
}

.Footer_ul {
    width: max-content;
}

.Footer_ul h2 {
    width: max-content;
    font-size: var(--size18);
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
    position: relative;
    padding-bottom: 3px;
}

.Footer_ul h2 a {
    position: relative;
    z-index: 5;
}

.Footer_ul h2::after {
    content: "";
    width: 130%;
    height: 12px;
    background: linear-gradient(90deg, rgba(48, 72, 94, 1) 0%, rgba(49, 53, 72, 1) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.Footer_ul ul {
    width: 100%;
    overflow: hidden;
    margin-top: 25px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 25px;
}

.Footer_ul ul li {
    font-size: var(--size16);
    color: rgba(171, 171, 173, 1);
    line-height: 1;
}

.Footer_right {
    width: max-content;
}

.Footer_right ul {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
}

.Footer_right ul li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    font-size: var(--size16);
    color: rgba(171, 171, 173, 1);
}

.Footer_right ul li:nth-child(1) {
    margin-bottom: 20px;
}

.Footer_right ul li svg {
    width: 48px;
    height: auto;
}

.Footer_right ul li p {
    font-size: var(--size30);
    color: rgba(171, 171, 173, 1);
    line-height: 1;
    font-weight: 700;
}

.Beian {
    width: 100%;
    overflow: hidden;
    background: rgba(39, 40, 44, 1);
}

.Beian_max {
    width: var(--max);
    overflow: hidden;
    margin: var(--top20) auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.Beian_max p {
    font-size: var(--size14);
    color: rgba(100, 101, 105, 1);
}

.Banner_swiper {
    width: var(--max);
    margin: 0 auto;
}

.Banner_swiper li {
    width: 100%;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 400px !important;
}

.Banner_swiper_text {
    width: 550px;
    max-width: calc(100% - 30px);
    margin: 110px auto;
}

.Banner_swiper_text h2 {
    font-size: var(--size30);
    color: rgba(255, 255, 255, 1);
}

.Banner_swiper_text p {
    font-size: var(--size16);
    color: rgba(255, 255, 255, 1);
    margin-top: var(--top20);
    line-height: 1.8;
}

.Reshiao_shangpin {
    width: var(--max);
    margin: var(--top60) auto;
    position: relative;
    z-index: 5;
    background: linear-gradient(90deg, rgba(2, 53, 117, 1) 0%, rgba(3, 129, 250, 1) 100%);
}

.Reshiao_nav {
    width: 100%;
}

.Reshiao_nav ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.Reshiao_nav ul li {
    position: relative;
    cursor: pointer;
    padding: 15px 40px;
    font-size: var(--size16);
    background: #fff;
    color: rgba(61, 61, 65, 1);
    clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 100%, 0 100%);
    z-index: 1;
}

.Reshiao_nav ul li+li {
    margin-left: -21px;
    padding-left: 40px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 20px 100%);
    z-index: 0;
}

.Reshiao_nav ul li.active {
    background: transparent;
    color: #fff;
    z-index: 2;
}

.Reshiao_body {
    width: 100%;
    padding: var(--top30);
}

.Reshiao_list {
    width: 100%;
    display: none;
    transition: auto;
}

.Reshiao_list:nth-child(1) {
    display: block;
}

.Reshiao_list ul {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: var(--top20);
}

.Reshiao_list ul li {
    width: 100%;
    background: rgba(255, 255, 255, 1);
}

.Reshiao_list ul li a {
    width: 100%;
    display: block;
    padding: 10px;
}

.Reshiao_list ul li img {
    width: 100%;
    aspect-ratio: 4 / 4;
    object-fit: contain;
}


.Reshiao_list ul li h2 {
    font-size: var(--size16);
    color: rgba(61, 61, 65, 1);
    margin-top: var(--top20);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.Reshiao_list ul li a>span {
    font-size: var(--size14);
    color: rgba(120, 120, 120, 1);
    margin: 10px 0;
    display: block;
}

.Reshiao_list ul li p {
    font-size: var(--size16);
    color: rgba(215, 35, 26, 1);
    font-weight: 700;
    line-height: 1;
}

.Reshiao_list ul li p span {
    font-size: var(--size24);
}


.Reshiao_list ul li button {
    width: 100%;
    height: 50px;
    text-align: center;
    background: rgba(240, 245, 251, 1);
    font-size: var(--size16);
    color: rgba(37, 92, 184, 1);
    cursor: pointer;
    font-weight: 700;
}

.Lan {
    width: 100%;
    overflow: hidden;
    background: #f0f5fb;
    position: relative;
}

.Lan::after {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/beijing.png) no-repeat bottom center / 100% auto;
    position: absolute;
    bottom: 0;
    left: 0;
}

.Lingyus {
    width: var(--max);
    margin: var(--top60) auto;
    position: relative;
    z-index: 5;
}

.Lingyus h2 {
    font-size: var(--size16);
    color: rgba(61, 61, 65, 1);
    line-height: 1;
}

.Lingyus h2 span {
    font-size: var(--size24);
    font-weight: 700;
}

.Lingyus ul {
    width: 100%;
    margin-top: var(--top30);
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(218, 222, 226, 1);
}

.Lingyus ul li {
    width: max-content;
    position: relative;
    font-size: var(--size16);
    color: rgba(61, 61, 65, 1);
    padding: 0 var(--top40);
    padding-bottom: 15px;
    cursor: pointer;
}

.Lingyus ul li::after {
    content: "";
    width: 0;
    height: 4px;
    background: rgba(37, 92, 184, 1);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s;
}

.Lingyus ul li.active {
    color: rgba(37, 92, 184, 1);
}

.Lingyus ul li.active::after {
    width: 100%;
}

.Lingyus_max {
    width: 100%;
    margin-top: var(--top30);
}

.Lingyus_list {
    width: 100%;
    display: none;
    transition: auto;
}

.Lingyus_list:nth-child(1) {
    display: block;
}

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

.Lingyus_item>img {
    flex: 1;
    contain: size;
    object-fit: cover;
}

.Lingyus_text {
    width: 33%;
    background: rgba(255, 255, 255, 1);
    padding: var(--top40);
}

.Lingyus_text h2 {
    font-size: var(--size18);
    color: rgba(61, 61, 65, 1);
    line-height: 1.4;
    font-weight: 700;
}

.Lingyus_text p {
    font-size: var(--size14);
    color: rgba(152, 152, 152, 1);
    margin-top: var(--top30);
    line-height: 1.8;
}

.Lingyus_text a {
    width: 100%;
    margin-top: var(--top30);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    line-height: 48px;
    background: rgba(240, 245, 251, 1);
    font-size: var(--size16);
    color: rgba(37, 92, 184, 1);
}

.Lingyus_text a svg {
    width: 6px;
    height: auto;
}

.Laner {
    width: 100%;
    overflow: hidden;
    background: #f0f5fb;
    position: relative;
}

.Chanpinin {
    width: var(--max);
    margin: var(--top60) auto;
}

.Chanpinin_max {
    width: 100%;
}

.Chanpinin_max>h2 {
    font-size: var(--size16);
    color: rgba(61, 61, 65, 1);
    line-height: 1;
    margin-bottom: var(--top30);
}

.Chanpinin_max>h2 span {
    font-size: var(--size24);
    font-weight: 700;
}

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

.Chanpinin_left {
    width: 300px;
    background: linear-gradient(180deg, rgba(126, 141, 169, 1) 0%, rgba(97, 114, 140, 1) 100%);
    padding: var(--top40) var(--top30);
}

.Chanpinin_left h2 {
    font-size: var(--size24);
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
    line-height: 1.2;
}

.Chanpinin_left h2::after {
    content: "";
    width: 70px;
    height: 4px;
    background: rgba(255, 255, 255, 1);
    display: block;
    margin-top: var(--top20);
}

.Chanpinin_left img {
    width: 100%;
    height: auto;
    margin-top: 3vw;
}

.Chanpinin_list ul {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 2px;
}

.Chanpinin_list ul li {
    width: 100%;
    grid-column: 2 span;
    background: rgba(255, 255, 255, 1);
}

.Chanpinin_list ul li a {
    width: 100%;
    display: flex;
    flex-flow: wrap;
    flex-direction: column-reverse;
    padding: var(--top40);
    gap: var(--top40);
}

.Chanpinin_img {
    width: 100%;
    /*max-width: 100%;*/
    margin: auto;
    aspect-ratio: 4 / 4;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Chanpinin_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.Chanpinin_text {
    width: 100%;
}

.Chanpinin_text h2 {
    font-size: var(--size16);
    color: rgba(61, 61, 65, 1);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.Chanpinin_text>span {
    font-size: var(--size14);
    color: rgba(120, 120, 120, 1);
    margin: 10px 0;
    display: block;
}

.Chanpinin_text p {
    font-size: var(--size16);
    color: rgba(215, 35, 26, 1);
    font-weight: 700;
    line-height: 1;
}

.Chanpinin_text p span {
    font-size: var(--size24);
}

.Chanpinin_list ul li:nth-child(4),
.Chanpinin_list ul li:nth-child(5) {
    grid-column: 3 span;
}

.Chanpinin_list ul li:nth-child(4) a,
.Chanpinin_list ul li:nth-child(5) a {
    flex-direction: initial;
    justify-content: space-between;
    align-items: center;
    padding: var(--top20);
}

.Chanpinin_list ul li:nth-child(4) .Chanpinin_img,
.Chanpinin_list ul li:nth-child(5) .Chanpinin_img {
    width: 150px;
    max-width: 100%;
    margin: 0;
}

.Chanpinin_list ul li:nth-child(4) .Chanpinin_text,
.Chanpinin_list ul li:nth-child(5) .Chanpinin_text {
    flex: 1;
    padding: 0;
}

.Chanpinin_form {
    width: 100%;
    margin: var(--top20) 0;
    background: rgba(37, 92, 184, 1);
    padding: var(--top20) var(--top60);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: var(--top40);
}

.Chanpinin_form_left {
    width: max-content;
    max-width: 200px;
}

.Chanpinin_form_left h2 {
    font-size: var(--size20);
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
}

.Chanpinin_form_left p {
    font-size: var(--size16);
    color: rgba(190, 206, 234, 1);
    margin-top: 5px;
}

.Chanpinin_form_right {
    width: max-content;
    max-width: 200px;
    font-size: var(--size14);
    color: rgba(255, 255, 255, 1);
    line-height: 2;
}

.Chanpinin_form form {
    flex: 1;
    display: grid;
    grid-template-columns: 40% 1fr;
    gap: var(--top30);
}

.Chanpinin_xing {
    width: 100%;
}

.Chanpinin_xing p {
    font-size: var(--size14);
    color: rgba(255, 255, 255, 1);
}

.Chanpinin_input {
    width: 100%;
    margin-top: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.Chanpinin_input input {
    width: 100%;
    height: 38px;
    background: rgba(255, 255, 255, 1);
    font-size: var(--size14);
    color: rgba(187, 187, 187, 1);
    padding: 0 15px;
}

.Chanpinin_tax {
    width: 100%;
    margin-top: 10px;
    display: grid;
    grid-template-columns: 1fr 80px;
    gap: 10px;
}

.Chanpinin_tax input {
    width: 100%;
    height: 38px;
    background: rgba(255, 255, 255, 1);
    font-size: var(--size14);
    color: rgba(187, 187, 187, 1);
    padding: 0 15px;
}

.Chanpinin_tax button{
    width: 100%;
    height: 38px;
    background: rgba(88, 150, 255, 1);
    font-size: var(--size14);
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
}

.Jiesuan_dizhi{
    width: 100%;
    margin-top: var(--top30);
}

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

.Jiesuan_dizhi_title h2{
    font-size: var(--size16);
    color: rgba(61, 61, 65, 1);
    line-height: 1;
    border-left: 3px solid rgba(37, 92, 184, 1);
    padding-left: 10px;
}

.Jiesuan_dizhi_title a{
    font-size: var(--size16);
    color: rgba(37, 92, 184, 1);
    line-height: 1;
}

.Jiesuan_shang{
    width: 100%;
    margin-top: 10px;
}

.Jiesuan_shang h2{
    font-size: var(--size16);
    color: rgba(61, 61, 65, 1);
    line-height: 1;
    border-left: 3px solid rgba(37, 92, 184, 1);
    padding-left: 10px;
}

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

.Jiesuan_liebiao_top,
.Jiesuan_liebiao_item {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 120px 110px 110px;
}

.Jiesuan_liebiao_top {
    background: rgba(249, 249, 249, 1);
    padding: 10px 0;
}

.Jiesuan_liebiao_top p{
    text-align: center;
    font-size: var(--size14);
    color: rgba(120, 120, 120, 1);
    line-height: 1;
}

.Jiesuan_liebiao_top p:nth-child(1){
    text-align: left;
    padding: 0 var(--top20);
}

.Jiesuan_liebiao_list{
    width: 100%;
    border: 1px solid rgba(232, 232, 232, 1);
    border-top: none;
    margin-top: 15px;
}

.Jiesuan_liebiao_item{
    width: 100%;
    border-top: 1px solid rgba(232, 232, 232, 1);
}

.Jiesuan_heji{
    width: 100%;
    border: 1px solid rgba(232, 232, 232, 1);
    border-top: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    padding: var(--top20);
}

.Jiesuan_heji p {
    width: max-content;
    font-size: var(--size16);
    color: rgba(158, 158, 158, 1);
    line-height: 1;
}

.Jiesuan_heji span {
    font-size: var(--size20);
    color: rgba(241, 62, 43, 1);
    font-weight: 700;
    line-height: 1;
}

.Jiesuan_zhiu{
    width: 100%;
    margin-top: var(--top30);
}

.Jiesuan_zhiu h2{
    font-size: var(--size16);
    color: rgba(61, 61, 65, 1);
    line-height: 1;
    border-left: 3px solid rgba(37, 92, 184, 1);
    padding-left: 10px;
}

.Jiesuan_zhifu{
    width: 100%;
    margin-top: var(--top20);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--top20);
}

.Jiesuan_zhifu_item{
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(232, 232, 232, 1);
    padding: 15px 20px;
    border-radius: 5px;
    cursor: pointer;
}

.Jiesuan_zhifu_item input {
    appearance: none;
    width: 16px;
    height: 16px;
    border: 1px solid rgba(216, 216, 216, 1);
    background: transparent;
    position: relative;
    cursor: pointer;
}

.Jiesuan_zhifu_item input:before {
    content: "";
    background-color: rgba(37, 92, 184, 1);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 10px;
    aspect-ratio: 4 / 4;
    transition: all 0.3s ease-in-out;
}

.Jiesuan_zhifu_item input:checked {
    border: 1px solid rgba(37, 92, 184, 1);
}

.Jiesuan_zhifu_item input:checked:before {
    transform: translate(-50%, -50%) scale(1);
}

.Jiesuan_zhifu_item svg{
    width: 25px;
    height: auto;
    margin-left: 20px;
}

.Jiesuan_zhifu_item span{
    font-size: var(--size14);
    color: rgba(61, 61, 65, 1);
    line-height: 1;
}

.Jiesuan_zhifu_item.active{
    border: 1px solid rgba(37, 92, 184, 1);
}

.Pay_native{
    text-align: center;
    padding: 10px 0 0;
}

.Pay_native p{
    margin: 0 0 12px;
    color: rgba(61, 61, 65, 1);
    line-height: 1.6;
}

.Pay_qrcode{
    display: inline-block;
    padding: 12px;
    border: 1px solid rgba(230, 230, 230, 1);
    border-radius: 8px;
    margin-bottom: 12px;
    background: #fff;
}

.Pay_qrcode img{
    display: block;
    width: 220px;
    height: 220px;
}
.Youshi{
    width: var(--max);
    margin: var(--top30) auto;
}
.Youshi ul{
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}
.Youshi ul li{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.hongquan{
    border: 3px solid red;
    border-radius: 50%;
    padding: 10px;
    font-size: var(--size30);
    font-weight: bold;
    color: red;
    line-height: 1;
}
.Youshi_title{
    font-size: var(--size20);
    font-weight: bold;
}
.Youshi_sub{
    font-size: var(--size14);
}