<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/**************** 初始化 ********************/
@font-face {}
body {
  font-family: PingFang SC, Arial, Hiragino Sans GB, Microsoft YaHei, sans-serif !important;
  font-size: 14px !important;
  color: #333333 !important;
}

li {
  list-style: none;
}

dd {
  margin-bottom: 0 !important;
}

ul {
  padding: 0;
}

/**************** 颜色字体统一 ********************/
/* 文字基本颜色 */
.ns-text-color {
  color:#FF8401 !important;
}

.ns-text-red-color {
  color: red !important;
}

.ns-text-after-color::after {
  color: #2a7efb !important;
}
.ns-text-after-color::before {
  color: #2a7efb !important;
}

.ns-border-color {
  border-color: #2a7efb !important;
}

.ns-border-after-color::after {
  border-color: #2a7efb !important;
}
.ns-border-after-color::before {
  border-color: #2a7efb !important;
}

.ns-bg-color {
  background-color: #2a7efb !important;
}

.ns-bg-after-color::after {
  background-color: #2a7efb !important;
}
.ns-bg-after-color::before {
  background-color: #2a7efb !important;
}

.ns-bg-lucency-color {
  background-color: rgba(42, 126, 251, 0.1);
}

.ns-bg-opacity-color {
  background-color: rgba(42, 126, 251, 0.2);
}

.ns-align-center {
  text-align: center;
}

/***************** 横幅 ***************/
.base-top {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  cursor: pointer;
}
.base-top img {
  width: 100%;
  height: 70px;
  object-fit: cover;
}

/**************** 头部 ********************/
.base-head {
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
  background-color: #000;
}
.base-head .base-head-box {
  display: flex;
  align-items: center;
  height: 118px;
  margin: 0 auto;

}
.base-head .base-head-box .head-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 266px;
  height: 54px;
}
.base-head .base-head-box .head-border{
  width: 1px;
  height: 80px;
  margin: 0 28px;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 52%, rgba(255,255,255,0) 100%);
}
.base-head .base-head-box .head-nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  margin-left: 28x;
  margin-bottom: 0;
}
.base-head .base-head-box .head-nav &gt;div:first-child{
  font-size: 22px;
  color: #FFFFFF;
  line-height: 30px;
}
.base-head .base-head-box .head-nav &gt;div:last-child{
  font-size: 14px;
  color: #A1A8B2;
  line-height: 20px;
}
.base-head .base-head-box .head-other {
  display: flex;
  align-items: center;
  margin-left: auto;
  color: #383838;
}

.base-head .base-head-box .head-other .head-other-btn {
  height: 60px;
  position: relative;
}
/* 头部右侧 */
.head-other .head-other-btn .head-right {
  border: 1px solid #FFFFFF;
  width: 310px;
}
.head-other .head-other-btn .head-right .head-right-top{
  background-color: #e4e4e4;  
  display: flex;
}
.head-other .head-other-btn .head-right .head-right-top .product-update{
  padding: 8px 12px;
  font-size: 12px;
  color: #333333;
  line-height: 16px;
  display: flex;
  align-items: center;
  border-right: 1px solid #FFFFFF;
  position: relative;
  cursor: pointer;
}
.head-other .head-other-btn .head-right .head-right-top .product-update img{
  width: 14px;
  height: 14px;
  margin-left: 4px;
  /* animation: code  3s infinite; */
}
@keyframes code{
	5%, 25%, 45% {transform: rotate(8deg)}
	0%, 10%, 30%, 50% {transform: rotate(-8deg)}
	15%, 35%, 55% {transform: rotate(4deg)}
	20%, 40%, 60% {transform: rotate(-4deg)}
	20%, 40%, 60% {transform: rotate(-4deg)}
  65%, 100% {transform:rotate(0deg)}
}
.head-other .head-other-btn .head-right .head-right-top .product-phone{
  padding: 8px 12px;
  color: #484848;
  line-height: 16px;
  display: flex;
  align-items: center;
  flex: 1;
}
.head-other .head-other-btn .head-right .head-right-top .product-phone img{
  width: 14px;
  height: 14px;
  margin-right: 7px;
  animation: code  3s infinite;
}
.head-other .head-other-btn .head-right .head-right-buttom {
  background-color: #1D1E1F;  
  display: flex;
}
.head-other .head-other-btn .head-right .head-right-buttom .product-display{
  padding: 8px 12px;
  display: flex;
  align-items: center;
  border-right: 1px solid #FFFFFF;
  cursor: pointer;
}
.head-other .head-other-btn .head-right .head-right-buttom .product-display .product-display-first{
  font-size: 12px;
  color: #FFFFFF;
  line-height: 16px;
  cursor: pointer;
}
.head-other .head-other-btn .head-right .head-right-buttom .product-display img{
  width: 14px;
  height: 14px;
  margin-left: 4px;
}
.head-other .head-other-btn .head-right .head-right-buttom .product-qq{
  padding: 8px 11px;
  color: #FFFFFF;
  line-height: 16px;
  display: flex;
  align-items: center;
  flex: 1;
  cursor: pointer;
}
.head-other .head-other-btn .head-right .head-right-buttom .product-qq img{
  width: 14px;
  height: 14px;
  margin-right: 6px;
}
.base-head .base-head-box .head-other .head-other-btn .product-display:hover .dropdown-demo-box{
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}
.base-head .base-head-box .head-other .head-other-btn .dropdown-demo-box{
   display: block;
   position: fixed;
   top: 90px;
   right: 0;
   width: 100%;
   z-index: 101;
   /* padding: 10px; */
   background-color: #fff;
   min-height: 500px;
   opacity: 0;
    transform: translateY(0px);
    pointer-events: none;
    transition: all 0.3s ease-out;
}

.base-head .base-head-box .head-other .head-other-btn .dropdown-demo{
  /* box-shadow: 0px 2px 28px 0px rgba(0,0,0,0.06); */
  border-radius: 6px;
  background-color: #fff;
}
.base-head .base-head-box .head-other .head-other-btn .dropdown-demo .demo-title{
  /* padding: 24px 30px 18px; */
  border-bottom: #E8E8E8 solid 1px;
  font-size: 22px;
  font-weight: 600;
  color: #0C0C0C;
  line-height: 24px;
}
.base-head .base-head-box .head-other .head-other-btn .dropdown-demo .demo-main{
  padding: 30px;
}
.base-head .base-head-box .head-other .head-other-btn .dropdown-demo .demo-main .demo-top-title{
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  line-height: 22px;
  margin-bottom: 15px;
}
.base-head .base-head-box .head-other .head-other-btn .dropdown-demo .demo-main .demo-top-content{
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
}
.base-head .base-head-box .head-other .head-other-btn .dropdown-demo .demo-main .demo-top-content div{
  background-color:#F3F6FB;
  font-size: 14px;
  padding: 10px 18px;
  border: solid 1px #F3F6FB;
  margin-bottom: 12px;
  color: #333333;
  line-height: 20px;
  margin-right: 10px;
  cursor: pointer;
}
.base-head .base-head-box .head-other .head-other-btn .dropdown-demo .demo-main .demo-top-content .product-show .hot{
  width: 24px;
  height: 22px;
}
.base-head .base-head-box .head-other .head-other-btn .dropdown-demo .demo-main .demo-top-content .product-show .new{
  width: 26px;
  height: 20px;
}
.base-head .base-head-box .head-other .head-other-btn .dropdown-demo .demo-main .demo-top-content div:hover{
  border: solid 1px #429CFD;
  background:#F1F8FF;
}

.base-head .base-head-box .head-other .head-other-btn .dropdown-main-title{
  font-size: 16px;
  font-weight: 600;
  color:#333333;
  line-height: 22px;
  margin-bottom: 16px;
}
.base-head .base-head-box .head-other .head-other-btn .dropdown-main-content{
  display: flex;
  font-size: 14px;
  color: #444;
  line-height: 20px;
}
.base-head .base-head-box .head-other .head-other-btn .dropdown-main-content-item {
  display: flex;
  align-items: center;
  margin-right: 38px;
}
.base-head .base-head-box .head-other .head-other-btn .dropdown-main-content-item img{
  width: 28px;
  height: 28px;
  margin-right: 9px;
}

/**************** 头部导航栏 ********************/
.base-nav{
  background: rgba(0,0,0,0.18);
  position: sticky;
  top: 0;
  z-index: 100;
}
.base-nav .base-nav-box{
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
}
.base-nav .base-nav-box .base-nav-left {
  display: flex;
  align-items: center;
  color: #FFFFFF;
  height: 100%;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0px;
  flex: 1;
}

.base-nav .base-nav-box .base-nav-left &gt; li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
  position: relative;
  margin-right: 60px;
}
.base-nav .base-nav-box .base-nav-left &gt; li &gt; a {
  color: #FFFFFF;
}
.base-nav .base-nav-box .base-nav-left &gt; li a:hover {
  text-decoration: none;
  color: #FF8401;
}
.base-nav .base-nav-box .base-nav-left &gt; li:nth-child(2) {
  margin-right: 50px;
}
.base-nav .base-nav-box .base-nav-left &gt; li:nth-child(4) {
  margin-right: 50px;
}
.base-nav .base-nav-box .base-nav-left &gt; li:nth-child(2) .nav-down{
  margin-left: 10px;
  width: 10px;
  height: 10px;
}
.base-nav .base-nav-box .base-nav-left &gt; li:nth-child(4) .nav-down{
  margin-left: 10px;
  width: 10px;
  height: 10px;
}
.base-nav .base-nav-box .base-nav-left &gt; li:nth-child(9) .nav-down{
    margin-left: 10px;
    width: 10px;
    height: 10px;
  }

/* 登录注册 */
.base-nav .base-nav-box .head-login {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 48px;
}
.base-nav .base-nav-box .head-login span{
  width: 2px;
  height: 14px;
  background-color: #fff;
  line-height: 20px;
}
.base-nav .base-nav-box .head-login span:nth-child(2) {
  margin: 0 5px;
}
.base-nav .base-nav-box .head-login a {
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
.base-nav .base-nav-box .head-login a:first-child {
  max-width: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.base-nav .base-nav-box .base-nav-right{
  display: flex;
  align-items: center;
}
.base-nav .base-nav-box .base-nav-right span{
  font-size: 14px;
  color: #FFFFFF;
  line-height: 20px;
  margin-right: 5px;
}
.base-nav .base-nav-box .base-nav-right img{
  width: 106px;
  height: 32px;
}
/**************** 开源商城****************/
.base-nav .base-nav-box .base-nav-left &gt; li {
    position: relative;
}
.base-nav .base-nav-box .base-nav-left &gt; li:hover .dropdown-menu-wrapper {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}
.base-nav-box .base-nav-left li .dropdown-menu-wrapper{
    display: block;
  background-color: #fff;
  padding: 38px 42px 70px;
  position:fixed;
  top: 178px;
  left: 0;
  right: 0;
  z-index: 101;
  transition: all 0.3s ease-out;
  opacity: 0;
  transform: translateY(0px);
  pointer-events: none;
}
.base-nav-box .base-nav-left li .dropdown-menu-wrapper .open-store {
  overflow: hidden;
  margin: 0 72px;
}
.base-nav-box .base-nav-left li .dropdown-menu-wrapper .swiper-button-next.arrow{
  right: 42px;
}
.base-nav-box .base-nav-left li .dropdown-menu-wrapper .swiper-button-prev.arrow{
  left: 42px;
}
.base-nav-box .base-nav-left li .dropdown-menu-wrapper .swiper-button-black{
  width: 32px;
  height: 32px;
}

.dropdown-menu-wrapper .open-store .product-content{
	display: flex;
  flex: 1;
}
.dropdown-menu-wrapper .open-store .product-content .product-list{
	background-color: #FFFFFF;
  border: 1px solid #E9E9E9;
  margin-right: 30px;
  width: 250px;
}
@media screen and (min-width: 0px) and (max-width: 1204px) {
  .dropdown-menu-wrapper .open-store .product-content .product-list{
    width: 250px !important;
  }
}
.dropdown-menu-wrapper .open-store .product-content .product-list img{
	width: 100%;
	height: 148px;
}
.dropdown-menu-wrapper .open-store .product-content .product-list .product-desc p{
	font-size: 18px;
	color: #333333;
	line-height: 24px;
	margin: 21px 0 18px;
	text-align: center;
}
.dropdown-menu-wrapper .open-store .product-content .product-list .product-desc .product-btn{
	border-radius: 2px;
	border: 1px solid #FF8401;
	font-size: 14px;
	color: #FF8401;
	line-height: 20px;
	width: 128px;
	margin: 0 auto 22px;
	cursor: pointer;
}
.dropdown-menu-wrapper .open-store .product-content .product-list .product-desc .product-btn .hover{
	text-align: center;
	position: relative;
  padding: 8px 0px;
}

/**************** 内容 ********************/
.base-main {
  /* margin-top: 24px; */
  min-width: 1200px;
  min-height: 406px;
}
.base-min-width{
  min-width: 1400px;
}
/* 本地服务 */
.base-nav .base-nav-box .base-nav-left &gt; li {
    position: relative;
}
.base-nav .base-nav-box .base-nav-left &gt; li:hover .local-service-wrapper{
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}
.local-service-wrapper{
  display: block;
  background-color: #fff;
  padding: 38px 48px 46px;
  position:fixed;
  top: 178px;
  left: 0;
  right: 0;
  z-index: 101;
  opacity: 0;
  transform: translateY(0px);
  pointer-events: none;
  transition: all 0.3s ease-out;
}
.local-service .product-homemake{
  display: flex;
}
.local-service-wrapper .local-service{
  margin: 0 20px;
  overflow: hidden;
}
.local-service-wrapper .swiper-button-next{
	background-image:none;
	width: 32px;
	height: 32px;
}
.local-service-wrapper .swiper-button-prev{
	background-image:none;
	width: 32px;
	height: 32px;
}
/* .local-service-wrapper .swiper-button-disabled{
  opacity:0 !important;
} */
.local-service .arrow{
  width: 27px;
  flex-shrink: 0;
}
.local-service .product-homemaking-item{
	/* margin-right: 26px; */
	overflow:hidden;
	background: #FFFFFF;
  border: 1px solid #E9E9E9;
	border-radius: 4px;
  flex-shrink: 0;
  margin-bottom: 20px;
}
@media screen and (min-width: 0px) and (max-width: 1204px) {
  .local-service .product-homemaking-item{
    width: 270px !important;
  }
}
.local-service .product-homemaking-img{
	height: 160px;
    position: relative;
}
.local-service .product-homemaking-item .product-homemaking-img img:nth-child(1){
  width: 100%;
  height: 100%;
}
.local-service .product-homemaking-item .product-homemaking-img img:nth-child(2){
  width: 58px;
  height: 58px;
  position: absolute;
  left:50%;
  top:50%;
  transform: translateX(-50%) translateY(-50%);
}
.local-service .product-homemaking-item .product-homemaking-name{
	font-size: 18px;
	font-weight: 500;
	margin-top: 28px;
	color: #333333;
	line-height: 24px;
	text-align: center;
}
.local-service .product-homemaking-item .product-homemaking-second{
	font-size: 14px;
	font-weight: 500;
	color: #666666;
	line-height: 20px;
	margin-top: 8px;
	text-align: center;
}
.local-service .product-homemaking-item .product-homemaking-btn{
	width: 128px;
	padding: 8px 0px;
	border-radius: 2px;
	border: 1px solid #FF8401;
	text-align: center;
	margin: 26px auto 30px;
	font-size: 14px;
	color: #FF8401;
	line-height: 20px;
	cursor: pointer;
}

/* 产品演示 */
.base-nav .base-nav-box .base-nav-left &gt; li {
    position: relative;
    z-index: 111;
}

.product-wrapper {
    z-index: 1;
    display: block;
    opacity: 0;
    transform: translateY(0px);
    pointer-events: none;
    background-color: #fff;
    /* padding: 38px 48px 46px; */
    position: fixed;
    top: 178px;
    left: 0;
    right: 0;
    transition: all 0.3s ease-out;
}

.base-nav .base-nav-box .base-nav-left &gt; li:hover .product-wrapper {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.local-service .product-homemake {
    display: flex;
}

.product-demonstrate {
    width: 1400px;
    margin: 0 auto;
    /* padding: 0 80px; */
    height: 650px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}    

.product-display .product-demonstrate{
    /* padding: 20px 80px; */
}

.product-demonstrate .product-demonstrate-left{
    padding: 20px 0;
    width: 295px;
    height: 100%;
    display: flex;
    border-right: 1px solid #e6e6e6;
    /* justify-content: flex-end; */
}

.product-demonstrate .product-demonstrate-left .product-demonstrate-left-con {
    overflow-y: auto; 
    /* 隐藏滚动条 */
    scrollbar-width: none;  /* Firefox 隐藏滚动条 */
}

.product-demonstrate .product-demonstrate-left .product-demonstrate-left-con::-webkit-scrollbar {
    display: none;  /* Chrome、Safari 隐藏滚动条 */
}

.product-demonstrate .product-demonstrate-right{
    padding: 20px;
    width: 1100px;
    height: 100%;
    text-align: right;
    overflow-y: auto;
    /* 隐藏滚动条 */
    scrollbar-width: none;  /* Firefox 隐藏滚动条 */
}

.product-demonstrate .product-demonstrate-right::-webkit-scrollbar {
    display: none;  /* Chrome、Safari 隐藏滚动条 */
}

.product-demonstrate .product-demonstrate-right .product-demonstrate-right-title{
    width: 100%;
    font-size: 16px;
    padding: 15px 0;
    color: #333333;
    line-height: 30px;
    text-align: center;
}

.product-demonstrate .product-demonstrate-left .product-demonstrate-left-con .product-demonstrate-left-title{
    font-size: 14px;
    padding: 10px 0;
    color: #333333;
    line-height: 30px;
    text-align: left;
    width: 100%;
    min-width: 295px;
    margin: 0;
    box-sizing: border-box; 
}

.product-demonstrate .product-demonstrate-left .product-demonstrate-left-con .product-demonstrate-left-title .tips{
    border: 1px solid #FF8401;
    color: #FF8401;
    font-size: 12px;
    font-weight: bold;
    padding: 0 5px;
    border-radius: 2px;
}
.product-demonstrate .product-demonstrate-left .product-demonstrate-left-con .product-demonstrate-left-title .name{
    margin-left: 10px;
    font-size:16px;
}
.product-demonstrate .product-demonstrate-left .product-demonstrate-left-con .product-demonstrate-left-title .names{
    margin-left: 5px;
    font-size:16px;
}

/* 选中时高亮 */
.product-demonstrate .product-demonstrate-left .product-demonstrate-left-title.active {
    color: #FF8401;
    font-weight: bold;
    position: relative;
}

/* 右边的竖线 */
.product-demonstrate .product-demonstrate-left .product-demonstrate-left-title.active::after {
    content: "";
    position: absolute;
    right: 0;  /* 贴紧右侧 */
    top: 25%;
    height: 50%;
    width: 4px;  /* 竖线宽度 */
    background-color: #FF8401;  /* 竖线颜色 */
    border-radius: 2px;  /* 让边角更圆润 */
}

/* 表格演示 */
#demonstrate-show .show-how-com {
    display: none;
}
#demonstrate-show-up .show-how-com {
    display: none;
}
.show-how-com .demo-table{
    margin-left: 50px;
    width:97%;
    font-size: 14px;
    border: 1px solid #F89355;
}

.show-how-com .demo-table thead tr{
    background-color: #FFFCF4;
    /* padding:5px 10px; */
}

.show-how-com .demo-table th{
    border: 1px solid #F89355;
    padding:5px 10px;
}

.show-how-com .demo-table td{
    border: 1px solid #F89355;
    padding:5px 10px;
}
.show-how-com .demo-table td a:hover{
    text-decoration: none;
    color: #FF8401;
}
.show-how-com .code-imgs{
    margin-left: 50px;
    margin-top: 20px;
    width: 140px;
    height: 140px;
    border: 1px solid #dbdbdb;
    display: flex;
    flex-direction: column;
    font-size: 14px;
	justify-content: center;
    align-items: center;
}

.show-how-com .code-imgs img{
    width: 100px !important;
	height: 100px !important;
}
/**************** 尾部 ********************/
.footer-top {
  background:#292929;
  color: #fff;
  height: 120px;
  margin-top: 130px;
}
.footer-top .ns-base-width {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
  padding: 0 100px;
}
.footer-top .ns-base-width .item {
 flex: 1;
  display: flex;
  align-items: center;
}
.footer-top .ns-base-width .item .picture{
  margin-right: 12px;
}
.footer-top .ns-base-width .item .picture img{
  width: 48px;
  height: 48px;
}
.footer-top .ns-base-width .item .item-desc div:first-child{
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
}
.footer-top .ns-base-width .item .item-desc div:last-child{
  font-size: 14px;
  line-height: 16px;
  color: #DCDCDC;
  margin-top: 7px;
}

.base-footer {
  background: #242424;
  /* min-width: 1200px; */
}
.base-footer .footer-main {
  padding: 28px 100px 38px;
  margin: auto;
  padding-bottom: 20px;
}
.base-footer .footer-consult {
  display: flex;
  justify-content: space-between;
}
.base-footer .footer-consult .consult-left {
  margin-right: 55px;
}
.base-footer .footer-consult .consult-left img{
  width: 280px;
  height: 111px;
}
.base-footer .footer-consult .consult-left .consult-desc{
  width: 302px;
  box-sizing: border-box;
  margin-top: 35px;
  padding: 15px;
  display: flex;
  align-items: center;
}
.base-footer .footer-consult .consult-left .consult-desc img{
  width: 36px;
  height: 52px;
  margin-right: 15px;
}
.base-footer .footer-consult .consult-left .consult-desc p{
  font-size: 13px;
  line-height: 18px;
  color: #999999;
  margin-bottom: 0;
  margin-top: 8px;
}

.base-footer .footer-consult .consult-main {
  display: flex;
  flex: 1;
}
.base-footer .footer-consult .consult-main dl {
  margin-bottom: 0;
}
.base-footer .footer-consult .consult-main dl ~ dl {
  margin-left: 55px;
}
.base-footer .footer-consult .consult-main dt {
  margin-bottom: 20px;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 25px;
  height: 25px;
}
.base-footer .footer-consult .consult-main dd {
  font-size: 14px;
  color: #DCDCDC;
  margin-bottom: 0;
}
.base-footer .footer-consult .consult-main dd a {
  color: inherit;
  font-size: 14px;
}
.base-footer .footer-consult .consult-main dd a:hover {
  text-decoration: none;
}
.base-footer .footer-consult .consult-main dd ~ dd {
  margin-top: 18px;
}
.base-footer .footer-consult .consult-main dd span:first-of-type {
  display: inline-block;
  width: 96px;
}

.consult-right .consult-tel{
  display: flex;
  margin-bottom: 21px;
}
.consult-right .consult-tel img{
  width: 50px;
  height: 50px;
  margin-right: 15px;
}
.consult-right .consult-tel .text p:first-child{
  font-size: 18px;
  color: #FFFFFF;
  line-height: 25px;
  margin-bottom: 4px;
}
.consult-right .consult-tel .text p:last-child{
  font-size: 24px;
  color: #FFFFFF;
  line-height: 33px;
  letter-spacing: 2px;
  margin-bottom: 0px;
}
.consult-right .consult-code{
  display: flex;
}
.base-footer .footer-consult .consult-right .consult-right-code {
  text-align: center;
  width: 102px;
  height: 102px;
}
.base-footer .footer-consult .consult-right .consult-right-code:first-of-type {
  margin-right: 40px;
}
.base-footer .footer-consult .consult-right .consult-right-code:first-of-type img {
  padding: 8px;
  background-color: #fff;
  box-sizing: border-box;
}
.base-footer .footer-consult .consult-right .consult-right-code img {
  margin-bottom:6px;
  max-width: 100%;
}
.base-footer .footer-consult .consult-right .consult-right-code span {
  color: #DCDCDC;
  font-size: 14px;
  line-height: 20px;
}
.base-footer .footer-other-info {
  margin-top: 39px;
  padding: 26px 0 20px;
  border-top: 1px solid #44484a;
  border-bottom: 1px solid #44484a;
  display: flex;
}
.base-footer .footer-other-info .other-info {
  color: #999999;
  line-height: 18px;
  font-size: 13px;
  width: 75px;
  flex-shrink: 0;
}
.base-footer .footer-other-info dl {
  display: flex;
  color: #999999;
  font-size: 13px;
  margin-bottom: 0;
  flex-wrap: wrap;
  line-height: 18px;
}
.base-footer .footer-other-info dl a {
  color: #909192;
  font-size: 13px;
}
.base-footer .footer-other-info dl dd:nth-child(2n) {
  margin: 0 5px;
}
.base-footer .footer-other-info .other-link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.base-footer .other-company-info {
  color: #999999;
  font-size: 12px;
  margin-top: 24px;
  line-height: 17px;
  text-align: center;
}

/**** 右侧边栏 ****/
.right-side-menu {
  position: fixed;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 88px;
  z-index: 99;
}
.right-side-menu &gt; div {
  background: #ffffff;
  box-shadow: 0px 4px 12px 0px rgba(167, 167, 167, 0.3);
  border-radius: 8px;
  margin-bottom: 10px;
  padding: 0 0;
}
.right-side-menu .right-side-box {
  display: flex;
  align-items: center;
  width: 88px;
  height: 88px;
  color: #444444;
  border-bottom: 1px solid #ececec;
  cursor: pointer;
  position: relative;
  padding-top: 0;
  flex-direction: column;
  justify-content: center;
}
.right-side-menu .right-side-box p {
  display: flex;
  justify-content: center;
  margin-top: 5px;
  width: 100%;
  margin-bottom: 0 !important;
  font-size: 12px;
  line-height: 12px;
  margin-top: 10px;
  white-space: nowrap;
}
.right-side-menu .right-side-box &gt; .img-box {
  height: 44px;
  display: flex;
  align-items: center;
}
.right-side-menu .right-side-box:last-child {
  border-bottom: none;
}
.right-side-menu .right-side-box:hover {
  text-decoration: none;
}
.right-side-menu .right-side-box:hover .reight-side-hover {
  display: inline-block;
}
.right-side-menu .right-side-box .reight-side-hover {
  display: none;
  position: absolute;
  top: 0;
  right: 90px;
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  color: #383838;
  padding: 15px;
  background-color: #ffffff;
}
.right-side-menu .right-side-box .reight-side-hover .qq-img {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 12px;
}
.right-side-menu .right-side-box .reight-side-hover .qq-img img {
  width: 140px;
}
.right-side-menu .right-side-box .reight-side-hover .qq-img p {
  padding: 3px 0 12px;
}
.right-side-menu .right-side-box .reight-side-hover &gt; p {
  text-align: left;
  line-height: 20px;
}
.right-side-menu .right-side-box .reight-side-hover &gt; p span:first-child {
  display: inline-block;
  width: 60px;
}
.right-side-menu .right-side-box .reight-side-hover:after {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #ffffff;
  position: absolute;
  top: 24px;
  right: -10px;
}

.right-side-menu .right-side-box &gt; img, .right-side-menu .right-side-box .img-box &gt; img {
  width: 24px;
  height: 24px;
}

.modal-title {
  font-size: 16px;
}

.modal-body {
  padding: 30px !important;
}
.modal-body .form-control {
  height: 40px;
  font-size: 14px;
}
.modal-body input::-webkit-input-placeholder {
  color: #999999;
}
.modal-body input::-moz-placeholder {
  color: #999999;
}
.modal-body input:-moz-placeholder {
  color: #999999;
}
.modal-body input:-ms-input-placeholder {
  color: #999999;
}
.modal-body .js-send-code {
  width: 150px;
  height: 40px;
  font-size: 14px;
}
.modal-body .form-group {
  margin-bottom: 20px;
}

.modal-footer .btn {
  font-size: 14px;
  padding: 6px 20px;
}

/**************** 整体公共部分 ********************/
.ns-base-width {
  width: 1400px;
  margin: auto;
}

.ns-base-background {
  background-color: #fff;
}

.ns-base-bg-color {
  background-color: #f2f3f5;
}

/**************** 组件 ********************/
.ns-title {
  text-align: center;
  margin-top: 65px;
  margin-bottom: 50px;
}
.ns-title .main-title {
  margin-bottom: 30px;
  font-size: 26px;
  color: #333;
}
.ns-title .sub-title {
  font-size: 18px;
  color: #6b6b6b;
}

.ns-lable-block.style-one {
  display: flex;
  align-items: center;
}
.ns-lable-block.style-one .label-img {
  display: flex;
  justify-items: center;
  align-items: center;
  width: 60px;
  height: 60px;
}
.ns-lable-block.style-one .label-img img {
  max-width: 100%;
  max-height: 100%;
}
.ns-lable-block.style-one .label-content {
  flex: 1;
  margin-left: 10px;
}
.ns-lable-block.style-one .label-content .label-title {
  font-size: 20px;
  font-weight: bold;
  color: #383838;
}
.ns-lable-block.style-one .label-content .label-sub {
  margin-top: 10px;
  font-size: 14px;
  color: #6b6b6b;
}

.ns-text-part.style-one {
  text-align: center;
}
.ns-text-part.style-one .style-one-title {
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}
.ns-text-part.style-one .style-one-content {
  position: absolute;
  line-height: 20px;
  height: 39px;
  font-size: 14px;
  color: #6b6b6b;
  width: 230px;
  font-family: Microsoft YaHei;
  left: 50%;
  transform: translateX(-50%);
}

.ns-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 32px;
  border: 1px solid #2a7efb;
  color: #2a7efb;
  background-color: #fff;
}
.ns-btn:hover {
  background-color: #2a7efb;
  color: #fff;
}

.ns-index-news-li {
  width: 580px;
  cursor: pointer;
}
.ns-index-news-li img {
  width: 216px;
  height: 140px;
  object-fit: cover;
}
.ns-index-news-li .media-body {
  position: relative;
  height: 140px;
}
.ns-index-news-li .ns-index-news-title {
  max-height: 50px;
  line-height: 25px;
  color: #383838;
  margin-bottom: 12px;
}
.ns-index-news-li .ns-index-news-con {
  height: 48px;
  color: #6b6b6b;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 12px;
}
.ns-index-news-li .ns-index-news-time {
  position: absolute;
  bottom: 8px;
  color: #838383;
  font-size: 12px;
}

.ns-card {
  width: 18rem;
}
.ns-card .ns-card-img {
  position: relative;
}
.ns-card .ns-card-body {
  position: relative;
}

.ns-tab-wrap .list-group-box-cut {
  border-radius: 0;
}
.ns-tab-wrap .list-group-item {
  border: none;
  line-height: 56px;
  text-align: left;
}
.ns-tab-wrap .list-group-item span {
  display: inline-block;
  height: 56px;
  line-height: 56px;
  box-sizing: border-box;
}
.ns-tab-wrap .list-group-item.active {
  background-color: rgba(69, 149, 247, 0);
}
.ns-tab-wrap .list-group-item.active span {
  color: #2a7efb !important;
  border-bottom: 2px solid #2a7efb;
  font-weight: bold;
}
.ns-tab-wrap .list-group-item-action {
  width: auto;
}
.ns-tab-wrap .list-group-item-action:active {
  background-color: transparent;
}
.ns-tab-wrap .list-group-item-cut.list-group-item.active span {
  border-bottom: none;
}
.ns-tab-wrap .list-group-item-cut.list-group-item span {
  border-bottom: none;
}
.ns-tab-wrap.list-group-horizontal &gt; .list-group-item:first-child {
  border-radius: 0;
}
.ns-tab-wrap.list-group-horizontal &gt; .list-group-item + .list-group-item {
  border-top-width: 0;
}
.ns-tab-wrap.list-group-horizontal &gt; .list-group-item + .list-group-item.active {
  margin-left: 0;
  border-left-width: 0;
}

.ns-len-long {
  width: 450px !important;
}

.ns-len-mid {
  width: 250px !important;
}

.ns-len-short {
  width: 120px !important;
}

.ns-multi-line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/* 
.layui-carousel-ind ul {
  background-color: transparent !important;
}
.layui-carousel-ind ul li {
  background-color: rgba(255, 255, 255, 0.7);
}
.layui-carousel-ind ul li.layui-this {
  background-color: #2a7efb;
} */

.ns-emphasize {
  font-size: 16px;
  font-weight: bold;
  color: red;
}

.upload-img-block {
  padding: 10px;
  width: 250px;
  height: 100px;
  border: 1px dashed #ddd;
  box-sizing: border-box;
}
.upload-img-block .upload-img-box {
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.upload-img-block .upload-img-box &gt; img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
  max-width: 100%;
  width: initial;
  height: initial;
}
.upload-img-block .upload-img-box .ns-upload-default {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 60px;
}
.upload-img-block .upload-img-box .ns-upload-default img {
  width: initial;
  height: initial;
  margin: 0;
}
.upload-img-block .upload-img-box .ns-upload-default p {
  color: #5a5a5a;
  line-height: 20px;
  white-space: nowrap;
}

.page-wrap .pagination {
  justify-content: flex-end;
}

.dropdown-menu-wrapper.product-center .dropdown-menu-wrapper-con {
  padding-right: 0px !important;
  border-right: 1px solid #f1f1f1;
}
.dropdown-menu-wrapper.product-center .dropdown-menu-wrapper-con:last-child {
  border-right: 0;
}
.dropdown-menu-wrapper.product-center .dropdown-menu-wrapper-con .style-one {
  flex-direction: column;
}
.dropdown-menu-wrapper.product-center .dropdown-menu-wrapper-con .style-one .label-img {
  margin-right: 0;
}
.dropdown-menu-wrapper.product-center .dropdown-menu-wrapper-con .style-one .label-content {
  margin-left: 0;
  font-size: 14px;
  margin-top: 20px;
}
.dropdown-menu-wrapper.product-center .dropdown-menu-wrapper-con .ns-nav-wrap {
  margin-top: 3px !important;
  padding: 0;
  display: flex;
  justify-content: center;
  font-size: 12px;
  color: #888888;
  border-right: 0 !important;
  padding-right: 0 !important;
}

.dropdown-menu-wrapper.product-center .dropdown-menu-wrapper-con .ns-nav-wrap a, .dropdown-menu-wrapper.product-center .dropdown-menu-wrapper-con .ns-nav-wrap p {
  display: flex;
  justify-content: center;
  margin: 0;
}
.fixed-right-box {
  position: fixed;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 120px;
  z-index: 10;
}
.fixed-right-box .right-box-top {
  background: #ffffff;
  border-radius: 63px 63px 4px 4px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.fixed-right-box .right-box-top &gt; img {
  width: 90px;
  height: 90px;
  margin-top: 16px;
  border-radius: 50%;
  box-shadow: 0 3px 10px #eef5ff;
  border: 6px solid #eef5ff;
}
.fixed-right-box .right-box-top .text {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #999999;
  margin-top: 7px;
}
.fixed-right-box .right-box-top .text &gt; img {
  width: 12px;
  height: 12px;
  margin-right: 3px;
}
.fixed-right-box .right-box-top .call {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  margin: 6px 0 12px 0;
}
.fixed-right-box .right-box-qrcode {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border-radius: 4px;
  padding: 8px;
  box-sizing: border-box;
  margin-top: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.fixed-right-box .right-box-qrcode img {
  width: 100%;
}
.fixed-right-box .right-box-qrcode div {
  font-size: 13px;
  color: #666666;
  margin-top: 5px;
}
.fixed-right-box .right-box-block {
  background: #ffffff;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  font-size: 14px;
  color: #333333;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  padding: 8px 8px;
  cursor: pointer;
}
.fixed-right-box .right-box-block img {
  width: 20px;
  height: 20px;
  margin-right: 6px;
}
.fixed-right-box .delete-btn{
  position: absolute;
  color: rgba(0,0,0,1);
  right: 2px;
  top: -4px;
  font-size: 20px;
  line-height: 20px;
  cursor: pointer;
}

.kefu-fixed-thumb{
  position: fixed;
  right:40px;
  bottom: 40px;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 3px 10px rgb(5 36 82 / 8%);
  display: none;
  cursor: pointer;
  z-index: 1000;
}
.kefu-fixed-thumb img{
  width: 36px;
  position: absolute;
  left:50%;
  top:50%;
  transform: translateX(-50%) translateY(-50%);
}

/* 导航栏粘性定位后颜色 */
.nav-fixed{
	background: #272829 !important;
}

/* 查看演示 */
#open-source-show{
	display: none;
}

#open-source-show .show-how-com {
	display: none;
	width: 1000px;
	min-height: 532px;
	background-color: #FFFFFF;
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .3);
	box-shadow: 0 0 15px rgba(0, 0, 0, .3);
	border: 1px solid #DDDDDD;
	border-radius: 5px;
}
.product-box .product-content .product-btn .show-how-com{
	top: 42px;
}

.show-how-com .demo-case-title{
	padding: 28px 32px 20px 42px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: #F4F4F4 solid 1px;
}

.show-how-com .demo-case-title  .title-left{
	display: flex;
	align-items: flex-end;
}
.show-how-com .demo-case-title  .title-left span:first-child{
	font-size: 20px;
	font-weight: 600;
	color: #0C0C0C;
	line-height: 28px
}
.show-how-com .demo-case-title  .title-left span:last-child{
	font-size: 12px;
	color: #777777;
	line-height: 17px;
	margin-left: 12px;
}
.show-how-com .demo-case-title img{
	width: 24px;
	height: 24px;
	cursor: pointer;
}
.show-how-com .case-content{
	padding: 18px 42px 34px;
    max-height: 80vh;
    background-color: #fff;
}
/* .show-how-com .case-content::-webkit-scrollbar{
  width: 4px !important;
  background-color:#f1f1f1;
  border-radius: 2px;
}
.show-how-com .case-content::-webkit-scrollbar-track{
  width: 4px;
  border-radius: 2px;
}
.show-how-com .case-content::-webkit-scrollbar-thumb{
  width: 4px;
  border-radius: 2px;
  background-color:#c1c1c1;
} */
.show-how-com .case-content .case-box{
	padding: 10px 18px;
	border-bottom: #E9F6FD solid 1px;
}
.show-how-com .case-content .case-box:last-child{
	border-bottom: none;
}
.show-how-com .case-content .case-content-first .content-first-top{
	display: flex;
	align-items: center;
}
.show-how-com .case-content .case-content-first .content-first-top img{
	width: 20px;
	height: 20px;
	margin-right: 14px;
}
.show-how-com .case-content .case-content-first .content-first-top .content-first-text{
	display: flex;
	align-items: center;
}
.show-how-com .case-content .case-content-first .content-first-top .content-first-text p{
	font-size: 16px;
	font-weight: 800;
	color: #0C0C0C;
	line-height: 18px;
	margin: 0px;
}
.show-how-com .case-content .case-content-first .content-first-top .content-first-text span{
	font-size: 14px;
	color: #333333;
	line-height: 17px;
	margin-left: 12px;
}
.show-how-com .case-content .case-content-second{
	display: flex;
	align-items: center;
	justify-content: space-between;

}
.show-how-com .case-content .case-content-second .show-url{
	margin-left: 34px;
	font-size: 12px;
	color: #0C0C0C;
	line-height: 16px;
	padding: 10px 0px;
}
.show-how-com .case-content .case-content-second .operation{
	background-color: #0C3FF5;
	color: #fff;
	padding: 7px 0px;
	font-size: 13px;
	line-height: 18px;
	width: 98px;
	text-align: center;
  cursor: pointer;
}
.show-how-com .case-content .case-content-second .operation a{
	color: #fff;
  cursor: pointer;
}
.show-how-com .case-content .case-content-second .operation a:hover{
text-decoration: none;
}


/* 表格演示 */
.show-how-com .case-content .code-img{
    display: flex;
	justify-content: center;
}

.show-how-com .case-content .code-img img{
    width: 228px;
	height: 228px;
	display: none;
}



/* 查看二维码 */
#two-code-show{
	display: none;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0,0,0,0.32);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 19999999;
}
#two-code-show .two-code-box{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 300px;
	height: 340px;
	background: #FFFFFF;
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.08);
	border-radius: 12px;
	padding: 20px;
}
#two-code-show .two-code-box  .close-btn{
	text-align: end;
}
#two-code-show .two-code-box .close-btn img{
	width: 15px;
	height: 15px;
	cursor: pointer;
}
#two-code-show .two-code-box .code-img{
	display: flex;
	justify-content: center;
}
#two-code-show .two-code-box .code-img img{
	width: 228px;
	height: 228px;
	display: none;
}
#two-code-show .two-code-box .two-code-title{
	margin-top: 24px;
	text-align: center;
}
/* qq交流群 */
.technology-exchange .layui-layer-title{
  background-color: #fff;
  border-bottom: none;
}
.technology-exchange .layui-layer-content{
  padding: 30px 20px;
}
.technology-exchange .chat-box .chat-title{
  font-size: 24PX;
  font-weight: bold;
  text-align: center;
  color: #606266;
}
.technology-exchange .chat-box .chat-images{
  margin-top: 30px;
  text-align: center;
}
.technology-exchange .chat-box .chat-images img{
  width: 160px;
  height: 160px;
}
.technology-exchange .chat-box .chat-images .chat-text{
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
  color: #606266;
}
.technology-exchange .chat-box  .chat-content{
  margin-top: 20px;
  padding: 15px;
  background-color: #edefff;
  border-radius: 15px;
}
.technology-exchange .chat-box  .chat-content p{
  margin: 10px 0;
  font-size: 14px;
  color: #606266;
  text-align: center;
}
.technology-exchange .chat-box  .chat-content p a{
  color: #606266;
  text-decoration: none;  
  cursor: pointer;
}
/* 联系客服 */
.contact-customer-service{
  border-radius: 8px !important;
}
.contact-customer-service .layui-layer-title{
  border-bottom: none;
  background-color: #fff;
  padding: 0px;
  line-height: 22px;
  height: auto;
  border-radius: 8px 8px 0 0;
}
.contact-customer-service  .layui-layer-content{
  padding: 30px 20px;
}
.contact-customer-service .kefu-title{
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(152deg, #ff5804 0%, #ff9865 100%);
  padding: 20px 38px;
}
.contact-customer-service .kefu-title img{
  width: 50px;
  height: 50px;
}
.contact-customer-service .kefu-title div{
  color: #fff;
}
.contact-customer-service .kefu-title p{
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
}
.contact-customer-service .kefu-box{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.contact-customer-service .kefu-box img{
  width: 160px;
  height: 160px;
}
.contact-customer-service .kefu-box .kefu-tel{
  margin-top: 15px;
}
.contact-customer-service .layui-layer-setwin a{
  background: none;
  margin-left: 0px;
}
.contact-customer-service .layui-layer-setwin a::after{
  content: '×';
  display: inline-block;
  font-size: 18px;
  color: #fff !important;
  opacity: 0.8;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background-color: rgba(0, 0, 0, 0.2);
}
/* 弹窗文章 */
.article-name {
  overflow: hidden;
}
.article-name .layui-layer-title{
  background-color: #fff;
  border-bottom: none;
  height: 0px;
}
.article-name  .layui-layer-content{
  overflow: hidden;
  padding: 20px 0;
}

.article-name .article-item .article-title{
  font-weight: 600;
  padding: 0 20px;
  font-size: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #222222;
  line-height: 28px;
}
.article-name .article-item  .article-time{
  margin-top: 6px;
  padding: 0 20px;
}
.article-name .article-item .article-desc{
  padding: 0 20px;
  line-height: 28px;
  font-size: 14px;
  margin-top: 12px;
  color:  #555;
  max-height: 395px;
  overflow-y: auto;
  width: 100%;
  box-sizing: border-box;
}
.article-name .article-item .article-desc::-webkit-scrollbar{
  width: 6px !important;
  background-color:#f1f1f1;
  border-radius: 3px;
}
.article-name .article-item .article-desc::-webkit-scrollbar-track{
  width: 6px;
  border-radius: 3px;
}
.article-name .article-item .article-desc::-webkit-scrollbar-thumb{
  width: 6px;
  border-radius: 3px;
  background-color:#c1c1c1;
}
.article-name .article-item .article-desc pre {
  width: 704px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre-wrap;

}

.article-name .article-item .article-desc pre *{
  max-width: 704px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre-wrap; 
}

.article-name .article-item .article-desc pre  img{
  width: 100%;
}
.article-name  .update-history{
  margin-top: 20px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0 20px;
}
.article-name  .update-history span{
  background-color: #2a7efb;
  padding: 4px 10px;
  color: #fff;
  border-radius: 4px;
}
.transform-show{
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}</pre></body></html>