/*加载更多默认样式*/
.layui-flow-more {
  font-size: 0.18rem !important;
}

.layui-flow-more a cite {
  background-color: inherit !important;
  padding: inherit !important;
  border-radius: inherit !important;
  font-size: 0.18rem;
}

.line-more {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.mtb2 {
  margin: 0.2rem 0;
}

.mt2 {
  margin-top: 0.2rem;
}

.ml2 {
  margin-left: 0.2rem;
}

.ptblr4 {
  padding: 0.4rem;
}

.mtb4 {
  margin: 0.4rem 0;
}

.mt4 {
  margin-top: 0.4rem;
}

.mb4 {
  margin-bottom: 0.4rem;
}

.mtb6 {
  margin: 0.6rem 0;
}

.ptblr6 {
  padding: 0.6rem;
}

.mt6 {
  margin-top: 0.6rem;
}

.mb6 {
  margin-bottom: 0.6rem;
}

.plr8 {
  padding: 0 0.8rem;
}

.ptb8 {
  padding: 0.8rem 0;
}

.pt8 {
  padding-top: 0.8rem;
}

.pb8 {
  padding-bottom: 0.8rem;
}

.mt8 {
  margin-top: 0.8rem;
}

.mb8 {
  margin-bottom: 0.8rem;
}

.w1620 {
  width: 94%;
  max-width: 84.375vw;
  margin: 0 auto;
}

main {
  position: relative;
}

.casebanner {
  width: 100%;
  margin: 0 auto;
  height: 6rem;
  position: relative;
}

.casebanner .righttext {
  position: absolute;
  top: 24%;
  right: 0;
  color: #eff1f2;
  font-size: 1.6rem;
  line-height: 0.8;
}

.casebanner {
  overflow: hidden;
}

.casebanner .w1440 {
  height: 100%;
  position: relative;
}

.casebanner .textinfo {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.casebanner .box {
  width: 100%;
  position: relative;
  float: left;
}

.casebanner .box .name {
  float: left;
  font-size: 0.8rem;
  line-height: 1;
  color: #0b1b20;
  font-weight: 300;
  background: #fff;
  position: relative;
  z-index: 1;
  padding-right: 0.5rem;
}

.casebanner .box .line1 {
  left: 0;
  top: 50%;
}

.casebanner .line2 {
  right: 0;
  bottom: 0;
}

.casebanner .line {
  width: 400%;
  height: 1px;
  position: absolute;
}

.casebanner .line>div {
  width: 100%;
  height: 100%;
  background: #e6e6e6;
}

.casebanner .toggle {
  width: 100%;
  float: left;
}

.casebanner .ltitle,
.casebanner .ltitle>div {
  float: left;
}

.casebanner .ltitle .title {
  font-size: 0.18rem;
  color: #0b1b20;
  line-height: 0.6rem;
  padding: 0 0.18rem;
  position: relative;
  width: auto;
}

.casebanner .ltitle .title::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 26%;
  top: 37%;
  left: 0;
  background: #c1c1c1;
}

.casebanner .ltitle .title:nth-child(1) {
  padding-left: 0;
}

.casebanner .ltitle .title:nth-child(1)::before {
  display: none;
}

.casebanner .ltitle .title.active a {
  color: #066ce7;
}

.casebanner .search {
  float: right;
  width: 28%;
}

.casebanner .search .search-form,
.casebanner .search>div {
  width: 100%;
}

.casebanner .inputform {
  width: 100%;
  border-radius: 0.6rem;
  box-shadow: 0.05rem 0.025rem 0.2rem 0.05rem rgba(235, 235, 235, 0.6);
}

.casebanner .search .search-form {
  width: 100%;
  height: 0.6rem;
  border-radius: 0.6rem;
  padding: 0 0.15rem 0 0.3rem;
  display: flex;
  -webkit-display: flex;
}

.casebanner .search .search-input {
  flex: 1;
}

.casebanner .search .search-input input {
  width: 100%;
  height: 100%;
  line-height: 100%;
  font-size: 0.18rem;
}

.casebanner .search .search-go {
  width: 0.6rem;
  height: 0.6rem;
  background: inherit;
  float: left;
  position: relative;
}

.casebanner .search .search-go::before {
  position: absolute;
  content: "";
  width: 30%;
  height: 30%;
  left: 30%;
  top: 30%;
  border-radius: 100%;
  border: #3a3e41 2px solid;
}

.casebanner .search .search-go::after {
  position: absolute;
  content: "";
  left: calc(25% + 36%);
  top: calc(25% + 40%);
  width: 16%;
  height: 2px;
  background: #3a3e41;
  transform: rotateZ(45deg);
}

.casebanner .search .inputform:hover,
.casebanner .search .inputform:focus-within {
  box-shadow: 0.05rem 0.025rem 0.2rem 0.05rem rgba(57, 126, 210, 0.3);
}

#caselist {
  width: calc(100% + 0.4rem);
  margin-left: -0.2rem;
  float: left;
}

#caselist li {
  width: 100%;
  float: left;
  padding: 0 0.2rem;
  position: relative;
}

#caselist li .box {
  width: 100%;
  height: 0;
  padding-bottom: 48%;
  overflow: hidden;
  position: relative;
}

#caselist li .box .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#caselist li .box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#caselist li:nth-child(8n + 2) .box .img img.big,
#caselist li:nth-child(8n + 3) .box .img img.big,
#caselist li:nth-child(8n + 5) .box .img img.big,
#caselist li:nth-child(8n + 6) .box .img img.big,
#caselist li:nth-child(8n + 7) .box .img img.big,
#caselist li:nth-child(8n + 8) .box .img img.big {
  display: none;
}

#caselist li:nth-child(8n + 1) .box .img img.small,
#caselist li:nth-child(8n + 4) .box .img img.small {
  display: none;
}

#caselist li:hover .box .img img {
  transform: scale(1.05);
}

#caselist li .toggle {
  position: absolute;
  left: 0;
  top: 0;
  /* transform: translate3d(0, 100%, 0); */
  color: #fff;
  width: calc(100% - 0.4rem);
  height: 100%;
  left: 0.2rem;
  background-color: rgba(0, 0, 0, 0);
}

#caselist li:nth-child(8n + 1) .toggle,
#caselist li:nth-child(8n + 4) .toggle {
  opacity: 0;
}

#caselist li:nth-child(8n + 1) .toggle:hover,
#caselist li:nth-child(8n + 4) .toggle:hover {
  opacity: 1;
}

#caselist li .toggle:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

#caselist li .toggle a {
  color: #0777ff;
}

#caselist li .toggle .text {
  width: 100%;
  height: 100%;
  position: relative;
}

#caselist li .toggle .name {
  width: 50%;
  font-size: 0.36rem;
  line-height: 1.5;
  /* max-height: 0.54rem; */
  overflow: hidden;
  margin-bottom: 0.18rem;
}

#caselist li .toggle .name a {
  color: #fff;
  font-weight: bold;
}

#caselist li .toggle .name h3 {
  font-size: inherit;
  font-weight: inherit;
  display: inline;
}

#caselist li .toggle .desc {
  font-size: 0.16rem;
  color: #fff;
  font-weight: 300;
}

#caselist li .toggle .desc p {
  padding-left: 0.2rem;
  position: relative;
}

#caselist li .toggle .desc p::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 5px;
}

#caselist li .toggle .case_li_b {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

#caselist li .toggle .info {
  width: 50%;
  font-size: 0.14rem;
  line-height: 2;
  line-clamp: 5;
  -webkit-line-clamp: 5;
  overflow: hidden;
  margin-bottom: 0.4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

#caselist li:nth-child(8n + 1) .toggle .info,
#caselist li:nth-child(8n + 4) .toggle .info {
  transition: all 0.4s;
  opacity: 0;
  /* text-indent: 2em; */
}

#caselist li:nth-child(8n + 1):hover .toggle .info,
#caselist li:nth-child(8n + 4):hover .toggle .info {
  opacity: 1;
}

#caselist li .toggle .info img {
  display: none;
}

#caselist li .toggle .btn_pop {
  background: #fff;
}

#caselist li .toggle .btn_pop_text {
  color: #0777ff;
}

#caselist li.full_two {
  width: 50%;
  overflow: hidden;
}

#caselist li.full_two .box {
  padding-bottom: 66%;
}

#caselist li.full_two .toggle {
  left: 0.2rem;
  bottom: -100%;
  background: rgba(6, 108, 231, 0.85);
}

#caselist li.full_two .toggle .name,
#caselist li.full_two .toggle .info {
  width: 100%;
}

#caselist li.full_two .toggle .desc {
  font-size: 0.16rem;
}

#caselist li.full_two:hover .toggle {
  bottom: 0;
}

#caselist li:nth-child(8n + 2),
#caselist li:nth-child(8n + 3),
#caselist li:nth-child(8n + 5),
#caselist li:nth-child(8n + 6),
#caselist li:nth-child(8n + 7),
#caselist li:nth-child(8n + 8) {
  width: 50%;
  overflow: hidden;
}

#caselist li:nth-child(8n + 2) .box,
#caselist li:nth-child(8n + 3) .box,
#caselist li:nth-child(8n + 5) .box,
#caselist li:nth-child(8n + 6) .box,
#caselist li:nth-child(8n + 7) .box,
#caselist li:nth-child(8n + 8) .box {
  padding-bottom: 66%;
}

#caselist li:nth-child(8n + 2) .toggle .info,
#caselist li:nth-child(8n + 3) .toggle .info,
#caselist li:nth-child(8n + 5) .toggle .info,
#caselist li:nth-child(8n + 6) .toggle .info,
#caselist li:nth-child(8n + 7) .toggle .info,
#caselist li:nth-child(8n + 8) .toggle .info {
  line-clamp: 3;
  -webkit-line-clamp: 3;
  overflow: hidden;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 0.14rem;
}

#caselist li:nth-child(8n + 2) .toggle,
#caselist li:nth-child(8n + 3) .toggle,
#caselist li:nth-child(8n + 5) .toggle,
#caselist li:nth-child(8n + 6) .toggle,
#caselist li:nth-child(8n + 7) .toggle,
#caselist li:nth-child(8n + 8) .toggle {
  left: 0.2rem;
  transform: translate3d(0, 100%, 0);
  background: rgba(6, 108, 231, 0.85);
}

#caselist li:nth-child(8n + 2) .toggle .name,
#caselist li:nth-child(8n + 2) .toggle .info,
#caselist li:nth-child(8n + 3) .toggle .name,
#caselist li:nth-child(8n + 3) .toggle .info,
#caselist li:nth-child(8n + 5) .toggle .name,
#caselist li:nth-child(8n + 5) .toggle .info,
#caselist li:nth-child(8n + 6) .toggle .name,
#caselist li:nth-child(8n + 6) .toggle .info,
#caselist li:nth-child(8n + 7) .toggle .name,
#caselist li:nth-child(8n + 7) .toggle .info,
#caselist li:nth-child(8n + 8) .toggle .name,
#caselist li:nth-child(8n + 8) .toggle .info {
  width: 100%;
}

#caselist li:nth-child(8n + 2) .toggle .desc,
#caselist li:nth-child(8n + 3) .toggle .desc,
#caselist li:nth-child(8n + 5) .toggle .desc,
#caselist li:nth-child(8n + 6) .toggle .desc,
#caselist li:nth-child(8n + 7) .toggle .desc,
#caselist li:nth-child(8n + 8) .toggle .desc {
  font-size: 0.16rem;
}

#caselist li:nth-child(8n + 2):hover .toggle,
#caselist li:nth-child(8n + 3):hover .toggle,
#caselist li:nth-child(8n + 5):hover .toggle,
#caselist li:nth-child(8n + 6):hover .toggle,
#caselist li:nth-child(8n + 7):hover .toggle,
#caselist li:nth-child(8n + 8):hover .toggle {
  transform: translate3d(0, 0%, 0);
}

#caselist li .toggle .btn_pop:hover .btn_pop_text {
  color: #fff;
}

.onlyphone {
  display: none;
}

#caselist .layui-flow-more {
  display: none;
  width: 100%;
  float: left;
}

#newslist {
  min-height: 4rem;
}

#caselist .noinfo,
#newslist .noinfo {
  width: 100%;
  color: #ccc;
  font-size: 0.4rem;
  text-align: center;
  line-height: 2rem;
}

.casetop {
  position: relative;
  background: #fff;
}

.casetop .w1440 {
  padding-top: 1.6rem;
  min-height: 4.2rem;
  position: relative;
  /* overflow: hidden; */
  width: 100%;
}

.casetop .text {
  width: 100%;
  padding-right: 3vw;
}

.casetop .text>div {
  overflow: hidden;
}

.casetop .text .name {
  font-size: 0.4rem;
  font-weight: 300;
  color: #0b1b20;
  line-height: 1.3;
}

.casetop .text .name>div:nth-child(1),
.casetop .text .desc>div:nth-child(1) {
  display: none !important;
}

.casetop .text .desc {
  font-size: 0.18rem;
  font-weight: 300;
  line-height: 1.3;
  /* color: #0777ff; */
  opacity: 0.6;
}

.casetop .link {
  /* overflow: hidden; */
}

.casetop .link:after {
  content: "";
  display: block;
  clear: both;
}

.backbtn {
  margin: 0.4rem 0.12rem 0.4rem 0;
}

.backbtn {
  border-radius: 100%;
  float: left;
  margin-right: 0.12rem;
}

.backbtn:nth-last-child(1) {
  margin-right: 0;
}

.backbtn .btnico {
  display: inline-block;
  width: 64px;
  height: 64px;
  float: left;
  border-radius: 100%;
  background: #fff;
  border: #eaeaea 2px solid;
  position: relative;
  overflow: hidden;
  transition: all 0.4s;
}

.backbtn a {
  display: inline-block;
  position: relative;
  z-index: 2;
}

.backbtn .btntext {
  float: left;
  line-height: 64px;
  color: #586168;
  font-size: 0.14rem;
}

.backbtn .ewmimg {
  color: #586168;
}

.backbtn a:hover .btnico,
.backbtn.on a .btnico {
  background: #066ce7;
  border: #066ce7 2px solid;
}

.backbtn .jt {
  position: absolute;
  left: 0%;
  top: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
  float: left;
  background: url(../images/case/btn.png);
  transition: all 0.5s;
}

.backbtn i {
  display: inline-block;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-radius: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #7c32ea;
  display: none;
}

.backbtn .jt.jt-l {
  background-position: 0 0;
}

.backbtn .jt.jt-menu {
  background-position: 0 -60px;
}

.backbtn .jt.jt-r {
  background-position: 0 -120px;
}

.backbtn .jt.suo {
  background-position: 0 -180px;
}

.backbtn .jt.ewm {
  background-position: 0 -240px;
}

.backbtn:hover i {
  width: 100%;
  height: 100%;
}

.backbtn:hover .jt.jt-l {
  background-position: -60px 0;
}

.backbtn:hover .jt.jt-menu {
  background-position: -60px -60px;
}

.backbtn:hover .jt.jt-r {
  background-position: -60px -120px;
}

.backbtn:hover .jt.suo {
  background-position: -60px -180px;
}

.backbtn:hover .jt.ewm,
.backbtn.on .jt.ewm {
  background-position: -60px -240px;
}

.backbtn .ewmimg {
  background: #fff;
  padding: 20px;
  width: 160px;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate3d(-50%, 60px, 0);
  text-align: center;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
}

.backbtn .ewmimg:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  bottom: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
  border-width: 15px;
  border-style: solid;
  position: absolute;
  border-color: transparent transparent #fff;
}

.backbtn .ewmimg img {
  display: block;
  margin: auto;
}

.backbtn:hover .ewmimg {
  visibility: visible;
  opacity: 1;
  transform: translate3d(-50%, 30px, 0);
}

.linedown {
  position: absolute;
  right: 0;
  top: -1.2rem;
  color: #586168;
  font-size: 0.16rem;
  width: 0.9rem;
  height: 1.2rem;
  text-align: right;
}

.linedown .line {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: #e5e5e5;
}

.linedown .downtext {
  width: 100%;
  height: 45%;
  float: left;
  position: relative;
  animation: linedownup linear 4s infinite;
}

.linedown .downtext i {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: #066ce7;
}

.linedown .downtext span {
  display: inline-block;
  width: 100%;
  height: 0.3rem;
  line-height: 0.3rem;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.15rem;
}

@keyframes linedownup {
  0% {
    top: 0;
  }

  50% {
    top: 55%;
  }

  100% {
    top: 0;
  }
}

@keyframes linespan {
  0% {
    bottom: 0;
  }

  50% {
    bottom: 45%;
  }

  100% {
    bottom: 0;
  }
}

.linedown .downtext:hover,
.linedown .downtext:hover span {
  animation-play-state: paused;
}

.casetop .img {
  width: calc(100% - 6.25vw);
  position: relative;
}

.casetop .img img {
  display: block;
  width: 100%;
}

.casetop .rinfo {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 3.125vw;
  height: 100%;
}

.casetop .rinfo .stripe {
  width: 100%;
  height: calc(100% - 1.6rem);
  float: left;
  margin-top: 1.6rem;
  /* background: linear-gradient(
    45deg,
    #0777ff 25%,
    #fff 0,
    #fff 50%,
    #fff 0,
    #0777ff 0,
    #0777ff 75%,
    #fff 0
  );
  background-size: 0.1rem 0.1rem; */
  background-image: url(../images/svg/xiexian.svg);
  background-size: 100% auto;
}

.viewtext {
  background: #fff;
}

.viewtext .text {
  display: flex;
  -webkit-display: flex;
  flex-wrap: nowrap;
}

.viewtext .text .box {
  width: 50%;
}

.viewtext .text .toggle {
  flex: 1;
  text-align: justify;
  color: #586168;
  font-size: 0.16rem;
  line-height: 2;
  font-weight: 300;
}

.viewinfo {
  background: #fff;
}

.viewinfo .img,
.viewinfo .img img {
  width: 100%;
}

.viewinfo {
  position: relative;
  z-index: 1;
}

.fixedimg,
.fixedimg img {
  width: 100%;
  opacity: 0;
}

.hidefullimg {
  width: 100%;
  position: fixed;
  display: inline-block;
  left: 0;
  top: 50%;
  background: #fff;
}

.hidefullimg img {
  width: 100%;
}

.hidefullimg.on_start {
  z-index: 1;
}

.viewnext {
  background: #fff;
}

.viewnext .vnext {
  display: flex;
  -webkit-display: flex;
}

.viewnext .box {
  flex: 1;
}

.viewnext .box .text {
  width: 100%;
  height: 100%;
  position: relative;
}

.viewnext .toggle {
  width: 50%;
}

.viewnext .toggle a {
  display: block;
}

.viewnext .toggle .img,
.viewnext .toggle .img img {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.viewnext .toggle .img img {
  transition: all 0.8s;
}

.viewnext .toggle a:hover .img img {
  transform: scale(1.1) translate3d(0, 0, 0);
}

.viewnext .title .title1 {
  color: #066ce7;
  font-size: 0.24rem;
  font-weight: bold;
}

.viewnext .title .title2 {
  color: #0b1b20;
  font-size: 0.4rem;
  font-weight: 300;
}

.viewnext .name {
  font-size: 0.36rem;
  font-weight: bold;
  color: #0b1b20;
  line-height: 1.5;
}

.viewnext .name a {
  color: #0b1b20;
  transition: all 0.5s;
}

.viewnext .name a:hover {
  color: #066ce7;
}

.viewnext .desc {
  font-size: 0.18rem;
  color: #066ce7;
}

.viewnext .desc p {
  position: relative;
  padding-left: 0.15rem;
}

.viewnext .desc p:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.05rem;
  height: 0.05rem;
  border-radius: 0.05rem;
  background: #066ce7;
}

.viewnext .link {
  position: absolute;
  left: 0;
  bottom: 0;
}

.viewnext .link .btn_pop {
  background: #e7e8ea;
}

.viewnext .link .btn_pop .btn_pop_text {
  color: #464647;
}

.viewnext .link .btn_pop:hover .btn_pop_text {
  color: #fff;
}

.newsinfo {
  display: flex;
  -webkit-display: flex;
  flex-wrap: nowrap;
  position: relative;
}

.newsinfo .line {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 400%;
  height: 1px;
  background: #e5e5e5;
}

.newsinfo .date {
  float: left;
  padding-right: 1rem;
  font-size: 0.14rem;
  line-height: 0.3rem;
}

.newstime {
  color: #066ce7;
  font-weight: bold;
  float: left;
  overflow: hidden;
}

.newssort {
  padding: 0 0.2rem;
  border-radius: 0.3rem;
  border: #e6e6e6 1px solid;
  background: #f7f7f7;
  color: #0b1b20;
  text-align: center;
  float: left;
  overflow: hidden;
}

.newsinfo .text {
  flex: 1;
  text-align: justify;
}

.newsinfo .text .img {
  float: left;
  width: 2.5rem;
  overflow: hidden;
  margin-right: 0.35rem;
}

.newsinfo .text .img a {
  width: 100%;
  height: 0;
  padding-bottom: 64%;
  overflow: hidden;
  position: relative;
}

.newsinfo .text .img a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.newsinfo .text .img a p {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #ccc;
  font-size: 0.4rem;
  background: #fafafa;
}

.newsinfo .text .name .title {
  color: #0b1b20;
  font-size: 0.3rem;
  line-height: 1.5;
  max-height: 0.9rem;
  overflow: hidden;
}

.newsinfo .text .name .title h3 {
  font-size: 0.3rem;
}

.newsinfo .text .name .desc {
  color: #586168;
  font-size: 0.14rem;
  font-weight: 300;
  overflow: hidden;
  margin-top: 0.25rem;
}

.newsinfo .link {
  float: right;
  padding-left: 1rem;
  opacity: 0;
  transform: translateX(-10px);
}

.newsinfo .link a {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
  background: #066ce7 url(../images/case/btn.png);
  background-position: -60px -120px;
  box-shadow: 0 0.1rem 0.1rem 0 rgba(0, 0, 0, 0.1);
}

.newsinfo .link a:hover {
  background: #065fca url(../images/case/btn.png);
  background-position: -60px -120px;
}

.newslist .layui-flow-more {
  display: none;
}

.newslist .page {
  overflow: hidden;
}

.skpagebox:after {
  content: "";
  display: block;
  clear: both;
}

.skpagebox .page-box {
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}

.skpagebox .page-box,
.skpagebox .page-box .btn {
  float: left;
}

.skpagebox .page-box .btn {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 0.5rem;
  margin: 0 0.03rem;
  background: #e7e8ea;
  color: #0b1b20;
  font-size: 0.18rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.skpagebox .layui-laypage,
.skpagebox .layui-laypage * {
  display: block;
  box-sizing: border-box;
}

.skpagebox .layui-laypage {
  display: flex;
}

.skpagebox .layui-laypage a,
.skpagebox .layui-laypage span {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 0.5rem;
  margin: 0 0.03rem;
  padding: 0;
  line-height: auto;
  background: #e7e8ea;
  color: #0b1b20;
  font-size: 0.18rem;
  text-align: center;
  display: flex;
  line-height: 20px;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border: 0;
}

.newslist .page-box .on {
  background: #066ce7;
  color: #fff;
}

.skpagebox .layui-laypage-em {
  border-radius: 100%;
}

.skpagebox .layui-laypage .layui-laypage-curr .layui-laypage-em {
  background: #066ce7;
}

.skpagebox .layui-laypage span.layui-laypage-spr {
  background: none;
  width: auto;
}

.newslist .page-box .null {
  opacity: 0.2;
}

.newslist .page-box .prev {
  background: url(../images/case/btn.png);
  background-position: -5px -5px;
}

.newslist .page-box .next {
  background: url(../images/case/btn.png);
  background-position: -5px -125px;
}

.newslist .select,
.newslist .f-right {
  display: none;
}

.newslist .page-box .pagebtn:hover {
  background: #066ce7;
  color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.newsli {
  transition: all 0.5s;
}

.newsli:hover {
  background: #f2f6f7;
}

.newsli:hover .newsinfo .link {
  opacity: 1;
  transform: translateX(0px);
}

.viewtop {
  min-height: 1.6rem;
  background: #fff;
}

.viewcont {}

.viewtitle {}

.vsort {
  overflow: hidden;
}

.viewtitle .name {
  width: 100%;
  font-size: 0.4rem;
  color: #0b1b20;
  font-weight: 300;
  line-height: 1.3;
}

.viewtitle .link {
  width: 100%;
  height: 50px;
  display: none;
}

.viewtitle .link .sharename {
  line-height: 50px;
  float: left;
}

.viewtitle .link a {
  float: left;
  margin: 0 0 0 0.1rem !important;
}

.viewtext {
  color: #586168;
  font-size: 0.18rem;
  font-weight: 300;
  line-height: 1.8;
  text-align: justify;
  border-bottom: #f0f0f0 1px solid;
}

.viewtext .w1440 {
  width: 75vw;
  max-width: 94%;
}

.viewtext span {
  /* color: #0777ff !important; */
  /* font-size: 0.2rem !important; */
  /* font-weight: bold !important; */
}


.prevnext {
  overflow: hidden;
}

.prevnext .back_list {
  margin-right: 0;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}

.prevnext .back_next {
  float: right;
}

.newsshare {
  position: fixed;
  top: 1.6rem;
  left: calc(calc(100% - 52.08333vw) / 2 - 1rem);
  width: 50px;
  z-index: 999;
}

#url {
  position: fixed;
  opacity: 0;
  z-index: -1;
}

.newsshare.fixon {
  opacity: 0;
  transform: translateY(50px);
}

.newsshare .sharename {
  width: 1em;
  line-height: 1;
  color: #586168;
  font-size: 0.14rem;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  margin-bottom: 0.1rem;
}

.newsshare .share-icon {
  width: 100%;
}

.share-icon a,
.share-url {
  border-radius: 50%;
  width: 50px !important;
  height: 50px !important;
  border: none !important;
  margin: 0.03rem 0 !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.share-icon a:before {
  display: none !important;
}

.share-icon a.icon-wechat {
  background: #00c800 url(../images/case/share.png);
  background-position: 0 0;
}

.share-icon a.icon-qq {
  background: #20abf4 url(../images/case/share.png);
  background-position: 0 -50px;
}

.share-icon a.icon-weibo {
  background: #e52425 url(../images/case/share.png);
  background-position: 0 -100px;
}

.share-url {
  background: #e7e8ea url(../images/case/share.png);
  background-position: 0 -150px;
}

.share-icon a.icon-wechat:hover {
  background: #029702 url(../images/case/share.png);
}

.share-icon a.icon-qq:hover {
  background: #1b8ac5 url(../images/case/share.png);
  background-position: 0 -50px;
}

.share-icon a.icon-weibo:hover {
  background: #b41c1d url(../images/case/share.png);
  background-position: 0 -100px;
}

.share-url:hover {
  background: #c4c4c5 url(../images/case/share.png);
  background-position: 0 -150px;
}

@media (max-width: 1800px) {
  .casetop .rinfo {
    width: 0.5rem;
  }

  .casetop .img {
    width: calc(calc(100% - 0.5rem) - 0.6rem);
  }
}

@media (max-width: 1680px) {
  .w1620 {
    width: 94%;
    max-width: unset;
  }
}

.viewtextcontent {
  font-size: 0.18rem;
  line-height: 1.8;
}

@media (max-width: 1600px) {
  .viewtextcontent {
    font-size: 0.2rem;
  }

  .casebanner .ltitle .title,
  #caselist li .toggle .desc,
  #caselist li.full_two .toggle .desc,
  .casebanner .search .search-input input,
  .casetop .text .desc,
  .viewtext .text .toggle,
  .viewnext .desc,
  .newsinfo .date,
  .newsinfo .text .name .desc,
  .newsshare .sharename,
  .backbtn .btntext {
    font-size: 0.18rem;
  }

  #caselist li .toggle .info {
    font-size: 0.18rem !important;
  }

  #caselist li .toggle .desc {
    font-size: 0.19rem !important;
  }

  .casetop .text .name {
    font-size: 0.42rem;
  }

  #caselist li:nth-child(8n + 1) .toggle .name,
  #caselist li:nth-child(8n + 4) .toggle .name {
    font-size: 0.42rem;
  }

  #caselist li:nth-child(8n + 1) .toggle .desc,
  #caselist li:nth-child(8n + 4) .toggle .desc {
    font-size: 0.22rem !important;
  }

  #caselist li:nth-child(8n + 1) .toggle .info,
  #caselist li:nth-child(8n + 4) .toggle .info {
    font-size: 0.2rem !important;
  }

  .linedown .downtext span {
    font-size: 0.18rem;
  }

  .newsinfo .date {
    line-height: 0.4rem;
  }

  .newsinfo .text .img {
    width: 3rem;
  }

  .newsinfo .text .name .title {
    font-size: 0.36rem;
    max-height: 1.08rem;
  }

  .newsinfo .text .name .title h3 {
    font-size: 0.36rem;
  }

  .newslist .page-box .prev {
    background-position: -10px -10px;
  }

  .newslist .page-box .next {
    background-position: -10px -130px;
  }

  .viewtext {
    font-size: 0.22rem;
  }

  .viewtext span {
    font-size: 0.24rem !important;
  }

  .newsshare {
    left: calc(calc(100% - 1000px) / 6);
  }
}

@media (max-width: 1565px) {
  .w1440 {
    width: 92%;
  }
}

@media (max-width: 1440px) {
  .viewtextcontent {
    font-size: 0.22rem;
  }

  #caselist li .toggle .info {
    margin-bottom: 0.3rem;
  }

  .backbtn .btnico {
    width: 48px;
    height: 48px;
  }

  .backbtn .btntext {
    line-height: 48px;
  }

  /* .backbtn .btnico .jt {
    width: 64px;
    height: 64px;
  } */
  .backbtn .jt.jt-l {
    background-position: -7px -7px;
  }

  .backbtn .jt.jt-menu {
    background-position: -7px -67px;
  }

  .backbtn .jt.jt-r {
    background-position: -7px -127px;
  }

  .backbtn .jt.suo {
    background-position: -7px -187px;
  }

  .backbtn .jt.ewm {
    background-position: -7px -247px;
  }

  .backbtn:hover .jt.jt-l {
    background-position: -67px -7px;
  }

  .backbtn:hover .jt.jt-menu {
    background-position: -67px -67px;
  }

  .backbtn:hover .jt.jt-r {
    background-position: -67px -127px;
  }

  .backbtn:hover .jt.suo {
    background-position: -67px -187px;
  }

  .backbtn:hover .jt.ewm,
  .backbtn.on .jt.ewm {
    background-position: -67px -247px;
  }
}

@media (max-width: 1400px) {

  .casebanner .ltitle .title,
  #caselist li.full_two .toggle .desc,
  .casebanner .search .search-input input,
  .casetop .text .desc,
  .viewtext .text .toggle,
  .viewnext .desc {
    font-size: 0.22rem;
  }

  #caselist li:nth-child(8n + 1) .toggle .name,
  #caselist li:nth-child(8n + 4) .toggle .name {
    font-size: 0.5rem;
  }

  #caselist li:nth-child(8n + 1) .toggle .desc,
  #caselist li:nth-child(8n + 4) .toggle .desc {
    font-size: 0.24rem !important;
  }

  #caselist li:nth-child(8n + 1) .toggle .info,
  #caselist li:nth-child(8n + 4) .toggle .info {
    font-size: 0.22rem !important;
  }

  .linedown .downtext span {
    font-size: 0.2rem;
  }

  .linedown {
    width: 1rem;
  }

  .newslist .page-box .btn,
  .skpagebox .layui-laypage a,
  .skpagebox .layui-laypage span {
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 0.6rem;
  }

  .newslist .page-box .prev {
    background-position: -8px -8px;
  }

  .newslist .page-box .next {
    background-position: -8px -128px;
  }
}

@media (max-width: 1366px) {}

@media (max-width: 1280px) {
  .viewtext .w1440 {
    width: 94%;
  }

  .w1000 {
    width: 94%;
    max-width: unset;
  }

  .casebanner .box .name {
    font-size: 0.6rem;
  }

  /* #caselist li .toggle .info {
    max-height: 2.2rem;
  } */

  #caselist li.full_two .toggle .info {
    line-height: 1.75;
    max-height: 1.8rem;
    font-size: 0.2rem;
  }

  #caselist li .toggle .info {
    margin-bottom: 0.25rem;
  }

  .viewtext .text {
    margin: 0 auto;
    display: block;
    -webkit-display: block;
    flex-wrap: inherit;
  }

  .viewtext .text .box {
    width: 100%;
  }

  .viewtext .text .box .img {
    text-align: center;
    margin-bottom: 0.4rem;
  }

  .viewtext .text .toggle {
    flex: inherit;
  }

  .newsinfo .link a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-position: -65px -125px;
  }

  .newsinfo .link a:hover {
    background: #065fca url(../images/case/btn.png);
    background-position: -65px -125px;
  }

  .newsshare {
    display: none;
  }

  .viewtitle .link {
    display: block;
  }

  #link-share .wechat-qrcode.bottom {
    top: inherit !important;
  }
}

@media (max-width: 1200px) {

  .casebanner .ltitle .title,
  #caselist li.full_two .toggle .desc,
  .casebanner .search .search-input input,
  .casetop .text .desc,
  .viewtext .text .toggle,
  .viewnext .desc,
  .newsinfo .date,
  .newsinfo .text .name .desc,
  .viewtext,
  .backbtn .btntext {
    font-size: 0.26rem;
  }

  #caselist li .toggle .info {
    font-size: 0.2rem !important;
  }

  #caselist li .toggle .desc {
    font-size: 0.22rem !important;
  }

  .casetop .w1440 {
    padding-top: 2rem;
  }

  .casetop .rinfo .stripe {
    margin-top: 2rem;
  }

  .linedown {
    width: 1.3rem;
    height: 1.5rem;
    top: -1.5rem;
  }

  .linedown .downtext span {
    font-size: 0.24rem;
  }

  .casebanner {
    height: 7rem;
  }

  .casebanner .righttext {
    top: 29.5%;
  }

  #caselist li .toggle .desc,
  #caselist li .toggle .info,
  #caselist li.full_two .toggle .desc {
    font-size: 0.26rem;
  }

  .casebanner .ltitle .title,
  .casebanner .search .search-input input {
    font-size: 0.3rem;
  }

  .casebanner .search .search-form {
    height: 0.7rem;
    border-radius: 0.7rem;
    padding: 0 0.2rem 0 0.4rem;
  }

  .casebanner .inputform {
    border-radius: 0.7rem;
  }

  .casebanner .search .search-go {
    width: 0.7rem;
    height: 0.7rem;
  }

  #caselist li.full_two .toggle .info {
    line-height: 1.75;
    max-height: 2rem;
    font-size: 0.24rem;
  }

  #caselist li .toggle .info {
    margin-bottom: 0.4rem;
    /* max-height: 2.4rem; */
  }

  .viewnext .name {
    font-size: 0.4rem;
  }

  .viewnext .title .title1 {
    font-size: 0.28rem;
  }

  .viewnext .link .btn_pop {
    height: 0.8rem;
    line-height: 0.8rem;
    border-radius: 0.8rem;
    font-size: 0.24rem;
  }

  .viewnext .link .btn_pop .btn_pop_text {
    padding: 0 0.5rem;
  }

  .newsinfo .text .img {
    width: 3.2rem;
  }

  .newslist .page-box .btn,
  .skpagebox .layui-laypage a,
  .skpagebox .layui-laypage span {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 0.8rem;
  }

  .viewtitle .name {
    font-size: 0.46rem;
  }

  .viewtext span {
    font-size: 0.28rem !important;
  }
}

@media (max-width: 1024px) {
  .backbtn:hover .jt.jt-l {
    background-position: -7px -7px;
  }

  .backbtn:hover .jt.jt-menu {
    background-position: -7px -67px;
  }

  .backbtn:hover .jt.jt-r {
    background-position: -7px -127px;
  }

  .backbtn:hover .jt.suo {
    background-position: -7px -187px;
  }

  .backbtn:hover .jt.ewm,
  .backbtn.on .jt.ewm {
    background-position: -7px -247px;
  }

  .backbtn a:hover .btnico,
  .backbtn.on a .btnico {
    background: #fff;
    border-color: #eaeaea;
  }

  .viewtextcontent {
    font-size: 14px;
  }

  .fixedimg,
  .fixedimg img {
    opacity: 1;
  }

  .casebanner .ltitle .title,
  #caselist li .toggle .desc,
  #caselist li .toggle .info,
  #caselist li.full_two .toggle .desc,
  .casebanner .search .search-input input,
  .casetop .text .desc,
  .viewtext .text .toggle,
  .viewnext .desc,
  .newsinfo .date {
    font-size: 0.28rem;
  }

  #caselist li:nth-child(8n + 2) .toggle .info,
  #caselist li:nth-child(8n + 3) .toggle .info,
  #caselist li:nth-child(8n + 5) .toggle .info,
  #caselist li:nth-child(8n + 6) .toggle .info,
  #caselist li:nth-child(8n + 7) .toggle .info,
  #caselist li:nth-child(8n + 8) .toggle .info {
    line-clamp: 2;
    -webkit-line-clamp: 2;
  }

  #caselist li:nth-child(8n + 1) .toggle .name,
  #caselist li:nth-child(8n + 4) .toggle .name {
    font-size: 0.5rem;
    width: 100%;
  }

  #caselist li:nth-child(8n + 1) .toggle .desc,
  #caselist li:nth-child(8n + 4) .toggle .desc {
    font-size: 0.24rem !important;
  }

  #caselist li:nth-child(8n + 1) .toggle .info,
  #caselist li:nth-child(8n + 4) .toggle .info {
    font-size: 0.22rem !important;
    width: 60%;
  }

  .viewnext .title .title1,
  .viewtext {
    font-size: 0.3rem;
  }

  .viewnext .name {
    font-size: 0.42rem;
  }

  #caselist li.full_two .toggle .info,
  .backbtn .btntext {
    margin-bottom: 0.3rem;
  }

  .newsinfo .date {
    padding-right: 0.4rem;
  }

  .newsinfo .link {
    padding-left: 0.4rem;
  }

  .viewtitle .name {
    font-size: 0.5rem;
  }

  .viewtext span {
    font-size: 0.32rem !important;
  }

  .casebanner .search {
    width: 26%;
  }
}

@media (max-width: 900px) {

  #caselist li:nth-child(8n + 2) .toggle .info,
  #caselist li:nth-child(8n + 3) .toggle .info,
  #caselist li:nth-child(8n + 5) .toggle .info,
  #caselist li:nth-child(8n + 6) .toggle .info,
  #caselist li:nth-child(8n + 7) .toggle .info,
  #caselist li:nth-child(8n + 8) .toggle .info {
    display: none;
  }
}

@media (max-width: 768px) {
  #caselist li .toggle .text .desc {
    margin-top: 0.96vw;
  }

  #caselist li:nth-child(8n + 1) .toggle,
  #caselist li:nth-child(8n + 4) .toggle {
    opacity: 1;
  }

  .casetop .text {
    padding-right: 6%;
  }

  .casebanner {
    height: 9rem;
  }

  .casebanner .righttext {
    top: 29%;
    font-size: 1.2rem;
  }

  .casebanner .ltitle {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
  }

  .casebanner .ltitle .title,
  .casebanner .search .search-input input,
  .viewtext {
    font-size: 0.4rem;
  }

  .casebanner .search {
    width: 100%;
    float: left;
    margin-top: 0.8rem;
  }

  .casebanner .inputform {
    border-radius: 1rem;
  }

  .casebanner .search .search-form {
    height: 1rem;
    border-radius: 1rem;
  }

  .casebanner .search .search-go {
    width: 1rem;
    height: 1rem;
  }

  .casebanner .search .search-go::after {
    width: 20%;
    left: 60%;
    top: 70%;
  }

  #caselist {
    width: calc(100% + 2%);
    margin-left: -1%;
  }

  #caselist li {
    padding: 0 1%;
    margin-bottom: 2%;
  }

  #caselist li .toggle {
    width: 100%;
    position: relative;
    padding: 0;
    padding-top: 0.2rem;
    left: auto !important;
    background: none !important;
  }

  #caselist li .toggle .text {
    margin: 0;
    padding: 0;
    line-height: inherit;
  }

  #caselist li .toggle .text>div {
    display: none;
  }

  #caselist li .toggle .text .desc {
    display: block;
  }

  #caselist li .toggle {
    transform: translate3d(0, 0, 0) !important;
  }

  #caselist li .toggle .text .name {
    width: 100%;
    display: block;
    color: #0b1b20;
    max-height: inherit;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  #caselist li .toggle .text .name.only-2-row {
    height: 22px;
  }

  #caselist li:nth-child(8n + 1) .toggle .text .name,
  #caselist li:nth-child(8n + 4) .toggle .text .name {
    font-size: 18px;
  }

  #caselist li .toggle .text .desc {
    color: #0b1b20;
    opacity: 0.8;
  }

  #caselist li .toggle .text .desc p {
    line-clamp: 1;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
  }

  #caselist li .toggle .desc p::before {
    background-color: #0b1b20;
    width: 3px;
    height: 3px;
  }

  #caselist li .toggle .name a {
    color: #0b1b20;
    font-weight: 400;
  }

  #caselist li.full_two .toggle .text .name {
    text-align: left;
  }

  #caselist li.full_two .toggle,
  #caselist li.full_two .toggle .text {
    background: inherit;
    left: inherit;
    bottom: inherit;
    height: inherit;
  }

  .casetop .w1440 {
    padding-top: 2.5rem;
  }

  .casetop .rinfo .stripe {
    margin-top: 2.5rem;
  }

  .casetop .text .name {
    font-size: 0.6rem;
  }

  .casebanner .ltitle .title,
  #caselist li .toggle .desc,
  #caselist li .toggle .info,
  #caselist li.full_two .toggle .desc,
  .casebanner .search .search-input input,
  .casetop .text .desc,
  .newsinfo .date,
  .newsinfo .text .name .desc {
    font-size: 0.4rem;
  }

  .newsinfo .date {
    font-size: 14px;
  }

  .viewtext .text .toggle,
  .viewnext .desc {
    font-size: 0.36rem;
  }

  .casetop .w1620 {
    width: 100%;
  }

  .casetop .w1620 .w1440 {
    width: 94%;
  }

  .backbtn {
    margin-right: 0.24rem;
  }

  .linedown {
    display: none;
    width: 1.8rem;
    height: 1.6rem;
    top: -1.6rem;
  }

  .linedown .downtext span,
  .backbtn .btntext {
    font-size: 0.36rem;
  }

  .viewnext .box {
    padding: 0 0.8rem 0 0;
  }

  .viewnext .title .title1 {
    font-size: 0.36rem;
  }

  .viewnext .title .title2 {
    font-size: 0.42rem;
  }

  .viewnext .name {
    font-size: 0.5rem;
  }

  .viewnext .toggle {
    width: 60%;
  }

  .viewnext .name {
    margin: 0.6rem 0 0.2rem 0;
  }

  .viewnext .link .btn_pop,
  .viewnext .link .btn_pop .btn_pop_text {
    height: 1rem;
    line-height: 1rem;
    font-size: 0.3rem;
  }

  .newsinfo .text .name .title {
    font-size: 0.44rem;
    max-height: 1.32rem;
  }

  .newsinfo .text .name .title h3 {
    font-size: 0.44rem;
  }

  .newsinfo .date {
    position: absolute;
    left: 6.4rem;
    bottom: 0.8rem;
    z-index: 1;
    line-height: 0.6rem;
  }

  .newsinfo .text .img {
    width: 6rem;
  }

  .newsinfo .text .name .desc {
    margin-top: 0.35rem;
  }

  .newsinfo .link {
    display: none;
  }

  .newslist .page-box .btn,
  .skpagebox .layui-laypage a,
  .skpagebox .layui-laypage span {
    width: 1rem;
    height: 1rem;
    border-radius: 1rem;
    margin: 0 0.06rem;
  }

  .viewtitle .link .sharename {
    line-height: 40px;
  }

  .viewtitle .name {
    font-weight: bold;
  }

  .viewtext span {
    font-size: 0.42rem !important;
  }

  .share-icon a,
  .share-url {
    width: 40px !important;
    height: 40px !important;
    border-radius: 40px !important;
  }

  .share-icon a.icon-wechat {
    background: #00c800 url(../images/case/share.png);
    background-position: -5px -5px;
  }

  .share-icon a.icon-qq {
    background: #20abf4 url(../images/case/share.png);
    background-position: -5px -55px;
  }

  .share-icon a.icon-weibo {
    background: #e52425 url(../images/case/share.png);
    background-position: -5px -105px;
  }

  .share-url {
    background: #e7e8ea url(../images/case/share.png);
    background-position: -5px -155px;
  }

  .share-icon a.icon-wechat:hover {
    background: #029702 url(../images/case/share.png);
    background-position: -5px -5px;
  }

  .share-icon a.icon-qq:hover {
    background: #1b8ac5 url(../images/case/share.png);
    background-position: -5px -55px;
  }

  .share-icon a.icon-weibo:hover {
    background: #b41c1d url(../images/case/share.png);
    background-position: -5px -105px;
  }

  .share-url:hover {
    background: #c4c4c5 url(../images/case/share.png);
    background-position: -5px -155px;
  }

  .social-share .icon-wechat .wechat-qrcode {
    left: 0 !important;
    top: 50px !important;
  }
}

@media (max-width: 767px) {
  .backbtn .jt.suo {
    background-position: -67px -187px !important;

    background-color: #066ce7;
  }

  .backbtn .btnico {
    background-color: #066ce7;
    border-color: #066ce7 !important;
  }

  .casetop .link .back_list,
  .casetop .link .back_next,
  .casetop .link .back_prev {
    display: none;
  }

  .casetop .text .desc {
    display: none;
  }

  .backbtn.ewmmmmmmm {
    float: right;
    font-size: 12px;
  }

  .backbtn .ewmimg {
    background: #fff;

    width: 100px;
    position: unset;
    left: unset;
    top: unset;
    transform: unset;
    text-align: center;
    box-shadow: unset;

    visibility: visible;
    opacity: 1;
    padding: 0;
  }

  .backbtn .ewmimg:hover {
    transform: unset;
  }

  .backbtn.ewmmmmmmm .btnico {
    display: none;
  }

  .backbtn .ewmimg:after {
    display: none;
  }

  .backbtn .ewmimg img {
    display: block;
    margin: 0 auto 10px;
  }

  .model .toggle .text .textmmm .tbox {
    width: 50%;
    margin: 0 0 0 auto;
  }

  .model .toggle .text .textmmm .tbox .tboxt {
    width: 100%;
  }

  .casetop .text {
    padding-right: 0;
  }

  .casetop .img {
    width: 100%;
    position: relative;
  }

  .casetop .rinfo {
    display: none;
  }

  /* .casebanner .ltitle .title::before {
    display: none;
  } */
  .casebanner .ltitle .title {
    /* padding: 0 2vw 0 0; */
    font-size: 16px;
  }

  #caselist li .toggle {
    padding-top: 2.2vw;
  }

  #caselist li {
    margin-bottom: 5.4vw;
  }

  #caselist li .toggle .text .name {
    padding: 2vw 0;
    line-height: 1.4;
    font-size: 4.2vw !important;
    height: auto !important;
    margin-bottom: 0;
    padding: 0;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    white-space: unset;
  }

  .viewtitle .link a {
    transform: scale(0.75);
  }

  .ser-case-toggle .case-swiper .swiper-slide {
    margin-right: 0;
  }

  .casetop .text .name {
    font-weight: bold;
  }

  .viewtextcontent {
    font-size: 3.6vw;
  }

  .viewtitle .name {
    font-size: 4.8vw;
  }

  .onlyphone {
    display: block;
  }

  .onlypc {
    display: none !important;
  }

  .viewnext .vnext {
    width: 100%;

    display: inline-block;
    -webkit-display: inline-block;
  }

  .w1620 {
    width: 94%;
  }

  .viewnext .box {
    flex: inherit;
    padding: 0;
    padding-bottom: 0.2rem;
  }

  .viewnext .toggle {
    width: 100%;
    float: left;
  }

  .viewnext .name {
    margin: 0.4rem 0 0.2rem 0;
  }

  .viewnext .desc {
    font-size: 0.36rem;
  }

  .viewnext .link {
    position: inherit;
    margin-top: 0.2rem;
    display: none;
  }

  /* .viewnext .name,
  .viewnext .desc {
    text-align: center;
  } */

  .viewnext .link .btn_pop {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
  }

  .newsinfo .text .img {
    width: 40%;
  }

  .newsinfo .date {
    left: calc(40% + 0.35rem);
  }

  .newsinfo .text .name .desc {
    margin-top: 0.25rem;
  }

  .newsli {
    overflow: hidden;
  }

  .newsinfo {
    display: block;
    -webkit-display: block;
    flex-wrap: inherit;
    float: left;
    margin-left: 4%;
    padding-top: 6vw;
    padding-bottom: 9vw;
  }

  .newsinfo .text {
    flex: inherit;
    width: 100%;
    float: left;
    padding-bottom: 0.5rem;
  }

  .newsinfo .text .img {
    width: 100%;
    float: left;
  }

  .newsinfo .text .name {
    float: left;
  }

  .newsinfo .date {
    width: 100%;
    left: 0;
    bottom: 6vw;
  }

  .newsinfo .newstime {
    position: absolute;
    left: 0;
    bottom: 0;
  }

  .newsinfo .newssort {
    position: absolute;
    right: 0;
    bottom: 0;
    display: none;
  }

  .newsinfo .text .name .title {
    max-height: unset;
  }

  .newsinfo .text .name .title h3 {
    font-size: 4.8vw;
  }

  .newsinfo .text .name .desc {
    font-size: 3.1vw;
  }

  #caselist li,
  #caselist li:nth-child(n) {
    width: 100%;
  }

  #caselist li:nth-child(n) .box .img img.small {
    display: block;
  }

  #caselist li:nth-child(n) .box .img img.big {
    display: none;
  }

  #caselist li:nth-child(n) .box {
    padding-bottom: 66%;
  }
}

@media (max-width: 480px) {}

@media (max-width: 414px) {

  .casebanner .ltitle .title,
  .casebanner .search .search-input input,
  .newsinfo .date,
  .newsinfo .text .name .desc,
  .newslist .page-box .btn span,
  .skpagebox .layui-laypage a,
  .skpagebox .layui-laypage span {
    font-size: 0.36rem;
  }

  .casebanner .ltitle .title {
    font-size: 16px;
  }

  .casebanner .righttext {
    font-size: 1rem;
  }

  .newsinfo .text .name .title {
    font-size: 0.4rem;
  }
}

@media (min-width: 2500px) {
  .newsinfo .link a {
    transform: translate(0, -50%) scale(1.33);
  }
}