/*全局*/
* {
  margin: 0;
  padding: 0;
}
ul,
li,
ol {
  list-style-type: none;
}
img {
  border: none 0;
  vertical-align: middle;
}
button,
select,
input {
  font-family: "Microsoft YaHei";
}
ul,
li {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
em,
i {
  font-style: normal;
}
a {
  text-decoration: none;
  color: #333;
}
input,
textarea {
  resize: none;
  outline: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after,
.container:after,
ul:after,
dl:after {
  content: '';
  clear: both;
  display: table;
}
html,
body {
  width: 100%;
  height: 100%;
  font: normal 12px/1.5 "Microsoft YaHei", Helvetica, Arial;
  background-color: #F6F6F6;
}
@font-face {
  font-family: myFirstFont;
  src: url('/web1/fonts/PingFang-Bold.ttf');
}
/*登录页*/
.login-header {
  height: 100px;
  line-height: 40px;
  padding: 30px 0;
  box-sizing: border-box;
}
.logo {
  font-family: 'myFirstFont';
  font-size: 28px;
  color: #fff;
  float: left;
}
.logo img {
  max-height: 32px;
}
.container {
  width: 1524px;
  margin: 0 auto;
}
.login-box {
  width: 980px;
  height: 600px;
  border-radius: 20px;
  background-color: #fff;
  overflow: hidden;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.login-img {
  width: 400px;
  height: 600px;
  background: url("/web1/imgs/login-img.png") no-repeat;
  background-size: cover;
  float: left;
}
.login-content {
  float: left;
  width: 580px;
  height: 600px;
  padding: 60px 108px;
  box-sizing: border-box;
}
.login-nav {
  text-align: center;
}
.login-nav a {
  display: inline-block;
  font-family: PingFangSC-Regular, PingFang SC;
  font-size: 20px;
  color: #000;
  margin: 0 30px;
  position: relative;
  cursor: pointer;
}
.login-nav a.active {
  font-size: 32px;
  color: #427AF3;
  font-family: 'myFirstFont';
  padding-bottom: 10px;
}
.login-nav a.active:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 40px;
  height: 4px;
  border-radius: 2px;
  background-color: #427AF3;
}
.login-form {
  margin-top: 30px;
}
.login-form .login-form-item {
  margin-bottom: 24px;
}
.login-form input {
  height: 48px;
  border-radius: 4px;
  border: #D9D9D9 solid 1px;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #000;
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}
.login-form input:focus {
  border-color: #427AF3;
  box-shadow: 0 0 5px rgba(66, 122, 243, 0.2);
}
.login-btn {
  display: block;
  width: 100%;
  height: 48px;
  background-color: #427AF3;
  border-radius: 4px;
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  color: #FFFFFF;
  text-align: center;
  line-height: 48px;
  margin-top: 40px;
  cursor: pointer;
}
.login-btn:hover {
  background-color: #2a62dc;
  box-shadow: 0 0 5px rgba(66, 122, 243, 0.2);
  color: #FFFFFF;
}
.code {
  margin-top: 30px;
  text-align: center;
}
.code img {
  width: 120px;
  height: 120px;
  display: inline-block;
  vertical-align: top;
}
.code .code-word {
  display: inline-block;
  width: 185px;
  margin-left: 30px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #000000;
  text-align: left;
  padding-top: 30px;
  vertical-align: top;
}
.code .code-word span {
  display: block;
  font-size: 24px;
  font-family: 'myFirstFont';
}
.mb62 {
  margin-bottom: 62px;
}
.web-box {
  width: 260px;
  height: 260px;
  margin: 10px auto 0;
  border-radius: 4px;
  border: 1px solid #D9D9D9;
  padding: 24px 38px;
  text-align: center;
  box-sizing: border-box;
}
.web-box img {
  width: 174px;
  height: 174px;
}
.web-box .web-word {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #000000;
  line-height: 22px;
  margin-top: 10px;
}
.login-tabs-content {
  display: none;
}
.login-tabs-content:first-child {
  display: block;
}
/*登录页end*/
/*主页*/
.header {
  height: 100px;
  background-color: #fff;
  box-shadow: 0 6px 12px -4px rgba(0, 0, 0, 0.1);
  line-height: 40px;
  padding: 30px 0;
  box-sizing: border-box;
}
.header .logo {
  color: #427AF3;
}
.header-type {
  float: right;
}
.head-notice {
  float: left;
  position: relative;
  height: 40px;
  width: 36px;
  cursor: pointer;
}
.head-notice:hover {
  color: #427AF3;
}
.head-notice .icon {
  font-size: 24px;
}
.head-notice span {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
  width: 24px;
  height: 16px;
  background-color: #FF5149;
  border-radius: 8px;
  text-align: center;
  line-height: 16px;
  color: #fff;
  transform: scale(0.8);
}
.head-info {
  float: left;
  text-align: right;
  margin-left: 30px;
  position: relative;
}
.head-info i,
.head-info span {
  display: inline-block;
  vertical-align: top;
}
.head-info .info-tx img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  vertical-align: middle;
}
.head-info .info-name {
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  color: #000000;
  margin: 0 10px;
}
.head-info:hover .info-down {
  display: block;
}
.info-down {
  position: absolute;
  top: 40px;
  left: 0;
  background-color: #fff;
  box-shadow: 0 6px 12px -4px rgba(0, 0, 0, 0.1);
  width: 100%;
  display: none;
}
.info-down li {
  text-align: center;
}
.info-down li a {
  font-size: 16px;
  display: block;
  cursor: pointer;
}
.info-down li a:hover {
  color: #427AF3;
}
.xy-date {
  margin: 20px 0;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #444444;
}
.xy-date p {
  margin: 0;
}
.xy-date p:nth-child(1) {
  font-size: 14px;
}
.xy-date p:nth-child(2) {
  font-size: 28px;
}
.grid-nav {
  margin: 0 -12px;
}
.grid-nav-item {
  width: 33.333333%;
  box-sizing: border-box;
  padding: 0 12px 24px 12px;
  float: left;
}
.grid-nav-item .grid-wd {
  display: block;
  width: 100%;
  height: 160px;
  border-radius: 12px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 40px 60px;
  display: flex;
  align-items: center;
  transition: all 0.25s;
  cursor: pointer;
}
.grid-nav-item .grid-wd:hover {
  transform: none !important;
  box-shadow: 0 6px 15px -4px rgba(0, 0, 0, 0.15);
}
.grid-nav-item .grid-wd:hover .grid-name {
  color: #427AF3;
}
.grid-nav-item .grid-icon {
  float: left;
  width: 72px;
  text-align: center;
  margin-right: 24px;
}
.grid-nav-item .grid-icon img {
  width: 72px;
  height: 72px;
}
.grid-nav-item .grid-write {
  width: 275px;
  float: left;
}
.grid-nav-item .grid-write .grid-name {
  font-size: 20px;
  font-family: PingFangSC-Semibold, PingFang SC;
  color: #222222;
}
.grid-nav-item .grid-write .grid-desc {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #888888;
  margin-top: 4px;
  line-height: 20px;
  max-height: 40px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/*主页end*/
@media (max-width: 1524px) {
  .container {
    width: 1200px;
  }
  .grid-nav-item .grid-wd {
    padding: 30px;
    height: 140px;
  }
  .grid-nav-item .grid-write {
    width: 228px;
  }
  .login-box {
    transform: translate(-50%, -50%) scale(0.8);
    transform-origin: center;
    height: 550px;
  }
  .login-box .login-content {
    height: 550px;
    padding: 40px 90px;
  }
  .header,
  .login-header {
    height: 80px;
    padding: 20px 0;
  }
}
/*# sourceMappingURL=style.css.map */


#login_wx_container {
  text-align: center;
  margin-top:40px;
}





.header .logo_mdl {
  margin: 26px 0;
  display: inline-block;
}

.header .logo_img {
  width: 39px;
  height: 37px;
  float: left;
  margin: 0 10px 0 0;
}

.header .logo_txt {
  font-size: 28px;
  color: #428bca;
  float: left;
}

.header .user_mdl {
  margin: 30px 0 0 0;
  float: right;
}

.header .user_mdl .profile {
  width: 32px;
  height: 32px;
  border-radius: 32px;
  overflow: hidden;
  vertical-align: middle;
  margin-right: 5px;
}

.header .user_mdl a:before {
  content: "|";
  color: #ccc;
  margin: 0 8px 0 3px;
}


/* banner */

.banner {
  height: 600px;
  background: #428bca;
}

.login_container {
  position: relative;
  height: 600px;
  background: left center url('../images/banner.jpg') no-repeat;
  background-size: 50% auto;
}

.impowerBox .qrcode {width: 210px;}
.impowerBox .title {display: none;}
.impowerBox .info {width: 200px;}
.status_icon {display: none}
.impowerBox .status {text-align: center;} 

.login_mdl {
  background: #fff;
  width: 279px;
  position: absolute;
  right: 150px;
  top: 90px;
  padding: 0 25px;
  z-index: 100;
}

.login_mdl .title {
  font-size: 16px;
  margin: 25px 0 25px 0;
}

.login_mdl .form-control {
  height: 40px;
}

.login_mdl .form-group {
  margin-top: 5px;
  margin-bottom: 25px;
}

.login_mdl .login_links {
  padding: 10px 0 8px 0;
}

.login_mdl .login_links a {
  font-size: 12px;
  color: #666;
}

.login_mdl .btn {
  height: 42px;
  width: 100%;
}

.login_mdl a.btn {
  padding: 12px 0;
}

.index_footer_mdl {
  border-top: #e8e8e8 solid 1px;
  text-align: center;
  color: #666;
  padding-top: 25px;
  padding-bottom: 25px;
}

.footer_mdl {
  min-width: 1180px;
  border-top: #428bca solid 2px;
  background: #f5f5f5;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}

.index_footer_mdl a {
  color: #333333;
}

.index_footer_mdl a:focus,
.index_footer_mdl a:hover,
.index_footer_mdl a:active {
  text-decoration: none;
  color: #428bca;
}

.logo-imgs {
  height: 30px;
  margin-right: 10px;
  margin-top: -8px;
}

.about-box {
  margin: 26px 0;
  display: inline-block;
  height: 40px;
  line-height: 40px;
}

.about-box:hover {
  opacity: 0.8;
  text-decoration: none;
}

@media (max-width: 768px) {
  .login_mdl {
      right: 0;
      left: 0;
      margin: auto;
  }
  .banner {
      background: #428bca
  }
  .login_container {
      background: none
  }
}