.header-wrapper {
    height: 600px;
    width: 100%;
    background: url('../../../images/new/show_shop/become/banner.png') center;
}

.why-ys h2,
.process h2,
.success-case h2,
.benefit h2 {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 16px;
}

.why-ys h6,
.process h6,
.success-case h6,
.benefit h6 {
    color: #999999;
    text-align: center;
    font-size: 22px;
    position: relative;
}

.why-ys h6::after,
.process h6::after,
.success-case h6::after,
.benefit h6::after {
    content: "";
    width: 30px;
    height: 6px;
    background: #0092FF;
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
}

main {
    position: relative;
}

/* 等级列表 */
.level-wrapper {
    background: #fff;
    box-shadow: 1px 2px 40px 3px rgba(51, 51, 51, 0.15);
    border-radius: 10px;
    padding: 30px 30px 0;
    /* position: absolute; */
    margin-top: -60px;
}

.level-wrapper .top {
    display: flex;
    justify-content: space-between;
    padding: 0 40px;
}

.level-wrapper .top .item {
    text-align: center;
    min-width: 96px;
}

.level-wrapper .top .item h4 {
    font-size: 18px;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    margin: 12px 0 6px;
}

.level-wrapper .top .item .price {
    font-size: 14px;
    color: rgba(255, 98, 25, 1);
}

.level-wrapper .top .item button {
    display: none;
    width: 96px;
    height: 30px;
    background: rgba(204, 173, 115, 1);
    border-radius: 3px;
}

.level-wrapper .top .item.active button {
    display: block;
}

.level-wrapper .top .item.active .price {
    display: none;
}

.level-wrapper .bottom {
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    padding: 18px 300px;
    border-top: 1px solid #EEEEEE;
    margin-top: 22px;
}

.level-wrapper .bottom .active {
    color: #0092FF;
    font-weight: bold;
    position: relative;
}

.level-wrapper .bottom .active::after {
    content: "";
    position: absolute;
    bottom: -18px;
    left: 0;
    width: 100%;
    height: 6px;
    background: rgba(0, 146, 255, 1);
}

/* 等级列表 end */


/* 为什么选择翼速应用 */
.why-ys {
    margin-top: 50px;
    padding-bottom: 60px;
}

.why-ys h6 {
    margin-bottom: 40px;
}

.why-ys .reason-list {
    color: #fff;
    display: flex;
    justify-content: space-between;
}

.why-ys .reason-list .item {
    width: 288px;
    height: 250px;
    font-size: 12px;
    position: relative;
    z-index: 1;
    padding: 26px 16px;
}

.why-ys .reason-list .item .title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
    position: relative;
}

.why-ys .reason-list .item .title::after {
    content: "";
    width: 30px;
    height: 6px;
    background: rgba(244, 245, 249, 1);
    position: absolute;
    bottom: -14px;
    left: 0;
}

.why-ys .reason-list .item .become-shop {
    position: absolute;
    left: 16px;
    bottom: 22px;
}

.why-ys .reason-list .item img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

/* 为什么选择翼速应用 end */

/* 商家入驻流程 */
.process {
    padding: 60px 0 100px;
    background: #fff;
}

.process h6 {
    margin-bottom: 50px;
}

.process .process-step {
    text-align: center;
}

.process .process-step .step-list {
    display: flex;
    justify-content: space-around;
    width: 1000px;
    margin: 0 auto;
}

.process .process-step .step-list .item {
    flex-basis: 20%;
    text-align: center;
}

.process .process-step .step-list .item .name {
    font-size: 20px;
    color: rgba(51, 51, 51, 1);
    margin: 16px 0;
}

.process .process-step .step-list .item .time {
    font-size: 12px;
    color: rgba(153, 153, 153, 1);
}

/* 商家入驻流程 end */

/* 成功案例 */
.success-case {
    background: url('../../images/show_shop/become/success_bg.png') center;
    padding: 60px 0;
}

.success-case h6 {
    color: #333;
    margin-bottom: 42px;
}

.success-case .case-list {
    display: flex;
    flex-wrap: wrap;
}

.success-case .case-list .case-item {
    width: 384px;
    height: 417px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    padding-top: 180px;
    text-align: center;
}

.success-case .case-list .case-item {
    margin: 20px 0 0px 0;
}

.success-case .case-list .case-item:not(:nth-child(3n)) {
    margin-right: 24px;
}

.success-case .case-list .case-item img.avatar {
    margin-bottom: 4px;
}

.success-case .case-list .case-item img.hezuo {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.success-case .case-list .case-item button {
    width: 100px;
    height: 30px;
    color: #333333;
    background: #EEEEEE;
    margin-top: 20px;
}

.success-case .case-list .case-item button:first-child {
    margin-right: 20px;
}

/* 成功案例 end */
.benefit {
    padding: 60px 0;
}

.benefit h6 {
    margin-bottom: 50px;
}

.benefit .tr {
    display: flex;
}

.benefit .td,
.benefit .th {
    flex-basis: 20%;
}

.benefit .th {
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.benefit .td {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.benefit .thead .tr .th:first-child {
    background: #EAEBEE;
}

.benefit .thead .tr .th:not(:first-child) {
    background: #DCDCE0;
}

.benefit .thead .th {
    border-radius: 15px 15px 0px 0px;
}

.benefit .tbody .tr:nth-child(1n) {
    background: #fff;
}

.benefit .tbody .tr:nth-child(2n) {
    background: #F3F5F9;
}


.benefit .thead .tr .th,
.benefit .tbody .tr .td {
    border-right: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
}

.benefit .thead .tr .th:first-child,
.benefit .tbody .tr .td:first-child {
    border-left: 1px solid #E5E5E5;
}

.phone-call {
    color: #fff;
    font-size: 20px;
    height: 150px;
    background-image: url('../../images/show_shop/become/phone_bg.png');
    background-size: 1920px 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.phone-call button {
    font-size: 20px;
    color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 3px;
    width: 162px;
    height: 46px;
    line-height: 46px;
    margin-left: 30px;
}