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

table {
  width: 100%;
}

body {
  background-color: #f5f5f5;
}

.bj {
  background-color: #fff;
}

.p1 {
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}

.navbtom {
  margin-bottom: 44px;
}

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

.navbtom .p2 .fa {
  color: #666;
  font-size: 26px;
}

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

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

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

.p6 {
  width: 20%;
  padding-right: 10px;
  padding-top: 2px;
}

.p6 img {
  width: 20px;
  height: 20px;
}

.p6 .img1 {
  margin-right: 10px;
}

table {
  width: 100%;
}

.mar1 {
  margin-top: 10px;
}

.div12 {
  padding: 10px 15px;
}

.bj {
  background-color: #fff;
}

.table3 {
  border-top: 1px solid #ddd;
}

.table3 .td1 {
  border-right: 1px solid #ddd;
}

.table3 td {
  width: 50%;
  height: 44px;
  color: #4d8ebf;
}

.p31 {
  font-size: 16px;
}

.p32 {
  font-size: 12px;
  text-align: left;
  margin-bottom: 20px;
  margin-top: 15px;
}

.body3 {
  text-align: center;
  padding: 20px 20px 0;
}

.dialog31{
  margin: 200px 48px 0;
}

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

.div3 {
  padding: 65px 0;
}

.navbtom a {
  color: #fff;
}

.table1 tr {
  height: 44px;
  border-bottom: 1px solid #ddd;
}
.table1 .tr11 {
 
  border: none!important;
}

.table1 .td11 {
  width: 80px;
}

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

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

#a200 {
  color: #888;
}

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

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

.div2 {
  padding: 73px 0 0;
}

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

.div4 p {
    margin: 0;
    color: #c03e3e;
    font-size: 13px;
}
.mm{
        background-color: #fff;
    height: 30px;
    direction: rtl;
    outline: none;
    box-shadow: none;
    padding: 3px;
    border: none;
}









