/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.4.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'),  url('../fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face{
  font-family:'yahei';
  src: url('../fonts/msyh.ttf');
}
@font-face{
  font-family:'simhei';
  src: url('../fonts/simhei.ttf');
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
body {
  background: #eee;
  font-family: Microsoft YaHei,"yahei",simhei,Microsoft YaHei,arial,sans-serif ! important;
}
.container {
  width: 1190px;
  padding-right: 5px;
  padding-left: 5px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin: 0 -5px;
}
.span12 {
  width: 1190px;
}
.span11 {
  width: 1090px;
}
.span10 {
  width: 990px;
}
.span9 {
  width: 890px;
}
.span8 {
  width: 790px;
}
.span7 {
  width: 690px;
}
.span6 {
  width: 590px;
}
.span5 {
  width: 490px;
}
.span4 {
  width: 390px;
}
.span3 {
  width: 290px;
}
.span2 {
  width: 190px;
}
.span1 {
  width: 90px;
}
[class*="span"] {
  margin: 0 5px;
}
.offset1 {
  margin-left: 100px;
}
.site-top .header-box {
  background: #fff;
}
.site-top .footer-box {
  background: #eee;
  padding: 10px 0 0 0;
}
.site-top .top-box {
  overflow: hidden;
  margin: auto;
  line-height: 40px;
}
.site-top .site-header {
  margin-top: 0;
}
.site-top .site-header .search {
  margin-top: 15px;
  width: 600px;
}
.site-top .site-header .search-line {
  width: 100%;
  color: #999;
  padding-left: 105px;
  text-align: left;
  width: 510px;
  height: 40px;
  overflow: hidden;
}
.site-top .site-header .search-line a {
  margin-right: 5px;
  color: #999;
}
.site-top .site-header .search-line a:hover {
  color: #08c;
}
.site-top .site-header .choujiang {
  width: 350px;
}
.site-top .site-header .choujiang .img-responsive {
  width: 80px;
}
.site-top .site-header  .choujiang-bottom {
  top: -18px;
  width:410px;
  left:850px;
  position: relative;
}
.site-top .site-header .choujiang-list > li {
  border-right: 1px solid #0494a3;
  padding-left: 0;
}
.site-top .site-header  .choujiang-list > li:last-of-type {
  border-width: 0;
}
.site-top .site-header  .choujiang-list > li > a {
  color: #0494a3;
}
.site-top .site-header  .choujiang-list > li > a:hover {
  color: #fd5810;
  text-decoration: underline;
}
/*
.site-top .site-header .choujiang .choujiang-bottom {
  margin-top: 10px;
}
.site-top .site-header .choujiang .choujiang-list > li {
  border-right: 1px solid #0494a3;
  padding-left: 0;
}
.site-top .site-header .choujiang .choujiang-list > li:last-of-type {
  border-width: 0;
}
.site-top .site-header .choujiang .choujiang-list > li > a {
  color: #0494a3;
}
.site-top .site-header .choujiang .choujiang-list > li > a:hover {
  color: #fd5810;
  text-decoration: underline;
}*/
*::before,
*::after {
  box-sizing: border-box;
}
.header-nav .nav-span {
  margin-left: 50px;
  width: 100%;
}
.header-nav .nav-span span.nav-right a:hover {
 color:#FFFF00;
}
#index #slides {
  height: 596px;
}
#index .slides_container {
  width: 885px;
  border-width: 3px;
  padding: 0;
  background: #000;
  text-align: center;
  height: 596px;
}
#index .slides_container .slides_control {
  margin-top: 3px;
}
#index .slides_container .slides_control a {
  width: 885px;
  line-height: 590px;
}
#index .notice {
  width: 284px;
  height: 250px;
}
#index .notice .tab-nav li {
  height: 35px;
  line-height: 35px;
}
#index .notice .tab-nav li a {
  padding: 0 17px 5px;
}
#index .notice .tab-pane li {
  line-height: 25px;
}
#index .ranking-list {
  width: 288px;
}
#index .ranking-list p {
  padding: 2px;
  line-height: 30px;
  height: 30px;
  font-size: 14px;
  background: #ffffff;
}
#index .ranking-list p .white-body {
  background: #f3f3f3;
  display: block;
}
#index .ranking-list .tab-ranking1 a {
  font-size: 12px;
}
#index .ranking-list .ulBox {
  padding: 2px;
  background: #ffffff;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}
#index .ranking-list ul#myTab2 {
  background: #f3f3f3;
}
#index .ranking-list ul#myTab2 li.month-order-bang,
#index .ranking-list ul#myTab2 li.year-order-bang {
  border-width: 0px;
}
#index .ranking-list #tab-month #myTab3 {
  margin-left: 20px;
  padding: 0;
}
#index .ranking-list #tab-month .tab-ranking li {
  padding: 0 5px;
}
#index .ranking-list #tab-month .tab-content {
  margin-left: 20px;
}
#index .ranking-list .tab-content li.middle {
  width: 40%;
}
#index .ranking-list .tab-content li a{
  color: #0494a3;
}
#index .ranking-list .tab-content-box {
  height: 276px;
  overflow: hidden;
  padding: 2px;
  background: #ffffff;
}
#index .ranking-list .tab-content-box .tab-content-body {
  background: #f3f3f3;
  height: 270px;
}
#index .box-body .business-title {
  background: none;
  border-width: 0;
  margin-bottom: 5px;
}
#index .box-body .business-title .box-text {
  color: #8C6E6F;
  font-size: 16px;
}
#index .box-body .business-title .box-text i {
  font-size: 16px;
  color: #8C6E6F;
  margin-right: 5px;
}
#index .box-body .model-list {
  background: none;
  border-width: 0;
}
#index .box-body .list-sharing {
  display: inline-block;
  padding-top: 0;
  width: 1200px;
  margin: 0 -5px;
}
#index .box-body .list-sharing > li {
  float: left;
  width: 278px;
  margin: 0 5px 10px;
}
#index .box-body .business-box {
  background: none;
  border-width: 0;
  font-size: 16px;
  color: #999;
}
#index .box-body .business-box .box-ul {
  padding-top: 0;
}
#index .box-body .business-box .business-box-text {
  color: #999;
}
#index .box-body .business-box .business-box-text:hover {
  color: #08c;
}
#single .single-title {
  background: none;
  border-width: 0;
  margin-bottom: 5px;
  height: 25px;
}
#single .single-title p {
  line-height: 25px;
}
#single .single-title i {
  color: #999;
  margin-right: 5px;
  font-size: 16px;
}
#single .article-desc {
  background: #fff;
  border: 1px solid #ddd;
  margin-bottom: 10px;
}
#login .login-header,
#register .login-header {
  background: #fefefe;

}
#login .login-header .login-header-title,
#register .login-header .login-header-title {
  margin: 0;
  font-size: 16px;
  line-height: 45px;
  color: #0494a3;
  padding-left: 30px;
  font-weight: bold;
}
#login .login-header .view-register,
#register .login-header .view-register {
  border-width: 0;
  float: right;
  color: #0494a3;
  margin: 0;
  width: 20%;
}
#login .login-header .view-register:hover,
#register .login-header .view-register:hover {
  color: #5078CB;
}
#login .register-header,
#register .register-header {
  border-bottom: none;
}
#login .register-header .login-header-title,
#register .register-header .login-header-title {
  color: #0494a3;
}
#login .register-header .view-register,
#register .register-header .view-register {
  color: #0494a3;
}
#login .register-header .view-register:hover,
#register .register-header .view-register:hover {
  color: #A7C53C;
}
#login .login-and-register-container,
#register .login-and-register-container {
  background: #fff;
  /*border: 1px solid #ddd;*/
  margin-bottom: 10px;
}
#login .login-and-register-container .line,
#register .login-and-register-container .line {
  float: left;
  width: 10px;
}
#login .login-and-register-container .line .login-and-register-footer,
#register .login-and-register-container .line .login-and-register-footer {
  margin-top: 60px;
}
#user .user-container > .row {
  margin: 0;
}
#user .user-container > .row > .span9 {
  width: 994px;
  margin: 0;
  padding: 2px;
  background: #ffffff!important;
}
#user .user-container > .row > .span2 {
  width: 190px;
  margin: 0;
}
#user .user-container > .row .span9 {
  width: 994px;
}
#user .user-container .user-right-side > .row > .span9,
#user .user-container .user-right-side > .row > .span8 {
  width: 994px;
}
#user .user-container .user-right-side .user-body-box {
  background: #f3f3f3;
  min-height: 959px;
}
#user .user-container .user-right-side .user-body-box .rechargeonline-text  {
  padding: 30px 40px;
  overflow: hidden;
}
#user .user-container .user-right-side .user-body-box .rechargeonline-form {
  margin: 60px 150px;
}
#user .user-container .user-right-side .user-box-table {
  background: #f3f3f3;
  min-height: 972px;
}
#user .user-container .user-right-side .user-box-title {
  background: #f3f3f3;
  line-height: 60px;
  padding: 0 0 0 20px;
  margin-bottom: 2px;
}
#user .user-container .user-right-side .user-box-title p {
  margin-bottom: 0;
}
#user .user-container .user-right-side .user-box-title p a {
  color: #0494a3;
}
#user .recharge-text-box{
  padding: 20px 100px !important;
  display: flex;
}
#user .recharge-type-box {
  margin: 30px 25px 20px;
  width: 45.333%;
}
#user .recharge-type-box .recharge-title{
  color: #0494a3;
  font-weight: bold;
  line-height: 30px;
  padding-left: 20px;
}
#user .recharge-type-box .recharge-title >input{
  margin-right: 5px;
  margin-top: -1px;
}
#user .recharge-type-box .list-box{
  /*height: 180px;
  padding: 15px;
  margin: 0 20px 0 0;
  border-radius: 5px;
  width: 180px;*/
  height: 180px;
  padding: 30px;
  margin: 0 40px 0 0;
  border-radius: 5px;
  width: 330px;
  background-color: #fff;

}
#user .recharge-type-box>div>button{
  padding:15px 35px;
  background: #0594a4;
  color:#fff;
  border-radius:8px;
  font-size:18px;
  border:none;
  width: 200px;  /* 设置宽度 */
}
#user .recharge-type-box .selected{
  box-shadow: 2px 6px 10px #999;
}
#user .recharge-type-box .recharge-list{
  margin: 0;
}
#user .recharge-type-box .recharge-list >li{
  list-style: none;
  font-weight: normal;
  margin: 0;
  color: #8c6e6f;
}
#user .user-container .user-right-side .usercenter-form {
  background: #f3f3f3;
  min-height: 939px;
  padding: 20px 0 0 0;
}
#user .user-container .user-right-side .usercenter-form .control-group .controls .btn-user {
  margin-left: 230px;
  margin-top: 20px;
}
#user .user-container .user-right-side .usercenter-form .control-group .controls .preview-area {
  width: 85%;
  background: #fff;
}
#user .user-container .user-right-side .account-tab {
  line-height: 60px;
  margin: 0;
  background: #f3f3f3;
  padding: 0 0 0 30px;
}
#user .user-container .user-right-side .tab-content {
  background: #f3f3f3;
  min-height: 874px;
  padding: 20px 0 0 0;
}
#user .user-container .user-right-side .tab-content .alert {
  margin: 0 30px 30px;
}
#user .user-container .user-right-side .navigation_credit {
  padding-bottom: 2px;
  /*border-bottom: 1px solid #ddd;*/
  margin: 0 5px;
  width: 994px;
}
#user .user-container .user-right-side .navigation_credit:nth-child(2) {
  border-bottom-width: 0;
  padding: 0;
}
#user .user-container .user-right-side .navigation_credit .navigation_title {
  border-width: 0;
}
#user .user-container .user-right-side .navigation_credit .navigation_title > h5 {
  line-height: 30px;
  padding: 15px 40px 5px;
}
#user .user-container .user-right-side .navigation_credit .navigation_links {
  margin: 0;
  padding: 10px 10px;
  background: #f3f3f3;
}
#user .user-container .user-right-side .qy-auth .navigation_credit {
  background: #f3f3f3;
  padding: 20px 0 0 20px;
  width: 974px;
  margin-top: 2px;
  border-width: 0;
}
#user .user-container .user-right-side .qy-auth .navigation_credit > .unstyled {
  margin: 0;
}
#user .user-container .user-right-side .qy-auth .tab-content {
  min-height: 914px;
  padding-top: 10px;
}
#user .user-container .user-right-side .qy-auth .tab-content .credit-shouju {
  padding: 10px 20px;
}
#user .user-container .user-right-side .user-top-box {
  background: #f3f3f3;
  padding: 0 40px 30px;
}
#user .user-container .user-right-side .user-top-box .user-mark-level-div {
  margin-left: 50px;
}
#user .user-container .user-right-side .user-top-box .user-mark-level-div img {
  margin-bottom: -10px;
}
#user .user-container .user-right-side .user-foot-box {
  background: #f3f3f3;
  min-height: 670px;
  padding-top: 40px;
}
#user .user-nav {
  background: none;
  border-width: 0;
  height: 40px;
  margin-bottom: 10px;
}
#user .user-nav p {
  padding: 0;
}
#user .user-nav p i {
  color: #999;
  margin-right: 5px;
  font-size: 20px;
}
#user .user-container {
  background: #fff;
  border: 1px solid #ddd;
  margin-bottom: 10px;
}
#user .user-container .btn-user {
  border: 1px solid #ddd;
  background: #fff;
  font-size: 14px;
  font-weight: normal;
  padding: 5px 10px;
  border-radius: 5px;
  color: #333;
}
#user .user-container .btn-user:hover {
  background: #eee;
}
#user .user-container .user-left-side {
  margin-top: -1px;
}
#user .user-container .user-left-side .btn-user {
  width: 50%;
  margin: 0 0 5px 20%;
  display: block;
}
#user .user-container .user-left-side ul {
  background: #f3f3f3;
  border-width: 0;
}
#user .user-container .user-left-side .user-ulBox {
  background: #ffffff;
  padding: 2px;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
#user .user-container .user-right-side .user-avatar img {
  border-radius: 5px;
}
#user .user-container .user-right-side .user-right-tilte {
  color: #333;
  font-weight: bold;
  font-size: 20px;
  margin: 0;
  line-height: 20px;
  padding: 30px 20px 20px;
  background: #f3f3f3;
}
#user .user-container .user-right-side .tab-content {
  overflow: hidden;
}
#user .user-container .user-right-side hr {
  border-color: #ddd;
  border-top-width: 0;
  margin: 2px -2px;
}
#user .user-container .user-right-side .account-tab a.active,
#user .user-container .user-right-side .account-tab a:hover {
  color: #0494a3;
  border-color: #0494a3;
}
#user .user-container .user-right-side .qy-auth .selected {
  background: #0494a3;
}
#user .rechargeonline-text .desc-tips {
  margin-bottom: 50px;
}
#user .navigation_credit {
  width: 100%;
  float: none;
}
#user .navigation_credit .navigation_links {
  border-width: 0;
  margin-top: 10px;
}
#user .navigation_credit .navigation_links a {
  background: none;
  border-width: 0;
  margin: 0 10px;
}
#user .navigation_credit .navigation_links a.selected,
#user .navigation_credit .navigation_links a:hover {
  color: #0494a3;
  border-bottom: 2px solid #0494a3;
}
#user .navigation_credit .credit-step-1,
#user .navigation_credit .credit-step-2 {
  width: 900px;
}
#user .navigation_credit .credit-step-1 > li,
#user .navigation_credit .credit-step-2 > li {
  width: 400px;
}
#user .modal .modal-dialog {
  padding: 10px 30px;
}
#jobs .box-body .business-title .forum-btn {
  color: #0494a3;
}
#jobs .box-body .forum-list {
  border: 1px solid #ddd;
  background: #fff;
  margin-top: -1px;
}
#jobs .box-body .forum-list .notop p,
#jobs .box-body .forum-list .notop a {
  color: #0494a3;
}
#jobs .box-body .forum-list .notop .theme-pub-info {
  color: #000;
  margin-left: 0;
}
#jobs .box-body .forum-list.business-jobs-search a {
  color: #0494a3;
}
#jobs .box-body .forum-list .brand-color {
  color: #0494a3;
}
#jobs .box-body .forum-list .qiuzhi-info-avatar {
  text-align: center !important;
  float: none !important;
}
#jobs .box-body .forum-list .qiuzhi-info-avatar .user-avatar,
#jobs .box-body .forum-list .qiuzhi-info-avatar .text-center {
  margin-bottom: 5px;
}
#jobs .box-body .forum-list .qiuzhi-info-avatar .user-avatar img,
#jobs .box-body .forum-list .qiuzhi-info-avatar .text-center img {
  border-radius: 5px;
}
#jobs .box-body .forum-list .qiuzhi-info-avatar p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 20px;
}
#jobs .jobs-info .theme-info {
  padding-left: 0;
}
.box-body .business-title {
  background: none;
  border-width: 0;
  margin-bottom: 5px;
}
.box-body .business-title i {
  color: #999;
  margin-right: 5px;
  font-size: 16px;
}
.box-body .pic-list {
  border-width: 0;
}
.box-body .pic-list .list-order {
  padding: 0;
  line-height: 25px;
}
.box-body .pic-list .list-order .list-iteml {
  float: left;
  margin-left: 350px;
}
.box-body .pic-list .list-order .list-itemr {
  float: left;
  margin-left: 30px;
}
.box-body .business-box {
  background: none;
  border-width: 0;
  font-size: 16px;
  color: #999;
}
.box-body .business-box .box-ul {
  padding-top: 0;
}
.box-body .business-box .business-box-text {
  color: #999;
}
.box-body .business-box .business-box-text:hover {
  color: #08c;
}
.box-body-info .business-title {
  background: none;
  border-width: 0;
  margin-bottom: 5px;
}
.box-body-info .business-title i {
  color: #969696;
  margin-right: 5px;
  font-size: 16px;
}
.box-body-info .pic-list {
  background: #fff;
  border: 1px solid #ddd;
  margin-bottom: 2px;
}
.box-body-info .pic-list .list-order {
  line-height: 80px;
  padding: 0;
}
.box-body-info .pic-list .mainGallery {
  padding: 0 30px 20px;
}
.box-body-info .pic-list .mainGallery .middleContent {
  padding: 0 0 10px 0;
}
.box-body-info .pic-list .mainGallery #carouselBig {
  box-shadow: 0 0 0 #fff;
}
.box-body-info .pic-list .mainGallery .imgImage {
  border-width: 0;
}
.box-body-info .pic-list .mainGallery .imgImage img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
.box-body-info .pic-list .mainGallery .footer {
  background: none;
  border-width: 0;
}
.box-body-info .pic-list .mainGallery li img {
  box-shadow: 0 0 0 #fff;
  border-width: 0;
  width: 170px;
  min-height: 100%;
}
.box-body-info .pic-list .mainGallery li.active img {
  border: 2px solid #fd5810;
}
.box-body-info .pic-list .Gallery-info {
  padding: 10px 0 5px 0;
  /*min-height: 130px;*/
}
.box-body-info .pic-list .Gallery-info .user .user-avatar {
  border-radius: 5px;
  border: 1px solid #ddd;
  margin: 0;
}
.box-body-info .pic-list .Gallery-info .user .user-name {
  margin-bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #999;
  margin: 5px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.box-body-info .pic-list .Gallery-info .user .user-level {
  margin: 0 0 0 10px;
}
.box-body-info .pic-list .Gallery-info .user .user-level .user-attention {
  padding: 5px 10px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  display: block;
  color: #0394A2;
  text-align: center;
}
.box-body-info .pic-list .Gallery-info .user .user-level .user-attention font {
  color: #fd5810;
}
.box-body-info .pic-list .Gallery-info .user .user-level .user-attention:hover {
  box-shadow: 0 0 3px #bbb;
}
.box-body-info .pic-list .Gallery-info .user .user-level .user-attention.active {
  color: #999;
}
.box-body-info .pic-list .Gallery-info .user .user-level .high-opinion {
  margin-top: 5px;
  text-align: center;
}
.box-body-info .pic-list .Gallery-info .user .user-level .high-opinion img {
  height: 65px;
  width: 65px;
}
.box-body-info .pic-list .Gallery-info .user .user-level .high-opinion span {
  margin-top: 5px;
  color: #999;
}
.box-body-info .pic-list .Gallery-info .user .user-level .high-opinion font {
  color: #fd5810;
}

.box-body-info .pic-list .Gallery-info .model_mark .btn_mark {
  background: #fff;
  padding: 5px 10px;
  height: 20px;
  border-radius: 5px;
  color: #333;
}
.box-body-info .pic-list .Gallery-info .model_mark .btn_mark i {
  font-size: 18px;
}
.box-body-info .pic-list .Gallery-info .model_mark .btn_mark .icon-good {
  color: #B23741;
}
.box-body-info .pic-list .Gallery-info .model_mark .btn_mark .icon-avg {
  color: #4D979A;
}
.box-body-info .pic-list .Gallery-info .model_mark .btn_mark .icon-bad {
  color: #8B695F;
}
.box-body-info .pic-list .Gallery-info .model_mark .btn_mark .icon-keep {
  color: #FFA220;
}
.box-body-info .pic-list .Gallery-info .model_mark .btn_mark:hover {
  box-shadow: 0 0 5px #999;
}
.box-body-info .pic-list .Gallery-info .model_mark .btn_mark.active {
  color: #999 !important;
}
.box-body-info .pic-list .Gallery-info .model_mark .btn_mark.active > i {
  color: #999 !important;
}
.box-body-info .pic-list .Gallery-info .model_mark_num span {
  width: 86px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.box-body-info .pic-list .Gallery-info .info-detail {
  text-align: center;
  margin-top: 30px;
}
.box-body-info .pic-list .Gallery-info .info-detail p {
  margin-bottom: 5px;
}
.box-body-info .pic-list .Gallery-info .info-detail .info-detail-title {
  font-size: 14px;
  color: #FE4E4E;
}
.box-body-info .pic-list .Gallery-info .info-detail .info-detail-text {
  font-size: 16px;
  color: #fd5810;
  font-weight: bold;
}
.box-body-info .pic-list .Gallery-info .date {
  color: #999;
  margin: 10px 0 0;
  text-align: center;
}
.box-body-info .pic-list .Gallery-info .download {
  text-align: right;
}
.box-body-info .pic-list .Gallery-info .download p {
  color: #999;
  font-size: 12px;
}
.box-body-info .pic-list .Gallery-info .download .btn-download {
  background: #5C6667;
  border: 1px solid #ddd;
  padding: 8px 15px;
  /*padding:5px 20px;*/
  font-size: 12px;
  border-radius: 5px;
  display: inline-block;
  color: #fff;
}
.box-body-info .pic-list .Gallery-info .download .btn-download:hover {
  background: #818D8E;
}
.box-body-info .pic-list .orange {
  color: #fd5810;
}
.box-message {
  background: #fff;
  border: 1px solid #ddd;
  margin-bottom: 10px;
}
.box-message .business-title {
  background: none;
  border-width: 0;
  margin-bottom: 5px;
  padding-left: 70px;
}
.box-message .business-title i {
  color: #969696;
  margin-right: 5px;
}
.box-message .pic-list {
  border-width: 0;
  padding-top: 10px;
}
.box-message .pic-list .leave-list .user-avatar {
  border-width: 0;
}
.box-message .pic-list .leave-list .user-avatar img {
  border-radius: 5px;
  border-width: 0;
}
.box-message .leave-textarea {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 5px;
  margin-bottom: 10px;
  border-radius: 5px;
}
.box-message .leave-textarea textarea {
  width: 566px;
  border-width: 0;
  margin-bottom: 5px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.box-message .leave-textarea button {
  float: right;
  margin-bottom: 0;
  margin-right: 10px;
}
.box-message .leave-textarea span {
  line-height: 35px;
  margin-bottom: 0;
}
.list-sharing {
  display: inline-block;
  padding-top: 0;
  width: 1200px;
  margin: 0 -5px;
}
.list-sharing.unstyled {
  margin: 0 -5px;
}
.list-sharing > li {
  float: left;
  width: 278px;
  margin: 0 5px 10px;
}
.list-sharing .item-body {
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 5px;
  padding: 5px;
}
.list-sharing .item-body .model-pic {
  width: 278px;
  height: 184px;
  margin-bottom: 10px;
  position: relative;
}
.list-sharing .item-body .model-pic a {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
  line-height: 184px;
 /* background: #000;*/
}
.list-sharing .item-body .model-pic a img {
  margin: 0;
  width: 100%;
}

.list-sharing .item-body .model-pic .item-info{
  position: absolute;
  right: 0;
  bottom: 0;
  background: rgba(255,255,255,.7);
  max-width: 100%;
  padding: 3px 5px;
  color: #333;
  font-size: 12px;
}
.list-sharing .item-body .model-pic .item-info>span{
  color: #ff9400;
}
.list-sharing .item-body .model-pic .look-line {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  opacity: 0.5;
  padding: 0 5px;
  font-size: 14px;
}
.list-sharing .item-body .model-pic .look-line span {
  color: #fd5810;
}
.list-sharing .item-body .model-intro {
  background: #fff;
}
.list-sharing .item-body .model-intro .model-pic-info {
  background: #fff;
  border-width: 0;
  color: #999;
  height: 23px;
  /*line-height: 23px;*/
  padding: 0 10px;
  font-size: 14px;
}
.list-sharing .item-body .model-intro .model-pic-line {
  border-bottom: 1px solid #eee;
}
.list-sharing .item-body .model-detailed {
  height: 90px;
  text-align: left;
  margin: 5px 0;
  overflow: hidden;
}
.list-sharing .item-body .model-detailed .detailed-title {
  font-size: 14px;
  font-weight: bold;
  color: #8c6e6f;
  width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 10px;
  border-bottom: 1px solid #eee;
  line-height: 30px;
  height: 30px;
}
.list-sharing .item-body .model-detailed .detailed-title:hover {
  color: #999;
}
.list-sharing .item-body .model-detailed .detailed-text {
  color: #999;
  line-height: 20px;
  font-size: 12px;
  margin: 0;
  padding: 0 10px;
}
.list-sharing .item-body .model-detailed .detailed-text::before {
  content: " ";
  margin-right: 25px;
}
.list-sharing .item-body .model-user {
  height: 40px;
  text-align: left;
  margin: 5px 0;
  padding: 0 10px;
}
.list-sharing .item-body .model-user .user-name {
  width: 64%;
  float: left;
}
.list-sharing .item-body .model-user .user-name .user-img {
  border-radius: 5px;
  width: 40px;
  height: 40px;
  float: left;
  margin-right: 10px;
}
.list-sharing .item-body .model-user .user-name .user-title {
  overflow: hidden;
  white-space: normal;
  line-height: 20px;
  margin-bottom: 0;
  color: #999;
}
.list-sharing .item-body .model-user .user-name .grade-img {
  line-height: 20px;
  overflow: hidden;
  margin-bottom: 0;
}
.list-sharing .item-body .model-user .user-name .grade-img >img{
  width: 17px;
  height: 17px;
}
.list-sharing .item-body .model-user .user-name .user-title:hover {
  color: #08c;
}
.list-sharing .item-body .model-user .user-text {
  width: 36%;
  text-align: center;
  float: left;
  color: #FE9B81;
  font-size: 14px;
  line-height: 40px;
  margin-bottom: 0;
}
.list-sharing .item-body .model-user .user-text span {
  color: #999;
}
.list-sharing .item-body .model-user .user-thumbs {
  width: 35%;
  text-align: left;
  float: left;
  line-height: 40px;
  font-weight: bold;
  color: #999;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
}
.list-sharing .item-body .model-user .user-thumbs .thumbs-img {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAABDlBMVEUAAACPj4+JiYmdnZ2BgYGAgICQkJCenp6QkJCSkpKSkpKQkJCRkZGQkJCZmZmVlZWUlJSQkJCRkZGUlJSPj4+dnZ2Tk5OBgYGbm5uEhISKioqVlZWKioqPj4+NjY2NjY2goKCLi4uPj4+Tk5OXl5eRkZGSkpKQkJCOjo6WlpaQkJCIiIiSkpKKioqSkpKGhoaampqFhYWQkJCYmJiIiIiZmZmRkZGUlJSUlJSSkpKQkJCSkpKUlJSIiIiNjY2WlpaJiYmUlJSIiIiAgICMjIyhoaGfn5+Ojo6Li4uhoaGHh4eWlpagoKCZmZmIiIiZmZmampqXl5ebm5udnZ2cnJyUlJSWlpaTk5OQkJCPj4/QF/lVAAAAT3RSTlMAij3PMSzfz9rJsXVFKBTy7NW4eU5NPDkjHg/6+PTi2NPTz763qaCZkIp9fW5cVUI4NDIcGgsE+vny7uHb0sPCqaafnJF/b2tmWkpJRiwHJYOeogAAAcxJREFUSMfN1VdX2zAYgOEvbUKbkEEWCVCg7NIChTK6957f0HD6//9IsWOrHMC2dMd7fOOL50g6ko7gBtR83d3a/xMifhulBJfnA8gWE6Koe2NvcbwkGEfvvcmAKSF6btGXPMRpYo58ySam2V+e4nSOpoJp6En2bUrIHHqSNe3WsuAnGkwZqfuJTyipINP3EnsTjWnyou0jmsYJtF98xHiZnBCvvT9dlf+EOmsrM0kvG6Nc0uNYOKOyMNrNER9Z4/WpaBbizqpH1aRRsmOtTRTGnOTZCQC0exHbJI4OABqGBXMT/hYfcVaSVYcnVmNR5vM5eUCYxffhMVEh4XgxFSL3fxtuYSER/hFK8BUEEjLDy+ROGXl6HDwKD0MJ6q+hhOzP0LWo5+1AQrYCgROTyaEjpJX2mRh/zwjh+oeOlBPig4zIG4DRX1VKtKm5UeLjua7K1kK8AW6UdwDjDpWSybwjZHr9FaayidFOApIrxprOv+kVKyCym5I+K50VX2SVZ4j3UtJuRNYk2WgAsD1h0tcqMe41P6tVa0nVk/h3oVnpWrmqSG9AQa1HXUZ9kcXPfysfpKq+ZIlIJWnhmRqUt9ic3Xm7ejeuvj2AG98/Qyh7s5NfWdwAAAAASUVORK5CYII=);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  display: block;
  float: left;
  margin-top: 7px;
  margin-right: 5px;
}
.list-sharing .item-body .model-user .user-thumbs.active,
.list-sharing .item-body .model-user .user-thumbs:hover {
  color: #FD5810;
}
.list-sharing .item-body .model-user .user-thumbs.active .thumbs-img,
.list-sharing .item-body .model-user .user-thumbs:hover .thumbs-img {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAA/1BMVEUAAADUbUHrZizBck+9bk3xXyDsYibqYijnZCvkZS+6b07bazrTcEa9e162gmvzXh3lZCzjZzHcajjHc0/Fe1uxdFqjhHbuYSTtYSXoZCvsZizfaDXhajbYajvabD3XbkDUbUDVcUXSbkPNbELNcUnUc0rMcUvHcEvKdVDPeFLFck3AcE3Cd1a8b02vbVG+g2m+iHGalJGXjYmRkZHrYSbfaTbfazjUaTvYazzOaDvSbUHRcEbcc0XQcEbKb0jVeFDRdEzTe1XLe1nGdlPFd1bOeVS8bUu7dFW/bkvFdVOvblLEdlS6dVe/gGWtdFqegXX9WRL3XBr1Xhz6WxX8WhSAkAmTAAAAUHRSTlMAwfRhUf76+PbySd6wPCf+9O7keVosF/36+Pbr6NrXz8bAtrKopp+Lf3NxZ2JKQDIdDQkE+eXj09DOxbu7rZmOh3xzamldW1dXVVJQQkElEWuVRYcAAAFUSURBVEjHzdNnU4NAEIDhjUIEQ0jHxDSjppoee++9LJj//1sExDtmDLD3Le/3Z25n9haWoPu0kmhPRcSHiXZyXoBU0S01IgvdxN9qZJJDL/mLSrbxL4lKDhnpEsVEZuSGSNrIeiASlQmzQBMJZKk0cYo8jSRayNswKKI/R16TIkay/5EJQUwV9GUpxbhTMZ59CiRZDKoRIE4wuF1wmg2eJbdHd2PJCoZk6QAw9o3RYRsM7NL74nzNLxjRuU22kLcJe1FEs0kMeSuwGkV6wqQEwuRWmFi6MMGOOGmJk64wkQ1hcgbCJC9OrjhJH6VI5JqRMsCrSSDzd0acW1MJpAKMVAF0OZp85znBA20fo0ndBUIn1vCIhrwMvIWRpkfGCT5rDqAeQvrgNRtK604D6RPsCr2YsliUIaTkTvq/SCWBFaAyJvorDSE64+7iOKOsOam1HCx9Pw1+fdo2NsUzAAAAAElFTkSuQmCC);
  background-size: 100%;
  background-repeat: no-repeat;
}
.list-sharing .item-body:hover {
  box-shadow: 0 0 5px #bbb;
}
.vip-flag-30 {
  background: #ffffff url("../img2/vip30.jpg") no-repeat scroll center center;
  display: inline-block;
  height: 30px;
  margin-right: 5px;
  margin-top: 5px;
  width: 30px;
}
.pt-flag-30 {
  background: #ffffff url("../img2/putong30.png") no-repeat scroll center center;
  display: inline-block;
  height: 30px;
  margin-right: 5px;
  margin-top: 5px;
  width: 30px;
}
.qy-flag-30 {
  background: #ffffff url("../img2/qiye30.jpg") no-repeat scroll center center;
  display: inline-block;
  height: 30px;
  margin-right: 5px;
  margin-top: 5px;
  width: 30px;
}
.vip-flag-16 {
  background: #ffffff url("../img2/VIP16x16.png") no-repeat scroll center center;
  display: inline-block;
  height: 16px;
  width: 16px;
}
.pt-flag-16 {
  background: #ffffff url("../img2/pt16x16.png") no-repeat scroll center center;
  display: inline-block;
  height: 16px;
  width: 16px;
}
.qy-flag-16 {
  background: #ffffff url("../img2/qy16x16.png") no-repeat scroll center center;
  display: inline-block;
  height: 16px;
  width: 16px;
}
.nav-hangye {
  background: #ffffff;
  padding: 2px;
}
.nav-hangye .hangye {
  background: #f3f3f3;
  margin: 0;
}
.advertising-box {
  width: 100%;
  background: #0494a3;
  /* Stretch the links */
}
.advertising-box .fotorama .fotorama__nav-wrap {
  margin-top: -30px;
}
.advertising-box .fotorama .fotorama__nav__frame .fotorama__dot {
  border-radius: 0;
  width: 8px;
  height: 8px;
}
.advertising-box .fotorama .fotorama__nav__frame.fotorama__active .fotorama__dot {
  height: 0;
  width: 0;
  border-width: 5px;
  border-color: #0494a3;
}
.advertising-box .fotorama__html div,
.advertising-box .fotorama__html a {
  display: block;
  height: 100%;
  /*background: url(_.gif);*/
}
.filter-search .site-search {
  padding: 0 0 0 50px;
  line-height: 40px;
}
.filter-search .select-search select {
  width: 13%;
  margin-bottom: 0;
}
.filter-search .input-append {
  margin-bottom: 0;
  height: 30px;
  margin-top: 10px;
}
.note-text {
  text-align: right;
  color: #666;
  font-size: 14px;
  margin: -20px 0 0;
  padding: 0 20px 0 0;
}
.note-text > i {
  color: #fd5810;
  margin-right: 5px;
}
.zkw-pagination {
  margin-bottom: 20px;
}
.zkw-pagination ul {
  margin: 0;
}
.pagination {
  margin: -12px 0 10px 0;
}
.footer {
  background: #333;
  color: #fff;
}
#fix-box {
  position: fixed;
  bottom: 35%;
  left: 50%;
  display: none;
  z-index: 99999;
  margin-left: 610px;
}
#fix-box .btn-box {
  padding: 4px 10px;
  display: table;
  margin-bottom: 5px;
  background: #bbb;
  border-radius: 5px;
  color: #fff;
  font-size: 36px;
  width: 25px;
  line-height: 25px;
}
#fix-box .btn-boxwx {

  display: table;
  margin-bottom: 5px;
  background: #bbb;
  border-radius: 5px;
  color: #fff;
  font-size: 36px;
  line-height: 25px;
  width: 45px;
  height: 44px;
}
#fix-box .btn-boxwx >img {

  width: 100%;
  height: 100%;
}
#fix-box .btn-box:hover {
  background: #0494a3;
}

#fix-box .btn-box.btn-qq {
  font-size: 24px;
  padding: 10px;
}
#fix-box #top {
  display: none;
}
#fix-box .custom-service {
  position: absolute;
  width: 210px;
  padding: 6px;
  text-align: center;
  background: #fd5810;
  top: 50px;
  right: 50px;
  display: none;
}
#fix-box .custom-service .custom-top {
  line-height: 30px;
  color: #fff;
  font-weight: bold;
  border: 1px solid #fff;
}
#fix-box .custom-service .custom-body .custom-item {
  display: block;
  line-height: 30px;
  background: #fff;
  color: #666;
  font-size: 12px;
  text-align: left;
  padding-left: 25px;
}
#fix-box .custom-service .custom-body .custom-item:hover {
  background: #eee;
  color: #333;
}
#fix-box .custom-question {
  position: absolute;
  width: 280px;
  padding: 6px;
  text-align: center;
  background: #0494a3;
  top: 100px;
  right: 50px;
  display: none;
}
#fix-box .custom-question .custom-top {
  line-height: 30px;
  color: #fff;
  font-weight: bold;
  border: 1px solid #fff;
}
#fix-box .custom-question .custom-body {
  text-align: left;
}
#fix-box .custom-question .custom-body .custom-item {
  display: block;
  line-height: 30px;
  background: #fff;
  color: #666;
  font-size: 12px;
  padding: 0 10px;
  width: 260px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#fix-box .custom-question .custom-body .custom-item:hover {
  background: #eee;
  color: #333;
}

#fix-box .custom-weixin {
  position: absolute;
  width: 280px;
  padding: 6px;
  text-align: center;
  background: #0494a3;
  top: 100px;
  right: 50px;
  display: none;
}
#fix-box .custom-weixin .custom-top {
  line-height: 30px;
  color: #fff;
  font-weight: bold;
  border: 1px solid #fff;
}
#fix-box .custom-weixin .custom-body {
  text-align: left;
}
#fix-box .custom-weixin .custom-body .custom-item {
  display: block;
  line-height: 30px;
  background: #fff;
  color: #666;
  font-size: 12px;
  padding: 0 10px;
  width: 260px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#fix-box .custom-weixin .custom-body .custom-item:hover {
  background: url('../img/weixinhover.png') no-repeat;
  color: #333;
}
.mb10 {
  margin-bottom: 10px;
}
.mb3 {
  margin-bottom: 3px;
}
.noImgText {
  background: #ddd;
  display: block;
  height: 184px;
  width: 278px;
  color: #fff;
  line-height: 184px;
  font-size: 30px;
  text-align: center;
}
.white-box {
  background: #ffffff;
  padding: 2px;
  border: 1px solid #dbdbdb;
}
.white-box .white-body {
  background: #f3f3f3;
  border-width: 0 !important;
}
.grey-box {
  background: #f3f3f3;
  padding: 2px;
}
.grey-box .grey-body {
  background: #ffffff;
}
.huo_1,
.huo_2 {
  margin-top: -10px;
}
.model-list .model-pic img,
.model-list .model-pic {
  width: 278px;
  height: 184px;
}
.pic-list .model-pic img,
.pic-list .model-pic {
  width: 278px;
  height: 184px;
}
.nav-hangye .hangye li a.children-hy {
  width: 10%;
}
i.squery {
  display: inline-block;
  background: url('../img/space_squer.gif') no-repeat;
  width: 21px;
  height: 21px;
  vertical-align: text-bottom;
  margin-right: 3px;
}
i.squery-gray {
	display: inline-block;
  background: url('../img/bread.jpg') no-repeat;
  width: 26px;
  height: 21px;
  vertical-align: text-top;
  margin-right: 3px;
}


.rechargetip-body{
  font-size: 18px;
  padding: 20px 50px;
}

.rechargetip-body .title{
  color: #0494a3;
  margin-right: 150px;
}
.rechargetip-body .title:hover{
  color: #00808F;
  margin-right: 150px;
}
.rechargetip-body .txt{
  color: #444;
}
.rechargetip-body .txt:hover{
  color: #333;
}

.form-horizontal .va-m{
  margin-left:100px;
}



.jcarousel-wrapper{
  position: relative;
}
.jcarousel-wrapper .jcarousel {
    position: relative;
    overflow: hidden;
}
.jcarousel-wrapper .jcarousel ul {
    width: 20000em !important;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.jcarousel-wrapper .jcarousel li {
    float: left;
}
.jcarousel-wrapper .jcarousel-control-prev,
.jcarousel-wrapper .jcarousel-control-next
{
  position: absolute;
  top: 50%;
  margin-top: -30px;
}
.jcarousel-wrapper .jcarousel-control-prev >i,
.jcarousel-wrapper .jcarousel-control-next >i{
  font-size: 50px;
  color: #999;
}
.jcarousel-wrapper .jcarousel-control-prev:hover >i,
.jcarousel-wrapper .jcarousel-control-next:hover >i{
  color: #333;
}
.jcarousel-wrapper .jcarousel-control-prev
{
  left: -30px;
}
.jcarousel-wrapper .jcarousel-control-next{
  right: -30px;
}
.jcarousel-wrapper .inactive >i,
.jcarousel-wrapper .inactive:hover >i
{
  cursor: not-allowed;
  color: #aaa;
}

.down-body{
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 5px;
  padding: 10px 5px;
}
.down-body .list-down{
  margin: 0 -5px;
}
.down-body .list-down >li{
  float: left;
  width: 285px;
  margin: 0 5px;
  height: 189px;
  background: #999;
}
.down-body .list-down .item-down{
  position: relative;
}
.down-body .list-down .item-down .item-img{
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 189px;
}
.down-body .list-down .item-down .item-img>img{
  width: 100%;
  height: 100%;
  color: #fff;
}
.down-body .list-down .item-down .item-info{
  position: absolute;
  right: 0;
  bottom: 0;
  background: rgba(255,255,255,.7);
  max-width: 100%;
  padding: 3px 5px;
  color: #333;
  font-size: 12px;
}
.down-body .list-down .item-down .item-info>span{
  /*color: #ff9400;*/
}


.advertising-left{
  position: fixed;
  bottom: 30%;
  left: 50%;
  margin-left: -670px;
  width: 60px;
  display: none;
  height: 280px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0,0,0,.2);
}
.advertising-left .content{
  position: relative;
  width: 100%;
  height: 100%;
}
.advertising-left .content img{
  width: 100%;
  height: 100%;
}
.advertising-left .close{
  position: absolute;
  top: 2px;
  right: 2px;
  width: 20px;
  height: 20px;
}
.share-down{
  padding-top: 5px;
  background: #eee;
}

.share-down .down-info{
  background: #fff;
  /*border-radius: 20px 20px 0 0;*/
  text-align: center;
  /*color: #ff9400;*/
  font-size: 20px;
  position: relative;
  margin: 0 auto ;
  /*margin-top: 5px;*/
  /*border-bottom:1px solid #ccc;*/
  width: 100%;
  padding: 10px 0;

}
.share-down .down-info .copy-body{
  /*position: absolute;*/
  /*right: 25px;*/
  /*top: 50%;*/
  /*margin-top: -20px;*/
  font-size: 14px;
  color: #333;
}
.share-down .down-info .down-data{
  position: absolute;
  top: 40%;
  right: -150px;
  font-size: 14px;
  color: #333;
}
.share-down .down-info .down-data>span{
  color: #ff9400;
}
.share-down .this-url{
  display: inline-block;
  padding: 5px 10px;
  background: #ccc;
  color: #6d6d6d;
  vertical-align: -10px;
}.share-down .copy-url{
  display: inline-block;
  padding: 5px 10px;
  background: #323232;
  color: #fff;
}


 /*new*/
.box-body .pic-list{
  overflow: visible;
}
.advertising-left{
  margin-left: -690px;
}
#fix-box{
  margin-left: 630px;
}
.container,.top-box,.site-header,.span12,.list-sharing{
  width: 1220px;
}
.list-sharing.unstyled,#index .box-body .list-sharing{
  margin: 0 -6px;
  width: 1232px;
}
.list-sharing > li ,#index .box-body .list-sharing > li{
  width: 302px;
  margin: 0 3px 10px;
  box-sizing: border-box;
}
.pic-list .model-pic img, .pic-list .model-pic{
  height: 218px;
}.list-sharing .item-body .model-pic {
   width: 291px;
   height: 218px;
 }

.pic-list .new-list-sharing .item-body .model-intro .model-pic-info{
  font-size:14px;
}.pic-list .new-list-sharing .model-name{
  width: auto;
 }.pic-list .new-list-sharing .model-id{
  width: 100px;
   }
.new-list-sharing .item-body .model-pic a{
  position: relative;
}
.new-list-sharing .item-body .model-user .user-name .user-img{
  width:21px;
  height:21px;
}
.new-list-sharing .item-body .model-user .user-name .user-title{
  font-size:14px;
  display: inline-block;
  max-width: 60px;
  /*margin-right: 10px;*/
  overflow: hidden;
  /*text-overflow: ellipsis;*/
  white-space: nowrap;
  font-family: Arial, Helvetica, sans-serif;
}
.new-level{
  display: inline-block;
  padding:0 2px;
  vertical-align: super;
  /*background: #454545;*/
  background:linear-gradient( top,#ccc,#000);
  background: -moz-linear-gradient( top,#ccc,#000);
  background:-webkit-linear-gradient( top,#a8a8a8,#454545);
  border-radius: 5px;
}
.new-level-v{
  font-size:13px;
  color: #fff;
}
.new-level-num{
  font-size:12px;
  color: #fff;
}
.new-list-sharing .item-body .model-user{
  height: 20px;
}
.new-list-sharing .item-body .model-user .user-text{
  line-height: 1.5;
}
.new-user-ico{
  display: inline-block;
  vertical-align: bottom;
}
.new-user-ico1{
  /*width: 20px;*/
  width: 10px;
  height:20px;
  background: url("../img/ico1.png") no-repeat center;
}
.new-user-ico2{
  /*width: 20px;*/
  width: 17px;
  height: 20px;
  margin-left: -4px;
  background: url("../img/ico2.png") no-repeat center;
}
.new-user-titile{
  position: absolute;
  width: 289px;
  line-height: 18px;
  bottom: 0;
  left: 1px;
  right: 0;
  /*background: #252527;*/
  background: rgba(0, 0, 0, 0.5);
  height:18px;
  padding: 0 10px;
  font-size:12px;
  box-sizing: border-box;
  text-align: left;
}
.new-user-titile span{
  display: inline-block;

  color: #fff;
}
.new-user-titile span.new-t{
  width: 126px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right:14px;
  vertical-align: bottom;
}
.new-user-titile span.new-y{
  color: #fd5810;
  position: absolute;
  right: 10px;
}
.new-border{
  height:1px;
  border-bottom: 1px double #eee;
  margin: 0 -5px;
}
.orange {
  color: #fd5810;
}
.ico5{
  display: inline-block;
  width: 17px;
  height:17px;
  margin-right:3px;
  background: url("../img/ico6.png") no-repeat;
}
.new-text{
  display: inline-block;
  vertical-align: super;
  font-size: 12px;
  color: #999;
}
.model-user{
  position: relative;
}
.new-list-sharing .item-body .model-user .new-user-desc .user-title{
  margin-right:0;
}
.new-list-sharing .item-body .model-user .user-text.new-posi{
  position: absolute;
  right: 0;
  width: auto;
}
.list-sharing .item-body .model-user .user-name.new-user-desc{
  width: 100%;
}
.nav-hangye,.nav-hangye .hangye{
  background: #eeeeee;
  border:none;
}
.new-filter-search{
  position: relative;
}
.new-filter-search .new-box-search{
  position: absolute;
  background: #d8d8d8;
  width: 200%;
  height: 51px;
  z-index: -1;
  margin-left: -905px;
}
.new-list-sharing .item-body .model-user .user-name span img{
  vertical-align: top;
  margin-left: -3px;
}
.down-body .list-down .item-down .item-info{
  position: absolute;
  right: 0;
  left: 0;
  width: 279px;
  bottom: 0;
  text-align: center;
  bottom: 0;
  background: rgba(0,0,0,0.5);
  max-width: 100%;
  padding:0 5px;
  color: #ffffff;
  font-size: 12px;
}
.down-body .list-down >li{
  width: 291px;
  height:218px;
}
.new-filter-search .new-box-search{
    height:40px;
}
.site-search{
    margin-top:0;
}
#searchspan8,.filter-search .input-append{
    margin-top: 5px!important;
}
.this-url{
  width: 240px!important;
  overflow: hidden;
  vertical-align: middle;
  white-space: nowrap;
  border: 1px solid #323232;
  height: 18px!important;
}
.box-body-info{
  width: 910px;
  margin:0 3px;
}
.right-info{
  width: 310px;
  margin:0 3px;
  float: right;
}
.box-message{
  margin: 0 3px;
  width: 908px;
}
.select-search input{
  margin-top:0!important;
  margin-bottom:0;
}
#user .user-container > .row .span9 {
  width: 1024px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  /*min-height: 1050px!important;*/
  overflow: hidden;
}
#user .user-container .user-right-side .qy-auth .tab-content .span9{
  border-right: 0;
  border-bottom: 0;
}
#user .user-container > .row .span9 .tab-content .span9{
  border-bottom: 0;
  /*height: 1090px!important;*/
  overflow: hidden;
}
#user .user-container .user-right-side .user-foot-box .span9{
  border-right: 0;
  border-bottom: 0;
}
#user .user-container .user-right-side .user-foot-box{
  min-height: 935px;
}
#user .user-container .user-right-side .user-box-table {
  height: 1200px!important;
  overflow: hidden;
}
#user .user-container .user-right-side > .row > .span9, #user .user-container .user-right-side > .row > .span8{
  border-right: 0;
  border-bottom: 0;
  width: 1024px!important;
  min-height: 100%!important;
}
#user .user-container .user-right-side .qy-auth .navigation_credit,#user .user-container .user-right-side .navigation_credit .navigation_links{
  width: 1004px!important;
}
#user .user-container .user-right-side .navigation_credit{
  width: 1024px!important;
}
#user .user-container .user-right-side .user-body-box {
  background: #f3f3f3;
  height: 1135px!important;
  overflow: hidden;
}
#user .user-container .user-right-side .usercenter-form{
  height:1115px;
  overflow: hidden;
}
.new-list-sharing .item-body .model-user .user-name .user-title .new-level{
  background: none;
}
.site-top .site-header {
  height: 120px!important;
}
.share-down .this-url{
  display: inline-block;
  padding: 5px 10px;
  background: #ccc;
  color: #6d6d6d;
  border: 1px solid #323232;
  height: 14px!important;
  line-height: 14px;
  vertical-align: -8px;
}
.share-down .copy-url{
  display: inline-block;
  /* padding: 5px 10px; */
  padding: 3px 10px;
  background: #323232;
  color: #fff!important;
}
/*颜色*/
body{
  color: #6e6e6e;
  overflow-x: hidden;
}
body,.footer,.site-top,.site-top .footer-box{
  background: #000;

}
.site-top .header-box{
  background: #3a3a3a;
}
.site-top .site-header .choujiang-list > li > a{
  color: #b7b7b7;
}
#login .login-header, #register .login-header,#login .login-and-register-container, #register .login-and-register-container {
  background: #1e1e1e;
}
#login .login-header {
  border-top: 1px solid #323232;
  border-left: 1px solid #323232;
  border-right: 1px solid #323232;
}
#login .login-and-register-container{
  border-left: 1px solid #323232;
  border-right: 1px solid #323232;
  border-bottom: 1px solid #323232;
}
.site-top hr{
  border-top: 1px solid #000;
}
.btn-primary,textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input{
  background: #323232;
  border: 1px solid #4b4b4b;
  border-radius: 0;
}
a{
  color: #000;
}
.btn-primary{
  color: #6e6e6e;
}
.login-box a{
  color: #0494a3;
}
#login .api-line,#register .api-line{
  border-right: 1px dashed #494949;
}
.list-sharing.unstyled, #index .box-body .list-sharing{
  background: #1e1e1e;
  border:1px solid #323232;
  border-radius:5px;
}
.list-sharing .item-body .model-intro{
  background: #323232;
}
.list-sharing .item-body{
  border: 1px solid #4b4b4b;
  background: #323232;
}
.list-sharing .item-body .model-pic{
  border: 1px solid #4b4b4b;
}
.business-title p{
  color: #fff;
}
.ordSelect{
  color: #646464!important;
}
.list-sharing .item-body .model-intro .model-pic-info{
  background: #323232;
}
.pic-list{
  border-left: 1px solid #4b4b4b;
  border-bottom: 1px solid #4b4b4b;
  border-right: 1px solid #4b4b4b;
}
.new-border{
  border-bottom: 1px solid #323232;
}
.zkw-pagination ul > li > a:hover, .zkw-pagination ul > li > a:focus, .zkw-pagination ul > .active > a, .zkw-pagination ul > .active > span{
  background: #323232;
  color: #08c;
}
.zkw-pagination ul > li > a, .pagination ul > li > span{
  background: #323232;
}
.pic-list .page-list li a{
  color: #494949;
}
#user .user-container .user-right-side .user-foot-box,#user .user-container .user-right-side .user-top-box,#user .user-container .user-left-side ul{
  background: #1e1e1e;
}
#user .user-left-side ul li,#user .user-left-side ul li a{
  color: #545454;
}
#user .user-container .user-left-side .user-ulBox{
  border-bottom: 1px solid #4b4b4b;
  border-top: 1px solid #4b4b4b;
  background: #4b4b4b;
}
#user .user-container > .row .span9{
  border-right: 1px solid #4b4b4b;
  border-bottom: 1px solid #4b4b4b;
}
#user .user-left-side,#user .user-container{
  border: 1px solid #4b4b4b;
}
.grey-box{
  background: #4b4b4b;
}
#user .user-container .user-right-side hr{
  border-color: #4b4b4b;
}
#user .user-right-side{
  background: #4b4b4b;
}
#user .user-container > .row > .span9{
  background: #4b4b4b!important;
}
select{
  background-color: #323232;
  border: 1px solid #4b4b4b;
  color: #6e6e6e;
}
.user-avatar a{
  color: #6e6e6e;
}
#user .user-container .btn-user{
  background-color: #323232;
  border: 1px solid #4b4b4b;
  color: #6e6e6e;
}
#user .user-container .user-right-side .user-right-tilte{
  background-color: #323232;
  color: #fff;
}
#user .user-container .user-right-side .account-tab,
#user .user-container .user-right-side .navigation_credit .navigation_links,
#user .user-container .user-right-side .user-box-table,
#user .user-container .user-right-side .user-box-title,
.table-hover tbody tr:hover>td, .table-hover tbody tr:hover>th,
#user .user-container .user-right-side .usercenter-form,
#user .user-container .user-right-side .usercenter-form .control-group .controls .preview-area,
#user .user-container .user-right-side .user-body-box,
#user .user-container .user-right-side .qy-auth .navigation_credit,
.navigation_credit .navigation_title h5{
  background-color: #323232;
}
#user .user-right-side .account-tab a{
  color: #6e6e6e;
}
#user .user-container .user-right-side .tab-content{
  background-color: #323232;
}
.navigation_links a{
  color: #6e6e6e;
}
.table th, .table td{
  border-top: 1px solid #323232;
}
#user .usercenter-form .preview-area{
  border: 1px solid #4b4b4b;
}
.uploadify-button{
  background-image: none!important;
  background-color: #323232!important;
  border: 1px solid #4b4b4b!important;
  color: #6e6e6e!important;
}
a {
  color: #0181a3;
}
.btn{
  background: #323232;
  border: 1px solid #4b4b4b;
  color: #6e6e6e;
  text-shadow:none;
}
.business-title p {
 /* color: #646464;*/
}
.business-title p small {
   color: #646464;
  font-size:14px;
}
.box-body-info .pic-list{
  background: #323232;
  border: 1px solid #323232;
}
.share-down{
  padding-top:0;
  background: #1e1e1e;
}
.share-down .this-url,
.share-down .copy-url
{
  background: #323232;
  color: #6e6e6e!important;
}
.nav-hangye, .nav-hangye .hangye{
  background: #000;
}
.nav-hangye .hangye li a.father-hy{
  color: #bbb;
}
.nav-hangye .hangye li a.children-hy span:HOVER, .nav-hangye .hangye li a.father-hy span:HOVER{
  background: none;
  color: #0494a3;
  padding-left:0;
}
.nav-hangye .hangye li a.children-hy{
  color: #bbb;
}
.new-filter-search .new-box-search{
  background: #242424;
}
.zkw-pagination ul > li > a:hover, .zkw-pagination ul > li > a:focus, .zkw-pagination ul > .active > a, .zkw-pagination ul > .active > span{
  background: #08c;
  color: #fff;
}
.zkw-pagination ul > li > a, .pagination ul > li > span {
  background: #c8c8c8;
}
#index .box-body .business-title .box-text{
  color: #fff;
}
.list-sharing .item-body:hover{
  box-shadow: 0 0 5px #0494a3;
}
#user .user-container .user-right-side .user-box-table,#user .user-container .user-right-side .user-box-title{
  background: #1e1e1e;
}
.down-body{
  border: 1px solid #000;
  background: #000;
}
.down-body .list-down >li{
  border: 1px solid #4b4b4b;
  background: #323232;
  padding: 5px;
  box-sizing: border-box;
  border-radius: 5px;
}
.down-body .list-down .item-down .item-img{
  border: 1px solid #4b4b4b;
}
.qy-flag-30 {
  background: url(../img/ico8.png) no-repeat scroll center center;
  display: inline-block;
  height: 30px;
  /* margin-right: 5px; */
  margin-top: 5px;
  width: 16px;
}
.site-top .site-header{
  margin-bottom:0!important;
  overflow: hidden;
}
.site-top .footer-box{
  padding:0;
}

.width1220,#index .slides_container,#index .slides_container .slides_control a{
  width: 1220px;
  border:0;
}
.width1220{
  position: relative;
}
.width1220 .toutiao-gd{
  position: absolute;
  bottom: 0;
  left:0;
  right:0;
  overflow: hidden;
  height:30px;
  line-height: 30px;
  font-size:12px;
  /*background: rgb(50, 50, 50,0.5);*/
  z-index: 11111;
  padding-left: 125px;
}
.new-box-toutiao{
  position: absolute;
  background: rgba(50, 50, 50,0.5);
  width: 200%;
  height: 30px;
  z-index: 1;
  margin-left: -879px;
  top: -29px;
}
#marquee-article2{
  width: 1220px;
  height:30px;
  line-height: 30px;
  font-size:12px;
  z-index: 11111;
  overflow: hidden;
  color: #c8c8c8;
}
#marquee-article2 a{
  color: #c8c8c8;
}
.ico10{
  display: inline-block;
  width: 29px;
  height:24px;
  vertical-align: middle;
  background: url("../img/ico10.png") no-repeat;
}
.new-tab{
  position: absolute;
  left:0;
  top: 0;
  bottom: 0;
}
.new-tab span{
  cursor: pointer;
}
.new-tab .new-active{
  color: #0494a3;
}
.color-0494A3 span,.color-0494A3 small{
  color: #646464;
}
.business-title p.pull-left small{
  margin-left: 10px;
}
.business-title p small{
  font-size:15px;
  margin-left:5px;
}
.business-title p{
  padding:0;
}
.new-orl{
  color: #0494A3!important;
}
.down-body .list-down .item-down .item-info {
  position: absolute;
  right: 0;
  left: 6px;
  width: 269px;
  bottom: 0;
  text-align: center;
  bottom: 4px;
  background: rgba(0,0,0,0.5);
  max-width: 100%;
  padding: 0 5px;
  color: #ffffff;
  font-size: 14px;
}
.filter-search .site-search{
  padding:0;
}
.filter-search .select-search select{
  -moz-background: #242424;
  -ms-background: #242424;
  background: #242424;
  -moz-border: 1px solid #242424;
  -ms-border: 1px solid #242424;
  border: 1px solid #242424;
  color: #646464;
  width: 10%;
}
.select_txt_area input{
  background: #868686;
  border:1px solid #fff;
  height:14px;
}
.new-zdy{
  font-size:12px;
  margin-left: 40px;
}
.new-filter-search .filter-search .span2{
  width: 90px;
}
.new-filter-search .filter-search .span8{
  width: 995px;
}
.new-filter-search .filter-search .select-search select{
  width: 80px;
}
.width140{
  width: 140px;
}
#user .user-container .user-right-side .user-box-title{
  padding: 0 0 0 44px;
}
#user .user-container .user-right-side .user-body-box{
  background: #1e1e1e;
}
.recharge-type-box a{
  width: 106px;
  height:30px;
  color: #e5ecf6;
  border:1px solid #e5ecf6;
  border-radius: 0;
  padding-left:0;
  text-align: center;
  line-height: 30px;
  padding:0;
}
#user .rechargeonline-text .desc-tips{
  margin-bottom:0;
}
#user .user-container .new-rechargeonline-side .user-body-box .rechargeonline-form {
  margin: 24px 150px;
}
#user .user-left-side ul li{
  padding:4px 0;
}
#user .user-left-side, #user .user-container{
  border-left:0;
  border-right: 0;
  border-top:0;
  bottom:0;
}
#user .user-container .user-left-side {
  margin-top: 0px;
}
#user .user-container .user-left-side .user-ulBox {
  border-bottom: 1px solid #4b4b4b;
  border-top: 1px solid #4b4b4b;
  border-left: 1px solid #4b4b4b;
  background: #4b4b4b;
}
#user .user-container .user-left-side .user-ulBox,.grey-box{
  padding:0;
}
.grey-box{
  border-left: 1px solid #4b4b4b;
}
#user .user-container > .row .span9 {
  border-right: 1px solid #1e1e1e;
  border-bottom: 1px solid #1e1e1e;
}
.down-body .list-down .item-down .item-info{
  color: #fa5d18;
}
.list-sharing .item-body:hover {
  box-shadow: 0 0 5px #ffffff;
  border: 1px solid #ffffff;
}
#fix-box .btn-boxwx {
  display: table;
  margin-bottom: -1px;
}
#fix-box {
  bottom: 30%;
}
.advertising-left {
  height: 261px;
}
.list-sharing .item-body .model-pic {
  border: 1px solid #323232;
}
.list-sharing.unstyled, #index .box-body .list-sharing {
  background: #000000;
  border: 1px solid #000000;
  border-radius: 5px;

}

#index .box-body .model-list{
  position: relative;
}
.box-body .model-list:after{
  content: "";
  position: absolute;
  left: -3px;
  bottom: 0;
  top: 0;
  right: 0;
  width: 1226px;
  background: #323232;
  z-index: -1;
  border: 1px solid #4b4b4b;
}
.box-body .pic-list{
  position: relative;
}
.box-body .pic-list:after{
  content: "";
  position: absolute;
  left: -3px;
  bottom: 0;
  top: 0;
  right: 0;
  width: 1226px;
  background: #323232;
  z-index: -1;
  border: 1px solid #4b4b4b;
}
.list-sharing.unstyled, #index .box-body .list-sharing {
  background: none;
  border: 0;}
.list-sharing .item-body .model-pic {
  border: none;
}
.advertising-box {
  background: #424242;
}
.model-list .model-pic img, .model-list .model-pic {
  width: 290px;
  height: 218px;
}
.new-user-titile{
  width: 290px;
}
#fix-box .btn-boxwx.boxtops,#fix-box .btn-boxwx.boxbottom{
  height:25px;
}

#fix-box img{
  display: block;
  border:0;
}
#fix-box .btn-boxwx {
  background: #000000;
}
.new-fix-box{
  background: #000000;
}
.share-down .down-info .copy-body {
  color: #6e6e6e;
}
.box-body-info .pic-list .Gallery-info .model_mark .btn_mark i.fa-eye {
  width: 24px;
  height: 18px;
  display: block;
  background: url("../img/ico11.png") no-repeat center;
}
.box-body-info .pic-list .Gallery-info .model_mark .btn_mark i.fa-heart {
  width: 24px;
  height: 18px;
  display: block;
  background: url("../img/ico12.png") no-repeat center;
}
.box-body-info .pic-list .Gallery-info .model_mark .btn_mark i.fa-star-o{
  width: 24px;
  height: 18px;
  display: block;
  background: url("../img/ico13.png") no-repeat center;
}
.fa-eye:before,.fa-heart:before,.fa-star-o:before{
  display: none;
}
.select-bg:after{
  content:' ';
  position: absolute;
  right:6px;
  top:50%;
  margin-top:-5px;
  width:0px;
  height:0px;
  border-left:10px solid transparent;
  border-right:10px solid transparent;
  border-top:10px solid #0f7fc7;
  font-size:0px;
  line-height:0px
}

/*
.new-filter-search .filter-search .select-search select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  outline: none;
  border: 0 none;
  position: relative;
  padding: 0 0 0 5px;
  width: 100%;
  color:#0f7fc7;
  font-weight: bold;
  background: none;
  background-color: transparent;
  font-size: 13px;
  z-index: 99;
  overflow: hidden;
}*/
i.squery{
  width: 26px;
}
.box-message .leave-textarea button.btn:focus{
  border: 1px solid #fff;
}
.new-checkbox input[type="checkbox"],.fzz input[type="checkbox"]{
  -webkit-appearance: none;
  vertical-align: 0;
  margin-top: 0;
  background: #535353;
  border: #858585 solid 1px;
  width: 11px;
  height: 11px;
  position: relative;
}
.new-checkbox input[type="checkbox"]:checked {
  background: #535353;
  border: #858585 solid 1px;
}

.box-message .business-title {
    padding-left: 90px;
}
.fzz input[type="checkbox"]{
  vertical-align: -4px;
}
.fzz input[type=checkbox]:checked::after,.new-checkbox input[type=checkbox]:checked::after{
  content: '';
  top: 0px;
  left: 0px;
  position: absolute;
  background: transparent;
  border: #fff solid 2px;
  border-top: none;
  border-right: none;
  height: 6px;
  width: 9px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.box-message .leave-textarea textarea {
  width: 716px;
  height: 118px;
  padding: 5px;
  border: 1px solid #4b4b4b;
  margin-bottom: 0;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.box-message .leave-textarea textarea:focus{
  border:1px solid #eee;
}
#user .user-container .user-right-side .usercenter-form{
  background-color: #1e1e1e;
}
#user .user-container > .row > .span9{
  padding:1px;
}
#user .user-container .user-right-side > .row > .span8{
  background: #282828;
}
#user .user-container .user-right-side > .row > .span8.new-right-scxz{
  width: 954px!important;
}
#user .user-container .user-right-side .account-tab, #user .user-container .user-right-side .navigation_credit .navigation_links, #user .user-
container .user-right-side .user-box-table, #user .user-container .user-right-side .user-box-title, .table-hover tbody tr:hover>td, .table-hover
tbody tr:hover>th, #user .user-container .user-right-side .usercenter-form, #user .user-container .user-right-side .usercenter-form .control-group
.controls .preview-area, #user .user-container .user-right-side .user-body-box, #user .user-container .user-right-side .qy-auth .navigation_credit,
.navigation_credit .navigation_title h5 {
  background-color: #1e1e1e;
}
#user .user-container .user-right-side hr {
  border-color: #323232;
  border-top-width: 0;
  margin: 0px -2px;
}
#user .user-container .user-right-side .tab-content {
  background-color: #1e1e1e;
}
#user .user-container .user-left-side ul{
  padding:5px;
}
#user .user-left-side ul li{
  padding:0;
}
#user .user-container .user-right-side .user-box-title {

  margin-bottom: 0px;
}


#user .user-container .user-right-side .tab-content {
  min-height: 1009px;}
#user .user-container .user-right-side .user-box-table {
  height: 1220px !important;}
#user .user-container .user-right-side .usercenter-form {
  height: 890px;min-height: 890px}
.usercenter-form .form-horizontal .control-group {
  margin-bottom: 15px;
}
#user .user-container .user-right-side .user-body-box {

  height: 1090px!important;}
#user .user-container .user-right-side .user-body-box {
  height: 1090px!important;
}
#user .user-container .user-right-side .qy-auth .tab-content {
  min-height: 965px;
}
#user .user-container .user-right-side .new-withdraw {
  height: 1029px!important;
}
#user .user-container .user-right-side .user-box-table.new-box-height{
  height: 1091px!important;
}

.modal-dialog .btn{
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
  background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
  background-image: -o-linear-gradient(top,#fff,#e6e6e6);
  background-image: linear-gradient(to bottom,#fff,#e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #ccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
}
.modal-dialog .btn-danger {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
  background-image: -webkit-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: -o-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: linear-gradient(to bottom,#ee5f5b,#bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b',endColorstr='#ffbd362f',GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.new-filter-search .filter-search .span8 {
  width: auto;
}
.select_txt_area input {
  background: #383838;
  border: 1px solid #4b4b4b;
}
#user .user-container .user-right-side .user-body-box .rechargeonline-text {
  padding: 20px 48px;
  overflow: hidden;
}
.recharge-type-box a{
  border:1px solid #ea5e24;
}
.recharge-type-box.text-right a{
  border:1px solid #0596a3;
}
#user .recharge-text-box {
  padding: 0 100px !important;
}
#user .user-container .user-right-side .user-body-box .rechargeonline-form.new-rechargeonline-form {
  margin: 32px 86px;
}

#user .user-container .user-right-side .new-usercenter-form-box {
  height: auto;
  min-height: 900px;
}


#user .user-container > .row .span9.new-fp-detaid{
  border-bottom: 1px solid #4b4b4b;
  background: #1e1e1e;
}
.new-fp-padl{
  padding-left: 50px;
}

.subnav #marquee-article2,.subnav #marquee-article3{
  padding-top: 15px!important;
  line-height: 0!important;
}
.mask-index .mask-body {
  position: fixed;
  z-index: 1500;
  left: 0;
  right: 0;
  top: 15%;
}
.mask-index .mask-body .mask-tips {
  color: #fc5810;
  text-align: center;
}
.mask-index .mask-bg {
  background-color: #000;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1040;
  opacity: 0.8;
  filter: alpha(opacity=80);
}