#app {
  background-color: #fff; }

.hash {
  width: 1440px;
  margin: 0 auto;
  background-color: #fff; }

.hash_header {
  position: relative; }

.hash_header_inp {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  .hash_header_inp .hash_header_inp_word {
    font-size: 40px;
    color: #fff;
    width: 100%;
    text-align: center;
    margin-bottom: 27px; }
  .hash_header_inp .inpBox {
    position: relative;
    width: 640px; }
    .hash_header_inp .inpBox .hash_header_inp_inp {
      width: 640px;
      height: 40px;
      background: #FFFFFF;
      border-radius: 8px;
      padding-left: 15px;
      padding-right: 40px;
      font-size: 16px;
      box-shadow: inset 0px 4px 23px 0px rgba(255, 255, 255, 0.05); }
    .hash_header_inp .inpBox button {
      position: absolute;
      right: 12px;
      top: 9px;
      border: none;
      background: #fff; }

.hash_main_logo {
  display: flex;
  width: 100%;
  height: 85px;
  justify-content: center;
  line-height: 90px; }
  .hash_main_logo p {
    font-size: 24px;
    font-family: PingFang TC-Regular, PingFang TC;
    font-weight: 400;
    color: #333; }

.info {
  width: 1075px;
  padding: 100px 185px 100px 180px;
  background: #FBFCFF; }
  .info h2 {
    font-size: 36px;
    font-family: PingFang TC-Semibold, PingFang TC;
    font-weight: 600;
    color: #333;
    margin-bottom: 16px; }
  .info .info_one {
    font-size: 16px;
    font-family: PingFang TC-Regular, PingFang TC;
    font-weight: 400;
    color: #333;
    margin-bottom: 35px; }
  .info .info_two {
    font-size: 16px;
    font-family: PingFang TC-Regular, PingFang TC;
    font-weight: 400;
    color: #333;
    line-height: 28px; }

.role {
  width: 1440px;
  height: 820px;
  display: flex;
  justify-content: space-between; }
  .role .role_words {
    width: 547px;
    height: auto;
    margin-left: 179px;
    margin-top: 335px; }
    .role .role_words h2 {
      font-size: 36px;
      font-family: PingFang TC-Semibold, PingFang TC;
      font-weight: 600;
      color: #333;
      margin-bottom: 16px; }
    .role .role_words p {
      font-size: 16px;
      font-family: PingFang TC-Regular, PingFang TC;
      font-weight: 400;
      color: #333;
      line-height: 27px; }
  .role .imgBox {
    margin-top: 80px;
    margin-right: 180px; }

.questions {
  width: 1312px;
  height: auto;
  padding: 64px;
  padding-bottom: 24px; }
  .questions p {
    margin-bottom: 24px;
    font-size: 32px;
    font-family: PingFang TC-Semibold, PingFang TC;
    font-weight: 600;
    color: #333; }
  .questions > div > div {
    margin-bottom: 40px; }
    .questions > div > div .questions_q {
      display: flex; }
      .questions > div > div .questions_q .Q {
        width: 26px;
        height: 26px;
        color: #333;
        font-size: 16px;
        background: #FFCA60;
        border-radius: 4px;
        margin-right: 16px;
        text-align: center;
        line-height: 26px; }
      .questions > div > div .questions_q .Qques {
        font-size: 14px;
        font-family: PingFang TC-Regular, PingFang TC;
        font-weight: 400;
        color: #999;
        line-height: 20px; }
    .questions > div > div .questions_a {
      display: flex; }
      .questions > div > div .questions_a .A {
        width: 32px;
        height: 26px;
        color: #333;
        font-size: 16px;
        background: #E2E2E2;
        border-radius: 4px;
        margin-right: 16px;
        text-align: center;
        line-height: 26px; }
      .questions > div > div .questions_a .Aanw {
        font-size: 14px;
        font-family: PingFang TC-Regular, PingFang TC;
        font-weight: 400;
        color: #999;
        line-height: 20px; }
