@charset "utf-8";
/* 初始化 */
html {-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;}
img {max-width: 100%;height: auto;width:auto\9; /* ie8 */}
*{margin:0; padding:0; border:none;box-sizing:border-box;}
body,html{height: 100%;}
body{background-color:#fafbfc;color:#000;font-family:"宋体";font-size: 16px;}
em,i{font-style: normal;}
a{text-decoration:none; color:#333;}
a:hover{ text-decoration:none;}
ul,ol{list-style:none;}
h1, h2, h3, h4, h5, h6{ font-size:100%;font-weight: normal;}
input,select{outline: none;}
.copy{text-align: center;color:#999;font-size: 12px;padding: 30px 0 20px;line-height:20px;}
.flex{display:flex;justify-content:space-between;}

/*登录*/
.titName {text-align: center;color: #fff;font-size:40px;line-height:100px;letter-spacing: 1px;background:#2c80de;box-shadow:0 .05rem .05rem #ddd;border-bottom:1px solid #ddd;font-weight:bold;}
.titName img{width: .6rem;vertical-align: middle;margin-top: -5px;}

/*登录-注册信息*/
.loginBox{width: 652px;margin: 30px auto 10px;background: #fff;padding: 30px;box-shadow: 0 0 3px #999;}
.loginBox p{text-align: center;margin-bottom: 30px;color: #2a559a;font-size: 16px;}
.loginBox p span{font-weight: bold;padding:0 10px;}
.loginBox .box{margin-bottom: 10px;}
.loginBox .box span{font-size: 12px;color:red;padding-left:29%;}
.shuru{line-height: 36px;display: flex;}
.shuru i{width: 30%;display: inline-block;text-align: right;padding-right:2%;}
.shuru input[type="text"], .shuru select{height: 36px;width:55%;padding: 0 1%;border: 1px solid #ddd;}
.shuru .short{width: 55%;display: flex;justify-content:space-between;}
.shuru .short input[type="text"]{width: 64%;}
.shuru .short input[type="button"]{width: 110px;border:1px solid #ddd;font-size: 12px;}
.shuru .short img{width:110px;height: 36px;border:1px solid #ddd;}
.next{text-align: center;}
.next input{background: #f88000;color: #fff;height: 40px;width:70%;border-radius: 8px;font-size: 18px;margin:30px 0 15px;}
/*登录下面的公示公告*/
.Notice{width: 800px;margin:0 auto;overflow: hidden;}
.Notice h3{font-size: 16px;color:#2a559a;font-weight: bold;margin-bottom: 10px;border-bottom:2px solid #2a559a;padding-bottom: 5px;}
.Notice li{width: 49%;overflow: hidden;white-space:nowrap;text-overflow:ellipsis;margin-bottom:12px;}
.Notice li:nth-child(odd){float: left;}
.Notice li:nth-child(even){float: right;}
.Notice li a:hover{color:#2a559a;text-decoration:underline;}
/*学生成绩*/
.Mark_cj{padding:35px 0;}
.Mark_cj span{margin-right:50px;display: inline-block;color:#000;font-size:20px;position: relative;padding-left: 18px;font-weight:bold;}
.Mark_cj span::after{content:" ";width: 8px;height: 8px;border-radius:50%;background: #000;position: absolute;left: 0;top:calc(50% - 4px);}

/*成绩信息内容页*/
.content{max-width:1000px;margin:0 auto;background: #fff;padding:0 20px;overflow: hidden;}
.heduiXX h3{font-size:20px;letter-spacing: 1px;border-right: 4px solid #669bef;border-left: 4px solid #669bef;padding:8px 20px;color:#000;background: #f5f5f5;text-align: center;border-top:1px solid #ddd;font-weight:bold;}
.heduiXX table{width: 100%;border-left:1px solid #ddd;border-top:1px solid #ddd;border-collapse: collapse;border-spacing: 0;}
.heduiXX table td {padding:10px 0;border-right:1px solid #ddd;border-bottom:1px solid #ddd; }

.chengjiXX{margin-bottom: 30px; }
.chengjiXX2{margin-bottom:10px;}
.chengjiXX tr:nth-child(1) td{font-weight: bold;}
.chengjiXX td{text-align: center;width: 12.5%;}
.chengjiXX2 td{text-align: center;width:10%;}
.chengjiXX .chengjiXX_CJ td{ font-weight:bold; }


.sureOk {width: 50%;height: 42px;background: #f88000;color: #fff;font-size: 18px;border-radius: 5px;display: block;margin:30px auto;}
.heduiXX dl{line-height: 26px;}
.heduiXX dl .SYS img{display: block;margin:auto;}
.heduiXX dl .SYS span{display: block;text-align: center;font-size: 14px;color:#999;letter-spacing:4px;}

.dd {
	font-size: 30px;
	text-align: center;
	color: #444444;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 100px 40px;
	max-width: 800px;
	line-height: 45px;
	margin: 50px auto 100px;
	background: #fff;
	box-shadow: 0 0 8px 0px #ddd inset;
}
/*手机端样式*/
@media(max-width:768px){
	.copy{font-size: .24rem;}
	.titName{font-size: .4rem;line-height:normal;padding:.3rem 0;}
	.content{padding:0 .2rem;background: none;}
	.heduiXX table{margin-bottom:.3rem;}
	/*登录-注册 信息*/
	.loginBox{width:90%;margin:5%;padding:.3rem;}
	.loginBox p{font-size: .34rem;margin-bottom:.5rem;}
	.shuru{line-height:.76rem;}
	.shuru i{display: none;}
	.shuru input[type="text"], .shuru select{font-size: .28rem;height: .8rem;width: 100%;background:url(../images/icon-id.png) no-repeat left center;-webkit-background-size:.8rem .5rem;background-size:.8rem .5rem;padding-left:1rem;}
	.MM input[type="text"]{background-image:url(../images/icon-mm.png);}
	.name input[type="text"]{background-image:url(../images/icon-xm.png);}
	.jhr_name input[type="text"]{background-image:url(../images/icon-jhrxm.png);}
	.shuru select{background-image:url(../images/icon-guanxi.png);}
	.shouji input[type="text"]{background-image:url(../images/icon-shouji.png);}
	.dizhi input[type="text"]{background-image:url(../images/icon-dizhi.png);}
	
	.shuru .short{width:100%;}
	.shuru .short input[type="text"]{width:62%;background-image: url(../images/icon-yzm.png);}
	.shuru .shouji_yzm input[type="text"]{background-image: url(../images/icon-dxyzm.png);}
	.shuru .short img{width:2.2rem;height:.8rem;}
	.loginBox .box span{padding-left: 0;}
	.next input{width: 100%;font-size: .32rem;letter-spacing:2px;height: .7rem;}
	.next .WXtishi{font-size:.26rem;line-height:.4rem;}
	.shuru .short input[type="button"]{width: 2.2rem;font-size: .24rem;}
	/*登录下面的公示公告*/
	.Notice{width:90%;margin:0 auto;overflow: hidden;font-size: .3rem;}
	.Notice h3{font-size:.32rem;}
	.Notice li{width:100%;margin-bottom:.22rem;}
	/*学生成绩*/
	.Mark_cj{padding:20px 0;display: flex;justify-content: space-between;}
	.Mark_cj span{margin-right:0;font-size:.3rem;padding-left:.3rem;}
	.Mark_cj span::after{width: 6px;height: 6px;top:calc(50% - 3px);}
	
	/*内容页*/
	.heduiXX h3{border-bottom:1px solid #ddd;font-size: .32rem;padding:.2rem 0;}
	.heduiXX table{border: 0;font-size: .28rem;}      
	.heduiXX table tr{display: block;border-bottom: 1px solid #ddd;padding:0 .2rem;}      
	.heduiXX table td{text-align:left;border: none;font-weight:bold;font-size:.35rem;height:1rem;}      
	.heduiXX table td:last-child {border-bottom: 0;}  
	.heduiXX table td b{font-weight:normal;}
	
	.chengjiXX{position: relative;}
	.chengjiXX .chengjiXX_CJ{position: absolute;right: 0;top: 0;width: 50%;padding-left:0;}
	.chengjiXX .chengjiXX_CJ td{width: 100%;text-align: right;padding-right: .5rem;color:#000; }
	.chengjiXX td{display: block !important;width: 50%;border-bottom:1px dashed #ddd !important;padding-left: .5rem !important;}

	.sureOk {width:80%;height:.8rem;font-size:.32rem;border-radius: 5px;margin:.5rem auto;}
	.heduiXX dl{line-height:.48rem;font-size: .26rem;padding:0 .2rem;}
	.heduiXX dl .SYS img{width: 3rem;margin-top: .2rem; }
	.heduiXX dl .SYS span{font-size: .28rem;}

	.dd {
		font-size: .3rem;
		padding: 1rem .2rem;
		line-height: .48rem;
		margin: .6rem .3rem 1rem;
	}
}




