.register-section .home-register-phone {
    border: 1.5px solid #474d57;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #1f7c03;
    font-size: 20px;
    font-weight: 500;
    height: 100%;
    line-height: 16px;
    padding: 14px 20px;
    width: 100%
}

.ticker-container {
    -ms-flex-align: center;
    align-items: center;
    background: #0b0e11;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    white-space: nowrap;
    width: 100vw
}

@media (max-width:767px) {
    .ticker-container {
        margin-left: -16px;
        margin-top: 55px
    }
}

@media (min-width:768px) {
    .ticker-container {
        margin-left: -24px;
        margin-top: 72px
    }
}

@media (min-width:1024px) {
    .ticker-container {
        margin-left: calc(468px - 50vw);
        margin-top: 130px
    }
}

@media (min-width:1270px) {
    .ticker-container {
        margin-left: calc(612px - 50vw)
    }
}

.ticker-container .ticker-viewer {
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%
}

.ticker-container .ticker-viewer .animation-paused,
.ticker-container .ticker-viewer.ticker-not-view .ticker-scroll,
.ticker-container .ticker-viewer:hover .ticker-scroll {
    -webkit-animation-play-state: paused !important;
    animation-play-state: paused !important
}

.ticker-container .ticker-viewer .ticker-scroll {
    -webkit-transition: all linear;
    transition: all linear;
    will-change: transform, opacity
}

.ticker-container .ticker-viewer .ticker-scroll.first-animation {
    -webkit-animation: positionScroll 8s linear forwards;
    animation: positionScroll 8s linear forwards
}

.ticker-container .ticker-viewer .ticker-scroll.infinite-animation {
    -webkit-animation: tickerScroll 40s linear infinite normal;
    animation: tickerScroll 40s linear infinite normal;
    -webkit-animation-delay: 8s;
    animation-delay: 8s;
    opacity: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.ticker-container .ticker-viewer .ticker-item {
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 20px;
    font-weight: 700;
    margin-left: 57px;
    -webkit-transition: all;
    transition: all
}

.ticker-container .ticker-viewer .ticker-item span {
    margin-left: 10px
}

.ticker-container .ticker-viewer .ticker-item span:first-child {
    margin-left: 0
}

@-webkit-keyframes tickerScroll {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(-1937px);
        transform: translateX(-1937px)
    }
}

@keyframes tickerScroll {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(-1937px);
        transform: translateX(-1937px)
    }
}

@-webkit-keyframes positionScroll {
    0% {
        -webkit-transform: translateX(387.4px);
        transform: translateX(387.4px)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes positionScroll {
    0% {
        -webkit-transform: translateX(387.4px);
        transform: translateX(387.4px)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.first-section .advantage-bar {
    -ms-flex-pack: justify;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    display: none;
    justify-content: space-between
}

.first-section .guide-banner .common-title {
    text-align: left
}

.first-section .guide-banner .title-desc {
    color: #6e6e6e;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 20px;
    text-align: left
}

@media (min-width:768px) and (max-width:1023px) {
    .first-section .guide-banner .title-desc {
        font-size: 18px
    }
}

@media (max-width:767px) {
    .first-section .guide-banner .title-desc {
        font-size: 18px
    }
}

.first-section .guide-banner .trade-guide .common-button {
    margin-top: 40px
}

.first-section .guide-banner .deposit-guide .deposit-guide-button {
    margin-top: 40px;
    min-width: 300px
}

.first-section .guide-banner .deposit-guide .deposit-guide-button .common-button {
    margin-bottom: 20px
}

.first-section .guide-banner .deposit-guide .deposit-guide-button .common-button:first-child {
    margin-right: 30px
}

@media (min-width:1270px) {
    .first-section {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 8px;
        padding-right: 8px;
        width: 100%
    }

    .first-section .banner-container {
        display: -ms-flexbox;
        display: flex
    }

    .first-section .left-banner .common-title {
        font-weight: 700;
        line-height: 132%
    }

    .first-section .left-banner .register-box {
        display: -ms-flexbox;
        display: flex;
        margin-top: 40px
    }

    .first-section .left-banner .advantage-bar {
        display: -ms-flexbox;
        display: flex;
        margin-top: 50px
    }

    .first-section {
        padding-bottom: 120px;
        padding-top: 120px
    }

    .first-section .banner-container {
        -ms-flex-align: center;
        align-items: center
    }

    .first-section .left-banner {
        margin-left: 25%;
        width: 40.66666667%
    }

    .first-section .left-banner.guide-banner {
        width: 53.333%
    }

    .first-section .left-banner .common-title {
        font-size: 55px;
        line-height: 64px
    }

    .first-section .left-banner .register-box {
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%
    }

    .first-section .left-banner .register-box .register-section {
        width: 58%
    }

    .first-section .left-banner .register-box .register-section .home-register-phone {
        width: 100%
    }

    .first-section .left-banner .register-box .link-to-register {
        margin-left: 24px;
        max-width: 37%
    }

    .first-section .left-banner .advantage-bar {
        margin-top: 100px
    }

    .first-section .right-banner {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-left: 50%;
        padding-left: 8px;
        padding-right: 0;
        width: 75%
    }

    .first-section .right-banner .image-bar {
        min-height: 585px
    }

    .first-section .right-banner .image-bar .first-img {
        width: 100%
    }

    .first-section .advantage-bar {
        min-height: 68px;
        width: 100%
    }

    .first-section .advantage-bar .advantage-item:first-child {
        width: 102px
    }

    .first-section .advantage-bar .advantage-item:nth-child(2) {
        width: 164px
    }

    .first-section .advantage-bar .advantage-item:nth-child(3) {
        width: 66px
    }
}

@media (min-width:1270px) and (min-width:768px) {
    .first-section {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 12px;
        padding-right: 12px;
        width: 100%
    }
}

@media (min-width:1270px) and (min-width:1024px) {
    .first-section {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 12px;
        padding-right: 12px;
        width: 100%
    }
}

@media (min-width:1270px) and (min-width:1270px) {
    .first-section {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 12px;
        padding-right: 12px;
        width: 100%
    }
}

@media (min-width:1270px) and (min-width:768px) {
    .first-section .left-banner {
        margin-left: 8.33333333%
    }
}

@media (min-width:1270px) and (min-width:1024px) {
    .first-section .left-banner {
        margin-left: 8.33333333%
    }
}

@media (min-width:1270px) and (min-width:1270px) {
    .first-section .left-banner {
        margin-left: 8.33333333%
    }
}

@media (min-width:1270px) and (min-width:768px) {
    .first-section .right-banner {
        margin-left: 16.66666667%
    }
}

@media (min-width:1270px) and (min-width:1024px) {
    .first-section .right-banner {
        margin-left: 16.66666667%
    }
}

@media (min-width:1270px) and (min-width:1270px) {
    .first-section .right-banner {
        margin-left: 16.66666667%
    }
}

@media (min-width:1270px) and (min-width:768px) {
    .first-section .right-banner {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 12px;
        padding-right: 12px;
        width: 25%
    }
}

@media (min-width:1270px) and (min-width:1024px) {
    .first-section .right-banner {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 12px;
        padding-right: 12px;
        width: 25%
    }
}

@media (min-width:1270px) and (min-width:1270px) {
    .first-section .right-banner {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 12px;
        padding-right: 12px;
        width: 25%
    }
}

@media (min-width:1024px) and (max-width:1269px) {
    .first-section {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 8px;
        padding-right: 8px;
        width: 100%
    }

    .first-section .banner-container {
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex
    }

    .first-section .left-banner .common-title {
        font-weight: 700;
        line-height: 132%
    }

    .first-section .left-banner .register-box {
        display: -ms-flexbox;
        display: flex;
        margin-top: 40px
    }

    .first-section .left-banner .advantage-bar {
        display: -ms-flexbox;
        display: flex;
        margin-top: 50px
    }

    .first-section .right-banner .image-bar .first-img {
        width: 100%
    }

    .first-section {
        padding-top: 120px
    }

    .first-section .banner-container .left-banner {
        margin-left: 25%;
        width: 52.5%
    }

    .first-section .banner-container .left-banner .common-title {
        font-size: 46px;
        line-height: 64px
    }

    .first-section .banner-container .left-banner .register-box {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .first-section .banner-container .left-banner .register-box .link-to-register {
        margin-top: 40px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }

    .first-section .banner-container .left-banner .advantage-bar {
        margin-top: 80px
    }

    .first-section .banner-container .right-banner {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-left: 25%;
        padding-left: 8px;
        padding-right: 8px;
        width: 100%
    }

    .first-section .banner-container .right-banner .image-bar {
        min-height: 580px
    }

    .first-section .banner-container .advantage-bar {
        min-height: 77px;
        width: 90%
    }

    .first-section .banner-container .advantage-bar .advantage-item:first-child,
    .first-section .banner-container .advantage-bar .advantage-item:nth-child(2) {
        width: 30%
    }

    .first-section .banner-container .advantage-bar .advantage-item:nth-child(3) {
        width: 15%
    }
}

@media (min-width:1024px) and (max-width:1269px) and (min-width:768px) {
    .first-section {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 12px;
        padding-right: 12px;
        width: 100%
    }
}

@media (min-width:1024px) and (max-width:1269px) and (min-width:1024px) {
    .first-section {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 12px;
        padding-right: 12px;
        width: 100%
    }
}

@media (min-width:1024px) and (max-width:1269px) and (min-width:1270px) {
    .first-section {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 12px;
        padding-right: 12px;
        width: 100%
    }
}

@media (min-width:1024px) and (max-width:1269px) and (min-width:768px) {
    .first-section .banner-container .left-banner {
        margin-left: 8.33333333%
    }
}

@media (min-width:1024px) and (max-width:1269px) and (min-width:1024px) {
    .first-section .banner-container .left-banner {
        margin-left: 8.33333333%
    }
}

@media (min-width:1024px) and (max-width:1269px) and (min-width:1270px) {
    .first-section .banner-container .left-banner {
        margin-left: 8.33333333%
    }
}

@media (min-width:1024px) and (max-width:1269px) and (min-width:768px) {
    .first-section .banner-container .left-banner .register-box .home-register-phone {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 12px;
        padding-right: 12px;
        width: 66.66666667%
    }
}

@media (min-width:1024px) and (max-width:1269px) and (min-width:1024px) {
    .first-section .banner-container .left-banner .register-box .home-register-phone {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 12px;
        padding-right: 12px;
        width: 66.66666667%
    }
}

@media (min-width:1024px) and (max-width:1269px) and (min-width:1270px) {
    .first-section .banner-container .left-banner .register-box .home-register-phone {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 12px;
        padding-right: 12px;
        width: 66.66666667%
    }
}

@media (min-width:1024px) and (max-width:1269px) and (min-width:768px) {
    .first-section .banner-container .right-banner {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 12px;
        padding-right: 12px;
        width: 33.33333333%
    }
}

@media (min-width:1024px) and (max-width:1269px) and (min-width:1024px) {
    .first-section .banner-container .right-banner {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 12px;
        padding-right: 12px;
        width: 33.33333333%
    }
}

@media (min-width:1024px) and (max-width:1269px) and (min-width:1270px) {
    .first-section .banner-container .right-banner {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 12px;
        padding-right: 12px;
        width: 33.33333333%
    }
}

@media (min-width:1024px) and (max-width:1269px) and (min-width:768px) {
    .first-section .banner-container .right-banner {
        margin-left: 8.33333333%
    }
}

@media (min-width:1024px) and (max-width:1269px) and (min-width:1024px) {
    .first-section .banner-container .right-banner {
        margin-left: 8.33333333%
    }
}

@media (min-width:1024px) and (max-width:1269px) and (min-width:1270px) {
    .first-section .banner-container .right-banner {
        margin-left: 8.33333333%
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .first-section {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 8px;
        padding-right: 8px;
        width: 100%
    }

    .first-section .banner-container {
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex
    }

    .first-section .left-banner .common-title {
        font-weight: 700;
        line-height: 132%
    }

    .first-section .left-banner .register-box {
        display: -ms-flexbox;
        display: flex;
        margin-top: 40px
    }

    .first-section .left-banner .advantage-bar {
        display: -ms-flexbox;
        display: flex;
        margin-top: 50px
    }

    .first-section .right-banner .image-bar .first-img {
        width: 100%
    }

    .first-section {
        padding-top: 80px
    }

    .first-section .banner-container .left-banner {
        margin-left: 25%;
        margin-top: 30px
    }

    .first-section .banner-container .left-banner.guide-banner .deposit-guide .deposit-guide-button .common-button {
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        padding: 12px 16px
    }

    .first-section .banner-container .left-banner.guide-banner .deposit-guide .deposit-guide-button .common-button:first-child {
        margin-right: 20px
    }

    .first-section .banner-container .left-banner .common-title {
        font-size: 40px
    }

    .first-section .banner-container .left-banner .register-box .register-section .home-register-phone {
        font-size: 14px;
        font-weight: 500;
        padding: 14px 20px
    }

    .first-section .banner-container .left-banner .common-button {
        font-size: 16px;
        font-weight: 500;
        min-width: 150px;
        padding: 18px 16px
    }

    .first-section .banner-container .left-banner .register-box {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .first-section .banner-container .left-banner .register-box .register-section {
        width: 75%
    }

    .first-section .banner-container .left-banner .register-box .link-to-register {
        margin-top: 40px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }

    .first-section .banner-container .left-banner .advantage-bar {
        display: none
    }

    .first-section .banner-container .right-banner {
        margin-left: 25%
    }

    .first-section .banner-container .right-banner .image-bar {
        min-height: 415px
    }

    .first-section .banner-container .right-banner .image-bar .first-img {
        width: 200px
    }

    .first-section .advantage-bar {
        display: -ms-flexbox;
        display: flex;
        margin-top: 70px;
        min-height: 86px
    }

    .first-section .advantage-bar .advantage-item:first-child {
        width: 140px
    }

    .first-section .advantage-bar .advantage-item:nth-child(2) {
        width: 170px
    }

    .first-section .advantage-bar .advantage-item:nth-child(3) {
        width: 84px
    }

    .first-section .mobile-footer-bar {
        margin: auto
    }
}

@media (min-width:768px) and (max-width:1023px) and (min-width:768px) {
    .first-section {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 12px;
        padding-right: 12px;
        width: 100%
    }
}

@media (min-width:768px) and (max-width:1023px) and (min-width:1024px) {
    .first-section {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 12px;
        padding-right: 12px;
        width: 100%
    }
}

@media (min-width:768px) and (max-width:1023px) and (min-width:1270px) {
    .first-section {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 12px;
        padding-right: 12px;
        width: 100%
    }
}

@media (min-width:768px) and (max-width:1023px) and (min-width:768px) {
    .first-section .banner-container .left-banner {
        margin-left: 8.33333333%
    }
}

@media (min-width:768px) and (max-width:1023px) and (min-width:1024px) {
    .first-section .banner-container .left-banner {
        margin-left: 8.33333333%
    }
}

@media (min-width:768px) and (max-width:1023px) and (min-width:1270px) {
    .first-section .banner-container .left-banner {
        margin-left: 8.33333333%
    }
}

@media (min-width:768px) and (max-width:1023px) and (min-width:768px) {
    .first-section .banner-container .left-banner {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 12px;
        padding-right: 12px;
        width: 50%
    }
}

@media (min-width:768px) and (max-width:1023px) and (min-width:1024px) {
    .first-section .banner-container .left-banner {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 12px;
        padding-right: 12px;
        width: 50%
    }
}

@media (min-width:768px) and (max-width:1023px) and (min-width:1270px) {
    .first-section .banner-container .left-banner {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 12px;
        padding-right: 12px;
        width: 50%
    }
}

@media (min-width:768px) and (max-width:1023px) and (min-width:768px) {
    .first-section .banner-container .right-banner {
        margin-left: 8.33333333%
    }
}

@media (min-width:768px) and (max-width:1023px) and (min-width:1024px) {
    .first-section .banner-container .right-banner {
        margin-left: 8.33333333%
    }
}

@media (min-width:768px) and (max-width:1023px) and (min-width:1270px) {
    .first-section .banner-container .right-banner {
        margin-left: 8.33333333%
    }
}

@media (min-width:768px) and (max-width:1023px) and (min-width:768px) {
    .first-section .mobile-footer-bar {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 12px;
        padding-right: 12px;
        width: 83.33333333%
    }
}

@media (min-width:768px) and (max-width:1023px) and (min-width:1024px) {
    .first-section .mobile-footer-bar {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 12px;
        padding-right: 12px;
        width: 83.33333333%
    }
}

@media (min-width:768px) and (max-width:1023px) and (min-width:1270px) {
    .first-section .mobile-footer-bar {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 12px;
        padding-right: 12px;
        width: 83.33333333%
    }
}

@media (max-width:767px) {
    .first-section {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 8px;
        padding-right: 8px;
        width: 100%
    }

    .first-section .banner-container {
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex
    }

    .first-section .left-banner .common-title {
        font-weight: 700;
        line-height: 132%
    }

    .first-section .left-banner .register-box {
        display: -ms-flexbox;
        display: flex;
        margin-top: 40px
    }

    .first-section .left-banner .advantage-bar {
        display: -ms-flexbox;
        display: flex;
        margin-top: 50px
    }

    .first-section .right-banner .image-bar .first-img {
        width: 100%
    }

    .first-section {
        padding-top: 80px
    }

    .first-section .banner-container {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .first-section .left-banner {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 8px;
        padding-right: 8px;
        width: 100%
    }

    .first-section .left-banner.guide-banner .title-desc {
        margin-top: 16px;
        text-align: center
    }

    .first-section .left-banner.guide-banner .trade-guide .common-button {
        display: block;
        margin: 32px auto 0
    }

    .first-section .left-banner.guide-banner .deposit-guide .deposit-guide-button {
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 40px auto 0;
        max-width: 360px;
        text-align: center
    }

    .first-section .left-banner.guide-banner .deposit-guide .deposit-guide-button .common-button {
        font-size: 14px;
        font-weight: 400;
        line-height: 16px;
        padding: 12px 18px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }

    .first-section .left-banner.guide-banner .deposit-guide .deposit-guide-button .common-button:first-child {
        margin-right: 0
    }

    .first-section .left-banner.guide-banner .deposit-guide .deposit-guide-button .common-button:last-child {
        margin-bottom: 0
    }

    .first-section .left-banner .common-title {
        font-size: 32px;
        margin: auto;
        max-width: 500px;
        text-align: center
    }

    .first-section .left-banner .register-box {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .first-section .left-banner .register-box .register-section {
        margin: 0 auto;
        max-width: 360px;
        width: 100%
    }

    .first-section .left-banner .register-box .link-to-register {
        display: block;
        margin: 40px auto 0
    }

    .first-section .left-banner .register-box .register-section .home-register-phone {
        font-size: 14px;
        font-weight: 500;
        padding: 14px 20px
    }

    .first-section .left-banner .common-button {
        font-size: 16px;
        font-weight: 500;
        min-width: 150px;
        padding: 18px 16px
    }

    .first-section .left-banner .advantage-bar {
        display: none
    }

    .first-section .right-banner {
        margin-top: 40px
    }

    .first-section .right-banner.deposit-banner {
        margin-top: 20px
    }

    .first-section .right-banner .image-bar {
        min-height: 511px;
        text-align: center
    }

    .first-section .right-banner .image-bar .first-img {
        width: 246px
    }

    .first-section .advantage-bar {
        -ms-flex-align: center;
        -ms-flex-pack: distribute;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-around;
        margin-top: 40px;
        min-height: 98px
    }

    .first-section .advantage-bar .advantage-item:first-child {
        width: 25%
    }

    .first-section .advantage-bar .advantage-item:nth-child(2) {
        width: 30%
    }

    .first-section .advantage-bar .advantage-item:nth-child(3) {
        width: 15%
    }
}

@media (max-width:767px) and (min-width:768px) {
    .first-section {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 12px;
        padding-right: 12px;
        width: 100%
    }
}

@media (max-width:767px) and (min-width:1024px) {
    .first-section {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 12px;
        padding-right: 12px;
        width: 100%
    }
}

@media (max-width:767px) and (min-width:1270px) {
    .first-section {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 12px;
        padding-right: 12px;
        width: 100%
    }
}

@media (max-width:767px) and (min-width:768px) {
    .first-section .left-banner {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 12px;
        padding-right: 12px;
        width: 100%
    }
}

@media (max-width:767px) and (min-width:1024px) {
    .first-section .left-banner {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 12px;
        padding-right: 12px;
        width: 100%
    }
}

@media (max-width:767px) and (min-width:1270px) {
    .first-section .left-banner {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 12px;
        padding-right: 12px;
        width: 100%
    }
}

.home-page-container .second-section {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 8px;
    padding-right: 8px;
    width: 100%
}

@media (min-width:768px) {
    .home-page-container .second-section {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 12px;
        padding-right: 12px;
        width: 100%
    }
}

@media (min-width:1024px) {
    .home-page-container .second-section {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 12px;
        padding-right: 12px;
        width: 100%
    }
}

@media (min-width:1270px) {
    .home-page-container .second-section {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 12px;
        padding-right: 12px;
        width: 100%
    }
}

.home-page-container .second-section .second-title {
    text-align: center
}

.home-page-container .second-section .second-title .common-title {
    font-weight: 500;
    line-height: 132%
}

.home-page-container .second-section .second-title .common-desc {
    margin-top: 20px
}

.home-page-container .second-section .second-body {
    margin-top: 80px
}

.home-page-container .second-section .second-body .second-img {
    width: 100%
}

@media (min-width:1270px) {
    .home-page-container .second-section {
        padding-bottom: 190px
    }

    .home-page-container .second-section .common-title {
        font-size: 46px
    }

    .home-page-container .second-section .second-body {
        min-height: 688px
    }
}

@media (min-width:1024px) and (max-width:1269px) {
    .home-page-container .second-section {
        margin-top: 120px;
        padding-bottom: 20px
    }

    .home-page-container .second-section .second-title .common-title {
        font-size: 44px
    }

    .home-page-container .second-section .second-body {
        min-height: 526px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .home-page-container .second-section {
        padding-bottom: 80px;
        padding-top: 80px
    }

    .home-page-container .second-section .common-title {
        font-size: 36px
    }

    .home-page-container .second-section .common-desc {
        font-size: 18px
    }

    .home-page-container .second-section .second-body {
        margin: 3px auto 0;
        min-height: 4vw
    }
}

@media (min-width:768px) and (max-width:1023px) and (min-width:768px) {
    .home-page-container .second-section .second-body {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 12px;
        padding-right: 12px;
        width: 83.33333333%
    }
}

@media (min-width:768px) and (max-width:1023px) and (min-width:1024px) {
    .home-page-container .second-section .second-body {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 12px;
        padding-right: 12px;
        width: 83.33333333%
    }
}

@media (min-width:768px) and (max-width:1023px) and (min-width:1270px) {
    .home-page-container .second-section .second-body {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 12px;
        padding-right: 12px;
        width: 83.33333333%
    }
}

@media (max-width:767px) {
    .home-page-container .second-section {
        margin-top: 60px;
        padding-bottom: 80px
    }

    .home-page-container .second-section .second-body {
        margin-top: 40px;
        min-height: 53vw
    }

    .home-page-container .second-section .common-title {
        font-size: 28px
    }

    .home-page-container .second-section .common-desc {
        font-size: 16px;
        line-height: 158%
    }
}

.home-page-container .third-section {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 8px;
    padding-right: 8px;
    width: 100%
}

@media (min-width:768px) {
    .home-page-container .third-section {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 12px;
        padding-right: 12px;
        width: 100%
    }
}

@media (min-width:1024px) {
    .home-page-container .third-section {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 12px;
        padding-right: 12px;
        width: 100%
    }
}

@media (min-width:1270px) {
    .home-page-container .third-section {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 12px;
        padding-right: 12px;
        width: 100%
    }
}

.home-page-container .third-section .third-title {
    text-align: center
}

.home-page-container .third-section .third-title .common-title {
    font-weight: 500;
    line-height: 132%
}

.home-page-container .third-section .third-title .common-desc {
    margin-top: 20px
}

.home-page-container .third-section .third-animation,
.home-page-container .third-section .third-animation .third-pc-animation {
    width: 100%
}

.home-page-container .third-section .third-animation .third-mobile-animation {
    display: none;
    margin: auto
}

@media (min-width:768px) {
    .home-page-container .third-section .third-animation .third-mobile-animation {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 12px;
        padding-right: 12px;
        width: 83.33333333%
    }
}

@media (min-width:1024px) {
    .home-page-container .third-section .third-animation .third-mobile-animation {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 12px;
        padding-right: 12px;
        width: 83.33333333%
    }
}

@media (min-width:1270px) {
    .home-page-container .third-section .third-animation .third-mobile-animation {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 12px;
        padding-right: 12px;
        width: 83.33333333%
    }

    .home-page-container .third-section {
        padding-bottom: 120px;
        padding-top: 120px
    }

    .home-page-container .third-section .common-title {
        font-size: 46px
    }

    .home-page-container .third-section .third-animation {
        margin-top: 100px;
        min-height: 328px
    }
}

@media (min-width:1024px) and (max-width:1269px) {
    .home-page-container .third-section {
        padding-bottom: 20px;
        padding-top: 20px
    }

    .home-page-container .third-section .third-title .common-title {
        font-size: 44px
    }

    .home-page-container .third-section .third-title .common-desc {
        line-height: 32px
    }

    .home-page-container .third-section .third-animation {
        margin-top: 100px;
        min-height: 252px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .home-page-container .third-section {
        margin: 0 auto;
        padding-bottom: 80px;
        padding-top: 120px
    }

    .home-page-container .third-section .common-title {
        font-size: 36px
    }

    .home-page-container .third-section .common-desc {
        font-size: 18px
    }

    .home-page-container .third-section .third-animation {
        margin-top: 80px;
        min-height: 60vw
    }

    .home-page-container .third-section .third-animation .third-pc-animation {
        display: none
    }

    .home-page-container .third-section .third-animation .third-mobile-animation {
        display: block
    }
}

@media (min-width:768px) and (max-width:1023px) and (min-width:768px) {
    .home-page-container .third-section {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 12px;
        padding-right: 12px;
        width: 83.33333333%
    }
}

@media (min-width:768px) and (max-width:1023px) and (min-width:1024px) {
    .home-page-container .third-section {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 12px;
        padding-right: 12px;
        width: 83.33333333%
    }
}

@media (min-width:768px) and (max-width:1023px) and (min-width:1270px) {
    .home-page-container .third-section {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 12px;
        padding-right: 12px;
        width: 83.33333333%
    }
}

@media (max-width:767px) {
    .home-page-container .third-section {
        padding-bottom: 80px;
        padding-top: 80px
    }

    .home-page-container .third-section .common-title {
        font-size: 28px
    }

    .home-page-container .third-section .common-desc {
        font-size: 16px;
        line-height: 158%
    }

    .home-page-container .third-section .third-animation {
        margin: 72px auto 0;
        min-height: 75vw;
        width: 80%
    }

    .home-page-container .third-section .third-animation .third-pc-animation {
        display: none
    }

    .home-page-container .third-section .third-animation .third-mobile-animation {
        display: block
    }
}

.home-page-container .fourth-section {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 8px;
    padding-right: 8px;
    width: 100%
}

@media (min-width:768px) {
    .home-page-container .fourth-section {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 12px;
        padding-right: 12px;
        width: 100%
    }
}

@media (min-width:1024px) {
    .home-page-container .fourth-section {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 12px;
        padding-right: 12px;
        width: 100%
    }
}

@media (min-width:1270px) {
    .home-page-container .fourth-section {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 12px;
        padding-right: 12px;
        width: 100%
    }
}

.home-page-container .fourth-section .fourth-container {
    display: -ms-flexbox;
    display: flex
}

.home-page-container .fourth-section .fourth-container .fourth-animation .fourth-animation-img {
    width: 100%
}

.home-page-container .fourth-section .fourth-container .fourth-body {
    margin-top: 146px
}

.home-page-container .fourth-section .fourth-container .fourth-body .tab-container {
    border: 1px solid #fff;
    border-radius: 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    margin: 28px auto 32px;
    padding: 4px;
    width: 100%
}

.home-page-container .fourth-section .fourth-container .fourth-body .tab-container .tab-item {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    align-items: center;
    border-radius: 100px;
    color: #fff;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1;
    flex: 1 1;
    font-size: 20px;
    font-weight: 500;
    justify-content: center;
    line-height: 16px;
    max-width: 49%;
    padding: 20px 10px
}

.home-page-container .fourth-section .fourth-container .fourth-body .tab-container .tab-item.active {
    background: #fff;
    color: #000
}

@media (min-width:1270px) {
    .home-page-container .fourth-section {
        padding-bottom: 120px;
        padding-top: 120px
    }

    .home-page-container .fourth-section .common-title {
        font-size: 46px;
        font-weight: 500;
        line-height: 132%
    }

    .home-page-container .fourth-section .fourth-animation {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-left: 50%;
        min-height: 597px;
        padding-left: 8px;
        padding-right: 8px;
        width: 75%
    }

    .home-page-container .fourth-section .fourth-body {
        margin-left: 25%
    }
}

@media (min-width:1270px) and (min-width:768px) {
    .home-page-container .fourth-section .fourth-animation {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 12px;
        padding-right: 12px;
        width: 25%
    }
}

@media (min-width:1270px) and (min-width:1024px) {
    .home-page-container .fourth-section .fourth-animation {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 12px;
        padding-right: 12px;
        width: 25%
    }
}

@media (min-width:1270px) and (min-width:1270px) {
    .home-page-container .fourth-section .fourth-animation {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 12px;
        padding-right: 12px;
        width: 25%
    }
}

@media (min-width:1270px) and (min-width:768px) {
    .home-page-container .fourth-section .fourth-animation {
        margin-left: 16.66666667%
    }
}

@media (min-width:1270px) and (min-width:1024px) {
    .home-page-container .fourth-section .fourth-animation {
        margin-left: 16.66666667%
    }
}

@media (min-width:1270px) and (min-width:1270px) {
    .home-page-container .fourth-section .fourth-animation {
        margin-left: 16.66666667%
    }
}

@media (min-width:1270px) and (min-width:768px) {
    .home-page-container .fourth-section .fourth-body {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 12px;
        padding-right: 12px;
        width: 41.66666667%
    }
}

@media (min-width:1270px) and (min-width:1024px) {
    .home-page-container .fourth-section .fourth-body {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 12px;
        padding-right: 12px;
        width: 41.66666667%
    }
}

@media (min-width:1270px) and (min-width:1270px) {
    .home-page-container .fourth-section .fourth-body {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 12px;
        padding-right: 12px;
        width: 41.66666667%
    }
}

@media (min-width:1270px) and (min-width:768px) {
    .home-page-container .fourth-section .fourth-body {
        margin-left: 8.33333333%
    }
}

@media (min-width:1270px) and (min-width:1024px) {
    .home-page-container .fourth-section .fourth-body {
        margin-left: 8.33333333%
    }
}

@media (min-width:1270px) and (min-width:1270px) {
    .home-page-container .fourth-section .fourth-body {
        margin-left: 8.33333333%
    }
}

@media (min-width:1024px) and (max-width:1269px) {
    .home-page-container .fourth-section {
        padding-bottom: 80px;
        padding-top: 80px
    }

    .home-page-container .fourth-section .fourth-title .common-title {
        font-size: 44px;
        font-weight: 500;
        line-height: 132%
    }

    .home-page-container .fourth-section .fourth-animation {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-left: 25%;
        min-height: 49vw;
        padding-left: 8px;
        padding-right: 8px;
        width: 100%
    }

    .home-page-container .fourth-section .fourth-body {
        margin-left: 25%
    }
}

@media (min-width:1024px) and (max-width:1269px) and (min-width:768px) {
    .home-page-container .fourth-section .fourth-animation {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 12px;
        padding-right: 12px;
        width: 33.33333333%
    }
}

@media (min-width:1024px) and (max-width:1269px) and (min-width:1024px) {
    .home-page-container .fourth-section .fourth-animation {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 12px;
        padding-right: 12px;
        width: 33.33333333%
    }
}

@media (min-width:1024px) and (max-width:1269px) and (min-width:1270px) {
    .home-page-container .fourth-section .fourth-animation {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 12px;
        padding-right: 12px;
        width: 33.33333333%
    }
}

@media (min-width:1024px) and (max-width:1269px) and (min-width:768px) {
    .home-page-container .fourth-section .fourth-animation {
        margin-left: 8.33333333%
    }
}

@media (min-width:1024px) and (max-width:1269px) and (min-width:1024px) {
    .home-page-container .fourth-section .fourth-animation {
        margin-left: 8.33333333%
    }
}

@media (min-width:1024px) and (max-width:1269px) and (min-width:1270px) {
    .home-page-container .fourth-section .fourth-animation {
        margin-left: 8.33333333%
    }
}

@media (min-width:1024px) and (max-width:1269px) and (min-width:768px) {
    .home-page-container .fourth-section .fourth-body {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 12px;
        padding-right: 12px;
        width: 41.66666667%
    }
}

@media (min-width:1024px) and (max-width:1269px) and (min-width:1024px) {
    .home-page-container .fourth-section .fourth-body {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 12px;
        padding-right: 12px;
        width: 41.66666667%
    }
}

@media (min-width:1024px) and (max-width:1269px) and (min-width:1270px) {
    .home-page-container .fourth-section .fourth-body {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 12px;
        padding-right: 12px;
        width: 41.66666667%
    }
}

@media (min-width:1024px) and (max-width:1269px) and (min-width:768px) {
    .home-page-container .fourth-section .fourth-body {
        margin-left: 8.33333333%
    }
}

@media (min-width:1024px) and (max-width:1269px) and (min-width:1024px) {
    .home-page-container .fourth-section .fourth-body {
        margin-left: 8.33333333%
    }
}

@media (min-width:1024px) and (max-width:1269px) and (min-width:1270px) {
    .home-page-container .fourth-section .fourth-body {
        margin-left: 8.33333333%
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .home-page-container .fourth-section {
        padding-bottom: 80px;
        padding-top: 60px
    }

    .home-page-container .fourth-section .fourth-container {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .home-page-container .fourth-section .fourth-container .fourth-body {
        margin: 0 auto
    }

    .home-page-container .fourth-section .fourth-container .fourth-body .common-title {
        font-size: 36px;
        font-weight: 500;
        margin: 0 auto;
        text-align: center
    }

    .home-page-container .fourth-section .fourth-container .fourth-body .common-desc {
        font-size: 18px;
        line-height: 168%;
        min-height: 98px;
        text-align: center
    }

    .home-page-container .fourth-section .fourth-container .fourth-body .tab-container {
        width: 66.7%
    }

    .home-page-container .fourth-section .fourth-container .fourth-animation {
        margin: 20px auto 0;
        min-height: 75vw
    }
}

@media (min-width:768px) and (max-width:1023px) and (min-width:768px) {
    .home-page-container .fourth-section .fourth-container .fourth-body {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 12px;
        padding-right: 12px;
        width: 83.33333333%
    }
}

@media (min-width:768px) and (max-width:1023px) and (min-width:1024px) {
    .home-page-container .fourth-section .fourth-container .fourth-body {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 12px;
        padding-right: 12px;
        width: 83.33333333%
    }
}

@media (min-width:768px) and (max-width:1023px) and (min-width:1270px) {
    .home-page-container .fourth-section .fourth-container .fourth-body {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 12px;
        padding-right: 12px;
        width: 83.33333333%
    }
}

@media (min-width:768px) and (max-width:1023px) and (min-width:768px) {
    .home-page-container .fourth-section .fourth-container .fourth-body .common-title {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 12px;
        padding-right: 12px;
        width: 66.66666667%
    }
}

@media (min-width:768px) and (max-width:1023px) and (min-width:1024px) {
    .home-page-container .fourth-section .fourth-container .fourth-body .common-title {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 12px;
        padding-right: 12px;
        width: 66.66666667%
    }
}

@media (min-width:768px) and (max-width:1023px) and (min-width:1270px) {
    .home-page-container .fourth-section .fourth-container .fourth-body .common-title {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 12px;
        padding-right: 12px;
        width: 66.66666667%
    }
}

@media (min-width:768px) and (max-width:1023px) and (min-width:768px) {
    .home-page-container .fourth-section .fourth-container .fourth-animation {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 12px;
        padding-right: 12px;
        width: 41.66666667%
    }
}

@media (min-width:768px) and (max-width:1023px) and (min-width:1024px) {
    .home-page-container .fourth-section .fourth-container .fourth-animation {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 12px;
        padding-right: 12px;
        width: 41.66666667%
    }
}

@media (min-width:768px) and (max-width:1023px) and (min-width:1270px) {
    .home-page-container .fourth-section .fourth-container .fourth-animation {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 12px;
        padding-right: 12px;
        width: 41.66666667%
    }
}

@media (max-width:767px) {
    .home-page-container .fourth-section {
        padding-bottom: 86px;
        padding-top: 20px
    }

    .home-page-container .fourth-section .fourth-container {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .home-page-container .fourth-section .fourth-container .fourth-body {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-top: 0;
        padding-left: 8px;
        padding-right: 8px;
        width: 100%
    }

    .home-page-container .fourth-section .fourth-container .fourth-body .common-title {
        font-size: 28px;
        font-weight: 500;
        text-align: center
    }

    .home-page-container .fourth-section .fourth-container .fourth-body .common-desc {
        font-size: 16px;
        line-height: 158%;
        text-align: center
    }

    .home-page-container .fourth-section .fourth-container .fourth-body .tab-container .tab-item {
        padding: 15px 10px
    }

    .home-page-container .fourth-section .fourth-container .fourth-animation {
        margin: 60px auto 0;
        min-height: 125vw;
        width: 64%
    }
}

@media (max-width:767px) and (min-width:768px) {
    .home-page-container .fourth-section .fourth-container .fourth-body {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 12px;
        padding-right: 12px;
        width: 100%
    }
}

@media (max-width:767px) and (min-width:1024px) {
    .home-page-container .fourth-section .fourth-container .fourth-body {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 12px;
        padding-right: 12px;
        width: 100%
    }
}

@media (max-width:767px) and (min-width:1270px) {
    .home-page-container .fourth-section .fourth-container .fourth-body {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 12px;
        padding-right: 12px;
        width: 100%
    }
}

.home-page-container .fifth-section {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 8px;
    padding-right: 8px;
    width: 100%
}

@media (min-width:768px) {
    .home-page-container .fifth-section {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 12px;
        padding-right: 12px;
        width: 100%
    }
}

@media (min-width:1024px) {
    .home-page-container .fifth-section {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 12px;
        padding-right: 12px;
        width: 100%
    }
}

@media (min-width:1270px) {
    .home-page-container .fifth-section {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 12px;
        padding-right: 12px;
        width: 100%
    }
}

.home-page-container .fifth-section .fifth-banner {
    -ms-flex-pack: justify;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between
}

.home-page-container .fifth-section .fifth-banner .text-banner .common-title {
    font-weight: 500;
    line-height: 132%
}

.home-page-container .fifth-section .fifth-banner .text-banner .common-desc {
    margin-top: 20px
}

.home-page-container .fifth-section .fifth-banner .text-banner .common-button {
    cursor: pointer;
    display: inline-block;
    margin-top: 48px
}

.home-page-container .fifth-section .fifth-banner .logo-banner .logo-img {
    height: auto;
    width: 100%
}

.home-page-container .fifth-section .video-banner {
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-top: 80px
}

.home-page-container .fifth-section .video-banner .video-item {
    position: relative;
    width: 32%
}

.home-page-container .fifth-section .video-banner .video-item .video-content {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

.home-page-container .fifth-section .video-banner .video-item .video-text {
    background: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(114.09%, #000), color-stop(114.09%, rgba(0, 0, 0, .8)));
    background: linear-gradient(0deg, transparent, #000 114.09%, rgba(0, 0, 0, .8) 0);
    left: 0;
    padding: 28px;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0
}

.home-page-container .fifth-section .video-banner .video-item .video-text .video-title {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 32px
}

.home-page-container .fifth-section .video-banner .video-item .video-text .video-desc {
    color: hsla(0, 0%, 100%, .8);
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin-top: 8px
}

@media (min-width:1270px) {
    .home-page-container .fifth-section {
        padding-bottom: 120px;
        padding-top: 80px
    }

    .home-page-container .fifth-section .fifth-banner {
        -ms-flex-align: end;
        align-items: end;
        margin-top: 98px
    }

    .home-page-container .fifth-section .fifth-banner .text-banner {
        max-width: 50%;
        padding-bottom: 50px
    }

    .home-page-container .fifth-section .fifth-banner .common-title {
        font-size: 46px
    }

    .home-page-container .fifth-section .fifth-banner .logo-banner {
        min-height: 145px;
        width: 40%
    }

    .home-page-container .fifth-section .video-banner .video-item {
        min-height: 390px
    }

    .home-page-container .fifth-section .video-banner .video-item:last-child {
        margin-right: 0
    }
}

@media (min-width:1024px) and (max-width:1269px) {
    .home-page-container .fifth-section {
        padding-bottom: 120px;
        padding-top: 80px
    }

    .home-page-container .fifth-section .text-banner {
        max-width: 50%
    }

    .home-page-container .fifth-section .fifth-banner {
        -ms-flex-align: end;
        align-items: end;
        margin-top: 98px
    }

    .home-page-container .fifth-section .fifth-banner .text-banner {
        padding-bottom: 50px
    }

    .home-page-container .fifth-section .fifth-banner .logo-banner {
        min-height: 112px;
        width: 40%
    }

    .home-page-container .fifth-section .video-banner .video-item {
        min-height: 300px
    }

    .home-page-container .fifth-section .video-banner .video-item:last-child {
        margin-right: 0
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .home-page-container .fifth-section {
        padding-bottom: 120px;
        padding-top: 80px
    }

    .home-page-container .fifth-section .fifth-banner {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .home-page-container .fifth-section .fifth-banner .text-banner {
        text-align: center
    }

    .home-page-container .fifth-section .fifth-banner .text-banner .common-title {
        font-size: 36px
    }

    .home-page-container .fifth-section .fifth-banner .text-banner .common-desc {
        font-size: 18px;
        margin: 12px auto 0
    }

    .home-page-container .fifth-section .fifth-banner .text-banner .common-button {
        margin-top: 60px
    }

    .home-page-container .fifth-section .fifth-banner .logo-banner {
        margin: 120px auto 0;
        width: 471px
    }

    .home-page-container .fifth-section .fifth-banner .logo-banner .logo-img {
        min-height: 140px
    }

    .home-page-container .fifth-section .video-banner {
        text-align: center
    }

    .home-page-container .fifth-section .video-banner .video-item {
        min-height: 26vw;
        padding: 16px
    }

    .home-page-container .fifth-section .video-banner .video-item .video-text .video-title {
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        line-height: 24px
    }

    .home-page-container .fifth-section .video-banner .video-item .video-text .video-desc {
        color: hsla(0, 0%, 100%, .8);
        font-size: 14px;
        font-weight: 500;
        line-height: 16px;
        margin-top: 6px
    }

    .home-page-container .fifth-section .video-banner .video-item:last-child {
        margin-right: 0
    }
}

@media (min-width:768px) and (max-width:1023px) and (min-width:768px) {
    .home-page-container .fifth-section .fifth-banner .text-banner .common-desc {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 12px;
        padding-right: 12px;
        width: 83.33333333%
    }
}

@media (min-width:768px) and (max-width:1023px) and (min-width:1024px) {
    .home-page-container .fifth-section .fifth-banner .text-banner .common-desc {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 12px;
        padding-right: 12px;
        width: 83.33333333%
    }
}

@media (min-width:768px) and (max-width:1023px) and (min-width:1270px) {
    .home-page-container .fifth-section .fifth-banner .text-banner .common-desc {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 12px;
        padding-right: 12px;
        width: 83.33333333%
    }
}

@media (max-width:767px) {
    .home-page-container .fifth-section {
        padding-bottom: 80px;
        padding-top: 80px
    }

    .home-page-container .fifth-section .fifth-banner {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .home-page-container .fifth-section .fifth-banner .text-banner {
        text-align: center
    }

    .home-page-container .fifth-section .fifth-banner .logo-banner {
        margin: 100px auto 0;
        min-height: 100px;
        width: 343px
    }

    .home-page-container .fifth-section .fifth-banner .common-title {
        font-size: 28px
    }

    .home-page-container .fifth-section .fifth-banner .common-desc {
        font-size: 16px;
        line-height: 158%
    }

    .home-page-container .fifth-section .video-banner {
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 40px
    }

    .home-page-container .fifth-section .video-banner .video-item {
        margin-top: 20px;
        min-height: 80vw;
        padding: 0;
        width: 100%
    }

    .home-page-container .fifth-section .video-banner .video-item:last-child {
        margin-right: 0
    }
}

.okx-homepages-play:before {
    content: "\e000";
    font-family: fa-e41a06a168
}

.okx-homepages-expand:before {
    content: "\e001";
    font-family: fa-e41a06a168
}

.okx-homepages-put-away:before {
    content: "\e002";
    font-family: fa-e41a06a168
}

.okx-homepages-pause:before {
    content: "\e003";
    font-family: fa-e41a06a168
}

.iconfont {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    font-style: normal
}

@font-face {
    font-family: fa-e41a06a168;
    font-style: normal;
    src: url(/Public/Home/static/font/5a6e58397191fe7b29ea.woff2) format("woff2")
}

.home-page-container .sixth-section .sixth-title {
    text-align: center
}

.home-page-container .sixth-section .question-list .question-item {
    border-bottom: 1px solid #fff;
    color: #fff
}

.home-page-container .sixth-section .question-list .question-item .question-title {
    -ms-flex-pack: justify;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between
}

.home-page-container .sixth-section .question-list .question-item .question-title .title-item {
    max-width: 80%
}

.home-page-container .sixth-section .question-list .question-item .answer-text {
    color: #bdbdbd;
    display: none;
    margin-top: 20px
}

.home-page-container .sixth-section .question-list .question-item .answer-text.answer-show {
    display: block
}

.home-page-container .sixth-section .question-list .question-item .answer-text .faq-link {
    color: #fff;
    cursor: pointer;
    text-decoration: underline
}

@media (min-width:1270px) {
    .home-page-container .sixth-section {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 120px 8px;
        width: 100%
    }

    .home-page-container .sixth-section .sixth-title {
        font-size: 46px
    }

    .home-page-container .sixth-section .question-list {
        margin-top: 90px
    }

    .home-page-container .sixth-section .question-list .question-item {
        margin-top: 70px;
        padding-bottom: 60px
    }

    .home-page-container .sixth-section .question-list .question-item .title-item {
        font-size: 32px;
        font-weight: 500;
        line-height: 38px
    }

    .home-page-container .sixth-section .question-list .question-item .answer-text {
        font-size: 20px;
        font-weight: 400;
        letter-spacing: .1px;
        line-height: 40px
    }

    .home-page-container .sixth-section .question-list .question-item .question-icon {
        font-size: 56px
    }
}

@media (min-width:1270px) and (min-width:768px) {
    .home-page-container .sixth-section {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 12px;
        padding-right: 12px;
        width: 100%
    }
}

@media (min-width:1270px) and (min-width:1024px) {
    .home-page-container .sixth-section {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 12px;
        padding-right: 12px;
        width: 100%
    }
}

@media (min-width:1270px) and (min-width:1270px) {
    .home-page-container .sixth-section {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 12px;
        padding-right: 12px;
        width: 100%
    }
}

@media (min-width:1024px) and (max-width:1269px) {
    .home-page-container .sixth-section {
        margin: 0 auto;
        padding-bottom: 120px;
        padding-top: 120px
    }

    .home-page-container .sixth-section .sixth-title {
        font-size: 44px
    }

    .home-page-container .sixth-section .question-list {
        margin-top: 87px
    }

    .home-page-container .sixth-section .question-list .question-item {
        margin-top: 60px;
        padding-bottom: 60px
    }

    .home-page-container .sixth-section .question-list .question-item .title-item {
        font-size: 28px;
        font-weight: 500;
        line-height: 132%
    }

    .home-page-container .sixth-section .question-list .question-item .answer-text {
        font-size: 18px;
        font-weight: 400;
        line-height: 168%
    }

    .home-page-container .sixth-section .question-list .question-item .question-icon {
        font-size: 48px
    }
}

@media (min-width:1024px) and (max-width:1269px) and (min-width:768px) {
    .home-page-container .sixth-section {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 12px;
        padding-right: 12px;
        width: 83.33333333%
    }
}

@media (min-width:1024px) and (max-width:1269px) and (min-width:1024px) {
    .home-page-container .sixth-section {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 12px;
        padding-right: 12px;
        width: 83.33333333%
    }
}

@media (min-width:1024px) and (max-width:1269px) and (min-width:1270px) {
    .home-page-container .sixth-section {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 12px;
        padding-right: 12px;
        width: 83.33333333%
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .home-page-container .sixth-section {
        margin: 0 auto;
        padding-bottom: 120px;
        padding-top: 80px
    }

    .home-page-container .sixth-section .sixth-title {
        font-size: 36px;
        font-weight: 500;
        text-align: left
    }

    .home-page-container .sixth-section .question-list {
        margin-top: 64px
    }

    .home-page-container .sixth-section .question-list .question-item {
        margin-top: 64px;
        padding-bottom: 48px
    }

    .home-page-container .sixth-section .question-list .question-item .title-item {
        font-size: 24px;
        font-weight: 500;
        line-height: 132%
    }

    .home-page-container .sixth-section .question-list .question-item .answer-text {
        font-size: 18px;
        font-weight: 400;
        line-height: 168%
    }

    .home-page-container .sixth-section .question-list .question-item .question-icon {
        font-size: 40px
    }
}

@media (min-width:768px) and (max-width:1023px) and (min-width:768px) {
    .home-page-container .sixth-section {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 12px;
        padding-right: 12px;
        width: 83.33333333%
    }
}

@media (min-width:768px) and (max-width:1023px) and (min-width:1024px) {
    .home-page-container .sixth-section {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 12px;
        padding-right: 12px;
        width: 83.33333333%
    }
}

@media (min-width:768px) and (max-width:1023px) and (min-width:1270px) {
    .home-page-container .sixth-section {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 12px;
        padding-right: 12px;
        width: 83.33333333%
    }
}

@media (max-width:767px) {
    .home-page-container .sixth-section {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 80px 8px;
        width: 100%
    }

    .home-page-container .sixth-section .sixth-title {
        font-size: 28px;
        font-weight: 500;
        text-align: left
    }

    .home-page-container .sixth-section .question-list {
        margin-top: 60px
    }

    .home-page-container .sixth-section .question-list .question-item {
        margin-top: 40px;
        padding-bottom: 32px
    }

    .home-page-container .sixth-section .question-list .question-item .title-item {
        font-size: 18px;
        font-weight: 400;
        line-height: 24px
    }

    .home-page-container .sixth-section .question-list .question-item .answer-text {
        font-size: 14px;
        font-weight: 400;
        line-height: 168%
    }

    .home-page-container .sixth-section .question-list .question-item .question-icon {
        font-size: 28px
    }

    .home-page-container .sixth-section .question-list .question-item .question-title {
        font-size: 16px
    }
}

@media (max-width:767px) and (min-width:768px) {
    .home-page-container .sixth-section {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 12px;
        padding-right: 12px;
        width: 100%
    }
}

@media (max-width:767px) and (min-width:1024px) {
    .home-page-container .sixth-section {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 12px;
        padding-right: 12px;
        width: 100%
    }
}

@media (max-width:767px) and (min-width:1270px) {
    .home-page-container .sixth-section {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 12px;
        padding-right: 12px;
        width: 100%
    }
}

body {
    background-color: #181a20
}

#okx-home-container {
    min-height: 100vh
}

.home-page-container {
    overflow-x: hidden;
    padding-left: 8px;
    padding-right: 8px
}

@media (min-width:768px) {
    .home-page-container {
        padding-left: 12px;
        padding-right: 12px
    }
}

@media (min-width:1024px) {
    .home-page-container {
        padding-left: calc(50% - 480px);
        padding-right: calc(50% - 480px)
    }
}

@media (min-width:1270px) {
    .home-page-container {
        padding-left: calc(50% - 624px);
        padding-right: calc(50% - 624px)
    }
}

.home-page-container .common-title {
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    line-height: 47px
}

.home-page-container .common-desc {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px
}

.home-page-container .common-button {
    background: #fff;
    border: 1.5px solid #fff;
    border-radius: 100px;
    color: #000;
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    padding: 23px 44px;
    text-align: center
}

@media (min-width:1270px) {
    .home-page-container .response-text.pc-text {
        display: block
    }

    .home-page-container .response-text.mobile-text {
        display: none
    }
}

@media (min-width:1024px) and (max-width:1269px) {
    .home-page-container .response-text.pc-text {
        display: block
    }

    .home-page-container .response-text.mobile-text {
        display: none
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .home-page-container .response-text.pc-text {
        display: none
    }

    .home-page-container .response-text.mobile-text {
        display: block
    }
}

@media (max-width:767px) {
    .home-page-container .response-text.pc-text {
        display: none
    }

    .home-page-container .response-text.mobile-text {
        display: block
    }
}

/*# sourceMappingURL=index.css.map*/