.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  font-family: element-icons !important;
  content: "\e6e0";
}

.breadcrumb {
  font-size: 14px;
  padding: 0;
  background-color: transparent;
  margin: 0;
}

.map-box {
  padding: 30px 0;
}

.video-details .w1200 {
  display: flex;
}
.video-details .w1200 .left-box {
  flex: 0 0 auto;
}
.video-details .w1200 .left-box .title-box {
  display: flex;
  background-color: #fff;
  align-items: center;
  height: 60px;
  padding-left: 20px;
}
.video-details .w1200 .left-box .title-box .name {
  width: 750px;
  font-size: 18px;
  color: #333333;
}
.video-details .w1200 .left-box .title-box .money {
  margin-left: 20px;
  color: #e73928;
  font-size: 18px;
}
.video-details .w1200 .left-box .video-box {
  display: flex;
  width: 870px;
  height: 489px;
}
.video-details .w1200 .right-box {
  flex: 1 1 auto;
  background-color: #fff;
}
.video-details .w1200 .right-box .title-box {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  display: flex;
  background-color: #fff;
  align-items: center;
  height: 60px;
  padding-left: 20px;
  border-bottom: 1px solid #eeeeee;
}
.video-details .w1200 .right-box #kcmlrg-box {
  padding: 0 20px;
  height: 489px;
  overflow-y: scroll;
}
.video-details .w1200 .right-box #kcmlrg-box .coll-totle {
  font-size: 16px;
  color: #666666;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.video-details .w1200 .right-box #kcmlrg-box .coll-totle.collapsed .icon {
  transform: rotate(0deg);
}
.video-details .w1200 .right-box #kcmlrg-box .coll-totle .title {
  line-height: 48px;
}
.video-details .w1200 .right-box #kcmlrg-box .coll-totle .icon {
  transition: transform 0.3s ease;
  transform: rotate(90deg);
}
.video-details .w1200 .right-box #kcmlrg-box .coll-totle .icon .arrow-right {
  border-radius: 50%;
  border: 1px solid #6c757d;
  width: 23px;
  height: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(0.7);
}
.video-details .w1200 .right-box #kcmlrg-box .coll-totle .icon .arrow-right::before {
  color: #6c757d;
  font-family: element-icons !important;
  content: "\e6e0";
}
.video-details .w1200 .right-box #kcmlrg-box .main-box {
  border-bottom: 1px solid #ebeef5;
}
.video-details .w1200 .right-box #kcmlrg-box .list .li {
  padding: 8px 16px;
}
.video-details .w1200 .right-box #kcmlrg-box .list .li .name {
  font-size: 14px;
  color: #666666;
}
.video-details .w1200 .right-box #kcmlrg-box .list .li .time {
  font-size: 12px;
  color: #999999;
}
.video-details .w1200 .right-box #kcmlrg-box .list .li.on {
  background-color: #e7edfd;
}
.video-details .w1200 .right-box #kcmlrg-box .list .li.on .name,
.video-details .w1200 .right-box #kcmlrg-box .list .li.on .time {
  color: #4c7af2;
}

.detailed-box {
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
}
.detailed-box .tab-boady,
.detailed-box .recommend-box {
  background-color: #fff;
}
.detailed-box .tab-boady {
  flex: 1 1 auto;
}
.detailed-box .recommend-box {
  flex: 1 1 auto;
  margin-left: 20px;
  padding: 30px 0;
}
.detailed-box .recommend-box .li + .li {
  margin-top: 20px;
}
.detailed-box .recommend-box .li {
  width: 282px;
  margin: 0 auto;
}
.detailed-box .tab-boady .tab-main {
  min-height: 600px;
}
.detailed-box .tab-boady .tab-main .rich-text {
  padding: 20px;
  font-size: 16px;
}
.detailed-box .tab-boady .tab-main .contents-box {
  padding: 0 30px 100px 30px;
}
.detailed-box .tab-boady .tab-main .contents-box .coll-totle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.detailed-box .tab-boady .tab-main .contents-box .coll-totle.collapsed .icon {
  transform: rotate(0deg);
}
.detailed-box .tab-boady .tab-main .contents-box .title {
  height: 63px;
  line-height: 63px;
  font-size: 16px;
  color: #333333;
}
.detailed-box .tab-boady .tab-main .contents-box .icon {
  transition: transform 0.3s ease;
  transform: rotate(90deg);
}
.detailed-box .tab-boady .tab-main .contents-box .icon .arrow-right::before {
  font-size: 18px;
  color: #6c757d;
  font-family: element-icons !important;
  content: "\e6e0";
}
.detailed-box .tab-boady .tab-main .contents-box .main-box {
  border-bottom: 1px solid #ebeef5;
}
.detailed-box .tab-boady .tab-main .contents-box .contents-li-box .li + .li {
  margin-top: 20px;
}
.detailed-box .tab-boady .tab-main .contents-box .contents-li-box .li {
  display: flex;
  align-items: center;
  height: 48px;
  padding: 0 14px;
  background-color: #f1f3f7;
}
.detailed-box .tab-boady .tab-main .contents-box .contents-li-box .li .iocn {
  color: #a3d2f8;
}
.detailed-box .tab-boady .tab-main .contents-box .contents-li-box .li .iocn .icon-youtube {
  font-size: 20px;
}
.detailed-box .tab-boady .tab-main .contents-box .contents-li-box .li .name {
  font-size: 16px;
  color: #888888;
  margin-left: 14px;
}
.detailed-box .tab-boady .tab-main .contents-box .contents-li-box .li:hover {
  background-color: #e9effc;
}
.detailed-box .tab-boady .tab-main .contents-box .contents-li-box .li:hover .iocn {
  color: #4c7af2;
}
.detailed-box .tab-boady .tab-main .contents-box .contents-li-box .li:hover .name {
  color: #333333;
}
.detailed-box .tab-boady .tab-main .document-box .list-box {
  padding: 0 12px;
}
.detailed-box .tab-boady .tab-main .document-box .list-box .li + .li {
  border-top: 1px solid #e6e6e6;
}
.detailed-box .tab-boady .tab-main .document-box .list-box .li {
  display: flex;
  align-items: center;
  padding: 26px 34px 26px 34px;
}
.detailed-box .tab-boady .tab-main .document-box .list-box .li .left-box {
  flex: 1 1 auto;
}
.detailed-box .tab-boady .tab-main .document-box .list-box .li .left-box .name {
  font-size: 16px;
  color: #333333;
}
.detailed-box .tab-boady .tab-main .document-box .list-box .li .left-box .del {
  font-size: 12px;
  color: #999999;
  margin-top: 8px;
}
.detailed-box .tab-boady .tab-main .document-box .list-box .li .right-box {
  flex: 0 0 auto;
}
.detailed-box .tab-boady .tab-main .document-box .list-box .li .right-box .btn {
  padding: 9px 35px;
  border-radius: 100px;
}
.detailed-box .tab-boady .tab-main .qa {
  display: flex;
  flex-direction: column;
  padding: 30px;
  box-sizing: border-box;
}
.detailed-box .tab-boady .tab-main .qa .go-ask {
  align-self: flex-end;
  width: 120px;
  height: 34px;
  font-size: 16px;
  color: #4c7af2;
  border-radius: 17px 17px 17px 17px;
  border: 1px solid #4c7af2;
}
.detailed-box .tab-boady .tab-main .qa .go-ask:hover {
  background-color: #edf2fe;
}
.detailed-box .tab-boady .tab-main .qa .bottom-action {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 14px;
  color: #999999;
  margin-bottom: 25px;
}
.detailed-box .tab-boady .tab-main .qa .bottom-action .look-more {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.detailed-box .tab-boady .tab-main .qa .bottom-action .look-more .el-icon-picture-outline-round {
  font-size: 18px;
  margin-right: 4px;
}
.detailed-box .tab-boady .tab-main .qa .bottom-action .look-more .el-icon-picture-outline-round::before {
  color: #6c757d;
  font-family: element-icons !important;
  content: "\e75f";
}
.detailed-box .tab-boady .tab-main .qa .page-box {
  display: flex;
  justify-content: center;
}
.detailed-box .tab-boady .tab-box {
  display: flex;
  justify-content: space-around;
  font-size: 16px;
  color: #333333;
  border-bottom: 1px solid #e6e6e6;
  margin: 0 12px;
}
.detailed-box .tab-boady .tab-box .li {
  height: 64px;
  line-height: 64px;
  position: relative;
}
.detailed-box .tab-boady .tab-box .li:hover {
  color: #4c7af2;
}
.detailed-box .tab-boady .tab-box .li.on::after {
  content: "";
  width: 40px;
  height: 4px;
  background: #4c7af2;
  border-radius: 2px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

#video-box-ifram iframe {
  width: 100%;
  border: none;
}

/*# sourceMappingURL=viewspdetails.css.map */
