/* 
 * 期刊编译主页样式
 * 基于蓝湖提供的原型CSS进行调整
 */
.site-header {
  margin-bottom: 0;
}
.site-content {
  padding-bottom: 0;
}
/* 基础布局样式 */
.journal-publishing-page {
  width: 100%;
  height: 100%;
  background-color: rgba(244, 247, 250, 1);
  overflow-y: hidden;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.justify-between {
  justify-content: space-between;
}

/* Layout helpers */
.layout-constrained {
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

.service-carousel-box,
.luyonganli-box {
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

/* 顶部模块样式 */
.box_25 {
  width: 100%;
  height: 100%;
  background-color: #f4f7fa;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.box_26 {
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* 顶部优惠信息样式 */
.group_3 {
  width: 100%;
  height: 60px;
  background-color: #fef5e7;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.label_1 {
  width: 91px;
  height: 60px;
}
.label_2 {
  width: 44px;
  height: 44px;
}
.text_20 {
  width: 388px;
  height: 22px;
  overflow-wrap: break-word;
  color: #ab6a00;
  font-size: 16px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 22px;
}

.group_4 {
  margin-right: 18px;
  margin-left: 730px;
}

.box_3 {
  width: 44px;
  height: 44px;
  background-color: rgba(0, 0, 0, 0);
}

/* 主体服务介绍区域样式 */
.group_5 {
  width: 100%;
  height: 400px;
  background-image: url("../../images/journal/main-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.group_5_box {
  width: 1200px;
  display: flex;
  justify-content: space-between;
}

.block_17 {
  width: 650px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.box_27 {
  width: 567px;
  height: 56px;
  margin-top: 100px;
}

.text_21 {
  display: none;
}

.text-wrapper_3 {
  width: 567px;
  height: 56px;
  color: #ffffff;
  font-size: 40px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  line-height: 56px;
}

.text_22,
.text_23,
.text_24,
.text_25 {
  color: #ffffff;
  font-size: 40px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  line-height: 56px;
}

.text_23 {
  color: #f4ae3f;
}

/* 服务关键词样式 */
.box_28 {
  margin-top: 60px;
}

.text-wrapper_4,
.text-wrapper_5,
.text-wrapper_6,
.text-wrapper_7 {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.text-wrapper_4 {
  background-color: #4f7dff;
}

.text-wrapper_5 {
  background-color: #ff7272;
}

.text-wrapper_6 {
  background-color: #ffad3f;
}

.text-wrapper_7 {
  background-color: #7cb305;
}

.text_26,
.text_27,
.text_28,
.text_29 {
  color: #ffffff;
  font-size: 28px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: center;
}

/* 数据统计样式 */
.box_29 {
  margin-top: 40px;
}

.text-wrapper_30,
.text-wrapper_31,
.text-wrapper_32 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.text_30,
.text_33,
.text_36 {
  display: none;
}

.text_31,
.text_34,
.text_37 {
  color: #f4ae3f;
  font-size: 36px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  line-height: 50px;
}

.text_32,
.text_35,
.text_38 {
  color: #ffffff;
  font-size: 16px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
}

.image_2,
.image_3 {
  width: 1px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0 30px;
}

/* 提交稿件按钮样式 */
.text-wrapper_11 {
  width: 200px;
  height: 40px;
  background-color: #ffa030;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-bottom: 60px;
  transition: all 0.3s ease;
}

.text_39 {
  color: #ffffff;
  font-size: 18px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  line-height: 33px;
}

/* 快速询价表单样式 */
.block_3 {
  width: 330px;
  height: 360px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  padding: 20px 30px;
  margin: 20px 0;
  background-image: url("../../images/journal/xunjia-bg.png");
}

.text_40 {
  width: 100%;
  height: 22px;
  text-align: center;
}
.text_40 img {
  width: 138px;
  height: 100%;
}

.text-wrapper_12,
.text-wrapper_13 {
  width: 100%;
  height: 50px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #cdcdcd !important;
  margin-top: 15px;
  padding: 10px 20px;
}
button,
input[type="text"],
input[type="password"],
input[type="number"],
textarea {
  border: unset;
}
.text_41,
.text_42 {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  font-size: 16px;
  color: #333333;
}

.text_41::placeholder,
.text_42::placeholder {
  color: #999999;
}

.group_9 {
  width: 100%;
  height: 50px;
  background-color: #ffffff;
  border-radius: 4px;
  margin-top: 15px;
  position: relative;
}

.text_43 {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  font-size: 16px;
  color: #999999;
  padding: 0 25px;
  appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  box-shadow: none;
  background: none;
}

.thumbnail_26 {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
  top: 15px;
  pointer-events: none;
}

.text-wrapper_14 {
  width: 100%;
  height: 40px;
  background-color: #3385ff;
  border-radius: 4px;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.text-wrapper_14:hover {
  background-color: #8ebbff;
}

.text_44 {
  color: #ffffff;
  font-size: 18px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  background: none;
  border: none;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.text_45 {
  display: none;
}

/* 服务优势统计样式 */
.block_18 {
  width: 1280px;
  height: 100px;
  /* background-color: red; */
  /* box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1); */
  border-radius: 6px;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  gap: 30px;
}

.section_5,
.section_6,
.section_7 {
  display: flex;
  align-items: center;
  flex-direction: row;
  width: 33%;
  background-color: #fff;
  padding: 10px;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.image_4,
.image_22,
.image_23 {
  width: 150px;
  height: 80px;
}

.text-group_13,
.text-group_14,
.text-group_15 {
  margin-left: 30px;
}

.text_46,
.text_48,
.text_50 {
  color: #333333;
  font-size: 29px;
  font-style: italic;
  font-family: Source-KeynoteartHans, Source-KeynoteartHans;
  font-weight: 600;
  line-height: 34px;
}

.text_47,
.text_49,
.text_51 {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #666666;
  line-height: 22px;
  font-style: normal;
  text-indent: 0.3em;
  margin-top: 4px;
}

/* 服务项目标题样式 */
.image-text_6 {
  width: 1280px;
  margin-top: 80px;
  align-items: center;
}

.block_4 {
  width: 40px;
  height: 4px;
  background-color: #f4ae3f;
  margin-right: 15px;
}

.text-group_16 {
  flex-direction: column;
}

.text_52 {
  color: #999999;
  font-size: 14px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  line-height: 20px;
}

.text_53 {
  color: #333333;
  font-size: 30px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  line-height: 42px;
  margin-top: 5px;
}

/* 优质服务项目内容样式 */
.block_19 {
  width: 1280px;
  margin-top: 50px;
}
.group_12 {
  background-image: url("../../images/journal/xueshufanyi.png");
}
.group_13 {
  background-image: url("../../images/journal/yingwenrunse.png");
}
.group_15 {
  background-image: url("../../images/journal/chachongjiangchong.png");
}
.group_16 {
  background-image: url("../../images/journal/kexuebianji.png");
}
.group_12,
.group_13,
.group_15,
.group_16 {
  width: 305px;
  height: 480px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 40px 20px 83px 20px;
  transition: all 0.3s ease;
}

.group_12:hover,
.group_13:hover,
.group_15:hover,
.group_16:hover {
  transform: translateY(-10px);
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.15);
}

.text_54,
.text_56,
.text_59,
.text_61 {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 26px;
  color: #333333;
  line-height: 37px;
  text-align: center;
  font-style: normal;
}
.section_8 {
  background: #3385ff;
}
.group_14 {
  background: #14bddd;
}
.section_9 {
  background: #7055ff;
}
.block_5 {
  background: #be7624;
}

.section_8,
.group_14,
.section_9,
.block_5 {
  width: 52px;
  height: 2px;
  opacity: 0.5;
  margin: 0 auto;
  margin-top: 8px;
  margin-bottom: 30px;
}

.paragraph_1,
.text_57,
.paragraph_2,
.text_62 {
  color: #666666;
  font-size: 14px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  line-height: 24px;
  text-align: justify;
  height: 192px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  line-clamp: 8;
  overflow: hidden;
}
.text-wrapper_15 {
  background: #3385ff;
}
.text-wrapper_16 {
  background: #14bddd;
}
.text-wrapper_17 {
  background: #7055ff;
}
.text-wrapper_18 {
  background: #be7624;
}
.text-wrapper_15,
.text-wrapper_16,
.text-wrapper_17,
.text-wrapper_18 {
  margin: 60px 32px 0 32px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 52px;
  transition: all 0.3s ease;
}
.text-wrapper_15:hover {
  background: #8ebbff;
}
.text-wrapper_16:hover {
  background: #7cdaec;
}
.text-wrapper_17:hover {
  background: #b0a0ff;
}
.text-wrapper_18:hover {
  background: #dbb385;
}

.text_55,
.text_58,
.text_60,
.text_63 {
  color: #ffffff;
  font-size: 16px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-decoration: none;
}

/* 分割线图片样式 */
.image_6 {
  width: 1200px;
  height: 1px;
  margin-top: 80px;
}

/* 专家介绍区域样式 */
.group_17 {
  width: 100%;
  margin-top: 80px;
  padding: 60px 0 40px;
  background-image: url("../../images/journal/1300di.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.text-group_17 {
  flex-direction: column;
  align-items: center;
}

.text_64 {
  color: #999999;
  font-size: 14px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  line-height: 20px;
}

.text_65 {
  color: #333333;
  font-size: 30px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  line-height: 42px;
  margin-top: 5px;
}

.image_7 {
  width: 1200px;
  height: 240px;
  margin-top: 30px;
}

.text_66 {
  color: #666666;
  font-size: 16px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  margin: 30px auto 50px;
  width: 955px;
  max-width: 100%;
  padding: 0 16px;
  display: block;
}

/* 学科专家列表样式 */
.box_4 {
  width: 1280px;
  margin-top: 50px;
  margin: 0 auto;
  background-color: rgba(51, 133, 255, 0.05);
  border-radius: 12px;
}

.list_3 {
  width: 1280px;
  padding: 20px;
  justify-content: space-between;
}

[class^="list-items_1-"] {
  width: 230px;
  height: 260px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.18) 0%, #ffffff 100%);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 20px 0 30px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
}

[class^="list-items_1-"]:hover {
  transform: translateY(-10px);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
}

[class^="image_24-"] {
  width: 66px;
  height: 66px;
}

[class^="text_67-"] {
  color: #333333;
  font-size: 22px;
  font-family: PingFangSC-Medium;
  font-weight: 600;
  line-height: 30px;
  margin-top: 30px;
}

[class^="group_38-"] {
  margin-top: 30px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 35px;
}
[class^="line-"] {
  width: 1px;
  height: 35px;
  background-color: #999999;
}
[class^="text-group_18-"],
[class^="text-group_19-"] {
  display: flex;
  flex-direction: column;
  align-items: center;
}

[class^="text_68-"],
[class^="text_70-"] {
  color: #333;
  font-size: 20px;
  font-family: PingFangSC-Semibold;
  font-weight: 400;
  line-height: 28px;
}

[class^="text_69-"],
[class^="text_71-"] {
  color: #666666;
  font-size: 14px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  line-height: 20px;
}

[class^="image_8-"] {
  width: 1px;
  height: 40px;
  background-color: #e5e5e5;
  margin: 0 15px;
}

/* 服务保障标题样式 */
.image-text_7 {
  width: 1280px;
  margin-top: 80px;
  align-items: center;
}

.box_5 {
  width: 40px;
  height: 4px;
  background-color: #f4ae3f;
  margin-right: 15px;
}

.text-group_20 {
  flex-direction: column;
}

.text_72 {
  color: #999999;
  font-size: 14px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  line-height: 20px;
}

.text_73 {
  color: #333333;
  font-size: 30px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  line-height: 42px;
  margin-top: 5px;
}

/* 服务保障内容样式 */
.block_20 {
  width: 1280px;
  height: 400px;
  margin-top: 40px;
}

.box_6 {
  width: 330px;
}

.section_10 {
  width: 100%;
  height: 100%;
}
.section_10 img {
  height: 100%;
}
.group_44 {
  margin-left: 10px;
  width: 460px;
  height: 100%;
  gap: 10px;
}
.group_39 {
  margin-left: 20px;
  width: 460px;
  height: 100%;
  gap: 10px;
}

.group_19,
.group_22,
.box_13,
.box_18 {
  height: 100%;
  padding: 15px;
  background-color: #ffffff;
}

.group_20,
.box_11,
.box_14,
.section_15 {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(51, 133, 255, 0.23) 100%);
  border-radius: 8px;
  border: 1px solid rgba(51, 133, 255, 0.6);
  padding: 5px;
}

.image_25,
.image_26,
.image_27,
.image_28 {
  width: 80px;
  height: 155px;
}

.group_40,
.group_43,
.group_45,
.section_22 {
  height: 100%;
  justify-content: space-between;
  margin-left: 30px;
}

.text_74,
.text_75,
.text_76,
.text_77 {
  color: #333333;
  font-size: 20px;
  font-family: PingFangSC-Medium;
  font-weight: bold;
  line-height: 29px;
}

.group_41,
.box_30,
.box_32,
.box_33 {
  margin-top: 10px;
}
.group_41 ul,
.box_30 ul,
.box_32 ul,
.box_33 ul {
  line-height: 30px;
  font-size: 14px;
  color: #333333;
  font-weight: 400;
}
.group_41 ul li span,
.box_30 ul li span,
.box_32 ul li span,
.box_33 ul li span {
  color: #3385ff;
}
.group_42,
.box_31,
.section_21,
.section_23 {
  margin-right: 10px;
}

.box_8,
.box_9,
.box_10,
.group_24,
.group_25,
.box_16,
.box_17,
.box_20,
.box_21 {
  width: 4px;
  height: 4px;
  background-color: #f4ae3f;
  border-radius: 50%;
  margin-top: 8px;
}

.paragraph_3,
.paragraph_4,
.paragraph_5,
.paragraph_6 {
  color: #666666;
  font-size: 14px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  line-height: 24px;
}

/* 上传稿件按钮样式 */
.group_29 {
  width: 1280px;
  margin-top: 48px;
  justify-content: center;
}

.image-text_8 {
  width: 500px;
  height: 66px;
  background-color: #ffa030;
  border-radius: 4px;
  align-items: center;
  padding: 19px 135px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.image-text_8:hover {
  background: #ffbd6f;
}

.label_4 {
  width: 30px;
  height: 30px;
}

.text-group_9 {
  color: #ffffff;
  font-size: 18px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  line-height: 25px;
  margin-left: 20px;
  text-decoration: none;
}

/* 录用案例标题样式 */
.image-text_9 {
  width: 1280px;
  margin-top: 80px;
  align-items: center;
}

.section_16 {
  width: 40px;
  height: 4px;
  background-color: #f4ae3f;
  margin-right: 15px;
}

.text-group_21 {
  flex-direction: column;
}

.text_78 {
  color: #999999;
  font-size: 14px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  line-height: 20px;
}

.text_79 {
  color: #333333;
  font-size: 30px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  line-height: 42px;
  margin-top: 5px;
}

/* 标题图像响应式与 2x 适配 */
.image-text_6,
.image-text_7,
.image-text_9,
.text-group_22 {
  max-width: 100%;
  justify-content: center;
}

.image-text_6 > div,
.image-text_7 > div,
.image-text_9 > div {
  width: 100%;
  /* margin-left: auto; */
  margin-right: auto;
  display: flex;
  justify-content: center;
}

.image-text_6 > div {
  max-width: 314px;
}

.image-text_7 > div {
  max-width: 205px;
}

.image-text_9 > div {
  max-width: 203px;
}

.text-group_17 {
  width: 100%;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.text-group_22 {
  width: 100%;
  max-width: 1280px;
  box-sizing: border-box;
}

.image-text_6 img,
/* 录用案例展示样式 */
.group_30 {
  width: 1300px;
  margin: 0 auto;
  margin-top: 50px;
  align-items: center;
}

.list_4 {
  width: 1280px;
  justify-content: space-between;
}

[class^="list-items_2-"] {
  width: 380px;
  height: 560px;
  position: relative;
}

[class^="box_22-"] {
  width: 380px;
  height: 560px;
  position: relative;
  z-index: 3;
}

[class^="block_8-"] {
  width: 380px;
  height: 560px;
  background-image: url("../../images/journal/luyonganli.png");
  background-size: cover;
  background-position: center;
  border-radius: 6px;
  overflow: hidden;
  border-right: 1px solid #ddbc6f;
  border-left: 1px solid #ddbc6f;
}

[class^="section_24-"] {
  width: 100%;
}

[class^="label_5-"] {
  width: 30px;
  height: 30px;
  margin-top: 15px;
  margin-left: 15px;
}

[class^="text_80-"] {
  color: #dcb968;
  font-size: 18px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  line-height: 22px;
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 55px;
}

[class^="label_6-"] {
  width: 24px;
  height: 24px;
  margin-top: 18px;
  margin-right: 15px;
}

[class^="image_13-"] {
  width: 380px;
  height: 200px;
}

[class^="text_81-"] {
  color: #ba8f1c;
  font-size: 32px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  line-height: 38px;
  margin-top: 32px;
  text-align: center;
}

[class^="image_14-"] {
  width: 350px;
  height: 1px;
  background-color: #e5e5e5;
  margin: 15px 15px;
}

[class^="text-wrapper_19-"] {
  margin: 30px 60px 20px 60px;
}

[class^="text_82-"],
[class^="text_85-"],
[class^="text_87-"] {
  color: #666666;
  font-size: 14px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  line-height: 24px;
}

[class^="text_83-"],
[class^="text_86-"],
[class^="text_88-"] {
  color: #333333;
  font-size: 14px;
  font-family: PingFangSC-Medium;
  font-weight: 600;
  line-height: 24px;
}

[class^="block_10-"] {
  flex: 1;
  border: 1px solid #ba8f1c;
  border-radius: 4px;
  background: #d8d8d8;
  width: 263px;
  max-height: 145px;
  margin: 0 auto;
}

[class^="section_25-"] {
  width: 100%;
  /* margin: 3px 15px; */
  margin-top: 42px;
  /* margin: 0 50px; */
  padding: 0 60px;
  align-items: end;
}

[class^="text-wrapper_33-"] {
  flex: 1;
}

[class^="text_107-"] {
  color: #333333;
  font-size: 10px;
  font-family: PingFangSC-Medium;
  font-weight: 400;
  line-height: 20px;
  opacity: 0.8;
}

[class^="text_108-"] {
  color: #333333;
  font-size: 10px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  line-height: 17px;
  opacity: 0.8;
}

[class^="label_8-"] {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

[class^="text_90-"] {
  color: #666666;
  font-size: 12px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  line-height: 17px;
  flex: 1;
}

[class^="label_7-"] {
  width: 60px;
  height: 60px;
  margin-left: 10px;
}

[class^="block_12-"] {
  height: 15px;
}

[class^="block_13-"] {
  height: 10px;
}

[class^="text_89-"] {
  color: #333333;
  font-size: 14px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  line-height: 20px;
  margin-left: 15px;
}

[class^="label_9-"] {
  width: 120px;
  height: 30px;
  margin-left: 15px;
  margin-bottom: 15px;
}

[class^="image_15-"],
[class^="image_16-"] {
  position: absolute;
  bottom: 0;
  left: 10px;
  z-index: 2;
}

[class^="image_15-"] {
  width: 360px;
  height: 20px;
}

[class^="image_16-"] {
  width: 340px;
  height: 10px;
  bottom: -10px;
  left: 20px;
  z-index: 1;
}

.image_17 {
  width: 80px;
  height: 20px;
  margin-top: 30px;
}

/* 客户评价标题样式 */
.text-group_22 {
  width: 1280px;
  margin: 80px 0 20px 0;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.text_91 {
  font-family: AlimamaShuHeiTi, AlimamaShuHeiTi;
  font-weight: bold;
  font-size: 18px;
  color: #999999;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  text-align: center;
}

.text_92 {
  font-family: AlimamaShuHeiTi, AlimamaShuHeiTi;
  font-weight: bold;
  font-size: 26px;
  color: #333333;
  line-height: 31px;
  text-align: left;
  font-style: normal;
  position: absolute;
  top: -8px;
  left: 0;
  display: block;
  width: 100%;
  text-align: center;
}

/* 客户评价内容样式 */
.block_21 {
  width: 1350px;
  margin-top: 50px;
  align-items: center;
  gap: 20px;
}
.block_21_prev {
  width: 40px;
  height: 100px;
  background: rgba(51, 133, 255, 0.1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block_21_prev img {
  width: 20px;
  height: 20px;
}
.block_21_next {
  width: 40px;
  height: 100px;
  background: rgba(51, 133, 255, 0.1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block_21_next img {
  width: 20px;
  height: 20px;
}
.image_18,
.image_19 {
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.block_14,
.block_15,
.block_16 {
  width: 100%;
  height: 280px;
  background-color: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 20px;
}

.block_22,
.box_34,
.block_23 {
  align-items: center;
}

.section_17,
.group_33,
.section_18 {
  width: 66px;
  height: 66px;
  background-color: #f4ae3f;
  border-radius: 50%;
}

.avatar_0,
.avatar_1,
.avatar_2 {
  width: 66px;
  height: 66px;
  border-radius: 50%;
}
.text_93,
.text_96,
.text_99 {
  color: #333333;
  font-size: 20px;
  font-family: PingFangSC-Medium;
  font-weight: 600;
  line-height: 22px;
  margin-left: 20px;
}

.text-wrapper_21,
.text-wrapper_23,
.text-wrapper_25 {
  height: 30px;
  background: #000000;
  border-radius: 4px;
  margin-left: 10px;
  padding: 0 10px;
  justify-content: center;
}

.text_94,
.text_97,
.text_100 {
  color: #dcb968;
  font-size: 14px;
  font-family: PingFangSC-Regular;
  font-weight: 500;
  line-height: 20px;
}

.text-wrapper_22,
.text-wrapper_24,
.text-wrapper_26 {
  margin-top: 20px;
  padding: 10px;
  background: rgba(153, 153, 153, 0.1);
  border-radius: 4px;
}

.text_95,
.text_98,
.text_101 {
  color: #666666;
  font-size: 14px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  line-height: 20px;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 7;
  overflow: hidden;
}

/* 底部咨询区域样式 */
.group_34 {
  width: 100%;
  height: 180px;
  background-image: url("../../images/journal/bianyifangandi.png");
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 80px;
  padding: 30px;
  align-items: flex-end;
  justify-content: center;
  display: flex;
  padding: 0 368px 25px 318px;
  gap: 20px;
}

.box_35 {
  width: 220px;
  height: 120px;
  margin-right: 20px;
}

.text_102 {
  font-family: AlimamaShuHeiTi, AlimamaShuHeiTi;
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
  line-height: 29px;
  font-style: normal;
}
.text-wrapper_27 input[type="text"] {
  background-color: rgba(255, 255, 255, 0.19);
  padding: 0 15px;
}
.text-wrapper_28 input[type="text"] {
  background-color: rgba(255, 255, 255, 0.19);
  padding: 0 15px;
}
.text-wrapper_27 input[type="text"]::placeholder,
.text-wrapper_28 input[type="text"]::placeholder {
  color: #ffffff;
}
.text-wrapper_27,
.text-wrapper_28 {
  width: 240px;
  height: 50px;
  background: rgba(255, 255, 255, 0.19);
  border-radius: 4px;
  border: 1px solid #ffffff;
}

.text_103,
.text_104 {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  font-size: 16px;
  color: #333333;
}

.text_103::placeholder,
.text_104::placeholder {
  color: #999999;
}

.text-wrapper_28 {
  margin-right: 20px;
}

.section_20 {
  width: 240px;
  height: 50px;
  background: rgba(255, 255, 255, 0.19);
  border-radius: 4px;
  position: relative;
}
.section_20 select {
  background: unset;
}
.text_105 {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  font-size: 16px;
  color: #fff;
  padding: 0 15px;
  appearance: none;
  -webkit-appearance: none;
  /* background-color: transparent; */
}

.thumbnail_27 {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
  top: 15px;
  pointer-events: none;
}

.text-wrapper_29 {
  width: 180px;
  height: 50px;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 4px;
  margin-right: 20px;

  display: flex;
  justify-content: center;
  align-items: center;
}

.text_106 {
  color: #3385ff;
  font-size: 18px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  background: none;
  border: none;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.image-text_10 {
  width: 195px;
  height: 120px;
  align-items: center;
}

.image-wrapper_9 {
  width: 100px;
  height: 100px;
  padding: 6px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  border: 1px solid #ffffff;
  margin-bottom: 10px;
}

.image_20 {
  width: 88px;
  height: 88px;
}

.text-group_12 {
  font-family: SourceHanSansSC, SourceHanSansSC;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  line-height: 20px;
  font-style: normal;
}

/* 侧边悬浮图标样式 */
.image-wrapper_10 {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
}

.image_21 {
  width: 60px;
  height: 240px;
}

@media screen and (max-width: 1399px) {
  .case-prev,
  .case-next {
    display: flex !important;
  }
  .text-wrapper_15,
  .text-wrapper_16,
  .text-wrapper_17,
  .text-wrapper_18 {
    padding: 17px 52px;
  }
  .journal-publishing-page .layout-constrained,
  .journal-publishing-page .service-carousel,
  .journal-publishing-page .case-carousel,
  .journal-publishing-page .review-carousel,
  .journal-publishing-page .block_18,
  .journal-publishing-page .block_20,
  .journal-publishing-page .group_29,
  .journal-publishing-page .group_30,
  .journal-publishing-page .text-group_22,
  .journal-publishing-page .image-text_6,
  .journal-publishing-page .image-text_7,
  .journal-publishing-page .image-text_9,
  .journal-publishing-page .block_21 {
    width: 100%;
    padding-left: 32px;
    padding-right: 32px;
    box-sizing: border-box;
    /* margin: 0; */
  }
  .group_17 {
    margin: 0 !important;
    padding: 20px auto !important;
  }
  .block_22 {
    gap: 8px;
  }

  .service-carousel,
  .case-carousel,
  .review-carousel,
  .service-carousel-box,
  .luyonganli-box {
    width: 100%;
  }

  .block_18 {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 1024px) {
  .group_5 {
    height: auto;
    background-size: cover;
    background-position: center;
    padding: 40px 0 60px;
  }

  .group_5_box {
    width: 100%;
    padding: 0 24px;
    box-sizing: border-box;
    flex-direction: column;
    gap: 32px;
    align-items: stretch;
  }

  .block_17 {
    width: 100%;
    align-items: flex-start;
  }

  .block_3 {
    width: 100%;
    height: auto;
    margin-top: 0;
    padding: 24px;
  }

  .block_18 {
    width: 100%;
    flex-wrap: wrap;
    height: auto;
    padding-top: 24px;
    padding-bottom: 24px;
    gap: 16px;
  }

  .block_18 .section_5,
  .block_18 .section_6,
  .block_18 .section_7 {
    flex: 1 1 calc(50% - 16px);
    min-width: 240px;
  }

  .service-carousel {
    padding-top: 24px;
  }

  .box_4 {
    width: 100%;
    /* padding:0 16px; */
  }

  .list_3 {
    width: 100%;
    padding: 0 24px 16px;
    gap: 16px;
    overflow-x: auto;
    flex-wrap: nowrap;
    /* scroll-snap-type: x; */
    -webkit-overflow-scrolling: touch;
  }

  [class^="list-items_1-"] {
    flex: 0 0 65%;
    max-width: 65%;
    scroll-snap-align: start;
  }

  .review-carousel-inner {
    gap: 14px;
  }
  .section_10 {
    display: none;
  }

  .block_20 {
    width: 100%;
    flex-direction: column;
    gap: 24px;
  }

  .block_20 > * {
    width: 100%;
  }

  .group_29 {
    padding-bottom: 24px;
  }

  .group_30 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .case-carousel {
    padding-bottom: 24px;
  }

  .review-carousel {
    padding: 0 24px;
  }

  /* .block_21 {
    flex-direction: column; 
    gap: 20px;
     padding: 0 24px;
  } */

  .block_21 {
    padding: 0 72px;
  }

  .block_21_prev,
  .block_21_next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(51, 133, 255, 0.12);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .block_21_prev {
    left: 12px;
  }

  .block_21_next {
    right: 12px;
  }

  .block_21_prev img,
  .block_21_next img {
    width: 18px;
    height: 18px;
  }

  .image-text_6,
  .image-text_7,
  .image-text_9,
  .text-group_22 {
    padding-left: 24px;
    padding-right: 24px;
    box-sizing: border-box;
  }

  .image-text_6,
  .image-text_7,
  .image-text_9 {
    margin-top: 48px;
  }

  .text-group_22 {
    margin-top: 60px;
    margin-bottom: 24px;
  }

  .group_17 {
    margin: 60px auto 0 !important;
    padding: 40px 0 30px !important;
  }

  .block_20 {
    height: auto;
    padding: 0 24px;
    box-sizing: border-box;
  }

  .block_20 .group_39,
  .block_20 .group_44,
  .block_20 .group_19,
  .block_20 .group_22,
  .block_20 .box_13,
  .block_20 .box_18 {
    width: 100%;
    height: auto;
    margin-left: 0;
  }

  .block_20 .group_20,
  .block_20 .box_11,
  .block_20 .box_14,
  .block_20 .section_15 {
    flex-direction: row;
    align-items: start;
    min-height: 0;
  }

  .block_20 .image_25,
  .block_20 .image_26,
  .block_20 .image_27,
  .block_20 .image_28 {
    width: 60px;
    height: auto;
  }

  /* .block_20 .group_40,
  .block_20 .group_41,
  .block_20 .group_43,
  .block_20 .group_45,
  .block_20 .section_22,
  .block_20 .box_30,
  .block_20 .box_32,
  .block_20 .box_33 {
    margin-left: 16px;
  } */

  .block_20 ul {
    padding-left: 18px;
  }

  .group_29 {
    width: 100%;
    padding: 0 24px;
    box-sizing: border-box;
  }

  .group_29 .image-text_8 {
    max-width: 520px;
    width: 100%;
    padding: 18px 32px;
  }

  .group_30,
  .case-carousel {
    width: 100%;
    padding: 0 24px;
    box-sizing: border-box;
  }

  .group_30 {
    gap: 24px;
  }

  .case-carousel-inner {
    padding-bottom: 24px;
  }

  .case-item {
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }

  [class^="list-items_2-"],
  [class^="box_22-"],
  [class^="block_8-"] {
    width: 100%;
    height: auto;
  }

  [class^="text-wrapper_19-"] {
    margin: 24px 32px 16px;
  }

  .case-screenshot {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  [class^="section_25-"] {
    padding: 0 32px 24px;
  }

  .block_21 {
    width: 100%;
    box-sizing: border-box;
  }
}

/* 服务项目轮播样式 */
.service-carousel {
  position: relative;
  overflow: hidden;
  width: 1300px;
  margin: 0 auto;
  padding: 40px 0 0 0;
}

.service-carousel-inner {
  display: flex;
  transition: transform 0.5s ease;
  width: 100%;
}

.service-item {
  flex: 0 0 25%;
  padding: 0 10px;
  box-sizing: border-box;
  opacity: 0.7;
  transition: opacity 0.3s;
}

.service-item.active {
  opacity: 1;
}

.service-nav {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}

.service-nav-dot {
  width: 12px;
  height: 12px;
  background: #ccc;
  border-radius: 50%;
  margin: 0 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.service-nav-dot.active {
  width: 50px;
  border-radius: 6px;
  background: #4a90e2;
}

.service-prev.disabled,
.service-next.disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

/* 案例轮播样式 */
.case-carousel {
  position: relative;
  overflow: hidden;
  width: 1300px;
  margin: 0 auto;
}

.case-carousel-inner {
  display: flex;
  transition: transform 0.5s ease;
  width: 100%;
}

.case-item {
  flex: 0 0 33.33%;
  padding: 0 10px;
  box-sizing: border-box;
  opacity: 0.7;
  transition: opacity 0.3s;
}

.case-item.active {
  opacity: 1;
}

.case-nav {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

.case-nav-dot {
  width: 12px;
  height: 12px;
  background: #ccc;
  border-radius: 50%;
  margin: 0 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.case-nav-dot.active,
.case-nav-dot.force-active {
  width: 50px;
  border-radius: 6px;
  background: #4a90e2;
}

.case-prev,
.case-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(51, 133, 255, 0.12);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 12;
  transition: background 0.3s ease, opacity 0.3s ease;
}

.case-prev {
  left: 10px !important;
}

.case-next {
  right: 10px !important;
}

.case-prev img,
.case-next img {
  width: 22px;
  height: 22px;
  display: block;
}

.case-prev:hover,
.case-next:hover {
  background: rgba(51, 133, 255, 0.2);
}

.case-prev.disabled,
.case-next.disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

/* 1400px 及以上视口隐藏案例轮播箭头 */
@media screen and (min-width: 1400px) {
  .case-prev,
  .case-next {
    display: none !important;
  }
}

/* 评价轮播样式 */
.review-carousel {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  padding: 30px;
}

.review-carousel-inner {
  display: flex;
  transition: transform 0.5s ease;
  width: 100%;
  gap: 10px;
}

.review-item {
  flex: 0 0 32.8%;
  transition: opacity 0.3s ease;
  opacity: 0.7;
  box-sizing: border-box;
}

.review-item.review-active {
  opacity: 1;
}

.review-nav {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

.review-nav-dot {
  width: 12px;
  height: 12px;
  background: #ccc;
  border-radius: 50%;
  margin: 0 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.review-nav-dot.active,
.review-nav-dot.force-active {
  width: 50px;
  border-radius: 6px;
  background: #4a90e2;
}

/* 针对服务导航点单独样式 */
.service-nav-dot.active,
.service-nav-dot.force-active {
  width: 50px;
  border-radius: 6px;
  background: #4a90e2;
}

.block_21 {
  position: relative;
}

.block_21_prev,
.block_21_next {
  cursor: pointer;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .journal-publishing-page .box_26,
  .group_30,
  .block_20,
  .block_18,
  .service-carousel,
  .case-carousel,
  .review-carousel,
  .group_29,
  .text-group_22,
  .image-text_6,
  .image-text_7,
  .image-text_9 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-text_6,
  .image-text_7,
  .image-text_9,
  .text-group_22 {
    margin-top: 40px;
    margin-bottom: 12px;
  }

  .text-group_22 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .text-group_17::before {
    max-width: 90vw;
  }

  .group_17 {
    padding: 32px 0 22px !important;
  }

  .list_3 {
    padding: 16px;
    gap: 14px;
  }

  [class^="list-items_1-"] {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .group_3 {
    flex-wrap: wrap;
    height: auto;
    padding: 12px 16px;
    gap: 10px;
  }

  .case-carousel {
    width: 100%;
    padding: 0 16px;
  }

  .case-carousel-inner {
    gap: 0;
  }

  .case-item {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .case-prev,
  .case-next {
    display: flex !important;
    width: 48px;
    height: 48px;
    background: rgba(51, 133, 255, 0.16);
  }

  .case-prev {
    left: 12px !important;
  }

  .case-next {
    right: 12px !important;
  }

  .case-prev img,
  .case-next img {
    width: 18px;
    height: 18px;
  }

  [class^="list-items_2-"],
  [class^="box_22-"],
  [class^="block_8-"] {
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
    padding: 10%;
  }
  [class^="block_10-"] {
    width: 100%;
  }

  .group_3 .text_20 {
    width: 100%;
    text-align: center;
    font-size: 14px;
    white-space: normal;
    line-height: 1.4;
  }

  .group_5_box {
    padding: 0 16px;
    align-items: center;
  }

  .text-wrapper_3,
  .text_22,
  .text_23,
  .text_24,
  .text_25 {
    font-size: 28px;
    line-height: 1.3;
    text-align: center;
  }

  .block_17 {
    align-items: center;
  }

  .text-wrapper_4,
  .text-wrapper_5,
  .text-wrapper_6,
  .text-wrapper_7 {
    width: 70px;
    height: 70px;
    margin-right: 10px;
  }

  .text_26,
  .text_27,
  .text_28,
  .text_29 {
    font-size: 20px;
  }

  .block_3 {
    padding: 20px 16px;
  }

  .block_18 .section_5,
  .block_18 .section_6,
  .block_18 .section_7 {
    flex: 1 1 100%;
    min-width: auto;
    justify-content: space-between;
    padding: 8px 16px 8px 8px;
  }

  .text-group_13,
  .text-group_14,
  .text-group_15 {
    margin-left: 0;
    width: 130px;
  }
  .review-carousel-inner {
    gap: 12px;
  }

  .group_29 .image-text_8 {
    width: 100%;
    justify-content: center;
    gap: 12px;
  }

  .group_29 .label_4 {
    width: 24px;
    height: 24px;
  }

  .text-group_9 {
    font-size: 18px;
  }

  .block_20 ul li {
    font-size: 14px;
    line-height: 1.6;
  }

  .block_21 {
    padding: 0 56px 32px;
    gap: 16px;
  }

  .review-carousel {
    padding: 0;
  }

  .block_21_prev,
  .block_21_next {
    width: 42px;
    height: 42px;
    left: auto;
    right: auto;
  }

  .block_21_prev {
    left: 8px;
  }

  .block_21_next {
    right: 8px;
  }

  .block_21_prev img,
  .block_21_next img {
    width: 16px;
    height: 16px;
  }

  .case-carousel {
    padding: 0 16px 16px;
  }

  .service-carousel {
    padding-top: 16px;
  }

  .text_55 {
    font-size: 14px;
  }

  .image-text_6,
  .image-text_7,
  .image-text_9,
  .text-group_22 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-text_6,
  .image-text_7,
  .image-text_9,
  .text-group_22 {
    margin-top: 32px;
    margin-bottom: 8px;
  }

  .block_20 {
    padding: 0px !important;
    gap: 0;
    margin: 0 !important;
  }

  .block_20 .group_39,
  .block_20 .group_44,
  .block_20 .group_19,
  .block_20 .group_22,
  .block_20 .box_13,
  .block_20 .box_18 {
    padding: 12px;
  }

  .block_20 .group_20,
  .block_20 .box_11,
  .block_20 .box_14,
  .block_20 .section_15 {
    flex-direction: column;
    /* text-align: center; */
    gap: 12px;
  }

  .block_20 .image_25,
  .block_20 .image_26,
  .block_20 .image_27,
  .block_20 .image_28 {
    display: none;
  }

  .block_20 ul {
    padding-left: 0;
  }

  .group_29 .image-text_8 {
    padding: 16px 20px;
    border-radius: 8px;
  }

  .group_30,
  .case-carousel {
    padding-left: 16px;
    padding-right: 16px;
  }

  .luyonganli-box {
    padding: 0 40px;
    box-sizing: border-box;
  }

  .case-prev,
  .case-next {
    width: 38px;
    height: 38px;
    background: rgba(51, 133, 255, 0.22);
  }

  .case-prev {
    left: 6px !important;
  }

  .case-next {
    right: 6px !important;
  }

  .case-prev img,
  .case-next img {
    width: 14px;
    height: 14px;
  }

  [class^="text-wrapper_19-"] {
    margin: 16px 20px;
  }

  [class^="section_25-"] {
    padding: 0 20px 16px;
    align-items: flex-start;
  }

  /* [class^="label_7-"] {
    height:24px;
    width:24px;
  } */

  [class^="label_9-"] {
    margin-left: 0;
  }

  .text-group_22 {
    margin: 32px 0 12px;
  }

  .text-group_22 .text_91,
  .text-group_22 .text_92 {
    position: static;
    font-size: 18px;
    line-height: 1.4;
  }

  .text-group_22 .text_92 {
    font-size: 24px;
  }

  .block_21 {
    padding: 0 16px;
    gap: 16px;
  }

  .review-carousel-inner {
    gap: 0px;
  }

  .review-item {
    padding: 16px;
  }

  .text_93,
  .text_96,
  .text_99 {
    font-size: 18px;
    margin-left: 12px;
  }

  .text-wrapper_21,
  .text-wrapper_23,
  .text-wrapper_25 {
    margin-left: 0;
    margin-top: 0px;
    padding: 0 5px;
  }

  .text-wrapper_22,
  .text-wrapper_24,
  .text-wrapper_26 {
    margin-top: 12px;
  }

  .group_12,
  .group_13,
  .group_15,
  .group_16 {
    width: auto;
  }
  .journal-publishing-page .layout-constrained,
  .journal-publishing-page .service-carousel,
  .journal-publishing-page .case-carousel,
  .journal-publishing-page .review-carousel,
  .journal-publishing-page .block_18,
  .journal-publishing-page .block_20,
  .journal-publishing-page .group_29,
  .journal-publishing-page .text-group_22,
  .journal-publishing-page .image-text_6,
  .journal-publishing-page .image-text_7,
  .journal-publishing-page .image-text_9 {
    padding: 0;
  }
  .journal-publishing-page .group_29 {
    margin: 20px 0 0px;
  }

  .journal-publishing-page .image-text_6,
  .journal-publishing-page .image-text_7,
  .journal-publishing-page .image-text_9 {
    padding: 0;
    margin: 40px;
  }

  .journal-publishing-page .image-text_6 img,
  .journal-publishing-page .image-text_7 img,
  .journal-publishing-page .image-text_9 img {
    margin-top: 0;
  }

  .journal-publishing-page .layout-constrained,
  .journal-publishing-page .service-carousel,
  .journal-publishing-page .group_30,
  .journal-publishing-page .case-carousel,
  .journal-publishing-page .review-carousel {
    padding: 0;
    margin: 0;
  }
  .group_44 {
    padding: 0 12px 12px 12px !important;
  }
}

@media screen and (max-width: 479px) {
  [class^="section_25-"] {
    padding: 0 20px 16px;
    align-items: flex-start;
    margin-top: 0px;
  }

  [class^="text_80-"],
  [class^="text_81-"] {
    margin-top: 0;
  }
  .journal-publishing-page .group_29 {
    margin: 0;
    padding: 10px 0 20px;
  }
  .group_5_box {
    padding: 0 12px;
  }

  .text-wrapper_12,
  .text-wrapper_13,
  .group_9 {
    height: auto;
  }

  .text_41,
  .text_42,
  .text_43 {
    font-size: 14px;
  }

  .block_3 {
    padding: 16px 12px;
  }

  .text_44 {
    font-size: 16px;
  }

  .group_29 .image-text_8 {
    /* flex-direction: column; */
    align-items: center;
  }

  [class^="list-items_1-"] {
    flex: 0 0 80%;
    max-width: 80%;
  }

  .block_20 .image_25,
  .block_20 .image_26,
  .block_20 .image_27,
  .block_20 .image_28 {
    height: 70px;
  }

  .block_20 ul li {
    font-size: 13px;
    line-height: 1.4;
  }

  .group_29 .image-text_8 {
    padding: 12px 16px;
  }

  .text-group_9 {
    margin-left: 0;
    text-align: center;
  }

  [class^="text-wrapper_19-"] {
    margin: 12px 16px;
  }

  [class^="label_7-"] {
    width: 36px;
    height: 36px;
  }

  .review-item {
    padding: 14px;
  }

  .text_93,
  .text_96,
  .text_99 {
    font-size: 16px;
  }

  .text_95,
  .text_98,
  .text_101 {
    font-size: 13px;
  }

  .journal-publishing-page .block_21 {
    padding: 0 28px 24px;
  }

  .luyonganli-box {
    padding: 0 28px;
  }

  .block_21_prev,
  .block_21_next {
    width: 34px;
    height: 34px;
    background: rgba(51, 133, 255, 0.2);
  }

  .block_21_prev {
    left: 4px;
  }

  .block_21_next {
    right: 4px;
  }

  .block_21_prev img,
  .block_21_next img {
    width: 12px;
    height: 12px;
  }

  .case-prev,
  .case-next {
    width: 30px;
    height: 30px;
    background: rgba(51, 133, 255, 0.32);
  }

  .case-prev {
    left: 4px !important;
  }

  .case-next {
    right: 4px !important;
  }

  .case-prev img,
  .case-next img {
    width: 11px;
    height: 11px;
  }
}

@media screen and (max-width: 360px) {
  [class^="list-items_1-"] {
    flex: 0 0 66%;
    max-width: 66%;
  }
}
