@charset "utf-8";

html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
p,
pre,
dl,
dd,
ol,
ul,
li,
a,
span,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
address {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

ol,
ul {
  list-style: none;
}

li {
  list-style: none;
}

fieldset,
img {
  border: 0;
}

em,
tt,
i {
  font-style: normal;
}

address,
cite,
dfn,
em,
var {
  font-style: normal;
}

code,
kbd,
pre,
samp {
  font-family: courier new, courier, monospace;
}

input,
button,
textarea,
select {
  font-size: 100%;
}

input,
button,
select,
textarea {
  outline: none;
}

textarea {
  resize: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: inherit;
}

abbr[title] {
  border-bottom: 0.013333rem dotted;
  cursor: help;
}

a,
a:hover {
  text-decoration: none;
}

a,
label,
:focus {
  outline: 0 none;
}

a,
img,
input {
  border: 0 none;
}

s {
  font-style: normal;
  text-decoration: none;
}

body {
  font-size: 0.173333rem;
  font-family: arial, "Microsoft YaHei", sans-serif;
}

button,
input,
select,
textarea {
  font-family: sans-serif;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999999;
  font-weight: normal;
}

::-webkit-input-placeholder {
  color: #999999;
  font-weight: normal;
}

input:-ms-input-placeholder {
  color: #999999;
  font-weight: normal;
}

::-ms-clear {
  display: none;
}

::-ms-reveal {
  display: none;
}

input::-ms-clear {
  display: none;
}

input::-ms-reveal {
  display: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  a {
    background-color: transparent;
  }
}

body {
  -webkit-text-size-adjust: 100% !important;
}

input {
  background: none;
  border: 0 none;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.tl-c {
  text-align: center;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.nbg {
  background: none !important;
}

.t-l {
  text-align: left;
}

.t-c {
  text-align: center;
}

.t-r {
  text-align: right;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: block;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.hidden,
.hide {
  display: none;
}

.blockimportant {
  display: block!important;
}

/*用于页面JS处理隐藏*/

.hideimportant {
  display: none !important;
}

.underline {
  text-decoration: underline;
}

input[type=text]::-ms-clear,
input[type=password]::-ms-reveal {
  display: none;
}

input {
  color: #333;
}

/*FF required错误红色边框*/

input:required,
input:invalid {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*FF border虚线框*/

input::-moz-focus-inner {
  border: 0;
}

/*chrome自动填充黄色背景*/

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 13.333333rem white inset;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}body {
  background: #fff;
}

.all-div {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.user-con {
  margin-left: 0.466667rem;
  margin-right: 0.466667rem;
}

.user-con .title .big-title {
  margin-top: 0.533333rem;
  font-size: 0.533333rem;
  font-weight: 500;
  color: #333333;
  line-height: 0.533333rem;
  text-align: center;
}

.user-con .content {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  color: #373737;
}

.user-con .content h3 {
  font-size: 0.48rem;
  padding-bottom: 0.4rem;
  font-weight: bold;
}

.user-con .content h4 {
  font-size: 0.426667rem;
  padding-bottom: 0.266667rem;
  font-weight: 400;
}

.user-con .content p {
  font-size: 0.4rem;
  font-weight: 400;
  margin-bottom: 0.4rem;
}

.user-con .content .signature {
  font-size: 0.4rem;
}

.none {
  display: none !important;
}