@font-face {
  font-family: DingTalk-JinBuTi;
  src: url('/static/font/DingTalk JinBuTi.ttf');
}

html,
body {
  /*position: relative;*/
  height: 100%;
}

body {
  background: #FFFFFF;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

@media only screen and (min-width:992px) and (max-width:1199.98px){
  body{
    min-width: 1200px;
    overflow-y: auto;
  }
}

.form-control::-webkit-input-placeholder {
  color: #CECECE;
  opacity: 1
}

.form-control::-moz-placeholder {
  color: #CECECE;
  opacity: 1
}

.form-control:-ms-input-placeholder {
  color: #CECECE;
  opacity: 1
}

.form-control::-ms-input-placeholder {
  color: #CECECE;
  opacity: 1
}

.form-control::placeholder {
  color: #CECECE;
  opacity: 1
}

.nav {
  height: 60px;
  text-align: center;
  position: fixed;
  background:rgba(255,255,255,0.63);
  z-index: 99;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
}

.nav.navBg {
  background-color: #FFFFFF;
}

.nav.fixed {
  background-color: #FFFFFF;
  box-shadow: 0 4px 12px 0 rgba(35, 65, 96, 0.15);
}

.nav .navbar {
  max-width: 1140px;
  width: 100%;
  justify-content: center;
  display: flex;
  padding: 0 1rem;
}

.nav .navbar .navbar-toggler{
  padding: .25rem .5rem;
  margin-left: .5rem;
  font-size: 1rem;
}

.nav .navbar .navbar-toggler-outer{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 992px) {
  .navbar-expand-lg .product-trial {
    display: none;
  }
}

.nav .navbar-brand {
  margin-right: 2rem;
}

.nav .navbar-brand .log {
  align-items: baseline;
}

.nav .navbar-brand .slogan {
  padding: 0 8px 0 32px;
}

.nav .navbar-nav .nav-item {
  position: relative;
  min-width: 70px;
  padding: 0 24px;
  height: 60px;
  line-height: 60px;
}


.nav .navbar-nav .nav-item .nav-link {
  padding: 0;
}


.nav .navbar-nav .nav-item.show .nav-link {
  color: #137AFF;
}

.nav .navbar-nav .nav-item .active {
  border-bottom: 2px #137AFF solid;
  color: #137AFF;
}

.nav .navbar-nav .nav-item .dropdown-toggle::after {
  /*content:none;*/
}

.dark .nav {
  background:rgba(255,255,255,1);
}
.dark .nav.fixed {
  background-color: #FFFFFF;
}

.nav .navbar-nav .navbar-collapse {
  /*background-color:#FFFFFF;*/
  z-index: 10;
}

.nav .navbar-nav li.dropdown {
  position: static;
}

.nav .navbar-nav .dropdown-content {
  position: absolute;
  min-height: 200px;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  justify-content: center;
  margin-top: 0;
  border: 0;
  right: 0;
  display: flex;
  padding: 28px;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #3B3B3B;
  line-height: 20px;
  font-weight: 400;
  box-shadow: 0 4px 12px 0 rgba(35, 65, 96, 0.15);
}

.nav .navbar-nav .dropdown-content .nav-title {
  height: 100%;
}

.nav .navbar-nav .dropdown-content .nav-content {
  /*width:200px;*/
}

.nav .navbar-nav .dropdown-content .col, .nav .navbar-nav .dropdown-content .col-4, .nav .navbar-nav .dropdown-content .col-6 {
  height: 100%;
}

.nav .navbar-nav .dropdown-content{
  background: url('/static/images/sub-menu-bg.png') #FFFFFF no-repeat;
  background-position-x: center;
  background-position-y: bottom;
}

.nav .navbar-nav .dropdown-content h3 {
  font-family: DingTalk-JinBuTi;
  font-size: 14px;
  color: #424141;
  line-height: 22px;
  font-weight: 400;
}

.nav .navbar-nav .dropdown-content .col-4 h3 {
  font-family: PingFangSC-Regular;
}
.nav .navbar-nav .dropdown-content .col{
  padding-left:50px
}
.nav .navbar-nav .dropdown-content .col h3:before {
  content: '';
  width:40px;
  height:40px;
  position: absolute;
  left:-15px;
  top:-15px;
  background:url('/static/images/product-logo.svg') no-repeat 100% 100%;
}

.nav .navbar-nav .dropdown-content .col:last-child h3:before {
  background-image:url('/static/images/product-logo-07.svg')
}


.nav .navbar-nav .dropdown-content h3 a{
  color: #424141;
}
.nav .navbar-nav .dropdown-content h3 a:hover {
  color: #137AFF;
  text-decoration: none;
}

.nav .navbar-nav .dropdown-content h3 a.link{
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #137AFF;
  line-height: 22px;
  font-weight: 400;
}
.nav .navbar-nav .dropdown-content h3 a.link:hover{
  text-decoration:underline;
}

.nav .navbar-nav .dropdown-content hr{
  width:auto;
  height:1px;
  border:0;
  background: linear-gradient(90deg, #E0E0E0 3%, rgba(233,233,233,0.00) 96%);
}


.nav .navbar-nav .dropdown-content p {
  padding-right: 48px;
}

.nav .navbar-nav .dropdown-content ul {
  margin-left: 0;
  padding: 0;
}

.nav .navbar-nav .dropdown-content ul li {
  list-style: none;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #424141;
  line-height: 22px;
  font-weight: 500;
  margin: 20px 0;
}

.nav .navbar-nav .dropdown-content ul li a {
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #424141;
  line-height: 22px;
  font-weight: 500;
}

.nav .navbar-nav .dropdown-content ul li a:hover {
  color: #137AFF;
  text-decoration: none;
}

.nav .navbar-nav .dropdown-content ul li > div {
  margin: 12px 0 0 0;
}

.nav .navbar-nav .dropdown-content .sub-nav-item {
  margin: 12px 0;
  list-style: none;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #424141;
  line-height: 22px;
  font-weight: 500;
}

.nav .navbar-nav .dropdown-content .sub-nav-item a {
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #424141;
  line-height: 22px;
  font-weight: 500;
}

.nav .navbar-nav .dropdown-content .sub-nav-item a:hover {
  color: #137AFF;
  text-decoration: none;
}

.nav .navbar-nav .dropdown-content .desc {
  margin: 0;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #7B7B7B;
  line-height: 20px;
  font-weight: 400;
}

.nav .links {
  min-width: 60px;
  margin-left: auto;
}

.nav .links .btn {
  margin-right: 12px;
}

.nav .links i {
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 12px;
  background-color: #000;
  margin: -2px 4px 0 8px;
}
.nav .hide{
  display:none;
}
.nav .navbar-nav .dropdown-content.hide{
  display:none;
}

.banner .swiper-button-next {
  right: 60px;
}

.banner .swiper-button-next:after {
  content: none;
}

.banner .swiper-slide {
  position: relative;
  background-color:#EFF3F6;
}

.banner .txt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100px;
  /*margin:0 auto;*/
  transform: translateY(-50%);
  text-align: left;
}

.banner .swiper-button-prev {
  left: 80px;
}

.banner .swiper-button-prev:after {
  content: none;
}

.banner .swiper-pagination {
  position: relative;
  bottom: 100px;
  text-align: left;
  margin: 0 auto;
}

.banner .swiper-pagination-bullet {
  background: #137AFF;
  border-radius: 100px 0 100px 0;
  width: 22px;
  height: 5px;
}

.news {
  height: 80px;
  background: url('/static/images/new-background.png') no-repeat center;
}

.news .new-item {
  display: flex;
  align-items: center;
}

.news .new-item a:hover {
  text-decoration: none;
}
.news .new-item p {
  height: 80px;
  line-height: 22px;
  padding: 16px 0;
  vertical-align: middle;
  margin-bottom: 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #424141;
  font-weight: 400;
}

.news .new-item a:hover p{
  color: #137AFF;
}

.news .new-item a .new {
  width: 25px;
  height: 14px;
  padding: 2px 4px;
  margin-left: 12px;
  background: #137AFF;
  border-radius: 7px 0 7px 0;
  font-family: PingFangSC-Regular;
  font-size: 8px;
  color: #FFFFFF;
  font-weight: 400;
}

.news .split {
  width: 1px;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFFFFF 24%, #FFFFFF 49%, #FFFFFF 74%, rgba(255, 255, 255, 0.00) 97%);
}

.news .new-item i:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  background: rgba(19, 122, 255, 0.20);
  border: 1px solid #137AFF;
  border-radius: 50%;
  margin-right: 12px;
}

@media only screen and (max-width:991.98px){
  .news {
    height: auto;
  }
  .news .split {
    display:none;
  }
  .news .new-item p {
    height: auto;
  }
}

.title {
  font-family: DingTalk-JinBuTi;
  font-size: 26px;
  color: #303133;
  line-height: 34px;
  font-weight: 400;
  text-align: center;
}

.description {
  font-family: PingFangSC-Regular;
  font-size: 18px;
  color: #606266;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
  padding-top: 8px
}

.product {
  height: auto;
  padding: 40px 0;
  margin-bottom: 40px;
}

.product .product-content {
  margin-top: 40px;
  color: #FFFFFF;
  min-height: 496px;
}

.product .product-expand {
  background: url("/static/images/solution-bg-white.jpg") #fff3cd;
  background-size: 100% 100%;
  height: 100%;
  padding: 40px 24px;
  color: #000000;
  box-shadow: 10px 0 20px 0 rgba(0, 45, 87, 0.12);
}

.product .product-expand h3 {
  font-family: DingTalk-JinBuTi;
  font-size: 26px;
  color: #303133;
  line-height: 34px;
  font-weight: 400;
  margin-bottom: 24px;
}

.product .product-expand p {
  height: 150px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #424141;
  line-height: 26px;
  font-weight: 400;
}

.product .product-expand ul {
  padding-left: 0;
  height: 150px;
}

.product .product-expand ul li:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  background: rgba(19, 122, 255, 0.20);
  border: 1px solid #137AFF;
  border-radius: 50%;
  margin-right: 12px;
}

.product .product-expand ul li {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #424141;
  line-height: 22px;
  font-weight: 400;
  margin: 12px 0;
  list-style: none;
}

.product .product-expand .product-example {
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #424141;
  font-weight: 500;
  height: 26px;
}

.product .product-expand .product-logos {
  display: flex;
  margin-top: 12px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.product .product-expand .product-logos > div {
  height: 34px;
  padding: 3px 4px;
  margin-bottom:12px;
  margin-right: 12px;
  font-family: DingTalk-JinBuTi;
  font-size: 12px;
  color: #0077ED;
  line-height: 22px;
  font-weight: 400;
  background: #FFFFFF;
  border: 0;
  border-radius: 4px;
}

.product .product-expand .product-logos > div:hover{
  box-shadow: 0 8px 20px 0 rgba(155,165,163,.15);
  animation: pulse 1s;
}
.product .product-expand .product-logos > div a{
  text-decoration: none;
}

.product .product-expand .btn {

}

.product .product-col {
  padding-right: 8px;
  padding-left: 8px;
  height:auto;
}

.product .product-collapse {
  padding: 40px 16px;
  height: 100%;
  border-radius: 8px;
  background-repeat: no-repeat;
  background-size: cover;
}

.product .product-collapse h3 {
  font-family: DingTalk-JinBuTi;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 1rem;
}

.product .product-collapse p {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 22px;
  font-weight: 400;
}


@media only screen and (max-width:991.98px){
  .product .product-content {
    margin-top: 40px;
    color: #FFFFFF;
    height: auto;
  }
  .product .product-col {
    min-height: 400px;
    height:auto;
    padding:8px;
  }
  .product .product-expand .product-logos {
    flex-wrap: wrap;
  }
  .product .product-expand .product-logos>div {
    margin-bottom:8px;
  }
  .product .product-expand ul {
    height:auto;
  }
}


.partner {
  padding: 40px 0;
  height: 450px;
  /*background: url("/static/images/partner-bg.png") no-repeat  #FAFBFF;*/
  background-image: linear-gradient(67deg, #E0EDF8 0%, #F9F8FB 100%);
}

.partner .partnerSwiper {
  margin-top: 8px;
}

.partner .swiper {
  height: 300px;
}

.partner .box {
  height: 300px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  width: 100%;
}

.partner .box .box-left {
  width: 50%;
  margin-right: 96px;
  padding-right:48px;
  height:280px;
  background-repeat: no-repeat;
  background-position: bottom right;
}
.partner .box .box-left img{
  margin-left:auto;
  margin-right:0;
}

.partner .box .box-right {
  width: 600px;
  padding: 32px;
  font-family: DingTalk-JinBuTi;
  font-size: 18px;
  color: #303133;
  line-height: 30px;
  font-weight: 400;
  background: url("/static/images/icon-1.svg") no-repeat left top;
}
.partner .box .box-right p {
  background: url("/static/images/icon2.svg") no-repeat right bottom;
  padding:30px 0;
  margin-bottom: 0;
}
@media only screen and (max-width:991.98px){
  .partner{
    height:auto;
  }
  .partner .swiper {
    height: auto;
  }
  .partner .box {
    height: auto;
    display: flex;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    justify-content: space-around;
    flex-direction: column;
  }
  .partner .box .box-left {
    width: 100%;
    margin-right: 0;
    margin-bottom:16px;
    padding-right:0;
    height:280px;
    background: no-repeat center center;
  }
  .partner .box .box-left img{
    height:280px;
    margin:0 auto;
  }
  .swiper-slide .box .box-left img{
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    right:0;
    transform:none;
    position: relative;
    object-fit: cover;
  }

  .partner .box .box-right {
    width: 100%;
    padding: 32px;
    font-family: DingTalk-JinBuTi;
    font-size: 18px;
    color: #303133;
    line-height: 30px;
    font-weight: 400;
    background: url("/static/images/icon-1.svg") no-repeat left top;
  }
}

.logos {
  margin-top: 48px;
  height: 334px;
  position: relative;
  display: flex;
}

.logos .logoWrap {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding-top:16px;
}

.logos .logoMask {
  display: flex;
  width: 100vw;
  justify-content: space-between;
  position: absolute;
}

.logos .logoMask > div {
  width: 394px;
  height: 334px
}

.logos .logoMask > div:first-child {
  background: linear-gradient(270deg, rgba(243, 243, 247, 0), #f6f7f9)
}

.logos .logoMask > div:nth-child(2) {
  background: linear-gradient(270deg, #f6f7f9, rgba(243, 243, 247, 0))
}

.logos .logo-item {
  width: 200px;
  height: 90px;
  margin-bottom:16px;
}

.contactUs {
  height: 220px;
  padding: 40px 0;
}

.contactUs .btn {
  display: block;
  width: 120px;
  margin: 32px auto 0 auto;
}

.rightSlider {
  position: fixed;
  right: 40px;
  bottom: 150px;
  z-index: 99;
  cursor: pointer;
}
.rightSlider .item-outer{
  background: #FFFFFF;
  border-radius: 50px;
  height:200px;
  margin-bottom:12px;
  padding:24px 0;
  box-shadow: 0 0 20px 0 rgba(0,45,87,0.12);
}

.rightSlider .item-outer .split{
  height:1px;
  background-color: #8a8a8a;
  margin:0 12px;
}

.rightSlider .item {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background-color: #fff;
  margin-bottom: 15px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  -moz-transition: .4s;
  transition: .4s;
  position: relative
}
.rightSlider .item a{
  text-decoration: none;
  color:#1a1d28;
}
.rightSlider .item a:hover{
  color:#0077ED;
}

.rightSlider .item .icon {
  background: center no-repeat;
  display: block;
  height: 100%;
  -o-background-size: auto 35%;
  background-size: auto 35%
}
.rightSlider .item.formItem{
  /*writing-mode: vertical-lr;*/
  width: 40px;
  height:130px;
  margin: 0 auto;
  line-height: 24px;
  font-size: 16px;
  color: #313131;
  font-weight: 400;
}
.rightSlider .item.formItem div{
  margin: 0 auto;
  padding: 0 12px;
  line-height: 22px;
}

.rightSlider .item.formItem .leadForm{
  margin: 0 auto;
  padding: 0 12px;
  line-height: 22px;
  height:400px;
  width:300px;
}

.rightSlider .item.aboutItem{
  border-radius: 0px 0px 50px 50px;
}


.rightSlider .item .i1 {
  height:50px;
  background-image: url('/static/images/customer.svg');
  margin-top:-10px;
}

.rightSlider .item .i2 {
  background-image: url('/static/images/qr.svg');
}
.rightSlider .item.g-backtop{
  border-radius:50px;
  box-shadow: 10px 0 20px 0 rgba(0,45,87,0.12);
}
.rightSlider .item .i3 {
  background-image: url('/static/images/to-top.svg');

}

.rightSlider .item:hover {
  background-color: #FFFFFF;
}

.rightSlider .item:hover .i1 {
  background-image: url('/static/images/customer-hover.svg')
}

.rightSlider .item:hover .i2 {
  background-image: url('/static/images/qr-hover.svg')
}

.rightSlider .item:hover .i3 {
  background-image: url('/static/images/to-top-hover.svg')
}

.rightSlider .qr {
  position: absolute;
  width: 160px;
  background: #fff;
  border-radius: 4px;
  right: 60px;
  top: -100px;
  padding: 14px 24px;
  display: none;
  border: 1px solid rgba(0, 0, 0, .1);
  text-align: center;
  color: #8a8a8a;
  font-size: 12px;
  line-height: 12px
}

.rightSlider .qr::before {
  content: '';
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  top: 112px;
  position: absolute;
  border-left: 6px solid #fff;
  right: -6px;
  z-index: 20
}

.rightSlider .qr img {
  display: block;
  margin-bottom: 15px;
  width:110px;
  height:110px;
}

@media only screen and (max-width:991.98px){
  .rightSlider{display:none}
}

.footer {
  min-height: 248px;
  background-color: #0B1427;
  padding: 40px 0 20px 0;
}

.footer .footer-content {
  display: flex;
}

.footer .left {
  width: 150px;
  flex:0;
}

.footer .footer-logo {

}

.footer .footer-ai {
  margin-top: 32px;
}

.footer .links {
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  color: #FFFFFF;

}

.footer .links ul {
  padding-left: 8px;
}

.footer .links ul h6 {
  font-family: PingFangSC-Semibold;
  font-size: 14px;
  color: #9D9D9D;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 16px;
}

.footer .links ul li {
  list-style: none;
  display: block;
  clear: both;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 12px;

}

.footer .links ul li a {
  color: white;
  text-decoration: none;
}

.footer .links ul li a:hover {
  color: #3282F6;
  text-decoration: none;
}


.footer .right {
  width: 300px;
  padding-left:12px;
  /*margin-left:auto;*/
}

.footer .right .footer-email {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 22px;
  font-weight: 400;
}

.footer .right .footer-icons {

}

.footer .right .footer-qrcode {
  background-color: #FFFFFF;
  width: 100px;
}

.footer .copyright {
  font-size: 12px;
  color: #979797;
  line-height: 20px;
  font-weight: 400;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width:991.98px){
  .footer .footer-content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content:space-around;
  }
  .footer .left{
    margin-bottom:12px;
    width:100%;
    text-align:center;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer .footer-ai {
    margin-top: 0;
  }
  .footer .links{
    display:none;
    flex:0 0 100%;
  }
  .footer .links ul {
    padding-top: 8px;
    width:100%;
    text-align:center;
  }
  .footer .right {
    width: 100%;
    text-align:center;
    padding-bottom: 8px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}


.swiper {
  width: 100%;
  height: 536px;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
}

.swiper-slide a {
  display: flex;
  justify-content: center;
  align-items: center;
  height:100%;
}

.swiper-slide .pic{
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  max-width: 1920px;
  -o-transition: 6s;
  -ms-transition: 6s;
  -moz-transition: 6s;
  -webkit-transition: 6s;
  transition: 6s;
}

.swiper-slide img {
  display: block;
  height: 100%;
  margin: 0 auto;
}

@media only screen and (max-width:991.98px){
  .banner{
    margin-top:50px;
  }
  .banner .txt{
    bottom:30px;
  }
  .banner .txt .btn{
    font-size:0.5rem;
    padding:0.1rem 0.2rem;
  }
  .swiper {
    width: 100%;
    height: 180px;
  }
  .banner .swiper-slide a{
    width:100%;
    height:100%;
    overflow:hidden;
    align-items: center;
    display:flex;
  }
  .swiper-slide img {
    width:100%;
    height:100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
  }
  .banner .swiper-pagination{
    bottom:30px;
  }
  .navbar-collapse{
    background-color:#FFFFFF;
    padding-bottom:24px;
  }
  .navbar-nav{
    align-items: center;

  }
  .nav .navbar {
    padding:0;
    justify-content: space-around;
  }
  .nav .navbar-nav .dropdown-content {
    position: relative;
    min-height: 200px;
    width: 100vw;
    margin-left: -50vw;
    justify-content: center;
    margin-top: -60px;
    padding:18px;
  }
  .nav .navbar-nav .dropdown-content hr{
    margin:4px 0;
  }
  .nav .navbar-nav .dropdown-content ul li{
    margin:12px 0;
  }
  .navbar .container{
    flex-direction: column;
    overflow-y: auto;
  }
  .navbar .container .row{
    flex-direction: column;
  }
  .nav .navbar-nav .dropdown-content .col, .nav .navbar-nav .dropdown-content .col-4, .nav .navbar-nav .dropdown-content .col-6 {
    width: 100%;
    max-width: 100%;
    flex:0;
  }
  .nav .navbar-nav .dropdown-content .col{
    padding-left:18px;
  }
  .nav .navbar-nav .dropdown-content .col h3:before{
    display: none;
    left: -15px;
    top: 0px;
    width: 25px;
    height: 25px;
  }

}
