.middle{
    display: flex;
    flex-direction: column;
    align-items: center;
    widows: 100%;
    height:904px;
    background-color: #FFFFFF;
}
.phone{
    width:160px;
    height:50px;
    margin-top: 80px;
    font-size:40px;
    font-family:PingFang SC;
    font-weight:400;
    color:rgba(60,60,60,1);
}
.rowline{
    width:200px;
    height:2px;
    margin-top: 26px;
    background:rgba(3,204,188,1);
}
.phoneNumber{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width:520px;
    margin-top: 37px;
    line-height:45px;
}
.phoneNumber span{
    font-size:18px;
    font-family:PingFang SC;
    font-weight:300;
    color:rgba(40,40,40,1);
}
.map_image{
    width:900px;
    height:504px;
    margin-top: 20px;
    background:rgba(255,255,255,1);
    -webkit-border-radius:10px;
}
.foot_address{
    display: flex;
    justify-content: center;
    align-items: center;
    width:100%;
    height:100px;
    background-color: #282828;
}
.end{
    width:216px;
    height:17px;
    font-size:18px;
    font-family:PingFang SC;
    font-weight:300;
    color:rgba(255,255,255,1);
    line-height:35px;
}
