@media screen and (max-width: 1000px) {

  .countainer .countainer-frame {
    text-align: center;
  }

  .countainer .countainer-frame .countainer-frame-head {
    font-weight: bold;
    color: #333333;
    font-size: 24px;
    padding: 25px;
    background: #f3f5f9;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 20px;
    line-height: 1.5;
  }

  .countainer .countainer-frame .countainer-frame-main div {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    padding: 0 20px;
    line-height: 2;
    color: #656565;
  }


  .countainer .countainer-frame .countainer-frame-main div b {
    flex: 1;
    text-align: left;
    color: #000000;
  }

  .countainer .countainer-frame .countainer-frame-main div span {
    flex: 1;
    text-align: left;
  }

  .countainer .countainer-frame .countainer-frame-main p {
    font-size: 16px;
    padding: 0 20px;
    text-align: left!important;
    line-height: 1.5;
    margin: 15px auto;
  }

  .countainer .countainer-btn {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    padding-bottom: 20px;
  }

  .countainer .countainer-btn a {
    padding: 10px 20px;
    text-align: center;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    display: block;
    font-weight: bold;
    background-color: #45b747;
  }
  hr {
    display: none;
  }

  .topic-item {
    margin: 20px 20px;
    background-color: #fdfdfd;
    border: 1px solid #ebebeb;
  }

  .topic-head {
    background-color: #4763b2;
    /* border: 1px solid #ebebeb; */
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding: 10px 0 10px 20px;
  }

  .topic-main {
    padding: 10px 20px;
    font-size: 16px;
    color: #333333;
    font-weight: 500;
    line-height: 1.2;
  }

  .topic-main p {
    line-height: 2.4;
  }

  .topic-choose-group {
  }

  .topic-choose-group .topic-choose-item {
    display: flex;
    justify-content: space-between;
    padding: 10px 0 ;
    color: #656565;
    font-weight: normal;
    line-height: 1.5;
  }

  .topic-btn {
    width: 120px;
    height: 40px;
    background: linear-gradient(to left, #fba319, #fdb725);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    margin-right: 30px;
  }

  .topic-answer-row .topic-answered-btn {
    background-color: #d2d2d2;
    background-image: none;
    cursor: default;
  }

  .topic-answer-row {
    display: flex;
    align-items: center;
    margin: 0px 0px 20px;
    padding-left: 20px;
  }

  .topic-answer {
    font-size: 16px;
    font-weight: bold;
    color: #46b747;
    display: none;
  }

  .topic-choose-group .topic-choose-item.color-green {
    color: #46b747;
  }

  .topic-dialog {
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    display: none;
    justify-content: center;
    align-items: center;
  }

  .topic-dialog-content {
    width: calc(100% - 40px);
    background: #ffffff;
    box-shadow: 6px 1px 38px 1px #4763b3;
    border-radius: 10px 10px 10px 10px;
    opacity: 1;
    border: 1px solid #ebebeb;
    padding: 25px 20px;
    position: relative;
  }

  .topic-dialog-title {
    font-size: 20px;
    font-weight: bold;
    color: #4763b3;
    text-align: center;
    margin-bottom: 20px;
  }

  .topic-dialog .close {
    display: none;
  }

  .topic-dialog .closem {
    position: absolute;
    right: 50%;
    bottom: -70px;
    cursor: pointer;
    transform: translateX(50%);
  }

  .topic-dialog-p {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 1.5;
  }

  .topic-dialog-info {
    font-size: 12px;
    color: #ff0000;
    line-height: 1.5;
    margin: 10px 0;
  }

  .topic-dialog-form {
    display: flex;
    flex-direction: column;
  }

  .topic-dialog-form .topic-dialog-form-input {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
  }

  .topic-dialog-form .topic-dialog-form-input span {
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    margin-bottom: 10px;
  }

  .topic-dialog-form .topic-dialog-form-input input {
    background: #f3f5f9;
    border-radius: 4px;
    width: 100%;
    padding: 5px 0px 7px 10px;
    font-size: 16px;
    margin: 2px 0;
    color: #999999;
  }

  input::placeholder {
    color: #999999;
  }

  .topic-dialog-btn {
    width: 195px;
    height: 40px;
    line-height: 40px;
    background: #45b747;
    border-radius: 4px;
    outline: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    color: #ffffff;
    padding: 0 10px 0 10px;
    text-transform: capitalize;
  }
}

.topic a {
  text-decoration: underline!important;
  color: blue!important;
}
.passcBox {
  overflow: hidden;
  margin: 50px auto 30px !important;
  box-shadow: 0px 20px 60px 0px rgba(32, 70, 128, 0.1);
}
.Information {
  height: 32px;
  font-size: 20px;
  font-weight: bold;
  color: #354d5f;
  line-height: 32px;
  margin: 50px auto 30px;
  text-align: center;
}

.passcBox p {
  margin: 40px auto 40px;
  text-align: center;
  line-height: 35px;
  font-size: 18px;
  color: #354D5F;
  font-family: Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  padding: 0 30px;
}
.passcBox .yellowBtn {
  display: block;
  width: 257px;
  height: 44px;
  line-height: 44px;
  color: #fff!important;
  text-decoration: none!important;
  background: linear-gradient(130deg, rgba(253, 184, 37, 0.83) 0%, #fdb825 100%);
  box-shadow: 0px 2px 24px 0px rgba(252, 100, 0, 0.18);
  border-radius: 25px;
  font-size: 16px;
  text-align: center;
  margin: 10px auto 40px;
  position: relative;
}

.countainer .countainer-frame .countainer-frame-main a{
  color: blue!important;
  text-decoration: underline!important;
}