body {
  background: #f8f8f8;
}
/*登录*/
.rsc_top {
  width: 100%;
  height: 1.75rem;
  background: #eab76a;
  text-align: center;
  line-height: 1.75rem;
  color: #ffffff;
  font-size: 0.65rem;
}
.rsc_top p {
  width: 100%;
  height: 70px;
  margin-left: -1.75rem;
  text-align: center;
}
.rsc_logo {
  width: 100%;
  height: 3.5rem;
  margin: 2rem 0;
  text-align: center;
}
.rsc_logo img {
  width: 3.5rem;
  height: 3.5rem;
}
.rsc_Login {
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.rsc_LoginBox {
  width: 16rem;
  overflow: hidden;
  padding: 0 0.5rem;
  box-sizing: border-box;
}
.rsc_input {
  float: left;
  width: 100%;
  margin-top: 0.5rem;
}
.rsc_input input {
  float: left;
  width: 15rem;
  height: 1.75rem;
  border: solid 1px #e1e1e1;
  background: #ffffff;
  border-radius: 0.125rem;
  font-size: 0.75rem;
  line-height: 1.75rem;
  color: #333333;
  padding-left: 0.25rem;
  box-sizing: border-box;
}
.rsc_input textarea {
  float: left;
  width: 12rem;
  height: 5rem;
  border: solid 1px #e1e1e1;
  background: #ffffff;
  border-radius: 0.125rem;
  font-size: 0.55rem;
  line-height: 1.75rem;
  color: #333333;
  padding-left: 0.25rem;
  box-sizing: border-box;
}
.rsc_input input.Size500 {
  width: 12rem;
}
.rsc_input input.Size240 {
  width: 5.85rem;
}
.rsc_input a.btn {
  width: 15rem;
  height: 1.75rem;
  background: #eab76a;
  color: #ffffff;
  font-size: 0.6rem;
  text-align: center;
  display: inline-block;
  border-radius: 0.125rem;
  line-height: 1.75rem;
  margin-top: 0.25rem;
}
.rsc_input a.btnWhite {
  width: 15rem;
  height: 1.75rem;
  background: #ffffff;
  color: #098223;
  font-size: 0.6rem;
  text-align: center;
  display: inline-block;
  border-radius: 0.125rem;
  line-height: 1.75rem;
  margin-top: 0.25rem;
  border: solid 1px #e1e1e1;
}
.rsc_input a.btn:hover {
  background: #c8a063;
}
.rsc_input a.btnWhite:hover {
  background: #f8f8f8;
}
.rsc_input label {
  float: left;
  width: 3rem;
  height: 1.75rem;
  font-size: 0.55rem;
  line-height: 1.75rem;
  color: #666666;
  text-align: right;
  padding-right: 0.25rem;
  box-sizing: border-box;
}
.rsc_input a.btn2 {
  float: left;
  width: 2.75rem;
  height: 1.75rem;
  background: #098223;
  color: #ffffff;
  font-size: 0.6rem;
  text-align: center;
  display: inline-block;
  border-radius: 0.125rem;
  line-height: 1.75rem;
  margin-left: 0.25rem;
}
.rsc_Comlist {
  width: 16rem;
  overflow: hidden;
  padding: 0 0.5rem;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 0.5rem;
}
.rsc_Comlist ul {
  width: 100%;
  overflow: hidden;
  margin-top: 0.5rem;
}
.rsc_Comlist ul li a {
  width: 100%;
  height: 1.5rem;
  display: inline-block;
  line-height: 1.5rem;
  color: #333333;
  border-bottom: solid 1px #e1e1e1;
  font-size: 0.6rem;
  padding-left: 0.5rem;
  box-sizing: border-box;
  background: #ffffff;
}
.rsc_Comlist ul li a:hover {
  color: #07671c;
  background: #e1e1e1;
}
/*类表*/
.rsc_Back {
  float: left;
  width: 1.75rem;
  height: 1.75rem;
}
.rsc_Back a {
  float: left;
  width: 1.75rem;
  height: 1.75rem;
  display: inline-block;
  background: url(../img/back.png) no-repeat 0 0;
  background-size: 1.75rem 1.75rem;
}
.rsc_Back a:hover {
  filter: alpah(opacity=80);
  opacity: 0.8;
}
.rsc_listBox {
  width: 100%;
  padding: 0.25rem;
  background: #ffffff;
  box-sizing: border-box;
}
.rsc_listBox h1 {
  font-size: 0.65rem;
  color: #333333;
  line-height: 1.75rem;
}
.rsc_listBox table {
  width: 100%;
}
.rsc_listBox table tr th {
  font-size: 0.55rem;
  line-height: 1.75rem;
  font-weight: bold;
  color: #333333;
  background: #eab76a;
  text-align: center;
  border: solid 1px #e1e1e1;
}
.rsc_listBox table tr td {
  font-size: 0.55rem;
  line-height: 1.75rem;
  text-align: center;
  color: #333333;
  border: solid 1px #e1e1e1;
}
.rsc_listBox table tr td input {
    width: 90%;
  height: 1.5rem;
  border: solid 1px #e1e1e1;
  background: #ffffff;
  border-radius: 0.125rem;
  font-size: 0.55rem;
  line-height: 1.5rem;
  color: #333333;
  box-sizing: border-box;
  text-align: center;
}
.wz_footBtn {
  position: fixed;
  width: 100%;
  height: 1.75rem;
  bottom: 0.75rem;
  left: 0;
  text-align: center;
}
.wz_footBtn a.btn {
  width: 15rem;
  height: 1.75rem;
  background: #eab76a;
  color: #333333;
  font-size: 0.6rem;
  text-align: center;
  display: inline-block;
  border-radius: 0.125rem;
  line-height: 1.75rem;
  margin-top: 0.25rem;
}
.wz_footBtn a.btn:hover {
  background: #c8a063;
}
.rsc_dir {
  float: left;
  width: 100%;
  height: 2.5rem;
}
