html,
body {
  position: relative;
  height: 100%;
  overflow: hidden;
  background-color: #000;
}
@font-face {
  font-family:"CD";
  src: url(../font/CD.ttf);
}
@font-face {
  font-family:"pingfang";
  src: url(../font/pingfang.ttf);
}
@font-face {
  font-family:"pingfang";
  src: url(../font/xiao.ttf);
}
@font-face {
  font-family:"stxihei";
  src: url(../font/STXIHEI.TTF);
}
body {
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}
html{
  font-family:"stxihei";
}

.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.mobile{
  display: none;
}
.swiperPc{
  position: relative;
  display: none;
}
.head{
  position: absolute;
  top:0;
  height: 7rem;
  /* background: rebeccapurple; */
  z-index: 100;
  width: 100%;
  padding-left: 4.75rem;
  padding-right: 2.25rem;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  font-family:"CD" ;
}
.head-left{
  width: 51.25rem;
  /* background: firebrick; */
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
  font-family: "xiao";
}
.head-left .logo{
  cursor: pointer;
}
.head-left>div{
  width: 8.5rem;
  text-align: center;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
}
.head-right{
  width: 27.5rem;
  display: flex;
  justify-content: right;
  align-items: center;
}
.logo-div .home-img{
  width: 3.75rem;
  height: .90625rem;
}
.logo-div .backstory-img{
  width: 7.65625rem;
  height: .9375rem;
}
.logo-div .cast-img{
  width: 3.25rem;
  height: .9375rem;
}
.head-left.white .logo-div img{
  filter: drop-shadow(8.4rem 0 #28292C);
  transform: translateX(-8.4rem);
}

.more{
  width: 13rem
}
.moreC{
  width: 13rem;
  display: none;
}
.head-right-b:hover .more{
  display: none;
}
.head-right-b:hover .moreC{
  display: block;
}
.head-icon{
  width: 9.625rem;
  height: 100%;
  /* background: darkblue; */
  display: flex;
  justify-content: space-between;
   padding-top: 2.5rem;
   box-sizing: border-box;
}
.music-wrap{
  position: relative;
  height: 3.0625rem;
}
.music-p{
  width: 2.375rem;
  height: 2.375rem;
}
.music-wrap.black{
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
.music-p.mP{
  position: relative;
  background: url(../img/head/music_sprites1.png) top/100% no-repeat;
  background-position: -3.63rem 0;
  background-size: cover;
}
.music-p.mS{
  background: url(../img/head/music_sprites1.png) 0rem 0 no-repeat;
  background-size: cover;
}
.head-chat{
  /* background: forestgreen; */
  box-sizing: border-box;
  width: 4rem;
}
.head-chat img{
  cursor: pointer;
}
.head-chat>div{
  width: 3.5rem;
  height: 4rem;
}
.head-chat img{
  display: block;
  width: 2.5rem;
}
.chat:nth-child(1){
  margin-top: 0;
}
.t:hover{
content: url("../img/head/tc.png");
width: 3.5rem;
}
.f:hover{
content: url("../img/head/fc.png");
width: 3.5rem;
}
.d:hover{
content: url("../img/head/dc.png");
width: 3.5rem;
}
.y:hover{
content: url("../img/head/yc.png");
width: 3.5rem;
}
.r:hover{
content: url("../img/head/rc.png");
width: 3.5rem;
}
.tt:hover{
  content: url("../img/head/tiktok.png");
  width: 3.5rem;
  }
.loading{
position: absolute;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, .6);
z-index: 100;
top: 0;
left: 0;
}
.kv{
display: flex;
justify-content: center;
align-items: center;
}
.loading-bg{
  background-color: #000;
  /* background: url("../img/load/loading页-改背景.jpg") no-repeat center; */
  /* background-size: cover; */
  display: none;
}
.loading-bg .load-logo{
  position: absolute;
  width: 31.5rem;
  left: 50%;
  top: 44%;
  margin-left: -16rem;
}

.load-percent{
 color: rgba(101, 101, 101, 1);
  font-size: 1.5rem;
}
.load-bottom{
  background: url(../img/load/底部装饰.png)top/100% no-repeat;
  width: 114.75rem;
  height: 2.125rem;
  position: absolute;
  bottom: 2rem;
  left: 2.5rem;
}
.load-bottom .load-num{
  position: absolute;
    right: 2.5rem;
    top: 0.5rem;
    color: #656565;
    font-size: 1rem;
}

.logo{
width: 11.625rem;
height: 3.5rem;
}

.logo-div:hover{
background: url("../img/head/e.png") no-repeat center;
background-size: 100%;
}
.checkBg{
background: url("../img/head/e.png") no-repeat center;
background-size: 100%;
}
.eamil-close{
position: absolute;
top: -2rem;
right: -4rem;
cursor: pointer;
}
.email-b{
width: 14.6875rem;
height: 3.3125rem;
position: absolute;
bottom: 2rem;
left: 50%;
transform: translateX(-50%);
}
.pointer{
cursor: pointer;
}
.text-warn{
position: absolute;
top: 17rem;
color: red;
width: 100%;
text-indent: 10.5rem;
display: none;
font-size: .875rem;
}
.text-warn-agree{
top: 20.8rem;
}

.load-percent{position: absolute;top: 63%;left: 50%;transform: translateX(-50%);}
.video{
width: 100%;
height: 100%;
object-fit: cover;
}
img{
object-fit: fill;
}

.loading-logo  img{
  position: absolute;
  left: 50%;
  top: 42%;
  transform: translateX(-50%);
  width: 28rem;
}
.head-right-b,.music-p{
  cursor: pointer;
}