/* .S_faq_li {
    width: 100%;
    margin-bottom: 20px;
}
.S_faq_wt{
    padding-right: 12px;
    background: #F9F9F9;
}
.S_faq_icon {
    width: 64px;
    display: block;
    height: 64px;
    background: url('img/other/faq.png') no-repeat;
    background-size: 100% 100%;
    flex-shrink: 0;
}

.S_faq_F {
    font-family: Chaparral Pro-Bold;
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    flex: 1;
    margin: 0 10px;
}

.S_faq_Right {
    position: relative;
    width: 36px;
    height: 36px;
    cursor: pointer;
}

.S_faq_Right:before {
    position: absolute;
    right: 0;
    font-weight: bold;
    top: 0;
    font-family: fontawesome;
    font-size: 28px;
    color: #333;
    line-height: 36px;
    height: 100%;
    width: 100%;
    text-align: center;
    transition: all 0.3s ease;
}

.S_faq_Right:before {
    content: "\f107";
    transform: rotate(270deg);
}

.S_faq_da {
    padding: 18px 60px 2px 74px;
    font-family: Arial-Regular;
    font-weight: 400;
    font-size: 16px;
    line-height: 2;
    display: none;
    color: #666666;
}

.S_faq_li_act .S_faq_Right:before{
    transform: rotate(0) !important;
}
.S_faq_li_act .S_faq_da{
    display: block;
} */

.faqco ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.S_faq_li {
    width: 48%;
    /* background: #FFFFFF;   
    border-radius: 10px; */
    padding: 10px;margin: 10px 0;


background: rgba(255, 255, 255, 0.3);
    border-radius: 12px 12px 12px 12px;
    border: 1px solid #f4318a;
    backdrop-filter: blur(15.4px);
    transition: all .8s ease-in-out;

}
.S_faq_li:hover{
     background: rgba(244, 49, 138, 0.4)
}
.S_faq_wt{
    margin-bottom: 15px;

}
 .S_faq_li .S_faq_icon{
          width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #7f7f7f;
    text-align: center;
    border-radius: 50%;margin-right: 10px;
}
.S_faq_F{
    font-size: 18px;
    font-weight: 600;flex: 1;
}

.S_faq_da{
    display: flex;

}

 .S_faq_li .S_faq_daicon{
          width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #f4318a;
    text-align: center;
    color: #f4318a;
    border-radius: 50%;margin-right: 10px;
}

.S_faq_da .desc{
    flex: 1;
}

.S_faq_li:hover{
   box-shadow: 2px 2px 7px 0px #f4318a;
    border:none
}

@media only screen and (max-width: 950px){
    .S_faq_li {
        width: 100%;
    }
}