@charset "UTF-8";#language,.pointer {
    cursor: pointer
}


.loading,.loading_login {
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top: -45px;
    z-index: 9999
}

input:-webkit-autofill,select:-webkit-autofill,textarea:-webkit-autofill {
    background-color: #faffbd;
    background-image: none;
    color: #000
}

button,input[type=button],input[type=submit] {
    border: none;
    outline: 0
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
    color: #878D99;
    font-size: 11px
}

input::-moz-placeholder,textarea::-moz-placeholder {
    color: #878D99;
    font-size: 11px
}

input:-moz-placeholder,textarea:-moz-placeholder {
    color: #878D99;
    font-size: 11px
}

input:-ms-input-placeholder,textarea:-ms-input-placeholder {
    color: #878D99;
    font-size: 11px
}

.flex {
    display: flex
}

.items-center {
    align-items: center
}

.space-between {
    display: flex;
    justify-content: space-between
}

.loading,.loading img,.loading_login,.loading_login img {
    width: 70px;
    height: 70px
}

.loading_login {
    margin-left: 90px
}

.loading {
    margin-left: -45px
}

input::-webkit-credentials-auto-fill-button {
    display: none!important;
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    right: 0
}

input::-webkit-contacts-auto-fill-button {
    visibility: hidden;
    display: none!important;
    pointer-events: none;
    position: absolute;
    right: 0
}

.language-footer-pc {
    position: absolute;
    cursor: pointer;
    bottom: .8rem;
    right: 4rem
}

.language-footer-pc #changeLanguageLength {
    width: 78px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border: 1px solid silver;
    border-radius: 5px;
    font-size: 12px;
    background: #fff;
    box-shadow: 0 3px 21px 0 rgba(0,59,147,.2)
}

.language-footer-pc .language-ul {
    display: none;
    top: -88px;
    width: 78px;
    position: absolute;
    text-align: center;
    background: #fff;
    color: #232323;
    z-index: 2001;
    box-shadow: 0 4px 25px 0 rgba(36,77,140,.21);
    border-radius: 4px
}

.language-footer-pc .language-ul li {
    position: relative;
    height: 28px;
    line-height: 28px;
    padding-left: 10px;
    text-align: left
}

.language-footer-pc .language-ul li.active {
    background: #F0F0F0
}

.language-footer-pc .language-ul li:nth-child(1).active {
    background: #F0F0F0;
    border-radius: 4px 4px 0 0
}

.language-footer-pc .language-ul li:nth-child(3).active {
    background: #F0F0F0;
    border-radius: 0 0 4px 4px
}

.language-footer-pc .language-ul li .el-icon-check {
    position: absolute;
    right: 6px;
    top: 8px;
    text-align: right;
    font-weight: 900;
    font-size: 14px
}

.language-footer-pc .language-ul li:hover {
    background: #F0F0F0
}

.language-footer-pc .language-ul li:nth-child(1):hover {
    background: #F0F0F0;
    border-radius: 4px 4px 0 0
}

.language-footer-pc .language-ul li:nth-child(2):hover {
    background: #F0F0F0
}

.language-footer-pc .language-ul li:nth-child(3):hover {
    background: #F0F0F0;
    border-radius: 0 0 4px 4px
}

#language {
    position: absolute;
    top: 20px;
    right: 200px
}

#language #language-div {
    width: 100px;
    height: 100px;
    position: absolute;
    right: -76px;
    bottom: -58px
}

#language #changeLanguageLength {
    width: 78px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border: 1px solid silver;
    border-radius: 5px;
    font-size: 12px;
    background: #fff;
    box-shadow: 0 3px 21px 0 rgba(0,59,147,.2)
}

#language .language-ul,#language .language-ul-head {
    display: none;
    width: 78px;
    color: #232323;
    z-index: 2001;
    box-shadow: 0 4px 25px 0 rgba(36,77,140,.21)
}

#language .language-ul-head {
    text-align: center;
    background: #fff;
    border-radius: 4px
}

#language .language-ul-head li {
    position: relative;
    height: 28px;
    line-height: 28px;
    padding-left: 10px;
    text-align: left
}

#language .language-ul-head li.active {
    background: #F0F0F0
}

#language .language-ul-head li:nth-child(1).active {
    background: #F0F0F0;
    border-radius: 4px 4px 0 0
}

#language .language-ul-head li:nth-child(3).active {
    background: #F0F0F0;
    border-radius: 0 0 4px 4px
}

#language .language-ul-head li .el-icon-check {
    position: absolute;
    right: 6px;
    top: 8px;
    text-align: right;
    font-weight: 900;
    font-size: 14px
}

#language .language-ul-head li:hover {
    background: #F0F0F0
}

#language .language-ul-head li:nth-child(1):hover {
    background: #F0F0F0;
    border-radius: 4px 4px 0 0
}

#language .language-ul-head li:nth-child(2):hover {
    background: #F0F0F0
}

#language .language-ul-head li:nth-child(3):hover {
    background: #F0F0F0;
    border-radius: 0 0 4px 4px
}

#language .language-ul {
    top: -88px;
    position: absolute;
    text-align: center;
    background: #fff;
    border-radius: 4px
}

#language .language-ul li {
    position: relative;
    height: 28px;
    line-height: 28px;
    padding-left: 10px;
    text-align: left
}

#language .language-ul li.active {
    background: #F0F0F0
}

#language .language-ul li .el-icon-check {
    position: absolute;
    right: 6px;
    top: 8px;
    text-align: right;
    font-weight: 900;
    font-size: 14px
}

#language .language-ul li:nth-child(1).active {
    background: #F0F0F0;
    border-radius: 4px 4px 0 0
}

#language .language-ul li:nth-child(3).active {
    background: #F0F0F0;
    border-radius: 0 0 4px 4px
}

#language .language-ul li:hover {
    background: #F0F0F0
}

#language .language-ul li:nth-child(1):hover {
    background: #F0F0F0;
    border-radius: 4px 4px 0 0
}

#language .language-ul li:nth-child(2):hover {
    background: #F0F0F0
}

#language .language-ul li:nth-child(3):hover {
    background: #F0F0F0;
    border-radius: 0 0 4px 4px
}

.c-2590FD {
    color: #2590FD
}
