html, body {
  overflow-x: hidden;
}
.wrapper {
  width: 1200px;
  margin: 0 auto;
}

.img {
  display: block;
  width: 100%;
}
.yyz-mb-13 {
  margin-bottom: 13px;
}
.yyz-fz-16 {
  font-size: 16px;
}


body {
  height: 100vh;
}
.yyz-header {
  overflow: hidden;
}
.h1_logo {
  float: left;
  margin-right: 20px;
}
.h1_logo .hd_logo {
  float: left;
  width: 130px;
  height: 46px;
  line-height: 46px;
  margin-top: 25px;
  padding-left: 140px;
  background: url(/static/img/logo.png) no-repeat left top;
  white-space: nowrap;
  letter-spacing: 4px;
  font-size: 16px;
  font-weight: 900;
  color: #07beca;
}
.yyz-header_right {
  float: right;
  display: flex;
  align-items: center;
  height: 80px;
  margin-right: 200px;
}
.yyz-header_right .yyzicon {
  margin-right: 10px;
  font-size: 30px;
  color: #e16854;
}
.yyz-header_right .hotline {
  line-height: 80px;
  font-size: 26px;
  color: #e16854;
}


.login-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 670px;
  background: url(/static/img/login/bg.png) no-repeat ;
  background-size: cover;
}
.login-wrapper .ad {
  display: flex;
  align-items: center;
  height: 435px;
  padding: 0 34px;
  border-radius: 20px 0 0 20px;
  background: rgba(255, 255, 255, .6);
}
.login-box {
  overflow: hidden;
  display: flex;
  border-radius: 0 20px 20px 0;
}
.login-wrapper .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  color: #fd6753;
}
.login-wrapper.title .badge {
  display: flex;
  align-items: center;
}
.login-box .title .yyzicon-saomadenglu {
  font-size: 23px;
}
.login-box .title .yyzicon-saomadenglu1 {
  font-size: 45px;
}
.login-box form {
  box-sizing: border-box;
  width: 362px;
  height: 435px;
  padding: 35px 27px;
  background: #fff;
}
.login-box .layui-form-item {
  position: relative;
}
.login-box .layui-form-item .yyzicon {
  position: absolute;
  top: 50%;
  left: 10px;
  z-index: 1;
  font-size: 26px;
  color: #fd6753;
  transform: translateY(-50%);
}
.login-box .layui-form-item .captcha-img {
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 1;
  width: 85px;
  border: 1px solid #f27563;
  transform: translateY(-50%);
}
.login-box .layui-form-item .captcha-img img {
  display: block;
  width: 100%;
}
.login-box .layui-input-block {
  margin-left: 0;
}
.login-box .layui-input {
  padding-left: 50px;
  height: 57px;
  background-color: #eae9e9;
  font-size: 16px;
}

.scan-box {
  display: none;
  box-sizing: border-box;
  width: 362px;
  height: 435px;
  padding: 35px 27px;
  border-radius: 0 20px 20px 0;
  background: #fff;
}
.scan-box .yyzicon-pcdenglu {
  font-size: 45px;
}
.scan-box .login-qr {
  text-align: center;
}
.scan-box .login-qr img {
  border: 1px solid #dddddd;
}
.scan-box .desc {
  line-height: 60px;
  text-align: center;
  font-size: 16px;
}


.footer {
  box-sizing: border-box;
  height: 289px;
  line-height: 26px;
  padding-top: 58px;
  background: #4D4D4D;
  color: #fff;
}
.footer .wrapper {
  overflow: hidden;
}
.footer .left, .footer .center, .footer .right {
  float: left;
}
.footer .left img {
  display: block;
}
.footer .center {
  margin-left: 183px;
}
.footer .center a{
  color: #fff;
}
.footer .right {
  margin-left: 53px;
}
.footer .right .phone{
  padding-bottom: 10px;
  font-size: 26px;
}
.footer .right .yyzicon{
  margin-right: 10px;
  font-size: 22px;
}


.copyright {
  line-height: 38px;
  background-color: #282C2F;
  text-align: center
}
.copyright a {
  color: #fff;
}