/* variables.less变量 */
/* 红色 */
/* 橙色 */
/* 绿色 */
/* 蓝色 */
/* 灰色 */
/* 黑色 */
/* 白色 */
.em-grid-1 {
  width: 40px;
  margin: 0 10px 0 0;
  float: left;
  display: inline;
}
.em-grid-2 {
  width: 90px;
  margin: 0 10px 0 0;
  float: left;
  display: inline;
}
.em-grid-3 {
  width: 140px;
  margin: 0 10px 0 0;
  float: left;
  display: inline;
}
.em-grid-4 {
  width: 190px;
  margin: 0 10px 0 0;
  float: left;
  display: inline;
}
.em-grid-5 {
  width: 240px;
  margin: 0 10px 0 0;
  float: left;
  display: inline;
}
.em-grid-6 {
  width: 290px;
  margin: 0 10px 0 0;
  float: left;
  display: inline;
}
.em-grid-7 {
  width: 340px;
  margin: 0 10px 0 0;
  float: left;
  display: inline;
}
.em-grid-8 {
  width: 390px;
  margin: 0 10px 0 0;
  float: left;
  display: inline;
}
.em-grid-9 {
  width: 440px;
  margin: 0 10px 0 0;
  float: left;
  display: inline;
}
.em-grid-10 {
  width: 490px;
  margin: 0 10px 0 0;
  float: left;
  display: inline;
}
.em-grid-11 {
  width: 540px;
  margin: 0 10px 0 0;
  float: left;
  display: inline;
}
.em-grid-12 {
  width: 590px;
  margin: 0 10px 0 0;
  float: left;
  display: inline;
}
.em-grid-13 {
  width: 640px;
  margin: 0 10px 0 0;
  float: left;
  display: inline;
}
.em-grid-14 {
  width: 690px;
  margin: 0 10px 0 0;
  float: left;
  display: inline;
}
.em-grid-15 {
  width: 740px;
  margin: 0 10px 0 0;
  float: left;
  display: inline;
}
.em-grid-16 {
  width: 790px;
  margin: 0 10px 0 0;
  float: left;
  display: inline;
}
.em-grid-17 {
  width: 840px;
  margin: 0 10px 0 0;
  float: left;
  display: inline;
}
.em-grid-18 {
  width: 890px;
  margin: 0 10px 0 0;
  float: left;
  display: inline;
}
.em-grid-19 {
  width: 940px;
  margin: 0 10px 0 0;
  float: left;
  display: inline;
}
.em-grid-20 {
  width: 990px;
  margin: 0 10px 0 0;
  float: left;
  display: inline;
}
.em-grid-21 {
  width: 1040px;
  margin: 0 10px 0 0;
  float: left;
  display: inline;
}
.em-grid-22 {
  width: 1090px;
  margin: 0 10px 0 0;
  float: left;
  display: inline;
}
.em-grid-23 {
  width: 1140px;
  margin: 0 10px 0 0;
  float: left;
  display: inline;
}
.em-grid-24 {
  width: 1190px;
  margin: 0 10px 0 0;
  float: left;
  display: inline;
}
.em-grid-25 {
  width: 1240px;
  margin: 0 10px 0 0;
  float: left;
  display: inline;
}
.em-grids {
  margin: 0 auto;
  *zoom: 1;
}
.em-grids.auto {
  width: 100%;
}
.em-grids:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.em-button {
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
  box-shadow: 1px 1px 8px #d4d4d4;
  background: #ff4400;
  color: #fff;
}
.em-button.em-button-disable-text {
  background: transparent;
  border: none;
  color: #b5b5b5;
  box-shadow: none;
  text-decoration: none;
}
.em-button.em-button-disable-text:hover {
  text-decoration: none;
}
.em-button.em-button-back-r:hover,
.em-button.em-button-back-r.em-button-hover {
  background: #F52B00;
  text-decoration: none;
  cursor: pointer;
}
.em-button.em-button-back-r.em-button-disable {
  background: #d4d4d4;
  color: #f9f9f9;
  box-shadow: none;
  cursor: default;
}
.em-button.em-button-back-r:visited {
  color: #fff;
}
.em-button.em-button-back-b {
  background: #3f81e6;
}
.em-button.em-button-back-b:hover,
.em-button.em-button-back-b.em-button-hover {
  background: #4372ba;
  text-decoration: none;
}
.em-button.em-button-back-b.em-button-disable {
  background: #d4d4d4;
  color: #f9f9f9;
  border: none;
  box-shadow: none;
  cursor: default;
}
.em-button.em-button-back-b:visited {
  color: #fff;
}
.em-button.em-button-border-r {
  border: 1px solid #F52B00;
  background: #fff;
  color: #F52B00;
}
.em-button.em-button-border-r:hover,
.em-button.em-button-border-r.em-button-hover {
  background: #F52B00;
  text-decoration: none;
  color: #fff;
}
.em-button.em-button-border-r.em-button-disable {
  background: #d4d4d4;
  color: #f9f9f9;
  border: none;
  box-shadow: none;
  cursor: default;
}
.em-button.em-button-border-b {
  border: 1px solid #3f81e6;
  background: #fff;
  color: #3f81e6;
}
.em-button.em-button-border-b:hover,
.em-button.em-button-border-b.em-button-hover {
  background: #4372ba;
  text-decoration: none;
  color: #fff;
}
.em-button.em-button-border-b.em-button-disable {
  background: #d4d4d4;
  border: none;
  color: #f9f9f9;
  box-shadow: none;
  cursor: default;
}
.em-button.em-button-xl,
.em-button.em-button-l,
.em-button.em-button-m,
.em-button.em-button-s {
  color: #fff;
}
.em-button.em-button-xl:hover,
.em-button.em-button-l:hover,
.em-button.em-button-m:hover,
.em-button.em-button-s:hover,
.em-button.em-button-xl .em-button-hover,
.em-button.em-button-l .em-button-hover,
.em-button.em-button-m .em-button-hover,
.em-button.em-button-s .em-button-hover {
  background: #F52B00;
  text-decoration: none;
  cursor: pointer;
}
.em-button.em-button-xl.em-button-disable,
.em-button.em-button-l.em-button-disable,
.em-button.em-button-m.em-button-disable,
.em-button.em-button-s.em-button-disable {
  background: #d4d4d4;
  color: #f9f9f9;
  cursor: default;
}
.em-button.em-button-xln,
.em-button.em-button-ln,
.em-button.em-button-mn,
.em-button.em-button-sn {
  color: #ff4400;
  background: #fff;
  border: 1px solid #ff4400;
}
.em-button.em-button-xln:hover,
.em-button.em-button-ln:hover,
.em-button.em-button-mn:hover,
.em-button.em-button-sn:hover,
.em-button.em-button-xln .em-button-hover,
.em-button.em-button-ln .em-button-hover,
.em-button.em-button-mn .em-button-hover,
.em-button.em-button-sn .em-button-hover {
  background: #F9C3AF;
  text-decoration: none;
  cursor: pointer;
}
.em-button.em-button-xln.em-button-disable,
.em-button.em-button-ln.em-button-disable,
.em-button.em-button-mn.em-button-disable,
.em-button.em-button-sn.em-button-disable {
  background: #999;
  border-color: #999;
  color: #fff;
}
.em-button.em-button-sb {
  color: #fff;
  background: #3f81e6;
  border: 1px solid #3f81e6;
}
.em-button.em-button-sb:hover,
.em-button.em-button-sb .em-button-hover {
  background: #4372ba;
  border: 1px solid #4372ba;
  text-decoration: none;
}
.em-button.em-button-sb.em-button-disable {
  background: #999;
  border-color: #999;
  color: #fff;
}
.em-button.em-button-xl,
.em-button.em-button-xln {
  font-size: 18px;
  padding: 14px 49px;
  border-radius: 6px;
}
.em-button.em-button-l,
.em-button.em-button-ln {
  font-size: 14px;
  padding: 8px 17px;
  border-radius: 4px;
  *line-height: 32px;
  *padding: 8px 17px;
}
.em-button.em-button-m,
.em-button.em-button-mn {
  font-size: 12px;
  padding: 5px 8px;
}
.em-button.em-button-ms,
.em-button.em-button-ms {
  font-size: 12px;
  padding: 5px 9px;
}
.em-button.em-button-s,
.em-button.em-button-sn {
  font-size: 12px;
  padding: 4px 5px;
}
.em-button.em-button-sb {
  font-size: 12px;
  padding: 4px 5px;
}
/* 外边距 */
/* 内边距 */
/* 行无素定义 */
/* 清除浮动 */
.clearfix {
  display: block;
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* 固定色属性定义 */
.red,
.ep-red {
  color: #F52B00;
}
.green,
.ep-green {
  color: #008000;
}
.gray,
.ep-gray {
  color: #999;
}
/* 数字样式定义 */
.number {
  font-family: Arial, Helvetica, sans-serif;
}
.em-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: null no-repeat scroll -1000px -1000px transparent;
}
.em-icon.em-safe {
  background-position: 0 0;
}
.em-icon.em-error {
  background-position: -50px 0;
}
.em-icon.em-tel {
  background-position: -100px 0;
}
.em-icon.em-star {
  background-position: -150px 0;
}
.em-icon.em-lock {
  background-position: -200px 0;
}
.em-icon.em-rise {
  background-position: -246px 0;
}
.em-icon.em-fall {
  background-position: -295px 0;
}
.em-icon.em-set {
  background-position: -350px 0;
}
.em-icon.em-clock {
  background-position: -400px 0;
}
.em-icon.em-horn {
  background-position: -450px 0;
}
.em-icon.em-tips {
  background-position: 0 -50px;
}
.em-icon.em-warn {
  background-position: -50px -50px;
}
.em-icon.em-ok {
  background-position: -100px -50px;
}
.em-icon.em-phone {
  background-position: -147px -50px;
}
.em-icon.em-phonedown {
  background-position: -197px -50px;
}
.em-icon.em-up {
  background-position: -247px -50px;
}
.em-icon.em-down {
  background-position: -297px -50px;
}
.em-icon.em-del {
  background-position: -400px -150px;
}
.em-icon.em-sort {
  background-position: -348px -50px;
}
.em-icon.em-desc {
  background-position: -398px -50px;
}
.em-icon.em-asc {
  background-position: -448px -50px;
}
.em-icon.em-fold {
  background-position: 0 -100px;
}
.em-icon.em-unfold {
  background-position: -50px -100px;
}
.em-icon.em-unprocess {
  background-position: -100px -100px;
}
.em-icon.em-avator {
  background-position: -150px -100px;
}
.em-icon.em-arrow-left {
  background-position: -200px -100px;
}
.em-icon.em-arrow-right {
  background-position: -250px -100px;
}
.em-icon.em-arrow-up {
  background-position: -300px -100px;
}
.em-icon.em-arrow-down {
  background-position: -350px -100px;
}
.em-icon.em-radio {
  background-position: -400px -100px;
}
.em-icon.em-radio-selected {
  background-position: -450px -100px;
}
.em-icon.em-check {
  background-position: 0px -150px;
}
.em-icon.em-checked {
  background-position: -50px -150px;
}
.em-icon.em-appdown {
  background-position: -150px -150px;
}
.em-icon.em-link-nav {
  background-position: -150px -200px;
}
.em-icon.em-scroll-left {
  width: 12px;
  height: 50px;
  background-position: -100px -250px;
}
.em-icon.em-refresh {
  background-position: 0px -200px;
}
.em-icon.em-scroll-right {
  width: 12px;
  height: 50px;
  background-position: -150px -250px;
}
.em-icon.em-lamp {
  background-position: 0px -200px;
}
.em-icon.em-hot {
  background-position: 0px -200px;
}
.em-icon.em-chart {
  background-position: 0px -200px;
}
.em-icon.em-toTop {
  background-position: -50px -200px;
}
.em-icon.em-m-toTop {
  background-position: -350px -150px;
}
.em-icon.em-pro-toTop {
  background-position: -350px -150px;
}
.em-icon.em-record {
  background-position: -250px -200px;
}
.em-icon.em-app {
  background-position: -200px -200px;
}
.em-icon.em-draft-up {
  background-position: 0 -250px;
}
.em-icon.em-draft-down {
  background-position: 0 -300px;
}
.em-icon.em-close {
  background-position: -400px -200px;
}
.em-icon.em-icon-lg {
  width: 28px;
  height: 28px;
  background-image: url("https://j5.dfcfw.com/image/icon_28.png");
}
.em-icon.em-icon-lg.em-safe {
  background-position: 0 0;
}
.em-icon.em-icon-lg.em-error {
  background-position: -50px 0;
}
.em-icon.em-icon-lg.em-tel {
  background-position: -100px 0;
}
.em-icon.em-icon-lg.em-star {
  background-position: -150px 0;
}
.em-icon.em-icon-lg.em-recycle {
  background-position: -200px 0;
}
.em-icon.em-icon-lg.em-rise {
  background-position: -250px 0;
}
.em-icon.em-icon-lg.em-fall {
  background-position: -300px 0;
}
.em-icon.em-icon-lg.em-set {
  background-position: -350px 0;
}
.em-icon.em-icon-lg.em-clock {
  background-position: -400px 0;
}
.em-icon.em-icon-lg.em-horn {
  background-position: -450px 0;
}
.em-icon.em-icon-lg.em-tips {
  background-position: 0 -50px;
}
.em-icon.em-icon-lg.em-warn {
  background-position: -50px -50px;
}
.em-icon.em-icon-lg.em-ok {
  background-position: -100px -50px;
}
.em-icon.em-icon-lg.em-phonedown {
  background-position: -150px -50px;
}
.em-icon.em-icon-lg.em-phone {
  background-position: -200px -50px;
}
.em-icon.em-icon-lg.em-fold {
  background-position: -250px -50px;
}
.em-icon.em-icon-lg.em-unfold {
  background-position: -300px -50px;
}
.em-icon.em-icon-lg.em-lock {
  background-position: -350px -50px;
}
.em-title {
  position: relative;
  width: 100%;
  height: 38px;
  font-size: 16px;
  border-bottom: 1px solid #f5f5f5;
  color: #666;
}
.em-title b {
  position: relative;
  display: block;
  width: 10px;
  height: 10px;
  background: none no-repeat scroll 0 0 transparent;
  z-index: 1;
}
.em-title h3 {
  position: absolute;
  left: 0;
  top: 15px;
  z-index: 11;
  display: block;
  height: 10px;
  line-height: 10px;
}
.em-title h3 small {
  margin-left: 10px;
  font-size: 14px;
  color: #000;
}
.em-title em {
  display: block;
  position: absolute;
  top: 15px;
  right: 0;
  z-index: 11;
  height: 10px;
  line-height: 10px;
  font-size: 12px;
}
.em-title em a {
  margin: 0 10px;
}
.em-title.em-title-icon h3 {
  left: 0;
}
.em-tabs {
  display: block;
  width: 100%;
  height: 38px;
  position: relative;
  font-size: 14px;
  border-bottom: 1px solid #dfdfdf;
}
.em-tabs ul {
  position: absolute;
  top: 1px;
  display: block;
  height: 36px;
}
.em-tabs ul li {
  position: relative;
  display: inline;
  float: left;
  margin: 0 10px 0 0;
  padding: 0 15px;
  height: 37px;
  line-height: 38px;
  text-align: center;
  z-index: 9;
  background: #f5f5f5;
  color: #999;
  border: 1px solid #dfdfdf;
  border-bottom: 0;
  cursor: pointer;
}
.em-tabs ul li.actived {
  border-top: 2px solid #3f81e6;
  height: 36px;
  top: 0;
  background: #fff;
  border-bottom: 0;
  font-weight: 700;
  line-height: 34px;
  color: #666;
  cursor: default;
}
.em-tabs .em-tabs-more {
  position: absolute;
  right: 10px;
  top: 14px;
  z-index: 11;
}
.em-tabs .em-tabs-more a {
  display: inline-block;
  padding: 0 5px;
  font-size: 12px;
  line-height: 14px;
}
.em-tabs.em-tabs-title {
  height: 38px;
}
.em-tabs.em-tabs-title h3 {
  position: absolute;
  left: 0;
  top: 15px;
  font-size: 16px;
  font-weight: bold;
}
.em-tabs.em-tabs-title ul {
  left: 100px;
  height: 36px;
}
.em-tabs.em-tabs-btn {
  border: 0;
}
.em-tabs.em-tabs-btn h3 {
  position: absolute;
  left: 10px;
  top: 15px;
  line-height: 16px;
}
.em-tabs.em-tabs-btn ul {
  top: 9px;
}
.em-tabs.em-tabs-btn ul li {
  display: block;
  float: left;
  height: auto;
  line-height: 1;
  padding: 4px 5px;
  font-size: 14px;
  border: 1px solid #dfdfdf;
  background: #fff;
  border-radius: 3px;
}
.em-tabs.em-tabs-btn ul li.actived {
  border: 1px solid #3f81e6;
  color: #3f81e6;
  font-weight: normal;
}
.em-tabs.em-tabs-btn ul li:hover {
  border: 1px solid #4A90E2;
  color: #4A90E2;
}
.em-tabs.em-tabs-links {
  position: static;
  padding: 5px 0;
  border: 0;
  height: auto;
}
.em-tabs.em-tabs-links span {
  padding: 0;
  color: #d4d4d4;
}
.em-tabs.em-tabs-links a {
  padding: 2px 10px;
  border-radius: 3px;
  color: #666;
}
.em-tabs.em-tabs-links a.actived {
  border: 1px solid #4372ba;
  color: #4372ba;
  background: #7CC3FF;
}
.em-tabs.em-tabs-links a:hover {
  text-decoration: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  line-height: 1;
  font-size: 100%;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -o-text-size-adjust: none;
  -ms-text-size-adjust: none;
  _zoom: expression(function(ele){ele.style.zoom = "1";document.execCommand("BackgroundImageCache",false,true);}(this));
  _text-overflow: ellipsis;
}
body {
  font-family: "宋体", Arial;
  font-size: 12px;
  color: #333;
  background-color: #fff;
}
a:focus {
  outline: 0;
}
a:hover,
a:active {
  outline: 0;
}
a:hover {
  _zoom: 1;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  /* Internet Explorer 7.0+ 画面失真呈锯齿状 */
  image-rendering: optimizeQuality;
  /* Firefox 3.6+ */
  vertical-align: middle;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-weight: normal;
  font-style: normal;
}
caption,
th {
  text-align: left;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
/* for webkit textarea resize enable! */
textarea {
  resize: none;
}
/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
body {
  box-sizing: content-box;
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #666;
  font-family: Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", "FontAwesome", sans-serif;
  font-size: 12px;
}
body a,
body a:visited,
body a:active {
  color: #4372ba;
  text-decoration: none;
}
body a.none,
body a:visited.none,
body a:active.none {
  color: #666;
}
body a.none:hover,
body a:visited.none:hover,
body a:active.none:hover {
  color: #ff4400;
  text-decoration: none;
}
body a:hover {
  text-decoration: underline;
}
.em-tabs ul li {
  background-color: #fff;
  border: none;
  margin: 0 5px 0 0;
  padding: 0 9px;
  color: #333;
  font-size: 14px;
  font-weight: bold;
}
.em-tabs ul li a {
  color: #333;
  line-height: 37px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.em-tabs ul li a:hover {
  text-decoration: none;
}
.em-tabs ul li.actived {
  border-top-color: #ff4400;
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  color: #333;
}
.em-tabs ul li span {
  display: inline-block;
  line-height: 36px;
  margin-left: 2px;
}
.em-tabs ul li .red {
  color: #ff4400;
}

.em-grids-max {
  padding-top: 70px;
  background: url('//j5.dfcfw.com/image/201806/20180612113201.jpg') no-repeat top center;
}
.em-grids {
  width: 990px;
}
.content{
  padding: 10px 20px;
  padding-top: 467px;
  /* background: url(../image/bg.png) center top no-repeat; */
}
.list-title{
  position: relative;
  
  height: 84px;
  border-radius: 8px 8px 0px 0px;
  background: url(../image/table_bg.png) center top no-repeat;
}
.table-tag{
  position: absolute;
  right: 0;
  top: 26px;
  width: 91px;
  height: 32px;
  font-size: 15px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  background: url(../image/table_tag.png) center top no-repeat;
}
.list-title h3{
  padding-left: 20px;
  font-size: 24px;
  color: #000000;
  /* font-weight: bold; */
  line-height: 84px;
}
.list-title h3 span{
  font-size: 14px;
  color: #666666;
  font-weight: lighter;
  line-height: 13px;
}
.table-info{
  border: 1px solid #C0DBFF;
  border-radius: 0 0 8px 8px;
  background-color: #fff;
}
.table-info table{
  width: 948px;
}
.table-info table tr{
  width: 950px;
}
.table-info table tr.even{
  background-color: #F2F8FF;
}
.table-info table td{
  height: 94px;
  padding-left: 20px;
  vertical-align: middle;
}
.table-info table td.info-base{
  width: 330px;
  overflow: hidden;
}
.table-info  p.info-title{
  font-size: 20px;
  color: #333333;
  /* font-weight: bold; */
  line-height: 24px;
}
.table-info  p.info-title span.info-tag{
  display: inline-block;
  padding: 0 8px;
  margin-left: 5px;
  border-radius: 2px;
  background-color:  #FFEBE4;
  font-size: 12px;
  font-weight: lighter;
  color: #FF6933;
  line-height: 20px;
}
.table-info  p.info-desc{
  padding-top:8px;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
.table-info  td.info-syl {
  width: 130px;
  /* font-weight: bold; */
}
.table-info td.info-syl p.syl {
  font-size: 24px;
  line-height: 36px;
}
.table-info td.info-syl p.syl-desc {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
.table-info td.bug-info {
  width: 160px;
}
.table-info td.bug-info p.buy-state span{
  font-size: 16px;
  color: #333333;
  line-height: 28px;
  /* font-weight: bold; */
}
.table-info td.bug-info p.bug-money{
  font-size: 14px;
color: #2A2A2A;
  line-height: 28px;
}
.table-info td.bug-info p.bug-money span{
  color: #FF6434;
}
.table-info td.info-detail .btn-info{
  width:68px;
  line-height: 24px;
  background: #FF4400;
  font-size: 12px;
  color: #FFFFFF;
  text-align: center;
  cursor: pointer;
}
.table-declare{
  height: 40px;
  font-size: 12px;
  color: #666666;
  line-height: 40px;
}
.more-desc{
  font-size: 24px;
  color: #333333;
  line-height: 60px;
  text-align: center;
}
.more-pic{
  margin-bottom: 20px;
  text-align: center;
}
.buy-tip-box{
  position: relative;
}
 .tip-content-box {
  display: none;
  height: 257px;
  width: 347px;
  position: absolute;
  top: 42px;
  left: -120px;
  z-index: 9999;
}
 .content .tip-content {
  position: absolute;
  width: 303px;
  height: 203px;
  padding: 20px;
  top: -5px;
  color: #333;
  border: 1px solid #D7D7D7;
  border-radius:5px;
  background-color: #fff;
}
 .content .code-info {
  width: 265px;
  height: 123px;
  padding: 20px;
  border-radius: 10px;
  background-color: #FE7933;
  margin-top: 20px;
}
.tip-content .qrcode-div {
  float:left;
  padding: 2px;
  width: 119px;
  height: 119px;
  background-color: #fff;
}
 .tip-content p.qrcode-desc {
  display: block;
  font-size: 12px;
  padding-top: 10px;
  padding-left: 134px;
  padding-bottom: 2px;
  color: #fff;
  line-height: 16px;
}
.content .border1 {
  border: 8px solid transparent;
  border-bottom: 8px solid #D7D7D7;
  position: absolute;
  top: -17px;
  left: 142px;
  width: 1px;
}
 .content .border2 {
      border: 8px solid transparent;
      border-bottom: 8px solid #fff;
      position: absolute;
      top: -16px;
      left: 142px;
      width: 1px;
  }
 .content .more {
      font-size: 12px;
      right: 0;
  }

.btn-buy {
  background-color: #FF4400;
}
/* .buy-tip-box:hover .tip-content-box {
  display: block;
} */
