@import "base.css";
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dd,
figure,
menu,
input,
textarea,
button,
select,
th,
td,
figcaption {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  font-size: 100%;
  font-weight: normal;
}
li {
  list-style: none;
}
em,
i {
  font-style: normal;
}
img {
  border: none;
}
input,
textarea,
button,
select {
  outline: 0 none;
}
table {
  border-collapse: collapse;
  margin: 0 auto;
  width: 100%;
  color: #333;
  text-align: center;
}
textarea {
  resize: vertical;
}
a {
  text-decoration: none;
  outline: 0 none;
  color: inherit;
}
.clearfix:before,
.clearfix:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.clearfix {
  zoom: 1;
}
body {
  width: 100%;
  height: 100%;
  font-size: 12px;
  min-width: 1100px!important;
  font-family: "Helvetica Neue", "Microsoft YaHei", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
  color: #444;
  background: #b8e6ff;
}
.transtion {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.gray {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
}
.wrap {
  position: relative;
  width: 12rem;
  margin: 0 auto;
  font-size: 0;
  text-align: center;
}
.banner-box {
  width: 100%;
  height: 9.8rem;
  position: relative;
  background: url("../images/banner.jpg") no-repeat center bottom;
  overflow: hidden;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
}
.banner-box .logo {
  position: absolute;
  left: 0;
  top: 0.53rem;
  width: 1.66rem;
  display: block;
}
.banner-box .logo img {
  width: 100%;
  display: block;
}
.banner-box .banTheme {
  width: 6.63rem;
  margin-top: 0.62rem;
  float: left;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-right: -0.73rem;
  position: relative;
  z-index: 2;
  animation: 2s linear 0s normal enter;
}
.banner-box .banTheme .txt01 {
  display: block;
  margin-left: 0.3rem;
  margin-bottom: 0.31rem;
}
.banner-box .banPic {
  width: 7.32rem;
  display: block;
  margin-right: -1.66rem;
  margin-top: 0.4rem;
  float: right;
  animation: moveY2 0.8s linear infinite alternate;
  -o-animation: moveY2 0.8s linear infinite alternate;
  -moz-animation: moveY2 0.8s linear infinite alternate;
  -webkit-animation: moveY2 0.8s linear infinite alternate;
}
.banner-box .banPic img {
  width: 100%;
  display: block;
}
.banner-box .banTxt {
  width: 100%;
  height: 1.87rem;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-items: flex-start;
  background: url("../images/ban-img02.png") no-repeat center top / auto 100%;
  margin-top: -0.59rem;
}
.banner-box .banTxt ul {
  width: 9.3rem;
  display: block;
  margin: 0.4rem auto 0;
}
.banner-box .banTxt ul li {
  width: 100%;
  clear: both;
  font-size: 0.26rem;
  line-height: 0.4rem;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.banner-box .banTxt ul li span {
  font-weight: bold;
  color: #f74259;
}
.banner-box .banTxt ul li p {
  width: 8rem;
  text-align: left;
}
.banner-box .banTxt ul li p b {
  font-weight: bold;
  color: #f74259;
}
@keyframes enter {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1500px, 0);
    animation-timing-function: linear;
  }
  50% {
    opacity: 0.5;
    transform: scale3d(0.75, 0.75, 0.75) translate3d(0, -60px, 0);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    animation-timing-function: linear;
  }
}
.course {
  width: 100%;
  margin-top: -2rem;
}
.course .tab {
  width: 100%;
  clear: both;
  margin-bottom: 0.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.course .tab a {
  width: 2.8rem;
  height: 0.8rem;
  display: block;
  background: #77cafc;
  background: -webkit-linear-gradient(#a1dbff, #4cb8f9);
  background: -moz-linear-gradient(#a1dbff, #4cb8f9);
  background: -o-linear-gradient(#a1dbff, #4cb8f9);
  background: linear-gradient(#a1dbff, #4cb8f9);
  border-radius: 0.1rem;
  font-size: 0.36rem;
  line-height: 0.8rem;
  color: #fff;
  text-align: center;
  margin: 0 0.05rem;
}
.course .tab a.on {
  background: #ff565e;
  background: -webkit-linear-gradient(#ff7c6b, #fe2f51);
  background: -moz-linear-gradient(#ff7c6b, #fe2f51);
  background: -o-linear-gradient(#ff7c6b, #fe2f51);
  background: linear-gradient(#ff7c6b, #fe2f51);
  border: solid 0.01rem #fff;
  box-sizing: border-box;
  text-shadow: 0 0.03rem 0.06rem rgba(211, 25, 25, 0.75);
}
.course .kuang {
  width: 100%;
  clear: both;
  margin-bottom: 1rem;
  padding-top: 0.39rem;
  background: #fff;
  border: solid 0.01rem #fff;
  box-shadow: 0 0 0.65rem #d1efff inset, 0 0.05rem 0.18rem #94d6fe;
  border-radius: 0.14rem;
  min-height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.course .kuang .item {
  width: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
  margin: 0 0.15rem 0.6rem;
}
.course .kuang .item.hidden {
  visibility: hidden;
}
.course .kuang .item .pic {
  width: 100%;
  clear: both;
}
.course .kuang .item .pic img {
  width: 100%;
  display: block;
}
.course .kuang .item .txt {
  width: 100%;
  clear: both;
  text-align: center;
  font-size: 0.22rem;
  line-height: 0.3rem;
  margin-top: 0.12rem;
  margin-bottom: 0.15rem;
  height: 0.6rem;
}
.course .kuang .item .txt.lineOne {
  margin-bottom: 0.24rem;
  height: 0.3rem;
}
.course .kuang .item a {
  width: 100%;
  height: 0.62rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 0.28rem;
  font-weight: bold;
  color: #d3301a;
  background: #ffe4e4;
  border-radius: 0.5rem;
}
.course .kuang .item a::after {
  content: '';
  width: 0.08rem;
  height: 0.13rem;
  display: block;
  background: url("../images/cur-icon01.png") no-repeat center top / 100%;
  margin-left: 0.16rem;
}
.course .kuang .item a:hover {
  background: #fff861;
  background: -webkit-linear-gradient(#fffeaf, #fff113);
  background: -moz-linear-gradient(#fffeaf, #fff113);
  background: -o-linear-gradient(#fffeaf, #fff113);
  background: linear-gradient(#fffeaf, #fff113);
  border: solid 0.01rem #ffdc4e;
  height: 0.6rem;
}
@media screen and (max-width: 800px) {
  body {
    width: 100%;
    min-width: 7.5rem !important;
  }
  .wrap {
    width: 7rem;
  }
  .banner-box {
    background-size: 14rem;
    height: 7rem;
  }
  .banner-box .logo {
    top: 0.3rem;
  }
  .banner-box .wrap {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: flex-start;
  }
  .banner-box .banTheme {
    width: 4rem;
    margin-top: 0.65rem;
    margin-left: 0.15rem;
    margin-right: -0.2rem;
  }
  .banner-box .banTheme .txt01 {
    height: 0.45rem;
  }
  .banner-box .banTheme .txt02 {
    height: 0.85rem;
  }
  .banner-box .banTheme .txt03 {
    height: 1rem;
  }
  .banner-box .banPic {
    width: 3.6rem;
    margin-right: -0.25rem;
  }
  .banner-box .banTxt {
    width: 7rem;
    margin: auto;
    background-size: 100% 100%;
  }
  .banner-box .banTxt ul {
    width: 90%;
    margin: auto 5%;
  }
  .banner-box .banTxt ul li {
    width: 100%;
  }
  .banner-box .banTxt ul li p {
    width: 5rem;
    font-size: 0.24rem;
  }
  .course {
    margin-top: -1rem;
  }
  .course .tab {
    clear: both;
    margin-bottom: 0;
  }
  .course .tab a {
    margin: 0 0.1rem 0.2rem;
  }
  .course .kuang {
    margin-bottom: 0.35rem;
  }
  .course .kuang .item {
    width: 3.2rem;
    margin: 0 0.15rem 0.2rem;
  }
  .course .kuang .item .txt {
    font-size: 0.24rem;
    height: 0.6rem;
  }
  .course .kuang .item .txt.lineOne {
    height: 0.6rem;
  }
}
.mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}
.tcbox {
  width: 6rem;
  height: auto;
  display: block;
  position: absolute;
  background: #b0060f;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  border-radius: 0.3rem;
  margin-top: 0.8rem;
}
.freebox {
  width: 6rem;
  height: auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 0.16em;
  -moz-border-radius: 0.16rem;
  border-radius: 0.16rem;
}
.tcbox::before {
  content: '';
  width: 0.81rem;
  height: 0.87rem;
  display: block;
  background: url("../images/tc-gold01.png") no-repeat center;
  background-size: 100%;
  position: absolute;
  left: 0;
  bottom: 1rem;
}
.tcbox::after {
  content: '';
  width: 0.8rem;
  height: 0.8rem;
  display: block;
  background: url("../images/tc-gold02.png") no-repeat center;
  background-size: 100%;
  position: absolute;
  right: 0.05rem;
  bottom: 2.38rem;
}
.tcbox .ladder {
  width: 100%;
  height: 100%;
  padding-top: 0.57rem;
  float: left;
  margin-top: -0.57rem;
  background: url("../images/tc-bg01.png") no-repeat center;
  background-size: 100% 100%;
}
.tcbox .ladder .white {
  width: 5.52rem;
  float: left;
  margin-left: 0.21rem;
  margin-top: -1.2rem;
  background: #fff;
  border-radius: 0.4rem;
}
.tcbox .ladder .white .boxLine {
  width: 5.12rem;
  height: auto;
  float: left;
  margin: 0.18rem 0.18rem 0;
  padding-bottom: 0.55rem;
  border: solid 0.04rem #ffe0be;
  border-radius: 0.3rem;
}
.tcbox .boxLine h3 {
  font-size: 0.46rem;
  line-height: 0.9rem;
  font-weight: bold;
  color: #fff;
  width: 100%;
  height: 0.9rem;
  float: left;
  margin-top: -0.39rem;
  text-align: center;
}
.tcbox .boxLine h3.type01 {
  background: url("../images/tc-tit01.png") no-repeat center;
  background-size: auto 0.9rem;
}
.tcbox .boxLine h3.type02 {
  background: url("../images/tc-tit02.png") no-repeat center;
  background-size: auto 0.9rem;
  font-size: 0.42rem;
}
.tcbox .tcbtm {
  width: 6rem;
  height: auto;
  min-height: 1.91rem;
  display: block;
  float: left;
  margin-top: -1.06rem;
  text-align: center;
  background: url("../images/tc-bg02.png") no-repeat center bottom;
  background-size: 100%;
  border-radius: 0 0 0.4rem 0.4rem;
}
.tcbox .tcbtm a {
  width: 3.28rem;
  height: 0.95rem;
  display: inline-block;
  margin: 0.43rem auto 0.25rem;
  text-align: center;
  font-size: 0.36rem;
  line-height: 0.87rem;
  color: #93420c;
  font-weight: bold;
  background: url("../images/tc-btn01.png") no-repeat center;
  background-size: 100%;
  position: relative;
}
/* .tcbox .tcbtm a span{ */
/*     background: linear-gradient(to bottom, #fff, #fdff50); */
/*     -webkit-background-clip: text; */
/*     -webkit-text-fill-color: transparent; */
/*     color: transparent; */
/* } */
.tcbox .tcbtm p {
  font-size: 0.24rem;
  color: #fff;
  margin: 0 auto 0.15rem;
}
.tipSure {
  width: 100%;
  clear: both;
  float: left;
  text-align: center;
  margin: -0.22rem auto 0;
}
.tipSure a {
  width: 3.26rem;
  height: 0.94rem;
  display: inline-block;
  margin: auto;
  text-align: center;
  font-size: 0.36rem;
  line-height: 0.88rem;
  color: #93420c;
  font-weight: bold;
  background: url("../images/tc-btn01.png") no-repeat center;
  background-size: 100%;
  position: relative;
}
.close {
  position: absolute;
  top: -1.9rem;
  right: 0;
  display: block;
  width: 0.58rem;
  height: 0.58rem;
  z-index: 99;
}
.close02 {
  top: -0.2rem;
}
.close a {
  width: 100%;
  display: block;
}
.close a img {
  width: 100%;
  display: block;
}
/* 温馨提示 */
.noteTxt {
  width: 100%;
  clear: both;
  float: left;
  margin: 0.53rem auto 0.35rem;
  text-align: center;
}
.noteTxt img {
  display: inline-block;
  margin: 0 auto 0.2rem;
  width: 3.84rem;
}
.noteTxt p {
  font-size: 0.32rem;
  line-height: 0.48rem;
  color: #333;
}
.selectbox {
  width: 100%;
  clear: both;
  float: left;
  margin: 0.53rem auto 0.35rem;
  text-align: center;
}
.selectbox ul {
  width: 3.2rem;
  margin: auto;
  display: flex;
  justify-content: center;
  align-content: flex-start;
  flex-wrap: wrap;
}
.selectbox ul li {
  width: 100%;
  height: 0.92rem;
  display: block;
  font-size: 0.36rem;
  line-height: 0.92rem;
  color: #333;
  background: #fff;
  border: solid 0.01rem #f64678;
  border-radius: 0.5rem;
  margin-bottom: 0.2rem;
}
.selectbox ul li.on {
  background: #f64678;
  color: #fff;
}
.selectbox p {
  font-size: 0.3rem;
  color: #e94a55;
}
@media screen and (min-width: 800px) {
  .selectbox {
    margin: 0.3rem auto;
  }
  .selectbox ul {
    width: 96%;
    justify-content: space-between;
  }
  .selectbox ul li {
    width: 2.1rem;
    height: 0.42rem;
    font-size: 0.18rem;
    line-height: 0.42rem;
    margin: 0 0.15rem 0.2rem;
    cursor: pointer;
  }
  .selectbox p {
    font-size: 0.16rem;
  }
}
.sucbox {
  width: 4.6rem;
  margin: 0.3rem 0.26rem;
  clear: both;
  float: left;
}
.sucbox h4 {
  font-size: 0.36rem;
  font-weight: bold;
  color: #e94a55;
  text-align: left;
  margin-bottom: 0.1rem;
}
.sucbox p {
  font-size: 0.32rem;
  line-height: 0.46rem;
  text-align: left;
}
.sucbox img {
  width: 1.82rem;
  display: block;
  margin: auto;
}
/*# sourceMappingURL=style.css.map */