@charset "UTF-8";
/**!
 * 填表选择
 * date:2021-03-16
 * author: gyc;
 */
.form-type {
  padding: 143px 0 0 240px;
}

.form-type > li {
  float: left;
  width: 285px;
  height: 354px;
  border-radius: 8px;
  text-align: center;
  border: 1px solid transparent;
  cursor: pointer;
}

.form-type > li > a {
  display: block;
  height: 100%;
  padding-top: 250px;
}

.form-type > li .type-name {
  line-height: 30px;
  font-size: 30px;
  letter-spacing: 7px;
  text-indent: 7px;
}

.form-type > li .english {
  margin-top: 15px;
}

.form-type > li.hot {
  background: url("../images/bg-hot.png") no-repeat center;
}

.form-type > li.hot .type-name {
  color: #6f5226;
}

.form-type > li.hot:hover {
  border: 1px solid #cbb486;
  -webkit-box-shadow: 0px 10px 35px 0px rgba(112, 69, 0, 0.15);
          box-shadow: 0px 10px 35px 0px rgba(112, 69, 0, 0.15);
}

.form-type > li.regular {
  background: url("../images/bg-regular.png") no-repeat center;
}

.form-type > li.regular .type-name {
  color: #97543f;
}

.form-type > li.regular:hover {
  border: 1px solid #BC917C;
  -webkit-box-shadow: 0px 10px 35px 0px rgba(112, 29, 0, 0.15);
          box-shadow: 0px 10px 35px 0px rgba(112, 29, 0, 0.15);
}

.form-type > li + li {
  margin-left: 150px;
}
