html,
body {
    margin: 0;
    padding: 0;
}

body {
    min-width: 1280px;
    font-family: Helvetica, 'Microsoft YaHei';
}

input,
textarea,
select,
button {
    font-family: Helvetica, 'Microsoft YaHei';
}

html {
    width: 100%;
    height: 100%;
    min-width: 1280px;
    min-height: 700px;
}

input[type="password"]::-ms-reveal {
    display: none
}

/*左侧logo等区域样式*/
.left-login {
    position: absolute;
    left: 260px;
    top: 100px;
    max-width: 660px;
}

.left-login .login-text1 {
    font-size: 68px;
}

.left-login .login-text2 {
    font-size: 38px;
}

.left-login .login-text3 {
    display: block;
    font-size: 20px;
}

/*右侧登录框框样式*/
.login-main {
    margin-top: 9%;
    margin-left: 66%;
    width: 400px;
    background: #FFFFFF;
    border-radius: 4px;
    box-shadow: 0px 2px 18px 4px RGBA(0, 0, 0, 0.14);
}

/*登录区域头部样式*/
.login-form-title {
    margin-bottom: 30px;
    font-size: 20px;
    color: #1C1C1C;
    font-weight: 600;
    letter-spacing: 0;
    text-align: justify;
    line-height: 28px;
}


/*内部登录表单样式*/
.login-form {
    padding-top: 30px;
    padding-bottom: 30px;
    width: 300px;
    margin: 0 auto;
    border-radius: 4px;
}

/*选择登录方式下拉框样式*/
.select-login-type {
    width: 300px;
    height: 36px;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.select-login-type:focus {
    outline: none;
    border-color: #366bfc;
}

/*登录框内表单标签及输入框样式*/
.login-form-label {
    display: block;
    font-size: 12px;
    color: #707070;
    line-height: 18px;
    margin-bottom: 10px;
}

.login-form-row {
    width: 300px;
    line-height: 35px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.cas-input {
    width: 300px;
    height: 36px;
    font-size: 14px;
    outline: none;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0 8px;
    box-sizing: border-box;
}
.cas-input:focus {
    border-color: #366bfc;
}
.cas-input-wrapper {
    line-height: 36px;
}
.cas-input-wrapper button {
    float: right;
    margin-top: 10px;
}
.cas-input-inner {
    outline: none;
    border: none !important;
}

.select-country-code {
    height: 36px;
    width: 120px
}
.select-country-code .el-input__suffix {
    display: none;
}
.el-popper[x-placement^=bottom] {
    margin-top: 8px;
}
.select-country-code .el-select__suffix {
    display: none;
}
.select-country-code .el-select__wrapper {
    border-radius: 4px 0 0 4px;
    height: 36px;
    font-size: 14px;
}
.select-country-code .el-input__inner {
    text-overflow: ellipsis;
}

#timerText {
    color: #707070;
}
#timerText:hover {
    color: #366BFC
}

/*验证码输入框及图片样式*/
.captcha-input {
    width: 155px;
    height: 35px;
    outline: none;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0 8px;
}

.captcha_img {
    cursor: pointer;
    vertical-align: middle;
    margin-left: 8px
}

/*提交按钮样式*/
.cas-btn {
    width: 120px;
    height: 36px;
    line-height: 36px;
    outline: none;
    border: none;
    color: #fff;
    background: #366BFC;
    cursor: pointer;
    border-radius: 4px;
}
.cas-btn:focus {
    background: #005BBA;
}

/*登录错误信息样式*/
.login-form-error {
    color: #F56C6C;
    height: auto;
    min-height: 24px;
    line-height: 18px;
    font-size: 14px;
    width: 302px;
    max-height: 100px;
    word-break: break-word;
    overflow-y: auto;
    margin-top: 10px;
}

.login-form-tiny {
    cursor: pointer;
    display: inline;
}

/*第三方登录错误信息样式*/
.login-form-thirdparty-error {
    color: #F56C6C;
    height: auto;
    min-height: 24px;
    line-height: 18px;
    font-size: 14px;
    width: 302px;
    max-height: 100px;
    word-break: break-word;
    overflow-y: auto;
}

/*底部版权声明和隐私样式*/
.copyright {
    font-size: 12px;
    color: #707070;
    position: fixed;
    bottom: 20px;
    width: 100%;
    text-align: center;
}

/*找回密码*/
.find-password-row {
    text-align: right;
    color: #366BFC;
    font-size: 12px;
    margin-bottom: 24px;
}
.find-password-row a {
    cursor: pointer;
}

/*登录行及登录按钮样式*/
.login-form-submit {
    line-height: 35px;
    margin-bottom: 15px;
    margin-left: 177px;
}

.form_submit_btn, .form_cancel_btn {
    cursor: pointer;
    width: 96px;
    height: 32px;
    font-size: 12px !important;
    line-height: 32px !important;
    background-color: #366bfc !important;
    border-radius: 4px;
    border: none !important;
    padding: 0 !important;
    color: #fff !important;
}

.form_cancel_btn {
    color: #1c1c1c !important;
    background-color: #ffffff !important;
    border: 1px solid #c1c1c1 !important;
}

.tip_title {
    font-size: 16px;
    color: #1c1c1c;
    font-weight: 600;
    margin: 0 0 12px 0;
}

.tip_content {
    font-size: 14px;
    color: #1c1c1c;
    margin: 0 0 12px 0;
    max-height: 100px;
    word-break: break-word;
    overflow-y: auto;
    width: 500px;
}

img {
    vertical-align: top;
}

.other_login_methods {
    margin-top: 30px;
    margin-bottom: 0;
}

.third_party_login_wrapper {
    text-align: right;
    margin-top: 20px;
    word-break: break-word;
}

.third_party_login_text,
.third_party_login_image {
    width: 320px;
    margin-left: -10px;
}

.third_party_login_image > a, 
.third_party_login_text > a {
    vertical-align: middle;
    margin: 10px;
}

.third_party_login_text > a {
    font-size: 14px;
    color: #366BFC;
    word-break: break-all;
    overflow: hidden;
    display: inline-block;
    max-width: 100px;
    text-overflow: ellipsis;
    white-space: pre;
    margin: 0 10px;
    line-height: 16px;
}

.third_party_login_image > a {
    display: inline-block;
    width: 30px;
    height: 30px;
}

.third_party_login_image > a:focus,
.third_party_login_text > a:focus {
    outline: none;
    color: #015BBA;
    border-bottom: 1px solid #015BBA;
}

.third_party_login_image img {
    width: 30px;
    height: 30px;
}

.line {
    width: 100%;
    height: 0;
    text-align: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

.thirdPartyText,
.thirdPartyText:focus,
.thirdPartyText:hover {
    line-height: 20px;
    background: #fff !important;
    display: inline-block;
    position: relative;
    top: -20px;
    font-size: 12px;
    margin: 0;
    color: #9b9b9b !important;
    border: none
}
.thirdPartyText:focus {
    border-color: #9b9b9b !important;
}

.thirdPartyText > span {
    padding: 8px;
}

/*登录页头部导航、切换语言等*/
.header {
    width: 100%;
    min-width: 960px;
    height: 48px;
    background: #141414;
}
.lang_setting {
    width: 100%;
    height: 48px;
    font-size: 0;
    display: flex;
}
.lang_container {
    position: relative;
    display: inline-block;
    height: 48px;
    margin: 0 20px;
}
.current_lang {
    width: 100%;
    min-width: 80px;
    height: 100%;
    line-height: 48px;
    text-align: center;
    box-sizing: border-box;
    max-width: 160px;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
}
.left_logo {
    width: 18%;
    height: 48px;
    display: inline-block;
}
.left_logo > a {
    display: inline-block;
    height: 48px;
    line-height: 48px;
    margin-left: 20px;
}
.left_logo > a > img {
    max-width: 200px;
    max-height: 48px;
    cursor: pointer;
    vertical-align: middle;
}
.right-container {
    width: 80%;
    height: 48px;
    display: flex;
    justify-content: flex-end;
    box-sizing: border-box;
    padding-right: 40px;
}
.custom_links {
    font-size: 12px;
    color: #fff;
    line-height: 48px;
}
.custom_links a {
    margin: 0 5px;
    color: #fff;
    max-width: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
a {
    text-decoration: none;
}

/*短信验证码登录*/
.login-form-phone {
    display: flex;
}

.input-mobile-phone {
    height: 36px;
    border: 1px solid #ddd;
    border-radius: 4px 0 0 4px;
    padding: 0;
    box-sizing: border-box;
}

.input-mobile-phone {
    width: 180px;
    margin-left: -1px;
    border-radius: 0 4px 4px 0;
    padding-left: 10px;
    z-index: 1;
}

.input-mobile-phone:focus {
    outline: 1px
}

.login_header {
    cursor: pointer;
    font-size: 16px;
}

.login_header > a {
    display: inline-block;
    height: 30px;
}

.login_header > a:last-child {
    margin-left: 20px
}
.login_header .el-tabs__item {
    font-size: 16px !important;
    font-weight: bold !important;
}

.el-message-box__wrapper::after {
    height: 50%;
}

.el-message-box__message p {
    max-height: 300px;
    overflow-y: auto;
    word-break: break-word;
}

.lg-login-main {
    width: 550px;
}

.lg-login-main .login-form {
    width: 450px;
}

.lg-login-main .login-form-row {
    width: 450px;
}

.lg-login-main .cas-input {
    width: 450px;
}
.lg-login-main .login-form-error {
    width: 450px;
}
.lg-login-main .login-form-submit {
    margin-left: 0;
    text-align: right;
}
.lg-login-main .select-country-code {
    width: 350px;
}

.lg-login-main .login-form-phone .el-select__wrapper {
    font-size: 12px;
}

.lg-login-main .input-mobile-phone::placeholder{
    font-size: 12px;
}

.lg-login-main .login-form-error {
    font-size: 12px;
}