@charset "utf-8";
/*****************全局***************/
* {
    font-family: "微软雅黑";
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    font-size:12px;
}
ul {
    list-style-type: none;
}
#fm {
	margin: 0;
	padding: 10px 0 0 25px;
}

.fitem {
	margin-bottom: 5px;
}

.fitem label {
	display: inline-block;
	width: 80px;
}

.fitem input {
	width: 150px;
}

body {
	margin: 0;
	/* 			background-image: url(../images/b1.gif); */
	background-repeat: repeat-x;
	background-position: 0 -620px;
}

.bottom {
	background-image: url(../images/b1.gif);
	background-repeat: repeat-x;
	background-position: 0px -501px;
	height: 50px;
	width: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

li {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    margin:0;
    padding:0;
}

input, textarea, select {
    font-size: 100%;
    padding:0 0 0 10px;
}

.clear {
    height: 0;
    font-size: 0;
    line-height: 0;
    clear: both;
}

html {
    color: #000;
    background: #fff;
}


a {
    text-decoration: none;
    color: #0d8dbf;
}


a:hover {
    text-decoration: underline;
    color: #0d8dbf;
}
/********header页头***********/
.enroll-header{
    padding: 20px 0 0 359px;   
}
@media screen and (max-width: 1480px){
.enroll-header{
    padding: 20px 0 0 100px;   
}
}
#errorFont{
	color:#F49756;margin-left:10px;position:relative;top:-3px;
}
#fmHeader{
	border:1px solid #F49756;
	background:#FAF0E8;
	display:none;
	width:290px;
}
.enroll-logo,.header-font{
    display: inline-block;
    
    background-repeat: no-repeat;
}
.enroll-logo{
    width:200px;
    height:60px;
    background-image: url("../images/logo.png");
}
.header-font{
    width:320px;
    height:60px;
    background-image: url("../images/logo-font2.png");
    background-position:10px 14px;
}
/**********login-section***********/

.login-section>div{
	width:1200px;
	margin:0 auto;
	height:700px;
}
.section-img-box{
	width:100%;
	margin-top:10px;
}
/* .login-bg{
	margin-left:90px;
} */
/***********/
/* case */
.case {
    /*background: url(../images/case.jpg) no-repeat;*/
    height: 450px;
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
}

.case_box {
    position: relative;
    width: 100%;
    height: 450px;
    overflow: hidden
}

.case_box .prev {
    text-indent: -9999px;
    background: url(../images/previous.png) no-repeat;
    left: 0px
}

.case_box .next {
    background: url(../images/next.png) no-repeat;
    top: 40%;
    right: 0px
}

.case_box ul {
    position: absolute;
    height: 450px;
    overflow: hidden;
    top: 0px;
    left: 0px
}

.case_box ul li {
    width: 600px;
    float: left;
    height: 450px
}

.case_box ul li.case_1 {
    background: url(../images/icon1.png) no-repeat center center;
}

.case_box ul li.case_2 {
    background: url(../images/icon2.png) no-repeat center center;
}

.case_box ul li.case_3 {
    background: url(../images/icon3.png) no-repeat center center;
}

.case_box ul li.case_4 {
    background: url(../images/icon4.png) no-repeat center center;
}

.case_info_add dd {
    line-height: 22px
}

.case_box ol {
    position: absolute;
    bottom: 0;
    left: 50%;
    /*margin: 0 0 0 -65px;*/
    height: 12px;
    z-index: 99;
}

.case_box ol li {
    float: left;
    margin: 0 4px;
    display: inline;
    width: 12px;
    height: 12px;
    line-height: 999em;
    background: url(../images/pagination.png) no-repeat;
    overflow: hidden;
    cursor: pointer;
}

.case_box ol li.active {
    background-position: 0 -12px;
}
/**********************/
.login-section-all{
	width:400px;
	padding-top:10px;
	border:1px solid #ccc;
	position:relative;
}
 #loginChangeImg{
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
	cursor:pointer;
	background-repeat:no-repeat;
}
.exchange-n{
	background-image:url("../images/erweima1.png");
}
.exchange-m{
	background-image:url("../images/erweima2.png");
}

.login-form-section{
  
    display:none;
	margin-left: 25px;
    /*-webkit-box-shadow:0 0 10px rgba(0, 204, 204, .5);*/
    /*-moz-box-shadow:0 0 10px rgba(0, 204, 204, .5);*/
    /*box-shadow:0 0 10px rgba(0, 204, 204, .5);*/
}

.paWrapper{
	display: flex;
	align-items: center;
	padding: 0 5px 10px 5px;
}
#fm{
	margin-top:60px;
}
#fm>div{
	margin-bottom:20px;
}
.yard_temp{
	position: relative;
	width:200px;
	height:200px;
	margin:20px auto 0 auto;
}

.imgMask{
	width: 100%;
	height: 100%;
	background: #ccc;
	position: absolute;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
}
.login-form-section>h1{
	font-size:20px;
	line-height:60px;
	margin-left:20px;
	color:#2e2e2e;
	font-weight: normal;
	margin-top:40px;
}
#login_id{
	width:300px;
    height:42px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #3499dc;
    color: #ffffff;
    cursor: pointer;
    font-size: 18px;
    letter-spacing:8px;
}
#login_id:hover{
    background-color: #58bdff;
}
.other-login-box{
	height:60px;
}
.other-login-box>div{
	float:left;
	/* padding:10px; */
	text-align:left;
	margin-top:10px;
}
.other-login{
	width:200px;
}
.other-qq>p{
	color:#A2A2A2;
}
.other-qq>ul{
	height:20px;
	margin-top:10px;
}

.other-qq>ul>li,.phone-down>ul>li{
	float:left;
	
}

.phone-down>ul>li>a{
	line-height:20px;
	padding-left:35px;
	font-size:14px;
	
	
}
.last-li-down{
	padding-left:10px;
}
.other-qq>ul>li>a{
	width:30px;
	height:30px;
	display:inline-block;
}
.other-qq>ul>li>a,.yard{
	background-image:url("../images/login-icon.png");
	background-repeat:no-repeat;
}
.android,.apple{
	background-image:url("../images/robot-icon.png");
	background-repeat:no-repeat;
}
.qq{
	background-position:0 -360px;
}

.qq:hover{
	background-position:0 -391px;
}
.weixin{
	background-position:-40px -360px;
}
.weixin:hover{
	background-position:-40px -391px;
}
.phone-down>ul{
	height:60px;
	/* margin-left:20px;  */
	margin-top:10px;
}

.android{
	display:inline-block;
	color:#131313;
	background-position:0 2px;
	margin-right:40px;
}
.android:hover{
	text-decoration: none;
    color: #0d8dbf;
	background-position:0 -40px;
}
.apple{
	display:inline-block;
	color:#131313;
	background-position:0 -84px;
}
.apple:hover{
	text-decoration: none;
    color: #0d8dbf;
	background-position:0 -126px;
}
/**************************/
.yard{
	width:100px;
	height:105px;
	margin-top:30px;
	background-position:-225px -349px;

}
.login-white-btn{
	text-align:center;
	height:50px;
	line-height:50px;
	margin-top:20px;
}
.login-white-btn>input{
	width:90px;
	height:42px;
	border:1px solid #ccc;
	background-color:#fff;
	color: #0d8dbf;
	margin-left:20px;
}
.login-white-btn>input:hover{
	background-color:#E4EBF1;
}
/********footer********/
.login-footer{
	margin:10px 0 20px 0;
	text-align:center;
	padding-top:60px;
}
.login-footer p{
	line-height:20px;
}
/*********input表单********/
.login-input,.authCode-ipt{
	padding:12px 0;
	border:1px solid #9c9c9c;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 15px;
}
.login-input{
	width:258px;
	padding-left:40px;
}
.authCode-ipt{
	width:165px;
	padding-left:10px;
}
#fm>div{
	text-align:left;
}
#rubyRails{
	position:absolute;
	top:40px;
	left:30px;
	font-size:16px;
	
}
#hint{
	position:absolute;
	top:5px;
	right:51px;
	line-height:28px;
	height:28px;
	width:135px;
	background-image:url("../images/hint.png");
	background-repeat:no-repeat;
}
.hint-code,.hint-brain{
	float:left;
	width:15px;
	height:28px;
	background-image:url("../images/hint-code.png");
	background-repeat:no-repeat;
}
.hint-code{
	background-position:0 5px;
}
.hint-brain{
	background-position:0 -19px;
}
#hintFont{
	float:left;
	height:28px;
	color:#f49756;
}
#uName{
	margin:10px 0 0 30px;
	color:#9c9c9c;
	height:25px;
	width:293px;
	position:absolute;
	top:40px;
	left:0;
}
#uName>div{
	height:23px;
	line-height:20px;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.normal-valite,.error-valite{
    display: inline-block;
    width: 20px;
    height:20px;
    background-image:url("../images/login-icon.png");
    background-repeat: no-repeat;
    position:relative;
    top:3px;
}
.error-valite{
    background-position:-10px 0;
}
#userName{
	background-image:url("../images/login-icon.png");
	background-repeat:no-repeat;
	background-position:0 -32px;
}
#pwd{
	background-image:url("../images/login-icon.png");
	background-repeat:no-repeat;
	background-position:0 -95px;
}