@charset "UTF-8";
.flex-center-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.flex-center-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.flex-between-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.font-xs {
  font-size: 0.75rem;
  line-height: 1.2rem; }

.font-sm {
  font-size: 0.875rem;
  line-height: 1.4rem; }

.font-base {
  font-size: 1rem;
  line-height: 1.6rem; }

.font-lg {
  font-size: 1.125rem;
  line-height: 1.8rem; }

.font-xl {
  font-size: 1.25rem;
  line-height: 2rem; }

.font-2xl {
  font-size: 1.5rem;
  line-height: 2.4rem; }

.font-3xl {
  font-size: 1.875rem;
  line-height: 3rem; }

.font-4xl {
  font-size: 2.25rem;
  line-height: 3.6rem; }

.font-5xl {
  font-size: 3rem;
  line-height: 4.8rem; }

.font-6xl {
  font-size: 3.75rem;
  line-height: 6rem; }

.font-7xl {
  font-size: 4.5rem;
  line-height: 7.2rem; }

.font-8xl {
  font-size: 6rem;
  line-height: 9.6rem; }

.font-9xl {
  font-size: 8rem;
  line-height: 12.8rem; }

.text-with-shadow {
  text-shadow: 2px 2px 6px #3e0709; }

.gradient-text {
  color: transparent;
  background-image: -webkit-linear-gradient(30deg, #9a7b2d 5%, #c9b260 19.89%, #fce57e 32.8%, #f0e8a1 52.4%, #e4d17d 72.98%, #9a7b2d 90%);
  background-image: -o-linear-gradient(30deg, #9a7b2d 5%, #c9b260 19.89%, #fce57e 32.8%, #f0e8a1 52.4%, #e4d17d 72.98%, #9a7b2d 90%);
  background-image: linear-gradient(60deg, #9a7b2d 5%, #c9b260 19.89%, #fce57e 32.8%, #f0e8a1 52.4%, #e4d17d 72.98%, #9a7b2d 90%);
  -webkit-background-clip: text;
  background-clip: text; }

.align-right {
  margin-right: 0;
  margin-left: auto;
  display: block; }

.align-center {
  margin-right: auto;
  margin-left: auto;
  display: block; }

.abs-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

@-webkit-keyframes kvttl-light {
  0% {
    opacity: 0;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    opacity: 1;
    left: 100px;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
  80% {
    opacity: 0; }
  100% {
    opacity: 0;
    left: 200px;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes kvttl-light {
  0% {
    opacity: 0;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    opacity: 1;
    left: 100px;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
  80% {
    opacity: 0; }
  100% {
    opacity: 0;
    left: 200px;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes subttl-light {
  0% {
    opacity: 0;
    -webkit-transform: translateX(45%);
    transform: translateX(45%); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(55%);
    transform: translateX(55%); } }

@keyframes subttl-light {
  0% {
    opacity: 0;
    -webkit-transform: translateX(45%);
    transform: translateX(45%); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(55%);
    transform: translateX(55%); } }

@-webkit-keyframes subttl-light2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(15%);
    transform: translateX(15%); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(30%);
    transform: translateX(30%); } }

@keyframes subttl-light2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(15%);
    transform: translateX(15%); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(30%);
    transform: translateX(30%); } }

@media screen and (max-width: 480px) {
  @-webkit-keyframes subttl-light {
    0% {
      opacity: 0;
      -webkit-transform: translateX(25%);
      transform: translateX(25%); }
    20% {
      opacity: 1;
      -webkit-transform: translateX(35%);
      transform: translateX(35%); } }
  @keyframes subttl-light {
    0% {
      opacity: 0;
      -webkit-transform: translateX(25%);
      transform: translateX(25%); }
    20% {
      opacity: 1;
      -webkit-transform: translateX(35%);
      transform: translateX(35%); } }
  @-webkit-keyframes subttl-light2 {
    0% {
      opacity: 0;
      -webkit-transform: translateX(25%);
      transform: translateX(25%); }
    20% {
      opacity: 1;
      -webkit-transform: translateX(35%);
      transform: translateX(35%); } }
  @keyframes subttl-light2 {
    0% {
      opacity: 0;
      -webkit-transform: translateX(25%);
      transform: translateX(25%); }
    20% {
      opacity: 1;
      -webkit-transform: translateX(35%);
      transform: translateX(35%); } } }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@-webkit-keyframes light-glow {
  0% {
    opacity: .2; }
  100% {
    opacity: 1; } }

@keyframes light-glow {
  0% {
    opacity: .2; }
  100% {
    opacity: 1; } }

@-webkit-keyframes stars-light {
  20% {
    opacity: .5; }
  90% {
    opacity: 1; } }

@keyframes stars-light {
  20% {
    opacity: .5; }
  90% {
    opacity: 1; } }

@-webkit-keyframes title-light {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-150px);
    transform: translateX(-150px); }
  10% {
    opacity: 1;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px); } }

@keyframes title-light {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-150px);
    transform: translateX(-150px); }
  10% {
    opacity: 1;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px); } }

@-webkit-keyframes spotlight-l {
  0% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0; }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1; } }

@keyframes spotlight-l {
  0% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0; }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1; } }

@-webkit-keyframes spotlight-r {
  0% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0; }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1; } }

@keyframes spotlight-r {
  0% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0; }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1; } }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }
  .video-container > iframe, .video-container > object, .video-container > embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*	使用方式
	.video-container
		iframe(src="https://www.youtube.com/embed/YygVVvuIWm4", frameborder="0", allowfullscreen) */
.catalog {
  -webkit-box-shadow: 0 5px 10px rgba(35, 24, 21, 0.2);
  box-shadow: 0 5px 10px rgba(35, 24, 21, 0.2);
  border-radius: 20px; }

.catalog-thead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  text-align: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.catalog-thead {
  z-index: 1;
  position: relative;
  cursor: pointer;
  margin-top: 1.5rem;
  border: solid 3px #F0E8DA;
  border-radius: 24px; }

.thead-name {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc( 100% - 45px);
  padding-left: 1rem;
  padding-right: 3rem;
  letter-spacing: 1.5px; }
  @media screen and (max-width: 768px) {
    .thead-name {
      line-height: 1.45rem; }
      .thead-name span {
        display: block; }
      .thead-name p {
        display: none; } }

.thead-section {
  border-radius: 1rem;
  line-height: 1.5rem;
  padding: 0 .5rem;
  width: 40px;
  height: 52px;
  text-align: center;
  background: url(../../dist/img/info-bouble.png);
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-indent: 4px; }

.catalog-tr {
  z-index: 0;
  border-radius: 0 0 24px 24px;
  font-weight: 300; }

.catalog-td {
  padding: .35rem 0;
  margin-bottom: .25rem; }
  @media screen and (max-width: 768px) {
    .catalog-td {
      margin-bottom: .5rem; } }

.td-name {
  width: 100%; }
  @media screen and (max-width: 768px) {
    .td-name {
      margin-bottom: .25rem; } }

.catalog-switch.close::before, .catalog-switch.open::before {
  width: 45px;
  height: 25px;
  position: absolute;
  right: 0;
  top: calc( 50% - 12px); }

.catalog-switch.close::before {
  content: '';
  background: url("../../dist/img/close.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }

.catalog-switch.open::before {
  content: '';
  background: url("../../dist/img/open.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }

.spartan {
  font-family: Spartan, sans-serif;
  font-weight: 500; }

body * {
  position: relative; }

body h3, body h4, body h5, body h6, body p, body ul, body li {
  font-weight: 300; }

body .letter-spacing-s {
  letter-spacing: 1.2px; }

body .letter-spacing-m {
  letter-spacing: 1.5px; }

.circle {
  width: 40px;
  height: 40px;
  background: #C3A770;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%; }
  @media screen and (max-width: 480px) {
    .circle {
      width: 30px;
      height: 30px; } }
  .circle span {
    color: #fff;
    width: 36px;
    height: 36px;
    z-index: 1;
    border: solid 1px rgba(240, 232, 218, 0.5);
    border-radius: 50%; }
    @media screen and (max-width: 480px) {
      .circle span {
        width: 26px;
        height: 26px;
        line-height: 1.3; } }

.circle-title .circle {
  margin-right: -.25rem; }

.circle-title .line {
  height: 2px; }

#home {
  background: url("../../dist/img/kv-bubble-line.png"), url("../../dist/img/book-bg.jpg");
  background-size: 32% auto, cover;
  background-repeat: no-repeat;
  background-position: 110% 75%, center;
  width: 100%;
  overflow: hidden; }
  #home .container {
    padding: 0 1rem; }
  #home .kv {
    height: 100%; }
    #home .kv .kv-bubble {
      position: absolute;
      width: 700px;
      top: 6rem;
      left: -36rem; }
    #home .kv .teacher-pic {
      width: 25%;
      z-index: 2;
      -webkit-animation: fadeInRight;
      animation: fadeInRight;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-delay: 0.5s;
      animation-delay: 0.5s;
      -webkit-animation-fill-mode: backwards;
      animation-fill-mode: backwards; }
      #home .kv .teacher-pic .ok-icon {
        width: 100px;
        right: -7.5rem;
        bottom: 8rem; }
    #home .kv .word {
      width: 75%;
      z-index: 1;
      -webkit-animation: fadeInLeft;
      animation: fadeInLeft;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-delay: 0.5s;
      animation-delay: 0.5s;
      -webkit-animation-fill-mode: backwards;
      animation-fill-mode: backwards; }
  @media screen and (max-width: 1366px) {
    #home .kv .kv-bubble {
      width: 580px;
      top: 6rem;
      left: -28rem; }
    #home .kv .word {
      width: 70%; }
    #home .kv .teacher-pic .ok-icon {
      width: 80px;
      right: -5rem; } }
  @media screen and (max-width: 768px) {
    #home .kv .kv-bubble {
      width: 380px;
      left: -20rem; }
    #home .kv .word {
      width: 50%; }
    #home .kv .teacher-pic .ok-icon {
      width: 60px;
      right: -3rem;
      bottom: 5rem; } }
  @media screen and (max-width: 480px) {
    #home {
      background-size: 0 auto, cover;
      background-position: 0 0, center; }
      #home .kv .kv-bubble {
        width: 400px;
        top: auto;
        bottom: -9rem;
        left: -15rem; }
      #home .kv .word {
        width: 100%; }
      #home .kv .teacher-pic {
        width: 40%;
        min-width: 150px;
        margin-right: 1rem; }
        #home .kv .teacher-pic .ok-icon {
          display: none; } }

#gojoins {
  position: fixed;
  right: 0;
  bottom: 5%;
  z-index: 99; }
  #gojoins .gojoin {
    padding: .25rem;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, #D1242F), color-stop(60%, #E94E42), color-stop(80%, #E94E42));
    background: -webkit-linear-gradient(bottom, #D1242F 30%, #E94E42 60%, #E94E42 80%);
    background: -o-linear-gradient(bottom, #D1242F 30%, #E94E42 60%, #E94E42 80%);
    background: linear-gradient(0deg, #D1242F 30%, #E94E42 60%, #E94E42 80%);
    border-radius: 10px 0 0  10px;
    border: solid 2px #F0E8DA; }
    #gojoins .gojoin a {
      text-align: center; }
      #gojoins .gojoin a span {
        display: block;
        font-size: 1.25rem;
        color: #fff;
        line-height: 1.2; }
        @media screen and (max-width: 480px) {
          #gojoins .gojoin a span {
            font-size: 1rem; } }
        #gojoins .gojoin a span.spartan {
          margin-top: .5rem;
          margin-bottom: -.25rem;
          color: #F4C500;
          font-size: 1.5rem; }
          @media screen and (max-width: 480px) {
            #gojoins .gojoin a span.spartan {
              font-size: 1.25rem; } }
        #gojoins .gojoin a span.off {
          font-size: 1rem;
          color: #F4C500; }
          @media screen and (max-width: 480px) {
            #gojoins .gojoin a span.off {
              font-size: .75rem; } }
      #gojoins .gojoin a img {
        margin: .5rem auto; }
        @media screen and (max-width: 480px) {
          #gojoins .gojoin a img {
            width: 80%; } }

#sale .book-3d {
  max-width: 400px;
  position: absolute;
  top: -18rem;
  left: -8rem; }

#sale .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-animation: fadeInUp;
  animation: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards; }

#sale .btn-share {
  position: absolute;
  bottom: -5rem;
  left: 8rem;
  width: 210px;
  z-index: 60;
  -webkit-animation: fadeInDown;
  animation: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards; }

#sale a {
  -webkit-box-align: 1s;
  -ms-flex-align: 1s;
  align-items: 1s; }
  #sale a:hover {
    top: -5px; }

@media screen and (max-width: 1366px) {
  #sale .book-3d {
    max-width: 350px;
    top: -16rem;
    left: -6rem; }
  #sale .btn-share {
    position: absolute;
    left: 3rem;
    width: 180px; } }

@media screen and (max-width: 1024px) {
  #sale .book-3d {
    max-width: 250px;
    top: -8rem;
    left: -4rem; } }

@media screen and (max-width: 990px) {
  #sale .btn-share {
    position: absolute;
    left: .5rem;
    width: 150px; } }

@media screen and (max-width: 768px) {
  #sale .book-3d {
    max-width: 200px;
    top: -6rem;
    left: -4rem; }
  #sale .btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 3rem; }
  #sale .btn-share {
    position: absolute;
    bottom: -1.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); } }

@media screen and (max-width: 480px) {
  #sale .book-3d {
    max-width: 180px;
    top: -4rem;
    left: -2rem; } }

#mov .mov .video-container {
  border-width: 3px; }

#author .info-wrap {
  border-width: 3px; }
  #author .info-wrap .info {
    width: 50%;
    -webkit-animation: fadeInLeft;
    animation: fadeInLeft;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards; }
    @media screen and (max-width: 990px) {
      #author .info-wrap .info {
        width: 100%;
        margin-bottom: 2rem; } }
    #author .info-wrap .info .title .name {
      max-width: 160px; }
  #author .info-wrap .history {
    width: 55%;
    border-left: solid 3px #F0E8DA; }
    @media screen and (max-width: 990px) {
      #author .info-wrap .history {
        width: 100%; } }
    #author .info-wrap .history .item {
      -webkit-animation: fadeInUp;
      animation: fadeInUp;
      -webkit-animation-duration: 1s;
      animation-duration: 1s; }
      #author .info-wrap .history .item:nth-child(2) {
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s;
        -webkit-animation-fill-mode: backwards;
        animation-fill-mode: backwards; }
      #author .info-wrap .history .item:nth-child(3) {
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s;
        -webkit-animation-fill-mode: backwards;
        animation-fill-mode: backwards; }
      #author .info-wrap .history .item:nth-child(4) {
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s;
        -webkit-animation-fill-mode: backwards;
        animation-fill-mode: backwards; }
      #author .info-wrap .history .item:nth-child(5) {
        -webkit-animation-delay: 0.7s;
        animation-delay: 0.7s;
        -webkit-animation-fill-mode: backwards;
        animation-fill-mode: backwards; }
      #author .info-wrap .history .item:nth-child(6) {
        -webkit-animation-delay: 0.8s;
        animation-delay: 0.8s;
        -webkit-animation-fill-mode: backwards;
        animation-fill-mode: backwards; }
      #author .info-wrap .history .item:nth-child(7) {
        -webkit-animation-delay: 0.9s;
        animation-delay: 0.9s;
        -webkit-animation-fill-mode: backwards;
        animation-fill-mode: backwards; }
      #author .info-wrap .history .item:nth-child(8) {
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
        -webkit-animation-fill-mode: backwards;
        animation-fill-mode: backwards; }
      #author .info-wrap .history .item .dote {
        border: solid 3px #F0E8DA;
        border-radius: 100%;
        width: 20px;
        height: 20px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
        flex: 0 0 20px;
        background: #C3A770; }
        #author .info-wrap .history .item .dote.red {
          background: #C8161D; }
      #author .info-wrap .history .item .pic {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
        flex: 0 0 70px; }
        #author .info-wrap .history .item .pic.note {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 150px;
          flex: 0 0 150px; }
          @media screen and (max-width: 480px) {
            #author .info-wrap .history .item .pic.note {
              -webkit-box-flex: 0;
              -ms-flex: 0 0 100px;
              flex: 0 0 100px;
              margin-left: -1rem; } }
      #author .info-wrap .history .item a {
        color: #163294;
        text-decoration: underline; }
  #author .info-wrap .logo-wrap {
    -webkit-animation: fadeInDown;
    animation: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards; }
