main .bg_f9f9f9{
    background-color: #f9f9f9;
}
main .three_box {
    margin-top: -1.36rem;
    position: relative;
    z-index: 9;
    padding-bottom: 0.9rem;
}
main .three_box .row{
    margin-left: -38px;
    margin-right: -38px;
    position: relative;
    z-index: 11;
}
main .three_box .row .col-md-4{
    padding-left: 38px;
    padding-right: 38px;
}
main .three_box .cart{
    background-color: #fff;
    padding: 0.5rem 0.3rem;
    flex-direction: column;
    box-shadow: -1px 0px 6px 0px rgba(0,0,0,0.1000);
    margin-bottom: 0.4rem;
    min-height: 270px;
}
main .three_box .cart h3{
    margin: 0.2rem 0;
    text-align: center;
    color: #1c1c1c;
    font-size: 0.22rem;
}
main .three_box .cart p{
    text-align: center;
}

main .three_box .content p{
    text-align: center;
}

main .form{
    padding-top: 0.9rem;
    padding-bottom: 1.8rem;
}

main .form .form_btm{
    display: flex;
    justify-content: space-between;
}
main .form .form_btm .left{
    max-width: 670px;
    width: 100%;
    margin-right: 0.5rem;
}
main .form .form_btm .right{
    max-width: 732px;
    width: 100%;
}
main .form .form_btm .right h3{
    color: #CC8100;
    font-size: .22rem;
    margin-bottom: 0.3rem;
}
main .form .form_btm .right form input{
    width: 100%;
    height: 66px;
    border-radius: 15px; 
    margin-bottom: 0.3rem;
    background-color: #fff;
    border: 1px solid #eaeaea;
}
main .form .form_btm .right form textarea{
    width: 100%;
    border-radius: 15px; 
    margin-bottom: 0.3rem;
    background-color: #fff;
    border: 1px solid #eaeaea;
    height: 300px;
}
main .form .form_btm .right form .half{
    display: flex;
}
main .form .form_btm .right form .half .wpcf7-form-control-wrap{
    width: 100%;
}
main .form .form_btm .right form .half .wpcf7-form-control-wrap:first-child{
    margin-right: 15px;
}
main .form .form_btm .right form input.sub{
    width: 192px;
    height: 48px;
    background-color: #CC8100;
    color: #fff;
    border-radius: 24px;
    margin: 0;
}
main .form .form_btm .right form input.sub:hover{
    background-color: #b77400;
}

main .map .content{
    height: 630px;
    position: relative;
    background-color: #f9f9f9;
}
main .map .content iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

main .share{
    padding-top: 0.9rem;
    margin-bottom: 1.2rem;
}
main .share ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
main .share ul li{
    margin-right: 0.3rem;
}


@media (max-width:1023px) {
    main .form .form_btm{
        flex-direction: column;
    }
    main .form .form_btm .left{
        margin-right: 0;
        margin-bottom: 30px;
    }
    main .map .content{
        height: 400px;
    }

}

@media (max-width:767px) {
    main .three_box{
        margin-top: -30px;
    }
    main .share ul{
        justify-content: flex-start;
    }
    main .share ul li{
        margin-bottom: 0.3rem;
    }
    main .three_box .row{
        margin-left: -10px;
        margin-right: -10px;
    }
    main .three_box .row .col-md-4{
        padding-left: 10px;
        padding-right: 10px;
    }
    main .three_box .cart h3{
        font-size: 0.32rem;
    }
    main .form .form_btm .right h3{
        font-size: 0.32rem;
    }
    main .form .form_btm .right form .half .wpcf7-form-control-wrap:first-child{
        margin-right: 0;
    }
}
