@charset "utf-8";

/* CSS Document */
img {
  max-width: 100%;
}

.main {
  width: 1200px;
  margin: 40px auto 0;
  overflow: hidden;
}

.detail_left {
  width: 800px;
  float: left;
}

.crumbs {
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  margin-bottom: 30px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  font-size: 12px;
  font-weight: 300;
  color: rgba(120, 120, 120, 1);
}

.crumbs a,
.crumbs span {
  color: #484848;
}

.detail_subscribe {
  float: right;
}

.detail_subscribe li {
  float: left;
  margin-left: 24px;
  font-size: 14px;
  font-weight: 300;
  color: #666666;
}

.detail_subscribe li i {
  width: 12px;
  height: 12px;
  display: block;
  background: url(../image/dingyue.png) no-repeat;
  float: left;
  margin-right: 10px;
  margin-top: 15px;
}

.detail_subscribe li.cur {
  color: #c0c0c0;
}

.detail_subscribe li.cur i {
  background: url(../image/dingyue_cur.png) no-repeat;
}

/*正文 S*/
.xhcj_content {
  width: 760px;
  padding: 0 20px 30px;
  background: #fff;
  position: relative;
}

.xhcj_content h1 {
  font-size: 32px;
  font-weight: 400;
  color: #333333;
  line-height: 46px;
  margin-top: 40px;
  margin-bottom: 10px;
}

.xhcj_content .xhcj_detail_time {
  font-size: 12px;
  font-weight: 400;
  color: #a7a7a7;
  line-height: 30px;
  height: 30px;
}

.xhcj_content .xhcj_detail_time em {
  font-style: normal;
  padding: 0 15px;
}

.xhcj_detail_main {
  font-size: 16px;
  font-weight: 400;
  color: #262626;
  line-height: 2em;
}

.xhcj_content .xhcj_summary {
  width: 720px;
  background: #f8f8f8;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 26px;
  padding: 24px 20px;
  height: 52px;
  margin: 28px 0;
}

.xhcj_detail_main p {
  margin-bottom: 20px;
}

.detail_tit_share {
  float: right;
  display: none;
}
.ui-share-wrap{
  display: none;
}
.xhcj_detail_main p.p_image {
  width: 100%;
  max-width: 100%;
  text-align: center;
}

.xhcj_bottom_share {
  height: 30px;
  float: right;
}

.xhcj_detail_main .xhcj_statement {
  font-size: 12px;
  font-weight: 400;
  color: #a7a7a7;
  line-height: 16px;
  margin-bottom: 27px;
}

/*正文 E*/
/*付费 S*/
.detail_pay {
  position: absolute;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.89) 52%,
    rgba(255, 255, 255, 1) 100%
  );
  width: 100%;
  height: 320px;
  bottom: 0;
  left: 0;
}

.detail_pay .pay_explain {
  position: absolute;
  bottom: 50px;
  left: 20px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #378bd2;
  width: 407px;
  height: 50px;
  line-height: 50px;
  padding: 0 118px;
  text-align: center;
  padding-left: 234px;
}

.detail_pay .pay_explain ul li {
  float: left;
}

.detail_pay .pay_explain ul li i {
  width: 24px;
  height: 24px;
  display: block;
  background: url(../image/unlock-blue.png) no-repeat;
  float: left;
  margin-top: 10px;
  margin-right: 7px;
}

.detail_pay .pay_explain ul em {
  font-style: normal;
  float: left;
  margin: 0 20px;
  color: #f0f0f0;
}

.detail_pay .pay_explain ul li span {
  font-size: 16px;
  font-weight: 500;
  margin-left: 5px;
}

.detail_pay .pay_explain ul li span.single_payment {
  color: #378bd2;
}

.detail_pay .pay_explain ul li span.pay_price {
  color: #dd646d;
}

.detail_pay .pay_explain ul li span.text {
  color: #999;
}

/*付费 E*/
.ad2 {
  width: 1200px;
  height: 120px;
  overflow: hidden;
  padding-top: 60px;
}

.detail_bottom {
  width: 760px;
  background: #fff;
  overflow: hidden;
  padding: 35px 20px;
  margin-top: 20px;
}

/*收藏 S*/
.detail_dianzan {
  width: 390px;
  margin: 0 auto 38px;
  height: 52px;
  line-height: 52px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}

.detail_dianzan .icon {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  border: 1px solid #c0c0c0;
  float: left;
  margin-right: 20px;
  cursor: pointer;
}
.shoucang {
  background: url(../image/collect-gray.png) center center no-repeat;
}
.detail_shoucang .cur {
  background: url(../image/collect-yellow.png) center center no-repeat;
}
.like {
  position: relative;
  background: url(../image/live_like.png) center center no-repeat;
}
.detail_like {
  float: right;
}
.detail_like .cur {
  background: url(../image/live_like_cur.png) center center no-repeat;
}
.detail_dianzan .detail_shoucang {
  float: left;
  width: 120px;
  margin-right: 59px;
}
.ui-likenum {
  position: absolute;
  right: -15px;
  top: -4px;
  background-color: #dd646d;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #fff;
  padding: 0 5px;
  border-radius: 20px;
}
/*收藏 E*/
/*评论 S*/
.detail_comment_wrap {
  color: #333;
  background: #fff;
}

.detail_comment_wrap .title {
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  line-height: 32px;
  margin-bottom: 22px;
  display: block;
}

.comment-form .comment-txt {
  overflow: auto;
  border: 1px solid #c0c0c0;
  background: #fff;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  height: 120px;
}

.comment-form .comment-txt.unlogin,
.comment-form .comment-txt.unlogin textarea {
  cursor: pointer;
}

.comment-form textarea {
  width: 630px;
  background: 0 0;
  border: none;
  outline: 0;
  resize: none;
  overflow: hidden;
  line-height: 20px;
  font-size: 14px;
  color: #333;
  font-weight: 600;
  padding-top: 20px;
  height: 65px;
  padding-left: 20px;
}

.comment-txt .login {
  width: 90px;
  height: 120px;
  float: right;
  background: #f8f8f8;
  line-height: 120px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #378bd2;
  letter-spacing: 1px;
  cursor: pointer;
}

.textarea_login {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  line-height: 21px;
}

.news_comment {
  margin-top: 40px;
}

.news_comment .news_comment_title {
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  line-height: 32px;
}

.news_comment ul li {
  margin-top: 20px;
  overflow: hidden;
}

.news_comment ul li .news_comment_list {
  border-bottom: 1px solid #f0f0f0;
  float: left;
  padding-bottom: 20px;
}

.news_comment ul li .news_comment_list h3 {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  line-height: 20px;
}

.news_comment ul li .news_comment_list p {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  margin: 12px 0 20px 0;
}

.news_comment ul li .news_comment_list span {
  font-size: 12px;
  font-weight: 400;
  color: #c0c0c0;
  line-height: 18px;
}

.news_comment ul li .news_comment_img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  float: left;
  margin-right: 20px;
}

.news_comment ul li .news_comment_img img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

/*评论 E*/

/*研报详情页正文 S*/
.yanbao_detail .xhcj_content_info {
  overflow: hidden;
  margin-top: 40px;
  margin-bottom: 20px;
}

.yanbao_detail .xhcj_content_info .content_info_img {
  width: 200px;
  height: 270px;
  float: left;
  margin-right: 12px;
}

.yanbao_detail .xhcj_content_info .content_info_img img {
  width: 100%;
  height: 100%;
}

.yanbao_detail .content_info_sum {
  float: right;
  width: 548px;
}

.yanbao_detail .content_info_sum .xhcj_summary {
  width: auto;
  margin-top: 13px;
  height: 70px;
  margin-bottom: 0;
}

.yanbao_detail .content_info_sum h1 {
  height: 80px;
  margin-top: 30px;
}

.yanbao_detail .xhcj_detail_time {
  line-height: 20px;
  height: 20px;
}

.detail_download {
  width: 740px;
  /* height: 60px;
  line-height: 60px; */
  background: rgba(248, 248, 248, 1);
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.detail_download .download_box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px 0;
}
.detail_download .file_name {
  font-size: 16px;
  font-family: SourceHanSansCN-Normal, SourceHanSansCN;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 22px;
  margin-right: 24px;
}

.file_icon {
  width: 16px;
  height: 16px;
  margin-right: 12px;
}

.download_icon {
  width: 16px;
  height: 16px;
  cursor: pointer;
}

/*研报详情页正文 E*/
.ui-no-comment {
  text-align: center;
  font-size: 14px;
}
.ui-comment-place {
  position: absolute;
  left: 0;
  top: 0;
  height: 80px;
  width: 646px;
  padding: 20px;
  font-size: 14px;
  color: #999;
}
.ui-comment-place span {
  color: #378bd2;
  padding-right: 5px;
  cursor: pointer;
}
/* 付费后提示信息 */
.pay_mode {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 6;
  background-color: rgba(102, 102, 102, 0.82);
}
.pay_success_mode,
.pay_error_mode {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.pay_success_mode .pay_mode_box,
.pay_error_mode .pay_mode_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 547px;
  height: 347px;
  background: rgba(255, 255, 255, 1);
  border-radius: 4px;
  border: 1px solid rgba(151, 151, 151, 1);
}

.pay_mode_box .tips {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}
.pay_mode_box .tips img {
  width: 68px;
  height: 68px;
  border-radius: 100%;
  filter: blur(0px);
  margin-bottom: 25px;
}
.pay_mode_box .tips span {
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  line-height: 31px;
}
.pay_mode_box .tips.success span {
  color: rgba(12, 123, 0, 1);
}
.pay_mode_box .tips.error span {
  color: rgba(175, 44, 44, 1);
}
.pay_mode_box .info {
  margin-bottom: 40px;
}

.pay_mode_box .info span {
  margin: 0 25px;
}
.pay_mode_box .info .order_id {
  margin: 0;
}

.pay_mode_box .search_order_btn,
.pay_mode_box .close_tips_btn {
  width: 112px;
  height: 35px;
  margin: 0 35px;
  background: rgba(49, 108, 169, 1);
  border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, 1);
  font-size: 17px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  display: inline-block;
  text-align: center;
  line-height: 35px;
}

.ui-pv-cont{
  float: right;
  padding-right: 15px;
}
/*专栏作家信息*/
.person-info {
  /* width:358px; */
  text-align: center;
  background: rgba(255, 255, 255, 1);
  border-radius: 5px;
  padding: 47px 30px 32px 30px;
  margin-bottom: 20px;
}
.person-head {
  display: none;
  width: 240px;
  height: 240px;
  margin: 0 auto;
}
.person-cont {
  margin-top: 20px;
}
.person-name {
  font-size: 32px;
  font-family: "Microsoft YaHei";
  font-weight: 400;
  color: rgba(205, 169, 73, 1);
  line-height: 32px;
}
.person-sth {
  display: none;
  margin-top: 20px;
  font-size: 14px;
  font-family: "Microsoft YaHei";
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 18px;
}
.person-sth span {
  font-size: 14px;
  font-family: "Microsoft YaHei";
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 18px;
}
.person-summary {
  margin-top: 24px;
  text-align: left;
  font-size: 14px;
  font-family: "Microsoft YaHei";
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 22px;
}
.person-sth-article {
  padding-left: 20px;
  padding-right: 20px;
}
.person-sth-article1 {
  border-right: 1px solid #dddddd;
}

.person-code {
  margin-top: 30px;
  display: none;
}
.person-code img {
  margin-bottom: 16px;
}
.person-code div {
  font-size: 12px;
  font-family: "Microsoft YaHei";
  font-weight: 600;
  color: rgba(153, 153, 153, 1);
  line-height: 17px;
}
