.main-window {
	position: fixed;
    overflow: scroll;
	background-color: #ffffff;
	width: 100%;
	height: 100%;
}

.slide-container{
	position: absolute;
	width: 414px;
	min-height: 667px;
	max-height: 700px;
    height: 100%;
	margin: auto;
}

.lock_wrp{
	position: fixed;
	width: 100%;
    height: 100%;
	display: none;
    background-color: #333;
    color: rgba(255,255,255,.8);
    z-index: 9999;
}
/* @media screen and (orientation:portrait) { */
/* @media screen and (orientation:landscape) { */
@media screen and (orientation:landscape) {
	.lock_wrp {
		display: block!important
	}
	.lock {
		color:#fff;
		text-shadow: 0 1px 0 #000;
		position: absolute;
		left: 50%;
		top: 50%;
		width: 250px;
		height: 150px;
		margin: -75px 0 0 -125px;
		text-align: center;
	}
	.lock i {
		font-size: 500%;
		/* position: relative;
		display: block;
		width: 74px;
		height: 110px;
		background: url(http://i11.tietuku.com/8f15d51b901bd922.png) 0 0 no-repeat;
		background-size: 100%;
		margin: 0 auto; */
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		-webkit-animation: iphone 1.6s ease-in infinite;
		animation: iphone 1.6s ease-in infinite;
	}
	@-webkit-keyframes iphone {
		0% {
		-webkit-transform:rotate(-90deg)
		}
		25% {
		-webkit-transform:rotate(0deg)
		}
		50% {
		-webkit-transform:rotate(0deg)
		}
		75% {
		-webkit-transform:rotate(-90deg)
		}
		100% {
		-webkit-transform:rotate(-90deg)
		}
	}
	@keyframes iphone {
		0% {
		transform:rotate(-90deg)
		}
		25% {
		transform:rotate(0deg)
		}
		50% {
		transform:rotate(0deg)
		}
		75% {
		transform:rotate(-90deg)
		}
		100% {
		transform:rotate(-90deg)
		}
	}
}


.layoutTop{
	width: 414px;
	height: 50px;
	background-color: #222222;
	color: #fff;
	text-align: center;
	line-height: 50px;
}

.layoutTop a{
	color: #fff;
}

.layoutSwiper{
	width: 414px;
	height: 172px;
	background: url(../img/swiper1.png) no-repeat 0 0 / 100% 100%;
}

.layoutBottom{
	position: fixed;
	bottom: 0px;
	width: 100%;
	background-color: #f5f5f5;
}

.menufw .row{
	margin-right: 0px;
}

.userheadimg{
	border-radius: 20px;
}

/* 
.listColumn1{
	width: 350px;
	margin: auto;
	text-align: center;
	padding-top: 10px;
	position: relative;
} */
.titleLine1{
	width: 350px;
	position: absolute;
	top: 110px;
	background-color: #ffffff9d;
	text-align: left;
	padding: 10px;
}
.titleLine1 p{
	margin: 0px;
}
.titleLine1_name{
	font-size: 16px;
}
.titleLine1_total{
	color: #fe4444;
}
.titleLine1_type{
	color: #fe4444;
	float: right;
}

.todayTask{
	position: absolute;
	bottom: 70px;
    right: 10px;
}

.second1.current{
	color: #337ab7;
	border-bottom: 1px solid #337ab7;
}
.second1{
	color: #ccc;
}

.rowTitle{
	position: relative;
}
.rowTitle::after{
	/* content: " ";
    width: 50%;
    height: 1px;
    background: #ccc;
    position: absolute;
    bottom: 2px;
    left: 37%;
    transform: translateX(-35%); */
}

.rowTitle.rowTitle2::after{
	width: 31%;
    left: 32%;
}

.rowTitle.rowTitle5::after{
	width: 60%;
    left: 41%;
}


.coursesName{
	color: #4294d7;
	text-align: center;
	line-height: 40px;
	font-size: 12px;
	
}
.coursesTeacher{
	color: #b7b7b7;
	font-size: 12px;
	text-align: center;
}
.coursesContent{
	color: #b7b7b7;
}
.coursesDiv{
	background-color: #f4f4f4;
	 width: 88%; 
	 margin: auto; 
	 padding: 10px 5px 10px 5px;
	 /* border: solid 1px #e2e2e2; */
}
.illnessDiv{
	width: 96%; 
	margin: auto; 
	padding: 5px;
	text-align: center;
	border: solid 1px #009be0;
	color: #000;
}

.fwitem{
	margin: 5px 0px 10px 0px; 
	padding: 5px;
	border: solid 1px #a9a9a9;
	box-shadow: #a9a9a985 0px 0px 5px 2px;
}

.tabDiv{
	text-align: left;
}

.fwitem-img{
	float: left;
	margin-right: 5px;
}

.fwitem-title{
	color: #009be0;
	font-weight: bold;
	line-height: 24px;
}

.fwitem-content{
	height: 65px;
	color:#222222;
}

.fwitem-more-gray{
	color: #d1d1d1;
}

.fwitemNone{
	margin-top: 15px;
	color: #b0b0b0;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
}
.fwitemNone .btn{
	margin-top: 10px;
}

.fwitem-buyline{
	float: right;
}
.fwitem-buyline-price{
	width: 300px;
	display: inline-block;
}

a:link,a:active,a:hover,a:visited { 
	text-decoration: none;
}

.class-title{
	color: #000;
	font-weight: bold;
	line-height: 24px;
	font-size: 12px;
}


.corner{
	width:90px;
	height:90px;
	position: absolute;
	top:-50px;
	right:-50px;
	transform: rotate(45deg);
}
.corner span{
	position: absolute;
	bottom:0;
	display: block;
	width:100px;
	text-align: center;
	font-size: 12px;
	color: #fff;
}

.userhead{
	float: left;
	width: 25%;
	text-align: center;
	margin: 20px 0px 0px 0px;
	padding: 0px;
}

.userhead img{
	border-radius: 25px;
}

.rowTitleCenter{
	color: #4294d7;
	font-size: 16px;
	position: relative;
}
.rowTitleCenter::after{
	content: " ";
    width: 111%;
    height: 2px;
    background: #009ce0;
    position: absolute;
    bottom: -3px;
    left: 34%;
    transform: translateX(-35%);
}

.panel.panel-default{
	border-radius:0px;
}

.list-group.list-group-item:first-child{
	border-radius:0px;
}

.second1{
	color: #4294d7;
}

.list-group-item .badge,.panel-body .badge{
	background-color: #b3b3b3;
	font-weight: normal;
}
.row{
	font-family: Helvetica, "Microsoft YaHei", "Helvetica Neue",  Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC",  "WenQuanYi Micro Hei", sans-serif;
}

.itemTitle{
	padding: 6px 0px 10px 0px; 
	height: 48px;
	line-height: 16px;
	color: #000;
	font-size: 14px;
	font-weight: bold;
}

.itemPic{
	border-radius: 10px;
	width: 100%;
	display: block;
	text-align: center;
}
.itemPic img{
	border-radius: 5px;
	box-shadow: #a9a9a985 0px 0px 4px 1px;
}

.panel-body .list-group-item{
	padding: 20px 10px;
}

.headDiv{
	box-shadow: #a9a9a985 0px 0px 5px 2px;
	border-radius: 10px;
}

.nameTitle{
	font-size: 14px;
	font-weight: bold;
	margin-right: 10px;
}

.qaTitle{
	margin-top: 10px;
	font-size: 14px;
	font-weight: bold;

}
.qaContent{
	margin-top: 6px;
	font-size: 12px;
}

.qaFoot{
	font-size: 12px;
	color: #ccc;
	line-height: 30px;
}

.progress-bar{
	background-color: #337ab7;
}

.SectionHeadings{
	line-height: 24px;
	font-size: 14px;
	font-weight: bold;
	height: 48px;
}
.SectionButton{
	height: 30px;
	margin: 10px 0px 0px 0px;
	text-align: center;
}

.list-group .list-group-item{
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #ddd;
}

.list-group .list-group-item:first-child{
	border-top:none;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.list-group .list-group-item:last-child{
	border-bottom:none;
}

.SectionHomeWork{
	margin-top: 10px;
	display: none;
}

.SectionHomeWork .well{
	margin-bottom: 0px;
}

.roate90{
	transform:rotate(90deg);
	transition:.5s;
}
.roate0{
	transform:rotate(0deg);
	transition:.5s;
}

.fileAre{
	width: 100%;
	height: 80px;
	background: url(../img/file.png) no-repeat 0 0 / 100% 100%;
	line-height: 40px;
	font-size: 12px;
	color: #999;
}
.list-group-item.noleftrightBorder{
	border-left: none;
	border-right: none;
}

.headimg{
	border-radius: 20px;
}

.SectionMsg{
	line-height: 24px;
	font-size: 14px;
	font-weight: bold;
}

input.seach{
	border: none;
	background: none;
}

.seachBox{
	background-color: #d4d4d487;
	border-radius: 15px;
	line-height: 30px;
	padding-left: 15px;
	padding-right: 15px;
	
}
input.seach:focus {
    outline: 0 !important
}

.pointInfo{
	position: absolute; right: 10px;bottom: 10px;width: 20px; height: 20px;
	border-radius: 510px; background-color: #ff0000;color: #fff; font-size: 12px; font-weight: normal; text-align: center;
	line-height: 20px;
}

.badge.lab{
	font-size: 12px;
	font-weight: normal;
	background-color: #4697d8;
	border: solid 1px #fff;
	color: #fff;
	margin-right: 5px;
	margin-bottom: 5px;
}

.live-group .live-group-item{
	padding: 20px 10px;

}

.liveMsgItem{
	padding: 10px; 
	background-color: #99999970; 
	border-radius: 10px; 
	position: relative; 
	top: 10px;
}


.listColumn1{
	width: 100%;
	height: 86px;
	margin: auto;
	text-align: center;
	color: #4697d8;
	position: relative;
}
.listColumn2{
	width: 100%;
	height: 86px;
	margin: auto;
	text-align: center;
	margin-top: 4px;
	color: #4697d8;
	position: relative;
}

.colum1{
	float: left;
	display: inline-block;
	height: 86px;
	width: 20px; 
	background-color: #b9e3f9; 
	writing-mode: vertical-lr;
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: vertical-lr;
	
}
.colum2{
	float: left;
	display: inline-block;
	height: 86px;
	width: 70px;
	background-color: #b9e3f9;
	margin-left: 4px;
	
	
}
.colum3{
	float: left;
	display: inline-block;
	height: 86px;
	width: 70px;
	background-color: #e0f2fc;
	margin-left: 4px;

	
}

.colum2.current,.colum3.current{
	background-color: #a3a3a2;
}

.dateView{
	font-size: 12px;
}
