* {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

.floatL {
  float: left;
}

.floatR {
  float: right;
}

.box .head {
  display: block;
  width: 100%;
  height: 10.58rem;
  padding-top: 6.2rem;
  background: url(../img/head1.jpg) no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.box .head .logo {
  display: block;
  width: 3.33rem;
  height: 0.56rem;
  position: absolute;
  top: 0.52rem;
  left: 0.52rem;
}

.box .head .handleBtn {
  display: block;
  width: 5.55rem;
  height: 1.4rem;
  background: url(../img/handleBtn.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  font-size: 0.6rem;
  line-height: 1.4rem;
  color: #fff;
  text-align: center;
  margin-top: 0.7rem;
}

.box .head .headline {
  width: 9.75rem;
  height: 0.9rem;
  background: #e47c32;
  border-radius: 0.41rem;
  margin: 0 auto;
  font-size: 0.4rem;
  color: #fff;
  line-height: 0.9rem;
}

.box .head .headline .titleIcon {
  width: 0.83rem;
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.04rem;
}

.box .head .headline span {
  height: 0.83rem;
  display: inline-block;
  line-height: 0.83rem;
}

.box .conent {
  background: url(../img/conent.jpg) no-repeat;
  background-size: 100% 100%;
  width: 100%;
  padding-bottom: 3.32rem;
}

.box .conent .title {
  color: #da590f;
  font-size: 0.7rem;
  background: url(../img/title.png) no-repeat;
  background-size: 100% 100%;
  width: 7.72rem;
  height: 0.68rem;
  margin: 0 auto;
  text-align: center;
  line-height: 0.68rem;
  font-weight: bold;
  font-style: italic;
}

.box .conent .introduce {
  font-size: 0.42rem;
  color: #b4732b;
  text-align: justify;
  width: 11.4rem;
  margin: 0 auto;
  margin-top: 0.9rem;
  margin-bottom: 0.7rem;
}

.box .conent .introduce span {
  color: #da590f;
}

.box .conent .line_block {
  width: 10.6rem;
  border-radius: 0.1rem;
  border: 1px solid #ffb26e;
  margin: 0 auto;
  padding: 0.45rem 0.4rem;
  text-align: justify;
  background: #fff;
  color: #666666;
  font-size: 0.38rem;
  line-height: 0.6rem;
  margin-bottom: 1.15rem;
}

.box .conent .line_block span {
  color: #da590f;
}

.box .conent .flows {
  width: 10.9rem;
  padding-left: 0.5rem;
  padding-bottom: 0.55rem;
  padding-top: 0.35rem;
  text-align: justify;
  background: #fff;
  border-radius: 0.1rem;
  margin: 0 auto;
  border: 1px solid #ffb26e;
  position: relative;
  margin-bottom: 0.4rem;
  height: 1.5rem;
}

.box .conent .flows .circle {
  width: 0.42rem;
  position: absolute;
}

.box .conent .flows .circleL {
  left: 1.9rem;
  top: -1.2rem;
}

.box .conent .flows .circleR {
  right: 1.9rem;
  top: -1.2rem;
}

.box .conent .flows .icon {
  width: 1.54rem;
  display: block;
  margin-right: 0.3rem;
  margin-top: 0.2rem;
}

.box .conent .flow {
  width: 10.9rem;
  padding-left: 0.5rem;
  padding-bottom: 0.55rem;
  padding-top: 0.35rem;
  text-align: justify;
  background: #fff;
  border-radius: 0.1rem;
  margin: 0 auto;
  border: 1px solid #ffb26e;
  margin-bottom: 0.4rem;
  overflow: hidden;
}

.box .conent .flow .icon1 {
  width: 1.26rem;
  display: block;
  margin-right: 0.5rem;
  margin-top: 0.2rem;
}

.box .conent .flow .icon2 {
  width: 1.37rem;
  display: block;
  margin-right: 0.5rem;
  margin-top: 0.2rem;
}

.box .conent .flow .icon3 {
  width: 1.17rem;
  display: block;
  margin-right: 0.5rem;
  margin-top: 0.2rem;
}

.box .conent .flow .icon4 {
  width: 1.23rem;
  display: block;
  margin-right: 0.5rem;
  margin-top: 0.2rem;
}

.box .conent .font {
  margin-left: 0.2rem;
  width: 8.5rem;
}

.box .conent .font .title_font {
  color: #da590f;
  font-size: 0.5rem;
  font-weight: bold;
}

.box .conent .font .explain {
  color: #666666;
  font-size: 0.38rem;
  margin-top: 0.3rem;
}

.box .conent .btn_group {
  overflow: hidden;
  width: 11.4rem;
  margin: 0 auto;
  margin-top: 1rem;
}

.box .conent .btn_group .btn {
  background: url(../img/btn.png) no-repeat;
  background-size: 100% 100%;
  width: 5.14rem;
  height: 1.34rem;
  text-align: center;
  line-height: 1.34rem;
  color: #fff;
  text-decoration: none;
  font-size: 0.54rem;
}

.shade {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.3);
  z-index: 10;
  display: none;
}

.shade .popup_flow {
  width: 8.9rem;
  height: 10.75rem;
  background: #fff;
  border-radius: 0.1rem;
  padding: 0 0.65rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.shade .flow_head {
  padding: 0.5rem 0;
  border-bottom: 1px solid #da590f;
  position: relative;
  font-size: 0.42rem;
  color: #da590f;
  font-weight: bold;
  text-align: center;
  font-style: italic;
}

.shade .flow_head .flow_title {
  width: 4.1rem;
  height: 0.6rem;
  background: url(../img/title_popup.png) no-repeat;
  background-size: 100% 100%;
  font-size: 0.6rem;
  color: #da590f;
  line-height: 0.6rem;
  text-align: center;
  margin: 0 auto;
}

.shade .flow_head .close {
  width: 0.5rem;
  position: absolute;
  right: -0.3rem;
  top: 0.35rem;
}

.shade .popup_contract {
  width: 8.8rem;
  background: #fff;
  height: 12.6rem;
  padding: 0 0.7rem;
  border-radius: 0.1rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.shade .popup_contract .contract_conent {
  height: 9.7rem;
  overflow-y: auto;
}

.shade .popup_contract .contract_conent .contract_line {
  font-size: 0.36rem;
  color: #666666;
  line-height: 0.6rem;
}

.shade .popup_contract .contract_conent .contract_line .promise {
  text-align: center;
  font-weight: bold;
}

.shade .popup_contract:after {
  content: '';
  display: block;
  position: absolute;
  width: 9.3rem;
  height: .85024rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), to(white));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2), #fff);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.2), #fff);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), #fff);
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -0.12882rem);
  -ms-transform: translate(-50%, -0.12882rem);
  transform: translate(-50%, -0.12882rem);
}

.shade .flow_conent:after {
  content: '';
  display: block;
  position: absolute;
  width: 9.3rem;
  height: .85024rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), to(white));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2), #fff);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.2), #fff);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), #fff);
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -0.12882rem);
  -ms-transform: translate(-50%, -0.12882rem);
  transform: translate(-50%, -0.12882rem);
}

.shade .flow_conent {
  height: 8.5rem;
  overflow-y: auto;
}

.shade .flow_conent .apply {
  color: #666666;
  font-size: 0.36rem;
  line-height: 0.7rem;
  margin-top: 0.5rem;
}

.shade .flow_conent .apply .phone_apply {
  color: #da590f;
  font-size: 0.46rem;
}
