.landing-desktop {
  background-color: #000000;
  /* display: flex;
  flex-direction: row;
  justify-content: center; */
  /* width: 100%; */
  /* padding: 138px 0; */
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.landing-desktop .div {
  background-color: #000000;
  max-width: 1440px;
  margin: auto;
  height: 100%;
  /* position: relative; */
}
.landing-desktop .bg{
  position: absolute;
  top: 50%;
  left: 50%;
    transform: translate(-50%,-50%);
}
.landing-desktop .overlap-group {
  /* position: absolute; */
  /* width: 100%; */
  /* height: 1204px;
  top: 136px;
  left: 0; */
  /* background-image: url(./img/landingbg-1.png);
  background-size: cover;
  background-position: 50% 50%; */
  /* position: relative;
  top: 19vh; */
    /* height: 100%; */
    position: absolute;
    top: 44%;
    left: 50%;
      transform: translate(-50%,-50%);
      width: 100%;
}

.landing-desktop .logo {
  /* position: absolute; */
  width: 70px;
  /* height: 70px; */
  /* top: 1117px;
  left: 199px;
  object-fit: cover; */
  vertical-align: bottom;
}

.landing-desktop .overlap {
  /* position: absolute;
    bottom:  4vh; */
  text-align: center;
  width: 100%;
}

.landing-desktop .february {
  /* position: absolute;
  width: 887px;
  top: 17px;
  left: 0; */
  font-family: "Futura MdCn BT-Medium", Helvetica;
  font-weight: 500;
  color: transparent;
  font-size: 48px;
  letter-spacing: 0;
  line-height: normal;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 25px;
  /* vertical-align: baseline;   */
}
.text-wrapper-tit{
  font-size: 66px;
  display: inline-block;
}

.landing-desktop .text-wrapper {
  color: #f9ff00;
}

.landing-desktop .span {
  color: #ffffff;
}

.landing-desktop .text-wrapper-2 {
  color: #6edb56;
}

.landing-desktop .laliga {
  /* position: absolute; */
  width: 55px;
  /* height: 78px; */
  vertical-align: bottom;
  /* top: 0;
  left: 883px;
  object-fit: cover; */
}

.landing-desktop .element-de-b-nus-de-boas {
  /* position: absolute;
  width: 1233px;
  top: 39px;
  left: 99px; */
  font-family: "Futura MdCn BT-Medium", Helvetica;
  font-weight: 500;
  color: transparent;
  text-align: center;
  letter-spacing: 0;
  /* line-height: 120px; */
  text-transform: uppercase;
  margin: auto;

}

.landing-desktop .text-wrapper-3 {
  color: #ffffff;
  /* font-size: 96px; */
}

.landing-desktop .overlap-2 {
  /* position: absolute;
  width: 385px;
  height: 79px;
  top: 988px;
  left: 545px; */
}

.landing-desktop .rectangle {
   width: 385px;
  height: 75px;
  line-height: 75px;
  background-color: #6edb56;
  border-radius: 40px;
  font-family: "Futura BdCn BT-Bold", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 32px;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  margin:0 auto 31px auto;
  cursor: pointer;
  -moz-user-select:none; /*火狐*/
  -webkit-user-select:none; /*webkit浏览器*/
  -ms-user-select:none; /*IE10*/
  -khtml-user-select:none; /*早期浏览器*/
  user-select:none;
}

.landing-desktop .text-wrapper-4 {
  position: absolute;
  width: 328px;
  top: 8px;
  left: 32px;
  font-family: "Futura BdCn BT-Bold", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 50px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  text-transform: uppercase;
}

.landing-desktop .ox-button {
  position: absolute;
  width: 374px;
  height: 77px;
  top: -7976px;
  left: 3094px;
  object-fit: cover;
}

.bg2{
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}

.landing-desktop .rectangle-box{
  margin-top: 103px;
}
@media (max-width: 1279px){
  .landing-desktop .february{
    font-size: 30px;
  }
}
@media (max-width: 1023px){
  .landing-desktop .element-de-b-nus-de-boas .text-wrapper-2{
    /* font-size: 130px; */
 }
 .landing-desktop .text-wrapper-3{
  /* font-size: 56px; */
 }

}
@media (max-width: 767px){
  .text-wrapper-tit{
    font-size: 24px;
    display: block;
  }
  .landing-desktop .rectangle-box{
    margin-top: 53px;
  }
  .landing-desktop .rectangle{
    width: 177px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    margin: 0 auto 8px auto;
  }
  .landing-desktop .february{
    font-size: 15px;
  }
  .landing-desktop .element-de-b-nus-de-boas .text-wrapper-2{
    /* font-size: 48px; */
  }
  .landing-desktop .text-wrapper-3{
    /* font-size: 28px; */
  }
  .landing-desktop .logo{
    width: 39px;
    /* height: 39px; */
    vertical-align: middle;
  }
  .landing-desktop .laliga{
    width: 29px;
    /* height: 41px; */
    vertical-align: middle;
  }

  .landing-desktop .february{
    margin: 0;
  }
  .bg2{
    display: block;
  }
  .bg{
    display: none;
  }
  /* .landing-desktop .overlap-group{
    height: 670px;
  } */
  .landing-desktop .element-de-b-nus-de-boas{
    /* position: unset;  */
    /* margin: 20px 0 100% 0 ; */
  }
  .landing-desktop .overlap{
    /* position: unset;  */
  }
  .overlap-group{
    /* display: flex;
    flex-direction:column;
    /* align-items: center;  
    justify-content:  center; */
  }
  .landing-desktop .overlap-group{
    top:38%
  }
}