/* LESS Document */
/* Less CSS Document */
/* Will be auto compiled to CSS file on save */
img {
  display: block;
}
body.en main {
  font-size: .92em;
}
section#top {
  background-color: #722167;
}
section#top .row,
section#top .col {
  margin: 0;
  padding: 0;
}
section#top .intro {
  color: #FFF;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 30px;
}
section#top .intro .wrap {
  max-width: 400px;
}
section#top .intro h3 {
  font-size: 1.3em;
  line-height: 125%;
}
section#top .intro h1 {
  font-size: 1.75em;
  font-weight: 700;
  line-height: 125%;
  margin-bottom: 40px;
}
section#top .intro p {
  line-height: 150%;
}
section#top .intro p span {
  word-break: keep-all;
  word-wrap: normal;
  display: inline-block;
}
section#ep {
  padding: 100px 0;
}
section#ep h1 {
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 70px;
  line-height: 125%;
}
section#ep .container {
  padding: 0 50px;
}
section#ep .item {
  margin-bottom: 70px;
}
section#ep .item a {
  display: flex;
  transition: all 0.4s ease-in-out;
}
section#ep .item a:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
section#ep .item .ep {
  line-height: 200%;
  padding: 0 15px;
  text-align: center;
}
section#ep .item .ep ion-icon {
  color: #db9d68;
  font-size: 1.2em;
}
section#ep .item .pic_info .info {
  margin-top: 25px;
}
section#ep .item .pic_info .info h2 {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 125%;
  margin-bottom: 10px;
}
section#book:hover:after {
  right: 0;
  bottom: 0;
}
section#book {
  cursor: pointer;
  background-color: #722167;
  position: relative;
  overflow: hidden;
}
section#book:after {
  content: "";
  display: block;
  width: 62px;
  height: 65px;
  background-image: url("/20201208143233oe_/http://www.cuhk.edu.hk/osa/cuhkers/asset/images/corner.png");
  position: absolute;
  right: -62px;
  bottom: -65px;
  transition: all 0.9s ease-in-out;
}
section#book .row,
section#book .col {
  margin: 0;
  padding: 0;
}
section#book .intro {
  color: #FFF;
  border-left: solid 1px rgba(255, 255, 255, 0.2);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}
section#book .intro .wrap {
  max-width: 400px;
}
section#book .intro h5 {
  font-size: 1;
  line-height: 125%;
  margin-bottom: 40px;
}
section#book .intro h1 {
  font-size: 1.8em;
  font-weight: 700;
  line-height: 125%;
  margin-bottom: 20px;
}
section#book .intro .btn {
  border: solid 1px #FFF;
  margin-top: 30px;
}
