form .sort_area .select_box:first-child {
    margin-right: 20px;
}

.search_form .search_box .sort_area {
    border-bottom: 0;
}

.search_form .search_box .sort_area select,
.search_form .search_box .sort_area .select_box {
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    margin-right: 12px;
}

.search_form .search_box .sort_area .input_box {
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.search_form .search_box .sort_area select::after,
.search_form .search_box .sort_area .select_box::after {
    bottom: -2px;
}

.btn_area {
    margin-top: 74px;
    text-align: center;
}

.faq_wrap .faq_box {
    margin-bottom: 32px;
    border-top: 2px solid #000;
}

.faq_wrap .faq_box .faq_list {
    padding: 36px 0;
    cursor: pointer;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.faq_wrap .faq_box .faq_list.on .title::before {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.faq_wrap .faq_box .faq_list .title {
    position: relative;
}

.faq_wrap .faq_box .faq_list .title::before {
    content: '';
    position: absolute;
    top: 10px;
    right: 7px;
    width: 7px;
    height: 12px;
    background: url(/img/ico_next.svg) no-repeat center;
    background-size: contain;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: all 0.5s ease-in-out;
}

@media all and (max-width: 767px) {
    .faq_wrap .faq_box .faq_list .title::before {
        width: 5px;
        height: 10px;
    }
}

.faq_wrap .faq_box .faq_list .title .faq_ico {
    display: inline-block;
    float: left;
}

.faq_wrap .faq_box .faq_list .title .faq_ico.ico_question {
    width: 61px;
}

.faq_wrap .faq_box .faq_list .title .faq_ico img {
    max-width: 100%;
}

.faq_wrap .faq_box .faq_list .title .title2 {
    display: inline-block;
    float: left;
    max-width: calc(100% - 120px);
    line-height: 1.6;
}

.faq_wrap .faq_box .faq_list .title .text2 {
    float: right;
    padding-right: 40px;
    font-weight: 500;
    color: #438db0;
}

.faq_wrap .faq_box .faq_list .desc {
    display: none;
    cursor: default;
}

.faq_wrap .faq_box .faq_list .desc .desc_text {
    margin: 40px 20px 0 0;
    line-height: 1.78;
    word-break: break-all;
}

.faq_wrap .faq_box .faq_list .desc .desc_text li {
    display: flex;
}

.faq_wrap .faq_box .faq_list .desc .desc_text li span {
    color: #666;
}

.faq_wrap .faq_box .faq_list .desc .desc_text li span:first-child {
    flex: 1 1 0;
    -ms-flex: 1 1 0;
    padding-right: 20px;
    font-weight: 500;
}

.faq_wrap .faq_box .faq_list .desc .desc_text li span:last-child {
    flex: 4 1 0;
    -ms-flex: 4 1 0;
}

@media screen and (max-width: 1023px) {
    .faq_wrap .faq_box .faq_list .desc .desc_text li span:last-child {
        flex: 3 1 0;
        -ms-flex: 3 1 0;
    }
}

@media screen and (max-width: 767px) {
    .search_form .search_box .sort_area {
        display: block;
    }
    .search_form .search_box .sort_area .select_box {
        width: calc(50% - 8px);
        margin-right: 16px;
    }
    .search_form .search_box .sort_area .select_box.select_store {
        margin-right: 0;
    }
    .search_form .search_box .sort_area .select_box .nice-select {
        width: 100%;
        margin-right: 16px;
    }
    .search_form .search_box .sort_area .input_box {
        width: 100%;
        margin-top: 12px;
    }
    .search_form .search_box .sort_area .input_box .input_inner {
        width: calc(100% - 22px);
    }
    .search_form .search_box .sort_area .input_box .input_inner input {
        width: calc(100% - 22px);
        padding-left: 0;
    }
    .faq_wrap {
        margin-top: 64px;
    }
}


/*# sourceMappingURL=find-a-store.cn.css.map */