@charset "UTF-8";

/*base*/
body,
div,
ul,
li,
h3,
h4,
h5,
form,
input,
button,
textarea,
p {
  margin: 0;
  padding: 0;
  font-family: "Microsoft YaHei";
  font-size: 12px;
  color: #333;
}

address,
em,
strong,
h3,
h4,
h5,
i {
  font-style: normal;
  font-weight: normal;
}

ul,
li {
  list-style: none;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #f6bc10;
}

img {
  width: 100%;
  border: 0;
}

html {
  height: 100%;
  font-size: 40px;
  -webkit-overflow-scrolling: touch;
}

body {
  position: relative;
  height: 100%;
  min-width: 320px;
  margin: 0 auto;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}

.clearfix {
  zoom: 1;
}

.list-page {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.g-layout {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

body {
  min-height: 100%;
  display: grid;
  grid-template-rows: 1fr auto;
}

.foot-box {
  grid-row-start: 2;
  grid-row-end: 3;
}

.cartoon-theme {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 300px;
  background: #fff;
  padding: 0 110px 0 50px;
  margin-bottom: 40px;
}

.cartoon-theme .theme-img {
  width: 385px;
}

.cartoon-theme .theme-summary {
  padding-left: 30px;
}

.cartoon-theme .theme-summary h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.cartoon-theme .theme-summary p {
  font-size: 13px;
}

.cartoon-content {
  display: grid;
  padding: 40px 0;
  background: #fff;
}

.cartoon-content .cartoon-section {
  text-align: center;
  margin: 0 auto;
}

.cartoon-content .section-img {
  width: 480px;
}

.cartoon-content h4 {
  padding-bottom: 15px;
  font-size: 14px;
}

html {
  background-color: #f1f1f1;
}

.fr {
  float: right;
}

.mt-10 {
  margin-top: 10px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-60 {
  margin-bottom: 60px;
}

.p-20 {
  padding: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.size-12 {
  font-size: 12px;
}

.size-16 {
  font-size: 16px;
}

.size-20 {
  font-size: 20px;
}

.size-30 {
  font-size: 30px;
}

.size-32 {
  font-size: 32px;
}

.size-46 {
  font-size: 46px;
}

.index25 {
  text-indent: 25px;
}

.color-fff {
  color: #fff;
}

.bold {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

.g-layout {
  width: 1200px;
  margin: 0 auto;
}

.u-title {
  padding-left: 10px;
  border-left: 5px solid #f6bc10;
  font-size: 24px;
  font-weight: bold;
}

/*缩放滑入*/
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes bounceInUp {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes bounceInUp {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.wrap {
  min-width: 1200px;
  padding-top: 80px;
}

/*导航*/
.nav-box {
  position: fixed;
  width: 100%;
  z-index: 99;
  background-color: rgba(38, 42, 45, .7);
}

.nav-box a,
.nav-box span {
  color: #fff;
  height: 80px;
  font-size: 16px;
  line-height: 80px;
}

.nav-box .logo {
  float: left;
  display: inline-block;
  padding: 0 15px;
  height: 80px;
  font-size: 24px;
  box-sizing: border-box;
  width: 300px;
}

.logo img {
  width: 100%;
}

.nav-box .url-list {
  float: right;
  margin: 0 auto;
}

.nav-box .url-list li {
  float: left;
}

.nav-box .url-list li a,
.nav-box .url-list li span {
  position: relative;
  display: inline-block;
  padding: 0 30px;
  cursor: pointer;
}

.nav-box .url-list li a:after,
.nav-box .url-list li span:after {
  content: '';
  visibility: hidden;
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 100%;
  height: 3px;
  background-color: #f6bc10;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}

.nav-box .url-list li:hover a:after,
.nav-box .url-list li.active a:after,
.nav-box .url-list li:hover span:after,
.nav-box .url-list li.active span:after {
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.banner-box {
  position: relative;
  overflow: hidden;
}

.banner-box .banner-mark {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.banner-box .swiper-slide {
  max-height: 400px;
}

.banner-box:hover .swiper-button-next,
.banner-box:hover .swiper-button-prev {
  display: block;
}

.banner-box .swiper-button-next,
.banner-box .swiper-button-prev {
  display: none;
  width: 50px;
  height: 90px;
  margin-top: -35px;
}

.banner-box .swiper-button-prev,
.banner-box .swiper-container-rtl .swiper-button-next {
  left: 0;
  background: rgba(0, 0, 0, .5) url("../images/prev-btn.png") no-repeat center;
  background-size: contain;
}

.banner-box .swiper-button-next,
.banner-box .swiper-container-rtl .swiper-button-next {
  right: 0;
  background: rgba(0, 0, 0, .5) url("../images/next-btn.png") no-repeat center;
  background-size: contain;
}

.game-list {
  margin-top: 30px;
}

.game-list .u-title {
  display: inline-block;
  margin: 20px 0;
}

.game-list li {
  float: left;
  margin-left: 20px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 5px 50px #DFE0E1;
  box-shadow: 0 5px 50px #DFE0E1;
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

.game-list li:first-child {
  margin-left: 0;
}

.game-list li:nth-child(3n+1) {
  margin-left: 0;
}

.game-list .img {
  position: relative;
  width: 390px;
  height: 216.56px;
  overflow: hidden;
  cursor: pointer;
}

.game-list .img .mark {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, .5);
}

.game-list .img .mark p,
.game-list .img .mark a {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  color: #fff;
}

.game-list .img .mark .text {
  width: 80%;
  margin-left: 10%;
  margin-top: 80px;
}

.game-list .img .mark .text .code {
  float: left;
  margin-top: -30px;
  width: 80px;
}

.game-list .img:hover .mark {
  display: block;
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

.game-list .info {
  padding: 15px;
  background-color: #fff;
}

.game-list .info p {
  font-size: 14px;
}

.game-list .info .title {
  font-size: 20px;
  font-weight: bold;
}

.game-list .info .label {
  line-height: 3;
  color: #a7a7a7;
}

.game-list .info .offical-link {
  float: right;
  margin-top: -50px;
  padding: 10px 30px;
  border: 1px solid #adaeb4;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}

.game-list .info .offical-link:hover {
  color: #fff;
  background-color: #f6bc10;
  border-color: #f6bc10;
}

.det-box {
  padding: 20px;
  min-height: 600px;
  border: 1px solid #EEEBEB;
  -webkit-box-shadow: 0 0 5px #e4ebf1;
  box-shadow: 0 0 5px #e4ebf1;
  border-radius: 2px;
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  background-color: #fff;
}

.det-box p {
  margin: 0 0 30px;
  font-size: 14px;
  line-height: 1.5;
  color: #626262;
}

.contact-table {
  margin: 0 auto;
  border-collapse: collapse;
  font-size: 18px;
}

.contact-table td {
  padding: 10px;
  border: 1px solid #ccc;
}

.contact-table .code {
  width: 120px;
}

/*岗位*/
.job-box {
  margin-top: 100px;
}

.job-box .tagcloud a {
  font-size: 20px;
  -o-box-shadow: 6px 4px 8px 0 rgba(151, 142, 136, .34);
  -ms-box-shadow: 6px 4px 8px 0 rgba(151, 142, 136, .34);
  -webkit-box-shadow: 6px 4px 8px 0 rgba(151, 142, 136, .34);
  box-shadow: 6px 4px 8px 0 rgba(151, 142, 136, .34);
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4,Direction=135, Color='#000000')";
  /*兼容ie7/8*/
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=125, Strength=9);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  padding: 11px 30px;
  color: #333;
  font-size: 16px;
  border: 1px solid #e6e7e8;
  border-radius: 18px;
  background-color: #f2f4f8;
  text-decoration: none;
  white-space: nowrap;
}

.job-box .tagcloud a:hover {
  color: #fff;
  background-color: #f6bc10;
}

.job-det-box div {
  display: none;
}

/*监护*/
.invite-box h3 {
  font-size: 18px;
  line-height: 3;
}

.invite-box dt {
  margin: 12px 0 0;
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
}

.invite-box .left-item {
  float: left;
  width: 820px;
}

.invite-box .right-item {
  float: right;
  width: 320px;
}

.tuelage-tab-box {
  margin-top: 20px;
  text-align: center;
}

.tuelage-tab-box .item {
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 20px;
  padding: 10px 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  font-size: 16px;
  background-color: #ccc;
}

.tuelage-tab-box .item:hover {
  color: #fff;
  background-color: #f6bc10;
}

.tuelage-tab-box table {
  margin: 0 auto;
}

/*家长监护*/
.tuelage-type {
  margin-top: 15px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  overflow: auto;
  background-color: #fff;
}

.tuelage-type h3 {
  font-size: 18px;
  line-height: 2;
  text-align: center;
  color: #fff;
  background-color: #f6bc10;
}

.tuelage-type .details {
  padding: 12px;
}

.tuelage-type p,
.tuelage-type a {
  font-size: 14px;
  line-height: 2;
}

/*客服中心*/
.service-box {
  padding-top: 20px;
}

.service-box .img {
  float: left;
  width: 180px;
}

.service-box .question-list {
  margin-left: 20px;
}

.service-box .question-list h3 {
  margin: 0px;
  padding: 0px;
  height: 60px;
  line-height: 60px;
  font-size: 25px;
  font-weight: bold;
}

.service-box .question-list li {
  width: 225px;
  height: 140px;
  line-height: 25px;
  float: left;
  display: inline;
}

.foot-box {
  padding: 15px 0;
  text-align: center;
  color: #fff;
  line-height: 2;
  background-color: #000;
}

.foot-box p {
  color: #fff;
}

.foot-box .web-map {
  display: inline-block;
}

.foot-box .web-map li {
  float: left;
  color: #fff;
}

.foot-box .web-map a {
  color: #fff;
}

.foot-box .web-map a:hover {
  color: #ff8015;
}

.foot-box .copy {
  margin-top: 22px;
}

.foot-box .copy a {
  color: #fff;
}

.foot-box .copy .img {
  width: 30px;
  vertical-align: middle;
}

.loginPop-box {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -260px;
  margin-top: -230px;
  width: 450px;
  height: 320px;
  background: #fff;
  border-radius: 10px;
  padding-top: 30px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.loginPop-box .btn-login {
  text-align: center;
}

.loginPop-box .btn-login span {
  display: inline-block;
  width: 30%;
  height: auto;
  padding: 15px 40px;
  font-size: 16px;
  text-align: center;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  border-radius: 10px;
  background-color: #1890FF;
}

.loginPop-box .icon-close {
  position: absolute;
  right: -50px;
  top: -50px;
  width: 43px;
  cursor: pointer;
}

.loginPop-box .content {
  padding: 20px;
}

.loginPop-box .footer {
  margin-top: 10px;
  text-align: center;
}

.loginPop-box .input-item {
  position: relative;
  width: 414px;
  height: 54px;
  border: 1px solid #E5E5E5;
  border-radius: 27px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 17px;
}

.loginPop-box .input-item input {
  width: 100%;
  height: 100%;
  padding-left: 24px;
  border: none;
  background: none;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.loginPop-box .input-item input:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.loginPop-box .input-item .btn-code {
  position: absolute;
  right: 0;
  width: 112px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 20px;
  float: right;
  background: #EEEEEE;
  color: #fff;
  margin: 6px 10px;
  cursor: pointer;
  font-size: 16px;
  background-color: #1890FF;
}

.u-mark {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: rgba(0, 0, 0, .5);
}