.g-width {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.g-head {
  background-color: #de5650;
  padding-top: 5px;
  padding-bottom: 5px;
}
.g-head .g-width {
  display: flex;
  align-items: center;
}
.g-head .logo img {
  display: block;
  width: 250px;
}
.g-head .nav {
  padding-right: 50px;
  flex: 1;
  display: flex;
  justify-content: center;
}
.g-head .nav .item {
  font-size: 17px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 10px;
  margin-right: 10px;
  color: #fff;
  transition: all 0.25s;
}
.g-head .nav .item:hover,
.g-head .nav .item.active {
  background-color: #fff;
  color: #de5650;
}
.g-head .search {
  display: flex;
}
.g-head .search input {
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 5px 10px;
}
.g-head .search button {
  width: 40px;
  height: 40px;
  border: none;
  cursor: pointer;
  background: url(../img/search.png) center no-repeat;
}
.g-body {
  background-color: #f6f6f6;
  padding-bottom: 15px;
}
.g-foot .contact {
  padding: 20px;
}
.g-foot .contact .g-width {
  display: flex;
  align-items: center;
}
.g-foot .contact .qrcode {
  flex: 1;
  display: flex;
}
.g-foot .contact .qrcode .item {
  width: 175px;
  margin-right: 30px;
}
.g-foot .contact .qrcode .item .title {
  color: #333333;
  font-size: 16px;
  text-align: center;
}
.g-foot .contact .qrcode .item .img {
  margin-top: 10px;
}
.g-foot .contact .qrcode .item .img img {
  display: block;
  width: 100%;
}
.g-foot .contact .text {
  font-size: 16px;
}
.g-foot .bottom {
  padding: 15px;
  background-color: #414141;
}
.g-foot .flink {
  border-bottom: 1px solid #ccc;
  padding: 0 15px 15px 15px;
}
.g-foot .flink .head {
  font-weight: bold;
  font-size: 17px;
  color: #fff;
}
.g-foot .flink .body {
  margin-top: 15px;
  display: flex;
}
.g-foot .flink .body .item {
  padding: 0 20px;
  color: #AAAAAA;
  border-left: 1px solid #ccc;
}
.g-foot .flink .body .item:first-child {
  border-left: none;
  padding-left: 0;
}
.g-foot .flink .body .item:hover {
  color: #fff;
}
.g-foot .sview {
  display: flex;
  justify-content: center;
  padding: 15px;
}
.g-foot .sview .item {
  margin-left: 10px;
  margin-right: 10px;
  color: #fff;
}
.g-foot .bq {
  text-align: center;
  color: #CCCCCC;
}
.g-page {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.g-page .page {
  background: #999999;
  border-radius: 4px;
  padding: 5px 15px;
  cursor: pointer;
  transition: all 0.25s;
}
.g-page .page::before {
  content: '加载更多';
  font-size: 15px;
  color: #fff;
}
.g-page .page.loading {
  cursor: wait;
  opacity: 0.5;
}
.g-page .page.loading::before {
  content: '加载中……';
}
.g-page .page.over {
  cursor: not-allowed;
  opacity: 0.5;
}
.g-page .page.over::before {
  content: '没有更多数据了';
}
.index-top {
  display: flex;
  padding-top: 15px;
}
.index-top .banner {
  flex: 1;
  width: 0;
  overflow: hidden;
  position: relative;
}
.index-top .banner .swiper-slide {
  height: 474px;
}
.index-top .banner .swiper-pagination {
  bottom: 15%;
}
.index-top .banner .item {
  display: block;
  width: 100%;
  height: 100%;
}
.index-top .banner .item img {
  display: block;
  width: 100%;
  height: 100%;
}
.index-top .banner .item p {
  position: absolute;
  z-index: 22;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 5px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-top .game {
  width: 450px;
  margin-left: 15px;
}
.index-hot {
  margin-top: 15px;
}
.index-hot .head {
  font-size: 16px;
  color: #333333;
}
.index-hot .body {
  margin-top: 15px;
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.index-hot .body .item {
  float: left;
  width: 25%;
}
.index-hot .body .item .box1 {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.index-hot .body .item .box2 {
  background-color: #ccc;
  position: relative;
}
.index-hot .body .item .img {
  width: 100%;
  height: 185px;
}
.index-hot .body .item .img img {
  display: block;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-hot .body .item .title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-article {
  margin-top: 15px;
}
.index-article .groups {
  margin-top: 15px;
}
.index-article .groups .group {
  display: none;
}
.index-article .groups .group.active {
  display: block;
}
.g-tab {
  position: relative;
  display: flex;
}
.g-tab::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #ccc;
}
.g-tab .item {
  font-size: 16px;
  padding: 10px 15px;
  cursor: pointer;
  position: relative;
  z-index: 22;
  transition: all 0.25s;
}
.g-tab .item:hover,
.g-tab .item.active {
  color: blue;
}
.g-tab .item.active {
  border-bottom: 2px solid blue;
}
.g-location {
  padding-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.g-location .index {
  font-weight: bold;
}
.game-data .head {
  display: flex;
  align-items: center;
}
.game-data .head .title {
  color: #333333;
  font-size: 16px;
  flex: 1;
  width: 0;
}
.game-data .head .opt {
  color: #525252;
}
.game-data .body {
  margin-top: 15px;
}
.game-data .body .item {
  display: flex;
  align-items: stretch;
  margin-top: 15px;
}
.game-data .body .item:first-child {
  margin-top: 0;
}
.game-data .body .item .icon {
  width: 75px;
  height: 75px;
}
.game-data .body .item .icon img {
  display: block;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.game-data .body .item .data {
  flex: 1;
  width: 0;
  padding: 5px 15px 10px 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.game-data .body .item .data .title {
  font-size: 15px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.game-data .body .item .data .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.game-data .body .item .opt {
  display: flex;
  align-items: center;
}
.game-data .body .item .opt .status {
  padding: 2.5px 12.5px;
  line-height: 1.5;
  border-radius: 4px;
}
.game-data .body .item .opt .status-online {
  color: #409EFF;
  background-color: #ecf5ff;
  border: 1px solid #66b1ff;
}
.game-data .body .item .opt .status-test_del {
  color: #fff;
  background-color: rgba(255, 0, 0, 0.5);
  border: 1px solid red;
}
.game-data .body .item .opt .status-test_inside {
  color: #fff;
  background-color: rgba(255, 165, 0, 0.5);
  border: 1px solid orange;
}
.game-games .groups {
  margin-top: 25px;
}
.game-games .groups .group {
  display: none;
}
.game-games .groups .group.active {
  display: block;
}
.game-items .item {
  float: left;
  width: 50%;
  margin-top: 15px;
}
.game-items .item:nth-child(1),
.game-items .item:nth-child(2) {
  margin-top: 0;
}
.game-items .box {
  margin-left: 25px;
  margin-right: 25px;
  background-color: #fff;
  display: flex;
  align-items: stretch;
  position: relative;
}
.game-items .icon {
  width: 125px;
  height: 125px;
}
.game-items .icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.game-items .data {
  flex: 1;
  width: 0;
  padding: 10px 20px;
}
.game-items .data .title {
  color: #333333;
  font-weight: bold;
  font-size: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.game-items .data .subtitle {
  font-size: 15px;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.game-items .data .tags {
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.game-items .extra {
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.game-items .extra .btn {
  background-color: red;
  color: #fff;
  padding: 5px 15px;
  border-radius: 10px;
}
.game-items .status {
  position: absolute;
  top: 0;
  right: 0;
  padding: 2.5px 12.5px;
  line-height: 1.5;
  border-radius: 4px;
  transform: translate(50%, -50%);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  color: #fff;
}
.game-items .status-online {
  background-color: #409EFF;
}
.game-items .status-test_del {
  background-color: red;
}
.game-items .status-test_inside {
  background-color: orange;
}
.game-game {
  margin-top: 15px;
}
.game-game .block {
  background-color: #fff;
  margin-top: 15px;
  border: 1px solid #eee;
}
.game-game .block:first-child {
  margin-top: 0;
}
.game-game .block .head {
  font-weight: bold;
  color: #666666;
  font-size: 16px;
  padding: 10px 20px;
  border-bottom: 1px solid #eee;
}
.game-game .block .body {
  padding: 15px;
}
.game-game .block-info .body {
  display: flex;
  align-items: stretch;
}
.game-game .block-info .icon {
  width: 125px;
  height: 125px;
}
.game-game .block-info .icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.game-game .block-info .data {
  flex: 1;
  width: 0;
  padding: 10px 20px;
}
.game-game .block-info .data .title {
  color: #333333;
  font-weight: bold;
  font-size: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.game-game .block-info .data .subtitle {
  font-size: 15px;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.game-game .block-info .data .tags {
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.game-game .block-info .qrcode {
  display: flex;
  flex-direction: column;
}
.game-game .block-info .qrcode .img {
  width: 100px;
  height: 100px;
  padding: 5px;
  border: 1px solid #eee;
}
.game-game .block-info .qrcode .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.game-game .block-info .qrcode .text {
  color: #333333;
  margin-top: 5px;
  text-align: center;
}
.game-game .block-info .down {
  margin-left: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.game-game .block-info .down .item {
  border-radius: 12px;
  color: #fff;
  padding: 10px;
  width: 100px;
  text-align: center;
  cursor: pointer;
}
.game-game .block-info .down .item-android {
  background-color: #353fdf;
}
.game-game .block-info .down .item-ios {
  background-color: #fe701e;
}
.game-game .block-img .items {
  display: flex;
  overflow-x: scroll;
  padding-bottom: 15px;
}
.game-game .block-img .item {
  flex: none;
  width: 200px;
  height: 300px;
  margin-left: 15px;
}
.game-game .block-img .item:first-child {
  margin-left: 0;
}
.game-game .block-img .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article-view {
  margin-top: 15px;
  display: flex;
}
.article-left {
  flex: 1;
}
.article-left .groups {
  margin-top: 25px;
}
.article-left .groups .group {
  display: none;
}
.article-left .groups .group.active {
  display: block;
}
.article-right {
  width: 450px;
  margin-left: 15px;
  background-color: #fff;
  padding: 10px;
}
.article-items .item {
  display: flex;
  background-color: #fff;
  margin-top: 15px;
}
.article-items .item:first-child {
  margin-top: 0;
}
.article-items .item .img {
  width: 255px;
  height: 185px;
}
.article-items .item .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article-items .item .data {
  flex: 1;
  width: 0;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.article-items .item .data .title {
  font-size: 15px;
  font-weight: bold;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.article-items .item .data .desc {
  margin-top: 15px;
  flex: 1;
  height: 0;
}
.article-items .item .data .desc .text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.article-article {
  background-color: #fff;
  border: 1px solid #eee;
  padding: 20px 15px 15px 15px;
}
.article-article .title {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}
.article-article .info {
  display: flex;
  margin-top: 15px;
  align-items: center;
  justify-content: center;
}
.article-article .info .original {
  background-color: #666;
  color: #fff;
  border-radius: 20px;
  padding: 2.5px 15px;
  line-height: 1.5;
  margin-right: 15px;
  font-size: 13px;
}
.article-article .content {
  margin-top: 30px;
}
.article-article .original_url {
  margin-top: 30px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
}
.job-jobs {
  padding-top: 15px;
}
.job-jobs .item {
  display: block;
  padding: 15px;
  border: 1px solid #eee;
  background-color: #fff;
  margin-top: 15px;
}
.job-jobs .item:first-child {
  margin-top: 0;
}
.job-jobs .head {
  display: flex;
  align-items: center;
  color: #333333;
}
.job-jobs .head .title {
  font-weight: bold;
  font-size: 18px;
  margin-right: 25px;
  max-width: 75%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.job-jobs .head .address {
  flex: 1;
  width: 0;
  display: flex;
  align-items: center;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.job-jobs .head .address img {
  height: 25px;
  margin-right: 7.5px;
}
.job-jobs .require {
  color: #999999;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.job-jobs .desc {
  color: #666666;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.job-job {
  margin-top: 15px;
}
.job-job .block {
  background-color: #fff;
  margin-top: 15px;
  border: 1px solid #eee;
}
.job-job .block:first-child {
  margin-top: 0;
}
.job-job .block .head {
  font-weight: bold;
  color: #666666;
  font-size: 16px;
  padding: 10px 20px;
  border-bottom: 1px solid #eee;
}
.job-job .block .body {
  padding: 20px;
  display: flex;
  align-items: center;
}
.job-job .block .body .data {
  flex: 1;
  width: 0;
}
.job-job .block .body .data .title {
  display: flex;
  align-items: center;
}
.job-job .block .body .data .title .titled {
  font-weight: bold;
  font-size: 18px;
  margin-right: 25px;
  max-width: 75%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.job-job .block .body .data .title .address {
  flex: 1;
  width: 0;
  display: flex;
  align-items: center;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.job-job .block .body .data .title .address img {
  height: 25px;
  margin-right: 7.5px;
}
.job-job .block .body .data .require {
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.job-job .block .body .contact {
  width: 233px;
  margin-left: 30px;
}
.job-job .detail {
  background-color: #fff;
  margin-top: 20px;
  border: 1px solid #eee;
  padding: 15px;
}
.coop-coop {
  background-color: #fff;
  margin-top: 15px;
}
.coop-coop .head {
  font-weight: bold;
  color: #666666;
  font-size: 16px;
  padding: 10px 20px;
  border-bottom: 1px solid #ccc;
}
.coop-coop .body {
  padding: 15px;
}
.sview-sview {
  background-color: #fff;
  border: 1px solid #eee;
  padding: 20px 15px 15px 15px;
}
.sview-sview .title {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}
.sview-sview .info {
  margin-top: 15px;
  text-align: center;
}
.sview-sview .content {
  margin-top: 30px;
}
.search-search .groups {
  margin-top: 25px;
}
.search-search .groups .group {
  display: none;
}
.search-search .groups .group.active {
  display: block;
}
.lg-backdrop {
  background-color: rgba(0, 0, 0, 0.75);
}
/*# sourceMappingURL=css.css.map */