.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: .3s;
  -webkit-transition: .3s
}

.rogate {
  transition: .3s;
  -webkit-transition: .3s
}

.rogate:hover {
  transform: rotate(90deg)
}

.arrow {
  position: relative;
  line-height: 1;
  margin-left: .1rem
}

.arrow:before {
  content: "";
  position: absolute;
  top: -.02rem;
  left: 0;
  width: 0;
  height: 0;
  border-bottom: .08rem solid;
  border-right: .08rem solid transparent;
  border-top: .08rem solid transparent;
  border-left: .08rem solid transparent
}

.arrow:after {
  content: "";
  position: absolute;
  top: .18rem;
  left: 0;
  width: 0;
  height: 0;
  border-top: .08rem solid;
  border-right: .08rem solid transparent;
  border-bottom: .08rem solid transparent;
  border-left: .08rem solid transparent
}

.arrow.one:before {
  display: none
}

.arrow.one:after {
  top: .14rem
}

.border-top:before {
  background: #dadada;
  content: "";
  position: absolute;
  height: 1px;
  transform-origin: 0 0;
  transform: scale(.5, .5);
  -webkit-transform: scale(.5, .5);
  -moz-transform: scale(.5, .5);
  width: 200%;
  top: 0;
  left: 0
}

.border-bottom:after {
  background: #dadada;
  content: "";
  position: absolute;
  height: 1px;
  transform-origin: 0 0;
  transform: scale(.5, .5);
  -webkit-transform: scale(.5, .5);
  -moz-transform: scale(.5, .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: .9rem;
  height: .45rem;
  border: 1px solid #ccc;
  border-radius: .3rem;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.touch-state label:after {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  width: .41rem;
  height: .41rem;
  background: #fff;
  box-shadow: 0 0 .1rem rgba(0, 0, 0, .4);
  border-radius: 50%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .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% - .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: .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: .26rem;
  border: none
}

iframe {
  border: none
}

input,
select,
textarea {
  outline: 0;
  font-family: "microsoft yahei", Arial;
  font-size: .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%
}

.bgs .mobile-wrap {
  background: url(../img/4830ae_750x2961.jpg) top center no-repeat;
  background-size: 7.5rem auto
}

.head {
  width: 100%;
  height: 1rem;
  padding: 0 .28rem
}

.head .logo {
  width: auto;
  height: 1rem;
  display: flex;
  justify-content: center;
  align-items: center
}

.head .logo img {
  height: .89rem
}

.head {
  width: 7.5rem;
  position: absolute;
  left: 50%;
  margin-left: -3.75rem;
  top: 0;
  z-index: 888;
  height: 1rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 .2rem;
}

.head img {
  width: 2rem
}

.head .webs {
  position: absolute;
  right: .0rem;
  top: 0;
  height: 1.05rem;
  display: flex;
  width: auto;
  justify-content: center;
  align-items: center;
  font-size: .28rem;
  color: #ffeeda;
}
.head .webs {
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-size: .36rem;
  color: #fff;
  line-height: .4rem;
  font-family: arial;
  letter-spacing: .02rem
}

.head .webs p {
  margin: 0;
  line-height: .4rem;
  font-size: .3rem;
  color: #fef9bd;
  width: 100%;
  text-align: left;
}

.head .webs span {
  display: inline-block;
  width: 2.7rem;
  height: .66rem;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: .33rem;
  color: #927440;
  padding: 0 .15rem;
  line-height: .54rem;
  text-align: center;
  line-height: .64rem
}

.head .webs em {
  display: inline-block;
  width: .4rem;
  text-align: center;
  color: #fcff01;
}


.banner {
  width: 100%
}

.banner img {
  width: 100%
}

.intr {
  width: 100%
}

.intr img {
  width: 100%
}

.button {
  width: 100%;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center
}

.button button {
  width: 4.69rem;
  height: 1.52rem;
  background: url(../img/408223_469x152.png) center no-repeat;
  background-size: 4.69rem 1.52rem;
  -webkit-animation: myfirst 1s infinite linear;
  animation: myfirst 1s infinite linear
}

.labels {
  width: 100%;
  padding: 0 .34rem
}

.labels .conts {
  width: 100%;
  padding-bottom: .3rem;
  padding-bottom: 1px solid #302f26;
  display: flex;
  justify-content: space-between
}

.labels .conts .box {
  width: auto;
  display: flex;
  justify-content: space-between;
  padding: 0 .14rem
}

.labels .conts .box .ico {
  width: .5rem;
  height: .68rem;
  display: flex;
  justify-content: center;
  align-items: center
}

.labels .conts .box .ico img {
  width: .3rem
}

.labels .conts .box .txt {
  width: auto;
  line-height: .68rem;
  font-size: .28rem;
  color: #fde08d
}

.webs {
  width: 100%;
  padding: 0 .34rem
}

.webs .title {
  width: 100%;
  height: .88rem;
  line-height: .88rem
}

.webs .title span {
  font-size: .3rem;
  color: #fde69a
}

.webs .title em {
  font-size: .24rem;
  color: #fff9df;
  padding-left: .1rem
}

.webs .title .customer {
  height: .88rem;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.webs .title .customer .ico {
  width: .56rem;
  height: .88rem;
  display: flex;
  justify-content: center;
  align-items: center
}

.webs .title .customer .ico img {
  height: .38rem
}

.webs .title .customer .lab {
  font-size: .28rem;
  color: #fde291
}

.webs .conts {
  width: 100%
}

.webs .conts .item {
  width: 100%;
  height: .64rem;
  margin: .2rem 0
}

.webs .conts .item .line {
  width: calc(100% - 1.88rem);
  padding-right: .12rem
}

.webs .conts .item .line .box {
  width: 100%;
  height: .6rem;
  border-radius: .3rem
}

.webs .conts .item .line .box .ms {
  width: 1.1rem;
  height: .64rem;
  border-radius: .3rem 0 0 .3rem;
  background-color: #d51d15;
  text-align: center;
  line-height: .64rem;
  color: #fff;
  font-family: arial
}

.webs .conts .item .line .box .www {
  width: calc(100% - 1.1rem);
  height: .64rem;
  border-radius: 0 .3rem .3rem 0;
  border: 1px solid #232320;
  background-color: #000102;
  text-align: center;
  line-height: .62rem;
  font-size: .28rem;
  color: #fffade;
  font-family: arial;
  font-weight: 700;
  border-left: none
}

.webs .conts .item .btns {
  width: 1.88rem;
  height: .64rem;
  background: url(../img/5b7a2a_187x63.png) center no-repeat;
  background-size: 1.87rem .63rem
}

.webs .conts .item .btns a {
  width: 100%;
  height: 100%;
  display: block
}

.games {
  width: 100%;
  padding: 0 .34rem;
  padding-top: .1rem;
  float: left
}

.games .title {
  width: 100%;
  height: .78rem;
  border-bottom: 1px solid #333028;
  line-height: .78rem;
  color: #fcde88;
  font-size: .3rem
}

.games .conts {
  width: 100%
}

.games .conts ul {
  width: 100%
}

.games .conts ul li {
  width: 50%;
  padding: .18rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  position: relative
}

.games .conts ul li:nth-child(2n) {
  padding-left: .2rem
}

.games .conts ul li:nth-child(2n):after {
  display: none
}

.games .conts ul li:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -.66rem;
  width: 1px;
  height: 1.32rem;
  background-color: rgba(212, 189, 151, .2)
}

.games .conts ul li .ico {
  width: 1.3rem;
  height: 1.34rem;
  display: flex;
  justify-content: center;
  align-items: center
}

.games .conts ul li .ico img {
  width: 1.3rem
}

.games .conts ul li .text {
  width: calc(100% - 1.3rem);
  padding-left: .3rem
}

.games .conts ul li .text .txt {
  line-height: .72rem;
  font-size: .28rem;
  color: #fff4c7
}

.games .conts ul li .text .btns {
  padding-top: .05rem
}

.games .conts ul li .text .btns a {
  display: inline-block;
  width: 1.1rem;
  height: .42rem;
  background-image: linear-gradient(to bottom, #2871fa, #173fce);
  border-radius: .21rem;
  text-align: center;
  color: #fff;
  line-height: .42rem
}

.photo {
  width: 100%;
  padding-top: .34rem;
  float: left
}

.photo .title {
  width: 100%;
  text-align: center;
  height: 1.02rem;
  display: flex;
  justify-content: center;
  align-items: center
}

.photo .title img {
  height: .62rem
}

.photo .conts {
  width: 100%;
  padding: 0 .36rem
}

.photo .conts .list {
  width: 100%;
  padding-bottom: .32rem
}

.photo .conts .list ul {
  width: 100%
}

.photo .conts .list ul li {
  width: 100%
}

.photo .conts .list ul li img {
  width: 100%
}

.photo .conts .list .swiper-pagination {
  bottom: 0 !important
}

.photo .conts .list .swiper-pagination .swiper-pagination-bullet {
  width: .12rem;
  height: .12rem;
  opacity: 1;
  background-color: #d4bd97
}

.photo .conts .list .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff044
}

.footer {
  width: 100%;
  text-align: center;
  line-height: .6rem;
  font-size: .24rem;
  color: #ffeccb
}

.teachAlt {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  overflow-y: scroll;
  display: none;
  height: 100%;
  z-index: 99
}

.teachAlt img {
  width: 100%
}

.kf {
  width: 1.28rem;
  height: 1.95rem;
  position: fixed;
  right: 50%;
  z-index: 88;
  margin-right: -3.75rem;
  top: 50%;
  margin-top: -.97rem
}

.kf img {
  width: 100%;
  height: 100%
}

@-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)
  }
}