.module-content {
	margin: 0 auto;
	padding: 0 2.4rem;
	max-width: 1440px;
	position: relative;
}
.container {
    margin: 0 auto;
    width: 85%;
    max-width: 1440px;
}

.viewpoint-info {
  width: 100%;
  padding: 0.74rem 0 0.53rem;
}
.viewpoint-info .container .case-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-top: 0.4rem;
  flex-direction: row-reverse;
}
.viewpoint-info .container .case-top .tbox {
  width: 37.5%;
  padding-top: 0.16rem;
}
@media (max-width: 991px) {
  .viewpoint-info .container .case-top .tbox {
    width: 100%;
    margin-top: 1rem;
  }
}
.viewpoint-info .container .case-top .tbox .t1 {
  font-size: 14px;
  line-height: 24px;
  color: #1bd629;
}
.viewpoint-info .container .case-top .tbox .t1 .company {
  color: #666;
  position: relative;
  z-index: 1;
  padding-left: 0.1rem;
  margin-left: 0.1rem;
}
.viewpoint-info .container .case-top .tbox .t1 .company::before {
  content: '';
  width: 1px;
  height: 13px;
  background: #ddd;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.viewpoint-info .container .case-top .tbox .t2 {
  line-height: 1.25em;
  color: #000;
}
.viewpoint-info .container .case-top .tbox .t3 {
  line-height: 1.33333333em;
  color: #999;
  margin-top: 0.58rem;
}
.viewpoint-info .container .case-top .tbox .t4 {
  width: 100%;
  display: flex;
  margin-top: 0.62rem;
}
.viewpoint-info .container .case-top .tbox .t4 .item {
  width: 33.33%;
  border-right: 1px solid #eee;
  padding: 5px 0 5px 0.4rem;
}
@media (max-width: 767px) {
  .viewpoint-info .container .case-top .tbox .t4 .item {
    padding: 5px 0 5px 0.2rem;
  }
}
.viewpoint-info .container .case-top .tbox .t4 .item:first-child {
  padding: 5px 0;
}
.viewpoint-info .container .case-top .tbox .t4 .item:last-child {
  border-right: none;
}
.viewpoint-info .container .case-top .tbox .t4 .item .num {
  letter-spacing: -2px;
  line-height: 1;
  font-weight: bold;
  display: flex;
}
.viewpoint-info .container .case-top .tbox .t4 .item .num i {
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 767px) {
  .viewpoint-info .container .case-top .tbox .t4 .item .num i {
    left: 100%;
  }
}
.viewpoint-info .container .case-top .tbox .t4 .item .num i svg {
  width: 50%;
  height: 50%;
  animation: arrowRun 5s infinite;
}
.viewpoint-info .container .case-top .tbox .t4 .item .num i svg path {
  fill: #1bd629;
}
.viewpoint-info .container .case-top .tbox .t4 .item .ts {
  color: #999;
  line-height: 1.5em;
  margin-top: 5px;
}
.viewpoint-info .container .case-top .img-box {
  width: 47.91666667%;
  position: relative;
}
@media (max-width: 991px) {
  .viewpoint-info .container .case-top .img-box {
    width: 85%;
    margin-left: auto;
  }
}
.viewpoint-info .container .case-top .img-box::before {
  content: '';
  width: 100%;
  padding-top: 60.14492754%;
  display: block;
}
.viewpoint-info .container .case-top .img-box .img1 {
  position: absolute;
  z-index: 2;
  bottom: -9.87951807%;
  left: -17.39130435%;
  width: 25.07246377%;
  height: 84.81927711%;
}
.viewpoint-info .container .case-top .img-box .img1::before {
  content: '';
  width: 293.6416185%;
  height: 15.90909091%;
  background: url(../images/case-top-bg-shadow.png) left bottom no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: -20.80924855%;
  z-index: -1;
}
.viewpoint-info .container .case-top .img-box .img1 .bg {
  width: 100%;
  height: 100%;
}
.viewpoint-info .container .case-top .img-box .img1 .img {
  width: 90.1734104%;
  height: 95.45454545%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.viewpoint-info .container .case-top .img-box .img1 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.viewpoint-info .container .case-top .img-box .img2 {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.viewpoint-info .container .case-top .img-box .img2 .bg {
  width: 100%;
  height: 100%;
  border-radius: 0.25rem;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.viewpoint-info .container .case-top .img-box .img2 .bg img {
  width: 100%;
  height: 100%;
}
.viewpoint-info .container .case-top .img-box .img2 .img {
  width: 94.20289855%;
  height: 80.72289157%;
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  top: 9.63855422%;
}
.viewpoint-info .container .case-top .img-box .img2 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.viewpoint-info .container .case-top.case-yy-top .tbox {
  width: 40.97222222%;
  padding: 0;
}
@media (max-width: 991px) {
  .viewpoint-info .container .case-top.case-yy-top .tbox {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.viewpoint-info .container .case-top.case-yy-top .tbox .t2 {
  line-height: 1.33333333em;
}
.viewpoint-info .container .case-top.case-yy-top .tbox .t3 {
   font-size:.16rem;
   color: #5D6166;
   margin-top: .6rem;
}

@media (max-width: 991px) {
  .viewpoint-info .container .case-top.case-yy-top .img-box {
    width: 100%;
    margin-top: 0;
  }
}
.viewpoint-info .container .Breadcrumbs {
  margin-bottom: 0.3rem;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.viewpoint-info .container .Breadcrumbs a {
  color: #ccc;
  flex-shrink: 0;
  margin-right: .12rem;
}
.viewpoint-info .container .Breadcrumbs i {
  flex-shrink: 0;
   margin-right: .12rem;
}
.viewpoint-info .container .Breadcrumbs i svg path {
  fill: #ccc;
}
.viewpoint-info .container .Breadcrumbs span {
  width: 100%;
  color: #ccc;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.viewpoint-info .container .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.viewpoint-info .container .top .left .t1 {
  color: #999;
  line-height: 1.71428571em;
  font-size: 14px;
}
.viewpoint-info .container .top .left .t1 a {
  color: #999;
  transition: all 0.4s;
}
@media (min-width: 992px) {
  .viewpoint-info .container .top .left .t1 a:hover {
    color: #1bd629;
  }
}
.viewpoint-info .container .top .left .title {
  max-width: 1100px;
  margin-top: 0.2rem;
  font-weight: 400;
  font-size:.48rem;
  color: #0D1319;
  text-align: left;
}
@media (max-width: 767px) {
  .viewpoint-info .container .top .left .title br {
    display: none;
  }
}
.viewpoint-info .container .top .back {
  display: flex;
  margin-right: 0.25rem;
  margin-top: 0.35rem;
}
@media (max-width: 767px) {
  .viewpoint-info .container .top .back {
    display: none;
  }
}
.viewpoint-info .container .top .back a {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.viewpoint-info .container .top .back a::before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #1bd629;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: all 0.4s;
}
.viewpoint-info .container .top .back a i {
  width: 0.24rem;
  height: 0.24rem;
  display: flex;
  margin: 0 auto;
}
.viewpoint-info .container .top .back a i svg {
  width: 100%;
  height: 100%;
}
.viewpoint-info .container .top .back a i svg path {
  fill: #fff;
}
.viewpoint-info .container .top .back a span {
  width: 100%;
  font-size: 14px;
  color: #fff;
  line-height: 1.71428571em;
  text-align: center;
  margin-top: 5px;
}
@media (min-width: 992px) {
  .viewpoint-info .container .top .back a:hover::before {
    transform: translate(-50%, -50%) scale(1.1);
  }
}

.viewpoint-info .container .case-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-top: 0.4rem;
  flex-direction: row-reverse;
}
.viewpoint-info .container .case-top .tbox {
  width: 37.5%;
  padding-top: 0.16rem;
}
@media (max-width: 991px) {
  .viewpoint-info .container .case-top .tbox {
    width: 100%;
    margin-top: 1rem;
  }
}
.viewpoint-info .container .case-top .tbox .t1 {
  font-size: 14px;
  line-height: 24px;
  color: #1bd629;
}
.viewpoint-info .container .case-top .tbox .t1 .company {
  color: #666;
  position: relative;
  z-index: 1;
  padding-left: 0.1rem;
  margin-left: 0.1rem;
}
.viewpoint-info .container .case-top .tbox .t1 .company::before {
  content: '';
  width: 1px;
  height: 13px;
  background: #ddd;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.viewpoint-info .container .case-top .tbox .t2 {
  line-height: 1.25em;
  color: #000;
}
.viewpoint-info .container .case-top .tbox .t3 {
  line-height: 1.33333333em;
  color: #999;
  margin-top: 0.58rem;
}
@media (max-width: 767px) {
 /* .viewpoint-info .container .case-top .tbox .t3 {
    display: none;
  } */
}
.viewpoint-info .container .case-top .tbox .t4 {
  width: 100%;
  display: flex;
  margin-top: 0.62rem;
}
.viewpoint-info .container .case-top .tbox .t4 .item {
  width: 33.33%;
  border-right: 1px solid #eee;
  padding: 5px 0 5px 0.4rem;
}
@media (max-width: 767px) {
  .viewpoint-info .container .case-top .tbox .t4 .item {
    padding: 5px 0 5px 0.2rem;
  }
}
.viewpoint-info .container .case-top .tbox .t4 .item:first-child {
  padding: 5px 0;
}
.viewpoint-info .container .case-top .tbox .t4 .item:last-child {
  border-right: none;
}
.viewpoint-info .container .case-top .tbox .t4 .item .num {
  letter-spacing: -2px;
  line-height: 1;
  font-weight: bold;
  display: flex;
}
.viewpoint-info .container .case-top .tbox .t4 .item .num i {
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 767px) {
  .viewpoint-info .container .case-top .tbox .t4 .item .num i {
    left: 100%;
  }
}
.viewpoint-info .container .case-top .tbox .t4 .item .num i svg {
  width: 50%;
  height: 50%;
  animation: arrowRun 5s infinite;
}
.viewpoint-info .container .case-top .tbox .t4 .item .num i svg path {
  fill: #1bd629;
}
.viewpoint-info .container .case-top .tbox .t4 .item .ts {
  color: #999;
  line-height: 1.5em;
  margin-top: 5px;
}
.viewpoint-info .container .tbox .top2 {
  width: 100%;
  padding: 0.18rem 0.28rem;
  display: flex;
  align-items: center;
  margin-top: 0.6rem;
  border-radius: 0.1rem;
  background: linear-gradient(to right, #f4f4f4, rgba(244, 244, 244, 0));
}
@media (max-width: 767px) {
  .viewpoint-info .container .tbox .top2 {
    flex-wrap: wrap;
  }
}
.viewpoint-info .container .tbox .top2 .icon {
  width: 49px;
  height: 49px;
  border-radius: 50%;
  overflow: hidden;
}
.viewpoint-info .container .tbox .top2 .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.viewpoint-info .container .tbox .top2 .ts {
  min-width: 1.6rem;
  margin-left: 0.15rem;
  border-right: 1px solid #ccc;
  padding-right: 0.5rem;
}
.viewpoint-info .container .tbox .top2 .ts .t1 {
 font-weight: 400;
 font-size: 16px;
 color: #757A7F;
}
.viewpoint-info .container .tbox .top2 .ts .t23 {
  color: #999;
  font-size: 14px;
  line-height: 1.42857143em;
}
.viewpoint-info .container .tbox .top2 .ts23 {
  margin-left: 0.7rem;
}
@media (max-width: 991px) {
  .viewpoint-info .container .tbox .top2 .ts23 {
    margin-left: 0.5rem;
  }
}
.viewpoint-info .container .tbox .top2 .ts2 .t1 {
  color: #aaa;
  font-size: 14px;
  line-height: 1.42857143em;
}
.viewpoint-info .container .tbox .top2 .ts2 .t23 {
  color: #666;
  font-size: 14px;
  line-height: 1.71428571em;
}
.viewpoint-info .container .tbox .top2.case-top2 {
  background: none;
  padding: 0.18rem 0 0;
  border-radius: 0;
}
.viewpoint-info .container .tbox .top2.case-top2 .icon {
  width: 46px;
  height: 46px;
 border: 1px solid #F0F2F5;
}
.viewpoint-info .container .tbox .top2.case-top2 .ts {
  min-width: 2rem;
  border-right: none;
}
.viewpoint-info .container .tbox .top2.case-top2 .ts23 {
  margin-top: auto;
}
.viewpoint-info .container .case-top .img-box {
  width: 47.91666667%;
  position: relative;
}
@media (max-width: 991px) {
  .viewpoint-info .container .case-top .img-box {
    width: 85%;
    margin-left: auto;
  }
}
.viewpoint-info .container .case-top .img-box::before {
  content: '';
  width: 100%;
  padding-top: 60.14492754%;
  display: block;
}
.viewpoint-info .container .case-top .img-box .img1 {
  position: absolute;
  z-index: 2;
  bottom: -9.87951807%;
  left: -17.39130435%;
  width: 25.07246377%;
  height: 84.81927711%;
}
.viewpoint-info .container .case-top .img-box .img1::before {
  content: '';
  width: 293.6416185%;
  height: 15.90909091%;
  background: url(../images/case-top-bg-shadow.png) left bottom no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: -20.80924855%;
  z-index: -1;
}
.viewpoint-info .container .case-top .img-box .img1 .bg {
  width: 100%;
  height: 100%;
}
.viewpoint-info .container .case-top .img-box .img1 .img {
  width: 90.1734104%;
  height: 95.45454545%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.viewpoint-info .container .case-top .img-box .img1 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.viewpoint-info .container .case-top .img-box .img2 {
  width: 100%;
  height: 3.6rem;
  position: absolute;
  right: 0;
  top: 0;
}
.viewpoint-info .container .case-top .img-box .img2 .bg {
  width: 100%;
  height: 100%;
  border-radius: 0.16rem;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.viewpoint-info .container .case-top .img-box .img2 .bg img {
  width: 100%;
  height: 100%;
}
.viewpoint-info .container .case-top .img-box .img2 .img {
  width: 94.20289855%;
  height: 80.72289157%;
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  top: 9.63855422%;
}
.viewpoint-info .container .case-top .img-box .img2 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.viewpoint-info .container .case-top.case-yy-top .tbox {
  width: 40.97222222%;
  padding: 0;
  display:flex;
  flex-direction: column;
  justify-content: space-between;
  height: 3.6rem;
}
@media (max-width: 991px) {
  .viewpoint-info .container .case-top.case-yy-top .tbox {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.viewpoint-info .container .case-top.case-yy-top .tbox .t2 {
  font-weight: 400;
  font-size:.48rem;
  color: #0D1319;
}
.viewpoint-info .container .case-top.case-yy-top .tbox .t3 {
 /* line-height: 1.5em;
  margin-top: 0.42rem; */
}

@media (max-width: 991px) {
  .viewpoint-info .container .case-top.case-yy-top .img-box {
    width: 100%;
    margin-top: 0;
  }
}
.viewpoint-info .container .content {
  width: 100%;
  margin-top: 1.05rem;
  display: flex;
  justify-content: space-between;
}
.viewpoint-info .container .content .left {
  width: 27.77777778%;
  height: calc(100vh - 2rem);
  position: sticky;
  position: -webkit-sticky;
  top: 80px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
@media (max-width: 991px) {
  .viewpoint-info .container .content .left {
    display: none;
  }
}
.viewpoint-info .container .content .left .ltop {
  width: 100%;
}
.viewpoint-info .container .content .left .ltop ul li {
  width: 100%;
  display: flex;
  color: #999;
  font-size: 16px;
  line-height: 26px;
  height: 26px;
  transition: all 0.4s;
  cursor: pointer;
  position: relative;
  z-index: 1;
  padding-left: 0.1rem;
  margin-bottom: 0.1rem;
}
.viewpoint-info .container .content .left .ltop ul li span {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.viewpoint-info .container .content .left .ltop ul li::before {
  content: '';
  width: 2px;
  height: 2px;
  background: #999;
  transition: all 0.4s;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 992px) {
  .viewpoint-info .container .content .left .ltop ul li:hover {
    color: #1bd629;
  }
  .viewpoint-info .container .content .left .ltop ul li:hover::before {
    background: #1bd629;
  }
}
.viewpoint-info .container .content .left .ltop ul li.on {
  color: #1bd629;
  font-size: 18px;
}
.viewpoint-info .container .content .left .ltop ul li.on::before {
  background: #1bd629;
}
.viewpoint-info .container .content .left .ldown {
  width: 100%;
}
.viewpoint-info .container .content .left .ldown .ts {
  color: #333;
  font-weight: 400;
  font-size: .18rem;
  color: #0D1319;
}
.viewpoint-info .container .content .left .ldown ul {
  width: 100%;
  margin-top: 0.22rem;
}
.viewpoint-info .container .content .left .ldown ul li {
  display: flex;
  margin-bottom: 0.06rem;
}
.viewpoint-info .container .content .left .ldown ul li:last-child {
  margin-bottom: 0;
}
.viewpoint-info .container .content .left .ldown ul li a {
  color: #999;
  font-size: 16px;
  line-height: 1.71428571em;
  transition: all 0.4s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.viewpoint-info .container .content .left .ldown ul li a i {
  height: 16px;
  padding: 0 5px;
  border-radius: 8px;
  background: #1bd629;
  font-style: normal;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 12px;
}
@media (min-width: 992px) {
  .viewpoint-info .container .content .left .ldown ul li:hover a {
    color: #1bd629;
  }
}
.viewpoint-info .container .content .right {
  width: 64.05555556%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  font-weight: 400;
  font-size: .16rem;
  color: #5D6166;
}
@media (max-width: 991px) {
  .viewpoint-info .container .content .right {
    width: 100%;
  }
}
.viewpoint-info .container .content .right .public-content {
  width: 79.59183673%;
  letter-spacing: 0.12em;
  font-weight: 400;
  font-size: .16rem;
  color: #5D6166;
}
@media (max-width: 767px) {
  .viewpoint-info .container .content .right .public-content {
    width: 100%;
    line-height: 1.875em;
    font-size: 0.28rem;
  }
}
.viewpoint-info .container .content .right .public-content h3 {
  line-height: 1.5em;
  color: #000;
  font-size: 0.3rem;
}
@media (max-width: 767px) {
  .viewpoint-info .container .content .right .public-content h3 {
    font-size: 0.36rem;
  }
}
.viewpoint-info .container .content .right .public-content .img-tc {
  cursor: pointer;
}
.viewpoint-info .container .content .right .public-content img {
  width: 100%;
}
.viewpoint-info .container .content .right .case-content {
  width: 79.59183673%;
}
@media (max-width: 767px) {
  .viewpoint-info .container .content .right .case-content {
    width: 100%;
  }
}
.viewpoint-info .container .content .right .case-content > ul {
  width: 100%;
}
.viewpoint-info .container .content .right .case-content > ul > li {
  width: 100%;
}
.viewpoint-info .container .content .right .case-content > ul > li .img-tc {
  cursor: pointer;
}
.viewpoint-info .container .content .right .case-content > ul > li .tbox {
  width: 100%;
}
.viewpoint-info .container .content .right .case-content > ul > li .tbox .txt {
  color: #666;
  line-height: 1.5em;
}
@media (max-width: 767px) {
  .viewpoint-info .container .content .right .case-content > ul > li .tbox .txt {
    line-height: 1.875em;
    font-size: 0.3rem;
  }
}
.viewpoint-info .container .content .right .case-content > ul > li .tbox .txt h3 {
  line-height: 1.5em;
  color: #000;
}
.viewpoint-info .container .content .right .case-content > ul > li .tbox .txt a {
  display: block;
}
.viewpoint-info .container .content .right .case-content > ul > li .tbox .vbox {
  width: 100%;
  background: url(../images/case-ionf-vbox-bg.png) center center no-repeat;
  background-size: cover;
  border: 1px solid #dedede;
  border-radius: 0.15rem;
  padding: 0.3rem 0.35rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.viewpoint-info .container .content .right .case-content > ul > li .tbox .vbox .video {
  width: 51.00286533%;
  position: relative;
}
@media (max-width: 767px) {
  .viewpoint-info .container .content .right .case-content > ul > li .tbox .vbox .video {
    width: 100%;
  }
}
.viewpoint-info .container .content .right .case-content > ul > li .tbox .vbox .video video {
  width: 100%;
}
.viewpoint-info .container .content .right .case-content > ul > li .tbox .vbox .video .play {
  width: 0.68rem;
  height: 0.48rem;
  position: absolute;
  z-index: 2;
  left: 12px;
  bottom: 12px;
  background: #1bd629;
  border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.viewpoint-info .container .content .right .case-content > ul > li .tbox .vbox .video .play img {
  width: 0.15rem;
}
.viewpoint-info .container .content .right .case-content > ul > li .tbox .vbox .tbox {
  width: 42.97994269%;
}
@media (max-width: 767px) {
  .viewpoint-info .container .content .right .case-content > ul > li .tbox .vbox .tbox {
    width: 100%;
  }
}
.viewpoint-info .container .content .right .case-content > ul > li .tbox .vbox .tbox .t1 {
  line-height: 1.8em;
  color: #1bd629;
}
.viewpoint-info .container .content .right .case-content > ul > li .tbox .vbox .tbox .t2 {
  line-height: 1.5em;
  color: #999;
  margin-top: 0.16rem;
}
@media (max-width: 767px) {
  .viewpoint-info .container .content .right .case-content > ul > li .tbox .vbox .tbox .t2 br {
    display: none;
  }
}
.viewpoint-info .container .content .right .yy-content {
  width: 74.59183673%;
  letter-spacing: 0.12em;
}
@media (max-width: 767px) {
  .viewpoint-info .container .content .right .yy-content {
    width: 100%;
  }
}
.viewpoint-info .container .content .right .yy-content h1,
.viewpoint-info .container .content .right .yy-content h2,
.viewpoint-info .container .content .right .yy-content h3,
.viewpoint-info .container .content .right .yy-content h4,
.viewpoint-info .container .content .right .yy-content h5,
.viewpoint-info .container .content .right .yy-content h6 {
  font-style: normal;
  font-size: normal;
  font-weight: normal;
  color: #000;
}
.viewpoint-info .container .content .right .yy-content h2 {
  font-size: 36px;
}
.viewpoint-info .container .content .right .yy-content h3 {
  font-size: 24px;
}
.viewpoint-info .container .content .right .yy-content h4 {
  font-size: 20px;
}
.viewpoint-info .container .content .right .yy-content h5 {
  font-size: 18px;
}
.viewpoint-info .container .content .right .yy-content > ul {
  width: 100%;
}
.viewpoint-info .container .content .right .yy-content > ul > li {
  width: 100%;
}
.viewpoint-info .container .content .right .yy-content > ul > li .yy-tbox {
  width: 100%;
}
.viewpoint-info .container .content .right .yy-content > ul > li .yy-tbox .txt {
  color: #666;
  line-height: 1.5em;
}
@media (max-width: 767px) {
  .viewpoint-info .container .content .right .yy-content > ul > li .yy-tbox .txt {
    line-height: 1.875em;
    font-size: 0.3rem;
  }
}
.viewpoint-info .container .content .right .yy-content > ul > li .yy-tbox .txt h3 {
  line-height: 1.5em;
  color: #000;
}
.viewpoint-info .container .content .right .yy-content > ul > li .yy-tbox .txt a {
  display: block;
}
.viewpoint-info .container .content .right .yy-content > ul > li .yy-tbox .vbox {
  width: 100%;
  background: url(../images/case-ionf-vbox-bg.png) center center no-repeat;
  background-size: cover;
  border: 1px solid #dedede;
  border-radius: 0.15rem;
  padding: 0.3rem 0.35rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.viewpoint-info .container .content .right .yy-content > ul > li .yy-tbox .vbox .video {
  width: 51.00286533%;
  position: relative;
}
@media (max-width: 767px) {
  .viewpoint-info .container .content .right .yy-content > ul > li .yy-tbox .vbox .video {
    width: 100%;
  }
}
.viewpoint-info .container .content .right .yy-content > ul > li .yy-tbox .vbox .video video {
  width: 100%;
}
.viewpoint-info .container .content .right .yy-content > ul > li .yy-tbox .vbox .video .play {
  width: 0.68rem;
  height: 0.48rem;
  position: absolute;
  z-index: 2;
  left: 12px;
  bottom: 12px;
  background: #1bd629;
  border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.viewpoint-info .container .content .right .yy-content > ul > li .yy-tbox .vbox .video .play img {
  width: 0.15rem;
}
.viewpoint-info .container .content .right .yy-content > ul > li .yy-tbox .vbox .tbox {
  width: 42.97994269%;
}
@media (max-width: 767px) {
  .viewpoint-info .container .content .right .yy-content > ul > li .yy-tbox .vbox .tbox {
    width: 100%;
  }
}
.viewpoint-info .container .content .right .yy-content > ul > li .yy-tbox .vbox .tbox .t1 {
  line-height: 1.8em;
  color: #1bd629;
}
.viewpoint-info .container .content .right .yy-content > ul > li .yy-tbox .vbox .tbox .t2 {
  line-height: 1.5em;
  color: #999;
  margin-top: 0.16rem;
}
@media (max-width: 767px) {
  .viewpoint-info .container .content .right .yy-content > ul > li .yy-tbox .vbox .tbox .t2 br {
    display: none;
  }
}
.viewpoint-info .container .content .right .yy-content > ul > li .yy-cbox1 {
  width: 100%;
  padding-bottom: 0.42rem;
  border-bottom: 1px solid #ececec;
}
.viewpoint-info .container .content .right .yy-content > ul > li .yy-cbox1 .icon1 {
  height: 33px;
  display: flex;
}
.viewpoint-info .container .content .right .yy-content > ul > li .yy-cbox1 .txt {
  line-height: 1.2em;
  margin-top: 0.42rem;
}
@media (max-width: 767px) {
  .viewpoint-info .container .content .right .yy-content > ul > li .yy-cbox1 .txt {
    line-height: 1.875em;
    font-size: 0.3rem;
  }
}
.viewpoint-info .container .content .right .yy-content > ul > li .yy-cbox1 .author {
  margin-top: 0.53rem;
  display: flex;
  align-items: center;
}
.viewpoint-info .container .content .right .yy-content > ul > li .yy-cbox1 .author .icons {
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .viewpoint-info .container .content .right .yy-content > ul > li .yy-cbox1 .author .icons {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.viewpoint-info .container .content .right .yy-content > ul > li .yy-cbox1 .author .icons img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.viewpoint-info .container .content .right .yy-content > ul > li .yy-cbox1 .author .ts .t1 {
  color: #666;
  line-height: 1.33333333em;
}
.viewpoint-info .container .content .right .yy-content > ul > li .yy-cbox1 .author .ts .t2 {
  color: #999;
  font-size: 14px;
  line-height: 1.71428571em;
}
.viewpoint-info .container .content .right .yy-content > ul > li .yy-box2 {
  width: 100%;
  padding-bottom: 0.5rem;
}
.viewpoint-info .container .content .right .yy-content > ul > li .yy-box2 .t1 {
  line-height: 1.41666667em;
  color: #000;
}
.viewpoint-info .container .content .right .yy-content > ul > li .yy-box2 .txt {
  line-height: 1.5em;
  color: #666;
  margin-top: 0.35rem;
}
@media (max-width: 767px) {
  .viewpoint-info .container .content .right .yy-content > ul > li .yy-box2 .txt {
    line-height: 1.875em;
    font-size: 0.3rem;
  }
}
.viewpoint-info .container .content .right .yy-content > ul > li .yy-box3 {
  width: 100%;
}
.viewpoint-info .container .content .right .yy-content > ul > li .yy-box3 .tbox1 {
  width: 100%;
  padding-bottom: 0.5rem;
}
.viewpoint-info .container .content .right .yy-content > ul > li .yy-box3 .tbox1 .ts {
  width: 100%;
  border-top: 1px solid #eee;
  display: flex;
  margin-bottom: 0.66rem;
}
.viewpoint-info .container .content .right .yy-content > ul > li .yy-box3 .tbox1 .ts:last-child {
  margin-bottom: 0;
}
.viewpoint-info .container .content .right .yy-content > ul > li .yy-box3 .tbox1 .ts .tb1 {
  width: 50%;
  border-right: 1px solid #eee;
  padding: 0.37rem 0.25rem 0;
}
.viewpoint-info .container .content .right .yy-content > ul > li .yy-box3 .tbox1 .ts .tb1 .t1 {
  display: flex;
}
.viewpoint-info .container .content .right .yy-content > ul > li .yy-box3 .tbox1 .ts .tb1 .t1 span {
  height: 35px;
  color: #333;
  padding: 0 0.16rem;
  border-radius: 17px;
  background: #eee;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .viewpoint-info .container .content .right .yy-content > ul > li .yy-box3 .tbox1 .ts .tb1 .t1 span {
    height: 30px;
    font-size: 12px;
    padding: 0 0.25rem;
  }
}
.viewpoint-info .container .content .right .yy-content > ul > li .yy-box3 .tbox1 .ts .tb1 .t2 {
  line-height: 1.5em;
  color: #999;
  margin-top: 0.2rem;
}
.viewpoint-info .container .content .right .yy-content > ul > li .yy-box3 .tbox1 .ts .tb2 {
  width: 50%;
  padding: 0.37rem 0.25rem 0;
}
.viewpoint-info .container .content .right .yy-content > ul > li .yy-box3 .tbox1 .ts .tb2 .t1 {
  display: flex;
}
.viewpoint-info .container .content .right .yy-content > ul > li .yy-box3 .tbox1 .ts .tb2 .t1 span {
  height: 35px;
  color: #fff;
  padding: 0 0.16rem;
  border-radius: 17px;
  background: #1bd629;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .viewpoint-info .container .content .right .yy-content > ul > li .yy-box3 .tbox1 .ts .tb2 .t1 span {
    height: 30px;
    font-size: 12px;
    padding: 0 0.25rem;
  }
}
.viewpoint-info .container .content .right .yy-content > ul > li .yy-box3 .tbox1 .ts .tb2 .t2 {
  line-height: 1.5em;
  color: #999;
  margin-top: 0.2rem;
}
.viewpoint-info .container .content .right .yy-content > ul > li .yy-box3 .tbox2 {
  width: 100%;
  border: 1px solid #dedede;
  background: url(../images/case-ionf-vbox-bg.png) right center no-repeat;
  background-size: cover;
  border-radius: 0.15rem;
  padding: 0.5rem 0.48rem 0.34rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .viewpoint-info .container .content .right .yy-content > ul > li .yy-box3 .tbox2 {
    padding: 0.5rem 0.3rem 0.34rem;
  }
}
.viewpoint-info .container .content .right .yy-content > ul > li .yy-box3 .tbox2 .t2title {
  line-height: 1.4em;
  color: #000;
  position: relative;
  font-size: 20px;
}
@media (max-width: 1600px) {
  .viewpoint-info .container .content .right .yy-content > ul > li .yy-box3 .tbox2 .t2title {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .viewpoint-info .container .content .right .yy-content > ul > li .yy-box3 .tbox2 .t2title {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .viewpoint-info .container .content .right .yy-content > ul > li .yy-box3 .tbox2 .t2title {
    font-size: 0.3rem;
  }
}
.viewpoint-info .container .content .right .yy-content > ul > li .yy-box3 .tbox2 .t2title::before {
  content: '';
  width: 0.39rem;
  height: 0.33rem;
  background: url(../images/maoh.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: -0.17rem;
  top: -0.17rem;
}
.viewpoint-info .container .content .right .yy-content > ul > li .yy-box3 .tbox2 .author {
  margin-top: 0.56rem;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .viewpoint-info .container .content .right .yy-content > ul > li .yy-box3 .tbox2 .author {
    margin-top: 0.8rem;
  }
}
.viewpoint-info .container .content .right .yy-content > ul > li .yy-box3 .tbox2 .author .icons {
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .viewpoint-info .container .content .right .yy-content > ul > li .yy-box3 .tbox2 .author .icons {
    width: 0.8rem;
    height: 0.8rem;
    flex-shrink: 0;
  }
}
.viewpoint-info .container .content .right .yy-content > ul > li .yy-box3 .tbox2 .author .icons img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.viewpoint-info .container .content .right .yy-content > ul > li .yy-box3 .tbox2 .author .ts {
  margin-left: 0.24rem;
}
@media (max-width: 767px) {
  .viewpoint-info .container .content .right .yy-content > ul > li .yy-box3 .tbox2 .author .ts {
    width: 100%;
  }
}
.viewpoint-info .container .content .right .yy-content > ul > li .yy-box3 .tbox2 .author .ts .t1 {
  color: #1bd629;
  line-height: 1.72727273em;
}
.viewpoint-info .container .content .right .yy-content > ul > li .yy-box3 .tbox2 .author .ts .t2 {
  color: #999;
  font-size: 14px;
  line-height: 1.71428571em;
}
@media (max-width: 767px) {
  .viewpoint-info .container .content .right .yy-content > ul > li .yy-box3 .tbox2 .author .ts .t2 {
    font-size: 12px;
  }
}
.viewpoint-info .container .content .right .yy-content > ul > li .yy-box3 .txt {
  width: 100%;
  color: #666;
  line-height: 1.5em;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .viewpoint-info .container .content .right .yy-content > ul > li .yy-box3 .txt {
    line-height: 1.875em;
    font-size: 0.3rem;
  }
}
.viewpoint-info .container .content .right .yy-content > ul > li .yy-box3 .txt img {
  max-width: 100%;
  height: auto !important;
}
.viewpoint-info .container .content .right .yy-content > ul > li .yy-box4 {
  width: 100%;
  padding-bottom: 0.5rem;
}
.viewpoint-info .container .content .right .yy-content > ul > li .yy-box4 .t1 {
  line-height: 1.41666667em;
  color: #000;
}
.viewpoint-info .container .content .right .yy-content > ul > li .yy-box4 .t2 {
  line-height: 1.5em;
  color: #666;
  margin-top: 0.34rem;
}
@media (max-width: 767px) {
  .viewpoint-info .container .content .right .yy-content > ul > li .yy-box4 .t2 {
    line-height: 1.875em;
    font-size: 0.3rem;
  }
}
.viewpoint-info .container .content .right .tips {
  width: 14.28571429%;
  height: 6.5rem;
  padding: 0 0.2rem 0 0.3rem;
  border-left: 1px solid #f4f4f4;
  position: sticky;
  position: -webkit-sticky;
  top: 80px;
}
@media (max-width: 767px) {
  .viewpoint-info .container .content .right .tips {
    width: 100%;
    height: auto;
    position: relative;
    top: initial;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    border-left: none;
    border-top: 1px solid #f4f4f4;
    margin-top: 4rem;
    padding: 0.5rem 0;
  }
}
.viewpoint-info .container .content .right .tips .zan {
  width: 100%;
  padding-bottom: 0.22rem;
  border-bottom: 1px solid #f4f4f4;
}
@media (max-width: 767px) {
  .viewpoint-info .container .content .right .tips .zan {
    width: auto;
    border-bottom: none;
    padding-bottom: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: calc(100% + 0.4rem);
  }
}
.viewpoint-info .container .content .right .tips .zan .icon {
  width: 0.65rem;
  height: 0.65rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #f4f4f4;
  cursor: pointer;
  transition: all 0.4s;
}
@media (max-width: 1600px) {
  .viewpoint-info .container .content .right .tips .zan .icon {
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 767px) {
  .viewpoint-info .container .content .right .tips .zan .icon {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.viewpoint-info .container .content .right .tips .zan .icon .icobutton {
  width: 41%;
  height: 41%;
}
.viewpoint-info .container .content .right .tips .zan .icon svg {
  width: 41%;
  height: 41%;
}
.viewpoint-info .container .content .right .tips .zan .icon svg path {
  fill: #666;
  transition: all 0.4s;
}
.viewpoint-info .container .content .right .tips .zan .num {
  width: 100%;
  font-weight: 400;
  font-size: .32rem;
  color: #15D656;
}
.viewpoint-info .container .content .right .tips .zan .num span {
  color: #1bd629;
  line-height: 1;
  text-align: center;
  display: block;
  margin-top: 0.1rem;
}
@media (max-width: 767px) {
  .viewpoint-info .container .content .right .tips .zan .num span {
    font-size: 20px;
    margin-top: 0.2rem;
  }
}
.viewpoint-info .container .content .right .tips .zan.on .fa-thumbs-up {
  background: url(../images/zan-m.svg) center center no-repeat !important;
  transform: scale3d(1, 1, 1) !important;
}
.viewpoint-info .container .content .right .tips .share {
  width: 100%;
  margin-top: 0.2rem;
  border-bottom: 1px solid #f4f4f4;
}
@media (max-width: 767px) {
  .viewpoint-info .container .content .right .tips .share {
    width: auto;
    border-bottom: none;
    display: flex;
    align-items: center;
    margin-top: 0;
  }
}
.viewpoint-info .container .content .right .tips .share span {
  width: 100%;
  display: block;
  text-align: center;
  color: #ccc;
  font-size: 14px;
  line-height: 1.71428571em;
}
.viewpoint-info .container .content .right .tips .share .social-share {
  padding: 0.12rem 0;
}
@media (max-width: 767px) {
  .viewpoint-info .container .content .right .tips .share .social-share {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    padding: 0;
  }
}
.viewpoint-info .container .content .right .tips .share .social-share a {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #f4f4f4;
  margin: 0 auto 0.12rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .viewpoint-info .container .content .right .tips .share .social-share a {
    width: 0.8rem;
    height: 0.8rem;
    margin: 0 0.1rem;
  }
}
.viewpoint-info .container .content .right .tips .share .social-share a svg {
  width: 20px;
  height: 20px;
}
.viewpoint-info .container .content .right .tips .share .social-share a svg path {
  fill: #ccc;
  transition: all 0.4s;
}
.viewpoint-info .container .content .right .tips .share .social-share a:hover {
  background: #1bd629;
  border: 1px solid #1bd629;
}
.viewpoint-info .container .content .right .tips .share .social-share a:hover svg path {
  fill: #fff;
}
.viewpoint-info .container .content .right .tips .back {
  width: 100%;
  display: block;
  margin-top: 0.25rem;
}
@media (max-width: 767px) {
  .viewpoint-info .container .content .right .tips .back {
    width: auto;
    border-bottom: none;
    margin-top: 0;
    display: flex;
    align-items: center;
  }
}
.viewpoint-info .container .content .right .tips .back .icon {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border-radius: 50%;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .viewpoint-info .container .content .right .tips .back .icon {
    width: 0.6rem;
    height: 0.8rem;
    justify-content: flex-start;
    flex-shrink: 0;
  }
}
.viewpoint-info .container .content .right .tips .back .icon svg {
  width: 50%;
  height: 50%;
  object-fit: contain;
}
@media (max-width: 767px) {
  .viewpoint-info .container .content .right .tips .back .icon svg {
    width: 0.5rem;
    height: 0.4rem;
  }
}
.viewpoint-info .container .content .right .tips .back .icon svg path {
  fill: #1bd629;
  transition: all 0.4s;
}
.viewpoint-info .container .content .right .tips .back span {
  width: 100%;
  font-size: 14px;
  line-height: 1.71428571em;
  color: #999;
  display: block;
  text-align: center;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .viewpoint-info .container .content .right .tips .back span {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .viewpoint-info .container .content .right .tips .back:hover .icon {
    background: #1bd629;
  }
  .viewpoint-info .container .content .right .tips .back:hover .icon svg path {
    fill: #fff;
  }
  .viewpoint-info .container .content .right .tips .back:hover span {
    color: #1bd629;
  }
}
.viewpoint-info .container .ck-box {
  width: 100%;
  margin-top: 0.96rem;
}
@media (max-width: 767px) {
  .viewpoint-info .container .ck-box {
    margin-top: 0;
  }
}
.viewpoint-info .container .ck-box .boxs {
  width: 68.05555556%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-top: 2px solid #a7a7a7;
  padding-top: 0.3rem;
  margin-left: auto;
}
@media (max-width: 991px) {
  .viewpoint-info .container .ck-box .boxs {
    width: 100%;
    flex-wrap: wrap;
  }
}
.viewpoint-info .container .ck-box .boxs .ck-left {
  display: flex;
  padding-top: 0.36rem;
  font-weight: 400;
  font-size: .2rem;
  color: #15D656;
}
@media (max-width: 767px) {
  .viewpoint-info .container .ck-box .boxs .ck-left {
    width: 100%;
    flex-wrap: wrap;
  }
}
.viewpoint-info .container .ck-box .boxs .ck-left .t1 {
  width: 1.2rem;
  font-size: 14px;
  line-height: 1.42857143em;
  color: #999;
}
@media (max-width: 767px) {
  .viewpoint-info .container .ck-box .boxs .ck-left .t1 {
    width: auto;
    flex-shrink: 0;
    padding-right: 0.1rem;
  }
}
@media (max-width: 767px) {
  .viewpoint-info .container .ck-box .boxs .ck-left .t2 {
    width: 100%;
    margin-top: 0.3rem;
  }
}
.viewpoint-info .container .ck-box .boxs .ck-left .t2 a .ts {
  width: 100%;
  display: flex;
}
.viewpoint-info .container .ck-box .boxs .ck-left .t2 a .ts span {
  line-height: 1.25em;
  color: #1bd629;
  transition: all 0.4s;
  position: relative;
  display: flex;
}
@media (max-width: 767px) {
  .viewpoint-info .container .ck-box .boxs .ck-left .t2 a .ts span {
    font-size: 0.36rem;
  }
}
.viewpoint-info .container .ck-box .boxs .ck-left .t2 a .ts span::before {
  content: '';
  width: 0;
  height: 2px;
  background: #1bd629;
  transition: all 0.4s;
  position: absolute;
  left: 0;
  bottom: 0;
}
.viewpoint-info .container .ck-box .boxs .ck-left .t2 a .ts:nth-child(2) span::before {
  transition: all 0.4s 0.4s;
}
@media (min-width: 992px) {
  .viewpoint-info .container .ck-box .boxs .ck-left .t2 a:hover .ts span::before {
    width: 100%;
  }
}
.viewpoint-info .container .ck-box .boxs .more {
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  transition: all 0.4s;
  flex-shrink: 0;
}
@media (max-width: 1600px) {
  .viewpoint-info .container .ck-box .boxs .more {
    width: 1.5rem;
    height: 1.5rem;
  }
}
@media (max-width: 767px) {
  .viewpoint-info .container .ck-box .boxs .more {
    width: 1.8rem;
    height: 1.8rem;
    display: none;
  }
}
.viewpoint-info .container .ck-box .boxs .more::before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  background: #1bd629;
  transition: all 0.4s;
}
.viewpoint-info .container .ck-box .boxs .more a {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.viewpoint-info .container .ck-box .boxs .more a .gm {
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 0.1rem;
  transition: all 0.4s;
}
.viewpoint-info .container .ck-box .boxs .more a .gm svg {
  width: 100%;
  height: 100%;
  animation: txtRun 10s linear forwards infinite;
}
.viewpoint-info .container .ck-box .boxs .more a .gm svg path {
  fill: rgba(27, 214, 41, 0.5);
  transition: all 0.4s;
}
.viewpoint-info .container .ck-box .boxs .more a .txts {
  display: flex;
  position: relative;
  font-weight: 400;
  font-size: .16rem;
  color: #15D656;
}
.viewpoint-info .container .ck-box .boxs .more a .txts span {
  line-height: 1.22222222em;
  color: #1bd629;
  text-align: center;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .viewpoint-info .container .ck-box .boxs .more a .txts span {
    font-size: 14px;
  }
}
.viewpoint-info .container .ck-box .boxs .more a .txts i {
  position: absolute;
  left: calc(50% + 18px);
  top: -3px;
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 767px) {
  .viewpoint-info .container .ck-box .boxs .more a .txts i {
    left: calc(50% + 0.25rem);
  }
}
.viewpoint-info .container .ck-box .boxs .more a .txts i svg {
  width: 50%;
  height: 50%;
  animation: arrowRun 5s infinite;
}
.viewpoint-info .container .ck-box .boxs .more a .txts i svg path {
  fill: #1bd629;
  transition: all 0.4s;
}
@media (min-width: 992px) {
  .viewpoint-info .container .ck-box .boxs .more:hover::before {
    transform: translate(-50%, -50%) scale(1);
  }
  .viewpoint-info .container .ck-box .boxs .more:hover a .gm svg path {
    fill: #fff;
  }
  .viewpoint-info .container .ck-box .boxs .more:hover a .txts span {
    color: #fff;
  }
  .viewpoint-info .container .ck-box .boxs .more:hover a .txts i svg path {
    fill: #fff;
  }
}
.others-case {
  width: 100%;
}
.others-case .container {
  padding: 0.75rem 0 0;
  border-top: 1px solid #ededed;
}
@media (max-width: 767px) {
  .others-case .container {
    padding: 0.8rem 0 1rem;
  }
}
.others-case .container .title {
  line-height: 1.33333333em;
  color: #999;
  padding: 0 0.08rem;
  font-weight: 400;
  font-size: .32rem;
  color: #292E33;
}
.others-case .container .list {
  width: 100%;
  margin-top: 0.54rem;
}
.others-case .container .list ul {
  width: calc(100% + 0.7rem);
  margin: 0 -0.35rem;
  display: flex;
  /* flex-wrap: wrap; */
}
@media (max-width: 767px) {
  .others-case .container .list ul {
    width: 100%;
    margin: 0;
  }
}
.others-case .container .list ul li {
  width: calc(33.33% - 0.7rem);
  margin: 0 0.35rem 0.4rem;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 0.1rem;
  padding: 0.13rem 0.13rem 0.3rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .others-case .container .list ul li {
    width: calc(33.33% - 0.4rem);
    margin: 0 0.2rem 0.4rem;
  }
}
@media (max-width: 767px) {
  .others-case .container .list ul li {
    width: 100%;
    margin: 0 0 0.5rem;
    padding: 0 0 0.5rem 0;
  }
}
.others-case .container .list ul li a {
  width: 100%;
  display: block;
}
.others-case .container .list ul li a .public-img {
  width: 100%;
  border-radius: 0.1rem;
  position: relative;
    z-index: 1;
	 display: block;
	  transition: all .3s;
}
.others-case .container .list ul li a .public-img::before {
    content: "";
    display: block;
    position: relative;
    z-index: 0;
	padding-top: 100%;
}
.others-case .container .list ul li a .public-img::before {
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .others-case .container .list ul li a .public-img {
    border-radius: 0.1rem 0.1rem 0 0;
  }
}
.others-case .container .list ul li a .tbox {
  width: 100%;
  margin-top: 0.37rem;
  padding: 0 0.7rem 0 0.2rem;
  position: relative;
}
@media (max-width: 767px) {
  .others-case .container .list ul li a .tbox {
    padding: 0 0.2rem;
  }
}
.others-case .container .list ul li a .tbox .t1 {
  color: #1bd629;
  font-weight: 400;
  font-size: .16rem;
  color: #5D6166;
}
@media (max-width: 767px) {
  .others-case .container .list ul li a .tbox .t1 {
    font-size: 0.24rem;
  }
}
.others-case .container .list ul li a .tbox .txt {
  line-height: 1.33333333em;
  color: #333;
  margin-top: 0.18rem;
  font-weight: 400;
  font-size: .2rem;
  color: #292E33;
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2; 
}
@media (max-width: 767px) {
  .others-case .container .list ul li a .tbox .txt {
    font-size: 0.26rem;
  }
}
.others-case .container .list ul li a .tbox .mores {
  color: #1bd629;
  display: flex;
  align-items: center;
  position: absolute;
  top: calc(100% + 0.3rem);
  left: 0.2rem;
  opacity: 0;
  transition: all 0.6s;
}
  .others-case .container .list ul li a .tbox .mores span{
	  font-size: .14rem;
  }
@media (max-width: 767px) {
  .others-case .container .list ul li a .tbox .mores {
    display: none;
  }
}
.others-case .container .list ul li a .tbox .mores i {
  display: flex;
  margin-left: 0.1rem;
}
.others-case .container .list ul li a .tbox .mores i svg {
  transform: rotateZ(-90deg);
}
.others-case .container .list ul li a .tbox .mores i svg path {
  fill: #1bd629;
}

 .others-case .container .list ul li a .public-img > img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.8s;
	border-radius: 0.1rem;
}
@keyframes fadeInUpimg {
	0%{
		transform: scale(1.5);
	}
	100%{
		transform: none;
	}
}
@media (min-width: 992px) {
  .others-case .container .list ul li:hover a .public-img::before {
    padding-top: 90%;
  }
  .others-case .container .list ul li:hover a .public-img img {
    transform: scale(1.05);
  }
  .others-case .container .list ul li:hover a .tbox .mores {
    transform: translateY(-0.1rem);
    opacity: 1;
  }
}
@media (max-width: 1220px) {
	.viewpoint-info .container .content .right .public-content{
		font-size: .26rem;
	}
	.viewpoint-info .container .content .right .yy-content{
		font-size: .26rem;
	}
	.viewpoint-info .container .case-top.case-yy-top .tbox .t3{
		font-size: .22rem;
	}
	
}
@media (max-width: 960px) {
	.others-case .container .list ul{
		display: block;
	}
}
.tbox .case-name {
	display: flex;
	align-items: center;
	width: 100%;
	font-weight: 400;
	font-size: .16rem;
	color: #5D6166;
}
.tbox .case-name span {
	color: #15D656;
}

.tbox .case-name label {
	display: block;
	width: 1px;
	height: .14rem;
	background: #DFE2E5;
	margin: 0 .12rem;
}
@media (max-width: 767px) {
	.container{
		width:calc(100% - .64rem);
		margin: 0 auto;
	}
	.viewpoint-info .container .case-top{
		padding-top: 0;
	}
	.img-box{
		display: none;
	}
	.viewpoint-info .container .case-top.case-yy-top .tbox .t3{
		font-weight: 400;
		font-size: .26rem;
		color: #5D6166;
		line-height: 1.6;
	}
	.yy-content{
		margin-top: .8rem;
	}
	.viewpoint-info .container .ck-box .boxs .ck-left .t2 a .ts span{
		font-size: .28rem;
	}
	.tbox .case-name{
		font-size: .28rem;
	}
	.others-case .container .list ul li a .tbox .txt{
		font-size: .3rem;
		color: #0D1319;
	}
	.others-case .container{
		padding-bottom: 0;
	}
	.m_footer{
		margin-top: 0 !important;
	}
}