/* 基础样式 */
body {
  background-color: #f5f5f5;
  margin: 0;
  padding: 0;
}

.container {
  width: 45%;
  margin: 0 auto;
  background-color: white;
}

@media only screen and (max-width: 767px) {
  .container {
      width: 95%;
  }
}

/* 头部样式 */
.header {
  text-align: center
}

.zone_select {
  width: 32%
}

.layui-unselect.layui-form-select {
  display: none
}

.alizi-plug .price .symbol {
  font-size: 1.3rem;
  line-height: 58px;
}

/* 服务器弹窗样式 */
.server-box {
  position: fixed;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 20rem;
  height: 22rem;
  border-radius: 3px;
  text-align: center;
  background: rgba(0, 0, 0, .3)
}

.server-box img {
  width: 16.5rem;
  height: 16.5rem
}

.server-box p {
  font-size: 1.1rem;
  padding: 1.5rem 0px;
  color: #ffffff
}

.close-server-btn {
  position: absolute;
  width: 3rem;
  height: 3rem;
  background: #d7d3d3;
  text-align: center;
  line-height: 3rem;
  font-size: 2.5rem;
  border-radius: 50%;
  right: -1.1rem;
  top: -1.3rem;
}

/* 项目样式 */
.item {
  font-size: 12px;
}

.head {
  padding: 10px;
  background: #eee;
  font-weight: 600;
}

.item dl {
  display: table;
  vertical-align: middle;
  width: 100%;
  background: #fff;
}

.item dl dd,
.item dl dt {
  display: table-cell;
  padding: 10px;
  border: 1px solid #eee;
  vertical-align: middle;
}

.item dl dt {
  width: 6rem;
  text-align: center;
}

li {
  list-style: none;
}

.akmall-params.active {
  background-color: #ff6600;
  border-color: #ff6600;
}

.item-descs {
  line-height: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

img,
video {
  max-width: 100% !important
}

/* 评论区样式 */
#Roll {
  font-size: 0.5rem;
  line-height: 24px;
  text-align: center;
  padding: 0px 5px;
  margin-bottom: 3px;
  height: 70px;
  position: absolute;
  z-index: 9999;
  overflow: hidden;
  position: fixed;
}

#Roll li {
  border-radius: 13px;
  color: #fff;
  margin-bottom: 11px;
  background-color: rgba(0, 0, 0, 0.6) !important;
  background-size: 22px !important;
  background-position: 1px !important;
  padding: 0 12px 0 25px;
}

#Roll li img {
  width: 20px;
  vertical-align: middle;
  margin: 0 5px 2px -5px;
}

/* 订购提示区样式 */
#float_banner {
  position: absolute;
  top: 0;
  right: 0;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 0.5rem;
  font-weight: bold;
  z-index: 100;
  opacity: 1;
  display: none;
}

/* 闪烁动画 */
@keyframes blink {
  0% {
      opacity: 1;
  }
  100% {
      opacity: 0;
  }
}

@-webkit-keyframes blink {
  0% {
      opacity: 1;
  }
  100% {
      opacity: 0;
  }
}

@-moz-keyframes blink {
  0% {
      opacity: 1;
  }
  100% {
      opacity: 0;
  }
}

@-ms-keyframes blink {
  0% {
      opacity: 1;
  }
  100% {
      opacity: 0;
  }
}

@-o-keyframes blink {
  0% {
      opacity: 1;
  }
  100% {
      opacity: 0;
  }
}

.blink_top {
  height: 100%;
  float: right;
  margin-right: 1px;
  width: 90%;
}

.blink {
  background: orange;
  color: red;
  font-size: 1.2rem;
  float: right;
  animation: blink 1s infinite;
  -webkit-animation: blink 1s infinite;
  -moz-animation: blink 1s infinite;
  -ms-animation: blink 1s infinite;
  -o-animation: blink 1s infinite;
}

/* 文本样式类 */
.center-text {
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 0px;
  vertical-align: middle;
  line-height: 2em;
  color: #555555;
  white-space: normal;
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 12px;
  text-align: center;
  background-color: #ffffff;
}

.green-text {
  color: #00b050;
  font-size: 24px;
}

.larger-text {
  font-size: 20px;
}

.red-text {
  color: #ff0000;
}

.black-text {
  color: #000000;
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Segoe UI, Arial, Roboto, PingFang SC, miui, Hiragino Sans GB, Microsoft Yahei, sans-serif;
}

.underline-text {
  text-decoration: underline;
}

.medium-text {
  font-size: 18px;
}

.yellow-bg {
  background-color: #ffff00;
  font-size: 20px;
  
}

.orange-bg {
  background-color: #fdeada;
  font-size: 18px;
}

.black-bg {
  background-color: #0c0c0c;
  color: #ffffff;
  font-size: 20px;
  padding: 2px;
}

.x-large-text {
  font-size: 20px;
}

.yellow-highlight {
  background-color: #ffff00;
  font-size: 36px;
}

.yellow-text {
  color: #ffff00;
  font-size: 20px;
}

.blue-bg {
  background-color: #244061;
  color: #ffffff;
  font-size: 18px;
  padding: 2px;
}

.green-bg {
  background-color: #9bbb59;
  padding: 2px;
}

.xx-large-text {
  font-size: 24px;
}

.red-bg {
  background-color: #ff0000;
  color: #ffff00;
  font-size: 24px;
  padding: 2px;
}

.large-text {
  font-size: 26px;
  letter-spacing: 1.5px;
}
