/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active, a:focus, a:visited {
  border: none;
  outline: none !important;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * 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;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

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.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 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 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
.dialog-p-ZVfqM{
  text-align:justify;
  text-justify:distribute-all-lines;
}
.dialog-thead-2tdbR th, .dialog-tbody-2ZxCN td{
  word-wrap: break-word;
  word-break: break-all;
}
/*
bootstrap
*/
.dialog-row_no_gutters-gtdk6{
  margin-right: 0px;
  margin-left: 0px;
}
.dialog-col_no_gutters-2LgNQ{
  padding-right: 0px;
  padding-left: 0px;
}
.dialog-breadcrumb-287Zu{
  background-color: transparent;
  margin-bottom: 0px;
  padding-left: 0px;
}
.breadcrumb li{
  display: inline-block;*display: inline;*zoom: 1;
}
.dialog-breadcrumb_item-1KYBZ:before{
  content: ">" !important;
}
body{
  font-family:Tahoma,Arial,"Helvetica Neue","Hiragino Sans GB",Simsun,sans-self;
  background-color: #f2f2f2;
}
.dialog-xs_font-2vN2H{
  font-size: 12px;
  color: #DDE9FB;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor:  Default;
  min-width: 60px;
}
.dialog-icon_title-2MDIu{
  height: 20px;
  width: 20px;
}
.dialog-thead-2tdbR{
  background-color: #e4eafa;
  border-color: #e4e4e4;
  color: #999;
  text-align: center;
}
.dialog-thead-2tdbR th{
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.dialog-tbody-2ZxCN{
  background-color: #fff;
  color: #333;
  text-align: left;
}
.dialog-tbody-2ZxCN td{
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.dialog-hollowButton-3RxkU, .dialog-hollowButton-3RxkU:hover, hollowButton:focus, hollowButton:active{
  color: #3b98f7 !important;
  border: 1px solid #3b98f7 !important;
  background-color: transparent !important;
  padding: 0px;
}
.dialog-solidButton-133Yo, .dialog-solidButton-133Yo:hover, solidButton:focus, solidButton:active{
  color: #fff !important;
  border: 1px solid #3b98f7 !important;
  background-color: #3b98f7 !important;
  padding: 0px;
}
.dialog-placeholder-14iAZ{
  color: #bebebe;
}
.dialog-total-tD1kR{
  padding: 0 6px;
  color: #e4393c;
  font-family: \\5FAE\8F6F\96C5\9ED1 Regular,微软雅黑;
  font-weight: 400;
  font-size: 16px;
  line-height: 58px;
}
.dialog-totalLine-39Rcs{
  position: absolute;
  left: 5px;
  top: 10px;
}
.dialog-title-1DrdQ, .dialog-text-3iq1_{
  margin: 0 30px;
  text-align: center;
}
.dialog-p-ZVfqM{
  text-align:justify;
  text-justify:inter-ideograph;
}
.dialog-dialog-1xyE2{
  margin: 50px auto;
  width: 410px;
}
.dialog-body-38sQN{
  margin: 0 auto;
  text-align: center;
  padding: 25px;
}
.dialog-title-1DrdQ{
  margin: 15px 0;
  font-size: 20px;
  font-weight: 700;
  color: #363e41;
}
.dialog-text-3iq1_{
  font-size: 12px;
  color: #9F9F9F;
  line-height: 18px;
  margin-bottom: 15px;
}
.dialog-errorContainer-2q0JU{
  background-color: #f7f7f7;
  font-size: 12px;
  color: #666666;
  padding: 25px 25px 15px 25px;
  text-align: left;
}
.dialog-errorHeader-tFquN{
  font-weight: 700;
  margin-bottom: 20px;
}
.dialog-xs_img-2S7JZ{
  width: 16px;
  margin-right: 10px;
  float: left;
}
.dialog-p-ZVfqM{
  margin-left: 25px;
}
.dialog-foot-bPbGz{
  margin-top: 20px;
}
.dialog-button-1u39t{
  margin: 0 5px;
  width: 90px;
  height: 30px;
  font-size: 14px;
  border-radius: 2px;
}</style><style type="text/css">/* ---------------------single CSS----------------------- */
/* display */
.lib-dn-1aiJK{display:none;}
.lib-di-1YtNi{display:inline;}
.lib-db-3BXiG{display:block;}
.lib-dib-1d-q0{display:inline-block;*display:inline;*zoom:1;}
/* if the element is block level(eg. div, li), using 'inline_any' instead */

/* 大小不定元素垂直居中 */
.lib-dib_vm-SBz0q{display:inline-block; width:0; height:100%; vertical-align:middle;}
/* 加载中背景图片 - 如果您使用该CSS小库，务必修改此图片地址 */
.lib-loading-ncVYB{background:url(http://www.zhangxinxu.com/study/image/loading.gif) no-repeat center;}
/* 无框文本框文本域 */
.lib-bd_none-3sSA2{border:0; outline:none;}
/* 绝对定位隐藏 */
.lib-abs_out-2Hrhg{position:absolute; left:-999em; top:-999em;}
.lib-abs_clip-34J-8{position:absolute; clip:rect(0 0 0 0);}
/* 按钮禁用 */
.lib-disabled-1LsTv{color:#acacac!important; border-color:#acacac!important; text-shadow:1px 1px #fff!important; outline:0!important; cursor:default!important; pointer-events:none;}
.lib-disabled-1LsTv:hover{text-decoration:none!important;}
/*inline-block与float等宽列表*/
.lib-inline_box-1lgX3{font-size:1em; letter-spacing:-.25em; font-family:Arial;}
.lib-inline_two-27vpQ, .lib-inline_three-2SnF7, .lib-inline_four-2FmqM, .lib-inline_five-1Mdge, .lib-inline_six-2gs_G, .lib-inline_any-S-Z0Q{display:inline-block; *display:inline; letter-spacing:0; vertical-align:top; *zoom:1;}
.lib-float_two-1iHEX, .lib-float_three-1Yshp, .lib-float_four-3IGlB, .lib-float_five-3kQmN, .lib-float_six-ZonJW{float:left;}
.lib-inline_two-27vpQ, .lib-float_two-1iHEX{width:49.9%;}
.lib-inline_three-2SnF7, .lib-float_three-1Yshp{width:33.3%;}
.lib-inline_four-2FmqM, .lib-float_four-3IGlB{width:24.9%;}
.lib-inline_five-1Mdge, .lib-float_five-3kQmN{width:19.9%;}
.lib-inline_six-2gs_G, .lib-float_six-ZonJW{width:16.6%;}
.lib-inline_fix-3NfQC{display:inline-block; width:100%; height:0; overflow:hidden;}
/*混合使用：jf_ou添加*/
.lib-text-justify-2rovI{text-align:justify;text-justify:distribute-all-lines;text-align-last:justify;-moz-text-align-last:justify;-webkit-text-align-last:justify;}
.lib-text-justify-no-last-3yvXX{text-align:justify;text-justify:inter-ideograph;}
.lib-inline_block-27my9{display: inline-block;*display: inline;*zoom: 1;}
.lib-vmHelper-39I5q {height: 100%;vertical-align: middle;display: inline-block;*display: inline;*zoom: 1;}</style><style type="text/css">.Login-thead-1flzK th, .Login-tbody-1Im0k td{
  word-wrap: break-word;
  word-break: break-all;
}
/*
bootstrap
*/
.Login-row_no_gutters-28P3u{
  margin-right: 0px;
  margin-left: 0px;
}
.Login-col_no_gutters-3oAcX{
  padding-right: 0px;
  padding-left: 0px;
}
.Login-breadcrumb-2gXjn{
  background-color: transparent;
  margin-bottom: 0px;
  padding-left: 0px;
}
.breadcrumb li{
  display: inline-block;*display: inline;*zoom: 1;
}
.Login-breadcrumb_item-cV3SY:before{
  content: ">" !important;
}
body{
  font-family:Tahoma,Arial,"Helvetica Neue","Hiragino Sans GB",Simsun,sans-self;
  background-color: #f2f2f2;
}
.Login-xs_font-wQO2M{
  font-size: 12px;
  color: #DDE9FB;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor:  Default;
  min-width: 60px;
}
.Login-icon_title-2n8p9{
  height: 20px;
  width: 20px;
}
.Login-thead-1flzK{
  background-color: #e4eafa;
  border-color: #e4e4e4;
  color: #999;
  text-align: center;
}
.Login-thead-1flzK th{
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.Login-tbody-1Im0k{
  background-color: #fff;
  color: #333;
  text-align: left;
}
.Login-tbody-1Im0k td{
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.Login-hollowButton-JfFqI, .Login-hollowButton-JfFqI:hover, hollowButton:focus, hollowButton:active{
  color: #3b98f7 !important;
  border: 1px solid #3b98f7 !important;
  background-color: transparent !important;
  padding: 0px;
}
.Login-solidButton-4zl6a, .Login-solidButton-4zl6a:hover, solidButton:focus, solidButton:active{
  color: #fff !important;
  border: 1px solid #3b98f7 !important;
  background-color: #3b98f7 !important;
  padding: 0px;
}
.Login-placeholder-2ZsFr{
  color: #bebebe;
}
.Login-total-3f7yZ{
  padding: 0 6px;
  color: #e4393c;
  font-family: \\5FAE\8F6F\96C5\9ED1 Regular,微软雅黑;
  font-weight: 400;
  font-size: 16px;
  line-height: 58px;
}
.Login-totalLine-3nU3j{
  position: absolute;
  left: 5px;
  top: 10px;
}
.Login-resizeNo-1x9Ks{
  resize: none;
}
.Login-marginb10-cBSnB{
  margin-bottom: 10px;
}
.Login-marginb20-ftfWC{
  margin-bottom: 20px;
}
.Login-mPCBLable-3zBve{
  padding: 0px;
  border-left: none;
}
.Login-mobilephoneCodebtn-1ay56{
  height: 28px;
  font-size: 12px;
  border: none;
}
.Login-searchImg-1czpx{
  height: 28px;
  width: 30px;
  padding: 0px;
}
.Login-ti-xa4tr{
  color: #999999;
  font-size: 16px;
  text-align: left;
  line-height: 40px;
}
.Login-ti2-1C4mk{
  color: #333;
  font-size: 14px;
  text-align: left;
  line-height: 30px;
}
.Login-hr-3TfA6{
  margin-top: 7px;
  margin-bottom: 7px;
}
.Login-backgroundc-MeinA{
  background: #fff;
}
.Login-loginBtn-3wJTk{
  background: #1087eb;
  width: 100%;
  height:40px;
  line-height: 34px;
  font-size: 16px;
  border-radius: 5px;
  color:#fff;
  margin-top: 20px;
  border:none;
}
.Login-img01-2EAqN{
  margin-top:30px;
  cursor: pointer;
}
.Login-header-2o399{
    height: 110px;
    margin: 0px;
}
.Login-thebody-3uZbG{
  position: relative;
  overflow-x: hidden;
  -ms-overflow-x: hidden;
  height: 645px;
  margin: 0px;
}
.Login-middiv-3RxG2{
  height: 645px;
  text-align: right;
}
.Login-divc-70H1C{
  display: inline-block;
  height: 450px;
  width: 400px;
   padding: 30px 50px;
  background: #fff;
}
.Login-redidiv-tby4k{
  height: 645px;
}
.Login-inputDiv-1BoDT{
  width: 100%;
  background: #fff;
}
.Login-heardiv-3zTGs{
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  color: #1087eb;
  line-height: 50px;
  text-align:left;
  padding:20px 50px;
}
.Login-point_title-3h2Y2{
  font-size: 22px;
  text-align: left;
  display: inline-block;
}
.Login-link-34VxJ{
  font-size:12px;
  display: inline-block;
  font-weight: normal;
  color: #1087eb;
}
.Login-link-34VxJ>a:focus, .Login-link-34VxJ>a.Login-hover-2e1Do{
  color: #1087eb;
  text-decoration: none;
}
.Login-right_link-mL37Z{
  float:right;
}
.Login-left_link-eXuEr{
  float:left;
}
.Login-dlLinks-3VJja{
  text-align:center;
  font-size:12px;
  width:100%;
  padding:0;
}
.Login-dlLinks-3VJja>li{
  list-style: none;
  width: 100%;
  line-height:30px;
  height: 30px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.Login-bodydiv-CkFIk{
  overflow-y: auto;
  padding-left: 50px;
  padding-right: 50px;
}
.Login-footerdiv-3uH70{
  text-align: center;
  height: 80px;
  padding:0 50px;
}
.Login-padding10-277eX{
  padding:10px 0;
  border:1px solid #dedede;
  border-bottom:none;
}
.Login-padding10-277eX.Login-first-2EY9Y{
  border-radius: 3px 3px 0 0;
}
.Login-padding10-277eX.Login-last-3LVfo{
  border-bottom:1px solid #dedede;
  border-radius: 0 0 3px 3px;
}
.Login-no_border-22G0i{
  border:none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size:14px;
}
.Login-hidden-2_fm-{
  display:none;
}
@media (min-width:768px){
  .Login-chd-IvVSo {
    width: 750px;
  }
}
@media (min-width:992px){
  .Login-chd-IvVSo {
    width: 960px;
  }
}
@media (min-width:1200px){
  .Login-chd-IvVSo {
    width: 1170px;
  }
}
.Login-chdiv-fc3uh{
  margin-top: 100px;
  background: #fff;
  display: inline-block;
  height: 450px;
  width: 400px;
  float: right;
}
.Login-footer-2k8UW{
  height: 100px;
  margin: 0px!important;
  padding-top: 15px;
}
.Login-gridNoPadding-31kj7{
  padding: 0px!important;
}
.Login-footCol-2IfUs{

}
.Login-footColor1-1OhPH{
  color: #9f9f9f;
  font-size: 12px;
  line-height: 24px;
}
.Login-bodyImage-JC7oF{
  position: absolute;
  left: 57%;
  margin-left: -967px;
}
.Login-loginDiv-1WQpT{
  background-color: #fff;
  padding-bottom: 40px;
}
.Login-prompt-3ogBA{
  text-align: center;
  font-size: 12px;
  color: #999999;
	margin-top: 30px;
	
}
.modernText-empty-1eBxM{
	color: #bebebe;}