.content-box {
  background-color: #f1f2f3;
  text-align: center;
}

.wrapper {
  background-color: #f1f2f3;
  width: 1200px;
  display: inline-block;
}

.bread-crumb {
  padding: 20px 0;
}

.course-card {
  height: 273px;
  padding-top: 50px;
  width: 1200px;
  background-color: #fff;
  text-align: left;
  /* box-shadow: 0 0 12px 2px rgba(204, 204, 204, .3); */
}

.card-name {
  color: #222;
  font-weight: bold;
  font-size: 20px;
  line-height: 50px;
}

.card-desc {
  color: #666;
  font-size: 14px;
  line-height: 28px;
  white-space: pre-wrap;
  overflow: hidden;
  height: 56px;
}

.card-desc-limit {
  line-height: 30px;
  color: #f1331f;
  font-size: 14px;
}

.card {
  display: inline-block;
  width: 375px;
  margin: 0 30px 0 30px;
}

.card-detail {
  display: inline-block;
  width: 590px;
  vertical-align: top;
}

.card-course {
  text-align: left;
  width: 1140px;
  background-color: #fff;
  padding: 0 30px;
  margin-top: 15px;
  margin-bottom: 160px;
}

.card-course-nav {
  padding-top: 10px;
  line-height: 45px;
  color: #222;
  font-size: 18px;
  border-bottom: 1px solid #ebebeb;
}

.course-list-price {
  color: #e92100;
}

.course-list-count {
  color: #999999;
  font-size: 12px;
}

.course-list .free-price {
  color: #01b846;
  font-size: 14px;
  opacity: 0;
}

.course-list a {
  display: inline-block;
}

.course-list {
  display: inline-block;
  width: 270px;
  margin: 7px 15px 7px 0;
}

.course-img-wrapper {
  width: 270px;
  height: 154px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

.course-list img {
  width: 270px;
  height: 154px;
  border-radius: 3px;
  transition: all 0.6s;
}

.course-list img:hover {
  transform: scale(1.2);
}

.course-list-title {
  width: 270px;
  cursor: pointer;
}

.course-list-bottom {
  line-height: 38px;
  padding: 0 10px;
}

.course-list:nth-child(4n+4) {
  margin-right: 0 !important;
}

.course-list-wrapper {
  margin: 25px 0 20px 0;
}

.card-page-wrapper {
  border-top: 1px solid #f1f2f3;
}

.icon-card-time {
  width: 21px;
  height: 22px;
  margin-right: 3px;
  background-position: -406px -596px;
}

.card-icon-wrapper {
  justify-content: center;
  align-items: center;
  right: 0;
  flex-direction: row;
  padding: 0 4px;
  display: flex;
  height: 30px;
  background-color: transparent;
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.course-card-time {
  font-size: 12px;
  color: #ccc;
  line-height: 22px;
}

.error-tip {
  font-size: 12px;
  color: #f34509;
}

.card-remark {
  padding: 5px 0 20px;
}
.card-remark span {
  font-size: 12px;
  color: #999;
}

.card-qr {
  width: 106px;
  height: 106px;
  display: inline-block;
  vertical-align: top;
  background: url(//static-f.fwxgx.com/jzkt/image/course/ewm-bj-693d48ef64ce28e5e58d447870bc6b8f.jpg);
  margin-top: 52px;
  margin-left: 25px;
  position: relative;
}
.card-qr-img {
  position: absolute;
  left: 7px;
  top: 7px;
  border-radius: 4px;
}
.go-user-course{
  display: inline-block;
  vertical-align: bottom;
  margin-left: 20px;
  color: #067ff0;
}
.carvinal-banner-wrapper{
  display: none !important;
}
.carvinal-close-wrapper{
  display: none !important;
}