|   | 
| page { | 
|     background-color: #f7f7f7; | 
| } | 
|   | 
| @charset "UTF-8"; | 
| /** | 
|  * 这里是uni-app内置的常用样式变量 | 
|  * | 
|  * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 | 
|  * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App | 
|  * | 
|  */ | 
| /** | 
|  * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 | 
|  * | 
|  * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 | 
|  */ | 
| /* uView的全局SCSS主题文件 */ | 
| /* 颜色变量 */ | 
| /* 行为相关颜色 */ | 
| /* 文字基本颜色 */ | 
| /* 背景颜色 */ | 
| /* 边框颜色 */ | 
| /* 尺寸变量 */ | 
| /* 文字尺寸 */ | 
| /* 图片尺寸 */ | 
| /* Border Radius */ | 
| /* 水平间距 */ | 
| /* 垂直间距 */ | 
| /* 透明度 */ | 
| /* 文章场景相关 */ | 
| .box.data-v-d357e834 { | 
|   width: 100%; | 
| } | 
| .box .sk.data-v-d357e834 { | 
|   width: 100%; | 
|   padding: 30rpx; | 
|   box-sizing: border-box; | 
| } | 
| .box .sk .sk_head.data-v-d357e834 { | 
|   width: 100%; | 
|   height: 50rpx; | 
|   line-height: 50rpx; | 
|   text-align: center; | 
|   font-size: 34rpx; | 
|   color: #222222; | 
|   margin-bottom: 30rpx; | 
| } | 
| .box .meade.data-v-d357e834 { | 
|   width: 100%; | 
|   display: flex; | 
|   align-items: center; | 
|   justify-content: space-around; | 
|   flex-wrap: wrap; | 
| } | 
| .box .meade .meade_zw.data-v-d357e834 { | 
|   width: 140rpx; | 
|   height: 0; | 
| } | 
| .box .meade .meade_content.data-v-d357e834 { | 
|   width: 140rpx; | 
|   height: 140rpx; | 
|   display: flex; | 
|   align-items: center; | 
|   justify-content: center; | 
|   overflow: hidden; | 
|   position: relative; | 
| } | 
| .box .meade .meade_content .video.data-v-d357e834 { | 
|   width: 100%; | 
| } | 
| .box .meade .meade_content .dele.data-v-d357e834 { | 
|   width: 50rpx; | 
|   height: 50rpx; | 
|   position: absolute; | 
|   top: 0; | 
|   right: 0; | 
|   z-index: 9; | 
| } | 
| .box .meade .meade_content .image.data-v-d357e834 { | 
|   width: 100%; | 
| } | 
| .box .meade .meade_upload.data-v-d357e834 { | 
|   width: 140rpx; | 
|   height: 140rpx; | 
|   background: #FFFFFF; | 
|   border-radius: 8rpx; | 
|   border: 1rpx solid #E5E5E5; | 
|   display: flex; | 
|   flex-direction: column; | 
|   align-items: center; | 
|   justify-content: center; | 
| } | 
| .box .meade .meade_upload text.data-v-d357e834 { | 
|   font-weight: 400; | 
|   font-size: 24rpx; | 
|   color: #666666; | 
|   font-style: normal; | 
|   margin-top: 5rpx; | 
| } | 
| .box .box_head.data-v-d357e834 { | 
|   width: 100%; | 
|   height: 240rpx; | 
|   padding: 30rpx; | 
|   box-sizing: border-box; | 
|   background: linear-gradient(180deg, #437CB3 0%, #F7F7F7 100%); | 
| } | 
| .box .box_head .box_head_info.data-v-d357e834 { | 
|   width: 100%; | 
|   padding: 32rpx 30rpx; | 
|   box-sizing: border-box; | 
|   background-color: rgba(255, 255, 255, 0.7); | 
|   border-radius: 16rpx; | 
|   position: relative; | 
| } | 
| .box .box_head .box_head_info .yellow.data-v-d357e834 { | 
|   background-color: #FF971D !important; | 
| } | 
| .box .box_head .box_head_info .info.data-v-d357e834 { | 
|   background-color: #CCCCCC !important; | 
| } | 
| .box .box_head .box_head_info .status.data-v-d357e834 { | 
|   position: absolute; | 
|   top: 0; | 
|   right: 0; | 
|   padding: 0 20rpx; | 
|   box-sizing: border-box; | 
|   height: 52rpx; | 
|   line-height: 52rpx; | 
|   text-align: center; | 
|   background: #FF971D; | 
|   font-weight: 400; | 
|   font-size: 26rpx; | 
|   color: #FFFFFF; | 
|   font-style: normal; | 
|   border-radius: 0rpx 16rpx 0rpx 32rpx; | 
| } | 
| .box .box_head .box_head_info .box_head_info_title.data-v-d357e834 { | 
|   font-weight: 500; | 
|   font-size: 40rpx; | 
|   color: #222222; | 
|   font-style: normal; | 
| } | 
| .box .box_head .box_head_info .box_head_info_list.data-v-d357e834 { | 
|   width: 100%; | 
|   margin-top: 24rpx; | 
|   position: relative; | 
| } | 
| .box .box_head .box_head_info .box_head_info_list image.data-v-d357e834 { | 
|   width: 200rpx; | 
|   height: 202rpx; | 
|   position: absolute; | 
|   bottom: 0; | 
|   right: 0; | 
| } | 
| .box .box_head .box_head_info .box_head_info_list .box_head_info_list_item.data-v-d357e834 { | 
|   width: 100%; | 
|   display: flex; | 
|   align-items: center; | 
|   margin-bottom: 20rpx; | 
| } | 
| .box .box_head .box_head_info .box_head_info_list .box_head_info_list_item.data-v-d357e834:last-child { | 
|   margin: 0 !important; | 
| } | 
| .box .box_head .box_head_info .box_head_info_list .box_head_info_list_item .label.data-v-d357e834 { | 
|   font-weight: 400; | 
|   font-size: 26rpx; | 
|   color: #777777; | 
|   font-style: normal; | 
| } | 
| .box .box_head .box_head_info .box_head_info_list .box_head_info_list_item .value.data-v-d357e834 { | 
|   font-weight: 400; | 
|   font-size: 26rpx; | 
|   color: #222222; | 
|   font-style: normal; | 
| } | 
| .box .box_head .details_footer.data-v-d357e834 { | 
|   width: 100%; | 
|   position: fixed; | 
|   bottom: 0; | 
|   left: 0; | 
|   z-index: 99; | 
|   padding: 10rpx 30rpx calc(env(safe-area-inset-bottom) + 10rpx) 30rpx; | 
|   box-sizing: border-box; | 
|   background-color: #ffffff; | 
|   display: flex; | 
|   align-items: center; | 
| } | 
| .box .box_head .box_dakuan.data-v-d357e834 { | 
|   width: 100%; | 
|   padding: 30rpx; | 
|   box-sizing: border-box; | 
|   background: #FFFFFF; | 
|   border-radius: 16rpx; | 
|   margin-top: 20rpx; | 
| } | 
| .box .box_head .box_dakuan .box_dakuan_head.data-v-d357e834 { | 
|   width: 100%; | 
|   display: flex; | 
|   align-items: center; | 
| } | 
| .box .box_head .box_dakuan .box_dakuan_head image.data-v-d357e834 { | 
|   width: 36rpx; | 
|   height: 36rpx; | 
|   margin-right: 16rpx; | 
| } | 
| .box .box_head .box_dakuan .box_dakuan_head text.data-v-d357e834 { | 
|   font-weight: 500; | 
|   font-size: 32rpx; | 
|   color: #222222; | 
| } | 
| .box .box_head .box_dakuan .box_dakuan_list.data-v-d357e834 { | 
|   width: 100%; | 
|   margin-top: 38rpx; | 
| } | 
| .box .box_head .box_dakuan .box_dakuan_list .box_dakuan_list_row.data-v-d357e834 { | 
|   width: 100%; | 
|   display: flex; | 
|   align-items: center; | 
|   margin-bottom: 20rpx; | 
| } | 
| .box .box_head .box_dakuan .box_dakuan_list .box_dakuan_list_row.data-v-d357e834:last-child { | 
|   margin: 0 !important; | 
| } | 
| .box .box_head .box_dakuan .box_dakuan_list .box_dakuan_list_row .box_dakuan_list_row_label.data-v-d357e834 { | 
|   width: 120rpx; | 
|   flex-shrink: 0; | 
|   margin-right: 30rpx; | 
|   font-weight: 400; | 
|   font-size: 26rpx; | 
|   color: #777777; | 
| } | 
| .box .box_head .box_dakuan .box_dakuan_list .box_dakuan_list_row .box_dakuan_list_row_val.data-v-d357e834 { | 
|   flex: 1; | 
|   text-align: right; | 
|   font-weight: 400; | 
|   font-size: 26rpx; | 
|   color: #222222; | 
| } | 
| .box .box_head .box_dakuan .box_dakuan_list .box_dakuan_list_row .box_dakuan_list_row_list.data-v-d357e834 { | 
|   flex: 1; | 
|   display: flex; | 
|   align-items: center; | 
|   flex-wrap: wrap; | 
| } | 
| .box .box_head .box_dakuan .box_dakuan_list .box_dakuan_list_row .box_dakuan_list_row_list .box_dakuan_list_row_list_image.data-v-d357e834 { | 
|   width: 140rpx; | 
|   height: 140rpx; | 
|   border-radius: 16rpx; | 
|   display: flex; | 
|   align-items: center; | 
|   justify-content: center; | 
|   overflow: hidden; | 
|   margin-left: 20rpx; | 
|   margin-bottom: 20rpx; | 
| } | 
| .box .box_head .box_dakuan .box_dakuan_list .box_dakuan_list_row .box_dakuan_list_row_list .box_dakuan_list_row_list_image.data-v-d357e834:first-child { | 
|   margin: 0 !important; | 
| } | 
| .box .box_head .box_dakuan .box_dakuan_list .box_dakuan_list_row .box_dakuan_list_row_list .box_dakuan_list_row_list_image image.data-v-d357e834 { | 
|   width: 100%; | 
|   height: 100%; | 
| } | 
| .box .box_head .box_jine.data-v-d357e834 { | 
|   width: 100%; | 
|   padding: 30rpx; | 
|   box-sizing: border-box; | 
|   background: #FFFFFF; | 
|   border-radius: 16rpx; | 
|   margin-top: 20rpx; | 
| } | 
| .box .box_head .box_jine .box_jine_head.data-v-d357e834 { | 
|   width: 100%; | 
|   display: flex; | 
|   align-items: center; | 
|   margin-bottom: 30rpx; | 
| } | 
| .box .box_head .box_jine .box_jine_head image.data-v-d357e834 { | 
|   width: 36rpx; | 
|   height: 36rpx; | 
|   margin-right: 16rpx; | 
| } | 
| .box .box_head .box_jine .box_jine_head text.data-v-d357e834 { | 
|   font-weight: 500; | 
|   font-size: 32rpx; | 
|   color: #222222; | 
| } | 
| .box .box_head .box_jine .box_jine_nr.data-v-d357e834 { | 
|   width: 100%; | 
|   padding: 26rpx 20rpx; | 
|   box-sizing: border-box; | 
|   background: rgba(255, 151, 29, 0.1); | 
|   border-radius: 8rpx; | 
| } | 
| .box .box_head .box_jine .box_jine_nr .box_jine_nr_head.data-v-d357e834 { | 
|   width: 100%; | 
|   display: flex; | 
|   align-items: center; | 
|   margin-bottom: 16rpx; | 
| } | 
| .box .box_head .box_jine .box_jine_nr .box_jine_nr_head image.data-v-d357e834 { | 
|   width: 32rpx; | 
|   height: 32rpx; | 
|   margin-right: 16rpx; | 
| } | 
| .box .box_head .box_jine .box_jine_nr .box_jine_nr_head text.data-v-d357e834 { | 
|   font-weight: 500; | 
|   font-size: 30rpx; | 
|   color: #222222; | 
| } | 
| .box .box_head .box_jine .box_jine_nr .box_jine_nr_list.data-v-d357e834 { | 
|   width: 100%; | 
|   display: flex; | 
|   flex-direction: column; | 
| } | 
| .box .box_head .box_jine .box_jine_nr .box_jine_nr_list text.data-v-d357e834 { | 
|   font-weight: 400; | 
|   font-size: 26rpx; | 
|   color: #222222; | 
| } | 
| .box .box_head .box_jine .box_jine_price.data-v-d357e834 { | 
|   font-weight: bold; | 
|   font-size: 52rpx; | 
|   color: #FF2828; | 
|   margin-top: 30rpx; | 
| } | 
| .box .box_head .box_jine .box_jine_pf.data-v-d357e834 { | 
|   margin-top: 30rpx; | 
|   display: flex; | 
|   align-items: center; | 
| } | 
| .box .box_head .box_jine .box_jine_pf text.data-v-d357e834 { | 
|   font-weight: 400; | 
|   font-size: 26rpx; | 
|   color: #437CB3; | 
|   margin-right: 14rpx; | 
| } | 
| .box .box_head .box_jine .box_jine_x.data-v-d357e834 { | 
|   width: 100%; | 
|   height: 1rpx; | 
|   margin-top: 30rpx; | 
|   background-color: #E5E5E5; | 
| } | 
| .box .box_head .box_jine .box_jine_submit.data-v-d357e834 { | 
|   margin-top: 38rpx; | 
|   width: 100%; | 
|   font-weight: 600; | 
|   font-size: 32rpx; | 
|   color: #FF2828; | 
|   text-align: center; | 
| } | 
| .box .box_head .box_tuihui.data-v-d357e834 { | 
|   width: 100%; | 
|   padding: 30rpx; | 
|   box-sizing: border-box; | 
|   background: #FFFFFF; | 
|   border-radius: 16rpx; | 
|   margin-top: 20rpx; | 
| } | 
| .box .box_head .box_tuihui .box_tuihui_label.data-v-d357e834 { | 
|   width: 100%; | 
|   font-weight: 500; | 
|   font-size: 32rpx; | 
|   color: #222222; | 
|   margin-bottom: 30rpx; | 
|   margin-right: 20rpx; | 
|   display: flex; | 
|   align-items: center; | 
|   justify-content: space-between; | 
| } | 
| .box .box_head .box_tuihui .box_tuihui_label text.data-v-d357e834 { | 
|   font-weight: 400; | 
|   font-size: 28rpx; | 
|   color: #437CB3; | 
| } | 
| .box .box_head .box_tuihui .box_tuihui_list.data-v-d357e834 { | 
|   width: 100%; | 
| } | 
| .box .box_head .box_tuihui .box_tuihui_list .box_tuihui_list_row.data-v-d357e834 { | 
|   width: 100%; | 
|   display: flex; | 
|   align-items: center; | 
|   margin-bottom: 20rpx; | 
| } | 
| .box .box_head .box_tuihui .box_tuihui_list .box_tuihui_list_row.data-v-d357e834:last-child { | 
|   margin: 0 !important; | 
| } | 
| .box .box_head .box_tuihui .box_tuihui_list .box_tuihui_list_row .box_tuihui_list_row_label.data-v-d357e834 { | 
|   width: 150rpx; | 
|   font-weight: 400; | 
|   font-size: 26rpx; | 
|   color: #777777; | 
|   flex-shrink: 0; | 
| } | 
| .box .box_head .box_tuihui .box_tuihui_list .box_tuihui_list_row .box_tuihui_list_row_val.data-v-d357e834 { | 
|   flex: 1; | 
|   text-align: right; | 
|   font-weight: 400; | 
|   font-size: 26rpx; | 
|   color: #222222; | 
| } | 
| .box .box_head .box_head_infoA.data-v-d357e834 { | 
|   width: 100%; | 
|   padding: 30rpx; | 
|   box-sizing: border-box; | 
|   overflow: hidden; | 
|   margin-top: 30rpx; | 
|   background: #FFFFFF; | 
|   border-radius: 16rpx; | 
| } | 
| .box .box_head .box_head_infoA .info_list.data-v-d357e834 { | 
|   width: 100%; | 
|   margin-top: 30rpx; | 
|   overflow: hidden; | 
| } | 
| .box .box_head .box_head_infoA .info_list .info_list_row.data-v-d357e834 { | 
|   width: 100%; | 
|   min-height: 80rpx; | 
|   padding-left: 50rpx; | 
|   display: flex; | 
|   align-items: flex-start; | 
|   margin-bottom: 40rpx; | 
|   position: relative; | 
| } | 
| .box .box_head .box_head_infoA .info_list .info_list_row.data-v-d357e834:last-child { | 
|   margin: 0 !important; | 
| } | 
| .box .box_head .box_head_infoA .info_list .info_list_row .info_list_row_xian.data-v-d357e834 { | 
|   flex-shrink: 0; | 
|   width: 20rpx; | 
|   min-height: 80rpx; | 
|   margin-right: 20rpx; | 
|   position: absolute; | 
|   top: 5rpx; | 
|   left: 0; | 
|   height: 100%; | 
| } | 
| .box .box_head .box_head_infoA .info_list .info_list_row .info_list_row_xian .info_list_row_xian_d.data-v-d357e834 { | 
|   width: 28rpx; | 
|   height: 28rpx; | 
|   border-radius: 50%; | 
|   padding: 4rpx; | 
|   box-sizing: border-box; | 
|   background-color: #ffffff; | 
|   border: 2rpx solid #999999; | 
|   position: relative; | 
|   z-index: 9; | 
| } | 
| .box .box_head .box_head_infoA .info_list .info_list_row .info_list_row_xian .info_list_row_xian_d .info_list_row_xian_d_y.data-v-d357e834 { | 
|   width: 100%; | 
|   height: 100%; | 
|   border-radius: 50%; | 
|   background: #999999; | 
| } | 
| .box .box_head .box_head_infoA .info_list .info_list_row .info_list_row_xian .info_list_row_xian_h.data-v-d357e834 { | 
|   width: 2rpx; | 
|   height: calc(100% + 45rpx); | 
|   position: absolute; | 
|   top: 0; | 
|   left: 12rpx; | 
|   background-color: #CCCCCC; | 
| } | 
| .box .box_head .box_head_infoA .info_list .info_list_row .info_list_row_info.data-v-d357e834 { | 
|   width: 100%; | 
|   display: flex; | 
|   flex-direction: column; | 
| } | 
| .box .box_head .box_head_infoA .info_list .info_list_row .info_list_row_info .info_list_row_info_top.data-v-d357e834 { | 
|   width: 100%; | 
|   display: flex; | 
|   align-items: center; | 
|   justify-content: space-between; | 
| } | 
| .box .box_head .box_head_infoA .info_list .info_list_row .info_list_row_info .info_list_row_info_top text.data-v-d357e834:nth-child(1) { | 
|   font-weight: 500; | 
|   font-size: 30rpx; | 
|   color: #333333; | 
|   font-style: normal; | 
| } | 
| .box .box_head .box_head_infoA .info_list .info_list_row .info_list_row_info .info_list_row_info_top text.data-v-d357e834:nth-child(2) { | 
|   font-weight: 400; | 
|   font-size: 26rpx; | 
|   color: #999999; | 
|   font-style: normal; | 
| } | 
| .box .box_head .box_head_infoA .info_list .info_list_row .info_list_row_info .info_list_row_info_bottom.data-v-d357e834 { | 
|   width: 100%; | 
|   margin-top: 14rpx; | 
|   font-weight: 400; | 
|   font-size: 26rpx; | 
|   color: #999999; | 
|   font-style: normal; | 
| } | 
| .box .box_head .box_head_infoA .info_list .info_list_row .info_list_row_info .info_list_row_info_nr.data-v-d357e834 { | 
|   width: 100%; | 
|   padding: 24rpx; | 
|   box-sizing: border-box; | 
|   background: #F7F7F7; | 
|   border-radius: 16rpx; | 
|   display: flex; | 
|   flex-direction: column; | 
|   margin-top: 20rpx; | 
| } | 
| .box .box_head .box_head_infoA .info_list .info_list_row .info_list_row_info .info_list_row_info_nr .info_list_row_info_nr_title.data-v-d357e834 { | 
|   font-weight: 500; | 
|   font-size: 26rpx; | 
|   color: #666666; | 
|   font-style: normal; | 
| } | 
| .box .box_head .box_head_infoA .info_list .info_list_row .info_list_row_info .info_list_row_info_nr .info_list_row_info_nr_val.data-v-d357e834 { | 
|   display: flex; | 
|   flex-direction: column; | 
|   margin-top: 12rpx; | 
| } | 
| .box .box_head .box_head_infoA .info_list .info_list_row .info_list_row_info .info_list_row_info_nr .info_list_row_info_nr_val text.data-v-d357e834 { | 
|   font-weight: 400; | 
|   font-size: 26rpx; | 
|   color: #666666; | 
|   font-style: normal; | 
|   margin-bottom: 20rpx; | 
| } | 
| .box .box_head .box_head_infoA .info_list .info_list_row .info_list_row_info .info_list_row_info_nr .info_list_row_info_nr_val text.data-v-d357e834:last-child { | 
|   margin: 0 !important; | 
| } | 
| .box .box_head .box_head_infoA .info_list .f.data-v-d357e834 { | 
|   display: flex !important; | 
|   flex-direction: column !important; | 
| } | 
| .box .box_head .box_head_infoA .info_list .info_list_item.data-v-d357e834 { | 
|   width: 100%; | 
|   display: flex; | 
|   align-items: flex-start; | 
|   justify-content: space-between; | 
|   margin-bottom: 20rpx; | 
| } | 
| .box .box_head .box_head_infoA .info_list .info_list_item.data-v-d357e834:last-child { | 
|   margin: 0 !important; | 
| } | 
| .box .box_head .box_head_infoA .info_list .info_list_item .info_list_item_tu.data-v-d357e834 { | 
|   width: 100%; | 
|   margin-top: 20rpx; | 
|   display: flex; | 
|   align-items: center; | 
|   justify-content: space-between; | 
|   flex-wrap: wrap; | 
| } | 
| .box .box_head .box_head_infoA .info_list .info_list_item .info_list_item_tu .info_list_item_tu_zw.data-v-d357e834 { | 
|   width: 140rpx; | 
|   height: 0; | 
| } | 
| .box .box_head .box_head_infoA .info_list .info_list_item .info_list_item_tu .info_list_item_tu_up.data-v-d357e834 { | 
|   width: 140rpx; | 
|   height: 140rpx; | 
|   border-radius: 15rpx; | 
|   margin-bottom: 20rpx; | 
|   display: flex; | 
|   align-items: center; | 
|   justify-content: center; | 
|   border: 1rpx solid #999999; | 
| } | 
| .box .box_head .box_head_infoA .info_list .info_list_item .info_list_item_tu .info_list_item_tu_img.data-v-d357e834 { | 
|   width: 140rpx; | 
|   height: 140rpx; | 
|   border-radius: 15rpx; | 
|   margin-bottom: 20rpx; | 
|   display: flex; | 
|   align-items: center; | 
|   justify-content: center; | 
|   overflow: hidden; | 
|   position: relative; | 
| } | 
| .box .box_head .box_head_infoA .info_list .info_list_item .info_list_item_tu .info_list_item_tu_img .info_list_item_tu_img_dele.data-v-d357e834 { | 
|   width: 50rpx; | 
|   height: 50rpx; | 
|   position: absolute; | 
|   right: 0; | 
|   top: 0; | 
|   z-index: 9; | 
| } | 
| .box .box_head .box_head_infoA .info_list .info_list_item .info_list_item_tu .info_list_item_tu_img image.data-v-d357e834 { | 
|   width: 100%; | 
|   height: 100%; | 
| } | 
| .box .box_head .box_head_infoA .info_list .info_list_item .info_list_item_tu .info_list_item_tu_img video.data-v-d357e834 { | 
|   height: 100%; | 
| } | 
| .box .box_head .box_head_infoA .info_list .info_list_item .info_list_item_label1.data-v-d357e834 { | 
|   width: 100%; | 
|   font-weight: 400; | 
|   font-size: 26rpx; | 
|   color: #777777; | 
|   font-style: normal; | 
| } | 
| .box .box_head .box_head_infoA .info_list .info_list_item .info_list_item_label.data-v-d357e834 { | 
|   width: 200rpx; | 
|   flex-shrink: 0; | 
|   font-weight: 400; | 
|   font-size: 26rpx; | 
|   color: #777777; | 
|   font-style: normal; | 
| } | 
| .box .box_head .box_head_infoA .info_list .info_list_item .info_list_item_val.data-v-d357e834 { | 
|   font-weight: 400; | 
|   font-size: 26rpx; | 
|   color: #222222; | 
|   font-style: normal; | 
| } | 
| .box .box_head .box_head_infoA .box_head_info_title.data-v-d357e834 { | 
|   width: 100%; | 
|   height: 44rpx; | 
|   display: flex; | 
|   align-items: center; | 
|   justify-content: space-between; | 
| } | 
| .box .box_head .box_head_infoA .box_head_info_title .title.data-v-d357e834 { | 
|   font-weight: 500; | 
|   font-size: 32rpx; | 
|   color: #222222; | 
|   font-style: normal; | 
| } | 
| .box .box_head .box_head_infoA .box_head_info_title .rowwle.data-v-d357e834 { | 
|   display: flex; | 
|   align-items: center; | 
| } | 
| .box .box_head .box_head_infoA .box_head_info_title .rowwle text.data-v-d357e834 { | 
|   font-weight: 400; | 
|   font-size: 26rpx; | 
|   color: #999999; | 
|   font-style: normal; | 
| } | 
| .box .box_head .box_head_infoA .box_head_info_title .rowwle image.data-v-d357e834 { | 
|   width: 22rpx; | 
|   height: 12rpx; | 
|   margin-left: 8rpx; | 
| } |