a {
  user-select: none;
}

body {
  padding-bottom: 80px;
}

.top-box {
  position: absolute;
  width: 100%;
  height: 80px;
  background: #fff;
  z-index: 4;
}
.top-box .header-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  height: 80px;
  margin: 0 auto;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  z-index: 4;
}
.top-box .header-box .header-left {
  display: flex;
  align-items: center;
  gap: 16px;
}
.top-box .header-box .header-left .logo {
  height: 56px;
}
.top-box .header-box .header-left span {
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  /* 31.5px */
}
.top-box .header-box .header-right a {
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 24px;
}
.top-box .header-box .header-right a:hover {
  color: #00D2F3;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.top-box .hidden-header-box {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
  z-index: 3;
  bottom: 0;
}
.top-box .hidden-header-box .footer-downloadBox {
  background: #FFF;
  box-shadow: 0 -4px 10px 0 rgba(0, 0, 0, 0.5);
  height: 80px;
  width: 100%;
}
.top-box .hidden-header-box .footer-downloadBox .downloadBox-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  height: 80px;
}
.top-box .hidden-header-box .footer-downloadBox .downloadBox-content .downloadBox-left {
  display: flex;
  align-items: center;
  color: #000;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.top-box .hidden-header-box .footer-downloadBox .downloadBox-content .downloadBox-left img {
  width: 40px;
  height: 40px;
  margin-right: 16px;
}
.top-box .hidden-header-box .footer-downloadBox .downloadBox-content a {
  width: 130.765px;
  height: 38px;
  border-radius: 4.471px;
  border: 0.872px solid #BFEF7D;
  background: linear-gradient(180deg, #5C9500 -218.8%, #A2F82C 546%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.top-box .hidden-header-box .footer-downloadBox .downloadBox-content a i {
  border-radius: 50%;
  background: #FFF;
  opacity: 0.15;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top-box .hidden-header-box .footer-downloadBox .downloadBox-content a .mini {
  width: 60.545px;
  height: 60.545px;
  animation: keyMax 2s ease-in-out infinite;
}
.top-box .hidden-header-box .footer-downloadBox .downloadBox-content a .maxi {
  width: 100.545px;
  height: 100.545px;
  animation: keyMax 2s ease-in-out infinite;
}
@keyframes keyMax {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    transform: translate(-50%, -50%) scale(2.5);
  }
}
.top-box .hidden-header-box .footer-downloadBox .downloadBox-content a img {
  width: 16.765px;
  height: 16.765px;
}
.top-box .hidden-header-box .footer-downloadBox .downloadBox-content a span {
  color: #FFF;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 15.647px;
  /* 97.794% */
  letter-spacing: 0.469px;
  margin-right: 8.21px;
}

.box {
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/865_sem/bg.png) no-repeat;
  background-size: 100% 100%;
}
.box .box-content {
  width: 1200px;
  margin: 0 auto;
  padding-top: 128px;
  box-sizing: border-box;
}
.box .box-content footer {
  padding: 27px 61px 24px 60px;
  box-sizing: border-box;
  width: 100%;
  height: 200px;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0 0 19.737px 0 rgba(0, 0, 0, 0.2);
}
.box .box-content footer section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box .box-content footer section .section-left {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.box .box-content footer section .section-left img {
  height: 72.402px;
}
.box .box-content footer section .section-left aside {
  margin-left: 22px;
}
.box .box-content footer section .section-left aside .main-footer-up {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.box .box-content footer section .section-left aside .main-footer-up .up {
  display: flex;
  align-items: center;
  justify-content: center;
}
.box .box-content footer section .section-left aside .main-footer-up .up p {
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-right: 28px;
}
.box .box-content footer section .section-left aside .main-footer-up .up .up-box {
  border-radius: 8px;
  background: #5FA645;
  padding: 8px 8px;
  color: #FFF;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  /* 150% */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}
.box .box-content footer section .section-left aside .main-footer-up .up .up-box svg {
  margin-right: 4px;
}
.box .box-content footer section .section-left aside .main-footer-up .down {
  display: flex;
  align-items: center;
  margin-top: 8px;
}
.box .box-content footer section .section-left aside .main-footer-up .down img {
  height: 28.458px;
  margin-right: 18px;
}
.box .box-content footer section .section-left aside .main-footer-up .down p {
  color: #00C26D;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 20px;
}
.box .box-content footer section .section-left aside .main-footer-up .down span {
  color: #999;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.box .box-content footer section .section-right {
  display: flex;
  align-items: center;
  width: 298px;
  height: 72px;
  border-radius: 12px;
  background: linear-gradient(90deg, #4F81FF 0%, #25B6FF 100%);
  justify-content: center;
  position: relative;
}
.box .box-content footer section .section-right img {
  height: 35px;
}
.box .box-content footer section .section-right p {
  margin: 0 10px;
}
.box .box-content footer section .section-right div {
  position: absolute;
  right: -35px;
  top: -20px;
  border-radius: 15px 0 15px 0;
  text-align: center;
  width: 132px;
  height: 32px;
  background: linear-gradient(270deg, #FF4856 0%, #FF6153 100%);
  color: #FFF;
  font-family: "PingFang SC";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.box .box-content footer section .section-right {
  color: #FFF;
  font-family: "Microsoft YaHei UI";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 28px */
}
.box .box-content footer article {
  margin-left: 90px;
  margin-top: 28px;
  display: flex;
  align-items: center;
}
.box .box-content footer article > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.box .box-content footer article > div > p:nth-child(1) {
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.box .box-content footer article > div > p:nth-child(2) {
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  align-self: self-start;
  /* 150% */
}
.box .box-content footer article > p {
  width: 1px;
  height: 36px;
  background: #BBB;
}
.box .box-content .downloadBox {
  margin-top: 78.4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 59px;
}
.box .box-content .downloadBox > img {
  height: 346px;
}
.box .box-content .downloadBox .downloadBox-word {
  display: flex;
  flex-direction: column;
  align-items: self-start;
}
.box .box-content .downloadBox .downloadBox-word .downloadBox-title {
  position: relative;
  display: inline-block;
}
.box .box-content .downloadBox .downloadBox-word .downloadBox-title span {
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.box .box-content .downloadBox .downloadBox-word .downloadBox-title p {
  position: absolute;
  top: -45px;
  right: -59px;
  width: 125px;
  height: 50px;
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1.08px;
  text-align: center;
  line-height: 39px;
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/865_sem/Union.png) no-repeat;
  background-size: 125px 50px;
}
.box .box-content .downloadBox .downloadBox-word .downloadBox-subtitle {
  color: #00D2F3;
  font-family: "Microsoft YaHei";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.077px;
  margin-top: 8px;
}
.box .box-content .downloadBox .downloadBox-word a img {
  height: 33.217px;
  margin-left: 18px;
}
.box .box-content .downloadBox .downloadBox-word a i {
  border-radius: 50%;
  background: #FFF;
  opacity: 0.15;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.box .box-content .downloadBox .downloadBox-word a .mini {
  width: 60.545px;
  height: 60.545px;
  animation: keyMax 2s ease-in-out infinite;
}
.box .box-content .downloadBox .downloadBox-word a .maxi {
  width: 100.545px;
  height: 100.545px;
  animation: keyMax 2s ease-in-out infinite;
}
@keyframes keyMax {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    transform: translate(-50%, -50%) scale(4);
  }
}
.box .box-content .downloadBox .downloadBox-word a {
  position: relative;
  overflow: hidden;
  margin-top: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 259.091px;
  height: 75.291px;
  border-radius: 8.858px;
  border: 1.727px solid #BFEF7D;
  background: linear-gradient(180deg, #5C9500 -218.8%, #A2F82C 546%);
  color: #FFF;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 31.002px;
  font-style: normal;
  font-weight: 400;
  line-height: 31.002px;
  /* 100% */
  letter-spacing: 0.93px;
}
.box .box-content .downloadBox .downloadBox-word .downloadBox-system {
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 61px;
}
.box .box-content .downloadBox .downloadBox-word .downloadBox-system-logo {
  margin-top: 12.22px;
  display: flex;
  align-items: center;
}
.box .box-content .downloadBox .downloadBox-word .downloadBox-system-logo .system-logo {
  margin-right: 26.88px;
  display: flex;
  align-items: center;
}
.box .box-content .downloadBox .downloadBox-word .downloadBox-system-logo .system-logo img {
  height: 24px;
  margin-right: 3.8px;
}
.box .box-content .downloadBox .downloadBox-word .downloadBox-system-logo .system-logo span {
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 14.4px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.box .box-content .comments-section {
  margin-top: 40px;
  padding-bottom: 48px;
}
.box .box-content .comments-section .comments-container {
  width: 1200px;
  margin: 0 auto;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 0px 19.737px 0px rgba(0, 0, 0, 0.2);
  padding: 24px 60px 25px;
  box-sizing: border-box;
}
.box .box-content .comments-section .comments-container .comments-header .header-top {
  height: 164px;
  position: relative;
  display: flex;
}
.box .box-content .comments-section .comments-container .comments-header .header-top .score-box {
  display: flex;
  flex-direction: column;
}
.box .box-content .comments-section .comments-container .comments-header .header-top .score-box .score-text {
  color: #43A833;
  font-family: "Microsoft YaHei UI";
  font-size: 56px;
  font-weight: 700;
  line-height: normal;
}
.box .box-content .comments-section .comments-container .comments-header .header-top .score-box .stars-icon {
  width: 140px;
  height: 26.5px;
  margin-top: 14px;
}
.box .box-content .comments-section .comments-container .comments-header .header-top .rating-bars-box {
  position: absolute;
  left: 241px;
  top: 2px;
}
.box .box-content .comments-section .comments-container .comments-header .header-top .rating-bars-box .bars-icon {
  width: 450px;
  height: 160px;
}
.box .box-content .comments-section .comments-container .comments-header .header-top .header-divider {
  position: absolute;
  left: 773px;
  width: 2px;
  height: 164px;
  background: #D9D9D9;
}
.box .box-content .comments-section .comments-container .comments-header .header-top .click-rate-box {
  position: absolute;
  left: 858px;
  top: 40px;
}
.box .box-content .comments-section .comments-container .comments-header .header-top .click-rate-box .click-text {
  color: #979797;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 15px;
  display: block;
}
.box .box-content .comments-section .comments-container .comments-header .header-top .click-rate-box .click-stars {
  width: 222px;
  height: 42px;
  display: block;
}
.box .box-content .comments-section .comments-container .comments-header .header-tabs {
  margin-top: 24px;
  height: 35px;
  position: relative;
}
.box .box-content .comments-section .comments-container .comments-header .header-tabs .tabs-list {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
  z-index: 2;
}
.box .box-content .comments-section .comments-container .comments-header .header-tabs .tabs-list .tab-item {
  position: absolute;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-weight: 400;
  color: #000;
  cursor: pointer;
  top: 0;
}
.box .box-content .comments-section .comments-container .comments-header .header-tabs .tabs-list .tab-item.active {
  font-size: 22px;
  font-weight: 700;
}
.box .box-content .comments-section .comments-container .comments-header .header-tabs .tabs-list .tab-item:nth-child(1) {
  left: 0;
}
.box .box-content .comments-section .comments-container .comments-header .header-tabs .tabs-list .tab-item:nth-child(2) {
  left: 148px;
}
.box .box-content .comments-section .comments-container .comments-header .header-tabs .tabs-list .tab-item:nth-child(3) {
  left: 309px;
}
.box .box-content .comments-section .comments-container .comments-header .header-tabs .tabs-list .tab-item:nth-child(4) {
  left: 470px;
}
.box .box-content .comments-section .comments-container .comments-header .header-tabs .tabs-list .tab-item:nth-child(5) {
  left: 618px;
}
.box .box-content .comments-section .comments-container .comments-header .header-tabs .tabs-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #CCCCCC;
  z-index: 1;
}
.box .box-content .comments-section .comments-container .comments-header .header-tabs .tabs-line .active-bar {
  width: 108px;
  height: 4px;
  background: linear-gradient(147deg, #BFEF7D 0%, #85CC0A 100%);
  position: absolute;
  top: -1px;
  left: 0;
}
.box .box-content .comments-section .comments-container .comments-list {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.box .box-content .comments-section .comments-container .comments-list .comment-item {
  display: flex;
  position: relative;
  padding-bottom: 28px;
  border-bottom: 1px solid #EEEEEE;
}
.box .box-content .comments-section .comments-container .comments-list .comment-item .avatar {
  width: 64px;
  height: 64px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 20px;
  object-fit: cover;
}
.box .box-content .comments-section .comments-container .comments-list .comment-item .content {
  flex: 1;
  padding-right: 58px;
}
.box .box-content .comments-section .comments-container .comments-list .comment-item .content .user-name {
  color: #666;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.box .box-content .comments-section .comments-container .comments-list .comment-item .content .user-text {
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 10px;
  width: 100%;
}
.box .box-content .comments-section .comments-container .comments-list .comment-item .content .info-row {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.box .box-content .comments-section .comments-container .comments-list .comment-item .content .info-row .time {
  color: #666;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-weight: 400;
}
.box .box-content .comments-section .comments-container .comments-list .comment-item .content .info-row .actions {
  width: 194px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
.box .box-content .comments-section .comments-container .comments-list .comment-item .content .info-row .actions .action-btn {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.box .box-content .comments-section .comments-container .comments-list .comment-item .content .info-row .actions .action-btn img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.box .box-content .comments-section .comments-container .comments-list .comment-item .content .info-row .actions .action-btn span {
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-weight: 400;
}

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