/*Ö±²¥*/
#zhibo_area{
display:none;
}
.courseTag {
    margin-right: 20px;
    margin-bottom: 20px;
  float: left;
  background: #ffffff;
  padding: 20px;
  position: relative;
  transition: all .3s;
  transform: translateY(0); }
 .courseTag:nth-child(3n) {
  margin-right: 0; }
/*   .courseTag:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1); } */
  .courseTag .icon-fenghui {
    display: none; }
  .courseTag .course-title {
    font-weight: bold;
	color: #153852;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    margin-top: -4px;
    margin-bottom: 16px;
    min-height: 52px;
    overflow: hidden; }
  .courseTag .course-subtitle {
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 20px;
    margin-top: -3px;
    color: #9598a2;
    position: relative; }
    .courseTag .course-subtitle .people-num {
      float: right; }
    .courseTag .course-subtitle .tag {
      float: left;
      margin-right: 7px; }
  .courseTag .course-tags {
    margin-bottom: 30px;
    margin-right: 5px; }
    .courseTag .course-tags .tag {
      float: left;
      margin-right: 5px; }
  .courseTag .tagUser {
    margin-bottom: 30px; }
  .courseTag .button-group-zhibo .button {
    display: inline-block;
    *display: inline; }
  .courseTag .button-group-zhibo .btn1 {
    float: left; }
  .courseTag .button-group-zhibo .btn2 {
    float: right; }
  .courseTag .button-group-zhibo {
    *margin-top: 20px; }
  .courseTag .count-down,
  .courseTag .course-alert {
    font-size: 12px;
    line-height: 12px;
    height: 12px;
    padding-top: 13px;
    padding-bottom: 17px;
    border-top: 1px solid #f0f0f0;
    color: #9598a2; }
    .courseTag .count-down span,
    .courseTag .course-alert span {
      color: #f44130; }
  .courseTag .course-price {
    font-size: 12px;
    line-height: 12px;
    color: #9598a2; }
    .courseTag .course-price span {
      color: #f44130;
      float: right;
      font-size: 24px; }
      .courseTag .course-price span i {
        font-size: 16px; }

.courseTag-normal {
  width: 270px;
  height: 290px; }

.courseTag-fenghui .icon-fenghui {
  position: absolute;
  right: 0;
  top: 20px;
  display: block; }

.courseTag-fenghui .course-title {
  width: 80%; }

.courseTag-empty * {
  display: none; }

.courseTag-empty .icon-empty,
.courseTag-empty .empty-txt {
  display: block !important;
  margin: auto;
  text-align: center;
  color: #e4e9ed; }

.courseTag-empty .icon-empty {
  margin-top: 100px;
  margin-bottom: 5px; }

.courseTag--hot {
  height: 300px; }
  .courseTag--hot .course-tags {
    margin-bottom: 20px; }
    .courseTag--hot .course-tags .tag {
      height: 24px;
      line-height: 24px; }
  .courseTag--hot .course-title {
    margin-bottom: 20px; }
  .courseTag--hot .course-subtitle {
    margin-bottom: 30px;
    height: 14px;
    line-height: 14px;
    margin-top: 0; }
  .courseTag--hot .tagUser-group .tagUser {
    margin-bottom: 20px; }
  .courseTag--hot .course-alert {
    padding-top: 14px;
    padding-bottom: 18px; }
.tagUser {
  display: inline-block;
  *display: inline;
  text-align: center;
  font-size: 14px;
  height: 68px; }
  .tagUser img {
    display: block;
    margin: auto;
    margin-bottom: 6px; }
  .tagUser span {
    color: #9598a2;
	font-style: normal;	}

.tagUser {
  *display: inline; }

.tagUser.tagUser-horizontal {
  height: 40px;
  position: relative; }
  .tagUser.tagUser-horizontal img, .tagUser.tagUser-horizontal span {
    display: inline-block; }
  .tagUser.tagUser-horizontal img {
    *display: inline; }
  .tagUser.tagUser-horizontal span {
    position: relative;
    top: -4px;
    *display: inline; }

.tagUser-group .tagUser {
  float: left;
  margin-right: 17px; }

.tagUser-group .tagUser {
  *width: 74px;
  *margin-top: -10px; }
.avatar {
  background: #f4f4f4;
  display: inline-block;
  *display: inline; }

.avatar-normal {
  width: 40px;
  height: 40px; }
	
.button-zhibo {
  display: inline-block;
  border: 1px solid #e5e8f0;
  text-align: center;
  border-radius: 50px;
  color: #9598a2;
  padding: 0 10px;
  cursor: pointer; }

.button-24h {
  height: 22px;
  line-height: 22px;
  font-size: 14px; }

.button-28h {
  height: 26px;
  line-height: 26px;
  font-size: 14px; }

.button-40h {
  height: 38px;
  line-height: 38px;
  font-size: 16px; }

.button-87w {
  width: 65px; }

.button-154w {
  width: 134px; }

.button-110w {
  width: 88px; }

.button-disabled {
  border: 1px solid #dddfe8;
  color: #ffffff;
  background-color: #dddfe8; }

.button-normal {
  border: 1px solid #e5e8f0;
  color: #9598a2; }

.button-default {
  border: 1px solid #649cf0;
  color: #649cf0; }
  .button-default:hover {
    background-color: #649cf0;
    border: 1px solid #649cf0;
    color: #ffffff; }

.button-primary {
  color: #ffffff;
  background-color: #649cf0;
  border: 1px solid #649cf0; }
  .button-primary:hover {
    background-color: #4187f0;
    border: 1px solid #4187f0; }

.button-danger {
  color: #ffffff;
  background-color: #f44130;
  border: 1px solid #f44130; }
  .button-danger:hover {
    background-color: #df2d1d;
    border: 1px solid #df2d1d; }

.button-group-zhibo {
  text-align: center; }
  .button-group-zhibo .button {
    display: inline-block;
    *display: inline; }
.img {
  display: block;
  background: #dddddd; }

.img-circle {
  border-radius: 50%; }
.container {
  width: 1180px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px; }
.title.h1 {
  width: 100%;
  height: 24px;
  line-height: 24px;
  margin-top: 40px;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 700; }
  .title.h1 .more {
    font-size: 12px;
    float: right;
    color: #9598a2;
    cursor: pointer; }
    .title.h1 .more a {
      color: #9598a2; }
    .title.h1 .more .icon {
      vertical-align: sub; }
    .title.h1 .more .icon-more-hover {
      display: none; }
    .title.h1 .more:hover {
      color: #649cf0; }
      .title.h1 .more:hover a {
        color: #649cf0; }
      .title.h1 .more:hover .icon-more {
        display: none; }
      .title.h1 .more:hover .icon-more-hover {
        display: inline-block;
        *display: inline; }

.title.h4 {
  width: 100%;
  height: 55px;
  line-height: 55px;
  font-size: 16px; }

.h1 {
  font-size: 24px;
  line-height: 1; }

.h2 {
  font-size: 20px;
  line-height: 1; }

.h3 {
  font-size: 18px;
  line-height: 1; }

.h4 {
  font-size: 16px;
  line-height: 1; }

.h5 {
  font-size: 14px;
  line-height: 1; }

.h6 {
  font-size: 12px;
  line-height: 1; }
.icon {
  display: inline-block;
  *display: inline;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.icon-fenghui {
  width: 56px;
  height: 30px;
  background-image: url(../images/icon-fenghui.png); }

.icon-plan {
  width: 112px;
  height: 50px;
  background-image: url(../images/icon-plan.png); }

.icon-live {
  background: url(../images/living.png);
  width: 14px;
  height: 14px;
  animation: isLiving 0.6s steps(6) infinite; }

@-webkit-keyframes isLiving {
  0% {
    background-position: 0 0; }
  100% {
    background-position: -108px 0; } }

@keyframes isLiving {
  0% {
    background-position: 0 0; }
  100% {
    background-position: -108px 0; } }

.icon-empty {
  width: 65px;
  height: 60px;
  background-image: url(../images/icon-empty.png); }

.icon-rar {
  width: 50px;
  height: 50px;
  background-image: url(../images/icon-rar.png); }

.icon-pdf {
  width: 50px;
  height: 50px;
  background-image: url(../images/icon-pdf.png); }

.icon-more {
  width: 16px;
  height: 16px;
  background-image: url(../images/icon-more.png); }
  .icon-more:hover {
    background-image: url(../images/icon-more-hover.png); }

.icon-more-hover {
  width: 16px;
  height: 16px;
  background-image: url(../images/icon-more-hover.png); }

.icon-close {
  width: 16px;
  height: 16px;
  background-image: url(../images/icon-close.png); }

.icon-arrow-bottom {
  width: 24px;
  height: 13px;
  background-image: url(../images/icon-arrow-bottom.png); }

.icon-m-arrow-bottom {
  width: 12px;
  height: 7px;
  background-image: url(../images/icon-m-arrow-bottom.png); }

.icon-m-arrow-top {
  width: 12px;
  height: 7px;
  background-image: url(../images/icon-m-arrow-top.png); }

.icon-m-fenghui {
  width: 47px;
  height: 26px;
  background-image: url(../images/icon-m-fenghui@2x.png); }

.icon-m-live {
  width: 23px;
  height: 23px;
  background-image: url(../images/icon-m-live.png); }

.icon-success {
  width: 34px;
  height: 34px;
  background-image: url(../images/icon-success.png); }
.tag {
  height: 18px;
  border: 1px solid #001a66;
  font-size: 12px;
  display: inline-block;
  background-color: #001a66;
  *display: inline;
  line-height: 18px;
  padding: 0 4px;
  border-radius: 3px;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  max-width: 150px; }

.tag-red {
  border: 1px solid #f44130;
  color: #f44130; }

.tag-red--full {
  background: #f44130;
  color: #ffffff; }

/*Ö±²¥½áÊø*/

.dialog {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(47, 47, 47, 0.75);
  width: 100%;
  height: 100%;
  z-index: 9999999;
  display: none; }
  .dialog .dialog-container {
    position: absolute;
    width: 350px;
    height: 380px;
    background: #ffffff;
    border-radius: 5px;
    top: 50%;
    left: 50%;
    margin-left: -200px;
    margin-top: -210px;
    padding: 20px 25px; }

.dialog-bind-phone .dialog-header {
  height: 45px;
  line-height: 45px;
  position: relative; }
  .dialog-bind-phone .dialog-header .icon-close {
    position: absolute;
    right: 0;
    top: -10px;
    cursor: pointer; }
  .dialog-bind-phone .dialog-header h1 {
    font-size: 24px;
    text-align: center;
    margin-top: 10px; }

.dialog-bind-phone .dialog-container p {
  font-size: 14px;
  color: #9598a2;
  margin-bottom: 18px; }

.dialog-bind-phone .dialog-container input {
  height: 48px;
  width: 318px;
  border: 1px solid #f0f0f0;
  font-size: 14px;
  padding: 0 10px;
  color: #9598a2; }

.dialog-bind-phone .dialog-container .error-info {
  height: 1px;
  color: #f44130; }

.dialog-bind-phone .dialog-container input.error {
  border: 1px solid #f44130; }

.dialog-bind-phone .dialog-container .input-short {
  width: 180px; }

.dialog-bind-phone .dialog-container .form-group {
  margin: auto;
  margin-bottom: 20px;
  width: 340px; }
  .dialog-bind-phone .dialog-container .form-group img {
    width: 126px;
    height: 50px;
    display: inline-block;
    *display: inline;
    float: right;
    background: #dddddd;
    cursor: pointer; }
  .dialog-bind-phone .dialog-container .form-group .button-dialog {
    color: #ffffff;
    height: 48px;
    background: #649cf0;
    border-radius: 0;
    line-height: 48px;
	display: inline-block;
    border: 1px solid #e5e8f0;
    text-align: center;
    padding: 0 10px;
    cursor: pointer;	}
  .dialog-bind-phone .dialog-container .form-group .btn-send {
    width: 104px;
    float: right;
    font-size: 14px; }
  .dialog-bind-phone .dialog-container .form-group .btn-send.disabled {
    background: #dcdfe7; }
  .dialog-bind-phone .dialog-container .form-group .btn-commit {
    width: 318px;
    font-size: 18px;
    background: #649cf0; }
  .dialog-bind-phone .dialog-container .form-group .btn-commit.disabled {
    background: #dcdfe7; }

.dialog-alert.yvyue .dialog-container {
  width: 700px;
  height: 390px;
  margin-left: -370px;
  margin-top: -215px; }
  .dialog-alert.yvyue .dialog-container .icon-close {
    position: absolute;
    right: 20px; }
  .dialog-alert.yvyue .dialog-container .yvyue-top .p1 {
    text-align: center;
    height: 34px;
    vertical-align: middle;
    line-height: 34px;
    font-size: 24px;
    margin-top: 50px; }
    .dialog-alert.yvyue .dialog-container .yvyue-top .p1 .icon-success {
      vertical-align: middle; }
  .dialog-alert.yvyue .dialog-container .yvyue-top .p2 {
    text-align: center;
    margin-top: 33px;
    height: 16px;
    line-height: 16px;
    font-size: 16px;
    color: #f44130; }
  .dialog-alert.yvyue .dialog-container .yvyue-top .p3 {
    text-align: center;
    margin-top: 10px;
    height: 16px;
    line-height: 16px;
    font-size: 16px;
    padding-bottom: 68px;
    border-bottom: 1px solid #f0f0f0; }
  .dialog-alert.yvyue .dialog-container .yvyue-bottom {
    width: 350px;
    margin: auto;
    margin-top: 30px;
	display:none;}
    .dialog-alert.yvyue .dialog-container .yvyue-bottom img {
      float: left;
      margin-right: 20px;
      width: 100px;
      height: 100px; }
    .dialog-alert.yvyue .dialog-container .yvyue-bottom p {
      font-size: 16px;
      padding-top: 9px;
      height: 16px;
      float: right;
      width: 230px;
      line-height: 28px; }

.dialog-alert.yvyue-buy .dialog-container {
  width: 400px;
  height: 220px;
  margin-left: -220px;
  margin-top: -130px; }
  .dialog-alert.yvyue-buy .dialog-container .icon-close {
    position: absolute;
    right: 20px; }
  .dialog-alert.yvyue-buy .dialog-container .yvyue-top p {
    text-align: center;
    height: 16px;
    line-height: 16px;
    font-size: 16px; }
  .dialog-alert.yvyue-buy .dialog-container .yvyue-top .p1 {
    margin-top: 57px; }
  .dialog-alert.yvyue-buy .dialog-container .yvyue-top .p2 {
    margin-top: 10px; }
  .dialog-alert.yvyue-buy .dialog-container .yvyue-bottom {
    margin-top: 70px; }
    .dialog-alert.yvyue-buy .dialog-container .yvyue-bottom .button {
      margin: auto;
      display: block; }
#zhibo_area .no_item{
    background: url(../zhibo/none.png);
}