/* Hero section */
.main-container {
    position: relative;
    height: 470px;
    overflow: hidden;
    background: url(https://img.alicdn.com/imgextra/i2/O1CN01ZRf9q61OrDKKpkTl6_!!6000000001758-0-tps-2880-1060.jpg);
    background-position-y: -60px;
    background-size: 100% 530px;
    margin-bottom: 0;
}

.main-container .common-content {
    position: relative;
    display: flex;
    min-width: 1280px;
}

.main-container .common-content::before {
    content: '';
    position: absolute;
    top: 160px;
    left: 0;
    width: 331px;
    height: 288px;
    background: url(https://img.alicdn.com/imgextra/i4/O1CN01FYrVLr1S4RcEGK7sw_!!6000000002193-2-tps-662-577.png);
    background-size: cover;
}

.main-container .common-content::after {
    content: '';
    position: absolute;
    top: 74px;
    right: 0;
    width: 348px;
    height: 305px;
    background: url(https://img.alicdn.com/imgextra/i2/O1CN01IuODDo1k8iOQ0zdC1_!!6000000004639-2-tps-696-710.png);
    background-size: cover;
}

.main-container-content {
    flex-grow: 1;
    margin-top: 140px;
    text-align: center;
}

.main-container-content-title {
    display: inline-block;
    position: relative;
    font-size: 64px;
    font-weight: 600;
    line-height: 90px;
}

.main-container-content-title::before {
    content: '';
    position: absolute;
    bottom: -36px;
    right: 1.35em;
    width: 300px;
    height: 85px;
    background: url(https://img.alicdn.com/imgextra/i4/O1CN01gh8U3F1sRVZRG4TMG_!!6000000005763-2-tps-601-170.png);
    background-size: cover;
}

.main-container-content-title span {
    position: relative;
}

.main-container-content-subtitle {
    font-size: 18px;
    line-height: 26px;
    margin-top: 32px;
    color: rgba(23, 26, 29, 0.6);
}