blockquote,body,button,code,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,legend,li,ol,p,pre,td,textarea,th,ul{margin:0;padding:0;font-family:'\5FAE\8F6F\96C5\9ED1','\5B8B\4F53',Arial,Helvetica,sans-serif}
fieldset,img{border:0}
:focus{outline:0}
abbr,acronym{border:0;font-variant:normal}
button,input,optgroup,option,select,textarea{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit}
code,kbd,samp,tt{font-size:100%}
button,input,select,textarea{resize:none}
textarea:focus{outline:0}
body{font-size:12px;line-height:24px;background-color:#fff}
ol,ul{list-style:none}
caption,td,th{font-weight:400;text-align:left}
caption,th{text-align:left}
a,a:active,a:link,a:visited{color:#666;text-decoration:none}
a:hover{color:#699E8A;text-decoration:underline}
h1{position:absolute;left:0;top:-30px;margin-top:-30px;height:30px;line-height:30px;font-size:18px}

.clearfix:after{
    content:"\0020";
    display:block;
    height:0;
    clear:both;
}
.clearfix{
    zoom:1;
}
.clearit{
    height:0;
    line-height:0; 
    font-size:0; 
    clear:both;
    overflow:hidden;
}
#tipClose {
    background: none repeat scroll 0 0 #FFFFCC;
    border: 1px solid #CC3300;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
    height: 21px;
    margin: 4px auto 0;
    text-align: center;
    width: 70px;
}
#tipClose a, #tipClose a:link, #tipClose a:visited {
    text-decoration: none;
}
.tip02 {
    background: url(../../../../images/login/tip02_top.png) no-repeat scroll right top rgba(0, 0, 0, 0);
    color: #660000;
    font-size: 12px;
    line-height:22px;
    left: 70px;
    position: absolute;
    text-align: center;
    top: -50px;
    width: 306px;
    z-index:1000;
}
.tip02_cnt {
    background: url(../../../../images/login/tip02_bot.png) no-repeat scroll right bottom rgba(0, 0, 0, 0);
    margin-top: 8px;
    padding: 0 12px 8px 24px;
    width: 270px;
}
.tip02_arrow {
    background: url(../../../../images/login/tip_arrow.gif) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 12px;
    left: 0;
    position: absolute;
    top: 52px;
    width: 12px;
}
.tip02 a, .tip02 a:link, .tip02 a:visited {
    color: #c00;
    text-decoration: underline;
}
.errors {
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    width: 280px;
    background: #fff;
    color: #d21033;
}
.success{
    display: inline-block;
    margin: 10px 48px;
    padding: 0 10px;
    width: 280px;
    border: 1px dotted #390;
    color: #390;
}
.box{
    width: 636px;
    background: #fff;
    margin: 0 auto;    
    border-radius: 4px;
    padding: 40px 0 40px;
}
.logininput{
    width: 270px;
    height: 46px;
    border:1px solid #C8C8C8;
    border-radius:4px;
    padding-left: 30px;
    -webkit-appearance: none;
}
.logininput:hover {
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 4px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}

body,
html {
    height: 100%;
    background: #f2f2f2;
}
.outer-layer {
    min-width: 1180px;
    min-height: 100%;
    margin-bottom: -150px;
}
.outer-layer .outer-layer-content {
    padding-bottom: 150px;
}
.outer-footer a{
    font-size: 14px;
    color: #fff;
}
.outer-footer a:hover{
    color: #fff;
}
.wrap1180{
    width: 1180px;
    margin: 0 auto;
}
.change-language{
    margin-left: 35px;
}
.blue-bg{
    background: #4877ed;
    height: 204px;
}
.main-container{
    margin-top: -185px;
}
.zh-tip{
    padding: 0 48px;
    font-size: 14px;
    color: #d21033;
    line-height: 22px;
    margin-bottom: 14px;
}
.form-box{
    position: relative;
    margin-bottom: 24px;
}

.form-box .user-icon {
    position: absolute;
    left: 10px;
    top: 16px;
    width: 14px;
    height: 16px;
    background: url("../../../../images/login2014/icon_input.png") no-repeat -16px 0;
}

.form-box .pwd-icon {
    position: absolute;
    left: 10px;
    top: 16px;
    width: 16px;
    height: 16px;
    background: url("../../../../images/login2014/icon_input.png") no-repeat 0 0;
}

.form-box .phone-icon {
    position: absolute;
    left: 10px;
    top: 16px;
    width: 16px;
    height: 16px;
    background: url("../../../../images/login2014/icon_input.png") no-repeat -48px 0;
}

.form-box .captcha-icon {
    position: absolute;
    left: 10px;
    top: 16px;
    width: 16px;
    height: 16px;
    background: url("../../../../images/login2014/icon_input.png") no-repeat -32px 0;
}

.submit-btn {
    width: 300px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    background: #4877ed;
    border: 1px solid #3166eb;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

.submit-btn:hover {
    background: #1a54e8;
    border: 1px solid #1448ca;
}

.sub-box {
    position: relative;
    margin-top: 30px;
    margin-bottom: 10px;
}

.sub-box .find-pwd {
    position: absolute;
    top: -26px;
    right: 10px;
    color: #4877ed;
}

.xxwzh {
    font-size: 14px;
}

.xxwzh a {
    color: #fff;
}

a.find-yhm {
    float: left;
    margin-right: 10px;
    color: #4877ed;
}

a.find-mm {
    float: left;
    color: #4877ed;
}

a.regist-btn {
    color: #4877ed;
    float: right;
}

.ncss-wap-head {
    display: none;
}

.ncss-wap-footer {
    display: none;
}

.ncss-stu-logo {
    float: left;
    width: 190px;
    height: 36px;
    background-image: url("../../../../images/ncss_login/ncss-logo.png");
    background-image: -webkit-image-set(url("../../../../images/ncss_login/ncss-logo.png") 1x, url("../../../../images/ncss_login/ncss-logo2x.png") 2x);
    background-repeat: no-repeat;
    background-size: 100%;
}

.wq-logo {
    float: left;
    height: 30px;
    margin-left: 20px;
    border-left: 1px solid #B0AEAF;
    padding-left: 20px;
    margin-top: 3px;
}

.wq-logo img {
    height: 30px;
}

.ncss-stu-header {
    padding: 16px 0;
    border-bottom: 1px solid #e2e2e2;
    background: #fff;
}

.ncss-stu-container {
    margin-top: 60px;
}

.ncss-stu-title {
    color: #666;
    text-align: center;
    margin-bottom: 20px;
}

.ncss-stu-title h2 {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.5;
}

.stu-xxwzh {
    font-size: 14px;
    color: #666;
}

.stu-xxwzh a:hover {
    color: #666;
}

.ncss-stu-btn {
    background: #03A9F4;
    border: 1px solid #03A9F4;
    -webkit-appearance: none;
}

.ncss-stu-btn:hover {
    background: #03A9F4;
    border: 1px solid #03A9F4;
    opacity: .8;
}

.ncss-stu-footer {
    text-align: center;
    color: #0C567F;
}

.ncss-stu-footer a {
    color: #0C567F;
}

.ncss-stu-footer a:hover {
    color: #0C567F;
}

.stu-outer-layer {
    margin-bottom: -105px;
}

.stu-layer-content {
    padding-bottom: 105px;
}

.stu-outer-footer {
    min-width: 1180px;
    width: 100%;
    height: 105px;
    background: #fff;
    padding-top: 25px;
    box-sizing: border-box;
    line-height: 2;
    border-top: 1px solid #e2e2e2;
    font-size: 14px;
}

.corp-box {
    position: relative;
    width: 300px;
    margin: 10px auto;
}

.ncss-stu-logo-n {
    float: left;
    text-decoration: none;
    width: 88px;
    height: 64px;
    background-image: url("https://t1.chei.com.cn/ncss/jyxw/images/logonew1x.png");
    background-image: -webkit-image-set(url("https://t1.chei.com.cn/ncss/jyxw/images/logonew1x.png") 1x,url("https://t1.chei.com.cn/ncss/jyxw/images/logonew2x.png") 2x);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 50%;
}

.wq-logo {
    margin-top: 17px;
}