﻿body{
  background: #ececec;
  font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif,"Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB";
}
.clear{
  clear: both;
}
.homepage{
  background: #ececec;
}
.img-upload-container .queueList {
  margin: 0;
  border: 0;
}
.img-upload-container .queueList .filled {
  padding: 17px;
  margin: 0;
  border: 3px dashed transparent;
}
.img-upload-container .queueList .webuploader-dnd-over {
  border: 3px dashed #999999;
}
.img-upload-container p {
  margin: 0;
}
.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
.img-upload-container .placeholder {
  min-height: 350px;
  padding-top: 178px;
  text-align: center;
  color: #cccccc;
  font-size: 18px;
  position: relative;
}
.img-upload-container .placeholder .webuploader-pick {
  font-size: 18px;
  background: #00b7ee;
  border-radius: 3px;
  line-height: 44px;
  padding: 0 30px;
  *width: 120px;
  color: #fff;
  display: inline-block;
  margin: 0 auto 20px auto;
  cursor: pointer;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.img-upload-container .placeholder .webuploader-pick-hover {
  background: #00a2d4;
}
.img-upload-container .placeholder .flashTip {
  color: #666666;
  font-size: 12px;
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 20px;
}
.img-upload-container .placeholder .flashTip a {
  color: #0785d1;
  text-decoration: none;
}
.img-upload-container .placeholder .flashTip a:hover {
  text-decoration: underline;
}
.img-upload-container .filelist {
  list-style: none;
  margin: 0;
  padding: 0;
}
.img-upload-container .filelist:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  clear: both;
}
.img-upload-container .filelist li {
  max-width: 110px;
  max-height: 110px;
  text-align: center;
  margin: 0 8px 20px 0;
  position: relative;
  display: inline;
  float: left;
  overflow: hidden;
  font-size: 12px;
}
.img-upload-container .filelist li p.log {
  position: relative;
  top: -45px;
}
.img-upload-container .filelist li p.title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  top: 5px;
  text-indent: 5px;
  text-align: left;
  display: none;
}
.img-upload-container .progress {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 8px;
  overflow: hidden;
  z-index: 50;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0;
  background-color: lightgray;
}
.img-upload-container .progress span {
  overflow: hidden;
  width: 0;
  height: 100%;
  -webit-transition: width 200ms linear;
  -moz-transition: width 200ms linear;
  -o-transition: width 200ms linear;
  -ms-transition: width 200ms linear;
  transition: width 200ms linear;
  -webkit-animation: progressmove 2s linear infinite;
  -moz-animation: progressmove 2s linear infinite;
  -o-animation: progressmove 2s linear infinite;
  -ms-animation: progressmove 2s linear infinite;
  animation: progressmove 2s linear infinite;
  -webkit-transform: translateZ(0);
}
@-webkit-keyframes progressmove {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 17px 0;
  }
}
@-moz-keyframes progressmove {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 17px 0;
  }
}
@keyframes progressmove {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 17px 0;
  }
}
.img-upload-container .filelist li p.imgWrap {
  position: relative;
  z-index: 2;
  line-height: 110px;
  vertical-align: middle;
  overflow: hidden;
  max-width: 110px;
  max-height: 110px;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webit-transition: 200ms ease-out;
  -moz-transition: 200ms ease-out;
  -o-transition: 200ms ease-out;
  -ms-transition: 200ms ease-out;
  transition: 200ms ease-out;
}
.img-upload-container .filelist li img {
  width: 100%;
}
.img-upload-container .filelist li p.error {
  background: #f43838;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 28px;
  line-height: 28px;
  width: 100%;
  z-index: 100;
}
.img-upload-container .filelist li .success {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40px;
  width: 100%;
  z-index: 200;
}
.img-upload-container .filelist div.file-panel {
  position: absolute;
  height: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#80000000', endColorstr='#80000000');
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 300;
}
.img-upload-container .filelist div.file-panel span {
  width: 24px;
  height: 24px;
  display: inline;
  float: right;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../images/icons.png) no-repeat;
  margin: 5px 1px 1px;
  cursor: pointer;
}
.img-upload-container .filelist div.file-panel span.rotateLeft {
  background-position: 0 -24px;
}
.img-upload-container .filelist div.file-panel span.rotateLeft:hover {
  background-position: 0 0;
}
.img-upload-container .filelist div.file-panel span.rotateRight {
  background-position: -24px -24px;
}
.img-upload-container .filelist div.file-panel span.rotateRight:hover {
  background-position: -24px 0;
}
.img-upload-container .filelist div.file-panel span.cancel {
  background-position: -48px -24px;
}
.img-upload-container .filelist div.file-panel span.cancel:hover {
  background-position: -48px 0;
}
.img-upload-container .statusBar {
  height: 63px;
  border-top: 1px solid #dadada;
  line-height: 63px;
  vertical-align: middle;
  position: relative;
  border-top: 0;
  padding: 0;
}
.img-upload-container .statusBar .btns {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  line-height: 40px;
}
.img-upload-container .progress {
  height: 15px;
  line-height: 15px;
  border-radius: 10px;
  border: 1px solid #1483d8;
  width: 200px;
  background: #fff;
  display: inline-block;
  color: #6dbfff;
  margin: 10px 10px 0 0;
  position: absolute;
  left: 50%;
  margin-left: -100px;
  top: 50%;
  margin-top: -8px;
}
.img-upload-container .progress .percentage {
  height: 15px;
  line-height: 15px;
}
.progress-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1051;
}
.progress-overlay .progress.jn-upload-progress {
  position: fixed;
  width: 80%;
  top: 50%;
  left: 50%;
  margin-left: -40%;
  margin-top: -5px;
}
.img-upload-container .statusBar .info {
  display: inline-block;
  font-size: 14px;
  color: #666666;
}
#filePicker2 {
  display: inline-block;
  float: left;
}
.img-upload-container .statusBar .btns .webuploader-pick,
.img-upload-container .statusBar .btns .uploadBtn,
.img-upload-container .statusBar .btns .uploadBtn.state-uploading,
.img-upload-container .statusBar .btns .uploadBtn.state-paused {
  background: #ffffff;
  border: 1px solid #cfcfcf;
  color: #565656;
  padding: 0 18px;
  display: inline-block;
  border-radius: 3px;
  margin-left: 10px;
  cursor: pointer;
  font-size: 14px;
  float: left;
}
.img-upload-container .statusBar .btns .webuploader-pick-hover,
.img-upload-container .statusBar .btns .uploadBtn:hover,
.img-upload-container .statusBar .btns .uploadBtn.state-uploading:hover,
.img-upload-container .statusBar .btns .uploadBtn.state-paused:hover {
  background: #f0f0f0;
}
.img-upload-container .statusBar .btns .uploadBtn {
  background: #00b7ee;
  color: #fff;
  border-color: transparent;
}
.img-upload-container .statusBar .btns .uploadBtn:hover {
  background: #00a2d4;
}
.img-upload-container .statusBar .btns .uploadBtn.disabled {
  pointer-events: none;
  opacity: 0.6;
}
.img-upload-container .selectContainer {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.img-upload-container .selectContainerBackground {
  opacity: 0;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  background: #ffffff;
}
.img-upload-container .statusBar .btns .webuploader-pick,
.webuploader-container {
  width: 100%;
  height: 100%;
  margin-left: 0;
  text-align: center;
}
.balloon-uploader-footer .webuploader-container{
  width: auto;
}
.img-upload-container .statusBar .btns .webuploader-pick .choose-pic-icon,
.webuploader-container .choose-pic-icon {
  position: absolute;
  font-size: 30px;
  top: 50%;
  margin-top: -15px;
  left: 50%;
  margin-left: -15px;
}
.cloud-file-uploader .start-upload-btn,
.cloud-file-uploader .cloud-file-uploader .file-status {
  display: none !important;
}
.cloud-file-uploader .webuploader-container {
  text-align: left !important;
}
/*!
 * FullCalendar v3.4.0 Stylesheet
 * Docs & License: https://fullcalendar.io/
 * (c) 2017 Adam Shaw
 */
.fc {
  direction: ltr;
  text-align: left;
}
.fc-rtl {
  text-align: right;
}
body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1em;
}
/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-list-heading td {
  border-color: #ddd;
}
.fc-unthemed .fc-popover {
  background-color: #fff;
}
.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header,
.fc-unthemed .fc-list-heading td {
  background: #eee;
}
.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666;
}
.fc-unthemed td.fc-today {
  background: #fcf8e3;
}
.fc-highlight {
  /* when user is selecting cells */
  background: #bce8f1;
  opacity: .3;
}
.fc-bgevent {
  /* default look for background events */
  background: #8fdf82;
  opacity: .3;
}
.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #d7d7d7;
}
.fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: .3;
}
.ui-widget .fc-disabled-day {
  /* themed */
  background-image: none;
}
/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/
.fc-icon {
  display: inline-block;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  text-align: center;
  overflow: hidden;
  font-family: "Courier New", Courier, monospace;
  /* don't allow browser text-selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*
Acceptable font-family overrides for individual icons:
    "Arial", sans-serif
    "Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/
.fc-icon:after {
  position: relative;
}
.fc-icon-left-single-arrow:after {
  content: "\02039";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
}
.fc-icon-right-single-arrow:after {
  content: "\0203A";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
}
.fc-icon-left-double-arrow:after {
  content: "\000AB";
  font-size: 160%;
  top: -7%;
}
.fc-icon-right-double-arrow:after {
  content: "\000BB";
  font-size: 160%;
  top: -7%;
}
.fc-icon-left-triangle:after {
  content: "\25C4";
  font-size: 125%;
  top: 3%;
}
.fc-icon-right-triangle:after {
  content: "\25BA";
  font-size: 125%;
  top: 3%;
}
.fc-icon-down-triangle:after {
  content: "\25BC";
  font-size: 125%;
  top: 2%;
}
.fc-icon-x:after {
  content: "\000D7";
  font-size: 200%;
  top: 6%;
}
/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/
.fc button {
  /* force height to include the border and padding */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* dimensions */
  margin: 0;
  height: 2.1em;
  padding: 0 .6em;
  /* text & cursor */
  font-size: 1em;
  /* normalize */
  white-space: nowrap;
  cursor: pointer;
}
/* Firefox has an annoying inner border */
.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0;
}
.fc-state-default {
  /* non-theme */
  border: 1px solid;
}
.fc-state-default.fc-corner-left {
  /* non-theme */
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.fc-state-default.fc-corner-right {
  /* non-theme */
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* icons in buttons */
.fc button .fc-icon {
  /* non-theme */
  position: relative;
  top: -0.05em;
  /* seems to be a good adjustment across browsers */
  margin: 0 .2em;
  vertical-align: middle;
}
/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
.fc-state-default {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #333333;
  background-color: #e6e6e6;
}
.fc-state-hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.fc-state-down,
.fc-state-active {
  background-color: #cccccc;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  box-shadow: none;
}
/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
.fc-button-group {
  display: inline-block;
}
/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/
.fc .fc-button-group > * {
  /* extra precedence b/c buttons have margin set to zero */
  float: left;
  margin: 0 0 0 -1px;
}
.fc .fc-button-group > :first-child {
  /* same */
  margin-left: 0;
}
/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.fc-popover .fc-header {
  /* TODO: be more consistent with fc-head/fc-body */
  padding: 2px 4px;
}
.fc-popover .fc-header .fc-title {
  margin: 0 2px;
}
.fc-popover .fc-header .fc-close {
  cursor: pointer;
}
.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left;
}
.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
  float: right;
}
/* unthemed */
.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid;
}
.fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: .9em;
  margin-top: 2px;
}
/* jqui themed */
.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
  /* where they meet, let the header have the border */
}
/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
.fc-divider {
  border-style: solid;
  border-width: 1px;
}
hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-width: 1px 0;
}
.fc-clear {
  clear: both;
}
.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */
}
.fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */
}
/* Tables
--------------------------------------------------------------------------------------------------*/
.fc table {
  width: 100%;
  box-sizing: border-box;
  /* fix scrollbar issue in firefox */
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */
}
.fc th {
  text-align: center;
}
.fc th,
.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
}
.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */
}
/* Internal Nav Links
--------------------------------------------------------------------------------------------------*/
a[data-goto] {
  cursor: pointer;
}
a[data-goto]:hover {
  text-decoration: underline;
}
/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
.fc .fc-row {
  /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0;
}
.fc-row table {
  /* don't put left/right border on anything within a fake row.
       the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent;
}
.fc-row:first-child table {
  border-top: 0 hidden transparent;
  /* no top border on first row */
}
/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
.fc-row {
  position: relative;
}
.fc-row .fc-bg {
  z-index: 1;
}
/* highlighting cells & background event skeleton */
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
  /* stretch skeleton to bottom of row */
}
.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */
}
.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent;
}
.fc-row .fc-bgevent-skeleton {
  z-index: 2;
}
.fc-row .fc-highlight-skeleton {
  z-index: 3;
}
/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
  /* matches the space above the events */
}
.fc-row .fc-helper-skeleton {
  z-index: 5;
}
.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  /* see-through to the background below */
  background: none;
  /* in case <td>s are globally styled */
  border-color: transparent;
  /* don't put a border between events and/or the day number */
  border-bottom: 0;
}
.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0;
}
/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
.fc-scroller {
  -webkit-overflow-scrolling: touch;
}
/* TODO: move to agenda/basic */
.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */
}
/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the <a> tag block */
  font-size: .85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #3a87ad;
  padding: 5px 0;
  /* default BORDER color */
  font-weight: normal;
  /* undo jqui's ui-widget-header bold */
}
.fc-event,
.fc-event-dot {
  background-color: #3a87ad;
  /* default BACKGROUND color */
}
/* overpower some of bootstrap's and jqui's styles on <a> tags */
.fc-event,
.fc-event:hover,
.ui-widget .fc-event {
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
}
.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */
}
.fc-not-allowed,
.fc-not-allowed .fc-event {
  /* to override an event's custom cursor */
  cursor: not-allowed;
}
.fc-event .fc-bg {
  /* the generic .fc-bg already does position */
  z-index: 1;
  background: #fff;
  opacity: .25;
}
.fc-event .fc-content {
  position: relative;
  z-index: 2;
}
/* resizer (cursor AND touch devices) */
.fc-event .fc-resizer {
  position: absolute;
  z-index: 4;
}
/* resizer (touch devices) */
.fc-event .fc-resizer {
  display: none;
}
.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
  /* only show when hovering or selected (with touch) */
  display: block;
}
/* hit area */
.fc-event.fc-selected .fc-resizer:before {
  /* 40x40 touch area */
  content: "";
  position: absolute;
  z-index: 9999;
  /* user of this util can scope within a lower z-index */
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
}
/* Event Selection (only for touch devices)
--------------------------------------------------------------------------------------------------*/
.fc-event.fc-selected {
  z-index: 9999 !important;
  /* overcomes inline z-index */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.fc-event.fc-selected.fc-dragging {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}
/* Horizontal Events
--------------------------------------------------------------------------------------------------*/
/* bigger touch area when selected */
.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  /* below resizers */
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0;
}
/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
/* resizer (cursor AND touch devices) */
/* left resizer  */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
  /* overcome border */
}
/* right resizer */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
  /* overcome border */
}
/* resizer (mouse devices) */
.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  /* overcome top border */
  bottom: -1px;
  /* overcome bottom border */
}
/* resizer (touch devices) */
.fc-h-event.fc-selected .fc-resizer {
  /* 8x8 little dot */
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* vertically center */
  top: 50%;
  margin-top: -4px;
}
/* left resizer  */
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
  /* centers the 8x8 dot on the left edge */
}
/* right resizer */
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
  /* centers the 8x8 dot on the right edge */
}
/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-day-grid-event {
  margin: 1px 2px 0;
  /* spacing between events and edges */
  padding: 5px;
}
tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px;
  /* a little bit more space before the first event */
}
.fc-day-grid-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  /* same z-index as fc-bg, behind text */
  /* overcome the borders */
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  /* darkening effect */
  background: #000;
  opacity: .25;
}
.fc-day-grid-event .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden;
}
.fc-day-grid-event .fc-time {
  display: none;
  font-weight: bold;
}
/* resizer (cursor devices) */
/* left resizer  */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
  /* to the day cell's edge */
}
/* right resizer */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
  /* to the day cell's edge */
}
/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
a.fc-more {
  margin: 1px 3px;
  font-size: .85em;
  cursor: pointer;
  text-decoration: none;
}
a.fc-more:hover {
  text-decoration: underline;
}
.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none;
}
/* popover that appears when "more" link is clicked */
.fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */
}
.fc-more-popover {
  z-index: 2;
  width: 220px;
}
.fc-more-popover .fc-event-container {
  padding: 10px;
}
/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-now-indicator {
  position: absolute;
  border: 0 solid red;
}
/* Utilities
--------------------------------------------------------------------------------------------------*/
.fc-unselectable {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* Toolbar
--------------------------------------------------------------------------------------------------*/
.fc-toolbar {
  text-align: center;
}
.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1em;
}
.fc-toolbar.fc-footer-toolbar {
  margin-top: 1em;
}
.fc-toolbar .fc-left {
  float: left;
}
.fc-toolbar .fc-right {
  float: right;
}
.fc-toolbar .fc-center {
  display: inline-block;
}
/* the things within each left/right/center section */
.fc .fc-toolbar > * > * {
  /* extra precedence to override button border margins */
  float: left;
  margin-left: .75em;
}
/* the first thing within each left/center/right section */
.fc .fc-toolbar > * > :first-child {
  /* extra precedence to override button border margins */
  margin-left: 0;
}
/* title text */
.fc-toolbar h2 {
  margin: 0;
}
/* button layering (for border precedence) */
.fc-toolbar button {
  position: relative;
}
.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2;
}
.fc-toolbar .fc-state-down {
  z-index: 3;
}
.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4;
}
.fc-toolbar button:focus {
  z-index: 5;
}
/* View Structure
--------------------------------------------------------------------------------------------------*/
/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.fc-view,
.fc-view > table {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1;
}
/* BasicView
--------------------------------------------------------------------------------------------------*/
/* day row structure */
.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
  /* there may be week numbers in these views, so no padding-top */
  padding-bottom: 1em;
  /* ensure a space at bottom of cell for user selecting/clicking */
}
.fc-basic-view .fc-body .fc-row {
  min-height: 4em;
  /* ensure that all rows are at least this tall */
}
/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
.fc-row.fc-rigid {
  overflow: hidden;
}
.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
/* week and day number styling */
.fc-day-top.fc-other-month {
  opacity: 0.3;
}
.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
  padding: 2px;
}
.fc-basic-view th.fc-week-number,
.fc-basic-view th.fc-day-number {
  padding: 0 2px;
  /* column headers can't have as much v space */
}
.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: right;
}
.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
  float: left;
}
.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px 0;
}
.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px;
}
.fc-basic-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  text-align: center;
  background-color: #f2f2f2;
  color: #808080;
}
/* when week/day number have own column */
.fc-basic-view td.fc-week-number {
  text-align: center;
}
.fc-basic-view td.fc-week-number > * {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em;
}
/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/
.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
  /* so the "more.." popover will be over the time grid */
}
.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
  /* all-day section will never get shorter than this */
}
.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 1em;
  /* give space underneath events for clicking/selecting days */
}
/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.fc .fc-axis {
  /* .fc to overcome default cell styles */
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap;
}
.fc-ltr .fc-axis {
  text-align: right;
}
.fc-rtl .fc-axis {
  text-align: left;
}
.ui-widget td.fc-axis {
  font-weight: normal;
  /* overcome jqui theme making it bold */
}
/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
.fc-time-grid-container,
.fc-time-grid {
  /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1;
}
.fc-time-grid {
  min-height: 100%;
  /* so if height setting is 'auto', .fc-bg stretches to fill height */
}
.fc-time-grid table {
  /* don't put outer borders on slats/bg/content/etc */
  border: 0 hidden transparent;
}
.fc-time-grid > .fc-bg {
  z-index: 1;
}
.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  /* the <hr> AgendaView injects when grid is shorter than scroller */
  position: relative;
  z-index: 2;
}
.fc-time-grid .fc-content-col {
  position: relative;
  /* because now-indicator lives directly inside */
}
.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
}
/* divs within a cell within the fc-content-skeleton */
.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1;
}
.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2;
}
.fc-time-grid .fc-highlight-container {
  position: relative;
  z-index: 3;
}
.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4;
}
.fc-time-grid .fc-now-indicator-line {
  z-index: 5;
}
.fc-time-grid .fc-helper-container {
  /* also is fc-event-container */
  position: relative;
  z-index: 6;
}
/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
  /* each cell is responsible for its top border */
}
.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted;
}
.fc-time-grid .fc-slats .ui-widget-content {
  /* for jqui theme */
  background: none;
  /* see through to fc-bg */
}
/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-highlight-container {
  /* a div within a cell within the fc-highlight-skeleton */
  position: relative;
  /* scopes the left/right of the fc-highlight to be in the column */
}
.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
  /* top and bottom will be in by JS */
}
/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
.fc-ltr .fc-time-grid .fc-event-container {
  /* space on the sides of events for LTR (default) */
  margin: 0 2.5% 0 2px;
}
.fc-rtl .fc-time-grid .fc-event-container {
  /* space on the sides of events for RTL */
  margin: 0 2px 0 2.5%;
}
.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;
  /* scope inner z-index's */
}
.fc-time-grid .fc-bgevent {
  /* background events always span full width */
  left: 0;
  right: 0;
}
/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/
.fc-v-event.fc-not-start {
  /* events that are continuing from another day */
  /* replace space made by the top border with padding */
  border-top-width: 0;
  padding-top: 1px;
  /* remove top rounded corners */
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.fc-v-event.fc-not-end {
  /* replace space made by the top border with padding */
  border-bottom-width: 0;
  padding-bottom: 1px;
  /* remove bottom rounded corners */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-time-grid-event {
  overflow: hidden;
  /* don't let the bg flow over rounded corners */
}
.fc-time-grid-event.fc-selected {
  /* need to allow touch resizers to extend outside event's bounding box */
  /* common fc-selected styles hide the fc-bg, so don't need this anyway */
  overflow: visible;
}
.fc-time-grid-event.fc-selected .fc-bg {
  display: none;
  /* hide semi-white background, to appear darker */
}
.fc-time-grid-event .fc-content {
  overflow: hidden;
  /* for when .fc-selected */
}
.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px;
}
.fc-time-grid-event .fc-time {
  font-size: .85em;
  white-space: nowrap;
}
.fc-time-grid-event .fc-time span{
  font-size: 14px;
}
/* short mode, where time and title are on the same line */
.fc-time-grid-event.fc-short .fc-content {
  /* don't wrap to second line (now that contents will be inline) */
  white-space: nowrap;
}
.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  /* put the time and title on the same line */
  display: inline-block;
  vertical-align: top;
}
.fc-time-grid-event.fc-short .fc-time span {
  display: none;
  /* don't display the full time text... */
}
.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
  /* ...instead, display only the start time */
}
.fc-time-grid-event.fc-short .fc-time:after {
  content: "\000A0-\000A0";
  /* seperate with a dash, wrapped in nbsp's */
}
.fc-time-grid-event.fc-short .fc-title {
  font-size: .85em;
  /* make the title text the same size as the time */
  padding: 0;
  /* undo padding from above */
}
/* resizer (cursor device) */
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "=";
}
/* resizer (touch device) */
.fc-time-grid-event.fc-selected .fc-resizer {
  /* 10x10 dot */
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* horizontally center */
  left: 50%;
  margin-left: -5px;
  /* center on the bottom edge */
  bottom: -5px;
}
/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0;
}
/* arrow on axis */
.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
  /* vertically center on top coordinate */
}
.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  /* triangle pointing right... */
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  /* triangle pointing left... */
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
/* List View
--------------------------------------------------------------------------------------------------*/
/* possibly reusable */
.fc-event-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}
/* view wrapper */
.fc-rtl .fc-list-view {
  direction: rtl;
  /* unlike core views, leverage browser RTL */
}
.fc-list-view {
  border-width: 1px;
  border-style: solid;
}
/* table resets */
.fc .fc-list-table {
  table-layout: auto;
  /* for shrinkwrapping cell content */
}
.fc-list-table td {
  border-width: 1px 0 0;
  padding: 8px 14px;
}
.fc-list-table tr:first-child td {
  border-top-width: 0;
}
/* day headings with the list */
.fc-list-heading {
  border-bottom-width: 1px;
}
.fc-list-heading td {
  font-weight: bold;
}
.fc-ltr .fc-list-heading-main {
  float: left;
}
.fc-ltr .fc-list-heading-alt {
  float: right;
}
.fc-rtl .fc-list-heading-main {
  float: right;
}
.fc-rtl .fc-list-heading-alt {
  float: left;
}
/* event list items */
.fc-list-item.fc-has-url {
  cursor: pointer;
  /* whole row will be clickable */
}

.fc-list-item-marker,
.fc-list-item-time {
  white-space: nowrap;
  width: 1px;
}
/* make the dot closer to the event title */
.fc-ltr .fc-list-item-marker {
  padding-right: 0;
}
.fc-rtl .fc-list-item-marker {
  padding-left: 0;
}
.fc-list-item-title a {
  /* every event title cell has an <a> tag */
  text-decoration: none;
  color: inherit;
}
.fc-list-item-title a[href]:hover {
  /* hover effect only on titles with hrefs */
  text-decoration: underline;
}
/* message when no events */
.fc-list-empty-wrap2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.fc-list-empty-wrap1 {
  width: 100%;
  height: 100%;
  display: table;
}
.fc-list-empty {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.fc-unthemed .fc-list-empty {
  /* theme will provide own background */
  background-color: #eee;
}
.full-calendar {
  max-width: 900px;
  margin: 40px auto;
  padding: 0 10px;
  font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
  font-size: 14px;
}
.full-calendar .fc-popover .calendar-before {
  background-color: #797979;
  color: #fff;
}
.calendar-before .fc-event-dot{
  background-color: #797979;
}

.full-calendar .calendar-today {
  background-color: #EF6C00;
  border: 1px solid #ff6c00;
  color: #fff;
}

.calendar-today .fc-event-dot{
  background-color: #fff;
}
.btn-yunhu-question {
  color: #fff;
  font-size: 12px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #EF6C00;
  border-color: #EF6C00;
  padding: 5px 20px;
}
.btn-yunhu-question:hover,
.btn-yunhu-question:focus,
.btn-yunhu-question.focus,
.btn-yunhu-question.active {
  background: #c65a00;
  color: #fff;
}
.btn-yunhu-question-xs {
  color: #fff;
  font-size: 12px;
  background: #EF6C00;
  border-color: #EF6C00;
  padding: 3px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.btn-yunhu-question-xs:hover,
.btn-yunhu-question-xs:focus,
.btn-yunhu-question-xs.focus,
.btn-yunhu-question-xs.active {
  background: #c65a00;
  color: #fff;
}
.btn-yunhu-green {
  color: #fff;
  font-size: 12px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #46c37b;
  border-color: #46c37b;
  padding: 5px 20px;
}
.btn-yunhu-green:hover,
.btn-yunhu-green:focus,
.btn-yunhu-green.focus,
.btn-yunhu-green.active {
  background: #37a967;
  color: #fff;
}
.btn-yh-o {
  color: #EF6C00;
  border-color: #EF6C00;
  background-color: transparent;
}
.btn-yh-o:hover,
.btn-yh-o:focus,
.btn-yh-o.focus,
.btn-yh-o.active {
  background: #EF6C00;
  color: #fff;
}
.yh-btn-group .btn {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 12px;
  padding: 6px 17px;
}
.class-header-mian > .class-header-bg > a.setting[title="班级管理"] {
  display: none;
}
.course-detail-header .setting[title="课程管理"] {
  display: none;
}
.yh-list-unstyled .yh-list-unstyled-item .item-left {
  float: left;
  width: 70%;
}
.yh-list-unstyled .yh-list-unstyled-item .item-left .yh-course-title {
  font-size: 16px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.yh-list-unstyled .yh-list-unstyled-item .item-right {
  float: right;
  line-height: 1;
}
.yh-list-unstyled .yh-list-unstyled-item .item-right .yunhuicon-chakan,
.yh-list-unstyled .yh-list-unstyled-item .item-right .yunhuicon-icons64x6406,
.yh-list-unstyled .yh-list-unstyled-item .item-right .yunhuicon-huizhang {
  font-size: 20px;
}
.yh-list-unstyled .yh-list-unstyled-item .item-right .yunhuicon-gentie {
  font-size: 24px;
}
.yh-list-unstyled .yh-list-unstyled-item .item-right > a > i {
  color: #919191;
}
.yh-list-unstyled .yh-list-unstyled-item .item-right > a:hover > i {
  color: #EF6C00;
}
.nav .user-nav > li a .hasmessage > .custom-dot {
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
  top: 22px;
  right: 12px;
  font-size: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #e83d2c;
}
.custom-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #e83d2c;
}
.bar-menu-top > li .custom-dot {
  position: absolute;
  top: 8px;
  right: 6px;
}
.nav.nav-tabs.yh-nav-tabs-sm > li {
  padding: 0 10px;
}
.nav.nav-tabs.yh-nav-tabs-sm > li > a {
  padding: 10px 5px;
  color: #919191;
  font-size: 14px;
}
.ajax-loading {
  background-color: grey;
  opacity: 0.25;
  position: absolute;
  z-index: 99999;
}
.jn-moment-scroll {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 50px;
  -webkit-overflow-scrolling: touch;
}
.es-wrap {
  position: relative;
}
.jn-friends-media {
  position: relative;
  background-color: #fff;
  padding: 10px 0;
  margin-top: 0;
  border-bottom: 1px solid #f5f5f5;
}
.down-loading {
  text-align: center;
  color: #666666;
  padding: 20px 0 10px 0;
}
.jn-up-top {
  display: none;
  position: fixed;
  bottom: 52px;
  right: 10px;
  width: 45px;
  height: 45px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  background-color: #ffc493;
  z-index: 1000;
}
.jn-up-top:hover,.jn-up-top:focus{
  color: #fff;
  outline:transparent dotted;
}
.homework-set .question-set-heading .panel-body .question-set-type {
  background: #EF6C00;
}
.homework-set .question-set-main > .panel .panel-body {
  padding-top: 0px;
}
.homework-set .question-set-main .question-set-items .question-set-item {
  border-top: 1px solid #e1e1e1;
  padding-top: 36px;
}
.homework-set .question-set-main .question-set-items .question-set-item .question-set-item-side {
  width: auto;
}
.homework-set .question-set-main .question-set-items .question-set-item .question-set-item-side .question-set-item-seq {
  font-size: 16px;
  color: #EF6C00;
  line-height: 20px;
}
.homework-set .question-set-main .question-set-items .question-set-item .question-set-item-main {
  margin-left: 20px;
}
.homework-set .question-set-main .question-set-items .question-set-item .question-set-item-main .yunhu-question-title {
  color: #313131;
  line-height: 20px;
  margin-bottom: 10px;
}
.homework-set .question-set-main .question-set-items .question-set-item .question-set-item-main .question-heading.editor-text {
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.homework-set .question-set-main .question-set-items .question-set-item .question-set-item-main .question-heading.editor-text .well.well-sm {
  padding: 15px 20px;
  margin-bottom: 10px;
}
.homework-set .question-set-main .question-set-items .question-set-item .question-set-item-main .question-body .homework-question-fill .yh-well {
  padding: 15px 20px;
}
.homework-set .question-set-main .question-set-items .question-set-item .question-set-item-main .question-body .homework-question-fill .yh-question-swiper-container {
  height: 530px;
}
.homework-set .question-set-main .question-set-items .question-set-item .question-set-item-main .question-body .homework-question-fill .upload-file-area {
  height: 80px;
  margin-top: 20px;
  display: block;
}
.homework-set .question-set-main .question-set-items .question-set-item .question-set-item-main .question-body .homework-question-fill .imgUploadWrapper {
  margin-bottom: 20px;
}
.homework-set .question-set-main .question-set-items .question-set-item .question-set-item-main .question-body .homework-question-fill .imgUploadWrapper .tip {
  color: #313131;
  font-size: 12px;
  margin-top: -10px;
}
.homework-set .question-set-main .question-set-items .question-set-item .question-set-item-main .question-body .homework-question-fill .imgUploadWrapper .img-upload-container .filelist {
  width: 60%;
}
.homework-set .question-set-main .question-set-items .question-set-item .question-set-item-main .question-body .homework-question-fill .imgUploadWrapper .img-upload-container .filelist li,
.homework-set .question-set-main .question-set-items .question-set-item .question-set-item-main .question-body .homework-question-fill .imgUploadWrapper .img-upload-container .filelist .statusBar {
  max-height: 120px;
  max-width: 120px;
  height: 120px!important;
  width: 120px!important;
  margin: 0 20px 20px 0;
}
.homework-set .question-set-main .question-set-items .question-set-item .question-set-item-main .question-body .homework-question-fill .imgUploadWrapper .img-upload-container .filelist li p.imgWrap,
.homework-set .question-set-main .question-set-items .question-set-item .question-set-item-main .question-body .homework-question-fill .imgUploadWrapper .img-upload-container .filelist .statusBar p.imgWrap {
  max-height: 120px;
  max-width: 120px;
  height: 120px!important;
  width: 120px!important;
  line-height: 120px;
}
.homework-set .question-set-main .question-set-items .question-set-item .question-set-item-main .question-body .homework-question-fill .imgUploadWrapper .img-upload-container .filelist .statusBar .btns {
  max-height: 120px!important;
  max-width: 120px!important;
  height: 120px!important;
  width: 120px!important;
}
.homework-set .question-set-main .question-set-items .question-set-item .question-set-item-main .question-body .homework-question-fill .imgUploadWrapper .img-upload-container .filelist .statusBar .btns .webuploader-pick {
  border: 1px solid #c1c1c1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #c1c1c1;
}
.homework-set .question-set-main .question-set-items .question-set-item .question-set-item-main .question-body .homework-question-fill .imgUploadWrapper .img-upload-container .filelist .statusBar .btns .webuploader-pick .choose-pic-icon {
  font-size: 38px;
  margin-top: -19px;
  margin-left: -19px;
}
.homework-set .question-set-main .question-set-items .question-set-item .question-set-item-main .question-body .homework-question-fill .balloon-uploader.file-uploader.cloud-file-uploader .webuploader-pick {
  float: left;
  color: #fff;
  font-size: 12px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #EF6C00;
  border-color: #EF6C00;
  padding: 5px 20px;
}
.homework-set .question-set-main .question-set-items .question-set-item .question-set-item-main .question-body .homework-question-fill .balloon-uploader.file-uploader.cloud-file-uploader .webuploader-pick:hover,
.homework-set .question-set-main .question-set-items .question-set-item .question-set-item-main .question-body .homework-question-fill .balloon-uploader.file-uploader.cloud-file-uploader .webuploader-pick:focus,
.homework-set .question-set-main .question-set-items .question-set-item .question-set-item-main .question-body .homework-question-fill .balloon-uploader.file-uploader.cloud-file-uploader .webuploader-pick.focus,
.homework-set .question-set-main .question-set-items .question-set-item .question-set-item-main .question-body .homework-question-fill .balloon-uploader.file-uploader.cloud-file-uploader .webuploader-pick.active {
  background: #c65a00;
  color: #fff;
}
.homework-set .question-set-main .question-set-items .question-set-item .question-set-item-main .question-body .homework-question-fill .balloon-uploader.file-uploader.cloud-file-uploader .webuploader-pick.webuploader-pick-hover {
  background: #c65a00;
  color: #fff;
}
.homework-set .question-set-main .question-set-items .question-set-item .question-set-item-main .question-body .homework-question-fill .balloon-uploader.file-uploader.cloud-file-uploader .webuploader-pick .glyphicon.glyphicon-plus {
  display: none;
}
.homework-set .question-set-main.yunhu-question-set-main {
  position: relative;
}
.homework-set .question-set-main.yunhu-question-set-main .panel-heading {
  padding-top: 25px;
  border-bottom: none;
}
.homework-set .question-set-side .panel .panel-body {
  padding-top: 15px;
}
.homework-set .question-set-side .question-set-card .panel-footer button.btn.btn-block.btn-primary {
  border-color: #EF6C00;
}
.homework-set .question-set-side.yunhu-question-set-side,
.homework-set .question-set-side .yh-testpaper-side {
  position: absolute;
  top: 0;
  right: 1px;
  width: 23.8%;
}
.yh-homework-heading {
  padding: 15px 0;
  font-size: 16px;
  border-bottom: 1px solid #f5f5f5;
}
.yh-homework-heading .link-dark .up-icon {
  display: none;
}
.yh-homework-heading .link-dark .down-icon {
  display: inline-block;
}
.yh-homework-heading .link-dark.open .down-icon {
  display: none;
}
.yh-homework-heading .link-dark.open .up-icon {
  display: inline-block;
}
.tag-item {
  float: left;
  width: 29.3%;
  margin: 5px 4px;
  font-size: 12px;
  border: 1px solid #e1e1e1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 5px 0px;
  text-align: center;
  color: #919191;
  cursor: pointer;
}
.tag-item.positive-tag {
  background-color: #EF6C00;
  color: #fff;
  border-color: #EF6C00;
}
.tag-item.negative-tag {
  background-color: #9aa2b8;
  color: #fff;
  border-color: #9aa2b8;
}
.tag-item.disabled-tag {
  background: #C1C1C1;
  border: 1px solid #C1C1C1;
  border-color: #C1C1C1;
  cursor: not-allowed;
}
.tag-item.tag-item-horizen {
  padding: 4px 0;
  cursor: auto;
}
.yunhu-question-wrap,
.yh-testpaper-question-homework {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.yunhu-question-wrap .question-set-item,
.yh-testpaper-question-homework .question-set-item {
  padding-right: 20px;
}
.question-set-item-comment {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 760px;
  padding-left: 15px;
  padding-right: 15px;
}
.question-set-item-comment .question-comment-module .tag-tip {
  color: #919191;
  margin: 0;
  line-height: 17px;
  font-size: 12px;
}
.question-set-item-comment .question-comment-module .tag-group-choice {
  margin: 20px 0px;
  font-size: 12px;
}
.question-set-item-comment .question-comment-module .tag-group-choice > p {
  margin-bottom: 12px;
  padding: 5px 13px;
}
.question-set-item-comment .question-comment-module .tag-group-choice > p:hover {
  background: #f5f5f5;
}
.question-set-item-comment .question-comment-module .tag-group-choice .tag-group {
  border: 1px solid #e1e1e1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  height: 138px;
  overflow: hidden;
  overflow-y: auto;
  list-style-type: none;
  padding: 6px 6.5px;
}
.question-set-item-comment .question-comment-module .tag-group-choice.positive-tag-group .tag-item:hover {
  background-color: #EF6C00;
  color: #fff;
  border-color: #EF6C00;
}
.question-set-item-comment .question-comment-module .tag-group-choice.negative-tag-group .tag-item:hover {
  background-color: #919191;
  color: #fff;
  border-color: #919191;
}
.question-set-item-comment .question-comment-module .tag-choiced {
  margin-bottom: 25px;
  height: 78px;
}
.question-set-item-comment .question-comment-module .tag-choiced .empty-tag {
  padding-top: 15px;
  color: #919191;
}
.question-set-item-comment .question-comment-module .tag-choiced .tag-choiced-show {
  display: none;
  list-style-type: none;
  overflow: hidden;
  padding-left: 0;
  padding: 0 6.5px;
}
.question-set-item-comment .question-comment-module .tag-choiced .tag-choiced-show .tag-item {
  position: relative;
}
.question-set-item-comment .question-comment-module .tag-choiced .tag-choiced-show .tag-item > span {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  padding: 0 5px;
  padding-top: 6px;
  background-color: rgba(225, 225, 225, 0.3);
  opacity: 0;
  filter: alpha(opacity=0);
}
.question-set-item-comment .question-comment-module .tag-choiced .tag-choiced-show .tag-item > span > i {
  font-size: 15px;
  color: #E1E1E1;
}
.question-set-item-comment .question-comment-module .tag-choiced .tag-choiced-show .tag-item:hover > span {
  opacity: 1;
  filter: alpha(opacity=100);
}
.question-set-item-comment .question-comment-module .star-grade,
.question-set-item-comment .question-comment-module .yunhu-score {
  margin-left: 0;
  margin-right: 0;
}
.question-set-item-comment .question-comment-module .star-grade .col-md-4,
.question-set-item-comment .question-comment-module .yunhu-score .col-md-4,
.question-set-item-comment .question-comment-module .star-grade .col-md-8,
.question-set-item-comment .question-comment-module .yunhu-score .col-md-8 {
  padding: 0;
}
.question-set-item-comment .question-comment-module .star-grade {
  line-height: 24px;
}
.question-set-item-comment .question-comment-module .star-grade .item-key {
  color: #313131;
  margin-top: 2px;
}
.question-set-item-comment .question-comment-module .star-grade .item-value > img {
  margin-right: 3px;
}
.question-set-item-comment .question-comment-module .yunhu-score {
  line-height: 33px;
  margin-top: 13px;
  margin-bottom: 24px;
}
.question-set-item-comment .question-comment-module .yunhu-score .item-key {
  font-size: 14px;
  color: #313131;
}
.question-set-item-comment .question-comment-module .yunhu-score .item-value {
  font-size: 24px;
  color: #EF6C00;
  font-weight: bold;
}
.question-set-item-comment .question-comment-module .remark > p {
  margin-bottom: 5px;
}
.question-set-item-comment .question-comment-module .remark .will-comment {
  border: 1px solid #E1E1E1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  width: 100%;
  font-size: 12px;
  height: 116px;
  padding: 10px 6px;
}
.question-set-item-comment.comment-result {
  height: 704px;
}
.question-set-item-comment.comment-result .have-comment {
  height: 380px;
}
.question-set-item-comment.comment-result .tag-choiced {
  margin-top: 20px;
}
.question-set-item-comment.comment-result .tag-choiced .tag-choiced-show {
  display: block;
  padding: 0;
}
.question-set-item-comment.comment-result .tag-choiced .tag-choiced-show .tag-item {
  cursor: auto;
}
.yunhu-homework-post > .panel-heading {
  border-bottom: none;
  padding-top: 23px;
  padding-bottom: 23px;
  position: relative;
}
.yunhu-homework-post > .panel-heading .panel-title {
  font-size: 18px;
}
.yunhu-homework-post > .panel-heading .panel-heading-btn {
  position: absolute;
  top: 15px;
  right: 15px;
}
.yunhu-homework-post > .panel-body {
  padding-top: 0;
}
.yunhu-homework-post > .panel-body > .panel-heading {
  color: #616161;
  font-size: 16px;
  padding-bottom: 15px;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
  font-weight: bold;
  border-bottom: 1px solid #F5F5F5;
}
.yunhu-homework-post > .panel-body > .panel-body .question-set-item-title + div {
  margin-top: 30px;
}
.yunhu-homework-post > .panel-body > .panel-body .question-set-item-side {
  width: auto;
}
.yunhu-homework-post > .panel-body > .panel-body .question-set-item-side .question-set-item-seq {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #EF6C00;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}
.yunhu-homework-post > .panel-body > .panel-body .question-set-item-main {
  margin-left: 30px;
  color: #919191;
  font-size: 14px;
}
.yunhu-homework-post > .panel-body > .panel-body .question-set-item-main .title-type {
  line-height: 20px;
}
.yunhu-homework-post > .panel-body > .panel-body .question-set-item-main .title-type .title-name {
  font-size: 16px;
  color: #313131;
  margin-left: 10px;
}
.yunhu-homework-post > .panel-body > .panel-body .question-set-item-main .title-content {
  line-height: 20px;
  margin-top: 12px;
}
.post-panel-title {
  font-size: 16px;
  color: #616161;
  font-weight: bold;
}
.yunhu-homework-post-show .es-wrap > .panel {
  padding: 0;
  border: none;
}
.yunhu-homework-post-show .es-wrap > .panel > .panel-heading {
  padding: 0;
  border: none;
}
.yunhu-homework-post-show .es-wrap > .panel > .panel-body {
  padding-top: 0;
}
.yunhu-homework-post-show .es-wrap .jn-friends-media {
  padding: 25px 0;
}
.yunhu-homework-post-show .es-wrap .jn-friends-media + .jn-friends-media {
  border: none;
  border-top: 1px dashed #e1e1e1;
}
.yunhu-homework-post-show .es-wrap .jn-friends-media:first-child {
  border: none;
}
.homework-post-show-item {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 5px;
  overflow: hidden;
  padding: 15px;
  margin-bottom: 5px;
  background: #FFFFFF;
}
.homework-post-show-item .homework-post-show-img {
  height: 205px;
}
.homework-post-show-item.post-show-sm {
  border: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.homework-post-show-item.post-show-sm .homework-post-show-img {
  width: 29.5%;
  float: left;
  height: 160px;
}
.homework-post-show-item.post-show-sm .homework-post-show-content {
  width: 70.5%;
  float: left;
}
.homework-post-show-item.post-show-sm .homework-post-show-content .metas {
  margin: 10px 0;
}
.homework-post-show-item .homework-post-show-content {
  padding: 0 15px;
  padding-right: 20px;
}
.homework-post-show-item .homework-post-show-content .post-show-title {
  line-height: 25px;
}
.homework-post-show-item .homework-post-show-content .post-show-title .title-name {
  font-size: 20px;
  color: #575757;
}
.homework-post-show-item .homework-post-show-content .post-show-title .title-name:hover {
  color: #EF6C00;
}
.homework-post-show-item .homework-post-show-content .post-show-title .comment-icon {
  width: 68px;
  background: #FFFFFF;
  border: 1px solid #46C37B;
  border-radius: 12px;
  color: #46C37B;
  display: inline-block;
  text-align: center;
  margin-left: 10px;
}
.homework-post-show-item .homework-post-show-content .post-show-title .yunhu-score {
  color: #919191;
  font-size: 14px;
  float: right;
  margin-bottom: 0;
}
.homework-post-show-item .homework-post-show-content .post-show-title .yunhu-score span {
  color: #EF6C00;
  font-size: 24px;
}
.homework-post-show-item .homework-post-show-content .post-show-person {
  color: #a1a1a1;
  font-size: 14px;
  line-height: 14px;
  margin-top: 10px;
  overflow: hidden;
}
.homework-post-show-item .homework-post-show-content .post-show-person p {
  float: left;
  padding-right: 15px;
  margin-bottom: 0;
}
.homework-post-show-item .homework-post-show-content .post-show-person p + p {
  border-left: 1px solid #e1e1e1;
  padding-left: 15px;
}
.homework-post-show-item .homework-post-show-content .metas {
  font-size: 14px;
  color: #c1c1c1;
  margin-top: 17px;
  margin-bottom: 20px;
}
.homework-post-show-item .homework-post-show-content .metas .es-icon-textsms {
  font-size: 16px;
}
.homework-post-show-item .homework-post-show-content .metas .es-icon-people {
  font-size: 20px;
}
.homework-post-show-item .homework-post-show-content .metas > span {
  margin-right: 30px;
}
.homework-post-show-item .homework-post-show-content .comment-item {
  overflow: hidden;
}
.homework-post-show-item .homework-post-show-content .comment-item .comment-key {
  font-size: 14px;
  color: #313131;
  display: inline-block;
  float: left;
  width: 14%;
}
.homework-post-show-item .homework-post-show-content .comment-item .comment-value {
  display: inline-block;
  float: left;
  width: 86%;
}
.homework-post-show-item .homework-post-show-content .comment-item .comment-value.comment-content {
  color: #616161;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.homework-post-show-item .homework-post-show-content .comment-item.key-lg .comment-key {
  width: 72px;
}
.homework-post-show-item .homework-post-show-content .comment-item.key-lg .comment-value {
  width: 73%;
}
.homework-post-show-item .homework-post-show-content .comment-item.key-lg .comment-value .tag-item.tag-item-horizen {
  cursor: auto;
  margin-left: 10px;
}
.homework-post-show-item .homework-post-show-content .comment-item.key-lg .comment-value .tag-item.tag-item-horizen + .tag-item {
  margin-left: 10px;
}
.homework-post-show-item .homework-post-show-content .comment-item.key-lg .comment-value.comment-content {
  color: #616161;
  display: inline-block;
  overflow: auto;
  text-overflow: inherit;
  white-space: normal;
  word-wrap: normal;
}
.yunhu-video-comment .homework-post-show-item.post-show-sm .homework-post-show-img {
  height: 135px;
}
.yunhu-video-comment .homework-post-show-item.post-show-sm .homework-post-show-img .video-meta {
  position: relative;
  display: block;
  height: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.yunhu-video-comment .homework-post-show-item.post-show-sm .homework-post-show-img .video-meta > img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.video-mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.video-mask > .iconfont {
  font-size: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -35px;
  margin-left: -23px;
  color: #EF6C00;
}
.carousel{margin-bottom: 15px;}
.carousel-inner .item a{display: block;text-align: center;}
.carousel-inner .item img{border-radius: 4px; width:100%; height:100%;}
.carousel-control{width: 40px;height:80px;top:50%;margin-top: -40px;}
.carousel-control.left, .carousel-control.right{background: none;}
.carousel-control:hover{background-color: #000;opacity: .5;color: #fff;}
.carousel .fa{font-size: 30px;margin-top: 62%;}
.carousel-indicators{bottom: 6px;}
#homeslider{margin-bottom: 15px;}
.my_timetable{
  background: #fff;
  margin: 0 auto;
  width:230px;
  height:80%;
  position: absolute;
right: 5%;
top: 10%;
z-index: 2;
border-radius: 5px;
padding: 20px;
overflow:hidden;
}

.class_car {
	position: absolute;
	right: 0;
	top: 0;
	width: 288px;
	/* height: 100%; */
	background-color: rgba(0, 0, 0, .3);
	box-sizing: border-box;
	padding: 0 20px;
	color: #fff;
	/* max-height: 385px; */
	/* transform: translateY(-50%); */
	overflow:hidden;
}
.class_view{
	position: absolute;
	top: 0;
	left: 45%;
	transform: translate(-50%);
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	-o-transform: translate(-50%);
	z-index: 10;
}		

		.es-my_timetable .swiper-anoun {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  visibility: visible;
}
        .my_timetable_h1{
            color: #666666;
            font-size: 18px;
            font-weight: bold;
            margin-top: 0;
        }
        .my_timetable .curriculum{
            text-align: left;
        }
        .my_timetable .residual_curriculum_ul{
            margin: 5px 0 20px 0;
            padding: 0;
        }
        .my_timetable .residual_curriculum_ul li{
            clear: both;
            width: 100%;
            line-height: 24px;
			overflow:hidden;
        }
		.my_timetable .residual_curriculum_ul li a{
		    margin-left:5px;
			color:#666666;
		}
        .my_timetable .residual_curriculum_ul li span{
            font-size: 12px;
            color: #666666;
			float:right;
        }
.jn-showImg a.fn-imglist {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.jn-showImg .fn-imglist {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.jn-showImg .fn-imglist img {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  filter: alpha(opacity=0);
}
.yh-homework-post-dynamic .post-dynamic-item {
  padding-bottom: 20px;
}
.yh-homework-post-dynamic .post-dynamic-item + .post-dynamic-item {
  border-top: 1px solid #E1E1E1;
}
.yh-homework-post-dynamic .post-dynamic-item:first-child {
  margin-top: -15px;
}
.yh-homework-post-dynamic .post-dynamic-item .post-dynamic-title {
  color: #313131;
  font-size: 16px;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 20px;
}
.yh-homework-post-dynamic .post-dynamic-item .post-dynamic-title .reply {
  color: #616161;
  font-size: 12px;
  float: right;
}
.yh-homework-post-dynamic .post-dynamic-item .post-dynamic-content {
  overflow: hidden;
  height: 83px;
}
.yh-homework-post-dynamic .post-dynamic-item .post-dynamic-content .post-img {
  width: 18%;
  height: 100%;
  float: left;
}
.yh-homework-post-dynamic .post-dynamic-item .post-dynamic-content .post-dynamic {
  width: 82%;
  float: left;
  padding-left: 15px;
  color: #616161;
  line-height: 1.5em;
}
.yh-homework-post-dynamic .post-dynamic-item .post-dynamic-content .post-dynamic .dynamic-title {
  font-weight: normal;
  margin-top: 0;
}
.yh-homework-post-dynamic .post-dynamic-item .post-dynamic-content .post-dynamic .dynamic-info {
  font-size: 12px;
}
.yh-homework-post-dynamic .post-dynamic-item .post-dynamic-content .post-dynamic .dynamic-info > p {
  margin-bottom: 0;
}
.yh-homework-post-dynamic .post-dynamic-item.item-xs {
  padding-top: 15px;
  padding-bottom: 15px;
}
.yh-homework-post-dynamic .post-dynamic-item.item-xs .post-dynamic-title {
  font-size: 14px;
  margin-bottom: 10px;
}
.yh-homework-post-dynamic .post-dynamic-item.item-xs .post-dynamic-title .reply {
  font-size: 14px;
  color: #000;
}
.yh-homework-post-dynamic .post-dynamic-item.item-xs .post-dynamic-content {
  height: 65px;
}
.yh-homework-post-dynamic .post-dynamic-item.item-xs .post-dynamic-content .post-dynamic {
  padding-left: 10px;
  line-height: 1.5em;
}
.yh-homework-post-dynamic .post-dynamic-item.item-xs .post-dynamic-content .post-dynamic .dynamic-title {
  font-size: 12px;
  font-weight: normal;
}
.yh-homework-post-dynamic .post-dynamic-item.item-xs .post-dynamic-content .post-dynamic .dynamic-info {
  font-size: 10px;
}
#class-teacher-column {
  display: none;
}
.yh-user-home-navtab.nav.nav-tabs {
  border-color: #E1E1E1;
}
.yh-user-works-tab .yh-group-set-btn {
  margin-left: 0;
}
.yh-user-works-tab .yh-group-set-btn > li {
  margin-right: 10px;
}
.yh-homework-show .course-item .course-info .person {
  font-size: 12px;
  color: #919191;
  padding-left: 10px;
  margin-top: 6px;
}
.yh-homework-show .course-item .course-info .metas {
  font-size: 12px;
}
.yh-homework-show .course-item .course-info .metas .comment {
  margin-left: 30px;
}
.yh-homework-show .course-item .course-info .metas .comment .es-icon-textsms {
  font-size: 14px;
}
.yh-homework-show .course-item .course-img {
  height: 180px;
}
.nav-pills.nav-pills-sm.yh-user-home-btn {
  margin-left: 10%;
  margin-left: 0;
}
.nav-pills.nav-pills-sm.yh-user-home-btn > li > a {
  border: 1px solid #EF6C00;
}
.nav-pills.nav-pills-sm.yh-user-home-btn > li > a:hover,
.nav-pills.nav-pills-sm.yh-user-home-btn > li > a:focus {
  border: 1px solid #EF6C00;
  background-color: #EF6C00;
  color: #fff;
}
.nav-pills.nav-pills-sm.yh-user-home-btn > li > a {
  padding: 4px 25px;
}
.video-evaluation-list .jn-friends-media {
  padding: 0!important;
}
.video-evaluation-list .video-evaluation-item {
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 35px;
}
.video-evaluation-list .video-evaluation-item + .video-evaluation-item {
  border-top: 1px dashed #E1E1E1;
}
.video-evaluation-list .video-evaluation-item .video-meta {
  height: 160px;
  width: 29.5%;
  float: left;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.video-evaluation-list .video-evaluation-item .video-meta .mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  filter: alpha(opacity=0);
}
.video-evaluation-list .video-evaluation-item .video-meta .mask > .iconfont {
  font-size: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -23px;
  color: #EF6C00;
}
.video-evaluation-list .video-evaluation-item .video-meta:hover .mask {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.video-evaluation-list .video-evaluation-item .video-evaluation-content {
  width: 70.5%;
  float: left;
  padding-left: 20px;
  padding-top: 10px;
}
.video-evaluation-list .video-evaluation-item .video-evaluation-content .evaluation-info {
  margin-top: 15px;
  line-height: 2.5em;
}
.video-evaluation-list .video-evaluation-item .video-evaluation-content .evaluation-info > p {
  margin-bottom: 0;
}
.yh-challenge-list .yh-challenge-item {
  border: 1px solid #E1E1E1;
  margin-left: 2.33px;
  margin-right: 2.33px;
}
.yh-challenge-list .yh-challenge-item .col-md-4 {
  padding: 15px;
}
.yh-challenge-list .yh-challenge-item .challenge-img-wrap {
  height: 200px;
}
.yh-challenge-list .yh-challenge-item .challenge-img-wrap .mask {
  background-color: rgba(0, 0, 0, 0.3);
}
.yh-challenge-list .yh-challenge-item .challenge-img-wrap .mask .btn {
  font-size: 16px;
  padding: 8px 30px;
  margin-top: 23%;
}
.yh-challenge-list .yh-challenge-item .challenge-info {
  padding: 12px 15px;
}
.yh-challenge-list .yh-challenge-item .challenge-info .title {
  font-size: 18px;
  color: #313131;
  line-height: 1em;
  margin-bottom: 5px;
}
.yh-challenge-list .yh-challenge-item .challenge-info .title .icon {
  float: right;
}
.yh-challenge-list .yh-challenge-item .challenge-info .title .icon .iconfont {
  font-size: 32px;
  color: #EF6C00;
}
.yh-challenge-list .yh-challenge-item .challenge-info .info {
  color: #919191;
  font-size: 14px;
}
.yh-challenge-list .yh-challenge-item .challenge-info .info > p {
  margin-bottom: 5px;
}
.yh-challenge-list .yh-challenge-item .challenge-info .info > p .glyphicon-star {
  font-size: 16px;
  color: #EF6C00;
}
.yh-challenge-list .yh-challenge-item .challenge-info .info .avatar-metas {
  overflow: hidden;
  line-height: 22px;
}
.yh-challenge-list .yh-challenge-item .challenge-info .info .avatar-metas .metas-key {
  float: left;
}
.yh-challenge-list .yh-challenge-item .challenge-info .info .avatar-metas .metas-value {
  float: left;
}
.yh-challenge-list .yh-challenge-item .challenge-info .info .avatar-metas .yh-avatar-xs {
  margin-right: 5px;
}
.yh-challenge-list .yh-challenge-item:hover .mask .btn {
  margin-top: 23%;
}
.yh-challenge-item-detail {
  border: 1px solid #E1E1E1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 15px 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
.yh-challenge-item-detail .challenge-img {
  width: 216px;
  height: 120px;
}
.yh-challenge-item-detail .challenge-img > img {
  height: 100%;
}
.yh-challenge-item-detail .challenge-info {
  color: #313131;
  padding-left: 10px;
}
.yh-challenge-item-detail .challenge-info .title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.yh-challenge-item-detail .challenge-info .grade {
  margin-bottom: 6px;
}
.yh-challenge-item-detail .challenge-info .grade .es-icon-star {
  color: #EF6C00;
}
.yh-challenge-item-detail .challenge-info .info {
  width: 80%;
  font-size: 12px;
}
.yh-challenge-item-detail .challenge-info .info .col-md-4 {
  line-height: 1.5em;
}
.yh-challenge-item-detail .media-left {
  padding-right: 0;
}
.yh-challenge-item-detail .media {
  position: relative;
}
.yh-challenge-item-detail .media .metas-link {
  position: absolute;
  bottom: 0;
  right: 0;
}
.yh-challenge-item-detail .media .metas-link .favorite-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 23px;
}
.yh-challenge-item-detail .media .metas-link .yunhuicon-shoucang {
  color: #C1C1C1;
  font-size: 30px;
}
.yh-challenge-item-detail .media .metas-link .btn {
  font-size: 14px;
  padding: 4px 16px;
}
.panel-gray {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #f5f5f5;
  padding: 15px;
  min-height: 78px;
  border: 1px solid #f5f5f5;
  margin-bottom: 15px;
}
.challenge-success-table > tbody > tr > td {
  line-height: 60px;
  border-top: 1px dashed #F5F5F5;
  padding: 0;
  vertical-align: middle;
}
.challenge-success-table .order {
  width: 6%;
}
.challenge-success-table .order i {
  font-size: 16px;
  font-style: normal;
  display: inline-block;
  width: 26px;
  height: 26px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  line-height: 26px;
}
.challenge-success-table > tbody > tr:first-child > td {
  border-top: none;
}
.challenge-success-table > tbody > tr:first-child .order i {
  background-color: #EF6C00;
  color: #fff;
}
.challenge-success-table > tbody > tr:nth-child(2) .order i {
  background-color: #ff9742;
  color: #fff;
}
.challenge-success-table > tbody > tr:nth-child(3) .order i {
  background-color: #ffc493;
  color: #fff;
}
.challenge-success-table .person {
  width: 7%;
}
.challenge-success-table .name {
  width: 13%;
}
.challenge-success-table .name > a {
  color: inherit;
}
.challenge-success-table .name > a:hover {
  color: #EF6C00;
}
.challenge-success-table .score {
  width: 7%;
}
.challenge-success-table .from {
  width: 25%;
}
.challenge-success-table .from > span {
  width: 150px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.challenge-success-table .honor {
  width: 42%;
}
.yh-avatar-list {
  list-style-type: none;
  overflow: hidden;
  padding-left: 0;
}
.yh-avatar-list .yh-avatar-item {
  float: left;
}
.yh-avatar-list .yh-avatar-item + .yh-avatar-item {
  margin-left: 14px;
}
.yh-testpaper-challenge .testpaper-body {
  position: relative;
}
.yh-testpaper-challenge .testpaper-body .yh-testpaper-side {
  position: absolute;
  top: 0;
  right: 0;
  width: 23.5%;
  z-index: 1032;
}
.yh-testpaper-challenge .testpaper-question-block > .panel-body {
  padding-top: 0;
}
.yh-testpaper-challenge .testpaper-question-block .yh-testpaper-question-homework .testpaper-question-body .yh-testpaper-set-main {
  border-top: 1px solid #E1E1E1;
  padding-top: 35px;
  padding-right: 20px;
  margin-bottom: 30px;
}
.yh-testpaper-challenge .testpaper-question-block .yh-testpaper-question-homework .testpaper-question-body .yh-testpaper-set-main .yh-testpaper-question-set .well.well-sm {
  padding: 15px 20px;
  margin-bottom: 10px;
}
.yh-testpaper-challenge .testpaper-question-block .yh-testpaper-question-homework .testpaper-question-body .yh-testpaper-set-main .yh-testpaper-question-set .yh-question-set-fill.result-fill {
  min-height: 685px;
  padding-top: 30px;
}
.yh-testpaper-challenge .testpaper-question-block .yh-testpaper-question-homework .testpaper-question-body .yh-testpaper-set-main .yh-testpaper-question-set .yh-question-set-fill .yh-well {
  padding: 15px 20px;
}
.yh-testpaper-challenge .testpaper-question-block .yh-testpaper-question-homework .testpaper-question-body .yh-testpaper-set-main .yh-testpaper-question-set .yh-question-set-fill .yh-question-swiper-container {
  height: 530px;
}
.yh-testpaper-challenge .testpaper-question-block .yh-testpaper-question-homework .testpaper-question-body .yh-testpaper-set-main .yh-testpaper-question-set .yh-question-set-fill .upload-file-area {
  height: 80px;
  margin-top: 20px;
  display: block;
}
.yh-testpaper-challenge .testpaper-question-block .yh-testpaper-question-homework .testpaper-question-body .yh-testpaper-set-main .yh-testpaper-question-set .yh-question-set-fill .imgUploadWrapper {
  margin-bottom: 20px;
}
.yh-testpaper-challenge .testpaper-question-block .yh-testpaper-question-homework .testpaper-question-body .yh-testpaper-set-main .yh-testpaper-question-set .yh-question-set-fill .imgUploadWrapper .tip {
  color: #313131;
  font-size: 12px;
  margin-top: -10px;
}
.yh-testpaper-challenge .testpaper-question-block .yh-testpaper-question-homework .testpaper-question-body .yh-testpaper-set-main .yh-testpaper-question-set .yh-question-set-fill .imgUploadWrapper .img-upload-container .filelist {
  width: 60%;
}
.yh-testpaper-challenge .testpaper-question-block .yh-testpaper-question-homework .testpaper-question-body .yh-testpaper-set-main .yh-testpaper-question-set .yh-question-set-fill .imgUploadWrapper .img-upload-container .filelist li,
.yh-testpaper-challenge .testpaper-question-block .yh-testpaper-question-homework .testpaper-question-body .yh-testpaper-set-main .yh-testpaper-question-set .yh-question-set-fill .imgUploadWrapper .img-upload-container .filelist .statusBar {
  max-height: 120px;
  max-width: 120px;
  height: 120px!important;
  width: 120px!important;
  margin: 0 20px 20px 0;
}
.yh-testpaper-challenge .testpaper-question-block .yh-testpaper-question-homework .testpaper-question-body .yh-testpaper-set-main .yh-testpaper-question-set .yh-question-set-fill .imgUploadWrapper .img-upload-container .filelist li p.imgWrap,
.yh-testpaper-challenge .testpaper-question-block .yh-testpaper-question-homework .testpaper-question-body .yh-testpaper-set-main .yh-testpaper-question-set .yh-question-set-fill .imgUploadWrapper .img-upload-container .filelist .statusBar p.imgWrap {
  max-height: 120px;
  max-width: 120px;
  height: 120px!important;
  width: 120px!important;
  line-height: 120px;
}
.yh-testpaper-challenge .testpaper-question-block .yh-testpaper-question-homework .testpaper-question-body .yh-testpaper-set-main .yh-testpaper-question-set .yh-question-set-fill .imgUploadWrapper .img-upload-container .filelist .statusBar .btns {
  max-height: 120px!important;
  max-width: 120px!important;
  height: 120px!important;
  width: 120px!important;
}
.yh-testpaper-challenge .testpaper-question-block .yh-testpaper-question-homework .testpaper-question-body .yh-testpaper-set-main .yh-testpaper-question-set .yh-question-set-fill .imgUploadWrapper .img-upload-container .filelist .statusBar .btns .webuploader-pick {
  border: 1px solid #c1c1c1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #c1c1c1;
}
.yh-testpaper-challenge .testpaper-question-block .yh-testpaper-question-homework .testpaper-question-body .yh-testpaper-set-main .yh-testpaper-question-set .yh-question-set-fill .imgUploadWrapper .img-upload-container .filelist .statusBar .btns .webuploader-pick .choose-pic-icon {
  font-size: 38px;
  margin-top: -19px;
  margin-left: -19px;
}
.yh-testpaper-challenge .testpaper-question-block .yh-testpaper-question-homework .testpaper-question-body .yh-testpaper-set-main .yh-testpaper-question-set .yh-question-set-fill .balloon-uploader.file-uploader.cloud-file-uploader .webuploader-pick {
  float: left;
  color: #fff;
  font-size: 12px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #EF6C00;
  border-color: #EF6C00;
  padding: 5px 20px;
}
.yh-testpaper-challenge .testpaper-question-block .yh-testpaper-question-homework .testpaper-question-body .yh-testpaper-set-main .yh-testpaper-question-set .yh-question-set-fill .balloon-uploader.file-uploader.cloud-file-uploader .webuploader-pick:hover,
.yh-testpaper-challenge .testpaper-question-block .yh-testpaper-question-homework .testpaper-question-body .yh-testpaper-set-main .yh-testpaper-question-set .yh-question-set-fill .balloon-uploader.file-uploader.cloud-file-uploader .webuploader-pick:focus,
.yh-testpaper-challenge .testpaper-question-block .yh-testpaper-question-homework .testpaper-question-body .yh-testpaper-set-main .yh-testpaper-question-set .yh-question-set-fill .balloon-uploader.file-uploader.cloud-file-uploader .webuploader-pick.focus,
.yh-testpaper-challenge .testpaper-question-block .yh-testpaper-question-homework .testpaper-question-body .yh-testpaper-set-main .yh-testpaper-question-set .yh-question-set-fill .balloon-uploader.file-uploader.cloud-file-uploader .webuploader-pick.active {
  background: #c65a00;
  color: #fff;
}
.yh-testpaper-challenge .testpaper-question-block .yh-testpaper-question-homework .testpaper-question-body .yh-testpaper-set-main .yh-testpaper-question-set .yh-question-set-fill .balloon-uploader.file-uploader.cloud-file-uploader .webuploader-pick.webuploader-pick-hover {
  background: #c65a00;
  color: #fff;
}
.yh-testpaper-challenge .testpaper-question-block .yh-testpaper-question-homework .testpaper-question-body .yh-testpaper-set-main .yh-testpaper-question-set .yh-question-set-fill .balloon-uploader.file-uploader.cloud-file-uploader .webuploader-pick .glyphicon.glyphicon-plus {
  display: none;
}
.yh-testpaper-challenge .testpaper-question-block .yh-testpaper-question-homework .testpaper-question-body .yh-testpaper-set-main .yh-testpaper-question-stem-title {
  margin-bottom: 20px;
  border-bottom: 1px dashed #ddd;
}
.yh-testpaper-challenge .testpaper-question-stem {
  border-bottom: none;
}
.yh-testpaper-challenge {
  position: relative;
}
.yh-testpaper-challenge .panel-heading {
  padding-top: 25px;
  border-bottom: none;
}
.yh-testpaper-challenge .yh-testpaper-side .panel-footer button.btn.btn-block.btn-primary {
  border-color: #EF6C00;
}
.yh-testpaper-challenge .yh-testpaper-side .testpaper-card.affix {
  top: 0!important;
}
.yh-challenge-main {
  margin: 0 -15px 20px -15px;
}
.yh-hot-challenge .media {
  margin-top: 10px;
}
.yh-hot-challenge .media:first-child,
.yh-hot-challenge .media:nth-child(2) {
  margin-top: 0;
}
.yh-hot-challenge .media .metas > p {
  margin-bottom: 3px;
}
.yh-item-lesson {
  cursor: auto!important;
}
.yh-item-lesson .item-content {
  cursor: auto;
}
.yh-my-challenge-table .challenge-td {
  padding-top: 15px;
}
.yunhu-homework-title {
  background-color: #F5F8FA;
  padding-bottom: 60px;
}
.yunhu-homework-title .text-line h5 > span {
  background-color: #F5F8FA;
}
.yunhu-homework-list .course-item .course-img {
  height: 191px;
}
.yunhu-homework-list .course-item .course-img.yh-video-thumbnail .video-thumbnail {
  display: block;
  width: 100%;
  height: auto;
}
.yunhu-homework-list .course-item .title {
  font-size: 18px;
  margin-top: 15px;
}
.yunhu-homework-list .course-item .title em{
  color: red;
    font-style: unset;
}
.yunhu-homework-list .course-item .person {
  color: #a1a1a1;
  height: 34px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-top: 1px solid #efefef;
  padding-top: 8px;
  margin: 0 10px 10px 10px;
}
.yunhu-excellent-homework .yunhu-homework-list {
  height: 750px;
}
.yunhu-group-section {
  background-color: #F5F8FA;
  padding-bottom: 60px;
}
.yunhu-group-section .text-line h5 > span {
  background-color: #F5F8FA;
}
.yunhu-group-section .media-group-list {
  margin-top: 0;
}
.yunhu-group-section .media-group-list .media-group {
  margin-top: 0;
  padding: 15px;
}
.yunhu-group-section .media-group-list .media-left > a > img {
  width: 100px;
  height: 97px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.yunhu-group-section .media-group-list .media-body .title > a {
  font-size: 16px;
  color: #313131;
}
.yunhu-group-section .media-group-list .media-body .metas {
  font-size: 14px;
  color: #616161;
  margin-top: 20px;
  line-height: 1em;
}
.yunhu-tag-comment-section {
  padding-bottom: 50px;
}

.yunhu-video-comment-section {
  background-color: #F5F8FA;
  padding-bottom: 60px;
}
.yunhu-video-comment-section .text-line h5 > span {
  background-color: #F5F8FA;
}
.yunhu-video-comment-section .yunhu-homework-list .course-item .course-img {
  position: relative;
  height: auto;
}
.yunhu-video-comment-section .yunhu-homework-list .course-item .course-img .video-icon {
  width: 40px;
  height: 50px;
  position: absolute;
  top: -1px;
  left: 15px;
  background: url(../images/video_icon.png) no-repeat center;
  background-size: 100%;
}
.yunhu-video-comment-section .yunhu-homework-list .course-item .course-img .video-mask {
  display: none;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  -o-border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  -o-border-bottom-right-radius: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.yunhu-video-comment-section .yunhu-homework-list .course-item:hover .course-img .video-mask {
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.yh-homework-post-detail {
  min-height: 800px;
}
.yh-homework-post-detail .post-detail-module .post-body > .panel > .panel-heading {
  border-bottom: 0;
  padding-bottom: 0;
}
.yh-homework-post-detail .post-detail-module .post-body > .panel > .panel-heading .btn-yunhu-green {
  float: right;
  margin-top: -26px;
}
.yh-homework-post-detail .post-detail-module .post-body > .panel > .panel-heading .yh-classic-comment-icon {
  vertical-align: middle;
  margin-top: -3px;
}
.yh-homework-post-detail .post-detail-module .post-body .post-detail .post-fill {
  margin-top: 25px;
  margin-bottom: 15px;
}
.yh-homework-post-detail .post-detail-module .post-body .post-detail .post-fill.col-md-8 {
  padding-right: 5px;
}
.yh-homework-post-detail .post-detail-module .post-body .post-detail .post-fill .person {
  margin-top: 20px;
}
.yh-homework-post-detail .post-detail-module .post-body .post-detail .post-fill .person > div {
  display: inline-block;
}
.yh-homework-post-detail .post-detail-module .post-body .post-detail .post-fill .person .yh-avatar-xs {
  width: 23px;
  height: 23px;
}
.yh-homework-post-detail .post-detail-module .post-body .post-detail .post-fill .video-container {
  height: 500px;
  width: 100%;
  margin-bottom: 20px;
}
.yh-homework-post-detail .post-detail-module .post-body .post-detail .post-fill .es-share.dropdown {
  float: right;
}
.yh-homework-post-detail .post-detail-module .post-body .post-detail .post-fill .es-share.dropdown .yunhuicon-share6 {
  font-size: 23px;
  color: #C1C1C1;
}
.yh-homework-post-detail .post-detail-module .post-body .post-detail .post-fill .es-share.dropdown:hover {
  color: #EF6C00;
}
.yh-homework-post-detail .post-detail-module .post-body .post-detail .post-fill .es-share.dropdown:hover .yunhuicon-share6 {
  color: #EF6C00;
}
.yh-homework-post-detail .post-detail-module .post-body .post-detail .post-comment .question-set-item-comment.comment-result {
  position: static;
  height: 530px;
  padding-top: 50px;
}
.yh-homework-post-detail .post-detail-module .post-body .post-detail .post-comment .question-set-item-comment.comment-result .have-comment {
  height: 200px;
  font-size: 12px;
}
.yh-homework-post-detail .post-detail-module .post-body .post-metas .metas-title {
  color: #313131;
  padding-top: 15px;
}
.yh-homework-post-detail .post-detail-module .post-body .post-metas .metas {
  color: #919191;
  font-size: 14px;
  margin-bottom: 15px;
  margin-top: 10px;
}
.yh-homework-post-detail .post-detail-module .post-body .post-metas .icon-btn-list {
  margin-top: 15px;
}
.yh-homework-post-detail .post-detail-module .post-body .post-metas .icon-btn-list .icon-btn-item {
  margin: 0 20px;
  float: left;
}
.yh-homework-post-detail .post-detail-module .post-body .post-metas .icon-btn-list .icon-btn-item > a,
.yh-homework-post-detail .post-detail-module .post-body .post-metas .icon-btn-list .icon-btn-item a.es-share {
  color: #919191;
}
.yh-homework-post-detail .post-detail-module .post-body .post-metas .icon-btn-list .icon-btn-item > a > i,
.yh-homework-post-detail .post-detail-module .post-body .post-metas .icon-btn-list .icon-btn-item a.es-share > i {
  font-size: 30px;
  vertical-align: middle;
}
.yh-homework-post-detail .post-detail-module .post-body .post-metas .icon-btn-list .icon-btn-item > a:hover,
.yh-homework-post-detail .post-detail-module .post-body .post-metas .icon-btn-list .icon-btn-item a.es-share:hover {
  color: #EF6C00;
}
.recommend-class-list .course-info .text-overflow {
  display: inline-block;
  width: 60%;
  float: left;
}
.xlist_footer{
  height: 60px;
  line-height: 40px;
}
.recommend-class-list .metas .text-overflow {
  display: inline-block;
}
@media (max-width: 992px) {
  .yunhu-homework-list.recommend-class-list .xlist_footer{
    height: auto;
  }
}
.bg-gray {
  background-color: #f5f8fa!important;
}
.yh-avatar-xs {
  width: 22px;
  height: 22px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.yh-avatar-sm {
  width: 35px;
  height: 35px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.yh-avatar-md {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.yh-avatar-square-xs {
  width: 90px;
  height: 60px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.yh-classic-comment-icon {
  width: 68px;
  background: #FFFFFF;
  border: 1px solid #46C37B;
  border-radius: 15px;
  color: #46C37B;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  padding: 3px 0;
}
.yh-challenge-img-xs {
  width: 117px;
  height: 65px;
}
.yh-challenge-badge {
  width: 24px;
  height: 24px;
}
.text-xs {
  font-size: 10px!important;
}
.editor-text img {
  max-width: 100% !important;
  height: auto !important;
}
.table td {
  word-wrap: break-word;
  word-break: break-all;
}
.inline-block {
  display: inline-block;
}
.empty {
  text-align: center;
  color: #c1c1c1;
  padding: 20px 0;
}
.link-dark {
  color: #313131 !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.link-dark:hover {
  color: #EF6C00 !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.link-light {
  color: #616161 !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.link-light:hover {
  color: #EF6C00 !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.link-lighter {
  color: #919191 !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.link-lighter:hover {
  color: #EF6C00 !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.link-primary {
  color: #EF6C00;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.link-primary:hover {
  color: #EF6C00;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.link-white {
  color: #fff !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.link-white:hover {
  color: #EF6C00 !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.link-primary {
  color: #EF6C00 !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.link-primary:hover {
  color: #EF6C00 !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.transition {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.transition:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ellipsis,
.text-overflow {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.es-box-shadow {
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
/* =========================== img =========================== */
/* =========================== color =========================== */
/* =========================== media =========================== */
a {
  color: #EF6C00;
}
a:hover,
a:focus {
  color: #EF6C00;
  text-decoration: none;
}
.link-dark:hover,
.link-light:hover,
.link-white:hover {
  color: #EF6C00;
}
.link-primary {
  color: #EF6C00 !important;
}
.link-primary:hover {
  color: #EF6C00 !important;
}
.text-primary,
.color-primary {
  color: #EF6C00 !important;
}
.bg-primary {
  background-color: #EF6C00 !important;
}
.btn-link:hover,
.btn-link:focus,
.btn-link.focus {
  color: #EF6C00;
}
.btn-primary {
  border-color: #bc5500;
  background: #EF6C00;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  background: #c65a00;
}
.label-primary {
  background-color: #EF6C00;
}
.nav.nav-tabs > li.active > a,
.nav.nav-tabs > li:hover > a {
  border-color: #EF6C00;
  color: #EF6C00;
}
.nav.nav-tabs > li.active > a .text-muted,
.nav.nav-tabs > li:hover > a .text-muted {
  color: #EF6C00;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background: #EF6C00;
}
.es-piece .piece-header:after {
  background-color: #EF6C00;
}
.breadcrumb a:hover {
  color: #EF6C00;
}
.course-detail-header .course-data > li .dropdown-toggle:hover,
.course-detail-header .course-data > li > a:hover {
  color: #EF6C00;
}
.class-serve > ul > li.active {
  background: #EF6C00;
}
.article-metas .metas-body .title a:hover {
  color: #EF6C00;
}
.media.media-number .media-body > a:hover {
  color: #EF6C00;
}
.btn-tag {
  color: #EF6C00;
  background-color: #ffcca3;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-tag.active,
.btn-tag:hover {
  background-color: #EF6C00;
}
.media-hot-comment .comments-info p a,
.media-hot-comment .comments-info h5 a:hover {
  color: #EF6C00;
}
.class-signin .btn-signin {
  background: #EF6C00;
}
.es-bar-menu > ul > li.active,
.es-bar-menu > ul > li:hover {
  background: #EF6C00;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background: #EF6C00;
  border-color: #EF6C00;
}
.badge-primary {
  background: #EF6C00;
}
.es-filter .nav-sort > li > a:hover,
.es-filter .nav-sort > li > a.active {
  background: #EF6C00;
  color: #fff;
}
.es-filter .filter label:hover {
  color: #EF6C00;
}
.class-header.after .class-data > li > a:hover {
  color: #EF6C00;
}
.class-header .class-data > li .dropdown-toggle:hover {
  color: #EF6C00;
}
.progress-bar,
.rank_num {
  background: #EF6C00;
}
.bar-task .bar-task-header,
.bar-task .bar-time-line > li:before {
  background: #EF6C00;
}
.bar-task .bar-time-line > li .es-icon {
  color: #EF6C00;
}
.nav-filter .nav-pills > li.dropdown > a:hover {
  color: #EF6C00;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu > li > a:hover {
  background: #EF6C00;
}
.page-header .badge {
  background: #EF6C00 !important;
}
.es-tabs .tab-body > ul > li.active > a,
.es-tabs .tab-body > ul > li > a:hover {
  color: #EF6C00;
}
.nav.nav-tabs .highlight {
  border-color: #EF6C00;
}
.link-dark:hover {
  color: #EF6C00 !important;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  background: #EF6C00;
  border-color: #EF6C00;
}
.study-plan-form .plan-item:before {
  background-color: #EF6C00;
}
.study-plan-form .plan-item .num {
  color: #EF6C00;
  border: 1px solid #EF6C00;
}
.study-plan-form .phase-name-box:focus {
  background: #cd4a00;
}
.panel-fixed .pack-up:hover {
  color: #EF6C00;
}
.course-list-show .btn-more {
  background-color: #EF6C00;
}
.study-plan-info {
  background-color: #EF6C00;
}
.study-inplan-info .inplan-content .study-num {
  color: #EF6C00;
}
.es-chart .percent span {
  color: #EF6C00;
}
.study-plan-list .plan-item.done .plan-number {
  background-color: #EF6C00;
  border-color: #EF6C00;
}
.study-plan-list .plan-item.done:after {
  background-color: #EF6C00;
}
.study-plan-list .plan-item.doing .plan-number {
  background-color: #EF6C00;
  border-color: #EF6C00;
}
.study-plan-list .plan-body > li.done .icon-plan-state,
.study-plan-list .plan-body > li.doing .icon-plan-state {
  background-color: #EF6C00;
  border-color: #EF6C00;
}
.study-plan-list .plan-body > li.done:after,
.study-plan-list .plan-body > li.doing:after {
  background-color: #EF6C00;
}
.study-plan-list .plan-period-list .period-type.done {
  background-color: #EF6C00;
}
.todo-list.active .todo-list-header {
  background-color: #EF6C00;
}
.todo-list.active li.done .tag {
  background-color: #EF6C00;
}
.todo-list.active li.done > a {
  color: #EF6C00;
}
.plan-modal-form .study-num {
  background: #EF6C00;
}
.plan-modal-form .study-num:after {
  border-left-color: #EF6C00;
}
.inplan-modal-step .plan-circle {
  border: 2px solid #EF6C00;
  color: #EF6C00;
}
.inplan-modal-step .plan-circle.plan-circle-o {
  background-color: #EF6C00;
}
.alert-notice {
  color: #666666;
}
.btn-gray {
  color: #616161;
}
.btn-gray:hover,
.btn-gray:focus,
.btn-gray.focus {
  color: #EF6C00;
}
.btn-circle:hover {
  color: #EF6C00;
  border-color: #EF6C00;
}
.btn-circle.active {
  background: #EF6C00;
  border: 1px solid #EF6C00;
}
.btn-circle.primary {
  color: #fff;
  border-color: #EF6C00;
  background: #EF6C00;
}
.btn-ghost:hover {
  color: #EF6C00;
}
.dropdown-menu > li > a:hover {
  background: #EF6C00;
}
.es-step li.done,
.es-step li.doing {
  border-color: #EF6C00;
}
.es-step li.done .number,
.es-step li.doing .number {
  background-color: #EF6C00;
  border-color: #EF6C00;
}
.es-step li.done {
  color: #EF6C00;
}
.es-step li.doing {
  color: #616161;
}
.es-tabs .tab-header > ul > li > a:hover {
  color: #EF6C00;
}
.es-tabs .tab-body > ul > li > a:hover {
  color: #EF6C00;
}
.es-tabs .tab-body > ul > li.active > a {
  color: #EF6C00;
}
.es-tag {
  border-left: 2px solid #EF6C00;
}
.control-label span.required {
  color: #EF6C00;
}
.sidenav .list-group .list-group-item.active {
  border-left: 2px solid #EF6C00;
}
.sidenav .list-group .list-group-item.active > a {
  color: #EF6C00;
}
.media-comment .reply-link:hover,
.media-subcomment .reply-link:hover {
  color: #EF6C00;
}
.media-comment .comment-sns a:hover,
.media-subcomment .comment-sns a:hover {
  color: #EF6C00;
}
.nav.nav-tabs .highlight {
  border-bottom: 2px solid #EF6C00;
}
.nav.nav-tabs > li.active > a,
.nav.nav-tabs > li:hover > a {
  color: #EF6C00;
}
.nav.nav-tabs > li.active > a .text-muted,
.nav.nav-tabs > li:hover > a .text-muted {
  color: #EF6C00;
}
.nav.nav-tabs > li.active > a .badge,
.nav.nav-tabs > li:hover > a .badge {
  background-color: #EF6C00;
}
.panel-primary > .panel-heading {
  background-color: #EF6C00;
}
.tabs-wrapper .tabs-mark-group .classify a:hover,
.tabs-wrapper .tabs-mark-group .classify a:focus {
  color: #EF6C00;
}
.tabs-wrapper .tabs-mark:hover a,
.tabs-wrapper .tabs-mark:focus a,
.tabs-wrapper .tabs-mark.active a {
  color: #EF6C00;
  border: 1px solid #EF6C00;
}
.tabs-wrapper .tabs-group .content > li:hover > a,
.tabs-wrapper .tabs-group .content > li:focus > a,
.tabs-wrapper .tabs-group .content > li.active > a {
  color: #EF6C00;
}
.loader-inner > span {
  background-color: #EF6C00;
}
.class-serve > ul > li.active {
  background-color: #EF6C00;
}
.course-list .course-date .btn-circle.btn-live {
  background: #EF6C00;
}
.es-bar-menu > ul > li.active,
.es-bar-menu > ul > li:hover {
  background-color: #EF6C00;
}
.bar-menu-top .bar-user.active .badge,
.bar-menu-top .bar-user:hover .badge {
  color: #EF6C00;
}
.bar-task .bar-task-header {
  background-color: #EF6C00;
}
.bar-task .bar-time-line > li {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.bar-task .bar-time-line > li:before {
  background-color: #EF6C00;
}
.bar-task .bar-time-line > li .es-icon {
  color: #EF6C00;
}
.bar-history ul > li .icon {
  background-color: #EF6C00;
}
.order-nav .on {
  background: #EF6C00;
}
.order-nav .on span {
  border: 23px solid #EF6C00;
}
.order-nav .on b {
  border-left-color: #EF6C00;
}
.note-list .note-item .metas > .name:hover {
  color: #EF6C00;
}
.note-list .note-item .metas > .period {
  color: #EF6C00;
}
.note-list .note-item .metas .metas-sns > span > a:hover {
  color: #EF6C00;
}
.topic-list .topic-item .title a:hover {
  color: #EF6C00;
}
.topic-list .topic-item .metas > .name:hover {
  color: #EF6C00;
}
.topic-list .topic-item .metas > .period {
  color: #EF6C00;
}
.article-sns a.love:hover,
.article-sns .es-share > a:hover {
  color: #EF6C00;
}
.aricle-carousel .swiper-pager span.swiper-active-switch {
  color: #EF6C00;
}
.article-metas .metas-body .title a:hover {
  color: #EF6C00;
}
.class-header .class-data > li .dropdown-toggle:hover {
  color: #EF6C00;
}
.class-header.before .bottom-metas .btn-buy .btn-link:hover {
  color: #EF6C00;
}
.class-header.after .class-data > li > a:hover {
  color: #EF6C00;
}
.class-course-list .course-item .media .course-show:hover {
  color: #EF6C00;
}
.topic-detail .topic-header .title > a:hover,
.topic-detail .topic-header .metas > a:hover {
  color: #EF6C00;
}
.topic-detail .topic-num .num-more i:hover {
  color: #EF6C00;
}
.class-signin .btn-signin {
  background-color: #EF6C00;
}
.course-detail-header .course-data > li .dropdown-toggle:hover,
.course-detail-header .course-data > li > a:hover {
  color: #EF6C00;
}
.course-detail-header.after .course-header-bottom .next-class > a:hover {
  color: #EF6C00;
}
.belongs-class .media-body > a:hover {
  color: #EF6C00;
}
.panel-create-course .course-select:hover {
  border: 2px solid #EF6C00;
}
.panel-create-course .course-select.active {
  background-color: #EF6C00;
}
.es-poster .subtitle {
  color: #EF6C00;
}
.introduction-section {
  background-color: #EF6C00;
}
.es-live-poster .es-live-back ul > li .dat {
  background: #EF6C00;
}
.es-live-poster .es-live-back ul > li a:hover {
  color: #EF6C00;
}
.es-live-poster .es-live-all .media-body .user a:hover {
  color: #EF6C00;
}
.social-login .social-icon.social-more:hover {
  background: #EF6C00;
  border-color: #EF6C00;
}
.es-materials-manage .nav-tabs > li > a:hover {
  color: #EF6C00;
}
.es-materials-manage .nav-tabs > li.active > a {
  color: #EF6C00;
}
.es-materillib-table a:hover {
  color: #EF6C00;
}
.material-search-list.material-tabs .right-content li:hover a {
  color: #EF6C00;
}
.materials-modal-body .nav.nav-tabs > li.active > a,
.materials-modal-body .nav.nav-tabs > li:hover > a {
  border-bottom: 1px solid #EF6C00;
}
.es-mobile .step .member {
  background: #EF6C00;
  box-shadow: 0 6px 20px rgba(239, 108, 0, 0.4);
}
.open-course-panel .panel-heading:before {
  background: #EF6C00;
}
.open-course-tab .tab-recommand .open-course-info .title:hover {
  color: #EF6C00;
}
.open-course-tab .tab-live a:hover,
.open-course-tab .tab-live a:active,
.open-course-tab .tab-live a.active {
  background-color: #EF6C00;
}
.open-course-mobile-tab ul .tab-header.active {
  border-bottom: 2px solid #EF6C00;
  color: #EF6C00;
}
.marker-manage .nav.nav-pills.nav-pills-difficulty > li.active > a {
  background-color: #EF6C00;
}
.marker-manage .lesson-list .item-lesson .btn-preview:hover {
  color: #EF6C00;
}
.marker-manage .lesson-list .more-questions a:hover {
  color: #EF6C00;
}
.marker-manage-content .manage-player-body .manage-player-header .title-link:hover {
  color: #EF6C00;
}
.marker-manage-content .editbox .scalebox .lesson-list .item-lesson:hover {
  background-color: #EF6C00;
}
.marker-manage-content .editbox .scalebox .lesson-list .placeholder:after {
  border-color: transparent transparent transparent #EF6C00;
}
.search-course-list .course-item .title > a:hover {
  color: #EF6C00;
}
.subtitle-transcode-status.success {
  background: #EF6C00;
}
.section-wxpay .text-qrcode {
  background: #EF6C00;
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices,
.select2-drop-active {
  border-color: #EF6C00 !important;
}
.select2-results .select2-highlighted {
  background: #EF6C00 !important;
}
.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #EF6C00 !important;
}
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #EF6C00 !important;
}
.vip-new-member .member-list:hover {
  border-color: #EF6C00;
}
.list-group-panel .list-group-item.active,
.list-group-panel .list-group-item.active:hover {
  color: #EF6C00;
  border-left: 3px solid #EF6C00;
}
.page-header .badge {
  background-color: #EF6C00;
}
.btn-consult-default {
  background: #EF6C00;
  border-color: #de5b00;
}
.btn-consult-default:hover {
  background: #de5b00;
  border-color: #cd4a00;
}
.bill .panel-heading{
  padding: 8px 15px;
}
.bill .panel-heading span{
  color: #eb6500;

}
.bill .panel-heading .shangj{
  border:1px solid #eb6500;
  display: inline-block;
  text-align: center;
  width: 70px;
  margin-right: 20px;
  border-radius: 3px;
}
.bill .panel-heading a{
  display: inline-block;
  color: #313131;
  width: 330px;
  font-size: 14px;
}
.bill .jzsj{
  float: right;
  width: 88px;
  text-align: left;
  font-size:12px ;
  color: #919294;
}
.findwork .city_ion{
  background: url("../images/city_coin.png") no-repeat;
  display: block;
  float: left;
}
.findwork .city_ion span{
  display: block;
  margin-left: 25px;
  border:1px solid #ec6c00;
  border-radius: 3px;
  padding:1px 5px;
  margin-right: 20px;
}
.findwork a{
  color: #313131;
  line-height: 24px;
  display: inline-block;
  width: 320px;
  font-size: 14px;
}
.findwork  span{
  color: #ec6c00;
}
.findwork  .zhiye{
  float: right;
  width: 98px;
  text-align: left;
}
.recommend-class-list .class-item h3{
  text-align: left;
  margin-left: 10px;
}
.recommend-class-list .class-item .metas .num{
  float: left;
  margin-left: 10px;
  color: #C1C1C1;
  margin-right: 10px;
}
.recommend-class-list .class-item .metas .es-icon{
  margin-right: 5px;
}
.recommend-class-list .class-item .metas .comment{
  float: left;
  color: #C1C1C1;
  margin-right: 10px;
}
.recommend-class-list .class-item .metas .course-price-widget{
  float: right;
  margin-right: 10px;
}
.index_qaa{
  margin: 0 10px;
}
.index_qaa:first-child{
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 20px;
  margin-bottom: 15px;
}
.index_qaa .thread_tag{
  height: 36px;
}
.index_qaa .thread_tag a{
  background: #ffe7cd;
  color: #ec6c00;
  padding: 5px 10px;
  margin: 0 10px;
  border-radius: 2px;
  display: block;
  float: left;
  font-size: 12px;
}
.index_qaa .thread_tag a:first-child{
  margin-left: 0;
}
.index_qaa .yhwdtp{
  background: url("../images/2017022001.png") no-repeat;
  width: 20px;
  height: 21px;
  display: inline-block;
  float: left;
  margin-right: 10px;
}
.index_qaa .interlocution_list .media-body{
  padding-bottom: 8px;
  padding-top: 3px;
}

.index_qaa .interlocution_list .text-sm .avatar-sm{
  height: 20px !important;
  width: 20px !important;
}
.index_qaa .interlocution_list .text-sm a{
  display: block;
  height: 20px;
  line-height: 20px;
  float: left;
  color: #919294;
}
.index_qaa .interlocution_list .text-sm .pull-left{
  margin-right: 10px;
}
.index_qaa .interlocution_list .text-sm .color-gray{
  line-height: 24px;
}
.index_qaa .qaa_hfs{
  float: right;
  display: block;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #919294;
}
.index_qaa .yhwdtitle{
  color: #313131;
  font-size: 14px;
}

.recommend-class-list .class-item:hover {
  transform: translateY(-6px);
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
  -webkit-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
  -moz-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.course-list .course-item .tags .tag-video{
  background:url("../images/tag_video.png") no-repeat;
  display: inline-block;
  height: 50px;
  width: 40px;
}

.clearfix .class-img .tags{
  left: 10px;
  position: absolute;
  top: 0;
}

.clearfix .class-img .tags .tag-video{
  background:url("../images/tag_video.png") no-repeat;
  display: inline-block;
  height: 50px;
  width: 40px;
}

.clearfix .class-img .tags .tag-live{
  background:url("../img/tag_live.png") no-repeat;
  display: inline-block;
  height: 50px;
  width: 40px;
}

.course-detail-content .es-icon-remove:before,.class-course-list .es-icon-remove:before {
  content: "\e664";
}

.course-detail-content .es-icon-anonymous-iconfont:before,.class-course-list  .es-icon-anonymous-iconfont:before{
  content: "\e663";
}


.es-footer-link{
  padding: 20px 0;
}
.footer-main{
  margin-top: 10px;
  font-size: 14px;
  width: 40%;
  margin-right: 26.66667%;
}
.footer-main ul li {
  margin-top: 5px;
}
.footer-main a{
  color: #999999;
}
.footer-main h3{
  margin-bottom: 10px;
}
.footer-logo .footer-sns i.es-icon-weibo,.footer-logo .footer-sns i.es-icon-weibo:hover,.footer-logo .footer-sns i.es-icon-weixin,.footer-logo .footer-sns i.es-icon-apple:hover,.footer-logo .footer-sns i.es-icon-apple{
  background: none;
}

.footer-logo .footer-sns i.es-icon-weixin:hover{
  background: none;
  border: 1px solid #1ec354;
  color: #1ec354;
}
.footer-logo .footer-sns i{
  height: 30px;
  line-height: 26px;
  width: 30px;
  border: 1px solid #999999;
  color: #999999;
  font-size:20px;
}
.es-footer{
  font-size: 12px;

}
.es-footer .copyright a{
  color: #646464;
}
.es-footer .mts{
  margin-top: 1px;
  line-height: 22px;
}

.qrcode-popover.top .qrcode-content{
  left: -70px;
}

.footer-logo > a > img{
  height: 50px;
}
.xyunhu-excellent-homework .course-list .course-item .metas a{
  color: #1b1b1b;
}
.xyunhu-excellent-homework .course-list .course-item .metas a em{
  color: red;
  font-style: unset;
}
.teacher-item .teacher-top{
  padding: 10px;
}
.xteacher-list .xavatar-lg{
  height: 100px;
  width: 100px;
  border-radius: 50%;
}
.xteacher-list .teacher-item .title{
  margin-top: 15px;
  margin-bottom: 8px;
}
.caiji{
  font-size: 14px;
  background: #70d445;
  color: #fff;
  width: 55px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  float: right;
  border-radius: 12px;
  display: block;
  margin-left: 5px;
}
.yaunchuan{
  font-size: 12px;
  background: #EC6C00;
  color: #fff;
  width: 55px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  float: right;
  border-radius: 12px;
  display: block;
  margin-left: 5px;
}

.works-authorName{
  font-size: 14px;
  color: #9c9c9c;
  padding-top:5px;
}

.works .img-upload-container .filelist{
  width: 60%;
}
.yh-homework-post-detail .post-detail-module .post-body .person > div {
  display: inline-block;
}

.course-item .mask{
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  left: 0;
  opacity: 0;
  position: absolute;
  text-align: right;
  top: 0;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 100%;
}
.works-list .course-item .course-img:hover .mask{
  opacity: 1;
  visibility: visible;
}
.course-item  .mask .icon-operation {
  height: 40px;
  padding: 10px 0;
  position: relative;
}
.course-item  .mask .icon-operation i {
  cursor: pointer;
  font-size: 16px;
  margin-right: 10px;
  opacity: 0.8;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 16px;
  position: relative;
  top: 1px;
}
.course-item  .mask .btn-operation {
  height: 35px;
  margin-top: 40px;
  text-align: center;
}
.privatebill-create .img-upload-container .filelist{
  width: 60%;
}
.works .img-upload-container .filelist{
  width: 60%;
}
.workauthorization{
  float: right;
  margin-top: 25px;
  margin-right: 10px;
}
.tsxx{
  color: #999999;
  font-size: 12px;
}
.findwork-contact{
  background: #ec6c00;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 14px;
  height: 38px;
  line-height: 38px;
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
}
.findwork-contact:hover,.findwork-contact:focus{
  color:#fff;
}
.es-header .nav.navbar-nav .active{
  background: #ec6c00;
}
.class-detail-content .class-about p{
  margin-bottom:10px;
}
.yunhu-homework-post > .panel-body > .panel-body .question-set-item-main .title-content img{
  max-width: 100%;
}
.smallhorn{
  background: url("../images/smallhorn.png") no-repeat;
  display: inline-block;
  height: 16px;
  width: 18px;
  margin-top: 11px;
  margin-right: 10px;
  float: left;
}
.alert-notice .close{
  margin-right: 30px;
}

.sczp{
  text-decoration: none;
  padding: 3px 4px;
  font-size: 12px;
  margin-left: 10px;
}
.sczp.tpysc{
  background: #919294;
  border: 1px solid #919294;
}
.yh-avatar-homeworks-xs{
  border-radius: 4px;
  height: 85px;
  width: 57%;
  display: block;
  float: left;
  position: relative;
}
.yh-avatar-homeworks-xs a{
  width: 100%;
  height: 100%;
  display: block;
  position:relative;
  overflow: hidden;
}
.yh-avatar-homeworks-xs a img {
  left: 50%;
  position: absolute;
  top: 50%;
}
.jyyunhuScore{
  color: #ef6c00;
  font-size: 18px;
  margin-right: 10px;
}
.yh-avatar-homeworks-xs-right{
  display: inline-block;
  float: right;
  width: 43%;
  margin-top: 10px;
}
.jy-yunhu-excellent-homework{
  background-color:#404040;
  padding-top: 50px;
}
.yunhu-homework-list.jy-yunhu-homework-list .course-item .course-img{
  height: 140px;
}
#homework-set-jy .media-evaluate .media-body{
  border-bottom:1px solid #d9d9db;
}
#homework-set-jy .btn-default{
  background-color: #ffc08c;
  color: #fff;
}

#homework-set-jy .btn-default:hover,#homework-set-jy  .btn-default:focus,#homework-set-jy  .btn-default.focus, .btn-default.active{
  background-color: #ef6c00;
}

#homework-set-jy .btn-primary{
  background-color: #ffc08c;
  color: #fff;
}

#homework-set-jy .btn-primary:hover,#homework-set-jy  .btn-primary:focus,#homework-set-jy  .btn-primary.focus, .btn-default.active{
  background-color: #ef6c00;
}
#homework-set-jy .thread-subpost-container{
  background-color: #fff;
  padding: 5px 25px;
}
#homework-set-jy .xianswz{
  margin-top: 20px;
  background: #f5f5f5;
  padding: 25px;
}


#homework-set-jy .ckgdtz-div{
  text-align: center;
}
#homework-set-jy .ckgdtz{
  color: #919191;
}
#homework-set-jy .ckgdtz:hover{
  color: #ef6c00;
}
#homework-set-jy .thread-post{
  margin-top:20px;
}
#homework-set-jy .djxlxs{
  color: #616161;
}
#homework-set-jy .es-icon-remove:before{
  content: "\e663";
  font-size: 20px;
}
#homework-set-jy .es-icon-anonymous-iconfont:before{
  content: "\e664";
  font-size: 20px;
}

.question-set-card .question-jy .btn-success{
  color: #fff;
}
.question-set-card .question-jy .btn-danger{
  color: #fff;
}
.question-set-card .question-jy .btn-warning{
  color: #fff;
}

.question-set-card .question-jy .btn-danger:hover{
  background:#e83d2c ;
}
.question-set-card .question-jy .btn-success:hover{
  background:#5ac32d ;
}

.question-set-card .question-jy .btn-warning:hover{
  background:#ff8a0c ;
}
.djzkdxt{
  display: none;margin: 20px 0;
  color: #919191;
}
.visible-lg-ydsq:hover{
  background: #EC6C00;
}
.wdjx:hover{
  background: none;
}
.xcontainer .nav.user-nav  .wdjx a:hover{
  background: #EC6C00;
}
.xcontainer .nav.user-nav  .visible-lg-ydsq a:hover{
  color: #fff;
}
.xcontainer .nav.user-nav > li > a{
  color: #fff;
}
.bar-num-notification-li{
  background: #ff0000;
}
.es-bar-menu > ul > .bar-num-notification-li.active, .es-bar-menu > ul > .bar-num-notification-li:hover{
  background: #ff0000;
}
.bar-num-notification-li .es-icon-notificationson,.bar-num-notification-li .es-icon-edit{
  color: #fff;
}

.bar-menu-top > li .bar-num-notification{
  background: #ff0000;
  display: inline-block;
  line-height: 34px;
  text-align: center;
  top: 0;
  width: 25px;
  position: absolute;
  right: 35px;
  color: #fff;
  height: auto;
  border-radius: 0;
}
.bar-menu-top > li:hover .bar-num-notification{
  background: #ff0000;
}

.fc-scroller .fc-draggable{
  background: none;
  padding: 5px 10px;
}
.fc-scroller .calendar-before{
  border: 1px solid #797979;
}
.fc-scroller .calendar-before .fc-content{
  color: #797979;
}

.fc-scroller .calendar-today{
  background: #eb6500;
  border: 1px solid #fff;
}
.fc-scroller .calendar-today a:hover{
  color: #fff;
}
.fc-scroller .calendar-future{
  color: #5391c7;
  border: 1px solid #5391c7;
}
.yh-list-unstyled-jy .yh-list-unstyled-item .item-left .yh-course-title{
  display: inline-block;
  width: 80%;
  float: left;
}
.yh-list-unstyled-jy .yh-list-unstyled-item .item-left .yh-list-unstyled-jy-a i{
  float: left;
  margin-top: 3px;
}

.yh-list-unstyled-jy .yh-list-unstyled-item .item-left{
  width: 100%;
}
.yh-list-unstyled-jy .yh-list-unstyled-jy-li .item-left{
  width: 69%;
}

.yh-list-unstyled-jy .yh-list-unstyled-jy-ul{
  display: none;
}

.yh-list-unstyled-jy .yh-list-unstyled-jy-li{
  margin-left: 10px;
}
/*.alert-warning{
  color: #919191;
}*/
.alert-warning .close, .alert-warning .alert-link{
  color: #666666;
}
.alert-warning.alert-notice.announcements-alert{
  background: #fff;
}
.alert-warning.alert-notice.announcements-alert a{
  color: #666;
}
.yunhu-popup .modal-dialog{
  height:400px;
  overflow: hidden;
}
.yunhu-popup .modal-content{
  padding-bottom: 30px;
  height:400px;
}
.yunhu-popup .modal-header{
  background: #EC6C00;
  color: #fff;
  padding: 10px 30px;
}
.yunhu-popup .modal-header h4{
  color: #fff;
  font-size: 18px;
}
.yunhu-popup .modal-header h4 span{
  margin-top: 1px;
}
.yunhu-popup .modal-header .close{
  opacity: 1;
  font-weight: inherit;
  text-shadow:none;
}
.yunhu-popup .modal-header .close span{
  color: #fff;
  font-weight:inherit;
  font-size: 28px;
}
.yunhu-popup .modal-header .modal-title img{
  margin-right: 10px;
  float: left;
}
.yunhu-popup .modal-body{
  height: 234px;
}
.yunhu-popup .modal-body p{
  font-size: 24px;
  margin: 20px 40px;
  color: #212121;
  margin-bottom: 40px;
}
.yunhu-popup .modal-body p a{
  color: #29b5f4;
}
.yunhu-popup .modal-body p .text-danger{
  font-size: 32px;
  margin: 0 10px;
}
.yunhu-popup .modal-body .modal-body-main{
  text-align: center;
}
.yunhu-popup .modal-footer{
  text-align: center;
  border: none;
}
.yunhu-popup .modal-footer a{
  background: #EC6C00;
  color: #fff;
  font-size: 16px;
  width: 136px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  display: inline-block;
  border-radius: 5px;
}
.yunhu-popup .modal-voiceRight{
  margin-right: 30px;
}
.yunhu-popup .modal-voiceRight a{
  border: 1px solid #e5e5e5;
  padding: 3px;
  float: right;
  padding-top: 5px;
}
.yunhu-popup .modal-voiceRight a i{
  font-size: 20px;
  color:#7b7b7c;
}
.yunhu-popup .modal-voiceRight .wudj{
  border: 1px solid #fff;
}
.yunhu-popup .modal-voiceRight .wudj i{
  color: #fff;
}
.homework-job-rranking{
  background-color:#fff;
}

.homework-job-rranking .container{

}
.homework-job-rranking-container{
  border: 1px solid #e3ecf0;
  line-height: 49px;
  border-radius: 5px;
  padding: 0;
  padding-left: 15px;
}
.homework-job-rranking .findbillnav-xqcuanz{
  width: 14%;
}
.homework-job-rranking select{
  border: 1px solid #CCCCCC;
}
.homework-job-rranking .xqcuanz{
  width: 100%;
  height: 32px;
}
.homework-job-rranking .findbillnav-qclass{
  width: 30%;
}
.homework-job-rranking .qclass{
  width: 100%;
  height: 32px;
}
.homework-job-rranking .findbillnav-classhour{
  width: 30%;
}
.homework-job-rranking .classhour{
  width: 100%;
  height: 32px;
}
.homework-job-rranking .findbillnav{
  float: left;
  margin-right: 10px;
}
.homework-job-rranking .ckphb{
  border-radius: 5px;
  font-size: 14px;
  padding: 10px 25px;
  text-align: center;
  background: #EC6C00;
  color: #fff;
}
.homework-job-rranking-list{
  background: #fff;
  padding-top:20px;
}
.homework-job-rranking-listxs{
  padding: 0;
}
.homework-job-rranking-listxs .index_qaa{
  border-bottom: 1px solid #f5f5f5;
  padding-bottom:5px;
}
.homework-job-rranking-listxs .index_qaa:first-child{
  border: 0;
}
.homework-job-rranking-listxs .index_qaa:nth-child(2){
  background: url("../images/ranking1.png") no-repeat 2px 0;
}
.homework-job-rranking-listxs .index_qaa:nth-child(3){
  background: url("../images/ranking2.png") no-repeat 2px 0;
}
.homework-job-rranking-listxs .index_qaa:nth-child(4){
  background: url("../images/ranking3.png") no-repeat 2px 0;
}
.homework-job-rranking-listxs .index_qaa .text-sm{
  line-height: 30px;
}
.homework-job-rranking-listxs .index_qaa .pm{
  width: 20%;
  float: left;
  font-size: 14px;
  padding-left:8px;
}
.homework-job-rranking-listxs .index_qaa .yh-users{
  overflow: hidden;
  width: 57%;
  float: left;
  font-size: 14px;
  overflow-wrap:normal;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.homework-job-rranking-listxs .yh-hot-challenge .media{
  margin-top: 5px;
}
.homework-job-rranking-listxs .index_qaa .js-user-card{
  margin-right: 5px;
}
.homework-job-rranking-listxs .index_qaa .yh-users a{
  color: #666666;
}

.homework-job-rranking-listxs .index_qaa .qaa_hfss{
  width: 23%;
  float: left;
  font-size: 14px;
  text-align: center;
}

.homework-job-rranking-listxs .index_qaa .yh-dsg{
  color: #EC6C00;
  font-size: 16px;
}
.homework-job-rranking-list-xqy .panel-default > .panel-heading .more{
  display: none;
}
.homework-job-rranking-list-xqy .col-md-3 {
  padding: 0;
}
.homework-job-rranking-list-xqy .col-md-3:nth-child(1) .panel{
  margin-right: 15px;
}
.homework-job-rranking-list-xqy .col-md-3:nth-child(2) .panel{
  margin-left: 5px;
  margin-right:10px;
}
.homework-job-rranking-list-xqy .col-md-3:nth-child(3) .panel{
  margin-left: 10px;
  margin-right:5px;
}
.homework-job-rranking-list-xqy .col-md-3:nth-child(4) .panel{
  margin-left: 15px;
}
.homework-job-rranking-list-xqy.homework-job-rranking-list{
  background: none;
}

.yunhu-excellent-dynamic .voice {
  color: #5c5c5c;
  font-size: 14px;
  height: 46px;
  overflow: hidden;
  margin-top:6px ;
}
.yunhu-excellent-dynamic .voiceRight {
  float: right;
  margin-top: 6px;
  width: 10%;
}
.yunhu-excellent-dynamic .voiceRight a {
  border: 1px solid #e5e5e5;
  float: right;
  padding:0 1px;
  color: #aaaaaa;
}
.yunhu-excellent-dynamic .voiceRight a:hover{
  border: 1px solid #EC6C00;
  color: #EC6C00;
}
.yunhu-excellent-dynamic .voiceRight a .es-icon{
  font-size: 22px;
}


.yunhu-excellent-dynamic .voiceDes {
  float: left;
  height: 36px;
  line-height: 36px;
}

.yunhu-excellent-dynamic .voice ul {
  float: left;
  padding: 0;
  position:relative;
  overflow: hidden;
  width: 76%;
  overflow-wrap: normal;
  text-overflow: ellipsis;
  white-space: nowrap;

}

.yunhu-excellent-dynamic .voice li {
  height: 36px;
  line-height: 36px;
  list-style-type: none;
}
.yunhu-excellent-dynamic .voice li a{
  color: #428bca;
}
.yunhu-excellent-dynamic .voice li a:hover{
  color: #EC6C00;
}
.yunhu-excellent-dynamic .smallhornxs{
  color: #e7581d;
  margin-right: 5px;
}
.nav-btn-tab{
  padding-right: 0;
}
.kbsmwz{
  margin-top: 10px;
}
.kbsmwz li{
  float: right;
  list-style-type: none;
  margin-left: 10px;
}
.kbsmwz .kbsmwz-li1 span{
  display: block;
  width: 100%;
  height: 20px;
  border: 1px solid #797979;
}
.kbsmwz .kbsmwz-li2 span{
  display: block;
  width: 100%;
  height: 20px;
  background: #EC6C00;
}

.kbsmwz .kbsmwz-li3 span{
  display: block;
  width: 100%;
  height: 20px;
  border: 1px solid #5391c7;
}

.xclassroom-header .bottom-metas{
  margin-top: 50px;
  border-top: 1px solid #fafafa;
}
.xclassroom-header .price .xueyuan{
  height: 40px;
  line-height: 40px;
}

.xclassroom-header .price  .xueyuan .xueyuannum{
  color: #919191;
  font-size: 16px;
}
.xclassroom-header .price .xueyuan .xueyuansyme{
  color: #fff;
  font-size: 16px;
  background: #ff0018;
  padding: 5px 10px;
  margin-left: 10px;
  border-radius: 3px;
}

.xclassroom-header .class-img .course-img-cover {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.xclassroom-header .class-img .course-img-cover .es-icon {
  color: white;
  font-size: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
}
.myhomeworkxs .table td{
  border-top: none;
}
.myhomeworkxs .table tr > td{
  padding: 13px 8px;
}
.myhomeworkxs .table tr{
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
}

.myhomeworkxs .kcxs{
  background-color:#f5f5f5;
  border-radius: 5px;
  border: 1px solid #dcdcdc;
}
.myhomeworkxs .kcxs img{
  height: 100px;
  float: left;
  margin-right: 10px;
}

.myhomeworkxs .kcxs a{
  color: #313131;
}
.myhomeworkxs .classroomtitle{
  display: block;
  margin-top: 10%;
  line-height:normal;
}

.myhomeworkxs .kcxs td{
  height:100px;
  line-height: 100px;
}
.myhomeworkxs .kcxs  .xlxs i{
  font-size: 24px;
  color: #616161;
}
.myhomeworkxs .kcxs  .xlxs i:hover{
  color: #ef6c00;
}
.myhomeworkxs .kcxs  .xlxs:focus{
  outline: none;
}

.myhomeworkxs   .caoz a{
  padding: 5px 6px;
  border: 1px solid #dcdcdc;
  color: #6e6e6e;
  background: #f5f5f5;
  border-radius: 5px;
  margin-right: 10px;
}

.myhomeworkxs   .caoz a.transfer-group{
  background: #EC6C00;
  color: #fff;
  border: 1px solid #EC6C00;
  padding: 5px 13px;
}
.myhomeworkxs   .caoz a.myhomescjygql{
  background: #b5b5b5;
  color: #fff;
  border: 1px solid #959595;
}
.myhomeworkxs  .bncgxs{
  color: #6e6e6e;
  font-size: 12px;
}
.myhomeworkxs .caoz .pgzy{
  background: #EC6C00;
  color: #fff;
  border: 1px solid #EC6C00;
  margin-right: 10px;
}

.myhomeworkxs .table td .yh-avatar-xs{
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.myhomeworkxs1 .kcxs img{
  height: 90px;
}
.myhomeworkxs1 .table .kcxs td{
  height:90px;
  line-height: 90px;
}
.myhomeworkxs1 .kcxs img{
  max-width:none;
}
.myhomeworkxs1 .pgzy{
  background: #EC6C00;
  color: #fff;
  border: 1px solid #EC6C00;
  margin-right: 10px;
}
.myhomeworkxs1 .btn-default {
  border-radius: 3px;
}
.nav-tabs-zypg{
  border-bottom: 1px solid #DCDCDC;
}
.myhomeworkxs.panel-default > .panel-heading{
  border-bottom: 1px solid #DCDCDC;
}
.search-ul{
  float: left;
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.search-li{
  float: right;
}
.search-li select{
  float: left;
}
.search-li select{
  float: left;
  height: 28px;
  margin-right: 10px;
  font-size: 12px;
}
.search-li .searchq{
  float: left;
  width: 200px;
  margin-right: 10px;
  height: 30px;
  font-size: 12px;
}
.search-li .searchbutton{
  float: left;
  width: 55px;
  height: 28px;
  background: #EC6C00;
  border: none;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
}
.myhomeworkxs .caoz  .wuszzyt{
  background: #b5b5b5;
  color: #fff;
}
.nav.nav-tabs .badge {
  background-color: #ff7200;
}

.xcontainer{
  width: 1540px;
}

.myhomeworkxs .nav.nav-tabs{
  margin-bottom: 0;
}
.myhomeworkxs .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{
  padding: 16px 8px;
}
.xindashboard  .table > tbody > tr > td{
  padding: 16px 5px;
}

.myhomeworkxs1 .btn-group, .btn-group-vertical{
  margin-bottom: 10px;
  margin-top: 10px;
}
.myhomeworkxs .table tbody{
  border-bottom: 1px solid #DCDCDC;
}
.myhomeworkxs .popover{
  max-width: 520px;
  width: 380px;
}
.myhomeworkxs1 .popover{
  max-width: 650px;
  width: 600px;
}
.myhomeworkxs .table > thead > tr > th{
  border-bottom: 1px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC;
}

.xcol-lg-2{
  width: 20%;
}
.xyunhu-excellent-homework .course-filter{
  margin: 0;
}
.xyunhu-excellent-homework.class-section{
  margin-bottom: 20px;
  padding: 0;
}
.xyunhu-excellent-homework .nav-pills1{
  width: 355px;
  margin: 0 auto
}
.xyunhu-excellent-homework .nav-pills1 > li{
  float: left;
}
.xyunhu-excellent-homework .nav-pills1 > li > a{
  font-size: 18px;
  background: none;
  padding: 10px 40px;
  color: #9fa0a0;
}
.xyunhu-excellent-homework .nav-pills1 > li.active > a{
  color: #EC6C00;
}
.xyunhu-excellent-homework .nav-pills1 li.active a::after{
  background-color: #EC6C00;
  bottom: -2px;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -25%;
  position: absolute;
  width: 50%;
}
.xyunhu-excellent-homework .div_xianwuys{
  background:#f7f7f7;
  height: 2px;
}
.es-header .nav.navbar-nav > li > a{
  color: #fff;
  padding: 20px 22px;
}
.es-header .xcontainer .nav.navbar-nav .active{
  background:none;
}

.es-header .xcontainer .nav.navbar-nav .active a::after{
  background-color: #EC6C00;
  bottom: 15px;
  content: "";
  height: 0px;
  left: 35%;
  margin-left: -11%;
  position: absolute;
  width: 60%;
}
.es-header .xcontainer .nav.navbar-nav .active .dropdown-menu a::after{
  background: none;
}

.es-header .xcontainer .nav.navbar-nav .active .dropdown-menu a.active-tn{
  color: #ec6c00;
}
.es-header .xcontainer .nav.navbar-nav .active .dropdown-menu a.active-tn:hover{
  color: #fff;
}

.es-header .xcontainer .nav.navbar-nav > li.open a.designer-img{
  background: url("../images/hot.png") no-repeat 90px center #fff;
  padding-right: 46px;
  color: #212121;
}

.es-header .xcontainer .nav.navbar-nav > li.open a{
  background:#fff;
  color: #212121;
}

.es-header .xcontainer .nav.navbar-nav > li a.designer-img{
  background: url("../images/hot.png") no-repeat 80px center;
  padding-right: 46px;
}
.es-header .xcontainer .nav.navbar-nav > li a.designer-img:hover{
  background:#EC6C00 url("../images/hot2.png") no-repeat 80px center;
  color: #fff;
}
.es-header .xcontainer .nav.navbar-nav .active a.designer-img::after{
  margin-left: -16%;
  width: 20%;
}

.es-header .xcontainer .nav.navbar-nav .active a{
  color: #EC6C00;
}

.es-header .xcontainer .nav.navbar-nav > li a:hover{
  background:#EC6C00;
  color: #fff;
}
.es-header .xcontainer .nav.navbar-nav li:hover > .dropdown-menu{display: block;}
.navbar-form .xes-icon-search{
  background: url("../images/search1.png") no-repeat;
  width: 18px;
  height: 18px;
  right: 8px;
}
.xcontainer .visible-lg-ydsq .nav-upload{
  background: url("../images/upload.png") no-repeat;
  width: 27px;
  height: 24px;
  display: inline-block;
}
.xcontainer .visible-lg-ydsq a:hover .nav-upload{
  background: url("../images/upload.png") no-repeat;
}

.xcontainer .visible-lg-ydsq .nav-notice{
  background: url("../images/notice.png") no-repeat;
  width: 19px;
  height: 24px;
  display: inline-block;
}
.xcontainer .visible-lg-ydsq a:hover .nav-notice{
  background: url("../images/notice.png") no-repeat;
}
.xcontainer .visible-lg-ydsq .nav-mail{
  background: url("../images/message.png") no-repeat scroll 0 4px;
  width: 23px;
  height: 24px;
  display: inline-block;
}
.xintroduction-section{
  background: #fff;
  padding-top:16px;
}
.introduction-section .introduction-item{
  margin-bottom: 22px;
  margin-top: 1px;
}
.xintroduction-section .introduction-item{
  margin-bottom: 0;
}
.introduction-section img{
  margin:0 auto;
  border-radius: 5px;
}
.course-list .course-item .metas .comment img,.course-list .course-item .metas .num img{
  margin-right: 4px;
}
.xcontainer .course-list .course-item .metas .comment{
  margin-left: 18px;
}
.xcontainer .es-poster{
  border-radius: 5px;
}
.dashboard-panel .course-dashboard-ul li{
  margin-bottom:20px;
  background: #fafafa;
  border: 1px solid #dedede;
  padding: 20px 0;
  width: 30%;
  margin-right:3%;
}
.dashboard-panel .course-dashboard-ul li .title{
  margin-bottom:10px;
}
.dashboard-panel .course-dashboard-ul{
  height: 120px;
}
.xhomework{
  border-radius: 50%;
  display: block;
  float: left;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  color: #fff;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 12px;
}
.xhomework-doing{
  background: #959595;
}
.xhomework-finished{
  background: #ef6c00;
}
.xhomework-reviewing{
  background: #ef6c00;
}

.xhomework-cs{
  background: #fff;
}

.xhomework-classroom_sign{
  background: #ef6c00;
}
.xhomework-sign-0{
  background: #ef6c00;
}
.xhomework-sign-1{
  background: #ef6c00;
}
.xhomework-sign-2{
  background: #efb400;
}
.xhomework-sign-3{
  background: #ef003e;
}
.xhomework-sign-4{
  background: #246cff;
}
.xhomework-sign-5{
  background: #7b0ae4;
}
.xhomework-sign-6{
  background: #e603a3;
}
.xhomework-classroom_sign{
  background: #ef6c00;
}
.xhomework-sign-wcs{
  background: #959595;
}
.xin-attendance-dashboard h1{
  font-weight: lighter;
  font-size: 20px;
  color: #212121;
}
.xin-attendance-dashboard h1 div{
  float: right;
  font-size: 16px;
  color: #616161;
}
.xin-attendance-dashboard h1 div span{
  color: #f16c00;
  font-size: 18px;
  padding-left:10px;
  padding-right: 20px;
}
.xattendance .table-bordered > tbody  > tr > td{
  border-left: none;
  border-right: none;
}
.students-show-xyxx .student ul{
  padding: 0;
}
.students-show-xyxx .student li{
  list-style:none;
  float: left;
  width: 140px;
  height: 93px;


  margin-right: 10px;
  position:relative;
  overflow: hidden;
}
.students-show-xyxx .avatar-xin{
  width: 60px;
  height:60px;
  border-radius:50%;
  margin-right: 20px;
}
.students-show-xyxx .student li.zuiy{
  width: 10px;
  float: right;
  line-height: 93px;
  text-align: center;
}
.students-show-xyxx .student li.dyigezuiy{
  width: 60px;
  line-height: 93px;
  text-align: center;
}
.students-show-xyxx .student li .course-img{
  height: 93px;
  position: relative;
  overflow: hidden;
}
.students-show-xyxx .homework-student li img{
  max-width: none;
}

/*作业排行榜样式开始*/
.fl{
  float: left;
}
.fr{
  float: right;
}
ul{
  list-style: none;
}
.banner_img{
  padding:0;
  margin:10px auto;
}
.banner_img img{
  display: block;
  width: 100%;
}
.content_view {
	line-height: 1;
}
.top_view_box{
	position: relative;
	overflow: hidden;
}

.class_more{
	width: 230px;
	height: 40px;
	background: #FF8620;
	border-radius: 6px;
	display: block;
	color: #fff;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	margin: 20px auto 0 auto;
	overflow: hidden;
}
.evaluate_box{
	padding-bottom: 60px;
}
.evaluate_box {
	padding-top: 40px;
}
.power_teacher {
	padding-top: 40px;
}
.class_item {
	position: relative;
	margin-bottom: 8px;
}
.class_item_study {
	position: absolute;
	right: 0;
	top: 0;
}



.live_item dl {
	font-size: 12px;
	padding-top: 1px;
}

.nav_btn{
  margin-bottom: 60px;
}
.nav_btn ul{
  padding:0;
}
.nav_btn ul:after{
  content:"";
  display: table;
  clear: both;
}
.nav_btn ul li{
  float: left;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  margin: 0 10px;
}
.nav_btn ul li a{
  color: #595757;
  padding: 3px 10px;
}
.nav_btn ul li.active{
  background-color: #ff7500;
  border-radius: 50px;
}
.nav_btn ul li.active a{
  color: #fff;
}
.six_btn_qb{
  width: 760px;
  margin:  0 auto;
}
.six_btn{
  margin:0 auto;
  text-align: center;
  font-size: 18px;
}
.six_btn p{
  margin: 0;
}
.six_btn .col{
  color:#575757;
  cursor: pointer;
  float: left;
  margin-right: 10px;
  position:relative;
}


.six_btn .col a{
  display: block;
  color: #9fa0a0;
  font-size: 18px;
  padding: 0 20px;
}
.six_btn .col.active a{
  color: #ec6c00;
}
.six_btn .col.active a::after{
  background-color: #ec6c00;
  bottom: -2px;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -25%;
  position: absolute;
  width: 50%;
}
.content_main{
  width: 100%;
}
.slectBtn{
  text-align: center;
  font-size: 16px;
  color:#333;
}
.slectBtn p{
  margin: 0;
  padding:5px 8% 5px 0;
  cursor: pointer;
  height:38px;
  line-height: 32px;
  overflow: hidden;
  border-bottom:1px solid #999;
  margin-bottom: 5px;
  font-size: 16px;
  color: #595757;
  text-align: left;
}
.slectBtn .select{
  position: relative;
}
.slectBtn .select:after{
  content:"";
  position: absolute;
  top:50%;
  margin-top:-1px;
  right:2%;
  width: 0;
  height:0;
  border-width:8px 8px 0;
  border-style:solid;
  border-color:#595757 transparent transparent;
}
.slectBtn .select.active:after{
  border-width:0 8px 8px;
  border-style:solid;
  border-color:transparent transparent #333;
}
.slectBtn .chartBtn{
  background-color: #ff7500;
  border-radius: 50px;
  color:#fff;
  border-bottom:none;
  padding: 5px 0;
  text-align: center;
}
.slectBtn .position{
  position: relative;
}
.slectBtn .list{
  border:1px solid #999;
  border-top: 0;
  padding:0 10px;
  background-color: #fff;
  display: none;
  position: absolute;
  left: 4%;
  z-index: 100;
  width: 92.5%;
  font-size: 14px;
  overflow-y:auto;
  overflow-x:hidden;
  top: 38px;
  max-height: 375px;
}
.slectBtn .list ul{
  padding:0;
  margin:0;
}
.slectBtn .list ul li{
  cursor: pointer;
  padding-top:10px;
  text-align: left;
  color: #595757;
  float: none;
}
.slectBtn .list ul li:hover{
  background-color: #ececec;
}
/*.list .listcol{
  padding-left: 0;
}*/
.list .list_box{
  width: 100%;
  background-color: #fff;
}
.list .list_box .list_title1{
  background-color: #5560ce;
}
.list .list_box .list_title2{
  background-color: #9575cd;
}
.list .list_box .list_title3{
  background-color: #ff8a80;
}
.list .list_box .list_title4{
  background-color: #fea16a;
}
.list .list_box .list_title{
  padding-bottom: 10px;
  border-radius: 5px;
}
.list .list_box .list_title h3{
  text-align: center;
  color:#fff;
  font-size: 22px;
  font-weight: 500;
  padding-top: 20px;
  font-family: "微软雅黑";
  margin-top: 0;
}
.list .list_box .list_title .topThree{
  margin:36px 10px 0 10px;
  background-color: #fff;
  border-radius: 10px;
}
.list .list_box .list_title .topThree ul{
  padding: 0;
  margin:0;
}
.list .list_box .list_title .topThree ul:after{
  content: "";
  display: table;
  clear: both;
}
.list .list_box .list_title .topThree li{
  width: 30%;
  float: left;
  position: relative;
}
.list .list_box .list_title .topThree li i{
  position: absolute;
  top:9px;
  left: 50%;
  margin-left: -10px;
}
.list .list_box .list_title .topThree li i img{
  width: 75%;
}
.list .list_box .list_title .topThree li i.i1{
  left: 50%;
  margin-left:-15px;
  top:1px;
}
.list .list_box .list_title .topThree li i.i1 img{
  width: 100%;
}
.list .list_box .list_title .topThree li.num1{
  width: 40%;
}
.list .list_box .list_title .topThree li .head{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border:3px solid #cfcfcf;
  margin: 30px auto 10px auto;
  overflow: hidden;
}
.list .list_box .list_title .topThree li .head2{
  border-color:#ffd439;
  width: 80px;
  height: 80px;
}
.list .list_box .list_title .topThree li .head2bg{
  height: 100px;
  position: relative;
  background:url('../images/num1bg.jpg') no-repeat center 2px;
  background-size: 100%;
}

.list .list_box .list_title .topThree li .head2box{
  background-color: #fff;
  border-radius: 5px;
  width: 92%;
  position: absolute;
  top:-20px;
  left: 4.5%;
}
.list .list_box .list_title .topThree li .head3{
  border-color: #d1a570;
}
.list .list_box .list_title .topThree li .head img{
  display: block;
  width: 100%;
}
.list .list_box .list_title .topThree li .name{
  font-size: 14px;
  color:#3e3a39;
  text-align: center;
  margin-bottom: 5px;
  height: 40px;
}
.list .list_box .list_title .topThree li h3{
  color:#ec6c00;
  font-size: 24px;
  margin:0;
  padding:0;
}
.list .list_box .list_title .topThree li small{
  font-size: 14px;
  color:#9fa0a0;
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
.list_list li:after{
  content:"";
  display: table;
  clear: both;
}
.list_list li .head{
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  vertical-align: middle;
  margin:0;
}
.list_list{
  padding:0 10px;
  margin:0;
}
.list_list li{
  padding:10px 0;
  border-bottom: 1px solid #ececec;
}
.list_list li .head img{
  display: block;
  width: 100%;
}
.list_list li .name{
  display: inline-block;
  height: 50px;
  line-height: 50px;
  margin:0;
  color:#3e3a39;
  font-size: 14px;
}
.list_list li .num{
  margin-right: 10px;
  font-size: 15px;
}
.list_list li .score h3{
  margin:0;
  color:#ec6c00;
  font-size: 22px;
  text-align: center;
}
.list_list li .score p{
  margin:0;
  color:#9fa0a0;
  font-size: 14px;
}
@media (max-width:640px){
  .bannerimg,.footerimg{
    display: none;
  }
}
/*作业排行榜样式结束*/

/*金典评改样式begin*/
.yunhu-tag-comment-section .chamfer{
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.yunhu-tag-comment-section .chamfer .fn-imglist{
  border-radius: 5px;
}
.yunhu-tag-comment-section .chamfer .fn-imglist:after{
  content:"经典评改";
  font-size: 12px;
  color:#fff;
  text-align: center;
  background-color: #ec6c00;
  position: absolute;
  width: 120px;
  height: 80px;
  top:-34px;
  left: -54px;
  padding-top: 60px;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
/*金典评改样式end*/

/*视频评改begin*/
.yunhu-video-comment-section .course-info .classroom{
  padding-left: 10px;
  font-size: 14px;
  color:#9fa0a0;
  margin-bottom:20px;
}
.yunhu-video-comment-section .course-info .clearfix{
  text-align: right;
}
.yunhu-video-comment-section .course-info .clearfix span{
  display: inline-block;
  /*margin-right: 10px;*/
}
.yunhu-video-comment-section .course-info .clearfix span img{
  margin-right:5px;
}
.yunhu-video-comment-section .course-item{
  overflow: hidden;
}
.yunhu-video-comment-section .chamfer2:after{
  content:"视频评改";
  font-size: 12px;
  color:#fff;
  text-align: center;
  background-color: #0064ec;
  position: absolute;
  width: 120px;
  height: 80px;
  top:-34px;
  left: -54px;
  padding-top: 60px;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.yunhu-video-comment-section .course-list .course-item{
  margin-bottom: 5px;
}
.yunhu-video-comment-section .course-list .col-lg-3{
  padding-right: 3px;
  padding-left: 2px;
}
/*视频评改end*/
/*作业小组begin*/
.yunhu-group-section .media{
  border:1px solid #ececec;
  margin-bottom: 5px;
}
.yunhu-group-section .mediaList img{
  display: block;
  width: 90%;
}
.yunhu-group-section .more{
  display: block;
  width: 100%;
  height:100%;
  text-align: center;
}
.yunhu-group-section .mediaImg{
  padding-left: 0;
}
.yunhu-group-section .mediaImg a{
  display: block;
  width: 100%;
  height: 97px;
  overflow: hidden;
  border-radius: 10px;
}
.yunhu-group-section .mediaImg img{
  display: block;
  width: 100%;
}
.yunhu-group-section .media .more{
  height:50px;
  line-height: 50px;
  margin-top: 55px;
}
.yunhu-group-section .media .more i{
  font-size: 28px;
}

.yunhu-group-section .xcontainer .media-body{
  padding-top: 30px;
}
/*作业小组end*/
/*学员优秀作品begin*/
.course-list .course-item .metas .comment{
  margin-left:4px;
}
/*学员优秀作品end*/


.xcontainer .xrecommend-class-list{
  background: none;
  padding: 0;
}

.xcontainer .xrecommend-class-list .row{
  padding: 0;
  margin: 0;
}

.xcontainer .xrecommend-class-list .row .media-group{
  background: #fff;
  border: 0;
  margin-bottom: 2px;
  padding: 35px;
}
.xcontainer .xrecommend-class-list .row .media-group .mediaImg a{
  height: 166px;
}
.yunhu-group-section .xcontainer .media-group-list .media-left > a > img{
  height:166px;
  width: auto;
}
.xcol-lg-3{
  width: 30%;
}

.xcol-lg-1{
  width: 3%;
  float: right;
}
.homework-post-show-item .homework-post-show-content .post-show-person a{
  color: #1b1b1b;
}
.yunhu-video-comment-section .person .pull-right img{
  margin-right: 3px;
}

.homework-xcheck .homework-set .question-set-side.yunhu-question-set-side, .homework-set .question-set-side .yh-testpaper-side{
  width: 18.8%;
  right: 1%;
}
.homework-xcheck .question-set-card.affix, .question-set-card.affix-bottom{
  width: 18%;
  right: 2%;
}
.homework-xcheck .yunhu-question-wrap .question-set-item, .yh-testpaper-question-homework .question-set-item{
  width: 80%;
}
.homework-xcheck .question-set-item-comment{
  width: 20%;
}

.js-play-es-video{
  background: #fff;
  color: #787878;
  border: 1px solid #CCCCCC;
  padding: 9px 15px;
  border-radius: 5px;
}
.js-play-es-video.active{
  background: #EC6C00;
  color: #fff;
}
.period-list .period .xes-video{
  background: #fff;
  color: #787878;
  border: 1px solid #CCCCCC;
  padding: 4px 13px;
  border-radius: 5px;
  display: inline;
  margin-left: 5px;
}
.period-list .xlesson-item{
  padding-right: 15px;
}
.period-list .xlesson-item .course-lesson{
  float: left;
}
.yunhu-homework-list .course-item .person .text-overflow a{
  color: #1b1b1b;
}
.period-list .period .xes-video.xes-video-gray{
  background: #d2d2d2;
  color: #fff;
  border: 1px solid  #c0c0c0;
}

.period-list .period .xes-video.xes-video-orange{
  background: #EC6C00;
  color: #fff;
  border: 1px solid  #EC6C00;
}
.xteacher-list .teacher-top .pull-left{
  width: 45%;
}
.xteacher-list .teacher-top .pull-right{
  width: 52%;
  margin-left: 3%;
  text-align: center;
}
.xteacher-list .teacher-item{
  background: #fff;
}
.xteacher-list .btn-six{
  color: #EC6C00;
  border: 1px solid  #EC6C00;
}
.nav_btn_teacher .navbar-form{
  margin: 0;
}
.nav_btn .navbar-form .form-control{
  border-color: #e0e0e0;
}
.course-list .course-item .metas .price{
  color: #ec6c00;
}
.xcontainer .xrecommend-class-list .course-item .course-img .img-responsive{
  padding: 0;
}
.course-item .xtag-video a::after{
  background-color: #a95fee;
  color: #fff;
  content: "录播课程";
  font-size: 12px;
  height: 80px;
  left: -54px;
  padding-top: 60px;
  position: absolute;
  text-align: center;
  top: -34px;
  transform: rotate(-45deg);
  width: 120px;
}
.course-item .xtag-live a::after{
  background-color: #f96649;
  color: #fff;
  content: "直播课程";
  font-size: 12px;
  height: 80px;
  left: -54px;
  padding-top: 60px;
  position: absolute;
  text-align: center;
  top: -34px;
  transform: rotate(-45deg);
  width: 120px;
}

.course-item .xtag-free a::after{
  background-color: #4b9afc;
  color: #fff;
  content: "限时免费课";
  font-size: 12px;
  height: 80px;
  left: -54px;
  padding-top: 60px;
  position: absolute;
  text-align: center;
  top: -34px;
  transform: rotate(-45deg);
  width: 120px;
}
.course-item .xtag-msbzb a::after{
  background-color: #fd4cc1;
  color: #fff;
  content: "面授标准班";
  font-size: 12px;
  height: 80px;
  left: -54px;
  padding-top: 60px;
  position: absolute;
  text-align: center;
  top: -34px;
  transform: rotate(-45deg);
  width: 120px;
}


.video-item-type .video-type-1 a::after{
  background-color: #a95fee;
  color: #fff;
  content: "九点正能量";
  font-size: 12px;
  height: 80px;
  left: -54px;
  padding-top: 60px;
  position: absolute;
  text-align: center;
  top: -34px;
  transform: rotate(-45deg);
  width: 120px;
}
.video-item-type .video-type-2 a::after{
  background-color: #f96649;
  color: #fff;
  content: "毕业典礼";
  font-size: 12px;
  height: 80px;
  left: -54px;
  padding-top: 60px;
  position: absolute;
  text-align: center;
  top: -34px;
  transform: rotate(-45deg);
  width: 120px;
}
.video-item-type .video-type-3 a::after{
  background-color: #4b9afc;
  color: #fff;
  content: "校园活动";
  font-size: 12px;
  height: 80px;
  left: -54px;
  padding-top: 60px;
  position: absolute;
  text-align: center;
  top: -34px;
  transform: rotate(-45deg);
  width: 120px;
}

.nav_btn_teacher .navbar-form .form-control{
  width:150px ;
}
.nav_btn_teacher .navbar-form .form-control.active{
  width:200px ;
}
.xrecommend-class-list .text-overflow{
  color: #383838;
}
.xcontainer .jpds{
  font-size: 24px;
  margin-top: 40px;
}
.xcontainer .jpds a{
  font-size: 16px;
  color: #383838;
}
.xteacher-list-six-btn{
  width: 250px;
}
.xrecommend-class-six-btn{
  width: auto;
}
.xrecommend-class-six-btn .six_btn_qb{
  width:auto ;
}
.xrecommend-class-six-btn .six_btn_qb a{
  color: #9fa0a0;
  font-size: 18px;
  padding: 0 20px 3px;
  position: relative;
}
.xrecommend-class-six-btn .six_btn_qb a.active{
  color: #ed6c00;
}
.xrecommend-class-six-btn .six_btn_qb a.active::after {
  background-color: #ec6c00;
  bottom: -2px;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -25%;
  position: absolute;
  width: 50%;
}
.works-show-xin .breadcrumb.breadcrumb-o{
  margin: 0;
  padding: 0;
}
.works-show-xin .worktitle{
  width: 100%;
  background: #fbfbfb;
}

.works-show-xin .worktitle .title_left{
  float: left;
}
.works-show-xin .worktitle .title_left h1{
  font-size: 24px;
  line-height: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin:0 auto;
  display: block;
}
.works-show-xin .worktitle .title_left .p1{
  font-size:14px;
  line-height: 14px;
  padding-bottom: 25px;
  color: #898989;
  margin:0 auto;
}
.works-show-xin .worktitle .title_center{
  float: right;
  width: 300px;
  margin-right: 20px;
  border-right: 1px solid #c9caca;
  margin-bottom: 20px;
}
.works-show-xin .worktitle .title_center .title_ul1{
  padding-left: 0;
  float: right;
  margin-top: 20px;
  height: 22px;
  margin-bottom: 0;
}
.works-show-xin .worktitle .title_center .title_ul1 li{
  float: left;
  width: 94px;
  height: 22px;
  border-right: 1px solid #efefef;
}
.works-show-xin .worktitle .title_center .title_ul1 li img{
  float: left;
  margin-left: 20px;
  margin-top: 2px;
}
.works-show-xin .worktitle .title_center .title_ul1 li p{
  float: left;
  font-size: 14px;
  line-height: 14px;
  color: #898989;
  margin:0 auto;
  margin-left: 8px;
  margin-top: 3px;
}
.works-show-xin .worktitle .title_right{
  float: right;
}
.works-show-xin .worktitle .title_right .title_right1{
  float: left;
}

.works-show-xin .title_right .title_right1 h3{
  font-size: 20px;
  color: #262626;
  line-height: 20px;
  text-align: right;
  padding-bottom: 15px;
  margin:0 auto;
  padding-top: 10px;
}
.works-show-xin .title_right .title_right1 p{
  font-size: 14px;
  color: #898989;
  line-height: 14px;
  text-align: right;
  padding-bottom: 16px;
  margin:0 auto;
}
.works-show-xin .title_right1 a{
  float: right;
  display: block;
  width: 100px;
  height: 40px;
  line-height: 40px !important;
  font-size: 18px !important;
  text-align: center;
  border-radius:4px;
}
.works-show-xin .title_right1 .a1{
  background: #fd7200;
  color: #fff;
  margin-right: 10px !important;
  margin-left: 10px;
  padding:0;
  border: none;
  float: right;
}
.works-show-xin .title_right1 .a2{
  width: 98px;
  height: 40px;
  border:1px solid #c9caca;
  color: #9fa0a0;
  margin-left: 0;
  font-size: 18px;
  float: right;
}
.works-show-xin .title_right .img1{
  float: left;
  margin-left: 18px;
  margin-top: 2px;
  width: 90px;
  height: 90px;
  border-radius: 100px;
}
.works-show-xin .radio, .checkbox{
  margin-right:45px;
}
.works-show-xin .course-list .course-item .course-img .img-responsive{
  padding: 0;
}
.works-show-xin  .col-md-xgzp{
  padding-top: 30px;
  margin:0 auto;
}
.works-show-xin .col-md-xgzp .p1{
  display: block;
  width: 100%;
  line-height: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #efefef;
  margin-bottom: 20px;
}
.works-show-xin .col-md-xgzp .p1 span{
  float: left;
  height: 20px;
  color: #000000;
  margin-left: 20px;
  font-size: 20px;
}
.works-show-xin .col-md-xgzp .p1 a{
  float: right;
  margin-right: 20px;
  font-size: 14px;
}
.works-show-xin .yh-homework-show .course-item .course-info .person{
  padding-left: 0;
}
.works-show-xin .col-md-dz{
  position: relative;
}
.works-show-xin .ol-md-dianzan{
  display: block;
  width: 292px;
  height: 80px;
  margin:0 auto;
  margin-bottom: 10px;
  margin-top: 40px;
}

.works-show-xin .col-md-dz p{
  position: absolute;
  width: 100%;
  top: 52px;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  height: 18px;
  margin:0 auto;
  text-align: center;
}
.works-show-xin .icon-btn-item{
  margin:0 auto;
  height: 32px;
}

.works-show-xin .es-share{
  width: 200px;
  margin:0 auto;
  height: 40px;
  display: block;
}
.works-show-xin .es-share span{
  line-height: 30px;
  font-size: 18px;
  color: #9fa0a0;
}

.works-show-xin .js-social-share-params{
  top: 0;
  left: 50px;
}
.works-show-xin  .es-share .dropdown-menu a{
  color: #9fa0a0 !important;
}
.works-show-xin .es-share .dropdown-menu{
  width: 200px;
  background: none !important;
  padding-top: 1px !important;
}

.works-show-xin .es-share .dropdown-menu i{
  float: left;
  height: 30px;
  line-height: 26px;
  width: 30px;
  border: 1px solid #999999;
  color: #999999;
  font-size: 20px;
  display: block;
  vertical-align: middle;
  border-radius: 50%;
  text-align: center;
  transition: all 0.3s ease;
  margin-right: 6px;
}
.recommend-class-list.course-list .course-item .course-img .img-responsive{
  padding: 0;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn{
  background: #d2d2d2;
  border-color: #bebebe;
}

.xcontainer .footer-logo{
  text-align: right;
}
.nav-notice-num{
  background: #f4523b;
  border-radius: 10px;
  color: #f9f9f9;
  font-size: 12px;
  height: 15px;
  line-height: 16px;
  min-width: 7px;
  padding: 0 4px;
  position: absolute;
  text-align: center;
  top: 14px;
  vertical-align: middle;
  left: 28px;
}
.nav-notice-num1{
  left: 30px;
}

/*网址大全*/
.wz_mainBox{
  width: 100%;
  margin-top: 40px;
}
.wz_mainBox .container{
  width: 80%;
  padding: 0;
}
.wz_mainBox .common{
  width: 100%;
  border:1px solid #e4ecf3;
  border-radius: 5px;
  padding: 18px;
  margin-bottom:60px;
  background: #fff;
}
.wz_mainBox .common .rows{
  margin-top: 20px;
}
.wz_mainBox .common .rows a{
  display: block;
  width: 100%;
  height: 68px;
}
.wz_mainBox .common .rows .col{
  padding: 10px;
}
.wz_mainBox .common .rows .col:hover{
  background-color: #fafafa;
}
.wz_mainBox .common .rows .col:hover .txt,
.wz_mainBox .common .rows .col:hover .txt .website{
  color:#ff7500;
}
.wz_mainBox .common h1{
  margin:0;
  padding-bottom: 19px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 16px;
  color:#313131;
  font-weight: 500;
}
.wz_mainBox .common .logo{
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.wz_mainBox .common .logo p{
  width: 30px;
  height: 30px;
  margin: 5px auto 0 auto;
  overflow: hidden;
}
.wz_mainBox .common .logo p img{
  display: block;
  width: 100%;
}
.wz_mainBox .common .txt{
  width: 78%;
  height: 100%;
  overflow: hidden;
  color:#8a8a8a;
  float: left;
  margin-left: 10px;
}
.wz_mainBox .common .txt .website{
  font-size: 16px;
  color:#313131;
  height: 22px;
  width: 100%;
  overflow: hidden;
  margin:0;
  margin-bottom: 5px;
}
.wz_mainBox .common .txt small{
  font-size: 14px;
  line-height:1 !important;
}
.wz_mainBox .suspendK{
  position: fixed;
  top:15%;
  left: 0;
  width: 150px;
  background-color: #212121;
  padding: 25px 0;
  z-index: 100;
  overflow: hidden;
}
.wz_mainBox .suspendK ul{
  padding: 0;
  margin: 0;
}
.wz_mainBox .suspendK li{
  width: 100%;
  height: 42px;
  line-height: 30px;
  text-align: left;
  font-size: 16px;
  padding: 6px 25px;
}
.wz_mainBox .suspendK li:hover{
  background: #2e2e2e;
}
.wz_mainBox .suspendK li:last-child
{
  margin-bottom: 0;
}
.wz_mainBox .suspendK li a{
  display: block;
  width: 100%;
  height: 100%;
  color:#fff;
}
.wz_mainBox .suspendK li a:hover{
  color:#ef6f03;
}
.wz_mainBox .btn{
  display: none;
}
/*网址大全end*/

.xcontainer .es-poster .swiper-pager{
  text-align: right;
  padding-right: 30px;
}
/*点评团*/
.review-roup.comment{
  width: 100%;
  position: relative;
}
.review-roup.comment .banners {
  width: 100%;
  position: relative;
}
.review-roup.comment .banners .banner{
  width: 100%;
}
.review-roup.comment .banners .banner img,.review-roup.comment .banners .banner2 img{
  display: block;
  width: 100%;
}
.review-roup.comment .banners .team{
  width: 100%;
  text-align: center;
  position: absolute;
  top:50%;
  margin-top: -9%;
  left: 0;
}
.review-roup.comment .banners .team img{
  width: 80%;
}
.review-roup.comment .declaration{
  width: 100%;
  background: url('../images/ornaments2.png') no-repeat center top #3a31fb;
  margin-top: -47px;
}
.review-roup.comment .declaration .col{
  text-align: center;
  color:#fff;
  font-size: 18px;
  padding: 0;
}
.review-roup.comment .declaration .col p img{
  width: 40%;
}
.review-roup.comment .declaration .col a{
  display: inline-block;
  width: 152px;
  height: 57px;
  background: url('../images/btn1.png') no-repeat center;
  margin:20px auto 0 auto;
}
.review-roup.comment .declaration .col a:hover{
  background-image:url('../images/btn2.png');
}
.review-roup.comment .declaration .col ul{
  padding: 0;
}
.review-roup.comment .declaration .col ul li{
  margin-bottom: 5px;
}
.review-roup.comment .declaration .col ul li span{
  font-size: 30px;
  margin-right: 10px;
}
.review-roup .goal{
  width: 100%;
  background: url('../images/ornaments3.png') no-repeat center top #3a31fb;
}
.review-roup .goal .teamGoal{
  width: 80%;
  margin:0 auto;
  padding-top: 5%;
}
.review-roup .goal .teamGoal img{
  width: 100%;
}
.review-roup .goal .teamGoal ul{
  padding-top: 19%;
  padding-left: 9%;
  font-size: 24px;
  color:#161093;
}
.review-roup .goal .call{
  text-align: center;
  padding-top: 5%;
}
.review-roup .goal .call img{
  width: 80%;
}
.review-roup .discuss {
  width: 100%;
  background:url('../images/ornaments4.png') no-repeat center top #3a31fb;
  padding: 8% 0 0 0;
  text-align: center;
}
.review-roup .discuss img{
  width:80%;
}

.review-roup .welfare{
  width: 100%;
  position: relative;
}
.review-roup .welfare ul{
  width: 100%;
  padding: 0;
  margin:0;
  overflow: hidden;
  position: relative;
}
.review-roup  .welfare ul li{
  float: right;
  width: 50%;
  position: relative;
}
.review-roup  .welfare ul li img{
  display: block;
  width: 100%;
}
.review-roup  .welfare ul li  .txt{
  position: absolute;
  top:20%;
  left: 11%;
  color:#fff;
  font-size: 20px;
}
.review-roup  .welfare ul li  .txt .txt1{
  margin-top: 30px;
}
.review-roup  .welfare ul li  .txt .txt1 p{
  margin-bottom: 5%;
}
.review-roup  .welfare ul li  .txt .txt1 a{
  display: block;
  width:196px;
  height: 57px;
  background: url("../images/btn3.png") no-repeat center;
  background-size:100%;
  margin:0 auto;
  margin-bottom: 18%;
}
.review-roup .welfare ul li  .txt .txt1 a:hover{
  background-image: url("../images/btn4.png");
}
.review-roup .welfare ul li  .txt .txt2 h1{
  font-size: 30px;
  margin-bottom: 5%;
}
.review-roup .dpContainer{
  width: 80%;
  padding: 0;
}
/*点评团end*/

.list.qghomework-job-rranking-listxs .list_box .list_title1{
  background-color:#f3764f
}
.list.qghomework-job-rranking-listxs .list_box .list_title2{
  background-color:#f57f17
}
.list.qghomework-job-rranking-listxs .list_box .list_title3{
  background-color:#f9a825
}
.list.qghomework-job-rranking-listxs .list_box .list_title4{
  background-color:#f9cf25
}
.yh-homework-post-detail .col-md-dz{
  position: relative;
}
.yh-homework-post-detail .ol-md-dianzan{
  display: block;
  width: 292px;
  height: 80px;
  margin:0 auto;
  margin-bottom: 10px;
  margin-top: 40px;
  text-align: center;
  background: #EC6C00;
  border-radius: 40px;
  padding-top: 5px;
}
.yh-homework-post-detail .ol-md-dianzan.color-primary{
  background: #D3D3D3;
}
.yh-homework-post-detail .col-md-dz p{
  position: absolute;
  width: 100%;
  top: 52px;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  height: 18px;
  margin:0 auto;
  text-align: center;
}
.yh-homework-post-detail .icon-btn-item{
  margin:0 auto;
  height: 32px;
}

.yh-homework-post-detail .es-share{
  width: 200px;
  margin:0 auto;
  height: 40px;
  display: block;
}
.yh-homework-post-detail .es-share span{
  line-height: 30px;
  font-size: 18px;
  color: #9fa0a0;
}

.yh-homework-post-detail .js-social-share-params{
  top: 0;
  left: 50px;
}
.yh-homework-post-detail .es-share .dropdown-menu a{
  color: #9fa0a0 !important;
}
.yh-homework-post-detail .es-share .dropdown-menu{
  width: 200px;
  background: none !important;
  padding-top: 1px !important;
}

.yh-homework-post-detail .es-share .dropdown-menu i{
  float: left;
  height: 30px;
  line-height: 26px;
  width: 30px;
  border: 1px solid #999999;
  color: #999999;
  font-size: 20px;
  display: block;
  vertical-align: middle;
  border-radius: 50%;
  text-align: center;
  transition: all 0.3s ease;
  margin-right: 6px;
}
.xindex_right{
  position: absolute;
  right: 0;
  top:-14px;
}
.xarrow-left {
  background:url("../images/index_tab_l.png") no-repeat scroll right center;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 10;
}
.xarrow-left:hover{
  background:url("../images/index_tab_l_1.png") no-repeat scroll right center;
}
.xarrow-right {
  background:url("../images/index_tab_r.png") no-repeat scroll left center;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  z-index: 10;
}
.xarrow-right:hover{
  background:url("../images/index_tab_r_1.png") no-repeat scroll left center;
}
.xarrow-right:focus,.xarrow-left:focus  {
  outline: transparent dotted;
}

.recommend-class-list.yunhu-homework-list .course-item .metas a{
  color: #1b1b1b;
}
/*作业批改维度css*/
.question-set-item-comment .question-comment-module .tag-group-choice.positive-tag-group .tag-item.negativea:hover
{
  background: #9aa2b8;
  border-color: #9aa2b8;
}
.triangleUpDown
{
  width: 0;height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top:10px solid #9FA0A0;
  float: right;margin-top: 7px;
}
.triangleUP
{
  width: 0;height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 10px solid #9FA0A0;
  float: right;margin-top: 7px;
}
#questionList .questionListA:hover
{
  text-decoration: none;
  text-underline: none;
  color:#C1C2C2;
  font-weight: 400;
}
#questionList .currentQuestion:hover
{
  text-decoration: none;
  text-decoration-line: underline;
  color:#868484;
  font-weight: 400;
}
#questionList .currentQuestion
{
  text-decoration: underline;
  color: #868484;
}
.questionListA
{
  display: block;
  height: 60px;
  float: left;
  text-align: center;
  line-height: 60px;
  color:#C1C2C2;
  font-size: 20px;
  font-weight: 400;
}
.homework-set-check .question-set-card.affix{
  width:344px;
}
/*作业批改维度css*/

/*新签到start*/
.xin-class-signin .date{
  font-size: 18px;
  float: left;
  margin-top: 6px;
}
.xin-class-signin i{
  margin-right: 2px;
  float: left;
  margin-top: 6px;
}
.xin-class-signin.class-signin .btn-signin{
  position: unset;
  background: none;
}
.xin-class-signin #sign div{
  float: left;
  width: 60px;
  height: 38px;
  border-radius: 5px;
  text-align: center;
  line-height: 38px;
  font-size: 16px;
  cursor:pointer ;
}
.xin-class-signin .sign-leave{
  border: 1px solid #246cff;
  margin-left: 7px;
}
.xin-class-signin .sign-leave a{
  color: #246cff;
  display: block;
}
.xin-class-signin .sign-ask-leave{
  border: 1px solid #76a3ff;
  margin-left: 7px;
}
.xin-class-signin .sign-ask-leave a{
  color: #76a3ff;
}

.xin-class-signin .sign-late{
  border: 1px solid #efb400;
}
.xin-class-signin .sign-late a{
  color: #efb400;
}
.xin-class-signin .sign-abnormal{
  border: 1px solid #ef003e;
}
.xin-class-signin .sign-abnormal a{
  color: #ef003e;
}
.xin-class-signin #sign .sign-area{
  border: 1px solid #ef6c00;
  background: #ef6c00;
}
.xin-class-signin .sign-area a{
  color: #fff;
}
.xin-class-signin #sign .sign-area-signed{
  border: 1px solid #ef6c00;
}
.xin-class-signin .sign-area-signed a{
  color: #ef6c00;
}

.xin-class-signin .sign-unable{
  border: 1px solid #b5b5b5;
  background: #b5b5b5;
}
.xin-class-signin .sign-unable a{
  color: #ffffff;
}
.xin-class-signin .sign_main{
  margin-top: 62px;
}
.xin-class-signin #sign div p{
  line-height: 20px;
  font-size:14px;
  color: #EC6C00;
}
.xin-class-signin .sign_main .xmlm{
  width: 50%;
  float: left;
  margin-top: 10px;
}
.xin-class-signin .sign_main .xmlm p{
  margin: 0;
  margin-left: 10px;
}
.xin-class-signin .sign_main .my-yh-coins{
  color: #ef6c00;
}
.xin-class-signin .xin_sign_tip_boards{
  padding: 10px;
  font-size: 14px;
  color: #4c4c4c;
  border-top:1px solid #ccc ;
  margin-top: 10px;
}
.xin-class-signin .sign_main a{
  color: #666;
  border-radius: 100%;
  margin:4px 0;
  display: block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
}
.xin-class-signin .signed_day_0 a{
  border: 1px solid #ef6c00;
}
.xin-class-signin .signed_day_1 a{
  border: 1px solid #ef6c00;
}
.xin-class-signin .signed_day_2 a{
  border: 1px solid #efb400;
}
.xin-class-signin .signed_day_3 a{
  border: 1px solid #ef003e;
}
.xin-class-signin .signed_day_4 a{
  border: 1px solid #246cff;
}
.xin-class-signin .signed_day_5 a{
  border: 1px solid #7b0ae4;
}
.xin-class-signin .signed_day_6 a{
  border: 1px solid #e603a3;
}
.xin-class-signin .signed_day_7 a{
  color: #fff;
  background: #b5b5b5;
}
.xin-class-signin .signed_day_8 a{
  color: #fff;
  background: #7b0ae4;
}
.xin-class-signin .signed_day_9 a{
  color: #fff;
  background: #7b0ae4;
}
.leave-apply{
  width: 500px;
  position: absolute;
  top:50%;
  left: 50%;
  margin-top: -164px;
  margin-left: -250px;
  height: 325px;
  background: #fff;
  padding: 10px;
  box-shadow: 0 5px 10px -1px #414343;
}
.leave-apply .leave-title{
  border-bottom: 1px solid #e4ecf3;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  padding:0 10px;
}
.leave-apply .leave-title .leave-closeBtn{
  float: right;
  cursor: pointer;
}
.leave-apply .leave-content p{
  padding: 20px 10px;
  font-size: 16px;
  margin: 0;
  padding-bottom: 10px;
}
.leave-apply .leave-content .form-group{
  padding-left: 10px;
  margin: 0;
}
.leave-apply .leave-content .form-control{
  width: auto;
  display: inline-block;
}
.leave-apply .leave-content .qjly label{
  font-weight: inherit;
  font-size: 16px;
  padding-right: 15px;
}
.leave-apply .leave-content a{
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  display: block;
  text-align: center;
  float: left;
  margin-right: 20px;
  margin-top: 20px;
}
.leave-apply .leave-content .determine-leave{
  background: #246cff;
  width: 170px;
  color: #fff;
  margin-left: 100px;
}
.leave-apply .leave-content .cancel-leave{
  border:1px solid #246cff;
  width: 60px;
  color: #246cff;
}
.signed-retroactive-title{
  text-align: center;

}
.classroom-sign-status li{
  float: right;
  list-style-type: none;
  margin-left: 10px;
}
.classroom-sign-status li span {
  display: block;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  margin: 0 auto;
}
.classroom-sign-status .signed-status-lack-sign span {
  background: #b5b5b5;
}
.classroom-sign-status .signed-status-normal span {
  background: #ef6c00;
}
.classroom-sign-status .signed-status-late span {
  background: #efb400;
}
.classroom-sign-status .signed-status-abnormal span {
  background: #ef003e;
}
.classroom-sign-status .signed-status-leave span {
  background: #246cff;
}
.classroom-sign-status .signed-status-retroactive span {
  background: #7b0ae4;
}
.classroom-sign-status .signed-status-retroactive-st span {
  background: #e603a3;
}

.sign-status-0{
  color: #ef6c00;
}
.sign-status-1{
  color: #ef6c00;
}
.sign-status-2{
  color: #efb400;
}
.sign-status-3{
  color:#ef003e;
}
.sign-status-4{
  color: #246cff;
}
.sign-status-5{
  color: #7b0ae4;
}
.sign-status-6{
  color: #e603a3;
}
.sign-status-7{
  color: #b5b5b5;
}
/*新签到end*/

.course-list .course-item-offline .title{
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 0;
  height: 48px;
  line-height: 48px;
  padding: 0 15px;
}
.container.swiper-container{
  width: 1160px;
}

.urlDrawer_select{
  width: 100%;
  height: 1.75rem;
  background-color: #f5f5f5;
  margin-top: 0.5rem;
  position: relative;
}
.urlDrawer_select span{
  position: absolute;
  top:0;
  left: 0;
  width: 40%;
  height: 1.75rem;
  line-height: 1.75rem;
  text-align: center;
  z-index: 1;
  background: url('../images/thhd/icondsj.png') no-repeat right center;
  background-size: 10%;
  font-size: 0.7rem;
  color:#666;
}
.urlDrawer_select select{
  position: absolute;
  top:0;
  left: 0;
  z-index: 2;
  width: 40%;
  height: 100%;
  opacity: 0;
  font-size: 0.7rem;
  color:#666
}
.urlDrawer_list{
  width: 100%;
  border-bottom: 0.55rem solid #f5f5f5;
  padding-bottom: 0.5rem;
  background: #fff;
}
.urlDrawer_list .title{
  height: 1.95rem;
  line-height: 1.95rem;
  margin:0 1.1rem;
  border-bottom: 1px solid #eaeaea;
  font-size: 0.75rem;
  color:#666;
}
.urlDrawer_list ul{
  margin:0 1.1rem;
  padding:0;
}
.urlDrawer_list ul:after{
  content: "";
  display: table;
  clear: both;
}
.urlDrawer_list ul li{
  margin-top: 0.5rem;
  width: 50%;
  float: left;
  padding-right: 0.6rem;
}
.urlDrawer_list ul li:after{
  content: "";
  display: table;
  clear: both;
}
.urlDrawer_list ul li .img{
  width: 20%;
  float: left;
}
.urlDrawer_list ul li .img img{
  display: block;
  width: 100%;
}
.urlDrawer_list ul li .txt{
  width: 78%;
  float: right;
}
.urlDrawer_list ul li .txt h4{
  font-size: 0.6rem;
  color:#313131;
  margin:0;
  height: 0.65rem;
  overflow: hidden;
}
.urlDrawer_list ul li .txt p{
  font-size: 0.5rem;
  color:#8a8a8a;
  width: 100%;
  margin:0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 1.5rem;
}
/*浏览评论点赞图标样式*/
.eyes170202{
  display: inline-block;
  padding-left: 26px;
  background: url('../images/homework/pageview.png') no-repeat left center;
  margin-right: 12px;
  color: #9fa0a0;
  font-size: 14px;
}
.message170202{
  display: inline-block;
  padding-left: 24px;
  background: url('../images/homework/discuss.png') no-repeat left center;
  margin-right: 12px;
  color: #9fa0a0;
  font-size: 14px;
}
.goods170202{
  display: inline-block;
  padding-left: 22px;
  background: url('../images/homework/thumbs-up.png') no-repeat left center;
  margin-right:12px;
  color: #9fa0a0;
  font-size: 14px;
}
/*原创、临摹样式*/
.copy170202{
  width: 40px;
  height: 17px;
  display: inline-block;
  border-radius: 50px;
  font-size: 12px;
  color: #cccccc;
  border: 1px solid #cccccc;
  text-align: center;
  line-height: 16px;
}
.yunhu-homework-list .copy170202,.xyunhu-excellent-homework .copy170202{
  height: 20px;
  line-height: 17px;
  font-size: 14px;
}
.orange170202{
  color: #EF6C00 !important;
  border: 1px solid #EF6C00 !important;
}
.green170202{
  color: #46c37b !important;
  border: 1px solid #46c37b !important;
}

/*右侧按钮*/
.rightBtn1130{
  position: fixed;
  right:60px;
  bottom:52px;
  z-index: 10000;
  width: 100px;
}
.rightBtn1130 .tvgif{
  width: 100%;
  position: relative;
}
.rightBtn1130 .rightBtn1130-closeBtn{
  position: absolute;
  top:-3px;
  right: -25px;
  cursor:pointer;
}
.rightBtn1130 .rightBtn1130-closeBtn .img2{
  display: none;
}
.rightBtn1130 .rightBtn1130-closeBtn:hover .img1{
  display: none;
}
.rightBtn1130 .rightBtn1130-closeBtn:hover .img2{
  display: block;
}
.rightBtn1130 .tvgif a{
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.rightBtn1130 .tvgif img{
  display: block;
  width: 100%;
}
.rightBtn1130 .weChat{
  width: 100%;
  height: 46px;
  margin:10px 0;
  position: relative;
}
.rightBtn1130 .weChat ul{
  width: 45px;
  height: 46px;
  position: relative;
  margin:0 auto;
}
.rightBtn1130 .weChat:hover .li1{
  display: none;
}
.rightBtn1130 .weChat:hover .li2{
  display: block;
}
.rightBtn1130 .weChat li{
  position: absolute;
  top:0;
  left: 0;
  cursor: pointer;
  transform: all 0.3s linear;
}
.rightBtn1130 .weChat li.li2{
  display: none;
}
.rightBtn1130 .weChat .ewm1130{
  position: absolute;
  top:0;
  left: -95px;
  width: 120px;
  transform: scale(0);
  transition: all 0.3s linear;
  -webkit-transform-origin:100% 18%;
}
.rightBtn1130 .weChat:hover .ewm1130{
  transform: scale(1);
}
.rightBtn1130 .weChat img{
  display: block;
  width: 100%;
}
.rightBtn1130 .gotop{
  width: 100%;
  height: 46px;
  margin-top: 10px;
}
.rightBtn1130 .gotop ul{
  width: 46px;
  margin:0 auto;
  position: relative;
}
.rightBtn1130 .gotop li{
  position: absolute;
  left: 0;
  top:0;
  cursor: pointer;
}
.rightBtn1130 .gotop li.li2{
  display: none;
}
.rightBtn1130 .gotop:hover .li1{
  display: none;
}
.rightBtn1130 .gotop:hover .li2{
  display: block;
}
.rightBtn1130 .weibo{
  width: 100%;
  height: 46px;
  margin-top: 10px;
}
.rightBtn1130 .weibo ul{
  width: 46px;
  margin:0 auto;
  position: relative;
}
.rightBtn1130 .weibo li{
  position: absolute;
  left: 0;
  top:0;
  cursor: pointer;
}
.rightBtn1130 .weibo li.li2{
  display: none;
}
.rightBtn1130 .weibo:hover .li1{
  display: none;
}
.rightBtn1130 .weibo:hover .li2{
  display: block;
}
header .stockCode{
  box-sizing: border-box;
  width: 160px;
  height: 60px;
  padding:12px 0 10px 20px;
  float: left;
  position: relative;
  margin-right: 40px;
}
header .stockCode:after{
  content: "";
  width: 1px;
  height: 20px;
  background-color: #343434;
  position: absolute;
  left:0;
  top:50%;
  margin-top: -10px;
}
header .stockCode .p1{
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color:#fff;
  margin:0;
  padding:0;
  text-align: center;
  letter-spacing:1px;
}
header .stockCode .p2{
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color:#212121;
  background-color: #fff;
  text-align: center;
  letter-spacing: 1px;
}
header .stockCode .p2 span{
  display: inline-block;
  width: 68px;
  height: 16px;
  background-color: #212121;
  color:#fff;
  margin-top: 2px;
  line-height: 16px;
  float: right;
  margin-right:2px;
}

.navbar-form .form-control.form-control1{
  width: 100px;
}
.navbar-form .form-control.active{
  width: 140px;
}
.xsidenav .list-group .list-group-item {
  display: none;
}
.xsidenav .list-group.active .list-group-item {
  display: block;
}
.xiaoqxznr{
  position: relative;
}
.xiaoqxz{
  position: absolute;
  width: 285px;
  top:21px;
  right: 270px;
  background: #fff;
  border-radius: 5px;
}
.xiaoqxz p{
  margin: 0;
  padding:5px 8% 5px 10px;
  cursor: pointer;
  height:38px;
  line-height: 32px;
  overflow: hidden;
  margin-bottom: 5px;
  font-size: 20px;
  color: #999999;
  text-align: left;
  position: relative;
}
.xiaoqxz .list{
  border:1px solid #999;
  border-top: 0;
  padding:0;
  background-color: #fff;
  display: none;
  position: absolute;
  left: 0;
  z-index: 100;
  width: 100%;
  font-size: 14px;
  overflow-y:auto;
  overflow-x:hidden;
  top: 43px;
  max-height: 375px;
}
.xiaoqxz .list ul{
  padding:0;
  margin:0;
}
.xiaoqxz .list ul li{
  cursor: pointer;
  padding:10px 0;
  text-align: left;
  color: #595757;
  float: none;
  padding-left: 15px;
}
.xiaoqxz .select:after{
  content:"";
  position: absolute;
  top:50%;
  margin-top:-1px;
  right:2%;
  width: 0;
  height:0;
  border-width:0 8px 8px;
  border-style:solid;
  border-color:transparent transparent #333;
}
.xiaoqxz .select.active:after{
  border-width:8px 8px 0;
  border-style:solid;
  border-color:#595757 transparent transparent;
}
.xiaoqxz .list ul li:hover{
  background-color: #f2f2f2;
}
.xiaoqxznr .djcxxqzdyym{
  position: absolute;
  width: 285px;
  top: 72px;
  right: 270px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 20px;
  background:#ff8925;
  border-radius: 5px;
}
.table-striped > tbody > tr:nth-of-type(2n){
  background-color:#f9f9f9
}
.table-striped > tbody > tr:nth-of-type(2n+1){
  background:none;
}
.table-hover > tbody > tr:hover{
  background-color:#f5f5f5
}
.teacher-item .teacher-bottom{
  background: #fff;
}
.toolbar-nav .glyphicon-download-alt .badge{
  background: #c65a00;
  color: #fff;
}
.xxzgn{
  position: absolute;
  z-index: 1;
  width: 160px;
  right: 0;
}
.findworkbill-list .teacher-bottom span{
  display: inline-block;
  height: 50px;
  width: 50%;
  line-height: 50px;
  padding-left: 0;
  overflow: hidden;
}
.zytggn{
  width: 100%;
  margin: 0;
  padding: 0;
}
.zytggn li{
  height: 100px;
  padding: 5px;
  margin: 0;
  position: relative;
}
.zytggn img.js-un-adjust{
  width: 100%;
}
.zytggn li .zytggn-closeBtn{
  position: absolute;
  top: -5px;
  right: 0;
  z-index: 1;
  cursor: pointer;
}
.zytggn li .zytggn-closeBtn img{
  width: 20px;
}
.order-detail-bg-xcoupon .order-item .order-item-detail{
  width: 70%;
}
.order-detail-bg-xcoupon .card-pack-item{
  text-align: left;
}
.order-detail-bg-xcoupon .card-pack-item.card-item{
  background:url("../images/deduction/2019060607.png") no-repeat;
  width: 138px;
  height: 88px;
  border-radius: 5px;
  overflow: hidden;
}
.order-detail-bg-xcoupon .card-pack-item p.price{
  font-size: 16px;
  margin: 0;
  line-height: 18px;
  margin-top: 2px;
}
.order-detail-bg-xcoupon .card-pack-item p.price strong{
  font-size: 34px;
  font-weight: bold;
}
.order-detail-bg-xcoupon .card-pack-item p.restrictions{
  font-size: 14px;
  line-height: 20px;
  border-bottom: 1px dashed #89402f;
  padding-bottom: 4px;
}
.order-detail-bg-xcoupon .card-pack-item p.card-date{
  font-size: 12px;
  color: #89402f;
  line-height: 22px;
}
.new-card-item-list{
  height: 88px;
  padding:10px 6px 6px;
}
.new-card-item.active .new-card-item-list{
    padding: 8px 4px 4px;
    border: 2px solid #63bf54;
    background-image: url(../images/2019060901.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}


.classroom-list-xin .course-img .course-img-cover {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.classroom-list-xin .course-img .course-img-cover .es-icon {
  color: white;
  font-size: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -35px;
  margin-top: -35px;
}
.pagination > li > span.nyls{
  border:none;
  color: #000;
  background: none;
  padding: 5px;
}
.pagination > li > span.nyls:hover,.pagination > li > span.nyls:focus{
  background: none;
}
.class-img .class-div-cover{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.class-img .class-img-cover1 {
  display: block;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.class-div-cover .es-icon{
  color: white;
  font-size: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
}
.class-play-close{
  position: absolute;
  top: 10px;
  right: 10px;
  display: none;
  z-index: 2;
}
.jy_search_0928 img{
  margin-bottom: 3px;
}
.works_subblock_div .works_subblock{
  color: #595757;
  font-size: 15px;
}
.works_subblock_div .works_subblock.active{
  color: #EF6C00;
}
.xcontainer .courseTaste_subblock_div .courseTaste_subblock{
  color: #7f7f7f;
  font-size: 15px;
  margin-left: 30px;
}
.xcontainer .courseTaste_subblock_div .courseTaste_subblock.active{
  color: #EF6C00;
  border-bottom: 2px solid #EF6C00;
}
.privateBillUser_subblock_div .privateBillUser_subblock{
  color: #595757;
  font-size: 15px;
}
.privateBillUser_subblock_div .privateBillUser_subblock.active{
  color: #EF6C00;
}
.lesson-dashboard .back-course-btn{
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.head-frame-other{
  margin-top: 10px;
}
.head-frame-name{
  float: left;
}
.head-frame-new-a{
  display: block;
  width: 160px;
  margin: 0 auto;
}

.head-frame-div-30{
  display: inline-flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  float: left;
  margin-right: 8px;
}
.head-frame-div-img-30{
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.head-frame-div-pendant-live-30{
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 100% 100%;
}

.head-frame-div-40{
  display: inline-flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 52px;
  height: 52px;
  float: left;
  margin-right: 8px;
}
.head-frame-div-img-40{
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.head-frame-div-pendant-live-40{
  width: 52px;
  height: 52px;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 100% 100%;
}

.head-frame-div-62{
  display: inline-flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 82px;
  height: 82px;
  float: left;
}
.head-frame-div-img-62{
  width: 62px;
  height: 62px;
  border-radius: 50%;
}
.head-frame-div-pendant-live-62{
  width: 82px;
  height: 82px;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 100% 100%;
}

.head-frame-div-82{
  display: inline-flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100px;
  height: 100px;
  float: left;
}
.head-frame-div-img-82{
  width: 82px;
  height: 82px;
  border-radius: 50%;
}
.head-frame-div-pendant-live-82{
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 100% 100%;
}

.head-frame-div-100{
  display: inline-flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 130px;
  height: 130px;
  float: left;
}
.head-frame-div-img-100{
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.head-frame-div-pendant-live-100{
  width: 130px;
  height: 130px;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 100% 100%;
}
.new-teacher-img .head-frame-div-100{
  margin: 0 auto;
  float: none;
}

.head-frame-div-120{
  display: inline-flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 160px;
  height: 160px;
  float: left;
}
.head-frame-div-img-120{
  width: 120px;
  height: 120px;
  border-radius: 50%;
}
.head-frame-div-pendant-live-120{
  width: 160px;
  height: 160px;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 100% 100%;
}
.yunhu-homework-list .head-frame-name{
  width: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.user-avatar-li.nav-hover .head-frame-div-30{
  margin-top: -3px;
}

.new-es-footer-link{
  padding: 42px 0;
}
.new-es-footer-link .footer-main{
  margin-right: 0;
}
.new-es-footer-link .xcontainer .footer-logo{
  text-align: left;
}
.new-es-footer-link .footer-logo > a > img{
  height: 70px;
}
.new-es-footer-link .footer-logo .footer-sns{
  margin-top: 42px;
}
.new-es-footer-link .footer-logo .footer-sns > a{
  margin-right: 60px;
}
.new-es-footer-link .footer-logo .footer-sns > a:last-child{
  margin-right: 0;
}
.new-es-footer-link .footer-sns-p{
  font-size: 14px;
  color: #999999;
  margin: 0;
  text-align: center;
}
.new-es-footer-link .footer-logo .footer-sns i{
  width: 60px;
  height: 60px;
  border: none;
  margin: 0 auto;
}
.new-es-footer-link .footer-logo .footer-sns .es-icon-weibo-1{
  background: url(../images/icon/footer_icon_weibo.png) no-repeat;
  background-size: 100% 100%;
}
.new-es-footer-link .footer-logo .footer-sns .es-icon-weibo-1:hover{
  background: url(../images/icon/footer_icon_weibo_active.png) no-repeat;
  background-size: 100% 100%;
}
.new-es-footer-link .footer-logo .footer-sns .es-icon-weixin-1{
  background: url(../images/icon/footer_icon_weixin.png) no-repeat;
  background-size: 100% 100%;
}
.new-es-footer-link .footer-logo .footer-sns .es-icon-weixin-1:hover{
  background: url(../images/icon/footer_icon_weixin_active.png) no-repeat;
  background-size: 100% 100%;
}
.new-es-footer-link .footer-logo .footer-sns .es-icon-xiaohongshu{
  background: url(../images/icon/footer_icon_xiaohongshu.png) no-repeat;
  background-size: 100% 100%;
}
.new-es-footer-link .footer-logo .footer-sns .es-icon-xiaohongshu:hover{
  background: url(../images/icon/footer_icon_xiaohongshu_active.png) no-repeat;
  background-size: 100% 100%;
}
.new-es-footer-link .footer-logo .footer-sns .es-icon-douyin{
  background: url(../images/icon/footer_icon_douyin.png) no-repeat;
  background-size: 100% 100%;
}
.new-es-footer-link .footer-logo .footer-sns .es-icon-douyin:hover{
  background: url(../images/icon/footer_icon_douyin_active.png) no-repeat;
  background-size: 100% 100%;
}
.new-es-footer-link .qrcode-popover.top .qrcode-content{
  top: -217px;
}
.new-es-footer-link .qrcode-popover.new-qrcode-popover .qrcode-content{
  left: -150px;
}
.new-es-footer-link .qrcode-popover.top .qrcode-content img{
  width: auto;
  height: 100%;
}
.new-es-footer-link .clearfix{
  border-left: 1px solid rgba(101,101,101,1);
  padding-left: 0;
  padding-right: 0;
  width: 60%;
  margin-left: 6%;
}
.new-es-footer-link .footer-main .link-item{
  padding: 0;
  margin-left: 16%;
  width: auto;
}
.new-es-footer-link .footer-main h3{
  margin-bottom: 23px;
}
.new-es-footer-link .footer-main ul li{
  margin-top: 10px;
}
.new-es-footer-link .footer-logo{
  margin-top: 0;
}
.es-header .nav.new-navbar-nav > li > a:focus {
  color: #333333;
}
.new-es-footer-link .qrcode-popover .qrcode-content{
  background:unset;
  box-shadow:unset;
}
.new-es-footer-link .qrcode-popover .qrcode-content::after{
  border: none;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

@media (max-width: 1520px) {
  .new-es-footer-link .footer-logo .footer-sns > a{
    margin-right: 40px;
  }
  .xcontainer {
		width: 96%;
		padding: 0;
		margin: 0 auto;
	}
  .yunhu-homework-list .head-frame-name{
    width: 60px;
  }
  header .stockCode{
    margin-right: 20px;
  }
  .es-header .xcontainer .nav.navbar-nav > li a.designer-img{
    background: url("../images/hot.png") no-repeat 65px center;
    padding-right: 30px;
  }
  .es-header .xcontainer .nav.navbar-nav > li a.designer-img:hover{
    background:#EC6C00 url("../images/hot2.png") no-repeat 65px center;
    color: #fff;
  }
  .es-header .xcontainer .nav.navbar-nav > li.open a.designer-img{
    background: url("../images/hot.png") no-repeat 65px center #EC6C00;
    padding-right: 30px;
    color: #fff;
  }
  .es-header .nav.navbar-nav > li > a{
    padding: 20px 13px;
  }
  .xcontainer{
    width: 96%;
    padding: 0;
    margin:0 auto;
  }
  .es-header{
    padding: 0;
  }
  .xcol-lg-2{
    width: 20%;
  }
  .xyunhu-excellent-homework .nav-pills{
    width: 100%;

  }
  .xyunhu-excellent-homework .nav-pills li{
    margin-bottom: 10px;
  }
  .review-roup .welfare ul li  .txt{
    font-size: 16px;
  }
  .review-roup .welfare ul li .txt .txt1 a{
    margin-bottom: 20px;
  }
  .review-roup .welfare ul li .txt .txt2 h1{
    font-size: 24px;
  }
  .recommend-class-list.yunhu-homework-list .course-item .course-img {
    height: 168px;
  }
  .new-es-footer-link .footer-main .link-item{
    margin-left: 12%;
  }
}

@media (max-width: 1300px) {

  .es-header .nav.navbar-nav > li > a{
    padding: 20px 10px;
  }
  .recommend-class-list.yunhu-homework-list .course-item .course-img {
    height: 150px;
  }
  .yunhu-question-wrap .question-set-item, .yh-testpaper-question-homework .question-set-item{
    width: 70%;
  }
  .new-es-footer-link .footer-logo .footer-sns > a{
    margin-right: 30px;
  }
}

@media (max-width: 1199px) {
  .yunhu-excellent-dynamic .voice ul {
    width: 72%;
  }
  .wz_mainBox .suspendK{
    padding: 20px 10px;
    width: 110px;
  }
  .review-roup .welfare ul li  .txt{
    font-size: 12px;
  }
  .review-roup .welfare ul li .txt .txt1 a{
    margin-bottom: 10px;
  }
  .review-roup .welfare ul li .txt .txt2 h1{
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .yunhu-excellent-dynamic .voice {
    font-size: 16px;
  }
  .yunhu-excellent-dynamic .voice ul {
    width: 70%;
  }
  .xcol-lg-2{
    width: 33.333333333%;
  }
  .xcontainer{
    width: 94%;
    padding: 0;
    margin-left: 3%;
    margin-right: 3%;
  }
  .media .more{
    height:50px;
    line-height: 50px;
    padding-top: 0;
  }
  .six_btn_qb{
    width: 100%;
  }
  .yunhu-group-section .mediaImg,.yunhu-group-section .xcol-lg-1{
    display: none;
  }
  .yunhu-group-section .mediaImg.xcol-lg-3{
    display: block;
    width: 100%;
  }
  .yunhu-group-section .xcontainer .media-group-list .media-left > a > img{
    height:100px
  }
  .xcontainer .xrecommend-class-list .row .media-group .mediaImg a{
    height:100px
  }
  .yunhu-group-section .xcontainer .media-body{
    padding-top: 10px;
  }
  .nav_btn{
    margin-bottom: 30px;
  }

  .review-roup .welfare ul li  .txt .txt1 a{
    width: 100px;
    margin-bottom: 10px;
    height: 30px;
  }
  .review-roup .welfare ul li  .txt .txt2 h1{
    font-size: 18px;
    margin-bottom: 5px;
  }
  .new-es-footer-link .clearfix{
    width: 100%;
    border: none;
    padding-left: 15px;
    margin: 0;
  }
  .study_video .class-img img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .xxzgn{
    bottom: 0;
  }
  .course-list .course-item .metas .comment {
    display: inline-block;
  }
  .homework-job-rranking .findbillnav-qclass{
    width:35%;
  }
  .homework-job-rranking .findbillnav-classhour{
    width:40%;
  }
  .yunhu-excellent-dynamic{
    display: none;
  }
  .xcol-lg-2{
    width: 100%;
    padding: 0;
  }
  .introduction-section{
    display: none;
  }

  .course-list  .xcol-lg-2 .course-item{
    margin: 5px;
  }

  .xcontainer .row,.xcontainer .navbar-header{
    margin: 0;
  }
  .es-header .xcontainer .nav.navbar-nav .active a::after{
    margin-left:-44%;
    width:11%;
  }
  .xcontainer .course-list .course-item .metas .comment{
    margin-left: 5px;
  }
  .introduction-section .introduction-item{
    margin: 5px 0;
  }
  .introduction-section .introduction-item a{
    margin: 0 5px;
    display: block;
  }
  .xcontainer .course-list .course-item .metas .comment.xlike{
    display: none;
  }
  .middle_footerexhibition{
    display: none;
  }
  .yunhu-homework-list .course-item .course-img{
    height: 160px;
  }
  .dprsfxs{
    display: none;
  }
  .nav_btn{
    margin-top: 20px;
  }
  .nav_btn ul li{
    margin-bottom: 14px;
  }
  .slectBtn .position{
    margin-bottom: 10px;
  }
  .xcontainer .homework-job-rranking-listxs{
    margin-bottom: 20px;
  }
  .es-header .xcontainer{
    width: 100%;
    margin: 0;
  }
  .works-show-xin .worktitle .title_center{
    border: none;
  }
  .footer-main{
    width:auto;
    margin-right: 0;
  }
  .review-roup.comment .banners .team img,.goal .teamGoal,.goal .call img{
    width: 100%;
  }
  .review-roup.comment .banners .team{
    background-size: 85%;
  }
  .review-roup.comment .declaration .col{
    font-size: 10px;
  }
  .review-roup.comment .declaration .col ul li span{
    font-size: 16px;
  }
  .review-roup.comment .declaration .col a{
    background-size: 60%;
    margin:0;
  }
  .review-roup .discuss img{
    width:95%;
  }
  .review-roup  .welfare ul li{
    width: 100%;
  }
  .review-roup  .welfare ul li  .txt{
    font-size: 16px;
  }
  .review-roup  .welfare ul li  .txt .txt1 p,
  .review-roup  .welfare ul li  .txt .txt2 p{
    margin-bottom: 5px;
  }
  .review-roup  .welfare ul li  .txt .txt1 a{
    width: 120px;
    height: 50px;
  }
  .xindex_right{
    display: none;
  }
  .recommend-class-list.yunhu-homework-list .classroom-list-xin .course-item .course-img {
    height: auto;
  }
  .rightBtn1130{
    display: none;
  }
  header .stockCode{
    display: none;
  }
}
@media screen and (max-width:640px){
  .new-es-footer-link .clearfix{
    width: 100%;
    border: none;
    padding-left: 15px;
    margin: 0;
  }

  .new-es-footer-link .footer-main ul li{
    margin-top: 10px;
  }
  .new-es-footer-link .footer-main .link-item{
    width: 33.33%;
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 564px) {
  .course-list  .xcol-lg-2 .course-item-offline{
    margin: 10px;
  }
  .bill .panel-heading a{
    height: 23px;
    overflow: hidden;
    width: 50%;
  }

  .bill .panel-heading .shangj{
    float: left;
    margin-right: 10px;
  }
  .findwork a{
    height: 23px;
    overflow: hidden;
    width: 50%;
  }
  .findwork .city_ion span{
    margin-right: 10px;
  }
  .xyunhu-excellent-homework .nav-pills1{
    width: 100%;
  }
  .xyunhu-excellent-homework .nav-pills1 > li{
    width: 33.33%;
    text-align: center;
  }
  .xyunhu-excellent-homework .nav-pills1 > li > a{
    padding: 10px;
    font-size: 16px;
  }
  .period-list .period .xes-video{
    display: none;
  }
  .xteacher-list-six-btn{
    width: 100%;
  }
  .xrecommend-class-six-btn{
    width: 100%;
  }
  .xrecommend-class-six-btn .six_btn_qb  .col a{
    width: 60px;
    padding:  0 10px;
  }
  .xrecommend-class-six-btn .six_btn_qb{
    width: 240px;
    margin:  0 auto;
  }
  .xteacher-list-six-btn  .six_btn_qb{
    width: 280px;
    margin:  0 auto;
  }
  .works-show-xin .ol-md-dianzan{
    width: 200px;
    height: 50px;
    text-align: left;
  }
  .works-show-xin .ol-md-dianzan img {
    margin-left: 79px;
    margin-top: 8px;
    width: 22px;
  }

  .works-show-xin .col-md-dz p{
    top:18px;
    left: 50%;
    width: auto;
    margin-left: 6px;
  }
  .homework-post-show-item .homework-post-show-img{
    margin-bottom: 10px;
  }
  .homework-post-show-item .homework-post-show-content .post-show-title .yunhu-score{
    display: none;
  }
  .homework-post-show-item .homework-post-show-content .post-show-person p{
    float: none;
    margin-bottom: 10px;
  }
  .xyunhu-excellent-homework .six_btn_qb{
    margin-top: 20px;
  }

}


@media (max-width: 400px) {
  .bill .panel-heading a{
    height: 23px;
    overflow: hidden;
    width: 100px;
  }
  .findwork a{
    height: 23px;
    overflow: hidden;
    width: 95px;
  }
  .open-course-list-section  .course-list .opencourxians{
    display: none;
  }
  .homework-job-rranking .ckphb{
    padding: 10px;
  }
  .xyunhu-excellent-homework .nav-pills1 > li > a{
    font-size: 14px;
  }
  .six_btn .col{
    margin-left:10px;
    margin-bottom: 10px;
  }
  .six_btn .col a{
    font-size: 16px;
    width: 120px;
    padding: 0;
  }
  .review-roup .welfare ul li  .txt .txt1 a{
    width: 100px;
    height: 30px;
    margin-bottom: 0;
    margin-top: 10px;
  }
  .review-roup .welfare ul li  .txt{
    font-size: 12px;
  }
  .review-roup .welfare ul li  .txt .txt1 p{
    margin:0;
  }
  .review-roup .welfare ul li  .txt .txt2 p{
    margin:0;
  }
  .review-roup .welfare ul li  .txt .txt2 h1{
    font-size: 14px;
    margin-bottom: 0;
  }
  .review-roup.comment .declaration{
    background:#3a31fb  ;
  }
  .review-roup  .welfare ul li  .txt .txt1{
    margin-top: 10px;
  }
  .review-roup .goal .call img{
    width: 100%;
  }
  .review-roup .goal .teamGoal{
    width: 100%;
  }
  .wz_mainBox .common .txt .website{
    margin-bottom: 0;
  }
}

@media screen and (min-width:1520px) and (max-width:1540px) {
	.xcontainer {
		width: 100%;
	}
}
@media screen and (max-width:320px) {
  .homework-post-show-item .homework-post-show-content .comment-item .comment-key{
    width: 50%;
  }
  .homework-post-show-item .homework-post-show-content .post-show-person p + p{
    border: 0;
    padding-left: 0;
  }
}

@media screen and (max-width:640px){
  .nav-hover .dropdown-download-menu{
    display: none;
  }
  .yunhu-homework-list .course-item .person{
    height: 50px;
    padding-top:10px;
  }
  .wz_mainBox{
    margin-top: 20px;
  }
  .wz_mainBox .container{
    width: 95%;
  }
  .wz_mainBox .suspendK{
    visibility: hidden;
  }
  .wz_mainBox .common .rows .col{
    padding: 3px;
  }
  .wz_mainBox .common .txt .website{
    font-size: 14px;
  }
  .wz_mainBox .common .txt small{
    font-size: 12px;
  }
  .wz_mainBox .common{
    padding: 10px;
    margin-bottom: 35px;
  }
  .wz_mainBox .common .logo p{
    width: 20px;
    height: 20px;
  }
  .wz_mainBox .btn{
    display: block;
    position: fixed;
    top:10%;
    left:10px;
    border:1px solid #ddd;
    background-color: #666;
    z-index: 100;
    color:#fff;
  }
  .pagination > li > a, .pagination > li > span {
    padding: 3px 8px;
    margin: 2px;
  }

  .head-frame-div-30{
    width: 28px;
    height: 28px;
    margin-right: 4px;
  }
  .head-frame-div-img-30{
    width: 22px;
    height: 22px;
  }
  .head-frame-div-pendant-live-30{
    width: 28px;
    height: 28px;
  }
  .user-avatar-li.nav-hover .head-frame-div-30{
    width: 40px;
    height: 40px;
  }
  .user-avatar-li.nav-hover .head-frame-div-img-30{
    width: 30px;
    height: 30px;
  }
  .user-avatar-li.nav-hover .head-frame-div-pendant-live-30{
    width: 40px;
    height: 40px;
  }

  .head-frame-div-62{
    width: 58px;
    height: 58px;
  }
  .head-frame-div-img-62{
    width: 45px;
    height: 45px;
  }
  .head-frame-div-pendant-live-62{
    width: 58px;
    height: 58px;
  }
  .head-frame-other{
    margin-top: 4px;
  }
  .xlist_footer{
    line-height: 24px;
  }

  .head-frame-div-100{
    width: 82px;
    height: 82px;
  }
  .head-frame-div-img-100{
    width: 62px;
    height: 62px;
  }
  .head-frame-div-pendant-live-100{
    width: 82px;
    height: 82px;
  }

  .head-frame-div-120{
    width: 90px;
    height: 90px;
  }
  .head-frame-div-img-120{
    width: 72px;
    height: 72px;
  }
  .head-frame-div-pendant-live-120{
    width: 90px;
    height: 90px;
  }

}
.v-rank{
	margin: 0;
	padding: 0;
	background: #fff;
	padding:10px 20px;
}
.v-rank li{
	height: auto;
	line-height: 30px;
	margin-top: 10px;
	position: relative;
	overflow: hidden;
}
.v-rank li{
	color: #7F7F7F;
}
.mkop{
	border-radius: 5px;
	width: 40%;float: left;
	overflow: hidden;
	position: relative;
}
.v-rank li:hover{
	color: #ec6c00;
	cursor: pointer;
}
.hgshow{
	position: absolute;
	top:0;
	left:-10px;
}
.v-order{
	display: inline-block;width: 25px;height: 25px;text-align: center;line-height: 25px;margin-right: 5px;color:#fff;
	vertical-align: top;margin-top: 2px;background:#999999 ;
}
.six_btn .col.active a::after {
	background-color: #ec6c00;
	bottom: -1px;
	height: 1px;
	margin-left: -50%;
	width: 100%;
}
.six_btn_qb{
	width: 100%;
}
.six_btn .col a{
	font-size: 16px;
	color: #333;
	padding-bottom: 10px;
}
.yunhu-video-comment-section{
	background: none;
}
.video-mask > .iconfont{
	margin: 0;
	font-size: 25px;
	top: 86%;
	left: 5%;
	color: #fff;
}
.video-mask > .hitnum{
	position: absolute;
	color: #fff;
	top: 85%;
	left: 16%;
}
.video-mask > .ctime{
	position: absolute;
	color: #fff;
	top: 85%;
	right: 3%;
}
.course-info>.title>a.link-dark{
	font-size: 18px;
	color: #333 !important;
}
.course-item-op:hover .course-info>.title>a.link-dark{
	color: #ec6c00 !important;
}
.person>a>.mrm{
	color: #999 !important;
	font-size: 15px;
}
.person{
	padding: 10px;
}
.person a{
	color: #7F7F7F;
}
.person a:hover{
	color: #ec6c00;
}
.yunhu-video-comment-section .course-list .col-lg-3{
padding-right: 10px;
padding-left:10px;
}
.v-rank{
margin: 0;
padding: 0;
background: #fff;
padding:10px 20px;
}
.v-rank li{
height: auto;
line-height: 30px;
margin-top: 5px;
position: relative;
overflow: hidden;
}
.v-rank li{
color: #7F7F7F;
}
.mkop{
border-radius: 5px;
width: 40%;float: left;
overflow: hidden;
position: relative;
}
.v-rank li:hover{
cursor: pointer;
color: #ec6c00;
}
.hgshow{
position: absolute;
top:0;
left:-10px;
}
.v-order{
display: inline-block;width: 25px;height: 25px;text-align: center;line-height: 25px;margin-right: 5px;color:#fff;
vertical-align: top;margin-top: 2px;background:#999999 ;
}
.yunhu-video-comment-section{
background: none;
}
.video-mask > .iconfont{
margin: 0;
font-size: 25px;
top: 84.5%;
left: 5%;
color: #fff;
width: 18px;
}
.video-mask > .hitnum{
position: absolute;
color: #fff;
top: 84%;
left: 16%;
}
.video-mask > .ctime{
position: absolute;
color: #fff;
top: 84%;
right: 3%;
}
.course-item-op:hover .course-info>.title>a.link-dark{
color: #ec6c00 !important;
}
.chamfer-r{
position: absolute;
top: 0;
left: 0;
height: 30px;
width: 126px;
z-index: 2;
background-position: left;
background-size: auto 30px;
background-repeat: no-repeat;
}
.chamfer-rop1{
background-image:url(http://www.tianhuyun.com/bundles/customweb/img/thhd/xtioj1.png?7.5.16407);
}
.chamfer-rop2{
background-image:url(http://www.tianhuyun.com/bundles/customweb/img/thhd/xtioj2.png?7.5.16407);
}
.chamfer-rop3{
background-image:url(http://www.tianhuyun.com/bundles/customweb/img/thhd/xtioj3.png?7.5.16407);
}
.chamfer-rop4{
background-image:url(http://www.tianhuyun.com/bundles/customweb/img/thhd/xtioj4.png?7.5.16407);
}
.chamfer-rop5{
background-image:url(http://www.tianhuyun.com/bundles/customweb/img/thhd/xtioj5.png?7.5.16407);
}
.chamfer-rop6{
background-image:url(http://www.tianhuyun.com/bundles/customweb/img/thhd/xtioj6.png?7.5.16407);
}
.person a{
color: #7F7F7F;
}
.person a:hover{
color: #ec6c00;
}
.clear::after {
	clear: both; display: table; content: "";
}
input:focus {
	outline: 0px; outline-offset: 0;
}
.high_banner {
	width: 100%; position: relative;
}
.high_banner > img {
	width: 100%; height: 730px; display: block;
}
.high_banner .box {
	left: 50%; top: 110px; width: 1180px; margin-left: -590px; position: absolute;
}
.high_banner .box .p1 {
	color: rgb(168, 168, 169); font-size: 40px; margin-bottom: 0px;
}
.high_banner .box h1 {
	margin: 0px; color: rgb(248, 206, 119); font-size: 64px; font-weight: bold;
}
.high_banner .box small {
	color: rgb(161, 133, 75); letter-spacing: 5.6px; padding-bottom: 13px; font-size: 14px; margin-top: 5px; margin-bottom: 5px; border-bottom-color: rgb(161, 133, 75); border-bottom-width: 1px; border-bottom-style: solid; display: inline-block;
}
.high_banner .box .p2 {
	margin: 0px; color: rgb(193, 193, 193); font-size: 32px;
}
.high_banner .box a {
	padding: 5px; border: 1px solid rgb(161, 133, 75); transition:0.3s linear; border-image: none; width: 228px; height: 60px; margin-top: 45px; display: block;
}
.high_banner .box a span {
	transition:0.3s linear; width: 100%; height: 100%; text-align: center; color: rgb(5, 1, 36); line-height: 46px; font-size: 32px; display: block; background-color: rgb(255, 211, 117);
}
.high_banner .box a:hover {
	border-color: rgb(255, 211, 117);
}
.high_banner .box a:hover span {
	color: rgb(255, 211, 117); background-color: transparent;
}
.high_title {
	width: 100%; text-align: center; margin-bottom: 58px;
}
.high_title p {
	color: rgb(160, 160, 160); font-size: 16px; margin-bottom: 20px; position: relative;
}
.high_title p::after {
	left: 50%; width: 32px; height: 1px; bottom: -10px; margin-left: -16px; position: absolute; content: ""; background-color: rgb(160, 160, 160);
}
.high_title h1 {
	margin: 0px; color: rgb(255, 255, 255); font-size: 36px; font-weight: bold;
}
.high_module1 {
	width: 100%; background-color: rgb(25, 24, 29);
}
.high_module1 .high_title p {
	margin-top: -18px;
}
.high_module1 .list {
	margin: 0px auto; width: 1180px;
}
.high_module1 .list ul {
	margin: 0px; width: 100%; padding-top: 10px; padding-left: 0px;
}
.high_module1 .list li {
	border: 1px solid transparent; transition:0.3s linear; border-image: none; width: 286px; margin-right: 12px; float: left; box-shadow: 0px 0px 20px 0px #151418;
}
.high_module1 .list img {
	width: 100%; display: block;
}
.high_module1 .list p {
	margin: 0px; padding: 12px 0px; transition:0.3s linear; width: 100%; text-align: center; color: rgb(255, 255, 255); font-size: 16px; background-color: rgb(36, 35, 43);
}
.high_module1 .list li:hover {
	border-color: rgb(255, 211, 117); margin-top: -10px;
}
.high_module1 .list li:hover p {
	background-color: rgb(13, 13, 15);
}
.high_module1 .hengf {
	background: url("/bundles/customweb/img/subject/high1/0130bg1.png") no-repeat center / 100%; margin: 45px auto 0px; padding: 19px; width: 1218px; height: 198px;
}
.high_module1 .hengf .inBox {
	border: 1px solid rgb(115, 97, 62); border-image: none; width: 100%; height: 100%; position: relative;
}
.high_module1 .inBox h1 {
	color: rgb(255, 255, 255); font-size: 48px; font-weight: bold; margin-top: 35px; margin-bottom: 0px; margin-left: 86px;
}
.high_module1 .inBox span {
	color: rgb(255, 211, 117);
}
.high_module1 .inBox p {
	color: rgb(160, 160, 160); font-size: 28px; margin-left: 86px;
}
.high_module1 .inBox a {
	border: 1px solid rgb(255, 211, 117); transition:0.3s linear; border-image: none; top: 50%; width: 278px; height: 46px; text-align: center; right: 90px; color: rgb(17, 17, 17); line-height: 46px; font-size: 24px; margin-top: -24px; position: absolute; background-color: rgb(255, 211, 117);
}
.high_module1 .inBox a:hover {
	color: rgb(255, 211, 117); background-color: transparent;
}
.high_module2 {
	padding-top: 75px; background-color: rgb(13, 13, 15);
}
.high_module2 .high_title p {
	margin-top: 20px; margin-bottom: 0px;
}
.high_module3 .high_title p {
	margin-top: 20px; margin-bottom: 0px;
}
.high_module4 .high_title p {
	margin-top: 20px; margin-bottom: 0px;
}
.high_module5 .high_title p {
	margin-top: 20px; margin-bottom: 0px;
}
.high_module2 .high_title p::after {
	top: -10px; bottom: auto;
}
.high_module3 .high_title p::after {
	top: -10px; bottom: auto;
}
.high_module4 .high_title p::after {
	top: -10px; bottom: auto;
}
.high_module5 .high_title p::after {
	top: -10px; bottom: auto;
}
.high_module2 .list {
	margin: 0px auto 120px; width: 1180px;
}
.high_module2 .list ul {
	margin: 0px; width: 100%; padding-top: 10px; padding-left: 0px;
}
.high_module2 .list li {
	border: 1px solid transparent; transition:0.3s linear; border-image: none; width: 286px; height: 286px; margin-right: 12px; float: left;
}
.high_module2 .list img {
	width: 100%; display: block;
}
.high_module2 .list li:hover {
	border-color: rgb(255, 211, 117); margin-top: -10px;
}
.high_module2 .lsBox {
	width: 100%; position: relative;
}
.high_module2 .lsBox .inBox {
	margin: 0px auto; width: 1180px; height: 720px; overflow: hidden; position: relative;
}
.high_module2 .inBox ul {
	margin: 0px 1px; padding: 0px; left: 0px; top: 0px; height: 720px; position: absolute;
}
.high_module2 .inBox li {
	width: 1180px; height: 720px; float: left; position: relative;
}
.high_module2 .inBox img {
	width: 100%; display: block;
}
.high_module2 .inBox .txt {
	left: 0px; top: 185px; width: 520px; position: absolute;
}
.high_module2 .inBox .txt h3 {
	margin: 0px; color: rgb(255, 255, 255); padding-left: 20px; font-size: 28px; position: relative;
}
.high_module2 .inBox .txt h3::after {
	left: 0px; top: 50%; width: 5px; height: 5px; position: absolute; content: ""; transform: rotate(45deg); background-color: rgb(255, 255, 255);
}
.high_module2 .inBox .txt h5 {
	margin: 0px; color: rgb(255, 255, 255); padding-top: 15px; padding-bottom: 18px; font-size: 20px; border-bottom-color: rgb(47, 47, 49); border-bottom-width: 1px; border-bottom-style: solid;
}
.high_module2 .inBox .txt p {
	margin: 15px 0px; color: rgb(255, 255, 255); font-size: 20px;
}
.high_module2 .inBox .txt small {
	color: rgb(120, 120, 120); line-height: 20px; font-size: 12px; display: block;
}
.high_module2 .inBox h1 {
	top: 0px; right: 90px; color: rgb(42, 42, 44); font-size: 48px; display: none; position: absolute;
}
.high_module2 .inBox h1::after {
	width: 50px; height: 1px; right: 40px; bottom: -18px; position: absolute; content: ""; background-color: rgb(42, 42, 44);
}
.high_module2 .navBox {
	left: 50%; width: 1240px; height: 150px; bottom: 60px; margin-left: -620px; position: absolute;
}
.high_module2 .navBox > p {
	transition:0.3s linear; top: 50%; width: 14px; height: 24px; margin-top: -12px; position: absolute; cursor: pointer; opacity: 0.6;
}
.high_module2 .navBox > p:hover {
	opacity: 1;
}
.high_module2 .navBox > p img {
	width: 100%; display: block;
}
.high_module2 .navBox p.btnl {
	left: 0px;
}
.high_module2 .navBox p.btnr {
	right: 0px;
}
.high_module2 .navBox .nav {
	margin: 0px auto; width: 1180px; height: 150px; overflow: hidden; position: relative;
}
.high_module2 .nav ul {
	margin: 0px; padding: 0px; left: 0px; top: 0px; height: 150px; position: absolute;
}
.high_module2 .nav li {
	border: 1px solid rgb(13, 13, 15); border-image: none; width: 202px; height: 150px; float: left; cursor: pointer;
}
.high_module2 .nav li img {
	width: 200px; height: 148px; vertical-align: middle; display: inline-block;
}
.high_module2 .nav li .txt {
	display: none;
}
.high_module2 .nav li.active {
	border-color: rgb(255, 211, 117); width: 378px;
}
.high_module2 .nav li.active .txt {
	width: 176px; height: 148px; padding-left: 18px; vertical-align: middle; float: right; display: block; background-color: rgb(255, 211, 117);
}
.high_module2 .nav li.active .txt p {
	color: rgb(47, 47, 47); font-size: 32px; margin-top: 35px; margin-bottom: 0px;
}
.high_module2 .nav li.active .txt small {
	color: rgb(47, 47, 47); font-size: 16px; display: block;
}
.high_module3 {
	padding: 100px 0px; width: 100%; background-color: rgb(25, 24, 29);
}
.high_module3 .hjBox {
	margin: 0px auto; width: 1240px; position: relative;
}
.high_module3 .hjBox .inBox {
	margin: 0px auto; width: 1180px; height: 320px; overflow: hidden;
}
.high_module3 .hjBox p {
	top: 50%; width: 14px; height: 24px; margin-top: -12px; position: absolute; cursor: pointer; opacity: 0.6;
}
.high_module3 .hjBox p:hover {
	opacity: 1;
}
.high_module3 .hjBox p.btnl {
	left: 0px;
}
.high_module3 .hjBox p.btnr {
	right: 0px;
}
.high_module3 .inBox ul {
	margin: 0px; padding: 0px; width: 100%; height: 320px; position: relative;
}
.high_module3 .inBox li {
	transition:0.3s linear; left: 0px; top: 0px; width: 500px; height: 320px; position: absolute;
}
.high_module3 .inBox li .cover {
	left: 0px; top: 0px; width: 100%; height: 100%; position: absolute; opacity: 1; background-color: rgba(0, 0, 0, 0.6);
}
.high_module3 .inBox li.li1 {
	z-index: 1; transform: translateX(-20%) scale(0.6);
}
.high_module3 .inBox li.li2 {
	z-index: 2; transform: translateX(20%) scale(0.8);
}
.high_module3 .inBox li.li3 {
	z-index: 3; transform: translateX(69%) scale(1);
}
.high_module3 .inBox li.li3 .cover {
	opacity: 0;
}
.high_module3 .inBox li.li4 {
	z-index: 2; transform: translateX(120%) scale(0.8);
}
.high_module3 .inBox li.li5 {
	z-index: 1; transform: translateX(156%) scale(0.6);
}
.high_module3 .inBox li.li6 {
	z-index: 1; transform: translateX(225%) scale(0.6);
}
.high_module3 .hjTxt {
	margin: 0px auto; width: 1180px;
}
.high_module3 .hjTxt ul {
	margin: 0px; padding: 0px; width: 100%;
}
.high_module3 .hjTxt li {
	background: url("/bundles/customweb/img/subject/high1/0131icon1.png") no-repeat left; width: 50%; height: 96px; padding-left: 120px; margin-top: 50px; float: left;
}
.high_module3 .hjTxt li p {
	color: rgb(255, 255, 255); font-size: 20px; margin-top: 20px; margin-bottom: 0px;
}
.high_module3 .hjTxt li small {
	color: rgb(120, 120, 120); font-size: 16px; display: block;
}
.high_module3 .hjTxt li:nth-child(2) {
	background-image: url("/bundles/customweb/img/subject/high1/0131icon2.png");
}
.high_module3 .hjTxt li:nth-child(3) {
	background-image: url("/bundles/customweb/img/subject/high1/0131icon3.png");
}
.high_module3 .hjTxt li:nth-child(4) {
	background-image: url("/bundles/customweb/img/subject/high1/0131icon4.png");
}
.high_module3 .formBox {
	background: url("/bundles/customweb/img/subject/high1/0131bg1.jpg") no-repeat center / 100%; margin: 80px auto; padding: 10px; width: 1200px; height: 180px;
}
.high_module3 .formBox .inBox {
	border: 1px solid rgb(195, 162, 94); border-image: none; width: 100%; height: 100%; position: relative;
}
.high_module3 .formBox .txt {
	padding-top: 26px; margin-left: 88px;
}
.high_module3 .formBox .txt p {
	margin: 0px; color: rgb(160, 160, 160); font-size: 28px;
}
.high_module3 .formBox .txt h1 {
	margin: 0px; color: rgb(255, 255, 255); font-size: 54px; font-weight: bold;
}
.high_module3 .formBox .txt h1 span {
	color: rgb(255, 211, 117);
}
.high_module3 .form {
	top: 20px; right: 90px; position: absolute;
}
.high_module3 .form img {
	vertical-align: middle;
}
.high_module3 .form .box {
	width: 240px; vertical-align: middle; display: inline-block;
}
.high_module3 .form p {
	width: 100%; height: 36px; margin-bottom: 6px;
}
.high_module3 .form input {
	border: 0px currentColor; border-image: none; width: 100%; height: 100%; color: rgb(171, 171, 171); padding-left: 10px; font-size: 18px;
}
.high_module3 .form p.btn0131 {
	border: 1px solid rgb(255, 211, 117); transition:0.3s linear; border-image: none; text-align: center; color: rgb(47, 47, 47); line-height: 34px; font-size: 20px; margin-bottom: 0px; cursor: pointer; background-color: rgb(255, 211, 117);
}
.high_module3 .form p.btn0131:hover {
	color: rgb(255, 211, 117); background-color: transparent;
}
.high_module3 .gtBox {
	margin: 0px auto; width: 1240px; position: relative;
}
.high_module3 .gtBox > p {
	top: 50%; width: 14px; height: 24px; margin-top: -12px; position: absolute; cursor: pointer; opacity: 0.6;
}
.high_module3 .gtBox > p:hover {
	opacity: 1;
}
.high_module3 .gtBox > p.btnl {
	left: 0px;
}
.high_module3 .gtBox > p.btnr {
	right: 0px;
}
.high_module3 .gtBox .inbox {
	margin: 0px auto; width: 1180px; height: 372px; overflow: hidden; position: relative;
}
.high_module3 .inbox ul {
	margin: 0px; padding: 10px 0px 0px; left: 0px; top: 0px; height: 372px; position: absolute;
}
.high_module3 .inbox li {
	border: 1px solid rgb(25, 24, 29); transition:0.3s linear; border-image: none; width: 388px; height: 362px; text-align: center; margin-right: 8px; float: left; background-color: rgb(255, 255, 255);
}
.high_module3 .inbox li img {
	width: 100%; display: block;
}
.high_module3 .inbox li p {
	color: rgb(47, 47, 47); font-size: 20px; margin-top: 8px; position: relative;
}
.high_module3 .inbox li p::after {
	left: 50%; width: 24px; height: 1px; bottom: -5px; margin-left: -12px; position: absolute; content: ""; background-color: rgb(160, 160, 160);
}
.high_module3 .inbox li small {
	color: rgb(160, 160, 160); font-size: 16px; display: block;
}
.high_module3 .inbox li:hover {
	border-color: rgb(255, 211, 117); margin-top: -10px;
}
.high_module4 {
	padding: 100px 0px; width: 100%; background-color: rgb(13, 13, 15);
}
.high_module4 .xszyBox {
	margin: 0px auto 150px; width: 1180px; height: 499px; position: relative;
}
.high_module4 .xszyBox .listBox {
	left: 0px; top: 0px; width: 996px; height: 499px; overflow: hidden; position: absolute; background-color: rgb(25, 24, 29);
}
.high_module4 .listBox ul {
	margin: 0px; padding: 0px; left: 0px; top: 0px; height: 499px; position: absolute;
}
.high_module4 .listBox li {
	width: 996px; height: 499px; padding-top: 83px; padding-left: 72px; float: left;
}
.high_module4 .listBox li img {
	width: 531px; height: auto; vertical-align: middle; display: inline-block;
}
.high_module4 .listBox li .txt {
	margin-left: 36px; vertical-align: middle; display: inline-block;
}
.high_module4 .listBox li .txt p {
	background: url("/bundles/customweb/img/subject/high1/0131icon5.png") no-repeat left; margin: 0px; height: 48px; color: rgb(255, 255, 255); line-height: 48px; padding-left: 32px; font-size: 20px;
}
.high_module4 .listBox li .txt small {
	color: rgb(119, 119, 119); line-height: 40px; padding-top: 12px; font-size: 20px; margin-top: 12px; border-top-color: rgb(49, 49, 49); border-top-width: 1px; border-top-style: solid; display: block;
}
.high_module4 .xszyBox .nav {
	top: -47px; width: 184px; height: 593px; right: 0px; padding-top: 47px; position: absolute;
}
.high_module4 .nav .navBox {
	width: 184px; height: 499px; overflow: hidden; position: relative;
}
.high_module4 .nav ul {
	margin: 0px; padding: 0px; left: 0px; top: 0px; width: 100%; position: absolute;
}
.high_module4 .nav li {
	border-width: 1px 1px 0px; border-style: solid solid none; border-color: rgb(49, 49, 49) rgb(49, 49, 49) currentColor; transition:0.3s linear; border-image: none; width: 100%; height: 166px; text-align: center; color: rgb(119, 119, 119); cursor: pointer;
}
.high_module4 .nav li p {
	font-size: 16px; margin-top: 63px; position: relative;
}
.high_module4 .nav li p::after {
	left: 50%; width: 16px; height: 1px; bottom: -5px; margin-left: -8px; position: absolute; content: ""; background-color: rgb(119, 119, 119);
}
.high_module4 .nav li small {
	font-size: 16px; display: block;
}
.high_module4 .nav li:last-child {
	border-bottom-color: rgb(49, 49, 49); border-bottom-width: 1px; border-bottom-style: solid;
}
.high_module4 .nav li.active {
	color: rgb(255, 255, 255); background-color: rgb(36, 35, 43);
}
.high_module4 .nav li.active p::after {
	background-color: rgb(255, 255, 255);
}
.high_module4 .nav > p {
	margin: 0px; border: 1px solid rgb(49, 49, 49); transition:0.3s linear; border-image: none; left: 0px; width: 184px; height: 47px; text-align: center; line-height: 46px; position: absolute; cursor: pointer; opacity: 0.6;
}
.high_module4 .nav > p:hover {
	opacity: 1; background-color: rgb(36, 35, 43);
}
.high_module4 .nav > p.btnup {
	top: 1px;
}
.high_module4 .nav > p.btndown {
	bottom: 1px;
}
.high_module4 .gzBox {
	margin: 0px auto 150px; width: 1180px;
}
.high_module4 .gzBox ul {
	margin: 0px; padding: 0px; width: 100%; height: 466px;
}
.high_module4 .gzBox li {
	border: 1px solid transparent; transition:0.3s linear; border-image: none; width: 258px; height: 454px; overflow: hidden; float: left;
}
.high_module4 .gzBox li .img {
	transition:0.3s linear; width: 100%; height: 230px; overflow: hidden;
}
.high_module4 .gzBox li:nth-child(1) .img {
	border-bottom-color: transparent; border-bottom-width: 1px; border-bottom-style: solid;
}
.high_module4 .gzBox li:nth-child(3) .img {
	border-bottom-color: transparent; border-bottom-width: 1px; border-bottom-style: solid;
}
.high_module4 .gzBox li:nth-child(2) .img {
	border-top-color: transparent; border-top-width: 1px; border-top-style: solid;
}
.high_module4 .gzBox li:nth-child(4) .img {
	border-top-color: transparent; border-top-width: 1px; border-top-style: solid;
}
.high_module4 .gzBox li img {
	transition:0.3s linear; height: 100%; display: block;
}
.high_module4 .gzBox li:nth-child(1) {
	width: 406px;
}
.high_module4 .gzBox li:nth-child(1) .txt {
	height: 220px; text-align: left; padding-left: 10px;
}
.high_module4 .gzBox li .txt {
	transition:0.3s linear; width: 100%; height: 227px; text-align: center; padding-top: 40px; position: relative;
}
.high_module4 .gzBox li .txt::after {
	transition:0.3s linear; left: 50%; width: 20px; height: 20px; margin-left: -10px; position: absolute; z-index: 1; content: ""; transform: rotate(45deg); background-color: rgb(13, 13, 15);
}
.high_module4 .gzBox li:nth-child(1) .txt::after {
	top: -10px; border-top-color: rgb(13, 13, 15); border-left-color: rgb(13, 13, 15); border-top-width: 1px; border-left-width: 1px; border-top-style: solid; border-left-style: solid;
}
.high_module4 .gzBox li:nth-child(3) .txt::after {
	top: -10px; border-top-color: rgb(13, 13, 15); border-left-color: rgb(13, 13, 15); border-top-width: 1px; border-left-width: 1px; border-top-style: solid; border-left-style: solid;
}
.high_module4 .gzBox li:nth-child(2) .txt::after {
	bottom: -10px; border-right-color: rgb(13, 13, 15); border-bottom-color: rgb(13, 13, 15); border-right-width: 1px; border-bottom-width: 1px; border-right-style: solid; border-bottom-style: solid;
}
.high_module4 .gzBox li:nth-child(4) .txt::after {
	bottom: -10px; border-right-color: rgb(13, 13, 15); border-bottom-color: rgb(13, 13, 15); border-right-width: 1px; border-bottom-width: 1px; border-right-style: solid; border-bottom-style: solid;
}
.high_module4 li .txt h3 {
	margin: 0px; color: rgb(255, 255, 255); font-size: 20px;
}
.high_module4 li .txt small {
	color: rgb(146, 146, 146); font-size: 10px; margin-top: 10px; display: block;
}
.high_module4 li .txt p {
	color: rgb(146, 146, 146); font-size: 16px; margin-top: 30px; position: relative;
}
.high_module4 .gzBox li .txt p::after {
	left: 50%; top: -15px; width: 16px; height: 1px; margin-left: -8px; position: absolute; content: ""; background-color: rgb(146, 146, 146);
}
.high_module4 .gzBox li:nth-child(1) .txt p::after {
	left: 0px; margin-left: 0px;
}
.high_module4 li .txt a {
	border: 1px solid rgb(146, 146, 146); border-image: none; left: 10px; width: 120px; height: 40px; text-align: center; bottom: 10px; color: rgb(146, 146, 146); line-height: 38px; font-size: 16px; display: block; position: absolute;
}
.high_module4 .gzBox li:hover {
	border-color: rgb(255, 211, 117); background-color: rgb(255, 255, 255);
}
.high_module4 .gzBox li:hover img {
	border-bottom-color: rgb(238, 238, 238); border-bottom-width: 1px; border-bottom-style: solid; transform: scale(1.01);
}
.high_module4 .gzBox li:hover .txt h3 {
	color: rgb(25, 25, 25);
}
.high_module4 .gzBox li:hover .txt::after {
	border-color: rgb(238, 238, 238); background-color: rgb(255, 255, 255);
}
.high_module4 .gzBox li:hover .img {
	border-color: rgb(238, 238, 238);
}
.high_module4 .countDown {
	margin: 0px auto; width: 1180px;
}
.high_module4 .countDown ul {
	margin: 0px; padding: 0px; width: 100%;
}
.high_module4 .countDown li {
	width: 295px; text-align: center; float: left; position: relative;
}
.high_module4 .countDown li h1 {
	margin: 0px; color: rgb(255, 211, 117); font-size: 48px; font-weight: 100;
}
.high_module4 .countDown li p {
	color: rgb(146, 146, 146); font-size: 12px; margin-top: 20px;
}
.high_module4 .countDown li::after {
	top: 50%; width: 1px; height: 50px; right: 0px; margin-top: -25px; position: absolute; content: ""; background-color: rgb(146, 146, 146);
}
.high_module4 .countDown li:last-child::after {
	background-color: transparent;
}
.high_module4 .jpBox {
	width: 100%; padding-top: 55px; margin-top: 55px; border-top-color: rgb(34, 34, 34); border-top-width: 1px; border-top-style: solid;
}
.high_module4 .jpBox ul {
	margin: 0px auto; padding: 0px; width: 1180px;
}
.high_module4 .jpBox li {
	border: 1px solid rgb(34, 34, 34); border-image: none; width: 287px; margin-right: 10px; float: left;
}
.high_module4 .jpBox li img {
	width: 100%; display: block;
}
.high_module4 .jpBox li p {
	margin: 0px; height: 46px; text-align: center; color: rgb(175, 175, 175); line-height: 46px; font-size: 16px;
}
.high_module5 {
	padding: 100px 0px; background-color: rgb(25, 24, 29);
}
.high_module5 .timeBox {
	margin: 98px auto 0px; width: 808px;
}
.high_module5 .timeBox ul {
	margin: 0px; padding: 0px; width: 100%;
}
.high_module5 .timeBox li {
	background: url("/bundles/customweb/img/subject/high1/0131time.png") no-repeat center / 100%; width: 202px; height: 191px; text-align: center; color: rgb(223, 223, 223); font-size: 116px; float: left; position: relative;
}
.high_module5 .timeBox li p {
	left: 0px; top: -40px; width: 100%; height: 30px; color: rgb(242, 242, 242); line-height: 30px; font-size: 22px; position: absolute;
}
.high_module5 .formBox {
	background: url("/bundles/customweb/img/subject/high1/0131bg2.png") no-repeat center / 100%; margin: 88px auto 0px; padding: 13px; width: 1206px; height: 186px;
}
.high_module5 .formBox .inBox {
	border: 1px solid rgb(255, 211, 117); border-image: none; width: 100%; height: 100%; position: relative;
}
.high_module5 .formBox .txt {
	margin-top: 30px; margin-left: 90px;
}
.high_module5 .formBox .txt p {
	margin: 0px; color: rgb(160, 160, 160); font-size: 28px;
}
.high_module5 .formBox .txt h1 {
	margin: 0px; color: rgb(255, 255, 255); font-size: 48px; font-weight: bold;
}
.high_module5 .formBox .txt h1 span {
	color: rgb(255, 211, 117);
}
.high_module5 .formBox .form {
	top: 37px; width: 240px; right: 90px; position: absolute;
}
.high_module5 .formBox .form p {
	width: 100%; height: 36px;
}
.high_module5 .formBox .form input {
	border: 0px currentColor; border-image: none; width: 100%; height: 100%; color: rgb(160, 160, 160); padding-left: 10px; font-size: 18px;
}
.high_module5 .formBox .form p.btn0131 {
	border: 1px solid rgb(255, 211, 117); transition:0.3s linear; border-image: none; text-align: center; color: rgb(13, 13, 15); line-height: 34px; font-size: 18px; cursor: pointer; background-color: rgb(255, 211, 117);
}
.high_module5 .formBox .form p.btn0131:hover {
	color: rgb(255, 211, 117); background-color: transparent;
}
.high_module4 .hdBox {
	margin: 0px auto 150px; width: 1240px; position: relative;
}
.high_module4 .hdBox .hdInBox {
	margin: 0px auto; width: 1180px; height: 380px; overflow: hidden; position: relative;
}
.high_module4 .hdInBox ul {
	margin: 0px; left: 0px; top: 0px; height: 380px; padding-top: 10px; padding-left: 0px; position: absolute;
}
.high_module4 .hdInBox li {
	border: 1px solid transparent; transition:0.3s linear; border-image: none; width: 386px; height: 370px; margin-right: 11px; float: left;
}
.high_module4 .hdInBox li:hover {
	border-color: rgb(255, 211, 117); margin-top: -10px;
}
.high_module4 .hdInBox li img {
	width: 100%; display: block;
}
.high_module4 .hdInBox .txt {
	width: 100%; text-align: center; background-color: rgb(255, 255, 255);
}
.high_module4 .hdInBox .txt p {
	margin: 0px; color: rgb(47, 47, 47); padding-top: 10px; font-size: 20px;
}
.high_module4 .hdInBox .txt hr {
	border-color: rgb(160, 160, 160); margin: 10px auto; width: 25px;
}
.high_module4 .hdInBox .txt small {
	color: rgb(146, 146, 146); padding-bottom: 8px; font-size: 16px; display: block;
}
.high_module4 .hdBox > p {
	margin: 0px; top: 50%; width: 14px; height: 24px; position: absolute; cursor: pointer;
}
.high_module4 .hdBox > p.btnl {
	left: 0px;
}
.high_module4 .hdBox > p.btnr {
	right: 0px;
}
.partners {
  margin-bottom: 34px; padding:30px;
}
.partners .list_laboratory {
  text-align: center;
  font-size: 28px;
  color: #0d141d;
  margin: 0 auto;
  padding: 32px 0;
}
.partners .list_laboratory .list_title {
  width: 240px;
  height: 40px;
  display: inline-block;
  position: relative;
  margin-bottom: 32px;
}
.chain {
  margin: 0 auto;
}
.chain .chain_list {
  font-size: 0;
}
@media (max-width: 1520px) {
.new-es-footer-link .footer-logo .footer-sns > a{
margin-right: 40px;
}
.new-es-footer-link .footer-main .link-item{
margin-left: 10%;
}
}
@media (max-width: 1300px) {
	.es-header .nav.navbar-nav > li > a{
	padding: 20px 10px;
	}
	.new-es-footer-link .footer-logo .footer-sns > a{
	margin-right: 30px;
	}
}
@media (max-width: 991px) {
.yunhu-excellent-dynamic .voice {
font-size: 16px;
}
.new-es-footer-link .clearfix{
width: 100%;
border: none;
padding-left: 15px;
margin: 0;
}
}
.new-es-footer-link{
  padding: 42px 0;
}
.new-es-footer-link .footer-main{
  margin-right: 0;
}
.new-es-footer-link .xcontainer .footer-logo{
  text-align: left;
}
.new-es-footer-link .footer-logo > a > img{
  height: 70px;
}
.new-es-footer-link .footer-logo .footer-sns{
  margin-top: 42px;
}
.new-es-footer-link .footer-logo .footer-sns > a{
  margin-right: 40px;
}
.new-es-footer-link .footer-logo .footer-sns > a:last-child{
  margin-right: 0;
}
.new-es-footer-link .footer-sns-p{
  font-size: 14px;
  color: #999999;
  margin: 0;
  text-align: center;
}
.new-es-footer-link .footer-logo .footer-sns i{
  width: 60px;
  height: 60px;
  border: none;
  margin: 0 auto;
}
.new-es-footer-link .footer-logo .footer-sns .es-icon-weibo-1{
  background: url(../images/icon/footer_icon_weibo.png) no-repeat;
  background-size: 100% 100%;
}
.new-es-footer-link .footer-logo .footer-sns .es-icon-weibo-1:hover{
  background: url(../images/icon/footer_icon_weibo_active.png) no-repeat;
  background-size: 100% 100%;
}
.new-es-footer-link .footer-logo .footer-sns .es-icon-weixin-1{
  background: url(../images/icon/footer_icon_weixin.png) no-repeat;
  background-size: 100% 100%;
}
.new-es-footer-link .footer-logo .footer-sns .es-icon-weixin-1:hover{
  background: url(../images/icon/footer_icon_weixin_active.png) no-repeat;
  background-size: 100% 100%;
}
.new-es-footer-link .footer-logo .footer-sns .es-icon-xiaohongshu{
  background: url(../images/icon/footer_icon_xiaohongshu.png) no-repeat;
  background-size: 100% 100%;
}
.new-es-footer-link .footer-logo .footer-sns .es-icon-xiaohongshu:hover{
  background: url(../images/icon/footer_icon_xiaohongshu_active.png) no-repeat;
  background-size: 100% 100%;
}
.new-es-footer-link .footer-logo .footer-sns .es-icon-douyin{
  background: url(../images/icon/footer_icon_douyin.png) no-repeat;
  background-size: 100% 100%;
}
.new-es-footer-link .footer-logo .footer-sns .es-icon-douyin:hover{
  background: url(../images/icon/footer_icon_douyin_active.png) no-repeat;
  background-size: 100% 100%;
}
.new-es-footer-link .qrcode-popover.top .qrcode-content{
  top: -217px;
}
.new-es-footer-link .qrcode-popover.new-qrcode-popover .qrcode-content{
  left: -150px;
}
.new-es-footer-link .qrcode-popover.top .qrcode-content img{
  width: auto;
  height: 100%;
}
.new-es-footer-link .clearfix{
  border-left: 1px solid rgba(101,101,101,1);
  padding-left: 0;
  padding-right: 0;
  width: 60%;
  margin-left: 6%;
}
.new-es-footer-link .footer-main .link-item{
  padding: 0;
  margin-left: 12%;
  width: auto;
}
.new-es-footer-link .footer-main h3{
  margin-bottom: 23px;
}
.new-es-footer-link .footer-main ul li{
  margin-top: 10px;
}
.new-es-footer-link .footer-logo{
  margin-top: 0;
}
.es-header .nav.new-navbar-nav > li > a:focus {
  color: #333333;
}
.new-es-footer-link .qrcode-popover .qrcode-content{
  background:unset;
  box-shadow:unset;
}
.new-es-footer-link .qrcode-popover .qrcode-content::after{
  border: none;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}