.yui-card {
    border-radius: 4px;
    border: 1px solid #ebeef5;
    background-color: #fff;
    overflow: hidden;
    color: #303133;
    transition: .3s;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .05);
}

.yui-card-header {
    display: flex;
    justify-content: space-between;
    padding: 16px 24px;
    font-size: 16px;
    border-bottom: 1px solid #e3e4e5;
}

.yui-card-body {
    padding: 16px 24px;
}

.yui-card.no-shadow,
.yui-card.hover-shadow {
    box-shadow: 0 2px 12px 0 transparent;
}

.yui-card.hover-shadow:hover {
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .05);
}

.partner {
    padding: 64px 0;
}
.module-title-g {
    font-size: 28px;
    text-align: center;
    position: relative;
    line-height: 1;
    margin-bottom: 30px;
}

.module-title-g .desc {
    font-size: 16px;
    color: #909399;
    padding-top: 16px;
}
.partner .w1200 {
    display: flex;
    justify-content: space-between;
}
.w1200 {
    width: 1200px;
    margin: 0 auto;
}
.partner .yui-card {
    width: 140px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner .yui-card img {
    width: 100px;
}
