::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(175 194 216 0.5);
  background: rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-track {
  border-radius: 16px;
  background: rgba(0, 0, 0, 0);
}

.arrow-icon {
  background-image: url('http://online.pubhtml5.com/_classify/img/arrow_icon.png');
}

.pointer {
  cursor: pointer;
}

.hover:hover {
  background-color: #2aae67;
  border-radius: 4px;
  color: #ffffff;
}

.magazines {
  margin-top: 50px;
  font-family: Arial, 'Open Sans', Helvetica, Cambria, sans-serif;
  width: 100%;
  height: auto;
  line-height: 1;
  font-size: 0;
}

/* banner */
.magazines-banner {
  background-image: url('http://online.pubhtml5.com/_classify/img/magazines_banner.png');
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 102px;
}

.magazines-banner > h1 {
  margin: 0;
  padding: 91px 20px 0;
  font-size: 48px;
  font-weight: 700;
  color: #333333;
  line-height: 1;
  text-align: center;
}

.magazines-banner > p {
  margin: 26px auto 0;
  padding: 0 20px;
  max-width: 752px;
  font-size: 19px;
  color: #333333;
  line-height: 32px;
  text-align: center;
}

.magazines-banner > a {
  display: block;
  margin: 24px auto 0;
  width: 300px;
  height: 64px;
  background-color: #2aae67;
  border-radius: 32px;
  font-size: 19px;
  color: #ffffff;
  line-height: 64px;
  text-align: center;
}

.magazines-banner > a:hover {
  background-color: #ecf5f1;
  color: #2aae67;
}

.magazines-banner > a:active {
  background-color: #ffffff;
  color: #2aae67;
}

/* show */
.show {
  max-width: 1238px;
  margin: 55px auto 0;
}

.carousel-item {
  margin-top: 46px;
  position: relative;
}

.carousel-item.first {
  margin-top: 0;
}

.carousel-image {
  margin-top: 15px;
  overflow: scroll;
}

.carousel-image::-webkit-scrollbar {
  display: none;
}

.carousel-image .arrow {
  display: inline-block;
  position: absolute;
  width: 42px;
  height: 42px;
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 2px 4px #e2e1e1;
  border-radius: 50%;
  top: 45%;
  z-index: 2;
  cursor: pointer;
}

.carousel-image .left-arrow {
  display: none;
  left: 0;
  transform: translateX(-45%);
  background-position: -69px -160px;
}

.carousel-image .left-arrow:hover {
  background-position: -69px -75px;
}

.carousel-image .right-arrow {
  right: 0;
  transform: translateX(45%);
  background-position: -125px -160px;
}

.carousel-image .right-arrow:hover {
  background-position: -125px -75px;
}

.carousel-image .arrow.showBtn {
  display: inline-block;
}

.carousel-image .arrow.hideBtn {
  display: none;
}

.carousel-image {
  display: flex;
  user-select: none;
}

.carousel-image a {
  display: inline-block;
  margin-right: 25px;
}

.carousel-image a:last-of-type {
  margin-right: 0;
}

.carousel-image img {
  max-height: 200px;
}

.carousel-title {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #333333;
  line-height: 1;
}

/* tag */
.tag {
  margin: 60px 0 128px;
}

/* tag-header */
.tag-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.magazines-breadcrumb {
  display: inline-block;
}

.magazines-breadcrumb > span {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #333333;
  line-height: 1;
}

.magazines-breadcrumb a {
  display: inline-block;
  padding: 5px;
  color: #333333;
}

.magazines-breadcrumb > .right-arrow {
  margin: 0 5px;
  width: 10px;
  height: 11px;
  background-position: -36px -64px;
}

.language {
  position: relative;
}

.language,
.language span {
  display: inline-block;
}

.language > span {
  font-size: 13px;
  font-weight: 700;
  color: #999999;
  line-height: 1;
}

.selected-language {
  display: inline-block;
  margin-left: 9px;
  padding: 5px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #333333;
  user-select: none;
}

.selected-language .arrow-icon {
  margin-left: 13px;
  width: 11px;
  height: 10px;
}

.down-arrow {
  background-position: -12px -35px;
}

.language-list {
  display: none;
  position: absolute;
  width: 198px;
  right: 0;
  border: 1px solid #f1f1f1;
  box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  box-sizing: border-box;
  background-color: #ffffff;
}

.language-list.language-list-show {
  display: block;
}

.language-list > li {
  display: block;
  padding-left: 22px;
  font-size: 13px;
  color: #333333;
  line-height: 32px;
}

/* .language-list > li:hover {
  background-color: #f7f7f7;
} */

/* tag-body */
.tag-body {
  margin-top: 30px;
}

.tag-list-item {
  margin-top: 20px;
  padding: 25px;
  background-color: #f7f7f7;
  border-radius: 6px;
}

.tag-body-row {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.tag-item {
  display: inline-block;
  padding: 25px 28px 26px 26px;
  width: 400px;
  /* height: 202px; */
  background-color: #f7f7f7;
  border-radius: 6px;
  box-sizing: border-box;
}

.tag-item-title {
  display: inline-block;
  margin-bottom: 16px;
  padding: 5px;
  font-size: 16px;
  font-weight: 700;
  color: #333333;
}

.tag-item-content {
  font-size: 15px;
  color: #888;
}

.tag-item-btn {
  display: inline-block;
  padding: 2px;
  line-height: 21px;
}

.tag-item-btn > span {
  display: inline-block;
  white-space: pre;
}

.tag-item-btn > a {
  color: inherit;
}

.tag-item > p {
  font-size: 15px;
  color: #888888;
  line-height: 21px;
}

/* publish-magazines */
.publish-magazine {
  background-image: url('http://online.pubhtml5.com/_classify/img/publish_magazine.png');
  padding-bottom: 100px;
  background-repeat: no-repeat;
  background-size: cover;
}

.publish-magazine > span {
  display: block;
  padding: 98px 20px 0;
  margin-bottom: 41px;
  font-size: 48px;
  font-weight: 700;
  color: #f7f7f7;
  line-height: 1;
  text-align: center;
}

.publish-magazine > a {
  display: block;
  margin: 0 auto;
  width: 223px;
  height: 64px;
  background: #2aae67;
  border-radius: 32px;
  font-size: 19px;
  color: #ffffff;
  line-height: 64px;
  text-align: center;
  text-decoration: none;
}

.publish-magazine > a:hover {
  background-color: #ecf5f1;
  color: #2aae67;
}

.publish-magazine > a:active {
  background-color: #39c77b;
  color: #ffffff;
}

/* welcome-to */
.welcome-to {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1235px;
  margin: 100px auto 104px;
  padding: 0 20px;
}

.welcome-to-content > .title {
  display: block;
  margin-bottom: 47px;
  max-width: 618px;
  font-size: 48px;
  font-weight: 700;
  color: #333333;
  line-height: 64px;
}

.welcome-to-content > .content {
  margin-bottom: 30px;
  max-width: 696px;
  font-size: 15px;
  color: #666666;
  line-height: 21px;
}

@media (max-width: 1300px) {
  .show {
    max-width: 80vw;
  }

  .tag-item {
    width: 25vw;
    padding: 2vw;
    overflow-y: auto;
  }

  .tag-item-title {
    font-size: 13px;
  }

  .tag-item > p {
    font-size: 12px;
  }

  .welcome-to-content {
    margin-right: 1vw;
  }

  .welcome-image {
    margin-left: 1vw;
  }

  .welcome-to-content > .title {
    font-size: 40px;
  }

  .welcome-to-content > .content {
    font-size: 13px;
  }

  .welcome-image > img {
    max-width: 100%;
  }
}

@media (max-width: 992px) {
  .tag-item-title {
    margin-bottom: 5px;
  }

  .publish-magazine > span {
    font-size: 40px;
  }

  .welcome-to {
    flex-direction: column-reverse;
  }

  .welcome-image {
    margin-left: 0;
  }

  .welcome-to-content {
    margin-right: 0;
    margin-top: 30px;
  }

  .welcome-to-content > .title {
    max-width: 100%;
    margin-bottom: 30px;
    font-size: 30px;
    text-align: center;
    line-height: 40px;
  }

  .welcome-to-content > .content {
    max-width: 100%;
    margin-bottom: 25px;
  }
}

@media (max-width: 768px) {
  .magazines-banner {
    padding-bottom: 50px;
  }

  .magazines-banner > h1 {
    padding: 50px 20px 0;
    font-size: 35px;
  }

  .magazines-banner > p {
    margin: 20px auto 0;
    font-size: 15px;
    line-height: 1.5;
  }

  .magazines-banner > a {
    margin: 20px auto 0;
    width: 250px;
    height: 55px;
    font-size: 15px;
    line-height: 55px;
  }

  .tag-body-row {
    flex-wrap: wrap;
  }

  .tag-item {
    width: 80vw;
    padding: 3vw;
    margin-top: 2vh;
  }

  .publish-magazine {
    padding-bottom: 40px;
  }

  .publish-magazine > span {
    line-height: 50px;
    padding: 50px 20px 0;
  }
}

@media (max-width: 480px) {
  .magazines-breadcrumb > span {
    font-size: 12px;
  }

  .language > span {
    font-size: 12px;
  }

  .selected-language > p {
    font-size: 14px;
  }
}
