/* WMS - 预留空白 */
.wms-blank {
    height: 80px;
}
/* WMS - 跑马灯 */
.wms-marquee {
    height: 540px;
    background-image: url('../../imgs/productCenter/mes/banner.png');
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
}
.wms-marquee h1{
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 35px;
}
.wms-marquee h3{
    font-size: 32px;    
}
/* WMS - 菜单 */
.wms-menu {
    background-color: #f6fafc;
    height: 70px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.wms-menu-content {
    width: 1280px;
    height: 70px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.wms-content-menu-item {
    width: 320px;
    height: 70px;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
/* WMS - 介绍 */
.wms-introduce {
    display: flex;
    align-items: center;
    justify-content: center;
}
/* WMS - 架构 */
.wms-arch {
    background-color: #f6fafc;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* WMS - 流程 */
.wms-process {
    background-color: #f6fafc;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* WMS - 界面 */
.wms-case {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 750px) {
    /* 未完待续 */
}