*{
	margin: 0;
	padding:0;
	border:0;
}



::-webkit-scrollbar{display: none !important ;}





	.m-pic{display: none;}
	
.tqedu-head{height: 65px;}
.banner{
	position: relative;
	min-height: 900px;
	background: #421f7d;
}



.min-w{
	width:1200px;
	margin:0 auto;
	z-index: 100;
	position: absolute;
	height: 930px;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.Q_txt{
	padding-top: 20px;
	margin: 0 auto;
	text-align: center;
}
.cont_mode{
	width: 100%;
	margin-top: -80px;
}
.mode_left{
	float: left;
	width: 50%;
	text-align: center;
}
.Q_code{
	padding:20px;
	background: #3d2286;
	width:350px;
	margin:0  auto;
}

.Q_timer{
	color: #fff;
	text-align: center;
	font-size: 28px;
	font-weight: normal;
	white-space: nowrap;

}
.Q_timer em{
	font-family:"站酷文艺体" ;
	font-size:50px ;
	color: #f4d81c;
	font-style: normal;
	display: block;
	
}
.Q_timer span{
	color: #fff;
	background: #630d8f;
	font-family: "微软雅黑";
	font-size: 42px;
	padding:0 15px;	
	margin-right: 5px;
}

.rules{
	color: #fff;
	width: 50%;
	float: right;
	padding-top: 40px;
}

.R_title h2{
	font-size:36px ;
	line-height: 40px;
	font-weight: bold;
}
.R_explain{
	padding-top: 40px;
}
.R_explain li{
	list-style: none;
	height: 50px;
}
.R_explain li p{
	line-height: 30px;
}
.R_explain li p>em{
	font-style: normal;
	display: inline-block;
	font-size: 20px;
	padding:0 20px;
	border-radius: 15px;
	background: #421f7d;
	margin-right: 10px;
}



img{    
	border: 0;
    vertical-align: middle;
    max-width: 100%;
}
*, *:before, *:after {
    box-sizing: border-box;
}

@media screen and (max-width: 1100px){
	.banner{
		min-height: auto;
	}
	
	.min-w{width: 100%; position: absolute; top: 0; height: auto;}
	
	#topcontrol{display: none;}
	.s-pic{display: none;}
	.m-pic{display: block;}
	.Q_txt{padding-top: 0;}
	
	.cont_mode{margin-top: -30px;}
.mode_left{  float: none; width:100%;}
	
	.Q_code{
		width: 200px;
    	padding: 10px;
    	position: relative;
    	margin: 0 auto;
    	float: none;
	}
	
	.Q_timer{
		font-size: 18px;
	}
	.Q_timer em{ font-size: 22px;}
	.Q_timer span{
		font-size: 22px;
		padding:0 5px;
	}
	
	
	.rules{
		width: 100%;
		padding: 10px;
		margin-top: 10px;
		background: #421f7d;
	}

	.R_title h2{font-size: 20px; text-align: center;}
	
	.R_explain{
		width: 100%;
		padding:0;
		font-size: 14px;
	}
	.R_explain li{
		height: 44px;
	}
	.R_explain li p{
		padding:10px 0;
		line-height: 16px;
		padding-left: 35px;
		position: relative;
	}

	.R_explain li p>em{
		font-size: 16px;
		padding:3px 6px;
		position: absolute;
		left: 0;
		top: 5px;
	}
}

