.warp {
  width: 100%;
  min-height: 100vh;
  padding-bottom: 0.8rem;
}

.warp header {
  width: 100%;
  height: 0.46rem;
  background: #3e3e3e;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}

.warp header .logo {
  width: 1.47rem;
  margin-left: 0.39rem;
}

.warp header .phone a {
  font-size: 0.2rem;
  font-weight: 400;
  color: #ffffff;
}

.warp header .index {
  margin-right: 0.47rem;
}

.warp header .index a {
  display: flex;
  align-items: center;
  font-size: 0.2rem;
  font-weight: 400;
  color: #ffffff;
}

.warp header .index a img {
  width: 0.29rem;
  margin-right: 0.05rem;
}

.warp .banner,
.warp .banner img {
  width: 100%;
}

.warp .form1 {
  width: 100%;
  background-color: #3f4b81;
  padding-top: 0.23rem;
  padding-bottom: 0.3rem;
}

.warp .form1 .formTitle {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.3rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  margin-bottom: 0.26rem;
}

.warp .form1 .formTitle p {
  color: #f4d9aa;
}

.warp .form1 .form-item {
  margin: 0 auto 0.17rem;
  border-radius: 0;
  width: 4.66rem;
  height: 0.51rem;
  background: rgba(255, 255, 255, 0.84);
  border-radius: 0.02rem;
  border: 0.01rem solid #acacac;
}

.warp .form1 input {
  font-size: 0.22rem;
  padding: 0 0.24rem;
  font-weight: 300;
  color: #222222;
}

.warp .form1 input::placeholder {
  color: #545454;
}

.warp .form1 button.submit {
  width: 1.81rem;
  height: 0.5rem;
  font-size: 0.32rem;
  font-weight: 400;
  display: block;
  background-color: #efdfd4;
  text-align: center;
  cursor: pointer;
  border: none;
  color: #222f67;
  margin: 0.3rem auto 0;
  transition: background 0.25s linear;
}

.warp .form1 button.submit:hover {
  background-color: #9e1418;
  color: #fff;
}

.warp .advantage {
  width: 100%;
  background: url(../images/advantageBg.jpg) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  padding-bottom: 0.24rem;
}

.warp .advantage .title {
  width: 5.49rem;
  height: 0.76rem;
  background: url(../images/advantageTitle.png) no-repeat;
  background-size: 100% 100%;
  margin: 0.48rem auto 0;
  font-size: 0.34rem;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 0px 0.01rem 0.06rem rgba(0, 0, 0, 0.22);
  text-align: center;
  line-height: 0.7rem;
}

.warp .advantage .p {
  font-size: 0.34rem;
  font-weight: normal;
  color: #ffffff;
  line-height: 1;
  text-align: center;
}

.warp .advantage .advantageBox {
  width: 7.34rem;
  height: 1.94rem;
  background: url(../images/advantageBox.png) no-repeat;
  background-size: 100% 100%;
  margin-top: 0.26rem;
  margin-left: 0.16rem;
  overflow: hidden;
}

.warp .advantage .advantageBox p {
  width: 1.57rem;
  height: 0.65rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.23rem;
  font-weight: bold;
  color: #4f5c93;
  margin-right: 0.29rem;
  float: left;
  margin-bottom: 0.16rem;
}

.warp .advantage .advantageBox p:nth-child(4n) {
  margin-right: 0;
}

.warp .advantage .advantageList {
  width: 6.7rem;
  margin: 0 auto;
}

.warp .advantage .advantageList .item {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 0.3rem;
}

.warp .advantage .advantageList .item .bt {
  font-size: 0.23rem;
  font-weight: bold;
  color: #f4d9aa;
}

.warp .advantage .advantageList .item p {
  font-size: 0.22rem;
  font-weight: normal;
  color: #ffffff;
  line-height: 0.23rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-top: 0.05rem;
}

.warp .advantage .advantageList .item .bord {
  width: 100%;
  height: 0.18rem;
  background: url(../images/bord.png) no-repeat;
  background-size: 100% 100%;
  margin-top: 0.05rem;
}

.warp .swiperBox {
  width: 100%;
  background-color: #f4d9aa;
  overflow: hidden;
  position: relative;
}

.warp .swiperBox .title {
  width: 5.49rem;
  height: 0.76rem;
  background: url(../images/swiperBoxTitle.png) no-repeat;
  background-size: 100% 100%;
  margin: 0.35rem auto 0;
  font-size: 0.34rem;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 0px 0.03rem 0.16rem rgba(0, 0, 0, 0.22);
  text-align: center;
  line-height: 0.7rem;
}

.warp .swiperBox .p {
  font-size: 0.29rem;
  font-weight: normal;
  color: #222f67;
  line-height: 1;
  margin-top: 0.07rem;
  text-align: center;
}

.warp .swiperBox .list {
  width: 7.03rem;
  margin: 0 auto;
  padding-top: 0.17rem;
}

.warp .swiperBox .list .item {
  margin-bottom: 0.12rem;
}

.warp .swiperBox .list .item .bt {
  width: 100%;
  height: 0.43rem;
  font-size: 0.28rem;
  font-weight: bold;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/swiperBtBg.png) no-repeat;
  background-size: 100% 100%;
}

.warp .swiperBox .list .item .center {
  width: 100%;
  margin: 0 auto;
  padding: 0.23rem 0.41rem 0.23rem 0.36rem;
  background: url(../images/swiperCenterBg.png) no-repeat;
  background-size: 100% 100%;
}

.warp .swiperBox .list .item .center p {
  font-size: 0.22rem;
  font-weight: normal;
  color: #222f67;
  line-height: 0.25rem;
  text-align: justify;
  margin-bottom: 0.19rem;
}

.warp .swiperBox .list .item .center p:last-child {
  margin-bottom: 0;
}

.warp .swiperBox .btn {
  width: 2.41rem;
  height: 0.58rem;
  background: #445188;
  border-radius: 0.2rem;
  margin: 0.24rem auto 0.3rem;
  transition: background 0.25s linear;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.29rem;
  font-weight: normal;
  color: #ffffff;
}

.warp .swiperBox .btn:hover {
  background-color: #9e1418;
  color: #fff;
}

.warp .receiveBox {
  width: 100%;
  background-color: #445188;
  overflow: hidden;
  padding-top: 0.98rem;
  position: relative;
}

.warp .receiveBox .form-container {
  width: 100%;
  background-color: #313b67;
  position: relative;
  padding-top: 0.46rem;
  padding-bottom: 0.27rem;
}

.warp .receiveBox .form-container .formTit {
  width: 3.99rem;
  height: 0.53rem;
  background: #313b67;
  border-radius: 0.2rem 0.2rem 0 0;
  font-size: 0.31rem;
  font-weight: 400;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -0.53rem;
  left: 50%;
  transform: translateX(-50%);
}

.warp .receiveBox .form-container .form-item {
  width: 4.78rem;
  height: 0.55rem;
  border: 0.03rem solid rgba(255, 255, 255, 0.45);
  background: #475283;
  border-radius: 0;
  margin: 0 auto;
  margin-bottom: 0.19rem;
  padding: 0;
}

.warp .receiveBox .form-container input {
  font-size: 0.25rem;
  font-weight: 400;
  color: #ffffff;
  padding: 0 0.17rem;
}

.warp .receiveBox .form-container input::placeholder {
  color: #ffffff;
}

.warp .receiveBox .form-container button.submit {
  width: 2.41rem;
  height: 0.58rem;
  background: #f4d9aa;
  border-radius: 0.2rem;
  transition: background 0.25s linear;
  display: block;
  font-size: 0.3rem;
  font-weight: 400;
  color: #404d84;
  margin: 0.03rem auto 0;
}

.warp .receiveBox .form-container button.submit:hover {
  background-color: #9e1418;
  color: #fff;
}

.warp .Collection {
  width: 100%;
  background-color: #f4d9aa;
  overflow: hidden;
  padding-bottom: 0.57rem;
  position: relative;
}

.warp .Collection .title {
  width: 5.49rem;
  height: 0.76rem;
  background: url(../images/swiperBoxTitle.png) no-repeat;
  background-size: 100% 100%;
  margin: 0.36rem auto 0;
  font-size: 0.34rem;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 0px 0.03rem 0.16rem rgba(0, 0, 0, 0.22);
  text-align: center;
  line-height: 0.7rem;
}

.warp .Collection .p {
  font-size: 0.29rem;
  font-weight: normal;
  color: #222f67;
  line-height: 1;
  margin-top: 0.08rem;
  text-align: center;
}

.warp .Collection .swiper {
  width: 100%;
  overflow: hidden;
}

.warp .Collection .swiper .swiper-slide {
  width: 100%;
}

.warp .Collection .swiper .swiper-slide .Box {
  width: 6.78rem;
  position: relative;
  margin: 0 auto;
}

.warp .Collection .swiper .swiper-slide .day {
  width: 1rem;
  height: 0.47rem;
  background: #445188;
  border-radius: 0.08rem;
  position: absolute;
  top: -0.19rem;
  left: 0;
  font-size: 0.26rem;
  font-weight: 400;
  color: #f4d9aa;
  display: flex;
  align-items: center;
  justify-content: center;
}

.warp .Collection .swiper .swiper-slide .center {
  width: 6.78rem;
  height: 3.36rem;
  margin: 0.41rem auto 0;
  background: #ffffff;
  border-radius: 0.1rem;
  padding: 0.59rem 0.37rem .3rem .37rem;
  overflow: hidden;
}

.warp .Collection .swiper .swiper-slide .center .boxs {
  height: 100%;
  overflow-y: auto;
}

.warp .Collection .swiper .swiper-slide .center a {
  font-size: 0.2rem;
  font-weight: normal;
  color: #222f67;
  display: block;
  transition: all 0.25s;
}

.warp .Collection .swiper .swiper-slide .center a:hover {
  color: #9e1418;
}

.warp .Collection .swiper .swiper-slide a.btn {
  width: 2.41rem;
  height: 0.58rem;
  background: #4a578e;
  border-radius: 0.2rem;
  margin: 0.15rem auto 0;
  font-size: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  color: #f4d9aa;
  transition: background 0.25s linear;
}

.warp .Collection .swiper .swiper-slide a.btn:hover {
  background-color: #9e1418;
  color: #fff;
}

.warp .Collection .swiper-pagination {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0.2rem;
  width: 100%;
  z-index: 5;
}

.warp .Collection .swiper-pagination .swiper-pagination-bullet {
  width: 0.19rem;
  height: 0.19rem;
  background: #445188;
  opacity: 0.63;
  border-radius: 50%;
  margin: 0 0.065rem;
}

.warp .Collection .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.warp .footType {
  width: 100%;
  background-color: #445188;
  font-size: .28rem;
  font-weight: 400;
  color: #f4d9aa;
  line-height: .42rem;
  text-align: center;
  padding: .25rem 0;
}

.warp .footer {
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #f4d9aa;
  position: fixed;
  bottom: 0;
  left: 0;
  border-top: 0.01rem solid #000000;
  z-index: 99;
}

.warp .footer a {
  flex: 1;
  height: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.28rem;
  color: #445188;
  position: relative;
}

.warp .footer a img {
  width: 0.29rem;
  height: 0.29rem;
  margin-right: 0.14rem;
}

.warp .footer a:nth-child(1) img {
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.06rem;
}

.warp .footer a:last-child img {
  width: 0.34rem;
  height: 0.29rem;
  margin-right: 0.1rem;
}

.warp .footer a:last-child::before {
  content: none;
}

.warp .footer a::before {
  content: "";
  position: absolute;
  width: 0.01rem;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #000000;
}

.kefu-container a.kefu-item {
  display: none;
}
