* {
  margin: 0;
  padding: 0;
}
li,
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
i {
  font-style: normal;
}
html {
  font-size: 375px;
}
input,
select {
  outline: none;
}
img {
  display: block;
  border: none;
}
::-webkit-input-placeholder {
  color: #999;
}
:-moz-placeholder {
  color: #999;
}
::-moz-placeholder {
  color: #999;
}
:-ms-input-placeholder {
  color: #999;
}
a,
button,
input,
textarea {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.content_box {
  width: 100%;
  overflow: hidden;
}
.content_box .content_img {
  width: 100%;
  height: auto;
}
.content {
  padding: 0 0.04rem 0.06666667rem;
  overflow: hidden;
  border-bottom: 0.02666667rem solid #f2f2f2;
}
.content.last {
  border-bottom: none;
}
.content .title_info {
  width: 100%;
  overflow: hidden;
}
.content .title_info .title {
  font-size: 0.05333333rem;
  color: #333333;
  line-height: 0.07466667rem;
  margin-top: 0.06133333rem;
  display: inline-block;
  float: left;
  margin-right: 0.032rem;
}
.content .title_info .title.first {
  background: url("../img/first_ico.png") no-repeat left center;
  background-size: auto 70%;
  padding-left: 0.09733333rem;
}
.content .title_info .title.second {
  background: url("../img/second_ico.png") no-repeat left center;
  background-size: auto 80%;
  padding-left: 0.09066667rem;
}
.content .title_info .title.third {
  background: url("../img/third_ico.png") no-repeat left center;
  background-size: auto 70%;
  padding-left: 0.09066667rem;
}
.content .title_info .title.fourth {
  background: url("../img/fourth_ico.png") no-repeat left center;
  background-size: auto 74%;
  padding-left: 0.1rem;
}
.content .title_info .tags {
  overflow: hidden;
  float: left;
  margin-top: 0.07466667rem;
}
.content .title_info .tags .tag_item {
  padding: 0 0.01333333rem;
  display: inline-block;
  float: left;
  margin-right: 0.01333333rem;
  font-size: 0.032rem;
  color: #FFFFFF;
  height: 0.05066667rem;
  line-height: 0.05066667rem;
}
.content .title_info .tags .tag_item.first {
  background: #FDC167;
  border-radius: 0.00533333rem;
}
.content .title_info .tags .tag_item.second {
  background: #F6857E;
  border-radius: 0.00533333rem;
}
.content .condition {
    width: 100%;
    overflow: hidden;
    font-size: 0.03933333rem;
    color: #666666;
    line-height: 0.06rem;
    margin-top: 0.05333333rem;
}
.content .loan_info {
  width: 100%;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-top: 0.05333333rem;
}
.content .loan_info .loan_item {
  padding: 0.02933333rem;
  border: 1px solid #E1E1E1;
  border-radius: 0.008rem;
}
.content .loan_info .loan_item .title {
  display: block;
  width: 100%;
  overflow: hidden;
  font-size: 0.02933333rem;
  color: #999999;
  line-height: 0.04rem;
}
.content .loan_info .loan_item .text {
  width: 100%;
  overflow: hidden;
  font-size: 0.048rem;
  color: #333333;
  line-height: 0.06666667rem;
  margin-top: 0.016rem;
}
.content .loan_info .loan_item .text .num {
  color: #F44944;
}
.content .loan_info .loan_item.first {
  width: 0.20933333rem;
}
.content .loan_info .loan_item.second {
  width: 0.25333333rem;
}
.content .loan_info .loan_item.third {
  width: 0.24133333rem;
}
.content .loan_info .loan_item.fourth {
  width: 0.264rem;
}
.content .loan_info .loan_item.fifth {
  width: 0.2rem;
}
.content .loan_info .loan_item.sixth {
  width: 0.24rem;
}
.content .small_sub_btn {
  width: 100%;
  height: 0.11733333rem;
  line-height: 0.11733333rem;
  text-align: center;
  background: url("../img/sub_btn.png") no-repeat center;
  margin-top: 0.05333333rem;
  background-size: 100% auto;
  font-size: 0.03733333rem;
  color: #FFFFFF;
  font-weight: bold;
}
.mask {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  top: 0;
  z-index: 10;
  display: none;
}
.mask.active {
  display: block;
}
.mask .sub_main {
  width: 0.69333333rem;
  height: 0.56rem;
  padding: 0.05333333rem;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: #FFFFFF;
  box-shadow: 0 0.00266667rem 0.008rem 0 rgba(0, 0, 0, 0.3);
  border-radius: 0.01333333rem;
}
.mask .sub_main .sub_title {
  width: 100%;
  overflow: hidden;
  font-size: 0.05333333rem;
  color: #333333;
  line-height: 0.07466667rem;
  text-align: center;
  margin-bottom: 0.01733333rem;
  float: left;
}
.mask .sub_main .sub_input_box{
  width: 0.688rem;
  height: 0.10133333rem;
  border: 1px solid #cccccc;   
  border-radius: 0.13333333rem;
  margin-top: 0.03733333rem;
  float: left;
}
.mask .sub_main .sub_input {
  width: 0.592rem;
  height: 0.10133333rem;
  padding: 0 0.048rem;
  border-radius: 0.13333333rem;
  border: none;
  outline: none;
  float: left;
  font-size: 0.04266667rem;
  color: #333;
}
.mask .sub_main .sub_btn {
  width: 0.69333333rem;
  height: 0.10666667rem;
  font-size: 0.03733333rem;
  color: #FFFFFF;
  line-height: 0.10666667rem;
  text-align: center;
  margin-top: 0.04rem;
  background: url("../img/sub_bg.png") no-repeat center;
  float: left;
  background-size: 100% auto;
  outline: none;
}
.mask .sub_main .close_ico {
  display: block;
  width: 0.16rem;
  height: 0.16rem;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -0.08rem;
  margin-top: -0.16rem;
  background: url("../img/close_ico.png") no-repeat center;
  background-size: 50% auto;
}
.mask .sub_main .clear {
  clear: both;
}
