/*2018-05-12*/

.place {
  padding: 0 20px;
  background-color: hsla(0,0%,100%,.9);
  height: 50px;
  line-height: 50px;
  box-shadow: 4px 2px 4px rgba(0,0,0,.12);
  min-width: 870px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
}

.place .title {
  float: left;
  display: inline-block;
  font-size: 16px;
  color: #333;
}

.place .right {
  float: right;
}

.place .right .iconfont {
  font-size: 13px;
  margin-right: 5px;
}

.place .right .search {
  display: inline-block;
  width: 250px;
  position: relative;
  height: 45px;
  margin-right: 15px;
}

.place .right .search input {
  border: none;
  border-bottom: 1px solid #b7b5b5;
  height: 30px;
  outline: none;
  width: 100%
}

.place .right .searchIcon {
  position: absolute;
  right: 0;
  top: 0;
}

.place .right .iconfont.icon-ICon- {
  font-size: 17px;
  position: absolute;
  right: 0
}

.NewObj {
  height: 32px;
  line-height: 29px;
  cursor: pointer;
  display: inline-block;
  color: #fff;
  padding: 0 18px 0 14px;
  border-radius: 18px;
  font-size: 13px;
}

.NewObjMain {
  padding: 20px;
}

.NewObjMain span.title {
  display: inline-block;
  width: 80px;
  height: 34px;
  line-height: 34px;
  float: left;
}

.NewObjMain .iconfont {
  color: green;
}

.ion-close {
  width: 26px;
  height: 24px;
  background-image: url(../images/remove.png);
  display: inline-block;
  position: relative;
  top: 3px;
}

.NewObjMain .form-group {
  margin-bottom: 20px;
}

input[type="checkbox"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: relative;
  border: none;
  margin-bottom: -5px;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}

input[type="checkbox"]:focus,
.checkbox input[type="checkbox"]:focus,
.checkbox-inline input[type="checkbox"]:focus {
  outline: none;
}

input[type="checkbox"]:focus:after,
.checkbox input[type="checkbox"]:focus:after,
.checkbox-inline input[type="checkbox"]:focus:after {
  border-color: #f44336;
}

input[type="checkbox"]:after,
.checkbox input[type="checkbox"]:after,
.checkbox-inline input[type="checkbox"]:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -2px;
  margin-right: 5px;
  border: 2px solid #666666;
  border-radius: 2px;
  -webkit-transition: 240ms;
  -o-transition: 240ms;
  transition: 240ms;
}

input[type="checkbox"]:checked:before,
.checkbox input[type="checkbox"]:checked:before,
.checkbox-inline input[type="checkbox"]:checked:before {
  content: "";
  position: absolute;
  top: 0;
  left: 6px;
  display: table;
  width: 6px;
  height: 12px;
  border: 2px solid #fff;
  border-top-width: 0;
  border-left-width: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

input[type="checkbox"]:checked:after,
.checkbox input[type="checkbox"]:checked:after,
.checkbox-inline input[type="checkbox"]:checked:after {
  background-color: #f44336;
  border-color: #f44336;
}

input[type="checkbox"]:disabled:after,
.checkbox input[type="checkbox"]:disabled:after,
.checkbox-inline input[type="checkbox"]:disabled:after {
  border-color: #bbbbbb;
}

input[type="checkbox"]:disabled:checked:after,
.checkbox input[type="checkbox"]:disabled:checked:after,
.checkbox-inline input[type="checkbox"]:disabled:checked:after {
  background-color: #bbbbbb;
  border-color: transparent;
}

table .iconfont {
  font-size: 12px;
  margin-right: 5px;
}

.In100 {
  width: 100%;
  display: block;
}

.sr-only {
  position: absolute;
  right: -37px;
  color: #313131;
  font-weight: bold;
}

.objname {
  text-align: center;
}

.objname small {
  margin-left: 5px;
}

.objshow {
  margin-top: 30px;
}

.adminfuze span:first-of-type {
  margin-right: 30px;
}

.objshow .title {
  color: #f44336;
  border: 1px solid;
  padding: 0 15px;
  border-radius: 5px;
}

.MainJinDu {
  width: 250px;
  margin-top: 15px;
  position: absolute;
  right: 60px;
  top: 3px;
}

.StateImg {
  position: absolute;
  right: 7px;
  width: 76px;
  top: -13px;
}

.icon-ICon- {
  font-size: 12px;
}

.navbar-right li.active {
  background-color: rgba(0,0,0,.08);
}

.TongJiFen {
  position: absolute;
  right: 130px;
  top: 25px;
  font-size: 17px;
  color: red;
  font-weight: bold;
}
.NewsBtn{
  position: absolute;
  right: 30px;
  top: 20px;
}
@media screen and (max-width: 450px) {
  .footer{
    position: fixed;
  }
  .form-control {
    width: 100%!important;
  }

  .sr-only {
    right: 0
  }

  .MainJinDu {
    width: auto;
    margin-top: 15px;
    position: relative;
    right: 0;
    top: 0;
  }

  .objname {
    margin-bottom: 15px;
  }

  .place .title {
    float: left;
    display: inline-block;
    font-size: 16px;
    color: #333;
    height: 35px;
  }

  .place {
    height: 90px;
  }

  .place .right {
    float: left;
    clear: both;
    height: 35px;
  }

  .place .right .search {
    display: inline-block;
    width: auto;
    position: relative;
    height: 45px;
    margin-right: 15px;
    left: 0;
  }

  .padding-md {
    padding: 0px 10px !important;
  }
 .TongJiFen{
    position: relative;
    right: 0;
    top: 0;
    font-size: 17px;
    color: red;
    font-weight: bold;
   }
}

