/* iCheck plugin Square skin, green
----------------------------------- */
.icheckbox_square-green,
.iradio_square-green {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(green.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_square-green {
    background-position: 0 0;
}
.icheckbox_square-green.hover {
    background-position: -24px 0;
}
.icheckbox_square-green.checked {
    background-position: -48px 0;
}
.icheckbox_square-green.disabled {
    background-position: -72px 0;
    cursor: default;
}
.icheckbox_square-green.checked.disabled {
    background-position: -96px 0;
}

.iradio_square-green {
    background-position: -120px 0;
}
.iradio_square-green.hover {
    background-position: -144px 0;
}
.iradio_square-green.checked {
    background-position: -168px 0;
}
.iradio_square-green.disabled {
    background-position: -192px 0;
    cursor: default;
}
.iradio_square-green.checked.disabled {
    background-position: -216px 0;
}

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    .icheckbox_square-green,
    .iradio_square-green {
        background-image: url(green@2x.png);
        -webkit-background-size: 240px 24px;
        background-size: 240px 24px;
    }
}

/*20191017*/
body{
	background-color:#fff;
	margin:0;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.clearfix{
	clear:both;
}
ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #999;
}
a{
	text-decoration:none;
}


/*****header*****/
.headerbox {
	background-color:#fff;
    height:110px;
}
.header {
    width: 1140px;
    margin: 0 auto;
}

.header .header-top-img img {
	width: 535px;
    padding-top: 20px;
}


/*****box*****/
.auth_page_wrapper {
    margin: 0 auto;
    padding: 0;
    font-family: 'Microsoft YaHei';
    font-size: 13px;
    color: #676A6C;
    background-image: url(background.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
	height: 600px;
}
.auth_tab_content {
    padding: 25px 35px 25px 35px;
    background-color: rgba(255, 255, 255,.9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5ffffff, endColorstr=#E5ffffff);
    min-height: 310px;
	min-height: 254px;
	margin-top: 100px;
}	
.auth_tab {
    width: 370px;
    margin-left: 232px;
}


/*****user-password*****/
.auth_icon {
    border: none;
    float: left;
}
.auth_icon_user {
    background: url(user1.png) 14px 12px no-repeat;
}
.auth_icon_pwd {
    background: url(password1.png) 14px 10px no-repeat;
}
.auth_input {
    border: none;
}
.auth_inputi_bg {
    border: 1px solid #d9d9d9;
    background-color: #fff;
	border-radius: 2px;
}
 input::-webkit-input-placeholder{
            color:#9d9c9c;
        }
        input::-moz-placeholder{   /* Mozilla Firefox 19+ */
            color:#9d9c9c;
        }
        input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
            color:#9d9c9c;
        }
        input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
            color:#9d9c9c;
        }
		
		
/*****button*****/		
.auth_login_btn {
    color: #fff;
    padding: 12px 22px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 2px;
    text-decoration: none;
    border: 1px solid transparent;
    width: 100%;
}
.primary {
    background-image: -moz-linear-gradient( 176deg, rgb(25,120,68) 0%, rgb(19,140,74) 100%);
	background-image: -webkit-linear-gradient( 176deg, rgb(25,120,68) 0%, rgb(19,140,74) 100%);
	background-image: -ms-linear-gradient( 176deg, rgb(25,120,68) 0%, rgb(19,140,74) 100%);

}
.primary:hover {
    background-image: -moz-linear-gradient( -176deg, rgb(19,140,74) 0%, rgb(25,120,68) 100%);
	background-image: -webkit-linear-gradient( -176deg, rgb(19,140,74) 0%, rgb(25,120,68) 100%);
	background-image: -ms-linear-gradient( -176deg, rgb(19,140,74) 0%, rgb(25,120,68) 100%);

}


/*****other-login*****/
.other-login .other-login-title{
	position: relative;
	text-align: center;
	color:#787777;
	font-size:14px;
	font-weight: normal;
}
.other-login .other-login-title:before {
    position: absolute;
    width: 32%;
    height: 0;
    content: '';
    border-top-width: 1px;
    border-top-style: dashed;
	border-top-color: #adacac;
    top: 10px;
    left: 0;
}
.other-login .other-login-title:after{  
	position: absolute;
    width:32%;
    height: 0;
    content: '';
    border-top-width: 1px;
    border-top-style: dashed;
	border-top-color: #adacac;
    top: 10px;
    right: 0;   
}
/*.other-login {
	height: 50px;
}
.other-login-title {
	background: url(../../images/other-way-login.png) center;
}*/
.other-login-item {
	height: 15px;
	width: 100%;
	display: block;
	text-align: center;
	margin-bottom: 16px;
}
#qqLogin {
	background-image: url(qq.png);
	background-repeat: no-repeat;
	width: 32px;
    height: 32px;
	display: inline-block;
	/*margin-right: 24px;*/
	cursor:pointer;
}
#wxLogin {
	background-image: url(wx.png);
	background-repeat: no-repeat;
	width: 33px;
    height: 32px;
	display: inline-block;
	cursor:pointer;
}
.auth_tab_content_item .remember-box{
	margin-bottom: 12px;
}
.await-icon{
	font-style: normal;
	display: block;
	font-size: 12px;
}
.other-login-item span{
	display: inline-block;
    margin-right: 20px;
	margin-left: 20px;
}


/*****forgetp*****/		
.auth_login_forgetp small {
    font-size: 12px;
    font-size: 12px;
    color: #9f9e9e;
    letter-spacing: 0;
}
.auth_tab_content_item p {
    position: relative;
    margin-top: 0;
}
.auth_login_forgetp {
    text-decoration: none;
    color: #9f9e9e;
}	


/*****footer*****/	
.auth_login_footer {
    width: 100%;
    text-align: center;
    background-color: #212529;
	height:55px;
	font-size:12px;
	line-height: 55px;
	font-size: 12px;
	color: #fff;
	letter-spacing: 0;
}


/*****cpatchaDiv*****/
#cpatchaDiv .vercode-img {
    width: 92px;
    height: 42px;
    vertical-align: top;
    margin-left: 3px;
}
#cpatchaDiv .auth_icon_ver {
    background: url(ver-code.png) 14px 12px no-repeat;
	border:1px solid #d9d9d9;
	border-right:none;
	background-color: #fff;
}
#cpatchaDiv .auth_input_ver{
	border:1px solid #d9d9d9;
	border-left:none;
}
.auth_error {
    position: absolute;
    color: #ED5565;
    font-size: 12px;
    top: 44px;
    left: 45px;
}


/*****login-prompt*****/
.login-prompt {
    background-color: #fff;
	width: 1140px;
    margin: 0 auto;
	padding-top: 8px;
}
.prompt-content {
    background-image: url(ico-notice2.png);
    background-repeat: no-repeat;
    background-position: 20px;
	float:left;
}
.prompt-content p span{
	color:#002216;
}
.prompt-content p {
    line-height:14px;
    margin-left: 110px;
    background-image: url(arrp1.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 15px;
	font-family: SourceHanSansCN-Regular;
	font-size: 12px;
	color: #999898;
	letter-spacing: 0.86px;
}
.campus-today{
	background-image: url(campus-today.png);
	float:right;
	width: 72px;
    height: 72px;
	cursor: pointer;
}
.campus-today span{
	line-height: 180px;
    margin-left: 9px;
    font-size: 14px;
    color: #a2a1a1;
}
.auth_input {
    padding: 13px 12px;
    font-size: 14px;
    margin: 0;
    color: #676a6c;
}
.auth_icon {
    border-right: none;
    width: 32px;
    height: 42px;
    float: left;
}
	

@media screen and (max-width: 1366px) {
	.list img{
		margin-left: -13px;
	}
	.auth_page_wrapper {
		/* width: 960px; */
		margin: 0 auto;
		padding: 0;
		font-family: 'Microsoft YaHei';
		font-size: 13px;
		color: #676A6C;
		height: 420px;
	}
	.header .header-top-img img {
		width: 200px;
		padding-top: 10px;
	}
	.headerbox {
		/* background-color: #093175; */
		background-color: #fff;
		height: 34px;
	}
	.header .tap-nav {
		float: right;
		margin-top: 40px;
		position:relative;
		
	}
	.header .tap-nav a {
		text-decoration: none;
		font-size: 12px;
		color: #999;
	}
	.auth_input {
		border:none;
		padding: 10px 0px;
		font-size: 12px;
		width: 170px;
		margin: 0;
		color: #676a6c;
	}
	.auth_icon {
		border: none;
		width: 36px;
		height: 30px;
		float: left;
	}
	.auth_error {
		top: 34px;
	}

	#cpatchaDiv .vercode-img{
		width: 70px;
		height: 32px;
		margin-left: 3px;
		vertical-align: top;
	}
	#cpatchaDiv .auth_input_ver {
		border: 1px solid #e1e1e2;
		border-left: none;
		padding: 8px 0px;
		font-size: 12px;
		width: 80px;
	}
	#cpatchaDiv .auth_icon_ver {
		background: url(ver-code1.png) 14px 7px no-repeat;
		border:1px solid #e1e1e2;
		border-right:none;
		height: 30px;
		background-color: #fff;
	}
	.auth_icon_user {
		background: url(user1.png) 14px 8px no-repeat;
	}
	.auth_icon_pwd {
		background: url(password1.png) 14px 8px no-repeat;
	}
	.auth_tab {
		width: 290px;
		margin-left: 208px;
	}
	.auth_tab_content {
		padding: 20px 25px 22px 25px;
		min-height: 205px;
		margin-top: 45px;
	}
	.auth_login_btn {
		padding: 6px 12px;
	}
	.login-prompt .login-prompt-title {
		font-size: 14px;
	}
	.login-prompt p {
		color: #666;
		font-size: 12px;
		line-height: 10px;
		margin-left: 100px;
	}
	.auth_login_footer {
		height: 34px;
		font-size: 12px;
		line-height: 34px;
		margin-top: 84px;
	}
	.auth_login_content {
		height: 510px;
		margin-top: 44px;	
	}
	.login-prompt {
		/*height: 84px;*/
	}
	.header {
		width: 998px;
		margin: 0 auto;
	}
	.login-prompt {
		width: 998px;
	}
	.auth_login_forgetp {
		text-decoration: none;
		color: #bbb;
		/*margin-left: 180px;*/
	
	}
	.other-login-title {
		background: url(other-way-login.png) center;
		background-size: 100% 100%;
		background-repeat: no-repeat;
		/* width: 100px; */
	}
	.other-login-item {
		height: 15px;
		width: 100%;
		/*display: block;*/
		text-align: center;
		margin-bottom: 8px;
	}
	#wxLogin {
		background-image: url(wx.png);
		background-repeat: no-repeat;
		width: 28px;
		height: 28px;
		display: inline-block;
		margin-right: 0px;
		background-size: 96%;
	}
	#qqLogin {
		background-image: url(qq.png);
		background-repeat: no-repeat;
		width: 28px;
		height: 28px;
		display: inline-block;
		/*margin-right: 16px;*/
		background-size: 96%;
	}
	.other-login-item span {
		display: inline-block;
		margin-right: 2px;
		margin-left: 2px;
	}
	.await-icon-wx{
		margin-left: 16px;
	}
	.other-login .other-login-title {
		font-size: 12px;
	}
	.other-login .other-login-title:before {
		position: absolute;
		width: 29%;
		height: 0;
		content: '';
		border-top-width: 1px;
		border-top-style: dashed;
		border-top-color: #adacac;
		top: 9px;
		left: 0;
	}
	.other-login .other-login-title:after {
		position: absolute;
		width: 29%;
		height: 0;
		content: '';
		border-top-width: 1px;
		border-top-style: dashed;
		border-top-color: #adacac;
		top: 9px;
		right: 0;
	}
	.campus-today span {
		line-height: 140px;
		margin-left: 7px;
		font-size: 12px;

	}
	.campus-today {
		background-image: url(campus-today1.png);
		float: right;
		width: 60px;
		height: 60px;
		cursor: pointer;
	}
	.userlogin-icon{
		width:100px;
	}
	.prompt-content {
		background-image: url(ico-notice2.png);
		background-repeat: no-repeat;
		background-position: 20px;
		float: left;
	}

}