.over-hide {
  overflow: hidden !important;
}
.BookcaseLimitTips {
  font-size: 0;
  background-color: #ffffff;
}
.BookcaseLimitTips a {
  text-decoration: none;
}
.BookcaseLimitTips .icon {
  background-image: url('/images/login/login_icon.png');
}
.tips-header {
  padding: 81px 20px 62px;
  background-color: #fbf7f1;
}
.tips-header > .title {
  margin-top: 0;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 850px) {
  .tips-header > .title {
    width: 445px;
    margin: 0 auto 20px;
  }
}
@media (max-width: 550px) {
  .tips-header > .title {
    width: auto;
  }
}
.tips-header > .title > span {
  position: relative;
  color: #121127;
  font-family: 'Microsoft YaHei';
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.44px;
}
@media (max-width: 780px) {
  .tips-header > .title > span {
    display: block;
    font-size: 36px;
  }
}
@media (max-width: 550px) {
  .tips-header > .title > span {
    font-size: 32px;
  }
}
.tips-header > .title svg {
  position: absolute;
}
.tips-header > .title svg.left-icon {
  left: -29px;
  top: calc(100% - 13px);
}
@media (max-width: 850px) {
  .tips-header > .title svg.left-icon {
    top: 60px;
    left: -25px;
  }
}
.tips-header > .title svg.right-icon {
  top: 9px;
  left: calc(100% + 10px);
}
@media (max-width: 850px) {
  .tips-header > .title svg.right-icon {
    right: 0;
    top: -10px;
    left: calc(100% - 20px);
  }
}
@media (max-width: 780px) {
  .tips-header > .title {
    font-size: 36px;
    margin-bottom: 10px;
  }
}
.tips-header .description {
  color: rgba(87, 66, 54, 0.6);
  text-align: center;
  font-family: 'Microsoft YaHei';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 20px 0 32px;
}
@media (max-width: 550px) {
  .tips-header .description {
    font-size: 14px;
  }
}
.tips-header .header-button-group {
  display: flex;
  justify-content: center;
  column-gap: 20px;
  margin-bottom: 70px;
}
@media (max-width: 550px) {
  .tips-header .header-button-group {
    margin-bottom: 32px;
  }
}
.tips-header .header-button-group span,
.tips-header .header-button-group a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 169px;
  height: 52px;
  cursor: pointer;
}
@media (max-width: 550px) {
  .tips-header .header-button-group span,
  .tips-header .header-button-group a {
    width: 140px;
    height: 44px;
  }
}
.tips-header .header-button-group .check-tutorial {
  color: #bf8160;
  font-family: 'Microsoft YaHei';
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.48px;
  border-radius: 4px;
  border: 2px solid #bf8160;
}
@media (max-width: 550px) {
  .tips-header .header-button-group .check-tutorial {
    font-size: 14px;
  }
}
@media (hover: hover) {
  .tips-header .header-button-group .check-tutorial:hover {
    background-color: rgba(191, 129, 96, 0.12);
  }
}
.tips-header .header-button-group .upgrade-button {
  color: #ffffff;
  font-family: 'Microsoft YaHei';
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.48px;
  border-radius: 4px;
  background-image: linear-gradient(180deg, #bf8160 -42.46%, #743413 162.65%);
}
@media (max-width: 550px) {
  .tips-header .header-button-group .upgrade-button {
    font-size: 14px;
  }
}
@media (hover: hover) {
  .tips-header .header-button-group .upgrade-button:hover {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), linear-gradient(180deg, #bf8160 -42.46%, #743413 162.65%);
  }
}
.tips-header .iframe-box-container {
  position: relative;
}
@media (max-width: 600px) {
  .tips-header .iframe-box-container {
    padding-bottom: 50px;
  }
}
.tips-header .iframe-box-container .brand-info-box {
  position: absolute;
  right: 227px;
  bottom: 98px;
  display: flex;
  column-gap: 21px;
  width: 320px;
  height: 159px;
  padding: 24px 24px 6px 24px;
  border-radius: 8px;
  background-color: rgba(226, 226, 226, 0.6);
  z-index: 1;
}
@media (max-width: 1800px) {
  .tips-header .iframe-box-container .brand-info-box {
    right: 100px;
  }
}
@media (max-width: 1500px) {
  .tips-header .iframe-box-container .brand-info-box {
    right: 50px;
  }
}
@media (max-width: 1200px) {
  .tips-header .iframe-box-container .brand-info-box {
    display: none;
  }
}
.tips-header .iframe-box-container .brand-info-box .show-brand-info {
  position: absolute;
  left: 50%;
  top: -6px;
  transform: translateY(-100%);
  width: 144px;
  height: 42px;
}
.tips-header .iframe-box-container .brand-info-box .show-brand-info picture {
  display: block;
  width: 100%;
  height: 100%;
}
.tips-header .iframe-box-container .brand-info-box .show-brand-info picture img {
  width: 100%;
  height: 100%;
}
.tips-header .iframe-box-container .brand-info-box .brand-info-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 5px;
}
.tips-header .iframe-box-container .brand-info-box .brand-info-text .title {
  color: #322d29;
  font-family: 'Microsoft YaHei';
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.tips-header .iframe-box-container .brand-info-box .brand-info-text .desc {
  color: #322d29;
  font-family: 'Microsoft YaHei';
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.tips-header .iframe-box-container .brand-info-box img {
  width: 70px;
  height: 70px;
  align-self: flex-end;
}
.tips-header .iframe-box-container .pad-background {
  display: none;
}
@media (max-width: 810px) {
  .tips-header .iframe-box-container .pad-background {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: calc(100% - 50px);
    height: 509px;
  }
}
@media (max-width: 600px) {
  .tips-header .iframe-box-container .pad-background {
    display: none;
  }
}
.tips-header .iframe-box-container .phone-background {
  display: none;
}
@media (max-width: 600px) {
  .tips-header .iframe-box-container .phone-background {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 675px;
  }
}
.tips-header .iframe-box-container .mobile-switch-iframe-left {
  display: none;
  position: absolute;
  left: -15px;
  top: 50%;
  cursor: pointer;
}
@media (max-width: 810px) {
  .tips-header .iframe-box-container .mobile-switch-iframe-left {
    display: block;
  }
}
.tips-header .iframe-box-container .mobile-switch-iframe-right {
  display: none;
  position: absolute;
  right: -15px;
  top: 50%;
  cursor: pointer;
}
@media (max-width: 810px) {
  .tips-header .iframe-box-container .mobile-switch-iframe-right {
    display: block;
  }
}
.tips-header .iframe-box {
  position: relative;
  width: 1200px;
  height: 720px;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 1550px) {
  .tips-header .iframe-box {
    width: 1000px;
  }
}
@media (max-width: 1380px) {
  .tips-header .iframe-box {
    width: 800px;
  }
}
@media (max-width: 1150px) {
  .tips-header .iframe-box {
    width: calc(100% - 135px);
  }
}
@media (max-width: 810px) {
  .tips-header .iframe-box {
    width: calc(100% - 175px);
    height: 475px;
    padding-top: 35px;
  }
}
@media (max-width: 600px) {
  .tips-header .iframe-box {
    height: 620px;
    width: 295px;
    padding-top: 45px;
  }
}
.tips-header .iframe-box .your-logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 121px;
  height: 40px;
}
.tips-header .iframe-box .your-logo picture {
  display: block;
  width: 100%;
  height: 100%;
}
.tips-header .iframe-box .your-logo picture img {
  width: 100%;
  height: 100%;
}
.tips-header .iframe-box .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.tips-header .iframe-box .swiper-wrapper .iframe-container {
  width: 100%;
  height: 100%;
}
.tips-header .iframe-box .switch-iframe-left,
.tips-header .iframe-box .switch-iframe-right {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.13);
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  opacity: 0.8;
  cursor: pointer;
  z-index: 10;
}
@media (max-width: 810px) {
  .tips-header .iframe-box .switch-iframe-left,
  .tips-header .iframe-box .switch-iframe-right {
    display: none;
  }
}
.tips-header .iframe-box .swiper-button-prev::after,
.tips-header .iframe-box .swiper-button-next::after {
  content: unset;
}
.tips-header .iframe-box .switch-iframe-left {
  left: 50px;
}
.tips-header .iframe-box .switch-iframe-left:hover {
  background-color: #ffffff;
  color: #333940;
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.09);
}
.tips-header .iframe-box .switch-iframe-right {
  right: 50px;
}
.tips-header .iframe-box .switch-iframe-right:hover {
  background-color: #ffffff;
  color: #333940;
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.09);
}
.tips-header .iframe-box .bookcase-iframe {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.bookcase-examples {
  padding: 80px 0 78px;
  background-color: #38271f;
}
@media (max-width: 810px) {
  .bookcase-examples {
    padding: 80px 20px 78px;
  }
}
@media (max-width: 800px) {
  .bookcase-examples {
    padding: 48px 20px 51px;
  }
}
.bookcase-examples .title {
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  font-family: 'Microsoft YaHei';
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 16px;
}
@media (max-width: 500px) {
  .bookcase-examples .title {
    font-size: 24px;
  }
}
.bookcase-examples .second-title {
  color: rgba(233, 233, 233, 0.6);
  text-align: center;
  font-family: 'Microsoft YaHei';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
  margin: 0;
}
@media (max-width: 500px) {
  .bookcase-examples .second-title {
    font-size: 14px;
  }
}
.bookcase-examples .bookcase-list-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 122px;
}
@media (max-width: 1550px) {
  .bookcase-examples .bookcase-list-container {
    column-gap: 0;
  }
}
@media (max-width: 800px) {
  .bookcase-examples .bookcase-list-container {
    column-gap: 29px;
  }
}
@media (max-width: 570px) {
  .bookcase-examples .bookcase-list-container {
    column-gap: 0;
  }
}
.bookcase-examples .left-button {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.13);
  border-radius: 50%;
}
@media (hover: hover) {
  .bookcase-examples .left-button:hover {
    background-color: #ffffff;
    color: #333940;
    box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.09);
  }
}
@media (max-width: 570px) {
  .bookcase-examples .left-button {
    position: absolute;
    left: 0;
    z-index: 2;
    width: 32px;
    height: 32px;
  }
}
.bookcase-examples .right-button {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.13);
  border-radius: 50%;
}
@media (hover: hover) {
  .bookcase-examples .right-button:hover {
    background-color: #ffffff;
    color: #333940;
    box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.09);
  }
}
@media (max-width: 810px) {
  .bookcase-examples .right-button {
    position: absolute;
    right: 0;
    z-index: 1;
  }
}
@media (max-width: 800px) {
  .bookcase-examples .right-button {
    position: unset;
  }
}
@media (max-width: 570px) {
  .bookcase-examples .right-button {
    position: absolute;
    width: 32px;
    height: 32px;
  }
}
.bookcase-examples .bookcase-list {
  margin: 61px 0 0;
  padding: 48px 32px;
  width: 1170px;
}
@media (max-width: 1350px) {
  .bookcase-examples .bookcase-list {
    width: 700px;
    margin: 30px 0 0;
  }
}
@media (max-width: 810px) {
  .bookcase-examples .bookcase-list {
    padding: 48px 0;
  }
}
@media (max-width: 800px) {
  .bookcase-examples .bookcase-list {
    width: 360px;
    margin: 24px 0 0;
  }
}
@media (max-width: 420px) {
  .bookcase-examples .bookcase-list {
    width: 300px;
  }
}
.bookcase-examples .bookcase-list .bookcase-list-inner {
  display: flex;
}
.bookcase-examples .bookcase-list .bookcase-list-inner .bookcase-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 17px;
  width: 342px;
  height: 316px;
}
@media (max-width: 1350px) {
  .bookcase-examples .bookcase-list .bookcase-list-inner .bookcase-item {
    height: 280px;
  }
}
@media (max-width: 810px) {
  .bookcase-examples .bookcase-list .bookcase-list-inner .bookcase-item {
    height: 306px;
  }
}
@media (max-width: 800px) {
  .bookcase-examples .bookcase-list .bookcase-list-inner .bookcase-item {
    height: 331px;
  }
}
@media (max-width: 420px) {
  .bookcase-examples .bookcase-list .bookcase-list-inner .bookcase-item {
    height: 281px;
  }
}
.bookcase-examples .bookcase-list .bookcase-list-inner .bookcase-item.bookcase-1 .bookcase {
  background-image: url('/features/bookcase/img/bookcase-1.png');
}
.bookcase-examples .bookcase-list .bookcase-list-inner .bookcase-item.bookcase-2 .bookcase {
  background-image: url('/features/bookcase/img/bookcase-2.png');
}
.bookcase-examples .bookcase-list .bookcase-list-inner .bookcase-item.bookcase-3 .bookcase {
  background-image: url('/features/bookcase/img/bookcase-3.png');
}
.bookcase-examples .bookcase-list .bookcase-list-inner .bookcase-item.bookcase-4 .bookcase {
  background-image: url('/features/bookcase/img/bookcase-4.png');
}
.bookcase-examples .bookcase-list .bookcase-list-inner .bookcase-item.bookcase-5 .bookcase {
  background-image: url('/features/bookcase/img/bookcase-5.png');
}
.bookcase-examples .bookcase-list .bookcase-list-inner .bookcase-item .bookcase-title {
  color: #ffffff;
  font-family: 'Microsoft YaHei';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.bookcase-examples .bookcase-list .bookcase-list-inner .bookcase {
  width: 100%;
  height: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.bookcase-examples .bookcase-list .bookcase-list-inner .bookcase .books {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% - 5px));
  display: flex;
  align-items: flex-end;
  column-gap: 18px;
  row-gap: 18px;
  flex-wrap: wrap;
  width: 246px;
}
.bookcase-features {
  display: flex;
  flex-direction: column;
  row-gap: 132px;
  align-items: center;
  padding: 96px 20px;
  background-color: #ffffff;
}
@media (max-width: 1150px) {
  .bookcase-features {
    row-gap: 54px;
  }
}
@media (max-width: 750px) {
  .bookcase-features {
    padding: 27px 33px;
  }
}
@media (max-width: 600px) {
  .bookcase-features {
    row-gap: 24px;
  }
}
.bookcase-features .features-item {
  display: flex;
  justify-content: center;
  width: 1316px;
  height: 500px;
  border-radius: 8px;
}
@media (max-width: 1380px) {
  .bookcase-features .features-item {
    width: 1100px;
    height: auto;
  }
}
@media (max-width: 1150px) {
  .bookcase-features .features-item {
    width: 750px;
    row-gap: 64px;
  }
}
@media (max-width: 810px) {
  .bookcase-features .features-item {
    width: 674px;
  }
}
@media (max-width: 750px) {
  .bookcase-features .features-item {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .bookcase-features .features-item {
    row-gap: 31px;
  }
}
.bookcase-features .features-item h4 {
  margin: 0;
}
.bookcase-features .features-item picture {
  display: block;
  width: 100%;
  height: 100%;
}
.bookcase-features .features-item picture img {
  width: 100%;
  height: 100%;
}
.bookcase-features .features-item .create-bookcase {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 132px;
  height: 48px;
  color: #ffffff;
  font-family: 'Microsoft YaHei';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.48px;
  border-radius: 4px;
  background-image: linear-gradient(180deg, #bf8160 -42.46%, #743413 162.65%);
  cursor: pointer;
}
@media (max-width: 600px) {
  .bookcase-features .features-item .create-bookcase {
    width: 100px;
    height: 40px;
    font-size: 12px;
  }
}
@media (hover: hover) {
  .bookcase-features .features-item .create-bookcase:hover {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), linear-gradient(180deg, #bf8160 -42.46%, #743413 162.65%);
  }
}
.bookcase-features .features-item.share {
  padding: 24px 56px 23px 98px;
  background-color: #f9f4ef;
  column-gap: 91px;
}
@media (max-width: 1380px) {
  .bookcase-features .features-item.share {
    align-items: center;
    padding: 88px 28px 83px;
    column-gap: 30px;
  }
}
@media (max-width: 1150px) {
  .bookcase-features .features-item.share {
    flex-direction: column;
  }
}
@media (max-width: 600px) {
  .bookcase-features .features-item.share {
    padding: 42px 14px 42px;
  }
}
.bookcase-features .features-item.share .item-left {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 1150px) {
  .bookcase-features .features-item.share .item-left {
    align-items: center;
  }
}
.bookcase-features .features-item.share .item-left .title {
  color: #391d0a;
  font-family: 'Microsoft YaHei';
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 56px */
  margin: 0 0 20px;
}
@media (max-width: 600px) {
  .bookcase-features .features-item.share .item-left .title {
    font-size: 19px;
    margin: 0 0 10px;
  }
}
.bookcase-features .features-item.share .item-left .desc {
  color: rgba(39, 28, 17, 0.56);
  font-family: 'Microsoft YaHei';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 25.2px */
  margin-bottom: 32px;
}
@media (max-width: 1150px) {
  .bookcase-features .features-item.share .item-left .desc {
    display: block;
    width: 454px;
  }
}
@media (max-width: 600px) {
  .bookcase-features .features-item.share .item-left .desc {
    width: 100%;
    padding: 0 53px;
    font-size: 12px;
    margin-bottom: 15px;
  }
}
.bookcase-features .features-item.share .item-right {
  width: 617px;
  height: 453px;
  flex-shrink: 0;
}
@media (max-width: 750px) {
  .bookcase-features .features-item.share .item-right {
    width: 100%;
    height: auto;
  }
}
.bookcase-features .features-item.share .item-right picture {
  width: 100%;
  height: 100%;
}
.bookcase-features .features-item.share .item-right picture img {
  width: 100%;
  height: 100%;
}
.bookcase-features .features-item.statistics {
  padding: 61px 77px 0 48px;
  background-color: #eff3f9;
  column-gap: 88px;
}
@media (max-width: 1380px) {
  .bookcase-features .features-item.statistics {
    align-items: center;
    padding: 88px 13px 0;
    column-gap: 30px;
  }
}
@media (max-width: 1150px) {
  .bookcase-features .features-item.statistics {
    flex-direction: column-reverse;
  }
}
@media (max-width: 600px) {
  .bookcase-features .features-item.statistics {
    padding: 42px 6px 0;
  }
}
.bookcase-features .features-item.statistics .item-left {
  width: 649px;
  height: 439px;
  flex-shrink: 0;
}
@media (max-width: 750px) {
  .bookcase-features .features-item.statistics .item-left {
    width: 100%;
    height: auto;
  }
}
.bookcase-features .features-item.statistics .item-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1150px) {
  .bookcase-features .features-item.statistics .item-right {
    align-items: center;
  }
}
.bookcase-features .features-item.statistics .item-right .title {
  color: #121127;
  font-family: 'Microsoft YaHei';
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 56px */
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .bookcase-features .features-item.statistics .item-right .title {
    font-size: 19px;
    margin-bottom: 10px;
  }
}
.bookcase-features .features-item.statistics .item-right .desc {
  display: block;
  color: rgba(18, 17, 39, 0.56);
  font-family: 'Microsoft YaHei';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 25.2px */
  margin-bottom: 32px;
}
@media (max-width: 1150px) {
  .bookcase-features .features-item.statistics .item-right .desc {
    width: 454px;
  }
}
@media (max-width: 600px) {
  .bookcase-features .features-item.statistics .item-right .desc {
    width: 100%;
    padding: 0 53px;
    font-size: 12px;
    margin-bottom: 15px;
  }
}
.bookcase-features .features-item.add {
  background-color: #f9f4ef;
  padding: 59px 56px 59px 98px;
  column-gap: 148px;
}
@media (max-width: 1380px) {
  .bookcase-features .features-item.add {
    align-items: center;
    padding: 93px 57px 88px;
    column-gap: 30px;
  }
}
@media (max-width: 1150px) {
  .bookcase-features .features-item.add {
    flex-direction: column;
  }
}
@media (max-width: 600px) {
  .bookcase-features .features-item.add {
    padding: 45px 30px 42px;
  }
}
.bookcase-features .features-item.add .item-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1150px) {
  .bookcase-features .features-item.add .item-left {
    align-items: center;
  }
}
.bookcase-features .features-item.add .item-left .title {
  color: #391d0a;
  font-family: 'Microsoft YaHei';
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 56px */
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .bookcase-features .features-item.add .item-left .title {
    font-size: 19px;
    margin-bottom: 10px;
  }
}
.bookcase-features .features-item.add .item-left .desc {
  display: block;
  color: rgba(39, 28, 17, 0.56);
  font-family: 'Microsoft YaHei';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 25.2px */
  margin-bottom: 32px;
}
@media (max-width: 1150px) {
  .bookcase-features .features-item.add .item-left .desc {
    width: 454px;
  }
}
@media (max-width: 600px) {
  .bookcase-features .features-item.add .item-left .desc {
    padding: 0 53px;
    width: 100%;
    font-size: 12px;
    margin-bottom: 15px;
  }
}
.bookcase-features .features-item.add .item-right {
  width: 560px;
  height: 382px;
  flex-shrink: 0;
}
@media (max-width: 750px) {
  .bookcase-features .features-item.add .item-right {
    width: 100%;
    height: auto;
  }
}
.bookcase-features .features-item.templates {
  background-color: #eff3f9;
  padding: 45px 77px 0 177px;
  column-gap: 127px;
}
@media (max-width: 1380px) {
  .bookcase-features .features-item.templates {
    align-items: center;
    padding: 88px 97px 0;
    column-gap: 30px;
  }
}
@media (max-width: 1150px) {
  .bookcase-features .features-item.templates {
    flex-direction: column-reverse;
  }
}
@media (max-width: 600px) {
  .bookcase-features .features-item.templates {
    padding: 42px 46px 0;
  }
}
.bookcase-features .features-item.templates .item-left {
  width: 481px;
  height: 455px;
  flex-shrink: 0;
}
@media (max-width: 750px) {
  .bookcase-features .features-item.templates .item-left {
    width: 100%;
    height: auto;
  }
}
.bookcase-features .features-item.templates .item-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1150px) {
  .bookcase-features .features-item.templates .item-right {
    align-items: center;
  }
}
.bookcase-features .features-item.templates .item-right .title {
  color: #121127;
  font-family: 'Microsoft YaHei';
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 56px */
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .bookcase-features .features-item.templates .item-right .title {
    font-size: 19px;
    margin-bottom: 10px;
  }
}
.bookcase-features .features-item.templates .item-right .desc {
  color: rgba(18, 17, 39, 0.56);
  font-family: 'Microsoft YaHei';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 25.2px */
  margin-bottom: 32px;
}
@media (max-width: 1150px) {
  .bookcase-features .features-item.templates .item-right .desc {
    width: 454px;
  }
}
@media (max-width: 600px) {
  .bookcase-features .features-item.templates .item-right .desc {
    width: 100%;
    font-size: 12px;
    margin-bottom: 15px;
  }
}
.share-brand {
  padding: 120px 20px;
  background-color: #fbf7f1;
}
@media (max-width: 1100px) {
  .share-brand {
    padding: 88px 20px;
  }
}
@media (max-width: 600px) {
  .share-brand {
    padding: 42px 20px;
  }
}
.share-brand .share-brand-inner {
  display: flex;
  justify-content: center;
  column-gap: 140px;
  width: 1135px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .share-brand .share-brand-inner {
    column-gap: 50px;
    width: auto;
  }
}
@media (max-width: 1100px) {
  .share-brand .share-brand-inner {
    align-items: center;
    flex-direction: column;
    row-gap: 64px;
  }
}
@media (max-width: 600px) {
  .share-brand .share-brand-inner {
    row-gap: 30px;
  }
}
.share-brand .share-brand-inner .brand-left {
  display: flex;
  flex-direction: column;
  width: 500px;
}
@media (max-width: 1100px) {
  .share-brand .share-brand-inner .brand-left {
    align-items: center;
  }
}
@media (max-width: 600px) {
  .share-brand .share-brand-inner .brand-left {
    width: 100%;
  }
}
.share-brand .share-brand-inner .brand-left .title {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  margin-bottom: 16px;
  margin-top: 0;
}
@media (max-width: 600px) {
  .share-brand .share-brand-inner .brand-left .title {
    row-gap: 0;
    margin-bottom: 8px;
  }
}
.share-brand .share-brand-inner .brand-left .title > span {
  display: block;
  color: #121127;
  font-family: 'Microsoft YaHei';
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 600px) {
  .share-brand .share-brand-inner .brand-left .title > span {
    font-size: 21px;
  }
}
.share-brand .share-brand-inner .brand-left .title > span .other {
  color: #a46544;
}
.share-brand .share-brand-inner .brand-left .desc {
  display: block;
  margin-bottom: 38px;
  color: rgba(87, 66, 54, 0.6);
  font-family: 'Microsoft YaHei';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 25.2px */
}
@media (max-width: 600px) {
  .share-brand .share-brand-inner .brand-left .desc {
    font-size: 12px;
    margin-bottom: 18px;
    width: 430px;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .share-brand .share-brand-inner .brand-left .desc {
    width: 100%;
  }
}
.share-brand .share-brand-inner .brand-left .create-bookcase {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 132px;
  height: 48px;
  color: #ffffff;
  font-family: 'Microsoft YaHei';
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.48px;
  border-radius: 4px;
  background-image: linear-gradient(180deg, #bf8160 -42.46%, #743413 162.65%);
  cursor: pointer;
}
@media (max-width: 600px) {
  .share-brand .share-brand-inner .brand-left .create-bookcase {
    width: 100px;
    height: 40px;
    font-size: 12px;
  }
}
@media (hover: hover) {
  .share-brand .share-brand-inner .brand-left .create-bookcase:hover {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), linear-gradient(180deg, #bf8160 -42.46%, #743413 162.65%);
  }
}
.share-brand .share-brand-inner .brand-right {
  display: flex;
  flex-wrap: wrap;
  column-gap: 48px;
  row-gap: 32px;
  width: 480px;
}
@media (max-width: 600px) {
  .share-brand .share-brand-inner .brand-right {
    width: 430px;
    column-gap: 23px;
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .share-brand .share-brand-inner .brand-right {
    width: 100%;
  }
}
.share-brand .share-brand-inner .brand-right .brand-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 12px;
  width: 128px;
}
@media (max-width: 600px) {
  .share-brand .share-brand-inner .brand-right .brand-item {
    width: 96px;
  }
}
.share-brand .share-brand-inner .brand-right .brand-item .image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 92px;
  height: 92px;
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 600px) {
  .share-brand .share-brand-inner .brand-right .brand-item .image-container {
    width: 44px;
    height: 44px;
  }
  .share-brand .share-brand-inner .brand-right .brand-item .image-container img {
    width: 27px;
    height: 27px;
  }
}
.share-brand .share-brand-inner .brand-right .brand-item span {
  color: rgba(87, 66, 54, 0.8);
  font-family: 'Microsoft YaHei';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 600px) {
  .share-brand .share-brand-inner .brand-right .brand-item span {
    font-size: 12px;
  }
}
.bookcase-dialog-container {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1000;
}
.bookcase-dialog-container.show-dialog {
  display: block;
}
.bookcase-dialog {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  margin: 0 auto;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 4px;
}
.bookcase-dialog .dialog-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.bookcase-dialog .dialog-header .title {
  font-size: 18px;
  line-height: 1;
  color: #000000;
}
.bookcase-dialog .dialog-header .dialog-close-button {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.bookcase-dialog .dialog-header .dialog-close-button::after,
.bookcase-dialog .dialog-header .dialog-close-button::before {
  content: '';
  position: absolute;
  /*方便进行定位*/
  height: 20px;
  width: 2px;
  top: 0;
  right: 8px;
  /*设置top和right使图像在20*20框中居中*/
  background: #a3a3a3;
}
.bookcase-dialog .dialog-header .dialog-close-button::before {
  transform: rotate(45deg);
  /*进行旋转*/
}
.bookcase-dialog .dialog-header .dialog-close-button::after {
  transform: rotate(-45deg);
}
.bookcase-dialog .dialog-body {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.bookcase-dialog .dialog-body .waring-icon {
  display: inline-block;
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  margin-right: 15px;
  background-position: -773px -35px;
}
.bookcase-dialog .dialog-body .body-content {
  font-size: 14px;
  line-height: 18px;
  text-align: left;
}
.bookcase-dialog .dialog-footer {
  display: flex;
  justify-content: flex-end;
}
.bookcase-dialog .dialog-footer > div {
  display: inline-block;
  height: 30px;
  width: 60px;
  border-radius: 2px;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  line-height: 30px;
  border-width: 1px;
  border-style: solid;
}
.bookcase-dialog .dialog-footer .cancel-button {
  color: #000000;
  border-color: #ebebeb;
  background-color: #ffffff;
  margin-right: 20px;
}
.bookcase-dialog .dialog-footer .confirm-button {
  color: #ffffff;
  border-color: #0077fe;
  background-color: #0077fe;
}
.bookcase-create-dialog {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2000;
}
.bookcase-create-dialog.show-dialog {
  display: flex;
}
.bookcase-create-dialog .dialog-inner {
  padding: 20px;
  width: 80%;
  background-color: #ffffff;
  border-radius: 4px;
}
.bookcase-create-dialog .dialog-inner .dialog-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 10px;
}
.bookcase-create-dialog .dialog-inner .dialog-header .close-button {
  width: 24px;
  height: 24px;
}
.bookcase-create-dialog .dialog-inner .dialog-title {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  margin-bottom: 20px;
}
.bookcase-create-dialog .dialog-inner .dialog-title span {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #141419;
  text-align: center;
}
.bookcase-create-dialog .dialog-inner .dialog-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 10px;
  width: 100%;
  background-color: #f8f8f9;
  padding: 15px;
  border-radius: 4px;
}
.bookcase-create-dialog .dialog-inner .dialog-link input {
  flex: 1;
  background-color: unset;
  color: #333940;
  font-size: 14px;
  outline: none;
  border: none;
}
.bookcase-create-dialog .dialog-inner .copy-button {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #4091f7;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin-top: 20px;
  text-align: center;
}
.copy-success-toast {
  display: flex;
  align-items: center;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: -50px;
  width: 388px;
  height: 46px;
  padding: 15px 15px 15px 20px;
  background-color: #f0f9eb;
  border-color: #e1f3d8;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  z-index: 3000;
  box-sizing: border-box;
  transition: top 0.3s ease-out;
}
.copy-success-toast.show-toast {
  top: 50px;
}
.copy-success-toast img {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.copy-success-toast .content {
  color: #67c23a;
  font-size: 14px;
  line-height: 1;
}
