* {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

li,
ul {
  list-style: none;
}

body {
  position: relative;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0,30%,0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0,30%,0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

@-webkit-keyframes fadeInUpOpacity {
  0% {
    opacity: 0;
    transform: translate3d(0,30%,0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes fadeInUpOpacity {
  0% {
    opacity: 0;
    transform: translate3d(0,30%,0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

@-webkit-keyframes fadeInUpLeft {
  0% {
    opacity: 0;
    transform: translate3d(-200%,200%,0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes fadeInUpLeft {
  0% {
    opacity: 0;
    transform: translate3d(-200%,200%,0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

@-webkit-keyframes fadeInUp1Plus {
  0% {
    opacity: 0;
    transform: translate3d(0,100%,0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes fadeInUp1Plus {
  0% {
    opacity: 0;
    transform: translate3d(0,100%,0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

@-webkit-keyframes fadeInUp2Plus {
  0% {
    opacity: 0;
    transform: translate3d(0,200%,0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes fadeInUp2Plus {
  0% {
    opacity: 0;
    transform: translate3d(0,200%,0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }

  to {
    opacity: 0;
    transform: translate3d(0,30%,0);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }

  to {
    opacity: 0;
    transform: translate3d(0,30%,0);
  }
}

@-webkit-keyframes fadeOutDown1Plus {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }

  to {
    opacity: 0;
    transform: translate3d(0,100%,0);
  }
}

@keyframes fadeOutDown1Plus {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }

  to {
    opacity: 0;
    transform: translate3d(0,100%,0);
  }
}

@-webkit-keyframes fadeOutDown2Plus {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }

  to {
    opacity: 0;
    transform: translate3d(0,200%,0);
  }
}

@keyframes fadeOutDown2Plus {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }

  to {
    opacity: 0;
    transform: translate3d(0,200%,0);
  }
}

@-webkit-keyframes moreHover {
  0% {
    width: 0;
  }

  to {
    width: 100%;
  }
}

@keyframes moreHover {
  0% {
    width: 0;
  }

  to {
    width: 100%;
  }
}

@-webkit-keyframes moreUnHover {
  0% {
    width: 100%;
  }

  to {
    width: 0;
  }
}

@keyframes moreUnHover {
  0% {
    width: 100%;
  }

  to {
    width: 0;
  }
}

@-webkit-keyframes fadeInTransition {
  0% {
    opacity: .7;
    transform: translate3d(0,-10%,0);
  }

  50% {
    opacity: 1;
    transform: translateZ(0);
  }

  to {
    opacity: .7;
    transform: translate3d(0,-10%,0);
  }
}

@keyframes fadeInTransition {
  0% {
    opacity: .7;
    transform: translate3d(0,-10%,0);
  }

  50% {
    opacity: 1;
    transform: translateZ(0);
  }

  to {
    opacity: .7;
    transform: translate3d(0,-10%,0);
  }
}

@-webkit-keyframes scaleTransition {
  0% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(1.1);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes scaleTransition {
  0% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(1.1);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@-webkit-keyframes scaleTransitionFlower {
  0% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(1.02);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes scaleTransitionFlower {
  0% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(1.02);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@-webkit-keyframes slideUpTransition {
  0% {
    transform: translate3d(0,-10%,0);
  }

  50% {
    transform: translateZ(0);
  }

  to {
    transform: translate3d(0,-10%,0);
  }
}

@keyframes slideUpTransition {
  0% {
    transform: translate3d(0,-10%,0);
  }

  50% {
    transform: translateZ(0);
  }

  to {
    transform: translate3d(0,-10%,0);
  }
}

@-webkit-keyframes scaleTransitionDldl {
  0% {
    opacity: .9;
    transform: translate3d(-0.10416667rem,0,0) scale(1);
  }

  50% {
    opacity: 1;
    transform: translate3d(0.10416667rem,0,0) scale(1.05);
  }

  to {
    opacity: .9;
    transform: translate3d(-0.10416667rem,0,0) scale(1);
  }
}

@keyframes scaleTransitionDldl {
  0% {
    opacity: .9;
    transform: translate3d(-0.10416667rem,0,0) scale(1);
  }

  50% {
    opacity: 1;
    transform: translate3d(0.10416667rem,0,0) scale(1.05);
  }

  to {
    opacity: .9;
    transform: translate3d(-0.10416667rem,0,0) scale(1);
  }
}

@-webkit-keyframes person-float {
  0% {
    transform: translate3d(0,-0.05208333rem,0);
  }

  50% {
    transform: translateZ(0);
  }

  to {
    transform: translate3d(0,-0.05208333rem,0);
  }
}

@keyframes person-float {
  0% {
    transform: translate3d(0,-0.05208333rem,0);
  }

  50% {
    transform: translateZ(0);
  }

  to {
    transform: translate3d(0,-0.05208333rem,0);
  }
}

@-webkit-keyframes person-transform {
  0% {
    transform: translate3d(0.05208333rem,0,0);
  }

  50% {
    transform: translateZ(0);
  }

  to {
    transform: translate3d(0.05208333rem,0,0);
  }
}

@keyframes person-transform {
  0% {
    transform: translate3d(0.05208333rem,0,0);
  }

  50% {
    transform: translateZ(0);
  }

  to {
    transform: translate3d(0.05208333rem,0,0);
  }
}

@-webkit-keyframes person-float-m {
  0% {
    transform: translate3d(0,-0.15625rem,0);
  }

  50% {
    transform: translateZ(0);
  }

  to {
    transform: translate3d(0,-0.15625rem,0);
  }
}

@keyframes person-float-m {
  0% {
    transform: translate3d(0,-0.15625rem,0);
  }

  50% {
    transform: translateZ(0);
  }

  to {
    transform: translate3d(0,-0.15625rem,0);
  }
}

@-webkit-keyframes person-float-scale {
  0% {
    transform: translate3d(0,-0.10416667rem,0) scale(1.05);
  }

  50% {
    transform: translateZ(0) scale(1);
  }

  to {
    transform: translate3d(0,-0.10416667rem,0) scale(1.05);
  }
}

@keyframes person-float-scale {
  0% {
    transform: translate3d(0,-0.10416667rem,0) scale(1.05);
  }

  50% {
    transform: translateZ(0) scale(1);
  }

  to {
    transform: translate3d(0,-0.10416667rem,0) scale(1.05);
  }
}

img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}

body {
  background: #fff;
  overflow-x: hidden;
  font-family: SourceHanSansSC Regular,Microsoft Yahei,"sans-serif";
  color: #2f2f2f;
}

.computed-height,
.computed-height-m {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
}

.pc {
  font-size: 0;
}

.pc .header {
  position: relative;
  height: 0.36458333rem;
  z-index: 5;
  font-size: 0;
  padding: 0 0.15625rem;
}

.pc .header .language-control,
.pc .header .login-control,
.pc .header .menu-control {
  display: inline-block;
  height: 0.36458333rem;
  line-height: 0.36458333rem;
  vertical-align: top;
  font-size: 0.07291667rem;
}

.pc .header .menu-control {
  cursor: pointer;
  width: 0.625rem;
  text-align: center;
}

.pc .header .menu-control .menu-icon {
  display: inline-block;
  vertical-align: top;
  width: 0.078125rem;
  height: 0.36458333rem;
  background: url(//abres.octlib.com/site/sea/img/menu.c33eca3.png) no-repeat 50%;
  margin-right: 0.04166667rem;
}

.pc .header .language-control {
  margin-left: 0.15625rem;
  border-left: 0.00520833rem solid #e6eaea;
  padding-left: 0.15625rem;
}

.pc .header .language-control .lang-text {
  cursor: pointer;
  border-bottom: 0.00520833rem solid #2f2f2f;
}

.pc .header .game-logo {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 0.36458333rem;
  z-index: -1;
}

.pc .header .img-logo {
  position: absolute;
  top: 0.09375rem;
  left: 50%;
  margin-left: -0.52083333rem;
  width: 1.04166667rem;
  cursor: pointer;
}

.pc .header .login-control {
  float: right;
  border-left: 0.00520833rem solid #e6eaea;
  padding-left: 30;
  margin-right: 30;
}

.pc .header .login-control .login-icon {
  margin-left: 0.05208333rem;
  display: inline-block;
  width: 0.08333333rem;
  height: 0.07291667rem;
  background: url(//abres.octlib.com/site/sea/img/login-icon.1be5ad5.png) no-repeat 50%;
  transform: translateY(0.01041667rem);
}

.pc .header .login-control {
  display: none;
}

.pc .content-wrapper {
  overflow: hidden;
  width: 100%;
  font-size: 0.07291667rem;
}

.pc .content-wrapper .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 107%;
  background: rgba(0,0,0,.7);
  z-index: 999;
}

.pc .content-wrapper {
  position: relative;
  top: 0;
  left: 0;
  transition: all .3s;
}

.pc .content-wrapper.language-open,
.pc .content-wrapper.login-open,
.pc .content-wrapper.menu-open {
  top: 0;
  left: 1.66666667rem;
}

.pc .content-wrapper.language-open .mask,
.pc .content-wrapper.login-open .mask,
.pc .content-wrapper.menu-open .mask {
  width: 100%;
}

.pc .news {
  padding-bottom: 0.10416667rem;
}

.pc .common_site-footer-black {
  background-color: #272a2c;
}

.pc .common_site-footer.common_pc-footer {
  width: 100%;
  background-color: #272a2c;
}

.pc .common_pc-footer {
  height: 1.10416667rem;
}

.pc .common_pc-footer .common_footer-main {
  position: relative;
  width: 6.30208333rem;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pc .common_pc-footer .common_footer-main .common_footer-logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 1.09375rem;
  height: 0.18229167rem;
  margin-top: 0.13541667rem;
}

.pc .common_pc-footer .common_footer-main .common_footer-logo .common_footer-logo-item {
  margin-right: 0.10416667rem;
}

.pc .common_pc-footer .common_footer-main .common_footer-logo .common_footer-logo-item:last-child {
  margin-right: 0;
}

.pc .common_pc-footer .common_footer-main .common_footer-logo .common_game {
  width: 1.046875rem;
  height: 0.18229167rem;
  background: url(//abres.octlib.com/site/sea/img/37logo.a30b508.png) no-repeat;
  background-size: 100% 100%;
}

.pc .common_pc-footer .common_footer-main .common_footer-left {
  height: 100%;
}

.pc .common_pc-footer .common_footer-main .common_footer-left .common_terns {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin: 0.08333333rem 0;
  height: 0.08333333rem;
}

.pc .common_pc-footer .common_footer-main .common_footer-left .common_terns-item a {
  color: #898f9c;
  text-decoration: none;
  font-size: 0.08333333rem;
}

.pc .common_pc-footer .common_footer-main .common_footer-left .common_terns-item a:hover {
  color: #22afff;
}

.pc .common_pc-footer .common_footer-main .common_footer-left .common_line {
  list-style: none;
  width: 0.01041667rem;
  height: 0.07291667rem;
  background-color: #898f9c;
  margin: 0 0.078125rem;
}

.pc .common_pc-footer .common_footer-main .common_footer-left .common_copyright {
  color: #898f9c;
  font-size: 0.08333333rem;
}

.pc .common_pc-footer .common_footer-main .common_footer-left .common_copyright:last-child {
  margin-bottom: 0;
}

.pc .common_pc-footer .common_footer-main .common_footer-left .common_copyright-main {
  margin-bottom: 0.0625rem;
}

.pc .common_pc-footer .common_footer-main .common_footer-left .common_copyright-wrap {
  margin-top: 0.15625rem;
  max-width: 4.6875rem;
}

.pc .common_pc-footer .common_footer-main .common_footer-right {
  font-size: 0.08333333rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pc .common_pc-footer .common_footer-main .common_footer-right .common_select-content {
  position: absolute;
  top: 50%;
  margin-top: -0.10416667rem;
  right: 0;
  width: 1.71875rem;
  height: 0.20833333rem;
  box-sizing: border-box;
  border-radius: 0.02083333rem;
  border: 0.00520833rem solid #b8babf;
  line-height: 0.19791667rem;
  color: #898f9c;
  cursor: pointer;
}

.pc .common_pc-footer .common_footer-main .common_footer-right .common_location-icon {
  position: absolute;
  display: inline-block;
  width: 0.10416667rem;
  height: 0.09375rem;
  background: url(//abres.octlib.com/site/sea/img/location.d9ea51f.png) no-repeat;
  background-size: 100% 100%;
  left: 0.078125rem;
  top: 0.05208333rem;
}

.pc .common_pc-footer .common_footer-main .common_footer-right .common_arrow-icon {
  position: absolute;
  display: inline-block;
  width: 0.0625rem;
  height: 0.03645833rem;
  background: url(//abres.octlib.com/site/sea/img/open.1dcd821.png) no-repeat;
  background-size: 100% 100%;
  right: 0.078125rem;
  top: 0.08333333rem;
}

.pc .common_pc-footer .common_footer-main .common_footer-right .common_select-current {
  margin-left: 0.234375rem;
}

.pc .common_pc-footer .common_footer-main .common_footer-right .common_select-options {
  position: absolute;
  top: -0.67708333rem;
  width: 1.70833333rem;
  background-color: #898f9c;
  color: #fff;
  z-index: -1;
  opacity: 0;
  height: 0;
  transition: height .6s ease,opacity .6s ease;
  overflow: hidden;
}

.pc .common_pc-footer .common_footer-main .common_footer-right .common_select-options.active {
  z-index: 99999;
  opacity: 1;
  height: auto;
}

.pc .common_pc-footer .common_footer-main .common_footer-right .common_select-options li {
  width: 100%;
  height: 0.16666667rem;
  line-height: 0.16666667rem;
  padding-left: 0.234375rem;
  box-sizing: border-box;
  cursor: pointer;
}

.pc .common_pc-footer .common_footer-main .common_footer-right .common_select-options li:hover {
  background-color: #808694;
}

.pc .side-menu-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 0;
  opacity: 0;
  height: 100%;
  background: #f4f7f6;
  transition: all .3s;
}

.pc .side-menu-wrapper.menu-open {
  display: block;
  width: 1.66666667rem;
  opacity: 1;
}

.pc .side-menu-wrapper .login-text {
  cursor: pointer;
}

.pc .side-menu-wrapper .login-account,
.pc .side-menu-wrapper .login-control {
  display: none;
}

.pc .side-menu-wrapper .login-icon {
  margin-left: 0.05208333rem;
  display: inline-block;
  width: 0.08333333rem;
  height: 0.07291667rem;
  background: url(//abres.octlib.com/site/sea/img/login-icon-hover.029059f.png) no-repeat;
  transform: translateY(0.015625rem);
}

.pc .side-menu-wrapper .language-control,
.pc .side-menu-wrapper .login-control {
  height: 0.34375rem;
  line-height: 0.34375rem;
  font-size: 0.07291667rem;
  box-sizing: border-box;
  padding-left: 0.15625rem;
  border-bottom: 0.00520833rem solid #e6eaea;
}

.pc .side-menu-wrapper .language-control.cur,
.pc .side-menu-wrapper .language-control:hover,
.pc .side-menu-wrapper .login-control.cur,
.pc .side-menu-wrapper .login-control:hover {
  background: #fff;
}

.pc .side-menu-wrapper .language-control {
  position: relative;
}

.pc .side-menu-wrapper .language-control .lang-text {
  cursor: pointer;
  border-bottom: 0.00520833rem solid #2f2f2f;
}

.pc .side-menu-wrapper .site-link {
  height: 0.34375rem;
  line-height: 0.34375rem;
  font-size: 0.07291667rem;
  box-sizing: border-box;
  padding-left: 0.15625rem;
  color: #000;
  border-bottom: 0.00520833rem solid #e6eaea;
}

.pc .side-menu-wrapper .site-link a {
  display: block;
  width: 100%;
  height: 100%;
  color: #000;
}

.pc .side-menu-wrapper .site-link.cur,
.pc .side-menu-wrapper .site-link:hover {
  cursor: pointer;
  background: #fff;
}

.pc .close-lang,
.pc .close-menu {
  position: absolute;
  top: 0;
  right: 0.08333333rem;
  width: 0.08333333rem;
  height: 0.08333333rem;
  cursor: pointer;
}

.pc .close-lang:after,
.pc .close-menu:after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "X";
  transform: scaleX(1.4);
}

.pc .side-language-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 0;
  opacity: 0;
  height: 100%;
  background: #f4f7f6;
  transition: all .3s;
}

.pc .side-language-wrapper.language-open {
  display: block;
  width: 1.66666667rem;
  opacity: 1;
}

.pc .side-language-wrapper .return-text {
  cursor: pointer;
  border-bottom: 0.00520833rem solid #2f2f2f;
}

.pc .side-language-wrapper .lang-head,
.pc .side-language-wrapper .lang-item {
  height: 0.34375rem;
  line-height: 0.34375rem;
  font-size: 0.07291667rem;
  box-sizing: border-box;
  padding-left: 0.15625rem;
  color: #000;
  border-bottom: 0.00520833rem solid #e6eaea;
}

.pc .side-language-wrapper .lang-head.cur,
.pc .side-language-wrapper .lang-head :hover,
.pc .side-language-wrapper .lang-item.cur,
.pc .side-language-wrapper .lang-item :hover {
  background: #fff;
}

.pc .side-language-wrapper .lang-item.cur,
.pc .side-language-wrapper .lang-item:hover {
  cursor: pointer;
  background: #fff;
}

.pc .side-login-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 0;
  opacity: 0;
  height: 100%;
  background: #f4f7f6;
  transition: all .3s;
}

.pc .side-login-wrapper.login-open {
  display: block;
  width: 1.66666667rem;
  opacity: 1;
}

.pc .side-login-wrapper .login-head {
  height: 0.36458333rem;
  font-size: 0.07291667rem;
  box-sizing: border-box;
  padding: 0 0.15625rem;
  color: #000;
  border-bottom: 0.00520833rem solid #e6eaea;
}

.pc .side-login-wrapper .login-head.cur,
.pc .side-login-wrapper .login-head :hover {
  background: #fff;
}

.pc .side-login-wrapper .login-head .lang-text,
.pc .side-login-wrapper .login-head .return-text {
  display: inline-block;
  margin-top: 0.10416667rem;
  cursor: pointer;
  border-bottom: 0.00520833rem solid #2f2f2f;
}

.pc .side-login-wrapper .login-head .lang-text {
  float: right;
}

.pc .side-login-wrapper .search-wrapper {
  position: relative;
  height: 0.34375rem;
  border-bottom: 0.00520833rem solid #e6eaea;
}

.pc .side-login-wrapper .search-wrapper .input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  padding-left: 0.15625rem;
  color: #000;
  background: #f4f7f6;
}

.pc .side-login-wrapper .search-wrapper .input::-webkit-input-placeholder {
  color: #000;
}

.pc .side-login-wrapper .search-wrapper .input::-moz-placeholder {
  color: #000;
}

.pc .side-login-wrapper .search-wrapper .input:-ms-input-placeholder {
  color: #000;
}

.pc .side-login-wrapper .search-wrapper .input::-ms-input-placeholder {
  color: #000;
}

.pc .side-login-wrapper .search-wrapper .input::placeholder {
  color: #000;
}

.pc .side-login-wrapper .search-wrapper .search-icon {
  position: absolute;
  top: 0.125rem;
  right: 0.17708333rem;
  width: 0.07291667rem;
  height: 0.07291667rem;
  background: url(//abres.octlib.com/site/sea/img/search-icon.20d68c6.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
}

.pc .side-login-wrapper .login-game-list {
  position: relative;
  height: 0.52083333rem;
  padding: 0.14583333rem;
  box-sizing: border-box;
  height: 4.23958333rem;
  border-bottom: 0.00520833rem solid #e6eaea;
}

.pc .side-login-wrapper .login-game-list .game {
  opacity: 0;
  display: inline-block;
  width: 0.41666667rem;
  height: 0.67708333rem;
  margin-left: 0.05208333rem;
  cursor: pointer;
  vertical-align: top;
}

.pc .side-login-wrapper .login-game-list .game:nth-child(3n+1) {
  margin-left: 0;
}

.pc .side-login-wrapper .login-game-list .game .icon {
  width: 0.41666667rem;
  height: 0.41666667rem;
  border-radius: 0.05208333rem;
}

.pc .side-login-wrapper .login-game-list .game .name {
  color: #000;
  display: block;
  width: 0.41666667rem;
  height: 0.22916667rem;
  font-size: 0.07291667rem;
  line-height: 0.11458333rem;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
}

.pc .side-login-wrapper .login-game-list .more {
  position: absolute;
  bottom: -0.3125rem;
  left: 0.55208333rem;
  display: block;
  width: 0.52083333rem;
  height: 0.15625rem;
  line-height: 0.15625rem;
  font-size: 0.09375rem;
  text-align: center;
  color: #000;
  border: 0.00520833rem solid #000;
}

.pc .side-login-wrapper .login-game-list .more:hover {
  color: #fff;
  background: #1b9ae2;
  border: 0.00520833rem solid #1b9ae2;
}

.footer {
  position: absolute;
  bottom: -1.30208333rem;
  left: 0;
  width: 100%;
}

@media screen and (max-width:1330px) {
  body {
    min-height: 14.0625rem;
  }
}

.mobile .news,
.mobile .swiper-container {
  padding: 0 0.53333333rem;
}

.mobile .swiper-container-m {
  width: auto!important;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.mobile .header-m {
  position: relative;
  height: 1.6rem;
  z-index: 5;
  font-size: 0;
  border-bottom: 0.00520833rem solid #e6eaea;
  background: #fff;
}

.mobile .header-m .login-control,
.mobile .header-m .menu-control {
  position: relative;
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  text-align: center;
  vertical-align: top;
  font-size: 0.26666667rem;
}

.mobile .header-m .menu-control {
  cursor: pointer;
  border-right: 0.01333333rem solid #e6eaea;
}

.mobile .header-m .menu-control .menu-icon {
  position: absolute;
  top: 0.66666667rem;
  left: 0.64rem;
  display: inline-block;
  width: 0.33333333rem;
  height: 0.25333333rem;
  background: url(//abres.octlib.com/site/sea/img/menu-m.27bb07f.png) no-repeat;
  background-size: contain;
}

.mobile .header-m .game-logo {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1.6rem;
  z-index: -1;
}

.mobile .header-m .img-logo {
  position: absolute;
  top: 0.56rem;
  left: 50%;
  margin-left: -1.33333333rem;
  width: 2.66666667rem;
  cursor: pointer;
}

.mobile .header-m .login-control {
  float: right;
  border-left: 0.00520833rem solid #e6eaea;
  width: 1.6rem;
  height: 1.6rem;
  display: none;
}

.mobile .header-m .login-control .login-icon {
  width: 0.37333333rem;
  height: 100%;
  display: inline-block;
  background: url(//abres.octlib.com/site/sea/img/login-icon-m.b1bf0d7.png) no-repeat 50%;
  background-size: 100%;
}

.mobile .header-m .facebook,
.mobile .header-m .twitter {
  display: inline-block;
  width: 0.52rem;
  height: 0.52rem;
  background: url(//abres.octlib.com/site/sea/img/icon-fb.3c66eb7.png) no-repeat;
  background-size: 100%;
}

.mobile .header-m .twitter {
  margin-left: 0.26666667rem;
  background: url(//abres.octlib.com/site/sea/img/icon-twitter.d84b8db.png) no-repeat;
  background-size: 100%;
}

.mobile .content-wrapper {
  width: 100%;
  font-size: 0.26666667rem;
  overflow: hidden;
}

.mobile .content-wrapper .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 107%;
  background: rgba(0,0,0,.7);
  z-index: 999;
}

.mobile .content-wrapper {
  position: relative;
  top: 0;
  left: 0;
  transition: all .3s;
}

.mobile .content-wrapper.language-open,
.mobile .content-wrapper.login-open,
.mobile .content-wrapper.menu-open {
  top: 0;
  left: 4.26666667rem;
}

.mobile .content-wrapper.language-open .mask,
.mobile .content-wrapper.login-open .mask,
.mobile .content-wrapper.menu-open .mask {
  width: 100%;
}

.mobile .side-menu-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 0;
  opacity: 0;
  height: 100%;
  background: #f4f7f6;
  transition: all .3s;
}

.mobile .side-menu-wrapper.menu-open {
  display: block;
  width: 4.26666667rem;
  opacity: 1;
}

.mobile .side-menu-wrapper .login-text {
  cursor: pointer;
}

.mobile .side-menu-wrapper .login-account {
  display: none;
}

.mobile .side-menu-wrapper .login-icon {
  margin-left: 0.13333333rem;
  display: inline-block;
  width: 0.26666667rem;
  height: 0.21333333rem;
  background-image: url(//abres.octlib.com/site/sea/img/login-icon-hover.029059f.png);
  background-size: 100%;
  transform: translateY(0.01333333rem);
}

.mobile .side-menu-wrapper .language-control,
.mobile .side-menu-wrapper .login-control {
  height: 0.88rem;
  line-height: 0.88rem;
  font-size: 0.26666667rem;
  box-sizing: border-box;
  padding-left: 0.4rem;
  border-bottom: 0.00520833rem solid #e6eaea;
}

.mobile .side-menu-wrapper .language-control.cur,
.mobile .side-menu-wrapper .language-control:hover,
.mobile .side-menu-wrapper .login-control.cur,
.mobile .side-menu-wrapper .login-control:hover {
  background: #fff;
}

.mobile .side-menu-wrapper .login-control {
  display: none;
}

.mobile .side-menu-wrapper .language-control {
  position: relative;
}

.mobile .side-menu-wrapper .language-control .lang-text {
  cursor: pointer;
  border-bottom: 0.00520833rem solid #2f2f2f;
}

.mobile .side-menu-wrapper .site-link {
  height: 0.88rem;
  line-height: 0.88rem;
  font-size: 0.26666667rem;
  box-sizing: border-box;
  padding-left: 0.4rem;
  color: #000;
  border-bottom: 0.00520833rem solid #e6eaea;
  cursor: pointer;
}

.mobile .side-menu-wrapper .site-link a {
  display: block;
  width: 100%;
  height: 100%;
  color: #000;
}

.mobile .side-menu-wrapper .site-link.cur,
.mobile .side-menu-wrapper .site-link:hover {
  cursor: pointer;
  background: #fff;
}

.mobile .side-menu-wrapper .site-link span {
  cursor: pointer;
}

.mobile .close-lang,
.mobile .close-menu {
  position: absolute;
  top: 0;
  right: 0.21333333rem;
  width: 0.21333333rem;
  height: 0.21333333rem;
  cursor: pointer;
}

.mobile .close-lang:after,
.mobile .close-menu:after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "X";
  transform: scaleX(1.4);
}

.mobile .side-language-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 0;
  opacity: 0;
  height: 100%;
  background: #f4f7f6;
  transition: all .3s;
}

.mobile .side-language-wrapper.language-open {
  display: block;
  width: 4.26666667rem;
  opacity: 1;
}

.mobile .side-language-wrapper .return-text {
  cursor: pointer;
  border-bottom: 0.00520833rem solid #2f2f2f;
}

.mobile .side-language-wrapper .lang-head,
.mobile .side-language-wrapper .lang-item {
  height: 0.88rem;
  line-height: 0.88rem;
  font-size: 0.26666667rem;
  box-sizing: border-box;
  padding-left: 0.4rem;
  color: #000;
  border-bottom: 0.00520833rem solid #e6eaea;
}

.mobile .side-language-wrapper .lang-head.cur,
.mobile .side-language-wrapper .lang-head :hover,
.mobile .side-language-wrapper .lang-item.cur,
.mobile .side-language-wrapper .lang-item :hover {
  background: #fff;
}

.mobile .side-language-wrapper .lang-item.cur,
.mobile .side-language-wrapper .lang-item:hover {
  cursor: pointer;
  background: #fff;
}

.mobile .side-login-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 0;
  opacity: 0;
  height: 100%;
  background: #f4f7f6;
  transition: all .3s;
}

.mobile .side-login-wrapper.login-open {
  display: block;
  width: 4.26666667rem;
  opacity: 1;
}

.mobile .side-login-wrapper .login-head {
  height: 0.93333333rem;
  font-size: 0.26666667rem;
  box-sizing: border-box;
  padding: 0 0.4rem;
  color: #000;
  border-bottom: 0.00520833rem solid #e6eaea;
}

.mobile .side-login-wrapper .login-head.cur,
.mobile .side-login-wrapper .login-head :hover {
  background: #fff;
}

.mobile .side-login-wrapper .login-head .lang-text,
.mobile .side-login-wrapper .login-head .return-text {
  display: inline-block;
  margin-top: 0.26666667rem;
  cursor: pointer;
  border-bottom: 0.00520833rem solid #2f2f2f;
}

.mobile .side-login-wrapper .login-head .lang-text {
  float: right;
}

.mobile .side-login-wrapper .search-wrapper {
  position: relative;
  height: 0.88rem;
  border-bottom: 0.00520833rem solid #e6eaea;
}

.mobile .side-login-wrapper .search-wrapper .input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  padding-left: 0.4rem;
  color: #000;
  background: #f4f7f6;
  font-size: 0.26666667rem;
}

.mobile .side-login-wrapper .search-wrapper .input::-webkit-input-placeholder {
  color: #000;
}

.mobile .side-login-wrapper .search-wrapper .input::-moz-placeholder {
  color: #000;
}

.mobile .side-login-wrapper .search-wrapper .input:-ms-input-placeholder {
  color: #000;
}

.mobile .side-login-wrapper .search-wrapper .input::-ms-input-placeholder {
  color: #000;
}

.mobile .side-login-wrapper .search-wrapper .input::placeholder {
  color: #000;
}

.mobile .side-login-wrapper .search-wrapper .search-icon {
  position: absolute;
  top: 0.26666667rem;
  right: 0.45333333rem;
  width: 0.10416667rem;
  height: 0.10416667rem;
  background: url(//abres.octlib.com/site/sea/img/search-icon.20d68c6.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
}

.mobile .side-login-wrapper .login-game-list {
  position: relative;
  height: 1.33333333rem;
  padding: 0.37333333rem;
  box-sizing: border-box;
  height: 100%;
}

.mobile .side-login-wrapper .login-game-list .game {
  opacity: 0;
  display: inline-block;
  width: 1.06666667rem;
  height: 1.73333333rem;
  margin-left: 0.05333333rem;
  cursor: pointer;
  vertical-align: top;
}

.mobile .side-login-wrapper .login-game-list .game:nth-child(3n+1) {
  margin-left: 0;
}

.mobile .side-login-wrapper .login-game-list .game .icon {
  width: 1.06666667rem;
  height: 1.06666667rem;
  border-radius: 0.13333333rem;
}

.mobile .side-login-wrapper .login-game-list .game .name {
  color: #000;
  display: block;
  width: 1.06666667rem;
  height: 0.58666667rem;
  font-size: 0.26666667rem;
  line-height: 0.29333333rem;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
}

.mobile .side-login-wrapper .login-game-list .more {
  display: none;
}

.mobile .common_site-footer-black {
  background-color: #272a2c;
}

.mobile .common_site-footer.common_m-footer-px {
  width: 100%;
  padding: 0.4rem 0;
  font-size: 0.29333333rem;
}

.mobile .common_m-footer-px {
  height: 5.25333333rem;
}

.mobile .common_m-footer-px .common_footer-main {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mobile .common_m-footer-px .common_footer-main .common_footer-logo {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.26666667rem;
}

.mobile .common_m-footer-px .common_footer-main .common_footer-logo .common_footer-logo-item {
  margin-right: 0.26666667rem;
}

.mobile .common_m-footer-px .common_footer-main .common_footer-logo .common_footer-logo-item:last-child {
  margin-right: 0;
}

.mobile .common_m-footer-px .common_footer-main .common_footer-logo .common_game {
  width: 2.68rem;
  height: 0.46666667rem;
  background: url(//abres.octlib.com/site/sea/img/37logo.a30b508.png) no-repeat;
  background-size: 100% 100%;
  margin-top: 0.10416667rem;
}

.mobile .common_m-footer-px .common_footer-main .common_select-content {
  position: relative;
  width: 4.4rem;
  height: 0.66666667rem;
  box-sizing: border-box;
  border-radius: 0.02083333rem;
  border: 0.01333333rem solid #b8babf;
  line-height: 0.64rem;
  color: #898f9c;
  cursor: pointer;
}

.mobile .common_m-footer-px .common_footer-main .common_location-icon {
  position: absolute;
  display: inline-block;
  width: 0.26666667rem;
  height: 0.24rem;
  background: url(//abres.octlib.com/site/sea/img/location.d9ea51f.png) no-repeat;
  background-size: 100% 100%;
  left: 0.2rem;
  top: 0.2rem;
}

.mobile .common_m-footer-px .common_footer-main .common_arrow-icon {
  position: absolute;
  display: inline-block;
  width: 0.16rem;
  height: 0.09333333rem;
  background: url(//abres.octlib.com/site/sea/img/open.1dcd821.png) no-repeat;
  background-size: 100% 100%;
  right: 0.2rem;
  top: 0.24rem;
}

.mobile .common_m-footer-px .common_footer-main .common_select-current {
  margin-left: 0.6rem;
}

.mobile .common_m-footer-px .common_footer-main .common_select-options {
  position: absolute;
  top: -2.26666667rem;
  width: 4.37333333rem;
  background-color: #898f9c;
  color: #fff;
  z-index: -1;
  opacity: 0;
  height: 0;
  transition: height .6s ease,opacity .6s ease;
  overflow: hidden;
}

.mobile .common_m-footer-px .common_footer-main .common_select-options.active {
  z-index: 99999;
  opacity: 1;
  height: auto;
}

.mobile .common_m-footer-px .common_footer-main .common_select-options li {
  width: 100%;
  height: 0.56rem;
  line-height: 0.56rem;
  padding-left: 0.6rem;
  box-sizing: border-box;
  cursor: pointer;
}

.mobile .common_m-footer-px .common_footer-main .common_select-options li:hover {
  background-color: #808694;
}

.mobile .common_m-footer-px .common_footer-main .common_share-content {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.37333333rem 0;
}

.mobile .common_m-footer-px .common_footer-main .common_terns {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 0.24rem 0;
  height: 0.21333333rem;
  font-size: 0.29333333rem;
}

.mobile .common_m-footer-px .common_footer-main .common_terns-item a {
  color: #898f9c;
  text-decoration: none;
}

.mobile .common_m-footer-px .common_footer-main .common_terns-item a:hover {
  color: #22afff;
}

.mobile .common_m-footer-px .common_footer-main .common_line {
  width: 0.02666667rem;
  height: 0.24rem;
  background-color: #898f9c;
  margin: 0 0.21333333rem;
}

.mobile .common_m-footer-px .common_footer-main .common_copyright {
  color: #898f9c;
  margin-bottom: 0.2rem;
  text-align: center;
  line-height: 0.4rem;
}

.mobile .common_m-footer-px .common_footer-main .common_copyright:last-child {
  margin-bottom: 0;
}

.unscroll {
  overflow: hidden;
  height: 100%;
}

.unscroll .footer {
  display: none;
}

.setTopIndex {
  z-index: 999;
}

@media screen and (max-width:1330px) {
  .pc {
    font-size: 0;
  }

  .pc .header {
    padding: 0 0.22556391rem;
  }

  .pc .content-wrapper {
    width: 100%;
    font-size: 0.10526318rem;
  }

  .pc .content-wrapper .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 107%;
    background: rgba(0,0,0,.7);
    z-index: 999;
  }

  .pc .content-wrapper {
    position: relative;
    top: 0;
    left: 0;
    transition: all .3s;
  }

  .pc .content-wrapper.language-open,
  .pc .content-wrapper.login-open,
  .pc .content-wrapper.menu-open {
    top: 0;
    left: 2.40601505rem;
  }

  .pc .content-wrapper.language-open .mask,
  .pc .content-wrapper.login-open .mask,
  .pc .content-wrapper.menu-open .mask {
    width: 100%;
  }

  .pc .news {
    padding-bottom: 0.15037594rem;
  }

  .pc .header {
    position: relative;
    height: 0.36458333rem;
    z-index: 5;
    font-size: 0;
  }

  .pc .header .language-control,
  .pc .header .login-control,
  .pc .header .menu-control {
    display: inline-block;
    height: 0.36458333rem;
    line-height: 0.36458333rem;
    vertical-align: top;
    font-size: 0.13533833rem;
  }

  .pc .header .menu-control {
    width: 0.625rem;
    text-align: center;
    cursor: pointer;
  }

  .pc .header .menu-control .menu-icon {
    display: inline-block;
    vertical-align: top;
    width: 0.078125rem;
    height: 0.36458333rem;
    background: url(//abres.octlib.com/site/sea/img/menu.c33eca3.png) no-repeat 50%;
    margin-right: 0.04166667rem;
  }

  .pc .header .language-control {
    margin-left: 0.15625rem;
    border-left: 0.0075188rem solid #e6eaea;
    padding-left: 0.15625rem;
  }

  .pc .header .language-control .lang-text {
    cursor: pointer;
    border-bottom: 0.00520833rem solid #2f2f2f;
  }

  .pc .header .game-logo {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 0.36458333rem;
    z-index: -1;
  }

  .pc .header .login-control {
    float: right;
    border-left: 0.0075188rem solid #e6eaea;
    padding-left: 0.15625rem;
    margin-right: 0.15625rem;
    display: none;
  }

  .pc .header .login-control .login-icon {
    margin-left: 0.05208333rem;
    display: inline-block;
    width: 0.12030073rem;
    height: 0.10526318rem;
    background-image: url(//abres.octlib.com/site/sea/img/login-icon.1be5ad5.png);
    background-size: 100%;
  }

  .pc .header .facebook,
  .pc .header .twitter {
    display: inline-block;
    width: 0.203125rem;
    height: 0.203125rem;
    background: url(//abres.octlib.com/site/sea/img/icon-fb.3c66eb7.png) no-repeat;
    background-size: 100%;
  }

  .pc .header .twitter {
    margin-left: 0.10416667rem;
    background: url(//abres.octlib.com/site/sea/img/icon-twitter.d84b8db.png) no-repeat;
    background-size: 100%;
  }

  .pc .common_site-footer-black {
    background-color: #272a2c;
  }

  .pc .common_site-footer.common_pc-footer {
    width: 100%;
    background-color: #272a2c;
  }

  .pc .common_pc-footer {
    height: 1.59398495rem;
  }

  .pc .common_pc-footer .common_footer-main {
    position: relative;
    width: 9.09774437rem;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .pc .common_pc-footer .common_footer-main .common_footer-logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 1.57894734rem;
    height: 0.26315792rem;
    margin-top: 0.1954887rem;
  }

  .pc .common_pc-footer .common_footer-main .common_footer-logo .common_footer-logo-item {
    margin-right: 0.15037594rem;
  }

  .pc .common_pc-footer .common_footer-main .common_footer-logo .common_footer-logo-item:last-child {
    margin-right: 0;
  }

  .pc .common_pc-footer .common_footer-main .common_footer-logo .common_game {
    width: 1.51127818rem;
    height: 0.26315792rem;
    background: url(//abres.octlib.com/site/sea/img/37logo.a30b508.png) no-repeat;
    background-size: 100% 100%;
  }

  .pc .common_pc-footer .common_footer-main .common_footer-left {
    height: 100%;
  }

  .pc .common_pc-footer .common_footer-main .common_footer-left .common_terns {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin: 0.12030073rem 0;
    height: 0.12030073rem;
  }

  .pc .common_pc-footer .common_footer-main .common_footer-left .common_terns-item a {
    color: #898f9c;
    text-decoration: none;
    font-size: 0.12030073rem;
  }

  .pc .common_pc-footer .common_footer-main .common_footer-left .common_terns-item a:hover {
    color: #22afff;
  }

  .pc .common_pc-footer .common_footer-main .common_footer-left .common_line {
    list-style: none;
    width: 0.0150376rem;
    height: 0.10526318rem;
    background-color: #898f9c;
    margin: 0 0.11278198rem;
  }

  .pc .common_pc-footer .common_footer-main .common_footer-left .common_copyright {
    color: #898f9c;
    font-size: 0.12030073rem;
  }

  .pc .common_pc-footer .common_footer-main .common_footer-left .common_copyright:last-child {
    margin-bottom: 0;
  }

  .pc .common_pc-footer .common_footer-main .common_footer-left .common_copyright-main {
    margin-bottom: 0.09022557rem;
  }

  .pc .common_pc-footer .common_footer-main .common_footer-left .common_copyright-wrap {
    margin-top: 0.07518797rem;
    max-width: 6.76691729rem;
  }

  .pc .common_pc-footer .common_footer-main .common_footer-right {
    font-size: 0.12030073rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .pc .common_pc-footer .common_footer-main .common_footer-right .common_select-content {
    position: absolute;
    top: 50%;
    margin-top: -0.15037594rem;
    right: 0;
    width: 2.48120302rem;
    height: 0.30075188rem;
    box-sizing: border-box;
    border-radius: 0.03007521rem;
    border: 0.0075188rem solid #b8babf;
    line-height: 0.28571427rem;
    color: #898f9c;
    cursor: pointer;
  }

  .pc .common_pc-footer .common_footer-main .common_footer-right .common_location-icon {
    position: absolute;
    display: inline-block;
    width: 0.15037594rem;
    height: 0.13533833rem;
    background: url(//abres.octlib.com/site/sea/img/location.d9ea51f.png) no-repeat;
    background-size: 100% 100%;
    left: 0.11278198rem;
    top: 0.07518797rem;
  }

  .pc .common_pc-footer .common_footer-main .common_footer-right .common_arrow-icon {
    position: absolute;
    display: inline-block;
    width: 0.09022557rem;
    height: 0.05263156rem;
    background: url(//abres.octlib.com/site/sea/img/open.1dcd821.png) no-repeat;
    background-size: 100% 100%;
    right: 0.11278198rem;
    top: 0.12030073rem;
  }

  .pc .common_pc-footer .common_footer-main .common_footer-right .common_select-current {
    margin-left: 0.33834589rem;
  }

  .pc .common_pc-footer .common_footer-main .common_footer-right .common_select-options {
    position: absolute;
    top: -0.97744359rem;
    width: 2.46616542rem;
    background-color: #898f9c;
    color: #fff;
    z-index: -1;
    opacity: 0;
    height: 0;
    transition: height .6s ease,opacity .6s ease;
    overflow: hidden;
  }

  .pc .common_pc-footer .common_footer-main .common_footer-right .common_select-options.active {
    z-index: 99999;
    opacity: 1;
    height: auto;
  }

  .pc .common_pc-footer .common_footer-main .common_footer-right .common_select-options li {
    width: 100%;
    height: 0.24060151rem;
    line-height: 0.24060151rem;
    padding-left: 0.33834589rem;
    box-sizing: border-box;
    cursor: pointer;
  }

  .pc .common_pc-footer .common_footer-main .common_footer-right .common_select-options li:hover {
    background-color: #808694;
  }

  .pc .side-menu-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 0;
    opacity: 0;
    height: 100%;
    background: #f4f7f6;
    transition: all .3s;
  }

  .pc .side-menu-wrapper.menu-open {
    display: block;
    width: 2.40601505rem;
    opacity: 1;
  }

  .pc .side-menu-wrapper .login-text {
    cursor: pointer;
  }

  .pc .side-menu-wrapper .login-account {
    display: none;
  }

  .pc .side-menu-wrapper .login-icon {
    margin-left: 0.07518797rem;
    display: inline-block;
    width: 0.12030073rem;
    height: 0.10526318rem;
    background-image: url(//abres.octlib.com/site/sea/img/login-icon-hover.029059f.png);
    background-size: 100%;
  }

  .pc .side-menu-wrapper .language-control,
  .pc .side-menu-wrapper .login-control {
    height: 0.49624062rem;
    line-height: 0.49624062rem;
    font-size: 0.13533833rem;
    box-sizing: border-box;
    padding-left: 0.22556391rem;
    border-bottom: 0.00520833rem solid #e6eaea;
  }

  .pc .side-menu-wrapper .language-control.cur,
  .pc .side-menu-wrapper .language-control:hover,
  .pc .side-menu-wrapper .login-control.cur,
  .pc .side-menu-wrapper .login-control:hover {
    background: #fff;
  }

  .pc .side-menu-wrapper .login-control {
    display: none;
  }

  .pc .side-menu-wrapper .language-control {
    position: relative;
  }

  .pc .side-menu-wrapper .language-control .lang-text {
    cursor: pointer;
    border-bottom: 0.00520833rem solid #2f2f2f;
  }

  .pc .side-menu-wrapper .site-link {
    height: 0.49624062rem;
    line-height: 0.49624062rem;
    font-size: 0.10526318rem;
    box-sizing: border-box;
    padding-left: 0.22556391rem;
    color: #000;
    border-bottom: 0.00520833rem solid #e6eaea;
  }

  .pc .side-menu-wrapper .site-link a {
    display: block;
    width: 100%;
    height: 100%;
    color: #000;
  }

  .pc .side-menu-wrapper .site-link.cur,
  .pc .side-menu-wrapper .site-link:hover {
    cursor: pointer;
    background: #fff;
  }

  .pc .side-language-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 0;
    opacity: 0;
    height: 100%;
    background: #f4f7f6;
    transition: all .3s;
  }

  .pc .side-language-wrapper.language-open {
    display: block;
    width: 2.40601505rem;
    opacity: 1;
  }

  .pc .side-language-wrapper .return-text {
    cursor: pointer;
    border-bottom: 0.00520833rem solid #2f2f2f;
  }

  .pc .side-language-wrapper .lang-head,
  .pc .side-language-wrapper .lang-item {
    height: 0.49624062rem;
    line-height: 0.49624062rem;
    font-size: 0.10526318rem;
    box-sizing: border-box;
    padding-left: 0.22556391rem;
    color: #000;
    border-bottom: 0.00520833rem solid #e6eaea;
  }

  .pc .side-language-wrapper .lang-head.cur,
  .pc .side-language-wrapper .lang-head :hover,
  .pc .side-language-wrapper .lang-item.cur,
  .pc .side-language-wrapper .lang-item :hover {
    background: #fff;
  }

  .pc .side-language-wrapper .lang-item.cur,
  .pc .side-language-wrapper .lang-item:hover {
    cursor: pointer;
    background: #fff;
  }

  .pc .close-lang,
  .pc .close-menu {
    position: absolute;
    top: 0;
    right: 0.12030073rem;
    width: 0.12030073rem;
    height: 0.12030073rem;
    cursor: pointer;
  }

  .pc .close-lang:after,
  .pc .close-menu:after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "X";
    transform: scaleX(1.4);
  }

  .pc .side-login-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 0;
    opacity: 0;
    height: 100%;
    background: #f4f7f6;
    transition: all .3s;
  }

  .pc .side-login-wrapper.login-open {
    display: block;
    width: 2.40601505rem;
    opacity: 1;
  }

  .pc .side-login-wrapper .login-head {
    height: 0.52631578rem;
    font-size: 0.10526318rem;
    box-sizing: border-box;
    padding: 0 0.22556391rem;
    color: #000;
    border-bottom: 0.00520833rem solid #e6eaea;
  }

  .pc .side-login-wrapper .login-head.cur,
  .pc .side-login-wrapper .login-head :hover {
    background: #fff;
  }

  .pc .side-login-wrapper .login-head .lang-text,
  .pc .side-login-wrapper .login-head .return-text {
    display: inline-block;
    margin-top: 0.15037594rem;
    cursor: pointer;
    border-bottom: 0.00520833rem solid #2f2f2f;
  }

  .pc .side-login-wrapper .login-head .lang-text {
    float: right;
  }

  .pc .side-login-wrapper .search-wrapper {
    position: relative;
    height: 0.49624062rem;
    border-bottom: 0.00520833rem solid #e6eaea;
  }

  .pc .side-login-wrapper .search-wrapper .input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    padding-left: 0.22556391rem;
    color: #000;
    background: #f4f7f6;
  }

  .pc .side-login-wrapper .search-wrapper .input::-webkit-input-placeholder {
    color: #000;
  }

  .pc .side-login-wrapper .search-wrapper .input::-moz-placeholder {
    color: #000;
  }

  .pc .side-login-wrapper .search-wrapper .input:-ms-input-placeholder {
    color: #000;
  }

  .pc .side-login-wrapper .search-wrapper .input::-ms-input-placeholder {
    color: #000;
  }

  .pc .side-login-wrapper .search-wrapper .input::placeholder {
    color: #000;
  }

  .pc .side-login-wrapper .search-wrapper .search-icon {
    position: absolute;
    top: 0.18045115rem;
    right: 0.25563911rem;
    width: 0.10526318rem;
    height: 0.10526318rem;
    background: url(//abres.octlib.com/site/sea/img/search-icon.20d68c6.png) no-repeat;
    background-size: 100%;
    cursor: pointer;
  }

  .pc .side-login-wrapper .login-game-list {
    position: relative;
    height: 0.75187969rem;
    padding: 0.2105263rem;
    box-sizing: border-box;
    height: 6.12030073rem;
    border-bottom: 0.00520833rem solid #e6eaea;
  }

  .pc .side-login-wrapper .login-game-list .game {
    display: inline-block;
    width: 0.60150375rem;
    height: 0.97744359rem;
    margin-left: 0.07518797rem;
    cursor: pointer;
  }

  .pc .side-login-wrapper .login-game-list .game:nth-child(3n+1) {
    margin-left: 0;
  }

  .pc .side-login-wrapper .login-game-list .game .icon {
    width: 0.60150375rem;
    height: 0.60150375rem;
  }

  .pc .side-login-wrapper .login-game-list .game .name {
    color: #000;
    display: block;
    width: 0.60150375rem;
    height: 0.37593984rem;
    font-size: 0.10526318rem;
    line-height: 0.16541354rem;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
  }

  .pc .side-login-wrapper .login-game-list .more {
    position: absolute;
    bottom: -0.45112781rem;
    left: 0.7969925rem;
    display: block;
    width: 0.75187969rem;
    height: 0.22556391rem;
    line-height: 0.22556391rem;
    font-size: 0.13533833rem;
    text-align: center;
    color: #000;
    border: 0.0075188rem solid #000;
  }

  .pc .side-login-wrapper .login-game-list .more:hover {
    color: #fff;
    background: #1b9ae2;
    border: 0.0075188rem solid #1b9ae2;
  }
}

.fadeInUp {
  -webkit-animation: fadeInUp .6s ease-out;
  -webkit-animation-fill-mode: forwards;
  animation: fadeInUp .6s ease-out;
  animation-fill-mode: forwards;
}

.fadeInUpLeft {
  -webkit-animation: fadeInUpLeft .5s ease-out;
  -webkit-animation-fill-mode: forwards;
  animation: fadeInUpLeft .5s ease-out;
  animation-fill-mode: forwards;
}

.fadeInUpOpacity {
  -webkit-animation: fadeInUpOpacity 1.2s ease-out;
  -webkit-animation-fill-mode: forwards;
  animation: fadeInUpOpacity 1.2s ease-out;
  animation-fill-mode: forwards;
}

.animate-down-info .icon-wrapper {
  opacity: 0;
  -webkit-animation: fadeInUp .6s ease-out;
  -webkit-animation-fill-mode: forwards;
  animation: fadeInUp .6s ease-out;
  animation-fill-mode: forwards;
}

.animate-down-info .qrcode-wrapper,
.animate-down-info .scan-tips {
  opacity: 0;
  -webkit-animation: fadeInUp .6s ease-out .2s;
  -webkit-animation-fill-mode: forwards;
  animation: fadeInUp .6s ease-out .2s;
  animation-fill-mode: forwards;
}

.animate-down-info .scan-tips {
  opacity: 0;
  -webkit-animation: fadeInUp2Plus .6s ease-out .2s;
  -webkit-animation-fill-mode: forwards;
  animation: fadeInUp2Plus .6s ease-out .2s;
  animation-fill-mode: forwards;
}

.animate-down-info .name {
  opacity: 0;
  -webkit-animation: fadeInUp1Plus .6s ease-out .3s;
  -webkit-animation-fill-mode: forwards;
  animation: fadeInUp1Plus .6s ease-out .3s;
  animation-fill-mode: forwards;
}

.animate-down-info .slogan {
  opacity: 0;
  -webkit-animation: fadeInUp2Plus .6s ease-out .4s;
  -webkit-animation-fill-mode: forwards;
  animation: fadeInUp2Plus .6s ease-out .4s;
  animation-fill-mode: forwards;
}

.animate-down-info .download,
.animate-down-info .official-site-link {
  opacity: 0;
  -webkit-animation: fadeInUp1Plus .6s ease-out .5s;
  -webkit-animation-fill-mode: forwards;
  animation: fadeInUp1Plus .6s ease-out .5s;
  animation-fill-mode: forwards;
}

.animate-down-info-back .icon-wrapper,
.animate-down-info-back .qrcode-wrapper,
.animate-down-info-back .scan-tips {
  -webkit-animation: fadeOutDown .6s ease-out;
  animation: fadeOutDown .6s ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.animate-down-info-back .scan-tips {
  -webkit-animation: fadeOutDown2Plus .6s ease-out;
  animation: fadeOutDown2Plus .6s ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.animate-down-info-back .name {
  -webkit-animation: fadeOutDown1Plus .6s ease-out;
  animation: fadeOutDown1Plus .6s ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.animate-down-info-back .slogan {
  -webkit-animation: fadeOutDown2Plus .6s ease-out;
  animation: fadeOutDown2Plus .6s ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.animate-down-info-back .download,
.animate-down-info-back .official-site-link {
  -webkit-animation: fadeOutDown1Plus .6s ease-out;
  animation: fadeOutDown1Plus .6s ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

#ieFix .download .slider-title,
#ieFix .game,
#ieFix .home-icon,
#ieFix .icon-wrapper,
#ieFix .name,
#ieFix .news-item,
#ieFix .official-site-link,
#ieFix .qrcode-wrapper,
#ieFix .scan-tips,
#ieFix .slogan,
#ieFix .swiper-container,
#ieFix .swiper-container-spec,
#ieFix .swiper-nav,
#ieFix .swiper-slide,
#ieFix .title {
  opacity: 1;
}

.mobile .news .container .news-item .news-detail-link,
.pc .article-list .content .article .link {
  height: 100%;
  width: 100%;
}

.pc .article-list {
  min-height: 5.41666667rem;
}

.pc .article-list .game-recommend {
  position: relative;
  height: 1.45833333rem;
}

.pc .article-list .game-recommend .top-bg {
  width: 100%;
}

.pc .article-list .title {
  height: 0.28125rem;
  border-bottom: 0.01041667rem solid #e8e8e8;
  margin: 0.20833333rem 0;
  box-sizing: border-box;
}

.pc .article-list .title .title-left {
  height: 0.28125rem;
  font-size: 0.13541667rem;
  color: #000;
  float: left;
  border-bottom: 0.01041667rem solid #000;
  box-sizing: border-box;
}

.pc .article-list .content {
  margin: 0 auto;
  width: 5.72916667rem;
  min-height: 5.41666667rem;
}

.pc .article-list .content .article-container {
  position: relative;
  width: 5.72916667rem;
  min-height: 2.33333333rem;
  background: #fff;
  border-bottom: 0.00520833rem solid #e8e8e8;
  border-top: 0.00520833rem solid #e8e8e8;
}

.pc .article-list .content .article-container .more {
  display: block;
  position: absolute;
  bottom: -0.15104167rem;
  left: 50%;
  margin-left: -0.61458333rem;
  width: 1.22916667rem;
  height: 0.25rem;
  line-height: 0.25rem;
  text-align: center;
  font-size: 0.09375rem;
  background: url(//abres.octlib.com/site/sea/img/article-more.c614dfb.png) no-repeat;
  background-size: 100%;
  color: #fff;
  cursor: pointer;
}

.pc .article-list .content .article {
  position: relative;
  width: 100%;
  height: 0.625rem;
  border-bottom: 0.00520833rem solid #e8e8e8;
  box-sizing: border-box;
  cursor: pointer;
}

.pc .article-list .content .article .icon-wrapper {
  position: relative;
  display: inline-block;
  width: 0.59375rem;
  height: 100%;
  border-right: 0.02083333rem solid #e6eaea;
}

.pc .article-list .content .article .icon-wrapper .dot {
  position: absolute;
  top: 0.26041667rem;
  right: -0.07291667rem;
  display: block;
  width: 0.05208333rem;
  height: 0.05208333rem;
  background: #8c8c8c;
}

.pc .article-list .content .article .icon-wrapper .dot:after {
  top: 0.02083333rem;
  right: -0.05208333rem;
  display: block;
  content: "";
  position: absolute;
  width: 0.05208333rem;
  height: 0.01041667rem;
  background: #e6eaea;
}

.pc .article-list .content .article .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.19791667rem;
  margin-top: -0.19791667rem;
  width: 0.39583333rem;
  height: 0.39583333rem;
  border-radius: 0.10416667rem;
}

.pc .article-list .content .article .slogan {
  position: absolute;
  top: 0.23958333rem;
  left: 1.40625rem;
  width: 3.07291667rem;
  color: #010101;
  font-size: 0.07291667rem;
  line-height: 0.125rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all .3s ease-in-out;
}

.pc .article-list .content .article .time {
  position: absolute;
  top: 0.23958333rem;
  left: 0.78125rem;
  text-align: right;
  padding-right: 0.05208333rem;
  font-size: 0.09375rem;
  color: #8c8c8c;
}

.pc .article-list .content .article .article-tag {
  position: absolute;
  top: 0.22916667rem;
  right: 0.10416667rem;
  display: block;
  width: 0.52083333rem;
  height: 0.15625rem;
  line-height: 0.15625rem;
  font-size: 0.07291667rem;
  text-align: center;
  color: #000;
  border: 0.00520833rem solid #000;
  border-radius: 0.125rem;
  z-index: 2;
}

.pc .article-list .content .article .article-tag:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 100%;
  content: "";
  border-radius: 0.11458333rem;
  background: #e89d4c;
  z-index: -1;
  transition: width .3s ease-in-out;
}

.pc .article-list .content .article .article-tag:hover {
  border: 0.00520833rem solid #e89d4c;
  color: #fff;
}

.pc .article-list .content .article .article-tag:hover:after {
  width: 100%;
  height: 100%;
}

.pc .article-list .content .article .link {
  display: block;
  cursor: pointer;
}

.pc .article-list .content .article:hover .slogan {
  color: #e89d4c;
}

.pc .article-list .content .article:hover .article-tag {
  color: #fff;
  border: 0.00520833rem solid #e89d4c;
}

.pc .article-list .content .article:hover .article-tag:after {
  width: 100%;
  height: 100%;
}

.pc .article-detail {
  min-height: 5.41666667rem;
}

.pc .article-detail .game-recommend {
  position: relative;
  height: 1.45833333rem;
}

.pc .article-detail .game-recommend .top-bg {
  width: 100%;
}

.pc .article-detail img {
  max-width: 100%!important;
}

.pc .article-detail .content {
  margin: 0 auto;
  width: 5.72916667rem;
  min-height: 3.86979167rem;
  background: #fff;
  padding-bottom: 1.04166667rem;
  box-sizing: border-box;
  font-size: 0.11458333rem;
  line-height: 0.16666667rem;
  color: #555;
  word-wrap: break-word;
  word-break: normal;
}

.pc .article-detail .content .head {
  position: relative;
  min-height: 0.6875rem;
  box-sizing: border-box;
}

.pc .article-detail .content .title {
  position: absolute;
  bottom: 0.26041667rem;
  left: 0;
  left: 50%;
  margin-left: -2.08333333rem;
  width: 4.16666667rem;
  font-size: 0.15625rem;
  line-height: 1.3;
  color: #000;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-align: center;
  overflow: hidden;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  word-break: break-word;
  max-height: 0.51041667rem;
}

.pc .article-detail .content .line {
  position: absolute;
  top: 0.52083333rem;
  right: 0;
  width: 100%;
  height: 0.00520833rem;
  background: #e6eaea;
}

.pc .article-detail .content .line .back {
  font-size: 0.09375rem;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #2f2f2f;
  border-bottom: 0.00520833rem solid #000;
  cursor: pointer;
}

.pc .article-detail .content .line .center-line {
  display: block;
  height: 0.00520833rem;
  background: #000;
  width: 0.28125rem;
  margin: 0 auto;
}

.pc .article-detail .content .game-icon {
  position: absolute;
  top: 0.07291667rem;
  right: 0.26041667rem;
  width: 0.38541667rem;
  height: 0.38541667rem;
  border-radius: 0.10416667rem;
}

.pc .article-detail .content .game-icon.default {
  background-image: url(//abres.octlib.com/site/sea/img/37games.03d8e92.png);
  background-size: 100%;
}

.pc .article-detail .content .time {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 0.09375rem;
  color: #969595;
}

.pc .article-detail .content .game-info {
  position: absolute;
  top: 0.72916667rem;
  left: 0;
  font-size: 0.08333333rem;
  color: #000;
}

.pc .article-detail .content .article-detail-container {
  padding: 0.22916667rem;
  box-sizing: border-box;
  font-size: 0.09375rem;
  color: #969596;
}

.pc .article-detail .content .article-detail-container p {
  line-height: 0.14583333rem;
}

.mobile .news {
  width: 8.93333333rem;
  min-height: 10.66666667rem;
  background: #f4f7f6;
  padding-bottom: 3.17333333rem;
  overflow: hidden;
  position: relative;
}

.mobile .news .title {
  width: 100%;
  height: 0.72rem;
  margin-top: 0.4rem;
  border-bottom: 0.01041667rem solid #e8e8e8;
  margin-right: 0.13333333rem;
  box-sizing: border-box;
}

.mobile .news .title .title-left {
  height: 0.72rem;
  min-width: 0.74666667rem;
  font-size: 0.34666667rem;
  color: #000;
  float: left;
  border-bottom: 0.01041667rem solid #000;
  box-sizing: border-box;
}

.mobile .news .container {
  margin: 0 auto;
  width: 100%;
}

.mobile .news .container .more {
  display: block;
  float: right;
  width: 1.30666667rem;
  margin-top: 0.13333333rem;
  height: 0.32rem;
  line-height: 0.32rem;
  font-size: 0.24rem;
  text-align: center;
  background: #969595;
  color: #f4f7f6;
  transition: all .3s ease-in-out;
  border-radius: 0.32rem;
}

.mobile .news .container .more:hover {
  color: #fff;
  background: #1b9ae2;
}

.mobile .news .container .more span {
  vertical-align: top;
  display: inline-block;
  height: 100%;
  line-height: 0.29333333rem;
}

.mobile .news .container .news-list {
  padding-top: 0.26666667rem;
}

.mobile .news .container .news-item {
  position: relative;
  width: 100%;
  height: 2.53333333rem;
  border-bottom: 0.00520833rem solid #e6eaea;
}

.mobile .news .container .news-item:hover .news-list-title {
  color: #22a7ff;
  cursor: pointer;
}

.mobile .news .container .news-item .game-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
}

.mobile .news .container .news-item .news-detail-link {
  padding: 0.26666667rem 0;
  display: block;
  box-sizing: border-box;
  position: relative;
}

.mobile .news .container .news-item .news-detail-link .news-list-content,
.mobile .news .container .news-item .news-detail-link .news-list-title {
  color: #333;
}

.mobile .news .container .news-item .news-detail-link:hover .news-list-title {
  color: #e89d4c;
  cursor: pointer;
}

.mobile .news .container .news-item .news-detail-link:hover .to-article {
  overflow: hidden;
  color: #fff;
  background: #e89d4c;
  border: 0.00520833rem solid #e89d4c;
}

.mobile .news .container .news-item .news-list-title,
.mobile .news .container .news-item .publish-time {
  display: inline-block;
  vertical-align: top;
}

.mobile .news .container .news-item .publish-time {
  font-size: 0.21333333rem;
  float: right;
  text-align: right;
  color: #cfd1d0;
}

.mobile .news .container .news-item .news-list-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 5.33333333rem;
  transition: all .3s ease;
  font-size: 0.24rem;
}

.mobile .news .container .news-item .news-list-content {
  position: absolute;
  top: 0.64rem;
  left: 2.08rem;
  width: 6.8rem;
  height: 0.56rem;
  line-height: 0.32rem;
  font-size: 0.18666667rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  transition: all .3s ease;
}

.mobile .news .container .news-item .to-article {
  position: absolute;
  bottom: 0.4rem;
  left: 2.13333333rem;
  width: 1.28rem;
  height: 0.45333333rem;
  line-height: 0.45333333rem;
  transition: all .3s ease;
  color: #000;
  border: 0.00520833rem solid #000;
  border-radius: 0.21333333rem;
  text-align: center;
  overflow: hidden;
}

.mobile .news .container .news-item .to-article:hover {
  color: #fff;
  background: #e89d4c;
  border: 0.00520833rem solid #e89d4c;
}

.mobile .article-detail {
  min-height: 13.86666667rem;
}

.mobile .article-detail img {
  max-width: 100%!important;
}

.mobile .article-detail .content {
  margin: 0 auto;
  width: 8.93333333rem;
  min-height: 9.90666667rem;
  background: #fff;
  padding-bottom: 3.86666667rem;
  box-sizing: border-box;
  font-size: 0.29333333rem;
  line-height: 0.42666667rem;
  color: #555;
  word-wrap: break-word;
  word-break: normal;
}

.mobile .article-detail .content .head {
  position: relative;
  height: 1.76rem;
  box-sizing: border-box;
}

.mobile .article-detail .content .title {
  position: absolute;
  bottom: 0.66666667rem;
  left: 0;
  left: 50%;
  margin-left: -3.46666667rem;
  width: 6.93333333rem;
  font-size: 0.4rem;
  color: #000;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-align: center;
  overflow: hidden;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  word-break: break-word;
  max-height: 1.30666667rem;
}

.mobile .article-detail .content .line {
  position: absolute;
  top: 1.33333333rem;
  right: 0;
  width: 100%;
  height: 0.00520833rem;
  background: #e6eaea;
  text-align: center;
}

.mobile .article-detail .content .line .back {
  font-size: 0.24rem;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #2f2f2f;
  border-bottom: 0.01333333rem solid #000;
  cursor: pointer;
}

.mobile .article-detail .content .line .center-line {
  display: block;
  height: 0.00520833rem;
  background: #000;
  width: 0.72rem;
  margin: 0 auto;
}

.mobile .article-detail .content .game-icon {
  position: absolute;
  top: 0.18666667rem;
  right: 0;
  width: 0.98666667rem;
  height: 0.98666667rem;
  border-radius: 0.26666667rem;
}

.mobile .article-detail .content .game-icon.default {
  background-image: url(//abres.octlib.com/site/sea/img/37games.03d8e92.png);
  background-size: 100%;
}

.mobile .article-detail .content .time {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 0.24rem;
  color: #969595;
}

.mobile .article-detail .content .game-info {
  position: absolute;
  top: 1.86666667rem;
  left: 0;
  font-size: 0.21333333rem;
  color: #000;
}

.mobile .article-detail .content .article-detail-container {
  padding: 0.58666667rem;
  box-sizing: border-box;
  font-size: 0.24rem;
  color: #969596;
}

.mobile .article-detail .content .article-detail-container p {
  line-height: 0.34666667rem;
}

@media screen and (max-width:1330px) {
  .pc .article-list {
    min-height: 7.81954885rem;
  }

  .pc .article-list .game-recommend {
    position: relative;
    height: 2.10526318rem;
  }

  .pc .article-list .game-recommend .top-bg {
    width: 100%;
    height: 100%;
  }

  .pc .article-list .title {
    height: 0.40601505rem;
    border-bottom: 0.0150376rem solid #e8e8e8;
    margin: 0.30075188rem 0;
    box-sizing: border-box;
  }

  .pc .article-list .title .title-left {
    height: 0.40601505rem;
    font-size: 0.1954887rem;
    color: #000;
    float: left;
    border-bottom: 0.0150376rem solid #000;
    box-sizing: border-box;
  }

  .pc .article-list .content {
    margin: 0 auto;
    width: 8.27067667rem;
    min-height: 7.81954885rem;
  }

  .pc .article-list .content .article-container {
    position: relative;
    width: 8.27067667rem;
    min-height: 3.36842104rem;
    background: #fff;
    border-bottom: 0.0075188rem solid #e8e8e8;
    border-top: 0.0075188rem solid #e8e8e8;
  }

  .pc .article-list .content .article-container .more {
    display: block;
    position: absolute;
    bottom: -0.2180451rem;
    left: 50%;
    margin-left: -0.88721802rem;
    width: 1.77443609rem;
    height: 0.36090224rem;
    line-height: 0.36090224rem;
    text-align: center;
    font-size: 0.13533833rem;
    background: url(//abres.octlib.com/site/sea/img/article-more.c614dfb.png) no-repeat;
    background-size: 100%;
    color: #fff;
    cursor: pointer;
  }

  .pc .article-list .content .article {
    position: relative;
    width: 100%;
    height: 0.90225563rem;
    border-bottom: 0.0075188rem solid #e8e8e8;
    box-sizing: border-box;
    cursor: pointer;
  }

  .pc .article-list .content .article .icon-wrapper {
    position: relative;
    display: inline-block;
    width: 0.85714286rem;
    height: 100%;
    border-right: 0.03007521rem solid #e6eaea;
  }

  .pc .article-list .content .article .icon-wrapper .dot {
    position: absolute;
    top: 0.37593984rem;
    right: -0.10526318rem;
    display: block;
    width: 0.07518797rem;
    height: 0.07518797rem;
    background: #8c8c8c;
  }

  .pc .article-list .content .article .icon-wrapper .dot:after {
    top: 0.03007521rem;
    right: -0.07518797rem;
    display: block;
    content: "";
    position: absolute;
    width: 0.07518797rem;
    height: 0.0150376rem;
    background: #e6eaea;
  }

  .pc .article-list .content .article .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -0.28571427rem;
    margin-top: -0.28571427rem;
    width: 0.57142859rem;
    height: 0.57142859rem;
    border-radius: 0.15037594rem;
  }

  .pc .article-list .content .article .slogan {
    position: absolute;
    top: 0.34586469rem;
    left: 2.03007521rem;
    width: 4.43609021rem;
    color: #010101;
    font-size: 0.10526318rem;
    line-height: 0.18045115rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: all .3s ease-in-out;
  }

  .pc .article-list .content .article .time {
    position: absolute;
    top: 0.34586469rem;
    left: 1.12781953rem;
    text-align: right;
    padding-right: 0.07518797rem;
    font-size: 0.13533833rem;
    color: #8c8c8c;
  }

  .pc .article-list .content .article .article-tag {
    position: absolute;
    top: 0.33082708rem;
    right: 0.15037594rem;
    display: block;
    width: 0.75187969rem;
    height: 0.22556391rem;
    line-height: 0.22556391rem;
    font-size: 0.13533833rem;
    text-align: center;
    color: #000;
    border: 0.0075188rem solid #000;
    border-radius: 0.18045115rem;
    transition: all .3s ease-in-out;
    box-sizing: border-box;
    z-index: 2;
  }

  .pc .article-list .content .article .article-tag:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 0;
    height: 100%;
    content: "";
    border-radius: 0.11458333rem;
    background: #e89d4c;
    z-index: -1;
    transition: width .3s ease-in-out;
  }

  .pc .article-list .content .article .article-tag:hover {
    border: 0.00520833rem solid #e89d4c;
    color: #fff;
  }

  .pc .article-list .content .article .article-tag:hover:after {
    width: 100%;
    height: 100%;
  }

  .pc .article-list .content .article .link {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }

  .pc .article-list .content .article:hover .slogan {
    color: #e89d4c;
  }

  .pc .article-list .content .article:hover .article-tag {
    color: #fff;
    border: 0.00520833rem solid #e89d4c;
  }

  .pc .article-list .content .article:hover .article-tag:after {
    width: 100%;
    height: 100%;
  }

  .pc .article-detail {
    min-height: 7.81954885rem;
  }

  .pc .article-detail .game-recommend {
    position: relative;
    height: 2.10526318rem;
  }

  .pc .article-detail .game-recommend .top-bg {
    width: 100%;
    height: 100%;
  }

  .pc .article-detail img {
    max-width: 100%!important;
  }

  .pc .article-detail .content {
    margin: 0 auto;
    width: 8.27067667rem;
    min-height: 5.58646615rem;
    background: #fff;
    padding-bottom: 1.50375937rem;
    box-sizing: border-box;
    font-size: 0.16541354rem;
    line-height: 0.24060151rem;
    color: #555;
    word-wrap: break-word;
    word-break: normal;
  }

  .pc .article-detail .content .head {
    position: relative;
    height: 0.9924812rem;
    box-sizing: border-box;
  }

  .pc .article-detail .content .title {
    position: absolute;
    bottom: 0.37593984rem;
    left: 0;
    left: 50%;
    margin-left: -2.40601505rem;
    width: 4.81203005rem;
    font-size: 0.2105263rem;
    color: #000;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-align: center;
    overflow: hidden;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
    word-break: break-all;
    max-height: 0.73684208rem;
  }

  .pc .article-detail .content .line {
    position: absolute;
    top: 0.75187969rem;
    right: 0;
    width: 100%;
    height: 0.0075188rem;
    background: #e6eaea;
  }

  .pc .article-detail .content .line .back {
    font-size: 0.13533833rem;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #2f2f2f;
    border-bottom: 0.0075188rem solid #000;
    cursor: pointer;
  }

  .pc .article-detail .content .line .center-line {
    display: block;
    height: 0.0075188rem;
    background: #000;
    width: 0.40601505rem;
    margin: 0 auto;
  }

  .pc .article-detail .content .game-icon {
    position: absolute;
    top: 0.10526318rem;
    right: 0.37593984rem;
    width: 0.55639099rem;
    height: 0.55639099rem;
    border-radius: 0.15037594rem;
  }

  .pc .article-detail .content .game-icon.default {
    background-image: url(//abres.octlib.com/site/sea/img/37games.03d8e92.png);
    background-size: 100%;
  }

  .pc .article-detail .content .time {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 0.12030073rem;
    color: #969595;
  }

  .pc .article-detail .content .game-info {
    position: absolute;
    top: 1.05263156rem;
    left: 0;
    font-size: 0.12030073rem;
    color: #000;
  }

  .pc .article-detail .content .article-detail-container {
    padding: 0.33082708rem;
    box-sizing: border-box;
    font-size: 0.13533833rem;
    color: #969596;
  }

  .pc .article-detail .content .article-detail-container p {
    line-height: 0.1954887rem;
  }
}

.fix-long-title {
  transform: translateY(0.26041667rem);
}
