/*365建站幻灯片开始*/
.swiper-container {
    width: 100%;
}

.swiper-container img {
    max-width: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.swiper-text {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    text-align: center;
    color: #FFF;
    width: 100%;
    HEIGHT: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.swiper-text .banner-text-wrap {
    width: 100%;
    height: 100%;
}

.swiper-text .top-banner-text {
    max-width: 1180px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 20px;

}

.swiper-text .banner1 {
    background: transparent url(../images/banner1.png) no-repeat right 55%/64% auto;
}

.swiper-text .banner2 {
    background: transparent url(../images/top_banner_con.png) no-repeat right bottom/60% auto;
}

.swiper-text .top-banner-text .banner1 h2 {
    color: #fff;
    font-size: 36px;
}

.swiper-text .top-banner-text .banner1 p {
    color: #fff;
    opacity: .8;
    font-size: 18px;
    line-height: 1.7;
}

.swiper-text h3 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 3%;
    color: #FFF;
    line-height: 24px;
}

.swiper-text p {
    font-size: 16px;
    text-align: center;
    margin-bottom: 3%;
    color: #FFF;
    line-height: 24px;
}

.swiper-text .top-banner-text h2,
.swiper-text .top-banner-text p {
    text-align: left;
    margin-bottom: 0;
    line-height: 1.7;
}

.swiper-text .swiperbtn {
    display: block;
    background: #0064Cd;
    background-image: -webkit-gradient(linear, right top, left top, color-stop(0, #1dab7d), to(#47de9d));
    background-image: linear-gradient(270deg, #1dab7d 0, #47de9d 100%);
    width: 120px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    margin: 0 auto;
    font-size: 14px;
}

.swiper-text .swiperbtn:hover {
    -webkit-box-shadow: 0 1px 5px 0 rgb(34 178 129 / 50%);
    box-shadow: 0 1px 5px 0 rgb(34 178 129 / 50%);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

/*365建站幻灯片开始*/



/*365建站自定义内容开始*/
.diycontent {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 30px;
}

.diycontent img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.diycontent .contain {
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
}

/*365建站自定义内容结束*/

/* homepage redesign start */
.okx-homepage {
    background: #000000;
    color: #e5e5e5;
}

.okx-homepage .container {
    position: relative;
    z-index: 2;
}

.okx-hero {
    padding: 88px 0 76px;
    background: radial-gradient(circle at 18% 20%, #242424 0%, #0f0f0f 42%, #000000 100%);
    color: #ffffff;
}

.okx-hero-content {
    max-width: 680px;
}

.okx-kicker {
    display: inline-block;
    margin-bottom: 14px;
    padding: 6px 14px;
    background: rgba(255, 255, 255, 0.09);
    border-radius: 40px;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.okx-hero h1 {
    margin: 0 0 16px;
    font-size: 42px;
    line-height: 1.25;
    font-weight: 700;
    color: #ffffff;
}

.okx-hero p {
    margin: 0;
    font-size: 16px;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.84);
}

.okx-hero-actions {
    margin-top: 28px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.okx-btn {
    display: inline-block;
    min-width: 120px;
    padding: 10px 24px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    transition: all .25s ease;
}

.okx-btn:hover,
.okx-btn:focus {
    text-decoration: none;
}

.okx-btn-primary {
    background: #ffffff;
    color: #111111;
    border: 1px solid #ffffff;
}

.okx-btn-primary:hover {
    color: #111111;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 255, 255, 0.18);
}

.okx-btn-ghost {
    border: 1px solid rgba(255, 255, 255, 0.45);
    color: #ffffff;
}

.okx-btn-ghost:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
}

.okx-hero-meta {
    list-style: none;
    margin: 26px 0 0;
    padding: 0;
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.okx-hero-meta li {
    position: relative;
    padding-left: 14px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.88);
}

.okx-hero-meta li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #9a9a9a;
}

.okx-intro,
.okx-categories,
.okx-download,
.okx-faq,
.okx-articles {
    padding: 62px 0;
}

.okx-section-head {
    margin-bottom: 30px;
}

.okx-section-head h2 {
    margin: 0 0 10px;
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
}

.okx-section-head p {
    margin: 0;
    color: #b5b5b5;
    line-height: 1.8;
}

.okx-intro-body {
    background: #111111;
    border: 1px solid #262626;
    border-radius: 16px;
    padding: 26px 28px;
    line-height: 1.9;
    color: #d1d1d1;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.45);
}

.okx-intro-body img {
    max-width: 100%;
    height: auto;
}

.okx-category-card {
    height: 100%;
    background: #111111;
    border: 1px solid #262626;
    border-radius: 14px;
    padding: 24px 22px;
    margin-bottom: 22px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.38);
}

.okx-category-card h3 {
    margin: 0 0 12px;
    font-size: 20px;
}

.okx-category-card h3 a {
    color: #f2f2f2;
}

.okx-category-card p {
    margin: 0 0 14px;
    color: #b8b8b8;
    line-height: 1.8;
}

.okx-link {
    color: #ffffff;
    font-weight: 600;
    text-decoration: underline;
}

.okx-link:hover {
    color: #d4d4d4;
}

.okx-download {
    background: #080808;
}

.okx-download-box {
    background: #111111;
    border: 1px solid #262626;
    border-radius: 16px;
    padding: 30px 28px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.42);
}

.okx-download-box h2 {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: 30px;
}

.okx-download-box p {
    margin: 0 0 14px;
    color: #b9b9b9;
    line-height: 1.8;
}

.okx-download-box ul {
    margin: 0 0 22px;
    padding-left: 18px;
}

.okx-download-box li {
    margin-bottom: 8px;
    color: #d2d2d2;
    line-height: 1.7;
}

.okx-side-card {
    background: #000000;
    color: #dcdcdc;
    border: 1px solid #262626;
    border-radius: 16px;
    padding: 28px 24px;
    min-height: 100%;
}

.okx-side-card h3 {
    margin: 0 0 16px;
    color: #ffffff;
    font-size: 24px;
}

.okx-side-card p {
    margin: 0 0 10px;
    color: #bfbfbf;
}

.okx-side-card a {
    display: inline-block;
    margin-top: 12px;
    color: #ffffff;
    text-decoration: underline;
}

.okx-faq-item {
    background: #111111;
    border: 1px solid #262626;
    border-radius: 14px;
    padding: 22px 20px;
    margin-bottom: 20px;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.35);
}

.okx-faq-item h3 {
    margin: 0 0 10px;
    color: #ffffff;
    font-size: 18px;
}

.okx-faq-item p {
    margin: 0;
    color: #b8b8b8;
    line-height: 1.8;
}

.okx-articles {
    background: #060606;
}

.okx-article-item {
    height: 100%;
    background: #111111;
    border: 1px solid #2a2a2a;
    border-radius: 12px;
    padding: 20px 18px;
    margin-bottom: 20px;
    transition: all .2s ease;
}

.okx-article-item:hover {
    border-color: #565656;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}

.okx-article-item h3 {
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 1.5;
}

.okx-article-item h3 a {
    color: #ffffff;
}

.okx-article-meta {
    margin: 0 0 8px;
    font-size: 13px;
    color: #9c9c9c;
}

.okx-article-meta span {
    margin-right: 10px;
}

.okx-article-item p {
    color: #bbbbbb;
    line-height: 1.8;
}

@media (max-width: 991px) {
    .okx-hero {
        padding: 72px 0 58px;
    }

    .okx-hero h1 {
        font-size: 34px;
    }

    .okx-intro,
    .okx-categories,
    .okx-download,
    .okx-faq,
    .okx-articles {
        padding: 52px 0;
    }

    .okx-side-card {
        margin-top: 18px;
    }
}

@media (max-width: 767px) {
    .okx-hero {
        padding: 58px 0 48px;
    }

    .okx-hero h1 {
        font-size: 28px;
    }

    .okx-hero p {
        font-size: 15px;
    }

    .okx-section-head h2,
    .okx-download-box h2 {
        font-size: 24px;
    }

    .okx-intro-body,
    .okx-download-box,
    .okx-side-card {
        padding: 20px 18px;
    }

    .okx-article-item h3 {
        font-size: 18px;
    }
}
/* homepage redesign end */