input {
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
p {
  margin-bottom: 0.625rem;
  padding-top: 0.625rem;
}
h3 {
  font-size: 1.5rem;
}
h4 {
  font-size: 1.125rem;
}
h5 {
  font-size: 0.875rem;
}
.tutorial-title {
  font-size: 1rem;
  padding: 1.25rem;
  color: #212121;
}
.lesson-detail {
  padding-left: 1.25rem;
  width: calc(100% - 0.625rem * 28);
  float: right;
}
.box-left {
  width: 17.5rem;
  border-right: 1px solid #eee;
  box-shadow: 5px 0 10px 0 rgba(70, 78, 95, 0.01);
  height: 100%;
  float: left;
}
.introduce-right {
  display: flex;
  justify-content: flex-end;
}
.btn {
  width: 5.5rem;
  height: 2.375rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #0094FF;
  background: #0094FF;
  color: #FFFFFF;
  margin-left: 1.5rem;
}
.btn:hover {
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1), background-color cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: -5px 2px 5px rgba(0, 0, 0, 0.2), 5px 5px 10px rgba(0, 0, 0, 0.1);
  position: relative;
}
.introduce-title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/*# sourceMappingURL=tutorial.css.map */