@charset "UTF-8";
html {
  font-size: 16px;
}

body {
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  font-family: "Open Sans", "open_sans", "Lucida Grande", "Verdana",
    "Pingfang SC", "Pingfang TC", "Hiragino Sans GB", "Microsoft YaHei", Cardo,
    STSong, "Songti SC", SimSun, "PingFang SC", "Microsoft YaHei", 微软雅黑,
    STXihei, 华文细黑, serif;
  margin: 0px auto;
  -webkit-font-smoothing: antialiased;
}

/* 大容器 */
.contenter-wrap {
  box-sizing: border-box;
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0px auto;
  background: #f7f8fa;
}

/* 导航头 */
.contenter-wrap-nav {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  position: fixed;
  height: 3.5rem;
  top: 0;
  z-index: 999;
  line-height: 3.5rem;
  justify-content: center;
  align-items: center;
  background-color: #ff4170;
  border-bottom: 1px solid #ff4170;
  padding: 0 3.2rem 0 3.2rem;
  min-width: 1200px;
}

.tab_box {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
  margin-left: 5.5rem;
}

.tab_box .font_style {
  font-size: 0.96rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  color: #ffffff;
}

.tab_box .tab_left_box {
  width: 80%;
  display: flex;
  justify-content: left;
  align-items: center;
}

.tab_box .tab_right_box {
  width: 20%;
  display: flex;
  justify-content: right;
  align-items: center;
  line-height: 1.7rem;
  text-align: center;
}

.tab_box .tab_right_box .login_btn {
  width: 4rem;
  height: 1.8rem;
  background: #ffffff;
  border-radius: 0.24rem;
  margin-left: 0.24rem;
  color: #ff4170;
  line-height: 1.8rem;
}

.tab_box .tab_right_box .register_btn {
  width: 4rem;
  height: 1.8rem;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.23);
  border-radius: 0.24rem;
  border: 0.04rem solid #ffffff;
}

ul li a {
  color: #fff;
  padding: 0.9375rem 1.25rem;
  font-size: 1rem;
  font-weight: bold;
}

ul li .home {
  padding: 0.9375rem 2.25rem;
}

.currentPage {
  font-size: 0.48rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  background: #fff;
}

.currentPage a {
  color: #ff1a53;
}

.logo_box {
  width: 10.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.5rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.92rem;
}

.logo {
  width: 2.12rem;
  height: 2.12rem;
  margin-right: 0.48rem;
}

/* 左上角三条杠一开始不显示 */
.nav-btn {
  display: none;
}

/* 内容 */
.contenter-wrap-content {
  box-sizing: border-box;
  width: 100%;
  margin-top: 3.5rem;
  min-width: 1200px;
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}

/* 让深色页脚贴到底部 */
.contenter-wrap-content .service_footer {
  margin-top: auto;
}

.sc-inner {
  width: 75.6rem;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
}

/* 标题 */
.sc-hero {
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  padding: 2.5rem 6rem 1.5rem;
  text-align: center;
}

.sc-hero-title {
  font-weight: 700;
  font-size: 2.25rem;
  color: #1d1d1d;
}

.sc-hero-subtitle {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.8;
  color: #888;
}

/* 案例列表 */
.sc-list-wrap {
  width: 100%;
  box-sizing: border-box;
  background: #f7f8fa;
  padding: 1rem 6rem 3rem;
}

.sc-single {
  width: 75.6rem;
  max-width: 100%;
  margin: 0 auto;
}

.sc-single img {
  width: 100%;
  display: block;
  border-radius: 0.5rem;
}

/* 成功案例说明与免责声明 */
.sc-disclaimer {
  width: 100%;
  box-sizing: border-box;
  background: #fff2f4;
  padding: 2.5rem 0 3rem;
}

.sc-disclaimer-title {
  font-weight: 700;
  font-size: 1.8rem;
  color: #1d1d1d;
  text-align: center;
  margin-bottom: 1.5rem;
}

.sc-disclaimer-item {
  margin-top: 0.9rem;
  font-size: 0.95rem;
  line-height: 1.9;
  color: #555;
}

/* 回到顶部按钮 */
.navButtons {
  position: fixed;
  right: 20px;
  z-index: 9999;
  bottom: 20px;
}

.prev {
  background: #222 url("https://cdn.xqapi.cn/website/hsleu_com/prev.png")
    no-repeat 13px 12px;
  width: 45px;
  height: 45px;
  margin-top: 6px;
  border-radius: 3px;
  display: block;
  cursor: pointer;
}

.next {
  background: #222 url("https://cdn.xqapi.cn/website/hsleu_com/next.png")
    no-repeat 13px 12px;
  width: 45px;
  height: 45px;
  margin-top: 6px;
  border-radius: 3px;
  display: block;
  cursor: pointer;
}

/* 原始 ICP 页脚（被 public.js 替换为深色页脚） */
.fourthPicture {
  width: 100%;
  height: 5.84rem;
  background: #3c3c3c;
}
