#vue-container .header {
    height: 300px;
    width: 100%;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
#vue-container {
    font-weight: 400;
    display: flex;
    align-items: center;
    flex-direction: column;
}
#vue-container .header > div:first-child {
    padding-top: 81px;
    padding-left: 322px;
    font-size: 32px;
    font-weight: 600;
    color:#fff ;
}
#vue-container .header > div:last-child {
    margin-top: 4px;
    padding-left: 322px;
    font-size: 18px;
    color: #fff;
}
#vue-container .title {
    text-align: center;
    margin-bottom: 70px;
}
#vue-container > .title > div:first-child {
    margin-top: 48px;
    font-size: 26px;
    color: #333;
}
#vue-container > .title > div:last-child {
    margin-top: 12px;
    font-size: 16px;
    color: #666666;
}

#vue-container .main {
    width: 1332px;
}
#vue-container .main .list {
    display: flex;
    flex-wrap: wrap;
}
#vue-container .main .list-item {
    height: 210px;
    border-left: 2px solid #EFEFEF;
    padding-left: 30px;
    margin-bottom: 81px;
    box-sizing: border-box;
    width: 443px;
}
#vue-container .list-item .top {
    color: #000000;
    font-size: 26px;
    margin-bottom: 17px;
    line-height: 42px;
}
#vue-container .list-item .center {
    width: 112px;
    height: 36px;
    border-radius: 10px 0 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #fff;
    margin-bottom: 28px;
    background: linear-gradient(to right, #1578FF, #339DFF);
}
#vue-container .list-item .bottom {
    color: #666;
    font-size: 16px;
    line-height: 26px;
    padding-right: 44px;
}
#vue-container  .message {
    margin-top: 38px;
    margin-bottom: 111px;
}
#vue-container  .message > div:first-child {
    color: #1679FE;
    font-size: 26px;
    font-weight: 600;
    line-height: 41px;
    margin-bottom: 40px;
}
#vue-container  .message > div:last-child {
    font-size: 18px;
    color: #666666;
    line-height: 28px;
}
.less-than-900 {
    display: none;
}
@media (max-width: 900px) {
    .less-than-900 {
        display: block;
    }
    .greater-than-900 {
        display: none !important;
    }
    .mobile-header {
        width: 100%;
        background-size: cover !important;
    }
    .mobile-header > div:first-child {
        padding-top: 31px;
        padding-left: 55px;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        line-height: 21px;
    }
    .mobile-header > div:nth-child(2) {
        color: #fff;
        padding-left: 55px;
        margin-top: 2px;
        font-weight: 400;
        margin-bottom: 31px;
        font-size: 11px;
    }
    #vue-container > .title > div:first-child {
        margin-top: 46px;
    }
    #vue-container .title {
        margin-bottom: 46px;
    }
    #vue-container .main {
        width: 100%;
    }
    #vue-container .main .list-item {
        width: auto;
        margin-left: 22px;
        margin-right: 22px;
        border: none;
        border-bottom: 2px solid #EFEFEF;
        height: auto;
        padding-bottom: 24px;
        margin-bottom: 32px;
    }
    #vue-container .list-item .top {
        font-size: 22px;
    }
    #vue-container .list-item .center {
        font-size: 16px;
    }
    #vue-container .list-item .bottom {
        font-size: 14px;
    }
    .img-wrap  {
        padding: 0 22px;
    }
    .img-wrap img {
        width: 100%;
    }
    #vue-container .message {
        margin-bottom: 54px;
    }
    #vue-container .message > div:first-child {
        font-size: 22px;
        padding: 0 16px;
        margin-top: 32px;
        margin-bottom: 16px;
    }
    #vue-container .message > div:last-child {
        padding: 0 16px;
        font-size: 16px;
    }
}