::-webkit-scrollbar {
    display: none;
}

* {
    scrollbar-width: none;
    /* firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
}

html,
body {
    background:  url(/images/faq/bg.jpg) top center no-repeat,  url(/images/free-random-video-chat-app/bg-l.jpg) left 269px no-repeat, url(/images/free-random-video-chat-app/bg-r.jpg) right 1087px no-repeat, #080C14;
    color: #fff;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: HelveticaNeue, Helvetica, sans-serif;
}



#app {
    height: 100%;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    color: inherit
}

.fx-c {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fx-v {
    display: flex;
    align-items: center;
}

.site-header {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 20px;
}

.site-header .header-con {
    background: #ffffff10;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 32px;
    height: 80px;
    gap: 20px;
}

#app.scrolled .site-header .header-con {
    background: #ffffff30;
    backdrop-filter: blur(10px);
}

.site-header .logo img {
    height: 42px;
    width: 146px;
}

.site-header .btn-login {
    background: #fff;
    border-radius: 100px;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 4px;
    height: 32px;
    color: #000;
    cursor: pointer;
}

.site-header .btn-login .icon {
    width: 26px;
    height: 26px;
    background: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-header .btn-login .txt {
    display: inline-block;
    padding: 0 10px;
}

.site-header .btn-login svg {
    display: block;
    width: 14px;
    height: 16px;
}

.site-header .nav {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0 20px;
    font-size: 20px;
}

.site-header .nav a {
    text-decoration: none;
    color: #ffffff80;
    font-weight: bolder;
}

.site-header .nav a.actived {
    color: #fff;
}

h2 {
    font-size: 38px;
    line-height: 1.13;
    margin: 0 auto 60px;
    max-width: 1000px;
    color: #06E98A;
    text-align: center;
    background-image: linear-gradient(90deg, #06E98A 0%, #00E5F4 100%);
    -webkit-background-clip: text;
    color: transparent;
}

h3 {
    font-size: 38px;
    line-height: 1.13;
}


.the-btn {
    display: inline-flex;
    height: 70px;
    min-width: 324px;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    margin-top: 30px;
    background: rgba(0, 0, 0, 0.6);
    color: #06E98A;
    border-radius: 35px;
    border: 2px solid #02E6CB;
    background-image: linear-gradient(90deg, #06E98A 0%, #00E5F4 100%);
    -webkit-background-clip: text;
    color: transparent;
}



.the-small-img {
    max-width: 297px;
    margin: 0 auto;
}

.the-small-img img {
    width: 100%;
}

.pbox {
    padding: 80px 0;
    box-sizing: border-box;
}

.pbox .inner {
    max-width: 996px;
    margin: 0 auto;
}

.pbox .sub-txt {
    font-size: 18px;
    line-height: 1.43;
    text-align: center;
    color: #fff;
}

.pbox .sub-txt p {
    opacity: 0.8;
}

.pbox1 .sub-txt {
    padding: 100px 0;
}

.list-faq {
    display: flex;
    grid-gap: 30px;
    flex-direction: column;
    background: linear-gradient(180deg, #1F2632 0%, #12161D 3%, #12161D 100%);
    border-radius: 40px;
    padding: 60px 40px;
}


.list-faq .faq-item {
    color: #fff;
    position: relative;
    font-size: 20px;
    flex-direction: column;
    line-height: 1.4;
}

.list-faq .item-num {
    width: 100%;
    text-align: center;
    position: relative;
    font-size: 16px;
}

.list-faq .item-num::before,
.list-faq .item-num::after {
    position: absolute;
    left: 0;
    top: 50%;
    content: '';
    width: 42%;
    height: 1px;
    display: block;

    background: linear-gradient(90deg, #06E98A 0%, #00E5F4 100%);
    opacity: 0.16;
}

.list-faq .item-num::after {
    left: auto;
    right: 0;
}

.list-faq .item-tit {
    margin-top: 40px;
    max-width: 65%;
    background: linear-gradient( 90deg, #06E98A 0%, #00E5F4 100%);
    border-radius: 20px;
    font-weight: bold;
    padding: 20px 28px;
    color: #000;
    align-self: end;
}


.list-faq .item-con {
    margin-top: 30px;
    max-width: 76%;
    display: flex;
    align-self: self-start;
    gap: 20px;
}

.list-faq .item-icon {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
}

.list-faq .item-icon img {
    max-width: 100%;
}

.list-faq .item-con .item-ans {
    padding: 20px 28px;
    background: #080C14;
    border-radius: 20px;
}

.site-footer {
    padding: 60px 0 20px;
    text-align: center;
    background: #000;
}

.site-footer img {
    width: 340px;
    height: auto;
}

.site-footer .foot-nav {
    padding: 60px 0 30px;
    display: flex;
    justify-content: center;
    gap: 15px 50px;
    flex-wrap: wrap;
}

.site-footer .foot-nav a {
    color: inherit;
    text-decoration: none;
    font-size: 14px;
}

.site-footer p {
    opacity: .6;
}

@media screen and (max-width: 680px) {


    html,
    body {
        background-size: 1000px, 150px, 150px;
    }

    .site-header {
        padding: 0;
    }

    .site-header .header-con {
        background: transparent;
        border-radius: 0;
        padding: 10px 16px;
        gap: 0px;
        height: auto;
    }

    .site-header .logo img {
        width: 126px;
        height: 36px;
    }

    .site-header .nav {
        display: none;
    }

    .site-header .btn-login {
        height: 30px;
        font-size: 12px;
    }

    .site-footer {
        padding: 60px 0 20px;
    }

    .site-footer img {
        width: 160px;
    }

    .site-footer .foot-nav {
        padding: 40px 0 20px;
        flex-direction: column;
        gap: 20px;
    }

    .site-footer .foot-nav a {
        display: block;
    }

    h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    h3 {
        font-size: 24px;
    }



    .the-btn {
        height: 60px;
        min-width: 270px;
        font-size: 17px;
    }


    .pbox {
        padding: 40px 0;
        overflow: hidden;
    }

    .pbox .inner {

    }

    .pbox .sub-txt {
        font-size: 14px;
    }

    .img-box,
    .img-box img {
        max-width: 100%;
    }

.pbox1 .sub-txt {
    padding: 100px 29px;
}

    .list-faq {
        border-radius: 0;
        padding: 30px 0;
    }



    .list-faq .faq-item {
        font-size: 14px;
    }

    .list-faq .item-num {
        font-size: 14px;
    }

    .list-faq .item-tit {
        margin-top: 20px;
        max-width: 86%;
        padding: 10px 18px;
        border-radius: 12px;
        margin-right: 10px;
    }

    .list-faq .item-con {
        max-width: 100%;
        margin-top: 20px;
        gap: 12px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .list-faq .item-icon {
        width: 40px;
        height: 40px;
    }
.list-faq .item-con .item-ans {
        border-radius: 12px;
        padding: 10px 18px;

}







}