@charset "utf-8";
	/*CSS Document*/
* {
	margin:0;
	padding:0;
	text-size-adjust:100%;
	-webkit-tap-highlight-color:transparent;
	font-size:16px;
	list-style:none;
	text-decoration:none;
	box-sizing:border-box;
}
html {
	scroll-behavior:smooth;
}
body {
	overflow-x:hidden;
	font-family:微软雅黑;
}
.header {
	width:100%;
	height:144px;
	position:fixed;
	top:0;
	left:0;
	z-index:999;
	background:rgb(255 255 255 / 70%);
}


/* 导航基础样式 */
.nav-list {
  margin: 0 auto;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0 20px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  position: relative;
  z-index: 100;
  transform: skewX(-5deg); /* 整体倾斜效果 */
  box-shadow: 0 8px 32px rgba(31, 38, 135, 0.1);
}

/* 导航项样式 */
.nav-list li {
  height: 100%;
  margin: 0 12px;
  position: relative;
  transform: skewX(5deg); /* 矫正倾斜，使文字正常显示 */
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* 导航链接样式 */
.nav-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #2d3436;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  padding: 0 15px;
  position: relative;
  overflow: hidden;
  transition: color 0.3s ease;
}

/* 链接悬停文字颜色变化 */
.nav-list li:hover a {
  color: #ffffff;
}

/* 导航项悬停效果 */
.nav-list li:hover {
  background: linear-gradient(135deg, #6c5ce7 0%, #0984e3 100%);
  transform: skewX(5deg) scale(1.05);
  box-shadow: 0 10px 25px rgba(108, 92, 231, 0.3);
  border-radius: 4px;
}

/* 链接底部装饰线动画 */
.nav-list li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #00b894;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.nav-list li:hover a::after {
  width: 80%;
}

/* Logo项特殊处理 */
.nav-list li:nth-child(4) {
  margin: 0 20px;
  transform: skewX(5deg) scale(1.1); /* Logo稍大一些 */
}

.nav-list li:nth-child(4):hover {
  background: transparent;
  box-shadow: none;
  transform: skewX(5deg) scale(1.2) rotate(5deg); /* 悬停时旋转放大 */
}

/* Logo图片样式 */
.nav-list li a img {
  width: auto;
  height: 60px;
  padding: 5px 0;
  transition: all 0.5s ease;
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
}

.nav-list li:nth-child(4):hover a img {
  filter: drop-shadow(0 8px 15px rgba(108, 92, 231, 0.4));
}

/* 响应式调整 */
@media (max-width: 768px) {
  .nav-list {
    height: auto;
    flex-wrap: wrap;
    padding: 15px 0;
    transform: skewX(0);
  }
  
  .nav-list li {
    margin: 5px 8px;
    transform: skewX(0);
  }
  
  .nav-list li:hover {
    transform: scale(1.05);
  }
  
  .nav-list li:nth-child(4) {
    transform: scale(1.1);
    margin: 10px auto;
  }
  
  .nav-list li:nth-child(4):hover {
    transform: scale(1.2) rotate(5deg);
  }
}



.main-content-1 {
	height:calc(100vh + 70px);
	width:100%;
	background-size:cover;
	position:relative;
}
.main-content-1-download {
	padding:20px 40px;
	position:absolute;
	bottom:150px;
	left:50%;
	transform:translateX(-50%);
	width:536px;
	height:200px;
	background-size:100% 100%;
}
.main-content-1-download-box {
	padding:0 25px;
	width:100%;
	height:100%;
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.main-content-1-download-left {
	width:140px;
	height:140px;
	flex-shrink:0;
	margin-right:50px;
}
.main-content-1-download-left img {
	width:100%;
	height:100%;
}
.main-content-1-download-center {
	width:235px;
	height:150px;
	margin:0 10px;
	overflow:hidden;
	display:flex;
	flex-direction:column;
	justify-content:center;
}
.main-content-1-download-center a {
	display:block;
	width:100%;
	height:80px;
	display:flex;
	justify-content:center;
	align-items:center;
}
.main-content-1-download-center a:first-child {
	margin-bottom:10px;
}
.main-content-1-download-center img {
	width:auto;
	max-width:100%;
	height:auto;
	max-height:100%;
}
.main-content-1-download-right {
	width:180px;
	height:180px;
	flex-shrink:0;
}
.main-content-1-download-right img {
	width:100%;
	height:100%;
}
/*下载按钮*/
.download{width: 548px; height: 217px; background: url('/skin/default/images/download.png') no-repeat; position: absolute; top: 596px; left: 50%; margin-left: -274px;}
.side_download{background: url('/skin/default/images/sd.png') no-repeat; width: 331px; height: 467px; position: absolute; left: 0; top: 0; overflow: hidden;}
.side_download .qrcode{width: 195px; height: 195px;float: inherit; margin: 62px auto 0;}
.side_download .down_btns{float: inherit; margin: 0 auto; width: 210px; padding-top: 20px;}
.side_download .down_btns .ios{width: 210px; background-position: 0 -160px;}
.side_download .down_btns .ios:hover{background-position: -220px -160px;}
.side_download .down_btns .android{width: 210px; background-position: 0 -240px;}
.side_download .down_btns .android:hover{background-position: -220px -240px;}
.qrcode img,.swiper-slide img{display: block; width: 100%;}
.cadpa_tips{width: 115px; height: 147px; position: absolute; left: -123px; top: 35px;}.qrcode{float: left; width: 145px; height: 145px; margin: 36px 10px 0 93px; border: 2px solid #eecb9c; position: relative;}
.qrcode{float: left; width: 145px; height: 145px; margin: 36px 10px 0 93px; border: 2px solid #eecb9c; position: relative;}
.qrcode::after{content: ''; animation: sys 2.5s linear infinite; -webkit-animation: sys 2.5s linear infinite; position: absolute; left:2%; width: 96%; height: 3px; background: #eecb9c; opacity: .8; box-shadow: 0 0 6px #000; }
@keyframes sys {0%,100% {top: 0}50%{ top: 144px}}
@-webkit-keyframes sys {0%,100% {top: 0}50%{ top: 144px}}
.down_btns{padding-top: 37px; float: left;}
.down_btns .ios,.down_btns .android{width: 230px; height: 70px; display: block; background: url('/skin/default/images/down_btn.png') no-repeat;}
.down_btns .ios:hover{background-position: -240px 0;}
.down_btns .android{background-position: 0 -80px; margin-top: 10px;}
.down_btns .android:hover{background-position: -240px -80px;}
/*下载按钮结束*/



.main-content-1 .main-button-jump {
    display: block;
}

.main-content-1 .main-button-link {
	cursor:pointer;
	-webkit-text-decoration:none;
	text-decoration:none;
}

.main-content-1 .imgwap {
    overflow: hidden;
}

.main-content-1 .imgwap img {
    max-width: 100%;
}

.main-content-2 {
	height:880px;
	background-size:cover;
	padding:10px 0;
}
.main-content-2-title1,.main-content-2-title2 {
	text-align:center;
}
.main-content-2-title1 {
	margin:0 auto;
	margin-bottom:70px;
	width:135px;
	height:126px;
	transform:translateY(-68px);
}
.main-content-2-title1 img {
	width:auto;
	max-width:100%;
	height:100%;
}
.main-content-2-title2 {
	margin:70px auto;
	width:163px;
	height:81px;
}
.main-content-2-title2 img {
	width:auto;
	max-width:100%;
	height:100%;
}
.main-content-2-box {
	height:326px;
	display:flex;
	justify-content:center;
}
.main-content-2-box-left {
	width:480px;
	height:100%;
	background-color:rgb(134,200,255);
}
.main-content-2-box-left img {
	width:100%;
	height:100%;
	object-fit:cover;
}
.main-content-2-box-center {
	width:537PX;
	height:100%;
	margin:0 5px;
	background-color:#ffffff;
}
.main-content-2-box-center-tab {
	position:relative;
	padding:0 10px;
	height:60px;
	border-bottom:#ffc001 solid 1px;
}
.main-content-2-box-center-tab ul {
	position:absolute;
	bottom:0;
	height:40px;
	line-height:40px;
	display:flex;
}
.main-content-2-box-center-tab ul li {
	color:#616161;
	margin-right:10px;
	padding:0 20px;
	height:100%;
	cursor:pointer;
}
.active {
	color:#ffffff !important;
	background-color:#ffc001;
}
.main-content-2-box-center-content-item {
	display:none;
}
.main-content-2-box-center-content-item ul {
	height:calc(326px - 60px);
	overflow:hidden;
}
.main-content-2-box-center-content-item ul::-webkit-scrollbar {
	display:none;
}
.main-content-2-box-center-content-item ul li {
	margin:15px 0;
	padding-bottom:5px;
	border-bottom:1px solid #d5d5d54f;
}
.main-content-2-box-center-content-item ul li a {
	display:flex;
	align-items:center;
}
.main-content-2-box-center-content-item ul li a:hover span {
	color:#ffc001;
}
.index-title {
	font-weight:500;
	color:#333;
	padding:0 10px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;
	line-clamp:1;
	overflow:hidden;
	text-overflow:ellipsis;
}
.index-title-time {
	margin-left:auto;
	margin-right:10px;
	font-size:14px;
	color:#999;
	white-space:nowrap;
}
.main-content-2-box-center-content-item ul li p {
	color:#999;
	padding:0 10px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	line-clamp:2;
	overflow:hidden;
	text-overflow:ellipsis;
	display:none;
}
.main-content-2-box-right {
	width:250px;
	height:100%;
	background-color:#ffffff;
	padding-top:16px;
}
.main-content-2-box-right-title {
	color:#333;
	border-bottom:1px solid #ffc001;
	margin:0 auto;
	text-align:center;
	margin-bottom:10px;
	padding:10px;
}
.main-content-2-box-right ul {
	height:calc(326px - 77px);
	overflow:hidden;
}
.main-content-2-box-right ul::-webkit-scrollbar {
	display:none;
}
.main-content-2-box-right ul li {
	margin:18px 0 !important;
	padding-bottom:5px;
	border-bottom:1px solid #d5d5d54f;
}
.main-content-2-box-right ul li a>.index-title {
	font-weight:500;
	color:#333;
	padding:0 10px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;
	line-clamp:1;
	overflow:hidden;
	text-overflow:ellipsis;
}
.main-content-2-box-right ul li a:hover .index-title {
	color:#ffc001;
}
.main-content-2-box-right ul li p {
	color:#999;
	padding:0 10px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	line-clamp:2;
	overflow:hidden;
	text-overflow:ellipsis;
	display:none;
}
.main-content-3 {
	height:900px;
	background-size:cover;
	padding:10px 0;
}
.main-content-3-title1,.main-content-3-title2 {
	text-align:center;
	width:auto;
	max-width:100%;
}
.main-content-3-title2 img {
	width:auto;
	max-width:100%;
	height:100%;
}
.main-content-3-title1 {
	margin:0 auto;
	margin-bottom:70px;
	width:135px;
	height:126px;
	transform:translateY(-68px);
}
.main-content-3-title1 img {
	width:auto;
	max-width:100%;
	height:100%;
}
.main-content-3-title2 {
	margin:70px auto;
	width:163px;
	height:81px;
}
.main-content-3-notice {
	margin:0 auto;
	width:540px;
	height:auto;
}
.main-content-3-notice span {
	color:#ffffff;
	font-size:20px;
}
.main-content-3-carousel {
	position:relative;
}
.carousel-item {
	width:500px;
	height:300px;
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	margin:auto;
	border-radius:8px;
	transition:transform 1s ease-in-out;
}
.carousel-container {
	margin:0 auto;
	width:800px;
	height:450px;
	perspective:1200px;
	transform-style:preserve-3d;
}
.footer {
	padding:0 0 10px 0;
	background-color:#333333;
	color:#ffffff;
	text-align:center;
}
.footer a {
	color:#ffffff;
}
.footer a:hover {
	color:#ffc001;
}
.footer-function {
	padding:10px 0;
}
.footer-info span {
	margin:0 5px;
}





/* 基础变量与重置 */
:root {
  --accent: #6c5ce7; /* 主色调-亮紫色 */
  --accent-dark: #4a40a4;
  --highlight: #00cec9; /* 强调色-亮青色 */
  --dark: #2d3436;
  --light: #dfe6e9;
  --danger: #ff7675;
  --rotation: -2deg; /* 倾斜角度变量 */
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', 'Helvetica', sans-serif;
}

body {
  background-color: #f9f9f9;
  color: var(--dark);
  overflow-x: hidden;
}

/* 新闻列表容器 */
/* 基础重置与变量定义 */
:root {
  --primary: #e74c3c;
  --primary-dark: #c0392b;
  --secondary: #2c3e50;
  --light: #ecf0f1;
  --gray: #95a5a6;
  --shadow: 0 4px 12px rgba(0,0,0,0.08);
  --radius: 2px;
}

/* 新闻列表容器 */
.newslistbox {
  width: 100%;
  padding: 50px 0;
  background-color: #f9f9f9;
  position: relative;
  border-bottom: 1px solid #eee;
}

/* 列表内容区 */
.newslistbox-content {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

/* 列表标题 */
.newslistbox-content-title {
  text-align: center;
  margin-bottom: 50px;
  padding: 0 20px;
}

.newslistbox-content-title span {
  font-size: 2.5rem;
  font-weight: 300;
  color: var(--secondary);
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.newslistbox-content-title span::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 1px;
  background-color: var(--primary);
}

/* 新闻列表 */
.newslistbox-content-list {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* 列表项 */
.newslistbox-content-list-item {
  display: flex;
  background: white;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: all 0.3s ease;
}

/* 交替布局 */
.newslistbox-content-list-item:nth-child(even) {
  flex-direction: row-reverse;
}

.newslistbox-content-list-item:hover {
  transform: translateX(5px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}

/* 列表项图片 */
.newslistbox-content-list-item-left {
  width: 35%;
  min-height: 200px;
  position: relative;
  overflow: hidden;
}

.newslistbox-content-list-item-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.newslistbox-content-list-item:hover .newslistbox-content-list-item-left img {
  transform: scale(1.08);
}

/* 图片角落标签 */
.newslistbox-content-list-item-left .news-tag {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--primary);
  color: white;
  padding: 8px 15px;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* 列表项右侧内容 */
.newslistbox-content-list-item-right {
  width: 65%;
  padding: 30px;
  display: flex;
  flex-direction: column;
}

/* 列表项标题 */
.newslistbox-content-list-item-right-title a {
  text-decoration: none;
}

.newslistbox-content-list-item-right-title a span {
  font-size: 1.5rem;
  color: var(--secondary);
  font-weight: 600;
  line-height: 1.3;
  transition: color 0.3s ease;
}

.newslistbox-content-list-item:hover .newslistbox-content-list-item-right-title a span {
  color: var(--primary);
}

/* 列表项时间 */
.newslistbox-content-list-item-right-time {
  margin: 15px 0;
  color: var(--gray);
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* 列表项描述 */
.newslistbox-content-list-item-right-desc {
  color: #555;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 20px;
  flex-grow: 1;
}

/* 阅读更多按钮 */
.newslistbox-content-list-item-right-readmore {
  align-self: flex-start;
  color: var(--primary);
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 8px 0;
  position: relative;
}

.newslistbox-content-list-item-right-readmore::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 1px;
  background-color: var(--primary);
  transition: width 0.3s ease;
}

.newslistbox-content-list-item:hover .newslistbox-content-list-item-right-readmore::after {
  width: 100%;
}

/* 新闻内容页 */
.newscontent {
  max-width: 900px;
  width: 100%;
  margin: 60px auto;
  padding: 0 20px;
}

/* 新闻内容区 */
.newscontent-inner {
  background: white;
  padding: 60px;
  box-shadow: var(--shadow);
  border-radius: var(--radius);
}

/* 新闻标题 */
.newstitle h1 {
  color: var(--secondary);
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

/* 新闻信息 */
.newsinfo {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  color: var(--gray);
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* 新闻特色图片 */
.newsfeaturedimg {
  width: 100%;
  margin: 0 0 40px;
}

.newsfeaturedimg img {
  width: 100%;
  height: auto;
  display: block;
}

/* 内容文本区 */
.newscontenttext {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #444;
}

.newscontenttext p {
  margin: 25px 0;
}

.newscontenttext a {
  color: var(--primary);
  text-decoration: none;
  position: relative;
}

.newscontenttext a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--primary);
}

/* 内容区标题 */
.newscontenttext h2 {
  color: var(--secondary);
  font-size: 1.7rem;
  font-weight: 500;
  margin: 40px 0 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.newscontenttext h3 {
  color: var(--secondary);
  font-size: 1.4rem;
  font-weight: 500;
  margin: 30px 0 15px;
}

/* 内容区图片视频 */
.newscontenttext img,
.newscontenttext video {
  display: block;
  margin: 40px auto;
  max-width: 100%;
}

/* 引用样式 */
.newscontenttext blockquote {
  border-left: 3px solid var(--primary);
  padding: 20px 30px;
  margin: 30px 0;
  font-style: italic;
  color: #666;
}

/* 分隔线 */
.newscontent hr {
  border: none;
  height: 1px;
  background-color: #eee;
  margin: 40px 0;
}

/* 标签列表 */
.newstags {
  margin: 40px 0;
  padding-top: 30px;
  border-top: 1px solid #eee;
}

.newstags h4 {
  font-size: 1rem;
  color: var(--secondary);
  margin-bottom: 15px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.newstags a {
  display: inline-block;
  color: #666;
  text-decoration: none;
  padding: 5px 15px;
  margin: 0 8px 10px 0;
  background-color: #f5f5f5;
  transition: all 0.3s ease;
}

.newstags a:hover {
  background-color: var(--primary);
  color: white;
}

/* 分页导航 */
.newspager {
  padding: 30px 0;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #eee;
}

.newspager a {
  color: var(--secondary);
  text-decoration: none;
  font-weight: 500;
  padding: 10px 20px;
  border: 1px solid #ddd;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.9rem;
}

.newspager a:hover {
  background-color: var(--primary);
  color: white;
  border-color: var(--primary);
}

/* 响应式设计 */
@media (max-width: 768px) {
  .newslistbox-content-list-item,
  .newslistbox-content-list-item:nth-child(even) {
    flex-direction: column;
  }
  
  .newslistbox-content-list-item-left,
  .newslistbox-content-list-item-right {
    width: 100%;
  }
  
  .newslistbox-content-list-item-left {
    height: 200px;
  }
  
  .newslistbox-content-title span {
    font-size: 2rem;
  }
  
  .newscontent-inner {
    padding: 30px 20px;
  }
  
  .newstitle h1 {
    font-size: 1.8rem;
  }
  
  .newspager {
    flex-direction: column;
    gap: 15px;
  }
  
  .newspager a {
    width: 100%;
    text-align: center;
  }
}



.sh-notice {
	display:none;
}
.sh-mask {
	width:100vw;
	height:100vh;
	position:fixed;
	top:0;
	left:0;
	background-color:#00000062;
	z-index:9998;
}
.sh-content {
	width:700px;
	height:415px;
	background-color:white;
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	margin:auto;
	z-index:9999;
	border-radius:10px;
	padding:10px;
}
.sh-title {
	font-size:24px;
	font-weight:bold;
	margin-bottom:10px;
	color:#00882d;
	text-align:center;
}
.sh-content-text {
	height:240px;
	overflow-x:hidden;
	overflow-y:auto;
}
.sh-content-text p {
	font-size:18px;
	color:#5a5a5a;
	line-height:1.6;
}
.sh-author,.sh-date {
	font-size:18px;
	color:#5a5a5a;
	text-align:right;
	margin-top:8px;
}
.sh-content-text::-webkit-scrollbar {
	width:6px;
}
.sh-content-text::-webkit-scrollbar-thumb {
	background:#53c9ff;
	border-radius:5px;
}
.sh-btn {
	margin-top:15px;
}
.sh-btn button {
	float:right;
	border:none;
	margin-left:20px;
	background-color:transparent;
}
.sh-btn button a {
	color:#ffffff;
	font-size:17px;
	border-radius:5px;
	text-decoration:none;
	padding:10px 20px;
	background-color:#999;
}
#sh-confirm-btn a {
	background-color:#00882d;
}
.shengming {
	font-size:14px;
	color:#a52020 !important;
	text-indent:0 !important;
	margin-bottom:20px;
}
.shengming b {
	font-size:14px;
}
.shengming a {
	font-size:14px;
	color:#a52020;
}
body::-webkit-scrollbar {
	display:none;
}
.tag-list-content a {
	margin:0 10px;
	line-height:2;
	color:#8b2222;
}
.tag {
	margin-bottom:10px;
}
.tag a {
	margin:0 5px;
	line-height:2;
	color:#0088ff;
}
.position {
	margin:10px 0;
	color:#ff9c43;
	font-size:14px;
	margin-bottom:20px;
	border-bottom:1px solid #ebebeb;
}
.position a {
	font-size:14px;
	color:#666;
}
.position a:hover {
	color:red;
}
.flaot-bth {
	position:fixed;
	right:100px;
	bottom:100px;
	z-index:666;
}
.page {
	text-align:center;
	margin:20px 0;
}
.page a {
	color:#333;
	padding:8px;
	border-radius:5px;
	border:1px solid #ccc;
}
.last {
	color:#444;
}
#zhiding {
	display:none;
	cursor:pointer;
	background-color:#fff;
	border-radius:10px;
}
#zhiding span {
	color:rgb(0 184 255);
	font-size:50px;
}
.tag-list {
	margin:20px 0;
}
.tag-list a {
	color:#333;
	font-weight:bold;
	margin:0 10px;
	line-height:2;
}

/*右侧悬浮客服*/
._wrap_1facf_1 {
    background: url(../images/community-bg.87d60694.png) no-repeat 0 0;
    background-size: 100% 100%;
    position: fixed;
    right: 0;
    top: 48.5%;
    transform: translateY(-50%);
    transition: transform .2s;
    width: 150px;
    z-index: 9;
}
._content_1facf_36 {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding:10px
}

._content_1facf_36 ._btnImg_1facf_42 {
    cursor: pointer;
    height: 44px;
    margin-top: .1rem;
    width: 110px
}

._content_1facf_36 p {
    margin: 0;
    padding: 0
} 

._content_1facf_36 ._scan_1facf_52 { 
    position: relative
}

._content_1facf_36 ._scan_1facf_52 img {
    height: 110px;
    width: 110px
}

._content_1facf_36 ._scan_1facf_52:after {
    animation: _scan_1facf_52 3s infinite;
    background: #bdd9ff;
    content: "";
    height: .04rem;
    left: 0;
    position: absolute;
    width: 1.3rem
}
