@charset "UTF-8";
.top-box {
  position: absolute;
  width: 100%;
  height: 64px;
}
.top-box .header-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  margin: 0 auto;
  padding-top: 12px;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #222;
}
.top-box .header-box .header-left {
  display: flex;
  align-items: center;
  gap: 16px;
}
.top-box .header-box .header-right {
  display: flex;
  align-items: center;
  gap: 48px;
}
.top-box .header-box .header-right > a {
  color: #666;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.top-box .header-box .header-right > a:hover {
  color: #04A2EA;
}
.top-box .header-box img {
  width: 40px;
  height: 40px;
}
.top-box .hidden-header-box {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 64px;
  margin: 0 auto;
  background-color: #fff;
  z-index: 999;
}
.top-box .hidden-header-box .hidden-header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 1200px;
  margin: 0 auto;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #222;
}
.top-box .hidden-header-box .hidden-header-content .header-left {
  display: flex;
  align-items: center;
  gap: 16px;
}
.top-box .hidden-header-box .hidden-header-content .header-right {
  display: flex;
  align-items: center;
  gap: 48px;
}
.top-box .hidden-header-box .hidden-header-content .header-right > a {
  color: #666;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.top-box .hidden-header-box .hidden-header-content .header-right > a:hover {
  color: #04A2EA;
}
.top-box .hidden-header-box img {
  width: 40px;
  height: 40px;
}

.banner-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 167px 0 50px 0;
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/653_sem/banner-bg.png) no-repeat center;
  background-size: cover;
  /* 遮罩层样式 */
  /* 视频弹窗样式 */
  /* 关闭按钮样式 */
  /* 视频样式 */
}
.banner-box h1 {
  position: relative;
  color: #111;
  font-family: "Douyin Sans";
  font-size: 78px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 6.24px;
}
.banner-box h1 span {
  position: absolute;
  right: 0;
  top: -25px;
  display: flex;
  justify-content: center;
  width: 97px;
  height: 44px;
  color: #FFF;
  font-family: "Alimama ShuHeiTi";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 0.54px;
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/653_sem/banner-qipao.png) no-repeat center;
  background-size: cover;
}
.banner-box h1 + p {
  width: 718px;
  margin-top: 19px;
  color: rgba(0, 66, 96, 0.85);
  text-align: center;
  font-family: "Source Han Sans CN";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 46px;
  letter-spacing: 1.2px;
}
.banner-box ul {
  display: flex;
  justify-content: space-between;
  width: 880px;
  margin-top: 64px;
}
.banner-box ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.banner-box ul li img {
  width: 70px;
  height: 70px;
}
.banner-box ul li span {
  color: #333;
  font-family: "Source Han Sans CN";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.banner-box .download-box {
  display: flex;
  gap: 64px;
  width: 600px;
  height: 78px;
  margin-top: 67px;
}
.banner-box .download-box > a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 268px;
  height: 78px;
  border-radius: 12px;
}
.banner-box .download-box > a:first-of-type {
  position: relative;
  background: linear-gradient(250deg, #12AFF7 54.66%, #12DCF7 121.98%);
}
.banner-box .download-box > a:first-of-type:hover {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%), linear-gradient(250deg, #12AFF7 54.66%, #12DCF7 121.98%);
}
.banner-box .download-box > a:first-of-type:active {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), linear-gradient(250deg, #12AFF7 54.66%, #12DCF7 121.98%);
}
.banner-box .download-box > a:first-of-type p {
  position: absolute;
  right: -21px;
  top: -23px;
  display: flex;
  justify-content: center;
  width: 63px;
  height: 33px;
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/653_sem/recommend.png) no-repeat center;
  background-size: cover;
  color: #FFF;
  font-family: "Alimama ShuHeiTi";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 1.28px;
}
.banner-box .download-box > a:last-of-type {
  background-color: #12AFF7;
}
.banner-box .download-box > a:last-of-type:hover {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%), linear-gradient(250deg, #12AFF7 54.66%, #12DCF7 121.98%);
}
.banner-box .download-box > a:last-of-type:active {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), linear-gradient(250deg, #12AFF7 54.66%, #12DCF7 121.98%);
}
.banner-box .download-box > a span {
  color: #FFF;
  font-family: "Source Han Sans CN";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.banner-box .download-box + p {
  margin-top: 56px;
}
.banner-box .download-box ~ p {
  color: #888;
  text-align: center;
  font-family: "Microsoft YaHei UI";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.banner-box .video-and-help {
  display: inline-flex;
  align-items: center;
  gap: 40px;
  margin-top: 27px;
}
.banner-box .video-and-help > a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.banner-box .video-and-help > a:first-of-type {
  width: 164px;
  height: 60px;
  border-radius: 49px;
  border: 1px solid #12AFF7;
}
.banner-box .video-and-help > a:first-of-type:hover {
  border-radius: 49px;
  border: 1px solid #12AFF7;
  background: rgba(18, 175, 247, 0.1);
}
.banner-box .video-and-help > a:first-of-type:active {
  border-radius: 49px;
  border: 1px solid #12AFF7;
  background: rgba(18, 175, 247, 0.15);
}
.banner-box .video-and-help > a:first-of-type span {
  color: #41B3FF;
  font-family: "Microsoft YaHei UI";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.banner-box .video-and-help > a:last-of-type {
  width: 164px;
  height: 60px;
  border-radius: 49px;
  border: 1px solid #E79E63;
}
.banner-box .video-and-help > a:last-of-type:hover {
  border-radius: 49px;
  border: 1px solid #E79E63;
  background: rgba(231, 158, 99, 0.1);
}
.banner-box .video-and-help > a:last-of-type:active {
  border-radius: 49px;
  border: 1px solid #E79E63;
  background: rgba(231, 158, 99, 0.15);
}
.banner-box .video-and-help > a:last-of-type span {
  color: #E79E63;
  font-family: "Microsoft YaHei UI";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.banner-box .overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999;
}
.banner-box .video-popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  z-index: 1000;
}
.banner-box .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 20px;
  background: rgba(255, 255, 255, 0.5);
  z-index: 1000;
  cursor: pointer;
}
.banner-box .close-btn > div {
  width: 100%;
  height: 100%;
  line-height: 21px;
  text-align: center;
  border-radius: 50%;
}
.banner-box .close-btn:hover {
  background: rgba(255, 255, 255, 0.7);
}
.banner-box .close-btn:active {
  background: rgba(255, 255, 255, 0.15);
}
.banner-box .video-popup video {
  max-width: 100%;
  height: auto;
}

.step-box {
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/653_sem/step-bg.png) no-repeat center;
  background-size: 1040px 710px;
  background-position: 78% 120%;
  height: 850px;
}
.step-box h1 {
  margin-top: 108px;
  text-align: center;
  font-family: "Douyin Sans";
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.08px;
  background: linear-gradient(90deg, rgb(207, 242, 125) 30%, rgb(44, 189, 255) 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.step-box h1 + p {
  margin-top: 24px;
  text-align: center;
  color: #767B79;
  font-family: "Microsoft YaHei UI";
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.52px;
}
.step-box .step-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  margin: 80px auto 0 auto;
}
.step-box .step-content ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.step-box .step-content ul li {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.step-box .step-content ul li.active {
  width: 348px;
  height: 90px;
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0px 3.178px 12.713px 0px rgba(18, 175, 247, 0.2);
}
.step-box .step-content ul li.active p {
  padding: 21px 0 21px 26px;
  color: #04A2EA;
  font-family: "Microsoft YaHei UI";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.step-box .step-content ul li.active span {
  color: #04A2EA;
  font-family: "DingTalk JinBuTi";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.step-box .step-content ul li.active svg {
  padding: 30px 30px 29px 0;
  display: block;
}
.step-box .step-content ul li svg {
  display: none;
}
.step-box .step-content ul li p {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 21px 0 21px 26px;
  color: #797979;
  font-family: "Microsoft YaHei UI";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.step-box .step-content ul li p span {
  color: #797979;
  font-family: "DingTalk JinBuTi";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.step-box .step-img {
  position: relative;
}
.step-box .step-img img {
  display: none;
}
.step-box .step-img img.active {
  position: relative;
  display: block;
  width: 787px;
  height: 558px;
  z-index: 1;
}

#YSF-BTN-HOLDER {
  display: none !important;
}

/* 常用软件展示 */
.software-section {
  width: 1200px;
  margin: 40px auto 60px auto;
  padding: 32px 32px 40px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.85), rgba(240, 248, 255, 0.85));
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.software-section h2 {
  margin-bottom: 8px;
  font-family: "Douyin Sans";
  font-size: 30px;
  font-weight: 700;
  color: #222;
}

.software-section p.subtitle {
  margin-bottom: 24px;
  font-size: 14px;
  color: #777;
}

.software-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px 20px;
}

.software-card {
  position: relative;
  padding: 16px 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: default;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}

.software-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at 0 0, rgba(18, 175, 247, 0.18), transparent 55%);
  opacity: 0;
  transition: opacity 0.22s ease;
}

.software-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
  background: rgba(255, 255, 255, 0.98);
  border-color: rgba(18, 175, 247, 0.35);
}

.software-card:hover::before {
  opacity: 1;
}

.software-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.software-icon img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  object-fit: cover;
}

.software-name {
  font-size: 14px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.software-tag {
  display: none;
}

/* 友情链接 */
.friend-links {
  width: 1200px;
  margin: 0 auto 60px auto;
  padding: 14px 20px 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(227, 244, 255, 0.95));
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 13px;
  color: #555;
}

.friend-links span {
  flex-shrink: 0;
  font-weight: 600;
  color: #444;
}

.friend-links a {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  margin-right: 10px;
  border-radius: 999px;
  background: rgba(12, 142, 211, 0.06);
  border: 1px solid rgba(12, 142, 211, 0.18);
  color: #0c8ed3;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.friend-links a:hover {
  background: linear-gradient(135deg, rgba(18, 175, 247, 0.1), rgba(18, 220, 247, 0.18));
  border-color: rgba(18, 175, 247, 0.6);
  box-shadow: 0 8px 18px rgba(18, 175, 247, 0.25);
  transform: translateY(-2px);
}

/* 版权信息 */
.copyright {
  width: 100%;
  padding: 16px 0 26px;
  text-align: center;
  font-size: 12px;
  color: #999;
}

.copyright span {
  display: inline-block;
  padding: 6px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
}

/*# sourceMappingURL=style.css.map */