@import url(reset.css);
@import url(rem.css);
html,body {
	width:100%;
	font-family: Helvetica Neve,"微软雅黑"!important;
}
.clear {
  clear: both;
}
.comment-hide {
  display: none;
}
.comment-show {
  display: block;
}
table {
  border-collapse: collapse;
}
table td,table th {
  border: 1px solid #333;
}
.weui-btn {
	font-size: 16px;
}
/*红条提示*/
.weui-toptips {
	z-index: 1000;
	opacity: 0;
}
/*弹框黑底色*/
.weui-mask {
  visibility:visible;
}
.login_tip {
	width:100%;
	text-align: center;
	color:#fff;
	font-size: 14px;
    font-weight: normal;
}
/*安卓actionsheet样式重定 .weui-skin_android*/
 .weui-actionsheet {
    position: fixed;
    left: 0!important;
    right: 0!important;
    bottom: 0!important;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)!important;
    width: 100%!important; 
}
.weui-skin_android .weui-actionsheet__cell {
  text-align: center;
}
a:hover {
  text-decoration: none;
}
.fs-18 {
  font-size: 18px;
}
.blue-color {
  color: #438cff;
}
.gray-color {
  color: #999;
}
.gray-color-666 {
  color: #666;
}
.tc {
  text-align: center;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.oh {
  overflow: hidden;
}
.fixed-bottom {
  background: rgba(255,255,255,0.85);
  width: 100%;
  position: fixed;
  bottom: 0;
  border-top: 1px solid #ddd;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;

}
.two-btn .weui-flex__item {
  margin: 1rem 0.5rem;
}
.tip-small {
  padding: 0.2rem 0.8rem;
  background: #f2f2f2;
  color: #666;
  font-size:12px;
}
.red-star {
  color: #fe3f35;
}
.gray-bg {
  background: #f2f2f2;
}
.filter-btn {
  position: relative;
  background: #fff;
  width: 36px;
  padding: 8px 0;
}
.filter-btn .filter-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  background: url("../images/filter.png");
  background-size: contain;
}
.filter-btn:before,
.filter-btn:after {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  color: #d7d6dc;
}
.filter-btn:before {
  top: 0;
  border-top: 1px solid #d7d6dc;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.filter-btn:after {
  bottom: 0;
  border-bottom: 1px solid #d7d6dc;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}
.tab-menu {
  width: 100%;
  background-color: #fafafa;
  overflow: hidden;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.tab-menu .tab-bar {
  display: block;
  width: 50%;
  float: left;
  padding: 10px 0;
  text-align: center;
  font-size: 15px;
  color: #666;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border-right: 1px solid #ddd;
}
.tab-menu .tab-bar-on {
  color: #438CFF;
  text-decoration: none;
  background-color: #FAFAFA;
}
.tab-content {
  overflow: hidden;
}
.weui-btn_default:not(.weui-btn_disabled):visited {
  color: #438cff;
}
.weui-btn_primary:not(.weui-btn_disabled):active {
  color: rgba(255, 255, 255, 0.6);
  background-color: #438cff;
}
.weui-article h1 {
  margin-bottom: .6rem;
}
.weui-cells {
  font-size: 14px;
}
.weui-cell {
  margin: 14px;
  background: #fafafa;
  border: 1px solid #e5e5e5;
  font-size: 15px;
}
.weui-cell_switch,
.weui-cell_access,
.weui-check__label {
  background: #fff;
  border: none;
  border-bottom: 1px solid #e5e5e5;
  margin: 0;
}
.weui-cells:after,
.weui-cells:before {
  content: "";
  border: 0 none;
}
.weui-cell:before {
  border: 0 none;
}
.weui-label {
  width: 72px;
  color: #666;
  margin-right: 4px;
}
.weui-label span {
  color: #ff3f32;
}
.weui-label-2 {
  width: 40px;
}
.weui-label-3 {
  width: 56px;
}
.weui-textarea {
  background: #fafafa;
}
.weui-picker {
  font-size: 16px;
}
.weui-navbar__item {
  padding: 10px 0;
}
.weui-search-bar {
  background-color: #fff;
}
.weui-search-bar__cancel-btn {
  color: #438cff;
}
.weui-pull-to-refresh__layer {
  margin-bottom: 10px;
}
.weui-popup__container {
  z-index: 1000;
  background-color: #fff;
}
.weui-popup__modal {
  background-color: #fff;
}
.weui-left-icon {
  display: block;
  width: 30px;
  margin-right: 20px;
}
.weui-radio-label-left {
  padding-left: 60px;
}
/*.weui-radio-label-left p {
  width: 55%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}*/
.modal-header {
  border-bottom: 0 none!important;
}
.modal-title {
  color: #428cff;
  font-size: 16px;
  line-height:160%;
}
.modal {
  top: 80px;
  right: 25px;
  left: 25px;
  text-align: left;
}
.modal .modal-grayw {
  color: #666;
  font-size: 14px;
}
.modal .modal-grayw span {
  display:inline-block;
  width:154px;
}
.modal .modal-grays {
  color: #222;
  font-size: 14px;
  word-wrap: break-word;
}
.modal .modal-details {
  border-top: 1px solid #e5e5e5;
  padding: 20px 0;
  margin-top: 20px;
}
.modal .modal-mt {
  margin-top: 30px;
}
.modal .weui-dialog {
  text-align: left!important;
}
.iwrite-logo {
  display: block;
  max-width: 16rem;
  /*height: 100%;*/
  margin: 5rem auto 0.5rem auto;
}
.select-con {
  color: #666;
  padding: 1.6rem 2.9rem;
}
.select-con p {
  line-height: 190%;
}
.select-btn {
  /*margin: 1.5rem 1rem;*/
  margin-top:14px;
}
.select-btn .weui-flex__item {
  padding: 1rem 1.5rem;
}
.weui-btn_primary {
  background: #438cff;
}
.weui-btn_default {
  border: 1px solid #438cff;
  color: #438cff;
  background: #fff;
}
h1 {
  color: #656565;
  text-align: center;
}
.iwrite-icon {
  display: block;
  width: 73px;
  height: auto;
  margin: 6rem auto 1.5rem auto;
}
.weui-article h1 {
	font-size:15px;
	color:#666;
}
.detials-icon {
  /*max-width: 4rem;*/
}
.tips {
  margin-right: 1.5rem;
  margin-left: 40px;
  color: #959595;
  font-size: 12px;
  line-height: 180%;
}
.tips span.red {
  color: #ff3f32;
  margin-left: -15px;
  margin-right: 8px;
}
.tips p {
  display: inline;
}
#form-addclass .weui-cell,
#form-teacher-score .weui-cell {
  margin-top: 0px;
}
.list-cell {
  /*padding: 1rem 13px;*/
  background: #fff;
  border-bottom:1px solid #e5e5e5;
  align-items: center;
}
.list-cell div {
  padding: 0 .8rem;
}
.list-cell .list-tit {
  display:inline;
  vertical-align: middle;
  font-size: 16px;
  color: #222;
  line-height: 160%;
  overflow: hidden;
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    border-right: 1px solid #e5e5e5;
/*  text-overflow: ellipsis;
  white-space: nowrap;*/
}
.list-cell .list-code,
.list-cell .list-stuno,
.list-cell .list-jobno {
  font-size:14px;
  text-align: center;
  border-right: 1px solid #e5e5e5;
}
/*.line-line {
	display: inline-block;
	height:30px;
	width: 1px;
    border-right: 1px solid #e5e5e5;
    float:right;
}*/
.list-cell .list-code span,
.list-cell .list-stuno span,
.list-cell .list-jobno span {
  display: block;
}
.list-cell .list-jobno {
  border-right: 0 none;
}
/*登录*/
.login-bg {
  background-color: #5D9CEC;
}
.login-bg .login-btn-style {
  margin: 14px 17px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #6EA6F0;
  border: 1px solid #81B1F1;
}
.login-bg .weui-input::-webkit-input-placeholder {
  color: #AAC8F5;
}
.login-bg .weui-input {
  color: #FFFFFF;
  font-size:15px;
}
.login-bg .weui-forget {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.login-bg .weui-forget p {
  display: inline-block;
  padding: 0 5%;
  color: #F4F8FE;
}
.login-bg .weui-forget p a {
  color: #F4F8FE;
}
.weui-footer_fixed-bottom {
  text-align: center;
  position: static;
  margin-top: 50px;
}
.weui-footer_fixed-bottom p {
  color: #F4F8FE;
  width: 100%;
}
/*注册*/
.agreement {
  width: 100%;
  text-align: center;
  padding-bottom: 8%;
  color: #9A9A9A;
}
.agreement a {
  color: #438CFF;
}
.get-account {
  width: 100%;
  text-align: center;
  padding-top: 8%;
  color: #9A9A9A;
}
.get-account a {
  color: #438CFF;
}
.weui-btn-1 {
  display: inline-block;
  float: right;
  font-size: 12px;
  color: #438CFF;
  border: 1px solid #438CFF;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  line-height:2.3;
}
.weui-btn-1[disabled]{
	background-color: #fff;
    border-color: #ccc;
    color:#ccc;
}
.weui-input {
  width: 100%;
  float: left;
}
.weui-input-1 {
  height:52px;
  border-bottom: 1px solid #E5E5E5;
  border-top: none;
  border-right: none;
  border-left: none;
  background-color: #FFFFFF;
  margin: 0 1rem;
  padding:0;
}
.weui-input-1 label.weui-label {
  border-right: none;
}
.weui-input-2 {
  width: 50%;
  margin-top: 4px;
}
.weui-input-2 label.weui-label {
  border-right: none;
}
.weui-cell__hd-1 {
  width: 11%;
}
#parsley-id-2 {
  display: none;
}
.findpw .weui-bar__item--on {
  border-bottom: 5px solid #438CFF;
  color: #438CFF !important;
  background-color: #F4F4F4 !important;
}
.findpw .weui-bar__item--on:active {
  background-color: #F4F4F4 !important;
}
.findpw .weui-navbar__item {
  background-color: #F4F4F4;
}
.findpw .weui-navbar__item:active {
  background-color: #F4F4F4 !important;
}
.findpw .weui-navbar__item:after {
  border-right: none;
}
.step-1,
.step-2 {
  display: none;
  margin-top: 20px;
}
.datePicker {
  display: block;
  color: #222;
}
/*找回密码切换样式*/
.weui-tab__bd-item.weui-pull-to-refresh {
  position: absolute;
  top: 50px;
}
.weui-tabbar__item {
  position: relative;
}
.weui-tabbar__item.weui-bar__item--on .weui-tabbar__label {
  color: #04BE02;
}
.weui-navbar__item {
  color: #888;
}
.weui-navbar__item.weui-bar__item--on {
  color: #666;
  background-color: #f1f1f1;
}
.weui-tab__bd {
  box-sizing: border-box;
  height: 100%;
}
.weui-tab__bd .weui-tab__bd-item {
  display: none;
  height: 100%;
  overflow: auto;
}
.weui-tab__bd .weui-tab__bd-item.weui-tab__bd-item--active {
  display: block;
}
.weui-navbar + .weui-tab__bd {
  padding-top: 45px;
}
.search-class-time li {
  float: left;
  overflow: hidden;
}
.search-time-left {
  width: 46%;
  display: inline-block;
  float: left;
  vertical-align: top;
}
.search-time-right {
  width: 46%;
  display: inline-block;
  float: right;
  vertical-align: top;
}
.search-text {
  width: 8%;
}
.search-text p {
  text-align: center;
  line-height: 65px;
}
.head-text {
  background-color: #438CFF;
  padding: 10px 0;
  overflow: hidden;
}
.head-text p {
  float: left;
  text-align: left;
  padding-left: 20px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 16px;
}
.head-text .weui-btn_mini {
  color:#438cff;
  font-size: 12px;
  line-height: 2;
  padding: 0 10px;
  margin-right: 6px;
  text-decoration: none;
}
.head-text .weui-btn_mini:visited,
.head-text .weui-btn_mini:active {
	color:#438cff;
	text-decoration: none;
}
.class-progress {
  padding: 5px 10px;
  overflow: hidden;
}
.class-progress .pro-text {
  padding-bottom: 6px;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: bold;
}
.class-progress .progress-1 {
  position: absolute;
  left: 0;
  width: 0%;
}
.class-progress .progress-2 {
  width: 0%;
}
.class-progress .progress-bar-success {
  background-color: #FECD40;
}
.class-progress .progress-bar-warning {
  background-color: #438CFF;
  background-image: none;
}
.class-progress .progress {
  position: relative;
  height: 6px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #e1e2e3;
  -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0); 
  box-shadow: inset 0 0px 0px rgba(0,0,0,0);
}
.class-progress .pro-text1 {
  overflow: hidden;
  margin-bottom: 8px;
  font-size:14px;
}
#order-list .pro-text {
  width: 80%!important;
}
.class-progress .pro-text1 li {
  float: left;
  padding-left: 1.5rem;
}
.class-progress .pro-text1 li .box1 {
  background-color: #FECD40;
}
.class-progress .pro-text1 li .box2 {
  background-color: #438CFF;
}
.class-progress .pro-text1 li .box3 {
  background-color: #D3D4D6;
}
.class-progress .pro-text1 li .box1,
.class-progress .pro-text1 li .box2,
.class-progress .pro-text1 li .box3 {
  width: 5px;
  height: 5px;
  display: inline-block;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  vertical-align: middle;
}
.class-progress .pro-text1 li p {
  display: inline-block;
  padding-left: 10px;
  color: #666;
}
.class-progress .pro-text1 li:first-child {
  padding-left: 0;
}
.weui-tab {
  border-top: 1px solid #E4E4E4;
}
.weui-tab .weui-navbar__item.weui-bar__item--on {
  color: #438CFF;
  text-decoration: none;
  background-color: #FAFAFA;
}
.pro-list {
  padding: 0 1.2rem;
}
.pro-list li {
  width: 100%;
  border-bottom: 1px solid #F4F4F4;
  padding: 15px 0;
  overflow: hidden;
}
.pro-list li a {
  color: #000000;
}
.pro-list li .pro-list-left-no {
  width: 100%;
}
.pro-list li .pro-list-left {
  width: 65%;
}
.pro-list li .pro-list-left .realnmae {
  float: left;
  width: 83%;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.pro-list li .pro-list-left,
.pro-list li .pro-list-left-no {
  float: left;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.pro-list li .pro-list-left .pro-name,
.pro-list li .pro-list-left-no .pro-name {
  font-size: 16px;
}
.pro-list li .pro-list-left .pro-name .v,
.pro-list li .pro-list-left-no .pro-name .v {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #F49E0F;
  font-size: 12px;
  padding: 0 5px;
  margin-left:4px;
  color: #F49E0F;
}
.pro-list li .pro-list-left .pro-name .v {
  margin-left: 0px;
  margin-right: 5px;
}
.pro-list li .pro-list-left .time {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.pro-list li .pro-list-left .time span,
.pro-list li .pro-list-left-no .time span {
  color: #757575;
  font-size: 12px;
  padding-left: 1rem;
}
.pro-list li .pro-list-left .time span:first-child,
.pro-list li .pro-list-left-no .time span:first-child {
  padding-left: 0;
}
.pro-list li .pro-list-mid {
  width: 10%;
  float: right;
  margin-top: 1rem;
}
.pro-list li .pro-list-mid .good {
  background-image: url("../images/good.png");
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  vertical-align: top;
  display: none;
}
.pro-list li .pro-list-mid .show {
  display: inline-block;
}
.pro-list li .pro-list-right {
  text-align: center;
  width: 20%;
  float: right;
  display: inline-block;
  border-left: 1px solid #F4F4F4;
}
.pro-list li .pro-list-right .score {
  font-size: 15px;
  color: #438CFF;
}
.pro-list li .pro-list-right .auto-score {
  color: #757575;
  font-size: 12px;
}
.pro-list li .pro-list-right .teacher-score {
  color: #438CFF;
  font-size: 12px;
}
.pro-list li:last-child {
  border-bottom: none;
}
.machine-score .m-score {
  padding: 1rem 1.5rem;
  padding-bottom: .5rem;
  font-size: 16px;
  border-bottom: 1px solid #F2F2F2;
  overflow: hidden;
}
.machine-score .m-score .num {
  color: #FF5A4F;
}
.machine-score .m-score .good {
  background-image: url("../images/good.png");
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  vertical-align: top;
  display: none;
  float: right;
}
.machine-score .m-score .show {
  display: inline-block;
}
.machine-score .m-score-text {
  width: 100%;
  border-bottom: 10px solid #F2F2F2;
  overflow: hidden;
}
.machine-score .m-score-text li {
  float: left;
  width: 24.5%;
  text-align: center;
  border-right: 1px solid #F2F2F2;
}
.machine-score .m-score-text li p {
  color: #ADADAD;
  padding: 5px 0;
  font-size: 12px;
}
.machine-score .m-score-text li:last-child {
  border-right: none;
}
.machine-score .score-content {
  padding: 1.5rem;
}
.machine-score .score-content .score-text {
  font-size: 16px;
  text-align: center;
}
.machine-score .score-content .score-content-all {
  font-size: 14px;
  margin-top: 1rem;
}
.machine-score .score-content .score-content-all span {
  color: #FF5A4F;
}
.machine-score .score-content .score-content-all i {
  color: #4b91e3;
  text-decoration: underline;
  font-style: normal;
}
.machine-score .machi-btn-1 {
  background-color: #F39801;
}
.machine-score .machi-btn-3, .machine-score .machi-btn-4{
  background-color: #c3c3c3;
  color: #fff;
}
.machine-score .machi-btn-3:active, .machine-score .machi-btn-4:active{
  background-color: #c3c3c3;
  color: #fff;
}
.machine-score .machi-btn-2 {
  background-color: #438CFF;
  color: #FFFFFF !important;
}
.machine-score .comment .comment-title,
.machine-score .error-correction .comment-title,
.machine-score .comment .error-title,
.machine-score .error-correction .error-title {
  font-size: 15px;
  border-bottom: 1px solid #F2F2F2;
  padding: .5rem 1.5rem;
}
.machine-score .comment .comment-text,
.machine-score .error-correction .comment-text {
  color: #545454;
  padding: .5rem 1.5rem;
  font-size: 14px;
  /*border-bottom: 10px solid #F2F2F2;*/
}
.machine-score .comment .error-content li,
.machine-score .error-correction .error-content li {
  padding: .5rem 0;
  margin: 0 1.5rem;
  overflow: hidden;
  border-bottom: 1px solid #F2F2F2;
}
.machine-score .comment .error-content li .error-text .error-left,
.machine-score .error-correction .error-content li .error-text .error-left {
  color: #545454;
  float: left;
}
.machine-score .comment .error-content li .error-text .error-score,
.machine-score .error-correction .error-content li .error-text .error-score {
  color: #FE3C31;
  float: right;
}
.machine-score .comment .error-content li:last-child,
.machine-score .error-correction .error-content li:last-child {
  border-bottom: none;
}
.machine-score .m-s-d {
  border-bottom: 10px solid #F2F2F2;
}
.machine-score .m-s-d li {
  padding: .5rem 1.5rem;
}
.machine-score .m-s-d li p {
  color: #545454;
  width: 100%;
  overflow: hidden;
}
.machine-score .m-s-d li p .text {
  display: inline-block;
  float: left;
  width: 36%;
}
.machine-score .m-s-d li p .star {
  background-image: url("../images/star-score.png");
  background-position: 0px -90px;
  background-repeat: no-repeat;
  width: 100px;
  height: 17px;
  display: inline-block;
  margin-left: 10px;
  float: left;
}
.machine-score .m-s-d li p .star span {
  display: inline-block;
  height: 17px;
  background-image: url("../images/star-score.png");
}
.machine-score .ratyStarBox {
  padding: 1rem 1.5rem 0 1.5rem;
  font-size: 15px;
  border-bottom: 1px solid #F2F2F2;
  font-weight: normal;
}
.machine-score .ratyStarBox label {
  font-weight: normal!important;
}
.rihgt-label-score {
  float: right;
  border-left: 1px solid #EFEFEF;
  padding-left: 1rem;
  color: #727272;
}
.weui-input-left {
  width: 72%;
}
#form-teacher-score .weui-cells__title span {
  color: #FE4E43;
  font-size: 16px;
}
#form-teacher-score .score {
  float: right;
  border-left: 1px solid #EFEFEF;
  padding-left: 1rem;
  color: #727272;
}
#form-teacher-score .t-s-text {
  color: #C1C1C1;
  font-size: 12px;
  padding: 0 1.5rem 1.5rem 1.5rem;
  margin-top: -5px;
}
#form-teacher-score label {
  padding: 0 14px;
  color: #999999;
}
.homesub-list {
  background: #fff;
}
.homesub-list .class-progress {
  display: block;
  padding: 20px 0.8rem;
  border-bottom: 1px solid #e5e5e5;
}
.class-progress {
 background: #fff;
}
.homesub-list .data-tip {
  clear: both;
  font-size:12px;
  color:#999;
}
.homesub-list .data-tip span {
  color: #999999;
  margin-right: 25px;
}
.que-bank {
  background: #fff;
  padding: 10px 10px 10px 20px;
  margin-bottom: 4px;
}
.que-bank .queb-label {
  color: #999;
  font-size:14px;
  padding-top:2px;
}
.que-bank .queb-title {
  font-size: 16px;
  color: #000;
  text-align: center;
  padding: 0 10px;
}
.que-bank #singleLinePicker {
  width: 20px;
  height: 20px;
  margin-top: 4px;
  background: url('../images/menu.png') no-repeat;
  background-size: contain;
  border: 0 none;
}
.que-bank #singleLinePicker:after {
  border: 0 none;
}
.queb-list .que-one {
  background: #fff;
  padding: 5px 20px;
  margin-bottom: 4px;
}
.queb-list .que-one .que-title {
  color: #438cff;
  font-size: 18px;
  line-height: 200%;
  font-weight:bold;
}
.queb-list .que-one .qb-key-works {
  margin-top: 15px;
  padding: 10px 0;
  color: #666;
  font-size:14px;
  border-top: 1px solid #e5e5e5;
}
/*下拉刷新*/
.refresh-top {
  position: fixed;
  z-index: 500;
  top: 0;
  width: 100%;
}
/*上拉加载*/
.weui-loadmore {
  margin-bottom: 100px;
}
/*不限时提示*/
.last-checktip {
  margin-top: 26px;
  display: inline-block;
  padding-right: 10px;
  color: #999;
}
div[data-class=pullUpId],
div[data-class=pullDownId],
div[data-class=clickDownId] {
  padding: 0 10px;
  font-size: 14px;
  color: #888;
  text-align: center;
  overflow: hidden;
}
#listloading { /*margin-top: 72px;!*96*!*/
  /*overflow: hidden;
 */
  width:100%;
}
#pullUp-listloading,
#pullUp-tab1,
#pullUp-tab2,
#pullUp-queb-con{
	padding-bottom:120px;
}
#pullUp-class-tab1,
#pullUp-class-tab2 {
	padding-bottom:200px;
}
#class-tab1 #pullUp-class-tab1{
  padding-bottom:50px!important;
}
.notop-listloading {
	margin-top:24px!important;
	background:#fafafa;
}
#iosActionsheet {
  display: none;
}
.user-agr-tit {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  padding: 14px 0;
  background: #428cff;
  font-size: 14px;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}
.user-agreement {
  margin-top: 60px;
}
.user-agreement p {
  margin: 0 10px;
  color: #333;
  margin-bottom: 10px;
  line-height: 170%;
  font-size: 15px;
}
.user-agreement ul {
  margin: 0 10px;
  margin-left: 30px;
}
.user-agreement ul li {
  color: #333;
  margin-bottom: 10px;
  line-height: 170%;
  font-size: 15px;
}
.user-agreement ul li span {
  margin-left: -20px;
  margin-right: 10px;
}
.error-pop {
  top: 100px;
}
.error-pop h4 {
  color: #428cff;
  font-size: 16px;
}
.error-pop p {
  color: #333;
  margin: 10px 0;
}
.good-pop {
  top: 100px;
}
.good-pop h4 {
  color: #428cff;
  font-size: 16px;
}
.good-pop p {
  color: #333;
  margin: 10px 0;
}
.an-actionsheet {
  position: fixed;
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 5000;
  width: 100%;
  background-color: #efeff4;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform .3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
#set-homework-form {
  margin-bottom: 100px;
}
.flex-height {
  height: 100%;
}
.flex-height body {
  height: 100%;
}
.identity {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.identity .teacher,
.identity .student {
  display: block;
  max-width: 9rem;
  margin: 3rem auto;
}
.identity .teacher a,
.identity .student a {
  display: block;
  color: #656565;
  font-size: 16px;
  text-align: center;
}
.identity .teacher a img,
.identity .student a img {
  max-width: 100%;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-bottom: 14px;
}
.stu-tip {
  text-align: center;
}
.stu-tip .blue-tit {
  margin-top: 160px;
  margin-bottom: 30px;
  color: #408bff;
  font-size: 38px;
}
.stu-tip p {
  font-size: 16px;
  color: #666;
}
.stu-tip .tip-btn {
  display: block;
  width: 180px;
  height: 46px;
  margin: 50px auto;
  font-size: 16px;
  text-align: center;
  line-height: 46px;
  color: #428dff;
  background-color: #fff;
  border: 1px solid #428dff;
  border-radius: 5px;
}
/*作业列表*/
.que-con {
	color: #222;
    font-size: 14px!important;
}
.que-con img {
	max-width:100%;
}
.que-con b{
    font-weight: normal!important;
}

/*修复悬浮按钮挡页面的bug*/
.padding-bottom-body {
	padding-bottom: 80px;
}
/*修复作业设置 上下限 宽度*/
.weui-input-width {
	width:120%;
}
/*修复这行 单行溢出...*/
.text-ellipsis{
	width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*作文指令placeholder*/
body,input,textarea{
	font-family: '微软雅黑';
}
div.diyplacehold:empty:before{
	content: attr(placeholder);
	color:#a9a9a9;
}
/*班级列表top位置*/
.class-top {
	position: fixed;
    top: 0;
    display: block;
    width: 100%;
    z-index: 1000;
}
/*作业搜索空白*/
.homefindblank {
	padding: 4.5rem 3rem 8.5rem 3rem;
	margin-top: 72px;
	background: #fff;
}
.homefindblank .iwrite-icon {
	margin: 3rem auto 1.5rem auto;
}
/*ued联调*/
.weui-search-bar__label {
	text-align: left;
	font-weight: normal;
	color:#999;
}
.weui-search-bar__label .weui-icon-search {
	margin-left:9px;
}
.weui-search-bar__box .weui-search-bar__input {
	margin-left:8px;
}
.weui-label-sso {
	width: 30px;
}
.line-sso {
	font-size:12px;
	color:rgba(255, 255, 255, 0.39)!important;
}
.weui-search-bar {
    padding: 8px 20px;
}
.login_btn {
	padding: 5px 0;
}
.bg-fff {
	background: #fff;
}
.weui-cell__hd img {
	margin-right:10px;
}
.no-margintop {
	margin-top:0;
}
.margin-top1 {
	margin-top:30px;
}
.modal-body {
	height: 320px!important;
    overflow-y: auto!important;
}
.modal-body img {
  height: auto!important;
  width: 100%!important;
}
.weui-search-bar {
    padding: 8px 10px 8px 20px;
}
.modal-content {
	padding: 13px 0;
}
.checktipmargintop {
	margin-top: 10px;
}
/*滑动删除*/
.swipe-delete li{
	display: block;
    position: relative;
    overflow: visible;
    }
.swipe-delete .weui-flex {
	position: relative;
}
.list-cell a.weui-flex {
	/*height: 70px;*/
	background:#fff;
}
.list-cell div {
	margin:1rem 0;
}
.behind {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    margin:0px!important;
    padding: 0!important;
}
.behind a.ui-btn {
    width: 90px;
    margin: 0px;
    float: right;
    border: none;
}
.behind .delete-btn {
	height: 100%;
	padding-left: 30px;
	display:flex;/*Flex布局*/
	display: -webkit-flex; /* Safari */
	align-items:center;/*指定垂直居中*/
}
.behind .delete-btn span {
	font-size:14px;
}
.behind a.delete-btn, .behind a.delete-btn:active, .behind a.delete-btn:visited, .behind a.delete-btn:focus, .behind a.delete-btn:hover {
    color: white;
    background-color: #ff3a32;
    text-shadow: none;
}
.weui-cell__ft a.confirm {
	background:#438cff!important;
}
.behind a.ui-btn.pull-left {
    float: left;
}
.behind a.edit-btn, .behind a.edit-btn:active, .behind a.edit-btn:visited, .behind a.edit-btn:focus, .behind a.edit-btn:hover {
    color: white;
    background-color: orange;
    text-shadow: none;
}
.en-version {
	margin-top: 1rem;
	padding: .5rem 1.5rem;
}
/*隐藏加载jq-mobile的loading*/
.ui-loader {
	display:none;
}
.weui-dialog__btn {
  color: #438cff;
}
.weui-mask,.weui-dialog {
   opacity: 1;
   visibility:visible;
}
/*averages_sore*/
.averages_sore {
  margin:0;
  padding:0px 15px;
  background: transparent;
  border: 0 none;

}
.pjCoreValBox {
  display: inline-block;
  padding: 9px;
  background: #fafafa;
  border: 1px solid #e5e5e5;
}
.pjCoreVal {
  background: #fafafa;
  width: 50px;
  border: 0 none;
}
.pjPerVal {
  background: #fafafa;
  border: 1px solid #e5e5e5;
  width: 30px;
  padding: 5px;
}
/*v3.8*/
.comentTip {
  float: left;
  margin: 0 5px;
  padding: 0px 3px;
  background: #48D2A2;
  border-radius: 2px;
  color: #fff;
  font-size: 11px;
}
.genreTip {
  font-size: 11px;
}
.isComment {
  background: #fff;
}
.commentBox {
  margin: 0!important;
  border: 0 none;
  background: #fff;
}
.comment-time-box {
  padding:0!important;
}
.comment-time-label {
  width: 92px!important;
}
.margin0 {
  margin: 0!important;
}
.backnone {
  background: #fff;
  border: 0 none;
}
.comment_explain {
  height: 100px;
  overflow-y: auto;
}
.isAssignRadio {
  font-size: 13px;
  margin-right: 10px;
}
.viewCommentBtn {
  height: 55px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 15px;
}
.hidden {
  display: none;
}
.viewCommentGrayBtn {
  color: #2E2D3C;
  height: 55px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 15px;
}
#comment_endTime {
  width: 100%;
  border: none 0;
  background: #fafafa;
}
.comment_explain2 {
  height: 200px;
  overflow-y: auto;
}
/*3.9*/
.cells-title {
  font-size: 14px;
  color: #222222;
}
.weui-cell_switch .weui-cell__bd {
  font-size: 14px;
}
.paddingradio {
  padding: 10px 15px 0 15px!important;
}
.firstEnter {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,.7);;
  text-align: center;
}
.firstEnter img {
  opacity: 1;
  width: 80%;
  margin: 160px auto 100px auto;
  display: block;
}
.firstEnter .closeFirstEnter {
  padding: 10px 40px;
  background: #FFFFFF;
  border-radius: 40px;
  font-size: 16px;
  color: #438CFF;
}
.ratyStarOne {
  margin-bottom: 10px;
}

/*3.10 班级管理*/
.classOne {
  position: relative;
  margin-bottom: 10px;
  background: #fff;
}
.classOne .classInfoBox {
  padding: 10px;
  border-bottom: 1px solid #e5e5e5;
}
.classOne .classOneName {
  font-size: 16px;
  color: #222222;
  float: left;
  margin-right: 10px;
}
.classOne  .assistant-tip {
  opacity: 0.6;
  padding:0 2px;
  background: rgba(79,142,255,0.30);
  border: 1px solid #428CFF;
  border-radius: 2px;
  font-size: 11px;
  color: #428CFF;
}
.classOne .classInfo {
  font-size: 13px;
  color: #999999;
  margin-top: 5px;
  clear: both;
}
.classOne .classInfo span {
  margin-right: 10px;
}
.classOne  .classOneOp {
  padding:5px 10px;
}
.classOne  .addAssistant {
  font-size: 15px;
  color: #428CFF;
}
.classOne  .addAssistant .icon {
  font-size: 19px;
}
.classOne   .classOneteacher {
  font-size: 15px;
  color: #222222;
}
.classOne .changeAssistant {
  float: right;
  color: #222222;
  font-size: 22px;
}
.addAssistantTip {
  margin-top: 40px;
  font-size: 13px;
  color: #ADADAD;
  line-height: 30px;
}
.addAssistantTip span {
  padding: 5px;
  color: #d58512;
}
.addAssistantTit,
.selectSearch,
.addAssistantTip {
  margin:0 15px;
}
.addAssistantTit {
  margin-top: 40px;
  font-size: 16px;
  color: #222222;
  letter-spacing: 0;
  /*line-height: 50px;*/
}
.selectSearch {
  background: #FAFAFA;
  border: 1px solid #D2D2D2;
}

.delbtn,.editbtn {
  display: block;
  padding: 10px 1em;
  line-height: 1.47058824;
  color: inherit;
}

.editbtn {
  background: #F39800;
  color: #fff;
  text-align: center;
  line-height: 74px;
}
.delbtn {
  background:#FF3B30;
  color: #fff;
  text-align: center;
  line-height: 74px;
}
.delbtn:active,.editbtn:active,.delbtn:hover,.editbtn:hover {
  color:#fff;
}
.mescroll-classlist {
  position: fixed;
  top:28px;
  bottom: 85px;
  height: auto;

}
.classListarrowright {
  position: absolute;
  top: 20px;
  right: 10px;
}
.stuList {
  background: #fff;
  margin-bottom: 10px;
  padding:20px 15px;
}
.stuList .className {
  margin-bottom: 10px;
  font-size: 16px;
  color: #222222;
}
.searchStuBox {
  padding:4px;
  background: #FAFAFA;
  border: 1px solid #D2D2D2;
  border-radius: 2px;
  font-size: 15px;
  overflow: hidden;

}
.searchStuBox .iconfont {
  float: left;
  color: #999999;
}
.searchStuBox input {
  width: 80%!important;
  margin-top: 2px;
  margin-left: 2px;
  float: left;
  border:0 none;
}
.nostu {
  display: block;
  text-align: center;
  padding:10px;
}
.stuListBox li {
  position: relative;
  border-bottom: 1px solid #E5E5E5;
  background: #fff;
}
.stuListBox .stuName {
  padding: 10px 10px 0 10px;
  font-size: 15px;
  color: #222222;
  line-height: 30px;
}
.stuListBox .stuInfo {
  padding:0 10px 10px 10px;
  font-size: 13px;
  color: #999999;
}
.stuListBox .stuInfo .stuCode {
  margin-right: 30px;
}
.delStu {
  display: block;
  padding: 10px 1em;
  background:#FF3B30;
  color: #fff;
  text-align: center;
  line-height: 50px;
}
.delstuPop .layui-layer-content {
  padding: 10px;
}
.mescroll-fix{
  position: fixed;
  bottom: 0;
  height: auto; /*如设置bottom:50px,则需height:auto才能生效*/
}
.mescroll-index{
   position: fixed;
   top:72px;
   bottom: 70px;
   height: auto; /*如设置bottom:50px,则需height:auto才能生效*/
 }
.fix-scroll-header {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.mescroll-search {
  position: fixed;
  top:90px;
  bottom: 0;
  height: auto; /*如设置bottom:50px,则需height:auto才能生效*/
}
.mescroll-classlist {
  position: fixed;
  top:28px;
  bottom: 85px;
  height: auto;
}
.mescroll-findlist {
  position: fixed;
  top:71px;
  bottom: 85px;
  height: auto;
}
#divtitle img {
  width: 100%!important;
}
.bgDisabled {
  background-color: rgb(237, 237, 237);
}
.selectivity-single-select-input {
  display: none!important;
}
#form-addclass {
  padding-bottom: 250px;
}
.isAssignRadio input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.isAssignRadio  .radio-label {
  float: left;
  margin-top: 4px;
  margin-right: 5px;
}
.isAssignRadio input[type="radio"] + .radio-label:after {
  content: '';
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  position: relative;
  top: -0.2em;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.isAssignRadio input[type="radio"]:checked + .radio-label:after {
  background-color: #f4f4f4;
  box-shadow: inset 0 0 0 5px #438cff;
  border: 1px solid #438cff;
}
.isAssignRadio input[type="radio"]:focus + .radio-label:after {
  outline: none;
  border-color: #438cff;
}
.isAssignRadio input[type="radio"]:disabled + .radio-label:after {
  box-shadow: inset 0 0 0 5px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.isAssignRadio input[type="radio"] + .radio-label:empty:after {
  margin-right: 0;
}
.IELTSTip {
  display: none;
  color: #999;
  margin-left: 15px;
}
.weui-picker-modal .picker-items {
  -webkit-mask-box-image: none!important;
}
