﻿.faq_main .des {
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 37px;
    margin-top: 43px
}

.faq_main .lists {
    margin-top: 47px
}

.faq_main .lists .item {
    border: 1px solid #333333;
    margin-top: 22px;
    padding: 18px
}

.faq_main .lists .item:first-child {
    margin-top: 0
}

.faq_main .lists .item .title,
.faq_main .lists .item .desc {
    display: flex;
    align-items: center
}

.faq_main .lists .item .title::before,
.faq_main .lists .item .desc::before {
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    margin-right: 37px;
    line-height: 37px;
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: var(--color-main);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.faq_main .lists .item .title {
    font-family: Arial;
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    border-bottom: 1px dashed #666;
    padding-bottom: 15px
}

.faq_main .lists .item .title::before {
    content: "Q"
}

.faq_main .lists .item .desc {
    padding-top: 10px;
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 37px
}

.faq_main .lists .item .desc::before {
    content: "A";
    background: #666
}