
/* faq */
@media screen and (min-width: 800.1px) {
    .TITLE {
        font-size: 60px;
        font-weight: 600;
        text-align: center;
        color: #222222;
        line-height: 90px;
    }
    .product-faq {
        padding-top: 135px;
        padding-bottom: 180px;
    }
    
    .faq-content {
        margin-top: 70px;
        width: 960px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .faq-list-item {
        margin-bottom: 20px;
        background: #ffffff;
        border-radius: 8px;
        box-shadow: 0px 0px 8px 2px rgba(0, 145, 255, 0.06);
        padding: 34px 26px 35px 20px;
        cursor: pointer;
        width: 100%;
    }
    
    .faq-item-q-container {
        position: relative;
        cursor: pointer;
    }
    
    .faq-item-q-arrow {
        position: absolute;
        right: 0;
    }
    
    .faq-item-q {
        font-size: 22px;
        font-weight: 500;
        text-align: left;
        color: #000000;
        line-height: 33px;
    }
    
    .faq-item-a {
        font-size: 14px;
        font-weight: 400;
        text-align: left;
        color: #000000;
        line-height: 21px;
        margin-top: 10px;
        display: none;
    }
    
    /* 上箭头 */
    .faq-arrow-up {
        content: "";
        height: 10px;
        width: 10px;
        border-color: #3377ff;
        border-style: solid;
        border-width: 2.5px 2.5px 0 0;
        margin-left: 20px;
        transform: rotateZ(-45deg);
        top: 8px;
    }
    
    /* 下箭头 */
    .faq-arrow-down {
        content: "";
        height: 10px;
        width: 10px;
        border-color: #3377ff;
        border-style: solid;
        border-width: 2.5px 2.5px 0 0;
        margin-left: 20px;
        transform: rotateZ(135deg);
        top: 5px
    }
}

@media screen and (max-width: 800px) {
    .product-faq {
        width: 100%;
        padding: 80px 6px 80px 6px;
    }

    .faq-content {
        margin-top: 12px;
        width: 100%;
    }

    .faq-list-item {
        margin-bottom: 22px;
        background: #ffffff;
        border-radius: 4px;
        box-shadow: 0px 0px 4px 1px rgba(0, 145, 255, 0.06);
        padding: 15px 18px 18px 15px;
        cursor: pointer;
    }

    .faq-item-q-container {
        position: relative;
    }

    .faq-item-q-arrow {
        position: absolute;
        right: 0;
    }

    .faq-item-q {
        font-size: 14px;
        font-weight: 500;
        text-align: left;
        color: #000000;
        line-height: 21px;
    }

    .faq-item-a {
        font-size: 12px;
        text-align: left;
        color: #000000;
        line-height: 18px;
        margin-top: 9px;
        display: none;
    }

     /* 上箭头 */
     .faq-arrow-up {
        content: "";
        height: 10px;
        width: 10px;
        border-color: #3377ff;
        border-style: solid;
        border-width: 2.5px 2.5px 0 0;
        margin-left: 20px;
        transform: rotateZ(-45deg);
        top: 8px;
    }

    /* 下箭头 */
    .faq-arrow-down {
        content: "";
        height: 10px;
        width: 10px;
        border-color: #3377ff;
        border-style: solid;
        border-width: 2.5px 2.5px 0 0;
        margin-left: 20px;
        transform: rotateZ(135deg);
        top: 5px
    }
    .TITLE {
        font-size: 27px;
        font-weight: 600;
        text-align: center;
        color: #222222;
        line-height: 40.5px;
        width: 89.3%;
    }
}