@charset "UTF-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
td {
  margin: 0;
  padding: 0;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  font-family: 'Microsoft Yahei', verdana;
  background-color: #ffffff;
  color: #4b4848;
  font-size: 14px;
}
ol,
li,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
.fb {
  font-weight: bold;
}
.fn {
  font-weight: normal;
}
a {
  text-decoration: none;
  color: #333333;
}
a:hover {
  text-decoration: none;
}
input {
  border: none;
  outline: none;
}
textarea {
  resize: none;
  height: 200%;
}
img,
textarea {
  border: 0;
  vertical-align: middle;
}
em,
i {
  font-style: normal;
}
fieldset,
img,
input,
button,
select {
  border: none;
  padding: 0;
  margin: 0;
  outline-style: none;
  box-shadow: none;
}
input,
button,
select,
textarea {
  font-family: 'Microsoft Yahei';
}
.clearfix::before,
.clearfix::after {
  content: '';
  display: block;
  visibility: hidden;
  clear: both;
  line-height: 0;
  height: 0;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.dis {
  display: block;
}
.undis {
  display: none;
}
::-webkit-scrollbar-track-piece {
  background-color: #f8f8f8;
  border-radius: 8px;
}
::-webkit-scrollbar {
  width: 9px;
  height: 9px;
}
::-webkit-scrollbar-thumb {
  background-color: #e5e5e5;
  background-clip: padding-box;
  min-height: 28px;
  border-radius: 8px;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #bbb;
}
:-moz-placeholder {
  color: #999;
}
::-moz-placeholder {
  color: #999;
}
::-webkit-input-placeholder {
  color: #999;
}
:-ms-input-placeholder {
  color: #999;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.clear {
  clear: both;
}
.loginBox {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  width: 900px;
  height: 600px;
  background: url("../images/loginBg.png") no-repeat;
  margin: -300px 0 0 -450px;
  display: none;
}
.loginBox.in {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  display: block;
}
.loginBox .login-main {
  float: right;
  width: 320px;
  height: 300px;
  margin: 170px 180px 0 0;
  position: relative;
}
.loginBox .login-main .login-bd .item {
  margin-bottom: 33px;
}
.loginBox .login-main .login-bd .item p {
  color: #232677;
  font-size: 18px;
  display: block;
  margin-bottom: 18px;
}
.loginBox .login-main .login-bd .item input {
  color: #333333;
  border-bottom: 1px solid #232677;
  font-size: 16px;
  width: 320px;
  line-height: 22px;
  height: 22px;
  background: #ffffff;
  padding-bottom: 5px;
}
.loginBox .login-main .login-bd .item input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #ffffff inset;
}
.loginBox .login-main .login-bd .item .tip {
  margin-top: 5px;
  font-size: 12px;
  float: right;
  text-align: right;
  height: 20px;
  display: none;
}
.loginBox .login-main .login-bd .item.error input {
  border-bottom: 1px solid #A61C41;
}
.loginBox .login-main .login-bd .item.error span {
  color: #A61C41;
}
.loginBox .login-main .login-btnGroup {
  float: left;
  margin-top: 20px;
}
.loginBox .login-main .login-btnGroup .loginBtn {
  width: 160px;
  height: 44px;
  line-height: 44px;
  float: left;
  display: inline-block;
  color: #ffffff;
  background: #232677;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
}
.loginBox .login-main .login-btnGroup .loginBtn:hover {
  background: #A61C41;
}
.loginBox .login-main .login-btnGroup .loginBtn:active {
  background: #921436;
}
.loginBox .login-main .login-btnGroup .loginBtn:disabled {
  background: #ccc;
}
.loginBox .login-main .login-btnGroup .err {
  float: left;
  color: #A61C41;
  line-height: 44px;
  margin-left: 40px;
  font-size: 12px;
}
.regBox {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  width: 900px;
  height: 600px;
  background: url("../images/loginBg.png") no-repeat;
  margin: -300px 0 0 -450px;
  display: block;
}
.regBox .reg-main {
  float: right;
  width: 320px;
  height: 300px;
  margin: 100px 180px 0 0;
  position: relative;
}
.regBox .reg-main .reg-tit {
  color: #232677;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
.regBox .reg-main .reg-bd .item {
  margin-bottom: 33px;
}
.regBox .reg-main .reg-bd .item p {
  color: #232677;
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
}
.regBox .reg-main .reg-bd .item input {
  color: #333333;
  border-bottom: 1px solid #232677;
  font-size: 16px;
  width: 320px;
  line-height: 22px;
  height: 22px;
  background: #ffffff;
  padding-bottom: 5px;
}
.regBox .reg-main .reg-bd .item input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #ffffff inset;
}
.regBox .reg-main .reg-bd .item .tip {
  margin-top: 5px;
  font-size: 12px;
  float: right;
  text-align: right;
  height: 20px;
  display: none;
}
.regBox .reg-main .reg-bd .item.error input {
  border-bottom: 1px solid #A61C41;
}
.regBox .reg-main .reg-bd .item.error span {
  color: #A61C41;
}
.regBox .reg-main .reg-btnGroup {
  float: left;
  margin-top: 20px;
}
.regBox .reg-main .reg-btnGroup .regBtn {
  width: 160px;
  height: 44px;
  line-height: 44px;
  float: left;
  display: inline-block;
  color: #ffffff;
  background: #232677;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
}
.regBox .reg-main .reg-btnGroup .regBtn:hover {
  background: #A61C41;
}
.regBox .reg-main .reg-btnGroup .regBtn:active {
  background: #921436;
}
.regBox .reg-main .reg-btnGroup .regBtn:disabled {
  background: #ccc;
}
.regBox .reg-main .reg-btnGroup .err {
  float: left;
  color: #A61C41;
  line-height: 44px;
  margin-left: 40px;
  font-size: 12px;
}
.payBox {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  width: 4rem;
  height: 2.4rem;
  background: #fff;
  margin: -1.2rem 0 0 -2rem;
  display: block;
  border-radius: 5px;
}
.payBox .pay-inner {
  padding: 0.2rem 0;
  text-align: center;
  color: #666;
  font-size: 0.16rem;
}
.payBox .pay-inner .close {
  position: absolute;
  right: 0.1rem;
  top: 0rem;
  z-index: 999;
  font-size: 22px;
  cursor: pointer;
  width: 0.2rem;
  height: 0.2rem;
  line-height: 0.2rem;
  margin-top: 0.1rem;
}
.payBox .pay-inner .close:hover {
  color: #871a43;
}
.payBox .pay-inner .c-top {
  color: #871a43;
  font-size: 16px;
  margin-top: 0.2rem;
}
.payBox .pay-inner .pay-main a {
  color: #232677;
}
.payBox .pay-inner .pay-main a:hover {
  color: #871a43;
}
.payBox .pay-inner .pay-main .c-main {
  margin: 0.5rem 0;
}
.payBox .pay-inner .pay-main .c-main a {
  padding-bottom: 1px;
  border-bottom: 1px solid #232677;
}
.payBox .pay-inner .pay-main .c-main a:hover {
  border-color: #871a43;
}
.mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 998;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.3);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr="#30000000", endColorstr="#30000000") 3;
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  display: none;
}
