* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: none;
  right: 10px;
  left: auto;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: none;
  left: 10px;
  right: auto;
}
.wrap{
  width: 33.3rem;
  height:33.3rem;
  background: #f00;
}
.container {
  width: 100%;
}
.Top {
  width: 100%;
}
.Top img {
  width: 100%;
}
.Application,.Application2,.Application3,.Application4{
  position: relative;
}
.Application form {
  position: absolute;
  top: 17%;
  left: 6%;
  width: 88%;
  height: 57%;
}

.Application form input {
  position: absolute;
  top: 0%;
  left: 0;
  padding-left: 12%;
  width: 88%;
  height: 26%;
  background: none;
  font-size: 1.4rem;
}
.Application form .tel{
  top: 37%;
}

.Application form .area{
  top: 53%;
}

.Application form .btns {
  position: absolute;
  bottom: 1%;
  width: 100%;
  height: 26%;
}

.Application form .agreement {
  position: absolute;
  top: 100%;
  left: 16%;
  width: 66%;
  height: 11%;
}

.slider {
  position: relative;
}

.slider .pic {
  /* height: 65%; */
  position: absolute;
  top: 14%;
  width: 94%;
  left: 3%;
}

.slider .item.active {
  z-index: 10;
}

.slider .pointList {
  display: flex;
  position: absolute;
  left: 1.9%;
  top: 28%;
  z-index: 100;
  width: 100%;
}

.slider .point {
  width: 14.3%;
  height: 28px;
  justify-content: space-around;
  align-items: center;
  margin-left: 1.5%;
  margin-right: 1.5%;
  cursor: pointer;
}
.slider .pointList .point:nth-child(2n){
  margin-right: 0;
}
.slider .point:nth-last-child(2n+1){
  margin-left: 0;
}

.slider .btn {
  position: absolute;
  top: 46%;
  width: 6%;
  z-index: 100;
}

.slider .left {
  left: 0%;
}

.slider .right {
  right: 0%;
}

.slider2 {
  position: relative;
}

.slider2 .pic2 {
  width: 94%;
  height: 74%;
  position: absolute;
  left: 3%;
  top: 19%;
}

.slider2 .pic2 li {
  position: absolute;
}

.slider2 .item2.active {
  z-index: 10;
}

.slider2 .btn {
  position: absolute;
  top: 59%;
  width: 6%;
  z-index: 100;
}

.slider2 .left2 {
  left: 0%;
}

.slider2 .right2 {
  right: 0%;
}

.Application2 form {
  position: absolute;
  top: 50%;
  left: 4%;
  width: 91%;
  height: 40%;
}

.Application2 form input {
  position: absolute;
  top: 0%;
  left: 0;
  padding-left: 12%;
  width: 87%;
  height: 26%;
  background: none;
  font-size: 1.4rem;
}

.Application2 form .tel{
  top: 36%;
}

.Application2 form .btns {
  position: absolute;
  bottom: 0%;
  right: 2px;
  width: 99%;
  height: 27%;
}

.Application2 form .agreement {
  position: absolute;
  top: 104%;
  left: 16%;
  width: 66%;
  height: 11%;
}

.Application3 form {
  position: absolute;
  top: 48%;
  left: 8%;
  width: 84%;
  height: 35%;
}

.Application3 form input {
  position: absolute;
  top: 2%;
  left: 0%;
  padding-left: 6%;
  width: 92%;
  height: 20%;
  background: none;
  font-size: 1.4rem;
}
.Application3 form .tel{
  top: 27%;
}

.Application3 form .area{
  top: 52%;
}

.Application3 form .btns {
  position: absolute;
  bottom: 1%;
  width: 100%;
  height: 20%;
}

.swiper-button-prev2, .swiper-container-rtl .swiper-button-next2 {
  background-image: none;
  left: 0px;
  right: auto;
}

.swiper-button-next2, .swiper-container-rtl .swiper-button-prev2 {
  background-image: none;
  right: 0px;
  left: auto;
}
.videoBox {
  position: absolute;
  z-index: 2;
  top: 32%;
  left: 5%;
  width: 90%;
  height: 60%;
  /* background-color: pink; */
}
video {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 滚动展示 */
.reserve {
  position: absolute;
  top: 60%;
  right: 8%;
  width: 84%;
  height: 30%;
}

.roll_box {
  height: 82%;
  position: relative;
  overflow: hidden;
  margin-top: 4%;
  color: #6B6B6B;
  font-size: 1.3rem;
}


@keyframes flesh {
  from {
      transform: translateY(0);
  }

  to {
      transform: translateY(-380px);
  }
}

.roll_box .roll {
  animation: flesh 10s linear infinite;
}

.roll_box .roll li {
  height: 30px;
  line-height: 30px;
  padding-left: 6%;
}

.roll_box .span1 {
  margin-right: 8%;
}
.roll_box .span2 {
  margin-left: 8%;
  margin-right: 8%;
  /* color: #E31919; */
}

/* .roll_box .span3 {
  margin-left: 7%;
} */

.banner_content_item{
  position: relative;
  height: 100%;
}
.banner2{
  position: relative;
  /* background: url(../img/5.png); */
}
.banner2 .banner_content {
  position: absolute;
  top: 0;
  width: 100%;
  padding-top: 22.8%;
  height: 66%;
}

.banner2 .banner_content_item{
  position: relative;
}
.banner2 .banner_content_item .swiper-container{
  position: absolute;
  top: -0.5rem;
  left: 10%;
  width: 80%;
  /* height: 85%; */
  /* height: 88%; */
}
.banner2 .banner_content_item .swiper-container .swiper-slide img{
  width:100%;
  height: 100%;
}
.banner2 .banner_content_item .swiper-pagination{
  width: 100%;
  bottom: 0;
  left: 0;
}
.banner2 .banner_content_item .swiper-pagination .swiper-pagination-bullet{
  width: 0.6rem;
  height: 0.6rem;
  margin: 0 1%;
  background: #e7be81;
  opacity: 1;
}
.banner2 .banner_content_item .swiper-pagination .swiper-pagination-bullet-active{
  background: #906d0a;
}

.yellow {
  position: absolute;
  top: 19%;
  width: 100%;
  height: 69%;
  background: linear-gradient(360deg, #FEFDFF 0%, #FFEFD6 100%);
  border-radius: 0px 42px 0px 42px;
}