* {
  font-family: Arial, "PingFang SC", "Microsoft YaHei", "微软雅黑";
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html,
body {
  height: 100%;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

a {
  outline: none;
}

body {
  font-family: Arial, "PingFang SC", "Microsoft YaHei", "微软雅黑";
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

input {
  outline: none;
}

.user_suggest_hover {
  width: 35px;
  height: 34px;
  padding: 5px;
  font-size: 12px;
  color: #ffffff;
  background: #767676;
  position: fixed;
  z-index: 10;
  bottom: 50px;
  right: 5px;
  text-align: center;
  line-height: 1.4;
}

span#cnzz_stat_icon_1258671077 a {
  display: none;
  color: #2a2a2a;
}
.approve-icon.wow {
  font-size: 0;
}

/* 全局动效 */
.micro-wave.wave-up {
  animation: wave-up 1s forwards;
}
.micro-wave {
  opacity: 0;
  /* overflow: hidden; */
}
@keyframes wave-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* 右侧lenovo logo*/
#lenovo-side-logo {
  position: fixed;
  right: 0;
  bottom: 353px;
  width: 43px;
  height: 128px;
}
#lenovo-side-logo .aside-btn {
  display: inline-block;
  box-sizing: border-box;
  width: 43px;
  height: 43px;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
  text-align: center;
  padding-top: 7px;
  position: absolute;
  top: 128px;
  right: 0;
}
#lenovo-side-logo .aside-btn span {
  display: block;
  font-size: 12px;
  color: #1b2733;
  line-height: 14px;
}
#lenovo-side-logo .aside-btn img {
  display: none;
}
#lenovo-side-logo .aside-btn:hover {
  padding-top: 0;
}
#lenovo-side-logo .aside-btn:hover span {
  display: none;
}
#lenovo-side-logo .aside-btn:hover img {
  display: inline-block;
  width: 10px;
  height: 21px;
  position: absolute;
  top: 50%;
  margin-top: -11.5px;
  left: 50%;
  margin-left: -5px;
}
#lenovo-side-logo img {
  width: 100%;
  cursor: pointer;
}

/*添加一个公用的连接样式*/
.link-color {
  color: #ffffff;
  width: 100%;
  height: 100%;
  display: block;
}
.cooperation_3 {
  margin-bottom: 97px;
}

/* 自 2024年8月起，应用产品宣传页面规范，包含但不限于首页、企业网盘、内容协同平台、文档中台、预览中心等 */

/* 按钮 */
.home-btn {
  min-width: 120px;
  padding: 12px 16px;
  box-sizing: border-box;
  line-height: normal;
  border-radius: 6px;
  font-size: 16px;
  color: white;
  background-color: #0a64fa;
  transition: 0.3s;
  cursor: pointer;
  text-align: center;
  display: inline-block;
}

.home-btn:hover {
  background-color: #3b83fb;
}

.home-btn:active {
  background-color: #0850c8;
}

.home-btn .icon {
  width: 20px;
  height: 20px;
  margin-right: 4px;
  vertical-align: top;
  background-size: 100% 100%;
  display: inline-block;
}

.home-btn.ghost {
  padding: 11px 16px;
  color: #0a64fa;
  border: 1px solid #0a64fa;
  background-color: transparent;
}

.home-btn.ghost:hover {
  color: #3b83fb;
  border: 1px solid #3b83fb;
  background-color: transparent;
}

.home-btn.ghost:active {
  color: #0850c8;
  border: 1px solid #0850c8;
  background-color: transparent;
}

.home-btn.small {
  padding: 7px 12px;
  font-size: 16px;
}

/* 按钮icon */

.icon.consult {
  background-image: url(/product/images/intelligent/zixun@2x.png);
}

.icon.experience {
  background-image: url(/product/images/intelligent/experience@2x.png);
}

/* banner */
.intro-banner {
  opacity: 1;
  padding-top: 140px;
}

.intro-banner .banner-title {
  font-size: 44px;
  font-weight: 600; /* 中黑体 */
  color: rgba(0, 0, 0, 0.85);
  margin-bottom: 18px;
}

#en .intro-banner .banner-title {
  width: 800px;
}

.intro-banner .banner-text {
  font-size: 20px;
  font-weight: 400; /* 中黑体 */
  color: rgba(0, 0, 0, 0.85);
  margin-bottom: 8px;
}

#en .intro-banner .banner-text {
  width: 720px;
}

.intro-banner .home-btn {
  margin-top: 24px;
}

/* 楼层（版块） */
.intro-section {
  padding: 80px 0 40px;
}

.intro-section .section-title {
  font-size: 36px;
  font-weight: 600; /* 中黑体 */
  color: rgba(0, 0, 0, 0.85);
}

#en .intro-section .section-title {
  font-size: 36px;
}

.intro-section .section-subtitle {
  font-size: 18px;
  font-weight: 400; /* 常规体 */
  color: rgba(0, 0, 0, 0.85);
}

#en .intro-section .section-subtitle {
  line-height: 1.6;
  font-size: 16px;
}

.intro-section .section-text {
  font-size: 16px;
  font-weight: 400; /* 常规体 */
  text-align: justify;
}

#en .intro-section .section-text{
    text-align: left;
}

/* 产品特性介绍卡片标题 */
.intro-section .card-title {
  font-size: 26px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
}

#en .intro-section .card-title {
  font-size: 24px;
}

/* 客户案例卡片标题 */
.intro-section .case-card-title {
  font-size: 28px;
  font-weight: 600; /* 中黑体 */
}

/* 客户案例卡片样式 */
.case-card-context{
	width: 1280px;
    margin: 40px auto 0;
    display: flex;
    justify-content: space-between;
}
.case-card-context .image{
    width: 100%;
}

.case-card-context .logo{
    position: absolute;
    left: 16px;
    bottom: 16px;
    height: 44px;
}
.case-card-context .context-title{
    margin: 24px 0 12px 16px;
    font-size: 26px;
    font-weight: bold;
	color: rgba(0, 0, 0, 0.85);
}

#en .case-card-context .context-title{
    font-size: 22px;
}

.case-card-context li{
    position: relative;
    width: 302px;
    min-height: 492px;
    font-size: 14px;
    border-radius: 12px;
    box-shadow: 0px 6px 30px 0px rgba(42, 94, 137, 0.12);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
  
.case-card-context li .context-sub-title{
    margin: 0 16px 68px 16px;
    color: rgba(0, 0, 0, 0.65);
    text-align: justify;
    line-height: 1.6;
}

#en .case-card-context li .context-sub-title{
  	line-height: 1.6;
    font-size: 16px;
}

/* 留资版块 */
.advisory-section {
  opacity: 1;
  padding: 40px 0 0;
}

.advisory-section .advisory-title {
  font-size: 28px;
  font-weight: 400; /* 常规体 */
}

.advisory-section .advisory-text {
  font-size: 18px;
  font-weight: 400; /* 常规体 */
}

/* 楼层-左右结构（推拉门版块） */
.sliding-door-section {
  opacity: 1;
}

/* 与 .intro-section .section-title 冗余 */
.sliding-door-section .section-title {
  font-size: 36px;
  font-weight: 600; /* 中黑体 */
}

.sliding-door-section .section-subtitle {
  font-size: 24px;
  font-weight: 600; /* 中黑体 */
}

#en .sliding-door-section .section-subtitle {
  font-size: 28px;
  font-weight: 600;
}

.sliding-door-section .section-text {
  font-size: 18px;
  font-weight: 400; /* 常规体 */
}

#en .sliding-door-section .section-text {
  padding-left: 24px;
  box-sizing: border-box;
}

.sliding-door-section .section-text li{
  margin-top: 12px;
  list-style: disc;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.85);
}

#en .sliding-door-section .section-text li{
  line-height: 1.6;
}

.qrcode-bg {
  height: 190px;
}

.qrcode-bg .bg {
  width: 1280px;
  margin: 0 auto;
  height: 100%;
}

.qrcode-bg .connect {
  width: 1280px;
  height: 100%;
  margin: 0 auto;
  color: #1b2733;
  justify-content: center;
  align-items: center;
  display: flex;
}

.qrcode-bg .connect .item {
  height: 150px;
  margin: 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1b2733;
}

.qrcode-bg .connect .item p {
  color: #1b2733;
}

.qrcode-bg .connect .item .description {
  margin-top: 8px;
}

.qrcode-bg .connect .item img {
  margin-left: 16px;
  cursor: pointer;
}

.qrcode-bg{
    background: url(/public/images/qrcode-bg.png) no-repeat;
    background-size: 100% 100%;
}

.qrcode-bg .item{
  margin: 0 40px;
}

.qrcode-bg .item .advisory-title{
    font-size: 22px;
}

#en .qrcode-bg .item .advisory-title{
    font-size: 26px;
}

.qrcode-bg .item .advisory-text{
    font-size: 16px;
    margin-top: 8px;
}

.qrcode-bg .item .arrow{
  width: 44px;
  height: 44px;
}

.qrcode-bg .item .qrcode{
  width: 92px;
  height: 92px;
}

.vipservice{
    background-color: #F6F8FC;
}
