@charset "utf-8";
/* CSS Document */
body {
  padding: 0;
  font-size: 0.12rem;
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, "微软雅黑";
  background: #fff;
  overflow-x: hidden;
  max-width: 7.5rem;
  margin: 0 auto !important;
}

div, ul, li, p, form, h1, h2, h3, h4, h5, h6, dt, dd, dl {
  padding: 0;
  margin: 0;
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, "微软雅黑";
}

a {
  text-decoration: none;
  color: #000;
}

img {
  border: none;
  vertical-align: middle;
  height: auto;
}

ul, li {
  list-style: none;
}

* {
  padding: 0;
  margin: 0; /* -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;*/
}

table {
  border-collapse: collapse;
}

.wrap {
  width: 100%;
  height: auto;
}

body {
  background: #3d63ec;
}

input::-webkit-input-placeholder {
  color: #808080;
}

input::-moz-placeholder {
  color: #808080;
}

input:-moz-placeholder {
  color: #808080;
}

input:-ms-input-placeholder {
  color: #808080;
}

input[type="button"], input[type="submit"], input[type="reset"] {
  -webkit-appearance: none;
}

textarea {
  -webkit-appearance: none;
}

.clearfix:before, .clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.clearfix {
  zoom: 1
}

/*banner*/

.ban1, .ban2 {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.ban3 {
  height: 6.7rem;
  box-sizing: border-box;
  background: url("../images/ban3.jpg") center center no-repeat;
  background-size: 100% 100%;
}

.ban3 h1 {
  text-align: center;
  font-size: 0.32rem;
  font-weight: bolder;
  line-height: 0.84rem;
  margin-bottom: 0.08rem;
  color: #05015a;
  text-shadow: 0.01rem 0.01rem 0 #d4d1ff;
}

.ban3 .ban_main {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.ban3 .ban_main span {
  width: 2.64rem;
  text-align: center;
  line-height: 0.62rem;
  font-size: 0.24rem;
  box-sizing: border-box;
  color: #ffffff;
  font-weight: bolder;
  cursor: pointer;
  border: 0.01rem solid #ffffff;
  border-radius: 0.5rem;
  margin: 0.22rem 0.19rem 0;
  box-shadow: 0.05rem 0.05rem 0.15rem 0 #80c1fb;
  background: -webkit-linear-gradient(90deg, #4dbefe, #3f6eef);
  background: -moz-linear-gradient(90deg, #4dbefe, #3f6eef);
  background: -o-linear-gradient(90deg, #4dbefe, #3f6eef);
  background: linear-gradient(90deg, #4dbefe, #3f6eef);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.ban3 .ban_main span:last-of-type {
  width: 4.2rem;
}

.ban3 .ban_main span:hover,
.ban3 .ban_main span:active {
  transform: scale(1.1);
  box-shadow: 0.05rem 0.05rem 0.15rem 0 #fc9c8c;
  background: -webkit-linear-gradient(90deg, #ff7760, #ff304d);
  background: -moz-linear-gradient(90deg, #ff7760, #ff304d);
  background: -o-linear-gradient(90deg, #ff7760, #ff304d);
  background: linear-gradient(90deg, #ff7760, #ff304d);
}

.ban3 .ban3_btm {
  width: 4.22rem;
  height: 1.08rem;
  background: url("../images/ban3mainbtm.png") center center no-repeat;
  background-size: 100% 100%;
  text-align: center;
  font-size: 0.24rem;
  line-height: 1.1rem;
  color: #74f7ff;
  font-weight: bolder;
  letter-spacing:0.01rem;
  margin: 0.1rem auto 0;
}

.one {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  cursor: pointer;
}

.zhezhao {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .8);
  z-index: 8;
  display: none;
}

.popup {
  width: 80%;
  background: #fff;
  z-index: 9;
  display: none;
  border-radius: 0.12rem;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.popup .close {
  display: block;
  width: .5rem;
  position: absolute;
  top: -0.5rem;
  right: -0.5rem;
}

.popup .close img {
  width: 100%
}

.popup_p {
  width: 100%;
  text-align: center;
  background: #3d63ec;
  font-size: .34rem;
  letter-spacing: .05rem;
  color: #fff;
  line-height: .8rem;
  font-weight: bold;
  border-radius: 0.11rem 0.11rem 0 0;
}

.popup_m {
  width: 100%;
  margin: 0 auto;
  padding: 0.2rem 0;
}

.popup_mimg {
  width: 60%;
  margin: .2rem auto;
  text-align: center;
  font-size: .32rem;
}

.popup_mimg img {
  width: 100%;
}

.popup_mp {
  width: 100%;
  text-align: center;
  margin-top: 0.3rem;
  font-size: .32rem;
  font-weight: bold;
  color: #333;
  line-height: .6rem;
}

@media only screen and (min-width: 9.9rem) {
  .popup {
    width: 5.2rem;
  }
}