.v2018.top {
  background-color: #f6f6f6;
  box-shadow: inset 0 -1px 0 0 #e8e8e8;
  padding: 12px 0;
}
.v2018 .iconfont {
  margin-right: 3px;
}
.v2018 .top__box:after {
  content: '';
  display: block;
  clear: both;
}
.v2018 .topEntry {
  float: left;
}
.v2018 .topEntry:after {
  content: '';
  display: block;
  clear: both;
}
.v2018 .topEntry__item {
  float: left;
  line-height: 20px;
}
.v2018 .topEntry__item:after {
  content: '';
  display: block;
  clear: both;
}
.v2018 .topEntry__item:hover .iconfont,
.v2018 .topEntry__item:hover > a {
  color: red;
}
.v2018 .topEntry__item i.iconfont {
  float: left;
}
.v2018 .topEntry__link {
  font-size: 14px;
  color: #333;
  float: right;
}
.v2018 .topEntry__link:hover i {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.v2018 .topEntry__link i {
  font-size: 24px;
  margin: 0 auto 8px;
  display: block;
  color: #ef2d36;
  background-image: -webkit-linear-gradient(bottom, #ef2d36 0, #ff5058 100%);
  background-image: linear-gradient(0deg, #ef2d36 0, #ff5058 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.v2018 .topTools {
  float: right;
}
.v2018 .topTools:after {
  content: '';
  display: block;
  clear: both;
}
.v2018 .topTools__temp:after {
  content: '';
  display: block;
  clear: both;
}
.v2018 .topTools a,
.v2018 .topTools > div {
  float: left;
  color: #333;
  margin-top:15px;
  cursor: pointer;
}
.v2018 .topTools a:after,
.v2018 .topTools > div:after {
  content: '';
  display: block;
  clear: both;
}
.v2018 .topTools a:hover,
.v2018 .topTools > div:hover {
  color: red;
}
.v2018 .topTools__login,
.v2018 .topTools__reg {
  padding: 0 15px;
}
.v2018 .topTools__reg {
  border-left: 1px solid #dcdcdc;
}
.v2018 .topTools__allExams,
.v2018 .topTools__shoppingCart {
  font-size: 14px;
  margin-left: 54px;
}
.v2018 .topTools__allExams {
  position: relative;
}
.topEntry__item ~ .topEntry__item {
  margin-left: 40px;
}
.v2018 .top li {
  list-style: none;
}
.v2018 .top * {
  box-sizing: border-box;
}
.v2018 .top a {
  text-decoration: none;
}
.v2018 .top .iconfont {
  margin-right: 3px;
}
.v2018 .wx_ks {
  display: none;
  opacity: 0;
  position: absolute;
  top: 10px;
  right: 0;
  width: 1260px;
  border: 1px solid #eee;
  background: #fff;
  z-index: 4;
  padding: 0 0 14px 0;
  border-radius: 3px;
  -webkit-animation: showExam linear 0.4s;
  animation: showExam linear 0.4s;
}
.v2018 .topTools__allExams:hover .wx_ks {
  display: block;
  opacity: 1;
}
.v2018 .wx_ks_gc {
  width: 242px;
  float: left;
  margin-left: 10px;
}
.v2018 .wx_ks_gc h2 {
  font-size: 14px;
  font-weight: 700;
  color: #666;
  padding-left: 10px;
  padding-bottom: 10px;
}
.v2018 .wx_ks_gc a {
  display: block;
  height: 24px;
  width: 80px;
  float: left;
  color: #666;
  line-height: 24px;
}
.v2018 .wx_ks_gc .fred {
  color: #c00 !important;
}
.v2018 .wx_ks_ck {
  width: 200px;
  float: left;
  border-left: 1px dashed #ccc;
}
.v2018 .wx_ks_ck h2 {
  font-size: 14px;
  font-weight: 700;
  color: #666;
  padding-left: 10px;
  line-height: 20px !important;
  padding-bottom: 10px;
}
.v2018 .wx_ks_ck a {
  display: block;
  height: 24px;
  width: 96px;
  float: left;
  color: #666;
  text-decoration: none;
  line-height: 24px;
  text-align: left;
  padding-left: 8px;
}
@-webkit-keyframes showExam {
  0% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes showExam {
  0% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
/* 2020鏂版槬 */
/* 涓嬫媺banner */
.upHid {
  height: 660px;
  background-image: url(https://static.wangxiao.cn/zhuanti/2020xinchun/gohome/ggzk.pngg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
  -webkit-animation: fadeIns 6s 3s both;
  animation: fadeIns 6s 3s both;
  position: relative;
}

.gg1 {
  -webkit-animation: f 6s 3s both;
  animation: f 6s 3s both;
  position: absolute;
  z-index: 5;
  height: 100px;
}

@keyframes f {
  0% {
    opacity: 0;
  }

  5% {
    opacity: 0;
  }

  90% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes f {
  0% {
    opacity: 0;
  }

  5% {
    opacity: 0;
  }

  90% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIns {
  0% {
    height: 660px;
    opacity: 1;
  }

  25% {
    height: 660px;
  }

  75% {
    height: 660px;
  }

  90% {
    opacity: 1;
  }

  100% {
    height: 100px;
    opacity: 0;
  }
}

@keyframes fadeIns {
  0% {
    height: 660px;
    opacity: 1;
  }

  25% {
    height: 660px;
  }

  75% {
    height: 660px;
  }

  90% {
    opacity: 1;
  }

  100% {
    height: 100px;
    opacity: 0;
  }
}

.upBtn {
  width: 296px;
  height: 69px;
  background: linear-gradient(
    100deg,
    rgba(251, 219, 175, 1),
    rgba(246, 198, 118, 1),
    rgba(255, 247, 232, 1),
    rgba(237, 192, 125, 1)
  );
  border: 1px solid rgba(255, 244, 222, 1);
  box-shadow: 2px 3px 3px 0px rgba(158, 95, 0, 0.75);
  border-radius: 10px;
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-animation: btn 6s 3s both;
  animation: btn 6s 3s both;
  text-decoration: none;
  text-align: center;
  font-size: 30px;
  font-family: SourceHanSansCN;
  font-weight: bold;
  color: rgba(193, 39, 19, 1);
  line-height: 69px;
}

@-webkit-keyframes btn {
  0% {
    opacity: 1;
  }

  25% {
    opacity: 1;
  }

  75% {
    opacity: 1;
  }

  90% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes btn {
  0% {
    opacity: 1;
  }

  25% {
    opacity: 1;
  }

  75% {
    opacity: 1;
  }

  90% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}
/* 2020728娣诲姞 瑙ｅ喅鏂伴椈涓氳绋嬫帹鑽愪环鏍兼枃瀛楄繃澶у鑷寸殑鎹㈣ css鏂囦欢鏃犳硶鎵惧埌 */
.lc3__price span {
  font-size: 20px !important;
}
.lc3__con {
  width: 67% !important;
}
.lc3__tool {
  width: 31% !important;
}
