.sy_contentfaq h2{
    text-align: center;
    margin-bottom: 3rem;
    font-size: 1.8rem;
    font-weight: 600;
}
.sy_contentfaq ul.faqs{
    list-style: none;
    margin: 2rem auto ;
}
.sy_contentfaq ul.faqs li.faq:first-child{
    border-top: 1px solid rgba(0,0,50,.15);
}

.sy_contentfaq ul.faqs li.faq{
    border-bottom: 1px solid rgba(0,0,50,.15);
    padding: 1.9rem 0 1.4rem 0;
    position: relative;
    text-align: left!important;
    cursor: pointer;
}
.sy_contentfaq ul li.faq span {
    position: absolute;
    content: "";
    width: 1rem;
    height: 1rem;
    display: block;
    top: 2.05rem;
    right: 0;
    background-size: contain;
    transition: all 0.4s cubic-bezier(.83,0,.17,1);
}
.sy_contentfaq ul li.faq span svg{
    width: 1rem;
    height: 1rem;
}
.sy_contentfaq ul.faqs li.faq p.question{
    color: #222;
    margin: 0;
    font-size: 1rem;
}
.sy_contentfaq ul.faqs li.faq p.answer{
    font-size: .9rem;
    max-height: 0;
    margin: 0;
    overflow: hidden;
    margin-top: 0.5rem;
    color: rgb(0,0,0);
    line-height: 1.5rem;
    transition: all 0.4s cubic-bezier(.83,0,.17,1);
}
.sy_contentfaq li.faq.active span{
    transform: rotate(90deg);
}
.sy_contentfaq ul.faqs li.faq.active p.answer {
    max-height: 500rem;
}
.laodmore {
    background-color: #eeeeee!important;
    border-color: #eeeeee;
    color: #333333;
    border: 0;
    margin: 1rem auto 0;
    border-radius: 0;
    background: none;
    cursor: pointer;
    padding: 0.6180469716em 1.41575em;
    text-decoration: none;
    font-weight: 600;
    text-shadow: none;
    display: none;
    -webkit-appearance: none;
    font-size: 100%;
    line-height: 1.618;
    text-rendering: optimizeLegibility;
}
.laodmore.active{
    display: block;
}
.sy_contentfaq .sy_fap_group{
    display: flex;
}
.sy_contentfaq .sy_fap_group .faqs_list li {
    list-style: none;
    font-size: 16px;
    margin: 1rem 0;
    cursor: pointer;
    padding-left: 1.8rem;
    border-left: 2px solid transparent;
}
.sy_contentfaq .sy_fap_group .faqs_list li.active{
    border-left: 2px solid rgb(238,51,47);
    color:  rgb(238,51,47);
}

.sy_contentfaq .sy_fap_group .faqs_list{
    margin: 0;
    padding-right: 7rem;
    border-left: #eeeeee solid 1px;
}

.sy_contentfaq .sy_fap_group ul.faqs{
    margin: 0rem auto;
}
