/*
 * @author : zym
 * @data   : 2016/03/23/
 * @desc   : 小金掌上私募APP(重置)
 **/

/*通用元素重置*/
body,a, b, dd, div, dl, dt, em, fieldset, form, h1, h2, h3, h4, h5, h6, i, img, label, li, ol, p, span, strong, table, tbody, td, tfoot, th, thead, tr, ul {
	background: 0 0;
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: middle;
	font-size:100%;
	font-weight:normal;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 400
}
article, aside, audio, details, figcaption, figure, footer, header, hgroup, mark, menu, nav, section, summary, time, video {
	display: block;
	margin: 0;
	padding: 0
}
a, b, body, div, em, i, img, li, p, section, span, ul {
	/*-webkit-user-select: none*/
}
ol, ul {
	list-style: none
}
a, a:active, a:hover {
	text-decoration: none
}
a {
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0)
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
img {
	border: 0;
	display: inline;
	max-width: 100%
}
::-webkit-scrollbar {
	display: none
}

/*表单元素重置*/
body, button, input, select, textarea {
	background-color: transparent;
	font-family: HelveticaLight, "PingFang SC Regular", arial, sans-serif, tahoma;
	line-height: 1.5;
	outline: 0;
	font-size: 100%
}
button, input[type=button], input[type=submit] {
	-webkit-appearance: none
}
input{
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
:focus, input::-webkit-input-placeholder {
	outline: 0
}
img, input[type=checkbox], input[type=radio], input[type=reset], input[type=submit], td, th {
	vertical-align: middle
}
:not(input):not(textarea) {
	/*-webkit-user-select: none;*/
	-webkit-touch-callout: none
}/*
 * @author : zym
 * @data   : 2016/03/23/
 * @desc   : 小金掌上私募APP(通用)
 **/

/*清除浮动*/
.clearfix:after, .clearfix:before { clear: both; content: ""; display: table; height: 0; visibility: hidden }

/*间隔*/
.space-5 { height: .5rem }
.space-10 { height: 1rem }
.space-15 { height: 1.5rem }
.space-20 { height: 2rem }
.space-25 { height: 2.5rem }
.space-30 { height: 3rem }

/*animated*/
.animated { -webkit-animation-duration: 1s; -o-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; -o-animation-fill-mode: both; animation-fill-mode: both; }
.fadeIn { -webkit-animation-name: fadeIn; -o-animation-name: fadeIn; animation-name: fadeIn; }
@-webkit-keyframes fadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}
@-o-keyframes fadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}
@keyframes fadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}
@-webkit-keyframes fadeOut {
	from { opacity: 1; }
	to { opacity: 0; }
}
@-o-keyframes fadeOut {
	from { opacity: 1; }
	to { opacity: 0; }
}
@keyframes fadeOut {
	from { opacity: 1; }
	to { opacity: 0; }
}
.fadeOut { -webkit-animation-name: fadeOut; -o-animation-name: fadeOut; animation-name: fadeOut; }
@-webkit-keyframes fadeOutDown {
	from { opacity: 1; }
	to { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); }
}@charset "UTF-8";
/*
 * @author : zym
 * @data   : 2016/03/23/
 * @desc   : 小金掌上私募APP(公共)
 **/
html {
  font-size: 12px; }

/*媒体查询*/
@media (max-width: 360px) {
  html {
    font-size: 10px !important; } }
@media (min-width: 361px) and (max-width: 480px) {
  html {
    font-size: 12px !important; } }
@media (min-width: 481px) {
  html {
    font-size: 14px !important; }

  body {
    margin: 0 auto;
    width: 480px; } }
html {
  background-color: #f5f5f5; }

body {
  font-size: 1.2rem;
  color: #232d4b; }

a {
  color: #c29a63; }

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #b4b9c3; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

/*字体颜色*/
.f-posi {
  color: #e35409; }

.f-nega {
  color: #00b559; }

.f-gold {
  color: #d2b978; }

/*按钮*/
.ui-btn-groups {
  display: flex; }
  .ui-btn-groups .ui-btn {
    flex: 1; }
  .ui-btn-groups .ui-btn + .ui-btn {
    margin-left: 1rem; }

.ui-btn {
  display: block;
  height: 3.5rem;
  font-size: 1.3rem;
  line-height: 3.5rem;
  text-align: center;
  border: 1px solid transparent; }

.ui-btn.loading:before {
  display: inline-block;
  content: '';
  width: 1.6rem;
  height: 1.6rem;
  margin-right: .5rem;
  opacity: .7;
  background: url(../img/cf/loading.gif) no-repeat;
  background-size: 100%;
  vertical-align: middle; }

.ui-btn-disable,
.ui-btn-normal {
  color: #9aa0ac;
  border-radius: 0.25rem;
  background-color: #f1f2f3; }

.ui-btn-primary {
  color: #fff;
  border-radius: 0.25rem;
  background-color: #d2b978; }

.ui-btn-outline {
  color: #82879b;
  border-radius: 0.25rem;
  border: 1px solid #b4b9c3;
  background-color: transparent; }

/*icon*/
.ui-arrow {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  vertical-align: middle;
  margin-top: -0.3333333333rem; }

.ui-arrow-1 {
  background: url(../img/cf/icon_arrow_1.png) no-repeat;
  background-size: 100%; }

.ui-arrow-2 {
  background: url(../img/cf/icon_arrow_2.png) no-repeat;
  background-size: 100%; }

.ui-ico {
  display: inline-block;
  width: 1.7rem;
  height: 1.7rem;
  vertical-align: middle; }

.ui-ico-1 {
  background: url(../img/cf/icon_1.png) no-repeat;
  background-size: 100%; }

.ui-ico-2 {
  background: url(../img/cf/icon_2.png) no-repeat;
  background-size: 100%; }

.ui-ico-a {
  background: url(../img/cf/icon_a.png) no-repeat;
  background-size: 100%; }

.ui-ico-b {
  background: url(../img/cf/icon_b.png) no-repeat;
  background-size: 100%; }

.ui-ico-c {
  background: url(../img/cf/icon_c.png) no-repeat;
  background-size: 100%; }

.ui-ico-d {
  background: url(../img/cf/icon_d.png) no-repeat;
  background-size: 100%; }

.ui-ico-e {
  background: url(../img/cf/icon_e.png) no-repeat;
  background-size: 100%; }

.ui-ico-f {
  background: url(../img/cf/icon_f.png) no-repeat;
  background-size: 100%; }

.ui-ico-trash {
  width: 14px;
  height: 14px;
  background: url(../img/cf/icon_trash_gray.png) no-repeat;
  background-size: 14px 14px; }

.ui-ico-edit,
.ui-ico-star,
.ui-ico-star--fill,
.ui-ico-tel,
.ui-ico-bubble,
.ui-ico-compare {
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-size: 100%; }
  .ui-ico-edit:before,
  .ui-ico-star:before,
  .ui-ico-star--fill:before,
  .ui-ico-tel:before,
  .ui-ico-bubble:before,
  .ui-ico-compare:before {
    content: ''; }

.ui-ico-edit {
  background-image: url(../img/cf/icon_outline_edit_gray.png); }
  .ui-ico-edit.highlight, .ui-ico-edit:before {
    background-image: url(../img/cf/icon_fill_edit.png); }

.ui-ico-star {
  background-image: url(../img/cf/icon_outline_star_gray.png); }
  .ui-ico-star.highlight, .ui-ico-star:before {
    background-image: url(../img/cf/icon_fill_star.png); }

.ui-ico-star--fill {
  background-image: url(../img/cf/icon_fill_star.png); }

.ui-ico-tel {
  background-image: url(../img/cf/icon_outline_tel_gray.png); }
  .ui-ico-tel.highlight, .ui-ico-tel:before {
    background-image: url(../img/cf/icon_outline_tel.png); }

.ui-ico-service {
  background-image: url(../img/cf/icon_service.png);
  background-size: 100% 100%; }
  .ui-ico-service.highlight, .ui-ico-service:before {
    background-image: url(../img/cf/icon_service_active.png);
    background-size: 100% 100%; }

.ui-ico-bubble {
  background-image: url(../img/cf/icon_outline_bubble_gray.png); }
  .ui-ico-bubble.active, .ui-ico-bubble.highlight, .ui-ico-bubble:before {
    background-image: url(../img/cf/icon_outline_bubble.png); }

.ui-ico-compare {
  background-image: url(../img/cf/icon_compare.png); }
  .ui-ico-compare.active, .ui-ico-compare.highlight, .ui-ico-compare:before {
    background-image: url(../img/cf/icon_compare.png); }

/*没有数据*/
.mod-nodata,
.mod-nolink,
.mod-noserver {
  padding: 3rem 0; }

.mod-nodata:before,
.mod-noserver:before,
.mod-nolink:before,
.mod-nocomment:before {
  display: block;
  content: '';
  width: 9rem;
  height: 9rem;
  margin: 0 auto;
  background: url(../img/cf/no_data.png) no-repeat;
  background-size: 100%; }

.mod-nodata:before {
  width: 10rem;
  height: 7.9166666667rem; }

.mod-nocomment:before {
  background-image: url(../img/cf/no_comment.png); }

.mod-nodata > .txt,
.mod-noserver > .txt,
.mod-nolink > .txt,
.mod-nocomment > .txt {
  display: block;
  margin-top: 1.6666666667rem;
  text-align: center;
  font-size: 1.3333333333rem;
  color: #999999; }

.page > .mod-nodata,
.page > .mod-nolink,
.page > .mod-nocomment {
  width: 100%;
  margin-top: -8rem;
  position: absolute;
  top: 50%;
  left: 0; }

/*没有链接*/
.mod-noserver > .control {
  margin-top: 1.5rem; }

.mod-noserver > .control > a {
  display: block;
  width: 8.2rem;
  height: 2.4rem;
  margin: 0 auto;
  line-height: 2.4rem;
  text-align: center;
  border: 1px solid #d2b978;
  border-radius: 1.2rem;
  font-size: 1.2rem;
  color: #d2b978; }

.page > .mod-noserver {
  width: 100%;
  margin-top: -11rem;
  position: absolute;
  top: 50%;
  left: 0; }

/*vc*/
.mod-vc {
  padding: 2.3333333333rem 1.25rem;
  text-align: center;
  background-color: #f5f5f5; }

.mod-vc .caption {
  position: relative;
  display: inline-block;
  padding-left: 1.3333333333rem;
  font-size: 1rem;
  line-height: 1.3333333333rem;
  color: #c5c5c5; }

.mod-vc .caption:before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 1.3333333333rem;
  height: 1.3333333333rem; }

.mod-vc .caption.sequoiacap:before {
  background: url(../img/cf/ico_sequoiacap.png) no-repeat 0 0;
  background-size: contain; }

.mod-vc .caption.zjh:before {
  background: url(../img/cf/ico_zjh.png) no-repeat 0 0;
  background-size: contain; }

.mod-vc .caption.info {
  text-align: left; }

.mod-vc .caption.info:before {
  background: url(../img/cf/ico_info.png) no-repeat 0 0;
  background-size: contain; }

.mod-foot {
  height: 4.5rem; }

.mod-foot-control {
  height: 4.5rem;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: #fff; }
  .mod-foot-control:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 200%;
    height: 1px;
    background-color: #e5e5e5;
    transform: scaleY(0.5); }

.mod-foot-control ul,
.mod-foot-control li {
  height: 100%;
  min-height: 100%; }

.mod-foot-control ul {
  display: flex; }

.mod-foot-control li {
  position: relative;
  flex: 1;
  background-color: #fff; }
  .mod-foot-control li.half {
    flex: 1; }

.mod-foot-control li + li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 4.5rem;
  font-size: 0;
  border-right: 1px solid #fff;
  overflow: hidden; }
  @supports (border-width: 0.5px) {
    @media only screen and (-webkit-max-device-pixel-ratio: 2) {
      .ios .mod-foot-control li + li:before {
        border-width: 0.5px; } }
    @media only screen and (-webkit-min-device-pixel-ratio: 3) {
      .ios .mod-foot-control li + li:before {
        border-width: 0.5px;
        transform: translateZ(0); } } }

.mod-foot-control li > input[type="submit"],
.mod-foot-control li > input[type="button"],
.mod-foot-control li > button,
.mod-foot-control li > a.button {
  display: block;
  width: 100%;
  height: 4.5rem;
  font-size: 1.4166666667rem;
  line-height: 4.5rem;
  text-align: center;
  color: #fff;
  border: none;
  border-radius: 0;
  background-color: #cca865; }
  .mod-foot-control li > input[type="submit"].button-gray,
  .mod-foot-control li > input[type="button"].button-gray,
  .mod-foot-control li > button.button-gray,
  .mod-foot-control li > a.button.button-gray {
    background-color: #cdcfd7; }

.mod-foot-control .control-shortcut {
  display: flex;
  flex: 2;
  height: 100%;
  text-align: center; }
  .mod-foot-control .control-shortcut .item {
    position: relative;
    flex: 1;
    display: block;
    line-height: 4.3rem; }
  .mod-foot-control .control-shortcut .item + .item:before {
    content: '';
    position: absolute;
    top: 1.6666666667rem;
    bottom: 1.6666666667rem;
    left: 0;
    width: 1px;
    background-color: #f5f5f5; }
  .mod-foot-control .control-shortcut .item-comment {
    flex: none;
    padding: 0 0.8333333333rem 0 1.3333333333rem; }
    .mod-foot-control .control-shortcut .item-comment .txt {
      color: #82879b;
      margin-left: 0.4166666667rem; }
    .mod-foot-control .control-shortcut .item-comment .ui-ico {
      top: 0.1666666667rem; }
  .mod-foot-control .control-shortcut .ui-ico {
    position: relative; }

.foot-guide .mod-foot-control {
  z-index: 1080; }

.foot-guide .mod-foot-control a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.6); }

.foot-guide:after {
  content: '';
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  background-color: rgba(0, 0, 0, 0.6); }

.foot-guide-step {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  visibility: hidden; }

.foot-guide-step-inner {
  position: relative;
  display: inline-block;
  height: 100%;
  padding: 0.4166666667rem;
  box-sizing: border-box;
  vertical-align: middle; }

.foot-guide-main-figure {
  display: block;
  height: 100%;
  vertical-align: middle; }

.foot-guide-main-figure img {
  display: block;
  height: 100%;
  margin: auto; }

.foot-guide-indicator {
  position: absolute;
  left: 0; }

.foot-guide-step-comment .foot-guide-main-figure {
  padding-left: 0rem;
  padding-right: 0; }

.foot-guide-step-comment .foot-guide-indicator {
  bottom: 5.4166666667rem;
  left: 4.3333333333rem;
  width: 16.25rem; }

.foot-guide-step-fav .foot-guide-indicator {
  bottom: 4.5rem;
  left: 0.6666666667rem;
  width: 21.5833333333rem; }

.foot-guide-step-write .foot-guide-indicator {
  bottom: 4.5rem;
  left: -3.5rem;
  width: 21.5833333333rem; }

.mod-foot-v6 .mod-foot-control li {
  flex: 3; }
  .mod-foot-v6 .mod-foot-control li:not(:last-child) {
    border-right: 1px solid #ffffff !important; }
.mod-foot-v6 .mod-foot-control .control-shortcut {
  flex: 4; }
.mod-foot-v6 .mod-foot-control .control-shortcut .item {
  line-height: 1;
  padding-top: 0.8333333333rem; }
.mod-foot-v6 .mod-foot-control .control-shortcut .sr-only {
  position: relative;
  display: block;
  font-size: 0.8333333333rem;
  width: auto;
  height: auto;
  padding-top: 0.3333333333rem;
  color: #999999; }

.mod-cardFoot {
  height: 5.6rem; }

.mod-cardFoot-inner {
  padding: .6rem 1.25rem;
  background-color: #d3bb7e; }

.mod-cardFoot-inner > .card-wrap {
  float: left; }

.mod-cardFoot-inner > .card-wrap > .card-img {
  float: left;
  width: 4.3rem;
  height: 4.3rem;
  border: 1px solid #fff;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  background-clip: padding-box;
  overflow: hidden; }

.mod-cardFoot-inner > .card-wrap > .card-img > img {
  width: 100%; }

.mod-cardFoot-inner > .card-wrap > .card-detail {
  float: left;
  width: 10rem;
  margin-left: 1rem;
  padding: 0.275rem 0;
  color: #fff; }

.mod-cardFoot-inner > .card-wrap > .card-detail .name {
  display: block;
  font-size: 1.5rem; }

.mod-cardFoot-inner > .card-wrap > .card-detail .job {
  display: block; }

.mod-cardFoot-inner > .card-control {
  float: right;
  width: 8.5rem;
  padding-top: .75rem; }

.mod-cardFoot-inner > .card-control > .button {
  display: block;
  width: 8.5rem;
  height: 3rem;
  background-color: #fcf7ee;
  border-radius: 1.5rem;
  text-align: center;
  line-height: 3rem;
  font-size: 1.2rem;
  color: #d3bb7e; }

.mod-foot-download {
  height: 4.4rem; }

.mod-foot-download .dl-wrap {
  height: 4.4rem;
  background-color: rgba(5, 8, 17, 0.5);
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1500; }

.mod-foot-download .dl-wrap .dl-layout {
  padding: .5rem 2.08rem .5rem 1.25rem; }

.mod-foot-download .dl-wrap .logo {
  float: left;
  width: 3.3rem;
  height: 3.3rem;
  background: url(../img/cf/icon_logo.png) no-repeat;
  background-size: 3.3rem auto; }

.mod-foot-download .dl-wrap .slogan {
  float: left;
  margin-left: 1.25rem; }

.mod-foot-download .dl-wrap .slogan > span {
  display: block;
  font-weight: bold; }

.mod-foot-download .dl-wrap .sg-name {
  font-size: 1.25rem;
  color: #f5dda6;
  line-height: 2rem; }

.mod-foot-download .dl-wrap .sg-desc {
  padding-top: .1rem;
  font-size: .75rem;
  color: #0a1437; }

.mod-foot-download .dl-wrap .ctrl {
  float: right;
  padding-top: .5rem; }

.mod-foot-download .dl-wrap .ctrl .link {
  display: block;
  width: 6.5rem;
  letter-spacing: .1rem;
  height: 2.3rem;
  line-height: 2.3rem;
  border-radius: 2rem;
  border: 1px solid #f5dda6;
  text-align: center;
  color: #f5dda6;
  font-size: 1rem; }

.share-widget {
  position: relative;
  padding-top: 17.3333333333%;
  overflow: hidden; }

.share-widget.fixed.top .share-widget-inner {
  position: fixed;
  top: 0;
  bottom: auto;
  z-index: 11; }

.share-widget.fixed.bot .share-widget-inner {
  position: fixed;
  top: auto;
  bottom: 0;
  z-index: 11; }

.share-widget-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  padding-top: 17.3333333333%; }

.share-widget-close {
  position: absolute;
  left: 0.4166666667rem;
  bottom: 0.4166666667rem;
  z-index: 2;
  width: 2.5rem;
  height: 2.5rem;
  background: url(../img/cf/widget_share_bar_close.png) no-repeat 0 100%;
  background-size: 1.25rem 1.25rem; }

.share-widget-inner .widget-bar-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1; }
  .share-widget-inner .widget-bar-bg img {
    width: 100%; }

.share-widget-inner .widget-btn {
  position: absolute;
  right: 0.9166666667rem;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 25%;
  height: 100%; }

.share-widget-inner .btn-open-app {
  display: block;
  height: 100%;
  text-indent: -9999em; }

body.modal-open {
  height: 100%;
  overflow: hidden; }

.mod-modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000; }

.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); }

.modal-dialog {
  width: 85%;
  background-color: #fff;
  border-radius: 0.5rem;
  position: absolute;
  left: 7%;
  top: 50%; }

.modal-header {
  padding: 1.8rem 0 1.6rem;
  position: relative; }

.modal-header > .header-txt {
  color: #555a73;
  text-align: center; }
  .modal-header > .header-txt .title {
    font-size: 1.4166666667rem; }
  .modal-header > .header-txt .subtitle {
    font-size: 1.0833333333rem; }

.modal-header > .close {
  width: 1.8rem;
  height: 1.8rem;
  padding: 0.9rem;
  position: absolute;
  top: 0;
  right: 0; }

.modal-header > .close:before {
  display: block;
  content: '';
  width: 1.8rem;
  height: 1.8rem;
  background: url(../img/cf/modal-close.png) no-repeat;
  background-size: 100%; }

.modal-body {
  padding: 0 1.2rem 1.2rem; }

.modal-form-wrap {
  position: relative; }

.modal-form-wrap .input-wrap {
  height: 1.8rem;
  margin-bottom: .8rem;
  padding: .6rem .6rem .6rem 3rem;
  border: 1px solid #b4b9c3;
  border-radius: .3rem;
  position: relative; }

.modal-form-wrap .input-wrap > .input-label {
  position: absolute;
  left: .5rem;
  top: .6rem; }

.modal-form-wrap .input-wrap > .input-label > .ui-ico {
  display: block;
  width: 1.8rem;
  height: 1.8rem; }

.modal-form-wrap .input-wrap > .input-txt {
  height: 1.8rem;
  line-height: 1.8rem;
  border: none; }

.modal-form-wrap .input-wrap > .input-tips {
  width: 90%;
  padding: 0.4rem 0;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: .5rem;
  text-align: center;
  position: absolute;
  top: .2rem;
  left: 5%;
  color: #fff; }

.modal-form-wrap > .form-tips {
  width: 90%;
  margin-top: -1rem;
  padding: 0.4rem 0;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: .5rem;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 5%;
  color: #fff; }

.modal-body > .modal-control {
  margin-top: 1rem; }

.mod-modal-confirm .modal-dialog {
  top: 50%;
  left: 50%;
  border-radius: 1.25rem;
  transform: translate(-50%, -50%); }
.mod-modal-confirm .modal-header {
  padding: 2.5rem 1rem; }
.mod-modal-confirm .header-txt .title {
  font-size: 1.7rem; }
.mod-modal-confirm .modal-control {
  display: flex;
  border-top: 1px solid #d9dce1; }
  @supports (border-width: 0.5px) {
    @media only screen and (-webkit-max-device-pixel-ratio: 2) {
      .ios .mod-modal-confirm .modal-control {
        border-width: 0.5px; } }
    @media only screen and (-webkit-min-device-pixel-ratio: 3) {
      .ios .mod-modal-confirm .modal-control {
        border-width: 0.5px;
        transform: translateZ(0); } } }
.mod-modal-confirm .control-btn {
  flex: 1;
  height: 5.3333333333rem;
  font-size: 1.7rem;
  text-align: center;
  color: #d2b978; }
  .mod-modal-confirm .control-btn .text {
    padding-bottom: 0.1666666667rem;
    line-height: 5.1666666667rem; }
.mod-modal-confirm .control-btn + .control-btn .text {
  display: block;
  border-left: 1px solid #d9dce1; }
  @supports (border-width: 0.5px) {
    @media only screen and (-webkit-max-device-pixel-ratio: 2) {
      .ios .mod-modal-confirm .control-btn + .control-btn .text {
        border-width: 0.5px; } }
    @media only screen and (-webkit-min-device-pixel-ratio: 3) {
      .ios .mod-modal-confirm .control-btn + .control-btn .text {
        border-width: 0.5px;
        transform: translateZ(0); } } }
.mod-modal-confirm .control-btn:first-child {
  border-bottom-left-radius: 0.8333333333rem; }
.mod-modal-confirm .control-btn:last-child {
  border-bottom-right-radius: 0.8333333333rem; }

.kf-modal-header {
  position: relative; }

.kf-modal-header > .close {
  display: block;
  width: 1.3333333333rem;
  height: 1.3333333333rem;
  padding: 0.66rem;
  text-indent: -1000px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0; }

.kf-modal-header > .close:before {
  display: block;
  content: "";
  width: 1.3333333333rem;
  height: 1.3333333333rem;
  background: url(../img/cf/modal-close.png) no-repeat;
  background-size: 100%; }

.kf-modal-body > .kf-photo {
  padding-top: 2rem; }

.kf-modal-body > .kf-photo > .img_wrap {
  display: block;
  width: 8rem;
  height: 8rem;
  margin: 0 auto;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  background-clip: padding-box;
  overflow: hidden; }

.kf-modal-body > .kf-photo > .img_wrap img {
  width: 100%; }

.kf-modal-body > .kf-name,
.kf-modal-body > .kf-contact {
  font-size: 1.3333333333rem;
  line-height: 1.6666666667rem;
  color: #888B9D;
  text-align: center; }

.kf-modal-body > .kf-control {
  padding: 2rem 0; }

.kf-modal-body > .kf-control > .tel-btn {
  display: block;
  width: 19.5833333333rem;
  height: 3.3333333333rem;
  margin: 0 auto;
  border-radius: 1.6666666667rem;
  background-color: #d2b978;
  text-align: center;
  position: relative; }

.kf-modal-body > .kf-control > .tel-btn > .ui-ico {
  position: absolute;
  top: 0.53rem;
  left: 1.4rem; }

.kf-modal-body > .kf-control > .tel-btn > .txt {
  display: block;
  font-size: 1.4166666667rem;
  line-height: 3.3333333333rem;
  color: #fff; }

.qi-modal-header {
  padding-top: 0.8333333333rem;
  padding-bottom: 0.4166666667rem; }
  .qi-modal-header .header-txt {
    font-size: 1.4166666667rem;
    line-height: 3.75rem;
    color: #b4923b;
    text-align: center; }

.qi-modal-body .content {
  font-size: 1.1666666667rem;
  line-height: 1.8333333333rem;
  color: #555a73; }
.qi-modal-body label[for="agreement"] {
  display: block;
  padding: 1.0833333333rem 0 1.3333333333rem;
  font-size: 1.0833333333rem;
  line-height: 1.3333333333rem;
  color: #9aa0ac; }
  .qi-modal-body label[for="agreement"] .highlight {
    color: #b4923b; }
.qi-modal-body #agreement {
  float: left;
  width: 0.8333333333rem;
  height: 1.0833333333rem;
  margin: 1px 0.4166666667rem 0 0;
  border: none;
  background: url(../img/cf/agreement_check.png) no-repeat;
  background-size: contain;
  -webkit-appearance: none; }
.qi-modal-body #agreement:checked {
  background-image: url(../img/cf/agreement_checked.png); }

.cf-article-container {
  min-height: 100vh;
  background-color: #fff; }
  .cf-article-container strong,
  .cf-article-container b {
    font-weight: 700; }

.cf-article-wrap {
  padding: 12px 15px; }

.cf-article-hd {
  margin-bottom: 15px; }
  .cf-article-hd .title {
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: #333333; }
  .cf-article-hd .meta {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
    font-size: 14px;
    line-height: 24px;
    color: #82879B; }
  .cf-article-hd .meta-item {
    display: flex; }
    .cf-article-hd .meta-item .item {
      justify-content: space-between;
      margin-right: 5px; }
    .cf-article-hd .meta-item .mark {
      background: #F5F5F5;
      border-radius: 100px;
      font-size: 1rem;
      line-height: 1rem;
      color: #666666;
      padding: 0.25rem 0.6666666667rem; }
    .cf-article-hd .meta-item .ui-ico {
      margin-right: 5px; }
  .cf-article-hd .meta-item:last-child {
    text-align: right; }
    .cf-article-hd .meta-item:last-child .item {
      margin-left: 5px;
      margin-right: 0;
      color: #999999;
      font-size: 1.1666666667rem; }

.cf-article-bd {
  margin-top: 24px;
  font-size: 18px;
  line-height: 1.5;
  color: #151515; }
  .cf-article-bd img {
    display: block;
    max-width: 100% !important;
    margin: auto; }

.cf-article-ft {
  margin: 15px -15px -12px; }

.cf-article-label-comment {
  text-align: center; }
  .cf-article-label-comment .hd {
    position: relative;
    display: inline-block;
    text-align: center; }
    .cf-article-label-comment .hd .title {
      font-size: 18px;
      color: #82879B; }
    .cf-article-label-comment .hd .subtitle {
      font-size: 12px;
      line-height: 1;
      color: #B4B9C3;
      letter-spacing: 2px; }
    .cf-article-label-comment .hd .caption {
      position: relative;
      z-index: 2;
      display: inline-block;
      padding: 0 8px;
      vertical-align: middle;
      background-color: #fff; }
    .cf-article-label-comment .hd:before {
      content: '';
      position: absolute;
      top: 12px;
      right: 0;
      bottom: 6px;
      left: 0;
      margin-left: -50px;
      margin-right: -50px;
      border: 1px solid #f4f5f7; }
  .cf-article-label-comment .bd {
    margin-left: -15px;
    padding: 10px 15px 15px;
    overflow: hidden; }
  .cf-article-label-comment .comment-label {
    float: left;
    margin-top: 15px;
    margin-left: 15px; }
  .cf-article-label-comment .comment-label .caption {
    position: relative;
    display: block;
    height: 24px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 24px;
    color: #82879B;
    border-radius: 24px;
    border: 1px solid #B4B9C3;
    overflow: hidden; }
  .cf-article-label-comment .comment-label.active .caption {
    color: #fff;
    border-color: #d2b978;
    background-color: #d2b978; }

.advertisement_div {
  margin-top: 20px; }
  .advertisement_div .ad_logo {
    display: block;
    width: 100%; }
  .advertisement_div .jfz_logo {
    display: block;
    margin: 20px auto; }

.padding-top {
  padding-top: 20px; }

.hot-recommend-list .head-title-area {
  border-bottom: 1px solid #DBDEE4; }
  .hot-recommend-list .head-title-area p {
    color: #585D73;
    font-size: 18px;
    height: 46px;
    line-height: 46px; }
    .hot-recommend-list .head-title-area p .icon-mark {
      width: 3px;
      height: 14px;
      display: inline-block;
      vertical-align: middle;
      background-color: #585D73;
      margin-right: 10px; }
.hot-recommend-list .content-list li {
  overflow: hidden;
  padding: 15px 0;
  border-bottom: 1px solid #DBDEE4; }
  .hot-recommend-list .content-list li .left-div {
    float: left;
    width: 30%; }
    .hot-recommend-list .content-list li .left-div img {
      width: 100px;
      height: 60px; }
  .hot-recommend-list .content-list li .right-div {
    float: left;
    width: 70%; }
    .hot-recommend-list .content-list li .right-div .desc-text {
      color: #3C415F;
      font-size: 14px;
      padding: 0 10px;
      height: 42px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2; }
    .hot-recommend-list .content-list li .right-div .bottom-text {
      padding: 0 10px;
      color: #82879B;
      font-size: 12px;
      overflow: hidden; }
      .hot-recommend-list .content-list li .right-div .bottom-text .left-date {
        float: left; }
      .hot-recommend-list .content-list li .right-div .bottom-text .right-count {
        float: right; }
        .hot-recommend-list .content-list li .right-div .bottom-text .right-count i {
          margin-right: 3px; }

.bottom-next-pre {
  padding-top: 10px; }
  .bottom-next-pre li {
    color: #B4923B;
    font-size: 16px;
    line-height: 35px; }
    .bottom-next-pre li a:link, .bottom-next-pre li a:visited, .bottom-next-pre li a:hover, .bottom-next-pre li a:active {
      color: #B4923B;
      font-size: 16px; }

.footer-logo {
  padding: 0 1.25rem;
  padding-bottom: 30px; }

.white-bg {
  height: 100%;
  min-height: 100%;
  background-color: #FFF; }

.no-article-margin {
  margin: 0 !important; }

.bottom-margin {
  margin-top: 20px !important; }

/*tips*/
.mod-msg {
  max-width: 80%;
  padding: 0.6rem 1.2rem;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: .5rem;
  text-align: center;
  position: absolute;
  top: 40%;
  left: 10%; }

.mod-msg .tips {
  color: #fff; }

/*doc container*/
.mod_docs_container {
  min-height: 100vh;
  padding: 1.3rem 1rem;
  font-size: 1.4rem;
  color: #666;
  background-color: #f1f1f1; }

.mod_docs_article p {
  margin: .5rem 0;
  padding: 1rem 1.3rem; }

.mod_docs_article img {
  display: block;
  width: 90%;
  margin: .5rem auto; }

.mod_docs_article .art_hd {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #333; }

.mod_docs_article .art_bd ul {
  padding-left: 2rem; }

.mod_docs_article .art_bd p {
  padding: .5rem; }

.mod_docs_article .art_bd p strong {
  font-weight: bold;
  color: #222222;
  vertical-align: middle;
  text-align: left; }

.mod_docs_article .art_bd .p_1 {
  text-indent: 2em; }

.mod_docs_article .art_bd p.tit {
  font-weight: bold;
  color: #333; }

.mod_docs_article .table_wrap {
  margin: .5rem 0; }

.mod_docs_article .table_1 th,
.mod_docs_article .table_1 td {
  width: 18%;
  padding: .5rem 1%;
  border: .1rem solid #ccc;
  font-size: 1.2rem; }

.mod_docs_article .underline {
  text-decoration: underline;
  padding: 0 .5rem; }

.cf_article_container {
  min-height: 100vh;
  background-color: #fff; }

.cf_article_wrap {
  padding: 1rem 1.25rem; }

.cf_article_wrap .cf_article_hd {
  margin-bottom: 1.25rem; }

.cf_article_wrap .cf_article_hd .title {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
  color: #0A1437; }

.cf_article_wrap .cf_article_hd .meta {
  margin-top: 0.4166666667rem;
  font-size: 1.1666666667rem;
  line-height: 2rem;
  color: #82879B; }

.cf_article_wrap .cf_article_hd .meta_item + .meta_item {
  margin-left: 1rem; }

.cf_article_wrap .cf_article_hd .meta_date {
  float: right; }

.cf_article_wrap .cf_article_hd .meta_author {
  margin-left: 0 !important; }

.cf_article_wrap .cf_article_hd .icon_news {
  float: left;
  width: 1.5833333333rem;
  height: 1.25rem;
  margin-top: 0.5rem;
  margin-right: 0.4166666667rem;
  background: url(../img/cf/icon_news.png) no-repeat 50% 0;
  background-size: contain; }

.cf_article_wrap .cf_article_hd .brief {
  margin-top: 1.25rem;
  padding-bottom: 0.8333333333rem;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #3C415F;
  border-bottom: 1px solid #e6e9eb; }

.cf_article_wrap .cf_article_bd {
  margin-top: 2rem;
  font-size: 1.3333333333rem;
  line-height: 30 / 24;
  color: #0A1437; }

.cf_article_wrap .cf_article_bd img {
  display: block;
  max-width: 100% !important;
  margin: auto;
  width: 100%; }

.cf_article_wrap .cf_article_ft {
  margin: 1.25rem -1.25rem -1rem; }

.cf_article_wrap .cf_article_ft .tips_more {
  border-top: 0.0833333333rem solid #e1e1e1;
  padding: 1.25rem; }

.cf_article_wrap .cf_article_ft .more_con {
  padding: .5rem 0 .8rem; }

.cf_article_wrap .cf_article_ft .more_item a {
  position: relative;
  display: block;
  padding-left: 1.2rem;
  color: #666;
  line-height: 2.8rem; }

.cf_article_wrap .cf_article_ft .more_item a:before {
  position: absolute;
  content: "";
  left: 0;
  top: .9rem;
  width: 1rem;
  height: 1rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4M2JiNTM3My1iOWJmLTFkNGItOTFhZC02YzU5MjkyNzE4NDciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MjkxMTc4ODY3RTExMTFFNUJBQjE4RjI2MUFDM0ZDMUEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MjkxMTc4ODU3RTExMTFFNUJBQjE4RjI2MUFDM0ZDMUEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjFiMGY1OGUzLTM0NTMtNWU0ZC04ZTRlLTgwNTg4ZDA3NmI2MCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4M2JiNTM3My1iOWJmLTFkNGItOTFhZC02YzU5MjkyNzE4NDciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz519yNYAAAAkUlEQVR42mL8//8/AzUBEwOVAdUNZMEmmJyczAukNID4NDb5uXPnkuzCSUB8CojrqeXljUD8F4gbSDUUl4EbgDiaHENZ8MithNJLoYaCQCMlBpJlKAsRviDJUHLSISOlCTsc6jpmqMsaKDGQJMMIGUiyYfgMDCDHMHwG+pNjGL5kkw/E06H5mbQkMPIKWIAAAwDdOiPESPHW5wAAAABJRU5ErkJggg==) no-repeat;
  background-size: 100% 100%; }

.mod-loading {
  color: #a2a2a2;
  background-color: #e6e9eb; }
  .mod-loading .ui-btn.loading:before {
    margin-right: 0.8333333333rem;
    background-image: url(../img/cf/loading_logo_gray.png);
    animation: .5s rotate360 linear infinite;
    -webkit-animation: .5s rotate360 linear infinite;
    -o-animation: .5s rotate360 linear infinite; }

@keyframes rotate360 {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
@keyframes -o-rotate360 {
  from {
    -o-transform: rotate(0deg); }
  to {
    -o-transform: rotate(360deg); } }
@keyframes -webkit-rotate360 {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }
.comm-loading-modal {
  color: #a2a2a2;
  width: 6.6666666667rem;
  height: 6.6666666667rem;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 0.8333333333rem;
  padding-top: 0.8333333333rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 101; }
  .comm-loading-modal .mark {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100; }
  .comm-loading-modal:before {
    content: '';
    display: block;
    width: 3.5rem;
    height: 3.5rem;
    margin: 0 auto;
    background: url(../img/cf/lodding.png) no-repeat;
    background-size: 3.5rem 3.5rem;
    animation: 0.8s rotate360 linear infinite;
    -webkit-animation: 0.8s rotate360 linear infinite;
    -o-animation: 0.8s rotate360 linear infinite; }
  .comm-loading-modal p {
    color: #FFF;
    width: 100%;
    font-size: 1.1666666667rem;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center; }

.authentication-modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  color: #D2B978;
  z-index: 100001;
  overflow-y: scroll;
  overflow-x: hidden; }
  .authentication-modal .close {
    display: block;
    position: absolute;
    top: 1.6666666667rem;
    left: 1.6666666667rem;
    z-index: 1001;
    width: 2.5rem;
    height: 2.5rem;
    cursor: pointer;
    background: url(../img/cf/appointment/close.png) no-repeat center top;
    background-size: 2.5rem 2.5rem; }
  .authentication-modal .modal-content {
    width: 25rem;
    height: 29.1666666667rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 1px solid #DCDFE6;
    border-radius: 0.4166666667rem; }
    .authentication-modal .modal-content p {
      width: 100%; }
    .authentication-modal .modal-content .title-1 {
      width: 16.6666666667rem;
      margin: 0 auto;
      font-size: 1.6666666667rem;
      color: #3C415F;
      font-weight: 600;
      position: relative;
      top: -13px;
      text-align: center;
      background-color: #FFF; }
    .authentication-modal .modal-content .title-2 {
      color: #3C415F;
      font-size: 1.3333333333rem;
      text-align: center; }
    .authentication-modal .modal-content .padding-value {
      padding-top: 10px; }
    .authentication-modal .modal-content .padding-value-2 {
      padding-top: 20px; }
    .authentication-modal .modal-content .real-name-icon-step,
    .authentication-modal .modal-content .risk-evaluation-icon-step {
      font-size: 12px;
      color: #FFF;
      position: relative;
      padding: 1px 5px;
      border-radius: 11px;
      background-color: #D2B978;
      left: -2.5rem; }
    .authentication-modal .modal-content .real-name {
      font-size: 1.3333333333rem;
      width: 12.5rem;
      height: 36px;
      line-height: 36px;
      border: 1px solid #D2B978;
      margin: 0 auto;
      border-radius: 5px;
      padding-right: 19px;
      text-align: right;
      margin-top: 20px; }
    .authentication-modal .modal-content .real-name-icon {
      content: '';
      display: inline-block;
      width: 2rem;
      height: 2rem;
      background: url(../img/cf/modal/icon-approve.png) no-repeat center top;
      background-size: 1.8333333333rem 1.8333333333rem; }
    .authentication-modal .modal-content .risk-evaluation-icon {
      content: '';
      display: inline-block;
      width: 2rem;
      height: 2rem;
      background: url(../img/cf/modal/icon-evaluation.png) no-repeat center top;
      background-size: 1.8333333333rem 1.8333333333rem; }
    .authentication-modal .modal-content .risk-evaluation {
      font-size: 1.3333333333rem;
      width: 12.5rem;
      height: 36px;
      line-height: 36px;
      border: 1px solid #D2B978;
      margin: 0 auto;
      border-radius: 5px;
      margin-top: 35px;
      padding-right: 19px;
      text-align: right; }
    .authentication-modal .modal-content .operate-div {
      width: 18.5rem;
      height: 3.6666666667rem;
      background-color: #D2B978;
      border: 1px solid #D2B978;
      border-radius: 1.8333333333rem;
      position: absolute;
      bottom: 0;
      font-size: 1.3333333333rem;
      text-align: center;
      line-height: 3.6666666667rem;
      left: 0;
      right: 0;
      margin: auto;
      margin-bottom: -1.8333333333rem; }
      .authentication-modal .modal-content .operate-div a {
        color: #FFF; }

.compliance-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  color: #D2B978; }
  .compliance-modal .modal-content {
    width: 21.3333333333rem;
    height: 26.6666666667rem;
    padding: 3.3333333333rem 1.8333333333rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #FFF;
    border-radius: 0.6666666667rem; }
    .compliance-modal .modal-content .close {
      display: block;
      position: absolute;
      top: 0.8333333333rem;
      right: 1.25rem;
      z-index: 1001;
      width: 2.5rem;
      height: 2.5rem;
      cursor: pointer;
      background: url(../img/cf/appointment/close.png) no-repeat center top;
      background-size: 2.5rem 2.5rem; }
    .compliance-modal .modal-content .title {
      width: 100%;
      text-align: center;
      color: #B4923B;
      font-size: 1.8333333333rem; }
    .compliance-modal .modal-content .content {
      width: 100%;
      color: #555A73;
      line-height: 2.0833333333rem;
      margin-top: 1.6666666667rem; }
    .compliance-modal .modal-content .operate {
      margin-top: 1.6666666667rem;
      display: block;
      background-color: #D2B978;
      width: 100%;
      height: 3.3333333333rem;
      line-height: 3.3333333333rem;
      color: #FFF;
      font-size: 1.5rem;
      text-align: center;
      border-radius: 1.6666666667rem; }

.reminder-modal {
  width: 21.3333333333rem;
  height: 20rem !important; }

.bottom-operate {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  overflow: hidden;
  border-top: 1px solid #E6E9EB; }
  .bottom-operate a {
    float: left;
    width: 50%;
    height: 3.75rem;
    line-height: 3.75rem;
    text-align: center;
    font-size: 1.4166666667rem;
    color: #D2B978; }
    .bottom-operate a:nth-child(1) {
      border-right: 1px solid #E6E9EB;
      margin-left: -1px; }

.user-authentication-div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 3.3333333333rem 1.25rem;
  color: #555A73; }
  .user-authentication-div.investor {
    background-color: #FFF; }
  .user-authentication-div .title {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 1.6666666667rem; }
    .user-authentication-div .title.explain {
      font-size: 1.3333333333rem;
      text-align: left; }
  .user-authentication-div .user-name {
    padding: 0.8333333333rem 0;
    border-bottom: 1px solid #B4B9C3; }
    .user-authentication-div .user-name.active {
      border-bottom: 1px solid #B4B9C3; }
      .user-authentication-div .user-name.active:before {
        background: url(../img/cf/auth/icon-name-highlight.png) no-repeat center top;
        background-size: 2.5rem 2.5rem; }
    .user-authentication-div .user-name:before {
      content: '';
      width: 2.5rem;
      height: 2.5rem;
      display: inline-block;
      background: url(../img/cf/auth/icon-name-nor.png) no-repeat center top;
      background-size: 2.5rem 2.5rem;
      vertical-align: middle;
      margin-right: 0.4166666667rem; }
  .user-authentication-div .clear {
    content: '';
    width: 2.5rem;
    height: 2.5rem;
    display: inline-block;
    background: url(../img/cf/auth/icon-delete.png) no-repeat center center;
    background-size: 1.3333333333rem 1.3333333333rem;
    vertical-align: middle; }
  .user-authentication-div .id-card {
    padding: 0.8333333333rem 0;
    border-bottom: 1px solid #B4B9C3;
    padding-top: 1.6666666667rem; }
    .user-authentication-div .id-card.active {
      border-bottom: 1px solid #B4B9C3; }
      .user-authentication-div .id-card.active:before {
        background: url(../img/cf/auth/icon-Id-card-highlight.png) no-repeat center top;
        background-size: 2.5rem 2.5rem; }
    .user-authentication-div .id-card:before {
      content: '';
      width: 2.5rem;
      height: 2.5rem;
      display: inline-block;
      background: url(../img/cf/auth/icon-Id-card-nor.png) no-repeat center top;
      background-size: 2.5rem 2.5rem;
      vertical-align: middle;
      margin-right: 0.4166666667rem; }
  .user-authentication-div input {
    width: 72%;
    display: inline-block;
    border: none;
    height: 2.5rem;
    line-height: 2.5rem;
    vertical-align: bottom;
    font-size: 1.5rem; }
  .user-authentication-div .operate {
    margin-top: 5rem; }
    .user-authentication-div .operate .submit {
      display: block;
      width: 100%;
      height: 4.1666666667rem;
      line-height: 4.1666666667rem;
      font-size: 1.6666666667rem;
      background-color: #CDCFD7;
      color: #FFF;
      border-radius: 1.8333333333rem;
      text-align: center;
      letter-spacing: 5px; }
      .user-authentication-div .operate .submit.active {
        background-color: #D2B978; }

.investor-authentication-div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 3.3333333333rem 1.25rem;
  color: #999999;
  background-color: #FFF; }
  .investor-authentication-div .title {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 1.6666666667rem; }
    .investor-authentication-div .title.explain {
      color: #666666;
      font-size: 1.3333333333rem;
      text-align: left; }
  .investor-authentication-div .user-name {
    padding: 0.8333333333rem 0;
    border-bottom: 1px solid #E2E2E2; }
    .investor-authentication-div .user-name.active {
      border-bottom: 1px solid #E2E2E2; }
      .investor-authentication-div .user-name.active:before {
        background: url(../img/cf/auth/icon-name-highlight.png) no-repeat center top;
        background-size: 2.3333333333rem 2.3333333333rem; }
    .investor-authentication-div .user-name:before {
      content: '';
      width: 2.5rem;
      height: 2.5rem;
      display: inline-block;
      background: url(../img/cf/auth/icon-name-highlight.png) no-repeat center top;
      background-size: 2.3333333333rem 2.3333333333rem;
      vertical-align: middle;
      margin-right: 0.4166666667rem; }
    .investor-authentication-div .user-name .clear {
      content: '';
      width: 2.5rem;
      height: 2.5rem;
      display: inline-block;
      background: url(../img/cf/auth/icon-delete.png) no-repeat center center;
      background-size: 1.3333333333rem 1.3333333333rem;
      vertical-align: middle; }
  .investor-authentication-div .phone-number {
    padding: 0.8333333333rem 0;
    border-bottom: 1px solid #E2E2E2;
    padding-top: 1.6666666667rem; }
    .investor-authentication-div .phone-number.active {
      border-bottom: 1px solid #E2E2E2; }
      .investor-authentication-div .phone-number.active:before {
        background: url(../img/cf/auth/icon-phone-high.png) no-repeat center top;
        background-size: 2.3333333333rem 2.3333333333rem; }
    .investor-authentication-div .phone-number:before {
      content: '';
      width: 2.5rem;
      height: 2.5rem;
      display: inline-block;
      background: url(../img/cf/auth/icon-phone-high.png) no-repeat center top;
      background-size: 2.3333333333rem 2.3333333333rem;
      vertical-align: middle;
      margin-right: 0.4166666667rem; }
    .investor-authentication-div .phone-number .clear {
      content: '';
      width: 2.5rem;
      height: 2.5rem;
      display: inline-block;
      background: url(../img/cf/auth/icon-delete.png) no-repeat center center;
      background-size: 1.3333333333rem 1.3333333333rem;
      vertical-align: middle; }
  .investor-authentication-div input {
    color: #333333;
    width: 72%;
    display: inline-block;
    border: none;
    height: 2.5rem;
    line-height: 2.5rem;
    vertical-align: bottom;
    font-size: 1.3333333333rem; }
  .investor-authentication-div .operate {
    margin-top: 5rem; }
    .investor-authentication-div .operate .submit {
      display: block;
      width: 100%;
      height: 4.1666666667rem;
      line-height: 4.1666666667rem;
      font-size: 1.6666666667rem;
      background: url(../img/cf/auth/button_dis.png) no-repeat center center;
      color: #FFF;
      box-shadow: 0 0.1666666667rem 0.3333333333rem 0 rgba(0, 0, 0, 0.03);
      border-radius: 8.3333333333rem;
      text-align: center;
      letter-spacing: 5px; }
      .investor-authentication-div .operate .submit.active {
        background: url(../img/cf/auth/button_nor.png) no-repeat center center;
        box-shadow: 0 0.3333333333rem 0.5rem 0 rgba(206, 168, 103, 0.3); }
  .investor-authentication-div input.operate::-webkit-input-placeholder {
    color: #999999; }
  .investor-authentication-div input.operate::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999999; }
  .investor-authentication-div input.operate:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999999; }
  .investor-authentication-div input.operate:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999999; }

.risk-evaluation-div {
  color: #0A1437;
  font-size: 1.3333333333rem; }
  .risk-evaluation-div .top-text {
    padding: 4%;
    line-height: 1.6666666667rem;
    background-color: #FFF;
    text-indent: 2em;
    color: #0A1437; }
  .risk-evaluation-div .desc-text {
    margin-top: 0.8333333333rem;
    padding: 4%;
    background-color: #FFF; }
    .risk-evaluation-div .desc-text .desc-p {
      color: #3C415F;
      font-size: 1.3333333333rem; }
    .risk-evaluation-div .desc-text .operate-a {
      display: block;
      color: #B4923B;
      font-weight: 600;
      line-height: 3.75rem;
      border-bottom: 1px solid #DCDFE6; }
  .risk-evaluation-div .investor-text {
    margin-top: 0.8333333333rem;
    padding: 4%;
    background-color: #FFF; }
    .risk-evaluation-div .investor-text .infor-text {
      border-bottom: 1px solid #DCDFE6;
      line-height: 4.1666666667rem; }
      .risk-evaluation-div .investor-text .infor-text .desc {
        color: #555A73;
        font-size: 1.3333333333rem; }
      .risk-evaluation-div .investor-text .infor-text .operate {
        display: inline-block;
        width: 16.6666666667rem;
        margin-left: 1.6666666667rem;
        font-weight: 600; }
  .risk-evaluation-div .question-list .question-div {
    padding: 5% 4% 3% 4%;
    background-color: #FFF;
    margin-bottom: 0.4166666667rem; }
    .risk-evaluation-div .question-list .question-div .no-border {
      border-bottom: 0px solid #f4f5f7; }
    .risk-evaluation-div .question-list .question-div ul {
      color: #555A73;
      line-height: 2.3333333333rem; }
      .risk-evaluation-div .question-list .question-div ul li {
        line-height: 2.0833333333rem;
        position: relative;
        padding: 1.25rem 0;
        padding-left: 2.0833333333rem;
        border-bottom: 1px solid #f4f5f7;
        font-size: 1.5rem; }
        .risk-evaluation-div .question-list .question-div ul li:last-child {
          border-bottom: 0px solid #f4f5f7; }
        .risk-evaluation-div .question-list .question-div ul li:before {
          content: '';
          position: absolute;
          top: 1.6666666667rem;
          left: 0;
          width: 1.4166666667rem;
          height: 1.4166666667rem;
          display: inline-block;
          background: url(../img/cf/auth/icon_select_nor.png) no-repeat;
          background-size: 1.25rem 1.25rem;
          vertical-align: middle;
          margin-right: 0.6666666667rem; }
        .risk-evaluation-div .question-list .question-div ul li.active:before {
          content: '';
          position: absolute;
          top: 1.6666666667rem;
          left: 0;
          width: 1.4166666667rem;
          height: 1.4166666667rem;
          display: inline-block;
          background: url(../img/cf/auth/icon_select.png) no-repeat;
          background-size: 1.25rem 1.25rem;
          vertical-align: middle;
          margin-right: 0.6666666667rem; }
  .risk-evaluation-div .question-div {
    font-size: 1.5rem; }
    .risk-evaluation-div .question-div .tips-desc {
      color: #82879B;
      font-size: 1.1666666667rem; }
    .risk-evaluation-div .question-div .list-item {
      overflow: hidden;
      padding: 0.4166666667rem 0;
      color: #82879B;
      font-size: 1.1666666667rem;
      line-height: 2.3333333333rem; }
      .risk-evaluation-div .question-div .list-item div {
        width: 100%;
        height: 3.3333333333rem;
        color: #555A73;
        line-height: 3.3333333333rem;
        font-size: 1.5rem;
        border-bottom: 1px solid #f4f5f7; }
        .risk-evaluation-div .question-div .list-item div:last-child {
          border-bottom: 0px solid #f4f5f7; }
        .risk-evaluation-div .question-div .list-item div:before {
          content: '';
          width: 1.4166666667rem;
          height: 1.4166666667rem;
          display: inline-block;
          background: url(../img/cf/auth/icon_select_nor.png) no-repeat;
          background-size: 1.25rem 1.25rem;
          vertical-align: middle;
          margin-right: 0.6666666667rem; }
        .risk-evaluation-div .question-div .list-item div.active:before {
          content: '';
          width: 1.4166666667rem;
          height: 1.4166666667rem;
          display: inline-block;
          background: url(../img/cf/auth/icon_select.png) no-repeat;
          background-size: 1.25rem 1.25rem;
          vertical-align: middle;
          margin-right: 0.6666666667rem; }
  .risk-evaluation-div .head-desc {
    padding: 1.25rem 0.8333333333rem;
    color: #3C415F;
    font-size: 1.5rem;
    line-height: 1.6666666667rem;
    position: relative;
    padding-left: 2.0833333333rem; }
    .risk-evaluation-div .head-desc:before {
      content: '';
      width: 0.25rem;
      height: 1.0833333333rem;
      background-color: #555A73;
      position: absolute;
      left: 1.25rem;
      top: 1.5rem; }

.last-tips {
  padding: 4%;
  font-size: 1.1666666667rem;
  color: #C8CCD4;
  line-height: 1.6666666667rem; }

.last-btn-div {
  padding: 4%;
  padding-bottom: 10%; }
  .last-btn-div .last-btn {
    width: 100%;
    height: 3.6666666667rem;
    line-height: 3.6666666667rem;
    display: block;
    background: url(../img/cf/auth/button_dis.png) no-repeat center center;
    border-radius: 8.3333333333rem;
    box-shadow: 0 0.1666666667rem 0.3333333333rem 0 rgba(0, 0, 0, 0.03);
    text-align: center;
    font-size: 1.6666666667rem;
    margin-bottom: 1.6666666667rem;
    color: #FFF; }
    .last-btn-div .last-btn.no-spacing {
      letter-spacing: 0.0833333333rem; }
    .last-btn-div .last-btn.active {
      background: url(../img/cf/auth/button_nor.png) no-repeat center center;
      box-shadow: 0 0.3333333333rem 0.5rem 0 rgba(206, 168, 103, 0.3); }
  .last-btn-div .no-bg {
    width: 100%;
    height: 3.3333333333rem;
    line-height: 3.3333333333rem;
    display: block;
    margin-top: 0.3333333333rem;
    text-align: center; }

.risk-evaluation-result-div {
  padding: 0 1.25rem;
  background-color: #FFF;
  color: #3C415F; }
  .risk-evaluation-result-div .table-c {
    margin: 1.6666666667rem 0;
    font-size: 1rem;
    color: #333333;
    border-right: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5; }
  .risk-evaluation-result-div .table-c tr:nth-child(1) {
    background-color: #F5F5F5; }
  .risk-evaluation-result-div .table-c td {
    padding: 0.8333333333rem 0;
    text-align: center;
    border-left: 1px solid #E5E5E5;
    border-top: 1px solid #E5E5E5; }
    .risk-evaluation-result-div .table-c td:nth-child(1) {
      width: 20%; }
    .risk-evaluation-result-div .table-c td:nth-child(3) {
      width: 20%; }
    .risk-evaluation-result-div .table-c td:nth-child(3) {
      width: 60%;
      padding: 0 0.8333333333rem; }
  .risk-evaluation-result-div .risk-result-content {
    font-size: 1.1666666667rem;
    color: #666666; }
    .risk-evaluation-result-div .risk-result-content .desc {
      margin-top: 1.3333333333rem; }
    .risk-evaluation-result-div .risk-result-content .score {
      position: relative;
      vertical-align: bottom;
      margin-top: 1.1666666667rem;
      margin-bottom: 1.8333333333rem;
      font-size: 1.5rem;
      text-align: center;
      color: #E8541E; }
      .risk-evaluation-result-div .risk-result-content .score .number {
        font-size: 4.5833333333rem;
        line-height: 4.5833333333rem; }
      .risk-evaluation-result-div .risk-result-content .score .text {
        position: absolute;
        bottom: 0; }
    .risk-evaluation-result-div .risk-result-content .type {
      margin-bottom: 3.3333333333rem;
      text-align: center;
      line-height: 1.1666666667rem; }
    .risk-evaluation-result-div .risk-result-content .type-result {
      color: #333333;
      font-size: 1.5rem;
      line-height: 2.0833333333rem; }

.radio-choose {
  line-height: 3.3333333333rem;
  font-size: 0.9166666667rem;
  color: #B4B9C3; }
  .radio-choose i {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.6666666667rem;
    background: url(../img/cf/icon-radio-nor.png) no-repeat;
    background-size: 100% 100%; }
  .radio-choose.active i {
    background: url(../img/cf/icon-radio-select.png) no-repeat;
    background-size: 100% 100%; }

.mui-ellipsis-10 {
  display: -webkit-box;
  display: box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical; }

.mui-ellipsis-9 {
  display: -webkit-box;
  display: box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical; }

.mui-ellipsis-8 {
  display: -webkit-box;
  display: box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical; }

.mui-ellipsis-7 {
  display: -webkit-box;
  display: box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical; }

.mui-ellipsis-6 {
  display: -webkit-box;
  display: box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical; }

.mui-ellipsis-5 {
  display: -webkit-box;
  display: box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical; }

.mui-ellipsis-4 {
  display: -webkit-box;
  display: box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }

.mui-ellipsis-3 {
  display: -webkit-box;
  display: box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }

.mui-ellipsis-2 {
  display: -webkit-box;
  display: box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.mui-ellipsis-1 {
  display: -webkit-box;
  display: box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; }

.all-list-container .dropload-up,
.all-list-container .dropload-down,
.communicate-main-container .dropload-up,
.communicate-main-container .dropload-down,
.activity-main-container .dropload-up,
.activity-main-container .dropload-down, .talk-about-box .dropload-up,
.talk-about-box .dropload-down {
  position: relative;
  height: 0;
  overflow: hidden;
  font-size: 12px;
  /* 开启硬件加速 */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  color: #b4b9c3; }
.all-list-container .dropload-down,
.communicate-main-container .dropload-down,
.activity-main-container .dropload-down, .talk-about-box .dropload-down {
  height: 30px; }
.all-list-container .dropload-load,
.all-list-container .dropload-noData,
.communicate-main-container .dropload-load,
.communicate-main-container .dropload-noData,
.activity-main-container .dropload-load,
.activity-main-container .dropload-noData, .talk-about-box .dropload-load,
.talk-about-box .dropload-noData {
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center; }
.all-list-container .dropload-refresh,
.all-list-container .dropload-update,
.communicate-main-container .dropload-refresh,
.communicate-main-container .dropload-update,
.activity-main-container .dropload-refresh,
.activity-main-container .dropload-update, .talk-about-box .dropload-refresh,
.talk-about-box .dropload-update {
  height: 30px;
  line-height: 30px; }
.all-list-container .dropload-up,
.communicate-main-container .dropload-up,
.activity-main-container .dropload-up, .talk-about-box .dropload-up {
  height: 30px; }
  .all-list-container .dropload-up .dropload-load,
  .communicate-main-container .dropload-up .dropload-load,
  .activity-main-container .dropload-up .dropload-load, .talk-about-box .dropload-up .dropload-load {
    height: 30px;
    line-height: 30px; }
.all-list-container .dropload-load .loading,
.communicate-main-container .dropload-load .loading,
.activity-main-container .dropload-load .loading, .talk-about-box .dropload-load .loading {
  display: inline-block;
  height: 15px;
  width: 15px;
  background: url(../img/cf/loading_logo_gray.png) no-repeat;
  background-size: 100% 100%;
  margin: 6px;
  border-bottom-color: transparent;
  vertical-align: middle;
  -webkit-animation: rotate 0.75s linear infinite;
  animation: rotate 0.75s linear infinite; }

.communicate-main-container .dropload-up {
  top: 3.75rem; }

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(180deg); }
  100% {
    transform: rotate(360deg); } }
.tips-icon-show {
  width: 1.8333333333rem;
  height: 1.8333333333rem;
  display: inline-block;
  vertical-align: middle;
  background: url(../img/cf/tips_ico_2.png) no-repeat;
  background-size: 100% 100%; }

strong > span {
  vertical-align: bottom !important; }

.cf_article_container .cf_article_container p span span {
  vertical-align: bottom !important; }

strong {
  font-weight: 600 !important; }
  strong span {
    font-weight: 600 !important; }

.list-content-container .bottom-desc .listen:before {
  content: '';
  display: inline-block;
  width: 1.3333333333rem;
  height: 1.3333333333rem;
  background: url(../img/cf/listen_icon.png) no-repeat center top;
  background-size: 100% 100%;
  vertical-align: middle;
  margin-right: 0.1666666667rem; }
.list-content-container .bottom-desc .comment:before {
  content: '';
  display: inline-block;
  width: 1.3333333333rem;
  height: 1.3333333333rem;
  background: url(../img/cf/icon_outline_bubble_gray.png) no-repeat center top;
  background-size: 100% 100%;
  vertical-align: middle;
  margin-right: 0.1666666667rem; }
.list-content-container .bottom-desc .like:before {
  content: '';
  display: inline-block;
  width: 1.3333333333rem;
  height: 1.3333333333rem;
  background: url(../img/cf/comment/icon_praise_nor.png) no-repeat center top;
  background-size: 100% 100%;
  vertical-align: middle;
  margin-right: 0.1666666667rem; }

.page-about-app .video-content {
  width: 100%; }

.cf_article_bd {
  word-wrap: break-word; }

.comment-item-content.no-margin-left {
  margin-left: 0; }

.comment-item-media.title-full .media-content span {
  display: block;
  line-height: 3.1666666667rem !important; }

.communicate-content {
  display: flex; }
  .communicate-content .comment-item-content .mui-ellipsis-2 {
    min-height: 3.6666666667rem; }
  .communicate-content .left-content {
    flex: 1;
    padding: 1.25rem 0.4166666667rem 1.25rem 0.8333333333rem; }
    .communicate-content .left-content .box-shadow-item {
      padding: 0.4166666667rem 0.4166666667rem;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
  .communicate-content .right-content {
    flex: 1;
    padding: 1.25rem 0.8333333333rem 1.25rem 0.4166666667rem; }
    .communicate-content .right-content .box-shadow-item {
      padding: 0.4166666667rem 0.4166666667rem;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
  .communicate-content .comment-item.no-padding {
    padding: 0; }
  .communicate-content .comment-item.no-padding-top {
    padding-top: 0rem; }

.comment-item.no-padding-top {
  padding-top: 0.8333333333rem; }

.pop-financial-planner .mark {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5); }
.pop-financial-planner .financial-planner-box {
  position: fixed;
  z-index: 20001;
  width: 23.8333333333rem;
  height: 22.1666666667rem;
  border-radius: 0.8333333333rem;
  background-color: #FFF;
  top: 50%;
  left: 50%;
  margin-left: -11.9166666667rem;
  margin-top: -11.0833333333rem; }
  .pop-financial-planner .financial-planner-box .img-box img {
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 1.6666666667rem auto; }
  .pop-financial-planner .financial-planner-box p {
    width: 100%;
    text-align: center;
    color: #888B9D;
    font-size: 1.25rem;
    height: 2.0833333333rem;
    line-height: 2.0833333333rem; }
  .pop-financial-planner .financial-planner-box .btn-container .btn {
    margin: 0 auto;
    display: block;
    width: 19.5833333333rem;
    background-color: #CCB378;
    height: 3.3333333333rem;
    line-height: 3.3333333333rem;
    color: #FFF;
    text-align: center;
    border-radius: 1.6666666667rem;
    margin-top: 0.8333333333rem; }

.pro-profile .tips {
  margin-top: 5px; }
  .pro-profile .tips:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #dbdee4;
    transform: scaleY(0.5); }
  .pro-profile .tips .content {
    font-size: 1rem;
    color: #999;
    line-height: 2.5rem;
    text-align: center; }
    .pro-profile .tips .content:before {
      content: '';
      display: inline-block;
      width: 1.5rem;
      height: 1.5rem;
      vertical-align: middle;
      margin-top: -2px;
      background: url(../img/cf/ico_info.png) no-repeat;
      background-size: contain; }

.goto-top {
  position: fixed;
  z-index: 9999;
  bottom: 4.1666666667rem;
  width: 4.5rem;
  height: 4.5rem;
  right: 2.5rem;
  background: url(../img/cf/icon_top.png) no-repeat;
  background-size: contain; }
@charset "UTF-8";
/*
 * @author : zym
 * @data   : 2016/03/23/
 * @desc   : 小金掌上私募APP(财富产品详情)
 **/
.f-gold {
  color: #d2b978; }

.f-gold-dark {
  color: #b4923b; }

.fund-tab,
.fund-box {
  -webkit-tap-highlight-color: transparent; }

/*clean float*/
.fund-attr ul:before,
.fund-attr ul:after,
.fund-tab > .tab-hd > .tab-control:before,
.fund-tab > .tab-hd > .tab-control:after,
.fund-char .char-control ul:before,
.fund-char .char-control ul:after,
.video-info > ul:before,
.video-info > ul:after,
.hold-attr > ul:before,
.hold-attr > ul:after,
.hold-detail > ul:before,
.hold-detail > ul:after,
.kf-attr > ul:before,
.kf-attr > ul:after {
  clear: both;
  content: "";
  display: table;
  height: 0;
  visibility: hidden; }

.layout {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  background-color: #fff; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.abbr {
  display: inline-block;
  position: relative; }

.abbr:after {
  content: '';
  position: absolute;
  top: -0.5rem;
  right: -1rem;
  width: 1.6666666667rem;
  height: 1.6666666667rem;
  font-size: 0;
  line-height: 0;
  background: url(../img/cf/tips_ico_2.png) no-repeat;
  background-size: cover; }

.btn-more {
  display: block;
  height: 3.6666666667rem;
  font-size: 1.1666666667rem;
  line-height: 3.6666666667rem;
  text-align: center;
  color: #c29a63; }

.kv-list {
  display: flex; }

.kv-item {
  flex: 1;
  text-align: center; }

.kv-item > .k {
  font-size: 1.8333333333rem;
  line-height: 3.0833333333rem;
  color: #82879b; }

.kv-item > .k .small {
  font-size: 1rem; }

.kv-item > .k > small {
  font-size: 1rem; }

.kv-item > .v {
  font-size: 1rem;
  line-height: 1rem;
  color: #b4b9c3; }

.kv-item:nth-of-type(1),
.kv-item:first-child {
  text-align: left; }

.kv-item:nth-last-of-type(1),
.kv-item:last-child {
  text-align: right; }

/*tabel*/
.fund-table {
  width: 100%; }

.fund-table thead th {
  height: 2.8rem;
  background-color: #e6e9eb;
  vertical-align: middle;
  color: #82879b; }

.fund-table td {
  padding: 0.8rem 0;
  color: #555a73; }

.fund-table thead th,
.fund-table td {
  padding-right: 1rem;
  border-bottom: 1px solid #e6e9eb;
  text-align: right; }

.fund-table thead th:first-child,
.fund-table tr td:first-child {
  text-align: center;
  padding-left: 1.2rem;
  padding-right: 1.2rem; }

.fund-table thead th:last-child,
.fund-table tr td:last-child {
  padding-right: 1.2rem; }

.fund-table-1 {
  width: 100%; }

.fund-table-1 th,
.fund-table-1 td {
  padding: 1rem 0;
  border-bottom: 1px solid #e6e9eb;
  vertical-align: top;
  text-align: left; }

.fund-table-1 th {
  width: 6.5rem;
  font-weight: normal;
  color: #82879b; }

.fund-table-1 tr:last-child > th,
.fund-table-1 tr:last-child > td {
  border-bottom: none; }

.fund-table-2 {
  width: 100%;
  text-align: left; }

.fund-table-2 th,
.fund-table-2 td {
  padding: 1rem 0;
  border-bottom: 1px solid #e6e9eb;
  vertical-align: top; }

.fund-table-2 th {
  width: 6.5rem;
  font-weight: normal;
  color: #82879b; }

.fund-table-2 td {
  padding-right: 1rem; }

.fund-table-2 tr:last-child > th,
.fund-table-2 tr:last-child > td {
  border-bottom: none; }

.fund-table-2 td a {
  position: relative;
  display: inline-block;
  color: #b4923b; }

.fund-table-2 td a:after {
  display: inline-block;
  content: '';
  width: 1.0833333333rem;
  height: 1.0833333333rem;
  vertical-align: -2px;
  background: url(../img/cf/icon_arrow_2.png) no-repeat 50% 50%;
  background-size: cover; }

/*-----------------------------product------------------------------*/
/*card*/
.fund-card {
  padding: 0 1.2rem;
  background-color: #0a1437;
  color: #fff; }

.fund-name {
  height: 2.4rem;
  padding: 1rem;
  text-align: center;
  font-size: 1.6rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.fund-name + .fund-state span {
  margin-top: 0;
  margin-bottom: 0; }

.fund-state {
  text-align: center;
  padding-bottom: 1.25rem; }

.fund-state > span {
  position: relative;
  display: inline-block;
  height: 1rem;
  margin: 0.4rem;
  padding: 0.4rem .8rem 0.3rem;
  font-size: 1rem;
  line-height: 1;
  color: #82879b;
  text-align: center;
  vertical-align: middle; }
  .fund-state > span:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 200%;
    height: 200%;
    border-radius: 1.5rem;
    border: 1px solid #82879b;
    transform: scale(0.5);
    transform-origin: 0 0;
    box-sizing: border-box; }

.fund-attr li.attr-item {
  float: left;
  padding: 1rem 0; }

.fund-attr li.attr-item > .attr-val {
  font-size: 1.8rem; }

.fund-attr li.attr-item > .attr-val > small {
  margin-left: .3rem;
  font-size: 0.9rem; }

.fund-attr li.attr-item > .attr-name {
  font-size: 1rem;
  color: #82879b; }

.fund-attr li.attr-item:first-child {
  width: 30%;
  text-align: left; }

.fund-attr li.attr-item:first-child .attr-val {
  font-weight: bold; }

.fund-attr li.attr-item:first-child {
  width: 30%;
  text-align: left; }

.fund-attr li.attr-item:nth-child(2) {
  width: 40%;
  text-align: center; }

.fund-attr li.attr-item:last-child {
  width: 30%;
  text-align: right; }

.fund-comment {
  padding: 1.4166666667rem 0;
  border-top: 1px solid #3c415f;
  font-size: 1rem; }

.fund-comment + .fund-state {
  margin-top: -0.4rem; }

.fund-attr-xt li.attr-item:first-child {
  width: 40%; }

.fund-attr-xt li.attr-item:nth-child(2) {
  width: 20%; }

.fund-attr-xt li.attr-item:last-child {
  width: 40%; }

.fund-attr-pe li.attr-item:first-child {
  width: 40%; }

.fund-attr-pe li.attr-item:first-child .attr-val {
  line-height: 2.7rem;
  font-weight: normal;
  font-size: 1.6rem; }

.fund-attr-pe li.attr-item:nth-child(2) {
  width: 20%; }

.fund-attr-pe li.attr-item:last-child {
  width: 40%; }

.fund-head-control {
  padding: 1.5rem 3rem 2.5rem; }

.fund-head-control > .btn {
  display: block;
  height: 3.4rem;
  border: 1px solid #d2b978;
  border-radius: 1.8rem;
  line-height: 3.3rem;
  text-align: center;
  font-size: 1.5rem;
  color: #d2b978; }

/*tab*/
.fund-tab {
  background-color: #fff; }

.fund-tab > .tab-hd {
  padding: 1.2rem 0; }

.fund-tab > .tab-hd > .tab-control {
  width: 14rem;
  margin: 0 auto;
  padding: 0;
  border: 1px solid #d2b978;
  background-color: #d2b978;
  border-top-left-radius: 1.2rem;
  border-top-right-radius: 1.2rem;
  border-bottom-left-radius: 1.2rem;
  border-bottom-right-radius: 1.2rem;
  background-clip: padding-box;
  overflow: hidden; }

.fund-tab > .tab-hd > .tab-control > .tab-control-item {
  float: left;
  width: 50%;
  padding: 0.7rem 0 0.6rem;
  background-color: #fff;
  line-height: 1;
  text-align: center;
  color: #d2b978; }

.fund-tab > .tab-hd > .tab-control > .tab-control-item:first-child {
  border-top-left-radius: 1.2rem;
  border-bottom-left-radius: 1.2rem;
  background-clip: padding-box; }

.fund-tab > .tab-hd > .tab-control > .tab-control-item:last-child {
  border-top-right-radius: 1.2rem;
  border-bottom-right-radius: 1.2rem;
  background-clip: padding-box; }

.fund-tab > .tab-hd > .tab-control > .tab-control-item.active {
  background-color: #d2b978;
  color: #fff; }

.fund-tab > .tab-bd > .tab-panel {
  display: none; }

.fund-tab > .tab-bd > .tab-panel.active {
  display: block; }

.fund-tab-2 > .tab-hd {
  padding: 0; }

.fund-tab-2 > .tab-hd > .tab-control {
  width: auto;
  border: none;
  background-color: transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-clip: padding-box; }

.fund-tab-2 > .tab-hd > .tab-control > .tab-control-item {
  float: left;
  width: 25%;
  padding: 0;
  color: #555a73; }

.fund-tab-2 > .tab-hd > .tab-control > .tab-control-item > span {
  display: inline-block;
  padding: 1.5rem 0;
  border-bottom: 2px solid transparent; }

.fund-tab-2 > .tab-hd > .tab-control > .tab-control-item:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-clip: padding-box; }

.fund-tab-2 > .tab-hd > .tab-control > .tab-control-item:last-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background-clip: padding-box; }

.fund-tab-2 > .tab-hd > .tab-control > .tab-control-item.active {
  background-color: transparent;
  color: #d2b978; }

.fund-tab-2 > .tab-hd > .tab-control > .tab-control-item.active > span {
  border-bottom-color: #d2b978; }

.fund-tab-2 > .tab-bd > .tab-panel {
  display: none; }

.fund-tab-2 > .tab-bd > .tab-panel.active {
  display: block; }

.fund-tab-flex > .tab-hd {
  padding: 0; }

.fund-tab-flex > .tab-hd > .tab-control {
  display: flex;
  width: auto;
  border: none;
  background-color: transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-clip: padding-box; }

.fund-tab-flex > .tab-hd > .tab-control > .tab-control-item {
  flex: 1;
  padding: 0;
  color: #555a73; }

.fund-tab-flex > .tab-hd > .tab-control > .tab-control-item > span {
  display: block;
  padding: 1.5rem 0;
  border-bottom: 2px solid transparent; }

.fund-tab-flex > .tab-hd > .tab-control > .tab-control-item:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-clip: padding-box; }

.fund-tab-flex > .tab-hd > .tab-control > .tab-control-item:last-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background-clip: padding-box; }

.fund-tab-flex > .tab-hd > .tab-control > .tab-control-item.active {
  background-color: transparent;
  color: #b4923b; }

.fund-tab-flex > .tab-hd > .tab-control > .tab-control-item.active > span {
  border-bottom-color: #d2b978; }

.fund-tab-flex > .tab-bd > .tab-panel {
  display: none; }

.fund-tab-flex > .tab-bd > .tab-panel.active {
  display: block; }

/*panel*/
.fund-char {
  position: relative; }

.fund-char-lock > .char-bar,
.fund-char-lock > .char-wrap,
.fund-char-lock > .char-control,
.fund-char-lock > .char-tips {
  -webkit-filter: blur(5px);
  filter: blur(5px); }

.fund-char-lock:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5); }

.fund-char-lock:after {
  content: '认证可见';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  font-size: 1.6666666667rem;
  color: #c29a63;
  transform: translate(-50%, -50%); }

.fund-char > .char-bar {
  padding: 1.6666666667rem 1rem 0;
  font-size: 1rem;
  color: #999999; }

.fund-char > .char-bar > span {
  margin-right: 1rem; }

.fund-char > .char-bar > .income {
  color: #b4923b; }

.fund-char > .char-bar > .hs300 {
  margin-right: 0; }

.fund-char > .char-wrap {
  min-height: 18rem;
  margin-bottom: 1.6666666667rem; }

.fund-char > .char-control {
  padding: 1.25rem 2rem 1.6666666667rem; }

.fund-char > .char-control > ul {
  display: flex; }

.fund-char > .char-control > ul > li {
  flex: 1; }

.fund-char > .char-control > ul > li > span {
  position: relative;
  z-index: 1;
  display: block;
  height: 2.2rem;
  margin: 0 auto;
  border: 1px solid #e1e1e1;
  font-size: 1.1666666667rem;
  line-height: 2.2rem;
  text-align: center;
  color: #999999; }

.fund-char > .char-control > ul > li + li > span {
  margin-left: -1px; }

.fund-char > .char-control > ul > li:first-child > span {
  border-top-left-radius: 0.4166666667rem;
  border-bottom-left-radius: 0.4166666667rem; }

.fund-char > .char-control > ul > li:last-child > span {
  border-top-right-radius: 0.4166666667rem;
  border-bottom-right-radius: 0.4166666667rem; }

.fund-char > .char-control > ul > li.active > span {
  z-index: 2;
  border-color: #c29a63;
  color: #c29a63; }

.fund-char > .char-tips {
  padding: 1.25rem 1.2rem 1rem;
  font-size: .9rem;
  line-height: 1.3333333333rem;
  color: #c8ccd4; }

.fund-wrap > .fund-control {
  padding: 1rem 1.2rem; }

.fund-box {
  background-color: #fff; }

.fund-box > .box-hd {
  height: 3.8rem;
  padding-left: 3.2rem;
  background-color: #e6e9eb;
  line-height: 3.8rem;
  position: relative;
  z-index: 10; }

.fund-box > .box-hd:before {
  display: block;
  content: '';
  width: 1.4rem;
  height: 1.4rem;
  background: url(../img/cf/tit_ico.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 1.2rem;
  top: 1em;
  z-index: 11; }

.fund-box > .box-hd > .contorl {
  padding: 1.2rem;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 11;
  transition: all .15s ease; }

.fund-box > .box-hd > .contorl .ui-arrow {
  display: block; }

.fund-box > .box-hd > .contorl.close {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fund-box > .box-bd {
  padding-left: 1.2rem;
  overflow: hidden; }

.fund-box > .box-bd > .txt {
  padding: 1.2rem; }

.fund-box > .box-bd > .fund-table-1 tr td:last-child {
  padding-right: 1.2rem; }

.fund-box + .fund-tab-flex {
  border-top: 1px solid #e6e9eb; }

.txt-list {
  margin: 0 -1.1666666667rem;
  padding: 1.1666666667rem 0;
  background-color: #fff; }

.txt-list a {
  display: block;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.txt-list > .item {
  position: relative;
  padding: 1rem 1.1666666667rem;
  background-color: #fff; }

.txt-list > .item:first-child {
  padding-top: 0; }

.txt-list > .item:last-child {
  padding-bottom: 0; }

.txt-list > .item + .item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 1.1666666667rem;
  right: 1.1666666667rem;
  height: 1px;
  font-size: 0;
  background-color: #e6e9eb; }

.txt-list > .item > .info {
  margin-top: 0.8333333333rem;
  font-size: 1.1666666667rem;
  line-height: 1.8333333333rem;
  color: #999999; }

/*pe*/
.fund-card + .fund-video-box {
  margin-top: .8rem; }

.fund-video-box {
  padding: 0 .5rem;
  background-color: #e6e9eb; }

.fund-video-box > .video-card {
  min-height: 16rem; }

.fund-video-box > .video-card > .video_mask > .play-btn {
  width: 5rem;
  height: 5rem;
  margin: -2.5rem 0 0 -2.5rem;
  background: url(../img/cf/play.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 13; }

.fund-video-box > .video-wrap {
  padding: 1rem;
  border: 1px solid #dbddde;
  border-top: none;
  background-color: #fff; }

.fund-video-box > .video-wrap > .video-name {
  height: 2.1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.fund-video-box > .video-wrap > .video-info > ul > li:last-child {
  padding-right: 0; }

.fund-video-box > .video-wrap > .video-info > .state {
  float: left;
  padding: 0.5rem .8rem 0.4rem;
  border: 1px solid #d2b978;
  background-color: transparent;
  border-radius: 0.9rem;
  line-height: 1;
  font-size: 0.9rem;
  color: #d2b978; }

.fund-video-box > .video-wrap > .video-info > .info-list {
  float: right; }

.fund-profile {
  padding: 1.6666666667rem 0 1.1666666667rem;
  background-color: #fff; }

.fund-profile .media {
  display: flex; }

.fund-profile .media .title {
  font-size: 1.8333333333rem;
  line-height: 2.5rem;
  color: #3C405E; }

.fund-profile .media .subtitle {
  font-size: 1rem;
  line-height: 1.1666666667rem;
  color: #84899A; }

.fund-profile .media-object {
  width: 3.6666666667rem;
  height: 3.6666666667rem;
  align-self: center;
  margin-right: 1.25rem;
  overflow: hidden; }

.fund-profile .media-object img {
  border-radius: 9999px; }

.fund-profile .summary {
  margin-top: 0.8333333333rem;
  font-size: 1.25rem;
  line-height: 2.25rem; }

.fund-subscriptions-guide {
  padding: 3.3333333333rem 0;
  border-top: 1px solid #e6e9eb; }

.fund-pro-list {
  background-color: #fff; }
  .fund-pro-list .pro-item {
    position: relative;
    display: block;
    padding-bottom: 1.6666666667rem; }
  .fund-pro-list .pro-logo {
    float: left;
    width: 1.3333333333rem;
    height: 1.3333333333rem;
    margin-top: 0.8333333333rem;
    margin-right: 0.4166666667rem; }
  .fund-pro-list .pro-item + .pro-item {
    padding-top: 0.8333333333rem; }
    .fund-pro-list .pro-item + .pro-item:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #dbdee4;
      transform: scaleY(0.5); }
  .fund-pro-list .pro-item > .pro-name {
    font-size: 1.4166666667rem;
    line-height: 3.0833333333rem;
    color: #232d4b; }
  .fund-pro-list .pro-item > .pro-name > .tag {
    position: relative;
    display: inline-block;
    height: 1.5rem;
    margin-left: 0.6666666667rem;
    padding: 0 0.3333333333rem;
    font-size: 0.8333333333rem;
    line-height: 1.5rem;
    color: #fff;
    border-radius: 3px;
    background-color: #d2b978; }
    .fund-pro-list .pro-item > .pro-name > .tag:before {
      content: '';
      position: absolute;
      top: 0;
      left: -4px;
      font-size: 0;
      line-height: 0;
      border: 3px solid transparent;
      border-top-color: #d2b978;
      border-right-color: #d2b978; }
  .fund-pro-list .pro-item > .fund-state {
    margin: -0.4166666667rem;
    padding-top: 1rem;
    padding-bottom: 0;
    text-align: left; }
    .fund-pro-list .pro-item > .fund-state > span {
      height: auto;
      margin: 0.4166666667rem;
      line-height: 1.3333333333rem;
      padding: 0 0.4166666667rem; }

.dropload-down {
  text-align: center;
  padding: 0.6rem 0 1.2rem; }

.dropload-load {
  display: inline-block;
  vertical-align: middle; }

/*-----------------------------product share------------------------------*/
.page-product-share .fund-rcmd {
  font-size: 1.25rem;
  text-align: center;
  color: #82879b; }

.page-product-share .fund-rcmd > .slogan {
  padding-top: 1.6666666667rem;
  line-height: 1.6666666667rem; }

.page-product-share .fund-rcmd > .slogan > .img > img {
  width: 1.6666666667rem;
  margin-right: 0.8333333333rem; }

.page-product-share .fund-rcmd > .by {
  padding-top: 3.3333333333rem;
  font-size: 1rem;
  line-height: 1.5rem; }

.page-product-share .fund-name {
  color: #d2b978; }

.page-product-share .fund-attr .attr-item:nth-of-type(1n) {
  width: 50%;
  text-align: center; }

.page-product-share .fund-share-about {
  border-top: 5px solid #e6e9eb; }

/*-----------------------------product report-----------------------------*/
.page-product .report-detail {
  overflow: hidden;
  background-color: #fff; }

.page-product .report-hd {
  padding-top: 2rem;
  padding-bottom: 1.6666666667rem;
  text-align: center; }

.page-product .report-hd .title {
  font-size: 1.5rem;
  line-height: 2.3333333333rem;
  color: #232d4b; }
  .page-product .report-hd .title .caption {
    display: inline-block;
    text-align: left; }

.page-product .report-hd .meta {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #82879b; }

.page-product .report-content {
  padding-top: 1rem; }
  .page-product .report-content p:nth-of-type(1),
  .page-product .report-content img:nth-of-type(1) {
    margin-top: 0; }
  .page-product .report-content img {
    display: block;
    margin: 1rem auto; }
  .page-product .report-content p {
    margin-top: 1rem;
    margin-bottom: 1rem; }

.page-product .report-summary > .summary-item {
  padding: 1rem 0;
  overflow: hidden;
  border-bottom: 1px solid #e6e9eb; }

.page-product .report-summary > .summary-item > .subject {
  float: left; }

.page-product .report-summary > .summary-item > .content {
  padding-left: 1.6666666667rem;
  overflow: hidden; }

.fund-special {
  padding: 1rem;
  background-color: #fff; }

.fund-special > a {
  display: block;
  text-align: center;
  border-radius: 0.25rem;
  overflow: hidden; }

.fund-special > a + a {
  margin-top: 1rem; }

.page-product .pro-manager {
  margin-bottom: 0.8333333333rem;
  padding: 1.6666666667rem 1.25rem 0;
  text-align: center;
  background-color: #fff; }
  .page-product .pro-manager .avatar {
    width: 5rem;
    height: 5rem;
    min-width: 60px;
    min-height: 60px;
    margin: auto;
    border-radius: 50%;
    overflow: hidden; }
  .page-product .pro-manager .name {
    margin-top: 0.8333333333rem;
    font-weight: 700;
    font-size: 1.6666666667rem;
    line-height: 1.6666666667rem;
    color: #3C415F; }
  .page-product .pro-manager .tags {
    margin-top: 0.8333333333rem; }
  .page-product .pro-manager .tag {
    position: relative;
    display: inline-block;
    margin: 0 0.4166666667rem;
    padding: 0 0.8333333333rem;
    vertical-align: middle;
    font-size: 1rem;
    color: #84899A;
    white-space: nowrap; }
    .page-product .pro-manager .tag:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 200%;
      height: 200%;
      border-radius: 1.6666666667rem;
      border: 1px solid #84899A;
      box-sizing: border-box;
      transform-origin: 0 0;
      transform: scale(0.5); }
  .page-product .pro-manager .kv-list {
    padding: 0.8333333333rem 0 1.25rem; }
  .page-product .pro-manager .kv-item {
    text-align: center; }
    .page-product .pro-manager .kv-item .k {
      height: 3rem;
      font-size: 2rem;
      line-height: 3rem;
      color: #b4923b; }
    .page-product .pro-manager .kv-item .v {
      color: #84899A; }
.page-product .pro-stat {
  margin-bottom: 0.8333333333rem;
  padding: 0 1.25rem;
  background-color: #fff; }
  .page-product .pro-stat .title {
    padding-top: 5px;
    font-size: 20px;
    color: #d2b978;
    text-align: center; }
  .page-product .pro-stat .subtitle {
    padding-top: 10px;
    font-size: 14px;
    color: #fff;
    text-align: center; }
  .page-product .pro-stat .kv-list {
    margin: 0 -1.25rem;
    padding-top: 1.1666666667rem;
    padding-bottom: 1.6666666667rem; }
  .page-product .pro-stat .kv-item {
    text-align: center; }
  .page-product .pro-stat .kv-item .k {
    height: 3rem;
    font-size: 2rem;
    color: #222C56; }
  .page-product .pro-stat .kv-item .v {
    color: #585D73; }
  .page-product .pro-stat .certificate-link {
    position: relative;
    display: block;
    padding: 1.25rem 0;
    font-size: 1rem;
    line-height: 1.8333333333rem;
    color: #82879B; }
    .page-product .pro-stat .certificate-link:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #DBDEE4;
      transform: scaleY(0.5); }
    .page-product .pro-stat .certificate-link:before {
      content: '';
      position: absolute;
      width: 16px;
      height: 16px;
      background: url(../img/cf/icon_arrow_1.png) no-repeat 50% 0;
      background-size: cover;
      top: 50%;
      right: -4px;
      margin-top: -8px;
      transform: rotate(90deg); }
    .page-product .pro-stat .certificate-link .ico-cert {
      float: left;
      width: 1.1666666667rem;
      height: 1.1666666667rem;
      margin-top: 0.3333333333rem;
      margin-right: 0.25rem;
      background: url(../img/cf/icon_exclamatory_mark.png) no-repeat 0 50%;
      background-size: 1.1666666667rem 1.1666666667rem; }
  .page-product .pro-stat .abbr:after {
    top: -0.3rem;
    right: -1.6rem; }
.page-product .pro-best-item {
  display: flex;
  height: 2rem;
  padding: 1.25rem;
  font-size: 1.1666666667rem;
  line-height: 2rem;
  color: #3C415F; }
  .page-product .pro-best-item .name {
    flex: 1; }
  .page-product .pro-best-item .rate {
    flex: 1;
    text-align: right; }
    .page-product .pro-best-item .rate .num {
      padding-left: 0.25rem;
      font-size: 1.8333333333rem;
      color: #b4923b; }

/*-----------------------------hold------------------------------*/
.page-hold {
  background-color: #f5f5f5; }

/*card*/
.hold-card {
  padding: 0 1.2rem;
  background-color: #0a1437;
  color: #82879b; }

.hold-attr {
  padding: 1.2rem 0; }

.hold-attr > ul > li.attr-item {
  float: left;
  width: 50%; }

.hold-attr > ul > li.attr-item > .attr-val {
  font-size: 1.8rem;
  color: #d2b978; }

.hold-attr > ul > li.attr-item > .attr-val > small {
  margin-left: .3rem;
  font-size: 1.2rem; }

.hold-attr > ul > li.attr-item > .attr-name {
  font-size: 1rem; }

.hold-attr > ul > li.attr-item-center {
  float: none;
  width: auto;
  text-align: center; }

.hold-detail {
  padding: 0.8rem 0;
  border-top: 1px solid #3c415f; }

.hold-detail > ul > li.detail-item {
  float: left;
  width: 50%;
  height: 2.6rem;
  line-height: 2.6rem;
  font-size: 1rem; }

.hold-detail > ul > li.detail-item:before {
  display: inline-block;
  content: '·';
  height: 2rem;
  margin-left: -0.3rem;
  vertical-align: middle;
  line-height: 2rem;
  font-weight: bold;
  font-size: 1.4rem; }

.hold-detail > ul > li.detail-item .tit {
  margin-right: .5rem; }

.hold-detail > ul > li.detail-item .val {
  font-size: 1rem;
  color: #b4b9c3; }

/*wrap*/
.hold-wrap {
  margin-top: 1rem;
  padding: 0 1.2rem;
  background-color: #fff; }

.hold-box {
  border-top: 1px solid #e6e9eb; }

.hold-box:first-child {
  border-top: none; }

.hold-box > .box-hd {
  padding: 1.2rem 0; }

.hold-box > .box-hd > .ui-ico {
  float: left;
  margin: .4rem .4rem 0 0; }

.hold-box > .box-hd > .txt {
  float: left;
  height: 2.5rem;
  line-height: 2.5rem; }

.hold-box > .box-bd > .fund-char {
  margin: 0 -1.2rem; }

/*process*/
.hold-process {
  margin-top: 1rem; }

.hold-process > .process-list {
  display: flex; }

.hold-process > .process-list > .process-item {
  flex: 1;
  padding: 1.2rem 0;
  border-top: 1px solid #d2b978;
  text-align: center;
  font-size: 1rem;
  color: #d2b978;
  position: relative;
  z-index: 10; }

.hold-process > .process-list > .process-item > .dot {
  display: none; }

.hold-process > .process-list > .process-item > span.date {
  display: block; }

.hold-process > .process-list > .process-item > span.txt {
  display: block; }

.hold-process > .process-list > .process-item > span.center {
  width: 7px;
  height: 7px;
  margin-left: -5px;
  border: 2px solid #fff;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background-clip: padding-box;
  background-color: #d2b978;
  overflow: hidden;
  position: absolute;
  top: -6px;
  left: 50%;
  z-index: 12; }

/*active*/
.hold-process > .process-list > .process-item.active:before {
  display: block;
  content: '';
  width: 50%;
  border-top: 1px solid #c6cddb;
  position: absolute;
  top: -1px;
  right: 0;
  z-index: 10; }

.hold-process > .process-list > .process-item.active > .dot {
  display: block;
  width: 5px;
  height: 5px;
  padding: 3px;
  background-color: #fff;
  border: 3px solid #f4ecd8;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  background-clip: padding-box;
  background-clip: padding-box;
  position: absolute;
  top: -9px;
  right: -9px;
  z-index: 12; }

.hold-process > .process-list > .process-item.active > .dot:before {
  display: block;
  content: '';
  width: 5px;
  height: 5px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  background-clip: padding-box;
  background-color: #c9a23d; }

/*active after*/
.hold-process > .process-list > .process-item.active + li {
  z-index: 9; }

.hold-process > .process-list > .process-item.active ~ li {
  border-top-color: #c6cddb;
  color: #c6cddb;
  z-index: 9; }

.hold-process > .process-list > .process-item.active ~ li > .center {
  background-color: #c6cddb; }

/*reset*/
.hold-process > .process-list.reset > .process-item {
  border-top: 1px solid #c6cddb;
  color: #c6cddb; }

.hold-process > .process-list.reset > .process-item > span.center {
  background-color: #c6cddb; }

/*tips*/
.hold-tips > .tips {
  padding: 2rem 0;
  line-height: 1.6rem;
  font-size: .9rem;
  color: #b4b9c3; }

.hold-tips > .tips:before {
  display: inline-block;
  content: '';
  width: 1.6rem;
  height: 1.6rem;
  background: url(../img/cf/tips_ico.png) no-repeat;
  background-size: 100%;
  vertical-align: middle; }

/*-----------------------------kf------------------------------*/
.page-kf {
  background-color: #fff; }

.kf-card {
  padding-top: 2rem;
  background: url(../img/cf/vip_bg.png) no-repeat;
  background-size: cover; }

.kf-img {
  width: 8.1rem;
  height: 8.1rem;
  margin: 0 auto;
  padding: 2px;
  background-color: #d2b978;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  background-clip: padding-box;
  overflow: hidden; }

.kf-img img {
  width: 100%; }

.kf-name {
  margin-top: 1rem;
  text-align: center;
  font-size: 1.5rem;
  color: #fff; }

.kf-attr {
  margin-top: 2rem;
  padding: 1.5rem 0;
  background-color: rgba(0, 0, 0, 0.2); }

.kf-attr > ul > li.attr-item {
  float: left;
  width: 50%;
  text-align: center;
  position: relative;
  z-index: 10; }

.kf-attr > ul > li.attr-item:first-child:before {
  display: block;
  content: '';
  width: 0;
  height: 2rem;
  border-left: 1px solid #d2b978;
  position: absolute;
  right: -1px;
  top: 1.2rem; }

.kf-attr > ul > li.attr-item > .attr-inner {
  font-size: 1.1rem;
  color: #fff; }

.kf-attr > ul > li.attr-item > .attr-inner > .attr-name {
  font-size: 1.1rem;
  color: #fff; }

.kf-attr > ul > li.attr-item > .attr-inner > .attr-val {
  font-size: 1.8rem;
  color: #d2b978; }

.kf-attr > ul > li.attr-item > .attr-inner > .attr-val > small.unit {
  font-size: 1.1rem;
  color: #fff; }

/*wrap*/
.kf-box > .box-hd {
  height: 3.6rem;
  border-bottom: 1px solid #e6e9eb;
  line-height: 3.6rem;
  text-align: center; }

.kf-box > .box-hd > .txt {
  font-size: 1.4rem;
  color: #555a73; }

.kf-box > .box-hd > .txt:before {
  display: inline-block;
  content: '';
  width: 1.4rem;
  height: 1.4rem;
  margin: 0 .5rem;
  background: url(../img/cf/tit_ico.png) no-repeat;
  background-size: 100%;
  vertical-align: middle; }

.kf-box > .box-hd > .txt:after {
  display: inline-block;
  content: '';
  width: 1.4rem;
  height: 1.4rem;
  margin: 0 .5rem;
  background: url(../img/cf/tit_ico.png) no-repeat;
  background-size: 100%;
  vertical-align: middle; }

.kf-box > .box-bd > .con {
  padding: 1.2rem;
  font-size: 1.2rem;
  color: #232d4b; }

.abbr-modal > .modal-dialog {
  background-color: transparent; }

.abbr-modal > .modal-backdrop {
  background-color: rgba(0, 0, 0, 0.8); }

.abbr-modal .modal-content {
  text-align: center; }

.abbr-modal-header > .title {
  display: inline-block;
  width: 19.4166666667rem;
  height: 6.3333333333rem;
  font-size: 1.8333333333rem;
  line-height: 6.3333333333rem;
  color: #d2b978;
  background: url(../img/cf/abbr-box.png) no-repeat 50% 50%;
  background-size: cover; }

.abbr-modal-body {
  display: inline-block;
  margin-top: 2.0833333333rem;
  font-size: 1.25rem;
  line-height: 1.8333333333rem;
  text-align: left;
  color: #ebe1c8; }

.abbr-modal-footer {
  margin-top: 4rem; }

.abbr-modal-footer > .close {
  display: block;
  height: 3.6666666667rem;
  font-size: 1.4166666667rem;
  line-height: 3.6666666667rem;
  text-align: center;
  color: #d2b978;
  border-radius: 1.8333333333rem;
  border: 1px solid #d2b978;
  background-color: transparent; }

.abbr-modal-footer > .close:active {
  color: #232d4b;
  background-color: #d2b978; }

/*-----------------------------风险评测------------------------------*/
.hide {
  display: none; }

html, body {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.fra_btn {
  height: 3.6666666667rem;
  font-size: 1.4166666667rem;
  line-height: 3.6666666667rem;
  text-align: center;
  border-radius: 1.8333333333rem; }

.fra_btn_primary {
  background-color: #D2B978;
  color: #fff; }

.fra_btn_primary:active {
  background-color: #bda66c; }

.fra_link {
  font-size: 1.1666666667rem;
  line-height: 1.1666666667rem;
  color: #D2B978;
  -webkit-tap-highlight-color: transparent; }

.fra_progress {
  overflow: hidden; }

.fra_progress_back {
  height: 3px;
  background-color: #dcdcdc;
  -webkit-transition: all .24s ease;
  transition: all .24s ease; }

.fra_progress_fore {
  height: 3px;
  background-color: #CFB676;
  -webkit-transition: all .24s ease;
  transition: all .24s ease; }

.fra_popup {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.4); }

.fra_popup_content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 85%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 1.25rem; }

.fra_popup .content {
  padding: 2.5rem 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
  text-align: center;
  color: #191919; }

.fra_popup .ctrls {
  border-top: 1px solid #B4B9C3; }

.fra_popup .ctrls .fra_btn {
  width: 50%;
  height: 5.3333333333rem;
  font-size: 1.5rem;
  line-height: 5.3333333333rem;
  border-radius: inherit; }

.fra_popup .ctrls .fra_btn:first-child {
  float: left;
  background: none;
  color: #D2B978; }

.fra_popup .ctrls .fra_btn:last-child {
  float: right;
  background: none;
  color: #D2B978; }

.fra_popup .ctrls .fra_btn:last-child .text {
  display: block;
  border-left: 1px solid #B4B9C3; }

.fund_risk_assessment {
  height: 100vh;
  background-color: #fff; }

.fund_risk_assessment .section {
  padding-bottom: 2rem; }

.fund_risk_assessment .section .ctrls .fra_btn {
  height: 3.6666666667rem;
  font-size: 1.6666666667rem;
  width: 85%;
  display: block;
  margin: 0 auto;
  background-color: #CEA867;
  box-shadow: 0 0.3333333333rem 0.5rem 0 rgba(206, 168, 103, 0.3); }

.fund_risk_assessment .section .ctrls .fra_link {
  font-size: 1.1666666667rem;
  display: block;
  margin-top: 2.5rem;
  text-align: center; }

.fund_risk_assessment .section_cover {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 2.5rem;
  text-align: center; }

.fund_risk_assessment .section_cover .cover_logo {
  padding-top: 5rem;
  padding-bottom: 4.5833333333rem; }

.fund_risk_assessment .section_cover .cover_logo .figure img {
  display: block;
  width: 12.5rem;
  margin: 0 auto;
  transform: translateX(-0.8333333333rem); }

.fund_risk_assessment .section_cover .cover_logo .figcaption {
  padding-top: 1.6666666667rem;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #555A73; }

.fund_risk_assessment .section_cover .cover_logo .figcaption_sub {
  padding-top: 1.6666666667rem;
  font-size: 1rem;
  line-height: 1;
  color: #B4B9C3; }

.fund_risk_assessment .section_questions .q_item {
  display: none; }

.fund_risk_assessment .section_questions .q_title {
  padding: 3.3333333333rem 3.3333333333rem 1.6666666667rem 3.3333333333rem;
  font-size: 1.3333333333rem;
  line-height: 2rem;
  color: #555A73; }

.fund_risk_assessment .section_questions .q_opts ul {
  overflow: hidden; }

.fund_risk_assessment .section_questions .q_opts li {
  margin-top: 1.6666666667rem;
  margin-left: 1.25rem;
  padding: 0 0 0.5833333333rem 2.0833333333rem;
  font-size: 1.5rem;
  line-height: 2.6666666667rem;
  border-bottom: 1px solid #B4B9C3;
  color: #B4B9C3;
  background: url(../img/cf/risk_assessment/select_normal@2x.png) no-repeat 0 0.6666666667rem;
  background-size: 1.25rem 1.25rem; }

.fund_risk_assessment .section_questions .q_opts li:active,
.fund_risk_assessment .section_questions .q_opts .selected {
  color: #555A73;
  background-image: url(../img/cf/risk_assessment/select_highlight@2x.png);
  border-bottom-color: #555A73; }

.fund_risk_assessment .section_result {
  padding-left: 0.8333333333rem;
  padding-right: 0.8333333333rem; }

.fund_risk_assessment .section_result .result {
  padding-top: 15rem;
  padding-bottom: 11.6666666667rem; }

.fund_risk_assessment .section_result .figure img {
  display: block;
  width: 12.5rem;
  margin: 0 auto; }

.fund_risk_assessment .section_result .figcaption {
  padding-top: 1.6666666667rem;
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
  color: #666666; }

.fund_risk_assessment_simu .section_questions {
  padding-bottom: 0;
  background-color: #e6e9eb; }

.fund_risk_assessment_simu .section_questions .q_header {
  padding-top: 3.0833333333rem;
  text-align: center;
  background-color: #fff; }

.fund_risk_assessment_simu .section_questions .q_header .title {
  font-size: 1.6666666667rem;
  line-height: 2rem;
  color: #555A73; }

.fund_risk_assessment_simu .section_questions .q_header .subtitle {
  margin-top: 0.5833333333rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #B4B9C3; }

.fund_risk_assessment_simu .section_questions .q_item {
  display: block;
  padding-bottom: 3.3333333333rem;
  background-color: #fff; }

.fund_risk_assessment_simu .section_questions .q_item + .q_item {
  margin-top: 0.8333333333rem; }

.fund_risk_assessment_simu .section_questions .q_title {
  padding: 3.3333333333rem 3.3333333333rem 0 1.25rem;
  font-size: 1.3333333333rem;
  line-height: 2rem;
  color: #555A73; }

.fund_risk_assessment_simu .section_questions .q_control {
  height: 3.6666666667rem;
  margin-top: 2.5rem; }

.fund_risk_assessment_simu .section_questions .q_control .fra_btn {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 3.6666666667rem;
  font-size: 1.4166666667rem;
  line-height: 3.6666666667rem;
  text-align: center;
  color: #fff;
  border-radius: 0;
  background-color: #d2b978;
  transition: background .36s ease; }

.fund_risk_assessment_simu .section_questions .q_control .fra_btn span {
  display: inline-block;
  transform: translate3d(0, -10px, 0);
  transition: transform 0.4s,opacity 0.4s;
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  opacity: 0; }

.fund_risk_assessment_simu .section_questions .q_control .fra_btn:before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.4s, opacity 0.4s;
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); }

.fund_risk_assessment_simu .section_questions .q_control .fra_btn.disabled {
  background-color: #ccc; }

.fund_risk_assessment_simu .section_questions .q_control .fra_btn.disabled span {
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.fund_risk_assessment_simu .section_questions .q_control .fra_btn.disabled span:nth-child(1) {
  transition-delay: 0.08s; }

.fund_risk_assessment_simu .section_questions .q_control .fra_btn.disabled span:nth-child(2) {
  transition-delay: 0.16s; }

.fund_risk_assessment_simu .section_questions .q_control .fra_btn.disabled span:nth-child(3) {
  transition-delay: 0.24s; }

.fund_risk_assessment_simu .section_questions .q_control .fra_btn.disabled span:nth-child(4) {
  transition-delay: 0.32s; }

.fund_risk_assessment_simu .section_questions .q_control .fra_btn.disabled span:nth-child(5) {
  transition-delay: 0.40s; }

.fund_risk_assessment_simu .section_questions .q_control .fra_btn.disabled:before {
  transform: translate3d(0, 50%, 0);
  opacity: 0; }

.imgzoom_pack {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7); }

.imgzoom_pack .imgzoom_x {
  height: 2rem;
  width: 2rem;
  position: absolute;
  right: 0.41667rem;
  top: 0.41667rem;
  z-index: 10;
  cursor: pointer; }

.imgzoom_pack .imgzoom_x .imgzoom_close {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.7); }
  .imgzoom_pack .imgzoom_x .imgzoom_close:before, .imgzoom_pack .imgzoom_x .imgzoom_close:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    height: 2px;
    margin-top: -1px;
    margin-left: -25%;
    background-color: #fff;
    transform: rotate(45deg); }
  .imgzoom_pack .imgzoom_x .imgzoom_close:after {
    transform: rotate(-45deg); }

.imgzoom_pack .imgzoom_img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden; }

.imgzoom_pack .imgzoom_img img {
  display: block;
  max-width: none;
  width: 100%;
  position: absolute;
  top: 50%; }

.fund-char-table {
  position: relative;
  overflow: hidden; }
  .fund-char-table:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 200%;
    height: 1px;
    background-color: #e1e1e1;
    transform: scaleY(0.5); }
  .fund-char-table table {
    width: 100%;
    text-align: center; }
    .fund-char-table table thead th {
      height: 3rem;
      font-size: 1.1666666667rem;
      vertical-align: middle;
      color: #999999;
      background-color: #f5f5f5; }
    .fund-char-table table td {
      padding: 0.8rem 0;
      color: #333333; }
    .fund-char-table table thead th,
    .fund-char-table table td {
      padding-right: 1rem; }
    .fund-char-table table thead th:first-child,
    .fund-char-table table tr td:first-child {
      text-align: center;
      padding-left: 1.2rem;
      padding-right: 1.2rem; }
    .fund-char-table table thead th:last-child,
    .fund-char-table table tr td:last-child {
      padding-right: 1.2rem; }
    .fund-char-table table tbody th,
    .fund-char-table table tbody td {
      background-color: #fbfcfc; }
    .fund-char-table table tbody tr:nth-of-type(even) th,
    .fund-char-table table tbody tr:nth-of-type(even) td {
      background-color: #f5f5f5; }

.fund-table-3 {
  width: 100%;
  color: #333333; }
  .fund-table-3 tbody th {
    width: 30%;
    text-align: left;
    color: #999999;
    white-space: nowrap; }
  .fund-table-3 tbody th,
  .fund-table-3 tbody td {
    padding: 0.6666666667rem 0;
    vertical-align: top; }
  .fund-table-3 .ui-arrow-2 {
    margin-left: 0.25rem; }

.tab .tab .tab-control-item .caption {
  font-size: 1.3333333333rem; }

.tab-control {
  position: relative;
  overflow: hidden;
  display: flex;
  background-color: #fff; }
  .tab-control:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 200%;
    height: 1px;
    background-color: #e1e1e1;
    transform: scaleY(0.5); }

.tab-control-item {
  flex: 1;
  text-align: center; }
  .tab-control-item .caption {
    display: inline-block;
    height: 4rem;
    padding: 0 10%;
    line-height: 4rem;
    font-size: 1.5rem;
    vertical-align: top;
    color: #333333;
    border-bottom: 2px solid transparent; }

.tab-control-item.active .caption {
  color: #c29a63;
  border-bottom-color: #c29a63; }

.tab-panel {
  display: none; }

.tab-panel.active {
  display: block; }

.tab-dotted .tab-control-item .caption {
  position: relative;
  padding: 0 10%;
  border-bottom: none; }
  .tab-dotted .tab-control-item .caption:before {
    content: '';
    position: absolute;
    top: 1.75rem;
    left: 2px;
    display: none;
    width: 0.4166666667rem;
    height: 0.4166666667rem;
    border-radius: 50%;
    background-color: #c29a63; }
.tab-dotted .tab-control-item.active .caption:before {
  display: block; }

.toast-wrap {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  z-index: 1050; }

.toast-content {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.8);
  transform: translate(-50%, -50%); }

.toast-loading {
  padding: 20px 25px 15px; }
  .toast-loading .loading-leaf-wrap {
    position: absolute;
    left: 50%;
    top: 50%; }
  .toast-loading .loading-text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    opacity: .75; }

.loading-gif {
  position: relative;
  width: 32px;
  height: 32px;
  margin: 0 auto; }

.loading-leaf {
  position: absolute;
  top: -1px;
  opacity: 0.25; }

.loading-leaf:before {
  content: " ";
  position: absolute;
  width: 8.14px;
  height: 3.08px;
  background: #d1d1d5;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.0980392);
  border-radius: 1px;
  -webkit-transform-origin: left 50% 0;
  transform-origin: left 50% 0; }

.loading-leaf-01 {
  -webkit-animation: a 1.25s linear infinite;
  animation: a 1.25s linear infinite; }

.loading-leaf-01:before {
  -webkit-transform: rotate(0deg) translate(7.92px);
  transform: rotate(0deg) translate(7.92px); }

.loading-leaf-02 {
  -webkit-animation: b 1.25s linear infinite;
  animation: b 1.25s linear infinite; }

.loading-leaf-02:before {
  -webkit-transform: rotate(30deg) translate(7.92px);
  transform: rotate(30deg) translate(7.92px); }

.loading-leaf-03 {
  -webkit-animation: c 1.25s linear infinite;
  animation: c 1.25s linear infinite; }

.loading-leaf-03:before {
  -webkit-transform: rotate(60deg) translate(7.92px);
  transform: rotate(60deg) translate(7.92px); }

.loading-leaf-04 {
  -webkit-animation: d 1.25s linear infinite;
  animation: d 1.25s linear infinite; }

.loading-leaf-04:before {
  -webkit-transform: rotate(90deg) translate(7.92px);
  transform: rotate(90deg) translate(7.92px); }

.loading-leaf-05 {
  -webkit-animation: e 1.25s linear infinite;
  animation: e 1.25s linear infinite; }

.loading-leaf-05:before {
  -webkit-transform: rotate(120deg) translate(7.92px);
  transform: rotate(120deg) translate(7.92px); }

.loading-leaf-06 {
  -webkit-animation: f 1.25s linear infinite;
  animation: f 1.25s linear infinite; }

.loading-leaf-06:before {
  -webkit-transform: rotate(150deg) translate(7.92px);
  transform: rotate(150deg) translate(7.92px); }

.loading-leaf-07 {
  -webkit-animation: g 1.25s linear infinite;
  animation: g 1.25s linear infinite; }

.loading-leaf-07:before {
  -webkit-transform: rotate(180deg) translate(7.92px);
  transform: rotate(180deg) translate(7.92px); }

.loading-leaf-08 {
  -webkit-animation: h 1.25s linear infinite;
  animation: h 1.25s linear infinite; }

.loading-leaf-08:before {
  -webkit-transform: rotate(210deg) translate(7.92px);
  transform: rotate(210deg) translate(7.92px); }

.loading-leaf-09 {
  -webkit-animation: i 1.25s linear infinite;
  animation: i 1.25s linear infinite; }

.loading-leaf-09:before {
  -webkit-transform: rotate(240deg) translate(7.92px);
  transform: rotate(240deg) translate(7.92px); }

.loading-leaf-10 {
  -webkit-animation: j 1.25s linear infinite;
  animation: j 1.25s linear infinite; }

.loading-leaf-10:before {
  -webkit-transform: rotate(270deg) translate(7.92px);
  transform: rotate(270deg) translate(7.92px); }

.loading-leaf-11 {
  -webkit-animation: k 1.25s linear infinite;
  animation: k 1.25s linear infinite; }

.loading-leaf-11:before {
  -webkit-transform: rotate(300deg) translate(7.92px);
  transform: rotate(300deg) translate(7.92px); }

.loading-leaf-12 {
  -webkit-animation: l 1.25s linear infinite;
  animation: l 1.25s linear infinite; }

.loading-leaf-12:before {
  -webkit-transform: rotate(330deg) translate(7.92px);
  transform: rotate(330deg) translate(7.92px); }

@-webkit-keyframes a {
  0% {
    opacity: 0.25; }
  0.01% {
    opacity: 0.25; }
  0.02% {
    opacity: 1; }
  60.01% {
    opacity: 0.25; }
  to {
    opacity: 0.25; } }
@-webkit-keyframes b {
  0% {
    opacity: 0.25; }
  8.34333% {
    opacity: 0.25; }
  8.35333% {
    opacity: 1; }
  68.3433% {
    opacity: 0.25; }
  to {
    opacity: 0.25; } }
@-webkit-keyframes c {
  0% {
    opacity: 0.25; }
  16.6767% {
    opacity: 0.25; }
  16.6867% {
    opacity: 1; }
  76.6767% {
    opacity: 0.25; }
  to {
    opacity: 0.25; } }
@-webkit-keyframes d {
  0% {
    opacity: 0.25; }
  25.01% {
    opacity: 0.25; }
  25.02% {
    opacity: 1; }
  85.01% {
    opacity: 0.25; }
  to {
    opacity: 0.25; } }
@-webkit-keyframes e {
  0% {
    opacity: 0.25; }
  33.3433% {
    opacity: 0.25; }
  33.3533% {
    opacity: 1; }
  93.3433% {
    opacity: 0.25; }
  to {
    opacity: 0.25; } }
@-webkit-keyframes f {
  0% {
    opacity: 0.2709583333; }
  41.6767% {
    opacity: 0.25; }
  41.6867% {
    opacity: 1; }
  1.67667% {
    opacity: 0.25; }
  to {
    opacity: 0.2709583333; } }
@-webkit-keyframes g {
  0% {
    opacity: 0.375125; }
  50.01% {
    opacity: 0.25; }
  50.02% {
    opacity: 1; }
  10.01% {
    opacity: 0.25; }
  to {
    opacity: 0.375125; } }
@-webkit-keyframes h {
  0% {
    opacity: 0.4792916667; }
  58.3433% {
    opacity: 0.25; }
  58.3533% {
    opacity: 1; }
  18.3433% {
    opacity: 0.25; }
  to {
    opacity: 0.4792916667; } }
@-webkit-keyframes i {
  0% {
    opacity: 0.5834583333; }
  66.6767% {
    opacity: 0.25; }
  66.6867% {
    opacity: 1; }
  26.6767% {
    opacity: 0.25; }
  to {
    opacity: 0.5834583333; } }
@-webkit-keyframes j {
  0% {
    opacity: 0.687625; }
  75.01% {
    opacity: 0.25; }
  75.02% {
    opacity: 1; }
  35.01% {
    opacity: 0.25; }
  to {
    opacity: 0.687625; } }
@-webkit-keyframes k {
  0% {
    opacity: 0.7917916667; }
  83.3433% {
    opacity: 0.25; }
  83.3533% {
    opacity: 1; }
  43.3433% {
    opacity: 0.25; }
  to {
    opacity: 0.7917916667; } }
@-webkit-keyframes l {
  0% {
    opacity: 0.8959583333; }
  91.6767% {
    opacity: 0.25; }
  91.6867% {
    opacity: 1; }
  51.6767% {
    opacity: 0.25; }
  to {
    opacity: 0.8959583333; } }
.page-video {
  background-color: #fff; }
  .page-video .content-block {
    border-top: 0.8333333333rem solid #f4f5f7; }
  .page-video .content-block + .content-block {
    margin-top: 0; }
  .page-video .content-block-head:after {
    background-color: #e6e9eb; }

.btn-roadshow {
  display: block;
  height: 6.1666666667rem;
  margin: 0.4166666667rem 0;
  background: url(../img/cf/btn_video_share.png) no-repeat;
  background-size: cover; }

.video-player {
  background-color: #fff; }

.audio-player {
  position: relative;
  overflow: hidden; }
  .audio-player img {
    width: 100%; }
  .audio-player .audio-action {
    width: 4.1666666667rem;
    height: 4.1666666667rem;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -2.0833333333rem;
    margin-left: -2.0833333333rem; }
    .audio-player .audio-action.play {
      background: url(../img/cf/video/icon-play.png) no-repeat;
      background-size: cover; }
    .audio-player .audio-action.replay {
      background: url(../img/cf/video/icon-replay.png) no-repeat;
      background-size: cover; }
    .audio-player .audio-action.suspend {
      background: url(../img/cf/video/icon-suspend.png) no-repeat;
      background-size: cover; }
  .audio-player .schedule-area {
    display: block;
    padding: 0.8333333333rem;
    background-color: rgba(0, 0, 0, 0.6);
    color: #FFF;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    text-align: center;
    font-size: 12px; }
    .audio-player .schedule-area .schedule {
      position: relative;
      display: inline-block;
      width: 55%;
      height: 2px;
      background-color: #868686;
      margin: 0 1.25rem; }
      .audio-player .schedule-area .schedule .schedule-active {
        display: block;
        width: 50%;
        height: 2px;
        background-color: #FFF; }

.progress-button {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: -9px;
  left: 50%; }
  .progress-button .progress-show {
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    border-radius: 10px;
    top: 50%;
    margin-top: -5px;
    background-color: #FFF; }

/*card*/
.video-card {
  position: relative;
  z-index: 10; }
  .video-card .video-countdown {
    position: absolute;
    top: 30%;
    z-index: 12;
    width: 100%;
    padding: 0;
    font-size: 1.3333333333rem;
    color: #fff; }
    .video-card .video-countdown > .line-2 > .num {
      width: 2.5rem;
      height: 3rem;
      font-size: 1.8333333333rem;
      line-height: 3rem;
      color: #fff;
      background-color: rgba(10, 20, 55, 0.7); }

.video-card > .video_mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  overflow: hidden; }

.video-card > .video_mask > .img-wrap {
  width: 100%;
  height: 100%;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  -webkit-filter: blur(5px); }

.video-card > .video_mask > .op {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 12; }

.video-card > .video_mask > .txt {
  width: 100%;
  margin-top: -2.4rem;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 12; }

/*wrap*/
.video-wrap {
  padding: 1.2rem 1.2rem 0; }

.video-name {
  font-size: 1.4rem;
  font-weight: bold; }

.video-info {
  padding: .5rem 0; }

.video-info > ul > li {
  float: left;
  height: 1.7rem;
  padding: 0 0.8rem;
  position: relative;
  z-index: 1; }

.video-info > ul > li:first-child {
  padding-left: 0; }

.video-info > ul > li:first-child:before {
  display: none; }

.video-info > ul > li:before {
  display: block;
  content: '';
  width: 0;
  height: 1rem;
  border-left: 1px solid #d7dadf;
  position: absolute;
  left: 0;
  top: .3rem; }

.video-info > ul > li > .ui-ico {
  float: left;
  margin-right: .3rem; }

.video-info > ul > li > .txt {
  float: left;
  height: 1.7rem;
  line-height: 1.8rem;
  font-size: 1rem;
  color: #82879b; }

.video-info > ul > li > .txt.f-gold {
  color: #d2b978; }

/*countdown*/
.video-countdown {
  padding: .8rem 0;
  text-align: center;
  font-size: 1.2rem; }

.video-countdown > .line-1 {
  line-height: 2; }

.video-countdown > .line-2 > .num {
  display: inline-block;
  width: 1.3rem;
  height: 1.5rem;
  background-color: #d2b978;
  border-radius: .3rem;
  vertical-align: middle;
  line-height: 1.6rem;
  color: #fff;
  overflow: hidden; }

.video-countdown > .line-2 > .txt {
  display: inline-block;
  height: 1.5rem;
  vertical-align: middle;
  line-height: 1.6rem;
  text-align: center; }

.video-countdown > .control {
  margin-top: .8rem; }

.video-countdown > .control > a {
  display: block;
  width: 8rem;
  height: 2.2rem;
  margin: 0 auto;
  border: 1px solid #d2b978;
  border-radius: 1.1rem;
  line-height: 2.2rem;
  color: #d2b978; }

/*table*/
.video-table {
  margin-right: -1.2rem; }

.video-table > .fund-table-1 td {
  padding-right: 1.2rem; }

/*modal*/
.video-modal-header {
  position: relative; }

.video-modal-header > .close {
  width: 3.6rem;
  height: 3.6rem;
  text-align: center;
  line-height: 3.6rem;
  font-size: 2rem;
  color: #82879b;
  position: absolute;
  top: 0;
  right: 0; }

.video-modal-body {
  padding: 1.2rem; }

.video-modal-body > .txt-wrap {
  padding: 1rem 0 2rem;
  font-size: 1.2rem;
  text-align: center; }

.video-modal-body > .form-wrap .input-wrap {
  padding: .6rem;
  border: 1px solid #b4b9c3;
  border-radius: .3rem; }

.video-modal-body > .form-wrap .tel-input {
  width: 90%;
  border: none; }

.video-modal-body > .video-control {
  margin-top: 1rem; }

.video-modal-msg {
  width: 70%;
  padding: 0.6rem 0;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: .5rem;
  text-align: center;
  position: absolute;
  top: 40%;
  left: 15%;
  color: #fff; }

.page-video .comment-list-wrap,
.page-video .comment-list {
  position: relative;
  margin: 0;
  background-color: #fff; }

.page-video .comment-none-wrap {
  padding: 3.3333333333rem 0; }

.page-video .video-chat {
  margin-top: 3.3333333333rem;
  padding-top: 7.5rem;
  padding-bottom: 3.3333333333rem;
  color: #82879b;
  text-align: center;
  background: url(../img/cf/comment_1.png) no-repeat 50% 0;
  background-size: 106px auto; }
  .page-video .video-chat p {
    font-size: 1.3333333333rem; }
  .page-video .video-chat .figure {
    padding-bottom: 3.3333333333rem; }
  .page-video .video-chat .figure img {
    display: block;
    margin: 0 auto;
    width: 8.8333333333rem; }

.password-box .mark-shade,
.loading-div .mark-shade {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10000;
  pointer-events: auto;
  background-color: rgba(0, 0, 0, 0.4); }
.password-box .loading-content,
.loading-div .loading-content {
  position: absolute;
  font-size: 1.1666666667rem;
  color: #FFF;
  width: 8.3333333333rem;
  height: 8.3333333333rem;
  top: 50%;
  left: 50%;
  margin-top: -4.1666666667rem;
  margin-left: -4.1666666667rem;
  z-index: 10003; }
  .password-box .loading-content:before,
  .loading-div .loading-content:before {
    display: block;
    content: '';
    width: 2.6666666667rem;
    height: 2.6666666667rem;
    background: url(../img/cf/loading_logo_gray.png) center top;
    background-size: cover;
    margin: 0 auto;
    position: relative;
    top: 0;
    animation: rotate-animation 1s linear infinite;
    -moz-animation: rotate-animation 1s linear infinite;
    /* Firefox */
    -webkit-animation: rotate-animation 1s linear infinite;
    /* Safari  Chrome */
    -o-animation: rotate-animation 1s linear infinite;
    /* Opera */ }
  .password-box .loading-content p,
  .loading-div .loading-content p {
    padding-top: 10px;
    text-align: center; }
.password-box .password-content-box,
.loading-div .password-content-box {
  width: 14.1666666667rem;
  height: 2.5rem;
  position: absolute;
  top: 45%;
  left: 50%;
  margin-top: -1.25rem;
  margin-left: -7.0833333333rem;
  z-index: 10001;
  background-color: rgba(0, 0, 0, 0.8);
  border: 1px solid #FFF;
  border-radius: 4px;
  overflow: hidden; }
  .password-box .password-content-box input,
  .loading-div .password-content-box input {
    margin: 0 0;
    border: none; }
    .password-box .password-content-box input.password-input,
    .loading-div .password-content-box input.password-input {
      line-height: 2.5rem;
      width: 7.5rem;
      font-size: 1.3333333333rem;
      padding: 0 0.8333333333rem;
      color: #82879B; }
    .password-box .password-content-box input.submit-btn,
    .loading-div .password-content-box input.submit-btn {
      float: right;
      background-color: #D2B978;
      color: #FFF;
      font-size: 1.3333333333rem;
      line-height: 2.6666666667rem;
      padding: 0 0.8333333333rem; }
    .password-box .password-content-box input::-webkit-input-placeholder,
    .loading-div .password-content-box input::-webkit-input-placeholder {
      /* WebKit browsers */
      color: #82879B; }
    .password-box .password-content-box input:-moz-placeholder,
    .loading-div .password-content-box input:-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: #82879B; }
    .password-box .password-content-box input::-moz-placeholder,
    .loading-div .password-content-box input::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: #82879B; }
    .password-box .password-content-box input:-ms-input-placeholder,
    .loading-div .password-content-box input:-ms-input-placeholder {
      /* Internet Explorer 10+ */
      color: #82879B; }

@keyframes rotate-animation {
  0% {
    transform: rotate(0); }
  50% {
    transform: rotate(180deg); }
  100% {
    transform: rotate(360deg); } }
@-moz-keyframes rotate-animation
/* Firefox */ {
  0% {
    -moz-transform: rotate(0); }
  50% {
    -moz-transform: rotate(180deg); }
  100% {
    -moz-transform: rotate(360deg); } }
@-webkit-keyframes rotate-animation
/* Safari  Chrome */ {
  0% {
    -webkit-transform: rotate(0); }
  50% {
    -webkit-transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@-o-keyframes rotate-animation
/* Opera */ {
  0% {
    -o-transform: rotate(0); }
  50% {
    -o-transform: rotate(180deg); }
  100% {
    -o-transform: rotate(360deg); } }
.accordion-hd-single {
  position: relative; }
  .accordion-hd-single .more-operate {
    float: right;
    color: #C8CCD5;
    font-size: 1.1666666667rem; }
    .accordion-hd-single .more-operate .arrow {
      display: inline-block;
      width: 1.1666666667rem;
      height: 1.1666666667rem;
      marign-left: 0.4166666667rem;
      background: url(../img/cf/icon_arrow_1.png) no-repeat;
      background-size: contain;
      transform: rotate(90deg); }

.left-right-ul li {
  overflow: hidden; }
  .left-right-ul li .list-main-container {
    display: flex;
    padding: 1.25rem 0;
    width: 100%; }
  .left-right-ul li:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #F4F5F7;
    transform: scaleY(0.5); }
  .left-right-ul li:last-child:after {
    height: 0px; }
  .left-right-ul li .list-banner-container {
    width: 8.8333333333rem;
    height: 5rem;
    position: relative; }
    .left-right-ul li .list-banner-container img {
      width: 100%;
      height: 100%;
      display: block; }
    .left-right-ul li .list-banner-container .tips {
      position: absolute;
      top: 0.4166666667rem;
      left: -0.8333333333rem;
      display: block;
      height: 1.6666666667rem;
      line-height: 1.6666666667rem;
      font-size: 0.8333333333rem;
      color: #FFF;
      padding: 0 1.25rem;
      border-radius: 0.8333333333rem;
      background-color: rgba(0, 0, 0, 0.3); }
  .left-right-ul li .list-content-container {
    padding-left: 0.8333333333rem;
    height: 5rem;
    flex: 1; }
    .left-right-ul li .list-content-container .title {
      height: 1.6666666667rem;
      line-height: 1.8333333333rem;
      font-size: 1.3333333333rem;
      color: #3C415F;
      font-weight: 600; }
    .left-right-ul li .list-content-container .desc {
      display: flex;
      height: 3.3333333333rem;
      color: #82879B;
      font-size: 1.1666666667rem;
      line-height: 1.6666666667rem; }
      .left-right-ul li .list-content-container .desc span {
        max-height: 3.3333333333rem;
        align-self: flex-end; }
    .left-right-ul li .list-content-container .top-title {
      height: 3.3333333333rem;
      font-weight: 600;
      font-size: 1.3333333333rem;
      line-height: 1.8333333333rem;
      color: #333333; }
    .left-right-ul li .list-content-container .mark {
      height: 1.6666666667rem;
      font-size: 1.1666666667rem;
      line-height: 1.6666666667rem;
      color: #999999; }
      .left-right-ul li .list-content-container .mark span {
        padding: 0; }
        .left-right-ul li .list-content-container .mark span:after {
          content: '';
          display: inline-block;
          width: 1px;
          margin: 0 0.4166666667rem 0 0.6666666667rem;
          height: 1.1666666667rem;
          vertical-align: middle;
          background-color: #C8CCD4; }
        .left-right-ul li .list-content-container .mark span:last-child:after {
          width: 0; }
    .left-right-ul li .list-content-container .bottom-desc {
      display: flex;
      height: 1.5rem;
      line-height: 1.5rem;
      color: #82879B;
      font-size: 1.1666666667rem; }
      .left-right-ul li .list-content-container .bottom-desc div:nth-child(1) {
        flex: 2; }
        .left-right-ul li .list-content-container .bottom-desc div:nth-child(1) i {
          content: '';
          display: inline-block;
          width: 1px;
          height: 1.1666666667rem;
          background-color: #82879B;
          margin: 0 0.25rem; }
      .left-right-ul li .list-content-container .bottom-desc div:nth-child(2) {
        flex: 1;
        text-align: right; }

.banner-slider .swiper-pagination-bullet-active {
  opacity: 1 !important; }
.banner-slider .swiper-pagination-bullet {
  background: #FFF;
  opacity: .5; }

.container-conetent .all-list-container {
  background: #FFF;
  padding: 0 1.25rem; }

.banner-container {
  position: relative; }
  .banner-container .tips {
    position: absolute;
    top: 2.0833333333rem;
    left: -1.25rem;
    font-size: 1.1666666667rem;
    background: rgba(0, 0, 0, 0.4);
    padding: 0.4166666667rem 1.25rem 0.4166666667rem 1.6666666667rem;
    text-align: center;
    color: #FFF;
    border-radius: 1.25rem; }

.page .banner-desc-container {
  background-color: #FFF;
  padding: 1.25rem 1.25rem 0 1.25rem; }
  .page .banner-desc-container .title {
    color: #3C415F;
    font-size: 1.5rem;
    font-weight: 600; }
  .page .banner-desc-container .title-two {
    color: #82879B;
    line-height: 2.9166666667rem;
    font-size: 1.1666666667rem; }
  .page .banner-desc-container .banner-desc {
    color: #82879B;
    font-size: 1.1666666667rem; }
    .page .banner-desc-container .banner-desc p {
      line-height: 1.6666666667rem; }
    .page .banner-desc-container .banner-desc i {
      position: absolute;
      width: 2rem;
      height: 2rem;
      background: url(../img/cf/icon_quote.png) no-repeat center top;
      background-size: contain; }
  .page .banner-desc-container .operate-container {
    margin-top: 0.8333333333rem;
    border-top: 1px solid #F4F5F7; }
    .page .banner-desc-container .operate-container .pack-up-more {
      display: block;
      text-align: center;
      color: #c29a63;
      font-size: 1.1666666667rem;
      line-height: 3.3333333333rem; }

.accordion-bd .operate-container {
  margin-top: 0.8333333333rem;
  border-top: 1px solid #F4F5F7; }
  .accordion-bd .operate-container .show-more-page {
    display: block;
    text-align: center;
    color: #D2B978;
    font-size: 1.1666666667rem;
    text-align: center;
    line-height: 3.3333333333rem; }

.cf_article_hd .meta.meta-desc-box {
  display: flex; }
  .cf_article_hd .meta.meta-desc-box div {
    flex: 1; }
    .cf_article_hd .meta.meta-desc-box div:nth-child(1) {
      text-align: left;
      vertical-align: middle; }
      .cf_article_hd .meta.meta-desc-box div:nth-child(1) i {
        content: '';
        display: inline-block;
        width: 1px;
        height: 1.1666666667rem;
        background-color: #82879B;
        margin: 0 0.4166666667rem; }
      .cf_article_hd .meta.meta-desc-box div:nth-child(1) .listen:before {
        content: '';
        display: inline-block;
        width: 1.3333333333rem;
        height: 1.3333333333rem;
        background: url(../img/cf/listen_icon.png) no-repeat center top;
        background-size: 100% 100%;
        vertical-align: middle;
        margin-right: 0.1666666667rem; }
      .cf_article_hd .meta.meta-desc-box div:nth-child(1) .comment:before {
        content: '';
        display: inline-block;
        width: 1.3333333333rem;
        height: 1.3333333333rem;
        background: url(../img/cf/icon_outline_bubble_gray.png) no-repeat center top;
        background-size: 100% 100%;
        vertical-align: middle;
        margin-right: 0.1666666667rem; }
      .cf_article_hd .meta.meta-desc-box div:nth-child(1) .like:before {
        content: '';
        display: inline-block;
        width: 1.3333333333rem;
        height: 1.3333333333rem;
        background: url(../img/cf/comment/icon_praise_nor.png) no-repeat center top;
        background-size: 100% 100%;
        vertical-align: middle;
        margin-right: 0.1666666667rem; }
      .cf_article_hd .meta.meta-desc-box div:nth-child(1) .like.active {
        position: absolute;
        color: #D2B978;
        animation: comment-praise-scale 1s ease-in-out 1;
        -webkit-animation: comment-praise-scale 1s ease-in-out 1; }
        .cf_article_hd .meta.meta-desc-box div:nth-child(1) .like.active:before {
          background: url(../img/cf/comment/icon_praise.png) no-repeat center top;
          background-size: 100% 100%; }
    .cf_article_hd .meta.meta-desc-box div:nth-child(2) {
      text-align: right; }

@keyframes comment-praise-scale {
  50% {
    transform: scale(1.1); } }
@-webkit-keyframes comment-praise-scale {
  50% {
    -webkit-transform: scale(1.1); } }
.video-player {
  position: relative; }

/*
 * @author : lubingan
 * @date   : 2016/08/22
 * @desc   : 小金掌上私募APP(评论)
 **/
.comment-total-wrap {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  padding: 20px 1.25rem;
  font-size: 1.25rem;
  line-height: 1.8333333333rem;
  color: #b4b9c3;
  text-align: center;
  background-color: #fff; }

.comment-total {
  position: relative;
  overflow: hidden; }
  .comment-total .text {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0 1.4166666667rem;
    line-height: 1.8333333333rem; }
    .comment-total .text:before, .comment-total .text:after {
      content: '';
      position: absolute;
      top: 0.5rem;
      z-index: -1;
      width: 600px;
      font-size: 0;
      border-top: 1px solid #e6e9eb; }
      @supports (border-width: 0.5px) {
        @media only screen and (-webkit-max-device-pixel-ratio: 2) {
          .ios .comment-total .text:before, .ios .comment-total .text:after {
            border-width: 0.5px; } }
        @media only screen and (-webkit-min-device-pixel-ratio: 3) {
          .ios .comment-total .text:before, .ios .comment-total .text:after {
            border-width: 0.5px;
            transform: translateZ(0); } } }
    .comment-total .text:before {
      right: 100%; }
    .comment-total .text:after {
      left: 100%; }

.comment-more {
  text-align: center; }

.comment-list-wrap {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  margin: 4.5833333333rem 0 4.1666666667rem; }

.comment-list {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

.comment-item {
  position: relative;
  padding: 1.6666666667rem 1.25rem;
  background-color: #fff; }

.comment-item + .comment-item:after {
  content: '';
  position: absolute;
  top: 0;
  right: 1.25rem;
  left: 1.25rem;
  font-size: 0;
  border-top: 1px solid #e6e9eb; }
  @supports (border-width: 0.5px) {
    @media only screen and (-webkit-max-device-pixel-ratio: 2) {
      .ios .comment-item + .comment-item:after {
        border-width: 0.5px; } }
    @media only screen and (-webkit-min-device-pixel-ratio: 3) {
      .ios .comment-item + .comment-item:after {
        border-width: 0.5px;
        transform: translateZ(0); } } }

.comment-item-border:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 1.25rem;
  left: 1.25rem;
  font-size: 0;
  border-top: 1px solid #e6e9eb; }
  @supports (border-width: 0.5px) {
    @media only screen and (-webkit-max-device-pixel-ratio: 2) {
      .ios .comment-item-border:before {
        border-width: 0.5px; } }
    @media only screen and (-webkit-min-device-pixel-ratio: 3) {
      .ios .comment-item-border:before {
        border-width: 0.5px;
        transform: translateZ(0); } } }

.comment-item-media {
  overflow: hidden; }
  .comment-item-media .media-object {
    float: left;
    margin-right: 0.4166666667rem;
    width: 3rem;
    height: 3rem;
    border-radius: 9999px;
    overflow: hidden; }
    .comment-item-media .media-object img {
      display: block;
      width: 100%;
      border-radius: 9999px; }
  .comment-item-media .media-content {
    overflow: hidden; }
    .comment-item-media .media-content .title .caption {
      display: block;
      padding-top: 0.25rem;
      font-weight: 700;
      font-size: 1.4166666667rem;
      line-height: 1.4166666667rem;
      color: #333333; }
    .comment-item-media .media-content .title .label {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      margin-left: 0.6666666667rem;
      padding: 0 0.6666666667rem;
      font-size: 1rem;
      line-height: 1.5rem;
      color: #d2b978; }
      .comment-item-media .media-content .title .label:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 200%;
        height: 200%;
        border-radius: 1.5rem;
        border: 1px solid #d2b978;
        transform: scale(0.5);
        transform-origin: 0 0;
        box-sizing: border-box; }
    .comment-item-media .media-content .meta-wrap {
      padding-top: 0.25rem;
      font-size: 1rem;
      line-height: 1rem;
      color: #999999;
      overflow: hidden; }
    .comment-item-media .media-content .meta-item {
      float: left; }

.comment-item-content {
  margin-top: 0.7083333333rem;
  margin-left: 3.4166666667rem; }
  .comment-item-content .comment {
    font-size: 1.3333333333rem;
    color: #0a1437;
    word-break: break-all; }
    .comment-item-content .comment.others-comment {
      color: #555A73;
      font-size: 1.1666666667rem;
      padding: 0.6666666667rem;
      background-color: #F4F5F7; }
  .comment-item-content .operate-div {
    float: right; }

.comment-item-controls {
  margin-top: 0.625rem;
  margin-bottom: -0.4166666667rem;
  font-size: 1.1666666667rem;
  line-height: 2rem;
  overflow: hidden; }
  .comment-item-controls .control-item {
    float: right;
    color: #b4b9c3; }
    .comment-item-controls .control-item .ui-ico {
      margin-right: 0.5rem;
      vertical-align: -2px; }

.comment-area-wrap {
  height: 4.1666666667rem; }

.comment-area {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  display: flex;
  height: 3.3333333333rem;
  font-size: 1.5rem;
  line-height: 3.3333333333rem;
  text-align: center;
  padding: 0.4166666667rem 1.25rem;
  background-color: #e6e9eb; }
  .comment-area .input {
    flex: 1;
    display: block;
    width: 80%;
    padding: 0.6666666667rem 1.25rem;
    font-size: 1.5rem;
    line-height: 2rem;
    color: #b4b9c3;
    text-align: left;
    border: none;
    border-radius: 9999px;
    background-color: #fff;
    box-sizing: border-box; }
    .comment-area .input.history {
      flex: 2; }
  .comment-area input[type="text"].input {
    color: #0a1437; }
  .comment-area .comment {
    flex: 1; }
    .comment-area .comment .txt {
      display: inline-block;
      vertical-align: middle;
      margin-left: 0.6666666667rem;
      color: #82879B;
      height: 2rem;
      line-height: 2rem; }
  .comment-area .comment-ctrl {
    float: right;
    padding: 0.6666666667rem 0 0.6666666667rem 1.25rem;
    font-size: 1.5rem;
    line-height: 2rem;
    color: #b4b9c3; }
    .comment-area .comment-ctrl.highlight {
      color: #d2b978; }

.page-comment .comment-none-wrap {
  height: 100vh;
  padding-top: 11.8333333333rem;
  background-color: #fff; }

.comment-list-wrap .comment-item .praise-item,
.hot-comment-list .comment-item .praise-item {
  width: 4.1666666667rem;
  position: absolute;
  top: 1.6666666667rem;
  right: 1.25rem;
  z-index: 9; }
  .comment-list-wrap .comment-item .praise-item.active,
  .hot-comment-list .comment-item .praise-item.active {
    animation: comment-scale 1s ease-in-out 1;
    -webkit-animation: comment-scale 1s ease-in-out 1; }
    .comment-list-wrap .comment-item .praise-item.active .praise,
    .hot-comment-list .comment-item .praise-item.active .praise {
      background: url(../img/cf/comment/icon_praise.png) no-repeat;
      background-size: 100% 100%; }
    .comment-list-wrap .comment-item .praise-item.active .count,
    .hot-comment-list .comment-item .praise-item.active .count {
      color: #D2B978; }
  .comment-list-wrap .comment-item .praise-item .praise,
  .hot-comment-list .comment-item .praise-item .praise {
    cursor: pointer;
    display: block;
    width: 1.6666666667rem;
    height: 1.6666666667rem;
    margin: 0 auto;
    background: url(../img/cf/comment/icon_praise_nor.png) no-repeat;
    background-size: 100% 100%; }
  .comment-list-wrap .comment-item .praise-item .count,
  .hot-comment-list .comment-item .praise-item .count {
    line-height: 1.5rem;
    font-size: 1rem;
    color: #ADB0BC;
    text-align: center; }

.comment-list-wrap-no-margin {
  margin-top: 0 !important; }

.comment-list-wrap .comment-list .accordion-hd:before {
  background: none; }
.comment-list-wrap .comment-list .accordion {
  margin: 0;
  border-bottom: 1px solid #DBDEE4; }
.comment-list-wrap .comment-list .new-comment {
  margin-top: 0.8333333333rem; }

.head-title-region p {
  color: #585D73;
  font-size: 18px;
  height: 46px;
  line-height: 46px; }
  .head-title-region p .icon-mark {
    width: 3px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    background-color: #585D73;
    margin-right: 10px; }

.hot-comment-list .content-list .comment-item {
  border-top: 1px solid #e6e9eb;
  padding-left: 0;
  padding-right: 0; }
  .hot-comment-list .content-list .comment-item:after {
    border-top: 0; }
.hot-comment-list .praise-item {
  right: 0 !important; }
.hot-comment-list .comment-item-operate {
  right: 4.3333333333rem !important; }
.hot-comment-list .see-more-comment {
  border-top: 1px solid #e6e9eb; }
  .hot-comment-list .see-more-comment .more-operate {
    font-size: 1.3333333333rem;
    display: block;
    width: 100%;
    height: 3.3333333333rem;
    line-height: 3.3333333333rem;
    color: #d2b978;
    text-align: center; }

.hot-recommend-list .content-list li:last-child {
  border-bottom: 0; }

.comment-item .comment-item-operate {
  cursor: pointer;
  display: block;
  width: 1.8333333333rem;
  height: 1.8333333333rem;
  position: absolute;
  top: 1.6666666667rem;
  right: 5.6666666667rem;
  z-index: 9;
  background: url(../img/cf/icon_outline_bubble_gray.png);
  background-size: 100% 100%; }

.comment-no-content {
  border-top: 1px solid #e6e9eb;
  padding: 3.3333333333rem 0; }
  .comment-no-content img {
    display: block;
    width: 10rem;
    height: 10rem;
    margin: 0 auto; }
  .comment-no-content p {
    font-size: 1.1666666667rem;
    line-height: 4.1666666667rem;
    color: #82879B;
    text-align: center; }

@keyframes comment-scale {
  50% {
    transform: scale(1.1); } }
@-webkit-keyframes comment-scale {
  50% {
    -webkit-transform: scale(1.1); } }
/*
 * @author : lubingan
 * @date   : 2016/08/22
 * @desc   : 小金掌上私募APP(合作机构申请表)
 **/
.page-cooperation {
  background-color: #fff; }

.co-cells {
  font-size: 1.4166666667rem;
  line-height: 1.4117647059;
  color: #B4B9C3;
  overflow: hidden; }

.co-cells-header {
  padding-top: 3.3333333333rem;
  font-size: 1.3333333333rem;
  line-height: 1.5;
  text-align: center;
  color: #555A73; }

.co-cell {
  position: relative;
  display: flex;
  align-items: center;
  padding: 2.5rem 1.25rem 0.8333333333rem; }
  .co-cell:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 1.6666666667rem;
    width: 100%;
    border-top: 1px solid #B4B9C3; }
    @supports (border-width: 0.5px) {
      @media only screen and (-webkit-max-device-pixel-ratio: 2) {
        .ios .co-cell:before {
          border-width: 0.5px; } }
      @media only screen and (-webkit-min-device-pixel-ratio: 3) {
        .ios .co-cell:before {
          border-width: 0.5px;
          transform: translateZ(0); } } }
  .co-cell input[type="text"] {
    width: 100%;
    padding: 0;
    line-height: 2rem;
    border: none;
    background-color: transparent; }

.co-cell.active {
  color: #555A73; }
  .co-cell.active:before {
    border-top-color: #555A73; }

.co-cell-bd {
  flex: 1; }

.co-cells-input .co-cell {
  margin: 0 1.25rem;
  padding: 2.5rem 0 0.8333333333rem; }
  .co-cells-input .co-cell:before {
    left: 0; }

.co-cells-radio input[type="radio"] {
  -webkit-appearance: none;
  width: 1.3333333333rem;
  height: 1.3333333333rem;
  margin: 0;
  background: url(../img/cf/icon_radio_normal.png) no-repeat;
  background-size: cover; }
  .co-cells-radio input[type="radio"]:checked {
    background-image: url(../img/cf/icon_radio_highlight.png); }
.co-cells-radio .co-cell-hd {
  margin-right: 0.8333333333rem; }

.co-cells-checkbox input[type="checkbox"] {
  -webkit-appearance: none;
  width: 1.3333333333rem;
  height: 1.3333333333rem;
  margin: 0;
  background: url(../img/cf/icon_radio_normal.png) no-repeat;
  background-size: cover; }
  .co-cells-checkbox input[type="checkbox"]:checked {
    background-image: url(../img/cf/icon_radio_highlight.png); }
.co-cells-checkbox .co-cell-hd {
  margin-right: 0.8333333333rem; }

.cooperation-apply-form .ui-btn {
  height: 3.6666666667rem;
  font-size: 1.4166666667rem;
  line-height: 3.6666666667rem;
  border-radius: 1.8333333333rem; }
.cooperation-apply-form .ui-btn-normal {
  color: #fff;
  background-color: #cdcfd7; }
.cooperation-apply-form .co-cell-hd {
  margin-right: 0.8333333333rem; }
.cooperation-apply-form .form-process {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 1px; }
  .cooperation-apply-form .form-process .process-fore {
    height: 1px;
    background-color: #d2b978; }
  .cooperation-apply-form .form-process .process-back {
    height: 1px;
    background-color: #bdc1ca; }
.cooperation-apply-form .form-item {
  transform: translateZ(0); }
.cooperation-apply-form .form-control {
  margin: 0 1.25rem;
  padding: 5rem 0; }
.cooperation-apply-form .add-contacts {
  padding: 2.5rem 0;
  font-size: 1.3333333333rem;
  line-height: 0.125rem;
  text-align: center; }

.co-ico {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-size: cover; }

.co-ico-firm {
  background-image: url(../img/cf/cooperation/icon_firm_normal.png); }
  .co-ico-firm.highlight {
    background-image: url(../img/cf/cooperation/icon_firm_highlight.png); }

.co-ico-user {
  background-image: url(../img/cf/cooperation/icon_user_normal.png); }
  .co-ico-user.highlight {
    background-image: url(../img/cf/cooperation/icon_user_highlight.png); }

.co-ico-title {
  background-image: url(../img/cf/cooperation/icon_title_normal.png); }
  .co-ico-title.highlight {
    background-image: url(../img/cf/cooperation/icon_title_highlight.png); }

.co-ico-phone {
  background-image: url(../img/cf/cooperation/icon_phone_normal.png); }
  .co-ico-phone.highlight {
    background-image: url(../img/cf/cooperation/icon_phone_highlight.png); }

.co-ico-email {
  background-image: url(../img/cf/cooperation/icon_email_normal.png); }
  .co-ico-email.highlight {
    background-image: url(../img/cf/cooperation/icon_email_highlight.png); }

.co-ico-plus {
  background-image: url(../img/cf/cooperation/icon_plus_normal.png); }
  .co-ico-plus.highlight {
    background-image: url(../img/cf/cooperation/icon_plus_highlight.png); }

.page-product {
  padding-bottom: 1.25rem; }
  .page-product .pro-profile {
    margin-bottom: 0.8333333333rem;
    padding: 0 1.25rem 1.25rem;
    background-color: #fff; }
    .page-product .pro-profile .tags {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      margin: 0 -0.25rem;
      padding-top: 0.8333333333rem; }
    .page-product .pro-profile .tag {
      flex: 0 0 25%;
      min-width: 0; }
    .page-product .pro-profile .tag .caption {
      position: relative;
      display: block;
      line-height: 1.6666666667rem;
      margin: 0.25rem;
      font-size: 1rem;
      color: #666666;
      text-align: center;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .page-product .pro-profile .tag .caption:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 200%;
      height: 200%;
      border: 1px solid #d8d8d8;
      border-radius: 20px;
      transform-origin: 0 0;
      transform: scale(0.5);
      box-sizing: border-box; }
    .page-product .pro-profile .comment {
      margin-top: 0.8333333333rem;
      padding: 0.3333333333rem 0 0.3333333333rem 2.5rem;
      font-size: 1.1666666667rem;
      line-height: 1.6666666667rem;
      color: #666666;
      background: url(../img/cf/icon_quote.png) no-repeat 0 0.1666666667rem;
      background-size: 2rem 2rem; }
    .page-product .pro-profile .metric-list {
      padding-bottom: 0; }
  .page-product .hr {
    height: 1px;
    margin: 0 1.25rem;
    font-size: 0;
    position: relative;
    overflow: hidden; }
    .page-product .hr:after {
      content: '';
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      width: 200%;
      height: 1px;
      background-color: #e1e1e1;
      transform: scaleY(0.5); }
  .page-product .accordion:first-child {
    margin-top: 0; }
  .page-product .accordion:last-child {
    margin-bottom: 0; }
  .page-product .accordion-bd .list-attachment {
    margin: -0.75rem 0;
    padding: 1.25rem 0; }
  .page-product .list-attachment a {
    display: block; }
  .page-product .list-attachment .list-item .item-media + .item-inner {
    padding-left: 1.25rem; }
  .page-product .list-attachment .item-content {
    align-items: center; }
  .page-product .list-attachment .item-title {
    font-size: 1.3333333333rem;
    line-height: 1.8333333333rem;
    color: #333333; }
  .page-product .list-attachment .item-title-clip {
    min-height: inherit;
    max-height: 3.6666666667rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
  .page-product .ico-pdf {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(../img/cf/icon_pdf.png) no-repeat;
    background-size: contain; }
  .page-product .btn-withdraw {
    display: block;
    height: 8.3333333333rem;
    margin: 0.4166666667rem 0;
    background: url(../img/cf/btn_withdraw.png) no-repeat;
    background-size: cover; }
  .page-product .btn-withdraw:nth-child(1) {
    margin-top: 0; }
  .page-product .withdraw-table tr small {
    display: block;
    font-size: 0.8333333333rem; }
  .page-product .withdraw-table tr th,
  .page-product .withdraw-table tr td {
    text-align: center;
    line-height: 1.5; }
  .page-product .withdraw-table tr th:first-child,
  .page-product .withdraw-table tr td:first-child {
    padding-right: 0;
    text-align: left; }
  .page-product .withdraw-table thead th,
  .page-product .withdraw-table thead td {
    padding: 0.4166666667rem 1.25rem;
    font-size: 1.25rem;
    color: #585d73;
    white-space: nowrap;
    background-color: #f3f4f6; }
  .page-product .withdraw-table tbody th,
  .page-product .withdraw-table tbody td {
    padding: 1.25rem;
    font-size: 1.3333333333rem;
    color: #232d4b; }
  .page-product .withdraw-table tbody tr:not(:first-child) th,
  .page-product .withdraw-table tbody tr:not(:first-child) td {
    border-top: 1px solid #E6E9EB; }
  .page-product .withdraw-memo ul {
    padding: 0.8333333333rem 1.6666666667rem 0;
    list-style-type: disc;
    list-style-position: outside; }
  .page-product .withdraw-memo li + li {
    margin-top: 1.25rem; }

.page-product + .mod-vc {
  margin-top: -1.25rem; }

.metric-list {
  display: flex;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  background-color: #fff; }

.metric-list-lead {
  padding-top: 1.6666666667rem; }
  .metric-list-lead .metric-item-value {
    font-size: 2.6666666667rem;
    line-height: 1;
    color: #e35409; }
    .metric-list-lead .metric-item-value .latin {
      font-size: 3.3333333333rem;
      line-height: 1; }
    .metric-list-lead .metric-item-value .small {
      vertical-align: middle; }
  .metric-list-lead .metric-item-label {
    margin-top: 0.6666666667rem; }

.metric-item {
  flex: 1;
  text-align: center; }

.metric-item-value {
  font-size: 1.8333333333rem;
  line-height: 2.1666666667rem;
  color: #333; }
  .metric-item-value .caption {
    display: inline-block;
    vertical-align: middle; }
  .metric-item-value .caption .small {
    position: relative;
    top: 1px;
    float: right; }
  .metric-item-value .small {
    font-size: 60%; }

.metric-item-label {
  font-size: 1.1666666667rem;
  line-height: 1.5rem;
  color: #999999; }

.metric-memo {
  padding-top: 1.25rem;
  font-size: 1rem;
  line-height: 1;
  color: #c8ccd4;
  text-align: center; }

.pro-stat .pro-detail-info-list {
  padding-bottom: 1rem; }
  .pro-stat .pro-detail-info-list li {
    padding-top: 1rem; }
    .pro-stat .pro-detail-info-list li span:nth-child(1) {
      color: #82879B;
      font-size: 1.3333333333rem;
      letter-spacing: 2px; }
    .pro-stat .pro-detail-info-list li span:nth-child(2) {
      color: #666666;
      font-size: 1.3333333333rem; }

.kv-item {
  position: relative; }
  .kv-item.flex-2 {
    flex: 2; }
  .kv-item.flex-3 {
    flex: 3; }

.self-choose-operate {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
  float: right;
  width: 2.5rem;
  height: 2.5rem;
  background: url(../img/cf/icon_outline_star_gray.png) no-repeat;
  background-size: 100% 100%; }
  .self-choose-operate.active {
    background: url(../img/cf/icon_fill_star.png) no-repeat;
    background-size: 100% 100%; }

.navigation-tab {
  background-color: #FFF; }
  .navigation-tab ul {
    overflow: hidden;
    display: flex;
    display: -webkit-flex;
    border: 1px solid #DBDEE4; }
    .navigation-tab ul li {
      flex: 1;
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      -ms-flex: 1;
      text-align: center;
      margin: 0 6%;
      height: 4.5rem;
      line-height: 4.5rem;
      font-size: 1.5rem;
      cursor: pointer; }
      .navigation-tab ul li.active {
        color: #B4923B;
        border-bottom: 2px solid #B4923B; }

.accordion-content {
  background-color: #FFF; }
  .accordion-content.accordion-margin-value {
    margin-top: 0.4166666667rem; }

.video-player.fixation-container {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10001; }

.pro-item .pro-name.play:after {
  content: '';
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  vertical-align: text-bottom;
  background: url(../img/cf/icon_play.png) no-repeat;
  background-size: 100% 100%; }

.video-subsection {
  padding: 0 1.25rem; }
  .video-subsection ul {
    overflow: hidden; }
  .video-subsection .title-container {
    overflow: hidden;
    position: relative;
    line-height: 3.75rem; }
    .video-subsection .title-container.wasOver .title {
      color: #82879B; }
    .video-subsection .title-container.wasOver .time {
      color: #82879B; }
    .video-subsection .title-container.current-play .title {
      color: #D2B978; }
    .video-subsection .title-container.current-play .time {
      color: #82879B; }
    .video-subsection .title-container .title {
      width: 70%;
      float: left;
      color: #3C415F;
      font-size: 1.3333333333rem;
      font-weight: 600;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .video-subsection .title-container .time {
      float: right;
      color: #82879B;
      font-size: 1.3333333333rem; }
    .video-subsection .title-container.have .time:after {
      content: '';
      display: inline-block;
      width: 1.3333333333rem;
      height: 1.3333333333rem;
      vertical-align: text-top;
      margin-left: 0.8333333333rem;
      background: url(../img/cf/icon_arrow_1.png) no-repeat;
      background-size: 100% 100%;
      transform: rotate(180deg); }
    .video-subsection .title-container.have.active .time:after {
      transform: rotate(0deg); }
  .video-subsection li:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #dbdee4;
    transform: scaleY(0.5); }
  .video-subsection li:last-child:after {
    height: 0px; }
  .video-subsection .content-container {
    display: none;
    font-size: 1.3333333333rem;
    line-height: 2.3333333333rem;
    padding-bottom: 1.25rem; }

.main-share-container {
  width: 100%;
  height: 100%;
  min-height: 100%;
  background: url(../img/cf/bg_share.png) no-repeat;
  background-size: 100% 100%;
  position: relative; }

.pop-share-modal {
  position: absolute;
  top: -1.25rem;
  z-index: 100;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }

.pop-share-container {
  background-color: #FFF;
  padding: 1.6666666667rem 0;
  border-radius: 0.8333333333rem;
  width: 90%;
  margin-top: 3.3333333333rem; }
  .pop-share-container .user-avatar {
    border-radius: 50%;
    height: 6.6666666667rem;
    width: 6.6666666667rem;
    margin: 0 auto;
    display: block;
    margin-top: -5rem; }
  .pop-share-container .user-name {
    color: #222C57;
    font-size: 1.5rem;
    text-align: center;
    font-weight: 600;
    line-height: 2.5rem; }
  .pop-share-container .user-position {
    text-align: center;
    font-size: 1.1666666667rem; }
  .pop-share-container .margin-value-5 {
    margin-top: 0.8333333333rem; }
  .pop-share-container .user-desc {
    text-align: center;
    font-size: 1.3333333333rem; }
  .pop-share-container .input-container {
    padding: 0.6666666667rem 1.6666666667rem; }
  .pop-share-container input {
    line-height: 2.5rem;
    border: none;
    color: #555A73;
    padding: 0rem 0.8333333333rem;
    margin: 0.4166666667rem 0;
    font-size: 1.25rem; }
  .pop-share-container .input-inner {
    height: 3.3333333333rem;
    background-color: #F4F5F7; }
  .pop-share-container .full-input {
    width: 90%; }
  .pop-share-container .short-input {
    width: 50%; }
  .pop-share-container .auth-code {
    width: 7.8333333333rem;
    height: 2.8333333333rem;
    float: right;
    padding: 0.25rem; }
  .pop-share-container .get-code {
    width: 8.3333333333rem;
    color: #B4B9C3;
    height: 1.6666666667rem;
    line-height: 1.6666666667rem;
    float: right;
    vertical-align: middle;
    padding: 0 !important;
    text-align: center;
    margin: 0.8333333333rem 0;
    border-left: 1px solid #DADADA; }
    .pop-share-container .get-code.active {
      color: #D2B978; }
  .pop-share-container .download-app {
    width: 70%;
    height: 3.3333333333rem;
    background-color: #CDCFD7;
    display: block;
    line-height: 3.3333333333rem;
    margin: 0 auto;
    border-radius: 1.6666666667rem;
    color: #FFF;
    text-align: center; }
    .pop-share-container .download-app.active {
      background-color: #D2B978; }
  .pop-share-container .hint-msg {
    padding: 0 0.8333333333rem;
    font-size: 1rem;
    color: #F74C31;
    line-height: 2.0833333333rem; }
  .pop-share-container .gold-text {
    font-size: 1rem;
    color: #D2B978;
    line-height: 2.0833333333rem; }

.accordion-bd .content-container {
  padding: 0.8333333333rem 1.25rem; }
  .accordion-bd .content-container .product-ightspot {
    font-size: 1.3333333333rem;
    color: #666666; }
    .accordion-bd .content-container .product-ightspot img {
      display: block;
      width: 100%;
      margin: 5px 0; }
    .accordion-bd .content-container .product-ightspot > img:first-child {
      margin-top: 0; }
  .accordion-bd .content-container .operate-container {
    margin-top: 0.8333333333rem;
    border-top: 1px solid #F4F5F7; }
    .accordion-bd .content-container .operate-container .pack-up-more {
      display: block;
      color: #c29a63;
      font-size: 1.1666666667rem;
      text-align: center;
      line-height: 2.5rem; }

.grammaticalization {
  position: relative;
  overflow: hidden;
  max-height: 16.6666666667rem; }

.grammaticalization:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 16.6666666667rem;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white); }

.product-comment-list {
  padding: 0 !important;
  color: #666666; }

.product-comment-item-font .comment {
  color: #666666;
  font-size: 1.3333333333rem;
  line-height: 1.8333333333rem; }
  .product-comment-item-font .comment.comment-detail {
    text-indent: 2.9166666667rem; }

.video-list-item .desc-div {
  height: 3.75rem;
  font-size: 1.3333333333rem;
  line-height: 3.75rem;
  color: #333333;
  vertical-align: middle; }
  .video-list-item .desc-div:before {
    content: '';
    width: 1.25rem;
    height: 1.25rem;
    display: inline-block;
    background: url(../img/cf/icon_play_active.png) no-repeat;
    background-size: 100% 100%;
    vertical-align: middle;
    margin-right: 0.8333333333rem; }
.video-list-item li:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #dbdee4;
  transform: scaleY(0.5); }
.video-list-item li:last-child:after {
  height: 0; }

.buyer-share-list {
  margin-bottom: 0.8333333333rem; }

.buyer-share-list .special-comment-item {
  padding-bottom: 0; }
.buyer-share-list .comment-item-content {
  margin-left: 0;
  position: relative; }
.buyer-share-list .maximum-clearance {
  position: relative;
  overflow: hidden;
  max-height: 12.5rem; }
  .buyer-share-list .maximum-clearance:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 12.5rem;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white); }

.overflow-hidden {
  overflow: hidden;
  height: 100%; }

.video-pop-box {
  display: none; }
  .video-pop-box .mark {
    pointer-events: none;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1005;
    background-color: rgba(0, 0, 0, 0.6); }
  .video-pop-box .video-content {
    position: fixed;
    width: 100%;
    height: 23.3333333333rem;
    top: 50%;
    margin-top: -11.6666666667rem;
    z-index: 1009; }
  .video-pop-box .close {
    cursor: pointer;
    display: block;
    margin: 3.3333333333rem auto 0 auto;
    width: 2.5rem;
    height: 2.5rem;
    background: url(../img/cf/icon_close.png) no-repeat;
    background-size: 100% 100%; }

body.modal-open {
  position: fixed;
  width: 100%; }

.left-right-ul .detail-content {
  height: 1.6666666667rem;
  line-height: 1.6666666667rem;
  color: #82879B;
  font-size: 1.1666666667rem;
  display: flex; }
  .left-right-ul .detail-content div.left {
    flex: 1; }
    .left-right-ul .detail-content div.left span {
      font-size: 1.1666666667rem;
      display: inline-block;
      border: 1px solid #B4923B;
      color: #B4923B;
      padding: 0 0.4166666667rem;
      border-radius: 0.8333333333rem; }
  .left-right-ul .detail-content div.right {
    flex: 1.5;
    text-align: right;
    font-size: 1.1666666667rem; }
    .left-right-ul .detail-content div.right i {
      content: '';
      display: inline-block;
      width: 1px;
      margin: 0 0.1666666667rem;
      height: 1rem;
      vertical-align: middle;
      background-color: #C8CCD4; }

.no-padding {
  padding: 0 !important; }

.accordion-bd.hot-comment-list .comment-item {
  padding-top: 0.8333333333rem !important;
  padding-bottom: 0.8333333333rem !important; }
  .accordion-bd.hot-comment-list .comment-item:nth-child(1) {
    border-top: 0px solid #e6e9eb; }

.no-top-border {
  border-top: 0px solid #FFF !important; }

.watch-password-box {
  width: 60%;
  height: 2.9166666667rem;
  line-height: 2.9166666667rem;
  background-color: #F4F5F7;
  border-radius: 1.4583333333rem;
  text-align: center;
  margin: 0.4166666667rem auto; }

/*产品讨论区*/
.tab-panel .talk-about-ul li {
  margin-top: 0.8333333333rem;
  background-color: #fff; }
  .tab-panel .talk-about-ul li:first-child {
    margin-top: 0; }
.tab-panel .talk-about-ul .desc-content-box {
  padding: 1.6666666667rem 1.25rem; }
  .tab-panel .talk-about-ul .desc-content-box .head-box {
    display: flex;
    align-items: center; }
    .tab-panel .talk-about-ul .desc-content-box .head-box .img-box {
      height: 2.9166666667rem;
      position: relative; }
      .tab-panel .talk-about-ul .desc-content-box .head-box .img-box img {
        display: block;
        width: 2.9166666667rem;
        height: 2.9166666667rem;
        border-radius: 50%; }
      .tab-panel .talk-about-ul .desc-content-box .head-box .img-box.big-v:before {
        content: '';
        position: absolute;
        right: 0;
        bottom: 0;
        width: 1.1666666667rem;
        height: 1.1666666667rem;
        background: url(../img/cf/comment/big_v.png) no-repeat;
        background-size: 100% 100%;
        z-index: 100; }
    .tab-panel .talk-about-ul .desc-content-box .head-box .desc-box {
      flex: 1;
      padding: 0 0.4166666667rem; }
      .tab-panel .talk-about-ul .desc-content-box .head-box .desc-box .user-name {
        font-weight: 500;
        font-size: 1.1666666667rem;
        color: #333333; }
      .tab-panel .talk-about-ul .desc-content-box .head-box .desc-box .mark {
        display: inline-block;
        color: #666666;
        font-size: 0.8333333333rem;
        border: 1px solid #f4f5f7;
        border-radius: 0.8333333333rem;
        padding: 0 0.4166666667rem;
        margin: 0.4166666667rem;
        background-color: #f4f5f7; }
      .tab-panel .talk-about-ul .desc-content-box .head-box .desc-box .time {
        color: #999999;
        font-size: 1rem; }
    .tab-panel .talk-about-ul .desc-content-box .head-box .operate-box a {
      display: inline-block;
      width: 5.6666666667rem;
      height: 2.3333333333rem;
      border: 1px solid #c29a63;
      border-radius: 1.25rem;
      font-size: 1.1666666667rem;
      line-height: 2.3333333333rem; }
      .tab-panel .talk-about-ul .desc-content-box .head-box .operate-box a:link, .tab-panel .talk-about-ul .desc-content-box .head-box .operate-box a:visited, .tab-panel .talk-about-ul .desc-content-box .head-box .operate-box a:hover, .tab-panel .talk-about-ul .desc-content-box .head-box .operate-box a:active {
        color: #d2b978; }
  .tab-panel .talk-about-ul .desc-content-box .content-box {
    margin-top: 1.25rem; }
    .tab-panel .talk-about-ul .desc-content-box .content-box .detail-link-a,
    .tab-panel .talk-about-ul .desc-content-box .content-box .blue-text {
      font-weight: 700;
      color: #3951dc; }
      .tab-panel .talk-about-ul .desc-content-box .content-box .detail-link-a:link, .tab-panel .talk-about-ul .desc-content-box .content-box .detail-link-a:visited, .tab-panel .talk-about-ul .desc-content-box .content-box .detail-link-a:hover, .tab-panel .talk-about-ul .desc-content-box .content-box .detail-link-a:active,
      .tab-panel .talk-about-ul .desc-content-box .content-box .blue-text:link,
      .tab-panel .talk-about-ul .desc-content-box .content-box .blue-text:visited,
      .tab-panel .talk-about-ul .desc-content-box .content-box .blue-text:hover,
      .tab-panel .talk-about-ul .desc-content-box .content-box .blue-text:active {
        color: #3951dc; }
    .tab-panel .talk-about-ul .desc-content-box .content-box .title {
      color: #333333;
      font-size: 1.5rem;
      padding: 0.5rem 0 0.25rem 0;
      font-weight: 600; }
    .tab-panel .talk-about-ul .desc-content-box .content-box .desc {
      padding: 0.25rem 0 0.5rem 0; }
    .tab-panel .talk-about-ul .desc-content-box .content-box .origin-div {
      margin: 1.25rem 0;
      padding: 1.6666666667rem 1rem;
      font-size: 1.3333333333rem;
      background-color: #f5f5f5; }
      .tab-panel .talk-about-ul .desc-content-box .content-box .origin-div .content-box {
        margin-top: 0; }
      .tab-panel .talk-about-ul .desc-content-box .content-box .origin-div .name {
        font-weight: 600;
        padding-bottom: 0.5833333333rem;
        color: #333333; }
      .tab-panel .talk-about-ul .desc-content-box .content-box .origin-div .desc {
        padding-right: 1.25rem; }
      .tab-panel .talk-about-ul .desc-content-box .content-box .origin-div .origin-title {
        font-weight: 600;
        color: #333333; }
      .tab-panel .talk-about-ul .desc-content-box .content-box .origin-div .origin-content {
        padding: 0.5833333333rem 0;
        color: #666666; }
      .tab-panel .talk-about-ul .desc-content-box .content-box .origin-div .origin-mark {
        font-size: 1rem;
        color: #999999; }
    .tab-panel .talk-about-ul .desc-content-box .content-box .desc-div img {
      margin: 1.25rem 0;
      height: 18.5rem; }
    .tab-panel .talk-about-ul .desc-content-box .content-box .desc-div.img-text {
      display: flex;
      align-items: center; }
      .tab-panel .talk-about-ul .desc-content-box .content-box .desc-div.img-text img {
        width: 7.8333333333rem;
        height: 5.6666666667rem; }
    .tab-panel .talk-about-ul .desc-content-box .content-box .desc {
      color: #666666;
      line-height: 2.1666666667rem;
      font-size: 1.3333333333rem; }
  .tab-panel .talk-about-ul .desc-content-box .mark-box {
    color: #999999;
    font-size: 1rem; }
    .tab-panel .talk-about-ul .desc-content-box .mark-box span {
      margin-right: 1.6666666667rem; }
    .tab-panel .talk-about-ul .desc-content-box .mark-box span:first-child {
      margin-left: 0; }
.tab-panel .talk-about-ul .red-pocket-div {
  display: flex;
  margin-bottom: 1.25rem;
  padding: 0.8333333333rem 1.25rem;
  background-color: #FFF7F5; }
  .tab-panel .talk-about-ul .red-pocket-div:before {
    content: '';
    width: 3.25rem;
    height: 4.3333333333rem;
    background: url(../img/cf/comment/red_pocket.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 0.8333333333rem; }
  .tab-panel .talk-about-ul .red-pocket-div .red-desc-div .title {
    color: #666666;
    font-size: 1.3333333333rem;
    line-height: 1.6666666667rem; }
  .tab-panel .talk-about-ul .red-pocket-div .red-desc-div .desc {
    color: #999999;
    font-size: 1.1666666667rem;
    line-height: 1.6666666667rem; }
.tab-panel .talk-about-ul .operate-box {
  display: flex;
  text-align: center; }
  .tab-panel .talk-about-ul .operate-box div {
    position: relative;
    flex: 1;
    height: 3.6666666667rem;
    line-height: 3.6666666667rem;
    color: #999999;
    font-size: 1.1666666667rem; }
    .tab-panel .talk-about-ul .operate-box div.forwarded:before {
      content: '';
      display: inline-block;
      width: 1.6666666667rem;
      height: 1.6666666667rem;
      background: url(../img/cf/comment/forwarded.png) no-repeat;
      background-size: 100% 100%;
      vertical-align: middle;
      margin-top: -0.3333333333rem;
      margin-right: 0.4166666667rem; }
    .tab-panel .talk-about-ul .operate-box div.comment:before {
      content: '';
      display: inline-block;
      width: 1.6666666667rem;
      height: 1.6666666667rem;
      background: url(../img/cf/comment/comment.png) no-repeat;
      background-size: 100% 100%;
      vertical-align: middle;
      margin-top: -0.3333333333rem;
      margin-right: 0.4166666667rem; }
    .tab-panel .talk-about-ul .operate-box div.praise:before {
      content: '';
      display: inline-block;
      width: 1.6666666667rem;
      height: 1.6666666667rem;
      background: url(../img/cf/comment/praise_nor.png) no-repeat;
      background-size: 100% 100%;
      vertical-align: middle;
      margin-top: -0.3333333333rem;
      margin-right: 0.4166666667rem; }
    .tab-panel .talk-about-ul .operate-box div.praise.active:before {
      background: url(../img/cf/comment/praise.png) no-repeat;
      background-size: 100% 100%; }
    .tab-panel .talk-about-ul .operate-box div:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #e1e1e1;
      transform: scaleY(0.5); }

/*基金经理相关信息*/
.community-in-div {
  background-color: #FFF;
  margin-bottom: 0.8333333333rem; }
  .community-in-div .community-info-div {
    display: flex;
    padding: 1.5rem 1.25rem;
    align-items: center; }
    .community-in-div .community-info-div .community-logo {
      width: 3.0833333333rem;
      height: 2.1666666667rem;
      background: url(../img/cf/comment/jfz_sq.png) no-repeat;
      background-size: 100% 100%; }
    .community-in-div .community-info-div .info-show {
      flex: 1;
      display: flex; }
      .community-in-div .community-info-div .info-show span {
        padding: 0 0.4166666667rem; }
      .community-in-div .community-info-div .info-show div {
        flex: 1;
        color: #555A73;
        font-size: 1.25rem;
        text-align: center;
        line-height: 1.6666666667rem;
        border-right: 1px solid #E6E9EB; }
        .community-in-div .community-info-div .info-show div:last-child {
          border-right: none; }
  .community-in-div .border-line {
    display: block;
    width: 100%;
    height: 1px;
    transform: scaleY(0.5);
    background: #DBDEE4; }
  .community-in-div .see-info-div {
    display: block;
    color: #B4923B;
    text-align: center;
    height: 3.6666666667rem;
    line-height: 3.6666666667rem;
    font-size: 1.1666666667rem; }
  .community-in-div a:link,
  .community-in-div a:visited,
  .community-in-div a:hover,
  .community-in-div a:active {
    color: #B4923B; }

.margin-small-value {
  margin-left: 2.5rem; }

.enter-self-center {
  display: inline-block;
  height: 1.5rem;
  padding: 0 0.6666666667rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #c29a63;
  border-radius: 1.5rem;
  border: 1px solid #e8bf79; }

.mod-say-say {
  height: 4.5833333333rem;
  display: none; }
  .mod-say-say .say-say-box {
    background-color: #F4F5F7;
    position: fixed;
    bottom: 4.5rem;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 0.8333333333rem 1.25rem; }
    .mod-say-say .say-say-box .input-box {
      border-radius: 0.3333333333rem;
      background-color: #FFF;
      color: #C5C5C5;
      font-size: 1.5rem;
      height: 3.1666666667rem;
      line-height: 3.1666666667rem;
      padding: 0 1.25rem; }

/*空样式*/
.tab-panel .empty-block {
  color: #82879B;
  text-align: center;
  font-size: 1.3333333333rem; }
  .tab-panel .empty-block img {
    display: block;
    width: 9.1666666667rem;
    height: 9.1666666667rem;
    margin: 4.6666666667rem auto 0.8333333333rem auto; }

.stick-mark {
  display: inline-block;
  padding: 0 0.4166666667rem;
  color: #F74C31;
  font-size: 1rem;
  line-height: 1.1666666667rem;
  border: 1px solid #F74C31;
  border-radius: 2px;
  margin-right: 0.5rem; }

.cream-mark {
  display: inline-block;
  color: #bca26a;
  border-radius: 0.8333333333rem;
  padding: 0 0.4166666667rem;
  font-size: 1rem;
  background-color: #fbf7e9; }

/*股权详情*/
.question-icon-i {
  display: inline-block;
  width: 0.8333333333rem;
  height: 0.8333333333rem;
  background: url(../img/cf/icon_question_mark.png) no-repeat;
  background-size: 100% 100%;
  margin-left: 0.4166666667rem;
  vertical-align: middle; }

.accordion .accordion-bd p.title {
  color: #333333;
  font-size: 1.4166666667rem;
  font-weight: 600;
  margin: 0.8333333333rem 0; }
  .accordion .accordion-bd p.title:first-child {
    margin-top: 0rem; }
.accordion .accordion-bd p.gray {
  color: #666666; }

.content-container-box .operate-container .pack-up-more {
  display: block;
  line-height: 3.3333333333rem;
  color: #c29a63;
  text-align: center; }

.mask-layer-two {
  position: relative;
  overflow: hidden;
  max-height: 5rem; }

.mask-layer-two:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 5rem;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white); }

.mask-layer-four {
  position: relative;
  overflow: hidden;
  max-height: 10rem; }

.mask-layer-four:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 10rem;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white); }

.table-border-gray {
  width: 100%;
  margin-bottom: 1.6666666667rem;
  font-size: 1.25rem;
  color: #333333;
  border-bottom: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1; }
  .table-border-gray .title {
    color: #999999; }
  .table-border-gray th {
    width: 4.75rem; }
  .table-border-gray td,
  .table-border-gray th {
    text-align: center;
    padding: 0 0.4166666667rem;
    line-height: 3.75rem;
    border-top: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1; }

.pop-up-box .mark {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1002;
  background-color: rgba(0, 0, 0, 0.5); }
.pop-up-box .gradient-bg {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: url(../img/cf/gradient.png) no-repeat;
  background-size: 100% 100%;
  z-index: 1001; }
.pop-up-box .pop-container-box {
  position: fixed;
  z-index: 1003;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #FFF;
  padding: 2.5rem 1.25rem;
  border-radius: 0.8333333333rem; }
  .pop-up-box .pop-container-box .desc {
    color: #82879B; }
  .pop-up-box .pop-container-box .tilte {
    color: #555A73;
    font-size: 1.8333333333rem;
    text-align: center; }
  .pop-up-box .pop-container-box .desc-text {
    color: #727998;
    text-align: center;
    padding: 0.8333333333rem 0; }
  .pop-up-box .pop-container-box .close {
    position: absolute;
    top: 0.8333333333rem;
    right: 0.8333333333rem;
    width: 1.3333333333rem;
    height: 1.3333333333rem;
    background: url(../img/cf/appointment/close.png) no-repeat;
    background-size: 100% 100%; }
  .pop-up-box .pop-container-box p {
    display: flex;
    width: 12.5rem;
    margin: 0 auto;
    text-align: center;
    line-height: 3.3333333333rem; }
  .pop-up-box .pop-container-box .value {
    color: #3C415F; }
  .pop-up-box .pop-container-box .btn-a {
    display: block;
    width: 19.5833333333rem;
    color: #FFF;
    line-height: 3.3333333333rem;
    border-radius: 1.6666666667rem;
    text-align: center;
    background-color: #D2B978;
    margin-top: 0.8333333333rem; }

.show-more-open-app {
  color: #d2b978;
  display: block;
  height: 3.75rem;
  line-height: 3.75rem;
  text-align: center; }

.page-roadshow-enroll {
  height: 100vh;
  background-color: #1b1e28; }
  .page-roadshow-enroll .roadshow-form {
    padding: 74% 1.25rem 2.5rem;
    background: #1b1e28 url(../img/cf/roadshow_form_bg.png) no-repeat 50% 0;
    background-size: cover; }
    .page-roadshow-enroll .roadshow-form ::-webkit-input-placeholder {
      color: #fff; }
    .page-roadshow-enroll .roadshow-form .input-wrap {
      position: relative;
      margin-top: 1.25rem;
      height: 3.6666666667rem; }
    .page-roadshow-enroll .roadshow-form .input-label {
      position: absolute;
      top: 0.8333333333rem;
      left: 0.8333333333rem;
      width: 2rem;
      height: 2rem;
      background-repeat: no-repeat;
      background-size: contain; }
    .page-roadshow-enroll .roadshow-form .input-name .input-label {
      background-image: url(../img/cf/ico_roadshow_name.png); }
    .page-roadshow-enroll .roadshow-form .input-contact .input-label {
      background-image: url(../img/cf/ico_roadshow_tel.png); }
    .page-roadshow-enroll .roadshow-form .input-org .input-label {
      background-image: url(../img/cf/ico_roadshow_org.png); }
    .page-roadshow-enroll .roadshow-form .input-time .input-label {
      background-image: url(../img/cf/ico_roadshow_time.png); }
    .page-roadshow-enroll .roadshow-form .input-txt {
      display: block;
      width: 100%;
      height: 3.6666666667rem;
      padding: 0.8333333333rem 4.5rem 0.8333333333rem 3.6666666667rem;
      font-size: 1.3333333333rem;
      line-height: 2rem;
      color: #fff;
      border: none;
      border-radius: 5px;
      background-color: rgba(255, 255, 255, 0.2);
      box-sizing: border-box; }
    .page-roadshow-enroll .roadshow-form .input-addon {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      width: 3.6666666667rem;
      font-weight: 700;
      font-size: 1.3333333333rem;
      line-height: 4.5rem;
      color: #ff2607;
      text-align: center; }

.page-about-app .btn-digg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 2;
  height: 48px;
  margin: 0 18%;
  font-size: 24px;
  line-height: 44px;
  text-align: center;
  color: #fff;
  border-radius: 50px;
  border: 2px solid #fff;
  box-sizing: border-box; }
.page-about-app .btn-recommend {
  display: block;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  color: #2e323e;
  text-align: center;
  background: #dcac67 url(../img/cf/about/about_08.jpg) no-repeat;
  background-size: cover; }
.page-about-app .version {
  position: absolute;
  top: 16%;
  right: 0;
  left: 0;
  z-index: 999;
  font-size: remChange(13);
  text-align: center;
  letter-spacing: remChange(5);
  color: #fff; }
.page-about-app .figure {
  position: relative; }
  .page-about-app .figure img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1; }
.page-about-app .figure-01 {
  padding-top: 157.4666666667%; }
.page-about-app .figure-02 {
  padding-top: 147.7333333333%; }
.page-about-app .figure-03 {
  padding-top: 178.4%; }
.page-about-app .figure-04 {
  padding-top: 100.4%; }
.page-about-app .figure-05 {
  padding-top: 100.9333333333%; }
.page-about-app .figure-06 {
  padding-top: 91.3333333333%; }
.page-about-app .figure-07 {
  background: #0f1422 url(../img/cf/about/about_07.jpg);
  -webkit-background-size: cover;
  background-size: cover; }
  .page-about-app .figure-07 .content,
  .page-about-app .figure-07 .address {
    padding: 30px 24px 30px;
    font-size: 16px;
    line-height: 26px;
    color: #fff; }
  .page-about-app .figure-07 .address {
    padding: 0 24px 50px; }
  .page-about-app .figure-07 .gold {
    color: #f7db9e;
    font-weight: 600; }
.page-about-app .figure-08 {
  height: 50px; }
  .page-about-app .figure-08 .btn-recommend {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 3; }

.main-about-us-page {
  background-color: #061327;
  margin: 0 auto;
  position: relative; }
  .main-about-us-page .gold-color {
    color: #f2c21b;
    font-size: 1.1666666667rem; }
  .main-about-us-page .figure-08 {
    height: 50px; }
    .main-about-us-page .figure-08 .btn-recommend {
      position: fixed;
      bottom: 0;
      right: 0;
      left: 0;
      z-index: 3; }
    .main-about-us-page .figure-08 .btn-recommend {
      display: block;
      height: 50px;
      font-size: 20px;
      line-height: 50px;
      color: #2e323e;
      text-align: center;
      background: #dcac67 url(../img/cf/about/about_08.jpg) no-repeat;
      background-size: cover; }
  .main-about-us-page .version-div {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.25rem;
    position: absolute;
    top: 0.8333333333rem;
    right: 1.25rem; }
  .main-about-us-page .introduce-div {
    padding: 0 1.0416666667rem;
    height: 11.75rem;
    line-height: 1.6666666667rem;
    background: url("../img/cf/about/about_img/about_2.jpg") center top no-repeat;
    background-size: 100% 100%;
    font-size: 1.1666666667rem;
    color: #e4e4e4; }
  .main-about-us-page .introduce-div .publish-number-div {
    line-height: 2.5rem;
    text-align: center;
    font-size: 12px;
    color: #999999; }
  .main-about-us-page .conduct-video {
    padding: 0 1.0416666667rem;
    line-height: 1.4583333333rem;
    background: url("../img/cf/about/about_img/about_3.jpg") center top no-repeat;
    background-size: 100% 100%;
    font-size: 1.0833333333rem;
    color: #e4e4e4; }
    .main-about-us-page .conduct-video .desc {
      color: #e4e4e4;
      font-size: 1rem;
      text-align: center;
      padding: 1rem 0 1.6666666667rem 0; }
  .main-about-us-page .padding-value {
    padding: 2.0833333333rem 0; }
  .main-about-us-page .interview-person-div {
    padding: 0 1.0416666667rem;
    line-height: 1.4583333333rem;
    background: url("../img/cf/about/about_img/about_5.jpg") center top no-repeat;
    background-size: 100% 100%;
    font-size: 1.0833333333rem;
    color: #e4e4e4; }
    .main-about-us-page .interview-person-div .desc {
      line-height: 2.5rem;
      text-align: center; }
  .main-about-us-page .head-title {
    color: #f2c21b;
    font-size: 1.3333333333rem;
    text-align: center; }
    .main-about-us-page .head-title:before {
      content: '';
      display: inline-block;
      width: 2.5rem;
      height: 1px;
      background-color: rgba(242, 194, 27, 0.4);
      vertical-align: middle; }
    .main-about-us-page .head-title:after {
      content: '';
      display: inline-block;
      width: 2.5rem;
      height: 1px;
      background-color: rgba(242, 194, 27, 0.4);
      vertical-align: middle; }
  .main-about-us-page .active-img {
    padding: 5.5416666667rem 0; }
  .main-about-us-page .operation-div {
    width: 14.5833333333rem;
    text-align: center;
    color: #f2c21b;
    font-size: 1rem;
    display: block;
    border: 1px solid #f2c21b;
    padding: 0.4166666667rem;
    border-radius: 1.25rem;
    cursor: pointer;
    margin: 2.0833333333rem auto 2.0833333333rem auto; }
    .main-about-us-page .operation-div:after {
      content: '';
      display: inline-block;
      width: 7px;
      height: 7px;
      border-top: 1px solid #f2c21b;
      border-right: 1px solid #f2c21b;
      transform: rotate(45deg); }
    .main-about-us-page .operation-div a:link,
    .main-about-us-page .operation-div a:visited,
    .main-about-us-page .operation-div a:hover,
    .main-about-us-page .operation-div a:active {
      color: #f2c21b; }
    .main-about-us-page .operation-div.marign-20 {
      margin: 0.8333333333rem auto 0 auto; }
  .main-about-us-page .swiper-pagination {
    margin: 0 auto;
    position: relative !important; }
    .main-about-us-page .swiper-pagination .swiper-pagination-bullet {
      background-color: #656e7a; }
    .main-about-us-page .swiper-pagination .swiper-pagination-bullet-active {
      opacity: 1;
      background-color: #f2c21b; }
    .main-about-us-page .swiper-pagination .swiper-pagination-bullet {
      margin-left: 0.625rem; }
  .main-about-us-page .show-active-img {
    margin-top: 1.5rem; }
  .main-about-us-page .swiper-slide p {
    text-align: center;
    line-height: 3.125rem; }
  .main-about-us-page .address-div {
    padding: 0 1.0416666667rem;
    line-height: 1.6666666667rem;
    background: url("../img/cf/about/about_img/bg.jpg") center top no-repeat;
    background-size: 100% 100%;
    font-size: 1.0833333333rem;
    color: #e4e4e4; }
    .main-about-us-page .address-div .title {
      color: #f9c719;
      padding-top: 2.0833333333rem; }
  .main-about-us-page .pop-div {
    display: none; }
    .main-about-us-page .pop-div .mark-div {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.4);
      z-index: 100; }
    .main-about-us-page .pop-div .pop-content {
      position: fixed;
      padding: 2.5rem 1.6666666667rem;
      width: 23.75rem;
      top: 0;
      background-color: #FFF;
      z-index: 101;
      color: #666666;
      font-size: 1rem;
      border-radius: 0.625rem;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      .main-about-us-page .pop-div .pop-content p {
        line-height: 2.5rem; }
      .main-about-us-page .pop-div .pop-content .close {
        position: absolute;
        width: 2.0833333333rem;
        height: 2.0833333333rem;
        background: url("../img/cf/about/about_img/close.png") center top no-repeat;
        background-size: 100%;
        right: 1.0833333333rem;
        top: 0.9583333333rem; }
      .main-about-us-page .pop-div .pop-content .title {
        font-size: 1.5rem;
        color: #333;
        text-align: center; }
      .main-about-us-page .pop-div .pop-content .desc {
        text-align: center; }
        .main-about-us-page .pop-div .pop-content .desc:before {
          content: '';
          display: inline-block;
          width: 2.5rem;
          height: 1px;
          background-color: rgba(229, 229, 229, 0.4);
          vertical-align: middle; }
        .main-about-us-page .pop-div .pop-content .desc:after {
          content: '';
          display: inline-block;
          width: 2.5rem;
          height: 1px;
          background-color: rgba(229, 229, 229, 0.4);
          vertical-align: middle; }
  .main-about-us-page .lightbox {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 7;
    opacity: 0.3;
    display: block;
    background-color: black; }
  .main-about-us-page .pop {
    position: absolute;
    left: 50%;
    width: 894px;
    margin-left: -447px;
    z-index: 9; }

.page-faq {
  min-height: 100vh;
  background-color: #fff; }
  .page-faq .accordion:nth-of-type(1) {
    margin-bottom: 0; }
  .page-faq .q-item {
    font-size: 1.3333333333rem;
    line-height: 2.1666666667rem;
    color: #3c415f;
    border-bottom: 1px solid #edeef1;
    overflow: hidden; }
    .page-faq .q-item .lbl {
      position: relative;
      float: left;
      width: 1.3333333333rem;
      height: 1.3333333333rem;
      margin-top: 0.4166666667rem;
      font-size: 1rem;
      line-height: 1.3333333333rem;
      text-align: center;
      color: #fff;
      border-radius: 50%;
      background-color: #C29A63; }
      .page-faq .q-item .lbl:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        border: 0.25rem solid transparent;
        border-top-color: #C29A63;
        border-left-color: #C29A63; }
    .page-faq .q-item .cnt {
      color: #666666;
      padding-left: 0.6666666667rem;
      overflow: hidden; }
  .page-faq .q-item-head {
    position: relative;
    font-weight: 700;
    padding: 1.6666666667rem 3.3333333333rem 1.25rem 1.25rem;
    color: #333333; }
    .page-faq .q-item-head:before {
      content: '';
      position: absolute;
      top: 2.0833333333rem;
      right: 1.25rem;
      width: 1.3333333333rem;
      height: 1.3333333333rem;
      background: url(../img/cf/icon_arrow_1.png) no-repeat;
      background-size: contain;
      transform: rotate(180deg);
      will-change: transform; }
  .page-faq .q-item-body {
    display: none;
    padding: 0.4166666667rem 1.25rem 1.6666666667rem; }
  .page-faq .q-item.active .q-item-head:before {
    transform: rotate(0deg); }
  .page-faq .q-item.active .q-item-body {
    display: block;
    background-color: #f4f5f7; }

.list-block {
  padding: 15px; }
  .list-block .list-item + .list-item:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #dbdee4;
    transform: scaleY(0.5); }
  .list-block .list-item {
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px; }
    .list-block .list-item:nth-of-type(1) {
      padding-top: 0; }
    .list-block .list-item:nth-last-of-type(1) {
      padding-bottom: 0; }
    .list-block .list-item .item-media + .item-inner {
      padding-left: 10px; }
  .list-block .figure {
    width: 100px;
    height: 68px;
    overflow: hidden; }
    .list-block .figure img {
      width: 100px;
      height: 68px; }
  .list-block .figure-avatar {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%; }
    .list-block .figure-avatar img {
      height: 40px; }
  .list-block .item-inner {
    flex: 1;
    min-width: 0; }
  .list-block .item-content {
    display: flex; }
  .list-block .item-title {
    font-size: 18px;
    line-height: 21px;
    color: #3c415f;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
  .list-block .item-title-clip {
    min-height: 42px;
    max-height: 42px;
    white-space: normal;
    overflow: hidden; }
  .list-block .item-subtitle {
    font-size: 14px;
    line-height: 21px;
    color: #82879B; }
  .list-block .item-meta {
    padding-top: 6px;
    line-height: 18px; }
    .list-block .item-meta .meta-m {
      float: left; }
      .list-block .item-meta .meta-m .label {
        position: relative;
        float: left;
        height: 18px;
        padding: 0 5px;
        font-size: 12px;
        line-height: 18px;
        color: #B4923B; }
        .list-block .item-meta .meta-m .label:after {
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          width: 200%;
          height: 200%;
          border-radius: 18px;
          border: 1px solid #B4923B;
          box-sizing: border-box;
          transform-origin: 0 0;
          transform: scale(0.5); }
        .list-block .item-meta .meta-m .label .caption {
          display: block;
          transform: scale(0.9); }
      .list-block .item-meta .meta-m .label + .label {
        margin-left: 5px; }
    .list-block .item-meta .meta-s {
      float: right;
      font-size: 11px;
      color: #ADB0BC; }
      .list-block .item-meta .meta-s .ui-ico {
        margin-right: 3px;
        vertical-align: top; }
  .list-block .item-link {
    position: relative; }
    .list-block .item-link:before {
      content: '';
      position: absolute;
      width: 16px;
      height: 16px;
      background: url(../img/cf/icon_arrow_1.png) no-repeat 50% 0;
      background-size: cover;
      top: 50%;
      right: -4px;
      margin-top: -8px;
      transform: rotate(90deg); }

.content-block-expandable {
  position: relative; }
  .content-block-expandable .content-block-body {
    position: relative;
    max-height: 6rem;
    overflow: hidden; }
    .content-block-expandable .content-block-body .expandable-content {
      font-size: 1.4166666667rem; }
  .content-block-expandable.mask .content-block-body:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 5rem;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white); }
  .content-block-expandable.active .content-block-body {
    max-height: initial; }
  .content-block-expandable.active.mask .content-block-body:before {
    display: none; }

.content-block {
  background-color: #fff; }

.content-block + .content-block {
  margin-top: 0.8333333333rem; }

.content-block-head {
  position: relative;
  height: 3.6666666667rem;
  padding: 0 1.25rem;
  line-height: 3.6666666667rem; }
  .content-block-head:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #dbdee4;
    transform: scaleY(0.5); }

.content-block-head-link {
  position: relative;
  display: block; }
  .content-block-head-link:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background: url(../img/cf/icon_arrow_1.png) no-repeat 50% 0;
    background-size: cover;
    top: 50%;
    right: -4px;
    margin-top: -8px;
    transform: rotate(90deg); }
  .content-block-head-link:before {
    right: 0.9166666667rem; }

.content-block-inner {
  overflow: hidden; }

.content-block-title {
  font-size: 1.3333333333rem;
  color: #727998; }

.content-block-body {
  margin: 1.0833333333rem 1.25rem;
  font-size: 1.4166666667rem;
  line-height: 2rem;
  color: #3C415F; }

.content-block-expand-btn {
  position: relative;
  display: block;
  height: 1.3333333333rem;
  padding-bottom: 1.0833333333rem; }
  .content-block-expand-btn:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background: url(../img/cf/icon_arrow_1.png) no-repeat 50% 0;
    background-size: cover;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto; }
  .content-block-expand-btn:before {
    bottom: auto;
    transform: rotate(180deg); }

.content-block-expand-btn.active:before {
  transform: rotate(0deg); }

.accordion {
  margin: 0.8333333333rem 0;
  background-color: #fff; }

.accordion:nth-child(1) {
  margin-top: 0; }

.accordion-free .accordion-bd {
  padding: 0; }

.accordion-hd-single {
  display: block;
  height: 3.6666666667rem;
  line-height: 3.6666666667rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: relative;
  overflow: hidden; }
  .accordion-hd-single:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 200%;
    height: 1px;
    background-color: #e1e1e1;
    transform: scaleY(0.5); }
  .accordion-hd-single .title {
    float: left; }
    .accordion-hd-single .title .stick {
      float: left;
      width: 0.25rem;
      height: 1.1666666667rem;
      margin-top: 1.25rem;
      margin-right: 0.8333333333rem;
      background-color: #c29a63; }
    .accordion-hd-single .title .caption {
      float: left;
      font-size: 1.5rem;
      font-weight: 700;
      color: #333; }

.accordion-hd, .accordion-hd-no-arrow {
  display: block;
  height: 3.6666666667rem;
  line-height: 3.6666666667rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: relative;
  overflow: hidden; }
  .accordion-hd:before, .accordion-hd-no-arrow:before {
    content: '';
    position: absolute;
    top: 1.1666666667rem;
    right: 1.25rem;
    display: none;
    width: 1.3333333333rem;
    height: 1.3333333333rem;
    background: url(../img/cf/icon_arrow_1.png) no-repeat;
    background-size: contain;
    transform: rotate(180deg); }
  .accordion-hd:after, .accordion-hd-no-arrow:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 200%;
    height: 1px;
    background-color: #e1e1e1;
    transform: scaleY(0.5); }
  .accordion-hd .title, .accordion-hd-no-arrow .title {
    float: left; }
    .accordion-hd .title .stick, .accordion-hd-no-arrow .title .stick {
      float: left;
      width: 0.25rem;
      height: 1.1666666667rem;
      margin-top: 1.25rem;
      margin-right: 0.8333333333rem;
      background-color: #c29a63; }
    .accordion-hd .title .caption, .accordion-hd-no-arrow .title .caption {
      float: left;
      font-size: 1.5rem;
      font-weight: 700;
      color: #333; }

a.accordion-hd:before {
  display: block;
  transform: rotate(90deg); }
a.accordion-hd:after {
  display: none; }

.accordion-hd-no-arrow:before {
  height: 0; }

.accordion-bd {
  padding: 0.75rem 1.25rem;
  font-size: 1.3333333333rem;
  line-height: 2.3333333333rem;
  color: #232d4b; }
  .accordion-bd b, .accordion-bd strong {
    font-weight: 700; }

.accordion-photo .accordion-bd {
  padding: 1.25rem; }

.accordion-expandable .accordion-hd {
  padding-right: 3.8333333333rem; }
  .accordion-expandable .accordion-hd:before {
    display: block; }
  .accordion-expandable .accordion-hd:after {
    display: none; }

.accordion-expandable .accordion-bd {
  display: none; }

.accordion-expandable.active .accordion-hd:before {
  transform: rotate(0deg); }
.accordion-expandable.active .accordion-hd:after {
  display: block; }

.accordion-expandable.active .accordion-bd {
  display: block; }

.head-choose {
  position: fixed;
  top: 0;
  z-index: 1001;
  width: 100%; }
  .head-choose:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #dbdee4;
    transform: scaleY(0.5); }
  .head-choose ul {
    display: flex;
    background-color: #FFF;
    overflow: hidden; }
    .head-choose ul li {
      flex: 1;
      height: 3.75rem;
      line-height: 3.75rem;
      text-align: center;
      color: #82879B;
      margin: 0 15%;
      font-size: 1.3333333333rem; }
      .head-choose ul li.active {
        color: #B4923B;
        border-bottom: 2px solid #B4923B; }
    .head-choose ul.activity li {
      font-size: 1.25rem;
      margin: 0; }
      .head-choose ul.activity li a {
        color: #82879B;
        display: block;
        font-size: 1.25rem; }
      .head-choose ul.activity li a:link,
      .head-choose ul.activity li a:visited,
      .head-choose ul.activity li a:hover,
      .head-choose ul.activity li a:active {
        color: #82879B; }
      .head-choose ul.activity li.active a {
        color: #B4923B; }

.common-ul-li-list ul {
  margin-top: 3.75rem; }
  .common-ul-li-list ul li {
    background-color: #FFF;
    padding: 1.6666666667rem 1.25rem;
    margin-bottom: 0.8333333333rem; }
    .common-ul-li-list ul li .head-area {
      height: 3.75rem;
      display: flex; }
      .common-ul-li-list ul li .head-area .head-img {
        width: 2.9166666667rem;
        display: flex;
        align-items: center; }
        .common-ul-li-list ul li .head-area .head-img img {
          width: 2.9166666667rem;
          height: 2.9166666667rem;
          border-radius: 50%; }
      .common-ul-li-list ul li .head-area .head-desc {
        margin-left: 0.8333333333rem; }
        .common-ul-li-list ul li .head-area .head-desc .name {
          font-size: 1.4166666667rem;
          color: #555A73;
          line-height: 2.0833333333rem; }
        .common-ul-li-list ul li .head-area .head-desc .date {
          color: #ADB0BC;
          font-size: 1rem;
          line-height: 1.6666666667rem; }
    .common-ul-li-list ul li .content-area {
      margin-top: 0.4166666667rem;
      color: #0A1437;
      font-size: 1.3333333333rem;
      line-height: 2.0833333333rem; }
    .common-ul-li-list ul li .answer-area {
      margin-top: 0.8333333333rem;
      color: #ADB0BC;
      font-size: 1.3333333333rem;
      line-height: 2.0833333333rem;
      padding: 0.4166666667rem 0.8333333333rem;
      background-color: #FCFCFC; }
      .common-ul-li-list ul li .answer-area p {
        font-size: 1.3333333333rem;
        line-height: 2.0833333333rem; }
      .common-ul-li-list ul li .answer-area .answer {
        color: #3C415F; }
        .common-ul-li-list ul li .answer-area .answer:before {
          content: '';
          display: inline-block;
          width: 1.25rem;
          height: 1.25rem;
          margin-right: 0.4166666667rem;
          background: url(../img/cf/icon_answer.png) no-repeat center top;
          background-size: 100% 100%;
          vertical-align: text-top; }
      .common-ul-li-list ul li .answer-area .operate {
        text-align: right;
        font-size: 1.3333333333rem;
        line-height: 4.1666666667rem;
        color: #B4923B; }

p {
  cursor: pointer; }

ul li {
  cursor: pointer; }

.vertical-center-data {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%); }
  .vertical-center-data:before {
    display: block;
    content: '';
    width: 9rem;
    height: 9rem;
    margin: 0 auto;
    background: url(../img/cf/no_data.png) no-repeat;
    background-size: 100%; }
  .vertical-center-data .txt {
    width: 100%;
    text-align: center;
    color: #82879b;
    font-size: 1.3333333333rem; }

.img-txt-list {
  background-color: #F5F5F5;
  margin-top: 3.75rem; }
  .img-txt-list .list-item {
    background-color: #FFF;
    margin-bottom: 0.8333333333rem; }
    .img-txt-list .list-item .img-area {
      width: 100%;
      display: block;
      position: relative; }
      .img-txt-list .list-item .img-area img {
        width: 100%; }
      .img-txt-list .list-item .img-area .mark {
        position: absolute;
        top: 0.8333333333rem;
        left: -0.25rem;
        width: 4.3333333333rem;
        height: 1.9166666667rem;
        line-height: 1.6666666667rem;
        font-size: 1rem;
        padding-left: 0.4166666667rem; }
        .img-txt-list .list-item .img-area .mark.ongoing {
          color: #FFF;
          background: url(../img/cf/mark-ongoing-icon.png);
          background-size: 100% 100%; }
        .img-txt-list .list-item .img-area .mark.isover {
          color: #666666;
          background: url(../img/cf/mark-isover-icon.png);
          background-size: 100% 100%; }
    .img-txt-list .list-item .txt-area {
      padding: 0.4166666667rem; }
      .img-txt-list .list-item .txt-area p {
        font-size: 1.5rem;
        color: #333333;
        line-height: 2.1666666667rem;
        overflow: hidden; }
      .img-txt-list .list-item .txt-area .desc {
        overflow: hidden;
        margin: 1.0833333333rem 0; }
        .img-txt-list .list-item .txt-area .desc .mark {
          padding: 0.25rem 0.6666666667rem;
          border-radius: 8.3333333333rem;
          font-size: 1rem;
          color: #666666;
          background-color: #F5F5F5; }
        .img-txt-list .list-item .txt-area .desc .date {
          color: #999999;
          font-size: 1.1666666667rem;
          float: right; }

.cf-article-hd .meta-item {
  align-items: center; }
  .cf-article-hd .meta-item .item-mark {
    height: 1rem;
    line-height: 1rem;
    padding: 0.1666666667rem 0.8333333333rem;
    border-radius: 0.8333333333rem;
    color: #B4923B;
    font-size: 0.9166666667rem;
    border: 1px solid #B4923B; }

.mod-foot .mod-foot-control .gray {
  background-color: #CDCFD7;
  color: #FFF; }
