/* *
 * 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;
}

.pledge-section {
  text-align: center;
}
.pledge-section .title {
  margin: 35px 0;
}
.pledge-section li {
  padding: 5px 0;
}

.pledge-box {
  padding: 30px 50px 10px;
  background: white;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: 1px 1px 5px 1px rgba(127, 127, 127, 0.13);
}
.pledge-box .pledge-form-control {
  display: inline-block;
  margin: 0 auto;
}
.pledge-box .pledge-form-control select, .pledge-box .pledge-form-control button, .pledge-box .pledge-form-control .form-input-group {
  display: inline-block;
  float: left;
}
.pledge-box .pledge-form-control select {
  margin-right: 20px;
  padding: 0 0 0 18px;
  width: 88px;
  height: 40px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #c5c5c5;
  font-size: 16px;
}
.pledge-box .pledge-form-control .form-input-group {
  margin-right: 20px;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #c5c5c5;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 16px;
}
.pledge-box .pledge-form-control .form-input-group input {
  padding: 0;
  border: none;
  text-align: right;
  font-size: 16px;
}
.pledge-box .pledge-form-control .form-input-group span {
  color: #adadad;
}
.pledge-box .pledge-form-control button {
  padding: 0;
  height: 40px;
  line-height: 40px;
  width: 88px;
  font-size: 16px;
}
.pledge-box ul {
  padding-left: 14px;
  text-align: left;
  color: #666666;
  font-size: 14px;
}

.pledge-link {
  text-align: left;
  font-size: 14px;
  color: #666666;
}
.pledge-link a {
  color: #ffa14d;
  text-decoration: none;
}

.table-form-box {
  padding: 20px 0;
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
}

table {
  font-size: 12px;
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 6px;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  padding: 10px 0;
}

thead {
  background: #F5F5F5;
}

th, td {
  text-align: center;
  border-top: 1px solid #e5e5e5;
  color: #999;
  font-size: 16px;
}

th {
  height: 40px;
  line-height: 40px;
}

td {
  height: 45px;
  line-height: 45px;
  color: #666;
}

.fund-name {
  position: relative;
  padding-left: 70px;
  text-align: left;
  line-height: 1.5;
}
.fund-name img {
  position: absolute;
  left: 30px;
  top: 50%;
  margin-top: -20px;
}
.fund-name span {
  font-size: 14px;
}

.table-rank thead {
  background: #fbfbfb;
}
.table-rank td {
  height: 60px;
  color: #222222;
}
.table-rank a {
  padding: 0;
  width: 88px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
}

.table-title {
  margin: 0 auto;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  height: 36px;
  line-height: 36px;
  text-align: center;
}
.table-title * {
  display: inline-block;
  float: left;
}
.table-title img {
  margin-right: 6px;
}

.table-tips {
  margin: 10px 0;
  font-size: 12px;
  line-height: 1;
  color: #999999;
}
.table-tips a {
  color: #c67a37;
  text-decoration: none;
}
