* {
    margin: 0px;
    padding: 0px;
}

img {
    object-fit: cover;
}

html {
    background-color: #F1F5FF;
    font-size: 10px;
}

.header-main {
    width: 100vw;
    height: 6.7rem;
    background: rgba(255, 255, 255, 1);
    backdrop-filter: blur(50px);
    position: fixed;
    top: 0px;
    left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.header-logo {
    width: 12.9rem;
    height: 5rem;
    margin-right: 3rem;
}

.header-tab-list {
    display: flex;
}

.header-tab-item {
    margin: 0rem 3rem;
    font-size: 1.8rem;
    color: #212121;
    font-weight: 600;
    cursor: pointer;
    position: relative;
}

.header-tab-select::after {
    display: block;
    content: "";
    width: 100%;
    height: 0.8rem;
    background: linear-gradient( 90deg, #FF1898 0%, #FF3134 64%, #FF6530 100%);;
    border-radius: 0.4rem;
    position: absolute;
    bottom: -2.2rem;
}

.bottom-main {
    width: 100%;
    height: 56.4rem;
    background: #100F1E;
    display: flex;
    color: #FFFFFF;
    font-size: 1.8rem;
}

.bottom-main-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bottom-main-left-margin {
    margin-left: 11.8rem;
}

.bottom-main-left-margin:nth-of-type(2) {
    margin-top: 3.6rem;
    margin-bottom: 3.6rem;
}

.bottom-main-email {
    margin-left: 3.6rem;
}

.bottom-main-line {
    width: 58rem;
    height: 1px;
    background: #32286D;
    border: 0rem;
    margin-left: 11.8rem;
    margin-top: 2.8rem;
}

.bottom-main-follow-us {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 11.8rem;
    margin-top: 4.8rem;
}

.bottom-main-follow-item {
    width: 4rem;
    height: 4rem;
    background-image: url('../img/followus.png');
    background-repeat: no-repeat;
    background-size: 35rem 4rem;
    margin-right: 2.2rem;
    cursor: pointer;
}

.bottom-main-follow-item:nth-of-type(1) {
    margin-left: 1.7rem;
}

.bottom-main-follow-item:nth-of-type(2) {
    background-position-x: -6.2rem;
}

.bottom-main-follow-item:nth-of-type(3) {
    background-position-x: -12.4rem;
}

.bottom-main-follow-item:nth-of-type(4) {
    background-position-x: -18.6rem;
}

.bottom-main-follow-item:nth-of-type(5) {
    background-position-x: -24.8rem;
}

.bottom-main-follow-item:nth-of-type(6) {
    background-position-x: -31rem;
}

.bottom-main-right {
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.qrcode {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1.8rem;
    color: #FFFFFF;
    margin: 0rem 2.5rem;
    margin-top: 18rem;
}

.qrcode-div {
    width: 18.7rem;
    height: 18.7rem;
    border-radius: 2rem;
    border: 1px solid #5E49CF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
}

.qrcode-img {
    width: 16rem;
    height: 16rem;
}

.qrcode-text {
    display: inline-block;
    padding: 0.8rem 1.6rem;
    border-radius: 1rem;
    background: linear-gradient(180deg, #9CDA36 0%, #85CF25 100%);
}

.top-img {
    width: 100%;
    height: 52.6rem;
}

.top-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.title-name {
    font-size: 3.2rem;
    color: #212121;
    font-weight: 600;
    text-align: center;
    margin-top: 6.8rem;
    line-height: 4.5rem;
}

.office .office-list {
    width: 145.4rem;
    height: 46rem;
    margin: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 6.8rem;
}

.office .office-list>.office-list-scroll {
    width: 128.2rem;
    height: 100%;
    overflow: hidden;
}

.office .office-list>.office-list-scroll>.scroll-div {
    width: 128.2rem;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.office .office-list>.office-list-scroll>.scroll-div>.office-item {
    width: 30rem;
    /* flex: 1; */
    height: 100%;
    margin-right: 2.6rem;
    border-radius: 2.2rem;
    overflow: hidden;
    transition: width 0.3s;
    cursor: pointer;
}

.office .office-list>.office-list-scroll>.scroll-div>.office-item:hover {
    width: 130rem;
}

.office .office-list>.office-list-scroll>.scroll-div>.office-item>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.office-list-btn {
    width: 6rem;
    height: 6rem;
    background: rgba(0, 0, 0, 0.18);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    opacity: 0;
}

.office-list-btn>img {
    width: 2.1rem;
    height: 3.4rem;
}

.click-left {
    margin-right: 2.6rem;
    transform: rotate(180deg);
}

.click-right {
    margin-left: 2.6rem;
}

.experience {
    position: relative;
    width: 100%;
    height: 36.8rem;
    margin-top: 6rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.experience-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.experience-btn {
    width: 25.4rem;
    height: 5rem;
    background: #FFFFFF;
    border-radius: 1.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    color: #100F1E;
    margin: 0rem 3.6rem;
    position: relative;
    top: 24.7rem;
    cursor: pointer;
    overflow: hidden;
}
.experience-btn:hover{
    overflow: visible;
}

.experience-btn>.experiencediv {
    width: 24rem;
    height: 24rem;
    border-radius: 1rem;
    position: absolute;
    background-color: #FFFFFF;
    top: -26rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.experience-btn>.experiencediv::after{
    display: block;
    content: "";
    width: 3rem;
    height: 3rem;
    border-radius: 1rem;
    background-color: #FFFFFF;
    position: absolute;
    bottom: -0.5rem;
    left: 50%;
    transform: rotate(45deg);
}
.experience-btn>.experiencediv>img{
    width: 18rem;
    height: 18rem;
}
.contact-us>.contact-us-div {
    width: 100%;
    height: 62.6rem;
    margin-top: 4.4rem;
    padding-top: 3.6rem;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 28%, #FFFFFF 50%, #FFFFFF 76%, rgba(255, 255, 255, 0) 100%);
}

.contact-us-div>.map {
    width: 117.8rem;
    height: 38.5rem;
    background: #D8D8D8;
    margin: 0rem auto;
    border-radius: 1.2rem;
    position: relative;
}

.contact-us-div>.map>.map-address {
    padding: 0.8rem 2rem;
    background-color: #FFFFFF;
    border-radius: 1rem;
    position: absolute;
    left: 45rem;
    top: 12rem;
    font-size: 1.4rem;
    color: #152D4A;
    line-height: 2rem;
}

.contact-us-div>.map>.map-address::after {
    display: block;
    content: "";
    width: 1.7rem;
    height: 1.7rem;
    transform: rotate(45deg);
    background-color: #FFFFFF;
    position: absolute;
    left: 70%;
    bottom: -0.5rem;
    border-radius: 0.4rem;
}

.contact-us-div>.map>.map-dot {
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 50%;
    border: 0.5rem solid #FFFFFF;
    position: absolute;
    left: 61rem;
    top: 19rem;
    background-color: #85CF25;
}

.contact-us-div>.map>.map-dot::after {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    content: "";
    border-radius: 50%;
    background: rgba(133, 207, 37, 0);
    box-shadow: inset 0px 0px 32px 8px rgba(1, 118, 255, 0.07);
    border: 1px solid rgba(133, 207, 37, 0.5);
    animation: scaleDot 2s infinite;
}

.contact-us-div>.map>.map-dot::before {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    content: "";
    border-radius: 50%;
    background: rgba(133, 207, 37, 0);
    box-shadow: inset 0px 0px 32px 8px rgba(1, 118, 255, 0.07);
    border: 1px solid rgba(133, 207, 37, 0.5);
    animation: scaleDot 2s infinite;
    animation-delay: 0.5s;
}

@keyframes scaleDot {
    0% {
        width: 0rem;
        height: 0rem;
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        width: 10rem;
        height: 10rem;
        opacity: 0;
    }
}

.contact-us-div-bottom {
    width: 117.8rem;
    display: flex;
    justify-content: space-around;
    margin: 7rem auto 0rem;
}

.contact-us-div-bottom .huan {
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
    border: 0.2rem solid #152D4A;
    position: relative;
    margin-right: 1.1rem;
}

.contact-us-div-bottom .huan::after {
    display: block;
    content: "";
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    border: 0.2rem solid #152D4A;
}

.address,
.phone,
.email {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 1.4rem;
    color: #152D4A;
    line-height: 2rem;
}