.channels {
    overflow: hidden;
    position: relative
}

.channels .channel-container {
    padding-top: 300px;
    padding-bottom: 72px;
    border-color: rgba(237, 240, 250, .08);
    position: relative
}

.channels .channel-container::before {
    content: '';
    position: absolute;
    left: -1px;
    top: 0;
    width: 1px;
    background: #edf0fa;
    height: 100px
}

.channels .channel-container::after {
    content: '';
    position: absolute;
    right: -1px;
    top: 0;
    width: 1px;
    background: #edf0fa;
    height: 21px
}

@media (max-width:767.98px) {
    .channels .channel-container {
        padding-top: 88px;
        padding-bottom: 0
    }
}

.channels .country-panel {
    width: 54%;
    margin-top: 72px;
    background: rgba(17, 39, 69, .85);
    -webkit-box-shadow: 0 10px 24px -5px rgba(0, 0, 0, .15), 0 0 5px -1px rgba(0, 0, 0, .2);
    box-shadow: 0 10px 24px -5px rgba(0, 0, 0, .15), 0 0 5px -1px rgba(0, 0, 0, .2);
    border: 1px solid rgba(255, 255, 255, .04);
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    z-index: 10
}

@media (max-width:767.98px) {
    .channels .country-panel {
        width: 100%;
        margin-top: 40px
    }
}

.channels .country-panel .current-country-title {
    display: none
}

@media (max-width:767.98px) {
    .channels .country-panel .current-country-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        color: #fff;
        padding: 16px;
        border-bottom: 1px solid rgba(255, 255, 255, .07)
    }

    .channels .country-panel .current-country-title i {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        font-size: 22px;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
    }
}

.channels .country-panel .scroll-nav {
    width: 172px;
    border-right: 1px solid rgba(255, 255, 255, .07);
    padding: 16px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    position: relative
}

.channels .country-panel .scroll-nav .item {
    padding: 0 16px;
    color: #fff;
    text-align: center;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    overflow: hidden
}

.channels .country-panel .scroll-nav .line {
    position: absolute;
    right: -1px;
    top: 8px;
    width: 3px;
    height: 96px;
    background: #fff;
    -webkit-transition: top .4s ease;
    transition: top .4s ease
}

@media (max-width:767.98px) {
    .channels .country-panel .scroll-nav .line {
        display: none
    }
}

@media (max-width:767.98px) {
    .channels .country-panel .scroll-nav {
        width: 100%;
        display: none;
        border-right: none;
        position: absolute;
        background: rgba(17, 39, 69, .9);
        padding: 0
    }

    .channels .country-panel .scroll-nav .item {
        height: auto;
        display: block;
        text-align: left;
        padding: 12px 16px;
        border-bottom: 1px solid rgba(255, 255, 255, .07)
    }
}

.channels .country-panel .country-icons {
    float: left;
    width: calc(100% - 172px);
    padding: 16px 16px 16px 52px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden
}

.channels .country-panel .country-icons .item {
    display: none;
    overflow: hidden
}

.channels .country-panel .country-icons .item.active {
    display: block
}

.channels .country-panel .country-icons .item .item-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 8px 0 16px;
    height: 72px;
    float: left;
    width: 43%;
    cursor: default
}

.channels .country-panel .country-icons .item .item-group:hover {
    background: rgba(255, 255, 255, .06)
}

.channels .country-panel .country-icons .item .item-group .icon {
    width: 40px;
    height: 40px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px
}

.channels .country-panel .country-icons .item .item-group .icon img {
    width: 100%;
    height: 100%
}

.channels .country-panel .country-icons .item .item-group .name {
    color: #fff;
    margin-left: 8px
}

@media (max-width:767.98px) {
    .channels .country-panel .country-icons {
        width: 100%;
        padding: 16px;
        min-height: 400px
    }

    .channels .country-panel .country-icons .item .item-group {
        width: 40%
    }
}

.channels .country-nav {
    width: 54%;
    margin-top: 72px
}

.channels .country-nav .pub-tab-nav {
    background: #112745;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border: 1px solid rgba(255, 255, 255, .04);
    border-bottom: none
}

.channels .country-nav .pub-tab-nav::before {
    border-color: rgba(237, 240, 250, .08)
}

.channels .country-nav .pub-tab-nav .item {
    color: rgba(255, 255, 255, .5)
}

.channels .country-nav .pub-tab-nav .item.active {
    color: #fff
}

.channels .country-nav .pub-tab-nav .line {
    background-color: #fff
}

@media (max-width:767.98px) {
    .channels .country-nav {
        margin-top: 40px;
        width: 100%
    }
}

.channels h2 {
    color: #fff;
    position: relative;
    z-index: 1;
    max-width: 900px
}

.channels .country-con {
    position: relative
}

.channels .country-con .country {
    width: 54%;
    background: rgba(17, 39, 69, .85);
    -webkit-box-shadow: 0 10px 24px -5px rgba(0, 0, 0, .15), 0 0 5px -1px rgba(0, 0, 0, .2);
    box-shadow: 0 10px 24px -5px rgba(0, 0, 0, .15), 0 0 5px -1px rgba(0, 0, 0, .2);
    border: 1px solid rgba(255, 255, 255, .04);
    border-top: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 423px;
    position: relative;
    z-index: 1
}

@media (max-width:767.98px) {
    .channels .country-con .country {
        width: 100%;
        height: 384px
    }
}

.channels .country-con .pub-tab-con {
    overflow: hidden
}

.channels .country-con .pub-tab-con .item {
    display: none;
    overflow: hidden;
    padding-top: 47px;
    padding-bottom: 55px
}

@media (max-width:767.98px) {
    .channels .country-con .pub-tab-con .item {
        padding-top: 23px;
        padding-bottom: 23px
    }
}

.channels .country-con .pub-tab-con .item.active {
    display: block
}

.channels .country-con .pub-tab-con .item .item-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    color: #1a1511;
    float: left;
    color: #fff;
    width: 33.33%;
    margin-top: 8px;
    padding: 20px 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: default;
    -webkit-transition: background .3s ease;
    transition: background .3s ease
}

.channels .country-con .pub-tab-con .item .item-group .icon {
    width: 32px;
    height: 32px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32px;
    flex: 0 0 32px;
    margin-right: 10px
}

.channels .country-con .pub-tab-con .item .item-group .icon img {
    width: 100%;
    height: 100%
}

.channels .country-con .pub-tab-con .item .item-group:hover {
    background: rgba(255, 255, 255, .06)
}

@media (max-width:767.98px) {
    .channels .country-con .pub-tab-con .item .item-group {
        width: 50%;
        padding: 8px
    }
}

.channels .globe {
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: 0;
    cursor: move
}

@media (max-width:767.98px) {
    .channels .globe {
        display: none
    }
}

.channels-bg {
    position: absolute;
    top: 1468px;
    left: 0;
    right: 0;
    height: 1326px;
    z-index: -2;
    overflow: hidden
}

@media (max-width:767.98px) {
    .channels-bg {
        top: 1460px;
        height: 810px
    }
}

.channels-bg i:nth-child(1) {
    position: absolute;
    z-index: -1;
    top: 260px;
    left: 50%;
    margin-left: -1530px;
    width: 3000px;
    height: 3000px;
    background: #1a1511;
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg)
}

.channels-bg i:nth-child(2) {
    content: '';
    position: absolute;
    top: 207px;
    left: 50%;
    height: 125px;
    width: 424px;
    margin-left: -1023px;
    background: #ff9b43;
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg)
}

.channels-bg i:nth-child(3) {
    content: '';
    position: absolute;
    top: 232px;
    left: 50%;
    height: 200px;
    width: 800px;
    margin-left: -1023px;
    background: #0c71ff;
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg);
    z-index: -2
}

@media (max-width:767.98px) {
    .channels-bg i:nth-child(1) {
        top: 50px
    }

    .channels-bg i:nth-child(2) {
        top: 60px;
        margin-left: -477px;
        height: 50px;
        left: 0;
        width: 500px
    }

    .channels-bg i:nth-child(3) {
        top: 97px;
        left: 50%;
        height: 50px;
        width: 1000px;
        margin-left: -1000px
    }
}

.payments .container {
    padding-bottom: 80px;
    overflow: hidden
}

@media (max-width:767.98px) {
    .payments .container {
        padding-bottom: 50px
    }
}

.spec-en .payments .title {
    max-width: 900px
}

.payments .rows {
    padding-top: 24px
}

.payments .rows .item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 32px
}

.payments .rows .item:nth-child(odd) {
    padding-right: 16px
}

.payments .rows .item:nth-child(even) {
    padding-left: 16px
}

.payments .rows .item .over-hidden {
    overflow: hidden
}

.payments .rows .item .border {
    border: 1px solid #edf0fa;
    border-radius: 8px;
    padding: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 160px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.payments .rows .item .border .icon_none {
    display: none
}

@media (min-width:767.98px) {
    .payments .rows .item .border:hover {
        background: #0c71ff;
        -webkit-box-shadow: 0 55px 60px -22px rgba(0, 0, 0, .1), 0 33px 60px -13px rgba(0, 0, 0, .1), 0 11px 30px -6px rgba(0, 0, 0, .1), 0 2px 13px -2px rgba(0, 0, 0, .1), 0 0 6px -1px rgba(0, 0, 0, .1);
        box-shadow: 0 55px 60px -22px rgba(0, 0, 0, .1), 0 33px 60px -13px rgba(0, 0, 0, .1), 0 11px 30px -6px rgba(0, 0, 0, .1), 0 2px 13px -2px rgba(0, 0, 0, .1), 0 0 6px -1px rgba(0, 0, 0, .1);
        border-color: #0c71ff
    }

    .payments .rows .item .border:hover a,
    .payments .rows .item .border:hover h4,
    .payments .rows .item .border:hover p {
        color: #fff;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
    }

    .payments .rows .item .border:hover .icon_show {
        display: none
    }

    .payments .rows .item .border:hover .icon_none {
        display: block
    }
}

@media (max-width:767.98px) {
    .payments .rows .item .border {
        border: none;
        padding: 0;
        min-height: auto
    }
}

.payments .rows .item .icon {
    width: 56px;
    height: 56px;
    float: left
}

.payments .rows .item .icon img {
    width: 100%;
    height: 100%
}

.payments .rows .item .inc {
    float: left;
    margin-left: 20px;
    width: calc(100% - 76px);
    min-height: 166px
}

.payments .rows .item .inc p {
    margin-top: 16px
}

.payments .rows .item .inc a {
    display: block;
    color: #0c71ff;
    margin-top: 16px
}

@media (max-width:767.98px) {
    .payments .rows .item {
        margin-top: 0;
        padding: 24px 0 0 !important
    }

    .payments .rows .item .icon {
        width: 40px;
        height: 40px
    }

    .payments .rows .item .inc {
        margin-left: 16px;
        width: calc(100% - 68px);
        border-bottom: 1px solid #edf0fa;
        padding-bottom: 24px;
        min-height: auto
    }

    .payments .rows .item .inc p {
        margin-top: 8px
    }

    .payments .rows .item:last-child .inc {
        border-bottom: none
    }
}

.spec-en .payments .rows .item:nth-child(1) .inc p {
    min-height: 66px
}

@media (max-width:767.98px) {
    .spec-en .payments .rows .item:nth-child(1) .inc p {
        min-height: auto
    }
}

.spec-en .payments .rows .item:nth-child(4) .inc p {
    min-height: 88px
}

@media (max-width:767.98px) {
    .spec-en .payments .rows .item:nth-child(4) .inc p {
        min-height: auto
    }
}

.statis {
    background: rgba(0, 0, 0, .16);
    position: relative
}

@media (max-width:767.98px) {
    .statis {
        background: 0 0
    }

    .statis::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #1a1511;
        z-index: -3
    }
}

.statis .container {
    border-color: rgba(237, 240, 250, .08);
    padding-top: 56px;
    padding-bottom: 56px
}

@media (max-width:767.98px) {
    .statis .container {
        padding-top: 0;
        padding-bottom: 30px
    }
}

.statis .item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 16px
}

.statis .item .num {
    font-weight: 600;
    color: #fff;
    position: relative
}

.statis .item .num::before {
    content: '';
    position: absolute;
    left: -14px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2px;
    height: 24px;
    background: #0c71ff
}

.statis .item:nth-child(2) .num::before {
    background-color: #fe9a42
}

.statis .item:nth-child(3) .num::before {
    background-color: #00c352
}

@media (max-width:767.98px) {
    .statis .item {
        margin-top: 40px;
        overflow: hidden
    }

    .statis .item .num {
        font-size: 24px
    }
}

.channels-bg {
    top: 1394px
}

.spec-cn .channels-bg {
    top: 1460px;
    height: 1333px
}

@media (max-width:767.98px) {
    .spec-cn .channels-bg {
        top: 1380px;
        height: 768px
    }
}

@media (max-width:321px) {
    .spec-cn .channels-bg {
        top: 1534px
    }
}

.spec-en .channels-bg {
    top: 1518px;
    height: 1388px
}

@media (max-width:767.98px) {
    .spec-en .channels-bg {
        top: 1626px;
        height: 810px
    }
}

@media (max-width:321px) {
    .spec-en .channels-bg {
        top: 1800px
    }
}

.spec-en .channels h2 {
    max-width: 700px
}

.risk .container {
    padding-top: 80px
}

.risk .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:767.98px) {
    .risk .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.risk .pic {
    width: 520px;
    height: 480px;
    background: url(/assets/images/product/risk.png) no-repeat center top;
    background-size: 100% 100%;
    margin: 0 auto
}

@media (max-width:767.98px) {
    .risk .pic {
        width: 100%;
        background-size: 100% auto;
        margin-top: 40px;
        height: 310px
    }
}

.risk ul {
    padding-left: 30px;
    margin-top: 24px;
    overflow: hidden
}

.risk ul li {
    list-style: disc;
    margin-top: 16px
}

.risk ul li:last-child {
    list-style: none
}

.risk ul li .logo-3ds {
    width: 172px;
    height: 32px
}

@media (max-width:767.98px) {
    .risk ul {
        padding-left: 18px;
        margin-top: 12px
    }

    .risk ul li {
        margin-top: 16px;
        font-size: 14px
    }
}

.plan .row {
    margin-top: 72px
}

.pay-step {
    position: relative;
    overflow: hidden
}

.pay-step .container {
    padding-top: 330px;
    position: relative
}

.pay-step .container::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 190px;
    width: 0;
    border-left: 1px solid #edf0fa
}

.pay-step .container::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 63px;
    width: 0;
    border-left: 1px solid #edf0fa
}

@media (max-width:767.98px) {
    .pay-step .container {
        padding-top: 160px
    }
}

.pay-step .pub-tab-nav {
    margin-top: 59px
}

@media (max-width:767.98px) {
    .pay-step .pub-tab-nav {
        margin-top: 24px
    }
}

.pay-step .pub-tab-con {
    overflow: hidden;
    padding-top: 80px
}

@media (max-width:767.98px) {
    .pay-step .pub-tab-con {
        overflow: visible;
        padding-top: 25px
    }
}

.pay-step .pub-tab-con .item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    overflow: hidden;
    padding-bottom: 90px
}

@media (max-width:767.98px) {
    .pay-step .pub-tab-con .item {
        overflow: visible
    }
}

.pay-step .pub-tab-con .item.active {
    display: block
}

.pay-step .pub-tab-con .item ul {
    margin-top: 32px;
    padding-left: 20px
}

.pay-step .pub-tab-con .item ul li {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 28px 24px 28px 32px;
    border-radius: 8px;
    overflow: hidden;
    border-bottom: 1px solid #edf0fa;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.pay-step .pub-tab-con .item ul li:last-child {
    border-bottom: none
}

.pay-step .pub-tab-con .item ul li .icon {
    width: 40px;
    height: 40px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px
}

.pay-step .pub-tab-con .item ul li .icon img {
    width: 100%;
    height: 100%
}

.pay-step .pub-tab-con .item ul li .txt {
    margin-left: 48px;
    position: relative
}

.pay-step .pub-tab-con .item ul li .txt::before {
    content: '';
    position: absolute;
    left: -24px;
    width: 1px;
    background: #edf0fa;
    height: 48px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.pay-step .pub-tab-con .item ul li .txt .number {
    font-size: 18px;
    color: #5a6a80
}

.pay-step .pub-tab-con .item ul li .txt .name {
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.pay-step .pub-tab-con .item ul li:hover .name {
    color: #0c71ff
}

.pay-step .pub-tab-con .item ul li.active {
    background: #fff;
    -webkit-box-shadow: 0 10px 24px -5px rgba(0, 0, 0, .15), 0 0 5px -1px rgba(0, 0, 0, .2);
    box-shadow: 0 10px 24px -5px rgba(0, 0, 0, .15), 0 0 5px -1px rgba(0, 0, 0, .2)
}

.pay-step .pub-tab-con .item ul li.active .name {
    color: #1a1511
}

@media (max-width:767.98px) {
    .pay-step .pub-tab-con .item ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-left: 0;
        margin-top: 0
    }

    .pay-step .pub-tab-con .item ul li {
        padding: 18px 16px;
        border-bottom: none;
        overflow: visible;
        position: relative
    }

    .pay-step .pub-tab-con .item ul li::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        width: 1px;
        height: 32px;
        background: #edf0fa;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .pay-step .pub-tab-con .item ul li.active::after,
    .pay-step .pub-tab-con .item ul li:last-child::after {
        content: none
    }

    .pay-step .pub-tab-con .item ul li .icon {
        width: 24px;
        height: 24px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 24px;
        flex: 0 0 24px
    }

    .pay-step .pub-tab-con .item ul li .txt {
        display: none;
        margin-left: 20px
    }

    .pay-step .pub-tab-con .item ul li .txt::before {
        content: none
    }

    .pay-step .pub-tab-con .item ul li .txt .number {
        font-size: 12px
    }

    .pay-step .pub-tab-con .item ul li .txt .name {
        font-size: 12px;
        margin-top: 3px
    }

    .pay-step .pub-tab-con .item ul li.active .txt {
        display: block
    }
}

.pay-step .pub-tab-con .item .pic-bg {
    background: url(/assets/images/payment/step/phone-bg.svg) no-repeat center top;
    background-size: 100% 100%;
    width: 296px;
    height: 528px;
    z-index: -1
}

.pay-step .pub-tab-con .item .pic {
    width: 294px;
    height: 526px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center top;
    position: relative
}

.pay-step .bg i:nth-child(1) {
    position: absolute;
    z-index: -1;
    top: 168px;
    left: 0;
    right: 0;
    height: 400px;
    background: #f6f7fc;
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg)
}

.pay-step .bg i:nth-child(1)::before {
    content: '';
    left: 0;
    top: 0;
    display: block;
    width: 50%;
    right: 0;
    height: 100%;
    bottom: 0;
    background: linear-gradient(80deg, #fafbff 20%, rgba(255, 255, 255, .1) 100%)
}

.pay-step .bg i:nth-child(2) {
    position: absolute;
    z-index: -2;
    top: 100px;
    left: 0;
    right: -100%;
    bottom: 0;
    background: #fafbff;
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg)
}

.pay-step .bg i:nth-child(3) {
    content: '';
    position: absolute;
    top: 195px;
    left: 50%;
    height: 82px;
    width: 800px;
    margin-left: -1023px;
    background: #80e8ff;
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg);
    z-index: 1
}

.pay-step .bg i:nth-child(4) {
    content: '';
    position: absolute;
    top: -35px;
    right: 0;
    height: 82px;
    width: 800px;
    margin-right: -596px;
    background: #ff9b43;
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg);
    z-index: 1
}

@media (max-width:767.98px) {
    .pay-step .bg i:nth-child(1) {
        top: 68px;
        height: 160px;
        background-color: #f3f5f9
    }

    .pay-step .bg i:nth-child(2) {
        top: 30px
    }

    .pay-step .bg i:nth-child(3) {
        top: 105px;
        height: 60px;
        margin-left: -950px
    }

    .pay-step .bg i:nth-child(4) {
        top: -45px;
        height: 60px;
        margin-right: -658px
    }
}

.question .container {
    overflow: hidden
}

.question .title {
    text-align: center
}

.question .list {
    margin-top: 80px;
    padding: 0 116px;
    overflow: hidden
}

@media (max-width:767.98px) {
    .question .list {
        margin-top: 24px;
        padding: 0
    }
}

.question .list .item {
    border-bottom: 1px solid #f6f6f7;
    overflow: hidden;
    padding: 24px 0
}

@media (max-width:767.98px) {
    .question .list .item {
        padding: 16px 0
    }
}

.question .list .item:last-child {
    border-bottom: none
}

.question .list .item h3 {
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.question .list .item h3 i {
    float: right;
    font-size: 24px;
    color: #adbacc;
    margin-right: 32px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

@media (max-width:767.98px) {
    .question .list .item h3 i {
        margin-right: 0
    }
}

.question .list .item h3:hover {
    color: #0c71ff
}

.question .list .item h3:hover i {
    color: #0c71ff
}

.question .list .item p {
    margin-top: 10px;
    display: none;
    padding-right: 100px
}

@media (max-width:767.98px) {
    .question .list .item p {
        padding-right: 0
    }
}

.question .list .item:first-child {
    padding-top: 0
}

.footer-contact-us {
    height: 364px;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.footer-contact-us::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    background: url(/assets/images/contact/contact-footer.svg) no-repeat center top;
    background-size: 100% 100%;
    width: 2049px;
    height: 364px;
    margin-left: -1024.5px;
    z-index: -1
}

.footer-contact-us .title {
    text-align: center;
    color: #fff
}

.footer-contact-us .btns {
    text-align: center;
    margin-top: 40px
}

.footer-contact-us .btns a {
    margin: 0 12px
}

@media (max-width:767.98px) {
    .footer-contact-us {
        height: 186px
    }

    .footer-contact-us::after {
        background-image: url(/assets/images/contact/contact-footer-h5.svg)
    }

    .footer-contact-us .btns {
        margin-top: 25px
    }

    .footer-contact-us .btns a {
        margin: 0 6px
    }
}