.banner {
  height: 100vh;
  width: 100%;
  position: relative;
}

.banner .swiper-gt {
  height: 100%;
  width: 100%;
}

.banner .swiper-gt .swiper-slide {
  width: 100%;
  height: 100%;
}

.banner .swiper-gt .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.banner .swiper-pagination-gt-banner {
  position: absolute;
  left: 50%;
  bottom: 0.68rem;
  transform: translateX(-50%);
  z-index: 1;
  display: flex;
  align-items: center;
}

.banner .swiper-pagination-gt-banner .swiper-pagination-bullet {
    width: 0.73rem;
    height: 0.5rem;
    background-color: transparent;
    border-radius: 0;
    margin-left: 0.22rem;
    display: block;
    border-bottom: 3px solid #fff;
    opacity: .4
}
.banner .swiper-pagination-gt-banner .swiper-pagination-bullet-active{
    background: transparent !important;
    opacity: 1;
    width: .73rem !important;
}
.banner .swiper-pagination-gt-banner .swiper-pagination-bullet:nth-of-type(1) {
  margin-left: 0;
}

.banner .banner-content {
  position: absolute;
  left: 1rem;
  top: 15%;
  z-index: 1;
}

.banner .banner-content .title {
  font-size: 0.5rem;
  color: #fff;
  letter-spacing: 0.08rem;
  font-family: fa
}

.banner .banner-content .desc {
  font-size: 0.26rem;
  margin-top: 0.1rem;
  color: #fff;
  font-family: fa
}

.banner .banner-content .btn1 {
  height: 0.6rem;
  width: 2.8rem;
  border: 0.01rem solid #7e5d59;
  color: #7e5d59;
  font-size: 0.16rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  background-color: #fff;
  margin-top: 0.5rem;
  transition: all 0.3s;
}

.banner .banner-content .btn1::after {
  position: absolute;
  height: 2px;
  width: 100%;
  content: "";
  display: block;
  left: 0;
  bottom: 0;
  transition: all 0.5s;
  background-color: #471a14;
  transform: scale(0, 1);
}

.banner .banner-content .btn1:hover {
  background: #f2edea;
}

.banner .banner-content .btn1:hover::after {
  transform: scale(1, 1);
}

.banner .banner-content .btn2 {
  height: 0.6rem;
  width: 2.8rem;
  border: 0.01rem solid #fff;
  color: #fff;
  font-size: 0.16rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  background-color: transparent;
  margin-top: 0.2rem;
  transition: all 0.3s;
}
.banner .banner-content .btn2 img{
    position: absolute;
    top: 0.7rem;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    opacity: 0;
    transition: all 1s;
    pointer-events: none;
        height: auto;
}
@media (min-width: 768px){
    .banner .banner-content .btn2:hover img{
        pointer-events: auto;
        opacity: 1;
    }
}

.banner .banner-content .btn2::after {
  position: absolute;
  height: 2px;
  width: 100%;
  content: "";
  display: block;
  left: 0;
  bottom: 0;
  transition: all 0.5s;
  background-color: #fff;
  transform: scale(0, 1);
}

.banner .banner-content .btn2:hover {
  background: rgba(242, 237, 234, 0.3);
}

.banner .banner-content .btn2:hover::after {
  transform: scale(1, 1);
}

.banner .banner-bottom-content {
  position: absolute;
  bottom: 1rem;
  width: 100%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
  padding: 0 1rem;
}

.banner .banner-bottom-content .left {
  display: flex;
  align-items: center;
}

.banner .banner-bottom-content .left .box1 {
  font-family: 'fa';
  color: #fff;
  font-size: .46rem;
}

.banner .banner-bottom-content .left .box2 {
  width: 1px;
  height: 0.44rem;
  background: rgba(255, 255, 255, .5);
  margin: 0 0.25rem;
}

.banner .banner-bottom-content .left .box3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.banner .banner-bottom-content .left .box3 div:nth-of-type(1) {
  font-size: .24rem;
  font-family: 'fa';
  color: #fff;
  letter-spacing: .08rem;
}

.banner .banner-bottom-content .left .box3 div:nth-of-type(2) {
  font-size: .18rem;
  color: #fff;
  font-family: 'fa';
  letter-spacing: .05rem;
}

.banner .banner-bottom-content .right {
  display: flex;
  align-items: center;
  flex-direction: column
}

.banner .banner-bottom-content .right img {
  width: 1.26rem
}

.banner .banner-bottom-content .right div {
  color: #fff;
  font-weight: 300;
  font-size: .16rem;
  margin-top: .17rem
}

@media (max-width:1280px) {
  .banner .banner-bottom-content {
    bottom: .6rem
  }
}

@media (max-width: 767px) {
  .banner {
    height: 100vh;
    width: 100%;
    position: relative;
  }

  .banner .swiper-gt {
    height: 100%;
    width: 100%;
        overflow: hidden;
  }

  .banner .swiper-gt .swiper-slide {
    width: 100%;
    height: 100%;
  }

  .banner .swiper-gt .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .banner .swiper-pagination-gt-banner {
    position: absolute;
    left: 50%;
    bottom: 1.2rem;
    transform: translateX(-50%);
    z-index: 1;
  }

  .banner .swiper-pagination-gt-banner .swiper-pagination-bullet {
    width: 0.67rem;
    height: 0.05rem;
    background-color: #fff;
    border-radius: 0;
    margin-left: 0.22rem;
  }

  .banner .swiper-pagination-gt-banner .swiper-pagination-bullet:nth-of-type(1) {
    margin-left: 0;
  }

  .banner .banner-content {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: calc(100% - 2.53rem);
    padding-top: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between
  }
  .banner .banner-content div:nth-of-type(1){
      width: 100%
  }

  .banner .banner-content .title {
    font-size: 0.68rem;
    color: #fff;
    letter-spacing: 0.08rem;
    font-family: fa;
    width: 100%;
    text-align: center
  }

  .banner .banner-content .desc {
    font-size: 0.3rem;
    margin-top: 0.18rem;
    color: #fff;
    font-family: fa;
    width: 100%;
    text-align: center
  }
  .banner .banner-content .banner-content-btn-box{
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      padding: 0 .54rem;
  }
  .banner .banner-content .btn1 {
    height: 0.8rem;
    width: 3.15rem;
    border: 0.01rem solid #7e5d59;
    border: 0.01rem solid #fff;
    color: #7e5d59;
    font-size: 0.24rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    background-color: #fff;
    margin-top: 0rem;
    transition: all 0.3s;
  }

  .banner .banner-content .btn1::after {
    position: absolute;
    height: 2px;
    width: 100%;
    content: "";
    display: none;
    left: 0;
    bottom: 0;
    transition: all 0.5s;
    background-color: #471a14;
    transform: scale(0, 1);
  }

  .banner .banner-content .btn1:hover {
    background: #f2edea;
  }

  .banner .banner-content .btn1:hover::after {
    transform: scale(1, 1);
  }

  .banner .banner-content .btn2 {
    height: 0.8rem;
    width: 3.15rem;
    border: 0.01rem solid #fff;
    color: #fff;
    font-size: 0.24rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    background-color: transparent;
    margin-top: 0rem;
    transition: all 0.3s;
    margin-left: 0.15rem;
  }

  .banner .banner-content .btn2::after {
    position: absolute;
    height: 2px;
    width: 100%;
    content: "";
    display: none;
    left: 0;
    bottom: 0;
    transition: all 0.5s;
    background-color: #fff;
    transform: scale(0, 1);
  }

  .banner .banner-content .btn2:hover {
    background: rgba(242, 237, 234, 0.3);
  }

  .banner .banner-content .btn2:hover::after {
    transform: scale(1, 1);
  }

  .banner .banner-bottom-content {
    position: absolute;
    bottom: 4.07rem;
    width: 100%;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
    padding: 0;
  }

  .banner .banner-bottom-content .left {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%
  }

  .banner .banner-bottom-content .left .box1 {
    font-family: 'fa';
    color: #fff;
    font-size: .48rem;
  }

  .banner .banner-bottom-content .left .box2 {
    width: 1px;
    height: 0.44rem;
    background: rgba(255, 255, 255, .5);
    margin: 0 0.25rem;
    display: none
  }

  .banner .banner-bottom-content .left .box3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    line-height: 1.7;
  }

  .banner .banner-bottom-content .left .box3 div:nth-of-type(1) {
    font-size: .27rem;
    font-family: 'fa';
    color: #fff;
    letter-spacing: .04rem;
  }

  .banner .banner-bottom-content .left .box3 div:nth-of-type(2) {
    font-size: .25rem;
    color: #fff;
    font-family: 'fa';
    letter-spacing: .05rem;
  }

  .banner .banner-bottom-content .right {
    align-items: center;
    display: none
  }

  .banner .banner-bottom-content .right img {
    width: 1.26rem
  }

  .banner .banner-bottom-content .right div {
    color: #fff;
    writing-mode: vertical-lr;
    margin-left: 0.17rem;
    font-weight: 300;
    font-size: .16rem;
  }
}