.Banner {
  width: 100%;
  height: 2rem;
  position: relative;
}

.top {
  width: 38.78rem;
  height: 0.8rem;
  margin: 0 auto;
}

.top a {
  font-size: 0.42rem;
  color: #111;
}

.top ul {
  float: right;
}

.top li {
  list-style: none;
  float: left;
  line-height: 0.4rem;
  padding-left: 0.9rem;
  position: relative;
}

.top li:nth-child(2):hover img {
  display: block;
}

.top img {
  position: absolute;
  width: 4rem;
  height: 4rem;
  z-index: 3;
  left: 0.2rem;
  top: 0.78rem;
  display: none;
}

nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2.12rem;
  box-shadow: 1px 5px 5px 0px rgba(45, 142, 255, 0.15);
}

.logo {
  display: block;
  width: 4.848rem;
  height: 0.79rem;
}

nav div {
  width: 38.78rem;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

nav div li {
  list-style: none;
  font-size: 0.424rem;
  float: left;
  text-align: center;
  line-height: 2rem;
  margin: 0 0.33rem;
  padding: 0 0.33rem;
}

nav div a {
  color: #111111;
}

.phone {
  font-size: 0.6rem;
  font-family: Source Han Sans SC;
  font-weight: bold;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 1.18rem;
  padding: 0;
}

.phone img {
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  margin-right: 0.2rem;
}

.bor a {
  color: #2983ef;
}

.bor {
  border-bottom: 0.1rem solid #2983ef;
  line-height: 2rem;
  color: #2983ef;
}

article {
  width: 100%;
  margin: 0 auto;
  /* height: 103.25rem; */
}

article aside {
  width: 100%;
  height: 54.54rem;
  margin-top: 0.2rem;
  background: url("../img/activity/bj.png") no-repeat;
  background-size: 100%;
  position: relative;
  padding-top: 11.6rem;
  box-sizing: border-box;
}

.center {
  width: 40rem;
  height: 15rem;
  margin: 0 auto 1rem;
  background-image: url("../img/activity/bj2.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  overflow: hidden;
}
.center > img {
  display: block;
  margin: 1.5rem auto 1rem;
  width: 31%;
}
.center .form {
  width: 90%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
  height: 7rem;
  margin: 0 auto;
}
.form p {
  width: 14rem;
  height: 1.4rem;
  font-size: 0.545rem;
  line-height: 1.4rem;
  color: #783c2b;
  background: #fff3ee;
  border-radius: 4px;
}
.form .Submit {
  display: block;
  margin: 0 auto;
  width: 12rem;
  height: 1.4rem;
  background: #f76049;
  border-radius: 4px;
  font-size: 0.6rem;
  border: none;
  outline: none;
  color: #ffffff;
  cursor: pointer;
}
.center > p {
  text-align: center;
  font-size: 0.6rem;
  color: #333333;
}
.form > p > span {
  display: inline-block;
  width: 26%;
  position: relative;
  margin-right: 0.3rem;
  padding-left: 0.3rem;
}
.form input {
  border: none;
  outline: none;
  background-color: transparent;
  font-size: 0.545rem;
  color: #783c2b;
  width: 65%;
  padding: 0.3rem 0;
}
.form > p > span:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 10px;
  width: 1px;
  background-color: #ff6c2f;
}
.form > p > span > i {
  display: inline-block;
  font-style: normal;
  font-size: 0.1rem;
  color: #ff6c2f;
}
.premium_offer {
  width: 40rem;
  height: 25rem;
  background-image: url("../img/activity/bj3.png");
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.premium_offer > img {
  display: block;
  margin: 1.5rem auto;
  width: 31%;
}
.premium_offer .open {
  width: auto;
  margin: 1rem auto;
}
.premium_offer > ul {
  display: flex;
  justify-content: space-evenly;
  list-style: none;
}
.premium_offer > ul li {
  width: 8rem;
  height: 5.35rem;
  background: linear-gradient(180deg, #fff4ef 0%, #fef1e9 100%);
  border-radius: 8px;
  position: relative;
}
.premium_offer > ul li img {
  position: absolute;
  left: 50%;
  top: -0.8rem;
  transform: translateX(-50%);
}
.premium_offer > ul li h3 {
  color: #333333;
  font-weight: bold;
  font-size: 0.75rem;
  text-align: center;
  margin-top: 1.4rem;
}
.premium_offer > ul li p {
  width: 93%;
  margin: 0.5rem auto 0;
  text-align: center;
  font-size: 0.5rem;
  color: #333333;
}
.introduce {
  width: 85%;
  margin: 0 auto;
  font-size: 0.6rem;
}
.introduce h4 {
  background: #f76049;
  width: 5rem;
  height: 1.2rem;
  border-radius: 1.2rem;
  color: #fff;
  font-size: 0.6rem;
  line-height: 1.2rem;
  text-align: center;
}
.introduce p {
  margin-top: 1rem;
  display: flex;
  align-items: center;
}
.introduce p span {
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  text-align: center;
  line-height: 1rem;
  color: #fff;
  font-size: 0.3rem;
  background: #fb8967;
  margin-right: 0.3rem;
}
/* .dis_form {
  position: absolute;
  left: 0;
  top: 0;
} */
.group {
  display: flex;
  margin-top: -1.5rem;
  box-sizing: border-box;
  padding: 0 0.3rem;
}

.group li {
  box-sizing: border-box;
  width: 10.2rem;
  height: 6.42rem;
  background: url("../img/dis-o.png") no-repeat;
  background-size: 100% 100%;
  list-style: none;
  color: #fff;
  margin: 0;
  padding: 0;
  padding: 0.9rem;
  overflow: hidden;
}

.group li .dis_tit {
  display: block;
  font-size: 0.6rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  margin: 0.5rem 0;
}

.group li .dis_txt {
  font-size: 0.44rem;
  font-family: Microsoft YaHei;
  font-weight: normal;
  color: #ffffff;
  display: block;
  line-height: 0.8rem;
}

.explain {
  box-sizing: border-box;
  width: 18.5rem;
  height: 5rem;
  line-height: 4.2rem;
  margin: 0 auto;
  background: url("../img/dis-exp.png") no-repeat;
  background-size: contain;
  text-align: center;
  font-size: 1.1rem;
  color: #ffea00;
}

.vip {
  width: 22.8rem;
  height: 8.5rem;
  margin: 0 auto;
  background: url("../img/dis-vip.png") no-repeat;
  background-size: contain;
  margin-top: -1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  flex-wrap: nowrap;
  padding: 30px;
  box-sizing: border-box;
}

.vip .dis_vspan {
  display: block;
  height: 1.5rem;
  font-size: 0.6rem;
  font-family: Source Han Sans SC;
  color: #8a15d1;
}

.vip .dis_vspan i {
  font-style: normal;
  font-weight: 700;
  font-size: 0.9rem;
}

.dis_open {
  height: 3.7rem;
  position: relative;
}

.dis_open .opening {
  box-sizing: border-box;
  width: 22.8rem;
  height: 3.7rem;
  line-height: 3rem;
  background: url("../img/dis-open.png") no-repeat;
  background-size: 100% 100%;
  z-index: 2;
  margin-left: -0.45rem;
  padding-left: 1rem;
  position: absolute;
  font-size: 0.85rem;
  font-family: Source Han Sans SC;
  font-weight: 400;
  color: #8a15d1;
}

.dis_open .buying {
  box-sizing: border-box;
  width: 18rem;
  height: 2rem;
  line-height: 2rem;
  background: url("../img/dis-buy.png") no-repeat;
  background-size: 100% 100%;
  padding-left: 2rem;
  position: absolute;
  right: 0;
  top: 0.55rem;
  font-size: 0.5rem;
  font-family: Source Han Sans SC;
  font-weight: 400;
  color: #8a15d1;
}

/* article aside p {
  width: 100%;
  font-size: 0.545rem;
  font-family: Source Han Sans SC;
  font-weight: 400;
  color: #ffffff;
  position: absolute;
  box-sizing: border-box;
}

article aside p:nth-child(1) {
  bottom: 6.696rem;
  text-align: center;
}

article aside p:nth-child(2) {
  bottom: 4.515rem;
  left: 5.1rem;
}

article aside p:nth-child(3) {
  bottom: 1.939rem;
  text-align: center;
}

article aside input {
  width: 8.48rem;
  height: 1.24rem;
  background: #ffffff;
  border-radius: 6px;
  border: none;
  margin-right: 1.21rem;
  text-indent: 0.2rem;
}

article button {
  width: 4.848rem;
  height: 1.515rem;
  background: linear-gradient(0deg, #ffffff, #ffffff);
  box-shadow: 0px 6px 10px 0px rgba(255, 110, 160, 0.35);
  border: none;
  border-radius: 0.3rem;
  font-size: 0.545rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #8a15d1;
  cursor: pointer;
} */

.fixed-nav {
  width: 100%;
  height: 2.12rem;
  background: #ffffff;
  display: none;
  box-shadow: -5px 0px 5px 0px rgba(45, 142, 255, 0.15);
}

.fixed-nav div {
  width: 38.78rem;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

.fixed-nav div li {
  list-style: none;
  font-size: 0.424rem;
  float: left;
  padding: 0 0.66rem;
  text-align: center;
  line-height: 2rem;
}

.fixed-nav div a {
  color: #111111;
}

.fixed-bor {
  border-bottom: 0.1rem solid #2d8eff;
  line-height: 2rem;
}

.fixed-nav div .fixed-bor a {
  color: #2d8eff;
}

.fixed-nav .phone {
  font-size: 0.6rem;
  font-family: Source Han Sans SC;
  font-weight: bold;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 1.18rem;
  padding: 0;
}

.fixed-nav .phone img {
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  margin-right: 0.2rem;
}

.opening {
  width: 2.66rem;
  height: 0.96rem;
  border-radius: 0.48rem;
  border: none;
  background: #2983ef;
  color: #ffffff;
}

.login {
  width: 2.66rem;
  height: 0.96rem;
  border-radius: 0.48rem;
  border: 1px solid #2983ef;
  background: #ffffff;
  color: #2983ef;
}

.fixed-nav li:nth-child(6) {
  padding-right: 0;
}

.fixed-nav li:nth-child(7) {
  padding-left: 0.2rem;
}
