.roboto-font {
  font-family: Roboto;
  font-weight: bold;
  font-variation-settings: "wdth" 25;
}
.roboto-font .compare-item-txt {
  font-size: 2em;
}
#app {
  padding: 2% 0;
  background-color: #fefefe;
}
.compare-box {
  width: 72em;
  max-width: 1200px;
  margin: auto;
  color: #333;
  padding: 3% 0;
  text-align: center;
}
.compare-page-title {
  padding: 3em  0 1em;
  text-align: center;
  font-size: 3.4em;
  color: #333;
}
.compare-item {
  display: inline-block;
  vertical-align: middle;
  width: 33%;
  position: relative;
}
.compare-item:hover .compare-item-delete {
  display: block;
}
.compare-item-key {
  width: 10em;
  display: inline-block;
  vertical-align: middle;
}
.compare-row {
  margin: 3em 0;
}
.compare-row .f-ib + .f-ib {
  margin-left: 1em;
}
.compare-row-imgs {
  margin: 0;
}
.compare-sticky {
  position: sticky;
  top: 0;
  background-color: #fefefe;
  margin-top: 0;
  padding: 1em 0;
  z-index: 10;
}
.compare-item-valuekey {
  font-size: 1em;
  color: #333;
  text-align: center;
  margin-top: 1em;
}
.compare-item-img {
  width: 23em;
  margin: auto;
  overflow: hidden;
  max-width: 100%;
  background-color: #F7FAFF;
  border-radius: 1em;
  text-align: center;
}
.compare-item-img img {
  width: 100%;
  margin: auto;
  margin-top: -2em;
  margin-bottom: -2em;
}
.compare-item-delete {
  position: absolute;
  top: -1em;
  right: -0.7em;
  display: none;
  cursor: pointer;
}
.compare-item-delete .i {
  border-radius: 50%;
  text-align: center;
  line-height: 1;
  font-size: 3.3em;
  color: #b5b5b5;
}
.compare-item-add {
  position: absolute;
  width: 1% !important;
}
.compare-item-add .compare-item-img {
  display: none;
}
.compare-item-add-btn {
  border-radius: 1em;
  border: 0.2em solid #8caefd;
  cursor: pointer;
}
.compare-item-add-btn .i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2em;
  font-weight: bold;
  color: #0b18f3;
}
.compare-item-mobile-add {
  display: block;
  position: absolute;
  right: -1.3em;
  padding: 1em;
  top: -2em;
  cursor: pointer;
}
.compare-item-mobile-add .i-tianjia {
  font-size: 3em;
  color: #b5b5b5;
}
.compare-item-more {
  text-align: center;
}
.compare-item-more .i {
  font-size: 1em;
}
.compare-item-more a {
  background: #416EE1;
  color: #fefefe;
  padding: 0.2em 1em;
  line-height: 1;
  border-radius: 2em;
}
.compare-item-more::after {
  content: " ";
  display: block;
  border-bottom: 0.1em solid #ddd;
  width: 80%;
  margin: auto;
  margin-top: 3em;
}
.compare-item-power {
  font-size: 3em;
  text-align: center;
  line-height: 1;
}
.compare-item-name-span {
  font-size: 2.1em;
  vertical-align: middle;
  font-family: Roboto;
  font-weight: bold;
  font-variation-settings: "wdth" 36;
}
.compare-item-name {
  margin: auto;
  height: 2em;
  text-align: center;
}
.compare-item-name img {
  width: auto;
  height: 100%;
}
.compare-item-name.hasmore {
  cursor: pointer;
}
.compare-item-name.hasmore::after {
  font-family: 'i';
  content: "\e605";
  font-size: 3em;
  display: inline-block;
  transform: rotate(90deg);
  vertical-align: middle;
  opacity: 0.8;
  margin: -0.2em 0;
}
.compare-item-txt {
  font-size: 1.5em;
  text-align: center;
}
.compare-item-txt.roboto-font {
  font-size: 2em;
}
.compare-item-mintxt {
  font-size: 1.2em;
}
.compare-item-min2txt {
  font-size: 0.8em;
  font-weight: bold;
}
.compare-item-bigtxt {
  font-size: 3em;
  line-height: 1;
  margin: -0.1em 0;
}
.compare-item-displaySize {
  width: 3em;
  padding: 0.2em 0em;
  border: 0.06em solid #ccc;
  display: inline-block;
  font-size: 2.2em;
  font-weight: bold;
  margin-bottom: 0.2em;
  text-align: center;
  border-radius: 0.2em;
}
.compare-item-displaySize::after {
  content: '"';
}
.compareicon-charger {
  background-image: url(/image/catalog/info/compare/icon/Chg.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.2em;
  height: 3.2em;
  display: inline-block;
  vertical-align: baseline;
}
.compareicon-Discharger {
  background-image: url(/image/catalog/info/compare/icon/DisC.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.2em;
  height: 3.2em;
  display: inline-block;
  vertical-align: baseline;
}
.compareicon-typecPD30 {
  background-image: url(/image/catalog/info/compare/icon/PD.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 5em;
  height: 3.2em;
  display: inline-block;
  vertical-align: baseline;
}
.compare-appicon {
  width: 3.2em;
  margin-bottom: 0.3em;
}
.compare-select-box {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
.compare-select-box .compare-select-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.6;
  background-color: #000;
}
.compare-select {
  position: absolute;
  width: 45em;
  height: 80vh;
  background: #ffffff;
  color: #000;
  left: 50%;
  top: 11%;
  border-radius: 0.3em;
  transform: translateX(-50%);
  z-index: 20;
  padding: 0.25em;
  overflow: auto;
}
.compare-select .compare-select-list-model {
  font-size: 0.8em;
  opacity: 0.7;
}
.compare-select .compare-select-list {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 32%;
  margin: 0.25em;
  padding: 1em;
  border-radius: 0.3em;
  border: 0.3em solid #e9e3e3;
  cursor: pointer;
}
.compare-select .compare-select-list.select {
  border: 0.3em solid #416EE1;
}
.compare-select .compare-select-list:hover {
  border: 0.3em solid #416EE1;
}
.compare-select .compare-select-list img {
  width: 100%;
}
.compare-select .icompare-select-new {
  position: absolute;
  top: 0;
  left: 1.2em;
  background: #ff7113;
  color: #fff;
  width: 3em;
  text-align: center;
  padding-top: 0.9em;
  height: 2.8em;
  font-size: 0.7em;
}
.compare-select .icompare-select-new::before,
.compare-select .icompare-select-new:after {
  content: " ";
  display: block;
  border: 1.5em solid #ff7113;
  width: 100%;
  position: absolute;
  top: 100%;
  border-bottom-color: transparent;
  border-top-color: transparent;
  border-top: none;
  border-bottom: 0.4em solid transparent;
}
.white-theme#app {
  background-color: #fefefe;
}
.white-theme .compare-page-title {
  color: #333;
}
.white-theme .compare-box {
  color: #333;
}
.white-theme .compare-sticky {
  background-color: #fefefe;
}
.white-theme .compare-iconColor {
  filter: invert(0.2);
}
@media only screen and (max-width: 1240px) {
  .compare-box {
    max-width: 90%;
  }
}
@media only screen and (max-width: 1080px) {
  .compare-item-img {
    max-width: 97%;
  }
  .compare-item-img img {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 735px) {
  .compare-item-more a {
    padding: 0.4em 1.2em;
    line-height: 1;
    border-radius: 2em;
    font-size: 1.3em;
  }
  .compare-item-img {
    max-width: 97%;
  }
  .compare-item-delete {
    display: block;
    right: 0;
    top: -0.2em;
  }
  .compare-box {
    font-size: 1.8vw;
    max-width: 100%;
    padding: 3% 1%;
  }
  .compare-box.columns-2 {
    padding: 3% 5%;
  }
  .compare-box.columns-2 .compare-item {
    width: 50%;
  }
  .compare-box.columns-2 .compare-item-img {
    height: 14.571em;
  }
  .compare-box.columns-2 .compare-item-img img {
    width: auto;
    height: 100%;
  }
  .compare-page-title {
    font-size: 6vw;
  }
  .compare-item-name-span {
    font-size: 1.6em;
  }
  .compare-select {
    width: 86%;
    font-size: 2vw;
  }
  .compare-select .compare-select-list {
    padding: 0.9em;
  }
}
@media only screen and (max-width: 535px) {
  .compare-box {
    font-size: 2.2vw;
  }
  .compare-box {
    max-width: 100%;
  }
  .compare-page-title {
    font-size: 8vw;
  }
  .compare-item-min2txt {
    font-size: 1em;
  }
  .compare-item-valuekey {
    font-size: 1.2em;
  }
  .compare-sticky {
    padding: 1em 0 1em;
  }
  .compare-select {
    font-size: 3.3vw;
  }
  .compare-select .compare-select-list {
    width: 48%;
  }
}
