

#mac-video {
  position: relative;
}

h1 {
  color: #fff;
  font-size: 28px;
  position: absolute;
  z-index: 2;
  top: 3vw;
  left: calc(50% - 490px);
}

#title {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  overflow: hidden;
}
/* 给一个默认样式 */
.background{
  background:#F9F9F9;
}

#title .swiper-slide {
  color: #fff;
}

#title .photographer {
  width: 900px;
}

#title .coder {
  width: 510px;
}

#title .musician {
  width: 660px;
}

#title .swiper-slide h3 {
  font-size: 120px;
  margin-top: 10vw;
  line-height: .91667;
  font-weight: 600;
  letter-spacing: -.015em;
  font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  transition: opacity .3s;
  cursor: pointer;
}

#title .swiper-slide h3:hover {
  opacity: 1;
}

#title .prev h3 {
  opacity: 0;
}

#title .next h3 {
  opacity: 0.25;
}

#title .swiper-pagination {
  width: 100vw;
  text-align: center;
  bottom: 30px;
}

#title .swiper-pagination .swiper-pagination-bullet {
  margin: 0 8px;
  background: #fff;
  outline: none;
}

#videos {
  width: 100%;
}

#videos .swiper-slide {
  position: relative;
}

#videos video {
  width: 100%;
}

.pageBody {
  display: flex;
  flex-direction: column;
  
  width: 100vw;
  overflow-y: auto;
  overflow-x: hidden;
}

.topUserInfo {
  position: absolute;
  top: 0;
  right: calc( (100vw - 1140px) / 2 + 10px );
  z-index: 5;
  color: #ededed;
  font-size: 12px;
  height: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 1140px) {
  .topUserInfo{
    right: 5vw !important;
  }
}

.uInfo-item {
  cursor: pointer;
}

.uInfo-selected {
  color: #FFD54F;
}

.uInfo-rightLine {
  height: 12px;
  width: 1px;
  background-color: #ededed;
  margin-left: 5px;
}
.headView{
  position: absolute;
  top: 50px;
  height: 50px;
  width: 100vw;
  display: flex;
  justify-items: center;
  justify-content: center;
  z-index: 5;
}
.headTitle {
  background: #FF770F;
  border-radius: 25px;
  width: 1140px;
  z-index: 5;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.head-titleLogo {
  height: 38px;
}

.titleLogo-pc {
  height: 38px;
  padding-left: 40px;
}
.titleLogo-m {
  display: none;
  height: 38px;
  padding-left: 5vw;
}
.headaList {
  font-size: 14px;
  display: flex;
  flex-direction: row;
  padding-right: 30px;
}

.headaList-item {
  padding-left: 10px;
  padding-right: 10px;
  height: 50px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  position: relative;
  left: 0;
  top: 0;
}

.headaList-item:hover::after {
  content: " ";
  width: 100%;
  height: 3px;
  background-color: #231815;
  position: absolute;
  top: 0;
}

.headaList-itme-show::after {
  content: " ";
  width: 100%;
  height: 3px;
  background-color: #231815;
  position: absolute;
  top: 0;
}

.headIcon {
  display: none;
}

.mHeadList {
  display: none;
}

@media screen and (max-width: 1000px) {
  .swiperVideo{
    object-fit: fill !important;
  }
}
@media screen and (max-width: 750px) {
  .headView{
    position: absolute;
    top: 0;
    height: 70px;
    background: #F7F6F5;
    width: 100vw;
    z-index: 5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: unset !important;
    margin-left: unset !important;
  }
  .headTitle {
    position: absolute;
    top: 0;
    height: 70px;
    background: #F7F6F5;
    width: 100vw;
    z-index: 5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: unset !important;
    margin-left: unset !important;
  }
  .headaList {
    display: none !important;
  }
  .headIcon {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    padding-right: 5vw;
  }
  .headIcon-item {
    padding-left: 10px;
  }
  #mac-video {
    margin-top: 70px;
  }
  .mHeadList.active {
    z-index: 4;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
  }
  .mHeadList {
    position: absolute;
    top: 70px;
    background: #ededed;
    transform: translate3d(0, -150%, 0);
    -moz-transform: translate3d(0, -150%, 0);
    transition: all 0.5s;
    z-index: 3;
    width: 100vw;
    display: flex !important;
    flex-direction: column;
  }
  .mHeadList-item {
    text-align: center;
    font-size: 18px;
    padding: 20px 0;
    border-bottom: 1px dashed #dcdcdc;
  }
  .swiperVideo {
    display: none !important;
  }
  .swiperImage {
    display: unset !important;
  }
  .titleLogo-pc {
    display: none !important;
    height: 38px;
    padding-left: 5vw;
  }
  .titleLogo-m {
    display: unset !important;
    height: 38px;
    padding-left: 5vw;
  }
}

.swiperVideo {
  height: 50vh;
  width: 100vw;
  object-fit: cover;
}

.swiperImage {
  display: none;
  height: 50vh;
  width: 100vw;
  object-fit: cover;
}
.tableTitle-left{
  display: flex;
  height: 50px;
  flex-direction: column;
}
.tableTitle-right{
  height: 50px;
  display: flex;
  font-size: 14px;
  padding-bottom: 5px;
  line-height: 50px;
}
.mainTitle {
  font-size: 18px;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
}
.subtitle{
  font-size: 14px;
  height: 20px;
  line-height: 20px;
}
.tableBody{
  display: flex;
  flex-direction: column;
  margin-top: 3vw;
}
.tb-list{
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 80px;
}
.tb-item{
  width: 33.33%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
}




.topnav{
    position: absolute;
    top: 250px;
    width: 100vw;
}







.bg-yellow{
  /*background-color: #FFD54F;*/
  background-color: #b5c20;
}
.bg-white{
  background-color: #F7F6F5;
}
.bg-gray{
  background-color: #E9E9E9;
}
.text-white{
  color: #fff;
}
.text-black{
  color: #000;
}





.btitle{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  padding-left: 5vw;
  padding-right: 5vw;
}
.bt-h1{
  padding-top: 5vw;
  padding-bottom: 3vw;
  font-size: 50px;
  color: #fff;
}
.bt-h2{
  font-size: 24px;
  color: #fff;
}


























.scroll-blue::-webkit-scrollbar {
  width: 5px;
  height: 1px;
  cursor: pointer;
  position: fixed;
  right: 0;
  top: 0;
}

.scroll-blue::-webkit-scrollbar-thumb {
  cursor: pointer;
  border-radius: 10px;
  background-color: rgb(121, 187, 255);
  background-image: -webkit-linear-gradient( 45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}

.scroll-blue::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #ededed;
  border-radius: 10px;
}

.table {
  /* display: flex; */
  flex-direction: column;
  margin-top: 5vw;
  width: 90vw;
  margin-left: 5vw;
}

.tableTitle {
  display: flex;
  justify-content: space-between;
  height: 50px;
}

.tableTitle-left {
  line-height: 28px;
}

.vipUser {
    background-color: #fff;
    background: rgba(255, 213, 79, 0.2);
    font-weight: 700 !important;
}

