/*
 * @Author: 天吾
 * @Date: 2019-01-23 16:29:55
 * @Last Modified by: 天吾
 * @Last Modified time: 2019-04-27 19:55:52
 */
/*
    size 统一用  sm base lg  表示,  对于不能满足的情况, 仿照衣服尺寸加上 x(EXTRA) 比如  font-size-xlg 表示特大
*/
.gd-choose-industry[data-v-569da084] {
  display: block;
  padding-bottom: 60px;
}
.gd-choose-industry--has-chosen-options[data-v-569da084] {
  padding-bottom: 32px;
}
.gd-choose-industry__header[data-v-569da084] {
  text-align: center;
}
.gd-choose-industry__header-main[data-v-569da084] {
  font-size: 20px;
  margin-bottom: 16px;
  color: #000000;
  font-weight: 600;
}
.gd-choose-industry__header-sub[data-v-569da084] {
  font-size: 16px;
  margin-bottom: 36px;
  color: #000000;
}
.gd-choose-industry__option-list[data-v-569da084] {
  display: flex;
  flex-wrap: wrap;
  width: calc(135px * 4 + 14px * (4 - 1));
  margin: auto;
}
.gd-choose-industry__option-btn[data-v-569da084],
.gd-choose-industry__next-btn[data-v-569da084] {
  display: inline-block;
  width: 135px;
  height: 44px;
  line-height: 42px;
  text-align: center;
  padding: 0;
  border: 1px solid #eee;
  border-radius: 4px;
  cursor: pointer;
}
.gd-choose-industry__next-btn[data-v-569da084] {
  font-weight: 600;
  color: #444950;
}
.gd-choose-industry__option-btn.chosen[data-v-569da084] {
  border-color: #005CF9;
  color: #005CF9;
  background: #ecf3ff;
  font-weight: 500;
}
.gd-choose-industry__option-item[data-v-569da084] {
  margin-right: 14px;
}
.gd-choose-industry__option-item[data-v-569da084]:nth-child(4n) {
  margin-right: 0;
}
.gd-choose-industry__option-item[data-v-569da084]:nth-child(n + 5) {
  margin-top: 14px;
}
.gd-choose-industry__footer[data-v-569da084] {
  display: flex;
  justify-content: center;
  margin-top: 64px;
}
