* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

body {
  background-color: #f4f4f4;
  font-family: Arial, Helvetica, Microsoft YaHei, sans-serif;
  color: #615f60;
  line-height: 1;
  font-size: 14px;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, strong, th, var {
  font-weight: normal;
  font-size: 100%;
}

ol, ul {
  list-style: none;
}

input,
button,
textarea {
  font-weight: normal;
  list-style-type: none;
  text-decoration: none;
  list-style: none;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
}

button {
  border-style: none;
}

input {
  border: 0;
}

:focus {
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clear:after {
  display: block;
  content: '';
  height: 0;
  clear: both;
}

.container {
  width: 100%;
  min-width: 1280px;
}

.main {
  width: 1200px;
  margin: 0 auto;
}

h2 {
  font-size: 24px;
  color: #111213;
}

h3 {
  font-size: 22px;
  color: #111213;
}

h4 {
  font-size: 18px;
  color: #111213;
}

h5 {
  font-size: 16px;
  color: #111213;
}

.courseDetailBtn {
  box-sizing: border-box;
  height: 40px;
  width: 130px;
  padding: 0 20px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  color: #fff;
  background-color: #f3111a;
  font-size: 14px;
}

.scoreContainer {
  display: block;
  width: 114px;
  height: 16px;
  float: left;
  background-image: url(/image/show/mooc/icon_star_0.png);
  background-repeat: no-repeat;
}

.score0 {
  background-position: -124px 0;
}

.score1 {
  background-position: -98px 0;
}

.score2 {
  background-position: -74px 0;
}

.score3 {
  background-position: -49px 0;
}

.score4 {
  background-position: -25px 0;
}

.score5 {
  background-position: 0 0;
}

.course-videoMod {
  padding: 30px 0 45px 0;
  background-color: #f4f4f4;
  overflow: auto;
}
.course-videoMod ::-webkit-scrollbar {
  width: 8px;
  background-color: #fff;
}
.course-videoMod ::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #e6e6e6;
}
.course-videoMod .read-content ::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #333;
}
.course-videoMod .course-videoMod-main .course-videoMod-left {
  float: left;
  width: 848px;
}
.course-videoMod .course-videoMod-main .course-videoMod-left .course-videoMod-video {
  position: relative;
  box-sizing: border-box;
  width: 848px;
  height: 478px;
}
.course-videoMod .course-videoMod-main .course-videoMod-left .course-videoMod-video .tryBtn {
  position: absolute;
  z-index: 5;
  bottom: 44px;
  right: 20px;
  color: #fff;
  width: 100px;
  height: 36px;
  line-height:36px;
}
.course-videoMod .course-videoMod-main .course-videoMod-left .course-videoMod-video .whitePoint {
  position: absolute;
  bottom: 7px;
  z-index: 5;
  width: 6px;
  height: 4px;
  left: 80%;
  background-color: #fff;
}

.course-videoMod .course-videoMod-main .course-videoMod-left .course-videoMod-video .whitePoint .tips {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top:-50px;
  z-index: 7;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  padding:0px 10px;
  border-radius: 20px;
  color:#fff;
  background-color: rgba(0,0,0,.7);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000,endColorstr=#B2000000);
  white-space: nowrap;
  display: none;
}

.course-videoMod .course-videoMod-main .course-videoMod-left .course-videoMod-video .whitePoint:hover .tips{
  display: block;
}

.course-videoMod .course-videoMod-main .course-videoMod-left .course-videoMod-video .whitePoint .tips p{
  height: 30px;
  line-height: 30px;
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.course-videoMod .course-videoMod-main .course-videoMod-left .course-videoMod-video .whitePoint .tips::before {
  display: block;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: rgba(0,0,0,.7) transparent transparent;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.course-videoMod .course-videoMod-main .course-videoMod-left #tcPlayer {
  width: 848px;
  height: 478px;
}
.course-videoMod .course-videoMod-main .course-videoMod-left .course-videoMod-intro {
  min-height: 122px;
  overflow: hidden;
  padding: 22px 20px;
  background-color: #fff;
  position: relative;
  box-shadow: 0px 0px 6px 0px rgba(160, 160, 160, 0.3);
}
.course-videoMod .course-videoMod-main .course-videoMod-left .course-title {
  float: left;
  width: 485px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 18px;
}
.course-videoMod .course-videoMod-main .course-videoMod-left .course-price {
  float: right;
}
.course-videoMod .course-videoMod-main .course-videoMod-left .course-price .oldprice {
  text-decoration: line-through;
  color: #9b9da0;
  margin-right: 10px;
}
.course-videoMod .course-videoMod-main .course-videoMod-left .course-price .red {
  color: #f3111a;
  margin-right: 10px;
}
.course-videoMod .course-videoMod-main .course-videoMod-left .course-price .red .newprice {
  font-size: 24px;
}
.course-videoMod .course-videoMod-main .course-videoMod-left .course-price .vipprice {
  width: 94px;
  height: 28px;
  padding: 7px 7px;
  background:url(/image/show/mooc/vip-bg.png) no-repeat;
}
.course-videoMod .course-videoMod-main .course-videoMod-left .process {
  width: 136px;
  font-size: 14px;
  float: right;
  margin-top: -6px;
  height:36px;
  line-height:36px;
}
.course-videoMod .course-videoMod-main .course-videoMod-left .processLine {
  position: absolute;
  bottom: 0;
  height: 10px;
  left: -20px;
  width: 3%;
  max-width: 1200px;
  background-color: #f3111a;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  transition: all 2s ease;
}
.course-videoMod .course-videoMod-main .course-videoMod-left .processLine .alert {
  position: absolute;
  z-index: 10;
  right: -150px;
  top: -52px;
  width: 136px;
  height: 32px;
  line-height: 32px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #9b9da0;
  background-color: #eee;
  text-align: center;
  transition: all 2s ease;
}
.course-videoMod .course-videoMod-main .course-videoMod-left .processLine .alert::before {
  display: block;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: #eee transparent transparent;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.course-videoMod .course-videoMod-main .course-videoMod-left .intro-bottom {
  clear: both;
  background-color: #fff;
  overflow: auto;
}
.course-videoMod .course-videoMod-main .course-videoMod-left .intro-bottom .learned {
  float: left;
  color: #9b9da0;
  padding: 5px 0;
}
.course-videoMod .course-videoMod-main .course-videoMod-left .intro-bottom .remind {
  float: right;
  padding: 5px 12px;
  overflow: auto;
  color: #f3111a;
  background-color: #ffeced;
}
.course-videoMod .course-videoMod-main .course-videoMod-right {
  float: right;
  width: 352px;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0px 0px 6px 0px rgba(160, 160, 160, 0.3);
}
.course-videoMod .course-videoMod-main .course-videoMod-right .course-cata-head {
  height: 60px;
  line-height: 60px;
  padding-left:20px;
  border-bottom: 1px solid #eee;
}
.course-videoMod .course-videoMod-main .course-videoMod-right .course-cata-head .courseDetailBtn {
  width: auto;
  height: 30px;
  padding: 0 15px 0 35px;
  margin-right: 20px;
  line-height: 30px;
  margin-top: 15px;
  text-align: right;
  border: 1px solid #eee;
  background-color: #fff;
  color: #9b9da0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  transition: all .3s ease;
}
.course-videoMod .course-videoMod-main .course-videoMod-right .course-cata-head .courseDetailBtn:hover{
  background-color: #f4f4f4;
}
.course-videoMod .course-videoMod-main .course-videoMod-right .course-cata-head .share {
  background-image: url(/image/show/mooc/icon_share.png);
  background-repeat: no-repeat;
  background-position: 12px 6px;
}
.course-videoMod .course-videoMod-main .course-videoMod-right .course-cata-head .collect {
  background-image: url(/image/show/mooc/icon_star_full@2x.png);
  background-repeat: no-repeat;
  background-position: 12px 6px;
}
.course-videoMod .course-videoMod-main .course-videoMod-right .course-cata-head .collect.empty {
  background-image: url(/image/show/mooc/icon_star_empty@2x.png);
}
.course-videoMod .course-videoMod-main .course-videoMod-right .course-cata-head .head-title {
  float: left;
}
.course-videoMod .course-videoMod-main .course-videoMod-right .course-cata-head .collect {
  float: right;
}
.course-videoMod .course-videoMod-main .course-videoMod-right .course-cata-head .share {
  float: right;
}
.course-videoMod .course-videoMod-main .course-videoMod-right .course-cata-list {
  clear: both;
  height: 583px;
  overflow: auto;
}
.course-videoMod .course-videoMod-main .course-videoMod-right .course-cata-list span {
  display: inline-block;
}
.course-videoMod .course-videoMod-main .course-videoMod-right .course-cata-list .course-name {
  width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.course-videoMod .course-videoMod-main .course-videoMod-right .course-cata-list li {
  padding: 0 20px;
}
.course-videoMod .course-videoMod-main .course-videoMod-right .course-cata-list .grade1 {
  height: 55px;
  line-height: 55px;
  cursor:default
}
.course-videoMod .course-videoMod-main .course-videoMod-right .course-cata-list .grade1 h5 {
  font-weight: bold;
  width: 100%;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap
}
.course-videoMod .course-videoMod-main .course-videoMod-right .course-cata-list .grade1 .redPoint {
  float: left;
  width: 8px;
  height: 8px;
  margin-top: 23.5px;
  margin-right: 10px;
  background-color: #f3111a;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.course-videoMod .course-videoMod-main .course-videoMod-right .course-cata-list .grade2 {
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  transition: all 0.3s ease ;
}
.course-videoMod .course-videoMod-main .course-videoMod-right .course-cata-list .grade2 .sortNum {
  float: left;
  margin-right: 10px;
}
.course-videoMod .course-videoMod-main .course-videoMod-right .course-cata-list .grade2 .free {
  float: right;
  color: #009500;
}
.course-videoMod .course-videoMod-main .course-videoMod-right .course-cata-list .grade2:hover {
  color: #111213;
  background-color: #ffeced;
}
.course-videoMod .course-videoMod-main .course-videoMod-right .course-cata-list .grade2.active {
  color: #f3111a;
  background-color: #ffeced;
}
.course-videoMod .course-videoMod-main .course-videoMod-right .course-cata-list .grade2.active:before {
  display: block;
  content: '';
  float: left;
  margin-right: 10px;
  margin-top: 12px;
  width: 16px;
  height: 16px;
  background-image: url(/image/show/mooc/icon_playing.png);
}

.course-introMod {
  padding-bottom: 60px;
  background-color: #fff;
}
.course-introMod .img p{
  font-size: 14px;
  line-height: 20px;
}
.course-introMod .img img{
  display: block;
  margin:0 auto;
    max-width: 825px;
}
.course-introMod .course-introMod-main:after{
  content: '';
  display: block;
  width: 0;
  height: 0;
  clear: both;
}
.course-introMod .course-introMod-main .intro-left {
  float: left;
  width: 825px;
}
.course-introMod .course-introMod-main .intro-left .intro-Nav {
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
}
.course-introMod .course-introMod-main .intro-left .intro-Nav li {
  height: 66px;
  line-height: 66px;
  float: left;
  margin-right: 60px;
  cursor: pointer;
  padding-left: 20px;
}
.course-introMod .course-introMod-main .intro-left .intro-Nav li.active {
  font-size: 18px;
  color: #111213;
}
.course-introMod .course-introMod-main .intro-left .intro-Nav li.active h5 {
  float: right;
  font-weight: bold;
  color: #111213;
}
.course-introMod .course-introMod-main .intro-left .intro-Nav li.active:before {
  display: block;
  content: '';
  float: left;
  width: 8px;
  height: 8px;
  margin-top: 27.5px;
  margin-right: 10px;
  background-color: #f3111a;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.course-introMod .course-introMod-main .intro-left .intro-Nav li:hover h5 {
  font-weight: bold;
  color: #111213;
}
.course-introMod .course-introMod-main .intro-left .intro-Nav li h5 {
  font-weight: normal;
  color: #9b9da0;
}
.course-introMod .course-introMod-main .intro-left .course-cata-list {
  width: 825px;
}
.course-introMod .course-introMod-main .intro-left .course-cata-list span {
  float: left;
}
.course-introMod .course-introMod-main .intro-left .course-cata-list li {
  padding-left: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.course-introMod .course-introMod-main .intro-left .course-cata-list .during {
  box-sizing: border-box;
  float: right;
  color: #9b9da0;
  text-align: left;
  width: 145px;
  padding-left: 26px;
  background-repeat: no-repeat;
  background-position: 0 11px;
}
.course-introMod .course-introMod-main .intro-left .course-cata-list .during.time {
  background-image: url(/image/show/mooc/icon_time.png);
}
.course-introMod .course-introMod-main .intro-left .course-cata-list .during.play {
  background-image: url(/image/show/mooc/icon_playtime.png);
}
.course-introMod .course-introMod-main .intro-left .course-cata-list .grade1 {
  height: 55px;
  line-height: 55px;
  cursor:default;
}
.course-introMod .course-introMod-main .intro-left .course-cata-list .grade1 h5 {
  max-width: 803px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  font-weight: bold;
}
.course-introMod .course-introMod-main .intro-left .course-cata-list .grade1 .redPoint {
  float: left;
  width: 8px;
  height: 8px;
  margin-top: 23.5px;
  margin-right: 10px;
  background-color: #f3111a;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.course-introMod .course-introMod-main .intro-left .course-cata-list .grade2 {
  height: 40px;
  line-height: 40px;
  padding: 0 20px 0 38px;
  transition: all 0.3s ease ;
  cursor: pointer;
}
.course-introMod .course-introMod-main .intro-left .course-cata-list .grade2 .course-name{
  max-width: 530px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.course-introMod .course-introMod-main .intro-left .course-cata-list .grade2 .sortNum {
  float: left;
  margin-right: 10px;
}
.course-introMod .course-introMod-main .intro-left .course-cata-list .grade2 .free {
  margin-left: 20px;
  color: #009500;
}
.course-introMod .course-introMod-main .intro-left .course-cata-list .grade2:hover {
  color: #111213;
  background-color: #ffeced;
}
.course-introMod .course-introMod-main .intro-left .course-cata-list .grade2.active {
  color: #f3111a;
  background-color: #ffeced;
}
.course-introMod .course-introMod-main .intro-left .course-cata-list .grade2.active:before {
  display: block;
  content: '';
  float: left;
  margin-right: 10px;
  margin-top: 12px;
  width: 16px;
  height: 16px;
  background-image: url(/image/show/mooc/icon_playing.png);
}
.course-introMod .course-introMod-main .intro-left .resource li {
  margin-left: 3px;
  padding: 15px 17px;
  transition: all 0.3s ease ;
  position: relative;
}
.course-introMod .course-introMod-main .intro-left .resource li .cover {
  float: left;
  width: 100px;
  height: 100px;
  margin-right: 14px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.course-introMod .course-introMod-main .intro-left .resource li .cover>img{
  width: 100px;
  height: 100px;
}
.course-introMod .course-introMod-main .intro-left .resource li .resourceIntro {
  color: #9b9da0;
}
.course-introMod .course-introMod-main .intro-left .resource li .resourceIntro .name {
  margin-top: 4px;
  margin-bottom: 16px;
}
.course-introMod .course-introMod-main .intro-left .resource li .resourceIntro .source {
  margin-bottom: 35px;
  box-sizing: border-box;
  padding-right: 100px;
  line-height: 20px;
}
.course-introMod .course-introMod-main .intro-left .resource li .download {
  position: absolute;
  top: 50%;
  margin-top: -16px !important;
  right: 20px;
  width: 90px;
  height: 32px;
  line-height: 32px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.course-introMod .course-introMod-main .intro-left .resource li:hover {
  -webkit-box-shadow: rgba(186, 186, 186, 0.4) 0 0 16px 3px;
  -moz-box-shadow: rgba(186, 186, 186, 0.4) 0 0 16px 3px;
  box-shadow: rgba(186, 186, 186, 0.4) 0 0 16px 3px;
}
.course-introMod .course-introMod-main .intro-left .resource .title {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 24px;
}
.course-introMod .course-introMod-main .intro-left .app .title {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 24px;
}
.course-introMod .course-introMod-main .intro-left .app .pic div {
  text-align: center;
  width: 140px;
  height: 140px;
  margin: 0 auto;
  margin-bottom: 24px;
}
.course-introMod .course-introMod-main .intro-left .app .pic div img{
  width: 160px;
  height: 160px;
  position: relative;
  top:-10px;
  left:-10px;
}
.course-introMod .course-introMod-main .intro-left .app p {
  text-align: center;
}
.course-introMod .course-introMod-main .intro-right {
  float: right;
  width: 332px;
}
.course-introMod .course-introMod-main .intro-right .commentMsg, .course-introMod .course-introMod-main .intro-right .introMsg {
  margin-top: 18px;
  line-height: 25px;
  word-wrap: break-word;
}
.course-introMod .course-introMod-main .intro-right .title {
  height: 66px;
  line-height: 66px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.course-introMod .course-introMod-main .intro-right .courseDetailBtn {
  width: 136px;
  margin:0 auto;
  margin-bottom: 30px;
}
.course-introMod .course-introMod-main .intro-right .basicMsg .org {
  overflow: auto;
}
.course-introMod .course-introMod-main .intro-right .basicMsg .logo {
  float: left;
  width: 80px;
  height: 80px;
  margin-right: 15px;
  border: 1px solid #eee;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  border: 0;
}
.course-introMod .course-introMod-main .intro-right .basicMsg .logo img{
  width:80px;
  height:80px;
}
.course-introMod .course-introMod-main .intro-right .basicMsg .name {
  margin-top: 29px;
}
.course-introMod .course-introMod-main .intro-right .comment-list .comment-right {
  overflow: auto;
}
.course-introMod .course-introMod-main .intro-right .comment-list .portrait {
  float: left;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  border: 1px solid #eee;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  border: 0;
}
.course-introMod .course-introMod-main .intro-right .comment-list .portrait img{
  width: 60px;
  height: 60px;
}
.course-introMod .course-introMod-main .intro-right .comment-list .name {
  margin-top: 9px;
  margin-bottom: 10px;
}
.course-introMod .course-introMod-main .intro-right .comment-list .time {
  float: right;
  font-size: 14px;
  font-weight: normal;
  color: #9b9da0;
}
.course-introMod .course-introMod-main .intro-right .comment-list .scoreContainer {
  display: block;
}
.course-introMod .course-introMod-main .intro-right .comment-list .commentMsg {
  clear: both;
  margin-top: 42px;
  word-wrap:break-word;
}
.course-introMod .course-introMod-main .intro-right .comment-list li{
  margin-bottom: 40px;
}
.course-introMod .course-introMod-main .intro-right .app {
  margin-left: 80px;
  margin-top: 45px;
}
.course-introMod .course-introMod-main .intro-right .app .pic {
  margin-bottom: 25px;
}
.course-introMod .course-introMod-main .intro-right .app .pic img{
  width:125px;
  height: 125px;
}
.course-introMod .course-introMod-main .intro-right .app p {
  width: 125px;
  line-height: 25px;
  text-align: center;
  color: #9b9da0;
}
.course-introMod .course-introMod-main .score {
  float: right;
  font-size: 16px;
  color: #9b9da0;
}
.course-introMod .course-introMod-main .score .scoreContainer {
  margin-top: 25px;
  margin-right: 10px;
}

.coverZZ {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);
}

.insetZZ {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: black;
}
.insetZZRGBA{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,.7);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000,endColorstr=#B2000000);
  display: none;
  z-index: 11;
}

.insetPop {
  position: absolute;
  z-index: 12;
  top: 50%;
  left: 50%;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.insetPop .courseDetailBtn {
  height: 36px;
  width: 100px;
  padding: 0 20px;
  line-height: 36px;
  margin: 0 auto;
  margin-top: 30px;
}
.insetPop .courseDetailBtn.red {
  background-color: #f3111a;
}
.insetPop .courseDetailBtn.green {
  background-color: #009f00;
}
.insetPop .num {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-right: 10px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #111213;
  background-color: #fff;
  transition: all .3s ease;
}
.insetPop .answerBox {
  max-height: 250px;
  overflow: auto;
}
.insetPop .answer {
  text-align: left;
  margin-bottom: 20px;
  cursor: pointer;
}

.insetPop .answer:hover .num{
  -webkit-box-shadow: #6d6d6d 0 0 4px 3px;
  -moz-box-shadow: #6d6d6d 0 0 4px 3px;
  box-shadow: #6d6d6d 0 0 4px 3px;
}
.insetPop .answer.right {
  color: #009f00;
}
.insetPop .answer.right .num {
  color: transparent;
  background-image: url(/image/show/mooc/btn_right.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000;
}
.insetPop .answer.wrong {
  color: #f3111a;
}
.insetPop .answer.wrong .num {
  color: transparent;
  background-image: url(/image/show/mooc/btn_wrong.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000;
}
.insetPop.select {
  max-width: 80%;
  font-size: 14px;
  line-height: 1.5;
}
.insetPop.select .question {
  max-height: 150px;
  margin-bottom: 30px;
  overflow: auto;
}
.insetPop.insetSelect {
  top:84%;
  white-space: nowrap;
}
.insetPop.insetSelect .answer {
  display: inline-block;
  margin-right: 47px;
  margin-bottom: 0;
}
.insetPop.insetSelect .answer:last-of-type {
  margin-right: 0;
}
.insetPop.insetSelect .answer .num {
  transition: all .3s ease;
}
.insetPop.insetSelect .answer .num:hover {
  -webkit-box-shadow: #6d6d6d 0 0 4px 3px;
  -moz-box-shadow: #6d6d6d 0 0 4px 3px;
  box-shadow: #6d6d6d 0 0 4px 3px;
}
.insetPop.insetSelect .courseDetailBtn {
  margin-top: 0;
  position: absolute;
  top: 0;
  right: -205px;
}
.insetPop.fullBlank {
  max-height: 400px;
  max-width: 510px;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}
.insetPop.fullBlank .question {
  text-align: center;
  margin-bottom: 30px;
}
.insetPop.fullBlank .answer {
  text-align: center;
}
.insetPop.fullBlank .blank {
  width: 160px;
  height: 30px;
  background-color: #fff;
  line-height: 30px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 0 10px;
  transition: all .3s ease;
  color:#111213;
}

.insetPop.fullBlank .blank+span{
  position: absolute;
  right: 10px;
  width: 16px;
  height: 16px;
  top: 7px;
}
.insetPop.fullBlank .courseDetailBtn{
  position: absolute;
  top: 76px;
  left: 50%;
  margin-left: -50px;
}
.insetPop.fullBlank .blank.wrong{
  color: #f3111a;
}
.insetPop.fullBlank .blank.wrong+span{
  background:url(/image/show/mooc/icon_false.png) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.insetPop.fullBlank .blank.right{
  color: #009f00;
}
.insetPop.fullBlank .blank.right+span{
  background:url(/image/show/mooc/icon_right01.png) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.insetPop.fullBlank .answer {
  margin-top: 22px;
  color: #009f00;
}
.insetPop.confirm {
  font-size: 14px;
  width: 600px;
}
.insetPop.confirm .question {
  margin-bottom: 30px;
  line-height: 22px;
}
.insetPop.confirm .cbtn {
  box-sizing: border-box;
  width: 160px;
  height: 40px;
  padding: 0 15px;
  line-height: 40px;
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: center;
  border: 1px solid #fff;
  cursor: pointer;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.insetPop.confirm .continueBtn {
  border: 1px solid transparent;
  background-color: #f3111a;
}
.insetPop.read {
  max-height: 400px;
  max-width: 510px;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
}
.insetPop.read .line {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin: 20px 0;
}
.insetPop.read .doneBtn {
  box-sizing: border-box;
  width: 90px;
  height: 40px;
  padding: 0 15px;
  line-height: 40px;
  margin: 0 auto;
  margin-top: 40px;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: #f3111a;
}
#tcPlayerBox .read-box{
  position: absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  overflow: hidden;
}
#tcPlayerBox .read-box .read-box-background{
  position: absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
}
.read1 {
  position: absolute;
  z-index: 15;
  bottom: 100px;
  font-size: 14px;
  color: #fff;
  box-sizing: border-box;
  max-width: 250px;
  min-width: 150px;
  text-align: center;
  overflow: hidden;
  right: -300px;
  height: 40px;
  line-height: 40px;
  padding:0 10px;
  background-color: rgba(0, 0, 0, 0.4);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);
  transition: all .6s ease;
  cursor: pointer;
}
.read1.show{
  right: 0%;
}
.read2 {
  position: absolute;
  z-index: 15;
  bottom: 60px;
  font-size: 14px;
  color: #fff;
  box-sizing: border-box;
  max-width: 250px;
  min-width: 150px;
  text-align: center;
  overflow: hidden;
  right: -300px;
  height: 40px;
  line-height: 40px;
  padding:0 10px;
  background-color: rgba(0, 0, 0, 0.4);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);
  transition: all .6s ease;
  cursor: pointer;
}
.read2.show{
  right: 0%;
}
.read3 {
  position: absolute;
  z-index: 15;
  bottom: 140px;
  font-size: 14px;
  color: #fff;
  box-sizing: border-box;
  max-width: 250px;
  min-width: 150px;
  text-align: center;
  overflow: hidden;
  right: -300px;
  height: 40px;
  line-height: 40px;
  padding:0 10px;
  background-color: rgba(0, 0, 0, 0.4);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);
  transition: all .6s ease;
  cursor: pointer;
}
.read3.show{
  right: 0%;
}
.read-content {
  position: absolute;
  z-index: 14;
  width: 260px;
  right: -310px;
  top: 0;
  bottom: 0;
  padding: 0 20px 0 30px;
  background-color: rgba(0, 0, 0, 0.4);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  transition: all .5s ease;
}
.read-content.show {
  right: 0;
}
.read-content .title {
  margin-top: 30px;
}
.read-content .line {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin: 20px 0;
}
.read-content .doneBtn {
  position: absolute;
  width: 260px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  bottom: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
}
.read-content .doneBtn .icon {
  display: inline-block;
  vertical-align: text-top;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  background-image: url(/image/show/mooc/btn_narrow1.png);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.read-content .question {
  overflow: auto;
  height: 332px;
  padding-right: 10px;
}

.coverPop {
  position: fixed;
  z-index: 1000;
  top: 110px;
  left: 50%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 20px 20px 40px;
  box-sizing: border-box;
  background-color: #fff;
  text-align: center;
  color: #fff;
}
.coverPop p {
  color: #9b9da0;
  margin: 20px 0;
}

.coverPop p a{
  color:#F3111A;
}

.coverPop .closeBtn {
  float: right;
  width: 20px;
  height: 20px;
  background-image: url(/image/show/mooc/btn_close.png);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.coverPop .closeBtn:hover {
  cursor: pointer;
}
.coverPop .head {
  text-align: left;
  margin-bottom: 30px;
  font-weight:bold;
}
.coverPop.remind {
  width: 550px;
  margin-left: -275px;
}
.coverPop.remind .courseDetailBtn {
  margin: 0 auto;
}
.coverPop.remind .img {
  width: 200px;
  height: 160px;
  margin: 0 auto;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: 20px 0;
}
.coverPop.remind .phoneRemind {
  clear: both;
  float: left;
  margin-left: 30px;
}
.coverPop.remind .phoneRemind .img {
  background-image: url(/image/show/mooc/image_massage.png);
}
.coverPop.remind .appRemind {
  float: right;
  margin-right: 30px;
}
.coverPop.remind .appRemind .img {
  background-image: url(/image/show/mooc/image_phone.png);
}
.coverPop.message {
  width: 370px;
}
.coverPop.message #smscode_unenable_smscode_id{
  display: none;
  font-size: 12px;
}
.coverPop.message h2 {
  font-weight: bold;
}
.coverPop.message [contenteditable="true"] {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  box-sizing: border-box;
  color: #9b9da0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #f4f4f4;
  margin: 0;
  margin-bottom: 20px;
  padding: 0 20px;
  text-align: left;
  overflow: auto;
}
.coverPop.message .yzm {
  float: left;
  width: 220px;
}
.coverPop.message .smscode {
  width: 220px;
  float: left;
}
.coverPop.message img {
  width: 88px;
  height: 34px;
  margin-top: 3px;
  margin-left:20px;
  vertical-align: middle;
}
.coverPop.message .getSmscode {
  float: left;
  height: 34px;
  margin-top: 3px;
  margin-left:20px;
  line-height: 34px;
  color: #0057fe;
}
.coverPop.message .courseDetailBtn {
  margin: 0 auto;
  margin-top: 20px !important;
}
.coverPop.message img:hover, .coverPop.message .getSmscode:hover {
  cursor: pointer;
}
.coverPop.app {
  width: 371px;
  height: 350px;
  margin-left:-185px;
}
.coverPop.app .pic {
  margin-bottom: 30px;
}
.coverPop.app .pic div {
  width: 140px;
  height: 140px;
  margin: 0 auto;
}
.coverPop.comment {
  width: 500px;
  margin-left: -250px;
}
.coverPop.comment .title {
  color: #615f60;
  text-align: left;
}
.coverPop.comment .title span {
  display: inline-block;
  margin-right: 3px;
  width: 16px;
  height: 16px;
  background-image: url(/image/show/mooc/icon_star_full@2x.png);
  cursor: pointer;
}
.coverPop.comment .title i {
  display: inline-block;
  width: 116px;
  height: 16px;
  background-image: url(/image/show/mooc/icon_star_0.png);
}
.coverPop.comment .courseDetailBtn {
  margin: 0 auto;
  margin-top: 30px;
}
.coverPop.comment [contenteditable] {
  box-sizing: border-box;
  width: 460px;
  height: 200px;
  padding: 20px;
  text-align: left;
  line-height: 24px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #9b9da0;
  background-color: #f4f4f4;
  word-wrap: break-word;
  overflow: auto;
}
.coverPop.comment [contenteditable]:empty:before {
  content: attr(placeholder);
  color: #9b9da0;
}
.coverPop.comment [contenteditable]:focus:before {
  content: none;
}
.coverPop.comment .foot {
  width: 280px;
  margin: 0 auto;
}
.coverPop.comment .foot .courseDetailBtn {
  float: left;
}
.coverPop.comment .cancel {
  background-color: #eee;
  color: #615f60;
  margin-left: 20px;
}
.coverPop.buy {
  max-width: 780px;
  min-width: 660px;
  text-align: left;
  color: #9b9da0;
  position: absolute;
}
.coverPop.buy .intro {
  padding: 20px;
  background-color: #f5f5f5;
  overflow: auto;
}
.coverPop.buy .coverCan{
  width: 220px;
  height: 126px;
  margin-right: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  float: left;
}
.coverPop.buy .img {
  position: relative;
}
.coverPop.buy .courseName {
  margin-top: 10px;
}
.coverPop.buy .tips {
  margin-top: 15px;
  line-height: 1.5;
  color: #9b9da0;
}
.coverPop.buy .course-price {
  margin-top: 34px;
}
.coverPop.buy .course-price .newprice {
  display: inline-block;
  margin-right: 10px;
  font-size: 24px;
  color: #f3111a;
}
.coverPop.buy .course-price .oldprice {
  text-decoration: line-through;
  color: #9b9da0;
}
.coverPop.buy .title {
  margin: 20px 0;
}
.coverPop.buy .buyBtns .btn1 {
  float: left;
  width: 150px;
  height: 46px;
  line-height: 46px;
  margin-right: 10px;
  border: 1px solid #eee;
}
.coverPop.buy .buyBtns .btn1:hover {
  cursor: pointer;
}
.coverPop.buy .buyBtns .btn1.active {
  border: 2px solid #009500;
}
.coverPop.buy .buyBtns .zfb {
  background-image: url(/image/show/mooc/btn_alipay.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
.coverPop.buy .buyBtns .wx {
  background-image: url(/image/show/mooc/btn_wechatpay.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
.coverPop.buy .buyBtns .jb {
  background-image: url(/image/show/mooc/btn_jinbei.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
.coverPop.buy .select {
  box-sizing: border-box;
  width: 240px;
  padding: 0 16px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #eee;
  position: relative;
}
.coverPop.buy .select:hover {
  cursor: pointer;
}
.coverPop.buy .select.active:after {
  display: block;
  content: '';
  width: 238px;
  height: 0;
  bottom: -2px;
  left: 0;
  border-top: 2px solid #fff;
  position: absolute;
  z-index: 10;
}
.coverPop.buy .select.active .icon {
  transform: rotate(270deg);
}
.coverPop.buy .select .num {
  color: #f3111a;
}
.coverPop.buy .select .icon {
  float: right;
  width: 16px;
  height: 16px;
  transform: rotate(90deg);
  margin-top: 10px;
  transition: all 0.3s ease ;
  background-image: url(/image/show/mooc/btn_narrow.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
.coverPop.buy .coupons {
  border: 1px solid #eee;
  padding: 20px 16px 0;
  margin-top: -1px;
  overflow: auto;
  transition: all 0.3s ease ;
}
.coverPop.buy .coupons .coupon {
  box-sizing: border-box;
  float: left;
  width: 160px;
  /*height: 80px;*/
  margin-right: 20px;
  margin-bottom: 20px;
  text-align: center;
  border: 3px solid transparent;
}
.coverPop.buy .coupons .coupon :hover{
  cursor: pointer;
}
.coverPop.buy .coupons .coupon.active {
  border: 3px solid #f3111a;
}
.coverPop.buy .coupons .coupon .coupontop {
  height: 50px;
  line-height: 50px;
  background-color: #e9575a;
  color: #fff;
}
.coverPop.buy .coupons .coupon .coupontop span {
  font-size: 24px;
  font-weight: bold;
}
.coverPop.buy .coupons .coupon .couponbottom {
  height: 30px;
  line-height: 30px;
  background-color: #f4f4f4;
  color: #615f60;
}
.coverPop.buy .coupons .coupon:nth-child(4n) {
  margin-right: 0;
}
.coverPop.buy .foot .courseDetailBtn {
  float: right;
  margin-top: 32px;
}
.coverPop.buy .foot .cancel {
  color: #9b9da0;
  background-color: #eee;
  margin-left: 20px;
}
.coverPop.buy .foot .un {
  color: #9b9da0;
  background-color: #eee;
}
.coverPop.buy .foot .finalPrice {
  float: left;
  margin-top: 40px;
  font-size: 16px;
  color: #615f60;
}
.coverPop.buy .foot .finalPrice span {
  display: inline-block;
  margin-left: 20px;
  font-size: 24px;
  color: #f3111a;
}
.coverPop.buy .foot .finalPrice span a{
  font-size: 14px;
  text-decoration: underline;
  color: #335ccc;
}
.coverPop p.wxts{
  width:100%;
  font-size:14px;
  color:#111213;
}

.coverPop p.wxts samp{
  font-family:'微软雅黑';
  color:#FF5400;
}

.coverPop p.wxts a{
  color:#198cff;
  font-family:'宋体';
  margin-left:5px;
}

.coverPop p.wxts a:hover{
  text-decoration:underline;
}
input:hover{
  cursor: pointer;
}
/*贝壳卡*/
.gotoBakCard{
  position: absolute;
  right: 130px;
  bottom: 44px;
  box-sizing: border-box;
  padding: 0 14px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  background-image: linear-gradient(270deg, #EFDDAC 0%, #DDC085 100%);
  border-radius: 20px;
  color: #78602B;
}
/*# sourceMappingURL=test.css.map */
