#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:#333333 ;
}
#vue-container .header > div:last-child {
    margin-top: 4px;
    padding-left: 322px;
    font-size: 18px;
    color: #666666;
}

#vue-container .main {
    text-align: center;
}
#vue-container .main .title > div:first-child {
    margin-top: 46px;
    font-size: 26px;
    color: #333;
}
#vue-container .main .title > div:last-child {
    margin-top: 2px;
    font-size: 16px;
    color: #666666;
}

#vue-container  .list {
    width: 1326px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 55px;
    padding-bottom: 30px;
}
#vue-container  .list-item {
    width: 651px;
    height: 400px;
    background: linear-gradient(#FAFAFA, #FFF9F4);
    padding: 41px 31px 0 37px;
    box-sizing: border-box;
    margin-bottom: 24px;
}
#vue-container  .list-item .top {
    display: flex;
    align-items: center;
    color: #333333;
    font-size: 24px;
}
#vue-container  .list-item .top > div {
    margin-left: 16px;
}
#vue-container  .list-item .text {
    color: #666666;
    font-size: 14px;
    margin-top: 25px;
}
#vue-container  .list-item .skip {
    color: #f60; 
    margin-top: 24px;
    font-size: 16px;
    cursor: pointer;
}
#vue-container  .list-item .skip:hover {
    color: #f90;
}
.less-than-900 {
    display: none;
}
@media (max-width: 900px) {
    .greater-than-900 {
        display: none !important;
    }
    .less-than-900 {
        display: block;
    }
    .mobile-header {
        width: 100%;
        background-size: cover !important;
    }
    .mobile-header > div:first-child {
        padding-top: 31px;
        padding-left: 55px;
        color: #434343;
        font-size: 16px;
        font-weight: 600;
        line-height: 21px;
    }
    .mobile-header > div:nth-child(2) {
        color: #666;
        padding-left: 55px;
        margin-top: 2px;
        font-weight: 400;
        margin-bottom: 31px;
        font-size: 11px;
    }
    #vue-container .list {
        margin-top: 46px;
    }
    .mobile-img {
        width: 100%;
    }
    #vue-container .list {
        margin-top: 32px;
        flex-wrap: wrap;
        width: 100%;
    }
    #vue-container .list-item {
        width: 100%;
        margin: 20px;
        height: auto;
        padding-bottom: 36px;
        padding-top: 36px;
    }
    #vue-container .list-item .text {
        margin-top: 16px;
    }

}