@media screen and (min-width: 1100px) {
  .page .banner {
    width: 100%;
    position: relative;
    height: 700px;
    margin-bottom: 93px;
    overflow: hidden;
  }
  .page .banner .text_box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
  }
  .page .banner .text_box .text_1 {
    font-size: 60px;
    font-family: 'OratorStd';
    font-weight: bold;
    color: #393939;
    text-transform: uppercase;
  }
  .page .banner .text_box .text_2 {
    font-size: 35px;
    font-weight: 300;
    color: #393939;
    letter-spacing: 4px;
    text-transform: uppercase;
  }
  .page .banner .text_box .text_3 {
    font-size: 35px;
    font-weight: 300;
    color: #393939;
    letter-spacing: 4px;
  }
  .page .banner .img {
    height: 700px;
    width: 100%;
    object-fit: cover;
  }
  .page .banner .swiper-slide {
    position: relative;
  }
  .page .banner .swiper-pagination {
    bottom: 100px;
  }
  .page .banner .swiper-pagination-bullet-active {
    background: #000 !important;
  }
  .page .banner .swiper-container {
    --swiper-navigation-color: #dbdbdb;
  }
  .page .banner .swiper-pagination-bullet {
    background: #fff;
    opacity: 1 !important;
  }
  .page .banner .swiper-button-prev {
    left: 60px;
    background-size: 100% 100%;
    width: 60px;
    height: 60px;
  }
  .page .banner .swiper-button-next {
    right: 60px;
    background-size: 100% 100%;
    width: 80px;
    height: 60px;
  }
  .page .left_right .item {
    display: flex;
    width: 1220px;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .page .left_right .item .short_box {
    width: 600px;
    height: 396px;
    background: rgba(234, 233, 232, 0.39);
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .page .left_right .item .short_box .title_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .page .left_right .item .short_box .title_box .title {
    font-size: 60px;
    font-weight: 300;
    color: rgba(98, 97, 96, 0.39);
    letter-spacing: 5px;
    text-transform: uppercase;
    font-family: 'OratorStd';
  }
  .page .left_right .item .short_box .title_box .icon_box {
    width: 64px;
  }
  .page .left_right .item .short_box .text_box .text_1 {
    width: 457px;
    height: 66px;
    font-size: 22px;
    font-weight: 400;
    color: #231916;
    letter-spacing: 1px;
  }
  .page .left_right .item .short_box .text_box .text_2 {
    width: 508px;
    font-size: 14px;
    font-weight: 300;
    color: #231916;
    line-height: 26px;
  }
  .page .left_right .item .long_box {
    width: 610px;
    height: 396px;
    overflow: hidden;
    position: relative;
  }
  .page .left_right .item .long_box .img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .page .left_right .item:nth-child(3) .short_box {
    background: rgba(255, 151, 118, 0.09);
  }
  .page .left_right .item:nth-child(3) .short_box .title_box {
    display: flex;
  }
  .page .left_right .item:nth-child(3) .short_box .title_box .title {
    height: 87px;
    font-size: 55px;
    font-weight: 300;
    color: rgba(98, 97, 96, 0.39);
    line-height: 87px;
    letter-spacing: 1px;
  }
  .page .left_right .item:nth-child(4) .short_box .title_box {
    display: flex;
  }
  .page .left_right .item:nth-child(4) .short_box .title_box .title {
    height: 87px;
    letter-spacing: 1px;
    font-size: 55px;
    font-weight: 300;
    color: rgba(98, 97, 96, 0.39);
    line-height: 87px;
  }
  .page .left_right .item:nth-child(5) .short_box {
    background: rgba(255, 151, 118, 0.09);
  }
  .page .vip_box {
    height: 500px;
    background: #f4f3f3;
    margin-top: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .page .vip_box .inner {
    display: flex;
    justify-content: space-between;
    width: 1220px;
  }
  .page .vip_box .inner .box_1 {
    flex-direction: column;
    display: flex;
    justify-content: space-between;
    height: 360px;
  }
  .page .vip_box .inner .box_1 .title_box {
    display: flex;
    align-items: center;
  }
  .page .vip_box .inner .box_1 .title_box .icon {
    width: 39px;
    height: 33px;
    margin-right: 23px;
  }
  .page .vip_box .inner .box_1 .title_box .icon_1 {
    display: none;
  }
  .page .vip_box .inner .box_1 .title_box .title {
    font-size: 32px;
    font-weight: 400;
    color: #231916;
    line-height: 47px;
    letter-spacing: 2px;
  }
  .page .vip_box .inner .box_1 .text {
    width: 432px;
    font-size: 22px;
    font-weight: 300;
    color: #231916;
    line-height: 33px;
    letter-spacing: 1px;
  }
  .page .vip_box .inner .box_1 .join_box {
    display: flex;
  }
  .page .vip_box .inner .box_1 .join_box .join {
    width: 190px;
    height: 47px;
    font-size: 26px;
    font-weight: 400;
    color: #ffffff;
    line-height: 47px;
    letter-spacing: 2px;
    text-align: center;
    background: #231916;
    display: inline-block;
    margin-right: 30px;
  }
  .page .vip_box .inner .box_1 .join_box .join:last-child {
    background: #ff8a5c;
  }
  .page .vip_box .inner .box_2 {
    width: 687px;
    height: 360px;
    background: #d8d8d8;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
  }
  .page .vip_box .inner .box_2 .img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .page .follow {
    width: 100%;
    position: relative;
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .page .follow .title {
    font-size: 36px;
    font-weight: 500;
    color: #231916;
    line-height: 58px;
    letter-spacing: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page .follow .title .more {
    display: none;
  }
  .page .follow .sub_title {
    font-size: 16px;
    font-weight: 400;
    color: #231916;
    line-height: 58px;
    letter-spacing: 2px;
    text-align: center;
  }
  .page .follow .swiper-slide {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1220px !important;
  }
  .page .follow .swiper-slide .text_box {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 99px;
    line-height: 99px;
    background: rgba(0, 0, 0, 0.29);
    font-size: 22px;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 2px;
    padding-left: 42px;
  }
  .page .follow .swiper-slide .img {
    height: 400px;
    width: 1220px;
    object-fit: cover;
  }
}
.swiper-pagination-bullet-active {
  background: #000 !important;
}
.swiper-pagination-bullet {
  background: #fff;
  opacity: 1 !important;
}
@media screen and (max-width: 1100px) {
  .page .banner {
    width: 100%;
    position: relative;
    height: 200px;
    margin-bottom: 20px;
  }
  .page .banner::after {
    contain: '';
    background: transparent;
  }
  .page .banner .swiper-slide {
    position: relative;
  }
  .page .banner .text_box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  }
  .page .banner .text_box .text_1 {
    font-size: 20px;
    width: 100%;
    text-align: center;
    font-family: 'OratorStd';
    color: #393939;
    letter-spacing: 1px;
  }
  .page .banner .text_box .text_2 {
    font-size: 12px;
    width: 100%;
    text-align: center;
    font-weight: 300;
    color: #393939;
    letter-spacing: 1px;
  }
  .page .banner .text_box .text_3 {
    font-size: 12px;
    width: 100%;
    text-align: center;
    font-weight: 300;
    color: #393939;
    letter-spacing: 1px;
  }
  .page .banner .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .page .banner .swiper-pagination-bullet-active {
    background-color: #FFFFFF;
  }
  .page .banner .swiper-pagination {
    bottom: 10px;
  }
  .page .banner .swiper-button-next {
    display: none;
  }
  .page .banner .swiper-button-prev {
    display: none;
  }
  .page .left_right .item {
    display: flex;
    width: 375px;
    justify-content: space-between;
    margin-bottom: 3px;
  }
  .page .left_right .item .short_box {
    width: 185px;
    height: 250px;
    background: rgba(234, 233, 232, 0.39);
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .page .left_right .item .short_box .title_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .page .left_right .item .short_box .title_box .title {
    font-size: 18px;
    font-weight: 500;
    color: rgba(98, 97, 96, 0.39);
    letter-spacing: 3px;
    text-transform: uppercase;
  }
  .page .left_right .item .short_box .title_box .icon_box {
    width: 20px;
  }
  .page .left_right .item .short_box .text_box .text_1 {
    width: 148px;
    height: 40px;
    font-size: 12px;
    font-weight: 700;
    color: #231916;
    line-height: 19px;
    letter-spacing: 2px;
  }
  .page .left_right .item .short_box .text_box .text_2 {
    width: 148px;
    font-size: 10px;
    font-weight: 300;
    color: #231916;
    line-height: 18px;
    letter-spacing: 1px;
  }
  .page .left_right .item .long_box {
    width: 185px;
    height: 250px;
    position: relative;
  }
  .page .left_right .item .long_box .img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
  }
  .page .left_right .item:nth-child(2) .short_box,
  .page .left_right .item:nth-child(4) .short_box {
    background: rgba(255, 151, 118, 0.09);
  }
  .page .left_right .item:nth-child(3) .short_box .title_box {
    align-items: initial;
  }
  .page .left_right .item:nth-child(3) .short_box .title_box {
    display: flex;
    flex-direction: column;
  }
  .page .left_right .item:nth-child(3) .short_box .title_box .title {
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 3px;
  }
  .page .left_right .item:nth-child(4) .short_box .title_box {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .page .left_right .item:nth-child(4) .short_box .title_box .title {
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 3px;
  }
  .page .vip_box {
    height: 160px;
    margin-top: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: url(img/会员图片@2x.png) no-repeat center;
    background-size: 100% 100%;
  }
  .page .vip_box .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.69);
  }
  .page .vip_box .inner .box_1 {
    width: 290px;
    flex-direction: column;
    display: flex;
    justify-content: space-between;
  }
  .page .vip_box .inner .box_1 .title_box {
    display: flex;
    align-items: center;
  }
  .page .vip_box .inner .box_1 .title_box .icon {
    display: none;
  }
  .page .vip_box .inner .box_1 .title_box .icon_1 {
    width: 18px;
    height: 15px;
    margin-right: 11px;
  }
  .page .vip_box .inner .box_1 .title_box .title {
    font-size: 13px;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 1px;
  }
  .page .vip_box .inner .box_1 .text {
    font-size: 10px;
    font-weight: 300;
    color: #ffffff;
    line-height: 18px;
    letter-spacing: 1px;
    margin: 10px 0;
  }
  .page .vip_box .inner .box_1 .join_box .join {
    padding: 3px 6px;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    background: #ffffff;
    color: #231916;
    line-height: 25px;
    letter-spacing: 1px;
  }
  .page .vip_box .inner .box_1 .join_box .join:last-child {
    color: #ffffff;
    background: #ff8a5c;
    margin-left: 10px;
  }
  .page .vip_box .inner .box_2 {
    display: none;
    width: 687px;
    height: 360px;
    background: #d8d8d8;
    border-radius: 2px;
  }
  .page .follow {
    width: 345px;
    position: relative;
    padding-top: 31px;
    padding-bottom: 31px;
  }
  .page .follow .title {
    font-size: 13px;
    font-weight: 700;
    color: #231916;
    line-height: 29px;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .page .follow .title a {
    color: #231916;
  }
  .page .follow .sub_title {
    font-size: 11px;
    font-weight: 300;
    color: #231916;
    line-height: 18px;
    letter-spacing: 1px;
    margin-bottom: 21px;
  }
  .page .follow .swiper-slide {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100% !important;
  }
  .page .follow .swiper-slide .text_box {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 27px;
    background: rgba(0, 0, 0, 0.29);
    padding-left: 11px;
    font-size: 10px;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 1px;
    line-height: 27px;
  }
  .page .follow .swiper-slide .img {
    height: 109px;
    width: 100%;
    object-fit: cover;
  }
}
