@media (min-width: 1346px) {
  .questions-container {
    margin-top: -5px;
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .questions-main {
    position: relative;
    padding: 90px 100px;
    background-color: #FFFFFF;
  }
  .content-title {
    position: absolute;
    left: calc(50% - 150px);
    top: -17px;
    width: 300px;
    height: 68px;
    line-height: 68px;
    color: #FFFFFF;
    font-size: 26px;
    text-align: center;
    background-image: url(../images/book_bg.png);
  }
  .content-area {
    margin-top: 40px;
    color: #222222;
    font-size: 16px;
  }
  .content-area-question {
    position: relative;
    padding-left: 60px;
    height: 60px;
    line-height: 60px;
    color: #3743BD;
    font-weight: 700;
    background-color: #FFFFFF;
    box-shadow: 4px 5px 19px 1px rgba(11, 24, 83, 0.12);
    border-radius: 6px;
  }
  .content-area-question-order {
    position: absolute;
    left: 17px;
    top: 15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #FFFFFF;
    text-align: center;
    background-color: #3743BD;
    box-shadow: 5px 6px 36px 4px rgba(11, 24, 83, 0.12);
    border-radius: 6px;
  }
  .content-area-answer {
    margin-top: 40px;
    padding-left: 60px;
    padding-right: 35px;
    color: #222222;
    font-size: 18px;
  }
  .content-area-answer-text {
    line-height: 1.8;
  }
  .content-area-answer-table {
    margin-top: 40px;
    width: 100%;
    font-size: 18px;
    text-align: center;
    background-color: rgba(55, 67, 189, 0.1);
    border: 1px solid #3743BD;
    border-collapse: collapse;
  }
  .content-area-answer-table th {
    line-height: 50px;
    color: #3743BD;
    font-weight: 700;
    border: 1px solid rgba(55, 67, 189, 0.6);
  }
  .content-area-answer-table th.first {
    width: 618px;
  }
  .content-area-answer-table td {
    line-height: 50px;
    color: #222222;
    border: 1px solid rgba(55, 67, 189, 0.6);
  }
}
@media (max-width: 1346px) {
  .questions-container {
    margin-top: -0.08rem;
    padding: 0.15rem 0.2rem 0.45rem;
    font-size: 0.24rem;
  }
  .questions-main {
    position: relative;
    padding: 0.9rem 0 0.7rem;
    background-color: #FFFFFF;
    border-radius: 0.16rem;
  }
  .content-title {
    position: absolute;
    top: -0.15rem;
    left: calc(50% - 1.45rem);
    width: 2.9rem;
    height: 0.65rem;
    line-height: 0.65rem;
    color: #FFFFFF;
    font-size: 0.28rem;
    font-weight: 700;
    text-align: center;
    background-image: url(../images/book_bg.png);
    background-size: 100%;
  }
  .content-area {
    margin-top: 0.4rem;
    padding: 0 0.4rem;
    color: #222222;
    font-size: 0.32rem;
  }
  .content-area-question {
    position: relative;
    padding-left: 1.2rem;
    height: 1.2rem;
    line-height: 1.2rem;
    color: #3743BD;
    font-weight: 700;
    background-color: #FFFFFF;
    box-shadow: 0.04rem 0.05rem 0.19rem 1px rgba(11, 24, 83, 0.12);
    border-radius: 0.06rem;
  }
  .content-area-question-order {
    position: absolute;
    left: 0.34rem;
    top: 0.3rem;
    width: 0.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
    color: #FFFFFF;
    text-align: center;
    background-color: #3743BD;
    box-shadow: 0.05rem 0.06rem 0.36rem 0.04rem rgba(11, 24, 83, 0.12);
    border-radius: 0.06rem;
  }
  .content-area-answer {
    margin-top: 0.4rem;
    color: #222222;
    font-size: 0.26rem;
  }
  .content-area-answer-text {
    line-height: 1.8;
  }
  .content-area-answer-text p {
    padding-left: 0.6rem;
    padding-right: 0.35rem;
    font-size: 0.26rem !important;
  }
  .content-area-answer-text p span {
    font-size: 0.26rem !important;
  }
  .content-area-answer-text table {
    width: 100% !important;
    font-size: 0.24rem !important;
  }
  .content-area-answer-text table thead tr th:first-of-type {
    width: 60% !important;
  }
}
