/*@font-face {*/
/*    font-family: 'Lato-Black';*/
/*    src: url("../font/Lato-Black.ttf") format("truetype");*/
/*    font-style: normal;*/
/*    font-display: auto*/
/*}*/

/*@font-face {*/
/*    font-family: 'Lato-Bold';*/
/*    src: url("../font/Lato-Bold.ttf") format("truetype");*/
/*    font-style: normal;*/
/*    font-display: auto*/
/*}*/

/*@font-face {*/
/*    font-family: 'Lato-Light';*/
/*    src: url("../font/Lato-Light.ttf") format("truetype");*/
/*    font-style: normal;*/
/*    font-display: auto*/
/*}*/

/*@font-face {*/
/*    font-family: 'Lato-Medium';*/
/*    src: url("../font/Lato-Medium.ttf") format("truetype");*/
/*    font-style: normal;*/
/*    font-display: auto*/
/*}*/

/*@font-face {*/
/*    font-family: 'Lato-Regular';*/
/*    src: url("../font/Lato-Regular.ttf") format("truetype");*/
/*    font-style: normal;*/
/*    font-display: auto*/
/*}*/

/*@font-face {*/
/*    font-family: 'Lato-SemiBold';*/
/*    src: url("../font/Lato-SemiBold.ttf") format("truetype");*/
/*    font-style: normal;*/
/*    font-display: auto*/
/*}*/

.header .nav.act12 > .nava {
    color: #000
}

.header .logo-box a {
    background: url(../img/img_logob.png) no-repeat center
}

.header .nav_right .login-box a {
    color: #000
}

.faqs {
    padding-top: 75px;
    text-align: left;
    height: calc(100vh - 80px);
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: 150px
}

.faqs .conter {
    display: flex;
    max-width: 1460px;
    margin: auto;
    height: 100%
}

.faqs .left {
    width: 20%;
    min-width: 140px;
    height: 100%;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.faqs .left::-webkit-scrollbar {
    display: none
}

.faqs .left ul {
    padding-top: 32px
}

.faqs .left ul li {
    min-height: 20px;
    margin-bottom: 40px
}

.faqs .left ul li a {
    font-size: 18px;
    color: #1f2230;
    width: 100%;
    height: 100%;
    display: block;
    font-family: 'Lato-Regular'
}

.faqs .left ul li:hover a {
    color: #3270ff;
    font-family: 'Lato-Bold'
}

.faqs .left ul li.active a {
    color: #3270ff;
    font-family: 'Lato-Bold'
}

.faqs .right {
    width: 75%;
    height: 100%;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.faqs .right::-webkit-scrollbar {
    display: none
}

.faqs .right .qs p.title {
    font-size: 30px;
    color: #1f2230;
    margin-bottom: 32px;
    padding-top: 12px;
    font-family: 'Lato-Bold'
}

.faqs .right .qs .faq {
    background-color: #ffffff;
    border-radius: 16px;
    border: solid 2px #f0f2f5;
    position: relative;
    padding: 16px 40px;
    margin-bottom: 24px;
    cursor: pointer
}

.faqs .right .qs .faq .ab {
    position: absolute;
    right: 30px;
    top: -5px
}

.faqs .right .qs .faq .ab span {
    font-size: 40px;
    line-height: 66px;
    font-family: 'Lato-Medium'
}

.faqs .right .qs .faq .ab .faq_act {
    display: none
}

.faqs .right .qs .faq .f {
    font-size: 20px;
    color: #1f2230;
    font-family: 'Lato-Medium'
}

.faqs .right .qs .faq .q {
    display: none;
    margin-top: 5px;
    font-size: 16px;
    color: rgba(31, 34, 48, 0.8);
    font-family: 'Lato-Medium'
}

.faqs .right .qs .faq.active .ab .faq_act {
    display: inline-block
}

.faqs .right .qs .faq.active .ab .faq_nor {
    display: none
}

.faqs .right .qs .faq.active .f {
    color: #3270ff
}

.faqs .right .qs .faq.active .q {
    display: inline-block
}

.down_sec {
    width: 100%;
    max-width: 1200px;
    height: 240px;
    margin: 0 auto;
    margin-bottom: 50px;
    background: url("../img/index/index_foot_bg.png") no-repeat center;
    background-size: cover;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #ffffff
}

.down_sec .down_sec-left {
    text-align: left
}

.down_sec .down_sec-left .down_sec-left-title {
    margin-bottom: 28px;
    font-family: 'Lato-Bold';
    font-size: 43px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.9;
    letter-spacing: 0px;
    color: #ffffff
}

.down_sec .down_sec-left .down_sec-left-tip {
    font-family: 'Lato-Medium';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.9;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 0.36
}

.down_sec .down_sec-right .btn {
    box-sizing: border-box;
    margin-bottom: 15px;
    padding: 0 22px;
    background-color: #ffb331;
    width: 182px;
    font-size: 20px;
    color: #fff;
    border-radius: 32px;
    text-align: center;
    height: 56px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    z-index: 2
}

.down_sec .down_sec-right .btn:last-of-type {
    margin-bottom: 0
}

.down_sec .down_sec-right .btn > div:first-of-type {
    display: flex;
    align-items: center;
    height: 100%;
    margin-right: 10px
}

.down_sec .down_sec-right .btn > div:first-of-type > img {
    width: 34px;
    height: 35px
}

.down_sec .down_sec-right .btn > div:last-of-type {
    margin-left: 0
}

.down_sec .down_sec-right .btn > div:last-of-type > div:first-of-type {
    font-size: 12px;
    color: #ffffff;
    font-family: 'Lato-Regular';
    line-height: 0.9;
    margin-bottom: 2px;
    text-align: left
}

.down_sec .down_sec-right .btn > div:last-of-type > div:last-of-type {
    font-size: 20px;
    color: #ffffff;
    font-family: 'Lato-Bold';
    line-height: 0.9;
    text-align: left
}

@media (max-width: 500px) {
    html {
        font-size: calc(100vw / 75)
    }

    .faqs .left ul li {
        margin-bottom: 2rem
    }

    .faqs .left ul li a {
        font-size: 1.8rem
    }

    .faqs .right .qs p.title {
        font-size: 3rem;
        margin-bottom: 3.2rem;
        padding-top: 1.2rem
    }

    .faqs .right .qs .faq {
        border-radius: 1.6rem;
        padding: 1.6rem 4rem;
        margin-bottom: 2.4rem
    }

    .faqs .right .qs .faq .ab {
        right: 2rem
    }

    .faqs .right .qs .faq .ab span {
        font-size: 4rem;
        line-height: 6.6rem
    }

    .faqs .right .qs .faq .f {
        font-size: 2rem
    }

    .faqs .right .qs .faq .q {
        font-size: 1.6rem
    }

    .down_sec {
        width: 95%;
        height: auto;
        margin-bottom: 5rem;
        padding: 1.5rem 0;
        flex-direction: column;
        text-align: center;
        border-radius: 10px
    }

    .down_sec .down_sec-left {
        margin-bottom: 1.5rem
    }

    .down_sec .down_sec-left .down_sec-left-title {
        text-align: center;
        font-size: 4.3rem
    }

    .down_sec .down_sec-left .down_sec-left-tip {
        text-align: center;
        font-size: 2rem
    }

    .down_sec .down_sec-right .btn > div:last-of-type {
        margin-left: 12px
    }
}