.l-app {
    width: 100%;
}

.l-page {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}

.l-min-page {
    min-height: 54vh;
}
.l-list-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 500px;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 25px;
    padding: 10px;
}

.l-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
    padding: 5px 0;
}
.l-list .left {
    padding-left: 8px;
}

.l-list .right {
    padding-right: 8px;
}

.message-tip {
    padding: 5px 0;
    text-indent: 8px;
    color: #ff7f50;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
}

.sms-tip {
    padding: 5px 0;
    text-indent: 8px;
    width: 100%;
    color: #3498db;
    border-bottom: 1px solid #e5e5e5;
}

#countyNameTop {
    width: 100%;
    text-align: center;
    color: #3498db;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    height: 0;
    margin: 10px 0 10px 0;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    background: #fff;
}

#backIcon {
    width: 20px;
    height: 20px;
    margin-left: 20px;
    cursor: pointer;
}

#backOwn {
    cursor: pointer;
    margin-bottom: 15px;
    border: 1px solid #35A6E0;
    padding: 2px 8px;
    border-radius: 5px;
}
.backContainer {
    width: 96%;
    margin: 0 auto;
    max-width: 1200px;
}

.el-message-box {
    display: block;
    margin: 165px auto;
}

.layui-layer-dialog {
    top: 130px !important;
}

#boxPaper {
    position: absolute;
    bottom: -25px;
    left: -4%;
    width: 108%;
}

/*.el-loading-mask {*/
/*    z-index: 90000000 !important;*/
/*}*/
