@charset "utf-8";
/*! 凯旋品牌(www.kxbrand.net) UI规范样式 */
/************************************
*@描述:基础样式,reset+tag
************************************/
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
em,
strong,
img,
form,
fieldset,
input,
textarea,
button,
pre,
table,
tr,
th,
td,
blockquote,
code,
label,
cite,
i,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video,
details,
summary {
  padding: 0;
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
:focus {
  outline: 0;
}
fieldset,
img {
  border: 0;
}
ul,
ol,
li {
  list-style-type: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
tr,
td {
  text-align: left;
}
u,
del,
ins {
  text-decoration: none;
}
label {
  cursor: pointer;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var,
i {
  font-style: normal;
}
q:before,
q:after {
  content: '\200B';
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
  zoom: 1;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
select,
input,
img {
  vertical-align: middle;
}
button,
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
  resize: none;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type='search'] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
button[disabled],
input[disabled],
a[disabled],
span[disabled] {
  cursor: default;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
a {
  text-decoration: none;
  background: transparent;
}
a:hover {
  text-decoration: underline;
  outline: 0;
}
/************************************
*@描述:注释
************************************/
html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%;
}
body {
  height: 100%;
  font: 14px Helvetica, Tahoma, Arial, "Microsoft YaHei", SimHei, sans-serif;
}
.g-login {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  top: 0;
  z-index: 20000;
}
.m-login {
  width: 350px;
  height: 408px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  position: absolute;
  right: 100px;
  top: 50%;
  margin-top: -204px;
  overflow: hidden;
}
.m-login .pic {
  width: 312px;
  height: 408px;
  overflow: hidden;
  background: url("../images/statement.jpg") 0 0 no-repeat;
  float: left;
  display: inline;
}
.m-login .logform {
  width: 350px;
  height: 408px;
  overflow: hidden;
  float: right;
  display: inline;
  background: url(../images/login.jpg) 0 0 no-repeat;
  padding-top: 55px;
  box-sizing: border-box;
}
.m-login .loguser {
  text-align: center;
}
.m-login .user {
  width: 82px;
  height: 82px;
  background: url(../images/user.png) 0 0 no-repeat;
  background-size: 100% 100%;
  margin-bottom: 20px;
}
.m-login .layui-input {
  width: 255px;
  height: 32px;
  border: 1px solid rgba(113, 134, 153, 0.8);
  background-color: #afb8c2;
  padding-left: 25px;
  padding-right: 5px;
}
.m-login .u-input2 {
  width: 145px;
  display: inline;
  margin-right: 5px;
}
.m-login .code {
  width: 100px;
  height: 32px;
}
.m-login .u-error {
  border: 1px solid #f57502;
  background-color: #ffe8d4;
}
.m-login .layui-form-checkbox span {
  color: #aab4cf;
}
.m-login .item {
  width: 258px;
  margin: 0px auto 13px auto;
  position: relative;
}
.m-login .item .label {
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 9px;
  left: 5px;
}
.m-login .item .s1 {
  background: url(../images/user1.png) 0 0 no-repeat;
  background-size: auto 16px;
}
.m-login .item .s2 {
  background: url(../images/lock.png) 0 0 no-repeat;
  background-size: auto 16px;
}
.m-login .item .s3 {
  background: url(../images/code.png) 0 0 no-repeat;
  background-size: auto 14px;
}
.m-login .item .l,
.m-login .item .r {
  color: #aab4cf;
}
.m-login .item .l a,
.m-login .item .r a {
  color: #aab4cf;
}
.m-login .item .r {
  float: right;
}
.m-login .logbtn {
  margin-top: 20px;
}
.m-login .logbtn .u-btn {
  display: block;
  width: 255px;
  height: 32px;
  line-height: 32px;
  margin: 0 auto;
  background-color: #3c3a4f;
  color: #b5b8c4;
  text-transform: Uppercase;
  font-size: 14px;
  text-align: center;
}
.m-login .logbtn .u-btn:hover {
  text-decoration: none;
  background-color: #1f2254;
}
.g-loginbg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.g-loginbg .ul {
  width: 100%;
  height: 100%;
}
.g-loginbg .item {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  background-size: 100% 100%;
  transition-duration: .3s;
  -webkit-transition-duration: 1s;
  opacity: 0;
  z-index: 1;
}
.g-loginbg .item .img {
  width: 100%;
  height: 100%;
}
.g-loginbg .layui-this {
  opacity: 1;
  transition: all 1s;
  -webkit-transition: all 1s;
  z-index: 2;
}
.g-loginbg .layui-carousel-ind,
.g-loginbg .layui-carousel-arrow {
  display: none;
}
.g-login .g-header{
  width: 100%;
  margin: 0 auto;
  height: 66px;
  line-height: 66px;
  /*background-color: #ffff;*/
  /*opacity: 1;*/
}
.g-login .g-header .logo-img{
  margin-top: 10px;
  margin-left: 40px;
  /*width: 150px;*/
  /*height: 45px;*/
  vertical-align: sub;
}
.g-login .g-header .g-menu{
  float: right;
}
.g-login .g-header .g-menu li{
  margin-right: 60px;
  display: inline-block;
  cursor: pointer;
  font-family: Arial;
  font-size: 14px;
  opacity: .8;
  color: #014280;
}
.g-login .g-header .g-menu li:hover{
  opacity: 1;
}
.language-switch{
  float: right;
  /*display: inline-block;*/
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  line-height: 20px;
  margin-top: 21px;
  /*margin-right: 60px;*/
  text-align: center;
  border-radius: 2px;
}

.language-switch-primary{
  border: 1px solid #014280;
}

@keyframes line-scale{0%,100%{-webkit-transform:scaley(1);transform:scaley(1)}50%{-webkit-transform:scaley(.4);transform:scaley(.4)}}
.line-scale>div{border-radius:1px;margin:0 2px;background-color:#fff;width:3px;height:14px;display:inline-block}
.line-scale>div:nth-child(1){-webkit-animation:line-scale 1s -.4s infinite cubic-bezier(.2,.68,.18,1.08);animation:line-scale 1s -.4s infinite cubic-bezier(.2,.68,.18,1.08)}
.line-scale>div:nth-child(2){-webkit-animation:line-scale 1s -.3s infinite cubic-bezier(.2,.68,.18,1.08);animation:line-scale 1s -.3s infinite cubic-bezier(.2,.68,.18,1.08)}
.line-scale>div:nth-child(3){-webkit-animation:line-scale 1s -.2s infinite cubic-bezier(.2,.68,.18,1.08);animation:line-scale 1s -.2s infinite cubic-bezier(.2,.68,.18,1.08)}
.line-scale>div:nth-child(4){-webkit-animation:line-scale 1s -.1s infinite cubic-bezier(.2,.68,.18,1.08);animation:line-scale 1s -.1s infinite cubic-bezier(.2,.68,.18,1.08)}
.line-scale>div:nth-child(5){-webkit-animation:line-scale 1s 0s infinite cubic-bezier(.2,.68,.18,1.08);animation:line-scale 1s 0s infinite cubic-bezier(.2,.68,.18,1.08)}
.line-scale>div{-webkit-animation-fill-mode:both;animation-fill-mode:both}

.m-forgot {
  border-radius: 10px;
  margin: 50px 20%;
  padding: 30px 15%;
  min-height: 450px;
  box-sizing: border-box;
  /*background-color: #fffef2;*/
  background-color: #f5f5f3;
}
.m-forgot .title {
  margin-bottom: 10px;
  margin-bottom: 20px;
  /*font-weight: 300;*/
  font-size: 2em;
  color: #000;
  text-align: center;
}
.m-forgot .item {
  margin: 0px auto 13px auto;
  position: relative;
}
.u-space1 {
  clear: both;
  width: 100%;
  height: 50px;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  padding: 0;
}
.m-forgot .forgotBtn {
  width: 100%;
  margin: 0 auto;
}
.m-forgot .forgotBtn .layui-btn {
  display: block;
}

.m-forgot .u-input2 {
  width: 70%;
  display: inline;
  margin-right: 5px;
}

.layadmin-tips {
  margin-top: 30px;
  text-align: center;
}

.layadmin-tips .layui-icon[face] {
  display: inline-block;
  font-size: 300px;
  color: #393D49;
}

.layadmin-tips .layui-text {
  width: 500px;
  margin: 30px auto;
  padding-top: 20px;
  border-top: 5px solid #009688;
  font-size: 16px;
}

.layadmin-tips .layui-text .layui-anim {
  display: inline-block;
}

.layadmin-tips h1 {
  font-size: 100px;
  line-height: 100px;
  color: #009688;
}