@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  border: 0;
  font-family: inherit;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  width: 100%;
  margin: 0 auto;
  font-family: "PingFang SC", "Microsoft Yahei UI", "Microsoft Yahei", "Helvetica", sans-serif;
}

a {
  text-decoration: none;
  color: #333;
}

table {
  border-collapse: collapse;
}

code,
kbd,
pre,
samp,
tt {
  font-family: "Courier New", Courier, monospace;
}

:focus,
:active {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}

::-webkit-scrollbar {
  z-index: 50;
  width: 3px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
}

::-webkit-scrollbar-thumb {
  border: 1px solid #dadada;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #eee;
  transition: all 0.2s;
  height: 3px;
}

:hover::-webkit-scrollbar-thumb {
  border-color: #ddd;
  transition: all 0.2s;
}

::-webkit-scrollbar-button {
  display: none;
}

::-webkit-scrollbar-corner {
  display: none;
}

.text-emphasis {
  font-size: 16.8px !important;
}

.text-title {
  font-size: 16.8px !important;
  font-weight: bold;
}

.text-normal {
  font-weight: normal;
}

.text-small {
  font-size: 11.2px !important;
}

.text-narrow, .filter-list .iphone-tag-list .iphone-tag .screen-size {
  font-family: "PTSans-Narrow", Sans-serf !important;
}

.text-bold, .text-emphasis {
  font-weight: bold;
}

.text-purple {
  color: #5856D6;
}

.text-blue {
  color: #007AFF;
}

.text-cyan {
  color: #5AC8FA;
}

.text-green {
  color: #00b56b;
}

.text-yellow {
  color: #FFCC00;
}

.text-orange {
  color: #FF9500;
}

.text-red {
  color: #FF3B30;
}

.text-magenta {
  color: #FF2D70;
}

.text-gray {
  color: #5f5f5f;
}

.text-light-gray {
  color: #797979;
}

.text-mono {
  font-family: "JetBrainsMonoPureNumber";
}

.model-title {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-right: 1px solid #ccc;
  padding-right: 10px;
}
.model-title .model {
  font-family: "Galvji";
  font-weight: bold;
  margin-right: 10px;
}
.model-title .size {
  font-family: "Galvji";
  color: #5856D6;
}

.date {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  font-family: "Galvji";
  font-weight: bold;
  padding: 0 10px 0 5px;
}
.date .year {
  font-size: 18px;
}
.date .month {
  margin-left: 2px;
  font-size: 12px;
}

.xdr {
  color: #FF2D70;
  font-weight: bold;
}

.dual-label-cpu {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
  font-size: 13px;
}
.dual-label-cpu:last-child {
  margin-bottom: 0;
}
.dual-label-cpu > div {
  line-height: 1;
  font-weight: bold;
  text-align: center;
  padding: 3px 8px;
  min-width: 30px;
}
.dual-label-cpu .model {
  min-width: 50px;
  padding-right: 10px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background-color: rgba(255, 45, 112, 0.8);
  color: white;
  border-color: rgba(255, 45, 112, 0.8);
  border-style: solid;
  border-width: 1px 0 1px 1px;
  z-index: 5;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.dual-label-cpu .rate {
  margin-left: -10px;
  padding-left: 15px;
  padding-right: 10px;
  -webkit-border-radius: 0 15px 15px 0;
  -moz-border-radius: 0 15px 15px 0;
  border-radius: 0 15px 15px 0;
  border-color: rgba(255, 45, 112, 0.8);
  color: #FF2D70;
  font-weight: normal;
  background-color: white;
  border-style: solid;
  border-width: 1px 1px 1px 0;
}

.dual-label-gpu {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
  font-size: 13px;
}
.dual-label-gpu:last-child {
  margin-bottom: 0;
}
.dual-label-gpu > div {
  line-height: 1;
  font-weight: bold;
  text-align: center;
  padding: 3px 8px;
  min-width: 30px;
}
.dual-label-gpu .model {
  min-width: 50px;
  padding-right: 10px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background-color: rgba(255, 149, 0, 0.8);
  color: white;
  border-color: rgba(255, 149, 0, 0.8);
  border-style: solid;
  border-width: 1px 0 1px 1px;
  z-index: 5;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.dual-label-gpu .rate {
  margin-left: -10px;
  padding-left: 15px;
  padding-right: 10px;
  -webkit-border-radius: 0 15px 15px 0;
  -moz-border-radius: 0 15px 15px 0;
  border-radius: 0 15px 15px 0;
  border-color: rgba(255, 149, 0, 0.8);
  color: #FF9500;
  font-weight: normal;
  background-color: white;
  border-style: solid;
  border-width: 1px 1px 1px 0;
}

.dual-label-memory {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
  font-size: 13px;
}
.dual-label-memory:last-child {
  margin-bottom: 0;
}
.dual-label-memory > div {
  line-height: 1;
  font-weight: bold;
  text-align: center;
  padding: 3px 8px;
  min-width: 30px;
}
.dual-label-memory .model {
  min-width: 50px;
  padding-right: 10px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background-color: rgba(0, 181, 107, 0.8);
  color: white;
  border-color: rgba(0, 181, 107, 0.8);
  border-style: solid;
  border-width: 1px 0 1px 1px;
  z-index: 5;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.dual-label-memory .rate {
  margin-left: -10px;
  padding-left: 15px;
  padding-right: 10px;
  -webkit-border-radius: 0 15px 15px 0;
  -moz-border-radius: 0 15px 15px 0;
  border-radius: 0 15px 15px 0;
  border-color: rgba(0, 181, 107, 0.8);
  color: #00b56b;
  font-weight: normal;
  background-color: white;
  border-style: solid;
  border-width: 1px 1px 1px 0;
}

.gpu .model {
  font-weight: normal;
}

.memory .rate {
  font-weight: normal;
}

.label {
  font-size: 13px;
  display: inline-block;
  padding: 2px 8px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  margin-right: 3px;
  line-height: 1;
}

.label-block {
  text-align: center;
  margin-bottom: 2px;
  display: block;
}

.label-narrow {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 2px 3px;
}

.label-green {
  color: white;
  border: 1px solid rgba(0, 181, 107, 0.9);
  background-color: rgba(0, 181, 107, 0.8);
}

.label-cyan {
  color: white;
  border: 1px solid rgba(90, 200, 250, 0.9);
  background-color: rgba(90, 200, 250, 0.8);
}

.label-blue {
  color: white;
  border: 1px solid rgba(0, 122, 255, 0.9);
  background-color: rgba(0, 122, 255, 0.8);
}

.label-purple {
  color: white;
  border: 1px solid rgba(88, 86, 214, 0.9);
  background-color: rgba(88, 86, 214, 0.8);
}

.label-magenta {
  color: white;
  border: 1px solid rgba(255, 45, 112, 0.9);
  background-color: rgba(255, 45, 112, 0.8);
}

.label-pink {
  color: white;
  border: 1px solid rgba(255, 99, 216, 0.9);
  background-color: rgba(255, 99, 216, 0.8);
}

.label-red {
  color: white;
  border: 1px solid rgba(255, 59, 48, 0.9);
  background-color: rgba(255, 59, 48, 0.8);
}

.label-orange {
  color: white;
  border: 1px solid rgba(255, 149, 0, 0.9);
  background-color: rgba(255, 149, 0, 0.8);
}

.label-yellow {
  color: white;
  border: 1px solid rgba(255, 204, 0, 0.9);
  background-color: rgba(255, 204, 0, 0.8);
}

.label-gray {
  color: white;
  border: 1px solid rgba(95, 95, 95, 0.9);
  background-color: rgba(95, 95, 95, 0.8);
}

.battery {
  display: inline-block;
  font-size: 13px;
  line-height: 10px;
  padding: 4px 5px;
  border: 1px solid rgba(0, 181, 107, 0.8);
  text-align: center;
  color: white;
  background-color: rgba(0, 181, 107, 0.8);
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.battery:after {
  content: "";
  position: absolute;
  right: -5px;
  top: 4px;
  height: 10px;
  width: 3px;
  background-color: rgba(0, 181, 107, 0.8);
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}

.label-storage:after {
  content: "·";
  color: #5f5f5f;
}
.label-storage:last-child:after {
  content: "";
}

tbody tr.active td:first-child {
  transform: scale(1.1);
}
tbody tr.active .label-green {
  background-color: #00b56b;
  color: white;
}
tbody tr.active .label-cyan {
  background-color: #5AC8FA;
  color: white;
}
tbody tr.active .label-blue {
  background-color: #007AFF;
  color: white;
}
tbody tr.active .label-purple {
  background-color: #5856D6;
  color: white;
}
tbody tr.active .label-magenta {
  background-color: #FF2D70;
  color: white;
}
tbody tr.active .label-pink {
  background-color: #ff63d8;
  color: white;
}
tbody tr.active .label-red {
  background-color: #FF3B30;
  color: white;
}
tbody tr.active .label-orange {
  background-color: #FF9500;
  color: white;
}
tbody tr.active .label-yellow {
  background-color: #FFCC00;
  color: white;
}
tbody tr.active .label-gray {
  background-color: #5f5f5f;
  color: white;
}
tbody tr.active .dual-label-cpu .model {
  background-color: #FF2D70;
  border-color: #FF2D70;
}
tbody tr.active .dual-label-cpu .rate {
  border-color: #FF2D70;
  color: #FF2D70;
}
tbody tr.active .dual-label-gpu .model {
  background-color: #FF9500;
  border-color: #FF9500;
}
tbody tr.active .dual-label-gpu .rate {
  border-color: #FF9500;
  color: #FF9500;
}
tbody tr.active .dual-label-memory .model {
  background-color: #00b56b;
  border-color: #00b56b;
}
tbody tr.active .dual-label-memory .rate {
  border-color: #00b56b;
  color: #00b56b;
}
tbody tr.active .gpu .model {
  background-color: #00b56b;
  border: 1px solid #00b56b;
}

.score-bar {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 15px;
}
.score-bar .bar {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  height: 3px;
}
.score-bar .score {
  font-family: "JetBrainsMonoPureNumber";
  margin-left: 5px;
  font-size: 12px;
}
.score-bar.blue .bar {
  background: linear-gradient(135deg, #1c7df3, #1abcfa);
}
.score-bar.green .bar {
  background: linear-gradient(135deg, #049cb7, #3dd9bd);
}

.battery-item {
  font-family: "JetBrainsMonoPureNumber";
  position: relative;
  display: flex;
  align-items: center;
}
.battery-item .battery-voltage {
  position: absolute;
  left: 0;
  top: -9px;
  font-size: 10px;
}

/* Table */
.table-wrapper {
  overflow-x: auto;
}

table {
  width: 100%;
  color: #333;
}
table:hover {
  cursor: crosshair;
}

tbody tr {
  height: 70px;
}
tbody tr:hover {
  color: #000;
}
tbody tr:hover td {
  background-color: #eeeeee !important;
}
tbody tr:hover .camera {
  border-style: solid;
}
tbody tr.active {
  background-color: #d5d5d5;
}

tr td:first-child {
  position: sticky;
  padding-left: 10px;
  left: 0;
  z-index: 1000;
}
tr td:last-child {
  padding-right: 10px;
}

tbody tr {
  border-bottom: 1px solid #eeeeee;
}
tbody tr:nth-child(odd) td {
  background-color: #ffffff;
}
tbody tr:nth-child(even) td {
  background-color: #fdfcfc;
}
tbody tr:last-child {
  border-bottom: 0;
}

th {
  background-color: #f7f7f7;
  white-space: nowrap;
  border-bottom: 1px solid #e7e7e7;
  border-top: 1px solid #e7e7e7;
  text-align: left;
  vertical-align: bottom;
  padding: 10px;
}
th:first-child {
  position: sticky;
  left: 0;
  z-index: 1000;
}
th sup {
  font-family: "Galvji", Sans-serf;
  color: #5f5f5f;
  font-size: 10.4px;
  font-weight: normal;
  padding: 0 2px;
}

td {
  min-height: 80px;
  white-space: nowrap;
  vertical-align: middle;
  padding: 0.5rem 0.2rem;
}
td p {
  margin-bottom: 2px;
}

.about {
  font-family: "Galvji";
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.8rem;
  padding: 15px 35px;
  background-color: white;
}
.about a {
  color: white;
}
.about a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .about {
    align-items: stretch;
    padding: 35px 25px 25px;
    flex-flow: column nowrap;
  }
}

.about-header {
  display: flex;
  justify-content: space-between;
}
.about-header .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
}
.about-header .icon img {
  height: 50px;
}
.about-header .content {
  flex-grow: 1;
  display: flex;
  flex-flow: row nowrap;
  margin-left: 30px;
  justify-content: flex-start;
  align-items: center;
}
.about-header .content .title {
  font-size: 25px;
}
@media (max-width: 768px) {
  .about-header {
    margin-bottom: 20px;
  }
  .about-header .icon {
    display: none;
  }
  .about-header .content {
    flex-flow: column nowrap;
    margin-left: 0;
  }
  .about-header .content .thumbs-up {
    padding: 15px 0;
  }
  .about-header .content .title {
    width: 100%;
    text-align: center;
  }
}

.copyright-group {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .copyright-group {
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
  }
}

.author-info {
  font-family: "Galvji";
  margin-left: 30px;
  padding: 10px 15px;
  justify-content: space-between;
  line-height: 1.4;
  font-size: 11px;
  letter-spacing: 0.5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.author-info p:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .author-info {
    padding: 15px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.05);
    border: none;
    margin: 0 0 10px;
  }
}
.author-info .link {
  cursor: pointer;
}
.author-info .link:hover {
  color: white !important;
}
.author-info .link:active {
  transform: translateY(2px);
}

.share-links {
  display: flex;
  justify-content: center;
  flex-flow: row nowrap;
}
.share-links .link-item {
  width: 70px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.share-links .link-item img {
  display: block;
  height: 40px;
}
.share-links .link-item[href]:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .share-links {
    margin-bottom: 30px;
  }
  .share-links .link-item {
    padding: 10px 0;
  }
}

.thumbs-up {
  width: 120px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row nowrap !important;
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -o-transform: translateY(2px);
  transform: translateY(2px);
  cursor: pointer;
}
.thumbs-up img {
  height: 30px !important;
}
.thumbs-up .multiply {
  padding: 0 4px;
}
.thumbs-up h3 {
  font-weight: normal;
  font-size: 12px;
  text-align: center;
}

@media (max-width: 768px) {
  .search-bar {
    display: none;
  }
}
.camera {
  min-height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 10px;
  border: 1px dashed rgba(0, 0, 0, 0.05);
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 2px 10px;
  line-height: 1.2;
  margin-bottom: 3px;
}
.camera .dimension {
  font-size: 10px;
  display: flex;
  flex-flow: column nowrap;
}
.camera .dimension .dimension-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.camera .dimension .dimension-item .size {
  color: #888;
  text-align: right;
  width: 50px;
  margin-right: 5px;
}
@font-face {
  font-family: "PTSans-Narrow";
  src: url("../fonts/PTSans-Narrow.ttf");
}
@font-face {
  font-family: "Impact";
  src: url("../fonts/impact.ttf");
}
@font-face {
  font-family: "Galvji";
  src: url("../fonts/Galvji.ttf");
}
@font-face {
  font-family: "JetBrainsMonoPureNumber";
  src: url("../fonts/JetBrainsMono-Regular.otf");
}
.font-galvji {
  font-family: "Galvji";
}

.impact {
  font-family: "Impact", sans-serif;
}

.mt-0 {
  margin-top: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.m-0 {
  margin: 0px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.p-0 {
  padding: 0px !important;
}

.mt-1 {
  margin-top: 10px !important;
}

.mb-1 {
  margin-bottom: 10px !important;
}

.ml-1 {
  margin-left: 10px !important;
}

.mr-1 {
  margin-right: 10px !important;
}

.m-1 {
  margin: 10px !important;
}

.pt-1 {
  padding-top: 10px !important;
}

.pb-1 {
  padding-bottom: 10px !important;
}

.pl-1 {
  padding-left: 10px !important;
}

.pr-1 {
  padding-right: 10px !important;
}

.p-1 {
  padding: 10px !important;
}

.mt-2 {
  margin-top: 20px !important;
}

.mb-2 {
  margin-bottom: 20px !important;
}

.ml-2 {
  margin-left: 20px !important;
}

.mr-2 {
  margin-right: 20px !important;
}

.m-2 {
  margin: 20px !important;
}

.pt-2 {
  padding-top: 20px !important;
}

.pb-2 {
  padding-bottom: 20px !important;
}

.pl-2 {
  padding-left: 20px !important;
}

.pr-2 {
  padding-right: 20px !important;
}

.p-2 {
  padding: 20px !important;
}

.mt-3 {
  margin-top: 30px !important;
}

.mb-3 {
  margin-bottom: 30px !important;
}

.ml-3 {
  margin-left: 30px !important;
}

.mr-3 {
  margin-right: 30px !important;
}

.m-3 {
  margin: 30px !important;
}

.pt-3 {
  padding-top: 30px !important;
}

.pb-3 {
  padding-bottom: 30px !important;
}

.pl-3 {
  padding-left: 30px !important;
}

.pr-3 {
  padding-right: 30px !important;
}

.p-3 {
  padding: 30px !important;
}

.mt-4 {
  margin-top: 40px !important;
}

.mb-4 {
  margin-bottom: 40px !important;
}

.ml-4 {
  margin-left: 40px !important;
}

.mr-4 {
  margin-right: 40px !important;
}

.m-4 {
  margin: 40px !important;
}

.pt-4 {
  padding-top: 40px !important;
}

.pb-4 {
  padding-bottom: 40px !important;
}

.pl-4 {
  padding-left: 40px !important;
}

.pr-4 {
  padding-right: 40px !important;
}

.p-4 {
  padding: 40px !important;
}

.mt-5 {
  margin-top: 50px !important;
}

.mb-5 {
  margin-bottom: 50px !important;
}

.ml-5 {
  margin-left: 50px !important;
}

.mr-5 {
  margin-right: 50px !important;
}

.m-5 {
  margin: 50px !important;
}

.pt-5 {
  padding-top: 50px !important;
}

.pb-5 {
  padding-bottom: 50px !important;
}

.pl-5 {
  padding-left: 50px !important;
}

.pr-5 {
  padding-right: 50px !important;
}

.p-5 {
  padding: 50px !important;
}

.mt-6 {
  margin-top: 60px !important;
}

.mb-6 {
  margin-bottom: 60px !important;
}

.ml-6 {
  margin-left: 60px !important;
}

.mr-6 {
  margin-right: 60px !important;
}

.m-6 {
  margin: 60px !important;
}

.pt-6 {
  padding-top: 60px !important;
}

.pb-6 {
  padding-bottom: 60px !important;
}

.pl-6 {
  padding-left: 60px !important;
}

.pr-6 {
  padding-right: 60px !important;
}

.p-6 {
  padding: 60px !important;
}

.mt-7 {
  margin-top: 70px !important;
}

.mb-7 {
  margin-bottom: 70px !important;
}

.ml-7 {
  margin-left: 70px !important;
}

.mr-7 {
  margin-right: 70px !important;
}

.m-7 {
  margin: 70px !important;
}

.pt-7 {
  padding-top: 70px !important;
}

.pb-7 {
  padding-bottom: 70px !important;
}

.pl-7 {
  padding-left: 70px !important;
}

.pr-7 {
  padding-right: 70px !important;
}

.p-7 {
  padding: 70px !important;
}

.filter-list {
  padding: 10px 30px 5px;
  background-color: rgba(106, 114, 130, 0.1);
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
}
.filter-list .iphone-tag-list {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  max-width: 1440px;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
}
.filter-list .iphone-tag-list .iphone-tag {
  border: 1px solid #dadada;
  font-family: "Galvji";
  background-color: white;
  white-space: nowrap;
  margin-bottom: 5px;
  font-size: 13px;
  cursor: pointer;
  padding: 3px 8px;
  margin-right: 5px;
  line-height: 1.3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #333;
}
.filter-list .iphone-tag-list .iphone-tag:hover {
  background-color: #eeeeee;
}
.filter-list .iphone-tag-list .iphone-tag.active {
  background-color: #6a7282;
  border-color: transparent;
  color: white !important;
}
.filter-list .iphone-tag-list .iphone-tag.active .screen-size {
  color: white;
}
.filter-list .iphone-tag-list .iphone-tag.active.is-new {
  border-color: #6a7282;
  background-color: white;
}

@media (max-width: 768px) {
  .filter-list .iphone-tag-list .iphone-tag {
    font-size: 14px;
    padding: 5px 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
  }
}
.help-container {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  overflow-y: auto;
  position: fixed;
  z-index: 10000;
}

.help {
  width: 100%;
  flex-flow: column nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
}

.help-header {
  border-bottom: 1px solid #dadada;
}
.help-header h3 {
  padding-bottom: 20px;
  width: 200px;
  text-align: center;
  font-size: 36px;
}

.help-body {
  display: flex;
  justify-content: center;
  padding: 30px;
}
.help-body .qr-item {
  display: flex;
  justify-content: center;
  flex-flow: column nowrap;
  align-items: center;
  margin-right: 80px;
}
.help-body .qr-item:last-child {
  margin-right: 0;
}
.help-body .qr-item .img-container {
  margin-bottom: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.help-body .qr-item .img-container img {
  display: block;
  width: 150px;
  height: 150px;
}
.help-body .qr-item p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 12px;
  color: #666;
  text-align: center;
}

.operation-btn {
  cursor: pointer;
  padding: 8px 15px;
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  border-radius: 55px;
  background-color: #FF2D70;
  color: white;
}

@media (max-width: 768px) {
  .help-body {
    align-items: center;
    justify-content: center;
    flex-flow: column nowrap;
  }
  .help-body .qr-item {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .help-body .qr-item:last-child {
    margin-top: 0;
  }
}
body {
  font-size: 14px;
}

.container {
  margin: 0 auto;
}

footer {
  padding: 10px 0 40px;
  font-size: 12px;
  text-align: center;
  color: #5f5f5f;
}
footer a {
  color: #5f5f5f;
}
footer a:hover {
  color: #00A5FF;
}

.header {
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
}
.header h3 {
  line-height: 1.5;
  font-weight: bold;
  text-align: left;
  font-size: 40px;
}

.series {
  padding: 40px 50px;
  overflow: auto;
  background-color: #fff;
}
.series:first-child {
  margin-top: 0;
}

.shadow, thead {
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

.text-shadow-light, .label, .battery {
  text-shadow: 0 0.5px 0 rgba(0, 0, 0, 0.2);
}

.text-right {
  text-align: right;
}

.block {
  display: block;
  width: 100%;
}

.screen {
  font-family: "Galvji";
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
}
.screen dl {
  display: flex;
  justify-content: flex-start;
}
.screen dd {
  margin-left: 10px;
}
.screen dd:first-child {
  margin-left: 0;
}
.screen dd .unit {
  margin-left: 1px;
  font-size: 11px;
}

.full-screen {
  cursor: pointer;
  position: fixed;
  left: 10px;
  bottom: 10px;
  z-index: 100;
}
.full-screen-btn {
  opacity: 0.3;
  width: 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.full-screen-btn img {
  display: block;
  width: 100%;
}
.full-screen-btn:hover {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.full-screen-tip {
  font-size: 12px;
  color: #999;
}
.full-screen-tip-mobile {
  left: 20px;
  bottom: 20px;
  font-size: 12px;
  color: #999;
}

@media (max-width: 768px) {
  .container {
    padding: 0;
  }

  .about {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }

  .header {
    padding: 15px 10px 10px 5px;
  }
  .header h3 {
    font-size: 2rem;
  }

  .series-list {
    padding: 0 10px;
    margin-top: 20px;
  }

  .series {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 30px;
  }
}
.gradient {
  background-image: linear-gradient(to bottom right, #363d40, #6a7282);
}

.is-new {
  font-weight: bold;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #2ca2b4, #5598de 24%, #7f87ff 45%, #f65aad 76%, #ec3d43);
}

.key-list {
  display: flex;
  justify-content: flex-start;
  flex-flow: row nowrap;
}
.key-list .key-item {
  margin-right: 10px;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
}
.key-list .key-item .icon {
  width: 40px;
  height: 40px;
}
.key-list .key-item .icon img {
  width: 100%;
  display: block;
}
.key-list .key-item .key-name {
  margin-top: 3px;
  text-align: center;
  white-space: nowrap;
  font-size: 9px;
}

.tip {
  padding: 20px;
  color: #999;
  display: flex;
  justify-content: center;
  text-align: center;
}

kbd {
  font-family: "Consolas";
  background-color: white;
  padding: 3px 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #dadada;
}

@media (prefers-color-scheme: dark) {
  body {
    background-color: #2e2e2e;
  }

  .header {
    color: #d9d9d9;
  }

  .series {
    background-color: #2e2e2e;
  }

  .label-green {
    color: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(0, 105, 62, 0.9);
    background-color: rgba(0, 105, 62, 0.8);
  }

  .label-cyan {
    color: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(16, 175, 248, 0.9);
    background-color: rgba(16, 175, 248, 0.8);
  }

  .label-blue {
    color: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(0, 85, 179, 0.9);
    background-color: rgba(0, 85, 179, 0.8);
  }

  .label-purple {
    color: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(46, 44, 180, 0.9);
    background-color: rgba(46, 44, 180, 0.8);
  }

  .label-magenta {
    color: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(224, 0, 71, 0.9);
    background-color: rgba(224, 0, 71, 0.8);
  }

  .label-pink {
    color: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(255, 23, 197, 0.9);
    background-color: rgba(255, 23, 197, 0.8);
  }

  .label-red {
    color: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(227, 12, 0, 0.9);
    background-color: rgba(227, 12, 0, 0.8);
  }

  .label-orange {
    color: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(179, 104, 0, 0.9);
    background-color: rgba(179, 104, 0, 0.8);
  }

  .label-yellow {
    color: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(179, 143, 0, 0.9);
    background-color: rgba(179, 143, 0, 0.8);
  }

  .label-gray {
    color: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(57, 57, 57, 0.9);
    background-color: rgba(57, 57, 57, 0.8);
  }

  .dual-label-cpu .model {
    background-color: rgba(208, 0, 66, 0.8);
    color: rgba(255, 255, 255, 0.7);
    border-color: rgba(208, 0, 66, 0.8);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  }
  .dual-label-cpu .rate {
    border-color: rgba(239, 0, 76, 0.8);
    color: #f9004f;
    background-color: white;
  }

  .dual-label-gpu .model {
    background-color: rgba(163, 95, 0, 0.8);
    color: rgba(255, 255, 255, 0.7);
    border-color: rgba(163, 95, 0, 0.8);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  }
  .dual-label-gpu .rate {
    border-color: rgba(194, 113, 0, 0.8);
    color: #cc7700;
    background-color: white;
  }

  .dual-label-memory .model {
    background-color: rgba(0, 89, 53, 0.8);
    color: rgba(255, 255, 255, 0.7);
    border-color: rgba(0, 89, 53, 0.8);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  }
  .dual-label-memory .rate {
    border-color: rgba(0, 120, 71, 0.8);
    color: #00824d;
    background-color: white;
  }

  .battery {
    display: inline-block;
    font-size: 13px;
    line-height: 10px;
    padding: 4px 5px;
    border: 1px solid rgba(0, 89, 53, 0.8);
    text-align: center;
    color: white;
    background-color: rgba(0, 89, 53, 0.8);
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .battery:after {
    content: "";
    position: absolute;
    right: -5px;
    top: 4px;
    height: 10px;
    width: 3px;
    background-color: rgba(0, 89, 53, 0.8);
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
  }

  tbody tr {
    border-color: #383838;
  }
  tbody tr:hover td {
    background-color: #474747 !important;
  }
  tbody tr:nth-child(odd) td {
    background-color: #383838;
  }
  tbody tr:nth-child(even) td {
    background-color: #2e2e2e;
  }

  th {
    background-color: rgba(0, 0, 0, 0.03);
    border-color: #4d4d4d;
    color: #bfbfbf;
  }
  th sup {
    color: #a6a6a6;
  }

  td {
    color: #bfbfbf;
  }
  td p {
    color: #bfbfbf;
  }

  .text-emphasis {
    color: #d9d9d9;
  }

  .gray {
    color: #a6a6a6;
  }

  .rate {
    background-color: transparent !important;
  }

  .camera {
    background-color: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.1);
  }

  .filter-list .iphone-tag-list .iphone-tag {
    border-color: #4d4d4d;
    color: #bfbfbf;
    background-color: #2e2e2e;
  }
  .filter-list .iphone-tag-list .iphone-tag:hover {
    background-color: #474747;
  }
  ::-webkit-scrollbar {
    z-index: 50;
    width: 8px;
    height: 10px;
  }

  ::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0);
  }

  ::-webkit-scrollbar-thumb {
    border-color: transparent;
    background-color: transparent;
  }

  :hover::-webkit-scrollbar-thumb {
    border: 1px solid #4d4d4d;
    background-color: #474747;
  }

  .gradient {
    background-image: linear-gradient(to bottom right, #333333, #404040);
  }

  kbd {
    background-color: #383838;
    border-color: #4d4d4d;
  }
}
