.flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-item {
    flex: 1;
}

.text-overflow-ellipsis-1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.text-overflow-ellipsis-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.text-overflow-ellipsis-3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.title-main-color {
    color: #101010;
}

.title-sub-color {
    color: #666;
}

.btn-more {
    font-size: 18px;
    width: 180px;
    height: 45px;
    background: rgba(62, 62, 62, 100);
    border-color: none;
    color: #fff;
    border: none;
}

.color-fff {
    color: #fff !important;
}
.color-333 {
    color: #333 !important;
}

.letter-spacing-05 {
    letter-spacing: 0.5px;
}

.letter-spacing-1 {
    letter-spacing: 1px;
}

.letter-spacing-2 {
    letter-spacing: 2px;
}

.letter-spacing-3 {
    letter-spacing: 3px;
}

.font-family-nsimsun {
    font-family: 'NSimSun';
}

.font-family-fangsong {
    font-family: 'FangSong';
}

.hr-top {
    width: 64px;
    height: 8px;
    background: #009491;
    margin: 0 auto
}
.fs14 {
    font-size: 14px !important;
}

.fs16 {
    font-size: 14px !important;
}
.fs18 {
    font-size: 18px !important;
}
.fs20 {
    font-size: 20px !important;
}
.fs36 {
    font-size: 36px !important;
}
.fs72 {
    font-size: 72px !important;
}

.mt5rem{
    margin-bottom:5rem !important;
}

/*头部*/
.logo-wrap {
    margin-top: 20px;
    margin-bottom: 15px;
    font-weight: 550;
}
.logo-title {
    color: rgba(20, 80, 39, 100);
    font-size: 42px;
    font-weight: 500;
    text-align: left;
    font-family: SourceHanSansSC-bold;
    vertical-align: middle;
    position: relative;
    left: 61px;
}
.nav-wrap {
    display: block;
    width: 100%;
    background: #194186;
}

/*首页*/
.home-search-input {
    border-radius: 0px !important;
    border: none !important;
    width: 85% !important;
    padding: 13px !important;
    height: auto !important;
    font-size: 16px !important;
    display: inline !important;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08) !important;
}

.home-searchj-btn {
    background-color: #01763a !important;
    color: white !important;
    border-radius: 0px !important;
    width: 14% !important;
    height: 48px !important;
    font-size: 16px !important;
    border: none !important;
}




/*公告*/
.notice-camera {
    height: 180px;
    width: 248px;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*仪器详情*/
.fee-active {
    background: #F9F9F9;
}
.problem-bg-wrap {
    background: #F9F9F9;
}
.yymd-border-top-none{
    border-top:none !important
}
.sample-rank-wrap {
    background: #FCE9CC;
    padding:2rem 2rem;
}
    .sample-rank-wrap .poeple {
        font-size: 72px;
        color: #009491;
        font-weight: bold;
        margin-left: 2rem;
    }
    .sample-rank-wrap .poeple-title {
        font-size: 36px;
        color: #009491;
        margin: 5rem 3rem 3rem 0;
        margin-left: 2rem;
    }
.sample-h {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: rgba(249, 249, 249, 100);
    color: rgba(16, 16, 16, 100);
    font-size: 16px;
    text-align: left;
    font-family: Roboto;
    padding-left: 2rem;
    margin-bottom: 0;
}
    
.img-error {
    width: 12px;
    vertical-align: unset;
    margin-right: 6px;
}



/*个人中心*/
.table-row-active {
    background: #F9F9F9;
}


.update-btn {
    width: 101px;
    height: 44px;
    line-height: 44px;
    border-radius: 4px;
    background-color: #025098;
    color: #fff !important;
    font-size: 14px;
    text-align: center;
    font-family: Roboto;
    padding: 0 !important;
}
.security-btn {
    width: 101px;
    height: 44px;
    line-height: 44px;
    border-radius: 4px;
    background-color: #009491;
    color: #fff !important;
    font-size: 14px;
    text-align: center;
    font-family: Roboto;
    padding: 0 !important;
}
.secur {
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.07);
    border: 1px solid #fff;
}
    .secur:hover {
        box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.22);
        border: 1px solid rgba(187, 187, 187, 100);
    }
.secur img{
    width:100px;
    position:absolute;
    bottom:0;right:1.5rem;

}


/*按钮*/
.btn-select {
    width: 96px;
    height: 40px;
    border-radius: 4px;
    background-color: #025098;
    color: #fff;
    font-size: 14px;
    text-align: center;
    font-family: Roboto;
    border: #fff;
}
.btn-reset {
    width: 96px;
    height: 40px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 100);
    color: rgba(16, 16, 16, 100);
    font-size: 14px;
    text-align: center;
    color: #025098;
    font-family: Roboto;
    border: 1px solid #025098;
}
.btn-warner {
    min-width: 64px;
    height: 44px;
    line-height: 20px;
    border-radius: 2px;
    background-color: rgba(240, 162, 35, 100);
    color: #fff;
    font-size: 14px;
    text-align: center;
    font-family: Roboto;
    border: #fff;
}
.btn-blue {
    min-width: 64px;
    height: 44px;
    line-height: 20px;
    border-radius: 2px;
    background-color: #007bff !important;
    color: #fff;
    font-size: 14px;
    text-align: center;
    font-family: Roboto;
    border: #fff;
}
.btn-red {
    min-width: 64px;
    height: 44px;
    line-height: 20px;
    border-radius: 2px;
    background-color: #dc3545 !important;
    color: #fff;
    font-size: 14px;
    text-align: center;
    font-family: Roboto;
    border: #fff;
}

.btn-h-34 {
    height: 34px !important;
}

/*input*/
.reset-input {
    margin: 6px 0 !important;
    width: 140px !important;
    font-size: 14px !important;
    height: 40px !important;
    border-radius: 4px !important;
    font-family: Roboto;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    padding-left:1rem;
    padding-right:1rem;
}

/*实验台*/
.desk-state {
    background-color: #000000; /* IE6和部分IE7内核的浏览器(如QQ浏览器)下颜色被覆盖 */
    background-color: rgba(0,0,0,0.2); /* IE6和部分IE7内核的浏览器(如QQ浏览器)会读懂，但解析为透明 */
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    height: 32px;
    line-height: 32px;
    text-align: center;
}
    .desk-state span {
        font-family: Roboto;
        font-size: 14px;
        color: #FFFFFF;
        font-weight: 600;
    }
.desk-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    line-height: 283px;
    text-align: center;
    background-color: #000000; /* IE6和部分IE7内核的浏览器(如QQ浏览器)下颜色被覆盖 */
    background-color: rgba(0,0,0,0.5); /* IE6和部分IE7内核的浏览器(如QQ浏览器)会读懂，但解析为透明 */
}
    .desk-mask span {
        color: #fff;
        font-size: 24px;
    }

    .desc-bg-space {
        background: #0C8C42;
    }
.desc-bg-inner-use {
    background: #F0A222;

}
.desc-bg-used {
  
    background-color: rgb(45, 45, 45) !important;
    opacity: 0.6;
}

/*动物笼*/
.cage-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000000; /* IE6和部分IE7内核的浏览器(如QQ浏览器)下颜色被覆盖 */
    background-color: rgba(0,0,0,0.5); /* IE6和部分IE7内核的浏览器(如QQ浏览器)会读懂，但解析为透明 */
    line-height:180px;
}
    .cage-mask span {
        color: #fff;
        font-size: 18px;
        font-weight:600;
    }

/*平台概况*/
.platform-white {
    background-color: rgba(255, 255, 255, 100);
    box-shadow: 0px 4px 10px 0px rgba(166, 166, 166, 40);
}
.platform-green {
    background-color: rgba(12, 140, 66, 100);
    box-shadow: 0px 4px 10px 0px rgba(166, 166, 166, 40);
}


