@charset "utf-8";
/*通用CSS样式*/
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #000;
}

ul,li,p,h1,h2,h3,h4,h5,h6,dl,dt,dd,body,td,input {
  margin: 0;
  padding: 0;
  list-style: none;
}

table {
  border-collapse:collapse;
  border-spacing:0;
}

caption,th {
  text-align:left;
  font-weight:normal;
}

del,ins,u,s,a,a:hover {
  text-decoration: none;
}

input,textarea,button {
  outline: 0;
  border: 0;
  border-radius: 2px;
}

a,button
{
  cursor:pointer;
}

.pointer {
  cursor: pointer;
}

.lf {
  float:left;
}

.lf::after {
  content: '';
  display: block;
  clear: both;
}
.rt {
  float:right;
}

.rt::after {
  content: '';
  display: block;
  clear: both;
}
.t-ct {
  text-align: center;
}
.clear {clear:both;}

.col-md-1 {
  width: 8%;
}

.col-md-2 {
  width: 17%;
}

.col-md-3 {
  width: 25%;
}

.col-md-4 {
  width: 33%;
}

.col-md-5 {
  width: 42%;
}

.col-md-6 {
  width: 50%;
}

.col-md-7 {
  width: 58%;
}

.col-md-8 {
  width: 67%;
}

.col-md-9 {
  width: 75%;
}

.col-md-10 {
  width: 83%;
}

.col-md-11 {
  width: 92%;
}

.col-md-12 {
  width: 100%;
}

/*图标 行内块  */
.icon {
  display: inline-block;
}

.t-sm {
  color: #fff;
  font-size: 12px;
}


/*form表单*/
.f-group label {
  display: inline-block;
  width: 60px;
  text-align: left;
  color: #fff;
}

.f-group input {
  width: 220px;
  padding: 5px;
  color: #09427A;
  border: 1px solid #ddd;
}

/************  header ***************/
#header {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 55px;
  top: 0;
  padding: 0 40px;
}

#logo {
  padding-top: 7px;
}

#logo img {
  margin-right:18px;
  width: 60px;
}

#logo .title,
#header .operate li a,
#header .icon-quit,
#header .icon-avatar {
  display: inline-block;
}

#logo h3 {
  font-weight: normal;
}

#header .operate > li {
  position: relative;
  height: 50px;
  float: left;
  color: #7F7F7F;
  margin-left: 10px;
  margin-top: 18px;
}

#header .operate > li > a {
  height: 100%;
  color: #7F7F7F;
  margin-left: 8px;
  margin-right: 10px;
}

#header .icon-avatar {
  width: 17px;
  height: 20px;
  margin-bottom: -4px;
  background: url(../images/avatar.png) no-repeat;
}

#header .icon-quit {
  width: 18px;
  height: 20px;
  margin-bottom: -4px;
  background: url(../images/quit.png) no-repeat; 
}

/**************** section **********************/

#section {
  margin-top: 55px;
}

/*侧边栏  aside*/
#sidebar {
  position: fixed;
  width: 142px;
  top: 55px;
  bottom: 0;
  background: transparent;
}

/*!*by wang*!*/
/*.f-group {*/
  /*margin-top: 10px;*/
/*}*/
/*.f-group label {*/
  /*display: inline-block;*/
  /*width: 120px;*/
  /*margin-right: 10px;*/
  /*text-align: right;*/
  /*font-weight: 500;*/
/*}*/
/*.f-group input {*/
  /*border: 1px solid #ddd;*/
  /*border-radius: 5px;*/
  /*height: 30px;*/
  /*width: 100px;*/
  /*text-indent: 5px;*/
/*}*/
input[type="number"] {
  text-align: center;
}
.btn {
  border: 1px solid #ccc;
  height: 30px;
  background: #f5f5f5;
}
/*by wang*/