﻿@charset "utf-8";
* {
  margin: 0px;
  padding: 0px;
  font-family: Microsoft Yahei;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
img,
input {
  border: 0px;
}
ul li {
  list-style: none;
}
em,
i {
  font-style: normal;
}
.left {
  float: left;
}
.right {
  float: right;
}
.main {
  margin: 0 auto;
}
body {
  margin: 0 auto;
  max-width: 600px;
  position: relative;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button,
input[type="text"] {
  -webkit-appearance: none;
  border-radius: 0px;
  outline: none;
  border: 0px;
}
select {
  border: 0px;
  background: none;
  border-radius: 0px;
}
html,
body {
  height: 100%;
}
table {
  border-collapse: collapse;
}
.banner,
.banner img {
  display: block;
  width: 100%;
}
.hz_main {
  background: #5437A5;
  min-height: 100vh;
  padding: 25px;
  display: block;
  width: 100%;
}
.hz_main .hz_one {
  background: url(../images/bg_01.png) no-repeat top center;
  background-size: 100%;
  padding: 20px 15px 5px 15px;
}
.hz_main .hz_one img {
  width: 100%;
}
.hz_main .hz_two {
  background: url(../images/bg_02.png) repeat-y left top;
  background-size: 100%;
  text-align: center;
  /*padding: 15px 0 20px 0;*/
  padding: 0 22px;
}
.hz_main .hz_two .name {
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 2px;
}
.hz_main .hz_two .hao {
  font-size: 20px;
  padding: 10px 0;
  line-height: 30px;
}
.hz_main .hz_two .desc {
  font-size: 14px;
  line-height: 20px;
}
.hz_main .hz_two .ma {
  margin-top: 30px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hz_main .hz_two .ma .imgMa {
  display: block;
  width: 140px;
}
.hz_main .hz_two .ma .pLogo {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.hz_main .hz_two .ma .pLogo img {
  border-radius: 5px;
  border: 2px solid #fff;
  width: 40px;
}
.hz_main .hz_two .tishi {
  color: #707070;
  font-size: 16px;
  line-height: 30px;
}
.info {
  padding: 25px 15px 35px 15px;
  text-align: center;
  color: #333333;
}
.info .num {
  line-height: 70px;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.info .num span {
  color: #5437A5;
  padding: 0 5px;
  font-weight: bold;
  font-size: 60px;
}
.info dd {
  font-size: 17px;
  line-height: 30px;
}
.di_btn {
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 600px;
  background: #5437A5;
  line-height: 54px;
  color: #fff;
  font-size: 17px;
  letter-spacing: 2px;
  text-align: center;
  z-index: 10;
}
.di_btn.ck {
  background: #999999 !important;
}
.sy_tan {
  width: 320px;
  background: #fff;
  border-radius: 15px;
  padding: 20px 20px 30px  20px;
  position: relative;
}
.sy_tan .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: url(../images/close.png) no-repeat center center;
  background-size: 22px;
}
.sy_tan p {
  display: flex;
  justify-content: space-between;
  margin: 25px 0;
  border-radius: 100px;
  overflow: hidden;
}
.sy_tan .txt {
  width: 100%;
  height: 44px;
  background: #F9F9F9;
  color: #333333;
  font-size: 15px;
  padding-left: 20px;
}
.sy_tan .txt::-webkit-input-placeholder {
  color: #B4B4B4;
}
.sy_tan .txt:-moz-placeholder {
  color: #B4B4B4;
}
.sy_tan .txt::-moz-placeholder {
  color: #B4B4B4;
}
.sy_tan .txt:-ms-input-placeholder {
  color: #B4B4B4;
}
.sy_tan .getYzm {
  flex-shrink: 0;
  background: #999999;
  color: #fff;
  padding: 0 15px 0 12px;
  font-size: 14px;
}
.sy_tan .btn_tj {
  width: 54%;
  margin-left: 23%;
  background: #5437A5;
  color: #fff;
  line-height: 44px;
  border-radius: 40px;
  font-size: 16px;
}
