.cq-login-web-top {
  height: 80px;
  background-color: #F4F4F4;
}

.cq-login-web-head {
  width: 1200px;
  margin: 0 auto;
}

.cq-login-web-head h1 {
  float: left;
  height: 80px;
  line-height: 80px;
  font-size: 24px;
  font-family: PingFang SC;
  font-weight: 500;
  color: rgba(51, 51, 51, 1);
}

.cq-login-logo {
  float: left;
  width: 56px;
  height: 56px;
  margin: 12px 20px;
}

@media (max-width:1700px) {
  .cq-login-web-center {
    background-position-x: -160px !important;
  }
}

@media (max-width:1300px) {
  .cq-login-web-center {
    background-position-x: -260px !important;
  }
}

@media (min-width:1920px) {
  .cq-login-web-center {
    background-position-x: center !important;
  }
}

.cq-login-web-wrap {
  background-color: #F4F4F4;
}

.cq-login-web-center {
  position: relative;
  width: 100%;
  min-height: 600px;
  height: calc(100vh - 230px);
  background: url("../image/web-bg.png") no-repeat;
  background-size: cover;
  padding: 150px 0;
  box-sizing: border-box;
}

.cq-login-web-content {
  width: 1200px;
  display: flex;
  margin: 0 auto;
}

.cq-login-dep {
  display: inline-block;
  margin-right: 120px;
  font-size: 30px;
  font-family: PingFang SC;
  color: rgba(251, 253, 255, 1);
}

.cq-login-dep h2 {
  font-size: 30px;
  font-weight: 400;
}

.cq-login-dep .big {
  margin: 30px 0 42px;
  font-size: 50px;
  font-weight: 500;
}

.cq-login-dep .big span {
  display: inline-block;
  margin: 0 18px;
  width: 1px;
  height: 36px;
  background: rgba(255, 255, 255, 1);
  opacity: 0.5;
}

.cq-login-dep .small {
  font-size: 16px;
  font-weight: 500;
  opacity: 0.8;
  display: flex;
}

.cq-login-dep .small p {
  background: url(../image/web-small.png) no-repeat;
  background-size: 30px 21px;
  padding: 0 56px 0 34px;
}

.cq-login-dep .scode {
  margin-top: 55px;
  width: 116px;
  height: 116px;
}

.cq-login-web-footer {
  box-sizing: border-box;
  height: 150px;
  padding-top: 60px;
  text-align: center;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: rgba(153, 153, 153, 1);
}

/*  bind start  */
.mgb-20 {
  margin-bottom: 20px;
}

.mgt-0 {
  margin-top: 0px;
}

.mgt-40 {
  margin-top: 40px;
}

/*  bind end  */

.from-btn-change {
  margin-top: 20px;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  color: rgba(153, 153, 153, 1);
  cursor: pointer;
}
