@charset "utf-8";
.fold-nav {
  position: absolute;
  width: 5rem;
  background: rgba(16, 18, 28, 0.9);
  min-height: 100%;
  right: 0;
  bottom: 0;
  z-index: 9;
  -webkit-transition: -webkit-transform 0.15s ease-out;
}
.fold-nav.conceal {
  -webkit-transform: translate3d(100%, 0, 0) !important;
}
.fold-nav h3 {
  color: #c6c6c9;
  font-size: 0.375rem;
  line-height: 1.09375rem;
  padding-left: 0.3125rem;
}
.fold-nav h3.current {
  background: rgba(0, 0, 0, 0.2);
}
.fold-nav h3 a {
  color: #c6c6c9;
  display: block;
}
.fold-nav .open-down {
  background: url(../img/down.png) no-repeat center center;
  width: 1.09375rem;
  height: 1.09375rem;
  background-size: 0.84375rem 0.859375rem;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transform: all 0.2s ease-in;
  -ms-transform: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.list-2 {
  border: solid rgba(255, 255, 255, 0.1);
  border-width: 1px 0;
}
.list-2 .list-2-item {
  color: #8e8e93;
  padding-left: 0.625rem;
  font-size: 0.34375rem;
  line-height: 0.9375rem;
  display: block;
}
.list-2 .list-2-item.current {
  font-weight: bold;
  color: #e94709;
}
.collapsed dd {
  display: none;
}
.collapsed .open-down {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.fold-nav-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 8;
}
.fold-nav-overlay.conceal {
  display: none;
}
html,
body {
  overflow-x: hidden;
}
i {
  font-style: normal;
}
.main-title {
  font-size: 14px;
  line-height: 48px;
  background-size: 20px 20px;
  padding-left: 27px;
  background-position: 0 center;
  background-repeat: no-repeat;
  margin-left: 10px;
}
.main-title.index {
  border-bottom: 3px solid #e94620;
  padding-left: 10px;
  margin: 0 10px;
}
.main-title.map {
  background-image: url(../img/icon_global.png);
}
.main-title.study {
  background-image: url(../img/icon_doctor.png);
}
.main-title.topic {
  background-image: url(../img/icon_topic.png);
}
.main-title.dict {
  background-image: url(../img/icon_dict.png);
}
.map-cate {
  font-size: 0.375rem;
  font-weight: normal;
  color: #8e8e93;
  background: #f5f4f9;
  border: solid #d9d9d9;
  border-width: 1px 0;
  line-height: 1.03125rem;
  padding: 0.0625rem 0 0 0.3125rem;
}
.map-cate:first-child {
  border-top: 0;
}
.map-cate.compact {
  margin-bottom: 0;
  border-bottom: 0;
}
.map-cate [class^="xyzIcons-"] {
  vertical-align: -0.25rem;
  margin: 0 0 0 -0.15625rem;
}
.map-cate .xyzIconsSmall-forward {
  float: right;
  margin: 0.25rem 0.25rem 0 0;
}
.footer-cate {
  line-height: 1.09375rem;
  font-weight: bold;
  border-top: 1PX solid #d9d9d9;
  margin-top: 0.3125rem;
  font-size: 0.53125rem;
  color: #333;
  text-align: center;
  padding-top: 0.3125rem;
}
hr {
  border-bottom: 1px solid #ccc;
  margin: 10px;
}
.list {
  margin: 0 0 -1px 0.3125rem;
  background: url(../img/line.png);
  background-size: 1px 1.390625rem;
}
.list li {
  float: left;
  width: 50%;
  line-height: 1.390625rem;
}
.list li a {
  color: #000;
  font-size: 0.375rem;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 0.3125rem;
}
.channel-list {
  border: solid #d9d9d9;
  border-width: 1px 0;
  background: #fff;
}
.channel-list li {
  border-bottom: 1px solid #d9d9d9;
  list-style: none;
  padding: 0;
  font-size: 0.375rem;
  line-height: 1.375rem;
}
.channel-list li h2 {
  font-size: inherit;
}
.channel-list li a {
  color: #000;
  padding: 0 0.3125rem 0 0;
}
.channel-list li:last-child {
  border: 0;
}
.channel-list.disc {
  margin: 0.3125rem 0;
}
.channel-list li {
  margin: 0 0 0 0.3125rem;
}
.channel-list a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/*侧边的滑出层*/
.channel-panel {
  display: none;
  position: absolute;
  left: 100%;
  bottom: 0;
  overflow: auto;
  top: 1.375rem;
  width: 180px;
  height: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.75);
  transition: left 0.2s ease-in-out;
}
.channel-panel h2 {
  border-bottom: 2px solid #fff;
  margin: 0 25px;
  padding: 0;
  line-height: 3;
  margin-bottom: 8px;
}
.channel-panel li {
  line-height: 35px;
  margin-left: 25px;
  font-size: 12px;
}
.channel-panel a {
  color: #fff;
}
.graybg {
  background: #ebebeb;
}
.dict-def {
  background: #fff;
  padding: 0.3125rem;
}
.dict-def h1 {
  text-align: center;
  line-height: 2;
  font-size: 0.46875rem;
  color: #000;
}
.dict-def .text {
  font-size: 0.46875rem;
  line-height: 1.5;
}
.articleArea {
  padding: 0 0.3125rem 0.46875rem;
  background: #fff;
}
.article-cate {
  color: #8e8e93;
  font-size: 0.375rem;
  line-height: 1.09375rem;
  padding-left: 0.3125rem;
  background: #fff;
}
.article-cate a {
  color: #333;
}
table.letters {
  width: 300px;
  margin: 15px 10px;
  line-height: 35px;
  border-collapse: collapse;
  table-layout: fixed;
}
table.letters td {
  text-align: center;
  border: 1px solid #ccc;
}
button.expand {
  padding: 13px 25px;
  background: #f2f2f2;
  color: #385487;
  border-radius: 2px;
  box-shadow: 0 1px 1px #aaa;
  margin: -10px 0 10px 95px;
}
header .backward {
  width: 20px;
  height: 30px;
  float: left;
  background: url(../img/icon_backward.png) no-repeat center;
  background-size: 11px 16px;
}
header .backhome {
  width: 20px;
  height: 30px;
  float: left;
  background: url(../img/icon_back_home.png) no-repeat center;
  background-size: 19px 18px;
}
header .menu-switcher {
  width: 25px;
  height: 30px;
  background: url(../img/icon_menu_switcher.png) no-repeat center;
  background-size: 15px 15px;
  float: right;
}
footer {
  margin-top: 0.3125rem;
}
#topicIndex .channel-list {
  background: none;
  border: none;
}
#topicIndex .channel-list li {
  list-style: none;
  margin: 0.3125rem;
  background: #fff;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.05);
  border-radius: 0.15625rem;
  border: 1px solid #d9d9d9;
}
#topicIndex .channel-list li a {
  padding: 0.46875rem 0.3125rem;
  line-height: 1.2;
}
#topicIndex .channel-list .reply-count {
  color: #c6c6c9;
  font-size: 0.28125rem;
  margin-top: 0.15625rem;
}
#topicIndex .channel-list .reply-count em {
  color: #e94709;
  font-style: normal;
  font-size: 0.4375rem;
}
#topicIndex .channel-list .reply-count .small {
  vertical-align: 0.078125rem;
  margin: 0 0 0 0.125rem;
}
#topicIndex .channel-list .content {
  padding: 0 0 0 0.78125rem;
}
#topicIndex .channel-list .content .icon,
#topicIndex .channel-list .reply-count .icon {
  float: left;
  margin: 0.03125rem 0 0 -0.78125rem;
}
#topicIndex .channel-list .content .title {
  font-weight: 400;
  font-size: 0.375rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
#topicIndex .channel-list .content .date {
  color: #c6c6c9;
  font-size: 0.3125rem;
}
#topicIndex .channel-list .reply-count {
  color: #c5c5c8;
  padding: 0 0 0 0.78125rem;
}
#topicChannel .channel-list .reply-count {
  color: #c6c6c9;
  float: right;
}
#topicChannel .list li,
#dictIndex .list li,
#dictDetail .list li {
  width: 33%;
}
#topicChannel .channel-list {
  border: none;
}
#dictDetail .list {
  margin-left: 0;
  border: solid #d9d9d9;
  border-width: 1px 0;
}
#dictDetail .list a {
  padding: 0 0 0 0.3125rem;
}
#dictIndex h2 {
  padding: 0;
}
#dictIndex button.expand {
  margin-bottom: 30px;
}
#studyDetail .introduction {
  padding: 0.3125rem;
  background: #F7F7F7;
  border-radius: 0.125rem;
  font-size: 0.375rem;
  color: #333;
  line-height: 0.625rem;
}
#studyDetail .article-title,
#dictDetail .article-title {
  padding: 0;
  font-size: 0.5625rem;
  margin: 0 0 0.3125rem 0;
  line-height: 0.78125rem;
  color: #000;
}
#studyDetail .date,
#dictDetail .date {
  color: #8e8e93;
  font-size: 0.34375rem;
}
#studyDetail .banner {
  width: 100%;
  height: auto;
}
#dictList .main-title {
  padding-left: 12px;
}
#dictList .list {
  margin: 0.3125rem 0 0 0;
  border: solid #d9d9d9;
  border-width: 1px 0;
}
#dictList .list a {
  padding-left: 0.3125rem;
}
#dictDetail .dict-def h2 {
  padding: 0;
  line-height: 2;
  text-align: center;
}
#dictDetail .dict-def button.expand {
  margin: 0.3125rem auto;
  display: block;
}
#topicDetail .question {
  padding: 0 0.3125rem 0.3125rem;
  background: #fff;
  margin-bottom: 0.3125rem;
}
#topicDetail .question h1 {
  font-size: 0.4375rem;
  margin: 0 0 0.3125rem;
}
#topicDetail .question h4 {
  margin-bottom: 10px;
}
#topicDetail .question .desc {
  font-size: 0.46875rem;
  line-height: 0.78125rem;
  text-indent: 2em;
}
#topicDetail .question .date {
  margin-bottom: 0.3125rem;
  color: #999;
  font-size: 0.34375rem;
}
#topicDetail .answers .desc {
  text-indent: 2em;
}
#topicDetail .answers {
  background: #fff;
  border-bottom: 1px solid #d9d9d9;
  padding: 0.3125rem 0;
  font-size: 0.40625rem;
  line-height: 0.625rem;
}
#topicDetail .answers:first-child {
  border-top: none;
}
#topicDetail .answers .date {
  color: #999;
  overflow: hidden;
  margin-bottom: 0.3125rem;
}
#topicDetail .answers .date em {
  float: right;
  color: #69E1CD;
  font-size: 0.375rem;
  margin-top: 0.15625rem;
}
#topicDetail .answers .user-name {
  font-size: 0.4375rem;
  font-weight: bold;
  color: #666;
}
#topicDetail .answers .user-date {
  font-size: 0.3125rem;
}
#topicDetail .answers_best {
  border: 0.015625rem solid #69E1CD;
  border-radius: 0.0625rem;
  font-size: 0.375rem;
  padding: 0.03125rem 0.09375rem;
  color: #69E1CD;
  margin-left: 0.15625rem;
}
.answers_body {
  background: #fff;
  padding: 0 0.3125rem;
}
.answers_body_adv {
  text-align: center;
  margin-top: 0.3125rem;
}
.body,
.introduction {
  color: #333;
  margin: 0.40625rem 0 0 0;
  line-height: 0.78125rem !important;
  text-indent: 2em;
}
.body *,
.introduction * {
  line-height: 0.625rem !important;
  font-size: 0.46875rem !important;
}
/* 保险字典样式 */
.dict-group-last {
  margin-bottom: 15px;
}
.dict-title {
  font-size: 0;
  border-bottom: 3px solid #f9f9f9;
  padding: 6px 0 2px 25px;
  margin-top: 10px;
  background-position: -30px -37px;
}
.dict-icon {
  display: inline-block;
  background-color: #e84720;
  width: 4px;
  height: 13px;
  margin-right: 8px;
}
.dict-title a {
  font-size: 14px;
  font-weight: 700;
}
.dict-title a:active {
  color: #e94620;
}
.dict-title i,
.dict-title a {
  vertical-align: middle;
}
.dict-list {
  height: 140px;
  margin: 0 10px;
  padding: 10px;
  border: 1px solid #e8e8e8;
  font-size: 0;
}
.dict-list a {
  display: inline-block;
  width: 117px;
  padding: 5px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  border: 1px solid #fff;
}
.dict-list a:active {
  border: 1px solid #e94620;
}
.dict-detail-list {
  margin: 0 12px;
  font-size: 0;
}
.dict-detail-list a {
  display: inline-block;
  width: 136px;
  padding: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  border: 1px solid #fff;
  font-size: 14px;
}
.dict-detail-list a:active {
  border: 1px solid #e94620;
}
/* 分页样式 */
.paging {
  margin: 0.3125rem 0.3125rem;
  overflow: hidden;
  text-align: center;
}
.paging a {
  display: inline-block;
  font-family: '微软雅黑 Bold', '微软雅黑';
  font-weight: 700;
}
.paging-num,
.paging-txt {
  font-size: 0;
}
.paging-num {
  height: 1.25rem;
  margin-bottom: 10px;
  overflow: hidden;
}
.paging-num a,
.paging-txt a {
  width: 1.1875rem;
  height: 1.1875rem;
  line-height: 1.1875rem;
  border: 1px solid #ccc;
  font-size: 0.34375rem;
  background: #fff;
}
.paging-txt a {
  width: 2.125rem;
}
.paging-num a:active,
.paging-txt a:active {
  border: 1px solid #e94620;
}
.prev-page {
  margin: 0 6px 0 7px;
}
.next-page {
  margin: 0 7px 0 0;
}
.paging-num2 {
  margin: 0 4px 0 3px;
}
.paging-num3,
.paging-num4,
.paging-num6 {
  margin: 0 3px 0 0;
}
.paging-num5 {
  margin: 0 4px 0 0;
}
.pager {
  margin: 0.78125rem 0;
}
.pager a {
  line-height: 1.3125rem;
  border: 1px solid #ccc;
  border-radius: 0.15625rem;
  margin-top: 0.3125rem;
  font-size: 0.375rem;
}
.pager a:first-child {
  margin-top: 0;
}
.pager a {
  display: block;
  color: #333;
  padding: 0 0.3125rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pager a:visited {
  color: #c6c6c9;
  border-color: #d9d9d9;
}
.channelSelector .hct-form-item__label-link {
  color: #333;
  display: block;
  width: 100%;
  margin-right: 0.78125rem;
}
.channelSelector .hct-form-item.selfCurrent label.hct-form-item__label-txt {
  color: #f75730;
}
.channelSelector .hct-form-item-box-text {
  color: #d9d9d9 !important;
}
.hct-header-logo {
  margin-left: 0.3125rem;
}
.hct-headerLogo-wrap .hct-header-operation {
  margin-right: 0;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -webkit-box-pack: end;
}
.recomend-session {
  background: #fff;
  margin-top: 0.3125rem;
}
.recomend-read {
  background: #fff;
  margin-top: 0.3125rem;
}
.recomend-read_title {
  font-size: 0.53125rem;
  color: #333;
  text-align: center;
  font-weight: bold;
  padding: 0.46875rem 0 0.15625rem;
}
.recomend-read_content {
  padding: 0 0.3125rem;
}
.recomend-read_item {
  border-bottom: 1px solid #D9D9D9;
  padding: 0.46875rem 0;
  display: flex;
}
.recomend-read_item_text {
  font-size: 0.40625rem;
  color: #333;
  width: 5.0625rem;
  line-height: 1.4;
}
.recomend-read_item_image {
  width: 4.15625rem;
  height: 2.0625rem;
  border-radius: 0.125rem;
  background: #f8f8f8;
  margin-left: 0.15625rem;
}
.recomend-read_bottom {
  text-align: center;
  height: 1.6875rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.recomend-read_bottom_more {
  display: inline-block;
  border: 1px solid #DDD;
  border-radius: 0.4375rem;
  font-size: 0.40625rem;
  color: #333;
  width: 2.8125rem;
  height: 0.75rem;
  line-height: 0.75rem;
}
.recomend-adv_link {
  display: inline-block;
  width: 9.375rem;
  height: 3.125rem;
  border-radius: 0.15625rem;
  border: 1px solid #EEEBED;
  margin-bottom: 0.3125rem;
  overflow: hidden;
}
.recomend-adv_image {
  width: 9.375rem;
  height: 3.125rem;
}
.footprintList dl {
  border-top: none;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  overflow: hidden;
}
.footprintList dd {
  padding: 0.46875rem 0.46875rem 0.46875rem 0;
}
.footprintList .item {
  display: block;
  margin-top: 0.3125rem;
  border: 1PX solid #d9d9d9;
  border-radius: 0.15625rem;
}
.footprintList .item:first-child {
  margin-top: 0;
}
.recommend-list {
  padding: 0.3125rem;
}
.recommend-item {
  display: block;
  overflow: hidden;
  border: 1px solid #EEEBED;
  border-radius: 0.15625rem;
  color: #333;
  margin-top: 0.3125rem;
}
.recommend-item:first-child {
  margin-top: 0;
}
.recommend-item__img {
  float: left;
  position: relative;
  width: 3.125rem;
  height: 3.125rem;
}
.recommend-item__img img {
  width: 100%;
}
.recommend-item__brand {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 0.53125rem;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  color: #fff;
}
.recommend-item__content {
  overflow: hidden;
  padding: 0.46875rem 0.46875rem 0.3125rem 0.3125rem;
}
.recommend-item__title {
  font-size: 0.4375rem;
  height: 1.25rem;
  font-weight: bold;
}
.recommend-item__info {
  margin-top: 0.34375rem;
  overflow: hidden;
}
.recommend-item__number {
  margin-top: 0.234375rem;
  float: right;
  font-size: 0.3125rem;
  color: #999;
}
.recommend-item__price {
  font-size: 0;
}
.recommend-item__price dfn {
  color: #FC704E;
  font-size: 0.34375rem;
}
.recommend-item__price span {
  color: #FC704E;
  font-size: 0.625rem;
}
.recommend-item__price em {
  color: #999;
  font-size: 0.3125rem;
}
.session-block {
  padding: 0.625rem 0.3125rem 0.46875rem;
  margin-top: 0.3125rem;
  text-align: center;
  background: #fff;
}
.session-block__title {
  font-size: 0.5625rem;
  font-weight: bold;
}
.session-block__content {
  margin-top: 0.3125rem;
}
.tags a {
  white-space: nowrap;
  display: inline-block;
  line-height: 0.75rem;
  padding: 0 0.3125rem;
  color: #666;
  font-size: 0.375rem;
  border-radius: 0.15625rem;
  border: 1px solid #666;
  margin: 0.3125rem 0.3125rem 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.next-link {
  text-align: center;
  padding: 0.3125rem 0;
}
.next-link a {
  display: inline-block;
  line-height: 0.75rem;
  border: 1px solid #FC704E;
  font-size: 0.375rem;
  border-radius: 0.75rem;
  padding: 0 0.390625rem;
  color: #FC704E;
}
.home-banner {
  position: relative;
  width: 9.375rem;
  height: 4.6875rem;
  overflow: hidden;
}
.home-banner .home-banner__slide {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 0.3125rem;
  overflow: hidden;
}
.home-banner .home-banner__slide a {
  display: block;
}
.home-banner .home-banner__slide img {
  display: block;
  border-radius: 0.3125rem;
  width: 100%;
}
.home-banner .home-banner__link {
  display: block;
}
.home-banner .home-banner__link img {
  display: block;
  width: 9.375rem;
  height: 4.6875rem;
}
.home-banner .home-banner__img {
  display: block;
  width: 9.375rem;
  height: 4.6875rem;
}
.home-banner .home-banner__bullet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0.3125rem;
  padding: 0.0625rem 0.09375rem;
  font-size: 0;
  z-index: 1;
}
.home-banner .swiper-pagination-bullet {
  display: block;
  width: 0.21875rem;
  height: 0.21875rem;
  margin-left: 0.15625rem;
  margin-right: 0.15625rem;
  border-radius: 0.21875rem;
  background: #EFF0F4;
  opacity: 1;
}
.home-banner .swiper-pagination-bullet-active {
  background: #FC704E;
  width: 0.4375rem;
}
.adv-session {
  background: #fff;
  margin: 0.3125rem 0;
  padding: 0.46875rem 0.3125rem;
}
.adv-session__download {
  overflow: hidden;
}
.adv-session__download-btn {
  float: right;
  background-image: linear-gradient(270deg, #FF9547 0%, #FC704E 100%);
  border-radius: 0.75rem;
  line-height: 0.75rem;
  padding: 0 0.3125rem;
  color: #fff;
  font-size: 0.375rem;
  text-align: center;
  margin-top: 0.15625rem;
}
.adv-session__download-content {
  overflow: hidden;
  padding-left: 1.328125rem;
  background: url(../img/logo2.png) no-repeat left center;
  background-size: 1rem 1rem;
}
.adv-session__download-title {
  font-size: 0.4375rem;
  font-weight: bold;
}
.adv-session__download-tip {
  font-size: 0.3125rem;
  color: #666;
  margin-top: 0.15625rem;
}
.adv-session__wx {
  padding-right: 0.78125rem;
  overflow: hidden;
}
.adv-session__wx-icon {
  float: left;
  margin-left: 0.78125rem;
  width: 1.484375rem;
  height: 1.484375rem;
  margin-right: 0.3125rem;
}
.adv-session__wx-content {
  overflow: hidden;
  padding-top: 0.25rem;
}
.adv-session__wx-title {
  font-size: 0.40625rem;
  font-weight: bold;
}
.adv-session__wx-title em {
  color: #FC704E;
  margin-left: 0.3125rem;
  font-weight: bold;
}
.adv-session__wx-tip {
  color: #666;
  font-size: 0.3125rem;
  margin-top: 0.15625rem;
}
.no-answers {
  margin: 0.3125rem 0;
  font-size: 0.46875rem;
  padding: 0 0.3125rem;
  color: #666;
  background: #fff;
}
.no-answers_text {
  padding: 0.46875rem 0;
}
.hct-totop {
  bottom: 8.28125rem;
  box-shadow: none;
  opacity: .85;
  background: #fff;
  padding: 0;
  width: 1.125rem;
  height: 1.125rem;
  right: 0.390625rem;
}
.pendant {
  position: fixed;
  right: 0.15625rem;
  bottom: 3.125rem;
  z-index: 999;
  transition: right 0.3s;
}
.pendant.hide {
  right: -1.875rem;
}
.pendant__item {
  width: 1.71875rem;
  height: 1.71875rem;
  background: no-repeat center center;
  display: block;
}
.pendant__item--xinke {
  background-image: url(../img/pendant_01.png);
  background-size: cover;
}
.pendant__item--anxinguan {
  background-image: url(../img/pendant_02.png);
  background-size: cover;
}
.pendant__item--next {
  width: 1.125rem;
  height: 1.125rem;
  border: 1PX solid #d9d9d9;
  background: #fff;
  border-radius: 1.125rem;
  line-height: 1.125rem;
  text-align: center;
  margin: 0.15625rem auto;
  opacity: .85;
  font-size: 0.3125rem;
  color: #666;
}
.body-content {
  opacity: 0;
  overflow: hidden;
  font-size: 0.46875rem !important;
  line-height: 0.78125rem !important;
  color: #333;
}
.body-content * {
  line-height: 0.78125rem !important;
}
.body-content img {
  float: none!important;
  display: block;
  width: 100%!important;
  height: auto!important;
  margin: 0.3125rem 0 !important;
}
.body-content.hide {
  height: 3.71875rem;
  position: relative;
}
.body-content.hide .body-content__more {
  position: absolute;
  right: 0;
  bottom: -0.15625rem;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 40%);
  padding-left: 1.5625rem;
  display: block;
}
.body-content.init {
  opacity: 1;
}
.body-content__more {
  line-height: 0.625rem;
  font-size: 0.40625rem;
  color: #FC704E;
  display: none;
}
.last-page {
  position: relative;
  text-align: center;
  margin: 0.46875rem 0;
}
.last-page i {
  position: absolute;
  height: 1px;
  background: #d9d9d9;
  left: 0.78125rem;
  right: 0.78125rem;
  top: 50%;
}
.last-page em {
  display: inline-block;
  position: relative;
  background: #f7f7f7;
  padding: 0 0.46875rem;
  color: #bbb;
  font-size: 0.3125rem;
}
#studyChannel .banner {
  width: 10rem;
  margin: 0.3125rem 0;
  display: block;
}
.overwrap .banner {
  width: 100%;
}

/*# sourceMappingURL=maps/sitemap.css.map */
