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

table {
  width: 100%;
}

body {
  background-color: #fff;
}

.bj {
  background-color: #fff;
}
/*顶部栏 */
.navbtom  .p1 {
  background-color: #4dbfaa;
  border-bottom: 1px solid #ddd;
}

.navbtom {
  margin-bottom: 44px;
}

.navbtom .p2 {
  width: 20%;
  padding-left: 10px;
}

.navbtom .p3 {
  color: #fff!important;
  font-size: 25px!important;
}

.navbtom .p4 {
  width: 60%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbtom .p5 {
  font-size: 16px;
  color: #fff;
}

/*结束 */

.mar1 {
  margin-top: 10px;
}

.div12 {
  padding: 10px 15px;
}

.bj {
  background-color: #fff;
}

.div3 img {
  width: 84px;
  height: 84px;
}

.div3 {
  padding: 65px 0;
}

.table1 tr {
  height: 44px;
}

.table1 .tr1 {
  border-bottom: 1px solid #ddd;
}

.table1 .td11 {
  width: 80px;
}

.table1 .td13 {
  color: #337ab7;width: 71px;
}

.table1 .td12 input {
  border: none;
  box-shadow: 0 0 0 #fff;
  padding: 0;
}

.login {
  background-color: #00ad6d;
  color: #fff;
  border: none;
  width: 100%;
  padding: 10px;
  font-size: 16px;
}

.div1 {
  margin: 0 -15px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.div4 p {
  margin: 0;
  color: #00ad6d;
  font-size: 13px;
}

.div4 {
      padding: 10px 0 20px;
}
