/**
 * 联系我们
 *
 */

/*公共*/
@import "reset.css";
@import "base.css";

/*导航*/
@import "module/top.css";
/*头部*/
@import "module/nav.css";
/*海报图*/
@import "module/poster.css";
/*导航*/
@import "module/footer.css";


/* 主体结构 */
.main {
    margin-bottom: 1.875rem  /* 30/16 */;
}

/* 内容 */

.main .content {

}

.main .content-top {
    /*位置*/
    display: flex;
    align-items: center;
    flex-direction: column;
    /*盒子*/
    margin-top:10px;
    /*样式*/
    text-align: center;
    border-bottom: 1px solid #F0F0F0;
}

.main .content-top h3 {
    color: #C40000;
    line-height: 3.125rem  /* 50/16 */;
    font-size: 1.375rem  /* 22/16 */;
}

.main .content-top span {
    color: #737373;
    font-size: 16px;
}

.main .content-top .content-btn {
    /*样式*/
    position: relative;
    top: 2px;
    width: 9.375rem  /* 150/16 */;
    height: 4px;
    background: red;
}

.main .content-main {
    text-align: center;
    margin: 1.875rem  /* 30/16 */ 0;
}

.main .content-main .p1 {
    font-size: 16px;
    line-height: 2rem;
    font-weight: bold;
}

.main .content-main .p2 {
    line-height: 2rem;
}

/* 地图 */
.map {
    width: 100%;
    height: 21.875rem  /* 350/16 */;
}
