@charset "UTF-8";
/* *
 * Created by zhangzhijie303 on 2020/5/19.
 */
/* *
 * Created by zhangzhijie303 on 2020/12/2.
 */
.font-thin {
  font-weight: 100;
}

.font-extra-light {
  font-weight: 200;
}

.font-light {
  font-weight: 300;
}

.font-regular {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semi-bold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-extra-bold {
  font-weight: 800;
}

.font-heavy {
  font-weight: 900;
}

.wealth-product-notice {
  padding: 30px 0;
  background: white;
}

.wealth-product-title {
  position: relative;
  padding-bottom: 19px;
  border-bottom: 1px solid #ede6df;
  height: 30px;
}
.wealth-product-title div {
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  color: #a5845d;
}
.wealth-product-title .wealth-product-search {
  position: absolute;
  right: 0;
  padding: 0 20px;
  height: 30px;
  line-height: 30px;
  box-sizing: border-box;
  border: 1px solid #a5845d;
  border-radius: 4px;
  background: transparent;
}
.wealth-product-title .search {
  position: absolute;
  content: " ";
  height: 20px;
  width: 20px;
  right: 10px;
  top: 5px;
  background: url(/front/new_front/assets/wealth/find.png);
}

.wealth-product-p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
}
.wealth-product-p a {
  color: #a5845d;
  text-decoration: none;
}

.wealth-product-item {
  position: relative;
  margin-top: 20px;
  padding: 0 0 0 20px;
  font-size: 14px;
  color: #666;
  cursor: pointer;
}
.wealth-product-item:hover {
  color: #a5845d;
}
.wealth-product-item .date {
  float: right;
  font-size: 12px;
  color: #999999;
}
.wealth-product-item .icon {
  position: absolute;
  left: 0;
  top: 50%;
  width: 14px;
  transform: translateY(-50%);
}

.wealth-question-list {
  padding: 30px 0;
  background: url("/front/new_front//assets/wealth/product-background.png");
}
.wealth-question-list .read-more {
  color: #999999;
  text-decoration: none;
}
.wealth-question-list .wealth-question-title {
  margin-bottom: 25px;
}
.wealth-question-list .wealth-question-item {
  margin-bottom: 20px;
}
.wealth-question-list .wealth-question,
.wealth-question-list .wealth-answer {
  position: relative;
  line-height: 1.5;
}
.wealth-question-list .wealth-question a,
.wealth-question-list .wealth-answer a {
  color: #999999;
  text-decoration: none;
}
.wealth-question-list .wealth-question {
  font-size: 16px;
  font-weight: 700;
  color: #333333;
}
.wealth-question-list .wealth-answer {
  margin-top: 10px;
  font-size: 14px;
  color: #666666;
}
.wealth-question-list .wealth-answer img {
  top: 10px;
}

.read-more {
  display: block;
  position: relative;
  padding-right: 20px;
  font-size: 14px;
  color: #c0a987;
  cursor: pointer;
}
.read-more img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

/**
模态框
 */
.new-modal {
  display: none;
  position: absolute;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  z-index: 210;
}
.new-modal .new-modal-body-white {
  padding: 0 20px;
  background: white;
}
.new-modal .new-modal-body {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 580px;
  border: 10px solid rgba(255, 255, 255, 0.5);
}
.new-modal .new-modal-title {
  position: relative;
  padding: 20px 0 15px;
  color: #666666;
  font-size: 18px;
  border-bottom: 2px solid #e8e8e8;
}
.new-modal .new-modal-title .close {
  position: absolute;
  right: 0;
  top: 20px;
  cursor: pointer;
}
.new-modal .new-modal-content p {
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
}
.new-modal .tip-box {
  padding: 40px 0;
  text-align: center;
}
.new-modal .tip-box .tip-button {
  display: inline-block;
  position: relative;
  margin: 0 auto 20px;
  padding-right: 30px;
  font-size: 16px;
  color: #a5845d;
}
.new-modal .tip-box .tip-button img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 11px;
}
.new-modal .tip-box .tip-content {
  display: none;
}
.new-modal .tip-box p {
  font-size: 16px;
  color: #666666;
}
.new-modal .btn-submit {
  margin-right: 40px;
  background: #a5845d;
  border: none;
}
