* {
  -moz-user-select: none;
  /*火狐*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  -ms-user-select: none;
  /*IE10*/
  -khtml-user-select: none;
  /*早期浏览器*/
  user-select: none;
}
.popup {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.7);
}
.popup-1 {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.7);
}
.beacon-popup {
  width: 100%;
}
.beacon-popup .beacon-clone {
  width: 14px;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}
.beacon-popup .popup-left_form {
  width: 400px;
  height: 454px;
  background: #D72027;
  padding: 50px 35px 0 50px;
  position: relative;
  overflow: hidden;
}
.beacon-popup .popup-left_form .popup-form_left {
  position: relative;
  z-index: 2;
}
.beacon-popup .popup-left_form .popup-form_left .form-title {
  margin-bottom: 60px;
  font-size: 26px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 40px;
  letter-spacing: 4px;
}
.beacon-popup .popup-left_form .popup-form_left .form-div .input-content {
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  width: 140px;
}
.beacon-popup .popup-left_form .popup-form_left .form-div .input-content .input-title {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;
  margin-bottom: 10px;
}
.beacon-popup .popup-left_form .popup-form_left .form-div .input-content ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: rgba(255, 255, 255, 0.6);
}
.beacon-popup .popup-left_form .popup-form_left .form-div .input-content ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(255, 255, 255, 0.6);
}
.beacon-popup .popup-left_form .popup-form_left .form-div .input-content :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: rgba(255, 255, 255, 0.6);
}
.beacon-popup .popup-left_form .popup-form_left .form-div .input-content input {
  background: none;
  border: 0;
  padding-left: 10px;
  color: #FFFFFF;
}
.beacon-popup .popup-left_form .popup-form_left .form-btn {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #D60F0F;
  line-height: 34px;
  text-align: center;
  width: 160px;
  height: 34px;
  background: #FFFFFF;
  border-radius: 4px;
  margin-top: 30px;
  cursor: pointer;
}
.beacon-popup .popup-left_form .popup-img {
  width: 178px;
  position: absolute;
  right: -92px;
  top: 50px;
  z-index: 1;
}
.beacon-popup .popup-right_code {
  width: 400px;
  height: 454px;
  background: #F1F2F3;
  padding: 0 20px;
}
.beacon-popup .popup-right_code .right-code_top {
  margin-top: 50px;
}
.beacon-popup .popup-right_code .right-code_top .code-top_card {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.beacon-popup .popup-right_code .right-code_top .code-top_card .card-txt {
  height: 36px;
  background: #FFFFFF;
  border-radius: 18px 18px 18px 0px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666060;
  line-height: 20px;
  padding: 8px 8px 8px 13px;
  margin-right: 13px;
  cursor: pointer;
}
.beacon-popup .popup-right_code .right-code_top .code-top_card .card-txt:last-child {
  margin-right: 0;
}
.beacon-popup .popup-right_code .right-code_top .code-top_card .card-color {
  background: #D72027;
  color: #FFFFFF;
}
.beacon-popup .popup-right_code .right-code_top .code-top_card .card-animat {
  position: relative;
  animation: mymove 5s infinite;
  /*Safari and Chrome*/
  animation-direction: alternate;
  /*轮流反向播放动画。*/
  animation-timing-function: ease-in-out;
  /*动画的速度曲线*/
  /* Safari 和 Chrome */
  -webkit-animation: mymove 5s infinite;
  -webkit-animation-direction: alternate;
  /*轮流反向播放动画。*/
  -webkit-animation-timing-function: ease-in-out;
  /*动画的速度曲线*/
  color: #FFFFFF;
}
.beacon-popup .popup-right_code .right-code_bottom {
  margin-top: 56px;
  width: 360px;
  height: 180px;
  background: #FFFFFF;
  padding: 20px;
  margin-bottom: 34px;
}
.beacon-popup .popup-right_code .right-code_bottom .code-bottom_top .code-left {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333030;
  line-height: 26px;
}
.beacon-popup .popup-right_code .right-code_bottom .code-bottom_top .code-right img {
  width: 60px;
  margin-bottom: 2px;
}
.beacon-popup .popup-right_code .right-code_bottom .code-bottom_top .code-right .code-right_txt {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999090;
  line-height: 17px;
}
.beacon-popup .popup-right_code .right-code_bottom .code-contact {
  width: 320px;
  padding-top: 10px;
  border-top: 1px solid #000;
  margin-top: 34px;
  display: flex;
  justify-content: space-between;
}
.beacon-popup .popup-right_code .right-code_bottom .code-contact img {
  width: 12px;
}
.beacon-popup .popup-right_code .right-code_bottom .code-contact span {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999090;
  line-height: 16px;
}
@keyframes mymove {
  0% {
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.1);
  }
}
@-webkit-keyframes mymove {
  /*Safari and Chrome*/
  0% {
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.1);
  }
}
.beacon-fff {
  background: #fff;
}
.beacon-center {
  width: 1200px;
}
.beacon-border {
  width: 100%;
  height: 1px;
  background: #E5E1E1;
}
.swiper-pagination-progressbar-fill {
  background: #D60F0F !important;
}
.popup-ceiling {
  position: fixed;
  z-index: 11;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.circle {
  width: 80px;
  height: 46px;
  position: absolute;
  background: white;
  top: 25%;
  left: -1000%;
}
.beacon-info .banner-right,
.beacon-info .ban {
  width: 320px;
  height: 186px;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  border: 1px solid #FFFFFF;
  padding: 20px;
}
.beacon-info .banner-right .right-popup li,
.beacon-info .ban .right-popup li {
  width: 132px;
  float: left;
  margin-right: 30px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #444444;
  line-height: 20px;
  padding-left: 6px;
  margin-bottom: 12px;
  position: relative;
  cursor: pointer;
}
.beacon-info .banner-right .right-popup li::before,
.beacon-info .ban .right-popup li::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #D60F0F;
  border-radius: 50%;
  position: absolute;
  left: -4px;
  top: 9px;
}
.beacon-info .banner-right .right-popup li:nth-child(2n),
.beacon-info .ban .right-popup li:nth-child(2n) {
  margin-right: 0;
  width: 105px;
}
.beacon-info .banner-right .right-btns,
.beacon-info .ban .right-btns {
  margin-top: 15px;
  width: 256px;
}
.beacon-info .banner-right .right-btns .right-btn,
.beacon-info .ban .right-btns .right-btn {
  width: 120px;
  height: 32px;
  border-radius: 4px;
  text-align: center;
  line-height: 32px;
  border: 1px solid #D60F0F;
  cursor: pointer;
}
.beacon-info .banner-right .right-btns .right-btn1,
.beacon-info .ban .right-btns .right-btn1 {
  width: 120px;
  height: 32px;
  border-radius: 4px;
  text-align: center;
  line-height: 32px;
  border: 1px solid #D60F0F;
  cursor: pointer;
}
.beacon-info .banner-right .right-btns .btn-l,
.beacon-info .ban .right-btns .btn-l {
  background: #fff;
  color: #D60F0F;
}
.beacon-info .banner-right .right-btns .btn-r,
.beacon-info .ban .right-btns .btn-r {
  background: #D60F0F;
  color: #fff;
}
.beacon-info .beacon-top {
  height: 70px;
}
.beacon-info .beacon-banner {
  height: 80px;
  background-size: 100% 100%;
  position: relative;
}
.beacon-info .beacon-banner .col-155 {
  height: 85px;
}
.beacon-info .beacon-banner .banner-left img {
  width: 211px;
  margin-bottom: 16px;
}
.beacon-info .beacon-banner .banner-left .banner-title {
  font-size: 48px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 67px;
  text-shadow: 4px 4px 8px #000000;
}
.beacon-info .beacon-banner .banner-left .banner-titles {
  font-size: 28px;
  font-family: PingFangSC-Light, PingFang SC;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 40px;
  text-shadow: 4px 4px 8px #000000;
}
.beacon-info .beacon-banner .banner-right,
.beacon-info .beacon-banner .ban {
  width: 320px;
  height: 186px;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  border: 1px solid #FFFFFF;
  padding: 20px;
}
.beacon-info .beacon-banner .banner-right .right-popup li,
.beacon-info .beacon-banner .ban .right-popup li {
  width: 132px;
  float: left;
  margin-right: 30px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #444444;
  line-height: 20px;
  padding-left: 6px;
  margin-bottom: 12px;
  position: relative;
  cursor: pointer;
}
.beacon-info .beacon-banner .banner-right .right-popup li::before,
.beacon-info .beacon-banner .ban .right-popup li::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #D60F0F;
  border-radius: 50%;
  position: absolute;
  left: -4px;
  top: 9px;
}
.beacon-info .beacon-banner .banner-right .right-popup li:nth-child(2n),
.beacon-info .beacon-banner .ban .right-popup li:nth-child(2n) {
  margin-right: 0;
  width: 105px;
}
.beacon-info .beacon-banner .banner-right .right-btns,
.beacon-info .beacon-banner .ban .right-btns {
  margin-top: 15px;
  width: 256px;
}
.beacon-info .beacon-banner .banner-right .right-btns .right-btn,
.beacon-info .beacon-banner .ban .right-btns .right-btn {
  width: 120px;
  height: 32px;
  border-radius: 4px;
  text-align: center;
  line-height: 32px;
  border: 1px solid #D60F0F;
  cursor: pointer;
}
.beacon-info .beacon-banner .banner-right .right-btns .btn-l,
.beacon-info .beacon-banner .ban .right-btns .btn-l {
  background: #fff;
  color: #D60F0F;
}
.beacon-info .beacon-banner .banner-right .right-btns .btn-r,
.beacon-info .beacon-banner .ban .right-btns .btn-r {
  background: #D60F0F;
  color: #fff;
}
.beacon-info .beacon-banner .beacon-bottom {
  height: 74px;
  background: url(../../images/website/info/gb-1.png) no-repeat;
  position: absolute;
  width: 100%;
  bottom: 0;
  border-top: 1px solid #fff;
}
.beacon-info .beacon-banner .beacon-bottom .bc-content {
  display: flex;
  padding: 0 51px 0 47px;
  border-right: 1px solid #E5E1E1;
}
.beacon-info .beacon-banner .beacon-bottom .bc-content .bc-content-left {
  color: #fff;
  font-size: 40px;
  line-height: 74px;
}
.beacon-info .beacon-banner .beacon-bottom .bc-content .bc-content-right {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  margin-top: 10px;
  margin-left: 16px;
}
.beacon-info .beacon-banner .beacon-bottom .bc-content .bc-content-right-1 {
  display: flex;
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  align-items: center;
}
.beacon-info .beacon-banner .beacon-bottom .bc-content:first-child {
  padding-left: 0;
}
.beacon-info .beacon-banner .beacon-bottom .bc-content:last-child {
  padding-right: 0;
  border: none;
}
.beacon-info .plate-ceiling {
  width: 100%;
  position: fixed;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 10;
}
.beacon-info .beacon-normal {
  display: flex;
  align-items: center;
}
.beacon-info .beacon-normal .top-logo img {
  width: 134px;
  /*height: 39px;*/
}
.beacon-info .beacon-normal .crowd-title {
  margin-bottom: 46px;
}
.beacon-info .beacon-normal .crowd-title .crowd-title_l {
  font-size: 28px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333030;
  line-height: 40px;
}
.beacon-info .beacon-normal .crowd-title .crowd-title_r {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #D60F0F;
  line-height: 20px;
  cursor: pointer;
}
.beacon-info .beacon-normal .crowd-title .crowd-title_r img {
  width: 20px;
  margin-top: -2px;
}
.beacon-info .beacon-normal .beacon-plate {
  height: 64px;
}
.beacon-info .beacon-normal .beacon-plate li {
  float: left;
  margin-right: 40px;
}
.beacon-info .beacon-normal .beacon-plate li .beacon-logo {
  width: 117px;
  height: 39px;
  margin-top: 22px;
}
.beacon-info .beacon-normal .beacon-plate li a {
  display: inline-block;
  width: 70px;
  height: 64px;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #666060;
  line-height: 64px;
  text-align: center;
}
.beacon-info .beacon-normal .beacon-plate li .col-a {
  color: #666060;
}
.beacon-info .beacon-normal .beacon-plate li:last-child {
  margin-right: 0;
}
.beacon-info .beacon-normal .beacon-plate .plate-li_color a {
  border-bottom: 4px solid #D60F0F;
}
.beacon-info .beacon-normal .beacon-plate .plate-li_color-t a {
  border-bottom: 4px solid #fff;
}
.beacon-info .beacon-normal .beacon-plate-t {
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.beacon-info .beacon-normal .beacon-plate-t li {
  float: left;
  margin-right: 40px;
  cursor: pointer;
}
.beacon-info .beacon-normal .beacon-plate-t li .beacon-logo {
  width: 117px;
  height: 39px;
  margin-top: 22px;
}
.beacon-info .beacon-normal .beacon-plate-t li a {
  display: inline-block;
  width: 70px;
  height: 64px;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 300;
  color: #666060;
  line-height: 64px;
  text-align: center;
}
.beacon-info .beacon-normal .beacon-plate-t li .col-a {
  color: #666060;
}
.beacon-info .beacon-normal .beacon-plate-t li:last-child {
  margin-right: 0;
}
.beacon-info .beacon-normal .beacon-plate-t .plate-li_color {
  border-bottom: 4px solid #D60F0F;
}
.beacon-info .beacon-normal .beacon-plate-t .plate-li_color-t {
  border-bottom: 4px solid #fff;
}
.beacon-info .beacon-normal .beacon-advantage {
  padding: 60px 0;
}
.beacon-info .beacon-normal .beacon-advantage .advantage-divs {
  height: 238px;
  background: #fff;
  display: flex;
  justify-content: space-around;
  flex: 1;
}
.beacon-info .beacon-normal .beacon-advantage .advantage-divs .advantage-card {
  width: 300px;
  height: 100%;
  padding: 40px 0 0 40px;
  position: relative;
  padding-right: 20px;
}
.beacon-info .beacon-normal .beacon-advantage .advantage-divs .advantage-card img {
  width: 64px;
}
.beacon-info .beacon-normal .beacon-advantage .advantage-divs .advantage-card .card-title {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333030;
  line-height: 25px;
}
.beacon-info .beacon-normal .beacon-advantage .advantage-divs .advantage-card .card-titles {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999090;
  line-height: 20px;
}
.beacon-info .beacon-normal .beacon-advantage .advantage-divs .advantage-card-2 {
  width: 500px;
}
.beacon-info .beacon-normal .beacon-advantage .advantage-divs .advantage-card::before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 177px;
  background: #EDEBEB;
  position: absolute;
  top: 21px;
  right: 0;
}
.beacon-info .beacon-normal .beacon-advantage .advantage-divs .advantage-card:last-child::before {
  display: none;
}
.beacon-info .beacon-normal .beacon-introduce {
  padding-top: 80px;
  padding-bottom: 80px;
}
.beacon-info .beacon-normal .beacon-introduce .crowd-title {
  margin-bottom: 60px;
}
.beacon-info .beacon-normal .beacon-introduce .crowd-title .crowd-title_l img {
  width: 217px;
}
.beacon-info .beacon-normal .beacon-introduce .introduce-content .introduce-content_top {
  margin-bottom: 84px;
}
.beacon-info .beacon-normal .beacon-introduce .introduce-content .introduce-content_top .introduce-txts {
  width: 450px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333030;
  line-height: 26px;
}
.beacon-info .beacon-normal .beacon-introduce .introduce-content .introduce-content_top .introduce-txts .introduce-txts-1 {
  width: 450px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333030;
  line-height: 26px;
}
.beacon-info .beacon-normal .beacon-introduce .introduce-content .introduce-content_top .introduce-txts-n {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333030;
  display: flex;
  line-height: 26px;
}
.beacon-info .beacon-normal .beacon-introduce .introduce-content .introduce-content_top .introduce-txts-n .introduce-txts-1 {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333030;
  line-height: 26px;
}
.beacon-info .beacon-normal .beacon-introduce .introduce-content .introduce-content_top .introduce-ranking {
  width: 640px;
}
.beacon-info .beacon-normal .beacon-introduce .introduce-content .introduce-content_top .introduce-ranking .introduce-ranking_top li {
  width: 234px;
  float: left;
  margin-right: 102px;
  margin-bottom: 40px;
}
.beacon-info .beacon-normal .beacon-introduce .introduce-content .introduce-content_top .introduce-ranking .introduce-ranking_top li .introduce-ranking_title {
  font-size: 36px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333030;
  line-height: 50px;
}
.beacon-info .beacon-normal .beacon-introduce .introduce-content .introduce-content_top .introduce-ranking .introduce-ranking_top li .introduce-ranking_titles {
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999090;
  line-height: 25px;
  margin-top: 10px;
  margin-bottom: 5px;
}
.beacon-info .beacon-normal .beacon-introduce .introduce-content .introduce-content_top .introduce-ranking .introduce-ranking_top li .introduce-ranking_txt {
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333030;
  line-height: 25px;
}
.beacon-info .beacon-normal .beacon-introduce .introduce-content .introduce-content_top .introduce-ranking .introduce-ranking_top li:nth-child(2n) {
  margin-right: 0;
}
.beacon-info .beacon-normal .beacon-introduce .introduce-content .introduce-content_top .introduce-ranking .introduce-ranking_bottom {
  margin-top: 60px;
}
.beacon-info .beacon-normal .beacon-introduce .introduce-content .introduce-content_top .introduce-ranking .introduce-ranking_bottom img {
  width: 127px;
  margin-right: 39px;
}
.beacon-info .beacon-normal .beacon-introduce .introduce-content .introduce-content_top .introduce-ranking .introduce-ranking_bottom img:last-child {
  margin-right: 0;
}
.beacon-info .beacon-normal .beacon-introduce .introduce-content .slide-show_video {
  width: 580px;
  height: 435px;
  margin-right: 10px;
  position: relative;
}
.beacon-info .beacon-normal .beacon-introduce .introduce-content .slide-show_video img {
  width: 580px;
  height: 435px;
}
.beacon-info .beacon-normal .beacon-introduce .introduce-content .slide-show_video .beacon-play {
  background: url(/images/site/home/p/play.png) 0 0 / 100% 100% no-repeat;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 45%;
  left: 45%;
}
.beacon-info .beacon-normal .beacon-introduce .introduce-content .poi {
  cursor: pointer;
}
.beacon-info .beacon-normal .beacon-introduce .introduce-content .introduce-content_bottom {
  position: relative;
}
.beacon-info .beacon-normal .beacon-introduce .introduce-content .introduce-content_bottom .introduce-content .swiper-slide {
  width: 100%;
  height: 435px;
}
.beacon-info .beacon-normal .beacon-introduce .introduce-content .introduce-content_bottom .introduce-content .swiper-slide .slide-show_suo {
  width: 300px;
  height: 363px;
  margin-top: -69px;
  cursor: pointer;
}
.beacon-info .beacon-normal .beacon-introduce .introduce-content .introduce-content_bottom .introduce-content .swiper-slide .slide-show_suo:last-child {
  margin-right: 0;
}
.beacon-info .beacon-normal .beacon-introduce .introduce-content .introduce-content_bottom .introduce-paination {
  width: 610px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: auto;
  top: auto;
}
.beacon-info .beacon-normal .beacon-introduce .introduce-content .introduce-content_bottom .introduce-btn {
  width: 32px;
  height: 32px;
}
.beacon-info .beacon-normal .beacon-introduce .introduce-content .introduce-content_bottom .swiper-button-next {
  bottom: 15px;
  right: 0;
  top: auto;
}
.beacon-info .beacon-normal .beacon-introduce .introduce-content .introduce-content_bottom .swiper-button-prev {
  left: auto;
  right: 48px;
  bottom: 15px;
  top: auto;
}
.beacon-info .beacon-normal #beacon-crowd,
.beacon-info .beacon-normal #beacon-course,
.beacon-info .beacon-normal #beacon-school,
.beacon-info .beacon-normal #beacon-activity,
.beacon-info .beacon-normal #beacon-enroll {
  padding-top: 74px;
  /* 60px是导航栏高度 */
  margin-top: -74px;
}
.beacon-info .beacon-normal #beacon-introduce {
  padding-top: 140px;
  /* 60px是导航栏高度 */
  margin-top: -140px;
}
.beacon-info .beacon-normal #beacon-assesses {
  padding-top: 74px;
  /* 60px是导航栏高度 */
  margin-top: -74px;
}
.beacon-info .beacon-normal .beacon-crowd {
  padding-top: 60px;
  padding-bottom: 80px;
}
.beacon-info .beacon-normal .beacon-crowd .crowd-cards {
  padding-top: 100px;
  display: flex;
  padding-bottom: 20px;
  overflow-x: scroll;
}
.beacon-info .beacon-normal .beacon-crowd .crowd-cards .crowd-cards::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
.beacon-info .beacon-normal .beacon-crowd .crowd-cards .crowd-card {
  width: 360px;
  cursor: pointer;
}
.beacon-info .beacon-normal .beacon-crowd .crowd-cards .crowd-card img {
  width: 360px;
  transition: all 0.8s;
}
.beacon-info .beacon-normal .beacon-crowd .crowd-cards .crowd-card p {
  text-align: center;
}
.beacon-info .beacon-normal .beacon-crowd .crowd-cards .crowd-card .crowd-card_title {
  margin-top: 40px;
  margin-bottom: 15px;
  height: 25px;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #333030;
  line-height: 25px;
}
.beacon-info .beacon-normal .beacon-crowd .crowd-cards .crowd-card .crowd-card_titles {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666060;
  line-height: 20px;
}
.beacon-info .beacon-normal .beacon-crowd .crowd-cards .crowd-card:nth-child(2n) {
  margin: 0 60px;
  margin-top: -60px;
}
.beacon-info .beacon-normal .beacon-crowd .crowd-cards .crowd-card:hover img {
  transform: scale(1.1);
}
.beacon-info .beacon-normal .beacon-course {
  padding-top: 80px;
}
.beacon-info .beacon-normal .beacon-course .course-cards {
  display: flex;
}
.beacon-info .beacon-normal .beacon-course .course-cards li {
  float: left;
  width: 285px;
  background: #FFFFFF;
  margin-right: 20px;
  padding: 15px 20px;
  margin-top: 10px;
}
.beacon-info .beacon-normal .beacon-course .course-cards li img {
  width: 48px;
  float: right;
}
.beacon-info .beacon-normal .beacon-course .course-cards li .course-card_title {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333030;
  line-height: 20px;
}
.beacon-info .beacon-normal .beacon-course .course-cards li .course-card_titles {
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333030;
  line-height: 22px;
  margin-top: 2px;
  margin-bottom: 5px;
}
.beacon-info .beacon-normal .beacon-course .course-cards li .course-card_txt {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999090;
  line-height: 20px;
}
.beacon-info .beacon-normal .beacon-course .course-cards li:last-child {
  margin-right: 0;
}
.beacon-info .beacon-normal .beacon-course .course-content {
  margin-top: 40px;
}
.beacon-info .beacon-normal .beacon-course .course-content .course-plate {
  margin-bottom: 30px;
}
.beacon-info .beacon-normal .beacon-course .course-content .course-plate li {
  float: left;
  padding: 11px 30px;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  line-height: 20px;
  border-radius: 4px;
  border: 1px solid #666060;
  margin-right: 30px;
  cursor: pointer;
}
.beacon-info .beacon-normal .beacon-course .course-content .course-plate li:last-child {
  margin-right: 0;
}
.beacon-info .beacon-normal .beacon-course .course-content .course-plate .plate-li_color {
  color: #D60F0F;
  border: 1px solid #D60F0F;
}
.beacon-info .beacon-normal .beacon-course .course-content .course-plates {
  margin-bottom: 100px;
}
.beacon-info .beacon-normal .beacon-course .course-content .course-plates li .plates-content li {
  float: left;
  width: 48%;
  border-bottom: 1px solid #E5E1E1;
  margin-right: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 35px 0;
}
.beacon-info .beacon-normal .beacon-course .course-content .course-plates li .plates-content li .plates-content_num {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333030;
  display: inline-block;
  width: 45px;
  margin-right: 40px;
}
.beacon-info .beacon-normal .beacon-course .course-content .course-plates li .plates-content li .plates-content_title {
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333030;
  display: inline-block;
  width: 28%;
  margin-right: 83px;
}
.beacon-info .beacon-normal .beacon-course .course-content .course-plates li .plates-content li .plates-content_txt {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999090;
  display: inline-block;
  width: 233px;
}
.beacon-info .beacon-normal .beacon-course .course-content .course-plates li .plates-content li:nth-child(2n) {
  margin-right: 0;
}
.beacon-info .beacon-normal .beacon-assess {
  position: relative;
}
.beacon-info .beacon-normal .beacon-assess .assess-title {
  position: absolute;
  left: 20px;
  top: 40px;
  font-weight: 800;
  z-index: 3;
  font-size: 28px;
  color: #fff;
}
.beacon-info .beacon-normal .beacon-assess .assess-left {
  width: 600px;
  height: 600px;
  margin-right: 60px;
}
.beacon-info .beacon-normal .beacon-assess .assess-left img {
  width: 100%;
}
.beacon-info .beacon-normal .beacon-assess .assess-right {
  padding-top: 80px;
}
.beacon-info .beacon-normal .beacon-assess .assess-right .assess-right_portrait {
  margin-bottom: 40px;
}
.beacon-info .beacon-normal .beacon-assess .assess-right .assess-right_portrait li {
  float: left;
  width: 84px;
  height: 84px;
  margin-right: 20px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.beacon-info .beacon-normal .beacon-assess .assess-right .assess-right_portrait li img {
  width: 72px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.beacon-info .beacon-normal .beacon-assess .assess-right .assess-right_portrait .portrait-border {
  border: 2px solid #D60F0F;
}
.beacon-info .beacon-normal .beacon-assess .assess-right .assess-right_content li .assess-titles span {
  margin-right: 30px;
}
.beacon-info .beacon-normal .beacon-assess .assess-right .assess-right_content li .assess-titles .assess-titles_title {
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333030;
  line-height: 28px;
}
.beacon-info .beacon-normal .beacon-assess .assess-right .assess-right_content li .assess-titles .assess-titles_txt {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999090;
  line-height: 22px;
}
.beacon-info .beacon-normal .beacon-assess .assess-right .assess-right_content li .assess-labels {
  margin-top: 12px;
  padding-bottom: 50px;
  display: flex;
}
.beacon-info .beacon-normal .beacon-assess .assess-right .assess-right_content li .assess-labels span {
  padding: 6px 15px;
  border-radius: 20px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  line-height: 20px;
  margin-right: 10px;
}
.beacon-info .beacon-normal .beacon-assess .assess-right .assess-right_content li .assess-labels span:last-child {
  margin-right: 0;
}
.beacon-info .beacon-normal .beacon-assess .assess-right .assess-right_content li .assess-labels .spanColor0 {
  border: 1px solid #D60F0F;
  color: #D60F0F;
}
.beacon-info .beacon-normal .beacon-assess .assess-right .assess-right_content li .assess-labels .spanColor1 {
  background: #D60F0F;
  color: #fff;
}
.beacon-info .beacon-normal .beacon-assess .assess-right .assess-right_content li .assess-labels .spanColor2 {
  background: #EBB40E;
  color: #fff;
}
.beacon-info .beacon-normal .beacon-assess .assess-right .assess-right_content li .assess-txt {
  width: 540px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333030;
  line-height: 22px;
  position: relative;
}
.beacon-info .beacon-normal .beacon-assess .assess-right .assess-right_content li .assess-txt img {
  width: 51px;
  position: absolute;
}
.beacon-info .beacon-normal .beacon-assess .assess-right .assess-right_content li .assess-txt .assess-img0 {
  left: -18px;
  top: -18px;
}
.beacon-info .beacon-normal .beacon-assess .assess-right .assess-right_content li .assess-txt .assess-img1 {
  right: 0;
  bottom: -10px;
}
.beacon-info .beacon-normal .beacon-school {
  padding-top: 100px;
  padding-bottom: 60px;
}
.beacon-info .beacon-normal .beacon-school .school-teachers {
  width: 915px;
}
.beacon-info .beacon-normal .beacon-school .school-teachers .teacher-card {
  margin-bottom: 30px;
}
.beacon-info .beacon-normal .beacon-school .school-teachers .teacher-card img {
  width: 100px;
}
.beacon-info .beacon-normal .beacon-school .school-teachers .teacher-card .teacher-card_content {
  width: 780px;
  padding-bottom: 30px;
  border-bottom: 1px solid #E5E1E1;
}
.beacon-info .beacon-normal .beacon-school .school-teachers .teacher-card .teacher-card_content .teacher-card_title {
  margin-bottom: 22px;
}
.beacon-info .beacon-normal .beacon-school .school-teachers .teacher-card .teacher-card_content .teacher-card_title .teacher-name {
  margin-right: 30px;
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333030;
  line-height: 28px;
}
.beacon-info .beacon-normal .beacon-school .school-teachers .teacher-card .teacher-card_content .teacher-card_title .teacher-label {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999090;
  line-height: 22px;
}
.beacon-info .beacon-normal .beacon-school .school-teachers .teacher-card .teacher-card_content .teacher-card_txt {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333030;
  line-height: 22px;
}
.beacon-info .beacon-normal .beacon-school .school-teachers .teacher-card:last-child {
  margin-bottom: 0;
}
.beacon-info .beacon-normal .beacon-school .school-teachers .teacher-card:last-child .teacher-card_content {
  border: none;
}
.beacon-info .beacon-normal .beacon-activity {
  padding-top: 80px;
}
.beacon-info .beacon-normal .beacon-activity .activity-content {
  width: 1140px;
}
.beacon-info .beacon-normal .beacon-activity .activity-content .activity-card {
  width: 540px;
  margin-right: 60px;
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #E5E1E1;
}
.beacon-info .beacon-normal .beacon-activity .activity-content .activity-card .activity-title {
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333030;
  line-height: 28px;
  margin-bottom: 10px;
}
.beacon-info .beacon-normal .beacon-activity .activity-content .activity-card .activity-titles {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999090;
  line-height: 22px;
  margin-bottom: 30px;
}
.beacon-info .beacon-normal .beacon-activity .activity-content .activity-card img {
  width: 100%;
  margin-bottom: 30px;
}
.beacon-info .beacon-normal .beacon-activity .activity-content .activity-card .activity-txt {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333030;
  line-height: 22px;
}
.beacon-info .beacon-normal .beacon-activity .activity-content .activity-card:nth-child(2n) {
  margin-right: 0;
}
.beacon-info .beacon-normal .beacon-activity .activity-content .activity-card:nth-child(3),
.beacon-info .beacon-normal .beacon-activity .activity-content .activity-card:nth-child(4) {
  border: none;
}
.beacon-info .beacon-normal .beacon-enroll {
  padding-top: 80px;
  padding-bottom: 100px;
}
.beacon-info .beacon-normal .beacon-enroll .crowd-title {
  margin-bottom: 53px;
}
.beacon-info .beacon-normal .beacon-enroll .enroll-content {
  margin-bottom: 80px;
  display: flex;
  overflow: hidden;
}
.beacon-info .beacon-normal .beacon-enroll .enroll-content .enroll-content_card {
  width: 260px;
  position: relative;
}
.beacon-info .beacon-normal .beacon-enroll .enroll-content .enroll-content_card .enroll-title {
  font-size: 34px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #D60F0F;
  line-height: 48px;
  margin-bottom: 25px;
}
.beacon-info .beacon-normal .beacon-enroll .enroll-content .enroll-content_card .enroll-title-color {
  color: #CCC8C8;
}
.beacon-info .beacon-normal .beacon-enroll .enroll-content .enroll-content_card .enroll-card_border {
  width: 260px;
  height: 2px;
  background: #CCC8C8;
  margin-bottom: 45px;
  position: absolute;
}
.beacon-info .beacon-normal .beacon-enroll .enroll-content .enroll-content_card .enroll-card_border1 {
  background: #D60F0F;
  width: 0;
}
.beacon-info .beacon-normal .beacon-enroll .enroll-content .enroll-content_card .enroll-card_border::before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #D60F0F;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: -5px;
}
.beacon-info .beacon-normal .beacon-enroll .enroll-content .enroll-content_card .enroll-card_border_after::before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #CCC8C8;
  border-radius: 50%;
  position: absolute;
  left: -1px;
  top: -6px;
}
.beacon-info .beacon-normal .beacon-enroll .enroll-content .enroll-content_card .enroll-titles {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333030;
  line-height: 22px;
  margin-bottom: 10px;
  margin-top: 60px;
}
.beacon-info .beacon-normal .beacon-enroll .enroll-content .enroll-content_card .enroll-txt {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666060;
  line-height: 20px;
}
.beacon-info .beacon-normal .beacon-enroll .enroll-btn {
  width: 160px;
  height: 34px;
  line-height: 34px;
  background: #D60F0F;
  border-radius: 4px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  cursor: pointer;
}
.beacon-consult {
  width: 64px;
  height: 64px;
  background: #D60F0F;
  border-radius: 50%;
  position: fixed;
  top: 80%;
  right: 3%;
  cursor: pointer;
}
.beacon-consult img {
  width: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
html,
body {
  position: relative;
  height: 100%;
}
body {
  background: #fff;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.beacon-footer {
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.07);
}
.beacon-footer .beacon-footer_content .footer-content_top {
  padding-top: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #E0DCDC;
}
.beacon-footer .beacon-footer_content .footer-content_top .footer-left {
  margin-top: 34px;
  display: flex;
}
.beacon-footer .beacon-footer_content .footer-content_top .footer-left .footer-logo {
  width: 134px;
  margin-right: 80px;
}
.beacon-footer .beacon-footer_content .footer-content_top .footer-left .footer-email,
.beacon-footer .beacon-footer_content .footer-content_top .footer-left .footer-bet {
  margin-top: 28px;
}
.beacon-footer .beacon-footer_content .footer-content_top .footer-left .footer-bet {
  margin: 28px 40px 0 40px;
}
.beacon-footer .beacon-footer_content .footer-content_top .footer-left span {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333030;
  line-height: 20px;
  display: block;
}
.beacon-footer .beacon-footer_content .footer-content_top .footer-left span img {
  width: 20px;
  margin-right: 10px;
}
.beacon-footer .beacon-footer_content .footer-content_top .footer-left .footer-tel {
  margin: 0 40px;
}
.beacon-footer .beacon-footer_content .footer-content_top .footer-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.beacon-footer .beacon-footer_content .footer-content_top .footer-right div {
  margin-right: 20px;
}
.beacon-footer .beacon-footer_content .footer-content_top .footer-right div .footer-code_txt {
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333030;
  line-height: 20px;
  text-align: center;
  margin-top: 6px;
}
.beacon-footer .beacon-footer_content .footer-content_top .footer-right div .footer-code_txt-1 {
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333030;
  line-height: 20px;
  text-align: center;
  margin-top: 10px;
  margin-right: 20px;
}
.beacon-footer .beacon-footer_content .footer-content_top .footer-right a {
  margin-right: 40px;
}
.beacon-footer .beacon-footer_content .footer-content_top .footer-right a img {
  width: 40px;
}
.beacon-footer .beacon-footer_content .footer-content_top .footer-right .footer-new {
  width: 80px;
  height: 80px;
  background: linear-gradient(154deg, #f4f4f4 0%, #ffffff 100%);
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 96, 0.07), 1px 2px 4px -2px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  margin-right: 0;
}
.beacon-footer .beacon-footer_content .footer-content_top .footer-right .footer-new .footer-a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
}
.beacon-footer .beacon-footer_content .footer-content_top .footer-right .footer-new .footer-a img {
  width: 50px !important;
}
.beacon-footer .beacon-footer_content .footer-content_top .footer-right .footer-a:hover {
  transform: scale(1.1);
}
@keyframes ani {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.01);
  }
  100% {
    transform: scale(1.03);
  }
}
.beacon-footer .beacon-footer_content .footer-content_top .footer-right .footer-codes {
  display: inline-block;
}
.beacon-footer .beacon-footer_content .footer-content_top .footer-right .footer-codes .footer-code {
  width: 80px;
  margin-bottom: 3px;
}
.beacon-footer .beacon-footer_content .footer-content_bottom {
  padding-bottom: 14px;
}
.beacon-footer .beacon-footer_content .footer-content_bottom .last-footer_title {
  text-align: center;
  font-size: 12px;
  font-family: PingFangSC-Light, PingFang SC;
  font-weight: 300;
  color: #999090;
  line-height: 17px;
  margin: 10px 0;
}
.beacon-footer .beacon-footer_content .footer-content_bottom .last-footer_text a {
  color: #999090;
}
.beacon-footer .beacon-footer_content .footer-content_bottom .last-footer_text span {
  font-size: 12px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  line-height: 28px;
  color: #999090;
}
@keyframes scaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    transform: scale(1.5);
    /*放大1.1倍*/
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.5);
  }
}
.beacon-video {
  display: none;
}
.beacon-video .video-file {
  width: 50%;
  height: 50%;
  position: fixed;
  z-index: 11;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.beacon-video .beacon-clone {
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 26%;
  left: 73%;
  z-index: 15;
}
.flex {
  display: flex;
}
.center {
  justify-content: center;
}
