@charset "UTF-8";
/* 
tvcbook 创作管理 - 介绍页面样式
Copyright @ by.daniel lee 
Date: 2020.02.09
Version: 1.0.0
*/
/*  引入公共样式  */
/*！ 颜色样式 ！*/
#manageOverview .overview-content-element .main-video-recommend .video-item .video-info .creator-info .name p, #manageOverview .overview-content-element .main-video-recommend .video-item .video-info .video-title, #manageOverview .overview-content-element .main-creator-recommend .creator-item .creator-info .name p {
  font-size: 16px;
  line-height: 22px;
}

#manageOverview .overview-content-element .main-creator-recommend .creator-item .creator-info span {
  font-size: 13px;
  line-height: 18px;
}

/* 
tvcbook 小的组件化样式
Copyright @ by.daniel lee 
Date: 2020.01.25
Version: 1.0.0
*/
body::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  scrollbar-arrow-color: red;
}
body::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
  scrollbar-arrow-color: red;
}
body::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.1);
}

/*  创作管理 - 介绍页面样式 */
#manageOverview {
  overflow: hidden;
}
#manageOverview .banner {
  height: 500px;
  width: 100%;
  background-image: linear-gradient(120deg, #7794F5, #6A41FC);
  position: relative;
  overflow: hidden;
}
#manageOverview .banner-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 960px;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 10;
}
#manageOverview .banner-content-text {
  color: #ffffff;
  text-align: center;
}
#manageOverview .banner-content-text .display-4,
#manageOverview .banner-content-text h5 {
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 15px;
}
#manageOverview .banner-content-text img {
  margin-bottom: 30px;
}
#manageOverview .banner-content .btn {
  margin-top: 30px;
}
#manageOverview .banner-bg {
  position: absolute;
  top: -50%;
  left: 50%;
  display: flex;
  justify-content: center;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  overflow: hidden;
}
#manageOverview .main-content .brand-logo-group {
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1280px;
  margin: auto;
}
#manageOverview .main-content .brand-logo-group .logo-item {
  width: 12.5%;
}
#manageOverview .main-content .brand-logo-group .logo-item img {
  width: 100%;
  padding: 15px;
}
#manageOverview .main-content .brand-title {
  text-align: center;
  padding: 0 15px;
}
#manageOverview .overview-content {
  max-width: 1170px;
  margin: auto;
  padding: 50px 0;
  display: flex;
  align-items: center;
}
#manageOverview .overview-content-element {
  display: flex;
  justify-content: center;
  position: relative;
}
#manageOverview .overview-content-element .element-content {
  position: relative;
}
#manageOverview .overview-content-element .main-img-cover {
  width: 580px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -80%);
  -webkit-transform: translate(-50%, -80%);
  -moz-transform: translate(-50%, -80%);
  -o-transform: translate(-50%, -80%);
  -ms-transform: translate(-50%, -80%);
}
#manageOverview .overview-content-element .main-img-cover .cover-slide {
  width: auto;
  position: relative;
}
#manageOverview .overview-content-element .main-img-cover .cover-slide .video-cover {
  width: 175px;
  border-radius: 10px;
}
#manageOverview .overview-content-element .main-img-cover .cover-slide .hover-btn {
  display: none;
}
#manageOverview .overview-content-element .main-img-cover .cover-slide:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}
#manageOverview .overview-content-element .main-img-cover .swiper-slide-active .hover-btn {
  position: absolute;
  display: block;
  bottom: 10px;
  left: 10px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#manageOverview .overview-content-element .main-img-cover .swiper-slide-active .hover-btn .btn {
  padding: 0 5px;
  height: 36px;
  background-color: rgba(41, 42, 44, 0.4);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#manageOverview .overview-content-element .main-img-cover .swiper-slide-active .hover-btn .btn .tbfont {
  font-size: 36px;
  line-height: 36px;
  color: #ffffff;
}
#manageOverview .overview-content-element .main-img-cover .swiper-slide-active:hover .btn {
  background-color: #4040FF;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#manageOverview .overview-content-element .main-img-cover .swiper-slide-active:before {
  content: none;
}
#manageOverview .overview-content-element .main-creator-recommend {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  overflow: hidden;
  border-radius: 16px;
}
#manageOverview .overview-content-element .main-creator-recommend .creator-item {
  position: relative;
  padding: 0;
}
#manageOverview .overview-content-element .main-creator-recommend .creator-item .creator-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  z-index: 20;
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#manageOverview .overview-content-element .main-creator-recommend .creator-item .creator-info .name {
  width: 100%;
  margin-bottom: 5px;
  align-items: center;
  justify-content: center;
}
#manageOverview .overview-content-element .main-creator-recommend .creator-item .creator-info .name p {
  margin-bottom: 0;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}
#manageOverview .overview-content-element .main-creator-recommend .creator-item .creator-info .name .vertify-icon {
  margin-left: 5px;
  font-size: 14px;
  line-height: 14px;
  background-color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 50%;
}
#manageOverview .overview-content-element .main-creator-recommend .creator-item .creator-info span {
  color: #ffffff;
  color: #EBEEF5;
  margin-bottom: 5px;
}
#manageOverview .overview-content-element .main-creator-recommend .creator-item .creator-avatar {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#manageOverview .overview-content-element .main-creator-recommend .creator-item .avatar-hover {
  overflow: hidden;
}
#manageOverview .overview-content-element .main-creator-recommend .creator-item .avatar-hover:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(64, 64, 255, 0);
  z-index: 10;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#manageOverview .overview-content-element .main-creator-recommend .creator-item:hover .creator-info {
  opacity: 1;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#manageOverview .overview-content-element .main-creator-recommend .creator-item:hover .avatar-hover:before {
  background-color: rgba(64, 64, 255, 0.8);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#manageOverview .overview-content-element .main-creator-recommend .creator-item:hover .creator-avatar {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#manageOverview .overview-content-element .main-video-recommend {
  display: flex;
  flex-wrap: wrap;
}
#manageOverview .overview-content-element .main-video-recommend .video-item {
  position: relative;
  width: 203px;
  height: 114px;
  margin: 5px;
}
#manageOverview .overview-content-element .main-video-recommend .video-item .cover-hover {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
#manageOverview .overview-content-element .main-video-recommend .video-item .cover-hover:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: rgba(64, 64, 255, 0);
  z-index: 10;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#manageOverview .overview-content-element .main-video-recommend .video-item .cover-hover .video-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#manageOverview .overview-content-element .main-video-recommend .video-item .video-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0.85);
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -o-transform: scale(0.85);
  -ms-transform: scale(0.85);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  opacity: 0;
  z-index: 20;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#manageOverview .overview-content-element .main-video-recommend .video-item .video-info .video-title {
  font-weight: bold;
  color: #ffffff;
}
#manageOverview .overview-content-element .main-video-recommend .video-item .video-info .creator-info .name {
  width: 100%;
  margin-bottom: 5px;
  align-items: center;
}
#manageOverview .overview-content-element .main-video-recommend .video-item .video-info .creator-info .name p {
  margin-bottom: 0;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}
#manageOverview .overview-content-element .main-video-recommend .video-item .video-info .creator-info .name .vertify-icon {
  margin-left: 5px;
  font-size: 14px;
  line-height: 14px;
  background-color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 50%;
}
#manageOverview .overview-content-element .main-video-recommend .video-item:hover .video-info {
  opacity: 1;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#manageOverview .overview-content-element .main-video-recommend .video-item:hover .cover-hover:before {
  background-color: rgba(64, 64, 255, 0.8);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#manageOverview .overview-content-element .main-video-recommend .video-item:hover .video-cover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#manageOverview .overview-content .element-one {
  display: flex;
  justify-content: flex-start;
}
#manageOverview .overview-content .element-two {
  display: flex;
  justify-content: flex-end;
}
#manageOverview .overview-content .element-three {
  display: flex;
  justify-content: flex-start;
}
#manageOverview .overview-content-text .main,
#manageOverview .overview-content-text .des {
  margin-bottom: 40px;
}
#manageOverview .overview-content-text .main h3,
#manageOverview .overview-content-text .des h3 {
  font-size: 36px;
  line-height: 42px;
}
#manageOverview .overview-content-tags {
  display: flex;
  flex-wrap: wrap;
}
#manageOverview .overview-content-tags .btn {
  margin-right: 10px;
  margin-bottom: 10px;
}
#manageOverview .overview-content-card {
  max-width: 1050px;
  margin: auto;
  padding-top: 50px;
}
#manageOverview .overview-content-card .card-item {
  border-radius: 6px !important;
  padding: 30px;
  margin-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
#manageOverview .overview-content-card-title {
  margin-bottom: 30px;
  width: 70%;
}
#manageOverview .overview-content-card-title .big-title {
  font-size: 40px;
  margin-bottom: 10px;
}
#manageOverview .overview-content-card-header h6 {
  width: 80%;
}
#manageOverview .overview-content-card-body {
  padding: 30px;
  text-align: center;
}
#manageOverview .overview-content-card-body h3 {
  font-weight: bolder;
}
#manageOverview .overview-content-card-footer {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px;
}
#manageOverview .overview-content-card-three .card-img {
  height: 256px;
}
#manageOverview .overview-content-card-four .card-img {
  height: 272px;
}
#manageOverview .overview-content-card-five .card-img {
  height: 224px;
}
#manageOverview .overview-content-card .vip-card .card-item {
  height: 500px;
}
#manageOverview .overview-content-card .vip-card .overview-content-card-body {
  padding: 50px 0;
  position: absolute;
  left: 0;
}
#manageOverview .overview-content-card .vip-card .vip-name .vip-slider {
  display: flex;
  width: auto;
}
#manageOverview .overview-content-card .vip-card .vip-name .company-name {
  font-size: 50px;
  color: #292A2C;
  opacity: 0.4;
  font-weight: bold;
  margin-right: 50px;
}
#manageOverview .overview-content-card .primary-card {
  background-color: #4040FF;
}
#manageOverview .primary {
  color: #4040FF;
}
#manageOverview .main-content {
  background-color: #ffffff;
  padding: 60px 0;
}
#manageOverview .card-content {
  background-color: #F6F7FB;
  padding: 60px 0;
}

.footer {
  top: 0;
}

@media (max-width: 1199.98px) {
  #manageOverview .banner .banner-content {
    width: 100%;
    height: 100%;
  }
  #manageOverview .brand-logo-group {
    padding: 20px !important;
  }
  #manageOverview .brand-logo-group .logo-item {
    width: 16.65% !important;
  }
  #manageOverview .brand-logo-group .logo-item img {
    padding: 10px !important;
  }
}
@media (max-width: 991.98px) {
  #manageOverview .overview-content-element {
    justify-content: center !important;
    margin: 30px 0;
  }
  #manageOverview .overview-content-element .element-content img {
    max-width: 100%;
  }
  #manageOverview .overview-content-text {
    text-align: center;
  }
  #manageOverview .main-mobile {
    text-align: center;
  }
  #manageOverview .main-mobile h3 {
    font-size: 36px;
    line-height: 42px;
  }
  #manageOverview .overview-content-card-title {
    padding: 0 20px;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  #manageOverview .brand-logo-group {
    padding: 15px !important;
  }
  #manageOverview .brand-logo-group .logo-item {
    width: 25% !important;
  }
}
@media (max-width: 413.98px) {
  #manageOverview .banner-content-text {
    padding: 0 2vw;
  }
  #manageOverview .vip-card .overview-content-card-body {
    top: 25%;
  }
  #manageOverview .vip-card .overview-content-card-body .company-name {
    font-size: 12vw !important;
    line-height: 14vw !important;
  }
}
@media (max-width: 374.98px) {
  .card-item {
    height: 360px !important;
    padding: 6vw !important;
  }
}

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