html,
body {
  margin: 0;
  padding: 0;
}

.page {
  background: url("../images/bg.png") no-repeat top;
  background-size: cover;
}

.wrapper {
  width: 17.25rem;
  margin: 0 auto;
}

.swiper .arrow {
  top: 50%;
  width: 0.9rem;
  height: 2.15rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
}

.swiper .arrow::after {
  font-size: 0.5rem;
}

.swiper .arrow.swiper-button-prev {
  left: 0;
}

.swiper .arrow.swiper-button-next {
  right: 0;
}

.banner {
  height: 14.1rem;
  background: url("../images/banner.png") no-repeat center;
  background-size: 100%;
}

.nav-box {
  position: sticky;
  top: 2.5rem;
  left: 0;
  z-index: 90;
  display: flex;
  align-items: center;
  width: 100%;
  background: #062460;
}

.nav-box .nav-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.nav-box .nav-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25%;
  height: 2.2rem;
  color: #fff;
  font-size: 0.6rem;
  border: none;
  cursor: pointer;
}

.nav-box .nav-list li.active {
  color: #062460;
  background: #FAC949;
}

.box1 {
  padding-top: 1.1rem;
}

.box1-title {
  height: 3.625rem;
  background: url("../images/box1-title.png") no-repeat center;
  background-size: contain;
}

.box1 .video {
  padding-top: 0.3rem;
}

.box1 .video .player {
  width: 100%;
  height: 9.725rem;
  overflow: hidden;
  background: url("../images/box1-bg.png") no-repeat center;
  background-size: 100%;
  border-radius: 1rem;
}

.box2 {
  padding-top: 1rem;
}

.box2-title {
  height: 3.275rem;
  background: url("../images/box2-title.png") no-repeat center;
  background-size: contain;
}

.box2-swiper {
  margin-top: 0.3rem;
  background: url("../images/box2-bg.png") no-repeat top;
  background-size: contain;
}

.box2-swiper .item {
  height: 12.8rem;
}

.box2-swiper .img {
  width: 100%;
  padding-top: 0.6rem;
}

.box2-swiper .box2-pagination {
  margin: 0.2rem auto;
  text-align: center;
}

.box2-swiper .box2-pagination .swiper-pagination-bullet {
  width: 0.4rem;
  height: 0.4rem;
  margin: 0 0.2rem;
  background: #fff;
}

.box3 {
  padding-top: 0.8rem;
}

.box3-title {
  height: 4.025rem;
  background: url("../images/box3-title.png") no-repeat center;
  background-size: contain;
}

.box3-com {
  box-sizing: border-box;
  width: 100%;
  height: 26.075rem;
  margin-top: 0.3rem;
  padding: 1rem 0.5rem;
  background: url("../images/box3-bg.png") no-repeat center;
  background-size: 100%;
}

.box3-com .box3-t {
  height: 1.3rem;
  background: url("../images/box3-t.png") no-repeat center;
  background-size: contain;
}

.box3-com .desc {
  padding-top: 0.8rem;
  color: #fff;
  font-weight: 400;
  font-size: 0.55rem;
  line-height: 0.8rem;
}

.box3-com .box3-img {
  height: 4.875rem;
  margin: 0.5rem 0;
  background: url("../images/box3-1.png") no-repeat center;
  background-size: contain;
}

.box3 .form-container {
  width: 100%;
  padding-top: 0.5rem;
}

.box3 .form-container .form-item {
  height: 1.8rem;
  margin-bottom: 12px;
  padding-left: 1.5rem;
  font-size: 0.55rem;
  line-height: 1.7rem;
  border: none;
}

.box3 .form-container .form-item.form-item-city {
  background: #fff url("../images/icon1.png") no-repeat 0.4rem center/0.675rem 0.675rem;
}

.box3 .form-container .form-item.form-item-name {
  background: #fff url("../images/icon2.png") no-repeat 0.4rem center/0.7rem 0.7rem;
}

.box3 .form-container .form-item.form-item-phone {
  background: #fff url("../images/icon3.png") no-repeat 0.4rem center/0.7rem 0.7rem;
}

.box3 .form-container .form-item input {
  color: #094090;
}

.box3 .form-container .form-item input::-webkit-input-placeholder {
  color: #094090;
}

.box3 .form-container .form-item .city-txt {
  display: block;
  color: #094090;
  font-size: 0.55rem;
}

.box3 .form-container .submit {
  height: 1.8rem;
  color: #094090;
  font-weight: bold;
  font-size: 0.65rem;
  background: #FAC949 !important;
}

.container {
  padding-top: 1.4rem;
}

.container-title {
  height: 3.4rem;
  background: url("../images/container-title.png") no-repeat center;
  background-size: contain;
}

.container-com {
  height: 118.2rem;
  margin-top: 0.5rem;
  background: url("../images/container-bg.png") no-repeat center;
  background-size: 100%;
}

.box4 {
  padding-top: 0.8rem;
  display: flex;
  flex-direction: column;
}

.box4-img1 {
  height: 24rem;
  background: url("../images/box4-1.png") no-repeat center;
  background-size: contain;
}

.box4-img2 {
  height: 21.475rem;
  background: url("../images/box4-2.png") no-repeat center;
  background-size: contain;
}

.box4-img3 {
  height: 23.625rem;
  background: url("../images/box4-3.png") no-repeat center;
  background-size: contain;
}

.box5 {
  padding-top: 0.6rem;
}

.box5-title {
  height: 3.1rem;
  background: url("../images/box5-title.png") no-repeat center;
  background-size: contain;
}

.box5 .swiper-com {
  position: relative;
  margin-top: -0.8rem;
}

.box5-swiper {
  position: initial;
  margin-left: 0.5rem;
}

.box5-swiper .img {
  width: 5.175rem;
  height: 7.875rem;
}

.box6 {
  padding-top: 0.9rem;
}

.box6-title {
  height: 1.275rem;
  background: url("../images/box6-title.png") no-repeat center;
  background-size: contain;
}

.box6 .list {
  padding: 0.9rem 0.5rem 0;
}

.box6 .list .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 2rem;
  padding: 0 0.5rem 0 0.2rem;
}

.box6 .list .item:nth-child(odd) {
  background: #fff;
}

.box6 .list .item:nth-child(even) {
  background: #f8f8f8;
}

.box6 .list .item .name {
  flex: 1;
  padding-right: 0.1rem;
  overflow: hidden;
  color: #000;
  font-weight: bold;
  font-size: 0.55rem;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.box6 .list .item .name span {
  color: #062460;
}

.box6 .list .item .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 1.05rem;
  color: #062460;
  font-size: 0.5rem;
  letter-spacing: 1px;
  background: #FAC949;
  border-radius: 0.2rem;
}

.box6 .coupon-pagination {
  text-align: center;
}

.box6 .coupon-pagination .swiper-pagination-bullet {
  background-color: #fff;
}

.box7 {
  padding-top: 0.8rem;
}

.box7-title {
  height: 1.375rem;
  background: url("../images/box7-title.png") no-repeat center;
  background-size: contain;
}

.box7-img {
  height: 3.85rem;
  margin-top: 0.4rem;
  background: url("../images/box7.png") no-repeat center;
  background-size: contain;
}

.box7 .form-container {
  box-sizing: border-box;
  width: 100%;
  padding: 1rem 0.5rem 0;
}

.box7 .form-container .form-item {
  height: 1.6rem;
  padding-left: 1.3rem;
  font-size: 0.55rem;
  line-height: 1.6rem;
  border: none;
}

.box7 .form-container .form-item.form-item-name {
  background: #fff url("../images/icon4.png") no-repeat 0.5rem center/0.525rem 0.6rem;
}

.box7 .form-container .form-item.form-item-city {
  background: #fff url("../images/icon5.png") no-repeat 0.4rem center/0.65rem 0.625rem;
}

.box7 .form-container .form-item.form-item-phone {
  background: #fff url("../images/icon6.png") no-repeat 0.5rem center/0.425rem 0.6rem;
}

.box7 .form-container .form-item input::-webkit-input-placeholder {
  color: #757575;
}

.box7 .form-container .form-item .city-txt {
  display: block;
  color: #757575;
  font-size: 0.55rem;
}

.box7 .form-container .form-item .city-txt.show {
  color: #062460;
}

.box7 .form-container input {
  color: #062460;
}

.box7 .form-container .kaptcha-code {
  flex: 1;
  height: 1.8rem;
  padding-left: 1.3rem;
  background: #fff url("../images/icon7.png") no-repeat 0.4rem center/0.5rem 0.625rem;
  border: none;
}

.box7 .form-container .kaptcha-btn {
  width: 4.575rem;
  height: 1.8rem;
  margin-left: 0.2rem;
  color: #fff;
  font-size: 0.55rem;
  background: #5598FA !important;
}

.box7 .form-container .submit {
  height: 2rem;
  color: #062460;
  font-size: 0.65rem;
  background: #FAC949 !important;
}

.footer-info {
  padding-bottom: 3rem;
  color: #fff;
  font-size: 0.55rem;
  line-height: 0.9rem;
  text-align: center;
}

.footer-info .hezuo {
  width: 17.125rem;
  height: 1.825rem;
  margin: 1.2rem auto;
}
