@charset "UTF-8";
/*
 * @作者: 陆陈伟
 * @创建时间: 2023-12-18 11:09:40
 * @修改时间: 2023-12-18 11:28:23
 * @版本: [1.0]
 * @版权: 国泰新点软件股份有限公司
 * @描述: 
 */
.made {
  padding: 30px 50px;
}
.made > .hd {
  text-align: center;
}
.made > .hd > .text {
  line-height: 40px;
  font-size: 26px;
}
.made > .hd .tt {
  margin-top: 14px;
  margin-bottom: 30px;
  color: #999;
}
.made > .bd {
  padding-top: 10px;
}
.made > .bd .go > .items > li {
  margin-top: 20px;
}
.made > .bd .go > .items > li > .hd {
  font-weight: bold;
  font-size: 18px;
}
.made > .bd .go > .items > li > .bd {
  margin-top: 20px;
  line-height: 24px;
  font-size: 14px;
  color: #666;
  text-indent: 1em;
}

.form-btn {
  padding-top: 50px;
  margin-left: 0;
  text-align: center;
}

.form-btn input {
  width: 200px;
  height: 50px;
  outline: none;
  border: none;
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
  color: #4393f5;
  border: 1px solid #4393f5;
  border-radius: 4px;
  background: #fff;
}

.form-btn input.primary-btn.fill {
  margin-right: 20px;
  background: #4393f5;
  border-radius: 4px;
  color: #fff;
}

.form-btn input.fill,
.form-btn input.primary-btn {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  letter-spacing: 0;
  text-align: center;
  line-height: 14px;
  font-weight: 400;
}