body {
  font-family: "微软雅黑";
}
ul,
li {
  list-style: none;
}
a:hover {
  text-decoration: none;
}
.banner-bg {
  background: url("../images/guide-fund/guide-banner.png") no-repeat center top;
  height: 577px;
  margin-top: 40px;
}
.recomm-box {
  margin-top: -220px;
  border: 1px solid #FBB91D;
  box-shadow: 0px 0px 10px #FBB91D;
}
.recomm-box .media-body {
  padding-left: 20px;
}
.recomm-box .media-body .media-heading {
  margin: 15px 0;
}
.recomm-box .recomm-btn {
  width: 250px;
  background: #FBB91D;
  color: #fff;
  margin-top: 0px;
}
.recomm-box .recomm-btn:hover {
  background: #fbb000;
}
.recomm-box span {
  color: #ff6000;
}
.recomm-info-box {
  margin-top: 60px;
  border: 0px solid #FBB91D;
  box-shadow: 0px 0px 0px #FBB91D;
}
.recomm-info-box .media-body {
  padding-left: 20px;
}
.recomm-info-box .media-body .media-heading {
  margin: 15px 0;
}
.recomm-info-box .recomm-btn {
  width: 250px;
  background: #FBB91D;
  color: #fff;
  margin-top: 0px;
}
.recomm-info-box .recomm-btn:hover {
  background: #fbb000;
}
.recomm-info-box span {
  color: #ff6000;
}
.introduce-box {
  margin-top: 50px;
}
.introduce-box dl {
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
}
.introduce-box dl dt {
  font-weight: 500;
  height: 150px;
  padding: 50px 35px;
}
.introduce-box dl dd {
  font-size: 24px;
  font-weight: 400;
  height: 100px;
  color: #fff;
  line-height: 90px;
}
.introduce-box .introduce-1 dl {
  border: 5px solid #fe6869;
}
.introduce-box .introduce-1 dl dt {
  color: #fe6869;
}
.introduce-box .introduce-1 dl dd {
  background: #fe7778;
}
.introduce-box .introduce-2 dl {
  border: 5px solid #68be4c;
}
.introduce-box .introduce-2 dl dt {
  color: #68be4c;
}
.introduce-box .introduce-2 dl dd {
  background: #77c45e;
}
.introduce-box .introduce-3 dl {
  border: 5px solid #ff814e;
}
.introduce-box .introduce-3 dl dt {
  color: #ff814e;
}
.introduce-box .introduce-3 dl dd {
  background: #ff8d5f;
}
.introduce-box .introduce-4 dl {
  border: 5px solid #64bfec;
}
.introduce-box .introduce-4 dl dt {
  color: #64bfec;
}
.introduce-box .introduce-4 dl dd {
  background: #73c5ee;
}
.fund-list {
  margin-top: 50px;
  position: relative;
}
.fund-list .box {
  overflow: hidden;
  width: 100%;
}
.fund-list .list {
  overflow: hidden;
  width: 9999px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.fund-list .prev {
  width: 40px;
  height: 40px;
  background: url('../images/guide-fund/prev.png') no-repeat;
  display: block;
  position: absolute;
  left: -60px;
  top: 50%;
  margin-top: -20px;
  cursor: pointer;
}
.fund-list .next {
  width: 40px;
  height: 40px;
  background: url('../images/guide-fund/next.png') no-repeat;
  display: block;
  position: absolute;
  right: -60px;
  top: 50%;
  margin-top: -20px;
  cursor: pointer;
}
.fund-list ul {
  padding-left: 0px;
}
.fund-list ul li {
  float: left;
  width: 293px;
}
.fund-list .list-item {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 20px;
}
.fund-list .list-item:hover {
  border: 1px solid #FBB91D;
  box-shadow: 0px 0px 10px #FBB91D;
}
.fund-list .list-head {
  margin-bottom: 10px;
  overflow: hidden;
}
.fund-list .list-head .list-type {
  background: url('../images/guide-fund/list-type-bg.png') no-repeat;
  width: 60px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  display: block;
  float: left;
  display: inline;
  margin-right: 10px;
}
.fund-list .list-head p {
  float: left;
  display: inline;
  line-height: 30px;
  font-size: 16px;
}
.fund-list dl {
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
}
.fund-list dl dt {
  font-size: 16px;
  font-weight: 500;
  color: #ff5146;
  font-size: 18px;
}
.fund-list dl dd {
  font-size: 12px;
}
.fund-list .list-time span {
  color: #ff6000;
}
.fund-list .list-btn {
  background: #fbb91d;
  color: #fff;
  margin-top: 25px;
}
.fund-list .list-btn:hover {
  background: #fbb000;
}
.fund-q {
  margin-top: 50px;
}
.fund-q .fund-q-box {
  height: 250px;
  width: 100%;
  padding: 100px 100px;
  color: #fff;
}
.fund-q .fund-q-1 {
  background: url('../images/guide-fund/q1-bg.png') no-repeat;
}
.fund-q .fund-q-2 {
  margin-top: 30px;
  background: url('../images/guide-fund/q2-bg.png') no-repeat;
}
.fund-steps {
  background: url("../images/guide-fund/fund-steps.png") no-repeat center;
  width: 100%;
  height: 270px;
  margin-top: 50px;
}
.fund-qa-box .fund-qa-title {
  background: url("../images/guide-fund/fund-qa-title.png") no-repeat;
  width: 180px;
  height: 60px;
}
.fund-qa-box .faq-box ul {
  padding-left: 20px;
}
.fund-qa-box .faq-box ul li {
  padding: 20px 0 0px;
  border-bottom: 1px dashed #ddd;
}
.fund-qa-box .faq-box dl {
  overflow: hidden;
}
.fund-qa-box .faq-box dl dt {
  display: inline;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-right: 10px;
}
.fund-qa-box .faq-box dl dd {
  display: inline;
  max-width: 1050px;
  position: relative;
}
.fund-qa-box .faq-box dl dd p {
  border-radius: 5px;
  padding: 10px;
}
.fund-qa-box .faq-box dl dd i {
  position: absolute;
  top: 11px;
  width: 15px;
  height: 20px;
}
.fund-qa-box .faq-box .q-panel dt {
  float: left;
  background: #68be4c;
}
.fund-qa-box .faq-box .q-panel dd {
  float: left;
  padding-left: 15px;
  font-weight: 500;
}
.fund-qa-box .faq-box .q-panel dd p {
  background: #68be4c;
  color: #fff;
  border: 1px solid #68be4c;
}
.fund-qa-box .faq-box .q-panel dd i {
  left: 2px;
  background: url('../images/guide-fund/q-caret.png') no-repeat;
}
.fund-qa-box .faq-box .a-panel dt {
  float: left;
  background: #9d9d9d;
}
.fund-qa-box .faq-box .a-panel dd {
  float: left;
  padding-left: 15px;
}
.fund-qa-box .faq-box .a-panel dd p {
  border: 1px solid #ddd;
}
.fund-qa-box .faq-box .a-panel dd i {
  left: 2px;
  background: url('../images/guide-fund/a-caret.png') no-repeat;
}
.fund-tips {
  margin-top: 50px;
  padding: 20px;
  color: #fe6869;
}
.tophead {
  padding: 5px 0;
  border-bottom: 1px solid #ddd;
  position: fixed;
  top: 0px;
  width: 100%;
  background: #fff;
  z-index: 999;
}
.tophead .logo {
  height: 30px;
}
.tophead .logo img {
  height: 100%;
}
.tophead .tool-list ul li {
  float: left;
  display: inline;
  font-size: 12px;
  margin: 0 10px;
}
.tophead .tool-list a {
  line-height: 2.4rem;
  color: #333;
}
.tophead .tool-list a:hover {
  color: #666;
}
.foot {
  font-size: 12px;
  text-align: center;
  margin-top: 50px;
}
.recomm-form .form-group {
  margin-bottom: 0px;
}
.recomm-form .form-group .control-label {
  padding-left: 0;
  padding-right: 0;
}
