


html, body {
  width: 100%;
  min-height: 100%;
  height: 100%;
}
::-webkit-scrollbar {
  display: none;
}
.page {
  width: 100%;
  min-width: 1440px;
  height: 100%;
}

.space {
  flex-grow: 1;
}



.page .tabs {
  width: 100%;
  background-color: #fff;

}
.page .tabs .tabs-wrapper {
  width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.page .tabs .tabs-wrapper .tab {
  width: 25%;
  height: 80px;
  background-color: #DDE8F3;
  font-family: Source Sans Pro, Source Sans Pro;
  font-weight: 700;
  font-size: 24px;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page .tabs .tabs-wrapper .tab.active {
  background-color: #105DAA;
  color: #fff;
  font-family: Source Sans Pro, Source Sans Pro;
  font-weight: 700;
  font-size: 24px;
}
.page .about {
  width: 100%;
  box-sizing: border-box;
  padding: 40px 0;
  background-image: url("../static/123.png");
  background-size: 100% 100%;
}
.page .about .content {
  width: 1440px;
  margin: 0 auto;
  
}
.page .about .content .qa {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 24px 0;
  box-sizing: border-box;
}
.page .about .content .qa + .qa {
  border-top: 1px solid #DDDDDD;
}
.page .about .content .qa .q {
  display: flex;
  align-items: center;
  gap: 10px;
}
.page .about .content .qa .q .idx {
  /* display: block; */
  /*width: 29px;*/
      padding: 0 10px 0 8px;
  height: 24px;
  font-style: normal;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../static/qp.png");
  background-size: 100% 100%;
}
.page .about .content .qa .q p {
  font-family: Source Sans Pro, Source Sans Pro;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  line-height: 16px;
}
.page .about .content .qa .a {
  font-family: Source Sans Pro, Source Sans Pro;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  padding-left: 40px;
  width: 100%;
  box-sizing: border-box;
}