body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
figure,
figure,
legend,
textarea,
p,
blockquote,
th,
td,
input,
label {
  margin: 0;
  padding: 0;
  font-family: "Microsoft YaHei";
  word-wrap: break-word;
}
html {
  /*font-size: 6.25%;*/
  /*100 ÷ 16 × 100% = 6.25%*/
  -ms-touch-action: none;
  /* 禁止winphone默认触摸事件 */
}
li {
  list-style: none;
}
img {
  border: none;
  vertical-align: top;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: underline;
  color: inherit;
}
input {
  outline: medium;
}
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer;
  -webkit-appearance: none;
  outline: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}
[v-cloak],
.ms-controller {
  visibility: hidden;
}
.cleardiv {
  clear: both;
  height: 0;
  display: block;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
  height: 0;
  overflow: hidden;
  display: block;
  visibility: hidden;
  content: " ";
}
.pa {
  position: absolute;
}
.pr {
  position: relative;
}
.pf {
  position: fixed;
}
.ps {
  position: static;
}
.fl {
  float: left;
  _display: inline;
}
.fr {
  float: right;
  _display: inline;
}
.fn {
  float: none;
}
.ovh {
  overflow: hidden;
}
.vh {
  visibility: hidden;
}
.bCt {
  background: transparent;
}
.none0 {
  display: none;
}
.ovh_dan {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* 手机验证码 */
.tyzzhao {
  position: fixed;
  z-index: 50;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}
.tysji {
  position: fixed;
  z-index: 50;
  margin-left: -340px;
  width: 680px;
  height: 530px;
  top: 23%;
  left: 50%;
  background: #fff;
  border-radius: 18px;
}
.tysji ul {
  margin: 0 50px 30px;
  padding-top: 42px;
}
.tysji li {
  height: 100px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 40px;
}
.tysji input {
  float: left;
  _display: inline;
  width: 300px;
  height: 40px;
  margin-top: 40px;
  border: none;
  background: none;
  color: #333;
  font-size: 36px;
}
.tysji button {
  float: right;
  _display: inline;
  width: 210px;
  height: 70px;
  margin-top: 20px;
  font-size: 30px;
  color: #27c0c6;
  background: #fff;
  background: none;
  border: 1px solid #27c0c6;
  border-radius: 35px;
}
.tysji .tyljdl {
  width: 400px;
  height: 100px;
  margin: 100px auto 0;
  text-align: center;
  font: 40px/100px '';
  color: #fff;
  background: #27c0c6;
  border-radius: 50px;
  cursor: pointer;
}
/*# sourceMappingURL=web_ty_yanzheng.css.map */