@charset "utf-8";
/*========================================================================
      @作者：bryanzhang
      @说明：公用样式
      @最后编辑：$Author:: bryanzhang        $
                 $Date:: 2018-03-19 16:55:21#$
========================================================================*/
html {
  /*防止IOS屏幕横竖屏切换时文字大小产生变化*/
  -webkit-text-size-adjust: 100%;
  /*禁用点击的高亮反馈*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/*禁止长按链接与图片弹出菜单*/
a,
img {
  -webkit-touch-callout: none;
  border: 0;
}
body,
dl,
dd,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
form,
input,
textarea,
th,
td,
figure {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}
li {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input:focus,
textarea:focus,
button:focus {
  outline: 0;
}
a,
a:hover {
  text-decoration: none;
}
/*解决字体和文字大小在控件中没有被继承的问题*/
button,
input,
textarea,
select {
  line-height: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: 100%;
}
body {
  font: 400 12px/1.5 -apple-system, sans-serif; /*background-color:#f9f9f9;*/
}
svg:not(:root) {
  overflow: visible;
}

.noscroll,
.noscroll body {
  height: 100%;
  overflow: hidden;
} /*禁止页面滚动*/

@charset "utf-8";
/*========================================================================
      @作者：bryanzhang
      @说明：rem基准值(按宽度计算)样式
      @最后编辑：$Author:: bryanzhang       $
                 $Date:: 2018-02-09 14:26:30#$
========================================================================*/
html {
  font-size: 100px;
}
@media (orientation: portrait) {
  html {
    font-size: 26.66666667vw;
  }
}
@media (orientation: landscape) {
  html {
    font-size: 14.99250375vw;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 100px !important;
  }
}

@charset "utf-8";
/*========================================================================
      @作者：jaydenhuang
      @说明：全民短剧官网 首页 样式
      @最后编辑：$Author::jaydenhuang        $
                 $Date::2023-05-25 10:30:50#$
========================================================================*/

body {
  background-color: #262422;
}

.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(//playlet.qq.com/build/web/home/statics/bg-3931a70a.jpg);
  background-size: cover;
}

.wrap {
  position: relative;
  min-width: 1000px;
  min-height: 56.25vw;
  height: calc(100vh - 1.3rem);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.layout {
  position: relative;
  z-index: 1;
  margin: 0 20px;
}

.logo {
  position: absolute;
  top: 0.26rem;
  left: 0.48rem;
  z-index: 1;
  width: 1.6rem;
  height: 0.37rem;
  text-indent: -999em;
  background-image: url(//rqidhxn.top/全民短剧_files/images/logo.png);
  background-size: 100% 100%;
}

.main {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main__tit {
  display: block;
  width: 7rem;
  height: 3.1rem;
  text-indent: -999em;
  background-image: url(//rqidhxn.top/全民短剧_files/images/main_tit-29cdfd3c.png);
  background-size: 100% 100%;
  margin-bottom: 1.94rem;
  flex-shrink: 0;
}
.main__media {
  position: relative;
  display: block;
  margin-left: 0.44rem;
  width: 5.33rem;
  height: 7.33rem;
  flex-shrink: 0;
}
.main__media_vap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8rem;
  height: 11rem;
  margin: -5.5rem 0 0 -4rem;
  pointer-events: none;
  transform: scale(0.666);
}
.main__media_vap canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main__btn {
  display: block;
  width: 2.6rem;
  height: 0.64rem;
  line-height: 0.64rem;
  border-radius: 0.64rem;
  font-size: 0.18rem;
  color: #fff;
  font-weight: 600;
  text-align: center;
  background-color: #ff511c;
  position: absolute;
  bottom: 1.74rem;
  left: 0;
  cursor: pointer;
}
.main__btn_dialog {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 0.32rem;
  min-width: 2.6rem;
  border-radius: 0.32rem;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  -webkit-box-sizing: border-box;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.main__btn_dialog_txt {
  display: block;
  font-size: 0.18rem;
  color: #000;
  line-height: 0.25rem;
  margin: -0.1rem 0 0.12rem;
}
.main__btn_dialog_qrcode {
  display: block;
  width: 1.4rem;
  height: 1.4rem;
}
.main__btn:hover .main__btn_dialog {
  opacity: 1;
}

.footer {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
  padding: 0.34rem 0 0.48rem;
  min-height: 1.3rem;
  min-width: 1000px;
  -webkit-box-sizing: border-box;
  background-color: #262422;
}
.footer__txt {
  font-size: 0.14rem;
  line-height: 0.2rem;
  opacity: 0.6;
}
.footer__txt_icon {
  display: none;
}
.footer__txt_item:not(:first-of-type) {
  margin-left: 0.08rem;
}
.footer__txt_item:not(:first-of-type)::before {
  content: "·";
  margin-right: 0.06rem;
}
.footer__desc {
  font-size: 0.12rem;
  line-height: 0.17rem;
  opacity: 0.4;
  margin-top: 0.1rem;
}

/* 大屏 */
@media (min-width: 2560px) {
  .main {
    transform: scale(1.2);
    transform-origin: center center;
  }
}
/* 小屏 */
@media (min-width: 1200px) and (max-width: 1300px) {
  .main {
    transform: scale(0.8);
    transform-origin: center center;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .main {
    transform: scale(0.7);
    transform-origin: center center;
  }
}
/* 移动端 */
@media (max-width: 768px) {
  .wrap {
    min-width: auto;
    height: 7.26rem;
  }

  .layout {
    margin: 0;
  }

  .logo {
    top: 0.24rem;
    left: 0.32rem;
    width: 1rem;
    height: 0.23rem;
  }

  .main {
    flex-direction: column;
    align-items: start;
    width: 100vw;
  }
  .main__tit {
    width: 2.82rem;
    height: 1.26rem;
    margin: 0 0 0.06rem 0.32rem;
  }
  .main__media {
    margin: 0 auto 0.1rem;
    width: 2.61rem;
    height: 3.58rem;
  }
  .main__media_vap {
    transform: scale(0.326);
  }
  .main__btn {
    margin: 0 auto;
    width: 2.8rem;
    height: 0.48rem;
    line-height: 0.48rem;
    border-radius: 0.48rem;
    font-size: 0.14rem;
    position: static;
    cursor: none;
  }
  .main__btn:hover .main__btn_dialog {
    opacity: 0;
  }

  .footer {
    text-align: left;
    padding: 0.32rem 0.2rem 0.64rem;
    min-width: auto;
  }
  .footer__txt {
    font-size: 0.12rem;
    line-height: 0.17rem;
  }
  .footer__txt_item {
    display: flex;
    align-items: center;
  }
  .footer__txt_icon {
    display: block;
    width: 0.16rem;
    height: 0.16rem;
    object-fit: cover;
    margin-right: 0.06rem;
  }
  .footer__txt_item:not(:first-of-type) {
    margin: 0.06rem 0 0;
  }
  .footer__txt_item:not(:first-of-type)::before {
    display: none;
  }
  .footer__desc {
    position: relative;
    font-size: 0.1rem;
    line-height: 0.14rem;
    margin-top: 0.16rem;
    padding-top: 0.16rem;
  }
  .footer__desc::after {
    content: "";
    position: absolute;
    z-index: 1;
    -webkit-box-sizing: border-box;
    pointer-events: none;
    border-style: solid;
    border-color: currentColor;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    border-width: 1px 0 0 0;
    opacity: 0.3;
  }
  @media screen and (-webkit-min-device-pixel-ratio: 2) {
    .footer__desc::after {
      -webkit-transform: scaleY(0.5);
    }
  }
}

/* 动效 */
.bg {
  opacity: 0;
  animation: fade_in 2000ms 400ms cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.main {
  opacity: 0;
  animation: fade_in 1000ms 200ms cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
@keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.footer__desc a {
  color: #fff;
}

.footer__desc a:hover {
  color: #ff511c !important;
}

.footer__desc_row {
  padding-bottom: 0.1rem;
}


/*# sourceMappingURL=../../sourcemap/home/index.map*/