ul, ol {
    list-style: none;
    padding: 0;
    margin: 0;
}
a, a:hover, a:focus, a:active, a.active {
    outline: 0;
    text-decoration: none;
}
@font-face{
    font-family: 'Roboto-Bold';
    src: url('/font/Roboto-Bold.ttf');
}
@font-face{
    font-family: 'Roboto-BoldItalic';
    src: url('/font/Roboto-BoldItalic.ttf');
}
@font-face{
    font-family: 'Roboto-Medium';
    src: url('/font/Roboto-Medium.ttf');
}
.bg-primary{
    position: relative;
}
.bg-primary .mobile_img{
    display: none;
}
.bg-primary .two_img img{
    position: absolute;
    top: 0;
    width: 100%;
    right: 0;
}

#faq-body {
    width: 100%;
}
.faq-header{
    padding-top: 21.85%;
}
.faq-header .faq-header_container{
    position: absolute;
    top: 17%;
    left: 1%;
    width: 98%;
}
.faq-header .faq-header-ds{
    font-size: 26px;
    line-height: 34px;
    text-align: center;
    padding: 15px 10px;
    color: #fff;
    font-family: "Roboto-Medium";
}
.faq-header .faq-header-ds strong{
    font-size: 30px;
    line-height: 34px;
    color: #FFFC00;
    font-style: italic;
    font-family: "Roboto-BoldItalic";
}

.faq-header .categories {
    width: 100%;
    padding: 15px 0;
    text-align: center;
    margin-top: 2%;
}
.faq-header .categories .categories-container {
    position: relative;
    padding: 6px 0 10px;
}
.faq-header .categories a {
    display: inline-block;
    padding: 6px 2px;
    width: 17%;
    margin-left: 2%;
    background: #fff;
    color: #22185D;
    font-size: 28px;
    line-height: 40px;
    border-radius: 30px;
    font-family: "Roboto-Bold";
}
.faq-header a.selected {
    background:linear-gradient( to top,#4E40A1,#8868BB);
    color: #fff;
}


.faq-content{
    width: 100%;
    font-family: Roboto-Medium;
}
.faq-content .faq-content-apk{
    padding: 0 0 20px 0;
}
.faq-content .faq-content-apk .faq-content-apk-img{
    text-align: center;
    margin: 0 auto;
}
.faq-content .faq-content-apk img{
    display: inline-block;
    max-width: 100px;
    max-height: 100%;
}
.faq-content .faq-content-apk .faq-content-apk-title{
    font-size: 38px;
    line-height: 45px;
    font-weight: 600;
    text-align: center;
    padding-top: 25px;
    color: #22185D;
    font-family: "Roboto-Bold";
}
.faq-content .faq-content-text{
    margin-left: 5%;
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 50px 0 30px 0;
}
.faq-content .faq-content-left{
    width: 47%;

}
.faq-content .faq-content-right{
    width: 47%;
    margin-left: 3%;

}
.vc_toggle {
    width: 100%;
    border: 1px solid rgba(34, 35, 40, 0.13);
    padding: 5px 0;
}
.vc_toggle_title {
    cursor: pointer;
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.vc_toggle_title {
    font-size: 20px;
    line-height: 30px;
    margin: 0;
    padding: 10px 10px 10px 35px;
    font-weight: 700;
    cursor: pointer;
    outline: none;
    color: #677294;
}

.vc_toggle_icon {
    display: none;
    position: relative;
    vertical-align: middle;
}

.vc_toggle .vc_toggle_icon {
    height: 30px;
    width: 30px;
    border: 2px solid transparent;
    border-radius: 0;
    display: inline-block;
    background-color: #fff;
    border-color: transparent;
}

.vc_toggle .vc_toggle_title .vc_toggle_icon{
    position: absolute;
    left: 5px;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

.vc_toggle .vc_toggle_icon::after, .vc_toggle .vc_toggle_icon::before {
    content: '';
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background-color: #677294;
}

.vc_toggle .vc_toggle_icon::before {
    height: 4px;
    width: 17px;
}

.vc_toggle .vc_toggle_icon::after {
    height: 17px;
    width: 4px;
}

.vc_toggle .vc_toggle_content a{
    border-bottom: 1px solid;
}
.vc_toggle_content {
    display: none;
    overflow: hidden;
    border-top: 1px solid rgba(34, 35, 40, 0.13);
    font-size: 18px;
    line-height: 25px;
    color: #677294;
    padding: 15px 10px;
}
.vc_toggle_content div{
    padding: 10px 0;
    margin: auto;
    text-indent: 2em;
}
.vc_toggle_content div img{
    margin-top: 5px;
    width: 60%;
    display: block;
}
.vc_toggle_content div p{
    padding: 5px 0;
    margin: auto;
}
.vc_toggle.vc_toggle_active .vc_toggle_icon::after {
    visibility: hidden;
}

.faq-footer .faq-footer_container{
    position: absolute;
    top: 27.5%;
    left: 46%;
    width: 40%;
}
.faq-footer_container .faq-footer-title{
    font-size: 28px;
    line-height: 31px;
    font-weight: 600;
    color: #22185D;
    font-family: Roboto-Bold;
}
.faq-footer .faq-footer_1_container{
    position: absolute;
    top: 52%;
    left: 3%;
    width: 96%;
    text-align: center;
}
.faq-footer_1_container .faq-footer-desc{
    font-size: 22px;
    line-height: 30px;
    color: #22185D;
    font-family: "Roboto-Medium";
}

#app-support{
    padding-top: 25.85%;
}
#app-support .app-suporte_container {
    position: absolute;
    top: 55%;
    left: 13.8%;
    width: 42%;
    text-align: left;
}
#app-support .app-suporte_container .title{
    font-size: 18px;
    line-height: 25px;
    color: #22185D;
    font-family: "Roboto-Regular";
}
#app-support .app-suporte_container .title span{
    font-size: 20px;
    line-height: 25px;
    font-family: "Roboto-Bold";
}
#app-support .app-suporte_container .title .title_1{
    font-size: 22px;
    line-height: 31px;
    margin-bottom: 10px;
    font-family: "Roboto-Bold";
}
#app-support .app-suporte_container .title>div:last-child{
    margin-top: 15px;
}
#app-support .app-suporte_1_container {
    position: absolute;
    top: 18%;
    left: 11.5%;
    width: 80%;
    text-align: left;
}
#app-support .app-suporte_1_container .title{
    font-size: 28px;
    line-height: 32px;
    color: #22185D;
    font-family: "Roboto-Bold";
}
#app-support .app-suporte_1_container .desc{
    font-size: 22px;
    line-height: 30px;
    color: #22185D;
    margin-top: 25px;
    font-family: "Roboto-Medium";
}

.faq-apk-dw {
    width: 90%;
    display: block;
    text-align: center;
}
.faq-apk-download {
    text-indent:0;
    width: 220px;
    height: 50px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-block;
    margin-right: 15px;
    padding: 0px !important;
}
.faq-apk-download .faq-apk-download-a {
    background: repeat padding-box border-box 0% 0%/auto auto scroll linear-gradient(0deg,#FC8E1D 0%, rgba(199, 0, 11, 0) 100%), #FCD32D;
    border-radius: 5px;
    cursor: pointer;
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    border-bottom: none !important;
}
.faq-apk-download .faq-apk-download-a .faq-apk-download__container {
    transition: inherit;
    flex-direction: row-reverse;
    text-indent:0;
}
.faq-apk-download__container {
    display: flex;
    flex-basis: auto;
    justify-content: center;
    flex-direction: row;
    flex-grow: 1;
    align-items: center;
    overflow: hidden;
    height: 100%;
    width: 100%;
}
.faq-apk-download .faq-apk-download-a .faq-apk-download__label {
    transition: inherit;
    color: #FFFFFF;
    font-size: 22px;
    margin: 0 0 0 5px;
}
.faq-apk-download .faq-apk-download-a .faq-apk-download__icon {
    transition: inherit;
    fill: rgb(255, 255, 255);
    display: initial;
    margin: 0 5px 0 0;
    width: 24px;
    height: 24px;
}
.faq-apk-download__icon>div, .faq-apk-download__icon svg {
    display: flex;
    width: inherit;
    height: inherit;
}
@media(max-width:480px){
    .faq-apk-download {
        width: 150px !important;
        height: 40px !important;
    }
}

/**
自适应
*/
@media(max-width:1600px) and (min-width:1400px){
    .faq-header .faq-header-ds{
        font-size: 22px;
        line-height: 32px;
        padding: 15px 10px;
    }
    .faq-header .faq-header-ds strong {
        font-size: 26px;
        line-height: 32px;
    }

    .faq-header .categories a {
        font-size: 24px;
        line-height: 35px;
        border-radius: 30px;
    }
    .faq-content .faq-content-text {
        padding: 30px 0 20px 0;
    }
    .faq-content .faq-content-apk .faq-content-apk-title {
        font-size: 33px;
        line-height: 40px;
        padding-top: 25px;
    }

    .vc_toggle_title {
        font-size: 18px;
        line-height: 28px;
        padding: 10px 10px 10px 35px;
    }

    .vc_toggle .vc_toggle_icon {
        height: 25px;
        width: 25px;
        border: 2px solid transparent;
    }
    .vc_toggle .vc_toggle_icon::before {
        height: 3px;
        width: 16px;
    }
    .vc_toggle .vc_toggle_icon::after {
        height: 16px;
        width: 3px;
    }

    .vc_toggle_content {
        font-size: 16px;
        line-height: 22px;
    }

    .faq-footer .faq-footer-title{
        font-size: 26px;
        line-height: 35px;
    }
    .faq-footer .faq-footer-desc{
        font-size: 20px;
        line-height: 28px;
        margin-top: 10px;
    }

    #app-support .app-suporte_container .title{
        font-size: 16px;
        line-height: 22px;
    }
    #app-support .app-suporte_container .title span{
        font-size: 18px;
        line-height: 22px;
    }
    #app-support .app-suporte_container .title .title_1{
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 10px;
    }
    #app-support .app-suporte_container .title>div:last-child{
        margin-top: 10px;
    }
    #app-support .app-suporte_1_container .title{
        font-size: 25px;
        line-height: 30px;
    }
    #app-support .app-suporte_1_container .desc{
        font-size: 20px;
        line-height: 25px;
        margin-top: 15px;
    }

    .faq-apk-download .faq-apk-download-a .faq-apk-download__label {
        font-size: 22px;
    }
}
@media(max-width:1400px) and (min-width:1200px){
    .faq-header .faq-header-ds{
        font-size: 20px;
        line-height: 30px;
        padding: 15px 10px;
    }
    .faq-header .faq-header-ds strong {
        font-size: 24px;
        line-height: 30px;
    }
    .faq-header .categories a {
        font-size: 22px;
        line-height: 32px;
        border-radius: 30px;
    }

    .faq-content .faq-content-text {
        padding: 20px 0 20px 0;
    }
    .faq-content .faq-content-apk .faq-content-apk-title {
        font-size: 30px;
        line-height: 38px;
        padding-top: 20px;
    }

    .vc_toggle_title {
        font-size: 16px;
        line-height: 25px;
        padding: 10px 10px 10px 35px;
    }

    .vc_toggle .vc_toggle_icon {
        height: 22px;
        width: 22px;
        border: 2px solid transparent;
    }
    .vc_toggle .vc_toggle_icon::before {
        height: 3px;
        width: 13px;
    }
    .vc_toggle .vc_toggle_icon::after {
        height: 13px;
        width: 3px;
    }

    .vc_toggle_content {
        font-size: 14px;
        line-height: 20px;
    }

    .faq-footer .faq-footer-title{
        font-size: 24px;
        line-height: 25px;
    }
    .faq-footer .faq-footer_1_container {
        top: 50%;
    }
    .faq-footer .faq-footer-desc{
        font-size: 18px;
        line-height: 25px;
        margin-top: 10px;
    }

    #app-support .app-suporte_container .title{
        font-size: 15px;
        line-height: 22px;
    }
    #app-support .app-suporte_container .title span{
        font-size: 16px;
        line-height: 22px;
    }
    #app-support .app-suporte_container .title .title_1{
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    #app-support .app-suporte_container .title>div:last-child{
        margin-top: 10px;
    }
    #app-support .app-suporte_1_container {
        top: 16%;
    }
    #app-support .app-suporte_1_container .title{
        font-size: 22px;
        line-height: 28px;
    }
    #app-support .app-suporte_1_container .desc{
        font-size: 18px;
        line-height: 22px;
        margin-top: 10px;
    }

    .faq-apk-download .faq-apk-download-a .faq-apk-download__label {
        font-size: 20px;
    }
}
@media(max-width:1200px) and (min-width:991px){
    .faq-header .faq-header_container {
        top: 13%;
    }
    .faq-header .faq-header-ds{
        font-size: 16px;
        line-height: 26px;
        padding: 15px 10px;
    }
    .faq-header .faq-header-ds strong {
        font-size: 20px;
        line-height: 26px;
    }
    .faq-header .categories {
        width: 100%;
        padding: 0;
        text-align: center;
        margin-top: 0%;
    }
    .faq-header .categories a {
        width: 20%;
        font-size: 18px;
        line-height: 28px;
        border-radius: 30px;
    }

    .faq-content .faq-content-text {
        padding: 20px 0 20px 0;
    }
    .faq-content .faq-content-apk .faq-content-apk-title {
        font-size: 26px;
        line-height: 34px;
        padding-top: 20px;
    }

    .vc_toggle_title {
        font-size: 14px;
        line-height: 18px;
        padding: 10px 10px 10px 30px;
    }

    .vc_toggle .vc_toggle_icon {
        height: 20px;
        width: 20px;
        border: 2px solid transparent;
    }
    .vc_toggle .vc_toggle_icon::before {
        height: 3px;
        width: 13px;
    }
    .vc_toggle .vc_toggle_icon::after {
        height: 13px;
        width: 3px;
    }

    .vc_toggle_content {
        font-size: 13px;
        line-height: 18px;
    }

    .faq-footer .faq-footer-title{
        font-size: 18px;
        line-height: 22px;
    }
    .faq-footer .faq-footer-desc{
        font-size: 16px;
        line-height: 22px;
        margin-top: 10px;
    }
    .faq-footer .faq-footer_1_container {
        top: 47%;
    }

    #app-support .app-suporte_container .title{
        font-size: 14px;
        line-height: 18px;
    }
    #app-support .app-suporte_container .title span{
        font-size: 15px;
        line-height: 18px;
    }
    #app-support .app-suporte_container .title .title_1{
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 5px;
    }
    #app-support .app-suporte_container .title>div:last-child{
        margin-top: 10px;
    }
    #app-support .app-suporte_1_container {
        top: 16%;
    }
    #app-support .app-suporte_1_container .title{
        font-size: 20px;
        line-height: 25px;
    }
    #app-support .app-suporte_1_container .desc{
        font-size: 16px;
        line-height: 20px;
        margin-top: 10px;
    }

    .faq-apk-download {
        width: 200px;
        height: 45px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .faq-apk-download .faq-apk-download-a .faq-apk-download__label {
        font-size: 18px;
    }
}
@media(max-width:991px) and (min-width:768px){
    .faq-header .faq-header_container {
        top: 10%;
    }
    .faq-header .faq-header-ds{
        font-size: 14px;
        line-height: 24px;
        padding: 10px 10px;
    }
    .faq-header .faq-header-ds br{
        display: none;
    }
    .faq-header .faq-header-ds strong {
        font-size: 18px;
        line-height: 24px;
    }
    .faq-header .categories {
        width: 100%;
        padding: 0;
        text-align: center;
        margin-top: 0%;
    }
    .faq-header .categories a {
        width: 20%;
        font-size: 15px;
        line-height: 25px;
        border-radius: 30px;
    }

    .faq-content .faq-content-text {
        padding: 10px 0 20px 0;
        margin-left: 2%;
        width: 97%;
    }
    .faq-content .faq-content-apk .faq-content-apk-title {
        font-size: 22px;
        line-height: 30px;
        padding-top: 20px;
    }

    .vc_toggle_title {
        font-size: 14px;
        line-height: 18px;
        padding: 10px 10px 10px 30px;
    }

    .vc_toggle .vc_toggle_icon {
        height: 20px;
        width: 20px;
        border: 2px solid transparent;
    }
    .vc_toggle .vc_toggle_icon::before {
        height: 3px;
        width: 13px;
    }
    .vc_toggle .vc_toggle_icon::after {
        height: 13px;
        width: 3px;
    }

    .vc_toggle_content {
        font-size: 13px;
        line-height: 18px;
    }

    .faq-footer .faq-footer-title{
        font-size: 16px;
        line-height: 20px;
    }
    .faq-footer .faq-footer-desc{
        font-size: 14px;
        line-height: 20px;
        margin-top: 0px;
    }
    .faq-footer .faq-footer-desc br{
        display: none;
    }

    #app-support .app-suporte_container {
        top: 54%;
    }
    #app-support .app-suporte_container .title{
        font-size: 12px;
        line-height: 14px;
    }
    #app-support .app-suporte_container .title span{
        font-size: 14px;
        line-height: 14px;
    }
    #app-support .app-suporte_container .title .title_1{
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 5px;
    }
    #app-support .app-suporte_container .title>div:last-child{
        margin-top: 8px;
    }
    #app-support .app-suporte_1_container {
        top: 14%;
    }
    #app-support .app-suporte_1_container .title{
        font-size: 18px;
        line-height: 20px;
    }
    #app-support .app-suporte_1_container .desc{
        font-size: 14px;
        line-height: 18px;
        margin-top: 5px;
    }

    .faq-apk-download {
        width: 180px;
        height: 40px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .faq-apk-download .faq-apk-download-a .faq-apk-download__label {
        font-size: 16px;
    }
}
@media(max-width:768px){
    .faq-header {
        padding-top: 50.36%;
    }
    #app-support {
        padding-top: 61.85%;
    }
    .bg-primary .TV_img{
        display: none;
    }
    .bg-primary .mobile_img{
        display: block !important;
    }

    .faq-header .faq-header_container {
        position: absolute;
        top: 15%;
    }
    .faq-header .faq-header-ds{
        font-size: 16px;
        line-height: 22px;
        padding: 5px 0 10px 0;
    }
    .faq-header .faq-header-ds br{
        display: none;
    }
    .faq-header .faq-header-ds em{
        display: block;
    }
    .faq-header .faq-header-ds strong {
        font-size: 18px;
        line-height: 22px;
    }

    .faq-header .categories {
        width: 100%;
        padding: 0;
        text-align: center;
        margin-top: 1%;
    }
    .faq-header .categories a {

        border-radius: 30px;
        font-size: 18px;
        line-height: 25px;
        width: 46%;
        margin-left: 2%;
        margin-top: 20px;
    }

    .faq-content .faq-content-text {
        padding: 10px 0 20px 0;
        margin-left: 3%;
        width: 94%;
        display: inline-block;
    }
    .faq-content .faq-content-apk .faq-content-apk-title {
        font-size: 22px;
        line-height: 30px;
        padding-top: 20px;
    }
    .faq-content .faq-content-left{
        width: 100%;
        display: block;
    }
    .faq-content .faq-content-right{
        width: 100%;
        display: block;
        margin-left: 0;
    }
    .vc_toggle_title {
        font-size: 18px;
        line-height: 22px;
        padding: 10px 10px 10px 30px;
    }

    .vc_toggle .vc_toggle_icon {
        height: 20px;
        width: 20px;
        border: 2px solid transparent;
    }
    .vc_toggle .vc_toggle_icon::before {
        height: 3px;
        width: 13px;
    }
    .vc_toggle .vc_toggle_icon::after {
        height: 13px;
        width: 3px;
    }

    .vc_toggle_content {
        font-size: 16px;
        line-height: 22px;
    }
    .vc_toggle_content div img{
        margin-top: 5px;
        width: 100%;
        display: block;
    }

    .faq-footer .faq-footer_container {
        position: absolute;
        top: 20%;
        left: 41%;
        width: 50%;
    }
    .faq-footer .faq-footer-title{
        font-size: 20px;
        line-height: 22px;
    }
    .faq-footer .faq-footer_1_container {
        top: 40%;
    }
    .faq-footer .faq-footer-desc{
        font-size: 15px;
        line-height: 20px;
        margin-top: 10px;
    }
    .faq-footer .faq-footer-desc br{
        display: none;
    }
    .faq-footer .faq-footer-desc em{
        display: block;
    }

    #app-support .app-suporte_container {
        position: absolute;
        top: 54%;
        left: 10%;
        width: 60%;
        text-align: left;
    }
    #app-support .app-suporte_container .title{
        font-size: 13px;
        line-height: 18px;
    }
    #app-support .app-suporte_container .title span{
        font-size: 15px;
        line-height: 20px;
    }
    #app-support .app-suporte_container .title .title_1{
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 10px;
    }
    #app-support .app-suporte_container .title>div:last-child{
        margin-top: 8px;
    }
    #app-support .app-suporte_1_container {
        top: 11%;
        left: 5%;
        width: 90%;
        text-align: center;
    }
    #app-support .app-suporte_1_container .title{
        font-size: 20px;
        line-height: 25px;
    }
    #app-support .app-suporte_1_container .desc{
        font-size: 15px;
        line-height: 22px;
        margin-top: 10px;
    }

    .faq-apk-download {
        width: 160px;
        height: 35px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .faq-apk-download .faq-apk-download-a .faq-apk-download__label {
        font-size: 14px;
    }
}
@media(max-width:768px) and (min-width:600px){

    .faq-header .faq-header-ds{
        font-size: 20px;
        line-height: 28px;
        padding: 5px 0 10px 0;
    }
    .faq-header .faq-header-ds strong {
        font-size: 20px;
        line-height: 24px;
    }

    .faq-header .categories {
        width: 100%;
        padding: 0;
        text-align: center;
        margin-top: 1%;
    }
    .faq-header .categories a {

        border-radius: 30px;
        font-size: 20px;
        line-height: 30px;
        width: 46%;
        margin-left: 2%;
        margin-top: 20px;
    }

    .faq-content .faq-content-text {
        padding: 10px 0 20px 0;
        margin-left: 3%;
        width: 94%;
        display: inline-block;
    }
    .faq-content .faq-content-apk .faq-content-apk-title {
        font-size: 24px;
        line-height: 32px;
        padding-top: 20px;
    }
    .faq-content .faq-content-left{
        width: 100%;
        display: block;
    }
    .faq-content .faq-content-right{
        width: 100%;
        display: block;
        margin-left: 0;
    }
    .vc_toggle_title {
        font-size: 19px;
        line-height: 24px;
        padding: 10px 10px 10px 30px;
    }

    .vc_toggle .vc_toggle_icon {
        height: 20px;
        width: 20px;
        border: 2px solid transparent;
    }
    .vc_toggle .vc_toggle_icon::before {
        height: 3px;
        width: 13px;
    }
    .vc_toggle .vc_toggle_icon::after {
        height: 13px;
        width: 3px;
    }

    .vc_toggle_content {
        font-size: 17px;
        line-height: 22px;
    }
    .vc_toggle_content div img{
        margin-top: 5px;
        width: 100%;
        display: block;
    }

    .faq-footer .faq-footer_container {
        position: absolute;
        top: 21%;
        left: 41%;
        width: 35%;
    }
    .faq-footer .faq-footer-title{
        font-size: 24px;
        line-height: 28px;
    }
    .faq-footer .faq-footer_1_container {
        top: 40%;
    }
    .faq-footer .faq-footer-desc{
        font-size: 18px;
        line-height: 22px;
        margin-top: 10px;
    }

    #app-support .app-suporte_container .title{
        font-size: 14px;
        line-height: 20px;
    }
    #app-support .app-suporte_container .title span{
        font-size: 18px;
        line-height: 22px;
    }
    #app-support .app-suporte_container .title .title_1{
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 10px;
    }
    #app-support .app-suporte_container .title>div:last-child{
        margin-top: 12px;
    }

    #app-support .app-suporte_1_container .title{
        font-size: 24px;
        line-height: 28px;
    }
    #app-support .app-suporte_1_container .desc{
        font-size: 18px;
        line-height: 24px;
        margin-top: 10px;
    }
}
@media(max-width:480px){
    .faq-header .faq-header_container {
        position: absolute;
        top: 5%;
    }
    .faq-header .faq-header-ds{
        font-size: 14px;
        line-height: 20px;
        padding: 5px 0 5px 0;
    }
    .faq-header .faq-header-ds em{
        display: none;
    }
    .faq-header .faq-header-ds strong {
        font-size: 18px;
        line-height: 20px;
    }

    .faq-header .categories {
        width: 100%;
        padding: 0;
        text-align: center;
        margin-top: 0;
    }
    .faq-header .categories .categories-container {
        padding: 0;
    }
    .faq-header .categories a {
        border-radius: 30px;
        font-size: 16px;
        line-height: 20px;
        width: 46%;
        margin-left: 2%;
        margin-top: 10px;
    }

    .faq-content .faq-content-text {
        padding: 10px 0 10px 0;
        margin-left: 3%;
        width: 94%;
        display: inline-block;
    }
    .faq-content .faq-content-apk .faq-content-apk-title {
        font-size: 20px;
        line-height: 30px;
        padding-top: 20px;
    }
    .faq-content .faq-content-left{
        width: 100%;
        display: block;
    }
    .faq-content .faq-content-right{
        width: 100%;
        display: block;
        margin-left: 0;
    }
    .vc_toggle_title {
        font-size: 16px;
        line-height: 20px;
        padding: 10px 10px 10px 30px;
    }

    .vc_toggle .vc_toggle_icon {
        height: 20px;
        width: 20px;
        border: 2px solid transparent;
    }
    .vc_toggle .vc_toggle_icon::before {
        height: 3px;
        width: 13px;
    }
    .vc_toggle .vc_toggle_icon::after {
        height: 13px;
        width: 3px;
    }

    .vc_toggle_content {
        font-size: 14px;
        line-height: 20px;
    }
    .vc_toggle_content div img{
        margin-top: 5px;
        width: 100%;
        display: block;
    }

    .faq-footer .faq-footer-title{
        font-size: 18px;
        line-height: 22px;
    }
    .faq-footer .faq-footer-desc{
        font-size: 12px;
        line-height: 18px;
        margin-top: 6px;
    }

    #app-support .app-suporte_container {
        top: 52%;
        width: 80%;
    }
    #app-support .app-suporte_container .title{
        font-size: 12px;
        line-height: 16px;
    }
    #app-support .app-suporte_container .title span{
        font-size: 14px;
        line-height: 18px;
    }
    #app-support .app-suporte_container .title .title_1{
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 5px;
    }
    #app-support .app-suporte_container .title>div:last-child{
        margin-top: 8px;
    }

    #app-support .app-suporte_1_container .title{
        font-size: 18px;
        line-height: 22px;
    }
    #app-support .app-suporte_1_container .desc{
        font-size: 12px;
        line-height: 18px;
        margin-top: 5px;
    }

    .faq-apk-download {
        width: 160px;
        height: 35px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .faq-apk-download .faq-apk-download-a .faq-apk-download__label {
        font-size: 14px;
    }
}