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;
  -webkit-user-drag: none;
}
html a {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  text-decoration: none;
}
body {
  background-color: #e6f6fe;
}
.contact {
    /*margin-top:-20px;*/
    padding: 0 0.2rem;
}
.kefu {
    position: fixed;
    right: 2.2rem;
    width: 120px;
    background-color: #9c27b0;
    top: 28%;
    z-index: 999999;
    text-align: center;
    padding: 1px 30px;
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 10px 10px 10px 10px;
}
.kefu>img {
    width: 20px;
    filter: brightness(1000%);
}

.fix-service {
	position: fixed;
	right: 55%;
	margin-right: -4rem;
	top: 75%;
	margin-top: -4rem;
	z-index: 88
}

.fix-service img {
	width: 1.24rem
}

html a {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    text-decoration: none;
}
body .box {
  width: 7.5rem;
  margin: 0 auto;
  /*background-image: url(../images/bg.png);*/
  background-size: 7.5rem 7.04rem;
  background-repeat: no-repeat;
  /*padding-top: 5.6rem;*/
  padding-bottom: 0.12rem;
  overflow: hidden;
}
.h1 {
    color: white;
    font-size: 7.5vw;
    margin-top: 1%;
    text-align: center;

}
body .box .top {
  padding-bottom: 0.12rem;
  background-color: #a0c3ff;
  height: 0.88rem;
  display: flex;
  column-gap: 0.62rem;
  justify-content: center;
}
body .box .jybox,
body .box .kybox,
body .box .hthbox {
  height: 3.15rem;
  width: 7.5rem;
  position: relative;
}

body .box .jybox .jyboxbg,
body .box .kybox .kyboxbg,
body .box .hthbox .hthboxbg {
  margin: 0 auto;
  width: 7.5rem;
  display: block;
}

body .box .jybox .buttonbox,
body .box .kybox .buttonbox,
body .box .hthbox .buttonbox {
  top: 2.1rem;
  left: 0.5rem;
  position: absolute;
  z-index: 10;
  width: 6.4rem;
  height: 0.8rem;
  display: flex;
  justify-content: space-between;
  column-gap: 0.44rem;
}

body .box .jybox .buttonbox .button,
body .box .kybox .buttonbox .button,
body .box .hthbox .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: 2px solid black;
  border-radius: 0.34rem;
  background-color: #001eff;
  background: linear-gradient(to right, #9C27B0, #79c5ff);
}

body .box .jybox .buttonbox .mainbutton,
body .box .kybox .buttonbox .mainbutton,
body .box .hthbox .buttonbox .mainbutton {
  background: linear-gradient(to right, #FFEB3B, #F44336);
}
body .box .info {
  width: 7.1rem;
  margin: 0 auto;
  padding-bottom: 1rem;
}
@media screen and (min-width: 750px) {
  html {
    font-size: 100px;
  }
}
