/*常见问题 页面   王荣迁   2017-2-22*/
.fqa-banner{
	width:100%;
}
.fqa-banner>img{
	width:100%;
}
.faq-main{
	width:1200px;
	margin: 0 auto;
	padding:50px 0;
}

.faq-detail{
	margin-bottom: 25px;
}
.faq-detail>h1{
	font-size: 20px;	
}
.faq-detail>p{
	color:#7A8E99;
}

/*课件下载    王荣迁  2017-2-22*/

.download-box{
	width:1200px;
	margin: 0 auto;
	padding:90px 0;
}
.download-file{
	margin-bottom: 35px;
}
.file-img{
	width:140px;
	height:140px;
	margin: 0 auto;
	border:1px solid #ddd;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.file-img>img{
	margin-top: 38px;
    margin-left: 26px;
}
.down-cover{
	display: none;
	width:100%;
	height:100%;
	position:absolute;
	top: 0;
	left: 0;
	z-index: 50;
	background: rgba(0,0,0,0.6);
}
.down-cover>img{
	margin-top: 50px;
    margin-left: 47px;
}

/*忘记密码  王荣迁  2017-2-28*/
.forgetpwd-box{
	width: 1200px;
	margin:0 auto;
	margin-top: 160px;
	background: #fff;
	border: 1px solid #ddd;
}
.forgetpage-top{
	padding:50px;
	font-size: 17px;
	font-weight: 600;
}
.formlist{
	padding-top: 50px;
	padding-bottom: 110px;
	width:460px;
	margin:0 auto;
}
.formlist .form-group{
	margin-bottom: 25px;
}
.formlist .form-group div.col-sm-3{
	height: 45px;
	line-height: 45px;
	text-align: right;
}
.formlist .form-group input{
	width:100%;
	height:45px;
	border:1px solid #ddd;
	padding-left: 10px;
}
.yzm-box input:first-child{
	width:186px;
}
.yzm-box input:last-child{
	width:100px;
	text-align: center;
	padding-left: 0;
	background: #fff;
}
.forgetpwd-btn{
	border: 0 !important;
	background: #FF5757;
	color:#fff;
	padding-left: 0 !important;
}
.forgetpage-foot{
	height:100px;
	line-height: 100px;
	text-align: center;
}


@media (max-width:1200px ) {
	.faq-main{
		width:900px;
	}
	.download-box{
		width:900px;
	}
	.forgetpwd-box{
		width: 900px;
	}
	.formlist{
		padding-top: 0;
		padding-bottom:60px;
	}
}

/*我要约课界面    王荣迁  2017-03-02*/
/*弹框*/
.atc-cover{
	display: none;
	width:100%;
	height:100%;
	position: fixed;
	left:0;
	top:0;
	background: rgba(0,0,0,0.6);
	z-index: 100;
}
.atc-panel{
	width:560px;
	height:610px;
	margin:0 auto;
	background: #fff;
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
}
.atc-panel-top{
	height:72px;
	line-height: 72px;
	font-size:20px;
	font-weight: 600;
	text-align: center;
	border-bottom: 2px solid #ccc;
}
.closepanel{
	display: block;
	float: right;
	margin-top:20px;
	margin-right: 23px;
	cursor: pointer;
}
.atc-panel-main{
	height:450px;
	width: 100%;
	padding:30px 0;
	overflow-y: scroll;
	
}
.order-checked{
	height: 188px;
	width:100%;
	padding-left: 20px;
	margin-bottom: 16px;
}
.order-checked>img{
	margin-top: 88px;
	margin-right: 25px;
	cursor: pointer;
}
.order-right{
	height:188px;
	width:450px;
	border:1px solid #ddd;
}
.order-right-top{
	height:48px;
	background:#FAFAFA ;
	line-height: 48px;
	padding-left: 15px;
}
.order-right-infor{
	padding: 15px 0 15px 15px;
}
.rightinfor-img{
	width:170px;
	height:100px;
}
.rightinfor-img>img{
	width:100%;
	height:100%;
}
.rightinfor-text{
	margin-left: 10px;
}
.rightinfor-text>h2{
	margin: 10px 0;
}
.rightinfor-text>p{
	color:#888;
	font-size: 12px;
}

.atc-panel-btns>button{
	width:175px;
	height:50px;
	border-radius: 5px;
	border:1px solid #ddd;
	background:#CCCCCC ;
	color:#fff;
	margin-left: 75px;
}
.atc-panel-btns>button:last-child{
	border:1px solid #0097E6;
	background: #0097E6;
}

/*约课主要页面样式*/
.atc-main{
	width:1200px;
	margin: 0 auto;
	padding-top: 80px;
}
.atc-head{
	width:100%;
	text-align: center;
	margin-bottom:35px ;
}
.atc-head>span:first-child{
	font-size: 36px;
	font-weight: 600;
}
.atc-time>select{
	width:167px;
	height:45px;
	padding-left: 5px;
	border: 1px solid #ddd;
}


.atc-body{
	width:100%;
}
.atc-table{
	width:100%;
}
.atc-table>thead>tr>th{
	height: 48px;
	background: #F1F5F7;
	font-weight: 500;
	font-size: 10px;
	text-align: center;
	border:1px solid #ddd ;
}
.atc-table>tbody>tr>td{
	width: 64px;
	height: 48px;
	font-size: 12px;
	border:1px solid #ddd ;
	text-align: center;
}
.atc-table>tbody>tr>td>div{
	width:100%;
	height:48px;
	color: #fff;
	line-height: 48px;
}
.atc-table>thead>tr>th:first-child{
	width:48px;
}
.atc-table>tbody>tr>td:first-child{
	width: 48px;	
	background:#F1F5F7 ;
}
.atc-table>tbody>tr>td:first-child~td>div:hover{
	border: 1px solid #34A5E9;
}

.have-ac{
	background:#489209 ;
}
.not-ac{
	background:#14d2f4 ;
}
.teach-leave{
	background: #FFAA01;
}
.invalid{
	background: #808080;
}
.yet-ac{
	background: #ea2000;
}
.target-click{
	border: 1px solid #34A5E9;
}

@media (max-width:1200px){
	.atc-main{
		width:900px;
	}
	.atc-table>tbody>tr>td{
		width: 48px;
	}
	.teach-leave{
		line-height: 24px !important;
	}
}










