/* 顶部隐藏导航 */
.downTopDowmload {
  width: 150px !important;
  height: 40px !important;
  background: linear-gradient(180deg, #FD7762 0%, #FB3827 100%) !important;
  border-radius: 12px !important;
}
.downTopDowmload:hover {
  background: linear-gradient(180deg, #FB3827 0%, #FD7762 100%) !important;
}
.downTopDowmload img {
  width: 14px !important;
  height: 14px !important;
  margin-right: 8px;
}
.downTopDowmload span {
  display: inline-block;
  font-family: Source Han Sans CN;
  font-size: 16px !important;
  color: #FFFFFF;
  margin: 0 !important;
}



/* 悬浮导航 */
.nav-box {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
  display: none;
  background-color: #FFFFFF;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  box-shadow: 0px 2px 14px 6px rgba(228, 228, 228, 0.37);
}
.nav-box a {
  position: relative;
  display: block;
  font-family: Source Han Sans CN;
  font-size: 14px;
  font-weight: bold;
  color: #101010;
  padding: 17px 14px;
  box-sizing: border-box;
}
.nav-box a.active {
  color: #1473E6;
}
.nav-box a.active::before {
  content: '';
  position: absolute;
  left: 1px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
  width: 3px;
  height: 23px;
  background: #1473E6;
  border-radius: 100px; 
} 
.nav-box a:first-child {
  border-top-right-radius: 30px;
}
.nav-box a:last-child {
  border-bottom-right-radius: 30px;
}
.nav-box a:hover {
  cursor: pointer;
  background-color: #F0F6FF;
  color: #1473E6;
}

/* banner */
.banner-box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 583px;
  box-sizing: border-box;
  margin-top: 116px;
}
.banner-box .banner-bg {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
  width: 100%;
  height: 100%;
}

.banner-title {
  position: relative;
  margin-top: -60px;
}

.banner-title h1 {
  font-size: 68px;
  font-family: Inter-Bold, Inter;
  font-weight: bold;
  color: #FFFFFF;
  letter-spacing: 3px;
}

.banner-label {
  position: absolute;
  right: -109px;
  top: -80px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 133px;
  height: 50px;
  background: url(https://res.callmysoft.com/wm-static-resource/index/KingshiperPc/product/188/images/label.png) no-repeat center center;
  background-size: cover;
}

.banner-label img {
  margin-right: 10px;
  margin-bottom: 8px;
}

.banner-label span {
  font-size: 20px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #101010;
  margin-bottom: 8px;
}

.banner-box>p {
  font-size: 26px;
  font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: 2px;
  text-shadow: 0px 4px 4px rgba(121, 0, 0, 0.25);
  margin-top: 44px;
  margin-bottom: 43px;
}

.banner-box>.banner-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 263px;
  height: 65px;
  background: #1473E6;
  box-shadow: 0px 4px 6px 1px rgba(255, 62, 0, 0.19);
  border-radius: 14px;
}

.banner-box>.banner-btn span {
  font-size: 26px;
  font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  font-weight: 500;
  color: #FFFFFF;
  margin: 0 20px;
}

.banner-box>.banner-btn:hover {
  background: #167cf8;
}

.banner-buy {
  position: absolute;
  bottom: 73px;
  left: 50%;
  transform: translateX(-50%);

  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  height: 83px;
  background: linear-gradient(91.04deg, rgba(255, 255, 255, 0.15) 0.83%, rgba(255, 227, 220, 0.4) 100%);
  box-shadow: 0px 2px 15px rgba(255, 80, 53, 0.51), inset 0px 2px 2px rgba(255, 255, 255, 0.33);
  backdrop-filter: blur(10px);

  border-radius: 15px;
  padding: 0 50px;
  box-sizing: border-box;
  /* transform: translateY(0); */
  /* transition: all .5s; */
}
.banner-buy:hover {
  /* transform: translateY(-10px); */
  /* transition: all .5s; */
}
.banner-text {
  display: flex;
  align-items: center;
}

.banner-text p {
  font-size: 34px;
  font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: 3px;
  opacity: 0.9;
}

.banner-text span {
  width: 128px;
  height: 34px;
  line-height: 36px;
  text-align: center;
  background: rgba(196, 196, 196, 0);
  border-radius: 22px 22px 22px 22px;
  border: 1px solid #FFFFFF;
  font-size: 16px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
  text-decoration: line-through;
  opacity: 0.9;
}

.banner-buy>span {
  width: 140px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #FBDE93;
  box-shadow: 0px 4px 19px -7px rgba(252, 65, 121, 0.58);
  border-radius: 94px 94px 94px 94px;
  font-size: 20px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #101010;
}

.banner-buy>span:hover {
  box-shadow: 0px 4px 19px -7px rgba(255, 255, 255, 0.6);
}

/* 活动页显隐 */
.activity_show{
  width: 100%;
  height: 100%;
}
/* 产品展示 */
.display-box {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
}

.display-box .display-ul1 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.display-box .display-ul1 li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90px;
  font-size: 18px;
  font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  font-weight: bold;
  color: #5A5B5D;
  margin-right: 50px;
}

.display-box .display-ul1 li:last-child {
  margin-right: 0;
}

.display-box .display-ul1 li:hover {
  cursor: pointer;
}

.display-box .display-ul1 li.active {
  font-weight: bold;
  color: #1473E6;
}

.display-box .display-ul1 li span {
  width: 34px;
  height: 3px;
  background: transparent;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  margin-top: 16px;
}

.display-box .display-ul1 li.active span {
  background: #1473E6;
}

.display-box>p {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  line-height: 24px;
  text-align: center;
  padding: 8px 0;
  border-radius: 2px 2px 2px 2px;
  opacity: 1;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 50px;
}
.display-box>p span {
  display: none;
  font-size: 16px;
  font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  font-weight: 500;
  color: #000000;
}
.display-box>p span.active {
  display: block;
}
.display-box>p img {
  position: absolute;
  left: 21px;
  top: 50%;
  transform: translateY(-50%);
}

.display-box .display-ul2 {
  display: flex;
  flex-wrap: wrap;
  width: 1240px;
  /* height: 1123px; */
  margin: 0 auto;
  padding: 9px;
  box-sizing: border-box;
  /* overflow-y: auto; */
  display: none;
}
.display-box .display-ul2.active {
  display: flex;
}

.display-box .display-ul2::-webkit-scrollbar {
  width: 4px;
}

.display-box .display-ul2::-webkit-scrollbar-thumb {
  background: rgb(200, 200, 200);
  border-radius: 3px;
}

.display-box .display-ul2::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 3px;
}

.display-box .display-ul2 > li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 31%;
  height: 253px;
  background: #FFFFFF;
  box-shadow: 0px 0px 9px 3px rgba(228, 228, 228, 0.37);
  border-radius: 3px 3px 3px 3px;
  opacity: 1;
  padding: 17px;
  box-sizing: border-box;
  margin-bottom: 30px;
  margin-right: 3.5%;
}

.display-box .display-ul2 > li:nth-child(3n) {
  margin-right: 0;
}

.display-title {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.display-title img {
  width: 33px;
  height: 33px;
}
.display-title h2 {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  font-family: Source Han Sans CN-Bold, Source Han Sans CN;
  font-weight: bold;
  color: #222222;
  margin-left: 19px;
}

.display-text p {
  width: 100%;
  font-size: 13px;
  font-family: Source Han Sans CN-Normal, Source Han Sans CN;
  font-weight: 400;
  color: #505050;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.display-buy {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 21px 0;
  padding-bottom: 0;
  border-top: 1px solid #EAEAEA;
}

.display-buy p {
  font-size: 14px;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #FF3E00;
}

.display-buy p span {
  font-size: 24px;
}

.display-btn {
  display: flex;
  align-items: center;
}

.display-btn a.now-download {
  display: inline-block;
  width: 83px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #1473E6;
  border-radius: 100px 100px 100px 100px;
  opacity: 1;
  font-size: 12px;
  font-family: Source Han Sans CN-Normal, Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
  margin-right: 16px;
}

.display-btn a.now-download:hover {
  box-shadow: 0px 0px 6px #6a9edf;
}

.display-btn a.view-page {
  display: inline-block;
  width: 83px;
  height: 32px;
  line-height: 27.5px;
  text-align: center;
  background: #FFFFFF;
  border-radius: 100px 100px 100px 100px;
  opacity: 1;
  border: 1.5px solid #565656;
  box-sizing: border-box;
  font-size: 12px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #565656;
}

.display-btn a.view-page:hover {
  background: #565656;
  color: #FFFFFF;
}

.download-box {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  height: 32px;
  border: 1px solid rgba(0, 122, 255, 1);
  border-radius: 15.0588px;
  box-sizing: border-box;
  cursor: pointer; 
  margin-right: 16px;
  user-select: none;
}
.download-box > span {
  width: 66px;
  height: 32px;
  line-height: 32px;
  font-family: 'Microsoft YaHei';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  background: #1473E6;
  padding-left: 10px;
  border-radius: 14px 0px 0px 14px;
  box-sizing: border-box;
}
.download-box i {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: rgba(0, 122, 255, 1);
  border-radius: 0px 14px 14px 0px;
}
.download-box.active i {
  background: rgba(0, 122, 255, .5);
}
.download-box i img {
  transform: rotate(0deg);
}
.download-box.active i img {
  transform: rotate(180deg);
}
.download-box ul {
  position: absolute;
  left: 50%;
  top: 32px;
  transform: translateX(-50%);
  z-index: 2020;
  display: none;
  width: max-content;
  min-width: 130px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 15px 0 rgb(0 0 0 / 20%);
  padding: 4px 0;
  box-sizing: border-box;
}
.download-box.active ul {
  display: block;
}
.download-box ul li {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 4px;
}
.download-box ul li:hover {
  background: #eee;
}
.download-box ul li:hover .download-qrcode {
  display: block;
}
.download-box ul li:last-child {
  margin-bottom: 0;
}
.download-box ul li a {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 5px 10px;
  box-sizing: border-box;  
}
.download-box ul li a span {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -.5px;
  color: #000;
  margin-left: 6px;  
}
.download-box ul li .download-qrcode {
  position: absolute;
  left: 129px;
  top: 0;
  display: none;
  background: #fff;
  border-radius: 8px;
  padding: 11px;
  box-sizing: border-box;
  box-shadow: 0 0 7px 0 rgb(0,0,0,.2); 
}
.download-box ul li .download-qrcode p {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -.5px;
  color: #000;
  margin-top: 3px;
  text-align: center;  
}

/* 为满足各类办公应用场景而生 */
.video-box {
  width: 100%;
  padding-top: 85px;
  padding-bottom: 100px;
  background-color: #FAFAFA;
}
.video-box h1 {
  font-family: Source Han Sans CN;
  font-size: 36px;
  color: #101010;
  text-align: center;
}
.video-box p {
  font-family: 'Source Han Sans CN';
  font-size: 20px;
  color: #000000;
  opacity: 0.6;
  text-align: center;
  margin-top: 13px;
  margin-bottom: 25px;
}
.video-box span {
  display: block;
  width: 60px;
  height: 6px;
  background: linear-gradient(90deg, #FC3437 0%, #FDAF67 100%);
  margin: 0 auto;
}
.video-box video {
  display: block;
  width: 1037px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 60px;
}
.video-box a {
  display: block;
  width: 220px;
  height: 73px;
  line-height: 73px;
  text-align: center;
  background: linear-gradient(189.56deg, #FB3928 0%, #FD7662 100%);
  border-radius: 114px;
  margin: 0 auto;
  font-family: Source Han Sans CN;
  font-size: 30px;
  color: #FFFFFF;
}
.video-box a:hover {
  background: linear-gradient(189.56deg, #FD7662 0%, #FB3928 100%);
}
/* 小软件 大用处 */
.intro-box {
  width: 100%;
  padding-top: 85px;
  padding-bottom: 100px;
}

.intro-box h1 {
  font-size: 36px;
  font-family: Source Han Sans CN-Bold, Source Han Sans CN;
  font-weight: bold;
  color: #101010;
  letter-spacing: 2px;
  text-align: center;
}

.intro-box p {
  font-size: 20px;
  font-family: Source Han Sans CN-Normal, Source Han Sans CN;
  font-weight: 400;
  color: #000000;
  letter-spacing: 1px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 25px;
}

.intro-box span {
  display: block;
  width: 60px;
  height: 6px;
  background: linear-gradient(90deg, #FC3437 0%, #FDAF67 100%);
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  margin: 0 auto;
}

.ul-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 78px;
}

.before-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 441px;
  height: 539px;
  background: #FFEEE0;
  border-radius: 30px 0px 0px 30px;
  opacity: 1;
}

.after-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 493px;
  height: 594px;
  background: linear-gradient(225deg, #FB3827 0%, #FE9E8F 100%);
  border-radius: 30px 30px 30px 30px;
  opacity: 1;
}
.before-box h2 {
  width: 318px;
  height: 72px;
  background: linear-gradient(180deg, #FCF1E9 0%, #FFD7B6 100%);
  border-radius: 36px 36px 36px 36px;
  opacity: 1;
  border: 3px solid #FFFFFF;
  box-sizing: border-box;
  font-size: 32px;
  font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  font-weight: 500;
  color: #636363;
  line-height: 66px;
  text-align: center;
  margin-bottom: 60px;
}
.after-box h2 {
  width: 318px;
  height: 72px;
  background: linear-gradient(180deg, #FE9E8F 0%, #FB3827 100%);
  box-shadow: 0px 4px 5px 1px rgba(255, 62, 0, 0.28);
  border-radius: 36px 36px 36px 36px;
  opacity: 1;
  border: 3px solid #FFFFFF;
  box-sizing: border-box;
  font-size: 32px;
  font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 66px;
  text-align: center;
  margin-bottom: 60px;
}
.before-box ul li {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #484848;
  margin-bottom: 20px;
}
.before-box ul li:last-child {
  margin-bottom: 0;
}
.after-box ul li:last-child {
  margin-bottom: 0;
}
.after-box ul li {
  display: flex;
  align-items: center;
  font-size: 26px;
  font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.before-box ul li img {
  margin-right: 15px;
}
.after-box ul li img {
  margin-right: 15px;
}


/* 全家桶会员优势 */
.advantage-box {
  width: 100%;
  background: #FAFAFA;
  padding-top: 80px;
  padding-bottom: 113px;
}
.advantage-box h1 {
  font-size: 36px;
  font-family: Source Han Sans CN-Bold, Source Han Sans CN;
  font-weight: bold;
  color: #101010;
  letter-spacing: 2px;
  text-align: center;
}
.advantage-box p {
  font-size: 20px;
  font-family: Source Han Sans CN-Normal, Source Han Sans CN;
  font-weight: 400;
  color: #000000;
  letter-spacing: 1px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 25px;
}
.advantage-box span {
  display: block;
  width: 60px;
  height: 6px;
  background: linear-gradient(90deg, #FC3437 0%, #FDAF67 100%);
  border-radius: 0px 0px 0px 0px;
  opacity: 1; 
  margin: 0 auto;
}
.advantage-box ul {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  margin-top: 77px;
}
.advantage-box ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.advantage-box ul li p {
  width: 188px;
  font-size: 16px;
  font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  font-weight: 500;
  color: #484848;
  line-height: 24px;
}

/* 底部下载 */
.bottom-download-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 399px;
  background: url(https://res.callmysoft.com/wm-static-resource/index/KingshiperPc/product/188/images/download-beijin.png) no-repeat center center;
  background-size: cover;
}
.bottom-download-box h1 {
  font-size: 54px;
  font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: 6px;
  margin-bottom: 60px;
}
.bottom-download-box a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 269px;
  height: 79px;
  background: #1473E6;
  box-shadow: 0px 4px 6px 1px rgba(255, 62, 0, 0.19);
  border-radius: 100px 100px 100px 100px;
  opacity: 1; 
  font-size: 30px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
}
.bottom-download-box a:hover {
  box-shadow: 0px 0px 27px -4px #1473e6;
}
.bottom-download-box a img {
  margin-left: 20px;
}