/* 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: 110px;
    right: 0;
    width: 276px;
    height: 287px;
    transform: rotate(25deg);
    background-image: url(https://img.alicdn.com/imgextra/i4/O1CN01uXQXnx1pdvV9MhlZH_!!6000000005384-2-tps-553-574.png);
    background-size: cover;
}

:root[lang=en] .main-container .common-content::after {
    background-image: url(https://img.alicdn.com/imgextra/i1/O1CN01gAGwTc23TIw95dgQW_!!6000000007256-2-tps-553-574.png);
    top: 220px
}

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

.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;
    color: rgba(23, 26, 29, 0.6);
    max-width: 720px;
    margin: 32px auto 0;
}