.bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.btncon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  width: 100px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  color: #fff;
  cursor: text;
}
.view_banner_box {
  position: relative;
  width: 100%;
  height: 35rem;overflow: hidden;
}
.view_banner_box .banner_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.view_banner_box .banner_img:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}

.view_banner_box h2.banner_title {
  font-size: 3rem;
  line-height: 4rem;

  position: absolute; 
  left: 50%;
  bottom: 10rem;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
    width: 1200px;
  margin: 0 auto;
  
  
  
}



.view_banner_box h2.banner_title a {
  color: #fff;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.view_banner_box h2.banner_title i {
  position: absolute;
  left: 0;
  top: -26px;
  display: block;
  width: 24px;
  height: 24px;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
}
.view_banner_box .banner_bottom {
  position: absolute;
  left: 50%;
  bottom: 0.5rem;width: 1200px; margin-left:-600px;
 
  align-items: center;
}
.view_banner_box .banner_catdates {
 float:left;
}
.view_banner_box .banner_catdates .view_avator {
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #fff;
  margin-right: 6px;
  overflow: hidden;
  position: relative;
}


.view_banner_box .banner_catdates .view_avator img{
  width: 35px;
  height: 35px;
}




.view_banner_box .banner_catdates .view_avator:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  opacity: 0;
  -webkit-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.view_banner_box .banner_catdates .view_avator:hover:before {
  opacity: 1;
}
.view_banner_box .banner_catdates .view_author_name {
  font-size: 0.7rem;
  font-weight: bold;
  height: 35px;
  line-height: 35px;
  color: #fff;
  display: block;
}
.view_banner_box .banner_catdates .view_type {
  font-size: 0.7rem;
  line-height: 35px;
  color: #fff;
}
.view_banner_box .banner_catdates span {
  color: #fff;
  font-family: Georgia;
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 34px;
  padding: 0 0.3rem;
}
.view_banner_box .banner_catdates i {
  font-size: 0.7rem;
  line-height: 34px;
  color: #fff;
}
.view_banner_box .banner_botfile {
  height: 1rem;
  color: #fff;padding-left:20px; float:right
}
.view_banner_box .banner_botfile a,
.view_banner_box .banner_botfile i {
  color: #fff;
  top: 0;
  line-height: 1rem;
  font-size: 1rem;
}
.view_banner_box .banner_botfile span {
  color: #fff;
  margin: 0 20px 0 6px;
}
.group_viewtbox .view_content {
  font-size: 0.8rem;
  line-height: 1.5rem;
  color: #333;
  letter-spacing: 0;
  padding: 80px 170px 0;
  text-align: justify;
}

.group_viewtbox .view_content  img{ max-width:100% !important; height: auto !important}

.group_viewtbox .view_content  iframe{ width:100%; height:450px;
}







.group_viewtbox .view_content ul li {
  list-style-position: inside;
  list-style-type: disc;
}
.group_viewtbox .view_content img.covered {
  margin: 0 -70px;
  width: -moz-calc(240%);
  width: -webkit-calc(240%);
  width: calc(240%);
  max-width: none;
}
.group_viewtbox .view_content img.expression {
  width: 22px;
  margin: 0 6px;
  padding: 0;
}
.group_viewtbox .viewthread-like-box {
  width: 43rem;
  margin: 1.2rem auto 1rem;
}
.group_viewtbox .viewthread-like-box .viewthread-like {
  display: block;
  width: 3rem;
  height: 3rem;
  font-size: 1.2rem;
  line-height: 3rem;
  margin: 0 auto 0.5rem;
}
.group_viewtbox .viewthread-like-box .viewthread-like .like-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: transparent;
  color: #c9d6de;
}
.group_viewtbox .viewthread-like-box .viewthread-like .like-icon .icobutton {
  color: #c9d6de;
  font-size: 35px;
}
.group_viewtbox .viewthread-like-box .viewthread-like .like-icon.recommed i {
  color: #ee9393;
}
.group_viewtbox .viewthread-like-box .like-num {
  font-size: 0.6rem;
  color: #666;
  margin-bottom: 1.5rem;
  text-align: center;
}
.group_viewtbox .viewthread-like-box .like-people-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.group_viewtbox .viewthread-like-box .like-people-box .like-people {
  display: flex;
  align-items: center;
  justify-content: center;
  /*max-width: 14.4rem;*/
  overflow: hidden;
  height: 1.5rem;
  flex-wrap: no-wrap;
}
.group_viewtbox .viewthread-like-box .like-people-box a {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 3px;
  overflow: hidden;
  border-radius: 50%;
}
.group_viewtbox .viewthread-like-box .like-people-box a span {
  font-size: 1rem;
  color: #d8d8d8;
  line-height: 1.5rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: -4px;
}
.group_viewtbox .share-btn-group {
  width: 43rem;
  margin: 0 auto;
}
.group_viewtbox .share-btn-group .share_btn_left {
  height: 2.1rem;
}
.group_viewtbox .favorite-btn-box span {
  width: 5rem;
  height: 2rem;
  border-radius: 5rem;
  line-height: 2rem;
  text-align: center;
  font-size: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.group_viewtbox .favorite-btn-box span i {
  margin-right: 10px;
  top: 0;
  line-height: 38px;
}
.group_viewtbox .favorite-btn-box span b {
  font-weight: normal;
  line-height: 38px;
}
.group_viewtbox .re_title h3 {
  background: #f5f5f5;
  font-size: 0.7rem;
  font-weight: bold;
  color: #666;
  letter-spacing: 0;
  line-height: 2rem;
  height: 2rem;
  padding-left: 75px;
}
.group_viewtbox .related_con {
  background: #e2e2e2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 75px;
}
.group_viewtbox .related_con li {
  width: 190px;
  height: 126px;
  position: relative;
  margin-right: 25px;
}
.group_viewtbox .related_con li a.related_img {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.group_viewtbox .related_con li a.related_img:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0.8;
  -webkit-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.group_viewtbox .related_con li a.related_img:hover:before {
  opacity: 1;
}
.group_viewtbox .related_con li .related_title {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 150px;
  height: 32px;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0;
  line-height: 16px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  text-align: center;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.group_viewtbox .related_con li .related_title a {
  color: #fff;
}
.group_viewtbox .related_con li:last-child {
  margin-right: 0;
}
.group_viewtbox .comment-lists {
}

.group_viewtbox .tedt_textarea {
  display: flex;
  align-items: center;
  justify-content: center;
}


.group_viewtbox .kind #imgattachlist {
  background: #f5f5f5;
  padding: 0 1rem;
}
.group_viewtbox .kind .swfupload_ico {
  height: 1rem;
}
.group_viewtbox .kind .bar .fpd {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 0.7rem;
}
.group_viewtbox .kind .bar .fpd a {
  font-size: 1rem;
  color: #999;
  margin-right: 1rem;
  height: 22px;
  line-height: 22px;
  background: none;
  float: none;
  margin: 0 1rem 0 0;
  width: initial;
  text-indent: initial;
}
.group_viewtbox .kind .bar .fpd a.fsml i {
  top: 1px;
}

.group_viewtbox .viewthread-right .author-card .author-card-title {
  font-size: 16px;
  color: #666;
  letter-spacing: 0;
  line-height: 0.7rem;
  margin-bottom: 1rem;
}
.group_viewtbox .viewthread-right .author-card .author-card-summary {
  display: flex;
  align-items: center;
  justify-content: center;
}
.group_viewtbox .viewthread-right .author-card .author-card-summary .img-link-box {
  position: relative;
  width: 3.5rem;
  height: 3.5rem;
  margin-right: 0.5rem;
}
.group_viewtbox .viewthread-right .author-card .author-card-summary .img-link-box .img-link {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  overflow: hidden;
  display: block;
}
.group_viewtbox .viewthread-right .author-card .author-card-summary .img-link-box .vip {
  width: 0.8rem;
  height: 0.8rem;
  background-image: radial-gradient(50% 100%, #f87272 30%, #961c1c 100%);
  box-shadow: 0 1px 4px 0;
  position: absolute;
  left: 50%;
  bottom: -6px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: block;
}
.group_viewtbox .viewthread-right .author-card .author-card-summary .author-name-info {
  width: 9.25rem;
  line-height: 32px;
}
.group_viewtbox .viewthread-right .author-card .author-card-summary .author-name-info a.author-name {
  font-size: 0.8rem;
  color: #666;
  font-weight: bold;
  display: block;
  line-height: 1.6rem;
}
.group_viewtbox .viewthread-right .author-card .author-card-summary .author-name-info span {
  display: block;
  font-size: 0.6rem;
  color: #999;
  line-height: 0.8rem;
  max-height: 32px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.group_viewtbox .viewthread-right .author-card .author-card-icon-group {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.3rem;
}
.group_viewtbox .viewthread-right .author-card .author-card-icon-group .atten-btn-box a,
.group_viewtbox .viewthread-right .author-card .author-card-icon-group .sixin-btn-box a {
  display: block;
  text-align: center;
}
.group_viewtbox .viewthread-right .author-card .author-card-icon-group .atten-btn-box a strong,
.group_viewtbox .viewthread-right .author-card .author-card-icon-group .sixin-btn-box a strong {
  font-size: 1.1rem;
  color: #666;
  line-height: 1.1rem;
  display: block;
  margin: 10px auto 6px;
  font-weight: normal;
}
.group_viewtbox .viewthread-right .author-card .author-card-icon-group .atten-btn-box a b,
.group_viewtbox .viewthread-right .author-card .author-card-icon-group .sixin-btn-box a b {
  display: block;
  font-size: 0.6rem;
  line-height: 0.6rem;
  color: #999;
  font-weight: normal;
}
.group_viewtbox .viewthread-right .author-card .author-card-icon-group .atten-btn-box .icon,
.group_viewtbox .viewthread-right .author-card .author-card-icon-group .sixin-btn-box .icon {
  height: 2rem;
  line-height: 2rem;
  width: 5rem;
  margin: 0 10px;
}
.group_viewtbox .viewthread-right .author-card .author-card-icon-group .atten-btn-box .icon span,
.group_viewtbox .viewthread-right .author-card .author-card-icon-group .sixin-btn-box .icon span {
  display: block;
  border-radius: 5rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  width: 5rem;
}
.group_viewtbox .viewthread-right .author-card .author-card-atten {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 1rem;
}
.group_viewtbox .viewthread-right .author-card .author-card-atten li a {
  font-size: 0.6rem;
  line-height: 0.8rem;
  color: #999;
}
.group_viewtbox .viewthread-right .author-card .author-card-atten li a strong {
  font-size: 0.8rem;
  color: #666;
  margin-right: 6px;
  font-weight: normal;
}
.group_viewtbox .viewthread-right .more-topic h4.more-topic-title {
  font-size: 16px;
  color: #666;
  letter-spacing: 0;
  line-height: 0.7rem;
  margin-bottom: 1rem;

}
.group_viewtbox .viewthread-right .more-topic h4.more-topic-title a {
  color: #666;
}
.group_viewtbox .viewthread-right .more-topic ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.group_viewtbox .viewthread-right .more-topic ul li {
  width: 125px;
  height: 125px;
  background: #ccc;
  position: relative;
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 15px;
}
.group_viewtbox .viewthread-right .more-topic ul li a.topicImg {
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover;
  background-position: center;
  position: relative;
}
.group_viewtbox .viewthread-right .more-topic ul li a.topicImg:before {
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  -webki-transition: background 0.3s ease 0s;
  -ms-transition: background 0.3s ease 0s;
  -o-transition: background 0.3s ease 0s;
  transition: background 0.3s ease 0s;
}
.group_viewtbox .viewthread-right .more-topic ul li div.topic-item-title {
  color: #fff;
  font-size: 0.6rem;
  height: 1.6rem;  line-height: 0.8rem;
  width: 105px;
  position: absolute;
  left: 50%;
  top: 50%;
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: justify; overflow:hidden
}
.group_viewtbox .viewthread-right .more-topic ul li div.topic-item-title a {
  color: #fff;
  -webki-transition: color 0.3s ease 0s;
  -ms-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.group_viewtbox .viewthread-right .more-topic ul li div.topic-item-title :hover {
  color: rgba(255, 255, 255, 0.9);
}
.group_viewtbox .viewthread-right .more-topic ul li:hover a.topicImg:before {
  background: rgba(0, 0, 0, 0.3);
}
.group_viewtbox .viewthread-right .group-ad-position {
  width: 285px;
  height: 419px;
  border-radius: 2px;
  background-size: cover;
  background-position: center;
  background-color: #f5d3e5;
  position: relative;
}
.group_viewtbox .viewthread-right .group-ad-position a.small-icon {
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  background-color: rgba(9, 9, 9, 0.5);
  color: #fff;
  font-size: 0.6rem;
  line-height: 1.2rem;
  width: 2rem;
  height: 1.2rem;
  border-radius: 5rem;
  text-align: center;
}
