@charset "UTF-8";
:root {
  --main-color: #007130;
  --second-color: #e7f5ff;
  --gov-main-color: #156ab3;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html,
body {
  font-family: "PingFang SC", "Lantinghei SC", "Microsoft YaHei", "HanHei SC", "Helvetica Neue", "Open Sans", Arial, "Hiragino Sans GB", "微软雅黑", STHeiti, "WenQuanYi Micro Hei", SimSun, sans-serif;
  position: relative;
  font-size: 0.08333333rem;
}
html,
body,
ul,
ol,
li,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset {
  padding: 0;
  margin: 0;
}
fieldset,
img,
input,
button {
  border: none;
  padding: 0;
  margin: 0;
  outline-style: none;
}
ul,
ol {
  list-style: none;
}
input {
  padding-top: 0;
  padding-bottom: 0;
}
select,
input {
  vertical-align: middle;
}
select,
input,
textarea {
  font-size: 0.16rem;
  margin: 0;
  border-style: none;
  outline: none;
}
/*防止多行文本框拖动*/
textarea {
  resize: none;
}
/*去掉图片低测默认的3像素空白缝隙*/
img {
  border: 0;
}
table {
  border-collapse: collapse;
  /*合并外边线*/
}
/*清除浮动*/
.clearFix:before,
.clearFix:after {
  content: "";
  display: block;
  clear: both;
}
a {
  color: #666666;
  text-decoration: none;
}
a:hover {
  color: #c81623;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-decoration: none;
  font-weight: normal;
  font-size: 100%;
}
s,
i,
em {
  font-style: normal;
  /*去掉倾斜*/
  text-decoration: none;
  /*去掉删除线*/
}
.col-red {
  color: #c81623 !important;
}
/*公共类*/
.fl {
  float: left;
}
.fr {
  float: right;
}
.al {
  text-align: left;
}
.ac {
  text-align: center;
}
.ar {
  text-align: right;
}
.hide {
  display: none;
}
/*修改提示文字的颜色*/
input::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 0.06770833rem;
  color: #999;
}
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 0.06770833rem;
  color: #999;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 0.06770833rem;
  color: #999;
}
input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 0.06770833rem;
  color: #999;
}
textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 0.06770833rem;
  color: #999;
}
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 0.06770833rem;
  color: #999;
}
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 0.06770833rem;
  color: #999;
}
textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 0.06770833rem;
  color: #999;
}
input[type=text]:-webkit-autofill {
  box-shadow: 0 0 0 5.20833333rem #fff inset !important;
  /*文本框自动填充背景色*/
}
@keyframes info-item-in {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-0.015625rem);
    transform: translateY(-0.015625rem);
  }
}
@keyframes anm-enlarge {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.05);
  }
}
@keyframes anm-more-enlarge {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.5);
  }
}
