.g-logo-title {
  display: none;
}

.cus-header {
  width: 100%;
  height: 14%;
  background: #fff;
  display: flex;
  padding: 0 10%;
  align-items: center;
  box-sizing: border-box;
}

.cus-header img {
  width: 46%;
}

.language-box {
  width: 140px;
  height: 34px;
  border-radius: 17px;
  margin-left: auto;
  overflow: hidden;
  font-size: 14px;
  color: #FFFFFF;
  display: flex;
}

.language-box div {
  background: #C0D0CF;
  cursor: pointer;
  width: 70px;
  line-height: 34px;
  height: 34px;
}

.language-box div.active {
  background: #008783;
  font-weight: 700;
}

.bottom-pane {
  display: none;
}

.auth_login_content {
  width: 100%;
  height: 76%;
  background: url(../images/bg.jpg) no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.cus-footer {
  width: 100%;
  height: 10%;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cus-link {
  width: 100%;
  margin-bottom: 14px;
}

.cus-link a {
  display: inline-block;
  font-size: 14px;
  color: #595959;
  text-decoration: none;
  padding: 0 15px;
  border-left: 1px solid #595959;
}

.cus-link a:nth-of-type(1) {
  border-left: none;
}

.cus-copyright {
  font-size: 14px;
  color: #7E7E7E;
}

.auth_page_content {
  padding: 0;
  height: 100%;
}

.wxewm-wrap {
  width: 395px;
  height: 400px;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 30px 0 rgba(130, 137, 157, 0.20);
  border-radius: 8px;
  right: 16%;
  top: 10%;
  padding: 25px 20px;
  box-sizing: border-box;
  display: none;
}

.wrap {
  display: inline-block;
  vertical-align: middle;
  width: 395px;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 30px 0 rgba(130, 137, 157, 0.20);
  border-radius: 8px;
  right: 16%;
  top: 10%;
  padding-bottom: 100px;
  height: auto;
  left: auto;
  transform: none;
}

.ewm-login,
.zhdl-login {
  width: 85px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.iframe-box iframe {
  width: 400px;
  height: 400px;
  transform: scale(0.7);
  transform-origin: 0 0;
  margin-left: 40px;
}

.iframe-text {
  font-size: 14px;
  color: #5C5C5C;
  text-align: center;
  margin-top: 20px;
}

.ewm-header {
  width: 100%;
  box-shadow: inset 0 -1px 0 0 rgba(198, 198, 198, 0.50);
  padding-bottom: 10px;
  font-size: 16px;
  color: #2B3145;
  font-weight: 600;
}

.main {
  /* position: absolute; */
  width: calc(100% - 76px);
  height: calc(100% - 102px);
  padding: 22px 38px 5px;
}

.login-qrcode>div {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.login-qrcode>div img {
  margin-bottom: 30px;
}

.login-qrcode>div span {
  display: block;
  margin-bottom: 11px;
}

.login-qrcode>div span.title {
  font-size: 16px;
  color: #34363e;
  letter-spacing: 0;
  line-height: 14px;
  font-weight: bold;
}

.login-qrcode>div span.title2 {
  font-size: 14px;
  color: #34363e;
  letter-spacing: 0;
  line-height: 14px;
}

.tabHead {
  width: 100%;
  margin: 0;
  position: relative;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  box-sizing: border-box;
  box-shadow: inset 0 -1px 0 0 rgba(188, 188, 188, 0.50);
}

.tabHead span {
  margin: 0;
  padding: 0;
  height: 100%;
  /* flex: 1; */
}

.loginFont_a {
  color: #7B7B7B;
  text-align: center;
  font-family: Microsoft YaHei UI;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 1px;
  height: 100%;
  width: 100%;
  display: block;
  text-decoration: none;
  max-width: none !important;
  padding-bottom: 10px;
}

.selected_underline a {
  text-align: center;
  color: #000 !important;
  font-family: Microsoft YaHei UI;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  box-sizing: border-box;
  position: relative;
}

.selected_underline a::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 0px;
  background: #008783;
  position: absolute;
  bottom: 0;
  left: 0;
}

.tabHead .tabHead-underline {
  display: none !important;
}

.login-main {
  margin-top: 20px;
}

.account-title {
  display: none !important;
}

.form .m-account>div.password>input,
.form .m-account>div.username>input,
.form .m-phone>div.username>input {
  background: #EEF9F8;
  border-radius: 0px;
  box-sizing: border-box;
  padding: 8px 0 8px 51px;
  border: 1px solid #D4D7E2;
}

.form .m-account .item,
.form .m-phone .item {
  height: 56px;
  position: relative;
}

.icon-info {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 12px;
  left: 18px;
}

.form .m-account>div.captcha>input,
.form .m-phone>div.captcha>input,
.form .m-phone>div.code>input {
  background: #EEF9F8;
  border-radius: 0px;
  box-sizing: border-box;
  padding: 8px 100px 8px 51px;
  border: 1px solid #D4D7E2;
}

.form .m-account .item input:hover,
.form .m-phone .item input:hover {
  border: 1px solid #008783;
}

.form .prex-icon {
  display: block;
  top: 0;
}

.form .captcha .captcha-img {
  top: 5px;
  right: 8px;
}

.ge-input-eye {
  bottom: 28px;
}

.form .code .get-code {
  top: 8px;
  right: 8px;
}

.container-ge .ge-btn {
  margin-top: 0;
}

.required {
  border: 1px solid red !important;
}

.container-ge .btn .login-btn {
  width: 100%;
  height: 48px;
  line-height: 48px;
  font-weight: 400;
  background: #008783;
  color: #fff;
  font-size: 18px;
}

.help-inline {
  display: none;
}

.cus_help {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: visible !important;
  margin-top: 10px;
}

.m-rememberMe {
  margin: 0;
  color: #000;
  font-family: Microsoft YaHei UI;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  width: 0;
  flex: 1;
}

.m-rememberMe input {
  border: none;
}

.fo-password {
  color: #008783;
  text-decoration: none;
}

.container-ge .help {
  width: 100%;
  margin-top: 7px;
  height: 26px;
  left: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.help .activation-account {
  color: #008783;
  font-size: 14px;
  line-height: 26px;
  padding: 0;
  margin: 0;
}

.help .fo-password {
  color: #008783;
  font-size: 14px;
  line-height: 26px;
  padding: 0;
  margin: 0;
}

.help .unlock-account {
  color: #008783;
  font-size: 14px;
  line-height: 26px;
  padding: 0;
  margin: 0;
}

.help .fetch-online {
  color: #008783;
  font-size: 14px;
  line-height: 26px;
  padding: 0;
  margin: 0;
}

.help .fo-password:hover,
.help .activation-account:hover,
.help .unlock-account:hover,
.help .fetch-online:hover {
  color: #008783;
}

.container-ge .footer {
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 100px;
  padding: 22px 32px 0;
  background: none;
  justify-content: center;
  box-sizing: border-box;
}

.cus-other {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #5C5C5C;
  position: absolute;
  top: 0;
  left: 32px;
  width: calc(100% - 64px);
}

.cus-other span:nth-of-type(1),
.cus-other span:nth-of-type(3) {
  display: inline-block;
  width: 110px;
  height: 1px;
  background: #B5B5B5;
}

.footer .ways {
  display: flex;
}

.footer .ways>.item {
  margin: 0 20px;
  display: flex;
  flex-direction: column;
  white-space: nowrap;
}

.qrcode_img_tip {
  left: 0;
  top: 350px;
}

.qrcode_img_tip p {
  font-size: 16px;
  color: #000;
}

.qr_scan_code img {
  margin: 30px auto;
  width: 235px;
  height: 235px;
}

.qrcode-middle {
  top: 160px;
}

.qr_scan_Invalid {
  width: 235px;
  height: 235px;
  top: 30px;
}

#qr_refresh{
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}

.qr_scan_success{
  margin-top: 80px;
}