.whole{
    background: #F5F5F5;
}
.banner {
    width: 100%;
    /*height: 300px;*/
    margin-top: 80px;
}

.banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tit-box{
    /*background: #F5F5F5;*/
}
.whole-title{
    display: flex;
    align-items: center;
    height: 50px;
    width: 1200px;
    margin: 0 auto;
}
.title-icon{
    width: 16px;
    height: 16px;
}
.text{
    font-weight: 600;
    font-size: 16px;
    color: #333333;
    line-height: 20px;
    margin-left: 2px;
}

.themeDetails-box{
    width: 100%;
    background: #FFFFFF;
}
.themeDetails{
    padding: 40px 0 40px;
}
.themeDetails-row-icon{
    width: 40px;
    height: 40px;
}
.themeDetails-row-text{
    font-weight: 600;
    font-size: 40px;
    color: #FF702B;
    line-height: 56px;
    margin-left: 16px;
    text-align: left;
}
.themeDetails-text{
    font-weight: 600;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    margin: 40px 0 20px;
    text-align: left;
}
.themeDetails-title2{
    font-weight: 600;
    font-size: 24px;
    color: #FF702B;
    line-height: 33px;
    text-align: left;
    margin-bottom: 20px;
}
.themeDetails-ul {
    background: #F0F6FF;
    padding: 20px;
}
.themeDetails-txt{
    font-weight: 600;
    font-size: 16px;
    color: #333333;
    line-height: 32px;
    text-align: left;
    /*margin-bottom: 10px;*/
    margin-left: 20px;
}
.themeDetails-txt2{
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    line-height: 32px;
    text-align: left;
}
.themeDetails-li {
    /*display: flex;*/
    /*align-items: flex-start;*/
    margin-bottom: 20px;
}
.themeDetails-li:last-child{
    margin-bottom: 0;
}
.round-box {
    height: 32px;
}
.themeDetails-li .align-center{
    align-items: flex-start;
}
.themeDetails-li-round {
    width: 12px;
    height: 12px;
    border: 2px solid #FF702B;
    border-radius: 25px;
}

.themeDetails-li-text {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    margin-left: 30px;
    text-align: left;
}

/*团队成员 start*/
.title{
    margin: 40px 0;
    position: relative;
    top: 0;
}
.title-line{
    width: 110px;
    height: 1px;
}
.title-left{
    margin-right: 20px;
}
.title-center{
    font-weight: 600;
    font-size: 24px;
    color: #FF702B;
    line-height: 33px;
}
.title-right{
    margin-left: 20px;
}
.member-ul{
    margin-bottom: 20px;
    justify-content: center;
}
.member-ul2{
    justify-content: flex-start;
    flex-wrap: wrap;

}
/*团队成员一行二个 start*/
.member-li{
    padding: 20px 20px 0 20px;
    background: #FFFCF8;
    border: 1px solid #FF702B;
    width: 49%;
    position: relative;
    height: 304px;
}
.member-li-img{
    width: 160px;
    height: 160px;
}
.member-li-right{
    text-align: left;
    margin-left: 20px;
}
.member-li-button{
    height: 48px;
    line-height: 48px;
    background: #FF702B;
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}
.member-tit-title{
    font-weight: 600;
    font-size: 24px;
    color: #333333;
    line-height: 34px;
    text-align: left;
}
.member-tit-text{
    font-weight: 500;
    font-size: 14px;
    color: #FF702B;
    line-height: 20px;
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #FF702B;
    padding: 0 12px;
    height: 20px;
    text-align: center;
    margin-right: 12px;
}
.member-text-box{
    margin: 12px 0 20px;
}
.member-li-txt{
    align-items: flex-start;
}
.member-li-round{
    width: 6px;
    height: 6px;
    /*border: 2px solid #FF702B;*/
    border-radius: 25px;
    background: #FF702B;
}
.member-li-text{
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    margin-left: 16px;
}
/*团队成员一行二个 end*/
/*团队成员一行三个 start*/
.member-li2{
    padding: 20px 20px 0 20px;
    background: #FFFCF8;
    border: 1px solid #FF702B;
    width: 32%;
    position: relative;
    height: 304px;
    margin-bottom: 20px;
    margin-right: 24px;
}
.member-li2:nth-child(3n){
    margin-right: 0;
}
.member-li2 .row{
    flex-direction: column;
    align-items: center;
}
.member-li2 .row .member-li-right{
    margin-top: 16px;
    margin-left: 0;
    text-align: center;
}
/*团队成员一行三个 end*/
/*团队成员 end*/

@media screen and (min-width: 768px) and (max-width: 1280px) {
    .whole-title {
        width: 100%;
        margin: 0;
        padding: 0 48px;
    }

    .title-icon {
        width: 14px;
        height: 14px;
    }

    .text {
        margin-left: 3px;
    }

    .themeDetails {
        margin: 0;
        width: 100%;
        padding: 40px 48px;
    }
    .member-ul {
        justify-content: center;
    }
    .member-ul2{
        justify-content: space-between;
    }
    .member-li {
        width: 49%;
        height: auto;
    }
    .member-li2 .row .member-li-right{
        margin-left: 15px;
    }
    .member-li-img {
        width: 120px;
        height: 120px;
    }

    .member-li .row{
        flex-direction: row;
        align-items: flex-start;
        margin-bottom: 45px;
    }

    .member-li2 .row{
        flex-direction: row;
        align-items: center;
        margin-bottom: 70px;
    }
    .member-li2:nth-child(2n) {
        margin-right: 0;
    }
    .member-li2:nth-child(3n) {
        margin-right: 0;
    }
    .member-li2{
        height: auto;
        width: 49%;
        margin-right: 0;
    }
    .member-li2.row{
        flex-direction: row;
        margin-bottom: 70px;
    }
    .member-li .row .member-li-right{
        margin-left: 16px !important;
        margin-top: 0;
    }
    .member-li:nth-child(3n) {
        margin-right: 0;
    }
}

/*手机端*/
@media screen and (min-width: 0px) and (max-width: 767px) {
    .banner {
        margin-top: 44px;
        /*height: 150px;*/
    }

    .whole-title {
        width: 100%;
        margin: 0;
        padding: 0 20px;
    }

    .title-icon {
        width: 14px;
        height: 14px;
    }

    .text {
        font-size: 12px;
        line-height: 17px;
        margin-left: 2px;
    }

    .themeDetails {
        margin: 0;
        width: 100%;
        padding: 20px 20px 40px;
    }

    .themeDetails-row {
        align-items: flex-start;
    }

    .themeDetails-ul {
        flex-direction: column;
    }

    .themeDetails-row-text {
        margin-top: -8px;
        font-size: 30px;
        line-height: 42px;
    }


    .themeDetails-row-icon {
        width: 24px;
        height: 24px;
    }

    .themeDetails-text {
        font-size: 14px;
        line-height: 24px;
        margin: 20px 0;
    }

    .title {
        margin: 20px 0;
    }

    .title-left {
        margin-right: 14px;
    }

    .title-center {
        font-size: 20px;
        line-height: 28px;
    }

    .title-right {
        margin-left: 14px;
    }
    /*应用领域 start*/
    .themeDetails-li{
        width: 100%;
    }
    /*应用领域 end*/

    /*多模态医疗数据 start*/
    .multimodal-ul{
        flex-direction: column;
    }
    .multimodal-li{
        width: 100%;
        margin-bottom: 20px;
    }
    .multimodal-li:last-child{
        margin-bottom: 0;
    }
    /*多模态医疗数据 end*/


    /*团队成员 start*/
    /*团队成员样式1 start*/
    .member-ul {
        justify-content: space-between;
        margin-bottom: 0;
    }

    .member-li {
        width: 100%;
        height: auto;
        padding: 15px 15px 0;
    }

    .member-li-img {
        width: 95px;
        height: 95px;
    }

    .member-li2 .row .member-li-right {
        margin-left: 15px;
        display: flex;
        justify-content: flex-start;
    }
    .member-li2 .row {
        display: flex;
        align-items: center!important;
    }

    .member-tit-title {
        font-size: 20px;
        color: #333333;
        line-height: 26px;
    }

    .member-tit-text {
        font-size: 12px;
        color: #FF702B;
        line-height: 16px;
        margin-left: 11px;
        padding: 0 11px;
        height: 16px;
        text-align: center;
    }


    .member-li-button {
        height: 40px;
        font-size: 14px;
        color: #FFFFFF;
        line-height: 40px;
    }
    /*团队成员样式1 end*/
    .member-li {
        width: 100%;
        padding: 16px;
        height: auto;
        margin-bottom: 20px;
        margin-right: 0;
    }
    .member-li .row {
        margin-bottom: 20px;
    }


    .member-li .member-li-right {
        margin-left: 16px !important;
        margin-top: 0 !important;
    }

    .member-tit {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .member-tit-title {
        font-size: 20px;
        line-height: 34px;
        margin-left: 0;
    }

    .member-tit-text {
        font-size: 12px;
        color: #FF702B;
        line-height: 16px;
        height: 16px;
        margin-left: 0;
        margin-right: 10px;
    }
    .member-li2{
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
        height: auto;
    }
    .member-li2 .row {
        flex-direction: row;
        margin-bottom: 60px;
        align-items: flex-start;
    }
    /*团队成员 end*/
}
