
/*这是字体*/
@font-face {
  font-family: "Baskerville";
  src: url('../font/Baskerville-Regular.ttf') format('woff');
  font-display: swap; /* 使用后备字体直到自定义字体加载完成 */
}

/*这是字体*/
@font-face {
  font-family: "华康俪金黑W8";
  src: url('./华康俪金黑W8.TTF') format('woff');
  font-display: swap; /* 使用后备字体直到自定义字体加载完成 */
}
/*这是字体*/
@font-face {
  font-family: "FZKTJW";
  src: url('./FZKTJW.TTF') format('woff');
  font-display: swap; /* 使用后备字体直到自定义字体加载完成 */
}

/*这是字体*/
@font-face {
  font-family: "楷体_GB2312";
  src: url('./楷体_GB2312.ttf') format('woff');
  font-display: swap; /* 使用后备字体直到自定义字体加载完成 */
}

/*这是字体*/
@font-face {
  font-family: "FZYouSJW";
  src: url('./FZYouSJW_508R.TTF') format('woff');
  font-display: swap; /* 使用后备字体直到自定义字体加载完成 */
}


body {
  line-height: 1;
  background: #F7F8FA;
}

.box {
  position: relative;
  font-size: .24rem;
  color: #333;
}

.wp100 { width: 100%; }
.wp50 { width: 50%; }

.hp100 { height: 100%; }

.lh_1 { line-height: 1; }

.lh60 { line-height: .6rem; }

.bgf { background: #fff; }


.zi_2 { z-index: 2; }

.bb1 { border-bottom: 1px solid rgba(37, 51, 78, .5); }

.cor_ff4 { color: #ff4800; }
.cor_ba1 { color: #ba1e12; }
.cor_fff { color: #fff; }
.cor_000 { color: #000; }
.cor_383 { color: #383838; }
.cor_cad { color: #cad1d9; }
.cor_8db { color: #8db6ca; }


.img1 { width: .32rem; height: .32rem; }
.img2 { width: .77rem; height: .55rem; }
.img3 { width: 1.96rem; height: .33rem; }
.img4 { width: .4rem; height: .4rem; }
.img5 { width: .7rem; height: .7rem; }
.img6 { width: .24rem; height: .23rem; }

.page_home_box {
  position: relative;
  padding-top: 7.16rem;
  z-index: 2;
}

.page_bg_1 { background: rgba(10, 60, 80, 1); } /* G228 */
.page_bg_2 { background: rgba(89, 71, 61, 1) } /* G318 */
.page_bg_3 { background: rgba(53, 69, 76, 1); } /* G312 */
.page_bg_4 { background: rgba(36, 83, 125, 1); } /* G109 */
.page_bg_5 { background: rgba(77, 66, 72, 1); } /* G215 */
.page_bg_6 { background: rgba(127, 127, 127, 1); } /* G219 */

.navbar_box_fix {
  position: fixed;
  top: 0;
  left: 0;
  /* display: flex; */
  /* justify-content: space-between; */
  white-space: nowrap;
  padding: .73rem .33rem 0;
  width: 100%;
  height: 1.35rem;
  background: rgba(0,0,0,.3);
  transition: background-color 0.5s ease;
  z-index: 5;
  overflow-x: auto;
}


.navbar_box_fix .item_nav {
  position: relative;
  display: inline-block;
  min-width: 1rem;
  height: .61rem;
  line-height: .61rem;
  text-align: center;
  font-size: .32rem;
  color: #fff;
  margin-right: .18rem;
}

.navbar_box_fix .item_nav::after {
  display: none;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: .42rem;
  height: .06rem;
  background: #D43030;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.navbar_box_fix .active.item_nav {
  font-size: .36rem;
  font-weight: bold;
}

.navbar_box_fix .active.item_nav::after {
  display: block;
}

.home_bg_img_pos {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.home_des_text {
  position: relative;
  padding: 0 1.13rem;
  font-size: .24rem;
  color: #fff;
  line-height: .34rem;
  text-align: left;
  min-height: 1.94rem;
}

.poster_bg_page {
  position: relative;
  padding-top: 1rem;
  width: 100%;
  height: 16.25rem;
  background: url(../images/poster_page_bg.jpg) no-repeat;
  background-size: 100% 16.25rem;
}

.back_page {
  position: fixed;
  top: .61rem;
  right: .5rem;
  width: .33rem;
  height: .33rem;
  z-index: 5;
}

#swiper_1 {
  position: relative;
  height: 9.9rem;
}

#swiper_1 .swiper-slide {
  transform: scale(0.899);
  transition: .5s;
  -webkit-transition: .5s;
}

#swiper_1 .swiper-slide.swiper-slide-active {
  transform: scale(1);
  padding: .16rem .04rem;
}

#swiper_1 .slider_img {
  position: relative;
  display: block;
  width: 100%;
  border-radius: .2rem;
  width: 4.6rem;
  height: 8.12rem;
  /* object-fit: cover; */
}

#swiper_1 .swiper-slide.swiper-slide-active .slider_img {
  box-shadow: 0 0 .16rem rgba(3, 34, 48, 1);
}


.swiper-pagination .swiper-pagination-bullet {
  width: .08rem;
  height: .08rem;
  margin: 0 .05rem !important;
  background: #fff;
  opacity: 1;
  border-radius: 50%;
}

.swiper-pagination .swiper-pagination-bullet-active {
  width: .24rem;
  height: .08rem;
  background: #e95024;
  border-radius: .08rem;
  opacity: 1;
}

.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom, .swiper-pagination-fraction { bottom: 1.16rem; }

#swiper_1 .swiper_slide_title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .34rem;
  font-weight: bold;
  color: #fac6a3;
  margin-top: .6rem;
}

.icon_t_cir {
  position: relative;
  display: block;
  width: .12rem;
  height: .12rem;
  background: #fff;
  border: 1px solid #d0a381;
  border-radius: 50%;
  box-shadow: 0 0 10px 5px rgba(255, 255, 255, 0.6);
}

.info_box {
  opacity: 0;
  transition: .3s;
  -webkit-transition: .3s;
}

#swiper_1 .swiper-slide.swiper-slide-active .info_box { opacity: 1; }

.g_top_box_pos {
  position: relative;
  width: 100%;
  /* height: 100%; */
  /* display: flex;
  flex-direction: column;
  justify-content: center; */
  padding: .2rem .36rem;
  background: url(../images/icon_p_top_1.png) no-repeat;
  background-size: cover;
  overflow: hidden;
}

.pic_desc_text {
  position: relative;
  padding: .35rem .3rem;
  font-size: .32rem;
  line-height: .46rem;
  color: #383838;
  background: #E9F1FE;
}

.popup_scroll_h {
  /* position: relative; */
  max-height: 9.5rem;
  overflow-y: auto;
  border-radius: 0 0 .2rem .2rem;
}

.content_mask_pos {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.4rem;
  background: linear-gradient(rgba(221,230,255,.1), rgba(221,230,255, .6) );
  z-index: 1;
}

.share_poster_btn {
  position: relative;
  width: 2.2rem;
  height: .65rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .28rem;
  color: #000;
  background: #fff;
  border: .02rem solid #000;
  border-radius: .324rem;
}

.video_size {
  position: relative;
  width: 100%;
  object-fit: cover;
}

.G_pai_zi_pos {
  position: absolute;
  top: 0.22rem;
  right: .45rem;
  width: 0.98rem;
  height: 2rem;
  padding-top: 1.31rem;
  text-align: center;
  font-size: .24rem;
  font-weight: bold;
  color: #000;
  background: url(../images/icon_pai_zi.png) no-repeat;
  background-size: 0.98rem;
}

.map_box_re {
  position: relative;
  width: 100%;
  height: 16.26rem;
  /* background: url(../images/map_bg.png) no-repeat;
  background-size: 100% 16.26rem; */
  z-index: 2;
}

.video_bg_pos {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 16.26rem;
  background: #000;
  object-fit: cover;
  z-index: 1;
}

.road_pos_item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 16.26rem;
  overflow: hidden;
}

.G_109 {
  position: absolute;
  top: 0;
  right: 3rem;
  width: 0;
  height: 100%;
  background: #0565F7;
  animation: expandLeft 13s forwards;
  overflow: hidden;
}

.G_img_pos {
  position: absolute;
  top: 0;
  left: 0;
  width: 7.5rem;
  height: 16.26rem;

}

@keyframes expandLeft {
  0% {
    width: 0;
  }
  100% {
    width: 3rem;
  }
}

.down_poster_btn {
  position: relative;
  display: inline-block;
  width: 2.6rem;
  height: .8rem;
  line-height: .8rem;
  text-align: center;
  font-size: .32rem;
  font-weight: bold;
  color: #fff;
  background: rgba(235,120,50,1);
  border-radius: .15rem;
}

.zhi_n_pos {
  position: absolute;
  top: 9.9rem;
  left: .68rem;
  width: 1.5rem;
  height: 1.5rem;
  z-index: 2;
}

.pai_pos {
  position: absolute;
  top: 11.44rem;
  left: 50%;
  width: 1.8rem;
  height: 2.56rem;
  transform: translateX(-50%);
  z-index: 2;
}


/*弹窗*/
.bomb_box_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1003;
  background: rgba(0,0,0,.6);
  overflow: hidden;
}

.bomb_box {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  /* max-width: 420px; */
}


.popup_box_1 {
  position: relative;
  width: 6.63rem;
  font-size: .32rem;
  line-height: .46rem;
  color: #000;
  text-align: left;
  background: #fff;
  border-radius: .2rem;
  margin-left: auto;
  margin-right: auto;
}

.popup_box_2 {
  position: relative;
  width: 6.5rem;
  height: 10rem;
  background: #fff;
  border-radius: .2rem;
  margin-left: auto;
  margin-right: auto;
}

.btn_colse_bomb_box {
  position: absolute;
  top: -0.17rem;
  right: -0.12rem;
  width: 0.52rem;
  height: .52rem;
  background: url(../images/icon_close.png) no-repeat;
  background-size: 0.52rem;
  z-index: 2;
}

.back_home_btn,.back_top_btn {
  position: relative;
  z-index: 3;
}

.parse_btn_fix {
  position: fixed;
  right: .44rem;
  bottom: .5rem;
  display: flex;
  align-items: center;
  z-index: 3;
  display: flex;
  flex-direction: column;
}

.parse_text {
  position: relative;
  font-size: .24rem;
  font-weight: bold;
  color: #fff;
  line-height: .34rem;
  text-shadow: 0px .02rem .04rem  #000000;
  margin-left: .08rem;
}

.down_poster_btn {
  position: relative;
  display: inline-block;
  width: 2.6rem;
  height: .8rem;
  line-height: .8rem;
  text-align: center;
  font-size: .32rem;
  font-weight: bold;
  color: #fff;
  background: rgba(235,120,50,1);
  border-radius: .15rem;
}


#poster {
  background-size: cover; /* 背景图像覆盖整个元素 */
  background-position: center; /* 背景图像居中显示 */
  background-repeat: no-repeat; /* 背景图像不重复 */
  width: 6.5rem;
  height: 12.00rem;
}

#qrcode {
  position: absolute;
  right: .2rem;
  top: 10.7rem;
  width: 1rem;
  height: 1rem;
  z-index: 99999999
}

#qrcode img {
  width: 1rem;
  height: 1rem;
}

.poster_bg_image {
  width: 6.5rem;
  height: 12.02rem;
  position: absolute;
  top: 0rem;
  left: 0rem;
  object-fit: cover;
}

.poster_black_box {
  width: 5.42rem;
  height: 8.34rem;
  position: absolute;
  top: 1.53rem;
  left: 0.54rem;
  object-fit: cover;
}

.poster_article_image {
  width: 4.98rem;
  height: 6.68rem;
  position: absolute;
  top: 1.71rem;
  left: 0.76rem;
  object-fit: cover;
}

.poster_road_flag {
  width: 1.31rem;
  height: 1.69rem;
  position: absolute;
  top: 0.63rem;
  left: 0.97rem;
  z-index: 3;
}

.poster_road_deliver {
  width: 4.76rem;
  height: 0.11rem;
  position: absolute;
  top: 8.33rem;
  left: 0.87rem;
  z-index: 3;
}

.poster_article_title {
  position: absolute;
  left: 0.98rem;
  top: 6.55rem;
  width: 4.54rem;
  height: 1.86rem;
  opacity: 1;
  text-shadow: 0px 0.01rem 0.04rem rgba(0, 0, 0, 1);
  /** 文本1 */
  font-size: 0.41rem;
  font-weight: 900;
  letter-spacing:-1px;
  line-height: 0.50rem;
  color: rgba(250, 186, 130, 1);
  text-align: justify;
  vertical-align: top;
  z-index: 4;
  /*font-family: 华康俪金黑W8;*/
  /*background-image: linear-gradient(rgba(0,0,0,.9), rgba(0,0,0,.3));*/
}

.poster_article_summary {
  width: 4.6rem;
  height: 8.3rem;
  position: absolute;
  top: 8.59rem;
  left: 0.98rem;
  text-shadow: 0px 0.02rem 0.02rem rgba(0, 0, 0, 1);
  font-size: 0.27rem;
  font-weight: 400;
  letter-spacing: -1px;
  line-height: 0.35rem;
  color: rgba(255, 255, 255, 1);
  text-align: justify;
  vertical-align: top;
  font-family: 楷体_GB2312;
}

.poster_road_search {
  position: absolute;
  left: 1.1rem;
  top: 10.13rem;
  width: 4.3rem;
  height: 0.49rem;
  opacity: 1;
}

.poster_road_search_name {
  position: absolute;
  left: 1.3rem;
  top: 10.25rem;
  width: 3.29rem;
  height: 0.49rem;
  font-weight: bolder;
  opacity: 1;
}

.poster_road_search_btn {
  width: 0.4rem;
  height: 0.30rem;
  position: absolute;
  top: 10.2rem;
  left: 4.8rem;
}

.poster_logo {
  position: absolute;
  left: 2.32rem;
  top: 11.02rem;
  width: 1.86rem;
  height: 0.37rem;
  opacity: 1;
}

#poster_base64 {
  width: 6.5rem;
  height: 12.02rem;
}

.imagelibAdd {
  width: 100%;
}


.zhi_n_pos {
  position: absolute;
  top: 9.9rem;
  left: .68rem;
  width: 1.5rem;
  height: 1.5rem;
  z-index: 2;
}

.pai_pos {
  position: absolute;
  top: 11.44rem;
  left: 50%;
  width: 1.8rem;
  height: 2.56rem;
  transform: translateX(-50%);
  z-index: 2;
}

.video_bg_pos {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 16.26rem;
  background: #000;
  object-fit: cover;
  z-index: 1;
}

audio, canvas, video {
  display: inline-block;
}

.poster_img_mask {
  position: absolute;
  top: 1.7rem;
  left: .75rem;
  width: 5rem;
  height: 6.7rem;
  background: linear-gradient(rgba(0,0,0,.6), rgba(0,0,0,.3));
  z-index: 1;
}



@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.music_play {

}

.rotating-image {
  position: absolute;
  z-index:2;
  top: 1rem;
  right:0.5rem;
  width: .5rem;

  transition: transform 0.5s ease; /* 平滑过渡效果，非必须 */
  /* 初始不应用动画 */
}

.rotating-image.is-rotating {
  animation: rotate 4s linear infinite; /* 2秒旋转一圈，线性速度，无限循环 */
}