* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

body,
html {
  background-color: #000;
  color: #fff;
}

body,
ol,
p,
ul {
  font-family: Roboto-medium, "PingFang SC", Helvetica, Arial,
    "Microsoft YaHei UI", Serif;
  font-size: 0.5rem;
  line-height: 1.5;
}

ol,
ul {
  list-style: none;
}

a {
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.pc {
  padding: 66px 20px;
}

.layout-content {
  min-height: 90vh;
}

.pc .layout-content {
  margin: 0 auto;
  max-width: 1200px;
}

.space-between {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pc .home-top {
  padding: 20px 0 42px;
}

.pc .home-top-left {
  background: #222126;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 380px;
  padding: 15px;
  width: 740px;
}

.pc .home-top-left,
.pc .home-top-left-img {
  border-radius: 8px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.pc .home-top-left-img {
  height: 350px;
  margin-right: 20px;
  overflow: hidden;
  position: relative;
  width: 262px;
}

.pc .home-top-left-img img {
  border-radius: 8px;
  cursor: pointer;
  height: 350px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  width: 262px;
}

.pc .home-top-left-img:hover:after {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAABaBAMAAADKhlwxAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAkUExURUdwTAAAAAAAAAAAAAgICGNiYc7NzaWkpPb08+fl4//////7+BoHTo0AAAAKdFJOUwBNGDBEabCM69HiqEqpAAACA0lEQVRYw5WXTW7CMBCF+TtAnaRqq24S4ACh4gCEnIBFVbWskHoBdr1AxQk4QpFqr4ta53LFhEJqzzjPjx18RG9mHM9Mp0Mq7aAaTQshRFI+IKxBT2rjexPRVOJ11C+EJc/jR8IVi/cFpZzxLASO9wqGJkPNBKcSNc15KTx0YsNj4VMEhnhSCoZYaw67drI4EG2aNehJK51guXZzngH0JYkCURpg5GIlg+gITPZJ/reAttIF6SuwNLXiENu1cdR2nfEBTM8Cgqwz7gb5tODDdIJ8k58L9tTa391IKfcFE6aTkltpcIZ2DuCLofWGrv2ApKXckrXvMrR6peiMoaVaEwlnaSKPkVucMy13C6c8HtrJo5+WG7uYXlquLLrw0h9B9C7ISTutdQC9VEqd6a+2DC611n+8VX2Kripl/mDod7s6mUurAy8NvhEAXWnz0XrvnqouQVfmD+qHOIMDmq6q7zXxNvQZmoAP72WPoVcCou+P8Ja5Nu1jdWfgDXcl2+W5ZuGY6mjPFXOxReT9/VjwjacP39853LfPDTOsp6GtJAoYCs5jQUADhI3H8AzWnMN6IUYwK3HAOPhvIGwfI5rDZgaWBo0zD5mRY3gPIHaBLODRbc7TkMVh7q4wE3wl8XrJ0Q3QswWOkV3noim2pPF46d2h8UX3mJnm48v2tX74x5dD57df6+yGbwvYpCcAAAAASUVORK5CYII=);
  background-size: 100% 100%;
  content: "";
  height: 56px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 56px;
}

.pc .home-top-left-img:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.pc .home-top-left-title[data-v-853b6436] {
  color: #e9e9e9;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  margin-top: 15px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.pc .home-top-left-labels[data-v-853b6436] {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 15px 0;
}

.pc .home-top-left-labels[data-v-853b6436],
.pc .home-top-left-labels span[data-v-853b6436] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.pc .home-top-left-labels span[data-v-853b6436] {
  /* background: #35333e; */
  border-radius: 14px;
  height: 26px;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* color: #999; */
  font-size: 14px;
  margin-right: 12px;
  margin-bottom: 5px;
  padding: 0 12px;
  background-color: rgb(255, 241, 220);
  color: rgb(176, 114, 21);
}

.pc .home-top-left-desc[data-v-853b6436] {
  color: #999;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.pc .home-top-left-btn[data-v-853b6436] {
  background: #b92242;
  border-radius: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  width: 168px;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  margin-top: 76px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.pc .home-top-left-btn[data-v-853b6436]:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAmBAMAAABaE/SdAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAhUExURUdwTP///////////////////////////////////////48EzvsAAAAKdFJOUwDpD2q6SNIom4V1ZU9wAAAArElEQVQoz53SMQrCUBAE0EWEHCBdqi9eQOy0FgQrj2CTxsojiI1gGbCxC8YQ55QaTXT3zxbilq+aP39ERJLZVKIbnIBDZEMA5cTa/Gmo18ZWraHaactehntgQ+oYcsdwdKws2L6JlH0SaUMT2LpE1rB37OZY5Rh+tNqxq2MbtvdDjHUtaOv/T1vBXS2505y7T/mPmkBmhrAFD+YCHtaotWiASaaC9TdenOWfewAGmOyW8Gyq3gAAAABJRU5ErkJggg==);
  background-size: 100% 100%;
  content: "";
  height: 15px;
  margin-right: 4px;
  width: 15px;
}

.pc .home-top-right[data-v-853b6436] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.pc .home-top-right-item[data-v-853b6436] {
  background: #222126;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 182px;
  padding: 15px;
  position: relative;
  width: 445px;
}

.pc .home-top-right-item-img[data-v-853b6436] {
  margin-right: 20px;
  -ms-flex-negative: 0;
  border-radius: 8px;
  flex-shrink: 0;
  overflow: hidden;
}

.pc .home-top-right-item-img[data-v-853b6436],
.pc .home-top-right-item-img img[data-v-853b6436] {
  height: 152px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  width: 114px;
}

.pc .home-top-right-item[data-v-853b6436]:hover {
  cursor: pointer;
}

.pc .home-top-right-item[data-v-853b6436]:hover:after {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAABaBAMAAADKhlwxAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAkUExURUdwTAAAAAAAAAAAAAgICGNiYc7NzaWkpPb08+fl4//////7+BoHTo0AAAAKdFJOUwBNGDBEabCM69HiqEqpAAACA0lEQVRYw5WXTW7CMBCF+TtAnaRqq24S4ACh4gCEnIBFVbWskHoBdr1AxQk4QpFqr4ta53LFhEJqzzjPjx18RG9mHM9Mp0Mq7aAaTQshRFI+IKxBT2rjexPRVOJ11C+EJc/jR8IVi/cFpZzxLASO9wqGJkPNBKcSNc15KTx0YsNj4VMEhnhSCoZYaw67drI4EG2aNehJK51guXZzngH0JYkCURpg5GIlg+gITPZJ/reAttIF6SuwNLXiENu1cdR2nfEBTM8Cgqwz7gb5tODDdIJ8k58L9tTa391IKfcFE6aTkltpcIZ2DuCLofWGrv2ApKXckrXvMrR6peiMoaVaEwlnaSKPkVucMy13C6c8HtrJo5+WG7uYXlquLLrw0h9B9C7ISTutdQC9VEqd6a+2DC611n+8VX2Kripl/mDod7s6mUurAy8NvhEAXWnz0XrvnqouQVfmD+qHOIMDmq6q7zXxNvQZmoAP72WPoVcCou+P8Ja5Nu1jdWfgDXcl2+W5ZuGY6mjPFXOxReT9/VjwjacP39853LfPDTOsp6GtJAoYCs5jQUADhI3H8AzWnMN6IUYwK3HAOPhvIGwfI5rDZgaWBo0zD5mRY3gPIHaBLODRbc7TkMVh7q4wE3wl8XrJ0Q3QswWOkV3noim2pPF46d2h8UX3mJnm48v2tX74x5dD57df6+yGbwvYpCcAAAAASUVORK5CYII=);
  background-size: 100% 100%;
  content: "";
  height: 56px;
  left: 73px;
  position: absolute;
  top: 91px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 56px;
}

.pc .home-top-right-item:hover img[data-v-853b6436] {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.pc .home-top-right-item-title[data-v-853b6436] {
  color: #e9e9e9;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 15px;
  margin-top: 15px;
  -webkit-line-clamp: 2;
}

.pc .home-top-right-item-desc[data-v-853b6436],
.pc .home-top-right-item-title[data-v-853b6436] {
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.pc .home-top-right-item-desc[data-v-853b6436] {
  color: #999;
  font-size: 14px;
  line-height: 20px;
  -webkit-line-clamp: 3;
}

.pc .home-list[data-v-7784d3c0] {
  padding-bottom: 8px;
}

.pc .home-list-title[data-v-7784d3c0] {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  padding: 8px 0 30px;
}

.pc .home-list-content[data-v-7784d3c0] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.pc .home-list-none-content[data-v-7784d3c0] {
  background-image: url(/_nuxt/img/img_noEp.0525606.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 278px 182px;
  height: 349px;
  width: 100%;
}

.pc .home-list-item[data-v-7784d3c0] {
  height: 349px;
  position: relative;
  width: 187px;
  -ms-flex-negative: 0;
  border-radius: 12px;
  color: #999;
  cursor: pointer;
  flex-shrink: 0;
  font-size: 16px;
  line-height: 24px;
  margin-right: 13px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.pc .home-list-item-img[data-v-7784d3c0] {
  background: #fff;
  border-radius: 8px;
  height: 250px;
  overflow: hidden;
  width: 187px;
}

.pc .home-list-item-img img[data-v-7784d3c0] {
  display: block;
  height: 100%;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  width: 100%;
}

.pc .home-list-item-title[data-v-7784d3c0] {
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-weight: 400;
}

.pc .home-list-item-bottom[data-v-7784d3c0] {
  overflow: hidden;
  padding-top: 12px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.pc .home-list-item-labels[data-v-7784d3c0] {
  display: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 34px;
  overflow: hidden;
  padding-top: 8px;
  width: 163px;
}

.pc .home-list-item-label[data-v-7784d3c0] {
  /* background: #35333e; */
  border-radius: 14px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 26px;
  padding: 0 12px;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* color: #999; */
  font-size: 14px;
  line-height: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
  max-width: 100%;
  background-color: rgb(255, 241, 220);
  color: rgb(176, 114, 21);
}

.pc .home-list-item-label span[data-v-7784d3c0] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pc .home-list-item-play[data-v-7784d3c0] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAABaBAMAAADKhlwxAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAkUExURUdwTAAAAAAAAAAAAAgICGNiYc7NzaWkpPb08+fl4//////7+BoHTo0AAAAKdFJOUwBNGDBEabCM69HiqEqpAAACA0lEQVRYw5WXTW7CMBCF+TtAnaRqq24S4ACh4gCEnIBFVbWskHoBdr1AxQk4QpFqr4ta53LFhEJqzzjPjx18RG9mHM9Mp0Mq7aAaTQshRFI+IKxBT2rjexPRVOJ11C+EJc/jR8IVi/cFpZzxLASO9wqGJkPNBKcSNc15KTx0YsNj4VMEhnhSCoZYaw67drI4EG2aNehJK51guXZzngH0JYkCURpg5GIlg+gITPZJ/reAttIF6SuwNLXiENu1cdR2nfEBTM8Cgqwz7gb5tODDdIJ8k58L9tTa391IKfcFE6aTkltpcIZ2DuCLofWGrv2ApKXckrXvMrR6peiMoaVaEwlnaSKPkVucMy13C6c8HtrJo5+WG7uYXlquLLrw0h9B9C7ISTutdQC9VEqd6a+2DC611n+8VX2Kripl/mDod7s6mUurAy8NvhEAXWnz0XrvnqouQVfmD+qHOIMDmq6q7zXxNvQZmoAP72WPoVcCou+P8Ja5Nu1jdWfgDXcl2+W5ZuGY6mjPFXOxReT9/VjwjacP39853LfPDTOsp6GtJAoYCs5jQUADhI3H8AzWnMN6IUYwK3HAOPhvIGwfI5rDZgaWBo0zD5mRY3gPIHaBLODRbc7TkMVh7q4wE3wl8XrJ0Q3QswWOkV3noim2pPF46d2h8UX3mJnm48v2tX74x5dD57df6+yGbwvYpCcAAAAASUVORK5CYII=);
  background-size: 100% 100%;
  display: none;
  height: 56px;
  left: 66px;
  position: absolute;
  top: 97px;
  width: 56px;
}

.pc .home-list-item[data-v-7784d3c0]:hover {
  background: #26252b;
}

.pc .home-list-item:hover .home-list-item-img[data-v-7784d3c0] {
  border-radius: 8px 8px 0 0;
}

.pc .home-list-item:hover .home-list-item-img img[data-v-7784d3c0] {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.pc .home-list-item:hover .home-list-item-bottom[data-v-7784d3c0] {
  color: #fff;
  font-size: 16px;
  padding: 8px 12px 0;
}

.pc .home-list-item:hover .home-list-item-labels[data-v-7784d3c0] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.pc .home-list-item:hover .home-list-item-play[data-v-7784d3c0] {
  display: block;
}
.pc .agreement {
  color: #999;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 40px;
}

.pc .agreement-title {
  color: #e9e9e9;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  font-weight: 700;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 70px;
  line-height: 1;
}
.footer[data-v-123bbcd5] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  background: #131313;
  color: #666;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: 400;
  text-align: center;
}

.footer-agreement[data-v-123bbcd5] {
  color: #999;
}

.footer-agreement a[data-v-123bbcd5] {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.mobile .footer[data-v-123bbcd5] {
  font-size: 1.2rem;
  line-height: 1.71875rem;
  padding: 1.4375rem 0 6.9375rem;
}

.pc .footer[data-v-123bbcd5] {
  font-size: 14px;
  height: 151px;
  line-height: 37px;
  /* max-width: 1200px; */
  width: 100%;
}

.pc .footer-agreement a[data-v-123bbcd5] {
  margin: 0 10px;
}

.open-app {
  background: #3d3b47;
  bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 5.5rem;
  left: 0;
  position: fixed;
  width: 100%;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.open-app-logo {
  height: 3.59375rem;
  width: 3.59375rem;
}

.open-app-text {
  color: #fff;
  font-size: 1.09375rem;
  font-weight: 400;
  line-height: 1.34375rem;
  padding: 0 0.90625rem 0 1.34375rem;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.open-app-button {
  background: #d62448;
  border-radius: 1.34375rem 1.34375rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 2.6875rem;
  width: 8.90625rem;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 1.15625rem;
  font-weight: 400;
  line-height: 1;
}

.pc .header-container {
  background-color: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 66px;
  margin: 0 auto;
  max-width: 1200px;
  z-index: 99;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mobile .header-container,
.pc .header {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}

.pc .header-left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 66px;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 992px) {
  .pc .header-left {
    padding: 0 20px;
  }
}

.pc .header-logo {
  display: inherit;
  height: 32px;
}

.pc .header-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 50px;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pc .header-menu-item {
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  height: 21px;
  line-height: 21px;
  padding: 0 25px;
  position: relative;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.pc .header-menu-item:hover {
  color: #d62448;
}

.mobile .header {
  height: 3.96875rem;
}
.mobile .header-logo {
  /* height: 1.71875rem;
  margin-left: 1.4375rem;
  width: 10rem; */
  height: 32px;
}
.mobile .header-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 66px;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 99;
}

.mobile .header-container {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}

@media(max-width: 992px) {
	.mobile .header-container {
		padding: 0 20px;
	  }
}

.mobile .header a {
	font-size: 1.5rem;
	padding-right: 30px;
}

.mobile ::-webkit-scrollbar {
  display: none;
}
.mobile .agreement {
  color: #999;
  font-size: 1.25rem;
  line-height: 1.625rem;
  padding: 0 1.4375rem 1.4375rem;
}
.mobile .agreement[data-v-606e384b] {
  color: #999;
  font-size: 0.875rem;
  line-height: 1.125rem;
  padding-bottom: 1.875rem;
}
.mobile .agreement-title {
  color: #e9e9e9;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8125rem;
  font-weight: 700;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 4.65625rem;
  line-height: 1;
  padding: 1.875rem 0 1.34375rem;
}

.cus:hover {
  cursor: pointer;
}

.m-modal .el-dialog {
    background-color: black;
}

.m-modal .el-dialog__title {
  color: white;
}

.m-modal .el-input__wrapper {
  background-color: black;
}

.m-modal .el-button {
  background-color: black;
  border-color: white !important;
  color: white !important;
}
.m-modal .el-button:hover {
  background-color: black;
}


.episodes-span {
  position: relative;
}

.episodes-span img {
  position: absolute;
  bottom: -9px;
  right: -12px;
}

.el-input__inner {
  color: white !important;
}

#container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

#videoplayer,#videoplayer2 {
  position: relative;
  background-color: #000;
  border-radius: 5px;
  box-shadow: 0px 0px 20px rgba(50, 50, 50, 0.95);
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

#content-wrapper {
  position:relative;
  top: 0px;
  left: 0px
}

#playpause {
  position: absolute;
  left: 45%;
  bottom: 45%;
  height: 40px;
  width: 100px;
  border-style: none;
  font-weight: bold;
  font-size: 25px;
  opacity: 0.5;
  background-color: #fff;
  border-radius: 5px;
  border: 1px transparent solid;
  color: #000;
  cursor: pointer;
  line-height: 0;
}

#playpause2 {
  position: absolute;
  left: 38%;
  bottom: 50%;
  height: 40px;
  width: 100px;
  border-style: none;
  font-weight: bold;
  font-size: 25px;
  opacity: 0.5;
  background-color: #fff;
  border-radius: 5px;
  border: 1px transparent solid;
  color: #000;
  cursor: pointer;
  line-height: 0;
}

#playpause:hover,#playpause2:hover {
  border: 1px #f00 solid;
  color: #f00;
}

#fullscreen {
  position: absolute;
  bottom: 20px;
  left: 140px;
  height: 40px;
  width: 100px;
  border-style: none;
  font-weight: bold;
  font-size: 25px;
  opacity: 0.5;
  background-color: #fff;
  border-radius: 5px;
  border: 1px transparent solid;
  color: #000;
  cursor: pointer;
  line-height: 0;
}

#fullscreen:hover {
  border: 1px #f00 solid;
  color: #f00;
}

#content, #content2 {
  overflow: hidden;
}

#content, #content2, #adcontainer, #adcontainer2 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

#adcontainer>div, #adcontainer2>div {
  width: 100% !important;
  height: 100% !important;
}

#adcontainer>div>iframe, #adcontainer2>div>iframe {
  width: 100% !important;
  height: 100% !important;
}

#console {
  font-family: courier, monospace;
  font-size: 12px;
  margin-top: 20px;
  height: 200px;
  width: 630px;
  padding: 5px;
  border: 1px #ccc solid;
  overflow-y: scroll;
  margin-left: auto;
  margin-right: auto;
}

#companionDiv, #customClick {
  width: 100%;
  height: 100%;
  margin-top: 20px;
}

#customClick {
  background-color: #807F80;
  display: none;
  text-align: center;
}

#customClickTextWrapper {
  display: table-cell;
  vertical-align: middle;
}