html {
  font-size: 13.3333333vw;
  font-family: PingFang TC, -apple-system, Roboto, "Microsoft Yahei", Helvetica Neue, Helvetica, Tahoma, Arial, sans-serif;
}
html body {
  margin: 0;
}
html img {
  display: block;
}
body {
  background-color: #e6f6fe;
}
body .box {
  width: 7.5rem;
  margin: 0 auto;
  background-image: url(images/bg.jpg);
  background-size: 7.5rem 8.04rem;
  background-repeat: no-repeat;
  padding-top: 5.6rem;
  overflow: hidden;
}
body .box .top {
  padding-bottom: 0.12rem;
  background-color: #a0c3ff;
  height: 0.88rem;
  display: flex;
  column-gap: 0.62rem;
  justify-content: center;
}
body .box .kybox,
body .box .ayxbox {
  height: 3.4375rem;
  width: 7.5rem;
  position: relative;
}
body .box .kybox .kyboxbg,
body .box .ayxbox .kyboxbg,
body .box .kybox .ayxboxbg,
body .box .ayxbox .ayxboxbg {
  margin: 0 auto;
  width: 7.1rem;
  display: block;
}
body .box .kybox .buttonbox,
body .box .ayxbox .buttonbox {
  top: 2.18rem;
  position: absolute;
  z-index: 10;
  width: 7.5rem;
  height: 0.8rem;
  justify-content: center;
  column-gap: 0.44rem;
}
body .box .kybox .buttonbox .button,
body .box .ayxbox .buttonbox .button {
  user-select: none;
  line-height: 0.8rem;
  font-size: 0.34rem;
  text-align: center;
  color: #ffffff;
  background-color: black;
  width: 3rem;
  height: 0.8rem;
  border-radius: 0.34rem;
  background-color: #001eff;
  background: linear-gradient(to right, #001eff, #79c5ff);
}
body .box .kybox .buttonbox .mainbutton,
body .box .ayxbox .buttonbox .mainbutton {
  background: linear-gradient(to right, #e96100, #ffcf0e);
}
body .box .info {
  width: 7.1rem;
  margin: 0 auto;
  padding-bottom: 1rem;
}
@media screen and (min-width: 750px) {
  html {
    font-size: 100px;
  }
}

.wxchat {
  height: 20vw;
  position: fixed;
  bottom: 0;
  right: 0;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  text-align: center;
  line-height: 10vw;
  box-sizing: border-box;
  align-items: center;
  z-index: 1000;
}
@media only screen and (min-width:768px) {
	.pc {
		display: flex
	}
  .wxchat img {
    height: 10vw;
    margin-bottom: 5px;
  }
	.h5 {
		display: none
	}
}
@media only screen and (max-width:415px) {

	.pc {
		display: none
	}
  .wxchat img {
    height: 28vw;
    margin-bottom: 5px;
  }
	.h5 {
		display: flex
	}
}