body {

  font-size: 18px;
  line-height: 1.6;
  color: #333;
  background: #f3e0db;
  max-width: 600px;
  margin: 0 auto;

  font-family: "微软雅黑";
}
.title {
  text-align: center;
  font-size: 20px;
  background: #f23030;
  color: #fff;
  height: 60px;
  line-height: 60px;
}
.content {
  width: 95%;
  margin: 5px 10px 10px;
  background: #faf1ef;
  padding: 20px 20px 1px 20px;
  box-sizing: border-box;
  border-radius: 8px;
}
.description, .info {
  width: 100%;
  margin: 12px 0;
  text-align: left;
}
.info input {
  width: 100%;
  height: 45px;
  text-align: left;
  background: #fff;
  outline-color: rgb(40, 117, 232);
  border-radius: 4px;
  box-sizing: border-box;
  border: none;
}
.description textarea {
  width: 100%;
  height: 120px;
  text-align: left;
  background: #fff;
  outline-color: rgb(40, 117, 232);
  border-radius: 4px;
  box-sizing: border-box;
  border: none;
  padding: 20px;
}
.data {
  width: 100%;
}
p {
  margin: 12px 0;
}
.fkd {
  color: red;
  font-size: 20px;
  margin: 0 0 10px 0;
}
.name {
  padding-left: 20px;
  background: url("../daimg/name.jpg") no-repeat scroll left center transparent;
}
.tel {
  padding-left: 20px;
  background: url("../daimg/jiedai.jpg") no-repeat scroll left center transparent;
}
.description input {
  width: 100%;
  height: 55px;
  border: none;
  border-radius: 5px;
  color: #fff;
  background-color: #f23030;
  outline: none;
  font-size: 18px;
}

footer{background: #fbf3f1; text-align: center; padding:22px 0 ; line-height: 20px; font-size: 12px; color: #666;}
footer span{display: block; margin: 0 0 10px 0;}
footer span a,footer span a:visited{display: inline-block; border: 1px solid #fff; border-radius: 15px; width: 150px; height: 30px; text-align: center; line-height: 28px; color: #fff;}
footer span a:active{background: #fff; color: #fff;}

ul,li{ margin:0px;padding:0px;list-style:none;}
#Footer {width:100%; height:40px; background:#009143; position:fixed; bottom:0px; left:0px; z-index:99999;font-size:14px}
#Footer ul{}
#Footer ul li{float:left; width:32.5%; text-align:center; line-height:40px;height:40px;}
#Footer ul li img{ display:inline; vertical-align:middle;}
#Footer ul li a{color:#fff;text-decoration:none}
#Footer ul li a:hover{color:#fff; text-decoration:none}

