/* eyoucms.com 易优CMS -- 好用,免费,安全 */
/* 网站变灰色*/
/*html{
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
}*/

body{font-family:Arial,'microsoft yahei',Helvetica, sans-serif; color: #7F7F80; background-color: #fff;}
a{transition: 0.5s;-webkit-transition: 0.4s;-moz-transition: 0.4s;}
ul{list-style:none;}
.top_menu{font-size: 12px; color: #8B8C8B;  width: 100%;  height: 30px;}
.language{float: right;height: 30px; padding: 4px 10px 0px 10px; }
.top_name{display: inline-block; padding-top:10px;}
.flash img{ width: 100%}
.flash ul.bxslider{list-style:none;}
.flash div.bx-pager{bottom: 4%;}
.flash div.bx-controls-direction{ display:none; }
.main{ padding:30px 0px 10px 0px;}
.img-thumbnail:hover,.opacity_img:hover{opacity: 0.8;}

/*导航菜单*/
.navbar{ margin:0px; background-color:#fff; border: none; margin-top: 30px;
  box-shadow: 0px 4px 5px rgba(0, 0, 0,0.2);}
#app_menudown{position: absolute; top:0px; right:0px; font-size: 16px;}
#app_menudown:hover{background-color: #19a2e5;}

/*公司简介*/
.aboutus{padding: 50px 0px; background-color: #F5F5F5;}
.aboutus img{width: 100%;max-width: 540px; display: block; margin: 0 auto;}
.aboutus h2{display: inline-block; float: left; color: #19a2e5; font-size: 16px; font-weight: bold; padding-left: 10px; padding-top:5px; margin: 0px;}
.aboutus span{color: #C9C9C9; font-size: 20px; padding-left: 4px; font-family: "Times New Roman";}
.aboutus p{line-height: 32px;font-size: 13px;padding-left: 10px; margin-top:18px; color: #565656;}
.about_line{border-right: 1px dashed #ccc;}
.about_more{display: inline-block; float: right;margin-top: 8px;color: #B5B5B5; font-size: 12px; padding: 0px 6px; border: 1px solid #B5B5B5; border-radius: 6px;}
.about_more:hover{text-decoration: none;}/*换成箭头*/

/*产品搜索*/
.search_group{margin: 22px 0px 30px 0px; border:1px solid #dfe1e3;}
.search_group input.form-control{ border-radius: 0px;box-shadow: none; color: #787878; padding: 12px 10px;
  height: 36px; background: transparent; border: none;}
.search_group input.form-control:focus{box-shadow: none;border-color: #b2e0fb;}
.mysearch_btn{ background-color:#1260aa;color:#fff;}
.mysearch_btn:hover,.mysearch_btn:focus{ background-color:#02BB5A; color:#fff;}
#submit_search{color:#31363c;font-size: 13px;}
#submit_search:hover{color:#19a2e5;cursor: pointer;}

/*首页产品*/
.index_product{margin-top: 0px;}
.index_product h2{text-align: center;color: #19a2e5; font-weight: bold;  line-height: 28px; font-size: 20px; margin: 0px;}
.index_product span{text-align: center; font-size:18px; color: #C9C9C9; font-family: "Times New Roman";text-transform: uppercase; display: block;}
.eindex_product h2{font-size: 24px; font-weight: bold; text-transform: uppercase;}
.product_list{
    clear: both; 
    padding: 20px 0px 30px 0px;
    margin-right: -10px; /* 增大负边距，使图片框间距更大 */
    margin-left: -10px; /* 增大负边距，使图片框间距更大 */
    display: flex; /* 使用flex布局 */
    flex-wrap: wrap; /* 允许换行 */
}
.product_list2{padding-top: 20px;}

/* 产品图片容器样式 */
.product_img{
    padding: 0; /* 移除内边距 */
    margin: 0 10px 10px; /* 增大左右间距，增加底部间距 */
    position: relative; /* 设置为相对定位，作为标题的参考点 */
    overflow: hidden; /* 确保图片缩放时不会超出容器 */
    border: 1px solid #19a2e5; /* 变细的蓝色边框 */
    border-radius: 8px; /* 圆角效果 */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); /* 基础阴影效果 */
    transition: all 0.3s ease; /* 平滑过渡动画 */
    flex: 0 0 calc(25% - 20px); /* 每行显示4个产品，每个产品宽度为25%减去间距 */
    max-width: calc(25% - 20px); /* 最大宽度限制 */
    height: 320px; /* 设置固定高度，为标题留出空间 */
}

/* 产品图片样式 */
.product_img img {
    margin: 0;
    display: block;
    width: 100%;
    height: 100%; /* 设置高度为100% */
    object-fit: cover; /* 使用cover模式，保持图片比例并覆盖容器 */
    object-position: center; /* 居中显示图片 */
    border: none; /* 移除图片边框 */
    transition: all 0.3s ease; /* 平滑过渡动画 */
    padding-top: 45px; /* 为标题留出空间，避免遮挡图片 */
    box-sizing: border-box; /* 确保内边距不影响整体尺寸 */
}

/* 图片容器悬停效果 */
.product_img:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15); /* 悬停时增强阴影 */
    border-color: #0e7eb7; /* 悬停时边框颜色加深 */
}

/* 图片悬停效果 */
.product_img:hover img {
    transform: translateY(-4px) scale(1.02); /* 悬停时轻微上浮并放大 */
    padding-top: 45px; /* 保持内边距，避免标题遮挡 */
}

/* 产品标题样式 */
.product_title{
    position: absolute; /* 绝对定位在图片内部 */
    top: 0; /* 置于图片顶部 */
    left: 0;
    right: 0;
    margin: 0;
    padding: 10px 15px; /* 添加内边距 */
    text-align: center;
    background-color: rgba(25, 162, 229, 0.9); /* 半透明蓝色背景 */
    color: white; /* 白色文字 */
    z-index: 10; /* 确保标题显示在图片上方 */
    transform: translateY(0); /* 默认位置 */
    transition: all 0.3s ease; /* 添加过渡效果 */
    height: 45px; /* 设置固定高度，与图片padding-top一致 */
    box-sizing: border-box; /* 确保内边距不影响整体尺寸 */
}

/* 图片容器悬停时标题效果 */
.product_img:hover .product_title {
    background-color: rgba(25, 162, 229, 1); /* 悬停时背景更不透明 */
}

/* 标题链接样式 */
.product_title a{
    color: white; /* 白色文字 */
    display: block; /* 使整个标题区域可点击 */
    width: 100%;
    height: 100%;
}

/* 标题链接悬停样式 */
.product_title a:hover{
    text-decoration: none;
    color: white; /* 保持白色文字 */
}

/* 调整第二个产品列表的图片容器高度 */
.product_list2 div.product_img{
    min-height: 250px;
}

/* 相关产品列表 */
.related_list{
    padding-top: 20px;
}

/* 案例区域 */
.index_case{
    background-color: #F5F5F5; 
    margin: 0px; 
    padding: 0px;
}

/* 响应式布局 - 当屏幕宽度小于768px时，每行显示2个产品 */
@media (max-width: 768px) {
    .product_img {
        flex: 0 0 calc(50% - 30px);
        max-width: calc(50% - 30px);
        height: 280px; /* 小屏幕上调整高度 */
    }
    
    .product_img img {
        padding-top: 40px; /* 小屏幕上调整内边距 */
    }
    
    .product_img:hover img {
        padding-top: 40px; /* 保持一致 */
    }
    
    .product_title {
        height: 40px; /* 小屏幕上调整标题高度 */
    }
}

/* 响应式布局 - 当屏幕宽度小于576px时，每行显示1个产品 */
@media (max-width: 576px) {
    .product_img {
        flex: 0 0 calc(100% - 30px);
        max-width: calc(100% - 30px);
        height: 250px; /* 超小屏幕上调整高度 */
    }
    
    .product_img img {
        padding-top: 38px; /* 超小屏幕上调整内边距 */
    }
    
    .product_img:hover img {
        padding-top: 38px; /* 保持一致 */
    }
    
    .product_title {
        height: 38px; /* 超小屏幕上调整标题高度 */
        padding: 8px 15px; /* 调整内边距 */
    }
}

/* 首页新闻 - 优化版本 */
:root {
  --primary-color: #19a2e5;
  --text-color: #565656;
  --muted-color: #989696;
  --border-color: #E6E5E5;
  --card-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --card-hover-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.index_news {
  clear: both;
  list-style: none;
  margin: 0;
  padding: 20px 0 0 5px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.index_news li {
  margin-bottom: 0;
  padding: 8px 10px 5px;
  border-radius: 5px;
  border: 1px solid var(--border-color);
  background-color: white;
  transition: all 0.3s ease;
  box-shadow: var(--card-shadow);
  display: grid;
  grid-template-columns: 45px 1fr;
  gap: 10px;
}

.index_news li:hover {
  transform: translateY(-2px);
  box-shadow: var(--card-hover-shadow);
  border-color: var(--primary-color);
}

.index_news li span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 55px;
  text-align: center;
  background: linear-gradient(135deg, var(--primary-color), #0e7aa9);
  color: white;
  border-radius: 5px;
  transition: all 0.3s ease;
  grid-row: 1 / 3;
  align-self: stretch;
  font-family: "Microsoft YaHei", sans-serif; /* 设置微软雅黑字体 */
}

.index_news li:hover span {
  transform: scale(1.02);
}

.index_news li span strong {
  font-size: 20px;
  line-height: 1;
  font-weight: 900;
}

.index_news li span i {
  font-size: 10px;
  font-style: normal;
  margin-top: 2px;
  font-weight: normal;
}

.index_news li a {
  color: var(--text-color);
  font-size: 14px;
  transition: color 0.3s ease;
  grid-row: 1;
  margin-bottom: 0;
  line-height: 1.2;
}

.index_news li a:hover {
  text-decoration: none;
  color: var(--primary-color);
}

.index_news li em {
  font-style: normal;
  line-height: 1.3;
  font-size: 12px;
  color: var(--muted-color);
  grid-row: 2;
  max-height: 3.9em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/*首页下载*/
.down_box{margin:30px 0px 18px 0px;}
.index_down{clear: both; list-style:none;margin:0px; padding:0px 0px 0px 0px;}
.index_down li{color:#545455;border-bottom: 1px dotted #dddddd;background: url(../img/li.png) no-repeat left 12px;line-height:21px; padding: 8px 0px; padding-left:16px;}
.index_down li a{color:#7F7F80;}
.index_down li a:hover{ text-decoration:none;color:#19a2e5; }
.news_time{ float:right;}

/*首页联系*/
.index_contact{margin:30px 0px 15px 0px;}
.index_contact p{clear: both;color:#7F7F80; padding-bottom: 8px;}

.page_bg{height: 160px; margin-top: 76px;}
.list_box{clear: both; padding:5px 0px 0px 0px;}
.path_title{border: 1px solid #f2f2f2;padding: 8px 19px;overflow: hidden;}

/*左侧栏目*/
.left_nav{ clear: both; padding-top:5px;}
.left_h2{background:url(../img/title_line.jpg) left bottom no-repeat;  display: block; margin-top: 30px; padding: 0px 0px 10px 0px;font-size: 18px;color: #19a2e5;text-transform: uppercase; }
.left_nav_ul{list-style:none;margin:0px;padding:0px; margin:10px 0px 0px 0px;padding-bottom: 10px;}
.left_nav_ul > li{position:relative; border-bottom: 1px solid #f2f2f2; background: url(../img/left_li.gif) 6px 15px no-repeat;padding:8px 0px 8px 18px; }
.left_nav_ul > li > a{text-decoration:none; color:#303c4b;}
.left_nav_ul > li > a:hover,.left_nav_ul li a.left_active{color:#19a2e5;}
.left_nav_ul > li > a.cur,.left_nav_ul li a.left_active{color:#19a2e5;}
/*小类*/
ul.left_snav_ul{list-style:none;padding:0px;display: none; padding-top: 8px;}
ul.left_snav_ul > li{ margin:0px;padding:5px 0px 5px 10px; background: url(../img/left_sli.gif) 0px 13px no-repeat;}
ul.left_snav_ul > li > a{border:0;color:#969494;padding: 5px 0px 5px 0px;}
ul.left_snav_ul > li > a:hover{ text-decoration: none;color:#19a2e5;}
.menu_head{cursor:pointer; font: 600 18px/30px "Open Sans", sans-serif; width:35px; text-align:center;color:#303c4b;display:inline-block;position: absolute; top:3px; right:0px;}
.menu_head:hover{ color: #19a2e5;}

/*左侧新闻*/
.left_news{clear: both; list-style:none;margin:0px; padding:0px;}
.left_news li{color:#545455;border-bottom: 1px dotted #dddddd;background: url(../img/li.png) no-repeat left 12px;line-height:21px; padding: 10px 0px; padding-left:16px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.left_news li a{color:#7F7F80;}
.left_news li a:hover{ text-decoration:none;color:#19a2e5; }

/*新闻列表*/
.list_news{clear: both; list-style:none;margin:0px; padding:0px 0px 20px 0px;}
.list_news li{color:#898989;background: url(../img/li.png) no-repeat left 14px;line-height:22px; padding:8px 0px; padding-left:13px;border-bottom: 1px dashed #e3e2e2;/*dotted*/ }
.list_news li a{color:#303c4b;}
.list_news li a:hover{text-decoration:none;color:#19a2e5;}

.contents{clear: both; padding:4px 2px 20px 2px; line-height:28px; color:#898989;overflow: auto;}
.contents_title{ margin: 0px; padding: 10px 0px; text-align: center; color: #000; font-size:22px;color:#434343;font-weight:bold; line-height: 34px;}

/*分页样式*/
.page{clear:both; margin:0px 0px 40px 0px; text-align: center;}
.page a {display: inline-block; font-family: Arial; font-size: 13px; border: #dbdbdb 1px solid; padding:4px 9px; margin: 2px; margin-bottom: 5px; color: #31363c; text-decoration: none}
.page a:hover,.page a:focus{font-family: Arial;font-size: 13px;border: #000 1px solid; padding:4px 9px;color: #fff; background-color: #31363c;}
.page .current {font-family: Arial;border: #000 1px solid; font-size: 13px; padding:5px 9px; color: #fff;margin: 2px;  background-color: #31363c}

/*产品展示*/
#pic-page {text-align: center; margin-top:10px;}
#pic-page a {margin: 0 2px;}
#pic-page a img {width:40px;padding: 2px;border: solid #ccc 1px; margin-bottom:5px;}
#pic-page a:hover img,#pic-page a.active img {border: solid #5280DD 1px;}
.showpic_box,.proinfo_box{margin: 30px 0px 20px 0px;}
.product_h1{ margin:0px; line-height:24px; font-size:16px; color: #19a2e5; padding-bottom:10px;border-bottom: 1px dotted #cccccc;}
.product_info{list-style:none; padding:0px; margin-top:10px;}
.product_info li{ line-height:24px; padding-bottom:12px;}
.product_con{ clear: both; border-top: 1px dotted #ccc; margin:10px 0px 20px 0px;padding:20px 0px 0px 0px; line-height:26px; color:#898989;overflow: auto;}

.related_h1{padding: 30px 0px 12px 0px; color: #303c4b; margin:0px; display: block;  font-weight:300; font-size:24px; border-bottom:5px solid #f4f5f6;}

.download_btn{text-align: right; margin: 10px 10px 20px 0px;}
.page-btn{background-color: #409669; border: none;}
.page-btn:hover,.page-btn:focus{background-color:#23BB6B; }
.grey-btn{border: none; background-color: #E8E8E8;}
.grey-btn:hover,.grey-btn:focus{background-color: #ccc;}
.related_news{ padding-top: 0px; clear: both;}

.a2a_default_style{display: inline-block;}

/*在线留言订购*/
.feedback{margin-top: 30px; margin-bottom: 40px;}
.form-horizontal .form-group { margin-right: -10px;margin-left: -10px;}
.codeimg{ margin: 0px 0px -10px -18px;}


/*上一个下一个*/
.point{ clear: both; margin:20px 0px 40px 0px; padding-bottom: 40px; line-height:18px;}
.point span.to_prev{text-align:center; }
.point span.to_prev a{color:#0068b7;}
.point span.to_prev a:hover{color: #ea042b}
.point span.to_next{text-align:center; }
.point span.to_next a{color:#0068b7;}
.point span.to_next a:hover{color: #ea042b}

/*标签样式*/
.tags{ margin: 12px 0px 10px 0px}
.tags a{ margin: 0px 5px 8px 0px}
.tags_list{padding: 5px 10px 100px 10px}

.tags_ul{ margin-top: 0px;}
.tags_ul li{line-height: 28px; margin-bottom: 8px; padding-bottom: 10px;}
.tags_ul h3{font-size: 14px; padding: 0px; margin: 0px;line-height: 20px;}
.tags_ul p{font-size: 13px;padding: 0px; margin: 0px; color: #a0a0a0; line-height: 20px; padding-top: 8px;}

/*友情链接*/
.links {
	width: 1150px;
	height: 60px;
	margin: 20px auto 0;
	border-top: 1px dotted #9c9c9c;
	background: url(../img/links.jpg) 5px center no-repeat;
	text-indent: 39px;
	font: 14px/60px "microsoft yahei";
	color: #666;
	overflow: hidden;
}
.links a {
	margin: 0 12px;
	color: #666
}

/*网站地图*/
ul.ul_sitemap{margin: 30px 0px 40px 30px;}
ul.ul_sitemap li{list-style: none; line-height: 26px;clear: both;}
ul.ul_sitemap li a{color: #7d7d7d;}
li.small_li_sitemap{clear: both;padding-left: 12px;}
li.small_li2_sitemap{float: left; padding-left: 20px;}

#translate{width:180px; margin: 0 auto; }
#translate-this{margin: 15px 0px 10px 0px;}

/*底部信息*/
footer{ text-align:center; background-color: #333641; color:#ababa8; padding:20px 0px 1px 0px; margin-top:10px; font-size:13px;}
.copyright{ line-height:20px;}
.copyright a{ color:#ababa8;}
.foot_nav{ width:25%; float:left;background-color: #fafafa;text-align:center;} 
.foot_nav:hover,.foot_nav:focus{background-color: #e4e4e4;}
.foot_nav a{color:#898989;display:block;}
.foot_nav a:hover,.foot_nav a:focus{text-decoration:none;}
.foot_nav span{display:block; padding:0px 0px 0px 0px;color:#898989;}
#foot_btn{width:100%; border: 0px; background: transparent;}
.webshare{width: 230px; padding: 5px;}
.ewebshare{width: 200px; padding: 5px;}

/*大屏幕*/
@media screen and (min-width: 769px) {
      .logo{max-height: 76px; max-width:260px; margin-top: 11px;}
      .flash{margin-top: 76px;}
      .navbar{min-height: 76px;}
      .navbar-nav{float:right;}
      .navbar-nav > li > a { text-align: center;}
      .navbar-default .navbar-nav > li > a{padding: 28px 13px 28px 13px;color: #5e5e5e;text-transform: uppercase;transition: 0.1s;}
      .navbar-default .navbar-nav > li > a:hover,
	  .navbar-default .navbar-nav > li > a.cur,
      .navbar-default .navbar-nav > li > a:focus,
      .navbar-default .navbar-nav > li > a.active,
      .navbar-default .navbar-nav > .active > a,
      .navbar-default .navbar-nav > .active > a:hover,
      .navbar-default .navbar-nav > .open > a,
      .navbar-default .navbar-nav > .open > a:hover,
      .navbar-default .navbar-nav > .open > a:focus {
      background: url(../img/nav_bg.jpg) center bottom; color: #fff;
      }
      .navbar-default .navbar-nav-c > li > a{font-size:14px;padding: 28px 15px 28px 15px;}

      .small-nav{min-height: 60px; background: rgba(255,255,255,0.9); margin-top: 0px;}
      .small-nav .navbar-nav > li > a{padding-top: 20px; padding-bottom:20px;}
      .small-nav img.logo{max-height: 50px; margin-top:9px; max-width:200px; }

      .nav_small{ background-color:#fff; background-color: #494949;padding: 10px 0px 10px 0px; border: none; box-shadow: none; border-radius: 0px; font-size: 12px; min-width: 135px;}
      .nav_small > li{text-align: center;}
      .nav_small > li > a{line-height:28px; color: #fff; padding-left:28px; padding-right:28px; }
      .nav_small > li > a:hover{color: #fff;  background-color: #19a2e5;}
      #app_menudown,#small_search{ display:none; }
      .index_left_nav,.footer_nav{display:none; }
}

/*小屏幕*/
@media screen and (max-width: 768px) {
      .navbar{}
      .navbar-default .navbar-brand {color: #fff;}
      .navbar-default .navbar-brand:hover,
      .navbar-default .navbar-brand:focus {color: #fff;}
      .navbar-toggle{border-color: #ccc;}
      .navbar-default .navbar-collapse, .navbar-default .navbar-form{border:1px solid #ddd;}
      .navbar-default .navbar-toggle:hover,
      .navbar-default .navbar-toggle:focus {
        background: none;
      }
      .navbar-default .navbar-toggle .icon-bar{background-color: #ccc;}
      .navbar-default .navbar-nav{margin-top: 0px;margin-bottom: 0px;}
      .navbar-default .navbar-nav > li {}
      .navbar-default .navbar-nav > li:last-child{border: none;}
      .navbar-default .navbar-nav > li > a,
      .navbar-default .navbar-nav .open .dropdown-menu > li > a{color: #5e5e5e;}
      .navbar-default .navbar-nav > li > a:hover,
       .navbar-default .navbar-nav > li > a:focus,
       .navbar-default .navbar-nav > .active > a, 
       .navbar-default .navbar-nav > .active > a:hover, 
       .navbar-default .navbar-nav > .active > a:focus,
       .navbar-default .navbar-nav > .open > a, 
       .navbar-default .navbar-nav > .open > a:hover, 
       .navbar-default .navbar-nav > .open > a:focus,
       .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover{
        background-color: #19a2e5; color: #fff;}
       .small-nav{background: rgba(255,255,255,0.9); margin-top: 0px;}

      .flash{margin-top: 50px;}
      .top_name{display: none;}
      .language{padding: 2px 0px 0px 0px; }
      .logo{margin:6px 0px 0px 10px; max-width:200px; max-height: 38px;}
      .aboutus{padding-top: 30px; padding-bottom: 35px;}
      .about_line{border-right:0px;padding: 0px 10px;}
      .aboutus p{margin: 0px; margin-top: 10px;}
      .aboutus img{margin-bottom: 50px; padding: 0px 15px;}
      .index_product{margin-top: 30px;}
      .page_bg{display: none;}
      .list_box{margin:70px 0px 0px 0px; }
      .flash div.bx-pager{ /*display:none;*/}
      .left_h2{margin-top: 0px;}
      .index_left_nav{margin:30px 15px 5px 15px;}
      .product_img,.product_list2 div.product_img{min-height: 80px; margin-bottom: 35px;}
      .related_list div.product_img{min-height: 180px;}
      .product_con img,.contents img{width:100%;}
      .list_related h2.left_h2{margin-top: 70px;}
      .news_time{ display:none;}
      .footer_nav{background-color: #fafafa;}
      #pic-page a img {width:35px;}
      #cmsFloatPanel{ display: none;}
      .point span.to_prev,.point span.to_next{text-align:left; padding-bottom: 8px;}
      footer{ margin-bottom:50px;}
}

@media screen and (max-width: 767px) {
     .copyright_p{ display:none;}
}

/*370px到768px*/
@media screen and (min-width:400px) and (max-width:768px) {
  .col-mm-1, .col-mm-2, .col-mm-3, .col-mm-4, .col-mm-5, .col-mm-6, .col-mm-7, .col-mm-8, .col-mm-9, .col-mm-10, .col-mm-11, .col-mm-12 {
    float: left;
  }
  .col-mm-12 {
    width: 100%;
  }
  .col-mm-11 {
    width: 91.66666667%;
  }
  .col-mm-10 {
    width: 83.33333333%;
  }
  .col-mm-9 {
    width: 75%;
  }
  .col-mm-8 {
    width: 66.66666667%;
  }
  .col-mm-7 {
    width: 58.33333333%;
  }
  .col-mm-6 {
    width: 50%;
  }
  .col-mm-5 {
    width: 41.66666667%;
  }
  .col-mm-4 {
    width: 33.33333333%;
  }
  .col-mm-3 {
    width: 25%;
  }
  .col-mm-2 {
    width: 16.66666667%;
  }
  .col-mm-1 {
    width: 8.33333333%;
  }
}