* {
  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: -14%;
    left: 7%;
    width: 86%;
    height: 40%;
}

.Application form input {
    position: absolute;
    top: 2%;
    left: 0%;
    padding-left: 12%;
    width: 86%;
    height: 25%;
    background: none;
    font-size: 1.4rem;
}

.Application form .tel{
  top: 38%;
}

.Application form .area{
  top: 53%;
}

.Application form .btns {
    position: absolute;
    bottom: 0%;
    width: 100%;
    height: 26%;
}

.Application form .agreement {
  position: absolute;
  top: 100%;
  left: 16%;
  width: 66%;
  height: 11%;
}

.title {
    position: absolute;
    top: 2%;
    left: 77%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 11%;
    height: 13%;
    /* background-color: pink; */
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #000;
    text-align: center;
    z-index: 999;
}

.title span {
  font-weight: 600;
}

.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: 6%;
    left: 5%;
    width: 90%;
    height: 42%;
}

.Application2 form input {
    position: absolute;
    top: 1%;
    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: 15%;
    left: 8%;
    width: 84%;
    height: 70%;
}

.Application3 form input {
    position: absolute;
    top: 0%;
    left: 0%;
    padding-left: 6%;
    width: 92%;
    height: 20%;
    background: none;
    font-size: 1.6rem;
}

.Application3 form .tel{
  top: 26%;
}

.Application3 form .area{
  top: 52%;
}

.Application3 form .btns {
    position: absolute;
    bottom: 0%;
    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;
}

.privacy-radio {
    position: absolute;
    top: 31%;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
}

.privacy-radio input {
    width: auto;
    height: auto;
    margin-right: 8px;
    padding: 0;
    position: static;
    /* 自定义单选按钮基础样式 */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 14px;
    height: 14px;
    border: 2px solid #000;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
}
/* 选中状态样式 - 白色填充 */
.privacy-radio input:checked {
    /* background-color: white; */
    /* border-color: #0066cc; 可选：选中时边框颜色 */
    position: relative;
}
/* 选中状态添加内部小点（可选） */
.privacy-radio input:checked::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.privacy-text {
    color: #000;
}
.privacy-link {
    color: red;
    text-decoration: none;
    cursor: pointer;
}

/* 弹框样式 */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1000;
    display: none;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
}
.modal-content {
    background: white;
    width: 100%;
    max-width: 500px;
    border-radius: 8px;
    padding: 20px;
    max-height: 80vh;
    overflow-y: auto;
}
.modal-title {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
    color: #333;
}
.modal-body {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #666;
}
.modal-close {
    display: block;
    margin: 20px auto 0;
    padding: 8px 20px;
    background: #0066cc;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 1.4rem;
    cursor: pointer;
}
.privacy-policy-link {
    color: #0066cc;
    text-decoration: none;
}