html {
  font-size: 100px;
}
*,
*::before,
*::after {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
body {
  font-size: 0.14rem !important;
  margin: 0;
  background-color: #f5f5f5;
}
body,
textarea {
  color: #1d2125;
  font-family: PingFangSC-Regular, "Microsoft YaHei", "微软雅黑", Arial,
    sans-serif !important;
}
a,
a:hover {
  color: #1d2125;
  text-decoration: none !important;
}
p,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}
ul,
li {
  list-style: none;
}
input {
  background: none;
  outline: none;
  border: none;
}
i,
em {
  font-style: normal;
}
.display {
  display: none;
}
.header {
  width: 100%;
  background-color: #1d2125;
  height: 0.4rem;
  line-height: 0.4rem;
  color: #fff;
  font-size: 0.12rem;
}
.header-content {
  width: 12rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #c5c8cc;
}
.header-content a {
  color: #c5c8cc;
}
.header-content .active {
  color: #fff;
}
.header-content-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header-content-right p {
  padding: 0 0.2rem;
  cursor: pointer;
}
.header-content-right p#dropdown {
  margin-right: 0.1rem;
  position: relative;
}
.header-content-right p#dropdown::after {
  content: "";
  width: 0.12rem;
  height: 0.07rem;
  background: url(/public/img/user-info-ico.png) no-repeat right center;
  background-size: 0.12rem 0.07rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.header-content-right p.dropdown::after {
  top: 40% !important;
  -webkit-transform: rotate(180deg) translateY(0%) !important;
  transform: rotate(180deg) translateY(0%) !important;
}
.header-content-right a {
  padding: 0 0.2rem;
  position: relative;
  height: 0.4rem;
  line-height: 0.4rem;
  display: block;
  cursor: pointer;
}
.header-content-right a i {
  padding: 0.01rem;
  position: absolute;
  top: 0.02rem;
  right: 0.1rem;
  font-style: normal;
  font-size: 0.12rem;
  -webkit-transform: scale(0.83);
  transform: scale(0.83);
  *font-size: 0.1rem;
  color: #fff;
  line-height: 1;
  background-color: #f54966;
  border-radius: 2px;
}
.header-content-right a::before,
.header-content-right a::after {
  content: "";
  width: 1px;
  height: 0.12rem;
  background-color: #949494;
  position: absolute;
  top: 0.14rem;
}
.header-content-right a::before {
  left: 0;
}
.header-content-right a::after {
  right: 0;
}
.top-navs {
  width: 100%;
  height: 0.8rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0.02rem 0.1rem 0 rgba(197, 200, 204, 0.4);
  box-shadow: 0 0.02rem 0.1rem 0 rgba(197, 200, 204, 0.4);
  position: relative;
}
.top-navs-content {
  width: 12rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.top-navs-content > a {
  padding-top: 0.13rem;
}
.top-navs-content img {
  width: 1.45rem;
  height: 0.54rem;
}
.top-navs-content ul {
  margin-left: 0.81rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.top-navs-content ul li {
  margin-right: 0.4rem;
}
.top-navs-content ul li a {
  line-height: 0.8rem;
  font-size: 0.16rem;
}
.top-navs-content ul li.active a {
  position: relative;
  color: #494ffc;
  font-weight: bold;
}
.top-navs-content ul li:not(:first-child).active a::after {
  content: "";
  width: 0.24rem;
  height: 0.02rem;
  border-radius: 0.1rem;
  background-color: #494ffc;
  position: absolute;
  bottom: -0.06rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.top-navs-content ul li a.home {
  position: relative;
  cursor: pointer;
}
.top-navs-content ul li a.home .arrow {
  width: 0.1rem;
  height: 0.1rem;
  display: inline-block;
  margin-left: 0.08rem;
}
.top-navs-content ul li a.home .tag {
  width: 0.69rem;
  height: 0.16rem;
  position: absolute;
  right: -0.41rem;
  top: -0.16rem;
}
.top-navs-content .search {
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.2rem;
}
.top-navs-content .search input {
  width: 2.2rem;
  height: 0.4rem;
  line-height: 0.4rem;
  background-color: #f5f5f5;
  padding-left: 0.1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.top-navs-content .search input::-webkit-input-placeholder {
  color: #999;
}
.top-navs-content .search input::-moz-placeholder {
  color: #999;
}
.top-navs-content .search input:-ms-input-placeholder {
  color: #999;
}
.top-navs-content .search-submit {
  cursor: pointer;
  width: 0.4rem;
  height: 0.4rem;
  background-color: #494ff5;
  padding: 0.11rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0 4px 4px 0;
}
.top-navs-content .search-submit img {
  width: 0.18rem;
  height: 0.18rem;
}

.dropdown-years {
  width: 100vw;
  height: 0.76rem;
  background: #ffffff;
  box-shadow: inset 0px 1px 0px 1px #f4f4f4;
  box-sizing: border-box;
  padding: 0.2rem 0 0.2rem 4.4rem;
  display: none;
  position: absolute;
  z-index: 100;
}
.dropdown-years .year {
  width: 0.94rem;
  height: 0.36rem;
  line-height: 0.36rem;
  text-align: center;
  background: #f7f8fc;
  border-radius: 0.04rem;
  font-size: 0.14rem;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #1d2125;
  margin-right: 0.2rem;
  cursor: pointer;
}
.dropdown-years .year.active {
  background: #494ffc;
  color: #ffffff;
}

.footer {
  width: 100%;
  background-color: #1d2125;
  height: 2.74rem;
  padding-top: 0.41rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.footer-content {
  width: 12rem;
  margin: 0 auto 0.34rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer-content-logo {
  color: #949494;
  width: 1.2rem;
}
.footer-content-logo img {
  width: initial;
  height: 0.47rem;
}
.footer-content-logo p {
  margin-top: 0.13rem;
  line-height: 1;
  text-align: center;
}
.footer-content-nav {
  width: 6.36rem;
}
.footer-content-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer-content-nav ul li {
  color: #fff;
  line-height: 0.24rem;
}
.footer-content-nav ul li a {
  display: block;
  color: #949494;
  margin-top: 0.1rem;
}
.footer-content-nav ul li:last-child {
  width: 2.3rem;
}
.footer-content-nav ul li:last-child a {
  cursor: default;
}
.footer-content-sm {
  width: 2.38rem;
  color: #fff;
  position: relative;
}
.footer-content-sm p {
  line-height: 0.24rem;
}
.footer-content-sm > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.3rem;
}
.footer-content-sm > div .wechat,
.footer-content-sm > div .weibo {
  margin-right: 0.3rem;
  cursor: pointer;
}
.footer-content-sm > div .wechat img,
.footer-content-sm > div .weibo img {
  display: block;
  width: 0.46rem;
  height: 0.46rem;
}
.footer-content-sm > div .weibo a {
  display: block;
  width: 0.46rem;
  height: 0.46rem;
}
.footer-content-sm .wechat-code {
  width: 1.22rem;
  height: 1.27rem;
  position: absolute;
  top: -0.8rem;
  left: -0.36rem;
  background: url(/public/img/footer-wechat-bg.png) no-repeat center;
  background-size: 1.22rem 1.27rem;
}
.footer-content-sm .wechat-code img {
  width: 1.12rem;
  height: 1.12rem;
  position: absolute;
  top: 0.05rem;
  left: 0.05rem;
}
.footer .copyright {
  width: 12rem;
  margin: 0 auto;
  height: 0.72rem;
  line-height: 0.72rem;
  border-top: 1px solid #595858;
  color: #bcbcbc;
  text-align: center;
}
.footer .copyright a {
  color: inherit;
}
/* 面包屑 */
.breadcrumb-nav {
  width: 12rem;
  margin: 0 auto;
}
.breadcrumb-nav .breadcrumb-item a:hover {
  color: #494ff5;
}
/* 选课中心右侧 */
.course-right-model {
  background-color: #fff;
  padding-bottom: 0.1rem;
  margin-bottom: 0.1rem;
  border: 1px solid #ebebeb;
}
.course-right-model-title {
  font-size: 0.18rem;
  height: 0.58rem;
  line-height: 0.58rem;
  border-bottom: 1px solid #ebebeb;
  padding-left: 0.21rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* 最近浏览 / 猜你喜欢 */
.history-content,
.guess-content {
  padding: 0 0.2rem 0.3rem;
}
.history-content li,
.guess-content li {
  margin-top: 0.3rem;
}
.history-content li a,
.guess-content li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}
.history-content li a .img,
.guess-content li a .img {
  width: 1.23rem;
  height: 0.69rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.history-content li a div,
.guess-content li a div {
  width: 1.1rem;
  position: relative;
  line-height: 1;
}
.history-content li a div h4,
.guess-content li a div h4 {
  font-weight: normal;
  line-height: 1.3;
  margin-top: -0.02rem;
  overflow: hidden;
  height: 0.36rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.history-content li a div p,
.guess-content li a div p {
  position: absolute;
  bottom: 0.02rem;
  left: 0;
  color: #f33;
  font-size: 0.12rem;
}
.history-content li a div p.learn,
.guess-content li a div p.learn {
  font-size: 0.14rem;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #949494;
  display: flex;
  align-items: center;
}
.history-content li a div p.learn img,
.guess-content li a div p.learn img {
  width: 0.1rem;
  height: 0.1rem;
  display: inline-block;
  margin-left: 0.04rem;
}
.history-content li a div p.free,
.guess-content li a div p.free {
  font-size: 0.14rem;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #ff3333;
  display: flex;
  align-items: center;
}
.history-content li a div p.free img,
.guess-content li a div p.free img {
  width: 0.16rem;
  height: 0.16rem;
  display: inline-block;
  margin-right: 0.04rem;
}
.history-content li a div p span,
.guess-content li a div p span {
  font-size: 0.16rem;
}
.history-content li a div p span.seckill-tag,
.guess-content li a div p span.seckill-tag {
  display: inline-block;
  width: 0.44rem;
  height: 0.16rem;
  line-height: 0.16rem;
  text-align: center;
  background: #ff3333;
  border-radius: 0.04rem;
  font-size: 0.12rem;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #ffffff;
  position: relative;
  top: -0.01rem;
}
.history-content li a div p i,
.guess-content li a div p i {
  font-style: normal;
  text-decoration: line-through;
  color: #949494;
  padding-left: 0.04rem;
}
.history-none,
.guess-none {
  width: 1.7rem;
  margin: 0.4rem auto;
}

.guess-content li a div p span.customize {
  font-size: 0.12rem;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #ff3333;
}

/* 选课中心-选课列表 */
.course-li {
  width: 2.85rem;
  background-color: #fff;
  border: 1px solid #ebebeb;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.course-li a {
  display: block;
  padding-top: 0.3rem;
}
.course-li a h2 {
  margin: 0 0.2rem 0.05rem;
  line-height: 1.4;
  font-size: 0.18rem;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  height: 0.5rem;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
}
.course-li a h2 img {
  /* width: 0.29rem; */
  height: 0.12rem;
  display: inline-block;
  margin-right: 0.04rem;
  position: relative;
  top: -0.01rem;
}
.course-li a .course-desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0.2rem;
}
.floor-1 .course-li a .course-desc {
  font-size: 0.16rem;
}
.course-li a .course-desc.seckill-time-preheat {
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #949494;
  background-image: url(https://oss.kaoyanvip.cn/attach/file1686814614067.png);
  background-repeat: no-repeat;
  background-size: 0.14rem 0.14rem;
  background-position: 0.2rem;
  text-indent: 0.2rem;
}
.floor-1 .course-li a .course-desc.seckill-time-preheat {
  height: 0.14rem;
  line-height: 0.14rem;
  margin-top: 0.06rem;
}
.floor-3 .course-li a .course-desc.seckill-time-preheat {
  height: 0.14rem;
  line-height: 0.14rem;
  margin-top: 0.06rem;
}
.course-li a .course-desc.seckill-time-countdown {
  font-family: PingFang SC-Bold, PingFang SC;
  /* font-weight: bold; */
  color: #ff3333;
  background-image: url(https://oss.kaoyanvip.cn/attach/file1686815155802.png);
  background-repeat: no-repeat;
  background-size: 0.14rem 0.14rem;
  background-position: 0.2rem;
  text-indent: 0.2rem;
}
.floor-1 .course-li a .course-desc.seckill-time-countdown {
  height: 0.14rem;
  line-height: 0.14rem;
}
.floor-3 .course-li a .course-desc.seckill-time-countdown {
  margin-top: 0.06rem;
  background-image: url(https://oss.kaoyanvip.cn/attach/file1686815202989.png);
}

.course-li a .course-desc p {
  color: #939393;
}
.course-li a .course-desc p:first-child {
  padding-right: 0.08rem;
  position: relative;
}
.course-li a .course-desc p:first-child::after {
  content: "";
  width: 1px;
  height: 0.13rem;
  background-color: #c5c7cb;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -0.06rem;
}
.course-li a .course-desc p:last-child {
  padding-left: 0.08rem;
}
.course-li a .teacher {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.course-li a .teacher-item {
  margin-right: 0.1rem;
}
.course-li .advance-tag {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.56rem;
  height: 0.23rem;
}
.course-li-price {
  border-top: 1px solid #f4f4f4;
}
.course-li-price .group {
  padding: 0.15rem 0.2rem 0.13rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.course-li-price .group-left {
  margin-top: 0.08rem;
}
.course-li-price .group-left p {
  font-size: 0.12rem;
  color: #949494;
  line-height: 1;
  margin-bottom: 0.1rem;
}
.course-li-price .group-left p span {
  color: #1e2226;
}
.course-li-price .group-right-price {
  line-height: 1;
}
.course-li-price .group-right-price > i {
  font-size: 0.16rem;
  color: #949494;
  text-decoration: line-through;
}
.course-li-price .group-right-price span {
  color: #ff3434;
  font-size: 0.14rem;
  padding-left: 0.1rem;
  font-weight: bold;
}
.course-li-price .group-right-price span i {
  font-size: 0.22rem;
}
.course-li-price .group-right .datetime {
  font-size: 0.12rem;
  color: #ff7236;
  text-align: right;
  margin-top: 0.09rem;
}
.course-li-price .normal {
  padding: 0.29rem 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.course-li-price .normal-left p {
  font-size: 0.12rem;
  color: #949494;
  line-height: 1;
  margin-bottom: 0.1rem;
}
.course-li-price .normal-left p span {
  color: #1e2226;
}
.course-li-price .normal-left p {
  padding-top: 0.06rem;
  margin-bottom: 0;
}
.course-li-price .normal-right p {
  line-height: 1;
}
.course-li-price .normal-right p > i {
  font-size: 0.16rem;
  color: #949494;
  text-decoration: line-through;
}
.course-li-price .normal-right p span {
  color: #ff3434;
  font-size: 0.14rem;
  padding-left: 0.1rem;
  font-weight: bold;
}
.course-li-price .normal-right p span i {
  font-size: 0.22rem;
}
.course-li-price .normal-right .free {
  width: 0.94rem;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  background: #ff3333;
  border-radius: 0.04rem;
  font-size: 0.16rem;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
}
.course-li-price .normal-right .free:hover {
  background: rgba(255, 51, 51, 0.8);
}
.course-li-price .normal-right .learn {
  width: 0.94rem;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  background: #ffffff;
  border-radius: 0.04rem;
  font-size: 0.16rem;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  border: 0.01rem solid #ebebeb;
  color: #1d2125;
  padding-top: 0;
}
.course-li-price .normal-right .learn:hover {
  border: 0.01rem solid #494ffc;
  color: #494ffc;
}

.course-li-price .seckill-preheat-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.2rem;
  height: 0.64rem;
}
.course-li-price .seckill-preheat-btn .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.course-li-price .seckill-preheat-btn .left .low-price {
  font-size: 0.14rem;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #ff3333;
}
.course-li-price .seckill-preheat-btn .left .low-price span {
  font-size: 0.22rem;
}
.course-li-price .seckill-preheat-btn .left .limit {
  font-size: 0.12rem;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #949494;
}
.course-li-price .seckill-preheat-btn .right span {
  width: 0.94rem;
  height: 0.4rem;
  line-height: 0.4rem;
  border-radius: 0.04rem;
  font-size: 0.16rem;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  background: #ffffff;
  border-radius: 0.04rem;
  border: 0.01rem solid #ebebeb;
  color: #c5c8cc;
  text-align: center;
  display: inline-block;
}
.course-li-price .seckill-preheat-btn .right .appoint {
  background: #ff3333;
  background-image: url(https://oss.kaoyanvip.cn/attach/file1685686009145.png);
  background-size: 0.14rem;
  background-repeat: no-repeat;
  background-position: 0.22rem 0.14rem;
  border: none;
  text-indent: 0.18rem;
  color: #ffffff;
}

.course-li-price .seckill-countdown-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.12rem 0.2rem;
  background: linear-gradient(
    90deg,
    rgba(255, 51, 51, 0.03) 0%,
    rgba(255, 113, 53, 0.03) 100%
  );
}
.course-li-price .seckill-countdown-btn .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 0.14rem;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #949494;
}
.course-li-price .seckill-countdown-btn .left span {
  color: #1d2125;
}
.course-li-price .seckill-countdown-btn .right {
  width: 1.2rem;
  height: 0.4rem;
  line-height: 0.4rem;
  background: linear-gradient(134deg, #ff336a 0%, #ff3333 60%, #ff7135 100%);
  border-radius: 0.04rem;
  font-size: 0.14rem;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.course-li-price .seckill-countdown-btn .right span {
  font-size: 0.18rem;
}

.course-li-price .customize-consult-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.12rem 0.2rem;
}

.course-li-price .customize-consult-btn .left {
  color: #ff3434;
  font-size: 0.14rem;
  font-weight: bold;
}

.course-li-price .customize-consult-btn .left p span {
  font-size: 0.22rem;
  font-weight: bold;
}

.course-li-price .customize-consult-btn .right {
  width: 1.02rem;
  height: 0.36rem;
  line-height: 0.36rem;
  text-align: center;
  background: #4678f8;
  border-radius: 0.04rem;
  font-size: 0.14rem;
  color: #ffffff;
}

.teacher-item {
  min-width: 0.4rem;
}
.teacher-item img {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 0.2rem;
  display: block;
  margin: 0 auto;
}
.teacher-item p {
  text-align: center;
  font-size: 0.12rem;
  color: #939393;
  margin-top: 0.1rem;
  line-height: 1;
  max-width: 0.5rem;
  height: 0.12rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.layui-laypage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: block !important;
  text-align: center;
}
.layui-laypage > a,
.layui-laypage > span {
  border-radius: 4px !important;
  border: 1px solid #ebebeb !important;
  height: 0.32rem !important;
  padding: 0 0.12rem !important;
  line-height: 0.32rem !important;
  text-align: center;
  margin: 0 0.04rem !important;
  display: block;
  font-size: 0.14rem !important;
}
.layui-laypage > a:hover {
  color: #494ff5 !important;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: #fff !important;
  border: 1px solid #ebebeb;
  padding: 0 !important;
}
.layui-laypage .layui-laypage-curr em {
  color: #494ff5 !important;
}
.layui-laypage .layui-laypage-prev,
.layui-laypage .layui-laypage-next {
  color: #949494 !important;
  font-size: 0.14rem !important;
}
.btn-normal {
  background-color: #494ff5;
  border-radius: 4px;
}
.btn-customize {
  background-color: #494ff5;
  border-radius: 4px;
}
.btn-warning,
.btn-warning:hover {
  background-color: #ff7135;
  border-radius: 4px;
  border-color: #ff7135;
}
.btn-danger {
  background-color: #ff3333;
  border-radius: 4px;
}
.btn-info,
.btn-info:hover {
  background-color: #949494;
  border-radius: 4px;
  border-color: #949494;
}
.addgroup {
  width: 2.63rem;
  height: 0.7rem;
  padding: 0.21rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f7f8fc;
  margin: 0.2rem auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.addgroup img {
  width: 0.28rem;
  height: 0.28rem;
  display: block;
}
.addgroup p {
  margin-left: 0.09rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 1.2rem;
}
.addgroup p.qq {
  margin-top: -0.06rem;
}
.addgroup p.wechat {
  line-height: 0.28rem;
}
.addgroup em {
  display: block;
  margin-top: -0.02rem;
}
.addgroup .add-qq {
  width: 0.52rem;
  position: relative;
  margin-right: 0;
  margin-left: auto;
}
.addgroup .add-qq > div {
  width: 0.52rem;
  height: 0.24rem;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.addgroup span,
.addgroup a {
  display: block;
  width: 0.52rem;
  height: 0.24rem;
  line-height: 0.24rem;
  text-align: center;
  border-radius: 0.04rem;
  margin-left: auto;
  margin-right: 0;
  margin-top: 0.02rem;
  cursor: pointer;
}
/*自定义分页*/
.pagination_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 1.07rem;
  padding-top: 0.3rem;
  padding-right: 0.3rem;
}
.pagination_box .limit {
  margin-right: 0.1rem;
  line-height: 37px;
  color: #949494;
}
.pagination_box .kkpager a {
  padding: 0.03rem 0.1rem 0.03rem 0.1rem;
  margin-right: 0.1rem;
  color: #949494;
  border-color: #ebebeb;
  border-radius: 0.04rem;
  -moz-border-radius: 0.04rem;
  -webkit-border-radius: 0.04rem;
}
.pagination_box .kkpager a:hover {
  border: 1px solid #494ff5;
  background-color: #494ff5;
  color: white;
}
.pagination_box .kkpager span.curr {
  border: 1px solid #494ff5;
  background-color: #494ff5;
  color: white;
  padding: 0.03rem 0.1rem 0.03rem 0.1rem;
  margin-right: 0.1rem;
}
.pagination_box .kkpager span.disabled {
  padding: 0.03rem 0.1rem 0.03rem 0.1rem;
  margin-right: 0.1rem;
}
/**分页结束**/
/* 空占位符 */
.none-content img {
  display: block;
  width: 1.73rem;
}
.none-content p {
  margin-top: 0.2rem;
  color: #949494;
  text-align: center;
}
.pay-zhaoshang-item {
  display: none !important;
}
