.initialization {
  margin: 0;
  padding: 0;
  list-style: none;
  vertical-align: middle;
  font-weight: normal;
  font-family: "微软雅黑";
}
.headerNav {
  line-height: 140px;
  color: white;
  font-size: 15px;
  padding-top: 0;
  padding-bottom: 0;
}
.centerDiv {
  max-width: 1400px;
  margin: 0 auto;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.makenone {
  display: none;
}
.also-lamp #myTab li {
  padding-right: 0;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
}
.also-lamp #myTab li a {
  border: none;
}
.also-lamp #myTab li.fnav {
  padding-left: 0;
}
.also-lamp #myTab li.fnav a {
  font-size: 16px;
  font-weight: 600;
}
.also-lamp #myTab li.active {
  border-top: none;
}
.also-lamp #myTabContent .tab-pane .tips .attention {
  font-size: 16px;
  font-weight: 600;
}
.also-lamp #myTabContent .tab-pane .tips .att_main {
  font-size: 14px;
  text-indent: 2rem;
  line-height: 30px;
}
.also-lamp #myTabContent .tab-pane #search-pipe {
  margin-top: 50px;
  width: 100%;
}
.also-lamp #myTabContent .tab-pane #search-pipe .formhead {
  height: 80px;
  line-height: 80px;
  background: #f08300;
  text-align: center;
}
.also-lamp #myTabContent .tab-pane #search-pipe .formhead label {
  margin-right: 10px;
  font-size: 18px;
  color: white;
}
.also-lamp #myTabContent .tab-pane #search-pipe .formhead input {
  width: 290px;
  height: 35px;
  padding-left: 14px;
  outline: none;
  border: none;
  border-radius: 15px;
}
.also-lamp #myTabContent .tab-pane #search-pipe .formhead .help {
  display: block;
  float: right;
  margin-right: 15px;
}
.also-lamp #myTabContent .tab-pane #search-pipe .formhead .help a {
  font-size: 16px;
}
.also-lamp #myTabContent .tab-pane #search-pipe .formhead .help a img {
  margin-left: 15px;
  display: inline-block;
}
.also-lamp #myTabContent .tab-pane #search-pipe .formhead .sm-help {
  display: none;
  float: right;
  margin-right: 10px;
}
.also-lamp #myTabContent .tab-pane #search-pipe .formhead .sm-help a {
  text-decoration: underline;
}
.also-lamp #myTabContent .tab-pane #search-pipe .formbody {
  padding-top: 25px;
  border: 1px solid #e5e5e5;
  border-top: none;
}
.also-lamp #myTabContent .tab-pane #search-pipe .formbody .pipe {
  width: 33%;
  text-align: center;
  margin-left: 27%;
}
.also-lamp #myTabContent .tab-pane #search-pipe .formbody .pipe label {
  font-size: 16px;
}
.also-lamp #myTabContent .tab-pane #search-pipe .formbody .pipe select {
  width: 80%;
}
.also-lamp #myTabContent .tab-pane #search-pipe .formbody .btn {
  width: 105px;
  height: 36px;
  margin-top: 5%;
  margin-left: 38%;
  margin-bottom: 60px;
  border-radius: 15px;
  background: #f08300;
  font-size: 16px;
  color: white;
}
.also-lamp #myTabContent .tab-pane .lightGenerator {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #e5e5e5;
}
.also-lamp #myTabContent .tab-pane .lightGenerator tr td {
  height: 30px;
  border: 1px solid #e5e5e5;
  padding-left: 10px;
  font-size: 16px;
}
.also-lamp #myTabContent .tab-pane .lightGenerator tr td:nth-child(1) {
  width: 23%;
  background: #bbbbbb;
}
.also-lamp #myTabContent .tab-pane .lightGenerator tr:nth-child(2) td:nth-child(2) {
  color: #400;
}
.also-lamp #myTabContent .tab-pane .lightGenerator tr:last-child td:nth-child(2) {
  color: #400;
}
.also-lamp #myTabContent .tab-pane .putdatatable {
  max-height: 300px;
  overflow-y: scroll;
}
@media all and (max-width: 768px) {
  .also-lamp #myTab {
    border-bottom: none;
  }
  .also-lamp #myTab li.fnav {
    display: block;
    border: 1px solid #e5e5e5;
  }
  .also-lamp #myTab li.active {
    background: #f08300;
  }
  .also-lamp #myTab li.active a {
    color: white;
  }
  .also-lamp #myTabContent .tab-pane .tab-head {
    height: 30px;
    line-height: 30px;
  }
  .also-lamp #myTabContent .tab-pane .tab-head span {
    font-size: 17px;
  }
  .also-lamp #myTabContent .tab-main {
    margin-top: 15px;
  }
  .also-lamp #myTabContent .tab-main .tips .att_main {
    line-height: 20px;
  }
  .also-lamp #myTabContent .tab-main #search-pipe {
    margin-top: 30px;
  }
  .also-lamp #myTabContent .tab-main #search-pipe .formhead input {
    border-radius: 3px;
    width: 50%;
  }
  .also-lamp #myTabContent .tab-main #search-pipe .formhead .help {
    display: none;
  }
  .also-lamp #myTabContent .tab-main #search-pipe .formhead .sm-help {
    display: block;
  }
  .also-lamp #myTabContent .tab-main #search-pipe .formbody .pipe {
    width: auto;
    margin-left: inherit;
  }
  .also-lamp #myTabContent .tab-main #search-pipe .formbody .btn {
    display: block;
    margin: 10px auto;
  }
  .also-lamp #myTabContent .tab-main .lightGenerator td {
    padding-left: 3px;
    font-size: 14px;
  }
}
