@charset "UTF-8";

.mt {
  width: 1200px;
  margin: 0 auto;
  /* display: flex; */
  justify-content: space-between;
}

.mt .content {
  width: 740px;
  float: left;
}

.mt .content h1 {
  font-size: 30px;
  margin-top: 50px;
  color: #333333;
}

.mt .content p.data {
  font-size: 12px;
  margin-top: 20px;
  margin-bottom: 50px;
  color: #b5b5b5;
}

.mt .content .page {
  border-bottom: 1px solid #e1e6eb;
  padding-bottom: 80px;
  bottom: 1px solid #e1e6eb;
}

.mt .content .page p {
  text-align: justify;
  text-indent: 2em;
  font-size: 16px;
  line-height: 40px;
  color: #555555;
}

.mt .content .page h2 {
  color: #555555;
  font-size: 18px;
  text-indent: 2em;
}

.mt .content .part {
  padding-top: 24px;
}

.mt .content .part ol {
  margin-bottom: 30px;
}

.mt .content .part ol li:first-child {
  position: relative;
}

.mt .content .part .share_a {
  width: 144px;
  height: 48px;
  padding-top: 8px;
  background: url(../../images/share_bg.png) no-repeat top center;
  position: absolute;
  bottom: 16px;
  display: flex;
  justify-content: space-between;
  opacity: 0;
  animation: all 1s;
}

.mt .content .part .share_a li {
  width: 22px;
  height: 22px;
}

.mt .content .part .share_a li a {
  display: inline-block;
  width: 22px;
  height: 22px;
}

.mt .content .part .share_a li:nth-of-type(1) a {
  background: url(../../images/share_wb.png) no-repeat;
}

.mt .content .part .share_a li:nth-of-type(1).act a {
  background: url(../../images/share_wba.png) no-repeat;
}

.mt .content .part .share_a li:nth-of-type(2) a {
  background: url(../../images/share_wx.png) no-repeat;
}

.mt .content .part .share_a li:nth-of-type(2).act a {
  background: url(../../images/share_wxb.png) no-repeat;
}

.mt .content .part .share_a li:nth-of-type(3) a {
  background: url(../../images/share_qq.png) no-repeat;
}
/* 
.mt .content .part .share_a li:nth-of-type(3) a:hover {
  background: url(../../images/share_qqa.png) no-repeat;
} */

.mt .content .part ol>li {
  float: left;
  margin-right: 28px;
  padding-left: 20px;
  cursor: pointer;
  position: relative;
}

.mt .content .part ol>li:nth-of-type(1) {
  background: url(../../images/share.png) no-repeat left;
}
.mt .content .part ol>li:nth-of-type(2){
  padding-left: 0;
}
.mt .content .part ol>li:nth-of-type(2) a {
  background: url(../../images/star.png) no-repeat left;
  padding-left: 20px;
}

.mt .content .part ol>li:nth-of-type(2).active a {
  background: url(../../images/started.png) no-repeat left;
  padding-left: 20px;
}

.mt .content .part ol>li:nth-of-type(3) {
  background: url(../../images/say.png) no-repeat left;
}

.mt .content .part ol>li:nth-of-type(4) {
  padding-left: 0;
}
.mt .content .part ol>li:nth-of-type(4) a {
  background: url(../../images/zan.png) no-repeat left;
  padding-left: 20px;
}

.mt .content .part ol>li:nth-of-type(4).active a {
  background: url(../../images/zaned.png) no-repeat left;
  padding-left: 20px;
}

.mt .content .part ol>li:nth-of-type(1).act {
  background: url(../../images/share1.png) no-repeat left;
}

.mt .content .part ol>li:nth-of-type(1).act p {
  color: #f85e05;
}

.mt .content .part ol>li:nth-of-type(1):hover .share_a {
  opacity: 1;
}

.mt .content .part ol>li:nth-of-type(2).act {
  background: url(../../images/star1.png) no-repeat left;
}

.mt .content .part ol>li:nth-of-type(2).act p {
  color: #f85e05;
}

.mt .content .part ol>li:nth-of-type(3).act {
  background: url(../../images/say1.png) no-repeat left;
}

.mt .content .part ol>li:nth-of-type(3).act p {
  color: #f85e05;
}

.mt .content .part ol>li:nth-of-type(4).act {
  background: url(../../images/zan1.png) no-repeat left;
}

.mt .content .part ol>li:nth-of-type(4).act p {
  color: #f85e05;
}

.mt .content .shuru {
  width: 720px;
  border: 10px solid #fafafa;
  height: 60px;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  background: #fafafa;
}

.mt .content .shuru textarea {
  border: none;
  width: 600px;
  resize: none;
  padding: 10px;
  height: 40px;
  float: left;
}

.mt .content .shuru a {
  color: #fff;
  background: #f85e05;
  width: 80px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  margin-top: 10px;
  float: right;
}

.mt .content .speech ol li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.mt .content .speech ol li img {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  float: left;
}

.mt .content .speech .wr{
  display: inline-block;
}
.mt .content .speech ol li .word {
  width: 568px;
  padding: 14px 40px;
  background: #fafafa;
  margin: 0;
  position: relative;
  margin-bottom: 20px;
}

.mt .content .speech ol li .word p.tit {
  font-size: 12px;
  color: #adadad;
  margin-bottom: 14px;
}

.mt .content .speech ol li .word p.tit span {
  font-size: 14px;
  color: #333333;
  margin-right: 12px;
}

.mt .content .speech ol li .word p {
  font-size: 16px;
  color: #555;
  line-height: 24px;
}

.mt .content .speech ol li .word:after {
  content: '';
  position: absolute;
  left: -20px;
  top: 30px;
  border: 10px solid;
  border-color: transparent #fafafa transparent transparent;
  /*透明 透明  黄*/
}

.mt .content .speech .text {
  text-align: center;
  height: 50px;
  border-top: 1px solid #e1e6eb;
  color: #7f7f7f;
  margin-top: 40px;
  margin-bottom: 90px;
}

.mt .content .speech .text span {
  display: inline-block;
  width: 40px;
  text-align: center;
  line-height: 50px;
}

.mt .content .speech .text a {
  color: #7f7f7f;
}

.mt .content .speech .text span.active {
  color: #f85e05;
  border-top: 1px solid #f85e05;
  margin-top: -1px;
}

.mt .about {
  width: 400px;
  float: right;
}

.mt .about li {
  width: 380px;
  height: 64px;
  padding: 20px 8px;
  background: #fafbfc;
  margin-top: 20px;
}

.mt .about li .des {
  width: 266px;
  overflow: hidden;
  float: left;
  padding-left: 10px;
}

.mt .about li a {
  display: flex;
  justify-content: space-between;
}

.mt .about li a img{
  float: left;
}

.mt .about h2 {
  font-size: 18px;
  margin-top: 50px;
  color: #333333;
}

.mt .about h3 {
  color: #555555;
  font-size: 18px;
  margin-bottom: 8px;
  line-height: 18px;
}

.mt .about p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: justify;
  color: #999999;
  font-size: 12px;
}

.mt .content .yinyong {
  width: 626px;
  border: 10px solid #fafafa;
  height: 60px;
  margin: 0;
  margin-bottom: 10px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  background: #fafafa;
}

.mt .content .yinyong textarea {
  border: none;
  width: 524px;
  resize: none;
  padding: 10px;
}

.mt .content .yinyong a {
  color: #fff;
  background: #f85e05;
  width: 80px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  margin-top: 10px;
}
.share .sw li {
  float: left;
}
.share .sw li+li{
  margin-left: 28px;
}