.orico_Page_bussiness {
  width: 100%;
  position: relative;
  min-height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  background: #f2f2f2;
}
.orico_Page_bussiness .bussinessMain {
  width: 100%;
  background: #f2f2f2;
  position: relative;
  padding-top: 2.5rem;
}
.orico_Page_bussiness .bussinessMain .bd_main {
  max-width: 1366px;
  background: #fff;
  border-radius: 16px;
  padding: 70px 2.4375rem;
  margin: 40px auto;
}
.orico_Page_bussiness .bussinessMain .bd_main .sfbt1 {
  font-size: 24px;
  font-family: Montserrat-Bold, Montserrat;
  font-weight: bold;
  text-align: center;
  padding-bottom: 55px;
  color: #000;
}
.orico_Page_bussiness .bussinessMain .bd_main .bd_ct {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.orico_Page_bussiness .bussinessMain .bd_main .bd_ct .bd_from {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.orico_Page_bussiness .bussinessMain .bd_main .bd_ct .bd_from .theit {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 21px;
}
.orico_Page_bussiness .bussinessMain .bd_main .bd_ct .bd_from .theit .bditem {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-right: 10px;
}
.orico_Page_bussiness .bussinessMain .bd_main .bd_ct .bd_from .theit .bditem .itlable {
  font-size: 14px;
  font-family: Montserrat-Bold, Montserrat;
  color: #000000;
  font-weight: bold;
  padding-bottom: 10px;
  width: fit-content;
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
}
.orico_Page_bussiness .bussinessMain .bd_main .bd_ct .bd_from .theit .bditem .itlable .redtag {
  position: absolute;
  right: -10px;
  top: 0px;
  color: #ee2f53;
}
.orico_Page_bussiness .bussinessMain .bd_main .bd_ct .bd_from .theit .bditem .itinp {
  background: #f2f2f2;
  border-radius: 8px;
  height: 48px;
  border: none;
  box-shadow: none;
  font-family: Montserrat-Regular, Montserrat;
}
.orico_Page_bussiness .bussinessMain .bd_main .bd_ct .bd_from .theit .bditem .form-control {
  display: block;
  padding: 0 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.orico_Page_bussiness .bussinessMain .bd_main .bd_ct .bd_from .theit .bditem .sfbchecks {
  display: flex;
  flex-direction: column;
}
.orico_Page_bussiness .bussinessMain .bd_main .bd_ct .bd_from .theit .bditem .sfbchecks .sfbcheckboxlist {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.orico_Page_bussiness .bussinessMain .bd_main .bd_ct .bd_from .theit .bditem .sfbchecks .sfbcheckboxlist .cit {
  width: 100%;
  font-size: 14px;
  font-family: Montserrat-Regular, Montserrat;
  color: #000;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 12px;
  font-weight: 400;
}
.orico_Page_bussiness .bussinessMain .bd_main .bd_ct .bd_from .theit .bditem .sfbchecks .sfbcheckboxlist .cit .sfbcheckboxit {
  margin: 0;
  border: 1px solid #ccc;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  margin-right: 10px;
}
.orico_Page_bussiness .bussinessMain .bd_main .bd_ct .bd_from .theit .bditem .ittextarea {
  height: 200px;
  padding: 15px;
  background: #f2f2f2;
  border: none;
  border-radius: 8px;
  font-family: Montserrat-Regular, Montserrat;
}
.orico_Page_bussiness .bussinessMain .bd_main .bttj {
  font-size: 14px;
  font-family: Montserrat-Bold, Montserrat;
  font-weight: bold;
  width: 212px;
  padding: 15px 15px;
  background: #004bfa;
  border-radius: 28px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  margin-top: 10px;
  cursor: pointer;
}
.orico_Page_bussiness .bussinessMain .bd_main .error {
  border: 1px solid #ff4155 !important;
}
.orico_Page_bussiness .csunbmit {
  height: 35px;
  margin-top: 10px;
  margin-bottom: 5px;
}
.orico_Page_bussiness .submitBtn {
  width: 75px;
  height: 30px;
  line-height: 26px;
  background-color: #339b53;
  text-align: center;
  display: block;
  color: #ffffff;
  font-size: 12px;
  border-radius: 6px;
  float: left;
}
.orico_Page_bussiness .cli {
  border-bottom: 1px dashed #ccc;
  text-align: left;
  font-size: 12px;
}
.orico_Page_bussiness .ccontent {
  width: 98%;
  padding: 10px;
  background: #f6f9fb;
  border: 1px solid #ccc;
  margin-bottom: 10px;
}
