body {
    background-color: #fff;
}

.platform_main{
    overflow: hidden;
}

.platform_main .title_h1 {
    margin: 0 20px;
    font-size: 36px;
}

.platform_main .title_h2 {
    margin: 0;
    font-size: 24px;
}

.platform_main .title_h3 {
    margin: 0;
    font-size: 16px;
}

.platform_main .inx_comment_box{
    position: relative;
    background-color: transparent;
}
.platform_main .inx_comment_box .author{
    margin-top: 10px;
    font-weight: 600;
}
.platform_main .inx_comment_box:before{
    content: "";
    position: absolute;
    z-index: -1;
    width: 120%;
    height: 93%;
    top: 0;
    left: -10%;
    background-color: #f4f5f7;
    transform: rotate(-2deg);
}

@media screen and (max-width: 1600px) {
    .platform_main .inx_comment_box:before {
        height: 95%;
    }
}

@media screen and (max-width: 1400px) {
    .platform_main .inx_comment_box:before {
        height: 96%;
    }
}

@media screen and (max-width: 1200px) {
    .index_prompt {
        position: relative;
        top: 0;
    }
}

.bottom_btn_box .btn_sm_white {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 230px;
    height: 50px;
    line-height: 1;
    font-size: 20px;
    border: solid 1px #008adb;
}
.bottom_btn_box .btn_sm_white:hover{
    border: solid 2px #008adb;
}

.platform_process_box {
    padding: 50px 0 60px;
    text-align: center;
}

.platform_process_box .logo_cont {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 45px;
}

.platform_process_box .plus_icon {
    margin: 0 10px;
}

.platform_process_box .plat_process_list {
    display: flex;
    justify-content: space-between;
    padding: 35px 0;
}

.platform_process_box .plat_process_list li {
    position: relative;
    width: 33.33%;
    text-align: center;
}

.platform_process_box .plat_process_list li .icon {
    display: inline-block;
    margin-bottom: 30px;
    width: 100px;
    height: 95px;
    background: url(../../img/platform/Shopify_icon_bg.png) no-repeat;
}

.platform_process_box .plat_process_list li:nth-child(1) .icon {
    background-position: -30px -8px;
}

.platform_process_box .plat_process_list li:nth-child(2) .icon {
    background-position: -231px -14px;
}

.platform_process_box .plat_process_list li:nth-child(3) .icon {
    background-position: -429px -19px;
}

.platform_process_box .plat_process_list li p {
    font-size: 18px;
    color: #333333;
    font-weight: 600;
}

.platform_process_box .plat_process_list .double_arrowhead_icon {
    position: absolute;
    left: calc(100% - 12px);
    top: 37px;
}

/** 移动适配 **/
@media screen and (max-width: 800px) {
    .platform_main .platform_logo {
        width: 140px;
        height: 60px;
    }

    .platform_main .shopMaster_logo {
        width: 170px;
        height: 60px;
    }

    .platform_main .title_h1{
        font-size: 32px;
    }

    .platform_process_box .plat_process_list li {
        padding: 0 10px;
    }

    .platform_process_box .plat_process_list li .icon {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 600px) {
    .platform_process_box .logo_cont{
        margin-bottom: 25px;
    }
    .platform_process_box{
        padding: 30px 0 40px;
    }
    .platform_process_box .plat_process_list{
        padding: 20px 0;
    }
    .platform_process_box .plat_process_list li .icon {
        margin-bottom: 0;
        width: 100px;
        height: 95px;
        background: url(../../img/platform/Shopify_icon_bg.png) no-repeat;
        background-size: 449px 91px;
    }

    .platform_process_box .plat_process_list li:nth-child(1) .icon {
        background-position: -13px -2px;
    }

    .platform_process_box .plat_process_list li:nth-child(2) .icon {
        background-position: -174px -7px;
    }

    .platform_process_box .plat_process_list li:nth-child(3) .icon {
        background-position: -330px -13px;
    }

    .platform_process_box .plat_process_list li p {
        font-size: 14px;
    }
    .platform_process_box .plat_process_list .double_arrowhead_icon {
        width: 16px;
        height: 18px;
        left: calc(100% - 2px);
        top: 33px;
    }
}

@media screen and (max-width: 450px) {
    .platform_main .title_h1 {
        font-size: 28px;
    }

    .platform_main .platform_logo {
        width: 120px;
        height: 53px;
    }

    .platform_main .shopMaster_logo {
        width: 150px;
        height: 53px;
    }
}

@media screen and (max-width: 350px) {
    .platform_main .platform_logo {
        width: 130px;
        height: 45px;
    }

    .platform_main .shopMaster_logo {
        width: 130px;
        height: 45px;
    }
}