@import "base.css";
@import "common.css";
.container {
  padding-top: 0.9rem;
  width: 100%;
}
.container .top {
  position: relative;
  margin-bottom: 2.79rem;
}
.container .top .bg {
  width: 100%;
}
.container .top .img_box {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 1.23rem;
  left: 0;
}
.container .top .img_box .box {
  position: relative;
}
.container .top .img_box .box .swiper-container-box {
  padding-bottom: 0.08rem;
  width: 100%;
  overflow: hidden;
}
.container .top .img_box .box .swiper-container-box .swiper-wrapper {
  width: 100%;
}
.container .top .img_box .box .swiper-container-box .swiper-wrapper .swiper-slide .word_box {
  position: absolute;
  left: 0.14rem;
  top: 0.23rem;
  border-radius: 0.08rem;
}
.container .top .img_box .box .swiper-container-box .swiper-wrapper .swiper-slide .word_box .word {
  width: 0.76rem;
  height: 2.59rem;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #ffffff;
  box-shadow: 0.08rem 0.06rem 0px 0px rgba(123, 123, 123, 0.24);
  border-radius: 0.04rem;
  margin: 0 auto;
  writing-mode: vertical-lr;
  /*从左向右 从右向左是 writing-mode: vertical-rl;*/
  writing-mode: tb-lr;
  font-size: 0.32rem;
  font-weight: bold;
  color: #2a2b2b;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.06rem;
}
.container .top .img_box .box .swiper-container-box .swiper-wrapper .swiper-slide .word_box p {
  width: 3rem;
  font-size: 0.25rem;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 1rem;
  left: 100%;
  transform-origin: 0% 0%;
  transform: rotate(90deg) translateY(-170%);
  word-wrap: normal;
  /*英文的时候需要加上这句，自动换行*/
}
.container .top .img_box .show_img {
  width: 6.84rem;
  box-shadow: 0.08rem 0.06rem 0px 0px rgba(123, 123, 123, 0.24);
  animation: show_img 0.5s;
  border-radius: 0.08rem;
}
.container .top .img_box .show_type {
  margin-top: 0.35rem;
  font-size: 0.24rem;
  font-weight: 500;
  color: #999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container .top .img_box .show_type strong {
  margin: 0 2px;
}
.container .top .img_box .show_type span {
  position: relative;
}
.container .top .img_box .show_type span::after {
  opacity: 0;
  content: "";
  position: absolute;
  width: 0.19rem;
  height: 0.12rem;
  bottom: -0.25rem;
  left: 50%;
  transform: translateX(-50%);
  background: url("../img/arrLeft-fill.png") no-repeat;
  background-size: 100% 100%;
}
.container .top .img_box .show_type span.active {
  color: #2a2b2b;
}
.container .top .img_box .show_type span.active::after {
  opacity: 1;
}
.container .news_box {
  padding-left: 0.43rem;
  padding-right: 0.44rem;
}
.container .news_box .news_h {
  position: relative;
  margin-bottom: 0.85rem;
}
.container .news_box .news_h h1 {
  font-size: 0.44rem;
  font-weight: bold;
  color: #2a2b2b;
  margin-bottom: 0.3rem;
}
.container .news_box .news_h h2 {
  font-size: 0.26rem;
  font-weight: 400;
  color: #666666;
}
.container .news_box .news_h .more {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1.1rem;
  height: 0.52rem;
  border: 1px solid #c9c9c9;
  border-radius: 0.26rem;
  text-align: center;
  line-height: 0.52rem;
  font-size: 0.26rem;
  font-weight: 400;
  color: #2a2b2b;
}
.container .news_box .news_list {
  width: 100%;
}
.container .news_box .news_list a {
  display: inline-block;
  width: 100%;
}
.container .news_box .news_list .news_item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.55rem;
}
.container .news_box .news_list .news_item img {
  width: 2.35rem;
  height: 1.23rem;
  margin-right: 0.15rem;
}
.container .news_box .news_list .news_item .content {
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.container .news_box .news_list .news_item .content .title {
  width: 100%;
  font-size: 0.32rem;
  color: #2a2b2b;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.container .news_box .news_list .news_item .content .des {
  width: 100%;
  font-size: 0.24rem;
  font-weight: 500;
  color: #999999;
  line-height: 0.36rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.container .staff_box {
  padding-top: 0.93rem;
  background: #fbfbfb;
}
.container .staff_box .news_h {
  position: relative;
  margin-bottom: 0.85rem;
  padding-right: 0.44rem;
  padding-left: 0.43rem;
}
.container .staff_box .news_h h1 {
  font-size: 0.44rem;
  font-weight: bold;
  color: #2a2b2b;
  margin-bottom: 0.3rem;
}
.container .staff_box .news_h h2 {
  font-size: 0.26rem;
  font-weight: 400;
  color: #666;
  margin-bottom: 0.1rem;
}
.container .staff_box .news_h p {
  font-size: 0.26rem;
  font-weight: 400;
  color: #999999;
  margin-top: 0.83rem;
}
.container .staff_box .news_h .more {
  position: absolute;
  right: 0.44rem;
  bottom: 0;
  width: 1.1rem;
  height: 0.52rem;
  border: 1px solid #c9c9c9;
  border-radius: 0.26rem;
  text-align: center;
  line-height: 0.52rem;
  font-size: 0.26rem;
  font-weight: 400;
  color: #2a2b2b;
}
.container .staff_box .swiper_box {
  width: 100%;
  padding-bottom: 0.8rem;
}
.container .staff_box .swiper_box .swiper-container {
  width: 100%;
}
.container .staff_box .swiper_box .swiper-container .swiper-slide {
  padding-left: 0.3rem;
  padding-bottom: 1.2rem;
  width: 100%;
}
.container .staff_box .swiper_box .swiper-container .swiper-slide .img_box {
  position: relative;
}
.container .staff_box .swiper_box .swiper-container .swiper-slide .img_box img {
  width: 100%;
  height: 3.88rem;
  border-radius: 0.04rem;
}
.container .staff_box .swiper_box .swiper-container .swiper-slide .img_box .page {
  position: absolute;
  bottom: 0.22rem;
  right: 0.2rem;
  font-size: 0.2rem;
  font-weight: 400;
  color: #ffffff;
}
.container .staff_box .swiper_box .swiper-container .swiper-slide .img_box .page span:nth-of-type(1) {
  font-size: 0.5rem;
  font-weight: 400;
}
.container .staff_box .swiper_box .swiper-container .swiper-slide .activity_info {
  padding-top: 0.68rem;
}
.container .staff_box .swiper_box .swiper-container .swiper-slide .activity_info .title {
  padding-right: 0.5rem;
  font-size: 0.36rem;
  font-weight: bold;
  color: #2a2b2b;
  line-height: 0.48rem;
  margin-bottom: 0.3rem;
}
.container .staff_box .swiper_box .swiper-container .swiper-slide .activity_info .des {
  padding-right: 1rem;
  font-size: 0.26rem;
  font-weight: 400;
  color: #666666;
  line-height: 0.38rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.container .staff_box .swiper_box .page_box {
  text-align: right;
  padding-right: 0.28rem;
  font-size: 0;
}
.container .staff_box .swiper_box .page_box span {
  display: inline-block;
  width: 0.14rem;
  height: 0.14rem;
  background: #dcdcdc;
  border-radius: 50%;
  margin-right: 0.16rem;
}
.container .staff_box .swiper_box .page_box span.active {
  background-color: #0d6ad8;
}
.container .funny_box {
  width: 100%;
  position: relative;
}
.container .funny_box .bg {
  width: 100%;
}
.container .funny_box .content {
  width: 100%;
  position: absolute;
  top: 0.98rem;
  text-align: center;
  left: 0;
}
.container .funny_box .content .title {
  font-size: 0.44rem;
  font-weight: bold;
  color: #2A2B2B;
  margin-bottom: 0.22rem;
}
.container .funny_box .content .des {
  font-size: 0.26rem;
  font-weight: 400;
  color: #666666;
  opacity: 0.4;
}
.container .funny_box .content .img_box {
  margin-top: 0.6rem;
}
.container .funny_box .content .img_box .img1 {
  position: absolute;
  width: 2.21rem;
  height: 2.21rem;
  top: 2.3rem;
  left: 0.47rem;
  animation: imgAnimate 4s infinite;
}
.container .funny_box .content .img_box .img2 {
  position: absolute;
  width: 1.85rem;
  height: 1.86rem;
  left: 1.35rem;
  top: 3.9rem;
  animation: imgAnimate1 3s infinite;
  z-index: 10;
}
.container .funny_box .content .img_box .img3 {
  position: absolute;
  width: 3.17rem;
  height: 3.18rem;
  left: 2.32rem;
  top: 2.25rem;
  animation: imgAnimate1 2s infinite;
}
.container .funny_box .content .img_box .img4 {
  position: absolute;
  width: 2.21rem;
  height: 2.21rem;
  right: 0.27rem;
  top: 2.3rem;
  animation: imgAnimate 4s infinite;
}
.container .funny_box .content .img_box .img5 {
  position: absolute;
  width: 1.85rem;
  height: 1.84rem;
  right: 1rem;
  top: 3.9rem;
  animation: imgAnimate1 3s infinite;
}
.container .funny_box .content .img_box .img6 {
  position: absolute;
  width: 1.75rem;
  height: 1.74rem;
  left: 1.85rem;
  top: 1.4rem;
  animation: imgAnimate1 3s infinite;
}
.container .funny_box .content .img_box .img7 {
  position: absolute;
  width: 1.75rem;
  height: 1.74rem;
  right: 1.5rem;
  top: 1.4rem;
  animation: imgAnimate1 3s infinite;
}
.swiper_model {
  display: none;
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  max-width: 7.5rem;
  background-color: rgba(0, 0, 0, 0.8);
}
.swiper_model .model_content {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.swiper_model .model_content .model_h {
  position: relative;
  font-size: 0.2rem;
  font-weight: 400;
  color: #ffffff;
  padding-left: 0.37rem;
  margin-bottom: 0.28rem;
}
.swiper_model .model_content .model_h .now {
  font-size: 0.5rem;
}
.swiper_model .model_content .model_h .close {
  position: absolute;
  right: 0.27rem;
  bottom: 0.06rem;
  width: 0.51rem;
}
.swiper_model .model_content .m_swiper_box {
  font-size: 0;
  width: 100%;
  height: 4.3rem;
}
.swiper_model .model_content .m_swiper_box .swiper-container1 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.swiper_model .model_content .m_swiper_box .swiper-container1 .swiper-wrapper {
  width: 100%;
}
.swiper_model .model_content .m_swiper_box .swiper-container1 .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.swiper_model .model_content p {
  padding-left: 0.41rem;
  padding-right: 0.42rem;
  font-size: 0.28rem;
  font-weight: 400;
  color: #e2e2e2;
  line-height: 0.44rem;
}
.swiper_model .model_content p:nth-of-type(1) {
  font-size: 0.36rem;
  font-weight: bold;
  line-height: 0.5rem;
  margin-bottom: 0.37rem;
  margin-top: 0.56rem;
}
@keyframes imgAnimate {
  0% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes imgAnimate1 {
  0% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-5px);
  }
}
@keyframes imgAnimate2 {
  0% {
    transform: translate(-50%, -35px);
  }
  50% {
    transform: translate(-50%, 0);
  }
  100% {
    transform: translate(-50%, -35px);
  }
}
@keyframes show_img {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
