/*
 * @LastEditTime : 2024-04-23 16:02:54
 * @FilePath     : /135new/webroot/css/books/chapter/index.css
 * @Description  : 帮助中心 > 内页
 */
body {
  background: #ffffff;
}

body #maincontent {
  width: 100%;
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: hidden;
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-aside {
  width: 264px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 10px 0px 32px;
  background-color: #ffffff;
  z-index: 10;
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-aside::-webkit-scrollbar {
  /** 
                     * 滚动条整体样式
                    */
  width: 5px;
  height: 8px;
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-aside::-webkit-scrollbar-track {
  /** 
                     * 滚动条轨道样式
                    */
  background-color: transparent;
  border-radius: 2px;
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-aside::-webkit-scrollbar-thumb {
  /** 
                     * 滚动条滑块样式
                    */
  background-color: #aaa;
  border-radius: 4px;
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-aside .aside-menu {
  width: 100%;
  height: auto;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #273262;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-aside .aside-menu .menu {
  width: 100%;
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-aside .aside-menu .menu.open>.menu-container .menu-icon i {
  -webkit-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-aside .aside-menu .menu.open>.menu-group {
  display: block;
  /* 指定动画名称和持续时间 */
  -webkit-animation-name: example;
  -moz-animation-name: example;
  -o-animation-name: example;
  animation-name: example;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
}

@-webkit-keyframes example {
  from {
    opacity: 0;
    visibility: hidden;
  }

  to {
    opacity: 1;
    visibility: visible;
  }
}

@-moz-keyframes example {
  from {
    opacity: 0;
    visibility: hidden;
  }

  to {
    opacity: 1;
    visibility: visible;
  }
}

@-o-keyframes example {
  from {
    opacity: 0;
    visibility: hidden;
  }

  to {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes example {
  from {
    opacity: 0;
    visibility: hidden;
  }

  to {
    opacity: 1;
    visibility: visible;
  }
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-aside .aside-menu .menu>.menu-container {
  width: 100%;
  height: auto;
  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-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 22px;
  margin-bottom: 20px;
  cursor: pointer;
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-aside .aside-menu .menu>.menu-container.active {
  background-color: #fff3f0;
  color: #273262 !important;
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-aside .aside-menu .menu>.menu-container.active a:hover {
  color: #273262 !important;
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-aside .aside-menu .menu>.menu-container .menu-text {
  width: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  white-space: normal;
  word-break: break-all;
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-aside .aside-menu .menu>.menu-container .menu-icon {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 4px;
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-aside .aside-menu .menu>.menu-container a {
  width: 100%;
  cursor: pointer;
  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;
  color: inherit;
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-aside .aside-menu .menu>.menu-container a .menu-icon {
  padding-right: 8px;
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-aside .aside-menu .menu>.menu-group {
  width: 100%;
  display: none;
  /** 动画执行完成后停留在结束状态 */
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-aside .aside-menu .first_level-menu:last-child>.menu-container {
  margin-bottom: 0;
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-aside .aside-menu .first_level-menu>.menu-container:hover {
  color: #ff793f;
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-aside .aside-menu .first_level-menu>.menu-group:last-child {
  margin-bottom: 20px;
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-aside .aside-menu .first_level-menu>.menu-group>.second_level-menu {
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 12px;
  margin-top: 8px;
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-aside .aside-menu .first_level-menu>.menu-group>.second_level-menu .menu-container:hover {
  background-color: #fff3f0;
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-aside .aside-menu .first_level-menu>.menu-group>.second_level-menu>.menu-container {
  width: 100%;
  height: auto;
  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;
  margin-bottom: 0px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px;
  border-radius: 8px;
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-aside .aside-menu .first_level-menu>.menu-group>.second_level-menu>.menu-container:hover {
  background-color: #fff3f0;
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-aside .aside-menu .first_level-menu>.menu-group>.second_level-menu>.menu-container .menu-icon {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px 0 0;
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-aside .aside-menu .first_level-menu>.menu-group>.second_level-menu>.menu-group {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 16px;
  margin: 10px 0;
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-aside .aside-menu .first_level-menu>.menu-group>.second_level-menu>.menu-group>.three_level-menu {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 6px;
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-aside .aside-menu .first_level-menu>.menu-group>.second_level-menu>.menu-group>.three_level-menu+.three_level-menu {
  margin-top: 4px;
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-aside .aside-menu .first_level-menu>.menu-group>.second_level-menu>.menu-group>.three_level-menu>.menu-container {
  width: 100%;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 6px 10px;
  margin: 0;
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-container {
  width: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 30px;
  border-left: 1px solid #f2f2f2;
  -webkit-transform: translateX(1px);
  -moz-transform: translateX(1px);
  -ms-transform: translateX(1px);
  -o-transform: translateX(1px);
  transform: translateX(1px);
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-container .chapter-header {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 5%;
  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: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-container .chapter-header .chapter-breadcrumb {
  width: auto;
  height: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 29px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #273262;
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-container .chapter-header .chapter-breadcrumb .chapter-breadcrumb__item {
  color: black;
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-container .chapter-header .chapter-breadcrumb .chapter-breadcrumb__item:hover {
  color: #ff793f;
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-container .chapter-header .chapter-breadcrumb i {
  font-style: normal;
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-container .chapter-header .chapter-search {
  width: 26%;
  position: relative;
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-container .chapter-header .chapter-search .search-input_wrapper {
  width: 100%;
  height: 36px;
  background: #ffffff;
  border-radius: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
  -webkit-transition: all linear 0.1s;
  -o-transition: all linear 0.1s;
  -moz-transition: all linear 0.1s;
  transition: all linear 0.1s;
  position: relative;
  overflow: hidden;
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-container .chapter-header .chapter-search .search-input_wrapper .search_input {
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #273262;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 36px 0 16px;
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-container .chapter-header .chapter-search .search-input_wrapper .btn {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding: 0;
  margin: 0;
  background-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  white-space: nowrap;
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-container .chapter-header .chapter-search .search-input_wrapper .btn.btn-search {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-container .chapter-header .chapter-search .search-input_wrapper .btn.btn-search .search_icon {
  font-size: 20px;
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-container .chapter-header .chapter-search .search-input_wrapper .btn.btn-search .search_icon:hover {
  color: #fc6307;
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-container .chapter-header .chapter-search .search-result_wrapper {
  width: 100%;
  height: auto;
  max-height: 30vh;
  overflow-y: auto;
  position: absolute;
  top: 40px;
  background: #ffffff;
  border: 1px solid #f2f2f2;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(215, 230, 255, 0.9);
  box-shadow: 0px 3px 10px 0px rgba(215, 230, 255, 0.9);
  border-radius: 0px 0px 10px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 17px 12px;
  display: none;
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-container .chapter-header .chapter-search .search-result_wrapper::-webkit-scrollbar {
  /** 
                                 * 滚动条整体样式
                                */
  width: 6px !important;
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-container .chapter-header .chapter-search .search-result_wrapper::-webkit-scrollbar-track {
  /** 
                                 * 滚动条轨道样式
                                */
  background-color: transparent;
  border-radius: 2px;
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-container .chapter-header .chapter-search .search-result_wrapper::-webkit-scrollbar-thumb {
  /** 
                                 * 滚动条滑块样式
                                */
  background-color: #c1c1c1;
  border-radius: 2px;
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-container .chapter-header .chapter-search .search-result_wrapper .search-result {
  width: 100%;
  font-weight: 400;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-container .chapter-header .chapter-search .search-result_wrapper .search-result .no-data .no-data-explain {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #273262;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  margin-bottom: 10px;
  display: none;
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-container .chapter-header .chapter-search .search-result_wrapper .search-result .no-data .no-data-recommend {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #7e838b;
  margin-bottom: 10px;
  display: none;
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-container .chapter-header .chapter-search .search-result_wrapper .search-result .search-result_list {
  width: 100%;
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-container .chapter-header .chapter-search .search-result_wrapper .search-result .search-result_list .list-item {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  display: block;
  color: #273262;
  font-size: 14px;
  font-family: Microsoft YaHei;
  padding: 4px 6px;
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-container .chapter-header .chapter-search .search-result_wrapper .search-result .search-result_list .list-item:hover {
  background-color: #fff3f0;
  border-radius: 4px;
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-container .chapter-header .chapter-search .search-result_wrapper .search-result .search-result_list .list-item+.list-item {
  margin-top: 4px;
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-container .chapter-content {
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 5%;
  margin-top: 58px;
  /** 常见问题-样式追加 */
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-container .chapter-content .sub-chapters {
  padding: 0 10px 0 20px;
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-container .chapter-content .sub-chapters li {
  padding-left: 0 !important;
  border-bottom: 1px solid #e5e5e5;
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-container .chapter-content .sub-chapters li:last-child {
  border: none;
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-container .chapter-content .sub-chapters li .nav-link {
  padding-left: 0;
  color: #000;
  font-size: 14px;
  padding: 15px 0;
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-container .chapter-content .sub-chapters li .nav-link:hover {
  color: #ff793f;
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-container .chapter-recommend {
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 48px 14% 40px 14%;
  border-top: 1px solid #ccc;
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-container .chapter-recommend .recommend-title {
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #494f6b;
  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;
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-container .chapter-recommend .recommend-title::before {
  content: "";
  display: block;
  width: 6px;
  height: 20px;
  background: #fc6307;
  margin-right: 14px;
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-container .chapter-recommend .recommend-list {
  width: 100%;
  margin-top: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 22px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: -webkit-max-content;
  grid-template-rows: max-content;
  gap: 32px 104px;
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-container .chapter-recommend .recommend-list .recommend-item {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-container .chapter-recommend .recommend-list .recommend-item a {
  color: #4ba8ff;
  text-decoration: underline;
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-container .chapter-recommend .recommend-list .recommend-item a:hover {
  color: #ff6944;
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-container .chapter-estimate {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 5% 70px;
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-container .chapter-estimate .estimate-explain {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #273262;
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-container .chapter-estimate .estimate-mode {
  width: 100%;
  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;
  margin-top: 20px;
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-container .chapter-estimate .estimate-mode .estimate-mode_item {
  width: 124px;
  height: 34px;
  background: #eff0f1;
  border-radius: 17px;
  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;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-container .chapter-estimate .estimate-mode .estimate-mode_item+.estimate-mode_item {
  margin-left: 16px;
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-container .chapter-estimate .estimate-mode .estimate-mode_item.active {
  background-color: #fff3f0;
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-container .chapter-estimate .estimate-mode .estimate-mode_item.active i {
  color: #ff6944;
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-container .chapter-estimate .estimate-mode .estimate-mode_item.active span {
  color: #ff6944;
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-container .chapter-estimate .estimate-mode .estimate-mode_item i {
  color: #646a73;
  font-size: 16px;
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-container .chapter-estimate .estimate-mode .estimate-mode_item span {
  margin-left: 10px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #7e838b;
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-container .chapter-estimate .estimate-content {
  width: 100%;
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-container .chapter-estimate .estimate-content .estimate-input__wrapper {
  width: 100%;
  margin-top: 36px;
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-container .chapter-estimate .estimate-content .estimate-input__wrapper .estimate-input-tip {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #494f6b;
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-container .chapter-estimate .estimate-content .estimate-input__wrapper .estimate-input {
  width: 100%;
  height: 127px;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  margin-top: 12px;
  outline: none;
  vertical-align: auto;
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-container .chapter-estimate .estimate-content .estimate-btn_group {
  margin-top: 16px;
  text-align: right;
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-container .chapter-estimate .estimate-content .estimate-btn_group .btn {
  width: 85px;
  height: 33px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  padding: 0;
  text-align: center;
  line-height: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-container .chapter-estimate .estimate-content .estimate-btn_group .btn+.btn {
  margin-left: 14px;
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-container .chapter-estimate .estimate-content .estimate-btn_group .btn.btn-not_yet {
  border: 1px solid #ff6944;
  background: #ffffff;
  color: #ff6944;
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-container .chapter-estimate .estimate-content .estimate-btn_group .btn.btn-submit {
  background: #ff6944;
  color: #ffffff;
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-catalogue {
  position: fixed;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 194px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  max-height: 70vh;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  z-index: 10;
  padding: 10px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  display: none;
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-catalogue::-webkit-scrollbar {
  /** 滚动条整体样式 */
  width: 10px;
  /** 滚动条左侧展示 */
  direction: rtl;
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-catalogue::-webkit-scrollbar-track {
  /** 滚动条轨道样式 */
  background-color: transparent;
  border-radius: 2px;
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-catalogue::-webkit-scrollbar-thumb {
  /** 滚动条滑块样式 */
  background-color: #aaa;
  border-radius: 4px;
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-catalogue .catalogue {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-catalogue .catalogue .catalogue-title {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #494f6b;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 7px;
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-catalogue .catalogue .catalogue-contaienr {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 25px;
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-catalogue .catalogue .catalogue-contaienr .catalogue-list {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 2px solid #dddddd;
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-catalogue .catalogue .catalogue-contaienr .catalogue-list .catalogue-list_item {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2px 14px;
  border-left: 2px solid transparent;
  -webkit-transform: translateX(-2px);
  -moz-transform: translateX(-2px);
  -ms-transform: translateX(-2px);
  -o-transform: translateX(-2px);
  transform: translateX(-2px);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-catalogue .catalogue .catalogue-contaienr .catalogue-list .catalogue-list_item+.catalogue-list_item {
  margin-top: 18px;
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-catalogue .catalogue .catalogue-contaienr .catalogue-list .catalogue-list_item:hover {
  color: #ff6944;
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-catalogue .catalogue .catalogue-contaienr .catalogue-list .catalogue-list_item.active {
  border-color: #ff6944;
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .look-picture__modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .look-picture__modal>.modal-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
}

body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .look-picture__modal>.modal-container .preview {
  -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  -o-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  margin-left: 0px;
  margin-top: 0px;
  max-height: 100%;
  max-width: 100%;
}

@media only screen and (max-width: 599px) {
  body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] {
    display: block;
  }

  body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-aside {
    display: none;
    position: relative;
  }

  body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-container {
    width: 100%;
    border: none;
    display: block;
  }

  body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-container .chapter-header {
    display: block;
    padding: 0;
  }

  body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-container .chapter-header .chapter-breadcrumb {
    width: 100%;
  }

  body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-container .chapter-header .chapter-search {
    display: none;
  }

  body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-container .chapter-content {
    padding: 0 2%;
  }

  body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-container .chapter-recommend {
    padding: 20px 4%;
  }

  body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-container .chapter-recommend .recommend-title {
    font-size: 16px;
  }

  body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-container .chapter-recommend .recommend-list {
    display: block;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 18px;
  }

  body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-container .chapter-recommend .recommend-list .recommend-item+.recommend-item {
    margin-top: 16px;
  }

  body #maincontent #chapter[scoped="Ym9va3MvY2hhcHRlci5odG1s"] .chapter-catalogue {
    display: none !important;
  }
}