* {
  margin: 0;
  padding: 0;
  font-size: 1.3rem;
}

em {
  font-style: normal;
}

a {
  text-decoration: none;
}

button {
  cursor: pointer;
  border: 0;
  outline: 0;
}

img {
  width: 100%;
  height: 100%;
}

/* 版心居中 */
.w {
  width: 35.5rem;
  margin: auto;
}

/* 清除浮动 */
.clearfix::before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

body {
  background: #F2F2F2;
  height: 560rem;
}

/* 头部 */
header {
  /* position: fixed;
  */
  top: 0;
  left: 0;
  width: 100%;
  height: 5rem;
  background: #3385FF;
  box-shadow: 0 7.0.9rem 20.0.2rem rgb(0 0 0 / 4%), 0 6.3rem 16.1rem rgb(0 0 0 / 7%);
  z-index: 20;
}

.header {
  height: 100%;
}

.header .logoBox {
  position: relative;
  width: 10.5rem;
  height: 2.2rem;
  top: 50%;
  margin-top: -1.1rem;
  float: left;
}

.header .loginBtn {
  display: none;
  position: relative;
  width: 7.5rem;
  height: 2.4rem;
  border: 0.1rem solid #fff;
  color: #fff;
  text-align: center;
  line-height: 2.4rem;
  border-radius: 0.5rem;
  top: 50%;
  margin-top: -1.2rem;
  float: right;
}

/* 退出按钮 */
.exit_btn {
  display: none;
  position: absolute;
  float: left;
  right: 0;
  top: 1.3rem;
  margin-right: 1.4rem;
  width: 7rem;
  height: 2.6rem;
  border-radius: 0.5rem;
  font-size: 12px;
  color: #5271ff;
  font-weight: 400;
  background: #fff;
}

/* 列表 */
.head_nav {
  height: 4rem;
  background: #fff;
}

.head_nav .nav-menus {
  display: flex;
  justify-content: space-around;
    height: 4rem;
    line-height: 4rem;
}

.head_nav ul li {
  float: left;
  list-style: none;
  color: #333;
  font-weight: 400;
}

.head_nav ul .active a {
  color: #1F60CF;
  font-weight: 500;
}

.head_nav ul .active i {
  display: block;
}

.head_nav ul li i {
  width: 50%;
  height: 0.2rem;
  background: #1F60CF;
  border-radius: 0.2rem;
  position: relative;
  top: -1rem;
  transition: all .2s;
  margin: 0 auto;
}

/* banner图 */
.banner {
  margin-top: .5rem;
  width: 35.5rem;
  height: 23rem;
}
.banner img{
  display: block;
  height: 23rem;
}
/* cneter */
.center {
  margin-top: 0.6rem;
}

.module_center {
  height: 61.2rem;
  border-radius: 1rem;
  background: #fff;
  margin-top: 2rem;
  overflow: hidden;
}

.module_title {
  overflow: hidden;
  margin-top: 3rem;
  height: 1.5rem;
  line-height: 1.5rem;
}

.module_title img {
  width: 1.7rem;
  height: 1.5rem;
  vertical-align: bottom
}

.module_title span {
  font-size: 1.4rem;
  padding-left: 0.8rem;
  color: #3078F3;
  font-weight: 800;
}

.module_box_log {
  height: 1.5rem;
  line-height: 1.5rem;
  margin: 2rem 0 1.9rem 2.4rem;
}

.module_box_log img {
  width: 1.5rem;
  height: 1.5rem;
  vertical-align: bottom
}

.module_box_log span {
  font-size: 1.4rem;
  padding-left: 0.4rem;
  color: #FF3838;
  font-weight: 700;
}

.app_star img {
  width: 1.2rem;
  height: 1.1rem;
}

/* app展示 */
.module_box_content {
  width: 30.8rem;
  padding-bottom: 2rem;
  margin: auto;
  box-shadow: 0 0.2rem 1rem 0 rgb(0 0 0 / 10%);
  border-radius: 0.8rem;
}

/* app下载 */
.module_box_head {
  position: relative;
  height: 10rem;
}

.module_box_head .box_content_app {
  position: absolute;
  left: 0;
  width: 6.4rem;
  height: 6.4rem;
  margin: 1.9rem 2.6rem 0 2.6rem;
}

.module_box_head .box_content_text {
  position: absolute;
  height: 6rem;
  margin: 2.1rem 0 0 11.6rem;
}

.module_box_head .download_btn {
  position: absolute;
  right: 0;
  width: 5.3rem;
  height: 2.5rem;
  color: #fff;
  border-radius: 0.5rem;
  line-height: 2.5rem;
  font-weight: 600;
  background: #1F68DC;
  margin: 5rem 3.5rem 0 0;
}

.content_title {
  font-size: 1.6rem;
  font-weight: 800;
}

.phone_type {
  margin: 0.5rem auto;
}

/* app介绍 */
.module_box_text {
  width: 26rem;
  padding-bottom: 1rem;
  margin: auto;
  border-bottom: 1px solid #EEEEEE;
}

.module_box_text .text_title {
  font-weight: 800;
}

.module_box_text span {
  display: inline-block;
  margin-top: 1rem;
  line-height: 2.3rem;
}

/* 6要素 */
.app_Detailed {
  width: 26rem;
  margin: auto;
  padding: 1rem 0 0;
  color: #999999;
  font-size: .7rem;
}

.app_Detailed .mt10 {
  margin-top: .5rem;
}

.app_Detailed a {
  color: #999999;
}

.app_Detailed .pr10 {
  padding-right: .5rem;
}

.app_Detailed .show-policy {
  padding: 0 .5rem;
}

/* 图片轮播 */
/* CSS Document */
#certify {
  position: relative;
  width: 28.6rem;
  margin: 0 auto;
}

#certify .swiper-container {
  padding-top: 1rem;
  padding-bottom: 4rem;
}

#certify .swiper-slide {
  width: 18.8rem;
  height: 100%;
  /* background: #fff;
  */
  /* box-shadow: 0 0.8rem 3rem #ddd;
  */
}

/* 图片轮播 */
#certify .swiper-slide img {
  display: block;
}

#certify .swiper-slide p {
  line-height: 9.8rem;
  padding-top: 0;
  text-align: center;
  color: #636363;
  font-size: 1.1em;
  margin: 0;
}

#certify .swiper-pagination {
  width: 100%;
  bottom: 2rem;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.2rem;
  border: 0.3rem solid #fff;
  background-color: #d5d5d5;
  width: 0.5rem;
  height: 0.5rem;
  opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 0.3rem solid #00aadc;
  background-color: #fff;
}

#certify .swiper-button-prev {
  left: -2rem;
  width: 2.5rem;
  height: 2.5rem;
  background: url(../img/wm_button_icon.png) no-repeat;
  background-position: 0 0;
  background-size: 100%;
}

#certify .swiper-button-prev:hover {
  background-position: 0 -2.6rem;
  background-size: 100%
}

#certify .swiper-button-next {
  right: -2rem;
  width: 2.5rem;
  height: 2.5rem;
  background: url(../img/wm_button_icon.png) no-repeat;
  background-position: 0 -5.2rem;
  background-size: 100%;
}

#certify .swiper-button-next:hover {
  background-position: 0 -7.7rem;
  background-size: 100%
}

.footer {
  height: 9.5rem;
  text-align: center;
}

.footerp {
  margin-top: 2.4rem;
  height: 1rem;
  opacity: 1;
  font-size: 1rem;
  font-weight: 400;
  color: #666666;
}

.footerp p {
  margin-bottom: 1.2rem;
}

/* 提示语 */
.toast {
  position: fixed;
  top: 50%;
  left: 50%;
  border-radius: 1.4rem;
  width: 13rem;
  text-align: center;
  transform: translateX(-50%);
  color: #eee;
  z-index: 10;
  background: rgba(0, 0, 0, .75);
  padding: 0.6rem 0.8rem;
  font-size: 1.2rem;
}

/* 导航栏顶部固定 */
.stricky-fixed {
  position: fixed;
  background: #fff;
  background: rgba(255, 255, 255, .8);
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  z-index: 99999;
  box-shadow: 0 2px 8px 2px rgb(0 0 0 / 20%);
  -webkit-animation-name: menu_sticky;
  animation-name: menu_sticky;
  -webkit-animation-duration: 0.60s;
  animation-duration: 0.60s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}