.banner {
  position: relative;
}
.banner .bg {
  width: 100%;
  height: 820px;
  vertical-align: middle;
}
.banner .font {
  position: absolute;
  left: 50%;
  top: 80px;
  transform: translateX(-50%);
}
.footer {
  width: 100%;
  min-height: 154px;
  background: #272c32;
  display: flex;
}
.footer .flex {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.footer .flex .footer-left {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer .flex .footer-left img {
  width: 100px;
}
.footer .flex .footer-left span {
  font-size: 14px;
  color: #FFFFFF;
}
.footer .flex .footer-cont {
  font-size: 12px;
  flex: 1;
  color: #989898 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer .flex .footer-cont a {
  color: #989898;
}
.footer .flex .footer-cont .main1 {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 32px;
  color: #fff;
}
.footer .flex .footer-cont .main1 span,
.footer .flex .footer-cont .main1 a {
  margin-right: 14px;
  text-decoration: none;
}
.footer .flex .footer-cont .main1 a:hover {
  color: #6CCDFF;
}
.footer .flex .footer-cont .main2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 25px;
}
.footer .flex .footer-cont .main2 img {
  width: 14px;
  height: 14px;
}
.footer .flex .footer-cont .main2 span,
.footer .flex .footer-cont .main2 img {
  margin-right: 6px;
}
.footer .flex .footer-cont .main3 {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 15px;
}
.footer .flex .footer-cont .main3 img {
  width: 74px;
}
.footer .flex .footer-cont .main3 span {
  margin-right: 15px;
}
.footer .flex .footer-right {
  font-size: 12px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.footer .flex .footer-right img {
  width: 76px;
  margin-top: 5px;
}
.cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.cover .coverBox {
  width: 1100px;
  height: 575px;
  margin: 0 auto;
  display: flex;
  margin-top: 153px;
  background-color: #fff;
  border-radius: 20px;
  position: relative;
}
.cover .coverBox .delete {
  width: 22px;
  height: 23px;
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
}
.cover .coverBox .left {
  width: 434px;
  height: 575px;
  padding-left: 20px;
  padding-top: 48px;
  font-size: 36px;
  color: #FFFFFF;
  box-sizing: border-box;
  background: #01997A;
  border-radius: 18px 0 0 18px;
}
.cover .coverBox .left div {
  margin-bottom: 10px;
}
.cover .coverBox .left .indent {
  text-indent: 1em;
}
.cover .coverBox .left img {
  width: 347px;
  height: 423px;
  margin-left: 40px;
}
.cover .coverBox .right .top {
  margin-left: 119px;
  margin-top: 70px;
  font-weight: bold;
  font-size: 22px;
  color: #5A5A5A;
}
.cover .coverBox .right span {
  color: #5A5A5A;
  cursor: pointer;
}
.cover .coverBox .right .black {
  font-size: 26px;
}
.cover .coverBox .right .login-method {
  font-size: 20px;
  color: #C3C3C3;
  margin-top: 25px;
  margin-left: 119px;
}
.cover .coverBox .right .login-method span {
  position: relative;
}
.cover .coverBox .right .login-method .bg {
  color: #01997A;
}
.cover .coverBox .right .login-method span:first-child:after {
  content: "";
  width: 1px;
  height: 20px;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: bottom;
  background-color: #C3C3C3;
}
.cover .coverBox .right form {
  margin-top: 47px;
  margin-left: 119px;
  font-size: 20px;
  color: #3D3D3D;
}
.cover .coverBox .right form .box {
  margin-bottom: 19px;
}
.cover .coverBox .right form .box label {
  display: inline-block;
  width: 100px;
}
.cover .coverBox .right form input {
  width: 488px;
  height: 58px;
  font-size: 16px;
  color: #888383;
  background: #F6F7FB;
  border-radius: 9px;
  padding-left: 15px;
  box-sizing: border-box;
  border: none;
  outline: none;
}
.cover .coverBox .right form .box1 {
  position: relative;
}
.cover .coverBox .right form .box1 span {
  position: absolute;
  font-size: 14px;
  color: #888383;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.cover .coverBox .right form .box1 span::before {
  content: "";
  width: 1px;
  height: 20px;
  display: inline-block;
  vertical-align: bottom;
  background-color: #C3C3C3;
  margin-right: 10px;
}
.cover .coverBox .loginIn {
  width: 488px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin-top: 80px;
  background: #01997A;
  border-radius: 9px;
  cursor: pointer;
}
.cover .coverBox .weixin {
  height: 300px;
  font-size: 16px;
  color: #888383;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-left: 200px;
  margin-top: 40px;
}
