.login-vcode{
    height: 38px;
    width: 160px;
    float: right;
    border-radius: 4px;
}

.logo{
    width: 120px;
    height: 100px;
    margin: 0 auto;
}

.logo img{
    width: 100%;
    height: 100%;
}

.login-background-img{
    background-image: url("/static/images/bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.index-app-name{
    font-size: 12px;
    line-height: normal;
}

.index-user-name{
    margin-right: 10px;
}

.index-user-portrait{
    width: 26px;
    height: 26px;
    border-radius: 50%;
    margin-right: 2px;
    margin-top: -4px;
}



.layadmin-user-login-main{
    width: 380px;
    margin: 0 160px 0 auto;
    background-color: #fff;
    border-radius: 8px;
    /*box-shadow: 0 0 2px 0 #ccc;*/
}

.layadmin-user-login-box{
    padding: 20px 40px;
}

.login-input-item{
    margin-bottom: 22px;
}

.login-input-item input{
    border-radius: 4px;
}

.layadmin-user-login-header{
    padding-bottom: 0;
}


.detail-user-portrait, .detail-icon{
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.detail-box{
    padding: 20px;
}

.detail-box h3{
    font-weight: 600;
    font-size: 20px;
}

.detail-box .layui-table {
    margin-bottom: 38px;
}

.must-icon{
    position: relative;
}

.must-icon::after{
    content: '*';
    color: red;
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 3px;
}

.form-view{
    padding: 0 20px;
    margin-top: 20px;
}

.text-ali-center{
    text-align: center;
}

.mt50{
    margin-top: 50px;
}

.layui-nav-child dd{
    cursor: pointer;
}

.show {
    display: block;
}

.none {
    display: none;
}

.upload-select {
    color: white;
    position: relative;
    cursor: pointer;
}

.upload-select .select-image {
    width: 100%;
    height: 100px;
    background: #ccc center center;
    background-size: cover;
}

.upload-select .select-text {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 100px;
}

.upload-select .hidden {
    display: none;
}

.auto-break{
    word-wrap: break-word;
    word-break: break-all;
}

.edit-content{
    height: 470px;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    overflow-y: scroll;
}

.online-edit-btn-list{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    padding: 21px 0;
    border-top: 1px solid #F0F0F0;
}

.online-edit-btn-list button{
    float: right;
    margin-right: 20px;
}

[contenteditable]:focus{outline: none;}

#map-container{
    width: 100%;
    height: 300px;
    margin: 10px 0px 30px;
}

.big-img {
    height: 200px;
    width: auto;
    max-width: initial !important;
}

.phone-warp{
    border: 1px solid #ccc;
    margin-top: 10px;
}

.phone-warp img{
    width: 100%;
}