* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
li,
ul {
  list-style: none;
}
img {
  display: block;
  border: none;
}
html {
  font-size: 24px;
}
a,
button,
input,
textarea {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input {
  outline: none;
}
body {
  width: 100%;
  height: 100%;
}
.wrapper {
  width: 100%;
  overflow: hidden;
}
.line {
  padding: 0 20px;
  overflow: hidden;
}
.type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  margin-top: 17px;
  height: 1.83333333rem;
  font-size: 14px;
  line-height: 1.83333333rem;
}
.type .title {
  color: #666666;
}
.type .type_list {
  margin-left: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex: 1;
  box-sizing: border-box;
  background: #f2f2f2;
  border-radius: 2px;
  color: #222;
}
.type .type_list .type_item {
  float: left;
  text-align: center;
  border-radius: 2px;
}
.type .type_list .type_item.type_first {
  width: 34%;
}
.type .type_list .type_item.type_second {
  width: 32%;
}
.type .type_list .type_item.type_third {
  width: 34%;
}
.type .type_list .type_item.active {
  background: #009b78;
  color: #fff;
}
.repayment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  margin-top: 10px;
  height: 1.83333333rem;
  font-size: 14px;
  line-height: 1.83333333rem;
}
.repayment .title {
  color: #666666;
}
.repayment .repayment_list {
  margin-left: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex: 1;
  box-sizing: border-box;
  background: #f2f2f2;
  border-radius: 2px;
  color: #222;
}
.repayment .repayment_list .repayment_item {
  float: left;
  text-align: center;
  width: 50%;
  border-radius: 2px;
}
.repayment .repayment_list .repayment_item.active {
  background: #009b78;
  color: #fff;
}
.loan_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  margin-top: 10px;
  height: 1.83333333rem;
  font-size: 14px;
  line-height: 1.83333333rem;
}
.loan_price .title {
  color: #666666;
}
.loan_price .loan_price_box {
  margin-left: 10px;
  border-radius: 2px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex: 1;
  background: #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}
.loan_price .loan_price_box .loan_price_input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex: 1;
  height: 1.83333333rem;
  border: none;
  background: #f2f2f2;
  border-radius: 2px;
  text-align: right;
  color: #009b78;
  font-size: 14px;
}
.loan_price .loan_price_box .unit {
  margin-right: 7px;
  margin-left: 7px;
}
.loan_price_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  margin-top: 10px;
  height: 1.83333333rem;
  font-size: 14px;
  line-height: 1.83333333rem;
}
.loan_price_group .title {
  color: #666666;
}
.loan_price_group .group {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex: 1;
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
}
.loan_price_group .group .loan_price_group_box {
  border-radius: 2px;
  width: 32%;
  background: #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}
.loan_price_group .group .loan_price_group_box .loan_price_group_input {
  height: 1.83333333rem;
  border: none;
  width: 50%;
  background: #f2f2f2;
  border-radius: 2px;
  text-align: right;
  color: #009b78;
  font-size: 14px;
}
.loan_price_group .group .loan_price_group_box .unit {
  margin-left: 4px;
}
.year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  margin-top: 10px;
  height: 1.83333333rem;
  font-size: 14px;
  line-height: 1.83333333rem;
}
.year .title {
  color: #666666;
}
.year .year_num {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex: 1;
  color: #009b78;
  text-align: right;
}
.year .unit {
  margin-left: 10px;
}
.year_sidebar {
  padding: 0 0.83333333rem 20px;
  margin-top: 30px;
}
.year_sidebar .slider-container {
  margin: 0 auto;
}
.rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  margin-top: 10px;
  height: 1.83333333rem;
  font-size: 14px;
  line-height: 1.83333333rem;
}
.rate .title {
  color: #666666;
}
.rate .rate_num {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex: 1;
  color: #009b78;
  text-align: right;
}
.rate .unit {
  width: 20px;
  height: 20px;
  background: url("../img/down.png") no-repeat center;
  background-size: 70% auto;
  margin-top: 12px;
}
.empty {
  height: 0.83333333rem;
  width: 100%;
}
.form_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  padding: 0.72916667rem 0.83333333rem 0;
}
.form_footer .title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 14px;
  color: #999999;
}
.form_footer .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.form_footer .content .rate_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  padding-bottom: 0.9375rem;
}
.form_footer .content .rate_box.hidden {
  display: none;
}
.form_footer .content .rate_box:last-child {
  padding-bottom: 0;
}
.form_footer .content .rate_box .label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #999999;
}
.form_footer .content .rate_box .value {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-left: 0.20833333rem;
  color: #169a79;
}
.z2_btn {
  margin: 30px 0.83333333rem 0;
  overflow: hidden;
  height: 2.04166667rem;
  line-height: 2.04166667rem;
  background: #009b78;
  text-align: center;
  color: #ffffff;
  border-radius: 2px;
  font-size: 18px;
}
.background {
  position: absolute;
  z-index: 1001;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  display: none;
}
.background .rate_tit {
  padding: 0 0.83333333rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-bottom: 1px solid #dcdcdc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
}
.background .rate_tit .title {
  font-size: 14px;
  color: #999;
}
.background .rate_tit .basic {
  font-size: 14px;
  color: #222;
}
.background .rate_tit .multiple {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1.41666667rem;
  display: -webkit-flex;
  background: #f2f2f2;
  margin-top: 0.54166667rem;
  border-radius: 2px;
}
.background .rate_tit .multiple .multiple_input {
  width: 60%;
  height: 1.41666667rem;
  border-radius: 2px;
  color: #009b78;
  border: none;
  background: #f2f2f2;
  text-align: right;
}
.background .rate_tit .multiple .unit {
  font-size: 10px;
  line-height: 1.41666667rem;
  margin-left: 5px;
}
.background .rate_tit .result {
  font-size: 14px;
  color: #222;
  width: 20%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.background .rate_tit .result .num {
  color: #009b78;
}
.background .rate_title {
  display: block;
  padding: 0 0.83333333rem;
  font-size: 14px;
  color: #999;
  margin-top: 16px;
}
.background .rate_list {
  padding: 0 0.83333333rem;
  overflow: hidden;
  margin-top: 10px;
}
.background .rate_list .rate_item {
  height: 1.83333333rem;
  line-height: 1.83333333rem;
  width: 100%;
  border-bottom: 1px solid #dcdcdc;
  font-size: 14px;
  color: #222;
}
.background .rate_list .rate_item.active {
  color: #009b78;
}
.background .rate_btn {
  margin: 40px 1.54166667rem 20px;
  height: 2.04166667rem;
  line-height: 2.04166667rem;
  border-radius: 2px;
  color: #ffffff;
  background: #009b78;
  text-align: center;
  font-size: 18px;
}
.found_background {
  position: absolute;
  z-index: 1001;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  display: none;
}
.found_background .rate_tit {
  padding: 0 0.83333333rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-bottom: 1px solid #dcdcdc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
}
.found_background .rate_tit .title {
  font-size: 14px;
  color: #999;
}
.found_background .rate_tit .basic {
  font-size: 14px;
  color: #222;
}
.found_background .rate_tit .multiple {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1.41666667rem;
  display: -webkit-flex;
  background: #f2f2f2;
  margin-top: 0.54166667rem;
  border-radius: 2px;
}
.found_background .rate_tit .multiple .multiple_input {
  width: 60%;
  height: 1.41666667rem;
  border-radius: 2px;
  color: #009b78;
  border: none;
  background: #f2f2f2;
  text-align: right;
}
.found_background .rate_tit .multiple .unit {
  font-size: 10px;
  line-height: 1.41666667rem;
  margin-left: 5px;
}
.found_background .rate_tit .result {
  font-size: 14px;
  color: #222;
  width: 20%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.found_background .rate_tit .result .num {
  color: #009b78;
}
.found_background .rate_title {
  display: block;
  padding: 0 0.83333333rem;
  font-size: 14px;
  color: #999;
  margin-top: 16px;
}
.found_background .found_rate_list {
  padding: 0 0.83333333rem;
  overflow: hidden;
  margin-top: 10px;
}
.found_background .found_rate_list .rate_item {
  height: 1.83333333rem;
  line-height: 1.83333333rem;
  width: 100%;
  border-bottom: 1px solid #dcdcdc;
  font-size: 14px;
  color: #222;
}
.found_background .found_rate_list .rate_item.active {
  color: #009b78;
}
.found_background .rate_btn {
  margin: 40px 1.54166667rem 20px;
  height: 2.04166667rem;
  line-height: 2.04166667rem;
  border-radius: 2px;
  color: #ffffff;
  background: #009b78;
  text-align: center;
  font-size: 18px;
}
.mask {
  position: absolute;
  z-index: 1001;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  display: none;
}
.pop {
  position: absolute;
  z-index: 1002;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
}
.pop .fixed {
  padding: 20px 2.29166667rem 20px;
  overflow: hidden;
  background: #ffffff;
}
.pop .fixed .fixed_item {
  height: 1.66666667rem;
  line-height: 1.66666667rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
  font-size: 14px;
  color: #666;
}
.pop .fixed .fixed_item .unit {
  width: 15%;
  text-align: right;
}
.pop .fixed .fixed_item .outcome {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex: 1;
  color: #009b78;
  text-align: right;
  margin-right: 4px;
}
.pop .pop_bottom {
  width: 100%;
  height: 20px;
  background: url("../img/pop_bottom.png") no-repeat top;
  background-size: 100% auto;
}
