@charset "UTF-8";
.functions-container {
  background-color: #f4f5f7;
  padding: 0.2rem 0;
}

.functions-container .functions-inner {
  width: 12rem;
  background: #ffffff;
  border-radius: 0.1rem;
  margin: 0 auto;
  margin-top: 0.7rem;
  padding: 0.2rem;
}

.functions-container .functions-inner .functions-title {
  font-weight: bold;
  font-size: 0.16rem;
  color: #333333;
  margin-bottom: 0.2rem;
  line-height: 1.2;
}

.functions-container .functions-inner .functions-table {
  border-bottom: 0.01rem solid #dbebfd;
}

.functions-container .functions-inner .functions-table .table-title {
  height: 0.5rem;
  background: #f0f6fe;
  border: 0.01rem solid #dbebfd;
  border-bottom: none;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 0.18rem;
  color: #0966f0;
  padding-left: 0.3rem;
}

.functions-container .functions-inner .functions-table .table-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-right: 0.01rem solid #dbebfd;
}

.functions-container .functions-inner .functions-table .table-content .table-item {
  border-left: 0.01rem solid #dbebfd;
  border-top: 0.01rem solid #dbebfd;
  padding: 0.2rem 0.3rem;
  box-sizing: border-box;
}

.functions-container .functions-inner .functions-table .table-content .table-item .item-title {
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  line-height: 1;
}

.functions-container .functions-inner .functions-table .table-content .table-item .item-content {
  font-weight: 400;
  font-size: 0.14rem;
  color: #666666;
  margin-top: 0.1rem;
  line-height: 1.8;
}

/* 平板电脑(宽度大于768px) */
@media screen and (min-width: 600px) {
  html {
    font-size: 70px;
  }
}

/* 平板电脑(宽度大于768px) */
@media screen and (min-width: 768px) {
  html {
    font-size: 76px;
  }
}

/* 大屏幕(宽度大于1200px) */
@media screen and (min-width: 1200px) {
  html {
    font-size: 90px;
  }
}

/* 大屏幕(宽度大于1200px) */
@media screen and (min-width: 1400px) {
  html {
    font-size: 100px;
  }
}
