@charset "UTF-8";
/* 通用 */
.bg_fff {
  background: #fff;
}

.service_wrapper .main_content {
	padding-top: 1.2rem;
  text-align: left;
  padding-bottom: 64px;
}

.service_wrapper .item {
  padding:0 0.9rem 0.3rem 1.2rem;
}

.main_content .main_div > .title {
  margin-bottom: 0.5rem;
  color: #333;
  font-size: 0.6rem;
  text-align: center;
  font-weight: bold;
}

.main_content .second_main > .title {
 margin: 0.3rem 0;
}

.main_content .item > .title {
  line-height: 0.5rem;
  color: #333;
  font-size: 0.5rem;
  font-weight: bold;
  padding-bottom: 0.5rem;
}

.main_content .subheading {
  margin: 0.3rem 0 0.15rem 0;
  line-height: 0.8rem;
  color: #333;
  font-size: 14px;
}

.main_content .subheading_num {
	margin: 0.4rem 0 0.15rem 0;
}

.main_content .desc {
  margin-bottom: 0.25rem;
  line-height: 0.8rem;
  color: #666666;
  font-size: 14px;
}

.main_content .desc > p {
  margin-top: 0.4rem;
  line-height: 0.5rem;
  color: #666666;
  font-size: 8px;
}

.main_content .desc span {
  display: block;
  margin-top: 0.2rem;
  line-height: 0.5rem;
  color: #666666;
  font-size: 8px;
}

/* 协议按钮 */
.service_wrapper .service_bottom {
  font-size: 0;
  padding: 0.4rem 0;
  box-shadow: inset 0px 1px 0px 0px rgba(204, 204, 204, 0.46);
  text-align: center;
  position: fixed;
  bottom: 52px;
  width: 100%;
}
.service_wrapper .btn {
  width: 6.66rem;
  height: 1.72rem;
  line-height: 1.72rem;
  border-radius: 0.86rem;
  color: #fff;
  font-size: 0.68rem;
}

.service_wrapper .disagree_btn {
  margin-right: .4rem;
  background: -webkit-linear-gradient(left, rgb(214, 214, 214), rgb(201, 201, 201), rgb(187, 187, 187));
  background: -o-linear-gradient(left, rgb(214, 214, 214), rgb(201, 201, 201), rgb(187, 187, 187));
  background: -moz-linear-gradient(left, rgb(214, 214, 214), rgb(201, 201, 201), rgb(187, 187, 187));
  background: -ms-linear-gradient(left, rgb(214, 214, 214), rgb(201, 201, 201), rgb(187, 187, 187));
  box-shadow: 0 1px 0.08rem 0 rgba(187, 187, 187, 0.004);
}

.service_wrapper .agree_btn {
  background: -webkit-linear-gradient(left, rgb(139, 188, 5), rgb(126, 180, 39), rgb(112, 171, 73));
  background: -o-linear-gradient(left, rgb(139, 188, 5), rgb(126, 180, 39), rgb(112, 171, 73));
  background: -moz-linear-gradient(left, rgb(139, 188, 5), rgb(126, 180, 39), rgb(112, 171, 73));
  background: -ms-linear-gradient(left, rgb(139, 188, 5), rgb(126, 180, 39), rgb(112, 171, 73));
  box-shadow: 0 1px 0.08rem 0 rgba(106, 164, 60, 0.57);
}

.service_wrapper service_bottom {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background: transparent;
  outline: none;
}

.desc_date {
  	text-align: right;
  	font-size: 13px;
  	display: block;
    line-height: 23px;
    margin-right: 27px;
  }

