* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.a9vg_pc {
  width: 100%;
  min-width: 1400px;
  height: auto;
}
.a9vg_pc .banner {
  width: 100%;
  height: 100%;
  background: url(../images/bg1.png) no-repeat;
  background-size: cover;
  padding: 60px 0;
  position: relative;
}
.a9vg_pc .game_selection {
  width: 100%;
  height: 100%;
  background: url(../images/bg2.png) no-repeat;
  background-size: cover;
  padding: 60px 0;
  position: relative;
}
.a9vg_pc .media_report {
  width: 100%;
  height: 100%;
  background: url(../images/bg3.png) no-repeat;
  background-size: cover;
  padding: 60px 0;
  position: relative;
}
.a9vg_pc .wonderful_review {
  width: 100%;
  height: 100%;
  background: url(../images/bg4.png) no-repeat;
  background-size: cover;
  padding: 60px 0;
  position: relative;
}
.a9vg_pc .media_support {
  width: 100%;
  height: 100%;
  background: url(../images/bg5.png) no-repeat;
  background-size: cover;
  padding: 60px 0;
  position: relative;
}
.banner_content {
  width: 1400px;
  height: 100%;
  border-left: 1px solid #504635;
  border-right: 1px solid #504635;
  margin: 0 auto;
  position: relative;
}
.banner_content .logo {
  height: 60px;
  position: relative;
  top: -31px;
}
.banner_content .logo::before {
  content: '';
  width: 36px;
  height: 1px;
  display: block;
  background: #504635;
  position: absolute;
  left: 0;
  bottom: 28px;
}
.banner_content .logo .logoImg {
  position: absolute;
  left: 58px;
  bottom: 0;
}
.banner_content .logo::after {
  content: '';
  width: 1100px;
  height: 1px;
  display: block;
  background: #504635;
  position: absolute;
  right: 0;
  bottom: 28px;
}
.banner_content .title {
  position: absolute;
  bottom: 35px;
  left: 60px;
}
.banner_content .special {
  bottom: 0 !important;
}
.game_selection_content {
  width: 1400px;
  height: 100%;
  border-left: 1px solid #504635;
  border-right: 1px solid #504635;
  margin: 0 auto;
}
.game_selection_content .title .rule {
  position: absolute;
  right: 12px;
  top: 8px;
  z-index: 10;
}
.game_selection_content .title .rule > span {
  color: #fff;
  height: 24px;
  line-height: 24px;
  display: block;
  font-size: 18px;
  padding-left: 36px;
  cursor: pointer;
}
.game_selection_content .title .rule > span::before {
  content: '';
  width: 24px;
  height: 24px;
  display: block;
  background: url(../images/rule_icon.png) no-repeat;
  position: absolute;
  left: 0;
}
.game_selection_content .title .rule .rule_tip {
  display: none;
  position: absolute;
  top: 33px;
  right: -5px;
  width: 560px;
  height: 406px;
  background: url(../images/rule_bg.png) no-repeat;
  background-size: 100%;
  padding: 20px 40px 20px 30px;
}
.game_selection_content .title .rule .rule_tip .tipH {
  font-size: 17px;
  color: #c1905a;
  margin-top: 36px;
}
.game_selection_content .title .rule .rule_tip .tipContent {
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 26px;
  color: #cacaca;
  margin-top: 7px;
}
.game_selection_content .title .rule .rule_tip .notice {
  margin-top: 33px;
  font-size: 12px;
  color: #c1905a;
}
.game_selection_content .title .rule .rule_tip #closeRules {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}
.game_selection_content .game_tab_swiper-container {
  width: 1400px;
  height: 250px;
  margin-top: 26px;
}
.game_selection_content .game_tab_swiper-container::before {
  content: '';
  width: 1400px;
  height: 1px;
  display: block;
  background: rgba(119, 91, 72, 0.3);
  opacity: 0.6;
  position: absolute;
  top: 10px;
}
.game_selection_content .game_tab_swiper-container .swiper-wrapper {
  width: 1400px;
  margin-top: 10px;
}
.game_selection_content .game_tab_swiper-container .swiper-wrapper .swiper-slide {
  width: 135px !important;
  cursor: pointer;
}
.game_selection_content .game_tab_swiper-container .swiper-wrapper .swiper-slide span {
  display: inline-block;
  padding: 0 50px;
  letter-spacing: 3px;
  writing-mode: vertical-lr;
  font-size: 16px;
  color: #cacaca;
  transform: rotate(-20deg);
  transform-origin: 110% -50%;
  -ms-transform: rotate(-20deg);
  -ms-transform-origin: 110% -50%;
  -moz-transform: rotate(-20deg);
  -moz-transform-origin: 110% -50%;
  -webkit-transform: rotate(-20deg);
  -webkit-transform-origin: 110% -50%;
  -o-transform: rotate(-20deg);
  -o-transform-origin: 110% -50%;
}
.game_selection_content
  .game_tab_swiper-container
  .swiper-wrapper
  .swiper-slide.is-active {
  border-top: 1px solid #775641;
}
.game_selection_content
  .game_tab_swiper-container
  .swiper-wrapper
  .swiper-slide.is-active
  span {
  color: #b18555;
}
.game_selection_content
  .game_tab_swiper-container
  .swiper-wrapper
  .swiper-slide.is-active::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 57px;
  width: 20px;
  height: 21px;
  background: url(../images/game_tab_icon.png) no-repeat;
}
.game_selection_content .game_selection_swiper-container {
  width: 1400px;
  height: 390px;
}
.game_selection_content
  .game_selection_swiper-container
  .swiper-wrapper
  .swiper-slide
  ul {
  display: flex;
  justify-content: space-around;
}
.game_selection_content
  .game_selection_swiper-container
  .swiper-wrapper
  .swiper-slide
  ul
  li {
  width: 300px;
  height: 380px;
}
.game_selection_content
  .game_selection_swiper-container
  .swiper-wrapper
  .swiper-slide
  ul
  li
  dl {
  width: 300px;
  height: 300px;
}
.game_selection_content
  .game_selection_swiper-container
  .swiper-wrapper
  .swiper-slide
  ul
  li
  dl
  dt {
  width: 300px;
  height: 300px;
  border: 1px solid #5f5f5f;
  background: rgba(62, 63, 63, 0.5);
  position: relative;
}
.game_selection_content
  .game_selection_swiper-container
  .swiper-wrapper
  .swiper-slide
  ul
  li
  dl
  dt
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  right: 10px;
  top: 10px;
}
.game_selection_content
  .game_selection_swiper-container
  .swiper-wrapper
  .swiper-slide
  ul
  li
  dl
  dt
  p {
  width: 300px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background: rgba(25, 30, 34, 0.5);
  color: #fefefe;
  font-size: 14px;
  position: absolute;
  right: 10px;
  bottom: -10px;
}
.game_selection_content
  .game_selection_swiper-container
  .swiper-wrapper
  .swiper-slide
  ul
  li
  dl
  dd {
  width: 140px;
  height: 38px;
  margin: 30px auto;
  border: 1px solid #5f5f5f;
  background: rgba(62, 63, 63, 0.5);
  position: relative;
}
.game_selection_content
  .game_selection_swiper-container
  .swiper-wrapper
  .swiper-slide
  ul
  li
  dl
  dd
  p {
  width: 140px;
  height: 38px;
  background: url(../images/game_vote.png) no-repeat;
  background-size: 100%;
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 0 6px;
  color: #553301;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.game_selection_content
  .game_selection_swiper-container
  .swiper-wrapper
  .swiper-slide
  ul
  li
  dl
  dd
  p:hover {
  right: 0;
  top: 0;
}
.game_selection_content
  .game_selection_swiper-container
  .swiper-wrapper
  .swiper-slide
  ul
  li
  dl
  dd
  p
  span {
  width: 70px;
  height: 38px;
  line-height: 38px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
}
.game_selection_content
  .game_selection_swiper-container
  .swiper-wrapper
  .swiper-slide
  ul
  li
  dl
  dd
  p
  b {
  width: 58px;
  height: 38px;
  line-height: 38px;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
}
.media_report_content {
  width: 1400px;
  height: 100%;
  border-left: 1px solid #504635;
  border-right: 1px solid #504635;
  margin: 0 auto;
}
.media_report_content .media_report_list {
  width: 1370px;
  height: 620px;
  margin: 70px 20px 0 10px;
}
.media_report_content .media_report_list .list_left {
  width: 730px;
  float: left;
}
.media_report_content .media_report_list .list_left .report_img {
  width: 730px;
  height: 420px;
  background: rgba(60, 55, 57, 0.5);
  position: relative;
}
.media_report_content .media_report_list .list_left .report_img img {
  width: 763px;
  height: 420px;
  object-fit: cover;
  position: absolute;
  top: -20px;
  left: 20px;
}
.media_report_content .media_report_list .list_left .report_intro {
  padding: 0 38px 0 26px;
}
.media_report_content .media_report_list .list_left .report_intro p {
  color: #c1905a;
  font-size: 14px;
  line-height: 24px;
  margin-top: 30px;
}
.media_report_content .media_report_list .list_right {
  float: left;
  width: 640px;
  height: 500px;
  margin-top: 100px;
  background: rgba(60, 55, 57, 0.5);
  padding: 54px 30px 94px 70px;
}
.media_report_content .media_report_list .list_right > div {
  width: 550px;
  height: 360px;
  overflow-y: scroll;
  padding-right: 15px;
}
.media_report_content .media_report_list .list_right div h6 {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 12px;
}
.media_report_content .media_report_list .list_right div p {
  font-size: 16px;
  color: grey;
  line-height: 24px;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  -o-line-clamp: 2;
  -o-box-orient: vertical;
  -ms-line-clamp: 2;
  -ms-box-orient: vertical;
}
.wonderful_review_content {
  width: 1400px;
  height: 100%;
  border-left: 1px solid #504635;
  border-right: 1px solid #504635;
  margin: 0 auto;
}
.wonderful_review_content .wonderful_review_wall {
  width: 1368px;
  height: 562px;
  margin: 40px auto 0;
}
.wonderful_review_content .wonderful_review_wall li {
  width: 340px;
  height: 280px;
  overflow: hidden;
  margin: 1px;
  float: left;
}
.wonderful_review_content .wonderful_review_wall li img {
  width: 100%;
  height: 100%;
  object: cover;
}
.media_support_content {
  width: 1400px;
  height: 100%;
  border-left: 1px solid #504635;
  border-right: 1px solid #504635;
  border-bottom: 1px solid #504635;
  margin: 0 auto;
}
.media_support_content .media_support_main {
  padding: 40px 50px 0 45px;
}
.media_support_content .media_support_main img {
  width: 100%;
  height: 100%;
}
.selectionTitle {
  height: 49px;
  position: relative;
  top: -20px;
}
.selectionTitle::before {
  content: '';
  width: 36px;
  height: 1px;
  display: block;
  background: #504635;
  position: absolute;
  left: 0;
  bottom: 28px;
}
.selectionTitle .titleH {
  position: absolute;
  left: 49px;
  bottom: 0;
}
.selectionTitle::after {
  content: '';
  width: 1100px;
  height: 1px;
  display: block;
  background: #504635;
  position: absolute;
  right: 0;
  bottom: 28px;
}
.scroll_down {
  width: 1400px;
  height: 1px;
  position: absolute;
  bottom: 60px;
}
.scroll_down::before {
  content: '';
  width: 630px;
  height: 1px;
  display: block;
  background: #504635;
  position: absolute;
  left: 0;
}
.scroll_down span {
  width: 67px;
  height: 57px;
  background: url(../images/scroll_down.png) no-repeat;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -33px;
  animation: down 0.9s infinite;
}
.scroll_down::after {
  content: '';
  width: 630px;
  height: 1px;
  display: block;
  background: #504635;
  position: absolute;
  right: 0;
}
@keyframes down {
  0% {
    bottom: 11px;
  }
  100% {
    bottom: -40px;
  }
}
#fp-nav.fp-right {
  right: 50px;
}
#fp-nav ul li {
  width: 10px;
  height: auto;
  border-radius: 5px;
  background: #c1905a;
}
#fp-nav ul li > a.active {
  height: 60px;
}
#fp-nav ul li a {
  height: 10px;
}
#fp-nav ul li a span {
  width: 10px;
  height: 10px;
  background: 0 0;
}
@media screen and (max-width: 1540px) and (max-height: 800px) {
  .game_selection .game_selection_content .game_tab_swiper-container {
    height: 210px;
    margin-top: -10px;
  }
  .game_selection
    .game_selection_content
    .game_selection_swiper-container
    .swiper-wrapper
    .swiper-slide
    ul
    li
    dl
    dd {
    margin: 15px auto;
  }
  .media_report .media_report_content .media_report_list {
    margin: 15px 20px 0 10px;
    height: 520px;
  }
  .media_report .media_report_content .media_report_list .list_left .report_img {
    height: 300px;
  }
  .media_report .media_report_content .media_report_list .list_left .report_img img {
    height: 300px;
  }
  .media_report .media_report_content .media_report_list .list_right {
    height: 430px;
    padding: 39px 30px 94px 70px;
  }
  .wonderful_review_content {
    padding-bottom: 10px;
  }
  .wonderful_review_content .wonderful_review_wall {
    margin: 20px auto 0;
  }
}
port_main img {
  width: 100%;
  height: 100%;
}
.selectionTitle {
  height: 49px;
  position: relative;
  top: -20px;
}
.selectionTitle::before {
  content: '';
  width: 36px;
  height: 1px;
  display: block;
  background: #504635;
  position: absolute;
  left: 0;
  bottom: 28px;
}
.selectionTitle .titleH {
  position: absolute;
  left: 49px;
  bottom: 0px;
}
.selectionTitle::after {
  content: '';
  width: 1100px;
  height: 1px;
  display: block;
  background: #504635;
  position: absolute;
  right: 0;
  bottom: 28px;
}
.scroll_down {
  width: 1400px;
  height: 1px;
  position: absolute;
  bottom: 60px;
}
.scroll_down::before {
  content: '';
  width: 630px;
  height: 1px;
  display: block;
  background: #504635;
  position: absolute;
  left: 0;
}
.scroll_down span {
  width: 67px;
  height: 57px;
  background: url('../images/scroll_down.png') no-repeat;
  position: absolute;
  left: 50%;
  bottom: 0px;
  margin-left: -33px;
  animation: down 0.9s infinite;
}
.scroll_down::after {
  content: '';
  width: 630px;
  height: 1px;
  display: block;
  background: #504635;
  position: absolute;
  right: 0;
}
@keyframes down {
  0% {
    bottom: 11px;
  }
  100% {
    bottom: -40px;
  }
}
#fp-nav.fp-right {
  right: 50px;
}
#fp-nav ul li {
  width: 10px;
  height: auto;
  border-radius: 5px;
  background: #c1905a;
}
#fp-nav ul li > a.active {
  height: 60px;
}
#fp-nav ul li a {
  height: 10px;
}
#fp-nav ul li a span {
  width: 10px;
  height: 10px;
  background: transparent;
}
@media screen and (max-width: 1540px) and (max-height: 800px) {
  .game_selection .game_selection_content .game_tab_swiper-container {
    height: 210px;
    margin-top: -10px;
  }
  .game_selection
    .game_selection_content
    .game_selection_swiper-container
    .swiper-wrapper
    .swiper-slide
    ul
    li
    dl
    dd {
    margin: 15px auto;
  }
  .media_report .media_report_content .media_report_list {
    margin: 15px 20px 0 10px;
    height: 520px;
  }
  .media_report .media_report_content .media_report_list .list_left .report_img {
    height: 300px;
  }
  .media_report .media_report_content .media_report_list .list_left .report_img img {
    height: 300px;
  }
  .media_report .media_report_content .media_report_list .list_right {
    height: 430px;
    padding: 39px 30px 94px 70px;
  }
  .wonderful_review_content {
    padding-bottom: 10px;
  }
  .wonderful_review_content .wonderful_review_wall {
    margin: 20px auto 0;
  }
}
