@charset "utf-8";
.flex {
  display: flex;
}
.flex_e {
  display: flex;
  align-items: flex-end;
}
.flex_sb {
  display: flex;
  justify-content: space-between;
}
.flex_cc {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex_ccc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.flex_csb {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex_ssb {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.flex_esb {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.flex_csa {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.flex_ce {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.flex_cs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.flex_fc {
  display: flex;
  flex-direction: column;
}

.flex_fw {
  display: flex;
  flex-wrap: wrap;
}
.mar0 {
  margin: 0;
}
.mal_n8 {
  margin-left: -8px;
}
.mal10 {
  margin-left: 10px;
}

.mar10 {
  margin-right: 10px;
}

.mat10 {
  margin-top: 10px;
}

.mab10 {
  margin-bottom: 10px;
}
.ma10z {
  margin: 10px 0;
}
.maz10 {
  margin: 0 10px;
}
.ma10 {
  margin: 10px;
}
.mar15 {
  margin-right: 15px;
}
.mal20 {
  margin-left: 20px;
}

.mar20 {
  margin-right: 20px;
}

.mat20 {
  margin-top: 20px;
}

.mab20 {
  margin-bottom: 20px;
}

.ma20 {
  margin: 20px;
}
.ma20z {
  margin: 20px 0;
}
.mat40 {
  margin-top: 40px;
}
.pd10 {
  padding: 10px;
}
.pd20 {
  padding: 20px;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
	background: #4488ff;
}

.layui-upload-list {
	width: 100%;
	height: 100%;
}

.layui-form-label {
	width: 155px;
}

.layui-btn-normal {
	background: #4488ff;
}

.layui-form-select dl {
	z-index: 99900;
}

.recharge a {
	padding: 5px 15px;
	line-height: 30px;
	border-radius: 4px;
	color: #fff !important;
	margin-top: -15px;
}

/*基本信息*/
.basicInfo {
	padding: 40px;
}

.layui-form-item .xkw_input {
	width: 300px;
}

.tips {
	margin-left: 10px;
	color: #aaa;
}

.tips i {
	color: #ed4040;
	padding-right: 5px;
}

.basicInfo .layui-btn {
	margin-top: 40px;
	width: 450px;
	font-size: 18px;
	margin-left: 15px;
}

.layui-form-item .layui-btn {
	margin-left: 15px;
}

/*开通课程*/
.layui-table th,
.layui-table td {
	text-align: center;
}

.title .recharge {
	line-height: 30px;
	padding: 20px 20px 0 0;
}

.title .recharge p {
	font-size: 16px;
	padding-right: 10px;
	padding-top: 5px;
}

.title .recharge a {
	font-size: 14px;
}

.openCourse-form {
	padding: 20px 10px 0;
}

/*编辑*/
.openCourEdit .layui-input-inline {
	width: 320px;
}

.layui-arrow {
	position: absolute;
	top: 10px;
	right: 2.5px;
	color: #c2c2c2;
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-moz-transition: -moz-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}

.trans {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}

/**********网校管理*************/
.schoolM {
	padding: 20px;
	margin-top: 0;
}

.schoolM {}

.schoolM .layui-tab-bar {
	display: none;
}

.schoolM .layui-tab-title li {
	padding: 0 5px;
	min-width: 60px
}

.schoolM>.layui-tab-title .layui-this {
	color: #4488ff;
	font-weight: 700;
}

.adImg {
	width: 816px;
}

.schoolM .layui-tab-title {
	background: none;
}

.schoolM .layui-tab-title .layui-this:after {
	position: static;
}

.schoolM .layui-tab-title li {
	line-height: inherit;
}

.s_tabsCont {
	padding: 20px;
}

.s_tabsCont img {
	display: block;
}

.ym .layui-form-item {
	padding: 20px 0;
}

/*logo上传*/
.logoBox {
	margin-top: 30px;
}

.logoBox .preview,
.bannerBox .preview {
	width: 266px;
	height: 108px;
	padding: 10px;
	border: 1px solid #a7a7a7;
	float: left;
	text-align: center;
}

.logoBox .preview img {
	height: 100%;
}

.logoBox .tips {
	width: 370px;
}

.logoBox .layui-btn {
	margin-top: 18px;
}

.bannerBox .preview img {
	width: 100%;
	height: 100%;
}

.library img {
	width: 255px;
	height: 65px;
	margin: 5px;
	cursor: pointer;
}

.adlibrary img {
	width: 252px;
	height: 100px;
	margin: 5px;
	cursor: pointer;
}

.red_border {
	border: 1px solid red;
}

/* 域名 */
.ymTipsBox p {
	line-height: 34px
}

/*自定义链接*/
.links .layui-form-item {
	display: block;
	margin: 20px 0;
}

/*两侧浮动框*/
.bothSideBox {
	margin-top: 30px;
}

.fltRadio {
	margin-left: 200px;
}

.fltRadio .left,
.fltRadio .right {
	text-align: center;
}

.fltRadio .layui-form-radio {
	margin: 5px 0;
	padding-right: 0;
}

.botnInput .layui-anim.layui-icon {
	position: absolute;
	bottom: 0;

}

.f_cont .con {
	display: none;
}

.f_cont .layui-tab-title {
	height: auto;
	background: none;
	width: 500px;
	margin: 0 auto;
	border: none;
}

.f_cont li {
	width: 95px;
	margin: 0 96px 0 60px;
	padding: 0
}

.f_cont .layui-tab-title .layui-this:after {
	height: 0;
	border: none;
}

.f_cont li label {
	display: block;
	text-align: center;
	line-height: 18px;
}

.f_cont li label .layui-anim.layui-icon {
	margin-left: 25px;
}

.conRightBox {
	padding: 20px 20px 20px 0;

}

.sb_table .layui-table-body {
	overflow: hidden;
}

.sb_modify {
	display: none;
}

.sb_modify .layui-form-item .layui-input-inline {
	width: 350px;
}

.f_cont .layui-tab-title .layui-this {
	background: none;
}

.cloneBox {
	padding: 20px 0;
	background: #f7f7f7;
	margin-bottom: 20px;
	position: relative;
}

.conRight {
	padding: 20px 0;
}

.close {
	position: absolute;
	top: -8px;
	right: -8px;
	z-index: 99px;
}

/*关于我们*/
.aboutUs .layui-form-label {
	width: 160px;
}

.aboutUs .layui-textarea {
	width: 454px;
	height: 199px;
	border-radius: 2px;
	resize: none;
}

.aboutUs .layui-form-item {
	margin: 35px 0;
}

.aboutUs .layui-input-block {
	margin-left: 160px;
}

.aboutUs .layui-layedit {
	width: 532px;
}

.aboutUs .layui-layedit-tool .layui-icon:nth-last-of-type(1),
.aboutUs .layui-layedit-tool .layui-icon:nth-last-of-type(4) {
	display: none;
}

/*底部设计*/
.f_cloneBox {
	padding: 20px 0;
	background: #f7f7f7;
	margin: 0 10px 20px 0;
	position: relative;
}

/*二维码说明*/
.QRcode .preview {
	width: 155px;
	height: 155px;
}

.layui-code,
.layui-upload-list {
	margin: 0;
}

.QRcode button {
	/* margin-top:62px;
	background:#f3f3f3; */
}

.QRcode button:last-child {
	background: #4488ff;
}

/*学员管理*/
.st_table {
	padding: 0 20px;
}

/*
	学员学习情况跟踪
**/
.studentAdmin-form {
	padding: 20px 20px 0;
}

.studentAdmin-form .layui-form-label {
	text-align: center;
	width: 80px;
}

.searchBtn {
	padding: 0 45px;
}

.studentAdmin-form .layui-form-item .layui-input-inline {
	width: 258px;
}

.studentAdmin_table {
	padding: 0 20px 0;
}

/*订单管理*/
.orderAdmin-form .layui-form-label {
	width: 105px;
	padding-left: 8px;
	padding-right: 8px;
}

.innerTable {
	width: 100%;
	border: 1px solid #e7e7e7;
	margin: 10px 0;
}

.innerTable thead tr {
	background: none;
}

.orderData td,
.orderData th {
	border: none;
}

.orderData tr {
	border-top: 1px solid #e6e6e6;
}

.orderData .innerTable th,
.orderData .innerTable tr {
	border: none;
}

.unpay {
	color: #ed4040;
}

.payed {
	color: #4488ff;
}

/*app广告管理*/
.adAdmin-form {
	position: relative;
	margin: 0 20px;
}

.adAdmin-form .adImg {
	width: 253px;
	height: 450px;
	background: url(../img/adImg.jpg) no-repeat;
	position: absolute;
	left: 0;
	top: 20px;
}

.adFormBox {
	width: 100%;
	padding-left: 253px;
}

.adFormBox .preview {
	width: 372px;
	height: 167px;
	background: #fff;
	border: 1px solid #a7a7a7;
	padding: 5px;
	overflow: hidden;
}

.adFormBox .preview img {
	width: 100%;
	height: 100%;

}

.adFormBox .layui-btn-primary {
	margin: 15px 0;
	background: #f3f3f3;
}

.adFormBoxBg {
	padding: 20px 10px 0;
	margin-bottom: 20px;
	/* background:#f7f7f7; */
	position: relative;
}

.ad_table {
	padding: 0 20px 0
}

.ad_table .layui-table td .layui-table-cell {
	height: 60px;
	line-height: 60px;
}

.ad_table .layui-form-select .layui-input {
	margin-top: 12px;
}

.ad_table {}

/*
	资讯管理
**/
.infoAdmin-form {
	padding: 20px 20px 0;
}

.layui-table-cell-title {
	width: 100px;
}

.infoAdmin_table td:nth-child(1) {
	width: 120px;

}

.infoAdmin_table {
	padding: 0 10px 10px;
}

.infoAdmin .layui-table-cell {
	height: 50px;
	line-height: 50px;
	/* -webkit-line-clamp: 2;  
	    display: -webkit-box;
	   -webkit-box-orient: vertical;
	   color:#666;
	   vertical-align: middle;
	   white-space: normal; */
	overflow: inherit;
}

.infoAdmin td:first-child .layui-table-cell,
.infoAdmin td:nth-child(3) .layui-table-cell {
	overflow: hidden;
}

.infoAdmin th .layui-table-cell {
	/* height:28px;
	line-height: 28px; */
}

/*添加资讯*/
.add_infoAdmin .preview {
	width: 213px;
	height: 130px;
	border: 1px solid #a7a7a7;
	background: url(../img/noImg_bg.jpg) no-repeat left center;
}

.previewImg {
	width: 213px;
	height: 130px;
	border: 1px solid #a7a7a7;
	background: url(../img/noImg_bg.jpg) no-repeat center center;
}

.add_infoAdmin .preview img {
	width: 100%;
	height: 100%;
}

.add_infoAdmin .layui-row .layui-form-label {
	width: 75px;
}

.add_infoAdmin .layui-row .layui-input-inline {
	width: 100px;
}

/*余额流水*/
.balance-form {
	padding: 20px 0 0;
}

.balance-form .layui-form-label {
	width: 120px;
}

.baanceW_table {
	padding: 0 20px;
}

.baanceW_table td.cz {
	color: #ed4040;
}

.baanceW_table td.xf {
	color: #4488ff;
}

.balanceWater_body .layui-form-label {
	width: 117px;
}

/*课程价格配置*/
.coursePrice .layui-tab {
	margin: 0 10px;
	padding: 10px;
}

.coursePrice .layui-tab-title {
	background: none;
	height: auto;
	white-space: normal;
}

.coursePrice .layui-tab-brief>.layui-tab-title .layui-this {
	color: #4488ff;
	font-weight: 700;
}

.coursePrice .layui-tab-brief>.layui-tab-title .layui-this:after {
	border-bottom: none;
}

.coursePrice .layui-tab-title li {
	border: 1px solid transparent;
}

.coursePrice .baanceW_table {
	margin-top: 20px;
	position: relative;
}

.coursePrice .baanceW_table .banXing {
	content: '.';
	font-size: 16px;
	font-weight: bold;
	/* width:80px;
	padding:0 30px;
	word-wrap: break-word; 
	color:#4488ff;
	height:100%;
	float:left;
	display: table;
	position: absolute;
	top:50%;
	transform: translate(0,-50%);
	left:20px;
	z-index: 99; */
	color: #4488ff;

}

.coursePrice .baanceW_table .layui-border-box {
	width: 100%;
	padding-left: 80px;
	border-right: 1px solid #e6e6e6;
}

.coursePrice .baanceW_table .layui-table-view .layui-table td,
.coursePrice .baanceW_table .layui-table-view .layui-table th {
	border-left: 1px solid #e6e6e6;
}

.coursePrice .baanceW_table .layui-border-box .laytable-cell-1-id,
.coursePrice .baanceW_table .layui-table-view .layui-table td:nth-child(1) .laytable-cell-1-id {
	width: 350px;
}

.coursePrice .baanceW_table .layui-input {
	text-align: center;
}

.totalData {
	margin: 20px;
	padding-bottom: 60px;
	overflow: hidden;
}

.totalData p {
	text-align: center;
	width: 50%;
	float: left;
}

.totalData p:first-child {
	border-right: 1px solid #e6e6e6;
}

.totalData p b {
	font-size: 32px;
	font-weight: normal;
	line-height: 50px;
}

/*直播管理*/
.allRecord:hover {
	color: #4488ff;
}

/*人才计划*/
.brainGain .layui-tab-content li {
	line-height: 40px;
	padding-left: 60px;
	margin: 10px 0;
}

.brainGain li.b_word {
	background: url(../img/brain_word.png) left center no-repeat;
}

.brainGain li.b_excel {
	background: url(../img/brain_excel.png) left center no-repeat;
}

.brainGain li.b_rar {
	background: url(../img/brain_rar.png) left center no-repeat;
}

.brainGain li.b_point {
	background: url(../img/brain_point.png) left center no-repeat;
}

.brainGain li.b_txt {
	background: url(../img/brain_txt.png) left center no-repeat;
}

.brainGain li.b_other {
	background: url(../img/brain_other.png) left center no-repeat;
}

.brainGain li a i {
	color: #ed4040;
	padding: 0 15px;
}

.brainGain li a time {
	color: #999;
}

.brainGain li .download_icon {
	float: right;
}

.brainGain .news li {
	padding-left: 0px;
	line-height: 21px;
}

.brainGain .news li a {
	display: inline-block;
	width: 600px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.brainGain .news li a:hover {
	color: #4488ff;
}

.brainGain .news li i {
	font-size: 24px;
	color: #ed4040;
	padding-right: 5px;
}

.brainGain .news li time {
	color: #999;
}

/*人才计划消息详情页*/
.bgNews_con h3 {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
}

.bgNews_con time {
	text-align: center;
	color: #999;
	display: block;
	padding-bottom: 10px;
	border-bottom: 1px solid #e6e6e6;
}

.news_cont {
	padding: 10px 20px;
}

.news_cont p {
	line-height: 21px;
	text-indent: 2em;
	text-align: justify;
}

#passRateContent p:first-child {
	padding-top: 40px;
	text-align: center;
	font-size: 17px;
	color: #666666;
}

#passRateContent p:last-child {
	text-indent: 2em;
	padding: 20px 20px;
	color: #888888;
}

.layui-nav-child dd span {
	color: #333;
	padding: 0 30px;
	cursor: pointer;
}

.layui-nav-child {
	margin-top: 0;
	cursor: pointer;
	background: white;
	top: 40px;
}

.layui-nav .layui-nav-item {
	display: inline-block;
	vertical-align: middle;
	line-height: 40px;
	border: 1px solid white;
}

.layui-nav-item:hover {
	border: 1px solid #4488ff;
}

.layui-nav-item a:hover {
	color: #4488ff !important;
}

.layui-nav-child a:hover {
	color: #4488ff !important;
}

.layui-nav .layui-nav-more {
	border-top-color: #333 !important;
}

.layui-nav .layui-nav-mored {
	border-top-color: transparent !important;
	border-bottom-color: #333 !important;
}

.msgBg {
	color: #FF5722;
}

.layui-layer-msg {
	background: #009688;
}

.layui-layer-hui {
	background: #009688;
}

.inputBg {
	background: #e7e7e7;
}

/* 代理升级 */
.updateTips {
	margin: 20px 95px;

}

.updateTips h2 {
	margin-bottom: 20px;
}

.updateTips p {
	line-height: 34px;
}

.permissions p {
	text-indent: 2em;
}

.permissions b {
	font-size: 16px;
}

.describe {
	width: 600px;
}

.data-table {
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 0 10px;
}

.data-table tr td {
	font-size: 15px;
}

.bg-green {
	background: #1E9FFF;
	color: white;
	width: 100px;
	height: 100px;
}

.bg-thinGreen {
	background: #47adf9;
	color: white;
	width: 700px;
	height: 100px;
}

.bg-blue {
	background: #009688;
	color: white;
	width: 100px;
	height: 100px;
}

.bg-thinBlue {
	background: #02beac;
	color: white;
	width: 100px;
	height: 100px;
}

.bg-warm {
	background: #bd8904;
	color: white;
	width: 100px;
	height: 100px;
}

.bg-thinWarm {
	background: #dda105;
	color: white;
	width: 700px;
	height: 100px;
}

.bg-purple {
	background: #8722f9;
	color: white;
	width: 100px;
	height: 100px;
}

.bg-thinPurple {
	background: #a252fc;
	color: white;
	width: 700px;
	height: 100px;
}

.provide p {
	margin-left: 40px;
	font-size: 15px;
	line-height: 30px;
}

.heZuo {
	text-indent: 2em;
	font-size: 15px;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 30px;
}

.heZuo h3 {
	margin: 15px 0;
	border-left: 4px solid #d2412c;
}

.flow span {
	color: #4488ff;
}

.bg-steps {
	background: #009688;
	width: 200px;
	height: 80px;
	color: white;
	font-size: 18px;
	display: inline-block;
	border-radius: 10px;
	line-height: 80px;
	text-align: center;
}

.bg-steps span {
	border-right: 1px solid white;
	letter-spacing: 10px;
}

.flow-num {
	margin: 30px 0 0 80px;
}

.layui-form-item .arrow {
	font-size: 40px;
	color: #009688;
	vertical-align: middle;
}

.contact div,
.contact label {
	font-size: 15px;
}

/*支付参数配置*/
.payment .layui-form-label {
	width: 210px;
}

/*app_download app相关信息*/
.app_download .preview {
	width: 120px;
	height: 120px;
	padding: 5px;
	border: 1px solid #ccc;
}

.app_download .layui-form-label {
	width: 168px;
}

.app_download .preview img {
	width: 100%;
}

.qrcode-notice {
	width: 100%;
	text-align: center;
	margin: 0 0 20px -60px;
}

.selectedCourse .layui-form-item {
	margin-top: 20px;
}

.selectedCourse .layui-form-label {
	width: 200px;
}

.selectedCourse #courseList {
	float: right;
	width: 750px;
}

#courseList .kcname,
#customCourse .kcname 
,#neiXunCourse .kcname
,#organCourse .kcname {
	display: block;
	width: 200px;
	margin-left: 30px;
	margin-top: -18px;
}

#courseList .osw,
#customCourse .osw ,
#neiXunCourse .osw
,#organCourse .osw{
	/* display: block;
	margin-left: 300px;
	margin-top: -27px; */
	display: inline-block;
	width: 238px;
}

#test1 {
	font-size: 16px;
	background: #f8f8f8;
	width: 140px;
	height: 35px;
	color: white;
	opacity: 0
}

.uploadBtn {
	background: #f8f8f8;
	width: 140px;
	height: 35px;
	color: white;
	opacity: 0;
}

.uploadImg {
	background: #10c55b;
	width: 140px;
	height: 35px;
	color: white;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	line-height: 35px;
	font-size: 16px;
	border-radius: 3px;
	margin: 10px 0 0 -10px;
	letter-spacing: 2px;
}

.uploadImg i {
	cursor: pointer;
}

.uploadImg:hover {
	background: #19b057;
	color: white;
	text-decoration: none;
	z-index: 1000;
}

.courseImg {
	margin-top: 35px;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
}

/* 密码显示隐藏 */
.passwordEye {
	width: 26px;
	height: 14px;
	position: absolute;
	left: 410px;
	top: 14px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
}

.passwordEye-invisible {
	background-image: url("../img/hide.png");
}

.passwordEye-visible {
	background-image: url("../img/show.png");
}

/* 单页课 */
.layui-content {
	padding: 0;
}

/* 添加单页课 */
.layui-upload-img {
	height: ;
}

.layui-breadcrumb {
	display: inline-block;
	padding: 16px 0;
}

.layui-breadcrumb>* {
	font-size: 16px;
}

.layui-form-label.layui-required:after {
	content: "*";
	color: red;
	position: absolute;
	top: 5px;
	left: 15px;
}

.courseBreif .word {
	position: absolute;
	right: 20px;
	bottom: 10px;
	height: 14px;
	font-size: 14px;
	color: #333333;
}

.courseName .word {
	position: absolute;
	right: 20px;
	bottom: 10px;
	height: 14px;
	font-size: 14px;
	color: #333333;
}

.layui-form-content {
	display: flex;
	justify-content: space-around;
}

.layui-form-content .layui-form-label {
	width: 68px;
	padding: 9px 0;
}

.layui-form-content .layui-input-inline {
	margin-right: 0px;
}

.contentWrap {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px dashed #eee;
	padding-bottom: 25px;
	padding: 10px;
}

.contentList {

	width: 655px;
}

.addList {
	width: 100px;
	height: 75px;
	text-align: center;
	line-height: 75px;
}

.expandList,
.coverList {
	width: 60px;
	text-align: center;
	color: #1E9FFF;
	cursor: pointer;
}

.contentList ul {
	display: flex;
	flex-wrap: wrap;
}

.contentList li {
	height: 75px;
	width: 116px;
	border: 1px solid #eee;
	text-align: center;
	margin-right: 10px;
	padding-top: 10px;
	margin-top: 3px;
	position: relative;
	cursor: pointer;
}

.toolEdit {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
}

.toolEdit .zdy {
	border: none;
	background: transparent;
	cursor: pointer;
}

.contentList .CertifBox span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100px;
	display: inline-block;
}

.contentList .CertifBox.active {
	border: 1px solid #1E9FFF;
}

.addList {
	border: 1px dashed #eee;
	cursor: pointer;
}

.layui-co {
	padding-top: 20px;
}

.promptImg {
	width: 18px;
	height: 18px;
	background-color: #ed4040;
	text-align: center;
	border-radius: 100px;
	color: #ffffff;
	display: inline-block;
}

.layui-top-select {
	position: absolute;
	top: 6px;
	left: 10px;
}

#marketPage {
	text-align: right;
}

.imgLeft {
	height: 66px;
	width: 120px;
}

.imgLeft img {
	width: 100%;
	height: 100%;
}

#marketList img {
	height: 100px;
	width: 100%;
}
.passTips i{
	color: #ed4040;
    padding-right: 5px;
}
.passTips{
	color: #999;
	font-size: 14px;
	line-height: 38px;
	display: inline-block;
}
.newPassdemo .layui-form-item .layui-input-inline{
	width: 230px;
    font-size: 13px;
}
.newPassdemo .layui-btn{
	padding: 0;
	padding: 0;
    height: 28px;
    line-height: 28px;
    width: 60px;
}
.newPassdemo .saveBtn{
   margin-bottom: 0px;
}
.newPassdemo .saveBtn .layui-input-block{
	justify-content: flex-end;
}
.newPassdemo .layui-form{
	padding: 20px 20px 0 20px;
}
.newPassdemo .layui-layer-content{
	height: 115px;
}
.w185{
	width: 185px;
  }

  .student_admin .aiHeard .open{
	position: absolute;
	right: 46px;
	top: 64px;
	width: 106px;
	height: 44px;
    background: rgb(74,112,255);
	border-radius: 22px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	line-height: 44px;
	cursor: pointer;
  }


