body {
  width: 100%;
  padding-top: 0.52rem;
}

.header {
  width: 100%;
  background: #333333;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}

.header .main {
  height: 0.52rem;
  display: flex;
  align-items: center;
}

.header .logo {
  width: 1.49rem;
}

.header .logo img {
  width: 100%;
}

.header .nav {
  display: flex;
  align-items: center;
}

.header .nav a {
  margin: 0 0.09rem;
  font-size: 0.2rem;
  color: #ffffff;
  display: block;
}

.header .phone {
  display: flex;
  align-items: center;
}

.header .phone img {
  width: 0.26rem;
}

.header .phone a {
  font-size: 0.2rem;
  color: #ffffff;
  margin-left: 0.05rem;
  display: block;
}

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

.banner {
  position: relative;
}

.banner .bannerBox {
  border: .02rem solid #fff;
  border-radius: .3rem;
  width: 5.32rem;
  height: 0.53rem;
  font-size: .29rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  position: absolute;
  color: #ffffff;
  top: 1.28rem;
  left: 6.01rem;
}

.main {
  width: 10.8rem;
  margin: 0 auto;
}

.form {
  width: 100%;
  box-shadow: 0px 0px 0.4rem 0px rgba(14, 156, 180, 0.84);
  padding-top: 0.25rem;
  padding-bottom: 0.21rem;
  background-color: #3f4b81;
}

.form .formTitle {
  width: 10.06rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.36rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}

.form .formTitle p {
  color: #f4d9aa;
}

.form .form-container {
  width: 10.06rem;
  margin: 0 auto;
  height: 0.52rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.19rem;
}

.form .form-container .form-item {
  width: 4.01rem;
  height: 0.52rem;
  background: rgba(255, 255, 255, 0.84);
  border: 0.01rem solid #acacac;
  border-radius: 0.05rem;
  margin-bottom: 0;
}

.form .form-container input {
  font-size: 0.25rem;
  font-weight: 400;
  color: #222222;
  padding: 0 0.15rem;
}

.form .form-container input::placeholder {
  color: #676767;
}

.form .form-container button.submit {
  width: 1.73rem;
  height: 0.39rem;
  background: #efdfd4;
  border-radius: 0.19rem;
  transition: background 0.25s linear;
  font-size: 0.25rem;
  font-weight: 400;
  color: #222f67;
}

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

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

.advantage .main {
  width: 9.56rem;
}

.advantage .info {
  font-size: 0.22rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.33rem;
  opacity: 0.65;
  margin-top: 0.25rem;
  text-align: center;
}

.advantage .title {
  width: 6.23rem;
  height: 0.86rem;
  background: url(../images/advantageTitle.png) no-repeat;
  background-size: 100% 100%;
  margin: 0.46rem auto 0;
  font-size: 0.39rem;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 0px 0.03rem 0.16rem rgba(0, 0, 0, 0.22);
  text-align: center;
  line-height: 0.8rem;
}

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

.advantage .advantageBox {
  width: 8.65rem;
  height: 2.17rem;
  background: url(../images/advantageBox.png) no-repeat;
  background-size: 100% 100%;
  margin-top: 0.3rem;
  margin-left: 0.64rem;
  overflow: hidden;
}

.advantage .advantageBox p {
  width: 1.77rem;
  height: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.26rem;
  font-weight: bold;
  color: #4f5c93;
  margin-right: 0.335rem;
  float: left;
  margin-bottom: 0.15rem;
}

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

.advantage .advantageList .item:first-child {
  height: 0.89rem;
}

.advantage .advantageList .item {
  height: 1.25rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

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

.advantage .advantageList .item p {
  font-size: 0.2rem;
  font-weight: normal;
  color: #ffffff;
  line-height: 0.24rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

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

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

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

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

.swiperBox .swiper {
  width: 13.66rem;
  margin: 0.36rem auto 0;
  overflow: hidden;
}

.swiperBox .swiper .swiper-slide {
  width: 4.39rem;
  height: 4.42rem;
  background: url(../images/swiperItem.png) no-repeat;
  background-size: 100% 100%;
}

.swiperBox .swiper .swiper-slide .bt {
  height: 0.53rem;
  font-size: 0.23rem;
  font-weight: normal;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiperBox .swiper .swiper-slide .center {
  width: 3.93rem;
  height: 2.78rem;
  overflow-y: auto;
  margin: 0.3rem auto 0;
}

.swiperBox .swiper .swiper-slide .center p {
  font-size: 0.16rem;
  color: #222f67;
  line-height: 0.24rem;
  margin-bottom: 0.18rem;
}

.swiperBox .swiper .swiper-slide .center p:last-child {
  margin-bottom: 0;
}

.swiperBox .swiper .swiper-slide a.btn {
  width: 1.71rem;
  height: 0.45rem;
  background: #4a578e;
  border-radius: 0.2rem;
  margin: 0.1rem auto 0;
  font-size: 0.22rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  color: #f4d9aa;
  transition: background 0.25s linear;
}

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

.swiperBox .swiper-pagination {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0.4rem;
  width: 100%;
}

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

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

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

.receiveBox .title {
  width: 6.23rem;
  height: 0.86rem;
  background: url(../images/receiveBoxTitle.png) no-repeat;
  background-size: 100% 100%;
  margin: 0.5rem auto 2.44rem;
  font-size: 0.39rem;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 0px 0.03rem 0.16rem rgba(0, 0, 0, 0.22);
  text-align: center;
  line-height: 0.8rem;
}

.receiveBox .Box {
  width: 10.94rem;
  height: 1.75rem;
  background: url(../images/receiveBox.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0.95rem;
  left: 50%;
  transform: translateX(-50%);
}

.receiveBox .Box p {
  width: 9.2rem;
  margin: 0.72rem auto 0;
  text-align: center;
  font-size: 0.23rem;
  font-weight: normal;
  color: #ffffff;
  line-height: 0.36rem;
}

.receiveBox .form-container {
  width: 100%;
  height: 1.06rem;
  background-color: #313b67;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.19rem;
  position: relative;
}

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

.receiveBox .form-container .form-item {
  width: 3.64rem;
  height: 0.55rem;
  border: 0.03rem solid rgba(255, 255, 255, 0.45);
  background: #475283;
  border-radius: 0;
  margin-bottom: 0;
  margin-right: 0.27rem;
}

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

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

.receiveBox .form-container button.submit {
  width: 1.71rem;
  height: 0.45rem;
  background: #f4d9aa;
  border-radius: 0.2rem;
  transition: background 0.25s linear;
  font-size: 0.22rem;
  font-weight: 400;
  color: #404d84;
}

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

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

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

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

.Collection .swiper {
  width: 13.15rem;
  margin: 0.36rem auto 0;
  overflow: hidden;
  padding-top: 0.21rem;
}

.Collection .swiper .swiper-slide {
  width: 4.29rem;
  height: 3.81rem;
  background: #ffffff;
  border-radius: 0.1rem;
  padding: 0 0.21rem;
  position: relative;
}

.Collection .swiper .swiper-slide .day {
  width: 1.13rem;
  height: 0.53rem;
  background: #445188;
  border-radius: 0.2rem;
  position: absolute;
  top: -0.21rem;
  left: 0;
  font-size: 0.3rem;
  font-weight: 400;
  color: #f4d9aa;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Collection .swiper .swiper-slide .center {
  width: 3.93rem;
  height: 2.28rem;
  overflow-y: auto;
  margin: 0.67rem auto 0;
}

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

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

.Collection .swiper .swiper-slide .center::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.Collection .swiper .swiper-slide .center::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}

.Collection .swiper .swiper-slide .center::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}

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

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

.Collection .swiper-pagination {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0.28rem;
  width: 100%;
}

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

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

.footType {
  width: 100%;
  height: 1.57rem;
  background-color: #445188;
  font-size: 0.34rem;
  font-weight: 400;
  color: #f4d9aa;
  line-height: 0.48rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer {
  width: 100%;
  background: #333333;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer .footNav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.1rem;
}

.footer .footNav a {
  font-size: 0.18rem;
  font-weight: 400;
  color: #ffffff;
  padding: 0 0.14rem;
  position: relative;
}

.footer .footNav a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 0.02rem;
  height: 0.2rem;
  background-color: #ffffff;
}

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

.footer .footBot {
  margin: 0.18rem 0;
  height: 1.17rem;
  display: flex;
  align-items: center;
}

.footer .footBot .footLogo {
  position: relative;
  padding-right: 0.11rem;
  width: 2.56rem;
}

.footer .footBot .footLogo img {
  width: 100%;
}

.footer .footBot .footLogo::before {
  position: absolute;
  content: "";
  width: 0.02rem;
  height: 0.69rem;
  background: #ffffff;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.footer .footBot .footHz {
  padding-left: 0.08rem;
}

.footer .footBot .footHz span {
  font-size: 0.17rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.19rem;
  display: block;
}

.footer .footBot .footHz p {
  font-size: 0.36rem;
  font-weight: bold;
  color: #ffffff;
  line-height: 0.39rem;
  margin-top: 0.1rem;
}

.footer .footBot .footUl {
  margin-left: 0.23rem;
  font-size: 0.13rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.14rem;
}

.footer .footBot .footUl p {
  margin: 0.14rem 0;
}

.footer .footBot .footUl p span {
  margin-right: 0.2rem;
}

.footer .footBot .footUl p a {
  margin-right: 0.2rem;
  color: #fff;
}

.footer .footBot .footEwm {
  width: 1.17rem;
}

.footer .footBot .footEwm img {
  width: 100%;
}

@-webkit-keyframes Btnanimal {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
