@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: #000dab;
}
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;
}
@media screen and (max-width: 800px) {
  body {
    background: #000dab;
  }
}
.wrap {
  width: 11rem;
  margin: auto;
  text-align: center;
  position: relative;
}
.wrap1 {
  width: 6.23rem;
  margin: auto;
  text-align: center;
  position: relative;
}
.banner-box {
  width: 100%;
  clear: both;
  height: 6.14rem;
  background: url("../images/banner.jpg") no-repeat center top;
}
.banner-box .logo {
  width: 1.63rem;
  display: inline-block;
  position: absolute;
  top: 0.33rem;
  left: -0.18rem;
}
.banner-box .logo img {
  width: 100%;
  display: inline-block;
}
.banner-box .ban_theme {
  width: 6.96rem;
  display: block;
  position: absolute;
  top: 0.6rem;
  left: 0.95rem;
}
.banner-box .ban_theme img {
  width: 100%;
  display: inline-block;
}
.banner-box .ban_paper01 {
  width: 1.96rem;
  display: block;
  position: absolute;
  top: 1.28rem;
  left: -1.55rem;
  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;
}
.banner-box .ban_paper01 img {
  width: 100%;
  display: inline-block;
}
.banner-box .ban_paper02 {
  width: 2.79rem;
  display: block;
  position: absolute;
  top: 1.06rem;
  right: -2.03rem;
  animation: moveY2 1s linear infinite alternate;
  -o-animation: moveY2 1s linear infinite alternate;
  -moz-animation: moveY2 1s linear infinite alternate;
  -webkit-animation: moveY2 1s linear infinite alternate;
}
.banner-box .ban_paper02 img {
  width: 100%;
  display: inline-block;
}
.sections {
  width: 100%;
  clear: both;
  font-family: "MiSans", sans-serif;
}
.sections .secTit {
  width: 100%;
  height: 0.9rem;
  display: block;
  background: url("../images/sec_title01.png") no-repeat center top / 4.82rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.sections .secTit img {
  width: 0.61rem;
  display: block;
  margin-right: 0.16rem;
}
.sections .secTit h2 {
  font-size: 0.5rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background: linear-gradient(to bottom, #f4ca78 0%, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-family: "AlimamaShuHeiTi", sans-serif;
}
.sections .secMain {
  width: 100%;
  min-height: 4rem;
  background: #1d4eff;
  background: -webkit-linear-gradient(#397dff, #011fff);
  background: -moz-linear-gradient(#397dff, #011fff);
  background: -o-linear-gradient(#397dff, #011fff);
  background: linear-gradient(#397dff, #011fff);
  border-radius: 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
}
.sections .secMain .kuang {
  margin: 0.25rem auto;
  width: 10.55rem;
  min-height: 3.47rem;
  height: auto;
  border-radius: 0.2rem;
  background: #fff;
  background: -webkit-linear-gradient(#fff 36%, #d9e6ff 100%);
  background: linear-gradient(#fff 36%, #d9e6ff 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border: solid 0.01rem #fff;
  box-shadow: 0 0 0.35rem rgba(201, 220, 255, 0.91) inset, 0 0.06rem 0.24rem rgba(10, 44, 104, 0.6);
}
.throughTrain {
  height: 3.73rem;
  display: block;
  background: url("../images/s0-bg.jpg") no-repeat center top;
}
.throughTrain .throuMain {
  width: 100%;
  height: 2.81rem;
  border-radius: 0.2rem;
  background: #fff;
  background: -webkit-linear-gradient(#fff 55%, #c7d9fd 100%);
  background: linear-gradient(#fff 55%, #c7d9fd 100%);
  box-shadow: 0 0.11rem 0.51rem rgba(0, 75, 207, 0.44);
  border: solid 0.01rem #fff;
}
.throughTrain .throuMain .top {
  width: 100%;
  height: 0.72rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.throughTrain .throuMain .top span {
  width: 5.33rem;
  height: 0.72rem;
  display: block;
  background: #0f58d2;
  background: -webkit-linear-gradient(left, #1869f2, #0646b1);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #1869f2, #0646b1);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #1869f2, #0646b1);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #1869f2, #0646b1);
  /* 标准的语法 */
  border-radius: 0.2rem 0 0.2rem 0;
  font-size: 0.35rem;
  font-weight: 700;
  line-height: 0.72rem;
  color: #fff;
  text-align: center;
}
.throughTrain .throuMain .top img {
  display: block;
  width: 2.74rem;
  margin-left: 0.07rem;
}
.throughTrain .throuMain .top em {
  font-size: 0.24rem;
  line-height: 1;
  color: #002a83;
}
.throughTrain .throuMain .step {
  margin-top: 0.38rem;
  background: url("../images/s0-line02.png") no-repeat center center / 9.92rem;
}
.throughTrain .throuMain .step ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.throughTrain .throuMain .step ul.step1 {
  margin-left: 0.66rem;
  margin-bottom: 0.36rem;
}
.throughTrain .throuMain .step ul.step2 {
  margin-left: 1.3rem;
}
.throughTrain .throuMain .step ul li {
  width: 3.4rem;
  font-size: 0.26rem;
  color: #000033;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.throughTrain .throuMain .step ul li::before {
  content: '';
  width: 0.37rem;
  height: 0.28rem;
  background: url("../images/s0-icon01.png") no-repeat center / 100%;
  margin-right: 0.12rem;
}
.throughTrain .throuMain .s0-btn {
  width: 100%;
  clear: both;
  margin-top: 0.3rem;
}
.throughTrain .throuMain .s0-btn a {
  width: 4.43rem;
  height: 0.7rem;
  display: block;
  background: #f53b28;
  background: -webkit-linear-gradient(#fc513f, #ee2510);
  background: -moz-linear-gradient(#fc513f, #ee2510);
  background: -o-linear-gradient(#fc513f, #ee2510);
  background: linear-gradient(#fc513f, #ee2510);
  box-shadow: 0 0.04rem 0.1rem rgba(244, 39, 39, 0.6);
  border: solid 0.01rem #fff;
  border-radius: 0.5rem;
  margin: auto;
  font-size: 0.3rem;
  line-height: 0.7rem;
  font-weight: 700;
  color: #fff;
  transition: all 0.5s;
}
.throughTrain .throuMain .s0-btn a:hover {
  transform: scale(1.1);
}
.thrw01 {
  height: 2.31rem;
  background: url("../images/t0-bg.jpg") no-repeat center top;
}
.thrw01 .t1-main {
  height: 2.31rem;
  margin-left: -1.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.thrw01 .t1-main .t1-pic {
  width: 2.13rem;
  display: block;
}
.thrw01 .t1-main .t1-txt {
  margin-left: 0.13rem;
  width: 3.23rem;
  text-align: left;
}
.thrw01 .t1-main .t1-txt h3 {
  line-height: 1;
  font-size: 0.46rem;
  background: linear-gradient(to right, #fff 0%, #f4ca78 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-family: "AlimamaShuHeiTi", sans-serif;
  margin-bottom: 0.25rem;
}
.thrw01 .t1-main .t1-txt p {
  font-size: 0.18rem;
  line-height: 0.29rem;
  color: #fff;
  text-align: left;
}
.thrw01 .t1-main .t1-txt p i {
  color: #ffe981;
}
.thrw01 .t1-main .t1-ewmbox {
  width: 4.6rem;
}
.thrw01 .t1-main .t1-ewmbox ul {
  width: 100%;
  clear: both;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.thrw01 .t1-main .t1-ewmbox ul li {
  width: 1.39rem;
  display: block;
  font-size: 0.22rem;
  line-height: 1;
  font-weight: 500;
  color: #fff;
}
.thrw01 .t1-main .t1-ewmbox ul li span {
  width: 100%;
  color: #fff;
  display: block;
  margin-top: 0.12rem;
}
.thrw01 .t1-main .t1-btn {
  width: 2.4rem;
  display: block;
  margin-left: 0.28rem;
}
.thrw01 .t1-main .t1-btn a {
  width: 100%;
  height: 1.3rem;
  background: url("../images/t1-btn01.png") no-repeat center / 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 0.32rem;
  line-height: 0.38rem;
  font-weight: 700;
  color: #fff;
  position: relative;
}
.thrw01 .t1-main .t1-btn a::after {
  content: '';
  width: 0.9rem;
  height: 0.9rem;
  display: block;
  background: url("../images/t1-course01.png") no-repeat center / 100%;
  position: absolute;
  top: 0.74rem;
  right: -0.3rem;
  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;
}
.thrw01 .t1-main img {
  width: 100%;
  display: block;
}
.sec01 {
  height: auto;
}
.sec01 .s1-title {
  margin-top: 0.64rem;
}
.sec01 .s1-main {
  background: #1d4eff;
  background: -webkit-linear-gradient(#397dff, #011fff);
  background: -moz-linear-gradient(#397dff, #011fff);
  background: -o-linear-gradient(#397dff, #011fff);
  background: linear-gradient(#397dff, #011fff);
  width: 100%;
  min-height: 7rem;
  height: auto;
  border-radius: 0.2rem;
  margin: 0.12rem auto 0.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
}
.sec01 .s1-main h3 {
  font-size: 0.3rem;
  line-height: 1;
  font-weight: 700;
  background: linear-gradient(to right, #fffffe 0%, #f4cb7c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  text-align: center;
  margin: 0.22rem auto 0.21rem;
}
.sec01 .s1-main .kuang {
  width: 10.55rem;
  min-height: 5rem;
  margin-bottom: 0.22rem;
  border-radius: 0.1rem;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border: solid 0.01rem #fff;
  box-shadow: 0 0 0.35rem rgba(201, 220, 255, 0.91) inset, 0 0.06rem 0.24rem rgba(10, 44, 104, 0.6);
  padding: 0.38rem 0 0.36rem;
}
.sec01 .s1-main .kuang table {
  width: 9.8rem;
  border-left: solid 0.01rem #dce3fe;
  border-right: solid 0.01rem #dce3fe;
  border-radius: 0.1rem 0.1rem 0 0;
  overflow: hidden;
  background: #f2faff;
}
.sec01 .s1-main .kuang table th {
  border-right: solid 0.01rem #b1bef4;
  background: #4864de;
  font-size: 0.24rem;
  line-height: 0.28rem;
  color: #fff;
  padding: 0.19rem 0;
}
.sec01 .s1-main .kuang table td {
  font-size: 0.18rem;
  line-height: 0.28rem;
  padding: 0.14rem 0 0.13rem;
}
.sec01 .s1-main .kuang table td span {
  color: #1a39c5;
}
.sec01 .s1-main .kuang table td b {
  font-weight: 700;
}
.sec01 .s1-main .kuang table td em {
  font-size: 0.16rem;
  line-height: 0.22rem;
  display: block;
}
.sec01 .s1-main .kuang table td a.orderBtn {
  width: 1.38rem;
  height: 0.36rem;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background: #3b58d8;
  background: -webkit-linear-gradient(#627ced, #1434c2);
  background: -moz-linear-gradient(#627ced, #1434c2);
  background: -o-linear-gradient(#627ced, #1434c2);
  background: linear-gradient(#627ced, #1434c2);
  border-radius: 0.5rem;
  border: solid 0.01rem #fff;
  box-shadow: 0 0.04rem 0.1rem rgba(21, 52, 194, 0.6);
  font-size: 0.18rem;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  transition: all 0.3s;
}
.sec01 .s1-main .kuang table td a.orderBtn.now,
.sec01 .s1-main .kuang table td a.orderBtn:hover {
  background: #f53b28;
  background: -webkit-linear-gradient(#fc513f, #ee2510);
  background: -moz-linear-gradient(#fc513f, #ee2510);
  background: -o-linear-gradient(#fc513f, #ee2510);
  background: linear-gradient(#fc513f, #ee2510);
  box-shadow: 0 0.04rem 0.1rem rgba(244, 39, 39, 0.6);
}
.sec01 .s1-main .kuang table td a.orderBtn:hover {
  transform: scale(1.1);
}
.sec01 .s1-main .kuang table td a.orderBtn.gray {
  background: #999999;
  background: -webkit-linear-gradient(#aaa, #888);
  background: -moz-linear-gradient(#aaa, #888);
  background: -o-linear-gradient(#aaa, #888);
  background: linear-gradient(#aaa, #888);
  box-shadow: 0 0.04rem 0.1rem rgba(185, 185, 185, 0.6);
}
.sec01 .s1-main .kuang table td a.orderBtn.gray:hover {
  transform: scale(1);
}
.sec01 .s1-main .kuang table tr.liner {
  background: #dce3fe;
}
.sec01 .s1-main .kuang .s1-btn {
  width: 100%;
  clear: both;
  margin-top: 0.2rem;
  display: none;
}
.sec01 .s1-main .kuang .s1-btn a {
  width: 1.88rem;
  height: 0.46rem;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background: #3b58d8;
  background: -webkit-linear-gradient(#627ced, #1434c2);
  background: -moz-linear-gradient(#627ced, #1434c2);
  background: -o-linear-gradient(#627ced, #1434c2);
  background: linear-gradient(#627ced, #1434c2);
  border-radius: 0.5rem;
  border: solid 0.01rem #fff;
  box-shadow: 0 0.04rem 0.1rem rgba(21, 52, 194, 0.6);
  font-size: 0.18rem;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  transition: all 0.3s;
}
.sec01 .s1-main .kuang .s1-btn a.now,
.sec01 .s1-main .kuang .s1-btn a:hover {
  background: #f53b28;
  background: -webkit-linear-gradient(#fc513f, #ee2510);
  background: -moz-linear-gradient(#fc513f, #ee2510);
  background: -o-linear-gradient(#fc513f, #ee2510);
  background: linear-gradient(#fc513f, #ee2510);
  box-shadow: 0 0.04rem 0.1rem rgba(244, 39, 39, 0.6);
}
.sec01 .s1-main .kuang .s1-btn a:hover {
  transform: scale(1.1);
}
.bxlk {
  height: 1.82rem;
  background: url("../images/t0-bg.jpg") no-repeat center top;
}
.bxlk .t2-main {
  height: 1.82rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.bxlk .t2-main .t2-pic {
  width: 1.08rem;
  display: block;
  margin-left: 0.06rem;
}
.bxlk .t2-main .t2-txt {
  margin-left: 0.22rem;
  text-align: left;
  width: 2.08rem;
}
.bxlk .t2-main .t2-txt h3 {
  line-height: 1;
  font-size: 0.46rem;
  background: linear-gradient(to right, #fff 0%, #f4ca78 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-family: "AlimamaShuHeiTi", sans-serif;
}
.bxlk .t2-main .t2-txt p {
  font-size: 0.18rem;
  line-height: 0.29rem;
  color: #fff;
  text-align: left;
}
.bxlk .t2-main ul {
  width: 5.16rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.bxlk .t2-main ul li {
  width: 1.66rem;
  display: block;
}
.bxlk .t2-main a {
  width: 2.2rem;
  height: 0.81rem;
  background: url("../images/t2-btn01.png") no-repeat center / 100%;
  border-radius: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 0.32rem;
  line-height: 0.38rem;
  font-weight: 700;
  color: #fff;
  position: relative;
}
.bxlk .t2-main a::after {
  content: '';
  width: 0.9rem;
  height: 0.9rem;
  display: block;
  background: url("../images/t1-course01.png") no-repeat center / 100%;
  position: absolute;
  top: 0.52rem;
  right: 0.1rem;
  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;
}
.bxlk .t2-main img {
  width: 100%;
  display: block;
}
.sec02 {
  height: auto;
}
.sec02 .s2-title {
  margin-top: 0.6rem;
}
.sec02 .s2-main {
  margin: 0.08rem auto 0;
}
.sec02 .s2-main .kuang {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-items: flex-start;
}
.sec02 .s2-main .pic {
  width: 2.28rem;
  display: block;
  margin-top: 0.4rem;
}
.sec02 .s2-main .pic img {
  width: 100%;
  display: block;
}
.sec02 .s2-main .txtItem {
  width: 6.3rem;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  margin-left: 0.85rem;
  margin-top: 0.4rem;
}
.sec02 .s2-main .txtItem .item {
  width: 100%;
  clear: both;
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 0.23rem;
  position: relative;
}
.sec02 .s2-main .txtItem .item .top {
  width: auto;
  clear: both;
  font-size: 0.24rem;
  line-height: 0.38rem;
  color: #fff;
  font-weight: 700;
  padding: 0.09rem 0.4rem 0.09rem 0.1rem;
  border-radius: 0.5rem;
  margin-bottom: 0.15rem;
}
.sec02 .s2-main .txtItem .item .top i {
  width: 0.38rem;
  height: 0.38rem;
  display: inline-block;
  background: #fff;
  border-radius: 50%;
  font-size: 0.24rem;
  line-height: 0.38rem;
  text-align: center;
  font-weight: 700;
  margin-right: 0.25rem;
}
.sec02 .s2-main .txtItem .item ul {
  width: 100%;
  text-align: left;
  font-size: 0.18rem;
  line-height: 0.3rem;
  color: #333;
}
.sec02 .s2-main .txtItem .item ul span {
  font-weight: 700;
}
.sec02 .s2-main .txtItem .item::before {
  content: '';
  width: 0.57rem;
  height: 1px;
  display: block;
  position: absolute;
  top: 0.29rem;
  left: -0.7rem;
}
.sec02 .s2-main .txtItem .item.item1::before {
  border-top: dashed 0.02rem #39c0f1;
}
.sec02 .s2-main .txtItem .item.item1 .top {
  background: #1ea0d8;
  background: -webkit-linear-gradient(#3ccfff, #0071b1);
  background: -moz-linear-gradient(#3ccfff, #0071b1);
  background: -o-linear-gradient(#3ccfff, #0071b1);
  background: linear-gradient(#3ccfff, #0071b1);
  box-shadow: 0 0.04rem 0.1rem rgba(47, 187, 239, 0.7);
}
.sec02 .s2-main .txtItem .item.item1 .top i {
  color: #006faa;
}
.sec02 .s2-main .txtItem .item.item1 ul span {
  color: #006faa;
}
.sec02 .s2-main .txtItem .item.item2::before {
  border-top: dashed 0.02rem #fe7a6e;
}
.sec02 .s2-main .txtItem .item.item2 .top {
  background: #f14b3b;
  background: -webkit-linear-gradient(#fe7467, #e4210f);
  background: -moz-linear-gradient(#fe7467, #e4210f);
  background: -o-linear-gradient(#fe7467, #e4210f);
  background: linear-gradient(#fe7467, #e4210f);
  box-shadow: 0 0.04rem 0.1rem rgba(252, 110, 96, 0.6);
}
.sec02 .s2-main .txtItem .item.item2 .top i {
  color: #e42210;
}
.sec02 .s2-main .txtItem .item.item2 ul span {
  color: #e42210;
}
.sec02 .s2-main .txtItem .item.item3::before {
  border-top: dashed 0.02rem #b98df3;
}
.sec02 .s2-main .txtItem .item.item3 .top {
  background: #9261cc;
  background: -webkit-linear-gradient(#c292ff, #622f98);
  background: -moz-linear-gradient(#c292ff, #622f98);
  background: -o-linear-gradient(#c292ff, #622f98);
  background: linear-gradient(#c292ff, #622f98);
  box-shadow: 0 0.04rem 0.1rem rgba(179, 130, 239, 0.7);
}
.sec02 .s2-main .txtItem .item.item3 .top i {
  color: #6f3da6;
}
.sec02 .s2-main .txtItem .item.item3 ul span {
  color: #6f3da6;
}
.sec03 {
  height: auto;
}
.sec03 .s3-title {
  margin-top: 0.6rem;
}
.sec03 .s3-main {
  margin: 0.12rem auto 0;
}
.sec03 .s3-main .s3-frame {
  width: 100%;
  height: 2.69rem;
  background: url("../images/s3-img01.png") no-repeat center / auto 2.69rem;
  margin: 0.4rem auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-items: flex-start;
}
.sec03 .s3-main .s3-frame .item {
  width: 3.25rem;
  margin-top: 0.37rem;
}
.sec03 .s3-main .s3-frame .item .tag {
  width: 2.08rem;
  height: 0.48rem;
  display: block;
  margin: auto;
  border-radius: 0.1rem;
  font-size: 0.26rem;
  line-height: 0.48rem;
  font-weight: 700;
  color: #fff;
  font-family: "AlimamaShuHeiTi", sans-serif;
}
.sec03 .s3-main .s3-frame .item .txt {
  width: 100%;
  clear: both;
  text-align: left;
}
.sec03 .s3-main .s3-frame .item .txt h3 {
  font-size: 0.24rem;
  font-weight: 700;
  line-height: 1;
}
.sec03 .s3-main .s3-frame .item .txt p {
  font-size: 0.18rem;
  line-height: 0.26rem;
  color: #333;
  text-align: left;
  margin-top: 0.09rem;
}
.sec03 .s3-main .s3-frame .item.item1 {
  margin-right: 2.71rem;
}
.sec03 .s3-main .s3-frame .item.item1 .tag {
  background: #1ea0d8;
  background: -webkit-linear-gradient(#3ccfff, #0071b1);
  background: -moz-linear-gradient(#3ccfff, #0071b1);
  background: -o-linear-gradient(#3ccfff, #0071b1);
  background: linear-gradient(#3ccfff, #0071b1);
  box-shadow: 0 0.04rem 0.1rem rgba(47, 187, 239, 0.7);
  margin-bottom: 0.18rem;
}
.sec03 .s3-main .s3-frame .item.item1 .txt h3 {
  color: #006faa;
}
.sec03 .s3-main .s3-frame .item.item2 .tag {
  background: #f14b3b;
  background: -webkit-linear-gradient(#fe7467, #e4210f);
  background: -moz-linear-gradient(#fe7467, #e4210f);
  background: -o-linear-gradient(#fe7467, #e4210f);
  background: linear-gradient(#fe7467, #e4210f);
  box-shadow: 0 0.04rem 0.1rem rgba(252, 110, 96, 0.6);
}
.sec03 .s3-main .s3-frame .item.item2 .txt {
  margin-top: 0.5rem;
  margin-bottom: 0.12rem;
}
.sec03 .s3-main .s3-frame .item.item2 .txt h3 {
  color: #e42210;
}
.sec04 {
  height: auto;
}
.sec04 .s4-title {
  margin-top: 0.6rem;
}
.sec04 .s4-main {
  margin: 0.12rem auto 0;
}
.sec04 .s4-main .kuang {
  padding: 0.38rem 0 0.3rem;
}
.sec04 .s4-main .item {
  display: block;
}
.sec04 .s4-main .item .top {
  width: 2.44rem;
  height: 0.51rem;
  display: block;
  margin: 0 auto 0.1rem;
  background: url("../images/s4-tit01.png") no-repeat center / 100%;
  font-size: 0.26rem;
  line-height: 0.51rem;
  font-weight: 700;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.sec04 .s4-main .item .top span {
  line-height: 1;
  display: block;
  background: linear-gradient(to bottom, #fff 0%, #f4ca78 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.sec04 .s4-main .item .top::after {
  content: '';
  width: 0.15rem;
  height: 0.17rem;
  display: block;
  background: url("../images/s4-icon01.png") no-repeat center bottom / 100%;
  position: absolute;
  top: 0.51rem;
}
.sec04 .s4-main .item.item1 {
  width: 3.36rem;
}
.sec04 .s4-main .item.item1 .box {
  width: 100%;
  height: 4.4rem;
  background: url("../images/s4-k01.png") no-repeat center / 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.sec04 .s4-main .item.item1 .box img {
  margin-left: 0.3rem;
  margin-bottom: 0.25rem;
  width: 2.59rem;
  display: block;
}
.sec04 .s4-main .item.item2 {
  width: 6.51rem;
  margin-left: -0.14rem;
}
.sec04 .s4-main .item.item2 .box {
  width: 100%;
  height: 4.4rem;
  background: url("../images/s4-k02.png") no-repeat center / 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
}
.sec04 .s4-main .item.item2 .box .card {
  width: 6.04rem;
  height: 2.41rem;
  margin-top: 1.05rem;
  background: url("../images/s4-card.png") no-repeat center / 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.sec04 .s4-main .item.item2 .box .card a {
  width: 1.21rem;
  height: 1.28rem;
  display: block;
  margin-top: 0.43rem;
  margin-right: 0.84rem;
  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;
}
.sec04 .s4-main .item.item2 .box .card a img {
  width: 100%;
  height: 100%;
  display: block;
}
.sec04 .s4-main .item.item2 .box p {
  font-size: 0.16rem;
  line-height: 1.5;
  color: #1a2177;
  margin-top: -0.29rem;
}
.sec05 {
  height: auto;
}
.sec05 .s5-title {
  margin-top: 0.6rem;
}
.sec05 .secMain h3 {
  font-size: 0.32rem;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  margin-top: 0.29rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.sec05 .secMain h3::before {
  content: '';
  width: 0.2rem;
  height: 0.21rem;
  display: block;
  margin-right: 0.3rem;
  background: url("../images/s5-icon01.png") no-repeat center / 100%;
}
.sec05 .secMain h3::after {
  content: '';
  width: 0.2rem;
  height: 0.21rem;
  display: block;
  margin-left: 0.3rem;
  background: url("../images/s5-icon02.png") no-repeat center / 100%;
}
.sec05 .secMain .s5-ewm {
  width: 100%;
  clear: both;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0.05rem auto 0.3rem;
}
.sec05 .secMain .s5-ewm .leftTxt {
  font-size: 0.3rem;
  line-height: 1;
  font-weight: 700;
  font-family: "AlimamaShuHeiTi", sans-serif;
  background: linear-gradient(to right, #fff 0%, #f4ca78 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  margin-right: 0.47rem;
}
.sec05 .secMain .s5-ewm .ewm {
  width: 1.44rem;
  height: 1.44rem;
  display: block;
  background: #eeeeee;
  margin-right: 0.4rem;
}
.sec05 .secMain .s5-ewm .ewm img {
  width: 100%;
  display: block;
}
.sec05 .secMain .s5-ewm .txt {
  width: auto;
  text-align: left;
}
.sec05 .secMain .s5-ewm .txt span {
  font-size: 0.26rem;
  line-height: 0.46rem;
  font-weight: 700;
  color: #ffd686;
  background: #001bc4;
  border-radius: 0.5rem;
  padding: 0 0.43rem;
  display: inline-block;
  height: 0.46rem;
  width: auto;
}
.sec05 .secMain .s5-ewm .txt p {
  font-size: 0.22rem;
  line-height: 1;
  color: #fff;
  margin-top: 0.2rem;
}
.sec05 .s5-main01 {
  margin: 0.12rem auto 0.31rem;
}
.sec05 .s5-main01 .kuang {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 0.26rem 0 0.25rem;
}
.sec05 .s5-main01 .item {
  position: relative;
}
.sec05 .s5-main01 .item .txt {
  transform: skewX(355deg);
  margin-left: 1rem;
  margin-top: 0.3rem;
}
.sec05 .s5-main01 .item .txt .top {
  width: 2.1rem;
  height: 0.5rem;
  display: block;
  background: #fff;
  font-family: "AlimamaShuHeiTi", sans-serif;
  font-size: 0.28rem;
  border-radius: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.sec05 .s5-main01 .item ul {
  text-align: left;
  width: auto;
}
.sec05 .s5-main01 .item ul li {
  width: auto;
  float: left;
  clear: both;
  text-align: left;
  padding-top: 0.2rem;
}
.sec05 .s5-main01 .item ul li span {
  line-height: 0.25rem;
  font-size: 0.24rem;
  font-weight: 700;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: linear-gradient(to bottom, #fff 0%, #fffe79 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  margin-left: 0.38rem;
}
.sec05 .s5-main01 .item ul li p {
  font-size: 0.18rem;
  line-height: 1;
  color: #fff;
  margin-top: 0.09rem;
  margin-bottom: 0.2rem;
  margin-left: 0.35rem;
}
.sec05 .s5-main01 .item.item1 {
  width: 4.95rem;
  height: 6.57rem;
  display: block;
  margin-right: -2.16rem;
  margin-top: 0.39rem;
  background: url("../images/s5-img01.png") no-repeat center / 100%;
}
.sec05 .s5-main01 .item.item1 .shadow {
  width: 1.38rem;
  height: 6.38rem;
  display: block;
  background: url("../images/s5-shaow01.png") no-repeat center / 100%;
  position: absolute;
  top: 0.07rem;
  left: 2.43rem;
}
.sec05 .s5-main01 .item.item1 .top span {
  line-height: 1;
  background: linear-gradient(to bottom, #3ccfff 0%, #0071b1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.sec05 .s5-main01 .item.item1 .top span::before {
  content: '';
  width: 0.25rem;
  height: 0.25rem;
  display: inline-block;
  background: url("../images/s5-icon03.png") no-repeat center / 100%;
  margin-right: 0.1rem;
  margin-left: -0.35rem;
  transform: skewX(356deg);
}
.sec05 .s5-main01 .item.item1 ul li {
  border-bottom: dashed 0.01rem rgba(255, 255, 255, 0.5);
}
.sec05 .s5-main01 .item.item1 ul li:last-child {
  border-bottom: 0;
}
.sec05 .s5-main01 .item.item1 ul li span::before {
  content: '';
  width: 0.25rem;
  height: 0.25rem;
  display: block;
  background: url("../images/s5-icon03.png") no-repeat center / 100%;
  margin-right: 0.1rem;
  transform: skewX(4deg);
}
.sec05 .s5-main01 .item.item2 {
  width: 6.57rem;
  height: 7.8rem;
  display: block;
  background: url("../images/s5-img02.png") no-repeat center / 100%;
}
.sec05 .s5-main01 .item.item2 .course {
  width: 0.89rem;
  height: 0.69rem;
  display: block;
  position: absolute;
  top: 2.2rem;
  left: 0.15rem;
  animation: scale1 1s linear infinite alternate;
  -o-animation: scale1 1s linear infinite alternate;
  -moz-animation: scale1 1s linear infinite alternate;
  -webkit-animation: scale1 1s linear infinite alternate;
}
.sec05 .s5-main01 .item.item2 .course img {
  width: 100%;
  height: 100%;
}
.sec05 .s5-main01 .item.item2 .txt {
  margin-left: 1.45rem;
}
.sec05 .s5-main01 .item.item2 .top {
  width: 3.2rem;
  margin-left: 0.45rem;
}
.sec05 .s5-main01 .item.item2 .top span {
  line-height: 1;
  background: linear-gradient(to bottom, #fe7467 0%, #e4210f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.sec05 .s5-main01 .item.item2 ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  border-bottom: dashed 0.01rem rgba(255, 255, 255, 0.5);
}
.sec05 .s5-main01 .item.item2 ul li:last-child {
  border-bottom: 0;
}
.sec05 .s5-main01 .item.item2 ul li img {
  transform: skewX(4deg);
  margin-bottom: 0.13rem;
}
.sec05 .s5-main01 .item.item2 ul li span {
  margin-left: 0.15rem;
}
.sec05 .s5-main01 .item.item2 ul li p {
  margin-left: 0.15rem;
}
.sec05 .s5-main02 {
  margin: auto;
}
.sec05 .s5-main02 .partAll {
  height: 4rem;
  width: 100%;
  background: url("../images/s5-pic01.png") no-repeat left 3.34rem bottom / 4.15rem;
  position: relative;
}
.sec05 .s5-main02 .partAll .item {
  width: 2.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
  position: absolute;
}
.sec05 .s5-main02 .partAll .item span {
  width: auto;
  display: inline-block;
  height: 0.44rem;
  min-width: 1.42rem;
  margin-bottom: 0.1rem;
  padding: 0 0.22rem;
  border-radius: 0.5rem;
  font-size: 0.24rem;
  line-height: 0.44rem;
  color: #fff;
  font-weight: 500;
}
.sec05 .s5-main02 .partAll .item p {
  font-size: 0.18rem;
  line-height: 0.26rem;
  color: #333;
}
.sec05 .s5-main02 .partAll .item:nth-child(odd) span {
  background: #1ea0d8;
  background: -webkit-linear-gradient(#3ccfff, #0071b1);
  background: -moz-linear-gradient(#3ccfff, #0071b1);
  background: -o-linear-gradient(#3ccfff, #0071b1);
  background: linear-gradient(#3ccfff, #0071b1);
  box-shadow: 0 0.04rem 0.1rem rgba(47, 187, 239, 0.7);
}
.sec05 .s5-main02 .partAll .item:nth-child(even) span {
  background: #f14b3b;
  background: -webkit-linear-gradient(#fe7467, #e4210f);
  background: -moz-linear-gradient(#fe7467, #e4210f);
  background: -o-linear-gradient(#fe7467, #e4210f);
  background: linear-gradient(#fe7467, #e4210f);
  box-shadow: 0 0.04rem 0.1rem rgba(252, 110, 96, 0.6);
}
@media screen and (min-width: 768px) {
  .sec05 .s5-main02 .partAll .item.item1 {
    left: 0.66rem;
    top: 2.7rem;
    text-align: left;
  }
  .sec05 .s5-main02 .partAll .item.item2 {
    left: 1.67rem;
    top: 1.5rem;
  }
  .sec05 .s5-main02 .partAll .item.item3 {
    left: 3.28rem;
    top: 0.28rem;
  }
  .sec05 .s5-main02 .partAll .item.item4 {
    right: 2.3rem;
    top: 0.3rem;
  }
  .sec05 .s5-main02 .partAll .item.item5 {
    right: 0.59rem;
    top: 1.5rem;
  }
  .sec05 .s5-main02 .partAll .item.item6 {
    right: 0.59rem;
    top: 2.7rem;
  }
}
.sec06 {
  height: auto;
}
.sec06 .s6-title {
  margin-top: 0.6rem;
}
.sec06 .s6-main {
  margin: 0.12rem auto 0.5rem;
}
.sec06 .s6-main .course {
  width: 100%;
  clear: both;
  margin-bottom: 0.2rem;
}
.sec06 .s6-main .course .zhu {
  font-size: 0.18rem;
  line-height: 0.28rem;
  color: #fff;
  margin: 0.16rem auto 0.1rem;
}
.sec06 .s6-main .course .zhu b {
  font-weight: 700;
  color: #f6d595;
}
.sec06 .s6-main .course .tablebox {
  width: 10.55rem;
  padding: 0.24rem 0;
  margin: auto;
  background: #cfe7ff;
  background: -webkit-linear-gradient(left, #d7f1fe, #c6ddff);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #d7f1fe, #c6ddff);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #d7f1fe, #c6ddff);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #d7f1fe, #c6ddff);
  /* 标准的语法 */
  border-radius: 0.1rem;
}
.sec06 .s6-main .course table {
  width: 10.16rem;
  margin: 0 auto;
}
.sec06 .s6-main .course table tr.h20 {
  height: 0.06rem;
}
.sec06 .s6-main .course table tr.h20 td {
  background: none;
  padding: 0;
}
.sec06 .s6-main .course table th {
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.22rem;
  color: #fff;
  font-weight: 500;
  position: relative;
}
.sec06 .s6-main .course table th::after {
  content: '';
  width: 0.01rem;
  height: 0.2rem;
  display: block;
  background: #fff;
  position: absolute;
  right: 0;
  top: 0.15rem;
}
.sec06 .s6-main .course table td {
  background: #fff;
  padding: 0.2rem;
  border-right: 0.01rem solid #cfcfcf;
  font-size: 0.16rem;
  line-height: 0.24rem;
  text-align: left;
}
.sec06 .s6-main .course table td:last-child {
  border-right: none;
  border-radius: 0 0.1rem 0.1rem 0;
}
.sec06 .s6-main .course table td b {
  font-weight: 700;
  display: inline-block;
}
.sec06 .s6-main .course table td span {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
}
.sec06 .s6-main .course table tr.tr-m {
  transition: all 0.5s;
}
.sec06 .s6-main .course table tr.tr-m:hover {
  transform: scale(1.03);
}
.sec06 .s6-main .course table tr.tr-m td:nth-child(1) {
  font-size: 0.26rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 0.3rem;
  border-radius: 0.1rem 0 0 0.1rem;
}
.sec06 .s6-main .course.course01 .thead {
  background: #f14b3b;
  background: -webkit-linear-gradient(#fe7467, #e4210f);
  background: -moz-linear-gradient(#fe7467, #e4210f);
  background: -o-linear-gradient(#fe7467, #e4210f);
  background: linear-gradient(#fe7467, #e4210f);
}
.sec06 .s6-main .course.course01 th:nth-child(1) {
  width: 0.7rem;
  border-top-left-radius: 0.1rem;
}
.sec06 .s6-main .course.course01 th:nth-child(2) {
  width: 1.76rem;
}
.sec06 .s6-main .course.course01 th:nth-child(3) {
  width: 2.2rem;
}
.sec06 .s6-main .course.course01 th:last-child {
  width: 1.8rem;
  border-top-right-radius: 0.1rem;
}
.sec06 .s6-main .course.course01 th:last-child::after {
  display: none;
}
.sec06 .s6-main .course.course01 tr.tr-m td:nth-child(1) {
  background: #f14b3b;
  background: -webkit-linear-gradient(#fe7467, #e4210f);
  background: -moz-linear-gradient(#fe7467, #e4210f);
  background: -o-linear-gradient(#fe7467, #e4210f);
  background: linear-gradient(#fe7467, #e4210f);
}
.sec06 .s6-main .course.course01 tr.tr-m td:nth-child(2) {
  padding: 0.2rem 0.12rem;
}
.sec06 .s6-main .course.course02 .thead {
  background: #436ef5;
  background: -webkit-linear-gradient(#578ffb, #2f4dee);
  background: -moz-linear-gradient(#578ffb, #2f4dee);
  background: -o-linear-gradient(#578ffb, #2f4dee);
  background: linear-gradient(#578ffb, #2f4dee);
}
.sec06 .s6-main .course.course02 th:nth-child(1) {
  width: 0.7rem;
  border-top-left-radius: 0.1rem;
}
.sec06 .s6-main .course.course02 th:nth-child(2) {
  width: 2.08rem;
}
.sec06 .s6-main .course.course02 th:nth-child(3) {
  width: 1.88rem;
}
.sec06 .s6-main .course.course02 th:last-child {
  width: 1.6rem;
  border-top-right-radius: 0.1rem;
}
.sec06 .s6-main .course.course02 th:last-child::after {
  display: none;
}
.sec06 .s6-main .course.course02 tr.tr-m td:nth-child(1) {
  background: #436ef5;
  background: -webkit-linear-gradient(#578ffb, #2f4dee);
  background: -moz-linear-gradient(#578ffb, #2f4dee);
  background: -o-linear-gradient(#578ffb, #2f4dee);
  background: linear-gradient(#578ffb, #2f4dee);
}
.sec06 .s6-main .course.course02 tr.tr-m td:nth-child(2),
.sec06 .s6-main .course.course02 tr.tr-m td:nth-child(3) {
  padding: 0.2rem 0.12rem;
}
.sec06 .s6-main .course.course02 tr.tr-m td:last-child {
  padding: 0.2rem 0 0.2rem 0.2rem;
}
/*侧边悬停*/
.lfNav {
  position: fixed;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  width: 1.69rem;
  height: 5.72rem;
  display: flex;
  justify-content: center;
  align-content: flex-start;
  flex-wrap: wrap;
  background: url("../images/fixedNavBg.png") no-repeat center / 100%;
}
.lfNav .close {
  position: absolute;
  top: 0;
  right: -0.15rem;
  height: 30px;
  width: 30px;
}
.lfNav .close img {
  width: 100%;
  display: block;
}
.lfNav .nav-bg {
  width: 1.1rem;
  height: 0.38rem;
  display: block;
  font-size: 0.18rem;
  line-height: 0.38rem;
  color: #fff;
  text-align: center;
  margin-bottom: 0.04rem;
  border-bottom: dashed 0.01rem rgba(255, 255, 255, 0.5);
}
.lfNav .nav-bg.first {
  margin-top: 1.31rem;
}
.lfNav .nav-bg.last {
  border-bottom: 0;
}
.lfNav .nav-bg a {
  width: 100%;
  height: 0.34rem;
  display: block;
}
.lfNav .nav-bg:hover {
  color: #f4ca78;
  font-weight: bold;
}
.lfNav .ewm {
  width: 1.2rem;
  height: 1.2rem;
  display: block;
  border-radius: 0.05rem;
  overflow: hidden;
  margin-bottom: 10px;
}
.lfNav .ewm img {
  width: 100%;
  display: block;
}
.lfNav .fixTop {
  width: 1.02rem;
  display: block;
}
.lfNav .fixTop a {
  width: 100%;
  display: block;
  border-radius: 50%;
}
.lfNav .fixTop a img {
  width: 100%;
  display: block;
}
.indexBtn span {
  font-size: 20px;
  color: blue;
}
@-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 */