/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 更正所有浏览器中的线条高度
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 防止在IOS中更改方向后调整字体大小
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 * 删除所有浏览器中的页边距
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * 更正“section”中`h1‘元素的字体大小和页边距
 * `article` contexts in Chrome, Firefox, and Safari.
 * 更正  article 在Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 在Firefox中添加正确的大小大小。
 * 2. Show the overflow in Edge and IE.
 * 显示溢出
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 纠正所有浏览器中字体大小的继承和缩放。
 * 2. Correct the odd `em` font sizing in all browsers.
 * 在所有浏览器中纠正奇怪的“EM”字体大小
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
 * 文本的语义级 
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 * 移除IE 10中活动链接上的灰色背景。 
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 移出谷歌57- 中的底部边框
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 * 添加正确的文字装饰  在Chrome, Edge, IE, Opera, and Safari.-------------
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 * 添加文字粗体 在Chrome, Edge, and Safari 中
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 纠正所有浏览器中字体大小的继承和缩放。
 * 2. Correct the odd `em` font sizing in all browsers.
 * 在所有浏览器中纠正奇怪的“EM”字体大小。 
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 * 在所有浏览器中添加正确的字体大小
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * 防止元素上下标  受到影响
 * all browsers.
 * 所有浏览器
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
 * 嵌入内容
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 * 删除IE 10中链接内图像的边框。
 */

img {
  border-style: none;
}

/* Forms 
 * 表单
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 更改所有浏览器中的字体样式 
 * 2. Remove the margin in Firefox and Safari.
 * 删除边距
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 删除 text-transform的继承? 再ie eg fx
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 * 纠正无法在IOS和Safari中设置可单击类型的问题。 
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 * 删除内边距,在火狐
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 * 还原上一条规则未设置的焦点样式。
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 * 更正Firefox中的填充。 
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 更正文字包装text-wrap
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 更正ie中“fieldset”元素的颜色继承。 
 * 3. Remove the padding so developers are not caught out when they zero out
 * 删除填充，以使开发人员在执行零操作时不会被检出
 *    `fieldset` elements in all browsers.
 * fieldset在所有浏览器中
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 * 添加正确的垂直对齐 谷歌-火狐-欧朋
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 * 删除ie 10中默认的垂直滚动条。 
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 添加正确的盒子模型大小  在IE10
 * 2. Remove the padding in IE 10.
 * 删除内边距 IE10
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 更正 Chrome and Safari中增量和递减按钮的光标样式。
 * 2. Correct the outline style in Safari.
 * 正确的 outline 样式 在 Safari
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 * 删除内边距 in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 纠正无法在IOS和Safari中设置可单击类型的问题。
 * 2. Change font properties to `inherit` in Safari.
 * 在Safari中将字体属性更改为“Inheritt”。
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 * 添加正确的显示在边缘
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 * 在所有浏览器中添加正确的显示
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 * 添加正确显示
 */
/*超文本标记语言*/
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 * IE 正确显示
 */

[hidden] {
  display: none;
}
/*试试看先*/
.wone{ width: 1200px; margin: 0 auto; overflow: hidden;}
/*为了清除框架样式*/
.m-0{margin:0!important}.m-5{margin:.05rem!important}.m-10{margin:.1rem!important}.m-15{margin:.15rem!important}.m-20{margin:.2rem!important}.m-25{margin:.25rem!important}.m-30{margin:.3rem!important}.m-35{margin:.35rem!important}.m-40{margin:.4rem!important}.m-45{margin:.45rem!important}.m-50{margin:.5rem!important}.mt-0{margin-top:0!important}.mt-5{margin-top:.05rem!important}.mt-10{margin-top:.1rem!important}.mt-15{margin-top:.15rem!important}.mt-20{margin-top:.2rem!important}.mt-25{margin-top:.25rem!important}.mt-30{margin-top:.3rem!important}.mt-35{margin-top:.35rem!important}.mt-40{margin-top:.4rem!important}.mt-45{margin-top:.45rem!important}.mt-50{margin-top:.5rem!important}.mb-0{margin-bottom:0!important}.mb-5{margin-bottom:.05rem!important}.mb-10{margin-bottom:.1rem!important}.mb-15{margin-bottom:.15rem!important}.mb-20{margin-bottom:.2rem!important}.mb-25{margin-bottom:.25rem!important}.mb-30{margin-bottom:.3rem!important}.mb-35{margin-bottom:.35rem!important}.mb-40{margin-bottom:.4rem!important}.mb-45{margin-bottom:.45rem!important}.mb-50{margin-bottom:.5rem!important}.mb-60{margin-bottom:.6rem!important}.ml-0{margin-left:0!important}.ml-5{margin-left:.05rem!important}.ml-10{margin-left:.1rem!important}.ml-15{margin-left:.15rem!important}.ml-20{margin-left:.02rem!important}.ml-25{margin-left:.25rem!important}.ml-30{margin-left:.3rem!important}.ml-35{margin-left:.35rem!important}.ml-40{margin-left:.4rem!important}.ml-45{margin-left:.45rem!important}.ml-50{margin-left:.5rem!important}.mr-0{margin-right:0!important}.mr-5{margin-right:.05rem!important}.mr-10{margin-right:.1rem!important}.mr-15{margin-right:.15rem!important}.mr-20{margin-right:.2rem!important}.mr-25{margin-right:.25rem!important}.mr-30{margin-right:.3rem!important}.mr-35{margin-right:.35rem!important}.mr-40{margin-right:.4rem!important}.mr-45{margin-right:.45rem!important}.mr-50{margin-right:.5rem!important}.p-0{padding:0!important}.p-5{padding:.05rem!important}.p-10{padding:.1rem!important}.p-15{padding:.15rem!important}.p-20{padding:.2rem!important}.p-25{padding:.25rem!important}.p-30{padding:.3rem!important}.p-35{padding:.35rem!important}.p-40{padding:.4rem!important}.p-45{padding:.45rem!important}.p-50{padding:.5rem!important}.pt-0{padding-top:0!important}.pt-5{padding-top:.05rem!important}.pt-10{padding-top:.1rem!important}.pt-15{padding-top:.15rem!important}.pt-20{padding-top:.2rem!important}.pt-25{padding-top:.25rem!important}.pt-30{padding-top:.3rem!important}.pt-35{padding-top:.35rem!important}.pt-40{padding-top:.4rem!important}.pt-45{padding-top:.45rem!important}.pt-50{padding-top:.5rem!important}.pt-55{padding-top:.55rem!important}.pt-60{padding-top:.6rem!important}.pt-65{padding-top:.65rem!important}.pb-0{padding-bottom:0!important}.pb-5{padding-bottom:.05rem!important}.pb-10{padding-bottom:.1rem!important}.pb-15{padding-bottom:.15rem!important}.pb-20{padding-bottom:.2rem!important}.pb-25{padding-bottom:.25rem!important}.pb-30{padding-bottom:.3rem!important}.pb-35{padding-bottom:.35rem!important}.pb-40{padding-bottom:.4rem!important}.pb-45{padding-bottom:.45rem!important}.pb-50{padding-bottom:.5rem!important}.pb-80{padding-bottom:.8rem!important}.pl-0{padding-left:0!important}.pl-5{padding-left:.05rem!important}.pl-10{padding-left:.1rem!important}.pl-15{padding-left:.15rem!important}.pl-20{padding-left:.2rem!important}.pl-25{padding-left:.25rem!important}.pl-30{padding-left:.3rem!important}.pl-35{padding-left:.35rem!important}.pl-40{padding-left:.4rem!important}.pl-45{padding-left:.45rem!important}.pl-50{padding-left:.5rem!important}.pr-0{padding-right:0!important}.pr-5{padding-right:.05rem!important}.pr-10{padding-right:.1rem!important}.pr-15{padding-right:.15rem!important}.pr-20{padding-right:.2rem!important}.pr-25{padding-right:.25rem!important}.pr-30{padding-right:.3rem!important}.pr-35{padding-right:.35rem!important}.pr-40{padding-right:.4rem!important}.pr-45{padding-right:.45rem!important}.pr-50{padding-right:.5rem!important}
.f-10{font-size:0.20rem!important}
.f-11{font-size:0.22rem!important}
.f-12{font-size:0.24rem!important}
.f-13{font-size:0.26rem!important}
.f-14{font-size:0.28rem!important}
.f-15{font-size:0.30rem!important}
.f-16{font-size:0.32rem!important}
.f-17{font-size:0.24rem!important}
.f-18{font-size:0.36rem!important}
.f-20{font-size:0.4rem!important}
.f-22{font-size:0.44rem!important}
.f-24{font-size:0.48rem!important}
.f-26{font-size:0.25rem!important}
.f-28{font-size:0.56rem!important}
.f-30{font-size:0.6rem!important}
.f-b{font-weight:bold}
.mr-75{margin-right: 0.075rem !important;}
.ml-75{margin-left: 0.075rem !important;}
.m-75{ margin: 0.075rem !important;}
.p-75{ padding: 0.075rem !important;}
.oh{overflow:hidden!important}
.clearfix:after{clear:both;content:'';display:block;width:0;height:0;visibility:hidden}
.line{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.bgfix{background-position:center;background-repeat:no-repeat;background-size:cover}
.block{display:block!important}
.hide{display:none}
.full-w{width:100%}
.full-h{height:100%}
.full{width:100%;height:100%}
/*边框颜色自己改*/
.b-right{border-right:1px solid #eee}
.b-top{border-top:1px solid #eee}
.b-bottom{border-bottom:1px solid #eee}
.b-left{border-left:1px solid #eee}
.tips{position:fixed;bottom:15%;left:0;text-align:center;z-index:999}
.tips .tips-text{background:rgba(0,0,0,.6);color:#fff;padding:10px;max-width:95%;margin:0 auto;display:inline-block;border-radius:5px}
.overflow-2{display:-webkit-box !important; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
.overflow-3{display:-webkit-box !important; -webkit-box-orient: vertical; -webkit-line-clamp: 3;}