#contract-temp {
  width: 100%;
  color: #333;
  background: #fff;
}
#contract-temp .banner {
  width: 100%;
  background: url('https://huluwa-ec-official.oss-cn-hangzhou.aliyuncs.com/hlw-fangxinqian/img/contractAdmin/adminbanner.png') no-repeat center center;
  background-size: 100% 100%;
  height: 300px;
  text-align: center;
  color: #fff;
  font-size: 32px;
  padding-top: 108px;
}
#contract-temp .banner .banner-text {
  font-size: 24px;
  padding-top: 20px;
}
#contract-temp .content-box {
  width: 1200px;
  height: 945px;
  margin: 0 auto;
}
#contract-temp .content-box .temp-tip {
  height: 98px;
  width: 100%;
  padding-top: 35px;
  padding-left: 176px;
  padding-right: 62px;
}
#contract-temp .content-box .temp-tip h3 {
  float: left;
  font-size: 24px;
}
#contract-temp .content-box .temp-tip .search-box {
  float: right;
  border-radius: 30px;
  width: 300px;
  height: 32px;
  background: #EAEAEA;
}
#contract-temp .content-box .temp-tip .search-box .form-control {
  border: none;
  height: 32px;
  box-shadow: none;
  background: #eaeaea;
  padding-left: 23px;
  color: #333;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
}
#contract-temp .content-box .temp-tip .search-box .btn {
  outline: none;
  border: 0;
  width: 70px;
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
  color: #fff;
  background-image: linear-gradient(to right, #0e66ff, #033eff);
}
#contract-temp .temp-box {
  width: 1200px;
  height: 840px;
}
#contract-temp .temp-box .nav-tabs {
  width: 144px;
  height: 700px;
  float: left;
  border: 0;
  padding: 0 14px;
  box-shadow: 0 2px 10px rgba(50, 50, 50, 0.1);
}
#contract-temp .temp-box .nav-tabs li {
  float: none;
  height: 68px;
  border-bottom: 2px solid #EAEAEA;
  padding-top: 20px;
}
#contract-temp .temp-box .nav-tabs li a {
  padding: 0;
  border-radius: 30px;
  width: 88px;
  height: 34px;
  line-height: 34px;
  border: none;
  display: block;
  text-align: center;
  font-size: 14px;
  margin: 0 auto;
}
#contract-temp .temp-box .nav-tabs li a:hover {
  color: #fff;
  background-image: linear-gradient(to right, #0e66ff, #2F7CFF);
}
#contract-temp .temp-box .nav-tabs .active > a {
  color: #fff;
  background-image: linear-gradient(to right, #0e66ff, #2F7CFF);
}
#contract-temp .temp-box li:last-child {
  border-bottom: 0;
}
#contract-temp .temp-box .tab-content {
  width: 1024px;
  float: right;
}
#contract-temp .temp-box .tab-content .left-top {
  width: 100%;
  height: 48px;
  background: #F4F4F4;
  margin-bottom: 20px;
  font-size: 14px;
}
#contract-temp .temp-box .tab-content .left-top li {
  float: left;
  width: 125px;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
  color: #999;
}
#contract-temp .temp-box .tab-content .left-top li:first-child {
  color: #2F7CFF;
}
#contract-temp .temp-box .tab-content .temp-list {
  border: 1px solid #ccc;
  height: 680px;
}
#contract-temp .temp-box .tab-content .temp-list .show-table {
  width: 100%;
}
#contract-temp .temp-box .tab-content .temp-list .show-table tr {
  background: #f4f4f4;
  font-size: 16px;
}
#contract-temp .temp-box .tab-content .temp-list .show-table tr th:nth-child(1) {
  width: 400px;
}
#contract-temp .temp-box .tab-content .temp-list .show-table tr th:nth-child(2) {
  width: 230px;
}
#contract-temp .temp-box .tab-content .temp-list .show-table tr th:nth-child(3),
#contract-temp .temp-box .tab-content .temp-list .show-table tr th:nth-child(4),
#contract-temp .temp-box .tab-content .temp-list .show-table tr th:nth-child(5) {
  width: 198px;
}
#contract-temp .temp-box .tab-content .temp-list .show-table tr td:nth-child(1) {
  width: 400px;
}
#contract-temp .temp-box .tab-content .temp-list .show-table tr td:nth-child(2) {
  width: 160px;
}
#contract-temp .temp-box .tab-content .temp-list .show-table tr td:nth-child(3),
#contract-temp .temp-box .tab-content .temp-list .show-table tr td:nth-child(4),
#contract-temp .temp-box .tab-content .temp-list .show-table tr td:nth-child(5) {
  width: 154px;
}
#contract-temp .temp-box .tab-content .temp-list .show-table th {
  height: 52px;
  line-height: 52px;
  text-align: center;
}
#contract-temp .temp-box .tab-content .temp-list .show-table td {
  color: #666;
  height: 52px;
  line-height: 52px;
  text-align: center;
}
#contract-temp .temp-box .tab-content .temp-list .show-table td h3 {
  color: #333;
  text-align: left;
  padding-left: 100px;
}
#contract-temp .temp-box .tab-content .temp-list .show-table tbody tr {
  font-size: 14px;
}
#contract-temp .temp-box .tab-content .temp-list .show-table tbody tr:nth-child(even),
#contract-temp .temp-box .tab-content .temp-list .show-table th {
  background: #fff;
}
#contract-temp .temp-box .tab-content .temp-list .show-table tbody tr:hover {
  background: rgba(253, 152, 39, 0.5);
}
#contract-temp .temp-box .page {
  width: 380px;
  margin: 0 auto;
}
#contract-temp .temp-box .page a {
  color: #666666;
  border: 1px solid #EEEEEE;
  border-radius: 4px !important;
}
#contract-temp .temp-box .page .pagination .Nnumber {
  margin-right: 10px;
  width: 72px;
}
#contract-temp .temp-box .page .pagination .number {
  margin-right: 10px;
}
#contract-temp .temp-box .page .pagination .first {
  display: none;
}
#contract-temp .temp-box .page .pagination .end {
  display: none;
}

.m-style {
  text-align: center;
  zoom: 1;
  height: 0px;
  margin-top: 15px;
  float: right;
}

.m-style:before,
.m-style:after {
  content: "";
  display: table;
}

.m-style:after {
  clear: both;
  overflow: hidden;
}

.m-style span {
  float: left;
  margin: 0 5px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  color: #bdbdbd;
  font-size: 14px;
}

.m-style .active {
  float: left;
  margin: 0 5px;
  width: 31px;
  height: 31px;
  line-height: 31px;
  background: #2F7CFF;
  color: #fff;
  font-size: 14px;
  border: 1px solid #2F7CFF;
  border-radius: 4px;
}

.m-style a {
  float: left;
  margin: 0 5px;
  width: 31px;
  height: 31px;
  line-height: 31px;
  background: #fff;
  border: 1px solid #ebebeb;
  color: #bdbdbd;
  font-size: 14px;
  border-radius: 4px;
}

.m-style a:hover {
  color: #fff;
  background: #2F7CFF;
}

.m-style .next,
.m-style .prev {
  font-family: "Simsun";
  font-size: 16px;
  font-weight: bold;
}

.now,
.count {
  padding: 0 5px;
  color: #f00;
}

.eg img {
  max-width: 800px;
  min-height: 500px;
}

input {
  float: left;
  margin: 0 5px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background: #fff;
  border: 1px solid #ebebeb;
  outline: none;
  color: #bdbdbd;
  font-size: 14px;
}

#contract-temp .temp-box .tab-content .left-top li:first-child {
  color: grey;
}

#contract-temp .temp-box .tab-content .temp-list {
  border: 1px solid #ccc;
  height: auto;
}

#footer .Keepon-record {
  font-size: 14px;
}
/* 大于1132 小于1200 */
@media screen and (min-width: 1132px) and (max-width: 1200px) {
  #contract-temp .content-box {
    height: auto;
    width: 100%;
    margin-bottom: 60px;
  }
  #contract-temp .content-box .temp-tip {
    padding: 35px 110px 0;
  }
  #contract-temp .temp-box {
    height: auto;
    width: 100%;
    padding: 0 60px;
  }
  #contract-temp .temp-box .nav-tabs {
    float: none;
    width: 100%;
    height: 70px;
    margin-bottom: 30px;
  }
  #contract-temp .temp-box .nav-tabs li {
    float: left;
    border-bottom: 0;
  }
  #contract-temp .temp-box .tab-content {
    float: none;
    width: 100%;
  }
}
/* 大于694 小于1132 */
@media screen and (min-width: 632px) and (max-width: 1132px) {
  #contract-temp .content-box {
    height: auto;
    width: 100%;
    margin-bottom: 60px;
  }
  #contract-temp .content-box .temp-tip {
    padding: 35px 74px 0;
  }
  #contract-temp .temp-box {
    height: auto;
    width: 100%;
    padding: 0 30px;
  }
  #contract-temp .temp-box .nav-tabs {
    float: none;
    width: 100%;
    height: 150px;
    margin-bottom: 30px;
  }
  #contract-temp .temp-box .nav-tabs li {
    float: left;
    border-bottom: 0;
  }
  #contract-temp .temp-box .tab-content {
    float: none;
    width: 100%;
  }
  #contract-temp .temp-box .tab-content .temp-list .show-table td h3 {
    padding-left: 36px;
  }
}
/* 大于518 小于694 */
@media screen and (min-width: 518px) and (max-width: 632px) {
  #contract-temp .banner {
    height: 260px;
    padding-top: 100px;
    
  }
  #contract-temp .content-box {
    height: auto;
    width: 100%;
  }
  #contract-temp .content-box .temp-tip {
    height: 135px;
    padding: 35px 0 0;
  }
  #contract-temp .content-box .temp-tip h3 {
    float: none;
    text-align: center;
  }
  #contract-temp .content-box .temp-tip .search-box {
    float: none;
    margin: 20px auto 0;
  }
  #contract-temp .temp-box {
    height: auto;
    width: 100%;
    padding: 0 25px;
  }
  #contract-temp .temp-box .nav-tabs {
    float: none;
    width: 100%;
    height: 210px;
    margin-bottom: 30px;
  }
  #contract-temp .temp-box .nav-tabs li {
    float: left;
    border-bottom: 0;
  }
  #contract-temp .temp-box .tab-content {
    float: none;
    width: 100%;
  }
  #contract-temp .temp-box .tab-content .temp-list .show-table td h3 {
    padding-left: 36px;
  }
}
/* 大于390 小于518*/
@media screen and (min-width: 390px) and (max-width: 518px) {
  #contract-temp .banner {
    height: 200px;
    padding-top: 74px;
    font-size: 22px;
  }
  #contract-temp .banner .banner-text {
    font-size: 18px;
  }
  #contract-temp .content-box {
    height: auto;
    width: 100%;
    margin-bottom: 60px;
  }
  #contract-temp .content-box .temp-tip {
    height: 135px;
    padding: 35px 0 0;
  }
  #contract-temp .content-box .temp-tip h3 {
    float: none;
    font-size: 18px;
    text-align: center;
  }
  #contract-temp .content-box .temp-tip .search-box {
    float: none;
    margin: 20px auto 0;
  }
  #contract-temp .temp-box {
    height: auto;
    width: 100%;
    padding: 0 25px;
  }
  #contract-temp .temp-box .nav-tabs {
    float: none;
    width: 100%;
    height: 220px;
    margin-bottom: 30px;
  }
  #contract-temp .temp-box .nav-tabs li {
    float: left;
    border-bottom: 0;
  }
  #contract-temp .temp-box .nav-tabs li a {
    width: 74px;
  }
  #contract-temp .temp-box .tab-content {
    float: none;
    width: 100%;
  }
  #contract-temp .temp-box .tab-content .temp-list .show-table td h3 {
    padding-left: 14px;
  }
  #contract-temp .temp-box .tab-content .temp-list .show-table tr {
    font-size: 12px;
  }
  #contract-temp .temp-box .tab-content .left-top li {
    width: auto;
    padding: 0 12px;
  }
  #contract-temp .temp-box .page {
    width: 100%;
  }
}
/* 大于320 小于390*/
@media screen and (min-width: 320px) and (max-width: 390px) {
  #contract-temp .banner {
    height: 200px;
    padding-top: 74px;
    font-size: 22px;
  }
  #contract-temp .banner .banner-text {
    font-size: 18px;
  }
  #contract-temp .content-box {
    height: auto;
    width: 100%;
    margin-bottom: 60px;
  }
  #contract-temp .content-box .temp-tip {
    height: 135px;
    padding: 35px 0 0;
  }
  #contract-temp .content-box .temp-tip h3 {
    float: none;
    font-size: 18px;
    text-align: center;
  }
  #contract-temp .content-box .temp-tip .search-box {
    float: none;
    width: 238px;
    margin: 20px auto 0;
  }
  #contract-temp .temp-box {
    height: auto;
    width: 100%;
    padding: 0 25px;
  }
  #contract-temp .temp-box .nav-tabs {
    float: none;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
  #contract-temp .temp-box .nav-tabs li {
    float: left;
    border-bottom: 0;
    height: 54px;
  }
  #contract-temp .temp-box .nav-tabs li a {
    width: 74px;
  }
  #contract-temp .temp-box .tab-content {
    float: none;
    width: 100%;
  }
  #contract-temp .temp-box .tab-content .temp-list .show-table td h3 {
    padding-left: 14px;
  }
  #contract-temp .temp-box .tab-content .temp-list .show-table tr {
    font-size: 12px;
  }
  #contract-temp .temp-box .tab-content .left-top li {
    width: auto;
    font-size: 12px;
    padding-left: 12px;
  }
  #contract-temp .temp-box .page {
    width: 100%;
  }
}
