.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-y {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.justify-content-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.justify-content-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.justify-content-around {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-around;
  -ms-flex-pack: space-around;
  justify-content: space-around;
}

.justify-content-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
}
.flex-between{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
}
.flex-column{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-column-center{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ellipsis1 {
  /* 文案一行显示不全省略号 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ellipsis2 {
  /* 文案两行显示不全省略号 */
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ellipsis3 {
  /* 文案两行显示不全省略号 */
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
/* sci录用 */
.scicontent {
  position: relative;
  clear: both;
  margin: 80px auto 40px;
  overflow: hidden;
}
.scicontent .breadcrumb-head {
  display: flex;
  gap: 30px;
}
.scicontent .ad_btns {
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 23px 0 17px;
}
.scicontent .ad_btns img {
  width: 26px;
  height: 26px;
  margin-right: 4px;
}
.scicontent .ad_btns div {
  position: relative;
  border-radius: 6px;
  font-size: 23px;
  color: #FFFFFF;
  padding: 7px 12px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
}
.scicontent .ad_btns div:nth-of-type(1) {
  background: #0E204D;
}
.scicontent .ad_btns div:nth-of-type(2) {
  background: #CE3129;
}
.ad_btns > div .inner {
  position: absolute;
  top: 50px;
  right: 0;
  width: 167px;
  height: 202px;
  background: #FFFFFF !important;
  box-shadow: 0 3px 35px 0 rgba(137, 137, 137, 0.3);
  border-radius: 3px;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: 14px 0 0 0;
  display: none;
}
.ad_btns > div:hover .inner {
  display: flex;
}
.ad_btns > div .inner b {
  color: #0E204D;
  font-size: 14px;
  margin-top: 10px;
}
.ad_btns > div .inner p {
  color: #7D8088;
  font-size: 13px;
  margin-bottom: 8px;
  /* margin: 6px 0 9px; */
}
.ad_btns > div .inner img {
  width: 102px;
  height: 103px;
}
.scicontent_detail .left .li {
  border: none !important;
}
.scicontent .left {
  width: 884px;
  box-sizing: border-box;
  border: 1px solid #eeeeee;
  background: #fff;
  margin-right: 20px;
  float: left;
}
.scicontent .li {
  margin: 32px 24px;
  margin-bottom: 0;
  padding-bottom: 32px;
  border-bottom: 1px solid #eeeeee;
}
.scicontent .pname {
  color: #0e204d;
  font-size: 18px;
  font-weight: bold;
}
.scicontent .pname:hover {
  color: #21CDC0;
}
.scicontent .extra-tip {
  margin: 6px 0 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #AEB0B7;
}
.scicontent .extra-tip img {
  width: 24px;
  height: 24px;
}
.scicontent .extra-tip .anonymous {
  color: #7D8088;
}
.scicontent .ptip {
  font-size: 14px;
  color: #7D8088;
  line-height: 22px;
  margin-bottom: 12px;
}
.scicontent .zan {
  user-select: none;
  border-radius: 2px;
  padding: 2px 8px 2px 28px;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
  color: #AEB0B7;
  background: url(/static/pc/imgs/ask_icon.png) no-repeat 6px / 20px;
  background-color: #F4F4F4;
  width: fit-content;
}
.scicontent .zan_s {
  color: #fff;
  background: url(/static/pc/imgs/ask_icon_s.png) no-repeat 6px / 20px;
  background-color: #21CDC0;
}
.scicontent .rightcont{
  width: 296px;
  float: right;
}
.scicontent .register {
  background: url(/static/pc/imgs/register.png);
  background-size: 100%;
  width: 296px;
  height: 395px;
  margin-bottom: 16px;
  padding: 80px 20px 0;
  box-sizing: border-box;
  position: relative;
}
.scicontent .register .desc {
  font-size: 14px;
  color: #0E204D;
  line-height: 22px;
  margin-bottom: 16px;
}
.scicontent .register img {
  width: 174px;
  margin: 0 auto;
  left: 0;
  right: 0;
  position: absolute;
  bottom: 15px;
  cursor: pointer;
}
.scicontent .register .register_form .el-form-item {
  background: #fff;
  display: flex;
}
.scicontent .register .register_form .el-form-item .el-form-item__label {
  padding: 12px;
  padding-right: 0;
  line-height: 1;
  font-size: 15px;
  color: #7D8088;
  text-align: left;
  white-space: nowrap;
}
.scicontent .register .register_form .el-form-item .el-form-item__content {
  margin: 0 !important;
}
.scicontent .register .register_form .el-form-item .el-form-item__content .el-input__inner {
  padding: 0;
  border: none;
}
.right.fixed {
  position: fixed;
  top: 100px;
  width: 296px;
  border: 1px solid #eeeeee;
}
.scicontent .right .article_recommendation {
  background: #ffffff;
  border: 1px solid #eeeeee;
  margin-bottom: 16px;
}
.scicontent .right .title{
  width: 100%;
  height: 66px;
  line-height: 66px;
  border-bottom: 1px solid #eeeeee;
  padding: 0 24px;
  box-sizing: border-box;
  color: #0e204d;
  font-size: 16px;
}
.scicontent .right .title img{
  margin-right: 5px;
  vertical-align: middle;
  width: 21px;
}
.scicontent .linebox a{
  font-size: 14px;
  position: relative;
  padding-left: 14px;
  height: 34px;
  line-height: 34px;
  width: 234px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
}
.scicontent .linebox{
  padding: 12px 24px;
  box-sizing: border-box;
}
.scicontent .linebox a::before{
  position: absolute;
  content: '';
  left: 0;
  top: 43%;
  width: 4px;
  height: 4px;
  background: #37d2c6;
  border-radius: 50%;
}
.scicontent .linebox a:hover{
  color: #7d8088;
}
.scicontent .el-pagination{
  margin: 40px 0;
  text-align: center;
}
.el-pager li.active{
  color: #fff;
  cursor: default;
  background: #21cdc0!important;
  border-radius: 4px;
}
.el-pager li:hover {
  color: #21cdc0!important;
}
.el-pagination button:hover {
  color: #21cdc0!important;
}
/* 详情页 */
.sciDteailPage{
  color: #0e204d;
  font-size: 14px;
  margin: 0 auto 40px;
}
.sciDteail .title1{
  margin: 45px auto 20px;
  text-align: center;
  font-size: 24px;
  width: 800px;
  /*overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;*/
  word-break: normal;
}
.sciDteail .desk{
  color:#aeb0b7;
  font-size: 12px;
  text-align: center;
}
.sciDteail p{
  line-height: 36px;
}
.sciDteail .left img{
  max-width: 100%;
  display: block;
  margin: 20px auto;
}
.sciDteail .ptitle-bot{
  height: 100px;
  font-size: 14px;
}
.sciDteail .ptitle-bot a{
  color: #aeb0b7;
  width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sciDteail .ptitle-bot a:nth-child(2){
  text-align: right;
}
/* 成功案例页面 */
.successExample{
  color: #0e204d;
}
.successExample .sucbanner img{
  width: 100%;
}
.successCont .items{
  position: relative;
  width: 100%;
  border: 1px solid #e8e8e8;
  margin-top: 25px;
  background: #fff;
}
.successCont .items:last-child{
  margin-bottom: 30px;
}
.successExample .itemsbg{
  position: absolute;
  width: 100%;
  height: 330px;
}
.successExample .title{
  height: 58px;
  line-height: 58px;
  padding-left: 40px;
  position: relative;
  font-size: 16px;
  color: #0e204d;
  font-weight: bold;
  background: linear-gradient(to right,#f6f6f6 -4%,transparent 67%);
}
.successExample .title::before{
  position: absolute;
  width: 6px;
  height: 6px;
  content: '';
  left: 24px;
  top: 45%;
  background: #21cdc0;
  border-radius: 50%;
}
.successExample .items-box{
  width: 100%;
  height: 100%;
}
.successExample .items-top{
  background: linear-gradient(to right,#fff -4%,transparent 67%);
  padding: 0 40px;
  box-sizing: border-box;
}
.successExample .items-top div{
  padding: 28px 0 0; 
  box-sizing: border-box;
  flex-wrap: wrap;
  line-height: 25px;
}
.successExample .items-top div p{
  margin-right: 55px;
  font-size: 14px;
}
.successExample .secondTitle{
  padding: 30px 0 15px;
  box-sizing: border-box;
  font-size: 14px;
}
.successExample .secondTitle2{
  padding-left: 20px;
  box-sizing: border-box;
}
.successExample .shortCommentbox{
  width: 100%;
  height: 100%;
  background: linear-gradient(to right,#fff,transparent);
}
.successExample .shortComment {
  position: relative;
  width: 1120px;
  box-sizing: border-box;
  padding: 22px 50px;
  line-height: 30px;
  background: url(../imgs/pic_35.png) no-repeat 17px center #FFFFFF;
  background-size: 23px;
  border: 1px solid #EEEEEE;
  border-radius: 3px;
  margin: 0 auto;
}
.successExample .shortComment::after {
  content: '';
  display: block;
  width: 26px;
  height: 20px;
  background: url(../imgs/pic_36.png) no-repeat center;
  background-size: 24px;
  position: absolute;
  top: -9px;
  right: 15px;
}
.successExample .letterbox{
  padding: 0 20px;
  box-sizing: border-box;
}
.successExample .letterbox .letterli{
  position: relative;
}
.successExample .letterbox .letterli .img{
  width: 276px;
  height: 182px;
  border-radius: 4px;
  margin: 0 20px 30px;
}
.successExample .letterbox .meng{
  opacity: 0;
  position: absolute;
  left: 20px;
  top: 0;
  width: 276px;
  height: 182px;
  border-radius: 4px;
  background: rgba(14, 32, 77, .4);
  justify-content: center;
  cursor: pointer;
}
.successExample .letterbox .letterli:hover .meng{
  opacity: 1;
  transition: all .5s;
}
.bigimgMask{
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.bigimgMask .content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.bigimgMask .img{
  max-width: calc(100vw - 410px);
  max-height: calc(100vh - 250px);
}
.bigimgMask .closes{
  position: absolute;
  right: -19px;
  top: -29px;
  cursor: pointer;
}

/* 成功案例 */
.successCasePage .sucbanner img{
  width: 100%;
}
.successCasePage .successCaseCont{
  margin-bottom: 65px;
}
.successCasePage .successCaseCont .title{
  margin-top: 55px;
  width: 100%;
  height: 58px;
  line-height: 58px;
  border-radius: 30px;
  color: #0e204d;
  font-size: 18px;
  font-weight: bold;
  background: linear-gradient(to right,#efefef 72%,#fff);
  padding: 0 14px;
  box-sizing: border-box;
}
.successCasePage .successCaseCont .title i{
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  background: #0e204d;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  margin-right: 14px;
}
.successCaseCont a{
  font-size: 14px;
  color: #21cdc0;
  margin: 24px 0 0 12px;
  display: inline-block;
}
.successCaseCont a:hover{
  text-decoration: underline;
}
.successCaseCont .secondTitle{
  font-size: 14px;
  color: #0e204d;
  margin: 24px 0 0 12px;
}
.successCasePage .successCaseCont .line1 {
  color: #0e204d;
  font-size: 16px;
  font-weight: bold;
  margin: 25px 0 12px;
}
.successCasePage .successCaseCont .line2 {
  font-size: 14px;
  color: #0e204d;
  line-height: 25px;
}
.successCasePage .successCaseCont img{
  margin: 0 0 -23px -25px;
}

.top-search{
	margin-top: 30px;
	padding: 40px 170px 30px;
	box-sizing: border-box;
	background-color: #fff;
}

/* sci详情页顶部搜索 */
.detail-top-search {
  margin-top: 40px;
  padding: 0;
}

.detail-top-search .btn-c img {
  margin-right: 8px !important;
}

.detail-top-search .input-c {
  position: relative;
}

.detail-top-search .input-c:not(:placeholder-shown) + .fake-placeholder {
  display: none;
}

.detail-top-search .fake-placeholder {
  position: absolute;
  left: 32px;
  top: 0;
  pointer-events: none;
  display: flex;
  align-items: center;
  height: 100%;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #AEB0B7;
}
.detail-top-search .fake-placeholder span {
  color: #21CDC0;
}
.scicontent .left .sciItem {
  padding: 100px 0 90px;
  background: url('https://cdn-peipu.peipusci.com/public/pic_98_sci.jpg') no-repeat center;
  background-size: 100% 100%;
}
.scicontent .left .sciItem .title {
  font-size: 32px;
  color: #0E204D;
  text-align: center;
  font-weight: bold;
}
.scicontent .left .sciItem > p {
  margin: 16px 74px 43px;
  text-align: center;
  color: #7D8088;
  line-height: 28px;
  font-size: 14px;
}

.scicontent .left .sciItem .processList {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.scicontent .left .sciItem .processList > div {
  text-align: center;
  width: 32%;
}
.scicontent .left .sciItem .processList img {
  width: 148px;
  height: 102px;
}
.scicontent .left .sciItem .processList .process_title {
  font-size: 20px;
  color: #0E204D;
  line-height: 28px;
  text-align: center;
  margin: 4px 0 20px;
  font-weight: 550;
}
.scicontent .left .processList .process_desc {
  width: 210px;
  font-size: 14px;
  color: #7D8088;
  line-height: 22px;
  text-align: justify;
  margin: 0 auto;
}

.scicontent .left .sciItemLine {
  padding-right: 1px;
  background: #EBEBEB;
  margin: 0 30px;
}
.scicontent .public-case {
  padding: 80px 0 90px;
  background: #fff;
}
.scicontent .public-case .title {
  font-size: 32px;
  color: #0E204D;
  text-align: center;
  font-weight: bold;
}
.scicontent .public-case .sub-title {
  font-size: 14px;
  color: #7D8088;
  line-height: 28px;
  text-align: center;
}
.scicontent .public-case .public-content {
  width: 600px;
}
.scicontent .public-case > p {
  margin: 20px 0 30px;
}
.scicontent .public-case .swiper-button-container {
  bottom: 270px;
}
.public-case .public-content .swiper-img {
  width: 400px;
  height: 290px;
  display: block;
  margin: 0 auto;
  background: #FFFFFF;
  border-radius: 4px;
}
.public-case .swiper-button-container>div {
  width: 40px;
  height: 40px;
}
.swiper-button-container>div.swiper-button-prev {
  left: 0;
}
.swiper-button-container>div.swiper-button-next {
  right: 310px;
}
.choose_my {
  background: url(/static/pc/imgs/choose_my.png) no-repeat center / 100%;
  padding: 40px 130px;
}
.choose_my .title {
  font-size: 32px;
  color: #0E204D;
  text-align: center;
  font-weight: bold;
  margin-bottom: 24px;
}
.choose_my .choose_my_content {
  display: flex;
  justify-content: space-between;
}
.choose_my .choose_my_content img {
  width: 80px;
  height: 80px;
}
.choose_my .choose_my_content div {
  font-weight: 550;
  font-size: 20px;
  color: #0E204D;
  text-align: center;
}