@charset "utf-8";
/* CSS Document */
body{
	font-family: '微软雅黑';
	background: #f1f2f7;
}
#banner{
	width: 100%;
	height: 200px;
	background: url('../img/bg.jpg') no-repeat;
	background-size: cover;
}
#banner #banner-content{
	width: 317px;
	margin: 0 auto;
	overflow: hidden;
}
#banner #banner-content .logo{
	width: 216px;
	height: 59px;
	background: url('../img/logo.png') no-repeat;
	margin: 67px auto 16px auto;
	opacity: 0;
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
	animation: show 1s both;
	-webkit-animation: show 1s both;
}
#banner #banner-content .logo-info{
	width: 100%;
	height: 28px;
	background: url('../img/logo-info.png') no-repeat;
	opacity: 0;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transform: translateY(50px);
	animation: show 1s both;
	-webkit-animation: show 1s both;
}
#banner #banner-content .logo,#banner #banner-content .logo-info{
	/* -webkit-transition: .2s .4s;
	-moz-transition: .2s .4s;
	-ms-transition: .2s .4s;
	transition: .2s .4s; */
}
@keyframes show{
	100%{
		opacity: 1;
		transform: translateY(0px);
	}
}
@-webkit-keyframes show{
	100%{
		opacity: 1;
		transform: translateY(0px);
	}
}
.content {
	width: 798px;
	margin: 0 auto;
}
.content .title{
	text-align: center;
	font-size: 24px;
	color: #192027;
	font-weight: bold;
	padding: 38px 0; 
}
.content .content-box{
	width: 395px;
	margin: 0 auto;
	overflow: hidden;
}
.content .content-box form{
	overflow: hidden;
}
.input-group-addon{
	background: #ffffff;
	/* border-right: none; */
	outline: none;
}
.form-control:focus{
	box-shadow: none;
}
.input-group .form-control{
	border-left: none;
}
.input-group-addon span{
	color: #c7c5c5;
}
.input-group.focus .form-control{
	border-top-color: #fe4f3f;
	border-right-color: #fe4f3f;
	border-bottom-color: #fe4f3f;
}
.input-group.focus .input-group-addon{
	border-top-color: #fe4f3f;
	border-left-color: #fe4f3f;
	border-bottom-color: #fe4f3f;
}
.input-group.focus .input-group-addon span{
	color: #fe4f3f;
}
.remember{
	width: 18px;
	height: 18px;
	border: 1px solid #c6c6c6;
	cursor: pointer;
	float: left;
	background: #ffffff;
}
.remember.active{
	background: url('../img/remember.jpg') no-repeat;
}
#other span{
	color: #646464;
	margin-left: 14px;
}
.forget{
	color: #fe4f3f;
	float: right;
}
.login,.reg,.save{
	line-height: 44px;
	text-align: center;
	color: #ffffff;
	background: #fe4f3f;
	border-radius: 3px;
	width: 100%;
	padding: 0;
	font-size: 15px;
	cursor:pointer;
}
.line{
	margin-top: 37px;
	height: 3px;
	background: url('../img/line.jpg') no-repeat center center;
	position: relative;
}
#point{
	width: 8px;
	height: 2px;
	background: #fe4f3f;
	box-shadow: 1px 1px 1px #fe4f3f;
	position: absolute;
	left: 0;
	animation: point 6s infinite;
	-webkit-animation: point 6s infinite;
	opacity: 0;
}
@keyframes point{
	50%{
		opacity: 1;
	}
	100%{
		left: 798px;
		opacity: 0;
	}
}
@-webkit-keyframes point{
	50%{
		opacity: 1;
	}
	100%{
		left: 798px;
		opacity: 0;
	}
}
.no-user{
	text-align: center;
	font-size: 16px;
	margin-top: 30px;
}
.no-user a{
	color: #fe4f3f;
}

#code{
	width: 67%;
	float: left;
}
#msg{
	float: right;
}



.type{
	display: inline-block;
	cursor: pointer;
	padding: 0 20px;
}
.type.active .cricle{
	border-color: #fc5b4c;
}
.type.active .cricle span{
	background: #fc5b4c;
}
.type .cricle{
	width: 16px;
	height: 16px;
	border: 1px solid #dedede;
	border-radius: 50%;
	float: left;
	margin-right: 5px;
	margin-top: 2px;
}
.type .cricle span{
	display: block;
	background: #dedede;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin: 2px;
}

.notice{
	padding: 14px 33px;
	background: #f3ebce;
	border-radius: 3px;
	border: 1px solid #ffda78;
	position: relative;
	display: none;
}
.notice:nth-of-type(1){
	display: block;
}
.jt{
	width: 19px;
	height: 15px;
	background: url('../img/jiantou.jpg') no-repeat;
	position: absolute;
	top: -15px;
}
.jt1{
	left: 81px;
}
.jt2{
	left: 174px;
}
.jt3{
	left: 267px;
}

#myModal{
	width: 100%;
	display: none;
}

.code-img{
	width: 135px;
	cursor: pointer;
}






