.mora-input-lab {
    font-size: 13px;
    text-align: left;
    color: #676565;
    margin: 10px 5px;
    cursor: pointer;
}

.msg {
    text-align: center;
    padding: 20px;
    color: #999;

}

.content-auto {
    min-height: calc(100vh - 525px);
}

.navbar-brand {
    margin-left: 0px !important;
}

.mora-container {
    margin: 10rem auto !important;
}

.col-red {
    color: red;
}

.mar-bottom {
    margin-bottom: 20px;
}

.padding-15 {
    padding: 15px;
}

.style-none {
    display: none !important;
}

.align-right {
    text-align: right;
}

.font-24 {
    font-size: 24px;
}

.dis-flex {
    display: flex;
    align-items: center;
}

#master_mgr {
    padding: 15px;
}

#standalone-container {
    height: 100%;
}

#editor-container {
    height: 90%;
}

#page-curr {
    display: flex;
    justify-content: center
}

/* 顶替boststrap样式 */
.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #c10000;
    border-color: #c10000;
    opacity: 0.8;
}

@media (min-width: 768px) {
    .login-li {
        margin: 0 0 0 100px;
    }


}

/* 公共居中 */
.mora-container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 768px) {
    .mora-container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .mora-container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .mora-container {
        width: 1170px
    }
}

@media only screen and (min-width: 481px) and (max-width: 640px) {
    .navbar-brand {
        margin-left: 15px !important;
    }
}

/* 图片展示样式 */
.pro-section {
    width: 100%;
    margin-top: 150px;
}

.pro-list-item-card {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    width: 100%;
}

.pro-list-item-card:hover {
    /* transform: translateY(-10px); */
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

/* 左图右文布局 */
.pro-list-item-image-left {
    display: flex;
    align-items: stretch;
    height: 100%;
}

/* 左文右图布局 */
.text-left {
    display: flex;
    align-items: stretch;
    height: 100%;
}

/* 图片区域 */
.image-section {
    flex: 1;
    min-height: 350px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.image-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(52, 152, 219, 0.1), rgba(44, 62, 80, 0.2));
}

/* 文字内容区域 */
.pro-list-item-content-section {
    flex: 1;
    padding: 40px;

}

.pro-list-item-content-section h3 {
    font-size: 1.8rem;
    color: #2c3e50;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 15px;
}

.pro-list-item-content-section h3:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 4px;
    background: #c10000;
    border-radius: 2px;
}

.pro-list-item-content-section p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 25px;
}