
.ContactInfo.md31701 {
    width: 100%;
    overflow: hidden;
    background: #fff;
    padding: 0.8rem 0 1rem;
}

.ContactInfo.md31701 .layout {
    margin-left: auto;
    margin-right: auto;
    width: 16rem;
    max-width: 92%;
}

@media (max-width: 1200px) {
    .ContactInfo.md31701 .layout {
        width: 100%;
        padding: 0 10px;
        max-width: 100%;
    }
}

.ContactInfo.md31701 .InfoHead {
    width: 100%;
    text-align: center;
}

.ContactInfo.md31701 .InfoHead .Title {
    width: 100%;
    color: var(--theme);
    font-weight: 700;
    line-height: 1.2;
}

.ContactInfo.md31701 .InfoBoard {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0.4rem;
    border-radius: 0.12rem;
    overflow: hidden;
}

.ContactInfo.md31701 .InfoMap {
    width: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    z-index: 5;
    min-height: 4.8rem;
}

.ContactInfo.md31701 .InfoMap .MapBg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;
}

.ContactInfo.md31701 .InfoMap .MapBg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}

.ContactInfo.md31701 .InfoMap .MapMarker {
    position: absolute;
    left: 50%;
    top: 58%;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ContactInfo.md31701 .InfoMap .MapTooltip {
    width: auto;
    padding: 0.12rem 0.18rem;
    background: #fff;
    border-radius: 0.06rem;
    -webkit-box-shadow: 0 0.04rem 0.16rem rgba(34, 34, 34, 0.12);
    box-shadow: 0 0.04rem 0.16rem rgba(34, 34, 34, 0.12);
    color: #666;
    text-align: center;
    line-height: 1.4;
    white-space: nowrap;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-120%);
    transform: translateX(-50%) translateY(-120%);
    z-index: 5;
    top: 0;
    margin-bottom: 0.06rem;
}

.ContactInfo.md31701 .InfoMap .MapTooltip::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 0.06rem solid transparent;
    border-right: 0.06rem solid transparent;
    border-top: 0.06rem solid #fff;
    position: absolute;
    left: 50%;
    bottom: -0.05rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.ContactInfo.md31701 .InfoMap .MapPin {
    width: 0.28rem;
    min-width: 21px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.ContactInfo.md31701 .InfoMap .MapPin img {
    width: 100%;
    height: auto;
    display: block;
}

.ContactInfo.md31701 .InfoContent {
    width: 50%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    background: #f5f5f5;
    padding: 0.65rem 0.76rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ContactInfo.md31701 .InfoContent .ContentTitle {
    width: 100%;
    color: #000;
    font-weight: 700;
    line-height: 1.3;
}

.ContactInfo.md31701 .InfoContent .ContentLine {
    width: 0.33rem;
    height: 0.06rem;
    background: var(--active);
    margin: 0.24rem 0 0.18rem;
}

.ContactInfo.md31701 .InfoContent .ContentItem {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.32rem;
}

.ContactInfo.md31701 .InfoContent .ContentItem .ItemIcon {
    width: 0.6rem;
    height: 0.6rem;
    min-width: 45px;
    min-height: 45px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 0.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
}

.ContactInfo.md31701 .InfoContent .ContentItem .ItemIcon img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
}

.ContactInfo.md31701 .InfoContent .ContentItem .ItemBody {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
}

.ContactInfo.md31701 .InfoContent .ContentItem .ItemLabel {
    width: 100%;
    color: #999;
    line-height: 1.5;
}

.ContactInfo.md31701 .InfoContent .ContentItem .ItemText {
    width: 100%;
    color: var(--theme);
    line-height: 1.8;
    margin-top: 0.04rem;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.ContactInfo.md31701 .InfoContent .ContentItem .ItemRows {
    width: 100%;
    margin-top: 0.04rem;
}

.ContactInfo.md31701 .InfoContent .ContentItem .ItemRow {
    width: 100%;
    color: var(--theme);
    line-height: 1.8;
    white-space: pre-wrap;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.ContactInfo.md31701 .InfoContent .ContentItem .ItemRow+.ItemRow {
    margin-top: 0;
}

@media (max-width: 900px) {
    .ContactInfo.md31701 {
        padding: 0.6rem 0 0.8rem;
    }

    .ContactInfo.md31701 .InfoMap {
        width: 100%;
        min-height: 3.6rem;
    }

    .ContactInfo.md31701 .InfoContent {
        width: 100%;
        padding: 0.45rem 0.3rem;
    }
}
