a, address, b, big, blockquote, body, center, cite, code, dd, del, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, label, legend, li, ol, p, pre, small, span, strong, u, ul, var {
    margin: 0;
    padding: 0;
}

body {
    font: 12px/150% Arial, Verdana, "宋体";
    color: #666;
    background: #fff;
    _background-attachment: fixed;
}

a {
    color: #666;
    text-decoration: none;
}

a:hover {
    color: #E4393C;
    text-decoration: underline;
}

ol, ul {
    list-style: none;
}

.w-box {
    width: 990px;
    margin: 0 auto;
}

#logo {
    position: relative;
    width: 300px;
    margin: 10px 0;
    height: 60px;
    float: left;
}

#logo b {
    display: block;
    width: 110px;
    height: 40px;
    position: absolute;
    right: 23px;
    bottom: -12px;
    background-image: url(../images/login/l-icon.png);
}

/*中间banner部分*/

#content {
    clear: both;
}

#content .tips-wrapper {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

/*k12不会以任何理由要求您转账汇款，谨防诈骗。*/
#content .tips-wrapper .tips-inner p {
    vertical-align: middle;
    color: #999;
    font-size: 12px;
    display: inline-block;
    *display: inline;
}

#content .tips-wrapper .tips-inner .black {
    color: #333;
}

#content .tips-wrapper .cont-wrapper {
    display: inline-block;
    *display: inline;
    width: 90%;
}

#content .tips-wrapper .icon-tips {
    background: url(../images/login/icon-tips.png);
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 5px;
}

/*右边登录入口*/
.login-wrap {
    position: relative;
    height: 475px;
    z-index: 5;
}

.login-wrap .login-form {
    float: right;
    top: 10px;
}

.login-form {
    position: relative;
    z-index: 4;
    background: #fff;
    overflow: visible;
    width: 346px;
}

.login-wrap .login-form.change-password-form {
    margin: 7% auto;
    float:none;
    top: 0;
}
.login-wrap .login-form.change-password-form .form .item-fore2 {
    width: 270px;
}
.login-wrap .login-form.change-password-form .form .itxt {
    width: 220px;
}

.change-password-title {
    background: #d2d6de;
    padding: 17px 0;
    width: 100%;
    text-align: center;
}

.login-wrap .login-form.change-password-form .login-box {
    border: 1px solid #cccccc;
    padding: 0;
}
.login-form.change-password-form .msg-wrap {
    display: block;
    width: auto;
}
.login-form .login-tab {
    height: 54px;
    font-size: 18px;
    font-family: "microsoft yahei";
    text-align: center;
    border-bottom: 1px solid #f4f4f4;
    position: absolute;
    background: #fff;
    display: block;
}

.login-form .login-tab a {
    width: 100%;
    height: 18px;
    position: absolute;
    left: 0;
    top: 18px;
    border-right: 1px solid #f4f4f4;
    text-decoration: none;
}

.login-form .login-tab a:focus {
    outline: 0 !important;
    -moz-outline: 0 !important;
}

.login-form .login-tab a.checked, .login-form .login-tab a:hover {
    font-weight: 700;
    color: #2c417f;
}

.login-form .login-tab-l, .login-form .login-tab-r {
    width: 100%;
}

.login-form .login-tab-r {
    right: 0;
}

.login-form .login-box {
    width: 312px;
    padding: 20px 0;
    /* visibility: hidden; */
}

.login-form .login-box .m20 {
    margin-left: 20px;
    margin-right: 20px;
}

.login-form .login-box .mt {
    display: inline-block;
    display: block;
    width: 312px;
    overflow: visible;
    height: 27px;
}

.login-form .login-box .mt:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    /* visibility: hidden; */
}

.login-form .login-box .safe {
    position: relative;
    color: #666;
    *float: left;
    *width: 305px;
}

.login-form .login-box .safe span {
    margin-right: 15px;
    float: right;
}

.login-form .login-box .safe .forget-pw-safe {
    position: absolute;
    *float: right;
    *position: static;
    right: 0;
    top: 0;
    margin: 0;
}

* html .login-form .login-box .mt {
    height: 1%;
}

* + html .login-form .login-box .mt {
    min-height: 1%;
}

.login-form .login-box .tab-h {
    height: 35px;
}

.login-form .msg-wrap {
    min-height: 23px;
    margin-top: 5px;
    margin-bottom: 5px;
    height: auto !important;
    width: 100%;
}

.login-form .msg-error {
    position: relative;
    background: #ffebeb;
    color: #e4393c;
    border: 1px solid #faccc6;
    padding: 3px 10px 3px 40px;
    line-height: 15px;
    height: auto;
    margin-bottom: 10px;
}

.login-form .msg-error b {
    position: absolute;
    top: 50%;
    left: 10px;
    display: block;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    overflow: hidden;
    background: url(../images/login/pwd-icons-new.png) -104px -49px no-repeat;
}

.login-form .msg-info {
    position: relative;
    background: #ebffeb;
    color: #00a65a;
    border: 1px solid #008d4c;
    padding: 3px 10px 3px 40px;
    line-height: 15px;
    height: auto;
    margin-bottom: 10px;
}

.login-form .msg-info b {
    position: absolute;
    top: 50%;
    left: 10px;
    display: block;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    overflow: hidden;
    background: url(../images/login/pwd-icons-new.png) -104px -23px no-repeat;
}

.login-form .login-box .mc {
    overflow: visible;
}

.form input.hide, #dialog form input.hide {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

.form .item {
    position: relative;
    margin-bottom: 20px;
    z-index: 1;
}

.form .item .name-label {
    background-position: 0 0;
}

.form .item .login-label {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 38px;
    height: 38px;
    border-right: 1px solid #bdbdbd;
    background: url(../images/login/pwd-icons-new.png) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
}

.form .item .pwd-label {
    background-position: -48px 0;
}

.form input[type="password"] {
    font-family: Tahoma, Helvetica, Arial;
}

.form .itxt {
    line-height: 18px;
    height: 18px;
    border: 0;
    padding: 10px 0 10px 50px;
    width: 260px;
    float: none;
    overflow: hidden;
    font-size: 14px;
    font-family: '宋体';
    *margin: -1px 0 0;
}

.form .item-fore1, .form .item-fore2, .form .item-fore3 {
    border: 1px solid #bdbdbd;
    height: 38px;
    width: 310px;
}

.form .item-fore1 {
    z-index: 6;
}

.form .item-fore2 {
    height: 38px;
    /* visibility: hidden; */
}

.form .item-fore5 {
    margin-bottom: 10px;
}

.form .item-fore4 {
    *float: left;
    *margin-top: 15px;
}

.login-form .login-box .login-btn {
    margin: 0 auto;
    height: 32px;
    width: 100%;
    position: relative;
    margin-top: 60px;
}

.login-form .login-box .login-btn .btn-img {
    border-color: #120b51;
    display: block;
    width: 100%;
    background-color: #2c417f;
    height: 32px;
    color: #fff;
    font-size: 20px;
    font-family: 'Microsoft YaHei';
    text-align: center;
}

.login-form .login-box .login-btn .btn-img:hover {
    text-decoration: none;
}

/*--------------------QQ，微信，注册----------------------*/
.coagent {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 50px;
    border-top: 1px solid #f4f4f4;
    height: auto;
    background-color: #fcfcfc;
}

.coagent ul {
    display: inline-block;
    display: block;
    list-style: none;
}

* html .coagent ul {
    height: 1%;
}

* + html .coagent ul {
    min-height: 1%;
}

.coagent li {
    float: left;
}

.coagent li .line {
    color: #ccc;
    padding: 0 10px;
}

.coagent li a.pdl {
    display: inline-block;
    position: relative;
    padding-left: 24px;
}

.coagent li a.pdl b {
    width: 19px;
    height: 18px;
    display: block;
    background: url(../images/login/QQ-weixin.png) no-repeat;
    margin: 0 auto;
    position: absolute;
    float: left;
    left: 0;
    top: 16px;
}

.coagent li a.pdl b.weixin-icon {
    background-position: -20px 0;
}

.coagent li a.pdl b.QQ-icon {
    background-position: 0 0;
}

.coagent li a.pdl b.dingding-icon {
    background: url(../images/login/dingding.png) no-repeat;
    background-position: 0 0;
}

.coagent li.extra-r {
    float: right;
}

.coagent .regist-link {
    color: #b61d1d;
    font-size: 14px;
}

.coagent .regist-link b {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 16px;
    height: 16px;
    overflow: hidden;
    background: url(../images/login/pwd-icons-new.png) -104px -75px no-repeat;
    vertical-align: middle;
    margin-right: 5px;
}

/*---------------------banner---------------------------------*/
.login-wrap .login-banner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 475px;
    background: #261A6E;
}

.login-wrap .i-inner {
    position: relative;
    z-index: 3;
    height: 475px;
    background-image: url(../images/login/banner-2.fw.png);
}

/*------------------footer----------------------------------------------*/
#footer {
    padding-bottom: 30px;
    text-align: center;
}

#footer .links a, #footer-2013 .links span {
    margin: 0 10px;
}

#footer.links span a {
    margin: 0;
}

#footer .copyright {
    margin: 10px 0;
}

.login-logo, .register-logo {
    font-size: 28px;
}

.login-logo img {
    margin: 20px 0;
}

.form .itxt-code {
    line-height: 18px;
    height: 18px;
    border: 0;
    padding: 10px 0 10px 10px;
    width: 180px;
    float: none;
    overflow: hidden;
    font-size: 14px;
    font-family: '宋体';
    *margin: -1px 0 0;
}

.form .item-fore3 {
    margin-bottom: 13px;
}

.img1 {
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 5px;
}

input.hide {
    display: none;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

.btn-primary:hover, .btn-primary:active, .btn-primary.hover {
	background-color: #367fa9;
}
.btn-primary:hover {
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
}
.btn.focus, .btn:focus, .btn:hover {
	color: snow;
	text-decoration: none;
}
.btn-block {
	display: block;
	width: 100%;
}
.btn-primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
}
.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.btn-success {
	background-color: #00a65a;
	border-color: #008d4c;
	color: snow;
}
.btn-success:hover, .btn-success:active, .btn-success.hover {
	background-color: #008d4c;
}
.btn-success:hover {
	color: #fff;
	background-color: #449d44;
	border-color: #398439;
}
.btn-group-lg > .btn, .btn-lg {
	padding: 16px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}
