body {
  position: relative;
  height: 100%;
}
img {
  cursor: pointer;
}
video {
  cursor: pointer;
}
.navigation-bar {
  width: 100%;
  height: 80px;
  background-color: #ffffff;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 40px;
}
.slideshow {
  height: 535px;
}
.slideshow .at-tx {
  height: 100%;
}
.slideshow .at-tx .container {
  width: 1096px;
  position: relative;
}
.slideshow .at-tx .info {
  width: 100%;
  min-height: 535px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.slideshow .at-tx .banner {
  height: 467px;
  width: 552px;
  position: relative;
  float: left;
}
.slideshow .at-tx .sign {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
}
.slideshow .at-tx .item {
  width: 100%;
  height: 100%;
}
.slideshow .at-tx .item li {
  position: absolute;
  border-radius: 10px;
  transition: all .8s;
  background: #fff;
  overflow: hidden;
  box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.2);
}
.slideshow .at-tx .item li img {
  width: 100%;
}
.slideshow .at-tx .bannerbtn {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.slideshow .at-tx .bannerbtn img {
  width: 100%;
  height: 100%;
}
.slideshow .at-tx .prev {
  left: 31px;
}
.slideshow .at-tx .next {
  right: 31px;
}
.slideshow .at-tx .mesg {
  margin-left: 144px;
  width: 380px;
  float: left;
  padding-top: 66px;
}
.slideshow .at-tx .mesg .top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.slideshow .at-tx .mesg .top .avarat {
  width: 66px;
  height: 66px;
  background-color: #ff9f00;
  border: solid 1px #f5f5f5;
  border-radius: 50%;
  overflow: hidden;
}
.slideshow .at-tx .mesg .top .avarat img {
  width: 100%;
  height: 100%;
}
.slideshow .at-tx .mesg .top .username {
  font-size: 20px;
  color: #333333;
  font-weight: 700;
  padding-left: 14px;
}
.slideshow .at-tx .mesg .cont {
  font-size: 18px;
  color: #666666;
  max-width: 380px;
  padding-top: 30px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /*! autoprefixer: on */
}
.slideshow .at-tx .mesg .other {
  padding-top: 45px;
}
.slideshow .at-tx .mesg .other li {
  float: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 25%;
}
.slideshow .at-tx .mesg .other li span {
  font-size: 18px;
  color: #999999;
  padding-left: 7px;
}
.slideshow .at-tx .title {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(50%) translateX(94px);
}
.slideshow .at-tx .title .title-info {
  width: 329px;
  height: 329px;
  border: solid 54px #dff4f0;
  border-radius: 50%;
  text-align: center;
  box-sizing: border-box;
  padding-top: 30px;
}
.slideshow .at-tx .title .title-info h2 {
  font-size: 34px;
  color: #333333;
  font-weight: 700;
}
.slideshow .at-tx .title .title-info p {
  font-size: 14px;
  color: #999999;
  padding-bottom: 30px;
}
.slideshow .at-tx .title .title-info a {
  font-size: 14px;
  color: #999999;
}
.message {
  width: 1200px;
  margin: 0 auto;
}
.message .details {
  width: 100%;
  height: 660px;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.message .details .both-sides {
  width: 340px;
  height: 100%;
}
.message .details .both-sides .child {
  width: 340px;
  height: 325px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.message .details .both-sides .child .child-img {
  width: 100%;
  height: 100%;
  transition: 1s all linear;
  -ms-transition: 1s all linear;
  /* IE 9 */
  -moz-transition: 1s all linear;
  /* Firefox */
  -webkit-transition: 1s all linear;
  /* Safari 和 Chrome */
  -o-transition: 1s all linear;
  /* Opera */
}
.message .details .both-sides .child .child-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.message .details .both-sides .child .introduce {
  position: absolute;
  bottom: 0;
  width: 340px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 13px 20px 17px 20px;
  box-sizing: border-box;
}
.message .details .both-sides .child .introduce .upper-part {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  height: 24px;
  margin-bottom: 6px;
}
.message .details .both-sides .child .introduce .upper-part .avatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 10px;
}
.message .details .both-sides .child .introduce .upper-part .nick-name {
  font-size: 16px;
  color: #ffffff;
}
.message .details .both-sides .child .introduce .next-part {
  font-size: 16px;
  color: #ffffff;
  width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.message .details .both-sides .child:hover .child-img {
  transform: scale3d(1.1, 1.1, 1.1);
  -ms-transform: scale3d(1.1, 1.1, 1.1);
  -moz-transform: scale3d(1.1, 1.1, 1.1);
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  -o-transform: scale3d(1.1, 1.1, 1.1);
}
.message .details .both-sides .top {
  margin-bottom: 10px;
}
.message .details .middle {
  width: 500px;
  height: 100%;
  margin: 0 10px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.message .details .middle .middle-img {
  width: 100%;
  height: 100%;
  transition: 1s all linear;
  -ms-transition: 1s all linear;
  /* IE 9 */
  -moz-transition: 1s all linear;
  /* Firefox */
  -webkit-transition: 1s all linear;
  /* Safari 和 Chrome */
  -o-transition: 1s all linear;
  /* Opera */
}
.message .details .middle .middle-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.message .details .middle .characters {
  position: absolute;
  bottom: 0;
  width: 500px;
  height: 136px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 15px 20px 14px 20px;
  box-sizing: border-box;
}
.message .details .middle .characters .top-part {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  height: 44px;
}
.message .details .middle .characters .top-part .portrait {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  margin-right: 12px;
}
.message .details .middle .characters .top-part .designation {
  font-size: 20px;
  color: #ffffff;
}
.message .details .middle .characters .bottom-part {
  font-size: 20px;
  color: #ffffff;
  width: 460px;
  line-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
}
.message .details .middle:hover .middle-img {
  transform: scale3d(1.1, 1.1, 1.1);
  -ms-transform: scale3d(1.1, 1.1, 1.1);
  -moz-transform: scale3d(1.1, 1.1, 1.1);
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  -o-transform: scale3d(1.1, 1.1, 1.1);
}
.message .pinterest {
  width: 100;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.message .pinterest .column {
  margin-right: 10px;
  width: 292px;
}
.message .pinterest .column .falls {
  width: 292px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}
.message .pinterest .column .falls .text-content {
  height: 52px;
  font-size: 16px;
  color: #666666;
  width: 273px;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  padding: 0 10px;
  margin-top: 6px;
}
.message .pinterest .column .falls .userinfo {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 38px;
  -ms-flex-align: center;
      align-items: center;
  padding: 6px 10px 0px 10px;
}
.message .pinterest .column .falls .userinfo .avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  margin-right: 10px;
}
.message .pinterest .column .falls .userinfo .nick-name {
  font-size: 16px;
  color: #666666;
  width: 225px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.message .pinterest .column .singular {
  height: 506px;
}
.message .pinterest .column .singular .img-box {
  width: 100%;
  height: 390px;
  overflow: hidden;
}
.message .pinterest .column .singular .img-box .falls-img {
  width: 100%;
  height: 390px;
  transition: 1s all linear;
  -ms-transition: 1s all linear;
  /* IE 9 */
  -moz-transition: 1s all linear;
  /* Firefox */
  -webkit-transition: 1s all linear;
  /* Safari 和 Chrome */
  -o-transition: 1s all linear;
  /* Opera */
}
.message .pinterest .column .singular .img-box .falls-video {
  width: 100%;
  height: 300px;
  object-fit: cover;
  -o-object-fit: cover;
}
.message .pinterest .column .singular .img-box .falls-img:hover {
  transform: scale3d(1.1, 1.1, 1.1);
  -ms-transform: scale3d(1.1, 1.1, 1.1);
  -moz-transform: scale3d(1.1, 1.1, 1.1);
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  -o-transform: scale3d(1.1, 1.1, 1.1);
}
.message .pinterest .column .sven-num {
  height: 416px;
}
.message .pinterest .column .sven-num .img-box {
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.message .pinterest .column .sven-num .img-box .falls-img {
  width: 100%;
  height: 300px;
  transition: 1s all linear;
  -ms-transition: 1s all linear;
  /* IE 9 */
  -moz-transition: 1s all linear;
  /* Firefox */
  -webkit-transition: 1s all linear;
  /* Safari 和 Chrome */
  -o-transition: 1s all linear;
  /* Opera */
}
.message .pinterest .column .sven-num .img-box .falls-video {
  width: 100%;
  height: 300px;
  object-fit: cover;
  -o-object-fit: cover;
}
.message .pinterest .column .sven-num .img-box .falls-img:hover {
  transform: scale3d(1.1, 1.1, 1.1);
  -ms-transform: scale3d(1.1, 1.1, 1.1);
  -moz-transform: scale3d(1.1, 1.1, 1.1);
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  -o-transform: scale3d(1.1, 1.1, 1.1);
}
.message .pinterest .column:last-child {
  margin-right: 0;
}
.message .view-more {
  width: 100%;
  height: 70px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 40px 0px;
}
.message .view-more .more-btn {
  width: 200px;
  height: 70px;
  cursor: pointer;
}
