.cas-btn:hover{background: rgba(255, 255, 255, 0.1); color: #fff;}
.cas-btn:active{background: rgba(255, 255, 255, 0.1); color: #fff;}
.find-password-row:hover{color: #ffffff;opacity: 1}
.find-password-row:active{color: #ffffff;opacity: 0.4}
.third_party_login a:hover{color: #ffffff;opacity: 1}
.third_party_login a:active{color: #ffffff;opacity: 0.4}
.cas-input:hover{border: 1px solid #ffffff !important}
html, body {
    height: 100%;
}
.login-main {
    margin-left: unset;
    min-width: 500px;
    background: rgba(0, 0, 0, 0);
    box-shadow: 0 0px 0px 0;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-51%, -55%);
}
.login-form-title {
    margin-bottom: 80px;
    width: unset;
    font-family: HYQiHei-GEW;
    font-size: 24px;
    color: #ffffff;
    letter-spacing: 0;
    text-align: justify;
    line-height: 28px;
}

/*内部登录表单样式*/
.login-form {
    padding-left: unset;
    padding-top: unset;
    padding-bottom: unset;
    width: unset;
}
/*选择登录方式下拉框样式*/
.select-login-type {
    background: #0000;
    color: #ffffff;
    font-size: 14px;
    font-family:"Microsoft YaHei";
    height: 38px;
    border-radius: 10px;
    border: 1px solid #c4edfd !important;
    width: 300px;
    padding: 0 16px;
    cursor: pointer;
}
.select-login-type option {
    color: #999;
    background: #0000;
    font-weight: normal;
    display: block;
    white-space: pre;
    min-height: 1.2em;
    padding: 0px 2px 1px;
    cursor: pointer;
}
/*登录框内表单标签及输入框样式*/
.login-form-label{
    display: block;
    font-family: HYQiHei-EES;
    margin-left: 0px;
    font-size: 0px;
    line-height: 0px;
    margin-bottom: 0px;
}
.login-form-row {
    width: auto;
    line-height: 38px;
    margin-bottom: 16px;
    padding-left: 95px;
}
.login_header .el-tabs__nav-scroll{
  width: 100%;
  justify-content: flex-start;
  display: flex;
  padding-left: 95px;
}
.login_header .el-tabs__nav-wrap{
  padding-right: 105px;
}
.login_header .el-tabs__header{
  margin: 0; 
}
.login-form-phone {
  width: 300px;
}
.login_header .el-tabs__item{
  color: rgba(255, 255, 255, 0.7);
  font-weight: normal !important;
  padding: 0;
  margin-right: 20px;
}
.login_header .el-tabs__active-bar {
  background-color: #ffffff;
}
.login_header .is-top .is-active{
  color: #ffffff;
  font-weight: bold;
}
.select-country-code {
  width: 35% !important;
}
.select-country-code .el-select__wrapper{
  height: 38px;
  outline: none;
  background: transparent;
  font-size: 14px;
  color: #ffffff !important;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border: 1px solid #c4edfd !important;
  padding: 0 8px;
  box-shadow: none;
}
.select-country-code .el-select__wrapper .el-select__selection .el-select__placeholder{
  color: #ffffff !important;
}
.third_party_login_wrapper .third_party_login_text {
  max-height: 90px;
  height: 90px;
  overflow-y: auto;
}
.cas-input{
    width: 300px;
    height: 38px;
    outline: none;
    background: transparent;
    font-size: 14px;
    color: #ffffff;
    border-radius: 10px;
    border: 1px solid #c4edfd !important;
    padding: 0 8px;
}
#loginMobilePhone {
  width: 65%;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#smsVerificationCode {
  background: transparent;
}
#smsVerificationCode::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
#timerText {
  color: rgba(255, 255, 255, 0.7);
}
#timerText:hover {
  color: #ffffff;
}
.cas-input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}
/*验证码输入框及图片样式*/
.captcha-input{
    height: 38px;
    outline: none;
    font-size: 14px;
    color: #ffffff;
    background: #0000;
    border-radius: 10px;
    border: 1px solid #c4edfd !important;
    padding: 0 16px;
}
.captcha-input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}
#captcha_img {
    cursor: pointer;
    vertical-align: middle;
    margin-left: 15px;
}

/*提交按钮样式*/
.cas-btn{
    width: 300px;
    height: 38px;
    font-size: 14px;
    outline: none;
    border-radius: 10px;
    color: #fff;
    background: #4BC5F4;
    border: 1px solid #C1EBFC;
    cursor: pointer;
}
.cas-btn:focus {
    background: #4BC5F4;
}
/*登录错误信息样式*/
.login-form-error {
    color: #EE343F;
    height: auto;
    margin-bottom: 10px;
    min-height:20px;
    line-height: 25px;
    font-size: 14px;
    max-height: none;
    margin-left: 95px;
    word-wrap:break-word;
    word-break:keep-all;
}
#phone-error,#verification-code-error {
  width: 300px;
  margin-left: 0;
}

/*第三方登录错误信息样式*/
.login-form-thirdparty-error {
    color: #EE343F;
    height: auto;
    min-height:24px;
    line-height: 25px;
    font-size: 14px;
    max-height: 68px;
    margin-left: 95px;
}
/*底部版权声明和隐私样式*/
.copyright {
    position: absolute;
    bottom: 20px;
    width:100%;
    text-align:center;
    font-size:14px;
    font-family:"Microsoft YaHei";
    color:#1E647F;
}
.privacyTreaty {
    color: #1E647F;
    cursor: pointer;
    font-size: 14px;
}
button#privacyTreaty, #privacyTreaty {
    color: #1E647F;
    cursor: pointer;
    font-size: 14px;
    text-decoration: underline;
}
button#privacyTreaty:hover, #privacyTreaty:hover {
    color: rgba(255, 255, 255, 0.7);
}
/*找回密码*/
.find-password-row {
    text-align: right;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    margin-top: 55px;
    margin-left: 38px;
    margin-bottom: 0px;
    position: absolute;
    width: 356px;
}
button#findPassword span {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}
button#findPassword span:hover {
    color: #fff;
}
/*登录行及登录按钮样式*/
.login-form-submit {
    margin-left: 95px;
    color: #366bfc;
    font-size: 18px;
    width: 356px;
    height: 50px;
}
.line {
    width: 300px;
    margin-top: 45px;
    text-align: center;
    border-bottom: 1px solid transparent;
}
button.thirdPartyText {
    position: relative;
    z-index: 10;
    background-color: #1babe3;
}
button.thirdPartyText, button.thirdPartyText:focus, button.thirdPartyText:hover {
    cursor: pointer;
    line-height: 20px;
    background: transparent!important;
    display: inline-block;
    padding: 0 10px;
    position: relative;
    top: -20px;
    font-size: 13px;
    font-family: "Microsoft YaHei";
    margin: 0;
    color: #1E647F!important;
    border-bottom-color: transparent!important;
}
button.thirdPartyText > span {
    color: #c4edfd!important;
    display: flex;
    width: 300px;
    align-items: flex-end;
    padding: 0;
}
button.thirdPartyText > span > i {
    align-self: center;
    margin-left: 3px;
    display: none;
}
button.thirdPartyText > span::before {
    margin-right: 10px;
}
button.thirdPartyText > span::after {
    margin-left: 10px;
}
button.thirdPartyText > span::before, button.thirdPartyText > span::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #fff;
}
button.thirdPartyText > span:hover {
    color: #fff!important;
}
.third_party_login_text > a {
    font-size: 14px;
    color: #c4edfd;
    word-break: break-all;
    display: inline-block;
    overflow: hidden;
    max-width: none;
}
.third_party_login_text > a >span {
  margin-right: 10px;
  overflow: hidden;
  max-width: 100px;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.third_party_login_text > a:hover {
    color: #fff;
}
.third_party_login_text, .third_party_login_image {
    width: 300px;
    margin-right: 0;
    margin-left: 0;
}
.third_party_login_image > a, .third_party_login_text > a {
    margin: 0;
}
.mateline-download {
    font-size: 32px;
    color: #fff;
    text-decoration: underline;
}

@media screen and (max-width: 1240px) {
    html{
        min-width: 100vw;
        overflow-y: hidden;
    }
    body {
       width: 100vw;
       min-width: 100vw;
    }
    .browser-version-tip {
        display: none !important;
    }
    .login-main {
        left: 0;
        transform: translate(0, -50%);
    }
    .login-img {
        width: 70vw;
    }
    .login-main {
       width: 100vw;
       min-width: 100vw;
    }
    .login-form {
        width: 70vw;
        margin-left: 15vw;
    }
    .login-form-title {
        width: 70vw;
        margin-bottom: 50px;
    }
    .login-form-error {
        margin-left: 0;
        width: 70vw !important;
        font-size: 11px;
        line-height: normal;
    }
    .login-form-row {
        width: 70vw;
        padding: 0;
        margin: 10px 0 10px 0;
    }
    .login-form-captcha {
        width: 70vw;
        padding: 0;
    }
    .captcha-input {
        width: 45vw;
        box-sizing: border-box;
        padding: 0 8px;
    }
    .login-form-submit {
        margin-left: 0;
    }
    .thirdPartyText {
        width: 70vw;
    }
    button.thirdPartyText > span {
        width: 70vw;
    }
    .third_party_login_text {
        width: 70vw;
    }
    .third_party_login_wrapper .third_party_login_text {
      max-height: 65px;
      height: 65px;
  }
    .line {
        width: 70vw;
    }
    .find-password-row {
        width: 70vw;
        left: 15vw;
        right: 0;
        margin-left: 0;
    }
    .login-form-submit {
        width: 70vw;
    }
    .captcha_img  {
        width: 23vw;
        margin-left: 3px !important;
    }
    .select-login-type {
      width: 70vw;
    }
    .login-form-phone {
      width: 70vw;
    }
    .select-login-type option {
      width: 70vw;
    }
    .login_header .el-tabs__nav-scroll{
      width:70vw;
      justify-content: flex-start;
      display: flex;
      padding-left: 0;
    }
    #findPassword {
        position: absolute;
        right: 0;
    }
    .cas-input {
        width: 70vw;
    }
    .cas-btn {
        width: 70vw;
    }
    .copyright {
        width: 70vw;
        left: 15vw;
        font-size: 12px;
        bottom: 10px;
    }
    .mateline-download {
        font-size: 12px;
    }
    .cas-input::-webkit-input-placeholder {
        font-size: 12px;
    }
    .captcha-input::-webkit-input-placeholder {
        font-size: 12px;
    }
}

@media screen and (max-width: 563px) {
     html{
        overflow-y: hidden;
     }
     .copyright {
        width: 70vw;
        left: 15vw;
        font-size: 12px;
        bottom: 15vw;
    }
}