/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  font-family: 'Microsoft Yahei';
  box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after {
  content: none;
}
q:before,
q:after {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* custom */
a {
  color: #7e8c8d;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
}
li {
  list-style: none;
}
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-track-piece {
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
}
::-webkit-scrollbar-thumb:vertical {
  height: 5px;
  background-color: rgba(125, 125, 125, 0.7);
  -webkit-border-radius: 6px;
}
::-webkit-scrollbar-thumb:horizontal {
  width: 5px;
  background-color: rgba(125, 125, 125, 0.7);
  -webkit-border-radius: 6px;
}
select {
  padding: 0 !important;
}
html,
body {
  width: 100%;
  margin: 0;
  padding: 0;
}
.clearfix:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.ui-login-header {
  height: 96px;
  margin: 0 auto;
  position: relative;
  width: 1024px;
}
.ui-login-header .ui-login-logo {
  background: url(../images/logo.png) no-repeat;
  height: 96px;
  margin: 0 auto;
  position: absolute;
  width: 1024px;
}
.tabs li.arrow {
  flex: 0 0 18px;
  width: 18px;
  height: 34px;
  background-size: 18px 34px;
  border-left: 0;
  border-right: 0;
  background: url("../images/arrow_center_normal.png") no-repeat;
}
body {
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 12px;
}
body .container {
  width: 100%;
  background: url("../images/login_bg.png") repeat-x;
}
body .container .wrapper {
  position: relative;
  width: 1024px;
  height: 500px;
  margin: 0 auto;
  background: url("../images/download_bg.png") no-repeat;
}
body .container .wrapper .inner {
  width: 816px;
  margin: 0 auto;
  padding: 10px;
  padding-top: 48px;
}
.tabs {
  width: 100%;
  overflow: hidden;
  clear: both;
  padding: 0;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.tabs li {
  float: left;
  width: 23.3%;
  flex: 1;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  height: 34px;
  line-height: 34px;
  background: #F4F4F4;
  text-align: center;
  font-size: 14px;
  color: #666;
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
}
.tabs li.active,
.tabs li.actived {
  border-top: 1px solid #1178C9;
  border-bottom: 1px solid #1178C9;
  color: #fff;
}
.tabs li.tab.tab-start {
  border-left: 1px solid #cfcfcf;
}
.tabs li.tab.tab-end {
  border-right: 1px solid #cfcfcf;
}
.tabs li.tab.active {
  color: #ffffff;
  background: url("../images/arrow_bg.png") repeat-x;
}
.tabs li.tab.active.tab-start {
  border-left: 1px solid #1178C9;
}
.tabs li.tab.active.tab-end {
  border-right: 1px solid #1178C9;
}
.tabs li.tab.actived {
  color: #1178c9;
}
.tabs li.tab.actived.tab-start {
  border-left: 1px solid #1178C9;
}
.tabs li.arrow.active {
  background: url("../images/arrow_center_active.png") no-repeat;
}
.tabs li.arrow.actived {
  background: url("../images/arrow_center_actived.png") no-repeat;
}
.tabs li.arrow.active-next {
  background: url("../images/arrow_center_active_next.png") no-repeat;
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
}
.tips-warm {
  background: #E7F3FF;
  height: 60px;
  padding: 14px 10px;
  color: #0482CD;
  font-size: 12px;
  margin-bottom: 10px;
}
.tips-warm .tit {
  float: left;
  font-size: 14px;
}
.tips-warm .cont {
  float: left;
}
.tips-warm .cont .cont-item {
  height: 18px;
}
table {
  margin-bottom: 10px;
}
table tr .label {
  color: #666;
  background-size: 4px 6px;
  background: url("../images/arrow_red.png") no-repeat 142px 12px;
  position: relative;
}
table tr .label label {
  position: absolute;
  top: 7px;
  right: 10px;
}
table tr.field {
  color: #9b9b9b;
}
table tr.field .input {
  position: relative;
  height: 24px;
}
table tr.field .input input,
table tr.field .input select {
  position: relative;
  width: 340px;
  height: 26px;
  margin-bottom: 8px;
  border: 1px solid #ccc;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  background: transparent;
  z-index: 99;
  color: #666;
  padding: 5px;
  font-size: 12px;
}
table tr.field .input input.captcha-input,
table tr.field .input select.captcha-input {
  width: 112px;
}
table tr.field .input input.captcha-input-l,
table tr.field .input select.captcha-input-l {
  width: 220px;
}
table tr.field .input input.error,
table tr.field .input select.error {
  border: 1px solid #fc4343;
}
table tr.field .input .placeholder {
  position: absolute;
  left: 8px;
  top: 7px;
  z-index: 98;
}
table tr.field .input img {
  display: inline-block;
  width: 70px;
  height: 26px;
  vertical-align: top;
  margin: 0 10px 0 8px;
}
table tr.field .input a {
  color: #1486c4;
  cursor: pointer;
}
table tr.field .input .getCaptcha {
  display: inline-block;
  vertical-align: top;
  width: 110px;
  height: 28px;
  background: #FF5722;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  border: 0;
  outline: 0;
  margin-left: 10px;
}
table tr.field .input .getCaptcha[disabled] {
  background: #DBDBDB;
  color: #666;
  cursor: auto;
}
table tr.field .tip {
  width: 300px;
  padding-left: 20px;
}
table tr.field .tip .icon {
  display: none;
  width: 14px;
  height: 14px;
  background-size: 14px 14px;
  vertical-align: top;
}
table tr.field .tip .icon.right {
  background: url("../images/right.png") no-repeat;
}
table tr.field .tip .icon.wrong {
  background: url("../images/wrong.png") no-repeat;
}
table tr.field .tip .txt {
  display: none;
  color: #e32323;
  padding-left: 10px;
  vertical-align: text-top;
}
.btns {
  margin-top: 8px;
}
.btns .btn {
  width: 90px;
  height: 30px;
  display: inline-block;
  color: #fff;
  border: 0;
  outline: 0;
  border-radius: 3px;
  cursor: pointer;
}
.btns .btn.btn-blue {
  font-size: 14px;
  background: #1178C9;
  margin-right: 10px;
}
.btns .btn.btn-green {
  font-size: 14px;
  background: #0C9940;
}
.ui-login-footer {
  margin-top: 10px;
  font-size: 13px;
  color: #999;
  text-align: center;
}
.ui-login-footer .ui-login-footer-copyright {
  display: inline-block;
  text-align: center;
}
.ui-login-footer .ui-login-footer-copyright p {
  text-align: left;
  margin-bottom: 5px;
}
.pass {
  width: 430px;
  margin: 0 auto;
  margin-top: 85px;
}
.pass .icon {
  display: inline-block;
  vertical-align: top;
  width: 90px;
  height: 90px;
  margin-right: 30px;
  background-size: 90px 90px;
  background: url("../images/hook.png") no-repeat;
}
.pass .txt {
  display: inline-block;
  font-size: 14px;
}
.pass .txt .tit {
  font-size: 24px;
  color: #0C9940;
  margin-bottom: 15px;
}
.pass .txt .content {
  color: #666;
  margin-bottom: 20px;
}
.pass .txt a {
  color: #1178c9;
}
.pass .txt a:hover {
  text-decoration: underline;
}
