#Support .Support-header {
    width: 100%;
    height: 314px;
    background: #f0f6ff;
    text-align: center;
    padding-top: 104px
}

#Support .Support-header h1 {
    font-size: 48px;
    font-family: Nunito-Bold;
    font-weight: 700;
    color: #16162b;
    line-height: 24px;
    margin-bottom: 22px
}

#Support .Support-header h1 span {
    color: #2665db
}

#Support .Support-header p {
    font-size: 18px;
    font-weight: 300;
    color: #16162b;
    line-height: 24px
}

#Support .Support-Tab {
    margin-bottom: 120px;
    margin-top: -70px
}

#ja_body #Support .Support-Tab {
    margin-top: -40px
}

#Support .Support-Tab .container {
    display: flex;
    padding: 0 80px;
    justify-content: space-between
}

#Support .Support-Tab .container>div img {
    width: 198px;
    height: 201px;
    margin-bottom: 28px
}

#Support .Support-Tab .container>div p {
    font-size: 24px;
    font-family: Nunito-Bold;
    font-weight: 700;
    line-height: 24px;
    text-align: center
}

#Support .Support-Tab .container>div p a {
    color: #16162b
}

#Support .Support-Tab .container>div p:hover a {
    color: #255cdc;
    text-decoration: underline
}

#Support .Support-footer .container {
    padding: 0 200px
}

#Support .Support-footer .container ul li {
    padding-bottom: 14px;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 46px
}

#Support .Support-footer .container ul li.itemLi {
    padding-bottom: 0;
    border: none;
    margin-bottom: 0;
    font-size: 16px
}

#Support .Support-footer .container ul li h4 {
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    font-family: Nunito-Bold;
    font-weight: 700;
    color: #16162b;
    line-height: 24px;
    margin-bottom: 10px
}

#Support .Support-footer .container ul li h4 .faqtitle_content {
    width: calc(100% - 24px)
}

#Support .Support-footer .container ul li h4:hover {
    color: #2766db
}

#Support .Support-footer .container ul li h4 span:nth-child(2) {
    width: 26px;
    height: 26px;
    background: #d8d8d8;
    border-radius: 50%;
    text-align: center;
    line-height: 26px;
    color: #fff;
    cursor: pointer;
    transition: all .5s
}

#Support .Support-footer .container ul li .faqtitle .active {
    transform: rotate(45deg);
    background: #06050a
}

#Support .Support-footer .container ul li div {
    font-size: 16px;
    font-family: Nunito-Light;
    font-weight: 300;
    color: #787777;
    line-height: 30px;
    height: auto;
    padding-right: 50px
}

#Support .Support-footer .container ul li div img {
    margin-top: 10px;
    width: 100%
}

#Support .Support-footer .container ul li div strong {
    color: #000
}

.bounce-enter-active {
    animation: bounce-in .5s
}

.bounce-leave-active {
    animation: bounce-in .5s reverse
}

@keyframes bounce-in {
    0% {
        transform: scale(0)
    }

    50% {
        transform: scale(1.1)
    }

    to {
        transform: scale(1)
    }
}

@media screen and (max-width: 768px) {
    #Support .Support-header {
        padding-top: 71px
    }

    #Support .Support-header h1 {
        font-size: 34px;
        line-height: 48px
    }

    #Support .Support-Tab .container {
        flex-direction: column
    }

    #Support .Support-Tab .container div {
        margin-bottom: 50px
    }

    #Support .Support-footer .container {
        padding: 0 20px
    }

    #Support .Support-footer .container ul li h4 span:nth-child(2) {
        width: 26px
    }

    #Support .Support-footer .container ul li p {
        padding: 0
    }
}