.qcxyLogin {
    margin: 0;
}
* {
    padding: 0;
    margin: 0;
}
.head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}
.body_bj{
    background-color: #F6F5F2;
}

.reg_yzminput{ width:100%; background:none;}

.reg_disable{ color:#bbb;}

.loginIndex {
    width: 100%;
    height: 100vh;
    /* background: linear-gradient(206deg, #FFECE3 0%, #FFFFFF 33%); */
    margin: 0;
    background-image: url('./img/bj.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.yic-yc{
    overflow:hidden !important;        
    /* 超出的文本隐藏 */
    text-overflow:ellipsis !important; 
    /* 用省略号显示 */
    white-space:nowrap !important;     
    /* 不换行（文字不允许换行，单行文本） */

}

.yic-liangh{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.jui_top_left img {
    display: inline-block;
    height: 21px;
    width: 21px;
}

.jui_top_middle {
    text-align: center;
    font-size: 1.125rem !important;
    color: #FA6131;
    font-weight: 600;
}

.ju_z {
    width: 21px;
    height: 21px;
}

a:link {
    /* font-size: 12px; */
    color: #000000;
    text-decoration: none;
}

a:visited {
    /* font-size: 12px; */
    color: #000000;
    text-decoration: none !important;
}

a:hover {
    /* font-size: 12px; */
    color: #999999;
    text-decoration: underline;
    text-decoration: none !important;
}


a:active, a:focus, a:hover, a:link, a:visited {
    outline: none;
    background: none;
    border: none;
    box-shadow: none;
    text-decoration: none !important;
    color: inherit;
}


.dis-p-f{
    display: flex;
    align-items: center;
}

.m-0-a {
    margin: 0 auto;
}

.m-t-8{
    margin-top: 8px;
}

.m-t-10{
    margin-top: 10px;
}

.m-t-20 {
    margin-top: 20px;
}
.m-t-40 {
    margin-top: 40px;
}

.m-b-5{
    margin-bottom: 5px;
}

.m-b-8{
    margin-bottom: 8px;
}


.m-b-10 {
    margin-bottom: 10px;
}

.m-b-15 {
    margin-bottom: 15px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-b-24 {
    margin-bottom: 24px;
}

.m-l-2 {
    margin-right: 2px;
}
.m-l-10{
    margin-left: 10px;
}
.m-l-15{
    margin-left: 15px;
}
.m-l-20{
    margin-left: 20px;
}

.m-r-2 {
    margin-right: 2px;
}

.m-r-10 {
    margin-right: 10px;
}

.p-l-r-22{
    padding: 0 22px;
}

.m-r-l{
    margin-right: 10px;
    margin-left: 5px;
}