
.thesaas-sections-split .section,
.thesaas-sections-split .main-content .topbar,
.thesaas-sections-split .main-content .site-footer {
  margin: 30px 50px 100px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  border: 1px solid #ebebeb;
}

.thesaas-sections-split .main-content .topbar {
  position: static;
}

.thesaas-sections-split .main-content .topbar .topbar-toggler {
  display: none;
}

.thesaas-sections-split .section-info {
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  padding-top: 60px;
}

.thesaas-sections-split.topbar-reveal .main-content .topbar-nav {
  display: none;
}
.topbar-right .close{
  position: absolute;
  bottom: 30px;
  left: 50%;
  width: 30px;
  height: 30px;
  transform: translateX(-50%);
  display: none;
}
@media(max-width: 767px) {

  .thesaas-sections-split .section,
  .thesaas-sections-split .main-content .site-footer {
    margin: 30px 0 100px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }
  .topbar-right{
    position: fixed;
    top: 90px;
    left: 0;
    width: 100%;
    height: calc(100% - 90px);
    background-color: #fff;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
    display: none;
  }
  .topbar-right .right-btn{
    color: #535353 !important;
    border-bottom: 1px solid #eee;
    display: block;
    justify-content: center;
    width: 100% !important;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .topbar-right .right-btn{
    margin-right: 0;
  }
  .body-scrolled .topbar-right {
    top: 60px;
    height: calc(100% - 60px);
  }
  .topbar-right .close{
    display: block;
  }
  #case .py-120{
    padding: 10px 15px !important;
  }
  #case>.container-wide>.row{
    display: flex;
    flex-direction: column;
  }
  #case .section-header{
    margin-bottom: 30px;
  }
  #case>.container-wide>.row .bg-img{
    min-height: 240px !important;
  }
  #case>.container-wide>.row>.col-12{
    order: 100;
  }
  /* 用order排序 */
  #case>.container-wide>.row>.col-12:nth-child(1){
    order: 2;
  }
  #case>.container-wide>.row>.col-12:nth-child(2){
    order: 1;
  }
  #case>.container-wide>.row>.col-12:nth-child(3){
    order: 3;
  }
  #case>.container-wide>.row>.col-12:nth-child(4){
    order: 4;
  }
  #case>.container-wide>.row>.col-12:nth-child(5){
    order: 6;
  }
  #case>.container-wide>.row>.col-12:nth-child(6){
    order: 5;
  }
  #case>.container-wide>.row>.col-12:nth-child(7){
    order: 7;
  }
  #case>.container-wide>.row>.col-12:nth-child(8){
    order: 8;
  }
  #case>.container-wide>.row>.col-12:nth-child(9){
    order: 10;
  }
  #case>.container-wide>.row>.col-12:nth-child(10){
    order: 9;
  }
  #case>.container-wide>.row>.col-12:nth-child(11){
    order: 11;
  }
  #case>.container-wide>.row>.col-12:nth-child(12){
    order: 12;
  }
  #case>.container-wide>.row>.col-12:nth-child(13){
    order: 14;
  }
  #case>.container-wide>.row>.col-12:nth-child(14){
    order: 13;
  }
}
@media (min-width: 768px){
  #ctrl-nav{
    display: none !important;
  }
  .topbar-right{
    display: block;
  }
}

#ctrl-nav{
  width: 26px;
  height: 26px;
}
#ctrl-nav img{
  width: 100%;
  height: 100%;
}
.body-scrolled #ctrl-nav img,
#ctrl-nav img.active{
  display: none;
}
.body-scrolled #ctrl-nav img.active{
  display: block;
}