.container,
img {
  box-sizing: border-box;
}

.nav li,
.navbar,
.navbar li {
  position: relative;
}

.dropdown-menu li.disabled,
table > tfoot {
  font-style: italic;
}

.breadcrumb,
.list-unstyled,
.nav li,
.navbar li {
  list-style: none;
}

.breadcrumb:after,
.button-group:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.navbar .navbar-header:after,
.navbar:after,
.row:after {
  clear: both;
}

.visible-lg,
.visible-lg-down,
.visible-lg-up,
.visible-md,
.visible-md-down,
.visible-md-up,
.visible-sm,
.visible-sm-down,
.visible-sm-up,
.visible-xs,
.visible-xs-down,
.visible-xs-up {
  display: none;
}

@media (min-width: 768px) and (max-width: 959px) {
  .visible-sm {
    display: block;
  }
}

@media (min-width: 960px) and (max-width: 1199px) {
  .visible-md {
    display: block;
  }
}

@media (min-width: 767px) {
  .visible-xs-up {
    display: block;
  }
}

@media (min-width: 959px) {
  .visible-sm-up {
    display: block;
  }
}

@media (min-width: 1199px) {
  .visible-md-up {
    display: block;
  }
}

@media (min-width: 1200px) {
  .visible-lg,
  .visible-lg-up {
    display: block;
  }
}

@media (max-width: 1px) {
  .visible-xs-down {
    display: block;
  }
}

@media (max-width: 768px) {
  .visible-sm-down {
    display: block;
  }
}

@media (max-width: 960px) {
  .visible-md-down {
    display: block;
  }
}

@media (max-width: 1200px) {
  .visible-lg-down {
    display: block;
  }
}

@media (max-width: 767px) {
  .visible-xs {
    display: block;
  }
  .hidden-xs {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 959px) {
  .hidden-sm {
    display: none;
  }
}

@media (min-width: 960px) and (max-width: 1199px) {
  .hidden-md {
    display: none;
  }
}

@media (min-width: 767px) {
  .hidden-xs-up {
    display: none;
  }
}

@media (min-width: 959px) {
  .hidden-sm-up {
    display: none;
  }
}

@media (min-width: 1199px) {
  .hidden-md-up {
    display: none;
  }
}

@media (min-width: 1200px) {
  .hidden-lg,
  .hidden-lg-up {
    display: none;
  }
}

@media (max-width: 1px) {
  .hidden-xs-down {
    display: none;
  }
}

@media (max-width: 768px) {
  .hidden-sm-down {
    display: none;
  }
}

@media (max-width: 960px) {
  .hidden-md-down {
    display: none;
  }
}

@media (max-width: 1200px) {
  .hidden-lg-down {
    display: none;
  }
}

.visible-print {
  display: none;
}

@media print {
  .visible-print {
    display: block;
  }
  .hidden-print {
    display: none;
  }
}

.show {
  display: block !important;
}

.hidden {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.clearfix:after,
.clearfix:before {
  content: ' ';
  display: table;
}

.block-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-indent {
  text-indent: 2em;
}

.text-primary {
  color: #267;
}

.text-success {
  color: #7b0;
}

.text-info {
  color: #39d;
}

.text-warning {
  color: #f80;
}

.text-danger {
  color: #d33;
}

.bg-primary {
  background-color: #278;
  color: #fff;
  padding: 1em;
}

.bg-success {
  background-color: #dff0d8;
  color: #006400;
  padding: 1em;
}

.bg-info {
  background-color: #d9edf7;
  color: #4682b4;
  padding: 1em;
}

.bg-warning {
  background-color: #fcf8e3;
  color: sienna;
  padding: 1em;
}

.bg-danger {
  background-color: #f2dede;
  color: #b22222;
  padding: 1em;
}

.m-t {
  margin-top: 15px !important;
}

.m-t-xs {
  margin-top: 10px !important;
}

.m-t-sm {
  margin-top: 20px !important;
}

.m-t-md {
  margin-top: 30px !important;
}

.m-t-lg {
  margin-top: 45px !important;
}

.m-r {
  margin-right: 15px !important;
}

.m-r-xs {
  margin-right: 10px !important;
}

.m-r-sm {
  margin-right: 20px !important;
}

.m-r-md {
  margin-right: 30px !important;
}

.m-r-lg {
  margin-right: 45px !important;
}

.m-b {
  margin-bottom: 15px !important;
}

.m-b-xs {
  margin-bottom: 10px !important;
}

.m-b-sm {
  margin-bottom: 20px !important;
}

.m-b-md {
  margin-bottom: 30px !important;
}

.m-b-lg {
  margin-bottom: 45px !important;
}

.m-l {
  margin-left: 15px !important;
}

.m-l-xs {
  margin-left: 10px !important;
}

.m-l-sm {
  margin-left: 20px !important;
}

.m-l-md {
  margin-left: 30px !important;
}

.m-l-lg {
  margin-left: 45px !important;
}

.m-n {
  margin: 0 !important;
}

.p-t {
  padding-top: 15px !important;
}

.p-t-xs {
  padding-top: 10px !important;
}

.p-t-sm {
  padding-top: 20px !important;
}

.p-t-md {
  padding-top: 30px !important;
}

.p-t-lg {
  padding-top: 45px !important;
}

.p-r {
  padding-right: 15px !important;
}

.p-r-xs {
  padding-right: 10px !important;
}

.p-r-sm {
  padding-right: 20px !important;
}

.p-r-md {
  padding-right: 30px !important;
}

.p-r-lg {
  padding-right: 45px !important;
}

.p-b {
  padding-bottom: 15px !important;
}

.p-b-xs {
  padding-bottom: 10px !important;
}

.p-b-sm {
  padding-bottom: 20px !important;
}

.p-b-md {
  padding-bottom: 30px !important;
}

.p-b-lg {
  padding-bottom: 45px !important;
}

.p-l {
  padding-left: 15px !important;
}

.p-l-xs {
  padding-left: 10px !important;
}

.p-l-sm {
  padding-left: 20px !important;
}

.p-l-md {
  padding-left: 30px !important;
}

.p-l-lg {
  padding-left: 45px !important;
}

.p-n {
  padding: 0 !important;
}

.badge {
  border-radius: 3px;
  padding: 2px 6px;
  font-size: 80%;
  background-color: #eee;
  color: #267;
}

.badge-danger,
.badge-info,
.badge-primary,
.badge-success,
.badge-warning {
  border-radius: 3px;
  padding: 2px 6px;
  font-size: 80%;
  color: #fff;
}

.badge-primary {
  background-color: #267;
}

.badge-success {
  background-color: #7b0;
}

.badge-info {
  background-color: #39d;
}

.badge-warning {
  background-color: #f80;
}

.badge-danger {
  background-color: #d33;
}

.badge-notification {
  border-radius: 1em !important;
}

a,
img {
  border: none;
}

html {
  font-family: 'Microsoft Yahei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #333;
}

body,
html {
  margin: 0;
}

a {
  text-decoration: none;
  color: #37b;
}

a:hover {
  color: #f55;
}

::selection {
  background: #ffa;
  color: #333;
  text-shadow: none;
}

code {
  color: #a00;
  background: #fee;
  padding: 2px 5px;
  line-height: 1em;
  margin: 0 3px;
  display: inline-block;
  font-family: Consolas, Monaco, 'Andale Mono', monospace;
}

.button-group:after,
.button-group:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
  display: table;
  content: ' ';
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.6em;
  margin: 0.5em 0;
  font-weight: 400;
}

ol li,
p,
ul li {
  line-height: 1.8em;
}

h1 {
  font-size: 38px;
}

h2 {
  font-size: 26px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

hr {
  border-color: #ddd;
  border-width: 0 0 1px;
}

p {
  margin: 1em 0 1.5em;
}

sub,
sup {
  font-size: 12px;
}

small {
  font-size: 70%;
  color: #777;
}

ol,
ul {
  margin: 1em 0;
  padding-left: 1.5em;
}

.list-unstyled {
  padding: 0;
}

dl,
dl.dl-horizontal {
  margin: 1em 0;
  line-height: 1.8em;
}

dl dt,
dl.dl-horizontal dt {
  font-weight: 700;
}

dl dd,
dl.dl-horizontal dd {
  margin: 0;
}

dl.dl-horizontal dt {
  width: 160px;
  float: left;
}

dl.dl-horizontal dd {
  padding-left: 190px;
}

img {
  max-width: 100%;
  height: auto;
}

img.img-rounded {
  border-radius: 1em;
}

img.img-circle {
  border-radius: 50%;
}

img.img-thumbnail {
  border: 1px solid #ddd;
  padding: 5px;
  background: #fff;
}

.container,
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

img.img-preserve {
  max-width: auto;
}

@media (min-width: 768px) {
  .container {
    width: 738px;
  }
}

@media (min-width: 960px) {
  .container {
    width: 930px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  box-sizing: border-box;
}

.col-xs-1-10,
.col-xs-1-12,
.col-xs-10-10,
.col-xs-10-12,
.col-xs-11-12,
.col-xs-12-12,
.col-xs-2-10,
.col-xs-2-12,
.col-xs-3-10,
.col-xs-3-12,
.col-xs-4-10,
.col-xs-4-12,
.col-xs-5-10,
.col-xs-5-12,
.col-xs-6-10,
.col-xs-6-12,
.col-xs-7-10,
.col-xs-7-12,
.col-xs-8-10,
.col-xs-8-12,
.col-xs-9-10,
.col-xs-9-12 {
  padding: 0 15px;
  box-sizing: border-box;
  float: left;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1-12 {
  width: 8.33333%;
}

.col-xs-2-12 {
  width: 16.66667%;
}

.col-xs-3-12 {
  width: 25%;
}

.col-xs-4-12 {
  width: 33.33333%;
}

.col-xs-5-12 {
  width: 41.66667%;
}

.col-xs-6-12 {
  width: 50%;
}

.col-xs-7-12 {
  width: 58.33333%;
}

.col-xs-8-12 {
  width: 66.66667%;
}

.col-xs-9-12 {
  width: 75%;
}

.col-xs-10-12 {
  width: 83.33333%;
}

.col-xs-11-12 {
  width: 91.66667%;
}

.col-xs-12-12 {
  width: 100%;
}

@media (min-width: 768px) {
  .col-sm-1-12 {
    width: 8.33333%;
  }
  .col-sm-2-12 {
    width: 16.66667%;
  }
  .col-sm-3-12 {
    width: 25%;
  }
  .col-sm-4-12 {
    width: 33.33333%;
  }
  .col-sm-5-12 {
    width: 41.66667%;
  }
  .col-sm-6-12 {
    width: 50%;
  }
  .col-sm-7-12 {
    width: 58.33333%;
  }
  .col-sm-8-12 {
    width: 66.66667%;
  }
  .col-sm-9-12 {
    width: 75%;
  }
  .col-sm-10-12 {
    width: 83.33333%;
  }
  .col-sm-11-12 {
    width: 91.66667%;
  }
  .col-sm-12-12 {
    width: 100%;
  }
  .col-sm-1-12,
  .col-sm-10-12,
  .col-sm-11-12,
  .col-sm-12-12,
  .col-sm-2-12,
  .col-sm-3-12,
  .col-sm-4-12,
  .col-sm-5-12,
  .col-sm-6-12,
  .col-sm-7-12,
  .col-sm-8-12,
  .col-sm-9-12 {
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
    flex: none;
  }
}

@media (min-width: 960px) {
  .col-md-1-12 {
    width: 8.33333%;
  }
  .col-md-2-12 {
    width: 16.66667%;
  }
  .col-md-3-12 {
    width: 25%;
  }
  .col-md-4-12 {
    width: 33.33333%;
  }
  .col-md-5-12 {
    width: 41.66667%;
  }
  .col-md-6-12 {
    width: 50%;
  }
  .col-md-7-12 {
    width: 58.33333%;
  }
  .col-md-8-12 {
    width: 66.66667%;
  }
  .col-md-9-12 {
    width: 75%;
  }
  .col-md-10-12 {
    width: 83.33333%;
  }
  .col-md-11-12 {
    width: 91.66667%;
  }
  .col-md-12-12 {
    width: 100%;
  }
  .col-md-1-12,
  .col-md-10-12,
  .col-md-11-12,
  .col-md-12-12,
  .col-md-2-12,
  .col-md-3-12,
  .col-md-4-12,
  .col-md-5-12,
  .col-md-6-12,
  .col-md-7-12,
  .col-md-8-12,
  .col-md-9-12 {
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
    flex: none;
  }
}

@media (min-width: 1200px) {
  .col-lg-1-12 {
    width: 8.33333%;
  }
  .col-lg-2-12 {
    width: 16.66667%;
  }
  .col-lg-3-12 {
    width: 25%;
  }
  .col-lg-4-12 {
    width: 33.33333%;
  }
  .col-lg-5-12 {
    width: 41.66667%;
  }
  .col-lg-6-12 {
    width: 50%;
  }
  .col-lg-7-12 {
    width: 58.33333%;
  }
  .col-lg-8-12 {
    width: 66.66667%;
  }
  .col-lg-9-12 {
    width: 75%;
  }
  .col-lg-10-12 {
    width: 83.33333%;
  }
  .col-lg-11-12 {
    width: 91.66667%;
  }
  .col-lg-12-12 {
    width: 100%;
  }
  .col-lg-1-12,
  .col-lg-10-12,
  .col-lg-11-12,
  .col-lg-12-12,
  .col-lg-2-12,
  .col-lg-3-12,
  .col-lg-4-12,
  .col-lg-5-12,
  .col-lg-6-12,
  .col-lg-7-12,
  .col-lg-8-12,
  .col-lg-9-12 {
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
    flex: none;
  }
}

.col-xs-1-10 {
  width: 10%;
}

.col-xs-2-10 {
  width: 20%;
}

.col-xs-3-10 {
  width: 30%;
}

.col-xs-4-10 {
  width: 40%;
}

.col-xs-5-10 {
  width: 50%;
}

.col-xs-6-10 {
  width: 60%;
}

.col-xs-7-10 {
  width: 70%;
}

.col-xs-8-10 {
  width: 80%;
}

.col-xs-9-10 {
  width: 90%;
}

.col-xs-10-10 {
  width: 100%;
}

@media (min-width: 768px) {
  .col-sm-1-10 {
    width: 10%;
  }
  .col-sm-2-10 {
    width: 20%;
  }
  .col-sm-3-10 {
    width: 30%;
  }
  .col-sm-4-10 {
    width: 40%;
  }
  .col-sm-5-10 {
    width: 50%;
  }
  .col-sm-6-10 {
    width: 60%;
  }
  .col-sm-7-10 {
    width: 70%;
  }
  .col-sm-8-10 {
    width: 80%;
  }
  .col-sm-9-10 {
    width: 90%;
  }
  .col-sm-10-10 {
    width: 100%;
  }
  .col-sm-1-10,
  .col-sm-10-10,
  .col-sm-2-10,
  .col-sm-3-10,
  .col-sm-4-10,
  .col-sm-5-10,
  .col-sm-6-10,
  .col-sm-7-10,
  .col-sm-8-10,
  .col-sm-9-10 {
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
    flex: none;
  }
}

@media (min-width: 960px) {
  .col-md-1-10 {
    width: 10%;
  }
  .col-md-2-10 {
    width: 20%;
  }
  .col-md-3-10 {
    width: 30%;
  }
  .col-md-4-10 {
    width: 40%;
  }
  .col-md-5-10 {
    width: 50%;
  }
  .col-md-6-10 {
    width: 60%;
  }
  .col-md-7-10 {
    width: 70%;
  }
  .col-md-8-10 {
    width: 80%;
  }
  .col-md-9-10 {
    width: 90%;
  }
  .col-md-10-10 {
    width: 100%;
  }
  .col-md-1-10,
  .col-md-10-10,
  .col-md-2-10,
  .col-md-3-10,
  .col-md-4-10,
  .col-md-5-10,
  .col-md-6-10,
  .col-md-7-10,
  .col-md-8-10,
  .col-md-9-10 {
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
    flex: none;
  }
}

@media (min-width: 1200px) {
  .col-lg-1-10 {
    width: 10%;
  }
  .col-lg-2-10 {
    width: 20%;
  }
  .col-lg-3-10 {
    width: 30%;
  }
  .col-lg-4-10 {
    width: 40%;
  }
  .col-lg-5-10 {
    width: 50%;
  }
  .col-lg-6-10 {
    width: 60%;
  }
  .col-lg-7-10 {
    width: 70%;
  }
  .col-lg-8-10 {
    width: 80%;
  }
  .col-lg-9-10 {
    width: 90%;
  }
  .col-lg-10-10 {
    width: 100%;
  }
  .col-lg-1-10,
  .col-lg-10-10,
  .col-lg-2-10,
  .col-lg-3-10,
  .col-lg-4-10,
  .col-lg-5-10,
  .col-lg-6-10,
  .col-lg-7-10,
  .col-lg-8-10,
  .col-lg-9-10 {
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
    flex: none;
  }
}

.col-lg-1-10,
.col-lg-1-12,
.col-lg-10-10,
.col-lg-10-12,
.col-lg-11-12,
.col-lg-12-12,
.col-lg-2-10,
.col-lg-2-12,
.col-lg-3-10,
.col-lg-3-12,
.col-lg-4-10,
.col-lg-4-12,
.col-lg-5-10,
.col-lg-5-12,
.col-lg-6-10,
.col-lg-6-12,
.col-lg-7-10,
.col-lg-7-12,
.col-lg-8-10,
.col-lg-8-12,
.col-lg-9-10,
.col-lg-9-12,
.col-md-1-10,
.col-md-1-12,
.col-md-10-10,
.col-md-10-12,
.col-md-11-12,
.col-md-12-12,
.col-md-2-10,
.col-md-2-12,
.col-md-3-10,
.col-md-3-12,
.col-md-4-10,
.col-md-4-12,
.col-md-5-10,
.col-md-5-12,
.col-md-6-10,
.col-md-6-12,
.col-md-7-10,
.col-md-7-12,
.col-md-8-10,
.col-md-8-12,
.col-md-9-10,
.col-md-9-12,
.col-sm-1-10,
.col-sm-1-12,
.col-sm-10-10,
.col-sm-10-12,
.col-sm-11-12,
.col-sm-12-12,
.col-sm-2-10,
.col-sm-2-12,
.col-sm-3-10,
.col-sm-3-12,
.col-sm-4-10,
.col-sm-4-12,
.col-sm-5-10,
.col-sm-5-12,
.col-sm-6-10,
.col-sm-6-12,
.col-sm-7-10,
.col-sm-7-12,
.col-sm-8-10,
.col-sm-8-12,
.col-sm-9-10,
.col-sm-9-12,
.col-xs-1-10,
.col-xs-1-12,
.col-xs-10-10,
.col-xs-10-12,
.col-xs-11-12,
.col-xs-12-12,
.col-xs-2-10,
.col-xs-2-12,
.col-xs-3-10,
.col-xs-3-12,
.col-xs-4-10,
.col-xs-4-12,
.col-xs-5-10,
.col-xs-5-12,
.col-xs-6-10,
.col-xs-6-12,
.col-xs-7-10,
.col-xs-7-12,
.col-xs-8-10,
.col-xs-8-12,
.col-xs-9-10,
.col-xs-9-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  border-bottom: 1px solid #ddd;
}

table > tbody > tr > td,
table > tbody > tr > th,
table > tfoot > tr > td,
table > tfoot > tr > th,
table > thead > tr > td,
table > thead > tr > th {
  padding: 1em;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

table > thead > tr > td,
table > thead > tr > th {
  border-bottom-width: 2px;
}

table > tfoot {
  color: #888;
}

.button,
.button:hover {
  color: #333;
}

.table-bordered,
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border-bottom-width: 2px;
}

.table-unstyled,
.table-unstyled > tbody > tr > td,
.table-unstyled > tbody > tr > th,
.table-unstyled > tfoot > tr > td,
.table-unstyled > tfoot > tr > th,
.table-unstyled > thead > tr > td,
.table-unstyled > thead > tr > th {
  border: none;
}

.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  padding: 0.5em;
}

.button,
.button-danger,
.button-info,
.button-primary,
.button-success,
.button-warning {
  box-sizing: border-box;
  padding: 0.5em 1em;
  font-family: 'Microsoft Yahei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  word-spacing: normal;
  font-size: 14px;
}

.table-striped tbody > tr:nth-of-type(odd) {
  background: #fafafa;
}

.button,
.table-hover tbody > tr:hover {
  background: #f2f2f2;
}

.button {
  border: 1px solid #e1e1e1;
}

.button-danger,
.button-danger:hover,
.button-info:hover,
.button-primary,
.button-primary:hover,
.button-success,
.button-success:hover,
.button-warning,
.button-warning:hover {
  color: #fff;
}

.button.active,
.button:hover {
  background: #fff;
  border: 1px solid #f2f2f2;
}

.button-primary {
  background: #267;
  border: 1px solid #156;
}

.button-primary.active,
.button-primary:hover {
  background: #378;
  border: 1px solid #267;
}

.button-success {
  background: #7b0;
  border: 1px solid #6a0;
}

.button-success.active,
.button-success:hover {
  background: #8c1;
  border: 1px solid #7b0;
}

.button-info {
  color: #fff;
  background: #39d;
  border: 1px solid #28c;
}

.button-info.active,
.button-info:hover {
  background: #4ae;
  border: 1px solid #39d;
}

.button-warning {
  background: #f80;
  border: 1px solid #e70;
}

.button-warning.active,
.button-warning:hover {
  background: #f91;
  border: 1px solid #f80;
}

.button-danger {
  background: #d33;
  border: 1px solid #c22;
}

.button-danger.active,
.button-danger:hover {
  background: #e44;
  border: 1px solid #d33;
}

.button-xs {
  font-size: 12px;
  padding: 1px 5px;
}

.button-sm {
  font-size: 12px;
  padding: 5px 10px;
}

.button-md {
  font-size: 22px;
}

.button-lg {
  font-size: 30px;
}

button[disabled],
button[disabled]:hover {
  color: #aaa;
  background-color: #eee;
  border-color: #ddd;
  cursor: not-allowed;
}

.nav li > a,
.navbar li > a {
  display: block;
  line-height: 20px;
}

.button-group button {
  float: left;
  margin-left: -1px;
}

.button-group button:first-child {
  margin-left: 0;
}

.nav {
  margin: 0;
  padding: 0;
}

.nav li > a {
  padding: 15px;
  color: #333;
}

.nav li > a:hover {
  color: #000;
}

.navbar {
  padding: 0;
  margin: 0;
  background: #f2f2f2;
}

.navbar li.active {
  background: #e1e1e1;
}

.navbar li > a {
  padding: 15px;
  color: #333;
}

.navbar li > a:hover {
  color: #000;
}

.navbar .navbar-header {
  float: left;
}

.navbar .navbar-header:after,
.navbar .navbar-header:before {
  content: ' ';
  display: table;
}

.navbar .navbar-header .navbar-logo {
  float: left;
  height: 20px;
  margin: 15px;
  line-height: 20px;
  font-weight: 700;
}

.navbar .navbar-header .navbar-toggle {
  margin: 10px 15px;
  height: 30px;
  border: 1px solid #ddd;
  padding: 6px 10px;
  display: none;
}

.navbar .navbar-nav {
  list-style-type: none;
  padding: 0;
  margin: 0;
  float: left;
}

.navbar .navbar-nav li {
  float: left;
}

.navbar .navbar-right {
  float: right;
}

.navbar:after,
.navbar:before {
  content: ' ';
  display: table;
}

.dropdown-menu {
  position: absolute;
  padding: 5px 0;
  margin: 0;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
  min-width: 160px;
  display: none;
  z-index: 999;
}

.dropdown-menu li {
  float: none !important;
}

.dropdown-menu li.header {
  padding: 6px 15px;
  margin: 0;
  font-weight: 700;
  color: #555;
}

.dropdown-menu li.disabled,
.dropdown-menu li.disabled a {
  color: #ddd;
  cursor: not-allowed;
}

.dropdown-menu li.disabled a:hover {
  background: 0 0;
}

.dropdown-menu li.active,
.dropdown-menu li.active a {
  background: #e1e1e1;
}

.dropdown-menu li.divider {
  margin: 5px 0;
  border-top: 1px solid #ddd;
  line-height: 0;
  height: 0;
}

.dropdown-menu li a {
  color: #333;
  display: block;
  padding: 6px 15px;
}

.dropdown-menu li a:hover {
  background: #e9e9e9;
}

.navbar-default {
  background: #f2f2f2;
  border: 1px solid #ddd;
}

.navbar-default li.active {
  background: #e1e1e1;
}

.navbar-inverse {
  color: #f2f2f2;
  background: #267;
  border: none;
}

.navbar-inverse li.active,
.navbar-inverse li.active > a {
  background: #045 !important;
}

.navbar-inverse li > a {
  color: #f2f2f2;
}

.navbar-inverse li > a:hover {
  color: #fff;
  background: #195d6e;
}

.navbar-inverse li .dropdown-menu li {
  background: #fff;
}

.navbar-inverse li .dropdown-menu li > a {
  color: #267;
}

.navbar-inverse li .dropdown-menu li.active > a,
.navbar-inverse li .dropdown-menu li > a:hover {
  color: #fff;
}

.navbar-inverse li .dropdown-menu li.disabled > a {
  color: #ddd;
}

@media (max-width: 479px) {
  .navbar-xs .navbar-header,
  .navbar-xs .navbar-nav,
  .navbar-xs .navbar-nav li {
    float: none;
  }
  .navbar-xs .navbar-header:after,
  .navbar-xs .navbar-header:before {
    content: ' ';
    display: table;
  }
  .navbar-xs .navbar-header:after {
    clear: both;
  }
  .navbar-xs .navbar-header .navbar-toggle {
    display: block;
  }
  .navbar-xs .dropdown-menu {
    position: relative;
    box-shadow: none;
    border: none;
    background: #f2f2f2;
    color: #333;
  }
  .navbar-xs .dropdown-menu li.header {
    padding-left: 20px;
  }
  .navbar-xs .dropdown-menu li a {
    color: #333;
    padding-left: 20px;
  }
  .navbar-xs .dropdown-menu li a:hover {
    background: 0 0;
  }
}

@media (max-width: 767px) {
  .navbar-sm .navbar-header,
  .navbar-sm .navbar-nav,
  .navbar-sm .navbar-nav li {
    float: none;
  }
  .navbar-sm .navbar-header:after,
  .navbar-sm .navbar-header:before {
    content: ' ';
    display: table;
  }
  .navbar-sm .navbar-header:after {
    clear: both;
  }
  .navbar-sm .navbar-header .navbar-toggle {
    display: block;
  }
  .navbar-sm .dropdown-menu {
    position: relative;
    box-shadow: none;
    border: none;
    background: #f2f2f2;
    color: #333;
  }
  .navbar-sm .dropdown-menu li.header {
    padding-left: 20px;
  }
  .navbar-sm .dropdown-menu li a {
    color: #333;
    padding-left: 20px;
  }
  .navbar-sm .dropdown-menu li a:hover {
    background: 0 0;
  }
}

@media (max-width: 959px) {
  .navbar-md .navbar-header,
  .navbar-md .navbar-nav,
  .navbar-md .navbar-nav li {
    float: none;
  }
  .navbar-md .navbar-header:after,
  .navbar-md .navbar-header:before {
    content: ' ';
    display: table;
  }
  .navbar-md .navbar-header:after {
    clear: both;
  }
  .navbar-md .navbar-header .navbar-toggle {
    display: block;
  }
  .navbar-md .dropdown-menu {
    position: relative;
    box-shadow: none;
    border: none;
    background: #f2f2f2;
    color: #333;
  }
  .navbar-md .dropdown-menu li.header {
    padding-left: 20px;
  }
  .navbar-md .dropdown-menu li a {
    color: #333;
    padding-left: 20px;
  }
  .navbar-md .dropdown-menu li a:hover {
    background: 0 0;
  }
}

@media (max-width: 1199px) {
  .navbar-lg .navbar-header,
  .navbar-lg .navbar-nav,
  .navbar-lg .navbar-nav li {
    float: none;
  }
  .navbar-lg .navbar-header:after,
  .navbar-lg .navbar-header:before {
    content: ' ';
    display: table;
  }
  .navbar-lg .navbar-header:after {
    clear: both;
  }
  .navbar-lg .navbar-header .navbar-toggle {
    display: block;
  }
  .navbar-lg .dropdown-menu {
    position: relative;
    box-shadow: none;
    border: none;
    background: #f2f2f2;
    color: #333;
  }
  .navbar-lg .dropdown-menu li.header {
    padding-left: 20px;
  }
  .navbar-lg .dropdown-menu li a {
    color: #333;
    padding-left: 20px;
  }
  .navbar-lg .dropdown-menu li a:hover {
    background: 0 0;
  }
}

.breadcrumb {
  padding: 0;
  margin: 0.6em 0;
}

.breadcrumb:after,
.breadcrumb:before {
  content: ' ';
  display: table;
}

.breadcrumb li {
  float: left;
  margin-right: 1.6em;
  position: relative;
}

.breadcrumb li:after {
  content: '/';
  position: absolute;
  right: -1.2em;
  font-size: 0.5em;
  color: #999;
}

.breadcrumb li:last-child {
  overflow: hidden;
}

body {
  font-family: '宋体';
  font-size: 12px;
}

.img {
  border: solid #000000 1px;
}

.song14 {
  font-family: '宋体';
  font-size: 14px;
  color: #000000;
  line-height: 30px;
}

#jiazai {
  display: none;
}

.input {
  border: solid;
  border-color: #829cb5;
  border-width: 1px;
  height: 18px;
  width: 320px;
  color: #666666;
}

.input2 {
  border: solid;
  border-color: #acacac;
  border-width: 1px;
  height: 20px;
}

.daohang {
  font-family: '宋体';
  font-size: 14px;
  color: #595e1e;
}

.daohang a:link {
  font-family: '宋体';
  font-size: 0px;
  color: #ffffff;
  text-decoration: none;
}

.daohang a:visited {
  font-family: '宋体';
  font-size: 0px;
  color: #ffffff;
  text-decoration: none;
}

.daohang a:hover {
  font-family: '宋体';
  font-size: 0px;
  color: #ffffff;
  text-decoration: none;
}

.song12 {
  font-family: '宋体';
  font-size: 12px;
  color: #666666;
}

.song12 a:link {
  font-family: '宋体';
  font-size: 12px;
  color: #666666;
  text-decoration: none;
}

.song12 a:visited {
  font-family: '宋体';
  font-size: 12px;
  color: #666666;
  text-decoration: none;
}

.song12 a:hover {
  font-family: '宋体';
  font-size: 12px;
  color: #666666;
  text-decoration: none;
}

.hei14 {
  font-family: '宋体';
  font-size: 14px;
  color: #333333;
}

.hei14 a:link {
  font-family: '宋体';
  font-size: 14px;
  color: #333333;
  text-decoration: none;
}

.hei14 a:visited {
  font-family: '宋体';
  font-size: 14px;
  color: #333333;
  text-decoration: none;
}

.hei14 a:hover {
  font-family: '宋体';
  font-size: 14px;
  color: #333333;
  text-decoration: underline;
}

.lv16 {
  font-family: '宋体';
  font-size: 16px;
  color: #336600;
  font-weight: bold;
  line-height: 18px;
}

.lv16 a:link {
  font-family: '宋体';
  font-size: 16px;
  color: #336600;
  font-weight: bold;
  text-decoration: none;
}

.lv16 a:visited {
  font-family: '宋体';
  font-size: 16px;
  color: #336600;
  font-weight: bold;
  text-decoration: none;
}

.lv16 a:hover {
  font-family: '宋体';
  font-size: 16px;
  color: #336600;
  font-weight: bold;
  text-decoration: underline;
}

.lv12 {
  font-family: '宋体';
  font-size: 12px;
  color: #336600;
  line-height: 22px;
  padding-bottom: 20px;
  border-bottom: dashed 1px;
}

.lv12 a:link {
  font-family: '宋体';
  font-size: 12px;
  color: #336600;
  text-decoration: none;
}

.lv12 a:visited {
  font-family: '宋体';
  font-size: 12px;
  color: #336600;
  text-decoration: none;
}

.lv12 a:hover {
  font-family: '宋体';
  font-size: 12px;
  color: #336600;
  text-decoration: underline;
}

.lv14 {
  font-family: '宋体';
  font-size: 14px;
  color: #336600;
  line-height: 22px;
  padding-bottom: 20px;
  border-bottom: dashed 1px;
}

.lv14 a:link {
  font-family: '宋体';
  font-size: 14px;
  color: #336600;
  text-decoration: none;
}

.lv14 a:visited {
  font-family: '宋体';
  font-size: 14px;
  color: #336600;
  text-decoration: none;
}

.lv14 a:hover {
  font-family: '宋体';
  font-size: 14px;
  color: #336600;
  text-decoration: underline;
}

.hei12 {
  font-family: '宋体';
  font-size: 12px;
  color: #333333;
  line-height: 20px;
}

.hei12 a:link {
  font-family: '宋体';
  font-size: 12px;
  color: #333333;
  line-height: 20px;
  text-decoration: none;
}

.hei12 a:visited {
  font-family: '宋体';
  font-size: 12px;
  color: #333333;
  line-height: 20px;
  text-decoration: none;
}

.hei12 a:hover {
  font-family: '宋体';
  font-size: 12px;
  color: #00000;
  line-height: 20px;
  text-decoration: underline;
}

/****************加载框的风格*******************/

.border_5 {
  border: 1px solid #6ea9f6;

  width: 348px;

  height: 198px;
}

.b0rder_0 {
  background-color: #ffffff;

  border: 1px solid #6ea9f6;

  font-size: 12pt;

  color: #f8710d;
}

.positondiv {
  position: absolute;

  z-index: 1100;
}

a {
  cursor: pointer;
}

.add_block_process {
  position: absolute;
  top: 150px;
  left: 400px;
  width: 350px;
  height: 200px;
  border: 1px solid #000000;
  z-index: 1100;
  display: block !important;
}

/*公共*/

/*CSS Digg style pagination*/

DIV.digg {
  padding-right: 3px;
  padding-left: 3px;
  padding-bottom: 3px;
  margin: 3px;
  padding-top: 3px;
  text-align: center;
}
DIV.digg A {
  border-right: #aaaadd 1px solid;
  padding-right: 5px;
  border-top: #aaaadd 1px solid;
  padding-left: 5px;
  padding-bottom: 2px;
  margin: 2px;
  border-left: #aaaadd 1px solid;
  color: #000099;
  padding-top: 2px;
  border-bottom: #aaaadd 1px solid;
  text-decoration: none;
}
DIV.digg A:hover {
  border-right: #000099 1px solid;
  border-top: #000099 1px solid;
  border-left: #000099 1px solid;
  color: #000;
  border-bottom: #000099 1px solid;
}
DIV.digg A:active {
  border-right: #000099 1px solid;
  border-top: #000099 1px solid;
  border-left: #000099 1px solid;
  color: #000;
  border-bottom: #000099 1px solid;
}
DIV.digg SPAN.current {
  border-right: #000099 1px solid;
  padding-right: 5px;
  border-top: #000099 1px solid;
  padding-left: 5px;
  font-weight: bold;
  padding-bottom: 2px;
  margin: 2px;
  border-left: #000099 1px solid;
  color: #fff;
  padding-top: 2px;
  border-bottom: #000099 1px solid;
  background-color: #000099;
}
DIV.digg SPAN.disabled {
  border-right: #eee 1px solid;
  padding-right: 5px;
  border-top: #eee 1px solid;
  padding-left: 5px;
  padding-bottom: 2px;
  margin: 2px;
  border-left: #eee 1px solid;
  color: #ddd;
  padding-top: 2px;
  border-bottom: #eee 1px solid;
}

/*CSS yahoo style pagination*/

DIV.yahoo {
  padding-right: 3px;
  padding-left: 3px;
  padding-bottom: 3px;
  margin: 3px;
  padding-top: 3px;
  text-align: center;
}
DIV.yahoo A {
  border-right: #fff 1px solid;
  padding-right: 5px;
  border-top: #fff 1px solid;
  padding-left: 5px;
  padding-bottom: 2px;
  margin: 2px;
  border-left: #fff 1px solid;
  color: #000099;
  padding-top: 2px;
  border-bottom: #fff 1px solid;
  text-decoration: underline;
}
DIV.yahoo A:hover {
  border-right: #000099 1px solid;
  border-top: #000099 1px solid;
  border-left: #000099 1px solid;
  color: #000;
  border-bottom: #000099 1px solid;
}
DIV.yahoo A:active {
  border-right: #000099 1px solid;
  border-top: #000099 1px solid;
  border-left: #000099 1px solid;
  color: #f00;
  border-bottom: #000099 1px solid;
}
DIV.yahoo SPAN.current {
  border-right: #fff 1px solid;
  padding-right: 5px;
  border-top: #fff 1px solid;
  padding-left: 5px;
  font-weight: bold;
  padding-bottom: 2px;
  margin: 2px;
  border-left: #fff 1px solid;
  color: #000;
  padding-top: 2px;
  border-bottom: #fff 1px solid;
  background-color: #fff;
}
DIV.yahoo SPAN.disabled {
  border-right: #eee 1px solid;
  padding-right: 5px;
  border-top: #eee 1px solid;
  padding-left: 5px;
  padding-bottom: 2px;
  margin: 2px;
  border-left: #eee 1px solid;
  color: #ddd;
  padding-top: 2px;
  border-bottom: #eee 1px solid;
}

/*CSS meneame style pagination*/

DIV.meneame {
  padding-right: 3px;
  padding-left: 3px;
  font-size: 80%;
  padding-bottom: 3px;
  margin: 3px;
  color: #ff6500;
  padding-top: 3px;
  text-align: center;
}
DIV.meneame A {
  border-right: #ff9600 1px solid;
  padding-right: 7px;
  background-position: 50% bottom;
  border-top: #ff9600 1px solid;
  padding-left: 7px;
  background-image: url(meneame.jpg);
  padding-bottom: 5px;
  border-left: #ff9600 1px solid;
  color: #ff6500;
  margin-right: 3px;
  padding-top: 5px;
  border-bottom: #ff9600 1px solid;
  text-decoration: none;
}
DIV.meneame A:hover {
  border-right: #ff9600 1px solid;
  border-top: #ff9600 1px solid;
  background-image: none;
  border-left: #ff9600 1px solid;
  color: #ff6500;
  border-bottom: #ff9600 1px solid;
  background-color: #ffc794;
}
DIV.meneame A:active {
  border-right: #ff9600 1px solid;
  border-top: #ff9600 1px solid;
  background-image: none;
  border-left: #ff9600 1px solid;
  color: #ff6500;
  border-bottom: #ff9600 1px solid;
  background-color: #ffc794;
}
DIV.meneame SPAN.current {
  border-right: #ff6500 1px solid;
  padding-right: 7px;
  border-top: #ff6500 1px solid;
  padding-left: 7px;
  font-weight: bold;
  padding-bottom: 5px;
  border-left: #ff6500 1px solid;
  color: #ff6500;
  margin-right: 3px;
  padding-top: 5px;
  border-bottom: #ff6500 1px solid;
  background-color: #ffbe94;
}
DIV.meneame SPAN.disabled {
  border-right: #ffe3c6 1px solid;
  padding-right: 7px;
  border-top: #ffe3c6 1px solid;
  padding-left: 7px;
  padding-bottom: 5px;
  border-left: #ffe3c6 1px solid;
  color: #ffe3c6;
  margin-right: 3px;
  padding-top: 5px;
  border-bottom: #ffe3c6 1px solid;
}

/*CSS flickr style pagination*/

DIV.flickr {
  padding-right: 3px;
  padding-left: 3px;
  padding-bottom: 3px;
  margin: 3px;
  padding-top: 3px;
  text-align: center;
}
DIV.flickr A {
  border-right: #dedfde 1px solid;
  padding-right: 6px;
  background-position: 50% bottom;
  border-top: #dedfde 1px solid;
  padding-left: 6px;
  padding-bottom: 2px;
  border-left: #dedfde 1px solid;
  color: #0061de;
  margin-right: 3px;
  padding-top: 2px;
  border-bottom: #dedfde 1px solid;
  text-decoration: none;
}
DIV.flickr A:hover {
  border-right: #000 1px solid;
  border-top: #000 1px solid;
  background-image: none;
  border-left: #000 1px solid;
  color: #fff;
  border-bottom: #000 1px solid;
  background-color: #0061de;
}
DIV.meneame A:active {
  border-right: #000 1px solid;
  border-top: #000 1px solid;
  background-image: none;
  border-left: #000 1px solid;
  color: #fff;
  border-bottom: #000 1px solid;
  background-color: #0061de;
}
DIV.flickr SPAN.current {
  padding-right: 6px;
  padding-left: 6px;
  font-weight: bold;
  padding-bottom: 2px;
  color: #ff0084;
  margin-right: 3px;
  padding-top: 2px;
}
DIV.flickr SPAN.disabled {
  padding-right: 6px;
  padding-left: 6px;
  padding-bottom: 2px;
  color: #adaaad;
  margin-right: 3px;
  padding-top: 2px;
}

/*CSS sabrosus style pagination*/

DIV.sabrosus {
  padding-right: 3px;
  padding-left: 3px;
  padding-bottom: 3px;
  margin: 3px;
  padding-top: 3px;
  text-align: center;
}
DIV.sabrosus A {
  border-right: #9aafe5 1px solid;
  padding-right: 5px;
  border-top: #9aafe5 1px solid;
  padding-left: 5px;
  padding-bottom: 2px;
  border-left: #9aafe5 1px solid;
  color: #2e6ab1;
  margin-right: 2px;
  padding-top: 2px;
  border-bottom: #9aafe5 1px solid;
  text-decoration: none;
}
DIV.sabrosus A:hover {
  border-right: #2b66a5 1px solid;
  border-top: #2b66a5 1px solid;
  border-left: #2b66a5 1px solid;
  color: #000;
  border-bottom: #2b66a5 1px solid;
  background-color: lightyellow;
}
DIV.pagination A:active {
  border-right: #2b66a5 1px solid;
  border-top: #2b66a5 1px solid;
  border-left: #2b66a5 1px solid;
  color: #000;
  border-bottom: #2b66a5 1px solid;
  background-color: lightyellow;
}
DIV.sabrosus SPAN.current {
  border-right: navy 1px solid;
  padding-right: 5px;
  border-top: navy 1px solid;
  padding-left: 5px;
  font-weight: bold;
  padding-bottom: 2px;
  border-left: navy 1px solid;
  color: #fff;
  margin-right: 2px;
  padding-top: 2px;
  border-bottom: navy 1px solid;
  background-color: #2e6ab1;
}
DIV.sabrosus SPAN.disabled {
  border-right: #929292 1px solid;
  padding-right: 5px;
  border-top: #929292 1px solid;
  padding-left: 5px;
  padding-bottom: 2px;
  border-left: #929292 1px solid;
  color: #929292;
  margin-right: 2px;
  padding-top: 2px;
  border-bottom: #929292 1px solid;
}

/*CSS scott style pagination*/

DIV.scott {
  padding-right: 3px;
  padding-left: 3px;
  padding-bottom: 3px;
  margin: 3px;
  padding-top: 3px;
  text-align: center;
}
.page_div button {
  border-right: #ddd 1px solid;
  padding-right: 5px;
  border-top: #ddd 1px solid;
  padding-left: 5px;
  padding-bottom: 2px;
  border-left: #ddd 1px solid;
  color: #88af3f;
  margin: 0 5px;
  padding-top: 2px;
  border-bottom: #ddd 1px solid;
  text-decoration: none;
  background: transparent;
  outline: none;
  line-height: 1.2;
  cursor: pointer;
}
.page_div button:hover {
  border-right: #85bd1e 1px solid;
  border-top: #85bd1e 1px solid;
  border-left: #85bd1e 1px solid;
  color: #638425;
  border-bottom: #85bd1e 1px solid;
  background-color: #f1ffd6;
}
.page_div button:active {
  border-right: #85bd1e 1px solid;
  border-top: #85bd1e 1px solid;
  border-left: #85bd1e 1px solid;
  color: #638425;
  border-bottom: #85bd1e 1px solid;
  background-color: #f1ffd6;
}
.page_div {
  text-align: center;
  margin: 50px 0 !important;
}
.page_div button.current {
  border-right: #b2e05d 1px solid;
  padding-right: 5px;
  border-top: #b2e05d 1px solid;
  padding-left: 5px;
  font-weight: bold;
  padding-bottom: 2px;
  border-left: #b2e05d 1px solid;
  color: #fff;
  margin: 0 5px;
  padding-top: 2px;
  border-bottom: #b2e05d 1px solid;
  background-color: #b2e05d;
  cursor: default;
}
.page_div button[disabled],
.page_div button[disabled]:hover {
  background: transparent;
}
#lastPage,
#firstPage,
.page_div .totalList,
.page_div .totalNum {
  display: none;
}
DIV.scott SPAN.disabled {
  border-right: #f3f3f3 1px solid;
  padding-right: 5px;
  border-top: #f3f3f3 1px solid;
  padding-left: 5px;
  padding-bottom: 2px;
  border-left: #f3f3f3 1px solid;
  color: #ccc;
  margin-right: 2px;
  padding-top: 2px;
  border-bottom: #f3f3f3 1px solid;
}

/*CSS quotes style pagination*/

DIV.quotes {
  padding-right: 3px;
  padding-left: 3px;
  padding-bottom: 3px;
  margin: 3px;
  padding-top: 3px;
  text-align: center;
}
DIV.quotes A {
  border-right: #ddd 1px solid;
  padding-right: 5px;
  border-top: #ddd 1px solid;
  padding-left: 5px;
  padding-bottom: 2px;
  border-left: #ddd 1px solid;
  color: #aaa;
  margin-right: 2px;
  padding-top: 2px;
  border-bottom: #ddd 1px solid;
  text-decoration: none;
}
DIV.quotes A:hover {
  border-right: #a0a0a0 1px solid;
  padding-right: 5px;
  border-top: #a0a0a0 1px solid;
  padding-left: 5px;
  padding-bottom: 2px;
  border-left: #a0a0a0 1px solid;
  margin-right: 2px;
  padding-top: 2px;
  border-bottom: #a0a0a0 1px solid;
}
DIV.quotes A:active {
  border-right: #a0a0a0 1px solid;
  padding-right: 5px;
  border-top: #a0a0a0 1px solid;
  padding-left: 5px;
  padding-bottom: 2px;
  border-left: #a0a0a0 1px solid;
  margin-right: 2px;
  padding-top: 2px;
  border-bottom: #a0a0a0 1px solid;
}
DIV.quotes SPAN.current {
  border-right: #e0e0e0 1px solid;
  padding-right: 5px;
  border-top: #e0e0e0 1px solid;
  padding-left: 5px;
  font-weight: bold;
  padding-bottom: 2px;
  border-left: #e0e0e0 1px solid;
  color: #aaa;
  margin-right: 2px;
  padding-top: 2px;
  border-bottom: #e0e0e0 1px solid;
  background-color: #f0f0f0;
}
DIV.quotes SPAN.disabled {
  border-right: #f3f3f3 1px solid;
  padding-right: 5px;
  border-top: #f3f3f3 1px solid;
  padding-left: 5px;
  padding-bottom: 2px;
  border-left: #f3f3f3 1px solid;
  color: #ccc;
  margin-right: 2px;
  padding-top: 2px;
  border-bottom: #f3f3f3 1px solid;
}

/*CSS black style pagination*/

DIV.black {
  padding-right: 3px;
  padding-left: 3px;
  font-size: 80%;
  padding-bottom: 10px;
  margin: 3px;
  color: #a0a0a0;
  padding-top: 10px;
  background-color: #000;
  text-align: center;
}
DIV.black A {
  border-right: #909090 1px solid;
  padding-right: 5px;
  background-position: 50% bottom;
  border-top: #909090 1px solid;
  padding-left: 5px;
  background-image: url(bar.gif);
  padding-bottom: 2px;
  border-left: #909090 1px solid;
  color: #c0c0c0;
  margin-right: 3px;
  padding-top: 2px;
  border-bottom: #909090 1px solid;
  text-decoration: none;
}
DIV.black A:hover {
  border-right: #f0f0f0 1px solid;
  border-top: #f0f0f0 1px solid;
  background-image: url(invbar.gif);
  border-left: #f0f0f0 1px solid;
  color: #ffffff;
  border-bottom: #f0f0f0 1px solid;
  background-color: #404040;
}
DIV.black A:active {
  border-right: #f0f0f0 1px solid;
  border-top: #f0f0f0 1px solid;
  background-image: url(invbar.gif);
  border-left: #f0f0f0 1px solid;
  color: #ffffff;
  border-bottom: #f0f0f0 1px solid;
  background-color: #404040;
}
DIV.black SPAN.current {
  border-right: #ffffff 1px solid;
  padding-right: 5px;
  border-top: #ffffff 1px solid;
  padding-left: 5px;
  font-weight: bold;
  padding-bottom: 2px;
  border-left: #ffffff 1px solid;
  color: #ffffff;
  margin-right: 3px;
  padding-top: 2px;
  border-bottom: #ffffff 1px solid;
  background-color: #606060;
}
DIV.black SPAN.disabled {
  border-right: #606060 1px solid;
  padding-right: 5px;
  border-top: #606060 1px solid;
  padding-left: 5px;
  padding-bottom: 2px;
  border-left: #606060 1px solid;
  color: #808080;
  margin-right: 3px;
  padding-top: 2px;
  border-bottom: #606060 1px solid;
}

/*CSS black2 style pagination*/

DIV.black2 {
  padding-right: 7px;
  padding-left: 7px;
  padding-bottom: 7px;
  margin: 3px;
  padding-top: 7px;
  text-align: center;
}
DIV.black2 A {
  border-right: #000000 1px solid;
  padding-right: 5px;
  border-top: #000000 1px solid;
  padding-left: 5px;
  padding-bottom: 2px;
  margin: 2px;
  border-left: #000000 1px solid;
  color: #000000;
  padding-top: 2px;
  border-bottom: #000000 1px solid;
  text-decoration: none;
}
DIV.black2 A:hover {
  border-right: #000000 1px solid;
  border-top: #000000 1px solid;
  border-left: #000000 1px solid;
  color: #fff;
  border-bottom: #000000 1px solid;
  background-color: #000;
}
DIV.black2 A:active {
  border-right: #000000 1px solid;
  border-top: #000000 1px solid;
  border-left: #000000 1px solid;
  color: #fff;
  border-bottom: #000000 1px solid;
  background-color: #000;
}
DIV.black2 SPAN.current {
  border-right: #000000 1px solid;
  padding-right: 5px;
  border-top: #000000 1px solid;
  padding-left: 5px;
  font-weight: bold;
  padding-bottom: 2px;
  margin: 2px;
  border-left: #000000 1px solid;
  color: #fff;
  padding-top: 2px;
  border-bottom: #000000 1px solid;
  background-color: #000000;
}
DIV.black2 SPAN.disabled {
  border-right: #eee 1px solid;
  padding-right: 5px;
  border-top: #eee 1px solid;
  padding-left: 5px;
  padding-bottom: 2px;
  margin: 2px;
  border-left: #eee 1px solid;
  color: #ddd;
  padding-top: 2px;
  border-bottom: #eee 1px solid;
}

/*CSS black-red style pagination*/

DIV.black-red {
  font-size: 11px;
  color: #fff;
  font-family: Tahoma, Arial, Helvetica, Sans-serif;
  background-color: #3e3e3e;
}
DIV.black-red A {
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 2px;
  margin: 2px;
  color: #fff;
  padding-top: 2px;
  background-color: #3e3e3e;
  text-decoration: none;
}
DIV.black-red A:hover {
  color: #fff;
  background-color: #ec5210;
}
DIV.black-red A:active {
  color: #fff;
  background-color: #ec5210;
}
DIV.black-red SPAN.current {
  padding-right: 5px;
  padding-left: 5px;
  font-weight: bold;
  padding-bottom: 2px;
  margin: 2px;
  color: #fff;
  padding-top: 2px;
  background-color: #313131;
}
DIV.black-red SPAN.disabled {
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 2px;
  margin: 2px;
  color: #868686;
  padding-top: 2px;
  background-color: #3e3e3e;
}

/*CSS grayr style pagination*/

DIV.grayr {
  padding-right: 2px;
  padding-left: 2px;
  font-size: 11px;
  padding-bottom: 2px;
  padding-top: 2px;
  font-family: Tahoma, Arial, Helvetica, Sans-serif;
  background-color: #c1c1c1;
}
DIV.grayr A {
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 2px;
  margin: 2px;
  color: #000;
  padding-top: 2px;
  background-color: #c1c1c1;
  text-decoration: none;
}
DIV.grayr A:hover {
  color: #000;
  background-color: #99ffff;
}
DIV.grayr A:active {
  color: #000;
  background-color: #99ffff;
}
DIV.grayr SPAN.current {
  padding-right: 5px;
  padding-left: 5px;
  font-weight: bold;
  padding-bottom: 2px;
  margin: 2px;
  color: #303030;
  padding-top: 2px;
  background-color: #fff;
}
DIV.grayr SPAN.disabled {
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 2px;
  margin: 2px;
  color: #797979;
  padding-top: 2px;
  background-color: #c1c1c1;
}

/*CSS yellow style pagination*/

DIV.yellow {
  padding-right: 7px;
  padding-left: 7px;
  padding-bottom: 7px;
  margin: 3px;
  padding-top: 7px;
  text-align: center;
}
DIV.yellow A {
  border-right: #ccc 1px solid;
  padding-right: 5px;
  border-top: #ccc 1px solid;
  padding-left: 5px;
  padding-bottom: 2px;
  margin: 2px;
  border-left: #ccc 1px solid;
  color: #000;
  padding-top: 2px;
  border-bottom: #ccc 1px solid;
  text-decoration: none;
}
DIV.yellow A:hover {
  border-right: #f0f0f0 1px solid;
  border-top: #f0f0f0 1px solid;
  border-left: #f0f0f0 1px solid;
  color: #000;
  border-bottom: #f0f0f0 1px solid;
}
DIV.yellow A:active {
  border-right: #f0f0f0 1px solid;
  border-top: #f0f0f0 1px solid;
  border-left: #f0f0f0 1px solid;
  color: #000;
  border-bottom: #f0f0f0 1px solid;
}
DIV.yellow SPAN.current {
  border-right: #d9d300 1px solid;
  padding-right: 5px;
  border-top: #d9d300 1px solid;
  padding-left: 5px;
  font-weight: bold;
  padding-bottom: 2px;
  margin: 2px;
  border-left: #d9d300 1px solid;
  color: #fff;
  padding-top: 2px;
  border-bottom: #d9d300 1px solid;
  background-color: #d9d300;
}
DIV.yellow SPAN.disabled {
  border-right: #eee 1px solid;
  padding-right: 5px;
  border-top: #eee 1px solid;
  padding-left: 5px;
  padding-bottom: 2px;
  margin: 2px;
  border-left: #eee 1px solid;
  color: #ddd;
  padding-top: 2px;
  border-bottom: #eee 1px solid;
}

/*CSS jogger style pagination*/

DIV.jogger {
  padding-right: 2px;
  padding-left: 2px;
  padding-bottom: 2px;
  margin: 7px;
  padding-top: 2px;
  font-family: 'Lucida Sans Unicode', 'Lucida Grande', LucidaGrande,
    'Lucida Sans', Geneva, Verdana, sans-serif;
}
DIV.jogger A {
  padding-right: 0.64em;
  padding-left: 0.64em;
  padding-bottom: 0.43em;
  margin: 2px;
  color: #fff;
  padding-top: 0.5em;
  background-color: #ee4e4e;
  text-decoration: none;
}
DIV.jogger A:hover {
  padding-right: 0.64em;
  padding-left: 0.64em;
  padding-bottom: 0.43em;
  margin: 2px;
  color: #fff;
  padding-top: 0.5em;
  background-color: #de1818;
}
DIV.jogger A:active {
  padding-right: 0.64em;
  padding-left: 0.64em;
  padding-bottom: 0.43em;
  margin: 2px;
  color: #fff;
  padding-top: 0.5em;
  background-color: #de1818;
}
DIV.jogger SPAN.current {
  padding-right: 0.64em;
  padding-left: 0.64em;
  padding-bottom: 0.43em;
  margin: 2px;
  color: #6d643c;
  padding-top: 0.5em;
  background-color: #f6efcc;
}
DIV.jogger SPAN.disabled {
  display: none;
}

/*CSS starcraft2 style pagination*/

DIV.starcraft2 {
  padding-right: 3px;
  padding-left: 3px;
  font-weight: bold;
  font-size: 13.5pt;
  padding-bottom: 3px;
  margin: 3px;
  color: #fff;
  padding-top: 3px;
  font-family: Arial;
  background-color: #000;
  text-align: center;
}
DIV.starcraft2 A {
  margin: 2px;
  color: #fa0;
  background-color: #000;
  text-decoration: none;
}
DIV.starcraft2 A:hover {
  color: #fff;
  background-color: #000;
}
DIV.starcraft2 A:active {
  color: #fff;
  background-color: #000;
}
DIV.starcraft2 SPAN.current {
  font-weight: bold;
  margin: 2px;
  color: #fff;
  background-color: #000;
}
DIV.starcraft2 SPAN.disabled {
  margin: 2px;
  color: #444;
  background-color: #000;
}

/*CSS tres style pagination*/

DIV.tres {
  padding-right: 7px;
  padding-left: 7px;
  font-weight: bold;
  font-size: 13.2pt;
  padding-bottom: 7px;
  margin: 3px;
  padding-top: 7px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}
DIV.tres A {
  border-right: #d9d300 2px solid;
  padding-right: 5px;
  border-top: #d9d300 2px solid;
  padding-left: 5px;
  padding-bottom: 2px;
  margin: 2px;
  border-left: #d9d300 2px solid;
  color: #fff;
  padding-top: 2px;
  border-bottom: #d9d300 2px solid;
  background-color: #d90;
  text-decoration: none;
}
DIV.tres A:hover {
  border-right: #ff0 2px solid;
  border-top: #ff0 2px solid;
  border-left: #ff0 2px solid;
  color: #000;
  border-bottom: #ff0 2px solid;
  background-color: #ff0;
}
DIV.tres A:active {
  border-right: #ff0 2px solid;
  border-top: #ff0 2px solid;
  border-left: #ff0 2px solid;
  color: #000;
  border-bottom: #ff0 2px solid;
  background-color: #ff0;
}
DIV.tres SPAN.current {
  border-right: #fff 2px solid;
  padding-right: 5px;
  border-top: #fff 2px solid;
  padding-left: 5px;
  font-weight: bold;
  padding-bottom: 2px;
  margin: 2px;
  border-left: #fff 2px solid;
  color: #000;
  padding-top: 2px;
  border-bottom: #fff 2px solid;
}
DIV.tres SPAN.disabled {
  display: none;
}

/*CSS megas512 style pagination*/

DIV.megas512 {
  padding-right: 3px;
  padding-left: 3px;
  padding-bottom: 3px;
  margin: 3px;
  padding-top: 3px;
  text-align: center;
}
DIV.megas512 A {
  border-right: #dedfde 1px solid;
  padding-right: 6px;
  background-position: 50% bottom;
  border-top: #dedfde 1px solid;
  padding-left: 6px;
  padding-bottom: 2px;
  border-left: #dedfde 1px solid;
  color: #99210b;
  margin-right: 3px;
  padding-top: 2px;
  border-bottom: #dedfde 1px solid;
  text-decoration: none;
}
DIV.megas512 A:hover {
  border-right: #000 1px solid;
  border-top: #000 1px solid;
  background-image: none;
  border-left: #000 1px solid;
  color: #fff;
  border-bottom: #000 1px solid;
  background-color: #777777;
}
DIV.megas512 A:active {
  border-right: #000 1px solid;
  border-top: #000 1px solid;
  background-image: none;
  border-left: #000 1px solid;
  color: #fff;
  border-bottom: #000 1px solid;
  background-color: #777777;
}
DIV.megas512 SPAN.current {
  padding-right: 6px;
  padding-left: 6px;
  font-weight: bold;
  padding-bottom: 2px;
  color: #99210b;
  margin-right: 3px;
  padding-top: 2px;
}
DIV.megas512 SPAN.disabled {
  padding-right: 6px;
  padding-left: 6px;
  padding-bottom: 2px;
  color: #adaaad;
  margin-right: 3px;
  padding-top: 2px;
}

/*CSS technorati style pagination*/

DIV.technorati {
  padding-right: 3px;
  padding-left: 3px;
  padding-bottom: 3px;
  margin: 3px;
  padding-top: 3px;
  text-align: center;
}
DIV.technorati A {
  border-right: #ccc 1px solid;
  padding-right: 6px;
  background-position: 50% bottom;
  border-top: #ccc 1px solid;
  padding-left: 6px;
  font-weight: bold;
  padding-bottom: 2px;
  border-left: #ccc 1px solid;
  color: rgb(66, 97, 222);
  margin-right: 3px;
  padding-top: 2px;
  border-bottom: #ccc 1px solid;
  text-decoration: none;
}
DIV.technorati A:hover {
  background-image: none;
  color: #fff;
  background-color: #4261df;
}
DIV.technorati A:active {
  background-image: none;
  color: #fff;
  background-color: #4261df;
}
DIV.technorati SPAN.current {
  padding-right: 6px;
  padding-left: 6px;
  font-weight: bold;
  padding-bottom: 2px;
  color: #000;
  margin-right: 3px;
  padding-top: 2px;
}
DIV.technorati SPAN.disabled {
  display: none;
}

/*CSS youtube style pagination*/

DIV.youtube {
  padding-right: 6px;
  border-top: #9c9a9c 1px dotted;
  padding-left: 0px;
  font-size: 13px;
  padding-bottom: 4px;
  color: #313031;
  padding-top: 4px;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #cecfce;
  text-align: right;
}
DIV.youtube A {
  padding-right: 3px;
  padding-left: 3px;
  font-weight: bold;
  padding-bottom: 1px;
  margin: 0px 1px;
  color: #0030ce;
  padding-top: 1px;
  text-decoration: underline;
}
DIV.youtube A:hover {
}
DIV.youtube A:active {
}
DIV.youtube SPAN.current {
  padding-right: 2px;
  padding-left: 2px;
  padding-bottom: 1px;
  color: #000;
  padding-top: 1px;
  background-color: #fff;
}
DIV.youtube SPAN.disabled {
  display: none;
}

/*CSS msdn style pagination*/

DIV.msdn {
  padding-right: 6px;
  padding-left: 0px;
  font-size: 13px;
  padding-bottom: 4px;
  color: #313031;
  padding-top: 4px;
  font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
  background-color: #fff;
  text-align: right;
}
DIV.msdn A {
  border-right: #b7d8ee 1px solid;
  padding-right: 6px;
  border-top: #b7d8ee 1px solid;
  padding-left: 5px;
  padding-bottom: 4px;
  margin: 0px 3px;
  border-left: #b7d8ee 1px solid;
  color: #0030ce;
  padding-top: 5px;
  border-bottom: #b7d8ee 1px solid;
  text-decoration: none;
}
DIV.msdn A:hover {
  border-right: #b7d8ee 1px solid;
  border-top: #b7d8ee 1px solid;
  border-left: #b7d8ee 1px solid;
  color: #0066a7;
  border-bottom: #b7d8ee 1px solid;
  background-color: #d2eaf6;
}
DIV.pagination A:active {
  border-right: #b7d8ee 1px solid;
  border-top: #b7d8ee 1px solid;
  border-left: #b7d8ee 1px solid;
  color: #0066a7;
  border-bottom: #b7d8ee 1px solid;
  background-color: #d2eaf6;
}
DIV.msdn SPAN.current {
  border-right: #b7d8ee 1px solid;
  padding-right: 6px;
  border-top: #b7d8ee 1px solid;
  padding-left: 5px;
  font-weight: bold;
  padding-bottom: 4px;
  margin: 0px 3px;
  border-left: #b7d8ee 1px solid;
  color: #444444;
  padding-top: 5px;
  border-bottom: #b7d8ee 1px solid;
  background-color: #d2eaf6;
}
DIV.msdn SPAN.disabled {
  display: none;
}

/*CSS badoo style pagination*/

DIV.badoo {
  padding-right: 0px;
  padding-left: 0px;
  font-size: 13px;
  padding-bottom: 10px;
  color: #48b9ef;
  padding-top: 10px;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #fff;
  text-align: center;
}
DIV.badoo A {
  border-right: #f0f0f0 2px solid;
  padding-right: 5px;
  border-top: #f0f0f0 2px solid;
  padding-left: 5px;
  padding-bottom: 2px;
  margin: 0px 2px;
  border-left: #f0f0f0 2px solid;
  color: #48b9ef;
  padding-top: 2px;
  border-bottom: #f0f0f0 2px solid;
  text-decoration: none;
}
DIV.badoo A:hover {
  border-right: #ff5a00 2px solid;
  border-top: #ff5a00 2px solid;
  border-left: #ff5a00 2px solid;
  color: #ff5a00;
  border-bottom: #ff5a00 2px solid;
}
DIV.badoo A:active {
  border-right: #ff5a00 2px solid;
  border-top: #ff5a00 2px solid;
  border-left: #ff5a00 2px solid;
  color: #ff5a00;
  border-bottom: #ff5a00 2px solid;
}
DIV.badoo SPAN.current {
  border-right: #ff5a00 2px solid;
  padding-right: 5px;
  border-top: #ff5a00 2px solid;
  padding-left: 5px;
  font-weight: bold;
  padding-bottom: 2px;
  border-left: #ff5a00 2px solid;
  color: #fff;
  padding-top: 2px;
  border-bottom: #ff5a00 2px solid;
  background-color: #ff6c16;
}
DIV.badoo SPAN.disabled {
  display: none;
}

/*CSS manu style pagination*/

.manu {
  padding-right: 3px;
  padding-left: 3px;
  padding-bottom: 3px;
  margin: 3px;
  padding-top: 3px;
  text-align: center;
}
.manu A {
  border-right: #eee 1px solid;
  padding-right: 5px;
  border-top: #eee 1px solid;
  padding-left: 5px;
  padding-bottom: 2px;
  margin: 2px;
  border-left: #eee 1px solid;
  color: #036cb4;
  padding-top: 2px;
  border-bottom: #eee 1px solid;
  text-decoration: none;
}
.manu A:hover {
  border-right: #999 1px solid;
  border-top: #999 1px solid;
  border-left: #999 1px solid;
  color: #666;
  border-bottom: #999 1px solid;
}
.manu A:active {
  border-right: #999 1px solid;
  border-top: #999 1px solid;
  border-left: #999 1px solid;
  color: #666;
  border-bottom: #999 1px solid;
}
.manu .current {
  border-right: #036cb4 1px solid;
  padding-right: 5px;
  border-top: #036cb4 1px solid;
  padding-left: 5px;
  font-weight: bold;
  padding-bottom: 2px;
  margin: 2px;
  border-left: #036cb4 1px solid;
  color: #fff;
  padding-top: 2px;
  border-bottom: #036cb4 1px solid;
  background-color: #036cb4;
}
.manu .disabled {
  border-right: #eee 1px solid;
  padding-right: 5px;
  border-top: #eee 1px solid;
  padding-left: 5px;
  padding-bottom: 2px;
  margin: 2px;
  border-left: #eee 1px solid;
  color: #ddd;
  padding-top: 2px;
  border-bottom: #eee 1px solid;
}

/*CSS green-black style pagination*/

DIV.green-black {
  padding-right: 3px;
  padding-left: 3px;
  padding-bottom: 3px;
  margin: 3px;
  padding-top: 3px;
  text-align: center;
}
DIV.green-black A {
  border-right: #2c2c2c 1px solid;
  padding-right: 5px;
  border-top: #2c2c2c 1px solid;
  padding-left: 5px;
  background: url(image1.gif) #2c2c2c;
  padding-bottom: 2px;
  border-left: #2c2c2c 1px solid;
  color: #fff;
  margin-right: 2px;
  padding-top: 2px;
  border-bottom: #2c2c2c 1px solid;
  text-decoration: none;
}
DIV.green-black A:hover {
  border-right: #aad83e 1px solid;
  border-top: #aad83e 1px solid;
  background: url(image2.gif) #aad83e;
  border-left: #aad83e 1px solid;
  color: #fff;
  border-bottom: #aad83e 1px solid;
}
DIV.green-black A:active {
  border-right: #aad83e 1px solid;
  border-top: #aad83e 1px solid;
  background: url(image2.gif) #aad83e;
  border-left: #aad83e 1px solid;
  color: #fff;
  border-bottom: #aad83e 1px solid;
}
DIV.green-black SPAN.current {
  border-right: #aad83e 1px solid;
  padding-right: 5px;
  border-top: #aad83e 1px solid;
  padding-left: 5px;
  font-weight: bold;
  background: url(image2.gif) #aad83e;
  padding-bottom: 2px;
  border-left: #aad83e 1px solid;
  color: #fff;
  margin-right: 2px;
  padding-top: 2px;
  border-bottom: #aad83e 1px solid;
}
DIV.green-black SPAN.disabled {
  border-right: #f3f3f3 1px solid;
  padding-right: 5px;
  border-top: #f3f3f3 1px solid;
  padding-left: 5px;
  padding-bottom: 2px;
  border-left: #f3f3f3 1px solid;
  color: #ccc;
  margin-right: 2px;
  padding-top: 2px;
  border-bottom: #f3f3f3 1px solid;
}

/*CSS viciao style pagination*/

DIV.viciao {
  margin-top: 20px;
  margin-bottom: 10px;
}
DIV.viciao A {
  border-right: #8db5d7 1px solid;
  padding-right: 5px;
  border-top: #8db5d7 1px solid;
  padding-left: 5px;
  padding-bottom: 2px;
  border-left: #8db5d7 1px solid;
  color: #000;
  margin-right: 2px;
  padding-top: 2px;
  border-bottom: #8db5d7 1px solid;
  text-decoration: none;
}
DIV.viciao A:hover {
  border-right: red 1px solid;
  padding-right: 5px;
  border-top: red 1px solid;
  padding-left: 5px;
  padding-bottom: 2px;
  border-left: red 1px solid;
  margin-right: 2px;
  padding-top: 2px;
  border-bottom: red 1px solid;
}
DIV.viciao A:active {
  border-right: red 1px solid;
  padding-right: 5px;
  border-top: red 1px solid;
  padding-left: 5px;
  padding-bottom: 2px;
  border-left: red 1px solid;
  margin-right: 2px;
  padding-top: 2px;
  border-bottom: red 1px solid;
}
DIV.viciao SPAN.current {
  border-right: #e89954 1px solid;
  padding-right: 5px;
  border-top: #e89954 1px solid;
  padding-left: 5px;
  font-weight: bold;
  padding-bottom: 2px;
  border-left: #e89954 1px solid;
  color: #000;
  margin-right: 2px;
  padding-top: 2px;
  border-bottom: #e89954 1px solid;
  background-color: #ffca7d;
}
DIV.viciao SPAN.disabled {
  border-right: #ccc 1px solid;
  padding-right: 5px;
  border-top: #ccc 1px solid;
  padding-left: 5px;
  padding-bottom: 2px;
  border-left: #ccc 1px solid;
  color: #ccc;
  margin-right: 2px;
  padding-top: 2px;
  border-bottom: #ccc 1px solid;
}

/*CSS yahoo2 style pagination*/

DIV.yahoo2 {
  padding-right: 3px;
  padding-left: 3px;
  font-size: 0.85em;
  padding-bottom: 3px;
  margin: 3px;
  padding-top: 3px;
  font-family: Tahoma, Helvetica, sans-serif;
  text-align: center;
}
DIV.yahoo2 A {
  border-right: #ccdbe4 1px solid;
  padding-right: 8px;
  background-position: 50% bottom;
  border-top: #ccdbe4 1px solid;
  padding-left: 8px;
  padding-bottom: 2px;
  border-left: #ccdbe4 1px solid;
  color: #0061de;
  margin-right: 3px;
  padding-top: 2px;
  border-bottom: #ccdbe4 1px solid;
  text-decoration: none;
}
DIV.yahoo2 A:hover {
  border-right: #2b55af 1px solid;
  border-top: #2b55af 1px solid;
  background-image: none;
  border-left: #2b55af 1px solid;
  color: #fff;
  border-bottom: #2b55af 1px solid;
  background-color: #3666d4;
}
DIV.yahoo2 A:active {
  border-right: #2b55af 1px solid;
  border-top: #2b55af 1px solid;
  background-image: none;
  border-left: #2b55af 1px solid;
  color: #fff;
  border-bottom: #2b55af 1px solid;
  background-color: #3666d4;
}
DIV.yahoo2 SPAN.current {
  padding-right: 6px;
  padding-left: 6px;
  font-weight: bold;
  padding-bottom: 2px;
  color: #000;
  margin-right: 3px;
  padding-top: 2px;
}
DIV.yahoo2 SPAN.disabled {
  display: none;
}
DIV.yahoo2 A.next {
  border-right: #ccdbe4 2px solid;
  border-top: #ccdbe4 2px solid;
  margin: 0px 0px 0px 10px;
  border-left: #ccdbe4 2px solid;
  border-bottom: #ccdbe4 2px solid;
}
DIV.yahoo2 A.next:hover {
  border-right: #2b55af 2px solid;
  border-top: #2b55af 2px solid;
  border-left: #2b55af 2px solid;
  border-bottom: #2b55af 2px solid;
}
DIV.yahoo2 A.prev {
  border-right: #ccdbe4 2px solid;
  border-top: #ccdbe4 2px solid;
  margin: 0px 10px 0px 0px;
  border-left: #ccdbe4 2px solid;
  border-bottom: #ccdbe4 2px solid;
}
DIV.yahoo2 A.prev:hover {
  border-right: #2b55af 2px solid;
  border-top: #2b55af 2px solid;
  border-left: #2b55af 2px solid;
  border-bottom: #2b55af 2px solid;
}
.v_touch_searchform {
  width: 600px;
  min-height: 110px;
  word-break: break-all;
  float: left;
}

.cm_nav .inner {
  height: 40px;
}
@media (max-width: 960px) {
  .border_5 {
    width: auto;
  }
  body {
    font-size: 14px;
  }
  .main_logo {
    display: none;
  }
  .v_touch_searchform {
    float: none;
    margin: 0 auto;
    width: 480px;
  }
  .wp {
    width: initial;
    padding-left: 15px;
    padding-right: 15px;
  }
  #rekeyword {
    width: 50%;
  }
  .footer {
    padding: 30px;
    background: #f2f6f8;
    text-align: center;
    margin-top: 30px;
  }

  .add_block_process {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    width: 200px;
    height: 50px;
    border: none;
    z-index: 10000;
    height: 34px;
    overflow: hidden;
  }
  .border_5 {
    height: 50px;
    border: none;
  }
  .border_5 table.b0rder_0 {
    border: none;
    background: #d55;
    color: #fff;
  }
  .border_5 table.b0rder_0 td {
    border: none;
    position: absolute;
    padding: 0.5em;
    width: 100%;
    height: 20px;
  }
  .border_5 table.b0rder_0 td img {
    display: none;
  }
}

@media (max-width: 760px) {
  .v_touch_searchform {
    float: none;
    margin: 0 auto;
    width: 100%;
    height: auto;
  }
  .daohang {
    display: none;
  }
  .main_logo {
    display: block;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
  #rekeyword {
    width: 60%;
  }
  .resultInfo {
    display: none;
  }
  .main_left {
    width: 100%;
  }
  .lv16 {
    padding: 4px 0;
    border-bottom: none;
    font-size: 14px;
  }
  .lv16 a {
    color: #156;
    font-weight: bold;
  }
  .hei12 {
    padding: 4px 0 10px 0;
    font-size: 12px;
  }
  .lv12 {
    display: 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,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td，article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  text-align: left;
  vertical-align: baseline;
}
body,
button,
input,
select,
textarea {
  font: 14px/20px 'Helvetica Neue', 'Helvetica', 'Arial', 'Sans-serif';
  color: #333;
}
input,
select,
textarea {
  font-size: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th {
  text-align: inherit;
}
fieldset,
img {
  border: none;
}
iframe {
  display: block;
}
abbr,
acronym {
  border: none;
  font-variant: normal;
}
del {
  text-decoration: line-through;
}
address,
caption,
cite,
code,
dfn,
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,
blockquote:before,
blockquote: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 {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:focus,
*:focus {
  outline: none;
}
.fl {
  float: left;
  display: inline;
}
.fr {
  float: right;
  display: inline;
}
.mt10 {
  margin-top: 10px;
}
.clearThis {
  clear: both;
}
.hide {
  display: none;
}
.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}
.clearfix:after {
  clear: both;
  overflow: hidden;
}
.clearfix {
  zoom: 1;
}
.cm_c3_1 {
  width: 280px;
  _overflow: hidden;
}
.cm_c3_2 {
  width: 700px;
  _overflow: hidden;
}
.cm_c3_2_l,
.cm_c3_2_r {
  width: 340px;
  float: left;
  display: inline;
  zoom: 1;
  overflow: hidden;
}
.cm_c3_2_r {
  float: right;
}
.cm_c4,
.cm_c4_last {
  width: 235px;
  float: left;
  margin-right: 20px;
  display: inline;
}
.cm_c4_last {
  margin-right: 0;
}
.cm_c2_l,
.cm_c2_r {
  width: 490px;
  float: left;
  margin-right: 20px;
  display: inline;
  _overflow: hidden;
}
.cm_c2_r {
  margin-right: 0;
}
.side_box {
  border: 1px solid #e0e0e0;
  padding-bottom: 15px;
  overflow: hidden;
}
.cm_c3_a,
.cm_c3_b,
.cm_c3_c {
  width: 320px;
  margin-right: 20px;
  float: left;
  display: inline;
  overflow: hidden;
}
.cm_c3_c {
  margin-right: 0;
  float: right;
}
.cm_c5,
.cm_c5_last {
  width: 184px;
  float: left;
  margin-right: 20px;
  display: inline;
  _overflow: hidden;
}
.cm_c5_last {
  margin-right: 0;
}
.cm_c3_180,
.cm_c3_390 {
  width: 180px;
  float: left;
  display: inline;
}
.cm_c3_390 {
  width: 390px;
}
.cm_700_c5,
.cm_700_c5_last {
  width: 132px;
  float: left;
  margin-right: 10px;
  display: inline;
  _overflow: hidden;
}
.cm_700_c5_last {
  margin-right: 0;
}
body {
  font-size: 12px;
  background: #fff;
}
a {
  color: #252525;
}
a:hover {
  color: #f60;
  text-decoration: none;
}
.wp {
  width: 1000px;
  margin: auto;
}
.fl {
  float: left;
  display: inline;
}
.fr {
  float: right;
  display: inline;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.ml20 {
  margin-left: 20px;
}
.ml40 {
  margin-left: 40px;
}
.ml10 {
  margin-left: 10px;
}
.mr10 {
  margin-right: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb10 {
  margin-bottom: 10px;
}
.pb10 {
  padding-bottom: 10px;
}
.pd10 {
  padding: 0 10px;
}
.pd0 {
  padding: 0;
}
.pb5 {
  padding-bottom: 5px;
}
.clearThis {
  clear: both;
}
.hide {
  display: none;
}
.oh {
  overflow: hidden;
}
.m10 {
  margin: 10px;
}
.relative {
  position: relative;
}
a.block {
  display: block;
  position: relative;
  overflow: hidden;
  zoom: 1;
}
a.block img {
  width: 100%;
  position: relative;
  z-index: 5;
}
a.block span {
  width: 100%;
  position: absolute;
  height: 24px;
  background: rgba(0, 0, 0, 0.5);
  line-height: 24px;
  overflow: hidden;
  font-size: 12px;
  color: #fff;
  bottom: 0;
  left: 0;
  z-index: 10;
  text-align: center;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000',endColorstr='#99000000');
}
a.center {
  text-align: center;
}
.line {
  clear: both;
  border-top: 1px solid #eee;
  height: 0;
  overflow: hidden;
}
.line_dot {
  clear: both;
  border-top: 1px dotted #eee;
  height: 0;
  overflow: hidden;
}
.pipe {
  border-left: 1px solid #999;
  border-right: 1px solid #fff;
  margin: 14px 8px;
  height: 14px;
}
.cm_nav {
  height: 36px;
  padding-bottom: 1px;
  background: #fff;
  border-bottom: 1px #d8d8d8 solid;
  width: 100%;
  min-width: 1000px;
  z-index: 9999;
  position: relative;
}
.cm_nav .inner {
  background: #eee;
  line-height: 36px;
  height: 36px;
  font: 13px/40px '宋体';
}
.cm_nav .logo {
  display: inline-block;
  height: 36px;
  line-height: 40px;
  color: #3b7366;
  background: url('gallery.gif') 0 8px no-repeat;
  padding-left: 25px;
}
.cm_nav .menu {
  margin-left: 10px;
}
.cm_nav .menu a {
  float: left;
  padding: 0 8px;
}
.cm_nav .menu a.more {
  float: left;
  padding: 0 8px;
}
.cm_nav .menu dl {
  float: left;
  width: 60px;
  background: url(gallery.gif) 36px -28px no-repeat;
  position: relative;
  height: auto;
}
.cm_nav .nav_link_c {
  position: absolute;
  border: 1px solid #3d7366;
  background: #fff;
  overflow: hidden;
  width: 210px;
  height: 84px;
  left: 0;
  top: 40px;
  z-index: 9999;
  display: none;
  padding: 10px;
}
.cm_nav .nav_link_c li {
  width: 70px;
  float: left;
  line-height: 28px;
}
.rm_link {
  line-height: 28px;
  margin: 8px 15px;
  overflow: hidden;
  font-size: 12px;
  clear: both;
}
.rm_link strong {
  float: left;
  color: #333;
  font-weight: normal;
  display: block;
  width: 90px;
  height: auto;
}
.rm_link p {
  float: left;
  width: 880px;
}
.rm_link a {
  margin-right: 14px;
  color: #555;
  display: block;
  float: left;
  zoom: 1;
}
.footer {
  font-size: 12px;
  overflow: hidden;
  padding-bottom: 20px;
}
.footer .recommend {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.footer .info {
  width: 1000px;
  margin: auto;
  line-height: 28px;
  font-size: 12px;
  color: #777;
  padding-top: 12px;
  text-align: center;
}
.footer .info a {
  color: #777;
}
.footer .info div {
  text-align: center;
}
.footer em {
  margin: 0 8px;
  color: #555;
}
.daohang {
  font-size: 14px;
  line-height: 34px;
  width: 420px;
  float: left;
}
.daohang a {
  margin-right: 10px;
}
.song12 {
  line-height: 18px;
}
.song12 a {
  color: #666;
}
.song12 a:hover {
  color: #000;
}
.resultInfo {
  color: #666;
  font-size: 12px;
  line-height: 36px;
}
.lv14 {
  border-bottom: 1px solid #ddd;
}
.lv16 {
  line-height: 36px;
}
.hei12 {
  color: #666;
}
.lv12 {
  padding-bottom: 20px;
  border-bottom: 1px dotted #ddd;
}
.main_left {
  width: 750px;
  float: left;
  overflow: hidden;
}
.main_right {
  width: 230px;
  float: right;
  overflow: hidden;
  border-left: 1px solid #eee;
  height: 320px;
}

/*选择框*/
.select_box {
  position: relative;
  font-size: 12px;
}
.tag_select,
.tag_select_hover,
.tag_select_open {
  border: 1px solid;
  background: url(../img/gallery.gif) 60px -28px no-repeat;
  line-height: 34px;
  height: 34px;
  text-indent: 10px;
  border-color: #afafaf #d6d6d6 #d6d6d6 #afafaf;
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);
}
.tag_options {
  border: 1px solid #ddd;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #fff;
  border-top: none;
}
.tag_options li {
  line-height: 28px;
  padding-left: 10px;
}
.open_selected {
  background: #f2f2f2;
}
.open_hover {
  background: #f8f8f8;
}

#refield {
  float: left;
  width: 60px;
}
#refield .select_box {
  width: 60px;
  position: relative;
  font-size: 12px;
}
#refield .tag_select,
#refield .tag_select_hover,
#refield .tag_select_open {
  background-position: 36px -28px;
}
#refield .tag_options {
  width: 58px;
}

#isagaindiv {
  float: left;
  width: 90px;
}
#isagaindiv .tag_options {
  width: 88px;
}
#rekeyword {
  width: 360px;
  height: 34px;
  float: left;
  overflow: hidden;
  padding: 0;
  font-size: 12px;
  background: #fff;
  border: 1px solid;
  border-color: #afafaf #d6d6d6 #d6d6d6 #afafaf;
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);
  border-left: none;
  border-right: none;
}
#rekeyword input {
  width: 98%;
  height: 20px;
  overflow: hidden;
  color: #999;
  margin: 8px 0 0 8px;
  overflow: hidden;
  border: 0;
  line-height: 18px;
}

.paichong {
  font-size: 12px;
  color: #666;
  line-height: 34px;
  height: 34px;
  overflow: hidden;
  float: left;
}
.paichong input {
  float: left;
  height: 12px;
  width: 12px;
  overflow: hidden;
  padding: 0;
  margin: 10px 5px 0 0;
}
.paichong label {
  overflow: hidden;
}
.paichong a {
  color: #666;
  margin-left: 10px;
  line-height: 34px;
}
.paichong a:hover {
  color: #696;
}
.main_logo {
  width: 200px;
  height: 35px;
  overflow: hidden;
  margin-top: 35px;
}
DIV.scott SPAN.disabled {
  border: none;
}
