/* 全局样式重置 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
a {
    color: #414141;
    text-decoration: none;
  }
body {
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    line-height: 1;
  }
html,
body {
  width: 100%;
  min-width: 1480px;
  min-height: 100%;
  _width: 1480px;
  _height: 100%;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", "微软雅黑", "宋体", arial;
}

.container {
    width: 1480px;
    margin: 0 auto;
    color: #333;
}

/* 顶部导航栏 */
/* banner区域 */

.banner {
    background: url('../img/header-bg.png') no-repeat center center;
    background-size: cover;
    height: 300px;
    width: 100%;
    font-family: Regular, Semibold, Microsoft YaHei, Segoe UI, Tahoma, Geneva, Verdana, sans-serif;
}
.banner-container{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 1440px;
}
.banner-text{
    padding-top: 85px;
}
.banner-text h1 {
    font-size: 64px;
    font-weight: 600;
    height: 85px;
    line-height: 75px;  
}

.banner-text p {
    font-size: 24px;
    font-weight: 400;
    height: 30px;
    letter-spacing: 1.3px;
    line-height: 35px;
}

/* 产品区域通用样式 */
.product-section {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    font-family: Regular, Semibold, Microsoft YaHei, Segoe UI, Tahoma, Geneva, Verdana, sans-serif;
}

.product-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 10% 20%, rgba(26, 115, 232, 0.05) 0%, rgba(255, 255, 255, 0) 40%);
    z-index: -1;
}

.product-section.bg-light {
    background-color: #f8f9fa;
}

.product-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}
.product-text .tit_b {
    font-family: Regular, Semibold, Microsoft YaHei, Segoe UI, Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
    line-height: 52px;
    font-size: 44px;
    padding-bottom: 16px;
    color: #333;
}
.product-text .tit_s{
    font-size: 18px;
    font-weight: 500;
    margin-left: 8px;
    line-height: 30px;
}
.product-text .tit_c{
    color: #333;
    font-family: Regular, Semibold, Microsoft YaHei, Segoe UI, Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
    line-height: 52px;
    text-align: left;
    font-size: 16px;
}
.header_f_p{
    color: #6c7d8f;
    font-size: 16px;
    margin-bottom: 8px;
    padding-left: 15px;
    width: 610px;
    line-height: 30px;
    position: relative;
    font-family: Microsoft YaHei, Segoe UI, Tahoma, Geneva, Verdana, sans-serif;
}
.header_f_p:before{
    content: "";
    background-color: #ff6933;
    border: 3px solid #ffe9e1;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 3px;
    position: absolute;
    top: 15px;
    left: 0;
    transform: translateY(-50%);
    box-sizing: border-box;
    
}
.product-btn {
    display: inline-block;
    background: linear-gradient(#ff6933, #ff885e);
    border-radius: 6px;
    color: #fff;
    font-family: Regular, Semibold, Microsoft YaHei, Segoe UI, Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
    line-height: 48px;
    height: 48px;
    margin-right: 16px;
    text-align: center;
    text-transform: none;
    margin-top: 64px;
    padding: 0 45px;
}

.product-btn:hover {
    background: linear-gradient(#ff885e, #ff6933);
}
.download-library-btn{
    margin-right: 36px;
    width: 154px;
}
.upload-library-btn{
    border: none;
    background: linear-gradient(1turn, #ff4c82, #ff8d68);
}
.upload-library-btn:hover{
    background: linear-gradient(1turn, #ff8d68, #ff4c82);
}
.download-client-btn{
    border: 1px solid #ff6933;
    color: #ff6933; 
    padding: 0 30px;
    background: #fff;
}
.download-client-btn .icon{
    display: none;
    vertical-align: top;
    margin-top: 15px;
}
.download-client-btn .download-client-iconA{
    display: inline-block;
}
.download-client-btn:hover{
    background: none;
}
.download-client-btn:hover .download-client-iconA{
    margin-left: 10px;
    transition: all 0.2s ease;
}
.deep-auto-btn{
    display: inline-block;
    padding: 0;
    background: linear-gradient(#ff6933, #ff885e);
    border: none;
    border-radius: 6px ;
    color: #fff;
    cursor: pointer;
    font-family: Regular, Semibold, Microsoft YaHei, Segoe UI, Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
    height: 48px;
    line-height: 48px;
    margin-right: 16px;
    position: relative;
    text-align: center;
    width: 154px;
    margin-top: 64px;
}
.deep-auto-btn .deepIcon{
    display: none;
    vertical-align: top;
    margin-top: 17px;
}
.deep-auto-btn:hover .deepIcon{
    display: inline-block;
    transition: all 0.3s ease;
    margin-left: 10px;
}
.content_wx{
    width: 124px;
    height: 125px;
    overflow: hidden;
}
.content_wx img{
    width: 100%;
    height: 100%;
}
.content_wx_tit{
    align-items: center;
    color: #666;
    display: flex;
    font-family: Regular, Semibold, Microsoft YaHei, Segoe UI, Tahoma, Geneva, Verdana, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: 4px;
}
.play-video{
    cursor: pointer;
}
.play-button{
    border-radius: 50%;
    color: #fff;
    left: 50%;
    padding: 10px 20px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    cursor: pointer;
}
.product-image {
    background: rgba(0, 0, 0, .2);
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    height: 432px;
    width: 768px;
}
.content_wrap{
    border-radius: 8px;
    display: flex;
    height: 200px;
    justify-content: space-between;
    width: 369px;
    margin-top: 16px;
}
.content_l{
    padding: 28px 24px;
}
.content_l_t{
    cursor: pointer;
    display: flex;
    position: relative;
}
.item-qq{
    margin-top: 36px;
}
.content_l_img{
    align-items: center;
    border-radius: 6px;
    display: flex;
    width: 44px;
    height: 44px;
    justify-content: center;
    margin-right: 12px;
    background: #FF6933;
}
.item-qq .content_l_img{
    background: #6FADFF;
}
.content_tit .content_text{
    color: #666;
    font-family: Regular, Semibold, Microsoft YaHei, Segoe UI, Tahoma, Geneva, Verdana, sans-serif;
    font-size: 12px;
    line-height: 24px;
    text-transform: none;
}
.content_tit .content_num{
    color: #111;
    font-family: Regular, Semibold, Microsoft YaHei, Segoe UI, Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
    line-height: 24px;
    text-transform: none;
}
.content_r{
    padding: 20px;
}
.el-tooltip{
    background: #303133;
    color: #fff;
    word-wrap: break-word;
    border-radius: 4px;
    font-size: 12px;
    line-height: 1.2;
    min-width: 10px;
    padding: 10px;
    position: absolute;
    top:-45px;
    left: 15px;
    display: none;
    transition: display 0.4s ease;
}
  /* 显示弹出窗口时的样式 */
  .el-tooltip::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
    bottom: -5px; /* 指针位于弹出窗口底部 */
    left: 50%;
    transform: translateX(-50%);
  }
/* 提示框的整体样式 */
.tooltip-box{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgba(48, 49, 51,0.9);
    border-radius: 4px;
    padding: 10px 20px;
    color: #fff;
    line-height: 1.2;
    font-size: 16px;
    z-index: 999; /* 确保提示框显示在顶部 */
    display: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); /* 阴影效果 */
    transition: display 0.4s ease;
    text-align: center;
}
/* 进度条样式 */
.progress-bar {
    width: 100%;
    height: 4px;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    overflow: hidden;
    z-index: 2;
}

.progress-bar-fill {
    height: 100%;
    background: #ff885e;
    width: 0;
}