#popLogin .login-phone{
    display:inline-block;
    background: url(/static/img/edu/login/phone-icon.png) no-repeat;
    background-size: auto 17px;
}
#popLogin .verify-icon {
    width: 16px;
    height: 18px;
    position: absolute;
    left: 12px;
    top: 7px;
    z-index: 1;
}
#popLogin .loginArea .input {
    width: 250px;
    height: 30px;
    border: 1px solid #dcdcde;
    border-radius: 5px;
    color: #333;
    padding-left: 40px;
}


.selectBox li {
    width: 100%;
    line-height: 38px;
    height: 38px;
    text-align: center;
    padding: 0;
    border-bottom: 1px solid #28446e;
}
.selectBox li:hover {
    /*color: #fff;*/
    background-color: #122e5e;
}
#personLogin:hover .selectBox{
    display: block;
}
i.icon img {
    vertical-align: middle;
}
textarea,select,input{
    outline: none;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}
#popLogin {
    width: 100%;
    height: 100%;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    bottom: 0;
    z-index: 9999;
}
#popLogin {
    display: none;
}
.unlogined a{
	color: #999;
}
.logo {
    display: inline-block;
    float: left;
    line-height: 60px;
    margin-top: 7px;
    height: 46px;
}
.logo img {
    max-height: 60px;
    margin-top: 10px;
}
.unlogined>li {
    padding: 0 8px;
}
.unlogined a {
    cursor: pointer;
}
.header_icon img{
    width: 25px;
    margin-top: 16px;
    cursor: pointer;
}
.top_nav_link a.current {
    color: #ffb800;
}
/*new start*/

.headerArea {
    background-color: #e3e4e5;
}
.headerLogin {
    height: 30px;
    line-height: 30px;
    width: 1120px;
    margin: 0px auto;
}
.unloginedItem, .qrItem, .loginedItem{
    margin-left: 10px;

    color: #999;
    font-size: 12px;
}
.unloginedItem, .qrItem, .loginedItem>a {
    cursor: pointer;
}
.loginedItem,.loginedItem a{
    color:#999!important;
}
.unloginedItem:hover, .qrItem:hover,.loginedItem>a:hover{
    color: #2356aa;
}
.loginedText{
    color:#FF0000;
}
.qrItem {
    position: relative;
    display: inline-block;
    width: 90px;
	height: 23px;
	margin-top: 3px;
	line-height: 23px;
	background-color: #ffffff;
	border-radius: 4px;
	border: solid 1px #c6c6c6;
}
.iconweixn{
	width: 23px;
	height: 17px;
	margin:0 8px;
	display: inline-block;
	background: url('/static/img/edu/index/weixin.png') no-repeat;
	background-size:cover ;
	vertical-align: middle;
}
.iconapp{
	width: 17px;
	height: 17px;
	margin:0 8px;
	display: inline-block;
	background: url('/static/img/edu/index/APPicon.png') no-repeat;
	background-size:cover ;
	vertical-align: middle;
}
.i-size{

	height: 16px;
	padding-left: 7px;
	border-left:1px solid #c6c6c6 ;
}
.qrcode {
    width: 74px;
    height: 74px;
    padding: 5px;
    background-color: #fff;
    display: none;
    position: absolute;
    top: 30px;
    z-index: 1000;
    left: 0;
}
.qrcode img {
    width: 100%;
}
.qrItem:hover .qrcode{
    display: block;
}

.loginedUser {
    display: inline-block;
    position: relative;
}
.loginedUserList {
    display: none;
    position: absolute;
    top: 30px;
    color: #999;
    font-size: 12px;
    width: 68px;
    text-align: center;
    z-index: 1000;
    background-color: #fff;
    box-shadow: 0 0 8px 1px #e4e5e6;
}
.loginedUser:hover .loginedUserList {
    display: block;
    color: #2356aa;

}
.loginedUserList a {
    text-decoration: none;
    color: #333;
}
.loginedUserList a:hover {
    color: #cb2529;
}
.serviceTel {
    font-size: 16px;
    color: #999;
    line-height: 30px;
    height: 30px;
    vertical-align: middle;
    display: inline-block;
}
.unloginedLink {
    color: #d81e2a;
}
.unloginedLink:hover {
    color: #2356aa;
}
.headerBanner {
    display: block;
    width: 1120px;
    margin: 0px auto;
    height: 70px;
    position: relative;
}

.headerBannerClose {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}
.iconClose {
    background-position: 0 0;
    width: 25px;
    height: 25px;
}
.telRing {
    width: 25px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    vertical-align: middle;
}
.telRing img {
    width: 100%;
    margin-top: 2px;
}
#login_content {
    box-shadow: 0 0 8px 1px #e4e5e6;
    overflow: hidden;
    width: 280px;
    background-color: #fff;
    border-radius: 5px;
    height: 300px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin-top: 20px;
    position: absolute;
}
#popLogin #login_content {
    box-shadow: none;
}
/*登陆注册面板*/
#lr-title {
    text-align: center;
    height: 35px;
    line-height: 35px;
    width: 50%;
    margin: 0px auto;
}
#lr-title a{
    color: #333;
    font-size: 14px;
    margin-right: 10px;
    padding: 0 5px;
    text-decoration: none;
    height: 35px;
    display: inline-block;
    line-height: 35px;
}
#lr-title a.current{
    color: #2356aa;
    border-top: 1px solid #1d87e4;
}
.popLoginClose {
    right: 8px;
    top: 6px;
}
.lps-i {
    display: inline-block;
    background: url(/static/img/edu/login/pwd-icon.png) no-repeat;
    background-size: auto 17px;
}
.dsln{
	display: inline-block;
}
.pulsImg{
	vertical-align: middle;
	margin-left: 4px;
}

.serch-contain{
	width: 199px;
	height: 35px;
	border-radius: 4px;
	border: solid 1px #dddddd;
	float: right;
    text-indent: 1em;
    margin-top: 10px;
}

.serch-contain>input{
	border: none;
	width: 140px;
	height: 33px;
}
.serch-contain>span{
	width: 35px;
	height: 35px;
	background: #d81e2a;
	line-height: 35px;
	float: right;
	cursor: pointer;
	border-radius:4px ;
}

.serch-contain>span i{
	width:22px ;
	height: 22px;
	background: url(/static/img/edu/common/serch.png) no-repeat;
	background-size:cover ;
	display: inline-block;
    margin: -6px -6px;
}
