html {
  font-size: 10px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-size: 1em;
  position: relative;
  background: #fff;
  font-family:  helvetica, arial, "segoe ui";
  color: #333;
  max-width: 100%;
  min-width: 320px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
body,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}
div{
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1
}

button,
input,
select,
textarea {
  font: 12px/1.5 helvetica, arial, "segoe ui";
}

input,
select,
textarea {
  font-size: 100%
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

th {
  text-align: inherit
}

fieldset,
img {
  border: 0
}

iframe {
  display: block
}

abbr,
acronym {
  border: 0;
  font-variant: normal
}

del {
  text-decoration: line-through
}

address,
caption,
cite,
code,
dyn,
em,
th,
var {
  font-style: normal;
  font-weight: 500
}

ol,
ul {
  list-style: none
}

caption,
th {
  text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500
}

q:before,
q:after {
  content: ' '
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sup {
  top: -0.5em
}

sub {
  bottom: -0.25em
}

ins,
a {
  color:#333;
  text-decoration: none;
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em
}

.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.fl {
  float: left
}

.fr {
  float: right
}

.clearfloat:after,
.clearfloat:before {
  content: " ";
  display: table;
  width: 0;
  height: 0;
  clear: both
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0
}
.wrap-box {
  max-width: 1920px;
  min-width: 320px;
  margin: 0 auto;
  overflow: hidden;
}

.content-box {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
/* 栅格 */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 6px;
  padding-right: 6px;
}
.yn-float-wrap{
  position: absolute;
  overflow: hidden;
}
.yn-float-fixd{
  position: fixed;
}
.yn-float-fixd.yn-float-lt{
  left:0;
  top:0;
  right:auto;
  bottom:auto;
}
.yn-float-fixd.yn-float-lc{
  left:0;
  top:50%;
  right:auto;
  bottom:auto;
}
.yn-float-fixd.yn-float-lb{
  left:0;
  top:auto;
  right:auto;
  bottom:0;
}
.yn-float-fixd.yn-float-ct{
  left:50%;
  top:0;
  right:auto;
  bottom:auto;
}
.yn-float-fixd.yn-float-cc{
  left:50%;
  top:50%;
  right:auto;
  bottom:auto;
}
.yn-float-fixd.yn-float-rt{
  left:auto;
  top:0;
  right:0;
  bottom:auto;
}
.yn-float-fixd.yn-float-rc{
  left:auto;
  top:50%;
  right:0;
  bottom:auto;
}
.yn-float-fixd.yn-float-rb{
  left:auto;
  top:auto;
  right:0;
  bottom:0;
}
.yn-float-image{
  width:100%;
}
.yn-float-close{
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  width: 20px;
  height: 20px;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  line-height: 20px;
}
.row {
  margin-left: -6px;
  margin-right: -6px;
}
.col-lg-24{
  padding-left: 0;
  padding-right: 0;
}
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-13,
.col-lg-14,
.col-lg-15,
.col-lg-16,
.col-lg-17,
.col-lg-18,
.col-lg-19,
.col-lg-20,
.col-lg-21,
.col-lg-22,
.col-lg-23,
.row.limit .col-lg-24 {
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: ' ';
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
@media (min-width: 1200px) {
  .row.limit{
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-13,
  .col-lg-14,
  .col-lg-15,
  .col-lg-16,
  .col-lg-17,
  .col-lg-18,
  .col-lg-19,
  .col-lg-20,
  .col-lg-21,
  .col-lg-22,
  .col-lg-23,
  .col-lg-24 {
    float: left;
  }
  .col-lg-24 {
    width: 100%;
  }
  .col-lg-23 {
    width: 95.83333333%;
  }
  .col-lg-22 {
    width: 91.66666667%;
  }
  .col-lg-21 {
    width: 87.5%;
  }
  .col-lg-20 {
    width: 83.33333333%;
  }
  .col-lg-19 {
    width: 79.16666667%;
  }
  .col-lg-18 {
    width: 75%;
  }
  .col-lg-17 {
    width: 70.83333333%;
  }
  .col-lg-16 {
    width: 66.66666667%;
  }
  .col-lg-15 {
    width: 62.5%;
  }
  .col-lg-14 {
    width: 58.33333333%;
  }
  .col-lg-13 {
    width: 54.16666667%;
  }
  .col-lg-12 {
    width: 50%;
  }
  .col-lg-11 {
    width: 45.83333333%;
  }
  .col-lg-10 {
    width: 41.66666667%;
  }
  .col-lg-9 {
    width: 37.5%;
  }
  .col-lg-8 {
    width: 33.33333333%;
  }
  .col-lg-7 {
    width: 29.16666667%;
  }
  .col-lg-6 {
    width: 25%;
  }
  .col-lg-5 {
    width: 20.83333333%;
  }
  .col-lg-4 {
    width: 16.66666667%;
  }
  .col-lg-3 {
    width: 12.5%;
  }
  .col-lg-2 {
    width: 8.33333333%;
  }
  .col-lg-1 {
    width: 4.16666667%;
  }
}

/* 中等屏幕 : 992~1199 */
@media (max-width: 1199px) {
  body {
    font-size: 1.2em;
    font-family: helvetica;
  }
  .row.limit{
    max-width: 952px;
    margin-left: auto;
    margin-right: auto;
  }
  .yn-float-wrap{
    display: none !important;
  }
}
/* 小屏幕 pad : 768~991 */
@media (max-width: 991px) {
  body {
    font-size: 1.2em;
    font-family: helvetica;
  }
  .row.limit{
    max-width: 732px;
    margin-left: auto;
    margin-right: auto;
  }
}
/* 超小屏幕 phone : 320~767 */
@media (max-width: 767px) {
  body {
    font-size: 1em;
    font-family: helvetica;
  }
}
/* ue附件图标 */
.edui-file{
  padding-left: 12px;
  background-position: 0 center;
  background-repeat: no-repeat;
  background-image: ;
}
