body {
  color: #595959;
  font-family: Chinese Quote, -apple-system, BlinkMacSystemFont, Segoe UI,
    Roboto, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue,
    Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  color: #262626;
  font-weight: 500;
}

.header-yks {
  background-color: #fff;
  height: 71px;
}

.header-yks .pull-right .btn:first-of-type {
  background-color: transparent !important;
  color: #ff962a !important;
  border: solid 1px #ff962a !important;
}

.header-yks .pull-right .btn:first-of-type:hover {
  background-color: #ff962a !important;
  color: #fff !important;
}

.menu-mobile {
  visibility: hidden;
}

.function-details {
  top: 70px;
  position: absolute;
  /*visibility:visible;*/
  /*opacity: 1;*/
  visibility: hidden;
  opacity: 0;
  cursor: auto;
  margin-left: -400px;
  padding-right: 56px;
  width: 989px;
  height: 550px;
  background-color: #ffffff;
  border-top: solid 5px #ff962a;
  box-shadow: 0px 8px 15px 0px rgba(196, 196, 196, 0.35);
  border-radius: 4px;
  transition: all 0.33s ease;
  z-index: 1;
}

.hover-test:hover > .function-details {
  visibility: visible;
  opacity: 1;
}

.media-label {
  float: left;
  width: 88px;
  height: 140px;
  font-size: 22px;
  line-height: 24px;
  color: #333333;
  margin: 55px 58px 70px 56px;
}

.media-body-item {
  margin-top: 17px;
}
.media-body-item > li {
  float: left;
  width: 269px;
  height: 40px;
  margin-bottom: 30px;
  position: relative;
}

.media-body-item > li > a:visited,
.media-body-item > li > a:link {
  text-decoration: none;
}

.media-body-item > li img {
  position: absolute;
}

.media-body-item > li div {
  margin-left: 50px;
  margin-top: 7px;
  font-size: 16px;
  color: #333333;
}

@media screen and (max-width: 768px) {
  .header-yks .pull-right .btn {
    border-radius: 4px;
  }
  .menu-mobile {
    visibility: visible;
  }

  .function-details {
    display: none !important;
  }

  .price-sales-label {
    left: 72px;
  }
}
.fa-times {
  float: right;
  color: white;
  font-size: 24px;
  margin: 13px;
}
@media screen and (max-width: 770px) {
  .fa-times {
    margin: 5px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1400px) {
  .container {
    width: 100% !important;
  }
  .yks-main {
    min-width: 100%;
  }
  .new-index-banner {
    width: 100%;
  }
  .header-yks #navbar {
    width: 100%;
  }
  .navbar {
    width: 100%;
  }
  .navbar-nav > li > a {
    padding: 15px 8px;
  }
}

.nav > li {
  padding: 0;
}

.header-yks .navbar {
  z-index: 1000;
  background: #fff;
  height: 72px;
}

.container {
  max-width: 1056px;
}

.yks-main {
  background: #fff;
}

.layout-container {
  max-width: 1056px;
  height: 100%;
  padding: 24px 0px;
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  background: none;
}

.blog-list {
  flex: 1;
  margin: 0;
  margin-right: 28px;
  padding: 0;
  color: #595959;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: "tnum";
  position: relative;
}

.slide-list {
  width: 310px;
  display: flex;
  flex-direction: column;
}

.slide-list a {
  color: #595959;
}

.blog-list::after,
.slide-list:after,
.layout-container::after {
  content: " ";
  display: block;
  clear: both;
}

.article-list {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none;
}
.product-reminder {
  background: #fff
    url(https://gw.alipayobjects.com/mdn/prod_resou/afts/img/A*_D1gQrqwtQIAAAAAAAAAAABkARQnAQ)
    100% 100% no-repeat;

  background-position: 100% 100%;
  background-size: 50%;
  padding: 40px 80px;
  border: 1px solid #e8e8e8;
  border-radius: 4px;

  cursor: pointer;
  margin-bottom: 12px;
}
.product-reminder h3 {
  font-size: 24px;
}
.product-reminder p {
  max-width: 280px;
  margin: 16px 0;
  color: #595959;
}

.btn-rounded {
  border-radius: 50px;
  padding: 4.5px 15px;
}

.article {
  padding: 0;
  border-bottom: none;
  color: #8c8c8c;
  position: relative;
}
.article .liked {
  float: left;
  position: relative;
  left: 0;
  bottom: 0;
  width: 42px;
  height: 52px;
  padding: 0;
  padding-top: 0px;
  padding-top: 26px;
  text-align: center;
  background: #fafafa;
  line-height: 24px;
  font-size: 12px;
  font-weight: 600;
  color: #262626;
  border-radius: 4px;
}
.article .liked:before {
  left: 12px;
  top: 8px;
  content: " ";
  position: absolute;
  display: block;
  background: url(https://gw.alipayobjects.com/mdn/prod_resource/afts/img/A*MdBYR5JNAMoAAAAAAAAAAAAAARQnAQ)
    no-repeat top;
  background-size: auto;
  width: 18px;
  height: 18px;
  background-size: 15px auto;
}
.article-list li {
  padding: 24px;
  border: 1px solid #e8e8e8;
  border-bottom-width: 1px;
  border-bottom-width: 0;
  background-color: #fff;
}

.article-list li:hover {
  background: #fafafa;
}

.article-list li:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.article-list li:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom: 1px solid #e8e8e8;
}

.article > a {
  margin-left: 60px;
  overflow: hidden;
  display: block;
}
.article .img {
  display: none;
  width: 160px;
  height: 100px;
  border-radius: 2px;
  margin-left: 24px;
  float: right;
  background-size: cover;
  background-position: 50%;
  background-image: url("https://www.youkaoshi.cn/news/wp-content/uploads/2021/10/b6c31d01-d41c-9e17-1495-8f9c56d01d8f-2.png");
}
.article .desc {
  color: #8c8c8c;
  margin-top: 12px;
  display: -webkit-box;
  max-height: 63px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 21px;
}

.article .meta {
  font-size: 100%;
  margin-left: 60px;
  margin-top: 16px;
  white-space: nowrap;
  overflow: hidden;
}
.article .meta:after {
  content: " ";
  display: block;
  clear: both;
  box-sizing: border-box;
}

.article .meta .divider {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
  width: 1px;
  height: 14px;
  background-color: #e8e8e8;
}

.footer-container {
  padding-top: 16px;
  padding-bottom: 32px;
  text-align: center;
}

.footer-container .footer-container-sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-container .slogan {
  margin-top: 0;
  padding-right: 16px;
}

.footer-container .slogan img {
  display: block;
}
.footer-container .split {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
  width: 1px;
  height: 14px;
  background-color: #e8e8e8;
}

.footer-container .links {
  line-height: 22px;
  font-size: 14px;
}

.footer-container .links a {
  display: inline-block;
  margin: 0 8px;
  color: #8c8c8c;
}

.footer-container .links a.link-primary,
.footer-container .links a.link-primary:hover {
  color: #ff8100;
}

.footer-container .copy {
  padding: 15px 0;
}

.footer-container .copy,
.footer-container .copy a {
  color: #ccc;
  font-size: 12px;
}

#pagination {
  width: 100%;
  text-align: center;
  font-size: 14px;
  margin: 23px auto;
}
#pagination ul li {
  display: inline-block;
  padding: 8px 12px;
  background: #fff;
  color: #444;
}
#pagination ul {
  display: inline-block;
}
#pagination ul li a {
  color: #444;
}

/* .slide-list li {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 21px;
  margin-bottom: 8px;
} */

/* .slide-list li a::before {
  content: "\f105";
  margin-right: 0.625rem;
  font-family: FontAwesome;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
} */

/* .slide-list li a::before {
  margin-right: 6.25px;
}

.slide-list li > a:hover::before {
  margin-right: 9.375px !important;
} */

.blog-list article img {
  max-width: 100%;
  height: auto;
}

.blog-list article .meta {
  margin: 5px 0 24px 0;
  color: #ccc;
}

.blog-list article h2 {
  margin-bottom: 5px;
}

.blog-list article {
  padding: 24px 20px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #e8e8e8;

  line-height: 1.74;
  letter-spacing: 0.008em;
  font-size: 16px;
  color: rgb(48, 48, 48);
}

.blog-list article a {
  color: #404040;
  border-bottom: dashed 1px #ffc58e;
}

.blog-list article .divider {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
  width: 1px;
  height: 14px;
  background-color: #e8e8e8;
}

.pager a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 21px;
  margin-bottom: 8px;
  max-width: 48%;
  border-radius: 35px !important;
}

.blog-list article .bread {
  color: #ccc;
  font-size: 14px;
  margin-bottom: 20px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.blog-list article .bread a {
  color: #ccc;
}
.blog-list .tags {
  display: flex;
}
.blog-list .tags li {
  margin-right: 5px;
}
/* tags inline */
.blog-list .tags li a {
  display: inline-block;
  padding: 5px 10px 6px;
  background-color: #fff;
  border: 1px #eee solid;
  border-radius: 12px;
}
.blog-list .tags li a:hover {
  background-color: #eee !important;
}
.blog-list .tags li a:focus {
  background-color: #eee !important;
}
@media screen and (max-width: 440px) {
  .layout-container {
    flex-direction: column;
    padding: 15px 15px;
    margin: 0;
  }

  .blog-list {
    width: 100%;
    float: none;
  }

  .blog-list article .meta {
    margin: 5px 0 24px 0;
    color: #ccc;
    font-size: 12px;
  }
  .slide-list {
    float: none;
    margin-top: 10px;
    width: 100%;
  }

  .footer-container {
    padding: 10px;
  }

  .footer-container .slogan {
    padding-right: 0px;
    display: none;
  }

  .footer-container .split:first {
    display: none;
  }
  .footer-container .links a {
    margin: 5px;
  }
  .footer-container .links {
    font-size: 12px;
  }

  .blog-list {
    float: none;
    width: 100%;
  }
  .product-reminder {
    padding: 20px;
  }

  .article-list li {
  }

  .article .liked {
    display: none;
  }

  .article > a {
    margin: 0;
  }
  .article .meta {
    margin: 10px 0;
    color: #ccc;
  }
}


.register-gift{
  position: absolute;
  right: -5px;
  top: 55px;
  width: 106px;
  height: 41px;
  padding: 13px 17px 7px;
  display: flex;
  align-items: center;
  background: url('https://www.youkaoshi.cn/img/activity/gift_bg.png');
  background-size: 106px 41px;
  cursor: default;
  padding-right: 0;
}
.register-gift img{
  width: 16px;
  height: 19px;
  position: relative!important;
  left: 0!important;
  top: 0!important;
}
.register-gift span {
  margin-left: 8px;
  font-size: 16px;
  color: #fff;
}
@media screen and (max-width:768px) {
  .register-gift {
    right: -20px;
  }
}

/* .s-l-title ul li a::before{
  content: "";
} */
.s-l-title{
  padding: 24px;
  background-color: #fffbf8;
  border-radius: 4px;
	border: solid 1px #e8e8e8;
}
.s-l-t-ul{
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: space-between;
}
.s-l-t-name{
  font-size: 18px;
  font-weight: 700;
  color: #262626;
  margin-bottom: 20px;
}
.s-l-t-ul li a {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.s-l-t-ul li:last-child {
  width: 72px;
}
.s-l-t-ul li{
  width: 48px;
}
.s-l-t-ul li a div {
  margin-top: 8px;
  text-align: center;
  font-size: 12px;
}

.s-l-list li {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 21px;
  margin-bottom: 8px;
}

.s-l-list li a::before {
  content: "\f105";
  margin-right: 0.625rem;
  font-family: FontAwesome;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}

.s-l-list li a::before {
  margin-right: 6.25px;
}

.s-l-list li > a:hover::before {
  margin-right: 9.375px !important;
}
.a-bgc {
  height: 200px;
  background-image: url('/templates/yksblog/img/exam.png');
  background-size: 255px 164px;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.a-bgc span {
  padding: 3px 12px;
  background-color: #ffab54;
  color: #fff;
}

.cate-list-container {
  display: flex;
  padding: 8px 0 16px;
  max-width: 100%;
  overflow-x: auto;
}
.cate-list-container .cate-item {
  padding: 0 26px;
  line-height: 36px;
  height: 36px;
  border-radius: 18px;
  border: solid 1px #e6e6e6;
  margin-right: 12px;
  font-size: 16px;
  letter-spacing: 0;
  color: #999;
  white-space: nowrap;
}
.cate-list-container .cate-item.active {
  background-color: #ff962a;
  color: #fff;
  border-color: #ff962a;
}
.cate-list-container .cate-item:hover {
  color: #ff962a;
  border-color: #ff962a;
}
.cate-list-container .cate-item.active:hover {
  background-color: #ff962a;
  color: #fff !important;
}

.s-l-title .s-l-wrap-ul {
  display: flex;
  flex-wrap: wrap;
}
.s-l-title .s-l-wrap-ul > li {
  height: 25px;
  line-height: 25px;
  border-radius: 14px;
  border: 1px solid #e6e6e6;
  padding: 0 12px;
  color: #999;
  letter-spacing: 0;
  margin-right: 12px;
  margin-bottom: 12px;
}

.blog-list:has(.relateditems) > .item-page {
  border-bottom: 0;
  border-radius: 14px 14px 0 0;
}

.relateditems {
  border-radius: 0 0 14px 14px;
  border: 1px solid #e6e6e6;
  border-top: 0;
  padding: 0 20px;
}

.relateditems > li {
  height: 65px;
  border-bottom: 1px solid #e6e6e6;
}

.relateditems > li:last-child {
  border-bottom: 0;
}

.relateditems > li > a {
  display: block;
  height: 65px;
  line-height: 65px;
  font-size: 18px;
  color: #333;
}

.recommend-list-header {
  font-size: 18px;
  font-weight: bold;
	line-height: 24px;
	letter-spacing: 0px;
	color: #262626;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 0 20px;
}

.moduletable > h4 {
  font-size: 18px;
  font-weight: 700;
  color: #262626;
  margin-bottom: 20px;
}