.main-top {
  position: relative;
  padding-bottom: 6.7rem;
  padding-top: 5.35rem;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  min-height: 40.1rem;
}
.main-top::before {
  content: "";
  display: block;
  position: absolute;
  top: -2.1rem;
  left: 0;
  width: 100%;
  height: 398px;
  background: url(../../new_imgs/main/top/light_img.png) no-repeat 50% 50%;
  background-size: auto;
  z-index: 14;
}
@media screen and (max-width: 1030px) {
  .main-top::before {
    top: 86px;
    height: 263px;
    background-size: auto 100%;
  }
}
@media screen and (max-width: 484px) {
  .main-top::before {
    top: 86px;
    height: 160px;
    background-size: auto 100%;
  }
}
@media screen and (max-width: 1030px) {
  .main-top {
    padding-top: 80px;
    background: url(../../new_imgs/common/top_bg.png) no-repeat 50% 0;
    background-size: cover;
  }
}
@media screen and (max-width: 720px) {
  .main-top {
    min-height: auto;
    padding-bottom: 3rem;
  }
}

.main-slider {
  position: relative;
  width: 100%;
  max-width: 1300px;
  margin: 240px auto 0;
}
@media screen and (max-width: 1030px) {
  .main-slider {
    margin-top: 0;
  }
}
.main-slider::before {
  content: "";
  display: block;
  position: absolute;
  top: -14.25rem;
  left: 0;
  width: 100%;
  height: 398px;
  background: url(../../new_imgs/main/top/char_img.png) no-repeat 50% 50%;
  background-size: auto;
  z-index: 2;
}
@media screen and (max-width: 1030px) {
  .main-slider::before {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: 200px;
    background: url(../../new_imgs/main/top/m_char_img.png) no-repeat 49% 50%;
    background-size: auto 100%;
  }
}
@media screen and (max-width: 484px) {
  .main-slider::before {
    top: 6px;
    height: 150px;
  }
}
.main-slider::after {
  content: "";
  display: block;
  position: absolute;
  top: -14.25rem;
  left: 0;
  width: 100%;
  height: 398px;
  background: url(../../new_imgs/main/top/hend_img.png) no-repeat 50% 50%;
  background-size: auto;
  z-index: 10;
}
@media screen and (max-width: 1030px) {
  .main-slider::after {
    top: 6px;
    width: 100%;
    height: 200px;
    background: url(../../new_imgs/main/top/m_hend_img.png) no-repeat 49% 50%;
    background-size: auto 100%;
  }
}
@media screen and (max-width: 484px) {
  .main-slider::after {
    top: 6px;
    height: 150px;
  }
}
.main-slider .swiper-pagination-bullet {
  width: 1.35rem;
  height: 4px;
  background-color: #fff;
  opacity: 0.4;
  border-radius: 0;
}
.main-slider .swiper-pagination-bullet-active {
  background: #ec81aa;
  opacity: 1;
}
.main-slider .swiper-pagination-fraction, .main-slider .swiper-pagination-custom,
.main-slider .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 1.15rem;
}
.main-slider__container {
  position: relative;
  width: 100%;
  max-width: 1020px;
  padding: 0 2.15rem;
  margin: -5.3rem auto 0;
  z-index: 3;
}
@media screen and (max-width: 1300px) {
  .main-slider__container {
    padding-top: 2rem;
  }
}
@media screen and (max-width: 1030px) {
  .main-slider__container {
    padding-top: 4rem;
  }
}
@media screen and (max-width: 484px) {
  .main-slider__container {
    padding-top: 4.5rem;
  }
}
.main-slider__container .s_img {
  z-index: 2;
  padding-top: 133.56%;
  border-radius: 21px;
}
.main-slider__container .main-slider__bg {
  z-index: 1;
  margin-top: -1.4rem;
}
.main-slider__container img {
  width: 100%;
}
.main-slider__btn-next, .main-slider__btn-prev {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.8rem;
  height: 1.55rem;
  background-size: 0.8rem 1.55rem;
  background-repeat: no-repeat;
  background-position: 0 0;
  cursor: pointer;
}
.main-slider__btn-prev {
  left: 0;
  background-image: url(../../new_imgs/main/top/slide_prev.svg);
}
@media screen and (max-width: 1030px) {
  .main-slider__btn-prev {
    left: 0.6rem;
  }
}
.main-slider__btn-next {
  right: 0;
  background-image: url(../../new_imgs/main/top/slide_next.svg);
}
@media screen and (max-width: 1030px) {
  .main-slider__btn-next {
    right: 0.6rem;
  }
}
.main-slider__content {
  position: relative;
  width: 100%;
}
.main-slider__text-box {
  width: 100%;
  max-width: 935px;
  margin: 1rem auto 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1030px) {
  .main-slider__text-box {
    justify-content: flex-start;
    flex-direction: column;
    text-align: center;
  }
}
.main-slider__text-box__left {
  position: relative;
  font-weight: 700;
  font-size: 1.15rem;
  color: #FFFFFF;
  line-height: 1.2;
  letter-spacing: -2px;
}
@media screen and (max-width: 720px) {
  .main-slider__text-box__left {
    font-size: 1rem;
  }
}
.main-slider__text-box__mid {
  position: relative;
  font-weight: 900;
  font-size: 3.45rem;
  color: #FFFFFF;
  line-height: 1;
  text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.5);
  letter-spacing: -5px;
}
@media screen and (max-width: 1030px) {
  .main-slider__text-box__mid {
    margin: 2vw 0 3vw;
  }
}
@media screen and (max-width: 720px) {
  .main-slider__text-box__mid {
    font-size: 10vw;
  }
}
.main-slider__text-box__right {
  position: relative;
}
.main-slider__text-box__right .slider-link {
  display: inline-block;
  font-size: 0.95rem;
  color: #fff;
  font-weight: 900;
  line-height: 1;
  padding: 0.5rem 0.85rem;
  border-radius: 50px;
  background-color: #ec81aa;
  width: 5rem;
}
.main-slider img {
  width: 100%;
}

.main-text {
  position: relative;
  text-align: center;
  font-size: 1.5rem;
  color: #666666;
  line-height: 1.2;
  z-index: 2;
}
@media screen and (max-width: 720px) {
  .main-text {
    font-size: 4vw;
  }
}

.main-title {
  position: relative;
  font-weight: 700;
  font-size: 3.5rem;
  color: #4A65F6;
  line-height: 1.2;
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 720px) {
  .main-title {
    font-size: 8.5vw;
  }
}

.main-inner {
  position: relative;
  width: 100%;
  max-width: 1385px;
  margin: 0 auto;
}
.main-inner.wd--1300 {
  max-width: 1300px;
}
@media screen and (max-width: 1300px) {
  .main-inner {
    padding: 0 1rem;
  }
}

.section2 {
  position: relative;
  margin-top: 3.95rem;
  padding-bottom: 5.75rem;
}
@media screen and (max-width: 720px) {
  .section2 {
    margin-top: 3rem;
    padding-bottom: 3rem;
  }
}
.section2 .main-inner {
  padding: 0 2.1rem;
}
@media screen and (max-width: 720px) {
  .section2 .main-inner {
    padding: 0;
  }
}
.section2__slider {
  position: relative;
}
.section2__head {
  position: relative;
  width: 100%;
}
.section2__head::before {
  content: "";
  display: block;
  position: absolute;
  top: -3.5rem;
  left: 2.9rem;
  width: 12.55rem;
  height: 14.15rem;
  background: url(../../new_imgs/main/section2/section2_img.png) no-repeat 0 0;
  background-size: 100% auto;
}
@media screen and (max-width: 1060px) {
  .section2__head::before {
    position: relative;
    top: auto;
    left: auto;
    margin: 0 auto;
    width: 6rem;
    height: 7.15rem;
  }
}
.section2__btn-box {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 720px) {
  .section2__btn-box {
    position: relative;
    bottom: auto;
    right: auto;
    text-align: center;
    margin-top: 1rem;
  }
}
.section2__btn {
  display: inline-block;
  width: 5.2rem;
  border-radius: 50px;
  background-color: #4A65F6;
  font-size: 1rem;
  letter-spacing: -0.4px;
  color: #FFFFFF;
  font-weight: 900;
  padding: 5px 0.9rem;
  text-align: center;
}
@media screen and (max-width: 720px) {
  .section2__btn {
    width: 5rem;
    font-size: 0.8rem;
  }
}
.section2__title-box {
  position: relative;
  width: 100%;
  max-width: 36.75rem;
  margin: 0 auto;
}
.section2__title-box::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8.15rem;
  background: url(../../new_imgs/main/section2/section2_tit_bg.png) no-repeat 50% 100%;
  background-size: cover;
}
@media screen and (max-width: 720px) {
  .section2__title-box::before {
    height: 3.15rem;
  }
}
.section2__body {
  position: relative;
  width: 100%;
  z-index: 2;
}
.section2__slider-wrap {
  position: relative;
}
@media screen and (max-width: 1484px) {
  .section2__slider-wrap {
    padding: 0 2rem;
  }
}
.section2__link {
  display: block;
  position: relative;
  border: 1px solid #E9E9E9;
  border-radius: 15px;
  overflow: hidden;
}
.section2 .s_img {
  padding-top: 101.12%;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}
.section2__desc {
  margin-top: 10px;
  padding: 0 5px 0.65rem;
}
.section2__subject {
  font-size: 0.9rem;
  color: #666666;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1.2;
}
.section2__state-box {
  text-align: center;
  margin-bottom: 5px;
}
.section2__state-box span {
  display: inline-block;
  padding: 4px 0.8rem;
  font-size: 0.65rem;
  color: #fff;
}
.section2__state-box span.ing {
  background-color: #4A65F6;
}
.section2__state-box span.end {
  background-color: #999;
}
.section2__local {
  margin-top: 7px;
  font-size: 0.8rem;
  color: #CCCCCC;
  text-align: center;
  line-height: 1.2;
}
.section2__label-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.section2__label-img img {
  width: 4.25rem;
}
.section2__btn-next, .section2__btn-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.8rem;
  height: 1.65rem;
  background-size: 0.8rem 1.65rem;
  background-repeat: no-repeat;
  background-position: 0 0;
  z-index: 5;
  cursor: pointer;
}
.section2__btn-next {
  right: -2.15rem;
  background-image: url(../../new_imgs/icon/ico_black_right_arr.svg);
}
@media screen and (max-width: 1484px) {
  .section2__btn-next {
    right: 0;
  }
}
@media screen and (max-width: 720px) {
  .section2__btn-next {
    right: 15px;
  }
}
.section2__btn-prev {
  left: -2.15rem;
  background-image: url(../../new_imgs/icon/ico_black_left_arr.svg);
}
@media screen and (max-width: 1484px) {
  .section2__btn-prev {
    left: 0;
  }
}
@media screen and (max-width: 720px) {
  .section2__btn-prev {
    left: 15px;
  }
}
.section2 .swiper-wrapper {
  padding-top: 1.8rem;
}
.section2 .swiper-pagination-fraction,
.section2 .swiper-pagination-custom,
.section2 .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: auto;
  left: 0.5rem;
  width: calc(100% - 0.5rem);
  top: 9px;
  text-align: left;
}
.section2 .swiper-pagination-bullet {
  width: 0.65rem;
  height: 0.65rem;
  border: 1px solid #ec81aa;
  background-color: #fff;
  opacity: 1;
}
.section2 .swiper-pagination-bullet-active {
  background-color: #ec81aa;
  opacity: 1;
}

.section3 {
  position: relative;
  padding: 5.95rem 0 4.05rem;
  background: url(../../new_imgs/main/section3/section3_bg.png) no-repeat 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 720px) {
  .section3 {
    padding: 3rem 0;
  }
  .section3 .main-inner {
    padding: 0;
  }
}
.section3__head {
  position: relative;
  width: 100%;
}
.section3__head::before {
  content: "";
  position: absolute;
  top: -2.35rem;
  right: 0;
  display: block;
  width: 16.85rem;
  height: 15rem;
  background: url(../../new_imgs/main/section3/section3_img.png) no-repeat 0 0;
  background-size: 100% auto;
}
@media screen and (max-width: 1060px) {
  .section3__head::before {
    position: relative;
    top: auto;
    left: auto;
    margin: 0 auto;
    width: 8rem;
    height: 8.15rem;
  }
}
@media screen and (max-width: 1030px) {
  .section3__body {
    margin-top: 1rem;
  }
}
.section3__title-box {
  position: relative;
  width: 100%;
  max-width: 35.85rem;
  margin: 0 auto;
}
.section3__title-box::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7.15rem;
  background: url(../../new_imgs/main/section3/section3_title_bg.png) no-repeat 50% 100%;
  background-size: cover;
  opacity: 0.3;
}
@media screen and (max-width: 720px) {
  .section3__title-box::before {
    height: 4.15rem;
  }
}
.section3__text {
  font-size: 1.1rem;
  padding-left: 0.85rem;
  color: #666666;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 1484px) {
  .section3__text {
    padding-left: 3rem;
  }
}
.section3__slider-wrap {
  position: relative;
}
@media screen and (max-width: 1484px) {
  .section3__slider-wrap {
    padding: 0 2rem;
  }
}
.section3__btn-next, .section3__btn-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.8rem;
  height: 1.65rem;
  background-size: 0.8rem 1.65rem;
  background-repeat: no-repeat;
  background-position: 0 0;
  z-index: 5;
}
.section3__btn-next {
  right: -2.15rem;
  background-image: url(../../new_imgs/icon/ico_black_right_arr.svg);
}
@media screen and (max-width: 1484px) {
  .section3__btn-next {
    right: 0;
  }
}
@media screen and (max-width: 720px) {
  .section3__btn-next {
    right: 15px;
  }
}
.section3__btn-prev {
  left: -2.15rem;
  background-image: url(../../new_imgs/icon/ico_black_left_arr.svg);
}
@media screen and (max-width: 1484px) {
  .section3__btn-prev {
    left: 0;
  }
}
@media screen and (max-width: 720px) {
  .section3__btn-prev {
    left: 15px;
  }
}
.section3__link {
  display: block;
  position: relative;
  width: 100%;
  border: 1.5px solid #E9E9E9;
  border-radius: 23px;
  overflow: hidden;
}
.section3 .s_img {
  padding-top: 95.62%;
  border-top-left-radius: 23px;
  border-top-right-radius: 23px;
}
.section3__desc {
  padding: 0.9rem 0.6rem 1rem;
  background-color: #fff;
}
.section3__subject {
  font-size: 0.9rem;
  color: #666666;
  min-height: 47px;
  line-height: 1.2;
}
.section3__info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  color: #ccc;
  font-size: 0.75rem;
  align-items: center;
}
.section3__info .ico {
  display: inline-block;
  vertical-align: 4px;
  width: 0.6rem;
}
.section3__info .ico img {
  width: 100%;
}
.section3__info .price {
  font-size: 0.9rem;
}
.section3__btn-box {
  margin-top: 2rem;
  text-align: center;
}
@media screen and (max-width: 720px) {
  .section3__btn-box {
    padding: 0 1rem;
  }
}
.section3__btn {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 467px;
  text-align: center;
  font-size: 2rem;
  color: #fff;
  font-weight: 700;
  padding: 0.5rem 0;
  border-radius: 50px;
  background-color: #4a65f6;
}
@media screen and (max-width: 720px) {
  .section3__btn {
    font-size: 1.1rem;
  }
}

.section4 {
  position: relative;
  padding: 3.7rem 0 5.05rem;
  background: url(../../new_imgs/main/section4/section4_bg.png) no-repeat 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 720px) {
  .section4 {
    padding: 3rem 0;
  }
}
.section4 .main-text,
.section4 .main-title {
  color: #fff;
}
.section4__head {
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1060px) {
  .section4__head {
    margin-top: 1rem;
  }
}
.section4__title-box {
  position: relative;
  width: 100%;
  max-width: 36.6rem;
  margin: 0 auto;
  text-align: center;
}
.section4__title-box::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8.15rem;
  background: url(../../new_imgs/main/section4/section4_title_bg.png) no-repeat 50% 100%;
  background-size: cover;
  opacity: 0.3;
}
@media screen and (max-width: 720px) {
  .section4__title-box::before {
    bottom: 60px;
    height: 3.15rem;
  }
}
.section4__btn {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 5.3rem;
  font-size: 1rem;
  color: #fff;
  padding: 0.2rem 0.7rem;
  font-weight: 900;
  text-align: center;
  border-radius: 50px;
  border: 1px solid #fff;
  background-color: #4a65f6;
  z-index: 10;
}
@media screen and (max-width: 720px) {
  .section4__btn {
    position: relative;
    margin-top: 1rem;
    font-size: 0.8rem;
    padding: 5px 0.9rem;
  }
}
.section4__head-img {
  position: absolute;
  top: -13px;
  left: 3.55rem;
  width: 11.75rem;
  z-index: 4;
}
.section4__head-img img {
  width: 100%;
}
@media screen and (max-width: 1060px) {
  .section4__head-img {
    position: relative;
    top: auto;
    left: auto;
    width: 7rem;
    margin: 0 auto;
  }
}
.section4 .img2 {
  position: absolute;
  top: -0.75rem;
  left: 3.55rem;
  width: 11.75rem;
  z-index: 7;
}
.section4 .img2 img {
  width: 100%;
}
@media screen and (max-width: 1060px) {
  .section4 .img2 {
    position: relative;
    top: auto;
    left: auto;
    width: 7rem;
    margin: -100px auto 0;
  }
}
.section4__body {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  z-index: 6;
}
@media screen and (max-width: 720px) {
  .section4__body {
    flex-direction: column;
  }
}
.section4__slider-wrap {
  position: relative;
  width: 900px;
}
.section4__slider-wrap .swiper-wrapper {
  padding-top: 2.4rem;
}
@media screen and (max-width: 1484px) {
  .section4__slider-wrap {
    width: 70%;
  }
}
@media screen and (max-width: 1030px) {
  .section4__slider-wrap {
    width: 60%;
  }
}
@media screen and (max-width: 720px) {
  .section4__slider-wrap {
    width: 100%;
  }
}
.section4__link {
  position: relative;
  display: block;
  border: 1.5px solid #E9E9E9;
  border-radius: 20px;
  background-color: #fff;
  overflow: hidden;
}
.section4__image {
  border-bottom: 1.5px solid #E9E9E9;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.section4__label-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}
.section4__label-image img {
  max-width: 4.25rem;
}
.section4 .s_img {
  padding-top: 104.7%;
}
.section4__desc {
  text-align: center;
  padding: 0.75rem 0.5rem;
}
.section4__text {
  font-size: 0.8rem;
  color: #CCCCCC;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.section4 .swiper-pagination-fraction,
.section4 .swiper-pagination-custom,
.section4 .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: auto;
  width: calc(100% - 0.5rem);
  top: -5px;
  text-align: left;
  z-index: 20;
}
@media screen and (max-width: 1030px) {
  .section4 .swiper-pagination-fraction,
  .section4 .swiper-pagination-custom,
  .section4 .swiper-container-horizontal > .swiper-pagination-bullets {
    top: 13px;
  }
}
.section4 .swiper-pagination-bullet {
  width: 0.65rem;
  height: 0.65rem;
  background-color: #fff;
  opacity: 1;
}
.section4 .swiper-pagination-bullet-active {
  background-color: #ec81aa;
  opacity: 1;
}
.section4 .frm_input {
  display: inline-block;
  border: 1px solid #C6C6C6;
  background-color: #fff;
  font-size: 0.95rem;
  color: #606060;
  font-weight: 300;
  padding: 0 1.7rem 0 1.3rem !important;
  height: 2.25rem;
  width: 100%;
}
.section4 .frm_input.w215 {
  max-width: 215px;
}
.section4 .form-box {
  width: 377px;
  margin-left: 1rem;
  border: 1px solid #E9E9E9;
  background-color: #fff;
  border-radius: 20px;
  margin-top: 2.4rem;
}
@media screen and (max-width: 1484px) {
  .section4 .form-box {
    width: calc(30% - 1rem);
  }
}
@media screen and (max-width: 1030px) {
  .section4 .form-box {
    width: calc(40% - 1rem);
  }
}
@media screen and (max-width: 720px) {
  .section4 .form-box {
    width: 100%;
    margin-left: 0;
    margin-top: 1rem;
  }
}
.section4 .form-box__head {
  position: relative;
  z-index: 2;
}
.section4 .form-box__title {
  position: relative;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  padding: 1.1rem 0;
  font-size: 1.1rem;
  color: #FFFFFF;
  background-color: #4A65F6;
}
.section4 .form-box__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top-color: #4A65F6;
  border-bottom: 0;
  margin-left: -20px;
  margin-bottom: -20px;
}
.section4 .form-box__body {
  position: relative;
  z-index: 1;
  padding: 1.6rem 2.2rem 1.55rem;
}
.section4 .form-box__btn {
  display: inline-block;
  width: 100%;
  height: 2.55rem;
  line-height: 2.55rem;
  font-size: 1.25rem;
  color: #FFFFFF;
  background-color: #4a65f6;
}
.section4 .form-box div + div {
  margin-top: 0.5rem;
}
.section4 select.frm_input {
  background: url(../../new_imgs/icon/ico_grey_down_arr.svg) no-repeat calc(100% - 1.3rem) 50%;
  background-size: 0.7rem 0.35rem;
}
.section4__foot {
  position: relative;
  /*padding-top:6.85rem;
  background:url(../../new_imgs/main/section4/section4_line.png) repeat-x 50% 2.85rem;
  @media screen and (max-width:720px) {
      padding-top:6rem;
      background-position-y:3rem;
  }*/
}
.section4 .links {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 720px) {
  .section4 .links {
    justify-content: flex-start;
  }
}
.section4 .links__item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 11.9rem;
  height: 9.3rem;
  border-radius: 30px;
  background-color: #D4DEFF;
  border: 1px solid #fff;
}
@media screen and (max-width: 1484px) {
  .section4 .links__item {
    width: 18%;
  }
}
@media screen and (max-width: 720px) {
  .section4 .links__item {
    width: calc(33.3333333333% - 0.5rem - 0.5rem);
    margin: 0.5rem;
  }
}
@media screen and (max-width: 650px) {
  .section4 .links__item {
    width: calc(50% - 0.5rem - 0.5rem);
  }
}
.section4 .links__text {
  margin-top: 3px;
  font-size: 0.85rem;
  color: #4A65F6;
  line-height: 1;
  text-align: center;
  font-weight: 500;
}
.section4 .links__image {
  width: 5.65rem;
}
.section4 .links__image img {
  width: 100%;
}
.section4__year {
  display: inline-block;
  font-weight: 700;
  font-size: 11px;
  line-height: 1;
  padding: 3px 5px;
  background-color: #4a65f6;
  color: #FFFFFF;
  margin-right: 5px;
}
.section4__subject {
  position: relative;
  font-size: 0.9rem;
  color: #5A5A5A;
  font-weight: 700;
  text-align: center;
}
.section4__text1 {
  margin-top: 6px;
  font-size: 0.8rem;
  color: #7F7F7F;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
.section4__text2 {
  margin-top: 5px;
  font-size: 0.8rem;
  color: #AAAAAA;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
.section4__address {
  display: inline-block;
  position: relative;
  padding-left: 0.85rem;
  line-height: 0.75rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
.section4__address::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0.6rem;
  height: 0.75rem;
  background: url(../../new_imgs/icon/ico_map.svg) no-repeat 0 0;
  background-size: 0.6rem 0.75rem;
}/*# sourceMappingURL=new_main.css.map */