@charset"utf-8";
/*开始你的内容创作之旅*/
.container{
	width: 1200px;
}
.box{
    width: 100%;
    height: 100vh;
    position: relative;
}

.loginDiv{
    text-align: center;
    padding-top: 110px;
}
.login-fm{
	background-color: #fff;
	position: relative;
	margin: auto;
	border-radius: 60px;
	overflow: hidden;
	width: 100%;
}
.login-inp{
	width: 100%;
	height: 60px;
	color: #333;
	font-size: 16px;
	padding-right: 100px;
	padding-left: 40px;
}
.login-inp::-webkit-input-placeholder{
	color: #dddddd;
}
.login-btn{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	background-color: rgba(0,0,0,0);
}
.login-box{
	width: 560px;
	position: relative;
	margin: auto;
	margin-top: 55px;
}
.icon-hdie{
	position: absolute;
	left: 100%;
	bottom: 100%;
	margin-bottom: -15px;
	margin-left: -20px;
}
.footer{
	position: absolute;
	bottom: 65px;
	text-align: center;
	width: 100%;
}
.lagList{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	margin-bottom: 25px;
}
.lagList li{
	padding: 0 10px;
}
.lagList li a{
	display: block;
	width: 40px;
	height: 40px;
	background-color: #fff;
	color: #666666;
	font-size: 14px;
	border-radius: 100%;
	text-align: center;
	line-height: 40px;
	text-transform: uppercase;
}
.lagList li.active a{
	background-color: #a42423;
	color: #fff;
}
.footTxt{
	font-size: 14px;
	color: #666666;
}
.footTxt span, .footTxt a{
	margin: 0 5px;
}
.footTxt a{
	color: #666666;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.footTxt a:hover{
	color: #333;
}
.sch-loginDiv{
	padding-top: 30px;
}
.sch-loginDiv .logo{
	width: 110px;
	margin: auto;
	margin-bottom: 90px;
}
.sch-loginDiv .logo img{
	width: 100%;
}
.schJg-div{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	background: url(../images/jg-bg.png) no-repeat center center/100% auto;
	height: 430px;
	position: relative;
}
.schJg-nodiv{
	flex-wrap: wrap;
}
.schJg-img{
	width: 35.416%;
	position: relative;
	z-index: 1;
	flex-shrink: 0;
}
.schJg-img .stunner{
	position: absolute;
	transform-origin: 0px 0px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	top: 0;
	left: 12px;
	font-size: 24px;
	color: #9a1d21;
	z-index: -1;
	letter-spacing: 3px;
}
.schJg{
	padding-left: 120px;
	width: 100%;
}
.schJg .title{
	font-size: 48px;
	color: #9a1d21;
	margin-bottom: 35px;
}
.jgList li{
	height: 56px;
	width: 340px;
	border: solid 1px #e5e5e5;
	border-radius: 56px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	font-size: 18px;
	line-height: 32px;
	padding: 0 40px;
}
.jgList li:not(:last-child){
	margin-bottom: 20px;
}
.jgList li .cols{
	color: #9a1d21;
}
.schJg-div .x-but{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
	cursor: pointer;
}
.schJg-noDiv{
	display: block;
	text-align: center;
	width: 100%;
}
.schJg-noDiv .txt{
	font-size: 16px;
	color: #999999;
	margin-top: 40px;
}
.schJg-div .login-box{
	margin-top: 0;
}
.schJg-div .login-fm{
	border: solid 1px #e5e5e5;
}

.jgList{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	padding-right: 100px;
}
.jgList li{
	width: 48%;
	padding: 0 30px;
	font-size: 16px;
}
.jgList li:nth-child(2n+1){
	margin-right: 2%;
}
.jgList li .nm{
	flex-shrink: 0;
}
.jgList li{
	line-height: 20px;
}
.jgList li div{
	display: flex;
	display: -webkit-flex;
	align-items: flex-start;
}







/* IE浏览器版本兼容调试 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){
	
}

/* 放置全部hover效果 */
@media screen and (min-width: 1200px){

}