@import  (reference) "site/variable.less";
/* 这里定义的css会覆盖外部引入的css文件中的定义，同时会被inline中的css定义。html中不应该再出现style标签。除非你作局部替换(scope)——注意，很多浏览器是不支持的scope。 */

body {
  padding-top: 90px;
}

.next {
  text-align: center;
}

.next .btn {
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 50px;
  font-size: 16px;
}

.ee li{
    border: 1px solid #ddd;
    padding-top: 6px;
    padding-bottom: 6px!important;
    width: 133px;
    color: #000;
    background-color: #fff;
    text-align: center;
   
    margin-right: 15px;
}
.ee li.active{
border: 1px solid #0e7fcb;
    padding-top: 6px;
    padding-bottom: 6px!important;
    width: 133px;
    color: #337ab7;
    background-color: rgba(194,211,237,.55)!important;
    text-align: center;
    margin-right: 15px;
}