* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary: #030303;
}

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
    font-size: clamp(7.5px, 0.520834vw, 10px);
}

.content {
    max-width: 140rem;
    margin: 0 auto;
    position: relative;
}

.content .content {
    padding: 0;
}

.swiper_box {
    position: relative;
}

.swiper_content {
    max-width: 143rem;
    margin: 0 auto;
    position: relative;
    padding: 1.5rem;
    overflow: hidden;
}

li {
    list-style: none;
}

li.swiper-slide {
    height: auto;
}

a {
    color: inherit;
    cursor: pointer;
    font-size: inherit;
    text-decoration: none;
}

i,
em {
    font-style: normal;
}

input,
button,
textarea {
    border: none;
    outline: none;
    font-family: unset;
    color: var(--title);
}

select {
    cursor: pointer;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    font-family: unset;
    color: var(--title);
}

textarea {
    resize: none;
}

button,
input[type="submit"] {
    cursor: pointer;
}

input[type="checkbox"] {
    cursor: pointer;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

input[type="number"] {
    appearance: textfield;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    margin: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

table {
    width: 100%;
    word-break: normal;
    border-collapse: collapse;
}

.flex {
    display: flex;
}

.wrap {
    flex-wrap: wrap;
}

.flex1 {
    flex: 1;
}

.flex2 {
    flex: 2;
}

.flex3 {
    flex: 3;
}

.between {
    justify-content: space-between;
}

.center {
    text-align: center;
}

.flex_start {
    justify-content: flex-start;
}

.flex_center {
    justify-content: center;
}

.flex_end {
    justify-content: flex-end;
}

.flex_top {
    align-items: flex-start;
}

.flex_middle {
    align-items: center;
}

.flex_bottom {
    align-items: flex-end;
}

.aligncenter {
    margin-left: auto;
    margin-right: auto;
}

body {
    font-size: 1.6rem;
    word-break: break-word;
    color: var(--title);
    font-family: "Jost", sans-serif;
}

body.fixed {
    overflow: hidden;
    padding-right: 17px;
}

body [data-wpr-lazyrender] {
    content-visibility: unset;
}

h1,
h2,
h3,
strong,
.title {
    font-weight: 400;
}


.only_mobile {
    display: none;
}

.gap {
    gap: 3rem;
}

.grecaptcha-badge {
    visibility: hidden;
}

#fullscreen-loader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

#fullscreen-loader::after {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 8px solid var(--primary);
    animation: l20-1 0.8s infinite linear alternate, l20-2 1.6s infinite linear;
}

@keyframes l20-1 {
    0% {
        clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
    }

    12.5% {
        clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
    }

    25% {
        clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
    }

    50% {
        clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
    }

    62.5% {
        clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
    }

    75% {
        clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
    }

    100% {
        clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
    }
}

@keyframes l20-2 {
    0% {
        transform: scaleY(1) rotate(0deg);
    }

    49.99% {
        transform: scaleY(1) rotate(135deg);
    }

    50% {
        transform: scaleY(-1) rotate(0deg);
    }

    100% {
        transform: scaleY(-1) rotate(-135deg);
    }
}

.img.img_cv {
    overflow: hidden;
}

.img.img_cv img {
    object-fit: cover;
}

.img.img_ct img {
    object-fit: contain;
}

.img.img_ab {
    position: relative;
}

.img.img_ab img {
    position: absolute;
    left: 0;
    top: 0;
}

.img.img_aba {
    position: relative;
}

.img.img_aba::after {
    content: '';
    display: block;
    padding-bottom: var(--h);
}

.img.img_aba img {
    position: absolute;
    left: 0;
    top: 0;
}

.img img {
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.5s;
    aspect-ratio: inherit;
}

.img_bg {
    position: relative;
    z-index: 2;
}

.img_bg>img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
    pointer-events: none;
}

.icon.icon_ab {
    position: relative;
}

.icon.icon_ab img {
    position: absolute;
    left: 0;
    top: 0;
}

.icon img {
    display: block;
    object-fit: contain;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.btn {
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s;
    text-align: center;
    text-transform: uppercase;
    background-color: var(--primary);
    border: 1px solid var(--primary);
    color: #fff;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 4.5rem;
    padding: 0 3rem;
    min-width: 15.1rem;
    border-radius: 5px;
}

.btn:hover {
    background-color: transparent;
    color: var(--primary);
}

.btn_w {
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s;
    text-align: center;
    text-transform: uppercase;
    background-color: #fff;
    color: #171717;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 4.5rem;
    border: 1px solid var(--primary);
    padding: 0 3rem;
    border-radius: 5px;
    min-width: 15.1rem;
}

.btn_w:hover {
    background-color: var(--primary);
    color: #fff;
}

.btn_b {
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s;
    text-align: center;
    text-transform: uppercase;
    background-color: var(--title);
    color: #fff;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 5.2rem;
    padding: 0 3rem;
}

.btn_b:hover {
    background-color: var(--primary);
}

.btn_line {
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s;
    text-align: center;
    text-transform: uppercase;
    background-color: transparent;
    border: 1px solid rgba(23, 23, 23, 0.5);
    color: #171717;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 5.1rem;
    padding: 0 3.25rem;
    min-width: 16.9rem;
}

.btn_line:hover {
    background-color: var(--primary);
    border-color: var(--primary);
    color: #fff;
}

.btn_font {
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
    font-size: 1.8rem;
    line-height: 3.6rem;
    text-transform: uppercase;
    color: #171717;
}

.btn_font::after {
    width: 100%;
    height: 2px;
    background-color: var(--primary);
    left: 0;
    position: absolute;
    bottom: 0;
    content: '';
    transition: all 0.3s;
}

.btn_font:hover {
    color: var(--primary);
}

.btn_font:hover::after {
    width: 0;
    left: unset;
    right: 0;
}

.swiper_btns {
    gap: 5.6rem;
    display: flex;
}

.swiper_btns div {
    width: 2.9rem;
    cursor: pointer;
    transition: all 0.3s;
}

.swiper_btns div::after {
    content: '';
    display: block;
    padding-bottom: 62.1%;
    transition: all 0.3s;
    background: url(../img/arrow.svg) no-repeat center / contain;
    filter: contrast(0) brightness(0);
}

.swiper_btns div:hover::after {
    filter: unset;
}

.swiper_btns .btn_next::after {
    transform: rotate(180deg);
}

.swiper_btns .swiper-button-disabled {
    pointer-events: none;
    opacity: 0.6;
    filter: contrast(0) brightness(0);
}

.swiper_btns .swiper-button-lock {
    display: block;
    opacity: 0;
    pointer-events: none;
}

.swiper_btns.middle {
    width: 98%;
    max-width: 164.7rem;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    pointer-events: none;
    transform: translate(-50%, -50%);
    justify-content: space-between;
}

.swiper_btns.middle div {
    pointer-events: all;
}

.swiper_btns.middle .swiper-button-disabled,
.swiper_btns.middle .swiper-button-lock {
    pointer-events: none;
}

.app {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: fixed;
}

.app header {
    position: relative;
    z-index: 996;
    width: 100%;
    transition: all 0.4s;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.app header .actions {
    display: flex;
    align-items: center;
    gap: 4rem;
}

.app header .actions button.btn_share {
    background-color: transparent;
}

.app header .actions button.btn_share svg {
    width: 30px;
    height: 30px;
}

.app header>.flex {
    padding: 1.5rem;
}

.app header .logo {
    max-width: 10rem;
}

.app .tdfile_list ul li {
    cursor: pointer;
    border-radius: 5px;
    padding: .8rem 2rem;

}

.app .tdfile_list ul li.active {
    background-color: #030303;
    color: #fff;

}

.app .control_center {
    justify-content: space-between;
    height: 100%;
}

.app .control_center .lt {
    background-color: #f7f7f7;
    flex: 1;
    position: relative;
}

.app .control_center .lt .model_box {
    height: 100%;
}

.app .control_center .rt {
    gap: 2rem;
    min-width: 45rem;
}

.app .sider-left-f {
    position: absolute;
    right: 2rem;
    top: 2rem;
}

.app .sider-left-f ul li {
    padding: 1.2rem;
    background-color: #fff;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    border-radius: 5px;
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 1rem;
    transition: all .3s;
}

.app .sider-left-f ul li:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.app .sider-left-f ul li svg {
    width: 25px;
    height: 25px;
}

.app .action_m_col {
    position: absolute;
    bottom: 12rem;
    left: 50%;
    transform: translateX(-50%);
}

.app .action_m_col button {
    padding: 1rem;
    border-radius: 5px;
    display: flex;
    border: #030303 solid 1px;

}

.app .action_m_col button span {
    display: none;
}

.app .action_m_col button.active {
    background-color: #030303;
    color: #ffffff;
}

.app .action_m_col .flex {
    gap: 2rem;
}
 

.app .action_m_col .flex svg {
    width: 25px;
    height: 25px;
}

.app .action_m_col button.active svg {
    filter: contrast(0) brightness(20);
}


.app .f_model_mtr_tab .img img {
    /* max-width: 8rem; */
    border-radius: 5px;
}

.app .sider-right {
    flex: 1;
    border-left: #eee solid 1px;

}

.app .sider-right .f_model_mtr ul li {
    flex: 1;
    padding: 1.5rem;
    display: flex;
    justify-content: center;
    cursor: pointer;
    align-items: center;
    border-bottom: #eee solid 1px;
}


.app .sider-right .f_model_mtr ul li.active {
    background-color: #030303;
    border-bottom: #030303 solid 1px;
    color: #ffffff;
}

.app .f_model_mtr_tab {
    overflow: auto;
}

.app .f_model_mtr_tab ul {
    padding: 1rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    height: calc(100vh - 77px);
    display: none;
}

.app .f_model_mtr_tab ul.active {
    display: grid;
}

.app .f_model_mtr_tab ul li .title {
    margin-top: 1.2rem;
}

.app .f_model_mtr_tab ul li .img {
    border-radius: 5px;
}

.app .f_model_mtr_tab ul li.active .img {
    border: 2px solid #ffffff;
    outline: 2px solid #000000;
}

.app .f_model_mtr_tab ul li {
    text-align: center;
    cursor: pointer;
    position: relative;
}

.app .f_model_mtr_tab ul li .action_b {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-top: 1rem;
}

.app .f_model_mtr_tab ul li .contrast{
    position: absolute;
    top: 1rem;
    cursor: pointer;
    right: 2rem; 
    z-index: 9;
    display: flex;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 0px 3px #ccc; 
    transition:  all .3s;
    padding: .5rem .8rem;
}
.app .f_model_mtr_tab ul li.active .contrast{
    display: none;
}

.app .f_model_mtr_tab ul li .contrast.active{
    background-color: #000000;
}
.app .f_model_mtr_tab ul li .contrast.active svg{
    filter: contrast(0) brightness(20);
}

.app .f_model_mtr_tab ul li .contrast:hover{
    opacity: .9;
}

.app .f_model_mtr_tab ul li .contrast svg{
    width: 15px;
    height: 15px;
    transform: rotate(90deg);
}

.app .f_model_mtr_tab ul li .img {
    height: 23rem;
    border: 2px solid transparent;
    outline: 2px solid transparent;
    width: 90%;
    margin: 0 auto;
}

.app .f_model_mtr_tab ul li .action_b button {
    font-size: 1.4rem;
    line-height: 3.5rem;
    min-width: 12.1rem;
    display: none;
    margin-top: .5rem;
}

#loadingOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #f7f7f7;
    z-index: 100;
    display: none;
}

#loadingOverlay.active {
    display: flex;
}

#loadingText {
    color: #030303;
    font-size: 1.6rem;
    margin-bottom: 10px;
}

.loadingBarbox {
    width: 40rem;
    max-width: 100%;
    height: 0.8rem;
    background-color: #eee;
    border-radius: 4px;
    overflow: hidden;
}

#loadingBar {
    height: 100%;
    width: 0%;
    background: linear-gradient(to right, #000000, #030303);
    transition: width 0.1s;
}
 
.weather-btn {
    padding: 8px 14px;
    font-size: 14px;
    border-radius: 6px;
    cursor: pointer;
    border: none;
    background: #ffffff; 
    backdrop-filter: blur(6px);
    transition: 0.2s;
    border: 2px solid transparent;
    outline: 2px solid transparent;
}

/* .weather-btn  */

.weather-btn:hover {
    /* background: rgba(0, 0, 0, 0.35);  */
}

.weather-btn.active {
    border: 2px solid #ffffff;
    outline: 2px solid #000000;
    background-color: #000000;
    color: #ffffff;
}



.contact_main {
    position: fixed;
    z-index: 899;
    background-color: rgba(0, 0, 0, .5);
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
}

.contact_main.active {
    opacity: 1;
    visibility: visible;

}

.contact_main .content {
    max-width: 100rem;
}

.contact_main .head {
    margin-bottom: 4rem;
}

.contact_main .head .subtitle {
    max-width: max-content;
    text-align: center;
    text-transform: uppercase;
}

.contact_main .head .subtitle+p {
    margin-top: 2px
}

.contact_main .head svg {
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.contact_main .head p {
    color: rgba(0, 0, 0, .7);
    font-size: 1.8rem;
    line-height: 3.4rem;
    margin: 3.2rem auto 0;
    max-width: 102rem
}

.contact_main form {
    padding: 4%;
    border-radius: 2rem;
    background-color: #f4f4f4;
    padding: 5% 4%;
    gap: 2.8rem 0;
}

.contact_main form .con_form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}

.contact_main form span {
    width: 100%
}

.contact_main form .col-2 {
    width: 48.683398%
}

.contact_main form .label {
    font-size: 1.6rem;
    display: block;
    color: #5e5e5e;
    margin-bottom: 1.5rem;
    letter-spacing: .02px;
    margin-top: 1rem;

}

.contact_main form input,
.contact_main form textarea,
.contact_main form select {
    display: block;
    width: 100%;
    font-size: 1.6rem;
    color: #000;
    background-color: #fff;
    border-radius: .6rem;
    border: none;
    height: 5rem;
    padding: 0 2rem;
    letter-spacing: .01px
}

.contact_main form textarea {
    padding: 2rem 2.6rem;
    height: 13.6rem
}

.contact_main form select {
    background: url(../../../../../../../../themes/sytech/assets/img/icon-select.svg) no-repeat center right 3.7rem/1.3rem #fff;
    padding-right: 6rem
}

.contact_main form span:has(input[type=checkbox]) {
    margin-top: 2.2rem
}

.contact_main form input[type=checkbox] {
    width: 2.6rem;
    height: 2.6rem;
    padding: 0;
    border-radius: .4rem;
    vertical-align: top;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.contact_main form input[type=checkbox]::after {
    content: '';
    display: block;
    width: 80%;
    height: 80%;
    background: url(../../../../../../../../themes/sytech/assets/img/gou.svg) no-repeat center / contain;
    transition: all 0.3s;
    opacity: 0
}

.contact_main form input[type=checkbox]:checked::after {
    opacity: 1
}

.contact_main form input[type=checkbox]~span {
    vertical-align: top;
    cursor: pointer;
    color: #595959;
    display: inline-block;
    font-size: 1.8rem;
    line-height: 2.9rem;
    width: calc(100% - 3.2rem);
    padding-left: 2rem;
    margin-top: -2px;
    letter-spacing: .01px
}

.contact_main form input[type=checkbox]~span a {
    color: #030303;
    text-decoration: underline;
    transition: all 0.3s
}

.contact_main form input[type=checkbox]~span a:hover {
    text-decoration-color: transparent
}

.contact_main form span:has(.btn) {
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 5.6rem
}

.contact_main form .btn {
    gap: 2rem;
    position: relative
}

.contact_main form .btn:hover i {
    transform: translateX(2.2rem)
}

.contact_main form .btn i {
    margin: 0;
    width: 6.2rem;
    height: 6.2rem;
    background-size: .8rem
}

.contact_main form .btn i::before {
    left: 2rem
}

.contact_main form .btn span {
    width: auto
}

.contact_main form .btn input {
    display: none
}

.contact_main .lang_con {
    margin-top: 11rem
}

.contact_main .lang_con ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.4rem
}

.contact_main .lang_con li {
    cursor: pointer;
    display: inline-grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    background-color: #f4f4f4;
    white-space: nowrap;
    transition: all 0.3s;
    border-radius: 5rem;
    font-size: 2.4rem;
    font-weight: 500;
    padding: .6rem;
    gap: 1.5rem;
    min-width: 13.9rem
}

.contact_main .lang_con li.active,
.contact_main .lang_con li:hover {
    color: #fff;
    background-color: #000
}

.contact_main .lang_con img {
    width: 5.2rem;
    height: 5.2rem;
    border-radius: 50%;
    object-fit: cover;
    border: .4rem solid #fff
}

.contact_main .process_con {
    margin-top: 5.5rem
}

.contact_main .process_con ul {
    position: relative;
    display: flex
}

.contact_main .process_con ul::before {
    width: 100%;
    height: .4rem;
    position: absolute;
    left: 0;
    background-color: #f4f4f4;
    border-radius: 10px;
    content: '';
    bottom: 2.6rem;
    transform: translateY(50%)
}

.contact_main .process_con li {
    flex: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: auto
}

.contact_main .process_con li:first-child {
    flex: 3.158537
}

.contact_main .process_con li:first-child::before {
    border-radius: 10px 0 0 10px
}

.contact_main .process_con li:first-child.active::before {
    transition: width linear 1s
}

.contact_main .process_con li:first-child.active .circle {
    color: #fff;
    transition: all 0.3s 1s
}

.contact_main .process_con li:first-child.active .circle::before,
.contact_main .process_con li:first-child.active .circle::after {
    transition: all 0.3s 1s
}

.contact_main .process_con li:last-child {
    flex: 3.158537
}

.contact_main .process_con li:last-child::after {
    border-radius: 0 10px 10px 0
}

.contact_main .process_con li.active_line::after {
    width: 50%;
    transition: width linear 1s
}

.contact_main .process_con li.active::before {
    width: 50%;
    transition: width 1s 1s
}

.contact_main .process_con li.active .circle {
    color: #fff;
    transition: all 0.3s 2s
}

.contact_main .process_con li.active .circle::before,
.contact_main .process_con li.active .circle::after {
    transition: all 0.3s 2s
}

.contact_main .process_con li.active .circle::after {
    background-color: #000
}

.contact_main .process_con li.active .circle::before {
    transform: translate(-50%, -50%) scale(1.35);
    opacity: 1
}

.contact_main .process_con li::before,
.contact_main .process_con li::after {
    width: 0;
    height: .4rem;
    position: absolute;
    left: 0;
    background-color: #000;
    content: '';
    bottom: 2.6rem;
    transform: translateY(50%);
    transition: width linear 1s
}

.contact_main .process_con li::after {
    left: 50.1%;
    border-radius: 0 10px 10px 0;
    transition: width linear 1s 1s
}

.contact_main .process_con .circle {
    position: relative;
    z-index: 2;
    line-height: 5.3rem;
    min-width: 5.3rem;
    margin-top: 2.3rem;
    padding: 0 1rem;
    transition: all 0.3s
}

.contact_main .process_con .circle::after,
.contact_main .process_con .circle::before {
    width: 100%;
    padding-bottom: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: #f4f4f4;
    transform: translate(-50%, -50%);
    content: '';
    border-radius: 50%;
    z-index: -1;
    transition: all 0.3s
}

.contact_main .process_con .circle::before {
    border: 1px solid #000;
    background-color: #fff;
    opacity: 0
}

.contact_main .process_con .label {
    font-weight: 600;
    font-size: 1.8rem
}

.contact_main .main {
    margin-top: 7rem;
    display: none
}

.contact_main .main.active {
    display: block
}

.contact_main .main form {
    display: grid;
    gap: 4.6rem
}

.contact_main .main form .con_form {
    margin: 0;
    padding: 3.75% 7.833333% 4.75%
}

.contact_main .main form .col-2 {
    width: 48.814229%
}

.contact_main .main form textarea {
    height: 19rem
}

.contact_main .main form span:has(input[type=checkbox]) {
    margin-top: .5rem
}

.contact_main .main form input[type=checkbox] {
    border: 1px solid #d6d6d6;
    background-color: transparent
}

.contact_main .main form input[type=checkbox]~span {
    padding-left: 3.6rem
}

.contact_main .main form span:has(.btn) {
    margin-top: 6.4rem
}

.contact_main .flex {
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 2rem
}

.contact_main .title {
    font-weight: 600;
    font-size: 3.6rem;
    letter-spacing: 1px
}

.contact_main .rest {
    font-size: 2rem;
    color: #5e5e5e;
    transition: all 0.3s;
    margin-top: 1rem
}

.contact_main .rest:hover {
    color: #000
}

.power_forecast {
    position: absolute;
    left: 2rem;
    top: 2rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;

}
.power_forecast > *{
    background-color: #ffffff;
    padding: 2rem;
    min-width: 25rem;
    border-radius: 5px;
    position: relative;
}

.power_forecast strong {
    margin-bottom: 2rem;
}

.power_forecast .power_item {
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.power_forecast .power_item label {
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    gap: .8rem;
    margin-bottom: .5rem;
}

.power_forecast .power_item p {
    background-color: #eee;
    display: inline-flex;
    padding: .5rem 1rem;
    border-radius: 5px;
    font-size: 1.4rem;
    flex: 1;
    font-weight: 500;
}

.power_forecast .power_item p.charge_text{
    background-color: transparent;
    padding: 0;
    align-items: end;
    gap: .5rem;
}

.power_forecast .power_item p.charge_text span{
    font-size: 26px;
}


/* 最外层 */
.power_charge {
    margin-top: 8px;
}

/* 充能文本 */
.charge_text {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 6px;
    color: #222;
}

/* 充能条背景 */
.charge_bar {
    position: relative;
    width: 100%;
    height: 8px;
    background: #e4e4e4;
    border-radius: 6px;
    overflow: hidden;
}

/* 充能动态条 */
.charge_fill {
    height: 100%;
    width: 0;
    background: linear-gradient(90deg, #2ecc71, #27ae60);
    border-radius: 6px;
    animation: chargeFill 2s forwards;
}

/* 左到右充能 */
@keyframes chargeFill {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
 
}

/* 闪光效果 */
.charge_fill::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 20px;
    left: -30px;
    top: 0;
    background: rgba(255, 255, 255, 0.6);
    filter: blur(4px);
    animation: shine 2s infinite;
}

@keyframes shine {
    0% {
        left: -30px;
    }

    100% {
        left: 100%;
    }
}


.editable_item {
    position: relative;
}

.value_container {
    display: flex;
    align-items: center;
    gap: 8px;
}

.edit_btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    opacity: 0.6;
    transition: 0.2s;
}

.edit_btn:hover {
    opacity: 1;
    transform: scale(1.1);
}

.edit_input {
    width: 70px;
    flex: 1;
    padding: 4px 6px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 15px;
}
.power_forecast .contrast {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -3.5rem;
    width: 50px;
    height: 50px;
    font-size: 21px;
    font-weight: 500;
    border-radius: 50%;
    background-color: #000;
    color: #ffffff;
    left: 50%;
    transform: translateX(-50%);
}
.power_forecast .contrast svg{
    width: 40px;
    height: 40px;
    margin: 0 auto;
    text-align: center;
}
.contrast_box{
    display: none;
}
.contrast_box.active{
    display: block;
}