/* 页面基础样式 */
html,
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

i {
  display: block;
  font-style: normal;
}

/* 悬浮窗 */
.fc {
  position: fixed;
  width: 2rem;
  height: 5.9rem;
  right: 0.2rem;
  top: 1.1rem;
  z-index: 99;
  background: url("../imgs/fc.png") no-repeat;
  background-size: cover;
}

.fc .fc-btn {
  position: absolute;
  width: 100%;
  height: 3.2rem;
  left: 0;
  top: 2.35rem;
  padding: 0 0.15rem;
  box-sizing: border-box;
}

.fc .fc-btn a {
  display: block;
  width: 100%;
  height: 100%;
}

.fc-btn .fc-ios {
  width: 100%;
  height: 0.55rem;
  background: url("../imgs/ios.png") no-repeat center;
  background-size: 100% auto;
}

.fc-btn .fc-gp {
  margin-top: 0.01rem;
  width: 100%;
  height: 0.55rem;
  background: url("../imgs/gp.png") no-repeat center;
  background-size: 100% auto;
}

.fc-btn .fc-code {
  width: 1.45rem;
  height: 1.45rem;
  background: url("../imgs/QRcode2.png") no-repeat center;
  background-size: cover;
  margin: 0.05rem auto 0.09rem auto;
}

.fc-btn .fc-fbyt {
  width: 1.1rem;
  height: 0.45rem;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.fc-btn .fc-fbyt .fc-fb {
  width: 0.45rem;
  height: 0.45rem;
  background: url("../imgs/fb.png") no-repeat center;
  background-size: cover;
}

.fc-btn .fc-fbyt .fc-yt {
  width: 0.45rem;
  height: 0.45rem;
  background: url("../imgs/ytb.png") no-repeat center;
  background-size: cover;
}

.content {
  width: 100%;
  height: 100vh;
}

.content .section {
  max-width: 25.6rem;
  width: 100% !important;
  height: 10.8rem !important;
  overflow: hidden;
  margin: 0 auto;
}

.content .section .fp-tableCell {
  /* width: 19.2rem !important; */
  height: 10.8rem !important;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}

.content .fp-section {
  height: 100% !important;
}

/* 首页 */
.content .page1 {
  background: url("../imgs/p1.png");
  background-size: cover;
  background-position: center top;
}

.page1 .eighteen {
  width: 1.6rem;
  height: 0.85rem;
  top: 1.5rem;
  left: 0.2rem;
  position: absolute;
  display: block;
  background: url("../imgs/18.png") no-repeat;
  background-size: 100% auto;
}

.page1 .slogan {
  width: 16rem;
  height: 3rem;
  background: url("../imgs/slogan.png") no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 5.6rem;
}

.page1 .btn_box {
  position: absolute;
  display: flex;
  align-items: flex-end;
  bottom: 0.9rem;
  z-index: 2;
  justify-content: center;
  align-items: center;
}

.page1 .btn_box a {
  display: block;
  width: 100%;
  height: 100%;
}

.btn_box .qr_code {
  width: 1.15rem;
  height: 1.15rem;
  background: url("../imgs/QRcode.png") no-repeat center;
  background-size: cover;
}

.btn_box .d_box {
  width: 3.56rem;
  height: 1.28rem;
  margin: 0 0.06rem;
}

.btn_box .d_box i {
  width: 1.78rem;
  height: 0.64rem;
  float: left;
}

.btn_box .d_box .ios {
  background: url("../imgs/ios.png") no-repeat center;
  background-size: cover;
}

.btn_box .d_box .android {
  background: url("../imgs/gp.png") no-repeat center;
  background-size: cover;
}

.btn_box .d_box .apk {
  background: url("../imgs/apk.png") no-repeat center;
  background-size: cover;
}

.btn_box .d_box .pc {
  background: url("../imgs/pc_d.png") no-repeat center;
  background-size: cover;
}

.btn_box .nap {
  width: 1.15rem;
  height: 1.15rem;
  background: url("../imgs/nap.png") no-repeat center;
  background-size: cover;
}

/* 学院资讯 */
.content .page2 {
  background: url("../imgs/p2.jpg");
  background-size: cover;
  background-position: center top;
}

.page2 .title {
  height: 2.15rem;
  width: 100%;
  margin-top: 1.7rem;
  background: url("../imgs/new_title.png") no-repeat center;
  background-size: auto 100%;
}

.page2 .new_box {
  margin-top: 0.5rem;
}

.page2 .new_box .banner {
  height: 4.53rem;
  width: 8rem;
  overflow: hidden;
  float: left;
  background: url("../imgs/new_banner.jpg") #098678 no-repeat center;
  /* background-size: cover; */
  background-size: auto 100%;
}

.page2 .new_list {
  float: right;
  width: 7.4rem;
  height: 4.53rem;
  background-color: rgba(0, 0, 0, 0.6);
}

.page2 .new_list .new_type {
  height: 0.8rem;
  border-bottom: 0.02rem solid #afaead;
  padding: 0 0.22rem;
  position: relative;
  background: url("../imgs/news_type.png") no-repeat center;
  background-size: cover;
}

.page2 .new_list .new_type span {
  float: left;
  height: 0.64rem;
  line-height: 0.64rem;
  cursor: pointer;
  padding: 0 0.18rem;
  box-sizing: border-box;
  color: #fff;
  font-size: 0.24rem;
  margin: 0.15rem 0.15rem 0 0;
  border-bottom: 0.03rem solid transparent;
}

.page2 .new_list .new_type .cur {
  border-color: #fff;
}

.page2 .new_list .new_type .new_more {
  float: right;
  margin-top: 0.15rem;
  width: 1.5rem;
  height: 0.5rem;
  background: url("../imgs/more.png") no-repeat center;
  background-size: auto 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.page2 .new_list .new_type .new_more:hover {
  margin-right: -0.06rem;
}

.page2 .new_list .new_cont {
  height: 3.73rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.page2 .new_list .new_cont ul {
  width: 100%;
  height: 0.52rem;
  display: none;
  margin-top: 0;
  margin-right: 0;
  margin: 0;
  padding: 0 0.18rem;
  box-sizing: border-box;
}

.page2 .new_list .new_cont ul.on {
  display: block;
  width: 100%;
}

.page2 .new_list .new_cont li {
  list-style: none;
  width: 100%;
  line-height: 0.52rem;
  height: 0.52rem;
  position: relative;
  border-bottom: 0.02rem solid #4f6776;
  font-family: "思源黑体";
  font-size: 0.15rem;
}

.page2 .new_list .new_cont li .nt {
  width: 5.1rem;
  float: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #abb3ba;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.page2 .new_list .new_cont li a:hover .nt {
  color: #fff;
}

.page2 .new_list .new_cont li .time {
  float: right;
  color: #757575;
}

.page2 .new_list .new_cont li:last-child {
  border: none;
}

/* 魂师档案 */
.content .page3 {
  background: url("../imgs/p3.jpg");
  background-size: cover;
  background-position: center top;
}

.page3 .job_cont {
  width: 15.6rem;
  height: 100%;
  position: relative;
}

.page3 .job_cont .item {
  display: none;
}

.page3 .job_cont .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page3 .job_cont .show {
  display: block;
}

.page3 .job_cont .job_desc {
  width: 9.31rem;
  height: 5.97rem;
  position: absolute;
  top: 2.9rem;
  right: 0;
}

.page3 .job_cont .job_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 12.5rem;
  height: 100%;
  overflow: hidden;
}

.page3 .job_nav {
  width: 2.4rem;
  height: 10rem;
  background: url("../imgs/job_nav_bg.png") no-repeat center;
  background-size: cover;
  position: absolute;
  top: 1rem;
  left: 3rem;
}

.page3 .job_nav .circle-container {
  position: absolute;
  top: -2.66rem;
  left: -0.32rem;
  width: 14.6rem;
  height: 14.6rem;
  border-radius: 50%;
}

.page3 .job_nav .circle {
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.page3 .job_nav .circle .circle_i {
  width: 1.1rem;
  height: 1.1rem;
}

.page3 .job_nav .circle:nth-child(1) {
  transform: translateX(0.25rem) translateY(4.3rem);
}
.page3 .job_nav .circle:nth-child(1) .circle_i {
  background: url("../imgs/wh-ts.png");
  background-size: 100% 100%;
}
.page3 .job_nav .circle:nth-child(1) .circle_i.on {
  background: url("../imgs/wh-ts-x.png");
  background-size: 100% 100%;
}

.page3 .job_nav .circle:nth-child(2) {
  transform: translateX(-0.07rem) translateY(5.4rem);
}
.page3 .job_nav .circle:nth-child(2) .circle_i {
  background: url("../imgs/wh-xw.png");
  background-size: 100% 100%;
}
.page3 .job_nav .circle:nth-child(2) .circle_i.on {
  background: url("../imgs/wh-xw-x.png");
  background-size: 100% 100%;
}

.page3 .job_nav .circle:nth-child(3) {
  transform: translateX(-0.19rem) translateY(6.5rem);
}
.page3 .job_nav .circle:nth-child(3) .circle_i {
  background: url("../imgs/wh-dmb.png");
  background-size: 100% 100%;
}
.page3 .job_nav .circle:nth-child(3) .circle_i.on {
  background: url("../imgs/wh-dmb-x.png");
  background-size: 100% 100%;
}

.page3 .job_nav .circle:nth-child(4) {
  transform: translateX(-0.16rem) translateY(7.6rem);
}
.page3 .job_nav .circle:nth-child(4) .circle_i {
  background: url("../imgs/wh-mhj.png");
  background-size: 100% 100%;
}
.page3 .job_nav .circle:nth-child(4) .circle_i.on {
  background: url("../imgs/wh-mhj-x.png");
  background-size: 100% 100%;
}

.page3 .job_nav .circle:nth-child(5) {
  transform: translateX(0.08rem) translateY(8.7rem);
}
.page3 .job_nav .circle:nth-child(5) .circle_i {
  background: url("../imgs/wh-nrr.png");
  background-size: 100% 100%;
}
.page3 .job_nav .circle:nth-child(5) .circle_i.on {
  background: url("../imgs/wh-nrr-x.png");
  background-size: 100% 100%;
}

.page3 .job_nav .circle:nth-child(6) {
  transform: translateX(0.49rem) translateY(9.8rem);
}
.page3 .job_nav .circle:nth-child(6) .circle_i {
  background: url("../imgs/wh-zzq.png");
  background-size: 100% 100%;
}
.page3 .job_nav .circle:nth-child(6) .circle_i.on {
  background: url("../imgs/wh-zzq-x.png");
  background-size: 100% 100%;
}

/* 游戏特色 */
.content .page4 {
  background: url("../imgs/p4.jpg");
  background-size: cover;
  background-position: center top;
}

.page4 .title {
  height: 2.15rem;
  width: 100%;
  margin-top: 1.7rem;
  background: url("../imgs/dsj_title.png") no-repeat center;
  background-size: auto 100%;
}

.page4 .swiper_box {
  width: 16.5rem;
  margin-top: 0.1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page4 .swiper_4 {
  width: 15.18rem;
  height: 5.5rem;
  background-size: 100% 100%;
  overflow: hidden;
}

.page4 .swiper_4 .swiper-slide {
  width: 9.7rem;
  height: 100%;
}

.page4 .swiper_4 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0.06rem solid #fff;
  box-sizing: border-box;
}

.page4 .swiper_4 .swiper-slide-shadow-left,
.page4 .swiper_4 .swiper-slide-shadow-right {
  background: rgba(0, 0, 0, 0.6);
}

.page4 .prev {
  width: 0.6rem;
  height: 0.6rem;
  cursor: pointer;
  background: url("../imgs/z.png") no-repeat center;
  background-size: cover;
}

.page4 .next {
  width: 0.6rem;
  height: 0.6rem;
  cursor: pointer;
  background: url("../imgs/y.png") no-repeat center;
  background-size: cover;
}

/* 学院影音 */
.content .page5 {
  background: url("../imgs/p5.jpg");
  background-size: cover;
  background-position: center top;
}

.page5 .title {
  height: 2.15rem;
  width: 100%;
  margin-top: 1.7rem;
  background: url("../imgs/yy_title.png") no-repeat center;
  background-size: auto 100%;
}

.page5 .preview {
  margin-top: 0.1rem;
  height: 5.4rem;
  width: 14.8rem;
  flex-direction: row;
  cursor: pointer;
}

.page5 .preview .pl {
  float: left;
  height: 100%;
  width: 5.1rem;
}

.page5 .preview .pl .item {
  height: 50%;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.page5 .preview .pr {
  float: right;
  height: 100%;
  width: 9.7rem;
}

.page5 .preview .pr .item {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.page5 .preview img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.page5 .preview .item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* 给图片增加蒙版 */
.page5 .preview .item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
}

.page5 .preview .item:hover::after {
  opacity: 1;
}

.page5 .preview .item .play {
  position: absolute;
  width: 1rem;
  height: 1rem;
  z-index: 999;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../imgs/play.png") no-repeat center;
  background-size: cover;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.page5 .preview .pr .item .play {
  width: 1.5rem;
  height: 1.5rem;
}

.page5 .preview .item:hover .play {
  opacity: 1;
}

.pop {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}

.pop_main {
  position: fixed;
  left: 50%;
  top: 50%;
}

.pop_video {
  background: #000;
  width: 8rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pv video {
  display: block;
  width: 100%;
}

.pv_close {
  width: 0.6rem;
  height: 0.6rem;
  display: block;
  background: url("../imgs/close.png") no-repeat;
  background-size: cover;
  top: -0.6rem;
  right: 0rem;
  position: absolute;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.pv_close:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* 尾页 */
.content .page6 {
  background-color: #2a2a2a;
  height: 2.06rem !important;
}

.content .page6 .fp-tableCell {
  height: 2.06rem !important;
}

.page6 .bottom {
  width: 100%;
  height: 2.06rem;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.page6 .bottom .b_logo {
  width: 1.1rem;
  height: 1rem;
  background: url("../imgs/MOClogo.png") no-repeat;
  background-size: 100% auto;
}

.page6 .bottom .b_18 {
  width: 0.68rem;
  height: 0.98rem;
  background: url("../imgs/18plus.png") no-repeat;
  background-size: 100% auto;
}

.page6 .bottom .text_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.15rem;
  color: #959595;
}

.page6 .bottom .text_box span {
  font-weight: 500;
  color: #5f5f5f;
  line-height: 0.3rem;
}

.page6 .bottom .text_box .link_box {
  display: flex;
  margin-bottom: 0.1rem;
}

.page6 .bottom .text_box .link_box a {
  text-decoration: none;
  font-weight: 400;
  color: #959595;
}

/* 屏幕下方滑动提示 */
.arrow {
  position: fixed;
  width: 0.6rem;
  height: 0.72rem;
  z-index: 20;
  bottom: 0;
  left: 50%;
  margin-left: -0.3rem;
  -webkit-animation: arrowUpDown 1s infinite ease-in-out alternate;
  animation: arrowUpDown 1s infinite ease-in-out alternate;
  background: url("../imgs/arrow.png") no-repeat center;
  background-size: cover;
}

@-webkit-keyframes arrowUpDown {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(0.1rem);
    transform: translateY(0.1rem);
    opacity: 0.8;
  }
}

@keyframes arrowUpDown {
  from {
    transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(0.1rem);
    transform: translateY(0.1rem);
    opacity: 0.8;
  }
}
