@charset "UTF-8";
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  margin: 0;
  font-family: "微软雅黑","Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #000000;
  background-color: #ffffff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active {
  outline: 0;
}
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  height: auto;
 /* max-width: 100%;*/
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
  padding: 5px 0\9;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* reset start */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #ebebeb;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin: 0;
  padding: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

ol,
ul,
li {
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

a {
  color: #000000;
  text-decoration: none;
}

a:hover {
  color: #37aa00;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
}

[role="button"] {
  cursor: pointer;
}

table {
  background-color: #ffffff;
}

th {
  text-align: center;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

input,
button,
select,
textarea {
  margin: 0;
  line-height: inherit;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
}

input[type="search"] {
  -webkit-appearance: none;
}

input[type="text"] {
  min-height: 27px;
  min-height: 20px\9;
}

output {
  display: inline-block;
}

.pull-left {
  float: left !important;
}

.pull-right {
  float: right !important;
}

.red-color {
  color: #e42c01;
}

.rel {
  position: relative;
}

.h1 {
  font-size: 40px;
}

.h2 {
  font-size: 32px;
}

.h3 {
  font-size: 28px;
}

.h4 {
  font-size: 24px;
}

.h5 {
  font-size: 20px;
}

.h6 {
  font-size: 16px;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

/* reset end */
/* grid start */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.container {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 1200px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11, .span12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11, .span12 {
  float: left;
}

.span1 {
  width: 8.33333%;
}

.span2 {
  width: 16.66667%;
}

.span3 {
  width: 25%;
}

.span4 {
  width: 33.33333%;
}

.span5 {
  width: 41.66667%;
}

.span6 {
  width: 50%;
}

.span7 {
  width: 58.33333%;
}

.span8 {
  width: 66.66667%;
}

.span9 {
  width: 75%;
}

.span10 {
  width: 83.33333%;
}

.span11 {
  width: 91.66667%;
}

.span12 {
  width: 100%;
}

/* grid end */
/* icon start */
.icon-ass {
  display: inline-block;
  width: 16px;
  height: 14px;
  background: url(../images/nav-title.png) no-repeat;
  vertical-align: middle;
  padding-right: 30px;
  margin-top: -4px;
}

.icon-sc {
  display: inline-block;
  width: 16px;
  vertical-align: middle;
  height: 15px;
  background: url(../images/nav-title1.png) no-repeat;
  margin-top: -5px;
  padding-right: 30px;
}

.icon-right.pull-right {
  padding-right: 30px;
}

.icon-right {
  display: inline-block;
  width: 12px;
  height: 20px;
  background: url(../images/right.png) no-repeat;
  vertical-align: middle;
  margin-top: 10px;
}

.icon-left {
  display: inline-block;
  width: 12px;
  height: 20px;
  background: url(../images/left.png) no-repeat;
  vertical-align: middle;
  margin-top: 10px;
}

.icon-search {
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 10px;
  width: 16px;
  height: 20px;
  background: url(../images/search.jpg) no-repeat;
  vertical-align: middle;
}

.icon-btn-cg {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/btn-cg.png) no-repeat;
  vertical-align: middle;
  margin-top: -4px;
  margin-right: 5px;
}

.icon-title {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  background: url(../images/title.jpg) no-repeat;
  margin-top: -4px;
  margin-right: 8px;
}

.icon-pur-title {
  display: inline-block;
  vertical-align: middle;
  width: 19px;
  height: 20px;
  background: url(../images/title1.png) no-repeat;
  margin-top: -4px;
  margin-right: 8px;
}

.icon-order {
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  background: url(../images/order.png) no-repeat;
  margin-top: -4px;
  margin-right: 10px;
}

.icon-charts {
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  background: url(../images/charts.png) no-repeat;
  margin-top: -4px;
  margin-right: 10px;
}

.icon-user {
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  background: url(../images/user.png) no-repeat;
  margin-top: -4px;
  margin-right: 10px;
}

/* icon end */
/* header start */
.header {
  height: 42px;
  line-height: 42px;
  overflow: hidden;
  background: #f5f5f5;
  border-bottom: 1px solid #ebebeb;
  font-family: "Microsoft YaHei", \5B8B\4F53, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.header .user {
  color: #37aa00;
}
.header .user:hover {
  color: #0b8534;
}

.header-help span {
  margin-right: 5px;
}
.header-help a {
  margin-left: 10px;
  margin-right: 10px;
  color: #37aa00;
}
.header-help a:hover {
  color: #0b8534;
}

.login-control {
  float: left;
  padding-left: 15px;
}
.login-control .input-login {
  width: 100px;
  height: 24px;
  min-height: 24px;
  line-height: 24px;
  border: 1px solid #ccc;
}

/* header end */
/* main start */
.main {
  /* margin-top: 25px; */
}

.bgwhite {
  background-color: #ffffff;
}

.lightbox {
  /* background-color: #f4fdea;
  padding-top: 10px;
  padding-bottom: 30px;
  border-top: 1px solid #ebebeb; */
}

.main-banner {
  background-color: #f2f2f2;
  margin-bottom: 1em;
}

.h-45 {
  height: 450px;
}

.box-left {
  width: 230px;
  float: left;
}

.box-main {
  width: 770px;
  float: left;
  overflow: hidden;
}

.box-right {
  width: 200px;
  float: left;
}

.banner {
  width: 100%;
  height: 100%;
}

.nav {
  background-color: #37aa00;
  height: 100%;
  font-family: "Microsoft YaHei", \5B8B\4F53, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ffffff;
}
.nav .head {
  height: 50px;
  line-height: 50px;
  background-color: #339900;
  font-size: 16px;
  margin-bottom: 0;
  padding-left: 30px;
}
.nav .title {
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  border-bottom: 1px solid #037228;
  padding-left: 30px;
  color: #fff;
}

.nav-content {
  font-size: 14px;
  padding: 10px 0 10px 30px;
}
.nav-content a {
  display: inline-block;
  min-width: 4.2em;
  margin-bottom: 10px;
  color: #ffffff;
}
.nav-content a:hover {
  color: #ffffff !important;
}

.up, .down {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: #343533;
  opacity: 0.6;
  filter: alpha(opacity=40);
}

.up:hover,
.down:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.up {
  left: 10px;
}

.down {
  right: 10px;
}

.notice {
  height: 100%;
  border: 1px solid #c3c3c4;
  background-color: #ffffff;
}

.notice-tab {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  background-color: #fbfbfb;
}
.notice-tab li {
  width: 50%;
  float: left;
  text-align: center;
  color: #787979;
  border-bottom: 2px solid #dededf;
  cursor: pointer;
}
.notice-tab li.active {
  color: #d96b12;
  border-bottom: 2px solid #d96b12;
}

.notice-box {
  padding: 10px;
}

.notice-new li {
  border-bottom: 1px dotted #c3c3c4;
  overflow: hidden;
  padding: 5px;
}
.notice-new li a {
  font-size: 12px;
  display: block;
  width: 14em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #595858;
}
.notice-new li a:hover {
  color: #37aa00;
}

.logo {
  text-align: center;
  margin-bottom: 25px;
}

.input-group {
  position: relative;
  width: 500px;
  margin: 1px auto;
}

.input-group-search {
  width: 400px;
  height: 36px;
  padding-left: 36px;
  padding-right: 10px;
  line-height: 36px;
  border: 2px solid #339900;
}

.input-group-addon {
  display: block;
  float: right;
  width: 100px;
  background: #339900;
  height: 36px;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
  color: #ffffff;
  font-size: 16px;
}

.btn {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 2px;
  line-height: normal;
  font-family: "Microsoft YaHei", \5B8B\4F53, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ffffff;
  border: 1px solid transparent;
}

.btn:hover {
  color: #ffffff !important;
}

.btn-lg {
  padding: 6px 18px;
  font-size: 18px;
}

.btn-sm {
  padding: 4px 16px;
  font-size: 14px;
}

.btn-xs {
  padding: 4px 12px;
  font-size: 12px;
}

.btn-info {
  background-color: #fca209;
  border: 1px solid #dc8047;
  border-radius: 4px;
}

.btn-login {
  background-color: #fca209;
  margin-left: 10px;
  margin-top: -3px;
}

.btn-gray {
  background-color: #c8c7c7;
  background: -moz-linear-gradient(top, #d2d2d2 0%, #c0bfc0 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d2d2d2), color-stop(100%, #c0bfc0));
  background: -webkit-linear-gradient(top, #d2d2d2 0%, #c0bfc0 100%);
  background: -o-linear-gradient(top, #d2d2d2 0%, #c0bfc0 100%);
  background: -ms-linear-gradient(top, #d2d2d2 0%, #c0bfc0 100%);
  background: linear-gradient(to bottom, #d2d2d2 0%, #c0bfc0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2d2d2', endColorstr='#c0bfc0',GradientType=0 );
  color: #000;
  border: none;
}

.btn-orange {
  background-color: #fca209;
}

.btn-green {
  background-color: #ebfcd8;
  color: #000;
  border: 1px solid #0b8534;
}

.btn-gray:hover,
.btn-green:hover {
  color: #000 !important;
}

.btn-secure {
  background-color: #0b8534;
}

.btn-group {
  margin-top: 1em;
  margin-bottom: 1em;
}
.btn-group .btn {
  margin-left: 5px;
}

.article.title {
  margin-bottom: 15px;
  border-bottom: 1px solid #085c24;
  overflow: hidden;
}
.article.title .head {
  color: #085c24;
}
.article.title .more {
  margin-top: 8px;
}

.img-box {
  width: 220px;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: 700;
  border: 2px solid #ebebeb;
}
.img-box img {
  cursor: pointer;
}
.img-box .shop-info {
  font-size: 12px;
  padding: 10px 10px 5px;
}

.img-box:hover {
  border: 2px solid #e42c01;
}

.price {
  margin-bottom: 5px;
}
.price strong {
  color: #e42c01;
  font-size: 16px;
}
.price span {
  font-size: 12px;
  color: #808080;
  line-height: 26px;
}

.advert {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}

.advert img {
	width: 100%;
	height: 200px;
	border: 1px solid #bfbfbf;
}

.pic {
  vertical-align: middle;
  padding-right: 5px;
}

.green {
  color: #0dcb0f;
}

.orange {
  color: #d96b12;
}

.red {
  color: #e42c01;
}

.caption {
  margin-bottom: 10px;
  color: #085c24;
}

.data {
  height: 60px;
  line-height: 60px;
  padding: 0 15px;
  border: 1px solid #cccccc;
  border-top: none;
  background-color: #ffffff;
  overflow: hidden;
  font-family: "Microsoft YaHei", \5B8B\4F53, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.cap {
  border: 1px solid #cccccc;
  background-color: #ffffff;
  margin-bottom: 5px;
}
.cap .line {
  padding: 8px 20px;
}
.cap .line::after {
  content: '';
  display: block;
  clear: both;
}
.cap .line .left-title {
  float: left;
  color: #808080;
}
.cap .line li a {
  display: inline-block;
  padding-right: 10px;
}
.cap .line .now {
  color: #0b8534;
}
.cap .line:first-child {
  border-bottom: 1px solid #cccccc;
}

.tab {
  height: 40px;
  line-height: 39px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
.tab li {
  float: left;
}
.tab a {
  display: block;
  text-align: center;
  min-width: 120px;
  padding: 0 15px;
  color: #808080;
  border-right: 1px solid #cccccc;
}
.tab a:hover {
  color: #000;
}
.tab a.active {
  height: 39px;
  /* border-bottom: 2px solid #0b8534; */
  color: #000;
  background: #eeeeee;
}

.tab.top a.active {
  border-top: 2px solid #0b8534;
  color: #000;
  border-bottom: none;
}

.tab.no-border {
  border: none;
  border-bottom: 1px solid #cccccc;
}
.tab.no-border a {
  border-right: none;
}

.tab.bg a.active {
  height: 39px;
  border-bottom: none;
  background: #70dd63;
  color: #015a26;
}

.info {
  font-family: "Microsoft YaHei", \5B8B\4F53, "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 20px 40px;
  border: 1px solid #cccccc;
  margin-top: 10px;
}
.info:before, .info:after {
  content: " ";
  display: table;
}
.info:after {
  clear: both;
}
.info .h4 {
  padding-right: 20px;
}

.h-52 {
  min-height: 520px;
}

.nav-tab {
  background-color: #d8f5ba;
  border: 1px solid #a8e06e;
}

.nav-column {
  width: 230px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  /*height: 520px;*/
}

.column {
  padding: 20px;
  border-top: 1px solid #a8e06e;
}
.column:first-child {
  border-top: none;
}
.column .head {
  color: #339900;
}

.column-list {
  padding-left: 27px;
}
.column-list .list {
  display: block;
  padding-top: 10px;
}
.column-list .active {
  color: #d96b12;
}

.column-box {
  margin-left: 214px;
  min-height: 650px;
}
.column-box .table {
  color: #000;
}
.column-box .table thead th {
  background: #f0f0f0;
  color: #000;
}
.column-box .table-border thead tr {
  border: 1px solid #cccccc;
}

.details {
  background-color: #ffffff;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  padding: 15px 20px;
  overflow: hidden;
}
.details p {
  margin-top: 5px;
  margin-bottom: 0;
  padding-right: 30px;
}

.search-box {
  background-color: #d8f5ba;
  border: 1px solid #cccccc;
  padding-top: 10px;
  padding-right: 15px;
}
.search-box:before, .search-box:after {
  content: " ";
  display: table;
}
.search-box:after {
  clear: both;
}

.controls-row {
  margin-bottom: 10px;
  font-family: "Microsoft YaHei", \5B8B\4F53, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.controls-row .control-label {
  width: auto;
  float: left;
  margin-top: 2px;
  margin-bottom: 0;
}
.controls-row .controls-content {
  overflow: hidden;
}
.controls-row .controls-content p {
  margin-bottom: 0;
  padding-top: 2px;
}

.to {
  margin-left: 5px;
  margin-right: 5px;
  line-height: 27px;
}

input[class*="span"],
select[class*="span"] {
  padding-left: 10px;
  padding-right: 10px;
}

.select {
  height: 27px;
}

.border {
  border: 1px solid #cccccc;
}

.pd40 {
  padding: 40px 20px;
}

.rec-box {
  border: 1px solid #cccccc;
  padding-left: 20px;
  padding-right: 20px;
}

.rec-box input[type="radio"] {
  vertical-align: middle;
}

.racharge {
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
}

.bank {
  float: left;
  margin-right: 40px;
}

/* main end */
/* footer start */
.footer {
  position: relative;
  background-color: #ebeaea;
  padding-top: 45px;
  padding-bottom: 45px;
}

.copyright {
  text-align: center;
}

.footer-info {
  display: inline-block;
  margin-bottom: 10px;
  padding-left: 20px;
}

.footer-peg {
  padding-left: 10px;
}

/* footer end */
/* table start */
.table {
  width: 100%;
  max-width: 100%;
  font-family: "Microsoft YaHei", \5B8B\4F53, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.table th,
.table td {
  padding: 8px;
  line-height: 1.5;
  border-top: 1px solid #cccccc;
  font-weight: normal;
  text-align: left;
}
.table thead th,
.table tbody td {
  vertical-align: middle;
  border-bottom: 1px solid #cccccc;
}

.table thead th:first-child,
.table tbody td:first-child {
	padding-left: 20px;
}
.table thead th {
  background: #0b8534;
  color: #ffffff;
  white-space: nowrap;
}
.table input[type="text"] {
  width: 120px;
  text-align: center;
}

.table-border {
  border: 1px solid #cccccc;
}
.table-border tr {
  border: 1px solid #cccccc;
}
.table-border thead tr {
  border: 1px solid #0b8534;
}

.table-bordered {
  border: 1px solid #cccccc;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #cccccc;
}

.table-checkbox tr th:first-child,
.table-checkbox tr td:first-child {
  text-align: left;
}
.table-checkbox input[type="checkbox"] {
  margin-left: 10px;
  margin-right: 5px;
  width: 14px;
  height: 14px;
  border-radius: 0;
  vertical-align: sub;
}

/* table end */
/* pagination start */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 2px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 5px 10px;
  margin-left: -1px;
  line-height: 1.5;
  color: #005a80;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.pagination > li > a:focus, .pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #1e5e00;
  background-color: #eceeef;
  border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 2;
  color: #93daea;
  cursor: default;
  background-color: #0275d8;
  border-color: #0275d8;
}
.pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover,
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover {
  color: #818a91;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.loading{
	position: absolute;
	width: 24px;
	height: 24px;
	background-image: url("../images/loading.gif");
	background-position: center;
	background-repeat: no-repeat;
	top: 50%;
	left: 50%;
}
/* pagination end */

/*# sourceMappingURL=style.css.map */
.table-edit {
	padding-top: 20px;
	width: 100%;
	border: 1px solid #cccccc;
	
}
.table-edit tr:first-child td{
	padding-top: 20px!important;
}

.table-edit td:first-child {
	width: 120px;
	padding-left: 20px!important;
}

.table-edit td{
	vertical-align: baseline;
}

.large {
	width: 328px;
}

.table-edit input.btn.ml20 {
	margin-left: 200px;
}

#list-banner {
	width: 1540px;
	height: 450px;
	position: absolute;
	z-index: 6;
	left: 0;
}

#list-banner li {
	height: 100%;
	float: left;
}

.move-banner {
	float: left;
	display: block;
	height: 100%;
}
