.lbanner_text {
    display: none;
}

.list_big_title.big_title {
    text-align: left;
}

.list_desc {
    justify-content: space-between;
    display: flex;
    margin-top: 40px;
}


.list_desc .rec_desc {
    flex: 1;
    text-align: left;
    padding-right: 20px;
    margin-top: 0;
    color: #333333;
}

.list_search {
    width: 200px;
    height: 36px;
    border-radius: 5px;
    border: 1px solid #470125;
    flex-shrink: 0;
}

.list_search input {
    width: 100%;
    height: 100%;
    border: 0;
    background: none;
    padding: 0 20px;
}

.list_search input::placeholder {
    font-family: Roboto-Light;
    font-weight: 300;
    font-size: 16px;
    color: #470125;
}

.list_pro_main {
    display: flex;
    flex-wrap: wrap;
}

.list_pro_div {
    width: calc((100% - 120px) / 4);
    margin-right: 40px;
    margin-top: 25px;
}

.list_pro_main .list_pro_div:nth-child(4n) {
    margin-right: 0;
}

.list_pro_div .imgBox {
    background: #F2EDE7;
    padding-bottom: 132%;
}

.list_pro_title {
    font-family: Roboto-Regular;
    font-weight: 400;
    font-size: 18px;
    margin-top: 20px;
    color: #111111;
    text-align: center;
    display: block;
}

.list_display {
    margin: 7% 0;
}

.list_display_main {
    display: flex;
    margin-top: 5%;
    align-items: flex-start;
}

.list_display_div {
    width: calc((100% - 160px) / 5);
    margin-right: 40px;
    position: relative;
}

.list_display_main .list_display_div:nth-child(5n) {
    margin-right: 0;
}

.list_display_div .imgBox {
    padding-bottom: 191%;
}

.list_display_tit {
    width: 100%;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 67px;
    font-family: Roboto-Regular;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    background: #47012528;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
}

.list_display_div:hover .list_display_tit {
    opacity: 1;
}

.list_display_main .list_display_div:nth-child(odd) {
    margin-top: 13%;
}

.list_wear {
    justify-content: space-between;
}

.list_wear_left {
    width: 27.6%;
    flex-shrink: 0;
}

.list_wear_left1 {
    width: calc(100% - 30px);
    padding-bottom: calc(100% - 30px);
}

.list_wear_left2 {
    margin-top: 12px;
    margin-left: auto;
    margin-right: 0;
    width: calc(100% - 67px);
    padding-bottom: calc(100% - 67px);
}

.list_wear_right {
    flex: 1;
    margin-left: 80px;
}

.list_wear_main {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.list_wear_main_div {
    width: calc((100% - 100px) / 3);
    margin-right: 50px;
    margin-top: 20px;
    padding: 20px 30px 40px 10px;
}

.list_wear_main .list_wear_main_div:nth-child(3n) {
    margin-right: 0;
}

.list_wear_main_top {
    align-items: flex-end;
    font-family: Roboto-Regular;
    font-weight: 400;
    font-size: 30px;
    color: #000000;
    line-height: 1;
    justify-content: space-between;
}

.list_wear_main_top img {
    width: 57px;
}

.list_wear_main_tit {
    font-family: Roboto-Regular;
    font-weight: 400;
    font-size: 24px;
    color: #000000;
    line-height: 1.2em;
    height: 2.4em;
    overflow: hidden;
    margin: 20px 0 40px;
    text-transform: capitalize;
}

.list_wear_main_desc {
    font-family: Roboto-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
}

.list_wear_main_div:hover {
    background: #EAEAEA;
}

.list_wear_main_div:hover .list_wear_main_top,
.list_wear_main_div:hover .list_wear_main_tit {
    color: #470125;
}

.pro_faq {
    margin: 5% 0;
    justify-content: space-between;
}

.pro_faq_left {
    width: 42.1%;
}

.pro_faq .index_about_tit_box .big_title {
    max-width: 465px;
}

.pro_faq .home_desc {
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    text-align: left;
    margin: 20px 0 40px;
    padding-left: 35px;
}

.pro_faq_box {
    padding: 0 35px;
}

.pro_faq_div {
    margin-top: 20px;
    background: #F2EDE7;
    border-radius: 14px;
}

.pro_faq_tit {
    padding: 20px;
    justify-content: space-between;
}

.pro_faq_tit div {
    font-family: Roboto-Regular;
    font-weight: 400;
    font-size: 20px;
    color: #333333;
}

.pro_faq_tit b {
    display: inline-block;
    width: 21px;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    height: 17px;
    background: url('img/right7.png') no-repeat;
    background-size: 100% 100%;
}

.pro_faq_desc {
    font-family: Roboto-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    display: none;
    padding: 30px 20px;
    border-top: 1px solid #47012530;
}

.pro_faq_div_act .pro_faq_tit b {
    transform: rotate(90deg);
}

.pro_faq_div_act .pro_faq_desc {
    display: block;
}

.pro_faq_div_act .pro_faq_tit div {
    font-weight: 600;
    color: #470125;
}

.pro_faq_right {
    width: 50%;
    position: relative;
}

.pro_faq_img {
    width: 100%;
}

.pro_faq_img .imgBox {
    padding-bottom: 102%;
}

.pro_faq_tit_box {
    padding-left: 35px;
    border-left: 5px solid #470125;
}

.pro_faq .small_title {
    text-align: left;
    font-family: Roboto;
    font-weight: 400;
    font-size: 20px;
    color: #470125;
}

.pro_faq .big_title {
    text-align: left;
}

.pro_faq .rec_desc {
    font-family: Roboto-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    text-align: left;
    margin: 20px 0 40px;
    padding-left: 35px;
}

@media only screen and (max-width: 950px) {
    .list_search {
        display: none;
    }

    .list_desc .rec_desc {
        padding-right: 0;
    }

    .list_pro_div {
        width: 49.5%;
        margin-right: 0;
    }

    .list_pro_main {
        justify-content: space-between;
    }

    .list_display_div {
        width: 49%;
        margin-top: 30px;
        margin-right: 0
    }

    .list_display_main .list_display_div:nth-child(odd) {
        margin-top: 30px;
    }

    .list_display_main {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .list_wear_right {
        width: 100%;
        margin-left: 0;
        margin-top: 30px;
    }

    .list_wear_left {
        width: 100%;
    }

    .list_wear {
        flex-wrap: wrap;
    }

    .list_wear_main {
        justify-content: space-between;
    }

    .list_wear_main_div {
        width: 100%;
        margin-right: 0;
    }

    .list_wear_main_tit {
        height: auto;
        margin: 20px 0;
    }
    .pro_faq_left{
        width: 100%;
        margin-bottom: 20px;
    }

    .pro_faq_right{
        width: 100%
    }

    .pro_faq{
        flex-wrap: wrap;
    }
}