.contact{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 0.4rem;
    box-sizing: border-box;
}
.contact .con-head{
    width: 2.82rem;
    height: 0.47rem;
    margin: 0.72rem auto 0;
    background: url(../images/contact.png) no-repeat center center / 100% 100%;
    position: relative;
}
.con-head .con-title{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.con-title .con-span{
    width: 100%;
    height: 0.47rem;
    font-size: 0.26rem;
    color: #333333;
    text-align: center;
    line-height: 0.47rem;
}
.con-span span{
    color: #0094fe;
}
.con-title .con-line{
    width: 0.27rem;
    height: 0.03rem;
    background: #0094fe;
    position: absolute;
    top: 0.41rem;
    left: 1.26rem;
}

.contact .con-box{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 0.32rem;
}
.contact .con-ul{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.con-ul .con-li{
    width: 100%;
    height: auto;
    overflow: hidden;
    border: 0.01rem solid #eeeeee;
    border-radius: 0.05rem;
    box-sizing: border-box;
    padding: 0.32rem 0.3rem;
    display: flex;
}
.con-li:nth-of-type(n+2){
    margin-top: 0.24rem;
}
.con-li .con-le{
    width: auto;
    height: auto;
    font-size: 0.26rem;
    color: #333333;
}
.con-li .con-ri{
    width: 4.7rem;
    height: auto;
    overflow: hidden;
    font-size: 0.24rem;
    color: #333333;
}

.contact .con-on{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.con-on .on-head{
    width: 1.34rem;
    height: 0.32rem;
    font-size: 0.28rem;
    color: #333333;
    line-height: 0.32rem;
    position: relative;
    margin-top: 0.7rem;
}
.on-head:before{
    content: "";
    width: 1rem;
    height: 0.06rem;
    background-image: linear-gradient(to right, #0094ff , #ffffff);
    position: absolute;
    bottom: 0;
    right: 0;
}

.con-on .on-box{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.on-box .on-item{
    width: 100%;
    height: 0.8rem;
    background: #f5f5f5;
    display: flex;
    padding: 0 0.25rem;
    box-sizing: border-box;
    margin-top: 0.3rem;
}
.on-item:last-child{
    margin-top: 0.2rem;
}

.on-item .on-name{
    width: auto;
    height: 0.8rem;
    font-size: 0.24rem;
    color: #333333;
    line-height: 0.8rem;
}
.on-item .on-input{
    width: 5rem;
    height: 0.8rem;
}
.on-input input{
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    background: none;
}
.on-box .on-con{
    width: 100%;
    height: 2.35rem;
    background: #f5f5f5;
    padding: 0 0.25rem;
    box-sizing: border-box;
    margin-top: 0.2rem;
    overflow: hidden;
}
.on-con .on-name{
    width: 100%;
    height: 0.42rem;
    font-size: 0.24rem;
    color: #333333;
    line-height: 0.42rem;
    margin-top: 0.18rem;
}
.on-con .on-textarea{
    width: 100%;
    height: 1.7rem;
    overflow: hidden;
}
.on-textarea textarea{
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    background: none;
    resize: none;
    padding: 0.1rem 0;
    box-sizing: border-box;
}
.con-on .on-btn{
    width: 100%;
    height: 0.8rem;
    background: #0094fe;
    font-size: 0.3rem;
    color: #ffffff;
    text-align: center;
    line-height: 0.8rem;
    border-radius: 0.1rem;
    margin-top: 0.7rem;
}


.map{
    width: 100%;
    height: 4rem;
    margin-top: 0.58rem;
    margin-bottom: 0.48rem;
}
