html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  background-color: #fdf7ef;
  font-family: 'SF Pro';
}
a {
  text-decoration: none;
  color: #3f9fff;
}

@media only screen and (max-width: 1024px) {
  .teams {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .teams .header {
    z-index: 1;
    background-color: #fff;
    position: relative;
    height: 64px;
    padding: 12px 10px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .teams .logo-container {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    /* padding: 8px 16px 13px; */
  }
  .teams .logo-container .logo {
    width: 120px;
    height: auto;
    cursor: pointer;
    display: none;
  }
  .teams .logo-container .logo_h5 {
    display: block;
    height: 36px;
    /* height: auto; */
    cursor: pointer;
  }

  .teams .navs {
    margin-top: 12px;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 14px;
    overflow-x: auto; /* 保证移动端标签多时可横向滑动 */
    white-space: nowrap;
    /* background-color: #fdf7ef; */
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 10px;
    box-sizing: border-box;
  }
  .teams .navs::-webkit-scrollbar {
    display: none;
  }
  .teams .navs .item {
    font-size: 14px;
    position: relative;
    color: rgba(0, 0, 0, 0.7);
    margin-right: 20px;
    white-space: nowrap;
    line-height: 21px;
  }
  .teams .navs .item.active {
    font-weight: 590;
    color: #121212;
  }
  .teams .navs .item.active::after {
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    height: 2px;
    background-color: rgba(0, 0, 0, 0.7);
    content: '';
  }
  .teams .content-container {
    background-color: #fdf7ef;
    padding: 55px 10px 10px;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  .teams .content-container .content {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: rgba(0, 0, 0, 0.7);
    padding: 10px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .teams .content-container .content::-webkit-scrollbar {
    width: 0px;
    background: transparent;
  }
  .teams .content-container .content .block {
    display: block;
    margin-bottom: 20px;
  }
  .teams .content-container .content .bold {
    font-size: 18px;
    color: #121212;
    font-style: normal;
    font-weight: 700;
    display: block;
    margin-bottom: 9px;
  }
}

@media only screen and (min-width: 1025px) {
  .teams {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .teams .header {
    height: 64px;
    padding: 12px 40px 20px;
    z-index: 1;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
  }
  .teams .logo-container .logo {
    width: 134px;
    height: 32px;
    cursor: pointer;
    display: block;
  }
  .teams .logo-container .logo_h5 {
    display: none;
  }

  .teams .navs {
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .teams .navs .item {
    font-size: 14px;
    font-weight: normal;
    position: relative;
    color: rgba(0, 0, 0, 0.7);
    margin-right: 20px;
    font-weight: 400;
    line-height: 21px;
  }
  .teams .navs .item.active {
    font-weight: 590;
    color: #121212;
  }
  .teams .navs .item.active::after {
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    height: 2px;
    background-color: rgba(0, 0, 0, 0.7);
    content: '';
  }
  .teams .content-container {
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    background-color: #fdf7ef;
    /* padding-top: 16px; */
    /* padding-bottom: 24px; */
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  .teams .content-container .content {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 40px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    overflow-y: auto;
    color: rgba(0, 0, 0, 0.7);
  }
  .teams .content-container .content::-webkit-scrollbar {
    width: 0px;
    background: transparent;
  }
  .teams .content-container .content .block {
    display: block;
    margin-bottom: 20px;
  }
  .teams .content-container .content .bold {
    color: #121212;
    font-size: 18px;
    font-weight: 700;
    display: block;
    margin-bottom: 9px;
  }
}

.policy-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #c0c0c0;
  border-radius: 8px;
  overflow: hidden;
  font-size: 12px;
  color: #000;
  margin: 15px 0 25px;
}
.policy-table th {
  background-color: #fafafa;
  color: #333;
  font-weight: bold;
  padding: 10px 8px;
  border-bottom: 1px solid #c0c0c0;
  border-right: 1px solid #c0c0c0;
  text-align: left;
}
.policy-table td {
  padding: 12px 8px;
  border-bottom: 1px solid #c0c0c0;
  border-right: 1px solid #c0c0c0;
  vertical-align: top;
  line-height: 1.4;
}
.policy-table th:last-child,
.policy-table td:last-child {
  border-right: none;
}
.policy-table tr:last-child td {
  border-bottom: none;
}
.policy-table .activity-name {
  font-weight: 600;
  color: #121212;
}
@media only screen and (max-width: 768px) {
  .content-container {
    overflow-x: hidden;
  }
  .table-wrapper {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .policy-table {
    width: 650px;
  }
}
