@import "base.css";
@import "style-tc.css";
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dd,
figure,
menu,
input,
textarea,
button,
select,
th,
td iframe {
  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;
}
a,
a:visited,
a:active {
  text-decoration: none;
  border: none;
  outline: none;
}
input,
textarea {
  outline: none;
}
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;
  width: 100%;
}
body {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  word-wrap: break-word;
  line-height: 1.5;
  font-size: 12px;
  width: 100%;
  margin: 0 auto!important;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
}
body,
button,
input,
select,
textarea {
  font-family: 'helvetica neue', tahoma, 'hiragino sans gb', stheiti, 'wenquanyi micro hei', 'microsoft yahei', simsun, sans-serif;
}
.none {
  display: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
.flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.flexS {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.transCenter {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.baseStyle {
  width: 100%;
  clear: both;
  float: left;
}
.oneLineTxt {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.transtion {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-wrapper {
  -webkit-transition-timing-function: linear!important;
  -o-transition-timing-function: linear!important;
  transition-timing-function: linear!important;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 800px) {
  body {
    background: #fffcff;
  }
  .logStatus {
    position: absolute;
    top: 0;
    right: 0.25rem;
    background: #8a88f7;
    background: -webkit-linear-gradient(#be5bee, #56b5ff);
    background: -moz-linear-gradient(#be5bee, #56b5ff);
    background: -o-linear-gradient(#be5bee, #56b5ff);
    background: linear-gradient(#be5bee, #56b5ff);
    font-size: 0.24rem;
    line-height: 1.5;
    text-align: center;
    color: #fff;
    display: block;
    padding: 0.25rem 0;
    width: 1.2rem;
    border-radius: 0 0 0.5rem 0.5rem;
  }
}
@media screen and (min-width: 800px) {
  .pc-hide {
    display: none;
  }
}
.stage {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  pointer-events: none;
}
.wrap {
  width: 12rem;
  margin: auto;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
}
.banner-box {
  width: 100%;
  height: 6.5rem;
  clear: both;
  background: url("../images/banner.jpg") no-repeat center top;
  position: relative;
}
.banner-box .logo {
  width: 1.5rem;
  display: block;
  position: absolute;
  left: 0.48rem;
  top: 0.34rem;
}
.banner-box .logo img {
  width: 100%;
  display: block;
}
.banner-box .ban_theme01 {
  width: 7.26rem;
  display: block;
  margin-top: 0.34rem;
  animation: scale2 0.8s linear infinite alternate;
  -o-animation: scale2 0.8s linear infinite alternate;
  -moz-animation: scale2 0.8s linear infinite alternate;
  -webkit-animation: scale2 0.8s linear infinite alternate;
}
.banner-box .ban_ip {
  width: 7.33rem;
  display: block;
  position: absolute;
  top: 2.86rem;
  left: 1.65rem;
  animation: moveY4 0.8s linear infinite alternate;
  -o-animation: moveY4 0.8s linear infinite alternate;
  -moz-animation: moveY4 0.8s linear infinite alternate;
  -webkit-animation: moveY4 0.8s linear infinite alternate;
}
.banner-box .ban_paper {
  width: 1.331rem;
  display: block;
  position: absolute;
  top: 2.13rem;
  right: 1.07rem;
}
.banner-box .ban_flotage {
  width: 9.91rem;
  display: block;
  position: absolute;
  top: 2.35rem;
  left: 0.16rem;
  animation: moveY1 0.8s linear infinite alternate;
  -o-animation: moveY1 0.8s linear infinite alternate;
  -moz-animation: moveY1 0.8s linear infinite alternate;
  -webkit-animation: moveY1 0.8s linear infinite alternate;
}
.pageAll {
  background: #fff url("../images/page_bg.jpg") no-repeat center top / 100%;
  font-family: "MiSans", sans-serif;
}
.sections {
  width: 100%;
  clear: both;
}
.sections .secTit {
  width: 100%;
  clear: both;
}
.sections .secTit h2 {
  font-size: 0.4rem;
  line-height: 0.8rem;
  font-family: "AlimamaShuHeiTi", sans-serif;
  color: #333;
  font-style: italic;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.sections .secTit h2::before {
  content: '';
  width: 0.32rem;
  height: 0.27rem;
  display: block;
  background: url("../images/title-icon01.png") no-repeat center top / 100%;
  margin-right: 0.32rem;
}
.sections .secTit h2::after {
  content: '';
  width: 0.32rem;
  height: 0.27rem;
  display: block;
  background: url("../images/title-icon02.png") no-repeat center top / 100%;
  margin-left: 0.32rem;
}
.sections .secTit h2 em {
  line-height: 1;
  font-style: italic;
  background: linear-gradient(to bottom, #c448e8 20%, #333 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  /* 核心修复：上下左右微量padding，推荐0.15em~0.3em */
  padding: 0.15em 0.2em;
  /* 行内元素必须转行内块，padding才生效 */
  display: inline-block;
}
.s1-main {
  width: 100%;
  height: 1.8rem;
  display: block;
  margin-bottom: 0.4rem;
  background: #8a88f7;
  background: -webkit-linear-gradient(left, #be5bee, #56b5ff);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #be5bee, #56b5ff);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #be5bee, #56b5ff);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #be5bee, #56b5ff);
  /* 标准的语法 */
  border: solid 0.02rem #fff;
  box-shadow: 0 0.13rem 0 #606ad9;
  border-radius: 0.2rem;
  margin-top: -1.07rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-items: flex-start;
}
.s1-main .s1-search {
  width: 5.81rem;
  height: 1.06rem;
  margin-top: 0.26rem;
  background: #cee6fd;
  background: -webkit-linear-gradient(#fff0fb, #9cdbfe);
  background: -moz-linear-gradient(#fff0fb, #9cdbfe);
  background: -o-linear-gradient(#fff0fb, #9cdbfe);
  background: linear-gradient(#fff0fb, #9cdbfe);
  box-shadow: 0 0 0.13rem rgba(255, 255, 255, 0.68) inset;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
  position: relative;
  border-radius: 0.6rem;
}
.s1-main .s1-search span {
  font-size: 0.4rem;
  line-height: 1;
  color: #333;
  font-family: "AlimamaShuHeiTi", sans-serif;
  width: 100%;
  display: block;
  margin: 0.2rem auto 0.18rem;
}
.s1-main .s1-search a {
  width: 1.99rem;
  height: 0.55rem;
  display: block;
  background: url("../images/s1-btn01.png") no-repeat center top / 100%;
  font-size: 0.26rem;
  line-height: 0.55rem;
  color: #fff;
  transition: all 0.2s;
}
.s1-main .s1-search a:hover {
  transform: scale(1.1);
}
.s1-main .s1-search::before {
  content: "";
  width: 0.71rem;
  height: 0.71rem;
  display: block;
  background: url("../images/s1-search.png") no-repeat center top / 100%;
  position: absolute;
  top: 0.69rem;
  left: 0.17rem;
  animation: circleX 2s cubic-bezier(0.36, 0, 0.64, 1) -1s infinite alternate, circleY 2s cubic-bezier(0.36, 0, 0.64, 1) 0s infinite alternate;
  -webkit-animation: circleX 2s cubic-bezier(0.36, 0, 0.64, 1) -1s infinite alternate, circleY 2s cubic-bezier(0.36, 0, 0.64, 1) 0s infinite alternate;
}
.s1-main .s1-right {
  margin-left: 0.47rem;
  margin-top: 0.22rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.s1-main .s1-right img {
  width: 1.37rem;
  display: block;
}
.s1-main .s1-right .itembox {
  width: 3.75rem;
  height: 1.28rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 0 0.1rem 0.1rem 0;
  background: rgba(255, 255, 255, 0.6);
}
.s1-main .s1-right .itembox .item {
  width: 0.91rem;
  height: 0.91rem;
  background: #ecf8d9;
  background: -webkit-linear-gradient(#d8fffa, #fff1b7);
  background: -moz-linear-gradient(#d8fffa, #fff1b7);
  background: -o-linear-gradient(#d8fffa, #fff1b7);
  background: linear-gradient(#d8fffa, #fff1b7);
  border-radius: 50%;
  border: solid 0.02rem #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 0.2rem;
  line-height: 0.24rem;
  margin: auto 0.09rem;
  position: relative;
}
.s1-main .s1-right .itembox .item::before {
  content: '';
  width: 0.24rem;
  height: 0.25rem;
  display: block;
  background: url("../images/s1-icon01.png") no-repeat center top / 100%;
  position: absolute;
  top: -0.08rem;
}
.s2-draw {
  width: 100%;
  height: 4.73rem;
  margin-top: 0.08rem;
  background: url("../images/s2-k01.png") no-repeat center top / 100%;
  border-radius: 0.3rem;
  box-shadow: 0 0.03rem 0.08rem #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
}
.s2-draw p {
  font-size: 0.2rem;
  line-height: 1.5;
  color: #fff;
  text-align: left;
  margin-top: 0.42rem;
  margin-bottom: 0.21rem;
}
.s2-draw .giftPart {
  width: 11.39rem;
  height: 2.46rem;
  display: block;
  background: url("../images/s2-k02.png") no-repeat center top / 100%;
  border-radius: 0.23rem;
}
.s2-draw .giftPart .swiper {
  width: 11.3rem;
  height: 2.05rem;
  display: block;
  margin-top: 0.2rem;
}
.s2-draw .giftPart .swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear!important;
  -o-transition-timing-function: linear!important;
  transition-timing-function: linear!important;
}
.s2-draw .giftPart .swiper .swiper-slide {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.s2-draw .giftPart .swiper .swiper-slide img {
  width: 2.05rem;
  display: block;
}
.s2-draw .s2-drawBtn {
  width: 100%;
  clear: both;
  margin: 0.28rem auto 0.42rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.s2-draw .s2-drawBtn a {
  font-size: 0.21rem;
  line-height: 1;
  font-weight: 500;
  color: #fff;
  border-radius: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  transition: all 0.5s;
}
.s2-draw .s2-drawBtn a:hover {
  transform: scale(1.1);
  box-shadow: 0 0.05rem 0.1rem rgba(42, 14, 12, 0.5);
}
.s2-draw .s2-drawBtn a.btn01,
.s2-draw .s2-drawBtn a.btn03 {
  width: 1.8rem;
  height: 0.5rem;
  background: url("../images/s2-btn01.png") no-repeat center top / 100%;
}
.s2-draw .s2-drawBtn a.btn02 {
  width: 2.2rem;
  height: 0.64rem;
  margin: auto 0.5rem;
  background: url("../images/s2-btn02.png") no-repeat center top / 100%;
  align-content: center;
}
.s2-draw .s2-drawBtn a.btn02 em {
  font-size: 0.12rem;
  display: block;
  font-weight: 400;
  width: 100%;
  padding-top: 0.05rem;
}
.secMain {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 0.3rem;
  box-shadow: 0 0.03rem 0.08rem #fff;
}
.s2-main {
  width: 100%;
  height: auto;
  min-height: 4rem;
  background: #cee9ff;
  background: -webkit-linear-gradient(#def0ff, #bde1ff);
  background: -moz-linear-gradient(#def0ff, #bde1ff);
  background: -o-linear-gradient(#def0ff, #bde1ff);
  background: linear-gradient(#def0ff, #bde1ff);
  border-radius: 0.3rem;
  margin: 0.18rem auto 0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-top: 0.3rem;
}
.s2-main .s2-part {
  width: 5.4rem;
}
.s2-main .s2-part .s2-subTit {
  width: 100%;
  font-size: 0.24rem;
  line-height: 0.24rem;
  color: #5799eb;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.s2-main .s2-part .s2-subTit::before {
  content: '';
  width: 0.08rem;
  height: 0.24rem;
  display: block;
  background: #5698eb;
  border-radius: 0.04rem;
  margin-right: 0.14rem;
}
.s2-main .s2-part .s2-subTit span {
  font-weight: 700;
}
.s2-main .s2-part .s2-subTit em {
  font-size: 0.18rem;
  color: #81a4d0;
  margin-left: 0.3rem;
}
.s2-main .s2-part .kuang {
  width: 100%;
  height: 3.5rem;
  margin-top: 0.12rem;
  display: block;
  background: #fff;
  border-radius: 0.2rem;
}
.s2-main .s2-part .kuang .s2-btn {
  width: 100%;
  clear: both;
}
.s2-main .s2-part .kuang .s2-btn a {
  width: 1.7rem;
  height: 0.46rem;
  display: block;
  margin: auto;
  background: url("../images/s2-btn03.png") no-repeat center top / 100%;
  font-size: 0.26rem;
  line-height: 0.46rem;
  color: #fff;
  font-weight: 500;
  border-radius: 0.5rem;
  transition: all 0.5s;
}
.s2-main .s2-part .kuang .s2-btn a:hover {
  transform: scale(1.1);
  box-shadow: 0 0.05rem 0.1rem rgba(42, 14, 12, 0.5);
}
.s2-main .s2-form {
  margin-right: 0.24rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
}
.s2-main .s2-form ul {
  width: 4.6rem;
  margin: 0.19rem auto 0.06rem;
}
.s2-main .s2-form ul li {
  width: 100%;
  clear: both;
  margin-bottom: 0.13rem;
  font-size: 0.22rem;
  height: 0.51rem;
  line-height: 0.51rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.s2-main .s2-form ul li span {
  display: block;
}
.s2-main .s2-form ul li select {
  width: 1.67rem;
  height: 0.51rem;
  border: solid 0.01rem #b6b6b6;
  border-radius: 0.1rem;
  font-size: 0.22rem;
  padding-left: 0.18rem;
}
.s2-main .s2-form ul li input {
  width: 3.47rem;
  height: 0.51rem;
  border: solid 0.01rem #b6b6b6;
  border-radius: 0.1rem;
  font-size: 0.22rem;
  text-indent: 0.18rem;
}
.s2-main .s2-form ul li input.type2 {
  width: 1.7rem;
  display: block;
  text-indent: 0.14rem;
}
.s2-main .s2-comment {
  width: 5.74rem;
}
.s2-main .s2-comment textarea {
  width: 5.2rem;
  height: 0.9rem;
  border: none;
  resize: none;
  background: #fff;
  font-size: 0.18rem;
  line-height: 0.26rem;
  margin-top: 0.18rem;
}
.s2-main .s2-comment .imgSrc {
  width: 90%;
  margin: 0 5% 0.28rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.s2-main .s2-comment .imgSrc .uploadBtn {
  width: 1.32rem;
  height: 1.33rem;
  display: block;
  position: relative;
}
.s2-main .s2-comment .imgSrc .uploadBtn input[name='file'] {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 9;
  opacity: 0;
}
.s2-main .s2-comment .imgSrc .uploadBtn img {
  width: 100%;
  display: block;
}
.s2-main .s2-comment .imgSrc .addPic {
  width: 1.32rem;
  height: 1.33rem;
  display: block;
  position: relative;
  margin-right: 0.1rem;
}
.s2-main .s2-comment .imgSrc .addPic .upload-image {
  height: 100%;
  width: 100%;
  vertical-align: initial;
}
.s2-main .s2-comment .imgSrc .addPic .delete-image {
  width: 0.2rem;
  height: 0.2rem;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.s3-main {
  width: 100%;
  height: 4.8rem;
  margin-bottom: 0.41rem;
  background: url("../images/s3-k01.png") no-repeat center top / 100%;
}
.s3-main .plList {
  width: 11.39rem;
  height: 4rem;
  display: block;
  overflow: hidden;
  background: url("../images/s3-k02.png") no-repeat center top / 100%;
  border-radius: 0.23rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
}
.s3-main .plList .noData {
  width: 100%;
  clear: both;
  display: none;
  text-align: center;
}
.s3-main .plList .noData img {
  width: 2.5rem;
  display: block;
  margin: 0.4rem auto 0;
}
.s3-main .plList .noData p {
  font-size: 0.24rem;
  line-height: 1;
  color: #666;
  width: 100%;
}
.s3-main .plList .cont-list {
  width: 94%;
  height: 3.8rem;
  display: none;
  margin-top: 0.1rem;
}
.s3-main .plList .cont-list .bd {
  padding: 15px;
}
.s3-main .plList .cont-list .cont-item {
  width: 100%;
  clear: both;
  display: block;
  border-bottom: dashed 0.01rem #666;
  padding: 0.15rem 0;
}
.s3-main .plList .cont-list .cont-item .li-p {
  width: 100%;
  font-size: 0.18rem;
  line-height: 1.5;
  color: #444;
  text-align: left;
  margin-bottom: 0.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 0.54rem;
}
.s3-main .plList .cont-list .cont-item .li-p span {
  color: #1b4cdd;
}
.s3-main .plList .cont-list .cont-item .li-p2 {
  font-size: 0.16rem;
  line-height: 1.5;
  color: #666;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.s3-main .plList .cont-list .cont-item .li-p2 time {
  margin: auto 0.15rem;
}
.s3-main .plList .cont-list .cont-item .li-p2 .zan {
  padding-left: 0.3rem;
  background: url("../images/zan01.png") no-repeat center left / 0.22rem;
  cursor: pointer;
}
.s3-main .plList .cont-list .cont-item .li-p2 .zan:hover,
.s3-main .plList .cont-list .cont-item .li-p2 .zan.active {
  background: url("../images/zan02.png") no-repeat center left / 0.22rem;
}
.s4-main {
  width: 100%;
  height: 6.58rem;
  margin-bottom: 0.43rem;
  background: url("../images/s4-k01.png") no-repeat center top / 100%;
}
.s4-main .kuang {
  width: 11.39rem;
  height: 5.78rem;
  background: url("../images/s4-k02.png") no-repeat center top / 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
}
.s4-main .kuang ul.info {
  width: 100%;
  clear: both;
  margin-top: 0.36rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.s4-main .kuang ul.info li {
  width: 2.25rem;
  height: 2.22rem;
  display: block;
  background: url("../images/s4-img01.png") no-repeat center top / 100%;
  margin: 0 0.22rem;
}
.s4-main .kuang ul.info li:nth-child(odd) {
  animation: moveY1 0.8s linear infinite alternate;
  -o-animation: moveY1 0.8s linear infinite alternate;
  -moz-animation: moveY1 0.8s linear infinite alternate;
  -webkit-animation: moveY1 0.8s linear infinite alternate;
}
.s4-main .kuang ul.info li:nth-child(even) {
  animation: moveY4 0.8s linear infinite alternate;
  -o-animation: moveY4 0.8s linear infinite alternate;
  -moz-animation: moveY4 0.8s linear infinite alternate;
  -webkit-animation: moveY4 0.8s linear infinite alternate;
}
.s4-main .kuang ul.info li h4 {
  font-size: 0.2rem;
  line-height: 1;
  color: #e38f2b;
  margin-top: 0.44rem;
}
.s4-main .kuang ul.info li h3 {
  font-size: 0.25rem;
  line-height: 1;
  color: #030d22;
  font-weight: 500;
  margin: 0.16rem auto 0.5rem;
}
.s4-main .kuang ul.info li a {
  width: 1.18rem;
  height: 0.38rem;
  display: block;
  margin: auto;
  border-radius: 0.3rem;
  background: url("../images/s4-btn01.png") no-repeat center top / 100%;
  font-size: 0.16rem;
  line-height: 0.36rem;
  color: #fff;
  font-weight: 500;
  transition: all 0.5s;
}
.s4-main .kuang ul.info li a:hover {
  transform: scale(1.1);
}
.s4-main .kuang ul.course {
  width: 100%;
  clear: both;
  margin: 0.24rem auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.s4-main .kuang ul.course li {
  width: 3.33rem;
  height: auto;
  border-radius: 0.1rem;
  box-shadow: 0 0.05rem 0.07rem rgba(12, 4, 7, 0.08);
  margin: 0 0.12rem;
}
.s4-main .kuang ul.course li img {
  width: 100%;
  clear: both;
  display: block;
}
.s4-main .kuang ul.course li .txt {
  width: 100%;
  clear: both;
  height: 0.46rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.s4-main .kuang ul.course li .txt span {
  font-size: 0.16rem;
  line-height: 1;
  color: #333;
  margin-left: 0.14rem;
  display: block;
}
.s4-main .kuang ul.course li .txt a {
  width: 0.8rem;
  height: 0.23rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border: solid 0.01rem #ff5918;
  border-radius: 0.2rem;
  font-size: 0.12rem;
  color: #ff5918;
  margin-right: 0.15rem;
}
.s4-main .kuang ul.course li .txt a:hover {
  background: #ff5918;
  color: #fff;
}
.s5-main {
  width: 100%;
  height: 5.76rem;
  margin-bottom: 1.43rem;
  background: url("../images/s5-k01.png") no-repeat center top / 100%;
}
.s5-main .kuang {
  width: 11.39rem;
  height: 4.96rem;
  background: url("../images/s5-k02.png") no-repeat center top / 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-items: flex-start;
}
.s5-main .kuang .tab {
  width: 3.28rem;
  height: 4.3rem;
  background: #f5ecff;
  border-radius: 0.2rem;
  margin-top: 0.33rem;
  margin-right: 0.38rem;
}
.s5-main .kuang .tab ul {
  width: 2.54rem;
  display: block;
  margin: 0.39rem auto 0.33rem;
}
.s5-main .kuang .tab ul li {
  width: 100%;
  height: 0.46rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  background: #fff;
  border-radius: 0.06rem;
  margin-bottom: 0.2rem;
  font-size: 0.28rem;
  line-height: 1;
  color: #8151e3;
  cursor: pointer;
}
.s5-main .kuang .tab ul li::before {
  content: '';
  width: 0.27rem;
  height: 0.25rem;
  display: block;
  background: url("../images/s5-icon01.png") no-repeat center top / 100%;
  margin-left: 0.23rem;
  margin-right: 0.09rem;
}
.s5-main .kuang .tab a {
  width: 1.88rem;
  height: 0.52rem;
  margin: auto;
  background: url("../images/s5-btn01.png") no-repeat center top / 100%;
  border-radius: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 0.26rem;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  transition: all 0.5s;
}
.s5-main .kuang .tab a:hover {
  transform: scale(1.1);
}
.s5-main .kuang .vidbox {
  margin-top: 0.33rem;
  width: 6.87rem;
  height: 4.29rem;
  display: block;
  background: #dbecfc;
  border-radius: 0.25rem;
  overflow: hidden;
}
.s6-main {
  width: 100%;
  height: 8.3rem;
  margin-bottom: 0.43rem;
  background: url("../images/s6-k01.png") no-repeat center top / 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
}
.s6-main .tab {
  width: 100%;
  clear: both;
  margin-top: 0.39rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
.s6-main .tab span {
  width: 3.79rem;
  height: 0.69rem;
  background: #d8c0f8;
  border-radius: 0.1rem 0.1rem 0 0;
  font-size: 0.32rem;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  margin: 0 0.23rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  cursor: pointer;
}
.s6-main .tab span.on {
  background: #ff7d37;
  background: -webkit-linear-gradient(left, #ffa256, #ff5817);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #ffa256, #ff5817);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #ffa256, #ff5817);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #ffa256, #ff5817);
  /* 标准的语法 */
}
.s6-main .tab span.on::after {
  content: '>';
  width: 0.3rem;
  height: 0.32rem;
  font-size: 0.32rem;
  color: #fff;
  margin-left: 0.15rem;
}
.s6-main .itembox {
  width: 11.39rem;
  height: 3.8rem;
  margin-top: -0.05rem;
  background: url("../images/s6-k02.png") no-repeat center top / 100%;
}
.s6-main .itembox .item {
  width: 100%;
  margin-top: 0.26rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-items: flex-start;
  display: none;
}
.s6-main .itembox .item.show {
  display: flex;
}
.s6-main .itembox .item1 .subNav {
  width: 2.16rem;
  margin-top: 0.41rem;
  margin-right: 0.1rem;
}
.s6-main .itembox .item1 .subNav span {
  width: 100%;
  height: 0.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background: #efe9ff;
  border-radius: 0.1rem;
  font-size: 0.28rem;
  line-height: 1;
  color: #b8a5ec;
  margin-bottom: 0.14rem;
  cursor: pointer;
}
.s6-main .itembox .item1 .subNav span.on {
  background: #b86fff;
  background: -webkit-linear-gradient(left, #d76cff, #9971ff);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #d76cff, #9971ff);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #d76cff, #9971ff);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #d76cff, #9971ff);
  /* 标准的语法 */
  font-weight: 500;
  color: #fff;
}
.s6-main .itembox .item1 .subNav span.on::after {
  content: '>';
  width: 0.3rem;
  height: 0.32rem;
  font-size: 0.28rem;
  color: #fff;
  margin-left: 0.15rem;
}
.s6-main .itembox .item1 .partbox {
  width: 8.53rem;
  height: 3.3rem;
  display: block;
  background: #ecf6ff;
  border-radius: 0.1rem;
}
.s6-main .itembox .item1 .partbox .part {
  width: 100%;
  height: 3.3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  display: none;
}
.s6-main .itembox .item1 .partbox .part.show {
  display: flex;
}
.s6-main .itembox .item1 .partbox .part.part3 .p-left {
  width: 5.3rem;
}
.s6-main .itembox .item1 .partbox .part.part3 .p-left ul li p {
  letter-spacing: -1px;
}
.s6-main .itembox .item1 .partbox .part.part3 .p-left ul li:nth-child(3) p {
  letter-spacing: -2px;
}
.s6-main .itembox .item1 .partbox .part .p-left {
  width: 5.2rem;
  display: block;
  margin-left: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
}
.s6-main .itembox .item1 .partbox .part .p-left .recom {
  width: 100%;
  font-size: 0.26rem;
  line-height: 0.3rem;
  color: #ff6522;
  font-weight: 700;
  margin-bottom: 0.21rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.s6-main .itembox .item1 .partbox .part .p-left .recom.addTxt {
  font-size: 0.2rem;
  line-height: 0.26rem;
  color: #333;
  font-weight: 400;
  margin-bottom: 0.1rem;
}
.s6-main .itembox .item1 .partbox .part .p-left .recom.addTxt b {
  font-weight: 700;
}
.s6-main .itembox .item1 .partbox .part .p-left .recom i {
  width: 0.3rem;
  height: 0.29rem;
  display: block;
}
.s6-main .itembox .item1 .partbox .part .p-left .recom i.a {
  background: url("../images/s6-icon01.png") no-repeat center top / 100%;
}
.s6-main .itembox .item1 .partbox .part .p-left .recom i.b {
  background: url("../images/s6-icon02.png") no-repeat center top / 100%;
}
.s6-main .itembox .item1 .partbox .part .p-left ul {
  width: 100%;
  border-top: dashed 0.02rem #c0d6f7;
}
.s6-main .itembox .item1 .partbox .part .p-left ul li {
  width: 100%;
  border-bottom: dashed 0.02rem #c0d6f7;
  font-size: 0.2rem;
  line-height: 0.26rem;
  text-align: left;
  padding: 0.05rem 0 0.1rem;
}
.s6-main .itembox .item1 .partbox .part .p-left ul li span {
  font-weight: 500;
  color: #5469ff;
}
.s6-main .itembox .item1 .partbox .part .p-left ul li p {
  width: 100%;
  color: #333;
}
.s6-main .itembox .item1 .partbox .part .p-ewm {
  width: 1.65rem;
  margin-right: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
}
.s6-main .itembox .item1 .partbox .part .p-ewm img {
  width: 1.5rem;
  display: block;
}
.s6-main .itembox .item1 .partbox .part .p-ewm .tip {
  width: 100%;
  text-align: left;
  margin-top: 0.13rem;
}
.s6-main .itembox .item1 .partbox .part .p-ewm .tip span {
  font-size: 0.18rem;
  line-height: 0.26rem;
  color: #5579ff;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  letter-spacing: -1px;
}
.s6-main .itembox .item1 .partbox .part .p-ewm .tip span::before {
  content: '';
  width: 0.16rem;
  height: 0.15rem;
  display: block;
  background: url("../images/s6-icon03.png") no-repeat center top / 100%;
  margin-right: 0.08rem;
}
.s6-main .itembox .item1 .partbox .part .p-ewm .zhu {
  width: 100%;
  clear: both;
  margin-top: 0.18rem;
  font-size: 0.18rem;
  line-height: 0.26rem;
}
.s6-main .itembox .item1 .partbox .part .p-ewm .zhu em {
  color: #ff5a19;
}
.s6-main .itembox .item_course {
  width: 5.3rem;
  height: 3.3rem;
  background: #fff2f9;
  border-radius: 0.1rem;
}
.s6-main .itembox .item_course .item_tit {
  width: 100%;
  height: 0.6rem;
  background: #ffd6eb;
  border-radius: 0.1rem 0.1rem 0 0;
  font-size: 0.26rem;
  line-height: 0.6rem;
  color: #ff6fa4;
  font-weight: 700;
}
.s6-main .itembox .item_course ul {
  width: 4.77rem;
  display: block;
  margin: 0.25rem auto 0;
}
.s6-main .itembox .item_course ul li {
  width: 100%;
  height: 0.62rem;
  clear: both;
  margin-bottom: 0.16rem;
  background: #fff;
  border-radius: 0.05rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.s6-main .itembox .item_course ul li span {
  font-size: 0.24rem;
  line-height: 1;
  color: #333;
  margin-left: 0.26rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.s6-main .itembox .item_course ul li span em {
  color: #ff5918;
}
.s6-main .itembox .item_course ul li span::before {
  content: '';
  width: 0.29rem;
  height: 0.3rem;
  display: block;
  background: url("../images/s6-icon04.png") no-repeat center top / 100%;
}
.s6-main .itembox .item_course ul li a {
  width: 1.2rem;
  height: 0.36rem;
  display: block;
  border: solid 0.01rem #ff5918;
  border-radius: 0.5rem;
  font-size: 0.16rem;
  line-height: 0.36rem;
  color: #ff5918;
  margin-right: 0.23rem;
}
.s6-main .itembox .item_course ul li a:hover {
  background: #ff5918;
  color: #fff;
}
.s6-main .itembox .item_ewm {
  width: 5.3rem;
  height: 3.3rem;
  background: #ecf6ff;
  border-radius: 0.1rem;
  margin-left: 0.16rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
  position: relative;
}
.s6-main .itembox .item_ewm .item_tit {
  width: 100%;
  height: 0.6rem;
  background: #c5e4ff;
  border-radius: 0.1rem 0.1rem 0 0;
  font-size: 0.26rem;
  line-height: 0.6rem;
  color: #4fa6f2;
  font-weight: 700;
}
.s6-main .itembox .item_ewm .ewmbox {
  width: 2.1rem;
  height: auto;
  margin-top: 0.18rem;
  background: rgba(197, 228, 255, 0.5);
  background: -webkit-linear-gradient(180deg, rgba(197, 228, 255, 0) 40%, #c5e4ff 100%);
  background: -o-linear-gradient(180deg, rgba(197, 228, 255, 0) 40%, #c5e4ff 100%);
  background: -moz-linear-gradient(180deg, rgba(197, 228, 255, 0) 40%, #c5e4ff 100%);
  background: linear-gradient(180deg, rgba(197, 228, 255, 0) 40%, #c5e4ff 100%);
  border-radius: 0.06rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
}
.s6-main .itembox .item_ewm .ewmbox img {
  width: 1.48rem;
  display: block;
}
.s6-main .itembox .item_ewm .ewmbox p {
  font-size: 0.16rem;
  line-height: 0.22rem;
  clear: both;
  margin: 0.12rem auto;
}
.s6-main .itembox .item_ewm .ewmbox p em {
  color: #3e6aeb;
}
.s6-main .itembox .item_ewm .txt {
  width: 2.04rem;
  height: auto;
  margin-left: 0.37rem;
  margin-top: 0.18rem;
  background: rgba(255, 255, 255, 0.5);
  background: -webkit-linear-gradient(left, #fff, rgba(255, 255, 255, 0));
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #fff, rgba(255, 255, 255, 0));
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #fff, rgba(255, 255, 255, 0));
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
  /* 标准的语法 */
  border-radius: 0.1rem;
}
.s6-main .itembox .item_ewm .txt ul {
  width: 100%;
  clear: both;
  font-size: 0.18rem;
  line-height: 0.36rem;
  color: #333;
  text-align: left;
  padding: 0.1rem 0;
}
.s6-main .itembox .item_ewm .txt ul li {
  width: 100%;
  clear: both;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.s6-main .itembox .item_ewm .txt ul li::before {
  content: '';
  width: 0.17rem;
  height: 0.18rem;
  display: block;
  background: url("../images/s6-icon05.png") no-repeat center top / 100%;
  margin-left: 0.22rem;
  margin-right: 0.07rem;
}
.s6-main .itembox .item_ewm::after {
  content: '';
  width: 1.08rem;
  height: 1.12rem;
  display: block;
  background: url("../images/s6-ip01.png") no-repeat center top / 100%;
  position: absolute;
  right: -0.22rem;
  bottom: -0.06rem;
}
.s6-main .coupon {
  width: 9.85rem;
  display: block;
  margin-top: 0.29rem;
  border-radius: 0.2rem;
  position: relative;
}
.s6-main .coupon img {
  width: 100%;
  display: block;
}
.s6-main .coupon a {
  width: 2.41rem;
  height: 0.51rem;
  display: block;
  background: url("../images/s6-btn01.png") no-repeat center top / 100%;
  font-size: 0.26rem;
  line-height: 0.51rem;
  color: #fff;
  font-weight: 500;
  position: absolute;
  top: 1.66rem;
  right: 1.46rem;
  animation: scale2 0.5s linear infinite alternate;
  -o-animation: scale2 0.5s linear infinite alternate;
  -moz-animation: scale2 0.5s linear infinite alternate;
  -webkit-animation: scale2 0.5s linear infinite alternate;
}
.indexBtn span {
  font-size: 20px;
  color: blue;
}
/*侧边悬停*/
.lfNav {
  position: fixed;
  width: 174px;
  height: 387px;
  display: block;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 9;
  background: url("../images/fixedNavBg.png") no-repeat center top / 100%;
}
.lfNav .close {
  position: absolute;
  top: 0;
  right: 0;
  height: 34px;
  width: 34px;
}
.lfNav .close img {
  width: 100%;
  display: block;
}
.lfNav .navBox {
  width: 114px;
  height: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-content: flex-start;
  margin-top: 1.08rem;
  margin-left: 0.28rem;
  border-top: dashed 0.01rem #dae2fe;
}
.lfNav .navBox a {
  width: 100%;
  line-height: 0.39rem;
  text-align: center;
  font-size: 18px;
  color: #333;
  border-bottom: dashed 0.01rem #dae2fe;
}
.lfNav .navBox a:hover {
  color: #fff;
  font-weight: 700;
}
.left_top {
  width: 70px;
  height: 19px;
  display: block;
  float: left;
  margin-left: 51px;
  margin-top: 22px;
  position: relative;
  z-index: 3;
}
@-webkit-keyframes scaleDraw {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.15);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.15);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
/*# sourceMappingURL=style.css.map */