html {
	font-size: 14px;
}
body,html,div,p,h1,h2,ul,li,img,input {
	margin: 0;
	padding: 0;
}
ul {
	list-style: none;
}
body {
	background: #f2f2f2;
}
.header {
	height: 4rem;
	background: #16528C;
	color: #fff;
	position: relative;
	z-index: 1001;
}
.header-h>div {
	display: inline-block;
	height: 4rem;
	line-height: 4rem;
	position: relative;
}
.header-name {
	margin-left: .5rem;
	font-size: 1.3rem;
}
.turn-on-off {
	width: 2rem;
	position: absolute;
	right: 1rem;
	top: 1rem;
}
.header-con {
	background: rgba(22,82,140,.85);
	display: none;
}
.header-con .login {
	border-bottom: 1px solid #ccc;
}
.header-con a {
	display: block;
	color: #fff;
	text-decoration: none;
}
.header-con .planner-operate {
	border-bottom: 1px solid #ccc;
}
.planner-operate a, .planner-operate span {
	display: inline-block;
	color: #00b0f0;
}
.planner-operate a ~ a, .update-pwd-btn {
	margin-left: .5rem;
}
.header-con li {
	height: 3rem;
	line-height: 3rem;
	padding-left: .5rem;
}
li.login a {
	color: #00b0f0;
	text-decoration: none;
}
.footer {
	background: #16528C;
	color: #fff;
}
.footer-control {
	width: 80%;
	position: relative;
	margin: 0 auto;
}
.footer-control-head {
	height: 3rem;
	line-height: 3rem;
	border-bottom: 2px solid #fff;
}
.footer-arrow {
	width: 1.5rem;
	position: absolute;
	right: 0;
	top: 1.2rem;
}
.footer-arrow-up {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.footer-control-con {
	display: none;
}
.footer-control-con p {
	margin-top: .5rem;
}
.footer-control-con a {
	color: #0093fe;
}
.footer-control-con div a ~ a {
	margin-left: .5rem;
}
.footer-record {
	padding: .5rem 0 1rem 0;
}
.footer-record p {
	width: 80%;
	margin: .5rem auto 0;
	text-align: center;
	font-size: .8rem;
}
.footer-record p img {
	width: 1rem;
	vertical-align: top;
	margin-right: .3rem;
}

.update-pwd-layer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1002;
    background: rgba(0,0,0,.6);
    display: none;
}
.update-con {
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: #fff;
    border-radius: 5px;
    padding: 1rem;
    text-align: center;
}
.update-item {
    margin-bottom: 1rem;
    text-align: justify;
}
input.update-pwd {
    display: block;
    width: 100%;
    min-height: 2rem;
    border: 1px solid #ccc;
}
.update-sure {
    display: inline-block;
    padding: .5rem 1rem;
    background: #00b0f0;
    color: #FFF;
    border: none;
    border-radius: 5px;
    text-align: center;
    margin: .5rem auto;
    font-size: 1.2rem;
}
.update-close {
    width: 4rem;
    position: absolute;
    left: 50%;
    bottom: -5rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}