/*公共样式，包括头尾，侧边栏，弹框部分样式*/
body {
  font-size: 14px;
  color: #666666;
  background-color: #f4f6f7;
}
.h2-tit {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  padding-top: 20px;
}
/*div's size*/
.main-box {
  width: 1200px;
  margin: 0 auto;
}
.box1200 {
  width: 1140px;
  padding: 0 30px;
  margin: 0 auto;
  background-color: #fff;
}
.box730 {
  width: 730px;
  float: left;
  background-color: #fff;
}
.box450 {
  width: 450px;
  float: left;
  background-color: #fff;
}
.box830 {
  width: 830px;
  float: left;
  background-color: #fff;
}
.box350 {
  width: 350px;
  float: left;
  background-color: #fff;
}
.clearBoth {
  *zoom: 1;
}
.clearBoth:before,
.clearBoth:after {
  display: table;
  content: '';
  line-height: 0;
}
.clearBoth:after {
  clear: both;
}
.calculator-nav {
  height: 68px;
  margin: 41px auto;
  position: relative;
}
.calculator-nav .nav-tab {
  float: left;
  color: #999999;
  height: 100%;
  line-height: 68px;
  top: 0px;
  position: relative;
}
.calculator-nav .nav-tab span {
  position: absolute;
  width: 98px;
  height: 3px;
  background: url('../images/line.png') no-repeat;
  background-size: 100% 100%;
  bottom: 0px;
  left: 0px;
}
.calculator-nav .nav-tab.one {
  margin-left: 19px;
}
.calculator-nav .nav-tab.two {
  margin-left: 50px;
}
.calculator-nav .nav-tab.three {
  margin-left: 98px;
}
.calculator-nav .nav-tab.three span {
  width: 112px;
}
.calculator-nav .nav-tab.four {
  margin-left: 39px;
}
.calculator-nav .nav-tab.five {
  margin-left: 45px;
}
.calculator-nav .nav-tab.six {
  margin-left: 130px;
}
.calculator-nav .nav-tab.seven {
  margin-left: 50px;
}
.calculator-nav .nav-arrow {
  position: absolute;
  width: 55px;
  height: 100%;
  top: 0px;
  background: url("../images/detail_sprite.png") no-repeat -442px 0;
}
.calculator-nav .nav-arrow.left {
  left: 300px;
}
.calculator-nav .nav-arrow.right {
  right: 340px;
}
.calculator-nav .nav-tab-curr {
  color: #252525;
  font-weight: bold;
}
.calculator-nav .nav-tab-curr span {
  display: block;
}
.calculator-con {
  width: 1170px;
  padding-right: 0px;
  padding-bottom: 60px;
  margin-bottom: 60px;
  position: relative;
}
.calculator-con h2 {
  color: #333333;
  font-size: 18px;
  padding-top: 30px;
  margin-left: 25px;
}
.calculator-con .result {
  float: left;
  width: 112px;
  font-size: 12px;
  color: #c1c1c1;
  margin: 168px 115px 0px 70px;
}
.calculator-con .result .your-bill {
  font-weight: bold;
  font-size: 22px;
  color: #000000;
  text-align: center;
  position: relative;
}
.calculator-con .result .your-bill:after {
  position: absolute;
  content: '';
  right: -8px;
  top: 7px;
  width: 10px;
  height: 15px;
  background: url("../images/detail_sprite.png") no-repeat -19px -69px;
}
.calculator-con .result .result-is,
.calculator-con .result .result-show {
  text-align: center;
  line-height: 20px;
}
.calculator-con .mask-tip-outer {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
}
.calculator-con .mask-tip-outer .mask-tip {
  display: none;
  position: absolute;
  width: 380px;
  height: 200px;
  left: 50%;
  margin-left: -190px;
  top: 50%;
  margin-top: -100px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.calculator-con .mask-tip-outer .mask-tip .tip {
  width: 320px;
  margin: 0 auto;
  line-height: 25px;
  margin-top: 52px;
  text-align: center;
  color: #999999;
}
.calculator-con .mask-tip-outer .mask-tip .btn {
  width: 100%;
  height: 50px;
  border-top: 1px solid #f4f6f7;
  margin-top: 50px;
}
.calculator-con .mask-tip-outer .mask-tip .btn div {
  float: left;
  height: 100%;
  line-height: 50px;
  text-align: center;
  color: #333333;
  cursor: pointer;
}
.calculator-con .mask-tip-outer .mask-tip .btn div.left {
  width: 190px;
}
.calculator-con .mask-tip-outer .mask-tip .btn div.right {
  width: 189px;
  border-left: 1px solid #f4f6f7;
}
.calculator-con .mask-tip-outer .error-tip {
  display: none;
  position: absolute;
  width: 380px;
  height: 100px;
  left: 50%;
  margin-left: -190px;
  top: 50%;
  margin-top: -25px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  line-height: 100px;
  text-align: center;
}
.calculator-con .radio-outer {
  width: 12px;
  height: 12px;
  border-radius: 50px;
  border: 1px solid #e1e1e1;
  margin-top: 11px;
  margin-right: 6px;
}
.calculator-con .radio-outer input {
  display: block;
  width: 100%;
  height: 100%;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  opacity: 0;
  filter: alpha(opacity=0);
}
.calculator-con .radio-curr {
  background: url("../images/detail_sprite.png") no-repeat 1px -115px;
}
/*表单样式*/
.form-outer {
  float: left;
  padding-top: 85px;
  margin-left: 89px;
  width: 385px;
}
.form-outer .list-infor {
  width: 100%;
  height: 38px;
  line-height: 38px;
  margin-bottom: 25px;
  position: relative;
}
.form-outer .list-infor .list-name {
  float: left;
  color: #999999;
  width: 75px;
  height: 100%;
  text-align: left;
}
.form-outer .list-infor .list-con {
  float: left;
  width: 310px;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.form-outer .list-infor .list-con .error-span {
  position: absolute;
  left: 0;
  top: -22px;
  color: #e43;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  white-space: nowrap;
  display: none;
}
.form-outer .list-infor .list-con select {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 300;
  padding-left: 15px;
  padding-right: 50px;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  background: transparent;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  color: #333333;
  font-weight: bold;
}
.form-outer .list-infor .list-con .triangle {
  position: absolute;
  border-top: 6px solid #999999;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  right: 18px;
  top: 16px;
}
.form-outer .list-infor .list-con .unit {
  position: absolute;
  right: 5px;
  top: 0px;
}
.form-outer .list-infor .list-con .price {
  padding-left: 15px;
}
.form-outer .list-infor .list-con .grey-line {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 52px;
  height: 2px;
  background-color: #f4f6f7;
}
.form-outer .list-infor .list-con .percent-sign {
  position: absolute;
  width: 12px;
  left: 40px;
  top: 0px;
}
.form-outer .list-infor .list-con .choice {
  float: left;
  margin-right: 10px;
}
.form-outer .list-infor .list-con .choice div,
.form-outer .list-infor .list-con .choice label {
  display: block;
  float: left;
}
.form-outer .list-infor .list-con .percent {
  margin-left: 10px;
  margin-right: 0px;
  width: 150px;
  height: 36px;
  position: relative;
}
.form-outer .list-infor .list-con .percent .percent-title {
  width: 73px;
  text-align: center;
  color: #999999;
  margin-right: 20px;
}
.form-outer .list-infor .list-con .percent .percent-value {
  width: 38px;
}
.form-outer .list-infor .list-con .percent .percent-value input,
.form-outer .list-infor .list-con .percent .percent-value span {
  display: block;
  float: left;
}
.form-outer .list-infor .list-con .percent .percent-value input {
  width: 24px;
  text-align: left;
  height: 36px;
  line-height: 36px;
  color: #333333;
  font-weight: bold;
}
.form-outer .list-infor .list-con .percent .percent-value span {
  width: 12px;
}
.form-outer .list-infor .list-con .percent .percent-line {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 70px;
  height: 2px;
  background-color: #f4f6f7;
}
.form-outer .list-infor .list-con .ipt-text {
  padding-left: 15px;
  width: 100%;
}
.form-outer .list-infor .list-con .count-way-choice {
  float: left;
  width: 50%;
}
.form-outer .list-infor .list-con .count-way-choice div,
.form-outer .list-infor .list-con .count-way-choice label {
  display: block;
  float: left;
}
.form-outer .list-infor .red-border {
  border: 1px solid #ff133f;
  width: 308px;
}
.form-outer .list-infor .house-list {
  position: absolute;
  width: 308px;
  height: 190px;
  overflow-y: scroll;
  top: 38px;
  left: 75px;
  display: block;
  border: 1px solid #eee;
  background-color: #ffffff;
  display: none;
  z-index: 500;
}
.form-outer .list-infor .house-list li {
  padding-left: 15px;
  width: 275px;
  height: 38px;
  line-height: 38px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.form-outer .list-infor .house-list li em.strong {
  font-style: normal;
  color: #ff133f;
}
.form-outer .list-infor .house-list li:hover {
  background-color: #f4f6f7;
}
.form-outer .list-infor .count-way-choice-tip {
  position: absolute;
  width: 500px;
  left: 75px;
  top: 38px;
}
.form-outer .list-infor .count-way-choice-tip p {
  display: none;
  color: #999999;
  line-height: 10px;
}
.form-outer .count-btn {
  width: 229px;
  margin: 0 auto;
  margin-top: 30px;
}
.form-outer .count-btn .count-go {
  width: 100%;
  height: 47px;
  border-radius: 5px;
  background-color: #ff133f;
  color: #fff;
  text-align: center;
  line-height: 47px;
  font-size: 16px;
  cursor: pointer;
}
.form-outer .count-btn .resetting {
  color: #999999;
  width: 30px;
  margin: 0 auto;
  height: 20px;
  margin-top: 10px;
  cursor: pointer;
  position: relative;
}
.form-outer .count-btn .resetting input {
  opacity: 0;
  position: absolute;
  left: 0px;
  cursor: pointer;
}
.calculator_tqhk .form-outer {
  width: 450px;
}
.calculator_tqhk .form-outer .way {
  height: auto;
  display: none;
}
.calculator_tqhk .form-outer .prepayment {
  display: none;
}
.calculator_tqhk .form-outer .list-name {
  width: 120px;
}
.calculator_tqhk .form-outer .repayment-way-choice {
  float: left;
  margin-right: 10px;
}
.calculator_tqhk .form-outer .repayment-way-choice div,
.calculator_tqhk .form-outer .repayment-way-choice label {
  display: block;
  float: left;
}
.calculator_tqhk .form-outer .handle-way-choice div,
.calculator_tqhk .form-outer .handle-way-choice label {
  display: block;
  float: left;
}
.calculator_tqhk .form-outer .gjj_rate {
  display: none;
}
.calculator_tqhk .first_repayment .list-con,
.calculator_tqhk .early_repayment .list-con {
  width: 200px;
}
.calculator_tqhk .first_repayment .list-con select,
.calculator_tqhk .early_repayment .list-con select {
  padding-right: 0;
}
.calculator_tqhk .first_repayment .list-con .selY,
.calculator_tqhk .early_repayment .list-con .selY,
.calculator_tqhk .first_repayment .list-con .selM,
.calculator_tqhk .early_repayment .list-con .selM {
  width: 100px;
  height: 100%;
  position: absolute;
}
.calculator_tqhk .first_repayment .list-con .selY,
.calculator_tqhk .early_repayment .list-con .selY {
  left: 0;
}
.calculator_tqhk .first_repayment .list-con .selM,
.calculator_tqhk .early_repayment .list-con .selM {
  right: 0;
}
.calculator_tqhk .result_container {
  margin-top: 60px;
  font-size: 16px;
}
.calculator_tqhk .hk {
  line-height: 36px;
  width: 400px;
  margin: 0 auto;
}
.calculator_tqhk .hk h2 {
  margin-left: 0;
  margin-bottom: 50px;
}
.calculator_tqhk .hk .h2_part {
  display: none;
}
.calculator_tqhk .hk .fl {
  margin-right: 50px;
}
.calculator_tqhk .hk .hk-jslx,
.calculator_tqhk .hk .hk-amount,
.calculator_tqhk .hk .hk-date {
  margin-bottom: 20px;
}
.calculator_gfsf_loan .result_container {
  margin-top: 55px;
  font-size: 16px;
}
.calculator_gfsf_loan .result_container .tip {
  width: 500px;
  margin: 0 auto;
  text-align: center;
  line-height: 20px;
  color: #999999;
}
.calculator_gfsf_loan .result_container .info {
  width: 500px;
  margin: 0 auto;
  padding: 20px;
  line-height: 34px;
}
.calculator_gfsf_loan .result_container .info .title {
  width: 150px;
  display: inline-block;
}
.calculator_gfsf_loan .result_container .info .sfzj_con {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 50px;
}
.calculator_gfsf_loan .result_container .info .other {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.calculator_gfsf_loan .result_container .info .other .title {
  width: auto;
}
.calculator_gjj_loan .form-outer {
  margin-left: 0;
  width: auto;
}
.calculator_gjj_loan .form-outer .list-name {
  width: 200px;
  text-align: right;
  margin-right: 24px;
}
.calculator_gjj_loan .form-outer b {
  color: #df2f30;
  margin-right: 5px;
  text-align: left;
}
.calculator_gjj_loan .result_container {
  margin-top: 55px;
  font-size: 16px;
}
.calculator_gjj_loan .result_container .info {
  width: 450px;
  margin: 0 auto;
  padding: 30px;
  border-bottom: 1px dotted #e1e1e1;
  line-height: 28px;
}
.calculator_gjj_loan .result_container .info .maxLoanValue {
  font-weight: bold;
}
.calculator_gjj_loan .result_container .hk_amount {
  width: 450px;
  margin: 0 auto;
  padding: 30px;
  line-height: 28px;
}
.calculator_gjj_loan .result_container .hk_amount .list-con {
  float: left;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  height: 38px;
  line-height: 38px;
}
.calculator_gjj_loan .result_container .hk_amount .list-con .count-way-choice {
  float: left;
  width: 50%;
}
.calculator_gjj_loan .result_container .hk_amount .list-con .count-way-choice div,
.calculator_gjj_loan .result_container .hk_amount .list-con .count-way-choice label {
  display: block;
  float: left;
}
.calculator_gjj_loan .result_container .hk_amount table {
  width: 100%;
  border: 1px solid #efefef;
  border-collapse: collapse;
  display: none;
}
.calculator_gjj_loan .result_container .hk_amount table tr {
  height: 39px;
  line-height: 39px;
  color: #666;
}
.calculator_gjj_loan .result_container .hk_amount table tr th {
  width: 118px;
  text-align: center;
  font-weight: 400;
  background: #fbfbfb;
  border: 1px solid #efefef;
}
.calculator_gjj_loan .result_container .hk_amount table tr td {
  padding-left: 30px;
  background: #fff;
  border: 1px solid #efefef;
}
.calculator_gjj_loan .result_container .hk_amount .mx {
  color: #76b8e5;
  margin-left: 8px;
  cursor: pointer;
}
.vertical-line {
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #f4f6f7;
  left: 50%;
  top: 0px;
}
.charts-tip {
  position: absolute;
  width: 169px;
  height: 199px;
  top: 50%;
  margin-top: -100px;
  right: 225px;
}
.charts-tip img {
  display: block;
  width: 100%;
}
/*图表样式*/
.charts-outer {
  display: none;
  float: left;
  width: 600px;
  margin-left: 95px;
  margin-top: 125px;
  position: relative;
}
.charts-outer .first-loan {
  position: absolute;
  width: 175px;
  left: 50%;
  margin-left: -87.5px;
  top: 125px;
  text-align: center;
  color: #666666;
}
.charts-outer .first-loan .price span {
  font-size: 28px;
  font-weight: bold;
  color: #ff133f;
}
.charts-outer .cut-off-rule {
  display: none;
  width: 600px;
  margin-top: 68px;
  margin-bottom: 30px;
  height: 1px;
  background-color: #f4f6f7;
}
.charts-outer .benjin-detail {
  width: 108px;
  height: 32px;
  margin: 0 auto;
  border: 1px solid #f4f6f7;
  text-align: center;
  line-height: 32px;
  color: #666666;
  margin-top: 55px;
  position: relative;
}
.charts-outer .benjin-detail span {
  color: #76b8e5;
  margin-left: 8px;
  cursor: pointer;
}
.charts-outer .benjin-detail:after,
.charts-outer .benjin-detail:before {
  content: '';
  position: absolute;
  width: 245px;
  height: 1px;
  background-color: #f4f6f7;
  top: 16px;
}
.charts-outer .benjin-detail:after {
  left: -245px;
}
.charts-outer .benjin-detail:before {
  right: -245px;
}
.charts-outer .chart-tip {
  margin-top: 10px;
}
.charts-outer .chart-tip p {
  text-align: center;
  line-height: 20px;
  color: #999999;
}
.result_container {
  float: right;
  width: 600px;
  margin-top: 100px;
  display: none;
}
.result_container .total_price,
.result_container .unit_price {
  font-size: 16px;
  margin-bottom: 24px;
  margin-left: 60px;
}
.result_container .total_price .title,
.result_container .unit_price .title {
  font-weight: bold;
  margin-right: 24px;
}
.result_container .tip {
  margin-top: 10px;
}
.result_container .tip p {
  text-align: center;
  line-height: 20px;
  color: #999999;
}
/*等额本金明细列表*/
#benjinMask .dialog-body {
  height: 485px;
  overflow-y: scroll;
}
.benjin-item {
  float: left;
  padding-top: 15px;
  width: 125px;
  height: 65px;
  border-bottom: 1px solid #f4f6f7;
  border-right: 1px solid #f4f6f7;
  text-align: center;
  position: relative;
}
.back-color {
  background-color: #f4f6f7;
}
.choice-house,
.total-price,
.area-price,
.area-count,
.total-loan {
  display: none;
}
.house-tip {
  display: none;
  margin-left: 75px;
  margin-top: 10px;
  width: 215px;
}
.house-tip p {
  width: 100%;
  line-height: 15px;
}
.house-tip p a {
  color: #ff133f;
  text-decoration: underline;
}
input::-webkit-input-placeholder {
  color: #999999;
}
input::-moz-input-placeholder {
  color: #999999;
}
input::-o-input-placeholder {
  color: #999999;
}
select::-ms-expand {
  display: none;
}
