﻿@charset "utf-8";
body,html{
    height: 100%;
    margin: 0 auto;
}
*{
    box-sizing: border-box;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
}
.login-top{
    position: relative;
    width: 100%; 
    background-image: url("../images/login-top.png");
    height: 655px;
}
.login-box{
    width: 800px;
    height: 650px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 10px 15px rgba(164,164,164,0.2);
    position: absolute;
    left: 50%;
    margin-left: -400px;
    top: 200px;
}
.login-logo{
    width: 90%;
    height: 130px;
    border-bottom: 2px #e4e4e4 solid;
    margin: 0px auto;
    text-align: center;
    padding-top: 30px;
}
.logo-content{
    display: inline-block;
    background-image: url("../images/icon-jh.png");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 94px;
}
.logo-text1{
    font-size: 36px;
    color: #0066fc;
    display: block;
    line-height: 50px;
    font-family: "黑体";
    font-weight: bold;
}
.logo-text2{
    font-size: 18px;
    color: #a8cbfe;
    display: block;
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: 1.5px;
}
.input-table{
    text-align: center;
}
.input-table table{
    display: inline-block;
    padding-top: 60px;
}
.input-table td{
    text-align: left;
    line-height: 50px;
    font-size: 20px;
}
.input-style{
    border-radius: 5px;
    border: 2px #e4e4e4 solid;
    width: 440px;
    height: 52px;
    padding-left: 10px;
    font-size: 18px;
    outline: none;
}
.radio-box {
    line-height: 60px;
    text-align: center;
}
.radio-box label{
    margin: 0px 5px;
    cursor: pointer;
    font-size: 16px;
}
.login-button{
    display: inline-block;
    width: 400px;
    height: 54px;
    background: #2e6ef7;
    border-radius: 54px;
    color: #fff;
    font-size: 18px;
    outline: none;
    border: 0px;
    cursor: pointer;
    margin-top: 40px;
}
.login-button:hover{
    background: #1455e3;
}



/*教师端*/

.left-menu{
    width: 170px;
    left: 0px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    background: -ms-linear-gradient(top, #015dfa,  #0079ff);
	background: -webkit-linear-gradient(top, #015dfa,  #0079ff);
    height:100%;
    overflow-y:auto;
}
/*滚动条样式*/
.left-menu::-webkit-scrollbar{
    width:4px;
}
/*滚动条滑块（里面小方块）*/
.left-menu::-webkit-scrollbar-thumb{
    border-radius:10px;
    box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.2);
}
/*滚动条轨道*/
.left-menu::-webkit-scrollbar-track{
    border-radius:0;
    box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.1);
}
.right-iframe{
    position: absolute;
    top: 0px;
    left: 170px;
    right: 0px;
    bottom: 0px;
}
.page-logo{
    position: relative;
    width: 100%;
    height: 190px;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 20px;
    padding: 90px 20px 0;
    line-height: 35px;
}
.page-logo:before{
    content: '';
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -30px;
    width: 60px;
    height: 60px;
    background-image: url("../images/icon-jh.png");
    background-size:  auto 100%;
    background-position: center center;
    background-repeat: no-repeat;
}
.page-logo:after{
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 2px;
    background: -ms-linear-gradient(left, rgba(255,255,255,0) , rgba(255,255,255,0.4) , rgba(255,255,255,0)  );
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) , rgba(255,255,255,0.4) , rgba(255,255,255,0)  );
}
.menu-box{
    padding-top: 20px;
    padding-right: 10px;
}
.menu-box a{
    display: block;
    width: 100%;
    height: 100px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    position: relative;
    padding-top: 60px;
    cursor: pointer;
}
.menu-box a:hover , .menu-box .thisclass{
    background: -ms-linear-gradient(left, rgba(70,167,255,1) , rgba(53,135,255,0)  );
	background: -webkit-linear-gradient(left, rgba(70,167,255,1) , rgba(53,135,255,0)  );
}

.menu-box .thisclass:after{
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: -10px;
    width: 0px;
    height: 0px;
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    border-right: 8px solid #fff;
    font-size: 0px;
    line-height: 0px;
}
.menu-box a:before{
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -15px;
}
.menu-icon1:before{
    background-image: url("../images/menu-icon1.png");     
}

.menu-icon2:before{
    background-image: url("../images/menu-icon2.png");     
}

.menu-icon3:before{
    background-image: url("../images/menu-icon3.png");     
}

.menu-icon4:before{
    background-image: url("../images/menu-icon4.png");     
}

.menu-icon5:before{
    background-image: url("../images/menu-icon5.png");     
}

.menu-icon6:before{
    background-image: url("../images/menu-icon6.png");     
}

.menu-icon7:before{
    background-image: url("../images/menu-icon7.png");     
}

.menu-icon8:before{
    background-image: url("../images/menu-icon8.png");     
}

.menu-icon9:before{
    background-image: url("../images/menu-icon9.png");     
}

.menu-icon10:before{
    background-image: url("../images/menu-icon10.png");     
}

.menu-icon11:before{
    background-image: url("../images/menu-icon11.png");     
}
.menu-icon12:before{
    background-image: url("../images/menu-icon12.png");     
}
.menu-icon13:before{
    background-image: url("../images/menu-icon13.png");     
}
.menu-icon14:before{
    background-image: url("../images/menu-icon14.png");     
}
.menu-icon15:before{
    background-image: url("../images/menu-icon15.png");     
}
.menu-icon16:before{
    background-image: url("../images/menu-icon16.png");     
}
.menu-icon17:before{
    background-image: url("../images/menu-icon17.png");     
}
.menu-icon18:before{
    background-image: url("../images/menu-icon18.png");     
}
.menu-icon19:before{
    background-image: url("../images/menu-icon19.png");     
}
.menu-icon20:before{
    background-image: url("../images/menu-icon20.png");     
}
.menu-icon21:before{
    background-image: url("../images/menu-icon21.png");     
}
/*子页面*/

.page-backrgound{
    background: #f2f5fa;
}
.page-left{
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 230px;
    background-color: #fff;
    box-shadow: 0px 0px 20px rgba(8,73,163,0.1);
}
.page-top{
    position: absolute;
    top: 20px;
    left: 250px;
    right: 20px;
    height: 60px;
    background: #fff;
    border: 2px #e1e2e3 solid;
    border-radius: 10px; 
}

.user-inse{
    position: absolute;
    right: 0px;
    top: 0px;
    height: 56px;
    z-index: 2;
    padding-top: 8px;
}
#showtimes{
    display: inline-block;
    font-size: 16px;
    color: #6a7072;
    line-height: 40px;
    padding-right: 30px;
}
.zx-icon , .tc-icon{
    display: inline-block;
    padding-left: 20px;
    line-height: 40px;
    position: relative;
    cursor: pointer;
    color: #6a7072;
    margin-right: 30px;
}
.zx-icon:hover , .tc-icon:hover{
    color: #ff4e00;
}
.zx-icon:before , .tc-icon:before{
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -8px;
    background-position: top center;
}
.zx-icon:hover:before , .tc-icon:hover:before{
    background-position: bottom center;
}
.zx-icon:before{
    background-image: url("../images/zx-icon.png");
}
.tc-icon:before{
    background-image: url("../images/tc-icon.png");
}
.user-info{
    display: inline-block;
    color: #0086ff;
    padding-left: 30px;
    border-left: 1px #e1e2e3 solid;
    position: relative;
    top: -2px;
}
.user-info img{
    vertical-align: middle;
    margin: 0px 15px;
}
.place-box{
    line-height: 40px;
    position: absolute;
    top: 8px;
    left: 0px;
    padding-left:60px; 
}
.place-box:before{
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 15px;
    background-image: url("../images/place-icon.png");
}
.place-box:after{
    content: "";
    width: 1px;
    height: 40px;
    position: absolute;
    top: 0px;
    left: 46px;
    background: #e1e2e3;
}
.nav-list{
    padding:10px;
    width: 100%;
    height: 100%;
}
.nav-list li{
    height: 70px;
    border-bottom: 1px #eceded solid;
}
.nav-list li a{
    display: inline-block;
    width: 100%;
    height: 70px;
    line-height: 70px;
    padding-left: 50px;
    position: relative;
    cursor: pointer;
    font-size: 18px;
    color:#000000;
}
.nav-list li a:before{
    content: '';
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background-image: url("../images/tag-icon.png");
    background-position: top center; 
}
.nav-list li a:hover , .nav-list .thisclass a{
    color: #128fff;
}
.nav-list li a:hover:before , .nav-list .thisclass a:before{
    background-position: bottom center;
}
.page-right{
    position: absolute;
    top: 100px;
    right: 20px;
    bottom: 20px;
    left: 250px;
    background: #fff;
    border: 2px #e1e2e3 solid;
    border-radius: 10px; 
}
.query-box{
    padding: 10px;
}
.query-box td{
    padding: 5px;
    font-size: 14px;
}
.query-input{
    width: 250px;
    height: 40px;
    border: 2px #dedfe1 solid;
    outline: none;
    padding-left: 5px;
    line-height:2;
}
.query-input1{
    width: 250px;
    height: 40px;
    border: 2px #dedfe1 solid;
    border-left:none;
    outline: none;
    padding-left: 5px;
    line-height:2;
}
.query-button{
    display: inline-block;
    width: 100px;
    height: 40px;
    background: #0086ff;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    border:none;
}
.query-button:hover{
    background: #0079e6;
}
.page-button{
    display: inline-block;
    width: 80px;
    height: 30px;
    background: #0086ff;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    border:none;
}
.page-button:hover{
    background: #0079e6;
}
.page-list{
   padding: 10px; 
}
.list-table th{
    line-height: 50px;
    text-align: left;
    padding: 0px 5px;
    border:0px;
}
.list-table td{
    line-height: 50px;
    text-align: left;
    padding: 0px 5px;
    font-size: 14px;
    border:0px;
}
.list-button{
    border: 1px #0086ff solid;
    background-color: rgba(0,134,255,0.1);
    color: #0086ff;
    padding: 0px 15px;
    margin: 0px 5px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    cursor: pointer;
}

.list-button a{
    color: #0086ff;
}

/*弹出层样式*/

.black_overlay {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color:#000000;
	z-index:101;
	-moz-opacity: 0.05;
	opacity:.05;
	filter: alpha(opacity=5);
}
.popup-box{
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 5px;
	transform: translate(-50%,-50%);
	width: 430px;
	height: 250px;
	background: #fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	z-index:102;
}
.popup-head{
	position: absolute;
	height: 60px;
	width: 100%;
	border-radius: 5px 5px 0px 0px ;
	line-height: 60px;
	font-size: 20px;
	background: #0086ff;
	border-bottom: 1px #e8e8e8 solid;
    text-align: center;
    color: #fff;
}
.popup-head > span{
	position: absolute;
	right: 20px;
	color: #fff;
	font-size: 30px;
	cursor: pointer;
}
.popup-head > span:hover{
	color: #fff;
}
.popup-content{
	position: absolute;
	left: 10px;
	right: 10px;
	top: 60px;
	bottom: 55px;
    overflow-y: auto;
}
/*.popup-content span{
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 16px;
	transform: translate(-50%,-50%);
	line-height: 60px;
}
.popup-content span img {display: block; margin: 0px auto;}*/
.popup-button{
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 20px;
	height: 30px;
	text-align: center;
}
.popup-button a{
	display: inline-block;
	border-width: 0px;
	border-style: solid;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	padding: 0px 40px;
	cursor: pointer;
	margin:0px 25px;
	outline: none;
}
.bc-button{
    background: #0086ff;
    color: #fff;
}
.bc-button:hover{
    background: #0079e6;
}
.add-account{
    margin: 20px auto 0px;
}
.add-account tr td:first-child{
    text-align: right;
    width: 120px;
}
.add-account td{
    text-align: left;
    padding: 5px;
    vertical-align: top;
    height: 40px;
    line-height: 40px;
}
.select-style{
    height: 40px;
    border: 1px #dfdfdf solid;
    padding-left: 5px;
    outline: none;
}
.textarea-style{
    height: 120px;
    width: 700px;
    border: 1px #dfdfdf solid;
    padding: 5px;
    outline: none;
    resize: none;
}
.radio-style label{
    margin-right: 30px;
    cursor: pointer;
}
.radio-style label input{
    margin-right: 5px;
}
.input-style2{
    width: 400px;
    height: 30px;
    border: 1px #dfdfdf solid;
    padding-left: 5px;
    outline: none;
}
.input-style3{
    width: 400px;
    height: 40px;
    border: 1px #dfdfdf solid;
    padding-left: 5px;
    outline: none;
}
.dropdown-input{
    width: 250px;
    height: 40px;
    border:0px;
    /*border: 2px #dedfe1 solid;*/
    outline: none;
    padding-left: 5px;
    line-height:2;
    background-image:url(../images/down.png);
    background-position:right;
    background-repeat:no-repeat;
}
.dropdown-input1{
    width: 250px;
    height: 40px;
    border:0px;
    /*border: 2px #dedfe1 solid;*/
    outline: none;
    padding-left: 5px;
    line-height:2;
    background-image:url(../images/up.png);
    background-position:right;
    background-repeat:no-repeat;
}
.tree-box{
    position:absolute; 
    /*width:80%;*/
    background-color:#ffffff; 
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.2); 
    max-height:300px; 
    overflow:auto;
    z-index:1;
    right:10%;
    left:25%;
}
.tree-box1{
    position:absolute; 
    /*width:80%;*/
    background-color:#ffffff; 
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.2); 
    max-height:300px; 
    overflow:auto;
    z-index:1;
}
.tree-box2{
    position:absolute; 
    width:500px;
    background-color:#ffffff; 
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.2); 
    max-height:300px; 
    overflow:auto;
    z-index:1;
    /*right:10%;
    left:25%;*/
}
/* 调整CheckBoxList中每个item的布局 */
.checkboxlist tr td {
    vertical-align: middle; /* 垂直居中对齐文字和选择框 */
    height:40px;
}
 
/* 如果需要将文字和选择框分别放置 */
.checkboxlist tr td input {
    float: left; /* 将选择框浮动到左侧 */
}
 
.checkboxlist tr td label {
    float: left; /* 将文字浮动到选择框的右侧 */
    margin-left: 5px; /* 文字与选择框之间的距离 */
    margin-top:-3px;
}

.query-box a{
    /*display: inline-block;*/
    /*height: 30px;
    line-height: 30px;*/
    position: relative;
    cursor: pointer;
    font-size: 14px;
    color:#000000;
    /*text-decoration:solid;*/
}
.query-box a:hover {
    color: #128fff;
}
.content-box{
    position: absolute;
    left: 0px;
    top: 100px;
    bottom: 0px;
    width: 100%;
    /*background-color: #fff;
    box-shadow: 0px 0px 20px rgba(8,73,163,0.1);*/
}
.content-left{
    position: absolute;
    left: 0px;
    top: 100px;
    bottom: 0px;
    width: 230px;
    /*background-color: #fff;
    box-shadow: 0px 0px 20px rgba(8,73,163,0.1);*/
}
.content-right{
    position: absolute;
    top: 100px;
    right: 0px;
    bottom: 0px;
    left: 230px;
    /*background: #fff;*/
    border: 2px #e1e2e3 solid;
    /*border-radius: 10px;*/ 
}
.content-left td{
    padding: 5px;
    font-size: 14px;
}

.titlelink{
    position: relative;
    cursor: pointer;
    font-size: 16px;
    color:#000000;
    /*text-decoration:solid;*/
    font-weight:bold;
}
.titlelink:hover {
    color: #128fff;
}

.query-button1{
    display: inline-block;
    width: 100px;
    height: 40px;
    border: #0086ff 1px solid;
    line-height: 40px;
    text-align: center;
    color: #000;
    font-size: 14px;
    cursor: pointer;
}
.query-button1:hover{
    border: #0079e6 1px solid;
}
.gjjs-box{
    position:absolute; 
    width:40%; 
    background-color:#ffffff; 
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.2); 
    height:400px; 
    overflow:inherit;
    z-index:1;
    text-align:center;
    vertical-align:middle;
    top:10%; 
    left:30%;
    display:none;
    font-size:14px;
}