.card-bodys {
  width: 100%;
  height: 29px;
  font-size: 20px;
  line-height: 29px;
  color: #666666;
  margin-top: 23px;
  padding-bottom: 80px;
  padding-left: 23px;
}
.colorGolbal {
  background-color: #da6661;
  color: #ffffff;
}
.colorGolbal:hover {
  background-color: #b14e4a;
  color: #ffffff;
}

.card-bodys a {
  color: #666666;
}

.up {
  animation: up 0.5s forwards;
}

.unload {
  animation: down 0.5s forwards;
}

@keyframes up {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(180deg);
  }
}

@keyframes down {
  0% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.collapse ul li {
  padding: 15px 24px 20px 41px;
}
.card-video {
  display: none;
}
.collapse ul li h3 {
  font-size: 14px;
  color: #666666;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.collapse ul li h3 span {
  display: inline-block;
  width: 43px;
  height: 22px;
  font-size: 14px;
  text-align: center;
  line-height: 22px;
  border: 1px solid #da6661;
}
.collapse div div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #999999;
  margin-top: 20px;
}
.collapse .playing p {
  color: #da6661;
}
.collapse div div p img {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.collapse div div p img:nth-child(n + 2) {
  margin-left: 16px;
}
.radio {
  color: #ffffff;
  background: #da6661;
}
.video {
  color: #da6661;
}
.content_center {
  /* width: 70%; */
  max-width: 1317px;
  margin: 0 auto;
}

.url {
  display: none;
}

button {
  cursor: pointer;
  outline: none !important;
}

.cpa-top {
  height: 348px;
  background: #ffffff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  opacity: 1;
  border-radius: 6px;
  margin-bottom: 25px;
}

.cpa-box {
  display: flex;
  width: 100%;
  height: 100%;
}

.cpa-box .cpa-box-left {
  box-sizing: border-box;
  padding: 17px;
}

.cpa-box .cpa-box-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cpa-box .cpa-box-right {
  box-sizing: border-box;
  padding: 38px 38px 36px 38px;
}

.cpa-box .cpa-box-right h3 {
  width: 100%;
  /* height: 62px; */
  font-size: 24px;
  font-weight: bold;
  line-height: 31px;
  color: #666666;
}

.cpa-box .cpa-box-right .time {
  width: 163px;
  height: 21px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
}

.cpa-box-icon p,
.aside-r-box-i p {
  margin: 0;
}

.cpa-box-right .cpa-box-icon,
.cpa-box-right .cpa-price {
  display: flex;
  /* width: 88%; */
}

.cpa-box-right {
  width: 55%;
}
.hide {
  display: none;
}

.alert {
  display: inline-block;
  text-align: center;
  color: white;
  margin-left: 5px;
}

.layui-layer-molv .layui-layer-title {
  background: #da6561;
}

.layui-layer-molv .layui-layer-btn a {
  background: #da6561;
  border-color: white;
}

.layui-layer-molv .layui-layer-btn .layui-layer-btn1 {
  height: 28px;
  line-height: 28px;
  margin: 5px 5px 0;
  padding: 0 15px;
  border: 1px solid #dedede;
  background-color: #fff;
  color: #333;
  border-radius: 2px;
  font-weight: 400;
  cursor: pointer;
}
#headingOne {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.difficulty {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #666666;
}
.share {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* .cpa-box-right .cpa-box-icon,.cpa-box-icon .cpa-box-icon-l,.cpa-box-icon .cpa-box-icon-r ,.cpa-box-right .cpa-price ,
.aside-r-box .aside-r-box-i {
    display: flex;
    align-items: center;
}
.cpa-box-icon .cpa-box-icon-l>div,.cpa-box-icon-r>div ,
.aside-r-box .aside-r-box-i>div ,
.cap-hot-law .cap-hot-r>div {
    width: 15px;
    height: 14px;
    border: 1px dashed #888;
    margin-right: 10px;
}
.cpa-box-icon .cpa-box-icon-l>div img ,.cpa-box-icon-r>div img ,
.aside-r-box .aside-r-box-i>div img ,
.cap-hot-law .cap-hot-r>div img{
    display: block;
    width: 100%;
    height: 100%;
} */
.cpa-box-icon-l p {
  width: 100px;
  height: 20px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  color: #666666;
}

.cpa-box-icon-r {
  display: flex;
  /* margin-left: 200px; */
}

.cpa-box-icon-r > div {
  margin-left: 20px;
  margin-right: 10px;
  font-size: 14px;
  cursor: pointer;
  /* border: 1px dashed #888; */
}

.cpa-box-icon-r > div img {
  vertical-align: middle;
  width: 15px;
  height: 15px;
  margin-right: 4px;
}

.cpa-box-icon-r > p img {
  vertical-align: middle;
  width: 12px;
  height: 11px;
}

.cpa-box-icon-r p {
  width: 80px;
  height: 24px;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  color: #666666;
}

.cpa-price p {
  width: 108px;
  height: 35px;
  font-size: 26px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 35px;
  color: #e83d2c;
  opacity: 1;
  margin-top: 6px;
  margin-bottom: 4px;
}

.cpa-price button {
  width: 90px;
  height: 30px;
  border-radius: 3px;
}

.cpa-price button:nth-child(1) {
  background-color: #fff;
  border: 1px solid #fc2576;
  font-size: 14px;
  font-family: Source Han Sans SC;
  font-weight: 600;
  line-height: 9px;
  color: #fc2576;
}

.cpa-price button:nth-child(2) {
  background-color: #ffd177;
  border: 1px solid #ffd177;
  font-size: 14px;
  font-family: Source Han Sans SC;
  font-weight: 600;
  line-height: 9px;
  color: #97572d;
}

.cpa-Specifications button {
  width: 113px;
  height: 29px;
  border: 1px solid #aaaaaa;
  opacity: 1;
  border-radius: 5px;
  background-color: #fff;
  font-size: 16px;
  font-family: Source Han Sans SC;
  font-weight: 600;
  line-height: 4px;
  color: #aaaaaa;
}

.cpa-Service {
  margin-top: 18px;
}

.cpa-Service button {
  width: 130px;
  height: 40px;
  border-radius: 5px;
}

.cpa-Service a:nth-child(1) button {
  border: 1px solid #da6661;
  background: #da6661;
  font-size: 18px;
  font-family: Source Han Sans SC;
  font-weight: 400;
  line-height: 9px;
  color: #ffffff;
  margin-right: 30px;
}

.cpa-Service a:nth-child(2) button {
  border: 1px solid #d9a682;
  background: #333333;
  font-size: 18px;
  font-family: Source Han Sans SC;
  font-weight: 400;
  line-height: 9px;
  color: #d9a682;
}
.cpa-label {
  display: flex;
}
.cpa-label p {
  /* text-align: center;
    width: 113px;
    line-height: 29px;
    height: 29px; */
  padding: 5px 23px;
  border: 1px solid #aaaaaa;
  border-radius: 5px;
  font-size: 14px;
  color: #aaaaaa;
  margin-top: 10px;
}
.cpa-label p:nth-child(n + 2) {
  margin-left: 15px;
}
#share-2 {
  position: absolute;
  display: none;
  width: 163px;
  left: -111px;
  top: 20px;
  box-shadow: 0px 1px 3px rgb(0 0 0 / 16%);
  /* right: 40px; */
}
.cpa-share {
  position: relative;
  cursor: pointer;
}
/* 课程介绍 */
.cpa-content {
  display: flex;
}

.cpa-content .cpa-article-l .cpa-article-content {
  background: #ffffff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}

.cpa-content .cpa-article-l {
  /* flex: 3; */
  width: 980px;
  margin-bottom: 50px;
}

.cpa-article-content .cpa-article-nav {
  padding: 0 30px;
  border-bottom: 3px solid #f3f3f3;
}
.cpa-article-nav .nav-item {
  margin: 0 15px;
}
.cpa-article-nav .nav-item .nav-link {
  font-size: 16px;
  font-family: Source Han Sans SC;
  font-weight: 400;
  line-height: 9px;
  color: #333333;
  padding: 36px 20px 20px;
}

.cpa-article-nav .nav-item a:hover {
  color: #da6661;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  font-size: 16px;
  color: #da6661;
  background-color: #fff;
  border-bottom: 3px solid #da6561;
}

.nav-pills .nav-link {
  border-radius: 0;
}

/* 课程文本介绍 */
.cpa-details {
  min-height: 300px;
  padding: 20px;
  line-height: 1.5;
  font-size: 14px !important;
}

.cpa-details-nav {
  border-left: 3px solid #da6661;
}

.cpa-details-nav p {
  font-size: 18px;
  font-family: Source Han Sans SC;
  font-weight: 400;
  line-height: 18px;
  color: #666666;
  margin: 0 12px;
}

.cpa-details .cpa-details-t p {
  font-size: 16px;
  font-family: Source Han Sans SC;
  font-weight: 400;
  line-height: 40px;
  color: #333333;
}

.cpa-details .cpa-details-ds {
  text-align: center;
}

.cpa-details .cpa-details-ds p {
  font-size: 16px;
  font-family: Source Han Sans SC;
  font-weight: 400;
  line-height: 40px;
  color: #333333;
}

.tab-content {
  margin-bottom: 20px;
}

/* 课时列表 */
.classList {
  padding: 20px 55px;
  min-height: 300px;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

/* .card {
    border: none;
} */
.card-header {
  background: #f5f5f5;
  border-bottom: none;
  padding: 5px !important;
}

.classList-b {
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  color: #333333;
}
.Listbtn img {
  width: 14px;
  height: 7px;
  display: block;
  float: right;
  margin-top: 12px;
}

.classList-t {
  margin-left: 14px;
}

.list-a {
  font-size: 18px;
  font-family: Source Han Sans SC;
  font-weight: 400;
  line-height: 27px;
  color: #666666;
}

.list-a:hover {
  text-decoration: none;
}

.card-body {
  border-bottom: 2px solid #ebebeb;
  font-size: 14px;
}

.card-body img {
  width: 20px;
  height: 20px;
  display: block;
  float: right;
  margin-right: 10px;
}

.collapse a:last-child .card-body {
  border-bottom: none;
}

/* 评论 */
.cpa-comment {
  padding: 10px 42px;
}

.comment-box {
  margin-bottom: 24px;
}

.comment-top {
  display: flex;
}

.comment-top .comment-i {
  width: 40px;
  display: flex;
}

.comment-top .comment-i img {
  width: 40px;
  height: 40px;
  display: block;
  margin: auto 0;
  border-radius: 50%;
}

.comment-t {
  margin-left: 16px;
}

.comment-t .comment-tit {
  font-size: 16px;
  font-family: Source Han Sans SC;
  font-weight: 400;
  line-height: 30px;
  color: #333333;
  margin-bottom: 0;
}

.comment-t .comment-time {
  font-size: 12px;
  font-family: Source Han Sans SC;
  font-weight: 400;
  color: #999999;
}

.comment-bottom {
  padding: 6px 30px 30px 54px;
  border-bottom: 1px solid #f6f6f6;
}

.comment-bottom .comment-text {
  font-size: 14px;
  font-family: Source Han Sans SC;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
}

/* 分页 */
.comment-paging {
  display: flex;
  justify-content: center;
}

.comment-paging .pagination li {
  margin: auto 3px;
}

.comment-paging .page-link {
  background: #ffffff;
  border: 1px solid #f1f1f4;
  color: #da6661;
}

.comment-paging .page-link:hover {
  border: 1px solid #f1f1f4;
  background: #da6661;
  color: #ffffff;
}

.comment-paging .page-item.active .page-link {
  background: #da6661;
  border: 1px solid #f1f1f4;
}

/* 知识库推荐 */
.cpa-content .cpa-aside-r {
  flex: 1;
}

.cpa-aside-r {
  margin-left: 27px;
}

.aside-r-top {
  background: #ffffff;
  width: 310px;
  height: auto;
  padding: 14px;
  box-sizing: border-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  margin-bottom: 25px;
}

.aside-r-top .aside-t-box {
  border-left: 5px solid #da6661;
  margin-bottom: 20px;
}

.aside-r-top .aside-t-box .aside-t-t {
  font-size: 18px;
  font-family: Source Han Sans SC;
  font-weight: 400;
  line-height: 27px;
  color: #666666;
  margin-left: 20px;
}

.aside-bottom-box {
  display: flex;
  border-bottom: 2px solid #f2f2f2;
  padding-bottom: 9px;
}
.aside-bottom-bottom {
  flex-direction: row-reverse;
}
.aside-l-box .aside-l-box-p {
  width: 154px;
  height: 44px;
  font-size: 14px;
  font-family: Source Han Sans SC;
  font-weight: 400;
  line-height: 24px;
  color: #000000;
  opacity: 1;
}

.aside-l-box .aside-l-box-v {
  font-size: 10px;
  font-family: Source Han Sans SC;
  font-weight: 400;
  line-height: 16px;
  color: #4d4d4d;
  display: flex;
  margin: 6px 0;
  align-items: center;
  justify-content: space-between;
}
.aside-r-box-i {
  display: flex;
  align-items: center;
}
.aside-r-box-i div,
.aside-r-box-i p {
  margin-right: 5px;
}
.aside-l-box .aside-l-box-t {
  font-size: 10px;
  font-family: Source Han Sans SC;
  font-weight: 400;
  line-height: 16px;
  color: #999999;
}

.aside-r-box {
  margin-left: 18px;
}
.aside-bottom-bottom .aside-r-box {
  margin-left: 0;
  margin-right: 18px;
}
.aside-r-box .i1 {
  width: 103px;
  height: 63px;
}

.aside-r-box .i2 {
  width: 11px;
  height: 11px;
  margin-right: 5px;
}

.aside-r-box .aside-r-box-i {
  display: flex;
  margin-top: 10px;
}

.aside-r-box .aside-r-box-i > div {
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.aside-r-box-i p {
  font-size: 9px;
  font-weight: 400;
  line-height: 11px;
  color: #666666;
}
.aside-r-box img {
  width: 100%;
  height: 100%;
  display: block;
}
.aside-r-top .aside-bottom-box:nth-child(n) {
  margin-bottom: 11px;
}

.aside-r-top .aside-bottom-box:nth-child(5) {
  border-bottom: none;
  margin-bottom: 0;
}

.aside-r-bottom .aside-b-box {
  display: flex;
}

.aside-b-box .aside-b-img img {
  width: 74px;
  height: 89px;
}

.aside-b-box .aside-b-r {
  margin-left: 11px;
  width: 60%;
}

.aside-b-box .aside-b-r > div:nth-child(1) {
  font-size: 16px;
  font-family: Source Han Sans SC;
  font-weight: 400;
  line-height: 24px;
  color: #333333;
}

.aside-b-box .aside-b-r > div:nth-child(2) {
  font-size: 12px;
  font-family: Source Han Sans SC;
  font-weight: 400;
  line-height: 18px;
  color: #333333;
}

.aside-b-box .aside-b-r > div:nth-child(3) {
  font-size: 10px;
  font-family: Source Han Sans SC;
  font-weight: 400;
  line-height: 15px;
  color: #999999;
  margin: 5px 0 3px 0;
}

.aside-b-box .aside-b-r > div:nth-child(4) {
  font-size: 12px;
  font-family: Source Han Sans SC;
  font-weight: 400;
  line-height: 18px;
  color: #e8541e;
}

.aside-b-box .aside-b-r > div:nth-child(5) {
  font-size: 10px;
  font-family: Source Han Sans SC;
  font-weight: 400;
  line-height: 15px;
  color: #999999;
  text-align: end;
}

/* 热门推荐 */
.cpa-bottom {
  width: 100%;
  height: auto;
  background: #ffffff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  opacity: 1;
  border-radius: 6px;
  margin-bottom: 20px;
}

.cpa-bottom-box {
  /* padding: 36px 52px 68px; */
}

.cap-nav {
  /* border-left: 5px solid #DA6661; */
  padding-top: 27px;
  padding-left: 36px;
}
.cap-nav p {
  font-size: 20px;
  font-family: Source Han Sans SC;
  font-weight: 400;
  line-height: 28px;
  color: #666666;
  /* margin: 0 15px; */
  padding-left: 10px;
  border-left: 5px solid #da6661;
}

.cpa-bottom-box .cap-bottom-img {
  width: 100%;
  /* margin-top: 40px; */
  display: flex;
  /* justify-content: space-around; */
}

.cpa-bottom-box .cap-bottom-img .i1 {
  width: 250px;
  height: 140px;
  margin-bottom: 11px;
}

.cpa-bottom-box .cap-bottom-img .i2 {
  width: 12px;
  height: 14px;
  margin-bottom: 11px;
}

.cap-bottom-img .cap-hot {
  width: 210px;
  margin: 27px;
  margin-right: 0;
  /* border: 1px solid #F9E4E3; */
  border-radius: 5px;
  /* padding: 5px; */
  box-sizing: border-box;
  cursor: pointer;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
}

.cap-bottom-img .cap-hot .i1 {
  width: 100%;
  /* height: 130px; */
}

.cap-bottom-img .cap-hot p {
  width: 100%;
}

.cap-hot p:nth-child(2) {
  font-size: 14px;
  font-family: Source Han Sans SC;
  font-weight: 500;
  line-height: 20px;
  color: #333333;
  margin-bottom: 0;
  padding: 0 10px;
}

.cap-hot .cap-hot-price,
.cap-hot .cap-hot-law {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
  padding: 0 10px 10px;
}

.cap-hot .cap-hot-price p {
  width: 83px;
  font-size: 20px;
  font-family: Source Han Sans SC;
  font-weight: 500;
  line-height: 29px;
  color: #da6661;
  margin: 0;
}

.cap-hot .cap-hot-price p:nth-child(2),
.cap-hot-law .cap-hot-r p {
  text-align: end;
  font-size: 10px;
  font-family: Source Han Sans SC;
  font-weight: 400;
  line-height: 15px;
  color: #b1b1b1;
}

.cap-hot .cap-hot-law button {
  border: 1px solid #ff475c;
  background-color: #fff;
  font-size: 12px;
  font-family: Source Han Sans SC;
  font-weight: 500;
  line-height: 18px;
  color: #ff475c;
  padding: 3px;
}

.cap-hot .cap-hot-law > div {
  display: flex;
}

.cap-hot-law .cap-hot-r p {
  width: 36px;
  margin: 0;
}

.pages {
  padding: 10px 0 11px;
  height: 33px;
  background: #fff;
}

.pages .pagination {
  width: 600px;
  clear: both;
  margin: auto;
}

.pages .pagination li {
  width: 60px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  float: left;
  border: 1px solid #ddd;
  margin-top: 10px;
}

.pages .pagination li a {
  text-decoration: none;
  color: #2c3e50;
  background-color: #fff;
  margin-left: -1px;
  width: 100%;
  height: 100%;
  display: block;
}

.pages .pagination .active {
  z-index: 3;
  color: #fff;
  background-color: #2c3e50;
  border-color: #2c3e50;
  cursor: default;
}

.pages .pagination .active a {
  color: #fff;
  background-color: #2c3e50;
}

.Listbtn > img {
  transition: transform 1s ease 0s;
}
.questions {
  width: 100%;
  background: white;
  /* padding: 0 55px 30px 55px; */
}
.questions h3 {
  font-size: 14px;
  color: #666666;
  display: flex;
  align-items: center;
}
.questions h3 span {
  display: inline-block;
  width: 2px;
  height: 13px;
  background: #da6661;
  margin-right: 4px;
}
.questions input {
  padding-left: 21px;
  width: 735px;
  height: 38px;
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
  outline: none;
}
.cpa-quest {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
  padding: 0 55px 30px 27px;
}
.cpa-quest p {
  width: 134px;
  height: 38px;
  /* border-radius: 19px; */
  background: #da6661;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  line-height: 38px;
  cursor: pointer;
}
.layui-layer-content {
  padding: 20px;
}
.code-title {
  font-size: 14px !important ;
}
