@charset "UTF-8";
body {
  position: relative;
  font-size: 14px;
  font-family: 'Noto Sans SC', sans-serif;
  overflow-x: hidden;
  padding-right: 0 !important;
}

body a {
  text-decoration: none;
  color: black;
}

body a:hover, body a.active {
  text-decoration: none;
  color: #2f70b8;
}

body .hi_main_content .container > div {
  padding: 8% 10px;
}

body .hi_main_content .container-fluid > div {
  padding: 8% 0;
}

body .hi_main_content .container-fluid {
  overflow-x: clip;
}

body .hi_main_content h2 {
  color: #000;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 1.5px;
}

body .hi_main_content h2.white {
  color: #fff;
}

body .hi_main_content h3 {
  margin: 1.5rem 0;
  color: #2f70b8;
  font-size: 20px;
  letter-spacing: 1px;
}

body .hi_main_content h3.white {
  color: #fff;
}

body .hi_main_content h3.white a {
  color: #fff;
}

body .hi_main_content h3 a {
  color: #2f70b8;
}

body .hi_main_content .videobox {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

body .hi_main_content .videobox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.header {
  position: fixed;
  width: 100%;
  height: 70px;
  padding: 15px 0 15px;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: 999;
}

.header .logo {
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 15px;
}

.header .logo img {
  width: 95px;
}

.header .menu {
  width: 100%;
  height: 100%;
  margin-top: 54px;
}

.header .menu ul {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: scroll;
  margin-bottom: 0;
  padding-left: 15px;
  background-color: #fff;
}

.header .menu ul::-webkit-scrollbar {
  display: none;
}

.header .menu ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 15px;
}

.header .menu ul li:first-child {
  margin-left: 0;
}

.header .menu ul li:last-child {
  margin-right: 15px;
}

.header .h-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .h-right a.login {
  margin: 0 15px;
  padding: 15px 0;
}

.header .h-right .form-btn {
  height: 70px;
  padding: 15px 15px;
  background-color: #2f70b8;
  color: #fff;
  line-height: 40px;
  cursor: pointer;
}

.header .h-right .form-btn a {
  color: #fff;
}

.top-banner {
  position: relative;
  width: 100%;
  margin-top: 110px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.top-banner h1, .top-banner p {
  display: none;
}

.top-banner .bg-lg {
  display: none;
}

.top-banner.hi-index {
  height: 536px;
  background-image: url(../images/hi-index/banner-sm.png);
}

.top-banner.hi-banner {
  height: 500px;
}

.top-banner.dewey .md {
  display: none;
}

.partner {
  text-align: center;
}

.partner p {
  width: 100%;
  margin: auto;
}

.partner img.map {
  width: 100%;
}

.teachers {
  overflow-x: hidden;
}

.teachers .teachers-left {
  background-image: url(../images/hi-index/english-teachers-online.png);
  background-position: top center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.teachers .teachers-right {
  padding: 2% 5% 5%;
  background-color: #2f70b8;
  color: #fff;
}

.teachers .teachers-right .txt {
  position: relative;
  width: 95%;
  margin: 0 auto 10px;
}

.teachers .teachers-right .txt::before, .teachers .teachers-right .txt::after {
  content: "";
  position: absolute;
  width: 25%;
}

.teachers .teachers-right .txt::before {
  top: 10px;
  right: 0;
  height: 100%;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.teachers .teachers-right .txt::after {
  height: 65%;
  left: 0;
  bottom: 10%;
  border-left: 1px solid #fff;
}

.teachers .teachers-right .txt p {
  position: relative;
  width: 90%;
  margin: auto;
  padding: 5% 0;
  letter-spacing: 2px;
  line-height: 2.3;
}

.teachers .teachers-right p.en {
  position: relative;
  margin-bottom: 0;
  font-size: 1.79rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: .7px;
  opacity: .2;
}

.course {
  text-align: center;
}

.course img {
  max-width: 100%;
}

.text-book {
  text-align: center;
}

.text-book .book {
  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;
  width: 100%;
  margin: 0;
  padding: 50px 0;
  overflow: hidden;
}

.text-book .swiper-container {
  margin: auto;
  position: relative;
}

.text-book .swiper-slide {
  width: auto !important;
}

.text-book .item {
  width: 250px;
  overflow: hidden;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  margin: auto;
}

.text-book .item-img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.only > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.only .first-line > div:first-child,
.only .first-line > div:last-child {
  width: 50%;
}

.only .first-line > div:first-child img {
  height: 100%;
}

.only .first-line .only-txt {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  padding: 30px 0px;
  background-color: #2f70b8;
  color: #fff;
}

.only .first-line .only-txt div {
  width: 80%;
  height: 100%;
  margin: auto;
  padding: 15px;
  border: 1px solid #fff;
}

.only .first-line .only-txt span {
  display: inline-block;
  width: 100%;
  margin-left: 0;
}

.only .first-line .only-txt p {
  background-color: #2f70b8;
  margin-bottom: 0;
  padding: 5px 10px;
  -webkit-transform: translateY(-65px);
          transform: translateY(-65px);
}

.only .second-line {
  font-size: 0;
}

.only .second-line img {
  height: 100%;
}

.only .second-line > div:nth-child(1) {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  width: 50%;
}

.only .second-line > div:nth-child(2) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 65%;
}

.only .second-line > div:nth-child(3) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 50%;
}

.only .second-line > div:nth-child(4) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 35%;
}

.tech {
  text-align: center;
}

.tech p {
  width: 80%;
  margin: auto;
}

.tech .platform {
  position: relative;
  margin-top: 5%;
}

.tech .platform .platform-bg {
  position: relative;
  width: 100%;
  z-index: 2;
}

.tech .platform .teach-video {
  position: absolute;
  top: 3.6%;
  left: 27.5%;
  width: 44.5%;
}

.tech .platform .phone-bg {
  position: absolute;
  top: 48%;
  left: 86.2%;
  width: 7.8%;
  z-index: 10;
}

.tech .platform .note-video {
  position: absolute;
  top: 48.7%;
  left: 86.4%;
  width: 7.3%;
  z-index: 9;
  border-radius: 5px;
}

.dream {
  background-color: #2f70b8;
  overflow-x: hidden;
}

.dream p, .dream span {
  color: #fff;
}

.dream p.descript {
  width: 95%;
  margin: 1.5rem auto 0rem;
}

.dream .video-title {
  margin-bottom: 1rem;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 1px;
  line-height: 1.5;
}

.dream span {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.honor .row {
  margin-top: 20px;
}

.honor .honor-item:not(:last-child) {
  margin-bottom: 15px;
}

.honor .honor-title {
  width: 100%;
  color: #2f70b8;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
}

.honor .honor-title::after {
  display: inline-block;
  content: "";
  margin-left: 5px;
  height: 2px;
  background-color: #2f70b8;
}

.honor .honor-title.aptis::after {
  width: calc(100% - 120px);
}

.honor .honor-title.yushan::after {
  width: calc(100% - 138px);
}

.honor .honor-title.HolonIQ::after {
  width: calc(100% - 86px);
}

.cooperate {
  background-color: #606060;
}

.cooperate h2 {
  color: #beb39e !important;
}

.cooperate ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.cooperate ul li {
  display: inline-block;
  width: 20%;
  padding: 5px;
}

.cooperate ul li:nth-child(-n+5) img {
  margin-bottom: 30px;
}

.cooperate ul li img {
  width: 100%;
}

.event {
  position: relative;
  background-color: #2f70b8;
  overflow-x: hidden;
}

.event .bg-blue {
  display: none;
}

.event h2 {
  width: 100%;
  position: absolute;
  top: 6%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  color: #fff !important;
}

.event .eventSwiper {
  width: 100%;
  padding-top: 25% !important;
}

.event .eventSwiper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
}

.event .eventSwiper .swiper-slide a:hover .event-img {
  background-size: auto 120%;
}

.event .eventSwiper .swiper-slide .event-img {
  width: 100%;
  height: 200px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  -webkit-transition: background-size .8s;
  transition: background-size .8s;
}

.event .eventSwiper .swiper-slide .event-content {
  padding: 5%;
  background-color: #fff;
}

.event .eventSwiper .swiper-slide .event-content .event-title {
  font-size: 20px;
  font-weight: bold;
  color: #2f70b8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.event .eventSwiper .swiper-slide .event-content .event-descript {
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.event .swiper-button-next,
.event .swiper-button-prev {
  top: 9%;
}

.event .swiper-button-next::after,
.event .swiper-button-prev::after {
  display: none;
}

.event .swiper-button-next, .event .swiper-container-rtl .swiper-button-prev {
  background-image: url(../images/hi-index/right.svg);
}

.event .swiper-button-prev, .event .swiper-container-rtl .swiper-button-next {
  background-image: url(../images/hi-index/left.svg);
}

.event .swiper-button-next.swiper-button-disabled,
.event .swiper-button-prev.swiper-button-disabled {
  opacity: .4;
}

.never {
  text-align: center;
  font-weight: bold;
  overflow-x: hidden;
}

.never .form-content {
  margin: auto;
  padding: 8% 2%;
}

.never .form-content span {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
}

.never .form-content p {
  margin: 2rem 0;
  font-size: 20px;
  color: #2f70b8;
}

.never .form-content a {
  display: block;
  position: relative;
  width: 90%;
  margin: auto;
  padding: 15px 10px;
  background-color: #fff;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1.5px;
}

.never .form-content a::before, .never .form-content a::after {
  content: "";
  position: absolute;
  width: calc(100% + 9px);
  height: calc(100% + 9px);
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

.never .form-content a::before {
  top: -5px;
  left: -5px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}

.never .form-content a::after {
  right: -5px;
  bottom: -5px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}

.never .form-content a:hover::before, .never .form-content a:hover::after {
  width: 20px;
  height: 20px;
}

.footer {
  padding: 5%;
  background-color: #606060;
  color: #dfdfdf;
}

.footer a {
  color: #dfdfdf;
}

.footer .f-logo img {
  width: 95px;
}

.footer .tel p {
  margin-bottom: 5px;
}

.footer .footer-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer .footer-link > div {
  width: 50%;
  margin-bottom: 20px;
}

.footer .footer-link h6 {
  margin-bottom: 10px;
}

.footer .footer-link ul {
  list-style: none;
  padding-left: 0;
}

.footer .footer-link ul li {
  line-height: 1.7;
}

.footer .footer-link img {
  width: 80%;
  max-width: 110px;
  margin-bottom: 10px;
}

.footer .contact p {
  margin-bottom: 5px;
}

.footer .contact .icon-link {
  text-align: center;
  margin-top: 1.5em;
}

.footer .contact .icon-link a {
  display: inline-block;
  vertical-align: top;
  width: 33px;
  height: 33px;
  border-radius: 5em;
  background-color: #bbb;
  text-align: center;
  line-height: 33px;
  margin: 0.2em;
  color: #525252;
}

.footer .contact .icon-link a i {
  font-size: 20px;
  line-height: 31px;
}

.footer .footer-right {
  display: none;
}

/*===== hi家教x杜威聯合頁面 =====*/
#dewey strong {
  font-weight: initial;
}

#dewey h2 {
  margin: 1.5rem 0;
  font-size: 24px;
  letter-spacing: 0;
  font-weight: 700;
}

#dewey h2.yellow {
  color: #F6AB00;
}

#dewey h2.blue {
  color: #2f70b8;
}

#dewey .box-1 .three-steps {
  position: relative;
  width: 80%;
  max-width: 300px;
  margin: 0 auto 15px;
  font-size: 15px;
  text-align: center;
}

#dewey .box-1 .three-steps .blue-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 220px;
  border-radius: 15px;
  background-color: #F8FBFF;
}

#dewey .box-1 .three-steps .swiper-slide {
  padding: 25px 15px;
}

#dewey .box-1 .three-steps .swiper-slide .arrow.before {
  background-color: #A9D3F1;
}

#dewey .box-1 .three-steps .swiper-slide .arrow.ing {
  background-color: #679EC6;
}

#dewey .box-1 .three-steps .swiper-slide .arrow.after {
  background-color: #2f70b8;
}

#dewey .box-1 .three-steps .circle {
  position: relative;
  width: 70px;
  height: 70px;
  margin: auto;
  border: 1px dashed;
  border-radius: 50%;
  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;
}

#dewey .box-1 .three-steps .circle img {
  width: 40px;
}

#dewey .box-1 .three-steps .circle.before {
  border-color: #A9D3F1;
}

#dewey .box-1 .three-steps .circle.before::after {
  border-color: #A9D3F1;
}

#dewey .box-1 .three-steps .circle.ing {
  border-color: #679EC6;
}

#dewey .box-1 .three-steps .circle.ing::after {
  border-color: #679EC6;
}

#dewey .box-1 .three-steps .circle.after {
  border-color: #2f70b8;
}

#dewey .box-1 .three-steps .circle.after::after {
  border-color: #2f70b8;
}

#dewey .box-1 .three-steps .circle::after {
  content: '';
  width: 0px;
  height: 50px;
  border-right: 1px dashed;
  position: absolute;
  bottom: -50px;
}

#dewey .box-1 .three-steps .arrow {
  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;
  width: 90%;
  height: 22px;
  margin: 50px auto 15px;
  -webkit-clip-path: polygon(95% 0, 100% 50%, 95% 100%, 0% 100%, 5% 50%, 0% 0%);
          clip-path: polygon(95% 0, 100% 50%, 95% 100%, 0% 100%, 5% 50%, 0% 0%);
}

#dewey .box-1 .three-steps .arrow span {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #fff;
}

#dewey .box-1 .three-steps .yellow {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  color: #F6AB00;
}

#dewey .box-1 .three-steps .hinee-pic {
  height: 90px;
  position: absolute;
  bottom: 50px;
}

#dewey .box-1 .three-steps .hinee-pic.hinee01, #dewey .box-1 .three-steps .hinee-pic.hinee02 {
  left: -10px;
}

#dewey .box-1 .three-steps .hinee-pic.hinee03 {
  right: -10px;
}

#dewey .box-2 {
  position: relative;
}

#dewey .box-2 .box2-content {
  padding-bottom: 0;
  overflow: hidden;
}

#dewey .box-2 .box2-content::before {
  content: '';
  position: absolute;
  width: 100%;
  right: 0;
  height: 350px;
  background: #2f70b8;
}

#dewey .box-2 .box2-content > * {
  position: relative;
}

#dewey .box-2 .box2-content h2 {
  font-size: 18.5px;
  text-align: center;
}

#dewey .box-2 .box2-content h2.md-show {
  display: none;
}

#dewey .box-2 .box2-content .main-pic img {
  width: 85%;
  max-width: 350px;
}

#dewey .box-2 .box2-content .item-area {
  padding: 1.5rem 1rem 0;
}

#dewey .box-2 .box2-content .item-area > .col-6 {
  margin-bottom: 10px;
}

#dewey .box-2 .box2-content .item-area > .col-6:nth-child(odd) {
  padding-right: 0;
}

#dewey .box-2 .box2-content .item-area > .col-6:nth-child(odd) .item {
  margin-left: auto;
}

#dewey .box-2 .box2-content .item {
  max-width: 180px;
  height: 100%;
  padding: 20px 15px;
  color: #2f70b8;
  background-color: rgba(236, 245, 255, 0.8);
  border-radius: 5px;
}

#dewey .box-2 .box2-content .item p {
  margin-bottom: 0;
}

#dewey .box-2 .box2-content .item .box-2-icon img {
  width: 20px;
  margin-bottom: 15px;
}

#dewey .abroad-basic {
  background-size: cover;
}

#dewey .abroad-basic p.descript {
  line-height: 1.5;
}

#dewey .abroad-basic .box-item {
  margin: auto;
  padding: 8px 15px;
}

#dewey .abroad-basic .box-item p {
  font-weight: bold;
  text-align: center;
}

#dewey .box-3, #dewey .box-5 {
  background-image: url(../images/hi-index/hidewey/box-3-bg.png);
  background-position: top center;
}

#dewey .box-3 .box-item p, #dewey .box-5 .box-item p {
  margin-bottom: 0;
  padding: 20px 0;
  background-color: #EFEFEF;
}

#dewey .box-4 {
  background-color: #2f70b8;
  background-image: url(../images/hi-index/hidewey/box-4-bg.png);
  background-position: top 55% left 49%;
}

#dewey .box-4 p.descript {
  color: #fff;
}

#dewey .box-4 .box-item {
  position: relative;
}

#dewey .box-4 .box-item p {
  display: inline-block;
  position: absolute;
  width: 100%;
  bottom: 30px;
  left: 0;
  color: #000;
}

#dewey .box-5 .box-item p {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#dewey .box-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10%;
}

#dewey .box-6 .box6-right {
  width: 100%;
  background-color: #2f70b8;
  max-height: 240px;
}

#dewey .box-6 .box6-right .box6-pic {
  width: 85%;
  height: 240px;
  margin-top: 45px;
  background-image: url(../images/hi-index/hidewey/box6-1.png);
  background-position: center;
  background-size: cover;
}

#dewey .box-6 .box6-left {
  width: 100%;
  margin-top: 70px;
  text-align: center;
}

#dewey .box-6 .box6-left .box6-content {
  width: 100%;
  margin: auto;
}

#dewey .box-6 .box6-left .box6-content .box6-title p {
  margin-bottom: .5rem;
  color: #2f70b8;
  font-size: 22px;
  font-weight: 500;
}

#dewey .box-6 .box6-left .box6-content .box6-title a {
  color: #2f70b8;
  -webkit-transition: ease-in-out .3s;
  transition: ease-in-out .3s;
}

#dewey .box-6 .box6-left .box6-content .box6-title a:hover {
  color: #F6AB00;
}

#dewey .box-6 .box6-left .box6-content .box6-video {
  padding: 0 20px;
}

#dewey .box-6 .box6-left .box6-content .box6-video .videobox {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

#dewey .box-6 .box6-left .box6-content .box6-video .videobox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

#dewey .box-7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10%;
}

#dewey .box-7 .box7-left {
  width: 85%;
  background-color: #2f70b8;
  max-height: 300px;
}

#dewey .box-7 .box7-left .box7-pic {
  width: 85%;
  height: 300px;
  margin-top: 60px;
  background-image: url(../images/hi-index/hidewey/box7-1.png);
  background-position: center;
  background-size: cover;
}

#dewey .box-7 .box7-right {
  width: 100%;
  margin-top: 70px;
}

#dewey .box-7 .box7-right .box7-content {
  width: 80%;
  margin: auto;
}

#dewey .box-7 .box7-right .box7-content h2 span {
  display: inline-block;
  width: 100%;
}

#dewey .box-7 .box7-right .box7-content .box7-form {
  padding-top: 10px;
}

/*===== RWD =====*/
@media (min-width: 375px) {
  .tech p {
    width: 73%;
  }
  .dream p.descript {
    width: 90%;
  }
}

@media (min-width: 390px) {
  .teachers .teachers-right p.en {
    font-size: 1.9rem;
  }
  .tech p {
    width: 70%;
  }
}

@media (min-width: 414px) {
  .teachers .teachers-right p.en {
    font-size: 2rem;
  }
  .tech p {
    width: 65%;
  }
  .dream p.descript {
    width: 85%;
  }
  #dewey .box-2 .box2-content h2 {
    font-size: 20px;
  }
}

@media (min-width: 576px) {
  .top-banner.hi-index {
    height: 680px;
    background-image: url(../images/hi-index/banner-md.png);
  }
  .footer .footer-link > div {
    width: 25%;
  }
  .footer .footer-link img {
    width: 70%;
  }
  .footer .contact .icon-link {
    text-align: left;
  }
  .teachers .teachers-right .txt::before, .teachers .teachers-right .txt::after {
    width: 50%;
  }
  .teachers .teachers-right .txt::after {
    height: 55%;
  }
  .teachers .teachers-right .txt p {
    width: 85%;
  }
  .teachers .teachers-right p.en {
    font-size: 2.7rem;
  }
  .tech p {
    width: 48%;
  }
  .dream p.descript {
    width: 65%;
  }
  .event .eventSwiper {
    padding-top: 20% !important;
  }
  .event .swiper-button-next,
  .event .swiper-button-prev {
    top: 6%;
  }
  .never .form-content {
    padding: 8%;
  }
  .never .form-content p {
    font-size: 24px;
  }
  .never .form-content a {
    width: 75%;
    font-size: 20px;
  }
  #dewey .box-2 .box2-content .item-area {
    max-width: 540px;
    margin: auto;
  }
  #dewey .box-2 .box2-content .item-area > .col-6 {
    padding: 0 5px !important;
  }
  #dewey .box-2 .box2-content .item-area > .col-6 .item {
    max-width: 100%;
    margin: 0 auto;
  }
  #dewey .box-2 .main-pic {
    text-align: center;
  }
  #dewey .abroad-basic p.descript {
    line-height: 1.8;
  }
  #dewey .abroad-basic .box-item {
    text-align: center;
  }
  #dewey .abroad-basic .box-item * {
    max-width: 80%;
    margin: auto;
  }
  #dewey .box-4 .box-item p {
    width: unset;
    bottom: 45px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #dewey .box-6 .box6-right {
    max-height: 460px;
  }
  #dewey .box-6 .box6-right .box6-pic {
    width: 90%;
    height: 460px;
    margin-top: 45px;
    margin: 45px auto 0;
  }
  #dewey .box-6 .box6-left .box6-content .box6-video {
    padding: 0;
  }
  #dewey .box-6 .box6-left .box6-content .box6-video .videobox {
    margin: auto;
    width: 90%;
  }
  #dewey .box-7 .box7-left {
    max-height: 400px;
  }
  #dewey .box-7 .box7-left .box7-pic {
    height: 400px;
  }
}

@media (min-width: 768px) {
  .top-banner.dewey .sm {
    display: none;
  }
  .top-banner.dewey .md {
    display: block;
  }
  .partner p {
    width: 75%;
  }
  .partner img.map {
    max-width: 90%;
  }
  .teachers .teachers-right .txt::before, .teachers .teachers-right .txt::after {
    width: 60%;
  }
  .teachers .teachers-right .txt p {
    width: 70%;
    font-size: 15px;
  }
  .teachers .teachers-right p.en {
    font-size: 3.8rem;
  }
  .course p, .text-book p {
    width: 100%;
    text-align: center !important;
  }
  .only .first-line .only-txt {
    padding: 50px 0;
  }
  .tech p {
    width: 36%;
  }
  .tech .platform .phone-bg {
    top: 54%;
  }
  .tech .platform .note-video {
    top: 54.7%;
  }
  .dream p.descript {
    width: 46%;
  }
  .honor .honor-item {
    margin-bottom: 0;
  }
  .honor p {
    margin-bottom: 0;
  }
  .cooperate ul li {
    padding: 15px;
  }
  .event h2 {
    top: 8%;
  }
  .event .eventSwiper {
    padding-top: 16% !important;
  }
  .event .swiper-button-next,
  .event .swiper-button-prev {
    width: 30px;
    top: 5%;
    background-size: 30px;
  }
  .never .form-content span {
    display: inline;
    width: auto;
    margin-top: 0;
  }
  .never .form-content a {
    width: 60%;
  }
  #dewey .box-1 .three-steps {
    max-width: unset;
  }
  #dewey .box-1 .three-steps .hinee-pic.hinee01, #dewey .box-1 .three-steps .hinee-pic.hinee02 {
    left: 0px;
  }
  #dewey .box-1 .three-steps .hinee-pic.hinee03 {
    right: 0px;
  }
  #dewey .box-1 .three-steps .swiper-slide-next .hinee02 {
    left: 62%;
  }
  #dewey .box-1 .three-steps .swiper-slide {
    padding: 30px 0;
  }
  #dewey .box-1 .three-steps .swiper-slide .arrow {
    width: 100%;
    height: 25px;
  }
  #dewey .box-2 .box2-content {
    padding-bottom: 3%;
    min-height: 521px;
  }
  #dewey .box-2 .box2-content::before {
    width: 66%;
    height: 380px;
  }
  #dewey .box-2 .box2-content .item-area {
    max-width: unset;
  }
  #dewey .box-2 .box2-content .box2-title {
    display: none;
  }
  #dewey .box-2 .box2-content h2.md-show {
    display: block;
  }
  #dewey .box-2 .box2-content h2 {
    font-size: 24px;
    text-align: start;
    padding-left: 25px;
  }
  #dewey .box-2 .box2-content .main-pic img {
    width: 150%;
    max-width: unset;
    -webkit-transform: translateY(65px);
            transform: translateY(65px);
  }
  #dewey .abroad-basic .box-item * {
    max-width: 100%;
  }
  #dewey .box-3, #dewey .box-5 {
    background-position: left 15% center;
    background-size: 150%;
  }
  #dewey .box-3 .box-item:nth-child(even) {
    -webkit-transform: translateY(65px);
            transform: translateY(65px);
  }
  #dewey .box-5 .box-item:nth-child(odd) {
    -webkit-transform: translateY(65px);
            transform: translateY(65px);
  }
  #dewey .box-4 {
    background-size: 150%;
  }
  #dewey .box-4 .box-item p {
    width: 100%;
  }
  #dewey .box-6 {
    position: relative;
    margin-bottom: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #dewey .box-6 .box6-right {
    position: relative;
    width: 55%;
    background-color: unset;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #dewey .box-6 .box6-right::before {
    content: '';
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    width: 90%;
    height: 315px;
    background-color: #2f70b8;
  }
  #dewey .box-6 .box6-right .box6-pic {
    position: relative;
    height: 315px;
    margin: 45px 0 0;
  }
  #dewey .box-6 .box6-left {
    position: absolute;
    left: 5%;
    top: 5%;
    width: 52%;
    margin-top: 0px;
    text-align: start;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #dewey .box-6 .box6-left .box6-content .box6-title h2 {
    color: transparent;
    background: -webkit-gradient(linear, left top, right top, color-stop(77%, #2f70b8), color-stop(77%, #fff));
    background: linear-gradient(90deg, #2f70b8 77%, #fff 77%);
    -webkit-background-clip: text;
  }
  #dewey .box-6 .box6-left .box6-content .box6-video {
    max-width: 400px;
  }
  #dewey .box-6 .box6-left .box6-content .box6-video .videobox {
    width: 100%;
  }
  #dewey .box-7 {
    margin-bottom: 23px;
  }
  #dewey .box-7 .box7-left {
    width: 45%;
  }
  #dewey .box-7 .box7-right {
    width: 55%;
    margin-top: 20px;
    padding: 20px;
  }
}

@media (min-width: 820px) {
  .teachers .teachers-right p.en {
    font-size: 4rem;
  }
}

@media (min-width: 992px) {
  body {
    font-size: 15px;
  }
  body .hi_main_content .container > div,
  body .hi_main_content .container-fluid > div {
    padding: 5% 0;
  }
  body .hi_main_content h2 {
    font-size: 38px;
  }
  body .hi_main_content h3 {
    margin: 2rem 0;
    font-size: 24px;
  }
  .header {
    height: 84px;
  }
  .header .logo img {
    width: 130px;
  }
  .header .menu {
    width: calc(100% - 149px);
    margin-top: 0;
  }
  .header .menu ul {
    margin-top: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  .header .h-right .form-btn {
    height: 84px;
    line-height: 54px;
  }
  .top-banner {
    margin-top: 84px;
  }
  .top-banner.hi-index {
    height: 890px;
    background-image: url(../images/hi-index/bg-lg.png);
  }
  .top-banner .bg-lg {
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
  }
  .top-banner .bg-lg img {
    width: auto;
    max-width: 100%;
  }
  .top-banner .world {
    top: 0%;
    left: 0%;
  }
  .top-banner .hand {
    top: 5%;
    left: 0%;
  }
  .top-banner .people {
    bottom: 0;
    left: 0%;
  }
  .top-banner .text {
    top: 12%;
    left: 0%;
  }
  .footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5%;
  }
  .footer .footer-left,
  .footer .footer-right {
    width: 50%;
  }
  .footer .f-logo img {
    width: 105px;
  }
  .footer .footer-link.sm-show {
    display: none;
  }
  .footer .footer-link > div {
    width: 25%;
  }
  .footer .footer-link img {
    width: 70%;
  }
  .footer .contact span {
    display: inline-block;
    width: 100%;
  }
  .footer .footer-right {
    display: block;
  }
  /* 首頁 */
  .teachers .teachers-left .sm-show {
    display: none;
  }
  .teachers .teachers-right .txt::before, .teachers .teachers-right .txt::after {
    width: 20%;
  }
  .teachers .teachers-right .txt p {
    width: 90%;
    padding-top: 0;
    font-size: 15px;
  }
  .teachers .teachers-right p.en {
    font-size: 2.1rem;
  }
  .text-book {
    text-align: center;
  }
  .text-book .book {
    max-width: 990px;
    margin: auto;
  }
  .text-book .book .item {
    width: 300px;
  }
  .only > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .only > div > div {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
  }
  .only > div > div img {
    display: none;
  }
  .only .first-line > div:first-child {
    width: 30%;
    background-image: url(../images/hi-index/english-course-talking.png);
  }
  .only .first-line > div:last-child {
    width: 29.5%;
    background-image: url(../images/hi-index/learn-english-online-demo.png);
  }
  .only .first-line > div:first-child img {
    height: 100%;
  }
  .only .first-line .only-txt {
    width: 40.5%;
    padding: 40px 0;
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
  .only .first-line .only-txt div {
    padding: 40px 15px;
  }
  .only .first-line .only-txt span {
    width: auto;
    margin-left: 30px;
  }
  .only .first-line .only-txt p {
    letter-spacing: 1.8px;
  }
  .only .second-line {
    font-size: 0;
    height: 300px;
  }
  .only .second-line img {
    height: 100%;
  }
  .only .second-line > div:nth-child(1) {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    width: 28%;
    background-image: url(../images/hi-index/learning-english-1-by-1.png);
  }
  .only .second-line > div:nth-child(2) {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    width: 32%;
    background-image: url(../images/hi-index/learn-english-online-1st-choice.png);
  }
  .only .second-line > div:nth-child(3) {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    width: 23%;
    background-image: url(../images/hi-index/english-teacher-online.png);
  }
  .only .second-line > div:nth-child(4) {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    width: 17%;
    background-image: url(../images/hi-index/online-english-teacher.png);
  }
  .tech p {
    width: 30%;
  }
  .tech .platform .phone-bg {
    top: 56%;
  }
  .tech .platform .note-video {
    top: 56.7%;
    border-radius: 10px;
  }
  .dream p.descript {
    width: 41%;
  }
  .dream .video-title {
    font-size: 18px;
  }
  .dream span {
    -webkit-line-clamp: 3;
  }
  .dream .col-md-6 {
    padding: 0 30px;
  }
  .honor .row {
    margin-top: 50px;
  }
  .honor .honor-title {
    font-size: 24px;
    letter-spacing: 0;
  }
  .honor .honor-title.aptis::after {
    width: calc(100% - 149px);
  }
  .honor .honor-title.yushan::after {
    width: calc(100% - 173px);
  }
  .honor .honor-title.HolonIQ::after {
    width: calc(100% - 103px);
  }
  .cooperate ul li {
    padding: 30px;
  }
  .event {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 481px;
    padding: 0;
    background-color: unset;
  }
  .event .bg-blue {
    display: block;
    width: 50%;
    background-color: #2f70b8;
    z-index: 2;
  }
  .event h2 {
    width: unset;
    top: 13%;
    left: 5%;
    -webkit-transform: unset;
            transform: unset;
    z-index: 4;
  }
  .event .eventSwiper {
    position: absolute;
    top: 0%;
    right: 0;
    width: 60%;
    margin-right: 0;
    padding-top: 5% !important;
    z-index: 3;
  }
  .event .eventSwiper .swiper-slide .event-img {
    height: 200px;
  }
  .event .swiper-button-next,
  .event .swiper-button-prev {
    width: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-size: 40px;
  }
  .event .swiper-button-next {
    left: 11%;
  }
  .event .swiper-button-prev {
    left: 5%;
  }
  .never .form-content {
    padding: 0;
  }
  .never .form-content p {
    margin: 1.5rem 0;
  }
  .never .form-content h2 {
    font-size: 34px;
  }
  .never .form-content a {
    width: 75%;
  }
  /* 杜威聯合 */
  #dewey h2 {
    font-size: 30px;
    margin: 2rem 0;
  }
  #dewey .box-1 p {
    text-align: center !important;
  }
  #dewey .box-1 .three-steps {
    max-width: 1000px;
  }
  #dewey .box-1 .three-steps .hinee-pic.hinee01 {
    left: -30px;
  }
  #dewey .box-1 .three-steps .hinee-pic.hinee02 {
    display: none;
  }
  #dewey .box-1 .three-steps .hinee-pic.hinee03 {
    right: -30px;
  }
  #dewey .box-1 .swiper {
    overflow: visible;
  }
  #dewey .box-2 {
    margin: auto;
  }
  #dewey .box-2 .box2-content {
    min-height: 576px;
  }
  #dewey .box-2 .box2-content h2 {
    font-size: 30px;
  }
  #dewey .box-2 .box2-content::before {
    width: 100%;
    height: 450px;
  }
  #dewey .box-2 .box2-content > .row {
    height: 450px;
  }
  #dewey .box-2 .box2-content .main-pic img {
    width: 105%;
  }
  #dewey .abroad-basic p.descript {
    line-height: 2;
  }
  #dewey .abroad-basic .box-item {
    text-align: center;
  }
  #dewey .abroad-basic .box-item * {
    max-width: 80%;
    margin: auto;
  }
  #dewey .abroad-basic .box-item p {
    font-size: 16px;
  }
  #dewey .box-3, #dewey .box-5 {
    margin-bottom: 10px;
  }
  #dewey .box-4 .box-item p {
    width: unset;
    bottom: 45px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #dewey .box-6 {
    position: relative;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #dewey .box-6 .box6-right {
    position: relative;
    width: 55%;
    background-color: unset;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #dewey .box-6 .box6-right::before {
    content: '';
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    width: 90%;
    height: 360px;
    background-color: #2f70b8;
  }
  #dewey .box-6 .box6-right .box6-pic {
    position: relative;
    height: 360px;
    margin: 45px 0 0;
  }
  #dewey .box-6 .box6-left {
    position: absolute;
    left: 5%;
    top: 5%;
    width: 52%;
    margin-top: 0px;
    text-align: start;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #dewey .box-6 .box6-left .box6-content .box6-title p {
    font-size: 28px;
  }
  #dewey .box-6 .box6-left .box6-content .box6-title h2 {
    color: transparent;
    background: -webkit-gradient(linear, left top, right top, color-stop(77%, #2f70b8), color-stop(77%, #fff));
    background: linear-gradient(90deg, #2f70b8 77%, #fff 77%);
    -webkit-background-clip: text;
  }
  #dewey .box-6 .box6-left .box6-content .box6-video {
    max-width: 440px;
  }
  #dewey .box-7 {
    margin-bottom: 33px;
  }
  #dewey .box-7 .box7-left {
    max-height: 400px;
  }
  #dewey .box-7 .box7-left .box7-pic {
    height: 450px;
  }
  #dewey .box-7 .box7-right {
    padding: 25px;
  }
}

@media (min-width: 1200px) {
  .partner p {
    width: 100%;
    text-align: center !important;
  }
  .teachers .teachers-right .txt {
    height: 75%;
  }
  .teachers .teachers-right .txt::before, .teachers .teachers-right .txt::after {
    width: 50%;
  }
  .teachers .teachers-right .txt p {
    width: 80%;
    font-size: 18px;
  }
  .teachers .teachers-right p.en {
    font-size: 2.5rem;
  }
  .tech p {
    width: 25%;
  }
  .dream p.descript {
    width: 34%;
  }
  .event {
    height: 507px;
  }
  .never .form-content p {
    margin: 2rem 0;
  }
  .never .form-content h2 {
    font-size: 38px;
  }
  .never .form-content a {
    width: 65%;
  }
  #dewey .box-2 .box2-content {
    padding-bottom: 0;
    min-height: unset;
  }
  #dewey .box-2 .box2-content .main-pic {
    height: 452px;
    background-image: url(../images/hi-index/hidewey/box-2-1.png);
    background-size: cover;
    background-position: center;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  #dewey .box-2 .box2-content .main-pic .sm {
    display: none;
  }
  #dewey .box-2 .box2-content .item-area {
    padding: 1.5rem 1rem 0 0;
  }
  #dewey .box-2 .box2-content h2 {
    padding-left: 10px;
  }
  #dewey .abroad-basic {
    background-size: cover;
  }
  #dewey .box-3, #dewey .box-5 {
    background-position: top 75% center;
  }
  #dewey .box-4 {
    background-position: bottom 50% center;
  }
  #dewey .box-6 {
    margin-bottom: 35px;
  }
  #dewey .box-6 .box6-right {
    width: 50%;
  }
  #dewey .box-6 .box6-right::before, #dewey .box-6 .box6-right .box6-pic {
    height: 450px;
  }
  #dewey .box-6 .box6-left {
    left: 8%;
  }
  #dewey .box-6 .box6-left .box6-content .box6-video {
    max-width: 550px;
  }
  #dewey .box-7 .box7-left {
    width: 50%;
  }
  #dewey .box-7 .box7-left .box7-pic {
    height: 480px;
    background-position: top 45% center;
  }
  #dewey .box-7 .box7-right {
    width: 50%;
  }
}

@media (min-width: 1400px) {
  .teachers .teachers-left {
    background-size: auto;
  }
  .teachers .teachers-right .txt::before, .teachers .teachers-right .txt::after {
    width: 40%;
  }
  .teachers .teachers-right .txt p {
    width: 95%;
  }
  .teachers .teachers-right p.en {
    font-size: 3rem;
  }
  .tech p {
    width: 22%;
  }
  .dream p.descript {
    width: 30%;
  }
  .dream span {
    -webkit-line-clamp: 2;
  }
  .event {
    height: 517px;
  }
  .event .swiper-button-next {
    left: 10%;
  }
  .never .form-content a {
    width: 55%;
  }
  .footer {
    padding: 3% 5%;
  }
  .footer .contact span {
    display: inline;
    width: auto;
  }
  #dewey .box-2 .box2-content .box2-title {
    padding-right: 2.5rem;
  }
  #dewey .box-2 .box2-content .item-area {
    padding: 1.5rem 2rem 0;
  }
  #dewey .box-2 .box2-content .item-area > .col-6 {
    padding: 0 8px !important;
    margin-bottom: 16px;
  }
  #dewey .box-2 .box2-content h2 {
    padding-left: 3rem;
  }
  #dewey .box-6 {
    margin-bottom: 50px;
  }
  #dewey .box-6 .box6-right::before, #dewey .box-6 .box6-right .box6-pic {
    height: 465px;
  }
  #dewey .box-6 .box6-left .box6-content .box6-video {
    max-width: 600px;
  }
  #dewey .box-7 .box7-left {
    max-height: 450px;
  }
  #dewey .box-7 .box7-left .box7-pic {
    height: 542px;
    background-position: center;
  }
  #dewey .box-7 .box7-right .box7-content {
    width: 70%;
  }
}

@media (min-width: 1600px) {
  .teachers .teachers-right .txt p {
    width: 85%;
  }
  .teachers .teachers-right p.en {
    font-size: 3.4rem;
  }
  .event {
    height: 555px;
  }
  .event .swiper-button-next {
    left: 9%;
  }
  .never .form-content a {
    width: 48%;
  }
  #dewey .box-2 .box2-content .box2-title {
    padding-right: 4rem;
  }
  #dewey .box-2 .box2-content .item-area {
    padding: 1.5rem 4rem 0;
  }
  #dewey .box-2 .box2-content .item-area > .col-6 {
    padding: 0 10px !important;
    margin-bottom: 20px;
    max-width: 200px;
  }
  #dewey .box-2 .box2-content h2 {
    padding-left: 4.5rem;
  }
  #dewey .box-3, #dewey .box-5 {
    background-position: top 55% center;
  }
  #dewey .box-6 {
    margin-bottom: 115px;
  }
  #dewey .box-6 .box6-right::before, #dewey .box-6 .box6-right .box6-pic {
    height: 530px;
  }
  #dewey .box-6 .box6-left .box6-content .box6-video {
    max-width: 700px;
  }
}

@media (min-width: 1700px) {
  .teachers .teachers-right .txt::before, .teachers .teachers-right .txt::after {
    width: 55%;
  }
  .teachers .teachers-right .txt p {
    width: 80%;
    padding-top: 3%;
    font-size: 20px;
  }
  .teachers .teachers-right p.en {
    font-size: 4.1rem;
  }
  .dream p.descript {
    width: 29%;
  }
  .never .form-content a {
    width: 40%;
  }
  #dewey .box-2 .box2-content .box2-title {
    padding-right: 5rem;
  }
  #dewey .box-2 .box2-content .item-area {
    padding: 1.5rem 5rem 0;
  }
  #dewey .box-2 .box2-content h2 {
    padding-left: 6rem;
  }
  #dewey .box-6 {
    margin-bottom: 155px;
  }
  #dewey .box-6 .box6-right::before, #dewey .box-6 .box6-right .box6-pic {
    height: 570px;
  }
  #dewey .box-7 .box7-right .box7-content {
    width: 60%;
    margin-left: 15%;
  }
}
