@import url("../lib/fontawesome/css/all.min.css");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Roboto, Arial;
}

pre,
code {
  font-family: monospace, consolas;
}

.clear {
  clear: both;
  display: table;
}

.box-count {
  position: fixed;
  z-index: 10;
  top: 45%;
  right: 0px;
}

.homepage {
  background: #000000 url("../images/bg-sub-trung-thu-2022.jpg") no-repeat center top;
}

.subpage {
  background: #000000 url("../images/bg-mobile-summer-2021.jpg") no-repeat center top;
}

header {
  background: url("../images/bg-header.png") no-repeat center top;
  height: 73px;
  margin-bottom: 346px;
}

.nav-bar li {
  float: left;
  list-style-type: none;
}

.nav-bar li a {
  line-height: 51px;
  padding: 0px 20px;
  text-decoration: none;
  color: #fff;
  font-weight: 300;
  font-size: 15px;
  display: block;
}

nav {
  position: relative;
  width: 940px;
  height: 51px;
  margin: 0 auto;
}

.logo {
  position: absolute;
  left: 7%;
}

.nav-bar {
  position: absolute;
  right: 0px;
}

.nav-active {
  background-color: rgb(207 129 98 / 42%);
}

.nav-bar li:hover {
  background-color: rgb(207 129 98 / 42%);
}

.nav-bar li {
  border-right: 1px solid #5f1100;
}

.code-bank {
  background-color: rgb(244 76 10 / 50%);
}

.code-bank:hover {
  background-color: rgb(244 76 10 / 70%) !important;
}

.code-bank a {
  font-weight: 600 !important;
}

.download-client {
  background-color: #ff0000;
}

.zone {
  float: left;
}

section {
  margin: 0 auto;
  content: "";
  clear: both;
  display: table;
}

section::after {
  content: "";
  clear: both;
  display: table;
}

.left-zone {
  width: 300px;
  margin-right: 10px;
}

.right-zone {
  width: 630px;
}

.paging ul li.first span,
.paging ul li.prev span,
.paging ul li.next span,
.paging ul li.last span {
  color: #999999;
  font-size: 12px;
  padding: 4px 10px;
  background: #00092e;
  opacity: 0.7;
  filter: alpha(opacity=70);
  display: block;
}

.pagingWrapOut {
  overflow: hidden;
  clear: both;
  padding: 10px 35px 10px;
}

.pagingWrapOut .bor {
  overflow: hidden;
  padding: 0;
}

.pagingWrap {
  position: relative;
  padding-left: 50%;
  display: block;
  float: left;
}

.paging {
  overflow: hidden;
  padding: 5px 30px;
  clear: both;
  margin: 0 0 0 -50%;
  display: inline-block;
}

.paging ul {
  display: block;
  overflow: hidden;
  margin: 0 auto;
}

.paging ul li {
  float: left;
  margin-right: 4px;
  color: #fff;
  font-size: 12px;
  display: block;
  border-radius: 3px;
}

ul li.last a {
  color: #999999;
  font-size: 12px;
  padding: 4px 10px;
  background: #00092e;
  display: block;
}

.paging ul li a {
  color: #999;
  font-size: 12px;
  padding: 4px 10px;
  display: block;
  font-weight: bold;
  border: 1px solid #597996;
  text-decoration: none;
}

.paging ul li span {
  color: #fff;
  font-size: 12px;
  padding: 4px 10px;
  font-weight: bold;
  display: block;
  background: #ff4e00;
  border: 1px solid #ffae00;
}

#breadcrums {
  overflow: hidden;
  padding: 0 15px 0px;
  background: #3f464f;
}

#breadcrums p.navi {
  float: left;
  line-height: 38px;
  margin: 0;
  font-size: 11px;
  color: #ff4646;
}

#breadcrums p.navi a {
  color: #999;
  font-size: 16px;
  padding: 0 30px 0 0;
  position: relative;
  display: block;
  float: left;
  display: none;
}

#breadcrums p.navi span {
  color: #1db7ff;
  font-weight: bold;
  font-size: 15px;
  position: relative;
  padding: 0 24px 0 40px;
  display: block;
  float: left;
  background: url("../images/sukien.png") no-repeat 0px center;
}

.main-page {
  background-image: url("../images/bg-sub-class.png");
}

ul.newslist {
  list-style: none;
  padding: 2% 2% 0;
  overflow: hidden;
}

ul.newslist li {
  float: left;
  padding-bottom: 15px;
  margin-bottom: 15px;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #3e4d5f;
}

ul.newslist li .thumbnail {
  float: left;
  margin-right: 10px;
  margin-top: 5px;
  width: 110px;
  height: 80px;
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

ul.newslist li .thumbnail img {
  border: 1px solid #666;
  width: 100px;
  height: 70px;
}

.thumbnail a > img,
.thumbnail > img {
  margin-right: auto;
  margin-left: auto;
}

.newsContent h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

ul.newslist li .newsContent a.title {
  display: block;
  color: #1db7ff;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
}

ul.newslist li .newsContent span.time {
  font-size: 11px;
  color: #bebebe;
  margin: 4px 0;
  display: block;
  font-style: normal;
}

ul.newslist li .newsContent p {
  line-height: 20px;
  color: #bebebe;
  margin: 0 0 10px;
  font-size: 14px;
}

/* tin tuc */

.right-zone {
  width: 630px;
}

#breadcrums {
  overflow: hidden;
  padding: 0 15px 0px;
  background: #3f464f;
}

#breadcrums p.navi {
  float: left;
  line-height: 38px;
  margin: 0;
  font-size: 11px;
  color: #ff4646;
}

#breadcrums p.navi a {
  color: #999;
  font-size: 16px;
  padding: 0 30px 0 0;
  position: relative;
  display: block;
  float: left;
  display: none;
}

#breadcrums p.navi span {
  color: #1db7ff;
  font-weight: bold;
  font-size: 15px;
  position: relative;
  padding: 0 24px 0 40px;
  display: block;
  float: left;
  background: url("../images/icontitle/h173a1.png") no-repeat 0px center;
}

.main-page {
  background-color: #15181f;
}

ul.newslist {
  list-style: none;
  padding: 2% 2% 0;
  overflow: hidden;
}

ul.newslist li {
  float: left;
  padding-bottom: 15px;
  margin-bottom: 15px;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #3e4d5f;
}

ul.newslist li .thumbnail {
  float: left;
  margin-right: 10px;
  margin-top: 5px;
  width: 110px;
  height: 80px;
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

ul.newslist li .thumbnail img {
  border: 1px solid #666;
  width: 100px;
  height: 70px;
}

.thumbnail a > img,
.thumbnail > img {
  margin-right: auto;
  margin-left: auto;
}

.newsContent h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

ul.newslist li .newsContent a.title {
  display: block;
  color: #1db7ff;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
}

ul.newslist li .newsContent span.time {
  font-size: 11px;
  color: #bebebe;
  margin: 4px 0;
  display: block;
  font-style: normal;
}

ul.newslist li .newsContent p {
  line-height: 20px;
  color: #bebebe;
  margin: 0 0 10px;
  font-size: 14px;
}

ul.newslist li .newsContent a.title:hover {
  text-decoration: none;
  color: #ffae00;
}

/* end tin tuc */

/* detail */

.titleContent {
  margin: 0 20px 20px;
  border-bottom: 1px solid #484848;
  padding: 15px 0 20px;
  clear: both;
  overflow: hidden;
  position: relative;
}

.titleContent h1 {
  font-weight: normal;
  font-size: 26px;
  line-height: 32px;
  text-align: left;
  color: #ffb400;
  text-shadow: 0px 0px 0px #000;
  margin-top: 20px;
  margin-bottom: 10px;
}

.titleContent span.time {
  color: #646363;
  display: inline-block;
  position: relative;
  font-size: 14px;
}

.top-content {
  padding: 0 10px;
  overflow: hidden;
  margin-bottom: 0;
  color: #bebebe;
  font-family: arial !important;
  font-size: 14px;
}

.top-content p img,
.top-content li img {
  margin-bottom: 0px !important;
}

.top-content > p,
.top-content .top-contentH2 > p,
.top-content .top-contentH3 > p,
.top-content .top-contentH4 > p,
.top-content .top-contentH5 > p,
.top-content .top-contentH6 > p {
  margin-bottom: 20px;
  text-align: justify;
}

.top-content p {
  margin-bottom: 20px;
  display: block;
  line-height: 22px;
  margin: 0 0 10px;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.top-content ol,
.top-content ul.decimal {
  clear: both;
  list-style: decimal;
  margin-bottom: 20px;
  padding: 0 0 0 30px;
}

/* end detail */

/* related news */

#relatedNews {
  width: 100%;
  max-width: 800px;
  overflow: hidden;
  background: rgba(255, 255, 255, 1);
  font-size: 14px;
}

#relatedNews h3:before {
  content: " ";
  float: left;
  display: block;
  width: 18px;
  height: 18px;
  margin: 7px 10px 0 0;
}

#relatedNews h3 {
  background: url("../images/sukien.png") no-repeat #3f464f 10px center;
  line-height: 41px;
  color: #fff;
  font-size: 18px;
  text-indent: 28px;
  text-transform: none;
  margin-bottom: 10px;
  font-weight: normal;
  border: 1px solid #444;
  position: relative;
  margin-top: 20px;
}

#relatedNews ul.relatedNews {
  overflow: hidden;
  padding: 0 20px;
  list-style-type: circle;
}

#relatedNews ul.relatedNews li {
  float: left;
  clear: both;
  display: block;
  width: 98%;
  border-bottom: 1px solid #bfbebf;
  padding: 10px 0 10px 2%;
  background: url("../images/list/circle.png") no-repeat 0px 17px;
  margin-top: 0;
  margin-bottom: 10px;
}

#relatedNews ul.relatedNews li:hover {
  background: url("../images/list/circle1.png") no-repeat 0px 17px;
}

#relatedNews ul.relatedNews li:hover a {
  color: #c00000;
  text-decoration: none;
}

#relatedNews ul.relatedNews li:last-child {
  border-bottom: none;
}

#relatedNews ul.relatedNews li a {
  float: left;
  width: 74%;
  color: #000;
  text-decoration: none;
}

#relatedNews ul.relatedNews span {
  float: right;
  width: 25%;
  text-align: right;
  color: #999;
  font-style: italic;
}

/* end related news */

.group-play-now {
  background: url("../images/bg-group-play-now.png") no-repeat top left;
  height: 347px;
  width: 301px;
}

.btn-download {
  position: relative;
  display: block;
  height: 127px;
  width: 301px;
  overflow: hidden;
}

.btn-download .inside-btn {
  position: absolute;
}

.group-form-support {
  width: 301px;
  margin: 0 auto;
}

#rotation-right {
  width: 150px;
  height: 150px;
  position: absolute;
  top: -8px;
  left: 75px;
  animation-name: spinright;
  animation-duration: 2500ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

#rotation-left {
  width: 150px;
  height: 150px;
  position: absolute;
  top: -8px;
  left: 75px;
  animation-name: spinleft;
  animation-duration: 2500ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.inside-btn {
  top: 30px;
  left: 38px;
}

@keyframes spinright {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes spinleft {
  0% {
    transform: rotate(360deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.support-download {
  background: url("../images/btn-huong-dan-tai-game.png") no-repeat center top;
  width: 292px;
  height: 48px;
  display: block;
  margin: 2px auto;
}

.btn-hover:hover {
  background-position: center bottom;
}

.btn-play-now {
  background: url("../images/btn-dang-nhap.png") no-repeat center top;
  display: block;
  height: auto;
  height: 82px;
  width: 78px;
  float: right;
  margin-right: 14px;
  border: none;
}

.group-input {
  width: 185px;
  float: left;
  margin-left: 12px;
  height: 70px;
}

.group-input input {
  padding: 0 5px;
  width: 185px;
  height: 28px;
}

.group-login {
  margin-top: 12px;
}

.username {
  margin-bottom: 8px;
}

.group-login input[type="text"],
.group-login input[type="password"] {
  overflow: hidden;
  color: #c9a96d;
  font-family: Roboto, Arial;
  font-size: 14px;
  border: 0px;
  background-color: #000;
}

.group-login input[type="text"]:focus,
.group-login input[type="password"]:focus {
  outline: none;
}

.group-login input[type="text"]::-webkit-input-placeholder,
.group-login input[type="password"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #c9a96d;
}

.group-login input[type="text"]::-moz-placeholder,
.group-login input[type="password"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #c9a96d;
}

.group-login input[type="text"]:-ms-input-placeholder,
.group-login input[type="password"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #c9a96d;
}

.group-login input[type="text"]:-moz-placeholder,
.group-login input[type="password"]:-moz-placeholder {
  /* Firefox 18- */
  color: #c9a96d;
}

.forget-password {
  margin-left: 12px;
  text-decoration: none;
  color: #c9a96d;
  font-size: 12px;
}

.btn-group-support {
  width: 146px;
  height: 55px;
  display: block;
  float: left;
  text-align: center;
  line-height: 55px;
  background: url("../images/btn-nap-the.png") no-repeat center top;
  font-size: 18px;
  color: #ffffff;
  text-decoration: none;
}

.sign-up {
  margin-left: 4.5px;
}

.up-to-card {
  margin-bottom: 12px;
}

.group-server-list {
  background: #000e1a url("../images/bg-server-list.png") no-repeat center top;
}

/* start slect2 */

.choose-server #select2-serverId-container {
  text-align: left;
}

.choose-server #select2-serverId-container {
  width: 145px !important;
}

.choose-server .select2-selection--single {
  width: 145px !important;
}

.choose-server .select2-selection__arrow {
  margin-left: -10px !important;
}

#server-568e-container {
  width: 278px !important;
  margin: 0 auto;
}

.select2-selection {
  width: 278px !important;
  margin-left: 10px !important;
  border-radius: unset !important;
}

#select2-server-568e-container {
  width: 278px !important;
}

.select2-dropdown {
  /* width: 278px !important; */
  background-color: rgb(214, 242, 255) !important;
  left: 10px !important;
  font-size: 14px;
  border-radius: unset !important;
}

.select2-container--default .select2-selection--single {
  border: 1px solid rgb(170, 170, 170) !important;
  background-color: rgb(214, 242, 255) !important;
  border-radius: unset;
}

.group-server-list {
  margin-top: 10px;
}

.group-server-list label {
  display: block;
  padding: 10px 0;
  text-indent: 10px;
  font-size: 15px;
  color: #fffb82;
  font-weight: bold;
}

.Contenttitle {
  display: block;
  padding: 10px 0;
  text-indent: 10px;
  font-size: 15px;
  color: #fffb82;
  font-weight: bold;
}

.select2-search__field {
  height: 30px !important;
  font-size: 14px !important;
}

.select2-selection__rendered {
  font-size: 14px;
}

.active-menu {
  display: block;
}

/* end select2 */

.row:last-child .cell {
  padding-bottom: 5px;
}

.server-list {
  margin: 22px 0;
  text-align: center;
  font-size: 19px;
  color: #3af3ff;
}

.block-server li {
  list-style-type: none;
  text-align: center;
  width: 135px;
  height: 40px;
  float: left;
  margin-left: 10px;
  margin-bottom: 10px;
  background-color: #0056ad;
  position: relative;
}

.block-server::after {
  content: "";
  clear: both;
  display: table;
}

.block-server li a {
  color: #ffffff;
  text-decoration: none;
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.block-server li:first-child {
  width: 280px !important;
}

.pagination {
  padding-bottom: 10px;
}

.pagination::after {
  content: "";
  clear: both;
  display: table;
}

.pagination a {
  display: block;
  width: 135px;
  height: 40px;
  float: left;
  line-height: 40px;
  text-align: center;
  margin-left: 10px;
  background: #1eb7ff;
}

.pagination a i {
  color: #000000;
}

.block-server li:hover {
  background-color: #006fe0;
}

.block-server li:first-child a {
  font-size: 18px;
}

.block-server li:hover a {
  color: #ff0;
}

.block-server li span {
  background-color: red;
  color: yellow;
  padding: 2px;
  font-size: 12px;
  position: absolute;
  top: 0;
  right: 0;
}

.pagination a:hover,
.pagination a:hover i {
  color: #ffffff;
}

#main-banner {
  margin-bottom: 10px;
  position: relative;
  width: 630px;
  height: 180px;
  overflow: hidden;
}

.image-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.image-item.active {
  opacity: 1;
}

#main-banner img {
  width: 100%;
  height: auto;
}

.image-indexes {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: flex;
}

.image-index {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 5px;
  font-size: 14px;
  margin-left: 5px;
  cursor: pointer;
}

.image-index.active {
  background-color: red;
}

.slick-dots {
  position: absolute;
  bottom: 10px;
  right: 6px;
}

.slick-dots li button {
  font-size: 0;
  height: 10px;
  width: 10px;
  background-color: #535353;
  border: 1px solid #fff;
}

.slick-dots li {
  float: left;
  list-style-type: none;
  margin-right: 6px;
}

.slick-dots::after {
  content: "";
  clear: both;
  display: table;
}

.slick-active button {
  background-color: #ff0000 !important;
}

.slick-dots li button:hover {
  cursor: pointer;
}

.content-between {
  float: left;
}

.news {
  width: 390px;
  min-height: 380px;
  margin-right: 10px;
  background: url("../images/bg-news.png") left top;
}

.header-news {
  width: 390px;
  /* height: 40px; */
  background-color: #3f464f;
}

#more-news {
  float: right;
  transform: translatey(25%);
}

.header-news {
  padding-bottom: 10px;
}

.header-news li {
  float: left;
  list-style-type: none;
  text-align: center;
  margin-top: 12px;
}

.header-news::after {
  content: "";
  clear: both;
  display: table;
}

.search-title {
  width: 188px;
  height: 28px;
  position: relative;
}

.search-title button {
  position: absolute;
  right: 0;
  height: 28px;
  width: 28px;
  border: none;
  background-color: #606060;
}

.search-title button i {
  color: #c0c0c0;
  font-weight: 600;
}

.group-search {
  display: flex;
  gap: 8px;
  width: 225px;
  height: 28px;
  margin-top: 6px !important;
  margin-left: 10px;
}

#more-news {
  width: 28px !important;
  height: 28px !important;
  text-align: center;
  line-height: 30px;
  background-color: #7d7d7d;
  text-decoration: none;
  color: #dfdfdf !important;
  margin: 6px 6px 0 0;
}

.header-news li a {
  width: 70px;
  height: 30px;
  display: block;
  text-decoration: none;
  color: #1db7ff;
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
}

.header-news li:first-child {
  margin-left: 10px;
}

#search {
  width: 188px;
  height: 28px;
  background-color: #000;
  color: #565656;
  border: unset !important;
  text-indent: 10px;
}

#search:focus {
  outline: none;
}

.header-active {
  background-color: #252d36 !important;
  color: #ffa800 !important;
}

.sub-content-image {
  width: 110px;
  height: 70px;
  display: block;
  overflow: hidden;
  margin-right: 10px;
}

.title-content {
  text-align: left !important;
  font-size: 14px;
  padding: 0 0 10px 0;
}

.ranking {
  width: 230px;
}

.mid-content {
  float: left;
  margin-bottom: 10px;
  min-height: 419px;
}

.top-content {
  padding: 10px;
}

article a {
  text-decoration: none;
}

.sub-news {
  float: left;
}

.content-detail {
  content: "";
  clear: both;
  display: table;
}

.sub-content {
  margin-left: 10px;
  width: 250px;
}

.main-content-0,
.main-content-1,
.main-content-2,
.main-content-3 {
  list-style-type: none;
  color: #c6c6c6;
}

.main-content-0 li,
.main-content-1 li,
.main-content-2 li,
.main-content-3 li {
  border-top: 1px dashed #3f4f60;
  margin-top: 1px;
}

.main-content-0 li:first-child,
.main-content-1 li:first-child,
.main-content-2 li:first-child,
.main-content-3 li:first-child {
  border-top: unset !important;
}

.main-content-0 li:first-child a,
.main-content-1 li:first-child a,
.main-content-2 li:first-child a,
.main-content-3 li:first-child a {
  padding: unset !important;
}

.main-content-0 li a,
.main-content-1 li a,
.main-content-2 li a,
.main-content-3 li a {
  display: block;
  line-height: 30px;
  color: #c6c6c6;
  padding: 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.top-content h3 a {
  color: #1db7ff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.title-content span {
  color: #1f8bbf !important;
}

.main-content-0 span,
.main-content-1 span,
.main-content-2 span,
.main-content-3 span {
  font-weight: 400;
  color: #b0b1b2;
  margin-right: 5px;
}

.main-content-0 a,
.main-content-1 a,
.main-content-2 a,
.main-content-3 a {
  font-size: 14px;
}

.main-content-0 a:hover,
.main-content-1 a:hover,
.main-content-2 a:hover,
.main-content-3 a:hover {
  text-decoration: underline;
}

.search-title button:hover {
  cursor: pointer;
}

.ranking {
  background: #000000 url("../images/bg-top-member.png") no-repeat center top;
}

.choose-server {
  text-align: right;
  margin-top: 53px;
  margin-right: 20px;
}

.welcome {
  text-align: center;
  color: #fff;
  padding-top: 75px;
  margin-bottom: 5px;
}

.welcome span {
  color: #ff0;
  font-weight: 500;
  font-family: Roboto, Arial;
}

.welcome > p {
  margin: 0 0 10px;
}

.user-info {
  text-align: center;
}

.user-info > a:first-child {
  padding: 0;
  margin: 0;
  padding-right: 78px;
  text-decoration: underline;
  font-weight: 600;
  color: #0c9fc3;
  top: 21px;
  position: relative;
}

.user-info > a:last-child {
  top: 21px;
  position: relative;
  color: #ff4200;
  text-decoration: underline;
  font-weight: 600;
}

#serverId {
  width: 150px;
  height: 20px;
  margin-right: 10px;
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: -3px;
  text-indent: 6px;
}

#serverId:focus {
  outline: none;
}

.tabs li {
  list-style-type: none;
  float: left;
  margin-left: 17px;
}

.tabs li a {
  line-height: 30px;
  text-decoration: none;
  color: #ffd08d;
  font-size: 13px;
}

.tabs::after {
  content: "";
  clear: both;
  display: table;
}

.tabs {
  margin-top: 4px;
  height: 30px;
}

.btn-link {
  background: url("../images/link.png") no-repeat 0 0;
}

.btn-support:hover {
  background-position: 0px -50px;
}

.btn-gift-code {
  background-position: -118.5px 0;
}

.btn-gift-code:hover {
  background-position: -118.5px -50px;
}

.btn-faq {
  background-position: -238px 0;
}

.btn-faq:hover {
  background-position: -238px -50px;
}

.btn-tip {
  background-position: -356px 0;
}

.btn-tip:hover {
  background-position: -356px -50px;
}

.btn-trailer {
  background-position: -474px 0;
}

.btn-trailer:hover {
  background-position: -474px -50px;
}

.group-support li {
  float: left;
  list-style-type: none;
  margin-right: 7.5px;
  margin-bottom: 10px;
}

.group-support li:first-child {
  margin-left: 0px !important;
}

.group-support li:last-child {
  margin: unset !important;
}

.group-support li a {
  display: block;
  width: 119px;
  height: 50px;
}

.group-support {
  margin-top: 10px;
  content: "";
  clear: both;
  display: table;
}

.active a {
  color: #eeaa1c !important;
}

#level table {
  width: 230px;
}

.ranktable {
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #c6bd75;
}

.rankrow {
  display: table-row;
  margin-top: 0px;
  margin-bottom: 0px;
}

.rankcell {
  display: table-cell;
  padding: 0;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
}

.rankcell.header {
  color: #33ccff;
}

.rankrow .rankcell:first-child {
  width: 50px !important;
  padding-left: 10px;
}

.rankrow .rankcell:last-child {
  width: 50px;
  padding-right: 0px;
  text-indent: 5px;
}

.ranktable .rankrow:first-child {
  height: 30px !important;
}

.ranktable .rankrow:first-child .cell {
  line-height: 5px !important;
  font-size: 12px;
  color: #21ceff;
}

.list-class li {
  float: left;
  list-style-type: none;
}

.name,
.info {
  float: left;
}

.name {
  text-indent: -99999em;
  width: 65px;
  height: 200px;
}

.loli .name {
  background: url("../images/btn-trieu-hoi-su-loli.png") no-repeat center top;
}

.roya .name {
  background: url("../images/btn-kiem-si-roya.png") no-repeat center top;
}

.saab .name {
  background: url("../images/btn-nhac-cong-saab.png") no-repeat center top;
}

.junor .name {
  background: url("../images/btn-chien-si-junor.png") no-repeat center top;
}

.coolguy .name {
  background: url("../images/btn-xa-thu-coolguy.png") no-repeat center top;
}

.anni .name {
  background: url("../images/btn-hoa-tieu-anni.png") no-repeat center top;
}

.list-class {
  background: url("../images/bg-list-class.jpg") no-repeat center top;
  height: 200px;
}

.list-class::after {
  content: "";
  clear: both;
  display: table;
}

.info {
  height: 200px;
  width: 238px;
  overflow: hidden;
}

.title {
  margin-left: 10px !important;
  margin-top: 10px;
  line-height: 26px;
}

.info p {
  margin-left: 50px;
}

.group-item {
  margin-left: 10px;
}

.class-sub-title {
  margin-left: 10px;
  width: 200px;
  height: 37px;
  line-height: 37px;
  border-bottom: 1px dashed #c6c6c6;
  color: #c6c6c6;
  font-size: 20px;
}

.loli span {
  color: #f23965;
}

.roya span {
  color: #ff74fd;
}

.saab span {
  color: #00ebca;
}

.junor span {
  color: #ff8809;
}

.coolguy span {
  color: #30bc16;
}

.anni span {
  color: #389ca6;
}

.class-sub-body {
  margin-left: 10px;
  line-height: 110%;
}

.sub-icon {
  margin-top: 10px !important;
  font-size: 16px;
}

#class-slide {
  display: none;
}

.list-class span {
  display: block;
  color: #73767b;
  width: 188px;
}

.loli .info span:first-child {
  color: #c9365b !important;
}

.roya .info span:first-child {
  color: #b150cd !important;
}

.saab .info span:first-child {
  color: #09cbab !important;
}

.junor .info span:first-child {
  color: #ff9000 !important;
}

.coolguy .info span:first-child {
  color: #40f203 !important;
}

.anni .info span:first-child {
  color: #00deff !important;
}

.info span {
  width: 160px;
}

.info .title {
  color: #c6c6c6;
  font-size: 18px;
  border-bottom: 1px dashed;
  width: 200px;
}

footer {
  color: #ffffff;
  margin-top: 10px;
  background-color: rgb(2, 4, 36);
  overflow: hidden;
  font-size: 14px;
}

.support-member {
  background: url("../images/ho-tro-truc-tuyen.png") no-repeat center top;
}

footer a {
  display: block;
  width: 221px;
  float: left;
  height: 46px;
}

footer span {
  /* margin-right: 10%; */
  float: right;
  line-height: 46px;
}

.wrap {
  display: block;
  width: 940px;
  margin: 0 auto;
  position: relative;
  padding: 15px 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.wrap::after {
  content: "";
  clear: both;
  display: table;
}

#customer {
  float: left;
}

#copyright {
  float: right;
}

#fb-root {
  margin-top: 10px;
}

.quicklink1 li {
  list-style-type: none;
  display: inline-block;
}

.quicklink1 {
  text-align: center;
  margin-bottom: 10px;
}

.btn-download-game {
  background: url("../images/quicklink2.png") no-repeat 0px 0px;
}

.up-card {
  background: url("../images/quicklink2.png") no-repeat 0px -239px;
}

.slick-slide img {
  width: 100% !important;
}

.code-newbie {
  background: url("../images/quicklink2.png") no-repeat 0px -297px;
}

.quicklink1 li a {
  background-size: 100% auto;
  width: 170px;
  height: 56px;
  display: inline-block;
}

.btn-download-game:hover {
  background-position: -0.7px -181px !important;
}

.up-card:hover {
  background-position: 0px -58px !important;
}

.code-newbie:hover {
  background-position: 0px -116px !important;
}

.component-fbmessenger {
  position: fixed;
  right: 0px;
  bottom: 0px;
  padding-right: 10px;
  z-index: 2;
}

footer .component-fbmessenger a {
  width: 250px !important;
  height: 40px !important;
  line-height: 40px !important;
  text-indent: 20px;
  background: url("../images/livechat.jpg") no-repeat #6f1f00 97% 7px;
  color: #fff;
  text-decoration: none;
  /* margin-right: 10px; */
}

.component-fbmessenger .fb_iframe_widget {
  display: none;
}

.component-fbmessenger a {
  /* margin-right: 10px; */
  border-radius: 6px 6px 0 0;
}

.chat_fb:hover {
  color: yellow;
}

.slide figure {
  background: url("../images/bg-sub-class.png") no-repeat center top;
  display: block;
  height: 100%;
}

.sub-icon {
  display: flex;
  gap: 10px;
  color: #c6c6c6;
}

.left-sub-content {
  width: 160px;
}

.class-sub-title {
  border-bottom: 1px dashed #c6c6c6 !important;
}

.class-sub-body,
.class-sub-title {
  margin-left: 10px !important;
}

.sub-icon:before {
  content: "";
  background: url("../images/sub-icon2.png") no-repeat center top;
  width: 30px;
  height: 27px;
  display: inline-block;
}

.sub-icon:first-child:before {
  background: url("../images/sub-icon1.png") no-repeat center top;
}

.sub-icon:last-child:before {
  background: url("../images/sub-icon3.png") no-repeat center top;
}

@media (max-width: 768px) {
  #class-slide {
    display: block;
  }

  #class-list {
    display: none;
  }

  .group-support {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .btn-group-support {
    width: calc(33.33% - 10px);
    margin-bottom: 10px;
  }

  .group-support li {
    max-width: auto;
    margin-right: 1px !important;
  }

  /* 菜单样式 */
  #main-menu {
    display: none;
    position: absolute;
    top: 56px;
    right: 0;
    background: #39160e;
    padding: 10px;
  }

  #main-menu li {
    margin-bottom: 10px;
  }

  #main-menu li:last-child {
    margin-bottom: 0;
  }

  #main-menu li a {
    color: #dc5738;
    text-decoration: none;
  }

  .mobile-menu {
    display: none;
  }

  #open-left-menu {
    display: block;
    color: #dc5738;
    font-weight: bold;
    text-decoration: none;
  }

  #main-menu .link-download-client {
    color: #fff;
  }

  .quicklink1 {
    display: block !important;
  }

  .left-zone {
    display: none;
  }

  .right-zone {
    float: unset !important;
    margin: 0 auto;
  }

  section {
    width: 100% !important;
  }

  nav .main-menu {
    display: none;
  }

  header {
    background: url("../images/bg-main-menu-2.png") no-repeat center top !important;
  }

  .wrap {
    width: unset !important;
  }

  .mobile-menu {
    float: right !important;
    position: unset !important;
    display: block !important;
    line-height: 56px;
  }

  nav {
    max-width: 630px;
    width: 100%;
    padding: 0 10px;
  }

  .logo {
    left: unset !important;
  }

  .logo img {
    width: 153px;
    height: auto;
  }

  .mobile-menu a {
    float: left;
  }

  .playgameRequired,
  .playgameLogin {
    margin-top: 10px;
  }

  .playgameLogin {
    background: url("../images/icon-playgameLogin.png") no-repeat 0 0 !important;
    display: block;
    width: 104px;
    height: 40px;
    margin-top: 10px;
  }

  .playgameRequired {
    background: url("../images/icon-playgameRequired.png") no-repeat 0 0 !important;
    display: block;
    width: 104px;
    height: 40px;
    margin-top: 10px;
  }

  .iframe_open {
    transform: scale(0.5);
  }

  .playgameLogin:hover {
    background-position: 0 -47px !important;
  }

  .playgameRequired:hover {
    background-position: 0 -47px !important;
  }

  .code-bank {
    background-color: #f9a584;
  }

  .code-bank:hover {
    background-color: #f9a584 !important;
  }

  .ranking {
    display: none;
  }

  article {
    float: unset !important;
  }

  .news {
    width: unset !important;
    margin: unset !important;
  }

  .header-news {
    width: unset !important;
  }

  .sub-content {
    width: 80%;
  }

  .right-zone {
    max-width: 630px;
    width: 100%;
    width: calc(100% - 1rem);
    margin: 50px auto;
  }

  .list-class {
    display: none;
  }

  body {
    background: #0a2051 url("../images/bg-tablet-summer-2021.jpg") no-repeat center top !important;
  }

  #main-banner img {
    width: 100% !important;
    height: auto !important;
  }

  footer span {
    margin: unset !important;
  }

  .wrap {
    max-width: 630px !important;
  }

  section {
    display: unset !important;
    clear: unset !important;
    content: unset !important;
    /* width: 940px; */
    margin: 0px;
  }

  .header-news {
    width: unset !important;
  }
}

@media (min-width: 993px) {
  #main-menu {
    display: block !important;
  }
}

@media (max-width: 576px) {
  .content img {
    width: 100% !important;
    height: 100% !important;
  }

  .btn-download-game {
    background: url("../images/quicklink2-mobile.png") no-repeat 0px -256px;
  }

  .btn-download-game:hover {
    background-position-y: -2px !important;
  }

  .up-card {
    background: url("../images/quicklink2-mobile.png") no-repeat 0px -340px;
  }

  .up-card:hover {
    background-position-y: -85px !important;
  }

  .code-newbie {
    background: url("../images/quicklink2-mobile.png") no-repeat 0px -424px;
  }

  .code-newbie:hover {
    background-position-y: -169px !important;
  }

  .quicklink1 li a {
    background-size: 100% auto;
    width: 109px;
    height: 67px;
  }

  header {
    background: url("../images/bg-header.png") -575px 0px no-repeat !important;
  }

  .logo img {
    width: 110px !important;
    left: 16px !important;
  }

  .wrap {
    padding: 15px 10px !important;
  }

  #main-banner {
    margin-bottom: 10px;
    position: relative;
    width: 345px;
    height: 80px;
    overflow: hidden;
  }

  .pagingWrap {
    position: relative;
    padding-left: 38%;
    display: block;
    float: left;
  }

  body {
    background: #0a2051 url("../images/bg-mobile-summer-2021.jpg") no-repeat center top;
  }

  .popup-layer {
    display: none;
  }
}

a.guide-download-client {
  display: none;
}

/* beppo animation */
.beppo {
  position: fixed;
  left: 100px;
  top: 200px;
  width: 200px;
  height: 200px;
  background: url("../images/beppo-dl-client.gif") no-repeat center;
  background-size: cover;
  z-index: 3;
  cursor: pointer;
  overflow: hidden;
}

.beppo a {
  position: fixed;
  left: 100px;
  top: 200px;
  width: 150px;
  height: 150px;
  display: block;
  z-index: 3;
  cursor: pointer;
  overflow: hidden;
  text-indent: -9999px;
}

/*
.beppo {
  position: fixed;
  left: 22px;
  bottom: 0;
  display: block;
  overflow: hidden;
  width: 200px;
  height: 221px;
  background: url("/static/images/beppo-dl-client.png") 0px -7px;
  z-index: 3;
  cursor: pointer;
}

.beppo a {
  position: fixed;
  left: 22px;
  bottom: 0;
  display: block;
  overflow: hidden;
  width: 200px;
  height: 221px;
  padding: 157px 0 0 35px;
  z-index: 3;
  cursor: pointer;
}

.beppo.move {
  animation: bxanim 1.3s infinite steps(1, start);
  -webkit-animation: bxanim 1.3s infinite steps(1, start);
}
*/
@keyframes bxanim {
  4% {
    background-position: 0px -7px;
  }

  8% {
    background-position: 0px -230px;
  }

  12% {
    background-position: -0px -455px;
  }

  16% {
    background-position: -0px -680px;
  }

  20% {
    background-position: -0px -905px;
  }

  24% {
    background-position: -0px -1130px;
  }

  28% {
    background-position: -0px -1355px;
  }

  32% {
    background-position: -0px -1580px;
  }

  36% {
    background-position: -0px -1805px;
  }

  40% {
    background-position: -0px -2030px;
  }

  44% {
    background-position: -0px -2255px;
  }

  48% {
    background-position: -0px -2480px;
  }

  52% {
    background-position: -0px -2705px;
  }

  56% {
    background-position: -0px -2930px;
  }

  60% {
    background-position: -0px -3155px;
  }

  64% {
    background-position: -0px -3380px;
  }

  68% {
    background-position: -0px -3605px;
  }

  72% {
    background-position: -0px -3830px;
  }

  76% {
    background-position: -0px -4055px;
  }

  80% {
    background-position: -0px -4280px;
  }

  84% {
    background-position: -0px -4505px;
  }

  88% {
    background-position: -0px -4730px;
  }

  92% {
    background-position: -0px -4955px;
  }

  96% {
    background-position: -0px -5180px;
  }
}

@media screen and (max-width: 1300px) {
  .beppo {
    display: none;
  }
}

/*fancyapp*/

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable="true"] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

.fancybox-caption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes a {
  to {
    transform: rotate(1turn);
  }
}

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

.introduce_content {
  color: white;
  font-size: 12px;
  width: 95%;
  padding-left: 5%;
}

.rbutton {
  margin: 3px 1px 0 5px;
  padding: 0 10px;
  background-color: #3c78d8;
  border: none;
  display: inline-block;
  font-family: "Microsoft Yahei";
  font-size: 12px;
  cursor: pointer;
  height: 27px;
  line-height: 27px;
  color: #fff;
  border-radius: 5px;
}

.fbutton {
  margin: 3px 1px 0 5px;
  padding: 0 10px;
  background-color: #ff9900;
  border: none;
  display: inline-block;
  font-family: "Microsoft Yahei";
  font-size: 12px;
  cursor: pointer;
  height: 27px;
  line-height: 27px;
  color: #fff;
  border-radius: 5px;
}

.floating-dropdown {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background-color: #007bff;
  color: white;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

        /* Container for the Discord widget */
        .discord-widget-container {
          width: 300px;
          border-radius: 10px;
          overflow: hidden;
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          background-color: #2C2F33;
          font-family: Arial, sans-serif;
      }

      /* Custom header */
      .discord-header {
          background-color: #7289DA;
          color: white;
          padding: 15px;
          text-align: center;
      }

      .discord-header h3 {
          margin: 0;
          font-size: 18px;
          font-weight: bold;
      }

      .discord-header p {
          margin: 5px 0 0;
          font-size: 14px;
          opacity: 0.9;
      }

      /* Style the iframe */
      .discord-widget-container iframe {
          width: 100%;
          height: 300px;
          border: none;
      }

      /* Hover effect */
      .discord-widget-container:hover {
          transform: translateY(-5px);
          transition: transform 0.3s ease;
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
      }


