.faq{
    margin-top: 0.45rem;
    margin-bottom: 1rem;
}
.faq .content{
    display: flex;
    justify-content: space-between;
}
.faq .content .left{
    max-width: 280px;
    width: 100%;
    margin-right: 30px;
}
.faq .content .left h3{
    padding: 20px 24px;
    background-color: #322F2E;
    color: #fff;
    font-size: 0.24rem;
    font-family: 'AlibabaSans';
}
.faq .content .left ul{
    padding: 0.24rem;
    background-color: #FAFAFA;
}
.faq .content .left ul li{
    margin: 10px 0;
    padding-left: 18px;
    position: relative;
}
.faq .content .left ul li.active::after{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 8px;
    height: 8px;
    background-color: #322F2E;
    content: '';
}
.faq .content .left ul li a{
    white-space: nowrap;
}
.faq .content .left .contact{
    margin-top: 1rem;
}
.faq .content .left .contact .box{
    margin-bottom: 0.4rem;
}
.faq .content .left .contact h3{
   font-family: 'AlibabaSans';
    background: none;
    padding: 0;
    color: #322F2E;
    margin-bottom: 0.3rem;
    font-size: 0.24rem;
}
.faq .content .left .contact h4{
   font-family: 'AlibabaSans';
    font-size: 0.2rem;
    color: #322F2E;
    margin-bottom: 0.1rem;
}




.faq .content .right{
    flex: 1;
}
.faq .content .right .faq_in{
    max-width: 785px;
    width: 100%;
    margin: 0 auto;
}
.faq .content .right .faq_in .img{
    margin-bottom: 0.5rem;
}
.faq .content .right .faq_in .img img{
    margin: 0 auto;
}
.faq .content .right .faq_in .faq_item{
    padding: .3rem 0;
    border-bottom: 1px solid #DFDFDF;
}
.faq .content .right .faq_in .q{
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.faq .content .right .faq_in .q h4{
    font-family: 'AlibabaSans';
    color: #322F2E;
    max-width: 670px;
    width: 100%;
}
.faq .content .right .faq_in .q .q_img{
    width: 20px;
    height: 20px;
    background-color: #EAE9E9;
}
.faq .content .right .faq_in .q .q_img .active{
    display: none;
}
.faq .content .right .faq_in .q.active .q_img{
    background-color: #322F2E;
}
.faq .content .right .faq_in .q.active .q_img img{
    display: none;
}
.faq .content .right .faq_in .q.active .q_img .active{
    display: block;
}
.faq .content .right .faq_in .a p{
    margin-top: 12px;
    color: #514F4E;
    line-height: 1.6;
    max-width: 670px;
    width: 100%;
}
.faq .content .right .faq_in .contact p{
    color: #73706D;
    font-style: italic;
    margin-top: 0.4rem;
    text-align: right;
}
.faq .content .right .faq_in .contact p a{
    text-decoration: underline;
    color: #322F2E;
}


/* download页 */
.faq .content .right .download{
    max-width: 785px;
    width: 100%;
    margin: 0 auto;
}
.faq .content .right .download .img_top{
    margin-bottom: 0.5rem;
}
.faq .content .right .download .img_top img{
    margin: 0 auto;
}
.faq .content .right .download ul li{
    width: 100%;
    padding: .18rem .24rem;
    background-color: #F5F5F5;
    margin-bottom: 20px;
}
.faq .content .right .download ul li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.faq .content .right .download ul li a p{
    font-size: 0.2rem;
    font-family: 'AlibabaSans';
}


/* contact页 */
.faq .content .right .contact{
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}
.faq .content .right .contact .img_top{
    margin-bottom: 0.5rem;
}
.faq .content .right .contact .img_top img{
    margin: 0 auto;
}
.faq .content .right .contact .three_box{
    display: flex;
    justify-content: space-between;
}
.faq .content .right .contact .three_box .box{
    flex: 1;
    padding: 20px;
    flex-direction: column;
    justify-content: flex-start;
    box-shadow: 0px 2px 10px 1px rgba(50, 47, 46, 0.1);
    margin-right: 20px;
}
.faq .content .right .contact .three_box .box:last-child{
    margin-right: 0;
}
.faq .content .right .contact .three_box .box .img{
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 1px solid #322F2E;
}
.faq .content .right .contact .three_box .box h4{
    margin-top: 0.3rem;
    margin-bottom: 0.2rem;
    font-size: 0.2rem;
    color: #322F2E;
}
.faq .content .right .contact .three_box .box p{
    color: #514F4E;
    text-align: center;
}
.faq .content .right .contact .three_box .box a{
    color: #514F4E;
    display: block;
    margin: 4px 0;
}


.faq .content .right{
    max-width: 900px;
    width: 100%;
    position: relative;
    z-index: 10;
}
.faq .content .right .title h2{
    font-size: 0.48rem;
}
.faq .content .right .title .txt{
    display: flex;
    align-items: flex-start;
    margin: 15px 0;
}
.faq .content .right .title .txt img{
    margin-right: 20px;
}
.faq .content .right .title .txt p{
    margin-top: 5px;
}
.faq .content .right .title h3{
    font-size: 0.24rem;
    font-style: italic;
    color: #322F2E;
    margin-bottom: 0.4rem;
}
.faq .content .right form{
    padding: .6rem;
    box-shadow: 0px 2px 12px 1px rgba(50,47,46,0.1200);
    border-radius: 0px 0px 0px 0px;
}
.faq .content .right form h3{
    font-size: 0.24rem;
    color: #322F2E;
   font-family: 'AlibabaSans';
    margin-bottom: 0.2rem;
}
.faq .content .right form .half{
    display: flex;
}
.faq .content .right form .half .wpcf7-form-control-wrap{
    width: 100%;
}
.faq .content .right form .half .wpcf7-form-control-wrap:first-child{
    margin-right: 20px;
}
.faq .content .right form input{
    width: 100%;
    height: 54px;
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 0 20px;
    color: #666;
    margin-bottom: 20px;
}
.faq .content .right form input::placeholder{
    color: #666;
}
.faq .content .right form .half input:first-child{
    margin-right: 20px;
}
.faq .content .right form .half .input{
    width: 50%;
    position: relative;
    margin-bottom: 20px;
    height: 54px;
}
.faq .content .right form .half .input:first-child{
    margin-right: 20px;
}
.faq .content .right form h4{
    margin-bottom: 10px;
    color: #322F2E;
    font-family: 'AlibabaSans';
}
.faq .content .right form .half .input input{
    margin-bottom: 0;
    cursor: pointer;
}
#your_color_tips, #your_size_tips, #your_material_tips, #your_texture_tips{
    display: none;
    margin-top: 0 !important;
}
.faq .content .right form .half .mask{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    padding: 0 20px;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    pointer-events: none;
    border: 1px solid #ddd;
}
.faq .content .right form .half .mask p{
    color: #666;
}
.faq .content .right form textarea{
    padding: 20px;
    color: #666;
    border: 1px solid #ddd;
    background-color: #fff;
    margin-bottom: 20px;
}
.faq .content .right form textarea::placeholder{
    color: #666;
}
.faq .content .right form input[type=submit]{
    background-color: #322F2E;
    color: #fff;
    font-family: 'AlibabaSans';
}

.form{
    margin: 1rem 0;
    position: relative;
}
.form .content{
    display: flex;
    justify-content: right;
}
.form .content .right{
    max-width: 760px;
    width: 100%;
    position: relative;
    z-index: 10;
}
.form .content .right .title h2{
    font-size: 0.48rem;
}
.form .content .right .title .txt{
    display: flex;
    align-items: flex-start;
    margin: 15px 0;
}
.form .content .right .title .txt img{
    margin-right: 20px;
}
.form .content .right .title .txt p{
    margin-top: 5px;
}
.form .content .right .title h3{
    font-size: 0.24rem;
    font-style: italic;
    color: #F39B73;
    margin-bottom: 0.4rem;
}
.form .content .right form .half{
    display: flex;
}
.form .content .right form input{
    width: 100%;
    height: 54px;
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 0 20px;
    color: #666;
    margin-bottom: 20px;
}
.form .content .right form input::placeholder{
    color: #666;
}
.form .content .right form .half input:first-child{
    margin-right: 20px;
}
.form .content .right form .half .input{
    width: 50%;
    position: relative;
    margin-bottom: 20px;
}
.form .content .right form .half .input:first-child{
    margin-right: 20px;
}
.form .content .right form h4{
    margin-bottom: 10px;
    color: #322F2E;
}
.form .content .right form .half .input input{
    margin-bottom: 0;
    cursor: pointer;
}
.form .content .right form .half .mask{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    padding: 0 20px;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    pointer-events: none;
    border: 1px solid #ddd;
}
.form .content .right form .half .mask p{
    color: #666;
}
.form .content .right form textarea{
    padding: 20px;
    color: #666;
    border: 1px solid #ddd;
    background-color: #fff;
    margin-bottom: 20px;
}
.form .content .right form textarea::placeholder{
    color: #666;
}
.form .content .right form input[type=submit]{
    background-color: #322F2E;
    color: #fff;
}

.form .left{
    max-width: 740px;
    width: 100%;
    height: 100%;
    background-image: url(/lib/images/faq/contact_left_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
}
.form .left .mask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: linear-gradient(to right, rgba(246, 246, 246,0.5),35%,#fff);
}
.form .left .img{
    position: relative;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
}
.form .left .img .img_bd{
    padding: 12px;
    box-shadow: 0px 3px 10px 1px rgba(50, 47, 46, 0.15);
    background-color: #fff;
}
.form .left .img .img_bd:nth-child(1){
    margin-left: -30px;
    position: relative;
    z-index: 9;
}
.form .left .img .img_bd:nth-child(2){
    margin-right: -50%;
    margin-top: -20px;
}
.form .left .img .img_bd:nth-child(3){
    margin-top: .4rem;
}

.map{
    width: 100%;
    height: 400px;
    position: relative;
}
.map iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

@media (max-width:1800px) {
    .form .left{
        max-width: 40%;
    }
    .form .content .right{
        max-width: 50%;
    }
    .form .left .img .img_bd{
        max-width: 80%;
    }
}

@media (max-width:1023px) {
    .faq .content .right .faq_in .q h4{
        max-width: 90%;
    }
    .faq .content .right .faq_in .a p{
        max-width: 90%;
    }
}
@media (max-width:767px) {
    .faq .content .right .contact .three_box{
        flex-direction: column;
    }   
    .faq .content .right .contact .three_box .box{
        margin-right: 0;
        margin-bottom: 20px;
    }
    .form{
        display: flex;
        flex-direction: column;
    }
    .form .left{
        position: relative;
        max-width: 100%;
        padding: 30px;
    }
    .form .left .img .img_bd:nth-child(2){
        margin-right: -20%;
    }
    .form .content .right{
        max-width: 100%;
        padding-top: 30px;
    }

    .faq .content .right .contact .three_box .box h4{
        font-size: 0.32rem;
    }
    .form .content .right .title h3{
        font-size: 0.32rem;
    }
    .form .content .right form input{
        font-size: 0.28rem;
    }
    .form .content .right form textarea{
        font-size: 0.28rem;
    }
    .faq .content .right form .half{
        flex-direction: column;
    }
    .faq .content .right form .half .wpcf7-form-control-wrap:first-child{
        margin-right: 0;
    }
    .faq .content .right form .half .input{
        width: 100%;
    }
    .faq .content .right form .half .input:first-child{
        margin-right: 0;
    }
    .faq .content .right form{
        padding: 30px 15px;
    }

}








