.home-banner {
    background: url('/resources/d_coin_trade_cn/images/bg-home-banner.png') no-repeat center;
    background-size: cover;
    height: 400px;
}

.home-banner .container {
    height: 100%;
}

.home-banner-display {
    height: 100%;
    display: flex;
    gap: 0;
    align-items: center;
}

.home-banner-content {
    flex: 1.5;
}

.home-banner-content .title {
    font-weight: bold;
    font-size: 45px;
    color: #ffffff;
    line-height: 46px;
}

.home-banner-content .desc {
    font-weight: 400;
    font-size: 23px;
    color: #ffffff;
    margin-top: 20px;
    line-height: 36px;
}

.home-banner-img {
    flex: 1;
    padding: 20px;
}

.home-content {
    background: #0c0c0c;
    padding: 50px 0;
    color: #ffffff;
}

.home-content-display {
    display: flex;
}

.home-content-left {
    position: relative;
    flex: 1;
}

.home-content-left .title {
    font-weight: bold;
    font-size: 26px;
    color: #ffffff;
}

.home-content-left .box {
    display: flex;
    flex-direction: column;
    gap: 35px;
    background: #1387e8;
    border-radius: 8px;
    margin-top: 25px;
    padding: 40px 35px;
    width: calc(100% - 30px);
    height: calc(100% - 60px);
}

.home-content-left .item {
    position: relative;
    display: flex;
    gap: 20px;
    z-index: 1;
}

.home-content-left .item .circle {
    flex: 0 0 35px;
    height: 35px;
    background: #ffffff;
    border-radius: 20px;
    font-weight: 400;
    font-size: 26px;
    color: #1387e8;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-content-left .item .text {
    flex: 1;
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    line-height: 26px;
    margin-top: 5px;
}

.home-content-left .img {
    position: absolute;
    width: 200px;
    height: 200px;
    right: 0;
    bottom: -30px;
    z-index: 0;
}

.home-content-right {
    flex: 1.6;
}

.home-content-right .title {
    font-weight: bold;
    font-size: 26px;
    color: #ffffff;
    text-align: center;
}

.home-content-right .box {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 25px;
}

.home-content-right .item {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #161616;
    border-radius: 8px;
}

.home-content-right .item.reverse {
    flex-direction: row-reverse;
}

.home-content-right .item .img {
    flex: 0 0 200px;
    height: 200px;
}

.home-content-right .item .desc {
    flex: 1;
    padding: 20px 35px 20px 0;
}

.home-content-right .item.reverse .desc {
    padding: 20px 0 20px 35px;
}

.home-content-right .item .desc .title {
    font-weight: bold;
    font-size: 18px;
    color: #ffffff;
    text-align: left;
}

.home-content-right .item .desc .text {
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    margin-top: 10px;
    line-height: 26px;
}

.home-content-swiper {
    --swiper-navigation-size: 20px;
    --swiper-navigation-color: #ffffff;
    position: relative;
}

.home-content-swiper .title {
    font-weight: bold;
    font-size: 26px;
    color: #ffffff;
    text-align: center;
    margin: 50px 0 25px;
}

.home-content-swiper .img-partner {
    position: absolute;
    left: 50%;
    top: 85px;
    transform: translateX(-50%);
    width: 200px;
    height: 200px;
    z-index: 2;
}

.home-content-swiper .swiper {
    width: 100%;
    height: 230px;
    background: #161616;
    border-radius: 8px;
}

.home-content-swiper .swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #161616;
}

.swiper-slide .swiper-slide-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: none !important;
    border-radius: 8px;
}

.home-content-swiper .swiper-button-prev {
    --swiper-navigation-top-offset: calc(50% - 10px);
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.3);
}

.home-content-swiper .swiper-button-next {
    --swiper-navigation-top-offset: calc(50% - 10px);
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.3);
}

.home-content-now .title {
    font-weight: bold;
    font-size: 26px;
    color: #ffffff;
    text-align: center;
    margin: 50px 0 25px;
}

.home-content-now .now {
    position: relative;
    display: flex;
    gap: 55px;
    align-items: center;
    background: #161616;
    border-radius: 8px;
    padding: 60px 130px;
}

.home-content-now .now .desc {
    flex: 1;
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    line-height: 26px;
}

.home-content-now .now a {
    flex: 2;
}

.home-content-now .now .btn {
    width: 150px;
    height: 40px;
    background: #1387e8;
    border-radius: 10px;
    font-weight: bold;
    font-size: 18px;
    color: #ffffff;
}

.home-content-now .now .img {
    position: absolute;
    right: 10%;
    bottom: -30px;
    width: 190px;
    height: 180px;
    object-fit: cover;
}
