:root {
    --max: 1200px;
    --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;
}

.Hertre {
    width: 100%;
    z-index: 999;
    position: fixed;
    top: 0;
    background: rgba(255, 255, 255, 0.24);
}

.Fixed {
    background: rgba(255, 255, 255);
}

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

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

}

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

.Nav {
    width: max-content;
}

.Nav ul {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: var(--top60);
}

.Nav ul li {
    font-size: var(--size16);
    color: #050505;
    text-align: center;
    line-height: 80px;
    position: relative;
    transition: initial;
}

.Nav ul li svg {
    width: 16px;
    height: 16px;
    fill: #030000;
    display: none;
}


.Nav ul li.active,
.Nav ul li:hover {
    background: linear-gradient(113.55deg, rgba(0, 53, 146, 1) 0%, rgba(0, 64, 152, 1) 43.34%, rgba(78, 193, 231, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.Nav ul li::after {
    content: "";
    width: 0%;
    height: 100%;
    position: absolute;
    bottom: 0px;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
    transition: all 0.3s;
    background: url(../images/ac.svg) no-repeat center bottom 25px / 100% auto;
}

.Nav ul li.active::after {
    width: 110%;
}

.Nav ul li:hover::after {
    width: 110%;
}

.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;
}

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

.Banner>img {
    width: 100%;
    height: auto;
    min-height: 250px;
    object-fit: cover;
}

.Banner_text {
    width: var(--max);
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.Banner_text img {
    width: 300px;
    height: auto;
    margin: auto;
}

.Banner_text p {
    font-size: var(--size18);
    color: rgba(0, 0, 0, 1);
    text-align: center;
    margin-top: var(--top20);
}


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

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

.Title svg {
    max-width: 50px;
    max-height: 40px;
    object-fit: contain;
}

.Title h2 {
    width: max-content;
    font-size: var(--size30);
    color: rgba(51, 51, 51, 1);
    line-height: 1;
    position: relative;
}

.Title h2::before {
    content: "";
    width: 100%;
    height: 13px;
    opacity: 0.2;
    background: linear-gradient(123.83deg, rgba(0, 53, 146, 1) 0%, rgba(0, 64, 152, 1) 43.34%, rgba(78, 193, 231, 1) 100%);
    position: absolute;
    bottom: 0px;
    left: 30%;
}

.Jairu>p {
    width: 100%;
    margin-top: var(--top40);
    font-size: var(--size18);
    color: rgba(51, 51, 51, 1);
    line-height: 2;
}

.Jiaru_text {
    width: 900px;
    max-width: 100%;
    margin: auto;
    margin-top: var(--top60);
    position: relative;
    padding: var(--top40) var(--top60);
    background: url(../images/beijing.png) no-repeat center center / 100% 100%;
    display: flex;
    flex-wrap: wrap;
    gap: var(--top20);
}

.Jiaru_text p {
    width: 100%;
    background: url(../images/shu.png) no-repeat left top 5px / 9px auto;
    padding-left: 15px;
    font-size: var(--size18);
    color: rgba(51, 51, 51, 1);
}

.Jiaru_text img {
    width: 200px;
    max-height: 80%;
    object-fit: contain;
    position: absolute;
    top: 50%;
    right: -100px;
    transform: translateY(-50%);
}

.Women {
    width: 100%;
    overflow: hidden;
    background: url(../images/beijing1.png) no-repeat center bottom / 100% auto;
}

.Zhaopin_max {
    width: 100%;
    margin-top: var(--top40);
    display: flex;
    flex-wrap: wrap;
    gap: var(--top40);
}

.Zhaopin_list {
    width: 100%;
}

.Zhaopin_list h2 {
    font-size: var(--size24);
    color: rgba(51, 51, 51, 1);
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(229, 229, 229, 1);
}

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

.Zhaopin_list ul li {
    width: 100%;
    padding: 0 var(--top30);
}

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

.Zhaopin_text svg {
    width: 6px;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.Zhaopin_text h3 {
    flex: 1;
    font-size: var(--size18);
    color: rgba(51, 51, 51, 1);
}

.Zhaopin_text button {
    width: max-content;
    height: 40px;
    padding: 0 var(--top30);
    font-size: var(--size16);
    background: linear-gradient(123.83deg, rgba(0, 53, 146, 1) 0%, rgba(0, 64, 152, 1) 43.34%, rgba(78, 193, 231, 1) 100%);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    cursor: pointer;
}

.Zhaopin_text button::after {
    content: '';
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    border-radius: 40px;
    padding: 2px;
    background: linear-gradient(135deg, rgba(0, 53, 146, 1) 0%, rgba(0, 64, 152, 1) 64.65%, rgba(78, 193, 231, 1) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    z-index: -1;
    transition: all 0.3s ease;
}

.Zhaopin_text button:hover {
    transform: translateY(-2px);
    transition: transform 0.3s ease;
}

.Zhaopin_text button:hover::after {
    transform: translate(-50%, -50%) scale(1.05);
    box-shadow: 0 8px 20px rgba(0, 53, 146, 0.3);
}

.Zhaopin_bottom {
    width: 100%;
    position: relative;
    padding: var(--top30);
    margin-top: var(--top20);
    display: none;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.Zhaopin_bottom.show {
    opacity: 1;
    transform: translateY(0);
}


.Zhaopin_bottom::before {
    content: '';
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    border-radius: 14px;
    padding: 2px;
    background: linear-gradient(135deg, rgba(0, 53, 146, 1) 0%, rgba(0, 64, 152, 1) 64.65%, rgba(78, 193, 231, 1) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    z-index: -1;
}

.Zhaopin_cent {
    width: 100%;
    font-size: var(--size16);
    color: rgba(51, 51, 51, 1);
    line-height: 1.8;
}

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

.Wenhua_text {
    flex: 1;
}

.Wenhua_text .Title {
    justify-content: flex-start;
}

.Wenhua_text>p {
    font-size: var(--size18);
    color: rgba(51, 51, 51, 1);
    line-height: 1.8;
    margin-top: var(--top20);
}

.Wenhua_text ul {
    width: 100%;
    margin-top: var(--top40);
    display: flex;
    flex-wrap: wrap;
    gap: var(--top20);
}

.Wenhua_text ul li {
    width: max-content;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    padding: 10px var(--top40);
    border-radius: 10px;
    font-size: var(--size18);
    background: linear-gradient(123.83deg, rgba(0, 53, 146, 1) 0%, rgba(0, 64, 152, 1) 43.34%, rgba(78, 193, 231, 1) 100%);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.Wenhua_text ul li::after {
    content: '';
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    border-radius: 10px;
    padding: 2px;
    background: linear-gradient(135deg, rgba(0, 53, 146, 1) 0%, rgba(0, 64, 152, 1) 64.65%, rgba(78, 193, 231, 1) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    z-index: -1;
}

.Wenhua_text ul li img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.Wenhua_img {
    width: 45%;
}

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

.Jingyan {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 5vw;
}

.Jingyan_text {
    flex: 1;
}

.Jingyan_text .Title {
    justify-content: flex-start;
}

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

.Jingyan_p p {
    width: 100%;
    background: url(../images/yuan.png) no-repeat left center / 13px auto;
    padding-left: 20px;
    font-size: var(--size18);
    color: rgba(51, 51, 51, 1);
}

.Jingyan_img {
    width: 45%;
}

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

.Fazhan {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    position: relative;
}

.Fazhan_text {
    width: 47%;
    height: 100%;
    padding: var(--top40);
    background: url(../images/beijing2.png) no-repeat center center / 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;

}

.Fazhan_text .Title {
    justify-content: flex-start;
}

.Fazhan_p {
    width: 100%;
    margin-top: var(--top30);
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    position: relative;
}

.Fazhan_p p {
    width: 100%;
    background: url(../images/shu.png) no-repeat left top 5px / 9px auto;
    padding-left: 15px;
    font-size: var(--size18);
    color: rgba(51, 51, 51, 1);
}

.Fazhan_img p {
    width: 100%;
    background: url(../images/yuan.png) no-repeat left center / 13px auto;
    padding-left: 20px;
    font-size: var(--size18);
    color: rgba(51, 51, 51, 1);
}

.Fazhan_img {
    width: 60%;
}

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

.Jishu .Title {
    justify-content: flex-start;
}

.Jishu p {
    font-size: var(--size18);
    color: rgba(72, 72, 72, 1);
    line-height: 2;
    margin-top: var(--top20);
}

.Tuandui .Title {
    justify-content: flex-start;
}

.Tuandui h3 {
    font-size: var(--size20);
    background: linear-gradient(123.83deg, rgba(0, 53, 146, 1) 0%, rgba(0, 64, 152, 1) 43.34%, rgba(78, 193, 231, 1) 100%);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: var(--top20);
}

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

.Tuandui_text p {
    flex: 1;
    font-size: var(--size18);
    color: rgba(72, 72, 72, 1);
    line-height: 2;
    margin-top: 10px;
}

.Tuandui_text img {
    width: 300px;
    height: auto;
}

.About {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: var(--top60);
}

.About_text {
    flex: 1;
}

.About_text h2 {
    font-size: var(--size36);
    background: linear-gradient(123.83deg, rgba(0, 53, 146, 1) 0%, rgba(0, 64, 152, 1) 43.34%, rgba(78, 193, 231, 1) 100%);
    opacity: 0.4;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    line-height: 1;
    gap: 15px;
}

.About_text h2::after {
    content: "";
    width: 21px;
    height: 2px;
    opacity: 0.4;
    background: linear-gradient(123.83deg, rgba(0, 53, 146, 1) 0%, rgba(0, 64, 152, 1) 43.34%, rgba(78, 193, 231, 1) 100%);
}

.About_text p {
    font-size: var(--size18);
    color: rgba(72, 72, 72, 1);
    line-height: 2;
    margin-top: var(--top20);
}

.About img {
    width: 38%;
    height: auto;
    border-radius: 10px;
}

.Guanyu {
    width: 100%;
    overflow: hidden;
    background: url(../images/beijing3.png) no-repeat left center / 70% auto;
}

.Shenghuo {
    width: 100%;
    overflow: hidden;
    background: url(../images/beijing4.png) no-repeat bottom center / 100% auto;
}

.Index {
    width: 100%;
    overflow: hidden;
    background: url(../images/beijing5.png) no-repeat top center / 100% auto;
}

.Banner_text_index>img {
    min-height: 350px;
}

.Banner_text_index .Banner_text p {
    width: 700px;
    max-width: 100%;
    margin: auto;
    text-align: center;
    font-size: var(--size24);
    color: rgba(0, 53, 146, 1);
    margin-top: var(--top60);
}

.Gongzuo>p {
    text-align: center;
    font-size: var(--size18);
    color: rgba(72, 72, 72, 1);
    line-height: 2;
    margin-top: 15px;
}

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

.Gongzuo ul li {
    width: 100%;
    position: relative;
    padding: var(--top30);
    border-radius: 10px;
    font-size: var(--size24);
    background: linear-gradient(123.83deg, rgba(0, 53, 146, 1) 0%, rgba(0, 64, 152, 1) 43.34%, rgba(78, 193, 231, 1) 100%);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.Gongzuo ul li a {
    width: 100%;
    gap: var(--top30);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.Gongzuo ul li::after {
    content: '';
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    border-radius: 10px;
    padding: 2px;
    background: linear-gradient(135deg, rgba(0, 53, 146, 1) 0%, rgba(0, 64, 152, 1) 64.65%, rgba(78, 193, 231, 1) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    z-index: -1;
}

.Gongzuo ul li svg {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.Jiaruin {
    width: 100%;
    margin: var(--top80) auto;
}

.Jiaruin .Title h2::before {
    right: 30%;
    left: auto;
}

.Jiaruin>p {
    width: 890px;
    max-width: 100%;
    margin: auto;
    text-align: center;
    font-size: var(--size18);
    color: rgba(72, 72, 72, 1);
    line-height: 1.7;
    margin-top: 15px;
}

.downScroll {
    width: 100%;
    margin-top: var(--top40);
    padding: 10px;
}

.downScroll li {
    width: 100%;
    overflow: hidden;
    position: relative;
    aspect-ratio: 540 / 270;
    border-radius: 10px;
    transform: skew(-30deg);
    box-shadow: 0px 4px 8px rgba(38, 127, 255, 0.2);
}

.downScroll li img {
    width: 130%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) skew(30deg);
    object-fit: cover;
}

.scroll_item::after {
    content: '';
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    border-radius: 10px;
    padding: 20px;
    background: linear-gradient(135deg, rgba(0, 53, 146, 1) 0%, rgba(0, 64, 152, 1) 64.65%, rgba(78, 193, 231, 1) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    z-index: 5;
}

.Tanchuang {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.Tanchuang_max {
    width: 760px;
    max-width: 95%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    border-radius: 15px;
    background: rgba(255, 255, 255, 1);
    padding: var(--top40);
    transition: transform 0.3s ease;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.Tanchuang_max_top {
    width: 100%;
    border-bottom: 1px solid rgba(229, 229, 229, 1);
    padding-bottom: var(--top20);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.Tanchuang_max_top h2 {
    font-size: var(--size18);
    color: rgba(51, 51, 51, 1);
}

.Tanchuang_max_top svg {
    width: 18px;
    height: auto;
    display: block;
    cursor: pointer;
    transition: all 0.3s ease;
}

.Tanchuang_max_top svg:hover {
    transform: rotate(90deg) scale(1.1);
    opacity: 0.7;
}

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

.Tanchuang_form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: var(--top30);
}

.Tanchuang_form_item {
    flex: 1;
}



.Tanchuang_form_item p {
    font-size: var(--size16);
    color: rgba(51, 51, 51, 1);
    line-height: 1;
    font-weight: 600;
    margin-top: 10px;
}

.Tanchuang_form_item input {
    width: 100%;
    height: 40px;
    border-radius: 4px;
    border: 1px solid rgba(207, 207, 207, 1);
    margin-top: 10px;
    font-size: var(--size14);
    color: rgba(211, 211, 211, 1);
    padding: 0 10px;
}
.Tanchuang_form_item input:not(:placeholder-shown){
    color: #000;
}

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

.Tanchuang_checkbox p {
    font-size: var(--size16);
    color: rgba(51, 51, 51, 1);
    line-height: 1;
    font-weight: 600;
}

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

.Tanchuang_checkbox_list label {
    font-size: var(--size16);
    color: rgba(51, 51, 51, 1);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

.Tanchuang_checkbox_list label input {
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid rgba(207, 207, 207, 1);
    background: transparent;
    position: relative;
    cursor: pointer;
}

.Tanchuang_checkbox_list label input:before {
    content: "";
    border-radius: 3px;
    background: linear-gradient(123.83deg, rgba(0, 53, 146, 1) 0%, rgba(0, 64, 152, 1) 43.34%, rgba(78, 193, 231, 1) 100%);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 10px;
    height: 10px;
    transition: all 0.3s ease-in-out;
}

.Tanchuang_checkbox_list label input:checked {
    border: 1px solid rgba(0, 64, 152, 1);
}

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

.Tanchuang_checkbox_list label:has(input:checked) {
    background: linear-gradient(123.83deg, rgba(0, 53, 146, 1) 0%, rgba(0, 64, 152, 1) 43.34%, rgba(78, 193, 231, 1) 100%);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.upboxlae {
    width: max-content;
    position: relative;
    margin-top: var(--top20);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    font-size: var(--size16);
    color: rgba(216, 216, 216, 1);
    padding: 0 30px;
    height: 36px;
    cursor: pointer;
}

.upboxlae button{
    height: 36px;
    font-size: var(--size16);
    color: rgba(216, 216, 216, 1);
    position: relative;
    z-index: 55;
}

.upboxlae::after {
    content: '';
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    border-radius: 10px;
    padding: 1px;
    background: linear-gradient(135deg, rgba(0, 53, 146, 1) 0%, rgba(0, 64, 152, 1) 64.65%, rgba(78, 193, 231, 1) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    z-index: 5;
}

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

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

.Submit button {
    width: 150px;
    height: 36px;
    border-radius: 8px;
    border: 1px solid rgba(138, 138, 138, 1);
    font-size: var(--size16);
    color: rgba(138, 138, 138, 1);
    cursor: pointer;
}
.Submit button#submitAdd{
    background: linear-gradient(123.83deg, rgba(0, 53, 146, 1) 0%, rgba(0, 64, 152, 1) 43.34%, rgba(78, 193, 231, 1) 100%);
    color: rgba(255, 255, 255, 1);
    border: transparent
}



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

.Footer_max {
    width: var(--max);
    overflow: hidden;
    margin: var(--top60) auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

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

.Footer_right{
    width: max-content;
    display: flex;
    flex-wrap: wrap;

}

.Footer_right ul{
    width: max-content;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--top20) var(--top40);
}
.Footer_right ul li{
    font-size: var(--size14);
    color: rgba(51, 51, 51, 1);
}

.Footer_right_bottom{
    width: max-content;
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    border-left: 1px solid rgba(103, 103, 103, 1);
    padding-left: var(--top30);
    margin-left: var(--top30);
}

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

.Footer_right_bottom_item svg{
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.Footer_right_bottom_item p{
    flex: 1;
    font-size: var(--size14);
    color: rgba(51, 51, 51, 1);
}

.Beian {
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
}

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

.Beian_max p {
    font-size: var(--size14);
    color: rgba(51, 51, 51, 1);
}
.Beian a{
    width: max-content;
    margin: auto;
    display: block;
    margin-top: 10px;
    font-size: var(--size14);
    color: rgba(51, 51, 51, 1);
    background: url(../images/guihui.png) no-repeat left center / 20px auto;
    padding-left: 25px;
}