* {
  margin: 0;
  padding: 0;
  list-style: none;
  font-style: normal;
}

a img {
  border: 0;
  text-decoration: none;
}

img {
  vertical-align: middle;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #a8d00d;
}

body {
  background: #b6d5e5;
}

body,
td,
th,
input,
textarea {
  font: 14px/1.5, "Microsof YaHei", Verdana, "宋体", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

.wrp {
  position: relative;
  width: 870px;
  margin: auto;
}

.wrp:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.main {
  background: #f0f8fc;
  padding-bottom: 150px;
}

.index .main {
  padding-top: 30px;
}

h1 {
  padding: 10px 0;
  height: 54px;
  overflow: hidden;
  text-indent: -9527px;
  background: url(../img/logo.gif) no-repeat left center;
}

.index .hidden {
  display: none;
}
.index input {
  background: none;
  outline: none;
}
.index input:focus {
  border: none;
}

.index .login-block {
  box-sizing: border-box;
  position: relative;
  z-index: 10;
  width: 270px;
  padding: 20px;
  margin: -50px 6px 6px -40px;
  float: right;
  display: inline;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.26);
}

.index .login-block .flex-column {
  display: flex;
  height: 52px;
  justify-content: space-between;
  margin-bottom: 5px;
}
.index .login-block .flex-column .title {
  font-size: 26px;
  line-height: 52px;
}
.index .login-block .flex-column .error {
  display: none;
  font-size: 14px;
  line-height: 32px;
  height: 32px;
  color: #fff;
  background-color: #d10000;
  padding: 0 10px;
  border-radius: 5px;
  margin-top: 10px;
}
.index .login-block input {
  box-sizing: border-box;
  width: 230px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #eaeaea;
  margin-bottom: 10px;
  padding: 5px 0 5px 30px;
  background-color: #f6f6f6 !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition-delay: 111111s;
  -webkit-transition: color 11111s ease-out, background-color 111111s ease-out;
}
.index .login-block .i-user {
  position: absolute;
  top: 89px;
  left: 28px;
}
.index .login-block .i-password {
  position: absolute;
  top: 138px;
  left: 28px;
}
.index .login-block .i-show {
  cursor: pointer;
  position: absolute;
  top: 139px;
  right: 28px;
}
.index .login-block .i-hide {
  cursor: pointer;
  position: absolute;
  top: 139px;
  right: 28px;
}
.index .login-block .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.index .login-block input.remember {
  width: 15px;
  height: 15px;
  border: none;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 20px;
  position: relative;
  margin-top: 5px;
  margin-right: 5px;
}

.index .login-block label {
  font-size: 14px;
  line-height: 20px;
}

.index .login-block .flex .right .forgetpassword {
  font-size: 14px;
  line-height: 20px;
  color: #409dcd;
  cursor: pointer;
}
.index .login-block .flex .right .forgetpassword:hover {
  color: #a8d00d;
}

.index .login-block input.remember::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #f6f6f6;
  width: 100%;
  height: 100%;
  border: 1px solid #eaeaea;
}

.index .login-block input.remember:checked::before {
  content: "\2714";
  background-color: #f6f6f6;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border: 1px solid #eaeaea;
  color: #666666;
  font-size: 20px;
  font-weight: bold;
}

.index .login-block .login {
  border: none;
  outline: none;
  cursor: pointer;
  width: 100%;
  height: 40px;
  border-radius: 5px;
  background-color: #71b6da !important;
  font-size: 18px;
  color: #ffffff;
  line-height: 40px;
  padding: 0;
  margin-top: 10px;
}
.index .login-block .login:hover {
  background-color: #4388ab !important;
}
.index .login-block .register {
  font-size: 14px;
  list-style: 20px;
  text-align: right;
  margin-top: 8px;
}
.index .login-block .register span {
  font-size: 14px;
  line-height: 20px;
  color: #409dcd;
  cursor: pointer;
}
.index .login-block .register span:hover {
  color: #a8d00d;
}
.index .login-block .other-way-login {
  font-size: 16px;
  line-height: 26px;
  margin-top: 10px;
}
.index .login-block .other-way-login .list img {
  cursor: pointer;
  margin-left: 5px;
}

.index .banners {
  position: relative;
  z-index: 5;
  margin: 3px 10px 3px 3px;
  height: 196px;
  width: 600px;
  border: 2px solid #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, .5);
}

.index .banners .slides_container {
  width: 600px;
  height: 196px;
}

.index .banners .slides_container div {
  width: 600px;
  height: 196px;
}

.index .banners .pagination {
  overflow: hidden;
  zoom: 1;
  height: 10px;
  position: absolute;
  z-index: 300;
  bottom: 5px;
  right: 10px;
}

.index .banners .pagination li {
  float: left;
  margin-right: 8px;
}

.index .banners .pagination li a {
  position: relative;
  float: left;
  overflow: hidden;
  width: 0;
  height: 0;
  margin: 1px;
  padding: 3px;
  border-radius: 4px;
  background: #fff;
  box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
  outline: none;
  opacity: .8;
}

.index .banners .pagination li.current a {
  padding: 4px;
  top: -1px;
  left: -1px;
  background: #258ada;
  box-shadow: none;
  opacity: 1;
}

.index .srvnav {
  width: 580px;
  height: 90px;
  overflow: hidden;
  position: relative;
}

.index .srvnav h2 {
  margin: 15px 0 5px;
  font-weight: bold;
  font-size: 12px;
  color: #1b629e;
}

.index .srvnav .more {
  position: absolute;
  right: 5px;
  top: 65px;
  font-size: 12px;
}

.index .srvnav .less {
  display: none;
  position: absolute;
  right: 5px;
  top: 90px;
  font-size: 12px;
}

.index .srvlist {
  width: 550px;
  margin: 0 10px;
}

.index .srvlist td {
  padding: 2px 20px 2px 10px;
  font-size: 12px;
  background: url(../img/blt01.gif) no-repeat 0 center;
}

.index .srvlist td.empty {
  background: none;
}

.foot {
  /* background: red; */
  border-top: 1px solid #b6d5e5;
}

.foot .inner {
  margin-top: -130px;
  padding-top: 115px;
  background: url(../img/foot.gif) no-repeat center top;
  font-size: 12px;
  color: #fff;
}

.userinfo {
  padding-bottom: 10px;
  margin-top: -40px;
  margin-bottom: 20px;
  border-bottom: 6px solid #b6d5e5;
  color: #3677ad;
  font-size: 12px;
  text-align: right;
}

.userinfo a {
  color: #3677ad;
}

.userinfo a:hover {
  color: #a8d00d;
}

.menu {
  position: relative;
  z-index: 10;
  width: 180px;
  float: left;
  display: inline;
  margin: 6px 20px 6px 6px;
  padding: 0 0 1px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.26);
}

.menu h2 {
  border-bottom: 1px dashed #bebebe;
  margin: 0 4px;
  padding: 0 10px;
  font: 14px/35px 微软雅黑, 文泉驿微米黑, "droid sans fallback", sans-serif;
  color: #1b629e;
}

.menu .mainmenu {
  padding: 10px;
}

.menu .mainmenu li {
  margin-bottom: 5px;
}

.menu .mainmenu li a {
  padding: 0 5px 0 10px;
  display: block;
  height: 24px;
  line-height: 24px;
}

.menu .mainmenu li.active a,
.menu .mainmenu li a:hover {
  background: url(../img/menubg.gif) no-repeat 0 0;
  color: #fff;
  font-weight: bold;
}

.menu .mainmenu img {
  vertical-align: -2px;
  margin-right: 10px;
}

.menu .srvlist {
  margin: 5px 15px;
  overflow: hidden;
  font-size: 12px;
  line-height: 21px;
  height: 63px;
}

.menu .srvlist a {
  color: #7f7f7f;
}

.menu .srvlist a:hover {
  color: #000;
}

.menu .more {
  padding: 5px 10px;
  font-size: 12px;
  text-align: right;
}

.menu .tip {
  display: none;
  margin: 5px;
  padding: 5px;
  background: #f0f8fc;
  color: #7f7f7f;
  font-size: 12px;
}

.doc {
  margin-left: 200px;
  padding: 0 20px 20px;
}

.infolist {
  margin: 0 0 30px;
}

.infolist li {
  overflow: hidden;
  zoom: 1;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px dashed #bebebe;
}

.infolist li .label {
  float: left;
  height: 40px;
  width: 120px;
  padding: 0 10px;
  color: #3677ad;
}

.doc .txt {
  height: 22px;
  padding: 1px 5px;
  border: 1px solid;
  border-color: #b6d5e5 #f5fafd #f5fafd #b6d5e5;
  background: #fff;
}

.doc .txt:focus {
  box-shadow: 0 0 4px #8fc2ed;
  border-color: #9bc6dd;
  background: #fff;
  outline: none;
}

.btn01 {
  border-radius: 10px;
  padding: 1px 10px;
  margin: 0 10px;
  background: #a3cf2d;
  font-size: 12px;
  color: #fff;
}

.btn01:hover {
  background: #89ae26;
  color: #fff;
}

.btn02 {
  border-radius: 10px;
  border: 1px solid #6c94a8;
  padding: 4px 30px;
  background: #86b5cd;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}

.btn02:hover {
  background: #4388ab;
  color: #fff;
}

.table1 {
  position: relative;
  border-collapse: collapse;
  margin: 10px 0;
  border: 1px solid #b6d5e5;
  background: #f0f8fc;
}

.table1 th {
  font-weight: bold;
  text-align: left;
  padding: 6px 10px;
  border: 1px solid #b6d5e5;
  color: #fff;
  background: #1b629e;
}

.table1 td {
  font-size: 14px;
  padding: 4px 10px;
  border: 1px solid #b6d5e5;
}

.table1 .charge td {
  /* 充值 */
  background-color: #f4fee2;
}

.table1 .payment td {
  /* 消费 */
  background-color: #fff1f0;
}

.table1 .exchange td {
  /* 兑换 */
  background-color: #f0fdff;
}

.doc .table1 {
  margin-left: -20px;
  margin-right: -3000px;
}

#userPosition {
  padding: 0;
  margin: 0;
  border: 0;
  position: absolute;
  z-index: 999;
}

#emailDomain {
  position: absolute;
  z-index: 999999;
  width: auto;
  overflow: hidden;
  padding: 0;
  margin: 0;
  border: 1px solid #ccc;
  background: #ffffff;
  text-align: left;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  -moz-opacity: .9;
  opacity: 0.9;
}

#emailDomain li {
  font-size: 12px;
  list-style: none;
  margin: 0 1px;
  height: 20px;
  padding: 0 5px;
  clear: both;
  line-height: 20px;
  cursor: pointer;
  color: #666;
}

#emailDomain li.note {
  text-align: left;
  color: #666;
}

.attention{
    font-size: 10px;
    color: #999;
}