.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body {
  font-size: 24px;
  color: #3e4d7e;
  max-width: 750px;
}

.out-box {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  background-color: #f0f2ff;
}
.out-box .header {
  background: url(../images/beijing_01.png) top center no-repeat;
  background-size: 100% 100%;
}
.out-box .header .logo {
  padding-top: 30px;
  width: 280px;
  margin: 0 auto;
}
.out-box .header .logo-text {
  width: 330px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding-top: 10px;
}
.out-box .header .logo-text .text-left {
  border-right: 1px solid #343a53;
  padding-right: 10px;
  margin-right: 10px;
  font-size: 22px;
}
.out-box .header .logo-text .text-right {
  width: 184px;
  height: 42px;
  background: url(../images/top-search.png) top center no-repeat;
  text-align: center;
  color: #ff1111;
  font-size: 20px;
  background-size: 100% 100%;
}
.out-box .header .banner {
  padding-top: 30px;
}
.out-box .header .button {
  width: 440px;
  height: 143px;
  margin: 20px auto;
}
.out-box .inner_box {
  width: 710px;
  margin: 20px;
  padding: 30px;
  box-sizing: border-box;
}
.out-box .inner_box .title {
  width: 630px;
  margin: 0 auto;
  padding-top: 30px;
}
.out-box .inner_box .title img {
  width: 100%;
}
.out-box .login {
  background: url(../images/kefubeijing.png) no-repeat;
  background-size: 100% 100%;
}
.out-box .login .login-item {
  display: flex;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 20px;
}
.out-box .login .login-item .left {
  width: 115px;
  height: 115px;
}
.out-box .login .login-item .left img {
  width: 100%;
}
.out-box .login .login-item .right {
  flex: 1;
}
.out-box .login .login-item .right h3 {
  font-size: 22px;
  padding-left: 10px;
}
.out-box .login .login-item .right h3 span {
  color: #13a3ff;
}
.out-box .login .login-item .right .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.out-box .login .login-item .right .box .item {
  display: flex;
  width: 350px;
  height: 70px;
  align-items: center;
  line-height: 70px;
  background: url(../images/yanchikuang.png) no-repeat;
  padding-left: 10px;
  box-sizing: border-box;
  background-size: 100% 100%;
}
.out-box .login .login-item .right .box .item .text {
  width: 80px;
  text-align: center;
  color: #fff;
  font-size: 22px;
}
.out-box .login .login-item .right .box .item .url {
  flex: 1;
  text-align: center;
}
.out-box .service {
  background: url(../images/kefubeijing2.png) no-repeat;
  background-size: 100% 100%;
}
.out-box .service .service-box {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding-top: 30px;
  padding-bottom: 10px;
}
.out-box .service .service-box .item {
  display: flex;
}
.out-box .service .service-box .item .logo {
  width: 90px;
  height: 90px;
  margin-right: 20px;
}
.out-box .service .service-box .item .logo img {
  width: 100%;
}
.out-box .service .service-box .item dl dd {
  font-size: 30px;
  padding-top: 5px;
}
.out-box .class .class-box {
  padding-top: 40px;
  padding-bottom: 40px;
  margin: 30px auto;
  height: 360px;
}
.out-box .class .class-box .swiper-slide {
  transition: 300ms;
  transform: scale(0.8);
}
.out-box .class .class-box .swiper-slide-active,
.out-box .class .class-box .swiper-slide-duplicate-active {
  transform: scale(1.2);
}
.out-box .game {
  background: url(../images/rementuijian.png) no-repeat;
  background-size: 100% 100%;
}
.out-box .game .items {
  display: flex;
  flex-wrap: wrap;
}
.out-box .game .items .item {
  padding-top: 40px;
  width: 33.33%;
  text-align: center;
}
.out-box .game .items .item .top {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  padding-bottom: 10px;
}
.out-box .game .items .item .top img {
  width: 100%;
}
.out-box .game .items .item .down {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
}
.out-box .game .items .item .down img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.out-box .game .items .item .down span {
  color: #ff1111;
}
.out-box .game .items .item a {
  width: 120px;
  margin: 6px auto;
  display: flex;
  justify-content: center;
}
.out-box .footer {
  text-align: center;
  padding: 0 30px;
  box-sizing: border-box;
  padding-bottom: 40px;
}
.out-box .footer .top img,
.out-box .footer .line img {
  width: 100%;
}
.out-box .footer .logo {
  width: 280px;
  margin: 0 auto;
  padding-top: 10px;
}
.out-box .footer .logo img {
  width: 100%;
}
.out-box .footer .text {
  padding: 5px;
  font-size: 26px;
}
.out-box .footer .search {
  margin: 0 auto;
  width: 280px;
  height: 60px;
  line-height: 46px;
  background: url(../images/top-search.png) no-repeat;
  background-size: 100% 100%;
  font-size: 20px;
}
.out-box .footer .search a {
  color: #ff1111;
}
.out-box .kefu {
  width: 160px;
  position: fixed;
  right: 0;
  top: 45%;
  z-index: 99;
}
.out-box .kefu img {
  width: 100%;
}/*# sourceMappingURL=index.css.map */