.api-wrapper {
  background-color: #eee;
  overflow: hidden;
}
.api-content-wrapper {
  width: 1200px;
  background-color: #fff;
  margin: 0 auto 20px;
  padding: 5px 20px;
}
.api-content-head {
  width: 1200px;
  background-color: #eee;
  margin: 100px auto 0px;
}
.api-head-tab {
  display: flex;
}
.api-head-tab span {
  padding: 10px 20px;
  background-color: #eee;
  color: #999;
  margin: 0;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.api-head-tab span.active {
  background-color: #fff;
  color: #3B83F8;
}
.api-head-tab-subtitle {
  background-color: #fff;
  padding: 20px 0 0 20px;
}
.api-head-tab-subtitle a {
  padding: 6px;
  color: #3B83F8;
  border: 1px solid #3B83F8;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  margin-right: 10px;
}
.dividing-line {
  width: 120%;
  height: 20px;
  margin: 20px 0px;
  background-color: #eee;
}
.layui-table {
  margin: 40px 0;
}
.layui-table th,
.layui-table td {
  min-width: 200px;
}
.parameter-color-red {
  color: #E9686B;
}
.api-use-title {
  font-size: 18px;
  padding: 10px;
  border-left: 4px solid #3B83F8;
  font-weight: bold;
  margin: 30px 0;
}
.layui-form .layui-form-item .layui-input-block {
  margin-left: 10px;
}
.layui-input-block {
  width: 400px;
}
.layui-form-label {
  padding: 0;
  text-align: left;
  font-size: 16px;
  min-width: 100px;
}
.layui-form .layui-form-item .reduce-input,
.layui-form .layui-form-item .add-input {
  width: 50px;
  display: inline-block;
  text-align: center;
  color: #999;
  font-size: 28px;
  cursor: pointer;
  border: 1px solid #3B83F8;
}
.layui-form .layui-form-item .reduce-input {
  border-radius: 10px 0px 0 10px;
  border: 1px solid #c2c2c2;
}
.layui-form .layui-form-item .add-input {
  border-radius: 0px 10px 10px 0px;
  border: 1px solid #c2c2c2;
}
.api-form-btns {
  padding: 30px;
}
.api-website-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.api-website-wrapper .flex-st {
  flex-wrap: wrap;
}
.website-input {
  width: 564px;
  margin-right: 20px;
}
.api-language-wrapper {
  background-color: #F5F2F0;
  border: 1px solid #eee;
  border-radius: 8px;
  margin: 10px;
}
.api-empower-wrapper .flex-st i {
  padding: 10px 20px;
  background: #eee;
  border-radius: 10px 0px 0 10px;
  letter-spacing: 2px;
  font-size: 14px;
  border: 1px solid #ddd;
}
.api-empower-title {
  width: 695px;
  line-height: 38px;
}
.api-empower-wrapper .api-empower-input {
  width: 565px;
  border-radius: 0;
  margin: 20px 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.api-content-part2 {
  display: none;
  padding: 30px 10px;
}
.layui-tab {
  margin: 40px 0;
}
.layui-tab-content {
  padding: 0;
}
.layui-this,
.layui-tab-card>.layui-tab-title .layui-this {
  background-color: #fdf6e3;
}
.layui-tab-content {
  width: 100%;
  height: 500px;
  overflow-y: scroll;
  background-color: #fdf6e3;
}
.code-toolbar,
.code-toolbar .line-numbers {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.demo-download-wrapper {
  flex-wrap: wrap
}
.demo-download-item {
  text-align: center;
  border-radius: 6px;
  cursor: pointer;
  padding: 20px;
  width: 220px;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.2);
  margin-right: 10px;
  margin-bottom: 20px;
}
.demo-download-item p {
  margin-bottom: 10px;
  font-size: 14px;
}
@media screen and (max-width:1199px) {
  .api-content-wrapper {
    width: 100%;
    padding: 20px 6px;
    margin-bottom: 20px;
  }
  .layui-table th,
  .layui-table td {
    min-width: 80px;
    max-width: 50%;
  }
  .layui-input-block {
    width: 300px;
    margin-left: 0;
  }
  .layui-form-label {
    min-width: 80px;
  }
  .website-input {
    width: 350px;
    margin: 20px 0;
  }
  .layui-btn-primary:hover {
    border-color: #3B83F8 !important;
  }
  .api-empower-title {
    width: 100%;
  }
  .api-empower-input-wrapper .api-empower-input {
    flex: 1;
  }
  .demo-download-item {
    width: 160px;
  }
}
