
@font-face {
    font-family: 'iconfont';
    /* Project id 1265799 */
    src: url('//at.alicdn.com/t/c/font_1265799_reniekzj6t7.woff2?t=1701856020221') format('woff2'), url('//at.alicdn.com/t/c/font_1265799_reniekzj6t7.woff?t=1701856020221') format('woff'), url('//at.alicdn.com/t/c/font_1265799_reniekzj6t7.ttf?t=1701856020221') format('truetype');
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

button, input, select, textarea {
    border: none;
    outline: none;
    -webkit-user-select: auto;
}
input, button {
    overflow: visible;
    vertical-align: middle;
    outline: none;
}

input {
    outline: none!important;
    height: auto;
    line-height: auto;
    font-size: 16px;
}


.login-content {
    height: 100%;
    background: #F9912A;
}

.login-main {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.login-box{
    min-width: 1062px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.login-info {
    width: 450px;
    padding: 39px 54px 20px 40px;
    margin-right: 20px;
    position: relative;
    left: 0;
    z-index: 0;
    overflow: hidden;

}

.login-info, .login-from {
    height: 628px;
    background: #fff;
    border-radius: 6px;
    color: #999;
    box-shadow: 0px 0px 42px 0px rgba(0,0,0,0.17);
}


.login-info .img1 {
    width: 100%;
    height: 132px;
    background: url(../images/login-img.png) center center/cover;
}

.login-info .img1_1 {
    width: 100%;
    height: 132px;
    background: url(../images/login-img3.png) center center/cover;
}
.ng-hide:not(.ng-hide-animate) {
    display: none !important;
}

.login-info .name-hover {
    cursor: pointer;
}
.login-info .name {
    margin-top: 18px;
    color: #F9912A;
    font-size: 24px;
    display: block;
}


.login-from {
    width: 592px;
    padding: 70px 118px 70px;
    position: relative;
    z-index: 1;
}

.login-close-btn {
    position: absolute;
    width: 88px;
    height: 88px;
    text-align: center;
    line-height: 88px;
    right: 0;
    cursor: pointer;
    top: 0;
    color: #999;
}

.login-close-btn:after {
    font-family: 'iconfont';
    content: '\e70d';
    font-size: 24px;
}

.login-title {
    margin-bottom: 68px;
}

.login-title h3, .newloginTitle h3 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 8px;
}
.login-title .tip {
    font-size: 14px;
    color: #F9912A;
    margin-top: 5px;
}


.login-from-item {
    margin-top: 35px;
    position: relative;
    width: 100%;
}

.login-from-item input {
    width: 100%;
    line-height: 35px;
    border: none;
    border-bottom: 1px solid #E3E3E3;
    color: rgba(124,124,124,1);
    line-height: 28px;
}

.err {
    color: #E02020;
    font-size: 14px;
    min-height: 20px;
}

ul, ol {
    list-style: none;
}

.login-from-list {
    padding-left: 0px;
}

.signin-btn {
    width: 356px;
    line-height: 42px;
    background: linear-gradient(270deg,rgba(249,145,42,1) 0%,rgba(250,100,0,1) 100%);
    box-shadow: 0px 8px 14px -6px rgba(250,100,0,1);
    border-radius: 4px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    margin: 0 auto;
}

.li-middle .li-error-tip-wrap {
    /* min-height: 32px; */
    height: 48px;
}

.login-pass-item {
    margin-top: 20px;
    color: #666;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.rember-pass {
    position: relative;
    display: inline-block;
    text-align: left;
    cursor: pointer;
}


.forget-pass {
    color: #ff7700;
    cursor: pointer;
}

.signin-with {
    margin-top: 24px;
}

.signin-with-line {
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: center;
    align-items: center;
}

.signin-with-or {
    background: #fff;
    color: #999;
    padding: 5px 21px;
    position: relative;
    top: 16px;
}


.signin-with-item {
    width: 47px;
    height: 40px;
    border-radius: 8px;
    border: 1px solid #E1E1E1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 16px;
    cursor: pointer;
}


.last-signin-width-item {
    margin-right: 0;
}

.signin-with-item {
    width: 47px;
    height: 40px;
    border-radius: 8px;
    border: 1px solid #E1E1E1;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-right: 16px; */
    cursor: pointer;
}
.signin-with-list {
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    margin-top: 18px;
    /* align-items: center; */
}
.signin-with {
    margin-top: 24px;
}

.signin-with-item .thirdIcon {
    height: 20px;
}


.footer {
    position:absolute; 
    width: 100%; bottom: 0; 
    left: 0;
    line-height: 24px; 
    margin-bottom: 16px; 
    color: #fff; 
    text-align:center;
    font-size: 14px;
  }
  .forfoo-con a {
    color: #fff;
    padding: 0 15px;
    border-right: 1px solid #fff;
  }
  .forfoo-con span {
    padding: 0 15px;
  }
  .footer .forfoo-con .copyright-logo {
    padding: 0 5px 0 0;
  }


.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

svg:not(:root) {
    overflow: hidden;
}

.login-from-list .li-middle.passWord .eyesIcon {
    font-size: 12px;
    color: var(--color-font-3);
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.rember-pass.check .remberPassIcon {
    color: #FF7700;
}
.iconyanjing_yincang_o:before {
    content: "\e756";
}

.iconyanjing_xianshi_o:before {
    content: "\e779";
}

.iconweixuanze1:before {
    content: "\e65f";
}

.iconbianzu8:before {
    content: "\e672";
}