.imgtext-course {
  width: 1200px;
  margin: 0 auto;
  height: 468px;
  background-color: #fff;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.imgtext-course .imgleft {
  width: 738px;
  height: 468px;
  position: relative;
}
.imgtext-course .imgleft .coverBtnsWrap {
  width: 738px;
  height: 468px;
  position: absolute;
  top: 0;
  background-color: rgba(83, 83, 83, 0.6);
}
.imgtext-course .imgleft .coverBtnsWrap .btns {
  width: 120px;
  padding: 0 20px;
  height: 54px;
  line-height: 54px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #279ff5;
  font-size: 22px;
  border-radius: 30px;
  text-align: center;
  cursor: pointer;
  margin: 0 auto;
  margin-top: 196px;
}
.imgtext-course .imgleft img {
  width: 100%;
  height: 100%;
}
.imgtext-course .text-right {
  margin-left: 746px;
  padding: 0 30px;
  position: relative;
  height: 100%;
  width: 454px;
  box-sizing: border-box;
  text-align: center;
}
.imgtext-course .signup-list {
  margin-top: 10px;
}
.course-title h3 {
  display: inline-block;
  font-size: 26px;
  color: #383838;
  line-height: 38px;
}
.course-title .footer-section-qr {
  float: none !important;
}
.course-title .footer-section-qr .footer-section-qr-info {
  margin: 0;
  left: -60px;
  top: 30px;
  bottom: auto;
}
.course-begin {
  font-size: 17px;
  color: #279ff5;
  margin: 10px 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.course-begin i {
  position: relative;
  top: -2px;
}
.scan-user {
  margin-top: 13px;
  margin-bottom: 8px;
}
.scan-user i {
  margin-right: 4px;
}
.scan-user span {
  margin-right: 15px;
  color: #999;
}
.text-right .scan-user .scan-span {
  margin-right: 15px;
}
.course-time {
  border-bottom: 1px solid #eee;
}
.course-time li {
  margin-right: 20px;
}
.course-time span {
  font-size: 15px;
  color: #383838;
  line-height: 28px;
  margin-right: 30px;
}
.price {
  font-size: 28px;
  color: #f8be2d;
  display: inline-block;
  vertical-align: middle;
}
.collection {
  
}
.collection i {
  margin-right: 10px;
  cursor: pointer;
}
.price-collection {
  padding-top: 40px;
  text-align: center;
}
.imgtext-course .text-right .course-price span:not(.price) {
  margin-left: 30px;
  margin-right: 30px;
}
.imgtext-course .text-right .js-btn {
  margin-top: 30px;
}
.imgtext-course .text-right .js-btn .js-btn-join {
  width: 358px;
  height: 50px;
  border-radius: 2px;
  background-color: #279ff5;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 50px;
}
.imgtext-course .text-right .js-btn .js-btn-join:first-child {
  margin-right: 10px;
}
.imgtext-course .text-right .js-btn .js-btn-join.zb {
  background-color: #df3033;
}
.imgtext-course .text-right .js-btn .scan-span {
  margin-left: 30px;
}
.imgtext-course .text-right .js-btn span {
  margin-right: 30px;
}
.imgtext-course .text-right .js-btn span.xingqu {
  cursor: pointer;
}
.imgtext-course .text-right .js-btn span.xingqu.active {
  color: #df3033;
}
.imgtext-course .text-right .js-btn span.xingqu:hover {
  color: #df3033;
}
@keyframes xingquframe {
  0% {
    right: -5px;
    transform: scale(2) translateZ(400px);
    opacity: 0;
  }
  50% {
    right: 10px ;
    transform: scale(1.75) translateZ(200px);
    opacity: 0.5;
  }
  75% {
    right: 25px;
    transform: scale(1.5) translateZ(100px);
    opacity: 1;
  }
  100% {
    right: 38px;
    transform: scale(1) translateZ(0px);
    opacity: 0;
  }
}
@-webkit-keyframes xingquframe {
  0% {
    right: -5px;
    transform: scale(2) translateZ(400px);
    opacity: 0;
  }
  50% {
    right: 10px ;
    transform: scale(1.5) translateZ(200px);
    opacity: 0.5;
  }
  75% {
    right: 25px;
    transform: scale(1) translateZ(100px);
    opacity: 1;
  }
  100% {
    right: 38px;
    transform: scale(0.5) translateZ(0px);
    opacity: 0;
  }
}
.imgtext-course .text-right .js-btn span.xingqu:after {
  content: '+1';
  position: absolute;
  color: red;
  top: 3px;
  opacity: 0;
  right: -5px;
}
.imgtext-course .text-right .js-btn i {
  margin-right: 5px;
}
.operation-box {
  position: absolute;
  left: 460px;
  top: 20px;
}
.operation-box li {
  margin-bottom: 10px;
}
.js-btn-operation {
  display: block;
  width: 32px;
  height: 32px;
  background-color: #f8be2d;
  text-align: center;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  border-radius: 100%;
  overflow: hidden;
}
.js-btn-operation:hover {
  width: 80px;
  border-radius: 20px;
}
.js-btn-operation:hover:after {
  display: inline-block;
  vertical-align: -3px;
  color: #fff;
  margin-left: 8px;
}
.js-btn-operation.live-play:hover:after {
  content: '直播';
}
.js-btn-operation.edit:hover:after {
  content: '编辑';
}
.js-btn-operation.manage:hover:after {
  content: '管理';
}
.js-btn-operation i {
  margin-top: 6px;
}

.cdetail-part-l {
  width: 837px;
  float: left;
  background-color: #fff;
}
.cdetail-part-l .course-detail {
  padding-bottom: 30px;
  background-color: #eee;
}
.cdetail-part-r {
  width: 343px;
}
.cdetail-part-r > div {
  background-color: #fff;
}
.cdetail-part-r p.expandmore {
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #333;
  padding-left: 14px;
  padding-right: 14px;
  text-align: center;
  background-color: #f7f7f7;
}
.cdetail-part-r p.expandmore a {
  font-size: 14px;
  color: #bbb;
}
.signup-list .hd {
  text-align: left;
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  color: #383838;
  padding: 0 15px;
}
.signup-list .hd .c_orange {
  color: #fd6500;
}
.signup-list ul {
  border-bottom: 1px solid #eee;
  padding: 0 15px;
  text-align: left;
  font-size: 0;
}
.signup-list ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-align: center;
  width: 20%;
  margin-bottom: 12px;
  vertical-align: top;
}
.signup-list ul li .name-img {
  width: 46px;
  height: 46px;
  display: inline-block;
  vertical-align: top;
  line-height: 46px;
}
.signup-list li img {
  width: 44px;
  height: 44px;
  border-radius: 100%;
}
.signup-list ul li name {
  font-size: 13px;
  color: #999;
  display: block;
  padding: 10px 0 0 0;
  text-align: center;
}
.signup-list .course-part02_r-more {
  background-color: #f2f2f2;
  text-align: center;
}
.signup-list .course-part02_r-more a {
  font-size: 14px;
  color: #999;
}
.rel-course {
  padding: 0 14px;
}
.cdetail-part-r .rel-course > p {
  height: 50px;
  line-height: 50px;
}
.cdetail-part-r .rel-course a.refresh {
  display: block;
  width: 40px;
  text-align: right;
}
.cdetail-part-r .rel-course li {
  width: 100%;
}
.cdetail-part-r .rel-course li a {
  display: block;
}
.cdetail-part-r .rel-course li a img {
  width: 100%;
}
.cdetail-part-r .rel-course li a p {
  font-size: 14px;
  color: #333;
  line-height: 24px;
  padding-right: 10px;
  margin-top: 5px;
}
.cdetail-part-r .rel-course li a:hover p {
  color: #017fea;
}
.cdetail-part-r .reward {
  padding: 30px 0;
  text-align: center;
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0
;
}
.cdetail-part-r .reward p {
  font-size: 15px;
  color: #999;
  text-align: center;
  line-height: 22px;
  margin-bottom: 10px;
}
.cdetail-part-r .reward p span.c_orange {
  color: #ff6416;
}
.cdetail-part-r .reward .qrcode-box {
  display: inline-block;
  position: relative;
}
.cdetail-part-r .reward.mycourse {
  margin-top: 0;
  padding-bottom: 7px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  padding-top: 30px;
}
.cdetail-part-r .reward.mycourse .qrcode-box {
  margin-bottom: 10px;
}
.cdetail-part-r .reward.mycourse .hd {
  text-align: left;
  padding-left: 18px;
  font-size: 15px;
  color: #383838;
}
.cdetail-part-r .reward .qrcode-box > img {
  width: 208px;
  height: 208px;
}
.cdetail-part-r .reward .qrcode-box span {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 100%;
  background: rgba(255, 90, 0, 0.9);
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}
.cdetail-part-r .reward .qrcode-box .hbz-logo {
  position: absolute;
  
  width: 32px;
  height: 32px;
  line-height: 32px;
  background-color: #ff5a00;
  border-radius: 6px;
  font-size: 22px;
  color: #fff;
  
  
  top: 52px;
  left: 50%;
  margin-left: -15px;
}
.code .haz_logo > img {
  width: 32px;
  height: 32px;
}
.cdetail-part-r .reward .qrcode-box .hbz-logo {
  position: absolute;
  
  width: 32px;
  height: 32px;
  line-height: 32px;
  background-color: #ff5a00;
  border-radius: 6px;
  font-size: 22px;
  color: #fff;
  
  
  top: 52px;
  left: 50%;
  margin-left: -15px;
}
.code .haz_logo > img {
  width: 32px;
  height: 32px;
}

.tabs {
  background-color: #fff;
}
.js_tab-nav {
  height: 54px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  background-color: #f4f8fc;
}
.js_tab-nav ul li {
  float: left;
  border-right: 1px solid #ededed;
  height: 54px;
}
.js_tab-nav ul li a {
  display: block;
  padding: 0 30px;
  text-align: center;
  line-height: 54px;
  box-sizing: border-box;
  font-size: 16px;
  color: #333;
}
.js_tab-nav ul li.hover a {
  border-top: 4px solid #279cff;
  color: #279cff;
  height: 56px;
  background: #fff;
  position: relative;
  top: -1px;
}

.course-more {
  padding: 0px 30px 30px;
  overflow: hidden;
  padding-bottom: 48px;
  color: #333;
  line-height: 24px;
  font-size: 14px;
}
.course-more article {
  color: #333;
  line-height: 24px;
  font-size: 14px;
}
.course-more .hotline {
  font-size: 24px;
  color: #fd6500;
  line-height: 25px;
  margin-top: 30px;
}
.course-more .hotline .phone {
  margin-right: 5px;
}
.course-more .teacher {
  padding-top: 15px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}
.course-more article .teacher strong {
  font-size: 24px;
  color: #333;
}
.course-more article img {
  max-width: 100%;
  display: block;
  margin: auto;
}

.section-comment-list {
  padding-bottom: 20px;
}
.comment-filter {
  box-sizing: border-box;
  padding: 25px 0 23px;
  background-color: #f6f9fa;
  position: relative;
}
.comment-filter .comment-statistics {
  text-align: center;
  width: 140px;
  font-size: 12px;
  color: #000;
}
.comment-filter .comment-statistics span {
  display: block;
  font-size: 26px;
  line-height: 30px;
  color: #fd6500;
  position: relative;
  top: -4px;
}
.comment-filter .iswhat1 {
  position: absolute;
  top: 24px;
  right: 20px;
  margin-right: 0;
}
.comment-filter .iswhatshare {
  width: 260px;
}

.comment-textarea {
  margin-top: 20px;
}
.comment-textarea textarea {
  height: 115px;
  width: 93%;
  border: 1px solid #ddd;
  padding: 14px;
  margin-top: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
  border-radius: 8px;
}
.comment-textarea textarea:hover,
.my_reply textarea:hover {
  box-shadow: 0px 1px 7px rgba(139, 195, 255, 0.6);
  border: 1px solid #8bc5ff;
}
.comment-textarea .comment-button {
  line-height: 40px;
}
.comment-filter .comment-rank label {
  margin-right: 40px;
}
.comment-list .comment-item {
  padding: 20px 0;
  border-bottom: 1px dashed #ddd;
}
.comment-list .comment-item .item-left {
  float: left;
  width: 60px;
  height: 60px;
}
.comment-list .comment-item .item-left img {
  width: 60px;
  height: 60px;
  border-radius: 100%;
}
.comment-list .comment-item .item-right {
  margin-left: 75px;
  padding-top: 6px;
}
.comment-list .comment-item .item-right .item-hd {
  font-size: 12px;
  color: #999;
  margin-bottom: 5px;
}
.comment-list .comment-item .item-right .item-hd a {
  font-size: 16px;
  color: #279ff5;
  margin-right: 15px;
}
.comment-list .comment-item .item-right .item-bd {
  word-wrap: break-word;
  word-break: break-all;
  margin-top: 6px;
  font-size: 14px;
  color: #333;
  line-height: 23px;
  overflow: hidden;
}

.open-stars {
  line-height: 30px;
  height: 30px;
}
.open-stars .star-m {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  float: left;
  margin-right: 10px;
  padding-left: 15px;
}
.open-stars .star-f {
  font-size: 30px;
  color: #f0aa00;
  font-weight: bold;
  margin-left: 10px;
  float: left;
}
.open-stars .star-l,
.open-stars .star-love {
  font-size: 16px;
  color: #333;
  margin-left: 40px;
}
.open-stars .star-l strong {
  font-weight: normal;
  color: #ff8b00;
}


.open-stars {
  line-height: 30px;
  height: 30px;
}
.open-stars .star-m {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  float: left;
  margin-right: 10px;
  padding-left: 15px;
}
.open-stars .star-f {
  font-size: 30px;
  color: #f0aa00;
  font-weight: bold;
  margin-left: 10px;
  float: left;
}
.open-stars .star-l,
.open-stars .star-love {
  font-size: 16px;
  color: #333;
  margin-left: 40px;
}
.open-stars .star-l strong {
  font-weight: normal;
  color: #ff8b00;
}
.modules-star {
  position: relative;
  display: inline-block;
  float: left;
}
.modules-star .star-bg,
.modules-star .star-top {
  height: 30px;
  width: 181px;
  background: url(../image/starts.png) no-repeat 0 0;
}
.modules-star .star-top {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.modules-star .star-top a {
  float: left;
  width: 28px;
  height: 30px;
  background: url(../image/starts.png) no-repeat 0 -30px;
  margin-left: 10px;
}
.modules-star .star-top a.nobg {
  background-image: none;
}
.modules-star .star-top li:first-child a {
  margin-left: 0;
}

.modules-star-sm {
  position: relative;
  display: inline-block;
  float: left;
}
.modules-star-sm .star-bg,
.modules-star-sm .star-top {
  height: 17px;
  width: 110px;
  background: url(../image/starts-xs.png) no-repeat 0px 0px;
}
.modules-star-sm .star-top {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.modules-star-sm .star-top a {
  cursor: default;
  float: left;
  width: 17px;
  height: 17px;
  background: url(../image/starts-xs.png) no-repeat 0 -19px;
  margin-left: 6px;
}
.modules-star-sm .star-top a.nobg {
  background-image: none;
}
.modules-star-sm .star-top li:first-child a {
  margin-left: 0;
}

.download-data1 {
  background-color: #fff;
  border: 1px solid #eee;
  margin-top: 20px;
}
.download-data1 .limitNum {
  max-height: 250px;
  overflow: hidden;
}
.download-data1 .download-hd {
  text-align: left;
  padding: 0 15px;
  line-height: 46px;
  font-size: 15px;
  color: #999;
}
.download-data1 .imgleft {
  float: left;
  margin-right: 15px;
}
.download-data1 .imgleft img {
  width: 48px;
  height: 48px;
  border-radius: 100%;
}
.download-data1 .download-bd ul {
  border-bottom: 1px solid #eee;
  padding: 0 15px;
  padding-bottom: 10px;
}
.download-data1 .download-bd.relesor {
  padding: 15px;
  padding-top: 10px;
}
.download-data1 .download-bd.relesor .relese-name {
  margin-top: 6px;
}
.download-data1 .download-bd.relesor .relese-name a {
  font-size: 16px;
  color: #279ff5;
  width: 130px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}
.download-data1 .download-bd.relesor .relese-date {
  margin-top: 10px;
  font-size: 12px;
  color: #333;
}
.download-data1 .download-bd li {
  position: relative;
  margin-bottom: 5px;
  border-top: 1px dashed #ddd;
  padding-top: 5px;
}
.download-data1 .download-bd li:first-child {
  border-top: none;
}
.download-data1 .download-bd li .data-info {
  line-height: 22px;
  float: none;
  margin-bottom: 10px;
}
.download-data1 .download-bd li .data-info a {
  font-size: 15px;
  color: #383838;
  width: 284px;
}
.download-data1 .download-bd li .data-info:hover a {
  color: #017fea;
}
.download-data1 .download-bd li .data-size {
  font-size: 14px;
  color: #999;
}
.download-data1 .download-bd li .data-icon {
  position: absolute;
  height: 100%;
  width: 100px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  border-radius: 20px;
  line-height: 36px;
  top: 0;
  right: 0;
  background: #20c454 url(../image/icon.png) -88px -289px no-repeat;
  text-indent: 10px;
}

.notes_title .title {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  position: relative;
}
.notes_title .title .title_dec {
  border-left: #ffc13b solid 6px;
  padding-left: 12px;
  height: 18px;
  position: relative;
  z-index: 1;
  background: #fff;
  padding-right: 8px;
  font-size: 16px;
}
.note-deta-user {
  height: 48px;
}
.note-deta-user img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
.note-deta-content {
  line-height: 25px;
  padding-left: 70px;
  margin-top: -20px;
  margin-bottom: 10px;
}
.note-deta-content p {
  line-height: 24px;
  color: #666;
}
.note-deta-content img {
  padding: 10px 0;
  max-width: 66%;
  display: table-cell;
  margin: 0 auto;
}
.note-deta-content ul {
  list-style: none outside none;
}
.reply {
  margin-bottom: 20px;
  margin-left: 70px;
}
.reply textarea {
  height: 70px;
  width: 100%;
  border: 1px solid #ddd;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  line-height: 140%;
}
.reply p a {
  font-size: 14px;
  color: #333;
  margin-right: 20px;
}
.my_reply {
  padding: 0 20px;
}
.bottom_reply {
  width: 1080px!important;
}
.my_reply textarea {
  height: 120px;
  width: 100%;
  border: 1px solid #ddd;
  padding: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
}
.my_reply a {
  line-height: 32px;
  padding-right: 32px;
  display: inline-block;
}
.My_answer_boxes {
  margin: 0 0 20px 0;
}
.My_answer_boxes .createtimess {
  line-height: 20px;
}
.My_answer_boxes .answers {
  line-height: 20px;
  width: 90%;
}
.My_answer_box {
  background: #f8f8f8;
  padding: 10px 15px 20px 15px;
  border-radius: 6px;
  margin-top: 10px;
}
.My_answer_box div:last-child {
  
  padding-bottom: 10px;
  border-bottom: none;
}
.My_answer {
  border-bottom: 1px dashed #ddd;
  
  padding: 0px 0 18px 0;
}
.operation_info {
  line-height: 24px;
  overflow: hidden;
}
.operation_info p.align-right {
  overflow: hidden;
}
.ml70 {
  margin-left: 70px;
}

#cover {
  position: fixed;
  left: 0;
  top: 0;
  background-color: #000000;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  display: block;
  z-index: 100;
  width: 100%;
  height: 100%;
  display: none;
}
#cover.show {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  display: block;
}


.geren_color_blue {
  color: #1192ff;
}

.course-evaluation {
  margin: 20px auto;
}
.course-evaluation .hd {
  height: 40px;
  line-height: 40px;
  background-color: #f8f8f8;
  padding: 0 40px;
}
.course-evaluation .bd {
  padding: 40px 50px 20px 40px;
  border-top: 1px solid #ddd;
}
.course-evaluation .img-left,
.course-evaluation .course-title {
  float: left;
  width: 344px;
}
.text-right .time-location {
  background-color: #fff;
  padding: 10px 12px 8px;
  margin-top: 16px;
  border: 1px solid #eee;
}
.text-right .teacher-price {
  height: 80px;
  margin-top: 7px;
  position: relative;
}
.text-right .teacher-price .course-teacher span:first-child {
  font-size: 16px;
  margin-right: 10px;
  display: inline-block;
  width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.teacher-price .course-teacher {
  position: relative;
  cursor: pointer;
}
.teacher-price .course-teacher .iswhatshare {
  width: 580px;
  max-width: 580px;
  line-height: 22px;
}
.text-right .teacher-price .course-teacher span.detail {
  font-size: 14px;
  color: #777;
  display: inline-block;
  width: 580px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top;
}
.course-evaluation .img-left img {
  width: 224px;
  height: 144px;
}
.course-evaluation .img-left p {
  width: 224px;
  line-height: 20px;
}
.course-evaluation .content-right,
.course-evaluation .course-comment {
  margin-left: 344px;
}
.course-evaluation .content-right .comment-area,
.course-evaluation .course-comment .comment-area {
  margin-top: 26px;
}
.course-evaluation .content-right .comment-area textarea,
.course-evaluation .course-comment .comment-area textarea {
  width: 100%;
  height: 200px;
  border: 1px solid #ddd;
  text-indent: 20px;
  padding-top: 10px;
}
.course-evaluation .content-right .comment-area .comment-button,
.course-evaluation .course-comment .comment-area .comment-button {
  line-height: 40px;
  margin-top: 20px;
}
.course-evaluation .content-right .comment-area .ke-button,
.course-evaluation .course-comment .comment-area .ke-button {
  width: 110px;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
}

.onepage {
  min-height: 100%;
  padding-top: 120px;
  margin-top: -120px;
  padding-bottom: 100px;
  margin-bottom: -100px;
}
.mycomment {
  box-sizing: border-box;
  position: relative;
  min-height: 714px;
}
.mycomment .hd {
  height: 60px;
  line-height: 60px;
}
.mycomment .bd {
  box-sizing: border-box;
  padding: 20px 20px;
}
.mycomment .bd .comment-title {
  height: 48px;
  line-height: 48px;
  box-sizing: border-box;
  width: 940px;
}
.mycomment .bd .comment-title .s-popup {
  position: relative;
  padding-left: 10px;
  height: 40px;
  line-height: 40px;
  margin-top: 4px;
  border: 1px solid #f8f8f8;
  border-bottom: none;
}
.mycomment .bd .comment-title .s-popup .s-dropmenu ul li {
  padding-left: 10px;
}
.mycomment .bd .comment-title .s-popup .s-dropmenu ul li:hover {
  background-color: #4faeff;
}
.mycomment .bd .comment-title .s-popup .s-dropmenu ul li:hover a {
  color: #fff;
}
.mycomment .bd .comment-content li {
  border-bottom: 1px dashed #ddd;
  padding-bottom: 10px;
}
.mycomment .bd .comment-content li .center {
  padding-top: 20px;
  padding-right: 40px;
  box-sizing: border-box;
  line-height: 20px;
}
.mycomment .bd .comment-content li .center p {
  font-size: 14px;
  color: #999;
  margin-top: 5px;
}
.mycomment .bd .comment-content li .right {
  padding-top: 20px;
}
.mycomment .left {
  float: left;
  width: 180px;
  position: relative;
  font-size: 14px;
  color: #333;
}
.mycomment .left .s-popup {
  margin-left: 20px;
}
.mycomment .center {
  float: left;
  width: 480px;
  position: relative;
  font-size: 14px;
  color: #333;
}
.mycomment .right {
  float: left;
  width: 278px;
  font-size: 14px;
}

.sign-bar-wrap {
  width: 100%;
  background-color: #fff;
  height: 60px;
  position: fixed;
  top: 0px;
  left: 0px;
  box-shadow: 0px 1px 6px #d3d3d3;
  display: none;
}
.sign-bar-wrap .sign-content {
  width: 1200px;
  margin: 0 auto;
}
.sign-bar-wrap .sign-content .course-name {
  height: 60px;
  line-height: 60px;
}
.sign-bar-wrap .sign-content .course-name .name-content {
  font-size: 24px;
  color: #333;
}
.sign-bar-wrap .sign-content .course-name .course-free {
  font-size: 12px;
  color: #fff;
  background-color: #ff5b28;
  border-radius: 5px;
  display: inline-block;
  line-height: 18px;
  padding: 0 8px;
  vertical-align: middle;
  margin-top: -9px;
}
.sign-bar-wrap .sign-content .course-name .go-to-sign {
  display: inline-block;
  width: 150px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background-color: #279ff5;
  border-radius: 2px;
  text-align: center;
  font-size: 20px;
  float: right;
  margin-right: 45px;
  cursor: pointer;
  margin-top: 10px;
}

.inputbox input.getC-block {
  width: 192px;
}
.inputbox .getCode-btn {
  display: inline-block;
  width: 110px;
  height: 32px;
  line-height: 32px;
  box-sizing: border-box;
  border: 1px solid #cfe5ff;
  text-align: center;
  vertical-align: middle;
  margin-left: 12px;
  color: #333;
  background-color: #f0f7ff;
  font-size: 12px;
}
.form-box li .error-attention {
  display: block;
  color: red;
  min-width: 100px;
  margin: 0 auto;
  text-align: center;
}
.cdetail-part {
  margin-bottom: 20px;
}

.cdetail-part-l.studyProject {
  width: 1200px;
}
.studyProject {
  width: 1200px;
}
.studyProject .taskTitle {
  height: 48px;
  line-height: 48px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #f8f8f8;
  padding-left: 30px;
  font-size: 16px;
  color: #279ff5;
  padding-right: 30px;
}
.studyProject .openDownBtn {
  display: inline-block;
  height: 40px;
  cursor: pointer;
}
.studyProject .openDownBtn * {
  font-size: 14px;
  color: #999;
}
.studyProject .caret-arrow-gray {
  margin-left: 10px;
}
.studyProject .openDownBtn .moreicon.up .caret-arrow-gray {
  transform: rotate(180deg);
  tansform-origin: center;
  -webkit-transform: rotate(180deg);
  -webkit-tansform-origin: center;
  margin-top: -5px;
}
.studyProject .openDownBtn .downBtn .moreicon {
  display: none;
}
.studyProject .openDownBtn .downBtn .moreicon.down {
  display: block;
}
.studyProject .openDownBtn .downBtn.open .up.moreicon {
  display: block;
}
.studyProject .openDownBtn .downBtn.open .down.moreicon {
  display: none;
}
.studyProject .taskContent {
  padding-left: 30px;
}
.studyProject .taskContent li {
  height: 74px;
  border-bottom: 1px solid #ddd;
  position: relative;
  padding-top: 17px;
  box-sizing: border-box;
}
.studyProject .taskContent li:last-child {
  border-bottom: none;
}
.studyProject .taskContent .name {
  font-size: 14px;
  color: #333;
  margin-bottom: 14px;
  display: block;
}
.studyProject .taskContent .info {
  font-size: 14px;
  color: #999;
}
.studyProject .taskContent .info span {
  margin-right: 25px;
}
.studyProject .blue-commonBtn {
  padding: 0 20px;
  border-radius: 4px;
  background-color: #279ff5;
  font-size: 14px;
  color: #fff;
  text-align: center;
  height: 32px;
  line-height: 32px;
  display: inline-block;
  cursor: pointer;
}
.studyProject .blue-commonBtn.haveEnd {
  width: 100px;
  padding: 0;
  box-sizing: border-box;
  color: #fff;
  background-color: #ccc;
  margin-left: 10px;
  cursor: initial;
}
.studyProject .rightOperate {
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 30px;
}
.studyProject .makeUpExam {
  width: 96px;
  border-radius: 4px;
  background-color: #279ff5;
  font-size: 14px;
  color: #fff;
  text-align: center;
  height: 32px;
  line-height: 32px;
  display: inline-block;
  cursor: pointer;
  margin-left: 20px;
}
.studyProject .operateBtn {
  display: inline-block;
}
.studyProject .operateBtn .score {
  float: left;
}
.studyProject .rank {
  font-size: 14px;
  color: #999;
  cursor: pointer;
  margin-bottom: 10px;
}
.studyProject .score span {
  margin-right: 10px;
}
.studyProject .score span:last-child {
  margin-right: 0;
}
.studyProject .state {
  color: #8599a7;
}
.studyProject .lineCenter {
  margin-top: 10px;
  display: inline-block;
}

.trainingWrap {
  width: 960px;
  margin: 0 auto;
}
.trainingWrap .contentBlock {
  padding: 20px;
  background-color: #fff;
}
.trainingWrap .trainingInfo {
  position: relative;
}
.trainingWrap .trainingInfo .imgWraper {
  float: left;
}
.trainingWrap .trainingInfo .imgWraper img {
  width: 410px;
  height: 264px;
}
.trainingWrap .trainingInfo .trainMainInfo {
  float: left;
  margin-left: 54px;
  width: 408px;
}
.trainingWrap .trainingInfo .trainName {
  font-size: 24px;
  color: #333;
  line-height: 32px;
}
.trainingWrap .trainingInfo .trainPrice {
  font-size: 26px;
  color: #FF7E00;
  line-height: 40px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.trainingWrap .trainingInfo .SettlementPrice {
  font-size: 12px;
  color: #fff;
  line-height: 26px;
  height: 26px;
  padding: 0 10px;
  text-align: center;
  min-width: 116px;
  float: left;
  background: url('../image/priceTag.png') no-repeat;
  background-size: cover;
}
.trainMainContent {
  margin-top: 20px;
  padding: 25px;
}
.trainMainContent .itermInfo {
  margin-bottom: 40px;
}
.trainMainContent .itermInfo .titleName {
  font-size: 18px;
  color: #999;
  line-height: 24px;
  margin-bottom: 25px;
}
.trainMainContent .picWrap {
  float: left;
}
.trainMainContent .picWrap img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
}
.trainMainContent .teacherDetail {
  float: left;
  margin-left: 15px;
  position: relative;
  width: 800px;
}
.trainMainContent .teacherDetail .iswhatshare {
  width: 800px;
  max-width: 800px;
}
.trainMainContent .teacherDetail .teachName {
  font-size: 20px;
  color: #333;
  line-height: 26px;
  margin-bottom: 10px;
}
.trainMainContent .teacherDetail .teachIntro {
  font-size: 14px;
  color: #333;
  line-height: 24px;
  height: 96px;
  overflow: hidden;
}
.trainMainContent .teacherDetail .teachIntro.iswhat {
  background: #fff;
  width: 100%;
}
.trainMainContent .teacherDetail .teachIntro.autoContent {
  height: auto;
}
.trainMainContent .teacherDetail .iswhatshare i {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  left: 395px;
  bottom: 0;
  top: -6px;
}
.trainMainContent .courseDetail {
  line-height: 24px;
}
.contactNumber {
  position: fixed;
  right: 0px;
  bottom: 250px;
  height: 150px;
}
.contactNumber .consultation {
  width: 140px;
  height: 55px;
  line-height: 55px;
  background-color: #fd6500;
  border-radius: 2px;
  box-shadow: 0 2px 8px 0 rgba(180, 100, 60, 0.5);
  font-size: 18px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.contactNumber .consultation .telephone {
  width: 30px;
  height: 25px;
  position: relative;
  top: -2px;
  background-position: -982px -43px;
}
.contactNumber .telNumer {
  width: 140px;
  height: 70px;
  background-color: #FDE3C9;
  font-size: 18px;
  color: #333;
  border-radius: 2px;
  position: relative;
  margin-top: 10px;
  box-shadow: 0 2px 6px 0 rgba(194, 123, 54, 0.4);
}
.contactNumber .telNumer p {
  line-height: 70px;
  text-align: center;
  position: relative;
  z-index: 10;
  font-size: 18px;
  color: #fd6500;
}
.contactNumber .telNumer .sanjiaoxin-out {
  z-index: 0;
}
.contactNumber .telNumer .sanjiaoxin {
  border-bottom: 30px solid #FDE3C9;
}
.contactNumber .telNumer .sanjiaoxin-border {
  border-bottom: 40px solid #FDE3C9;
}
.bg-f7 {
  background-color: #f7f7f7 !important;
}
.border-left-none {
  border-left: none !important;
}

.lecturerContentWrap {
  margin-bottom: 30px;
}
.lecturerContentWrap .lecturerContent {
  border-bottom: 1px solid #eee;
  padding-bottom: 40px;
}
.lecturerContentWrap .lecturerLeft {
  float: left;
  width: 110px;
}
.lecturerContentWrap .lecturerLeft .name {
  font-size: 26px;
  line-height: 26px;
  color: #555;
  width: 100%;
  overflow: hidden;
}
.lecturerContentWrap .lecturerInfo {
  float: right;
  width: 665px;
  font-size: 14px;
  color: #555;
  line-height: 26px;
  word-wrap: break-word;
  word-break: normal;
}
.lecturerContentWrap .recommendBtn {
  width: 95px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  border-radius: 2px;
  background-color: #279ff5;
  display: block;
  margin-top: 10px;
}
.courseOutline {
  padding-bottom: 30px;
}
.courseOutline .coursOutlineContent img {
  width: 600px;
  height: 400px;
  display: block;
  margin: 0 auto;
  padding: 20px 0;
}
.courseOutline .course-info {
  margin-bottom: 30px;
}
.courseOutline .course-info .titleName {
  float: left;
}
.courseOutline .course-info .detail {
  float: left;
}
.course-more .itermTitle {
  font-size: 16px;
  color: #999;
  margin-bottom: 25px;
}

.postCourseSetPart .titleBlock {
  height: 72px;
  padding-left: 40px;
  margin-bottom: 30px;
  border-bottom: 1px solid #dddddd;
}
.postCourseSetPart .titleBlock .title {
  line-height: 72px;
  font-size: 16px;
  color: #1d2f3d;
}
.postCourseSetPart .graphicsInfo {
  width: 844px;
  height: 160px;
  padding: 20px 10px 0;
  border: 1px solid #c9c9c9;
  box-sizing: border-box;
}
.postCourseSetPart input.post_title {
  width: 310px;
}
.postCourseSetPart .downBtn {
  margin-top: 12px;
  margin-right: 40px;
  cursor: pointer;
}
.postCourseSetPart .downBtn .moreicon {
  display: none;
}
.postCourseSetPart .downBtn .moreicon.down {
  display: block;
}
.postCourseSetPart .downBtn .up .caret-arrow-gray {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  tansform-origin: center;
  -webkit-tansform-origin: center;
  margin-top: -5px;
}
.postCourseSetPart .downBtn .caret-arrow-gray {
  margin-left: 5px;
}
.postCourseSetPart .downBtn.open .moreicon.down {
  display: none;
}
.postCourseSetPart .downBtn.open .moreicon.up {
  display: block;
}
.fabu-new .postCourseSetPart .post_main_ul .post_main_li {
  padding-left: 0;
}
.fabu-new .postCourseSetPart .post_main_ul .post_main_li .post_main_l_tit {
  width: 140px;
}
.fabu-new .postCourseSetPart .post_main_ul .post_main_li .courseInfoImgTips {
  margin: 10px 0;
  color: #999;
}
.fabu-new .postCourseSetPart .post_main_ul .post_main_li #uploadifive-uploadFile input {
  width: 100%!important;
}
.fabu-new .postCourseSetPart .post_main_ul .post_main_li p {
  display: block;
}
.fabu-new .postCourseSetPart .post_main_ul .post_main_li .uploadFileJurisdiction {
  display: block;
  color: #999;
  margin-top: 10px;
}
.fabu-new .postCourseSetPart .post_main_ul .post_main_li .uploadFileJurisdiction input + span {
  border-radius: 50%;
}
.teacher-info {
  width: 844px;
  height: 160px;
  padding: 5px 10px 0;
  border: 1px solid #c9c9c9;
  box-sizing: border-box;
}
.isHiddenTearch {
  position: relative;
  top: 10px;
}
.post_main_r_span {
  display: inline-block;
  width: 460px;
  color: #999;
  font-size: 14px;
  line-height: 20px;
  vertical-align: top;
}
.examineTips {
  padding: 20px 0px 0 40px;
  box-sizing: border-box;
}
.examineTips .post-examine-tips {
  margin-bottom: 10px;
  overflow: hidden;
}
.examineTips .post-examine-tips span {
  width: 1000px;
  color: #FF0000;
  font-size: 15px;
  line-height: 20px;
}
.examineTips .post-examine-tips span i {
  font-size: 15px;
}
.examineTips .post-examine-icon {
  margin-right: 10px;
}
.margin-top-60 {
  margin-top: 60px !important;
}
.CourseDetails {
  width: 1200px;
  margin: 0 auto;
  background-color: #F5F7FA;
  box-sizing: border-box;
  margin-bottom: 20px;
  margin-top: 20px;
  overflow: hidden;
}
.CourseDetails .partWrap {
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 8px;
}
.CourseDetails .CourseBanner {
  width: 610px;
  float: left;
}
.CourseDetails .CourseBanner img {
  display: block;
  width: 610px;
  height: 386px;
}
.CourseDetails .CourseText {
  width: 590px;
  height: 386px;
  box-sizing: border-box;
  background: #fff;
  float: right;
  padding-left: 30px;
  padding-right: 20px;
  padding-top: 20px;
  position: relative;
}
.CourseDetails .CourseText .courseName {
  color: #fff;
  font-size: 12px;
  padding: 0 5px;
  text-align: center;
  line-height: 20px;
  border-radius: 2px;
  display: inline-block;
}
.CourseDetails .CourseText .courseName.liveBg {
  background: #41de9d;
}
.CourseDetails .CourseText .courseName.faceBg {
  background: #1192ff;
}
.CourseDetails .CourseText .courseName.vedioBg {
  background: #3762dd;
}
.CourseDetails .CourseText .courseName.imgBg {
  background: #4bbdc7;
}
.CourseDetails .CourseText .title {
  float: right;
}
.CourseDetails .CourseText .title span {
  font-size: 12px;
  color: #666;
  vertical-align: middle;
  margin-right: 24px;
}
.CourseDetails .CourseText .title span i {
  margin-right: 10px;
}
.CourseDetails .CourseText .share_courses {
  top: -2px;
  margin-left: 20px;
  cursor: pointer;
  position: relative;
}
.CourseDetails .CourseText .share_courses .share_icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url("../image/share_icon.png") no-repeat center center;
  position: relative;
  top: 3px;
}
.CourseDetails .CourseText .share_courses .scan_share {
  position: absolute;
  width: 186px;
  height: 220px;
  background-color: #fff;
  border: 1px solid #eeeeee;
  text-align: center;
  right: 0;
  top: 30px;
  box-shadow: 0 5px 10px rgba(238, 238, 238, 0.8);
  z-index: 1;
}
.CourseDetails .CourseText .share_courses .scan_share .titleSet {
  font-size: 14px;
  color: #333;
  padding: 17px 0 14px ;
}
.CourseDetails .CourseText .share_courses .scan_share .qrcode-box img {
  width: 110px;
  height: 110px;
}
.CourseDetails .CourseText .share_courses .scan_share span {
  display: inline-block;
  font-size: 12px;
  color: #999999;
  margin: 14px 0 0;
  width: 110px;
  line-height: 20px;
}
.CourseDetails .CourseText a:hover span {
  color: #279ff5;
}
.CourseDetails .CourseText a:hover span .liveNew {
  background-position: -716px -158px;
}
.CourseDetails .CourseText a:hover span .editNew {
  background-position: -789px -156px;
}
.CourseDetails .CourseText a:hover span .adminNew {
  background-position: -862px -156px;
}
.CourseDetails .CourseText .titleDecr {
  font-size: 18px;
  color: #666;
  font-weight: bold;
  line-height: 24px;
  margin-top: 10px;
  margin-bottom: 15px;
}
.CourseDetails dl {
  overflow: hidden;
}
.CourseDetails dl dt {
  width: 270px;
  float: left;
}
.CourseDetails dl dt span {
  font-size: 12px;
  color: #999;
  margin-bottom: 10px;
  display: inline-block;
}
.CourseDetails dl dt span:nth-child(2) {
  margin-left: 60px;
}
.CourseDetails dl dt p {
  font-size: 14px;
  color: #333;
}
.CourseDetails dl dt p i {
  color: #999;
  display: inline-block;
  margin-top: 10px;
}
.CourseDetails dl dd {
  float: left;
  border-left: 1px #ddd solid;
}
.CourseDetails dl dd .ddFirst {
  float: left;
  display: inline-block;
  margin-left: 20px;
}
.CourseDetails dl dd .ddFirst span {
  font-size: 12px;
  color: #999;
  margin-bottom: 10px;
  display: block;
}
.CourseDetails dl dd .ddFirst p {
  padding-bottom: 5px;
  font-size: 14px;
  color: #333;
}
.CourseDetails .PlaceofClass {
  margin-top: 20px;
}
.CourseDetails .PlaceofClass span {
  font-size: 12px;
  color: #999;
  margin-bottom: 10px;
  display: block;
}
.CourseDetails .PlaceofClass p {
  font-size: 14px;
  color: #333;
}
.CourseDetails .PriceSeting {
  margin-top: 80px;
}
.CourseDetails .PriceSeting p {
  color: #627a88;
  font-size: 24px;
}
.CourseDetails .PriceSeting .WatchBtn {
  margin-top: 20px;
}
.CourseDetails .PriceSeting .WatchBtn .WatchBtnwrap {
  width: 142px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  border-radius: 4px;
  background-color: #1192ff;
}
.CourseDetails .PriceSeting .WatchBtn .WatchBtnwrap.haveEnd {
  color: #fff;
  background-color: #ccc;
}
.CourseDetails .PriceSeting .WatchBtn a:hover .WatchBtnwrap {
  background-color: #1192ff;
  color: #fff;
}
.CourseDetails .PriceSeting .followGive {
  float: right;
  margin-top: 14px;
}
.CourseDetails .PriceSeting .followGive span {
  vertical-align: middle;
  font-size: 14px;
  color: #666;
  margin-left: 25px;
}
.CourseDetails .PriceSeting .followGive span i {
  margin-right: 6px;
}
.CourseDetails .PriceSeting .followGive span i.active {
  background-position: -898px -143px;
}
.CourseDetails .cdetailWrap {
  width: 100%;
  border-radius: 8px;
}
.CourseDetails .cdetailWrap #starId {
  width: 100%!important;
}
.CourseDetails .cdetailWrap.justLook {
  width: 100%;
}
.CourseDetails .cdetailWrap .tabsWrap {
  height: 52px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.CourseDetails .cdetailWrap .tabsWrap ul {
  width: 93%;
  overflow: hidden;
  float: left;
}
.CourseDetails .cdetailWrap .tabsWrap ul li {
  float: left;
  height: 52px;
}
.CourseDetails .cdetailWrap .tabsWrap ul li a {
  display: block;
  margin: 0 30px;
  text-align: center;
  line-height: 52px;
  box-sizing: border-box;
  font-size: 14px;
  color: #627a88;
}
.CourseDetails .cdetailWrap .tabsWrap ul li a i {
  color: #279ff5;
  font-size: 12px;
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}
.CourseDetails .cdetailWrap .tabsWrap ul li.hover a {
  border-bottom: 2px #179aff solid;
  color: #279ff5;
  height: 52px;
  background: #fff;
  position: relative;
}
.CourseDetails .cdetailWrap .tabsWrapNew {
  padding: 0px !important;
  background: #eee;
}
.CourseDetails .cdetailWrap .tabsWrapNew .tabsWrap-content {
  padding: 0px 20px 20px !important;
  background: #fff;
}
.CourseDetails .cdetailWrap .tabsWrapNew .itermTitle {
  font-size: 14px;
  color: #333;
  border-left: 2px #279ff5 solid;
  padding-left: 5px;
  line-height: 16px;
}
.CourseDetails .cdetailWrap .tabsWrapNew .lecturerLeft {
  width: auto;
  float: none;
}
.CourseDetails .cdetailWrap .tabsWrapNew .lecturerLeft .recommendBtn {
  margin-left: 20px;
  margin-top: 0px;
  display: inline-block;
  vertical-align: top;
}
.CourseDetails .cdetailWrap .tabsWrapNew .lecturerLeft .name {
  font-size: 20px;
  line-height: 30px;
}
.CourseDetails .cdetailWrap .tabsWrapNew .lecturerLeft .recommendBtn:hover {
  background-color: #24b4ff;
}
.CourseDetails .cdetailWrap .tabsWrapNew .lecturerInfo {
  float: none;
  width: auto;
  line-height: 24px;
  color: #666;
  margin-top: 10px;
}
.CourseDetails .cdetailWrap .tabsWrapNew .lecturerContent {
  padding-bottom: 20px;
}
.CourseDetails .cdetailWrap .tabsWrapNew .itermTitle {
  margin-bottom: 20px;
}
.CourseDetails .cdetailWrap .tabsWrapNew .lecturerContentWrap {
  margin-bottom: 20px;
}
.CourseDetails .cdetailWrap .tabsWrapNew article {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.CourseDetails .cdetailWrap .tabsWrapNew article * {
  word-wrap: break-word;
  word-break: normal;
}
.CourseDetails .cdetailWrap .tabsWrapNew article ul {
  width: 100% !important;
  float: none !important;
  overflow: initial;
}
.CourseDetails .cdetailWrap .tabsWrapNew article ul li {
  list-style-type: initial;
  margin-left: 20px;
}
.CourseDetails .cdetailWrap .tabsWrapNew .fbtime {
  font-size: 14px;
  color: #999999;
  margin-top: 15px;
}
.CourseDetails .cdetailWrap .comment-filter {
  background-color: #F5F7FA;
  padding: 20px 0 20px;
}
.CourseDetails .cdetailWrap .star-love {
  margin-left: 15px;
}
.CourseDetails .cdetailWrap .itemLeft {
  float: left;
  width: 60px;
  margin-right: 15px;
  margin-top: 50px;
}
.CourseDetails .cdetailWrap .itemLeft img {
  width: 60px;
  height: 60px;
  border-radius: 100%;
}
.CourseDetails .cdetailWrap .itemLeft p {
  color: #627a88;
  font-size: 12px;
  margin-top: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
.CourseDetails .cdetailWrap .item-leftP {
  color: #627a88;
  font-size: 12px;
  margin-top: 12px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.CourseDetails .cdetailWrap .modules-star-sm {
  float: none;
}
.CourseDetails .cdetailWrap .item-left {
  height: auto;
}
.CourseDetails .cdetailWrap .item-left a {
  display: block;
}
.CourseDetails .cdetailWrap .item-right {
  border-bottom: 1px #ddd solid;
}
.CourseDetails .cdetailWrap .item-right .item-hd {
  margin-bottom: 15px;
  line-height: 26px;
}
.CourseDetails .cdetailWrap .comment-item {
  padding: 20px 0 0 0;
  border-bottom: none;
}
.CourseDetails .my_reply {
  width: 90%;
  overflow: hidden;
  float: left;
}
.CourseDetails .anserQues {
  margin-top: 17px !important;
  margin-left: 20px;
  margin-right: 0 !important;
}
.CourseDetails .answerUser {
  overflow: hidden;
  margin-bottom: 20px;
}
.CourseDetails .answerUser span {
  font-size: 14px;
  color: #627a88;
  margin-left: 30px;
}
.CourseDetails .answerUser span i {
  color: #279ff5;
  font-size: 12px;
  margin-left: 5px;
}
.CourseDetails .answerUser a {
  float: right;
}
.CourseDetails .answerUser a:hover span {
  color: #279ff5;
}
.CourseDetails .reply {
  margin-left: 0;
}
.CourseDetails .reply .answerBtn {
  width: 60px;
  height: 30px;
  line-height: 30px;
  background-color: #00a0fc;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
}
.CourseDetails .reply p a {
  font-size: 14px;
  color: #333;
  margin-right: 20px;
  line-height: 30px;
  padding-right: 0px;
}
.CourseDetails .reply p a:hover {
  color: #279ff5;
}
.CourseDetails .my_reply a {
  line-height: 30px;
  padding-right: 20px;
  color: #999;
}
.CourseDetails .my_reply a:hover {
  color: #999;
}
.CourseDetails .my_reply a span {
  color: #999;
}
.CourseDetails .my_reply .answerBtn {
  width: 60px;
  height: 30px;
  line-height: 30px;
  background-color: #00a0fc;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
}
.CourseDetails .Myanswerbox {
  background: #eee;
  padding: 2px 15px 0 15px;
  margin-top: 10px;
  position: relative;
  margin-bottom: 20px;
}
.CourseDetails .Myanswerbox .My_answer:last-child {
  border-bottom: none !important;
}
.CourseDetails .Myanswerbox p {
  color: #627a88;
  font-size: 14px;
}
.CourseDetails .Myanswerbox p i {
  color: #00a0fc;
}
.CourseDetails .Myanswerbox p span {
  color: #627a88;
  float: right;
  cursor: pointer;
  font-size: 12px;
}
.CourseDetails .Myanswerbox p span:hover {
  color: #00a0fc;
}
.CourseDetails .Myanswerbox .infoFont {
  color: #333;
}
.CourseDetails .Myanswerbox .infoTime {
  font-size: 12px;
  color: #999;
  line-height: 30px;
}
.CourseDetails .Myanswerbox .dashed_line {
  border-bottom: 1px dashed #bbb;
}
.CourseDetails .triangle {
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 18px solid #eee;
  position: absolute;
  top: -12px;
  left: 30px;
}
.CourseDetails .PublisherCourse {
  background: #fff;
  margin-top: 20px;
  border-radius: 8px;
}
.CourseDetails .PublisherCourse .titleSet {
  height: 50px;
  line-height: 52px;
  color: #627a88;
  font-size: 14px;
  border-bottom: 1px solid #ddd;
  padding-left: 20px;
}
.CourseDetails .PublisherCourse .pubCourseWrap {
  overflow: hidden;
  padding: 20px;
}
.CourseDetails .PublisherCourse .pubCourseWrap .leftContent {
  float: left;
}
.CourseDetails .PublisherCourse .pubCourseWrap .leftContent a {
  display: inline-block;
}
.CourseDetails .PublisherCourse .pubCourseWrap .leftContent a img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  float: left;
}
.CourseDetails .PublisherCourse .pubCourseWrap .leftContent a span {
  color: #333;
  font-size: 14px;
  margin-top: 16px;
  display: inline-block;
  margin-left: 10px;
}
.CourseDetails .PublisherCourse .pubCourseWrap .leftContent a:hover span {
  color: #279ff5;
}
.CourseDetails .PublisherCourse .pubCourseWrap .rightContent {
  float: right;
  margin-top: 12px;
}
.CourseDetails .PublisherCourse .pubCourseWrap .rightContent span {
  color: #666;
  font-size: 12px;
}
.CourseDetails .PublisherCourse .pubCourseWrap .rightContent span i {
  margin-right: 5px;
}
.CourseDetails .PublisherCourse .pubCourseWrap .rightContent a:hover span {
  color: #279ff5;
}
.CourseDetails .PublisherCourse .ulLists {
  overflow: hidden;
  padding: 0 20px 20px 20px;
}
.CourseDetails .PublisherCourse .ulLists ul {
  width: 100%;
}
.CourseDetails .PublisherCourse .ulLists ul li {
  width: 200px;
  float: left;
  margin-right: 40px;
}
.CourseDetails .PublisherCourse .ulLists ul li img {
  width: 100%;
  display: block;
  border-radius: 8px;
}
.CourseDetails .PublisherCourse .ulLists ul li p {
  color: #333;
  font-size: 14px;
  width: 200px;
  line-height: 36px;
}
.CourseDetails .PublisherCourse .ulLists ul li a:hover p {
  color: #279ff5;
}
.CourseDetails .PublisherCourse .ulLists ul li:nth-child(5n) {
  margin-right: 0;
}
.CourseDetails .courseSignupList {
  width: 100%;
  display: inline-block;
  text-align: center;
}
.CourseDetails .courseSignupList #signUpListUl {
  width: 100%;
  display: inline-block;
  padding: 0 20px;
  text-align: left;
}
.CourseDetails .courseSignupList #signUpListUl li {
  width: 55px;
  display: inline-block;
  text-align: center;
  margin-right: 15px;
  margin-bottom: 15px;
}
.CourseDetails .courseSignupList #signUpListUl li:nth-child(16n) {
  margin-right: 0px;
}
.CourseDetails .courseSignupList #signUpListUl li a {
  width: 100%;
  display: inline-block;
}
.CourseDetails .courseSignupList #signUpListUl li a img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.CourseDetails .courseSignupList #signUpListUl li p {
  padding-top: 5px;
}
.CourseDetails .courseSignupList .changes {
  margin: 20px auto;
}
.CourseDetails .courseSignupList a {
  display: inline-block;
}
.CourseDetails .courseSignupList a i {
  margin-right: 10px;
}
.CourseDetails .interaction {
  width: 100%;
  display: inline-block;
  margin: 5px 0;
}
.CourseDetails .interaction .common_interaction_box {
  width: 97%;
  height: 55px;
  margin: 0 auto 15px;
  background-color: #f6f6f6;
  border-radius: 8px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.CourseDetails .interaction .common_interaction_box .titleSet {
  width: 125px;
  height: 55px;
  font-size: 14px;
  line-height: 55px;
  color: #fff;
  border-radius: 8px 0 0 8px;
  text-align: center;
  display: inline-block;
}
.CourseDetails .interaction .common_interaction_box .titleSet.after_training {
  background-color: #ff50b3;
}
.CourseDetails .interaction .common_interaction_box .titleSet.questionnaire {
  background-color: #bca1f8;
}
.CourseDetails .interaction .common_interaction_box .titleSet.online_test {
  background-color: #fbb785;
}
.CourseDetails .interaction .common_interaction_box .titleSet.online_evaluation {
  background-color: #35ce59;
}
.CourseDetails .interaction .common_interaction_box .titleSet.online_homework {
  background-color: #279ff5;
}
.CourseDetails .interaction .common_interaction_box .titleSet i {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.CourseDetails .interaction .common_interaction_box .titleSet i.after_training_icon {
  background: url("../image/after_training_icon.png") no-repeat center center;
}
.CourseDetails .interaction .common_interaction_box .titleSet i.questionnaire_icon {
  background: url("../image/questionnaire_icon.png") no-repeat center center;
}
.CourseDetails .interaction .common_interaction_box .titleSet i.online_test_icon {
  background: url("../image/online_test_icon.png") no-repeat center center;
}
.CourseDetails .interaction .common_interaction_box .titleSet i.online_evaluation_icon {
  background: url("../image/online_evaluation_icon.png") no-repeat center center;
}
.CourseDetails .interaction .common_interaction_box .titleSet i.online_homework_icon {
  background: url("../image/online_homework_icon.png") no-repeat center center;
}
.CourseDetails .interaction .common_interaction_box ul {
  width: 80%;
  height: 55px;
  line-height: 55px;
  display: inline-block;
  float: none;
  margin-left: 20px ;
}
.CourseDetails .interaction .common_interaction_box ul .content-list-box a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.CourseDetails .dataDownload {
  width: 100%;
  display: inline-block;
  margin: 10px 0 ;
}
.CourseDetails .dataDownload #allAttachment {
  display: inline-block;
  width: 100%;
}
.CourseDetails .dataDownload #allAttachment #attachmentList {
  margin: 0 auto;
  float: none;
  width: 97%;
}
.CourseDetails .dataDownload #allAttachment #attachmentList li {
  width: 275px;
  height: 48px;
  text-align: left;
  line-height: 48px;
  background-color: #f8f8f8;
  border-radius: 4px;
  display: inline-block;
  margin-right: 19px;
  margin-bottom: 20px ;
}
.CourseDetails .dataDownload #allAttachment #attachmentList li:nth-child(4n) {
  margin-right: 0;
}
.CourseDetails .dataDownload #allAttachment #attachmentList li a {
  display: flex;
  justify-content: space-around;
  padding-right: 10px;
}
.CourseDetails .dataDownload #allAttachment #attachmentList li a i {
  position: relative;
  top: 15px;
}
.CourseDetails .dataDownload #allAttachment #attachmentList li a .upload_icon {
  cursor: pointer;
  width: 20px ;
  height: 20px;
  display: inline-block;
  margin-right: 5px;
  margin-left: 20px;
  background: url("../image/upload_icon.png") no-repeat center center;
}
.CourseDetails .dataDownload #allAttachment #attachmentList li a #compress_icon {
  background: url("../image/compress_icon.png") no-repeat center center;
}
.CourseDetails .dataDownload #allAttachment #attachmentList li a #pdf_icon {
  background: url("../image/pdf_icon.png") no-repeat center center;
}
.CourseDetails .dataDownload #allAttachment #attachmentList li a #excel_icon {
  background: url("../image/excel_icon.png") no-repeat center center;
}
.CourseDetails .dataDownload #allAttachment #attachmentList li a #ppt_icon {
  background: url("../image/ppt_icon.png") no-repeat center center;
}
.CourseDetails .dataDownload #allAttachment #attachmentList li a #word_icon {
  background: url("../image/word_icon.png") no-repeat center center;
}
.CourseDetails .dataDownload #allAttachment #attachmentList li a #txt_icon {
  background: url("../image/txt_icon.png") no-repeat center center;
}
.CourseDetails .dataDownload #allAttachment #attachmentList li a p {
  width: 130px;
  display: inline-block;
  margin: 0 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
}
.CourseDetails .dataDownload #allAttachment #attachmentList li a p em {
  display: inline-block;
  margin-left: 5px;
}
.CourseDetails .dataDownload #allAttachment #attachmentList li a .preview_icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../image/preview_icon.png") no-repeat center center;
  background-size: 100% 100%;
  cursor: pointer;
}
.CourseDetails .videoCatalogue {
  padding: 0 20px;
}
.CourseDetails .videoCatalogue .chapterBox .chapterHeader {
  display: flex;
  justify-content: left;
  align-content: flex-start;
  margin-bottom: 20px;
  align-items: center;
}
.CourseDetails .videoCatalogue .chapterBox .chapterHeader .chapterLeft {
  margin-right: 20px;
  font-weight: bold;
  font-size: 16px;
}
.CourseDetails .videoCatalogue .chapterBox .chapterHeader .chapterRight {
  color: #999;
}
.CourseDetails .videoCatalogue .chapterBox .chapterContent .chapterHeader {
  position: relative;
  height: 40px;
}
.CourseDetails .videoCatalogue .chapterBox .chapterContent .chapterHeader .chapterLeft {
  display: inline-block;
  position: absolute;
  left: 0;
}
.CourseDetails .videoCatalogue .chapterBox .chapterContent .chapterHeader .chapterLeft .chapterNumber,
.CourseDetails .videoCatalogue .chapterBox .chapterContent .chapterHeader .chapterLeft .chapterName {
  color: #333;
  font-size: 16px;
  padding-right: 15px;
}
.CourseDetails .videoCatalogue .chapterBox .chapterContent .chapterHeader .chapterLeft .isTryWatch {
  color: #999999;
  font-size: 14px;
  padding-left: 5px;
}
.CourseDetails .videoCatalogue .chapterBox .chapterContent .chapterHeader .chapterRight {
  display: inline-block;
  position: absolute;
  right: 0;
  color: #999999;
  font-size: 14px;
  padding: 0 4px;
}
.CourseDetails .videoCatalogue .chapterBox .chapterContent .operationBox {
  font-size: 14px;
  color: #1192ff;
  padding-bottom: 20px;
  cursor: pointer;
}
.CourseDetails .videoCatalogue .chapterBox .chapterContent .operationBox em {
  display: inline-block;
  width: 8px;
  height: 10px;
  background: url("../image/arrow.png") no-repeat center center;
  padding-left: 9px;
}
.CourseDetails .videoCatalogue .chapterBox .chapterContent .operationBox em.downAccrow {
  transform: rotate(-180deg);
}
.CourseDetails .videoCatalogue .chapterBox .chapterContent .videoList {
  width: 100%;
  border-bottom: 1px solid #ddd;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.CourseDetails .videoCatalogue .chapterBox .chapterContent .videoList ul {
  width: 100%;
  display: inline-block;
}
.CourseDetails .videoCatalogue .chapterBox .chapterContent .videoList ul li {
  padding-bottom: 10px;
}
.CourseDetails .videoCatalogue .chapterBox .chapterContent .videoList ul li .item {
  position: relative;
  line-height: 24px;
}
.CourseDetails .videoCatalogue .chapterBox .chapterContent .videoList ul li .item i {
  display: inline-block;
  width: 17px;
  height: 17px;
  vertical-align: middle;
}
.CourseDetails .videoCatalogue .chapterBox .chapterContent .videoList ul li .item i.video-icon {
  background: url("../image/video-icon.png") no-repeat center center;
  background-size: 100% 100%;
}
.CourseDetails .videoCatalogue .chapterBox .chapterContent .videoList ul li .item i.live-icon {
  background: url("../image/live-icon.png") no-repeat center center;
  background-size: 100% 100%;
}
.CourseDetails .videoCatalogue .chapterBox .chapterContent .videoList ul li .item i.face-icon {
  background: url("../image/face-icon.png") no-repeat center center;
  background-size: 100% 100%;
}
.CourseDetails .videoCatalogue .chapterBox .chapterContent .videoList ul li .item i.imageText-icon {
  background: url("../image/imageText-icon.png") no-repeat center center;
  background-size: 100% 100%;
}
.CourseDetails .videoCatalogue .chapterBox .chapterContent .videoList ul li .item span {
  font-size: 14px;
  color: #333;
  vertical-align: middle;
  padding-left: 5px;
  cursor: pointer;
}
.CourseDetails .videoCatalogue .chapterBox .chapterContent .videoList ul li .item .tryWatchBtn {
  width: 48px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background-color: #ffefe5;
  color: #fd6500;
  border-radius: 12px;
  font-size: 12px;
  position: absolute;
  right: 0;
}
.overhidden {
  overflow: hidden;
}
.cdetailRgight {
  width: 286px;
  float: right;
  overflow: hidden;
}
.cdetailRgight .CdetailList {
  background: #fff;
  margin-bottom: 20px;
}
.cdetailRgight .CdetailList .titleSet {
  height: 52px;
  line-height: 52px;
  color: #627a88;
  font-size: 14px;
  border-bottom: 1px solid #ddd;
  padding: 0 20px;
}
.cdetailRgight .CdetailList .titleSet i {
  margin-right: 10px;
}
.cdetailRgight .CdetailList ul {
  overflow: hidden;
  padding: 20px;
}
.cdetailRgight .CdetailList ul li {
  float: left;
}
.cdetailRgight .CdetailList ul .liList {
  width: 246px;
  overflow: hidden;
  border-bottom: 1px #ddd dashed;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.cdetailRgight .CdetailList ul .liList:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.cdetailRgight .CdetailList ul .liList p {
  width: 210px;
  color: #333;
  font-size: 14px;
  float: left;
  display: inline-block;
}
.cdetailRgight .CdetailList ul .liList i {
  float: right;
  margin-left: 26px;
}
.cdetailRgight .CdetailList ul .liList span {
  font-size: 12px;
  color: #999;
  display: block;
  width: 100%;
  margin-top: 5px;
}
.cdetailRgight .CdetailList ul .liList .liListWrap {
  overflow: hidden;
  display: block;
}
.cdetailRgight .CdetailList ul .liList .liListWrap:hover .ArrowNew {
  background-position: -855px -191px;
}
.cdetailRgight .CdetailList ul .liList .liListWrap:hover p {
  color: #279ff5;
}
.cdetailRgight .CdetailList ul .liList-last {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.cdetailRgight .CdetailList .moreCanSee {
  height: 32px;
  line-height: 32px;
  text-align: center;
  background-color: #f3f7f8;
  color: #999;
  cursor: pointer;
}
.cdetailRgight .CdetailList .qrcode-box {
  overflow: hidden;
  padding: 10px 20px;
  text-align: center;
  box-sizing: border-box;
}
.cdetailRgight .CdetailList .qrcode-box img {
  width: 130px;
  height: 130px;
  margin: 0 auto;
  margin-bottom: 5px;
  margin-top: 10px;
}
.cdetailRgight .CdetailList .qrcode-box p {
  font-size: 12px;
  color: #999;
  line-height: 16px;
  margin-bottom: 10px;
}
.cdetailRgight .CdetailList .qrcodeSet {
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px #ddd dashed;
  padding-bottom: 20px;
}
.cdetailRgight .userList {
  padding: 20px 20px 0px 20px !important;
}
.cdetailRgight .userList li {
  width: 50px;
  text-align: center;
  float: left;
  margin-right: 15px;
  margin-bottom: 20px;
}
.cdetailRgight .userList li img {
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 100%;
  margin-bottom: 10px;
}
.cdetailRgight .userList li p {
  font-size: 12px;
  color: #666;
  text-align: center;
}
.cdetailRgight .userList li a:hover p {
  color: #279ff5;
}
.cdetailRgight .userList li:nth-child(4n) {
  margin-right: 0;
}
.cdetailRgight .Rewarding li img {
  margin-bottom: 0px;
}
.cdetailRgight h3 {
  font-size: 14px;
  color: #333;
  text-align: center;
  margin-top: 20px;
}
.cdetailRgight .changes {
  text-align: center;
  margin: 0 auto;
  display: block;
  padding-bottom: 20px;
}
.cdetailRgight .changes i {
  margin-right: 5px;
}
.accessToCredit {
  width: 116px;
  background: #434343;
  border-radius: 5px;
  text-align: center;
  overflow: hidden;
  position: absolute;
  top: 160px;
  right: 66px;
}
.accessToCredit h3 {
  line-height: 39px;
  background: #5d5d5d;
  color: #fff;
  font-size: 14px;
}
.accessToCredit ul li {
  width: 116px;
  line-height: 36px;
  float: left;
  background: #434343;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}
.accessToCredit ul li.selected {
  background: #333;
}
.accessToCredit ul li.selected a {
  background: #333;
}
.accessToCredit ul li.selected a:hover {
  background: #333;
}
.accessToCredit ul li span {
  margin-left: 10px;
}
.accessToCredit ul li a {
  background: #434343;
  color: #fff;
}
.accessToCredit ul li a:hover {
  background: #434343;
}
.ToCredit {
  position: absolute;
  top: 160px;
  right: 0px;
}
.ToCredit h3 {
  width: 36px;
  height: 36px;
  background: #000;
  text-align: center;
  font-size: 12px;
  color: #fff;
  border-radius: 5px;
  line-height: 15px;
  padding-top: 3px;
  box-sizing: border-box;
  margin-bottom: 6px;
}
.ToCredit ul li {
  width: 36px;
  height: 36px;
  line-height: 36px;
  background: #000;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 6px;
  cursor: pointer;
}
.ToCredit ul li:hover {
  background: #666;
  color: #fff;
}
.ToCredit ul li a {
  color: #fff;
}
.ToCredit ul li a:hover {
  color: #fff;
}
.twCredit h3 {
  background: #5e5e5e;
}
.twCredit ul li {
  background: #c1c1c1;
}
.twCredit ul li:hover {
  background: #666;
}
.zbCredit {
  position: relative;
  top: 0;
  right: 0px;
}
.zbCredit h3 {
  background: #2c333d;
}
.zbCredit ul li {
  background: #3c5164;
}
.zbCredit ul li:hover {
  background: #2c333d;
}
.zbCredit .CreditPop {
  width: 36px;
  height: 36px;
  background: #fc950f;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}
.zbCredit .CreditPop .PopIcon {
  margin-top: 6px;
}
.zbCreditWrap {
  position: absolute;
  top: 187px;
  right: 10px;
}
.qrcodePlace {
  position: absolute;
  right: 50px;
  top: 129px;
}
.qrcodePlace img {
  width: 116px;
  height: 116px;
  display: inline-block;
  border: 10px #fff solid;
  box-sizing: border-box;
}
.qrcodePlace .triangle-right {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 10px solid #fff;
  border-bottom: 6px solid transparent;
  display: inline-block;
  position: absolute;
  top: 50px;
}
.accessToLive {
  width: 116px;
  border-radius: 5px;
  text-align: center;
  overflow: hidden;
  position: absolute;
  top: 186px;
  right: 172px;
}
.accessToLive h3 {
  line-height: 39px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 14px;
}
.accessToLive ul {
  overflow: hidden;
}
.accessToLive ul li {
  width: 116px;
  line-height: 36px;
  float: left;
  background: #59757f;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}
.accessToLive ul li.selected {
  background: #436778;
}
.accessToLive ul li span {
  margin-left: 10px;
}
.accessToLive .RewardPop {
  position: relative;
}
.accessToLive .RewardPop img {
  width: 116px;
  height: 116px;
  display: block;
  margin-top: 10px;
}
.accessToLive .RewardPop span {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 100%;
  background: rgba(255, 90, 0, 0.9);
  color: #fff;
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
}

.typeMainContentWrap {
  margin-top: 10px;
}
.typeMainContentWrap .innerBox {
  width: 844px;
  height: 250px;
  border: 1px solid #eee;
}
.typeMainContentWrap .tipsAndBtn {
  width: 235px;
  margin: 0 auto;
  margin-top: 70px;
  text-align: center;
}
.typeMainContentWrap .tipsAndBtn .btn {
  margin: 0 auto;
  margin-bottom: 10px;
}
.typeMainContentWrap .p1 {
  font-size: 14px;
  color: #999;
  line-height: 20px;
  text-align: left;
}
.zhezao {
  width: 100%;
  height: 165px;
  margin: 0 auto;
  margin-top: 70px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000000;
  background: #ffffff;
  display: none;
}
.innerBox {
  position: relative;
}
.titleSet {
  overflow: hidden;
}
.titleSet h2 {
  font-size: 14px;
  float: left;
  width: 200px;
}
.mt20 {
  margin-top: 20px;
}
.leng_right {
  float: right;
  margin-right: 20px;
}
.leng_right i {
  margin-right: 5px;
}
.leng_right span {
  font-size: 12px;
  color: #666;
}
.leng_right span:hover {
  color: #279ff5;
}
.fabu-new {
  margin-top: 20px;
  padding-bottom: 0 !important;
  margin-bottom: 40px !important;
}
.leng_text1 {
  margin-left: 15px !important;
}
.star-top {
  width: 100%!important;
}
.previewBox {
  width: 1200px;
  height: 800px;
  border-radius: 5px;
}
.previewBox .headerTitle {
  height: 50px;
  text-align: right;
}
.previewBox .headerTitle i {
  margin-top: 15px;
  margin-right: 20px;
  cursor: pointer;
}
.previewBox iframe {
  border-radius: 5px;
}
.liveQRcode {
  width: 186px;
  height: 220px;
  background-color: #fff;
  border: 1px solid #eeeeee;
  text-align: center;
  box-shadow: 0 5px 10px rgba(238, 238, 238, 0.8);
  z-index: 1;
}
.liveQRcode .headerBox {
  position: absolute;
  right: 10px;
  top: 15px;
}
.liveQRcode .headerBox i {
  width: 15px;
  height: 15px;
  display: inline-block;
  background: url("../image/close1.png") no-repeat center center;
  background-size: 100% 100%;
  cursor: pointer;
}
.liveQRcode .titleSet {
  font-size: 14px;
  color: #333;
  padding: 17px 0 14px ;
}
.liveQRcode .qrcode-box img {
  width: 110px;
  height: 110px;
}
.liveQRcode span {
  display: inline-block;
  font-size: 12px;
  color: #999999;
  margin: 14px 0 0;
  width: 110px;
  line-height: 20px;
}