.banner {
    background: url("https://img.asiancancer.com/images/newmoderncancerthai/images/cooperative_insurance.webp") no-repeat center;
    background-size: cover;
}

.marginTop30 {
    margin-top: 30px;
    clear: both;
}

.cooperative-insurance {
    display: flex;
    flex-flow: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
}

.cooperative-insurance .main {
    width: 1046px;
    background: #ffffff;
    padding: 30px;
    border-radius: 4px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.cooperative-insurance .sidebar {
    width: 338px;
    box-sizing: border-box;
}

.cooperative-insurance-area .cooperative-insurance-info {
    margin: 20px 0;
}

.cooperative-insurance h1.title-text {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
}

.cooperative-insurance .cooperative-insurance-area .title-text {
    /*border-left: 2px solid #2A78BA;*/
    font-size: 25px;
    font-weight: bold;
    text-align: left;
    padding-left: 10px;
    position: relative;
    margin: 0 0 20px;
}

.cooperative-insurance .cooperative-insurance-area .title-text::before {
    display: block;
    content: '';
    width: 4px;
    height: 80%;
    background: #2A78BA;
    position: absolute;
    top: 10%;
    left: 0;
    /*border-radius: 8px 0 8px 0;*/
}

/*保险机构*/
.cooperative-insurance-area .logo-box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.cooperative-insurance-area .logo-box ul {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.cooperative-insurance-area .logo-box ul li {
    width: calc(25% - 9px);
    margin: 12px 12px 0 0;
}

.cooperative-insurance-area .logo-box ul li:nth-child(4n) {
    margin-right: 0;
}

.cooperative-insurance-area .logo-box ul li img {
    width: 100%;
    height: auto;
}

.cooperative-insurance-area .logo-box ul li:nth-child(n + 13) {
    display: none;
}

.cooperative-insurance-area .logo-box .view-more {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

.cooperative-insurance-area .logo-box .view-more .more-image {
    width: 84px;
    height: 20px;
    cursor: pointer;
}

/*医疗费用支付*/
.cooperative-insurance-area .pay-type-box {
    width: 100%;
}

.pay-type-box .pay-type-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.pay-type-list .pay-type-item {
    /*display: inline-grid;*/
    width: calc(25% - 15px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all 1s;
}

.pay-type-list .pay-type-item .pay-type-info {
    width: 100%;
    cursor: pointer;
    text-align: center;
    color: #ffffff;
    /*margin: 0 8px;*/
    border-radius: 8px;
    /*display: inline-grid;*/
    /*padding-top: 20px;*/
    /*padding-bottom: 40px;*/
    padding: 10px;
    height: 134px;
    box-sizing: border-box;
}

.pay-type-list .pay-type-item .pay-type-info {
    display: flex;
    /*justify-content: flex-start;*/
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}

.pay-type-list .pay-type-item .pay-type-des {
    padding-top: 10px;
}

.pay-type-list .pay-type-item .pay-type-info img {
    margin-bottom: 10px;
    width: 36px;
    height: 36px;
    margin-top: 10px;
}

.pay-type-list .pay-type-item .pay-type-info.blue {
    background: #619EF9;
}

.pay-type-list .pay-type-item .pay-type-info.yellow {
    background: #FFC045;
}

.pay-type-list .pay-type-item .pay-type-info.green {
    background: #41DAB2;
}

.pay-type-list .pay-type-item .pay-type-info.orange {
    background: #F0844E;
}

/*如何使用医疗保险*/

.no-insurance .info-img {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.no-insurance .info-img .info {
    width: 55%;
    padding-right: 10px;
    box-sizing: border-box;
}

.no-insurance .info-img .in-img {
    width: 45%;
}

/*报销*/
.insurance-flowchart .info {
    text-align: center;
    border: 1px solid #dddddd;
    background: url("/templets/new/images/baoxian.png") no-repeat;
    background-size: 100%;
    width: 100%;
    box-sizing: border-box;
    aspect-ratio: 2.14;
    object-fit: cover;
}

/* 取消移动端的hover效果 只有pc端的生效 */
@media (any-hover: hover) {
    .pay-type-list .pay-type-item:hover{
        cursor: pointer;
        transform: translate(0,-10px);
    }
    .pay-type-list .pay-type-item:hover .pay-type-des{
        color: #2A78BA;
    }
}

@media screen and (max-width: 768px) {
    .banner {
        background: url("/uploads/allimg/2023/06/22/services.png") no-repeat center;
    }

    .cooperative-insurance .main {
        float: none;
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
        margin-bottom: 0;
    }

    .cooperative-insurance h1.title-text {
        font-size: 25px;
        margin-bottom: 15px;
    }

    .cooperative-insurance .cooperative-insurance-area .title-text {
        font-size: 20px;
        margin: 0 0 15px;
    }

    .cooperative-insurance .sidebar {
        display: none;
    }

    .marginTop30 {
        margin-top: 15px;
    }

    .cooperative-insurance-area .logo-box ul {
        justify-content: space-between;
    }

    .cooperative-insurance-area .logo-box ul li img {
        width: 100%;
    }

    .cooperative-insurance-area .logo-box ul li {
        width: calc(50% - 5px);
        margin: 0 10px 10px 0;
    }

    .cooperative-insurance-area .logo-box ul li:nth-child(n + 13) {
        display: block;
    }

    .cooperative-insurance-area .logo-box ul li:nth-child(n + 9) {
        display: none;
    }

    .cooperative-insurance-area .logo-box ul li:nth-child(even) {
        margin-right: 0;
    }

    .cooperative-insurance-area .logo-box .view-more {
        margin: 0;
    }

    .pay-type-list .pay-type-item .pay-type-des {
        display: none;
    }

    .pay-type-list .pay-type-item {
        display: inline;
    }

    .no-insurance .info {
        float: none;
        width: auto;
    }

    .no-insurance .info-img {
        display: flex;
        flex-direction: column;
    }

    .no-insurance .info-img .info {
        width: 100%;
        padding: 0;
    }

    .no-insurance .info-img .in-img {
        float: none;
        width: 100%;
        margin: 10px 0;
    }

    .no-insurance .in-img img {
        width: 100%;
        padding: 0;
    }

    .cooperative-insurance-area .pay-type-box {
        text-align: center;
    }

    .pay-type-box .pay-type-list {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        flex-wrap: wrap;
    }

    .pay-type-box .pay-type-list .pay-type-item {
        width: calc(50% - 7.5px);
        height: auto;
        box-sizing: border-box;
        margin-bottom: 15px;
    }

    .pay-type-box .pay-type-list .pay-type-item:nth-child(3),
    .pay-type-box .pay-type-list .pay-type-item:nth-child(4){
        margin-bottom: 0;
    }

    .pay-type-list .pay-type-item .pay-type-info{
        height: 100%;
        padding: 15px 10px 10px;
        width: 100%;
        box-sizing: border-box;
    }

    .pay-type-list .pay-type-item .pay-type-info img{
        margin: 0 0 10px;
    }

    .insurance-flowchart .info {
        background: url("/templets/new/images/bxlc.png") no-repeat;
        background-size: cover;
        width: 100%;
        box-sizing: border-box;
        aspect-ratio: 0.71;
        object-fit: cover;
    }

}