.font-green {
    color: green;
}
.font-red {
    color: #ff603d;
}
.section {
    min-height: 100vh;
  }

/* --------------------------- 内容区 ------------------开始 */
.firstpart {
    background-size: cover!important;
}
.secondpart {
    background-size: cover!important;
}
.thirdpart {
    background-size: cover!important;
}

/*大背景图部分*/

.commonpart {
    padding-top: 110px;
    color: #fff;
}
.noanimation {
    opacity: 0;
    top: 30px;
    position: relative;
    transition: all .3s;
}
.noanimation.animation {
    opacity: 1;
    top: 0;
    position: relative;
}
.commonpart h1 {
    font-size: 84px;
    line-height: 90px;
}
.commonpart h2 {
    font-size: 40px;
    line-height: 54px;
}
.commonpart p {
    font-size: 20px;
    line-height: 29px;
    margin-top: 16px;
}

.commonpart button {
    width: 180px;
    height: 48px;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    margin: 78px 0;
    border: 1px solid #fff;
}
.commonpart button:hover {
    background-color: #2E5DD2;
    border: 1px solid #2E5DD2;
}

.commonpart2 {
    padding: 75px 20px 0;
}
.commonpart2 h1.text-center {
    font-size: 64px;
    line-height: 77px;
    letter-spacing: .62px;
}
.commonpart2 p.text-center {
    font-size: 32px;
    color: #777777;
    line-height: 48px;
    letter-spacing: 1.6px;
}
.commonpart2  p.text-center {
    font-weight: 500;
}

/*小背景图部分*/
.common-letter {
    position: absolute;
    left: 28px;
    bottom: 20px;
}
.common-letter h1 {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: .38px;
}
.common-letter h2 {
    font-size: 40px;
    line-height: 36px;
    letter-spacing: 1.2px;
    margin-top: 8px;
}
.common-letter h3 {
    font-size: 24px;
    font-weight: 500;
    margin-top: 4px;
}
.common-letter p {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: .15px;
    margin-top: 8px;
}
.common-letter button {
    width: 140px;
    height: 42px;
    font-size: 12px;
    line-height: 22px;
    margin: 16px 0 0;
    border: 1px solid #fff;
}
.common-letter button .iconfont {
    font-size: 12px;
}

.common-letter.hoveShow {
    display: none;
    justify-content: space-between;
    bottom: 50%;
    transform: translateY(50%);
    width: calc(100% - 56px);
}

.common-letter.hoveShow h3 {
    cursor: pointer;
}

.brand:hover .common-letter {
    display: none;
}
.brand:hover .common-letter.hoveShow {
    display: flex;
}

/*第四页*/

.fourthpart .innernet {
    position: relative;
    background: url(../png/internet1920.png) center center no-repeat;
    background-size: cover;
}

.fourthpart .hospital {
    position: relative;
    background: url(../png/hospital1920.png) center center no-repeat;
    background-size: cover;
}
.fourthpart .hospital:before,
.fourthpart .health:before,
.fifthpart .trend:before,
.fifthpart .period:before{
    display: none;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    background-color: rgba(0,0,0,.2);
}

.fourthpart .hospital:hover:before,
.fourthpart .health:hover:before,
.fifthpart .trend:hover:before,
.fifthpart .period:hover:before {
    display: block;
}

.fourthpart .hospital .common-letter,
.fourthpart .health .common-letter,
.fifthpart .trend .common-letter,
.fifthpart .period .common-letter{
    bottom: -42px;
    transition: bottom .3s ease-out;
}

.fourthpart .hospital:hover .common-letter,
.fourthpart .health:hover .common-letter,
.fifthpart .trend:hover .common-letter,
.fifthpart .period:hover .common-letter{
    bottom: 20px;
}

.fourthpart .health {
    position: relative;
    background: url(../png/health1920.png) center center no-repeat;
    background-size: cover;
}

.fourthpart .common-letter.hoveShow {
    display: none;
    justify-content: flex-start;
    bottom: 20px;
    transform: translateY(0);
    width: calc(100% - 56px);
}

.fourthpart .common-letter.hoveShow > div:nth-of-type(2) {
    margin-left: 125px;
}

.fourthpart .innernet:hover .common-letter {
    display: none;
}

.fourthpart .innernet:hover .common-letter.hoveShow {
    display: flex;
}

/*第五页*/
.fifthpart .number {
    max-width: 835px;
    margin: 40px auto 0;
}
.fifthpart .number li {
    float: left;
    width: 33%;
    text-align: center
}
.fifthpart li p {
    font-size: 20px;
    line-height: 28px;
    margin-top: 0;
    padding-left: 5px;
}
.fifthpart li span {
    font-size: 54px;
    line-height: 77px;
    color: #223AA8;
    font-weight: 700;
    position: relative;
    font-family: Condensed, "Microsoft YaHei", "微软雅黑", sans-serif;
}
.fifthpart li span:after {
    content: "+";
    font-size: 30px;
    position: absolute;
    top: -10px;
    font-weight: 400;
    line-height: 1;
    left: calc(100% + 5px);
}

/*第五页右侧部分*/
.fifthpart .trend {
    position: relative;
    background: url(../png/trend1920.png) center center no-repeat;
    background-size: cover;
}
.fifthpart .period {
    position: relative;
    background: url(../png/period1920.png) center center no-repeat;
    background-size: cover;
}
.fifthpart .brand {
    position: relative;
    background: url(../png/brand1920.png) center center no-repeat;
    background-size: cover;
}

.fifthpart .news {
    overflow: hidden;
    padding: 36px 28px;
    color: #fff;
    background-color: #5280DB;
}

.fifthpart .title {
    position: relative;
    padding-right: 60px;
    margin-bottom: 40px;
}
.fifthpart .title button {
    color: #fff;
    font-size: 14px;
    line-height: 33px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.fifthpart .title button .iconfont {
    font-size: 12px;
}

.fifthpart .title h2 {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: .38px;
}
.fifthpart .title h3 {
    font-size: 26px;
    line-height: 33px;
    letter-spacing: 1.2px;
    margin-top: 4px;
}

.fifthpart .newsItem {
    cursor: pointer;
    padding: 20px 0;
    border-bottom: 1px solid rgba(0,0,0,0);
}

.fifthpart .newsItem:hover{
    border-bottom: 1px solid #fff;
}

.fifthpart .newsItem:nth-last-of-type(1) {
    margin-bottom: 0;
}

.fifthpart .newsItem p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .13px;
    color: #A8BFED;
}

.fifthpart .newsItem h4 {
    font-size: 16px;
    line-height: 36px;
    padding-right: 15px;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.fifthpart .newsItem h4 i{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

/*第六页*/
.sixthpart p.desc {
    margin-top: 16px;
    font-size: 16px;
    line-height: 40px;
}
.sixthpart .report2019 {
    position: relative;
    background: url(../png/report20191920.png) center center no-repeat;
    background-size: cover;
}
.sixthpart .report2018 {
    position: relative;
    background: url(../png/report20181920.png) center center no-repeat;
    background-size: cover;
}
.sixthpart .common-letter {
    bottom: auto;
    top: 36px;
}
.sixthpart .report2018 h2 {
    color: #2A2A20;
}
.sixthpart .report2018 h3 {
    color: #575757
}
.sixthpart .listItem,
.sevenpart .listItem {
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-right: 40px;
    border-bottom: 1px solid rgba(221,221,221,0.5);
}

.sixthpart .listItem h2,
.sevenpart .listItem h2 {
    font-size: 32px;
    line-height: 50px;
    letter-spacing: .31px;
}

.sixthpart .listItem p,
.sevenpart .listItem p {
    font-size: 24px;
    line-height: 33px;
    margin-top: 4px;
    color: #777;
}

.sixthpart .listItem i,
.sevenpart .listItem i {
    position: absolute;
    right: 0;
    /*top: 50%;*/
    top: 66%;
    transform: translateY(-50%);
}

/*.sixthpart .listItem.active h2,*/
/*.sixthpart .listItem.active p,*/
.sixthpart .listItem:hover h2,
.sixthpart .listItem:hover p {
    color: #2E5DD2;
}

.sixthpart .common-letter h2 {
    font-size: 40px;
    line-height: 40px;
}
.sixthpart .padding-28 {
    padding: 10px 28px;
}

/*第七页*/
.sevenpart .careers {
    max-width: 1359px;
    height: 585px;
    padding: 167px 95px;
    margin: 58px auto 0;
    position: relative;
    background: url(../png/careers1920.png) center center no-repeat;
    background-size: cover;
}
.sevenpart .listItem {
    max-width: 397px;
}
.sevenpart .listItem h2,
.sevenpart .listItem p,
.sevenpart .listItem i {
    color: #fff;
}

.sevenpart .careers2.pc {
    display: flex;
}

.sevenpart .careers2 {
    margin-top: 58px;
}

.sevenpart .careers2 ul {
    max-width: 491px;
    display: flex;
    flex-direction: column;
    border: 1px solid #DDD;
}

.sevenpart .careers2 li {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 116px 0 43px;
    cursor: pointer;
}

.sevenpart .careers li>div:hover {
    cursor: pointer;
}

.sevenpart .careers2 li:nth-child(1){
    border-bottom: 1px solid #DDD;
}
.sevenpart .careers2 li h2 {
    color: #2A2A20;
    font-size: 32px;
    line-height: 44px;
    letter-spacing: .38px;
}

.sevenpart .careers2 li p {
    color: #777;
    font-size: 24px;
    line-height: 28px;
    margin-top: 16px;
}

.sevenpart .careers2 li i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 43px;
}

.sevenpart .careers2 li.active {
    background-color: #5280DB;
}


.sevenpart .careers2 .flex-1 > div {
    position: relative;
    display: none;
}
.sevenpart .careers2 .flex-1 > div.active {
    display: block;
}

.sevenpart .careers2 img {
    display: block;
    width: 100%;
}

.sevenpart .careers2 .flex-1 > div button {
    position: absolute;
    bottom: 90px;
    left: 50%;
    transform: translate(-50%);
    width: 140px;
    height: 42px;
    font-size: 12px;
    line-height: 22px;
    margin: 16px 0 0;
    border: 1px solid #fff;
    color: #fff;
}

.sevenpart .careers2 .flex-1 > div button:hover {
    background-color: #2E5DD2;
    border: 1px solid #2E5DD2;
}

.sevenpart .careers2 li>div:hover h2,
.sevenpart .careers2 li>div:hover p {
    color: #2E5DD2;
}
/* --------------------------- 结束 ------------------ */

/*1600*/
@media screen and (max-width: 1600px) {
    .commonpart2 {
        padding-bottom: 40px;
    }
    .commonpart h1 {
        font-size: 68px;
        line-height: 76px;
    }
    .commonpart h2 {
        /*font-size: 32px;*/
        font-size: 40px;
        line-height: 48px;
    }
    .commonpart2 h1.text-center {
        font-size: 60px;
    }
    .commonpart2 p.text-center {
        font-size: 28px;
        line-height: 48px;
    }
}

/*1440*/
@media screen and (max-width: 1440px) {
    .w900px {
        width: 794px;
    }
    .w682px {
        width: 602px;
    }
    .w491px {
        width: 434px;
    }
    .h488px {
        height: 430px;
    }
    .h529px {
        height: 467px;
    }
    .h600px {
        height: 530px;
    }

    .sixthpart .common-letter {
        top: 35px;
    }

    .fifthpart .title {
        margin-bottom: 46px;
    }
    /* .fifthpart .newsItem {
        margin-bottom: 27px;
    } */

    .sevenpart .careers {
        height: 517px;
        padding: 99px 60px;
    }

    .commonpart h1 {
        font-size: 64px;
        line-height: 70px;
    }
    .commonpart h2 {
        /*font-size: 28px;*/
        font-size: 40px;
        line-height: 48px;
    }
}

/*1366*/
@media screen and (max-width: 1366px) {
    .w900px {
        width: 760px;
    }
    .w682px {
        width: 570px;
    }
    .w491px {
        width: 414px;
    }

    .h488px {
        height: 410px;
    }
    .h529px {
        height: 446px;
    }
    .h600px {
        height: 505px;
    }

    .fifthpart .title {
        margin-bottom: 43x;
    }
    /* .fifthpart .newsItem {
        margin-bottom: 24px;
    } */

    .sevenpart .careers {
        height: 493px;
        padding: 77px 55px;
    }

    .commonpart2 h1.text-center {
        font-size: 54px;
        line-height: 64px;
    }
    .commonpart2 p.text-center {
        font-size: 20px;
        line-height: 36px;
    }
}

/*810*/
@media screen and (max-width: 810px) {
    .commonpart h1 {
        /*font-size: 84px;*/
        font-size: 0.39rem;
        /*line-height: 90px;*/
        line-height: 0.43rem;
    }

    .fourthpart .innernet:hover .common-letter.hoveShow {
        display: none;
    }
    .fourthpart .innernet:hover .common-letter {
        display: block;
    }

    .commonpart h2 {
        font-size: 48px;
        line-height: 67px;
        margin-top: 20px;
    }
    .commonpart button {
        width: 1.11rem;
        /*height: 30px;*/
        height: 0.32rem;
        font-size: 0.12rem;
        line-height: calc(0.32rem - 2px);
        margin: 0.35rem 0;
    }
    .firstpart, .secondpart, .thirdpart {
        /*min-height: 900px;*/
        min-height: 4.5rem;
        /*height: 900px;*/
        height: 4.5rem;
    }

    .firstpart {
        background-size: cover;
    }

    .secondpart {
        background-size: cover;
    }

    .thirdpart {
        background-size: cover;
    }

    .commonpart2 .display-flex {
        flex-direction: column;
        flex-grow: 2;
    }
    .common-letter {
        left: 30px;
    }

    .brand:hover .common-letter {
        display: block;
    }
    .brand:hover .common-letter.hoveShow {
        display: none;
    }

    .w900px, .w682px, .w491px {
        width: 100%;
    }
    .h600px {
        height: 962px;
    }
    .h488px {
        height: 627px;
    }
    .h529px {
        height: 797px;
    }
    .picItem {
        height: 1624px;
        display: block;
    }

    .fourthpart .innernet {
        height: 466px;
        margin-bottom: 30px;
        background: url(../png/mobileinternet.png) center center no-repeat;
        background-size: cover;
    }
    .fourthpart .hospital {
        margin-bottom: 30px;
        background: url(../png/mobilehospital.png) center center no-repeat;
        background-size: cover;
    }
    .fourthpart .health {
        background: url(../png/mobilehealth.png) center center no-repeat;
        background-size: cover;
    }

    /*第五部分*/
    .fifthpart .display-flex {
        display: block;
    }
    .fifthpart .trend, .fifthpart .period, .fifthpart .brand {
        height: 504px;
        margin-bottom: 30px;
    }
    .fifthpart .title {
        margin-bottom: 60px;
    }
    .fifthpart .title h2 {
        font-size: 44px;
        line-height: 53px;
    }
    .fifthpart .title h3 {
        font-size: 28px;
        line-height: 40px;
    }
    .fifthpart .news {
        width: calc(100vw - 70px);
        padding: 50px 25px;
        margin-bottom: 30px;
    }
    .fifthpart .newsItem {
        margin-bottom: 32px;
        border-bottom: 1px solid #729CF1;
    }
    .fifthpart .newsItem p {
        font-size: 24px;
        line-height: 24px;
    }
    .fifthpart .newsItem h4 {
        font-size: 26px;
        line-height: 40px;
        margin-top: 16px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: normal;
    }
    .fifthpart .trend {
        background: url(../png/mobiletrend.png) center center no-repeat;
        background-size: cover;
    }
    .fifthpart .period {
        background: url(../png/mobileperiod.png) center center no-repeat;
        background-size: cover;
    }
    .fifthpart .brand {
        background: url(../png/mobilebrand.png) center center no-repeat;
        background-size: cover;
    }
    .sixthpart .report2019 {
        margin-bottom: 30px;
        background: url(../png/mobile2019.png) center center no-repeat;
        background-size: cover;
    }
    .sixthpart .report2018 {
        background: url(../png/mobile2018.png) center center no-repeat;
        background-size: cover;
    }

    .sixthpart .picItem + section {
        padding: 0;
    }
    .sixthpart .listItem {
        padding: 50px 40px 50px 0;
    }
    .sixthpart .listItem h2,
    .sevenpart .listItem h2 {
        font-size: 0.24rem;
        /*font-size: 48px;*/
        /*line-height: 58px;*/
        line-height: 0.29rem;
        margin-bottom: 0.12rem;
        color: #2a2a20
    }
    .sixthpart .listItem p,
    .sevenpart .listItem p {
        font-size: 0.14rem;
        line-height: 0.2rem;
        /*font-size: 28px;*/
        /*line-height: 40px;*/
        /*margin-top: 24px;*/
        color: #777777;
    }
    .sevenpart .listItem .iconfont {
        color: #223AA8;
    }
    .sevenpart .join-us-image-wrap {
        width: 100%;
        height: 2.35rem;
        background: url("../png/join_us.png") center no-repeat;
        color: white!important;
        display: flex;
        align-items: center;
        box-sizing: border-box;
        padding-top: 0.42rem;
        padding-bottom: 0.31rem;
        flex-direction: column;
    }

    .sevenpart .join-us-align {

    }

    .sevenpart .join-us-image-wrap button{
        border: 1px solid white;
        height: 0.32rem;
        width: 1.11rem;
        color: white;
    }

    .sevenpart .join-us-image-wrap .text-center{
        color: white;
    }
    .sevenpart .join-us-image-wrap .flex-grow {
        flex-grow: 1;
    }

    .sevenpart .careers {
        height: 690px;
        padding: 108px 30px;
        /*background: url(../img/mobilesevenpart.png) center center no-repeat;*/
        background: none;
        background-size: cover;
    }
    .sevenpart .listItem {
        max-width: 100%;
        padding-top: 0.24rem;
        padding-bottom: 0.26rem;
    }


    .fourthpart .commonpart2 .display-flex.margin-t58 {
        height: 1428px;
        margin-top: 30px;
    }

    .sevenpart .careers2.pc {
        display: none;
    }

    .sevenpart .careers.mobile {
        display: flex;
        height: auto;
    }


    .fourthpart .hospital .common-letter,
    .fourthpart .health .common-letter,
    .fifthpart .trend .common-letter,
    .fifthpart .period .common-letter{
        bottom: 20px;
    }

    .fourthpart .hospital:hover .common-letter,
    .fourthpart .health:hover .common-letter,
    .fifthpart .trend:hover .common-letter,
    .fifthpart .health:hover .common-letter {
        bottom: 20px;
    }

    .common-letter button {
        margin: 16px 0 0;
    }
}

/*420*/
@media screen and (max-width: 428px) {

    /* .firstpart, .secondpart, .thirdpart {
        min-height: 480px;
        height: 480px;
    } */
    .stock-font {
        font-size: 16px;
        margin-right: 3px;
    }

    .commonpart h1 {
        /*font-size: 42px;*/
        /*line-height: 50px;*/
        text-shadow: 0 0 1px rgba(0,0,0,0.3);
    }

    .commonpart h2 {
        font-size: 0.22rem;
        line-height: 0.27rem;
        white-space: nowrap;
        margin-top: 0;
    }
    .commonpart button {
        width: 1.11rem;
        /*height: 30px;*/
        height: 0.32rem;
        font-size: 0.12rem;
        line-height: calc(0.32rem - 2px);
    }

    .commonpart2 h1.text-center {
        /*font-size: 36px;*/
        /*line-height: 44px;*/
        font-size: 0.25rem;
        line-height: 0.40rem;
        margin-bottom: 0.05rem;
        letter-spacing: 0;
    }
    .commonpart2 p.text-center {
        /*font-size: 20px;*/
        /*line-height: 24px;*/
        line-height: 0.26rem;
        font-size: 0.14rem;
        letter-spacing: 0;
    }
    .common-letter p {
        font-size: 14px;
        line-height: 18px;
        margin-top: 8px;
    }
    .commonpart2 button {
        /* display: none; */
        padding-right: 0;
    }
    .common-letter {
        left: 15px;
        bottom: 16px;
    }
    .common-letter h3 {
        /*font-size: 20px;*/
        font-size: 0.15rem;
    }
    .h600px {
        /*height: 521px;*/
        height: 4.84rem;
    }
    .h488px {
        height: 313px;
    }
    .h529px {
        height: 398px;
        width: 100%;
    }
    .picItem {
        height: 826px;
    }

    .fourthpart .center{
        padding-top: 0.33rem;
        padding-left: 0.125rem;
        padding-right: 0.125rem;
    }

    .fourthpart .innernet {
        /*height: 233px;*/
        height: 2.3rem;
        /*margin-bottom: 15px;*/
        margin-bottom: 0.112rem;
        flex-grow: 1;
    }
    .fourthpart .hospital {
        /*margin-bottom: 10px;*/
        height: 2.3rem;
        margin-bottom: 0.12rem;
    }

    /*第五部分*/
    .fifthpart .center {
        padding-top: 0.3rem;
    }
    .fifthpart .number {
        margin-top: 0.1rem;
    }


    .fifthpart .display-flex {
        display: block;
        margin-top: 0.3rem;
    }
    .fifthpart li span {
        /*font-size: 24px;*/
        font-size: 0.32rem;
    }
    .fifthpart li span:after {
        /*font-size: 20px;*/
        font-size: 0.2rem;
    }
    .fifthpart li p {
        font-size: 14px;
        line-height: 20px;
        margin-top: -15px;
        padding-left: 5px;
    }
    .fifthpart .trend, .fifthpart .period, .fifthpart .brand {
        height: 252px;
        margin-bottom: 15px;
    }

    .fifthpart .brand:last-of-type {
        margin-bottom: 0;
    }
    .fourthpart .hospital:last-of-type {
        margin-bottom: 0;
    }
    .fifthpart .title {
        margin-bottom: 30px;
    }
    .fifthpart .title h2 {
        font-size: 28px;
        line-height: 28px;
    }
    .fifthpart .title h3 {
        font-size: 18px;
        line-height: 20px;
    }
    .fifthpart .news {
        width: calc(100vw - 30px);
        padding: 25px 18px;
        margin-bottom: 15px;
    }
    .fifthpart .newsItem {
        margin-bottom: 0;
        border-bottom: none;
        padding-bottom: 0.1rem;
        padding-top: 0.1rem;
    }
    .fifthpart .newsItem p {
        font-size: 12px;
        line-height: 12px;
    }
    .fifthpart .newsItem h4 {
        font-size: 13px;
        line-height: 20px;
        margin-top: 8px;
    }

    .sixthpart .center {
        padding-top: 0.3rem;
    }

    .sixthpart .common-letter h2
    {
        font-size: 0.22rem;
        line-height: 0.27rem;
    }
    .sixthpart .margin-t58.content {
        margin-top: 0.3rem;
    }

    .sixthpart .report2019 {
        margin-bottom: 15px;
    }
    .sixthpart .commonpart2 p.desc {
        margin-top: 0.2rem;
        letter-spacing: 0;
        line-height: 100%;
        font-size: 0.14rem;
        color: #999999;
    }

    .sixthpart .listItem {
        padding: 25px 20px 25px 0;
    }
    .sixthpart .listItem h2,
    .sevenpart .listItem h2 {
        /*font-size: 24px;*/
        /*line-height: 29px;*/
    }
    .sixthpart .listItem p,
    .sevenpart .listItem p {
        /*font-size: 14px;*/
        /*line-height: 20px;*/
        /*margin-top: 12px;*/
    }

    .sevenpart .careers {
        /*height: 395px;*/
        height: 3.45rem;
        padding: 0;
        margin-top: 0.3rem;
    }

    .firstpart, .secondpart, .thirdpart {
        /*min-height: 500px;*/
        /*height: 500px;*/
        height: 4.5rem;
        min-height: 4.5rem;
        background-size: cover!important;
    }
    .fourthpart .commonpart2 .display-flex.margin-t58 {
        height: 7.252rem;
    }

    .fourthpart .hospital .common-letter,
    .fourthpart .health .common-letter,
    .fifthpart .trend .common-letter,
    .fifthpart .period .common-letter {
        bottom: 16px;
    }

    .fourthpart .hospital:hover .common-letter,
    .fourthpart .health:hover .common-letter,
    .fifthpart .trend:hover .common-letter,
    .fifthpart .period:hover .common-letter {
        bottom: 16px;
    }

    .common-letter button {
        margin: 16px 0 0;
    }

    .sixthpart .listItem i {
        color: #223aa8;
    }
    .sevenpart .center {
        padding-top: 0.3rem;
    }
    .sevenpart {
        min-height: auto;
    }
}
