/*导航条*/
html,
body {
  height: 94.5%;
}
header img {
  margin: 3px 0;
}
@media screen and (min-width: 992px) {
  #pc {
    display: block !important;
  }
}
@media screen and (max-width: 992px) {
  .login {
    float: none !important;
    margin: auto  !important;
  }
  .section {
    background: url(../../images/login0627/bg-2-2.png) 0 0 !important;
    height: 100% !important;
  }
  .max-width {
    display: block !important;
    padding: 0 !important;
    width: 100% !important;
    padding-top: 150px !important;
  }
  
  #qrRootDiv {
  	display: none;
  }
}
@media screen and (max-width: 767px) {

  #qrRootDiv {
  	display: none;
  }
	
  #IMG {
    display: block !important;
  }
  #LOG {
    display: none !important;
  }
  .max-width {
    padding-top: 80px !important;
  }
  .section {
    background: url(../../images/login0627/bg-2-2.png) no-repeat 0 0 !important;
    height: 100% !important;
  }
  header{
  	padding:0 !important;
}
}
.section {
  position: relative;
  /*重要！保证footer是相对于wapper位置绝对
  height: 100%;*/
  /* 保证页面能撑开浏览器高度时显示正常
  padding-bottom: 50px;*/
  max-width: 100%;
  background: url(../../images/login0627/bg-2-3.png) 0 0;
}
.section .row-mg {
  margin: 0;
  padding-bottom: 40px;
  /*重要！给footer预留的空间*/
}
.section .login {
  float: right;
  max-width : 294px;
  margin: 80px 10px;
  padding: 20px;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}
.section .login .icons {
  display: inline-block;
  right: 30px;
  top: 6px !important;
}
.section .login > div {
  height: 35px;
  line-height: 35px;
}
.section .login > div #checkbox {
  top: 8px;
}
.section .hang {
  margin-top: 10px;
}
.section .hang b {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  padding-bottom: 5px;
}
.section .hang b i {
  font-size: 12px;
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 3px;
}
.section .hang a {
  font-size: 12px;
}
.section .code {
  margin: 80px 0;
  padding: 20px;
  color: #fff;
  margin-left : 50px;
}
.section .code .code-body {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  width: 200px;
  height: 200px;
  background: #fff;
  margin-top: 10px;
}
.section .code .code-footer {
  width: 200px;
  font-size: 12px;
  text-align: center;
  margin-top: 15px;
}
.section .footer {
  height: 50px;
  line-height: 50px;
  text-align: center;
  bottom: 0;
  position: absolute;
  width: 100%;
  background: #fff;
}
