.aboutUs{
    width: 100%;
    height: 88vh;
    /* background: palegoldenrod; */
    position: relative;
}
.aboutUs .container{
    width: 100%;
    height: 83%;
    /* background: palevioletred; */
    background-image: url(../imgs/联系我们背景图.png);
    background-size:100% 100%;
    background-position: 100% 100%;
    background-repeat: no-repeat;
}

.aboutUs-content{
    width:20vw;
    height: 20vh;
    /* background: palevioletred; */
    position: absolute;
    bottom: 6vh;
    left: 15vw;
    display: flex;
  
}
.aboutUs-content-img{
    width: 43%;
   
  
}

.with-border{
    padding: 3px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
    overflow: hidden;
}

.with-border img{
    width: 100%;
    height:auto;
  
}

.exaboutUs-content-tt{
    /* background: palevioletred; */
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    
    
}

.exaboutUs-content-tt p:nth-of-type(1){
    font-size: 1.3vw;
    font-weight: 600;
    color: rgba(0,0,0,0.7);
    text-align: left;
    width: 80%;
}

.exaboutUs-content-tt p:nth-of-type(2){
    font-size: 0.8vw;
    font-weight: 600;
    color: rgba(0,0,0,0.3);
    text-align: left;
    width: 80%;
   
}

.textBox{
    width: 20vw;
    height: 50vh;
    position: absolute;
    top: 18vh;
    left: 40vw;
    text-align: center;
   
}
.gifBox{
    width: 100%;
    text-align: center;
}
.gifBox img{
    width: 70%;
    height: 100%;
}

.textBox-title{
    margin-top: 1vh;
 
}

.textBox-title p{
    text-align: center;
    line-height: 30px;
    color: rgba(255,255,255,0.9);
    font-size: 0.9vw;
    
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 1); 
}

.textBox-title p:nth-of-type(1){
   font-size: 1.3vw;
   font-weight: 600;
   text-shadow: 2px 2px 8px rgba(0, 0, 0, 1);
 
}
.textBox-title p:nth-of-type(2){
    font-size: 0.9vw;
    margin-top: 1.8vh;
  
 }

 /* 地址 */

 .addressBox{
    width: 100%;
    height:70vh;
 }
 .addressBox-top{
    width: 40%;
    height: 10vh;
    padding-bottom: 3vh;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;

 }
 .emailBox{
    width: 8vw;
 
    /* background: olive; */
    display: flex;
    align-items: center; 
    flex-direction: column; 
    justify-content: center;
    padding-top: 3vh;
   

 }

 .emailBox img{
    width: 23%;
    height: auto;
    margin-bottom: 1vh;
   
 }
 .emailBox a{
    font-size: 0.7vw;
    color: rgba(0,0,0,0.7);
    margin-top: 8px;
 }
 a:hover{
    color: #2AC2EC;
 }

 .positioningBox{
    width: 22vw;
    height: 100%;
    /* background: olive; */
    display: flex;
    align-items: center; 
    flex-direction: column; 
    justify-content: center;  
   
 }
 .positioningBox img{
    width:auto;
    height: 8vh;
 }
 .positioningBox p{
    font-size: 0.8vw;
    color: rgba(0,0,0,0.7);
    margin-top: 8px;
 }

 .addressBox-bottom{
    width: 40%;
    height: 50vh;
    margin: 0 auto;
    position: relative;
    margin-top: 3vh;
 }









#mapContainer {
    width: 100%;
    height: 100%;
    min-height: 300px; /* 确保地图有最小高度 */
}

/* 自定义信息窗体样式 */
.amap-info-content {
    padding: 10px;
    border-radius: 8px;
    font-family: DFKai-SB;
}

.info-title {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
}

.info-address {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}