body{
	margin: 0;
	height: 100vh;
}
.app-page{
	width:100%;
	height:100%;
}
.top-panel{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    height: 60px;
    justify-content: space-between;
    background-image: linear-gradient(#567a8d,#21abd5);
}
.logo-panel{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    margin-left: 10px;
}

.logo-img{
	height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo-text{
	margin-left: 10px;
}
.top_txt{
	display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
}
.sys-name {
    color: #fff;
    text-shadow: 1px 1px #181515;
    font-size: 22px;
}
.split-line {
	margin:0 5px 0 5px;
    color: orange;
    text-shadow: 1px 1px #181515;
}
.hosp-name{
    font-size: 17px;
    line-height: 32px;
    color: orange;
    text-shadow: 1px 1px #181515;
}
.bottom_txt{
	float: left;
	height: 20px;
	line-height:20px;
	color: #A9D38D;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    text-shadow: 0 3px 5px #4F4F4F;
}

.top-navi{
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
}
.top-navi-item{
	height: 100%;
    cursor: pointer;
    margin-right: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    position: relative;
}
.top-navi-icon{
	width: 22px;
    height: 22px;
    margin-right: 5px;
}
.top-arrow-down{
    width: 15px;
    height: 15px;
    margin-left: 10px;
}
.top-arrow-up{
	width: 15px;
    height: 15px;
    margin-left: 10px;
	transform: rotate(180deg);
	margin-top: 8px;
}
.navi-icon-txt{
	color: #fff;
	text-shadow: 1px 1px #181515;
	user-select: none;
}

.mine-navi{
	position: absolute;
    top: 60px;
    right: 95px;
    width: 150px;
    box-shadow: 1.5px 2.6px 7px 0 rgb(0 0 0 / 16%);
    background-color: #fff;
    color: black;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 10px 0;
}

.avator-navi{
	position: absolute;
    top: 60px;
    right: 0px;
    width: 150px;
    box-shadow: 1.5px 2.6px 7px 0 rgb(0 0 0 / 16%);
    background-color: #fff;
    color: black;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 10px 0;
}
.avator-navi-item{
	height: 40px;
    line-height: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
}
.avator-navi-item:hover{
	color:orange;
}
.avator-navi-icon{
	height: 20px;
	width: 20px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin: 0 10px 0 15px;
}
.avator-navi-txt{
	float:left;
}

.home-icon {
    background-position: -28px 0;
}
.content-panel{
	height:calc(100% - 60px);
}
.view-panel{
	height:100%;
	overflow: auto;
}






.cp-login-screen{
	top:0px;
	left:0px;
	position: fixed;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:rgba(27,27,27,0.5);
	overflow-x: hidden;
    overflow-y: auto;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}
.cp-login{
	width: 690px;
    height: 450px;
    background-color: #fff;
    border-radius: 6px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
}
.cp-login-close-icon{
	position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1000;
    width: 22px;
    height: 22px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.cp-login-img{
	width: 100%;
    height: 100%;
}
.cp-login-left{
	width: 248px;
    height: 100%;
    background-color: #f5f5f5;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}
.cp-login-lrow{
	font-size: 18px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 20px;
}
.cp-login-img-box{
	width: 150px;
	height: 150px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.cp-login-qrcode-img{
	width: calc(100% - 10px);
}
.cp-login-right{
	width: calc(100% - 248px);
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
}
.cp-login-tl{
	height: 50px;
    width: 100%;
    color: #242424;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 10px;
}
.cp-login-row{
	width: calc(100% - 100px);
    height: 50px;
    line-height: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
}
.cp-login-row2{
	width: calc(100% - 100px);
    height: 50px;
    line-height: 50px;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
}
.cp-login-input{
	width: 100%;
    height: 40px;
    line-height: 45px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    color: #1e1e1e;
    padding-left: 12px;
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cp-login-verify-box{
	height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
    cursor: pointer;
}
.cp-login-verify-img{
	width: 100px;
    height: 36px;
    border-radius: 8px;
    border: 1px solid #ccc;
}
.cp-login-btn{
	width: calc(100% - 100px);
    height: 40px;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    background-image: linear-gradient(#f15050,#d55321);
    border-radius: 50px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}
.cp-login-btn:active{
	background-image: linear-gradient(#d17777,#9b3b17);
}
.cp-login-txt-btn{
	color:#2080f7;
	cursor: pointer;
}
.cp-login-col-txt{
	border: 1px solid #ccc;
    height: 36px;
    width: 100px;
    border-radius: 6px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    background-image: linear-gradient(#ebf2f5,#d6eef5);
    user-select:none;
}
.cp-login-col-btn{
	border: 1px solid #ccc;
    height: 36px;
    width: 100px;
    border-radius: 6px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    background-image: linear-gradient(#ebf2f5,#d6eef5);
    cursor: pointer;
    user-select:none;
}
.cp-login-col-btn:active{
	margin-top:2px;
}