﻿
.flex {
    display: flex;
}

.colorblack {
    color: #767676;
}

.colorlogo {
    color: var(--core-color);
}

#switch_bottom {
    position: absolute;
    bottom: -1px;
    /*_bottom: -2px;*/
    border-bottom: 2px solid var(--core-color);
}

.loginBg {
    background: url('/static/www/image/user/login.jpg') no-repeat center;
    background-size: cover;
    min-height: 700px;
}

.loginMain {
    padding: 50px 20px ;
    display: flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    position: relative;
}

.loginMain .leftbg {
    /*background: url(/static/images/login_left1.png) no-repeat;*/
    position: absolute;
    left: 40px;
    top: 200px;
    width: 300px;
    height: 300px;
    background-size: contain;
}

.loginMain .lefttxt {
    position: absolute;
    left: 460px;
    top: 250px;
}

.loginMain .lefttxt h2 {
    font-size: 36px;
    line-height: 2;
    font-weight: 500;
    font-style: normal;
}

.loginMain .lefttxt p {
    font-size: 16px;
    color: #666;
}

.loginForm {
    width: 400px;
    line-height: 40px;
    background: #ffffff;
    padding: 20px 25px 30px 25px;
    border-radius: 10px;
    /* box-shadow: 1px 0px 0px 2px #e6e6e6; */
}

.inputTxt {
    background: #F4F5F6;
    border: 0;
    line-height: 40px;
    height: 40px;
    padding: 10px 0;
    width: 100%;
    text-indent: 13px;
    border-radius: 5px;
}

.quhao {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #fff;
    cursor: pointer;
    line-height: 30px;
    max-height: 300px;
    overflow-y: auto;
    text-align: center;
    z-index: 3;
    box-shadow: 0 0 5px -1px rgba(0, 0, 0, .1);
}

.quhao li:hover {
    background: #eee;
}

.formRt10 {
    margin-right: 10px;
}

.formRt5 {
    margin-right: 5px;
}

.cotForm .item {
    margin-bottom: 1px;
}

input.getCode {
    background: rgba(255, 255, 255, .76);
    width: 90px;
    height: 40px;
    text-align: center;
    color: var(--core-color);
    border: solid 1px var(--core-color);
    border-radius: 5px;
}

input.getCode.on {
    color: #888;
}

.changeTit {
    display: flex;
    position: relative;
    text-align: center;
    margin-bottom: 10px;
}

.changeTit .tit {
    display: inline-block;
    position: relative;
    width: 50%;
    color: #666666;
    font-size: 16px;
    border-bottom: #f6f6f6 2px solid;
    font-weight: 500;
}

.changeTit .on {
    color: var(--core-color);
}

.login_desc {
    text-align: center;
    font-size: 12px;
}

.login_desc span {
    color: #999;
}

.login_desc a {
    color: var(--core-color);
}

input.loginBtn {
    width: 100%;
    /*background: linear-gradient(280deg, rgba(254, 116, 0, 1) 0%, rgba(255, 167, 93, 1) 100%);*/
    background: var(--core-color);
    color: #fff;
    line-height: 40px;
    border-radius: 5px;
    transition: .5s;
    margin-top: 15px;
    margin-bottom: 15px;
    border: none;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 500;
}

.elseWay {
    text-align: center;
    margin-top: 20px;
}

.elseWay .tit span {
    position: relative;
    display: inline-block;
}

.elseWay .tit span:before {
    position: absolute;
    left: 108%;
    top: 50%;
    content: '';
    border-top: 1px solid #D7D7D7;
    width: 110px;
}

.elseWay .tit span:after {
    position: absolute;
    right: 108%;
    top: 50%;
    content: '';
    border-top: 1px solid #D7D7D7;
    width: 110px;
}

.loginLink {
    border: solid 1px #ADD0F5;
    display: block;
    border-radius: 5px;
}

.loginLink .link {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #333333;
}

.loginLink .link img {
    width: 30px;
    height: 30px;
    margin-right: 5px;
}


.cotForm {
    display: none;
    padding-top: 15px;
}

.cotForm.on {
    display: block;
}

.marginBot10px {
    margin-bottom: 10px;
}

.zzszyfp {
    display: none;
}

.zzszyfp.on {
    display: block;
}

.hides {
    display: none !important;
}

.wt100 {
    width: 100%;
}

.accountInfo {
    background: #fff;
}

.accountInfo .tx {
    background: #7a7979;
    width: 200px;
    padding: 20px;
    color: #fff;
}

.accountInfo .photo {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 5px;
    margin-right: 10px;
}

.accountInfo .vip {
    display: inline-block;
    border: 1px solid #fff45c;
    text-align: center;
    margin-top: 5px;
    padding: 3px 5px;
}

.marginTop5px {
    margin-top: 5px;
}

.marginTop10px {
    margin-top: 10px;
}

.infoRight {
    padding: 2% 0;
}

.infoRight .items {
    padding-left: 8%;
}

.infoLink {
    margin-top: 10px;
}

.accounts .left {
    width: 240px;
    margin-right: 2%;
}

.accountsCot {
    background: #fff;
    padding: 2%;
}

.fileImg {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
}

.fileImg input {
    display: none;
}

.fileImg .imgTx {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 5px;
    margin-bottom: 5px;
}

.accountForm {
    display: block;
    width: 570px;
    max-width: 100%;
    margin: auto;
    line-height: 40px;
}

.accountForm .borderInput {
    border: 1px solid #d5d5d5;
    width: 99%;
    width: calc(100% - 2px);
    display: block;
    background: transparent;
    text-indent: 10px;
    line-height: 24px;
    padding: 7px 0;
}

.accountForm .typeInput {
    display: none;
}

.accountForm .typeInput.on {
    display: block;
}

.accountForm .jobInput {
    display: none;
}

.accountForm .jobInput.on {
    display: block;
}

.accountForm .proInput {
    display: none;
}

.accountForm .proInput.on {
    display: block;
}

.accountForm .wayInput {
    display: none;
}

.accountForm .wayInput.on {
    display: block;
}

.accountForm .newInput {
    display: none;
}

.accountForm .newInput.on {
    display: block;
}

.accountForm .perInput {
    display: none;
}

.accountForm .perInput.on {
    display: block;
}

.accountForm .Input {
    display: none;
}

.accountForm .Input.on {
    display: block;
}

.accountForm .textarea {
    border: 1px solid #d5d5d5;
    width: 96%;
    width: calc(100% - 22px);
    display: block;
    background: transparent;
    line-height: 24px;
    padding: 7px 10px;
}

.accountForm .items {
    margin-bottom: 8px;
}

.accountForm .items .spec {
    margin: 2px 5px;
    width: 15px;
    height: 15px;
    color: #333;
    -webkit-appearance: checkbox;
}

.accountForm .items span {
    font-size: 12px;
}

.accountForm .lb {
    min-width: 80px;
}

.accountForm .lb em {
    color: #f13333;
}

.extwarp {
    padding: 20px;
}

.sms-second {
    color: #cacaca;
    line-height: 40px;
    width: 120px;
    display: none;
}

#img_find {
    width: 120px;
    height: 40px;
    cursor: pointer;
    border: solid 1px #ccc;
    background: #fff;
    border-radius: 5px;
}

.modItem {
    background: #fff;
    display: none;
}

.modItem.on {
    display: block;
}

.modItem .modForm {
    display: block;
    padding: 10px 30px 20px;
    line-height: 40px;
    width: auto;
}

.modItem input.getCode {
    border: 1px solid #d5d5d5;
}

.modItem .vsBtn .btn {
    padding: 2px 0;
    font-size: 14px;
}

.modItem .vsBtn {
    padding: 15px 0 0 0;
}

.modItem .quhao {
    border: 1px solid #D5D5D5;
}

.vsBtn .btn {
    color: #fff;
    background: var(--core-color);
    line-height: 36px;
    font-size: 14px;
    width: 40%;
    border-radius: 5px;
    border: none;
}

.vsBtn .btn2 {
    background: #a2a2a2;
}

.qrcode-content {
    text-align: center;
}

.qrcode-content .qrcode-box {
    width: 152px;
    height: 152px;
    margin: 35px auto;
    position: relative;
}

.qrcode-content .qrcode-box .qrcode-img {
    display: block;
    width: 140px;
    height: 140px;
    padding: 5px;
    border: 1px solid #e5e5e5;
    margin: 0 auto;
}

.qrcode-content .qrcode-box .info {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: table;
    background: hsla(0, 0%, 100%, .9);
}

.qrcode-content .qrcode-box .info .center-middle {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.qrcode-content .qrcode-box .info .status {
    margin-bottom: 15px;
}

.qrcode-content .platform h4 {
    font-size: 14px;
    color: #999;
    line-height: 20px;
    margin: 20px 0 10px;
    font-weight: 400;
}

.qrcode-content .ext.step-1 {
    margin-top: 10px;
    font-size: 12px;
}

.zent-btn {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    border-radius: 2px;
    font-size: 12px;
    font-family: inherit;
    color: #333;
    background: #fff;
    border: 1px solid #bbb;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
    cursor: pointer;
    transition: all .3s;
}

.zent-btn-primary {
    color: #fff;
    background: #38f;
    border-color: #38f;
}


.autologin {
}

.autologin label {
    display: inline-block;
    line-height: 15px;
    vertical-align: text-top;
    margin-left: 5px;
    color: #767676;
    cursor: pointer;
    font-size: 14px;
}
