.faq {
    padding: 60px 0 0 0
}

.faq .wrap {
    margin: auto;
    padding: 0 30px
}

.faq .wrap .title {
    font-weight: bold;
    font-size: 120px;
    color: #111111;
    line-height: 100%;
    margin: 0 0 42px
}

.faq .wrap .content .item {
    display: flex;
    align-items: start;
    justify-content: space-between;
    border-bottom: 1px solid #111111
}

.faq .wrap .content .item:first-child {
    border-top: 1px solid #111111
}

.faq .wrap .content .item.on .r .show .add:before {
    opacity: 0
}

.faq .wrap .content .item .l {
    width: 38%;
    display: flex;
    align-items: center;
    padding: 64px 0 0 0
}

.faq .wrap .content .item .l div {
    display: flex
}

.faq .wrap .content .item .l div span {
    width: 10px;
    height: 10px;
    background: #1A7A3B;
    margin: 12px 19px 0 0;
    border-radius: 50%
}

.faq .wrap .content .item .l div p {
    width: 553px;
    font-weight: 600;
    font-size: 24px;
    color: #111111;
    line-height: 34px
}

.faq .wrap .content .item .r {
    width: 62%;
    border-left: 1px solid #111111;
    padding: 0 54px
}

.faq .wrap .content .item .r .show {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    padding: 64px 0
}

.faq .wrap .content .item .r .show .pick {
    width: 898px;
    font-weight: 400;
    font-size: 18px;
    color: #111111;
    line-height: 30px
}

.faq .wrap .content .item .r .show .add {
    position: relative;
    width: 19px;
    height: 19px
}

.faq .wrap .content .item .r .show .add:after, .faq .wrap .content .item .r .show .add:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: #111;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: .6s ease
}

.faq .wrap .content .item .r .show .add:before {
    width: 3px;
    height: 100%
}

.faq .wrap .content .item .r .hide {
    overflow: hidden;
    display: none
}

.faq .wrap .content .item .r .hide > div {
    margin: 40px 0;
    width: 940px
}

.faq .wrap .content .item .r .hide > div h5 {
    font-weight: 400;
    font-size: 24px;
    color: #111111;
    line-height: 34px
}

.faq .wrap .content .item .r .hide > div p {
    font-weight: 400;
    font-size: 18px;
    color: #111111;
    line-height: 34px;
    font-family: 'Archivo r', sans-serif
}

.faq .wrap .content .item .r .hide > div .img {
    width: fit-content;
    padding: 15px;
    background: rgba(255, 255, 255, 0.45)
}

.faq .wrap .content .item .r .hide > div .img img {
    height: auto
}

.faq .wrap .content .item .r .hide > div p img{
    height: auto;
}

@media screen and (max-width: 1919px) {
    .faq{
        padding: 3.125vw 0px 0px;
    }
    .faq .wrap{
        padding: 0px 1.5625vw;
    }
    .faq .wrap .title{
        font-size: 6.25vw;
        margin: 0px 0px 2.1875vw;
    }
    .faq .wrap .content .item .l{
        padding: 3.3333333333vw 0px 0px;
    }
    .faq .wrap .content .item .l div span{
        width: 0.5208333333vw;
        height: 0.5208333333vw;
        margin: 0.625vw 0.9895833333vw 0px 0px;
    }
    .faq .wrap .content .item .l div p{
        width: 28.8020833333vw;
        font-size: 1.25vw;
        line-height: 1.7708333333vw;
    }
    .faq .wrap .content .item .r{
        padding: 0px 2.8125vw;
    }
    .faq .wrap .content .item .r .show{
        padding: 3.3333333333vw 0px;
    }
    .faq .wrap .content .item .r .show .pick{
        width: 46.7708333333vw;
        font-size: 0.9375vw;
        line-height: 1.5625vw;
    }
    .faq .wrap .content .item .r .show .add{
        width: 0.9895833333vw;
        height: 0.9895833333vw;
    }
    .faq .wrap .content .item .r .show .add:after{
        height: 0.15625vw;
    }
    .faq .wrap .content .item .r .show .add::before{
        width: 0.15625vw;
    }
    .faq .wrap .content .item .r .hide > div{
        margin: 2.0833333333vw 0px;
        width: 48.9583333333vw;
    }
    .faq .wrap .content .item .r .hide > div h5{
        font-size: 1.25vw;
        line-height: 1.7708333333vw;
    }
    .faq .wrap .content .item .r .hide > div p{
        font-size: 0.9375vw;
        line-height: 1.7708333333vw;
    }
    .faq .wrap .content .item .r .hide > div .img{
        padding: 0.78125vw;
    }
}

@media screen and (max-width: 1024px) {
    .faq{
        padding: 30px 0 40px;
    }
    .faq .wrap{
        padding: 0 5%;
    }
    .faq .wrap .title {
        font-size: 24px;
        margin: 0 0 20px;
    }
    .faq .wrap .content .item{
        flex-direction: column;
    }
    .faq .wrap .content .item .l div span{
        width: 7px;
        height: 7px;
        margin: 7px 10px 5px 0;
    }
    .faq .wrap .content .item .l div p{
        width: 100%;
        font-size: 16px;
        line-height: 22px;
    }
    .faq .wrap .content .item .l{
        padding: 20px 0 0 0;
        width: 100%;
    }
    .faq .wrap .content .item .r{
        width: 100%;
        padding: 0 5%;
        border: none;
    }
    .faq .wrap .content .item .r .show .pick{
        width: 80%;
        font-size: 13px;
        line-height: 25px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .faq .wrap .content .item .r .show{
        /*flex-direction: column;*/
        align-items: center;
    }
    .faq .wrap .content .item .r .show .add{
        width: 14px;
        height: 14px;
    }

    .faq .wrap .content .item .r .show .add::before{
        width: 2px;
    }
    .faq .wrap .content .item .r .show .add::after{
        height: 2px;
    }
    .faq .wrap .content .item .r .hide > div {
        margin: 10px 0 20px 0;
        width: 100%;
    }
    .faq .wrap .content .item .r .hide > div .img{
        padding: 10px;
        margin: 10px 0 0 0;
    }
    .faq .wrap .content .item .r .hide > div p{
        font-size: 13px;
        line-height: 25px;
    }
    .faq .wrap .content .item .r .show{
        padding: 15px 0 20px;
    }
}
