|  | 
.notes{
  padding-bottom: 60rpx;
}
.record text:nth-of-type(2n+1) {
  float: left;
}
.record text:nth-of-type(2n) {
  float: right;
}
.record text {
  font-size: 28rpx;
  color: #333;
}
.record1 text:nth-of-type(2) {
  color: #ff3535;
}
.record1 text:nth-of-type(1) {
  font-size:30rpx;
  font-family:PingFang-SC-Bold;
  color:rgba(51,51,51,1);
}
.list {
  padding: 18rpx 0;
}
.title {
  display: block;
  padding: 0 32rpx;
  font-weight: bold;
  font-size: 32rpx;
  color: rgba(51, 51, 51, 1);
  margin-top: 16rpx;
}
.record2 {
  margin-top: 16rpx;
  color:rgba(153,153,153,1)!important;
}
.record2 text{
  font-size: 30rpx;
}
.posi {
  position: relative;
  padding: 0 32rpx;
  margin: 0 auto;
}
.posi>view:nth-child(2) {
  width: 100%;
  height: 87rpx;
  display: flex;
  justify-content: space-between;
  line-height: 87rpx;
}
.posi>view:nth-child(2) text:nth-child(1) {
  font-size: 30rpx;
  color: #a9a9a9;
}
.posi>view:nth-child(2) text:nth-child(2) {
  font-size: 30rpx;
  color: #a9a9a9;
}
.posi_logo {
  width: 100%;
  display: flex;
  padding: 20rpx 0;
  background: #fff;
  height: 100rpx;
}
.posi_logo view:nth-child(1) {
  width: 100rpx;
  height: 100rpx;
  border-radius: 16rpx;
}
.posi_logo view:nth-child(1) image {
  display: block;
  width: 100rpx;
  height: 100rpx;
  border-radius: 16rpx;
  border: 1px solid #e5e5e5;
}
.posi_logo view:nth-child(2) {
  display: flex;
  flex-direction: column;
  flex: 8;
  padding-left: 30rpx;
}
.posi_logo view:nth-child(2) text:nth-child(1) {
  font-size: 32rpx;
  color: #333;
  letter-spacing: 0;
}
.posi_logo view:nth-child(2) text:nth-child(2) {
  font-size: 24rpx;
  color: #b8b8b8;
  padding-top: 3rpx;
  width: 450rpx;
  height: 36rpx;
  overflow: hidden;
}
.titles {
  font-size: 30rpx;
  color: #333;
  height: 60rpx;
  line-height: 60rpx;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.titles .fr {
  color: red;
}
.titles .fr text{
  font-size: 42rpx;
}
.notess view:nth-child(1) {
  width: 92%;
  height: 87rpx;
  line-height: 87rpx;
  background: #fff;
}
.notess view:nth-child(2) {
  width: 92%;
  background: #fff;
  display: flex;
  flex-direction: column;
}
.notess view:nth-child(2)>text {
  font-size: 28rpx;
  color: #919191;
  letter-spacing: 0;
  line-height: 42rpx;
}
.tel {
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 50rpx;
  height: 50rpx;
}
.list{
  padding: 20rpx 32rpx;
  border-bottom:1px solid #EAEAEA; 
}
.notess{
  padding: 0 32rpx;
}
.dingdan {
  margin-top: 33rpx;
}
.dingdan text:nth-of-type(1) {
  display: block;
  font-size: 34rpx;
  color: #333;
  letter-spacing: 0;
  text-align: center;
  padding: 30rpx 0;
}
.dingdan text:nth-of-type(2) {
  display: block;
  font-size: 28rpx;
  color: #999;
  letter-spacing: 0;
  text-align: center;
}
.dingdan image {
  display: block;
  width: 300rpx;
  height: 300rpx;
  margin: 0 auto 16rpx;
}
.head{
  padding:32rpx 32rpx 0;
}
.bottom{
  text-align: center;
  height: 70rpx;
  line-height: 70rpx;
  color: #999;
  font-size: 32rpx;
}
.support-tansfer{
  width: 540rpx;
  float: left;
  margin-left: 30rpx;
  border-radius: 50rpx;
  background: #02C0FF!important;
  margin-top:4rpx;
}
.share{
  width: 40rpx;
  height: 40rpx;
  margin-right: 20rpx;
}
.share-bottom{
  width: 100%;
  /* overflow:hidden; */
  margin-top:66rpx;
}
.goback {
  float:left;
  width:122rpx!important;
  height:95rpx;
  background:rgba(255,255,255,1);
  line-height:95rpx;
  border:1rpx solid rgba(227,227,227,1);
  box-shadow:0px 8px 8px 1px rgba(189,189,189,0.32);
  border-radius:48rpx;
  margin-left:25rpx;
}
.goback image{
  position:absolute;
  width:60rpx;
  left:0;
  right:0;
  top:0;
  bottom:0;
  margin:auto;
  height: 80rpx;
}
 |