@charset "UTF-8";
/* normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html, button, input, select, textarea {
  font-family: sans-serif; }

.form-input {
	  border: 1px solid #cccccc;
	  border-radius: 4px;
	  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }

.form-input:focus {
      border-color: #66afe9;
	  outline: 0;
	  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
	  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); }
/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address margins set differently in IE 6/7.
 */
p, pre {
  margin: 1em 0; }

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code, kbd, pre, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before, q:after {
  content: '';
  content: none; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl, menu, ol, ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu, ol, ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul, nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button, input, select, textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button, input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button, select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  text-rendering: optimizelegibility; }

body {
  word-wrap: break-word; }

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

i, em {
  font-style: normal; }

ol, ul, menu {
  list-style: none outside none; }

fieldset, iframe, abbr, acronym {
  border: 0 none; }

dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td, hr, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0; }

iframe {
  display: block; }

textarea {
  resize: vertical; }

th {
  text-align: inherit; }

body, button, input, select, textarea {
  font-family: Microsoft Yahei, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: "";
    display: table;
    line-height: 0; }
  .clearfix:after {
    clear: both; }

.blank5, .blank10, .blank15, .blank20 {
  display: block;
  clear: both;
  overflow: hidden; }

.blank5 {
  height: 5px; }

.blank10 {
  height: 10px; }

.blank15 {
  height: 15px; }

.blank20 {
  height: 20px; }

.fr {
  float: right;
  _display: inline; }

.fl {
  float: left;
  _display: inline; }

.show {
  display: block; }

.hide {
  display: none; }

.hidden {
  display: none !important;
  visibility: hidden; }

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

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

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

.indent {
  text-indent: 2em; }

.highlight {
  color: #F30 !important; }

.important {
  font-weight: 700 !important; }

.no-border {
  border: 0 none !important; }

.transparent {
  opacity: .0;
  filter: alpha(opacity=0); }

.block-active {
  background: url(../img/search-sprite.png) -93px 0px no-repeat; }

.list-active {
  background: url(../img/search-sprite.png) 0px 0px no-repeat; }

.xz-hd, .main__control {
  width: 100%;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  z-index: 12; }
  .xz-hd .hd-main, .main__control .hd-main {
    width: 1160px;
    height: 50px;
    margin: 0 auto; }
  .xz-hd .hd-logo, .main__control .hd-logo {
    float: left;
    width: 137px;
    height: 30px;
    margin-top: 10px;
    background: url(../../img/logo.png) 0 0 no-repeat !important;
  }
  .xz-hd .hd-search, .main__control .hd-search {
    width: 355px;
    height: 35px;
    background-color: #fff;
    float: left;
    border-radius: 35px;
    margin: 7px 0 0 200px;
    position: relative;
    overflow: hidden; }
    .xz-hd .hd-search .search-bd, .main__control .hd-search .search-bd {
      width: 260px;
      height: 19px;
      line-height: 19px;
      position: absolute;
      top: 0;
      left: 30px;
      font-size: 16px;
      color: #333;
      font-weight: 300;
      padding: 8px;
      border: 0;
      outline: 0; }
    .xz-hd .hd-search .btn-search, .main__control .hd-search .btn-search {
      position: absolute;
      top: 5px;
      right: 15px;
      width: 28px;
      height: 28px;
      background: url(../img/icon-search.png) 0 0 no-repeat;
      border: none;
      outline: 0;
      cursor: pointer; }
  .xz-hd .hd-control, .main__control .hd-control {
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    float: right;
    margin-top: 8px;
    color: #FFFFFF ;}
    .xz-hd .hd-control .user-btn, .main__control .hd-control .user-btn {
      cursor: pointer;
      text-align: center;
      font-size: 12px;
      color: white;
      margin: 10px; }
      .xz-hd .hd-control .user-btn:hover, .main__control .hd-control .user-btn:hover {
        color: #19b5f0; }
    .xz-hd .hd-control .user-name, .main__control .hd-control .user-name {
      display: none;
      cursor: pointer;
      text-align: center;
      font-size: 18px;
      text-decoration: none;
      float: right;
      width: 160px;
      white-space: nowrap;
      overflow: hidden;
      -ms-text-overflow: ellipsis;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      color : #ffffff }
      .xz-hd .hd-control .user-name:hover, .main__control .hd-control .user-name:hover {
        color: #fff228; }
    .xz-hd .hd-control .logout, .main__control .hd-control .logout {
      display: none;
      cursor: pointer;
      text-align: center;
      font-size: 18px;
      color: #fff;
      float: right;
      margin-left: 15px; }
      .xz-hd .hd-control .logout:hover, .main__control .hd-control .logout:hover {
        color: #fff228; }
    .xz-hd .hd-control .user-register, .main__control .hd-control .user-register {
      margin-right: 20px; }

#clicked {
  color: #17c7f5; }

.xz__ft {
  width: 100%;
  height: auto;
  position: relative;
  background-color: #333; }
  .xz__ft .xz__ft-main {
    width: 1160px;
    margin: 0 auto;
    height: auto;
    overflow: auto;
    padding-top: 30px;
    padding-bottom: 30px; }
    .xz__ft .xz__ft-main p {
      font-size: 14px;
      line-height: 25px;
      color: #fff; }
    .xz__ft .xz__ft-main .ft-left {
      float: right;
      width: 250px;
      height: 50px;
      margin-top: 10px; }
    .xz__ft .xz__ft-main .ft-right {
      float: right;
      width: 155px;
      height: 50px;
      margin-top: 10px; }
    .xz__ft .xz__ft-main a{
      color:#FFFFFF;
	  text-decoration:none; }
    .xz__ft .xz__ft-main .xz__ft-nav {
      padding-left: 0;
      list-style: none;
      float: left;
      width: 20%; }
      .xz__ft .xz__ft-main .xz__ft-nav > h4 {
        color: #fff;
        margin-bottom: 20px;
        font-size: 20px; }
      .xz__ft .xz__ft-main .xz__ft-nav > li {
        margin-bottom: 20px;
        color: #616261;
        font-size: 14px;
        cursor: default; }
        .xz__ft .xz__ft-main .xz__ft-nav > li > a {
          color: #616261;
          text-decoration: none;
          font-size: 14px;
          cursor: pointer;
          transition: all .20s ease-in-out; }
        .xz__ft .xz__ft-main .xz__ft-nav > li > a:hover {
          color: #fff; }
  .xz__ft .xz__ft-bottom {
    width: 100%;
    height: auto;
    background: #000; }
    .xz__ft .xz__ft-bottom p {
      width: 1160px;
      color: #616261;
      margin: 0 auto;
      padding: 15px 0; }
    .xz__ft .xz__ft-bottom p > a {
      color: #616261;
      text-decoration: none; }


.section-name {
  font-size: 36px;
  color: #333;
  font-weight: 400; }

.section-bd {
  font-size: 18px;
  color: #999999;
  margin-top: 25px; }

#loading {
  width: 64px;
  height: 64px;
  background: url(../img/loading.gif) center top no-repeat;
  margin: 63px auto 0; }

.xz-wrap {
  width: 100%;
  overflow: hidden; }

.gotop {
  opacity: 0;
  visibility: hidden;
  width: 38px;
  height: 37px;
  background: url(../img/sprite.png) -156px -5px no-repeat;
  position: fixed;
  right: 30px;
  /*left: 60%;
  margin-left: 520px;*/
  bottom: 200px;
  cursor: pointer;
  transition: all .3s linear; }

.show-gotop {
  opacity: 0;
  visibility: hidden;
  width: 38px;
  height: 37px;
  background: url(../img/sprite.png) -156px -5px no-repeat;
  position: fixed;
  right: 30px;
  bottom: 200px;
  cursor: pointer;
  transition: all .3s linear; }

.gotop-show {
  opacity: 1;
  visibility: visible; }

.jspContainer {
  overflow: hidden;
  position: relative; }

.jspPane {
  position: absolute; }

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 6px;
  height: 100%;
  background: transparent; }

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: red; }

.jspCap {
  display: none; }

.jspHorizontalBar .jspCap {
  float: left; }

.jspTrack {
  background: transparent;
  position: relative; }

.jspDrag {
  background: #616161;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
  border-radius: 7px; }

.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
  float: left;
  height: 100%; }

.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0; }

.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d; }

.jspVerticalBar .jspArrow {
  height: 16px; }

.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%; }

.jspVerticalBar .jspArrow:focus {
  outline: none; }

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%; }

* html .jspCorner {
  margin: 0 -3px 0 0; }

.popbox {
  width: 520px;
  background-color: #fff;
  padding: 30px 0;
  position: absolute;
  left: 50%;
  top: 200px;
  margin-left: -260px;
  border-radius: 8px;
  z-index: 20;
  /*yun pay*/
  /*print*/ }
  .popbox .popbox__close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 15px;
    height: 14px;
    cursor: pointer;
    background: url("../img/popbox/popbox-close-light.png") no-repeat 0 0 / contain;
  }
  .popbox .text-style {
    font-size: 14px;
    color: #999;
    text-align: center;
    margin-top: 15px; }
    .popbox .text-style .text-notice {
      color: #0fbbf2;
      text-decoration: none; }
    .popbox .text-style .nonsend {
      cursor: not-allowed; }
  .popbox .show__close {
  	position: absolute;
  	right: -20px;
	top: 8px;
    width: 42px;
    height: 44px;
    cursor: pointer;
    background: url(../img/popbox/popbox-close.png) 0 0 no-repeat; }
  .popbox .tab {
    overflow: hidden; }
    .popbox .tab li {
      float: left;
      width: 259px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      font-size: 18px;
      color: #999;
      cursor: pointer;
      border-bottom: 5px solid #e8f9fe; }
    .popbox .tab .active {
      border-bottom: 5px solid #1bc8f6;
      color: #1bc8f6; }
    .popbox .tab .wechat-pay {
      border-right: 1px solid #e8f9fe; }
  .popbox .wechat-pay-bd {
    overflow: hidden; }
  .popbox .app-pay-bd {
    overflow: hidden;
    display: none; }
  .popbox .xz-send-bd, .popbox .me-send-bd {
    overflow: hidden;
    padding: 20px; }
    .popbox .xz-send-bd form, .popbox .me-send-bd form {
      overflow: hidden;
      font-size: 14px;
      color: #333; }
      .popbox .xz-send-bd form .page, .popbox .me-send-bd form .page {
        padding: 10px 0; }
        .popbox .xz-send-bd form .page input, .popbox .me-send-bd form .page input {
          width: 58px;
          height: 30px;
          margin: 0 10px 0 20px; }
      .popbox .xz-send-bd form .radio span, .popbox .me-send-bd form .radio span {
        margin: 0 20px 0 10px; }
      .popbox .xz-send-bd form .address, .popbox .me-send-bd form .address {
        margin: 10px 0; }
        .popbox .xz-send-bd form .address span, .popbox .me-send-bd form .address span {
          display: inline-block;
          *display: inline;
          *zoom: 1;
          height: 36px;
          line-height: 36px; }
        .popbox .xz-send-bd form .address .address-input, .popbox .me-send-bd form .address .address-input {
          width: 380px;
          height: 30px; }
        .popbox .xz-send-bd form .address select, .popbox .me-send-bd form .address select {
          padding: 10px; }
      .popbox .xz-send-bd form .pay-num, .popbox .me-send-bd form .pay-num {
        font-size: 36px;
        color: #1bc8f6; }
      .popbox .xz-send-bd form .tips, .popbox .me-send-bd form .tips {
        font-size: 16px;
        color: #ccc; }
      .popbox .xz-send-bd form .send-submit, .popbox .me-send-bd form .send-submit {
        width: 285px;
        height: 38px;
        background-color: #1bc8f6;
        border: none;
        cursor: pointer;
        color: #fff;
        font-size: 18px;
        line-height: 38px;
        margin: 10px 0 10px 90px; }
      .popbox .xz-send-bd form .xztips, .popbox .me-send-bd form .xztips {
        font-size: 12px;
        color: #1bc8f6;
        text-align: center; }
  .popbox .me-send-bd {
    overflow: hidden;
    display: none; }
  .popbox .print-title {
    font-size: 24px;
    color: #333;
    height: 36px;
    line-height: 36px;
    width: 480px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }
  .popbox .submit-loading {
    display: none;
    position: absolute;
    right: 90px;
    top: 11px;
    width: 16px;
    height: 16px;
    background: url(../img/ajaxLoading.gif) 0 0 no-repeat; }
  .popbox .popbox__main {
    width: 290px;
    margin: 0 auto; }
    .popbox .popbox__main .main-logo {
      width: 165px;
      height: 47px;
      margin: 0 auto 10px;
      background: url(../img/popbox/popbox-logo.png) 0 0 no-repeat; }
    .popbox .popbox__main .popbox-text {
      color: #999;
      font-size: 16px;
      text-align: center;
      position: relative; }
      .popbox .popbox__main .popbox-text:before {
        content: "";
        position: absolute;
        left: 0;
        top: 11px;
        width: 50px;
        height: 1px;
        background-color: #ededed; }
      .popbox .popbox__main .popbox-text:after {
        content: "";
        position: absolute;
        right: 0;
        top: 11px;
        width: 50px;
        height: 1px;
        background-color: #ededed; }
    .popbox .popbox__main .other-txt {
      margin-top: 18px; }
    .popbox .popbox__main .other {
      overflow: hidden;
      padding: 17px; }
      .popbox .popbox__main .other .ico {
        float: left;
        width: 62px;
        height: 62px;
        cursor: pointer; }
      .popbox .popbox__main .other .qq-ico {
        background: url(../img/popbox/qq.png);
        margin-right: 35px; }
      .popbox .popbox__main .other .renren-ico {
        background: url(../img/popbox/renren.png);
        margin-right: 35px; }
      .popbox .popbox__main .other .sina-ico {
        background: url(../img/popbox/sina.png); }
    .popbox .popbox__main .form .form-input {
      outline: 0;
      font-size: 16px;
      color: #000000;
      padding: 5px 10px;
      margin-top: 11px;
      line-height: 16px;
      padding-top: 10px;
      width: 266px; }
    .popbox .popbox__main .form .shortMsg {
        width: 120px;
    }
    .popbox .popbox__main .form .shortMsg-sent-btn {
        width: 100px;
        display: inline-block;
        text-align: center;
        font-size: 16px;
        line-height: 16px;
        color: #fff;
        background: #0aaae7;
        padding: 9px;
        border-radius: 5px;
        cursor: pointer;
        position: relative;
        left: 26px;
        top: -2px;
    }
    .popbox .popbox__main .form .success-message {
        display: none;
    }
    .popbox .popbox__main .form .s-email {
        display: none;
    }
    .popbox .popbox__main .form .s-password {
        display: none;
    }
    .popbox .popbox__main .form #register-info {
        display: none;
    }
    .popbox .popbox__main .form #code-img-login, .popbox .popbox__main .form #code-img-register {
      display: inline;
      *zoom: 1;
      outline: 0;
      height: 35px; }
    .popbox .popbox__main .form .code {
      width: 150px; }
    .popbox .popbox__main .form .code-img {
      width: 100px;
      height: 35px;
      border: none;
      margin-bottom: 5px;
      cursor: pointer; }
    .popbox .popbox__main .form .email-loading {
      display: none;
      position: absolute;
      right: 88px;
      top: 244px;
      width: 16px;
      height: 16px;
      background: url(../img/ajaxLoading.gif) 0 0 no-repeat; }
    .popbox .popbox__main .form .finback-tips {
      display: none;
      color: #0fbbf2;
      font-size: 14px;
      margin-top: 15px;
      text-align: center; }
    .popbox .popbox__main .form .form-submit {
      width: 290px;
      height: 37px;
      line-height: 37px;
      margin: 11px 0 7px 0;
      text-align: center;
      font-size: 16px;
      color: #fff;
      border: none;
      background-color: #0aaae7;
      outline: 0;
      cursor: pointer;
      position: relative; }
    .popbox .popbox__main .form #findback-form-submit {
      display: none; }
    .popbox .popbox__main .forget-pass {
      float: left; }
    .popbox .popbox__main .toother {
      font-style: 14px;
      color: #179fc6;
      text-decoration: none; }
    .popbox .popbox__main .toregister {
      float: right; }
    .popbox .popbox__main .register-tips {
      float: right;
      color: #999;
      line-height: 2;
      font-size: 14px; }
    .popbox .popbox__main .error-tips {
      clear: both;
      color: #c72525;
      font-size: 14px; }
  .popbox .pay-name {
    font-size: 20px;
    color: #333;
    height: 52px;
    overflow: hidden; }
  .popbox .service {
    overflow: hidden;
    margin-top: 10px; }
    .popbox .service li {
      color: #333;
      font-size: 16px;
      height: 28px;
      line-height: 28px;
      text-indent: 40px;
      position: relative; }
      .popbox .service li .choose-state {
        position: absolute;
        left: 10px;
        top: 8px;
        width: 15px;
        height: 15px; }
      .popbox .service li .chosed {
        background: url(../img/pay-chosed.png) 0 0 no-repeat; }
      .popbox .service li .nochosed {
        background: url(../img/pay-nochosed.png) 0 0 no-repeat; }
  .popbox .pay-num {
    font-size: 36px;
    color: #1bc8f6;
    margin: 10px 0 0 15px; }
  .popbox .pay-left {
    float: left; }
    .popbox .pay-left p {
      font-size: 14px;
      color: #333;
      text-align: center; }
  .popbox .qrcode {
    width: 233px;
    height: 233px;
    margin: 35px 35px 10px 25px; }
  .popbox .mod-txt {
    width: 210px;
    height: 240px;
    float: left;
    margin-top: 60px;
    overflow: hidden; }
  .popbox .file__form {
    padding: 0 25px; }
    .popbox .file__form .input {
      line-height: 33px;
      height: 33px;
      margin-bottom: 10px; }
      .popbox .file__form .input .voice {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        width: 162px;
        height: 28px;
        float: right;
        position: relative;
        margin-right: 235px;
        margin-top: 4px;
        background: url(../img/popbox/img-voice.png) 0 center no-repeat; }
        .popbox .file__form .input .voice .time {
          color: #fff;
          position: absolute;
          height: 20px;
          line-height: 20px;
          left: 40px;
          top: 4px; }
        .popbox .file__form .input .voice .close {
          position: absolute;
          right: 0px;
          top: 0px;
          width: 20px;
          height: 18px;
          background: url(../img/popbox/img-voiceClose.jpg) 0 0 no-repeat;
          cursor: pointer; }
    .popbox .file__form .textarea {
      margin-bottom: 10px; }
    .popbox .file__form label {
      color: #333;
      float: left;
      margin-right: 5px; }
    .popbox .file__form input {
      font-size: 14px;
      padding: 5px;
      margin-left: 8px;
      border: none;
      outline: 0;
      border: 1px solid #ccc; }
    .popbox .file__form .file__title {
      width: 370px; }
    .popbox .file__form .file__des {
      height: 80px;
      font-size: 14px;
      padding: 5px;
      margin-left: 8px;
      border: none;
      outline: 0;
      width: 370px;
      border: 1px solid #ccc; }
    .popbox .file__form .payOrFree {
      width: 131px;
      height: 29px;
      float: left;
      margin: 3px 54px 0 8px; }
      .popbox .file__form .payOrFree i {
        width: 65px;
        height: 29px;
        cursor: pointer; }
      .popbox .file__form .payOrFree .isFree {
        float: left; }
      .popbox .file__form .payOrFree .isPay {
        float: right; }
    .popbox .file__form .pay {
      background: url(../img/popbox/ico-ispay.jpg); }
    .popbox .file__form .free {
      background: url(../img/popbox/ico-free.jpg); }
    .popbox .file__form .file__price {
      width: 75px;
      margin-right: 10px; }
    .popbox .file__form .file__to {
      width: 160px;
      margin-right: 10px; }
    .popbox .file__form .file__submit {
      width: 290px;
      height: 40px;
      line-height: 40px;
      margin: 0 auto;
      text-align: center;
      background-color: #0aaae7;
      color: #fff;
      cursor: pointer;
      border-radius: 3px; }

#box-mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
  filter: alpha(opacity=40);
  z-index: 19; }

#dropzone {
  width: 800px;
  height: 300px;
  border: 1px solid #eee;
  margin: 10px auto 0; }

.login-popbox {
  display: none; }

.register-popbox {
  display: none; }

.success-popbox {
  display: none; }

.success-popbox {
  display: none; }

.commonmessage-popbox {
  display: none; }

.timemessage-popbox {
  display: none; }

.qrcode-popbox {
  display: none; }

.sendemail-success-popbox {
  display: none; }

.sendemail-popbox {
  display: none; }

.findback-popbox {
  display: none; }

.sendfile-popbox {
  display: none; }

.sendefile-success-popbox{
  display: none;}

/*----云打印，付费弹窗----*/
.pay-popbox {
  display: none; }

.pay-popbox .xztips {
  font-size: 12px;
  color: #1bc8f6;
  text-align: center; }

.print-popbox {
  display: none; }

.file-popbox {
  display: none; }

#box-mask {
  display: none; }

.upload-popbox {
  display: none;
  width: 850px; }
  .upload-popbox .uploadZone {
    width: 850px;
    height: 300px; }
  .upload-popbox .stop-upload {
    width: 850px;
    height: 302px;
    position: absolute;
    left: 0;
    bottom: 29px;
    cursor: not-allowed;
    z-index: 2; }
  .upload-popbox .search-con {
    height: 36px;
    margin-left: 90px;
    z-index: 5;
    margin-top: 10px; }
    .upload-popbox .search-con .upload-tips {
      margin-left: 20px;
      color: red;
      font-size: 14px;
      line-height: 36px; }
    .upload-popbox .search-con .search-list {
      margin: 10px 0 10px 10px;
      outline: 0; }
      .upload-popbox .search-con .search-list li {
        font-size: 14px;
        color: #999;
        height: 24px;
        line-height: 24px;
        cursor: pointer; }
        .upload-popbox .search-con .search-list li:hover {
          color: #1bc8f6; }
  .upload-popbox .search-name-bwrap {
    position: relative;
    float: left; }
    .upload-popbox .search-name-bwrap .close-search-name {
      display: none;
      width: 10px;
      height: 9px;
      position: absolute;
      top: 15px;
      right: 48px;
      z-index: 8;
      cursor: pointer;
      background: url(../img/search-sprite.png) -411px 0 no-repeat; }
  .upload-popbox .search-name-wrap {
    position: relative;
    float: left;
    margin-right: 20px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .upload-popbox .search-name-wrap .arrow {
      position: absolute;
      top: 14px;
      right: 7px;
      width: 15px;
      height: 11px;
      cursor: pointer; }
    .upload-popbox .search-name-wrap .arrow-up {
      background: url(../img/search-sprite.png) -376px 0 no-repeat; }
  .upload-popbox .choose-auto {
    display: none;
    position: absolute;
    left: 0;
    top: 35px;
    border: 1px solid #17c7f5;
    background-color: #fff;
    overflow: hidden;
    z-index: 5; }
    .upload-popbox .choose-auto .input-tips, .upload-popbox .choose-auto .input-none {
      margin-left: 14px;
      margin-bottom: 14px;
      font-size: 14px;
      color: #999; }
    .upload-popbox .choose-auto .input-none {
      display: none; }
    .upload-popbox .choose-auto .input-text-wrap {
      border: 1px solid #17c7f5;
      height: 27px;
      border-radius: 25px;
      margin: 10px 0 0 10px;
      padding: 5px 0 0 20px; }
      .upload-popbox .choose-auto .input-text-wrap .ajax-loading {
        display: none;
        position: absolute;
        top: 20px;
        right: 26px;
        width: 16px;
        height: 16px;
        background: url(../img/ajaxLoading.gif) 0 0 no-repeat; }
      .upload-popbox .choose-auto .input-text-wrap .input-text {
        font-size: 14px;
        color: #999;
        outline: 0;
        border: 0; }
  .upload-popbox .school-auto {
    width: 255px; }
    .upload-popbox .school-auto .school-input-wrap {
      width: 212px; }
      .upload-popbox .school-auto .school-input-wrap .school-input {
        width: 185px; }
    .upload-popbox .school-auto .school-search-list {
      max-height: 120px;
      width: 235px;
      background-color: #fff;
      overflow-x: hidden;
      overflow-y: auto; }
      .upload-popbox .school-auto .school-search-list li {
        width: 215px;
        white-space: nowrap;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis; }
  .upload-popbox .college-auto {
    width: 205px; }
    .upload-popbox .college-auto .college-input-wrap {
      width: 162px; }
      .upload-popbox .college-auto .college-input-wrap .college-input {
        width: 135px; }
    .upload-popbox .college-auto .college-search-list {
      max-height: 120px;
      width: 185px;
      overflow-x: hidden;
      overflow-y: auto; }
      .upload-popbox .college-auto .college-search-list li {
        width: 175px;
        white-space: nowrap;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis; }
  .upload-popbox .sort-auto, .upload-popbox .price-auto {
    width: 205px; }
  .upload-popbox .search-name {
    float: left;
    height: 22px;
    outline: 0;
    font-size: 14px;
    line-height: 22px;
    color: #999;
    padding: 6px 45px 6px 10px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }
  .upload-popbox .school-name {
    width: 200px;
    border: 1px solid #3ac7ff;
    cursor: pointer; }
  .upload-popbox .college-name {
    width: 150px; }
  .upload-popbox .college-name-not {
    border: 1px solid #D2D2D2;
    cursor: not-allowed; }
  .upload-popbox .college-name-allow {
    border: 1px solid #3ac7ff;
    cursor: pointer; }
  .upload-popbox .arrow-down {
    background: url(../img/search-sprite.png) -361px 0 no-repeat; }
  .upload-popbox .arrow-not {
    background: url(../img/not-allow.png) 0 0 no-repeat; }

@-webkit-keyframes next-page {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
            transform: translateY(6px); } }

@keyframes next-page {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
            transform: translateY(6px); } }

@-webkit-keyframes hide-page {
  0% {
    opacity: 1;
    -webkit-transform: translateY(6px);
            transform: translateY(6px); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-9px);
            transform: translateY(-9px); } }

@keyframes hide-page {
  0% {
    opacity: 1;
    -webkit-transform: translateY(6px);
            transform: translateY(6px); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-9px);
            transform: translateY(-9px); } }

@-webkit-keyframes bowen1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0); }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes bowen1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0); }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes icon {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px); }

  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }

  90% {
    opacity: 1;
    -webkit-transform: translateY(5px);
            transform: translateY(5px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes icon {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px); }

  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }

  90% {
    opacity: 1;
    -webkit-transform: translateY(5px);
            transform: translateY(5px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes zuobiao {
  0% {
    opacity: 0;
    width: 0; }

  100% {
    opacity: 1;
    width: 72px; } }

@keyframes zuobiao {
  0% {
    opacity: 0;
    width: 0; }

  100% {
    opacity: 1;
    width: 72px; } }

@-webkit-keyframes water-mask {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }

  100% {
    -webkit-transform: translateY(-184px);
            transform: translateY(-184px); } }

@keyframes water-mask {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }

  100% {
    -webkit-transform: translateY(-184px);
            transform: translateY(-184px); } }

@-webkit-keyframes scroll2-txt1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translateY(260px);
            transform: scale(0) translateY(260px); }

  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); } }

@keyframes scroll2-txt1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translateY(260px);
            transform: scale(0) translateY(260px); }

  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); } }

@-webkit-keyframes scroll2-txt2 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translateY(160px);
            transform: scale(0) translateY(160px); }

  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); } }

@keyframes scroll2-txt2 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translateY(160px);
            transform: scale(0) translateY(160px); }

  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); } }

@-webkit-keyframes scroll4-book {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0); }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes scroll4-book {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0); }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes scroll4-badge {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 380px);
            transform: translate3d(0, 0, 380px); }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes scroll4-badge {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 380px);
            transform: translate3d(0, 0, 380px); }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@-webkit-keyframes scroll4-book-wrap {
  0% {
    -webkit-transform: scale(.96);
            transform: scale(.96); }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes scroll4-book-wrap {
  0% {
    -webkit-transform: scale(.96);
            transform: scale(.96); }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes printer {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes printer {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-webkit-keyframes paper {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-87px);
            transform: translateY(-87px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes paper {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-87px);
            transform: translateY(-87px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes circle2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(150px, -150px, 460px);
            transform: translate3d(150px, -150px, 460px); }

  80% {
    opacity: 1; }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes circle2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(150px, -150px, 460px);
            transform: translate3d(150px, -150px, 460px); }

  80% {
    opacity: 1; }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@-webkit-keyframes circle1com1 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100px, -100px, -460px);
            transform: translate3d(100px, -100px, -460px); }

  80% {
    opacity: 1; }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes circle1com1 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100px, -100px, -460px);
            transform: translate3d(100px, -100px, -460px); }

  80% {
    opacity: 1; }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@-webkit-keyframes circle1com2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100px, -100px, -460px);
            transform: translate3d(-100px, -100px, -460px); }

  80% {
    opacity: 1; }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes circle1com2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100px, -100px, -460px);
            transform: translate3d(-100px, -100px, -460px); }

  80% {
    opacity: 1; }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@-webkit-keyframes circle3com1 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100px, -100px, -460px);
            transform: translate3d(-100px, -100px, -460px); }

  80% {
    opacity: 1; }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes circle3com1 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100px, -100px, -460px);
            transform: translate3d(-100px, -100px, -460px); }

  80% {
    opacity: 1; }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@-webkit-keyframes circle3com2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, -260px);
            transform: translate3d(0, -100px, -260px); }

  80% {
    opacity: 1; }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes circle3com2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, -260px);
            transform: translate3d(0, -100px, -260px); }

  80% {
    opacity: 1; }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@-webkit-keyframes needle {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg); }

  88% {
    opacity: 1;
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg); }

  92% {
    opacity: 1;
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg); }

  96% {
    opacity: 1;
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg); }

  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes needle {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg); }

  88% {
    opacity: 1;
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg); }

  92% {
    opacity: 1;
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg); }

  96% {
    opacity: 1;
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg); }

  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
            transform: rotate(0); } }