html {
  font-size: 100px;
}
img {
  width: 100%;
  /* height: 100%; */
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  height: 1.24rem;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  z-index: 11;
}
.header .header_left {
  margin-left: 3.33rem;
  height: 100%;
  font-size: 0.36rem;
  color: #2588ff;
}
.header .header_left .header_logo {
  width: 1.46rem;
  height: 1.35rem;
}
.header .header_right {
  height: 100%;
  font-size: 0.16rem;
}
.header .header_right ul li {
  margin-right: 0.71rem;
  padding: 0.27rem 0.08rem;
}
.header .header_right ul li:nth-last-child(1) {
  margin-right: 3.59rem;
}
.header .header_right ul li.emphasis {
  font-weight: bold;
}
.header .header_right ul li.me_controllor {
  position: relative;
}
.header .header_right ul li.me_controllor .me_show {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(0.17rem, 70%);
  width: 2.78rem;
  min-width: 168px;
  height: 1rem;
  min-height: 72px;
}
.header .header_right ul li.me_controllor .me_show .me_show_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -7%);
  color: #222;
  width: 100%;
  /* text-align: center; */
  padding-left: .37rem;
  font-size: 0.14rem;
}

.header .header_right ul li.active.freeze ,
.header .header_right ul li.active:hover {
  color: #2588ff;
  border-bottom: 1px solid #2588ff;
}
.header .header_right ul li.me_controllor:hover {
  color: #2588ff;
}

.main {
  margin-top: 1.24rem;
  position: relative;
}
.main .img_header {
  position: relative;
  width: 100%;
}
.main .img_header img {
  width: 100%;
}
.main .img_header .img_header_text {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
}
.main .img_header .img_header_text div {
  color: #fff;
}
.main .img_header .img_header_text div:nth-child(1) {
  margin: 1.89rem 0 0.44rem;
}
.main .img_header .img_header_text button {
  width: 1.97rem;
  height: 0.71rem;
  background-color: #fff;
  border-radius: 100px;
  outline: none;
  border: none;
  font-size: 0.26rem;
  cursor: pointer;
}
.main .img_header .img_header_text button:active {
  background-color: #2588ff;
}
.main .title_sub01 {
  padding: 0.8rem 0 0.18rem;
  text-align: center;
  line-height: 0.49rem;
  font-size: 0.37rem;
}
.main .title_sub02 {
  margin-bottom: 0.8rem;
  text-align: center;
  line-height: 0.26rem;
  font-size: 0.2rem;
  color: #858585;
}
.main .main_text_01 {
  padding: 0 3.6rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.main .main_text_01 > div {
  width: 5.52rem;
  height: 4.17rem;
  background-color: #fff;
  box-shadow: 0px 3px 10px rgba(221, 233, 252, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main .main_text_01 > div:nth-child(1) {
  margin-bottom: 0.89rem;
}
.main .main_text_01 > div > div:nth-child(1) {
  height: 1.94rem;
  display: flex;
  align-items: center;
}
.main .main_text_01 > div > div:nth-child(1) span {
  font-size: 0.72rem;
  color: #2588ff;
}
.main .main_text_01 > div > div:nth-child(2),
.main .main_text_01 > div > div:nth-child(3) {
  line-height: 0.26rem;
  font-size: 0.2rem;
}
.main .main_text_01 > div > div:nth-child(3) {
  padding: 0.2rem 0 0.48rem;
}
.main .main_text_01 > div > div:nth-child(4) {
  padding: 0 .5rem;
  line-height: .21rem;
  font-size: .16rem;
  color: #858585;
}
.main .main_text_02 {
  padding: 0 3.64rem 0.5rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 10;
}
.main .main_text_02 div {
  width: 1.72rem;
  height: 0.77rem;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.main .main_text_02 div:nth-child(3n-1) {
  margin: 0 3.2rem;
  margin-bottom: 0.57rem;
}

.main .bg_low {
  position: absolute;
  width: 4.26rem;
  height: 4.26rem;
  border-radius: 50%;
  z-index: 2;
}
.main .bg_low1 {
  left: 0.99rem;
  bottom: 0.44rem;
  background-color: rgba(233, 242, 255, 0.4);
}
.main .bg_low2 {
  left: -0.88rem;
  bottom: -1.18rem;
  background-color: rgba(233, 242, 255, 1);
}
.footer {
  position: relative;
  width: 100%;
  height: 2.71rem;
  background-color: #3d3d3d;
  color: #fff;
  z-index: 10;
}
.footer a.blue {
  color: #fff;
}
.footer a.blue:hover {
  color: #2588ff;
}
.footer .nav_index ul {
  padding: 0.5rem 0 0 2.6rem;
}
.footer .nav_index ul li {
  margin-right: 1.24rem;
  color: #fff;
  font-size: 0.2rem;
}
.footer .nav_index ul li:nth-last-child(1) {
  margin-right: 2.16rem;
}
.footer .nav_index ul li.active:hover {
  color: #2588ff;
}
.footer .logo_footer {
  color: #fff;
}
