.AnsweringTips{
  background-color: #f7fcff;
  /* background-color: #f6f8fe; */
  margin-top: -5px;
  padding: 20px 0;
}
.AnsweringTips .container{
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 8px rgb(0 0 0 / 8%);
  padding: 20px 0;
  display: flex;
  min-height: 50vh;
  letter-spacing: 0.01rem;
  flex-wrap: wrap;
}
.AnsweringTips .container > div{
  width: 50%;
  padding: 0 20px;
}
.AnsweringTips .container > div header{
  background-color: #c4e8fa;
  min-height: 55px;
  line-height: 25px;
  border-radius: 8px;
  text-align: center;
  font-size: 20px;
  color: #0297bc;
  color: #008caf;
  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;
}
.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: #1b78fa;
  display: flex;
  font-size: 17px;
  padding: 5px 0;
}
.AnsweringTips ul li a b{
  color: rgb(37, 53, 94);
  position: relative;
  display: block;
  display: flex;
  font-weight: normal;
  padding: 0 15px;
}
.AnsweringTips ul li a b::after{
  content: '';
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 12px;
  margin-left: 15px;
  background: url(https://www.etutorlearning.com/static/images/into20.png) no-repeat center #fef6e9;
}
.AnsweringTips ul li:last-child{
  border-bottom: 0;
}
.AnsweringTips ul li a:hover{
  background-color: #f3f7fa;
  border-radius: 8px;
}

.ATCtop{
  background-color: #00a7d0;
  position: relative;
}
.ATCtopMain{
  max-width: 1300px;
  margin: auto;
}
.ATCtop .ATCtopMain{
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  align-items: center;
  max-width: 1170px;
  position: relative;
  z-index: 1;
}
.ATCtop header{
  display: flex;
  align-items: center;
}
.ATCtop header span{
  display: block;
  width: 100%;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
}
.ATCtop header span:nth-child(2){
  font-size: 15px;
  line-height: 18px;
}
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 #0080a0 ;
  border-radius: 12px;
  color: transparent;
  margin-right: 10px;
  transition: all .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: #003846;
  bottom: 8px;
  left: 50%;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  width: 1200px;
  margin-left: -600px;
  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;
  padding-top: 5px;
}
.moreD span strong{
  font-weight: normal;
  display: block;
  line-height: 15px;
  padding-top: 3px;
}
.AnsweringTips ul li.moreD a b::after{
  background: url(../../PSLE-Tips/images/3.png) no-repeat center #fef6e9;
}

@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:1023px){
  .AnsweringTips .container{
    padding: 12px 0;
  }
  .AnsweringTips .container > div {
    padding: 0 12px;
  }
  .AnsweringTips .container > div header {
    font-weight: normal;
  }
  .AnsweringTips .container > div header span:nth-child(2){
    width: 100%;
    line-height: 20px;
    font-size: 17px;
  }
  .AnsweringTips ul li a b{
    padding: 0 10px;
  }
}
@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: 400px;
  }
  .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(../../PSLE-Tips/images/2.png) no-repeat;
    left: 10px;
 }
}
@media (max-width:680px){
  .AnsweringTips .container{
    flex-wrap: wrap;
    padding: 0 12px;
    box-shadow: none;
    background: none;
  }
  .AnsweringTips .container > div{
    width: 100%;
    background-color: #fff;
    box-shadow: 0 5px 8px rgb(0 0 0 / 8%);
    border-radius: 12px;
    padding: 12px;
    margin-bottom: 20px;
  }
  .AnsweringTips .container > div:nth-child(1) {
    border-right: 0;
  }
  .AnsweringTips ul{
    /* margin: 0 12px; */
  }
  .AnsweringTips{
    padding-bottom: 0;
  }
  .AnsweringTips ul li a b::after{
    margin-left: 10px;
  }
}
@media (max-width:420px){
  .AnsweringTips ul li a{
    font-size: 15px;
  }
}