@keyframes hideIndex {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.namespace-faq .banner {
    position: relative;
    color: #fff;
    text-align: center
}

.namespace-faq .banner img {
    width: 100%
}

.namespace-faq .banner .hvc {
    max-width: 1200px;
    width: unset
}

.namespace-faq .banner .sub-wrap {
    display: inline-block;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
    margin-bottom: 45px
}

.namespace-faq .banner .sub-title {
    font-size: 20px;
    line-height: 1;
    font-family: "Roboto-Regular";
    color: #fff;
    margin-bottom: 0px
}

.namespace-faq .banner .title {
    font-size: 65px;
    line-height: 1;
    font-family: "Lato-Bold";
    color: #fff;
    margin-bottom: 15px
}

.namespace-faq .banner .des {
    font-size: 20px;
    line-height: 36px;
    font-family: "Roboto-Regular";
    color: #fff;
    margin-bottom: 0px
}

.main-content {
    padding-top: 100px
}

.main-content .title {
    font-size: 36px;
    font-family: "Lato-Regular";
    font-weight: bold;
    color: #424242;
    line-height: 48px;
    margin-bottom: 2rem
}

.main-content .des {
    font-size: 24px;
    font-family: "Lato-Regular";
    font-weight: 400;
    color: #757575;
    line-height: 36px;
    margin-bottom: 2rem;
    padding-left: 35px;
    position: relative
}

.main-content .des a {
    color: #F36928;
    text-decoration: underline
}

.main-content .des::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 18px;
    background: #f36928
}

.main-content .download {
    margin-top: 4rem;
    padding-bottom: 7rem;
}

.main-content .download .row .item .file-wrap {
    border: 1px solid #d6d6d6;
    position: relative;
    transition: 0.3s;
    margin-bottom: 3rem
}

.main-content .download .row .item .file-wrap img {
    width: 100%
}

.main-content .download .row .item .file-wrap p {
    width: 100%;
    line-height: 60px;
    text-align: center;
    background: #f4f4f4;
    border-top: 1px solid #d6d6d6;
    font-size: 24px;
    font-family: "Lato-Regular";
    font-weight: bold;
    text-transform: uppercase;
    color: #424242;
    margin-bottom: 0
}

.main-content .download .row .item .file-wrap .hoverText {
    display: none
}

.main-content .download .row .item .file-wrap:hover {
    transition: 0.3s;
    animation: hideIndex 0.5s;
    -moz-animation: hideIndex 0.5s;
    -webkit-animation: hideIndex 0.5s;
    -o-animation: hideIndex 0.5s
}

.main-content .download .row .item .file-wrap:hover .hoverText {
    cursor: pointer;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(243, 105, 40, 0.9);
    box-shadow: 0px 0px 16px 4px rgba(9, 7, 6, 0.2)
}

.main-content .download .row .item .file-wrap:hover .hoverText p {
    color: #fff;
    background: unset;
    border: unset;
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%)
}

.main-content .download .row .item .file-wrap:hover .hoverText img {
    width: unset;
    position: absolute;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%)
}

.main-content .download .loadMore {
    width: 300px;
    line-height: 65px;
    border: 1px solid #575259;
    font-size: 20px;
    font-family: Roboto;
    font-weight: bold;
    color: #575259;
    margin: 0 auto;
    text-align: center;
    margin-top: 6rem;
    /* margin-bottom: 7rem */
}

@media (min-width: 768px) and (max-width: 1600px) {
    .namespace-faq .banner .title {
        font-size: 50px
    }

    .main-content .download .row .item .file-wrap p {
        font-size: 20px
    }

    .main-content .download .loadMore {
        margin-top: 1rem;
        /* margin-bottom: 5rem; */
        line-height: 50px;
        font-size: 18px
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .namespace-faq .banner .title {
        font-size: 30px;
        line-height: 1
    }

    .namespace-faq .banner .des {
        font-size: 16px;
        line-height: 1.5
    }

    .main-content {
        padding-top: 5rem
    }

    .main-content .title {
        font-size: 24px;
        line-height: 1;
        margin-bottom: 1rem
    }

    .main-content .des {
        font-size: 18px;
        line-height: 1.2
    }

    .main-content .des::before {
        top: 3px;
        width: 6px;
        height: 13px
    }

    .main-content .des {
        padding-left: 25px
    }

    .main-content .download .row .item .file-wrap p {
        font-size: 16px
    }
}

@media (min-width: 767px) and (max-width: 768px) {
    .main-content .download .item {
        width: 50% !important
    }
}

@media (min-width: 0px) and (max-width: 768px) {
    .namespace-faq .banner img {
        height: 330px;
        object-fit: cover
    }

    .namespace-faq .banner .hvc {
        width: 300px
    }

    .namespace-faq .banner .title {
        font-size: 30px
    }

    .namespace-faq .banner .des {
        font-size: 16px;
        line-height: 1.5
    }

    .main-content {
        padding-top: 4rem
    }

    .main-content .title {
        font-size: 24px
    }

    .main-content .des {
        font-size: 16px;
        line-height: 1.5
    }

    .main-content .download .loadMore {
        width: 100%;
        margin-top: 0rem;
        /* margin-bottom: 4rem; */
        line-height: 40px;
        font-size: 16px
    }

    .main-content .download .item {
        width: 100%
    }

    .main-content .download .row .item .file-wrap p {
        font-size: 18px
    }
}

@media (min-width: 0px) and (max-width: 500px) {
    .main-content .des::before {
        top: 7px;
        width: 4px;
        height: 14px
    }

    .main-content .des {
        padding-left: 17px
    }
}