/*
    磁力极限 UI 库 
    CSS样式表-首页
    20250122
*/
/* 全局 */
html, body {
	font-family: Misans;
    overflow: visible;
}

/* swiper logo背景转换 */
/* —————————————————————————— */
.maglmt_ui_HeadBox {background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 0) 100%);}

.maglmt_index_ui-Transparent-Headbox {
    background: rgba(0, 0, 0, 0.0);
    backdrop-filter: blur(0px);
    box-shadow: none;
    transition: background 0.3s ease;
}

.maglmt_index_ui-Scrolled-Headbox {
    background: rgba(255, 255, 255,0.95);
    backdrop-filter: blur(10px);
    transition: background 0.3s ease;
}

.maglmt_ui-HeadBox-Btn svg path {
    stroke: white;
}

.maglmt_index_ui-Scrolled-HeadBox-Btn svg path {
    stroke: #252525;
}
/* —————————————————————————— */

/* 首页swiper */
/* —————————————————————————— */
.maglmt_index_ui_Swiper-Container {
    overflow: hidden;
    width: 100%;
    height: 560px;
    --swiper-pagination-color: white;
}

.maglmt_index_ui_Swiper {
    overflow: hidden;
    display: flex;
    align-items: center;
    color: white;
}

.maglmt_index_ui_Swiper-Title,
.maglmt_index_ui_Swiper-Text,
.maglmt_index_ui_Swiper-Url {
    white-space: nowrap;
    position: absolute;
}

.maglmt_index_ui_Swiper-Title {
    left: 9%;
    top: 31%;
    font-size: 55px;
    font-weight: 900;
}

.maglmt_index_ui_Swiper-Text {
    left: 9%;
    top: 46%;
    font-size: 25px;
    font-weight: 400;
}

.maglmt_index_ui_Swiper-Url {
    left: 9%;
    top: 67%;
    font-size: 18px;
    font-weight: 100;
}

.maglmt_index_ui_Swiper-Url a {
    color: white;
    text-decoration: none;
}

.maglmt_index_ui_Swiper-Url a:active {
    filter: brightness(80%);
}

.maglmt_index_ui_Swiper-Img {
    z-index: -1;
    width: 100%;   
    filter: brightness(45%);
    background-color: rgba(255, 255, 255, 0.65);
}

.maglmt_index_ui_Slogan-Container {
    overflow: hidden;
    box-sizing: border-box;
    background-color: #e0e0e06d;
    width: 100%;
    padding: 30px;
    margin-top: 30px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.maglmt_index_ui_Slogan {
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    height: 111px;
    padding: 27px 40px;
    background-color: var(--themeColor);
    border-radius: 20px;
    color: white;
    letter-spacing: 5px;
    font-size: 50px;
    flex: 1;
}

.maglmt_index_ui_Slogan img {
    opacity: 8%;
    position: absolute;
    height: 150px;
    right: 30px;
    bottom: -20px;
}

.maglmt_index_ui_Slogan-English {
    position: absolute;
    left: 37px;
    top: 95px;
    white-space: nowrap;
    display: inline-block;
    padding-left: 5px;
    letter-spacing: 3px;
    font-size: 25px;
    font-weight: 600;
    opacity: 50%;
}

.maglmt_index_ui_Slogan:first-child {
    margin-left: 100px;
}

.maglmt_index_ui_Slogan:last-child {
    margin-right: 100px;
}

.maglmt_index_ui_Introduce-Container {
    z-index: -1;
    /* overflow: hidden; */
    box-sizing: border-box;
    white-space: nowrap;
    width: 100%;
    margin-top: 80px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 1.7vw;
    font-weight: 600;
}

.maglmt_index_ui_Introduce-Container p {
    padding-top: 10px;
}

.maglmt_index_ui_Introduce-Container img {
    opacity: 5%;
    position: absolute;
    height: 12vw;
    right: 5%;
    bottom: -33%;
}

.maglmt_index_ui_Container {
    width: 86%;
    height: auto;
    margin-top: 40px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.maglmt_index_ui_Project-Title::before {
    content: " ";
    margin-right: 13px;
    display: inline-block;
    height: 35px;
    width: 10px;
    border-radius: 10px;
    background-color: var(--themeColor);
}

.maglmt_index_ui_Project-Title {
    display: flex;
    width: 100%;
    align-items: center;
    font-size: 35px;
    font-weight: 700;
    color: var(--black);
}

.maglmt_index_ui_Project-Flex-Box {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.maglmt_index_ui_Project {
    overflow: hidden;
    display: inline-block;
    box-sizing: border-box;
    flex-basis: calc((100% - 20px) / 3);
    margin-top: 20px;
    height: 130px;
    border-radius: 25px;
    background-color: rgb(249, 249, 249);
    /*animation: maglmt_ui_animation-FadeIn 0.8s;*/
}

.maglmt_index_ui_Project-Main-Box {
    width: calc(100% - 100px);
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
    color: var(--black);
}

.maglmt_index_ui_Project-Main-Img {
    float: left;
    position: relative;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    height: 60px;
    border-radius: 10px;
}

.maglmt_index_ui_Project-Main-Title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    font-size: 26px;
    font-weight: 700;
}

.maglmt_index_ui_Project-Main-Text {
    padding-top: 5px;
    padding-right: 5px;
    font-size: 16px;
    font-weight: 300;
}

.maglmt_index_ui_Project-More-Title {
    font-size: 25px;
    font-weight: bolder;
    color: #808080;
}

.maglmt_index_ui_Project-More-Text {
    padding-top: 5px;
    font-size: 16px;
    color: #808080;
}

.maglmt_index_ui_Footer {
    box-sizing: border-box;
    margin-top: 130px;
    padding: 10px;
    width: 100%;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 10.6px rgba(0, 0, 0, 0.03), 0px 0px 26.9px rgba(0, 0, 0, 0.021), 0px 0px 54.9px rgba(0, 0, 0, 0.017), 0px 0px 113.2px rgba(0, 0, 0, 0.013), 0px 0px 310px rgba(0, 0, 0, 0.009);
    color: #808080;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

/* 国庆底部特效 */
/*
.maglmt_index_ui_Footer {background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%,rgba(255, 241, 235, 1) 100%);}
@media (prefers-color-scheme:dark) {.maglmt_index_ui_Footer {background: none;}}
*/

.maglmt_index_ui_Footer .content {
    width: 80%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 30px;
}

.maglmt_index_ui_Footer .Info {
    text-align: center;
}

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

.maglmt_index_ui_Footer .links .link {
    min-width: 250px;
    flex: 1;
}

.maglmt_index_ui_Footer .links .link .linkTitle {
    font-weight: 500;
    font-size: 17px;
    padding-bottom: 10px;
}

.maglmt_index_ui_Footer .links .link li {
    font-weight: 200;
    padding-bottom: 2px;
}

.maglmt_index_ui_Footer .logo {
    padding: 30px 0 20px 0;
}

.maglmt_index_ui_Footer .logo img {
    height: 60px;
}

.maglmt_index_ui_Footer .icp {
    padding: 0 0 20px 0;
}

/* 媒体查询 */
@media screen and (max-width: 800px) {
	.maglmt_index_ui_Project:active {filter:brightness(80%);transform:scale(0.95)}

    .maglmt_ui_HeadBox {
        height: 70px;
    }

    .maglmt_ui_HeadBox-Logo {
        left: 25px;
    }

    .maglmt_ui_HeadBox-Logo img {
        height: 43px;
    }

    .maglmt_index_ui_Swiper-Container {
        height: 460px;
    }

    .maglmt_index_ui_Swiper-Title {
        left: 7%;
        top: 34%;
        font-size: 37px;
        font-weight: 900;
    }

    .maglmt_index_ui_Swiper-Text {
        left: 7.5%;
        top: 47%;
        font-size: 17px;
        font-weight: 300;
    }

    .maglmt_index_ui_Swiper-Url {
        left: 7.5%;
        top: 65%;
        font-size: 16px;
        font-weight: 100;
    }

    .maglmt_index_ui_Swiper-Img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .maglmt_index_ui_Slogan-Container {
        padding: 10px;
        gap: 5px;
    }

    .maglmt_index_ui_Slogan {
        height: 70px;
        padding: 20px;
        letter-spacing: 1px;
        font-size: 30px;
        text-align: center;
    }

    .maglmt_index_ui_Slogan img {
        opacity: 5%;
        height: 90px;
        right: 3%;
        bottom: -20px;
    }

    .maglmt_index_ui_Slogan-English {
        left: 50%;
        transform: translateX(-50%);
        top: 62px;
        letter-spacing: 1px;
        font-size: 16px;
    }

    .maglmt_index_ui_Slogan:first-child {
        margin-left: 20px;
    }

    .maglmt_index_ui_Slogan:last-child {
        margin-right: 20px;
    }

    .maglmt_index_ui_Container {
        width: 90%;
        margin-top: 25px;
    }

    .maglmt_index_ui_Project-Flex-Box {
        display: block;
    }
/*  */
    .maglmt_index_ui_Project-Title::before {
        height: 28px;
    }
    
    .maglmt_index_ui_Project-Title {
        font-size: 28px;
    }

    .maglmt_index_ui_Project {
        margin-top: 15px;
        height: 110px;
        width: 100%;
    }

    .maglmt_index_ui_Project-Main-Img {
        left: 20px;
        height: 50px;
    }
    
    .maglmt_index_ui_Project-Main-Title {
        font-size: 24px;
    }
    
    .maglmt_index_ui_Project-Main-Text {
        font-size: 13px;
    }
    /*  */
    .maglmt_index_ui_Footer {
        margin-top: 50px;
        font-size: 14px;
    }

    .maglmt_index_ui_Footer .logo img {
        height: 50px;
    }

    .maglmt_index_ui_Footer .content {
        width: 91%;
    }

    .maglmt_index_ui_Footer .links .link {
        min-width: 150px;
    }
}

@media screen and (max-width: 1031px) and (min-width: 755px) {
    .maglmt_index_ui_Footer {
        margin-top: 70px;
    }

    .maglmt_index_ui_Project {
        flex-basis: calc((100% - 10px) / 2);
    }
}

@media screen and (max-width: 1158px) and (min-width: 756px) {
    .maglmt_index_ui_Slogan-Container {
        padding: 10px;
        gap: 5px;
    }

    .maglmt_index_ui_Slogan {
        height: 70px;
        padding: 20px;
        letter-spacing: 1px;
        font-size: 30px;
        text-align: center;
    }

    .maglmt_index_ui_Slogan img {
        opacity: 5%;
        height: 90px;
        right: 3%;
        bottom: -20px;
    }

    .maglmt_index_ui_Slogan-English {
        left: 50%;
        transform: translateX(-50%);
        top: 62px;
        letter-spacing: 1px;
        font-size: 16px;
    }

    .maglmt_index_ui_Slogan:first-child {
        margin-left: 30px;
    }

    .maglmt_index_ui_Slogan:last-child {
        margin-right: 30px;
    }
}

@media screen and (max-width: 1900px) and (min-width: 1031px) {
    .maglmt_index_ui_Introduce-Container {
        font-size: 1.9vw;
    }

}

@media screen and (max-width: 1031px) {
    .maglmt_index_ui_Introduce-Container {
        display: none;
    }
}

@media screen and (max-width: 524px) {
    .maglmt_index_ui_Slogan:first-child {
        margin-left: 0px;
    }

    .maglmt_index_ui_Slogan:last-child {
        margin-right: 0px;
    }
}

@media screen and (max-width: 427px) {
    .maglmt_index_ui_Slogan-Container {
        display: none;
    }
}
.maglmt_ui_Modal-Content textarea {resize:none;outline:none;box-sizing:border-box;width:100%;border-radius:10px;padding:10px 13px;margin:3px 0px;border:1px solid rgba(0,0,0,0.1);font-family:misans;}
.maglmt_ui_Modal-Content textarea:focus {border:1px solid var(--themeColor);}

@media (prefers-color-scheme:dark) {
	.maglmt_ui_Modal-Content textarea {background-color:rgba(0,0,0,0.1);color:white;border:1px solid rgba(255,255,255,0.1);}
	.maglmt_ui_Modal-Content textarea:focus {border:1px solid var(--themeColor);}
    .maglmt_index_ui-Scrolled-Headbox {background-color: rgba(60, 60, 60, 0.96);}
    .maglmt_ui-HeadBox-Btn svg path {stroke: white;}
    .maglmt_index_ui_Swiper-Img {filter: brightness(50%);}
    .maglmt_index_ui_Slogan-Container {background-color: #2d2d2d;}
    .maglmt_index_ui_Slogan {background-color: rgba(255, 255, 255, 0.1);}
    .maglmt_index_ui_Project-Title {color: white;}
    .maglmt_index_ui_Project {background-color: #2d2d2d;}
    .maglmt_index_ui_Project-Main-Img {filter:invert(120%)}
    .maglmt_index_ui_Project-Main-Title {color: white;}
    .maglmt_index_ui_Project-Main-Text {color: white;}
    .maglmt_index_ui_Project-More-Title {color: rgba(255, 255, 255, 0.5);}
    .maglmt_index_ui_Introduce-Container img {filter:invert(120%)}
    .maglmt_index_ui_Footer {background-color: #2d2d2d !important;color: rgba(255, 255, 255, 0.8);}
    .maglmt_index_ui_Footer a:link,a:visited {color: grey;}
    .maglmt_index_ui_Footer a:hover,a:active {filter: brightness(70%);}
}