/* .login-bg {
  background: url("../images/loginbj.jpg") no-repeat center center fixed;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bgs/landscape.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bgs/landscape.jpg', sizingMethod='scale')";
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; } */

.bigBox {
  width: 100%;
  height:100%;
  height: 100vh;
  min-height: 668px;
  background: url(../images/login_bg.png) no-repeat center center;
  background-size: 100%;
 }
.LoginTop {
  height: 133px;
  width: 100%; 
  background: url(../images/timg.jpg) no-repeat center; } 
.LoginBox {
  white-space: nowrap;
  position: relative;
 }
.LoginContent {
  width: 875px;
  position: absolute;
  margin: auto;
  padding:60px 50px;
  border-radius: 10px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.LoginIfame {
  position: relative; }
#loginIframe {
  width: 500px;
  height: 382px;
  border: 0; }
.linkbox {
  float: right;
  padding: 0 15px;
  display: inline-block;
  justify-content: space-evenly;
 }
.linkbox a {
  width: 25%;
  color: #555;
  text-decoration: underline;
  display: inline-block;}
.loginimg {
  background: url(../images/loginimg.png) no-repeat; }
.wjmm {
  background-position: 0 -190px;
  height: 20px;
  width: 20px;
  padding-left: 25px; }
.wjzh {
  background-position: 0 -224px;
  height: 20px;
  width: 20px;
  padding-left: 25px; }
.xgmm {
  background-position: 0 -255px;
  height: 20px;
  width: 20px;
  padding-left: 25px; }
.zzfw {
  background-position: 0 -294px;
  height: 20px;
  width: 20px;
  padding-left: 25px; }
.footerBg {
	height: 60px;
  /* background: url(../images/footerBg.gif) repeat-x; */
  background-color: #fff;
	text-align: center;
	line-height: 60px;
	/* padding-top: 30px; */
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%
}
.LoginBox .img {
  width: 400px;
  height: 100%;
  text-align: center;
  /* background: url(../images/login_bg2.png) no-repeat; */
 }
 .item-logo{
   width: 100%;
   text-align: center;
 }
 .layui-form-item{
   margin-bottom: 20px;
 }
.login-wrapper {
  position: absolute;
  top: 30%;
  text-align: center; }
  .login-wrapper .logo {
    margin-bottom: 45px;
    position: relative;
    left: -2px; }
  .login-wrapper .box {
    margin: 0 auto;
    float: none;
    width: 500px;
	/* box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.65); */}
    .login-wrapper .box .content-wrap {
      width: 82%;
      margin: 0 auto; }
    .login-wrapper .box h6 {
      text-transform: uppercase;
      margin: 0 0 30px 0;
      font-size: 18px;
      font-weight: 600; }
    .login-wrapper .box input[type="text"],
    .login-wrapper .box input[type="password"] {
      font-size: 15px;
      height: 40px;
      margin-bottom: 18px;
      border-color: #b2bfc7;
      padding-left: 12px; }
    .login-wrapper .box input[type="password"] {
      margin-bottom: 10px; }
    .login-wrapper .box input:-moz-placeholder {
      color: #9ba8b6;
      font-size: 15px;
      letter-spacing: 0px;
      font-style: italic; }
    .login-wrapper .box input:-ms-input-placeholder {
      color: #9ba8b6;
      font-style: italic;
      letter-spacing: 0px;
      font-size: 15px; }
    .login-wrapper .box input::-webkit-input-placeholder {
      color: #9ba8b6;
      font-style: italic;
      letter-spacing: 0px;
      font-size: 15px; }
    .login-wrapper .box a.forgot {
      display: block;
      text-align: right;
      text-decoration: underline;
      color:#1583d2;
      font-size: 13px;
      margin-bottom: 6px; }
    .login-wrapper .box .remember {
      display: block;
      overflow: hidden;
      margin-bottom: 20px; }
      .login-wrapper .box .remember input[type="checkbox"] {
        float: left;
        margin-right: 8px; }
      .login-wrapper .box .remember label {
        float: left;
        color: #4a576a;
        font-size: 13px; }
    .login-wrapper .box .login {
      text-transform: uppercase;
      font-size: 13px;
      padding: 8px 30px; }
  .login-wrapper .no-account {
    margin: 0 auto;
    float: none;
    text-align: center;
    font-size: 14px;
    margin-top: 25px; }
    .login-wrapper .no-account p {
      display: inline-block;
      color: #eee; }
    .login-wrapper .no-account a {
      color: #eee;
      margin-left: 7px;
      border-bottom: 1px solid;
      transition: all .1s linear;
      -moz-transition: all .1s linear;
      /* Firefox 4 */
      -webkit-transition: all .1s linear;
      /* Safari and Chrome */
      -o-transition: all .1s linear;
      /* Opera */ }
      .login-wrapper .no-account a:hover {
        text-decoration: none;
        color: #fff;
        border-bottom-color: #fff; }

/* background switcher */
.bg-switch {
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  top: 60px;
  border-radius: 0px 10px 10px 0px;
  padding: 10px 10px 0px 10px;
  z-index: 999; }
  .bg-switch .bgs .bg {
    text-align: center;
    margin-bottom: 13px;
    text-decoration: none;
    display: block; }
    .bg-switch .bgs .bg.active img {
      border-color: #000; }
    .bg-switch .bgs .bg img {
      width: 80px;
      height: 60px;
      border: 2px solid #9fcef1;
      cursor: pointer; }

/* responsive */
@media (max-width: 767px) {
  .login-wrapper .box {
    width: 350px; } }
@media (max-width: 480px) {
  .login-wrapper .box {
    width: 90%; } }