
.radish-title {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 5px 15px;
	height: 50px;
	font-size: 24px;
	color: #586880;
	background: #fff url("../images/radishlogo.png") 0px center no-repeat;
	background-size: 133px 40px;
	border: 1px solid #e2f0f6;
}

.radish-title span {
	display: inline-block;
	line-height: 40px;
	margin-left: 210px;
}

.character {
	position: relative;
	float: right;
	font-size: 12px;
	color: #586880;
}

.character img {
	float: left;
	width: auto;
	height: 28px;
	margin: 6px 15px 0 0;
	border-radius: 5px;
}

.character ul {
	width: 80px;
	margin-right: 20px;
	float: left;
	margin-top: 6px;
	cursor: pointer;
	padding: 0;
	background: url("../images/downs.png") right center no-repeat;
	background-size: 12px 10px;
}

ul {
	list-style: none;
}

.install {
	display: none;
    position: absolute;
    right: 22px;
    top: 37px;
    width: 110px;
    border: 1px solid #e2f0f6;
    background: #fff;
    color: #586880;
    font-size: 12px;
    padding: 10px 15px;
    text-indent: 20px;
    line-height: 17px;
    z-index: 1000;
    height:112px;
}

.fit {
	cursor: pointer;
	margin: 5px 0;
	background: url("../images/install.png") left center no-repeat;
	background-size: 14px;
}

.quit {
	background: url("../images/quit.png") left center no-repeat;
	background-size: 13px;
}

.right-nav {
	position: fixed;
    left: 0;
    top: 50px;
    width: 200px;
    height: calc(100% - 50px);
    overflow-y: auto;
}

.logo {
	width: 120px;
	line-height: 36px;
	background: #e7e7e7;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	margin: 20px auto 30px;
}

.models {
	text-align: center;
	font-size: 16px;
	color: #586880;
	margin: 25px 0 15px 0;
}



.first-nav {
	padding: 0;
}

.first-nav li {
	font-size: 14px;
	color: #333333;
	text-align: center;
	line-height: 30px;
	margin-bottom: 10px;
}

.first-nav li:hover,.first-nav li.active {
	background: #d9eef9;
}

.first-nav li.color-2a {
	color: #2aa8e1;
}

.radish-content {
    position: absolute;
    top: 50px;
    left: 183px;
    padding-left:32px;
    background: #f0f9fa;
    width: calc(100% - 183px);
    height: calc(100% - 54px);
}

.radish-content div {
	display: none;
	width: 100%;
	min-height: 750px;
}

iframe {
	border: 0;
	width: 100%;
	height: 100%;
}

.mechanisms {
	position: relative;
	display: none;
	/* width: fit-content; */
	/* min-height: 780px; */
}
.fit-tab{width: fit-content;}
.mechanisms.firstly {
	display: block;
}

.mechanisms-title {
	color: #333333;
	font-size: 16px;
	margin-bottom: 15px;
}

.mechanisms-btn {
	height: 40px;
	margin-bottom: 15px;
    max-width: 1300px;
}

.mechanisms-btn>div {
	cursor: pointer;
	float: left;
    margin-right: 10px;
    width: 93px;
    height: 27px;
}
.mechanisms-btn>div.typeDiv{ width:400px; }
.mechanisms-btn>div.typeDiv a{
	display: block;
    float: left;
    height: 34px;
    line-height: 34px;
    border: 1px solid #428bca;
    padding: 0 20px;
    margin-right:10px;
    text-decoration:none;
}
.mechanisms-btn>div.typeDiv a.cur{
    background-color: #428bca;
    color:#fff;
}

.adds {
	width:65px !important;
	height:34px !important;
	background: url("../images/adds.png") center center no-repeat;
	background-size: contain;
}

.import {
	width:65px !important;
	height:34px !important;
	background: url("../images/import.png") center center no-repeat;
	background-size: contain;
}

.delets {
	background: url("../images/delets.png") center center no-repeat;
	background-size: contain;
}

.mechanisms-btn  .searchs {
	float: right;
	width: auto;
	height: 40px;
}

.adds:hover, .import:hover, .delets:hover {
	opacity: 0.7;
	cursor: pointer;
}

.idit {
	margin-right: 15px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url("../images/idit.png") center center no-repeat !important;
	background-size: contain;
}

.looks {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url("../images/looks.png") center center no-repeat
		!important;
	background-size: contain;
}

.mechanism-table {
	width: 100%;
	background: #fff;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
    max-width: 1300px;
}

.mechanisms-title .color-58 {
	color: #586880;
}

.adds-mechanism input {
	width: 270px;
}

.adds-mechanism .el-input {
	width: 270px;
}

.adds-mechanism label {
	font-size: 16px;
	color: #586880;
	width: 120px;
	font-weight: 300;
}

.adds-mechanism ul {
	padding-top: 15px;
}

.adds-mechanism ul li {
	margin-bottom: 20px;
}

.adds-mechanism .el-radio-group {
	vertical-align: initial;
}

.relation, .relations {
	display: inline-block;
	margin-right: 10px;
}

.numbers {
	position: relative;
	padding: 8px 30px 8px 10px;
	border: 1px solid #cae4ff;
	background: #ecf5ff;
	font-size: 12px;
	color: #2ba9e2;
	border-radius: 7px;
}

.numbers span {
	width: 15px;
	text-align: center;
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 8px;
	color: #2ba9e2;
}

.addsx {
	position: relative;
	padding: 8px 10px 8px 30px;
	border: 1px solid #dcdfe6;
	background: #fff;
	font-size: 12px;
	color: #333333;
	border-radius: 7px;
}

.addsx span {
	width: 15px;
	text-align: center;
	display: inline-block;
	position: absolute;
	left: 10px;
	top: 8px;
}

.containers {
	max-height: 200px;
	overflow: auto;
	padding-left: 120px;
}

.containers  span {
	display: inline-block;
	width: 40px;
	height: 20px;
	vertical-align: -3px;
	background:
		url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAADc0lEQVRYR72XQVLbUAyGfzl9djfQdNeZ4jTZFLIinABzAsIJCCeAnoBwg3AC4ATACfANCCtCN0DSznQHDZvWr446cmLXMU5sM0y9TGzpk56k94tQ4OnZpU2C0WSgCkIZoMb4c+6C8QigC4zclYF/ntcsZb14/QFVQ6l9JmoFroB7YnSZxFnsYXaI0ADoHcCPYBxbT/qg9hiAzXxmAtyWUfYWzV0G2gD/BNA2fLifv+tpxwnT10tvHAI1YdCugBCos9z3DmYRpAJI1GSqUwA1BnXeDr1OViRJB2IDSrWJaBvMrvWkt9JsPAP4+lE1RiVcgHFvjNDKijjrCG/sUpPJOAbowfB5K2lvCmAS+aU4t560UzTqWTCToFyBsIbeWtxuBCBn/ntRSeT0ms5DqAiCcbky0Bvh7xHAdcVsE3iPPd2o/8BdVmpf8v+1rVpEdMTAQb3vtcVGADBOvXnLzDv1gT6OGxdy30Aj+XsWwE1FbS/39cmz4rSVS4RVa6hrchRjAFsdg8ip971q8oPekupIS6XBzYK4sdWRzA0ejTbq3/648feiYCdZCAB6FfXAjC+zohRAaac8EJHzlGyGID3bPANhdaXv1WjcJqVTa+i9n1f1eSDyOJ9kPKgFw+c1CtIPVOsD7WSd6zyIvM7Fx7jjzAeM+FAAXBC5YVW+BKKI89B+4Fe6oFdRlww6zwsQFm1YEwawHhTcnDNPCyoGYHJatebNhLxX1Pm/ILBJvcrLAMK0vxQgbG/q2arLRGdFjiB+5gCcvC06NQ/CGihahGkFl6dF0yZiUIRF2nBetReBmGrDvIMoT6vlhQgvJWJ/azKKTZ5XyXmcx/o7c2yPRzE7K31dji4jIlqX2fzsrIJrGvtFWi3MhES4PPDPUi8j5pP6QLcyr+NAnC6UnKShzDlRMdtpWrJnqwsQ1kLdkRQku+zptf8uSKILYkHuBbA11BuvpQfDTMXFblzypYnSLpgurCdv57UgIucAWUNdTRWlCVK5qW4NHzuvJMuPZOYYPpy5sjxqJdGISolq+SSbjTn0DotmY2qlY76apbTnrma/Fs09aUFAVDJ32NPnWQUapNvANoj2ZKXL2qxyLafRijVO0R0YXUosp8zsYLyclgPHjDNo3c4CzgSI97uM7RGMpkg4AsogWg3+Z75i4FG2ZqKRW2Rm/AVJRJGNCrP2mwAAAABJRU5ErkJggg==")
		center center no-repeat;
	background-size: contain;
}

.containers  input {
	-webkit-appearance: none;
	background-color: #fff;
	background-image: none;
	border-radius: 4px;
	border: 1px solid #dcdfe6;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #606266;
	display: inline-block;
	font-size: inherit;
	height: 40px;
	line-height: 1;
	outline: 0;
	padding: 0 15px;
	-webkit-transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
	transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
	margin-bottom: 10px;
}

.containers  input:focus {
	border-color: #409EFF;
	outline: 0;
}

.containers  input:hover {
	border-color: #c0c4cc;
}

.mechanisms-btns {
	position: absolute;
	left: 50px;
	bottom: 15px;
}

.mechanisms-btns>div {
	display: inline-block;
	margin-right: 15px;
	line-height: 29px;/*设置line-height与父级元素的height相等达成垂直居中*/
	width: 63px;
	height: 34px;
}

.closes {
	background: url("../images/closes.png") center center no-repeat;
	background-size: contain;
}

.preserve {
	background: url("../images/preserve.png") center center no-repeat;
	background-size: contain;
}

.closes:hover, .preserve:hover, .addsx:hover, .numbers:hover {
	opacity: 0.7;
	cursor: pointer;
}

.inlines {
	display: inline-block;
	margin-right: 15px;
}

.inlines  em {
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 15px;
	border: 1px solid #dcdfe6;
	box-sizing: border-box;
	background: #fff;
}

.inlines span {
	vertical-align: 2px;
}

.inlines  em.color-2b {
	background: #2ba9e2;
}

.mechanisms input[type=text],.mechanisms input[type=password],.mechanisms input[type=number]{
	width: 200px;
	-webkit-appearance: none;
	background-color: #fff;
	background-image: none;
	border-radius: 4px;
	border: 1px solid #dcdfe6;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #606266;
	display: inline-block;
	font-size: inherit;
	height: 40px;
	line-height: 40px;
	outline: 0;
	padding: 0 15px;
	-webkit-transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
	transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
}

.mechanisms   .width-270 input[type=text] {
	width: 270px;
}

input:focus {
	border-color: #409EFF !important;
	outline: 0;
}

.system-txt {
	width: 100%;
	height: 100%;
	border: 0;
}

.relation-system {
	display: inline-block;
	width: 400px;
	height: 100px;
	box-sizing: border-box;
	border: 1px solid #dcdfe6;
}

.visi {
	vertical-align: 80px;
}

.selects {
	height: 40px;
	line-height: 40px;
	width: 200px;
	border-color: #dcdfe6;
}
.selectshort {
	height: 40px;
	line-height: 40px;
	width: 113px;
	border-color: #dcdfe6;
}

.face-student {
	height: 65px;
	width: 65px;
	background: #000;
	margin: 0 auto;
}

.face-student img {
	max-width: 100%;
	max-height: 100%;
}

.face-input input {
	width: 270px !important;
}

.file-box {
	vertical-align: -3px;
	display: inline-block;
	position: relative;
	padding-left: 30px;
	overflow: hidden;
	color: #b3b9c4;
	background: #fff url("../images/upload.png") left center no-repeat;
	background-size: 24px 19px;
}

.file-btn {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	outline: none;
	background-color: transparent;
	filter: alpha(opacity = 0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

.student-img {
	width: 135px;
	height: 135px;
	margin-left: 200px;
	box-sizing: border-box;
	border: 1px solid #dcdfe6;
}
.teacher-img {
    height: 70px;
    width: 70px;
    display: inline-block;
    box-sizing: border-box;
    border: 1px solid #dcdfe6;
    vertical-align: -14px;
    margin-left: 21px;
}
.teacher-img img {
	    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}
.student-img img {
	display: block;
	margin: 0 auto;
	max-width: 135px;
	max-height: 135px;
}

.txts {
	display: inline-block;
	font-size: inherit;
}

.uploads {
	display: inline-block !important;
}

.color-79 {
	color: #728095;
}

.mechanism-tables {
	width: 100%;
	background: #fff;
	padding: 10px 10px 40px 10px;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	box-sizing: border-box;
}

.shell {
	float: left;
	width: 25%;
	margin-top: 30px;
}

.model-style {
	width: 200px;
	height: 260px;
	margin: 0 auto;
}

.shell-img {
	position: relative;
	width: 200px;
	height: 200px;
	overflow: hidden;
}

.shell-img img {
	width: 100%;
	height: 100%;
}

.shell-txt {
	height: 40px;
	padding: 0 10px;
	line-height: 40px;
	box-sizing: border-box;
	border: 1px solid #e6e6e6;
	font-size: 16px;
	margin-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mechanism-table.mechanism-nice {
	position: relative;
	width: 100%;
	min-height: 630px;
	background: #fff;
	padding: 10px;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	overflow: hidden;
}

.nav-block {
	position: absolute;
	width: 100%;
	height: 30px;
	left: 0;
	bottom: -30px;
	background: #000;
	opacity: 0.5;
}

.paging {
	margin-top: 10px;
}

.edits, .delet {
	float: right;
	width: 20px;
	height: 30px;
	margin-right: 20px;
}

.edits {
	background: url("../images/edits.png") center center no-repeat;
	background-size: contain;
}

.delet {
	background: url("../images/delet.png") center center no-repeat;
	background-size: contain;
}

.uploads-first, .uploads-second {
	float: left;
	width: 50%;
}

.uploads-img {
	width: 200px;
	height: 200px;
	margin: 20px 30px;
}

.uploads-img img {
	max-width: 100%;
	max-height: 100%;
}

.searchv {
	cursor: pointer;
	float: left;
	display: inline-block;
	width: 53px;
	height: 40px;
	background: #f5f7fa url("../images/sreach.png") center center no-repeat;
	background-size: 16px;
	color: #909399;
	border: 1px solid #dcdfe6;
	border-radius: 4px;
	border-left: 0;
}

.row {
	width: 100%;
	clear: both;
}

.w50 {
	width: 200px;
	height: 200px;
	float: left;
	margin: 20px 30px;
}

.w50 video {
	max-width: 100%;
}

.w50 img {
	max-width: 100%;
	max-height: 100%;
}

.pupos {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}

.searchs input {
	float: left;
	width: 246px;
	-webkit-appearance: none;
	background-color: #fff;
	background-image: none;
	border-radius: 4px;
	border: 1px solid #dcdfe6;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #606266;
	display: inline-block;
	font-size: inherit;
	height: 40px;
	line-height: 40px;
	outline: 0;
	padding: 0 15px;
	-webkit-transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
	transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
}

.blacks {
	position: absolute;
	z-index: 1000;
	background: #000;
	opacity: 0.5;
	width: 100%;
	height: 100%;
}

.appear {
	display: block;
}

.disappear {
	display: none;
}

.table-img {
	width: 95px;
	height: 60px;
}

.table-img img {
	max-width: 100%;
	max-height: 100%;
}

.table-hover tbody tr td {
	color: #333;
}

.img-table {
	min-width: 300px;
}

.img-table>* {
	float: left;
}

.img-table span {
	width: 185px;
	display: block;
	margin: 20px 0px 0 15px;
}

.btn-table {
	width: 220px;
}

.btn-table>* 閵嗭拷 {
	float: left;
}

.push {
	cursor: pointer;
	margin-right: 10px;
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url(../images/push.png) center center no-repeat !important;
	background-size: contain;
}

.iditn {
	cursor: pointer;
	margin-right: 10px;
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url(../images/iditn.png) center center no-repeat !important;
	background-size: contain;
}

.pusht {
	cursor: pointer;
	margin-right: 10px;
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url(../images/push_t2.png) center center no-repeat !important;
	background-size: contain;
}
.deletv {
	cursor: pointer;
	margin-right: 10px;
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url(../images/detels.png) center center no-repeat !important;
	background-size: contain;
}

.videos {
	cursor: pointer;
	margin-right: 10px;
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url(../images/videos.png) center center no-repeat !important;
	background-size: contain;
}

.idits {
	cursor: pointer;
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url(../images/idits.png) center center no-repeat !important;
	background-size: contain;
}

.uploadv {
	line-height: 0 !important;
	padding: 6px 15px !important;
}

nav.page-nav-outer {
	display: block;
	text-align: center;
}

nav.page-nav-outer .page-nav-inner {
	display: inline-block;
}

nav.page-nav-outer .pagination {
	float: left;
	padding-left: 0;
	margin: 15px 0;
	border-radius: 4px;
	display: inline-block;
}

nav.page-nav-outer .pagination>li {
	display: inline;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

nav.page-nav-outer .pagination>li>a {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.4em;
	color: #2ba9e2;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}

nav.page-nav-outer .pagination>li a:hover {
	z-index: 2;
	color: #23527c;
	background-color: #eee;
	border-color: #ddd;
}

nav.page-nav-outer .pagination>.active>a {
	color: #fff;
	cursor: default;
	background-color: #2ba9e2;
	border-color: #2ba9e2;
}

nav.page-nav-outer .pagination>.active>a:hover {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #2ba9e2;
	border-color: #2ba9e2;
}

nav.page-nav-outer .pagination>.disabled>a {
	cursor: no-drop;
}

nav.page-nav-outer .pagination>.disabled a:hover {
	
}

nav.page-nav-outer .page-input-box {
	display: inline-block;
	border-radius: 4px;
	margin: 0;
	margin-top: 16px;
	margin-left: 16px;
	float: left;
}

nav.page-nav-outer .page-input-box input {
	width: 45px;
	padding: 4px 4px;
	box-sizing: border-box;
	color: #333;
}

nav.page-nav-outer .page-input-box button {
	padding: 3px 5px;
	outline: none;
}

/*----------Bright Style End----------*/

/*----------Dark Style Start----------*/
nav.page-nav-outer.dark {
	text-align: center;
}

nav.page-nav-outer.dark .page-nav-inner {
	display: inline-block;
}

nav.page-nav-outer.dark .pagination {
	margin-top: 15px;
	margin-bottom: 15px;
	display: inline-block;
	float: left;
}

nav.page-nav-outer.dark .pagination>li>a {
	color: #FFF;
	font-weight: bold;
	background-color: rgba(0, 0, 0, 0.15);
	border-color: rgba(131, 233, 255, 0.75);
}

nav.page-nav-outer.dark .pagination>li a:hover {
	background-color: rgba(90, 255, 200, 0.5);
}

nav.page-nav-outer.dark .pagination>.active>a {
	color: #FFEB3B;
	border-color: #FFEB3B;
}

nav.page-nav-outer.dark .pagination>.active>a:focus {
	background-color: rgba(90, 255, 200, 0.5);
}

nav.page-nav-outer.dark .pagination>.disabled>a {
	color: #fff;
	border-color: rgba(131, 233, 255, 0.75);
}

nav.page-nav-outer.dark .pagination>.disabled>a:focus {
	background-color: rgba(0, 0, 0, 0.15);
}

nav.page-nav-outer.dark .pagination>.disabled a:hover {
	background-color: rgba(0, 0, 0, 0.15);
}

nav.page-nav-outer.dark .page-input-box {
	display: inline-block;
	border-radius: 4px;
	margin: 0;
	margin-top: 15px;
	margin-left: 15px;
	float: left;
}

nav.page-nav-outer.dark .page-input-box input {
	width: 40px;
	padding: 4px 4px;
	box-sizing: border-box;
	color: #333;
}

nav.page-nav-outer.dark .page-input-box button {
	padding: 3px 5px;
}

.dark button.btn-green {
	padding: 3px 15px;
	text-decoration: none;
	outline: none;
	border: 1px solid rgba(0, 246, 4, 0.83);
	background: rgba(144, 255, 146, 0.6);
	cursor: pointer;
}

.dark button.btn-green:hover {
	color: #ffd600;
	text-decoration: none;
}

.dark button.btn-green:active {
	background: rgba(144, 255, 146, 0.4);
}

.popupv {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 4
}

.blackn {
	z-index: 1000;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
}

.containerv {
	position: relative;
	z-index: 10000;
	width: 750px;
	/* height: 730px; */
	background: #fff;
	margin: 10% auto;
	border-radius: 8px;
	padding-bottom: 20px;
}

.pop-title {
	position: relative;
	font-size: 18px;
	padding: 10px 20px;
	color: #5d5d5d;
}

.pop-search {
	padding: 10px 20px;
}

.popu-tables {
	margin-top: 15px !important;
}

nav.page-nav-outer .page-input-box {
	display: none;
}

.popu-container {
	/* height: 535px; */
}

.ca {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 32px;
	height: 32px;
	background: url("../images/ca.png") center center no-repeat;
	background-size: contain;
}

.shut {
	display: none;
}
.exist {
	display: block;
}

.small-container {
	position: relative;
	z-index: 10000;
	width: 300px;
	height: 150px;
	background: #fff;
	margin: 10% auto;
	border-radius: 8px;
}

.small-ca {
	position: absolute;
	right: 10px;
	top: 12px;
	width: 16px;
	height: 16px;
	background: url("../images/small-ca.png") center center no-repeat;
	background-size: contain;
}

.popu-delete {
	position: absolute;
	bottom: 14px;
	right: 13px;
	width: 63px;
	height: 34px;
}

.prompts {
	padding: 10px 20px;
}

.small-add {
	display: inline-block;
	width: 26px;
	height: 26px;
	background: url(../images/small-add.png) center center no-repeat
		!important;
	background-size: contain;
}
.tag-add {
	display: inline-block;
	width: 25px;
    height: 22px;
	background: url(../images/small-add.png) center center no-repeat
		!important;
	background-size: contain;
}
.courses {
	float: left;
	width: 250px;
	height: 320px;
	border-radius: 5px;
	border: 1px solid #e6e6e6;
	box-sizing: border-box;
	background: #fff;
	margin-right: 17px;
	margin-bottom: 17px;
	cursor: pointer;
}

.mechanism-tables.courses-table {
	background: #f0f9fa;
	border: 0;
	padding: 0;
}

.courses-img {
	width: 200px;
	height: 130px;
	margin: 20px auto 10px;
}

.courses-img img {
	max-height: 100%;
	max-width: 100%;
}

.courses-ul {
	width: 200px;
	padding: 0;
	margin: 0 auto;
}

.courses-ul li {
	font-size: 16px;
	line-height: 28px;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.courses-ul li.right-txt {
	text-align: right;
}

.courses-btn {
	width: 200px;
	margin: 0 auto;
}

.courses-btn>* {
	float: left;
	width: 20%;
	height: 20px;
}

.pushx {
	background: url("../images/push1.png") center center no-repeat;
	background-size: contain;
}

.iditx {
	background: url("../images/idit2.png") center center no-repeat;
	background-size: contain;
}

.viewx {
	background: url("../images/view1.png") center center no-repeat;
	background-size: contain;
}

.deletx {
	background: url("../images/delete1.png") center center no-repeat;
	background-size: contain;
}

.videox {
	background: url("../images/video1.png") center center no-repeat;
	background-size: contain;
}

.idita {
	background: url("../images/maosice1.png") center center no-repeat;
	background-size: contain;
}

.pushx.at {
	background: url("../images/push2.png") center center no-repeat;
	background-size: contain;
}

.viewx.at {
	background: url("../images/view2.png") center center no-repeat;
	background-size: contain;
}

.iditx.at {
	background: url("../images/idit1.png") center center no-repeat;
	background-size: contain;
}

.deletx.at {
	background: url("../images/delete2.png") center center no-repeat;
	background-size: contain;
}

.videox.at {
	background: url("../images/video2.png") center center no-repeat;
	background-size: contain;
}

.idita.at {
	background: url("../images/maosice2.png") center center no-repeat;
	background-size: contain;
}

.whites {
	position: absolute;
	z-index: 1000;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #f0f9fa;
}

.logins {
	position: relative;
	z-index: 10000;
	margin: 10% auto 0;
	width: 415px;
	background: #fff;
	border: 3px solid #e4eff3;
	padding-bottom: 30px;
}

.logins-title>* {
	float: left;
	width: 50%;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	text-align: center;
}

.back-login {
	background: #c2f2f7;
}

.logins-main {
	position: relative;
	width: 65%;
	margin: 40px auto 0;
}

.login-input {
	position: relative;
	margin-bottom: 25px;
}

.login-input:after {
	position: absolute;
	content: " ";
	left: 62px;
	top: 7px;
	height: 26px;
	width: 1px;
	background: #dcdfe6;
	z-index: 10000;
}

.logins-firsr {
	position: relative;
}

.logins-input {
	width: 100%;
	-webkit-appearance: none;
	background-color: #fff;
	background-image: none;
	border-radius: 4px;
	border: 1px solid #dcdfe6;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #606266;
	display: inline-block;
	font-size: inherit;
	height: 40px;
	line-height: 40px;
	outline: 0;
	padding: 0 15px 0 70px;
	-webkit-transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
	transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
}

.icons {
	position: absolute;
	left: 0;
	top: 0;
	height: 40px;
	width: 65px;
}

.kimg {
	background: url("../images/keeko.png") center center no-repeat;
	background-size: 33px 25px;
}

.password {
	background: url("../images/password.png") center center no-repeat;
	background-size: 22px 28px;
}

.logins-btn {
	width: 130px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	margin: 35px auto 0;
	border-radius: 6px;
	background: #2ba9e2;
	cursor: pointer;
}

.miam {
	position: absolute;
	bottom: 54px;
	right: 2px;
	color: #2ba9e2;
	font-size: 14px;
	cursor: pointer;
}

.logins-firsr, .logins-second {
	display: none;
}

.logins-firsr.vat, .logins-second.vat {
	display: block;
}

.red-prompt {
	color: red;
	font-size: 12px;
	position: absolute;
	bottom: -35px;
	left: 5px;
}

.daima {
	background: url("../images/daima.png") center center no-repeat;
	background-size: 20px 25px;
}

.mingcheng {
	background: url("../images/mingcheng.png") center center no-repeat;
	background-size: 23px 23px;
}

.user {
	background: url("../images/user.png") center center no-repeat;
	background-size: 23px 24px;
}

.email {
	background: url("../images/email.png") center center no-repeat;
	background-size: 23px 17px;
}

input::-webkit-input-placeholder {
	color: #c9c9c9 !important;
}

.logins-inputs {
	float: left;
	width: 120px;
	-webkit-appearance: none;
	background-color: #fff;
	background-image: none;
	border-radius: 4px;
	border: 1px solid #dcdfe6;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #606266;
	display: inline-block;
	font-size: inherit;
	height: 40px;
	line-height: 40px;
	outline: 0;
	padding: 0 15px 0;
	-webkit-transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
	transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
}

.login-inputv {
	position: relative;
	margin-bottom: 25px;
}

.identifying {
	float: left;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 60px;
	color: #606266;
	border: 1px solid #dcdfe6;
	-webkit-box-sizing: border-box;
	border-radius: 4px;
	margin: 0 10px 0 15px;
}

.refresh {
	float: left;
	width: 40px;
	height: 40px;
	background: url("../images/shuangxin.png") center center no-repeat;
	background-size: 22px 22px;
	cursor: pointer;
}

.refresh:hover {
	opacity: 0.6;
}

.lcs_wrap {
	display: inline-block;
	direction: ltr;
	height: 28px;
	vertical-align: middle;
}

.lcs_wrap input {
	display: none;
}

.lcs_switch {
	display: inline-block;
	position: relative;
	width: 73px;
	height: 28px;
	border-radius: 30px;
	background: #ddd;
	overflow: hidden;
	cursor: pointer;
	-webkit-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.lcs_cursor {
	display: inline-block;
	position: absolute;
	top: 3px;
	width: 22px;
	height: 22px;
	border-radius: 100%;
	background: #fff;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 3px 4px 0
		rgba(0, 0, 0, 0.1);
	-webkit-transition: all .2s linear;
	-ms-transition: all .2s linear;
	transition: all .2s linear;
}

.lcs_label {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 18px;
	color: #fff;
	font-weight: bold;
	position: absolute;
	width: 33px;
	top: 5px;
	overflow: hidden;
	text-align: center;
	opacity: 0;
	-webkit-transition: all .2s ease-in-out .1s;
	-ms-transition: all .2s ease-in-out .1s;
	transition: all .2s ease-in-out .1s;
}
/* on */
.lcs_switch.lcs_on {
	background: #2ba9e2;
	box-shadow: 0 0 2px #2ba9e2 inset;
}

.lcs_switch.lcs_on .lcs_cursor {
	left: 48px;
}

.lcs_switch.lcs_on .lcs_label_on {
	left: 10px;
	opacity: 1;
}
/* off */
.lcs_switch.lcs_off {
	background: #b2b2b2;
	box-shadow: 0px 0px 2px #a4a4a4 inset;
}

.lcs_switch.lcs_off .lcs_cursor {
	left: 3px;
}

.lcs_switch.lcs_off .lcs_label_off {
	right: 10px;
	opacity: 1;
}

.top-xbtn, .down-xbtn {
	display: inline-block;
	height: 32px;
	width: 32px;
}

.top-xbtn {
	background: url(../images/top-xbtn.png) center center no-repeat;
	background-size: cover;
}

.down-xbtn {
	background: url(../images/down-xbtn.png) center center no-repeat;
	background-size: 32px 32px;
}

.downloads {
	display: inline-block;
	width: 80px;
	height: 32px;
	border-radius: 5px;
	border: 1px solid #2aa8e1;
	background: #2aa8e1 url(../images/downloads.png) 7px center no-repeat;
	background-size: 25px;
	color: #fff;
	font-size: 14px;
	line-height: 32px;
	text-indent: 40px;
}

.downloads.disable {
	opacity: 0.5;
}

.configures {
	cursor: pointer;
	display: inline-block;
	width: 40px;
	height: 32px;
	background: url(../images/configure.png) center center no-repeat;
	background-size: contain;
}

.loginNameExist {
	color: red;
	font-size: 12px;
	margin-left: 30px;
}

.emailFail {
	color: red;
	font-size: 12px;
	margin-left: 30px;
}

.macExist {
	color: red;
	font-size: 12px;
	margin-left: 30px;
}

.listes {
	background: url("../images/listes.png") center center no-repeat;
	background-size: contain;
}

.agains {
	cursor: pointer;
	margin-right: 10px;
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url("../images/agains.png") center center no-repeat;
	background-size: contain;
}

.btn-table  div:last-child {
	margin-right: 0;
}
.radish {
	position: relative;
}

/* 锟斤拷品锟斤拷锟斤拷锟斤拷式锟斤拷始 */

.mechanisms-btn  .searchs.searchs-senior {
	width: 400px;
}
.senior:hover{
	opacity: 0.7;
}
.senior {
	cursor: pointer;
	float: left;
	width: 98px;
	height: 40px;
	background: url("../images/senior.png")  center center no-repeat;
	background-size: cover;
	margin-left: 2px;
}

.senior-content > div {
	display: none;
	float: left;
	margin-bottom: 15px;
}
.cols-6 {
	width: 20% !important;
	
}
.cols-4 {
	width: 25% !important;

}
.cols-3 {
	width: 40% !important;
}
.cols-5 {
	width: 43% !important;
}
.cols-6 .txt-senior,.cols-4 .txt-senior, .cols-3 .txt-senior, .cols-5 .txt-senior{
	line-height: 40px;
	margin-right: 10px;
}
.senior-content  .cols-6 .senior-input {
	width: 180px;
}
.senior-content  .senior-input2 {
	width: 336px;
}
.senior-content {
	position: relative;
	height: 0;

}

.fl{
    float:left;
}
.fr{
    float:right;
}
.date{
    position:relative;
}
.date-check{
    width:180px;
    height:30px;
    line-height:30px;
    padding:0 5px;
}
.date-list{
    display:none;
    position:absolute;
    top:30px;
    padding-top:10px;
    background: #fff;
    border-radius:5px;
    -webkit-border-radius:5px;
    overflow:hidden;
    border:1px solid;
    border-color:#ccc  #ccc transparent  #ccc;
    z-index: 999;
}
.nit {
	float: left;
}
.header{
    margin-bottom:4px;
    padding: 0 5px;
}
.header .fl{
    margin-right:5px;
}
.header .fl,.header .fr{
    cursor:pointer;
}
.header select{
    padding: 2px 0;
    vertical-align:top;
}

.header-right{
    margin-right:8px;
}
.header-left,.header-right{
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #ccc;
    line-height: 18px;
}
.today{
    padding:2px 5px;
    border:1px solid #ccc;
    border-radius:5px;
    background:#eee;
    font-size:12px;
    *width:24px;
    *height:16px;
    *line-height:16px;
}
.date-list,.date-list table{
    width:255px;
}

.date-list thead{
    background:#2ba9e2;
    text-align: center;
}
.date-list th{
    padding:2px;
    color:#fff;
    border:1px solid #ccc;
    font-size: 14px;
    font-weight: normal;
}
.date-list td{
    border:1px solid #ccc;
    padding:2px 0;
    text-align:center;
    font-size: 12px;
}
.date-list td:hover{
    background:#ccc;
    color:#fff;
}
.date-list td.current{
    background:#2ba9e2;

    color:#fff;
}

.outer{
    width:400px;
    margin:20px auto;
}

.date-error .date-check{
    border:1px solid red !important;
}
.date-list thead tr th:first-child {
	border-left: 0;
}
.date-list tbody tr td:first-child {
	border-left: 0;
}
.search-senior {
	position: absolute;
	width: 63px;
	height: 34px;
	background: url(../images/seniorv.png) center center no-repeat;
	background-size: cover;
	bottom: 8px;
	right: 0;
}
.senior-on {
	width: 91px;
	height: 34px;
	background: url(../images/seniors.png) center center no-repeat;
	background: contain;
}
.senior-on:hover {
	opacity: 0.7;
	cursor: pointer;
}
.again-senior {
	position: absolute;
	width: 63px;
	height: 34px;
	background: url(../images/seniori.png) center center no-repeat;
	background-size: cover;
	bottom: 8px;
	right: 70px;
}
.again-senior:hover, .search-senior:hover {
	opacity: 0.7;
	cursor: pointer;
}
.top-xbtn, .down-xbtn {
	display: inline-block;
	height: 20px;
	width: 20px;
}

.top-xbtn {
	background: url(../images/top-xbtn.png) center center no-repeat;
	background-size: cover;
}
.top-xbtn:hover {
	background: url(../images/top-xbtns.png) center center no-repeat;
	background-size: cover;
}
.down-xbtn:hover {
	background: url(../images/down-xbtns.png) center center no-repeat;
	background-size: 20px 20px;
}
.down-xbtn {
	background: url(../images/down-xbtn.png) center center no-repeat;
	background-size: 20px 20px;
}
.qrcode{
	position: relative;
	cursor: pointer;
    margin-right: 10px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/qrcode.png) center center no-repeat !important;
    background-size: contain;
}
.qrcode:hover {
	 background: url(../images/qrcodes.png) center center no-repeat !important;
    background-size: contain;
}
.qrcode-mian {
	display: none;
	width: 128px;
	height: 186px;
	position: absolute;
	z-index:1000;
	left: -126px;
    top: -77px;
	background: #fff;
	box-sizing: border-box;
	background: url("../images/puposs.png") center center no-repeat;
	background-size: contain;
}
.qrcode-mian.on {
	display: block;
}
.links ,.weixin{
	font-size: 12px;
	line-height: 30px;
	margin-left: 10px;

}
.links {
	width: 120px;
	margin: 10px auto 0;
	background: url("../images/link.png") 8px center no-repeat;
	background-size: 20px;
	
}
.weixin{
	background: url("../images/weixin.png") 3px center no-repeat;
	background-size: 20px;
}
.links:hover {
	color: #2ba9e2;
}
.qrcodes {
	margin-left: 17px;
	width: 90px;
	height: 90px;
	overflow: hidden;
}
.qrcodes img {
	max-width: 100%;
	max-height: 100%;
}
.capacitive {
	height: 0px;
	margin-bottom: 15px;
}
.senior-title {
	position:relative;
	display: none;
	font-size: 16px;
	line-height: 35px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}
.cols-12 {
	width: 100%;
}

.synchronous{
	width: 91px;
	height: 34px;
	background: url("../images/synchronous.png") center center no-repeat;
	background-size: contain;
}
.new-mol {
  float: left;
  height: 100px;
  width: 150px;
  background: #fff;
  margin-right: 20px;
}
.overAuto {
	    overflow: auto;
}
.shadow-black {
 box-shadow: 2px 2px 2px #ccc;
}
.new-mol span {
  display: block;
  text-align: center;
}
.first-span  {
  display: block;
  margin-top: 25px;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.mar-top {
  margin-top: 20px;
}
.homes {
  display: block;
  color: #586880;
   margin: 5px 0;
    background: url(../images/icon-home.png) left center no-repeat;
    background-size: contain;
}

.new-a {
  display: block;
   text-align: center;
  color: #000;
}

.addrole {
	width: 94px!important;
	height: 34px!important;
	background: url(../images/addrole.png) left center no-repeat;
    background-size: contain;
}
.addoutfit {
	width: 94px!important;
	height: 34px!important;
	background: url(../images/addoutfit.png) left center no-repeat;
    background-size: contain;
}
.outfit {
	width: 120px!important;
	height: 34px!important;
	background: url(../images/outfit.png) left center no-repeat;
    background-size: contain;
}
.addschool {
	width: 134px!important;
	height: 34px!important;
	background: url(../images/addschool.png) left center no-repeat;
    background-size: contain;
}

.addmenu {
	width: 120px!important;
	height: 34px!important;
	background: url(../images/addmenu.png) left center no-repeat;
    background-size: contain;
}

.addcourse {
	width: 94px!important;
	height: 34px!important;
	background: url(../images/addcourse.png) left center no-repeat;
    background-size: contain;
} 
.mechanisms .checkboxs {
    width: fit-content;
    -webkit-appearance: checkbox;
    height:20px;
} 
.exception-tables  {
	overflow: auto;
}

.addlocal {
	width: 94px!important;
	height: 34px!important;
	background: url(../images/addlocal.png) left center no-repeat;
    background-size: contain;
}
.addlibrary {
	width: 106px!important;
	height: 34px!important;
	background: url(../images/addlibrary.png) left center no-repeat;
    background-size: cover;
}

.userinfo {

	position: relative;
	width:600px;
}

.mechanism-table.width-600 {
	width: 600px;
    min-height: 390px;
}
 .adds-mechanism.width-600 label {
 	width: 70px;
 }
 .adds-mechanism.width-600 input {
 	width: 220px;
 }
 .imagto {
 	 position:absolute;
 	 width:120px;
 	 height:120px;
 	 right: 80px;
        top: 84px;
 }
 .imagto img {
  	max-width:100%;
  	max-height:100%;
  	display:block;
  	margin: 0 auto;
 }
.imagto {
 	position: absolute;
    width: 90px;
    height: 90px;
    right: 106px;
    top: 20px;

 }
 .position-s {
 	 position:absolute;
 	    top: 105px;
     right: 110px;
 }
 .widths-600 {
    position: relative;
    z-index: 10000;
    width: 600px;
    background: #fff;
    margin: 8% auto;
    border-radius: 8px;
}


.pwidth-600 {
	width: 600px;
	height: 630px;
    background: #fff;
    margin: 5% auto;
    border-radius: 8px;
    position: relative;
    z-index: 10000;
}
.tables.ptable-height {
	max-height: 440px;
	 margin-top: 15px !important;
}
.txtp {
	float: left;
	font-size: 16px;
	line-height: 40px;
	 color: #5d5d5d;
	 margin-right: 78px;
}
.contenta {
	
    background: #fff;
    margin: 5% auto;
    border-radius: 8px;
    position: relative;
    z-index: 10000;
}
.pwidth-400 {
	width: 400px;
	height: 300px;
}
.contenta-title {
	padding-top: 60px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 16px;
}
.contenta-input input {
    width: 246px;
    display: block;
    margin: 0 auto;
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #606266;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: 0;
    padding: 0 15px;
    -webkit-transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
}
.contenta-btn {
	padding: 40px  120px;
}
.btnv:hover {
	opacity: 0.7;
	cursor: pointer;
}
.btn-pfirst, .btn-psecond{
	float: left;
	width: 63px;
	height: 34px;
	border-radius:5px;
	text-align: center;
	line-height: 34px;
	font-size: 14px;
	border: 1px solid #ccc;
}
.btn-blues {
	color: #fff;
	background:#2ba9e2;
	border-color: #2ba9e2; 
}
.btn-pfirst {
	margin-right: 30px;
}

.copy-blue {
	color:#2ba9e2;
	cursor: pointer;
}

.frcode{
	position: relative;
	cursor: pointer;
    margin-right: 10px;
    display: inline-block;
    width: 80px;
    height: 20px;
    background-size: contain;
}
.frcode:hover {
    background-size: contain;
}
.frcode-mian {
	display: none;
	width: 176px;
	height: 165px;
	position: absolute;
	z-index:1000;
	left: -85px;
    top: 20px;
	box-sizing: border-box;
}
.frcode-mian.on {
	display: block;
}
.frcode-mian {
 display: none;
 position: absolute;
 left: -126px;
 top: -77px;
 background: #fff;
 box-sizing: border-box;
}
.frcode-mian.on  {
    display: block;
   
}
.frconds {
	background: #fff;
	width:auto;
	height: auto;
	padding: 10px 8px;
}

.password-title {
	font-size: 18px;
	line-height: 80px;
	text-align: center;
	  color: #586880;

}
.p-text {
	margin:0; 
	text-align: center;
	font-size: 14px;
	  color: #586880;
}
.logins-main.passwords {
	margin-top: 10px;
}
.btn-fun.color-cccc {
    background: #ccc;
}
.btn-fun {
    padding: 6px 18px;
    background: #3fb9ff;
    color: #fff;
    border-radius: 6px;
}
.pupos-btns {
	padding: 0 50px;
}
.passwords .pupos-btns .btn-fun:first-child{
	margin-right: 15px;	
}
.pwidth-435{
	width: 400px;
	height: 250px;
}


.youjian {
    background:  #3fb9ff;
    padding: 0px 15px;
    color: #fff;
    display: inline-block;
    border-radius: 6px;
    border: 0;
    height: 40px;
    font-size: 12px;
}
.youjian.covl {
      background:  #c9c9c9;
}

/* CIRCLE */
.img-circle {
    border-radius: 50%;
}
.bitian{
	color: red;
	margin-right: 5px;
    font-size: 16px;
}

/* .right-nav::-webkit-scrollbar 
{ 
    width: 4px;
    height: 10px;
    background-color: #F5F5F5;
} 
   
定义滚动条轨道 内阴影+圆角 
.right-nav::-webkit-scrollbar-track 
{ 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
} 
   
定义滑块 内阴影+圆角 
.right-nav::-webkit-scrollbar-thumb 
{ 
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #c1c1c1; 
} */
