.word-order-page {
    text-align: left;
}

.banner {
    height: 420px;
    background: #141329;
}

.banner>div {
    color: #FFFFFF;
}

.banner-content {
    padding: 100px 0 140px;
    box-sizing: border-box;
    background: url(../img/WorkOrder/banner-line.svg) left 5px bottom no-repeat,
        url(../img/WorkOrder/banner-right.svg) right 145px bottom 95px no-repeat;
}

.banner-title {
    height: 56px;
    font-size: 36px;
    font-weight: 400;
    line-height: 56px;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.banner-sub-title {
    height: 28px;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 1px;
    margin-bottom: 32px;
}

.banner-btn {
    border-radius: 2px;
    font-size: 16px;
    display: inline-block;
    height: 25px;
    font-weight: 400;
    color: rgba(40, 51, 75, 1);
    line-height: 25px;
    letter-spacing: 1px;
    background: #ffffff;
    padding: 7px 20px;
}

.banner-btn:hover {
    opacity: 0.9;
    color: rgba(40, 51, 75, 1);
}

.main {
    padding: 48px 0 30px;
}

.main-title {
    text-align: center;

    font-size: 24px;
    font-weight: 400;
    color: rgba(40, 51, 75, 1);
    line-height: 36px;
    letter-spacing: 1px;
}

.text-title {
    padding-bottom: 24px;
    height: 28px;
    font-size: 18px;
    font-weight: 400;
    color: rgba(40, 51, 75, 1);
    line-height: 28px;
    letter-spacing: 1px;
}

.text p {
    padding-bottom: 16px;
    height: 22px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(98, 119, 140, 1);
    line-height: 22px;
    letter-spacing: 1px;
}

.list .img {
    width: 510px;
    height: 300px;
}

.list .text {
    padding-top: 40px;
}

.list {
    display: flex;
    justify-content: space-between;
    padding: 40px 0 25px;
}