﻿.softDown_edit {
  padding: 45px 0;
}
.softDown_edit a {
  display: block;
  width: 219px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  background-color: #4653a2;
  border-radius: 6px;
  font-size: 14px;
  color: #ffffff;
  margin: 0 auto;
}
.softDown_box {
  background-color: #ffffff;
  box-shadow: 0px 5px 8px 1px #f0f0f0;
  padding: 12px 22px 30px 12px;
  border-radius: 6px;
}
.softDown_left {
  width: 905px;
}
.softDown_info_show {
  display: block;
  width: 280px;
  height: 306px;
  margin-right: 20px;
  border: 1px solid #e6e6e6;
}
.softDown_info_show img {
  display: block;
  width: 100%;
  height: 100%;
}
.softDown_info_desc {
  flex: 1;
}
.softDown_info_desc h2 {
  font-size: 18px;
  color: #4653a2;
}
.softDown_info_desc ul {
  margin-top: 20px;
}
.softDown_info_desc ul li {
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: #666;
  border-bottom: 1px dashed #e6e6e6;
}
.softDown_info_desc ul li span {
  margin-right: 5px;
  color: #000;
}
.softDown_info_desc_edit {
  padding-top: 20px;
}
.softDown_info_desc_edit a {
  display: block;
  width: 127px;
  height: 42px;
  line-height: 38px;
  border-radius: 6px;
  border: solid 2px #f6ac19;
  font-size: 14px;
  color: #f6ac19;
  text-align: center;
}
.softDown_info_desc_edit a:hover {
  background-color: #f6ac19;
  color: #ffffff;
}
.softDown_info_desc_edit a:not(:last-child) {
  margin-right: 15px;
}
.softDown_update {
  max-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  transition: max-height 0.4s linear;
  -webkit-transition: max-height 0.4s linear;
  box-sizing: border-box;
}
.softDown_update::-webkit-scrollbar {
  width: 12px;
}
.softDown_update::-webkit-scrollbar-corner {
  background-color: #f0f0f069;
}
.softDown_update::-webkit-scrollbar-thumb {
  background-color: #e9e8e8;
  border-radius: 4px;
}
.softDown_update::-webkit-scrollbar-track {
  background-color: #f0f0f069;
}
.softDown_update.show {
  max-height: 400px;
}
.softDown_update_title {
  height: 40px;
  font-size: 18px;
  letter-spacing: 1px;
  color: #333333;
}
.softDown_update_con {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 1px;
  color: #666666;
  display: block;
  padding-top: 35px;
}
.softDown_video {
  padding-top: 35px;
}
.softDown_video_show {
  display: block;
  width: 397px;
  height: 223px;
  background-color: #313131;
}
.softDown_video_show video {
  display: block;
  width: 397px;
  height: 223px;
  background-color: #313131;
}
.softDown_video_info {
  padding-left: 30px;
}
.softDown_video_info h4 {
  height: 40px;
  font-size: 18px;
  letter-spacing: 1px;
  color: #333333;
}
.softDown_video_info_con p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 1px;
  color: #666666;
}
.softDown_watch {
  margin-top: 14px;
}
.softDown_watch_card {
  display: block;
  width: 905px;
  height: 387px;
  background-color: #ffffff;
  box-shadow: 0px 5px 8px 1px #f0f0f0;
  border-radius: 6px;
  overflow: hidden;
}
.softDown_watch_card p.title {
  line-height: 50px;
  padding-left: 15px;
  background-color: #4653a2;
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
}
.softDown_watch_card_list {
  padding: 48px 15px 0;
}
.softDown_watch_card_edit a {
  display: block;
  width: 194px;
  height: 41px;
  line-height: 41px;
  text-align: center;
  background-color: #4653a2;
  border-radius: 6px;
  font-size: 14px;
  color: #ffffff;
  margin: 0 auto;
}
.softDown_watch_item:not(:nth-child(3n+3)) {
  margin-right: 11px;
}
.softDown_watch_item_show {
  position: relative;
  display: block;
  width: 284px;
  height: 161px;
  background-color: #e5e5e5;
  overflow: hidden;
}
.softDown_watch_item_show img.vip{ position:absolute; width:72px; height:auto; left:0; top:7px; display:none;}
.softDown_watch_item_show img.active{ display:block;}
.softDown_watch_item_show img {
  display: block;
  width: 100%;
}
.softDown_watch_item h5 {
  width: 284px;
  font-size: 14px;
  line-height: 2;
  color: #4653a2;
  text-align: center;
  height: 63px;
  padding-top: 5px;
}
.softDown_right {
  width: 375px;
}
.softDown_more_card {
  width: 375px;
  background-color: #ffffff;
  box-shadow: 0px 5px 8px 1px #f0f0f0;
  border-radius: 6px;
  padding: 0 17px 15px;
  margin-bottom: 12px;
}
.softDown_more_card_title {
  border-bottom: solid 1px #dddddd;
  font-size: 0;
}
.softDown_more_card_title a {
  display: inline-block;
  font-size: 18px;
  color: #4653a2;
  line-height: 47px;
  font-weight: bold;
}
.softDown_more_card_title a.icon_rightArrow i {
  display: inline-block;
  line-height: 47px;
  padding-left: 8px;
}
.softDown_more_card_title a.icon_rightArrow i::before {
  display: block;
  content: "\e626";
  font-size: 15px;
  transform: rotate(-90deg);
  line-height: 47px;
  color: #4653a2;
}
.softDown_more_card_con {
  padding-top: 15px;
}
.softDown_liveLessons_item_show {
  display: block;
  width: 344px;
  height: 196px;
  background-color: #e5e5e5;
  overflow: hidden;
  margin: 0 auto;
}
.softDown_liveLessons_item_show img {
  display: block;
  width: 100%;
}
.softDown_liveLessons_item h5 {
  font-size: 16px;
  color: #333333;
  line-height: 1.4;
  padding-top: 5px;
}
.softDown_ta_show {
  padding: 10px 0;
}
.softDown_ta_show img {
  display: block;
  width: 193px;
  margin: 0 auto;
}
.softDown_SeriesLessons_item {
  display: block;
}
.softDown_SeriesLessons_item_desc {
  padding-left: 7px;
}
.softDown_SeriesLessons_item_desc p {
  font-size: 14px;
  line-height: 31px;
  color: #333333;
}
.softDown_SeriesLessons_item_desc p.title {
  font-size: 16px;
  padding-bottom: 5px;
}
.softDown_SeriesLessons_item_edit {
  padding-top: 15px;
}
.softDown_SeriesLessons_item_edit > a {
  display: block;
  width: 138px;
  height: 38px;
  line-height: 38px;
  background-color: #4653a2;
  border-radius: 6px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  margin: 0 auto;
}
