:root {
  --main-color: #267bef;
  --text-dark: #212121;
  --text-grey: #666666;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body {
  font-size: 16px;
  margin: 0;
  color: #575f84;
  overflow-x: hidden;
  font-weight: 400;
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1200px;
  }
}
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-8em);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slideDown {
  0% {
    -moz-transform: translateY(-8em);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes slideDown {
  0% {
    -o-transform: translateY(-8em);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    transform: translateY(-8em);
  }
  100% {
    transform: translateY(0);
  }
}
.animated.slideDown {
  -webkit-animation-name: slideDown;
  -moz-animation-name: slideDown;
  -o-animation-name: slideDown;
  animation-name: slideDown;
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-8em);
  }
}
@-moz-keyframes slideUp {
  0% {
    -moz-transform: translateY(0);
  }
  100% {
    -moz-transform: translateY(-8em);
  }
}
@-o-keyframes slideUp {
  0% {
    -o-transform: translateY(0);
  }
  100% {
    -o-transform: translateY(-8em);
  }
}
@keyframes slideUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-8em);
  }
}
.animated.slideUp {
  -webkit-animation-name: slideUp;
  -moz-animation-name: slideUp;
  -o-animation-name: slideUp;
  animation-name: slideUp;
}
.animated {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.row-spacing-8 {
  margin-right: -8px;
  margin-left: -8px;
}
.row-spacing-8 [class*=col-] {
  padding-right: 8px;
  padding-left: 8px;
}
.row-spacing-0 {
  margin-right: 0px;
  margin-left: 0px;
}
.row-spacing-0 [class*=col-] {
  padding-right: 0px;
  padding-left: 0px;
}


@media (min-width: 1200px) {
    .col-xl-1-5 {
        -ms-flex: 0 0 14.285714285714286%;
        flex: 0 0 14.285714285714286%;
        max-width: 14.285714285714286%;
    }
}

@media (min-width: 992px){
  .col-lg-1-5 {
      -ms-flex: 0 0 14.285714285714286%;
      flex: 0 0 14.285714285714286%;
      max-width: 14.285714285714286%;
  }
}


.more-btn-default {
  width: 210px;
  height: 55px;
  text-align: center;
  font-weight: 100;
  font-size: 15px;
  line-height: 55px;
  background-color: var(--main-color) !important;
  text-transform: uppercase;
  border: 1px solid var(--main-color);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  cursor: pointer;
  display: inline-block;
  color: #fff !important;
  border-radius: 5px;
  letter-spacing: 1px;
}
.more-btn-default:hover {
  background-color: var(--main-color) !important;
  color: #fff !important;
}
/*==========================================
      header
  ==========================================*/
.header {
  position: fixed;
  width: 100%;
  box-shadow: 0px 1px 6px #f2f2f2;
  z-index: 999;
  top: 0px;
  background-color: #fff;
  /* background: #3f51b5; */
}
.header.nav-fixed {
  position: fixed;
  background: #1e3056;
  -webkit-box-shadow: 0px 1px 13px 0px #1e3056;
  box-shadow: 0px 1px 13px 0px #1e3056;
  z-index: 4;
}
.header .main-menu .navbar {
  text-align: center;
  padding: 0;
}
.header .main-menu .navbar .navbar-nav {
  width: 100%;
  text-align: center;
}
.header .main-menu .navbar .navbar-nav .nav-item {
  padding: 0;
}
.header .main-menu .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  display: block;
}
.header .main-menu .navbar .navbar-nav .nav-item .nav-link {
  padding: 0;
  display: inline-block;
  padding: 28px 20px;
  color: #212121;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.header .main-menu .navbar .navbar-nav .nav-item .nav-link.active {
  color: var(--main-color);
  position: relative;
}
.header .main-menu .navbar .navbar-nav .nav-item .dropdown-menu {
  padding: 0;
  margin: 0;
  border-radius: 0;
  border: none;
}
.header .main-menu .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 15px 20px;
  border-bottom: 1px solid rgba(107, 58, 219, 0.25);
  font-weight: 500;
  color: var(--main-color);
}
.header .main-menu .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:last-child {
  border-bottom: none;
}
.header .main-menu .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
  background: var(--main-color);
  color: #fff;
}
.header .main-menu .navbar .navbar-nav .nav-item:last-child a {
  padding-right: 0;
}
.header .main-menu .navbar .navbar-nav .nav-item:first-child {
  padding-left: 0;
}
.header .main-menu .navbar .navbar-nav .nav-item:hover {
  color: #1add97;
}
.header .login {
  text-align: right;
  margin-left: 12px;
}
.header .register {
  text-align: right;
  width: 100%;
}
.header .login a {
  display: inline-block;
  color: #fff;
  font-weight: 400;
  background: var(--main-color);
  font-size: 16px;
  padding: 8px 29px;
  width: 104px;
  border: 1px solid var(--main-color);
  border-radius: 7px;
  text-align: center;
}
.header .register a {
  display: inline-block;
  color: var(--main-color);
  font-weight: 400;
  font-size: 16px;
  padding: 8px 29px;
  width: 104px;
  border: 1px solid var(--main-color);
  border-radius: 7px;
  text-align: center;
}
.header .login a:hover {
  border: 1px solid var(--main-color);
  background: var(--main-color);
  color: #fff;
}
/*==========================================
      footer
  ==========================================*/
.footer {
  padding: 100px 0 0;
  background: #20388b;
}
.footer .about-area a {
  margin-bottom: 21px;
  display: inline-block;
}
.footer .about-area p {
  color: #333333;
  line-height: 30px;
}
.footer .copyright {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #374c97;
}
.footer .copyright p {
  color: #d3d8e4;
  font-size: 14px;
  margin: 0;
}
.footer .links a {
  color: #ffffff;
  opacity: 0.9;
  font-size: 14px;
  padding: 13px 0;
  display: inline-block;
}
.footer .links a:hover {
  color: #1add97;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.footer .links .line {
  margin-left: 14px;
  width: 1px;
  height: 10px;
  margin-right: 14px;
  background-color: #fefefe;
  display: inline-block;
}
.footer .infos {
  border-top: 1px solid #374c97;
}
.footer .infos .box {
  height: 90px;
}
.footer .infos .right-text .tel {
  color: #ffffff;
  font-size: 20px;
  margin-left: 10px;
}
.footer .infos .right-text p {
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 0px;
  margin-left: 10px;
  opacity: 0.9;
}
.footer .code {
  text-align: center;
  margin-top: 48px;
}
.footer .code p {
  margin-top: 10px;
  font-size: 12px;
  color: #ffffff;
}
.footer.investment-page {
  padding: 48px 0 0px;
}
.banner-carousel img {
  width: 100%;
  vertical-align: middle;
}
.page-container {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f5f5f5;
}
.title-container {
  text-align: center;
  padding-top: 44px;
  padding-bottom: 44px;
}
.title-container .main-title {
  color: var(--text-dark);
  font-size: 22px;
  line-height: 1;
}
.title-container .aide-title {
  color: #999;
  margin-top: 20px;
  line-height: 1;
}
.banner {
  margin-top: 114px;
}
#index-page .banner {
  margin-top: 100px;
}
#index-page .system-container .menu {
  position: relative;
  margin-bottom: 25px;
}
#index-page .system-container .menu ul {
  width: 100%;
  margin: 0 auto;
  background: #f5f5f5;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  position: relative;
}
#index-page .system-container .menu ul #active_slider {
  height: 45px;
  background: var(--main-color);
  color: #ffffff;
  width: 160px;
  border-radius: 40px;
  position: absolute;
  top: 8px;
  left: 30px;
}
#index-page .system-container .menu ul li {
  /* float: left;
  width: 14.286%; */
  text-align: center;
  cursor: pointer;
}
#index-page .system-container .menu ul li .tbox {
  position: relative;
  z-index: 1;
  height: 60px;
}
#index-page .system-container .menu ul li .tbox a {
  color: var(--text-dark);
  position: relative;
  z-index: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  padding-left: 30px;
  padding-right: 30px;
}
#index-page .system-container .menu ul li.active .tbox a {
  color: #fff;
}
#index-page .system-container .menu ul li .tbox a:hover{
  text-decoration: none;
}
#index-page .system-container .menu ul li.active .tbox:after {
  content: "";
  width: 90%;
  height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #267bef;
  color: #ffffff;
  border-radius: 30px;
}
#index-page .system-container .box-texts {
  background: #f8f8f8;
  height: 286px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: block;
}

#index-page .system-container .box-texts:hover{
    text-decoration: none;
}


#index-page .system-container .box-texts .name {
  color: var(--text-dark);
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#index-page .system-container .box-texts .line {
  height: 1px;
  background: #707070;
  width: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#index-page .system-container .box-texts .cons {
  font-size: 14px;
  color: #666666;

  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  
  word-break: break-all;
  
}
#index-page .system-container .box-imgs {
  position: relative;
  display: block;
  overflow: hidden;
}
#index-page .system-container .box-imgs img {
  width: 100%;
  vertical-align: middle;
  height: 286px !important;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}


#index-page .system-container .box-imgs:hover img{
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

#index-page .system-container .box-imgs .position-absolute {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  color: #fff;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 50px;
  padding-bottom: 50px;
}
#index-page .system-container .box-imgs .name {
  color: #fff;
  font-size: 20px;
}
#index-page .system-container .box-imgs .line {
  height: 1px;
  background: #ffffff;
  width: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#index-page .system-container .box-imgs .cons {
  font-size: 14px;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

#index-page .system-container{
    padding-bottom: 30px;
}


#index-page .teacher-container {
  background: #f5f5f5;
}
#index-page .teacher-container .swiper-button-prev {
  background: none;
  font-size: 27px;
  top: 45%;
  cursor: pointer;
  width: 27px;
  height: 27px;
  border-radius: 50%;
}
#index-page .teacher-container .swiper-button-prev:hover {
  color: var(--main-color);
}
#index-page .teacher-container .swiper-button-next {
  background: none;
  font-size: 27px;
  top: 45%;
  cursor: pointer;
  width: 27px;
  height: 27px;
  border-radius: 50%;
}
#index-page .teacher-container .swiper-button-next:hover {
  color: var(--main-color);
}
#index-page .teacher-container .swiper-slide {
  box-shadow: 0px 1px 6px #f2f2f2;
  padding-bottom: 20px;
  margin-bottom: 40px;
  background-color: #fff;
}
#index-page .teacher-container .swiper-slide a:hover{
  text-decoration: none;
}
#index-page .teacher-container .swiper-slide .imgs {
  text-align: center;
  margin: 0 auto;
  margin-top: 30px;
  cursor: pointer;
  width: 162px;
  height: 162px;
  overflow: hidden;
  border-radius: 50%;
}
#index-page .teacher-container .swiper-slide .imgs img {
  width: 100%;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#index-page .teacher-container .swiper-slide .imgs img:hover {
  transform: scale(1.07);
  -webkit-transform: scale(1.07);
  -moz-transform: scale(1.07);
  -ms-transform: scale(1.07);
  -o-transform: scale(1.07);
}
#index-page .teacher-container .swiper-slide .name {
  text-align: center;
  color: #212121;
  font-size: 18px;
  margin-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#index-page .teacher-container .swiper-slide .cons {
  text-align: center;
  color: #212121;
  font-size: 14px;
  margin-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
#index-page .teacher-container .swiper-slide .context {
  text-align: center;
  color: #676662;
  font-size: 14px;
  margin-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  display: -webkit-box;             /*将对象转为弹性盒模型展示*/
  -webkit-box-orient: vertical;     /*设置弹性盒模型子元素的排列方式*/
  -webkit-line-clamp: 2;            /*限制文本行数*/
  overflow: hidden; 
  word-break: break-all;
  min-height: 42px;
}
#index-page .abouts-container {
  margin-bottom: 30px;
  margin-top: 10px;
}
#index-page .abouts-container .left-context {
  color: #212121;
  font-size: 15px;
  line-height: 30px;
  margin-top: 0px;
  text-align: justify;
}
#index-page .abouts-container .right-box {
  background: url(../img/index/aboutbg.png) no-repeat center;
  position: relative;
  height: 386px;
}
#index-page .abouts-container .right-box img {
  width: 90%;
  height: 328px;
  position: absolute;
  left: 20px;
  bottom: 0px;
}
#index-page .moment-container .tags {
  position: relative;
  text-align: center;
}
#index-page .moment-container .tags a {
  color: var(--text-dark);
  border: 1px solid #cccccc;
  border-radius: 40px;
  padding: 10px 20px;
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 118px;
}
#index-page .moment-container .tags a.active {
  background: #267bef;
  color: #fff;
  border-color: #ffffff;
}
#index-page .moment-container .list {
  margin-top: 30px;
  padding-bottom: 30px;
}
#index-page .moment-container .list .imgs {
  cursor: pointer;
  margin-bottom: 15px;
  overflow: hidden;
}
#index-page .moment-container .list img {
  vertical-align: middle;
  width: 100%;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: #fff;
  height: 250px;
}
#index-page .moment-container .list img:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
#index-page .support-container {
  background: #f5f5f5;
  overflow: hidden;
}
#index-page .support-container .list {
  margin-bottom: 40px;
}
#index-page .support-container .list .box {
  background: #ffffff;
  min-height: 200px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: #fff;
  cursor: pointer;
  margin-bottom: 10px;
}
#index-page .support-container .list .box .imgs {
  text-align: center;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#index-page .support-container .list .box .imgs img {
  width: 50%;
  vertical-align: middle;
  width: 90px;
  height: 90px;
}
#index-page .support-container .list .box .name {
  min-height: 55px;
  border-top: 1px solid #f2f2f2;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  color: var(--text-dark);
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 10px;
  padding-right: 10px;

  /* white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; */

  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;

}


#index-page .support-container .swiper-button-prev{
    background: none;
    font-size: 27px;
    top: 45%;
    cursor: pointer;
    width: 27px;
    height: 27px;
    border-radius: 50%;
}

#index-page .support-container .swiper-button-next{
  background: none;
  font-size: 27px;
  top: 45%;
  cursor: pointer;
  width: 27px;
  height: 27px;
  border-radius: 50%;
}


#index-page .support-container #hxzc-swiper .swiper-wrapper{
  -webkit-transition-timing-function: linear !important;   
  -moz-transition-timing-function: linear !important;
  -ms-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}


/* #index-page .support-container .list .box:hover {
  transform: translateY(-18px);
} */
#teacher_list-page .banner {
  background: url(../img/teacher/banner.png) no-repeat center 0px;
  height: 240px;
  margin-top: 80px;
}
#teacher_list-page .list {
  margin-top: 20px;
}
#teacher_list-page .list a {
  text-decoration: none;
}
#teacher_list-page .list .box {
  background: #ffffff;
  margin-bottom: 20px;
  border-radius: 0px 0px 5px 5px;
  cursor: pointer;
  overflow: hidden;
  min-height: 289px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#teacher_list-page .list .box:hover {
  transform: translateY(-15px);
}

#teacher_list-page .list .imgs {
  text-align: center;
  overflow: hidden;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  margin: 0 auto;
  margin-top: 30px;
}
#teacher_list-page .list .imgs img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#teacher_list-page .list .imgs img:hover {
  transform: scale(1.07);
  -webkit-transform: scale(1.07);
  -moz-transform: scale(1.07);
  -ms-transform: scale(1.07);
  -o-transform: scale(1.07);
}
#teacher_list-page .list .name {
  text-align: center;
  color: #212121;
  font-size: 18px;
  margin-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#teacher_list-page .list .cons {
  text-align: center;
  color: #212121;
  font-size: 14px;
  margin-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
#teacher_list-page .list .context {
  color: #676662;
  font-size: 14px;
  margin-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  margin-bottom: 20px;
  display: -webkit-box;             /*将对象转为弹性盒模型展示*/
  -webkit-box-orient: vertical;     /*设置弹性盒模型子元素的排列方式*/
  -webkit-line-clamp: 2;            /*限制文本行数*/
  overflow: hidden;  
  word-break: break-all;
}
#teacher_desc-page .banner {
  background: url(../img/teacher/topbj.png) no-repeat center 0px;
  height: 240px;
  margin-top: 80px;
}
#teacher_desc-page .userinfo {
  background: #fff;
  min-height: 210px;
  border-radius: 2px;
  box-shadow: 0px 0px 10px #f2f2f2;
  margin-top: -80px;
  width: 100%;
  padding-bottom: 20px;
}
#teacher_desc-page .userinfo .imgs {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin: 0 auto;
  margin-top: -60px;
}
#teacher_desc-page .userinfo .imgs img {
  width: 200px;
  height: 200px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}
#teacher_desc-page .userinfo .rights .name {
  text-align: left;
  color: #212121;
  margin-top: 10px;
  font-size: 20px;
}
#teacher_desc-page .userinfo .rights .cons {
  text-align: left;
  color: #212121;
  font-size: 14px;
  margin-top: 15px;
}
#teacher_desc-page .userinfo .rights .text {
  color: #676662;
  font-size: 14px;
  margin-top: 15px;
}
#teacher_desc-page .tab-container .tabIndexbox {
  background-color: #fff;
  border-top: 1px solid #f5f5f5;
  padding-top: 15px;
}
#teacher_desc-page .tab-container .tabIndexbox .col-xl-2 {
  -ms-flex: 0 0 12.666667%;
  flex: 0 0 12.666667%;
  max-width: 12.666667%;
}
#teacher_desc-page .tab-container .tabIndexbox .col-lg-2 {
  -ms-flex: 0 0 12.666667%;
  flex: 0 0 12.666667%;
  max-width: 12.666667%;
}
#teacher_desc-page .tab-container .tabIndexbox .col-2 {
  -ms-flex: 0 0 12.666667%;
  flex: 0 0 12.666667%;
  max-width: 12.666667%;
}
#teacher_desc-page .tab-container .tabIndexbox .box {
  text-align: center;
  color: var(--text-dark);
  font-size: 15px;
  height: 36px;
  position: relative;
  display: block;
  cursor: pointer;
}
#teacher_desc-page .tab-container .tabIndexbox .box:hover{
  text-decoration: none;
}
#teacher_desc-page .tab-container .tabIndexbox .box.active {
  color: var(--main-color);
}
#teacher_desc-page .tab-container .tabIndexbox .box.active:after {
  content: "";
  height: 2px;
  width: 40px;
  background: var(--main-color);
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}
#teacher_desc-page .title-bar {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}
#teacher_desc-page .title-bar .icon_bar {
  display: inline-block;
  vertical-align: middle;
}
#teacher_desc-page .title-bar span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
  color: #212121;
}
#teacher_desc-page .innerbox {
  background: #fff;
  border-radius: 2px;
  box-shadow: 0px 0px 10px #f2f2f2;
  margin-top: 15px;
  padding: 0px 30px;
}
#teacher_desc-page .contents {
  color: var(--text-grey);
  font-size: 14px;
}

#teacher_desc-page .contents img{
  max-width: 100%;
}
#course_list-page .banner {
  margin-top: 100px;
}
#course_list-page .tab-container {
  padding-top: 20px;
  padding-bottom: 20px;
}
#course_list-page .tab-container .box {
  background: #f5f5f5;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px 0px 25px 25px;
  height: 70px;
  cursor: pointer;
  margin-bottom: 10px;
}
#course_list-page .tab-container .box:hover{
  text-decoration: none;
}
#course_list-page .tab-container .box img {
  margin-right: 20px;
}
#course_list-page .tab-container .box .icon-fenlei {
  font-size: 26px;
  margin-right: 5px;
}
#course_list-page .tab-container .box span {
  font-size: 18px;
  color: var(--text-dark);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 10px;
  padding-right: 10px;
}
#course_list-page .tab-container .box.active {
  color: #ffffff;
  background: var(--main-color);
}
#course_list-page .tab-container .box.active span {
  color: #fff;
}
#course_list-page .course-list {
  background-color: #f5f5f5;
}
#course_list-page .course-list .inbox {
  background: #fff;
  background-color: #fff;
  padding: 20px 20px;
  margin-top: 20px;
  position: relative;
  display: block;
}
#course_list-page .course-list .inbox .imgs img {
  width: 100%;
  vertical-align: middle;
  height: 160px;
}
#course_list-page .course-list .inbox .rights-cons {
  position: relative;
  min-height: 108px;
}
#course_list-page .course-list .inbox .rights-cons .show-more {
  position: absolute;
  right: 20px;
  bottom: 0px;
  cursor: pointer;
}
#course_list-page .course-list .inbox .rights-cons .show-more span {
  color: #267bef;
  font-size: 14px;
  display: inline-block;
}
#course_list-page .course-list .inbox .rights-cons .show-more .icon_more {
  background: url(../img/course/icon_jt.png);
  width: 8px;
  height: 10px;
  background-size: 8px 10px;
  display: inline-block;
}
#course_list-page .course-list .inbox .rights-cons .tit {
  color: var(--text-dark);
  font-size: 16px;
  
}
#course_list-page .course-list .inbox .rights-cons .texts {
  font-size: 14px;
  color: var(--text-grey);
  margin-top: 15px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
#course_list-page .course-list .inbox .rights-cons .times {
  position: relative;
  margin-top: 15px;
}
#course_list-page .course-list .inbox .rights-cons .times .img {
  display: inline-block;
  vertical-align: middle;
}
#course_list-page .course-list .inbox .rights-cons .times span {
  display: inline-block;
  vertical-align: middle;
  color: var(--text-grey);
  font-size: 14px;
  margin-left: 4px;
}
#course_list-page .course-list .inbox .rights-cons .address {
  position: relative;
  margin-top: 10px;
}
#course_list-page .course-list .inbox .rights-cons .address img {
  position: absolute;
  top: 0px;
  left: 0px;
}
#course_list-page .course-list .inbox .rights-cons .address span {
    display: block;
    color: var(--text-grey);
    font-size: 14px;
    margin-left: 26px;
}
#course_list-page .course-list .inbox:hover {
  text-decoration: none;
}
#course_desc-page .banner {
  background: url(../img/teacher/topbj.png) no-repeat center 0px;
  height: 240px;
  margin-top: 80px;
}
#course_desc-page .info {
  background: #fff;
  /* border-radius: 5px; */
  box-shadow: 0px 0px 10px #f2f2f2;
  margin-top: -80px;
  padding: 30px;
  height: 210px;
  padding-top: 20px;
}
#course_desc-page .info .imgs {
  position: relative;
  top: -60px;
}
#course_desc-page .info .imgs img {
  width: 100%;
}
#course_desc-page .info .right-cons .name {
  color: var(--text-dark);
  font-size: 16px;
}
#course_desc-page .info .right-cons .cons {
  margin-top: 10px;
  font-size: 14px;
  color: var(--text-grey);
  
  word-break: break-all;
}
#course_desc-page .info .right-cons .time {
  margin-top: 10px;
  font-size: 14px;
  color: var(--text-grey);
}
#course_desc-page .info .right-cons .time img {
  display: inline-block;
  vertical-align: middle;
}
#course_desc-page .info .right-cons .time span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
#course_desc-page .info .right-cons .address {
  margin-top: 10px;
  font-size: 14px;
  color: var(--text-grey);
  position: relative;
}
#course_desc-page .info .right-cons .address img {
  position: absolute;
  left: 0px;
  top:0px;
}
#course_desc-page .info .right-cons .address span {
  display: block;
  margin-left: 26px;
}
#course_desc-page .info .right-cons .num {
  margin-top: 10px;
  font-size: 14px;
  position: relative;
}
#course_desc-page .info .right-cons .num .money {
  color: #fc5346;
  font-size: 25px;
}

#course_desc-page .info .right-cons .num .yibaoming{
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

#course_desc-page .tab-container{
    background-color: #fff;
    border-top: 1px solid #f5f5f5;
}

#course_desc-page .tab-container #tab-swiper{
    margin-left: 15px;
    margin-right: 15px;
}
#course_desc-page .tab-container #tab-swiper a{
    font-size: 15px;
    color: #212121;
    position: relative;
    height: 50px;
    line-height: 50px;
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 18px;
    padding-right: 18px;
    border-left: 1px solid #dddddd;
    /* border-right: 1px solid #dddddd; */
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}


#course_desc-page .tab-container #tab-swiper a:hover{
    text-decoration: none;
    color: #ffffff;
    background-color:#ffffff;
    border-color: #267bef;
    color: #267bef;
}
#course_desc-page .tab-container #tab-swiper .swiper-slide.active a{
    color: #ffffff;
    background-color:#ffffff;
    border-color: #267bef;
    color: #267bef;
}

#course_desc-page .tab-container #tab-swiper .swiper-slide.active + div a{
  border-left: 1px solid #267bef;
}

/* #course_desc-page .tab-container #tab-swiper a.active::after{
   content: "";
   width: 40%;
   height: 2px;
   background: #267bef;
   position: absolute;
   bottom: 0px;
   left: 50%;
   transform: translateX(-50%);
} */


#course_desc-page .tab-container .swiper-slide:last-child .box{
  border-right: 1px solid #dddddd;
}


#course_desc-page .desc-wrap {
  background: #fff;
  margin-top: 0px;
  /* border-radius: 5px; */
  /* box-shadow: 0px 0px 10px #f2f2f2; */
}
#course_desc-page .title-bar {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: 30px;
  margin-right: 30px;
  border-top: 1px solid #f5f5f5;
}
#course_desc-page .title-bar .icon_bar {
  display: inline-block;
  vertical-align: middle;
}
#course_desc-page .title-bar span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
  color: #212121;
}
#course_desc-page .title-bar a {
  color: #999999;
  font-size: 14px;
  background: url(../img/course/icon_right.png) no-repeat center right;
  padding-right: 12px;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

#course_desc-page .desc-wrap #lxjs-swiper{
    margin-left: 30px;
    margin-right: 30px;
}
#course_desc-page .desc-wrap .swiper-button-prev {
  background: none;
  font-size: 27px;
  top: 45%;
  cursor: pointer;
  width: 27px;
  height: 27px;
  border-radius: 50%;
}
#course_desc-page .desc-wrap .swiper-button-prev:hover {
  color: var(--main-color);
}
#course_desc-page .desc-wrap .swiper-button-next {
  background: none;
  font-size: 27px;
  top: 45%;
  cursor: pointer;
  width: 27px;
  height: 27px;
  border-radius: 50%;
}
#course_desc-page .desc-wrap .swiper-button-next:hover {
  color: var(--main-color);
}
#course_desc-page .desc-wrap .swiper-slide {
  padding-bottom: 20px;
  margin-bottom: 20px;
  background-color: #fff;
}
#course_desc-page .desc-wrap .swiper-slide a:hover{
  text-decoration: none;
}
#course_desc-page .desc-wrap .swiper-slide .imgs {
  text-align: center;
  margin: 0 auto;
  margin-top: 30px;
  cursor: pointer;
  width: 162px;
  height: 162px;
  overflow: hidden;
  border-radius: 50%;
}
#course_desc-page .desc-wrap .swiper-slide .imgs img {
  width: 100%;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#course_desc-page .desc-wrap .swiper-slide .imgs img:hover {
  transform: scale(1.07);
  -webkit-transform: scale(1.07);
  -moz-transform: scale(1.07);
  -ms-transform: scale(1.07);
  -o-transform: scale(1.07);
}
#course_desc-page .desc-wrap .swiper-slide .name {
  text-align: center;
  color: #212121;
  font-size: 18px;
  margin-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


#course_desc-page .course-list {
  background-color: #ffffff;
}
#course_desc-page .course-list .inbox {
  background: #fff;
  background-color: #fff;
  padding: 20px 15px;
  /* margin-top: 20px; */
  position: relative;
  display: block;
  /* border-bottom: 1px solid #f5f5f5; */
}

#course_desc-page .course-list .container:last-child .inbox{
  border-bottom:none;
}
#course_desc-page .course-list .inbox .imgs img {
  width: 100%;
  vertical-align: middle;
  height: 160px;
}
#course_desc-page .course-list .inbox .rights-cons {
  position: relative;
  min-height: 108px;
}
#course_desc-page .course-list .inbox .rights-cons .show-more {
  position: absolute;
  right: 20px;
  bottom: 0px;
  cursor: pointer;
}
#course_desc-page .course-list .inbox .rights-cons .show-more span {
  color: #267bef;
  font-size: 14px;
  display: inline-block;
}
#course_desc-page .course-list .inbox .rights-cons .show-more .icon_more {
  background: url(../img/course/icon_jt.png);
  width: 8px;
  height: 10px;
  background-size: 8px 10px;
  display: inline-block;
}
#course_desc-page .course-list .inbox .rights-cons .tit {
  color: var(--text-dark);
  font-size: 16px;
  
}
#course_desc-page .course-list .inbox .rights-cons .texts {
  font-size: 14px;
  color: var(--text-grey);
  margin-top: 15px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
#course_desc-page .course-list .inbox .rights-cons .times {
  position: relative;
  margin-top: 15px;
}
#course_desc-page .course-list .inbox .rights-cons .times .img {
  display: inline-block;
  vertical-align: middle;
}
#course_desc-page .course-list .inbox .rights-cons .times span {
  display: inline-block;
  vertical-align: middle;
  color: var(--text-grey);
  font-size: 14px;
  margin-left: 4px;
}
#course_desc-page .course-list .inbox .rights-cons .address {
  position: relative;
  margin-top: 10px;
}
#course_desc-page .course-list .inbox .rights-cons .address img {
  position: absolute;
  top: 0px;
  left: 0px;
}
#course_desc-page .course-list .inbox .rights-cons .address span {
    display: block;
    color: var(--text-grey);
    font-size: 14px;
    margin-left: 26px;
}
#course_desc-page .course-list .inbox:hover {
  text-decoration: none;
}



#course_desc-page .desc-wrap .tinfo {
  padding-bottom: 40px;
  margin-top: 20px;
}
#course_desc-page .desc-wrap .tinfo .imgs {
  margin-left: 30px;
  width: 200px;
  height: 200px;
}
#course_desc-page .desc-wrap .tinfo .imgs img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
}
#course_desc-page .desc-wrap .tinfo .right-text {
  margin-right: 30px;
  overflow: hidden;
}
#course_desc-page .desc-wrap .tinfo .right-text .name {
  color: #212121;
  font-size: 20px;
  margin-top: 25px;
}
#course_desc-page .desc-wrap .tinfo .right-text .tt {
  color: #212121;
  font-size: 14px;
  margin-top: 15px;
}
#course_desc-page .desc-wrap .tinfo .right-text .con {
  color: #676662;
  font-size: 14px;
  margin-top: 10px;
  
  word-break: break-all;
}
#course_desc-page .desc-wrap .content-text {
  margin: 0px 30px;
  color: #676662;
  font-size: 14px;
  padding-bottom: 20px;
}
#course_desc-page .desc-wrap .content-text img{
  max-width: 100%;;
}
#abouts-page .banner {
  background: url(../img/abouts/banner.png) no-repeat center 0px;
  height: 300px;
  margin-top: 80px;
}
#abouts-page .abouts-container {
  margin-bottom: 260px;
  margin-top: 16px;
}
#abouts-page .abouts-container .left-context {
  color: #212121;
  font-size: 15px;
  line-height: 30px;
  margin-top: 0px;
  text-align: justify;
}
#abouts-page .abouts-container .right-box {
  background: url(../img/index/aboutbg.png) no-repeat center;
  position: relative;
  height: 386px;
}
#abouts-page .abouts-container .right-box img {
  width: 90%;
  position: absolute;
  left: 20px;
  bottom: 0px;
  height: 328px;
}
#abouts-page .bank-container {
  background: #f5f5f5;
  height: 230px;
}
#abouts-page .bank-container .box {
  background: #fff;
  position: relative;
  margin-top: -200px;
  text-align: center;
  padding-bottom: 60px;
  box-shadow: 0px 10px 10px #f2f2f2;
  border-radius: 0px 0px 4px 4px;
  height: 400px;
}

#abouts-page .bank-container .swiper-button-prev{
    background: none;
    font-size: 27px;
    top: 50%;
    cursor: pointer;
    width: 27px;
    height: 27px;
    border-radius: 50%;
}

#abouts-page .bank-container .swiper-button-next{
  background: none;
  font-size: 27px;
  top: 50%;
  cursor: pointer;
  width: 27px;
  height: 27px;
  border-radius: 50%;
}


#abouts-page .bank-container .box .imgbox img {
  width: 100%;
  height: 250px;
}
#abouts-page .bank-container .box .tt {
  margin-top: 30px;
  color: #212121;
  font-size: 18px;
  margin-left: 20px;
  margin-right: 20px;
  white-space:nowrap; 
    overflow:hidden; 
    text-overflow:ellipsis;
}
#abouts-page .bank-container .box .conx {
  color: #6f7685;
  font-size: 14px;
  margin-left: 50px;
  margin-right: 50px;
  margin-top: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-all;
}
#abouts-page .map-container {
  overflow: hidden;
}
#abouts-page .map-container .innerbox {
  box-shadow: 0px 0px 10px #e7d5d5;
  margin-top: 65px;
  margin-bottom: 65px;
  padding-left: 40px;
}
#abouts-page .map-container .left-text {
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
}
#abouts-page .map-container .left-text .zh-name {
  color: var(--text-dark);
  font-size: 18px;
  font-weight: bold;
}
#abouts-page .map-container .left-text .en-name {
  color: var(--text-grey);
  font-size: 12px;
  margin-top: 4px;
}
#abouts-page .map-container .left-text .line {
  height: 4px;
  width: 14px;
  background: #e2e2e2;
  margin-top: 40px;
  margin-bottom: 40px;
}
#abouts-page .map-container .left-text .ol {
  color: var(--text-dark);
}
#abouts-page .map-container .left-text .ol .li {
  margin-bottom: 10px;
}
#abouts-page .map-container .left-text .ol .text-grey {
  color: var(--text-grey);
}
#query-page .banner {
  margin-top: 80px;
}
#query-page .banner img {
  width: 100%;
  vertical-align: middle;
}
#query-page .main {
  background-color: white;
  border-radius: 18px;
  margin-top: -40px;
  overflow: hidden;
  margin-bottom: 0px;
}
#query-page .main .title {
  color: var(--text-dark);
  font-size: 22px;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
#query-page .main .form-box {
  background: #f8f8f8;
  margin: 0px 58px;
  border-radius: 10px;
  padding-top: 44px;
  padding-bottom: 44px;
  margin-bottom: 46px;
}
#query-page .main .input-container .col-form-label {
  padding-top: 9px;
  padding-bottom: 9px;
}
#query-page .main .input-container .form-control {
  height: calc(2.375rem + 2px);
}
#query-page .main .right-desc .h6 {
  font-size: 14px;
  color: #212121;
}
#query-page .main .right-desc p {
  font-size: 14px;
  color: #676662;
  margin-bottom: 8px;
}
#query-page .copyright {
  text-align: center;
  font-size: 15px;
  color: var(--text-dark);
  padding-top: 20px;
  padding-bottom: 20px;
}
#query_result-page .banner {
  margin-top: 80px;
}
#query_result-page .banner img {
  width: 100%;
  vertical-align: middle;
}
#query_result-page .main {
  background-color: white;
  border-radius: 18px;
  margin-top: -40px;
  overflow: hidden;
  margin-bottom: 0px;
}
#query_result-page .main .left-tbar {
  position: relative;
  margin: 0px 58px;
  margin-bottom: 22px;
}
#query_result-page .main .left-tbar .icon_bar {
  background: #d82929;
  width: 4px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
}
#query_result-page .main .left-tbar span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  color: var(--text-dark);
  font-size: 15px;
}
#query_result-page .main .title {
  color: var(--text-dark);
  font-size: 22px;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
#query_result-page .main .form-box {
  background: #f8f8f8;
  margin: 0px 58px;
  border-radius: 10px;
  padding-top: 44px;
  padding-bottom: 44px;
  margin-bottom: 46px;
}
#query_result-page .main .input-container .col-form-label {
  padding-top: 9px;
  padding-bottom: 9px;
}
#query_result-page .main .input-container .form-control {
  height: calc(2.375rem + 2px);
}
#query_result-page .main .item-li .inner-title {
  margin: 0px 30px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 27px;
  padding-bottom: 16px;
}
#query_result-page .main .item-li .inner-title img {
  display: inline-block;
  vertical-align: middle;
}
#query_result-page .main .item-li .inner-title span {
  display: inline-block;
  vertical-align: middle;
}
#query_result-page .main .form-control[readonly] {
  background: #fff;
}
#query_result-page .copyright {
  text-align: center;
  font-size: 15px;
  color: var(--text-dark);
  padding-top: 20px;
  padding-bottom: 20px;
}
.mask {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
}
.modal-wrap {
  width: 470px;
  height: 400px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -235px;
  margin-top: -200px;
  background-color: #fff;
  z-index: 9999;
  border-radius: 10px;
  border: 10px solid #fff0f0;
  text-align: center;
  display: none;
}
.modal-wrap img {
  margin-top: 50px;
}
.modal-wrap .tt {
  color: var(--text-dark);
  margin: 0px 90px;
  margin-top: 6px;
}
.modal-wrap .btn {
  width: 280px;
  background: #d82929;
  margin-top: 34px;
  height: 40px;
  opacity: 0.9;
  cursor: pointer;
  border-color: #d82929;
}
@font-face {
  font-family: "iconfont";
  /* Project id  */
  src: url('../fonts/iconfont.ttf?t=1649212000563') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-fenlei:before {
  content: "\e62f";
}
.icon-bg-left:before {
  content: "\e638";
}
.icon-bg-right:before {
  content: "\e64c";
}
#side {
  width: 120px;
  height: 480px;
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}
#side .zixun {
  width: 120px;
  background: #fff;
  border-radius: 63px 63px 4px 4px;
  box-shadow: 0px 3px 10px rgba(5, 36, 82, 0.08);
  position: relative;
}
#side .zixun .kefu_avatar {
  width: 90px;
  height: 90px;
  margin-top: 15px;
}
#side .zixun .hot_phone {
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  color: var(--text-grey);
  padding-left: 2px;
}
#side .zixun .phone_number {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 600;
  line-height: 16px;
  color: var(--text-dark);
  margin-top: 8px;
}
#side .work_code {
  width: 120px;
  /* height: 142px; */
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 3px 10px rgba(5, 36, 82, 0.08);
  padding-bottom: 10px;
}
#side .work_code .code_text {
  font-size: 13px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #666666;
  white-space: pre-wrap;
  margin-bottom: 0px;
}
#side .back_top {
  width: 120px;
  height: 36px;
  background: #fff;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  box-shadow: 0px 3px 10px rgba(5, 36, 82, 0.08);
  color: var(--text-dark);
  display: flex;
  justify-content: center;
}
#side .pointer {
  cursor: pointer;
}
#side .red_code {
  color: #e64141 !important;
}
#side .m-t-10 {
  margin-top: 10px;
}
#side .m-t-8 {
  margin-top: 8px;
}
#side .h-12 {
  height: 12px;
}
#side .w-12 {
  width: 12px;
}
#side .h-108 {
  height: 108px;
}
#side .w-108 {
  width: 108px;
}
#side .m-t-6 {
  margin-top: 6px;
}
#side .m-t-4 {
  margin-top: 4px;
}
#side .h-16 {
  height: 16px;
}
#side .w-16 {
  width: 16px;
}
#side .m-l-8 {
  margin-left: 8px;
}
#side .f-s-14 {
  font-size: 14px;
}
#side .p-l-10 {
  padding-left: 10px;
}
#side .d-none {
  display: none;
}
.flex {
  display: flex;
}
.flex-column {
  flex-direction: column;
}
.align-center {
  align-items: center;
}


.empty-container{
  text-align: center;
  padding-top: 40px;
  padding-bottom: 20px;
}

#empty-container{
    display: none;
}


.bread_crumbs {
  margin-top: 0px;
  font-size: 13.33px;
  color: #7a7a7a;
  padding-top: 15px;
  padding-bottom: 15px;
  /* background: #f8f8f8; */
}

.bread_crumbs img{
    width: 12px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
}

.bread_crumbs a{
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  color: #fff;
}
.bread_crumbs a:hover{
  /* text-decoration: none; */
}
.bread_crumbs span{
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  color: #fff;
}


.footer .f-leftcon.col-xl-10{
    -ms-flex: 0 0 81%;
    flex: 0 0 81%;
    max-width: 81%;
}

.footer .f-leftcon.col-lg-10{
    -ms-flex: 0 0 81%;
    flex: 0 0 81%;
    max-width: 81%;
}




.footer .f-rightcon.col-xl-2{
  -ms-flex: 0 0 19%;
  flex: 0 0 19%;
  max-width: 19%;
}

.footer .f-rightcon.col-lg-2{
  -ms-flex: 0 0 19%;
  flex: 0 0 19%;
  max-width: 19%;
}


