 /* 顶部标题 */
 .study_header {
     width: 66%;
     margin-left: auto;
     margin-right: auto;
 }

 .study_header h2 {
     font-size: 4rem;
 }

 /* 顶部logo */
 .video-item-left {
     /* 您可以根据需要添加其他样式 */
     /* flex: 6; */
     /* 让每个元素占用相等的空间 */
     /* 可以添加边距 */
     /* background-color: antiquewhite; */
     height: 52rem;
 }

 .video-item-right {
     /* 您可以根据需要添加其他样式 */
     flex: 2;
     height: 40rem;
     /* 让每个元素占用相等的空间 */
     /* 可以添加边距 */
     /* 示例背景颜色 */
     display: flex;
     padding-left: 1%;
     justify-content: center;
     flex-direction: column;
 }
 .gradient-background {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    /* 从左到右渐变 */
    position: absolute;
    /* 设置绝对定位 */
    width: 50%;
    /* 定义宽度 */
    z-index: 1;
    /* 设置层叠顺序，使此 div 在上方 */    
    height: 40rem;
    
    display: flex;
    /* 使用 Flexbox 布局 */
    justify-content: flex-end;
    /* 水平居右 */
    align-items: center;
    /* 垂直居中，可选 */
}

 /* 右侧标题 */
 .video-item-right h3 {
     margin-bottom: 15px;
     font-size: 2.25rem;
     color: #fff;
 }

 
.icon-parent {
    display: flex;
    gap: 10px;
    /* 你可以根据需要调整这个值 */
    margin-left: 17%;
    margin-top: 6rem;
  }

  .icon-child {
    text-align: center;
    margin-right: 4rem;
  }
.icon-child img{
    width : 3rem;
    height: 3rem;
  }

  .icon_img {
    transition: transform 0.3s ease;
}
.icon_img:hover {
    transform: translateY(-5px);
}
.icon_img.active {
    transform: translateY(-5px);
}

#copy-status {
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 8%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #9e2024;
    padding: 10px;
    border-radius: 5px;
    display: none;
    color: #fff;
    font-size: 2rem;
}
 /* 中部内容介绍 */
 .font1 {
     margin-top: 3rem;
     margin-bottom: 3rem;
     font-size: 1.8rem;
     font-weight: normal;
 }

 .div-con {
     width: 66%;
     margin-left: auto;
     margin-right: auto;
     text-align: justify;
 }

 .div-con-margin {
     /* margin-top: 5rem; */
 }

 .div-con-margin-div {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 400;
}


 .div-con-margin h2 {
     font-size: 3rem;
 }

 .div-img {
     /* display: flex; */
     /* 使用 Flexbox 布局 */
     justify-content: space-between;
     /* 在项目之间分配可用空间 */
     /* width: 300px; */
     /* 定义宽度 */
 }

 .div-box {
     height: 80rem;
     text-align: center;
 }

 .box1 {
     background-color: lightgreen;
     width: 40%;
 }

 .box2 {
     background-color: lightyellow;
     width: 30%;
 }

 .box3 {
     background-color: lightpink;
     width: 30%;
 }

 .video-container {
     padding-top: 3rem;
     padding-bottom: 3rem;
 }


 .div-title {
    margin-top: 6rem;
    height: 10rem;
    text-align: center;
    /* font-size: 5rem; */
    color: #fff;
    /* background-color: #1e2778; */
    line-height: 10rem;
 }

 .div-title-div {
     font-size: 3rem;
     background-color: #1e2778;
     width: 30%;
     margin: 0 auto;
 }

 .s-container {
     display: flex;
     justify-content: space-around;
     flex-wrap: wrap;
     align-items: center;
     /* 使用flex布局 */
     width: 66%;
     margin-left: auto;
     margin-right: auto;
     margin-top: 80px;
     overflow: hidden;

 }




 /* 图片+logo */
 .item {
     width: 30%;
     /* border: 2px solid #000; */
     /* 边框 */
 }

 .item img {
     width: 100%;
     height: 70%;
 }

 .item span {
     width: 100%;
     height: 30%;
     display: inline-block;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 1.5rem;
     margin: 2rem 0;
 }



 /* 底部背景内容 */
 .foot-img {
     height: auto;
     /* background-color: aquamarine; */
     padding-top: 5rem;
     /* background-image: url(./static/img/car1.png); */
     /* background-size: cover; */
     /* 图片覆盖整个容器并保持宽高比 */
     display: flex;
     /* 使用 Flexbox */
     justify-content: center;
     /* 水平居中 */
     align-items: center;
 }

 .foot_header {
     font-size: 3rem;
     font-weight: bold;
 }

 .foot-img-div {
     /* background-color: #b4b4b4; */
     /* background: url('/static/img/car2.png') no-repeat center center; */
     height: 75rem;
     width: 100%;
     display: flex;
     /* 使用 Flexbox */
     justify-content: center;
     /* 水平居中 */
     align-items: center;
 }

 .foot-img-div-font {
     font-size: 2.25rem;
     margin-top: 2rem;
 }


 /* 中等屏幕 */
 @media only screen and (min-width: 992px)and (max-width: 1200px) {
     .foot-img-div-font {
         font-size: 2rem;
     }

     .foot_header {
         font-size: 2.8rem;
         font-weight: bold;
     }

     .foot-img-div-font {
         font-size: 2rem;
     }

     .foot_header {
         font-size: 2.8rem;
         font-weight: bold;
     }

     .video-item-right h3 {
         margin-bottom: 15px;
         font-size: 2rem;
         color: #fff;
     }

     .div-title h2 {
         font-size: 3rem;
     }
 }

 /* 小屏幕 */
 @media only screen and (min-width: 768px)and (max-width: 991px) {
     .foot-img-div-font {
         font-size: 2rem;
     }

     .foot_header {
         font-size: 2.8rem;
         font-weight: bold;
     }

     .video-item-right h3 {
         margin-bottom: 15px;
         font-size: 2rem;
         color: #fff;
     }

     .item span {
         font-size: 1.875rem;
     }

     .div-title h2 {
         font-size: 3rem;
     }

     /* 图片+logo */
     .item {
         width: 45% !important;

     }

     .foot-img-div {
         height: 85rem;
     }
 }



 @media only screen and (max-width: 767px) {
     .foot-img-div-font {
         font-size: 1.875rem;
     }

     .item-1,
     .item-2,
     .item-3 {
         flex: 3;
     }

     .foot_header {
         font-size: 2.5rem;
         font-weight: bold;
     }

     .video-item-right h3 {
         margin-bottom: 15px;
         font-size: 1.2rem;
         color: #fff;
     }

     .item span {
         font-size: 1.5rem;
     }

     .study_header h2 {
         font-size: 4rem;
     }

     .div-title h2 {
         font-size: 3rem;
     }

     .foot-img-div {
         height: 100rem;
     }

     .font1 {
         font-size: 1.875rem;
     }

     .div-title h2 {
         font-size: 2.5rem;
     }

     .s-container {
         display: flex;
         justify-content: space-around;
         flex-wrap: wrap;
         align-items: center;
     }

     .item {
         width: 45%;
     }
 }

 /* 手机端显示 */
 @media only screen and (max-width: 550px) {
     .foot-img-div {
         height: 135rem;
     }
 }