/**
 * SemTemplate - 2.0 css
 * 基于 3.0.css，轮?????图改为静态列表形?????
 */

/* CSS Variables */
:root {
  --sw-brand: #19b955;
  --sw-brand-dark: #00b042;
  --sw-brand-light: #34d570;
  --sw-brand-glow: rgba(25, 185, 85, 0.35);
  --sw-text-1: #070707;
  --sw-text-2: #1b1b1b;
  --sw-text-3: #4c4c4c;
  --sw-text-4: #8c8c8c;
  --sw-text-5: #a9a9a9;
  --sw-border-light: #d0e6fe;
  --sw-bg-light: #e5f8ff;
  --sw-bg-green: #ecfaf2;
  --sw-success: #0fb950;
  --sw-link: #0095ff;
  --sw-link-hover: #26a1ff;
  --sw-shadow-sm: 0px 3px 5px rgba(135, 187, 205, 0.2);
  --sw-shadow-md: 0px 0px 20px 5px rgba(208, 234, 250, 0.75);
  --sw-shadow-lg: 0px 0px 5px rgba(7, 0, 2, 0.1);
  --sw-container-width: 1200px;
}

/* Reset & Base */
* {
  vertical-align: baseline;
  font-weight: inherit;
  font-family: "Arial", "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1";
  font-style: inherit;
  font-size: 100%;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
  color: var(--sw-text-1);
  line-height: inherit;
  list-style: none;
  text-decoration: none;
}

:focus {
  outline: none;
}

img,
form,
div,
ul,
li,
dl,
dt,
dd,
h1,
h2,
h4,
span,
p,
input,
h1,
h2,
h3,
blockquote {
  border: 0;
  padding: 0;
  margin: 0;
  font-weight: normal;
}

i {
  font-style: normal;
}

button {
  border: none;
  background: none;
}

li,
em {
  list-style-type: none;
  list-style-position: outside;
  font-style: normal;
}

/* Utility Classes */
.clear {
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}
.overflow-hidden {
  overflow: hidden;
}
.hidden {
  display: none;
}
.flex-justify-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Links */
a {
  text-decoration: none;
  color: var(--sw-text-1);
}
a:hover {
  color: var(--sw-link);
}
.keywos a {
  color: #4e4e4e;
}
.keywos a:hover {
  color: var(--sw-link-hover);
}

/* Icons */
.tb_icon,
.header .soft_info .text span:before {
  background: url(../images/icon.png) no-repeat;
}

/* Body & Container */
body {
  width: 100%;
  min-width: var(--sw-container-width);
  background: url(../images/body-bg.jpg) no-repeat center top;
  background-size: 100% auto;
}
.wrap {
  width: var(--sw-container-width);
  margin: 0 auto;
}

/* Header - Top Section */
.top-logo {
  display: none;
}
.top-logo .top_ico {
  width: 100%;
  height: 76px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-logo .top_ico .logo a {
  display: inline-block;
  vertical-align: middle;
}
.top-logo .top_ico .tmg_ico {
  margin-right: 20px;
  display: inline-block;
  vertical-align: middle;
}
.top-logo .top_ico .aqws_ico {
  vertical-align: middle;
}
.top-logo .logo {
  height: 40px;
}
.top-logo .hoyodo-logo {
  height: 60px;
}

/* Search Form */
.serach,
form {
  margin-top: 0;
  width: 170px;
  border-radius: 30px;
  border-color: #e4e4e4;
  background: #fdfeff;
}

.serach img {
  display: none;
}

.serach .btn {
  margin-top: 6px;
  margin-right: 8px;
  width: 14px;
  height: 18px;
  font-size: 0;
  background: url(../images/icon.png) no-repeat;
  background-position: -89px 0;
}

.serach .txt {
  background: transparent;
  line-height: 30px;
}

.serach .txt::placeholder {
  color: #b7b7b7;
}

/* Software Info Section */
.header .soft_info {
  margin-top: 25px;
  width: 100%;
  text-align: center;
}
.header .soft_info .logo {
  width: 110px;
  height: 110px;
  display: inline-block;
  border-radius: 20px;
  position: relative;
  cursor: pointer;
}
.header .soft_info .logo img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
  box-shadow: 0px 0px 20px 3px rgba(255, 255, 255, 1);
}
.header .soft_info .logo span {
  width: 110px;
  height: 110px;
  display: inline-block;
  position: absolute;
  top: -5px;
  left: 5px;
  z-index: -1;
}
.header .soft_info .logo span img {
  opacity: 0.6;
  transform: scale(0);
  filter: blur(20px) opacity(70%);
  transition-delay: 0.05s;
  transition: transform 0.3s ease-in-out;
}

/* Logo Hover Layer */
.logolay {
  padding: 5px 15px;
  width: 0;
  font-size: 0;
  border-radius: 15px;
  position: absolute;
  top: 50%;
  left: 130px;
  transform: translate(0, -50%);
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-align: justify;
}

.header .soft_info .logo:hover .logolay {
  width: 200px;
  font-size: 14px;
  color: #2c4c6d;
  line-height: 26px;
  text-align: left;
  border: #fff solid 1px;
  background-image: linear-gradient(-65deg, #d1efff, #ffffff);
  box-shadow: 0px 0px 20px 3px rgba(149, 190, 234, 0.35);
  opacity: 1;
}

.header .soft_info .logo:hover:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 10px solid #fff;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -20px;
  margin-top: -8px;
}

/* App Name */
.header .soft_info p.name {
  padding-top: 16px;
  width: 100%;
  font-size: 28px;
  color: var(--sw-text-2);
  font-weight: bold;
}

/* Download Button */
.butbox {
  margin: 25px 0 0px 0;
  width: 280px;
  height: 84px;
  display: inline-block;
  position: relative;
}
.install-platform-top-wrap {
  margin-top: 15px;
  text-align: center;
  width: 100%;
}
.install-platform-top {
  font-size: 14px;
  height: 20px;
  padding: 0 15px;
  color: #0fb950;
  background: #ecfaf2;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
}
.install-platform-top span {
  color: inherit;
}
.install-platform-top .btn-download {
  cursor: pointer;
  margin-inline: 4px;
  color: inherit;
}
.install-platform-top::before {
  content: "";
  margin: 0 6px 0 0;
  width: 14px;
  height: 14px;
  background: url(../images/icon.png) no-repeat;
  background-position: 0 0;
  display: inline-block;
  vertical-align: -2px;
}

/* txgj + tipPosition: "top" */
.tip-txgj-top {
  color: #343434;
  background: transparent;
}
.tip-txgj-top::before {
  display: none;
}
.tip-txgj-top .btn-download {
  color: #0fb950;
  border-bottom: 1px solid #0fb950;
}

/* txgj + tipPosition: "top" - button area */
.btn-txgj-top {
  width: 260px;
  height: 70px;
  border-radius: 40px;
  margin-top: 20px;
  cursor: pointer;
}
.btn-txgj-top .btn {
  border-radius: 40px;
  background: #00d393;
}
.btn-txgj-top .btn:hover {
  background: #01c88c;
}
.btn-txgj-top .btn .tb_icon {
  display: none;
}

/* isAggregate: true */
.install-platform-top.aggregate {
  color: var(--sw-text-4);
  font-size: 12px;
  background: transparent;
}
.install-platform-top.aggregate::before {
  display: none;
}
.install-platform-top.aggregate .btn-download {
  color: var(--sw-text-2);
  border-bottom: none;
}

/* isAggregate: true - button area */
.butbox.aggregate {
  width: 260px;
  height: 70px;
  border-radius: 40px;
  margin-top: 20px;
  cursor: pointer;
}
.butbox.aggregate .btn {
  border-radius: 40px;
  background: #00d393;
}
.butbox.aggregate .btn:hover {
  background: #01c88c;
}
.butbox.aggregate .btn .tb_icon {
  display: none;
}

.btn {
  position: relative;
  width: 100%;
  height: 100%;
  background: var(--sw-brand);
  border-radius: 8px;
  clear: both;
  text-decoration: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn span {
  color: #fff;
  font-size: 28px;
  font-weight: 500;
}
.btn i {
  margin-right: 16px;
  width: 34px;
  height: 38px;
  background-position: 0 -22px;
}
.btn:hover {
  background-image: linear-gradient(
    to left,
    var(--sw-brand-dark),
    var(--sw-brand-light)
  );
  transform: translateY(-3px);
  transition: all 0.3s ease-in-out;
}

/* Software Info Text */
.header .soft_info .text {
  width: 100%;
  margin-top: 25px;
}
.header .soft_info .text span {
  height: 20px;
  padding: 0 15px;
  font-size: 14px;
  color: var(--sw-success);
  background: var(--sw-bg-green);
  border-radius: 20px;
  display: inline-block;
}
.header .soft_info .text span:before {
  content: "";
  margin: 3px 6px 0 0;
  width: 14px;
  height: 14px;
  background-position: 0 0;
  display: inline-block;
  vertical-align: -2px;
}
.header .soft_info .rjxx {
  margin-top: 35px;
}
.header .soft_info .rjxx span {
  padding: 0 16px;
  display: inline-block;
  font-size: 14px;
}
.header .soft_info .rjxx span em:first-child {
  color: var(--sw-text-4);
}
.header .soft_info .rjxx span em:last-child {
  color: var(--sw-text-2);
}

/* Picture List - 2.0 静态列表样????? */
.piclist,
.header .piclist {
  margin-top: 40px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 170px;
}
.piclist li,
.header .piclist li {
  width: 386px;
  height: 193px;
  border-radius: 15px;
  border: var(--sw-border-light) solid 2px;
  cursor: pointer;
}
.piclist li figure,
.header .piclist li figure {
  width: 386px;
  height: 193px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.piclist li img,
.header .piclist li img {
  width: 386px;
  height: 193px;
  border-radius: 15px;
  display: block;
  transition: all 0.5s;
}
.piclist li:hover,
.header .piclist li:hover {
  box-shadow: var(--sw-shadow-md);
}
.piclist li:hover figure img,
.header .piclist li:hover figure img {
  transform: scale(1.1);
}
.piclist li figure div,
.header .piclist li figure div {
  width: 386px;
  height: 193px;
  background: rgba(12, 12, 12, 0.7);
  border-radius: 15px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  z-index: 2;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}

.piclist li:hover figure div,
.header .piclist li:hover figure div {
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
}
.piclist li figure div span,
.header .piclist li figure div span {
  width: 100%;
  font-size: 16px;
  color: #fff;
  line-height: 32px;
  padding: 0 25px;
  max-height: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

/* Title Section */
.title {
  width: 100%;
  height: 74px;
  font-size: 22px;
  color: var(--sw-text-2);
  font-weight: bold;
  line-height: 74px;
}
.download-process--title {
  font-size: 22px;
  color: var(--sw-text-2);
  font-weight: bold;
  line-height: 74px;
}
.download-process--link {
  margin-left: 18px;
  font-size: 14px;
  height: 20px;
  padding: 0 15px 0 7px;
  display: flex;
}
.download-process {
  display: flex;
  height: 74px;
  align-items: center;
}
.download-process a {
  color: var(--sw-success);
  border-bottom: 1px solid var(--sw-success);
  cursor: pointer;
  margin-left: 8px;
}

/* Software Introduction Box */
.rjjsbox {
  margin-top: 80px;
}
.rjjsbox .lrcont {
  font-size: 16px;
  color: var(--sw-text-3);
  line-height: 32px;
}

/* Download Type Section */
.downType {
  margin-top: 27px;
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
}
.common-btn {
  height: 120px;
  width: 50%;
  text-align: center;
  float: left;
}
.common.btn {
  position: relative;
  width: 270px;
  height: 74px;
  background: #66e194;
  cursor: pointer;
  border-radius: 8px;
}
.common.btn:hover {
  background-image: linear-gradient(to left, #50d180, #7be4a2);
}
.common.btn i {
  width: 30px;
  height: 30px;
  background-position: -73px -22px;
}
.common.btn span {
  font-size: 28px;
  font-weight: normal;
}
.downType .tip {
  width: 100%;
  line-height: 1;
  color: var(--sw-text-5);
  font-size: 14px;
  margin-top: 5px;
  text-align: center;
}
.downType i {
  font-style: normal;
}
.downType .safeType {
  float: left;
  height: 120px;
  width: 50%;
  text-align: center;
}
.downType .safeType .safe {
  height: 74px;
  line-height: 74px;
  margin: 0 auto;
  border-radius: 8px;
}
.safe.btn {
  width: 270px;
  background: var(--sw-brand);
}
.safe.btn:hover {
  background-image: linear-gradient(
    to left,
    var(--sw-brand-dark),
    var(--sw-brand-light)
  );
}
.safe.btn i {
  width: 29px;
  height: 32px;
  background-position: -39px -22px;
}
.safe.btn span {
  font-size: 28px;
  font-weight: normal;
}

/* Download Features Box */
.xzysbox {
  width: 100%;
  margin-top: 60px;
  display: inline-block;
}
.xzysbox ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.xzysbox li {
  width: 263px;
  height: 142px;
  font-size: 18px;
  color: #1a1a1a;
  text-align: center;
  border: #e5f8ff solid 1px;
  box-shadow: 0px 0px 70px #e5f8ff inset;
  border-radius: 10px;
  float: left;
  box-sizing: border-box;
}
.xzysbox li span {
  width: 71px;
  height: 69px;
  background: url(../images/ystb_new.png) no-repeat;
  background-position: 0 0;
  display: block;
  margin: 15px auto 15px;
}
.xzysbox li.l2 span {
  background-position: -79px 0;
}
.xzysbox li.l3 span {
  background-position: 0 -81px;
}
.xzysbox li.l4 span {
  background-position: -79px -81px;
}

/* Download Process Box */
.xzlcbox {
  width: 100%;
  margin-top: 30px;
  display: inline-block;
}
.xzlcbox ul {
  margin-top: 5px;
}
.xzlcbox ul li {
  width: 292px;
  height: 112px;
  padding-left: 90px;
  padding-right: 27px;
  float: left;
  display: flex;
  align-items: center;
  position: relative;
}
.xzlcbox ul li:before {
  content: "";
  width: 409px;
  height: 112px;
  background: url(../images/lc-bg.jpg) no-repeat;
  background-position: 0 0;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.xzlcbox ul li:nth-of-type(2):before {
  background-position: -410px 0;
}
.xzlcbox ul li:nth-of-type(3):before {
  background-position: -819px 0;
}
.xzlcbox ul li:last-child {
  padding-right: 0;
}
.xzlcbox ul li .name {
  width: 150px;
  font-size: 16px;
  color: var(--sw-text-2);
  position: relative;
  z-index: 3;
}
.xzlcbox ul li.l3 .name {
  width: 178px;
}
.xzlcbox ul li .name span {
  display: block;
  padding-bottom: 12px;
  font-size: 16px;
  font-weight: bold;
}
.xzlcbox ul li .img {
  width: 100px;
  position: relative;
  cursor: pointer;
}
.xzlcbox ul li .smallimg {
  width: 94px;
  height: 63px;
  border: #fff solid 3px;
  box-shadow: var(--sw-shadow-sm);
}
.xzlcbox ul li .img span {
  width: 376px;
  height: 250px;
  padding-bottom: 0;
  box-shadow: var(--sw-shadow-lg);
  background: url(../images/aqws-lcimg1.jpg) no-repeat;
  position: absolute;
  top: -275px;
  left: -239px;
  display: none;
  -webkit-animation-name: slideBottomReturn;
  animation-name: slideBottomReturn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  z-index: 1;
}
.xzlcbox ul li .img span img {
  width: 100%;
  height: 100%;
  display: block;
  box-shadow: var(--sw-shadow-lg);
}
.xzlcbox ul li .img:hover span {
  display: block;
}
.xzlcbox ul li .img:before {
  content: "";
  width: 94px;
  height: 63px;
  border: #fff solid 3px;
  box-shadow: var(--sw-shadow-sm);
  background-repeat: no-repeat;
  background-size: 94px;
  display: inline-block;
  position: relative;
  z-index: 3;
}
.xzlcbox ul li.l3 .img span {
  left: -267px;
}

/* Animation */
@-webkit-keyframes slideBottomReturn {
  0% {
    transform-origin: 0 0;
    transform: translateY(100%);
  }
  to {
    transform-origin: 0 0;
    transform: translateY(0);
  }
}
@keyframes slideBottomReturn {
  0% {
    transform-origin: 0 0;
    transform: translateY(100%);
  }
  to {
    transform-origin: 0 0;
    transform: translateY(0);
  }
}

/* Download Process - Image Config (aqws/jsdb/360rg/yyb/txgj) */

/* 360 Safe - Default */
.xzlcbox[data-lc-type="aqws"] ul li.l1 .img:before,
.xzlcbox[data-lc-type="aqws"] ul li.l1 .img span {
  background-image: url(../images/aqws-lcimg1.jpg);
}
.xzlcbox[data-lc-type="aqws"] ul li.l2 .img:before,
.xzlcbox[data-lc-type="aqws"] ul li.l2 .img span {
  background-image: url(../images/aqws-lcimg2.jpg);
}
.xzlcbox[data-lc-type="aqws"] ul li.l3 .img:before,
.xzlcbox[data-lc-type="aqws"] ul li.l3 .img span {
  background-image: url(../images/aqws-lcimg3.jpg);
}

/* Jinshan Duba */
.xzlcbox[data-lc-type="jsdb"] ul li.l1 .img:before,
.xzlcbox[data-lc-type="jsdb"] ul li.l1 .img span {
  background-image: url(../images/jsdb-lcimg1.jpg);
}
.xzlcbox[data-lc-type="jsdb"] ul li.l2 .img:before,
.xzlcbox[data-lc-type="jsdb"] ul li.l2 .img span {
  background-image: url(../images/jsdb-lcimg2.jpg);
}
.xzlcbox[data-lc-type="jsdb"] ul li.l3 .img:before,
.xzlcbox[data-lc-type="jsdb"] ul li.l3 .img span {
  background-image: url(../images/jsdb-lcimg3.jpg);
}

/* 360 Software Manager */
.xzlcbox[data-lc-type="360rg"] ul li .img:before,
.xzlcbox[data-lc-type="360rg"] ul li .img span {
  background-size: 100% 100%;
}
.xzlcbox[data-lc-type="360rg"] ul li.l1 .img:before,
.xzlcbox[data-lc-type="360rg"] ul li.l1 .img span {
  background-image: url(../images/rg-lcimg1.png);
}
.xzlcbox[data-lc-type="360rg"] ul li.l2 .img:before,
.xzlcbox[data-lc-type="360rg"] ul li.l2 .img span {
  background-image: url(../images/rg-lcimg2.png);
}
.xzlcbox[data-lc-type="360rg"] ul li.l3 .img:before,
.xzlcbox[data-lc-type="360rg"] ul li.l3 .img span {
  background-image: url(../images/rg-lcimg3.png);
}

/* Yingyongbao & Tencent Manager - same pattern */
.xzlcbox[data-lc-type="yyb"] ul li .img:before,
.xzlcbox[data-lc-type="txgj"] ul li .img:before {
  background-size: 94px;
}
.xzlcbox[data-lc-type="yyb"] ul li .img span,
.xzlcbox[data-lc-type="txgj"] ul li .img span {
  background-size: 100% 100%;
}
.xzlcbox[data-lc-type="yyb"] ul li.l1 .img:before,
.xzlcbox[data-lc-type="yyb"] ul li.l1 .img span {
  background-image: url(../images/yyb-lcimg1.png);
}
.xzlcbox[data-lc-type="yyb"] ul li.l2 .img:before,
.xzlcbox[data-lc-type="yyb"] ul li.l2 .img span {
  background-image: url(../images/yyb-lcimg2.png);
}
.xzlcbox[data-lc-type="yyb"] ul li.l3 .img:before,
.xzlcbox[data-lc-type="yyb"] ul li.l3 .img span {
  background-image: url(../images/yyb-lcimg3.png);
}
/* txgj uses different images */
.xzlcbox[data-lc-type="txgj"] ul li.l1 .img:before,
.xzlcbox[data-lc-type="txgj"] ul li.l1 .img span {
  background-image: url(../images/tx-lcimg1.png);
}
.xzlcbox[data-lc-type="txgj"] ul li.l2 .img:before,
.xzlcbox[data-lc-type="txgj"] ul li.l2 .img span {
  background-image: url(../images/tx-lcimg2.png);
}
.xzlcbox[data-lc-type="txgj"] ul li.l3 .img:before,
.xzlcbox[data-lc-type="txgj"] ul li.l3 .img span {
  background-image: url(../images/tx-lcimg3.png);
}

/* yyb-apk */

.xzlcbox[data-lc-type="yyb-apk"] ul li .img span {
  background-size: 100% 100%;
}
.xzlcbox[data-lc-type="yyb-apk"] ul li.l1 .img:before,
.xzlcbox[data-lc-type="yyb-apk"] ul li.l1 .img span {
  background-image: url(../images/yyb-apk1.png);
}
.xzlcbox[data-lc-type="yyb-apk"] ul li.l2 .img:before,
.xzlcbox[data-lc-type="yyb-apk"] ul li.l2 .img span {
  background-image: url(../images/yyb-apk2.png);
}
.xzlcbox[data-lc-type="yyb-apk"] ul li.l3 .img:before,
.xzlcbox[data-lc-type="yyb-apk"] ul li.l3 .img span {
  background-image: url(../images/yyb-apk3.png);
}

/* Footer */
.fotter {
  width: 100%;
  margin-top: 40px;
  padding: 40px 0;
  text-align: center;
  background: #f6f6f6;
  margin-bottom: 70px;
}
.fotter p {
  font-size: 14px;
  color: #8e8e8e;
}
.fotter-text span {
  margin: 0 6px;
  color: inherit;
}
.fotter-declare {
  padding-top: 10px;
  font-size: 12px;
}

/* Modal Mask - Image Preview */
.modal-mask {
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  overflow-y: scroll;
}
.imgPreviewBox {
  height: auto;
  width: 100%;
  border: 0;
  position: relative;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 0 0 0.5rem;
  transform: translate(0, -50%);
}
.imgPreview {
  overflow: hidden;
  padding: 40px 0 0 0;
  margin: 0 auto;
}
.imgPreview ul {
  display: flex;
  align-items: center;
}
.imgPreview ul li {
  text-align: center;
}
.imgPreview ul li span {
  display: inline-block;
  position: relative;
}
.imgPreview ul li img {
  max-width: 800px;
  max-height: 400px;
}
.modal-mask i {
  font-size: 28px;
  color: #fff;
  position: absolute;
  right: 50%;
  top: 125px;
  width: 28px;
  height: 28px;
  margin-right: -450px;
  display: inline-block;
  cursor: pointer;
}

/* Swiper Pagination in Modal */
.imgPreview .swiper-button-prev,
.imgPreview .swiper-container-rtl .swiper-button-next {
  left: 50%;
  right: auto;
  margin-left: -450px;
  background: none;
  width: 32px;
  height: 32px;
  border-left: #fff solid 3px;
  border-bottom: #fff solid 3px;
  transform: rotate(45deg);
}
.imgPreview .swiper-button-next,
.imgPreview .swiper-container-rtl .swiper-button-prev {
  right: 50%;
  left: auto;
  margin-right: -450px;
  background: none;
  width: 32px;
  height: 32px;
  border-left: #fff solid 3px;
  border-bottom: #fff solid 3px;
  transform: rotate(-135deg);
}
.imgPreview .swiper-button-next.swiper-button-disabled,
.imgPreview .swiper-button-prev.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: auto;
}

/* Content Box - Second Section */
.content-box {
  margin-top: 70px;
}
.content-box img {
  border-radius: 5px;
}
.content-box .right-content {
  width: 465px;
  text-align: center;
}
.content-box .right-content .logo {
  width: 110px;
  height: 110px;
  display: inline-block;
  border-radius: 20px;
  position: relative;
  cursor: pointer;
}

.content-box .right-content .logo img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
  box-shadow: 0px 0px 20px 3px rgba(255, 255, 255, 1);
}

.content-box .right-content .logo span {
  width: 110px;
  height: 110px;
  display: inline-block;
  position: absolute;
  top: -5px;
  left: 5px;
  z-index: -1;
}

.content-box .right-content .logo span img {
  opacity: 0.6;
  transform: scale(0);
  filter: blur(20px) opacity(70%);
  transition-delay: 0.05s;
  transition: transform 0.3s ease-in-out;
}
.content-box .right-content p.name {
  padding-top: 16px;
  width: 100%;
  font-size: 30px;
  color: var(--sw-text-2);
  font-weight: bold;
}
.content-box .right-content .text span {
  height: 20px;
  padding: 0 15px;
  font-size: 14px;
  border-radius: 20px;
  display: inline-block;
  margin-top: 30px;
  color: #71859d;
}
.content-box .right-content .text span:before {
  content: "";
  margin: 3px 6px 0 0;
  width: 14px;
  height: 14px;
  background-position: 0 0;
  display: inline-block;
  vertical-align: -2px;
}
.content-box .right-content .butbox {
  margin-top: 35px;
}

/* Header RJXX */
.header .rjxx {
  margin-top: 60px;
  margin-bottom: 170px;
}
.header .rjxx span {
  display: inline-block;
  font-size: 16px;
}
.header .rjxx span em:first-child {
  color: var(--sw-text-4);
}
.header .rjxx span em:last-child {
  color: var(--sw-text-2);
}
.header .rjxx span::before {
  content: "";
  width: 1px;
  height: 12px;
  background: #cbcbcb;
  margin: 0 20px 3px 20px;
  display: inline-block;
  vertical-align: middle;
}
.header .rjxx span:first-child::before {
  display: none;
}
.header .rjxx span[style*="display: none"]::before,
.header .rjxx span[style*="display:none"]::before {
  display: none;
}

/* Second Box */
.content-box.second-box .right-content {
  width: 540px;
}
.content-box.second-box .right-content .title {
  font-size: 26px;
  font-weight: bold;
  color: var(--sw-text-2);
  text-align: left;
  position: relative;
  line-height: 28px;
  padding-left: 15px;
  height: auto;
}
.content-box.second-box .right-content .title::before {
  content: "";
  width: 6px;
  height: 28px;
  background: #219eff;
  border-radius: 3px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
.content-box.second-box .right-content .introduction-text {
  text-align: justify;
  font-size: 16px;
  color: var(--sw-text-3);
  line-height: 32px;
  margin-top: 12px;
}
.content-box.second-box .right-content .butbox {
  margin-top: 20px;
}
.content-box.second-box .right-content .butbox .btn {
  width: 270px;
  height: 74px;
  line-height: 74px;
}
.content-box.second-box .right-content .text span {
  margin-top: 10px;
}
.content-box.second-box img {
  border: 3px solid #b3d7ff;
  border-radius: 10px;
}
.content-box .right-content .text span a {
  color: #71859d;
  cursor: pointer;
  border-bottom: 1px solid #71859d;
  display: inline;
  border-radius: 0;
  background: transparent;
}

/* Old Template Button Style Override */
.soft_info .text span a.btn {
  display: inline;
  background: transparent;
  color: var(--sw-success);
  border-bottom: 1px solid var(--sw-success);
  border-radius: 0;
}
.header .soft_info .rjxx {
  margin-bottom: 0;
}

/* Sticky Footer Download Bar */
.fc {
  width: 100%;
  height: 70px;
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  box-shadow: 0px -10px 20px 0px #e3e3e3;
  z-index: 999;
}
.fc-left {
  height: 70px;
  display: flex;
  justify-content: left;
  align-items: center;
}
.fc-left img {
  width: 50px;
  height: 50px;
}
.fc-left .name {
  font-size: 20px;
  color: #333;
  margin-left: 10px;
}
.fc .btn {
  width: 120px;
  height: 50px;
}
.fc .btn span {
  font-size: 20px;
}

/* Meta Info - New Style */
.header .rjxx.new span::after {
  margin: 0 20px;
}
.header .soft_info .rjxx.new span {
  padding: 0;
}
.header .soft_info .rjxx span em.version {
  /* max-width: 82px; */
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  vertical-align: middle;
  height: 20px;
}
.softinfo-upodate {
  display: none;
}

/* Modal Preview Override */
.modal-mask.preview-style {
  background: transparent;
  max-width: 800px;
  max-height: 400px;
  position: absolute;
  top: 318px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 998;
  overflow: hidden;
}
.modal-mask.preview-style i {
  z-index: 1000;
  right: 0;
  top: 0;
  margin-right: 0;
  line-height: 28px;
  background: #000;
  text-align: center;
}

/* Help Button - Pill Style */
.pill-help-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  border: 1.5px solid var(--sw-success);
  border-radius: 50%;
  background: none;
  padding: 0;
  cursor: pointer;
  color: var(--sw-success);
  flex-shrink: 0;
  transition:
    background 0.15s,
    border-color 0.15s;
  margin-left: 6px;
  position: relative;
  transform: scale(1.2);
}
.pill-help-btn svg * {
  color: var(--sw-success);
}
.pill-help-btn:hover {
  background: rgba(66, 208, 125, 0.12);
}
.pill-help-btn svg {
  width: 11px;
  height: 11px;
}
.pill-help-btn::after,
.pill-help-btn::before {
  display: none;
}

/* JS tooltip */
.pill-tooltip {
  position: fixed;
  background: rgba(30, 30, 30, 0.82);
  color: #fff;
  font-size: 11px;
  line-height: 1.4;
  white-space: nowrap;
  padding: 4px 9px;
  border-radius: 5px;
  pointer-events: none;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.15s;
}
.pill-tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 4px solid transparent;
  border-top-color: rgba(30, 30, 30, 0.82);
}
.pill-tooltip.visible {
  opacity: 1;
}
