/* 1.1: variables */
:root {
  --light-orange: #ffab6b;
  --deep-orange: #fb6d62;
  --gradient: linear-gradient(to bottom, #fb6d62, #ffab6b);
  --gradienta: linear-gradient(to bottom, #ffab6b, #fb6d62);
  --dark: #061738;
  --grey: #606060;
  --white: #fff;
  --josefin: 'Josefin Sans', sans-serif;
  --heebo: 'Heebo', sans-serif;
}

/* 1.2: common css */
body {
  overflow-x: hidden !important;
  width: 100%;
  max-width: 100%;
}

* {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: middle;
}

ol,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

.clr {
  clear: both;
}

button:focus {
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li,
a {
  margin-top: 0;
  margin-bottom: 0;
  -webkit-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}



button {
  outline: none;
  border: 0;
  cursor: pointer;
  background: transparent;
}

button:focus {
  outline: none;
}

.clearfix {
  clear: both;
  display: block;
}

input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
}

::-moz-selection {
  background: var(--deep-orange);
  color: var(--white);
  text-shadow: none;
}

::selection {
  background: var(--deep-orange);
  color: var(--white);
  text-shadow: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

textarea {
  resize: none;
}

img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}


/* 1.3: headings */

h1 {
  font-size: 75px;
  line-height: 90px;
  color: var(--dark);
}

h2 {
  font-size: 50px;
  line-height: 64px;
  color: var(--dark);
}

h3 {
  font-size: 40px;
  line-height: 50px;
  color: var(--dark);
}

h4 {
  font-size: 30px;
  line-height: 40px;
  color: var(--dark);
}

h5 {
  font-size: 24px;
  line-height: 32px;
  color: var(--dark);
}

h6 {
  font-size: 22px;
  line-height: 28px;
  color: var(--dark);
}

p {
  font-size: 16px;
  line-height: 26px;
  color: var(--grey);
  font-family: var(--heebo);
  font-weight: 400;
}

/* 1.4: padding margin */

.p-10 {
  padding: 10px 0;
}

.pt-10 {
  padding-top: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.p-20 {
  padding: 20px 0;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.p-30 {
  padding: 30px 0;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.p-40 {
  padding: 40px 0;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.p-50 {
  padding: 50px 0;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.p-60 {
  padding: 60px 0;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.p-70 {
  padding: 70px 0;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.p-80 {
  padding: 80px 0;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.p-90 {
  padding: 90px 0;
}

.pt-90 {
  padding-top: 90px;
}

.pb-90 {
  padding-bottom: 90px;
}

.p-100 {
  padding: 100px 0;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.p-110 {
  padding: 110px 0;
}

.pt-110 {
  padding-top: 110px;
}

.pb-110 {
  padding-bottom: 110px;
}

.p-235 {
  padding: 235px 0;
}

.p-120 {
  padding: 120px 0;
}

.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.m-10 {
  margin: 10px 0;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.m-20 {
  margin: 20px 0;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.m-30 {
  margin: 30px 0;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.m-40 {
  margin: 40px 0;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.m-50 {
  margin: 50px 0;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.m-60 {
  margin: 60px 0;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.m-70 {
  margin: 70px 0;
}

.mt-70 {
  margin-top: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.m-80 {
  margin: 80px 0;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.m-90 {
  margin: 90px 0;
}

.mt-90 {
  margin-top: 90px;
}

.mb-90 {
  margin-bottom: 90px;
}

.m-100 {
  margin: 100px 0;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.m-110 {
  margin: 110px 0;
}

.mt-110 {
  margin-top: 110px;
}

.mb-110 {
  margin-bottom: 110px;
}

.m-120 {
  margin: 120px 0;
}

.mt-120 {
  margin-top: 120px;
}

.mb-120 {
  margin-bottom: 120px;
}

/* 1.5: section title */
.section-title {
  padding-bottom: 55px;
  margin-top: -8px;
}

.section-title h2 {
  text-transform: capitalize;
  font-weight: 700;
  font-family: var(--josefin);
  padding-bottom: 15px;
}

.section-title img {
  width: 266px;
}
.section-title img.l425 {
  width: 428px;
}
.section-title img.l428 {
  width: 428px;
}
.section-title img.l393 {
  width: 393px;
}
.section-title img.l398 {
  width: 398px;
}
.section-title img.l489 {
  width: 489px;
}
.section-title img.l539 {
  width: 539px;
}
.section-title img.l262 {
  width: 262px;
}
.section-title img.l856 {
  width: 856px;
}
.section-title img.l326 {
  width: 326px;
}
.section-title img.l359 {
  width: 359px;
}
.section-title img.l856 {
  width: 856px;
}

/*=========================================================
    04: top-to button
===========================================================*/

.top-btn {
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  background: linear-gradient(#0050DC, #0051dc1b);
  ;

  position: fixed;
  right: 40px;
  bottom: 40px;
  transform: scale(0);
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  outline: none;
  -webkit-transition: all linear 0.4s;
  -moz-transition: all linear 0.4s;
  -ms-transition: all linear 0.4s;
  -o-transition: all linear 0.4s;
  transition: all linear 0.4s;
  cursor: pointer;
  -webkit-animation: witr_bounce 1000ms ease-out infinite;
  animation: witr_bounce 1000ms ease-out infinite;
}

.top-btn:hover {
  background: linear-gradient(#0051dc1b, #0050DC);
}

.top-btn img {
  width: 30%;
}

@keyframes witr_bounce {

  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}


.top-btn i {
  font-size: 14px;
  color: #fff;
}


.top-btn.show {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

/*===========================================================
    05: Sticky menu CSS
=============================================================*/
.menubar.sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100%;
  background: #ffffff91;
  z-index: 999;
  animation: mymove 0.4s linear;
  -webkit-box-shadow: 2px 0 70px hsla(0, 0%, 13%, 0.15);
  box-shadow: 2px 0 70px hsla(0, 0%, 13%, 0.15);
}

@keyframes mymove {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}

/*================================================
06: home 1 css Style
==================================================*/
/*================================================
6.1: menubar css Style
==================================================*/
.menubar {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}

.menubar .header-menu {
  margin-left: auto;
}

.menubar .right-part ul li {
  padding-left: 50px;
}

.menubar .right-part button i {
  font-size: 16px;
  color: var(--white);
}

.menubar .right-part a {
  font-family: var(--heebo);
  font-weight: 500;
  display: inline-block;
  padding: 0 30px;
  line-height: 50px;
  color: var(--dark);
  background: var(--white);
  text-transform: capitalize;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border: 1px solid var(--white);
}

.menubar .right-part a:hover {
  background: transparent;
}

/*================================================
6.2: banner css Style
==================================================*/
.home1.banner {
  position: relative;
}

/* .home1.banner::before {
  content: '';
  position: absolute;
  top: 90%;
  right: 0%;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transform: translateY(-90%);
  background: linear-gradient(-180deg, transparent, #fff);
} */

.home1.banner .banner-nav {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.home1.banner .banner-nav img {
  width: 26%;
}


/*================================================
6.3: modal
==================================================*/
.modal .modal-title {
  font-size: 24px;
  font-weight: 700;
  color: var(--dark);
  text-transform: capitalize;
  font-family: var(--josefin);
}

.modal .modal-body .inputs {
  width: 100%;
  height: 50px;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  padding: 0 20px;
  outline: none;
}

.modal .modal-body .inputs:hover,
.modal .modal-body .inputs:focus {
  border-color: var(--deep-orange);
}

.modal .modal-body .inputs::placeholder {
  font-size: 16px;
  color: var(--grey);
  text-transform: capitalize;
}

.modal .modal-body .search-area {
  position: relative;
}

.modal .modal-body .search-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: 10px;
  z-index: 9;
}

.modal .modal-body .search-btn i {
  font-size: 16px;
  color: var(--deep-orange);
}

/*================================================
home works
==================================================*/
.home1.works {
  position: relative;
  background: #fff;
}

.home1.works .box-wrapper {
  margin: 10px;
  column-count: 5;
  column-gap: 24px;
  position: relative;
}

.home1.works .box-wrapper::before {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  /* bottom: 200px;
  width: 100%;
  height: 230px; */
  /* transform: translateY(155%); */
  /* background: linear-gradient(-140deg, transparent, #fff); */
}

.home1.works .box-wrapper .box-item {
  margin-bottom: 24px;
}

.home1.works .box-wrapper .box-item img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
}

.home1.works .box-wrapper .box-item img:hover {
  width: 100%;
  height: 100%;
  border-radius: 6px;
}

.home1.works .works-more {
  text-align: center;
  padding-top: 50px;
  cursor: pointer;
}

.home1.works .works-more p {
  font-size: 14px !important;
  letter-spacing: 5px;
}

.home1.works .works-more p:nth-child(2) {
  font-size: 12px !important;
  letter-spacing: 0;
}

/*================================================
home mien
==================================================*/
.home1.mien,
.home1.news,
.home1.contact {
  background: #f5f5f5;
}

.home1.mien .mien-avatar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.home1.mien .mien-avatar-item {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

.home1.mien .mien-avatar-item-info {
  background: #0051dc81;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  opacity: 0;
  cursor: pointer;
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
}

.home1.mien .mien-avatar-item-info p {
  color: #fff;
  font-size: 13px;

}

.home1.mien .mien-avatar-item:hover .mien-avatar-item-info {
  opacity: 1;
}

.home1.mien .mien-avatar-item:hover {
  border: 3px solid #0050DC;
}

.home1.mien .mien-avatar-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*================================================
home news
==================================================*/

.news-cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: row wrap;
  position: relative;
}

.news-cont .news-cont-center {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 16px solid #f5f5f5;
  border-radius: 50%;
  z-index: 10;
}

.news-cont .news-cont-item {
  background: #fff;
  border-radius: 4px;
  padding: 30px 40px;
  margin-bottom: 20px;
  width: calc((100% - 20px)/2);
}

.news-cont .news-cont-item:hover {
  background: #0050DC;
}

.news-cont .news-cont-item:hover .news-cont-item-tit {
  border-left: 3px solid #fff;
}

.news-cont .news-cont-item:hover .news-cont-item-tit-txt,
.news-cont .news-cont-item:hover .news-cont-item-tit-time,
.news-cont .news-cont-item:hover .news-cont-item-txt {
  color: #fff !important;
}

.news-cont .news-cont-item .news-cont-item-tit {
  border-left: 4px solid #0050DC;
  padding-left: 10px;
}

.news-cont .news-cont-item .news-cont-item-tit .news-cont-item-tit-txt {
  color: #0050DC;
  font-weight: bold;
  font-size: 18px;
  line-height: normal;
}

.news-cont .news-cont-item .news-cont-item-tit .news-cont-item-tit-time {
  color: #0050DC;
  font-size: 12px;
  line-height: normal;

}

.news-cont .news-cont-item .news-cont-item-txt {
  margin-top: 20px;
  color: #535F77;
  font-size: 14px;
}

/*=====================================================
6.14.2: footer-bottom
======================================================*/
.footer {
  background: #fff;
  width: 100%;
  overflow: hidden;
}

.footer .footer-bottom-logo {
  width: 120px;
}

.footer .footer-bottom ul li {

  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;

}

.footer .footer-bottom ul li a {
  color: #999;
  font-size: 14px;
}

.footer .footer-bottom ul li a:hover {
  color: #666;
}

.footer .footer-bottom .active a {
  color: #666 !important;
}

/*================================================
 course css
==================================================*/
.course {
  background: #f5f5f5;
}

.course.course-page {
  padding-top: 200px;
}

.course.course-page .course-page-item {
  background: #fff;
  padding: 100px 50px;
  border-radius: 6px;
  position: relative;
  height: 508px;
  overflow: hidden;
}

.course.course-page .course-page-item .course-page-item-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 312px;
  height: 508px;
  z-index: -1;
  opacity: 0;
  cursor: pointer;
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
}

.course.course-page .course-page-item:hover .course-page-item-bg {
  opacity: 1;
}

.course.course-page .course-page-item:hover .course-page-item-content p {
  margin-top: 10%;
}

.course.course-page .course-page-item .course-page-item-content img {
  width: 45px;
}

.course.course-page .course-page-item .course-page-item-content h6 {
  color: #484E6F;
  font-weight: bold;
  font-size: 18px;
  margin-top: 10px;
}

.course.course-page .course-page-item .course-page-item-content p {
  color: #484E6F;
  font-size: 12px;
  margin-top: 180px;
  cursor: pointer;
  transition: margin-top 0.5s;
  -webkit-transition: margin-top 0.5s;
}

.course.course-page .course-page-item:hover .course-page-item-btn {
  opacity: 1;
}

.course.course-page .course-page-item button {
  border-radius: 30px;
  background: #0151DD;
  color: #fff;
  font-size: 12px;
  padding: 5px 10px;
  margin-top: 16px;
  opacity: 0;
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
}

.course.course-page .course-page-item button a {
  color: #fff;

}

/*================================================
 works css
==================================================*/

.works-page.works-banner {
  padding-top: 100px;
}

.works-page.works-banner .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.works-page.works-banner .works-banner-left {
  text-align: left;
  width: 51.5%;
}
.works-page.works-banner .works-banner-left .img-box{
  width: 100%;
  height: 170px;
  position: relative;
}
.works-page.works-banner .works-banner-left .banner-title-name {
  width: 284px;
  height: 34px;
  position: absolute;
  left: 0;
  top: 70px;
}
.works-page.works-banner .works-banner-left .banner-title-pic{
  width: 149px;
  height: 89px;
  position: absolute;
  top: -10px;
  left: 300px;
}

.works-page.works-banner .works-banner-left-1 {
  text-align: left;
  width: 53.5%;
}

.works-page.works-banner .works-banner-left-1 img {
  width: 65%;
  height: 30vh;
}

.works-page.works-banner .works-banner-left-1 .p1 {
  color: #484E6F;
  font-size: 12px;
  line-height: 14.06px;
  margin-top: 20px;
  line-height: normal;
}

.works-page.works-banner .works-banner-left img {
  width: 80%;
}

.works-page.works-banner .works-banner-left .p1 {
  color: #484E6F;
  font-size: 14px;
  line-height: 16.41px;
  margin-top: 30px;
  line-height: normal;
}
.works-page.works-banner .works-banner-left .p2 {
  color: #484E6F;
  font-size: 12px;
  line-height: 14.06px;
  margin-top: 20px;
  line-height: normal;
}

.works-page.works-banner .works-banner-right {
  text-align: right;
}

.works-page.works-banner .works-banner-right img {
  width: 70%;

}

.works-page.works-box {
  padding-bottom: 100px;
}

.works-page .box-wrapper {
  margin: 10px 0;
  column-count: 5;
  column-gap: 24px;
  position: relative;
}

#works-contents {
  width: 1200px;
  margin: 0 auto;
}

@media (min-width: 2000px), print {
  /* 在这里应用适合宽度大于等于600px的样式，或打印样式 */
  #works-contents {
    width: 1544px;
    margin: 0 auto;
  }
  .works-page #work-box {
    width: 1544px;
  }
  .works-page .box-wrapper {
    margin: 10px 0;
    column-count: 7;
    column-gap: 24px;
    position: relative;
  }
}

.works-page .box-wrapper::before {
  /* content: '';
  position: absolute;
  right: 0;
  left: 0;
  bottom: 200px;
  width: 100%;
  height: 230px; */
  /* transform: translateY(150%);
  background: linear-gradient(-140deg, transparent, #fff); */
}

.works-page .box-wrapper .box-item {
  margin-bottom: 24px;
}

.works-page .box-wrapper .box-item img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
}


/*================================================
 organization css
==================================================*/

.organization.team,
.contact {
  background: linear-gradient(#fff, #f5f5f5);
}



.organization.team .team-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.organization.team .team-list .team-list-item {
  flex: 1;
}

.organization.team .team-list .team-list-item .team-list-item-detail {
  background: #282C2F;
  border-radius: 6px;
  padding: 20px;
  box-sizing: border-box;
}

.organization.team .team-list .team-list-item .team-list-item-detail .team-list-item-detail-job {
  color: #fff;
  font-size: 18px;
}

.organization.team .team-list .team-list-item .team-list-item-detail .team-list-item-detail-name {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin: 10px 0;

}

.organization.team .team-list .team-list-item .team-list-item-detail .team-list-item-detail-name span {
  font-size: 14px;
  font-weight: normal;
}

.organization.team .team-list .team-list-item .team-list-item-detail .team-list-item-detail-txt {
  color: #fff;
  font-size: 14px;
}

.organization.vibe,
.contact-page {
  background: #f5f5f5;
}

.organization.vibe .vibe-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;

}

.organization.vibe .vibe-list .vibe-list-item {
  width: 32%;
  margin-bottom: 30px;
}

.organization.vibe .vibe-list .vibe-list-item img {
  border-radius: 4px;
}

.organization.vibe .vibe-list .vibe-list-item p {
  font-size: 16px;
  margin-top: 20px;
  color: #535F77
}

.organization.vibe .vibe-list .vibe-list-item p span {
  font-weight: bold;
}

.organization.course .course-list {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
}

.organization.course .course-list-item {
  padding: 50px;
}

.organization.course .course-list-item img {
  width: 20%;
}

.organization.course .course-list-item h6 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
}

.organization.course .course-list-item p {
  color: #535F77;
  font-size: 13px;
  line-height: normal;
  margin-top: 10px;
}

.organization.course .course-list-txt {
  font-size: 14px;
  color: #aaa;
  padding-left: 50px;
}

.organization.course .course-list-job {
  padding: 0 50px 50px 50px;

}

.organization.course .course-list-job .course-list-job-tit {
  font-size: 14px;
  color: #aaa;
}

.organization.course .course-list-job .course-list-job-img {
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
}

.organization.course .course-list-job .course-list-job-img img {
  width: 15.5%;
  margin-right: 1%;
  margin-bottom: 8px;

}

.organization.course .course-detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 50px 30px 0 30px;
}

.organization.course .course-detail .course-detail-item {
  width: 38%;
  margin: 0 auto;
  margin-bottom: 40px;
  font-size: 13px;
}

.organization.course .course-detail .course-detail-item h6 {
  font-size: 20px;
  font-weight: bold;
}

/*================================================
 contact-page
==================================================*/
.contact-page .row {
  justify-content: center;
}
.contact-page .content .pic {
  width: 87%;
  margin-left: 13%;
}

/*================================================
courseDetail 
==================================================*/
.courseDetail.banner {
  background: #0050DC;
  position: relative;
  overflow: hidden;
}
.courseDetail.menubar ul li a {
  color: #ffffff;
}

.courseDetail.menubar.sticky ul li a {
  color: var(--dark);
}

/* .courseDetail .header-menu ul li a {
  color: #ccc;
} */

/* .courseDetail .active.has-sub-item a {
  color: #fff !important;
} */

.courseDetail.banner .banner-box {
  display: flex;
  justify-content: space-between;
  height: 100%;
}

.courseDetail.banner .banner-box .banner-box-l {
  position: relative;
  z-index: 9
}

.courseDetail.banner .banner-box .banner-box-l button {
  font-size: 14px;
  color: #0050DC;
  font-weight: bold;
  background: #fff;
  border-radius: 50px;
  padding: 4px 10px;
  margin-top: 20px;
  position: absolute;
  bottom: -55px;
  left: 0;
}

.courseDetail.banner .banner-box .banner-box-r {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;

}

.courseDetail.banner .banner-box .banner-box-r img {
  width: 100%;
}

.courseDetail.tag,
.courseDetail.face,
.courseDetail.superiority,
.courseDetail.description,
.course-content {
  background: #f5f5f5;
}

.courseDetail.tag .tag-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.courseDetail.tag .tag-box p {
  color: #535F77;
  font-size: 12px;
}

.courseDetail.face .face-list {
  display: flex;
  justify-content: space-between;
}

.courseDetail.face .face-list .face-list-item {
  width: 30%;
  text-align: center;
  color: #535F77;
}

.courseDetail.face .face-list .face-list-item h6 {
  font-size: 16px;
  margin-top: 30px;
  font-weight: bold;
  color: #535F77;
  text-decoration: underline;
  text-underline-offset: -2px;
}

.courseDetail.face .face-list .face-list-item h6::before {
  content: '';
  background: #535F77;
  right: 5px;
  top: 4px;
  width: 8px;
  height: 3px;
}

.courseDetail.face .face-list .face-list-item p {
  display: inline-block;
  font-size: 13px;
  color: #535F77;
  width: 45%;
  line-height: normal;
  margin-top: 10px;
  text-align: left;
}

.courseDetail.superiority .superiority-box-center {
  width: 80px;
}

.courseDetail.superiority .superiority-box {
  display: flex;
  justify-content: space-between;
  position: relative;
  height: 381px;
}

.courseDetail.superiority .superiority-box .superiority-box-center {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.courseDetail.superiority .superiority-box .superiority-box-item {
  border-radius: 4px;
  padding: 20px;
  width: 48%;
}

.courseDetail.superiority .superiority-box-item-l h6 {
  font-size: 29.31px;
  line-height: 34.35px;
  font-weight: bold;
  padding-left: 24px;
  padding-top: 14px;
  margin-bottom: 10px;
}

.courseDetail.superiority .superiority-box .superiority-box-item-l .superiority-box-item-li {
  margin-bottom: 10px;
}

.courseDetail.superiority .superiority-box .superiority-box-item-l .superiority-box-item-li .superiority-box-item-li-tit {
  display: flex;
  align-items: center;
  font-size: 20.39px;
  line-height: 36.7px;
  font-weight: bold;
}

.courseDetail.superiority .superiority-box .superiority-box-item-l .superiority-box-item-li .superiority-box-item-li-tit img {
  width: 18px;
  margin-right: 8px;
}

.courseDetail.superiority .superiority-box .superiority-box-item-l .superiority-box-item-li p {
  font-size: 15.29px;
  line-height: 22.94px;
  line-height: normal;
  padding-left: 24px;
  margin-top: 4px;
}

.courseDetail.superiority .superiority-box-item-l,
.courseDetail.superiority .superiority-box-item-l h6,
.courseDetail.superiority .superiority-box-item-l p {
  background: #0050DC;
  color: #fff;
}

.courseDetail.superiority .superiority-box-item-r,
.courseDetail.superiority .superiority-box-item-r h6,
.courseDetail.superiority .superiority-box-item-r p {
  background: #DBDBDB;
  color: #484E6F;
}

.courseDetail.superiority .superiority-box-item-r {
  padding-left: 50px !important;
}

.courseDetail.superiority .superiority-box-item-r .superiority-box-item-r-li:last-child {
  margin-top: 10px;
}

.courseDetail.superiority .superiority-box-item-r .superiority-box-item-r-li h6 {
  font-size: 29.31px;
  line-height: 34.35px;
  font-weight: bold;
  padding-top: 14px;
}

.courseDetail.superiority .superiority-box-item-r .superiority-box-item-r-li .superiority-box-item-r-tag {
  color: #fff;
  background: #484E6F;
  display: inline-block;
  font-size: 20.39px;
  border-radius: 50px;
  padding: 3px 10px;
  margin: 5px 0;
}

.courseDetail.superiority .superiority-box-item-r .superiority-box-item-r-li p {
  font-size: 15.29px;
  line-height: 22.94px;
}

.courseDetail.description .description-li {
  display: flex;
  justify-content: space-between;
}

.courseDetail.description .description-li:last-child {
  margin-top: 80px;
}

.courseDetail.description .description-li .description-li-l {
  width: 40%;
}

.courseDetail.description .description-li .description-li-l .description-li-l-tit {
  color: #535F77;
  font-weight: bold;
  font-size: 16px;
}

.courseDetail.description .description-li .description-li-l .description-li-l-txt {
  color: #535F77;
  font-size: 14px;
  line-height: normal;
  margin-top: 6px;
}

.courseDetail.description .description-li .description-li-l .description-li-l-tag {
  background: #0050DC;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  padding: 5px 10px;
  border-radius: 50px;
  display: inline-block;
  margin: 20px 0
}

.courseDetail.description .description-li .description-li-l .description-li-l-time span {
  font-size: 80px;
}

.courseDetail.description .description-li .description-li-l .description-li-l-time {
  color: #0050DC;
  font-weight: bold;
  font-size: 60px;
}

.courseDetail.description .description-li .description-li-l .description-li-l-name {
  color: #484E6F;
  font-weight: bold;
  font-size: 30px;
}

.courseDetail.description .description-li .description-li-r {
  width: 40%;
  display: grid;
}

.courseDetail.description .description-li .description-li-r .description-li-r-img {
  display: flex;
  gap: 10px;
}

.courseDetail.description .description-li .description-li-r .description-li-r-img img {
  width: 80px;
  height: 80px;
}

.courseDetail.description .description-li .description-li-r .description-li-r-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #484E6F;
}

.courseDetail.description .description-li .description-li-r .description-li-r-item img {
  width: 20px;
  height: 20px;
}

.courseDetail.course-content .course-content-li {
  margin-bottom: 50px;
}

.courseDetail.course-content .course-content-li h6 {
  color: #484E6F;
  font-weight: bold;
  font-size: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.courseDetail.course-content .course-content-li h6 img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.courseDetail.course-content .course-content-li p {
  font-size: 13px;
  color: #484E6F;
  padding-left: 28px;
  line-height: normal;
  padding: 10px;
}

.courseDetail.course-content .course-content-li p span {
  font-weight: bold;
}

#bigimg {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, .3);
  top: 0;
  display: none;
  z-index: 999999;
}

#bigimg .name {
  width: 1000px;
  margin: auto;
  position: fixed;
  left: 0;
  right: 0;
  top: 50px;
  line-height: 30px;
  text-align: left;
  cursor: pointer;
}
#bigimg .title {
  width: 1000px;
  margin: auto;
  position: fixed;
  left: 0;
  right: 0;
  top: 80px;
  line-height: 30px;
  cursor: pointer;
}

#bigimg img {
  width: 1000px;
  margin: auto;
  position: fixed;
  left: 0;
  right: 0;
  top: 110px;
  cursor: pointer;
}

.coachee {
  background: #f5f5f5;
  position: relative;
}

.coachee .close {
  top: 80px;
  right: 20px;
  position: absolute;
  width: 32px;
  height: 32px;
  background: url(../images/closeicon.png) no-repeat center center;
  background-size: cover;
  cursor: pointer;
}

.coachee.coachee-introduce {
  text-align: center;
}

.coachee.coachee-introduce .coachee-introduce-top img {
  width: 30%;
}

.coachee.coachee-introduce .coachee-introduce-top h6 {
  color: #484E6F;
  font-weight: bold;
  line-height: 100px;
}

.coachee.coachee-introduce .coachee-introduce-top p {
  color: #484E6F;
  font-weight: bold;
}

.coachee.coachee-introduce .coachee-introduce-bottom p {
  color: #484E6F;
  font-size: 14px;
}

.coachee.coachee-works {
  text-align: center;
}

.coachee.coachee-works h6 {
  color: #484E6F;
  font-weight: bold;
}

.coachee.coachee-works .coachee-works-li img {
  margin-bottom: 10px;
}

/* 改动css */
.course-item {
  width: 312px;
  height: 508px;
}