.structure {
    padding: 80px 0;
}

.structure.s .textMod {
    padding-left: 40px;
    padding-right: 0;
}

.structure .con {
    margin: 0 auto;
    width: 1140px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.textMod {
    flex: 1;
    text-align: left;
    padding-right: 40px;
}

.textMod .title {
    font-family: PingFangSC-Medium, sans-serif;
    font-size: 24px;
    color: #333;
    letter-spacing: 0;
    line-height: 32px;
}

.textMod .text {
    margin-top: 20px;
    font-family: PingFangSC-Regular, sans-serif;
    font-size: 14px;
    color: #666;
    letter-spacing: 0;
    line-height: 24px;
}

.imgMod {
    width: 500px;
}

.imgBor {
    margin: 0 auto;
    border-radius: 14px;
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1);
}

.advantage-area {
    display: flex;
    justify-content: center;
}

.advantage-cell {
    width: 360px;
    height: 264px;
    text-align: left;
}

.advantage-cell > img {
    width: 100%;
    height: 100%;
}

.advantage-head {
    position: relative;
    top: -220px;
    left: 40px;
    font-size: 24px;
    font-weight: 600;
    color: #333;
}

.advantage-des {
    position: relative;
    top: -200px;
    left: 40px;
    width: 80%;
    font-size: 14px;
}

.advantage-cell:nth-of-type(1) {
    margin-right: 50px;
}

.advantage-cell:nth-of-type(2) {
    margin-right: 50px;
}

.core-list-box {
    display: flex;
    justify-content: center;
}

.core-list {
    width: 285px;
    font-family: PingFangSC-Medium;
    font-size: 20px;
    color: #666;
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
    border-bottom: 2px solid #e5e5e5;
    padding-bottom: 20px;
    cursor: pointer;
}

.click {
    color: #38f !important;
    border-bottom: 4px solid #38f !important;
}

.core-item {
    display: none;
    text-align: left;
}

.core-on {
    display: block;
}

.item-box {
    display: flex;
    justify-content: center;
}

.core-item-left {
    width: 420px;
}

.left-title {
    font-family: PingFangSC-Semibold;
    font-size: 18px;
    color: #333;
    letter-spacing: 0;
    font-weight: 600;
    margin-top: 40px;
    line-height: 25px;
}

.left-text {
    font-family: PingFangSC-Medium;
    font-size: 14px;
    color: #333;
    letter-spacing: 0;
    font-weight: 500;
    margin-top: 20px;
    line-height: 20px;
}

.left-text > span {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #333;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
}

.core-item-right {
    width: 680px;
    height: 560px;
    margin-left: 40px;
    margin-top: 40px;
}

[ui-type='V5G018B'] .group .V5G018B-even-wrapper {
    display: flex;
    align-items: center;
}

[ui-type='V5G018B'] .group .V5G018B-even-wrapper .V5G018B-even-side {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
}

[ui-type='V5G018B'] .group .V5G018B-even-wrapper .V5G018B-even-left .V5G018B-card-item {
    margin-right: 80px;
}

[ui-type='module-box'] > section:nth-child(even) .group .V5G018B-card-item {
    background: #fff;
}

[ui-type='V5G018B'] .group .V5G018B-card-item {
    width: 280px;
    margin-bottom: 20px;
    background: #f2f6fa;
    border-radius: 4px;
    padding: 28px;
    box-sizing: border-box;
    position: relative;
}

[ui-type='V5G018B'] .group .V5G018B-card-item .V5G018B-card-title {
    font: 500 18px / 28px PingFangSC-Medium;
    color: #222;
    margin-bottom: 16px;
    text-align: left;
}

[ui-type='V5G018B'] .group .V5G018B-card-item .V5G018B-card-desc {
    font: 400 14px / 24px PingFangSC-Regular;
    color: #222;
    text-align: justify;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

[ui-type='V5G018B'] .group .V5G018B-even-wrapper .V5G018B-even-left .V5G018B-card-num {
    top: 73px;
    right: -64px;
}

[ui-type='V5G018B'] .group .V5G018B-card-num {
    font: 700 16px / 26px DINAlternate-Bold;
    color: rgba(34, 34, 34, 0.08);
    position: absolute;
    width: 16px;
}

[ui-type='V5G018B'] .group .V5G018B-even-wrapper .V5G018B-even-left .V5G018B-card-num::after {
    left: -48px;
}

[ui-type='V5G018B'] .group .V5G018B-card-num::after {
    content: '';
    width: 40px;
    height: 1px;
    position: absolute;
    top: 12px;
    background: rgba(34, 34, 34, 0.08);
}

[ui-type='V5G018B'] .group .V5G018B-card-item::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 20px;
    left: 0;
    top: 32px;
    background: #222;
}

[ui-type='V5G018B'] .group .V5G018B-even-wrapper .V5G018B-even-right .V5G018B-card-num::after {
    right: -48px;
}

[ui-type='V5G018B'] .group .V5G018B-even-wrapper .V5G018B-even-img {
    display: inline-block;
}

[ui-type='V5G018B'] .group img {
    width: 460px;
    height: 344px;
}

[ui-type='V5G018B'] .group .V5G018B-even-wrapper .V5G018B-even-right .V5G018B-card-item {
    margin-left: 80px;
}

[ui-type='V5G018B'] .group .V5G018B-even-wrapper .V5G018B-even-right .V5G018B-card-num {
    top: 73px;
    left: -64px;
}

.group {
    width: 1180px;
    margin: 32px auto 40px;
}