#app {
  height: 100vh;
}
.top_title {
  height: 1.1733333333333333rem;
  width: 100%;
  background: #fff;
}
.top_title::after {
  display: block;
  content: "";
  clear: both;
}
.top_title .back {
  float: left;
  color: #999;
  margin-left: 0.2rem;
  margin-top: 0.3466666666666667rem;
  background: url("../my_img/arrow-left-gray.png") no-repeat;
  background-size: 0.29333333333333333rem 0.4933333333333334rem;
  width: 0.29333333333333333rem;
  height: 0.4933333333333334rem;
}
.top_title .title {
  font-size: 0.48rem;
  color: #333;
  margin-top: 0.25333333333333335rem;
  margin-left: 3.32rem;
  letter-spacing: 0.010133333333333334rem;
  line-height: 0.6666666666666667rem;
  float: left;
}
.clr {
  clear: both;
  content: "";
  display: block;
}
.base-part {
  /* margin: 0.26666666666666666rem 0 0 0;
  padding: 0 0.45333333333333337rem 0.26666666666666666rem 0.4266666666666667rem; */
  margin: 15px;
  padding: 10px 0;
}
.base-part .left {
  float: left;
}
.base-part .left img {
  /* width: 2.76rem;
  height: 0.44rem; */
  width: 142px;
}
.base-part .left h4 {
  /* margin-top: 0.13333333333333333rem;
  font-size: 0.4266666666666667rem;
  line-height: 0.6666666666666667rem; */
  color: #333;
  font-weight: bold;
  font-size: 22px;
  line-height: 50px;
  text-align: left;
}
.base-part .left .num {
  color: #666;
  /* height: 0.4933333333333334rem; */
  height: 30px;
  /* font-size: 0.37333333333333335rem; */
  font-size: 18px;
  /* line-height: 0.4933333333333334rem; */
  line-height: 24px;
  /* padding-left: 5px; */
  /* margin-top: 0.13333333333333333rem; */
}
.base-part .left .num span {
  font-size: 18px !important;
}
.base-part .left .num img {
  /* width: 0.45333333333333337rem;
  height: 0.45333333333333337rem; */
  width: 30px;
  height: 30px;
  vertical-align: middle;
  /* margin-left: 0.12rem; */
  margin-left: 10px;
}
.gray {
  /* height: 0.26666666666666666rem; */
  height: 10px;
  width: 100%;
  background-color: #f5f5f5;
}
.base-part .right {
  float: right;
}
.base-part .right div {
  /* width: 2.0533333333333337rem;
  height: 1.8266666666666667rem;
  margin-top: -0.05333333333333334rem; */

  width: 120px;
  height: 100px;
}
.base-part .right .invalid {
  background: url("../my_img/invalid_icon.png") no-repeat;
  background-size: 100% 100%;
}
.base-part .right .insure {
  background: url("../my_img/insure-icon.png") no-repeat;
  background-size: 100% 100%;
}
.base-part .right .progress {
  background: url("../my_img/progress-icon.png") no-repeat;
  background-size: 100% 100%;
}
.detail-part {
  /* padding: 0.5333333333333333rem 0.6666666666666667rem 0 0.4rem; */
  padding: 15px;
}
.detail-part .item {
  /* margin-bottom: 0.28rem; */
  margin-bottom: 20px;
}
.detail-part .item .left {
  float: left;
  /* font-size: 0.4rem;
  line-height: 0.56rem; */
  font-size: 18px;
  line-height: 24px;
  color: #666666;
  text-align: left;
}
.detail-part .item .right {
  float: right;
  /* font-size: 0.4rem;
  line-height: 0.56rem; */
  font-size: 18px;
  line-height: 24px;
  color: #999999;
  /* max-width: 6.72rem; */
  max-width: 400px;
  text-align: right;
  /* height: 0.56rem; */
}
.detail-part .item .right span {
  font-size: 18px !important;
}
.detail-part .item .detail-p[attr="active"] {
  float: left;

  letter-spacing: -0.013rem;
  background-color: #f5f5f5;
  color: #999999;
  line-height: 0.4rem;
  width: calc(100% - 0.5rem);
  line-height: 24px;
  padding: 10px 15px;
  font-size: 16px;
  margin-top: 5px;
}
.detail-part .item .detail-p[attr="none"] {
  display: none;
}
.detail-part .item .right img[attr="active"] {
  /* width: 0.36rem;
  height: 0.22rem;
  vertical-align: top;
  margin: 0.15rem 0 0 0.13333333333333333rem; */

  width: 18px;
  height: 12px;
  vertical-align: baseline;
  margin-left: 5px;
}
.detail-part .item .right img[attr="none"] {
  display: none;
}
.detail-part .item .right .rotas[attr="active"] {
  transform: rotate(180deg);
  width: 18px;
  height: 12px;
  vertical-align: baseline;
  margin-left: 5px;
}
.contact {
  width: 100%;
  /* margin-top: 2.1333333333333333rem; */
  margin: 10px;
}
.contact .content {
  /* width: 6.12rem; */
  width: 300px;
  margin: 0 auto;
  text-align: center;
  /* font-size: 0.29333333333333333rem; */
  font-size: 16px;
  color: #a9a9a9;
  /* line-height: 0.45333333333333337rem; */
  line-height: 36px;
}
.contact .content a {
  color: #5d98ff;
  text-decoration: none;
}
.contact .content a:hover {
  text-decoration: none;
}
