
.center {
    position: relative;
    width: 14.6rem;
    margin: 0 auto;
}


/* 联系方式 */
.contact-way {
    position: relative;
    width: 100%;
    background-image: url("../images/contact/bgc1.png");
    background-size: cover;
    z-index: 22;
}
.contact-way .center {
    height: 4.22rem;
    padding-top: 1.23rem;
}
.contact-way .title {
    text-align: center;
    font-size: 0.4rem;
    color: #000000;
    line-height: 0.54rem;
}
.contact-way .title::after {
    content: "";
    display: block;
    width: 0.49rem;
    height: 0.03rem;
    margin: 0.18rem auto 0;
    background: #B20000;
}
.contact-way .info {
    width: 100%;
    margin-top: 0.53rem;
    padding: 0.8rem 1rem 0.7rem;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(0,0,0,0.16);
    border-radius: 0.02rem;
}
.contact-way .info .name {
    font-size: 0.26rem;
    color: #000000;
    line-height: 0.35rem;
}
.contact-way .info .texts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0.38rem;
}
.contact-way .info .item {
    display: flex;
    align-items: center;
    width: 48%;
    margin-top: 0.53rem;
}
.contact-way .info .item:nth-child(-n+2) {
    margin-top: 0;
}
.contact-way .info .txt {
    font-size: 0.16rem;
    color: #000000;
    line-height: 0.35rem;
}
.contact-way .info img {
    width: 0.3rem;
    height: 0.3rem;
    margin-right: 0.1rem;
    object-fit: contain;
}


/* 地图 */
.map-box {
    position: relative;
    width: 100%;
    height: 7.21rem;
    margin: 0 auto;
    z-index: 11;
}
.map-box > img {
    width: 100%;
    height: 100%;
}
.map-box .map-dialog {
    position: absolute;
    right: 3.26rem;
    top: 2.9rem;
    width: 5.68rem;
    height: fit-content;
}
.map-box .map-dialog img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.map-box .map-dialog .txt {
    position: absolute;
    left: 1.88rem;
    top: 0.21rem;
    width: 3.22rem;
}
.map-box .map-dialog .t1 {
    font-size: 0.16rem;
    color: #000000;
    line-height: 0.35rem;
}
.map-box .map-dialog .t2 {
    margin-top: 0.1rem;
    font-size: 0.14rem;
    color: #000000;
    line-height: 0.22rem;
}


/* 与我们进行沟通 */
.leave-mess {
    width: 100%;
}
.leave-mess .center {
    padding: 0.93rem 0 0.71rem;
}
.leave-mess .title {
    text-align: center;
}
.leave-mess .title .t1 {
    font-size: 0.4rem;
    color: #000000;
    line-height: 0.54rem;
}
.leave-mess .title .t2 {
    margin-top: 0.25rem;
    font-size: 0.18rem;
    color: #000000;
}
.leave-mess .title::after {
    content: "";
    display: block;
    width: 0.5rem;
    height: 0.03rem;
    margin: 0.3rem auto 0;
    background: #B20000;
}
.leave-mess .form {
    margin-top: 0.75rem;
}
.leave-mess .form .box1 {
    display: flex;
    align-items: center;
}
.leave-mess .form .box1 > input {
    width: 3.09rem;
    height: 0.6rem;
    margin-right: 0.15rem;
    padding: 0 0.25rem;
    background: #F8F8F8;
    border: 0.01rem solid #F8F8F8;
    transition: all 0.3s;
}
.leave-mess .form .box1 > input::placeholder {
    font-size: 0.16rem;
    color: #555555;
}
.leave-mess .form .box1 > input:focus {
    border: 0.01rem solid #B20000;
}
.leave-mess .form .box1 .questions {
    display: flex;
    align-items: center;
    flex: 1;
    height: 0.6rem;
    padding: 0 0.22rem;
    background: #F8F8F8;
    border: 0.01rem solid #F8F8F8;
}
.leave-mess .form .box1 .label {
    margin-right: 0.25rem;
    font-size: 0.16rem;
    color: #555555;
    white-space: nowrap;
}
.leave-mess .form .box1 .item {
    display: flex;
    align-items: center;
    margin-right: 0.15rem;
}
.leave-mess .form .box1 .item:last-child {
    margin-right: 0;
}
.leave-mess .form .box1 .item input {
    width: 0.21rem;
    height: 0.21rem;
    margin-right: 0.05rem;
    padding: 0;
    background: white;
    border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
    border: 0.01rem solid #DCDCDC;
}
.leave-mess .form .box1 .item .txt {
    font-size: 0.16rem;
    color: #555555;
}
.leave-mess .form textarea {
    width: 100%;
    height: 3.54rem;
    margin-top: 0.22rem;
    padding: 0.28rem 0.25rem;
    background: #F8F8F8;
    border: 0.01rem solid #F8F8F8;
    resize: none;
    outline: none;
    transition: all 0.3s;
}
.leave-mess .form textarea::placeholder {
    font-size: 0.16rem;
    color: #555555;
}
.leave-mess .form textarea:focus {
    border: 0.01rem solid #B20000;
}
.leave-mess .form button {
    display: block;
    width: 2.68rem;
    height: 0.6rem;
    margin: 0.5rem auto 0;
    background: #B20000;
    border: 0.01rem solid #D6D6D6;
    font-size: 0.2rem;
    color: #FFFFFF;
    cursor: pointer;
}




@media screen and (max-width:1024px){
    .contact-way .title{
        font-size: 18px;
    }
    .contact-way .title::after{
        width: 20px;
    }
    .contact-way .info .name{
        font-size: 14px;
    }
    .contact-way .info .txt{
        font-size: 12px;
    }
    .map-box{
        width: 100%;
        height: 6rem;
    }
    .leave-mess .title .t1{
        font-size: 18px;
    }
    .leave-mess .title .t2{
        font-size: 14px;
    }
    .leave-mess .title::after{
        width: 20px;
    }
    .leave-mess .form .box1{
        flex-wrap: wrap;
    }
    .leave-mess .form .box1 > input{
        width: 100%;
        margin-right: 0;
        font-size: 12px;
        margin-bottom: 10px;
    }
    .leave-mess .form .box1 input:nth-child(2n){
        margin-right: 0;
        margin-bottom: 0;
    }
    .leave-mess .form .box1 > input::-webkit-input-placeholder {
/* placeholder字体大小 */
font-size: 12px;
}
    .leave-mess .form .box1 .questions{
        margin-top: 10px;
        /*flex: 0 0 100%;*/
        /*overflow: auto;*/
        height: 50px;
        flex-wrap: wrap;
    }
    .leave-mess .form .box1 .item:nth-child(7n){
        margin-left: 1.2rem;
    }
    .leave-mess .form .box1 .label{
        font-size: 12px;
    }
    .leave-mess .form .box1 .item{
        white-space: nowrap;
    }
    .leave-mess .form .box1 .item .txt{
        font-size: 12px;
    }
    .leave-mess .form .box1 .item input{
        width: 15px;
    height: 15px;
    }
    .leave-mess .form textarea::-webkit-input-placeholder {
  font-size: 12px;
}
.leave-mess .form button{
    font-size: 14px;
}
.btm_phtone{
        display: flex!important;
    }
}















