body {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}
.phy_container {
	width: 100%;
	margin: 0 auto;
}

/* 头部head部分 */

.hd_nav {
	width: 100%;
	height: 57px;
	background: rgb(9, 85, 121);
}

.hd_nav .phy_nav {
	background: #fff;
}

.hd_logo .title {
	height: 46px;
	margin: 30px 0 14px;
	padding-left: 0;
	padding: 0;
	display: inline-block;
	float: left;
	width: 40%;
}

.hd_logo .title .text {
	width: 70%;
	height: 46px;
	margin-right: 12px;
}

.hd_logo .logo_cn {
	font-size: 24px;
	color: #333;
	height: 23px;
	line-height: 1;
	letter-spacing: 0;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.hd_logo .logo_en {
	font-size: 12px;
	font-family:Times;
	color: #333;
	height: 15px;
	margin-top: 5px;
	line-height: 18px;
	letter-spacing: 0;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

/* 主体main 部分 */
.phy_main {
	width: 100%;
	/* height: 100%; */
	overflow: auto;
	position: absolute;
	top: 180px;
	left: 0;
	bottom: 0;
	background:url(/imgs/index/login_bg.png) no-repeat 0 0;
	background-size: 100% 100%;
	/* 兼容ie8 */
	z-index: 2;
    behavior: url(./background_size_polyfill.htc);
}
.phy_main .container {
	width: 40%;
	/* height: 450px; */
	margin: 0 auto;
	margin-bottom: 70px;
	position: relative;
	top: 70px;
	bottom: 20px;
	background-color: #F8F8F8;
	border-radius: 10px;
	/* IE8圆角border-radius 的兼容 */
	z-index: 2;
	behavior: url(./PIE.htc);
}
.phy_main .container .center {
	text-align: center;
	width: 75%;
	margin: 0 auto;
}
.phy_main .container .title {
	font-size: 24px;
	color: #333;
	padding: 45px 0 35px 0;
}
.phy_main .container .title i {
	display: inline-block;
	background-color: #1A7BCD;
	vertical-align: middle;
}
.phy_main .container .title .one {
	width: 2px;
	height: 2px;
	border-radius: 1px;
	/* IE8圆角border-radius 的兼容 */
	position: relative;
	z-index: 2;
	behavior: url(./PIE.htc);
}
.phy_main .container .title .two {
	width: 4px;
	height: 4px;
	border-radius: 2px;
	/* IE8圆角border-radius 的兼容 */
	position: relative;
	z-index: 2;
	behavior: url(./PIE.htc);
}
.phy_main .container .title .three {
	width: 6px;
	height: 6px;
	border-radius: 3px;
	/* IE8圆角border-radius 的兼容 */
	position: relative;
	z-index: 2;
	behavior: url(./PIE.htc);
}
.phy_main .container .inputt {
	width: 100%;
	padding: 14px 0 14px 60px;
	/* height: 56px;
	line-height: 56px; */
	border-radius: 6px;
	/* IE8圆角border-radius 的兼容 */
	position: relative;
	z-index: 2;
	behavior: url(./PIE.htc);
	margin-bottom: 30px;
}
.phy_main .container .inputt:focus {
	outline: none;
}
.phy_main .container input {
	border: none;
	border: 1px solid #e8e8e8;
	font-size: 20px;
	padding-left: 60px;
}
.phy_main .container .userName {
	background: url(/imgs/index/name.png) no-repeat 20px center;
}
.phy_main .container .password {
	background: url(/imgs/index/password.png) no-repeat 20px center;
}

.phy_main .container .login {
	padding: 7px 0 0 0;
}
.phy_main .container .login button {
	border: none;
	outline: none;
	color: #fff;
	font-size: 26px;
	background-color: #1A7BCD;
	padding-left: 0;
}
.phy_main .container .register {
	padding: 0 0 50px 0;
}
.register a {
	color: #333;
	font-size: 20px;
}