body {
    width:100%;
    background-color:#fff;
    color:#333;
    font-family:"PingFangSC-Medium" !important;
    font-size:0.3rem;
    line-height:normal;
}
.page{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
}
.col-xs-12{
	float:left;
	width:100%;
	padding:0;
}
/** app_head **/
#app_head{
	position:fixed;
	background-color:#fff;
	padding:0rem 0.3rem;
	z-index:1000;	
	opacity:0.99;
}
#app_head .left{
	float:left;
	margin-top:0.24rem;
}
#app_head .left i{
	float:left;
	width:1.46rem;
	height:0.4rem;
	font-size:0.45rem;
}
#app_head .appTitle{
	float:left;
	width:3.8rem;
	margin:0.22rem 0rem;
	font-size:0.34rem;
	font-weight:bold;
	color:#333;
	text-align:center;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
#app_head .right{
	float:right;
	width:1.24rem;
	line-height:0.4rem;
	margin:0.24rem 0rem 0rem 0.4rem;
	font-size:0.22rem;
	color:#fefefe;
	background-color:#4884e3;
	border-radius:0.2rem;
	text-align:center;
}
#app_content{
	padding-top:0.88rem;
	min-height:4.5rem;
	overflow-y:hidden;
	overflow-x:hidden;
}

/** modal **/
.modal .modal-dialog{
	width:5rem;
	margin:1rem auto;
}
.modal .modal-content{
	border-radius:0.08rem;
	background-color:#fff;
	border:transparent;
}
.modal .modal-header{
	height:1rem;
	font-size:0.36rem;
	color:#333;
	font-weight:bold;
	padding:0.4rem 0.6rem 0.12rem 0.6rem;
	border-bottom:none;
	border-top-left-radius:0.08rem;
	border-top-right-radius:0.08rem;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
.modal .modal-body{
	padding:0.18rem 0.6rem 0rem 0.6rem;
}
.modal .modal-footer{
	height:1.02rem;
	padding:0.16rem 0.37rem;
	border-top:none;
	border-bottom-left-radius:0.08rem;
	border-bottom-right-radius:0.08rem;
}
.modal .modal-footer .btn:focus{
	outline:0;
}
.modal .modal-footer .btn-submit,
.modal .modal-footer .btn-cancel{
	float:right;
	height:0.7rem;
	width:1.1rem;
	padding:0rem;
	font-size:0.32rem;
	color:#09bb07;
	background-color:#fff;
	border:none;
	border-radius:0.04rem;
}
.modal .modal-footer .btn-cancel{
	margin-right:0.6rem;
	color:#9b9b9b;
	border-radius:0.04rem;
}
.modal .modal-footer .btn-submit:focus,
.modal .modal-footer .btn-cancel:focus{
	background:#f0f0f0;
	-webkit-box-shadow:none;
	box-shadow:none;
}
.modal .modal-footer .btn-submit:hover,
.modal .modal-footer .btn-cancel:hover{
	background:#f0f0f0;
}
.modal-footer .btn+.btn{
	margin-left:0rem;
}

input,textarea{
    outline:none;
}

/** switch **/
[class|=switch] {
	position: relative;
	display: inline-block;
	width:1.2rem;
	height:0.6rem;
	border-radius:0.3rem;
	line-height:0.6rem;
	-webkit-tap-highlight-color:rgba(255,255,255,0);
}
.switch-on {
	border: 0.01rem solid white;
	box-shadow:white 0px 0px 0px 16px inset;
	transition:border 0.2s, box-shadow 0.2s, background-color 0.2s;
	background-color:white;
	cursor: pointer;
}
.slider {
	position:absolute;
	display:inline-block;
	width:0.55rem;
	height:0.55rem;
	background:white;
	box-shadow:0 0.02rem 0.1rem rgba(0, 0, 0, 0.4);
	border-radius:50%;
	left:0;
	top:0.01rem;
}
.switch-on .slider {
	left:0.6rem;
	transition:background-color 0.2s, left 0.2s;
}
.switch-off {
	border:0.015rem solid #f8f8f8;
	transition:border 0.2s, box-shadow 0.2s;
	background-color:rgb(255, 255, 255);
	box-shadow:rgb(223, 223, 223) 0px 0px 0px 0px inset;
	background-color:rgb(255, 255, 255);
	cursor:pointer;
}
.switch-off .slider {
	left:0.03rem;
	transition:background-color 0.2s, left 0.2s;
}
.switch-on.switch-disabled{
	opacity:.5;
	cursor:auto;
}
.switch-off.switch-disabled{
	background-color:#F0F0F0 !important;
	cursor:auto;
}

/** missionStatement-modal **/
#missionStatement-modal .modal-header{
	height:0.8rem;
	line-height:0.8rem;
	padding:0rem;
	font-size:0.32rem;
	color:#333;
	text-align:center;
	border-bottom:0.01rem solid #e8e8e8;
}
#missionStatement-modal .modal-dialog{
	width:5rem;
}
#missionStatement-modal .modal-body{
	height:3.9rem;
	line-height:0.45rem;
	padding:0.2rem 0.2rem 0.2rem 0.2rem;
	font-size:0.3rem;
	color:#888;
    overflow-y:auto;
    word-wrap:break-word;
}
#missionStatement-modal .modal-footer{
	height:0.8rem;
	line-height:0.8rem;
	padding:0rem;
	font-size:0.32rem;
	color:#09bb07;
	background:#f4f4f4;
	text-align:center;
	border-top:0.01rem solid #e8e8e8;
}


