.home-banner{
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin: 80px auto 0 !important;
  background: #fff;
}
.home-banner-text{
  position: absolute;
  width: 826px;
  top:60px;
  left: 0;
}
.home-banner-left{
  overflow: hidden;
}
.home-banner-seat {
  opacity: 0;
}
.home-banner-desc{
  /* display: none; */
  margin-top: 30px;
  width: 420px;
  font-size: 24px;
  line-height: 32px;
}
.home-banner-btn-text{
  margin-top: 60px;
  font-size: 18px;
  display: flex;
  flex-wrap: wrap;
}
.home-banner-btn-text .btn-link{
 min-width: 200px;
 padding: 0 10px;
}
.home-banner-btn1{
  margin-right: 36px;
}
.home-banner-sales{
  line-height: 64px;
}
.home-banner-sales:hover{
  text-decoration: underline !important;
}
.home-banner-img{
  width: 1040px !important;
  height: 596px !important;
  border-radius: 36px;
}
.home-banner-player{
  width: 100px;
  height: 100px;
  cursor: pointer;
}
.home-banner-btn-text .text-btn{
  color: #00AA76 !important;
}
.videoDialog{
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
}
.videoDialog-box{
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
  width: 810px;
  height: 50%;
  height: 456px;
}
@media screen and (max-width: 1920px){
  .home-banner{
    margin: 60px auto 0 !important;
  }
  .home-banner-text{
    width: 656px;
    top:30px;
    left: 0;
  }
  .home-banner-btn-text{
   margin-top: 48px;
   font-size: 16px;
  }
  .home-banner-btn-text .btn-link{
    min-width: 180px;
   }
   .home-banner-btn1{
    margin-right: 26px;
  }
  .home-banner-sales{
    line-height: 56px;
  }
  .home-banner-img{
    width: 736px !important;
    height: 422px !important;
    border-radius: 36px;
  }
  .home-banner-player{
    width: 85px;
    height: 85px;
  }
  .home-banner-desc{
    margin-top: 24px;
    font-size: 20px;
    line-height: 28px;
    width: 365px;
  }
}
@media screen and (max-width: 1200px){
  .home-banner{
    margin: 40px auto 0 !important;
    justify-content: space-between;
    align-items: center;
  }
  .font-80{
    font-size: 40px !important;
    line-height: 40px!important;
  }
  .text-difference{
    display: none;
  }
  .home-banner-seat{
   opacity: 1;
  }
  .home-banner-desc{
    width: auto;
  }
  .home-banner-text{
    position: static;
    width: 380px;
    /* top:20px;
    left: 0; */
  }
  .home-banner-btn-text{
   margin-top: 30px;
   width: fit-content;
  }
  .home-banner-btn1{
    margin-right: 33px;
  }
  .home-banner-sales{
    line-height: 56px;

  }
  .home-banner-desc{
    margin-top: 24px;
    width: 284px;
    font-size: 18px;
    line-height: 24px;
  }
  .home-banner-img{
    width: 480px !important;
    height: 276px !important;
    border-radius: 23px;
  }
  .home-banner-player{
    width: 66px;
    height:66px;
  }
}
@media screen and (max-width: 960px){
  .font-80{
    font-size: 32px !important;
    line-height: 32px!important;
  }
  .home-banner-text{
    width: 308px;
  }
  .home-banner-btn-text{
    margin-top: 24px;
    width: fit-content;
   }
  .home-banner-sales{
    line-height: 56px;
  }
  .home-banner-desc{
    margin-top: 24px;
    width: 217px;
    font-size: 16px;
    line-height: 20px;
  }
  .home-banner-img{
    width: 360px !important;
    height: 206px !important;
    border-radius: 16px;
  }
  .home-banner-player{
    width: 66px;
    height:66px;
  }
}
@media screen and (max-width: 768px){
  .home-banner{
    flex-direction:column;
  }
  .text-difference{
    display: none;
  }
  .home-banner-seat{
    display: block;
  }
  .home-banner-text{
    position:static;
    width: 100%;
    padding: 0 40px;
    margin: 0 auto;
  }
  .home-banner-desc{
    width: auto;
  }
  .home-banner-btn-text{
    display: flex;
    flex-direction:row;
    align-items: center;
    flex-wrap: wrap;
  }

  .home-banner-img{
    width: calc(100% - 80px) !important;
    height: calc((100vw - 80px) * 0.56) !important;
    border-radius: 24px;
    margin: 40px auto 0;
  }
  .home-banner-player{
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 580px){
  .home-banner-text{
    padding: 0 20px

  }
  .home-banner-btn-text{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .home-banner-img{
    width: 100% !important;
    height: 56vw !important;
    border-radius: 0;
  }
}
@media screen and (max-width: 380px){
  .home-banner-btn-text{
    width: 100%;
    margin-top: 30px;
   }
}


