.content {
  width: 100%;
  background-color: #f7f7f7;
  overflow: hidden;
}
.content .box {
  width: 100%;
  overflow: hidden;
}
.content .box .top .img {
  width: 100%;
  position: relative;
}
.content .box .top .img img {
  width: 100%;
}
.content .box .top .img .qrcode {
  position: absolute;
  top: 2rem;
  left: 50%;
}
.content .box .top .img .qrcode .icon {
  width: 7.53rem;
  height: 7.53rem;
  float: left;
}
.content .box .top .img .qrcode .icon img {
  width: 100%;
}
.content .box .top .img .qrcode .right {
  float: left;
  margin-top: 1.4rem;
  margin-left: 1.1rem;
}
.content .box .top .img .qrcode .right .h1 {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #d8dde2;
}
.content .box .top .img .qrcode .right .h4 {
  font-family: DIN-Regular;
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #ffffff;
  opacity: 0.2;
  margin-top: 1rem;
}
.content .box .list {
  width: 88%;
  margin: 0 auto;
  padding-top: 2.2rem;
}
.content .box .list::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .box .list .province {
  width: calc(50% - 0.5rem);
  height: 5rem;
  background-color: #ffffff;
  float: left;
}
.content .box .list .province .province-box {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.content .box .list .province .province-box::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .box .list .province .province-box .province-value {
  font-size: 16px;
  line-height: 5rem;
  color: #999999;
  margin-left: 25px;
  float: left;
}
.content .box .list .province .province-box .icon {
  float: right;
  margin-right: 2rem;
}
.content .box .list .province .province-box .icon i {
  line-height: 5rem;
  font-size: 16px;
  color: #c6150f;
  transition: 0.5s;
}
.content .box .list .province ul {
  width: 100%;
  background-color: #ffffff;
  display: none;
  position: relative;
  z-index: 100;
}
.content .box .list .province ul li {
  padding: 8px 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
}
.content .box .list .province ul li:hover {
  background: #F4F4F4;
}
.content .box .list .city {
  width: calc(50% - 0.5rem);
  height: 5rem;
  background-color: #ffffff;
  float: left;
  margin-left: 1rem;
}
.content .box .list .city .city-box {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.content .box .list .city .city-box::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .box .list .city .city-box .city-value {
  font-size: 16px;
  line-height: 5rem;
  color: #999999;
  margin-left: 25px;
  float: left;
}
.content .box .list .city .city-box .icon {
  float: right;
  margin-right: 2rem;
}
.content .box .list .city .city-box .icon i {
  line-height: 5rem;
  font-size: 16px;
  color: #c6150f;
  transition: 0.5s;
}
.content .box .list .city ul {
  width: 100%;
  background-color: #ffffff;
  display: none;
  position: relative;
  z-index: 100;
}
.content .box .list .city ul li {
  padding: 8px 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
}
.content .box .list .city ul li:hover {
  background: #F4F4F4;
}
.content .box .list .button {
  width: 100%;
  height: 5rem;
  background-color: #c6150f;
  float: left;
  margin-top: 1.6rem;
}
.content .box .list .button .button-value {
  font-size: 16px;
  line-height: 5rem;
  color: white;
  margin-left: 25px;
  float: left;
}
.content .box .list .button .icon {
  float: right;
  margin-right: 2rem;
}
.content .box .list .button .icon i {
  line-height: 5rem;
  font-size: 16px;
  color: white;
  transition: 0.5s;
}
.content .box .p {
  margin-left: 6%;
  font-size: 1.533rem;
  line-height: 1.533rem;
  letter-spacing: -1px;
  color: #333333;
  margin-top: 2.5rem;
}
.content .box .p span {
  color: #c6150f;
  font-weight: bold;
}
.content .box .p span.one {
  margin-left: 2rem;
  margin-right: 1.4rem;
}
.content .box .p span.two {
  margin-right: 1.4rem;
}
.content .box .p span.three {
  margin-left: 2rem;
}
.content .box .result {
  width: 88%;
  margin: 0 auto;
  padding-top: 3.4rem;
}
.content .box .result ul {
  width: 100%;
  padding-bottom: 7rem;
}
.content .box .result ul::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .box .result ul li {
  width: 100%;
  margin-bottom: 2rem;
  background-color: white;
  padding-bottom: 35px;
}
.content .box .result ul li a {
  width: 100%;
  display: block;
}
.content .box .result ul li a .title {
  font-size: 1.733rem;
  font-weight: bold;
  line-height: 1.733rem;
  color: #c6150f;
  display: block;
  padding-top: 2.4rem;
  margin-left: 2.4rem;
}
.content .box .result ul li a .add {
  display: block;
  font-size: 1.2rem;
  line-height: 1.2rem;
  letter-spacing: -0.3px;
  color: #999999;
  margin-top: 1.6rem;
  margin-left: 2.4rem;
}
.content .box .result ul li a .link {
  font-size: 14px;
  line-height: 30px;
  letter-spacing: -0.3px;
  color: #333333;
  margin-left: 2.4rem;
  margin-top: 1.733rem;
  display: inline-block;
}
.content .box .result ul li a .link b {
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 50%;
  background-color: #c6150f;
  text-align: center;
  display: inline-block;
  margin-right: 0.9rem;
  transition: 0.5s;
  line-height: 2.7rem;
}
.content .box .result ul li a .link b i {
  font-size: 0.7rem;
  color: white;
}
.content .box .result ul li:hover .link b {
  margin-right: 20px;
}
<!--0.00024819374084473-->