/* minimal reset */
html { box-sizing: border-box; line-height: 1.15; -webkit-text-size-adjust: 100%; }
*, *::before, *::after { box-sizing: inherit; }
body { margin: 0; }
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, p, span, a, img { margin: 0; padding: 0; border: 0; }
img { vertical-align: middle; border-style: none; }
a { text-decoration: none; background-color: transparent; }
ul, ol { list-style: none; }
button, input { font: inherit; overflow: visible; }
html,
body {
  font-family: "Microsoft YaHei", Arial, sans-serif;
}

input,
textarea,
p,
dl,
dt,
dd {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.gen-shell {
  width: 1260px;
  margin: 0 auto;
}

/* START 下载Popover 通用 */
.gen-get-float {
  box-sizing: border-box;
  position: absolute;
  z-index: 68;
  width: 400px;
  background: #ffffff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 10px 0;
  display: none;
  /* transition: all 0.25s ease-in-out;
  opacity: 0;
  visibility: hidden; */
}

.gen-get-float .unit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
}

.gen-get-float .unit .unit-cap {
  display: flex;
  align-items: center;
}

.gen-get-float .unit .unit-cap span:first-child {
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  font-weight: bold;
}

.gen-get-float .unit .unit-cap .tagx-v2 {
  display: block;
  height: 20px;
  background: rgba(0, 0, 0, 0.05);
  font-size: 11px;
  line-height: 20px;
  color: #333333;
  padding: 0 6px;
  margin-left: 10px;
}

.gen-get-float .unit .unit-cap .tagx-v2 i {
  font-style: normal;
  margin-left: 4px;
  font-weight: normal;
}

.gen-get-float .unit .unit-cap .tagx-local {
  font-weight: bold;
  color: #0ea400;
  background: rgba(14, 164, 0, 0.1);
}

.gen-get-float .unit .unit-note {
  font-size: 12px;
  line-height: 20px;
  color: rgba(51, 51, 51, 0.4);
  padding-top: 6px;
}

.gen-get-float .unit .get-anch {
  display: block;
  width: 80px;
  height: 32px;
  line-height: 33px;
  text-align: center;
  background: rgba(0, 0, 0, 0.05);
  font-size: 13px;
  color: #333333;
  border-radius: 8px;
}

.gen-get-float .unit .get-anch:hover {
  color: #236ee7;
  background: rgba(0, 122, 255, 0.15);
}

/* END 下载Popover 通用 */

/* START 产品下载 Modal */
.get-pop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100vh;
  overflow: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  transition: all 0.25s ease-in-out;
  /* display: none; */
  opacity: 0;
  visibility: hidden;
}

.get-pop.show {
  /* display: flex; */
  opacity: 1;
  visibility: visible;
}

.get-pop-veil {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
}

.get-pop-x {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 2;
  cursor: pointer;
}

.get-pop-body {
  box-sizing: border-box;
  position: relative;
  z-index: 999;
  border-radius: 30px;
  background: rgba(245, 245, 247, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  padding: 0 100px 80px;
  margin-top: 25vh;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.get-pop-content22 {
  border-radius: 0 !important;
  background: none !important;
  border: none !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
  padding: 0 !important;
}

.get-pop.show .get-pop-body {
  opacity: 1;
  transform: translateY(0);
  margin-top: 30vh;
}

.get-pop-body .pop-cap {
  text-align: center;
  padding-top: 80px;
}

.get-pop-body .pop-cap span {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 28px;
  font-weight: normal;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: rgba(0, 0, 0, 0.85);
}

.get-pop-body .pop-cap span:last-child {
  padding-top: 10px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: rgba(0, 0, 0, 0.35);
}

.get-prod-pool {
  display: flex;
  justify-content: center;
  padding-top: 40px;
}

.get-prod-unit {
  box-sizing: border-box;
  position: relative;
  width: 120px;
  height: 120px;
  margin: 0 20px;
}

.get-prod-unit .unit-card {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #ffffff;
  border-radius: 10px;
  padding-top: 30px;
}

.get-prod-unit .unit-card:hover {
  background: rgba(0, 0, 0, 0.05);
}

.get-prod-unit .cap {
  font-size: 13px;
  line-height: 17px;
  color: #333333;
  padding-top: 15px;
}

.get-prod-foot {
  font-size: 12px;
  line-height: 24px;
  color: rgba(51, 51, 51, 0.6);
  text-align: center;
  padding-top: 78px;
}

/* END 产品下载 Modal */

/* START 常见问题 Page */
.question-frame {
  box-sizing: border-box;
  background: #f5f5f7;
}

.question-shell {
  min-height: calc(100vh - 250px);
}

.question-shell .z-question-top {
  width: 100%;
  display: flex;
  align-items: center;
  transition: background-color .5s ease;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.question-top-stick-bgx{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	background-color: rgba(255, 255, 255, 0.85) !important;
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.question-top-cell{
	width: 1260px;
	margin: 0 auto;
	padding: 30px 20px;
	box-sizing: border-box;
	height: 100px;
	display: flex;
	align-items: center;
	background-color: transparent;
}
.question-top-stick-bgx .about-topbar-cell{
	padding-left: 20px;
	padding-right: 20px;
	background-color: transparent;
}
.question-shell .z-question-top a {
  display: block;
}

.question-shell .z-question-top .cap-v2 {
  font-size: 16px;
  line-height: 20px;
  color: #3d3d3d;
  padding-left: 30px;
}

.question-body {
  width: 100%;
  background: #ffffff;
  padding: 40px 100px 80px;
  box-sizing: border-box;
}

.question-body .crumb-shell {
  background: #ffffff;
  font-size: 12px;
  line-height: 30px;
}

.question-body .crumb-shell .b-anch {
  color: #666666;
}

.question-body .crumb-shell .sep {
  color: #bbbbbb;
}

.question-body .crumb-shell .b-on {
  font-weight: 700;
  color: #333333;
}

.question-body .c-cap {
  box-sizing: border-box;
  width: 100%;
  height: 82px;
  display: flex;
  align-items: center;
  font-size: 24px;
  background: rgba(0, 122, 255, 0.05);
  padding-left: 20px;
  margin-top: 50px;
}

.question-body .question-pool {
  padding-top: 50px;
}

.question-body .question-pool a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100%;
  height: 48px;
  font-size: 14px;
  line-height: 17px;
  color: #333333;
  padding-left: 20px;
  transition: all 0.25s ease-in-out;
}

.question-body .question-pool a::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #cccccc;
  margin-right: 16px;
}

.question-body .question-pool a:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* END 常见问题 Page */
/* .appx-get-pop .get-pop-body {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  width: 756px;
  height: 632px;
  margin-top: 0;
  padding: 0 102px 80px 102px;
  transform: translate(-50%, -50%);
}
.appx-get-pop-i4 .get-pop-body {
  width: 900px;
  height: 632px;
}

.appx-get-pop.show .get-pop-body {
  margin-top: 0;
  transform: translateY(0) translate(-50%, -50%);
} */
.appx-get-note {
  width: 552px;
  height: 218px;
  margin-top: 24px;
  border-radius: 10px;
  background: #fff;
}

.appx-get-note-i4 {
  width: 696px;
}

.appx-get-pop .get-prod-pool .get-prod-unit {
  margin: 0 12px;
}

.appx-get-pop .get-prod-pool .get-prod-unit:first-child {
  margin-left: 0;
}

.appx-get-pop .get-prod-pool .get-prod-unit:last-child {
  margin-right: 0;
}

.appx-get-pop .get-prod-unit .unit-card {
  background: rgba(0, 0, 0, 0.05);
}

.appx-get-pop .get-prod-unit:hover .unit-card,
.appx-get-pop .get-prod-unit .gen-get-float:hover ~ .unit-card,
.appx-get-pop .get-prod-unit.active .unit-card,
.appx-get-pop
  .get-prod-unit
  .gen-get-float:hover
  ~ .unit-card {
  background: #fff !important;
}

.appx-get-note .appx-note-cell,
.appx-get-note .appx-note-cell .appx-note-unit {
  width: 100%;
  height: 100%;
}

.appx-get-note .appx-note-cell .appx-note-unit {
  display: none;
}

.appx-get-note .appx-note-cell .appx-note-unit.active {
  display: block;
}

.appx-unit-act-cell {
  display: flex;
  align-items: stretch;
  flex-direction: row;
  justify-content: center;
}

.appx-unit-act-cell .appx-unit-act {
  padding-left: 64px;
}

.appx-unit-act-cell .appx-unit-act:first-child {
  padding-left: 0;
}

.appx-unit-act,
.appx-unit-details,
.appx-qr {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 42px;
}

.appx-unit-act .appx-top-cap {
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 4px;
  letter-spacing: 0;
  /* opacity: 0.6; */
  color: rgba(0, 0, 0, 0.6);
  font-variation-settings: "opsz" auto;
}

/* .appx-unit-act .appx-top-title2 {
  opacity: 1;
} */

.appx-unit-act .appx-top-cap .ver {
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  height: 18px;
  margin-right: 4px;
  opacity: 1;
  color: rgba(0, 0, 0, 0.85);
}

.appx-unit-act .anch-btns-cell {
  display: flex;
  align-items: center;
  justify-content: center;
}

.appx-unit-act .anch-btns-cell {
  display: flex;
  align-items: center;
  justify-content: center;
}

.appx-unit-act .anch-btns-cell .anch-btn2 {
  margin-left: 40px;
}

.appx-unit-act .anch-btns-cell .anch-btn2:first-child {
  margin-left: 0;
}

.appx-unit-act .anch-act {
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 40px;
  margin-top: 16px;
  text-align: center;
  letter-spacing: 0;
  color: rgba(0, 0, 0, 0.6);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.05);
  font-variation-settings: "opsz" auto;
}

.appx-unit-act .anch-act .z-num {
  color: rgba(0, 0, 0, 0.85);
}

.appx-unit-act .anch-act .z-ios-num {
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0;
  color: rgba(0, 0, 0, 0.85);
  font-variation-settings: "opsz" auto;
}

.appx-unit-act .anch-act .z-line {
  width: 1px;
  height: 11px;
  margin: 0 6px;
  background-color: rgba(0, 0, 0, 0.1);
}

.appx-unit-act .anch-act:hover,
.appx-unit-act .anch-act:active {
  color: rgba(35, 110, 231, 0.6);
  background: rgba(35, 110, 231, 0.1);
}

.appx-unit-act .anch-act:hover .z-num,
.appx-unit-act .anch-act:active .z-num {
  color: #236ee7;
}

.appx-unit-act .anch-act:hover .z-line,
.appx-unit-act .anch-act:active .z-line {
  background: rgba(35, 110, 231, 0.1);
}

.appx-unit-act .anch-act .hintx {
  font-size: 11px;
  font-weight: normal;
  line-height: 16px;
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  box-sizing: border-box;
  height: 16px;
  padding: 0 6.5px;
  letter-spacing: 0;
  color: #236ee7;
  border-radius: 0 8px 0 8px;
  background: rgba(35, 110, 231, 0.1);
  font-variation-settings: "opsz" auto;
}

.appx-unit-act .sm-note,
.appx-unit-act .sm-desic2,
.appx-unit-act .sm-desic3 {
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  padding: 24px 38px 0 38px;
  text-align: center;
  letter-spacing: 0;
  color: rgba(0, 0, 0, 0.35);
  font-variation-settings: "opsz" auto;
}

.appx-unit-act .sm-desic2 {
  padding: 36px 38px 0 38px;
}

.appx-unit-act .sm-desic3 {
  padding-top: 20px;
}

.appx-unit-act .sm-note-pt {
  padding-top: 4px;
}

.appx-unit-details {
  padding-top: 34px;
}

.appx-unit-details2 {
  padding-top: 42px;
}

.appx-unit-details .cap-v2,
.appx-unit-details ul,
.appx-unit-details ul li {
  margin: 0;
  padding: 0;
}

.appx-unit-details ul {
  padding: 6px 16px 0 16px;
}

.appx-unit-details .appx-tp-ul {
  padding: 0 38px;
}

.appx-unit-details .cap-v2 {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  padding: 10px 0;
  text-align: center;
  letter-spacing: 0;
  color: #333;
  font-variation-settings: "opsz" auto;
}

.appx-unit-details ul li {
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  display: flex;
  align-items: stretch;
  padding-top: 8px;
  letter-spacing: 0;
  color: rgba(0, 0, 0, 0.5);
  font-variation-settings: "opsz" auto;
}

.appx-unit-details ul li:first-child {
  padding-top: 0;
}

.appx-qr {
  padding-top: 34px;
}

.appx-qr img {
  display: block;
  width: 120px;
  height: 120px;
  margin: 0;
  padding: 0;
}

.appx-qr .cap-v2 {
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  margin: 0;
  padding: 12px 0 0 0;
  letter-spacing: 0;
  color: rgba(0, 0, 0, 0.85);
  font-variation-settings: "opsz" auto;
}

.appx-get-note {
  position: relative;
}

.appx-get-note .z-sj {
  position: absolute;
  z-index: 100;
  top: -10px;
  left: 60px;
  display: block;
  width: 24px;
  height: 10px;
  margin: 0;
  padding: 0;
  transform: translateX(-12px);
}

.dlg-pop-cell {
  position: relative;
  display: flex;
  align-items: stretch;
  box-sizing: border-box;
  width: 720px;
  height: 440px;
  padding: 10px;
  border: 1px solid #fff;
  border-radius: 30px;
  background: rgba(245, 247, 249, 0.9);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.dlg-pop-cell .dlg-x {
  position: absolute;
  z-index: 100;
  top: 26px;
  right: 26px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.dlg-pop-cell .dlg-x .x {
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
}

.dlg-lf {
  box-sizing: border-box;
  width: 150px;
  height: 100%;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 21px;
  background: rgba(245, 247, 249, 0.8);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.dlg-rt {
  flex: 1;
  width: 0;
  height: 100%;
}

.dlg-ul .dlg-li {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  padding: 8px 16px;
  cursor: pointer;
  border-radius: 10px;
  background: transparent;
  box-sizing: border-box;
}

.dlg-ul .dlg-li:hover {
  background: rgba(0, 0, 0, 0.05);
}

.dlg-ul .dlg-li.active {
  background: #fff;
}

.dlg-ul .dlg-li:last-child {
  margin-bottom: 0;
}

.dlg-ul .dlg-li .glyph {
  display: block;

  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
}

.dlg-ul .dlg-li .txt {
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  padding-left: 10px;
  letter-spacing: 0;
  color: #333;
  font-variation-settings: "opsz" auto;
  user-select: none;
}

.dlg-ul .dlg-li.active .txt {
  font-weight: bold;
}

.dlg-cell-ul,
.dlg-cell-ul .dlg-cell-li {
  width: 100%;
  height: 100%;
}

.dlg-cell-ul .dlg-cell-li {
  display: none;
}

.dlg-cell-ul .dlg-cell-li.active {
  display: block;
}

.dlg-fx {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.dlg-fx .cap-v2 {
  padding-top: 80px;
}

.dlg-flex1 .cap-v2 {
  padding-top: 40px;
}
.dlg-flex2 .cap-v2 {
  padding-top: 52px;
}
.dlg-fx .cap-v2 .brand {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0;
  padding: 0;
}
.dlg-flex2 .cap-v2 .brand {
  display: block;
  width: 72px;
  height: 72px;
  margin: 0;
  padding: 0;
}
.dlg-fx .ver {
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  padding-top: 12px;
  letter-spacing: 0;
  color: #333;
}
.dlg-fx .z-version1{
	padding-top: 4px;
}


.dlg-fx .when {
  font-size: 13px;
  font-weight: normal;
  line-height: 20px;
  padding-top: 4px;
  letter-spacing: 0;
  color: rgba(51, 51, 51, 0.4);
}

.act-set {
  display: flex;
  align-items: center;
  padding-top: 40px;
}
.act-grounp1 {
  padding-top: 32px;
}
.act-grounp2 {
  padding-top: 28px;
}
.act-grounp3{
	padding-top: 20px;
}


.act-set .dlg-act {
  margin-left: 20px;
}

.act-set .dlg-act:first-child {
  margin-left: 0;
}

.act-grounp1 .web-fresh-oosx-li {
  width: 400px;
  height: 76px;
  border-radius: 16px;
  background: rgba(245, 247, 249, 0.8);
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  margin-top: 10px;
  display: flex;
  align-items: center;
  padding: 0 22px 0 20px;
  position: relative;
}

.act-grounp1 .lf-twx-cell {
  display: none;
  position: absolute;
  z-index: 1024;
  left: 83px;
  top: 68px;
  width: 320px;
  border-radius: 10px;
  padding: 16px;
  background: #ffffff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #666666;
  box-sizing: border-box;
}
.act-grounp3 .lf-twx-cell{
	top:60px;
}

.act-grounp1 .lf-twx-cell .hintx-cap {
  font-weight: bold;
  color: #333333;
}
.act-grounp1 .lf-twx-cell .hintx-li {
  display: flex;
  align-items: flex-start;
}

.act-grounp1 .web-fresh-oosx-li:first-child {
  margin-top: 0;
}
.act-grounp1 .web-fresh-oosx-li .lf {
  flex: 1;
}
.web-fresh-oosx-li .lf .tagx {
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #333333;
}
.web-fresh-oosx-li .lf .z-th {
  width: 52px;
  height: 20px;
  border-radius: 2px;
  padding: 0px 4px;
  background: rgba(14, 164, 0, 0.1);
  font-size: 11px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #0ea400;
  text-align: center;
  display: none;
  margin-left: 8px;
}
.web-fresh-oosx-li .lf-twx-fx {
  display: flex;
  align-items: center;
}

.web-fresh-oosx-li .lf .th-azure {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
  height: 20px;
  border-radius: 2px;
  padding: 0px 4px;
  background: rgba(0, 122, 255, 0.15);
  font-size: 11px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #236ee7;
  cursor: pointer;
}

.web-fresh-oosx-li .lf .note {
  height: 20px;
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: rgba(51, 51, 51, 0.4);
  padding-top: 4px;
}
.web-fresh-oosx-li .lf .oosx-when {
  padding-left: 10px;
}

.web-fresh-oosx-act {
  width: 80px;
  height: 32px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.05);
  font-size: 12px;
  font-weight: bold;
  line-height: normal;
  text-align: center;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
}
.web-fresh-oosx-act:hover {
  background: rgba(0, 0, 0, 0.08);
}
.web-fresh-oosx-act:active {
  background: rgba(0, 0, 0, 0.13);
}
.web-fresh-oosx-act-azure {
  background: #007aff;
  color: #ffffff;
}
.web-fresh-oosx-act-azure:hover {
  background: #0070eb;
}
.web-fresh-oosx-act-azure:active {
  background: #0068d9;
}

.dlg-act {
  display: flex;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  width: 148px;
  cursor: pointer;
  border-radius: 8px;
}

.dlg-btn2 {
  height: 60px;
  padding-top: 12px;
  background: rgba(0, 0, 0, 0.05);
}

.dlg-btn2:hover {
  background: rgba(0, 0, 0, 0.08);
}

.dlg-btn2:active {
  background: rgba(0, 0, 0, 0.13);
}

.dlg-btn1 {
  height: 60px;
  padding-top: 12px;
  background: #007aff;
}

.dlg-btn1:hover {
  background: #0070eb;
}

.dlg-btn1:active {
  background: #0068d9;
}

.dlg-btn3 {
  height: 44px;
  padding-top: 13px;
  background: #007aff;
}

.dlg-btn3:hover {
  background: #0070eb;
}

.dlg-btn3:active {
  background: #0068d9;
}

.dlg-act .z-text1 {
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  letter-spacing: 0;
  font-variation-settings: "opsz" auto;
}

.dlg-btn3 .z-text1 {
  color: #fff;
}

.dlg-btn2 .z-text1 {
  color: #333;
}

.dlg-btn1 .z-text1 {
  color: #fff;
}

.dlg-act .z-text2 {
  font-size: 11px;
  font-weight: normal;
  line-height: 18px;
  letter-spacing: 0;
  font-variation-settings: "opsz" auto;
}

.dlg-btn2 .z-text2 {
  padding-top: 4px;
  color: rgba(51, 51, 51, 0.6);
}

.dlg-btn1 .z-text2 {
  padding-top: 4px;
  color: rgba(255, 255, 255, 0.7);
}

.dlg-fx .base-note {
  padding-top: 26px;
}

.dlg-fx .base-i4-mac {
  padding-top: 16px;
}

.dlg-act .z-th {
  display: none;
}

.dlg-fx .mute-txt,
.dlg-fx .warnx-txt {
  font-size: 12px;
  font-weight: normal;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0;
  color: #666;
  font-variation-settings: "opsz" auto;
}

.dlg-fx .warnx-txt {
  color: #ff5050;
}
.dlg-fx .warnx-txt a,
.dlg-fx .warnx-txt a:hover,
.dlg-fx .warnx-txt a:active {
  color: #ff5050;
  text-decoration: none;
}
.dlg-fx .base-positon {
  position: relative;
  height: 58px;
  cursor: pointer;
  overflow: visible;
}
.dlg-fx .base-positon .txt-v8 {
  padding-bottom: 20px;
  height: 58px;
  box-sizing: border-box;
}
.dlg-fx .base-positon .txt {
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  position: relative;
  letter-spacing: 0;
  color: #666;
  font-variation-settings: "opsz" auto;
}
.dlg-fx .base-positon .base-cell {
  position: absolute;
  z-index: 100;
  top: 15px;
  left: 50%;
  z-index: 1000;
  display: block;
  width: 400px;
  padding: 10px 0;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.18s ease, opacity 0.18s ease;
  transform: translateX(-50%) translateY(12px);
}
.dlg-fx .base-positon .base-cell.is-open {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.dlg-fx .base-cell-li {
  display: flex;
  align-items: center;

  padding: 16px 24px;
}

.dlg-fx .base-cell-li:hover {
  background: rgba(0, 0, 0, 0.05);
}

.dlg-fx .base-cell-li:hover .dlg-sm-act {
  color: #236ee7;
  background: rgba(0, 122, 255, 0.15);
}

.dlg-fx .base-cell-li .base-cell-lf {
  flex: 1;
}

.dlg-fx .base-cell-li .base-cell-lf-fx {
  display: flex;
  align-items: center;
}

.dlg-fx .base-cell-li .txt {
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  padding-right: 10px;
  letter-spacing: 0;
  color: #333;
  font-variation-settings: "opsz" auto;
}

.dlg-fx .base-cell-li .tagx {
  font-size: 11px;
  font-weight: normal;
  line-height: 14px;
  display: flex;
  display: flex;
  align-items: center;

  height: 22px;
  padding: 0 5px;
  text-align: center;
  letter-spacing: 0;
  font-variation-settings: "opsz" auto;
  justify-self: center;
}

.dlg-fx .base-cell-li .tagx-mute {
  color: #333;
  background: rgba(0, 0, 0, 0.05);
}

.dlg-fx .base-cell-li .tagx-mute .z-th {
  display: none;
}

.dlg-fx .base-cell-li .tagx-green {
  color: #0ea400;
  background: rgba(14, 164, 0, 0.1);
}

.dlg-fx .base-cell-li .tagx-green .z-th {
  display: block;
}

.dlg-fx .base-cell-li .tagx span {
  padding-right: 4px;
}

.dlg-fx .base-cell-li .tagx-green span {
  font-weight: bold;
}

.dlg-fx .base-cell-li .z-bt {
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  display: flex;
  align-items: center;
  padding-top: 6px;
  letter-spacing: 0;
  color: rgba(51, 51, 51, 0.4);
  font-variation-settings: "opsz" auto;
}

.dlg-fx .base-cell-li .z-bt .z-ml {
  padding-left: 10px;
}

.dlg-sm-act {
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;

  width: 80px;
  height: 32px;
  cursor: pointer;
  text-decoration: none;
  letter-spacing: 0;
  border-radius: 8px;
  font-variation-settings: "opsz" auto;
}

.dlg-sm-btn2 {
  color: #333;
  background: rgba(0, 0, 0, 0.05);
}

.dlg-sm-btn1 {
  color: #236ee7;
  background: rgba(0, 122, 255, 0.15);
}

.dlg-sm-btn2:hover {
  color: #236ee7;
  background: rgba(0, 122, 255, 0.15);
}

.dlg-sm-btn2:active {
  color: #236ee7;
  background: rgba(0, 122, 255, 0.15);
}

.dlg-mac-th {
  display: none;
}

.dlg-fx .ios-cap {
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  box-sizing: border-box;
  width: 100%;
  padding-top: 100px;
  padding-left: 50px;
  letter-spacing: 0;
  color: #333;
  font-variation-settings: "opsz" auto;
}

.dlg-fx .z-ios-ul {
  box-sizing: border-box;
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
  padding-left: 50px;
}

.dlg-fx .z-ios-li {
  font-size: 13px;
  font-weight: normal;
  line-height: 22px;
  display: flex;
  align-items: flex-start;
  max-width: 360px;
  margin-top: 10px;
  letter-spacing: 0;
  color: #333;
  font-variation-settings: "opsz" auto;
}

.dlg-fx .z-ios-li .tagx {
  flex: none;

  width: 30px;
}

.dlg-fx .z-ios-li:first-child {
  margin-top: 0;
}

.dlg-fx .ios-base-act {
  display: flex;
  justify-content: flex-end;
  box-sizing: border-box;
  width: 100%;
  padding-top: 68px;
  padding-right: 50px;
}

.dlg-fx .ios-act {
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;

  width: 120px;
  height: 34px;
  cursor: pointer;
  text-decoration: none;
  letter-spacing: 0;
  color: #333;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.05);
  font-variation-settings: "opsz" auto;
}

.dlg-fx .ios-act:hover {
  background: rgba(0, 0, 0, 0.08);
}

.dlg-fx .ios-act:active {
  background: rgba(0, 0, 0, 0.13);
}

.dlg-fx .qr {
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 180px;
  margin-top: 100px;
  border-radius: 10px;
  background: #fff;
}

.dlg-fx .qr img {
  display: block;
  width: 170px;
  height: 170px;
  margin: 0;
  padding: 0;
}

.dlg-fx .qr-txt {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  padding-top: 22px;
  letter-spacing: 0;
  color: #333;
  font-variation-settings: "opsz" auto;
}
.dlg-fx .qr-text1 {
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0em;
  padding-top: 48px;
  color: rgba(51, 51, 51, 0.3);
}

.topbar-props-crumb-warp {
  position: relative;
}
.topbar-props-crumb-cell {
  position: absolute;
  width: 1240px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  top: 96px;
}
.topbar-props-crumb-cell .crumb-unit {
  font-size: 12px;
  line-height: 30px;
  letter-spacing: 0em;
  color: #666666;
  font-weight: 400;
}
.topbar-props-crumb-cell .z-line {
  font-weight: 400;
  color: #bbbbbb;
  padding: 0 2px;
}
.topbar-props-crumb-cell .on {
  color: #333333;
  font-weight: 700;
  cursor: default;
}

.topbar-props-crumb-cell-white .crumb-unit {
  color: rgba(255, 255, 255, 0.6);
}
.topbar-props-crumb-cell-white .z-line {
  color: #bbbbbb;
}
.topbar-props-crumb-cell-white .on {
  color: #ffffff;
}





