.p05-product-compare-content {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.p05-product-compare-content .specs-bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.p05-product-compare-content .specs-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p05-product-compare-content .specs-tit {
  color: #fff;
}

.p05-product-compare-content .specs-content {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1440px;
  max-width: 95%;
  position: relative;
  padding: 80px 0 60px;
}

.p05-product-compare-content .specs-tit>h2 {
  font-size: 40px;
  line-height: 1.375;
  font-weight: 600;
  text-align: center;
}

.p05-product-compare-content .specs-tit p {
  font-size: 18px;
  line-height: 1.375;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
  margin-left: 17px;
}

.p05-product-compare-content .switch {
  text-align: right;
  margin-top: 40px;
  opacity: 0;
  pointer-events: none;
}

.p05-product-compare-content .switch.is-show {
  opacity: 1;
  pointer-events: all;
}

.p05-product-compare-content .switch>div {
  width: 32px;
  height: 16px;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.5);
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p05-product-compare-content .switch>div>div {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p05-product-compare-content .compare-active {
  left: 50% !important;
}

.p05-product-compare-content .compare-bg {
  background-color: rgba(0, 0, 0, 0.9) !important;
}

@media (max-width: 991px) {
  .p05-product-compare-content .specs-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .p05-product-compare-content .specs-bg {
    width: 100%;
  }

  .p05-product-compare-content .specs-tit>h2 {
    font-size: 4.444444vw;
  }

  .p05-product-compare-content .specs-tit p {
    font-size: 3.333333vw;
    margin-left: 2vw;
  }

  .p05-product-compare-content .switch>div>div {
    width: 2.777778vw;
    height: 2.777778vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .p05-product-compare-content .switch>div {
    width: 5vw;
    height: 2.5vw;
    border-radius: 15px;
  }

  .p05-product-compare-content .specs-content {
    width: 86.111111vw;
    max-width: 100%;
    padding: 10.833333vw 0 10.833333vw;
  }

  .p05-product-compare-content .switch {
    margin-top: 7.916667vw;
  }
}

.p05-product-compare-content .p05-product-add-new-des {
  margin: auto;
  width: 100%;
  max-width: 95%;
  font-size: 12px;
  z-index: 10;
  color: #fff;
  position: relative;
  min-height: 60px;
  padding-bottom: 16px;
}

.p05-product-compare-content .p05-product-add-new-des .new-des-in-left {
  width: 48%;
  line-height: 1.375;
  left: 0;
  bottom: 0;
}

.p05-product-compare-content .p05-product-add-new-des .new-des-in-right {
  width: 48%;
  line-height: 1.375;
  margin-left: auto;
  bottom: 0;
}

@media (max-width: 991px) {
  .p05-product-compare-content .p05-product-add-new-des {
    padding-bottom: 4.4444444vw;
    width: 100%;
    max-width: 86%;
    font-size: 3.3333333333vw;
    min-height: 8.333333vw;
  }

  .p05-product-compare-content .p05-product-add-new-des .new-des-in-left {
    width: 100%;
  }

  .p05-product-compare-content .p05-product-add-new-des .new-des-in-right {
    width: 100%;
  }
}

.p05-product-compare-content .specs-list {
  margin: 30px auto 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.375;
  font-weight: 500;
  width: 100%;
  position: relative;
  max-height: 720px;
  overflow: hidden;
}

.p05-product-compare-content .specs-list-content {
  position: relative;
  background-color: rgba(22, 24, 28, 0.9);
  width: 100%;
  display: inline-block;
  height: 100%;
  overflow: auto;
  max-height: 720px;
}

.p05-product-compare-content .specs-list-content table {
  width: 100%;
  table-layout: fixed;
}

.p05-product-compare-content .specs-list-content tbody {
  width: 100%;
}

.p05-product-compare-content .specs-list-content tr {
  position: relative;
}

.p05-product-compare-content .specs-list-content td {
  padding: 20px 20px;
  border-bottom: 1px solid rgba(39, 39, 39, 0.9);
  line-height: 1.375;
  text-align: center;
  width: 360px;
  min-width: 360px;
}

.p05-product-compare-content .specs-list-content tr td:first-child {
  position: sticky;
  -webkit-box-shadow: 20px 7px 20px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 20px 7px 20px 0px rgba(0, 0, 0, 0.35);
  z-index: 22;
  width: 360px;
  text-align: left;
  padding-left: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  background-color: #16181C;
  right: 0;
}

.p05-product-compare-content .specs-list-content tr:first-child td:first-child {
  position: sticky;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 22223;
  background-color: #111214;
  padding: 30px 0 30px 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.p05-product-compare-content .specs-list-content tr:first-child {
  position: sticky;
  top: 0;
  background-color: #111214;
  z-index: 222;
}

.p05-product-compare-content .specs-list-content tr:first-child td {
  line-height: 1.375;
  padding: 30px 0;
  font-size: 18px;
  border-bottom: 0;
  font-weight: 600;
}

.p05-product-compare-content .specs-list-content::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

.p05-product-compare-content .specs-list-content::-webkit-scrollbar-thumb {
  background-color: #707070;
}

.p05-product-compare-content .specs-list-content::-webkit-scrollbar-track {
  background-color: transparent;
}

.p05-product-compare-content ::-webkit-scrollbar-corner {
  background-color: transparent;
}

.p05-product-compare-content table {
  border-collapse: initial;
}

.p05-product-compare-content td {
  vertical-align: middle;
}

.p05-product-compare-content .animation-out-dom {
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
  opacity: 0;
}

.p05-product-compare-content .animation-dom-aitive {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 991px) {
  .p05-product-compare-content .specs-list-content td {
    padding: 3.472222vw 2vw !important;
    text-align: center;
    padding-left: 0;
    width: 43.055556vw !important;
    min-width: 43.055556vw !important;
  }

  .p05-product-compare-content .specs-list {
    margin: 4.166667vw auto 0;
    font-size: 3.333333vw;
    max-height: 144.055556vw;
  }

  .p05-product-compare-content .specs-list-content {
    max-height: 144.055556vw;
  }

  .p05-product-compare-content .specs-list-content tr td:first-child {
    padding-left: 0;
    text-align: center;
  }

  .p05-product-compare-content .specs-list-content tr:first-child td:first-child {
    padding: 2.777778vw 0;
  }

  .p05-product-compare-content .specs-list-content tr:first-child td {
    font-size: 4.444444vw;
    padding: 2.777778vw 0 !important;
  }
}