@charset "utf-8";
.transition {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@keyframes myfirst {
  from {
    opacity: 0.2;
  }
  to {
    opacity: 0.7;
  }
}
@-moz-keyframes myfirst {
  /* Firefox */
}
@-webkit-keyframes myfirst {
  /* Safari 和 Chrome */
}
@-o-keyframes myfirst {
  /* Opera */
}
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
  overflow: hidden;
}
.detail {
  position: relative;
  padding-top: 30px;
}
.detail .detail-left {
  position: absolute;
  width: 100px;
  left: -120px;
  text-align: center;
}
.detail .detail-left > div {
  position: fixed;
  width: 100px;
}
.detail .detail-left > div .detial-time {
  margin-bottom: 30px;
  margin-top: 15px;
}
.detail .detail-left > div .detial-time p:nth-of-type(1) {
  font-size: 12px;
  text-align: center;
  color: #666666;
  /* margin: 0 0 10px 0; */
  padding-bottom: 10px;
  /* height: 12px; */
  border-bottom: 1px solid #333333;
  line-height: 12px;
}
.detail .detail-left > div .detial-time .hr-head {
  color: #999999;
  margin-bottom: 5px;
}
.detail .detail-left > div .detial-time p:nth-of-type(2) {
  font-size: 28px;
  text-align: center;
  color: #333333;
  padding: 3px 0 2px 0;
}
.detail .detail-left > div .detial-time p:nth-of-type(2) i {
  width: 1px;
  height: 14px;
  transform: rotate(20deg);
  background-color: #333333;
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
  margin-top: -6px;
}
.detail .detail-left > div .detial-time p:nth-of-type(3) {
  font-size: 20px;
  text-align: center;
  color: #666666;
  padding: 0;
  font-weight: 300;
}
.detail .detail-left > div ul li.name p:nth-of-type(1) {
  text-align: center;
}
.detail .detail-left > div ul li.name p:nth-of-type(1) img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
}
.detail .detail-left > div ul li.name p:nth-of-type(2) {
  color: #333333;
  font-size: 12px;
  padding: 10px 0 15px 0;
  line-height: 12px;
}
.detail .detail-left > div ul li.name p:nth-of-type(2):hover a {
  color: #1465B1 !important;
}
.detail .detail-left > div ul li p:nth-of-type(2) {
  color: #333333;
  font-size: 12px;
  line-height: 12px;
  padding: 10px 0 12px 0;
}
.detail .detail-left > div ul .cancel-prase p {
  color: #1465b1 !important;
}
.detail .detail-left > div ul .cancel-prase i {
  width: 23px;
  height: 21px;
  background-position: -430px -197px !important;
}
.detail .detail-left > div ul .cancel-collect .icon-collect {
  background-position: -468px -196px;
}
.detail .detail-left > div ul .cancel-collect p {
  color: #0d51a3 !important;
}
.detail .detail-left > div ul li:hover .icon-comment {
  background-position: -389px -195px;
}
.detail .detail-left > div ul li:hover .icon-prase {
  background-position: -430px -197px !important;
}
.detail .detail-left > div ul li:hover .icon-collect {
  background-position: -468px -196px;
}
.detail .detail-left > div ul li:hover .icon-read {
  background-position: -509px -193px;
}
.detail .detail-left > div ul li:hover p {
  color: #0d51a3;
}
.detail .detail-left > div ul li:nth-of-type(2) {
  color: #999999;
  margin-bottom: 10px;
  height: 18px;
  line-height: 18px;
}
.detail .detail-content {
  float: left;
  width: 885px;
}
.detail .detail-content > div {
  margin: 0px 45px 0 0;
}
.detail .detail-content .title {
  font-size: 36px;
  font-weight: bold;
  color: #333333;
}
.detail .detail-content .detail-label {
  margin: 17px 0 30px 0;
}
.detail .detail-content .detail-label li {
  float: left;
  padding: 8px 13px;
  display: inline-block;
  color: #666666;
  margin-right: 10px;
  border-radius: 2px;
  font-size: 12px;
  line-height: 14px;
  background-color: #F5F6F7;
}
.detail .detail-content .detail-label li a {
  color: #666666;
  font-size: 12px;
  line-height: 12px;
  display: inline-block;
}
.detail .detail-content .detail-label .source {
  color: #666666;
  margin-top: 5px;
  font-size: 14px;
}
.detail .detail-content .detail-summary {
  overflow: hidden;
  padding: 16px 14px 16px 44px;
  width: 100%;
  background: #f1f1f1;
  /* opacity: 0.8; */
  border-radius: 4px;
  position: relative;
  font-size: 14px;
  margin-bottom: 34px;
  min-height: 59px;
  color: #666666;
  line-height: 24px;
}
.detail .detail-content .content-height {
  max-height: 500px;
  overflow: hidden;
  position: relative;
}
.detail .detail-content .content-height .mask-idfg {
  background-repeat: no-repeat;
  background-image: url(/v2/images/zzbg.png);
  width: 100%;
  height: 81px;
  position: absolute;
  bottom: 0;
  z-index: 3;
}
.detail .detail-content .see-more {
  cursor: pointer;
  font-size: 14px;
  color: #0E59AF;
  line-height: 32px;
  text-align: center;
  margin-bottom: 28px;
}
.detail .detail-content .see-more i {
  width: 19px;
  height: 12px;
  background-position: -136px -638px;
  margin-left: 6px;
}
.detail .detail-content .detail-content-text table {
  margin-bottom: 10px;
  border-collapse: collapse;
  display: table;
}
.detail .detail-content .detail-content-text table td {
  padding: 5px 10px;
  border: 1px solid #DDD;
}
.detail .detail-content .detail-content-text p {
  font-size: 16px;
  color: #333333;
  line-height: 32px;
  margin: 20px 0;
  text-align: justify;
}
.detail .detail-content .detail-content-text a {
  color: #055197;
}
.detail .detail-content .detail-content-text img {
  display: inline-block;
  width: auto;
  max-width: 100%;
  height: auto;
}
.detail .detail-content .copyright {
  padding: 20px 0 30px 0;
}
.detail .detail-content .copyright p {
  line-height: 30px;
  font-size: 14px;
  color: #666666;
}
.detail .detail-content .copyright p a {
  color: #1465B1 !important;
}
.detail .detail-content .detail-do {
  text-align: center;
}
.detail .detail-content .detail-do .todo #doAprase {
  position: relative;
  width: 138px;
  height: 65px;
  background-color: #eeeeee;
  color: #666666;
  border-radius: 300px;
  font-size: 12px;
  line-height: 95px;
  display: inline-block;
}
.detail .detail-content .detail-do .todo #doAprase i {
  position: absolute;
  margin-top: 10px;
  margin-left: 5px;
  left: 55px;
}
.detail .detail-content .detail-do .todo #doAprase span {
  color: #666666;
  font-size: 14px;
}
.detail .detail-content .detail-do .todo .cancel-prase {
  box-shadow: 1px 2px 10px #bbc6cf;
  -webkit-box-shadow: 1px 2px 10px #bbc6cf;
  -moz-box-shadow: 1px 2px 10px #bbc6cf;
  -o-box-shadow: 1px 2px 10px #bbc6cf;
  background-color: #1465b1 !important;
  color: white!important;
}
.detail .detail-content .detail-do .todo .cancel-prase:hover {
  background-color: #125ea6;
}
.detail .detail-content .detail-do .todo .cancel-prase span {
  color: white!important;
}
.detail .detail-content .detail-do .todo .cancel-prase i {
  background-position: -346px -384px !important;
}
.detail .detail-content .detail-do > div {
  margin: 24px 0 18px 0;
}
.detail .detail-content .detail-do > div > div .s-txt {
  float: left;
  font-size: 14px;
  color: #666666;
  line-height: 51px;
}
.detail .detail-content .detail-do > div > div > div i {
  margin-right: 6px;
  cursor: pointer;
}
.detail .detail-content .detail-do > div > div > div:nth-of-type(1) {
  font-size: 14px;
  color: #666666;
}
.detail .detail-content .detail-do > div > div > div:nth-of-type(1) .icon {
  background-image: url(../images/icon.png) !important;
}
.detail .detail-content .detail-do > div > div > div:nth-of-type(1) .icon-connect-true {
  background-position: -474px -583px;
  width: 26px;
  height: 20px;
  margin-right: 3px;
}
.detail .detail-content .detail-do > div > div > div:nth-of-type(1) .bds_weixin {
  background-position: -318px -743px;
  width: 38px;
  margin-left: 8px;
  height: 38px;
}
.detail .detail-content .detail-do > div > div > div:nth-of-type(1) .bds_weixin:hover {
  background-position: -318px -789px;
}
.detail .detail-content .detail-do > div > div > div:nth-of-type(1) .bds_more {
  background-position: -548px -743px;
  width: 38px;
  height: 38px;
}
.detail .detail-content .detail-do > div > div > div:nth-of-type(1) .bds_more:hover {
  background-position: -548px -789px;
}
.detail .detail-content .detail-do > div > div > div:nth-of-type(1) .bds_tsina {
  background-position: -365px -743px;
  width: 38px;
  height: 38px;
}
.detail .detail-content .detail-do > div > div > div:nth-of-type(1) .bds_tsina:hover {
  background-position: -365px -789px;
}
.detail .detail-content .detail-do > div > div > div:nth-of-type(1) .bds_tqq {
  background-position: -411px -743px;
  width: 38px;
  height: 38px;
}
.detail .detail-content .detail-do > div > div > div:nth-of-type(1) .bds_tqq:hover {
  background-position: -411px -789px;
}
.detail .detail-content .detail-do > div > div > div:nth-of-type(1) .icon-zhuanti-toutiao {
  background-position: -457px -743px;
  width: 38px;
  height: 38px;
}
.detail .detail-content .detail-do > div > div > div:nth-of-type(1) .icon-zhuanti-toutiao:hover {
  background-position: -457px -789px;
}
.detail .detail-content .detail-do > div > div > div:nth-of-type(2) {
  font-size: 14px;
  color: #666666;
}
.detail .detail-content .detail-do > div > div > div:nth-of-type(2) font {
  margin-right: 5px;
  font-size: 20px;
  font-family: DIN;
  font-weight: 500;
  color: #1465b1;
  line-height: 30px;
}
.detail .detail-content .detail-do > div > div > div:nth-of-type(2) i {
  padding: 0 10px;
  font-size: 12px;
  color: #666666;
  font-weight: 700;
}
.detail .detail-content .detail-do > div > div > div:nth-of-type(2) a {
  font-size: 14px;
  color: #666666;
}
.detail .detail-content .detail-do > div > div > div:nth-of-type(2) a.cancel-collect {
  color: #0d51a3 !important;
}
.detail .detail-content .detail-do > div > div > div:nth-of-type(2) a:hover {
  color: #1465B1 !important;
}
.detail .detail-content .do-weixin {
  background: url(/v2/images/bgbg.jpg) no-repeat;
  width: 840px;
  height: 169px;
  margin-bottom: 30px;
}
.detail .detail-content .do-weixin > div {
  margin: 0 0 0 28px;
  width: 486px;
  padding-top: 34px;
}
.detail .detail-content .do-weixin h3 {
  font-size: 22px;
  color: #333333;
  line-height: 31px;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 15px;
}
.detail .detail-content .do-weixin h3:after {
  content: '';
  width: 46px;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background: #eb410e;
}
.detail .detail-content .do-weixin p {
  font-size: 14px;
  font-weight: 300;
  color: #666666;
  line-height: 24px;
}
.detail .detail-content .detail-about-author {
  border: 1px solid #eaeaea;
  border-radius: 8px;
}
.detail .detail-content .detail-about-author .about-author {
  margin: 25px 20px 0px 20px;
  border-bottom: 1px solid #e7e7e7;
}
.detail .detail-content .detail-about-author .about-author aside {
  width: 160px;
  float: left;
  height: 80px;
}
.detail .detail-content .detail-about-author .about-author aside > a {
  float: left;
  display: inline-block;
  width: 40px;
  height: 40px;
}
.detail .detail-content .detail-about-author .about-author aside > a img {
  border-radius: 50%;
}
.detail .detail-content .detail-about-author .about-author aside p {
  line-height: 25px;
}
.detail .detail-content .detail-about-author .about-author aside span {
  float: left;
  width: 112px;
  overflow: hidden;
  border-right: 1px solid #ccc;
  padding: 0 8px 0 10px;
}
.detail .detail-content .detail-about-author .about-author aside span a {
  color: #333333;
  font-weight: 400;
  width: 80px;
  display: inline-block;
  vertical-align: middle;
  height: 40px;
  margin-top: 6px;
  overflow: hidden;
  font-size: 16px;
}
.detail .detail-content .detail-about-author .about-author aside span a:hover {
  color: #1465B1 !important;
}
.detail .detail-content .detail-about-author .about-author > div {
  margin-left: 173px;
  position: relative;
  height: 80px;
  padding-top: 6px;
  padding-right: 137px;
}
.detail .detail-content .detail-about-author .about-author > div p {
  font-size: 14px;
  color: #666666;
  height: 70px;
  line-height: 24px;
  overflow: hidden;
}
.detail .detail-content .detail-about-author .about-author > div .do-attention {
  padding: 8px 30px;
  position: absolute;
  border-radius: 4px;
  font-size: 14px;
  background-color: #afcee1;
  text-align: center;
  top: 10px;
  color: #FFFFFF;
  right: 0;
  line-height: 14px;
}
.detail .detail-content .detail-about-author .about-author > div .do-attention:hover {
  background-color: #1465B1 !important;
}
.detail .detail-content .detail-about-author .about-author > div .do-attention.checkedConnenct {
  background-color: #eeeeee !important;
  color: #666666 !important;
}
.detail .detail-content .detail-about-author .about-author > div .do-attention.checkedConnenct:hover {
  background-color: #eeeeee !important;
}
.detail .detail-content .detail-about-author .recent-author {
  margin: 0 20px;
}
.detail .detail-content .detail-about-author .recent-author .arrowRecentAutohr {
  width: 709px;
  float: left;
  margin-left: 17px;
}
.detail .detail-content .detail-about-author .recent-author .arrowRecentAutohr img {
  border-radius: 5px;
}
.detail .detail-content .detail-about-author .recent-author h3 {
  font-size: 18px;
  color: #333333;
  margin-top: 25px;
  margin-bottom: 20px;
}
.detail .detail-content .detail-about-author .recent-author li {
  float: left;
  width: 220px;
  overflow: hidden;
  margin-left: 20px;
}
.detail .detail-content .detail-about-author .recent-author li p {
  color: #666666;
  height: 45px;
  overflow: hidden;
  margin: 13px 0 36px 0;
}
.detail .detail-content .detail-about-author .recent-author li p a {
  font-size: 14px;
  color: #666666;
  text-align: left;
}
.detail .detail-content .detail-about-author .recent-author li a:hover {
  color: #1465B1 !important;
}
.detail .detail-content .detail-about-author .recent-author li > a {
  overflow: hidden;
  display: inline-block;
  height: 122px;
  width: 100%;
}
.detail .detail-content .detail-about-author .recent-author li.arrow-left {
  float: left;
}
.detail .detail-content .detail-about-author .recent-author li.arrow-right {
  float: right;
}
.detail .detail-content .detail-about-author .recent-author li.arrow-left,
.detail .detail-content .detail-about-author .recent-author li.arrow-right {
  width: 33px;
  margin-left: 0;
  height: 120px;
  line-height: 120px;
  cursor: pointer;
  text-align: center;
}
.detail .detail-content .detail-about-author .recent-author .arrowRecentAutohr li:nth-of-type(1) {
  margin-left: 0;
}
.detail .detail-content .detail-comment > h2 {
  margin: 40px 0px 20px 0;
  font-size: 18px;
  color: #333333;
}
.detail .detail-content .detail-comment > h2 span {
  font-size: 14px;
  margin-left: 8px;
  color: #999999;
  line-height: 19px;
}
.detail .detail-content .detail-comment > h2 span font {
  font-size: 15px;
  margin: 0 5px;
  font-weight: 500;
  color: #1465b1;
  line-height: 19px;
}
.detail .detail-content .detail-comment .detail-textarea {
  position: relative;
  margin: 0 0 25px 0;
}
.detail .detail-content .detail-comment .detail-textarea textarea {
  width: 100%;
  height: 99px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  font-size: 14px;
  overflow: hidden;
  padding: 10px;
  color: #666666;
  line-height: 20px;
}
.detail .detail-content .detail-comment .detail-textarea i {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #999999;
  font-size: 14px;
  font-style: normal;
}
.detail .detail-content .detail-comment .do-comment {
  text-align: right;
}
.detail .detail-content .detail-comment .do-comment a {
  display: inline-block;
  padding: 10px 60px;
  background: #1465b1;
  border-radius: 2px;
  color: white;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
}
.detail .detail-content .comment-detail {
  padding-top: 25px;
}
.detail .detail-content .comment-detail > h4 {
  font-size: 18px;
  color: #333333;
}
.detail .detail-content .comment-detail li {
  border-bottom: 1px solid #E2E2E2;
  padding: 15px 0 0 0;
}
.detail .detail-content .comment-detail li aside {
  width: 31px;
  height: 31px;
  float: left;
  position: absolute;
}
.detail .detail-content .comment-detail li aside img {
  border-radius: 50%;
}
.detail .detail-content .comment-detail li .right-content-li {
  margin-left: 47px;
}
.detail .detail-content .comment-detail li .right-content-li .coment-content {
  background-color: #F7F7F7;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.detail .detail-content .comment-detail li .right-content-li .content-top-el {
  background-color: #F7F7F7;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.detail .detail-content .comment-detail li > div .content-top-el span:nth-of-type(1) {
  font-size: 12px;
  font-weight: bold;
  color: #666666;
  line-height: 19px;
}
.detail .detail-content .comment-detail li > div .content-top-el span:nth-of-type(1) font {
  font-size: 12px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  color: #333333;
  line-height: 19px;
}
.detail .detail-content .comment-detail li > div .content-top-el span:nth-of-type(1) span {
  margin: 0 24px;
  font-size: 12px;
  color: #666666;
  line-height: 19px;
}
.detail .detail-content .comment-detail li > div .content-top-el span:nth-of-type(2) {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  line-height: 19px;
}
.detail .detail-content .comment-detail li > div .coment-content {
  font-size: 16px;
  padding-top: 4px;
  color: #333333;
  /* line-height: 19px; */
  word-break: break-all;
}
.detail .detail-content .comment-detail li > div .do-operate {
  margin: 8px 0 11px 0;
  text-align: right;
}
.detail .detail-content .comment-detail li > div .do-operate span {
  float: left;
  line-height: 31px;
  font-size: 14px;
  color: #999999;
}
.detail .detail-content .comment-detail li > div .do-operate i {
  margin-right: 3px;
}
.detail .detail-content .comment-detail li > div .do-operate a {
  padding: 8px 10px;
  margin-right: 8px;
  display: inline-block;
  border-radius: 100px;
  color: #999999;
  font-size: 14px;
  line-height: 14px;
}
.detail .detail-content .comment-detail li > div .do-operate a font {
  font-size: 12px;
  font-weight: 500;
  margin-left: 5px;
  color: #999999;
}
.detail .detail-content .comment-detail li > div .do-operate a:nth-of-type(1) {
  padding: 0;
}
.detail .detail-content .comment-detail li > div .do-operate a:nth-of-type(1),
.detail .detail-content .comment-detail li > div .do-operate a:nth-of-type(2) {
  padding-right: 3px;
}
.detail .detail-content .comment-detail li > div .do-operate .reback,
.detail .detail-content .comment-detail li > div .do-operate .jubao {
  padding: 8px 10px;
}
.detail .detail-content .comment-detail li > div .do-operate .reback:hover,
.detail .detail-content .comment-detail li > div .do-operate .checked {
  background: #a3c8de;
  color: white;
}
.detail .detail-content .comment-detail li > div .do-operate .jubao:hover {
  background: #ff7d7d;
  color: white;
}
.detail .detail-content .comment-detail li > div .do-operate .jubao:hover i {
  background-position: -690px -216px;
}
.detail .detail-content .comment-detail li > div .inner-content {
  position: relative;
  background-color: #F7F7F7;
  border-radius: 15px;
  margin: 18px 0 30px 0;
  padding: 38px 20px 23px 20px;
}
.detail .detail-content .comment-detail li > div .inner-content > span {
  position: absolute;
  font-size: 16px;
  color: #ffffff;
  background: #a3c8de;
  line-height: 19px;
  top: 0;
  left: 0;
  padding: 10px 20px;
  border-radius: 15px 0 30px 0;
}
.detail .detail-content .comment-detail li > div .inner-content > span font {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  padding: 0 5px;
}
.detail .detail-content .read-more-el {
  margin-top: 31px;
}
.detail .detail-content .read-more-el h2 {
  margin-bottom: 10px;
  font-size: 18px;
  color: #333333;
  /* margin-bottom: 30px; */
}
.detail .detail-content .read-more-el ul li {
  margin-bottom: 40px;
}
.detail .detail-content .read-more-el ul li aside {
  float: left;
  overflow: hidden;
  width: 240px;
  height: 134px;
}
.detail .detail-content .read-more-el ul li > div {
  margin-left: 270px;
  height: 134px;
  position: relative;
}
.detail .detail-content .read-more-el ul li > div h3 {
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  margin-bottom: 10px;
}
.detail .detail-content .read-more-el ul li > div h3:hover a {
  color: #1465B1 !important;
}
.detail .detail-content .read-more-el ul li > div h3 a {
  color: #333333;
  font-size: 20px;
}
.detail .detail-content .read-more-el ul li > div h3 a span {
  width: 38px;
  height: 24px;
  background: #ffffff;
  border: 1px solid #ff5c00;
  border-radius: 2px;
  line-height: 24px;
  display: inline-block;
  color: #FF5C00;
  font-size: 12px;
  margin-right: 12px;
  text-align: center;
}
.detail .detail-content .read-more-el ul li > div p {
  max-height: 50px;
  overflow: hidden;
}
.detail .detail-content .read-more-el ul li > div p a {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
.detail .detail-content .read-more-el ul li > div > div {
  overflow: hidden;
  position: absolute;
  bottom: 6px;
  width: 100%;
}
.detail .detail-content .read-more-el ul li > div > div a img {
  width: 19px;
  height: 19px;
  border-radius: 50%;
}
.detail .detail-content .read-more-el ul li > div > div a i {
  font-size: 14px;
  color: #666666;
  line-height: 25px;
  font-style: normal;
}
.detail .detail-content .read-more-el ul li > div > div a i:nth-of-type(1) {
  margin-right: 10px;
  margin-left: 8px;
}
.detail .detail-content .read-more-el ul li > div > div a i:nth-of-type(1):hover {
  color: #1465B1 !important;
}
.detail .detail-content .read-more-el ul li > div > div a i:nth-of-type(2) {
  color: #999999;
}
.detail .detail-content .read-more-el ul li > div > div .msg-tag {
  float: right;
  width: 210px;
  overflow: hidden;
  height: 20px;
}
.detail .detail-content .read-more-el ul li > div > div .msg-tag .icon-tag-white {
  margin-right: 7px;
  margin-top: 3px;
}
.detail .detail-content .read-more-el ul li > div > div .msg-tag a {
  margin-right: 10px;
  font-size: 12px;
  color: #666666;
  line-height: 25px;
}
.detail .detail-content .read-more-el ul li > div > div .msg-tag a:hover {
  color: #1465B1 !important;
}
.detail .detail-right {
  width: 300px;
  float: left;
}
.detail .detail-right .user-describe {
  margin-bottom: 68px;
  position: relative;
}
.detail .detail-right .user-describe .user-describe-content {
  padding: 30px 20px;
  background: #f5f5f5;
  border-radius: 50px 0px 50px 0px;
  background: -webkit-linear-gradient(white, 2%, white, #f5f5f5);
  background: -o-linear-gradient(white, 2%, white, #f5f5f5);
  background: -moz-linear-gradient(white, 2%, white, #f5f5f5);
  background: linear-gradient(white, 2%, white, #f5f5f5);
  -webkit-box-shadow: -19px 1px 29px 2px #f8f7f7;
  -moz-box-shadow: -19px 1px 29px 2px #f8f7f7;
  -o-box-shadow: -19px 1px 29px 2px #f8f7f7;
  box-shadow: -19px 1px 29px 2px #f8f7f7;
}
.detail .detail-right .user-describe .user-describe-content aside {
  float: left;
  width: 70px;
  margin-bottom: 20px;
  height: 70px;
}
.detail .detail-right .user-describe .user-describe-content aside img {
  -webkit-box-shadow: 1px 2px 12px 1px #ececec;
  -moz-box-shadow: 1px 2px 12px 1px #ececec;
  -o-box-shadow: 1px 2px 12px 1px #ececec;
  box-shadow: 1px 2px 12px 1px #ececec;
  border-radius: 50%;
}
.detail .detail-right .user-describe .user-describe-content aside a {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.detail .detail-right .user-describe .user-describe-content aside a img {
  border-radius: 50%;
}
.detail .detail-right .user-describe .user-describe-content > div {
  margin-left: 83px;
}
.detail .detail-right .user-describe .user-describe-content > div h3 {
  margin-bottom: 7px;
  margin-top: 4px;
}
.detail .detail-right .user-describe .user-describe-content > div h3 a {
  font-size: 20px;
  color: #333333;
}
.detail .detail-right .user-describe .user-describe-content > div h3 a:hover {
  color: #1465B1 !important;
}
.detail .detail-right .user-describe .user-describe-content > div p {
  font-size: 14px;
  color: #666666;
  margin-bottom: 20px;
  max-height: 55px;
  /* min-width: 20px; */
  overflow: hidden;
}
.detail .detail-right .user-describe .user-describe-private {
  position: absolute;
  bottom: -59px;
  text-align: center;
}
.detail .detail-right .user-describe .user-describe-private .checkedConnenct span {
  color: #1465B1 !important;
}
.detail .detail-right .user-describe .user-describe-private .checkedConnenct i {
  background-position: -624px -524px;
}
.detail .detail-right .user-describe .user-describe-private a:nth-of-type(1):hover span {
  color: #1465B1 !important;
}
.detail .detail-right .user-describe .user-describe-private a:nth-of-type(1):hover i {
  background-position: -580px -526px;
}
.detail .detail-right .user-describe .user-describe-private a:nth-of-type(2):hover span {
  color: #1465B1 !important;
}
.detail .detail-right .user-describe .user-describe-private a:nth-of-type(2):hover i {
  background-position: -624px -524px;
}
.detail .detail-right .user-describe .user-describe-private a:nth-of-type(1) {
  margin-left: 40px;
}
.detail .detail-right .user-describe .user-describe-private a {
  display: inline-block;
  background: #ffffff;
  border-radius: 20px;
  margin-left: 20px;
  width: 100px;
  padding-bottom: 20px;
  padding-top: 20px;
  -webkit-box-shadow: -1px -22px 25px -12px #efefef;
  -moz-box-shadow: -1px -22px 25px -12px #efefef;
  -o-box-shadow: -1px -22px 25px -12px #efefef;
  box-shadow: -1px -22px 25px -12px #efefef;
}
.detail .detail-right .user-describe .user-describe-private a span {
  display: block;
  margin-top: 6px;
  font-size: 14px;
  color: #333333;
}
.detail .detail-right .email-read {
  margin-bottom: 40px;
  border: 1px solid #f2f2f2;
  width: 300px;
  padding: 17px 20px;
  margin-top: 36px;
}
.detail .detail-right .email-read h2 {
  font-size: 22px;
  margin-top: 9px;
  text-align: center;
  color: #333333;
}
.detail .detail-right .email-read input {
  width: 100%;
  height: 49px;
  background: #f7f7f7;
  margin-top: 18px;
  border-radius: 3px;
  color: #999999;
  font-size: 14px;
  border: 0;
  padding: 0 21px;
  margin-bottom: 22px;
}
.detail .detail-right .email-read a {
  width: 100%;
  height: 40px;
  display: inline-block;
  background: #A7CADF;
  border-radius: 3px;
  text-align: center;
  color: white;
  line-height: 40px;
  font-size: 14px;
  font-weight: 300;
}
.detail .detail-right .email-read a:hover {
  background-color: #1465B1;
}
.detail .detail-right .email-read p {
  font-size: 12px;
  color: #999999;
  line-height: 22px;
  margin: 26px 0 9px 0;
}
.detail .detail-right .about-techonolegy {
  margin-top: 20px;
}
.detail .detail-right .about-techonolegy h2 {
  font-size: 20px;
  color: #333333;
  padding: 0 0 8px 0;
}
.detail .detail-right .about-techonolegy h2 a {
  font-size: 14px;
  color: #666666;
  float: right;
}
.detail .detail-right .about-techonolegy h2 a:hover {
  color: #1465B1 !important;
}
.detail .detail-right .about-techonolegy ul li {
  padding: 16px 0 14px;
  border-bottom: 1px solid #dddddd;
}
.detail .detail-right .about-techonolegy ul li:hover a {
  color: #1465B1 !important;
}
.detail .detail-right .about-techonolegy ul li:hover a .icon-dotted {
  background-color: #1465B1 !important;
}
.detail .detail-right .about-techonolegy ul li a {
  color: #666666;
  padding-left: 14px;
  position: relative;
  font-size: 16px;
  height: 20px;
  font-weight: 300;
  margin-right: 20px;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
  overflow: hidden;
  width: 100%;
}
.detail .detail-right .about-techonolegy ul li a .icon-dotted {
  position: absolute;
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #1465B1;
  left: 0;
  top: 8px;
}
.detail .detail-right .about-techonolegy ul li a em {
  font-style: normal;
}
.detail .detail-right .about-techonolegy ul li:last-child {
  border-bottom: 0;
}
.detail .detail-right .about-product {
  border: 1px solid #f2f2f2;
  margin-top: 29px;
  padding: 20px 20px 0 20px;
}
.detail .detail-right .about-product h2 {
  font-size: 20px;
  color: #333333;
  margin-bottom: 30px;
  border-bottom: 1px solid #F2F2F2;
  padding: 0 0 16px 0;
  line-height: 20px;
}
.detail .detail-right .about-product h2 a {
  font-size: 14px;
  color: #666666;
  float: right;
}
.detail .detail-right .about-product h2 a:hover {
  color: #1465B1 !important;
}
.detail .detail-right .about-product li {
  margin-bottom: 30px;
}
.detail .detail-right .about-product li aside {
  width: 100px;
  height: 75px;
  float: left;
}
.detail .detail-right .about-product li > div > div {
  border-bottom: 1px solid #EBEBEB;
  margin-left: 118px;
}
.detail .detail-right .about-product li > div p {
  height: 20px;
  overflow: hidden;
  margin-bottom: 3px;
  text-overflow: ellipsis;
  word-break: keep-all;
}
.detail .detail-right .about-product li > div p a {
  font-size: 12px;
  color: #666666;
}
.detail .detail-right .about-product li > div h3 {
  margin-bottom: 29px;
  height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
}
.detail .detail-right .about-product li > div h3 a {
  font-size: 16px;
  color: #333333;
}
.detail .detail-right .about-product li > div h3 a:hover {
  color: #1465B1 !important;
}
.detail .detail-right h2 {
  font-size: 20px;
  color: #333333;
}
.detail .detail-right .detail-rank {
  border: 1px solid #f2f2f2;
  margin-top: 39px;
  padding: 9px 20px 0 20px;
}
.detail .detail-right .detail-rank h2 {
  font-size: 20px;
  color: #333333;
  margin-bottom: 20px;
  border-bottom: 1px solid #F2F2F2;
  padding: 7px 0 15px 0;
}
.detail .detail-right .detail-rank h2 a {
  font-size: 14px;
  color: #666666;
  float: right;
}
.detail .detail-right .detail-rank h2 a:hover {
  color: #1465B1 !important;
}
.detail .detail-right .detail-rank ul li {
  width: 119px;
  float: left;
  padding: 0;
  border-bottom: 1px dotted #f3f3f3;
}
.detail .detail-right .detail-rank ul li:nth-of-type(2n+1) {
  margin-right: 20px ;
}
.detail .detail-right .detail-rank ul li > div > div p:nth-of-type(1) {
  font-size: 16px;
  color: #333333;
  margin-bottom: 12px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
  overflow: hidden;
}
.detail .detail-right .detail-rank ul li > div > div p:nth-of-type(1) a {
  font-size: 12px;
  color: #333333;
}
.detail .detail-right .detail-rank ul li > div > div p:nth-of-type(1):hover a {
  color: #1465B1 !important;
}
.detail .detail-right .detail-rank ul li > div > div p:nth-of-type(2) a {
  font-size: 14px;
  border-radius: 3px;
}
.detail .detail-right .detail-rank ul li > div > div p:nth-of-type(2) a:nth-of-type(1) {
  padding: 5px 16px;
  margin-right: 10px;
  color: #666666;
  border: 1px solid #999999;
}
.detail .detail-right .detail-rank ul li > div > div p:nth-of-type(2) a:nth-of-type(1) i {
  font-style: normal;
  font-size: 22px;
  vertical-align: middle;
  line-height: 8px;
  color: #999999;
  margin-right: 3px;
  height: 14px;
  display: inline-block;
}
.detail .detail-right .detail-rank ul li > div > div p:nth-of-type(2) a:nth-of-type(1):hover {
  background-color: #1465B1;
  color: white;
  border: 1px solid #1465B1;
}
.detail .detail-right .detail-rank ul li > div > div p:nth-of-type(2) a:nth-of-type(1):hover i {
  color: white;
}
.detail .detail-right .detail-rank ul li > div > div p:nth-of-type(2) a:nth-of-type(2) {
  background: #9ba5af;
  color: white;
  padding: 5px 16px;
  border: none;
}
.detail .detail-right .detail-rank ul li > div > div p:nth-of-type(2) a:nth-of-type(2):hover {
  border: 1px solid #1465B1;
  color: #1465B1;
  background-color: white;
}
.detail .detail-right .detail-rank ul li:last-child {
  border-bottom: 0;
}
.detail .detail-right .detail-rank ul li aside {
  width: 119px;
  position: relative;
  height: 70px;
  background: #ffffff;
  border: 1px solid #f2f2f2;
}
.detail .detail-right .detail-rank ul li aside img {
  position: absolute;
  text-align: center;
  top: 50%;
  height: auto;
  width: 84px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.detail .detail-right .advise-detail {
  width: 300px;
  height: 600px;
  overflow: hidden;
}
.detail .detail-right .advise-detail .swiper-wrapper .swiper-slide {
  height: 600px;
}
.detail .detail-right .advise-detail .swiper-wrapper .swiper-slide > p {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
  overflow: hidden;
  padding: 7px;
  line-height: 12px;
  background: rgba(0, 0, 0, 0.5);
  color: white;
}
.detail .detail-right .advise-detail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active > p {
  display: none!important;
}
.detail .detail-right .advise-detail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active:before {
  content: '';
  position: absolute;
  top: -27px;
  width: 0;
  left: 60px;
  height: 0;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 7px solid white;
}
.detail .detail-right .advise-detail .carousel-page {
  position: absolute;
  bottom: 0;
  width: auto;
  height: 24px;
  line-height: 20px;
  right: 0;
  background: -webkit-gradient(linear, 0 51%, 100% 50%, from(transparent), to(#c5c3c4));
  left: auto;
  text-align: right;
  z-index: 9;
  padding: 0 5px;
}
.detail .detail-right .advise-detail .carousel-page .swiper-active-switch {
  background-color: #1465B1;
}
.detail .detail-right .advise-detail .carousel-page span {
  width: 8px;
  height: 4px;
  opacity: 0.5;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.5);
  display: inline-block;
  margin-right: 5px;
  z-index: 9;
}
.detail .detail-right .advise-detail .carousel-page span.swiper-pagination-bullet-active {
  width: 16px;
  height: 4px;
  background: #ffffff;
  opacity: 1;
}
.detail .detail-right .new-article {
  margin-top: 20px;
}
.detail .detail-right .new-article li {
  position: relative;
  margin-bottom: 15px;
}
.detail .detail-right .new-article li aside {
  float: left;
  width: 70px;
  height: 70px;
  position: absolute;
}
.detail .detail-right .new-article li aside a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.detail .detail-right .new-article li aside img {
  border-radius: 5px;
}
.detail .detail-right .new-article li > div {
  border-bottom: 1px solid #EFEFEF;
  padding-bottom: 20px;
  margin-left: 85px;
}
.detail .detail-right .new-article li > div p {
  height: 47px;
  overflow: hidden;
  line-height: 24px;
}
.detail .detail-right .new-article li > div p a {
  color: #666666;
  font-size: 14px;
  line-height: 22px;
}
.detail .detail-right .new-article li:hover a {
  color: #1465B1;
}
.detail .detail-right .advise-detail {
  width: 300px;
  height: 300px;
  overflow: hidden;
}
.detail .detail-right .advise-detail .swiper-wrapper .swiper-slide {
  height: 300px;
}
.detail .detail-right .advise-detail .swiper-wrapper .swiper-slide > p {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
  overflow: hidden;
  padding: 7px;
  line-height: 12px;
  background: rgba(0, 0, 0, 0.5);
  color: white;
}
.detail .detail-right .advise-detail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active > p {
  display: none!important;
}
.detail .detail-right .advise-detail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active:before {
  content: '';
  position: absolute;
  top: -27px;
  width: 0;
  left: 60px;
  height: 0;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 7px solid white;
}
.detail .detail-right .advise-detail .carousel-page {
  position: absolute;
  bottom: 0;
  width: auto;
  height: 24px;
  line-height: 20px;
  right: 0;
  background: -webkit-gradient(linear, 0 51%, 100% 50%, from(transparent), to(#c5c3c4));
  left: auto;
  text-align: right;
  z-index: 9;
  padding: 0 5px;
}
.detail .detail-right .advise-detail .carousel-page .swiper-active-switch {
  background-color: #1465B1;
}
.detail .detail-right .advise-detail .carousel-page span {
  width: 8px;
  height: 4px;
  opacity: 0.5;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.5);
  display: inline-block;
  margin-right: 5px;
  z-index: 9;
}
.detail .detail-right .advise-detail .carousel-page span.swiper-pagination-bullet-active {
  width: 16px;
  height: 4px;
  background: #ffffff;
  opacity: 1;
}
.postbird-box-content .model-title {
  margin: 12px 0 8px 0;
  font-size: 12px;
  text-align: left;
  font-family: MicrosoftYaHeiLight;
  color: #666666;
  line-height: 22px;
}
.postbird-box-content .reply-modal {
  padding: 3px 10px;
}
.postbird-box-content .reply-modal.checked {
  background: #a3c8de;
  color: white!important;
}
.postbird-box-content .jubao-content li {
  width: 138px;
  height: 27px;
  background: #e9e9e9;
  border-radius: 2px;
  float: left;
  margin-right: 12px;
  margin-bottom: 12px;
  line-height: 27px;
}
.postbird-box-content .jubao-content li a {
  width: 100%;
  height: 100%;
  display: inline-block;
  font-size: 12px;
  color: #333333;
}
.postbird-box-content .jubao-content li.checked {
  background: #ff7d7d !important;
  color: white;
}
.postbird-box-content .jubao-content li:nth-of-type(2n) {
  margin: 0;
  margin-bottom: 12px;
}
.postbird-box-content .jubao-content li:last-child {
  width: 292px;
}
.postbird-box-content .jubao-content li:last-child input {
  height: 28px;
  width: 100%;
  border: 1px solid #e9e9e9;
  background-color: white;
  padding: 5px;
}
.postbird-box-content .jubao-content .checked {
  position: relative;
}
.postbird-box-content .jubao-content .checked a {
  color: white;
}
.postbird-box-content .jubao-content .checked i {
  background: white;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
}
.postbird-box-content .jubao-content .checked i:after {
  position: absolute;
  top: 2px;
  left: 7px;
  width: 4px;
  height: 7px;
  border-style: solid;
  border-color: #FF8282;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  content: "";
}
.postbird-box-content .model-communicate {
  /*  .model-communicate-one:after{
        width: 0;
        height: 0;
        border-width: 8px 8px 0px;
        border-style: solid;
        border-color: #f6f5f6 transparent transparent;
        margin: 0px auto;
        content: '';
        position: absolute;
        left: 45%;
        bottom: -8px;
      }*/
}
.postbird-box-content .model-communicate .model-communicate-one {
  background-image: url(/v2/images/bg_6.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 30px 20px 16px;
  position: relative;
}
.postbird-box-content .model-communicate .model-communicate-one img {
  border-radius: 50%;
}
.postbird-box-content .model-communicate .model-communicate-total {
  position: absolute;
  font-size: 12px;
  color: #ffffff;
  background: #a3c8de;
  line-height: 11px;
  border: 0;
  bottom: -5px;
  left: 45px;
  padding: 10px 20px;
  border-radius: 15px 0 15px 0;
}
.postbird-box-content .model-communicate aside {
  width: 31px;
  height: 31px;
  float: left;
  position: absolute;
}
.postbird-box-content .model-communicate .right-communicate {
  margin-left: 35px;
  text-align: left;
}
.postbird-box-content .model-communicate .right-communicate .content-top-el span:nth-of-type(1) {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 14px;
  color: #333333;
}
.postbird-box-content .model-communicate .right-communicate .content-top-el span:nth-of-type(2) {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}
.postbird-box-content .model-communicate .right-communicate .coment-content {
  font-size: 13px;
  word-break: break-all;
  color: #333333;
  line-height: 19px;
}
.postbird-box-content .model-communicate .right-communicate .do-operate {
  padding: 6px 0;
}
.postbird-box-content .model-communicate .right-communicate .do-operate i {
  margin-right: 3px;
}
.postbird-box-content .model-communicate .right-communicate .do-operate a:nth-of-type(1) {
  padding-left: 0;
}
.postbird-box-content .model-communicate .right-communicate .do-operate a {
  padding: 8px 10px;
  margin-right: 8px;
  display: inline-block;
  border-radius: 30px;
  color: #999999;
  font-size: 14px;
  line-height: 14px;
}
.postbird-box-content .model-communicate .right-communicate .do-operate a font {
  font-size: 12px;
  font-weight: 500;
  margin-left: 5px;
  color: #999999;
}
.postbird-box-content .model-communicate .right-communicate .do-operate a:nth-of-type(1),
.postbird-box-content .model-communicate .right-communicate .do-operate a:nth-of-type(2) {
  padding-right: 3px;
}
.postbird-box-content .model-communicate .right-communicate .do-operate .reback,
.postbird-box-content .model-communicate .right-communicate .do-operate .jubao,
.postbird-box-content .model-communicate .right-communicate .do-operate .sub-reback {
  padding: 3px 10px;
}
.postbird-box-content .model-communicate .right-communicate .do-operate .reback:hover,
.postbird-box-content .model-communicate .right-communicate .do-operate .sub-reback:hover {
  background: #a3c8de;
  color: white;
}
.postbird-box-content .model-communicate .right-communicate .do-operate .jubao:hover {
  background: #ff7d7d;
  color: white;
}
.postbird-box-content .model-communicate .right-communicate .do-operate .jubao:hover i {
  background-position: -820px -254px;
}
.postbird-box-content .model-communicate .model-communicate-content {
  margin: 24px 15px 10px 60px;
  padding: 0 15px 0 0;
  height: 280px;
  overflow-y: scroll;
}
.postbird-box-content .model-communicate .model-communicate-content li {
  margin: 5px 0;
  border-bottom: 1px solid #E2E2E2;
}
.postbird-box-content .model-communicate .model-communicate-content li > div {
  text-align: left;
}
.postbird-box-content .model-communicate .model-communicate-content li > div .content-top-el span:nth-of-type(1) {
  font-size: 12px;
  font-weight: bold;
  color: #333333;
  line-height: 19px;
}
.postbird-box-content .model-communicate .model-communicate-content li > div .content-top-el span:nth-of-type(1) font {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  line-height: 19px;
}
.postbird-box-content .model-communicate .model-communicate-content li > div .content-top-el span:nth-of-type(1) span {
  margin: 0 24px;
  font-size: 14px;
  color: #666666;
  line-height: 19px;
}
.postbird-box-content .model-communicate .model-communicate-content li > div .content-top-el span:nth-of-type(2) {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  line-height: 19px;
}
.postbird-box-content .model-communicate .model-communicate-content li > div .coment-content {
  font-size: 13px;
  word-break: break-all;
  color: #333333;
  line-height: 19px;
}
.postbird-box-content .model-communicate .model-communicate-content li > div .do-operate {
  padding: 6px 0;
}
.postbird-box-content .model-communicate .model-communicate-content li > div .do-operate i {
  margin-right: 3px;
}
.postbird-box-content .model-communicate .model-communicate-content li > div .do-operate a:nth-of-type(1) {
  padding-left: 0;
}
.postbird-box-content .model-communicate .model-communicate-content li > div .do-operate a {
  margin-right: 8px;
  padding: 3px 10px;
  display: inline-block;
  border-radius: 10px;
  color: #999999;
  font-size: 12px;
}
.postbird-box-content .model-communicate .model-communicate-content li > div .do-operate a font {
  font-size: 12px;
  font-weight: 500;
  margin-left: 5px;
  color: #999999;
}
.postbird-box-content .model-communicate .model-communicate-content li > div .do-operate a:nth-of-type(1),
.postbird-box-content .model-communicate .model-communicate-content li > div .do-operate a:nth-of-type(2) {
  padding-right: 3px;
}
.postbird-box-content .model-communicate .model-communicate-content li > div .do-operate .reback,
.postbird-box-content .model-communicate .model-communicate-content li > div .do-operate .jubao,
.postbird-box-content .model-communicate .model-communicate-content li > div .do-operate .subReply {
  padding: 3px 10px;
}
.postbird-box-content .model-communicate .model-communicate-content li > div .do-operate .subReply.checked {
  background: #a3c8de;
  color: white;
}
.postbird-box-content .model-communicate .model-communicate-content li > div .do-operate .reback:hover {
  background: #a3c8de;
  color: white;
}
.postbird-box-content .model-communicate .model-communicate-content li > div .do-operate .jubao:hover {
  background: #ff7d7d;
  color: white;
}
.postbird-box-content .model-communicate .model-communicate-content li > div .do-operate .jubao:hover i {
  background-position: -820px -254px;
}
.postbird-box-content .close-user {
  width: 138px;
  height: 27px;
  background: #e9e9e9;
  border-radius: 2px;
  display: inline-block;
  float: left;
  font-size: 12px;
  position: relative;
  color: #333333;
}
.postbird-box-content .checked {
  background: #ff7d7d;
  color: white;
}
.postbird-box-content .checked i {
  background: white;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
}
.postbird-box-content .checked i:after {
  position: absolute;
  top: 2px;
  left: 7px;
  width: 4px;
  height: 7px;
  border-style: solid;
  border-color: #FF8282;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  content: "";
}
.appose_1 {
  color: #1465B1 !important;
}
.appose_1 i {
  background-position: -650px -215px;
}
.appose_1 font {
  color: #1465B1 !important;
}
.appose_0 i {
  background-position: -650px -198px;
}
.notAppose_1 {
  color: #ff7d7d !important;
}
.notAppose_1 i {
  background-position: -674px -216px;
}
.notAppose_1 font {
  color: #ff7d7d !important;
}
.notAppose_0 i {
  background-position: -675px -199px;
}
/*公共留言*/
.rebackInput {
  margin: 0 10px 0 0;
}
.rebackInput textarea {
  background: #ffffff;
  border: 1px solid #dddddd;
  box-shadow: 0px 0px 6px 0px rgba(238, 238, 238, 0.35);
  border-radius: 4px;
  width: 100%;
  height: 30px;
  padding: 5px;
}
.inner-content-operate {
  margin-bottom: 10px;
  margin: 15px 10px 0 0;
  padding-bottom: 20px;
}
.inner-content-operate a {
  width: 69px;
  height: 27px;
  border-radius: 2px;
  font-size: 11px;
  text-align: center;
  color: #333333;
  display: inline-block;
  line-height: 27px;
}
.inner-content-operate a:nth-of-type(1) {
  background: #1465b1;
  color: white;
  margin-right: 8px;
}
.inner-content-operate a:nth-of-type(2) {
  border: 1px solid #999999;
  background: transparent;
  color: #333333;
}
#collectList {
  margin: 20px;
  height: 250px;
  overflow-y: scroll;
}
#collectList li {
  padding: 5px 20px;
}
#collectList li span {
  font-size: 14px;
  color: #333333;
  float: left;
  text-overflow: ellipsis;
  text-align: left;
  white-space: nowrap;
  width: 380px;
  overflow: hidden;
}
#collectList i {
  float: right;
}
.collect-file {
  padding: 40px 0 40px 0;
}
.collect-file p {
  margin-bottom: 20px;
}
.collect-file p span {
  font-size: 14px;
  font-family: MicrosoftYaHeiLight;
  color: #666666;
}
.collect-file p span:nth-of-type(1) {
  margin-right: 10px;
}
.collect-file p input {
  width: 281px;
  height: 40px;
  padding: 0 10px;
  background: #ffffff;
  border: 1px solid #dddddd;
  box-shadow: 0px 0px 8px 0px rgba(238, 238, 238, 0.35);
  border-radius: 3px;
}
.private-modal {
  position: relative;
  margin: 20px 30px;
}
.private-modal textarea {
  width: 100%;
  overflow: hidden;
  height: 150px;
  border: 1px solid #b3b1b199;
  padding: 10px 10px 30px 10px;
  color: #666666;
}
.private-modal i {
  position: absolute;
  bottom: 10px;
  right: 5px;
  font-style: normal;
  font-size: 12px;
}
.is_del {
  background-color: #f7f7f7;
  border-radius: 8px;
  padding: 6px 54px 6px 13px;
  font-size: 14px;
  background-repeat: no-repeat;
  color: #999999;
  position: relative;
}
.is_del:after {
  content: '';
  background-image: url(/v2/images/niao.png);
  width: 52px;
  height: 14px;
  position: absolute;
  top: 10px;
  right: -9px;
  display: inline-block;
  background-repeat: no-repeat;
}
.wexinSao .postbird-box-title span {
  border-bottom: 0;
}
.wexinSao .postbird-box-text > div {
  margin-top: 0;
}
.wexinSao .modal-weixin > div {
  width: 152px;
  height: 152px;
  margin: 0 auto;
  padding-top: 18PX;
  background-image: url(/v2/images/ewm_bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
}
.wexinSao .modal-weixin > div > div {
  width: 114px;
  margin: 0 auto;
  height: 114px;
}
.wexinSao .modal-weixin > p:nth-of-type(1) {
  font-size: 20px;
  margin-bottom: 22px;
  font-weight: bold;
  color: #1E3752;
  text-align: center;
}
.wexinSao .modal-weixin > p:nth-of-type(2) {
  font-size: 14px;
  color: #666666;
  text-align: center;
  margin-bottom: 12px;
  margin-top: 14px;
}
/*# sourceMappingURL=detail.css.map */