.AnsweringTips {
  background-color: #f8fafd;
}
.AnsweringTips .container {
  background-color: #fff;
  box-shadow: 0 5px 8px rgb(0 0 0 / 8%);
  padding: 30px 15px 0 15px;
  display: flex;
  min-height: 50vh;
  letter-spacing: 0.01rem;
  flex-wrap: wrap;
  width: 1250px;
  margin-top: -20px;
  position: relative;
}
.AnsweringTips .container > div {
  width: 50%;
  padding: 0 15px 30px 15px;
}
.AnsweringTips .container > div > div {
  background-color: #f6fafd;
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
}
.AnsweringTips .container > div header {
  background-color: #dcedff;
  min-height: 60px;
  line-height: 30px;
  text-align: center;
  font-size: 20px;
  color: #1357c7;
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 5px;
}
.AnsweringTips .container > div header span:nth-child(2) {
  letter-spacing: 0rem;
  margin-left: 8px;
}
/* .AnsweringTips .container > div:nth-child(1),
.AnsweringTips .container > div:nth-child(3) {
  position: relative;
  border-right: 2px solid #e9eff7;
  margin-bottom: 20px;
} */
.AnsweringTips ul {
  padding: 0 20px;
}
.AnsweringTips ul li {
  list-style: none;
  line-height: 45px;
  font-size: 18px;
  padding: 5px 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
.AnsweringTips ul li a {
  color: #034b9a;
  display: flex;
  font-size: 19px;
  padding: 5px 0;
  align-items: center;
}
.AnsweringTips ul li a b {
  color: rgb(37, 53, 94);
  position: relative;
  display: block;
  display: flex;
  font-weight: normal;
  padding: 0 15px;
  color: #f75c25;
  font-weight: bold;
  align-items: center;
}
.AnsweringTips ul li a b::after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 12px;
  margin-left: 15px;
  background: url(../images/4.png) no-repeat center #fff;
}
.AnsweringTips ul li:last-child {
  border-bottom: 0;
}
.AnsweringTips ul li a:hover span {
  text-decoration: underline;
}

.ATCtop {
  background-color: #5a72fb;
  position: relative;
}
.ATCtopMain {
  max-width: 1300px;
  margin: auto;
}
.ATCtop .ATCtopMain {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  align-items: center;
  max-width: 1270px;
  position: relative;
  z-index: 1;
}
.ATCtop header {
  display: flex;
  align-items: center;
}
.ATCtop header span {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 22px;
  line-height: 30px;
}
.ATCtop header span:nth-child(2) {
  font-size: 18px;
  line-height: 25px;
}
button.ATCback {
  border: 0;
  width: 50px;
  height: 50px;
  border-radius: 0;
  background: url(https://www.etutorlearning.com/resources/eChinese/images/returnInto.png)
    no-repeat center #3850e4;
  border-radius: 12px;
  color: transparent;
  margin-right: 10px;
  transition: all 0.3s ease 0s;
}
button.ATCback:hover {
  /* transform: scale(1.05); */
}
.ATCBox {
  min-height: 83vh;
  background-color: #f6f8fe;
  padding: 0 10px;
}
.ATCFooter .foot {
  background-color: #008eb1;
}
.ATCFooter .foot_left,
.ATCFooter .foot_left span {
  color: #004252;
}
.ATCFooter .container {
  max-width: 1170px;
  width: 100%;
}
.prompt {
  position: absolute;
  color: #002664;
  bottom: 15px;
  left: 50%;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  width: 1200px;
  margin-left: -550px;
  justify-content: flex-end;
  padding-right: 90px;
}
.prompt::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(../../PSLE-Tips/images/1.png) no-repeat center;
}
.moreD span {
  line-height: 20px;
}
.moreD span strong {
  font-weight: normal;
  display: block;
  line-height: 15px;
  padding-top: 3px;
  font-size: 16px;
}
.AnsweringTips ul li.moreD a b::after {
  background: url(../images/3.png) no-repeat center #fff;
}
.AnsweringTips ul li.moreD a b {
  color: transparent;
}
.IndexTop {
  display: none;
}
.nyBody .IndexTop {
  display: block;
  border-bottom: 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1440px) {
  .AnsweringTips .container {
    padding-left: 100px;
    padding-right: 100px;
    width: 100%;
  }
  .sc_banner {
    height: 26vw;
  }
}
@media (max-width: 1300px) {
  .AnsweringTips .container {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .AnsweringTips .container > div header {
    font-size: 18px;
  }

  .prompt {
    width: 100%;
    left: auto;
    margin-left: 0;
    padding-left: 255px;
    padding-right: 70px;
  }
}

@media (max-width: 1024px) {
  .sc_banner {
    height: 30vw;
  }
  .AnsweringTips .container > div > div {
    border-radius: 8px;
  }
  .moreD span strong {
    font-size: 14px;
  }
  .AnsweringTips ul {
    padding: 0 15px;
  }
  .AnsweringTips ul li a {
    font-size: 17px;
    padding: 2px 0;
  }
  .AnsweringTips ul li a b::after {
    width: 45px;
    height: 45px;
    background-size: 95%;
    margin-left: 10px;
  }
  .AnsweringTips ul li.moreD a b::after {
    background-size: 90%;
  }
  .AnsweringTips .container {
    padding: 15px 8px 0 8px;
    margin-top: -2vw;
  }
  .AnsweringTips .container > div {
    padding: 0 8px 15px 8px;
  }
  .AnsweringTips .container > div header {
    font-weight: normal;
    line-height: 20px;
    font-size: 18px;
    padding: 8px 8px 5px 8px;
    min-height: 50px;
  }
  .AnsweringTips .container > div header span:nth-child(2) {
    line-height: 20px;
    font-size: 17px;
  }
  .AnsweringTips ul li a b {
    padding: 0 10px 0 5px;
  }
  .ATCtop header img {
    height: 60px;
  }
  .ATCtop header span {
    font-size: 20px;
    line-height: 25px;
  }
  .ATCtop header span:nth-child(2) {
    font-size: 16px;
    line-height: 20px;
  }
  .prompt {
    bottom: 8px;
    padding-left: 200px;
  }
}
@media (max-width: 900px) {
  .prompt {
    padding-left: 40px;
    flex-wrap: wrap;
    left: 240px;
    font-size: 15px;
    line-height: 18px;
    min-height: auto;
    justify-content: flex-start;
    bottom: 15px;
    right: 0;
    left: auto;
    justify-content: flex-end;
    width: 410px;
  }
  .prompt::before {
    position: absolute;
    left: 0;
  }
  .prompt span {
    display: block;
    width: 100%;
  }
}
@media (max-width: 768px) {
  button.ATCback {
    width: 45px;
    height: 45px;
  }
  .ATCtop header span {
    font-size: 18px;
  }
  .ATCtop header span:nth-child(2) {
    font-size: 14px;
  }
  .ATCFooter {
    display: none;
  }
  .ATCtop {
  }
  .ATCBox {
    padding: 0;
    background: none;
    min-height: auto;
  }
  .prompt {
    position: relative;
    left: 0;
    bottom: auto;
    background-color: #fff;
    color: #003846;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 50px;
    padding-right: 10px;
    width: 100%;
  }
  .prompt::before {
    background: url(../images/2.png) no-repeat;
    left: 10px;
  }
}
@media (max-width: 680px) {
  .ATCtop header img {
    height: 55px;
  }
  .ATCtop .ATCtopMain {
    padding: 5px 0;
  }
  .sc_banner img {
    display: none;
  }
  .sc_banner {
    background: url(/resources/static/images/webImg/huikaoM.png) no-repeat
      center;
    height: 34vw;
    background-size: auto 100%;
  }
  .AnsweringTips .container > div header {
    min-height: 45px;
    font-size: 17px;
  }
  .AnsweringTips .container > div header span:nth-child(2) {
    font-size: 15px;
  }
  .moreD span strong {
    font-size: 12px;
  }
  .AnsweringTips .container {
    flex-wrap: wrap;
    padding: 0 12px;
    box-shadow: none;
  }
  .AnsweringTips .container > div {
    width: 100%;
    background-color: #fff;
    padding: 12px 0 5px 0;
  }
  .AnsweringTips .container > div:nth-child(1) {
    border-right: 0;
  }
  .AnsweringTips ul {
    /* margin: 0 12px; */
    padding: 0 10px;
  }
  .AnsweringTips {
    padding-bottom: 0;
  }
  .AnsweringTips ul li a b::after {
    margin-left: 10px;
    width: 40px;
    height: 40px;
    border-radius: 8px;
  }
  .AnsweringTips ul li a {
    padding: 0;
  }
}
@media (max-width: 420px) {
  .AnsweringTips ul li a {
    font-size: 16px;
    line-height: 20px;
  }
}
