body, html {
  height: 100%;
  -webkit-tap-highlight-color: transparent;
  position:relative;
}
ul li{list-style: none;}
a{text-decoration: none;cursor: pointer;}
/*定义滚动条宽高及背景，宽高分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar{
    width:4px;
    background-color:rgba(210,210,210,0);
}
/*定义滚动条的轨道，内阴影及圆角*/
::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
    border-radius:3px;
    background-color:rgba(210,210,210,0);
}
/*定义滑块，内阴影及圆角*/
::-webkit-scrollbar-thumb{
    border-radius:3px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
    background-color: rgba(0,0,0,.1);
}

.demos-title {
  text-align: center;
  font-size: 34px;
  color: #3cc51f;
  font-weight: 400;
  margin: 0 15%;
}
.weui-tabbar{
	position:fixed;
}
.demos-sub-title {
  text-align: center;
  color: #888;
  font-size: 14px;
}

.demos-header {
  padding: 35px 0;
}

.demos-content-padded {
  padding: 15px;
}

.demos-second-title {
  text-align: center;
  font-size: 24px;
  color: #3cc51f;
  font-weight: 400;
  margin: 0 15%;
}

/*   swipper轮播图   */
.swiper-container {
  width: 100%;
} 

.swiper-container img {
  display: block;
  width: 100%;
}

/*   更多应用列表   */
.grid_title{
	margin:5px 15px;
	color:#999;
	padding-left:8px;
	font-size:0.8em;
	position:relative;
}
.grid_title:before{
	content: "";
	width:4px;
	height:14px;
	background:#2e9be8;
	position:absolute;
	left:0;
	top:3px;
}

/*   首页      */
.weui-grid{
	width:25%;
	background:#fff;
}

.weui-tab__bd{
	height:calc(100% - 85px);
}
.no-more{
	text-align:center;
	background:#f7f7f7;
	color:#ccc;
	padding:20px 0;
	font-size:0.8em;
	overflow: hidden;
	position:relative;
	z-index:1;
}
.no-more:before{
	content:"";
	width:30%;
	height:1px;
	background:#ccc;
	position:absolute;
	left:20px;
	top:30px;
	z-index:2;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleY(.5);
  transform: scaleY(.5);
}
.no-more:after{
	content:"";
	width:30%;
	height:1px;
	background:#ccc;
	position:absolute;
	right:20px;
	top:30px;
	z-index:2;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleY(.5);
  transform: scaleY(.5);
}
.weui-items {
    margin-top: 1.17647059em;
    background-color: #fff;
    line-height: 1.41176471;
    font-size: 17px;
    overflow: hidden;
}
.weui-item{
    padding: 10px 15px;
    color: inherit;
    display:block;
}
.weui-item:active{
    background-color:#ececec;
}
.weui-item:before{
    content:"";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 1px;
    border-top: 1px solid #d9d9d9;
    color: #d9d9d9;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    left: 15px;
}
.weui-tabbar__item.weui-bar__item--on{
	background:#fff;
}
.weui-item_time,.weui-item_dt,.weui-cell_time,.table_cell_bd,.table_cell_ft{
	font-size:0.8em;
	color:#c8c8cd;
}
.weui-item_title-two{
	color:#c8c8cd;
}
.weui-item_time,.weui-cell_time{
	margin-left:25px;
}
.weui-item_more{
	background:#f7f7f7;
	text-align:center;
	font-size:0.8em;
	color:#c8c8cd;
	padding:6px 0;
}
.weui-item_news{
	padding:15px 0;
	text-align: center;
	overflow: hidden;
}
.weui-item_news h3{
	padding:0 20px;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.weui-item_news p{
	  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.weui-item_title img,.weui-cell_title img{
	width:20px;
	vertical-align:middle;
	margin-right:5px;
}
.weui-item_title-two img{
	width:16px;
	vertical-align:top;
	margin-right:5px;
}


.weui-media-box_span span{
	font-size:0.8em;
	color:#c8c8cd;
  margin-right:10px;
  line-height: 25px;
}
.weui-media-box_span span .iconfont{
	font-size:0.7em;
	margin-right:3px;
	vertical-align: middle;
}
.weui-panel__bd{
	background:#fff;
}
.head-item{
	height:10em;
	background:url(../images/head.jpg) no-repeat center;
	background-size:cover;
	position:relative;
	margin-bottom:3em;
}
.head-item:after{
	height:10em;
	width:100%;
	content:"";
	background:rgba(0,0,0,0.5);
	position:absolute;
	top:0;
	left:0;
	z-index:0;
}
.head-item img{
	height:5em;
	width:5em;
	border-radius:100%;
	border:2px solid #fff;
	margin-top:7em;
	margin-left:50%;
	position:relative;
	left:-2.5em;
	z-index:10;
}
.weui-tabbar__icon{
	position:relative;
}
/*头部header*/

header.fixed{
		width:100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
}
.header{
	height:32px;
	background:#3072d0;
	line-height:32px;
	color:#fff;
}
.header-left,.header-center,.header-right{
	float:left;
}
.header-left,.header-right{
	width:20%;
	height:32px;
}
.header-left a{
	color:#fff;
}
.header-center{
	width:60%;
	text-align:center;
}
.header .fa-angle-left{
	float:left;
	margin-left:1em;
	line-height:32px;
	font-size:16px;
	margin-right:5px;
}

/*通讯录*/

#letter{
    width: 100px;
    height: 100px;
    border-radius: 5px;
    font-size: 75px;
    color: #555;
    text-align: center;
    line-height: 100px;
    background: rgba(145,145,145,0.6);
    position: fixed;
    left: 50%;
    top: 50%;
    margin:-50px 0px 0px -50px;
    z-index: 99;
    display: none;
}
#letter img{
    width: 50px;
    height: 50px;
    float: left;
    margin:25px 0px 0px 25px;
}
.sort_box{
    width: 100%;
    padding-top:77px;
    overflow: hidden;
}
.sort_list{
    padding:10px 60px 10px 80px;
    position: relative;
    height: 40px;
    line-height: 40px;
    border-bottom:1px solid #ddd;
}

.sort_list .num_logo{
    width: 50px;
    height: 50px;
    border-radius: 10px;
    overflow: hidden;
    position: absolute;
    top: 5px;
    left: 20px;
}
.sort_list .num_logo img{
    width: 50px;
    height: 50px;
}
.sort_list .num_name{
    color: #000;
}

.sort_letter{
    height: 30px;
    line-height: 30px;
    padding-left: 20px;
    color:#787878;
    font-size: 14px;
    background: #f7f7f7;
}
.initials{
    position: fixed;
    top:86px;
    right: 0px;
    height: 100%;
    width: 15px;
    padding-right: 10px;
    text-align: center;
    font-size: 12px;
    z-index: 99;
    background: rgba(145,145,145,0);
}
.initials li img{
    width: 14px;
}

/*学校概况*/
.p-profile{
	text-align: justify;
	text-indent:2em;
	margin-top:1em;
}
.h4-profile{
	margin-top:1em;
}
.p-bold{
	font-weight:bold;
}
/*新闻内容页*/
.weui-contain{
	padding:10px 15px;
}
.news-title{
	padding:0.5em 1em 0 1em;
	text-align: center;
}
.news-time{
	text-align: center;
	color:#999;
	font-size:13px;
}
/*成绩查询*/
.weui-media-box__hd.record_head_box{
	margin-right:0;
}
.weui-media-box__hd.record_head_box img{
	border-radius:100%;
}
.record_no_issue{
	color:#999;
}
.record_issue{
	color:#1aad19;
}
h4.weui-media-box__title img{
	height:1em;
	margin-right:3px;
}
.weui-media-box:last-child:after{
	  content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    border-top: 1px solid #e5e5e5;
    color: #e5e5e5;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    left: 15px;
}
.weui-cell_subject{
	float:left;
}
.weui-cell_score{
	float:right;
}
.weui-cell__hd img{
	width:20px;
	margin-right:5px;
	display:block;
}

/*课表查询*/
.timetable-navbar,.notice_navbar{
	position:relative;
	z-index:1;
}
.timetable-navbar + .weui-tab__bd,.notice_navbar + .weui-tab__bd{
	padding-top:0;
	height:auto;
}
.weui-navbar__item.weui-bar__item--on {
    border-bottom: 2px solid #3072d0;
    color:#3072d0;
}
.time_tables{
	position:relative;
	overflow: hidden;
}
.time_tables:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    border-bottom: 1px solid #ccc;
    color: #ccc;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
}
.time_table_jie,.time_table_d{
	padding:10px 15px;
}
.time_table_jie{
	width:calc(20% - 10px);
	background:#f1f1f1;
	line-height:45px;
	text-align:center;
	float:left;
	padding:10px 5px;
}
.time_table_d{
	overflow:hidden;
}
.table_cell{
	display:flex;
}
.table_cell_bd{
	flex:1;
}
.table_cell_ft{
	text-align:right;
}
.time_table_d h4{
	color:#1aad19;
}
h4.time_table_off{
	color:#ccc;
}
/*成绩查询头部、日程安排头部*/
.media_header{
	background:#2e9be8;
	color:#fff;
	top:-2px;
}
.media_header:before{
	border-color:#2e9be8;
}
.time_month{
	background:none;
	border-style:none;
	color:#fff;
	position: relative;
  left: -40px;
  top: -20px;
  width:30px;
}
.time_day{
    border-style: none;
    font-size: 42px;
    position: relative;
    left: 0;
    top: -60px;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #fff;
    color: #2e9be8;
    text-align: center;
}
.swiper-pagination-bullet{background:#fff;opacity:0.7;}
.swiper-pagination-bullet-active{background:#ff0000;}

.weui-media-box{
	display:block;
}
.weui-media-box__title {
    font-weight: 400;
    font-size: 17px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal; 
    word-wrap: break-word; 
    word-break: break-all; 
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.weui-media-box__title .iconfont{color:#ccc;}
.weui-media-box__title .iconfont.list_new{color:#ff0000;}
.survey_banner {
    height: 90px;
    padding-top: 50px;
}
.survey_banner h1 {
    text-align: center;
    color: #fff;
    line-height: 40px;
    padding: 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.weui-media-box_span .survey_state {
    float: right;
    color: #3072d0;
}
.survey_btn{
    width: 80%;
    margin: 10px auto;
    padding: 5px;
    border: 1px solid #3072d0;
    border-radius: 4px;
    color: #3072d0;
    text-align: center;
    font-size: 15px;
    display: block;
    cursor: pointer;
}
.survey_btn:hover{
	background:#3072d0;
	color:#fff;
}
.survey_state_finished {
    color: #999!important;
}
.survey_btn_look {
    background: #eee;
    border-color: #eee;
    color: #666;
}
.survey_btn_look:hover {
    background: #ddd;
    color: #555;
}

.weui-tabbar__item.weui-bar__item--on .weui-tabbar__label,.weui-tabbar__item.weui-bar__item--on .iconfont{
	color:#3072d0;
}