@media (max-width: 768px) 
{ 
	.PC-content{ display: none !important;}
}
/* 电脑端主框 */
.PC-content{
  background-image: url('/imagesq/luzhai/luzhai_2025_sww_bg.png');
  background-repeat: repeat-y;
  background-size: contain;
  min-width: 1500px;
  
}
/* 头图容器 */
.topimage-container{
  position: relative;
  height: 780px;
  min-width: 1500px; 
  background-position: center;
  background:url('/imagesq/luzhai/luzhai_2025_sww_topImage.png') no-repeat;
  background-size:cover;
}
/* 头图logo */
.topLogo{
  width: 1200px;
  max-width: 1900px;
  height: 867px;
  margin: 0 auto;
  padding-top: 20px;
}
/* 方框主体，使用3个div+flex布局 */
.sign{
  position: relative;
  top:15px;
  width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
  /* display: flex;
  flex-direction: column; */
  min-height: 200px;
}
/* 方框顶图 */
.sign-top{
height: 135px;
width: 100%;
background-size: 100% 100%;
background-image: url('/imagesq/luzhai/luzhai_2025_sww_signTop.png') ;
background-repeat: no-repeat;
margin: 0 auto;
/* 方框侧图 */
}
.sign-side{  
  height: auto;
  background-image: url('/imagesq/luzhai/luzhai_2025_sww_signSide.png');
  background-repeat: repeat-y;
  background-size:contain;
  background-clip: content-box; /* 背景只出现在内容区 */
  overflow: auto;
}
/* 方框中间部分 */
.sign-middle{
  position: relative;
  margin: 0 auto;
  width: 89%;
  border-radius: 12px;
  padding: 50px 35px 0px 35px;
  background: #ebf5ff;
  background-clip: border-box;
  overflow: hidden;

}
/* 方框底图*/
.sign-bottom{
height: 42px;
width: 100%;
background-size: 100% 100%;
background-image: url('/imagesq/luzhai/luzhai_2025_sww_signBottom.png') ;
background-repeat: no-repeat;

}
/* 第一方框标题图 */
.sign-topic1{
  position: absolute;
  left: -15px;
  top: 87px;
  width: 660px;
  height: 100px;
  background-image: url('/imagesq/luzhai/luzhai_2025_sww_pc-topic1.png');
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;          
}
/* 第二方框标题图 */
.sign-topic2{
  position: absolute;
  left: -15px;
  top: 87px;
  width: 820px;
  height: 100px;
  background-image: url('/imagesq/luzhai/luzhai_2025_sww_pc-topic2.png');
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;          
}
/* 标题图文字 */
.sign-topic-text{
  position: relative;
  bottom:35%;
  font-family: "Microsoft YaHei", sans-serif; 
  font-weight: bold; 
  color: #000; 
  text-shadow:
     -5px -5px 5px #fff,
     5px -5px 5px #fff,
     -5px 5px 5px #fff,
      5px 5px 5px #fff;  
  font-size: 45px; 
  text-indent: 40px;
  text-align: left;
  margin-top: 8px;
  margin-bottom: 0px;
}
/* 小的标题图文字 */
.sign-topic-text-small{
  font-size: 35px;
    text-shadow:
     -4px -4px 4px #fff,
     4px -4px 4px #fff,
     -4px 4px 4px #fff,
      4px 4px 4px #fff; 
}
/* 正文 */
.normal-text{
  text-indent: 2em;
  line-height: 1.7;
  color:#343333;
  margin: 0px 0px;
}
/* 不空两格的正文 */
.non-indent-text{
  text-indent: 0em;
  line-height: normal;
}
/* 两列文字，右边放图 */
.dualColumn{
  display: flex;
  flex-direction: row;
  width: 100%;
}
/* 第一个方框右下角的配图 */
.right-bottom-image {
  background-image: url('/imagesq/luzhai/luzhai_2025_sww_pic1.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  flex-basis: 40%;  /* 图片大小 */
  height: auto;
  margin-bottom: 20px;
}
.dualColumn-text{
  flex: 1; /* 自动占掉右下角图用剩下的行宽 */
}
/* 正文列表 */
.normal-list{
  list-style-type: none; /* 移除默认符号 */
  list-style-image: url('/imagesq/luzhai/luzhai_2025_sww_listTips.png'); 
  line-height: 2;
  letter-spacing: 1px;
  color:#343333;
  flex:1;
  margin-top: 5px;
  margin-bottom: 0px;
}
/* 正文列表的开头 */
.normal-list-title{
  margin-top: 15px;
  margin-bottom: 0px;
  text-indent: 2em;
}
/* 高光文字 */
.highlight-text{
  color:#fe811b;
  font-weight: bold;
}
/* a标签列表 */
.link-list {
  text-align: left; /* 或center，控制整体对齐 */
  font-size: 0;     /* 消除inline-block间隙 */
  padding-left: 20px;
  margin-bottom: 20px;
  
}
/* a标签列表项 */
.link {
  display: inline-block;
  width: 195px;      /* 固定宽度，和原flex-basis一致 */
  text-align: center;
  padding: 14px 0;
  margin: 0 12px 16px 0; 
  background: #c7e3ff;
  color: #194e96;
  border-width: 1px;
  border-color: #add5ff;
  border-style: solid;
  border-radius: 12px;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
  box-sizing: border-box;
  font-size: 17px;   /* 恢复字体大小 */
  vertical-align: top;
}

.link:hover {
  background: #0070c0;
  color: #fff;
}

/* 版权信息大框 */
.copyright{
  width: 100%;
  min-width: 1200px;
  padding:30px 0px;
  width: 100%;
  height: auto;
  background-color: #2d3238;
  margin: 0 auto;
}
/* 版权信息字体层 */
.copyright-list{
  max-width: 1200px;
  align-items: center;
  list-style-type: none; 
  margin: 0 auto;
}
/* 版权信息每项文字 */
.copyright-list-text{
 display: inline-block;
 margin: 0 5px 10px 0;
 color: white;
}
/* 带链接的版权信息每项文字 */
.copyright-list-text-haslink{
  display: inline-block;
 margin: 0 5px 10px 0;
  cursor: pointer;
  text-decoration: none;
  color: white;
}
.copyright-list-text-haslink:link,
.copyright-list-text-haslink:visited,
.copyright-list-text-haslink:hover,
.copyright-list-text-haslink:active {
  display: inline-block;
  margin: 0 5px 2px 0;
  cursor: pointer;
  text-decoration: none;
  color: white;
}

/* PC端访问时不渲染移动端内容 */
@media (min-width: 769px) {
    .phone-content {
      display: none !important;
    }
}

.phone-content{
  background-image: url('/imagesq/luzhai/luzhai_2025_sww_bg.png');
  background-repeat: repeat-y;
  background-size: contain;
  min-width: 396px;
  font-size: 16px;
}

.phone-topimage-container{
  height: 350px; 
  min-width: 396px;
  background-position: center center;
  background:url('/imagesq/luzhai/luzhai_2025_sww_phoneTopimage.png') no-repeat;
  background-size:cover;
}

.phone-sign{
  position: relative;
  top:15px;
  width: 375px;
  margin: 0px auto;
  box-sizing: border-box;
  min-height: 200px;      
}
.phone-sign-top{
height: 52px;
width: 100%;
background-size: 100% 100%;
background-image: url('/imagesq/luzhai/phone/luzhai_2025_sww_phoneSigntop.png') ;
background-repeat: no-repeat;
background-position: bottom center;
margin: 0 auto;
  
}
.phone-sign-side{
  height: auto;
  background-image: url('/imagesq/luzhai/phone/luzhai_2025_sww_phoneSignmiddle.png');
  background-repeat: repeat-y;
  background-size:contain;
  background-clip: content-box; 
  overflow: auto;
  justify-content: center;
}
.phone-sign-middle{
  margin: 0px auto;
  width: 85%;
  border-radius: 12px;
  padding: 35px 20px 0px 20px;
  background: #ebf5ff;
  background-clip:padding-box; 
  overflow: hidden;

}
.phone-sign-bottom{
height: 30px;
width: 100%;
background-image: url('/imagesq/luzhai/phone/luzhai_2025_sww_phoneSignbottom.png');
background-size: 100% 100%;
background-repeat: no-repeat;
background-position: top center;


}
.phone-sign-topic1{
  position: absolute;
  left: -5px;
  top: 30px;
  width: 480px;
  height: 50px;
  background-image: url('/imagesq/luzhai/phone/luzhai_2025_sww_phone-topic1.png');
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;          
}
.phone-sign-topic2{
  position: absolute;
  left: -5px;
  top: 30px;
  width: 370px;
  height: 50px;
  background-image: url('/imagesq/luzhai/phone/luzhai_2025_sww_phone-topic2.png');
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;          
}
.phone-sign-topic-text{
  position: relative;
  margin-top: 8px;
  margin-bottom: 0px;
  font-family: "Microsoft YaHei", sans-serif; 
  font-weight: bold; 
  color: #000; 
  text-shadow:
   -3px -3px 3px #fff,
    3px -3px 3px #fff,
    -3px 3px 3px #fff,
    3px 3px 3px #fff; 
  font-size: 20px; 
  text-indent: 10px;
  text-align: left;
}
.phone-sign-topic-text-small{
  font-size: 15px;
}
.phone-normal-text{
  text-indent: 2em;
  line-height: 1.7;
  color:#343333;
  margin: 0px 0px;
  
}

.phone-link-list {
  text-align: left; /* 或center，控制整体对齐 */
  font-size: 0;     /* 消除inline-block间隙 */
  padding-left: 20px;
}

.phone-link {
  display: inline-block;
  width: 135px;      /* 固定宽度，和原flex-basis一致 */
  text-align: center;
  padding: 14px 0;
  margin: 0 12px 16px 0; 
  background: #c7e3ff;
  color: #194e96;
  border-width: 1px;
  border-color: #add5ff;
  border-style: solid;
  border-radius: 12px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
  box-sizing: border-box;
  font-size: 12px;
  vertical-align: top;
}

.phone-link:hover {
  background: #0070c0;
  color: #fff;
}
.phone-copyright{
  width: 100%;
  min-width: 375px;
  margin: 0 auto;
  padding:30px 0px;
  height: auto;
  background-color: #2d3238;
}
.phone-copyright-list{
  align-items: center;
  color: white;
  list-style-type: none; 
  margin: 0 auto;
  padding:0 20px;
}
.phone-copyright-list-text{
  display: inline-block;
  margin: 0 5px 2px 0;
  font-size: 9px;
}
.phone-copyright-list-text-haslink{
  display: inline-block;
  margin: 0 5px 2px 0;
  font-size: 9px;
  cursor: pointer;
  text-decoration: none;
  color: white;
}

.phone-copyright-list-text-haslink:link,
.phone-copyright-list-text-haslink:visited,
.phone-copyright-list-text-haslink:hover,
.phone-copyright-list-text-haslink:active {
  display: inline-block;
  margin: 0 5px 2px 0;
  font-size: 9px;
  cursor: pointer;
  text-decoration: none;
  color: white;
}