

.driver-custom-arrow {
  width:237px;
  height:143px;
  position:absolute;
  background-image: url("https://wvpn.ahu.edu.cn/https/77726476706e69737468656265737421fae00f9d2f2526557a1dc7af96/student/static/common-home/img/tutor-arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.driver-custom-text{
  width:178px;
  height:72px;
  position:absolute;
  background-image: url("https://wvpn.ahu.edu.cn/https/77726476706e69737468656265737421fae00f9d2f2526557a1dc7af96/student/static/common-home/img/tutor-text.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.driver-custom-btn{
  position:absolute;
  width:168px;
  height:56px;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.5;
  cursor:pointer;
  transition: opacity 0.2s ease-out;
}

.driver-custom-btn:hover{
  opacity: 1;
}

.driver-custom-btn.btn-skip {
  background-image: url("https://wvpn.ahu.edu.cn/https/77726476706e69737468656265737421fae00f9d2f2526557a1dc7af96/student/static/common-home/img/tutor-skip-btn.png");
}

.driver-custom-btn.btn-forbidden {
  background-image: url("https://wvpn.ahu.edu.cn/https/77726476706e69737468656265737421fae00f9d2f2526557a1dc7af96/student/static/common-home/img/tutor-forbidden-btn.png");
}