* {
    margin: 0;
    padding: 0;
}

html,
body,
#app {
    width: 100%;
    height: 100%;
    background: #F2F2F2;
}

.login-wrap {
    width: 100%;
    height: 100%;
    position: relative;
    background:#f5f6f7;
}

.login-top {
    width: 100%;
    height: 98px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px 0 60px;
    box-sizing: border-box;
}

.logo-img {
    width: 118px;
}

.login-top-right {
    display: flex;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 14px;
    color: #303133;
    align-items: center;
}

.down-app {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-right: 30px;
    height: 60px;
}
.down-app:hover{
    color: #D0963E;
}
.down-app .down-icon{
    width:16px;
    height:16px;
    background-size:100% auto;
    background-repeat:no-repeat;
    background-image:url('../images/icon/svg/down-load.svg');
    margin-right: 10px;
}
.down-app:hover .down-icon{
    background-image:url('../images/icon/svg/down-load-select.svg');
}

.down-app>img {
    margin-right: 10px;
}
.lang-wrap{
    display: flex;
    align-items: center;
    color: #303133;
    border: 1px solid #909399;
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
}
.lang-wrap>p{
    width: 100px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lang-wrap>p>span{
    width:12px;
    height:12px;
    background-size:100% auto;
    background-repeat: no-repeat;
    background-image: url('../images/icon/draw-icon-no.png');
    margin-left: 3px;
    margin-top: 2px;
}
.change-lang:hover .lang-wrap{
    border: 1px solid #D0963E;
    color: #D0963E;
}
.change-lang:hover .lang-wrap>p>span{
    background-image: url('../images/icon/draw-icon.png');
    transform: rotate(-180deg);
}
.change-lang{
    position:relative;
    height:56px;
    margin-top:10px;
}
.change-lang .lang-list{
    position: absolute;
    top: 57px;
    left: 0;
    background: #fff;
    width: 100px;
    border-radius: 4px;
    box-shadow: 0 0 6px 0 rgb(0 0 0 / 12%);
    z-index: 1;
    display:none;
}
.change-lang .lang-list-show{
    display: block;
}
.change-lang .lang-list::after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 8px solid;
    border-bottom-color: #fff;
    left: 45px;
    top:-15px;
    color: #f2f2f2;
}
.change-lang .lang-list>p{
    height:40px;
    display:flex;
    align-items:center;
    padding-left:20px;
    cursor: pointer;
}
.change-lang .el-dropdown {
    display: flex;
    align-items: center;
    color: #303133;
    border: 1px solid #909399;
    border-radius: 4px;
    /* padding:11px 14px; */
    box-sizing: border-box;
    cursor: pointer;
    /* color: #D0963E; */
}

.change-lang .langSelect {
    border: 1px solid #D0963E;
    color: #D0963E;
}



.change-lang .el-dropdown>span {
    width: 100px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.change-lang .el-dropdown>span>img {
    margin-left: 3px;
    margin-top: 2px;
}

.change-lang .el-dropdown:hover {
    color: #D0963E;
}

.downAppSelect {
    color: #D0963E;
}

.down-app {
    position: relative;
}

.down-app-wrap {
    position: absolute;
    top: 60px;
    left: -100px;
    background: #fff;
    width: 260px;
    height: 261px;
    border-radius: 4px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.12);
    z-index:1;
    display:none;
}
.down-app-wrap-show{
    display: block;
}

.down-app-wrap::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 8px solid;
    border-bottom-color: #fff;
    left: 70%;
    bottom: 100%;
    color: #f2f2f2;
}

.app-scan-img {
    width: 100px;
    height: 100px;
    background: #000;
    margin: 30px auto 10px auto;
}

.app-scan-img>img {
    width: 100%;
}

.android-down {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 14px;
    color: #333333;
}

.android-down>img {
    margin-right: 6px;
}

.down-app-wrap>p {
    text-align: center;
    font-size: 12px;
    color: #909399;
    margin-bottom: 5px;
}

.login-center {
    width: 504px;
    /* height: 470px; */
    background: #FFFFFF;
    border: 0.5px solid #F0F0F0;
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.10);
    border-radius: 4px;
    padding: 60px 74px 60px 68px;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -257px;
    margin-top: -235px;
}

.login-center-change {
    width: 790px;
    margin-left: -395px;
    padding-top: 20px;
    padding: 20px 22px 87px 22px;
}

.el-tabs__nav {
    width: 100%;
}

.el-tabs__header {
    margin-bottom: 40px;
}

.el-tabs__nav-scroll {
    height: 50px;
}
.login-tab{
    display:flex;
    justify-content: space-between;
    margin-bottom:40px;
}

.login-tab-item{
    min-width: 44%;
    min-height:40px;
    text-align: center;
    font-family: PingFang-SC-Bold;
    font-weight: Bold;
    font-size: 20px;
    color: #303133;
    cursor:pointer;
    box-sizing: border-box;
}
.login-tab-item-select{
    color: #D0963E;
    border-bottom:3px solid #D0963E;
}

.el-tabs__item {
    width: 50%;
    text-align: center;
    font-family: PingFang-SC-Bold;
    font-weight: Bold;
    font-size: 20px;
    color: #303133;
}

.el-tabs__item:hover {
    color: #303133;
}

.el-tabs__item.is-active {
    color: #D0963E;
}

.el-tabs__active-bar {
    bottom: -9px;
    height: 3px;
    background-color: #D0963E;
}

.el-tabs__active-bar {
    width: 50% !important;
}

.el-tabs__nav-wrap::after {
    background-color: #fff;
}

.scan-code {
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 14px;
    color: #909399;
    text-align: center;
}

.scan-code .code-img {
    width: 214px;
    height: 214px;
    background: #FFFFFF;
    border: 1px solid #F0F0F0;
    border-radius: 8px;
    margin: 20px auto 0 auto;
    padding: 16px;
    box-sizing: border-box;
    position:relative;
}

.scan-code .code-img .scan-img {
    width: 100%;
}

.scan-code .code-img .scan-img>img {
    width: 100%;
}

.account-input>div {
    width: 360px;
    height: 50px;
    background: #FFFFFF;
    border: 1.5px solid #E4E7EC;
    border-radius: 2px;
    box-sizing: border-box;
    display: flex;
}

.account-input>.boxSelect {
    border: 1.5px solid #D0963E;
}

.account-input>div>span {
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.account-input>div>input {
    width: calc(100% - 50px);
    height: 100%;
    outline: none;
    border: none;
    font-size: 14px;
}

.account-box {
    margin-bottom: 24px;
    position: relative;
}

.account-box>p {
    position: absolute;
    bottom: -20px;
    font-size: 12px;
    color: #EF1E1E;
    left: 0;
}
.account-box>span>img{
    width:16px;
}

.password-operate {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    font-size: 12px;
    color: #909399;
}

.password-operate>p {
    color: #1985F5;
    cursor: pointer;
}
.password-operate .rmbpsw{
    display: flex;
    align-items:center;
}
.password-operate .rmbpsw>input{
    margin-right:10px;
}
.submit-btn {
    width: 360px;
    height: 50px;
    background: #D0963E;
    border-radius: 2px;
    font-size: 16px;
    color: #FAFAFA;
    margin-top: 69px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}

.login-bottom {
    width: 470px;
    text-align: center;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 12px;
    color: #606266;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -235px;
}

.account-input>.yzm-code {
    padding-left: 20px;
    width: 210px;
    position: relative;
}

.account-input>.yzm-code input {
    width: 100%;
}

.yzm-code img {
    position: absolute;
    width: 142px;
    left: 220px;
    height: 48px;
}

.step-jd {
    display: flex;
    margin: 20px auto 15px auto;
    padding-bottom: 15px;
    position: relative;
    width: 520px;
}

.step-jd .setp-item {
    display: flex;
    justify-content: center;
    flex: 1;
    align-items: center;
    position: relative;
}

.step-jd .setp-item .left-jd {
    width: 113px;
    height: 5px;
    background: #C0C4CC;
    border-radius: 1.67px;
    position: absolute;
    left: -55px;
    top: 11px;
}

.step-jd .setp-item .jd-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.step-jd .jd-content>span {
    width: 28px;
    height: 28px;
    background: none;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.step-jd .jd-content>span i {
    width: 15px;
    height: 15px;
    background: #C0C4CC;
    border-radius: 50%;
}

.step-jd .jd-content>p {
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 14px;
    color: #909399;
}

.step-jd .setp-item-select .left-jd {
    background: #E2B062;
}

.setp-item-select .jd-content>span {
    background: rgba(226, 176, 111, 0.3);
}

.setp-item-select .jd-content>span i {
    background: #E2B062;
}

.setp-item-select .jd-content>p {
    color: #D0963E;
}

.form-input {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form-input .input-item {
    display: flex;
    width: 452px;
    align-items: center;
    height: 44px;
    margin-bottom: 22px;
    position: relative;
}

.form-input .input-dxyzm {
    margin-bottom: 60px;
}

.form-input .input-item>p {
    position: absolute;
    bottom: -20px;
    font-size: 12px;
    color: #EF1E1E;
    left: 100px;
}

.form-input .input-item>span {
    width: 70px;
    font-size: 14px;
    color: #606266;
    text-align: right;
    margin-right: 20px;
}

.form-input .input-item>img {
    width: 142px;
    height: 42px;
    margin-left: 10px;
}

.form-input .input-item>.yzm-btn{
    width: 142px;
    height: 44px;
    margin-left: 10px;
    background: #D0963E;
    border-radius: 2px;
    border: none;
    font-size: 14px;
    color: #FAFAFA;
    cursor: pointer;
    display:flex;
    align-items:center;
    justify-content:center;
}
.form-input .input-box {
    height: 44px;
    border: 1px solid #F0F0F0;
    box-sizing: border-box;
    padding-left: 20px;
}

.form-input .input-box input {
    border: none;
    outline: none;
    height: 42px;

}

.input-account input {
    width: 320px;
}

.input-dxyzm>button {
    background: #D0963E;
    border-radius: 2px;
    border: none;
    font-size: 14px;
    color: #FAFAFA;
    cursor: pointer;
}

.next-step {
    width: 362px;
    height: 44px;
    background: #D0963E;
    border-radius: 2px;
    font-size: 16px;
    color: #FAFAFA;
    cursor: pointer;
    text-align: center;
    line-height: 44px;
}

.step-first>p {
    margin: 45px auto 50px auto;
    font-size: 16px;
    color: #303133;
}

.changePass>.top {
    font-family: PingFang-SC-Bold;
    font-weight: Bold;
    font-size: 20px;
    color: #303133;
    display: flex;
    justify-content: center;
    position: relative;
}

.changePass>.top>span {
    width: 24px;
    height: 24px;
    background-image: url('../images/icon/svg/down_arrow.svg');
    background-size: 24px auto;
    background-repeat: no-repeat;
    transform: rotate(90deg);
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}
.form-input .again-password{
    margin-bottom:50px;
}
.login-content-item{
    display:none;
}
.login-content-item-select{
    display:block;
}
.scan-error-show{
    position:absolute;
    width:100%;
    height: 100%;
    background:rgba(48,49,51,0.8);
    top:0;
    left:0;
    border-radius: 8px;
    display:flex;
    flex-direction: column;
    color:#fff;
    align-items:center;
    justify-content:center;
    font-weight: Bold;
    font-size: 16px;
    color: #FAFAFA;
}
.scan-error-show>button{
    width: 120px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 4px;
    font-weight: Bold;
    font-size: 18px;
    color: #606266;
    border:none;
    margin-top:22px;
    cursor:pointer;
}
.clear-account{
    position:absolute;
    right:14px;
    top:16px;
    width:18px;
    height:18px;
    cursor: pointer;
    display:none;
}
.clear-account-show{
    display:block;
}

.view-pass{
    position:absolute;
    right:14px;
    top:16px;
    width:18px;
    height:18px;
    cursor: pointer;
    display:none;
}
.view-pass-show{
    display:block;
}
.pass-icon{
    display:none;
}
.pass-icon-show{
    display:block;
}