body{
  background: #ececec;
  font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif,"Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB";
}

.fix_nav {
	padding-top: 10px;
    margin-left: 20px;
}
.fix_nav_box {
	background-color: #fff;
	width: 70px;
	border-radius: 6px;
	padding-top: 14px;
	padding-bottom: 0px;
}

.fix_nav_item {
	padding-bottom: 15px;
	/* height: 44px; */
	text-align: center;
	position: relative;
	margin-bottom: 15px;
	display: block;
}

.nav_img_show:hover img {
	display: none;
}

.fix_nav_po_left{
    width: 145px;
    /*height: 160px;*/
    display: none;
    border-radius: 8px 0 0 8px;
    background: #fff;
    position: absolute;
    top: 54px;
    left: -145px;
    /*transform: translate(0, -50%);*/
    z-index: 2;
    /*padding: 20px;*/
    padding-bottom: 20px;
    box-sizing: border-box;
    cursor: default;
}
.fix_nav_po_left_new .img_box{
    width: 100%;
/*height: 98px;*/
    padding: 20px;
    padding-bottom: 0;
}
.fix_nav_po_left .img_box .img{
    display: block;
    width: 100%;
    height: 100%;
}
.fix_nav_po_left .text_box{
    margin-top: 10px;
    font-size: 14px;
    color: #666;
    text-align: center;
}

/*.fix_nav_box:hover{
	border-top-left-radius: 0;
}*/
.nav_img_show:hover .nav_img_cur {
	display: inline-block !important;
}
.hove_show:hover .fix_nav_po_left {
    display: block;
}

.fix_nav_item::before {
	position: absolute;
	content: '';
	width: 22px;
	height: 1px;
	bottom: 0;
	left: 50%;
	transform: translate(-50%);
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	background-color: #c8c8c8;
}

.fix_nav_icon {
	/* height: 32px; */
    margin-top: 2px;
}

.fix_nav_txt {
	/* width: 25px; */
	font-size: 12px;
	margin: 0 auto;
	color: #FF8620;
}

.fix_nav_b {
	font-size: 12px;
	color: #FF8620;
	padding-top: 5px;
}


/*
.fix_nav_box .fix_nav_item:nth-of-type(4) {
	margin-bottom: 0;
	padding-bottom: 0;
}

.fix_nav_box .fix_nav_item:nth-of-type(4)::before {
	display: none;
}
*/


.fix_nav_t {
	height: auto;
}

.hove_show:hover .fix_nav_icon {
	/*display: none;*/
}
.hove_show:hover img {
    display: none;
}

.hove_show:hover .nav_img_cur {
    display: inline-block !important;
}

.fix_nav_c {
    font-size: 14px;
    color: #666;
    padding-top: 5px;
}
.hove_show:hover .fix_nav_c {
    color: #FF8620 !important;
}

.mb18 {
	margin-bottom: 18px !important;
}

.nav_code_box {
	position: absolute;
	border-radius: 6px 0px 0px 6px;
	left: 0;
	top: 43px;
	z-index: 100000;
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	display: none;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	overflow: hidden;
}
.nav_code{
	padding: 12px;
	background-color: #fff;
	font-size: 0;
}
/*.nav_img_show:hover ~.nav_code_box,.nav_code_box:hover{
	display: block;
}*/
.clearfix::after {
	display: table;
	content: '';
	clear: both;
}

.nav_code_item {
	display: inline-block;
	/* float: left; */
	text-align: center;
	margin-right: 23px;
}

.nav_code .nav_code_item:last-child {
	margin-right: 0;
}

.nav_code_item img {
	width: 110px;
}

.nav_code_txt {
	font-size: 12px;
	color: #666666;
	margin-top: 3px;
	margin-bottom: 10px;
}

.nav_code {
	width: 272px;
	box-sizing: border-box;
}

.nav_code_des {
	font-size: 12px;
	color: #666666;
}
.show_code_animate{
	animation: show_code_animate 0.3s 1;
	-webkit-animation: show_code_animate 0.3s 1;
	-ms-animation: show_code_animate 0.3s 1;
}
.gg_fix{
}
.gg_fix a{
	display: block;
}
.gg_fix .rightBtn1130-closeBtn{
		position: absolute;
}
.close_gg{
	position: absolute;
	width: 18px;
	height: 18px;
	background: url('../image/21112902.png') no-repeat  center;
	background-size: 18px 18px;
	top: 0;
	right: 0;
}
.close_gg:hover{
	background: url('../image/21112903.png') no-repeat  center;
	cursor: pointer;
}


@keyframes show_code_animate{
	from{
		opacity: 0;
		 -webkit-transform: scale(0);
		        -ms-transform: scale(0);
	}
	to{
		opacity: 1;
		-webkit-transform: scale(1);
		       -ms-transform: scale(1);
	}
}
@-webkit-keyframes show_code_animate{
	from{
		opacity: 0;
		 -webkit-transform: scale(0);
		        -ms-transform: scale(0);
	}
	to{
		opacity: 1;
		-webkit-transform: scale(1);
		       -ms-transform: scale(1);
	}
}
@-ms-keyframes show_code_animate{
	from{
		opacity: 0;
		 -webkit-transform: scale(0);
		        -ms-transform: scale(0);
	}
	to{
		opacity: 1;
		-webkit-transform: scale(1);
		       -ms-transform: scale(1);
	}
}
.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(../image/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;
    display: block;
}
.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;
}
.fix_nav .fix_nav_box{
    box-shadow: 0px 0px 10px 0px rgba(61, 64, 76, 0.1)!important;

}
.fix_nav_r{
    right: 20px;position: fixed;bottom: 10px;display: block;border-radius: 6px;overflow: hidden;
    box-shadow: 0px 0px 10px 0px rgba(61, 64, 76, 0.1) !important;
}

.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: 60px;
  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;
}
.swiper-container.yh-question-swiper-container {
  width: 100%;
}
.swiper-container.yh-question-swiper-container .swiper-slide {
  position: relative;
  height: 530px;
  overflow: hidden;
}
.swiper-container.yh-question-swiper-container .swiper-slide > a {
  width: 100%;
  height: 100%;
  display: block;
}
.swiper-container.yh-question-swiper-container .swiper-slide .img-responsive {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  max-height: 100%;
}
.swiper-container.yh-question-swiper-container .swiper-pager span {
  background: #c1c1c1;
  border-color: #c1c1c1;
}
.swiper-container.yh-question-swiper-container .swiper-pager span.swiper-active-switch {
  background: #fff;
}
.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-group-set-btn {
  margin-left: 10%;
}
.yh-group-set-btn > li > a {
  border: 1px solid #EF6C00;
}
.yh-group-set-btn > li > a:hover,
.yh-group-set-btn > li > a:focus {
  border: 1px solid #EF6C00;
  background-color: #EF6C00;
  color: #fff;
}
.yh-group-set .img-upload-container .statusBar .btns .webuploader-pick,
.yh-group-set .webuploader-container {
  width: auto;
  border: 1px solid #EF6C00;
}
.yh-group-set #group-save-btn {
  border: 1px solid #EF6C00;
}
.yh-group-media-sm .media-left {
  vertical-align: middle;
}
.yh-group-media-sm .title {
  margin-top: 0;
}
.yh-group-media-sm .metas {
  color: #919191;
  font-size: 12px;
}
.yh-group-media-sm .metas > p {
  margin-bottom: 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(../image/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;
}
.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: #000;
  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("../image/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("../image/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("../image/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("../image/tag_video.png") no-repeat;
  display: inline-block;
  height: 50px;
  width: 40px;
}

.clearfix .class-img .tags .tag-live{
  background:url("../image/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{
  color: #646464;
}
.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("../image/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;
    position: relative;
}
.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("../image/ranking1.png") no-repeat 2px 0;
}
.homework-job-rranking-listxs .index_qaa:nth-child(3){
  background: url("../image/ranking2.png") no-repeat 2px 0;
}
.homework-job-rranking-listxs .index_qaa:nth-child(4){
  background: url("../image/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 .xcontainer .nav.navbar-nav .active{
  background:none;
}

.es-header .xcontainer .nav.navbar-nav .active a::after{
  background-color: #EC6C00;
  bottom: 15px;
  content: "";
  height: 1px;
  left: 50%;
  margin-left: -11%;
  position: absolute;
  width: 25%;
}
.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("../image/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("../image/hot.png") no-repeat 80px center;
  padding-right: 46px;
}
.es-header .xcontainer .nav.navbar-nav > li a.designer-img:hover{
  background:#EC6C00 url("../image/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;
}

.navbar-form .xes-icon-search{
  background: url("../image/search1.png") no-repeat;
  width: 18px;
  height: 18px;
  right: 8px;
}
.xcontainer .visible-lg-ydsq .nav-upload{
  background: url("../image/upload.png") no-repeat;
  width: 27px;
  height: 24px;
  display: inline-block;
}
.xcontainer .visible-lg-ydsq a:hover .nav-upload{
  background: url("../image/upload.png") no-repeat;
}

.xcontainer .visible-lg-ydsq .nav-notice{
  background: url("../image/notice.png") no-repeat;
  width: 19px;
  height: 24px;
  display: inline-block;
}
.xcontainer .visible-lg-ydsq a:hover .nav-notice{
  background: url("../image/notice.png") no-repeat;
}
.xcontainer .visible-lg-ydsq .nav-mail{
  background: url("../image/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%;
}
.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 a:hover{
    color: #FF8620;
}
.nav_btn ul li.active,.nav_btn ul li.curavi{
  background-color: #ff7500;
  border-radius: 50px;
}
.nav_btn ul li.active a,.nav_btn ul li.curavi a{
  color: #fff;
}
.six_btn_qb{
  width: 580px;
  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('../image/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;
}

/*作业排行榜样式结束*/

/*金典评改样式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('../image/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('../image/btn1.png') no-repeat center;
  margin:20px auto 0 auto;
}
.review-roup.comment .declaration .col a:hover{
  background-image:url('../image/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('../image/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('../image/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("../image/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("../image/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("../image/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("../image/index_tab_l_1.png") no-repeat scroll right center;
}
.xarrow-right {
  background:url("../image/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("../image/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;
}

.question-set-card.affix{
    top: 60px !important;
}
/*作业批改维度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('../image/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('../image/pageview.png') no-repeat left center;
  margin-right: 12px;
  color: #9fa0a0;
  font-size: 14px;
}
.message170202{
  display: inline-block;
  padding-left: 24px;
  background: url('../image/discuss.png') no-repeat left center;
  margin-right: 12px;
  color: #9fa0a0;
  font-size: 14px;
}
.goods170202{
  display: inline-block;
  padding-left: 22px;
  background: url('../image/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:5px;
  bottom:116px;
  z-index: 10000;
  width: 100px;
  transition: all 1s;
}
.rightBtn1130.right_fun {
    bottom: 200px;
}
.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("../image/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(../image/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;
    line-height: 40px;
    text-align: center;
}
.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;
    line-height: 52px;
    text-align: center;
}
.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;
}

.navbar{
  background-color: white;
  box-shadow:0px 3px 7px 0px rgba(0, 0, 0, 0.1);
  height: 60px;
}
.navbar-nav{
  margin: 7.5px -10px;
}

.es-header .nav.navbar-nav > li > a{
  padding:16px 20px;
  color: #333333;
}
/*.es-header .xcontainer .nav.navbar-nav > li a:hover{
  background-color: #fff;
  color: #EC6C00;
}*/
#nav>li:hover a,#nav>li.nav-vip a{
  background-color: #fff;
  color: #EC6C00;
}
#nav .nav_li_div .nav_li_div_a{
  display: block;
  padding-top: 30px;
  height: 105px;
  background: #F1F5F6;
  border-radius: 5px;
}
#nav .nav_li_div .nav_li_div_a:hover{
  background: #FF8620;
}
#nav > li{
  border-top:4px #fff solid;
  height: 60px;overflow: hidden;
  margin: 0;
}
#nav > li:first-child{
  margin-left: 0px;
}
#nav>li:hover .caret{
  border-color:#EC6C00 transparent transparent transparent;
}

#nav>li:hover{
  border-top:4px #FF8620 solid;
  box-shadow:0px 0px 2px 0px rgba(0, 0, 0, 0.1);
}

.hjt-li{
  border-top:4px #fff solid;
  padding-top: 5px;
  padding-right: 10px;
  padding-left: 10px;
}
.hjt-li:hover{
  background-color: #fff;
  color: #EC6C00;
  border-top:4px #FF8620 solid;
  box-shadow:0px 0px 2px 0px rgba(0, 0, 0, 0.1);
}

.caret{
  content: "";
  border-width:6px 6px 0 6px;
  border-style: solid;
  border-color:#000000 transparent transparent transparent;
  position: relative;
}
.caret:after{
  content: "";
  position: absolute;
  top: -8px;
  left: -6px;
  border-width: 6px 6px 0 6px;
  border-style: solid;
  border-color:white transparent transparent transparent;
}
/*.es-header .xcontainer .nav.navbar-nav > li a:hover .caret{
  border-color:#EC6C00 transparent transparent transparent;
}*/
.es-header .xcontainer .nav.navbar-nav .active a::after{
  height: 2px;
  bottom:12px;
}
.navbar-user{
  right: 0;
}
header .stockCode{
  padding: 8px 0 10px 20px;
}
header .stockCode:after{
  width: 0;
}
.navbar-nav{
  margin: 0 24px 6.5px 14px;
}
.new-navbar-nav{
  margin: 0 24px 0 14px;
}
.es-header .navbar-header .navbar-brand > img{
  height: 44px;
}
.hjt-li .xes-icon-search{
  width: 23px;
  height: 23px;
  background: url(../image/search1_2.png) no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin-top: 10px;
  display: inline-block;
}
.hjt-li .xes-icon-search1{
  background: url(../image/app.png) no-repeat;
  background-position:center center;
}
.user-avatar-li.nav-hover .head-frame-div-30 {
  margin-top: -7px;
  margin-right: 0px;
}
.es-header .navbar-form{
  margin: 10px 10px;
}
.form-p{
  width: 66px;
  height: 44px;
  overflow: hidden;
}
.form-p p{
  float: right;
  vertical-align: middle;
  margin: 0;
  margin-top: 12px;
  font-size: 14px;
  color: #333333;
}
.form-p button{
  float: left;
}
.xcontainer .visible-lg-ydsq .nav-upload{
  width: 24px;
  height: 23px;
  background: url(../image/upload_1.png) no-repeat;
  margin-top: 2px;
}
.xcontainer .visible-lg-ydsq .nav-notice{
  width: 23px;
  height: 23px;
  background: url(../image/notice_1.png) no-repeat;
}
.new-navbar-nav .active .caret{
  border-color:#EC6C00 transparent transparent transparent;
}
.new-search{
  cursor: pointer;
}
.new-search::after{
  background-color: #EC6C00;
  bottom: 11px;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -11%;
  position: absolute;
  width: 20px;
  opacity: 0;
}

.new-navbar-nav {
  position: relative;
}
.new-navbar-nav .nav-hover{
  margin: 0 10px;
  position: unset;
}
.new-navbar-nav .dropdown-menu{
  padding: 40px 40px 20px 40px;
  width: 1120px;
  top: 100%;
  box-shadow:0px 3px 7px 0px rgba(0, 0, 0, 0.1);
}
.new-navbar-nav .dropdown-menu li{
  width: 245px;
  height: 105px;
  float: left;
  background-color: #F1F5F6;
  margin-right: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
}
.canbh{
  cursor: pointer;
}
.new-navbar-nav .dropdown-menu li:last-child{
  margin-right: 0;
}

.new-navbar-nav .nav_li_div_img{
  margin-left: 19px;
  width: 50px;
  margin-top: -2px;
  float: left;
}
.new-navbar-nav .nav_li_div_text{
  float: left;
  margin-left: 17px;
  margin-top: 0;
}
.new-navbar-nav .nav_li_div_text_p1{
  font-size: 14px;
  color: #333;
  margin: 0;
  font-weight: bold;
}
.new-navbar-nav .nav_li_div_text_p2{
  font-size: 14px;
  color: #999999;
  margin-top: 5px;
  width: 140px;
  overflow: hidden;
}
.nav_user_login img{
  margin-right: 5px;
}
.nav_user_login .nav_user_login_img2,.nav_user_login:hover .nav_user_login_img1{
  display: none;
}
.nav_user_login:hover .nav_user_login_img2{
  display: inline-block;
}
.xcontainer .nav.user-nav > li.nav_user_login:hover > a{
  color: #FF8620;
  transition:0.1s;
}
li.canbh:hover{
  background-color: #FF8620;
}
li.canbh:hover .nav_li_div_text_p1{
  color: white;
}
li.canbh:hover .nav_li_div_text_p2{
  color: white;
}
.new-navbar-nav .nav_li_div_p_notcontent{
  line-height: 105px;
  text-align: center;
  color: #999999;
  font-size: 14px;
  background: #F0F0F0;
  border-radius: 5px;
}
.new-navbar-nav .nav_hot{
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 6px;
  width: 20px;
  height: 13px;
  background: url(../image/hot-13.png) no-repeat;
  background-size: 100% 100%;
}
.new-navbar-nav .dropdown-menu li:nth-child(4n){
  margin-right: 0;
}
.news-dropdown-menu .nav_user_center_footer_webpage p a{
  color: #999999;
}
.nav_user_center_footer_webpage .nav_user_center_footer_webpage_img1{
  display: block;
  margin: auto;
}
.nav_user_center_footer_webpage .nav_user_center_footer_webpage_img2{
  display: none;
  margin: auto;
}
.nav_user_center_footer_webpage:hover .nav_user_center_footer_webpage_img1{
  display: none;
}
.nav_user_center_footer_webpage:hover .nav_user_center_footer_webpage_img2{
  display: block;
}
.nav_user_center_footer_webpage:hover p{
  color: #fff;
}
.nav_user_center_bottom_div div:hover a{
  color: #EC6C00;
}
.nav_user_center{
  width: 346px;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  z-index: 1000;
  margin: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  overflow: hidden;
  box-shadow:0px 3px 7px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.nav_user_center_bg{
  width: 346px;
  height: 206px;
  background: url(../image/2020103101.png) no-repeat;
  text-align: center;
}
.nav_user_center_bg_line{
  width: 100%;
  height: 20px;
}
.nav_user_center_img{
  width: 82px;
  margin: auto;
  overflow: hidden;
}
.nav_user_center_p1{
  font-size: 18px;
  color: #333333;
  margin: 0;
}
.nav_user_center_p2{
  font-size: 14px;
  color: #666666;
  overflow: hidden;
  width: 200px;
  height: 26px;
  margin: 8px auto 16px;
}
.nav_user_title_one {
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
}
.nav_user_center_message{
  text-align: center;
  margin-top: 8px;
}
.nav_user_center_message div{
  display: inline-block;
  font-size: 14px;
  color: #333333;
  position: relative;
}
.nav_user_center_message div p span{
  margin-left: 8px;
}
.nav_user_center_message div a{
  color: #333333;
}
.nav_user_center_message div a:hover{
  color: #FF8620;
}
.nav_user_centermessage_line{
  width: 1px;
  height: 9px;
  background-color: #CCCCCC;
  margin: 0px 12px;
}
.red_dot{
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #E93910;
  position: absolute;
  right: -7px;
  top: -2px;
}
.nav_user_center_footer{
  background-color: white;
  width: 346px;
}
.nav_user_center_footer_div{
  width: 100%;
  padding-top: 10px;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 12px;
}
.nav_user_center_footer_div .ditbof{
  float: left;
  width: 30%;
  text-align: center;
  position: relative;
}
.nav_user_center_footer_webpage p{
  font-size: 14px;
  color: #999999;
  margin: 0;
  margin-top: 4px;
}
.nav_user_center_footer_div .nav_user_center_footer_line{
  width: 1px;
  height: 63px;
  background-color: #ffffff;
  margin: 0 2.2%;
  float: left;
}
.nav_user_center_footer_webpage .footer_dot{
  background: #E93910;
  border-radius: 3px;
  color: #f9f9f9;
  font-size: 12px;
  height: 15px;
  line-height: 15px;
  min-width: 7px;
  padding: 0 4px;
  position: absolute;
  text-align: center;
  right: 15px;
  top: 4px;
}
.nav_user_center_footer_webpage .ditbo:hover  .footer_dot{
  background: #FFFFFF;
  color: #FF8620;
}
.nav_user_center_footer_webpage .footer_dot_new1{
  position: absolute;
  right: 4px;
  top: 4px;
}
.nav_user_center_footer_webpage .footer_dot_new2{
  display: none;
  position: absolute;
  right: 4px;
  top: 4px;
}
.nav_user_center_footer_webpage .ditbo:hover  .footer_dot_new1{
    display: none;
}
.nav_user_center_footer_webpage .ditbo:hover  .footer_dot_new2{
    display: block;
}
.nav_user_center_bottom{
  background-color: white;
  width: 346px;
  text-align: center;
}
.nav_user_center_bottom_div{
  width: 100%;
  overflow: hidden;
}
.nav_user_center_bottom_div div{
  width: 30%;
  height: 40px;
  line-height: 40px;
  float: left;
  font-size: 14px;
  color: #999999;
}
.nav_user_center_bottom_div div a{
  color: #999999;
}
.nav_user_center_bottom_div .bottom_line{
  width: 1px;
  height: 40px;
  background-color: #ffffff;
  margin: 0 2.2%;
}
.nav_user_center_yhb{
  position: absolute;
  top: 20px;
  right: 10px;
}
.nav_user_center_yhb_bg{
  width: 45px;
  height: 20px;
  background: #000000;
  opacity: 0.2;
  border-radius: 10px;
}
.nav_user_center_yhb .footer_dot_yhb1{
  position: absolute;
  top: 1px;
  left: 4px;
}
.nav_user_center_yhb span{
  position: absolute;
  top: 0;
  left: 24px;
  color: #FFFFFF;
}
.visible-lg-ydsq:hover{
  background: rgba(0,0,0,0);
}
.xcontainer .visible-lg-ydsq a:hover .nav-upload{
  background: url(../image/upload_2.png) no-repeat;
}
.xcontainer .visible-lg-ydsq a:hover .nav-notice{
  background: url(../image/notice_2.png) no-repeat;
}
.nav_user_center_message:after,.nav_user_center_footer_div:after{content:""; display:block; clear:both;}
.ditbo{
  width: 80%;margin-left: 10px;padding: 10px 0;
}
.ditbo:hover{
  background: #FF8620;
  border-radius: 2px;
}
.nav_search{
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
  position: absolute;
  top: 61px;
  left: 0;
  z-index: 1001;
  display: none;
}
.search_div{
  width: 1520px;
  background-color: white;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, 0);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.search_div1{
  width: 52.89%;
  margin: auto;
  padding-top: 88px;
}
.search_div_input{
  width: 100%;
  position: relative;
}
.search_div_input input{
  width: 99.5%;
  height: 40px;
  border: 1px solid #E9E9E9;
  outline: none;
  text-indent: 20px;
  border-radius: 6px;
}
.search_div_input span{
  display: inline-block;
  font-size: 18px;
  color: white;
  width: 120px;
  height: 40px;
  background-color: #FF8620;
  position: absolute;
  right: 4px;
  top: 0px;
  line-height: 40px;
  text-align: center;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  cursor: pointer;
}
.search_div_search{
  width: 100%;
  overflow: hidden;
  margin-top: 22px;
  padding: 0;
}
.search_div_search li{
  float: left;
  margin-right: 10px;
  font-size: 12px;
  color: #999999;
  text-align: center;
  padding: 6px 14px;
  background-color: #E4E4E4;
  border-radius: 20px;
  opacity: 0.9;
}
.search_div_search li a{
  color:#999999;
}
.search_div_search li:hover{
  background-color: #FFD6B4;
}
.search_div_search li:hover a{
  color: #F88829;
}
.search_kecheng{
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}
.search_kecheng_p1{
  font-size: 16px;
  color: #333333;
  margin-bottom: 20px;
  font-weight: bold;
}
.search_kecheng_ul{
  width: 100%;
  overflow: hidden;
  margin-top: 10px;
  padding: 0;
}
.search_kecheng_ul li{
  width: 23%;
  margin-right: 2.4%;
  float: left;
}
.search_kecheng_ul li:last-child{
  margin-right: 0;
}
.search_kecheng_ul_img{
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
}
.search_kecheng_ul_img img{
  width: 100%;
}
.search_kecheng_ul li p{
  color: #666666;
  font-size: 14px;
  margin-top: 10px;
  height: 20px;
  overflow: hidden;
}
.search_close{
  width: 27px;
  height: 28px;
  position: absolute;
  right: 16px;
  top: 16px;
  cursor: pointer;
}

.search_div1 input::-webkit-input-placeholder{
  color: #D3D3D3;
}

.search_div1 input:-moz-placeholder{
  color: #D3D3D3;
}

.search_div1 input::-moz-placeholder{
  color: #D3D3D3;
}

.search_div1 input:-ms-input-placeholder{
  color: #D3D3D3;
}
.mouse_app{
  overflow: unset;position: relative;height: 100%;width: 55px;cursor: pointer;
}
a.toxx-a{
  color: #333333 !important;
  padding: 11px 0 !important;
}
a.toxx-a:hover{
  background: #fff !important;
  color: #EC6C00 !important;
  padding-left: 0px !important;
}
.nav.user-nav .user-avatar-li .dropdown-menu{
  margin-right: -66px;

    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    z-index: 10001;
}
.nav-notice-num{
  top:12px;
}



.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(../image/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(../image/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(../image/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(../image/footer_icon_weixin_active.png) no-repeat;
  background-size: 100% 100%;
}
.new-es-footer-link .footer-logo .footer-sns .es-icon-xiaohongshu{
  background: url(../image/footer_icon_xiaohongshu.png) no-repeat;
  background-size: 100% 100%;
}
.new-es-footer-link .footer-logo .footer-sns .es-icon-xiaohongshu:hover{
  background: url(../image/footer_icon_xiaohongshu_active.png) no-repeat;
  background-size: 100% 100%;
}
.new-es-footer-link .footer-logo .footer-sns .es-icon-douyin{
  background: url(../image/footer_icon_douyin.png) no-repeat;
  background-size: 100% 100%;
}
.new-es-footer-link .footer-logo .footer-sns .es-icon-douyin:hover{
  background: url(../image/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;
}




.new-tips .subcomments{
  margin-left: 0;
  padding-left: 0;
  background:none;
}
.new-tips .thread-subpost-content{
  width: 94%;
}
.new-tips .thread-subpost-container{
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.new-tips .thread-subpost-content .media-left a{
  padding-left: 20px;
  border-left: 4px #FF8620 solid;
  height: 85px;
  display: block;
}
.new-tips textarea.form-control{
  height: 40px;
  line-height: 27px;
  overflow: hidden;
}
.new-tips .toname span{
  display: inline-block;
  padding: 0 10px;
}
.new-tips .hfhml{
  position: relative;
}
.new-tips .toname{
  position:absolute;
  top: 10px;
  left: 0px;
  color: #999;
}
.new-tips .textnum{
  position:absolute;
  top: 10px;
  right: 10px;
  color: #999;
}
.new-tips .htyje{
  float: left;
}
.new-tips .thread-post-interaction{
  float: right;width: auto;
  margin-top: 0px;
}
.new-tips .thgimg{
  width: 16px;
  display: inline-block;
  margin-bottom: 2px;
}
.new-tips .media-comment .comment-sns a{
  margin-right: 40px;
}
.new-tips .media-comment .title a,.new-tips  .media-subcomment .title a {
  margin-right: 0px;
}
.new-tips .media-comment .comment-sns a:last-child{
  margin-right: 0px;
}
.new-tips .new-tipbtn{
  font-size: 16px;
  width: 100px;
  height: 40px;
  border-radius: 4px;
  text-align: center;
  border: none;
  background: #FF8620;
}
.new-tips .form-control{
  padding-right: 50px;
}
.new-tips .media-body{
  border: none;
}
.new-tips .media-comment .media-body{
  padding-bottom: 0;
}

.new-tips .media-list .media{
  border: 0;
}
.new-tips .thread-post{
  border-bottom: 1px solid #f5f5f5;
}
.new-tips .thread-post:last-child{
  border: none;
}
.new-tips  a.js-post-more{
  color: #919191;
}
.new-tips .thread-subpost-morebar{
  text-align: center;
}
.jrqw{
  display: none;
  position: absolute;bottom: 0;left:0;
  width: 100%;
}
.ghdve{
  height:30px;width:100%;background: #fff;
  background:-webkit-gradient(linear,left top, left bottom,from(rgba(255,255,255,0)),color-stop(70%, #fff));
  background:linear-gradient(-180deg,rgba(255,255,255,0) 0%,#fff 70%);
}
.cc-text{
  position: relative;
  height: 300px;
  overflow: hidden;
}
.new-tips .media-comment .title,.thread-post-list .metas{
  margin-bottom: 10px;
}
.new-tips .head-frame-div-40{
  margin-right: 0px;
}
.new-tips .media-left{
  padding-right: 20px;
}
.new-tips .thread-post-list .thread-post-interaction .interaction{
  margin-right: 40px;
}
.new-tips .thread-post-list .thread-post-interaction .interaction:last-child{
  margin-right: 0;
}
.new-tips .editor-text{
  padding-bottom: 20px;
  letter-spacing: 1px;
}
.new-tips .editor-text p{
    margin-bottom: 0px;
    word-break: break-word;
}
/*.new-tips{
  padding: 0 20px;
}*/
.new-tips .disabled{
  border: 1px solid #E8E8E8 ;
  background: #E8E8E8 ;
  color: #999999;
  pointer-events: none;
}
.htyje{
  margin-bottom: 15px;
}
.new-tips .media-list .media{
  padding-bottom: 0px;
}
.new-tips .metas>a{
  color: #666;
  font-size: 14px;
  font-weight: bold;
}
.new-tips .thread-subpost-form{
  margin-top: -10px;
  clear: both;
}
.new-tips .thread-subpost-list .thread-subpost{
  margin-top: 0;
  margin-bottom: 15px;
  position: relative;
}
.new-tips .thread-subpost-list .thread-subpost::after{
     content: '';
     position: absolute;
     bottom: 0;
     top: auto;
     right: 0;
     height: 1px;
     width: 90%;
     background-color: #f5f5f5;
}
.new-tips .thread-subpost-list .thread-subpost:last-child{
  margin-bottom: 0px;
}
.new-tips .thread-subpost-list .thread-subpost:last-child::after{
  background: none;
}

.new-tips .media{
  margin-top: 20px;
}
.new-tips .new-morerext{
  padding-top: 20px;border-top: 1px #f5f5f5 solid;display: block;margin-bottom: 40px;margin-top: -16px;
}
.new-tips .new-showall{
  color: #ec6c00;padding-bottom: 10px;background: #fff;display: block
}
.new-tips .new-slhg{
  background: #fff
}
.new-tips .form-group{
  margin-bottom: 20px;
  margin-top: 10px;
}
a.hmf{
  color: #666 !important;font-size: 14px;font-weight: bold;
}
a.hmf-self{
  color: #EF6C00 !important;font-size: 14px;font-weight: bold;
}
.n-niline{
  width: 107.3%;border: 1px #f5f5f5 solid;margin-left: -3.6%;
}
.niline{
  width: 107.3%;border: 1px #f5f5f5 solid;margin-bottom: 40px;margin-left: -3.6%;
}
.new-post-form-btn{
  margin-top:10px;font-size: 16px;width: 100px;height: 40px;border-radius: 4px;text-align: center;border: none;background: #FF8620;color: #fff
}
.new-loadMore{
  color: #fd7200;margin-top:10px;margin-bottom: 20px;
}
/*.new-tips .thread-post-list li{
  border-bottom: 1px solid #f5f5f5;
}*/
#homework-set{
  overflow: hidden;
}

.re_class_list>div {
    margin-bottom: 20px;
}
.re_class_list .re_class_item {
    border-radius: 6px;
    overflow: hidden;
}

.re_class_list .re_class_img {
    overflow: hidden;
    position: relative;
}

.re_class_list .re_class_img img {
    width: 100%;
}

.re_class_list .re_class_content {
    padding: 10px;
    background-color: #fff;
}

.re_class_list .re_class_tilte {

    font-size: 16px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 10px;
}
.re_class_list .re_class_info{
    height: 22px;
}
.re_class_list .re_class_info_l {
    float: left;
    width: 65%;
    padding-left: 48px;
    box-sizing: border-box;
    position: relative;
}

.re_class_list .re_class_info_r {
    float: right;
    width: 35%;
    text-align: right;
}
.re_class_list .re_type {
    width: 58px;
    height: 20px;
    border-radius: 4px;
    font-size: 12px;
    color: #fff;
    position: absolute;
    left: 0;
    text-align: center;
    line-height: 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.re_class_list .class_teacher_l {
    float: left;
    width: 80%;
    box-sizing: border-box;
    padding-left: 1px;
    position: relative;
    color: #333333;
    line-height: 40px;
    height: 40px;
}

.re_class_list .re_status {
    line-height: 18px;
    font-size: 14px;
    color: #999999;
    padding-left: 25px;
}

.re_class_list .hot_icon {
    background: url('../image/hot1.png') no-repeat;
    background-position: left center;
}

.re_class_list .re_col_icon {
    background: url('../image/clock.png') no-repeat;
    background-size: 16px 16px;
    background-position: left center;
}

.re_class_list .class_price {
    font-size: 16px;
    color: #FF8620;
}

.re_class_list .re_status {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
}
.re_class_list .vip-new-status{
    font-size: 12px;
    color:#fff ;
    width: 68px;
    height: 20px;
    line-height: 20px;
    background: linear-gradient(90deg, #FF4B1F, #FF9068);
    border-radius: 10px 2px 10px 2px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
}
.re_class_list .re_bg1 {
    background-color: #FF8620;
}

.re_class_list .re_bg2 {
    background-color: #0097F8;
}

.re_class_list .re_bg3 {
    background-color: #2ED25D;
}

.re_class_list .re_bg4 {
    background-color: #62CBD0;
}
.re_class_list .class_teacher_info {
    margin-top: 0;
}
.re_class_list .class_vip_info {
    margin-top: 5px;
    color: #DEAE70;
    text-align: right;
    height: 20px;
    font-size: 16px;
    position: relative;
}
.re_class_list .class_vip_info img{
    width: 13px;
    margin-top: -2px;
    margin-right: 5px;
}
.re_class_list .class_price.is-vip-member{
    color: #ABABAB;
    text-decoration: line-through;
}
.re_class_list .class_avatar {
    position: absolute;
    left: 0;
}
.re_class_list .class_teacher_l span {

    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 40px;
}
.re_class_list .class_teacher_r {
    float: right;
    width: 50%;
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 40px;
}

.re_class_list .tr_item .tr_img,
.re_class_list .tr_item .tr_y {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.re_class_list .tr_item:hover .tr_y {
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    box-shadow: 0 8px 16px 0 rgba(61, 64, 76, 0.1);
    -webkit-box-shadow: 0 8px 16px 0 rgba(61, 64, 76, 0.1);
    -moz-box-shadow: 0 8px 16px 0 rgba(61, 64, 76, 0.1);
    -o-box-shadow: 0 8px 16px 0 rgba(61, 64, 76, 0.1);
}

.re_class_list .tr_item:hover .tr_img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.re_class_list .dan{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}
.usercenter_user1_right .re_class_list .head-frame-div-img-30 {
    width: 30px;
    height: 30px;
}
.usercenter_user1_right .re_class_list .head-frame-div-30 {
    width: 40px;
    height: 40px;
}
.new-six_btn_qb{
    text-align: right;
    margin: 0;
    width: auto;
    float: right;
    background: #FFFFFF;
    border-radius: 4px;
    overflow: hidden;
}
.new-six_btn_qb a{
    width: 54px;
    height: 34px;
    color: #666666;
    font-size: 16px;
    float: left;
    text-align: center;
    line-height: 34px;
}
.new-six_btn_qb a.active{
    background: #FF8C20;
    color: #FFFFFF;
}
.nav_btn_teacher .classroom-new-search .navbar-form .form-control{
    width: 287px;
    height: 40px;
    border: 1px solid #CACACA;
    border-radius: 6px;
}
.classroom-new-search .navbar-form .xes-icon-search{
    background: url(../image/classroom-search.png) no-repeat;
    width: 16px;
    height: 16px;
    right: 12px;
    top: 12px;
}
.nav_btn_teacher .classroom-new-search .navbar-form{
    padding: 0;
}
.new-classroom-content .nav_btn ul li{
    height: 34px;
    line-height: 34px;
}
.new_top_user{
    padding: 0 20px;
    padding-top: 24px;
}
.n_user_info{
    height: 60px;
    position: relative;
    padding-left: 80px;
    padding-right: 70px;
}
.n_user_tx{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.n_user_t div{
    float: left;
    font-size: 18px;
    color: #333333;
}
.n_user_t {
    padding-top: 4px;
}
.n_user_t img{
    margin-left: 10px;
    width: 18px;
}
.n_user_b{
    font-size:14px ;
    color: #999999;
    padding-top: 4px;
}
.n_user_t div:first-child{
    max-width: 110px;
}
.n_yunhu_coin{
    padding: 2px 0;
    padding-left: 24px;
    padding-right: 10px;
    background-color: rgba(0,0,0,.2);
    border-radius: 12px;
    position: absolute;
    right: 0;
    top: 7px;
    font-size:14px ;
    color: #fff;
}
.n_yunhu_coin::before{
    position: absolute;
    content: '';
    width: 16px;
    height: 13px;
    background: url('../image/t_coin.png');
    left: 4px;
    top: 5px;
}
.nuser_nav_item{
    float: left;
    width: 33.33%;
    text-align: center;
    font-size:16px;
    position: relative;
}
.nuser_nav_item::before{
    position: absolute;
    content: '';
    width: 1px;
    height: 9px;
    background: #CCCCCC;
    right: 0;
    top: 5px;
}
.nuser_nav_list .nuser_nav_item:last-child::before{
    display: none;
}
.nuser_nav_item a{
    color: #999999;
    position: relative;
}
.nuser_nav_item.cur a::before{
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    background: #E93910;
    border-radius: 50%;
    right: -5px;
    top: -2px;
}
.nuser_nav_item a span{
    color: #666666;
    padding-left: 8px;
    font-size: 16px;
}
.nuser_nav_list{
    margin-top: 20px;
}
.nuser_nav_item a:hover,.nuser_nav_item a:hover span{
    color: #FF8620;
}
.dh_img2{
    display: none;
}
.ndh_item:hover .dh_img2{
    display: inline-block;
}
.ndh_item:hover .dh_img1{
    display: none;
}
.nkai_vip{
    margin-top: 16px;
    height: 58px;
    background: #FFF7F0;
    border-radius: 6px;
    padding-left: 10px;
    padding-right: 100px;
    position: relative;
    margin-bottom: 18px;
}
.nkai_status{
    font-size:16px ;
    color: #FF8620;
}
.nkai_status_txt{
    font-size: 14px;
    color: #999999;
}
.nkai_status_txt span{
    color: #E93910;
    padding-left: 4px;
}
.nkai_vip_l{
    padding-top: 6px;
}
.nkai_vip a{
    position: absolute;
    width: 90px;
    height: 30px;
    background: linear-gradient(180deg, #FFB049 0%, #FF7F32 100%);
    border-radius: 15px;
    text-align: center;
    line-height: 30px;
    font-size:14px;
    color: #fff;
    right: 10px;
    top: 13px;
    transition: all 0.2s;
}
.nkai_vip a:hover{
    transform: scale(1.1);
}
.ndh_list .ndh_item:last-child{
    margin-right: 0;
}
.ndh_item{
    float: left;
    text-align: center;
    margin-right: 29px;
    position: relative;
}
.ndh_tip {
    position: absolute;
    padding: 0px 4px;
    background: #E93910;
    border-radius: 2px;
    color: #fff;
    font-size: 10px;
    right: -1px;
    top: -3px;
}
.ndh_icon{
    width: 44px;
    height: 44px;
    background: #FFF0E2;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    /*text-align: center;*/
    /*line-height: 44px;*/
    margin-bottom: 10px;
}
.ndh_name{
    font-size:14px;
    color: #999999;
    text-align: center;
}
.ndh_item a{
    display: block;
}

.ndh_item:hover .ndh_name{
    color: #FF8620;
}
.ndh_list {
    margin-bottom: 16px;
}
.nfooter{
    padding-top: 10px;
    border-top: 1px solid #F3F3F3;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}
.nfooter a{
    font-size: 14px;
    color: #999999;
}
.nfooter a:hover{
    color: #FF8620;
}
.user-vip-nickname-img{
    margin-left: 8px;
    width: 14px;
    margin-top: -1px;
}
.new_vip_h3 .user-vip-nickname-img{
    width: 17px;
    margin-top: -4px;
}
.class-detail-content1 .class-about img.user-vip-nickname-img{
    margin-left: 8px;
    width: 14px;
    margin-top: -1px;
}
.myhomeworkxs .new-vip-avatar .head-frame-div-30{
    margin-top:-5px
}
.myhomeworkxs .new-vip-avatar .user-vip-nickname{
    display: inline;
}
.h800 {
  min-height: 800px!important;
}
.nav_tq{
	position: absolute;
	width: 380px;
	height: 272px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;;
	background: url('../image/vn_bg.png') no-repeat;
	top: 100%;
	left: 50%;
	transform: translate(-50%);
	display: none;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
}
.nav-vip{
	overflow:initial!important;
}
.nav-vip:hover .nav_tq{
	display: block;
}
.bl_vip_title{
	text-align: center;
	font-size: 18px;
	color: #FF8620;
	padding-top: 26px;
	margin-bottom: 28px;
}
.bl_vip_title span{
	position: relative;
}
.bl_vip_title span::before{
	position: absolute;
	content: '';
	width:76px ;
	height: 4px;
	left: -14px;
	top: 50%;
	transform: translate(-100%,-50%);
	background: url('../image/t_l.png') no-repeat;
	background-size: 100% 100%;
}
.bl_vip_title span::after{
	position: absolute;
	content: '';
	width:76px ;
	height: 4px;
	right: -14px;
	top: 50%;
	transform: translate(100%,-50%);
	background: url('../image/t_r.png') no-repeat;
	background-size: 100% 100%;
}
.bl_vip_list{
	padding: 0 14px;
	padding-bottom: 10px;
}
.bl_vip_item{
	float: left;
	width: 46%;
	font-size:14px ;
	color: #333333;
	margin-bottom: 20px;
}
.bl_vip_item:nth-child(2n+1){
    width: 54%;
}
.bl_vip_item img{
	margin-right: 10px;
}
.vn_btn {
	display: block;
	width: 182px;
	height: 48px;
	background: url('../image/vn_btn.png') no-repeat;
	background-size: 100% 100%;
	text-align: center;
	line-height: 48px;
	color: #fff!important;
	font-size: 16px;
	font-weight: bold;
	margin: 0 auto;
	background-color: transparent!important;
}
.vn_btn:hover{
	background: url('../image/vn_btnc.png') no-repeat!important;
	background-color: transparent!important;
	color: #fff!important;
}
.helperdiv{
    position: absolute;
    left: 10px;
    top: 10px;
    color: #fff;
    padding: 4px 5px;
    font-size: 12px;
    border-radius: 2px;
    background-color: rgba(0, 0, 0, .6);
    z-index: 99999;
}
.site-top-hint .site-top-hint-bg img{
    width: 100%;
}
.site-top-hint-close{
    position: absolute;
    right: 45px;
    top: 12px;
}
.footer-floating{
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    background: rgba(0,0,0,0.7);
    height: 100px;
    line-height: 100px;
}
.floating-content{
    margin-top: -5px;
    position: relative;
}
.floating-content span{
    font-size: 24px;
    color: #ffffff;
}
.floating-login{
    float: right;
    margin-right: -50px;
}
.floating-login img{
    margin-left: 14px;
}
.fix_nav_item_mfxx{
    width: 70px;
    position: relative;
    margin: 0;
    margin-left: 20px;
    margin-bottom: 1px;

}
.fix_nav_item_mfxx .fix_nav_b{
    position: absolute;
    left: 0;
    bottom: -6px;
    background: #fff;
    width: 100%;
    padding: 10px 0;
    font-size: 14px;
    color: #666;
    border-radius: 6px;
    box-shadow: 0px 0px 10px 0px rgba(61, 64, 76, 0.1)!important;
}
.fix_nav_item_mfxx .fix_nav_b:hover{
    color: #FF8620;
}
.fix_nav_item_mfxx .mfxx_img2{
    position: absolute;
    right: 8px;
    bottom: 29px;
    z-index: 1;
}
.fix_nav_item_mfxx .fix_nav_po_left{
    border-radius: 6px;
    box-shadow: 0px 0px 10px 0px rgba(61, 64, 76, 0.1)!important;
}
.fix_nav_item_mfxx:hover .fix_nav_po_left{
    display: block;
}
.fix_nav_item_coce:hover .fix_nav_po_left{
    display: block;
}
.new_header_fixed .new_header_content {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 10001;
}
.bootstrap-notify-bar{
    z-index: 10002;
}


@media (max-width: 1520px) {
    .new-es-footer-link .footer-logo .footer-sns > a{
        margin-right: 40px;
    }
    .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("../image/hot.png") no-repeat 65px center;
        padding-right: 30px;
    }
    .es-header .xcontainer .nav.navbar-nav > li a.designer-img:hover{
        background:#EC6C00 url("../image/hot2.png") no-repeat 65px center;
        color: #fff;
    }
    .es-header .xcontainer .nav.navbar-nav > li.open a.designer-img{
        background: url("../image/hot.png") no-repeat 65px center #EC6C00;
        padding-right: 30px;
        color: #fff;
    }
    .es-header .nav.navbar-nav > li > a{
        padding: 16px 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%;
    }
    .re_class_list .re_class_tilte{
        font-size: 14px;
    }
    .re_class_list .re_status{
        font-size: 12px;
    }
    .re_class_list .class_teacher_l span{
        font-size: 12px;
    }
    .site-top-hint-close{
        right: 10px;
        top: 10px;
    }
    .site-top-hint-close img{
        width: 20px;
    }
    .floating-login{
        float: right;
        margin-right: 0;
    }
    .search_div {
        width: 1280px;
    }
    .search_div1{
        width: 64.89%;
    }
}

@media (max-width: 1300px) {

    .es-header .nav.navbar-nav > li > a{
        padding: 16px 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;
    }
    .search_div {
        width: 1080px;
    }
    .search_div1{
        width: 64.89%;
    }
}

@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;
    }
    .xcontainer .navbar-header {
        text-align: center;
        float: none;
    }
    .es-header .xcontainer .navbar-header .navbar-brand {
        display: inline-block;
        float: none;
    }

    .navbar-mobile .navbar-more{
        color: #ec6c00;
    }
    .navbar-mobile .nav-mobile{
        background:#fff;
    }
    .es-header .nav.navbar-nav > li > a:focus{
        color: #ec6c00;
    }
    .navbar-form>.form-group input{
        border: 1px #ccc solid;
    }
    .navbar-user{
        right:10px;
    }
    .nav.user-nav .user-avatar-li .dropdown-menu{
        margin-right: 5px;
    }
    .navbar-nav > li {
        float: none;
    }
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }
    .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none;
    }
    .xteacher-list .teacher-item .title{
        height: .7rem;
    }
    .new-es-footer-link .clearfix{
        width: 100%;
        border: none;
        padding-left: 15px;
        margin: 0;
    }
    .study_video .class-img img {
        width: 100%;
    }
    .yunhu-homework-list.recommend-class-list .xlist_footer{
        height: auto;
    }
}
@media (max-width: 767px) {
    .bannerimg,.footerimg{
        display: none;
    }
    .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;
    }
    .es-header .navbar-header .navbar-brand {padding-top: 5px;}
}
@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;
    }
    .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){
    .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;
    }
    .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;
    }

    .course-list .course-item-offline .title{
        font-size: 12px;
    }
}
