@charset "UTF-8";
/**
 * Theme Variables
 * 集中管理主题色、字体、尺寸等变量
 */
/* =========================================================
   Download Page Styles (page-download.php)
   注：该页面同时加载 help.css，因此 help.css 中已包含的
   .footer-frame / .links-column-color 等覆盖在此省略，
   避免重复定义。
   ========================================================= */
/* ---- Header 覆盖 ---- */
.luping_header {
  width: 100%;
  height: 84px;
  background: rgba(0, 0, 0, 0.5);
}
.luping_header .gohome {
  width: 195px;
  height: 84px;
  float: left;
}
.luping_header .gohome img {
  width: 195px;
  height: 44px;
  margin-top: 27px;
}
.luping_header ul {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.luping_header ul li {
  padding: 0 20px;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 84px;
}
.luping_header ul li.current_select a {
  color: #00FFE9;
}
.luping_header ul li .nav_mobile_item {
  height: 84px;
  line-height: 84px;
}
.luping_header ul li > a,
.luping_header ul li > span {
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  position: relative;
}

/* ---- 下载页 Banner ---- */
.download {
  height: 652px;
  background: url("https://cdn-business-static.aunbox.cn/www_luping_com/static/images/lupingdashi/background.jpg") no-repeat center center;
  background-size: cover;
}

/* ---- 下载页主体 ---- */
.download-frame {
  height: 568px;
  width: 1200px;
  margin: 0 auto;
  padding-top: 110px;
}
.download-frame .bread-nav {
  text-align: left;
  color: #999999;
}
.download-frame .bread-nav > a {
  text-decoration: none;
  color: #999999;
}
.download-frame .bread-nav > span {
  color: #fff;
}
.download-frame .page-frame {
  margin-top: 40px;
  padding-left: 40px;
}
.download-frame .page-frame > header {
  font-size: 26px;
  color: white;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.download-frame .page-frame > header::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 26px;
  background: linear-gradient(133deg, #00ffae 0%, #509ff5 100%);
  margin-right: 10px;
}
.download-frame .page-frame .page-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-top: 80px;
}
.download-frame .page-frame .page-content .product-icon {
  width: 168px;
  height: 168px;
  background: url("https://cdn-business-static.aunbox.cn/www_luping_com/static/images/lupingdashi/download_icon_video@2x.png") no-repeat center center;
  background-size: cover;
  margin-right: 132px;
  margin-left: 239px;
}
.download-frame .page-frame .page-content .product-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.download-frame .page-frame .page-content .product-description .product-title {
  font-size: 36px;
  color: white;
  line-height: 28px;
  margin-bottom: 29px;
}
.download-frame .page-frame .page-content .product-description .product-introduction {
  font-size: 14px;
  color: #868686;
  margin-bottom: 14px;
}
.download-frame .page-frame .page-content .product-description .product-score {
  width: 86px;
  height: 13px;
  background: url("https://cdn-business-static.aunbox.cn/www_luping_com/static/images/lupingdashi/Combined Shape@2x.png") no-repeat center center;
  background-size: cover;
  margin-bottom: 29px;
}
.download-frame .page-frame .page-content .product-description .product-download-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 200px;
  height: 56px;
  text-align: center;
  line-height: 56px;
  font-size: 20px;
  color: white;
  text-decoration: none;
  background-image: -webkit-gradient(linear, right top, left top, from(#20ECFF), color-stop(#009AF6), to(#20ECFF));
  background-image: linear-gradient(-90deg, #20ECFF, #009AF6, #20ECFF);
  background-position: 0% 0%;
  background-size: 200% 100%;
  position: relative;
}
.download-frame .page-frame .page-content .product-description .product-download-btn:hover {
  background-position: 100% 100%;
}
.download-frame .page-frame .page-content .product-description .product-support {
  font-size: 12px;
  color: white;
  margin-bottom: 2px;
}
.download-frame .page-frame .page-content .product-description .product-size {
  font-size: 12px;
  color: white;
}
.download-frame .page-frame .page-content .product-description .download-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 16px;
  margin-bottom: 12px;
}
.download-frame .page-frame .page-content .product-description .download-btns .mobile-download-item {
  position: relative;
  cursor: pointer;
}
.download-frame .page-frame .page-content .product-description .download-btns .mobile-download-item .mobile-download-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 140px;
  height: 56px;
  font-size: 16px;
  color: white;
  background: transparent;
  border: 2px solid #20ECFF;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.download-frame .page-frame .page-content .product-description .download-btns .mobile-download-item:hover .mobile-download-btn {
  background: rgba(32, 236, 255, 0.1);
}
.download-frame .page-frame .page-content .product-description .download-btns .mobile-download-item .mobile-download-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 140px;
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: visible;
  z-index: 100;
}
.download-frame .page-frame .page-content .product-description .download-btns .mobile-download-item .mobile-download-dropdown .mobile-link {
  display: block;
  padding: 12px 20px;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  white-space: nowrap;
  position: relative;
}
.download-frame .page-frame .page-content .product-description .download-btns .mobile-download-item .mobile-download-dropdown .mobile-link:hover {
  background: #f0f0f0;
  color: #178EF0;
}
.download-frame .page-frame .page-content .product-description .download-btns .mobile-download-item .mobile-download-dropdown .mobile-link:first-child {
  border-bottom: 1px solid #eee;
}
.download-frame .page-frame .page-content .product-description .download-btns .mobile-download-item .mobile-download-dropdown .mobile-link .qrcode-tooltip {
  position: absolute;
  left: -150px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 140px;
  height: 140px;
  padding: 8px;
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 101;
}
.download-frame .page-frame .page-content .product-description .download-btns .mobile-download-item .mobile-download-dropdown .mobile-link .qrcode-tooltip img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.download-frame .page-frame .page-content .product-description .download-btns .mobile-download-item .mobile-download-dropdown .mobile-link .qrcode-tooltip::after {
  content: "";
  position: absolute;
  right: -8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 8px solid transparent;
  border-left-color: #fff;
}
.download-frame .page-frame .page-content .product-description .download-btns .mobile-download-item .mobile-download-dropdown .mobile-link:hover .qrcode-tooltip {
  opacity: 1;
  visibility: visible;
}
.download-frame .page-frame .page-content .product-description .download-btns .mobile-download-item:hover .mobile-download-dropdown {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.bottom-line {
  width: 100%;
  height: 7px;
  background: linear-gradient(223deg, #0045ff 0%, #34dfff 100%);
}

.ts_time_2 {
  -webkit-transition: all 2s;
  transition: all 2s;
}

.hover_color {
  background-image: -webkit-gradient(linear, right top, left top, from(#20ECFF), color-stop(#009AF6), to(#20ECFF));
  background-image: linear-gradient(-90deg, #20ECFF, #009AF6, #20ECFF);
  background-position: 0% 0%;
  background-size: 200% 100%;
  position: relative;
}
.hover_color:hover {
  background-position: 100% 100%;
}

/* ---- 响应式适配 ---- */
@media (max-width: 1200px) {
  .luping_header {
    min-width: 0;
    height: auto;
    padding: 10px 0;
  }
  .luping_header .gohome {
    height: auto;
  }
  .luping_header .gohome img {
    width: 140px;
    height: auto;
    margin-top: 0;
  }
  .luping_header ul li {
    padding: 0 8px;
    line-height: 44px;
  }
  .luping_header ul li > a, .luping_header ul li > span {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .luping_header {
    position: fixed;
    background: #000;
    height: 50px;
  }
  .luping_header ul {
    display: none;
  }
  .luping_header .gohome img {
    width: 120px;
  }
  .download-page-wrapper {
    padding: 60px 12px 20px;
    box-sizing: border-box;
  }
  .bottom-line {
    height: 4px;
  }
}
