.header-black {
    background-color: #fff;
    color: #000;
}

.header-black .header-logo {
    color: #000;
}



.swiper-pagination-bullet-active {
    background: #FC6577;
}

.swiper-container {
    width: 100%;
    /* height: -webkit-fill-available; */
}

.swiper-wrapper {
    width: 100%;
    /* height: 100%; */
}

.swiper-slide {
    height: 100vh;
}



.yuwan-main {
    position: absolute;
    left: 50%;
    top: 26%;
    z-index: 1;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.yuwan-main .meetyou {
    margin-bottom: 32px;
    width: 240px;
    height: 36px;
}

.yuwan-main p {
    margin-bottom: 48px;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    line-height: 1;
}

.download-btn {
    width: 109px;
    height: 36px;
    opacity: 1;
    background: rgba(0, 0, 0, 0.20);
    border: 1px solid rgba(255, 255, 255, 0.40);
    border-radius: 6px;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    color: #ffffff;
    line-height: 36px;
}

.download-btn img {
    vertical-align: middle;
    width: 15px;
    height: 14px;
}

.arrowtop {
    margin-top: 200px;
    width: 24px;
    height: 24px;
    z-index: 1;
    animation: down 1.5s cubic-bezier(.25, .1, .25, .1) infinite;
}

@keyframes down {
    0% {
        margin-top: 180px;
    }

    50% {
        margin-top: 200px;
    }

    100% {
        margin-top: 180px;
    }
}

.content-wrapper {
    margin: 76px auto 2px;
    text-align: center;
}

.content-wrapper img {
    margin-bottom: 24px;
    width: 128px;
    height: 32px;
}

.content-wrapper p {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    color: #333333;
    line-height: 1;
}

.phone-wrapper {
    position: relative;
    height: 68%;
    text-align: center;
}

.yuwan-phone {
    height: 100%;
}

.circle1 {
    position: absolute;
    right: 50%;
    top: 50%;
    z-index: -1;
    width: 60px;
    height: 60px;
}

.circle2 {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    width: 80px;
    height: 80px;
}

.circle3 {
    position: absolute;
    bottom: 50%;
    right: 50%;
    z-index: -1;
    width: 100px;
    height: 100px;
}

.slide-shadow {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1200;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.90);
}

.slide-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    padding: 0 12px;
    box-sizing: border-box;
    height: 45px;
}

.slide-header .slide-left {
    display: flex;
    align-items: center;
}

.slide-header .slide-left img {
    margin-right: 6px;
    width: 32px;
    height: 32px;
}

.slide-header .slide-left span {
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    line-height: 1;
}

.slide-right {
    display: flex;
}

.slide-right img {
    margin-right: 24px;
    width: 24px;
    height: 24px;
}

.slide-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 60px;
}

.slide-item {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 48px;
}

.slide-content div {
    margin-bottom: 6px;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    line-height: 1;
}

.slide-item img {
    position: absolute;
    right: -24px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
}

.contact-list {
    display: flex;
    justify-content: space-between;
    margin-top: 72px;
    padding: 0 98px;
}

.contact-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-item img {
    margin-bottom: 10px;
    width: 60px;
    height: 60px;
}

.contact-item span {
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    color: #ffffff;
    line-height: 1;
}

.contact-item span.has-arrow {
    position: relative;
}

.contact-item span.has-arrow::after {
    display: block;
    content: "";
    position: absolute;
    right: -8px;
    top: 2px;
    width: 8px;
    height: 8px;
    background: url('../img/slide_arrow.png') no-repeat center;
    background-size: 8px 8px;
}

footer {
    margin-top: 44px;
    padding: 32px 0 44px 0;
    box-sizing: border-box;
    width: 100%;
    height: 378px;
    background-color: #222;
    color: #fff;
}

.footer-contact-list {
    margin-top: 32px !important;
}

footer h5 {
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    line-height: 1;
}

.footer-content {
    margin-bottom: 16px;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    line-height: 1;
}

.other-contact {
    margin-top: 8px;
    padding: 0 128px;
    display: flex;
    justify-content: space-between;
}

.other-contact li {
    width: 42px;
    height: 42px;
}

.other-contact li img {
    width: 100%;
    height: 100%;
}

.online-info {
    margin-top: 32px;
}

.online-info p {
    margin-bottom: 6px;
    font-size: 10px;
    line-height: 1;
    text-align: center;
}

.online-info p img {
    vertical-align: middle;
    width: 10px;
    height: 10px;
}