@charset "utf-8";

/* CSS Document */
body {
  padding: 0;
  font-size: 12px;
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, "微软雅黑";
  background: #c2e1fd;
  overflow-x: hidden;
  max-width: 750px;
  margin: 0 auto !important;
  font-size: 0;
}

div,ul,li,p,form,h1,h2,h3,h4,h5,h6,dt,dd,dl {
  padding: 0;
  margin: 0;
}

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

img {
  border: none;
  vertical-align: middle;
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

ul,li {
  list-style: none;
}

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

.wrap {
  width: 7rem;
  margin: 0 auto;
  position: relative;
  clear: both;
  text-align: center;
}
.m-hide{
  display: none !important;
}

/* 首页 */
.page-index {
  width: 100%;
  height: 100%;
  background: #c2e1fd url(../images/page-index.jpg) no-repeat center top;
  background-size: 7.5rem;
}

/*banner*/
.banner {
  height: 10.41rem;
  width: 100%;
  position: relative;
}

/* index-main */
.index-main{
  height: 9.42rem;
}
.index-main h3{
  font-size: .4rem; font-weight: bold; background: url(../images/index_bt_bg.png) no-repeat center / 4.74rem; text-align: center; margin-bottom: 0.38rem;
}
.index-main h3 span{
  background: linear-gradient(to right, #2a40fd, #27ccf5);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.index-main ul{
  display: flex; justify-content: center; flex-wrap: wrap;
}
.index-main ul li{
  width: 3.15rem; height: 0.85rem; line-height: 0.85rem; background: #fff; border-radius: .12rem; font-size: .32rem; color: #6b819e; box-shadow: 0 .03rem .1rem #daeafa; border: .01rem solid #d6e9ff; text-align: center; margin: 0 .14rem .3rem;
} 
.index-main ul li.active{
  background: url(../images/index_btn_bg.png) no-repeat center / 100%; color: #fff; font-weight: bold; text-shadow: 0 .03rem .02rem #2359fa54;
}



/* 弹窗 */
.mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background: rgba(0, 0, 0, .8);
  display: none;
}

.popup {
  width: 6rem;
  z-index: 9;
  border-radius: .3rem;
  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%);
  background: #fff;
}

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

.popup h3 {
  width: 100%;
  height: 1.2rem;
  line-height: 1.2rem;
  text-align: center;
  font-size: .44rem;
  letter-spacing: .01rem;
  color: #fff;
  margin: 0 auto;
  border-radius: .22rem .22rem 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2981f9;
}
.popup-m {
  width: 100%;
  margin: 0 auto;
  padding: .4rem .5rem;
  box-sizing: border-box;
  text-align: center;
  background: #ffffff;
  border-radius:0 0 .22rem .22rem;
}
.popup-p {
  width: 88%;
  text-align: center;
  line-height: 0.36rem;
  margin: 0 auto;
  font-size: .3rem;
  color: #444444;
  padding: 0 .2rem .16rem;
  text-align: center;
}
.popup-p span {
  color: #ff5103;
  font-weight: bold;
}
.popup-p2{
  font-size: .24rem; color: #333333; line-height: 0.28rem;
}
.popup-img {
  width: 2.45rem;
  margin-bottom: 0.25rem; margin-top: 0.1rem;
}
.popup-img2 {
  width: 3.12rem; margin: -.4rem auto -.5rem;
}
.popup-img3 {
  width: 3.12rem; margin: -.5rem auto -.5rem;
}
.popup-img4 {
  width: 4.39rem;
  margin: .1rem auto -.4rem;
}
.popBtn {
  width: 4.5rem; height: 1.27rem; line-height: 1rem; display: block; margin: 0 auto;font-size: .42rem; color: #fff; font-weight: bold; position: relative;
  background: url(../images/pop_btn_bg2.png) no-repeat center / 100%;
}

@media only screen and (min-width:990px) {
  html {
    max-width: 750px;
    margin: 0 auto;
  }

  body {
    font-size: 18px;
  }

  .popup {
    width: 520px;
  }
}
