/* banner start*/
.banner {
    width: 100%;
    height: 400px;
    background: url(../images/become-partner/isv-partner/banner-bg.jpg) center center no-repeat;
    background-size: cover;
    text-align: left;
}

.banner-layout {
    margin-top: 140px;
    vertical-align: middle;
}

.banner-title {
    margin-bottom: 30px;
    font-size: 38px;
    color: #ffffff;
}

.banner-btn-join {
    width: 100px;
    height: 40px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    background: #2386EE;
}

/* banner end */

.isv-title {
    margin-top: 100px;
    margin-bottom: 22px;
    font-size: 36px;
    font-weight: bold;
    color: #061828;
}

/* classification start */
.classification-warp {
    margin-top: 69px;
    margin-bottom: 100px;
}

.classification-item {
    display: inline-block;
    width: 400px;
    padding-left: 110px;
    padding-right: 110px;
    border-right: 1px solid #dfe9f3;
}

.classification-item:last-child {
    border-right: 0;
}

.classification-icon {
    max-width: 100%;
    max-height: 68px;
    margin-bottom: 30px;
}

.classification-item-title {
    margin-bottom: 28px;
    font-size: 22px;
    font-weight: bold;
    color: #061928;
}

.classification-item-text {
    font-size: 14px;
    color: #636A72;
}

/* classification end */

/* claim start */
.claim {
    background: #EAEFF3;
}

.claim-warp {
    margin-bottom: 100px;
}

.claim-total {
    background: #ffffff;
}

.total-header {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #2386EE;
}

.total-header-item {
    display: inline-block;
    width: 33%;
    font-size: 18px;
    color: #ffffff;
}

.total-main {
    padding: 30px;
}

.total-main-item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 135px;
    border-bottom: 1px solid #ccf4f4;
}

.total-main-item:last-child {
    border-bottom: 0;
}

.total-main-content {
    width: 33%;
}

.total-icon {
    max-width: 50px;
    max-height: 100%;
    margin-right: 23px;
}

.total-left-text-box {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.total-text {
    font-size: 16px;
    color: #636A72;
}

.total-main-center {
    height: 135px;
    line-height: 135px;
    border-left: 1px solid #ccf4f4;
    border-right: 1px solid #ccf4f4;
}

.total-right-text-box {
    display: inline-block;
    text-align: center;
}

.claim-detailed {
    background: #ffffff;
}

.detailed-main {
    padding-left: 30px;
    padding-right: 30px;
}

.detailed-header {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    height: 50px;
    padding-left: 155px;
    padding-right: 150px;
    line-height: 50px;
    background: #2386EE;
}

.detailed-header-item {
    display: inline-block;
    width: 12%;
    font-size: 18px;
    color: #ffffff;
}

.detailed-header-item:first-child {
    width: 40%;
    text-align: left;
}

.detailed-icon {
    max-width: 24px;
    max-height: 24px;
    margin-right: 10px;
}

.detailed-header-span {
    vertical-align: middle;
}

.detailed-main-header {
    display: none;
}

.detailed-main-item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    height: 50px;
    padding-left: 125px;
    padding-right: 120px;
    line-height: 50px;
    border-bottom: 1px solid #ccf4f4;
}

.detailed-main-item:last-child {
    border-bottom: 0;
}

.detailed-header-item {
    display: inline-block;
    width: 12%;
    font-size: 18px;
    color: #ffffff;
}

.detailed-item-title {
    width: 40%;
    font-size: 16px;
    color: #636A72;
    text-align: left;
}

.detailed-item-text {
    width: 12%;
    font-size: 16px;
    color: #2386EE;
    border-left: 1px solid #ccf4f4;
}

/* claim end */
/* process start */
.process-warp {
    margin-top: 45px;
    margin-bottom: 45px;
}

.process-item {
    display: inline-block;
    width: 220px;
    height: 280px;
    padding-top: 27px;
    margin-right: 24px;
    background: #ffffff;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
}

.process-item:last-child {
    margin-right: 0;
}

.process-title {
    display: table;
    position: relative;
    color: #061928;
    font-size: 18px;
    text-align: left;
    margin-left: 22px;
}

.process-title::before {
    content: "▶";
    position: absolute;
    font-size: 12px;
    top: 4px;
    right: -12px;
    bottom: 0;
}

.process-list-box {
    margin-top: 60px;
    padding-left: 39px;
    padding-right: 39px;
}

.process-list {
    padding-left: 25px;
    color: #636A72;
    font-size: 16px;
    line-height: 36px;
    text-align: left;
    border-bottom: 1px solid #ccf4f4;
}

.process-join-btn {
    width: 100px;
    height: 40px;
    margin-left: 50%;
    margin-bottom: 100px;
    transform: translateX(-50%);
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    background: rgba(35, 134, 238, 1);
}

/* process end */

@media (max-width: 750px) {
    .banner {
        width: 100%;
        height: 8rem;
        background: url(../images/become-partner/isv-partner/banner-bg-mb.jpg) center center no-repeat;
        background-size: cover;
        text-align: center;
    }

    .banner-layout {
        margin-top: 2.95rem;
    }

    .banner-title {
        font-size: 0.48rem;
        color: #ffffff;
        font-weight: bold;
        margin-bottom: .8rem;
    }

    .banner-btn-join {
        width: 98px;
        height: 32px;
        margin-left: 50%;
        transform: translateX(-50%);
        font-size: 0.28rem;
        line-height: 32px;
    }

    .isv-title {
        margin-top: 0.69rem;
        margin-bottom: 0.2rem;
        font-size: 24px;
        font-weight: bold;
        color: #061828;
    }

    .classification-warp {
        margin-top: 0.2rem;
        margin-bottom: 0.4rem;
    }

    .classification-item {
        width: 33%;
        padding-left: 0.1rem;
        padding-right: 0.1rem;
        border-right: 1px solid #dfe9f3;
        vertical-align: top;
    }

    .classification-icon {
        max-width: 100%;
        max-height: 0.68rem;
        margin-bottom: 0.3rem;
    }

    .classification-item-title {
        margin-bottom: 0.24rem;
        font-size: 16px;
    }

    .classification-item-text {
        font-size: 13px;
    }

    .claim-detailed {
        position: relative;
        height: 0.6rem;
        margin-bottom: 0.1rem;
        overflow: hidden;
    }

    .claim-detailed::after {
        content: "";
        display: block;
        position: absolute;
        top: 0.2rem;
        right: 0.3rem;
        width: 0.25rem;
        height: 0.14rem;
        background: url(../images/become-partner/isv-partner/bottom-arrow.png) center center no-repeat;
        background-size: cover;
    }

    .detailed-show::after {
        transform: rotate(180deg);
    }

    .claim-warp {
        margin-bottom: 0.6rem;
    }

    .total-header {
        height: 0.6rem;
        line-height: 0.6rem;
    }

    .total-header-item {
        font-size: 13px;
    }

    .total-main {
        padding: 0;
    }

    .total-main-item {
        height: 1.65rem;
    }

    .total-icon {
        max-width: 0.5rem;
        max-height: 100%;
        margin-right: 0.14rem;
    }

    .total-text {
        font-size: 13px;
    }

    .total-main-center {
        height: 1.42rem;
        line-height: 1.42rem;
    }

    .detailed-header {
        height: 0.6rem;
        padding-left: 0.2rem;
        padding-right: 0.1rem;
        line-height: 0.6rem;
    }

    .detailed-header-item {
        font-size: 13px;
    }

    .detailed-header-display {
        display: none;
    }

    .detailed-icon {
        max-width: 0.24rem;
        max-height: 0.24rem;
        margin-top: 0.06rem;
        margin-right: 0;
    }

    .detailed-main {
        padding-left: 0;
        padding-right: 0;
    }

    .detailed-main-header {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        height: 0.6rem;
        padding-left: 0.2rem;
        padding-right: 0.1rem;
        border-bottom: 1px solid #ccf4f4;
    }

    .detailed-main-header-title {
        width: 40%;
        color: #636A72;
        text-align: left;
    }

    .detailed-main-header-item {
        width: 12%;
        color: #2386EE;
        border-left: 1px solid #ccf4f4;
    }

    .detailed-main-header-span {
        font-size: 13px;
    }

    .detailed-main-item {
        width: 100%;
        height: 0.6rem;
        line-height: 0.6rem;
        padding-left: 0.2rem;
        padding-right: 0.1rem;
    }

    .detailed-item-title,
    .detailed-item-text {
        font-size: 13px;
    }

    .detailed-dui-icon {
        max-width: 0.17rem;
        max-height: 100%;
    }

    .process .container {
        padding: 0;
    }

    .process .isv-title {
        margin-bottom: 0;
    }

    .process-warp {
        padding: 0.4rem 0.1rem;
        margin-top: 0;
        margin-bottom: 0.2rem;
        white-space: nowrap;
        overflow-x: auto;
    }

    .process-item {
        width: 2.2rem;
        height: 2.8rem;
        padding-top: 0.4rem;
        padding-bottom: 0.4rem;
        margin-right: 0.1rem;
        box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
    }

    .process-title {
        margin-left: 50%;
        margin-bottom: 0.5rem;
        transform: translateX(-50%);
        font-size: 13px;
        text-align: left;
        font-weight: bold;
    }

    .process-title::before {
        content: "▶";
        position: absolute;
        font-size: 0.12rem;
        top: 0;
        right: -0.22rem;
        bottom: 0;
    }

    .process-list-box {
        margin-top: 0;
        padding-left: 0.4rem;
        padding-right: 0.4rem;
    }

    .process-list {
        padding-left: 0.2rem;
        font-size: 13px;
        line-height: 0.36rem;
    }

    .process-join-btn {
        width: 98px;
        height: 32px;
        margin-bottom: 0.7rem;
        font-size: 0.28rem;
        line-height: 0.55rem;
    }

    .detailed-show {
        height: auto;
    }
}