.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #00b7ef;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #00b7ef;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #00b7ef;
  border-color: #00b7ef;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
div.pagination {
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 0;
}
.globalWidth {
  width: 900px;
}
.basicMain {
  background-color: #ffffff;
  padding: 10px;
  border-radius: 5px;
}
.basicLeft {
  width: 150px;
  float: left;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  margin-right: 15px;
}
.basicLeft li a {
  display: block;
  padding: 7.5px 0;
}
.basicLeft li {
  text-align: center;
}
.basicLeft li:hover a {
  color: red;
}
.basicLeft li.active a {
  background-color: red;
  color: #ffffff;
}
.basicRight {
  margin-left: 165px;
}
.basicRightTitle {
  padding: 10px;
  border: 1px solid #ccc;
  border-bottom: none;
  background-color: #f8f8f8;
  font-weight: bold;
  font-size: 16px;
}
.basicRightContent {
  padding: 15px;
  border: 1px solid #ccc;
  line-height: 2;
  font-size: 15px;
}
.basicRightContent h1 {
  font-weight: bold;
  margin: 5px auto;
}
.basicRightContent h1:first-child {
  margin-top: auto;
}
.basicRightContent p {
  text-indent: 2em;
}
.basicRightContent a {
  color: blue;
  text-decoration: underline;
}
.basicRightContent span {
  color: #fe8a1a;
}
.ks-width {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.ks-top {
  background-color: #fff;
  border-bottom: 1px solid #efefef;
  color: #646464;
  padding: 10px 0;
  font-size: 13px;
  line-height: 1.5;
}
.ks-top .top-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ks-head {
  padding: 17.5px 0;
  background-color: #fff;
}
.ks-head .head-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ks-head .head-logo img {
  display: block;
  width: 150px;
}
.ks-head .head-search {
  flex: 1;
  display: flex;
  justify-content: center;
}
.ks-head .head-search .search-body {
  width: 40%;
  overflow: hidden;
}
.ks-head .head-search .input {
  display: flex;
  align-items: center;
  border: 2px solid red;
  border-radius: 20px;
  padding: 7.5px 10px;
}
.ks-head .head-search .input input[type=text] {
  flex: 1;
  border: none;
  font-size: 14px;
  line-height: 1.5;
}
.ks-head .head-search .input input[type=submit] {
  background: url(../img/search.png) center no-repeat;
  background-size: contain;
  width: 22.5px;
  height: 22.5px;
  border: none;
  cursor: pointer;
}
.ks-head .head-search .hot {
  margin-top: 5px;
  font-size: 13px;
  line-height: 1.5;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ks-head .head-search .hot span {
  color: red;
  font-size: 14px;
}
.ks-head .head-opts {
  display: flex;
  align-items: center;
}
.ks-head .head-opt {
  margin-left: 35px;
  position: relative;
}
.ks-head .head-opt img {
  width: 65px;
  height: 65px;
}
.ks-head .head-opt p {
  margin-top: 2.5px;
  line-height: 1.5;
  text-align: center;
}
.ks-head .head-opt span {
  display: block;
  position: absolute;
  top: 105%;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid red;
  opacity: 0;
  z-index: -1;
  transition: all 0.25s;
}
.ks-head .head-opt span img {
  display: block;
  width: 125px;
  height: auto;
}
.ks-head .head-opt:hover span {
  opacity: 1;
  z-index: 999;
}
.ks-nav {
  background-color: #000000;
}
.ks-nav .nav-body {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.ks-nav a {
  flex: 1;
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  transition: all 0.25s;
}
.ks-nav a:hover {
  background-color: #f34902;
  text-decoration: none;
  color: #fff;
}
.ks-nav a.active {
  background: #1F272B;
  color: #fff;
  border-bottom: 3px #f34902 solid;
}
.ks-foot {
  background: #2b2b2b;
  color: #63696E;
  font-size: 13px;
}
.ks-foot a {
  color: #63696E;
}
.ks-foot a:hover {
  color: red;
  text-decoration: underline;
}
.ks-foot .foot-body {
  display: flex;
  align-items: center;
  padding: 20px 0;
}
.ks-foot .foot-etc {
  padding-left: 5%;
  padding-right: 5%;
}
.ks-foot .foot-main {
  text-align: center;
  line-height: 1.85;
}
.ks-foot .foot-nav span:before {
  content: '|';
  padding-left: 5px;
  padding-right: 5px;
}
.ks-topgame {
  padding-bottom: 20px;
  display: flex;
  align-items: stretch;
}
.ks-topgame .tg-bd {
  width: 130px;
  background: #f6f6f6;
  margin-right: 15px;
  display: flex;
  flex-direction: column;
}
.ks-topgame .tg-bd-item {
  flex: 1;
  position: relative;
  border-bottom: 1px solid #e0e0e0;
  color: #666;
  font-size: 18px;
  cursor: pointer;
  padding: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  transition: all 0.25s;
}
.ks-topgame .tg-bd-item:last-child {
  border-bottom: none;
}
.ks-topgame .tg-bd-item.hot:before {
  content: '';
  display: block;
  background: url(../../assets/3733/img/icon.png) no-repeat -95px -51px;
  width: 20px;
  height: 20px;
  margin-top: 5px;
  margin-right: 10px;
}
.ks-topgame .tg-bd-item.new:before {
  content: '';
  display: block;
  background: url(../../assets/3733/img/icon.png) no-repeat -159px -51px;
  width: 20px;
  height: 20px;
  margin-top: 5px;
  margin-right: 10px;
}
.ks-topgame .tg-bd-item:hover,
.ks-topgame .tg-bd-item.active {
  color: #fff;
  background-color: #e41912;
}
.ks-topgame .tg-bd-item:hover.hot:before,
.ks-topgame .tg-bd-item.active.hot:before {
  background-position: -190px -51px;
}
.ks-topgame .tg-bd-item:hover.new:before,
.ks-topgame .tg-bd-item.active.new:before {
  background-position: -255px -51px;
}
.ks-topgame .tg-bd-item:hover:after,
.ks-topgame .tg-bd-item.active:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 15px solid #e41912;
  border-bottom: 10px solid transparent;
  transform: translate(100%, -50%);
}
.ks-topgame .tg-hd {
  flex: 1;
  width: 0;
}
.ks-topgame .tg-hd-item {
  display: none;
}
.ks-topgame .tg-hd-item.active {
  display: block;
}
.ks-topgame .tg-hd-a-item {
  float: left;
  width: 10%;
  padding-left: 10px;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 7.5px;
}
.ks-topgame .tg-hd-a-item:hover {
  border-bottom: 1px solid red;
}
.ks-topgame .tg-hd-a-item .img {
  display: block;
}
.ks-topgame .tg-hd-a-item .img img {
  display: block;
  width: 100%;
}
.ks-topgame .tg-hd-a-item .name {
  display: block;
  width: 100%;
  margin-top: 5px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.25s;
}
.ks-topgame .tg-hd-a-item:hover .name {
  color: red;
}
.ks-topgame .tg-hd-b-item {
  float: left;
  width: 10%;
  padding-left: 5px;
  display: block;
  margin-top: 10px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-left: 1px solid #e0e0e0;
}
.ks-topgame .tg-hd-b-item:nth-child(1),
.ks-topgame .tg-hd-b-item:nth-child(11) {
  border-left: none;
}
.ks-topgame .tg-hd-b-item:hover {
  color: red;
}
.ks-index-section1 {
  float: right;
  width: 785px;
  display: flex;
}
.ks-index-section1 .section1-1 {
  width: 55%;
  padding-right: 15px;
}
.ks-index-section1 .section1-2 {
  width: 45%;
}
.art-section .art-banner {
  overflow: hidden;
  position: relative;
}
.art-section .art-banner .swiper-slide {
  height: 235px;
}
.art-section .art-banner .swiper-pagination {
  bottom: 15%;
}
.art-section .art-banner-item {
  display: block;
  width: 100%;
  height: 100%;
}
.art-section .art-banner-item img {
  display: block;
  width: 100%;
  height: 100%;
}
.art-section .art-banner-item p {
  position: absolute;
  z-index: 22;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
}
.art-section .art-items {
  margin-top: 10px;
}
.art-section .art-first {
  display: block;
  color: #f84739;
  font-size: 17px;
  text-align: center;
}
.art-section .art-item {
  margin-top: 7.5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.art-section .art-item:before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #f84739;
}
.art-section .art-item .title {
  flex: 1;
  width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 10px;
}
.art-section .art-item .title:hover {
  color: #f84739;
}
.box-section {
  position: relative;
}
.box-section .bg {
  display: block;
  width: 100%;
}
.box-section .data {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(0deg, black, transparent);
  padding: 20px;
  color: #fff;
  padding-top: 25%;
  padding-bottom: 0;
}
.box-section .info1 {
  display: flex;
  align-items: center;
  padding: 10px;
  border-bottom: 1px solid #ccc;
}
.box-section .info1 .icon {
  width: 65px;
  margin-right: 10px;
}
.box-section .info1 .name {
  border-left: 4px solid red;
  font-size: 22px;
  padding-left: 10px;
}
.box-section .info1 .desc {
  margin-top: 5px;
}
.box-section .info2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}
.box-section .info2 .score {
  color: red;
  font-size: 40px;
}
.box-section .info2 .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.box-section .info2 .count {
  font-size: 13px;
}
.box-section .info2 .stars {
  display: flex;
  align-items: center;
}
.box-section .info2 .stars .star {
  width: 10px;
  height: 10px;
  margin-right: 5px;
  background: url(data:image/png;base64,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) center no-repeat;
  background-size: 100% 100%;
}
.box-section .info2 .text {
  background-color: red;
  padding: 5px;
  border-radius: 4px;
  color: #fff;
}
.box-section .info2 .qrcode {
  width: 60px;
}
.server-section {
  border: 1px solid #eeeeee;
  margin-top: 10px;
}
.server-section .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  border-bottom: 1px solid #eeeeee;
}
.server-section .title .text {
  border-left: 4px solid red;
  padding-left: 10px;
}
.server-section .tips {
  color: red;
  padding: 5px 10px;
  border-bottom: 1px solid #eeeeee;
}
.server-section .items {
  padding: 10px 5px;
}
.server-section .items .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.server-section .items .item:first-child {
  margin-top: 0;
}
.server-section .items .item .icon {
  width: 15px;
  height: 15px;
  background-color: #eeeeee;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
}
.server-section .items .item .icon:before {
  content: '';
  display: block;
  width: 1px;
  left: 50%;
  top: -75%;
  bottom: -75%;
  transform: translateX(-50%);
  background-color: #eeeeee;
  position: absolute;
}
.server-section .items .item .date {
  width: 75px;
}
.server-section .items .item .time {
  width: 75px;
}
.server-section .items .item .name {
  flex: 1;
  width: 0;
  display: flex;
  align-items: stretch;
}
.server-section .items .item .name:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-right: 25px solid #eeeeee;
  border-bottom: 15px solid transparent;
}
.server-section .items .item .name .text {
  flex: 1;
  width: 0;
  background-color: #eeeeee;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}
.ks-article-app {
  margin-top: 10px;
  background-color: #f4f5f5;
  display: flex;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  padding: 15px;
}
.ks-article-app .icon img {
  display: block;
  width: 105px;
  height: 105px;
}
.ks-article-app .data {
  flex: 1;
  width: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
}
.ks-article-app .data .name {
  font-size: 18px;
  color: #000;
}
.ks-article-app .data .infos {
  width: 300px;
  margin-top: 10px;
}
.ks-article-app .data .infos dl {
  float: left;
  width: 50%;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1.75;
  color: #969696;
}
.ks-article-app .data .infos dl dt {
  width: 35px;
}
.ks-article-app .data .infos dl dd {
  flex: 1;
}
.ks-article-app .opt .btn {
  background-color: red;
  color: #fff;
  border-radius: 4px;
  text-align: center;
}
.ks-index a:hover {
  color: red;
}
.ks-error {
  padding: 20px 0;
}
.game-vipprice table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}
.game-vipprice td {
  text-align: center;
  padding: 7.5px;
  border: 1px solid #ccc;
}
.game-vipprice tr:first-child td {
  background-color: #f2f4f7;
  font-weight: bold;
  color: #000000;
}
.article-content-games .app-item {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  margin-bottom: 12.5px;
  padding: 10px;
}
.article-content-games .app-item .info .icon {
  display: block;
  width: 115px;
  height: 115px;
  border-radius: 10px;
  overflow: hidden;
}
.article-content-games .app-item .info .icon img {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
}
.article-content-games .app-item .info .btn {
  width: auto;
  height: auto;
  margin-bottom: auto;
  line-height: 1.75;
  display: block;
  background: #FFBF00;
  color: #fff;
  margin-top: 10px;
  text-align: center;
  font-size: 13px;
  padding: 5px;
}
.article-content-games .app-item .data {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 12.5px;
  padding-right: 10px;
}
.article-content-games .app-item .data .name {
  font-size: 16px;
  font-weight: bold;
  color: red;
}
.article-content-games .app-item .data .title {
  margin-top: 10px;
}
.article-content-games .app-item .data .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 10px;
  line-height: 1.65;
  font-size: 14px;
}
.article-content-games .app-item .data .tags {
  margin-top: 12.5px;
}
.article-content-games .app-item .data .tags .tag {
  border: 1px solid #0bbeeb;
  padding: 5px 10px;
  font-size: 13px;
  color: red;
}
.article-content-games .app-item .imgs {
  display: flex;
  align-items: center;
  justify-content: center;
}
.article-content-games .app-item .imgs .img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}
.article-content-games .app-item .imgs .img:first-child {
  margin-left: auto;
}
.article-content-games .app-item .imgs .img img {
  display: block;
  max-width: 100px;
  max-height: 150px;
}
.ks-game-content {
  padding: 15px 0;
  font-size: 14px;
  line-height: 1.85;
}
.article-content-items {
  margin-top: 10px;
}
.article-content-items table {
  width: 100%;
  border-collapse: collapse;
}
.article-content-items th {
  background-color: #F44221;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}
.article-content-items th,
.article-content-items td {
  border: 1px solid #fe8900;
  padding: 10px;
  text-align: center;
}
.article-content-items td a {
  font-size: 14px;
  color: #fe8900;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  border-bottom: none;
}
.article-content-items td a:hover {
  text-decoration: underline;
}
.article-content-items td img {
  display: block;
  max-width: 75px;
  margin-left: auto;
  margin-right: auto;
}
.article-special .text {
  text-align: center;
  font-size: 17px;
  color: red;
  text-decoration: underline;
  border: none;
  padding: 0;
  height: auto;
}
.article-special .img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*# sourceMappingURL=css.css.map */
