.linux .linux-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #effaff;
  padding: 100px 0 80px;
}
.linux .linux-wrapper .btnbox {
  margin-top: 60px;
}
.linux .linux-wrapper .contentProjectBox {
  width: 1300px;
  height: 540x;
  background: #ffffff;
  border-radius: 18px;
  border: 2px solid #056ad8;
  margin-top: 37px;
}
.linux .linux-wrapper .swiper-container1 .swiper-wrapper {
  width: 1100px;
}
.linux .linux-wrapper .swiper-container1 .swiper-button-prev,
.linux .linux-wrapper .swiper-container1 .swiper-button-next {
  width: 38px;
  height: 38px;
  background: #2394ff;
  border-radius: 50%;
  position: absolute;
  display: block;
}
.linux .linux-wrapper .swiper-container1 .swiper-button-prev::after,
.linux .linux-wrapper .swiper-container1 .swiper-button-next::after {
  display: none !important;
}
.linux .linux-wrapper .swiper-container1 .swiper-button-prev span,
.linux .linux-wrapper .swiper-container1 .swiper-button-next span {
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid;
  border-image: linear-gradient(0deg, #1cfff7, #1cfff7) 4 4;
  transform: rotate(45deg);
}
.linux .linux-wrapper .swiper-container1 .swiper-button-prev {
  left: 14px;
  top: 56%;
}
.linux .linux-wrapper .swiper-container1 .swiper-button-prev span {
  border-right-width: 0;
  border-bottom-width: 0;
  transform: rotate(315deg);
  top: 13px;
  left: 15px;
}
.linux .linux-wrapper .swiper-container1 .swiper-button-next {
  right: 14px;
  top: 56%;
}
.linux .linux-wrapper .swiper-container1 .swiper-button-next span {
  border-left-width: 0;
  border-top-width: 0;
  transform: rotate(315deg);
  top: 13px;
  left: 10px;
}
.linux .linux-wrapper .swiper-container1 .swiper-button-prev:hover,
.linux .linux-wrapper .swiper-container1 .swiper-button-next:hover {
  background: #1cfff7;
}
.linux .linux-wrapper .swiper-container1 .swiper-button-prev:hover span,
.linux .linux-wrapper .swiper-container1 .swiper-button-next:hover span {
  border-image: linear-gradient(0deg, #007bea, #007bea) 4 4;
}
.linux .linux-wrapper .swiper-container1 .tab {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #131313;
  height: 78px;
  color: #fff;
  font-size: 30px;
  line-height: 78px;
  cursor: pointer;
  background: #056ad8;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.linux .linux-wrapper .swiper-container1 .active {
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  background: linear-gradient(0deg, #bb72e7, #ff644f);
  box-shadow: 0px 5px 21px 0px rgba(232, 105, 130, 0.53);
  border-radius: 12px;
}
.linux .linux-wrapper .swiper-container1 .active span {
  display: none;
}
.linux .linux-wrapper .swiper-container2 .swiper-wrapper {
  width: 1240px;
}
.linux .linux-wrapper .swiper-container2 .tab {
  display: flex;
  align-items: center;
  justify-content: center;
}
.linux .linux-wrapper .swiper-container2 .tab .tab-content {
  width: 1240px;
}
.linux .linux-wrapper .swiper-container2 .tab .title {
  display: flex;
  font-family: Microsoft YaHei;
  font-weight: bold;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.linux .linux-wrapper .swiper-container2 .tab .title .module1 {
  font-size: 28px;
  color: #333333;
  line-height: 0;
  text-align: center;
  padding: 0 5px 5px 5px;
  border-bottom: 14px solid #ffede6;
  border-radius: 10px;
}
.linux .linux-wrapper .swiper-container2 .tab .title .module2 {
  cursor: pointer;
  width: 149px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  background: #ff5c50;
  box-shadow: 0px 5px 0px 0px rgba(248, 101, 95, 0.17);
  border-radius: 24px;
  font-size: 16px;
  color: #ffffff;
}
.linux .linux-wrapper .swiper-container2 .tab .contentBox {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 30px;
}
.linux .linux-wrapper .swiper-container2 .tab .left1 {
  width: 900px;
}
.linux .linux-wrapper .swiper-container2 .tab .left {
  padding-bottom: 30px;
}
.linux .linux-wrapper .swiper-container2 .tab .left .title1,
.linux .linux-wrapper .swiper-container2 .tab .left .title2,
.linux .linux-wrapper .swiper-container2 .tab .left .title3 {
  width: 98px;
  height: 29px;
  line-height: 29px;
  text-align: center;
  border-radius: 15px;
  font-family: PingFang SC;
  font-weight: bold;
  font-size: 18px;
}
.linux .linux-wrapper .swiper-container2 .tab .left .title1 .icon,
.linux .linux-wrapper .swiper-container2 .tab .left .title2 .icon,
.linux .linux-wrapper .swiper-container2 .tab .left .title3 .icon {
  display: inline-block;
  width: 20px;
  height: 22px;
  position: relative;
  top: 4px;
}
.linux .linux-wrapper .swiper-container2 .tab .left .title1 {
  color: #056ad8;
}
.linux .linux-wrapper .swiper-container2 .tab .left .title2 {
  margin-top: 20px;
  color: #ff6565;
}
.linux .linux-wrapper .swiper-container2 .tab .left .title3 {
  margin-top: 20px;
  color: #22bf8a;
}
.linux .linux-wrapper .swiper-container2 .tab .left .content-wrapper {
  height: 300px;
  margin-top: 32px;
  overflow-y: scroll;
}
.linux .linux-wrapper .swiper-container2 .tab .left .content-wrapper::-webkit-scrollbar {
  width: 3px;
  /* 设置滚动条宽度 */
}
.linux .linux-wrapper .swiper-container2 .tab .left .content-wrapper::-webkit-scrollbar-thumb {
  width: 3px;
  background: #056ad8;
  /* 设置滑块背景颜色 */
  border-radius: 2px;
  /* 设置滑块圆角 */
}
.linux .linux-wrapper .swiper-container2 .tab .left .content-wrapper::-webkit-scrollbar-track {
  background-color: #ededed;
  /* 设置滑块hover状态时的背景颜色 */
}
.linux .linux-wrapper .swiper-container2 .tab .left h5 {
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 15px;
  color: #565656;
  line-height: 26px;
}
.linux .linux-wrapper .swiper-container2 .tab .left .content {
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 15px;
  color: #565656;
  line-height: 26px;
}
.linux .linux-wrapper .swiper-container2 .tab .left .content em {
  color: #ff0000;
}
.linux .linux-wrapper .swiper-container2 .tab .left .picpng {
  margin-top: 40px;
  width: 422px;
}
.linux .linux-wrapper .swiper-container2 .tab .left:nth-child(1) .content {
  color: #8f8f8f;
}
