body * {
    box-sizing: border-box
}

body {
    font-family: PingFangSC-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma, Arial, PingFang SC-Light, Microsoft YaHei
}

button {
    margin: 0;
    padding: 0;
    border: 1px solid transparent;
    outline: none;
    background-color: transparent
}

button:active {
    opacity: .6
}

.flex-col {
    display: flex;
    flex-direction: column
}

.flex-row {
    display: flex;
    flex-direction: row
}

* {
    margin: 0;
    padding: 0
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #bdbdbd;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3)
}

a {
    text-decoration: none
}

.abs {
    position: absolute
}

.rel {
    position: relative
}

#swiper1 img {
    width: 100%;
    display: block
}

#swiper1 .swiper-pagination-bullet {
    width: 32px !important;
    height: 7px !important;
    border-radius: 0 !important;
    border: 2px solid #B1FF02;
    opacity: 1 !important;
    background: none !important
}

#swiper1 .swiper-pagination-bullet-active {
    background: #B1FF02 !important
}

#swiper1 .swiper-pagination-bullets {
    text-align: right !important;
    padding-right: 26px
}

.box13 .swiper-pagination-bullet {
    width: 24px !important;
    border-radius: 0 !important;
    opacity: 1 !important;
    height: 4px;
    background-color: #979797;
    margin: 10px 10px 0
}

.box13 .swiper-pagination-bullet-active {
    background: #B1FF02 !important;
    width: 24px !important;
    height: 8px !important;
    margin-top: 8px
}

.box13 .swiper-pagination-bullets {
    bottom: -100px
}

.w1320 {
    width: 1320px;
    margin: 0 auto
}

.bd1s {
    z-index: 2;
    height: 160px;
    background-color: #1745e9;
    align-self: center;
    width: 100%;
    position: relative
}

.bd1s .main2s {
    z-index: auto;
    width: 1267px;
    justify-content: space-between;
    margin: 16px auto
}

.bd1s .main2s .outer1s {
    z-index: 62;
    width: 235px;
    overflow-wrap: break-word;
    text-align: left;
    font-size: 0
}

.bd1s .main2s .outer1s img {
    width: 100%
}

.bd1s .main2s .outer2s {
    z-index: 63;
    height: 22px;
    overflow-wrap: break-word;
    margin-top: 53px;
    border-bottom: 1px solid #4b8ceb;
    padding-bottom: 36px
}

.bd1s .main2s .outer2s a {
    font-family: PingFangSC-Medium;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding: 0 17px 13px;
    border-bottom: 2px solid rgba(100, 100, 100, 0)
}

.bd1s .main2s .outer2s a:hover,
.bd1s .main2s .outer2s a.active {
    color: #b1ff02;
    border-bottom: 2px solid #b1ff02;
    transition: all .5s
}

.main521 {
    z-index: 118;
    height: 179px;
    background-color: #171c27;
    width: 100%;
    justify-content: flex-end;
    padding-bottom: 18px;
    align-items: flex-end
}

.main521 .outer161 {
    z-index: auto;
    width: 100%;
    height: 138px;
    margin: 0 auto
}

.main521 .outer161 .wrap111 {
    z-index: auto;
    width: 864px;
    margin: 0 auto
}

.main521 .outer161 .wrap131 {
    width: 100%;
    height: 1px;
    margin-top: 15px;
    border: 1px solid #3D414B
}

.main521 .outer161 .wrap131 span {
    display: block;
    overflow-wrap: break-word;
    color: #707a8f;
    font-size: 12px;
    width: 100%;
    text-align: center;
    font-family: PingFangSC-Regular;
    line-height: 17px;
    align-self: flex-start;
    margin-top: 15px
}

.blod {
    font-weight: bold
}

.wauto {
    width: auto !important
}

.texthide2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.texthide {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.pointer {
    cursor: pointer
}

.hide {
    display: none
}

.hidden {
    overflow: hidden
}

.scroll_up {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 100px;
    cursor: pointer;
    z-index: 999999;
    right: 50px;
    display: none;
    background: url('../img/index/up.png') no-repeat;
    background-size: contain
}

.scroll_up:hover {
    background: url('../img/index/up_hover.png') no-repeat;
    background-size: contain
}

.dropdown {
    display: none;
    position: absolute;
    background-color: #1745e9;
    line-height: 50px;
    /* min-width: 160px; */
    margin-left: 1150px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    /* padding:  0px 0px 0px 0px; */
    z-index: 1;
  }
  
.dropdown a {
color: black;
/* margin-top: 50px; */
padding: 12px 16px;
text-decoration: none;
display: block;
}

.dropdown a:hover {

background-color: #1745e9;
}

/* 统一标题样式 */
.section-title {
    font-size: 1.8rem;
    color: #2c3e50;
    margin-bottom: 2rem;
    border-bottom: 2px solid #3498db;
    padding-bottom: 0.5rem;
}

.section-subtitle {
    font-size: 1.5rem;
    color: #34495e;
    margin: 1.5rem 0;
}

/* 统一段落样式 */
.notice-content p,
.group-desc,
.bank-details p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 1.2rem;
    color: #4a4a4a;
}

/* 列表项统一格式 */
.group-rules {
    list-style: disc inside;
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.group-rules li {
    margin-bottom: 0.8rem;
    font-size: 1.1rem;
}

/* 链接样式统一 */
.official-link {
    color: #2980b9;
    text-decoration: underline;
    transition: color 0.3s;
}

.official-link:hover {
    color: #3498db;
}

/* 图片响应式处理 */
.map-image {
    max-width: 100%;
    height: auto;
    margin: 1.5rem 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* 联系方式区块 */
.contact-info {
    margin-top: 2rem;
    padding: 1.5rem;
    background-color: #f8f9fa;
    border-radius: 4px;
}

/* 银行信息特殊格式 */
.bank-details {
    background: #f5f6f7;
    padding: 1.5rem;
    border-radius: 4px;
    margin: 1rem 0;
}
/* 内容包裹容器 */
.content-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    font-family: "Microsoft YaHei", sans-serif;
    line-height: 1.6;
  }
  
  /* 统一标题样式 */
  .section-title {
    font-size: 32px !important;
    margin-bottom: 30px;
    display: block;
  }
  
  /* 注册时间段排版 */
  .registration-period p {
    font-size: 28px;
    margin: 20px 0;
  }
  
  .includes {
    color: #666;
    margin-top: 30px !important;
  }
  
  /* 联系人信息 */
  .contact-info {
    margin-top: 50px;
    font-size: 24px;
  }
  
  /* 平面图容器 */
  .floor-plan {
    text-align: center;
    margin-top: 60px;
  }
  
  .floor-plan img {
    max-width: 80%;
    height: auto;
    margin: 30px auto;
    display: block;
  }

/*# sourceMappingURL=./common.css.map */