:root {
    --max: calc(100% - 10vw);
    --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(243, 243, 251);
}

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

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

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

}

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

.Nav {
    flex: 1;
}

.Nav ul {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
}

.Nav ul li {
    font-size: var(--size18);
    color: rgba(85, 85, 85, 1);
    text-align: center;
    line-height: 80px;
    position: relative;
}

.Nav ul li svg {
    width: 15px;
    height: auto;
    display: none;
}

.Nav ul li.active,
.Nav ul li:hover {
    color: rgba(6, 4, 3, 1);
}


.Nav_item {
    width: max-content;
    display: none;
    background: #ffffff;
    position: absolute;
    top: 100%;
    transition: auto;
    padding: 10px 20px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0px 0px 10px 5px #00000010;
}

.Nav_item a {
    color: #000000;
    display: block;
    line-height: 2;
    text-align: left;
    font-size: var(--size14);
}

.Child_item {
    padding-left: 15px;
}

.Nav_item a:hover,
.Nav_item a.active {
    color: rgba(140, 102, 226, 1);
}

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

.Hertre_item {
    width: 25px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
}

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

.User_list {
    width: 200px;
    position: absolute;
    top: 100%;
    left: 0;
    background: rgba(254, 254, 255, 1);
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 10px 0;
    transform: scaleY(0);
    transform-origin: top center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out,
        visibility 0s linear 0.3s;
}

.Hertre_item:hover .User_list {
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out,
        visibility 0s linear 0s;
}

.User_list a {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    font-size: var(--size16);
    color: rgba(9, 9, 9, 1);
    line-height: 1;
    padding: 8px var(--top20);
}

.User_list a svg {
    width: 26px;
    aspect-ratio: 4 / 4;
    object-fit: contain;
}

.User_list a#logOut {
    border-top: 1px solid rgba(225, 225, 225, 1);
}

.Souuo {
    width: 35px;
    height: 40px;
    position: relative;
}

.Souuo_souuo {
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: relative;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.Souuo_souuo button {
    width: 25px;
    height: auto;
    display: block;
    background: transparent;
    border: transparent;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 5;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.Souuo_souuo button svg {
    width: 100%;
    display: block;
    height: auto;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.Souuo_souuo.Souuo_active {
    width: 300px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(39, 86, 168, 0.15);
}

.Souuo_souuo.Souuo_active button {
    opacity: 0.7;
    transform: translateY(-50%) scale(0.8);
    pointer-events: auto;
}

.Souuo_active button:hover {
    opacity: 1;
    transform: translateY(-50%) scale(0.8);
}

.Souuo_souuo input {
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    border: none;
    outline: none;
    background: transparent;
    font-size: var(--size14);
    color: rgb(122, 122, 122);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
}

.Souuo_souuo.Souuo_active input {
    padding: 0 50px 0 20px;
    width: 100%;
}

.An {
    width: 30px;
    display: none;
}

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

.menu_button:focus {
    outline: none;
}

.menu_button .line {
    fill: none;
    stroke: #000000;
    stroke-width: 8;
    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;
}

.menu_button .line2 {
    stroke-dasharray: 60 60;
}

.menu_button .line3 {
    stroke-dasharray: 60 207;
}

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

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

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

.Mianbao {
    width: 100%;
    background: rgba(252, 250, 254, 1);
    border: 1px solid rgba(234, 233, 243, 1);
}

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

.Mianbao_left {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    font-size: var(--size16);
    color: rgba(140, 102, 226, 1);
}

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

.Shuliang {
    width: 100%;
    background: rgba(250, 247, 253, 1);
    border: 1px solid rgba(234, 233, 243, 1);
    margin-top: -1px;
}

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

.Shuliang_max p {
    flex: 1;
    font-size: var(--size16);
    color: rgba(37, 45, 74, 1);
}

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

.Sort span {
    font-size: var(--size18);
    color: rgba(37, 45, 74, 1);
    line-height: 1;
}

.Sort input {
    width: 220px;
    height: 46px;
    border: 1px solid rgba(228, 229, 240, 1);
    border-radius: 8px;
    font-size: var(--size14);
    color: rgba(37, 45, 74, 1);
    padding: 0 15px;
    background: rgba(248, 246, 251, 1) url(../images/sanjiao.png) no-repeat right 15px center / 15px auto;
}

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

.Liebiao_left {
    width: 350px;
    background: rgba(246, 245, 250, 1);
    border: 1px solid rgba(231, 231, 231, 1);
    border-radius: 8px;
}

.Liebiao_left h2 {
    width: 100%;
    padding: 20px;
    font-size: var(--size20);
    color: rgba(140, 102, 226, 1);
    line-height: 1;
    border-bottom: 1px solid rgba(231, 231, 231, 1);
}

.Liebiao_list_max {
    width: 100%;
}

.Liebiao_list {
    width: 100%;
    padding: 20px;
    border-bottom: 1px solid rgba(231, 231, 231, 1);
}

.Liebiao_y {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    cursor: pointer;
}

.Liebiao_y img {
    width: 15px;
    aspect-ratio: 4 / 4;
    object-fit: contain;
}

.Liebiao_y a {
    flex: 1;
    font-size: var(--size18);
    color: rgba(54, 61, 94, 1);
    line-height: 1;
    font-weight: 500;
}

.Liebiao_y a.active {
    color: rgba(140, 102, 226, 1);
}

.Liebiao_y svg {
    width: 14px;
    height: auto;
    display: block;
    transition: transform .2s ease;
}

.Liebiao_list.active .Liebiao_y svg {
    transform: rotate(180deg);
}

.Liebiao_e {
    width: 100%;
    margin-top: 25px;
    display: none;
    grid-template-columns: 1fr;
    gap: 25px;
}

.Liebiao_list.active .Liebiao_e {
    display: grid;
}

.Liebiao_e_item {
    width: 100%;
}

.Liebiao_e_title {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    cursor: pointer;
    padding-left: 30px;
}

.Liebiao_e_title a {
    flex: 1;
    font-size: var(--size16);
    color: rgba(54, 61, 94, 1);
    line-height: 1;
}

.Liebiao_e_title svg {
    width: 14px;
    height: auto;
    display: block;
    transition: transform .2s ease;
}

.Liebiao_e_item.active .Liebiao_e_title svg {
    transform: rotate(180deg);
}

.Liebiao_e_title a.active {
    color: rgba(140, 102, 226, 1);
}

.Liebiao_s {
    width: 100%;
    padding-left: 45px;
    margin-top: 20px;
    display: none;
    grid-template-columns: 1fr;
    gap: 20px;
}

.Liebiao_e_item.active .Liebiao_s {
    display: grid;
}

.Liebiao_s_item {
    width: 100%;
    font-size: var(--size14);
    color: rgba(54, 61, 94, 1);
    line-height: 1;
}

.Liebiao_s_item a.active {
    color: rgba(140, 102, 226, 1);
}

.Liebiao_right {
    flex: 1;
}

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

.Liebiao_right ul li {
    width: 100%;
    background: rgba(252, 251, 254, 1);
    border: 1px solid rgba(234, 233, 243, 1);
    overflow: hidden;
    border-radius: 8px;
}

.Liebiao_right ul li a {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.Liebiao_right ul li img {
    width: 350px;
    contain: size;
    object-fit: cover;
}

.Liebiao_content {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px;
    padding: var(--top30);
}

.Liebiao_text {
    flex: 1;
}

.Liebiao_text>span {
    width: max-content;
    display: block;
    background: rgba(140, 102, 226, 1);
    border-radius: 5px;
    font-size: var(--size14);
    color: rgba(252, 250, 254, 1);
    padding: 8px 15px;
    line-height: 1;
}

.Liebiao_text h4 {
    font-size: var(--size24);
    color: rgba(44, 53, 83, 1);
    font-weight: 700;
    margin-top: var(--top20);
    line-height: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.Liebiao_text>p {
    font-size: var(--size14);
    line-height: 1.5;
    color: rgba(104, 107, 124, 1);
    border-top: 1px solid rgba(230, 231, 241, 1);
    margin-top: 10px;
    padding-top: 8px;
}

.Liebiao_biao {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-top: 15px;
}

.Liebiao_biao p {
    width: max-content;
    display: block;
    background: rgba(140, 102, 226, 0.15);
    border-radius: 5px;
    font-size: var(--size14);
    color: rgba(127, 88, 221, 1);
    padding: 8px 15px;
    line-height: 1;
}

.Foem {
    width: 100%;
    font-size: var(--size14);
    color: rgba(24, 24, 47, 1);
    line-height: 1;
    margin-top: 15px;
}

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

.Details {
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: rgba(140, 102, 226, 1);
    border-radius: 8px;
    font-size: var(--size16);
    color: rgba(252, 250, 254, 1);
    line-height: 1;
    padding: 15px 15px;
}

.Details svg {
    width: 10px;
    height: auto;
    display: block;
}

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

.Lianxi_xuan {
    width: 100%;
}

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

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

.Lianxi_xia p {
    font-size: var(--size16);
    color: rgba(6, 4, 3, 1);
}

.Lianxi_xia p span {
    color: rgba(240, 0, 0, 1);
}

.Lianxi_xia input {
    width: 900px;
    max-width: 100%;
    height: 56px;
    background: rgba(255, 255, 255, 0.57);
    border: 1px solid rgba(151, 151, 151, 0.43);
    border-radius: 8px;
    font-size: var(--size16);
    color: rgba(37, 45, 74, 1);
    padding: 0 15px;
    background: rgba(248, 246, 251, 1) url(../images/sanjiao.png) no-repeat right 15px center / 15px auto;
    margin-top: 10px;
}

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

.Lianxi_xuan ul li {
    width: 100%;
    background: rgba(252, 250, 254, 1);
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: var(--top20);
}

.Lianxi_xuan ul li img {
    width: 35px;
    aspect-ratio: 4 / 4;
    object-fit: contain;
}

.Lianxi_content {
    flex: 1;
}

.Lianxi_content h3 {
    font-size: var(--size16);
    color: rgba(51, 51, 51, 1);
}

.Lianxi_content p {
    font-size: var(--size16);
    color: rgba(51, 51, 51, 1);
    margin-top: 10px;
}

.Lianxi_form {
    width: 100%;
    margin-top: var(--top60);
}

.Lianxi_form h2 {
    font-size: var(--size20);
    color: rgba(6, 4, 3, 1);
    font-weight: 700;
}

.Lianxi_form form {
    width: 100%;
    margin-top: var(--top30);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: var(--top20) var(--top40);
}

.Lianxi_form_item {
    width: 100%;
}

.Lianxi_form_item:nth-child(-n+4) {
    width: calc(50% - var(--top40) / 2);
}

.Lianxi_form_item p {
    font-size: var(--size16);
    color: rgba(6, 4, 3, 1);
}

.Lianxi_form_item p span {
    color: rgba(240, 0, 0, 1);
}

.Lianxi_form_item input {
    width: 100%;
    height: 56px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(211, 211, 211, 1);
    margin-top: 10px;
    font-size: var(--size14);
    color: rgba(170, 170, 170, 1);
    padding: 0 15px;
    border-radius: 5px;
}

#submitAdd {
    width: 200px;
    height: 56px;
    opacity: 1;
    background: rgba(140, 102, 226, 1);
    font-size: var(--size16);
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
    border-radius: 5px;
}

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

.User_index_left {
    width: 320px;
    background: linear-gradient(180deg,
            rgba(140, 102, 226, 1) 0%,
            rgba(140, 102, 226, 0.75) 10%,
            rgba(140, 102, 226, 0.38) 20%,
            rgba(140, 102, 226, 0.12) 30%,
            rgba(140, 102, 226, 0) 40%),
        rgba(255, 255, 255, 1);
    padding: var(--top30);
    border-radius: 10px;
}

.User_index_img {
    width: 100%;
}

.User_upboxlae {
    width: 100px;
    max-width: 70%;
    aspect-ratio: 4 / 4;
    border-radius: 50%;
    margin: auto;
    background: #fff;
    padding: 5px;
    position: relative;
    cursor: pointer;
}

.User_upboxlae img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

#file {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    opacity: 0;
    cursor: pointer;
}

.User_index_img p {
    text-align: center;
    font-size: var(--size16);
    color: rgba(32, 32, 32, 1);
    margin-top: 15px;
}


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

.User_index_list a {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    font-size: var(--size16);
    color: rgba(9, 9, 9, 1);
    line-height: 1;
}

.User_index_list a svg {
    width: 26px;
    aspect-ratio: 4 / 4;
    object-fit: contain;
}

.User_index_right {
    flex: 1;
}

.User_no {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    margin: 10vw auto;
}

.User_no img {
    width: 250px;
    max-width: 50%;
    height: auto;
}

.User_no p {
    text-align: center;
    margin-top: var(--top20);
    font-size: var(--size20);
    color: rgba(44, 53, 83, 1);
}

.Footer {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    background: linear-gradient(180.00deg, rgba(230, 231, 246, 1) 0%, rgba(218, 220, 243, 1) 100%);
}

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

.Footer_left {
    width: max-content;
}

.Footer_left h2 {
    font-size: var(--size24);
    color: rgba(31, 41, 55, 1);
    line-height: 1;
    font-weight: 500;
}

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

.Footer_left ul {
    width: max-content;
    background: #ffffff;
    padding: 20px;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.Footer_left ul li {
    width: max-content;
    border-left: 1px solid rgba(151, 151, 151, 1);
    padding-left: 15px;
}

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

.Footer_left ul li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    font-size: var(--size14);
    color: rgba(31, 41, 55, 1);
    line-height: 1;
}

.Footer_left ul li a img {
    width: var(--top20);
    height: auto;
}

.Footer_ul {
    width: max-content;
}

.Footer_ul h2 {
    font-size: var(--size18);
    color: rgba(31, 41, 55, 1);
    line-height: 1;
    font-weight: 500;
}

.Footer_ul ul {
    width: 100%;
    margin-top: var(--top20);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 15px;
}

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

.Footer_lianxi {
    width: max-content;
    max-width: 240px;
}

.Footer_lianxi h2 {
    font-size: var(--size20);
    color: rgba(31, 41, 55, 1);
    line-height: 1;
    font-weight: 500;
}

.Footer_lianxi ul {
    width: 100%;
    margin-top: var(--top20);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 15px;
}

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

.Footer_lianxi ul li svg {
    width: 14px;
    height: 14px;
    object-fit: contain;
    margin-top: 3px;
}

.Footer_lianxi ul li p {
    flex: 1;
    font-size: var(--size14);
    color: rgba(64, 64, 64, 1);
    line-height: 1.2;
}

.Footer_right {
    max-width: 250px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.Footer_en {
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
    line-height: 1;
    font-size: var(--size16);
    color: rgba(48, 92, 144, 1);
    position: relative;
}

.Footer_en img {
    width: 25px;
    height: auto;
}

.Footer_en svg {
    width: 14px;
    height: auto;
    display: block;
}


.Footer_en_item {
    width: 100%;
    display: none;
    background: #ffffff;
    position: absolute;
    top: 100%;
    transition: auto;
    padding: 10px 20px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0px 0px 10px 5px #00000010;
}

.Footer_en_item a {
    color: #000000;
    display: block;
    line-height: 2;
    text-align: center;
    font-size: var(--size14);
}

.Footer_right ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: var(--top20);
    margin: var(--top30) 0;
}

.Footer_right ul li {
    width: 30px;
}

.Footer_right ul li a {
    width: 100%;
    aspect-ratio: 4 / 4;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Footer_right ul li img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.Beian {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-end;
}

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

.Banner {
    width: 100%;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.Banner_max h2 {
    font-size: var(--size40);
    color: rgba(255, 255, 255, 1);
    text-shadow: 0px 6px 18px rgba(0, 0, 0, 0.45), 0px 2px 5px rgba(0, 0, 0, 0.4);
}

.Banner_max p {
    font-size: var(--size24);
    color: rgba(255, 255, 255, 1);
    text-shadow: 0px 6px 18px rgba(0, 0, 0, 0.45), 0px 2px 5px rgba(0, 0, 0, 0.4);
    margin-top: 10px;
}

.Banner_but {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    margin-top: var(--top30);
}

.Banner_but a {
    width: max-content;
    line-height: 46px;
    padding: 0 20px;
    font-size: var(--size16);
    color: rgba(255, 255, 255, 1);
    background: rgba(60, 132, 91, 1);
    border-radius: 8px;
}

.Banner_but a:nth-child(2) {
    background: rgba(41, 90, 171, 1);
}

.Choose {
    width: 100%;
    overflow: hidden;
    background: #e8eaf9;
}

.Choose ul {
    width: var(--max);
    margin: var(--top20) auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: var(--top30);
}

.Choose ul li {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: var(--top20);
    padding-left: var(--top30);
    border-left: 1px solid rgb(219, 219, 219);
}

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

.Choose ul li img {
    width: 40px;
    aspect-ratio: 4 / 4;
    object-fit: contain;
}

.Choose ul li p {
    flex: 1;
    font-size: var(--size20);
    color: rgba(31, 41, 55, 1);
    line-height: 1.2;
}

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

.City h2 {
    text-align: center;
    font-size: var(--size30);
    color: rgba(31, 41, 55, 1);
    line-height: 1;
    font-weight: 700;
}

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

.City ul li {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.City ul li img {
    width: 100%;
    aspect-ratio: 430 / 300;
    object-fit: cover;
}

.City ul li h3 {
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: var(--size18);
    color: rgba(255, 255, 255, 1);
    padding: 15px;
}

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

.Deals .Like h2 {
    text-align: center;
    font-size: var(--size30);
    color: rgba(31, 41, 55, 1);
    line-height: 1;
    font-weight: 700;
}

.Show {
    width: var(--max);
    margin: var(--top30) auto;
    display: flex;
    flex-direction: column;
    gap: var(--top30);
}

.Show_title {
    width: 100%;
}

.Show_title h2 {
    font-size: var(--size24);
    color: rgba(31, 41, 55, 1);
    font-weight: 700;
}

.Show_title p {
    font-size: var(--size16);
    color: rgba(82, 82, 82, 1);
    margin-top: 10px;
}

.Show_title button {
    width: max-content;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    font-size: var(--size20);
    color: rgba(31, 41, 55, 1);
    line-height: 1;
    margin-top: var(--top20);
    cursor: pointer;
}

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

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

.Xingji svg {
    width: 20px;
    height: auto;
}

.Xingji span {
    font-size: var(--size16);
    color: rgba(31, 41, 55, 1);
    line-height: 1;
    margin-left: 10px;
}

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

.Show_left {
    width: 70%;
}

.Swiper_top {
    width: 100%;
}

.Swiper_top img {
    width: 100%;
    aspect-ratio: 1150 / 660;
    object-fit: cover;
}

.Swiper_bor {
    width: calc(100% - 20px);
    background: rgba(254, 253, 254, 1);
    margin: auto;
    padding: 10px;
    margin-top: -45px;
    position: relative;
    z-index: 99;
}

.Swiper_bottom {
    width: 100%;
}

.Swiper_bottom img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    cursor: pointer;
}

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

.Overview h2 {
    font-size: var(--size24);
    color: rgba(31, 41, 55, 1);
    line-height: 1;
    font-weight: 700;
}

.Overview p {
    font-size: var(--size16);
    color: rgba(104, 107, 124, 1);
    line-height: 1.5;
    border-top: 1px solid rgba(215, 208, 225, 1);
    padding-top: 15px;
    margin-top: 15px;
}

.Show_right {
    flex: 1;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(231, 231, 231, 1);
    padding: var(--top30);
    display: flex;
    flex-direction: column;
    gap: var(--top30);
}

.Show_right h2 {
    font-size: var(--size18);
    color: rgba(24, 24, 47, 1);
}

.Show_right h2 span {
    font-size: var(--size24);
    color: rgba(24, 24, 47, 1);
    font-weight: 700;
    margin: 0 10px;
}

.Show_right_input {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.Show_right_input input {
    width: 100%;
    height: 46px;
    background: rgba(255, 255, 255, 0.57);
    border: 1px solid rgba(151, 151, 151, 0.43);
    border-radius: 8px;
    font-size: var(--size14);
    color: rgba(37, 45, 74, 1);
    padding: 0 15px;
    background: rgba(248, 246, 251, 1) url(../images/sanjiao.png) no-repeat right 15px center / 15px auto;
}

.Show_right_input button {
    width: 100%;
    height: 46px;
    background: rgba(140, 102, 226, 1);
    border-radius: 8px;
    font-size: var(--size16);
    color: rgba(252, 250, 254, 1);
    cursor: pointer;
}

.Show_right>a {
    font-size: var(--size16);
    color: rgba(140, 102, 226, 1);
    text-align: center;
    display: block;
    border-top: 1px solid rgba(229, 224, 236, 1);
    padding-top: var(--top20);
}

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

.Information_left {
    width: 70%;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(231, 231, 231, 1);
}

.Information_left>h2 {
    font-size: var(--size24);
    color: rgba(31, 41, 55, 1);
    font-weight: 700;
    border-bottom: 1px solid rgba(215, 208, 225, 1);
    padding: 20px;
    line-height: 1;
}

.Information_max {
    width: 100%;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: var(--top50);
}

.Information_max_left {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.Information_max_left p {
    font-size: var(--size16);
    color: rgba(14, 19, 41, 1);
    background: url(../images/dui.png) no-repeat left center / 12px auto;
    line-height: 1.3;
    padding-left: 25px;
}

.Information_max_right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.Information_max_right p {
    font-size: var(--size16);
    color: rgba(14, 19, 41, 1);
    background: url(../images/dui1.png) no-repeat left center / 16px auto;
    line-height: 1.3;
    padding-left: 25px;
}

.Information_right {
    flex: 1;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(231, 231, 231, 1);
}

.Information_right>h2 {
    font-size: var(--size24);
    color: rgba(31, 41, 55, 1);
    font-weight: 700;
    border-bottom: 1px solid rgba(215, 208, 225, 1);
    padding: 20px;
    line-height: 1;
}

.Information_right ul {
    width: 100%;
}

.Information_right ul li {
    width: 100%;
    padding: var(--top20) var(--top30);
    border-top: 1px solid rgba(215, 208, 225, 1);
}

.Information_right ul li:nth-child(1) {
    border: none;
}

.FAQ_title {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.FAQ_title h2 {
    flex: 1;
    font-size: var(--size16);
    color: rgba(32, 42, 72, 1);
    background: url(../images/dui.png) no-repeat left center / 12px auto;
    line-height: 1.3;
    padding-left: 25px;
}

.FAQ_title svg {
    width: 8px;
    height: auto;
    flex-shrink: 0;
    transition: transform 0.25s ease;
}

.Information_right ul li p {
    font-size: var(--size14);
    color: rgba(82, 82, 82, 1);
    line-height: 1.8;
    margin-top: 15px;
    display: none;
    padding-left: 25px;
}

.Reviews {
    width: 100%;
}

.Reviews h2 {
    font-size: var(--size24);
    color: rgba(31, 41, 55, 1);
    font-weight: 700;
    line-height: 1;
}

.Reviews_max {
    width: 100%;
    margin-top: var(--top30);
    background: rgba(252, 251, 254, 1);
    border-radius: 10px;
    border: 1px solid rgba(237, 232, 243, 1);
}

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

.Reviews_Xingji svg {
    width: 20px;
    height: auto;
}

.Reviews_Xingji p {
    font-size: var(--size16);
    color: rgba(31, 41, 55, 1);
    line-height: 1;
    margin-right: 10px;
    font-weight: 700;
}

.Reviews_Xingji span {
    font-size: var(--size16);
    color: rgba(31, 41, 55, 1);
    line-height: 1;
    margin-left: 10px;
}

.Reviews_max ul {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid rgba(215, 208, 225, 1);
}

.Reviews_max ul li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 15px;
    padding: var(--top20);
    border-left: 1px solid rgba(215, 208, 225, 1);
}

.Reviews_max ul li:nth-child(2n+1) {
    border-left: none;
}

.Reviews_max ul li img {
    width: 80px;
    aspect-ratio: 4 / 4;
    object-fit: cover;
    border-radius: 50%;
}

.Reviews_text {
    flex: 1;
}

.Reviews_text h3 {
    font-size: var(--size24);
    color: rgba(31, 41, 55, 1);
}

.Reviews_text p {
    font-size: var(--size16);
    color: rgba(82, 82, 82, 1);
    line-height: 1.5;
    margin-top: 10px;
}

.Reviews_max ul li>p {
    font-size: var(--size16);
    color: rgba(82, 82, 82, 1);
    line-height: 1.5;
    margin-top: 10px;
}

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

.Reviews_star svg {
    width: 16px;
    height: auto;
}

.Reviews_star span {
    font-size: var(--size16);
    color: rgba(31, 41, 55, 1);
    line-height: 1;
    margin-left: 10px;
}

.Like {
    width: 100%;
}

.Like h2 {
    font-size: var(--size24);
    color: rgba(31, 41, 55, 1);
    font-weight: 700;
    line-height: 1;
}

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

.Like ul li {
    width: 100%;
    border-radius: 9px;
    box-shadow: 0px 4px 12px 0px rgba(40, 34, 131, 0.25);
    background: rgba(243, 241, 249, 1);
    overflow: hidden;
}

.Like_img {
    width: 100%;
    aspect-ratio: 330 / 200;
    position: relative;
}

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

.Like_img p {
    width: max-content;
    max-width: 100%;
    border-radius: 0px 0px 14px 0px;
    background: rgba(39, 108, 99, 0.8);
    font-size: var(--size16);
    color: rgba(243, 241, 249, 1);
    padding: 10px 20px;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
}

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

.Like_text h3 {
    font-size: var(--size20);
    color: rgba(52, 51, 68, 1);
    line-height: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.Like_text>p {
    font-size: var(--size14);
    color: rgba(82, 82, 82, 1);
    line-height: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-top: 15px;
}

.Like_star {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 15px;
}

.Like_star svg {
    width: 20px;
    height: auto;
}

.Like_star span {
    font-size: var(--size14);
    color: rgba(82, 82, 82, 1);
    line-height: 1;
    margin-left: 10px;
}

.Like_but {
    width: 100%;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.Like_but p {
    font-size: var(--size16);
    color: rgba(79, 99, 82, 1);
}

.Like_but p span {
    font-size: var(--size24);
    font-weight: 700;
}

.Like_but button {
    width: max-content;
    background: linear-gradient(180.00deg, rgba(175, 139, 238, 1) 0.213%, rgba(126, 87, 221, 1) 100%);
    font-size: var(--size14);
    color: rgba(255, 255, 255, 1);
    padding: 10px 15px;
    line-height: 1;
    border-radius: 5px;
}

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

.Experiences .Like>h2 {
    text-align: center;
    font-size: var(--size30);
    color: rgba(31, 41, 55, 1);
}

.Experiences .Like ul {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.Deals .Like_img p {
    background: rgba(209, 75, 88, 0.73);
}

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

.Travellers>h2 {
    text-align: center;
    font-size: var(--size30);
    color: rgba(31, 41, 55, 1);
    line-height: 1;
    font-weight: 700;
}

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

.Travellers ul li {
    width: 100%;
    border-radius: 9px;
    background: rgba(249, 247, 251, 1) url(../images/douhao.png) no-repeat right 10px bottom var(--top30) / 50px 30px;
    box-shadow: 0px 4px 12px rgba(40, 34, 131, 0.25);
    padding: var(--top20);
}

.Travellers_top {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.Travellers_top img {
    width: 80px;
    aspect-ratio: 4 / 4;
    object-fit: cover;
    border-radius: 50%;
}

.Travellers_text {
    flex: 1;
}

.Travellers_text h3 {
    font-size: var(--size20);
    color: rgba(30, 60, 129, 1);
}

.Travellers ul li>p {
    font-size: var(--size16);
    color: rgba(82, 82, 82, 1);
    line-height: 1.8;
    margin-top: var(--top20);
}

.Login {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
    transition: auto;
}

.Login_max {
    width: 500px;
    max-width: 96%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: var(--top20);
    background: rgba(252, 251, 254, 1);
    padding: var(--top30);
}

.Login_max>img {
    width: 100px;
    height: auto;
}

.Login_max>h2 {
    font-size: var(--size20);
    color: rgba(9, 9, 9, 1);
    font-weight: 700;
    line-height: 1;
    margin-top: var(--top20);
}

.Login_switch {
    width: 100%;
    margin-top: var(--top20);
    display: flex;
    border: 1px solid rgba(234, 233, 243, 1);
    border-radius: 12px;
    overflow: hidden;
}

.Login_switch button {
    flex: 1;
    height: 44px;
    border: none;
    background: rgba(255, 255, 255, 1);
    font-size: var(--size16);
    color: rgba(82, 82, 82, 1);
    cursor: pointer;
    transition: all 0.2s ease;
}

.Login_switch button.active {
    background: rgba(140, 102, 226, 1);
    color: rgba(255, 255, 255, 1);
}

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

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

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

.Login_form_item form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.Login_form_item form input {
    width: 100%;
    height: 44px;
    border: 1px solid rgba(234, 233, 243, 1);
    border-radius: 10px;
    padding: 0 15px;
    font-size: var(--size14);
    color: rgba(39, 37, 54, 1);
}

.Verification_code{
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.Verification_code button{
    width: 180px;
    height: 44px;
    border-radius: 5px;
    background: rgba(140, 102, 226, 1);
    color: rgba(255, 255, 255, 1);
    font-size: var(--size14);
    cursor: pointer;
    flex-shrink: 0;
}

.Login_form_item form input.Submit {
    background: rgba(140, 102, 226, 1);
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
}

.Login_max>p {
    font-size: var(--size14);
    color: rgba(162, 162, 162, 1);
    margin-top: var(--top20);
    line-height: 1.8;
}

.User_index_right .Like ul {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 0px;
}

.Usre_travellers {
    width: 100%;
}

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

.Usre_travellers ul li {
    width: 100%;
    border-radius: 15px;
    background: rgba(252, 251, 254, 1);
    border: 1px solid rgba(234, 233, 243, 1);
    padding: var(--top30);
}

.Usre_travellers_top {
    width: 100%;
}

.Usre_travellers_top p {
    font-size: var(--size16);
    color: rgba(31, 41, 55, 1);
}

.Usre_travellers_bottom {
    width: 100%;
    border-top: 1px solid rgba(230, 231, 241, 1);
    padding-top: var(--top20);
    margin-top: var(--top20);
}

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

.Usre_travellers_bottom img {
    width: 120px;
    height: auto;
    border-radius: 10px;
}

.Usre_travellers_bottom_text {
    flex: 1;
}

.Usre_travellers_bottom_text h2 {
    font-size: var(--size20);
    color: rgba(44, 53, 83, 1);
    font-weight: 700;
}

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

.Usre_travellers_bottom span {
    font-size: var(--size16);
    color: rgba(44, 53, 83, 1);
    font-weight: 700;
}

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

.Settings_title {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.Settings_title h2 {
    font-size: var(--size24);
    color: rgba(32, 32, 32, 1);
    font-weight: 700;
    position: relative;
    padding-left: 20px;
    line-height: 1;
}

.Settings_title h2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 100%;
    background: rgba(140, 102, 226, 1);
    border-radius: 8px;
}

.Settings_item {
    width: 100%;
    border-radius: 12px;
    background: rgba(255, 255, 255, 1);
    padding: var(--top30);
}

.Settings_title svg {
    width: 10px;
    height: auto;
    display: block;
}

.Settings_click svg {
    transform: rotate(90deg);
}

.Settings_max {
    width: 100%;
    margin-top: var(--top20);
    transition: auto;
}

.Mima {
    width: 100%;
}

.Mima h2 {
    font-size: var(--size16);
    color: rgba(127, 134, 142, 1);
}

.Mima p {
    font-size: var(--size16);
    color: rgba(32, 32, 32, 1);
    margin-top: 10px;
}

.Mima form {
    max-width: 500px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--top20);
    margin-top: var(--top20);
}

.Settings_input {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border: 1px solid rgba(231, 234, 238, 1);
    border-radius: 10px;
    padding: 15px;
    background: rgba(255, 255, 255, 1);
}

.Settings_input input {
    width: 100%;
    font-size: var(--size16);
    color: rgba(127, 134, 142, 1);
}

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

.Settings_eye svg {
    width: 100%;
    display: block;
}

.Mima form>button {
    width: max-content;
    padding: 15px 20px;
    line-height: 1;
    border-radius: 10px;
    background: rgba(140, 102, 226, 1);
    color: rgba(255, 255, 255, 1);
    font-size: var(--size16);
    cursor: pointer;
}

.Dingyue {
    width: 100%;
}

.Dingyue h2 {
    font-size: var(--size16);
    color: rgba(127, 134, 142, 1);
}

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

.Dingyue_list {
    width: 100%;
}

.Dingyue_list h3 {
    font-size: var(--size24);
    color: rgba(32, 32, 32, 1);
}

.Dingyue_list p {
    font-size: var(--size16);
    color: rgba(9, 9, 9, 1);
    margin-top: 10px;
}

.Dingyue_max {
    width: 100%;
    margin-top: var(--top20);
    display: flex;
    flex-wrap: wrap;
    gap: var(--top60);
}

.Dingyue_max label {
    width: max-content;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.Dingyue_max label input {
    appearance: none;
    width: 20px;
    aspect-ratio: 4 / 4;
    border: 1px solid rgba(216, 216, 216, 1);
    background: transparent;
    position: relative;
    cursor: pointer;
}

.Dingyue_max label input:before {
    content: "";
    background-color: rgba(140, 102, 226, 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;
}

.Dingyue_max label input:checked {
    border: 1px solid rgba(140, 102, 226, 1);
}

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

.Dingyue_max label span {
    font-size: var(--size16);
    color: rgba(9, 9, 9, 1);
    line-height: 1;
}

.Dingyue form button {
    width: max-content;
    padding: 15px 20px;
    line-height: 1;
    border-radius: 10px;
    background: rgba(140, 102, 226, 1);
    color: rgba(255, 255, 255, 1);
    font-size: var(--size16);
    cursor: pointer;
}

.Shanchu {
    width: 100%;
}

.Shanchu h2 {
    font-size: var(--size16);
    color: rgba(127, 134, 142, 1);
}

.Shanchu button {
    width: max-content;
    padding: 15px 20px;
    line-height: 1;
    border-radius: 10px;
    background: rgb(255, 18, 18);
    color: rgba(255, 255, 255, 1);
    font-size: var(--size16);
    cursor: pointer;
    margin-top: var(--top20);
}

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

.Pay_wrap>h2 {
    font-size: var(--size30);
    color: rgba(31, 41, 55, 1);
    line-height: 1;
    border-bottom: 1px solid rgba(223, 223, 223, 1);
    padding-bottom: var(--top20);
}

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

.Pay_left {
    width: 65%;
    display: flex;
    flex-direction: column;
    gap: var(--top20);
}

.Pay_card {
    width: 100%;
    border-radius: 10px;
    background: rgba(252, 251, 254, 1);
    border: 1px solid rgba(237, 232, 243, 1);
}

.Pay_top {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    padding: var(--top20);
    border-bottom: 1px solid rgba(215, 208, 225, 1);
}

.Pay_top svg {
    width: 18px;
    height: auto;
    display: block;
}

.Pay_top h2 {
    flex: 1;
    font-size: var(--size20);
    color: rgba(140, 102, 226, 1);
    line-height: 1;
    font-weight: 700;
}

.Pay_grid {
    width: 100%;
    padding: var(--top20);
    display: flex;
    flex-direction: column;
    gap: var(--top20);
}

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

.Pay_row span {
    width: 150px;
    font-size: var(--size18);
    color: rgba(140, 102, 226, 1);
    line-height: 1;
}

.Pay_row input {
    flex: 1;
    height: 60px;
    border-radius: 6px;
    background: rgba(253, 253, 254, 1);
    border: 1px solid rgba(203, 203, 203, 1);
    font-size: var(--size14);
    color: rgba(127, 134, 142, 1);
    padding: 0 15px;
}

.Pay_right {
    flex: 1;
}

.Pay_summary {
    width: 100%;
    border-radius: 10px;
    background: rgba(252, 251, 254, 1);
    border: 1px solid rgba(237, 232, 243, 1);
}

.Pay_summary h2 {
    width: 100%;
    font-size: var(--size20);
    color: rgba(140, 102, 226, 1);
    line-height: 1;
    padding: var(--top20);
    font-weight: 700;
}

.Pay_summary_box {
    width: 100%;
    padding: var(--top20);
    border-top: 1px solid rgba(215, 208, 225, 1);
}

.Pay_img {
    width: 100%;
}

.Pay_img img {
    width: 100%;
    aspect-ratio: 480 / 240;
    object-fit: cover;
    border-radius: 10px;
}

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

.Pay_text h3 {
    font-size: var(--size20);
    color: rgba(140, 102, 226, 1);
}

.Pay_text p {
    font-size: var(--size16);
    color: rgba(140, 102, 226, 1);
    margin-top: 10px;
    padding-left: 15px;
}

.Pay_total {
    width: 100%;
    padding: var(--top20);
    border-top: 1px solid rgba(215, 208, 225, 1);
    border-bottom: 1px solid rgba(215, 208, 225, 1);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.Pay_total span {
    flex: 1;
    font-size: var(--size20);
    color: rgba(140, 102, 226, 1);
    line-height: 1;
}

.Pay_total p {
    font-size: var(--size20);
    color: rgba(140, 102, 226, 1);
    line-height: 1;
}

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

.Pay_cfg {
    font-size: var(--size16);
    color: rgba(140, 102, 226, 1);
    line-height: 1;
    text-align: center;
    padding: var(--top20);
}

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

.PayResult_top {
    width: 100%;
}

.PayResult_ok {
    width: 100px;
    aspect-ratio: 4 / 4;
    margin: auto;
    background: rgba(140, 102, 226, 1);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.PayResult_ok svg {
    width: 50%;
    height: auto;
}

.PayResult_top h2 {
    text-align: center;
    font-size: var(--size30);
    color: rgba(9, 9, 9, 1);
    font-weight: 700;
    margin-top: 10px;
}

.PayResult_top p {
    text-align: center;
    font-size: var(--size16);
    color: rgba(9, 9, 9, 1);
    margin-top: 10px;
}

.PayResult_card {
    width: 100%;
    border-radius: 14px;
    background: rgba(252, 251, 254, 1);
    border: 1px solid rgba(234, 233, 243, 1);
    padding: var(--top30);
    margin-top: var(--top60);
}

.PayResult_card h2 {
    font-size: var(--size24);
    color: rgb(0, 0, 0);
    line-height: 1;
    border-bottom: 1px solid rgba(215, 208, 225, 1);
    padding-bottom: var(--top20);
}

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

.PayResult_img {
    width: 200px;
}

.PayResult_img img {
    width: 100%;
    aspect-ratio: 280 / 220;
    object-fit: cover;
    border-radius: 10px;
}

.PayResult_main {
    flex: 1;
}

.PayResult_name {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.PayResult_name h3 {
    flex: 1;
    font-size: var(--size20);
    color: rgba(44, 53, 83, 1);
    font-weight: 700;
}

.PayResult_name p {
    font-size: var(--size20);
    color: rgba(44, 53, 83, 1);
}

.PayResult_meta {
    width: 100%;
    margin-top: var(--top20);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    line-height: 1;
    font-size: var(--size16);
    color: rgba(104, 107, 124, 1);
}

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

.PayResult_total {
    width: 100%;
    margin-top: var(--top20);
    border-top: 1px solid rgba(215, 208, 225, 1);
    padding-top: var(--top20);
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.PayResult_total p {
    font-size: var(--size16);
    color: rgba(31, 41, 55, 1);
}


.Usre_travellers {
    width: 100%;
}

.Usre_travellers ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: var(--top20);
}

.Usre_travellers ul li {
    width: 100%;
    border-radius: 10px;
    background: rgba(252, 251, 254, 1);
    border: 1px solid rgba(234, 233, 243, 1);
    padding: var(--top20);
}

.Usre_travellers ul li .PayResult_row {
    margin: 0;
}

.PayResult_total a {
    width: max-content;
    background: rgba(140, 102, 226, 1);
    color: rgba(255, 255, 255, 1);
    padding: 15px 20px;
    line-height: 1;
    border-radius: 6px;
    font-size: var(--size16);
    color: rgba(255, 255, 255, 1);
    line-height: 1;
}

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

.Zhichi ul {
    width: 100%;
    border-radius: 12px;
    background: rgba(140, 102, 226, 1);
    padding: var(--top50);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: var(--top50);
}

.Zhichi ul li {
    flex: 1;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
}

.Zhichi ul li img {
    width: 24px;
    aspect-ratio: 4 / 4;
    object-fit: contain;
}

.Zhichi_text {
    flex: 1;
}

.Zhichi_text h2 {
    font-size: var(--size24);
    color: rgba(246, 248, 252, 1);
    line-height: 1;
}

.Zhichi_text p {
    font-size: var(--size16);
    color: rgba(246, 248, 252, 1);
    margin-top: 10px;
}

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

.Zhichi_max a {
    width: max-content;
    font-size: var(--size16);
    color: rgba(140, 102, 226, 1);
    line-height: 1;
    border-left: 1px solid rgba(223, 223, 223, 1);
    padding-left: var(--top30);
}

.Zhichi_max a:nth-child(1) {
    padding: 0;
    border: transparent
}

.Zhichi>p {
    font-size: var(--size18);
    color: rgba(31, 41, 55, 1);
    line-height: 1.8;
    margin-top: var(--top30);
}

.Zhichi>p a {
    color: rgba(140, 102, 226, 1);
}

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

.Show_mi>h2 {
    font-size: var(--size24);
    color: #000000;
    font-weight: 700;
}

.Show_text {
    width: 100%;
    margin-top: var(--top30);
    font-size: var(--size16);
    color: #646464;
    line-height: 1.8;
}

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

.Like_qu {
    width: 25px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

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