@charset "utf-8";
/* CSS Document */

	*{
		margin: 0;
		padding: 0;
	}
	.main-640{
		max-width:640px;
/*		background-color: #189df6;*/
		margin: auto;
	}
	
	.header{
		width: 100%;
	}
	
	.header img{
		width:100%;
		display: block;
	}
	.menu-btn{
		max-width: 640px;
		background-color: #ffffff;
		overflow: hidden;
	}
	
	.menu-btn a{
		display:inline-block;
		width: 50%;
		float: left;
		text-align: center;
		line-height: 40px;
	}
	
	.menu-btn a div{
		overflow: hidden;
		margin:15px 5px;
		background-color:#0063dd; 
		border-radius: 6px;
		color:#ffffff;
	}

.banner{
	max-width: 640px;
	margin: auto;
	overflow: hidden
}

.banner img{
	width:100%;
}

.gh_question{
	background-color:#ffffff;
	margin:0 10px;
	max-width: 640px;
	padding: 10px 0;
}

.xuechegh{
	background-color: #189df6;
	padding: 10px 0;
	text-align: center;
}

.gh_q_top img.imgtitle{
	width: 50%;
	margin: 20px;
}

.gh_q_top p{
	font-size: 10px;
	color:#333333;
}

.xuechegh .question{
	text-align: left;
}

.gh_q_c{
	margin: 10px;
}

.question span{
	font-weight: 600;
	margin-left: 20px;
	font-size: 14px;
}

.question div{
	float: left;
	text-align: center;
	width: 40%;
	margin:5px 4.7%;
	display: block;
	overflow: hidden;
	line-height: 24px;
	border:solid 1px #cccccc;
	border-radius: 4px;
	font-size: 12px;
}

.question{
	overflow: hidden;
	margin-top: 20px;
}

.question div.onclick{
	border:solid 1px #189df6;
	color:#ffffff;
	background-color:#189df6;

}

.btn-up{
	width: 60%;
	line-height: 40px;
	background-color: #fbec00;
	font-size: 14px;
	margin:15px auto;
	border-radius: 30px;
	font-weight: 600;
}

.img-c{
	margin: 10px;
	overflow: hidden;
}

	.img-c img{
		width:100%;
		display: block;
	}

.biyezhaop{
/*	margin: 10px;*/
}

.biyezhaop img{
	width: 100%;
}

.gh_q_cg p{
	text-align: left;
	font-size: 12px;
	font-weight: 600;
}

.gh_q_cg{
	margin: 10px;
}
ul,li{
	list-style: none;
}

.lefttitle{
	float: left;
	text-align: left;
}

.right{
	float: right;
	text-align: right;
}

.gh_q_cg ul li{
	overflow: hidden;
	font-size: 12px;
}

.gh_q_cg ul{
	margin:10px;
}

/*日历*/
#cldFrame{
    position: relative;

}
#cldBody{

}
#top{
    position: relative;
    height: 60px;
    text-align: center;
    line-height: 60px;
}
#topDate{
    font-size: 12px;
}
.curDate{
    color: red;
    font-weight: bold;
}
table{
    background-color: #f7f7f7;
}
.week td,.week th{
    font-size: 12px;
}

.week td p{
	text-align:center;
	font-weight: normal;
	margin-top: 4px;
	font-size: 10px;
}

th{
	height:24px;
	background-color:#d2d2d2;

}

.zhoumo{
	background-color:#d2d2d2;
}

td{
    height: 50px;
    width: 60px;
    text-align: center;
    font-family: Simsun;
    font-size: 12px;
}
#left, #right{
    position: absolute;
    width: 60px;
    height: 60px;
}
#left{left: 0px;}
#right{right: 0px;}
#left:hover, #right:hover{
    background-color: rgba(30, 30, 30, 0.2);
}

.rili{
	font: 12px;
}

/*9-26 xh*/
.kpbx{
	background-color:#fbec00;
	margin: 10px;
	border-radius: 10px;
}

.kp-img img{
	width: 90px;
	height: 90px;
	overflow: hidden
}

.kp-img{
	width:90px;
	height:90px;
	display: block;
}

.pss{
	display: flex;
	padding: 10px;
}

.kp-center{
	flex: 1;
}

.kp-center{
	margin-left: 8px;
}

.kp-center p{
	font-size:14px;
}

.kp-center p.names{
	margin-bottom: 13px;	
}

.kp-center p.names span{
	font-size: 18px;
	font-weight: 600;
	margin-right: 10px;
}

.zjd{
	background-color:#ffffff;
	padding:20px 0 10px 0;
	margin-top:10px;
}


.p1{
	color:#003bff;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
}

.p2{
	color:#4c4c4c;
	font-size:15px;
	text-align: center;
	margin-top:10px;
}

.zjdimg{
	margin: 15px 40px;
}

.zjdimg img{
	width: 100%;
}