.contact-content{
    background: #000;
    color:white;
}

/* 父元素：让内部文字/行内块元素居中 */
.contact-content {
    text-align: center;
}

/* 标题：边框宽度跟随文字自适应 */
.contact-content h3 {
    text-align: center;
    padding-top: 84px;
    font-weight: 700;
    font-size: 48px;
    border-bottom: #ffcd2e 12px solid;
    /* 核心：让元素宽度跟随内容自适应 */
    display: inline-block;
    line-height: 50%;
}

.contact-content-submit{
    width: 63%;
    height: 600px;
    margin: 0 auto;
}

.sendMessage {
    text-align: center;
}
.sendMessage label{
    width: 100%;
}
.sendMessage input,.sendMessage select{ 
    width: 90%;
}

.sendMessage textarea{
    width: 95%;
    height: 40%;
    resize: none;
}
.sendMessage input::placeholder,.sendMessage textarea::placeholder {
    color: #000;
    font-size: 1.2rem;
    padding: 10px;
}
.submitsend{
    margin-top: 10px;
    background: #000000;
    background-image: url("/template/static/images/202603/contactpage/2-1.png");
    width: 60%;
    max-width: 570px;
    height: 0;
    padding-bottom: 10%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    border: none;
}

/*=========================================*/

.addr-wrap .addr-info {
    background: #ffcd2e;
    font-size: 1.2rem;
    color: #000;
    padding: 3rem;
}
.addr-wrap .addrinfo-title {
    border-bottom: 3px solid #000;
    padding-bottom: 15px;
}
.addr-wrap .addrinfo-h3{
    font-size: 36px;
    font-weight: 700;
}
.addr-wrap .addrinfo-list{
    font-size: 24px;
}
.addrinfoemail{
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
}
.addrinfoemail-list-item {
    margin-top: 20px;
}
.addrinfoemail-list-item .aiml-text{
    margin:0;
}
.addrinfoemail-list-item .aiml-text p {
    margin: 0;
    padding: 0;
}
.addrinfoemail-list-item .aiml-text p:first-child{
   font-weight: 700;
}

.tips {
    font-size: 1.2rem;
}

.map-wrap{
    width: 1200px;
}

@media (max-width: 768px) {
    .map-wrap {
        width: 100%;
    }
}