/* Generated by less 2.5.1 */
header {
/*  background: #28215f;*/
  height: 80px;
}
.main {
  width: 1200px;
  margin: 0 auto;
}
.main > dl {
  overflow: hidden;
  border-bottom: 1px dashed #999;
}
.main > dl dt {
  float: left;
  width: 260px;
  display: none;
}
.main > dl dt img {
  display: block;
  width: 200px;
  height: 146px;
  margin: 30px;
}
.main > dl dd {
  width: 100%;
  float: left;
}
.main > dl dd h3 {
  color: #333;
  font-size: 22px;
  padding: 25px 10px 10px;
}
.main > dl dd p {
  font-size: 18px;
  padding: 0 10px 20px;
  color: #999;
}
.main > dl dd p span {
  color: #333;
  padding-left: 10px;
}
.cover {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}
.cover dl {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 200px;
  background: white;
  margin-left: -150px;
  margin-top: -100px;
  border-radius: 5px;
}
.cover dl dt {
  width: 100%;
}
.cover dl dt img {
  display: block;
  width: 100px;
  height: 100px;
  margin: 20px auto 5px;
}
.cover dl dd {
  font-size: 18px;
  color: #333;
  text-align: center;
  line-height: 30px;
}
.cover dl span {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 20px;
  height: 20px;
  background: url('../img/closebtn.png')/*tpa=http://www.fastloan360.com/img/closeBtn.png*/ no-repeat center;
  background-size: 100%;
}
