.g-width {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}
.g-head {
  position: fixed;
  z-index: 917;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
}
.g-head .top {
  background-color: #de5650;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.g-head .top .logo img {
  display: block;
  width: 215px;
}
.g-head .top .extra {
  display: flex;
  align-items: center;
}
.g-head .top .extra .item {
  margin-left: 10px;
}
.g-head .top .extra .item img {
  display: block;
  height: 25px;
}
.g-head .nav {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
}
.g-head .nav .item {
  font-size: 17px;
  padding: 10px 7.5px;
  margin-left: 5px;
  margin-right: 5px;
  color: #333;
  transition: all 0.25s;
}
.g-head .nav .item:hover,
.g-head .nav .item.active {
  background-color: #fff;
  color: #de5650;
}
.g-head-seat {
  height: 93px;
}
.g-head2 {
  position: fixed;
  z-index: 917;
  top: 0;
  left: 0;
  right: 0;
}
.g-head2 .g-width {
  position: relative;
  background-color: #fff;
  border: 1px solid #eee;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.g-head2 .left {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px;
  font-size: 16px;
  cursor: pointer;
}
.g-head2-seat {
  height: 50px;
}
.g-body {
  padding: 10px;
  overflow: hidden;
}
.g-foot {
  padding: 15px 10px;
  background-color: #414141;
  color: #fff;
}
.g-foot .contact {
  font-size: 16px;
  text-align: center;
}
.g-foot .sview {
  margin-top: 15px;
  display: flex;
  justify-content: center;
}
.g-foot .sview .item {
  margin-left: 10px;
  margin-right: 10px;
  color: #fff;
}
.g-foot .bq {
  margin-top: 15px;
  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-banner {
  padding-top: 48.732%;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.index-banner .banner-swiper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.index-banner .swiper-pagination {
  bottom: 15%;
}
.index-banner .item {
  display: block;
  width: 100%;
  height: 100%;
}
.index-banner .item img {
  display: block;
  width: 100%;
  height: 100%;
}
.index-banner .item p {
  position: absolute;
  z-index: 22;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-hot {
  margin-top: 10px;
}
.index-hot .head {
  font-size: 16px;
  color: #333333;
}
.index-hot .body {
  margin-top: 10px;
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.index-hot .body .item {
  float: left;
  width: 50%;
  margin-top: 10px;
}
.index-hot .body .item:nth-child(1),
.index-hot .body .item:nth-child(2) {
  margin-top: 0;
}
.index-hot .body .item .box {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.index-hot .body .item .img {
  padding-top: 59.659%;
  position: relative;
}
.index-hot .body .item .img img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-hot .body .item .title {
  margin-top: 5px;
  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 {
  margin-top: 10px;
}
.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: 100px;
  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 {
  padding-top: 0;
}
.game-games .groups {
  margin-top: 15px;
}
.game-games .groups .group {
  display: none;
}
.game-games .groups .group.active {
  display: block;
}
.game-items .item {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.game-items .item:first-child {
  margin-top: 0;
}
.game-items .icon {
  width: 100px;
  height: 100px;
}
.game-items .icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.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 {
  padding-bottom: 66px;
}
.game-game .block {
  margin-top: 10px;
}
.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: 10px;
}
.game-game .block-info {
  border-bottom: 1px solid #eee;
}
.game-game .block-info .body {
  display: flex;
  align-items: stretch;
}
.game-game .block-info .icon {
  width: 100px;
  height: 100px;
}
.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: 5px 10px;
}
.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-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;
}
.game-game .block-text .a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.game-game .block-text .b {
  display: none;
}
.game-game .block-text .c {
  color: orange;
}
.game-game .block-text .c::before {
  content: '查看全部↓';
}
.game-game .block-text .active .a {
  display: none;
}
.game-game .block-text .active .b {
  display: block;
}
.game-game .block-text .active .c::before {
  content: '收齐↑';
}
.game-game .down {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
}
.game-game .down .item {
  display: block;
  font-size: 14px;
  border-radius: 12px;
  color: #fff;
  padding: 10px;
  text-align: center;
  cursor: pointer;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.game-game .down .item-android {
  background-color: #353fdf;
}
.game-game .down .item-ios {
  background-color: #fe701e;
}
.article-view {
  padding-top: 0;
}
.article-view .groups {
  margin-top: 15px;
}
.article-view .groups .group {
  display: none;
}
.article-view .groups .group.active {
  display: block;
}
.article-items .item {
  display: flex;
  background-color: #fff;
  margin-top: 15px;
}
.article-items .item:first-child {
  margin-top: 0;
}
.article-items .item .img {
  width: 125px;
  height: 110px;
}
.article-items .item .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.article-items .item .data {
  margin-left: 10px;
  flex: 1;
  width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.article-items .item .data .title {
  font-size: 15px;
  line-height: 1.35;
  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: 5px;
  flex: 1;
  height: 0;
}
.article-items .item .data .desc .text {
  line-height: 1.35;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.article-article .title {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}
.article-article .info {
  display: flex;
  margin-top: 10px;
  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: 20px;
}
.article-article .original_url {
  margin-top: 20px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
}
.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 .data {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
.job-job .data .title {
  font-weight: bold;
  font-size: 18px;
}
.job-job .data .address {
  margin-top: 10px;
  display: flex;
  align-items: center;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.job-job .data .address img {
  height: 25px;
  margin-right: 7.5px;
}
.job-job .data .info {
  margin-top: 10px;
}
.job-job .data .contact {
  margin-top: 10px;
}
.job-job .detail {
  margin-top: 10px;
}
.coop-coop {
  padding: 5px;
}
.sview-sview .title {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}
.sview-sview .info {
  margin-top: 5px;
  text-align: center;
}
.sview-sview .content {
  margin-top: 20px;
}
.search-search .search {
  display: block;
  position: relative;
}
.search-search .search input {
  border: 1px solid #ccc;
  border-radius: 20px;
  width: 100%;
  height: 50px;
  padding: 10px 15px;
  font-size: 16px;
}
.search-search .search button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 50px;
  background: url(../img/search.png) center no-repeat;
  border: none;
}
.search-search .groups {
  margin-top: 15px;
}
.search-search .groups .group {
  display: none;
}
.search-search .groups .group.active {
  display: block;
}
/*# sourceMappingURL=css.css.map */