body {
    overflow-x: hidden;
}

.contentBox {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.contentBox>div>div {
    width: 1400px;
}

.lpage1,
.lpage2 {
    width: 100%;
    padding: 5%;
    display: flex;
    justify-content: center;
    background-color: #f7f7f7;
}

.lpage1>div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.lpage1>div>div:nth-child(1) {
    display: flex;
    margin-bottom: 4%;
}


.lpage1>div:nth-child(1)>div:nth-child(1)>* {
    font-family: PingFang Light;
    font-weight: bold;
    font-size: max(16px, 0.833333333vw);
}

.lp1Box>div:nth-child(2) {
    width: 100%;
    position: relative;

}

.lp1Box>div:nth-child(2)>img {
    width: 100%;

}

.lp1info {
    width: 80%;
    position: absolute;
    left: 10%;
    bottom: 10%;
    text-align: center;

}

.lp1info>* {
    color: #fff;
    font-family: 'Roboto', '微软雅黑';
}

.lp1info>h3 {
    font-size: max(36px, 1.9vw);
    margin-bottom: 2%;
}

.lp1info>p {
    font-size: max(16px, 0.833333333vw);
    line-height: 150%;
}

.lp2Box>h3,
.lp3Box>h3,
.lp4Box>h3,
.lp6Box>h3,
.lp7Box>h3 {
    text-align: center;
    margin-bottom: 3%;
    font-size: max(36px, 1.9vw);
}

.lp2Swiper>.swiper-wrapper {
    align-items: stretch;
}

.lp2Swiper>.swiper-wrapper>.swiper-slide {
    height: auto !important;
    min-height: 100%;
}

.lp2Slide>div {
    height: 100%;
    display: flex !important;
    flex-direction: column;
    /* justify-content: center; */
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #fff;
    transition: border-color .6s ease;
}

.lp2Slide>div:hover {
    border-color: #C72989;
}

.lp2Slide>div>img {
    height: 200px;
    object-fit: contain;
}

.lp2Slide>div>div {
    padding: 5% 10%;
    box-sizing: border-box;
    margin-bottom: 4%;
}

.lp2Slide>div>div>h3 {
    font-family: PingFang Light;
    font-size: max(20px, 1.2vw);
    line-height: 150%;
    color: #2B3D78;
    letter-spacing: 2px;
    font-weight: bold;
    margin-bottom: 4%;
}

.lp2Slide>div>div>p {
    font-family: 'Roboto', '微软雅黑';
    font-size: max(14px, 0.73vw);
    color: #707172;
}

.lp2Slide>div>div>p strong {
    color: #050C2A;
}


.lp2-pagination {
    width: fit-content !important;
    display: flex;
    z-index: 9;
    margin: 3% auto;
}

.lp2-pagination span {
    width: 20px;
    height: 7px;
    background-color: #D7D7D7;
    transition: all .6s ease;
    border-radius: 20px;
}

.lp2-pagination .swiper-pagination-bullet-active {
    width: 40px;
    background-color: #C72989;
}

.lpage3 {
    width: 100%;
    padding: 5%;
    display: flex;
    justify-content: center;
    background-color: #fff;
}

.lp3Swiper {
    width: 100%;
    height: 100vh;
}

.lp3Slide {
    text-align: center;
    font-size: max(18px, 0.95vw);
    background: #fff;
    height: calc((100% - 100px) / 4) !important;
    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
}

.lp3Slide img {
    width: 100%;
    height: 100%;
}

.lpage4 {
    width: 100%;
    padding: 5% 0;
    display: flex;
    justify-content: center;
    background-color: rgba(239, 177, 207, 0.10);
}

.lp4Slide>div {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    border-radius: 12px;
    border: 1px solid #D7D7D7;
    padding: 20% 10%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.lp4Slide>div>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;

}

.lp4Slide>div>div>p {
    font-size: max(18px, 0.95vw);
    font-family: 'Roboto', '微软雅黑';
    line-height: 150%;
    text-align: center;
}

.lp4Slide>div>div>img {
    margin: 0 auto;
    margin-bottom: 5%;
}

.lp4Slide>div>p {
    text-align: center;
}

.lp4Swiper>.swiper-wrapper {
    align-items: stretch;
}

.lp4Slide {
    height: auto !important;
}


.lp4Slide>div>p:nth-child(1) {
    margin-bottom: 10%;
}


.lp5Box {
    padding: 10% 0;
    display: flex;
    justify-content: space-between;
}

.lp5L,
.lp5R {
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.lp5L>img {
    width: 100%;
}

.lp5R>h3 {
    font-family: 'Roboto', '微软雅黑';
    font-size: max(36px, 1.9vw);
    color: #050C2A;
    line-height: 150%;
    margin: 4% 0;
}

.lp5R>p {
    font-family: 'Roboto', '微软雅黑';
    font-size: max(18px, 0.95vw);
    color: #050C2A;
    line-height: 150%;
    margin-bottom: 4%;
    font-weight: bold;
}

.lp5R>div>div {
    display: flex;
    padding-bottom: 4%;
}

.lp5R>div>div>svg {
    margin-right: 3%;
}

.lp5R>div>div>p {
    width: calc(100% - (64px + 3%));
}

.fold {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: height .6s ease;
}

.lp5R>p:nth-child(3) {
    text-align: right;
    cursor: pointer;
    display: none;
    font-size: max(16px, 0.833333333vw);
    font-weight: lighter;
}

.ipage6 {
    width: 100%;
    padding: 4% 0;
    display: flex;
    justify-content: center;
    background-color: rgba(116, 148, 255, 0.10);
}

.lp6Box {
    flex-direction: column;
}

.lp6Box>div {
    overflow: hidden;
}

.lp6Box>div>div {
    margin-bottom: 2%;
}

.lp6Box>div>h4,
.lp6Box>div>div>b {
    font-family: 'Roboto', '微软雅黑';
    font-size: max(18px, 0.95vw);
    color: #050C2A;
    font-weight: lighter;
    line-height: 150%;
}

.lp6Box>div>h4 {
    font-weight: bold;
}

.lp6Box>div>div>p {
    font-family: 'Roboto', '微软雅黑';
    color: #707172;
    font-weight: lighter;
    line-height: 150%;
}

.lpage7 {
    width: 100%;
    padding: 4% 0;
    display: flex;
    justify-content: center;
    background: url('../img/lp7Bj.png') no-repeat;
    background-size: 100% 100%;
}

.lp7Box>h3,
.lp7Box>p {
    color: #fff;
}

.lp7Box>h3 {
    margin-bottom: 1%;
}

.lp7Box>p {
    text-align: center;
    margin-bottom: 5%;
}

.messageBox {
    width: 100%;
    border-radius: 20px;
    background-color: #fff;
    padding: 5%;
}

.messageBox input {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #A5A5A5;
    border-radius: 10px;
    color: #707172;
}

.messageBox>div:nth-child(-n+5) {
    margin-bottom: 2%;
}

.messageBox>div:nth-child(1) {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.messageBox>div:nth-child(1)>input {
    width: 48%;
}

.messageBox>div>textarea {
    min-height: 100px;
    border-radius: 10px;
    color: #707172;
}

textarea::placeholder,
input::placeholder {
    color: #707172;
}

.MessageButBox {
    width: 60%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}

.MessageButBox button {
    width: 48%;
    padding: 3%;
    border-radius: 10px;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    font-family: 'Roboto', '微软雅黑';
    font-weight: bold;
}

.MessageButBox button:nth-child(1) {
    background-color: #2B3D78;
}

.MessageButBox button:nth-child(2) {
    background-color: #C72989;
}
.verifyBox{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.verifyBox> input{
    width: 60%;
}
.verifyBox > img{
    margin-top: 10px;
}

.fileList {
    overflow: hidden;
}

.fileList>div:first-child {
    margin-top: 2%;
}

.fileList>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2%;
    margin-bottom: 10px;
    border-radius: 10px;
    border: 1px solid #A5A5A5;
    transition: all .6s ease;
    animation: join .6s forwards;
    position: relative;
}

.fileList>div:hover {
    background-color: rgba(17, 137, 204, 0.2);
    border-color: rgba(17, 137, 204, 0.2);
}

.fileList>div>span {
    width: 60%;
}

.fileList>div>svg {
    cursor: pointer;
}

@keyframes join {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes remove {
    0% {
        opacity: 1;
        transform: translateY(0px);
    }

    100% {
        opacity: 0;
        transform: translateY(-50px);
    }
}



.Mask {
    width: 0%;
    height: 0%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .6s ease;
}

.ShowBox {
    min-width: 50%;
    max-width: 90%;
    height: 85%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}

.ShowBox>svg {
    margin-left: auto;
    cursor: pointer;
    transition: all .6s ease;
}

.ShowBox>svg:hover {
    transform: rotate(90deg);
}

.MaskImgBox {
    height: calc(100% - 32px);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    overflow: hidden;
}

.MaskImgBox>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


@media (max-width:1400px) {
    .contentBox>div>div {
        width: 1100px;
        padding: 5%;
        box-sizing: border-box;
    }

    .brxe-container {
        width: 1100px;
    }
}

@media (max-width: 1200px) {
    .lp3Slide {
        height: calc((100% - 100px) / 3) !important;
    }

    .contentBox>div>div {
        width: 100%;
    }
}

@media (max-width:768px) {
    .lp3Slide {
        height: calc((100% - 100px) / 2) !important;
    }

    .lp5L {
        display: none;
    }

    .lp5R {
        width: 100%;
    }

    .lp3Swiper {
        height: 100vh !important;
    }

}

@media (max-width: 480px) {
    .lp1Box>div:nth-child(2) {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }

    .lp1info {
        position: static;
        width: 100%;
        margin: 5% 0;
    }

    .lp1info>* {
        color: #111111;
    }

    /* .lp3Slide {
        height: 100% !important;
    } */
    .lp3Swiper {
        height: 60vh !important;
    }

    .messageBox>div:nth-child(1)>input {
        width: 100%;
        margin-bottom: 2%;
    }

    .messageBox>div:last-child {
        width: 100%;
    }

    .messageBox>div:last-child button {
        width: 100%;
        padding: 5%;
        margin-bottom: 4%;
    }
}

@media (max-height: 710px) {
    .lp3Swiper {
        height: 130vh;
    }
}
@media(max-width:480px){
    .MessageButBox{
        width: 100%;
        flex-wrap: wrap;
    }
}