﻿/* 报价结果态 */
.bj-result-body {
  margin-top: 31px !important;
}
.calc-result {
  height: 100%;
  width: 100%;
  position: relative;
  margin: 0;
  background-color: #fff;
}
.result-box {
  display: block;
  padding: 1px 4% 3%;
}
.result-title {
  margin-bottom: 4%;
  text-align: center;
}
.result-title > p {
  margin: 3% 0 5%;
  font-size: 13px;
  color: #999;
}
.change-txt {
  margin-top: 7%;
  font-size: 19px;
  color: #464646;
}
.tubatu-totle {
  height: 28px;
  display: inline-block;
  font-size:28px;
  line-height: 28px;
  color: #ff7e00;
  vertical-align: text-bottom;
}
.tubatu-totle + span {
  margin-left: 4px;
  display: inline-block;
  font-size: 15px;
  line-height: 15px;
  color: #ff7e00;
  vertical-align: text-bottom;
  margin-bottom: 2px;
}
.fee-details {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 5% 0 4%;
  border-bottom: 1px solid #f0f0f0;
}
.fee-name {
  font-size: 13px;
}
.amount {
  height: 24px;
  line-height: 24px;
  position: relative;
  font-size: 0.145rem;
  color: #ff8a00;
}
.amount span{
  font-size: 18px;
}
#tubatu_cl.tubatu-cl, 
#tubatu_rg.tubatu-rg, 
#tubatu_cg.tubatu-cg {
  margin-bottom: 0;
  padding-bottom: 0;
  margin-top: 3px;
}
.design-fee, .quality-check-fee {
  padding: 3% 0 4%;
  position: relative;
  font-size: 15px;
  border-bottom: 1px solid #f0f0f0;
}
.design-fee-top em {
  color: #ff7e00;
}
.design-fee-top em .num {
  font-size: 24px;
  padding-left: 4px;
}
.content-hint-yuyue {
  display: block;
  position: absolute;
  right: 0;
  top: 25%;
  width: 84px;
  height: 29px;
  background-color: #37c186;
  color: #fff;
  font-size: 13px;
  border-radius: 29px;
  text-align: center;
  line-height: 29px;
  vertical-align: middle;
}
.deleted { 
  font-size: 16px;
  left: 6px;
  position: relative;
  color: #bcbcbc; 
}
.cust-serv-box {
  margin: 1% 0 0;
  padding: 5% 0;
  position: relative;
  border-radius: 5px;
  background-color: #fff;
  font-size: 16px;
}
.cust-serv-box .content-hint-yuyue {
  width: 108px;
  right: 0;
  top: 44%;
}
.cust-serv-box p {
  font-size: 13px;
  color: #666;
}
.calc-result-foot-tip {
  margin: 4% 0; 
  color:#999; 
  font-size: 12px; 
  text-align: left;
}
.description { 
  font-size: 13px;
  color: #999; 
}
.description p { 
  margin-top: 8px;
}
.description .highlight-desp {
  color: #37c186;
}
.floating-window {
  position: fixed;
  left: 0;
  bottom: 0;
  transform: translateY(120%);
  width: 100%;
  padding: 4px 9%; 
  font-size: 13px;
  color: #fff;
  background-color: rgba(0,0,0,.8);
  overflow: visible;
  z-index: 10;
}
.floating-window.float-out {
  transition: transform 1s ease;
  -webkit-transition: -webkit-transform 1s ease;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
.floating-window p { margin: 1.5% 0; }
.contact-time, .contact-tel {
  color: #ffc000;
  font-weight: bold;
}
.contact-tel { margin: 0 3px; }
.rabbit_icon {
  position: absolute;
  right: 7%;
  bottom: -4px;
  width: 100px;
}
.copyright-text {
  left: 0;
  position: absolute;
  width: 100%;
  background-color: #fff;
  color: #a9a9a9;
  font-size: 12px;
  text-align: center;
  padding-bottom: 66px;
}
.result-tabs {
  display: none;
  height: 50px;
}
.in-cities .result-tabs {
  display: block;
}
.result-tabs .tabs-item {
  position: relative;
  float: left;
  width: 50%;
  height: 100%;
  padding-top: 15px;
  font-size: 16px;
  color: #666;
  background-color: #eee;
  text-align: center;
}
.result-tabs .tabs-item .hot {
  position: absolute;
  display: block;
  width: 25px;
  height: 14px;
  right: 16%;
  top: 6px;
  background: transparent url(../image/bj_result_hot.png) no-repeat;
  background-size: contain;
}
.result-tabs .tabs-item.active {
  position: relative;
  background-color: #37c186;
  color: #fff;
}
.result-tabs .tabs-item.active:after {
  display: block;
  content: '';
  position: absolute;
  left: 46%;
  bottom: -16px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top: 8px solid #37c186;
}
.result-bj {
  display: block;
  background: #fff url(../image/bj_result.png) no-repeat;
  background-size: contain;
}
.in-cities .result-bj {
  background: none;
}
.result-hot {
  display: none;
}
/* 0元住新家结果态 */
.total-cost {
  height: 30px;
  margin-top: 55px;
}
.total-cost-name {
  float: left;
  font-size: 13px;
}
.total-cost-content {
  float: right;
  border-bottom: 1px solid #f0f0f0;
  color: #ff8a00;
  padding-bottom: 5px;
  margin-top: -24px;
}
.total-cost-input {
  border: none;
  outline: none;
  text-align: center;
  font-size: 27px;
  width: 2.1rem;
}
.total-cost-unit {
  font-size: 15px;
}
.installments {
  margin-top: 25px;
}
.installments-box {
  margin-top: -8px;
  overflow: hidden;
}
.installments-title {
  font-size: 13px;
}
.installments-item {
  float: left;
  border: 1px solid #f4f4f4;
  text-align: center;
  font-size: 13px;
  width: 30%;
  background-color: #f4f4f4;
  padding: 10px 0;
  margin-right: 5%;
  margin-top: 0.14rem;
  color: #666;
  line-height: 19px;
}
.installments-item.active {
  border-color: #37c186;
  color: #37c186;
  background-color: #fff;
}
.installments-item:nth-child(3n) {
  margin-right: 0;
}
.installment-btn {
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  background-color: #f79c33;
  display: block;
  padding: 15px 0;
  text-align: center;
  margin: 15px 0;
}
.consult-service {
  position: relative;
  display: block;
  margin: 0 auto;
  font-size: 15px;
  color: #999;
  width: 100px;
  border-bottom: 1px solid #999;
  line-height: 21px;
  margin-top: 27px;
  margin-bottom: 10px;
}
.consult-service:after {
  position: absolute;
  display: block;
  content: '';
  width: 0;
  height: 0;
  right: -3px;
  top: 7px;
  border: 4px solid transparent;
  border-left: 4px solid #999;
}
.amount-re {
  display: inline-block;
  width: 40%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top;
}