#franchise-form {
  padding-top: 150px
}

#franchise-form .franchise-form__title {
  color: #000;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px
}

#franchise-form .franchise-form__title-2 {
  color: #000;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;
  padding-left: 14px
}

#franchise-form .franchise-form__title-3 {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
  padding-left: 14px
}

#franchise-form .layui-input {
  border-radius: 8px;
  height: 53px;
  background: #f5f5f5
}

#franchise-form .layui-textarea {
  border-radius: 8px;
  height: 240px;
  background: #f5f5f5
}

#franchise-form .franchise-form__label {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  padding-left: 14px;
  margin-bottom: 16px
}

#franchise-form .franchise-form__label span {
  color: #f08200
}

#franchise-form .franchise-form__item {
  margin-bottom: 28px
}

#franchise-form .layui-form-radio.layui-form-radioed .layui-icon-circle:before {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #f08200
}

#franchise-form .layui-form-radio>div {
  color: initial !important
}

#franchise-form .layui-form-radio .layui-icon-circle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #f5f5f5;
  position: relative
}

#franchise-form .layui-form-radio .layui-icon-circle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

#franchise-form .franchise-form__item-group:not(:last-child) {
  margin-bottom: 28px
}

#franchise-form .layui-form-select .layui-edge {
  border-top-color: #f08200
}

#franchise-form .layui-form-select dl {
  top: 53px
}

#franchise-form .franchise-form__footer-title {
  color: #f08200
}

#franchise-form .franchise-form__footer-desc {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px
}

#franchise-form .franchise-form__bottom {
  display: flex
}

#franchise-form .franchise-form__button {
  display: flex;
  width: 198px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  border: 1px solid #F08200;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 3.6px;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  transition: linear .2s opacity;
  background: #fff;
  color: #f08200
}

#franchise-form .franchise-form__button:last-child {
  background: #f08200;
  color: #fff;
  margin-left: 68px
}

#franchise-form .franchise-form__button:hover {
  opacity: .6
}

@media (max-width: 991px) {
  #franchise-form .franchise-form__title {
    font-size: 20px
  }

  #franchise-form .franchise-form__label {
    font-size: 14px
  }

  #franchise-form .franchise-form__title-2 {
    font-size: 18px
  }

  #franchise-form .franchise-form__title-3 {
    font-size: 16px
  }

  #franchise-form .franchise-form__footer-desc {
    font-size: 14px
  }

  #franchise-form .layui-input {
    height: 40px
  }

  #franchise-form .franchise-form__button {
    width: 100px;
    font-size: 14px;
    padding: 0
  }

  #franchise-form .franchise-form__button:last-child {
    margin-left: 20px
  }
}

@media (max-width: 767px) {
  #franchise-form .franchise-form__title {
    font-size: 16px
  }

  #franchise-form .franchise-form__label {
    font-size: 12px
  }

  #franchise-form .franchise-form__title-2,
  #franchise-form .franchise-form__title-3 {
    font-size: 14px
  }

  #franchise-form .franchise-form__footer-desc {
    font-size: 12px
  }

  .layui-form-radio>* {
    font-size: 12px
  }
}