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

[data-theme=enterprise] .enterprise-button-group .btn {
  padding: 0;
  width: 210px;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
}
[data-theme=enterprise] .enterprise-button-group .btn-submit {
  margin-right: 90px;
  background: linear-gradient(to right, #a16a21, #e9aa57);
  border: none;
}
[data-theme=enterprise] .enterprise-button-group .btn-submit:hover {
  background: #a16a21;
}
[data-theme=enterprise] .enterprise-button-group .btn-outline-submit {
  background: transparent;
  border: 1px solid #d8c09a;
  color: #d8c09a;
}
[data-theme=enterprise] .enterprise-button-group .btn-outline-submit:hover {
  color: #bc9c73;
  border: 1px solid #bc9c73;
  background: transparent !important;
}

.enterprise-button-group {
  position: absolute;
  top: 130px;
  height: 40px;
  width: 100%;
  text-align: center;
  z-index: 20;
}
.enterprise-button-group .enterprise-button {
  display: inline-block;
}

.login-container .login-box {
  position: absolute;
  padding: 40px 20px;
  top: 90px;
  right: 0;
  width: 350px;
  height: auto;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  box-sizing: border-box;
  z-index: 200;
}
.login-container .login-box .login-button-group {
  padding: 0;
}
.login-container .login-box .btn {
  padding: 8px 12px;
}
.login-container .login-box .btn-submit {
  margin-bottom: 20px;
  background: linear-gradient(to right, #a16a21, #e9aa57);
  border: none;
  font-size: 16px;
}
.login-container .login-box .btn-default {
  background: white;
  color: #bc9c73;
  border: 1px solid white;
  font-size: 16px;
}

.enterprise-fund {
  padding: 40px 0 35px;
}
.enterprise-fund .fund-item {
  display: inline-block;
  padding: 15px 17px;
  margin-right: 20px;
  background: white;
  border-bottom: 6px solid #9e651b;
  border-radius: 4px;
  box-shadow: 1px 1px 5px 1px rgba(127, 127, 127, 0.13);
}
.enterprise-fund .fund-item:last-child {
  margin-right: 0;
}
.enterprise-fund .fund-item-content {
  padding: 46px 0 30px;
  width: 300px;
  text-align: center;
  border: 1px dashed #9e651b;
}
.enterprise-fund .fund-item-content h4 {
  margin: 0 0 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
.enterprise-fund .fund-item-content .tips-box {
  margin-bottom: 15px;
}
.enterprise-fund .fund-item-content .tips-item {
  display: inline-block;
  padding: 2px 4px;
  font-size: 12px;
  line-height: 1;
  color: #d8a157;
  border: 1px solid #d8a157;
  border-radius: 4px;
}
.enterprise-fund .fund-item-content .fund-profit {
  margin-bottom: 20px;
  font-size: 46px;
  font-weight: 700;
  line-height: 1;
  color: #ff7800;
}
.enterprise-fund .fund-item-content p {
  font-size: 14px;
  color: #666666;
}
.enterprise-fund .fund-item-content .btn-enterprise {
  margin-top: 30px;
  padding: 0;
  width: 150px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  color: white;
  border: none;
  background: linear-gradient(to top, #a16a21, #f4b664);
  box-shadow: 1px 1px 5px 1px rgba(127, 127, 127, 0.13);
}

.enterprise-recommend-2 {
  margin-top: 40px;
  padding: 40px 0;
  background: white;
}
.enterprise-recommend-2 .title {
  font-size: 18px;
  color: #333333;
}
.enterprise-recommend-2 .enterprise-recommend-guide {
  position: relative;
  margin: 0 auto;
  width: 813px;
}
.enterprise-recommend-2 .enterprise-recommend-guide a {
  padding-left: 21px;
  font-size: 14px;
  color: #bc9c73;
  text-decoration: none;
}

#guide-box {
  display: none;
  background: #f1f1f1;
}

.enterprise-recommend-guide-modal {
  position: relative;
  top: -14px;
  padding: 40px;
  font-size: 14px;
  line-height: 1.67;
  color: #333333;
  border-radius: 4px;
  z-index: 10;
  background: url(/front/new_front/assets/enterprise/triangle.png) no-repeat;
  background-size: 100% auto;
  background-position: -50px 0;
}
.enterprise-recommend-guide-modal a {
  color: #b98135;
  text-decoration: none;
}
