@charset "UTF-8";
ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  cursor: pointer;
}

body {
  padding: 0;
  margin: 0;
  font-family: "微软雅黑";
}

header {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  background: #112a5c;
  position: relative;
  top: 0;
  z-index: 101;
}

header .logo {
  display: flex;
  align-items: stretch;
  width: auto;
  margin-left: 40px;
}

header .logo img {
  display: block;
  max-width: 100%;
  max-height: 60px;
  width: auto;
}

header .menu {
  display: flex;
  justify-content: center;
  flex-grow: 1;
  align-items: center;
  z-index: 9999;
  height: 80px;
}

header .menu a {
  color: #fff;
  height: 25px;
  padding: 0 20px;
  position: relative;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

header .menu a i {
  margin-left: 3px;
}

/*header .menu > li {*/
/*  height: 60px;*/
/*}*/

/*header .menu .top-level:hover {*/
/*  background: rgba(26, 52, 96, 0.8);*/
/*}*/
header .top-level,header .login{
    display: flex;
    align-items: center;
    padding: 20px 0;
}

header .menu .top-level:hover > .submenu {
  display: flex;
  background: #1568b2;
  position: absolute;
  width:70%;
  padding: 20px 0;
  left: 15%;
  flex-wrap: wrap;
  align-items: stretch;
  top: 80%;
}
header .menu .top-level > .submenu::after{
    content: '';
    width: 1px;
    right: 33%;
    height: 80%;
    background: #67a2d7;
    top: 10%;
    position: absolute;
    display: block;
    z-index: 999;
}
header .menu .top-level > .submenu::before{
    content: '';
    width: 1px;
    left: 33%;
    height: 80%;
    background: #67a2d7;
    top: 10%;
    position: absolute;
    display: block;
    z-index: 999;
}
header .menu .top-level > .submenu li {
  padding:  10px;
  display: flex;
  align-items: center;
  width: 33.33%;
  box-sizing: border-box;
  flex-direction: column;
  font-size: 16px;
  font-weight: bold;
  padding-left: 25px;
  
}
header .menu .top-level > .submenu a {
  width: 100%;
  padding-right: 0;
  font-size: 14px;
  display: block;
}
header .menu .top-level .sen_submenu{
    margin-top: 5px;
    width: 100%;
}
header .menu .top-level .sen_submenu li{
    width: 100%;
    padding: 4px 0;
    font-size: 14px;
    box-sizing: border-box;
    padding-left: 25px;
}
header .menu .submenu {
  display: none;
}

/*header .menu .submenu li:hover {*/
/*  background: #1568b2;*/
/*}*/

header .menu .submenu li:hover > .submenu {
  display: flex;
  flex-direction: column;
  background: #1a3460;
  position: absolute;
  width: 270px;
  padding: 20px 0;
  left: 100%;
  top: 0;
  border-left: 1px solid #ec8938;
  min-height: 100%;
  box-sizing: border-box;
}

header .menu .submenu li:hover > .submenu li {
  min-height: 40px;
  margin-bottom: 10px;
  padding: 0 20px;
}

header .menu .submenu li:hover > .submenu a {
  font-size: 15px;
}

header .menu .search {
  position: relative;
  z-index: 5;
  background-color: #1c4d89;
  width: 80px;
  text-align: center;
  justify-content: center;
  transition: all 0.4s ease-in-out;
}

header .menu .search i {
  font-size: 25px;
}

header .menu .login {
  letter-spacing: 1px;
  font-weight: bold;
  text-align: center;
}

header .menu .login img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-left: 10px;
}

.mobile-open,
.mobile-menu {
  display: none;
}

.swiper {
  margin-top: -80px;
  position: relative;
  --swiper-navigation-color: #f7f7f7;
  /* 单独设置按钮颜色 */
  --swiper-navigation-size: 25px;
  /* 设置按钮大小 */
}

.swiper .swiper-wrapper {
  width: 100%;
}

.swiper .swiper-wrapper .swiper-slide {
  height: 676px;
  background-position: center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
}

.swiper .swiper-wrapper .swiper-slide .swiper-info {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  left: 20%;
  padding: 40px;
  color: #fff;
  width: 40%;
}

.swiper .swiper-wrapper .swiper-slide .swiper-info .swiper-title {
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 20px;
}

.swiper .swiper-wrapper .swiper-slide .swiper-info .swiper-desc {
  line-height: 28px;
  font-size: 18px;
  margin-bottom: 20px;
}

.swiper .swiper-wrapper .swiper-slide .swiper-info .swiper-btn {
  margin-bottom: 20px;
  box-sizing: border-box;
}

.swiper .swiper-wrapper .swiper-slide .swiper-info .swiper-btn a {
  background: #1568b2;
  color: #fff;
  display: block;
  width: 100px;
  text-align: center;
  padding: 20px;
}

.site-wapper.on {
  transition: transform 200ms ease;
  transform: translateX(-232px);
}

.mobile-menu {
  display: none;
  transition: transform 200ms ease;
  position: fixed;
  width: 232px;
  height: 100%;
  background-color: #1e437c;
  top: 0;
  z-index: 9999;
  right: 0px;
  box-shadow: inset 1px 0 15px #505050;
  overflow: scroll;
}

.mobile-menu::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}

.mobile-menu.open {
  display: block;
}

.mobile-menu .menu .top-level {
  color: #fff;
  display: block;
  font-size: 18px;
  padding: 20px 15px 20px 25px;
  border-bottom: 1px solid #929fbf;
  position: relative;
  cursor: pointer;
}

.mobile-menu .menu .submenu {
  display: none;
}

.mobile-menu .menu a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile-menu .menu:hover .submenu {
  display: block;
  margin-top: 30px;
}

.mobile-menu .menu:hover .submenu li {
  margin-bottom: 15px;
  font-size: 13px;
  text-indent: -20px;
  margin-left: 20px;
  line-height: 25px;
  position: relative;
}

.lessonlist {
  background: linear-gradient(162deg, #163a67 26%, #163a67 60%, #132b55 100%);
  padding: 50px 0 200px 0;
  box-sizing: border-box;
}

.lessonlist .lessonlist-title {
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: -20px;
  font-size: 48px;
  letter-spacing: 2px;
  color: #fff;
  background-color: #183a67;
  position: relative;
  padding: 0 80px;
  display: inline-block;
  left: 50%;
  transform: translate(-50%, 37%);
}

.lessonlist .lessonlist-title::after {
  content: "";
  width: 0px;
  height: 2px;
  position: absolute;
  right: 0;
  border-top: 3px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 20px solid #ec8938;
  margin: auto 0;
  display: block;
  top: 0;
  bottom: 0;
}

.lessonlist .lessonlist-title::before {
  content: "";
  width: 0px;
  height: 2px;
  position: absolute;
  left: 0;
  border-top: 3px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 20px solid #ec8938;
  margin: auto 0;
  display: block;
  top: 0;
  bottom: 0;
}

.lessonlist .lessonlist-content {
  padding: 80px 0 0;
  width: 1280px;
  max-width: 95%;
  justify-content: center;
  margin: 0 auto;
  display: grid;
  flex-wrap: wrap;
  grid-template-columns: repeat(4, 22%);
  grid-column-gap: 2%;
  border: 1px solid #ec8938;
}

.lessonlist .lessonlist-content .lesson-item {
  background: #fff;
  position: relative;
  width: 100%;
  margin-bottom: -140px;
  padding-bottom: 20px;
}

.lessonlist .lessonlist-content .lesson-item img {
  width: 100%;
}

.lessonlist .lessonlist-content .lesson-item .name {
  position: absolute;
  top: 0;
  padding: 15px;
  box-sizing: border-box;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  height: 70px;
}

.lessonlist .lessonlist-content .lesson-item .lesson-info {
  padding: 5px 15px 15px;
  box-sizing: border-box;
}

.lessonlist .lessonlist-content .lesson-item .lesson-info .infoli {
  font-size: 12px;
  line-height: 1;
  color: #000;
  margin: 10px 0;
}

.lessonlist .lessonlist-content .lesson-item .lesson-info .infoli span {
  color: #717270;
}

.lessonlist .lessonlist-content .lesson-item .btn {
  background-color: #ec8938;
  color: #fff;
  margin-left: 15px;
  width: auto;
  height: 40px;
  line-height: 1;
  display: inline-block;
  box-sizing: border-box;
  padding: 15px;
  font-size: 12px;
  font-weight: 700;
  position: relative;
}

.lessonlist .lessonlist-content .lesson-item .btn::after {
  border-color: transparent transparent transparent #ec8938 !important;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 16px;
  position: absolute;
  top: 0;
  right: -16px;
}

#map {
  width: 100%;
  height: 100vh;
}

.mapbox {
  padding-top: 20px;
}

.mapbox .maptitle {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

.bread {
  width: 1280px;
  max-width: 95%;
  margin: 40px auto;
}

.bread .el-breadcrumb {
  font-size: 15px;
}

.xieyi {
  background-color: #b3c7f3;
  z-index: 9 !important;
  padding: 5px 0;
}

.xieyi .xy-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.xieyi .xy-flex a {
  color: #000;
}

.xieyi .xybox {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.xieyi .xybox .xyitem {
  background-color: #1a3460;
  color: #fff;
  border: 2px solid #1a3460;
  font-size: 16px;
  line-height: 24px;
  width: auto;
  text-align: center;
  padding: 5px 17px 3px 17px;
  display: inline-block;
  border-radius: 5px;
  transition: all 0.4s ease-in-out;
  margin-left: 15px;
}

.xieyi .xybox .xyitem:hover {
  background-color: #fff;
  color: #1a3460;
  border: 2px solid #1a3460;
}

.xieyi .xybox .white {
  background-color: #fff;
  color: #1a3460;
  border: 2px solid #1a3460;
}

.team .team-box {
  width: 1280px;
  max-width: 95%;
  margin: 50px auto;
  text-align: center;
}

.team .team-box .team-top {
  display: flex;
  justify-content: space-between;
}

.team .team-box .team-top .left {
  width: 30%;
  font-size: 28px;
  font-weight: bold;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  white-space: nowrap;
}

.team .team-box .team-top .left span {
  font-size: 22px;
}

.team .team-box .team-top .right {
  background: #2f5466;
  width: 60%;
  text-align: center;
  padding: 15px 0;
  color: #fff;
}

.team .team-box .team-info {
  color: #777;
  line-height: 40px;
  margin: 70px auto;
  text-indent: 2em;
  text-align: left;
}

.team .team-box .team-info span {
  font-size: 28px;
  font-weight: bold;
  margin-right: 5px;
}

.team .team-box .team-info i {
  font-weight: bold;
}

footer {
  border-top: 1px solid #eee;
  margin-top: 20px;
}

footer .fot-tips {
  text-align: right;
  font-size: 14px;
  margin-top: 20px;
  color: #777;
}

footer .fotbox {
  padding: 20px 0 0;
  width: 1280px;
  max-width: 95%;
  margin: 0 auto;
  display: flex;
}

footer .fotbox .left {
  width: 30%;
}

footer .fotbox .left .logo {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 17px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

footer .fotbox .left .logo img {
  width: 120px;
  margin-right: 20px;
}

footer .fotbox .left .fot-info {
  padding: 10px 0;
}

footer .fotbox .left .fot-info .fot-li {
  display: flex;
  align-items: center;
  padding: 5px 0;
  white-space: nowrap;
  font-size: 15px;
}

footer .fotbox .left .fot-info .fot-li span {
  background-color: #1568b2;
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

footer .fotbox .left .fot-info .fot-li span i {
  color: #fff;
  font-size: 12px;
}

footer .fotbox .right {
  width: 70%;
  padding-left: 10%;
  box-sizing: border-box;
}

footer .fotbox .right .menu {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding-top: 20px;
}

footer .fotbox .right .menu a {
  color: #000;
  font-weight: bold;
}

footer .fotbox .right .menu .submenu {
  margin-top: 15px;
}

footer .fotbox .right .menu .submenu li {
  padding: 5px 5px 5px 0;
  font-size: 14px;
  color: #777;
}

footer .fotbox .right .menu .submenu li a {
  font-weight: normal;
}

footer .fotbox .right .other {
  margin-top: 25px;
}

footer .fotbox .right .other .otitle {
  font-weight: bold;
  color: #1568b2;
  font-size: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

footer .fotbox .right .other .olist {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}

footer .fotbox .right .other .olist .oitem {
  width: 25%;
  display: flex;
  align-items: center;
  margin: 10px 0;
}

footer .fotbox .right .other .olist .oitem span {
  background-color: #1568b2;
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

footer .fotbox .right .other .olist .oitem span img {
  width: 12px;
}

footer .fotbox .right .other .olist .oitem span i {
  color: #fff;
  font-size: 12px;
}

footer .fotbox .right .other .olist .oitem p {
  margin: 0;
  color: #777;
  font-size: 13px;
}

.y-flex {
  display: flex;
  justify-content: space-between;
}

.y-flex-cen {
  justify-content: center;
}

.y-black {
  background: #1a3460;
  color: #fff;
}

.y-flex .left,
.y-flex .right {
  width: 49%;
}

.line {
  width: 3px;
  background: #ccc;
  margin: 0 2%;
}

.ytitle {
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 40px;
  position: relative;
}

.ytitle::after {
  position: absolute;
  left: 0;
  bottom: 20px;
  content: "";
  width: 80px;
  height: 3px;
  background: #d5742c;
}

.ybox-center {
  text-align: center;
  padding: 80px 10%;
}

.ybox-center .ytitle::after {
  left: 50%;
  transform: translate(-50%);
}

.ymsg {
  text-align: center;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 25px;
  line-height: 30px;
}

.about-top {
  background-image: url("../public/img/banner1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 628px;
  position: relative;
}

.about-top .top-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4vw;
  letter-spacing: 4px;
  font-weight: bold;
  color: #fff;
}

.container {
  margin: 0 auto;
  width: 1280px;
  max-width: 95%;
}

.container .ybox {
  display: flex;
  align-items: center;
  padding: 40px 0 80px;
}

.container .ybox .left {
  width: 50%;
}

.container .ybox .right {
  padding-left: 5%;
  box-sizing: border-box;
  width: 50%;
}

.container .ybox .right img {
  width: 100%;
}

.container .lsm-list {
  display: flex;
  width: 100%;
}

.container .profile-img {
  width: 38%;
  margin-right: 4%;
}

.container .profile-img img {
  width: 100%;
  height: 270px;
}

.container .profile-bio {
  width: 58%;
}

.container .profile-bio h3 {
  color: #000;
  font-weight: bold;
  font-size: 28px;
  margin-top: 0;
}

.container .profile-bio .line-height-40 {
  line-height: 40px;
  margin-top: 0;
}

.container .row {
  margin: 50px 0;
}

.container .row h2 {
  color: #666;
  font-weight: normal;
}

.container .row p {
  font-family: "proxima-nova", sans-serif;
  font-size: 17px;
  line-height: 40px;
  color: #97999b;
  margin-bottom: 20px;
}

.container-lt .right {
  display: flex;
  justify-content: flex-end;
  padding-left: 0 !important;
}

.container-lt .left {
  padding-left: 5% !important;
}

.loginbody {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.502);
  display: flex;
  align-items: center;
  justify-content: center;
}

.loginbox {
  width: 96%;
  margin: 0 auto;
  max-width: 500px;
}

.loginbox .infobox {
  width: 100%;
  margin: 0 auto;
  max-width: 400px;
  background: #fff;
  min-height: 410px;
  box-shadow: 0 0 10px #ccc;
  padding-bottom: 30px;
}

.loginbox .infobox .title {
  color: #4a7ffe;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  padding: 25px 0;
  letter-spacing: 5px;
}

.loginbox .infobox .navline {
  padding: 0 20px 0;
}

.loginbox .infobox .navline .navli {
  border-bottom: 1px solid #ccc;
  display: flex;
  align-items: center;
}

.loginbox .infobox .navline .navitem {
  padding: 15px 0;
  width: 30%;
  text-align: center;
  font-size: 18px;
}

.loginbox .infobox .navline .navitem.on {
  font-weight: bold;
  border-bottom: 2px solid #1568b2;
}

.loginbox .infobox .inputbox {
  margin-top: 20px;
}

.loginbox .infobox .inputbox .inputli {
  margin: 30px 0;
  padding: 0 20px;
  box-sizing: border-box;
}

.loginbox .infobox .inputbox .send {
  position: relative;
}

.loginbox .infobox .inputbox .send button {
  position: absolute;
  top: 50%;
  right: 10px;
  background: #1568b2;
  color: #fff;
  transform: translate(0, -50%);
  outline: 0;
  border-radius: 5px;
  border: 0;
  padding: 7px 10px;
}

.loginbox .infobox .inputbox .input_title {
  font-size: 15px;
  color: #333;
  margin-bottom: 15px;
  font-weight: bold;
}

.loginbox .infobox .inputbox input {
  border: 1px solid #333;
  border-radius: 3px;
  height: 45px;
  padding: 5px 10px;
  font-size: 14px;
  width: 100%;
  box-sizing: border-box;
  outline: none;
}

.loginbox .infobox .inputbox .input_p {
  color: #999;
}

.loginbox .infobox .tips {
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 12px;
  color: #555;
  margin-top: 20px;
}

.loginbox .infobox .btn {
  margin: 40px 0 20px 0;
}

.loginbox .infobox .btn button {
  outline: none;
  border: none;
  cursor: pointer;
  width: 90%;
  font-weight: bold;
  background: #4a7ffe;
  color: #fff;
  border-radius: 8px;
  letter-spacing: 1px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-left: 14px;
  padding-right: 14px;
  box-sizing: border-box;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  line-height: 2.4;
}

.closeline {
  padding: 20px 20px 0;
  text-align: right;
  font-size: 30px;
}

.closeline i {
  cursor: pointer;
}

main {
  display: flex;
}

main .rightBody {
  width: calc(100% - 150px);
}

.leftNav {
  background: #1a3460;
  height: 100%;
  min-height: calc(100vh - 80px);
  width: 150px;
  position: sticky;
  left: 0;
  top: 80px;
}

.leftNav a {
  color: #fff;
  text-decoration: none;
}

.leftNav .nav_title {
  height: 20px;
  text-align: center;
  font-weight: bold;
  line-height: 80px;
  color: #fff;
}

.leftNav li a {
  text-align: left;
  height: 60px;
  line-height: 60px;
  width: 100%;
  padding-left: 25px;
  display: block;
  box-sizing: border-box;
}

.leftNav li.active {
  background: #fff;
  font-weight: bold;
}

.leftNav li.active a {
  color: #6188cd;
}

.leftNav li span {
  font-size: 20px;
  padding-right: 10px;
}

.formbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 5vh;
}

.formbox .formtitle {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
}

#getform {
  width: 600px;
  background: #fff;
  border-radius: 10px;
  padding: 0 40px;
  padding-top: 40px;
  box-sizing: border-box;
}

.orderbox {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 20px 2%;
  box-sizing: border-box;
  margin: 0 auto;
  background: #fff;
}

.orderbox .order-item {
  background: #6188cd;
  border-radius: 8px;
  width: 23%;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}

.orderbox .order-item .item-num {
  font-size: 28px;
  margin-bottom: 10px;
}

.searchbox {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  background: #f7f7f7;
  padding: 40px 2%;
  box-sizing: border-box;
}

.searchbox .sitem {
  display: flex;
  white-space: nowrap;
  font-size: 14px;
  align-items: center;
  margin-right: 20px;
}

.searchbox .sitem p {
  margin: 0;
  margin-right: 10px;
}

.lbox {
  display: flex;
  justify-content: space-between;
  width: 1280px;
  max-width: 96%;
  margin: 40px auto;
  align-items: flex-start;
}

.lbox .categoryBox {
  width: 25%;
  background: #1e437c;
}

.lbox .categoryBox .menu {
  background: #1e437c;
}

.lbox .categoryBox .top-level {
  padding: 0 !important;
}

.lbox .categoryBox .top-level a {
  font-weight: normal;
  font-size: 12px;
  padding: 5px 23px;
}

.lbox .categoryBox .top-level > a {
  color: #d5742c;
  font-size: 14px;
  padding: 23px 23px 19px 23px;
  background: #112a5c;
  font-weight: bold;
}

.lbox .categoryBox .title {
  color: #d5742c;
  padding: 23px 23px 19px 23px;
  width: 100%;
  box-sizing: border-box;
  background: #112a5c;
  font-weight: bold;
  font-size: 14px;
}

.lbox .categoryBox .categoryli {
  padding: 23px;
}

.lbox .categoryBox .categoryli .ctitle {
  color: #fff;
  margin-bottom: 15px;
  font-size: 16px;
}

.lbox .categoryBox .categoryli .chooselist {
  display: flex;
  flex-wrap: wrap;
}

.lbox .categoryBox .categoryli .chooselist .citem {
  width: 50%;
  font-size: 12px;
  margin: 5px 0;
  color: #fff;
}

.lbox .categoryBox .categoryli .chooseli {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-size: 12px;
}

.lbox .categoryBox .categoryli .chooseli .text {
  margin: 0 10px;
}

.lbox .categoryBox .categoryli.search {
  background: #112a5c;
}

.lbox .categoryBox .categoryli.search .ctitle {
  font-size: 13px;
  line-height: 20px;
  color: #b3c7f3;
}

.lbox .right-list {
  width: 70%;
}

.lbox .right-list .pagination {
  display: flex;
  justify-content: center;
}

.courseDetail {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.courseDetail .left {
  width: 62%;
}

.courseDetail .left .name {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 46px;
  color: #222222;
  margin-bottom: 25px;
}

.courseDetail .left .desc img {
  width: 100%;
}

.courseDetail .right {
  background: #1e437c;
  width: 35%;
}

.courseDetail .right .title {
  font-size: 35px;
  color: #fff;
  letter-spacing: 0px;
  font-family: "DIN Next W01", sans-serif;
  margin: 15px 5% 20px;
}

.courseDetail .right .detail-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 5%;
  box-sizing: border-box;
}

.courseDetail .right .detail-info .infoli {
  width: 50%;
  margin-bottom: 20px;
}

.courseDetail .right .detail-info .infoli .text {
  font-size: 17px;
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 5px;
  letter-spacing: 1.5px;
  color: #b3c7f3;
}

.courseDetail .right .detail-info .infoli .msg {
  color: #fff;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 24px;
}

.courseDetail .right .coachbox {
  margin-top: 10px;
  background: #112a5c;
  padding: 20px 0;
}

.courseDetail .right .infobox {
  background: #fff;
  margin: 10px auto;
  border-radius: 8px;
  box-sizing: border-box;
  color: #000;
  margin-bottom: 10px;
  width: 92%;
  overflow: hidden;
}

.courseDetail .right .infobox .swipebox {
  display: flex;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}

.courseDetail .right .infobox .logourl {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.courseDetail .right .infobox .logourl img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.courseDetail .right .infobox .userinfo {
  width: calc(100% - 70px);
  padding: 0 8px;
  box-sizing: border-box;
  font-size: 14px;
}

.courseDetail .right .infobox .userinfo .name {
  font-size: 15px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
}

.courseDetail .right .infobox .userinfo .name span {
  margin-left: 5px;
  color: #333;
}

.courseDetail .right .infobox .infoli {
  font-size: 12px;
  margin-bottom: 5px;
}

.courseDetail .right .infobox .userbtn {
  display: flex;
  flex-direction: column;
  width: 70px;
  text-align: center;
  align-items: center;
  justify-content: space-around;
}

.courseDetail .right .infobox .userbtn span {
  margin: 10px;
  font-size: 12px;
  color: #fff;
  width: 70px;
  display: block;
  padding: 4px 0;
  border-radius: 4px;
}

.courseDetail .right .infobox .userbtn .jc {
  background: #3d8ee3;
}

.courseDetail .right .infobox .userbtn .kh {
  background: #f00;
}

.courseDetail .right .btn {
  padding: 20px;
}

.courseDetail .right .btn button {
  width: 96%;
  margin: 0 auto;
  padding: 20px;
  background: #1a3460;
  color: #fff;
  font-weight: 600;
  border: 0;
  font-size: 17px;
  border-bottom: 3px solid #d5742c;
  transition: all 0.4s ease-in-out;
  outline: 0;
  cursor: pointer;
}

.courseDetail .right .btn button:hover {
  background: #d5742c;
}

.contentbox {
  background: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 20px;
  box-shadow: 0 0 5px #ccc;
}

.mobile-left {
  display: none;
}

.member .member-top {
  background-image: url("../public/img/banner2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 628px;
  position: relative;
}

.member .member-top .member-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4vw;
  letter-spacing: 4px;
  font-weight: bold;
  color: #fff;
}

.member .member-content {
  margin-bottom: 40px;
}

.member .member-content p {
  margin: 0;
}

.member .member-content h1 {
  font-size: 40px;
}

.member .member-content .blod {
  font-weight: bold;
}

.member .member-content .activebox .active-nav {
  display: flex;
}

.member .member-content .activebox .active-nav .nitem {
  position: relative;
  padding: 20px 30px;
  font-weight: 700;
  line-height: 1;
  border: solid transparent;
  cursor: pointer;
  font-weight: bold;
  border-width: 2px;
  color: #4f4f4f;
}

.member .member-content .activebox .active-nav .nitem.on {
  color: #000;
  border-color: #d5d8dc;
  border-bottom: 2px solid #fff;
}

.member .member-content .activebox .active-content {
  margin-top: -2px;
}

.member .member-content .activebox .active-content .active-item {
  padding: 20px;
  border: 2px solid #d5d8dc;
}

.member .member-content .activebox .active-content .active-item .citem {
  margin-bottom: 20px;
  color: #4f4f4f;
  letter-spacing: 1.3px;
}

.member .member-content .activebox .active-content .active-item .citem .citem-title {
  margin-bottom: 20px;
}

.member .member-content .activebox .active-content .active-item .citem .citem-msg {
  color: #000;
}

.member .member-content .content-msg {
  line-height: 40px;
  color: #4f4f4f;
  letter-spacing: 1.3px;
}

.member .member-content .content-msg ul {
  padding-left: 20px;
}

.member .member-content .content-msg ul li {
  line-height: 40px;
  list-style: disc;
}

.member .member-content .member-btn {
  margin-top: 20px;
}

.member .member-content .member-btn a {
  display: inline-block;
  line-height: 1;
  color: #fff;
  fill: #fff;
  text-align: center;
  transition: all 0.3s;
  background-color: #5bc0de;
  font-size: 16px;
  padding: 15px 30px;
  border-radius: 4px;
}

.member .member-content .member-list {
  margin-top: 40px;
}

.member .member-content .member-list .member-item {
  display: flex;
  margin-bottom: 40px;
}

.member .member-content .member-list .member-item .member-img {
  width: 33%;
  padding-right: 20px;
  box-sizing: border-box;
  min-width: 150px;
}

.member .member-content .member-list .member-item .member-img img {
  width: 100%;
}

.member .member-content .member-list .member-item .member-info {
  width: 66%;
}

.member .member-content .member-list .member-item .member-info .name {
  font-size: 39px;
  font-weight: bold;
  margin-bottom: 20px;
}

.member .member-content .member-list .member-item .member-info .time {
  margin-bottom: 10px;
  font-variant-caps: normal;
  line-height: 1.4;
  font-family: Dosis;
  font-size: 20px;
  font-style: normal;
}

.member .member-content .member-list .member-item .member-info .desc {
  font-size: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 40px;
}

.member .member-content .tips {
  padding-left: 20px;
}

.member .member-content .his-list {
  display: block;
  padding-left: 20px;
  box-sizing: border-box;
}

.member .member-content .his-list i {
  transition: 0.3s;
}

.member .member-content .his-list .member-item {
  flex-direction: column;
  margin-bottom: 0;
  border-bottom: 1px solid #d5d8dc;
}

.member .member-content .his-list .member-item.on i {
  transform: rotate(90deg);
}

.member .member-content .his-list .member-item.on .showbox {
  height: 100%;
  padding: 30px 0;
}

.member .member-content .his-list .name {
  font-weight: 700;
  line-height: 1;
  margin: 0;
  padding: 15px;
  cursor: pointer;
  outline: none;
}

.member .member-content .his-list .showbox {
  height: 0;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  transition: 0.3s;
}

.member .member-content .his-list .showbox .member-img {
  width: 25%;
  box-sizing: border-box;
}

.member .member-content .his-list .showbox .member-img img {
  width: 100%;
}

.member .member-content .his-list .showbox .desc {
  color: #4f4f4f;
}

.joblist {
  margin-top: 20px;
}

.joblist .jobitem {
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
  cursor: pointer;
  transform: 0.3s;
}

.joblist .jobitem:hover {
  background: #f2f2f2;
}

.joblist .jobitem .title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.joblist .jobitem .title .left span {
  font-weight: bold;
}

.joblist .jobitem .title .right {
  color: #1568b2;
  font-size: 15px;
}

.joblist .jobitem .tabs {
  display: flex;
  font-size: 15px;
  justify-content: space-between;
}

.joblist .jobitem .tabs .left {
  color: #000;
}

.joblist .jobitem .tabs .right {
  color: #777;
}

.brandlist {
  display: flex;
  flex-wrap: wrap;
}

.brandlist .branditem {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  padding: 20px;
  box-sizing: border-box;
}

.brandlist .branditem img {
  width: 100%;
}

.brandlist .branditem p {
  font-weight: bold;
  margin-top: 5px;
}

.member-cate {
  background: transparent !important;
}

.member-cate .menu {
  background: #1a3460;
}

.member-cate .menu .top-level {
  color: #fff;
  display: block;
  font-size: 18px;
  padding: 10px 15px 10px 25px;
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #eee;
  font-weight: bold;
}

.member-cate .menu .submenu {
  display: none;
}

.member-cate .menu a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.member-cate .menu .submenu {
  display: block;
  margin-top: 30px;
}

.member-cate .menu .submenu li {
  margin-bottom: 15px;
  font-size: 13px;
  text-indent: -20px;
  margin-left: 20px;
  line-height: 25px;
  position: relative;
}

@media (max-width: 996px) {
  header .menu {
    justify-content: flex-end;
  }
  header .menu .top-level {
    display: none;
  }
  header .logo {
    margin-bottom: 0 !important;
  }
  header .logo img {
    max-height: 40px !important;
  }
  .swiper .swiper-wrapper .swiper-slide .swiper-info {
    position: relative;
    width: 100%;
    left: 0;
    background: transparent;
  }
  .lbox,
  .courseDetail,
  footer .fotbox,
  .container .lsm-list,
  .team .team-box .team-top,
  .container .ybox,
  .ybox-center {
    flex-direction: column;
  }
  .container .profile-img,
  .container .ybox .left,
  .y-flex .left,
  .y-flex .right {
    margin: 0;
    width: 100%;
  }
  .lbox .categoryBox,
  .courseDetail .left,
  footer .fotbox .left,
  .team .team-box .team-top .left,
  main .rightBody {
    width: 100%;
  }
  .lbox .right-list,
  .courseDetail .right,
  .container .profile-bio,
  .team .team-box .team-top .right,
  .searchbox .sitem {
    width: 100%;
    margin-top: 20px;
  }
  footer .fotbox .right,
  .container .ybox .right {
    width: 100%;
    padding-left: 0;
  }
  footer .fotbox .right .menu {
    display: none;
  }
  footer .fotbox .left .fot-info .fot-li {
    white-space: normal;
  }
  .mobile-menu .menu .submenu {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
  }
  .mobile-menu .menu .submenu li {
    margin-bottom: 15px;
    font-size: 13px;
    text-indent: -20px;
    margin-left: 20px;
    line-height: 25px;
    position: relative;
  }
  .about-top {
    height: 200px;
  }
  .about-top .top-title {
    font-size: 18px;
  }
  .leftNav {
    position: fixed;
    z-index: 99;
    transition: 0.3s;
    transform: translateX(-150px);
  }
  .leftNav.open {
    transform: translateX(0);
  }
  .mobile-left {
    position: fixed;
    display: block;
    cursor: pointer;
    z-index: 99;
    background: #1a3460;
    color: #fff;
    width: 25px;
    padding: 10px 3px;
    font-size: 14px;
    top: 30%;
    text-align: center;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    transition: 0.3s;
  }
  .mobile-left.open {
    transform: translateX(150px);
  }
  .mobile-open {
    display: flex;
    flex-shrink: 1;
    padding: 0;
    justify-content: flex-end;
    height: 80px;
    margin: 0;
    width: 80px;
    background: #1a3460;
  }
  .mobile-open .mobile-nav {
    width: 80px;
    height: 80px;
    position: relative;
    background: transparent;
    border: 0;
    vertical-align: middle;
    padding: 38px 20px 0 20px;
    margin: 0;
    display: block;
    cursor: pointer;
    top: 0px;
  }
  .mobile-open span,
  .mobile-open span::before,
  .mobile-open span::after {
    width: 100%;
    height: 3px;
    background: #fff;
    transition: all 0.4s ease;
    display: block;
    position: relative;
  }
  .mobile-open span::before,
  .mobile-open span::after {
    content: "";
    position: absolute;
    left: 0;
  }
  .mobile-open span:before {
    top: -13px;
  }
  .mobile-open span:after {
    bottom: -13px;
  }
  .mobile-open::before {
    content: "";
    opacity: 0;
    width: 0;
    height: 0;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    background: transparent;
    transform: translate(-50%, -50%);
    transition: all 0.4s ease;
  }
  .mobile-open .open:before {
    opacity: 1;
    width: 50px;
    height: 50px;
  }
  .mobile-open .open span {
    background: transparent;
  }
  .mobile-open .open span::before {
    top: 0;
    transform: rotate(225deg);
  }
  .mobile-open .open span::after {
    bottom: 0;
    transform: rotate(-225deg);
    width: 100% !important;
  }
  #getform {
    width: 100%;
  }
  .member .member-content .member-list .member-item {
    flex-direction: column;
  }
  .member .member-content .member-list .member-item .member-img {
    width: 100%;
    padding-right: 0;
  }
  .member .member-content .member-list .member-item .member-info {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .lessonlist .lessonlist-content {
    display: flex;
    flex-wrap: wrap;
    padding: 40px 10px;
    box-sizing: border-box;
  }
}

@media (max-width: 650px) {
  .swiper .swiper-wrapper {
    width: 100%;
  }
  .swiper .swiper-wrapper .swiper-slide {
    height: 500px;
  }
}
