.join-bg1 {
    width: 640px;
    height: 548px;
}

.join-view {
    position: relative;
    padding-top: 80px;
    height: 33.85vmax;
    width: 100%;
    background: linear-gradient(110deg, #3BC8D8, #69D9E9);
    background-repeat: no-repeat;
}


.join-view .view-box .left,
.join-view .view-box .right {
    /* height: 5.375rem; */
    width: 10vmax;
    font-family: 'lianmengqiyilushuaizhengruiheiti';
    color: #fff;
    font-size: 15.625vmax;
    overflow: hidden;
    position: relative;
}

.join-view .view-box .join-box {
    position: absolute;
    display: flex;
    height: 20vmax;
    width: 56vmax;
}

.join-view .view-box .center {
    position: relative;
    font-size: 2.3vmax;
    top: 1.56vmax;
}

.join-view .view-box .center p {
    font-family: 'SourceHanSans-Normal';
    line-height: 4vmax;

}

.join-view .view-box .left span,
.join-view .view-box .right span {
    position: absolute;
}

.join-view .view-box .left>span {
    top: -4.729vmax;
    left: 2.5vmax;
}

.join-view .view-box .right>span {
    top: 7.1vmax;
    left: 0.167vmax;
}

.join-view .view-content-box {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.join-view .view-content-box .view-tmp {
    height: 5vmax;
}

.join-view .view-content-box .view-box {
    flex: 1;
    position: relative;
    /* background-color: pink; */
    display: flex;
}

.join-view .view-content .float-right-pic {
    position: absolute;
    top: 20%;
    left: 68%;
    width: 26vw;
    height: 21vw;
    display: block;
}

.join-view-top {
    font-size: 3.125rem;
    margin-top: 100px;
    margin-left: 195px;
}

div.main {
    width: 100%;
}

div.main .view-container {
    width: 100%;
}


@media (min-width: 1920px) {
    .view-title.view-join-1 {
        margin-bottom: 2.083vmax !important;
    }
}

@media (min-width: 2560px) {
    .view-title.view-join-1 {
        margin-bottom: 3.083vmax !important;
    }
}

@media (min-width: 3840px) {
    .view-title.view-join-1 {
        margin-bottom: 4.688vw !important;
    }
}

.view-title.view-join-1::before {
    content: 'STAEEING';
    font-weight: 500;
    letter-spacing: .5rem;
    top: -1.3rem !important;
}

.view-title.view-join-2 {
    margin-bottom: 2.083vmax !important;
}

.view-title.view-join-2::before {
    content: 'LOOKING FORWARD TO YOUR JOINING';
    /* padding-right: 10px; */
    /* text-indent: 15px; */
    /* letter-spacing: 1rem; */
    top: -1rem !important;
}

.rounder {
    background-color: #fff !important;
    color: #000 !important;
    margin: 1.302vmax;
    border: 1px solid #3cc1d1;
    width: 9.375vmax;
    height: 3.125vmax;
    border-radius: 70px;
    font-size: 1.5rem;
    /* background: transparent !important; */
    /* transition: 'background-color' .5s linear; */
}

.rounder.active {
    background-color: #3cc1d1 !important;
    color: #fff !important;
}


.forward {
    padding: 1.615vmax 6.25vmax 1.094vmax;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
    z-index: 2;
    background-color: white;
}

.forward div {
    margin-right: 6.771vmax;
}

.forward div:last-child {
    margin-right: .781vmax;
}

.swiper-left img {
    position: absolute;
    left: 0px;
    top: 3.385vmax;
}

/* 轮播图 */
.swiper-container {
    width: 100%;
    height: 35.677vmax;
}

.swiper {
    width: 100%;
    height: 100%;
    margin-left: 1.4vmax;
    margin-right: 1.5vmax;
    padding-right: 1vmax;
    padding-left: 0.26vmax;
}

.mySwiper .swiper-slide .swiper-body {
    height: 90%;
    border-radius: 10px;
    padding-bottom: 1.042vmax;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0px 1px 21px 0px rgba(0, 0, 0, 0.19);
    /* border: 1px solid #000; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mySwiper .swiper-slide .swiper-body .swiper-slide {
    position: relative;
}

.mySwiper .swiper-slide .swiper-body .swiper-slide-title {
    /* height: 6.51vmax; */
    margin: .521vmax;
    border-bottom: 1px solid #D0E3CC;
    padding: .521vmax 0 .521vmax 1.042vmax;

    display: flex;
    flex-direction: row;
    align-items: center;
}

.mySwiper .swiper-slide .swiper-body .swiper-slide-title img {
    height: 3.75vmax;
    width: 3.75vmax;
    margin-right: 1.042vmax;
}

.mySwiper .swiper-slide .swiper-body .swiper-slide-title div,
.mySwiper .swiper-slide .swiper-body .swiper-slide-title p {
    flex: 1;
    font-family: 'SourceHanSans-Normal';
    font-weight: 500;
    font-size: 1.5rem;
}

.mySwiper .swiper-slide .swiper-body .out-content {
    /* background-color: red; */
    padding: 0 1.25vmax 1.25vmax;
    overflow: auto;
}

.mySwiper .swiper-slide .swiper-body .out-content::-webkit-scrollbar {
    display: none;
}

.mySwiper .swiper-slide .swiper-body .out-content::-moz-scrollbar {
    display: none;
}

.mySwiper .swiper-slide .swiper-body p {
    margin-bottom: 0;
    font-weight: 400;
    font-family: 'SourceHanSans-Normal';
    font-size: 1rem;
    line-height: 2;
    cursor: pointer;
}

.mySwiper .swiper-slide .swiper-body .swiper-text p.swiper-text-bold {
    font-size: 1.125rem;
    margin-bottom: .5vmax;
    font-weight: bold;
}

/* #swiper-wrapper-75a168dd512ed415 > div.swiper-slide.swiper-slide-active > div > div.out-content > div > p:nth-child(7) */
.mySwiper .swiper-slide .swiper-body .swiper-text .mg-tb-10 {
    /* color: red; */
    margin-top: .5vmax;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, .521vmax);
}

.swiper-pagination-bullet {
    border-radius: 0;
    width: 75px;
}

.swiper-text p {
    font-size: 1rem;
    font-family: 'SourceHanSans-Normal';
}


.swiper-pagination-bullet {
    border-radius: 0;
    width: 75px;
    background-color: #3CC1D199;
}

.swiper-pagination-bullet-active {
    background: #3CC1D1;
}

.forward-join {
    width: 100%;
    margin-top: 2vmax;
}

@media (min-width: 2560px) {
    .forward-join {
        margin-top: 2.5vmax;
    }
}
@media (min-width: 3840px) {
    .forward-join {
        margin-top: 4vmax;
    }
}

.forward-join .forward {
    font-family: 'SourceHanSans-Normal';
}

.map {
    width: 100%;
    height: 100%;
}

.position {
    position: relative;
    z-index: 999;
    top: 9.3vmax;
    left: -1.083vmax;
    cursor: pointer;
}

@media (min-width: 2160px) {
    .position {
        top: 10.5vmax;
        left: -1.083vmax;
        scale: 1.5;
    }
}

@media (min-width: 3840px) {
    .position {
        top: 11.7vmax;
        left: -1.083vmax;
        scale: 2;
    }
}

.font-boil {
    font-weight: bold;
}

.lp-2 {
    letter-spacing: 2px;
}

.footer-img {
    position: relative;
    width: 100%;
    /* height: 46vmax; */
    margin-top: -5.625vmax;
}