@charset "UTF-8";

html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-family: OpenSans-Regular, "Microsoft YaHei UI", sans-serif;
}

body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  color: #404040;
  font: 16px/1.5;
  font-family: OpenSans-Regular, "Microsoft YaHei UI", sans-serif;
}

figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0
}

table,
td,
th {
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  border: 1px solid #000 !important;
  padding: 10px 8px !important;
  box-sizing: border-box !important;
  margin: 0;
}

img {
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic
}

a {
  text-decoration: none;
  color: #000;
  outline: 0;
  cursor: pointer
}

h1 {
  font-size: 16px;
  line-height: 36px
}

h2 {
  font-size: 14px;
  line-height: 30px
}

h3 {
  line-height: 24px
}

h3,
h4,
h5,
h6 {
  font-size: 12px
}

li,
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none outside none
}

dl {
  margin-bottom: 18px
}

dt {
  font-weight: 700
}

dd {
  margin: 0 0 0 9px;
  padding: 0
}

svg:not(:root) {
  overflow: hidden
}

.w-1200 {
  width: 1200px;
  margin: 0 auto
}

.fl {
  float: left
}

.fr {
  float: right
}

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

.clearfix:after {
  clear: both;
  overflow: hidden
}

.clearfix {
  zoom: 1
}

.disabled {
  pointer-events: none
}

@font-face {
  font-family: OpenSans-Regular;
  src: url(../fonts/OpenSans-regular.woff2) format("woff2");
}

@font-face {
  font-family: Poppins-regular;
  src: url(../fonts/Poppins-Regular.woff2) format("woff2");
}

.line-clamp2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-all
}

.wordsDonTWrap {
  word-break: keep-all;
  word-wrap: break-word;
  white-space: pre-wrap;
  text-align: justify;
  text-justify: inter-ideograph
}


@keyframes xuanzhuan {
  0% {
    transform: rotate(0)
  }

  50% {
    transform: rotate(180deg)
  }

  100% {
    transform: rotate(360deg)
  }
}

input[type=password]::-ms-reveal {
  display: none
}