.f {
  height: 100%;
  overflow: hidden;
}

.o {
  display: inline-block;
  vertical-align: top;
}

.first-screen {
  background: #121830;
  position: relative;
  width: 100vw;
  height: 630px;
}

.footer{
  width:100vw;
}
.first-screen .background-video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100vw;
  height: 100%;
  overflow: hidden;
  background:url(../images/home-page.jpg) no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
.first-screen .background-video::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: url(../../static/img/bg_dot.png)  rgba(0,0,0,.2)  left top repeat; */
}

/* title  8字动画*/
.first-screen .title {
  position: absolute;
  top: 32%;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 75%;
}

.first-screen .font-ol-eight {
  position: relative;
  /* width: 240px;
  height: 130px; */
  width: 50%;
  height: 26vw;
  margin: 0 auto;
}

.first-screen .font-ol-eight span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  

}

.first-screen .font-ol-eight .text-1,
.first-screen .font-ol-eight .text-2,
.first-screen .font-ol-eight .text-3,
.first-screen .font-ol-eight .text-4 {
  transform: translate(0px, 130px);
}

.first-screen .font-ol-eight .text-5,
.first-screen .font-ol-eight .text-6,
.first-screen .font-ol-eight .text-7,
.first-screen .font-ol-eight .text-8 {
  transform: translate(0px, 190px);
}
.active.first-screen .font-ol-eight span{
  opacity: 1;
  transition: all .8s;
}
.active.first-screen .font-ol-eight .text-1,
.active.first-screen .font-ol-eight .text-2,
.active.first-screen .font-ol-eight .text-3,
.active.first-screen .font-ol-eight .text-4 {
  transform: translate(0px, 0px);
}

.active.first-screen .font-ol-eight .text-5,
.active.first-screen .font-ol-eight .text-6,
.active.first-screen .font-ol-eight .text-7,
.active.first-screen .font-ol-eight .text-8 {
  transform: translate(0px, 120%);
}

/* title 短线动画 */
.first-screen .text-line {
   
  /* width: 27px;
  height: 5px; */
  
  width: 8vw;
  height: 0.8vw;
  margin: 25px auto;
}

.first-screen .text-line span {
 opacity: 0;
  display: block;
  /* width: 27px; */
  /* height: 2px; */
  width: 8vw;
  height: 0.8vw;
  overflow: hidden;
  background: #fff;
  transform: translate(0px, 20px);
  
}

.first-screen.active .text-line span {
  opacity: 1;
  transform: translate(0px, 0px);
  transition: all .5s .8s;
}

/* title 整行文字动画 */
.first-screen .font-line-to-top {
  display: block;
  margin: 0px auto 0;
  width: 100%;
  /* height: 80px; */
  /* font-size: 13px; */
  font-size: 5vw;
  color: #fff;
  text-align: center;
  /* line-height: 22px; */
}

.first-screen .font-line-to-top span {
  margin-top: 15px;
  opacity: 0;
  height: 100%;
  display: inline-block; 
  letter-spacing: 3px;
  transform: translate(0px, 50px);
}

.first-screen.active .font-line-to-top span {
  opacity: 1;
  transform: translate(0px, 4px);
  transition: all .6s 1.3s;
}
.first-screen .player {
    opacity: 0;
    /* width: 1.76rem;
    height: 1.76rem; */
    width: 15vw;
    height: 15vw;
    margin:0 auto;
    z-index: 2;
    /* border: .066667rem rgba(255, 255, 255, 1) solid; */
    border: .086667rem #008365 solid;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
   
}
.first-screen .player p {
    position: relative;
    width: 0;
    height: 0;
    /* border-width: .24rem 0 .24rem .48rem; */
    border-width: 3vw 3vw 3vw;
    border-style: solid;
    border-color: transparent transparent transparent #008365;
    margin-top: 0px;
    /* margin-left: .2rem; */
    transform: translateX(38%);
}
.first-screen.active .player {
  opacity: 1;
  transition: all 1s 1.8s;
}
.videoBg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1501;
}
.close {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1601;
}
.close i {
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(http://sm.domobcdn.com/hm/2018/landing/img/domob/video_close.png);
    background-size: 100%;
    background-color: RGBA(51, 165, 33, 1);
}
/* animate-screen 出海 品牌 效果*/
.animate-screen {
  position: relative;
  width: 100vw;
  height: 850px;
  background-size: cover !important;
}

.animate-screen .content {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100%;
  overflow: hidden;
}

.animate-screen .content .screen-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-size: cover;
  background-position: left bottom;
  background-repeat: no-repeat;
  
}

.animate-screen .content.active .screen-bg {
  transform: translate(0px, 0px);
  transition: all .5s ;
}

.animate-screen .content .text {
  /* position: absolute;
  top: 0; */
  /* margin-top:50%; */
  display: flex;
  width: 100vw;
  height: 100%;
  color: #000;
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.animate-screen .content .text>div {
  width: 100vw;
  box-sizing: border-box;
  padding: 0 10%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.animate-screen .content .text-1 {
  /* font-size: 35px; */
  font-size: 9vw;
  font-weight: 500;
  /* height: 35px;
  line-height: 35px; */
}

.animate-screen .content .text-1 span {
  display: block;
  opacity: 0;
  transform: translateY(80px);
  
}

.animate-screen .content.active .text-1 span {
  opacity: 1;
  transform: translateY(0);
  transition: all .5s .4s;
}

.animate-screen .content .text-2 {
  /* font-size: 20px; */
  font-size: 5vw;
  height: 30px;
  line-height: 30px;
  margin-bottom: 30px;

}

.animate-screen .content .text-2 span {
  display: block;
  opacity: 0;
  transform: translateY(80px);
  
}

.animate-screen .content.active .text-2 span {
  opacity: 1;
  transform: translateY(0);
  transition: all .5s .8s;
}

.animate-screen .content .text-3 {
  /* font-size: 14px; */
  font-size: 4vw;
  /* line-height: 24px;
  margin-bottom: 15px; */
}

.animate-screen .content .text-3 span {
  display: block;
  opacity: 0;
  transform: translateY(100px);
  
}

.animate-screen .content.active .text-3 span {
  opacity: 1;
  transform: translateY(0);
  transition: all .5s .5s;
}

.animate-screen .content .text-4 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 40px;
  padding-left: 6px;
}

.animate-screen .content .text-4 span {
  opacity: 0;
  display: block;
  transform: translateY(100px);
  
}

.animate-screen .content.active .text-4 span {
  opacity: 1;
  transform: translateY(0);
  transition: all .5s .5s;
}

.animate-screen .content .text-button {
  width: 154.5px;
  /* height: 41px; */
  margin-top: 10px;
}

.animate-screen .content .text-button a {
  display: block;
  color: #fff;
  /* font-size: 14px;
  width: 154.5px;
  height: 41px;
  line-height: 41px;
  border-radius: 25px; */
  font-size: 3vw;
  width: 36%;
  height: 9vw;
  line-height: 9vw;
  border-radius: 9vw;
  text-align: center;
  /* background: #003eec; */
  background: #008365;
  overflow: hidden;
  opacity: 0;
  position: relative;
  transform: translateY(45px);
  
}

/* loading */
.animate-screen .content.active .text-button a {
  opacity: 1;
  transform: translateY(0px);
  transition: all .4s .8s;

}


/* screen2 */
.oversea-screen {
  background: #fff;
}

.oversea-screen .content .screen-blue {
}

.brands-screen {
  background: #f9f9f9;
}

.brands-screen .content .screen-red {
  background-size: 100% 78%;
  transform: translate(0px, 1000px);
}

.effect-screen {
  background: #fff;
}

.effect-screen .content .screen-green {
  background-size: 100% 78%;
  transform: translate(0px, 1000px);
}

/* originan-brands 品牌墙 */
.original-brands {
  width: 100vw;
  height: 495px;
  position: relative;
  flex-direction: column;
  justify-content: space-between;
  background: #f5f5f5;

}

.original-brands__inner {
  position: relative;
  z-index: 1;
}

/* 品牌墙 title 通用1 效果 */
.original-brands__inner .page-title {
  padding-top: 35px;
}

/* 白色标题 */
.original-brands__inner .page-title .c-font__en {
  height: 60px;
  text-align: center;
}

.original-brands__inner .page-title .c-font__en span {
  display: block;
  height: 44px;
  background: url(../images/index/original_brands_page_title_f.png.html) center center;
  background-size: 100% 100%;
  margin: 0 auto;
}


/* 白色标题end */
/* 彩色动画 */


.original-brands__inner .page-title .o img {
  height: 44px;
  display: inline-block;
  transform: translate(0px, 44px);
  /* 根据情况 数值可改 */
}

.original-brands__inner.active .page-title .o img {
  transform: translate(0px, 0px);
  transition: all .5s ;
}

/* 彩色 end */
.original-brands__inner .page-title .text-line {
  height: 5px;
  margin: 15px auto 6px;
  text-align: center;
}


.original-brands__inner .page-title .text-line span {
  display: block;
  width: 40px;
  height: 3px;
  background: #000;
  overflow: hidden;
  transform: translate(0px, 10px);
}

.original-brands__inner.active .page-title .text-line span {
  transform: translate(0px, 0px); 
  transition: all 1s;
}

.original-brands__inner .page-title .text-line span.cur {
  background: #fff;
  transition-delay: 0s;
}

.original-brands__inner .page-title .font-line-to-top span.cur {
  color: #fff;
  transition-delay: 0s;
}

/* title 短线动画 */

/* title 整行文字动画 */
.original-brands__inner .font-line-to-top {
  display: block;
  text-align: center;
  /* font-size: 20px; */
  font-size: 5.3vw;
  font-weight: 500;
  color: #000;
  width: 100vw;
  /* height: 40px; */
  margin: 0 auto;
  margin-bottom: 20px;
}

.original-brands__inner .font-line-to-top span {
  opacity: 0;
  height: 20px;
  letter-spacing: 1px;
  display: inline-block;
  transform: translate(0px, 30px);
}

.original-brands__inner.active .font-line-to-top span {
  opacity: 1;
  transform: translate(0px, 4px);  
  transition: all .6s .5s;
}

.original-brands__list {
  overflow: hidden;
}

.original-brands__list>div {
  position: relative;
  z-index: 1;
  width: 315px;
  height: 76px;
  margin: 2px auto;
  transition: background .2s ease-in-out;
}

.original-brands__list>div span {
  background: #fff;
  width: 152px;
  height: 65px;
  text-align: center;
}

.original-brands__list>div span:nth-child(n) {
  float: left;
}

.original-brands__list>div span:nth-child(2n) {
  float: right;
}

.original-brands__list div span img {
  height: 100%;
}

.original-brands__list div {
  opacity: 0;
  transform: translate(0px, 100px);
}

.original-brands__inner.active .original-brands__list div {
  opacity: 1;
  transform: translate(0px, 0px);
  transition: all 1s ;
}

.original-brands__inner.active .original-brands__list .first-line {
  transition-delay: .8s;
}

.original-brands__inner.active .original-brands__list .second-line {
  transition-delay: 1s;
}

.original-brands__inner.active .original-brands__list .second-line {
  transition-delay: 1s;
}


.original-brands__inner.active .original-brands__list .third-line {
  transition-delay: 1.2s;
}

.original-brands__inner.active .original-brands__list .fourth-line {
  transition-delay: 1.4s;
}


.planRightImg1 {
  width: 100%;
  position: absolute;
  top: 10%;
}
.planRightImg1 .plan1Bg, .planRightImg1 .plan3Bg,.planRightImg1 .plan1Sw {
  position: absolute;
  -webkit-animation: plan1Anim 2.5s linear infinite alternate;
  animation: plan1Anim 2.5s linear infinite alternate;
}
.planRightImg1 .plan1Bg {
  width: 150px;
  left: 30%;
  top: 32%;
  z-index: 10;
}
.planRightImg1 .plan2Bg {
  position: absolute;
  width: 112px;
  left: 19%;
  top: 65%;
  z-index: 12;
  -webkit-animation: 2.5s linear 0s infinite alternate none running plan5Anim1-data-v;
  animation: 2.5s linear 0s infinite alternate none running plan5Anim1-data-v;
}

.planRightImg1 .plan3Bg {
  width: 120px;
  left: 34%;
  top: -2%;
  z-index: 8;
}
.planRightImg1 .plan1Sw {
  width: 367px;
  height: 265px;
  right: 42px;
  top: 60%;
  z-index: 5;
}
.planRightImg1 .plan1a {
  width: 55px;
  position: absolute;
  top: 75%;
  left: 72%;
  z-index: 10;
  -webkit-animation: 2.5s linear 0s infinite alternate none running plan4Anim3;
  animation: 2.5s linear 0s infinite alternate none running plan4Anim3;
}
.planRightImg1 .plan1b {
  width: 60px;
  position: absolute;
  top: 34%;
  left: 72%;
  z-index: 20;
  -webkit-animation: 2.5s linear 0s infinite alternate none running plan4Anim3;
  animation: 2.5s linear 0s infinite alternate none running plan4Anim3;
}
@-webkit-keyframes plan1Anim {
  0% {
      transform: translateY(-5px)
  }

  to {
      transform: translateY(5px)
  }
}

@keyframes plan1Anim {
  0% {
      transform: translateY(-5px)
  }

  to {
      transform: translateY(5px)
  }
}

@-webkit-keyframes plan5Anim1-data-v {
  0% {
    transform: translateZ(0px);
  }
  25% {
    transform: translate3d(-3.75px, 3px, 0px);
  }
  50% {
    transform: translate3d(-7.5px, 6px, 0px);
  }
  75% {
    transform: translate3d(-11.25px, 9px, 0px);
  }
  100% {
    transform: translate3d(-15px, 12px, 0px);
  }
}

@keyframes plan5Anim1-data-v {
  0% {
    transform: translateZ(0px);
  }
  25% {
    transform: translate3d(-3.75px, 3px, 0px);
  }
  50% {
    transform: translate3d(-7.5px, 6px, 0px);
  }
  75% {
    transform: translate3d(-11.25px, 9px, 0px);
  }
  100% {
    transform: translate3d(-15px, 12px, 0px);
  }
}
@-webkit-keyframes plan4Anim3 {
  0% {
      transform: translateY(-5px)
  }

  to {
      transform: translateY(5px)
  }
}

@keyframes plan4Anim3 {
  0% {
      transform: translateY(8px)
  }

  to {
      transform: translateY(-8px)
  }
}


.planRightImg6 {
  width: 100%;
  position: absolute;
  top: 5%;
}
.planRightImg6 .plan6Bg2 {
  position: absolute;
  width: 70%;
  top: 13%;
  left: 15%;
  z-index: 20;
  -webkit-animation: plan1Anim 2.5s linear -1.5s infinite alternate;
  animation: plan1Anim 2.5s linear -1.5s infinite alternate;
}
.planRightImg6 .plan6Bg3 {
  position: absolute;
  width: 50%;
  top: 60%;
  left: 25%;
  z-index: 15;
  -webkit-animation: plan1Anim 2.5s linear -2.5s infinite alternate;
  animation: plan1Anim 2.5s linear -2.5s infinite alternate;
}
.planRightImg6 .plan6Bg4 {
  position: absolute;
  width: 40%;
  top: 88%;
  left: 31%;
  z-index: 10;
}
.planRightImg6 .plan6Sw {
  position: absolute;
  width: 100%;
  height: 292px;
  left: 0%;
  top: 80%;
  z-index: 5;
}
.planRightImg6 .plan6a {
  position: absolute;
  width: 12%;
  top: 10%;
  left: 30%;
  z-index: 20;
  -webkit-animation: plan6Anim1 2.5s linear -.5s infinite alternate;
  animation: plan6Anim1 2.5s linear -.5s infinite alternate;
}

.planRightImg6 .plan6b {
  position: absolute;
  width: 12%;
  top: 10%;
  left: 62%;
  z-index: 20;
  -webkit-animation: plan6Anim1 2.5s linear -2.5s infinite alternate;
  animation: plan6Anim1 2.5s linear -2.5s infinite alternate
}

.planRightImg6 .plan6c {
  position: absolute;
  width: 10%;
  top: 54%;
  left: 55%;
  z-index: 25;
  -webkit-animation: plan6Anim1 2.5s linear infinite alternate;
  animation: plan6Anim1 2.5s linear infinite alternate
}

.planRightImg6 .plan6d {
  position: absolute;
  width: 10%;
  top: 10%;
  left: 49%;
  z-index: 20;
  -webkit-animation: plan6Anim1 2.5s linear -1.5s infinite alternate;
  animation: plan6Anim1 2.5s linear -1.5s infinite alternate
}

@-webkit-keyframes plan1Anim {
  0% {
      transform: translateY(-5px)
  }

  to {
      transform: translateY(5px)
  }
}

@keyframes plan1Anim {
  0% {
      transform: translateY(-5px)
  }

  to {
      transform: translateY(5px)
  }
}

@-webkit-keyframes plan6Anim1 {
  0% {
      transform: translateY(0)
  }

  to {
      transform: translateY(-30px)
  }
}

@keyframes plan6Anim1{
  0% {
      transform: translateY(0)
  }

  to {
      transform: translateY(-30px)
  }
}

.planRightImg5 {
  width: 100%;
  position: absolute;
  top: 5%;
}
.planRightImg5 .plan5Bg {
  position: absolute;
  width: 50%;
  top: 15%;
  left: 15%;
  z-index: 20;
  -webkit-animation: plan1Anim 2.5s linear infinite alternate;
  animation: plan1Anim 2.5s linear infinite alternate
}

.planRightImg5 .plan5Sw {
  position: absolute;
  width: 40%;
  height: 40%;
  top: 86%;
  left: 23%;
  z-index: 5;
  -webkit-animation: plan2Anim 2.5s linear infinite alternate;
  animation: plan2Anim 2.5s linear infinite alternate
}

.planRightImg5 .plan5a {
  position: absolute;
  width: 29%;
  top: 48%;
  left: 45%;
  z-index: 30;
  -webkit-animation: plan5Anim1 2.5s linear infinite alternate;
  animation: plan5Anim1 2.5s linear infinite alternate
}

.planRightImg5 .plan5d {
  position: absolute;
  width: 8%;
  top: 70%;
  left: 70%;
  z-index: 33;
  -webkit-animation: plan5Anim1 2.5s linear infinite alternate;
  animation: plan5Anim1 2.5s linear infinite alternate
}

.planRightImg5 .plan5e {
  position: absolute;
  width: 18%;
  top: 15%;
  left: 37%;
  z-index: 30;
  -webkit-animation: plan5Anim1 2.5s linear infinite alternate;
  animation: plan5Anim1 2.5s linear infinite alternate
}

.planRightImg5 .plan5b {
  width: 15%;
  top: 30%;
  left: 65%;
}

.planRightImg5 .plan5b,.planRightImg5 .plan5c {
  position: absolute;
  z-index: 10;
  -webkit-animation: plan5Anim2 2.5s linear infinite alternate;
  animation: plan5Anim2 2.5s linear infinite alternate
}

.planRightImg5 .plan5c {
  width: 20%;
  top: 60%;
  left: 25%;
}

@-webkit-keyframes plan2Anim {
  0% {
      opacity: .5
  }

  to {
      opacity: 1
  }
}

@keyframes plan2Anim {
  0% {
      opacity: .5
  }

  to {
      opacity: 1
  }
}

@-webkit-keyframes plan5Anim2 {
  0% {
      transform: translateZ(0)
  }

  25% {
      transform: translate3d(-3.75px,3px,0)
  }

  50% {
      transform: translate3d(-7.5px,6px,0)
  }

  75% {
      transform: translate3d(-11.25px,9px,0)
  }

  to {
      transform: translate3d(-15px,12px,0)
  }
}

@keyframes plan5Anim2 {
  0% {
      transform: translateZ(0)
  }

  25% {
      transform: translate3d(-3.75px,3px,0)
  }

  50% {
      transform: translate3d(-7.5px,6px,0)
  }

  75% {
      transform: translate3d(-11.25px,9px,0)
  }

  to {
      transform: translate3d(-15px,12px,0)
  }
}

@-webkit-keyframes plan5Anim1 {
  0% {
      transform: translateZ(0)
  }

  25% {
      transform: translate3d(7.5px,6px,0)
  }

  50% {
      transform: translate3d(15px,12px,0)
  }

  75% {
      transform: translate3d(22.5px,18px,0)
  }

  to {
      transform: translate3d(30px,24px,0)
  }
}

@keyframes plan5Anim1 {
  0% {
      transform: translateZ(0)
  }

  25% {
      transform: translate3d(7.5px,6px,0)
  }

  50% {
      transform: translate3d(15px,12px,0)
  }

  75% {
      transform: translate3d(22.5px,18px,0)
  }

  to {
      transform: translate3d(30px,24px,0)
  }
}

.img-width-flag img {
  width: 100%;
}

.img-width-flag video {
  width: 100%;
  border-radius: 5%;
}

.button-style {
  width: 120px !important;
  border-radius: 1px !important;
  margin-bottom: 2px !important;
  background-color: #fff !important;
}

.button-style-select {
  background-color: #000 !important;
  color: #fff !important;
}

.index-page1{
  background: url(../images/index-page1.png) no-repeat center center/100% 100%;
}
.index-page2{
  background: url(../images/index-page2.png) no-repeat center center/100% 100%;
}
.index-page3{
  background: url(../images/index-page3.png) no-repeat center center/100% 100%;
}
.index-page4{
  background: url(../images/index-page4.png) no-repeat center center/100% 100%;
}
.video-content{
  background-color: #141e28;
}
.font_color_black{
  color: #fff;
}
.donghua{
  transition: all .71s .4s;
}
.add-donghua{
  transform: translate(0px, 0px)!important;
  opacity: 1!important;
}
.vide-style{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center
}
.vide-title{
  font-size: 3.5vw;
  margin-bottom: 15px;
  color: #fff;
}
.video-bg{
  background: url(../images/homepage_phone_border.png) no-repeat center center/100% 100%;
  padding: 20px;
  height: 100%;
  position: relative;
}
.card-content{ 
  display: flex;
  justify-content: flex-start;
  padding-top: 40px;
  flex-direction: column;
  align-items: center;
  background-color: #f5f5f5;
}
.card-content .card-img-title{
  display: flex;
  justify-content: center;
}
.card-content .card-img-title img{
  width: 8%;
  height: 10vh;
  margin-right: 0.1389rem;
}
.title-desc{
  font-size: 4vw;
  padding-top: 10px;
}
.card-list{
  display: flex;
  flex-wrap: wrap;
  padding: 5%;
  justify-content: space-between;
}
.card-list img{
  width: 48%;
  margin-bottom: 0.3333rem;
  height: 22%;
}

.beijing-img1, .beijing-img2, .beijing-img3, .beijing-img4{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  /* transform: translateY(); */
}
.beijing-img1{
  background: url(../images/index3.png) no-repeat bottom center/100% 80%;
}
.beijing-img2{
  background: url(../images/index1.png) no-repeat bottom center/100% 80%;
}
.beijing-img3{
  background: url(../images/index4.png) no-repeat bottom center/100% 80%;
}
.beijing-img4{
  background: url(../images/index2.png) no-repeat bottom center/100% 80%;
}

.swiper-container-logo {
  /* margin-top: 20px; */
  width: 100%;
  /* height: 260px; */
  /* margin-bottom: 53px; */
  overflow: visible!important;
  /* padding-top: 255px; */
  position: relative;
  height: 73%;
}
.swiper-container-logo .swiper-wrapper .swiper-slide{ 
  width: 70%;
  border-radius: 20px;
}
.swiper-container-logo .swiper-wrapper .swiper-slide img{
  width: 100%; 
  height: 100%; 
  border-radius: 20px;
}
.swiper-container-logo .swiper-pagination{
  bottom: -60px;
  position: absolute;
}
.swiper-container-logo .swiper-pagination span{
  background: #fff;
}
/* .first-screen .font-ol-eight img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
} */
.video-bg .players{
  width: 1.76rem;
  height: 1.76rem;
  margin: 0 auto;
  z-index: 2;
  border: 0.0833rem #008365 solid;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.6944rem;
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%,-50%);
}
.video-bg .players p{
  position: relative;
  width: 0;
  height: 0;
  border-width: 0.24rem 0 0.24rem 0.48rem;
  border-style: solid;
  border-color: transparent transparent transparent #008365;
  margin-top: 0px;
  margin-left: 0.2rem;
}