* {
  padding: 0;
  margin: 0;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
  padding: 0;
  textarearesize: none;
}
body {
  font-family: "Helvetica Neue", "Helvetica", "STHeiTi", "sans-serif";
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a[href^="javascript"] {
  -webkit-touch-callout: none;
}
input {
  border: none;
  outline: none;
  background: none;
}
ul,
li,
dl,
dt,
dd,
ol {
  list-style: none;
}
b,
i,
em,
strong {
  font-style: normal;
}
img {
  vertical-align: top;
  border: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
/*弹性盒子 */
.flex {
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: flex !important;
}
.flex-y {
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: column !important;
  flex-direction: column !important;
}
/*垂直排列 垂直水平居中 */
.flex-center-xy {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
/* 垂直排列 水平居中 */
.flexY-center-x {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
/* 垂直排列 垂直居中 */
.flexY-center-y {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.flexX-center-xy {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.flexX-center-y {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.flexX-center-x {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.base-top {
  width: 10rem;
  margin: 0 auto;
  height: 1.1875rem;
  background-color: #fff;
  box-sizing: border-box;
  padding: 0 0.3125rem;
}
.base-top > a > img {
  width: 4.296875rem;
}
.base-top > img {
  margin-top: 0.3125rem;
  width: 4.140625rem !important;
}
.warp {
  width: 10rem;
  margin: 0 auto;
  overflow: hidden;
  background: #a52316;
}
@keyframes left {
  0% {
    left: 0;
  }

  100% {
    left: 7.22rem;
  }
}
@keyframes scale2 {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.cbtn {
  display: block;
  width: 5.786667rem;
  height: 1.2rem;
  line-height: 1.2rem;
  text-align: center;
  background-color: #f6ce5c;
  box-shadow: 0 0.04rem 0.053333rem 0 rgba(191, 59, 36, 0.8);
  border-radius: 0.106667rem;
  font-size: 0.346667rem;
  color: #24084f;
  margin: 0 auto;
  font-weight: bold;
  overflow: hidden;
  position: relative;
}
.cbtn img {
  width: 0.453333rem;
  height: 0.373333rem;
  margin-left: 0.133333rem;
  vertical-align: middle;
  margin-top: -0.053333rem;
}
.cbtn::after {
  position: absolute;
  content: "";
  width: 5.786667rem;
  height: 5.786667rem;
  background-color: #fff;
  top: 50%;
  left: 50%;
  margin-left: -2.893333rem;
  margin-top: -2.893333rem;
  border-radius: 50%;
  opacity: 0;
  /* animation: scale2 2s ease 0s infinite; */
}
.tit-bg {
  width: 8.48rem;
  height: 1.1333rem;
  line-height: 1.1333rem;
  background: url(http://wap.mobiletrain.org/newyear/images/title-bg.png)
    no-repeat;
  background-size: 8.48rem 1.1333rem;
  margin: 0 auto;
  color: #ffffff;
  font-weight: bold;
  font-size: 0.48rem;
}
.tit {
  position: relative;
  font-weight: bold;
  color: #ffffff;
  font-size: 0.48rem;
  text-align: center;
  width: 10rem;
  margin: 0 auto;
}
.tit::before {
  position: absolute;
  bottom: 0.1067rem;
  left: 1.3867rem;
  content: "";
  width: 0.8rem;
  height: 0.36rem;
  background: url(http://wap.mobiletrain.org/newyear/images/icon-left.png)
    no-repeat;
  background-size: 0.8rem 0.36rem;
}
.tit::after {
  position: absolute;
  bottom: 0.1067rem;
  right: 1.3867rem;
  content: "";
  width: 0.8rem;
  height: 0.36rem;
  background: url(http://wap.mobiletrain.org/newyear/images/icon-right.png)
    no-repeat;
  background-size: 0.8rem 0.36rem;
}
.c1 {
  position: relative;
  display: block;
  width: 10rem;
  height: 11.4667rem;
  background: url(http://wap.mobiletrain.org/newyear/images/banner.jpg)
    no-repeat;
  background-size: 10rem 11.4667rem;
}
.c1 .c1-btn {
  position: absolute;
  top: 6.4rem;
  left: 0.6667rem;
  width: 9.0533rem;
  height: 1.24rem;
  background: url(http://wap.mobiletrain.org/newyear/images/c1-btn.png)
    no-repeat;
  background-size: 9.0533rem 1.24rem;
  overflow: hidden;
  animation: scale2 2s ease 0s infinite;
}
.c1-btn::after {
  position: absolute;
  top: 50%;
  transform: translateY(-54%);
  left: 8.92rem;
  content: "";
  width: 1.92rem;
  height: 2.3733rem;
  background: url(http://wap.mobiletrain.org/newyear/images/light.png) no-repeat;
  background-size: 1.92rem 2.3733rem;
  animation: left 2s ease 0s infinite;
}
.c2 {
  background: #a52316;
  padding-top: 0.7733rem;
}
.c2 .c2-box {
  width: 10rem;
  height: 12.8133rem;
  background: #a52316 url(http://wap.mobiletrain.org/newyear/images/c2.png)
    no-repeat;
  background-size: 9.2rem 12.8133rem;
  background-position: top center;
  padding-bottom: 1.2267rem;
}
.c2 .tit {
  padding-top: 0.5867rem;
}
.c2 .video-container {
  position: relative;
  width: 8.6533rem;
  height: 4.8667rem;
  margin: 0.7433rem auto 0 auto;
}
.c2 .video-container .video-l {
  width: 100%;
  height: 100%;
}
.c3 {
  background: #a52316;
}
.c3 .tit-bg i {
  padding-left: 2.3333rem;
}
.c3 .c3-des {
  color: #ffffff;
  font-size: 0.3467rem;
  text-align: center;
  margin: 0.3333rem auto 0.6667rem auto;
}
.c3 .c3-lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 9.2133rem;
  margin: 0 auto;
}
.c3 .c3-lists li {
  width: 4.52rem;
  height: 3.5333rem;
  background-color: #ffffff;
  border-radius: 0.08rem;
  margin-bottom: 0.12rem;
}
.c3 .c3-logo {
  width: 4.52rem;
  height: 1.36rem;
}
.c3 .c3-pick {
  width: 4.4933rem;
  height: 1.6667rem;
  background: url(http://wap.mobiletrain.org/newyear/images/c3-pick-bg.png)
    no-repeat;
  background-size: 4.4933rem 1.6667rem;
  margin: 0.2667rem auto 0 auto;
  display: flex;
  align-items: center;
}
.c3 .c3-pick p {
  width: 2.6733rem;
  padding-left: 0.4933rem;
  color: #e43f2c;
  font-size: 0.3067rem;
  margin-right: 0.32rem;
}
.c3 .c3-pick p span {
  font-size: 0.5467rem;
  font-weight: bold;
}
.c3 .c3-pick a {
  width: 0.6667rem;
  font-size: 0.3067rem;
  color: #e43f2c;
}
.c3 .c3-rule {
  padding: 0.4267rem 0.1867rem;
  color: #424242;
  font-size: 0.2533rem;
}
.c3 .c3-rule span {
  font-size: 0.32rem;
  margin-bottom: 0.1333rem;
}
.c3 .c3-gift1 {
  width: 9.2133rem;
  height: 2.2267rem;
  background: url(http://wap.mobiletrain.org/newyear/images/c3-1.png?3131)
    no-repeat;
  background-size: 9.2133rem 2.2267rem;
  margin: 0.2133rem auto 0.24rem auto;
}
.c3 .c3-gift2 {
  position: relative;
  width: 9.2133rem;
  height: 2.2133rem;
  background: url(http://wap.mobiletrain.org/newyear/images/c3-2.png) no-repeat;
  background-size: 9.2133rem 2.2133rem;
  margin: 0 auto 1.1467rem auto;
}
.c3 .c3-gift2 a {
  position: absolute;
  top: 0.32rem;
  right: 0.2rem;
  width: 1.6267rem;
  height: 1.6267rem;
  background: url(http://wap.mobiletrain.org/newyear/images/c3-go.png) no-repeat;
  background-size: 1.6267rem 1.6267rem;
}
.c4 {
  background: #d33a29;
  padding-top: 1.0133rem;
  padding-bottom: 0.7867rem;
}
.c4 .tit-bg i {
  padding-left: 3.0533rem;
}
.c4 .c4-des {
  text-align: center;
  color: #ffffff;
  font-size: 0.3467rem;
  margin: 0.3333rem auto 0.5867rem auto;
}
.c4 .class-list-content {
  width: 9.2267rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c4 .class-list-content .class-item {
  width: 4.56rem;
  height: 5.2933rem;
  background-color: #ffffff;
  margin-bottom: 0.12rem;
}
.c4 .class-list-content .class-cover {
  display: block;
  width: 4.3867rem;
  height: 2.56rem;
  margin: 0.08rem auto 0.3867rem auto;
}
.c4 .class-list-content .class-title,
.c4 .class-list-content .class-mark {
  text-align: center;
  color: #323232;
  font-size: 0.2933rem;
}
.c4 .class-list-content .contact-line {
  margin-top: 0.3333rem;
  display: flex;
}
.c4 .class-list-content .to-contact_01 {
  display: block;
  width: 2.0933rem;
  height: 0.6667rem;
  background: url(http://wap.mobiletrain.org/newyear/images/c4-btn2.png)
    no-repeat;
  background-size: 2.0933rem 0.6667rem;
  margin: 0 0.3333rem 0 0.2333rem;
}
.c4 .class-list-content .to-contact_02 {
  display: block;
  width: 1.9333rem;
  height: 0.6667rem;
  background: url(http://wap.mobiletrain.org/newyear/images/c4-btn1.png)
    no-repeat;
  background-size: 1.9333rem 0.6667rem;
}
.c4 .c4-btn {
  display: block;
  width: 8.36rem;
  height: 1.1867rem;
  line-height: 1.1867rem;
  background: url(http://wap.mobiletrain.org/newyear/images/btn-big.png)
    no-repeat;
  background-size: 8.36rem 1.1867rem;
  color: #ffffff;
  font-size: 0.4533rem;
  text-align: center;
  margin: 0.6667rem auto 0 auto;
  font-weight: bold;
}
.c5 {
  padding-top: 0.7733rem;
}
.c5 .tit::before {
  left: 0.1333rem;
  bottom: 0;
}
.c5 .tit::after {
  right: 0.1333rem;
  bottom: 0;
}
.c5 .c5-lists {
  display: flex;
  justify-content: space-between;
  width: 9.2rem;
  margin: 0.5867rem auto 0.52rem auto;
}
.c5 .c5-lists li {
  position: relative;
  width: 4.56rem;
  height: 5.2133rem;
  background: url(http://wap.mobiletrain.org/newyear/images/c5-1.png) no-repeat;
  background-size: 4.56rem 5.2133rem;
}
.c5 .c5-lists li:last-child {
  background: url(http://wap.mobiletrain.org/newyear/images/c5-2.png) no-repeat;
  background-size: 4.56rem 5.2133rem;
}
.c5 .c5-list-btn {
  position: absolute;
  top: 3.7067rem;
  left: 0.4267rem;
  width: 3.7333rem;
  height: 0.6533rem;
  background: url(http://wap.mobiletrain.org/newyear/images/c5-btn.png)
    no-repeat;
  background-size: 3.7333rem 0.6533rem;
}
.c5 .c5-btn {
  display: block;
  width: 8.36rem;
  height: 1.1867rem;
  line-height: 1.1867rem;
  background: url(http://wap.mobiletrain.org/newyear/images/btn-big.png)
    no-repeat;
  background-size: 8.36rem 1.1867rem;
  color: #ffffff;
  font-size: 0.4533rem;
  text-align: center;
  margin: 0.6667rem auto 0 auto;
  font-weight: bold;
}
.c6 .c6-box {
  width: 9.2rem;
  height: 12.1133rem;
  background: url(http://wap.mobiletrain.org/newyear/images/c6.png) no-repeat;
  background-size: 9.2rem 12.8133rem;
  margin: 1.4667rem auto 0.32rem auto;
  padding-top: 0.7rem;
}
.c6 .tit::before {
  bottom: 0;
  left: 1.5467rem;
}
.c6 .tit::after {
  bottom: 0;
  right: 1.5467rem;
}
.c6 .c6-lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 8.5067rem;
  margin: 0.6267rem auto 0 auto;
}
.c6 .c6-lists li {
  position: relative;
  width: 4.2rem;
  height: 5.0133rem;
  background-color: #ffffff;
  margin-bottom: 0.1067rem;
  text-align: center;
}
.c6 .c6-lists li .c6-list-icon {
  position: absolute;
  left: 0.32rem;
  top: -1px;
  width: 0.4933rem;
  height: 0.5467rem;
  background: url(http://wap.mobiletrain.org/newyear/images/c6-list-icon.png)
    no-repeat;
  background-size: 0.4933rem 0.5467rem;
}
.c6 .c6-list-item {
  width: 2.04rem;
  height: 1.8133rem;
  margin-top: 0.8933rem;
}
.c6 .c6-list-item.bg2 {
  width: 1.6933rem;
  height: 1.9467rem;
  margin-top: 0.7733rem;
}
.c6 .c6-list-item.bg3 {
  width: 1.72rem;
  height: 1.9333rem;
}
.c6 .c6-list-item.bg4 {
  width: 1.8533rem;
  height: 1.84rem;
}
.c6 .c6-lists li p {
  position: absolute;
  top: 3.0933rem;
  left: 0;
  width: 4.2rem;
  color: #323232;
  font-size: 0.3333rem;
  text-align: center;
  font-weight: bold;
}

.c6 .c6-lists li .c6-list-btn {
  position: absolute;
  top: 3.92rem;
  left: 50%;
  transform: translateX(-50%);
  width: 2.5467rem;
  height: 0.6933rem;
  background: url(http://wap.mobiletrain.org/newyear/images/c6-list-btn.png)
    no-repeat;
  background-size: 2.5467rem 0.6933rem;
}
.c6 .c6-btns {
  display: flex;
  width: 9.2rem;
  justify-content: space-between;
  margin: 0.1333rem auto 1.28rem auto;
}
.c6 .c6-btns a {
  display: block;
  width: 4.48rem;
  height: 1.28rem;
  line-height: 1.28rem;
  background: url(http://wap.mobiletrain.org/newyear/images/c6-btn-bg.png)
    no-repeat;
  background-size: 4.48rem 1.28rem;
  color: #ffffff;
  font-size: 0.4267rem;
  font-weight: bold;
}
.c6 .c6-btns a i {
  padding-left: 1.0533rem;
}
.c7 .tit::before {
  bottom: 0;
  left: 1.0867rem;
}
.c7 .tit::after {
  bottom: 0;
  right: 1.3067rem;
}
.c7 .c7-container {
  width: 10rem;
  overflow: hidden;
  display: flex;
}
.c7 .c7-lists {
  margin-top: 0.8667rem;
  display: flex;
  width: 22.16rem;
}

.c7 .c7-lists li {
  position: relative;
  /* display: inline-block; */
  width: 3.6267rem;
  height: 2.88rem;
  background-color: #ffffff;
  margin-right: 0.0667rem;
}
.c7 .c7-ques {
  position: absolute;
  top: -0.1867rem;
  left: 1.4667rem;
  width: 0.6933rem;
  height: 0.6933rem;
  line-height: 0.6933rem;
  background-color: #f38f34;
  border-radius: 50%;
  color: #ffffff;
  font-size: 0.4133rem;
  text-align: center;
}
.c7 p {
  color: #323232;
  font-size: 0.32rem;
  font-weight: bold;
  padding-top: 1.0433rem;
  text-align: center;
  margin-bottom: 0.3rem;
}
.c7 a {
  display: block;
  width: 2.5467rem;
  height: 0.6933rem;
  background: url(http://wap.mobiletrain.org/newyear/images/c7-btn.png)
    no-repeat;
  background-size: 2.5467rem 0.6933rem;
  margin: 0 auto;
}
.c7 .c7-footer {
  width: 10rem;
  height: 1.8rem;
  text-align: center;
  background: #b40700 url(http://wap.mobiletrain.org/newyear/images/footer.jpg)
    no-repeat;
  background-size: 10rem 0.8rem;
  background-position: bottom center;
}
.c10-box {
  position: relative;
  width: 9.2rem;
  height: 9.48rem;
  background: url(http://wap.mobiletrain.org/newyear/images/c10.png) no-repeat;
  background-size: 9.2rem 9.48rem;
  margin: 0 auto 1.22rem auto;
}
.c10-btn {
  position: absolute;
  top: 7.6467rem;
  left: 0.4rem;
  width: 8.36rem;
  height: 1.1867rem;
  background: url(http://wap.mobiletrain.org/newyear/images/c10-btn.png)
    no-repeat;
  background-size: 8.36rem 1.1867rem;
}
