/* 转换自小程序 index.wxss */

body {
  padding-top: 27px;
  background-color: #f6f6f6;
  padding-bottom: 30px;
}

.container {
  font-family: 'PingFang SC';
}

.title {
  font-family: 'PingFang SC';
  font-weight: 500;
  color: #000000;
  font-size: 22px;
  margin-bottom: 20px;
}
.function_title {
  font-family: 'PingFang SC';
  font-weight: 500;
  color: #000000;
  font-size: 18px;
  text-align: left;
  width: 93%;
  margin-top: 25px;
}

.top_tip {
  font-size: 14px;
  font-family: 'PingFang SC';
  font-weight: 400;
  color: #888888;
  margin-bottom: 14px;
}

.examples_container {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  align-items: center;
}

.example_item {
  border: 1.5px solid #e5e5e5;
  border-radius: 5px;
  padding: 12px;
  width: 90%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.power {
  margin-top: 15px;
  border-radius: 5px;
  background-color: white;
  width: 93%;
  padding-bottom: 0.5px;
}

.power_info {
  display: flex;
  padding: 15px 12.5px;
  align-items: center;
  justify-content: space-between;
}

.power_info_more {
  width: 15px;
  height: 15px;
  transform: rotate(90deg);
}

.power_info_less {
  width: 15px;
  height: 15px;
  transform: rotate(270deg);
}

.power_info_text {
  display: flex;
  flex-direction: column;
}

.power_info_text_title {
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 16px;
  display: flex;
  align-items: center;
  font-family: 'PingFang SC';
  color: #000;
}

.power_info_text_tag {
  margin-left: 10px;
  background-color: #fbe0e0;
  color: #e54545;
  padding: 0 7px;
  font-size: 14px;
  vertical-align: middle;
  border-radius: 3px;
}

.power_info_text_tip {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  padding-right: 15px;
}

.power_item {
  padding: 15px 12.5px;
  display: flex;
  justify-content: space-between;
}

.power_item_title {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.9);
}

.power_item_icon {
  width: 15px;
  height: 15px;
}

.line {
  width: 95%;
  margin: 0 auto;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}

.environment {
  color: rgba(0, 0, 0, 0.4);
  font-size: 12px;
  margin-top: 25%;
}
