@font-face {
  font-family: 'Source Han Sans CN_Medium';
  src: url('/newwz/index/css/fonts/SourceHanSansCN/SourceHanSansCN-Medium.otf') format('truetype');
}

@font-face {
  font-family: 'Source Han Sans CN_Regular';
  src: url('/newwz/css/fonts/SourceHanSansCN/SourceHanSansCN-Regular.otf') format('truetype');
}

@font-face {
  font-family: 'Alimama FangYuanTi VF';
  src: url('./fonts/AlimamaFangYuanTiVF-Thin/AlimamaFangYuanTiVF-Thin.woff') format('truetype');
}

@font-face {
  font-family: 'Source Han Sans CN';
  src: url('/newwz/css/fonts/SourceHanSansCN/SourceHanSansCN.otf') format('truetype');
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.main-container {
  width: 1200px;
  margin: 0 auto;
}

.banner {
  height: 730px;
  overflow: hidden;
  background: url(../images/companycloud/banner.png) no-repeat top center;
}

.banner-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.banner-logo {
  padding-top: 72px;
  text-align: center;
  margin-bottom: 36px;
}

.banner-logo img {
  width: 657px;
  height: 76px;
}

.banner-text {
  font-size: 18px;
  line-height: 28px;
  color: #666;
  max-width: 688px;
  text-align: center;
  margin-bottom: 60px;
  font-family: 'Source Han Sans CN_Regular';
}

.banner-img img {
  width: 967px;
  height: auto;
}

.bg1 {
  background-color: #fff;
}

.feature-server-box {
  padding: 60px 0 80px 0;
}

.feature-server-title {
  font-size: 36px;
  line-height: 44px;
  font-weight: bold;
  color: #333;
  text-align: center;
  margin-bottom: 28px;
  font-family: 'Source Han Sans CN_Bold';
}

.feature-server-info {
  font-size: 18px;
  line-height: 30px;
  color: #666;
  margin-bottom: 28px;
  text-align: center;
  margin-bottom: 28px;
  font-family: 'Source Han Sans CN_Regular';
}

.tab-hd-box {
  display: flex;
  justify-content: center;
  width: 1000px;
  height: 68px;
  margin: 0 auto;
  border-radius: 50px;
  /* background: url(../images/companycloud/bg-tab-box.png) no-repeat;
  background-size: 100% 100%; */
  background: rgba(23, 100, 206, 0.1);
  margin-bottom: 58px;
  padding: 6px 6px 10px 6px;
}

.tab-hd {
  width: calc(100% / 3);
  font-size: 20px;
  line-height: 50px;
  color: #354E7B;
  text-align: center;
  cursor: pointer;
  font-family: 'Source Han Sans CN_Medium';
  /* white-space: nowrap; */
  /* overflow: hidden; */
  /* text-overflow: ellipsis; */
}

.tab-hd span {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tab-hd.active {
  background: linear-gradient(135deg, #71ADFF 0%, #1764CE 100%);
  border-radius: 40px;
  color: #fff;
  position: relative;
  font-family: 'Source Han Sans CN_Bold';
}

.tab-hd.active::after {
  position: absolute;
  bottom: -7px;
  left: 50%;
  content: "";
  display: inline-block;
  width: 16px;
  height: 7px;
  background: url(../images/companycloud/icon-active-tip.png) no-repeat;
  background-size: 100% 100%;
}

.tab-hd.active::before{
  position: absolute;
  bottom: -17px;
  left: 50%;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 7px solid rgba(23, 100, 206, 0.1);
  border-bottom: 0;
}

.tab-db {
  padding: 48px 120px 0 60px;
  border-radius: 12px;
  height: 560px;
  overflow: hidden;
}

.tab-db:nth-of-type(1) {
  background: url(../images/companycloud/feature-server1.png) no-repeat center;
  background-size: 100% 100%;
}

.info-title {
  font-size: 20px;
  line-height: 30px;
  color: #333;
  font-weight: bold;
  font-family: 'Source Han Sans CN_Bold';
}

.info-title::before {
  display: inline-block;
  content: "";
  width: 17px;
  height: 12px;
  margin-right: 8px;
  background: url(../images/title-dot.png) no-repeat center;
}

.tab-db .info-title {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 21px;
  font-family: 'Source Han Sans CN_Bold';
}

.tab-db-text {
  max-width: 516px;
  font-size: 18px;
  line-height: 27px;
  color: #333;
  margin-bottom: 24px;
  font-family: 'Source Han Sans CN_Regular';
}

.tab-db-info-left {
  width: 432px;
  height: 340px;
  margin-bottom: 38px;
}

.tab-db-info-left img {
  width: 100%;
  height: 100%;
}

.tab-db-info-right {
  width: 124px;
  height: 144px;
  border: 1px solid;
  border-image-source: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.6) 100%);
  background: rgba(255, 255, 255, 0.6);
  border-radius: 8px;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-left: 23px;
  padding-top: 22px;
}

.tab-db-info-right img {
  width: 58px;
  height: 58px;
  margin-bottom: 14px;
}

.icon-text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  
  /* 2. 关键：将背景裁剪到文字区域（WebKit 前缀兼容 Safari/旧版Chrome） */
  background: linear-gradient(90deg, #1670EE 0%, #7D88FF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  /* 3. 隐藏原文字颜色，让渐变显示（-webkit-text-fill-color 兼容旧版） */
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-family: 'Source Han Sans CN_Medium';
}

.clssd .tab-db-right {
  position: relative;
}

.clssd .tab-db-right::after {
  position: absolute;
  content: "";
  left: -119px;
  bottom: 0;
  width: 194px;
  height: 109px;
  background: url(../images/companycloud/bottom-bg2.png) no-repeat center;
  background-size: 100% 100%;
  z-index: 99;
}

.tab-db-right-img-box {
  position: relative;
  z-index: 100;
  border-radius: 18px;
  background: #fff;
  padding: 10px;
  transform: translateY(44px);
  box-shadow: 0px 32px 40px 0px rgba(21, 73, 145, 0.08);
}

.tab-db-right-img-box img {
  border-radius: 12px;
}

.clssd {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.theme-server-title,
.onething-server-title,
.window-yy-server-title {
  font-size: 36px;
  line-height: 44px;
  color: #333;
  font-weight: bold;
  margin-bottom: 28px;
  text-align: center;
  font-family: 'Source Han Sans CN_Bold';
}

.theme-server-text,
.onething-server-text,
.window-yy-server-text {
  font-size: 18px;
  line-height: 30px;
  color: #666;
  margin: 0 auto;
  margin-bottom: 60px;
  text-align: center;
  max-width: 900px;
  font-family: 'Source Han Sans CN_Regular';
}

.onething-server-text {
  margin-bottom: 68px;
}

.bg2 {
  background: linear-gradient(180deg, rgba(231, 241, 255, 0.4) 0%, rgba(231, 241, 255, 0.8) 100%);
}

.theme-server-module-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* flex-wrap: wrap; */
}

.theme-server-module {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: center;
  width: 285px;
  height: 360px;
  border-radius: 12px;
  padding: 28px 20px 0 20px;
  background: linear-gradient(180deg, #C6E0FF 0%, #DEEDFF 31.44%);
  overflow: hidden;
}

.theme-server-module-title {
  font-size: 20px;
  line-height: 30px;
  color: #333;
  font-weight: bold;
  color: #1764CE;
  font-family: 'Source Han Sans CN_Bold';
  padding-left: 12px;
}

.theme-server-module:nth-of-type(2n) {
  background: linear-gradient(180deg, #D0DAFF 0%, #E3E9FC 31.44%);
}

.theme-server-module:nth-of-type(2n) .theme-server-module-title {
  color: #4D39BD;
}

.theme-server-img {
  width: 245px;
  height: 368px;
  position: relative;
  bottom: -41px;
}

.theme-server-img img {
  width: 100%;
  height: auto;
}

.theme-server-box {
  padding: 60px 0 80px 0;
}

.onething-server {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.onething-server-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 248px;
  margin-bottom: 8px;
}

.onething-server-type-item {
  background-color: #EEF5FF;
  border-radius: 4px;
  width: 116px;
  height: 36px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  font-family: 'Source Han Sans CN_Regular';
}

.onething-server-type-item p {
  font-size: 16px;
  line-height: 24px;
  color: #333;
  font-family: 'Source Han Sans CN_Regular';
}

.onething-server-type-item img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  transform: translateY(3px);
}

.onething-server-left-text {
  font-size: 18px;
  line-height: 27px;
  color: #333;
  max-width: 420px;
  font-family: 'Source Han Sans CN_Regular';
}

.onething-server-right {
  position: relative;
  background: linear-gradient(180deg, #C6E0FF 0%, #DEEDFF 63.58%, #EFF6FF 100%);
  width: 680px;
  height: 460px;
  display: flex;
  align-items: end;
  justify-content: center;
  border-radius: 12px;
}

.onething-server-right-img {
   transform: translateY(4px);
}

.onething-server-right-img img {
  width: 542px;
  height: auto;
}

.onething-server-box {
  padding: 60px 0 80px 0;
}

.onething-server-left .info-title {
  margin-bottom: 24px;
}

.window-yy-server-box {
  padding: 60px 0 80px 0;
}

.window-yy-server-right .info-title {
  margin-bottom: 24px;
}

.window-yy-server {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.window-yy-server-left img {
  width: 680px;
  height: auto;
}

.window-yy-server-right-text {
  font-size: 18px;
  line-height: 27px;
  color: #333;
  margin-bottom: 28px;
  font-family: 'Source Han Sans CN_Regular';
}

.policy-info-box {
  padding: 60px 0 80px 0;
}

.policy-info-box .theme-server-img {
  display: flex;
  justify-content: center;
  border-radius: 18px;
  width: 172px;
  height: 358px;
  background: rgba(255, 255, 255, 0.4);
  padding: 6px;
  border: 1px solid #fff;
  box-shadow: 0px 20px 20px 0px rgba(16, 92, 197, 0.12);
  bottom: -30px;
}

.policy-info-box .theme-server-img img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.policy-info-box .theme-server-module {
  align-items: center;
  height: 320px;
  background: linear-gradient(180deg, #C6E0FF 0%, #DEEDFF 17.58%, #EDF6FF 100%);
  padding: 28px 32px 0 32px;
}

.policy-info-box .theme-server-module-title {
  padding-left:0;
}

.policy-info-box .theme-server-module:nth-of-type(2n) {
  background: linear-gradient(180deg, #D0DAFF -2.9%, #E3E9FC 14.02%, #EEF2FF 100%);
}

.policy-info-box .theme-server-module-title {
  width: 100%;
}

.more-server-box {
  padding: 40px 0 48px 0;
}

.more-server-title {
  font-size: 36px;
  line-height: 54px;
  color: #fff;
  text-align: center;
  margin-bottom: 24px;
  font-weight: 700;
  font-family: 'Source Han Sans CN_Bold';
}

.more-server-text {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  font-family: 'Source Han Sans CN_Regular';
}

.more-server-text span {
  font-weight: bold;
  font-family: 'Source Han Sans CN_Bold';
}

.bg-more {
  background: url(../images/companycloud/bg-more.png) no-repeat center;
  background-size: 100% 100%;
}

.fw-type-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 546px;
  background: linear-gradient(180deg, #C6E0FF -14.94%, #DEEDFF 14.95%, #EFF6FF 100%);
  border-radius: 12px;
}

.fw-type-container {
  padding: 80px 0 48px 0;
}

.fw-type-left {
  padding: 24px 22px 60px 44px;
}

.fw-type-left-title {
  font-size: 26px;
  line-height: 39px;
  color: #333;
  font-weight: bold;
  margin-bottom: 23px;
  font-family: 'Source Han Sans CN_Bold';
}

.fw-type-left-title span {
  color: #1764CE;
}

.fw-type-text {
  font-size: 16px;
  line-height: 24px;
  color: #333;
  margin-top: 16px;
  padding-right: 30px;
  font-family: 'Source Han Sans CN_Regular';
}

.fw-types {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.fw-type {
  width: 340px;
  height: 400px;
  box-shadow: 0px 4px 32px 0px rgba(157, 195, 240, 0.16);
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin-right: 40px;
}

.fw-type:last-child {
  margin-right: 0;
}

.fw-type-info {
  width: 100%;
  padding: 28px 0 0 32px;
}

.fw-type-img {
  width: 297px;
}

.fw-type-img img {
  width: 100%;
  height: 100%;
}

.fw-type-right {
  width: 375px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 40px 23px 0 0;
}

.fw-download-title {
  background: url(../images/companycloud/bg-border.png) no-repeat center;
  background-size: 100% 100%;
  width: 208px;
  height: 64px;
  margin-bottom: 12px;
  text-align: center;
}

.fw-download-title span {
  display: inline-block;
  font-size: 16px;
  line-height: 64px;
  color: #333;
  overflow: hidden;
  white-space: wrap;
  text-overflow: ellipsis;
  text-align: center;
  max-width: 200px;
  font-family: 'Alimama FangYuanTi VF';
  font-weight: 600;
}

.fw-type-right-text {
  max-width: 254px;
  font-size: 14px;
  line-height: 21px;
  color: #636576;
  text-align: center;
  margin-bottom: 12px;
  font-family: 'Source Han Sans CN_Regular';
}

.fw-download-qrcode {
  position: relative;
  width: 375px;
  height: 368px;
  background: url(../images/companycloud/bg-ssb-download.png) no-repeat bottom center;
}

.download-qrcode {
  position: absolute;
  top: 97px;
  left: 136px;
}

.download-qrcode img {
  width: 120px;
  height: 120px;
}

.znbb,
.wkt {
  background: url(../images/companycloud/feature-server2.png) no-repeat center;
  background-size: 100% 100%;
  display: flex;
  align-items: start;
  position: relative;
  overflow: hidden;
}

.znbb-left {
  width: 516px;
}

.znbb-right,
.wkt-right {
  display: flex;
  align-items: end;
  height: 100%;
  position: absolute;
  right: 124px;
  top: 0;
}

.znbb-right-img,
.wkt-right-img {
  position: relative;
  width: 320px;
  transform: translateY(4px);
  background: #fff;
  padding: 10px 10px 0 10px;
  border-radius: 18px 18px 0 0;
  box-shadow: 0px 32px 40px 0px rgba(21, 73, 145, 0.08);
}

.znbb-right-img img,
.wkt-right-img img {
  width: 100%;
  height: auto;
  border-radius: 12px 12px 0 0;
}

.znbb-right-sub-img,
.wkt-right-sub-img {
  position: absolute;
  left: -325px;
  bottom: 40px;
  z-index: 100;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 18px;
  width: 360px;
  border: 1px solid #fff;
  padding: 10px;
  box-shadow: 0px 32px 40px 0px rgba(21, 73, 145, 0.08);
}

.znbb-right-sub-img img,
.wkt-right-sub-img img{
  width: 100%;
  height: auto;
}

.flex-center {
  display: flex;
  align-items: center;
}

.old-care-style .main-container {
  width: 100%;
}

.old-care-style .banner-img img {
  width: 100%
}

.old-care-style .banner {
    background-size: auto 100%;
}

.old-care-bg-h4 .old-care-style .banner {
   height: 610px;
    background-size: auto 100%;
}

.old-care-bg-h1 .old-care-style .banner  {
  height: 900px;
}

.old-care-style .tab-hd-box {
  width: 100%;
  height: auto;
  margin-bottom: 20px
}

.old-care-bg-h3 .old-care-style .tab-hd-box,
.old-care-bg-h4 .old-care-style .tab-hd-box,
.old-care-bg-h5 .old-care-style .tab-hd-box{
  flex-wrap: wrap;
}

.old-care-bg-h3 .old-care-style .tab-hd,
.old-care-bg-h4 .old-care-style .tab-hd,
.old-care-bg-h5 .old-care-style .tab-hd {
  width: 100%;
}

.old-care-style .tab-container {
  padding: 0 15px;
}

.old-care-bg-h4 .old-care-style .znbb, 
.old-care-bg-h5 .old-care-style .znbb, 
.old-care-bg-h2 .old-care-style .znbb,
.old-care-bg-h3 .old-care-style .znbb,
.old-care-bg-h5 .old-care-style .wkt,
.old-care-bg-h4 .old-care-style .wkt,
.old-care-bg-h3 .old-care-style .wkt,
.old-care-bg-h2 .old-care-style .wkt{
  flex-wrap: wrap;
  height: auto;
}

.old-care-bg-h4 .old-care-style .znbb-right,
.old-care-bg-h4 .old-care-style .wkt-right,
.old-care-bg-h5 .old-care-style .znbb-right,
.old-care-bg-h5 .old-care-style .wkt-right {
   right: 0;
   position: unset;
   align-items: start;
}

.old-care-bg-h4 .old-care-style .znbb-right,
.old-care-bg-h4 .old-care-style .wkt-right {
    transform: translateX(285px);
}

.old-care-bg-h5 .old-care-style .znbb-right,
.old-care-bg-h5 .old-care-style .wkt-right {
    transform: translateX(260px);
}

.old-care-bg-h2 .old-care-style .znbb-right,
.old-care-bg-h2 .old-care-style .wkt-right,
.old-care-bg-h3 .old-care-style .znbb-right,
.old-care-bg-h3 .old-care-style .wkt-right{
   right: 0;
   position: unset;
   align-items: start;
}

.old-care-bg-h2 .old-care-style .znbb-right,
.old-care-bg-h2 .old-care-style .wkt-right {
  transform: translateX(415px);
}

.old-care-bg-h3 .old-care-style .znbb-right,
.old-care-bg-h3 .old-care-style .wkt-right {
  transform: translateX(335px);
}

.old-care-bg-h2 .old-care-style .tab-db-text,
.old-care-bg-h3 .old-care-style .tab-db-text{
  max-width: 100%;
}

.old-care-style .znbb-left{
  width: 100%;
}

.old-care-style .tab-db {
  padding: 48px 60px 0 60px
}

.old-care-style .tab-db.clssd {
    flex-wrap: wrap;
    height: auto;
    justify-content: center;
}

.old-care-bg-h1 .old-care-style .tab-db.clssd  {
  justify-content: space-between;
}

.old-care-style .theme-server-module-box {
  justify-content: center;
}

.old-care-style .theme-server-module {
  margin-right: 20px;
  margin-bottom: 20px
}

.old-care-bg-h3 .old-care-style .theme-server-module:nth-of-type(2n),
.old-care-bg-h4 .old-care-style .theme-server-module:nth-of-type(2n),
.old-care-bg-h5 .old-care-style .theme-server-module:nth-of-type(2n){
  margin-right: 0;
}

.old-care-bg-h1 .old-care-style .theme-server-module:nth-of-type(3n),
.old-care-bg-h1 .old-care-style .theme-server-module:nth-of-type(4n),
.old-care-bg-h2 .old-care-style .theme-server-module:nth-of-type(3n),
.old-care-bg-h2 .old-care-style .theme-server-module:nth-of-type(4n){
    margin-right: 0;
}

.old-care-style .onething-server {
  flex-wrap: wrap;
  justify-content: center;
}

.old-care-style .onething-server-left {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.old-care-style .onething-server-type-item {
  width: auto;
}

.old-care-style .onething-server-type {
  width: 300px
}

.old-care-style .onething-server-type-item img {
  transform: translateY(0);
}

.old-care-style .window-yy-server {
  justify-content: center;
}

.old-care-style .theme-server-title, 
.old-care-style .onething-server-title, 
.old-care-style .window-yy-server-title  {
  line-height: unset;
}

.old-care-style .theme-server-module-box {
  flex-wrap: wrap;
}

.old-care-style .fw-type-box {
  flex-wrap: wrap;
  justify-content: center;
}

.old-care-style .bg-more {
  padding: 0 15px
}

.old-care-style .fw-type-box {
  height: auto;
}

.old-care-style .fw-types {
  justify-content: center;
}

.old-care-bg-h4 .old-care-style .fw-type,
.old-care-bg-h5 .old-care-style .fw-type {
  margin-bottom: 20px;
  margin-right: 0
}

.old-care-style .fw-type-right {
  padding: 0
}

.old-care-style .fw-type-left-title {
  text-align: center;
}

.old-care-style .banner-logo {
  padding: 0 15px;
}

.old-care-style .banner-logo img {
  width: 100%;
  height: auto;
}

.old-care-style .theme-server-text, 
.old-care-style .onething-server-text, 
.old-care-style .window-yy-server-text {
  padding: 0 15px
}

.old-care-bg-h1 .old-care-style .znbb-left {
    width: 35%;
}

.old-care-style .banner-text,
.old-care-style .tab-db-text,
.old-care-style .theme-server-text,
.old-care-style .onething-server-text,
.old-care-style .onething-server-left-text,
.old-care-style .window-yy-server-text,
.old-care-style .more-server-text,
.old-care-style .fw-type-text,
.old-care-style .fw-type-right-textm,
.old-care-style .feature-server-info{
  line-height: unset;
}

.old-care-style .fw-type{
  height: 450px;
}

.old-care-style .window-yy-server-right {
  margin-top: 15px;
}

.old-care-bg-h1 .old-care-style .znbb-right, 
.old-care-bg-h1 .old-care-style .wkt-right {
  right: 50px
}

.old-care-bg-h1 .old-care-style .znbb-right-sub-img, 
.old-care-bg-h1 .old-care-style .wkt-right-sub-img {
  bottom: 30px
}

/* 1500以下 */

@media(max-width:1499px) {
  .main-container {
    width: 100% !important;
  }
}

/* 小屏幕 */

@media(max-width:1199px) {
  .container {
  }

  .theme-server-module-box {
    justify-content: center;
    flex-wrap: wrap;
  }

  .theme-server-module {
    margin-bottom: 20px;
    margin-right: 20px;
  }

  .fw-type-box {
    flex-wrap: wrap;
    height: auto;
    justify-content: center;
  }
}

/* pad */

@media(max-width:979px) {
  .container {
    
  }

  .tab-hd-box {
    width: 100%;
  }

  .znbb-right, 
  .wkt-right {
    right: 20px;
  }

  .window-yy-server {
    justify-content: center;
  }

  .window-yy-server-right {
    margin-top: 24px;
  }

  .clssd {
    flex-wrap: wrap;
  }

  .banner {
    height: auto;
  }
}

/* phone */

@media(max-width:767px) {
  .container {
    
  }

  .banner-img img {
    width: 100%;
  }

  .onething-server {
    flex-wrap: wrap;
    justify-content: center;
  }

  .onething-server-left-text {
    margin-bottom: 24px;
    padding: 0 15px;
  }

  .onething-server-text {
    max-width: 100%;
  }

  .window-yy-server-left img {
    width: 100%;
  }

  .banner-logo img {
    width: 95%;
    height: auto;
  }

  .banner-text,
  .theme-server-text, 
  .onething-server-text, 
  .window-yy-server-text {
    width: 100%;
    padding: 0 15px;
  }

  .znbb-right-img, .wkt-right-img {
    width: 100%;
    flex-wrap: wrap;
  }

  .znbb-right-sub-img, .wkt-right-sub-img {
    position: unset;
    width: 100%;
    margin-top: 20px;
  }

  .tab-db {
    padding: 48px;
  }

  .znbb,
  .wkt{
    flex-wrap: wrap;
    height: auto;
  }

  .znbb-right, .wkt-right {
    right: 0;
    padding: 0 15px;
    flex-wrap: wrap;
    position: unset;
  }

  .onething-server-left {
    text-align: center;
  }

  .onething-server-type {
    margin-left: auto;
    margin-right: auto;
  }

  .onething-server-right-img {
    padding: 0 15px;
  }

  .onething-server-right-img img {
    width: 100%;
  }

  .more-server-box {
    padding: 40px 15px 48px 15px;
  }

  .fw-type{
    margin-right: 0;
    width: 100%;
  }

  .fw-type:first-of-type {
    margin-bottom: 23px;
  }

  .fw-type-right {
    padding-right: 0;
  }

  .fw-type-left {
    padding: 24px 22px 60px 22px;
  }

  .tab-db-info-left {
    width: 100%;
    height: auto;
  }

  .tab-db-info {
    flex-wrap: wrap;
    justify-content: center;
  }

  .tab-db-info-left {
    width: 100%;
    height: auto;
  }
  
  .tab-db:nth-of-type(1) {
    height: auto;
  }
  
  .tab-db.clssd {
    justify-content: center;
  }

  .tab-db-right-img-box {
    transform: translateY(105px);
  }

  .tab-hd-box {
    flex-wrap: wrap;
    height: auto;
  }

  .tab-hd {
    width: 100%;
  }

  .tab-db-info-right {
    margin-left: 0;
  }

  .feature-server-info {
    padding: 0 15px;
  }

  .theme-server-module {
    margin-right: 0;
  }

  .theme-server-title, .onething-server-title, .window-yy-server-title {
    padding: 0 15px;
  }

  .abt-fontzoom1 .onething-server-type {
      width: 268px;
  }

  .abt-fontzoom2 .onething-server-type {
     width: 288px;
  }
  
  .abt-fontzoom3 .onething-server-type {
    width: 300px;
  }

  .abt-fontzoom1 .onething-server-type-item,
  .abt-fontzoom2 .onething-server-type-item,
  .abt-fontzoom3 .onething-server-type-item {
     width: auto;
  }

   .abt-fontzoom3  .window-yy-server-right,
  .abt-fontzoom2  .window-yy-server-right{
     padding: 0 15px;
   }
}