/* 清除内外边距 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
lengend,
button,
input,
textarea,
th,
td {
  /* table elements 表格元素 */
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
/* 设置默认字体 */
body,
button,
input,
select,
textarea {
  /* for ie */
  font: 12.5px/1.5 Microsoft YaHei, Heiti SC, tahoma, arial, Hiragino Sans GB, "\5B8B\4F53", sans-serif !important;
  /*font: 12px/1 Tahoma, Helvetica, Arial, "宋体", sans-serif;*/
  /*font-family: "微软雅黑",sans-serif, inherit; !* 用 ascii 字符表示，使得在任何编码下都无问题 *!*/
  /*font-size: 0.12rem;*/
}
body {
  background-color: #f8f8f8;
}
h1 {
  font-size: 18px;
  /* 18px / 12px = 1.5 */
}
h2 {
  font-size: 16px;
}
h3 {
  font-size: 14px;
}
h4,
h5,
h6 {
  font-size: 100%;
}
address,
cite,
dfn,
em,
var {
  font-style: normal;
}
/* 将斜体扶正 */
code,
kbd,
pre,
samp,
tt {
  font-family: "Courier New", Courier, monospace;
}
/* 统一等宽字体 */
small {
  font-size: 12px;
}
/* 小于 12px 的中文很难阅读，让 small 正常化 */
/* 重置列表元素 */
ul,
ol {
  list-style: none;
}
ul li {
  float: left;
}
/* 重置文本格式元素 */
a {
  text-decoration: none;
  color: #666666;
}
a:hover {
  text-decoration: none;
}
abbr[title],
acronym[title] {
  /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */
  border-bottom: 1px dotted;
  cursor: help;
}
q:before,
q:after {
  content: '';
}
/* 重置表单元素 */
legend {
  color: #000;
}
/* for ie6 */
fieldset,
img {
  border: none;
}
/* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 使得表单元素在 ie 下能继承字体大小 */
}
/* 重置表格元素 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* 重置 hr */
hr {
  border: none;
  height: 1px;
}
/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html {
  overflow-y: scroll;
}
/*超出内容显示省略号*/
.ellipsis {
  max-width: 88%;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}
/*清除浮动*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
.none {
  display: none!important;
}
/* 去除webkit中input的type="number"时出现的上下图标 */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.disabled {
  pointer-events: none;
}
.disabled:hover {
  color: #d2d2d2 !important;
  cursor: not-allowed !important;
}
div {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.more-loading {
  margin: 50px 0;
  font-size: 14px;
  text-align: center;
  color: #999;
}
.icon-loading {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  vertical-align: middle;
  background: url(https://a.msstatic.com/huya/main/assets/img/loading.gif) no-repeat;
}
.no-data {
  margin: 50px 0;
  font-size: 14px;
  text-align: center;
  color: #999;
}
button,
input {
  margin: 0;
  padding: 0;
  border: 1px solid transparent;
}
input {
  background: none;
  outline: none;
}
input:focus {
  border: none;
}
button:focus,
button:active:focus,
button.active:focus,
button.focus,
button:active.focus,
button.active.focus {
  outline: none;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.w {
  width: 1190px;
  margin: 0 auto;
  -webkit-transition: width 0.5s ease-out;
  -o-transition: width 0.5s ease-out;
  transition: width 0.5s ease-out;
}
.root1 .w {
  width: 1190px;
  margin: 0 auto;
}
.layui-layer-setwin .layui-layer-close2 {
  right: -1px !important;
  top: -5px !important;
}
.popup-wrapper {
  border-radius: 20px!important;
  overflow-y: auto;
}
.popup-wrapper h2 {
  color: #222222;
  font-size: 17px;
  font-weight: 900;
  font-family: SourceHanSansCN-Bold;
  margin-bottom: 55px;
  text-align: center;
}
.layui-input {
  border-radius: 10px;
  border: 1px solid #bbbbbb;
}
.layui-btn {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.layui-input:hover {
  border: 1px solid #bbbbbb;
}
.layui-disabled {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  pointer-events: none;
}
.plt-disabled {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.plt-disabled,
.plt-disabled:hover {
  color: #d2d2d2 !important;
  cursor: not-allowed !important;
}

.around-center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.un-center {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}
.center-all {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.center-all-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
/*去除padding*/
.noScroll {
  -webkit-overflow-scrolling: touch;
  -webkit-overflow-scrolling: auto;
}
/*
.asset::-webkit-scrollbar { display:none }*/

.around-center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.un-center {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}
.center-all {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.center-all-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
/*去除padding*/
.noScroll {
  -webkit-overflow-scrolling: touch;
  -webkit-overflow-scrolling: auto;
}
/*
.asset::-webkit-scrollbar { display:none }*/
.welcome {
  background-color: #f6f6f6;
  height: 42px;
  line-height: 42px;
}
.welcome .w {
  zoom: 1;
}
.welcome .w:after {
  content: "";
  display: block;
  clear: both;
}
.welcome .w .cl {
  float: left;
}
.welcome .w .cl #login {
  margin-left: 35px;
}
.welcome .w .cr {
  float: right;
}
.welcome .w .cr i {
  margin-left: -2px;
}
#root-head,
.me-head {
  height: 106px;
  background-color: #ffffff;
}
#root-head .logo,
.me-head .logo {
  width: 26%;
  float: left;
  margin-top: 15px;
}
#root-head .logo a,
.me-head .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
#root-head .logo a img,
.me-head .logo a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#root-head .search,
.me-head .search {
  margin-left: 77px;
  margin-top: 32px;
  width: 35%;
  height: 40px;
  border-radius: 6px;
  border: solid 1px #25c011;
  line-height: 40px;
  padding-left: 10px;
  color: #777777;
  float: left;
}
#root-head .search i,
.me-head .search i {
  font-size: 13px;
  margin-left: 5px;
}
#root-head .search input,
.me-head .search input {
  height: 40px;
}
#root-head .search button,
.me-head .search button {
  width: 100px;
  height: 40px;
  background-color: #25c011;
  border-radius: 0px 6px 6px 0px;
  color: #ffffff;
  float: right;
  cursor: pointer;
}
#root-head .search ul li,
.me-head .search ul li {
  color: #888888;
  margin-right: 10px;
  line-height: 2.2;
}
#root-head .feature,
.me-head .feature {
  margin-top: 20px;
  width: 22%;
  float: right;
}
#root-head .feature a,
.me-head .feature a {
  display: block;
  width: 100%;
  height: 100%;
}
#root-head .feature a img,
.me-head .feature a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer {
  border-top: 4px solid #25c011;
  background-color: #464646;
  height: 381px;
  position: relative;
}
.footer .service {
  padding: 25px 0;
}
.footer .service ul {
  margin: 0 auto;
  zoom: 1;
}
.footer .service ul:after {
  content: "";
  display: block;
  clear: both;
}
.footer .service ul li {
  margin-right: 10%;
}
.footer .service ul a {
  display: block;
  position: relative;
}
.footer .service ul a img {
  width: 48px;
  height: 48px;
  background-color: #ffffff;
  float: left;
  border-radius: 50%;
}
.footer .service ul a div {
  float: left;
  margin-left: 8px;
}
.footer .service ul a div p {
  line-height: 1.85;
}
.footer .service ul a div p:first-child {
  font-size: 14px;
  font-weight: bold;
}
.footer .service ul a div p:first-child + p {
  font-size: 11px;
}
.footer .service ul li:last-child {
  margin-right: 0;
}
.footer .service ul p {
  color: #ffffff;
}
.footer .single-page {
  border-top: 1px solid #5f5f5f;
  padding-top: 48px;
  zoom: 1;
}
.footer .single-page:after {
  content: "";
  display: block;
  clear: both;
}
.footer .single-page .cl {
  width: 75%;
  float: left;
  color: #ffffff;
}
.footer .single-page .cl a {
  color: #dddddd;
}
.footer .single-page .cl label {
  font-size: 14px;
  font-weight: 800;
  color: #ffffff;
}
.footer .single-page .cl ul li {
  width: 100%;
  margin-top: 15px;
  font-size: 12.5px;
}
.footer .single-page .cl div {
  width: 13%;
  float: left;
  margin-right: 10%;
}
.footer .single-page .cr {
  float: right;
}
.footer .single-page .cr .line {
  float: left;
  margin-right: 30px;
}
.footer .single-page .cr .line p {
  margin-top: 5px;
}
.footer .single-page .cr .line p:first-child {
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  margin-top: 15px;
}
.footer .single-page .cr .line p:first-child + p {
  color: #f3b709;
  font-size: 15px;
  font-weight: 600;
  font-style: italic;
}
.footer .single-page .cr .line p:first-child + p + p {
  color: #dddddd;
  font-size: 11px;
}
.footer .single-page .cr .logo {
  float: left;
  width: 130px;
  height: 130px;
}
.footer .single-page .cr .logo img {
  width: 100px;
  height: 100px;
  background: red;
  float: left;
  margin-left: 10px;
}
.footer .single-page .cr .logo p {
  float: left;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  margin-top: 7px;
}
.footer .bn {
  cursor: pointer;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #dddddd;
  font-size: 11px;
  border-top: 1px solid #5f5f5f;
}
.footer .bn span:first-child + span {
  margin-left: 40px;
}
@media screen and (min-width: 0px) and (max-width: 1366px) {
  .footer .single-page .cl {
    width: 71%!important;
  }
}
#me-head {
  height: 118px;
  background-color: #ffffff;
}
#me-head .me-head {
  background-color: #25c011;
  zoom: 1;
}
#me-head .me-head:after {
  content: "";
  display: block;
  clear: both;
}
#me-head .me-head .logo {
  float: left;
  margin-left: -50px;
}
#me-head .me-head__nav .me-head__nav-item {
  width: 60px;
  float: left;
  text-align: center;
  margin-right: 50px;
  font-size: 14px;
  height: 106px;
  line-height: 106px;
  position: relative;
}
#me-head .me-head__nav .me-head__nav-item a {
  color: #ffffff;
}
#me-head .me-head__nav .me-head__nav-item .triangle {
  width: 0;
  height: 0;
  border: 10px solid;
  border-color: transparent transparent #FFFFFF;
  position: absolute;
  bottom: 0;
  left: -65%;
}
#me-head .me-head__nav div:first-child {
  margin-left: 60px;
}
#me-head .me-head .search {
  background-color: #ffffff;
  position: relative;
  width: 25%;
  margin-left: 180px;
}
#me-head .me-head .search button {
  position: absolute;
  right: 0;
  background-color: #f5f5f5;
  border-radius: 0px 6px 6px 0px;
  color: #666666;
  height: 37px;
}
#me-head .me-head .cart {
  float: right;
  width: 150px;
  height: 37px;
  background-color: #ffffff;
  border-radius: 6px;
  border: solid 1px #f5f5f5;
  line-height: 37px;
  color: #666666;
  text-align: center;
  vertical-align: middle;
  margin-top: 34px;
}
#me-head .me-head .cart .num {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #25c011;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  color: #ffffff;
  vertical-align: middle;
}
#me-head .me-head .cart img {
  vertical-align: sub;
}
#me-menus {
  width: 180px;
  padding-left: 20px;
  background-color: #ffffff;
  padding-top: 10px;
  padding-bottom: 150px;
  margin-bottom: 100px;
  float: left;
}
#me-menus .submenu-tit {
  margin-top: 10px;
}
#me-menus .submenu-tit img {
  vertical-align: middle;
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
#me-menus .submenu-tit span {
  margin-left: 5px;
  vertical-align: middle;
  font-size: 15.4px;
  font-weight: 900;
  color: #222222;
}
#me-menus ul {
  zoom: 1;
  margin-left: 28px;
}
#me-menus ul:after {
  content: "";
  display: block;
  clear: both;
}
#me-menus ul li {
  width: 100%;
  float: left;
  margin-top: 10px;
}
#me-menus ul li a {
  color: #666666;
}
#me-menus ul .active a {
  color: #25c011;
}
#paging {
  text-align: center;
  margin: 50px 0;
}
#paging .layui-laypage-em {
  background-color: #25c011;
}
#paging .layui-laypage a {
  border-radius: 5px;
}
#paging .layui-laypage-curr {
  border-radius: 5px;
}
#paging .layui-laypage a:hover {
  color: #25c011;
}
.back-top {
  position: fixed;
  right: 5px;
  z-index: 9999;
  bottom: 300px;
  cursor: pointer;
}
.back-top img {
  width: 60px;
}
.no-data {
  padding-bottom: 150px;
  font-size: 12px;
}
.no-data img {
  width: 269px;
  height: 205px;
}
.no-data a {
  color: #25c011;
}
.me-com-qs img {
  width: 22px;
  vertical-align: middle;
}
.me-com-qs span {
  color: #222222;
  vertical-align: middle;
  font-size: 11px;
}
.delete-popup {
  display: none;
  text-align: center;
  padding: 25px 40px 80px 40px;
}
.delete-popup .action {
  margin-top: 50px;
}
.delete-popup .action div {
  cursor: pointer;
}
.delete-popup .action .confirm {
  width: 138px;
  height: 40px;
  background-color: #25c011;
  border-radius: 8px;
  color: #ffffff;
  line-height: 40px;
  float: left;
}
.delete-popup .action .cancel {
  width: 138px;
  height: 40px;
  background-color: #cccccc;
  border-radius: 8px;
  color: #ffffff;
  line-height: 40px;
  float: right;
}
/* 公用导航 */
#nav,
#root-nav {
  position: relative;
  background-color: #ffffff;
  border-bottom: 2px solid #25c011;
}
#nav .nav,
#root-nav .nav {
  position: relative;
  z-index: 999;
}
#nav .nav .cl,
#root-nav .nav .cl {
  float: left;
  width: 15%;
  height: 46px;
  background-color: #25c011;
  vertical-align: middle;
  line-height: 45px;
  text-align: center;
  color: #ffffff;
}
#nav .nav .cl img,
#root-nav .nav .cl img {
  width: 19px;
  height: 16px;
}
#nav .nav .cl span,
#root-nav .nav .cl span {
  vertical-align: middle;
  font-size: 15px;
  margin-left: 5px;
}
#nav .nav .cr,
#root-nav .nav .cr {
  line-height: 45px;
  margin-left: 15%;
}
#nav .nav .cr ul,
#root-nav .nav .cr ul {
  zoom: 1;
}
#nav .nav .cr ul:after,
#root-nav .nav .cr ul:after {
  content: "";
  display: block;
  clear: both;
}
#nav .nav .cr ul li,
#root-nav .nav .cr ul li {
  float: left;
  margin-left: 34px;
}
#nav .nav .cr ul li a,
#root-nav .nav .cr ul li a {
  color: #333333;
  font-weight: bold;
  font-size: 14px;
}
#nav .nav .cr ul li:first-child a,
#root-nav .nav .cr ul li:first-child a,
#nav .nav .cr ul li:first-child + li a,
#root-nav .nav .cr ul li:first-child + li a,
#nav .nav .cr ul li:first-child + li + li a,
#root-nav .nav .cr ul li:first-child + li + li a,
#nav .nav .cr ul li:first-child + li + li + li a,
#root-nav .nav .cr ul li:first-child + li + li + li a {
  color: #25c011;
}
#nav .all-class,
#root-nav .all-class {
  z-index: 999;
  position: relative;
  height: 93%;
}
#nav .all-class .cl,
#root-nav .all-class .cl {
  width: 15%;
  height: 100%;
  background: #ffffff;
}
#nav .all-class .cl .class-item-list,
#root-nav .all-class .cl .class-item-list {
  width: 100%;
  padding: 0 10%;
  position: relative;
}
#nav .all-class .cl .class-item-list .class-item,
#root-nav .all-class .cl .class-item-list .class-item {
  width: 100%;
  text-align: left;
  padding: 15px 0;
  border-bottom: 1px solid #dddddd;
  height: 50px;
}
#nav .all-class .cl .class-item-list .class-item .class-item-title,
#root-nav .all-class .cl .class-item-list .class-item .class-item-title {
  font-size: 12.5px;
  color: #222222;
}
#nav .all-class .cl .class-item-list .class-item .class-item-title span,
#root-nav .all-class .cl .class-item-list .class-item .class-item-title span {
  float: left;
}
#nav .all-class .cl .class-item-list .class-item .class-item-title i,
#root-nav .all-class .cl .class-item-list .class-item .class-item-title i {
  float: right;
  display: none;
}
#nav .all-class .cl .class-item-list .class-item .class-details,
#root-nav .all-class .cl .class-item-list .class-item .class-details {
  width: 0px;
  height: 520px;
  background-color: #ffffff;
  -webkit-transition: width 0.1s ease-out;
  -o-transition: width 0.1s ease-out;
  transition: width 0.1s ease-out;
  position: absolute;
  top: 0;
  left: 178px;
}
#nav .all-class .cl .class-item-list .class-item .class-details__wrapper,
#root-nav .all-class .cl .class-item-list .class-item .class-details__wrapper {
  display: none;
}
#nav .all-class .cl .class-item-list .class-item .class-details__wrapper .class-details-top,
#root-nav .all-class .cl .class-item-list .class-item .class-details__wrapper .class-details-top {
  width: 580px;
  padding: 21px 0;
  position: relative;
  border-bottom: 1px solid #dddddd;
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
}
#nav .all-class .cl .class-item-list .class-item .class-details__wrapper .class-details-top .cl,
#root-nav .all-class .cl .class-item-list .class-item .class-details__wrapper .class-details-top .cl {
  float: left;
  line-height: 21px;
}
#nav .all-class .cl .class-item-list .class-item .class-details__wrapper .class-details-top .cl .circle,
#root-nav .all-class .cl .class-item-list .class-item .class-details__wrapper .class-details-top .cl .circle {
  width: 10px;
  height: 10px;
  background-color: #26c012;
  border-radius: 50%;
  float: left;
  display: inline-block;
  margin-top: 5px;
}
#nav .all-class .cl .class-item-list .class-item .class-details__wrapper .class-details-top .cl span,
#root-nav .all-class .cl .class-item-list .class-item .class-details__wrapper .class-details-top .cl span {
  color: #25c011;
  font-size: 15px;
  margin-left: 5px;
}
#nav .all-class .cl .class-item-list .class-item .class-details__wrapper .class-details-top .cr,
#root-nav .all-class .cl .class-item-list .class-item .class-details__wrapper .class-details-top .cr {
  float: right;
  color: #888888;
  font-size: 14px;
  cursor: pointer;
}
#nav .all-class .cl .class-item-list .class-item .class-details__wrapper .class-details-center,
#root-nav .all-class .cl .class-item-list .class-item .class-details__wrapper .class-details-center {
  zoom: 1;
  width: 100%;
  padding-left: 40px;
  min-height: 150px;
  max-height: 150px;
  height: 150px;
  overflow: hidden;
}
#nav .all-class .cl .class-item-list .class-item .class-details__wrapper .class-details-center:after,
#root-nav .all-class .cl .class-item-list .class-item .class-details__wrapper .class-details-center:after {
  content: "";
  display: block;
  clear: both;
}
#nav .all-class .cl .class-item-list .class-item .class-details__wrapper .class-details-center ul,
#root-nav .all-class .cl .class-item-list .class-item .class-details__wrapper .class-details-center ul {
  zoom: 1;
}
#nav .all-class .cl .class-item-list .class-item .class-details__wrapper .class-details-center ul:after,
#root-nav .all-class .cl .class-item-list .class-item .class-details__wrapper .class-details-center ul:after {
  content: "";
  display: block;
  clear: both;
}
#nav .all-class .cl .class-item-list .class-item .class-details__wrapper .class-details-center ul li,
#root-nav .all-class .cl .class-item-list .class-item .class-details__wrapper .class-details-center ul li {
  float: left;
  margin-right: 10px;
  margin-top: 15px;
}
#nav .all-class .cl .class-item-list .class-item .class-details__wrapper .class-details-center ul li:hover a,
#root-nav .all-class .cl .class-item-list .class-item .class-details__wrapper .class-details-center ul li:hover a {
  color: #25c011;
}
#nav .all-class .cl .class-item-list .class-item .class-details__wrapper .class-details-center ul .active a,
#root-nav .all-class .cl .class-item-list .class-item .class-details__wrapper .class-details-center ul .active a {
  color: #25c011;
}
#nav .all-class .cl .class-item-list .class-item .class-details__wrapper .class-details-bottom,
#root-nav .all-class .cl .class-item-list .class-item .class-details__wrapper .class-details-bottom {
  padding-left: 40px;
}
#nav .all-class .cl .class-item-list .class-item .class-details__wrapper .class-details-bottom .tit,
#root-nav .all-class .cl .class-item-list .class-item .class-details__wrapper .class-details-bottom .tit {
  zoom: 1;
  color: #222222;
  font-size: 14px;
}
#nav .all-class .cl .class-item-list .class-item .class-details__wrapper .class-details-bottom .tit:after,
#root-nav .all-class .cl .class-item-list .class-item .class-details__wrapper .class-details-bottom .tit:after {
  content: "";
  display: block;
  clear: both;
}
#nav .all-class .cl .class-item-list .class-item .class-details__wrapper .class-details-bottom .tit div,
#root-nav .all-class .cl .class-item-list .class-item .class-details__wrapper .class-details-bottom .tit div {
  float: left;
}
#nav .all-class .cl .class-item-list .class-item .class-details__wrapper .class-details-bottom .tit .cut-line,
#root-nav .all-class .cl .class-item-list .class-item .class-details__wrapper .class-details-bottom .tit .cut-line {
  width: 2px;
  height: 16px;
  background-color: #25c011;
}
#nav .all-class .cl .class-item-list .class-item .class-details__wrapper .class-details-bottom .tit div:first-child + div,
#root-nav .all-class .cl .class-item-list .class-item .class-details__wrapper .class-details-bottom .tit div:first-child + div {
  margin-left: 5px;
  line-height: 1.2;
  color: #222222;
}
#nav .all-class .cl .class-item-list .class-item .class-details__wrapper .class-details-bottom .choose-class,
#root-nav .all-class .cl .class-item-list .class-item .class-details__wrapper .class-details-bottom .choose-class {
  margin-top: 25px;
  width: 400px;
  height: 46px;
  border-radius: 6px;
  border: solid 1px #dddddd;
  line-height: 46px;
  padding: 0 20px;
  cursor: pointer;
}
#nav .all-class .cl .class-item-list .class-item .class-details__wrapper .class-details-bottom .choose-class div:first-child,
#root-nav .all-class .cl .class-item-list .class-item .class-details__wrapper .class-details-bottom .choose-class div:first-child {
  float: left;
  color: #999999;
}
#nav .all-class .cl .class-item-list .class-item .class-details__wrapper .class-details-bottom .choose-class div:first-child + div,
#root-nav .all-class .cl .class-item-list .class-item .class-details__wrapper .class-details-bottom .choose-class div:first-child + div {
  float: right;
}
#nav .all-class .cl .class-item-list .class-item .class-details__wrapper .class-details-bottom .choose-class:hover,
#root-nav .all-class .cl .class-item-list .class-item .class-details__wrapper .class-details-bottom .choose-class:hover {
  border: solid 1px #25c011;
}
#nav .all-class .cl .class-item-list .class-item .class-details__wrapper .class-details-search,
#root-nav .all-class .cl .class-item-list .class-item .class-details__wrapper .class-details-search {
  cursor: pointer;
  width: 50px;
  height: 30px;
  background-color: #25c011;
  line-height: 28px;
  text-align: center;
  color: #ffffff;
  border-radius: 5px;
  float: right;
  margin: 20px 0;
  margin-right: -50px;
}
#nav .all-class .cl .class-item-list li:hover .class-item-title,
#root-nav .all-class .cl .class-item-list li:hover .class-item-title {
  color: #25c011;
  font-weight: 800;
}
#nav .all-class .cl .class-item-list li:hover .class-item-title i,
#root-nav .all-class .cl .class-item-list li:hover .class-item-title i {
  display: block;
}
#nav .all-class .cl .class-item-list li:hover .class-details,
#root-nav .all-class .cl .class-item-list li:hover .class-details {
  width: 600px;
}
#nav .all-class .cl .class-item-list li:hover .class-details__wrapper,
#root-nav .all-class .cl .class-item-list li:hover .class-details__wrapper {
  display: block;
}
#nav #swipe,
#root-nav #swipe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 45px;
  z-index: 99;
  border-top: 2px solid #25c011;
}
#nav #swipe img,
#root-nav #swipe img {
  -o-object-fit: cover;
     object-fit: cover;
}
#nav .active a,
#root-nav .active a {
  color: #25c011 !important;
}
.main .banner {
  margin-top: -3px;
}
.order-flow {
  margin-left: 50px;
  width: 470px;
  float: right;
  margin-top: 25px;
}
.order-flow .order-flow-item .order-flow-tit {
  width: 80px;
  text-align: center;
  margin-left: -30px;
  position: relative;
  z-index: 98999;
  float: left;
}
.order-flow .order-flow-item .order-flow-tit div {
  width: 30px;
  height: 30px;
  background-color: #dddddd;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  line-height: 30px;
  margin: 0 auto;
}
.order-flow .order-flow-item .order-flow-tit span {
  margin-top: 5px;
  display: inline-block;
  color: #222222;
}
.order-flow .order-flow-item .cut-line {
  width: 120px;
  height: 2px;
  background-color: #dddddd;
  float: left;
  margin-top: 15px;
  margin-left: -30px;
}
.order-flow .active .order-flow-tit div {
  background-color: #25c011;
}
.order-flow .active .cut-line {
  background-color: #25c011;
}

.page{
  margin-top: 20px;
  text-align: center;
}
.page a{
  display: inline-block;
  background: #fff url() 0 0 no-repeat;
  color: #888;
  padding: 10px;
  min-width: 15px;
  border: 1px solid #E2E2E2;
}
.page span{
  display: inline-block;
  padding: 10px;
  min-width: 15px;
  border: 1px solid #E2E2E2;
}
.page span.current{
  display: inline-block;
  background: #25c011 url() 0 0 no-repeat;
  color: #fff;
  padding: 10px;
  min-width: 15px;
  border: 1px solid #25c011;
}
.page .pagination li{
  display: inline-block;
  margin-right: 5px;
  text-align: center;
}
.page .pagination li.active span{
  background: #25c011 url() 0 0 no-repeat;
  color: #fff;
  border: 1px solid #25c011;
}

