/*房屋信息*/
#houseMessageForm {
  padding: 0 10px 0 10px;
}

.houseMessageMsg {
  width: 1170px;
}

.houseMessageAcross {
  width: 1170px;
  display: flex;
  justify-content: space-between;
}

.houseMessageAcrossNew {
  width: 1170px;
  display: flex;
  justify-content: flex-start;
}

.houseMessageAcrossSpan {
  display: flex;
  /*width: 362px !important;*/
  /*overflow: hidden;*/
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 15px;
  position: relative;
}

.houseMessageAcrossSpan > textarea {
  box-sizing: border-box;
  padding: 4px;
}

.white .textar .housedescinput {
  width: 800px !important;
  padding: 5px;
}

.white .textar .labels {
  display: inline-block;
  width: 115px;
  text-align: right;
}


.houseMessageAcrossSpanNew {
  /*width: 534px;*/
  /*width:630px;*/
  width: 808px !important;
  margin-left: 60px;
  align-items: flex-start;
}

.houseMessageAcrossSpanRadio {
  display: flex;
  width: 362px;
  margin-bottom: 15px;
  height: 28px;
  align-items: center;
}

.houseMessageAcrossLabel {
  width: 88px;
  display: flex;
  align-items: flex-start;
  line-height: 25px;
}

.requiredLogo {
  width: 7px;
  height: 14px;
  text-align: center;
  color: #FE0019;
}

.houseMessageInputName {
  display: block;
  width: 53px;
  margin-left: 4px;
  text-align-last: justify;
  font-size: 13px;
}

.houseMessageInputMsg {
  position: relative;
}

.houseMessageInputMsgNew {
  display: block;
  width: 654px;
}

.houseMessageInputValueBoxShort {
  width: 510px;
  display: flex;
  justify-content: space-between;
}

.houseMessageInputValueBoxLong {
  width: 510px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.houseMessageInputValue {
  width: 250px !important;
  font-weight: 400 !important;
}

.houseMessageInputValueNew {
  width: 250px !important;
  margin: 0px;
  padding: 0px;
  margin-bottom: 15px;
}

.houseMessageInputUnit {
  font-size: 12px;
  color: #999;
  line-height: 28px;
  position: absolute;
  font-weight: 400;
  right: 5px;
}

.radioStyle {
  width: 76px;
  height: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.firstRadioStyle {
  margin-right: 24px;
}

.radioStyle b {
  color: #333;
}

.radioStyle span {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url('/web-house/img/radioUnchecked.png') no-repeat;
}

.radioStyle .checkedRadio {
  background: url('/web-house/img/radioChecked.png') no-repeat;
}

.checkboxStyle {
  width: 100px;
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #333;
}

.checkboxStyle input {
  margin-right: 10px;
}

.houseMessageCheckbox {
  width: 1000px;
  height: 27px;
  display: flex;
}

.houseMessageFunctionArea {
  width: 1000px;
}

.houseCommonTitle {
  display: flex;
  margin-top: 15px;
  border: none;
}

.houseCommonBeforeId {
  width: 4px;
  height: 14px;
  background: #345388;
  margin-right: 10px;
  border-radius: 1px;
}

.houseCommonBeforeName {
  font-size: 14px;
  width: 160px;
  height: 14px;
  line-height: 14px;
  color: #345388;
  font-weight: bold;
}

.houseMessageFunctionList {
  width: 1000px;
  padding: 15px 14px 0 14px;
  display: flex;
  flex-wrap: wrap;
}

.houseMessageFunctionLi {
  width: 165px;
  height: 28px;
  font-size: 13px;
  color: #333;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 30px;
  margin-bottom: 15px;
}

.functionName {
  display: block;
  width: 53px;
  color: #333;
  font-size: 13px;
  text-align-last: justify;
}

.functionNumBox {
  width: 102px;
  display: flex;
}

.functionSubtract, .functionAdd {
  display: block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background: #F8F8F8;
  font-size: 20px;
  border: 1px solid #DDD;
  cursor: pointer;
}

.functionSubtract {
  border-radius: 3px 0 0 3px;
}

.functionAdd {
  border-radius: 0 3px 3px 0;
}

.functionNum {
  /*width:46px;
    height:28px;
    text-align: center;
    font-size:13px;
    color:#333;
    line-height:28px;
    border-top:1px solid #DDD;
    border-bottom:1px solid #DDD;*/
  width: 46px !important;
  height: 28px !important;
  text-align: center !important;
  font-size: 13px !important;
  color: #333 !important;
  line-height: 28px !important;
  border-top: 1px solid #DDD !important;
  border-bottom: 1px solid #DDD !important;
  border-radius: 0px !important;
  border-left: none !important;
  border-right: none !important;
}

.houseMessageOperationBtn {
  width: 1000px;
  height: 30px;
  margin-top: 36px;
  text-align: center;
}

.houseMessageOperationBtn button {
  margin: 0px;
  padding: 0px;
  width: 80px;
  font-size: 12px;
  height: 30px;
  border-radius: 3px;
  cursor: pointer;
}

#sureBtn {
  background: #345388;
  color: #fff;
  margin-right: 20px;
  border: none;
}

#cancelBtn {
  background: #fff;
  border: 1px solid #DDD;
  color: #345388;
}

#houseVtype input[type="checkbox"]:checked {
  background: url('/web-house/img/checkboxChecked.png') no-repeat;
}


/*报价信息*/
#quoteForm {
  padding: 0 10px 0 10px;
}

.quoteTop {
  width: 1000px;
  height: 46px;
  border-bottom: 2px solid #DDD;
}

.quoteTitle {
  font-size: 14px;
  font-weight: bold;
  width: 95px;
  height: 46px;
  text-align: center;
  line-height: 46px;
}

.quoteTips {
  width: 309px;
  color: #999;
  text-align: center;
  font-size: 12px;
  line-height: 43px;
}

.quoteMsg {
  width: 1170px;
}

.quoteAcross {
  width: 1170px;
  display: flex;
  justify-content: space-between;
}

.quoteAcrossSpan {
  display: flex;
  width: 362px;
  /*overflow: hidden;*/
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 14px;
  position: relative;
}

.quoteAcrossLabel {
  width: 88px;
  display: flex;
  align-items: center;
}

.requiredLogo {
  width: 7px;
  height: 14px;
  text-align: center;
  color: #FE0019;
}

.quoteInputName {
  display: block;
  width: 53px;
  margin-left: 4px;
  text-align-last: justify;
  font-size: 13px;
}

.quoteInputNameWarp {
  display: block;
  word-wrap: break-word;
  line-height: 14px;
}

.quoteInputNameRight {
  text-align-last: right;
}

.quoteInputMsg {
  position: relative;
}

.quoteInputMsgWord {
  font-size: 13px;
  color: #999;
  font-weight: 400;
  line-height: 28px;
}

.quoteInputValue {
  width: 250px !important;
  font-weight: 400 !important;
}

.quoteInputUnit {
  font-size: 12px;
  color: #999;
  line-height: 28px;
  position: absolute;
  font-weight: 400;
  right: 5px;
}

.quoteInputUnitTips {
  display: block;
  font-size: 12px;
  color: #999;
  position: absolute;
  font-weight: 400;
  left: 90px;
  top: 26px;
  z-index: 999;
}

.operationBtn {
  width: 1000px;
  height: 30px;
  margin-top: 36px;
  text-align: center;
}

.operationBtn button {
  margin: 0px;
  padding: 0px;
  width: 80px;
  font-size: 12px;
  height: 30px;
  border-radius: 3px;
  cursor: pointer;
}
/*公用的头部*/
.commonTopStyle {
  width: 1170px;
  height: 30px;
  background: #F8F8F8;
  display: flex;
  align-items: center;
}

.commonTopStyleId {
  width: 4px;
  height: 14px;
  border-radius: 2px;
  background: #345388;
  margin-right: 10px;
}

.commonTopStyleTitle {
  height: 14px;
  font-size: 14px;
  font-weight: bold;
  color: #345388;
  line-height: 14px;
}

.commonTopTips {
  height: 13px;
  font-size: 12px;
  line-height: 13px;
  color: #999999;
  margin-top: 15px;
  margin-bottom: 15px;
}

.ownerInfoDescStyle .houseCommonTitle {
  margin-bottom: 10px;
}

.ownerInfoDescStyle .ctt .houseMessageAcross {
  justify-content: normal;
}

.ownerInfoDescStyle .ctt .houseMessageAcross .houseMessageAcrossSpan {
  margin-right: 10px;
  justify-content: center;
}

.radioLineItem {
  padding: 2px 4px;
  font-size: 12px;
  display: flex;
  align-items: center;
  border: 1px solid #eee;
  border-radius: 5px;
}
.houseSeTtitle{
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
  color: #333333;
  margin-bottom: 18px;
}