.cad-course-detail {
  width: 100%;
  background: #fff;
  padding-top: 80px;
}
.soil-top {
  padding-top: 99px;
}
.content-auto {
  margin: 0 auto;
  height: 100%;
  width: 1200px;
  position: relative;
}
.course-top,
.course-middle,
.course-bottom {
  min-height: 450px;
  position: relative;
  background-color: #fff;
}
.course-top {
  margin-top: 60px;
  padding: 50px 0;
}
.course-bottom {
  padding-bottom: 50px;
  padding-top: 50px;
}
.course-middle {
  width: 100%;
  margin: 70px auto 30px;
  background-color: #F8FAFC;
  padding: 40px 0;
}
.course-list {
  display: flex;
  flex-wrap: wrap;
  /* height: 582px;*/
  overflow: hidden;
  padding: 50px 0 25px 24px;
  text-align: left;
}
.paytype-bar .pay-btns {
  width: 300px;
  height: 40px;
  float: left;
  display: flex;
  align-items: center;
}
.paytype-bar .pay-btns .select-btn {
  width: 80px;
  height: 25px;
  background-color: #FEE7E7;
  color: #FD3E49;
  text-align: center;
  line-height: 25px;
  border-radius: 20px;
  font-weight: normal;
  font-size: 14px;
  cursor: pointer;
  margin: 0 15px;
}
.paytype-bar .pay-btns .select-btn.active {
  color: #fff;
  background-color: #F04646;
}
/*新版的详情*/
.details-container {
  width: 1152px;
  margin: 100px auto;
}
.details-container .h1-t {
  width: 100%;
  margin: 32px auto;
  text-align: center;
  font-size: 32px;
  color: #1c1e20;
  line-height: 48px;
}
.details-container .h1-t .pre-icon,
.details-container .h1-t .next-icon {
  display: inline-block;
  width: 23px;
  height: 44px;
  background-image: url(/AppPlus/CADSoftwareMall/Common/Image/h1-icon-l.png);
  background-size: cover;
  background-position: center;
  vertical-align: top;
}
.details-container .h1-t .next-icon {
  background-image: url(/AppPlus/CADSoftwareMall/Common/Image/h1-icon-r.png);
}
.details-container .ware-details {
  position: relative;
  padding-top: 23px;
  margin-bottom: 50px;
  text-align: left;
}
.details-container .ware-details .sub {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 15;
}
.details-container .ware-details .sub .subtitle-container {
  width: 200px;
  height: 80px;
  background-image: linear-gradient(180deg, #f8a81e, #fe6901);
  border-radius: 8px;
  position: relative;
  box-shadow: 1px 3px 2px #F8A81E;
  display: flex;
  align-items: center;
  justify-content: center;
}
.details-container .ware-details .sub .subtitle-container .triangle {
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  border: 10px solid transparent;
  border-left-color: #FA880F;
}
.details-container .ware-details .sub .subtitle-container .stitle {
  margin: 0 10px;
  color: #fff;
  font-weight: 600;
  line-height: 22px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.details-container .ware-details .sub .circle-con {
  width: 50px;
  padding: 20px 0;
}
.details-container .ware-details .sub .circle-con .circle {
  width: 10px;
  height: 10px;
  background-color: #F8A81E;
  border-radius: 50%;
  margin: 0 auto;
}
.details-container .ware-details .content {
  position: absolute;
  width: calc(100% - 209px);
  height: 130px;
  background-color: #FCEAD3;
  top: 0;
  left: 209px;
  z-index: 2;
  border-radius: 8px;
  display: flex;
  align-items: center;
}
.details-container .ware-details .content .text {
  margin: 10px 10px 10px 40px;
  line-height: 22px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.details-container .ware-details2 .sub .subtitle-container {
  background-image: linear-gradient(180deg, #76e30a, #13b54d);
  box-shadow: 1px 3px 2px #76E30A;
}
.details-container .ware-details2 .sub .subtitle-container .triangle {
  border-left-color: #41CA2D;
}
.details-container .ware-details2 .sub .circle-con .circle {
  background-color: #41CA2D;
}
.details-container .ware-details2 .content {
  background-color: #C9F59B;
}
/*新结构详情1*/
.construction {
  width: 100%;
  position: relative;
  background-image: url(/AppPlus/CADSoftwareMall/Common/Image/bg1.png);
  background-size: cover;
  background-position: center;
}
.construction .wrap {
  height: 100%;
  width: 1152px;
  margin: 0 auto;
}
.construction .wrap .cont-box {
  position: relative;
  padding-top: 67px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  height: 100%;
}
.construction .wrap .cont-box h1,
.construction .wrap .cont-box h4 {
  color: #1c1f21;
  text-align: center;
  font-family: "Microsoft YaHei", PingFangSC-Regular;
}
.construction .wrap .cont-box h1 {
  font-size: 32px;
  line-height: 48px;
  font-weight: 700;
  margin-bottom: 4px;
}
.construction .wrap .cont-box h4 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 40px;
  font-weight: 400;
}
.construction .wrap .cont-box .detail-box .title-box {
  width: 160px;
  height: 68px;
  background-image: url(/AppPlus/CADSoftwareMall/Common/Image/title-box.png);
  background-size: cover;
  background-position: center;
  margin: 0 auto 58px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.construction .wrap .cont-box .detail-box .title-box span {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.construction .wrap .cont-box .detail-box .flex-box {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 58px;
  flex-wrap: wrap;
}
.construction .wrap .cont-box .detail-box .flex-box .item {
  position: relative;
  width: 350px;
  height: 400px;
  background-image: linear-gradient(180deg, #5876fa, #05b4da);
  margin-bottom: 20px;
  margin-right: 51px;
}
.construction .wrap .cont-box .detail-box .flex-box .item .diamond {
  position: absolute;
  width: 60px;
  height: 47px;
  left: 50%;
  top: 0;
  z-index: 29;
  transform: translate(-50%, -15px);
  background-image: url(/AppPlus/CADSoftwareMall/Common/Image/diamond.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.construction .wrap .cont-box .detail-box .flex-box .item .diamond span {
  position: absolute;
  left: 50%;
  top: 7px;
  transform: translateX(-50%);
  color: #fff;
}
.construction .wrap .cont-box .detail-box .flex-box .item .title {
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 26px;
  font-weight: 700;
  padding-top: 20px;
  margin: 14px 0 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.construction .wrap .cont-box .detail-box .flex-box .item .content {
  color: #fff;
  text-indent: 32px;
  height: 275px;
  margin: 22px;
  line-height: 25px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 11;
}
.construction .wrap .cont-box .detail-box .flex-box .img-item {
  width: 550px;
  height: 375px;
  margin-bottom: 40px;
}
.construction .wrap .cont-box .detail-box .flex-box .img-item img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.construction .wrap .cont-box .detail-box .just-center {
  justify-content: center;
}
.construction .wrap .cont-box .detail-box .margin-r-52 {
  margin-right: 52px;
}
/*新结构详情2*/
.construction2 {
  width: 100%;
  position: relative;
}
.construction2 .wrap {
  height: 100%;
  width: 1152px;
  margin: 0 auto;
}
.construction2 .wrap .details-con {
  width: 100%;
  height: 100%;
  position: relative;
}
.construction2 .wrap .details-con .advantage {
  color: #141414;
  font-size: 18px;
}
.construction2 .wrap .details-con .advantage .title {
  margin-bottom: 25px;
  text-align: center;
}
.construction2 .wrap .details-con .advantage .title span {
  display: inline-block;
  width: 300px;
  height: 60px;
  color: #fff;
  font-size: 22px;
  line-height: 60px;
  font-weight: 600;
  text-align: center;
  background-image: url(/AppPlus/CADSoftwareMall/Common/Image/tit.png);
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.construction2 .wrap .details-con .advantage .content {
  display: flex;
  flex-wrap: wrap;
}
.construction2 .wrap .details-con .advantage .content .item {
  flex-basis: 50%;
  height: 60px;
  font-size: 20px;
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}
.construction2 .wrap .details-con .advantage .content .item .index {
  width: 10%;
  height: 45px;
  text-align: center;
  position: relative;
}
.construction2 .wrap .details-con .advantage .content .item .index .word {
  color: #fff;
  font-weight: 600;
  position: relative;
  z-index: 2;
}
.construction2 .wrap .details-con .advantage .content .item .index .composition {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.construction2 .wrap .details-con .advantage .content .item .index .composition div {
  font-size: 46px;
}
.construction2 .wrap .details-con .advantage .content .item .text {
  width: 86%;
  line-height: 25px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 0 5px;
  font-weight: 600;
}
.construction2 .wrap .details-con .mobile-advantage .content .item {
  flex-basis: 100%;
  height: 88px;
  font-size: 42px;
}
.construction2 .wrap .details-con .mobile-advantage .content .item .text {
  line-height: 44px;
}
.construction2 .wrap .details-con .mobile-advantage .content .item .index {
  height: 88px;
}
.construction2 .wrap .details-con .mobile-advantage .content .item .index .composition div {
  font-size: 86px;
}
.construction2 .wrap .details-con .introduction {
  color: #141414;
  font-size: 18px;
  margin-top: 20px;
}
.construction2 .wrap .details-con .introduction .title {
  margin-bottom: 25px;
  text-align: center;
}
.construction2 .wrap .details-con .introduction .title span {
  display: inline-block;
  width: 300px;
  height: 60px;
  color: #fff;
  font-size: 22px;
  line-height: 60px;
  font-weight: 600;
  text-align: center;
  background-image: url(/AppPlus/CADSoftwareMall/Common/Image/tit.png);
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.construction2 .wrap .details-con .introduction .containers {
  margin: 80px 0;
  padding: 0;
}
.construction2 .wrap .details-con .introduction .containers:nth-child(2) {
  margin-top: 0;
}
.construction2 .wrap .details-con .introduction .containers .subtitle {
  margin-bottom: 15px;
}
.construction2 .wrap .details-con .introduction .containers .subtitle span {
  display: inline-block;
  min-width: 290px;
  height: 50px;
  padding: 10px 0;
  border: 3px solid #169C68;
  border-radius: 8px;
  text-align: center;
  font-size: 22px;
  color: #169C68;
  line-height: 24px;
  background-image: linear-gradient(0deg, #ebebeb, #ffffff);
}
.construction2 .wrap .details-con .introduction .containers .text {
  margin-bottom: 15px;
  line-height: 37px;
}
.construction2 .wrap .details-con .introduction .containers .img-con {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.construction2 .wrap .details-con .introduction .containers .img-con .img-item {
  width: 360px;
  height: 276px;
  margin-right: 24px;
  margin-top: 15px;
  box-shadow: 0 0 6px 1px #aaa;
}
.construction2 .wrap .details-con .introduction .containers .img-con .img-item:last-child {
  margin-right: 0;
}
.construction2 .wrap .details-con .introduction .containers .img-con .img-item img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.software-container {
  background-color: #f5f5f5;
  position: relative;
}
.software-container h1 {
  color: #1c1f21;
  text-align: center;
  font-family: "Microsoft YaHei", PingFangSC-Regular;
  font-size: 32px;
  line-height: 48px;
  font-weight: 700;
  padding: 45px 0;
}
.software-container h1 .number-software {
  display: inline-block;
  height: 25px;
  white-space: nowrap;
  padding: 2px 7px;
  box-sizing: border-box;
  background: #DA4578;
  border-radius: 10px 10px 10px 0;
  font-size: 12px;
  color: #fff;
  letter-spacing: 1px;
  line-height: 21px;
  font-weight: 500;
  vertical-align: top;
  margin-top: 11px;
}
.software-container .software-list {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 25px;
  width: 1152px;
  margin: 0 auto;
}
.software-item {
  transition: all linear 0.1s;
  cursor: pointer;
}
.software-item:hover {
  transform: translateY(-2px);
}
.navigation {
  width: 1200px;
  font-size: 20px;
  color: #aaa;
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  margin: 0 auto 35px;
}
.navigation div {
  height: 50px;
  padding: 10px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0);
  border-radius: 3px;
}
.navigation .active {
  border-color: #E80808;
  color: #E80808;
}
.toTop {
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  border-radius: 50%;
  text-align: center;
  background-color: rgba(225, 225, 225, 0.5);
  cursor: pointer;
  position: fixed;
  right: 8rem;
  bottom: 8rem;
  color: #A8B5BF;
  font-weight: bold;
  display: none;
  z-index: 20;
}
.toTop i {
  font-size: 1.5rem;
}
.toTop:hover {
  color: #353535;
}
.content-box {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
  border: 4px solid #2F61C3;
  border-radius: 12px;
}
.content-box .bg-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.content-box .course-info {
  text-align: left;
  padding: 0 15px;
  line-height: 25px;
}
.content-box h1 {
  font-family: PingFangSC-Semibold;
  font-size: 32px;
  color: #1c1e20;
  text-align: center;
  line-height: 48px;
  font-weight: 600;
  margin-bottom: 6px;
  margin-top: 42px;
}
.content-box h4 {
  font-family: PingFangSC-Regular;
  font-size: 18px;
  color: #1c1e20;
  text-align: center;
  line-height: 28px;
  margin-bottom: 40px;
}
.content-box .session1-main1 {
  position: relative;
  width: 1048px;
  height: 130px;
  margin: 0 auto 15px;
  background-image: url(/AppPlus/CADSoftwareMall/Common/Image/section1-main1.png);
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
}
.content-box .session1-main1 .left-content {
  position: absolute;
  left: 197px;
  width: 800px;
  text-align: left;
  line-height: 22px;
  text-indent: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.content-box .session1-main1 .left-title {
  position: absolute;
  top: 63px;
  left: 35px;
  font-family: PingFangSC-Semibold;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 24px;
  font-weight: 600;
}
.content-box .session1-main1 .right-title {
  font-family: PingFangSC-Semibold;
  font-size: 16px;
  color: #46acff;
  text-align: center;
  line-height: 24px;
  font-weight: 600;
  position: absolute;
  top: 11px;
  left: 197px;
}
.content-box .session1-main1 .right-title2 {
  left: 644px;
}
.content-box .session1-main1 .cont-box {
  position: absolute;
  top: 35px;
  left: 197px;
}
.content-box .session1-main1 .cont-box .cont-box-l,
.content-box .session1-main1 .cont-box .cont-box-r {
  font-size: 14px;
  color: #333;
  letter-spacing: -0.8px;
  line-height: 28px;
}
.content-box .session1-main1 .cont-box .cont-box-l {
  font-family: PingFangSC-Semibold;
  font-weight: 600;
}
.content-box .session1-main1 .cont-box .cont-box-r {
  font-family: PingFangSC-Thin;
  font-weight: 200;
}
.content-box .session1-main1 .cont-box2,
.content-box .session1-main1 .cont-box5 {
  top: 63px;
}
.content-box .session1-main1 .cont-box3,
.content-box .session1-main1 .cont-box6 {
  top: 91px;
}
.content-box .session1-main1 .cont-box4,
.content-box .session1-main1 .cont-box5,
.content-box .session1-main1 .cont-box6 {
  left: 644px;
}
.content-box .session1-main5 {
  width: 1048px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.content-box .session1-main5 .session1-main5-item {
  width: 481px;
  height: 287px;
  padding-top: 20px;
}
.content-box .session1-main5 .session1-main5-item img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  border-radius: 10px;
}
.content-box .session3-main-video {
  width: 1065px;
  height: 560px;
  margin: 0 auto;
  margin-top: 32px;
  margin-bottom: 30px;
  display: flex;
}
.content-box .session3-main-video .session3-main-l {
  flex: auto;
}
.content-box .session3-main-video .session3-main-l .l-video-container {
  margin: 0 auto;
  padding: 30px 50px;
  background-color: #000;
  height: 100%;
}
.content-box .session3-main-video .session3-main-l .l-video-container .player {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.content-box .session3-main-video .session3-main-l .l-video-container .player img {
  transition: all linear 0.2s;
  width: 100%;
  height: 100%;
}
.content-box .session3-main-video .session3-main-l .l-video-container .player .videoplay-btn {
  width: 64px;
  height: 64px;
}
.content-box .session3-main-video .session3-main-l .l-video-container .video-image img {
  height: 382.979px;
}
.content-box .session3-main-video .session3-main-l .l-video-container .video-image .videoplay-btn {
  width: 44px;
  height: 44px;
}
.content-box .session3-main-video ::-webkit-scrollbar-thumb {
  border: 0;
}
.content-box .session3-main-video .session3-main-r {
  width: 245px;
  display: flex;
  transition: width linear 0.2s;
  margin-top: 0;
}
.content-box .session3-main-video .session3-main-r .r-aside {
  width: 25px;
  background-color: #1c1f21;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-box .session3-main-video .session3-main-r .r-aside .icon-zhankai- {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
}
.content-box .session3-main-video .session3-main-r .r-list {
  width: 220px;
  background-color: #000;
  padding: 10px;
  overflow-y: auto;
}
.content-box .session3-main-video .session3-main-r .r-list .r-list-item {
  display: flex;
  margin-bottom: 10px;
  cursor: pointer;
  overflow: hidden;
  height: 60px;
}
.content-box .session3-main-video .session3-main-r .r-list .r-list-item .item-img {
  width: 80px;
  height: 60px;
  border-radius: 12px;
  margin-right: 10px;
}
.content-box .session3-main-video .session3-main-r .r-list .r-list-item .item-img img {
  width: 100%;
  height: 100%;
}
.content-box .session3-main-video .session3-main-r .r-list .r-list-item .item-desc {
  width: 110px;
  color: #fff;
  font-size: 12px;
  text-align: left;
}
.content-box .session3-main-video .session3-main-r .r-list .r-list-item .item-desc p {
  line-height: 15px;
}
.content-box .session3-main-video .more-course {
  width: 25px;
}
.content-box .session3-main-video .more-course .r-list {
  display: none;
}
.content-box .session3-main-video .more-course .r-aside .icon-zhankai- {
  transform: rotate(180deg);
}
.content-box-bg1 {
  background-image: url(/AppPlus/CADSoftwareMall/Common/Image/section3-bg.png);
  background-size: cover;
  background-position: center;
}
.session0-icon {
  width: 242px;
  height: 48px;
  background-image: url(/AppPlus/CADSoftwareMall/Common/Image/section-icon.png);
  background-size: cover;
  background-position: center;
  margin: 4px auto 38px;
  line-height: 48px;
  font-family: PingFangSC-Semibold;
  font-size: 20px;
  color: #fff;
  letter-spacing: 1.15px;
  text-align: center;
  font-weight: 600;
}
.product-search {
  display: flex;
  margin-top: 50px;
  margin-bottom: 20px;
  padding-left: 156px;
  position: relative;
}
.product-search .title1 {
  padding: 20px 20px;
}
.product-search .search-frame {
  padding-top: 11px;
}
.product-search .search-frame input {
  width: 370px;
  border: 2px solid #e2231a !important;
}
.product-search .search-frame span {
  top: 0px;
  left: 369px;
}
/*简要描述区域样式*/
.comp-tab-t {
  padding: 28px 0 32px 0;
  text-align: center;
  margin-top: 50px;
}
.comp-tab-t ul {
  display: inline-block;
}
.comp-tab-t ul .comp-tab-item {
  height: 40px;
  position: relative;
  font-size: 16px;
  line-height: 27px;
  float: left;
  margin-left: 60px;
}
.comp-tab-t ul .comp-tab-item.active a {
  color: #f20d0d;
}
.comp-tab-t ul .comp-tab-item.active .borderLine {
  display: block;
}
.comp-tab-t ul .comp-tab-item a {
  font-weight: 700;
  font-size: 16px;
  line-height: 40px;
  color: #545c63;
  vertical-align: text-bottom;
  text-decoration: none;
}
.comp-tab-t ul .comp-tab-item .borderLine {
  display: none;
  position: absolute;
  width: 16px;
  height: 2px;
  top: 40px;
  left: 50%;
  margin-left: -8px;
  background: #f20d0d;
}
.comp-tab-t ul .comp-tab-item .sub-tag {
  position: absolute;
  top: 0;
  right: -30px;
  width: 30px;
  height: 18px;
}
.comp-tab-t ul .comp-tab-item-first {
  margin-left: 0;
}
.mobile-option ul .comp-tab-item a {
  font-size: 36px;
  line-height: 40px;
  text-decoration: none;
}
.mobile-option ul .comp-tab-item .borderLine {
  width: 56px;
  height: 8px;
  top: 60px;
  margin-left: -28px;
}
.product-t {
  margin: 0 auto;
  padding-bottom: 55px;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
}
.info-video {
  position: relative;
  width: 1152px;
  height: 240px;
  margin: 0 auto 60px auto;
  border-radius: 10px;
}
.info-video .mark {
  width: 27px;
  height: 22px;
  position: absolute;
  top: 47px;
  left: 249px;
  background-image: url(/AppPlus/CADSoftwareMall/Common/Image/top-mark.png);
  background-size: cover;
  background-color: transparent;
}
.info-video .bottom-mark {
  top: 179px;
  left: 1074px;
  background-image: url(/AppPlus/CADSoftwareMall/Common/Image/bottom-mark.png);
  background-size: cover;
}
.info-video .doshed {
  width: 1px;
  height: 201px;
  position: absolute;
  left: 234px;
  top: 17px;
  background-image: url(/AppPlus/CADSoftwareMall/Common/Image/doshed.png);
  background-size: cover;
}
.info-video .dec-box {
  display: flex;
  line-height: 240px;
  position: absolute;
  left: 307px;
  width: 740px;
  height: 100%;
  align-items: center;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0;
  text-align: justify;
  line-height: 28px;
}
.info-video .dec-box p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
.info-video .teacher-right-box {
  width: 147px;
  height: 142px;
  position: absolute;
  top: 51px;
  left: 48px;
  text-align: center;
  color: #fff;
}
.info-video .teacher-right-box .t-con {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
}
.info-video .teacher-right-box .t-con .t-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.info-video .teacher-right-box .t-con .t-name {
  margin: 10px 0;
  color: #f0f000;
  font-weight: 600;
  letter-spacing: 2px;
}
.info-video .r {
  float: right;
}
/*
    套餐列表区域样式
*/
.package-wrap {
  width: 1152px;
  margin: auto;
}
.package-wrap .new-package-template {
  box-shadow: 0 4px 8px 0 rgba(28, 31, 33, 0.6);
  border-radius: 12px;
  margin-bottom: 32px;
}
.package-wrap .new-package-template .package-header {
  width: 100%;
  height: 56px;
  background: #f3f5f6;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.package-wrap .new-package-template .package-header .package-title {
  font-size: 18px;
  color: #1c1f21;
  letter-spacing: 0;
  text-align: center;
  font-weight: 700;
  text-overflow: ellipsis;
  word-break: break-all;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  max-width: calc(35%);
}
.package-wrap .new-package-template .package-header label {
  width: 63px;
  height: 25px;
  margin-left: 4px;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  color: #fff;
  line-height: 25px;
  padding-left: 2px;
  box-sizing: border-box;
}
.package-wrap .new-package-template .package-main {
  width: 100%;
  /*height: 244px;*/
  background: #fff;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.package-wrap .new-package-template .package-main .item-left {
  width: 356px;
  text-align: center;
}
.package-wrap .new-package-template .package-main .item-left .card-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.package-wrap .new-package-template .package-main .item-left .card-container .card {
  width: 200px;
  height: 68px;
  border: 1px solid #F19005;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  margin-bottom: 17px;
}
.package-wrap .new-package-template .package-main .item-left .card-container .card .left {
  width: 50px;
  background-color: #F19005;
  border-radius: 6px 0 0 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.package-wrap .new-package-template .package-main .item-left .card-container .card .right {
  width: 160px;
  position: relative;
}
.package-wrap .new-package-template .package-main .item-left .card-container .card .right p {
  padding-top: 10px;
  margin: 0;
  text-align: center;
}
.package-wrap .new-package-template .package-main .item-left .card-container .card .right .price {
  font-size: 25px;
  font-weight: 600;
  color: sandybrown;
}
.package-wrap .new-package-template .package-main .item-left .card-container .card .right .time {
  font-size: 12px;
  color: #aaa;
}
.package-wrap .new-package-template .package-main .item-left .card-container .card .right .tui-icon {
  padding: 0 8px;
  height: 22px;
  line-height: 22px;
  background: #fe2c38;
  background-image: linear-gradient(-135deg, #fe2c38 0, #ff715c 100%);
  border-radius: 6px 2px;
  background-size: contain;
  position: absolute;
  top: -12px;
  right: -3px;
  text-align: center;
  color: #fff;
  font-size: 12px;
}
.package-wrap .new-package-template .package-main .item-left .card-container .active {
  border-color: #F04646;
}
.package-wrap .new-package-template .package-main .item-left .card-container .active .right .active-icon {
  position: absolute;
  width: 25px;
  height: 25px;
  bottom: -2px;
  right: -2px;
  background: url(/AppPlus/CADSoftwareMall/Common/Image/select-icon.png) center center no-repeat transparent;
  background-size: 100% 100%;
  z-index: 101;
  border-radius: 0 0 10px 0;
}
.package-wrap .new-package-template .package-main .item-left .card-container .active .left {
  background-color: #F04646;
}
.package-wrap .new-package-template .package-main .item-left .intro-package-buy-btn {
  padding: 8px 24px;
  box-sizing: border-box;
  margin: 0 auto 6px;
  background: #f20d0d;
  border-radius: 18px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  cursor: pointer;
  transition: all .2s;
  -moz-transition: all .2s;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
}
.package-wrap .new-package-template .package-main .item-right {
  width: 796px;
  height: 100%;
  padding-bottom: 4px;
}
.package-wrap .new-package-template .package-main .item-right .scrollbox {
  padding-left: 12px;
  padding-top: 29px;
  padding-right: 12px;
  box-sizing: border-box;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.package-wrap .new-package-template .package-main .item-right .scrollbox .item {
  display: flex;
  margin-bottom: 15px;
}
.package-wrap .new-package-template .package-main .item-right .scrollbox .item .course-card {
  width: 188px;
  height: 180px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.1);
  box-sizing: content-box;
  position: relative;
  transition: all .2s;
}
.package-wrap .new-package-template .package-main .item-right .scrollbox .item .course-card img {
  width: 188px;
  height: 106px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  margin-bottom: 8px;
  display: flex;
}
.package-wrap .new-package-template .package-main .item-right .scrollbox .item .course-card .transparent-bg {
  transition: all .2s;
  opacity: 0;
  width: 188px;
  height: 106px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 106px;
}
.package-wrap .new-package-template .package-main .item-right .scrollbox .item .course-card .transparent-bg:hover {
  opacity: 1;
}
.package-wrap .new-package-template .package-main .item-right .scrollbox .item .course-card p {
  width: 100%;
  height: 34px;
  padding: 0 8px;
  box-sizing: border-box;
  margin-bottom: 6px;
  font-size: 12px;
  line-height: 17px;
  color: #545c63;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  text-overflow: ellipsis;
  word-break: break-all;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.package-wrap .new-package-template .package-main .item-right .scrollbox .item .course-card .card-footer {
  width: 188px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 0 8px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.package-wrap .new-package-template .package-main .item-right .scrollbox .item .course-card .card-footer .text {
  font-size: 12px;
  color: #9199a1;
  letter-spacing: 0;
  line-height: 20px;
}
.package-wrap .new-package-template .package-main .item-right .scrollbox .item .course-card .card-footer .price {
  font-size: 12px;
  color: #f01414;
  line-height: 18px;
  font-weight: 700;
}
.package-wrap .new-package-template .package-main .item-right .scrollbox .item-icon {
  width: 67px;
  text-align: center;
}
.package-wrap .new-package-template .package-main .item-right .scrollbox .item-icon i {
  font-size: 26px;
  line-height: 170px;
  color: #9199a1;
}
/*试看弹窗样式*/
#preview-wrap {
  position: fixed;
  overflow-y: scroll;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.8);
}
#preview-wrap #video-box {
  width: 800px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-bottom: 16px;
  position: relative;
  background: #545c63;
  box-shadow: 0 8px 16px 0 rgba(28, 31, 33, 0.4);
  border-radius: 12px;
}
#preview-wrap #video-box .video-title {
  height: 64px;
  position: relative;
  padding-left: 32px;
  padding-top: 24px;
  box-sizing: border-box;
}
#preview-wrap #video-box .video-title h2 {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: 700;
  font-family: "Microsoft YaHei", PingFangSC-Regular;
}
#preview-wrap #video-box .video-title .close-mediaview {
  position: absolute;
  font-size: 24px;
  color: #fff;
  right: 32px;
  top: 24px;
  z-index: 10001;
  cursor: pointer;
}
#preview-wrap #video-box .video-list {
  width: 100%;
}
#preview-wrap #video-box .video-list li {
  width: 100%;
}
#preview-wrap #video-box .video-list li a {
  width: 100%;
  height: 54px;
  line-height: 54px;
  padding: 0 32px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  text-decoration: none;
}
#preview-wrap #video-box .video-list li a .imv2-video_circle {
  font-size: 18px;
  color: #fff;
  vertical-align: text-top;
  margin-right: 6px;
}
#preview-wrap #video-box .video-list li a .right-box {
  display: inline-block;
  width: 705px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  height: 54px;
}
#preview-wrap #video-box .video-list li a .right-box .title {
  letter-spacing: 2px;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  width: 640px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#preview-wrap #video-box .video-list li a .right-box .state {
  display: inline-block;
  float: right;
  color: #fff;
  font-size: 14px;
}
#preview-wrap #video-box .video-list li .try-video-container {
  width: 100%;
  height: 0;
  position: relative;
}
#preview-wrap #video-box .video-list li .try-video-container .mocoplayer {
  width: 100%;
  height: 100%;
  background: #000;
  transition: height 0.3s linear;
}
#preview-wrap #video-box .video-list li .play {
  height: 450px;
}
#preview-wrap.mobile-preview #video-box {
  width: 1200px;
}
#preview-wrap.mobile-preview #video-box .video-title {
  height: 128px;
  padding-left: 64px;
  padding-top: 48px;
}
#preview-wrap.mobile-preview #video-box .video-title h2 {
  font-size: 38px;
  line-height: 48px;
  letter-spacing: 5px;
}
#preview-wrap.mobile-preview #video-box .video-title .close-mediaview {
  font-size: 48px;
  right: 64px;
  top: 48px;
}
#preview-wrap.mobile-preview #video-box .video-title .full-screen {
  right: 520px !important;
}
#preview-wrap.mobile-preview #video-box .video-list li a {
  display: flex;
  align-items: center;
  height: 108px;
  line-height: 108px;
}
#preview-wrap.mobile-preview #video-box .video-list li a .imv2-video_circle {
  font-size: 38px;
  margin-right: 12px;
}
#preview-wrap.mobile-preview #video-box .video-list li a .right-box {
  width: 1000px;
  height: 108px;
}
#preview-wrap.mobile-preview #video-box .video-list li a .right-box .title {
  width: 900px;
  font-size: 38px;
}
#preview-wrap.mobile-preview #video-box .video-list li a .right-box .state {
  font-size: 25px;
}
#preview-wrap.mobile-preview #video-box .video-list li .play {
  height: 900px;
}
.footer-container {
  width: calc((100% - 12px));
  height: auto;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: 8;
  box-shadow: 0 -6.4px 12.8px 0 rgba(0, 0, 0, 0.05);
  text-align: center;
  height: 170px;
}
.footer-container .operate-btns {
  display: flex;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 1000px;
  margin-top: 25.6px;
  width: 62%;
  float: right;
  margin-right: 38px;
  font-size: 0;
}
.footer-container .addtocart-btn {
  background-image: linear-gradient(-43deg, #ec7b0c 0, #f8aa09 100%);
  flex: 1;
  line-height: 121px;
  font-size: 43px;
  color: #fff;
}
.footer-container .buy-btn {
  background-image: linear-gradient(-45deg, #ec0c0c 0, #ff6262 100%);
  flex: 1;
  line-height: 121px;
  font-size: 43px;
  color: #fff;
}
.footer-container .collect-box,
.footer-container a:hover {
  width: 192px;
  float: left;
  margin-top: 35px;
  text-decoration: none;
}
.footer-container .collect-box i {
  display: block;
  font-size: 64px;
}
.footer-container .collect-box p {
  font-size: 38px;
  line-height: 38px;
  color: #2B333B;
  text-align: center;
  padding-top: 12px;
}
.footer-container .icon-xin1 {
  font-size: 40px;
  color: #555;
  text-decoration: none;
}
.footer-container .collect-box i.active {
  color: #F01414;
}
.footer-container .red-btn,
.footer-container .add-cart {
  border-radius: 24px;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 700;
  padding: 12px 48px;
  transition: all .2s;
  -moz-transition: all .2s;
  -webkit-transition: all .2s;
  cursor: pointer;
}
.footer-container .red-btn1 {
  border-radius: 48px;
  font-size: 46px;
  letter-spacing: 0;
  line-height: 46px;
  font-weight: 700;
  padding: 35px 96px;
  transition: all .2s;
  -moz-transition: all .2s;
  -webkit-transition: all .2s;
  cursor: pointer;
}
.footer-container .add-cart-pink {
  background-image: linear-gradient(-43deg, rgba(240, 20, 20, 0.1) 0, rgba(240, 20, 20, 0.1) 100%);
  color: #f20d0d;
}
.footer-container .add-buy-red {
  background-image: linear-gradient(-43deg, #f01414 0, #f01414 100%);
  color: #fff;
}
.footer-container .turn-blue {
  background-image: linear-gradient(-43deg, #0aa1ed 0, #0aa1ed 100%);
  color: #fff;
}
.footer-container .forbid {
  /*禁用样式*/
  background-image: linear-gradient(-43deg, #909399 0, #909399 100%);
  color: #fff;
}
/*活动介绍区域*/
.ewm {
    margin: 0 auto;
    width: 200px;
    height: 200px;
    background-image: url(../Image/QR_code_01.png);
    background-size: 100% 100%;
    background-position: 0 0;
}
.f-title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin: 15px 0;
}
.f-title-bottom {
  font-size: 16px;
  color: #545c63;
}
.f-subtitle {
  margin: 15px 0;
  font-weight: bold;
  text-align: center;
  color: #41CA2D;
  font-size: 18px;
}
.activity-process {
  margin: 0 auto;
  width: 1170px;
  height: 500px;
  background-image: url(../Image/activity-process.png);
  background-size: 100% 100%;
  background-position: 0 0;
}
.activity-service {
  margin: 30px auto;
  width: 550px;
  height: 248px;
  background-image: url(../Image/activity-service.png);
  background-size: 100% 100%;
  background-position: 0 0;
}
.service-ew {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  font-size: 12pt;
}
.service-ew > div:first-child {
  margin-right: 50px;
}
.service-ew > div:first-child div {
  background-image: url(../Image/service-w.jpg);
}
.service-ew > div:last-child div {
  background-image: url(../Image/service-l.jpg);
}
.service-ew > div div {
  margin-bottom: 20px;
  background-size: 67% 100%;
  width: 188px;
  height: 126px;
  background-position: center;
  background-repeat: no-repeat;
}
.service-ew > div div p {
  color: #444040;
}
