/*********************************************
* common
/*********************************************/
body {
  background: rgb(233, 233, 233);
  font-family: "Microsoft Yahei", "微软雅黑", Arial, "华文细黑", sans-serif;
}

header .navbar {
  padding: 0;
}

header .navbar .navbar-brand {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

header .navbar .nav {
  width: 100%;
}

header .navbar .nav .nav-item .nav-link {
  height: 79px;
  padding: 0;
  margin: 0;
  border-radius: 0;
  font-size: 20px;
  color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: center;
}

header .navbar .nav .nav-item .nav-link:hover,
header .navbar .nav .nav-item.active .nav-link {
  color: rgb(255, 227, 96);
  background: rgb(26, 124, 102);
}

/* @media  */
@media (min-width: 320px) and (max-width: 576px) {
  .nav-fill .nav-item {
    width: 100%;
  }
}

footer {
  padding: 2rem 0;
  background: rgb(30, 156, 128);
}

footer .top {
  margin-bottom: 2rem;
}

footer .top #wechat-img {
  z-index: 99;
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
}

footer .top #wechat-img .tooltip {
  transform: none !important;
}

footer .top #wechat-img .tooltip .arrow::before {
  border-top-color: transparent;
}

footer .top #wechat-img .tooltip .tooltip-inner {
  padding: 0;
  background-color: #fff;
}

footer .top .item-title {
  color: rgb(173, 235, 221);
  font-size: 20px;
}

footer .top .item-title.none {
  display: none;
}

footer .top .item-link {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

footer .top .item-link a {
  color: rgb(130, 231, 209);
  font-size: 16px;
}

footer .top .item-link a:hover {
  color: rgb(255, 227, 96);
  text-decoration: none;
}

footer .bottom {
  position: relative;
}

footer .bottom .copyright p {
  font-size: 16px;
  color: rgb(80, 211, 182);
}

footer .bottom .copyright p:last-child {
  margin-bottom: 0;
}

.index-page #index-game h3,
.about-page #about-company h3,
.about-page #about-milestone h3,
.about-page #about-address h3,
.game-page #game-question h3,
.business-page #business-advantage h3,
.business-page #business-contact h3 {
  color: rgb(26, 124, 102);
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 2rem;
}

.index-page #index-game h3 img,
.about-page #about-company h3 img,
.about-page #about-milestone h3 img,
.about-page #about-address h3 img,
.game-page #game-question h3 img,
.business-page #business-advantage h3 img,
.business-page #business-contact h3 img {
  margin-right: 0.5rem;
}

/*********************************************
* index.html
/*********************************************/
.index-page #carousel-banner .carousel-indicators {
  bottom: -30px;
  margin-bottom: 0;
}

.index-page #carousel-banner .carousel-indicators li {
  width: 8px;
  height: 8px;
  margin-right: 4px;
  margin-left: 4px;
  background-color: rgb(129, 129, 129);
  border: 1px solid rgb(129, 129, 129);
  border-radius: 45px;
}

.index-page #carousel-banner .carousel-indicators li.active {
  width: 24px;
  background-color: rgb(30, 156, 128);
  border: 1px solid rgb(30, 156, 128);
}

.index-page .jumbotron {
  margin-top: 1rem;
  margin-bottom: 1rem;
  background: rgb(233, 233, 233);
}

.index-page .jumbotron .lead {
  color: rgb(30, 156, 128);
  font-size: 24px;
}

.index-page .tabs {
  min-height: 160px;
}

.index-page .tabs .col-md-4 {
  display: flex;
  justify-content: center;
}

.index-page .tabs .btn-item {
  height: 60px;
  width: 80%;
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 45px;
  color: rgb(255, 255, 255);
  font-size: 20px;
  background: rgb(30, 156, 128);
}

.index-page .tabs .btn-item:hover {
  color: rgb(255, 227, 96);
}

.index-page .tabs .btn-item:focus {
  box-shadow: none;
}

.index-page #index-game {
  margin-bottom: 2rem;
}

.index-page #index-game .card {
  border: none;
}

.index-page #index-game .card-body {
  padding: 1rem 0;
  background: #e9e9e9;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.index-page #index-game .card-body .card-title,
.index-page #index-game .card-body .card-link {
  color: rgb(30, 156, 128);
  font-size: 18px;
  margin-bottom: 0;
}

.index-page #index-game .card-body .card-link {
  padding: .25rem 1rem;
  font-size: 16px;
  border: 1px solid rgb(30, 156, 128);
  border-radius: 15px;
}

.index-page #index-game .card-body .card-link:hover {
  background: rgb(30, 156, 128);
  color: rgb(255, 227, 96);
  font-size: 16px;
}

/*********************************************
* about.html
/*********************************************/
/* 关于公司 */
.about-page #about-company {
  margin-top: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.about-page #about-company p {
  text-indent: 2rem;
  color: rgb(30, 156, 128);
  font-size: 20px;
  line-height: 3rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/* 愿景及使命 */
.about-page #about-vision {
  margin-bottom: 2rem;
}

.about-page #about-vision .left {
  border-right: 1px solid #eee;
  color: rgb(24, 124, 102);
  font-size: 24px;
}

.about-page #about-vision .right {
  padding-left: 1rem;
}

.about-page #about-vision .right p {
  margin-bottom: 0;
  color: rgb(30, 156, 128);
  font-size: 18px;
}

.about-page #about-vision .right p:first-child {
  margin-bottom: 1rem;
  color: rgb(30, 156, 128);
  font-size: 18px;
}

/* 公司文化 */
.about-page #about-cultrue {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.about-page #about-cultrue .right {
  border-left: 1px solid #eee;
  color: rgb(24, 124, 102);
  font-size: 24px;
}

.about-page #about-cultrue .left {
  padding-left: 1rem;
}

.about-page #about-cultrue .left p {
  margin-bottom: 0;
  color: rgb(30, 156, 128);
  font-size: 18px;
}

.about-page #about-cultrue .left p:not(:last-child) {
  margin-bottom: 0.5rem;
  color: rgb(30, 156, 128);
  font-size: 18px;
}

/* 发展历程 */
.about-page #about-milestone {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}

.about-page #about-milestone .timeline {
  min-height: 100px;
  background-image: url(../img/fzlcx.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: 50px;
}

.about-page #about-milestone .timeline .container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-page #about-milestone .timeline .container .events {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.about-page #about-milestone .timeline .container .events .item {
  position: relative;
}

.about-page #about-milestone .timeline .container .events .item_timestamp {
  height: 50px;
  padding-bottom: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.about-page #about-milestone .timeline .container .events .dot {
  position: absolute;
  top: 42px;
  left: 0;
  right: 0;
  justify-content: center;
  display: flex;
  align-items: center;
}

.about-page #about-milestone .timeline .container .events .dot_body {
  height: 20px;
  width: 20px;
  background-image: url(../img/fzlcd.png);
  background-repeat: no-repeat;
  background-size: 20px;
}

.about-page #about-milestone .timeline .container .events .item_name {
  padding-top: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.about-page #about-milestone .timeline .container .events .item_name p {
  margin-bottom: 0;
}

.about-page #about-milestone .timeline .container .events .item_timestamp,
.about-page #about-milestone .timeline .container .events .item_name {
  color: rgb(30, 156, 128);
  font-size: 20px;
}

/* 办公地点 */
.about-page #about-address {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}

/* .about-page #about-address .wrap {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
} */

.about-page #about-address .wrap .address {
  color: rgb(30, 156, 128);
  font-size: 20px;
  margin-bottom: 2rem;
  text-align: center;
}

.about-page #about-address .wrap img {
  width: 100%;
}

/*********************************************
* business.html
/*********************************************/
.business-page #business-advantage {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.business-page #business-advantage p {
  font-size: 20px;
  color: rgb(30, 156, 128);
  text-indent: 1rem;
}

.business-page #business-contact {
  margin-bottom: 3rem;
}

.business-page #business-contact p {
  font-size: 18px;
  color: rgb(30, 156, 128);
  text-indent: 1rem;
}

.business-page #business-contact p:last-child {
  margin-bottom: 0;
}

.business-page #business-contact p.title {
  font-size: 20px;
  font-weight: bold;
}

/*********************************************
* joinus.html
/*********************************************/
.joinus-page #joinus-jobs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.joinus-page #joinus-jobs thead {
  background: rgb(30, 156, 128);
}

.joinus-page #joinus-jobs thead th {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: normal;
}

.joinus-page #joinus-jobs tbody tr {
  color: rgb(30, 156, 128);
  font-size: 18px;
  font-weight: normal;
  background: rgb(255, 255, 255);
}

.joinus-page #joinus-jobs tbody tr,
.joinus-page #joinus-jobs tbody tr.brief td:first-child,
.joinus-page #joinus-jobs thead th:first-child {
  padding: 0.75rem 2rem;
}

.joinus-page #joinus-jobs tbody tr.brief {
  border-top: 3px solid rgb(233, 233, 233);
}

.joinus-page #joinus-jobs tbody tr.brief.active {
  color: rgb(75, 118, 187);
}

.joinus-page #joinus-jobs tbody tr.detail {
  color: rgb(30, 156, 128);
  font-size: 14px;
  font-weight: normal;
  text-align: left;
}

.joinus-page #joinus-jobs .arrow-img {
  margin-left: .5rem;
}

.joinus-page #joinus-jobs tbody tr.active,
.joinus-page #joinus-jobs tbody tr.detail {
  background: rgb(223, 222, 222) !important;
}

.joinus-page #joinus-jobs tbody tr.detail .desc,
.joinus-page #joinus-jobs tbody tr.detail .work-duty,
.joinus-page #joinus-jobs tbody tr.detail .work-requirement {
  margin-bottom: 2rem;
}

.joinus-page #joinus-jobs tbody tr.detail .item {
  margin-bottom: 0.5rem;
}

.joinus-page #joinus-jobs tbody tr.detail .item .item__title {
  font-size: 16px;
  font-weight: bold;
}

.joinus-page #joinus-jobs tbody tr.detail .desc .item {
  margin-right: 5%;
  margin-bottom: 0;
}

.joinus-page #joinus-jobs tbody tr.detail p {
  margin-bottom: 0.5rem;
}

/*********************************************
* game.html
/*********************************************/
.game-page #game-preview {
  min-height: 768px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.game-page #game-preview .top {
  margin-bottom: 2rem;
}

.game-page #game-preview .top .logo {
  margin-right: 1rem;
}

.game-page #game-preview .top .detail {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.game-page #game-preview .top .detail .name {
  margin-bottom: 1rem;
  color: rgb(26, 124, 102);
  font-weight: bold;
  font-size: 24px;
}

.game-page #game-preview .top .detail .desc,
.game-page #game-preview .top .detail .size {
  color: rgb(30, 156, 128);
  font-size: 18px;
}

.game-page #game-preview .top .detail .size {
  margin-bottom: 0;
}

.game-page #game-preview .top .qrcode-tips {
  color: rgb(26, 124, 102);
  font-weight: bold;
  font-size: 20px;
}

.game-page #game-preview .top .qrcode-tips p {
  margin-bottom: .5rem;
}

.game-page #game-preview .gionee .tips {
  font-weight: bold;
  margin-bottom: 1rem;
}

.game-page #game-preview .gionee .guide {
  margin-bottom: 2rem;
}

.game-page #game-preview .poster {
  margin: 0 auto;
  position: relative;
}

.game-page #game-preview .poster .swiper-container {
  padding-bottom: 60px;
}

.swiper-container {
  width: 85%;
}

.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
}

.swiper-slide img {
  width: 100%;
}

.swiper-slide-prev,
.swiper-slide-next {
  z-index: 98;
  transform: scale(0.9);
}

.swiper-slide-active {
  z-index: 99;
  transform: scale(1);
}

.swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
}

.swiper-slide.swiper-slide-active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 99;
}

.game-page #game-preview .poster .swiper-next,
.game-page #game-preview .poster .swiper-prev {
  position: absolute;
  top: 41%;
  width: 40px;
  border: 2px solid rgb(30, 156, 128);
  border-radius: 4px;
  height: 80px;
  margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.game-page #game-preview .poster .swiper-prev {
  left: 10px;
  right: auto;
  background-image: url(../img/qzmr.png);
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: center center;
}

.game-page #game-preview .poster .swiper-next {
  right: 10px;
  left: auto;
  background-image: url(../img/qymr.png);
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: center center;
}

.game-page #game-preview .poster .swiper-prev:hover {
  outline: none;
  background: rgb(30, 156, 128);
  background-image: url(../img/qzxz.png);
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: center center;
}

.game-page #game-preview .poster .swiper-next:hover {
  outline: none;
  background: rgb(30, 156, 128);
  background-image: url(../img/qyxz.png);
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: center center;
}

.game-page #game-preview .bottom:not(:last-child) {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 2px solid rgb(30, 156, 128);
}

.game-page #game-preview .bottom .card-title {
  font-size: 24px;
  font-weight: bold;
  color: rgb(26, 124, 102);
}

.game-page #game-preview .bottom .card-text {
  font-size: 18px;
  color: rgb(30, 156, 128);
}

.game-page #game-preview .bottom .card-body p {
  margin-bottom: .5rem;
}

.game-page #game-question {
  margin-bottom: 2rem;
}
.game-page #game-question .question {
  margin-bottom: 2rem;
}

.game-page #game-question .question h4 {
  font-size: 20px;
  color: rgb(26, 124, 102);
}

.game-page #game-question .question p {
  font-size: 20px;
  color: rgb(30, 156, 128);
}
