﻿body {
  overflow: hidden;
  padding-bottom:15px;
}

.move-touch {
  -webkit-overflow-scrolling: touch;
}

.auto-center ul li .pict {
  display: table;
  width: 100%;
  text-align: center;
}

.auto-center ul li .pict i {
  vertical-align: middle;
  display: table-cell;
}

.vague {
  -webkit-filter: blur(2px);
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.rogate {
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.rogate:hover {
  transform: rotate(90deg);
}

.arrow {
  position: relative;
  line-height: 1;
  margin-left: 0.1rem;
}

.arrow:before {
  content: "";
  position: absolute;
  top: -0.02rem;
  left: 0;
  width: 0;
  height: 0;
  border-bottom: 0.08rem solid;
  border-right: 0.08rem solid transparent;
  border-top: 0.08rem solid transparent;
  border-left: 0.08rem solid transparent;
}

.arrow:after {
  content: "";
  position: absolute;
  top: 0.18rem;
  left: 0;
  width: 0;
  height: 0;
  border-top: 0.08rem solid;
  border-right: 0.08rem solid transparent;
  border-bottom: 0.08rem solid transparent;
  border-left: 0.08rem solid transparent;
}

.arrow.one:before {
  display: none;
}

.arrow.one:after {
  top: 0.14rem;
}

.border-top:before {
  background: #dadada;
  content: "";
  position: absolute;
  height: 1px;
  transform-origin: 0 0;
  transform: scale(0.5, 0.5);
  -webkit-transform: scale(0.5, 0.5);
  -moz-transform: scale(0.5, 0.5);
  width: 200%;
  top: 0;
  left: 0;
}

.border-bottom:after {
  background: #dadada;
  content: "";
  position: absolute;
  height: 1px;
  transform-origin: 0 0;
  transform: scale(0.5, 0.5);
  -webkit-transform: scale(0.5, 0.5);
  -moz-transform: scale(0.5, 0.5);
  width: 200%;
  bottom: -1px;
  left: 0;
}

.flex-slide {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.flex-slide>* {
  flex-shrink: 0;
}

.box-space-between {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

.box-space-between>* {
  flex-shrink: 0;
}

.touch-state {
  position: relative;
}

.touch-state label {
  position: relative;
  background: #fff;
  display: block;
  width: 0.9rem;
  height: 0.45rem;
  border: 1px solid #ccc;
  border-radius: 0.3rem;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.touch-state label:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  width: 0.41rem;
  height: 0.41rem;
  background: #fff;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.touch-state input {
  position: absolute;
  z-index: 0;
  opacity: 0;
  left: 45%;
  top: 20%;
}

.touch-state input:checked+label {
  background: #47b92c;
  border-color: #47b92c;
}

.touch-state input:checked+label:after {
  left: calc(100% - 0.41rem);
}

.swiper-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  display: -webkit-box;
  position: relative;
}

.swiper-slide {
  flex-shrink: 0;
  position: relative;
}

.mohu {
  filter: blur(1px);
  -webkit-filter: blur(1px);
  -moz-filter: blur(1px);
  -ms-filter: blur(1px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=1, MakeShadow=false);
}

.fixed-top {
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 2;
  background: #fff;
}

.fixed-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  background: #fff;
}

.column {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.column>* {
  column-count: 1;
  flex-grow: 1;
  flex-shrink: 0;
  text-align: center;
}

a,
body,
button,
dd,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
i,
img,
input,
li,
p,
select,
span,
strong,
textarea,
ul {
  margin: 0;
  padding: 0;
}

b,
h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: 400;
}

table {
  border-spacing: 0;
}

body {
  font-family: "microsoft yahei", Arial;
  font-size: 0.26rem;
  line-height: 1;
  color: #333;
  -webkit-user-select: none;
  -webkit-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
  -moz-text-size-adjust: 100% !important;
}

::-webkit-scrollbar {
  width: 0;
  height: 0;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

li {
  list-style-type: none;
  float: left;
}

a {
  text-decoration: none;
  color: #333;
  outline: 0;
}

img {
  border: none;
  vertical-align: middle;
}

em,
i,
var {
  font-style: normal;
}

button {
  font-family: "microsoft yahei", Arial;
  outline: 0;
  cursor: pointer;
  font-size: 0.26rem;
  border: none;
}

iframe {
  border: none;
}

input,
select,
textarea {
  outline: 0;
  font-family: "microsoft yahei", Arial;
  font-size: 0.26rem;
  border-radius: 0;
  border: none;
  background: 0 0;
}

input:disabled {
  opacity: 1;
  color: #333;
}

button,
input[type="button"],
input[type="date"],
input[type="number"],
input[type="password"],
input[type="reset"],
input[type="submit"],
input[type="text"],
textarea {
  -webkit-appearance: none;
  border: none;
  background: 0 0;
}

textarea {
  resize: none;
}

.ico {
  display: inline-block;
  vertical-align: middle;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  clear: both;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  zoom: 1;
}

.hide {
  display: none !important;
}

.mobile-wrap {
  position: relative;
  min-height: 100vh;
  width: 100%;
  float: left;
}

body,
html {
  width: 100%;
  height: 100%;
}

.bg .mobile-wrap {
  background: url(../images/99999.jpg) top center no-repeat;
  background-size: 100% auto;
  /* background-color: #302019; */
}

.tops {
  width: 100%;
  padding: 0 0.36rem;
}

.tops .logo {
  height: 1.3rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0.2rem;
}

.tops .logo img {
  width: 2.54rem;
}

.tops .btns {
  width: auto;
  height: 1.3rem;
  display: flex;
  justify-content: space-between;
}

.tops .btns .txt {
  line-height: 1.3rem;
  color: #fde190;
  font-size: 0.28rem;
}

.tops .btns .ico {
  width: 0.44rem;
  height: 1.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tops .btns .ico img {
  width: 0.25rem;
}

.banner {
  width: 100%;
}

.banner img {
  width: 100%;
  position: relative;
  margin-top: -0.5rem;
}

.intr {
  width: 100%;
}

.intr img {
  width: 100%;
  position: relative;
  margin-top: -0.15rem;
}

.button {
  width: 100%;
  float: left;
  text-align: center;
  padding: 0.38rem 0;
}

.button button {
  width: 5.24rem;
  height: 1.36rem;
  background: url(../images/14c935_523x135.png) center no-repeat;
  background-size: 100% 100%;
  -webkit-animation: myfirst 1s infinite linear;
  animation: myfirst 1s infinite linear;
}

.labels {
  width: 100%;
  padding: 0 0.35rem;
  float: left;
}

.labels .conts {
  width: 100%;
  border-bottom: 1px solid #6a5b38;
  display: flex;
  padding: 0 0.15rem;
  padding-bottom: 0.44rem;
  justify-content: space-between;
}

.labels .conts .box {
  width: auto;
  display: flex;
  justify-content: space-between;
}

.labels .conts .box .ico {
  width: 0.49rem;
  height: 0.48rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.labels .conts .box .ico img {
  width: 0.5rem;
}

.labels .conts .box .txt {
  line-height: 0.48rem;
  color: #fcda80;
  font-size: 0.28rem;
}

.inform {
  width: 100%;
  padding: 0 0.35rem;
  float: left;
}

.inform .line {
  width: 100%;
}

.inform .line .title {
  width: 100%;
}

.inform .line .title .txt {
  line-height: 0.88rem;
  font-size: 0.3rem;
}

.inform .line .title .txt span {
  font-size: 0.3rem;
  color: #fde9a1;
}

.inform .line .title .txt em {
  font-size: 0.22rem;
  color: #fff9df;
}

.inform .line .title .course {
  height: 0.88rem;
  padding-top: 0.1rem;
  display: flex;
  justify-content: space-between;
}

.inform .line .title .course .ico {
  width: 0.54rem;
  height: 0.78rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.inform .line .title .course .ico img {
  width: 0.36rem;
}

.inform .line .title .course .txt {
  color: #fde9a1;
  font-size: 0.28rem;
  line-height: 0.78rem;
}

.inform .line .conts {
  width: 100%;
}

.inform .line .conts .list {
  width: 100%;
}

.inform .line .conts .list ul {
  width: 100%;
}

.inform .line .conts .list ul li {
  width: 100%;
  margin: 0.2rem 0;
}

.inform .line .conts .list ul li .btns {
  width: 1.98rem;
  height: 0.61rem;
  background: url(../images/62e022_198x61.png) center no-repeat;
  background-size: cover;
}

.inform .line .conts .list ul li .labs {
  width: calc(100% - 2.2rem);
  display: flex;
  justify-content: space-between;
}

.inform .line .conts .list ul li .labs .ms {
  width: 1.1rem;
  height: 0.61rem;
  border-radius: 0.1rem 0 0 0.1rem;
  background-color: #0bb6fc;
  text-align: center;
  line-height: 0.61rem;
  color: #fff;
}

.inform .line .conts .list ul li .labs .www {
  width: calc(100% - 1.1rem);
  height: 0.61rem;
  border-radius: 0 0.1rem 0.1rem 0;
  background-color: #292929;
  color: #fff;
  border: 1px solid #8a826d;
  text-align: center;
  line-height: 0.59rem;
  border-left: none;
}

.game {
  width: 100%;
  padding-top: 0.1rem;
  float: left;
}

.game .title {
  width: 100%;
  height: 0.78rem;
  line-height: 0.78rem;
  border-bottom: 1px solid #483d32;
  font-size: 0.3rem;
  color: #fde9a1;
}

.game .conts {
  width: 100%;
}

.game .conts .list {
  width: 100%;
}

.game .conts .list ul {
  width: 100%;
}

.game .conts .list ul li {
  width: 50%;
  height: 1.7rem;
  border-bottom: 1px solid #453c3c;
  position: relative;
}

.game .conts .list ul li:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.66rem;
  width: 1px;
  height: 1.32rem;
  background-color: #4e3125;
}

.game .conts .list ul li .imgs {
  width: 1.4rem;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.game .conts .list ul li .imgs img {
  width: 1.4rem;
}

.game .conts .list ul li .text {
  width: calc(100% - 1.4rem);
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 0.1rem;
}

.game .conts .list ul li .text .tits {
  width: 100%;
  line-height: 0.56rem;
  font-size: 0.28rem;
  color: #fff4c7;
  margin-bottom: 0.1rem;
}

.game .conts .list ul li .text .btns {
  width: 100%;
}

.game .conts .list ul li .text .btns a {
  width: 1.24rem;
  height: 0.42rem;
  background-image: linear-gradient(to bottom, #d5bf99, #af9769);
  text-align: center;
  line-height: 0.42rem;
  border-radius: 0.21rem;
  display: inline-block;
}

.game .conts .list ul li:nth-child(2n) {
  padding-left: 0.2rem;
}

.game .conts .list ul li:nth-child(2n):after {
  display: none;
}

.photo {
  width: 100%;
  min-height: 1rem;
  float: left;
  padding-top: 0.3rem;
}

.photo .title {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.1rem;
}

.photo .title img {
  width: 1.91rem;
}

.photo .conts {
  width: 100%;
  height:200px;
}

.photo .conts .imgs {
  width: 100%;
  padding-bottom: 0.5rem;
}

.photo .conts .imgs ul {
  width: 100%;
}

.photo .conts .imgs ul li {
  width: 100%;
}

.photo .conts .imgs ul li img {
  width: 100%;
}

.photo .conts .imgs .swiper-pagination .swiper-pagination-bullet {
  width: 0.12rem;
  height: 0.12rem;
  opacity: 1;
  background-color: #d4bd97;
}

.photo .conts .imgs .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff044;
}

.kf {
  width: 1.28rem;
  height: 1.95rem;
  position: fixed;
  right: 50%;
  z-index: 88;
  margin-right: -3.75rem;
  top: 50%;
  margin-top: -0.97rem;
}

.kf img {
  width: 100%;
  height: 100%;
}

.teachAlt {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  overflow-y: scroll;
  display: none;
  height: 100%;
  z-index: 99;
}

.teachAlt img {
  width: 100%;
}

.hb-main {
  width: 100%;
  height: 100vh;
  position: relative;
  display: none;
  background-color: rgba(000, 000, 000, 0.6);
}

.hb-main {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1928319839128391289;
  display: none;
}

.hb-main .ma {
  /* width: 70%; */
  margin: 1rem auto;
  animation: hob_shake 1s infinite;
  max-width: 90%;
  top: 13%;
  left: 6%;
}

.ma_img1 {
  display: block;
  position: absolute;
  z-index: 999;
  text-align: center;
  margin: 0 auto;
  top: 1.5rem;
  /* left: 1
  rem; */
}

.close {
  position: absolute;
  right: 1rem;
  top: 2rem;
}

.livechat-girl .animated-circles.animated .c-1 {
  animation: 2s scaleToggleOne cubic-bezier(.25, .46, .45, .94) forwards
}

.livechat-girl .animated-circles.animated .c-2 {
  animation: 2.5s scaleToggleTwo cubic-bezier(.25, .46, .45, .94) forwards
}

.livechat-girl .animated-circles.animated .c-3 {
  animation: 3s scaleToggleThree cubic-bezier(.25, .46, .45, .94) forwards
}

.livechat-girl .livechat-hint {
  position: absolute;
  right: 40px;
  top: 50%;
  margin-top: -20px;
  opacity: 0;
  z-index: 0;
  -webkit-transition: all .3s cubic-bezier(.86, 0, .07, 1);
  transition: all .3s cubic-bezier(.86, 0, .07, 1)
}

.livechat-girl .livechat-hint.show_hint {
  -webkit-transform: translateX(-40px);
  transform: translateX(-40px);
  opacity: 1
}

.livechat-girl .livechat-hint.hide_hint {
  opacity: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

.livechat-girl .livechat-hint.rd-notice-tooltip {
  max-width: 1296px !important
}

.livechat-girl .livechat-hint.rd-notice-tooltip .rd-notice-content {
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis
}


.hb-main .ma {
  /* width: 70%; */
  margin: 1rem auto;
  animation: hob_shake 1s infinite;
  max-width: 90%;
  /* margin-left:%; */
  top: 16%;
  width: 60vw;
    height: 89.6vw;
    position: absolute;
    left: 20%;

}

.add_kkk {
  height: 542px;
  width: 100%;
  max-width: 390px;
  background: url(../picture/op.png)no-repeat center;
  background-size: 100%;
  /* background: #fff; */
  margin: 0;
  padding-bottom:15px;
  overflow: hidden;
  margin-bottom: 20px;
}

@keyframes hob_shake {

  15%,
  45% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
    transform-origin: 50% 100%
  }

  30% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
    transform-origin: 50% 100%
  }

  60%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: 50% 100%
  }
}

@keyframes scaleToggleOne {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1)
  }

  50% {
    transform: scale(2);
    -webkit-transform: scale(2)
  }

  100% {
    transform: scale(1);
    -webkit-transform: scale(1)
  }
}

@keyframes scaleToggleTwo {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1)
  }

  20% {
    transform: scale(1);
    -webkit-transform: scale(1)
  }

  60% {
    transform: scale(2);
    -webkit-transform: scale(2)
  }

  100% {
    transform: scale(1);
    -webkit-transform: scale(1)
  }
}

@keyframes scaleToggleThree {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1)
  }

  33% {
    transform: scale(1);
    -webkit-transform: scale(1)
  }

  66% {
    transform: scale(2);
    -webkit-transform: scale(2)
  }

  100% {
    transform: scale(1);
    -webkit-transform: scale(1)
  }
}

@media (min-width: 750px) {
  .hb-main .ma {
    /* width: 70%; */
    margin: 1rem auto;
    animation: hob_shake 1s infinite;
    max-width: 40%;
    margin-left: 30%;
    top: 0;
  }

  .hb-main .ma {
    /* width: 70%; */
    margin: 1rem auto;
    animation: hob_shake 1s infinite;
    max-width: 90%;
    top: 10%;
	left: 18%;
	width: 280px;
    height: 420px;
	margin-left: -140px;
  }

  .ma_img1 {
    display: block;
    position: absolute;
    z-index: 999;
    text-align: center;
    margin: 0 auto;
    top: 1.5rem;
    /* left: 1rem; */
  }

  @-webkit-keyframes myfirst {
    from {
      transform: scale(1.1);
    }

    50% {
      transform: scale(1);
    }

    to {
      transform: scale(1.1);
    }
  }

  @keyframes myfirst {
    from {
      transform: scale(1.1);
    }

    50% {
      transform: scale(1);
    }

    to {
      transform: scale(1.1);
    }
  }

  @media (min-width:750px) {
    .hb-main .ma {
      /* width: 70%; */
      margin: 1rem auto;
      animation: hob_shake 1s infinite;
      max-width: 40%;
      margin-left: 25.6%;
      top: 5%;
    }

    .kf {
      top: 30%;
      right: 45%;
    }

    .hb-main {
      min-height: 2200px
    }

    .close {
      position: absolute;
      right: 38%;
      top: 8%;
    }

    .add_kkk {
      height: 1176px;
      margin-left: 36px;
      max-width: 539px;
  }
  }