.wrap {
    width: 100%;
    /* min-height: 100vh; */
    height:100vh;
    background: #fff;
}

.pageSize {
    width: 1200px !important;
    min-width: 1200px !important;
}

.wrapPage {
    width: 100%;
    margin: 0 auto;
}


/* 收银台信息 */

.progress_bar {
    width: 100%;
    height: 87px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.progress_barLeft {
    height: 100%;
    display: flex;
    align-items: center;
}

.progress_barLeft_img {
    height: 65%;
    cursor: pointer;
}

.progress_barLeft_img img {
    height: 100%;
    display: block;
}

.progress_barLeft_text {
    font-size: 18px;
    margin-left: 20px;
}

.progress_barRight {
    display: flex;
    align-items: center;
    font-size: 12px;
}

.progress_barRight a {
    color: #666;
}

.progress_barRight a:hover {
    color: var(--lordColor);
}

.progress_barRight span {
    display: block;
    margin: 0 10px;
    color: #ece3dd;
}


/* 提示 */

.tips {
    width: 100%;
    background: #fff8f0;
    padding: 10px 0;
}

.tips_cen {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 12px;
}

.tips_cen .iconfont {
    font-size: 18px;
    margin-right: 5px;
}

.tips_cen a {
    color: #333;
}


/* 内容 */

.content {
    width: 100%;
    height: 100%;
    /* background: var(--lordColor); */
    background-image: url(../../images/login_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.login {
    width: 100%;
    /* height: 475px; */
    height: calc(100vh - 125px);
    /* display: flex; */
    flex-flow: column;
    align-items: flex-end;
    margin: 0 auto;
    padding: 15rem;
    box-sizing: border-box;
    /* border-style:solid; */

}


/* 登录 */
/**/
.login_box {
    width: 346px;
    background: #fff;
    font-size: 12px;
    /* margin-top: 40px; */
    /* border-style:solid; */
    border-radius:0 3% 3% 0;
}

.login_title {
    width: 100%;
    padding: 10px 0;
    background: #fff8f0;
    display: flex;
    justify-content: center;
}

.login_more {
    width: 100%;
    height: 54px;
    line-height: 54px;
    text-align: center;
    border-bottom: 1px solid #f4f4f4;
    font-size: 26px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: black;
    /**/
    margin-top:2rem;
}

.login_cen {
    width: 100%;
    padding: 20px 20px 30px;
    box-sizing: border-box;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.login_cenInput {
    width: 100%;
}

.login_cenInput_item {
    width: 100%;
    height: 38px;
    border: 1px solid #bdbdbd;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
/**/
.login_cenInput_itemLeft {
    width: 38px;
    height: 38px;
    /* border-right: 1px solid #bdbdbd; */
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: #f4f4f4; */
}
/**/
.login_cenInput_itemLeft .iconfont {
    font-size: 16px;
    color: #d4d4d4;
 /* border-style: dashed; */
}

.login_cenInput_itemRight {
    flex: 1;
    height: 100%;
}

.login_cenInput_itemRight input {
    width: 100%;
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
    font-size: 14px;
}

.login_operation {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 20px;
    cursor: pointer;
}

.login_operation a {
    /* color: #666; */
    color:rgb(62,149,255);
    font-size:14px;
}

.login_operation a~a {
    margin-left: 10px;
}
/**/
.login_btn {
    width: 100%;
    height: 35px;
    line-height: 35px;
    border: 1px solid var(--lordColor);
    background-color:rgb(220,107,59);
    color: #fff;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    
}

.login_other {
    width: 100%;
    height: 50px;
    background: #fcfcfc;
    padding: 0 20px;
    box-sizing: border-box;
    border-top: 1px solid #f4f4f4;
    display: flex;
    justify-content: flex-end;
}
/**/
.login_otherImmed {
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: rgb(220,107,59);
    line-height: 50px;
    cursor: pointer;
}

.login_otherImmed:hover {
    text-decoration: underline;
}

.login_otherImmed_icon {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background:  rgb(220,107,59);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}

.login_otherImmed_icon .iconfont {
    font-size: 12px;
    color: #fff;
}


/* 底部栏 */

.footer_icon,
.footer_contentList {
    display: none;
}