.containers {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.form-group .login03 {
	width: 140px;
	height: 45px;
	border-radius: 4px;
	float: left;
}

.popWindow {
	width: 50%;
	height: 100%;
	background: #fff;
	border: none;
}

.header-bgImg {
	height: 82%;
	position: relative;
	background: #d6ebff;
}

.teaNum {
	color: #32cdbf;
}

.stuNum {
	color: #fa675c;
}

.parNum {
	color: #8794e4;
}

.todaySignNum {
	color: #fa675c;
}

.todayLoginNum {
	color: #8794e4;
}

.allNum {
	color: #ffc15e;
}

/* pc */
@media (min-width: 1000px) {
	.containers {
		min-width: 1170px !important;
		margin-left: 20%;
	}

	.container-fluid {
		height: 13%;
	}

	.header-bgImg {
		height: 82%;
		min-height: 770px;
		position: relative;
		background: #d6ebff;
	}

	.footerContent {
		height: 50px;
		width: 100%;
		text-align: center;
		line-height: 50px;
		color: #999999;
		position: relative;
		z-index: 100;
		/* position: fixed;
		bottom: 5px; */
	}

	/* 登录 人数统计 */
	.static {
		height: 52px;
		width: 1080px;
		margin: 0 auto;
	}

	.teaImg {
		width: 58px;
		height: 50px;
		display: inline-block;
	}

	.teaImg img {
		width: 100%;
		height: 100%;
	}

	.staText {
		display: inline-block;
		vertical-align: middle;
	}

	.static>div {
		display: inline-block;
		width: 200px;
		margin-left: 6px;
		margin-top: 6px;
		vertical-align: middle;
	}

	.fontSize {
		font-size: 18px;
	}

	.qrCode {
		width: 50px;
		height: 50px;
		position: absolute;
		left: 20%;
	}

	.bigQrCode {
		width: 200px;
		height: 200px;
		position: absolute;
		left: 17%;
		top: -200px;
		display: none;
	}

	.farContent:hover .bigQrCode {
		display: block;
	}

	/* 登录页文字 */
	.textBox {
		width: 68%;
		min-width: 600px;
		height: 200px;
		margin: 0 auto;
	}

	#plat {
		display: inline-block;
		font-size: 38px;
		float: left;
		margin-top: -3px;
		font-family: 黑体;
	}

	.ecosphere {
		font-size: 40px;
		font-weight: bold;
		margin: 0;
	}

	.topTit {
		/* height: 70px;
				line-height: 60px; */
	}

	.cloudPlatform {
		display: inline-block;
		/* height: 70px; */
		line-height: 18px;
	}

	.line {
		display: inline-block;
		width: 3px;
		border-radius: 1px;
		height: 40px;
		background: #414242;
	}

	.bottomTit {
		font-size: 40px;
		color: #1740ab;
	}

	.englishText {
		font-size: 14px;
		color: #6687cd;
	}

	.header-inform {
		position: absolute;
		top: 20%;
	}

	.header-left {
		padding: 14px 0 10px;
	}

	.companyLogo {
		width: 70px;
		height: 70px;
		float: left;
		margin-right: 10px;
	}

	.conpanyTit {
		display: inline-block;
		margin-top: 1px;
		font-size: 26px;
		font-weight: bold;
		font-family: TRENDS;
	}
}

/* ipad */
@media screen and (min-width:414px) and (max-width:1000px) {
	.container-fluid {
		height: 13%;
	}

	.header-bgImg {
		min-height: 720px;
	}

	.footerContent {
		height: 50px;
		font-size: 12px;
		text-align: center;
		line-height: 50px;
		color: #999999;
		position: relative;
		margin-top: 98px;
	}

	/* 登录 人数统计 */
	.static {
		height: 32px;
		width: auto;
		margin: 0 auto;
	}

	.teaImg {
		width: 30px;
		height: 28px;
		display: inline-block;
		margin-left: 30px;
	}

	.teaImg img {
		width: 100%;
		height: 100%;
	}

	.staText {
		display: inline-block;
		vertical-align: middle;
	}

	.static>div {
		display: inline-block;
		width: 150px;
		margin-left: 24px;
		margin-top: 6px;
		vertical-align: middle;
	}

	.titFontSize {
		font-size: 12px;
	}

	.fontSize {
		font-size: 12px;
	}

	.qrCode {
		width: 45px;
		height: 45px;
		position: absolute;
		left: 22%;
	}

	.bigQrCode {
		width: 200px;
		height: 200px;
		position: absolute;
		left: 17%;
		top: -200px;
		display: none;
	}

	.farContent:hover .bigQrCode {
		display: block;
	}

	/* 登录页文字 */
	.textBox {
		width: 90%;
		min-width: 600px;
		height: 200px;
		margin: 0 auto;
	}

	#plat {
		display: inline-block;
		font-size: 34px;
		height: 70px;
		float: left;
		margin-top: -3px;
	}

	.topTit {
		/* height: 70px;
				line-height: 60px; */
	}

	.cloudPlatform {
		display: inline-block;
		/* height: 70px; */
		line-height: 18px;
	}

	.line {
		display: inline-block;
		width: 3px;
		border-radius: 1px;
		height: 40px;
		background: #414242;
	}

	.bottomTit {
		font-size: 40px;
		color: #1740ab;
		font-weight: bold;
	}

	.englishText {
		font-size: 16px;
		color: #6687cd;
		font-weight: 300;
	}

	.ecosphere {
		font-size: 30px;
	}

	.englishText {
		font-size: 12px;
	}

	.companyLogo {
		width: 70px;
		height: 70px;
		float: left;
		margin-right: 10px;
	}

	.conpanyTit {
		display: inline-block;
		margin-top: 1px;
		font-size: 31px;
		font-weight: bold;
		font-family: TRENDS;
	}
}

/* 678 plus */
@media screen and (min-width: 375px) and (max-width: 414px) {
	.container {
		width: 100% !important;
	}

	.header-inform {
		position: absolute;
		top: 5%;
		right: 0;
		margin: 0 auto;
		z-index: 2;
		width: 100%;
		background-color: #d6ebff;
		border-radius: 6px;
		padding: 3px 38px;
	}

	.header-bgImg>img {
		width: 100%;
		height: 642px;
	}

	/* 在手机端隐藏背景图 */
	#loginBgImg {
		display: none;
	}

	.footerContent {
		height: 50px;
		font-size: 12px;
		text-align: center;
		line-height: 50px;
		color: #999999;
		position: relative;
		margin-top: 98px;
	}

	/* 登录 人数统计 */
	.static {
		height: 32px;
		width: auto;
		margin: 0 auto;
	}

	.teaImg {
		width: 30px;
		height: 28px;
		display: inline-block;
		margin-left: 30px;
	}

	.teaImg img {
		width: 100%;
		height: 100%;
	}

	.staText {
		display: inline-block;
		vertical-align: middle;
	}

	.static>div {
		display: inline-block;
		width: 150px;
		margin-left: 24px;
		margin-top: 6px;
		vertical-align: middle;
	}

	.titFontSize {
		font-size: 12px;
	}

	.fontSize {
		font-size: 12px;
	}


	.qrCode {
		width: 50px;
		height: 50px;
		position: absolute;
		left: 45%;
		top: -100px;
		display: none;
	}

	.bigQrCode {
		width: 200px;
		height: 200px;
		position: absolute;
		left: 17%;
		top: -200px;
		display: none;
	}

	.farContent:hover .bigQrCode {
		display: block;
	}

	/* 登录页文字 */
	.textBox {
		display: none;
	}

	.popWindow {
		width: 50%;
		height: 100%;
		background: #d6ebff;
		border: none;
	}

	.header-bgImg {
		height: 82%;
		min-height: 480px;
		position: relative;
		background: #d6ebff;
	}

	.space {
		display: none;
	}

	.companyLogo {
		width: 50px;
		height: 50px;
		float: left;
		margin-right: 10px;
	}

	.conpanyTit {
		display: inline-block;
		margin-top: 1px;
		font-size: 20px;
		font-weight: bold;
		font-family: TRENDS;
	}

	.logoTitEnglish {
		font-size: 12px;
	}

}

/* 手机端检查 */
@media (max-width: 375px) {
	.container {
		width: 100% !important;
	}

	/* .header-left>img{
                width: 200px;
            } */
	.header-inform {
		position: absolute;
		top: 5%;
		right: 0;
		margin: 0 auto;
		z-index: 2;
		width: 378px;
		background-color: #d6ebff;
		border-radius: 6px;
		padding: 2px 38px;
	}

	.header-bgImg>img {
		width: 100%;
		height: 572px;
	}

	/* 在手机端隐藏背景图 */
	#loginBgImg {
		display: none;
	}

	.footerContent {
		height: 50px;
		font-size: 12px;
		text-align: center;
		line-height: 50px;
		color: #999999;
		position: relative;
		margin-top: 78px;
	}

	/* 登录 人数统计 */
	.static {
		height: 32px;
		width: auto;
		margin: 0 auto;
	}

	.teaImg {
		width: 30px;
		height: 28px;
		display: inline-block;
		margin-left: 30px;
	}

	.teaImg img {
		width: 100%;
		height: 100%;
	}

	.staText {
		display: inline-block;
		vertical-align: middle;
	}

	.static>div {
		display: inline-block;
		width: 150px;
		margin-left: 24px;
		margin-top: 6px;
		vertical-align: middle;
	}

	.titFontSize {
		font-size: 12px;
	}

	.fontSize {
		font-size: 12px;
	}

	.qrCode {
		width: 50px;
		height: 90px;
		position: absolute;
		left: 38%;
		top: -56px;
		display: none;
	}

	.bigQrCode {
		width: 200px;
		height: 200px;
		position: absolute;
		left: 17%;
		top: -200px;
		display: none;
	}

	/* .farContent:hover .bigQrCode{
			   display: block;
			} */

	.popWindow {
		width: 50%;
		height: 100%;
		background: #d6ebff;
		border: none;
	}

	.header-bgImg {
		height: 82%;
		min-height: 436px;
		position: relative;
		background: #d6ebff;
	}

	.companyLogo {
		width: 50px;
		height: 50px;
		float: left;
		margin-right: 10px;
	}

	.conpanyTit {
		display: inline-block;
		margin-top: 1px;
		font-size: 20px;
		font-weight: bold;
		font-family: TRENDS;
	}

	.logoTitEnglish {
		font-size: 12px;
	}
}

@media (max-width: 320px) {
	.header-inform {
		position: absolute;
		top: 5%;
		right: 0;
		margin: 0 auto;
		z-index: 2;
		width: 378px;
		background-color: #d6ebff;
		border-radius: 6px;
		padding: 8px 38px;
	}

	/* 登录 人数统计 */
	.static {
		height: 32px;
		width: auto;
		margin: 0 auto;
	}

	.teaImg {
		width: 30px;
		height: 28px;
		display: inline-block;
		margin-left: 30px;
	}

	.teaImg img {
		width: 100%;
		height: 100%;
	}

	.staText {
		display: inline-block;
		vertical-align: middle;
	}

	.static>div {
		display: inline-block;
		width: 150px;
		margin-left: 2px;
		margin-top: 6px;
		vertical-align: middle;
	}

	.titFontSize {
		font-size: 12px;
	}

	.fontSize {
		font-size: 12px;
	}
}
