.pc .title{
  min-width: 160px;
  background: #28318B;
  border-radius: 0px 10px 0px 0px;
  line-height: 50px;
  text-align: center;
  padding: 0px 20px;
  box-sizing: border-box;
  display: inline-block;
  color: #FFFFFF;
  font-size: 24px;
}
.pc .address{
  background-image: url('../../image/aboutWe-pc.png');
  background-position: center;
  /* background-size: cover; */
  padding: 10px;
  position: relative;
}
.pc .address .address-text{
  padding: 30px;
  height: 100%;
  background: #fff;
  font-size: 24px;
  font-weight: bold;
  color: #009C45;
  line-height: 48px;
}
.pc .location{
  width: 100%;
}
.pc .location img{
  width: 100%;
}
.pc .plan{}
.pc .plan .way{
  width: 100%;
  /* min-height: 80px; */
  background: #EDF6F3;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #009C45;
  line-height: 30px;
  padding: 20px 35px;
  position: relative;
}
.pc .plan .way::after{
  position: absolute;
  top: 0;
  left: 6px;
  width: 14px;
  height: 22px;
  background-image: url('../../image/before.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  content: ' ';
}
.pc .plan .way-detail{
  padding: 25px 44px;
  font-size: 11px;
  color: #000000;
  line-height: 20px;
  position: relative;
}
.pc .plan .way-detail::after{
  position: absolute;
  left: 35px;
  top: 28px;
  content: ' ';
  width: 3px;
  height: 11px;
  background-color: #009C45;
}


.phone .title{
  min-width: 10rem;
  background: #28318B;
  border-radius: 0px 0.625rem 0px 0px;
  line-height: 3.125rem;
  text-align: center;
  padding: 0px 1.25rem;
  box-sizing: border-box;
  display: inline-block;
  color: #FFFFFF;
  font-size: 1.5rem;
}
.phone .address{
  background-image: url('../../image/aboutWe-sm.png');
  background-position: center;
  /* background-size: cover; */
  padding: 0.625rem;
}
.phone .address .address-text{
  padding: 1.875rem;
  height: 100%;
  background: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  color: #009C45;
  line-height: 3rem;
}
.phone .location{
  width: 100%;
}
.phone .location img{
  width: 100%;
}
.phone .plan{}
.phone .plan .way{
  width: 100%;
  /* min-height: 5rem; */
  background: #EDF6F3;
  font-size: 1.5rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #009C45;
  line-height: 1.875rem;
  padding: 1.25rem 2.1875rem;
  position: relative;
}
.phone .plan .way::after{
  position: absolute;
  top: 0;
  left: 0.375rem;
  width: 0.875rem;
  height: 1.375rem;
  background-image: url('../../image/before.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  content: ' ';
}
.phone .plan .way-detail{
  padding: 1.5625rem 2.75rem;
  font-size: 1.5rem;
  color: #000000;
  position: relative;
}
.phone .plan .way-detail p{
  font-size: 1.5rem !important;
}
.phone .plan .way-detail span{
  font-size: 1.5rem !important;
}
.phone .plan .way-detail::after{
  position: absolute;
  left: 2.1875rem;
  top: 2rem;
  content: ' ';
  width: 0.25rem;
  height: 1rem;
  background-color: #009C45;
}