/* *
 * Created by zhangzhijie303 on 2020/5/15.
 */
.btn {
  display: inline-block;
  padding: 6px 12px;
  align-items: flex-start;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  float: unset;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-submit {
  background: #ffa14d;
  color: white;
  border: 1px solid #ffa14d;
}

.btn-outline-submit, .fund-recommend-list-box .fund-list .btn-outline-pledge {
  color: #ffbf14;
  border: 1px solid #ffbf14;
  background: white;
  font-weight: normal;
}

.btn-outline-submit, .fund-recommend-list-box .fund-list .btn-outline-pledge {
  color: #ffa14d;
  border: 1px solid #ffa14d;
  background: white;
}

.btn-default {
  color: #333333;
  background: #f5f5f4;
  border: 1px solid #e0dfdf;
}

.btn-outline-disabled {
  color: #888 !important;
  border: 1px solid #888 !important;
  background: white !important;
  cursor: not-allowed;
}

.btn-outline-submit, .fund-recommend-list-box .fund-list .btn-outline-pledge {
  color: #ffa14d;
  border: 1px solid #ffa14d;
  background: white;
  border-radius: 4px;
}

.btn-outline-submit:hover, .fund-recommend-list-box .fund-list .btn-outline-pledge:hover {
  color: white;
  background: #ffa14d !important;
}

.fund-recommend-1-box {
  display: inline-block;
}

.fund-recommend-1 {
  float: left;
  width: 520px;
  background: white;
  box-sizing: border-box;
  margin-right: 9px;
  margin-top: 30px;
  border-radius: 5px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}
.fund-recommend-1:last-child {
  margin-right: 0;
  margin-left: 9px;
}
.fund-recommend-1 .title {
  position: relative;
  padding: 20px 30px 20px 56px;
  font-size: 20px;
  font-weight: bold;
  color: #514c4c;
  line-height: 1;
  border-bottom: 1px solid #e0dfdf;
}
.fund-recommend-1 .title img {
  position: absolute;
  left: 22px;
  top: 50%;
  margin-top: -13px;
}
.fund-recommend-1 .title a {
  float: right;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  font-weight: lighter;
  color: #aaaaaa;
  text-decoration: none;
}

.no-right-border {
  border-right: none !important;
}

.recommend-left, .recommend-right {
  float: left;
  padding: 24px 0;
  text-align: center;
}
.recommend-left .btn, .recommend-right .btn {
  float: none;
}

.recommend-left, .recommend-right {
  width: 56%;
  box-sizing: border-box;
}
.recommend-left .fund-name, .recommend-right .fund-name {
  font-size: 18px;
  color: #222222;
  border-right: 1px solid #e0dfdf;
}
.recommend-left .fund-profit, .recommend-right .fund-profit {
  font-size: 40px;
  color: #ffa14d;
  border-right: 1px solid #e0dfdf;
}
.recommend-left .fund-profit span, .recommend-right .fund-profit span {
  font-size: 25px;
}

.recommend-left .fund-description {
  font-size: 12px;
  color: #aaaaaa;
  border-right: 1px solid #e0dfdf;
}

.recommend-right {
  padding-top: 34px;
  margin-left: 5%;
  width: 33%;
}
.recommend-right .fund-description {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #666666;
}
.recommend-right .btn {
  font-size: 16px !important;
  box-sizing: border-box;
}
.recommend-right .btn-outline-submit, .recommend-right .fund-recommend-list-box .fund-list .btn-outline-pledge, .fund-recommend-list-box .fund-list .recommend-right .btn-outline-pledge {
  margin: 13px auto;
  padding: 4px 0;
  width: 108px;
}

.btn-outline-submit, .fund-recommend-list-box .fund-list .btn-outline-pledge {
  margin: 18px 0;
  font-size: 18px;
}

.fund-recommend-2-box {
  display: inline-block;
  margin-top: 20px;
  padding: 0 20px;
  box-sizing: border-box;
  background: white;
  width: 1060px;
}

.fund-recommend-2 {
  padding: 13px 0;
  float: left;
  width: 33%;
  box-sizing: border-box;
  background: url("/front/new_front/assets/icon_xinpinsudi_@2x.png") no-repeat;
  background-position: right bottom;
  background-size: 170px 170px;
  line-height: 1;
}
.fund-recommend-2 .fund-recommend-2-item {
  padding: 0 15px;
  border-right: 1px solid #e0dfdf;
}
.fund-recommend-2:last-child .fund-recommend-2-item {
  border-right: none;
}
.fund-recommend-2 .title {
  position: relative;
  padding: 11px 10px 13px 10px;
  font-size: 20px;
  color: #514c4c;
  font-weight: bold;
  border-bottom: 1px dashed #e0dfdf;
}
.fund-recommend-2 .title img {
  position: absolute;
  left: 8px;
  top: 50%;
  width: 30px;
  transform: translateY(-50%);
}
.fund-recommend-2 .description {
  margin: 30px 0 9px;
  font-size: 13px;
  color: #a9a3a3;
}
.fund-recommend-2 .fund-name {
  font-size: 20px;
  color: #514c4c;
}
.fund-recommend-2 .fund-nav {
  margin: 22px 0 29px;
  font-size: 40px;
  color: #ffa14d;
}
.fund-recommend-2 .fund-date {
  font-size: 13px;
  color: #a9a3a3;
}
.fund-recommend-2 .btn-outline-submit, .fund-recommend-2 .fund-recommend-list-box .fund-list .btn-outline-pledge, .fund-recommend-list-box .fund-list .fund-recommend-2 .btn-outline-pledge {
  margin: 13px auto;
  padding: 0;
  width: 150px;
  height: 30px;
  line-height: 30px;
}

.fund-recommend-3-box {
  display: inline-block;
  margin-top: 20px;
  box-sizing: border-box;
  background: white;
  width: 1060px;
  border-radius: 5px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}
.fund-recommend-3-box .title {
  position: relative;
  padding: 20px 30px 20px 56px;
  font-size: 20px;
  font-weight: bold;
  color: #514c4c;
  line-height: 1;
  border-bottom: 1px dashed #e0dfdf;
}
.fund-recommend-3-box .title img {
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -13px;
}
.fund-recommend-3-box .swiper-wrapper {
  padding: 30px 0;
}

.swiper-wrapper {
  padding: 10px 0;
}

.swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23aeaeae'%2F%3E%3C%2Fsvg%3E") !important;
}

.swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23aeaeae'%2F%3E%3C%2Fsvg%3E") !important;
}

#case1 .swiper-button-next, #case1 .swiper-button-prev {
  width: 14px;
  height: 22px;
  margin-top: -11px;
  -moz-background-size: 14px 22px;
  -webkit-background-size: 14px 22px;
  background-size: 14px 22px;
}

.right-border {
  border-right: 1px solid #e0dfdf;
}

.fund-recommend-3 {
  margin-left: -1px;
  text-align: center;
  line-height: 1;
  cursor: pointer;
}
.fund-recommend-3:last-child {
  border-right: none;
}
.fund-recommend-3 .fund-name {
  font-size: 18px;
  color: #222222;
  line-height: normal;
}
.fund-recommend-3 .fund-tips {
  margin-top: 13px;
}
.fund-recommend-3 .fund-tips span {
  padding: 4px;
  color: #ffa14d;
  border: 1px solid #ffa14d;
  font-size: 12px;
  line-height: 1;
  border-radius: 4px;
}
.fund-recommend-3 .fund-description {
  font-size: 14px;
  color: #222222;
}
.fund-recommend-3 .fund-nav {
  margin: 25px 0 12px;
  font-size: 40px;
  color: #ffa14d;
}
.fund-recommend-3 .fund-date {
  margin-bottom: 25px;
  font-size: 12px;
  color: #a9a3a3;
}

.fund-recommend-list-box {
  display: inline-block;
  margin-top: 20px;
  box-sizing: border-box;
  background: white;
  width: 1060px;
  border-radius: 5px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}
.fund-recommend-list-box .title {
  position: relative;
  padding: 20px 30px 20px 56px;
  font-size: 20px;
  font-weight: bold;
  color: #514c4c;
  line-height: 1;
  border-bottom: 1px solid #e0dfdf;
}
.fund-recommend-list-box .title img {
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -13px;
}
.fund-recommend-list-box .fund-type {
  display: inline-block;
  padding: 20px 20px 16px;
  border-bottom: 4px solid white;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
}
.fund-recommend-list-box .fund-type.active {
  color: #ffa14d;
  border-bottom: 4px solid #ffa14d;
}
.fund-recommend-list-box .fund-type:link {
  color: #ffa14d;
  border-bottom: 4px solid #ffa14d;
}
.fund-recommend-list-box .fund-type:visited {
  color: #ffa14d;
  border-bottom: 4px solid #ffa14d;
}
.fund-recommend-list-box .fund-type:hover {
  color: #ffa14d;
  border-bottom: 4px solid #ffa14d;
}
.fund-recommend-list-box .fund-type:active {
  color: #ffa14d;
  border-bottom: 4px solid #ffa14d;
}
.fund-recommend-list-box .fund-list {
  width: 100%;
}
.fund-recommend-list-box .fund-list thead {
  background: #f2f2f2;
}
.fund-recommend-list-box .fund-list thead th {
  color: #a7a7a7;
  font-weight: normal;
}
.fund-recommend-list-box .fund-list th, .fund-recommend-list-box .fund-list td {
  padding: 15px 0;
  text-align: center;
  font-size: 16px;
  line-height: 1;
}
.fund-recommend-list-box .fund-list td {
  border-bottom: 1px solid #eeeeee;
}
.fund-recommend-list-box .fund-list .fund-name {
  padding-left: 34px;
  text-align: left;
  white-space: normal; 
  width: 215px;
  word-break: break-all;
}
.fund-recommend-list-box .fund-list .fund-name span {
  color: #a7a7a7;
  line-height: 1.5;
}
.fund-recommend-list-box .fund-list .fund-name a {
  text-decoration: none;
  color: #353535;
}
.fund-recommend-list-box .fund-list .fund-name a:hover {
  color: #FF7800;
}
.fund-recommend-list-box .fund-list .red {
  color: #ff0000;
}
.fund-recommend-list-box .fund-list .green {
  color: #63c0a0;
}
.fund-recommend-list-box .fund-list .btn-outline-submit, .fund-recommend-list-box .fund-list .btn-outline-pledge {
  margin: 0;
  padding: 4px;
  font-size: 14px;
  line-height: 1;
  color: #ffa14d;
  border: 1px solid #ffa14d;
}
.fund-recommend-list-box .fund-list .btn-outline-submit:hover, .fund-recommend-list-box .fund-list .btn-outline-pledge:hover {
  color: white;
}
.fund-recommend-list-box .fund-list .btn-outline-pledge:hover {
  background: #ffbf14;
  color: white;
}
.fund-recommend-list-box .fund-list .btn-outline-pledge {
  background: transparent;
  color: #ffbf14;
  border: 1px solid #ffbf14;
}

.fund-recommend-4-box {
  margin: 20px auto 0;
  width: 1060px;
  box-sizing: border-box;
}

.fund-recommend-4 {
  position: relative;
  float: left;
  margin-right: 0px;
  width: 520px;
  height: 184px;
  background: url("/front/new_front/assets/pledge-background.png") no-repeat;
  background-position: 0 0;
  cursor: pointer;
}
.fund-recommend-4:last-child {
  margin-right: 0;
  background: url("/front/new_front/assets/invest-background.png") no-repeat;
}
.fund-recommend-4 .description {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
  width: 520px;
  font-size: 30px;
  line-height: 1;
  color: white;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

.fund-recommend-5-box {
  display: inline-block;
  padding: 37px 0 45px 45px;
  margin-top: 20px;
  box-sizing: border-box;
  background: white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.fund-recommend-5 {
  float: left;
  width: 460px;
  margin-bottom: 20px;
}
.fund-recommend-5:nth-of-type(2n+1) {
  margin-right: 60px;
}
.fund-recommend-5 .title {
  margin-bottom: 6px;
  height: 55px;
  line-height: 55px;
  border-bottom: 2px solid #eeeeee;
  color: black;
  font-size: 18px;
  font-weight: bold;
}
.fund-recommend-5 .title a {
  float: right;
  text-align: right;
  font-size: 13px;
  font-weight: normal;
  color: #a9a3a3;
  text-decoration: none;
}
.fund-recommend-5 .content {
  margin-top: 15px;
  display: inline-block;
  color: #585858;
  width: 100%;
  line-height: 1;
}
.fund-recommend-5 .content .content-title {
  position: relative;
  padding-left: 20px;
  float: left;
  width: 75%;
  font-size: 14px;
  color: #222;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
}
.fund-recommend-5 .content .content-title::after {
  position: absolute;
  margin-top: -2px;
  content: "";
  width: 4px;
  height: 4px;
  background: #ffa14d;
  left: 6px;
  top: 50%;
}
.fund-recommend-5 .content .content-title:hover {
  color: #ffa14d;
}
.fund-recommend-5 .content .content-date {
  float: left;
  width: 25%;
  text-align: right;
  font-size: 14px;
  line-height: 1;
  color: #888888;
}

#checkAllFund {
  font-size: 12px;
  color: #aaaaaa;
  text-decoration: none;
}

.swiper {
  height: 36px;
}
