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

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

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

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

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

body {
    font-family: "Regular";
}

.Hertre {
    width: 100%;
    z-index: 999;
    height: 100px;
    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;
}

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

}

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

.Nav {
    width: max-content;
    margin-left: auto;
    margin-right: var(--top30);
}

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

.Nav ul li {
    font-size: var(--size14);
    color: rgba(6, 129, 153, 1);
    text-align: center;
    line-height: 100px;
    position: relative;
}


.Hertre_icon {
    width: max-content;
}

.Hertre_icon ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.Hertre_icon ul li {
    width: 35px;
    border-radius: 50%;
}

.Hertre_icon ul li img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}

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

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

.menu_button:focus {
    outline: none;
}

.menu_button .line {
    fill: none;
    stroke: rgba(24, 124, 248, 1);
    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;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 1px dashed rgba(204, 204, 204, 1);
}

.Banner>img{
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
}

.Banner_max {
    width: var(--max);
    margin: 160px auto 120px;
}

.Banner_max h1 {
    font-size: var(--size60);
    color: rgba(255, 255, 255, 1);
    line-height: 1;
}

.Banner_max h2 {
    font-size: var(--size50);
    color: rgba(255, 87, 51, 1);
    line-height: 1;
}

.Banner_max span {
    display: block;
    font-size: var(--size20);
    color: rgba(255, 255, 255, 1);
}

.Banner_max p {
    width: 850px;
    max-width: 100%;
    font-size: var(--size16);
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.5;
    margin-top: var(--top40);
}

.Banner_c {
    font-size: var(--size14);
    color: rgba(255, 255, 255, 0.95);
    margin-top: var(--top40);
}

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

.Banner_a a {
    width: max-content;
    line-height: 56px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 1);
    font-size: var(--size14);
    color: rgba(24, 124, 248, 1);
    padding: 0 var(--top50);
}

.Banner_a a:nth-child(1) {
    background: rgba(255, 87, 51, 1);
    color: rgba(255, 255, 255, 1);
}

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

.Banner_hezuo h3 {
    font-size: var(--size14);
    color: rgba(255, 255, 255, 0.65);
}

.Banner_hezuo_item {
    width: 100%;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

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

.Data {
    width: 100%;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(2, 39, 48, 1) 0%, rgba(245, 245, 245, 0) 100%);
}

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

.Data_max ul {
    width: 85%;
    display: flex;
    justify-content: space-between;
    margin: auto;
    gap: 20px;
}

.Data_max ul li {
    width: 100%;
    position: relative;
    transform: skewX(-25deg);
}

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

.Data_max ul li p {
    font-size: var(--size20);
    color: rgba(255, 255, 255, 1);
    text-align: center;
    padding: var(--top40);
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1.1;
    transform: skewX(25deg);
}

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

.Ycny>h2 {
    text-align: center;
    font-size: var(--size36);
    color: rgba(6, 129, 153, 1);
}

.Ycny>P {
    text-align: center;
    font-size: var(--size30);
    color: rgba(34, 34, 34, 1);
    margin-top: var(--top30);
    line-height: 1.2;
}

.Ycny ul {
    width: 100%;
    margin-top: var(--top120);
    display: flex;
    justify-content: space-between;
    gap: 10vw;
}

.Ycny ul li {
    width: 100%;
}

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

.Ycny ul li h3 {
    text-align: center;
    margin-top: var(--top50);
    font-size: var(--size30);
    color: rgba(6, 129, 153, 1);
    line-height: 1.2;
}

.Ycny ul li h3 span {
    color: rgba(34, 34, 34, 1);
    display: block;
}

.Ycny ul li p {
    text-align: center;
    font-size: var(--size16);
    color: rgba(153, 153, 153, 1);
    margin-top: var(--top20);
}

.Hezuo {
    width: 100px;
    background: rgba(240, 240, 240, 1);
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.Hezuo h2 {
    width: 100%;
    line-height: 56px;
    background: rgba(6, 129, 153, 1);
    text-align: center;
    font-size: var(--size16);
    color: rgba(255, 255, 255, 1);
}

.Hezuo ul {
    width: 100%;
}

.Hezuo ul li {
    width: 100%;
}

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

.Hezuo ul li p {
    text-align: center;
    font-size: var(--size14);
    color: rgba(6, 129, 153, 1);
    padding: 10px 0;
}

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

.Ma>h2 {
    text-align: center;
    font-size: var(--size36);
    color: rgba(6, 129, 153, 1);
}

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

.Ma ul li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: rgba(246, 246, 246, 1);
}

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

.Ma ul li img {
    width: 50%;
    object-fit: cover;
}

.Ma_text {
    flex: 1;
    padding: var(--top60) var(--top30);
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.Ma_content {
    width: 100%;
}

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

.Ma_content p {
    font-size: var(--size16);
    color: rgba(102, 102, 102, 1);
    margin-top: var(--top30);
}

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

.Ma_but a {
    font-size: var(--size16);
    color: rgba(102, 102, 102, 1);
    padding: 0 25px;
    line-height: 48px;
    border-radius: 48px;
}

.Ma_but a:nth-child(1) {
    color: rgba(6, 129, 153, 1);
    border: 1px solid rgba(6, 129, 153, 1)
}

.Paoot {
    width: 100%;
    overflow: hidden;
    background: rgba(0, 96, 115, 1);
}

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

.Paoot_max>h2 {
    font-size: var(--size36);
    color: rgba(255, 255, 255, 1);
    line-height: 1.1;
}

.Paoot_max ul {
    width: 100%;
    margin-top: var(--top120);
    display: flex;
    justify-content: space-between;
    gap: var(--top20);
}

.Paoot_max ul li {
    width: 100%;
    border-radius: 10px;
    background: rgba(255, 255, 255, 1);
}

.Paoot_max ul li img {
    width: 100%;
    aspect-ratio: 337 / 366;
    object-fit: contain;
}

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

.Paoot_text h3 {
    text-align: center;
    font-size: var(--size30);
    color: rgba(0, 96, 115, 1);
}

.Paoot_text h4 {
    text-align: center;
    font-size: var(--size30);
    color: rgba(255, 87, 51, 1);
}

.Paoot_text p {
    text-align: center;
    font-size: var(--size14);
    color: rgba(102, 102, 102, 1);
    margin: 15px 0;
}

.Paoot_text span {
    display: block;
    font-size: var(--size36);
    color: rgba(6, 129, 153, 1);
    text-align: center;
}

.Paoot_text a {
    max-width: 220px;
    margin: auto;
    width: 100%;
    text-align: center;
    background: rgba(255, 87, 51, 1);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    padding: 15px 0;
    border-radius: 50px;
    display: block;
    margin-top: var(--top20);
    font-size: var(--size20);
    color: rgba(255, 255, 255, 1);
}

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

.Apa>h2 {
    font-size: var(--size36);
    color: rgba(6, 129, 153, 1);
    line-height: 1.1;
}

.Apa>p {
    font-size: var(--size20);
    color: rgba(102, 102, 102, 1);
    margin-top: var(--top30);
}

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

.Apa ul li {
    width: 100%;
    position: relative;
}

.Apa ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Apa ul li svg {
    width: 40px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.Cka {
    width: 100%;
    overflow: hidden;
    background: url(../images/beijing11.png) no-repeat center center / cover;
}

.Cka_max {
    width: var(--max);
    margin: 30px auto;
}

.Cka_max h2 {
    text-align: center;
    font-size: var(--size24);
    color: rgba(255, 255, 255, 1);
}

.Cka_max p {
    width: 630px;
    max-width: 100%;
    margin: auto;
    font-size: var(--size16);
    color: rgba(255, 255, 255, 0.65);
    text-align: center;
    margin-top: 15px;
}

.Cka_but {
    width: 100%;
    margin-top: var(--top30);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--top30);
}

.Cka_but a {
    min-width: 230px;
    text-align: center;
    line-height: 48px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 1);
    font-size: var(--size14);
    color: rgba(255, 255, 255, 1);
}

.Cka_but a:nth-child(1) {
    background: rgba(255, 255, 255, 1);
    color: rgba(0, 96, 115, 1);
}

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

.Bap>h2 {
    font-size: var(--size36);
    color: rgba(6, 129, 153, 1);
    line-height: 1.1;
    text-align: center;
}

.Bap>p {
    max-width: 900px;
    width: 100%;
    margin: auto;
    font-size: var(--size16);
    color: rgba(102, 102, 102, 1);
    margin-top: var(--top30);
    text-align: center;
}

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

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

.Bap ul li h3 {
    text-align: center;
    font-size: var(--size24);
    color: rgba(51, 51, 51, 1);
}

.Bap_text {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: var(--top20);
    margin: var(--top30) 0;
}

.Bap_text p {
    font-size: var(--size24);
    color: rgba(0, 96, 115, 1);
}

.Bap_text span {
    display: block;
    font-size: var(--size18);
    color: rgba(102, 102, 102, 1);
}

.Bap ul li>p {
    font-size: var(--size16);
    color: rgba(153, 153, 153, 1);
    text-align: center;
}

.Bap>span {
    display: block;
    text-align: center;
    font-size: var(--size20);
    color: rgba(51, 51, 51, 1);
    margin-top: var(--top60);
}

.Bap>a {
    width: max-content;
    line-height: 48px;
    border-radius: 50px;
    background: rgba(0, 96, 115, 1);
    display: block;
    margin: auto;
    margin-top: var(--top30);
    color: rgba(255, 255, 255, 1);
    font-size: var(--size14);
    padding: 0 var(--top40);
}


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

.Bapmna>h2 {
    font-size: var(--size36);
    color: rgba(6, 129, 153, 1);
    line-height: 1.1;
    text-align: center;
}

.Bapmna>p {
    max-width: 900px;
    width: 100%;
    margin: auto;
    font-size: var(--size16);
    color: rgba(102, 102, 102, 1);
    margin-top: var(--top30);
    text-align: center;
}

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

.Bapmna ul li {
    width: 100%;
}

.Bapmna ul li img {
    width: 100%;
    aspect-ratio: 330 / 220;
    object-fit: cover;
}

.Bapmna_text {
    width: 100%;
    background: rgba(0, 96, 115, 1);
    padding: var(--top20);
}

.Bapmna_text h3 {
    text-align: center;
    font-size: var(--size18);
    color: rgba(255, 255, 255, 1);
}

.Bapmna_text p {
    text-align: center;
    font-size: var(--size14);
    color: rgba(255, 255, 255, 1);
}

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

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

.Haw_max>h2 {
    font-size: var(--size36);
    color: rgba(6, 129, 153, 1);
    line-height: 1.1;
}

.Haw_max>p {
    font-size: var(--size20);
    color: rgba(102, 102, 102, 1);
    margin-top: var(--top30);
}

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

.prev,
.next {
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(236, 236, 236, 1);
    position: static;
    inset: 0;
    transform: translate(0%, 0%);
    border-radius: 50%;
}

.Swiper {
    width: 100%;
    margin-top: var(--top50);
}

.Swiper li {
    width: 310px;
}

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

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

.Koon_max {
    width: 100%;
    margin: var(--top120) auto;
}

.Koon_max>h2 {
    font-size: var(--size36);
    color: rgba(6, 129, 153, 1);
    text-align: center;
    line-height: 1.1;
}

.Koon_max ul {
    width: 100%;
    margin-top: var(--top100);
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.Koon_max ul li {
    width: 100%;
}

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


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

.Koh>h2 {
    font-size: var(--size36);
    color: rgba(6, 129, 153, 1);
    line-height: 1.1;
    text-align: center;
}

.Koh>p {
    width: 100%;
    font-size: var(--size16);
    color: rgba(102, 102, 102, 1);
    margin-top: var(--top30);
    text-align: center;
}

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

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

.Koh_list img {
    width: 38px;
    height: auto;
}

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

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

.Koh ul li {
    width: 100%;
    border-radius: 10px;
    background: rgba(246, 246, 246, 1);
    padding: var(--top50);
}

.Koh ul li h3 {
    font-size: var(--size20);
    color: rgba(51, 51, 51, 1);
}

.Koh ul li p {
    font-size: var(--size14);
    color: rgba(102, 102, 102, 1);
    margin-top: var(--top20);
}


.Wei {
    width: 100%;
    overflow: hidden;
    background: rgba(0, 96, 115, 1);
}

.Wei_max {
    width: 1000px;
    max-width: calc(100% - 30px);
    margin: var(--top60) auto;
}

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

.Wei_max ul li {
    width: 100%;
}

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

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

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

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

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

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

.Footer_url a {
    font-size: var(--size16);
    color: rgba(255, 255, 255, 1);
}

.Oct {
    width: var(--max);
    margin: var(--top120) auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    gap: var(--top20);
}

.Oct_text {
    flex: 1;
}

.Oct_text>h2 {
    font-size: var(--size36);
    color: rgba(6, 129, 153, 1);
    line-height: 1.1;
}

.Oct_text>span {
    display: block;
    font-size: var(--size20);
    color: rgba(102, 102, 102, 1);
}

.Oct_text p {
    font-size: var(--size20);
    color: rgba(6, 129, 153, 1);
    line-height: 2;
    margin-top: var(--top30);
}

.Oct_but {
    width: 100%;
    margin-top: var(--top60);
    display: none;
}

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

.Oct_but form>input {
    flex: 1;
    height: 54px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(6, 129, 153, 1);
    font-size: var(--size16);
    color: rgba(102, 102, 102, 1);
    text-align: center;
}

.Oct_but form>button {
    flex: 1;
    height: 54px;
    background: rgba(6, 129, 153, 1);
    border: transparent;
    border-radius: 50px;
    font-size: var(--size16);
    color: rgba(255, 255, 255, 1);
    text-align: center;
    cursor: pointer;
}

.Oct_guo{
    width: 30%;
    height: 54px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(6, 129, 153, 1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    gap: 15px;
    min-width: 0;
}

.Oct_img{
    width: max-content;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

.Oct_img>img{
    width: 23px;
    height: 23px;
    object-fit: cover;
    border-radius: 50%;
}
.Oct_img svg{
    width: 10px;
    height: auto;
    display: block;
}

.Oct_guo input{
    flex: 1;
    font-size: var(--size16);
    color: rgba(102, 102, 102, 1);
    outline: none;
    background: transparent;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.Oct>img {
    width: 35%;
    height: auto;
}

.country_dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: max-content;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(6, 129, 153, 0.3);
    border-radius: 5px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    margin-top: 5px;
    padding: 10px;
}

.country_dropdown.hidden {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
}

.Oct_img:hover .country_dropdown:not(.hidden) {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown_item {
    display: flex;
    justify-content: center;
    padding: 8px 0;
    border-bottom: 1px solid rgba(6, 129, 153, 0.1);
    transition: background-color 0.2s ease;
    cursor: pointer;
}

.dropdown_item:last-child {
    border-bottom: none;
}

.dropdown_item:hover {
    background-color: rgba(6, 129, 153, 0.05);
}

.dropdown_item img {
    width: 25px;
    height: 25px;
    object-fit: cover;
    border-radius: 50%;
}

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


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

.Kak_max>h2 {
    font-size: var(--size36);
    color: rgba(0, 96, 115, 1);
    line-height: 1.1;
}


.Kak_max img{
    width: 100%;
    height: auto;
    margin-top: var(--top100);
}

.video_modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.video_modal.open {
    display: flex;
    opacity: 1;
}

.video_modal_inner {
    position: relative;
    width: 90%;
    max-width: 900px;
    aspect-ratio: 16 / 9;
    background: #000;
    transform: scale(0.98);
    transition: transform 0.25s ease;
}

.video_modal.open .video_modal_inner {
    transform: scale(1);
}

.video_modal video {
    width: 100%;
    height: 100%;
    display: block;
}