/* 服务保障模块 */
.shiwais5-guarantee-header {
    width: 100%;
    height: 775.89px;
    background: url(/web/shiwaicloud/s5-file/assets/img/img-guarantee/guaranteeHeader.png) no-repeat;
    background-size: cover;
    padding-top: 211px;
    box-sizing: border-box;
}

.shiwais5-guarantee-header-area {
    width: 1300px;
    margin: 0 auto;
}

.shiwais5-guarantee-header-area-title {
    font-weight: bold;
    font-size: 60px;
    color: #FFFFFF;
    margin-bottom: 45px;
}

.shiwais5-guarantee-header-area-desc {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}

/* 服务保障导航 */
.shiwais5-guarantee-nav-pc {
    display: block;
}

.shiwais5-guarantee-nav-app {
    display: none;
}

.shiwais5-guarantee-nav {
    width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: -80px;
    margin-bottom: 106px;
}

.shiwais5-guarantee-nav-module {
    width: 400px;
    height: 150px;
    background: #FFFFFF;
    box-shadow: 2px 4px 10px 0px rgba(0, 19, 112, 0.16);
    border-radius: 6px;
    border: 1px solid #ECEFF5;
    padding: 47px 40px;
    box-sizing: border-box;
    display: flex;
    transition: box-shadow 0.8s ease;
}

.shiwais5-guarantee-nav-module:hover {
    box-shadow: 2px 4px 10px 10px rgba(0, 19, 112, 0.16);
}

.shiwais5-guarantee-nav-module-icon {
    width: 56px;
    margin-right: 23px;
}
@keyframes supportfloat {
    0% {
        transform: translateY(-10px);
    }
    
    
    50% {
        transform: translateY(10px);
    }
   
    100%{
        transform: translateY(-10px);
    }
}

.shiwais5-guarantee-nav-module-img {
    height: 56px;
    animation:supportfloat 3s ease-in-out infinite;
}

.shiwais5-guarantee-nav-module-title {
    font-weight: 400;
    font-size: 18px;
    color: #1C284D;
    margin-bottom: 12px;
}

/* .shiwais5-guarantee-nav-module-phone {
    font-weight: 400;
    font-size: 14px;
    color: #7D87A4;
} */

/* 24小时服务支持 */
.shiwais5-guarantee-support {
    width: 1300px;
    margin: 0 auto;
    margin-bottom: 110px;
}

.shiwais5-guarantee-support-title {
    font-weight: 400;
    font-size: 30px;
    color: #1C284D;
    text-align: center;
    margin-bottom: 70px;
}

.shiwais5-guarantee-support-module {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.shiwais5-guarantee-support-module-advantage {
    width: 270px;
    height: 282px;
    background: url(/web/shiwaicloud/s5-file/assets/img/img-guarantee/Advantage.png) no-repeat;
    background-size: cover;
    padding: 30px 28px;
    box-sizing: border-box;
}

.shiwais5-guarantee-support-module-advantage-title {
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 16px;
}

.shiwais5-guarantee-support-module-advantage-desc {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
    margin-bottom: 50px;
}

.shiwais5-guarantee-support-module-advantage-btn {
    width: 110px;
    height: 36px;
    background: #FFFFFF;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    display: block;
    margin: 0 auto;
    font-size: 14px;
    color: #3D76FF;
    line-height: 36px;
}

.shiwais5-guarantee-support-module-pre-sales {
    width: 495px;
    height: 282px;
    background: #FFFFFF;
    border: 1px solid #E1E6F0;
    padding: 39px 32px 29px 32px;
    box-sizing: border-box;
}

.shiwais5-guarantee-support-module-pre-sales-title {
    height: 34px;
    font-weight: 400;
    font-size: 18px;
    color: #1C284D;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}


.shiwais5-guarantee-support-module-pre-sales-iocn {
    height: 34px;
    margin-right: 12px;
    /* animation:supportfloat 3s ease-in-out infinite; */
}

.shiwais5-guarantee-support-module-pre-sales-desc {
    font-weight: 400;
    font-size: 16px;
    color: #7D87A4;
    line-height: 28px;
    margin-bottom: 24px;
}

.shiwais5-guarantee-support-module-pre-sales-phone {
    font-weight: 400;
    font-size: 16px;
    color: #1C284D;
    margin-bottom: 24px;
}

.shiwais5-guarantee-support-module-pre-sales-btn {
    display: block;
    width: 110px;
    height: 36px;
    background: linear-gradient(270deg, #1566EB 0%, #4789F6 100%);
    border-radius: 4px;
    text-align: center;
    line-height: 36px;
    font-size: 15px;
    color: #FFFFFF;
    text-decoration: none;
}

/* 免费备案 */
.shiwais5-guarantee-record-box {
    width: 100%;
    height: 522px;
    background: #F7F9FF;
    padding-top: 70px;
    box-sizing: border-box;
}

.shiwais5-guarantee-record {
    width: 1300px;
    margin: 0 auto;
    margin-bottom: 100px;
}

.shiwais5-guarantee-record-title {
    font-weight: 400;
    font-size: 30px;
    color: #1C284D;
    text-align: center;
    margin-bottom: 30px;
}

.shiwais5-guarantee-record-desc {
    font-weight: 400;
    font-size: 16px;
    color: #606882;
    margin-bottom: 70px;
    text-align: center;
}

.shiwais5-guarantee-record-trend {
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
    flex-wrap: wrap;
}

.shiwais5-guarantee-record-module {
    width: 282px;
    height: 106px;
    background: #FFFFFF;
    box-shadow: 2px 2px 12px 0px rgba(0, 38, 161, 0.16);
    border-radius: 60px;
    padding: 12px 26px 12px 8px;
    display: flex;
    box-sizing: border-box;

}

.shiwais5-guarantee-record-module:hover {
    box-shadow: 2px 2px 12px 10px rgba(0, 38, 161, 0.16);
}

.shiwais5-guarantee-record-module-img {
    width: 82px;
    height: 82px;
    margin-right: 12px;
}



.shiwais5-guarantee-record-text-desc {
    height: 100%;
    font-weight: 400;
    font-size: 18px;
    color: #1C284D;
    display: flex;
    align-items: center;
}
@keyframes guaranteefloat {
    0% {
        transform: translateX(-45px);
    }
    
    100% {
        transform: translateX(30px);
    }
}
.shiwais5-guarantee-record-trend-img-box{
    width: 50px;
    height: 106px;
    display: flex;
    align-items: center;
    /* overflow: hidden; */
    display: none;

}
.shiwais5-guarantee-record-trend-img {
    height: 19px;
    /* line-height: 106px; */
    margin: 14px;
    /* margin-top: 43px; */
    animation: guaranteefloat 1.5s ease-in-out infinite;
}


.shiwais5-guarantee-record-btn {
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 48px;
    text-decoration: none;
    width: 150px;
    height: 48px;
    background: linear-gradient(270deg, #1566EB 0%, #4789F6 100%);
    border-radius: 4px;
    margin: 0 auto;
    text-align: center;
}

/* 无忧退款服务 */
.shiwais5-guarantee-refund {
    width: 1300px;
    margin: 0 auto;
    padding-top: 110px;
    box-sizing: border-box;
    margin-bottom: 60px;
}

.shiwais5-guarantee-refund-title {
    font-weight: 400;
    font-size: 30px;
    color: #1C284D;
    text-align: center;
    margin-bottom: 30px;
}

.shiwais5-guarantee-refund-desc {
    font-weight: 400;
    font-size: 16px;
    color: #606882;
    text-align: center;
    margin-bottom: 70px;
}

.shiwais5-guarantee-refund-process-title {
    font-weight: 400;
    font-size: 24px;
    color: #1C284D;
    margin-bottom: 50px;
}

.shiwais5-guarantee-refund-process-module {
    display: flex;
    justify-content: space-around;
}

.shiwais5-guarantee-refund-process-module-icon {
    width: 80px;
    margin: 0 auto;
    margin-bottom: 28px;
}

.shiwais5-guarantee-refund-process-module-image {
    height: 80px;
    animation:supportfloat 3s ease-in-out infinite;
    
}

.shiwais5-guarantee-refund-process-module-content {
    font-weight: 400;
    font-size: 18px;
    color: #1C284D;
}

.shiwais5-guarantee-refund-process-module-line {
    width: 160px;
    height: 1px;
    background: #E1E6F0;
    margin-top: 40px;
}

/* 退款条件 */
.shiwais5-guarantee-condition-pc {
    display: block;
}

.shiwais5-guarantee-condition-app {
    display: none;
}

.shiwais5-guarantee-condition {
    width: 1300px;
    margin: 0 auto;
    height: 370px;
    background: #FFFFFF;
    border: 1px solid #EBF0FC;
    padding: 40px 126px 30px 40px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.shiwais5-guarantee-condition-text {
    width: 645px;
}

.shiwais5-guarantee-condition-text-title {
    font-weight: 400;
    font-size: 24px;
    color: #1C284D;
    margin-bottom: 24px;
}

.shiwais5-guarantee-condition-text-step {
    margin-bottom: 25px;
}

.shiwais5-guarantee-condition-text-box {
    display: flex;
}

.shiwais5-guarantee-condition-text-desc {
    font-weight: 400;
    font-size: 16px;
    color: #606882;
    line-height: 30px;
}

.shiwais5-guarantee-condition-text-btn {
    display: block;
    width: 150px;
    height: 48px;
    background: linear-gradient(270deg, #1566EB 0%, #4789F6 100%);
    border-radius: 4px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    line-height: 48px;
    text-decoration: none;
}

.shiwais5-guarantee-condition-img-box {
    width: 287px;
}

.shiwais5-guarantee-condition-img {
    height: 287px;
}

/* 投诉与建议 */
.shiwais5-guarantee-complaint {
    width: 1300px;
    margin: 0 auto;
    padding: 116px 0px;

}

.shiwais5-guarantee-complaint-title {
    font-weight: 400;
    font-size: 30px;
    color: #1C284D;
    text-align: center;
    margin-bottom: 60px;
}

.shiwais5-guarantee-complaint-box {
    display: flex;
    justify-content: space-between;
}

.shiwais5-guarantee-complaint-box-img {
    width: 374px;
    height: 374px;
    background: url(/web/shiwaicloud/s5-file/assets/img/img-guarantee/guaranteeComplaint.png) no-repeat;
    background-size: cover;
}

.shiwais5-guarantee-complaint-box-text {
    width: 856px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.shiwais5-guarantee-complaint-box-text-module {
    width: 414px;
    height: 200px;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px 0px rgba(0, 19, 112, 0.16);
    padding: 32px 32px 30px 32px;
    box-sizing: border-box;
    transition: box-shadow 0.8s ease-in-out;
}

.shiwais5-guarantee-complaint-box-text-module:hover {
    box-shadow: 0px 2px 8px 10px rgba(0, 19, 112, 0.16);
}

.shiwais5-guarantee-complaint-box-text-module-title {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 24px;
    color: #1C284D;
    margin-bottom: 13px;
}

.shiwais5-guarantee-complaint-box-text-module-opinionIcon-img {
    width: 36px;
    height: 48px;
    margin-right: 16px;
}

.shiwais5-guarantee-complaint-box-text-module-desc {
    font-weight: 400;
    font-size: 15px;
    color: #606882;
    line-height: 26px;
}

.shiwais5-guarantee-complaint-box-text-module-complaint {
    width: 414px;
    height: 200px;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px 0px rgba(0, 19, 112, 0.16);
    transition: box-shadow 0.8s ease-in-out;
}

.shiwais5-guarantee-complaint-box-text-module-complaint:hover {
    box-shadow: 0px 2px 8px 10px rgba(0, 19, 112, 0.16);
}

.shiwais5-guarantee-complaint-box-text-module-complaint-title {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 24px;
    color: #1C284D;
}

.shiwais5-guarantee-complaint-box-text-module-complaint-img {
    width: 92px;
    height: 71px;
}

.shiwais5-guarantee-complaint-box-text-module-complaint-desc {
    margin: 0 32px 30px 32px;
    font-weight: 400;
    font-size: 15px;
    color: #606882;
    line-height: 26px;
}

@media screen and (max-width:768px) {

    /* 服务保障模块 */
    .shiwais5-guarantee-header {
        /* width: 100%; */
        height: 96vw;
        background: url(/web/shiwaicloud/s5-file/assets/img/img-guarantee/guaranteeHeaderApp.png) no-repeat;
        background-size: cover;
        padding-top: 110px;
        box-sizing: border-box;
    }

    .shiwais5-guarantee-header-area {
        width: 100%;
        margin: 0 auto;
        padding: 0 18px;
        box-sizing: border-box;
    }

    .shiwais5-guarantee-header-area-title {
        font-weight: bold;
        font-size: 32px;
        color: #FFFFFF;
        margin-bottom: 14px;
        text-align: center;
    }

    .shiwais5-guarantee-header-area-desc {
        font-weight: 400;
        font-size: 14px;
        color: #FFFFFF;
        text-align: center;
    }

    /* 服务保障导航 */
    .shiwais5-guarantee-nav-pc {
        display: none;
    }

    .shiwais5-guarantee-nav-app {
        display: block;
    }

    .shiwais5-guarantee-nav-box {
        width: 100%;
        padding: 20px 0px;
        background: #FFFFFF;
        box-sizing: border-box;

    }

    .shiwais5-guarantee-nav {
        width: 100%;
        margin: 0 auto;
        padding: 0 18px;
        display: flex;
        justify-content: space-around;
        flex-wrap: nowrap;
        margin-top: 0px;
        /* margin-bottom: 36px; */
        box-sizing: border-box;
    }



    .shiwais5-guarantee-nav-module-icon {
        width: 42px;
        margin-right: 0px;
        margin: 0 auto;
    }

    .shiwais5-guarantee-nav-module-img {
        height: 42px;
        margin-bottom: 12px;
    }

    .shiwais5-guarantee-nav-module-title {
        font-weight: 400;
        font-size: 14px;
        color: #1C284D;
        margin-bottom: 0;
    }

    .shiwais5-guarantee-nav-module-phone {
        font-weight: 400;
        font-size: 14px;
        color: #7D87A4;
    }

    /* 7*24小时服务支持 */
    .shiwais5-guarantee-support {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 0px;
        padding: 18px;
        box-sizing: border-box;
    }

    .shiwais5-guarantee-support-title {
        font-weight: 400;
        font-size: 22px;
        color: #1C284D;
        text-align: center;
        margin-bottom: 20px;
    }

    .shiwais5-guarantee-support-module {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .shiwais5-guarantee-support-module-advantage {
        width: 100%;
        height: auto;
        background: url(/web/shiwaicloud/s5-file/assets/img/img-guarantee/AdvantageApp.png) no-repeat;
        background-size: cover;
        padding: 20px;
        box-sizing: border-box;
        margin-bottom: 10px;
    }

    .shiwais5-guarantee-support-module-advantage-title {
        font-weight: 400;
        font-size: 18px;
        color: #FFFFFF;
        text-align: left;
        margin-bottom: 10px;
    }

    .shiwais5-guarantee-support-module-advantage-desc {
        font-weight: 400;
        font-size: 14px;
        color: #FFFFFF;
        line-height: 22px;
        text-align: left;
        margin-bottom: 10px;
    }

    .shiwais5-guarantee-support-module-advantage-btn {
        width: 110px;
        height: 36px;
        background: #FFFFFF;
        border-radius: 4px;
        text-align: center;
        text-decoration: none;
        display: block;
        margin: 0;
        font-size: 14px;
        color: #3D76FF;
        line-height: 36px;

    }

    .shiwais5-guarantee-support-module-pre-sales {
        width: 100%;
        height: auto;
        background: #FFFFFF;
        border: 1px solid #E1E6F0;
        padding: 25px 10px 10px 10px;
        
        box-sizing: border-box;
        margin-bottom: 10px;
    }

    .shiwais5-guarantee-support-module-pre-sales-title {
        height: 0px;
        font-weight: 400;
        font-size: 18px;
        color: #1C284D;
        display: flex;
        align-items: center;
        margin-bottom: 25px;
    }

    .shiwais5-guarantee-support-module-pre-sales-iocn {
        height: 36px;
        margin-right: 12px;
    }

    .shiwais5-guarantee-support-module-pre-sales-desc {
        font-weight: 400;
        font-size: 16px;
        color: #7D87A4;
        line-height: 22px;
        margin-bottom: 10px;

    }

    .shiwais5-guarantee-support-module-pre-sales-phone {
        font-weight: 400;
        font-size: 14px;
        color: #1C284D;
        margin-bottom: 10px;
    }

    .shiwais5-guarantee-support-module-pre-sales-btn {
        display: block;
        width: 100px;
        height: 36px;
        background: linear-gradient(270deg, #1566EB 0%, #4789F6 100%);
        border-radius: 4px;
        text-align: center;
        line-height: 36px;
        font-size: 15px;
        color: #FFFFFF;
        text-decoration: none;
    }

    /* 免费备案 */
    .shiwais5-guarantee-record-box {
        width: 100%;
        height: auto;
        background: #F7F9FF;
        padding-top: 15px;
        box-sizing: border-box;
        padding-bottom: 15px;
    }

    .shiwais5-guarantee-record {
        width: 100%;
        margin: 0 auto;
        padding: 0 18px;
        box-sizing: border-box;
        margin-bottom: 0px;
    }

    .shiwais5-guarantee-record-title {
        font-weight: 400;
        font-size: 22px;
        color: #1C284D;
        text-align: center;
        margin-bottom: 10px;
    }

    .shiwais5-guarantee-record-desc {
        font-weight: 400;
        font-size: 14px;
        color: #606882;
        margin-bottom: 10px;
        text-align: center;
    }

    .shiwais5-guarantee-record-trend {
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;
        flex-wrap: wrap;
    }

    .shiwais5-guarantee-record-module {
        width: 190px;
        height: 66px;
        background: #FFFFFF;
        box-shadow: 2px 2px 12px 0px rgba(0, 38, 161, 0.16);
        border-radius: 60px;
        padding: 6px 0px 6px 6px;
        display: flex;
        box-sizing: border-box;
        margin-bottom: 10px;

    }

    .shiwais5-guarantee-record-module:hover {
        box-shadow: 2px 2px 12px 10px rgba(0, 38, 161, 0.16);
    }

    .shiwais5-guarantee-record-module-img {
        width: 54px;
        height: 54px;
        margin-right: 10px;

    }



    .shiwais5-guarantee-record-text-desc {
        height: 100%;
        font-weight: 400;
        font-size: 15px;
        color: #1C284D;
        display: flex;
        align-items: center;
    }

    .shiwais5-guarantee-record-trend-img {
        /* height: 19px;
        line-height: 106px;
        margin: 14px;
        margin-top: 43px; */
        display: none;
    }



    .shiwais5-guarantee-record-btn {
        display: block;
        font-weight: 400;
        font-size: 16px;
        color: #FFFFFF;
        line-height: 48px;
        text-decoration: none;
        width: 110px;
        height: 48px;
        background: linear-gradient(270deg, #1566EB 0%, #4789F6 100%);
        border-radius: 4px;
        margin: 0 auto;
        text-align: center;
    }

    /* 无忧退款服务 */
    .shiwais5-guarantee-refund {
        width: 100%;
        margin: 0 auto;
        padding: 0 18px;
        padding-top: 20px;
        box-sizing: border-box;
        margin-bottom: 10px;
    }

    .shiwais5-guarantee-refund-title {
        font-weight: 400;
        font-size: 22px;
        color: #1C284D;
        text-align: center;
        margin-bottom: 14px;
    }

    .shiwais5-guarantee-refund-desc {
        font-weight: 400;
        font-size: 14px;
        color: #606882;
        text-align: center;
        margin-bottom: 30px;
    }

    .shiwais5-guarantee-refund-process-title {
        font-weight: 400;
        font-size: 16px;
        color: #1C284D;
        margin-bottom: 24px;
    }

    .shiwais5-guarantee-refund-process-module {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    /* .shiwais5-guarantee-refund-process-module-box{
        margin-bottom: 35px;
        margin: 0px 0px 35px 45px;
    } */
    .shiwais5-guarantee-refund-process-module-icon {
        width: 80px;
        margin: 0 auto;
        margin-bottom: 5px;
    }

    .shiwais5-guarantee-refund-process-module-image {
        height: 80px;
    }

    .shiwais5-guarantee-refund-process-module-content {
        font-weight: 400;
        font-size: 18px;
        color: #1C284D;
        text-align: center;
    }

    .shiwais5-guarantee-refund-process-module-line {
        /* width: 160px;
        height: 1px;
        background: #E1E6F0;
        margin-top: 40px; */
        display: none;
    }

    /* 退款条件 */
    .shiwais5-guarantee-condition-pc {
        display: none;
    }

    .shiwais5-guarantee-condition-app {
        display: block;
    }

    .shiwais5-guarantee-condition-area {
        width: 100%;
        padding: 0 18px;
        box-sizing: border-box;
    }

    .shiwais5-guarantee-condition {
        width: 100%;
        margin: 0 auto;
        height: auto;
        background: #FFFFFF;
        border: 1px solid #EBF0FC;
        padding: 20px 14px 24px 20px;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .shiwais5-guarantee-condition-text {
        width: 100%;
    }

    .shiwais5-guarantee-condition-text-title {
        font-weight: 400;
        font-size: 16px;
        color: #1C284D;
        margin-bottom: 16px;
    }

    .shiwais5-guarantee-condition-text-step {
        margin-bottom: 25px;
    }

    .shiwais5-guarantee-condition-text-box {
        display: flex;
    }

    .shiwais5-guarantee-condition-text-desc {
        font-weight: 400;
        font-size: 14px;
        color: #606882;
        line-height: 23px;
    }

    .shiwais5-guarantee-condition-text-btn {
        display: block;
        width: 150px;
        height: 40px;
        background: linear-gradient(270deg, #1566EB 0%, #4789F6 100%);
        border-radius: 4px;
        font-weight: 400;
        font-size: 16px;
        color: #FFFFFF;
        text-align: center;
        line-height: 40px;
        text-decoration: none;
        margin: 0 auto;
    }

    .shiwais5-guarantee-condition-img-box {
        width: 220px;
        margin: 0 auto;
        margin-bottom: 24px;
    }

    .shiwais5-guarantee-condition-img {
        height: 70vw;
    }

    /* 投诉与建议 */
    .shiwais5-guarantee-complaint {
        width: 100%;
        margin: 0 auto;
        padding: 20px 18px;
        box-sizing: border-box;

    }

    .shiwais5-guarantee-complaint-title {
        font-weight: 400;
        font-size: 22px;
        color: #1C284D;
        text-align: center;
        margin-bottom: 24px;
    }

    .shiwais5-guarantee-complaint-box {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .shiwais5-guarantee-complaint-box-img {
        /* width: 374px;
        height: 374px;
        background: url(/web/shiwais5/assets/img/img-guarantee/guaranteeComplaint.png) no-repeat;
        background-size: cover; */
        display: none;
    }

    .shiwais5-guarantee-complaint-box-text {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
    }

    .shiwais5-guarantee-complaint-box-text-module {
        width: auto;
        height: auto;
        background: #FFFFFF;
        box-shadow: 0px 2px 8px 0px rgba(0, 19, 112, 0.16);
        padding: 20px 29px 28px 20px;
        box-sizing: border-box;
        margin-bottom: 14px;
    }

    .shiwais5-guarantee-complaint-box-text-module-title {
        display: flex;
        align-items: center;
        font-weight: 400;
        font-size: 24px;
        color: #1C284D;
        margin-bottom: 13px;
    }

    .shiwais5-guarantee-complaint-box-text-module-opinionIcon-img {
        width: 36px;
        height: 48px;
        margin-right: 16px;
    }

    .shiwais5-guarantee-complaint-box-text-module-desc {
        font-weight: 400;
        font-size: 15px;
        color: #606882;
        line-height: 26px;
    }

    .shiwais5-guarantee-complaint-box-text-module-complaint {
        width: auto;
        height: auto;
        background: #FFFFFF;
        box-shadow: 0px 2px 8px 0px rgba(0, 19, 112, 0.16);
        padding: 20px 29px 28px 20px;
        box-sizing: border-box;
    }

    .shiwais5-guarantee-complaint-box-text-module-complaint-title {
        display: flex;
        align-items: center;
        font-weight: 400;
        font-size: 24px;
        color: #1C284D;
    }

    .shiwais5-guarantee-complaint-box-text-module-complaint-img {
        width: 92px;
        height: 71px;
    }

    .shiwais5-guarantee-complaint-box-text-module-complaint-desc {
        margin: 0;
        font-weight: 400;
        font-size: 15px;
        color: #606882;
        line-height: 26px;
    }

}