@import url("page.css");

.copy_con{
	width: 100%;
	padding-left: 15px;
	box-sizing: border-box;
}
.copy_label{
	display: inline-block;
	vertical-align: middle;
	width: 100px;
	text-align: right;
}
.copy_textarea{
	display: inline-block;
    vertical-align: middle;
    width: calc(100% - 200px);
    border: 0;
    padding-top: 16px;
    resize:none;
}
.copy_but{
	background-color: #8BC34A;
    color: #fff;
    padding: 5px 7px;
    font-size: 13px;
    border-radius: 2px;
    cursor: pointer;
}
.copy_textarea:focus{
	border: 0;
}
.admin-main{
	min-width: 1600px;
}
.layui-tab-bar{
    right: 60px;
    top: -1px;
    height: 40px;
}
.layui-tab-p-more .layui-tab-title{
	z-index: 9;
	border-right: 1px solid #e6e6e6;
	width: calc(100% - 92px)!important;
}
.layui-tab-p-more .layui-tab-bar .layui-icon {
	top: -2px;
	top: 3px\9;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.layui-tab-more{
	background-color: #fff!important;
}
/*字体颜色-0*/
.mu-color-0{
	color: blue;
}
/*字体颜色-1*/
.mu-color-1{
	color:#1e9fff;
}
/*字体颜色-2*/
.mu-color-2{
	color:#ff5722;
}
/*字体颜色-3*/
.mu-color-3{
	color: #009688;
}
/*字体颜色-4*/
.mu-color-4{
	color: blue;
}
.bitian{
	color:#ff0000;
}
.chk-childs{
	padding-left: 15px;
	box-sizing: border-box;
}
.layui-width{
	width: 500px;
}

.layui-width-2{
	width: 645px;
}

.layui-width-3{
	width: 400px;
}

.layui-width-4{
	width: 80px;
}

.layui-width-5{
	width: calc(100% - 268px);
}
.width-100-30{
	width: calc(100% - 30px);
	margin: 15px;
}
.margin-auto{
	margin: 0 auto;
}

.mu-file-con-width{
	width: 100%
}
.layui-label-width{
	width: 112px;
}
/*上传按钮*/
.file-upload-but-con{
	position: absolute;
	right: 5px;top: 0px;
	height: 100%;
	line-height: 36px}
.file-upload-but{
	display: inline-block;
	height: calc(100% - 10px);
	vertical-align: middle;
	cursor: pointer;
	background-color: #1e9fff;
    line-height: 31px;
    padding: 0 9px;
    border-radius: 1px;
    overflow: hidden;
    position: relative;
}
.file-upload-but .layui-icon{
	font-size: 20px;
	color: #ffffff;
}
.file-inp{
	position: absolute;
    left: 0;
    top: -25px;
    width: 100%;
    height: calc(100% + 25px);
    cursor: pointer;
    opacity: 0;
}

/*图片预览*/
.lists-img{
	cursor: pointer;
	max-height: 30px;
}
.viewImg-con{
	padding: 15px;
	max-width: 1200px;
	min-width: 200px;
	overflow: auto;
	height: calc(100% - 30px);
}
.viewImg-img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: calc(100% - 30px);
}

/*排序*/
.layui-sort{
	width: 100px;
	display: inline-block;
    margin-left: 0;
}
.layui-sort-2{
	width: 200px;
	display: inline-block;
    margin-left: 0;
}
.layui-sort-span{color: red;}

/*试看时长*/
.layui-try-time{
	width: 100px;
	display: inline-block;
    margin-left: 0;
}
.layui-try-time-span{
	color: #333333;
}
.layui-span-ml{
	margin-left: 3px;
}

.layui-input-mu-inline{
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.mu-tan-con{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	background-color: rgba(1,1,1,.3);
	text-align:center;
}
.mu-tan-child{
	position: absolute;
	top: 45%;
	left: 50%;
	transform:translate(-45%,-50%);
	background-color: #fff;
	border-radius: 3px;
	padding: 15px 15px;
}
.mu-tan-img{
	width: 30px;
}
.mu-sale{
	text-align: right;
    padding: 0px 20px;
    font-size: 20px;
    color: #333;
}
.mu-sale-money{
	color: red;
}
.details-table{
	margin: 15px;
	width: calc(100% - 30px);
	box-sizing: border-box;
	border: 1px solid #ddd;
	border-top:0;
	border-right:0;
}
.details-table-tr{
	border-top: 1px solid #ddd;
	display: flex;
}
.details-table-tr-top-0{
	border-top: 0;
}
.details-table-td{
	border-right: 1px solid #ddd;
	min-height: 38px;
	line-height: 36px;
	text-align: center;
	color: #333;
    word-break: break-all;
}
.details-table-td-right-0{
	border-right: 0;
}
.details-table-flex-1{
	flex: 1;
}
.details-table-flex-2{
	flex: 2;
}
.details-table-flex-3{
	flex: 3;
}
.details-table-margin-l{
	margin-left: 1px;
}
.details-table-img{
	max-width: calc(100% - 20px);
    height: calc(100% - 20px);
    margin: 10px;
    cursor: pointer; 
    max-height: 132px;
}
.layui-inline-block-1{
	width: 300px;
	display: inline-block;
	margin-left: 0;
}
.line-ddd-one{
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    word-break: break-all;
}
.line-ddd-two{
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all;
}
.line-pointer{
	cursor: pointer;
}

.mu-p-text{
	width: 100%;
	padding: 7px;
	line-height: 27px;
	text-align: left;
	text-indent: 30px;
	box-sizing: border-box;
}
/*强制一行显示*/
.line-one-show{
	white-space : nowrap;
}
.lists-img-l{
	display: inline-block;
	height: 70px;
	vertical-align: top;
	cursor: pointer;
}
.m-div-r{
	display: inline-block;
	width: calc(100% - 104px);
	vertical-align: top;
}
.m-lable-l{
	float: left;
}
.m-span-wl{
	float: left;
	width: calc(100% - 50px);
	word-break: break-all;
}
.m-p-l{
	margin-top: 3px;
	overflow: hidden;
}
.m-p-nowrap{
	white-space: nowrap;
}
.img-headpic{
	width: 70px;height: 70px;
}
.div-headpic{
	width: calc(100% - 74px);
}
.layui-form-select dl{
	z-index: 9999;
}

.m-notice-div{
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	background-color: #f2f2f2;
}
.m-notice-div p{
	line-height: 23px;
	color: #333;
	font-size: 14px;
}
.sc_video{
	color: #d0d0d0;
	font-size: 13px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	display: inline-block;
	line-height: 20px;
}
.sc_video:hover{
	color: #666;
}
.sc-up-file{
	position: absolute;
	left: 0;top: -25px;
	width: 100%;height: calc(100% + 25px);
	cursor: pointer;
}
.shade{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;top: 0;
	background-color: rgba(1,1,1,.5);
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: center;
}
.m-jindu{
	background-color: #fff;
	text-align: center;
	border-radius: 3px;
	padding: 11px 20px;
}
.m-jiazai{
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	/*background: url(../img/loading.gif) no-repeat center center;*/
	background-size: 100%;
}
.copy-con-div{
	padding: 10px;
	width: 350px;
}
.copy-lable{
	display: inline-block;
    vertical-align: top;
    width: 80px;
    text-align: right;
    padding-right: 3px;
    box-sizing: border-box;
}
.copy-textarea{
	display: inline-block;
    width: calc(100% - 150px);
    height: 50px;
    padding: 2px;
    box-sizing: border-box;
    border: 0;
    resize:none;
    vertical-align: top;
}
.copy-a{
	background-color: #58ae39;
    color: #fff;
    padding: 4px 5px;
    font-size: 12px;
    margin-left: 3px;
    border-radius: 2px;
    cursor: pointer;
}
.copy-a:hover{
	color: #fff;
	background-color: #79ce5a;
}
.buy-rec-con{
	width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}
.buy-rec-r{
	float: right;
	margin-left: 15px;
	font-size: 17px;
}
.buy-rec-r span{
	color: red;
}

.attr-con{
	margin-left: 110px;
}
.span-weight{
	line-height: 38px;
	color: red;
}

.m-chk{
	margin-bottom: 3px;
}
.m-chk-childs{
	display: inline-block;
	vertical-align: middle;
}
.check-but{
	cursor: pointer;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Chrome/Safari/Opera */
	-khtml-user-select: none; /* Konqueror */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currentlynot supported by any browser */
	margin-bottom: 3px;
}
.chk-checkbox +label{
    background-color: white;
  	border-radius: 1px;
  	border: 1px solid #d3d3d3;
  	width: 15px;
  	height: 15px;
  	display: inline-block;
  	text-align: center;
  	vertical-align: bottom;
  	line-height: 15px;
  	cursor: pointer;
}
.chk-checkbox +label:hover{
  	border: 1px solid #5fb878;
}
.chk-checkbox:checked +label{
	border: 1px solid #5fb878;
}
.chk-checkbox:checked +label:before{
	content: "\2714";
  	color: #5fb878;
}

input[type=checkbox]{
	visibility: hidden;
	width: 0;
}

.tishi{
	padding: 5px 15px;
    box-sizing: border-box;
    background-color: #f2f2f2;
    margin-bottom: 15px;
}
.order-details-title-border-top{
	border: 1px solid #ddd;
    border-bottom: 0;
}
.order-details-title-border{
	border: 1px solid #ddd;
    border-top: 0;
    border-bottom: 0;
}
.order-details-title-center{
	line-height: 36px;
    text-align: center;
    color: #333;
}

.layui-m-width-1{
	width: 289px;
}
.layui-m-width-2{
	width: calc(50% - 2px);
}

.answer{
	margin: 5px 15px 5px;
}
.true-answer{
	margin-left: 15px;
	display: inline-block;
}
.user-answer{
	float: right;
	width: 200px;
}
.answer-li{
	display: inline-block;
	vertical-align: middle;
	margin-right: 25px;
}
.answer-li:last-child{
	margin-right: 0;
}
.answer-details-con{
	padding: 7px;
    box-sizing: border-box;
    background-color: #f2f2f2;
}
.question-bank-con{
	width: calc(50% - 2px);
	display: inline-block;
	vertical-align: top;
}
.lists-img-left{
	width: 110px;
    height: 80px;
    display: inline-block;
    vertical-align: middle;
    border: 0;
    cursor: pointer;
}
.m-div-right{
	width: calc(100% - 130px);
	display: inline-block;
	vertical-align: middle;
}
.m-p-title{
	font-size: 15px;
	margin-bottom: 5px;
}
.m-p{
	margin: 3px 0px;
}
.m-des{
	font-size: 13px;
}
.m-num{
	font-size: 13px;
}
.user-pic{
	width: 60px;
	height: 60px;
}

.answer-true{
	background-color: #5fb878;
    padding: 0px 2px;
    border-radius: 2px;
    display: inline-block;
}
.answer-false{
	background-color: #ff5722;
    padding: 0px 2px;
    border-radius: 2px;
    display: inline-block;
}
.layui-icon-color-w{
	color: #ffffff;
}

.panel{
	display: inline-block;
	width: calc(25% - 3px);
	text-align: center;
	padding: 5px 0;
	box-sizing: border-box;
}

.panel-two-div{
	display: inline-block;
	width: calc(50% - 4px);
	border: 1px solid #ddd;
	vertical-align: top;
	/*height: 356px;*/
}
.panel-div-title{
	width: 100%;
	overflow: hidden;
	background-color: #f1f1f1;
	line-height: 36px;
	padding: 0 5px;
	box-sizing: border-box;
}
.panel-div-title-span{
	float: right;
	font-size: 13px;
	color: #666;
	cursor: pointer;
}
.panel-div-title-span:hover{
	color: #999;
}
.li-div-td{
	display: inline-block;vertical-align: middle;
}
.m-chk-inline{
    float: left;
    overflow: hidden;
}
.padding-0{
	padding-left: 7px;
}
.chk-more{
	display: block;
    width: 100%;
    overflow: hidden;
}
.chk_box_label{
	float: left;
}
.chk_box_span{
	float: left;
    line-height: 17px;
    margin-left: 5px;
}
.check-but{
	float: left;
	margin-right: 10px;
}
.download{
	height: 16px;
    width: 16px;
    display: inline-block;
    padding: 1px;
    line-height: 17px;
    background-color: #1e9fff;
}
.download .layui-icon{
	font-size: 16px;
}
.m-select{
	width: 100%;
    line-height: 36px;
    height: 36px;
    margin-bottom: 5px;
    border: 1px solid #d2d2d2;
    border-radius: 2px;
    background-color: #ffffff;
}

.site-table th{
	white-space: nowrap;
}
.sc_video_but{
	position: relative;
    overflow: hidden;
    display: inline-block;
    padding: 7px 9px;
    background-color: #1e9fff;
    color: #fff;
    border-radius: 2px;
    vertical-align: bottom;
}
.submit_but{
    display: inline-block;
    padding: 7px 11px;
    background-color: #1e9fff;
    color: #fff;
    border-radius: 2px;
    vertical-align: middle;
    border: 0;
    margin-left: 7px;
    cursor: pointer;
}
.tongbu-con{
	float: left;
	overflow: hidden;
	margin-right: 9px;
}
.tongbu-con:nth-last-child(1){
	margin-right: 0;
}
.tongbu-con-last{
	width: 300px;
}
.tongbu-but{
	margin-top: 4px;
}
.pos-rel{
	position: relative;
}
.quan-tishi{
	position: absolute;
    right: -2px;
    top: -2px;
    height: 17px;
    line-height: 18px;
    background-color: #F44336;
    font-size: 12px;
    padding: 0px 5px;
    border-radius: 50%;
}
.this_hide{
	display: none;
}
.m-cen-all{ margin: 40px 20px 0 20px; }
.phent-rand{ height: 28px; line-height: 28px; background-color: #3282b9; border: none; }
.phent-primary{ height: 28px; line-height: 28px;background-color: #1e9492;color: #fff;border: none; }
.layui-width{ width: 600px; }
.layui-btn-primary:hover{ background-color: #1e9492;color: #fff; }
/* 登录页面样式 */
.layui-form-item {overflow: hidden;}
.login{width: 270px;background: rgba(255,255,255,0.85);border-radius: 6px;overflow: hidden;padding: 20px 36px;position: absolute;right: 200px;margin-top: 155px;top: 50%;height: 350px;}
.more-gl{width:100%;overflow: hidden;}
.mu-web-site{font-size: 20px;color: #333;display: block;font-weight: bold;width: 100%;text-align: center;}
#bg-login-img{height:100%;padding:0px;margin:0px;}
.layui-form-switch{margin-top: 0px !important;}
.setting {position: absolute; top: 7px; right: 14px; width: 10px; height: 10px;}
.setting a {color: #FF6600;}
.setting a:hover {color: #555;}
.yzm{ width:calc(100% - 142px); float: left; }
#yzmimg{ float: right;cursor: pointer; height:38px; width:130px; }
.username_top{ margin-top:20px; }
.layui-btn-normal{ width:100%;background:#333;height:40px;line-height:40px; }
/* 后台首页样式 */
.kit-layout-admin .layui-body{bottom: 0;}
.layui-site-name{position: absolute;left: 0;top: 0;width: 100%;height: 100%;line-height: 60px;text-align: center;color: #009688;font-size: 16px;}
.layui-logo{line-height: 32px !important;padding: 10px;box-sizing: border-box;}
.navigation dl{text-indent:20px;}


/* 分页与后台样式 */
.admin-start{ width: calc(100% - 30px); margin: 5px 15px 15px 15px; }
.disabled{ color: #d2d2d2!important; cursor: not-allowed!important; }
.sel_page{ appearance:none;-moz-appearance:none;-webkit-appearance:none;padding-right: 14px; }
.layui-laypage-limits{ margin-left: 0 !important; margin-right: 0 !important; }
.layui-laypage select{ padding: 3px 10px; border-radius: unset; border-radius: 0 2px 2px 0; }
.layui-laypage{ margin: 7.5px 0 5px 0; }
.m-for{ width: 100%; height: 50px; }
.m-page{ width: calc(100% - 30px); height: 50px; position: fixed; bottom: 0; left: 15px; background-color: #fff; border-top: 1px solid #eee; }
.admin-lists-top{ height: 40px; font-size: 12px; }
.admin-lists-for{ background: #fff;width: calc(100% - 30px);margin-left: 15px; }
/*position: fixed; top: 0; left: 15px;z-index: 1;*/
.admin-title{ font-size: 18px; font-weight: bold; line-height: 30px; margin-top: 15px;}
.admin-inline{ height: 28px; margin-bottom: 0 !important;margin-right: 0 !important; margin-top: 5px; }
.admin-inline input{ height: 28px; }
.render{ margin-bottom: 0; height: 40px; }
.phent-rand{ font-size: 12px; }
/*.layui-form{ display:inline-block;float:right; }*/
.layui-table, .layui-table-view{ margin: 10px 0 15px 0; }
.table-tr th{ text-align: center; font-weight: bold; }
.table-tr td{ text-align: center; }
.table-not-data{ line-height: 70px; text-align: center; height: 70px; font-size: 12px; }
.layui-form-style{ display: inline-block;float: right; }
.layui_red{ background-color: red; }
.layui_blue{ background-color: #01AAED; }
.layui_black{ background-color: rgb(0, 0, 0); }
.layui_darkorange{ background-color: darkorange; }
.layui_color_1{ color: red; }
.layui_color_2{ color: blue; }
.layui_color_3{ color: chocolate; }
.layui_color_4{ color: brown; }




/*输入框焦点样式*/
input:focus{outline:0;border: 2px solid #66bdac;}
/*输入框焦点样式*/
textarea:focus{outline:0;border: 2px solid #66bdac;}
/*禁止选中*/
.not-select{
    -moz-user-select:none; /*火狐*/
    -webkit-user-select:none; /*webkit浏览器*/
    -ms-user-select:none; /*IE10*/
    -khtml-user-select:none; /*早期浏览器*/
    user-select:none;
}
/*渐变*/
.linear{
    width:100%;
    height:1px;
    background: linear-gradient(
    to right,
    rgba(0,0,0,0) 0%,
    rgba(0,0,0,0) 10%,
    rgba(158,158,158,0.3) 20%,
    rgba(158,158,158,0.4) 30%,
    rgba(158,158,158,0.5) 40%,
    rgba(158,158,158,0.6) 50%,
    rgba(158,158,158,0.5) 60%,
    rgba(158,158,158,0.4) 70%,
    rgba(158,158,158,0.3) 80%,
    rgba(0,0,0,0) 90%,
    rgba(0,0,0,0) 100%)
} 
/*滚动条样式*/
.scrollbar::-webkit-scrollbar {
  	/*滚动条整体样式*/
	width : 0px;  /*高宽分别对应横竖滚动条的尺寸*/
	height: 0px;
}
.scrollbar::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 10px;
	box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
	background   : #535353;
}
.scrollbar::-webkit-scrollbar-track {
  	/*滚动条里面轨道*/
  	box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  	border-radius: 10px;
  	background   : #ddd;
}

/*文字颜色*/
.color-red{
	color:#F44336;
}

.ts-con{}
.mu-shade{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background-color: #111;
}
.mu-ts-body{
	position: fixed;
	min-width: 300px;
	/*height: 190px;*/
	background-color: #f5f5f5;
	padding: 20px;
	border-radius: 11px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 9999999;
	text-align: center;
	box-sizing: border-box;
	border:1px solid #ddd;
}
.mu-ts-img{
	width: 40px;
	height: 40px;
	margin-top: 5px;
	margin-bottom: 15px;
}
.mu-ts-title{
	font-size: 16px;
	color: #333;
}
.mu-ts-des{
	font-size: 14px;
	color: #bbb;
	margin-top: 5px;
}

.load_ani_con{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #07868f;
	z-index: 9999999999;
}
.load_ani_img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 5%;
}