/* 一级标题样式 */
.Level-1-title {
    font-size: 30px;
    /* font-weight: 600; */
    line-height: 42px;
    letter-spacing: 0px;
    color: #1D2127;
}
/* 二级标题样式 */
.Level-2-title {
    font-size: 20px;
    /* font-weight: 600; */
    line-height: 28px;
    letter-spacing: 0px;
    color: #5A5A5A;
    margin-top: 10px;
}
/* 三级标题样式 */
.Level-3-title {
    font-size: 18px;
    /* font-weight: 600; */
    line-height: 24px;
    letter-spacing: 0px;
    color: #007BFF;
}
/* 四级标题样式 */
.Level-4-title {
    font-size: 18px;
    /* font-weight: 500; */
    line-height: normal;
    letter-spacing: 0em;
    color: #3B3B3B;
    text-align: center;
}
/* 内容样式 */
.content {
    font-size: 14px;
    /* font-weight: 600; */
    line-height: 24px;
    letter-spacing: 0px;
    color: #5A5A5A;
    margin-top: 15px;
}
/* 内容样式-1 */
.content-1 {
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    letter-spacing: 0em;
    color: #707070;
    margin-top: 15px;
}
.df {
    display: flex;
}

.df-ac {
    display: flex;
    align-items: center;
}

.df-jcc {
    display: flex;
    justify-content: center;
}


.contact-us {
    width: 139px;
    height: 42px;
    margin-top: 40px;
}

.blueboxbox {
    background: #2D529F;;
    height: 361px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.blueboxbox>div {
    font-size: 16px;
    font-weight: 600;
    color: #E6E6E6;
    text-align: center;
}

/* 智慧诊疗-智慧护理-智慧管理-智慧科研 */
.crrtSMARTCRRTbelow{
    background-image: url("../img/CRRT/image@1x.png");
    flex: 1;
    height: 300px;
    border-radius: 25px;  
    cursor: pointer;
}
.crrtSMARTCRRTbelow > .div-1{
    width: 76px;
    height: 76px;
    line-height: 76px;
    text-align: center;
    border-radius: 10px;  
    background: #FFFFFF;
    margin: 0 auto;
    margin-top: 45px;
}
.crrtSMARTCRRTbelow > .div-1 > img{
    width: 57px;
    height: 57px;
}
.crrtSMARTCRRTbelow > .div-2{
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0em;
    color: #1f1f1f;
    text-align: center;
    margin-top: 30px;
}
.crrtSMARTCRRTbelow > .div-3{
    width: 195px;
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0em;
    color: #565656;
    margin: 0 auto;
    margin-top: 20px;
}
/* 智慧诊疗-智慧护理-智慧管理-智慧科研 */
.shimingandyuanjing{
    background-image: url("../img/about/组 78@1x.png");
    height: 465px;
}
@media (min-width: 1200px) {
    .move{
        display: none;
    }
    .web{
        display: block;
    }
    .CRRTbackground {
        opacity: 1;
        background: linear-gradient(270deg, #F1F9FF 42%, #FFFFFF 100%);
        line-height: 600px;
    }

    .container h1 {
        font-size: 52px;
        font-weight: bold;
        line-height: 73px;
        letter-spacing: 0px;
        color: #333333;
    }

    .container p {
        font-size: 18px;
        font-weight: normal;
        line-height: 29px;
        letter-spacing: 0px;
        color: #5F5F5F;
    }




    .earlywarning>div {
        flex: 1;
        margin-top: 60px;
    }

    .bluebox {
        background: #F8FAFF;
        padding: 0px 100px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

/* 小于  768px */
@media screen and (max-width: 768px) {
    .web{
        display: none;
    }
    .move{
        display: block;
    }
    .CRRTbackground {
        background: linear-gradient(270deg, #F1F9FF 42%, #FFFFFF 100%);
    }
}

