@charset "UTF-8";
@import url(../../font/iconfont/iconfont.css);
* {
  margin: 0;
  padding: 0;
}

body {
  overflow: hidden;
  color: #333;
  font-size: 14px;
  font-family: "微软雅黑", Arial, sans-serif;
  line-height: 24px;
}

input:-internal-autofill-selected {
  background-color: transparent !important;
  background-image: none !important;
  color: initial !important;
}

.ant-input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px rgb(246, 246, 246) inset;
  -webkit-text-fill-color: #333;
}

i {
  font-weight: 400;
  font-style: normal;
}

a {
  text-decoration: none;
}

a:hover, a:link {
  outline: 0 none;
  text-decoration: none;
}

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

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

.cl::after {
  clear: both;
  display: block;
  visibility: hidden;
  overflow: hidden;
  height: 0;
  content: ".";
  font-size: 0;
  line-height: 0;
}

button, input[type=reset], input[type=button], input[type=submit] {
  line-height: normal !important;
  cursor: pointer !important;
}

input, select {
  outline: medium none;
  vertical-align: middle;
  font-family: "微软雅黑";
}

input {
  border: medium none;
  font-size: 14px;
}

.loginUlStyle {
  cursor: pointer;
  position: absolute;
  top: 25%;
  z-index: 1;
  right: 0;
  border-radius: 15px 0 0 15px;
  /*background: rgba(64, 121, 193, 0.7);*/
  color: white;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.softwareDownloadArea, .helpDocumentArea, .updateExportArea, .recommendBrowserDownload {
  cursor: pointer;
  /*position: absolute;*/
  /*top: 100px;*/
  z-index: 1;
  right: 0;
  border-radius: 15px 0 0 15px;
  background: rgba(64, 121, 193, 0.7);
  padding: 5px 10px;
  margin: 10px 0;
}
.softwareDownloadArea i, .helpDocumentArea i, .updateExportArea i, .recommendBrowserDownload i {
  margin-right: 3px;
}
.softwareDownloadArea:hover, .helpDocumentArea:hover, .updateExportArea:hover, .recommendBrowserDownload:hover {
  background: #407ac1;
}

.icon-btn {
  border-left: 1px solid #e6e6e6;
  line-height: 28px;
  height: 28px;
  position: absolute;
  width: 50px;
  text-align: center;
  right: 0;
  top: 0;
  cursor: pointer;
}

span.icon-btn {
  cursor: pointer;
}

img {
  vertical-align: middle;
}

.hide {
  display: none;
}

.layui-input:hover {
  border-color: #D2D2D2 !important;
}

.layui-input {
  display: block;
  padding-left: 10px;
  border-color: #d0d9e2;
  box-sizing: border-box;
  border-radius: 2px;
}

.layui-layer .layui-layer-title {
  font-size: 16px;
  background: #407ac1;
  color: white;
}

.moduleBox {
  background: white;
  padding: 10px;
  zoom: 1;
}

.layui-table, .layui-table-view {
  z-index: 0;
  margin: 0;
}

.layui-table-view {
  border: none;
}

.layui-table-page {
  border: 1px solid #e6e6e6;
  border-top: none;
}

::-webkit-scrollbar { /*滚动条整体样式*/
  width: 10px; /*宽分别对应竖滚动条的尺寸*/
  height: 10px; /*高分别对应横滚动条的尺寸*/
}

::-webkit-scrollbar-track { /*滚动条里面轨道*/
  background-color: white;
}

::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
  background-color: rgb(203, 203, 203);
}

.QRcodeArea {
  text-align: center;
}
.QRcodeArea img {
  width: 200px;
  height: 200px;
}
.QRcodeArea span {
  display: block;
  font-size: 20px;
  margin-bottom: 20px;
}

.loginToggleWay {
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 10px;
  color: #858585;
  width: 53px;
  height: 53px;
  line-height: 53px;
  text-align: center;
  cursor: pointer;
}
.loginToggleWay:hover {
  color: #0a6dec;
}

.QRcodeBtn {
  background: url("../../images/login/QRcodeBtn.png") no-repeat;
  background-size: contain;
}

.pcAcountBtn {
  background: url("../../images/login/pcAcountBtn.png") no-repeat;
  background-size: contain;
}

.theme1 {
  height: 100%;
  width: 100%;
}
.theme1 .mt-25 {
  margin-top: 25px;
}
.theme1 .login-title {
  position: relative;
  top: 10px;
  width: 100%;
  text-align: center;
}
.theme1 .login-title h1 {
  vertical-align: middle;
  height: 92px;
  display: inline-block;
  line-height: 92px;
  color: #fff;
  background-image: url("../../images/login/empty.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 90px;
}
.theme1 .bg {
  width: 100%;
  height: 320px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.theme1 .bg img {
  width: 100%;
  height: 320px;
}
.theme1 .login-name {
  position: absolute;
  top: 30px;
  height: 88px;
  line-height: 88px;
  width: 100%;
  background-color: #00528e;
}
.theme1 .login-name b {
  width: 750px;
  height: 88px;
  display: block;
  line-height: 96px;
  margin: 0 auto;
  text-align: left;
}
.theme1 .login-main {
  position: absolute;
  top: 50%;
  right: 50%;
  margin-right: -550px;
  margin-top: -272px;
  width: 1100px;
  height: 544px;
  z-index: 1;
}
.theme1 .login-box-left {
  position: absolute;
  top: 80px;
  left: 0;
  width: 60%;
  height: 361px;
  background-image: url("../../images/login/login-box-left.png");
  background-size: 100% 100%;
}
.theme1 .login-box-wrap {
  position: absolute;
  top: 35px;
  right: 0;
  width: 363px;
  height: 470px;
  background: transparent url(../../images/login/login-box.png) no-repeat scroll 0 0;
  background-color: #00528e;
  box-shadow: 1px 1px 10px 8px rgba(0, 0, 0, 0.2);
}
.theme1 .login-box {
  float: left;
  margin-top: 112px;
  margin-left: 31px;
  width: 301px;
}
.theme1 .login-group {
  overflow: hidden;
  margin-left: 10px;
  width: 284px;
  height: 34px;
  line-height: 34px;
}
.theme1 .login-group input {
  margin: 6px 0;
  width: 270px;
  height: 30px;
  border: none;
  background: 0 0 !important;
  color: #666;
  font-size: 14px;
  font-family: Microsoft YaHei, -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, WenQuanYi Micro Hei, sans-serif;
  line-height: 30px;
  z-index: 1;
  margin-left: 34px;
}
.theme1 .login-group-wrap {
  display: block;
  width: 300px;
  height: 34px;
  margin-top: 36px;
}
.theme1 .login-btn {
  width: 300px;
  height: 36px;
  line-height: 36px;
  margin-top: 22px;
}
.theme1 .login-btn input {
  width: 100%;
  height: 40px;
  border-radius: 30px;
  background-color: transparent !important;
  color: #fff;
  text-align: center;
  font-size: 14px;
  /* margin-top: 10px; */
}
.theme1 .footer {
  position: absolute;
  top: 50%;
  margin-top: 250px;
  display: block;
  width: 100%;
  height: 48px;
  color: #fff;
  text-align: center;
  font-size: 25px;
  line-height: 48px;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled="true", startColorstr="#99000000", endColorstr="#99000000");
}
.theme1 .yzm {
  height: 32px;
  width: 44%;
  float: left;
  margin: 0;
  background-color: #fff;
  border-radius: 22px;
  text-align: center;
  margin-left: 5%;
  border-width: 1px;
  border-style: solid;
  border-color: #3066A9;
}
.theme1 .yzm .txtlg {
  margin-bottom: 0;
  float: left;
  border-radius: 22px;
  width: 100% !important;
  height: 32px;
  line-height: 32px;
  border: 0;
  text-align: center;
  font-weight: 700;
}
.theme1 .yzm img {
  width: 68%;
}

.theme2 .mt-80 {
  margin-top: 80px;
}
.theme2 .mt-40 {
  margin-top: 40px;
}
.theme2 .login-body {
  width: 100%;
  height: 100vh;
  min-width: 1250px;
  background: transparent url("../../images/login/theme2/login-body.jpg") no-repeat bottom;
  background-size: cover;
}
.theme2 .login-main {
  position: absolute;
  left: 1%;
  width: 99%;
}
.theme2 .login-logo {
  margin: 20px auto 0;
  color: #0f62cb;
  text-align: center;
  font-size: 60px;
  line-height: 60px;
}
.theme2 .login-logo p {
  margin-top: 45px;
  line-height: 55px;
  font-weight: bold;
}
.theme2 .login-logo p img {
  vertical-align: middle;
}
.theme2 .login-con {
  margin: 20px auto;
  width: 485px;
}
.theme2 .login-box {
  margin: 0px auto;
  width: 330px;
}
.theme2 .login-tit {
  color: #333;
  font-size: 44px;
  font-weight: bold;
  text-align: center;
}
.theme2 .login-group {
  overflow: hidden;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #f6f2f9;
  border-radius: 30px;
}
.theme2 .login-group input {
  margin: 16px 0;
  width: 95%;
  height: 30px;
  border: 0px;
  color: #a9a9a9;
  font-size: 20px;
  font-family: 微软雅黑;
  line-height: 30px;
  padding-left: 40px;
  background-color: #f6f2f9;
}
.theme2 .login-group-wrap {
  position: relative;
  height: 60px;
}
.theme2 .yzm {
  position: absolute;
  right: 20px;
  bottom: 5px;
}
.theme2 .login-group-wrap .login-group input {
  width: 100%;
}
.theme2 .login-btn {
  width: 100%;
  height: 60px;
}
.theme2 .login-btn input {
  width: 100%;
  height: 60px;
  border-radius: 30px;
  background: rgb(15, 98, 203) none repeat scroll 0% 0%;
  color: rgb(255, 255, 255);
  text-align: center;
  font-size: 18px;
}
.theme2 .login-btn input:hover {
  background: rgb(27, 92, 173) none repeat scroll 0% 0%;
}

.theme3 .mt-70 {
  margin-top: 70px;
}
.theme3 .mt-38 {
  margin-top: 20px;
}
.theme3 .login-body {
  width: 100%;
  height: 1000px;
  min-width: 1250px;
  background: transparent url("../../images/login/theme3/login-body.jpg") no-repeat scroll center top;
}
.theme3 .login-main {
  position: absolute;
  right: 1%;
  width: 770px;
  height: 880px;
}
.theme3 .login-logo {
  margin: 135px auto 0;
  color: #fd6905;
  text-align: center;
  font-size: 50px;
  line-height: 50px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.6);
}
.theme3 .login-logo p {
  margin-top: 45px;
  line-height: 55px;
}
.theme3 .login-con {
  margin: 20px auto;
  width: 335px;
}
.theme3 .login-box {
  margin: 0px auto;
  width: 330px;
}
.theme3 .login-tit {
  color: #999;
  font-size: 20px;
}
.theme3 .login-group {
  overflow: hidden;
  width: 100%;
  height: 42px;
  border-bottom: 1px solid rgb(232, 230, 230);
  background: #fff;
  margin-bottom: 20px;
}
.theme3 .login-group input {
  margin: 6px 0px;
  width: 100%;
  height: 30px;
  border: 0px none;
  background-color: #fff;
  color: #333;
  font-size: 20px;
  font-family: 微软雅黑;
  line-height: 30px;
}
.theme3 .login-group-wrap {
  position: relative;
  height: 44px;
}
.theme3 .yzm {
  position: absolute;
  right: 0;
  bottom: 9px;
}
.theme3 .login-group-wrap .login-group input {
  width: 100%;
}
.theme3 .login-btn {
  width: 100%;
  height: 50px;
}
.theme3 .login-btn input {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  background: rgb(253, 105, 5) none repeat scroll 0% 0%;
  color: rgb(255, 255, 255);
  text-align: center;
  font-size: 18px;
}
.theme3 .login-btn input:hover {
  background: rgb(246, 151, 29) none repeat scroll 0% 0%;
}

.theme4 .mt-70 {
  margin-top: 70px;
}
.theme4 .mt-38 {
  margin-top: 38px;
}
.theme4 .login-body {
  width: 100%;
  height: 1000px;
  min-width: 1250px;
  background: transparent url("../../images/login/theme4/login-body.jpg") no-repeat scroll center top;
}
.theme4 .login-main {
  position: absolute;
  max-width: 600px;
  height: 461px;
  top: 50%;
  right: 40px;
  margin-top: -230.5px;
  background: rgba(255, 255, 255, 0.5);
  padding: 20px 20px 0;
}
.theme4 .login-logo {
  position: absolute;
  left: 0;
  width: 60%;
  color: #fff;
  text-align: center;
  font-size: 55px;
  top: 35%;
  height: 99px;
  line-height: 99px;
}
.theme4 .login-logo p {
  margin-top: 45px;
  line-height: 55px;
  font-size: 68px;
  font-weight: bold;
}
.theme4 .login-logo p img {
  vertical-align: middle;
}
.theme4 .login-con {
  margin: 0px auto;
  width: 471px;
}
.theme4 .login-box {
  margin: 0px auto;
  width: 330px;
}
.theme4 .login-tit {
  width: 129px;
  margin-bottom: 46px;
  font-size: 30px;
  border-bottom: #0a6dec solid 2px;
  color: #0a6dec;
  padding-bottom: 15px;
}
.theme4 .login-group {
  overflow: hidden;
  width: 100%;
  height: 66px;
  border: 1px solid rgb(232, 230, 230);
  background: #fff;
  margin-bottom: 24px;
  border-radius: 5px;
}
.theme4 .login-group input {
  width: 100%;
  height: 66px;
  border: 0px none;
  background-color: #fff;
  color: #333;
  font-size: 20px;
  font-family: 微软雅黑;
  line-height: 66px;
  padding-left: 10px;
}
.theme4 .login-group-wrap {
  position: relative;
  height: 66px;
}
.theme4 .yzm {
  position: absolute;
  right: 7px;
  bottom: 7px;
}
.theme4 .login-group-wrap .login-group input {
  width: 100%;
}
.theme4 .login-btn {
  width: 100%;
  height: 70px;
}
.theme4 .login-btn input {
  width: 100%;
  height: 70px;
  border-radius: 5px;
  background: rgb(8, 113, 246) none repeat scroll 0% 0%;
  color: rgb(255, 255, 255);
  text-align: center;
  font-size: 22px;
}
.theme4 .login-btn input:hover {
  background: rgb(32, 129, 251) none repeat scroll 0% 0%;
}

.theme5 {
  /*验证码*/
}
.theme5 .mid_bg {
  width: 100%;
  height: 100%;
  background-image: no-repeat fixed;
  background-size: 100% 100%;
}
.theme5 .mid_bg img {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border: 0 0 0 0;
  width: 100%;
  height: 30%;
  display: block;
}
.theme5 .head_bg {
  width: 100%;
  height: 140px;
  line-height: 140px;
  background: #fff;
  color: #383838;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
}
.theme5 .head_bg img {
  vertical-align: middle;
}
.theme5 .login {
  position: absolute;
  width: 508px;
  height: 421px;
  background: url(../../images/login/theme5/login_win.png);
  z-index: 99;
  top: 50%;
  left: 50%;
  margin-left: -254px;
  margin-top: -210.5px;
}
.theme5 .login-btn {
  position: absolute;
  width: 320px;
  height: 40px;
  text-align: center;
  color: #fff;
  left: 94px;
  bottom: 74px;
  font-weight: bold;
  cursor: pointer;
  background-color: transparent !important;
  border: none;
  font-size: 14px;
  font-family: "Microsoft YaHei";
}
.theme5 .login-input-admin {
  position: absolute;
  height: 30px;
  line-height: 20px;
  width: 270px;
  top: 142px;
  left: 140px;
  border: 0;
  background-color: transparent !important;
  font-size: 16px;
  color: #000 !important;
}
.theme5 .login-input-password {
  position: absolute;
  height: 30px;
  line-height: 20px;
  width: 270px;
  top: 196px;
  left: 140px;
  border: 0;
  background-color: transparent !important;
  font-size: 16px;
  color: #000 !important;
}
.theme5 .footer {
  background: #fff;
  width: 100%;
  height: 90px;
  line-height: 90px;
  position: absolute;
  z-index: 2;
  display: block;
  bottom: 0;
  text-align: center;
  font-size: 14px;
  color: #000;
}
.theme5 .login-group {
  overflow: hidden;
  width: 270px;
  height: 30px;
  border: 0;
  background: #fff;
}
.theme5 .login-group input {
  width: 100%;
  height: 30px;
  border: none;
  background-color: #fff;
  color: #333;
  font-size: 16px;
  font-family: 微软雅黑;
  line-height: 30px;
  padding-left: 0px;
  width: 160px;
  overflow: hidden;
}
.theme5 .login-group-wrap {
  width: 270px;
  position: relative;
  top: 250px;
  left: 140px;
  height: 30px;
}
.theme5 .yzm {
  position: absolute;
  right: 0;
  bottom: 1px;
}

.theme6 .loginForm {
  position: relative;
  width: 400px;
  padding: 40px;
  background: rgba(255, 255, 255, 0.2);
}
.theme6 .mt-70 {
  margin-top: 70px;
}
.theme6 .mt-38 {
  margin-top: 38px;
}
.theme6 .bg img {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
}
.theme6 .login-body {
  width: 100%;
  height: 100%;
  min-width: 1250px;
  background: transparent url("../../images/login/theme6/bg.png") no-repeat scroll center top;
}
.theme6 .login-main {
  position: absolute;
  right: 1%;
  width: 850px;
  height: 100%;
  top: 50%;
  margin-top: -330px;
}
.theme6 .login-con {
  width: 400px;
  margin: 0 auto;
}
.theme6 .login-logo {
  margin: 100px auto 10px;
  color: #2d55ac;
  text-align: center;
  font-size: 36px;
  line-height: 55px;
}
.theme6 .login-logo p {
  margin-top: 45px;
  line-height: 55px;
}
.theme6 .login-box {
  margin: 0px auto;
  width: 330px;
}
.theme6 .login-tit {
  color: #999;
  font-size: 20px;
}
.theme6 .login-group {
  overflow: hidden;
  width: 100%;
  height: 40px;
  background: #fff;
  margin-bottom: 28px;
  padding: 10px 10px 0 10px;
  border-radius: 9px;
  display: inline-block;
}
.theme6 .login-group img {
  display: inline-block;
  vertical-align: top;
}
.theme6 .login-group input {
  width: 350px;
  margin-left: 48px;
  height: 40px;
  border: 0px none;
  background-color: #fff;
  color: #333;
  font-size: 20px;
  font-family: 微软雅黑;
  line-height: 40px;
  border-bottom: 2px solid #a6badf;
  display: inline-block;
}
.theme6 .login-group-wrap {
  position: relative;
  height: 44px;
}
.theme6 .yzm {
  position: absolute;
  right: 0;
}
.theme6 .login-btn {
  clear: both;
  width: 100%;
  height: 50px;
}
.theme6 .login-btn input {
  display: block;
  width: 100%;
  height: 50px;
  border-radius: 5px;
  background: #2a58ad;
  color: rgb(255, 255, 255);
  text-align: center;
  font-size: 18px;
}
.theme6 .login-btn input:hover {
  background: #2e63c5;
}
.theme6 .logo-bottom {
  clear: both;
  font-size: 20px;
  vertical-align: middle;
  text-align: center;
  margin-top: 100px;
  color: #2b58ab;
}
.theme6 .logo-bottom img {
  vertical-align: middle;
}
.theme6 .footer {
  text-align: center;
  margin-top: 40px;
  font-size: 20px;
  color: #2d54ac;
}
.theme6 .footer img {
  display: inline-block;
}
.theme6 .footer p {
  display: inline-block;
}

.theme7 .loginForm {
  padding: 20px;
}
.theme7 .mt-70 {
  margin-top: 70px;
}
.theme7 .mt-38 {
  margin-top: 38px;
}
.theme7 .bg img {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
}
.theme7 .login-body {
  width: 100%;
  height: 100%;
  min-width: 1250px;
  background: transparent url("../../images/login/theme6/bg.png") no-repeat scroll center top;
}
.theme7 .icon-btn i {
  font-size: 25px;
  color: #c6d4e5;
  line-height: 48px;
}
.theme7 .login-main {
  position: absolute;
  right: 1%;
  width: 850px;
  height: 100%;
  top: 48%;
  margin-top: -330px;
}
.theme7 .login-con {
  padding: 20px;
  width: 400px;
  margin: 0 auto;
  border: 2px solid #8CDBF4;
  box-shadow: 2px 1px 5px 1px #2458ad;
}
.theme7 .login-logo {
  margin: 50px auto 50px;
  color: #fff;
  text-align: center;
  font-size: 40px;
  line-height: 55px;
}
.theme7 .login-logo p {
  margin-top: 45px;
  line-height: 55px;
}
.theme7 .login-box {
  margin: 0px auto;
  width: 330px;
}
.theme7 .login-tit {
  color: #999;
  font-size: 20px;
}
.theme7 .login-group {
  overflow: hidden;
  width: 335px;
  padding: 10px 10px 0 10px;
  display: inline-block;
  background: transparent;
  border-bottom: 2px solid #95b0d3;
}
.theme7 .login-group img {
  display: inline-block;
  vertical-align: top;
}
.theme7 .login-group input {
  height: 45px;
  border: 0px none;
  font-size: 20px;
  line-height: 40px;
  display: inline-block;
  margin-bottom: -3px;
  width: 265px;
  color: white;
  background: transparent !important;
}
.theme7 input::-webkit-input-placeholder {
  color: #aab2bd;
  font-size: 14px;
}
.theme7 input {
  background-color: transparent;
}
.theme7 input:-internal-autofill-previewed,
.theme7 input:-internal-autofill-selected {
  -webkit-text-fill-color: #FFFFFF !important;
  transition: background-color 5000s ease-in-out 0s !important;
}
.theme7 .login-group-wrap {
  position: relative;
  height: 44px;
}
.theme7 .yzm {
  position: absolute;
  right: 5px;
  top: 4px;
}
.theme7 .login-btn {
  clear: both;
  width: 100%;
  height: 50px;
}
.theme7 .loginPanelTitle {
  font-size: 25px;
  color: #c6d4e5;
  text-align: center;
  margin: 30px 0 10px;
}
.theme7 .login-btn input {
  display: block;
  width: 300px;
  height: 50px;
  border-radius: 5px;
  background: -webkit-linear-gradient(left, #81cede, #2a6cc2);
  background: -o-linear-gradient(left, #81cede, #2a6cc2);
  background: -moz-linear-gradient(left, #81cede, #2a6cc2);
  background: -ms-linear-gradient(left, #81cede, #2a6cc2);
  letter-spacing: 10px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  margin-left: 30px;
  margin-top: 20px;
}
.theme7 .login-btn input:hover {
  background: #559cd0;
}
.theme7 .logo-bottom {
  clear: both;
  font-size: 20px;
  vertical-align: middle;
  text-align: center;
  margin-top: 100px;
  color: #2b58ab;
}
.theme7 .logo-bottom img {
  vertical-align: middle;
}
.theme7 .footer {
  text-align: center;
  margin-top: 40px;
  font-size: 20px;
  color: #2d54ac;
}
.theme7 .footer img {
  display: inline-block;
}
.theme7 .footer p {
  display: inline-block;
}

.theme8 .loginForm {
  padding: 20px;
}
.theme8 .mt-70 {
  margin-top: 70px;
}
.theme8 .mt-38 {
  margin-top: 38px;
}
.theme8 .bg img {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
}
.theme8 .login-body {
  width: 100%;
  height: 100%;
  min-width: 1250px;
  background: transparent url("../../images/login/theme6/bg.png") no-repeat scroll center top;
}
.theme8 .icon-btn i {
  font-size: 25px;
  color: #c6d4e5;
  line-height: 48px;
}
.theme8 .login-main {
  position: absolute;
  right: 1%;
  width: 870px;
  height: 100%;
  top: 48%;
  margin-top: -330px;
}
.theme8 .login-con {
  padding: 20px;
  width: 400px;
  margin: 0 auto;
  border: 2px solid #3e6680;
  box-shadow: 2px 1px 5px 1px #03317b;
  background: #0f2749;
}
.theme8 .login-logo {
  margin: 50px auto 50px;
  color: #fff;
  text-align: center;
  font-size: 40px;
  line-height: 55px;
}
.theme8 .login-logo p {
  margin-top: 45px;
  line-height: 55px;
}
.theme8 .login-box {
  margin: 0px auto;
  width: 330px;
}
.theme8 .login-tit {
  color: #999;
  font-size: 20px;
}
.theme8 .login-group {
  overflow: hidden;
  width: 335px;
  padding: 10px 10px 0 10px;
  display: inline-block;
  background: transparent;
  border-bottom: 2px solid #939eac;
}
.theme8 .login-group img {
  display: inline-block;
  vertical-align: top;
}
.theme8 .login-group input {
  height: 45px;
  border: 0px none;
  font-size: 20px;
  line-height: 40px;
  display: inline-block;
  margin-bottom: -3px;
  width: 265px;
  color: white;
  background: transparent !important;
}
.theme8 input::-webkit-input-placeholder {
  color: #aab2bd;
  font-size: 14px;
}
.theme8 input {
  background-color: transparent;
}
.theme8 input:-internal-autofill-previewed,
.theme8 input:-internal-autofill-selected {
  -webkit-text-fill-color: #FFFFFF !important;
  transition: background-color 5000s ease-in-out 0s !important;
}
.theme8 .login-group-wrap {
  position: relative;
  height: 44px;
}
.theme8 .login-group-wrap .login-group {
  padding-left: 60px;
  width: 285px;
}
.theme8 .yzm {
  position: absolute;
  right: 5px;
}
.theme8 .login-btn {
  clear: both;
  width: 100%;
  height: 50px;
}
.theme8 .loginPanelTitle {
  font-size: 25px;
  color: #c6d4e5;
  text-align: center;
  margin: 30px 0 10px;
}
.theme8 .login-btn input {
  display: block;
  width: 300px;
  height: 50px;
  border-radius: 5px;
  background: -webkit-linear-gradient(left, #81cede, #2a6cc2);
  background: -o-linear-gradient(left, #81cede, #2a6cc2);
  background: -moz-linear-gradient(left, #81cede, #2a6cc2);
  background: -ms-linear-gradient(left, #81cede, #2a6cc2);
  letter-spacing: 10px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  margin-left: 30px;
  margin-top: 20px;
}
.theme8 .login-btn input:hover {
  background: #559cd0;
}
.theme8 .logo-bottom {
  clear: both;
  font-size: 20px;
  vertical-align: middle;
  text-align: center;
  margin-top: 100px;
  color: #2b58ab;
}
.theme8 .logo-bottom img {
  vertical-align: middle;
}
.theme8 .footer {
  text-align: center;
  margin-top: 40px;
  font-size: 20px;
  color: #2d54ac;
}
.theme8 .footer img {
  display: inline-block;
}
.theme8 .footer p {
  display: inline-block;
}

.theme9 .login-logo {
  margin: 20px auto 20px;
  color: #fff;
  text-align: center;
  font-size: 36px;
  line-height: 55px;
}
.theme9 .login-con {
  width: 420px;
  margin: 0 auto;
}
.theme9 .loginForm {
  width: 280px;
  padding: 60px;
  background: #f7f8f8;
  border-radius: 10px;
  box-shadow: 0px 8px 8px #8fa6a2;
}
.theme9 .mt-10 {
  margin-top: 10px;
}
.theme9 .mt-30 {
  margin-top: 30px;
}
.theme9 .mt-45 {
  margin-top: 45px;
}
.theme9 .bg img {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
}
.theme9 .login-body {
  width: 100%;
  height: 100%;
  min-width: 1250px;
  background: transparent url("../../images/login/theme6/bg.png") no-repeat scroll center top;
}
.theme9 .login-main {
  right: 1%;
  width: 700px;
  height: 800px;
  top: 50%;
  margin-top: -330px;
  position: absolute;
}
.theme9 .login-name {
  margin: 0 auto 15px;
  text-align: center;
  font-family: 微软雅黑;
  font-size: 24px;
}
.theme9 .login-logo p {
  margin-top: 45px;
  line-height: 55px;
}
.theme9 .login-box {
  margin: 0px auto;
  width: 330px;
}
.theme9 .login-tit {
  color: #999;
  font-size: 20px;
}
.theme9 .login-group {
  overflow: hidden;
  width: 100%;
  height: 40px;
  margin-top: 15px;
  padding: 10px 10px 0 0;
  display: inline-block;
}
.theme9 .login-group .fa {
  font-size: 20px;
  color: #1e639e;
  margin: 3px 0 0 10px;
}
.theme9 .login-img {
  width: 30px;
  height: 30px;
}
.theme9 .login-group img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.theme9 .login-group input {
  width: 220px;
  margin-top: -50px;
  margin-left: 46px;
  height: 30px;
  border: 0px none;
  color: #1e4b81;
  background-color: rgba(255, 255, 255, 0);
  font-size: 16px;
  font-family: 微软雅黑;
  line-height: 30px;
  display: inline-block;
}
.theme9 .login-split {
  margin: -7px 7px 0 7px;
  background-color: #afbcca;
  height: 1px;
  border: none;
}
.theme9 .login-group-wrap {
  position: relative;
  height: 44px;
  padding-left: 10px;
}
.theme9 .login-group-wrap .login-group {
  border-bottom: 1px solid #afbcca;
  width: 265px;
}
.theme9 .yzm {
  position: absolute;
  right: 0;
  bottom: 4px;
}
.theme9 .login-btn {
  clear: both;
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
}
.theme9 .login-btn input {
  display: block;
  width: 80%;
  height: 40px;
  border-radius: 5px;
  background: #d7e8fb;
  color: #35439e;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin: 0 auto;
  box-shadow: 4px 4px 8px 0px #aebde7;
}
.theme9 .login-btn input:hover {
  background: #8bb3ff;
  color: white;
}
.theme9 .login-group input::-webkit-input-placeholder {
  color: #3977a5;
}
.theme9 .login-group input::-moz-placeholder {
  color: #3977a5;
}
.theme9 .login-group input:-ms-input-placeholder {
  color: #3977a5;
}
.theme9 .logo-bottom {
  clear: both;
  font-size: 20px;
  vertical-align: middle;
  text-align: center;
  margin-top: 100px;
  color: #2b58ab;
}
.theme9 .logo-bottom img {
  vertical-align: middle;
}
.theme9 .footer {
  text-align: center;
  margin-top: 40px;
  font-size: 20px;
  color: #2d54ac;
}
.theme9 .footer img {
  display: inline-block;
}
.theme9 .footer p {
  display: inline-block;
}
.theme9 .verifyArea {
  position: relative;
  padding: 0;
  margin: 0;
}
.theme9 .verifyArea input {
  position: absolute;
  margin: 0;
  left: 35px;
}
.theme9 .verifyArea img {
  position: absolute;
  right: 7px;
  top: -8px;
}

.theme10 .login-logo {
  margin: 20px auto 20px;
  padding-left: 60px;
  color: #fff;
  text-align: center;
  font-size: 36px;
  line-height: 55px;
}
.theme10 .login-con {
  width: 340px;
  margin: 0 auto;
}
.theme10 .loginForm {
  width: 280px;
  padding: 60px;
  background: rgba(255, 255, 255, 0.1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#19ffffff,endColorstr=#19ffffff);
  border-radius: 10px;
  -ms-border-radius: 10px;
  border: 2px solid #42739e;
}
.theme10 .mt-10 {
  margin-top: 10px;
}
.theme10 .mt-30 {
  margin-top: 30px;
}
.theme10 .mt-45 {
  margin-top: 45px;
}
.theme10 .bg img {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
}
.theme10 .login-body {
  width: 100%;
  height: 100%;
  min-width: 1250px;
  background: transparent url("../../images/login/theme6/bg.png") no-repeat scroll center top;
}
.theme10 .login-main {
  right: 1%;
  width: 700px;
  height: 800px;
  top: 50%;
  margin-top: -330px;
  position: absolute;
}
.theme10 .login-name {
  margin: 0 auto 15px;
  text-align: center;
  font-family: 微软雅黑;
  font-size: 24px;
  color: #f2f2f6;
}
.theme10 .login-logo p {
  margin-top: 45px;
  line-height: 55px;
}
.theme10 .login-box {
  margin: 0px auto;
  width: 330px;
}
.theme10 .login-tit {
  color: #999;
  font-size: 20px;
}
.theme10 .login-group {
  overflow: hidden;
  width: 100%;
  height: 40px;
  margin-top: 15px;
  padding: 10px 10px 0 0;
  display: inline-block;
}
.theme10 .login-group .fa {
  font-size: 20px;
  color: #f2f2f6;
  margin: 3px 0 0 10px;
}
.theme10 .login-img {
  width: 30px;
  height: 30px;
}
.theme10 .login-group img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.theme10 .login-group input {
  width: 220px;
  margin-top: -50px;
  margin-left: 46px;
  height: 30px;
  border: 0px none;
  color: #f2f2f6;
  background: rgba(255, 255, 255, 0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5364581,endColorstr=#E5364581);
  font-size: 16px;
  font-family: 微软雅黑;
  line-height: 30px;
  display: inline-block;
}
.theme10 .login-split {
  margin: -7px 7px 0 7px;
  background-color: #f2f2f6;
  height: 0.8px;
  border: none;
}
.theme10 .login-group-wrap {
  position: relative;
  height: 44px;
  padding-left: 10px;
}
.theme10 .login-group-wrap .login-group {
  border-bottom: 1px solid #f2f2f6;
  width: 265px;
}
.theme10 .yzm {
  position: absolute;
  right: 0;
  bottom: 4px;
}
.theme10 .login-btn {
  clear: both;
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
}
.theme10 .login-btn input {
  display: block;
  width: 80%;
  height: 40px;
  border-radius: 5px;
  color: #d7e0eb;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin: 0 auto;
  background-image: linear-gradient(to right, #123a8b, #53a3d8);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#123a8b, endColorstr= #53a3d8); /*IE<8、9>*/
}
.theme10 .login-btn input:hover {
  background: #061e6f;
  color: white;
}
.theme10 .login-group input::-webkit-input-placeholder {
  color: #f2f2f6;
}
.theme10 .login-group input::-moz-placeholder {
  color: #f2f2f6;
}
.theme10 .login-group input:-ms-input-placeholder {
  color: #f2f2f6;
}
.theme10 .logo-bottom {
  clear: both;
  font-size: 20px;
  vertical-align: middle;
  text-align: center;
  margin-top: 100px;
  color: #2b58ab;
}
.theme10 .logo-bottom img {
  vertical-align: middle;
}
.theme10 .footer {
  text-align: center;
  margin-top: 40px;
  font-size: 20px;
  color: #2d54ac;
}
.theme10 .footer img {
  display: inline-block;
}
.theme10 .footer p {
  display: inline-block;
}
.theme10 .verifyArea {
  position: relative;
  padding: 0;
  margin: 0;
}
.theme10 .verifyArea input {
  position: absolute;
  margin: 0;
  left: 38px;
}
.theme10 .verifyArea img {
  position: absolute;
  right: 7px;
  top: -8px;
}

.theme11 .login-logo {
  text-align: center;
  padding: 10px 0;
}
.theme11 .login-con {
  width: 490px;
  margin: 0 auto;
}
.theme11 .loginForm {
  width: 300px;
  padding: 20px 95px 50px 95px;
  background: rgba(255, 255, 255, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7Fffffff, endColorstr=#7Fffffff);
  border-radius: 10px;
  -ms-border-radius: 10px;
}
.theme11 .mt-10 {
  margin-top: 10px;
}
.theme11 .mt-30 {
  margin-top: 30px;
}
.theme11 .mt-45 {
  margin-top: 45px;
}
.theme11 .bg img {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
}
.theme11 .login-body {
  width: 100%;
  height: 100%;
  min-width: 1250px;
  background: transparent url("../../images/login/theme11/bg.jpg") no-repeat scroll center top;
}
.theme11 .login-main {
  left: 50%;
  width: 700px;
  height: 800px;
  top: 50%;
  margin-top: -226px;
  margin-left: -350px;
  position: absolute;
}
.theme11 .login-name {
  margin: 0 auto 15px;
  text-align: center;
  font-family: 微软雅黑;
  font-size: 24px;
  color: #f2f2f6;
}
.theme11 .login-logo p {
  margin-top: 45px;
  line-height: 55px;
}
.theme11 .login-box {
  margin: 0px auto;
  width: 330px;
}
.theme11 .login-tit {
  color: #999;
  font-size: 20px;
}
.theme11 .login-group {
  width: 270px;
  height: 35px;
  margin-top: 11px;
  padding: 3px 15px 5px 15px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #afc1fb;
  border-radius: 5px;
  display: inline-block;
}
.theme11 .login-group .fa {
  font-size: 20px;
  color: #f2f2f6;
  margin: 3px 0 0 10px;
}
.theme11 .login-img {
  width: 30px;
  height: 30px;
}
.theme11 .login-group img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.theme11 .login-group input {
  width: 220px;
  height: 34px;
  border: 0px none;
  color: #7a878c;
  background: rgba(255, 255, 255, 0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5364581, endColorstr=#E5364581);
  font-size: 16px;
  font-family: 微软雅黑;
  line-height: 30px;
  display: inline-block;
}
.theme11 .login-split {
  margin: -7px 7px 0 7px;
  background-color: #f2f2f6;
  height: 0.8px;
  border: none;
  display: none;
}
.theme11 .yzm {
  position: absolute;
  right: 0;
  bottom: 4px;
}
.theme11 .login-btn {
  clear: both;
  width: 100%;
  height: 45px;
  margin-top: 11px;
}
.theme11 .login-btn input {
  display: block;
  width: 300px;
  height: 45px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  margin: 0 auto;
  background: #01357a;
}
.theme11 .icon-btn .fa {
  font-size: 20px;
  color: #0a0e0f;
  line-height: 48px;
}
.theme11 .login-btn input:hover {
  background: #061e6f;
  color: white;
}
.theme11 .login-group input::-webkit-input-placeholder {
  color: #7a878c;
}
.theme11 .login-group input::-moz-placeholder {
  color: #7a878c;
}
.theme11 .login-group input:-ms-input-placeholder {
  color: #7a878c;
}
.theme11 .logo-bottom {
  clear: both;
  font-size: 20px;
  vertical-align: middle;
  text-align: center;
  margin-top: 100px;
  color: #2b58ab;
}
.theme11 .logo-bottom img {
  vertical-align: middle;
}
.theme11 .footer {
  text-align: center;
  margin-top: 40px;
  font-size: 20px;
  color: #2d54ac;
}
.theme11 .footer img {
  display: inline-block;
}
.theme11 .footer p {
  display: inline-block;
}
.theme11 .verifyArea {
  margin-left: 0 !important;
  padding: 3px 15px 5px 15px !important;
  position: relative;
  right: 0 !important;
}
.theme11 .verifyArea input {
  padding-left: 0 !important;
}
.theme11 .verifyArea img {
  position: absolute;
  right: 4px;
  top: 19px;
}
.theme11 .login-icon-user, .theme11 .login-icon-key, .theme11 .login-icon-code {
  width: 26px;
  vertical-align: middle;
  display: inline-block;
}
.theme11 .login-icon-user {
  height: 22px;
  background: url(../../images/login/theme11/login-icon-user.png) no-repeat center center/100% 100%;
}
.theme11 .login-icon-key {
  height: 24px;
  background: url(../../images/login/theme11/login-icon-key.png) no-repeat center center/100% 100%;
}
.theme11 .login-icon-code {
  margin-top: 3px;
  height: 20px;
  background: url(../../images/login/theme11/login-icon-code.png) no-repeat center center/100% 100%;
}
.theme11 .login-title {
  text-align: center;
  margin-bottom: 18px;
}
.theme11 .login-title span {
  color: #fff;
  text-align: center;
  font-size: 35px;
  line-height: 55px;
  text-shadow: #0170a4 1px 1px 5px;
}

.theme12 .loginForm {
  padding: 20px;
}
.theme12 .mt-70 {
  margin-top: 70px;
}
.theme12 .mt-38 {
  margin-top: 38px;
}
.theme12 .bg img {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
}
.theme12 .logoArea {
  position: absolute;
  height: 100%;
  left: 24%;
}
.theme12 .logoArea img {
  max-height: 60px;
  position: absolute;
  top: 28%;
}
.theme12 .logoArea i {
  position: absolute;
  top: 28%;
}
.theme12 .login-body {
  width: 100%;
  height: 100%;
  min-width: 1250px;
  background: transparent url("../../images/login/theme6/bg.png") no-repeat scroll center top;
}
.theme12 .icon-btn i {
  font-size: 25px;
  color: #9dddff;
  line-height: 48px;
}
.theme12 .login-main {
  position: absolute;
  right: 1%;
  width: 850px;
  height: 100%;
  top: 66%;
  margin-top: -330px;
}
.theme12 .login-con {
  padding: 20px;
  width: 400px;
  margin: 0 auto;
}
.theme12 .login-logo {
  color: #fff;
  text-align: center;
  font-size: 35px;
  line-height: 55px;
}
.theme12 .login-logo p {
  margin-top: 45px;
  line-height: 55px;
}
.theme12 .login-box {
  margin: 0px auto;
  width: 330px;
}
.theme12 .login-tit {
  color: #999;
  font-size: 20px;
}
.theme12 .login-group {
  overflow: hidden;
  width: 335px;
  padding: 10px 10px 0 10px;
  display: inline-block;
  background: transparent;
  border-bottom: 1px solid #5cc8eb;
}
.theme12 .login-group img {
  display: inline-block;
  vertical-align: top;
}
.theme12 .login-group input {
  height: 45px;
  border: 0px none;
  font-size: 20px;
  line-height: 40px;
  display: inline-block;
  margin-bottom: -3px;
  width: 265px;
  color: white;
  background: transparent !important;
}
.theme12 input::-webkit-input-placeholder {
  color: #fafafa;
  font-size: 16px;
}
.theme12 input {
  background-color: transparent;
}
.theme12 input:-internal-autofill-previewed,
.theme12 input:-internal-autofill-selected {
  -webkit-text-fill-color: #FFFFFF !important;
  transition: background-color 5000s ease-in-out 0s !important;
}
.theme12 .login-group-wrap {
  position: relative;
  height: 44px;
}
.theme12 .yzm {
  position: absolute;
  right: 5px;
}
.theme12 .login-btn {
  clear: both;
  width: 100%;
  height: 50px;
}
.theme12 .loginPanelTitle {
  font-size: 25px;
  color: #c6d4e5;
  text-align: center;
  margin: 30px 0 10px;
}
.theme12 .login-btn input {
  display: block;
  width: 355px;
  height: 50px;
  border-radius: 5px;
  background: -webkit-linear-gradient(left, #1aecf1, #1d93ff);
  background: -o-linear-gradient(left, #1aecf1, #1d93ff);
  background: -moz-linear-gradient(left, #1aecf1, #1d93ff);
  background: -ms-linear-gradient(left, #1aecf1, #1d93ff);
  letter-spacing: 10px;
  color: #131954;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-top: 40px;
}
.theme12 .login-btn input:hover {
  background: -webkit-linear-gradient(left, #26fcfd, #2acaff);
  background: -o-linear-gradient(left, #26fcfd, #2acaff);
  background: -moz-linear-gradient(left, #26fcfd, #2acaff);
  background: -ms-linear-gradient(left, #26fcfd, #2acaff);
}
.theme12 .logo-bottom {
  clear: both;
  font-size: 20px;
  vertical-align: middle;
  text-align: center;
  margin-top: 100px;
  color: #2b58ab;
}
.theme12 .logo-bottom img {
  vertical-align: middle;
}
.theme12 .footer {
  text-align: center;
  margin-top: 40px;
  font-size: 20px;
  color: #2d54ac;
}
.theme12 .footer img {
  display: inline-block;
}
.theme12 .footer p {
  display: inline-block;
}

.theme13 .loginForm {
  width: 400px;
  padding: 20px;
  background: rgba(255, 255, 255, 0);
}
.theme13 .mt-70 {
  margin-top: 70px;
}
.theme13 .mt-38 {
  margin-top: 38px;
}
.theme13 .bg img {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
}
.theme13 .login-body {
  width: 100%;
  height: 100%;
  min-width: 1250px;
  background: transparent url("../../images/login/theme13/bg1.jpg") no-repeat scroll center top;
}
.theme13 .login-main {
  position: absolute;
  right: 1%;
  width: 850px;
  height: 100%;
  top: 50%;
  margin-top: -330px;
}
.theme13 .login-con {
  width: 400px;
  margin: 0 auto;
}
.theme13 .login-logo {
  margin: 100px auto 50px;
  color: #ffffff;
  text-align: center;
  font-size: 36px;
  line-height: 55px;
}
.theme13 .login-logo p {
  margin-top: 45px;
  line-height: 55px;
}
.theme13 .login-box {
  margin: 0px auto;
  width: 330px;
}
.theme13 .login-tit {
  color: #999;
  font-size: 20px;
}
.theme13 .login-group {
  overflow: hidden;
  width: 100%;
  height: 42px;
  background: transparent;
  margin-bottom: 40px;
  padding: 10px 10px 0 10px;
  border-radius: 9px;
  display: inline-block;
  color: #d3e1f5;
}
.theme13 .login-group img {
  display: inline-block;
  vertical-align: top;
}
.theme13 .login-group input::-webkit-input-placeholder { /*WebKit browsers*/
  color: #d6def1;
}
.theme13 .login-group input::-moz-input-placeholder { /*Mozilla Firefox*/
  color: #d6def1;
}
.theme13 .login-group input::-ms-input-placeholder { /*Internet Explorer*/
  color: #d6def1;
}
.theme13 .login-group input {
  width: 100%;
  padding-left: 48px;
  height: 40px;
  border: 0px none;
  background-color: transparent;
  color: #ffffff;
  font-size: 20px;
  font-family: 微软雅黑;
  line-height: 40px;
  border-bottom: 2px solid #a6badf;
  display: inline-block;
}
.theme13 .login-group-wrap {
  position: relative;
  height: 44px;
}
.theme13 .yzm {
  position: absolute;
  right: 0;
}
.theme13 .login-btn {
  clear: both;
  width: 100%;
  height: 50px;
}
.theme13 .login-btn input {
  display: block;
  width: 100%;
  height: 50px;
  border-radius: 50px;
  background: rgb(255, 255, 255);
  color: #0a65a6;
  text-align: center;
  font-size: 18px;
  margin-left: 10px;
}
.theme13 .login-btn input:hover {
  background: rgb(255, 255, 255);
}
.theme13 .logo-bottom {
  clear: both;
  font-size: 20px;
  vertical-align: middle;
  text-align: center;
  margin-top: 100px;
  color: #2b58ab;
}
.theme13 .logo-bottom img {
  vertical-align: middle;
}
.theme13 .footer {
  text-align: center;
  margin-top: 40px;
  font-size: 20px;
  color: #ffffff;
}
.theme13 .footer img {
  display: inline-block;
}
.theme13 .footer p {
  display: inline-block;
}

.theme14 .login-logo {
  position: absolute;
  color: #fff;
  text-align: left;
  font-weight: bold;
  font-size: 28px;
  line-height: 40px;
  color: #098739;
  background-color: white;
  padding-left: 65px;
  z-index: 999;
  width: 100%;
  height: 50px;
}
.theme14 .login-con {
  width: 420px;
  margin: 0 auto;
  padding-left: 30%;
}
.theme14 .loginForm {
  width: 70%;
  height: 350px;
  padding: 60px;
  border-radius: 10px;
  box-shadow: 0 0 50px 0 #c3e0d1;
}
.theme14 .mt-10 {
  margin-top: 10px;
}
.theme14 .mt-30 {
  margin-top: 30px;
}
.theme14 .mt-45 {
  margin-top: 45px;
}
.theme14 .bg img {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
}
.theme14 .login-body {
  width: 100%;
  height: 100%;
  min-width: 1250px;
  background: transparent url("../../images/login/theme6/bg.png") no-repeat scroll center top;
}
.theme14 .login-main {
  right: 1%;
  width: 700px;
  height: 800px;
  top: 15%;
  position: absolute;
}
.theme14 .login-name {
  margin-top: -20px;
  padding-bottom: 50px;
  font-weight: 500;
  font-family: 微软雅黑;
  font-size: 16px;
}
.theme14 .login-logo p {
  margin-top: 45px;
  line-height: 55px;
}
.theme14 .login-box {
  margin: 0px auto;
  width: 330px;
}
.theme14 .login-tit {
  color: #999;
  font-size: 20px;
}
.theme14 .login-group {
  border-radius: 25px;
  background: #faf9f9;
  overflow: hidden;
  width: 100%;
  height: 35px;
  margin-top: 15px;
  padding: 6px 2px 0 0;
  display: inline-block;
}
.theme14 .login-group .fa {
  font-size: 20px;
  margin: 5px 0 0 15px;
  color: #36b36c;
}
.theme14 .login-img {
  width: 30px;
  height: 30px;
}
.theme14 .login-group img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.theme14 .login-group input {
  margin-left: 20px;
  margin-top: -8px;
  height: 30px;
  border: 0px none;
  font-size: 16px;
  font-family: 微软雅黑;
  line-height: 30px;
  display: inline-block;
  background: #faf9f9;
}
.theme14 .login-split {
  margin: -7px 7px 0 7px;
  height: 1px;
  border: none;
}
.theme14 .login-group-wrap {
  position: relative;
  height: 44px;
  padding-left: 10px;
}
.theme14 .login-group-wrap .login-group {
  border-bottom: 1px solid #afbcca;
  width: 265px;
}
.theme14 .yzm {
  position: absolute;
  right: 0;
  bottom: 4px;
}
.theme14 .login-btn {
  clear: both;
  width: 100%;
  height: 35px;
  margin-bottom: 10px;
}
.theme14 .login-btn input {
  display: block;
  width: 300px;
  height: 40px;
  border-radius: 25px;
  background: #36b36b;
  color: white;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin: 0 auto;
  box-shadow: 0 0 50px 0 #c3e0d1;
}
.theme14 .login-btn input:hover {
  color: white;
}
.theme14 .login-group input::-webkit-input-placeholder {
  font-size: 12px;
}
.theme14 .login-group input::-moz-placeholder {
  font-size: 14px;
}
.theme14 .login-group input:-ms-input-placeholder {
  font-size: 12px;
}
.theme14 .logo-bottom {
  clear: both;
  font-size: 20px;
  vertical-align: middle;
  text-align: center;
  margin-top: 100px;
  color: #2b58ab;
}
.theme14 .logo-bottom img {
  vertical-align: middle;
}
.theme14 .footer {
  text-align: center;
  margin-top: 40px;
  font-size: 20px;
  color: #2d54ac;
}
.theme14 .footer img {
  display: inline-block;
}
.theme14 .footer p {
  display: inline-block;
}
.theme14 .verifyArea {
  position: relative;
  padding: 0;
  margin: 0;
}
.theme14 .verifyArea input {
  position: absolute;
  margin: 0;
  left: 35px;
}
.theme14 .verifyArea img {
  position: absolute;
  right: 7px;
  top: -8px;
}

.theme15 .login-logo {
  margin: 20px auto 20px;
  font-weight: bolder;
  color: #2351f3;
  text-align: center;
  font-size: 45px;
  line-height: 55px;
  position: relative;
}
.theme15 .login-con {
  width: 480px;
  margin: 0 auto;
}
.theme15 .loginForm {
  width: 360px;
  padding: 60px;
  background: #f7f8f8;
  border-radius: 20px;
  box-shadow: 0px 8px 8px #BECAE8;
}
.theme15 .mt-10 {
  margin-top: 10px;
}
.theme15 .mt-30 {
  margin-top: 46px;
}
.theme15 .mt-45 {
  margin-top: 45px;
}
.theme15 .bg img {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
}
.theme15 .login-main {
  right: 4%;
  width: 730px;
  height: 800px;
  top: 50%;
  margin-top: -330px;
  position: absolute;
}
.theme15 .login-name {
  margin: 0 auto 15px;
  text-align: left;
  font-family: 微软雅黑;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 28px;
  color: #333333;
}
.theme15 .login-logo p {
  margin-top: 45px;
  line-height: 55px;
}
.theme15 .login-box {
  margin: 0px auto;
  width: 330px;
}
.theme15 .login-tit {
  color: #999;
  font-size: 20px;
}
.theme15 .login-group {
  width: 361px;
  height: 50px;
  background-color: rgba(167, 200, 255, 0.2);
  border-radius: 30px;
  overflow: hidden;
  margin-top: 15px;
  padding: 10px 10px 0 0;
  display: inline-block;
}
.theme15 .login-group > .fa {
  font-size: 20px;
  color: #6e7aac;
  margin: 10px 0 0 24px;
}
.theme15 .login-img {
  width: 30px;
  height: 30px;
}
.theme15 .login-group img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.theme15 .login-group input {
  width: 260px;
  margin-top: -5px;
  margin-left: 16px;
  height: 30px;
  border: 0px none;
  color: #1e4b81;
  background-color: rgba(255, 255, 255, 0);
  font-size: 16px;
  font-family: 微软雅黑;
  line-height: 30px;
  display: inline-block;
}
.theme15 .login-split {
  display: none;
  margin: -7px 7px 0 7px;
  background-color: #afbcca;
  height: 1px;
  border: none;
}
.theme15 .login-group-wrap {
  position: relative;
  height: 60px;
  margin-top: 15px;
  background-color: transparent;
  border-radius: 30px;
}
.theme15 .login-group-wrap .login-group {
  height: 60px;
}
.theme15 .login-group-wrap .login-group input {
  margin-top: 10px;
  margin-left: 30px;
}
.theme15 .yzm {
  position: absolute;
  right: 0;
  bottom: 4px;
}
.theme15 .login-btn {
  clear: both;
  width: 100%;
  height: 60px;
  margin-bottom: 10px;
}
.theme15 .login-btn input {
  display: block;
  background: #d7e8fb;
  text-align: center;
  font-weight: bold;
  margin: 0 auto;
  box-shadow: 4px 4px 8px 0px #aebde7;
  font-size: 20px;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: 0px;
  color: #ffffff;
  width: 371px;
  height: 60px;
  background-image: linear-gradient(90deg, #2350f4 0%, #1393ec 100%);
  border-radius: 30px;
}
.theme15 .login-btn input:hover {
  background: #8bb3ff;
  color: white;
}
.theme15 .login-group input::-webkit-input-placeholder {
  color: #3977a5;
}
.theme15 .login-group input::-moz-placeholder {
  color: #3977a5;
}
.theme15 .login-group input:-ms-input-placeholder {
  color: #3977a5;
}
.theme15 .logo-bottom {
  clear: both;
  font-size: 20px;
  vertical-align: middle;
  text-align: center;
  margin-top: 100px;
  color: #2b58ab;
}
.theme15 .logo-bottom img {
  vertical-align: middle;
}
.theme15 .footer {
  text-align: center;
  margin-top: 40px;
  font-size: 20px;
  color: #2d54ac;
}
.theme15 .footer img {
  display: inline-block;
}
.theme15 .footer p {
  display: inline-block;
}
.theme15 .verifyArea {
  position: relative;
  padding: 0;
  margin: 0;
}
.theme15 .verifyArea input {
  position: absolute;
  margin: 0;
  left: 35px;
}
.theme15 .verifyArea img {
  position: absolute;
  right: -10px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  top: 5px;
}

.theme16 .login-logo {
  width: 100%;
  top: 120px;
  margin: 20px auto 55px;
  font-weight: bolder;
  color: #2351f3;
  text-align: center;
  font-size: 45px;
  line-height: 55px;
  position: absolute;
}
.theme16 .guangImg {
  top: 160px;
  left: 50%;
  margin-left: -250px;
  position: absolute;
}
.theme16 .login-con {
  width: 313px;
  position: absolute;
  right: 26%;
  top: 340px;
}
.theme16 .loginForm {
  width: 360px;
}
.theme16 .mt-10 {
  margin-top: 10px;
}
.theme16 .mt-30 {
  margin-top: 36px;
}
.theme16 .mt-45 {
  margin-top: 45px;
}
.theme16 .bg img {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
}
.theme16 .login-main {
  right: 4%;
  width: 730px;
  height: 800px;
  top: 50%;
  margin-top: -260px;
}
.theme16 .login-name {
  margin: 0 auto 15px;
  text-align: left;
  font-family: 微软雅黑;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 28px;
  color: #333333;
}
.theme16 .login-logo p {
  margin-top: 45px;
  line-height: 55px;
}
.theme16 .login-box {
  margin: 0px auto;
  width: 330px;
}
.theme16 .login-tit {
  color: #999;
  font-size: 20px;
}
.theme16 .login-group {
  width: 313px;
  height: 46px;
  background-color: rgba(167, 200, 255, 0.2);
  border-radius: 23px;
  overflow: hidden;
  margin-top: 15px;
  display: inline-block;
}
.theme16 .login-group > .fa {
  font-size: 20px;
  color: #6e7aac;
  margin: 10px 0 0 24px;
}
.theme16 .login-img {
  width: 30px;
  height: 30px;
}
.theme16 .login-group img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.theme16 .login-group input {
  width: 200px;
  margin-top: -5px;
  margin-left: 16px;
  height: 30px;
  border: 0px none;
  color: #1e4b81;
  background-color: rgba(255, 255, 255, 0);
  font-size: 16px;
  font-family: 微软雅黑;
  line-height: 30px;
  display: inline-block;
}
.theme16 .login-split {
  display: none;
  margin: -7px 7px 0 7px;
  background-color: #afbcca;
  height: 1px;
  border: none;
}
.theme16 .login-group-wrap {
  width: 313px;
  position: relative;
  margin-top: 15px;
  background-color: rgba(167, 200, 255, 0.15);
  border-radius: 30px;
}
.theme16 .login-group-wrap .login-group {
  height: 46px;
}
.theme16 .login-group-wrap .login-group input {
  margin-top: 8px;
  margin-left: 30px;
}
.theme16 .yzm {
  position: absolute;
  right: 0;
  bottom: 4px;
}
.theme16 .login-btn {
  clear: both;
  width: 313px;
  height: 46px;
  margin-bottom: 10px;
}
.theme16 .login-btn input {
  display: block;
  background: #d7e8fb;
  text-align: center;
  font-weight: bold;
  margin: 0 auto;
  font-size: 20px;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: 0px;
  color: #ffffff;
  width: 313px;
  height: 46px;
  background-image: linear-gradient(90deg, #2350f4 0%, #1393ec 100%);
  border-radius: 30px;
}
.theme16 .login-btn input:hover {
  background: #8bb3ff;
  color: white;
}
.theme16 .login-group input::-webkit-input-placeholder {
  color: #3977a5;
}
.theme16 .login-group input::-moz-placeholder {
  color: #3977a5;
}
.theme16 .login-group input:-ms-input-placeholder {
  color: #3977a5;
}
.theme16 .logo-bottom {
  clear: both;
  font-size: 20px;
  vertical-align: middle;
  text-align: center;
  margin-top: 100px;
  color: #2b58ab;
}
.theme16 .logo-bottom img {
  vertical-align: middle;
}
.theme16 .footer {
  text-align: center;
  margin-top: 40px;
  font-size: 20px;
  color: #2d54ac;
}
.theme16 .footer img {
  display: inline-block;
}
.theme16 .footer p {
  display: inline-block;
}
.theme16 .verifyArea {
  position: relative;
  padding: 0;
  margin: 0;
}
.theme16 .verifyArea input {
  margin-left: 35px;
}
.theme16 .verifyArea img {
  position: absolute;
  right: 0;
  top: 5px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.theme17 .login-logo {
  margin: 20px auto 20px;
  padding-left: 60px;
  color: #00baff;
  text-align: center;
  line-height: 77px;
  font-weight: bold;
  font-size: 50px;
  /* Fallback for browsers that don't support gradients */
  background: #00baff;
  /* For Safari 5.1 to 6.0 */
  background: -webkit-linear-gradient(#00baff, #51f8ff);
  /* For Internet Explorer 10 */
  background: -ms-linear-gradient(#00baff, #51f8ff);
  background: linear-gradient(#00baff, #51f8ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}
.theme17 .login-con {
  width: 480px;
  margin: 0 auto;
}
.theme17 .loginForm {
  width: 360px;
  padding: 60px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#19ffffff,endColorstr=#19ffffff);
  background-color: rgba(255, 255, 255, 0.01);
  box-shadow: inset 0px 0px 21px 0px rgba(25, 66, 202, 0.55);
  border-radius: 20px;
  -ms-border-radius: 20px;
}
.theme17 .mt-10 {
  margin-top: 10px;
}
.theme17 .mt-30 {
  margin-top: 30px;
}
.theme17 .mt-45 {
  margin-top: 45px;
}
.theme17 .bg img {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
}
.theme17 .login-main {
  right: 5%;
  width: 730px;
  height: 800px;
  top: 50%;
  margin-top: -350px;
  position: absolute;
}
.theme17 .login-main .guangImg {
  top: 40px;
  left: 130px;
  position: absolute;
}
.theme17 .login-name {
  margin: 0 auto 20px;
  text-align: left;
  font-family: 微软雅黑;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #feffff;
}
.theme17 .login-logo p {
  margin-top: 45px;
  line-height: 55px;
}
.theme17 .login-box {
  margin: 0px auto;
  width: 330px;
}
.theme17 .login-tit {
  color: #999;
  font-size: 20px;
}
.theme17 .login-group {
  overflow: hidden;
  width: 100%;
  height: 50px;
  background-color: rgba(167, 200, 255, 0.2);
  border-radius: 30px;
  margin-top: 15px;
  padding: 10px 10px 0 0;
  display: inline-block;
}
.theme17 .login-group > .fa {
  font-size: 20px;
  color: #6e7aac;
  margin: 10px 0 0 24px;
}
.theme17 .login-img {
  width: 30px;
  height: 30px;
}
.theme17 .login-group img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.theme17 .login-group input {
  width: 260px;
  margin-top: -5px;
  margin-left: 16px;
  height: 30px;
  border: 0px none;
  color: #d4deff;
  background: rgba(255, 255, 255, 0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5364581,endColorstr=#E5364581);
  font-size: 16px;
  font-family: 微软雅黑;
  line-height: 30px;
  display: inline-block;
}
.theme17 .login-group input:-webkit-autofill {
  -webkit-text-fill-color: #d4deff !important;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  background-color: transparent;
  background-image: none;
  transition: background-color 500000s ease-in-out 0s;
}
.theme17 .login-split {
  display: none;
  margin: -7px 7px 0 7px;
  background-color: #f2f2f6;
  height: 0.8px;
  border: none;
}
.theme17 .login-group-wrap {
  position: relative;
  height: 60px;
  margin-top: 15px;
  background: transparent;
}
.theme17 .login-group-wrap .login-group {
  height: 60px;
}
.theme17 .login-group-wrap .login-group input {
  margin-top: 10px;
  margin-left: 30px;
}
.theme17 .yzm {
  position: absolute;
  right: 0;
  bottom: 4px;
}
.theme17 .login-btn {
  clear: both;
  width: 100%;
  height: 60px;
  margin-bottom: 10px;
}
.theme17 .login-btn input {
  display: block;
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto;
  width: 371px;
  height: 60px;
  background-image: linear-gradient(90deg, #2350f4 0%, #1393ec 100%);
  border-radius: 30px;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#123a8b, endColorstr= #53a3d8); /*IE<8、9>*/
}
.theme17 .login-btn input:hover {
  background: #2350f4;
  color: white;
}
.theme17 .login-group input::-webkit-input-placeholder {
  color: #f2f2f6;
}
.theme17 .login-group input::-moz-placeholder {
  color: #f2f2f6;
}
.theme17 .login-group input:-ms-input-placeholder {
  color: #f2f2f6;
}
.theme17 .logo-bottom {
  clear: both;
  font-size: 20px;
  vertical-align: middle;
  text-align: center;
  margin-top: 100px;
  color: #2b58ab;
}
.theme17 .logo-bottom img {
  vertical-align: middle;
}
.theme17 .footer {
  text-align: center;
  margin-top: 40px;
  font-size: 20px;
  color: #2d54ac;
}
.theme17 .footer img {
  display: inline-block;
}
.theme17 .footer p {
  display: inline-block;
}
.theme17 .verifyArea {
  position: relative;
  padding: 0;
  margin: 0;
}
.theme17 .verifyArea input {
  position: absolute;
  margin: 0;
  left: 38px;
}
.theme17 .verifyArea img {
  position: absolute;
  right: -10px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  top: 5px;
}

.theme18 {
  /*  .login-group img {
      display: inline-block;
      vertical-align: top;
      width:100%
    }*/
}
.theme18 .login-title-center {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  top: 114px;
  font-size: 48px;
  letter-spacing: 4px;
  font-weight: bolder;
  line-height: 48px;
  /* Fallback for browsers that don't support gradients */
  background: #DA9240;
  /* For Safari 5.1 to 6.0 */
  background: -webkit-linear-gradient(#ffffff, #DA9240);
  /* For Internet Explorer 10 */
  background: -ms-linear-gradient(#ffffff, #DA9240);
  background: linear-gradient(#ffffff, #DA9240);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.theme18 .login-logo {
  text-align: center;
  font-size: 36px;
  line-height: 36px; /* Fallback for browsers that don't support gradients */
  background: #DA9240;
  /* For Safari 5.1 to 6.0 */
  background: -webkit-linear-gradient(left, #ffffff, #DA9240);
  /* For Internet Explorer 10 */
  background: -ms-linear-gradient(left, #ffffff, #DA9240);
  background: linear-gradient(left, #ffffff, #DA9240);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 35px;
}
.theme18 .login-con {
  width: 340px;
  margin: 0 auto;
}
.theme18 .loginForm {
  width: 320px;
  padding: 50px;
  background: rgba(255, 255, 255, 0.2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#19ffffff,endColorstr=#19ffffff);
  border-radius: 10px;
  -ms-border-radius: 10px;
}
.theme18 .mt-10 {
  margin-top: 10px;
}
.theme18 .mt-30 {
  margin-top: 30px;
}
.theme18 .mt-45 {
  margin-top: 45px;
}
.theme18 .bg img {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
}
.theme18 .login-body {
  width: 100%;
  height: 100%;
  min-width: 1250px;
}
.theme18 .login-main {
  right: 4%;
  width: 700px;
  height: 800px;
  top: 50%;
  margin-top: -240px;
  position: absolute;
}
.theme18 .login-name {
  margin: 0 auto 15px;
  text-align: center;
  font-family: 微软雅黑;
  font-size: 24px;
  color: #f2f2f6;
}
.theme18 .login-logo p {
  margin-top: 45px;
  line-height: 55px;
}
.theme18 .login-box {
  margin: 0px auto;
  width: 330px;
}
.theme18 .login-tit {
  color: #999;
  font-size: 20px;
}
.theme18 .login-group {
  overflow: hidden;
  width: 100%;
  background: #F8FAFB;
  border: 1px solid #E6E8EC;
  border-radius: 6px;
  height: 38px;
  margin-top: 10px;
  padding: 10px 10px 0 0;
  display: inline-block;
}
.theme18 .login-group img {
  width: 20px;
  height: 20px;
  margin: 4px 0 0 17px;
}
.theme18 .login-group .fa {
  font-size: 20px;
  color: #B0A9AA;
  margin: 5px 0 0 5px;
}
.theme18 .login-img {
  width: 30px;
  height: 30px;
}
.theme18 .login-group input {
  width: 260px;
  margin-top: -50px;
  margin-left: 46px;
  height: 30px;
  border: 0px none;
  color: #666666;
  background: rgba(255, 255, 255, 0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5364581,endColorstr=#E5364581);
  font-size: 16px;
  font-family: 微软雅黑;
  line-height: 30px;
  display: inline-block;
}
.theme18 .login-split {
  margin: -7px 7px 0 7px;
  background-color: #f2f2f6;
  height: 0.8px;
  border: none;
}
.theme18 .login-group-wrap {
  height: 50px;
}
.theme18 .login-group-wrap .login-group {
  border-bottom: 1px solid #f2f2f6;
  width: 210px;
}
.theme18 .login-group-wrap .login-group input {
  margin-top: 0;
  margin-left: 0;
}
.theme18 .yzm {
  position: absolute;
  right: 0;
  bottom: 4px;
}
.theme18 .login-btn {
  clear: both;
  width: 100%;
  height: 40px;
  margin-bottom: 40px;
}
.theme18 .login-btn input {
  display: block;
  width: 332px;
  height: 50px;
  background: linear-gradient(90deg, #FFE8B8 0%, #DA9240 100%);
  border-radius: 6px;
  color: #AE6917;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin: 0 auto;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#FFE8B8, endColorstr= #DA9240); /*IE<8、9>*/
}
.theme18 .login-btn input:hover {
  background: #DA9240;
  color: white;
}
.theme18 .login-group input::-webkit-input-placeholder {
  color: #666666;
}
.theme18 .login-group input::-moz-placeholder {
  color: #666666;
}
.theme18 .login-group input:-ms-input-placeholder {
  color: #666666;
}
.theme18 .logo-bottom {
  clear: both;
  font-size: 20px;
  vertical-align: middle;
  text-align: center;
  margin-top: 100px;
  color: #2b58ab;
}
.theme18 .logo-bottom img {
  vertical-align: middle;
}
.theme18 .footer {
  text-align: center;
  margin-top: 40px;
  font-size: 20px;
  color: #2d54ac;
}
.theme18 .footer img {
  display: inline-block;
}
.theme18 .footer p {
  display: inline-block;
}
.theme18 .verifyArea {
  position: relative;
  padding: 0;
  margin: 0;
}
.theme18 .verifyArea input {
  position: absolute;
  margin: 0;
  left: 38px;
}
.theme18 .verifyArea img {
  position: absolute;
  right: -14px;
  top: 14px;
}

.theme19 {
  /*  .login-group img {
      display: inline-block;
      vertical-align: top;
      width:100%
    }*/
}
.theme19 .login-title {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  top: 114px;
  font-size: 48px;
  letter-spacing: 4px;
  font-weight: bolder;
  line-height: 48px;
  /* Fallback for browsers that don't support gradients */
  background: #DA9240;
  /* For Safari 5.1 to 6.0 */
  background: -webkit-linear-gradient(#ffffff, #DA9240);
  /* For Internet Explorer 10 */
  background: -ms-linear-gradient(#ffffff, #DA9240);
  background: linear-gradient(#ffffff, #DA9240);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.theme19 .login-logo {
  text-align: center;
  background: #DA9240;
  /* For Safari 5.1 to 6.0 */
  background: -webkit-linear-gradient(top, #ffffff, #A2D5FA);
  /* For Internet Explorer 10 */
  background: -ms-linear-gradient(top, #ffffff, #A2D5FA);
  background: linear-gradient(top, #ffffff, #A2D5FA);
  font-size: 30px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 42px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 35px;
}
.theme19 .login-con {
  width: 340px;
  margin: 0 auto;
}
.theme19 .loginForm {
  width: 320px;
  padding: 50px;
  background: rgba(255, 255, 255, 0.2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#19ffffff,endColorstr=#19ffffff);
  border-radius: 10px;
  -ms-border-radius: 10px;
}
.theme19 .mt-10 {
  margin-top: 10px;
}
.theme19 .mt-30 {
  margin-top: 30px;
}
.theme19 .mt-45 {
  margin-top: 45px;
}
.theme19 .bg img {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
}
.theme19 .login-body {
  width: 100%;
  height: 100%;
  min-width: 1250px;
}
.theme19 .login-main {
  right: 4%;
  width: 700px;
  height: 800px;
  top: 50%;
  margin-top: -240px;
  position: absolute;
}
.theme19 .login-name {
  margin: 0 auto 15px;
  text-align: center;
  font-family: 微软雅黑;
  font-size: 24px;
  color: #f2f2f6;
}
.theme19 .login-logo p {
  margin-top: 45px;
  line-height: 55px;
}
.theme19 .login-box {
  margin: 0px auto;
  width: 330px;
}
.theme19 .login-tit {
  color: #999;
  font-size: 20px;
}
.theme19 .login-group {
  overflow: hidden;
  width: 100%;
  background: #F8FAFB;
  border: 1px solid #E6E8EC;
  border-radius: 6px;
  height: 38px;
  margin-top: 10px;
  padding: 10px 10px 0 0;
  display: inline-block;
}
.theme19 .login-group img {
  width: 20px;
  height: 20px;
  margin: 4px 0 0 17px;
}
.theme19 .login-group .fa {
  font-size: 20px;
  color: #B0A9AA;
  margin: 5px 0 0 5px;
}
.theme19 .login-img {
  width: 30px;
  height: 30px;
}
.theme19 .login-group input {
  width: 260px;
  margin-top: -50px;
  margin-left: 46px;
  height: 30px;
  border: 0px none;
  color: #666666;
  background: rgba(255, 255, 255, 0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5364581,endColorstr=#E5364581);
  font-size: 16px;
  font-family: 微软雅黑;
  line-height: 30px;
  display: inline-block;
}
.theme19 .login-split {
  margin: -7px 7px 0 7px;
  background-color: #f2f2f6;
  height: 0.8px;
  border: none;
}
.theme19 .login-group-wrap {
  height: 50px;
}
.theme19 .login-group-wrap .login-group {
  border-bottom: 1px solid #f2f2f6;
  width: 210px;
}
.theme19 .login-group-wrap .login-group input {
  margin-top: 0;
  margin-left: 0;
}
.theme19 .yzm {
  position: absolute;
  right: 0;
  bottom: 4px;
}
.theme19 .login-btn {
  clear: both;
  width: 100%;
  height: 40px;
  margin-bottom: 40px;
}
.theme19 .login-btn input {
  display: block;
  width: 332px;
  height: 50px;
  background: linear-gradient(90deg, #FFE8B8 0%, #DA9240 100%);
  border-radius: 6px;
  color: #AE6917;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin: 0 auto;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#FFE8B8, endColorstr= #DA9240); /*IE<8、9>*/
}
.theme19 .login-btn input:hover {
  background: #DA9240;
  color: white;
}
.theme19 .login-group input::-webkit-input-placeholder {
  color: #666666;
}
.theme19 .login-group input::-moz-placeholder {
  color: #666666;
}
.theme19 .login-group input:-ms-input-placeholder {
  color: #666666;
}
.theme19 .logo-bottom {
  clear: both;
  font-size: 20px;
  vertical-align: middle;
  text-align: center;
  margin-top: 100px;
  color: #2b58ab;
}
.theme19 .logo-bottom img {
  vertical-align: middle;
}
.theme19 .footer {
  text-align: center;
  margin-top: 40px;
  font-size: 20px;
  color: #2d54ac;
}
.theme19 .footer img {
  display: inline-block;
}
.theme19 .footer p {
  display: inline-block;
}
.theme19 .verifyArea {
  position: relative;
  padding: 0;
  margin: 0;
}
.theme19 .verifyArea input {
  position: absolute;
  margin: 0;
  left: 38px;
}
.theme19 .verifyArea img {
  position: absolute;
  right: -14px;
  top: 14px;
}

.theme20 .loginForm {
  width: 100%;
}
.theme20 .mt-70 {
  margin-top: 70px;
}
.theme20 .bg img {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
}
.theme20 .login-body {
  width: 100%;
  height: 100%;
  min-width: 1250px;
}
.theme20 .login-main {
  position: absolute;
  left: 50%;
  width: 33%;
  height: 58%;
  top: 21%;
}
.theme20 .login-con {
  width: 70%;
  margin: 0 auto;
}
.theme20 .login-logo {
  margin: 10% auto 40px;
  color: #252631;
  text-align: center;
  font-size: 30px;
  line-height: 40px;
}
.theme20 .login-logo p {
  margin-top: 45px;
  line-height: 55px;
}
.theme20 .login-box {
  margin: 0px auto;
  width: 330px;
}
.theme20 .login-tit {
  color: #999;
  font-size: 20px;
}
.theme20 .login-group {
  overflow: hidden;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #fff;
  margin-bottom: 20px;
  padding: 0 50px 0 10px;
  border-radius: 6px;
  border: 1px solid #d5d5d5;
  box-sizing: border-box;
}
.theme20 .login-group img {
  display: inline-block;
  vertical-align: top;
}
.theme20 .login-group input {
  width: 100%;
  height: 40px;
  border: 0px none;
  background-color: #fff;
  color: #252631;
  font-size: 16px;
  line-height: 40px;
  margin-top: 10px;
  display: block;
  padding-left: 10px;
}
.theme20 .login-group input:-webkit-autofill {
  -webkit-text-fill-color: #252631 !important;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  background-color: transparent;
  background-image: none;
  transition: background-color 500000s ease-in-out 0s;
}
.theme20 .login-group-wrap {
  position: relative;
  height: 60px;
}
.theme20 .yzm {
  position: absolute;
  right: 1px;
  top: 1px;
  border-radius: 6px;
}
.theme20 .yzm img {
  border-radius: 6px;
}
.theme20 .login-btn {
  clear: both;
  width: 100%;
  height: 110px;
}
.theme20 .login-btn input {
  display: block;
  width: 100%;
  height: 60px;
  border-radius: 5px;
  background: linear-gradient(90deg, #5564F4 0%, #4D64F4 100%);
  color: rgb(255, 255, 255);
  text-align: center;
  font-size: 18px;
}
.theme20 .login-btn input:hover {
  background: #4D64F4;
}
.theme20 .logo-bottom {
  clear: both;
  font-size: 20px;
  vertical-align: middle;
  text-align: center;
  margin-top: 100px;
  color: #2b58ab;
}
.theme20 .logo-bottom img {
  vertical-align: middle;
}
.theme20 .footer {
  text-align: center;
  margin-top: 40px;
  font-size: 20px;
  color: #2d54ac;
}
.theme20 .footer img {
  display: inline-block;
}
.theme20 .footer p {
  display: inline-block;
}

.theme21 .login-logo {
  position: absolute;
  color: #fff;
  text-align: left;
  font-weight: bold;
  font-size: 28px;
  line-height: 40px;
  padding-left: 30px;
  z-index: 999;
  width: 100%;
  height: 7%;
  display: flex;
  align-items: center;
}
.theme21 .login-con {
  width: 43%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.theme21 .loginForm {
  width: 100%;
  height: 50%;
  padding: 10px 65px;
  border-radius: 10px;
  box-shadow: 0 0 30px 0 #c8c8c8;
  background-color: #fff;
}
.theme21 .mt-10 {
  margin-top: 10px;
}
.theme21 .mt-45 {
  margin-top: 45px;
}
.theme21 .bg img {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
}
.theme21 .login-body {
  width: 100%;
  height: 100%;
  min-width: 1250px;
}
.theme21 .login-main {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
}
.theme21 .login-name {
  margin-top: 30px;
  padding-bottom: 25px;
  font-weight: bold;
  font-family: PingFangSC;
  font-size: 24px;
  text-align: center;
  letter-spacing: 5px;
}
.theme21 .login-logo p {
  margin-top: 45px;
  line-height: 55px;
}
.theme21 .login-box {
  margin: 0 auto;
  width: 330px;
}
.theme21 .login-tit {
  color: #999;
  font-size: 20px;
}
.theme21 .login-group {
  width: 65%;
  margin: 5% auto;
  display: flex;
  align-items: center;
  height: 9%;
}
.theme21 .login-group .fa {
  font-size: 20px;
  padding-right: 15px;
}
.theme21 .login-img {
  width: 30px;
  height: 30px;
}
.theme21 .login-group img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.theme21 .login-group input {
  margin: 0px 0px 0px 15px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #a1a1a1;
  height: 100%;
  font-size: 16px;
  padding-left: 10px;
}
.theme21 .login-group input:hover {
  border: 1px solid #36BBFA;
}
.theme21 .login-split {
  margin: -7px 7px 0 7px;
  height: 1px;
  border: none;
}
.theme21 .login-group-wrap {
  position: relative;
  margin: 0 auto;
  height: 9%;
  width: 65%;
}
.theme21 .login-group-wrap .login-group {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.theme21 .yzm {
  position: absolute;
  right: 0;
}
.theme21 .login-btn {
  clear: both;
  width: 65%;
  height: 9%;
  margin: 0 auto;
}
.theme21 .login-btn input {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right, #2E94FC, #36BBFA);
  color: white;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin: 0 auto;
}
.theme21 .login-btn input:hover {
  color: white;
}
.theme21 .login-group input::-webkit-input-placeholder {
  font-size: 12px;
}
.theme21 .login-group input::-moz-placeholder {
  font-size: 14px;
}
.theme21 .login-group input:-ms-input-placeholder {
  font-size: 12px;
}
.theme21 .logo-bottom {
  clear: both;
  font-size: 20px;
  vertical-align: middle;
  text-align: center;
  margin-top: 100px;
  color: #2b58ab;
}
.theme21 .logo-bottom img {
  vertical-align: middle;
}
.theme21 .footer {
  text-align: center;
  margin-top: 40px;
  font-size: 20px;
  color: #2d54ac;
}
.theme21 .footer img {
  display: inline-block;
}
.theme21 .footer p {
  display: inline-block;
}
.theme21 .verifyArea {
  padding: 0;
  margin: 0;
  border: none;
  height: 100%;
}
.theme21 .verifyArea input {
  margin: 0px 0px 0px 14px;
  width: 130px;
  border-radius: 5px;
  border: 1px solid #a1a1a1;
  height: 100%;
  font-size: 16px;
  padding-left: 10px;
}
.theme21 .verifyArea img {
  position: absolute;
  right: 1%;
  height: 100%;
}

.theme22 .loginForm {
  position: relative;
  width: 400px;
  padding: 29px;
  background: white;
  box-shadow: 0 0 10px 10px rgba(226, 226, 226, 0.3019607843);
  border-radius: 10px;
  min-height: 310px;
  padding-bottom: 20px;
}
.theme22 .loginToggleWay {
  top: 20px;
  left: 20px;
}
.theme22 .mt-70 {
  margin-top: 70px;
}
.theme22 .mt-38 {
  margin-top: 38px;
}
.theme22 .bg img {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
}
.theme22 .login-body {
  width: 100%;
  height: 100%;
  min-width: 1250px;
  background: transparent url("../../images/login/theme6/bg.png") no-repeat scroll center top;
}
.theme22 .login-main {
  position: absolute;
  /* right: 1%; */
  width: 850px;
  height: 100%;
  top: 50%;
  margin-top: -330px;
  left: 50%;
  margin-left: -425px;
}
.theme22 .login-con {
  width: 480px;
  margin: 0 auto;
}
.theme22 .login-logo {
  margin: 100px auto 10px;
  color: #073374;
  text-align: center;
  font-size: 38px;
  line-height: 55px;
  font-weight: bold;
  letter-spacing: 7px;
}
.theme22 .login-logo p {
  margin-top: 45px;
  line-height: 55px;
}
.theme22 .login-box {
  margin: 0px auto;
  width: 330px;
}
.theme22 .login-tit {
  color: #999;
  font-size: 20px;
}
.theme22 .login-group {
  overflow: hidden;
  height: 42px;
  background: #fff;
  margin-bottom: 40px;
  padding: 10px 10px 0 10px;
  border-radius: 4px;
  display: inline-block;
}
.theme22 .login-group img {
  display: inline-block;
  vertical-align: top;
}
.theme22 .login-group input {
  width: 332px;
  margin-left: 48px;
  height: 40px;
  border: 0px none;
  background-color: #fff;
  color: #333;
  font-size: 20px;
  font-family: 微软雅黑;
  line-height: 40px;
  border-bottom: 2px solid #a6badf;
  display: inline-block;
}
.theme22 .login-group-wrap {
  position: relative;
  height: 44px;
}
.theme22 .yzm {
  position: absolute;
  right: 0;
}
.theme22 .login-btn {
  clear: both;
  width: 100%;
  min-height: 50px;
}
.theme22 .login-btn input {
  display: block;
  width: 100%;
  height: 50px;
  border-radius: 5px;
  background: #2a58ad;
  color: rgb(255, 255, 255);
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
}
.theme22 .login-btn input:hover {
  background: #2e63c5;
}
.theme22 .logo-bottom {
  clear: both;
  font-size: 20px;
  vertical-align: middle;
  text-align: center;
  margin-top: 100px;
  color: #2b58ab;
}
.theme22 .logo-bottom img {
  vertical-align: middle;
}
.theme22 .footer {
  text-align: center;
  margin-top: 40px;
  font-size: 20px;
  color: #2d54ac;
}
.theme22 .footer img {
  display: inline-block;
}
.theme22 .footer p {
  display: inline-block;
}

.theme23 {
  /*  .login-group img {
      display: inline-block;
      vertical-align: top;
      width:100%
    }*/
}
.theme23 .login-title {
  position: absolute;
  width: 100%;
  left: 7%;
  top: 2%;
  font-size: 48px;
  letter-spacing: 4px;
  font-weight: bolder;
  line-height: 48px;
  color: #0B609E;
}
.theme23 .login-logo {
  background: #DA9240;
  /* For Safari 5.1 to 6.0 */
  background: -webkit-linear-gradient(top, #ffffff, #A2D5FA);
  /* For Internet Explorer 10 */
  background: -ms-linear-gradient(top, #ffffff, #A2D5FA);
  background: linear-gradient(top, #ffffff, #A2D5FA);
  font-size: 30px;
  font-weight: bold;
  color: #333333;
  line-height: 42px;
  -webkit-background-clip: text;
  margin-bottom: 35px;
}
.theme23 .login-con {
  width: 340px;
  margin: 0 auto;
}
.theme23 .loginForm {
  width: 340px;
  padding: 30px 50px 50px;
  background: rgba(255, 255, 255, 0.65);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#19ffffff,endColorstr=#19ffffff);
  border-radius: 10px;
  -ms-border-radius: 10px;
}
.theme23 .mt-10 {
  margin-top: 10px;
}
.theme23 .mt-30 {
  margin-top: 30px;
}
.theme23 .mt-45 {
  margin-top: 45px;
}
.theme23 .bg img {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
}
.theme23 .login-body {
  width: 100%;
  height: 100%;
  min-width: 1250px;
}
.theme23 .login-main {
  right: 6%;
  width: 710px;
  height: 800px;
  top: 60%;
  margin-top: -240px;
  position: absolute;
}
.theme23 .login-name {
  margin: 0 auto 15px;
  text-align: center;
  font-family: 微软雅黑;
  font-size: 24px;
  color: #f2f2f6;
}
.theme23 .login-logo p {
  margin-top: 45px;
  line-height: 55px;
}
.theme23 .login-box {
  margin: 0px auto;
  width: 330px;
}
.theme23 .login-tit {
  color: #999;
  font-size: 20px;
}
.theme23 .login-group {
  overflow: hidden;
  width: 100%;
  background: #F8FAFB;
  border: 1px solid #E6E8EC;
  border-radius: 6px;
  height: 38px;
  margin-top: 10px;
  padding: 10px 10px 0 0;
  display: inline-block;
}
.theme23 .login-group img {
  width: 18px;
  margin: 4px 0 0 17px;
}
.theme23 .login-group .fa {
  font-size: 20px;
  color: #B0A9AA;
  margin: 5px 0 0 5px;
}
.theme23 .login-img {
  width: 30px;
  height: 30px;
}
.theme23 .login-group input {
  width: 285px;
  margin-top: -50px;
  margin-left: 46px;
  height: 30px;
  border: 0px none;
  color: #666666;
  background: rgba(255, 255, 255, 0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5364581,endColorstr=#E5364581);
  font-size: 16px;
  font-family: 微软雅黑;
  line-height: 30px;
  display: inline-block;
}
.theme23 .login-split {
  margin: -7px 7px 0 7px;
  background-color: #f2f2f6;
  height: 0.8px;
  border: none;
}
.theme23 .login-group-wrap {
  height: 50px;
}
.theme23 .login-group-wrap .login-group {
  border-bottom: 1px solid #f2f2f6;
  width: 210px;
}
.theme23 .login-group-wrap .login-group input {
  margin-top: 0;
  margin-left: 0;
}
.theme23 .yzm {
  position: absolute;
  right: 0;
  bottom: 4px;
}
.theme23 .login-btn {
  clear: both;
  width: 100%;
  height: 40px;
  margin-bottom: 40px;
}
.theme23 .login-btn input {
  display: block;
  width: 352px;
  height: 50px;
  background: #1f90e4;
  border-radius: 6px;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin: 0 auto;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#FFE8B8, endColorstr= #DA9240); /*IE<8、9>*/
}
.theme23 .login-btn input:hover {
  background: linear-gradient(90deg, #1F8FE2 58%, #DD6785 100%);
  color: white;
}
.theme23 .login-group input::-webkit-input-placeholder {
  color: #666666;
}
.theme23 .login-group input::-moz-placeholder {
  color: #666666;
}
.theme23 .login-group input:-ms-input-placeholder {
  color: #666666;
}
.theme23 .logo-bottom {
  clear: both;
  font-size: 20px;
  vertical-align: middle;
  text-align: center;
  margin-top: 100px;
  color: #2b58ab;
}
.theme23 .logo-bottom img {
  vertical-align: middle;
}
.theme23 .footer {
  text-align: center;
  margin-top: 40px;
  font-size: 20px;
  color: #2d54ac;
}
.theme23 .footer img {
  display: inline-block;
}
.theme23 .footer p {
  display: inline-block;
}
.theme23 .verifyArea {
  position: relative;
  padding: 0;
  margin: 0;
}
.theme23 .verifyArea input {
  position: absolute;
  margin: 0;
  left: 38px;
}
.theme23 .verifyArea img {
  position: absolute;
  right: -14px;
  top: 14px;
}

.theme24 .loginForm {
  position: relative;
  width: 400px;
  padding: 29px;
  background: white;
  box-shadow: 0 0 10px 10px rgba(226, 226, 226, 0.3019607843);
  border-radius: 10px;
}
.theme24 .loginToggleWay {
  top: 20px;
  left: 20px;
}
.theme24 .mt-70 {
  margin-top: 70px;
}
.theme24 .mt-38 {
  margin-top: 38px;
}
.theme24 .bg img {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
}
.theme24 .login-body {
  width: 100%;
  height: 100%;
  min-width: 1250px;
  background: transparent url("../../images/login/theme6/bg.png") no-repeat scroll center top;
}
.theme24 .login-main {
  position: absolute;
  /* right: 1%; */
  width: 850px;
  height: 100%;
  top: 50%;
  margin-top: -330px;
  left: 50%;
  margin-left: -425px;
}
.theme24 .login-con {
  width: 480px;
  margin: 0 auto;
}
.theme24 .login-logo {
  margin: 100px auto 10px;
  color: #1890FF;
  text-align: center;
  font-size: 38px;
  line-height: 55px;
  font-weight: bold;
  letter-spacing: 7px;
}
.theme24 .login-logo p {
  margin-top: 45px;
  line-height: 55px;
}
.theme24 .login-box {
  margin: 0px auto;
  width: 330px;
}
.theme24 .login-tit {
  color: #999;
  font-size: 20px;
}
.theme24 .login-group {
  overflow: hidden;
  height: 42px;
  background: #fff;
  margin-bottom: 20px;
  padding: 10px 10px 0 10px;
  border-radius: 4px;
  display: inline-block;
}
.theme24 .login-group img {
  display: inline-block;
  vertical-align: top;
}
.theme24 .login-group input {
  width: 332px;
  margin-left: 48px;
  height: 40px;
  border: 0px none;
  background-color: #fff;
  color: #333;
  font-size: 20px;
  font-family: 微软雅黑;
  line-height: 40px;
  border-bottom: 2px solid #a6badf;
  display: inline-block;
}
.theme24 .login-group-wrap {
  position: relative;
  height: 44px;
}
.theme24 .yzm {
  position: absolute;
  right: 0;
}
.theme24 .login-btn {
  clear: both;
  width: 100%;
}
.theme24 .login-btn input {
  display: block;
  width: 100%;
  height: 50px;
  border-radius: 5px;
  background: #1890FF;
  color: rgb(255, 255, 255);
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
}
.theme24 .login-btn input:hover {
  background: #1890FF;
}
.theme24 .logo-bottom {
  clear: both;
  font-size: 20px;
  vertical-align: middle;
  text-align: center;
  margin-top: 100px;
  color: #1890FF;
}
.theme24 .logo-bottom img {
  vertical-align: middle;
}
.theme24 .footer {
  text-align: center;
  margin-top: 40px;
  font-size: 20px;
  color: #1890FF;
}
.theme24 .footer img {
  display: inline-block;
}
.theme24 .footer p {
  display: inline-block;
}
.theme24 #userIcon i {
  font-size: 31px;
  color: #1890FF;
}
.theme24 #pwdIcon i {
  font-size: 31px;
  color: #1890FF;
}
.theme24 .langChange {
  position: absolute;
  background: white;
  right: 30px;
  top: 80px;
  padding: 0 20px;
  border-radius: 30px;
  color: #1990ff;
  cursor: pointer;
  box-shadow: 0 0 1px 1px #f7f7f7;
}

.theme25 {
  width: 100%;
  height: 100vh;
  position: relative;
}
.theme25 .loginForm {
  position: relative;
  width: 400px;
  padding: 29px;
  background: white;
  box-shadow: 0 0 10px 10px rgba(226, 226, 226, 0.3019607843);
  border-radius: 10px;
  min-height: 310px;
  padding-bottom: 20px;
}
.theme25 .loginToggleWay {
  top: 20px;
  left: 20px;
}
.theme25 .mt-70 {
  margin-top: 70px;
}
.theme25 .mt-38 {
  margin-top: 38px;
}
.theme25 .bg img {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
}
.theme25 .login-body {
  width: 100%;
  height: 100%;
  min-width: 1250px;
  background: transparent url("../../images/login/theme6/bg.png") no-repeat scroll center top;
}
.theme25 .login-main {
  position: absolute;
  right: 5%;
  min-width: 350px;
}
.theme25 .login-con {
  width: 480px;
  margin: 0 auto;
}
.theme25 .login-logo {
  margin: 100px auto 10px;
  color: #073374;
  text-align: center;
  font-size: 38px;
  line-height: 55px;
  font-weight: bold;
  letter-spacing: 7px;
}
.theme25 .login-logo p {
  margin-top: 45px;
  line-height: 55px;
}
.theme25 .login-box {
  margin: 0px auto;
  width: 330px;
}
.theme25 .login-tit {
  color: #999;
  font-size: 20px;
}
.theme25 .login-group {
  overflow: hidden;
  height: 42px;
  background: #fff;
  margin-bottom: 40px;
  padding: 10px 10px 0 10px;
  border-radius: 4px;
  display: inline-block;
}
.theme25 .login-group img {
  display: inline-block;
  vertical-align: top;
}
.theme25 .login-group input {
  width: 332px;
  margin-left: 48px;
  height: 40px;
  border: 0px none;
  background-color: #fff;
  color: #333;
  font-size: 20px;
  font-family: 微软雅黑;
  line-height: 40px;
  border-bottom: 2px solid #a6badf;
  display: inline-block;
}
.theme25 .login-group-wrap {
  position: relative;
  height: 44px;
}
.theme25 .yzm {
  position: absolute;
  right: 0;
}
.theme25 .login-btn {
  clear: both;
  width: 100%;
  min-height: 50px;
}
.theme25 .login-btn input {
  display: block;
  width: 100%;
  height: 50px;
  border-radius: 5px;
  background: #2a58ad;
  color: rgb(255, 255, 255);
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
}
.theme25 .login-btn input:hover {
  background: #2e63c5;
}
.theme25 .logo-bottom {
  clear: both;
  font-size: 20px;
  vertical-align: middle;
  text-align: center;
  margin-top: 100px;
  color: #2b58ab;
}
.theme25 .logo-bottom img {
  vertical-align: middle;
}
.theme25 .footer {
  text-align: center;
  margin-top: 40px;
  font-size: 20px;
  color: #2d54ac;
}
.theme25 .footer img {
  display: inline-block;
}
.theme25 .footer p {
  display: inline-block;
}

.fixedExplain {
  position: fixed;
  bottom: 30px;
  width: 100%;
  text-align: center;
  left: 0;
}
.fixedExplain a {
  text-decoration: underline;
}
.fixedExplain a:hover {
  color: #1b80ec;
}
