/*新改版的数字化工厂页面的样式*/
.module-content .search-top-title {
    width: auto;
    height: 65px;
    font-size: 50px;
    font-family: YouSheBiaoTiHei;
    color: #FFFFFF;
    line-height: 65px;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
}

.customerservice-top {
    background: url(/res/images/solution/factory/banner@1x.jpg) no-repeat;
    background-size: 100% 100%;
    padding-top: 144px;
    padding-bottom: 113px;
    height: 460px;
}

.module-content .search-detail {
    width: 700px;
    height: auto;
    font-size: 20px;
    font-family: AlibabaPuHuiTiR;
    color: #FFFFFF;
    line-height: 37px;
}
.ui-dialog-footer {
    max-height: none !important;
}
/*.container-content {*/
/*    width: 100%;*/
/*    height: auto;*/
/*    min-height: 700px;*/
/*    background: url(/res/images/solution/factory/bg.jpg) no-repeat;*/
/*    background-size: 100% 100%;*/
/*    padding-bottom: 80px;*/
/*}*/
.main-content {
    width: 100%;
    height: auto;
    min-height: 700px;
    background: url(/res/images/solution/factory/bg.jpg) no-repeat;
    background-size: 100% 100%;
    background-position: center 460px;
    padding-bottom: 80px;
}

.module-box {
    width: 1200px;
}

.module-box .top-module {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.module-box .top-module > div {
    margin-top: 70px;
}

.main-title {
    width: auto;
    height: 44px;
    font-size: 32px;
    font-family: AlibabaPuHuiTiM;
    color: #222222;
    line-height: 44px;
    letter-spacing: 4px;
}

.sub-title {
    width: auto;
    height: 33px;
    font-size: 24px;
    font-family: AlibabaPuHuiTiH;
    color: rgba(0, 0, 0, 0.2);
    line-height: 33px;
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
    margin-top: 20px;
}

.function {
    width: auto;
    height: 33px;
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #005BAC;
    line-height: 33px;
    background: url(/res/images/solution/factory/more.png) no-repeat;
    background-size: 24px 25px;
    background-position: center right;
    padding-right: 30px;
    cursor: pointer;
}

.module-box .detail {
    width: 1200px;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}

.module-box .detail > div {
    vertical-align: bottom;
}

.detail-text {
    width: 412px;
    height: auto;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #505E6A;
    line-height: 32px;
}

.factory-img {
    width: 700px;
    height: 380px;
}

.detail-img > img {
    width: 100%;
    height: 100%;
}

.detail-content {
    width: 610px;
    height: auto;
    position: relative;
}

.detail-title {
    width: auto;
    position: absolute;
    top: -20px;
    left: 24px;
    height: 33px;
    font-size: 24px;
    font-family: AlibabaPuHuiTiM;
    color: #222222;
    line-height: 33px;
}

.detail-desc {
    width: 100%;
    background: linear-gradient(270deg, rgba(235, 242, 255, 0) 0%, #ECF1FF 100%);
    padding: 32px 24px;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #505E6A;
    line-height: 32px;
}

.solution-img {
    width: 550px;
    height: 320px;
}

.single-app {
    width: 222px;
    height: 186px;
    float: left;
    border: 1px solid #E9E9E9;
    margin-bottom: 20px;
    cursor: pointer;
}

.single-app:not(:nth-of-type(5n + 5)) {
    margin-right: 22px;
}

.single-app:hover {
    border: 1px solid #e9e9e9;
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
}

.app-img {
    width: 100%;
    height: 120px;
}

.app-img > img {
    width: 100%;
    height: 100%;
}

.app-name {
    width: 100%;
    height: 66px;
    padding: 0 20px;
    background: #F3F3F6;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #222222;
    line-height: 66px;
}

/*模态框*/
.modal-dialog {
    top: 120px;
}

.modal-content {
    padding: 0 20px;
}

.modal-footer > button {
    min-width: 112px;
    height: 40px;
    font-size: 16px;
}

.modal-dialog .modal-content .modal-footer button {
    margin: 0 8px;
    border: none;
}

/*公共部分*/
.hidden {
    display: none !important;
}

.button {
    width: auto;
    height: 32px;
    border-radius: 4px;
    border: 1px solid #FFFFFF;
    line-height: 32px;
    text-align: center;
    padding: 0 22px;
    font-size: 14px;
    font-family: AlibabaPuHuiTiR;
    color: #FFFFFF;
    display: inline-block;
    cursor: pointer;
}

button.primary, button.primary a {
    color: #FFFFFF;
    background-color: #007AFF;
}

.ml-4 {
    margin-left: 32px;
}

.vertical-texttop {
    vertical-align: text-top;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.w-full {
    width: 100% !important;
}

.flex-end-between {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.flex-center-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
