.stage-frame {
  width: 100%;
  min-width: 1260px;
  margin: 0 auto;
  background: #f5f5f7;
}
.bar-hero-frame {
  position: relative;
}

/* Hero Slider */
.stage-hero {
  position: relative;
  width: 100%;
  min-width: 1260px;
  height: 700px;
}
.stage-hero .stage-hero-track {
  overflow: hidden;
}
.stage-hero-body {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 12;
  width: 100%;
}
.stage-hero .stage-hero-pane {
  position: relative;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
}

.stage-hero .stage-hero-dots {
  position: absolute;
  left: 0;
  bottom: 24px;
  font-size: 0;
}
.stage-hero .stage-hero-dots i {
  box-sizing: border-box;
  width: 80px;
  height: 8px;
  border-radius: 100px;
  background-color: #ffffff;
  opacity: 0.6;
  margin: 0 5px;
}
.stage-hero .stage-hero-dots i.on {
  opacity: 1;
}

.stage-hero-body .hero-body-shell {
  position: relative;
}
.stage-hero .hero-get-shell {
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 52px;
  opacity: 0;
  visibility: hidden;
  z-index: 12;
  transition: all 1s;
}
.stage-hero .hero-get-shell.active {
  opacity: 1;
  visibility: visible;
}
.stage-hero .hero-get-shell .get-act {
  display: block;
  width: 180px;
  height: 52px;
  line-height: 53px;
  text-align: center;
  background: #ffffff;
  font-size: 16px;
  font-weight: bold;
  color: #236ee7;
  border-radius: 10px;
  cursor: pointer;
}
.stage-hero .hero-get-shell .get-act-azure {
  color: #ffffff;
  background: #007aff;
}
.stage-hero .hero-get-shell .get-act-azure:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.08)),
    #007aff;
}

.stage-get-float {
  box-sizing: border-box;
  position: absolute;
  top: 52px;
  left: 0;
  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; */
}
.stage-hero .hero-get-shell:hover .stage-get-float {
  display: block;
  /* opacity: 1;
  visibility: visible; */
}
.hero-get-shell:hover .get-act,
.hero-get-shell .stage-get-float:hover ~ .get-act {
  background: rgba(255, 255, 255, 0.8) !important;
}
.hero-get-shell:hover .get-act-azure,
.hero-get-shell .stage-get-float:hover ~ .get-act-azure {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.08)),
    #007aff !important;
}

.stage-get-float .unit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
}
.stage-get-float .unit .unit-cap {
  display: flex;
  align-items: center;
}
.stage-get-float .unit .unit-cap span:first-child {
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  font-weight: bold;
}
.stage-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;
}
.stage-get-float .unit .unit-cap .tagx-v2 i {
  font-style: normal;
  margin-left: 4px;
  font-weight: normal;
}
.stage-get-float .unit .unit-cap .tagx-local {
  font-weight: bold;
  color: #0ea400;
  background: rgba(14, 164, 0, 0.1);
}
.stage-get-float .unit .unit-note {
  font-size: 12px;
  line-height: 20px;
  color: rgba(51, 51, 51, 0.4);
  padding-top: 6px;
}
.stage-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;
}
.stage-get-float .unit .get-anch:hover {
  color: #236ee7;
  background: rgba(0, 122, 255, 0.15);
}

/* Common Title */
.gen-cap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  line-height: 28px;
  color: #333333;
  padding: 42px 0 20px;
  margin: 0;
  box-sizing: border-box;
}
.gen-cap h2{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-size: 20px;
	line-height: 28px;
	color: #333333;
	font-weight: normal;
}


.gen-cap .extra {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  color: #808080;
}
.gen-cap .extra::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("/img/icon-rt-dark.png") no-repeat center center;
}

/* 产品下载 */
.get-frame {
  background-color: #ffffff;
  padding-bottom: 50px;
}
.prod-pool-shell {
  display: flex;
  justify-content: space-between;
}

.prod-pool-shell dl {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 300px;
  height: 360px;
  background: #eaf2ff;
  padding-top: 38px;
}
.prod-pool-shell dl:nth-child(1) {
  width: 620px;
}
.prod-pool-shell dl:nth-child(2) {
  background: #e8f6fc;
}
.prod-pool-shell dl:nth-child(3) {
  background: #f9f4e8;
}

.prod-pool-shell dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
}
.prod-pool-shell dl dd {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 4px;
}
.prod-pool-shell dl dd .cap {
  font-size: 22px;
  line-height: 30px;
  color: #333333;
  font-weight: normal;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.prod-pool-shell dl dd .about {
  font-size: 14px;
  line-height: 22px;
  color: #333333;
  padding-top: 4px;
}
.prod-pool-shell dl dd .dowmload-act {
  display: block;
  width: 180px;
  height: 44px;
  line-height: 46px;
  text-align: center;
  border-radius: 8px;
  background: rgba(0, 122, 255, 0.15);
  font-size: 14px;
  font-weight: bold;
  color: #236ee7;
  margin-top: 22px;
}
.prod-pool-shell dl dd .dowmload-act:hover {
  cursor: pointer;
  background: rgba(0, 122, 255, 0.25);
}
.prod-pool-shell dl:nth-child(3) .dowmload-act {
  color: #e58530;
  background: rgba(229, 133, 48, 0.15);
}
.prod-pool-shell dl:nth-child(3) .dowmload-act:hover {
  background: rgba(229, 133, 48, 0.25);
}

.prod-pool-shell dl dd .extra-act {
  font-size: 13px;
  line-height: 24px;
  color: rgba(51, 51, 51, 0.5);
  margin-top: 16px;
}
.prod-pool-shell dl dd .extra-act:hover {
  color: #333333;
}

/* 新闻资讯 */
.press-frame {
  padding-bottom: 4px;
}
.press-frame .press-pool li {
  width: 100%;
  height: 220px;
  margin-bottom: 16px;
}
.press-frame .press-pool li  {
  display: flex;
  width: 100%;
  height: 220px;
  transition: all 0.3s ease-in-out;
  position: relative;
  background: #ffffff;
}
.press-frame .press-pool li:hover {
  background: rgba(0, 0, 0, 0.08);
}
.press-frame .press-pool li:hover .press-pic {
  /* 亮度降低，接近黑色覆盖的效果 */
  -webkit-filter: brightness(89%);
  filter: brightness(89%);
}
.press-frame .press-pool li .press-pic {
  transition: all 0.3s ease-in-out;
  flex-shrink: 0;
  display: block;
  width: 300px;
  height: 220px;
  overflow: hidden;
}
.press-frame .press-pool li .press-pic img {
  transition: all 0.3s ease-in-out;
  display: block;
  width: 100%;
  height: 100%;
 object-fit: cover;
}

.press-frame .press-pool li .press-body {
  box-sizing: border-box;
  flex: 1;
  padding: 40px 52px 0 44px;
  width: 100%;
  overflow: hidden;
}

.press-frame .press-pool li .press-body .cap-v2 ,
.press-frame .press-pool li .press-body .cap-v2 a{
  font-size: 16px;
  line-height: 40px;
  color: #3d3d3d;
}
.press-frame .press-pool li .press-body .about {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.press-frame .press-pool li .press-body .meta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 56px;
}
.press-frame .press-pool li .press-body .meta-unit {
  display: flex;
  align-items: center;
  font-size: 13px;
  line-height: 20px;
  color: #bbbbbb;
  padding-left: 55px;
}
.press-frame .press-pool li .press-body .meta-unit img {
  margin-right: 8px;
}






/* Hero fade layout (self-implemented, no swiper) */
.stage-hero-track { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.stage-hero .stage-hero-pane { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; visibility: hidden; transition: opacity 1s ease, visibility 1s; }
.stage-hero .stage-hero-pane.is-front { opacity: 1; visibility: visible; z-index: 2; }
.stage-hero-dots { position: absolute; z-index: 13; width: 100%; text-align: center; }
.stage-hero-dots i { display: inline-block; cursor: pointer; }
