* {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ccc;
}
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ccc;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ccc;
}
input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #ccc;
}
li {
  list-style-type: none;
}
.wrap {
  position: relative;
  width: 100%;
  height: calc(100vh - 74px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap2 {
  height: 100vh;
}
.wrap .logo {
  position: absolute;
  top: 49px;
  left: 48px;
  width: auto;
  height: auto;
  z-index: 2;
}
.wrap .logo img {
  width: 100%;
  height: 100%;
}
#app .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -10000;
}
.wrap .bg img {
  width: 100%;
  height: 100%;
}
.main-wrap {
  z-index: 2;
  width: 325px;
  overflow: hidden;
  position: absolute;
}

.login-wrap2 {
  width: 968px;
  height: 599px;
  position: relative;
}
.login-wrap2-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.login-wrap2-bg img {
  width: 100%;
  height: 100%;
}
.login-wrap2-right {
  position: absolute;
  right: 25px;
  top: 20px;
  z-index: 4;
  cursor: pointer;
}
.login-wrap2-right img {
  width: 71px;
  height: 68px;
}
.main-wrap2 {
  display: flex;
  position: relative;
}
.tips-wrap {
  flex: 1;
}
.main-tips {
  box-sizing: border-box;
  color: #fff;
}
.tips-title {
  font-size: 32px;
  margin-top: 143px;
}
.main-tips .xian {
  width: 40px;
  height: 4px;
  background-color: #fff;
  margin: 33px 0;
}
.tips-text {
  font-size: 27px;
}
.main-login {
  flex: 1;
  position: relative;
  display: flex;
  justify-content: center;
}
.login-center {
  width: 300px;
}
.center-title {
  margin-top: 55px;
  text-align: center;
  color: #010101;
  font-size: 21px;
}
.xian2 {
  width: 35px;
  height: 2px;
  background: #397aff;
  margin: 0 auto;
  border-radius: 1px;
  margin-top: 11px;
  margin-bottom: 25px;
}
.login-center .input2 {
  width: 100%;
  position: relative;
  height: 50px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 35px;
}
.login-center .input2:nth-of-type(2) {
  margin-bottom: 16px;
}
.input2 .icon2 {
  width: 15px;
  height: 17px;
  margin-left: 14px;
}
.input2 .img {
  width: 130px;
  height: 100%;
}
.input2 input {
  margin-left: 10px;
  border: none;
  outline: 0px;
  width: 100%;
  height: 100%;
}

.wrap-left {
  left: 260px;
}
.wrap-right {
  right: 260px;
}
.main-wrap h2 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  margin-bottom: 38px;
  font-size: 26px;
}
.login-wrap {
  width: 100%;
  height: 410px;
  position: relative;
  padding: 38px 30px;
  box-sizing: border-box;
}
.login-wrap-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.login-wrap-ma {
  cursor: pointer;
  width: 48px;
  height: 46px;
  position: absolute;
  top: 5px;
  right: 0;
  z-index: 3;
}
.login-title {
  color: #fff;
  font-size: 20px;
  text-align: center;
  margin-bottom: 34px;
}
.input {
  position: relative;
  height: 37px;
  width: 100%;
  margin-bottom: 20px;
}
.input input {
  width: 100%;
  height: 100%;
  border: none;
  background-color: transparent;
  border: 1px solid #00c0ff;
  border-radius: 4px;
  outline: 0px;
  color: #fff;
  padding-left: 40px;
  box-sizing: border-box;
}
.input .icon {
  position: absolute;
  left: 14px;
  top: 9px;
  width: 14px;
  height: 17px;
}
.input .img {
  width: 100px;
  height: 100%;
}
.check {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.check-l {
  display: flex;
  align-items: center;
  font-size: 11px;
  color: #fff;
}
.check-l input {
  margin-top: 2px;
  margin-right: 8px;
}
.check-r {
  cursor: pointer;
  color: #00b8ff;
  font-size: 11px;
}
.button {
  width: 100%;
  height: 37px;
  color: #fff;
  background-color: #00b8ff;
  border-radius: 4px;
}
.button button {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
}
.button img {
  width: 100%;
  height: 100%;
}
.login-text {
  color: #fff;
  position: relative;
  text-align: center;
  font-size: 13px;
  margin-bottom: 17px;
}

.center-text {
  font-size: 13px;
  color: #010101;
  margin-bottom: 39px;
  text-align: center;
}
.center-code {
  width: 208px;
  height: 208px;
  margin: 0 auto;
  margin-bottom: 26px;
}
.center-code img {
  width: 100%;
  height: 100%;
}

.code {
  width: 154px;
  height: 154px;
  margin: 0 auto;
  margin-bottom: 16px;
}
.code img {
  width: 154px;
  height: 154px;
}
.refresh {
  cursor: pointer;
  font-size: 13px;
  display: flex;
  align-items: center;
  font-size: 13;
  color: #00b8ff;
  justify-content: center;
}
.refresh img {
  width: 12px;
  height: 12px;
  margin-right: 8px;
}

.other-login {
  margin-bottom: 20px;
  font-size: 11px;
  color: #fff;
  display: flex;
  align-items: center;
}
.other-login-img {
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.other-item {
  margin-right: 15px;
}

.type {
  position: absolute;
  bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  color: #fff;
}
.type-item {
  margin-right: 20px;
}

.footer {
  width: 100%;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #010a20;
}
.footer2 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  /* height: 74px; */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}
.footer-main {
  width: 930px;
  display: flex;
  justify-content: space-between;
}
.footer-main-l {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.footer-main-top {
  display: flex;
  align-items: center;
}
.about-list {
  display: flex;
  font-size: 14px;
}
.decration {
  text-decoration: none;
  color: #fff;
}
.footer-ul {
  display: flex;
  width: 920px;
  flex-wrap: wrap;
  margin-bottom: 6px;
  margin-top: 5px;
  color: #fff;
}
.footer-ul li {
  cursor: pointer;
  font-size: 11px;
  margin-right: 35px;

  margin-bottom: 4px;
  width: 60px;
}
/* .footer-ul li:hover {
  color: #fff;
} */
/* .footer-ul li:nth-of-type(6n) {
  margin-right: 0;
} */
.inspect {
  cursor: pointer;
  font-size: 10px;
  text-align: center;
  color: #fff;
  margin-left: 20px;
  margin-top: 10px;
}
.inspect img {
  width: 10px;
  height: 11px;
  margin-right: 3px;
}
.footer-main-r {
  display: flex;
  margin-top: 4px;
}
.footer-main-r li {
  position: relative;
  cursor: pointer;
  height: 35px;
  width: 35px;
  margin-left: 10px;
}
.footer-main-r li img {
  width: 100%;
  /* height: 100%; */
}
.footer-main-r li:nth-of-type(1):hover .phone-wrap {
  display: block;
}
.phone-wrap {
  display: none;
  position: absolute;
  top: -40px;
  left: -45px;
  width: 120px;
}
.phone {
  width: 120px;
  border-radius: 5px;
  height: 30px;
  background-color: #fff;
  line-height: 30px;
  text-align: center;
}
.footer-main-r li:nth-of-type(2):hover .list-contain {
  display: block;
}
.list-contain {
  display: none;
  position: absolute;
  top: -65px;
  left: -10px;
  width: 54px;
}
.contain {
  width: 54px;
  height: 54px;
  background-color: #fff;
}
.contain img {
  width: 100%;
  height: 100%;
}
.jiao {
  border-style: solid;
  border-width: 5px 5px 5px 5px;
  border-color: #fff transparent transparent transparent;
  width: 0px;
  height: 0px;
  margin: 0 auto;
}

.context-menu-icon.context-menu-icon--fa::before {
  font-family: "element-icons" !important;
}

.validateImg {
  cursor: pointer;
}
