.sortmain {
  width: 888px;
}
.h3-tit {
  padding: 35px 0 0 0;
  font-size: 24px;
  color: #333333;
}
.h3-tit2 {
  padding: 0px 0 20px 0;
  font-size: 14px;
  color: #999;
}
.service-con1 {
  padding-bottom: 37px;
  border-top: 1px solid #E2E2E2;
}
.service-con1 .con1Box {
  margin-top: 30px;
  display: flex;
  position: relative;
}
.service-con1 .con1Box .con1Box_l {
  margin-right: 45px;
  width: 380px;
}
.service-con1 .con1Box .con1Box_l .site_swiperbig {
  margin-bottom: 11px;
  overflow: hidden;
  cursor: pointer;
}
.service-con1 .con1Box .con1Box_l .site_swiperbig .swiper-slide {
  width: 380px;
  height: 380px;
}
.service-con1 .con1Box .con1Box_l .site_swiperbig .swiper-slide img {
  width: 100%;
  height: 100%;
}
.service-con1 .con1Box .con1Box_l .site_swipersmall {
  overflow: hidden;
}
.service-con1 .con1Box .con1Box_l .site_swipersmall .swiper-wrapper {
  margin: 0 0 0 0px;
}
.service-con1 .con1Box .con1Box_l .site_swipersmall .swiper-wrapper .swiper-slide {
  position: relative;
  width: 80px;
  height: 80px;
  background: #fff;
  cursor: pointer;
}
.service-con1 .con1Box .con1Box_l .site_swipersmall .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  opacity: 0.4;
  object-fit: cover;
}
.service-con1 .con1Box .con1Box_l .site_swipersmall .swiper-wrapper .swiper-slide-thumb-active {
  box-sizing: border-box;
  background: #fff;
  border: 2px solid #B81B1B;
  opacity: 1;
}
.service-con1 .con1Box .con1Box_l .site_swipersmall .swiper-wrapper .swiper-slide-thumb-active img {
  width: 100%;
  height: 100%;
  opacity: 1;
  object-fit: cover;
}
.service-con1 .con1Box .con1Box_r {
  width: 464px;
}
.service-con1 .con1Box .con1Box_r .title {
  margin: 5px 0 2px 0;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
}
.service-con1 .con1Box .con1Box_r .des {
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}
.service-con1 .con1Box .con1Box_r .service-box {
  display: flex;
  margin-bottom: 22px;
}
.service-con1 .con1Box .con1Box_r .service-box .specs {
  margin-right: 22px;
  font-size: 12px;
  color: #999;
  white-space: nowrap;
}
.service-con1 .con1Box .con1Box_r .service-box .specs1 {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.service-con1 .con1Box .con1Box_r .service-box .specs1 .item {
  display: inline-block;
  margin-right: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 10px;
}
.service-con1 .con1Box .con1Box_r .service-box .specs1 .item img {
  margin-right: 6px;
  width: 20px;
  height: 20px;
}
.service-con1 .con1Box .con1Box_r .service-specs {
  margin-bottom: 10px;
}
.service-con1 .con1Box .con1Box_r .service-specs .opt-specs li {
  width: 246px;
  height: 36px;
  background: #FFFFFF;
  border: 1px solid #E5EBF0;
  border-radius: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  line-height: 36px;
  color: #333333;
  padding: 0 12px;
  box-sizing: border-box;
  margin-bottom: 14px;
  transition: border .3s;
  cursor: pointer;
}
.service-con1 .con1Box .con1Box_r .service-specs .opt-specs li.on {
  border: 1px solid #DD041D;
  background: url(https://yidian-shopping.oss-cn-beijing.aliyuncs.com/pc/index/jt_on.png);
  background-position: 100.6% 100%;
  background-size: auto 53%;
  background-repeat: no-repeat;
}
.service-con1 .con1Box .con1Box_r .service-specs .opt-specs li:hover {
  border: 1px solid #DD041D;
}
.service-con1 .con1Box .con1Box_r .btnBox {
  display: flex;
  box-sizing: border-box;
  padding-top: 18px;
  width: 100%;
  border-top: 1px solid #E2E2E2;
  margin-top: -9px;
}
.service-con1 .con1Box .con1Box_r .btnBox .btn_gwc {
  margin-right: 20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: url(https://yidian-shopping.oss-cn-beijing.aliyuncs.com/pc/service/gwc1.png) center center no-repeat;
  transition: all .3s;
}
.service-con1 .con1Box .con1Box_r .btnBox .btn_gwc:hover {
  background: url(https://yidian-shopping.oss-cn-beijing.aliyuncs.com/pc/service/gwc2.png) center center no-repeat;
}
.service-con1 .con1Box .con1Box_r .btnBox .btn_gm {
  margin-right: 19px;
  width: 222px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #DD041D;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 300;
  color: #DD041D;
  box-sizing: border-box;
  cursor: pointer;
}
.service-con1 .con1Box .con1Box_r .btnBox .btn_gm:hover {
  background: #A30000;
  color: #fff;
}
.service-con1 .con1Box .con1Box_r .btnBox .zx-consult {
  width: 222px;
  height: 42px;
  line-height: 42px;
  box-sizing: border-box;
  text-align: center;
  background: linear-gradient(90deg, #fe422e 0%, #ae000a 100%);
  border-radius: 3px;
  font-size: 14px;
  font-weight: 300;
  color: #FFFFFF;
  cursor: pointer;
}
.service-con1 .con1Box .con1Box_r .btnBox .zx-consult:hover {
  background: #A30000;
  color: #fff;
}
.service-con1 .con1Box .flexbox_ggw {
  position: fixed;
  margin-left: 935px;
  width: 265px;
  z-index: 991;
  overflow: hidden;
  margin-top: 215px;
}
.service-con1 .con1Box .flexbox_ggw a {
  display: block;
  margin-bottom: 10px;
  transition: all .2s;
}
.service-con1 .con1Box .flexbox_ggw a img {
  width: 100%;
}
.service-con1 .con1Box .flexbox {
  position: fixed;
  margin-left: 935px;
  margin-top: 7px;
  width: 265px;
  height: 194px;
  background: url(https://yidian-shopping.oss-cn-beijing.aliyuncs.com/pc/service/flexr.png) center center no-repeat;
  background-size: cover;
  z-index: 991;
  text-align: center;
  box-shadow: 0px 2px 8px 0px rgba(206, 217, 223, 0.5);
}
.service-con1 .con1Box .flexbox .btn_but {
  width: 216px;
  height: 36px;
  line-height: 36px;
  cursor: pointer;
  text-align: center;
  background: #DD041D;
  border-radius: 3px;
  color: #FFFFFF;
  font-size: 16px;
  margin: 107px auto 16px auto;
}
.service-con1 .con1Box .flexbox .btn_but:hover {
  background: linear-gradient(90deg, #fe422e 0%, #ae000a 100%);
}
.service-con1 .con1Box .flexbox p {
  text-align: center;
  color: #999999;
}
.service-con1 .con1Box .flexbox p span {
  color: #DD041D;
}
.service-con2 {
  background: #F8F9FB;
  padding-bottom: 40px;
}
.service-con2 .con2Box .con2Box_nav {
  display: flex;
  height: 70px;
  line-height: 70px;
  border-bottom: 1px solid #E2E2E2;
  margin-bottom: 20px;
}
.service-con2 .con2Box .con2Box_nav .nav {
  margin-right: 68px;
  font-size: 16px;
  font-weight: bold;
  color: #999999;
  cursor: pointer;
  transition: all .3s;
}
.service-con2 .con2Box .con2Box_nav .nav:hover {
  color: #F0263D;
}
.service-con2 .con2Box .con2Box_nav .nav-on {
  font-size: 16px;
  font-weight: bold;
  color: #F0263D;
}
.service-con2 .con2Box .jieshao .jieshao-des {
  margin-bottom: 22px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 19px;
}
.service-con2 .con2Box .jieshao .jieshao-qa {
  box-sizing: border-box;
  margin-top: 14px;
  display: flex;
  align-items: center;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 2px 6px 0px rgba(225, 225, 225, 0.5);
  border-radius: 6px;
  transition: all .5s;
}
.service-con2 .con2Box .jieshao .jieshao-qa:hover {
  box-shadow: 0px 2px 6px 0px #FFBDBD;
}
.service-con2 .con2Box .jieshao .jieshao-qa .num {
  box-sizing: border-box;
  padding: 0 26px 0 25px;
  font-size: 40px;
  font-family: Arial!important;
  font-weight: 600;
  color: #DBDBDB;
}
.service-con2 .con2Box .jieshao .jieshao-qa .qabox {
  width: 100%;
  margin-right: 31px;
}
.service-con2 .con2Box .jieshao .jieshao-qa .qabox .qbox {
  display: flex;
  height: 44px;
  line-height: 44px;
  border-bottom: 1px dashed #E2E2E2;
}
.service-con2 .con2Box .jieshao .jieshao-qa .qabox .qbox .qbox-q {
  width: 18px;
  min-width: 18px;
  height: 18px;
  line-height: 17px;
  text-align: center;
  background: #F0263D;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  margin-top: 12px;
}
.service-con2 .con2Box .jieshao .jieshao-qa .qabox .qbox .qbox-tit {
  margin-left: 7px;
  font-size: 16px;
  font-weight: bold;
  color: #DD041D;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 1055px;
}
.service-con2 .con2Box .jieshao .jieshao-qa .qabox .abox {
  display: flex;
  line-height: 26px;
  align-items: baseline;
  padding: 10px 0 10px 0;
}
.service-con2 .con2Box .jieshao .jieshao-qa .qabox .abox .abox-a {
  width: 18px;
  min-width: 18px;
  height: 18px;
  line-height: 17px;
  text-align: center;
  background: #7d7d7d;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
}
.service-con2 .con2Box .jieshao .jieshao-qa .qabox .abox .abox-tit {
  margin-left: 7px;
  font-size: 14px;
  font-weight: 400;
  color: #666;
  line-height: 19px;
}
.service-con2 .con2Box .platform-case .anli-more {
  margin: 30px auto 38px;
  display: block;
  width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: linear-gradient(90deg, #fe422e 0%, #ae000a 100%);
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
}
.service-con2 .con2Box .platform-case .anli-more:hover {
  background: #A30000;
}
.service-con2 .con2Box .fuwu-process {
  margin-bottom: 28px;
}
.service-con2 .con2Box .recommend .lists {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
}
.service-con2 .con2Box .recommend .lists .items {
  position: relative;
  display: inline-block;
  width: 290px;
  margin-right: 9px;
  border: 1px solid #E2E2E2;
  box-sizing: border-box;
}
.service-con2 .con2Box .recommend .lists .items:nth-child(3n) {
  margin-right: 0;
}
.service-con2 .con2Box .recommend .lists .items:hover {
  box-shadow: 3px 7px 16px 0px rgba(125, 142, 160, 0.14);
}
.service-con2 .con2Box .recommend .lists .items:hover .img-box {
  transition: all .3s;
  transform: scale(1.1);
}
.service-con2 .con2Box .recommend .lists .items:hover .bottom-box {
  background: #fff;
}
.service-con2 .con2Box .recommend .lists .items .img {
  overflow: hidden;
  width: 100%;
  height: 290px;
}
.service-con2 .con2Box .recommend .lists .items .img-box {
  transition: all .3s;
  width: 100%;
  height: 100%;
}
.service-con2 .con2Box .recommend .lists .items .label {
  position: absolute;
  top: 12px;
  left: 11px;
  line-height: 18px;
  text-align: center;
  height: 18px;
  background: #1A1A1A;
  opacity: 0.7;
  border-radius: 9px;
  padding: 0 6px;
  color: #FFFFFF;
  font-size: 12px;
  z-index: 99;
}
.service-con2 .con2Box .recommend .lists .items .bottom-box {
  position: relative;
  height: 82px;
  background: #F6F7FB;
  padding: 12px 15px;
  box-sizing: border-box;
}
.service-con2 .con2Box .recommend .lists .items .bottom-box .t1 {
  white-space: nowrap;
  overflow: hidden;
  max-width: 260px;
  text-overflow: ellipsis;
  color: #333333;
  font-size: 16px;
  margin-left: 10px;
}
.service-con2 .con2Box .recommend .lists .items .bottom-box .but {
  width: 103px;
  height: 30px;
  line-height: 29px;
  border: 1px solid #EFF2FB;
  border-radius: 14px;
  padding-left: 15px;
  font-size: 12px;
  color: #DE001D;
  margin-top: 8px;
  box-sizing: border-box;
  cursor: pointer;
  transition: all .3s;
  background: #fff;
}
.service-con2 .con2Box .recommend .lists .items .bottom-box .but:hover {
  background: #DD041D;
  box-shadow: 0px 3px 8px 0px #FFBDBD;
  color: #fff;
  border: 1px solid #DD041D;
}
.service-con2 .con2Box .recommend .lists .items .bottom-box .but:hover .iconbox {
  background: #fff;
  color: #DD041D;
}
.service-con2 .con2Box .recommend .lists .items .bottom-box .but .iconbox {
  margin-top: 2px;
  width: 24px;
  height: 24px;
  background: #EFF2FB;
  border-radius: 50%;
  margin-right: 2px;
  float: right;
  color: #B6BCD0;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.service-con2 .con2Box .recommend .lists .items .bottom-box .car {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #E5E9F6;
  border-radius: 6px;
  color: #9A9DA5;
  z-index: 9999999;
  transition: all .3s;
}
.service-con2 .con2Box .recommend .lists .items .bottom-box .car span {
  font-size: 28px;
}
.service-con2 .con2Box .recommend .lists .items .bottom-box .car:hover {
  transform: scale(1.1);
  background: #DD041D;
  color: #fff;
}
.service-con2 .con2Box .recommend .lists .items .bottom-box .car:hover .pop {
  display: block;
}
.service-con2 .con2Box .recommend .lists .items .bottom-box .car .pop {
  display: none;
  position: absolute;
  padding: 17px 25px 10px 25px;
  box-sizing: border-box;
  bottom: 65px;
  right: 0%;
  margin-right: -96px;
  text-align: center;
  background: #fff;
  box-shadow: 1px 4px 9px 0px #C5C5C5;
  transition: all .3s;
  z-index: 9999;
}
.service-con2 .con2Box .recommend .lists .items .bottom-box .car .pop::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: #fff;
  z-index: 10;
}
.service-con2 .con2Box .recommend .lists .items .bottom-box .car .pop::after {
  position: absolute;
  content: '';
  bottom: -27px;
  left: 0;
  width: 100%;
  height: 30px;
  z-index: 10;
}
.service-con2 .con2Box .recommend .lists .items .bottom-box .car .pop .popover_arrow {
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  bottom: -6px;
  border-width: 6px;
  border-color: transparent #fff #fff transparent;
  background: transparent;
  border-style: solid;
  box-shadow: 3px 3px 7px #C5C5C5;
  z-index: 2;
}
.service-con2 .con2Box .recommend .lists .items .bottom-box .car .pop .p1 {
  text-align: left;
  color: #666666;
  font-size: 14px;
  margin-bottom: 20px;
}
.service-con2 .con2Box .recommend .lists .items .bottom-box .car .pop li {
  width: 180px;
  height: 28px;
  background: #FFFFFF;
  border: 1px solid #E5EBF0;
  box-shadow: 0px 4px 10px 0px rgba(216, 216, 216, 0.39);
  border-radius: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  line-height: 28px;
  color: #333333;
  padding: 0 9px;
  box-sizing: border-box;
  margin-bottom: 10px;
  transition: border .3s;
  cursor: pointer;
}
.service-con2 .con2Box .recommend .lists .items .bottom-box .car .pop li.on {
  border: 1px solid #D00A21;
  box-shadow: 0px 4px 10px 0px rgba(255, 155, 167, 0.39);
  background: url(https://yidian-shopping.oss-cn-beijing.aliyuncs.com/pc/index/jt_on.png);
  background-position: 100% 100%;
  background-size: auto 53%;
  background-repeat: no-repeat;
}
.service-con2 .con2Box .recommend .lists .items .bottom-box .car .pop li:hover {
  border: 1px solid #D00A21;
  box-shadow: 0px 4px 10px 0px rgba(255, 155, 167, 0.39);
}
.service-con2 .con2Box .recommend .lists .items .bottom-box .car .pop .gocar {
  width: 140px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: linear-gradient(90deg, #ff422e 0%, #b10009 100%);
  border-radius: 17px;
  margin: 24px auto;
  cursor: pointer;
}
.service-con2 .con2Box .recommend .lists .items .bottom-box .car .pop .gocar:hover {
  background: #A30000;
}
.service-con2 .con2Box .index-swiper-container {
  width: 100%;
}
.service-con2 .con2Box .index-swiper-container .swiper-slide {
  width: 100%!important;
  background-size: cover!important;
}
.service-con2 .con2Box .swiper-pagination {
  bottom: -3px !important;
}
.service-con2 .con2Box .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #C3C3C3;
  opacity: 1;
  margin: 0 5px!important;
}
.service-con2 .con2Box .swiper-pagination .swiper-pagination-bullet-active {
  background: #DD041D;
}
.service-con2 .con2Box .sjslist {
  margin: 8px 0;
}
.service-con2 .con2Box .sjslist .sjsitem {
  width: 885px;
  background: #FFFFFF;
  box-shadow: 0px 2px 6px 0px rgba(225, 225, 225, 0.5);
  margin: 0 0 20px 0;
  padding: 14px 24px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: start;
  position: relative;
}
.service-con2 .con2Box .sjslist .sjsitem img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-right: 32px;
}
.service-con2 .con2Box .sjslist .sjsitem .content {
  width: 708px;
}
.service-con2 .con2Box .sjslist .sjsitem .content .p1 {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
}
.service-con2 .con2Box .sjslist .sjsitem .content .p2 {
  font-size: 14px;
  color: #999999;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 14px;
}
.service-con2 .con2Box .sjslist .sjsitem .content .p3 {
  font-size: 14px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
}
.service-con2 .con2Box .sjslist .sjsitem a {
  position: absolute;
  top: 24px;
  right: 24px;
  display: block;
  width: 110px;
  height: 30px;
  background: #CF000E;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
.service-con2 .con2Box .sjslist .sjsitem a:hover {
  background: linear-gradient(90deg, #ff624e 0%, #9b0f0e 100%);
}
.service-con2 .con2Box .lcbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.service-con2 .con2Box .lcbox .items {
  text-align: center;
}
.service-con2 .con2Box .lcbox .items:hover {
  color: #DD041D;
}
.service-con2 .con2Box .lcbox .items:hover .tit1,
.service-con2 .con2Box .lcbox .items:hover .tit2 {
  color: #DD041D;
}
.service-con2 .con2Box .lcbox .items span {
  font-size: 80px;
}
.service-con2 .con2Box .lcbox .tit .tit1 {
  font-weight: bold;
  color: #333333;
  font-size: 16px;
}
.service-con2 .con2Box .lcbox .tit .tit2 {
  color: #666;
  font-size: 14px;
  margin-top: 3px;
}
.service-con2 .con2Box .pjbxo {
  width: 888px;
  background: #FFFFFF;
  box-shadow: 0px 2px 6px 0px rgba(225, 225, 225, 0.5);
}
.service-con2 .con2Box .pjbxo .pjlist {
  width: 860px;
  margin: 0px auto;
  padding: 24px 0;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  border-bottom: 1px solid #E2E2E2;
}
.service-con2 .con2Box .pjbxo .pjlist:last-child {
  border-bottom: none;
}
.service-con2 .con2Box .pjbxo .pjlist .l {
  text-align: center;
  margin-right: 26px;
}
.service-con2 .con2Box .pjbxo .pjlist .l .pj1 {
  font-family: Arial!important;
  color: #333333;
  margin-bottom: 4px;
  font-size: 14px;
}
.service-con2 .con2Box .pjbxo .pjlist .l .pj2 {
  color: #999990;
  font-size: 12px;
  font-family: Arial!important;
}
.service-con2 .con2Box .pjbxo .pjlist .c {
  width: 587px;
  margin-right: 100px;
  color: #333333;
  font-size: 14px;
}
.service-con2 .con2Box .pjbxo .pjlist .c .c1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 4px 0 12px;
}
.service-con2 .con2Box .pjbxo .pjlist .c .c2 {
  font-size: 12px;
  color: #999;
}
.service-con2 .con2Box .pjbxo .pjlist .r {
  text-align: center;
}
.service-con2 .con2Box .pjbxo .pjlist .r p {
  color: #333333;
  font-size: 12px;
  margin-top: 5px;
}
.informationsnew {
  margin: 0px auto 50px auto;
  padding: 0 0;
  height: 100%;
  width: 1200px;
}
.informationsnew .outer {
  display: none;
  position: relative;
  height: 100%;
}
.informationsnew .outer.show {
  display: block;
}
.informationsnew .case_pt_list {
  width: 888px;
  margin: 20px 0 0px 0;
  height: auto;
  display: flex;
  align-items: flex-end;
}
.informationsnew .case_pt_list ul {
  float: left;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
}
.informationsnew .case_pt_list ul li {
  display: inline-block;
  height: 37px;
  line-height: 37px;
  background: #F1F4F7;
  border-radius: 19px;
  font-size: 14px;
  color: #666;
  margin-right: 23px;
  margin-bottom: 14px;
  transition: all .1s;
  padding: 0 15px;
}
.informationsnew .case_pt_list ul li:hover {
  background: #DD041D;
}
.informationsnew .case_pt_list ul li:hover a {
  color: #fff;
}
.informationsnew .case_pt_list ul.auto_h {
  height: auto;
}
.informationsnew .case_pt_list .zhankai {
  float: left;
  font-size: 16px;
  font-weight: 400;
  color: #969696;
  cursor: pointer;
  height: 30px;
  border: 1px solid #e5e5e5;
  line-height: 30px;
  border-radius: 6px;
  position: relative;
  text-align: center;
  width: 73px;
  padding-right: 12px;
  margin-bottom: 6px;
}
.informationsnew .case_pt_list .zhankai::before {
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 1px solid #D71518;
  border-right: 1px solid #D71518;
  transform: rotate(135deg);
  right: 14px;
  top: 8px;
  transition: all ease-in-out 280ms;
  -webkit-transition: all ease-in-out 280ms;
  -o-transition: all ease-in-out 280ms;
  -moz-transition: all ease-in-out 280ms;
}
.informationsnew .case_pt_list .auto_d {
  margin-bottom: 15px;
}
.informationsnew .case_pt_list .auto_d::before {
  transform: rotate(-45deg);
  top: 14px;
  transition: all ease-in-out 280ms;
  -webkit-transition: all ease-in-out 280ms;
  -o-transition: all ease-in-out 280ms;
  -ms-transition: all ease-in-out 280ms;
}
.studys {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  height: 411px;
  background: #FFFFFF;
  box-shadow: 0px 8px 16px 0px rgba(125, 142, 160, 0.14);
  padding: 22px 23px;
  box-sizing: border-box;
  margin: 20px 0 0 0;
}
.studys .item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 10px;
  margin: 0 20px 8px 0;
  width: 411px;
  height: 117px;
  background: #FFFFFF;
  border: 1px solid #fff;
  cursor: pointer;
  box-sizing: border-box;
  transition: all .3s;
}
.studys .item:nth-child(2n) {
  margin-right: 0;
}
.studys .item::before {
  width: 410px;
  height: 1px;
  background: #DDDDDD;
  content: '';
  position: absolute;
  left: 0;
  bottom: -6px;
}
.studys .item img {
  width: 162px;
  min-width: 162px;
  height: 97px;
  margin-right: 20px;
}
.studys .item:nth-child(5)::before {
  display: none;
}
.studys .item:nth-child(6)::before {
  display: none;
}
.studys .item .r {
  height: 97px;
}
.studys .item .r .p1 {
  color: #333333;
  font-size: 12px;
  white-space: normal;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  overflow: hidden;
}
.studys .item .r .p2 {
  height: 22px;
  padding: 0 12px;
  background: #F2F4F9;
  border-radius: 11px;
  color: #999999;
  line-height: 22px;
  text-align: center;
  margin-top: 5px;
  display: inline-block;
  font-size: 12px;
}
.studys .item .r .p3 {
  font-family: Arial!important;
  color: #999999;
  margin-top: 18px;
  position: absolute;
  bottom: 10px;
  font-size: 12px;
}
.studys .item:hover {
  box-shadow: 0px 0px 9px 0px rgba(255, 170, 180, 0.5);
  border: 1px solid #DD041D;
}
.studys .item:hover::before {
  display: none;
}
.studys .item:hover .p1 {
  color: #DD041D;
}
.studys .item:hover .p2 {
  background: #DD041D;
  color: #fff;
}
.footcasemore {
  color: #999;
  text-align: right;
  margin-top: 10px;
  cursor: pointer;
  display: block;
}
.footcasemore .layui-icon {
  font-size: 14px;
}
.footcasemore:hover {
  color: #D7141E;
}
