.text-blue-dark {
  color: #002456; }

.text-blue-light {
  color: #E7EBEF; }

.text-blue-light-2 {
  color: #0044A6; }

.text-orange {
  color: #F4C50C; }

.text-gray-dark {
  color: #262626; }

.text-gray-light {
  color: #787878; }

.text-white {
  color: #ffffff; }

/* ===================================================
** Fonts
*===================================================*/
@font-face {
  font-family: 'PTSans';
  src: url("../fonts/PT_Sans/PTSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'PTSans';
  src: url("../fonts/PT_Sans/PTSans-Bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'OpenSans';
  src: url("../fonts/Open_Sans/OpenSans-Light.ttf") format("truetype");
  font-weight: 200;
  font-style: normal; }
@font-face {
  font-family: 'OpenSans';
  src: url("../fonts/Open_Sans/OpenSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'OpenSans';
  src: url("../fonts/Open_Sans/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'OpenSans';
  src: url("../fonts/Open_Sans/OpenSans-Bold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal; }
@font-face {
  font-family: 'PT_Sans_Narrow';
  src: url("../fonts/PT_Sans_Narrow/PTSansNarrow-Bold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal; }
/* ===================================================
** Common Element
*===================================================*/
html, body {
  height: 100%; }

body {
  padding: 0;
  margin: 0;
  background-color: #E7EBEF;
  font-family: "OpenSans", Arial, Helvetica, sans-serif; }

.tip-mask {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none; }

.btn {
  font-size: 16px;
  font-weight: bold;
  padding: .5em 1em;
  min-width: 120px;
  border-radius: 5px;
  text-align: center;
  display: inline-block; }
  .btn.orange {
    background-color: #F4C50C;
    color: rgba(0, 0, 0, 0.8); }
    .btn.orange:hover {
      background-color: #dcaf00; }
  .btn.blue-light {
    background-color: #E7EBEF;
    color: rgba(0, 0, 0, 0.8); }
    .btn.blue-light:hover {
      background-color: #D1D8DE; }
  .btn.text-only {
    color: rgba(255, 255, 255, 0.3);
    background-color: transparent; }
    .btn.text-only:hover {
      color: rgba(255, 255, 255, 0.6); }

.rounded-btn {
  font-size: 16px;
  font-weight: bold;
  padding: .5em 1em;
  min-width: 120px;
  border-radius: 5px;
  border-radius: 50rem;
  width: 200px;
  text-align: center;
  display: inline-block;
  background-color: #F4C50C;
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none; }
  .rounded-btn:hover {
    background-color: #dcaf00;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.8); }

/* ===================================================
** Test
*===================================================*/
.testContainer {
  width: 940px;
  height: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.05);
  margin: 15px;
  overflow: hidden; }
  @media all and (max-width: 1023px) {
    .testContainer {
      width: 100%; } }
  .testContainer .topBar {
    width: 100%;
    height: 80px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    position: relative; }
    .testContainer .topBar .timebar {
      margin-left: 40px;
      height: 100%;
      float: left;
      width: calc(100% - 140px); }
      .testContainer .topBar .timebar .timebarMax {
        margin-top: 39px;
        height: 3px;
        background-color: #E7EBEF;
        border-radius: 1.5px;
        position: relative; }
        .testContainer .topBar .timebar .timebarMax .timeRemain {
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          width: 100%;
          background-color: #3C87EA;
          border-radius: 1.5px;
          display: none; }
    .testContainer .topBar .help {
      width: 60px;
      margin-right: 40px;
      height: 100%;
      float: right;
      position: relative; }
      .testContainer .topBar .help .helpBtn {
        width: 28px;
        height: 28px;
        border-radius: 50%;
        background-color: #F0F0F0;
        line-height: 28px;
        font-size: 16px;
        color: rgba(0, 0, 0, 0.3);
        text-align: center;
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%);
        cursor: pointer; }
        .testContainer .topBar .help .helpBtn:hover {
          background-color: rgba(0, 0, 0, 0.15); }
      .testContainer .topBar .help .arrow_box {
        position: absolute;
        background: #fff;
        width: 330px;
        right: -15px;
        top: 70px;
        padding: 20px;
        border-radius: 5px;
        z-index: 10;
        -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
                box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
        text-align: center;
        display: none; }
        .testContainer .topBar .help .arrow_box.active {
          display: block; }
        .testContainer .topBar .help .arrow_box:after, .testContainer .topBar .help .arrow_box:before {
          bottom: 100%;
          right: 5%;
          border: solid transparent;
          content: " ";
          height: 0;
          width: 0;
          position: absolute;
          pointer-events: none; }
        .testContainer .topBar .help .arrow_box:after {
          border-color: rgba(136, 183, 213, 0);
          border-bottom-color: #fff;
          border-width: 10px;
          margin-left: -10px; }
        .testContainer .topBar .help .arrow_box .title {
          font-family: "PTSans", Arial, Helvetica, sans-serif;
          font-weight: bold;
          text-transform: uppercase;
          font-size: 22px;
          margin-top: 15px;
          margin-bottom: 15px;
          color: #002456; }
        .testContainer .topBar .help .arrow_box .introDiv {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          padding: 20px 0;
          border-top: 1px solid rgba(0, 0, 0, 0.05); }
          .testContainer .topBar .help .arrow_box .introDiv.first {
            border: 0; }
          .testContainer .topBar .help .arrow_box .introDiv .introImg {
            float: left;
            width: 25%;
            text-align: center; }
            .testContainer .topBar .help .arrow_box .introDiv .introImg > img {
              height: 80%; }
          .testContainer .topBar .help .arrow_box .introDiv .introText {
            float: left;
            width: 75%;
            text-align: left;
            padding-left: 10px;
            padding-right: 10px;
            font-size: 14px;
            color: rgba(0, 0, 0, 0.8); }
        .testContainer .topBar .help .arrow_box .tip-close {
          min-width: 200px;
          margin-top: 30px; }
  .testContainer .questionArea {
    width: 100%;
    position: absolute;
    display: none; }
    .testContainer .questionArea .play-area {
      width: 450px;
      margin-top: 50px;
      margin-left: auto;
      margin-right: auto;
      text-align: center; }
      .testContainer .questionArea .play-area .title {
        font-family: "PTSans", Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        color: #002456;
        margin-bottom: 5px; }
      .testContainer .questionArea .play-area .description {
        font-family: "OpenSans", Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: normal;
        color: rgba(0, 0, 0, 0.4);
        margin-bottom: 15px; }
      .testContainer .questionArea .play-area .playBtn {
        width: 90px;
        height: 90px;
        background-size: 40px;
        margin-bottom: 30px;
        display: inline-block;
        border-radius: 50%;
        background-color: #3C87EA;
        background-image: url("../images/playIcon.svg");
        background-position: center center;
        background-repeat: no-repeat;
        cursor: pointer; }
        .testContainer .questionArea .play-area .playBtn:hover {
          background-color: #2570d3; }
        .testContainer .questionArea .play-area .playBtn.disable {
          background-color: #E1E1E1;
          pointer-events: none; }
    .testContainer .questionArea .record-area {
      width: 450px;
      margin-top: 50px;
      margin-left: auto;
      margin-right: auto;
      text-align: center; }
      .testContainer .questionArea .record-area .record-default .title {
        font-family: "PTSans", Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        color: #002456;
        margin-bottom: 5px; }
      .testContainer .questionArea .record-area .record-default .description {
        font-family: "OpenSans", Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: normal;
        color: rgba(0, 0, 0, 0.4);
        margin-bottom: 15px; }
      .testContainer .questionArea .record-area .record-default .recordBtn {
        width: 90px;
        height: 90px;
        background-size: 55px;
        margin-bottom: 30px;
        display: inline-block;
        border-radius: 50%;
        background-color: #3C87EA;
        background-image: url("../images/mic.svg");
        background-position: center 15px;
        background-repeat: no-repeat;
        cursor: pointer; }
        .testContainer .questionArea .record-area .record-default .recordBtn:hover {
          background-color: #2570d3; }
      .testContainer .questionArea .record-area .record-clicked {
        display: none; }
        .testContainer .questionArea .record-area .record-clicked .title {
          font-family: "PTSans", Arial, Helvetica, sans-serif;
          font-size: 18px;
          font-weight: bold;
          color: #002456;
          margin-bottom: 40px; }
        .testContainer .questionArea .record-area .record-clicked .recording {
          position: relative;
          width: 90px;
          height: 90px;
          margin: 0 auto;
          padding-top: 10px; }
          .testContainer .questionArea .record-area .record-clicked .recording .stopBtn {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
            width: 70px;
            height: 70px;
            background-size: 45px;
            margin-bottom: 30px;
            display: inline-block;
            border-radius: 50%;
            background-color: #E7EBEF;
            background-image: url("../images/mic-blue.svg");
            background-position: center center;
            background-repeat: no-repeat;
            cursor: pointer;
            z-index: 2; }
          .testContainer .questionArea .record-area .record-clicked .recording .sound-level {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
            width: 80px;
            height: 80px;
            background-size: cover;
            margin-bottom: 30px;
            display: inline-block;
            border-radius: 50%;
            background-image: url("../images/sound-level.svg");
            background-repeat: no-repeat;
            z-index: 1; }
      .testContainer .questionArea .record-area .record-loading {
        display: none;
        padding-top: 50px; }
        .testContainer .questionArea .record-area .record-loading .analysing {
          font-family: "OpenSans", Arial, Helvetica, sans-serif;
          font-size: 14px;
          font-weight: normal;
          color: rgba(0, 0, 0, 0.4);
          margin-bottom: 15px; }
      .testContainer .questionArea .record-area .record-result {
        display: none;
        padding-top: 80px; }
        .testContainer .questionArea .record-area .record-result .result {
          font-family: "PTSans", Arial, Helvetica, sans-serif;
          font-size: 22px;
          font-weight: bold;
          text-transform: uppercase;
          letter-spacing: 1px; }
          .testContainer .questionArea .record-area .record-result .result.correct {
            color: #27AB3C; }
          .testContainer .questionArea .record-area .record-result .result.incorrect {
            color: #E45074; }
    .testContainer .questionArea .lds-ring {
      display: inline-block;
      position: relative;
      width: 46px;
      height: 46px; }
    .testContainer .questionArea .lds-ring div {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      display: block;
      position: absolute;
      width: 36px;
      height: 36px;
      margin: 4px;
      border: 4px solid #fff;
      border-radius: 50%;
      -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
              animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
      border-color: #3C87EA transparent transparent transparent; }
    .testContainer .questionArea .lds-ring div:nth-child(1) {
      -webkit-animation-delay: -0.45s;
              animation-delay: -0.45s; }
    .testContainer .questionArea .lds-ring div:nth-child(2) {
      -webkit-animation-delay: -0.3s;
              animation-delay: -0.3s; }
    .testContainer .questionArea .lds-ring div:nth-child(3) {
      -webkit-animation-delay: -0.15s;
              animation-delay: -0.15s; }
    .testContainer .questionArea .answerDiv.image-ans .answer {
      width: 130px;
      height: 130px;
      display: inline-block;
      margin: 10px;
      overflow: hidden;
      border-radius: 50%;
      cursor: pointer;
      border: 1px solid rgba(0, 0, 0, 0.1);
      -webkit-transition: border ease-in-out .12s, -webkit-box-shadow ease-in-out .12s;
      transition: border ease-in-out .12s, -webkit-box-shadow ease-in-out .12s;
      transition: box-shadow ease-in-out .12s, border ease-in-out .12s;
      transition: box-shadow ease-in-out .12s, border ease-in-out .12s, -webkit-box-shadow ease-in-out .12s; }
      .testContainer .questionArea .answerDiv.image-ans .answer:hover {
        -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
                box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3); }
      .testContainer .questionArea .answerDiv.image-ans .answer.ans-corrent, .testContainer .questionArea .answerDiv.image-ans .answer.ans-corrent:hover {
        -webkit-box-shadow: 0px 0px 0px 10px #27AB3C;
                box-shadow: 0px 0px 0px 10px #27AB3C;
        border: 0; }
      .testContainer .questionArea .answerDiv.image-ans .answer.ans-incorrent, .testContainer .questionArea .answerDiv.image-ans .answer.ans-incorrent:hover {
        -webkit-box-shadow: 0px 0px 0px 10px #D52E4E;
                box-shadow: 0px 0px 0px 10px #D52E4E;
        border: 0; }
      .testContainer .questionArea .answerDiv.image-ans .answer > img {
        width: 100%;
        height: 100%;
        -webkit-transition: width ease-in-out .2s, height ease-in-out .2s, margin-left ease-in-out .2s, margin-top ease-in-out .2s;
        transition: width ease-in-out .2s, height ease-in-out .2s, margin-left ease-in-out .2s, margin-top ease-in-out .2s; }
      .testContainer .questionArea .answerDiv.image-ans .answer:hover > img {
        width: 110%;
        height: 110%;
        margin-left: -6px;
        margin-top: -6px; }
    .testContainer .questionArea .answerDiv.image-ans.disable .answer {
      pointer-events: none;
      opacity: .5; }
    .testContainer .questionArea .answerDiv.button-ans .answer {
      display: inline-block;
      width: 300px;
      font-size: 16px;
      padding: .5em 2em;
      margin: 10px;
      background-color: #E7EBEF;
      border-radius: 3px;
      text-align: center;
      cursor: pointer;
      color: #002456;
      font-weight: bold; }
      .testContainer .questionArea .answerDiv.button-ans .answer:hover {
        background-color: #d5dee7;
        text-decoration: none; }
      .testContainer .questionArea .answerDiv.button-ans .answer.ans-corrent {
        background-color: #27AB3C;
        color: #ffffff; }
      .testContainer .questionArea .answerDiv.button-ans .answer.ans-incorrent {
        background-color: #D52E4E;
        color: #ffffff; }
    .testContainer .questionArea .answerDiv.button-ans.disable .answer {
      pointer-events: none;
      opacity: .5; }
    .testContainer .questionArea.type-listen-1 .answerDiv {
      text-align: center;
      margin-top: 50px; }
    .testContainer .questionArea.type-listen-2 .pinyin {
      font-size: "PTSans", Arial, Helvetica, sans-serif;
      font-weight: bold;
      color: #002456;
      font-size: 45px;
      text-align: center;
      width: 400px;
      margin: 70px auto 130px; }
    .testContainer .questionArea.type-listen-3 .answerDiv {
      width: 650px;
      text-align: left;
      margin: 50px auto 0; }
    .testContainer .questionArea.type-listen-4 .image-question, .testContainer .questionArea.type-listen-5 .image-question {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      height: 185px;
      margin: 50px auto; }
      .testContainer .questionArea.type-listen-4 .image-question .quest-image, .testContainer .questionArea.type-listen-5 .image-question .quest-image {
        height: 100%;
        display: inline-block; }
        .testContainer .questionArea.type-listen-4 .image-question .quest-image > img, .testContainer .questionArea.type-listen-5 .image-question .quest-image > img {
          height: 100%;
          width: auto; }
      .testContainer .questionArea.type-listen-4 .image-question .quest-text, .testContainer .questionArea.type-listen-5 .image-question .quest-text {
        width: 285px;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        font-family: "PTSans", Arial, Helvetica, sans-serif;
        font-size: 28px;
        font-weight: bold;
        color: #002456;
        background-color: rgba(0, 0, 0, 0.05); }
    .testContainer .questionArea.type-listen-5 .ansIntro {
      font-size: 18px;
      font-weight: bold;
      color: #002456;
      margin-bottom: 20px;
      margin-top: 20px;
      text-align: center; }
    .testContainer .questionArea.type-listen-5 .answerDiv {
      width: 650px;
      text-align: left;
      margin: 0 auto; }
  .testContainer .result-pop {
    width: 100px;
    position: absolute;
    top: 230px;
    left: 50%;
    margin-left: -50px;
    border-radius: 10px;
    padding: 15px 10px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
    background-color: rgba(7, 36, 92, 0.9);
    opacity: 0;
    display: none; }
    .testContainer .result-pop img {
      height: 30px;
      width: auto; }
  .testContainer .result-pop.correct {
    color: #27AB3C; }
  .testContainer .result-pop.incorrect {
    color: #E45074; }

.begin-pop .begin-content {
  width: 465px;
  height: 600px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -232px;
  margin-top: -300px;
  border-radius: 30px;
  z-index: 2;
  overflow: hidden;
  text-align: center;
  -webkit-animation: fade-in-up 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) both 0.2s;
          animation: fade-in-up 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) both 0.2s;
  background: #07235c;
  /* Old Browsers */
  /* FF3.6+ */
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #07235c), color-stop(100%, #0c2f70));
  /* Chrome, Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE 10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#07235c), to(#0c2f70));
  background: linear-gradient(to bottom, #07235c 0%, #0c2f70 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#07235c', endColorstr='#0c2f70', GradientType=0 );
  /* IE6-9 */ }
  .begin-pop .begin-content .mainDiv {
    height: 330px;
    width: 100%;
    text-align: center;
    padding: 50px; }
    .begin-pop .begin-content .mainDiv img {
      margin-bottom: 20px; }
    .begin-pop .begin-content .mainDiv .main-title {
      font-family: "PTSans", Arial, Helvetica, sans-serif;
      font-size: 32px;
      text-transform: uppercase;
      color: rgba(255, 255, 255, 0.8);
      font-weight: bold;
      margin-bottom: 20px;
      letter-spacing: 3px; }
    .begin-pop .begin-content .mainDiv .description {
      font-size: 14px;
      color: rgba(255, 255, 255, 0.8); }
  .begin-pop .begin-content .request {
    text-align: center; }
    .begin-pop .begin-content .request .time, .begin-pop .begin-content .request .equipment {
      width: 46%;
      display: inline-block;
      margin-top: 30px;
      margin-bottom: 30px;
      color: rgba(255, 255, 255, 0.8); }
      .begin-pop .begin-content .request .time .main, .begin-pop .begin-content .request .equipment .main {
        height: 50px;
        font-size: 30px;
        line-height: 50px;
        font-weight: bold; }
      .begin-pop .begin-content .request .time .sub, .begin-pop .begin-content .request .equipment .sub {
        font-size: 14px;
        color: rgba(255, 255, 255, 0.8); }
    .begin-pop .begin-content .request .equipment {
      border-left: 1px solid rgba(255, 255, 255, 0.1); }
  .begin-pop .begin-content a {
    width: 80%;
    margin: 5px 10%; }
.begin-pop .mask {
  background-color: #071735;
  opacity: .5;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1; }

.email-pop .title {
  font-size: 30px;
  font-weight: 800; }
.email-pop .email-content {
  width: 550px;
  height: 442px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -275px;
  margin-top: -220px;
  border-radius: 10px;
  z-index: 2;
  overflow: hidden;
  text-align: center;
  -webkit-animation: fade-in-up 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) both 0.2s;
          animation: fade-in-up 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) both 0.2s;
  background-color: #ffffff; }
.email-pop .form-control {
  background-color: #ecf2f8;
  height: 50px;
  line-height: 50px;
  padding: 0.375rem 1.2rem;
  border: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.71, 0.17, 0.27, 0.82);
  transition: all 0.2s cubic-bezier(0.71, 0.17, 0.27, 0.82); }
  .email-pop .form-control:hover, .email-pop .form-control:focus {
    background-color: #f3f8ff;
    -webkit-box-shadow: 0 0 0 2px #b9c7d5;
            box-shadow: 0 0 0 2px #b9c7d5; }
.email-pop label {
  font-size: 14px;
  color: #8c8c8c;
  padding-left: 10px; }
  .email-pop label a {
    color: #8c8c8c;
    text-decoration: underline; }
.email-pop .mask {
  background-color: #071735;
  opacity: .5;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1; }

#question1 {
  display: block; }

/* ===================================================
** report
*===================================================*/
.reportContainer {
  -webkit-animation: fade-in-up 1s cubic-bezier(0.215, 0.61, 0.355, 1) both 0.3s;
          animation: fade-in-up 1s cubic-bezier(0.215, 0.61, 0.355, 1) both 0.3s; }
  .reportContainer .reportDiv {
    width: 940px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    margin-top: -60px; }
  .reportContainer .mainArea {
    position: relative;
    z-index: 1;
    text-align: center;
    color: #fff;
    margin: 0;
    padding-top: 130px;
    margin-top: -30px;
    padding-bottom: 150px;
    background-image: url("../images/pattern_bg.png");
    background-repeat: repeat-x; }
    .reportContainer .mainArea .subTitle {
      opacity: .4;
      font-size: 16px;
      margin-bottom: 20px;
      -webkit-animation: fade-in-up 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) both 0.4s;
              animation: fade-in-up 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) both 0.4s; }
    .reportContainer .mainArea .resultLevel {
      font-size: 48px;
      font-weight: bold;
      font-family: "PTSans", Arial, Helvetica, sans-serif;
      line-height: 1.2em;
      text-transform: uppercase;
      letter-spacing: 2px;
      -webkit-animation: fade-in-up 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) both 0.6s;
              animation: fade-in-up 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) both 0.6s; }
    .reportContainer .mainArea .equaltoCEFR {
      -webkit-animation: fade-in-up 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) both 0.8s;
              animation: fade-in-up 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) both 0.8s; }
      .reportContainer .mainArea .equaltoCEFR:before {
        content: "";
        width: 60px;
        height: 3px;
        border-radius: 1.5px;
        display: block;
        background-color: #F4C50C;
        margin: 60px auto 15px; }
      .reportContainer .mainArea .equaltoCEFR span {
        font-weight: bold; }
  .reportContainer .informations {
    padding: 50px 15px 50px;
    border-radius: 20px;
    margin-top: -20px;
    position: relative;
    z-index: 2;
    background-color: #fff; }
    .reportContainer .informations > div {
      width: 46%;
      margin-left: 2%;
      margin-right: 2%;
      float: left; }
    .reportContainer .informations .score {
      padding-top: 30px;
      padding-left: 20px;
      padding-right: 20px; }
      .reportContainer .informations .score .overall-title {
        font-size: 18px;
        font-weight: bold;
        color: #002456; }
      .reportContainer .informations .score .overall-text {
        font-size: 14px;
        color: #002456; }
        .reportContainer .informations .score .overall-text .overall-name {
          float: left; }
        .reportContainer .informations .score .overall-text .overall-score {
          float: right; }
      .reportContainer .informations .score .overall-barChart {
        height: 4px;
        width: 100%;
        border-radius: 50rem;
        background-color: #E7EBEF;
        margin: 10px 0; }
        .reportContainer .informations .score .overall-barChart .highlighted {
          width: 60%;
          background-color: #F4C50C;
          height: 4px;
          border-radius: 50rem;
          -webkit-transform-origin: 0% 50%;
                  transform-origin: 0% 50%;
          -webkit-animation: barchart-begin 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 0.5s;
                  animation: barchart-begin 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 0.5s; }
      .reportContainer .informations .score .speaking {
        margin-top: 50px; }
        .reportContainer .informations .score .speaking .speaking-title {
          font-size: 18px;
          font-weight: bold;
          color: #002456; }
        .reportContainer .informations .score .speaking .part-of-score {
          font-size: 14px;
          margin: 15px 0; }
          .reportContainer .informations .score .speaking .part-of-score .name {
            float: left;
            width: 25%; }
          .reportContainer .informations .score .speaking .part-of-score .barChart {
            float: left;
            height: 4px;
            width: 65%;
            border-radius: 50rem;
            background-color: #E7EBEF;
            margin: 10px 0; }
            .reportContainer .informations .score .speaking .part-of-score .barChart .highlighted {
              width: 80%;
              -webkit-transform-origin: 0% 50%;
                      transform-origin: 0% 50%;
              background-color: #F4C50C;
              height: 4px;
              border-radius: 50rem; }
          .reportContainer .informations .score .speaking .part-of-score .part-score {
            float: left;
            width: 10%;
            text-align: right; }
        .reportContainer .informations .score .speaking .part-of-score:nth-child(2) .barChart .highlighted {
          -webkit-animation: barchart-begin 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 0.7s;
                  animation: barchart-begin 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 0.7s; }
        .reportContainer .informations .score .speaking .part-of-score:nth-child(3) .barChart .highlighted {
          -webkit-animation: barchart-begin 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 0.9s;
                  animation: barchart-begin 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 0.9s; }
        .reportContainer .informations .score .speaking .part-of-score:nth-child(4) .barChart .highlighted {
          -webkit-animation: barchart-begin 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 1.1s;
                  animation: barchart-begin 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 1.1s; }
        .reportContainer .informations .score .speaking .part-of-score:nth-child(5) .barChart .highlighted {
          -webkit-animation: barchart-begin 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 1.3s;
                  animation: barchart-begin 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 1.3s; }
    .reportContainer .informations .recommendation {
      border-radius: 8px;
      background-color: #E7EBEF;
      text-align: left;
      padding: 30px;
      background-size: 200px;
      color: #002456;
      background-repeat: no-repeat;
      background-position: bottom center;
      -webkit-animation: fade-in-up 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) both 0.5s;
              animation: fade-in-up 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) both 0.5s; }
      .reportContainer .informations .recommendation:after {
        position: absolute;
        top: -20px;
        right: 10px;
        content: "";
        width: 185px;
        height: 185px;
        background-repeat: no-repeat; }
      .reportContainer .informations .recommendation.test:after {
        background-image: url(../images/test-graphic.png);
        background-size: 100% auto; }
      .reportContainer .informations .recommendation.learn:after {
        background-image: url(../images/learn-graphic.png);
        background-size: 100% auto; }
      .reportContainer .informations .recommendation .rec-title {
        width: 50%;
        font-size: 20px;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 10px;
        margin-top: 36px;
        margin-bottom: 36px; }
      .reportContainer .informations .recommendation .rec-content {
        font-size: 14px;
        margin-bottom: 25px;
        line-height: 2em; }
      .reportContainer .informations .recommendation a {
        width: 48%;
        display: block;
        margin-right: 4%;
        float: left;
        text-align: center;
        padding: 7px 10px;
        border-radius: 3px;
        font-size: 14px; }
        .reportContainer .informations .recommendation a:last-child {
          margin: 0; }
        .reportContainer .informations .recommendation a:hover {
          text-decoration: none; }
        .reportContainer .informations .recommendation a.btn-main {
          background-color: #F4C50C;
          color: #262626; }
          .reportContainer .informations .recommendation a.btn-main:hover {
            background-color: #e4b708; }
        .reportContainer .informations .recommendation a.btn-second {
          border: 1px solid #002456;
          color: #002456;
          opacity: .6; }
          .reportContainer .informations .recommendation a.btn-second:hover {
            opacity: 1; }
  .reportContainer .btnArea {
    padding: 30px;
    border-top: 1px solid #E7EBEF;
    text-align: center; }
    .reportContainer .btnArea a {
      width: 200px; }
    .reportContainer .btnArea a:first-child {
      margin-right: 15px; }

/**
 * ----------------------------------------
 * animation Class
 * ----------------------------------------
 */
.scale-up-center {
  display: block !important;
  -webkit-animation: scale-up-down-center 1.1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: scale-up-down-center 1.1s cubic-bezier(0.39, 0.575, 0.565, 1) both; }

.next-question {
  display: block !important;
  -webkit-animation: slide-in-right 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-right 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

.current-question {
  -webkit-animation: slide-out-left 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-out-left 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

.recording-class {
  -webkit-animation: recording-animations 8s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite both;
  animation: recording-animations 8s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite both; }

/**
 * ----------------------------------------
 * animation keyframe
 * ----------------------------------------
 */
@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0; }
  80% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }
@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0; }
  80% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }
@-webkit-keyframes scale-up-down-center {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0; }
  15% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  85% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0; } }
@keyframes scale-up-down-center {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0; }
  15% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  85% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0; } }
@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }
@-webkit-keyframes slide-out-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); } }
@keyframes slide-out-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); } }
@-webkit-keyframes recording-animations {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1); }
  7% {
    -webkit-transform: translate(-50%, -50%) scale(1.6);
            transform: translate(-50%, -50%) scale(1.6); }
  25% {
    -webkit-transform: translate(-50%, -50%) scale(1.15);
            transform: translate(-50%, -50%) scale(1.15); }
  30% {
    -webkit-transform: translate(-50%, -50%) scale(2);
            transform: translate(-50%, -50%) scale(2); }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.3);
            transform: translate(-50%, -50%) scale(1.3); }
  60% {
    -webkit-transform: translate(-50%, -50%) scale(1.65);
            transform: translate(-50%, -50%) scale(1.65); }
  65% {
    -webkit-transform: translate(-50%, -50%) scale(1.5);
            transform: translate(-50%, -50%) scale(1.5); }
  70% {
    -webkit-transform: translate(-50%, -50%) scale(1.8);
            transform: translate(-50%, -50%) scale(1.8); }
  80% {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
            transform: translate(-50%, -50%) scale(1.2); }
  85% {
    -webkit-transform: translate(-50%, -50%) scale(1.3);
            transform: translate(-50%, -50%) scale(1.3); }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1); } }
@-webkit-keyframes barchart-begin {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0); }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1); } }
@keyframes barchart-begin {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0); }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1); } }
@-webkit-keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@-webkit-keyframes fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
@keyframes fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

/*# sourceMappingURL=placement-style.css.map */
/* ===========================================================
 * Alpine.js 适配覆盖
 *
 * 旧 Vue 版本通过 v-bind:style="{display:'block'}" 显式覆盖
 * `.questionArea { display: none }` 的默认隐藏。Alpine 没这套，
 * 所以这里把默认隐藏 → 默认显示，让 x-if / x-show 控制。
 *
 * x-show 通过给元素加内联 style="display: none" 来隐藏，
 * 内联样式优先级高于此处的类选择器，因此切换正常。
 * =========================================================== */
.testContainer .questionArea { display: block; }

.testContainer .questionArea .record-area .record-default,
.testContainer .questionArea .record-area .record-clicked,
.testContainer .questionArea .record-area .record-loading,
.testContainer .questionArea .record-area .record-result { display: block; }

.testContainer .topBar .timebar .timebarMax .timeRemain { display: block; }

.tip-mask { display: block; }

/* 录音 stopBtn 在最小录音时长（5 秒）内禁用 */
.testContainer .questionArea .record-area .record-clicked .recording .stopBtn.disable {
    opacity: 0.4;
    pointer-events: none;
    cursor: not-allowed;
}

/* ===========================================================
 * 响应式改造（2026-05-20）
 *
 * 桌面 ≥1024px：完全保持原有视觉
 * 平板 768-1023px：流式宽度，padding 适度压缩
 * 手机 ≤767px：弹窗/容器全屏化，文字选项单列，图片选项 2 列网格
 *
 * 同时全局升级 tap target：.btn ≥44px 高，.helpBtn 36x36
 * result-pop 改 transform 居中（手机端容器高度变化时不再错位）
 * =========================================================== */

/* tap target 统一升级 */
.btn { min-height: 44px; line-height: 1.2; box-sizing: border-box; }
.testContainer .topBar .help .helpBtn {
    width: 36px; height: 36px; line-height: 36px;
}

/* result-pop transform 居中（替代原 top:230px + margin-left 写死） */
.testContainer .result-pop {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin-left: 0;
}

/* 覆盖 scale-up-center 动画：原 keyframes 终态 transform:scale(1) 会盖掉 translate(-50%,-50%)，
   导致弹窗左右偏右。用专用动画把 translate 叠进每一帧。 */
.testContainer .result-pop.scale-up-center {
    -webkit-animation: result-pop-bounce 1.1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
            animation: result-pop-bounce 1.1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
@-webkit-keyframes result-pop-bounce {
    0%   { -webkit-transform: translate(-50%, -50%) scale(0.5); transform: translate(-50%, -50%) scale(0.5); opacity: 0; }
    15%  { -webkit-transform: translate(-50%, -50%) scale(1);   transform: translate(-50%, -50%) scale(1);   opacity: 1; }
    85%  { -webkit-transform: translate(-50%, -50%) scale(1);   transform: translate(-50%, -50%) scale(1);   opacity: 1; }
    100% { -webkit-transform: translate(-50%, -50%) scale(0.5); transform: translate(-50%, -50%) scale(0.5); opacity: 0; }
}
@keyframes result-pop-bounce {
    0%   { -webkit-transform: translate(-50%, -50%) scale(0.5); transform: translate(-50%, -50%) scale(0.5); opacity: 0; }
    15%  { -webkit-transform: translate(-50%, -50%) scale(1);   transform: translate(-50%, -50%) scale(1);   opacity: 1; }
    85%  { -webkit-transform: translate(-50%, -50%) scale(1);   transform: translate(-50%, -50%) scale(1);   opacity: 1; }
    100% { -webkit-transform: translate(-50%, -50%) scale(0.5); transform: translate(-50%, -50%) scale(0.5); opacity: 0; }
}

/* ---------- 平板 768-1023px ---------- */
@media (min-width: 768px) and (max-width: 1023px) {
    .testContainer {
        width: calc(100% - 32px);
        max-width: 940px;
        height: auto;
        min-height: 560px;
    }
    .reportContainer .reportDiv { width: 92%; max-width: 940px; }
}

/* ---------- 手机 ≤767px ---------- */
@media (max-width: 767px) {
    /* 主容器静态全屏 */
    .testContainer {
        position: static;
        -webkit-transform: none;
                transform: none;
        width: 100%;
        height: auto;
        min-height: 100vh;
        border-radius: 0;
        margin: 0;
        overflow: visible;
    }
    .testContainer .topBar { height: 60px; }
    .testContainer .topBar .timebar {
        margin-left: 16px;
        width: calc(100% - 80px);
    }
    .testContainer .topBar .help { margin-right: 16px; width: 50px; }
    .testContainer .topBar .help .arrow_box {
        width: calc(100vw - 32px);
        right: 0;
        box-sizing: border-box;
    }

    /* 答题区域全宽 */
    .testContainer .questionArea .play-area,
    .testContainer .questionArea .record-area {
        width: 100%;
        padding: 0 16px;
        margin-top: 30px;
        box-sizing: border-box;
    }

    /* 拼音题字号降 */
    .testContainer .questionArea.type-listen-2 .pinyin {
        width: 100%;
        font-size: 32px;
        margin: 40px 0 60px;
        padding: 0 16px;
        box-sizing: border-box;
    }

    /* 文字选项题全宽 */
    .testContainer .questionArea.type-listen-3 .answerDiv,
    .testContainer .questionArea.type-listen-5 .answerDiv {
        width: 100%;
        padding: 0 16px;
        box-sizing: border-box;
    }
    .testContainer .questionArea .answerDiv.button-ans .answer {
        width: 100%;
        max-width: 320px;
        display: block;
        margin: 8px auto;
        box-sizing: border-box;
    }

    /* 图片选项题 2 列网格 */
    .testContainer .questionArea .answerDiv.image-ans {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
        padding: 0 24px;
        text-align: initial;
    }
    .testContainer .questionArea .answerDiv.image-ans .answer {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
        margin: 0;
    }

    /* 图文题：图文堆叠 */
    .testContainer .questionArea.type-listen-4 .image-question,
    .testContainer .questionArea.type-listen-5 .image-question {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        height: auto;
        gap: 12px;
        padding: 0 16px;
        box-sizing: border-box;
    }
    .testContainer .questionArea.type-listen-4 .image-question .quest-image > img,
    .testContainer .questionArea.type-listen-5 .image-question .quest-image > img {
        height: 140px;
        width: auto;
    }
    .testContainer .questionArea.type-listen-4 .image-question .quest-text,
    .testContainer .questionArea.type-listen-5 .image-question .quest-text {
        width: 100%;
        font-size: 22px;
        padding: 12px;
        box-sizing: border-box;
    }

    /* 进入页全屏：mask 隐藏（content 已全屏占满，mask 仅会挡点击） */
    .begin-pop .mask { display: none; }
    .begin-pop .begin-content {
        position: relative;
        z-index: 2;
        top: 0;
        left: 0;
        -webkit-transform: none;
                transform: none;
        width: 100%;
        height: auto;
        margin: 0;
        border-radius: 0;
        min-height: 100vh;
    }
    .begin-pop .begin-content .mainDiv {
        height: auto;
        padding: 32px 24px;
    }
    .begin-pop .begin-content .request .time,
    .begin-pop .begin-content .request .equipment {
        margin-top: 16px;
        margin-bottom: 16px;
    }
    .begin-pop .begin-content a {
        width: calc(100% - 48px);
        margin: 5px 24px;
        box-sizing: border-box;
    }

    /* 邮箱弹窗适配 */
    .email-pop .email-content {
        position: fixed;
        left: 16px;
        right: 16px;
        top: 50%;
        width: auto;
        height: auto;
        margin: 0;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        padding: 24px;
        box-sizing: border-box;
    }
    .email-pop .title { font-size: 24px; }

    /* 报告页 */
    .reportContainer .reportDiv {
        width: 100%;
        border-radius: 0;
        margin-top: 0;
    }
    .reportContainer .mainArea {
        padding: 80px 16px 100px;
    }
    .reportContainer .mainArea .resultLevel { font-size: 36px; }
    .reportContainer .informations {
        padding: 32px 16px;
    }
    .reportContainer .informations > div {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 24px;
        float: none;
    }
    .reportContainer .informations .recommendation { padding: 24px; }
    .reportContainer .informations .recommendation:after { display: none; }
    .reportContainer .informations .recommendation .rec-title {
        width: 100%;
        margin-top: 12px;
        margin-bottom: 12px;
    }
    .reportContainer .informations .recommendation a {
        width: 100%;
        margin: 8px 0;
        float: none;
        box-sizing: border-box;
    }
    .reportContainer .btnArea { padding: 24px 16px; }
    .reportContainer .btnArea a {
        width: 100%;
        max-width: 280px;
    }
    .reportContainer .btnArea a:first-child {
        margin: 0 0 12px 0;
    }
}

/* ---------- 超小屏 ≤359px 微调（iPhone SE 1 等） ---------- */
@media (max-width: 359px) {
    .testContainer .questionArea.type-listen-2 .pinyin { font-size: 28px; }
    .testContainer .questionArea .answerDiv.image-ans { padding: 0 16px; gap: 8px; }
    .begin-pop .begin-content .mainDiv .main-title { font-size: 24px; }
    .reportContainer .mainArea .resultLevel { font-size: 30px; }
}
