.mytask {
  padding: 4px 30px;
  position: relative;
  margin-top: 60px;
  border: 1px solid #eee;
}
.mytask .mytask-hd {
  position: absolute;
  top: -12px;
  left: 40px;
  font-size: 22px;
  color: #333;
  background-color: #fff;
  padding: 0 10px;
}
.mytask .mytask-bd li {
  padding: 28px 0px;
  position: relative;
}
.mytask .mytask-bd li:not(:last-child) {
  border-bottom: 1px dashed #ddd;
}
.mytask .mytask-bd li a {
  display: block;
}
.mytask .mytask-bd li a .imgleft {
  float: left;
  margin-right: 25px;
}
.mytask .mytask-bd li a .imgleft img {
  width: 220px;
  height: 140px;
}
.mytask .mytask-bd li a .textright p {
  font-size: 16px;
  color: #777;
}
.mytask .mytask-bd li a .textright p span {
  font-size: 16px;
  color: #777;
}
.mytask .mytask-bd li a .textright .course-title {
  font-size: 20px;
  color: #34495e;
  margin-top: 8px;
  margin-bottom: 14px;
}
.mytask .mytask-bd li a .textright .course-title i {
  display: inline-block;
  width: 46px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #fff;
  margin-left: 10px;
  vertical-align: 3px;
}
.mytask .mytask-bd li a .textright .course-title i.facetoface {
  background-color: #00aefb;
}
.mytask .mytask-bd li a .textright .course-title i.zhibo {
  background-color: #ff9600;
}
.mytask .mytask-bd li a .textright .course-title i.shipin {
  background-color: #20c675;
}
.mytask .mytask-bd li a .textright .course-time {
  margin-bottom: 9px;
}
.mytask .mytask-bd li a .textright .distributeinfo {
  margin-top: 18px;
}
.mytask .mytask-bd li a .textright .distributeinfo > span {
  display: inline-block;
  height: 36px;
  line-height: 37px;
  padding: 0 15px;
  background-color: #f6f6f6;
  font-size: 14px;
  color: #777;
  border: 1px solid #eee;
}
.mytask .mytask-bd li .mytask-btn {
  position: absolute;
  right: 0px;
  bottom: 28px;
  width: 140px;
  height: 40px;
  background-color: #109cff;
  color: #fff;
  text-align: center;
  line-height: 40px;
}

.my-test {
  height: 318px;
  padding: 0px 20px 40px;
  position: relative;
  margin-top: 20px;
  border: 1px solid #eee;
}
.my-test .see-detail {
  font-size: 15px;
  color: #999;
}
.my-test .admire_item {
  height: 50px;
  line-height: 50px;
  color: #383838;
  border-top: 1px dashed #ddd;
  border-bottom: none;
}
.my-test .admire_item p a {
  display: block;
  width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  color: #383838;
}
.my-test .admire_item i {
  font-size: 14px;
  color: #383838;
}
.my-test .test-hd {
  height: 50px;
  line-height: 50px;
}
.my-test .test-hd span {
  font-size: 15px;
  color: #279ff5;
}
.my-test .test-hd a {
  font-size: 15px;
  color: #666;
}
.my-test .my-test__left {
  float: left;
  width: 520px;
}
.my-test .my-test__right {
  float: right;
  width: 520px;
}

.gray-bg-e {
  background-color: #eee;
  position: relative;
  z-index: -2;
}
.live-notice-wrap {
  margin-top: 50px;
}
.live-notice-wrap .check-more {
  float: right;
  color: #666;
  margin-top: 8px;
}
.live-notice-wrap .check-more:hover {
  color: #2f8ddc;
}
.live-notice-wrap.college-zhibo-main {
  margin-left: 0px;
  float: left;
}
.live-notice-wrap .top {
  margin-left: 0px;
  margin-bottom: 30px;
}
.live-notice-wrap .top .block-title {
  font-size: 22px;
  color: #333;
  float: left;
}
.live-notice-wrap .top .right-menu {
  float: left;
  font-size: 14px;
  color: #666;
  margin-left: 20px;
  margin-top: 8px;
}
.live-notice-wrap .top .right-menu a {
  margin-right: 20px;
}
.live-notice-wrap .top .right-menu a:hover {
  color: #017fea;
}
.live-notice-wrap .live-title.course-lists-div {
  margin-left: 0px;
  margin-top: 0px !important;
}
#recommendId .course-lists-div .course-list-top {
  box-sizing: border-box;
}
#recommendId .course-lists-div .course-list-top.border-bottom-e {
  border-bottom: 1px solid #eee;
}
#recommendId .course-lists-div .course-list-bottom {
  border: none;
  padding-top: 15px;
}
#recommendId .course-lists-div .value-wrap {
  width: 276px;
  height: 235px;
  float: left;
  margin-right: 38px;
  position: relative;
  cursor: pointer;
  margin-bottom: 32px;
  transition: all 0.2s;
}
#recommendId .course-lists-div .value-wrap:hover {
  transform: translateY(-2px);
}
#recommendId .course-lists-div .value-wrap:hover .cover {
  opacity: 1;
}
#recommendId .course-lists-div .value-wrap .cover {
  width: 308px;
  height: 314px;
  background-color: #fff;
  position: absolute;
  top: -15px;
  left: -14px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  z-index: -1;
  opacity: 0;
}
#recommendId .course-lists-div .value-wrap:nth-child(4n) {
  margin-right: 0px;
}
#recommendId .course-lists-div .value-wrap a.cover-pic {
  width: 100%;
  height: 176px;
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px;
}
#recommendId .course-lists-div .value-wrap a.cover-pic img {
  width: 100%;
}
#recommendId .course-lists-div .value-wrap .date-yearhot {
  padding-left: 58px;
}
#recommendId .course-lists-div .value-wrap .hot-place {
  padding-left: 14px;
}
#recommendId .course-lists-div .value-wrap .coure-time {
  position: absolute;
  margin-top: -28px;
  color: #ffffff;
  width: 100%;
  height: 28px;
  border-radius: 0 0px 8px 8px;
  line-height: 28px;
  font-size: 12px;
  background-color: rgba(0, 0, 0, 0.4);
}
#recommendId .course-lists-div .value-wrap .coure-time .date-year {
  padding-left: 80px;
}
#recommendId .course-lists-div .value-wrap .coure-time .date-time {
  padding-left: 5px ;
}
#recommendId .course-lists-div .value-wrap .course-type {
  display: inline-block;
  width: 37px;
  height: 20px;
  line-height: 20px;
  font-size: 12px ;
  text-align: center;
  border-radius: 2px;
  color: #ffffff;
  margin-right: 10px;
}
#recommendId .course-lists-div .value-wrap .course-type.bg_blue {
  background-color: #3762dd;
}
#recommendId .course-lists-div .value-wrap .course-type.bg_lblue {
  background-color: #1192ff;
}
#recommendId .course-lists-div .value-wrap .course-type.bg_green {
  background-color: #41de9d;
}
#recommendId .course-lists-div .value-wrap .course-type.bg_lgreen {
  background-color: #4bbdc7;
}
#recommendId .course-lists-div .value-wrap .info-block {
  margin-top: 17px;
  width: 100%;
  font-size: 16px;
  color: #333;
}
#recommendId .course-lists-div .value-wrap .info-block.last-info {
  margin-top: 13px;
  font-size: 14px;
  color: #999999;
}
#recommendId .course-lists-div .value-wrap .info-block.user-main .user-pic {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}
#recommendId .course-lists-div .value-wrap .info-block.user-main .user-pic img {
  width: 20px;
  height: 20px;
  border-radius: 100%;
}
#recommendId .course-lists-div .value-wrap .info-block.user-main a.nick-name {
  display: inline;
  font-size: 14px;
  color: #333;
  margin-left: 5px;
  vertical-align: middle;
}
#recommendId .course-lists-div .value-wrap .info-block .icon-16 {
  vertical-align: middle;
}
#recommendId .course-lists-div .value-wrap .info-block .price-title {
  font-size: 17px;
  color: #279ff5;
  margin-right: 28px;
}
#recommendId .course-lists-div .value-wrap .info-block .price-title.haveCharge {
  color: #279ff5;
}
#recommendId .course-lists-div .value-wrap .info-block.name {
  font-size: 16px;
  color: #383838;
  font-weight: 500;
  height: 20px;
  width: 80%;
  display: inline-block;
  vertical-align: bottom;
  line-height: 19px;
}
#recommendId .course-lists-div .value-wrap .info-block.name a {
  font-size: 17px;
  color: #383838;
  font-weight: 500;
}
#recommendId .course-lists-div .value-wrap .info-block .clock {
  position: relative;
  top: -5px;
}
#recommendId .course-lists-div .value-wrap .info-block .eye {
  width: 19px;
  height: 14px;
  background: url('../image/icon.png') no-repeat 0px -488px;
  position: relative;
  top: -1px;
}
#recommendId .course-lists-div .value-wrap .info-block .pass-logo {
  width: 14px;
  height: 14px;
  background: url('../image/icon.png') no-repeat 0px -529px;
  position: relative;
  top: -1px;
}
#recommendId .course-lists-div .value-wrap .info-block .person-logo {
  width: 12px;
  height: 14px;
  background: url('../image/icon.png') no-repeat 0px -552px;
  position: relative;
  top: -1px;
}
#recommendId .course-lists-div .value-wrap .info-block .color-ju {
  color: #ff7e00;
  font-size: 14px;
  margin-right: 20px;
}
#recommendId .course-lists-div .value-wrap .info-block .color-7 {
  color: #279ff5;
  font-size: 15px;
}
#recommendId .course-lists-div .value-wrap .info-block .color-7.date-main {
  margin-right: 10px;
  margin-left: 10px;
}
#recommendId .course-lists-div .value-wrap .info-block .region {
  float: right;
  color: #777;
  margin-right: 20px;
}
#recommendId .course-lists-div .value-wrap .info-block .time {
  float: left;
  color: #777;
}
#recommendId .course-lists-div .value-wrap .price-info {
  float: right;
  margin-top: 13px;
}
#recommendId .course-lists-div .value-wrap .price-info .coures-price {
  color: #fd6500;
  font-size: 14px;
}
.recommend.live-notice-wrap .course-lists-div .course-list-top {
  padding-bottom: 0px;
}
.recommend.live-notice-wrap .course-lists-div .value-wrap {
  height: 280px;
}
.recommend.live-notice-wrap .course-lists-div .value-wrap .cover {
  height: 295px;
}

.fly-tast-wrap {
  width: 100%;
  height: 90px;
  line-height: 100px;
  background-color: rgba(0, 137, 64, 0.8);
  position: fixed;
  bottom: -100px;
  margin-top: -45px;
  z-index: 99;
}
.fly-tast-wrap .main-cont {
  height: 90px;
  position: relative;
}
.fly-tast-wrap .main-cont .logo {
  width: 80px;
  height: 100px;
  position: absolute;
  left: 40px;
  bottom: 3px;
}
.fly-tast-wrap .main-cont .title {
  font-size: 22px;
  color: #fff;
  margin-left: 120px;
  display: inline-block;
}
.fly-tast-wrap .main-cont .title .name {
  font-size: 22px;
}
.fly-tast-wrap .main-cont .go-to-check {
  width: 150px;
  height: 48px;
  line-height: 48px;
  display: inline-block;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
  color: #009746;
  float: right;
  margin-right: 95px;
  margin-top: 25px;
  font-size: 18px;
}
.fly-tast-wrap .main-cont .white-x {
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
  width: 20px;
  height: 20px;
}

@-webkit-keyframes slidein {
  0% {
    transform: translateX(80%) translateY(-50%);
    opacity: 0;
  }
  50% {
    transform: translateX(40%) translateY(-50%);
    opacity: 0.25;
  }
  75% {
    transform: translateX(0%) translateY(-50%);
    opacity: 0.5;
  }
  100% {
    transform: translateX(-50%) translateY(-50%);
    opacity: 1;
  }
}
@keyframes slidein {
  0% {
    transform: translateX(80%) translateY(-50%);
    opacity: 0;
  }
  50% {
    transform: translateX(40%) translateY(-50%);
    opacity: 0.25;
  }
  75% {
    transform: translateX(0%) translateY(-50%);
    opacity: 0.5;
  }
  100% {
    transform: translateX(-50%) translateY(-50%);
    opacity: 1;
  }
}
@keyframes navcircle {
  0% {
    width: 5px;
    border-radius: 2px;
  }
  50% {
    width: 10px;
    border-radius: 8px;
  }
  100% {
    width: 15px;
    border-radius: 10px;
  }
}
.adition-moudle .remove {
  position: absolute;
  top: 8px;
  z-index: 100;
  right: 8px;
}
.adition-moudle .hd {
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  overflow: hidden;
}
.adition-moudle .hd li {
  float: left;
  width: 30px;
}
.adition-moudle .hd li a {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #f8f8f8;
  opacity: 0.5;
}
.adition-moudle .hd li.on a {
  background: #fff;
  opacity: 1;
  width: 15px;
  border-radius: 10px;
  
  transition: width, background, opacity 1.5s;
  -webkit-transition: width, background, opacity 1.5s;
  -moz-transition: width, background, opacity 1.5s;
  -ms-transition: width, background, opacity 1.5s;
  -o-transition: width, background, opacity 1.5s;
}
.adition-moudle .tmpWrap li a {
  display: block;
}
.adition-moudle .tmpWrap .imgbox {
  width: 640px;
  height: 296px;
  position: relative;
}
.adition-moudle .tmpWrap .imgbox img {
  position: absolute;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  -webkit-transform: translateX(-100%) translateY(-50%);
  left: 50%;
  opacity: 0;
  
}
.adition-moudle .tmpWrap .imgbox img.slidein {
  opacity: 1;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  animation: slidein 0.5s linear;
  -webkit-animation: slidein 0.5s linear;
}
.adition-moudle .tmpWrap .img1 {
  background: url(../image/adition_moudle1.png);
}
.adition-moudle .tmpWrap .img1 img {
  width: 187px;
}
.adition-moudle .tmpWrap .img2 {
  background: url(../image/adition2.png) repeat-x center;
  background-size: 100% 100%;
}
.adition-moudle .tmpWrap .img3 {
  background: url(../image/aditon3.png);
}
.adition-moudle .prev,
.adition-moudle .next {
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: url(../image/addition-arrow.png) #fff no-repeat center;
  opacity: 0.5;
}
.adition-moudle .prev:hover,
.adition-moudle .next:hover {
  opacity: 1;
}
.adition-moudle .next {
  right: 20px;
  background-position: 13px -25px;
}
.adition-moudle .prev {
  left: 20px;
  background-position: 13px 11px;
}
.adition-moudle .imgdetail {
  padding: 29px 0 36px;
  text-align: center;
}
.adition-moudle .imgdetail.imgd1 h3 {
  color: #007fda;
}
.adition-moudle .imgdetail.imgd2 h3 {
  color: #ee3f44;
}
.adition-moudle .imgdetail.imgd3 h3 {
  color: #2972cc;
}
.adition-moudle .imgdetail h3 {
  font-size: 22px;
  margin-bottom: 20px;
}
.adition-moudle .imgdetail p {
  font-size: 14px;
  color: #333;
}
.index-news {
  position: fixed;
  right: 10px;
  bottom: -300px;
  width: 300px;
  box-sizing: border-box;
  z-index: 99;
}
.index-news .index-news__hd {
  padding-left: 15px;
  padding-right: 15px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background-color: #109cff;
}
.index-news .index-news__hd .icon-16 {
  margin-top: 11px;
}
.index-news .index-news__bd {
  padding: 15px;
  padding-bottom: 0;
  border: 1px solid #ddd;
  background-color: #fff;
}
.index-news .index-news__bd ul {
  border-bottom: 1px solid #ddd;
}
.index-news .index-news__bd li {
  position: relative;
  margin-bottom: 15px;
}
.index-news .index-news__bd li span {
  display: inline-block;
  max-width: 218px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-news .index-news__bd p {
  text-align: right;
}
.index-news .index-news__bd p a {
  line-height: 44px;
  height: 44px;
}

.init-box .check-more {
  float: right;
  font-size: 15px;
  color: #666;
}
.init-box .check-more .index-more-arrow {
  position: relative;
  top: -1px;
  margin-left: 5px;
}
.init-box .title {
  margin-top: 40px;
  margin-bottom: 20px;
}
.init-box .title-name {
  font-size: 17px;
  color: #383838;
  float: left;
}
.init-box .main-content-box {
  background-color: #fff;
  border: 1px solid #ddd;
}
.init-box .main-content-box.my-task {
  padding-bottom: 36px;
  min-height: 318px;
}
.init-box .main-content-box.my-foot {
  padding-bottom: 36px;
  min-height: 325px;
}
.init-box .main-content-box.my-course {
  min-height: 734px;
}
.init-box .main-content-box.my-course.joined {
  min-height: 350px;
}
.init-box .main-content-box.my-course.post {
  min-height: 350px;
}

.course-iterm-wrap {
  padding-top: 40px;
  position: relative;
}
.course-iterm-wrap .iterm {
  width: 246px;
  margin-left: 43px;
  float: left;
  position: relative;
  z-index: 0;
}
.course-iterm-wrap .iterm:hover .cover {
  opacity: 1;
}
.course-iterm-wrap .iterm .cover {
  width: 280px;
  height: 280px;
  background-color: #fff;
  position: absolute;
  top: -15px;
  left: -17px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  z-index: -1;
  opacity: 0;
}
.course-iterm-wrap .iterm .cover.my-course-shadow {
  height: 330px;
}
.course-iterm-wrap .iterm .cover.my-course-shadow {
  height: 330px;
}
.course-iterm-wrap .iterm .cover.my-post-shadow {
  height: 300px;
}
.course-iterm-wrap .iterm .cover-pic {
  width: 246px;
  height: 158px;
  display: block;
  position: relative;
}
.course-iterm-wrap .iterm .cover-pic .type-trangle {
  position: absolute;
  left: 0px;
  top: 0px;
}
.course-iterm-wrap .iterm .cover-pic img {
  width: 246px;
  height: 158px;
}
.course-iterm-wrap .iterm .course-info {
  margin-top: 13px;
  color: #279ff5;
}
.course-iterm-wrap .iterm .course-info.gray-color {
  color: #999;
}
.course-iterm-wrap .iterm .course-info.scan-time {
  color: #999;
  font-size: 14px;
}
.course-iterm-wrap .iterm .course-info .date {
  margin: 0 10px;
}
.course-iterm-wrap .iterm .course-info .money {
  font-size: 17px;
  margin-right: 15px;
  vertical-align: bottom;
}
.course-iterm-wrap .iterm .course-info .place {
  font-size: 15px;
  color: #999;
}
.course-iterm-wrap .iterm .name {
  width: 100%;
  font-size: 17px;
  margin-top: 15px;
  display: block;
}
.course-iterm-wrap .iterm .btn-wrap {
  text-align: center;
  margin-top: 20px;
}
.course-iterm-wrap .iterm .box-btn {
  width: 90px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  font-size: 15px;
  color: #fff;
  border-radius: 2px;
  background-color: #279ff5;
}

.my-course {
  padding-bottom: 20px;
}
.my-course .all-no-list {
  margin-top: 200px;
}
.my-course .course-iterm-wrap {
  padding-top: 0px;
}
.my-course .course-iterm-wrap .iterm .btn-wrap {
  text-align: left;
  font-size: 0;
}
.my-course .course-iterm-wrap .iterm .btn-wrap.video-btn {
  margin-top: 52px;
}
.my-course .course-iterm-wrap .iterm .btn-wrap.post-btn {
  margin-top: 48px;
}
.my-course .course-iterm-wrap .iterm .box-btn {
  width: auto;
  min-width: 55px;
  padding: 0 5px;
  font-size: 12px;
  margin-right: 13px;
}
.my-course .course-iterm-wrap .iterm .box-btn.yellow {
  background-color: #fd9b00;
}
.my-course .course-iterm-wrap .iterm .box-btn.white {
  background-color: #fff;
  border: 1px solid #999;
  color: #999;
  vertical-align: top;
}
.my-course .course-iterm-wrap .iterm .box-btn.white:hover {
  background-color: #f8f8f8;
}
.my-course .secd-title {
  padding-left: 40px;
  padding-right: 20px;
  margin-top: 25px;
  margin-bottom: 20px;
}
.my-course .secd-title .title-name {
  font-size: 15px;
  color: #279ff5;
}
.init-box.foot {
  margin-bottom: 68px;
}

.indexCenter {
  margin-top: 28px;
  margin-bottom: 20px;
}
.indexCenter .mainLeftPart {
  width: 285px;
  height: 322px;
  background-color: #fff;
  border-radius: 12px;
}
.indexCenter .mainLeftPart .info_carousel {
  position: relative;
}
.indexCenter .mainLeftPart .info_carousel .bd_item ul .credit .indexInfo {
  padding: 7px 30px 20px;
}
.indexCenter .mainLeftPart .info_carousel .bd_item ul .credit .indexInfo div {
  margin-top: 26px;
}
.indexCenter .mainLeftPart .info_carousel .bd_item ul .credit .indexInfo div .leftTitle {
  font-size: 14px;
  color: #999;
}
.indexCenter .mainLeftPart .info_carousel .bd_item ul .credit .indexInfo div .rightNum {
  font-size: 16px;
  color: #383838;
}
.indexCenter .mainLeftPart .info_carousel .hd_item {
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  text-align: center;
  top: 158px;
}
.indexCenter .mainLeftPart .info_carousel .hd_item ul li {
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  width: 16px;
  height: 3px;
  margin-right: 7px;
  overflow: hidden;
  background: #dddddd;
  line-height: 999px;
  border-radius: 4px;
}
.indexCenter .mainLeftPart .info_carousel .hd_item ul li.on {
  background-color: #1192ff;
}
.userCoverBg {
  width: 100%;
  height: 134px;
  border: 1px solid #eee;
  border-left: none;
  border-right: none;
  background: url('../image/user-bg.png') no-repeat;
  border-radius: 10px 10px 0 0;
}
.userCoverBg .backCover {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background-color: #aee1ff;
  margin: 0 auto;
  margin-top: 15px;
  padding: 3px;
  box-sizing: border-box;
}
.userCoverBg .backCover img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
}
.userCoverBg .userName {
  margin-top: 10px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.userCoverBg .integralLogo {
  color: #fff;
  font-size: 16px;
  margin-top: 16px;
  cursor: pointer;
}
.userCoverBg .integralLogo .integralNum {
  vertical-align: middle;
}
.guessYouLike {
  border-radius: 10px;
  border: 1px solid #eee;
  background-color: #fff;
  box-sizing: border-box;
  padding: 30px;
}
.guessYouLike * {
  box-sizing: border-box;
}
.guessYouLike .barName {
  font-size: 18px;
  color: #383838;
  display: inline-block;
  margin-right: 20px;
}
.guessYouLike .change {
  display: inline-block;
  width: 50px;
  line-height: 24px;
  text-align: center;
  border: 1px solid #eee;
  border-radius: 4px;
  background-color: #f9f9f9;
  font-size: 12px;
  color: #bbb;
  cursor: pointer;
}
.guessYouLike .more {
  font-size: 14px;
  color: #bbb;
}
.guessYouLike ul {
  margin-top: 25px;
}
.guessYouLike ul a {
  width: 252px;
  height: 200px;
  display: block;
  float: left;
  margin-right: 40px;
}
.guessYouLike ul a:last-child {
  margin-right: 0px;
}
.guessYouLike ul a img {
  width: 252px;
  height: 162px;
  display: block;
}
.guessYouLike ul a p {
  margin-top: 20px;
  width: 100%;
  font-size: 16px;
  color: #383838;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pageIndexCompany {
  display: inline-block;
  line-height: 80px;
  height: 80px;
  margin-left: 38px;
  font-size: 18px;
  color: #383838;
}
.managePageSearchBox .searchInfo {
  float: right;
  margin-right: 180px;
}
.managePageSignle {
  min-height: 100% !important;
  padding-bottom: 120px !important;
  margin-bottom: -120px !important;
  box-sizing: border-box;
}
.commonBoxing {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(146, 155, 198, 0.7);
  border-radius: 6px;
  margin-bottom: 20px;
}
.commonBoxing * {
  box-sizing: border-box;
}
.commonBoxing .title {
  height: 45px;
  line-height: 45px;
  padding-left: 20px;
  background-color: #eff3ff;
  border-radius: 6px 6px 0 0;
  color: #6f7793;
}
.commonBoxing .title .partName {
  font-size: 16px;
  color: #6f7793;
  float: left;
}
.commonBoxing .secondTItleWrap {
  background-color: #f9f9f9;
  padding: 10px 0px 10px 20px;
}
.commonBoxing .secondTItleWrap .secondTitle {
  font-size: 12px;
  color: #6f7793;
  display: inline-block;
  width: 66px;
}
.commonBoxing .secondTItleWrap .titleNameTop {
  margin-bottom: 6px;
}
.commonBoxing .redCircle {
  max-width: 35px;
  min-width: 26px;
  height: 26px;
  border-radius: 20px;
  background-color: #ffea02;
  font-size: 14px;
  color: #333;
  text-align: center;
  line-height: 26px;
  position: absolute;
  top: -15px;
  right: -6px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.commonBoxing.plantData .commonBoxingContent {
  font-size: 0;
  padding: 15px 0;
}
.commonBoxing.fastExit .commonBoxingContent {
  height: 205px;
}
.commonBoxing.courseManageBox {
  width: 37%;
  margin-right: 1.7%;
}
.commonBoxing.courseManageBox .commonBoxingContent {
  font-size: 0;
  padding-top: 25px;
  height: 223px;
}
.commonBoxing.courseManageBox .itermsWraper {
  width: 64.6%;
  float: left;
}
.commonBoxing.courseManageBox .courseFactory {
  width: 35.4%;
  float: right;
  height: 180px;
  border-left: 1px solid #e9e9e9;
}
.commonBoxing.courseManageBox .courseFactory .factory {
  display: block;
  margin: 0 auto;
  margin-top: 17px;
  width: 100px;
  height: 146px;
  border-radius: 6px;
  border: 1px solid #e9f5fe;
  box-shadow: 0 0 8px 1px rgba(187, 187, 187, 0.3);
  cursor: pointer;
  position: relative;
}
.commonBoxing.courseManageBox .courseFactory .library {
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 20px;
}
.commonBoxing.courseManageBox .courseFactory .p1 {
  font-size: 16px;
  color: #555;
  text-align: center;
}
.commonBoxing.courseManageBox .courseFactory .newLogo {
  font-size: 14px;
  color: #fff;
  display: block;
  width: 48px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border-radius: 12px;
  background-color: #ff5c66;
  position: absolute;
  top: -15px;
  right: -17px;
}
.commonBoxing.studyManageBox {
  width: 22.7%;
}
.commonBoxing.studyManageBox .commonBoxingContent {
  font-size: 0;
  padding-top: 25px;
  height: 223px;
}
.commonBoxing.examManageBox {
  width: 36.7%;
  margin-left: 1.7%;
}
.commonBoxing.examManageBox .commonBoxingContent {
  font-size: 0;
  height: 223px;
}
.commonBoxing.stuffManageBox {
  width: 37%;
  margin-right: 1.7%;
}
.commonBoxing.stuffManageBox .commonBoxingContent {
  padding-top: 25px;
  font-size: 0;
  height: 223px;
}
.commonBoxing.statisticsManageBox {
  width: 22.7%;
}
.someManage {
  width: 31.2%;
}
.plantData {
  font-size: 0;
}
.plantData .itermList {
  display: inline-block;
  width: 11%;
  text-align: center;
  font-size: 0;
}
.plantData .itermList:first-child {
  width: 16%;
  margin-left: 1%;
}
.plantData .itermList.shortMessageData {
  cursor: pointer;
  border-left: 1px solid #e9e9e9;
  text-align: right;
  vertical-align: top;
}
.plantData .itermList.shortMessageData .blueBtn {
  width: 110px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #279ff5;
  color: #279ff5;
  font-size: 16px;
  text-align: center;
  display: inline-block;
  border-radius: 20px;
  position: relative;
}
.plantData .itermList.shortMessageData .blueBtn i {
  display: block;
  min-width: 26px;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  border-radius: 12px;
  color: #333;
  text-align: center;
  background-color: #ffea02;
  position: absolute;
  top: -15px;
  right: 0;
  padding: 0 5px;
}
.plantData .rightPartCon {
  margin-left: 10px;
  display: inline-block;
  text-align: left;
  position: relative;
}
.plantData .rightPartCon .num {
  font-size: 18px;
  color: #279ff5;
  margin-bottom: 10px;
}
.plantData .rightPartCon .rightTitle {
  font-size: 12px;
  color: #6f7793;
}
.fastExit .iterms {
  width: 100px;
  height: 140px;
  border-radius: 6px;
  margin: 35px 0 0 30px;
  float: left;
  display: block;
  cursor: pointer;
  background: #c17ff4;
  box-shadow: 0 0 8px rgba(137, 67, 189, 0.7);
  background-image: -webkit-linear-gradient(34deg, #c17ff4 30%, #a24edf 100%);
  background-image: linear-gradient(34deg, #c17ff4 30%, #a24edf 100%);
}
.fastExit .iterms.exam {
  background: #9b89fe;
  box-shadow: 0 0 8px rgba(87, 65, 180, 0.7);
  background-image: -webkit-linear-gradient(34deg, #9b89fe 30%, #6146d2 100%);
  background-image: linear-gradient(34deg, #9b89fe 30%, #6146d2 100%);
}
.fastExit .iterms.exam .topPart {
  background-color: #ad9eff;
}
.fastExit .iterms.withdrawals {
  background: #7891ed;
  box-shadow: 0 0 8px rgba(61, 89, 189, 0.7);
  background-image: -webkit-linear-gradient(34deg, #7891ed 30%, #486ae4 100%);
  background-image: linear-gradient(34deg, #7891ed 30%, #486ae4 100%);
}
.fastExit .iterms.withdrawals .topPart {
  background-color: #8aa3fc;
}
.fastExit .iterms.creatExam {
  background: #91d0fc;
  box-shadow: 0 0 8px rgba(62, 161, 227, 0.7);
  background-image: -webkit-linear-gradient(34deg, #91d0fc 30%, #48b0f4 100%);
  background-image: linear-gradient(34deg, #91d0fc 30%, #48b0f4 100%);
}
.fastExit .iterms.creatExam .topPart {
  background-color: #a8dbff;
}
.fastExit .iterms .topPart {
  width: 62px;
  height: 62px;
  background-color: #d099fa;
  margin: 0 auto;
  border-radius: 50%;
  margin-top: 20px;
  margin-bottom: 22px;
  text-align: center;
  box-sizing: border-box;
  padding-top: 15px;
  position: relative;
}
.fastExit .iterms .redCircle {
  max-width: 35px;
  min-width: 26px;
  height: 26px;
  border-radius: 20px;
  background-color: #ea6577;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 26px;
  position: absolute;
  top: -15px;
  right: -6px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.fastExit .iterms .titleName {
  margin: 0 auto;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.courseManageBox .iterms {
  width: 50%;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 25px;
  text-align: center;
}
.courseManageBox .iterms .topPart {
  width: 50px;
  height: 50px;
  background-color: #279ff5;
  box-shadow: 0 2px 6px 1px rgba(40, 158, 243, 0.3);
  border-radius: 50%;
  box-sizing: border-box;
  padding-top: 8px;
  position: relative;
  text-align: center;
  display: inline-block;
}
.courseManageBox .iterms .titleName {
  display: block;
  font-size: 14px;
  color: #555;
  margin-top: 10px;
}
.studyManageBox .iterms {
  width: 50%;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 25px;
  text-align: center;
}
.studyManageBox .iterms .topPart {
  width: 50px;
  height: 50px;
  background-color: #279ff5;
  box-shadow: 0 2px 6px 1px rgba(40, 158, 243, 0.3);
  border-radius: 50%;
  box-sizing: border-box;
  padding-top: 8px;
  position: relative;
  text-align: center;
  display: inline-block;
}
.studyManageBox .iterms .titleName {
  display: block;
  font-size: 14px;
  color: #555;
  margin-top: 10px;
}
.examManageBox .commonBoxingContent {
  padding-top: 25px;
}
.examManageBox .iterms {
  width: 145px;
  height: 62px;
  border-radius: 6px;
  box-shadow: 0 0 8px rgba(53, 58, 88, 0.3);
  display: block;
  cursor: pointer;
  margin-left: 20px;
  margin-bottom: 15px;
}
.examManageBox .iterms .topPart {
  width: 46px;
  height: 46px;
  background-color: #a898ff;
  border-radius: 50%;
  margin: 10px 0 0 10px;
  box-sizing: border-box;
  padding-top: 8px;
  position: relative;
  text-align: center;
  display: inline-block;
}
.examManageBox .iterms .titleName {
  display: inline-block;
  font-size: 16px;
  color: #555;
  margin-left: 10px;
}
.examManageBox .itermsBig {
  width: 33.3%;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 25px;
}
.examManageBox .itermsBig .topPart {
  width: 50px;
  height: 50px;
  background-color: #0066df;
  box-shadow: 0 2px 6px 1px rgba(75, 135, 250, 0.5);
  margin: 0 auto;
  border-radius: 50%;
  text-align: center;
  box-sizing: border-box;
  position: relative;
}
.examManageBox .itermsBig .titleName {
  margin: 0 auto;
  font-size: 14px;
  color: #555;
  text-align: center;
  margin-top: 10px;
}
.examManageBox .fastPubExam {
  width: 66.6%;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  font-size: 0;
}
.examManageBox .fastPubExam .iterms {
  width: 200px;
  height: 80px;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #e9f5fe;
  box-shadow: 0 0 8px 1px rgba(187, 187, 187, 0.3);
  margin: 0 auto;
}
.examManageBox .fastPubExam .iterms .topPart {
  width: 40px;
  height: 40px;
  display: block;
  background-color: #fff;
  float: left;
  margin: 22px 10px 0 40px;
  padding-top: 0;
}
.examManageBox .fastPubExam .iterms .titleName {
  float: left;
  font-size: 16px;
  margin-left: 0;
  margin-top: 30px;
  color: #0066df;
  display: block;
}
.examManageBox .leftPartManageExam {
  width: 100%;
  float: left;
  font-size: 0;
}
.stuffManageBox .commonBoxingContent {
  padding-top: 25px;
}
.stuffManageBox .iterms {
  display: inline-block;
  cursor: pointer;
  margin-bottom: 25px;
  width: 33.3%;
  text-align: center;
}
.stuffManageBox .iterms .topPart {
  width: 50px;
  height: 50px;
  background-color: #ff8900;
  box-shadow: 0 2px 6px 1px rgba(255, 137, 0, 0.3);
  border-radius: 50%;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
}
.stuffManageBox .iterms .titleName {
  font-size: 14px;
  color: #383838;
  margin-top: 10px;
}
.statisticsManageBox {
  width: 22.7%;
}
.statisticsManageBox .commonBoxingContent {
  padding-top: 25px;
  font-size: 0;
  height: 255px;
}
.statisticsManageBox .leftPartList {
  padding-top: 25px;
  font-size: 0;
}
.statisticsManageBox .iterms {
  width: 50%;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 25px;
  text-align: center;
}
.statisticsManageBox .iterms .topPart {
  width: 50px;
  height: 50px;
  background-color: #17c473;
  box-shadow: 0 2px 6px 1px rgba(47, 237, 148, 0.3);
  border-radius: 50%;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
}
.statisticsManageBox .iterms .titleName {
  font-size: 14px;
  color: #383838;
  margin-top: 10px;
  text-align: center;
}
.someSetManage {
  width: 36.7%;
  margin-left: 1.7%;
}
.someSetManage .commonBoxing {
  width: 64%;
  margin-right: 4.8%;
}
.someSetManage .commonBoxingContent {
  padding-top: 25px;
  font-size: 0;
  
}
.someSetManage .commonBoxingContent .haveNoAuth {
  width: 135px;
  padding-top: 0;
}
.someSetManage .someManage .commonBoxingContent {
  padding-top: 0;
}
.someSetManage .iterms {
  display: inline-block;
  cursor: pointer;
  margin-bottom: 25px;
  width: 50%;
  text-align: center;
}
.someSetManage .iterms .topPart {
  width: 50px;
  height: 50px;
  background-color: #279ff5;
  box-shadow: 0 2px 6px 1px rgba(40, 158, 243, 0.3);
  border-radius: 50%;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
}
.someSetManage .iterms .titleName {
  font-size: 14px;
  color: #383838;
  margin-top: 10px;
}
.someManage .iterms {
  width: 100%;
  height: 70px;
  border-radius: 6px;
  box-shadow: 0 0 8px 1px rgba(187, 187, 187, 0.3);
  background-color: #fff;
  display: block;
  cursor: pointer;
  margin-bottom: 20px;
  text-align: center;
  margin-top: 0;
  position: relative;
}
.someManage .iterms .redCircle {
  max-width: 35px;
  min-width: 26px;
  height: 26px;
  border-radius: 20px;
  background-color: #ffea02;
  font-size: 14px;
  color: #333;
  text-align: center;
  line-height: 26px;
  position: absolute;
  top: -12px;
  right: -3px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.someManage .iterms .topPart {
  width: 40px;
  height: 36px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background-color: #fff;
  box-shadow: none;
}
.someManage .iterms .topPart .manageIcon {
  vertical-align: middle;
}
.someManage .iterms .titleName {
  display: inline-block;
  font-size: 16px;
  color: #555;
  margin-left: 10px;
  margin-top: 0;
  vertical-align: middle;
  line-height: 70px;
}
.manageIcon {
  width: 30px;
  height: 30px;
  display: inline-block;
  background: url('../image/manageIcon.png');
  background-repeat: no-repeat;
  vertical-align: top;
}
.manageIcon.personalitySet {
  height: 38px;
  background-position: -298px -192px;
}
.manageIcon.basicSet {
  height: 38px;
  background-position: -296px -149px;
}
.manageIcon.library {
  display: block;
  width: 36px;
  height: 36px;
  background-position: -68px -201px;
}
.manageIcon.shortMessage {
  width: 27px;
  height: 26px;
  background-position: -12px -221px;
}
.manageIcon.plantNum {
  width: 27px;
  height: 26px;
  background-position: -10px -9px;
}
.manageIcon.peopleNum {
  width: 27px;
  height: 26px;
  background-position: -12px -310px;
}
.manageIcon.liveNum {
  width: 27px;
  height: 26px;
  background-position: -10px -47px;
}
.manageIcon.picFontNum {
  width: 27px;
  height: 26px;
  background-position: -10px -265px;
}
.manageIcon.videoNum {
  width: 27px;
  height: 26px;
  background-position: -10px -91px;
}
.manageIcon.faceNum {
  width: 27px;
  height: 26px;
  background-position: -10px -134px;
}
.manageIcon.examNum {
  width: 23px;
  height: 26px;
  background-position: -12px -178px;
}
.manageIcon.courseVerify {
  width: 37px;
  height: 32px;
  background-position: -70px -9px;
}
.manageIcon.examMark {
  width: 35px;
  height: 32px;
  background-position: -68px -56px;
}
.manageIcon.moneyLogo {
  width: 38px;
  height: 34px;
  background-position: -70px -103px;
}
.manageIcon.creatExamLogo {
  width: 38px;
  height: 38px;
  background-position: -68px -150px;
}
.manageIcon.courseCartLogo {
  width: 30px;
  height: 32px;
  background-position: -125px -6px;
}
.manageIcon.insideLogo {
  width: 30px;
  height: 32px;
  background-position: -123px -222px;
}
.manageIcon.outsideLogo {
  width: 30px;
  height: 32px;
  background-position: -123px -272px;
}
.manageIcon.taskManageLogo {
  width: 28px;
  height: 32px;
  background-position: -126px -49px;
}
.manageIcon.commentManageLogo {
  width: 28px;
  height: 32px;
  background-position: -126px -170px;
}
.manageIcon.studyGroup {
  width: 28px;
  height: 32px;
  background-position: -191px -48px;
}
.manageIcon.studyProject {
  width: 28px;
  height: 32px;
  background-position: -189px -193px;
}
.manageIcon.certificateManage {
  width: 28px;
  height: 32px;
  background-position: -189px -235px;
}
.manageIcon.courseManageLogo {
  width: 30px;
  height: 32px;
  background-position: -127px -128px;
}
.manageIcon.quesBanktLogo {
  width: 34px;
  height: 42px;
  background-position: -187px 4px;
}
.manageIcon.quesManageLogo {
  width: 34px;
  height: 42px;
  background-position: -361px 2px;
}
.manageIcon.paperManageLogo {
  width: 38px;
  height: 41px;
  background-position: -357px -52px;
}
.manageIcon.testManageLogo {
  width: 30px;
  height: 42px;
  background-position: -363px -117px;
}
.manageIcon.readPaperLogo {
  width: 38px;
  height: 40px;
  background-position: -183px -96px;
}
.manageIcon.knowledgePointLogo {
  width: 38px;
  height: 40px;
  background-position: -357px -173px;
}
.manageIcon.scoreManageLogo {
  width: 38px;
  height: 40px;
  background-position: -184px -145px;
}
.manageIcon.departLogo {
  width: 38px;
  height: 34px;
  background-position: -231px 1px;
}
.manageIcon.peopleManageLogo {
  width: 38px;
  height: 40px;
  background-position: -231px -90px;
}
.manageIcon.authorityManageLogo {
  width: 38px;
  height: 40px;
  background-position: -234px -133px;
}
.manageIcon.posiManageLogo {
  width: 38px;
  height: 40px;
  background-position: -230px -279px;
}
.manageIcon.labelManageLogo {
  width: 38px;
  height: 40px;
  background-position: -230px -326px;
}
.manageIcon.LivenessLogo {
  width: 34px;
  height: 38px;
  background-position: -230px -182px;
}
.manageIcon.learnSituation {
  width: 38px;
  height: 38px;
  background-position: -231px -90px;
}
.manageIcon.courseAnalysis {
  width: 34px;
  height: 38px;
  background-position: -231px -231px;
}
.manageIcon.departSituation {
  width: 34px;
  height: 38px;
  background-position: -232px 1px;
}
.manageIcon.newsManageLogo {
  width: 45px;
  height: 40px;
  background-position: -294px -5px;
}
.manageIcon.financeManageLogo {
  width: 45px;
  height: 40px;
  background-position: -290px -114px;
}
.manageIcon.homeIcon {
  width: 34px;
  height: 34px;
  background-position: -427px -8px;
  position: relative;
  top: -1px;
}
.manageIcon.jifenicon_leng {
  width: 34px;
  height: 51px;
  background-position: -299px -228px;
  margin-left: 3px;
}
.haveNoAuth {
  margin: 0 auto;
  text-align: center;
  padding-top: 25px;
  height: 198px;
  width: 100%;
}
.haveNoAuth img {
  display: inline-block;
}
.haveNoAuth p {
  font-size: 14px;
  color: #999;
  margin-top: 20px;
}
.managePart {
  position: absolute;
  top: 22px;
  right: 160px;
}
.managePart .homeIcon {
  margin-left: 30px;
}
.gotoCommonPage {
  background-color: #279ff5;
  color: #fff;
  width: 110px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  display: inline-block;
  border-radius: 6px;
}
.gotoCommonPage:active,
.gotoCommonPage:hover,
.gotoCommonPage:focus,
.gotoCommonPage:visited {
  color: #fff;
  background-color: #279ff5;
}
.courseListRecomandWrap .courseListIterm:nth-child(2n) {
  position: relative;
  z-index: 0;
}
.graphic .course-lists-div .value-wrap {
  height: 272px;
}
.graphic .course-lists-div .value-wrap .cover {
  height: 300px;
}
.background_none {
  background: none !important;
}
.background_none .topBg {
  height: 183px !important;
  background: url("../image/update_bg.png") !important;
}
.background_none .ba_fff {
  width: 100%;
  overflow: hidden;
  background: #fff;
}
.background_none .tipsContent {
  border-top: none !important;
}
.background_none .modal-btn {
  margin-top: 30px;
}
.background_none .tipsMain {
  line-height: 20px !important;
}