@charset "utf-8";
@import url(../../lib/layui/css/layui.css);
*{
	margin: 0px;
	padding: 0px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
}
a{
	text-decoration: none;
}
html{
	width: 100%;
	height: 100%;
	overflow-x:hidden; 
	overflow-y:auto;
}
body{
	width: 100%;
	min-height: 100%;
}
.login-bg{
	/*background: #eeeeee url() 0 0 no-repeat;*/
	 background:url(../../img/Xadmin/bg.png) no-repeat center;
    background-size: cover;
    overflow: hidden;
}
.login{
    margin: 120px auto 0 auto;
    min-height: 420px;
    max-width: 420px;
    padding: 40px;
    background-color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
    /* overflow-x: hidden; */
    box-sizing: border-box;
}
.login a.logo{
    display: block;
    height: 58px;
    width: 167px;
    margin: 0 auto 30px auto;
    background-size: 167px 42px;
}
.login .message {
    margin: 10px 0 0 -58px;
    padding: 18px 10px 18px 60px;
    background: #189F92;
    position: relative;
    color: #fff;
    font-size: 16px;
}
.login #darkbannerwrap {
    background: url(../../img/Xadmin/aiwrap.png);
    width: 18px;
    height: 10px;
    margin: 0 0 20px -58px;
    position: relative;
}

.login input[type=text],
.login input[type=file],
.login input[type=password],
.login input[type=email], select {
    border: 1px solid #DCDEE0;
    vertical-align: middle;
    border-radius: 3px;
    height: 50px;
    padding: 0px 16px;
    font-size: 14px;
    color: #555555;
    outline:none;
    width:100%;
    box-sizing: border-box;
}
.login input[type=text]:focus,
.login input[type=file]:focus,
.login input[type=password]:focus,
.login input[type=email]:focus, select:focus {
    border: 1px solid #27A9E3;
}
.login input[type=submit],
.login input[type=button]{
    display: inline-block;
    vertical-align: middle;
    padding: 12px 24px;
    margin: 0px;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    color: #ffffff;
    background-color: #189F92;
    border-radius: 3px;
    border: none;
    -webkit-appearance: none;
    outline:none;
    width:100%;
}
.login hr {
	background: #fff url() 0 0 no-repeat;
}
.login hr.hr15 {
    height: 15px;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
}
.login hr.hr20 {
    height: 20px;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
}
.x-body{
	padding: 20px;
}
.x-nav{
    padding: 0 20px;
    position: relative;
    z-index: 99;
    border-bottom: 1px solid #e5e5e5;
    line-height: 39px;
    height: 39px;
    overflow: hidden;
}
xblock{
    display: block;
    margin-bottom: 10px;
    padding: 5px;
    line-height: 22px;
    /* border-left: 5px solid #009688; */
    border-radius: 0 2px 2px 0;
    /*background-color: #f2f2f2;*/
}
.x-right{
  float: right;
}
.x-so{
	text-align: center;
	margin-bottom: 20px;
}
.x-so input.layui-input{
	width: 190px;
}
.x-so .layui-form-label{
	display: inline-block;
}
.x-so input.layui-input,.x-so input.layui-btn{
	display: inline-block;
}
.x-red{
	color: red;
}
.x-greed{
	color: #117920;
}
.x-gray{
	color: gray;
}
.page{
	margin-top: 20px;
	text-align: center;

}
.page a{
	display: inline-block;
	background: #fff url() 0 0 no-repeat;
	color: #888;
	padding: 10px;
	min-width: 15px;
	border: 1px solid #E2E2E2;

}
.page span{
	display: inline-block;
	padding: 10px;
	min-width: 15px;
	border: 1px solid #E2E2E2;
}
.page span.current{
	display: inline-block;
	background: #009688 url() 0 0 no-repeat;
	color: #fff;
	padding: 10px;
	min-width: 15px;
	border: 1px solid #009688;
}
.page .pagination li{
	display: inline-block;
	margin-right: 5px;
	text-align: center;
}
.page .pagination li.active span{
	background: #009688 url() 0 0 no-repeat;
	color: #fff;
	border: 1px solid #009688;

}

/*登录样式*/
/*头部*/
.container{
	width: 100%;
	height: 45px;
	background-color: #222;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.container .logo a{
	float: left;
	color: #fff;
	font-size: 18px;
	padding-left: 20px;
	line-height: 45px;
	width: 200px;
}
.container .right{
	background-color:rgba(0,0,0,0);
	float: right;

}
.container .left_open{
	height: 45px;
	float: left;
}
.container .left_open i{
	display: block;
	background: rgba(255,255,255,0.1) url() 0 0 no-repeat;
	color: #fff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	border-radius: 3px;
	text-align: center;
	margin-top: 7px;
	cursor: pointer;
}
.container .left_open i:hover{
	background: rgba(255,255,255,0.3) url() 0 0 no-repeat;
}

.container .left{
	background-color:rgba(0,0,0,0);
	float: left;

}
.container .layui-nav-item{
	line-height: 45px;
}
.container .layui-nav-more{
	top: 20px;
}
.container .layui-nav-child{
	top: 50px;
}
.container .layui-nav-child i{
	margin-right: 10px;
}
.layui-nav .layui-nav-item a{
	color: #fff;
}
.layui-nav .layui-nav-child a{
	color: #333;
}
.left-nav{
	position: absolute;
    top: 46px;
    bottom: 42px;
    left: 0;
    z-index: 2;
    padding-top: 10px;
	background-color: #EEEEEE;
	width: 220px;
    max-width: 220px;
    overflow: auto;
    overflow-x:hidden;
    border-right: 1px solid #e5e5e5;

    /*width: 0px;*/
}
.left-nav #nav li{
	border-bottom: 1px solid #e5e5e5;
}
.left-nav #nav li:hover > a{
	/*color: blue;*/
}
.left-nav #nav .current{
	background-color: rgba(0, 0, 0, 0.3);
}
.left-nav #nav li a{
	font-size: 14px;
	padding: 10px 15px 10px 20px;
	display: block;
	cursor: pointer;
}
.left-nav #nav li a cite{
	font-size: 14px;
}

.left-nav #nav li .sub-menu{
	display: none;
}
.left-nav #nav li .opened{
	display: block;
}
.left-nav #nav li .opened:hover{
	/*background: #fff url() 0 0 no-repeat;*/
}
.left-nav #nav li .opened .current{
	
}
.left-nav #nav li .sub-menu li:hover{
	/*color: blue;*/
	 /*background: #fff url() 0 0 no-repeat;*/
}
.left-nav #nav li .sub-menu li a{
	padding: 12px 15px 12px 30px;
	font-size: 14px;
	cursor: pointer;
}
.left-nav #nav li .sub-menu li .sub-menu li a{
	padding-left: 45px;
}
.left-nav #nav li .sub-menu li a:hover{
	color: #148cf1;
}
.left-nav #nav li .sub-menu li a i{
	font-size: 12px;
}
.left-nav #nav li a i{
	padding-right: 10px;
	line-height: 14px;
}
.left-nav #nav li .nav_right{
	float: right;
	font-size: 16px;
}
.x-slide_left {
    width: 17px;
    height: 61px;
    background: url(../../img/Xadmin/icon.png) 0 0 no-repeat;
    position: absolute;
    top: 200px;
    left: 221px;
    cursor: pointer;
    z-index: 3;
}
.page-content{
	position: absolute;
    top: 46px;
    right: 0;
    bottom: 42px;
    left: 221px;
    overflow: hidden;
    z-index: 1;
}
.page-content-bg{
	position: absolute;
    top: 46px;
    right: 0;
    bottom: 42px;
    left: 221px;
    background: rgba(0,0,0,0.5); url() 0 0 no-repeat;
    overflow: hidden;
    z-index: 100;
    display: none;
}

.page-content .tab{
	height: 100%;
	width: 100%;
	background: #EFEEF0 url() 0 0 no-repeat;
	margin: 0px;
}
.page-content .layui-tab-title{
	/*padding-top: 5px;*/
	height: 35px;
	background: #EFEEF0 url() 0 0 no-repeat;
	position: relative;
	z-index: 100;
}
.page-content .layui-tab-title li{
	line-height: 35px;
}
.page-content .layui-tab-title .layui-this:after{
	height: 36px;
}
.page-content .layui-tab-title li .layui-tab-close{
	border-radius: 50%;
}
.page-content .layui-tab-title .layui-this{
	background: #fff url() 0 0 no-repeat;
}
.page-content .layui-tab-bar{
	height:34px;
	line-height: 35px;
}
.page-content .layui-tab-content{
	position: absolute;
	top: 36px;
	bottom: 0px;
	width: 100%;
	background: #fff url() 0 0 no-repeat;
	padding: 0px;
	overflow: hidden;
}
.page-content .layui-tab-content .layui-tab-item{
	width: 100%;
	height: 100%;
	
}
.page-content .layui-tab-content .layui-tab-item iframe{
	width: 100%;
	height: 100%;

}

.welcome-footer{padding: 30px 0; line-height: 30px; text-align: center; background-color: #eee; color: #666; font-weight: 300;}
body .layui-layout-admin .footer-demo{height: auto; padding: 15px 0; line-height: 26px;}
.welcome-footer a{padding: 0 5px;}

table th, table td {
    word-break: break-all;
}

.footer{
	position: fixed;
	bottom: 0px;
	width: 100%;
	background-color: #222;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	line-height: 41px;
	color: #fff;
	/*padding-left: 10px;*/
}
.footer .copyright{
	margin-left: 10px;
}


@media screen and (max-width: 768px){
	.fast-add{
		display: none;
	}
	.layui-nav .to-index{
		display: none;
	}
	.container .logo a{
		width: 140px;
	}
	.container .left_open {
		/*float: right;*/
	}
	.left-nav{
		left: -221px;
	}
	.page-content{
		left: 0px;
	}
	.page-content .layui-tab-content .layui-tab-item{
		-webkit-overflow-scrolling: touch; 
  		overflow-y: scroll;	
	}
	.x-so input.layui-input{
		width: 100%;
		margin: 10px;
	}
}



.xblock-style{
	height:auto;max-height:30vh;overflow-y:auto;border-radius:3px;padding:1%;
	background:#fff;display:-webkit-box;
}

.short-btn-black {
	min-width:9%;max-width:9%;height:38px;line-height:38px;background-color: #c8d1d9;color: #424141;font-size:14px;
	overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin-top:0.5%;margin-bottom:0.5%;margin-right:1%;
	text-align:center;font-weight:bold;border:1px solid #c8d1d9;float:left;padding-left:5px;padding-right:5px;
}
.short-btn-black:hover{
	color: #413e3e;
}




/* 分段 */
.sub-audio{
	width:15%;height:39px;line-height:39px;float:left;position:absolute;border:0;margin:3px;right:0;margin-right:1px;
}

.black-c{
	overflow:hidden;white-space:nowrap;text-overflow:ellipsis;padding-left:5px;padding-right:5px;cursor: pointer;
	max-width:270px;
}



.layui-btn-audio {
	min-width:100%;max-width:100%;height:43px;line-height:43px;background-color:#def8df;color: #424141;font-size:14px;
	overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin-top:0.5%;margin-bottom:0.5%;margin-right:1%;
	padding-right:10%;text-align:left;font-weight:bold;border:1px solid #75c878;float:left;border-left:0;
	padding-left:15%;
}
.layui-btn-audio:hover{
	color: #413e3e;
}


.sub-audio .layui-nav-tree .layui-nav-child dd.layui-this, .layui-nav-tree .layui-this > a:hover{
	background-color:#8c9ed2;
}



/* 视频块 */
.video-model{
	width:14.6%;height:43px;float:left;margin-top:0.5%;margin-bottom:0.5%;margin-right:2%;position:relative;
}
/* 视频播放器 */
.play-movie{
	width:100%;height:100%;float:left;border-radius:5px;
}
.layui-nav-item span,.layui-nav-bar{
	pointer-devent:none;
}
.text {
	width:72%;height:65px;position: absolute;font-size:16px;line-height:29px;letter-spacing: 0.8px;
	/*transform: translate(-50%, -50%);*/color: white;z-index: 1; /* 设置文本在视频之上 */
	text-align: left;cursor: pointer;overflow:hidden;font-family:微软雅黑;padding-left:2%;
	text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;
}
/* 视频排序 */
.video-sort-div{
	width:100%;height:43px;float:left;position:absolute;border-radius:5px;
}
/* 排序数字 */
.video-sort{
	width:16%;height:43px;line-height:43px;float:left;border-radius:5px;
	text-align:center;font-size:12px;font-weight:bold;cursor:pointer;position:absolute;
}
.video-sort span{
	width:100%;height:100%;float:left;font-size:12px;text-align:right;
}
/* 边框和底色 */
.video-sort-colour-1,.video-sort-colour-3,.video-sort-colour-5,.video-sort-colour-7,.video-sort-colour-9,.video-sort-colour-11,.video-sort-colour-13,.video-sort-colour-15,.video-sort-colour-17,.video-sort-colour-19{
	background: #fdf1d5;border:2px solid #f4daa2;
}
.video-sort-colour-2,.video-sort-colour-4,.video-sort-colour-6,.video-sort-colour-8,.video-sort-colour-10,.video-sort-colour-12,.video-sort-colour-14,.video-sort-colour-16,.video-sort-colour-18,.video-sort-colour-20{
	background: #def8df;border:2px solid #75c878;
}
.video-audio-colour-1,.video-audio-colour-3,.video-audio-colour-5,.video-audio-colour-7,.video-audio-colour-9,.video-audio-colour-11,.video-audio-colour-13,.video-audio-colour-15,.video-audio-colour-17,.video-audio-colour-19{
	background: #fdf1d5;border:2px solid #f4daa2;
}
.video-audio-colour-2,.video-audio-colour-4,.video-audio-colour-6,.video-audio-colour-8,.video-audio-colour-10,.video-audio-colour-12,.video-audio-colour-14,.video-audio-colour-16,.video-audio-colour-18,.video-audio-colour-20{
	background: #def8df;border:2px solid #75c878;
}

.short-audio-head{
	background: #e3f4fe;border:2px solid #b1d6fe;
}


.layui-nav .layui-nav-more{
	border-top-color:red;
}
.layui-nav .layui-nav-mored, .layui-nav-itemed .layui-nav-more{
	border-color:transparent transparent red;
}

.a-remove{
	border-left:1px solid #c2bfbf;font-size:10px;float:left;color:black;opacity:0.5;
}
.a-remove .layui-nav-more{
	border-top-color:black;display:none;
}

.layui-nav-itemed > a,.a-remove a:hover{
	color:black !important;
}



/* 视频标题 */
.video-text{
	width:80%;height:43px;line-height:43px;float:left;background: #def8df;border-radius:5px;
	font-size:15px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;letter-spacing:1px;
	padding-left:20%;cursor:pointer;border-top-left-radius:0;border-bottom-left-radius:0;
}


.b-head{
	width:10%;height:auto;float:left;font-size:16px;display: flex;color:black;text-align:center;
	overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-family: 宋体;/*background:#e3f4fe;*/
	/*border:1px solid #69b6e3;*/border-radius:5px;align-items:center;justify-content: center;
}

.b-short-head{
	width:5%;height:auto;float:left;font-size:16px;display: flex;color:black;text-align:center;
	overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-family: 宋体;/*background:#e3f4fe;*/
	/*border:1px solid #69b6e3;*/border-radius:5px;align-items:center;justify-content: center;
}

.audio-mp3-div{
	width:95.2%;display:table-cell;float:left;margin-left:1%;
}
.audio-mp4-div{
	width:92%;display:table-cell;float:left;margin-left:1%;
}

.iconfont{
	font-size:14px;margin-right:3px;
}


.video-extend{
	position: absolute;font-size:14px;line-height:67px;letter-spacing: 0.8px;top:50.5%;
	left:87.5%;transform:translate(-50%, -50%);background:#393D49;z-index:2; /* 设置文本在视频之上 */
	width:22%;height:60px;padding:2%;cursor: pointer;text-align:center;color:#fff;
}
xblock{margin-bottom:0;padding:3px;}
.tr-down{
	height:auto;max-height:52vh;overflow-y:auto;float:left;
}
.a-dd{
	max-width:160px;float:left;cursor: pointer;padding-left:1px;padding-right:1px;
}



/* 搜索功能 */
.copyleft{
	width:220px;float:left;border-right: 1px solid rgb(229, 229, 229);
}


/* 音频颜色 */
.audio-colour-1,.audio-colour-3,.audio-colour-5,.audio-colour-7,.audio-colour-9,.audio-colour-11,.audio-colour-13,.audio-colour-15,.audio-colour-17,.audio-colour-19{
	background: #fde7e7;
}
.audio-colour-2,.audio-colour-4,.audio-colour-6,.audio-colour-8,.audio-colour-10,.audio-colour-12,.audio-colour-14,.audio-colour-16,.audio-colour-18,.audio-colour-20{
	background: #e6ecff;
}


.layui-change-title{
	width:96%;outline:1px solid #ada9a9;border-radius:3px;padding:2%;margin-bottom:8px;cursor: pointer;
}

.subtitle-textarea{
	width:50%;line-height:15px;resize:none;float:left;padding-top:3px;
}


.font-size-20{
	width:100%;text-align:center;padding-left:0;padding-right:0;margin-bottom:10px;
	font-size:18px;letter-spacing:0.7px;font-family: 华文中宋;font-weight:bold;
}




/* 左边模块 */
.long-model-left-div{
	width:13%;height:420px;float:left;letter-spacing:0.5px;
}
.long-left-div{
	width:70%;float:left;position:relative;border:1px dashed #75c878;border-radius:8px;
	font-size:13px;background-color: #abd497;margin-left:15%;
}
/* 扩展 */
.audio-left-extend{
	width:23%;height:42px;line-height:42px;float:left;border:0;margin:2px;margin-bottom:0;z-index:2;
}
.audio-left-extend2{
	width:12%;height:42px;float:left;
}
.long-left-audio-btn {
	width:72%;height:45px;line-height:45px;background-color: #abd497;color: black;
	overflow:hidden;white-space:nowrap;text-overflow:ellipsis;z-index:1;
	text-align:center;font-weight:bold;float:left;padding-left:2px;padding-right:2px;
}
.long-left-audio-btn:hover{
	color: #413e3e;
}
.long-left-audio-btn p{
	font-size:13px;
}

/* 标题 */
.long-head-div{
	min-width:70%;max-width:70%;height:auto;background-color: #ededed;color: #424141;font-size:13px;
	overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin-left:15%;border-radius:8px;
	text-align:center;font-weight:bold;border:1px dashed #abd497;float:left;padding:0;cursor: pointer;
}
.long-head-div:hover{
	color: #413e3e;
}
.long-head-div p{
	font-size:13px;
}
/* 指向 */
.long-point-to-b{
	width:100%;float:left;text-align:center;font-size:18px;color:red;
}
.long-point-to-r{
	width:15%;height:50px;line-height:50px;float:left;text-align:center;font-size:18px;color:red;
}
.long-point-to-l{
	width:15%;height:50px;line-height:50px;float:left;text-align:center;font-size:18px;color:red;
}
.p-tb-10{
	padding-top:5px;padding-bottom:5px;
}






/* 中间模块 */

.long-model-center-div{
	width:72%;height:420px;float:left;
}
.long-model-center{
	width:100%;height:370px;background: #f0f1f6;float:left;overflow-y:auto;/*padding:1%;*/
	/* 隐藏 Firefox 滚动条 */
	scrollbar-width: none;
	/* 隐藏 IE 和旧版 Edge 滚动条 */
	-ms-overflow-style: none;
}
/* 隐藏 WebKit 浏览器滚动条 */
.long-model-center::-webkit-scrollbar {
	width: 0;
}
.long-center-div{
	width:90%;float:left;margin:7px;position:relative;border:1px dashed #75c878;border-radius:8px;
	font-size:13px;background-color: #d6f4c8;
}
/* 扩展 */
.audio-extend{
	width:15%;height:42px;line-height:42px;float:left;border:0;margin:2px;margin-bottom:0;z-index:2;
}
.audio-extend2{
	width:10%;height:45px;line-height:45px;float:left;border:0;/*margin:3px;*/
}
/* 音频 */
.long-center-audio-btn {
	width:80%;height:45px;line-height:45px;background-color: #d6f4c8;color: black;
	overflow:hidden;white-space:nowrap;text-overflow:ellipsis;z-index:1;
	text-align:center;font-weight:bold;float:left;padding-left:8px;padding-right:8px;
}
.long-center-audio-btn:hover{
	color: #413e3e;
}
/* 扩展音频下拉底色 */
.extend-color{
	background:#d6f4c8;
}
.extend-left-color{
	background: #abd497;
}



/* 右边模块 */
.long-model-right-div{
	width:13%;height:420px;float:left;
}



/* 下模块 */
.long-model-bottom-div{
	width:100%;height:auto;float:left;overflow-y:hidden;
}
.long-model-bottom{
	width: 100%;height:100%;white-space:nowrap;overflow-x:auto;
}
.long-model-head{
	width:13%;height:80px;line-height:80px;font-size:20px;letter-spacing:0.7px;font-family: 宋体;font-weight: bold;padding:0;
	/*margin-left:2%;*/text-align:center;
}
.long-bottom-audio{
	width:auto;height:45px;line-height:45px;text-align:center;background: #abd497;border:1px dashed #75c878;
	border-radius:8px;font-size:13px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;padding-left:1%;
	padding-right:1%;font-weight:bold;margin-top:17.5px;margin-right:2%;color:black;
}
.long-bottom-audio:hover{
	color: #413e3e;
}





.long-audio-btn {
	min-width:70%;max-width:70%;height:45px;line-height:45px;background-color: #abd497;color: black;font-size:13px;
	overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin-left:15%;border-radius:8px;
	text-align:center;font-weight:bold;border:1px dashed #75c878;float:left;padding:0;
}
.long-audio-btn:hover{
	color: #413e3e;
}
.long-audio-btn p{
	font-size:13px;
}

.long-audio-btn2 {
	min-width:70%;max-width:70%;height:45px;line-height:45px;background-color: #abd497;color: black;font-size:13px;
	overflow:hidden;white-space:nowrap;text-overflow:ellipsis;border-radius:8px;margin-right:15%;
	text-align:center;font-weight:bold;border:1px dashed #75c878;float:right;padding:0;
}
.long-audio-btn2:hover{
	color: #413e3e;
}
.long-audio-btn2 p{
	font-size:13px;
}




/* 字幕块 */
.long-subtitle-model-div{
	width:100%;height:60px;float:left;
}
/* 字幕 */
.subtitle-model{
	width:71%;height:100%;float:left;background: #f0f1f6;font-size:16px;letter-spacing:0.6px;
	display: flex;justify-content: left; /* 水平居中 */align-items: center;     /* 垂直居中 */margin-left:2%;
	padding-left:1%;padding-right:1%;color: #27A9E3;
}
/* 功能键 */
.function-keys{
	width:25%;height:100%;float:left;
}
/* 暂停 */
.long-stop-btn{
	width:30%;height:45px;line-height:45px;float:right;text-align:center;border-radius:8px;
	background: #454a52;color:#fff;letter-spacing:1px;font-size:16px;border:1px solid #454a52;
	margin-top:7.5px;cursor: pointer;
}
/* 重播 */
.long-rebroadcast-btn{
	width:30%;height:45px;line-height:45px;float:right;text-align:center;border-radius:8px;
	background: #dc5151;color:#fff;letter-spacing:1px;font-size:16px;border:1px solid #dc5151;
	margin-top:7.5px;margin-left:10%;margin-right:15%;cursor: pointer;
}

















