| @charset "UTF-8"; | 
| /** | 
|  * 这里是uni-app内置的常用样式变量 | 
|  * | 
|  * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 | 
|  * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App | 
|  * | 
|  */ | 
| /** | 
|  * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 | 
|  * | 
|  * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 | 
|  */ | 
| /* 水平间距 */ | 
| /* 水平间距 */ | 
| /* 颜色变量 */ | 
| /* 行为相关颜色 */ | 
| /* 文字基本颜色 */ | 
| /* 背景颜色 */ | 
| /* 边框颜色 */ | 
| /* 尺寸变量 */ | 
| /* 文字尺寸 */ | 
| /* 图片尺寸 */ | 
| /* Border Radius */ | 
| /* 水平间距 */ | 
| /* 垂直间距 */ | 
| /* 透明度 */ | 
| /* 文章场景相关 */ | 
| .box.data-v-57280228 { | 
|   width: 100vw; | 
|   min-height: 100vh; | 
|   display: flex; | 
|   justify-content: center; | 
|   background-image: url(/static/bg.jpg); | 
|   background-repeat: no-repeat; | 
|   background-size: 100% 100%; | 
| } | 
| .box .box_content.data-v-57280228 { | 
|   max-width: 750px; | 
|   min-width: 750px; | 
| } | 
| .box .box_content .box_content_left.data-v-57280228 { | 
|   position: fixed; | 
|   left: 50px; | 
|   top: 50%; | 
|   cursor: pointer; | 
|   -webkit-transform: translate(-50%, 0); | 
|           transform: translate(-50%, 0); | 
|   width: 80px; | 
|   height: 80px; | 
|   z-index: 9; | 
| } | 
| .box .box_content .box_content_left image.data-v-57280228 { | 
|   width: 100%; | 
|   height: 100%; | 
| } | 
| .box .box_content .box_content_right.data-v-57280228 { | 
|   position: fixed; | 
|   right: 50px; | 
|   top: 50%; | 
|   cursor: pointer; | 
|   -webkit-transform: translate(-50%, 0); | 
|           transform: translate(-50%, 0); | 
|   width: 80px; | 
|   height: 80px; | 
|   z-index: 9; | 
| } | 
| .box .box_content .box_content_right image.data-v-57280228 { | 
|   width: 100%; | 
|   height: 100%; | 
| } | 
| .box .box_content .advertisement.data-v-57280228 { | 
|   width: 100%; | 
|   height: 300px; | 
| } | 
| .box .box_content .advertisement image.data-v-57280228 { | 
|   width: 100%; | 
|   height: 100%; | 
| } | 
| .box .box_content .commodityFrom.data-v-57280228 { | 
|   width: 100%; | 
|   padding: 0 22px; | 
|   box-sizing: border-box; | 
|   margin-top: 16px; | 
| } | 
| .box .box_content .commodityFrom .commodityFrom_head.data-v-57280228 { | 
|   width: 100%; | 
|   height: 60px; | 
|   padding: 10px 8px; | 
|   box-sizing: border-box; | 
|   background: rgba(0, 224, 255, 0.24) linear-gradient(180deg, rgba(255, 255, 255, 0.35) 0%, rgba(0, 0, 0, 0.21) 100%); | 
|   border-radius: 8px 8px 0px 0px; | 
|   display: flex; | 
|   align-items: center; | 
| } | 
| .box .box_content .commodityFrom .commodityFrom_head .commodityFrom_head_item.data-v-57280228 { | 
|   width: 126px; | 
|   height: 100%; | 
|   display: flex; | 
|   align-items: center; | 
|   justify-content: center; | 
|   font-size: 16px; | 
|   font-family: SourceHanSansSC-Medium, SourceHanSansSC; | 
|   font-weight: 500; | 
|   color: #FFFFFF; | 
|   margin-right: 6px; | 
| } | 
| .box .box_content .commodityFrom .commodityFrom_head .commodityFrom_head_item.data-v-57280228:last-child { | 
|   margin-right: 0 !important; | 
| } | 
| .box .box_content .commodityFrom .commodityFrom_head .commodityFrom_head_item.data-v-57280228:nth-child(3) { | 
|   flex: 1 !important; | 
| } | 
| .box .box_content .commodityFrom .commodityFrom_head .commodityFrom_head_item.data-v-57280228:nth-child(4) { | 
|   width: 100px !important; | 
| } | 
| .box .box_content .commodityFrom .commodityFrom_head .commodityFrom_head_item.data-v-57280228:nth-child(5) { | 
|   width: 100px !important; | 
| } | 
| .box .box_content .commodityFrom .commodityFrom_body.data-v-57280228 { | 
|   width: 100%; | 
|   padding: 10px 8px; | 
|   box-sizing: border-box; | 
|   background: rgba(0, 224, 255, 0.3); | 
|   border-radius: 0 0 8px 8px; | 
|   display: flex; | 
|   flex-direction: column; | 
| } | 
| .box .box_content .commodityFrom .commodityFrom_body .commodityFrom_body_content.data-v-57280228 { | 
|   width: 100%; | 
|   display: flex; | 
|   flex-direction: column; | 
| } | 
| .box .box_content .commodityFrom .commodityFrom_body .commodityFrom_body_content .commodityFrom_body_content_item.data-v-57280228 { | 
|   width: 100%; | 
|   height: 56px; | 
|   display: flex; | 
|   align-items: center; | 
|   margin-bottom: 6px; | 
|   position: relative; | 
|   transition: .5s; | 
| } | 
| .box .box_content .commodityFrom .commodityFrom_body .commodityFrom_body_content .commodityFrom_body_content_item:hover .commodityFrom_body_content_item_tips.data-v-57280228 { | 
|   -webkit-transform: translate(100%, 0%); | 
|           transform: translate(100%, 0%); | 
|   opacity: 1; | 
|   z-index: 1; | 
| } | 
| .box .box_content .commodityFrom .commodityFrom_body .commodityFrom_body_content .commodityFrom_body_content_item .commodityFrom_body_content_item_tips.data-v-57280228 { | 
|   transition: .5s; | 
|   position: absolute; | 
|   padding: 0 4px; | 
|   box-sizing: border-box; | 
|   right: -16px; | 
|   top: 0; | 
|   opacity: 0; | 
|   -webkit-transform: translate(0%, 0%); | 
|           transform: translate(0%, 0%); | 
|   z-index: -1; | 
|   height: 56px; | 
|   display: flex; | 
|   align-items: center; | 
|   background: rgba(0, 224, 255, 0.3); | 
|   border-radius: 8px; | 
| } | 
| .box .box_content .commodityFrom .commodityFrom_body .commodityFrom_body_content .commodityFrom_body_content_item .commodityFrom_body_content_item_tips image.data-v-57280228 { | 
|   width: 32px; | 
|   height: 32px; | 
|   cursor: pointer; | 
| } | 
| .box .box_content .commodityFrom .commodityFrom_body .commodityFrom_body_content .commodityFrom_body_content_item .commodityFrom_body_content_item_num.data-v-57280228 { | 
|   width: 126px; | 
|   height: 100%; | 
|   background: #FFFFFF; | 
|   border-radius: 8px; | 
|   margin-right: 6px; | 
|   font-size: 16px; | 
|   font-family: PingFangSC-Medium, PingFang SC; | 
|   font-weight: 500; | 
|   color: #111111; | 
|   display: flex; | 
|   align-items: center; | 
|   justify-content: center; | 
|   position: relative; | 
| } | 
| .box .box_content .commodityFrom .commodityFrom_body .commodityFrom_body_content .commodityFrom_body_content_item .commodityFrom_body_content_item_num:hover .drop-top.data-v-57280228 { | 
|   z-index: 5; | 
|   opacity: 1; | 
| } | 
| .box .box_content .commodityFrom .commodityFrom_body .commodityFrom_body_content .commodityFrom_body_content_item .commodityFrom_body_content_item_num.data-v-57280228:nth-child(4) { | 
|   width: 100px !important; | 
| } | 
| .box .box_content .commodityFrom .commodityFrom_body .commodityFrom_body_content .commodityFrom_body_content_item .commodityFrom_body_content_item_num.data-v-57280228:nth-child(5) { | 
|   width: 100px !important; | 
|   margin-right: 0 !important; | 
| } | 
| .box .box_content .commodityFrom .commodityFrom_body .commodityFrom_body_content .commodityFrom_body_content_item .commodityFrom_body_content_item_num.data-v-57280228:nth-child(2) { | 
|   cursor: pointer; | 
| } | 
| .box .box_content .commodityFrom .commodityFrom_body .commodityFrom_body_content .commodityFrom_body_content_item .commodityFrom_body_content_item_num.data-v-57280228:nth-child(3) { | 
|   cursor: pointer; | 
|   flex: 1 !important; | 
| } | 
| .box .box_content .commodityFrom .commodityFrom_body .commodityFrom_body_content .commodityFrom_body_content_item .commodityFrom_body_content_item_num .drop-top.data-v-57280228 { | 
|   transition: .5s; | 
|   z-index: -2; | 
|   opacity: 0; | 
|   position: absolute; | 
|   top: 0; | 
|   left: 0; | 
|   white-space: nowrap; | 
|   -webkit-transform: translate(0, -100%); | 
|           transform: translate(0, -100%); | 
|   padding: 5px 15px; | 
|   box-sizing: border-box; | 
|   line-height: 50px; | 
|   background: rgba(0, 0, 0, 0.8); | 
|   border-radius: 10px; | 
|   color: #FFFFFF; | 
|   font-size: 24px; | 
|   font-weight: 500; | 
| } | 
| .box .box_content .commodityFrom .commodityFrom_body .commodityFrom_body_content .commodityFrom_body_content_item .commodityFrom_body_content_item_num .commodityFrom_body_content_item_num_img.data-v-57280228 { | 
|   width: 24px; | 
|   height: 24px; | 
|   margin-right: 4px; | 
| } | 
| .box .box_content .commodityFrom .commodityFrom_body .commodityFrom_body_content .commodityFrom_body_content_item .commodityFrom_body_content_item_num .commodityFrom_body_content_item_num_img image.data-v-57280228 { | 
|   width: 100%; | 
|   height: 100%; | 
| } | 
| .box .box_content .commodityFrom .commodityFrom_body .commodityFrom_body_content .commodityFrom_body_content_item .commodityFrom_body_content_item_num input.data-v-57280228 { | 
|   font-size: 16px; | 
|   font-family: PingFangSC-Medium, PingFang SC; | 
|   font-weight: 500; | 
|   color: #111111; | 
|   text-align: center; | 
| } | 
| .box .box_content .commodityFrom .commodityFrom_body .commodityFrom_body_content .commodityFrom_body_content_item .commodityFrom_body_content_item_num .drop-down.data-v-57280228::-webkit-scrollbar { | 
|   width: 6px; | 
|   background: rgba(255, 255, 255, 0.5); | 
|   border-radius: 4px; | 
| } | 
| .box .box_content .commodityFrom .commodityFrom_body .commodityFrom_body_content .commodityFrom_body_content_item .commodityFrom_body_content_item_num .drop-down.data-v-57280228::-webkit-scrollbar-thumb { | 
|   box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); | 
|   background: rgba(255, 255, 255, 0.8); | 
| } | 
| .box .box_content .commodityFrom .commodityFrom_body .commodityFrom_body_content .commodityFrom_body_content_item .commodityFrom_body_content_item_num .drop-down.data-v-57280228 { | 
|   position: absolute; | 
|   bottom: 0; | 
|   left: 0; | 
|   width: 100%; | 
|   min-height: 0; | 
|   max-height: 260px; | 
|   overflow-y: scroll; | 
|   overflow-x: hidden; | 
|   height: auto; | 
|   -webkit-transform: translate(0%, 100%); | 
|           transform: translate(0%, 100%); | 
|   background: linear-gradient(180deg, #518198 0%, #033B58 100%); | 
|   box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.19); | 
|   border-radius: 0px 0px 8px 8px; | 
|   transition: .5s; | 
| } | 
| .box .box_content .commodityFrom .commodityFrom_body .commodityFrom_body_content .commodityFrom_body_content_item .commodityFrom_body_content_item_num .drop-down .drop-down-item.data-v-57280228 { | 
|   width: 100%; | 
|   height: 52px; | 
|   cursor: pointer; | 
|   display: flex; | 
|   align-items: center; | 
|   justify-content: center; | 
|   font-size: 16px; | 
|   font-family: PingFangSC-Regular, PingFang SC; | 
|   font-weight: 400; | 
|   color: #FFFFFF; | 
| } | 
| .box .box_content .commodityFrom .commodityFrom_body .commodityFrom_body_content .commodityFrom_body_content_item .commodityFrom_body_content_item_num .drop-down .drop-down-item.data-v-57280228:hover { | 
|   color: #FFF200; | 
| } | 
| .box .box_content .commodityFrom .commodityFrom_body .commodityFrom_body_total.data-v-57280228 { | 
|   width: 100%; | 
|   height: 56px; | 
|   display: flex; | 
|   align-items: center; | 
| } | 
| .box .box_content .commodityFrom .commodityFrom_body .commodityFrom_body_total .commodityFrom_body_total_item.data-v-57280228 { | 
|   width: 100px; | 
|   height: 100%; | 
|   background: rgba(255, 255, 255, 0.4); | 
|   border-radius: 8px; | 
|   margin-right: 6px; | 
|   font-size: 16px; | 
|   font-family: SourceHanSansSC-Bold, SourceHanSansSC; | 
|   font-weight: bold; | 
|   color: #FFF200; | 
|   display: flex; | 
|   align-items: center; | 
|   justify-content: center; | 
| } | 
| .box .box_content .commodityFrom .commodityFrom_body .commodityFrom_body_total .commodityFrom_body_total_item input.data-v-57280228 { | 
|   font-size: 16px; | 
|   font-family: SourceHanSansSC-Bold, SourceHanSansSC; | 
|   font-weight: bold; | 
|   color: #FFF200; | 
|   text-align: center; | 
| } | 
| .box .box_content .commodityFrom .commodityFrom_body .commodityFrom_body_total .commodityFrom_body_total_item.data-v-57280228:first-child { | 
|   flex: 1; | 
|   display: flex; | 
|   align-items: center; | 
|   justify-content: flex-end; | 
|   font-size: 16px; | 
|   font-family: SourceHanSansSC-Medium, SourceHanSansSC; | 
|   font-weight: 500; | 
|   color: #FFFFFF; | 
| } | 
| .box .box_content .commodityFrom .commodityFrom_body .commodityFrom_body_total .commodityFrom_body_total_item.data-v-57280228:last-child { | 
|   margin-right: 0 !important; | 
| } | 
| .box .box_content .productCategory.data-v-57280228 { | 
|   width: 100%; | 
|   padding: 0 22px; | 
|   box-sizing: border-box; | 
|   margin-top: 10px; | 
| } | 
| .box .box_content .productCategory .productCategory_list.data-v-57280228 { | 
|   width: 100%; | 
|   padding: 10px 20px 0px 20px; | 
|   box-sizing: border-box; | 
|   background: rgba(0, 224, 255, 0.18); | 
|   border-radius: 8px; | 
|   display: flex; | 
|   align-items: center; | 
|   justify-content: space-between; | 
|   flex-wrap: wrap; | 
|   margin-bottom: 30px; | 
| } | 
| .box .box_content .productCategory .productCategory_list .productCategory_list_zw.data-v-57280228 { | 
|   width: 20%; | 
|   height: 0; | 
| } | 
| .box .box_content .productCategory .productCategory_list .productCategory_active.data-v-57280228 { | 
|   background: rgba(255, 255, 255, 0.24) !important; | 
|   border-radius: 8px !important; | 
| } | 
| .box .box_content .productCategory .productCategory_list .productCategory_list_item.data-v-57280228 { | 
|   width: 20%; | 
|   height: 108px; | 
|   display: flex; | 
|   transition: .5s; | 
|   flex-direction: column; | 
|   align-items: center; | 
|   justify-content: center; | 
|   margin-bottom: 12px; | 
|   cursor: pointer; | 
| } | 
| .box .box_content .productCategory .productCategory_list .productCategory_list_item.data-v-57280228:hover { | 
|   background: rgba(255, 255, 255, 0.24) !important; | 
|   border-radius: 8px !important; | 
| } | 
| .box .box_content .productCategory .productCategory_list .productCategory_list_item image.data-v-57280228 { | 
|   width: 52px; | 
|   height: 52px; | 
|   margin-bottom: 4px; | 
| } | 
| .box .box_content .productCategory .productCategory_list .productCategory_list_item text.data-v-57280228 { | 
|   font-size: 16px; | 
|   font-family: SourceHanSansSC-Normal, SourceHanSansSC; | 
|   font-weight: 400; | 
|   color: #FFFFFF; | 
| } | 
| .box .box_content .productPage.data-v-57280228 { | 
|   width: 100%; | 
|   padding: 0 22px; | 
|   box-sizing: border-box; | 
|   margin-top: 16px; | 
| } | 
| .box .box_content .productPage .productPage_head.data-v-57280228 { | 
|   width: 100%; | 
|   height: 60px; | 
|   display: flex; | 
|   align-items: center; | 
|   background: rgba(0, 224, 255, 0.34) linear-gradient(180deg, rgba(255, 255, 255, 0.35) 0%, rgba(0, 0, 0, 0.21) 100%); | 
|   border-radius: 8px 8px 0px 0px; | 
| } | 
| .box .box_content .productPage .productPage_head .productPage_head_item.data-v-57280228 { | 
|   flex: 1; | 
|   height: 100%; | 
|   display: flex; | 
|   align-items: center; | 
|   justify-content: center; | 
|   cursor: pointer; | 
|   position: relative; | 
| } | 
| .box .box_content .productPage .productPage_head .productPage_head_item.data-v-57280228:hover { | 
|   border-radius: 8px 8px 0px 0px; | 
|   background: linear-gradient(360deg, #025170 0%, #529DB9 100%) !important; | 
| } | 
| .box .box_content .productPage .productPage_head .productPage_head_item:hover image.data-v-57280228 { | 
|   -webkit-transform: rotate(180deg); | 
|           transform: rotate(180deg); | 
| } | 
| .box .box_content .productPage .productPage_head .productPage_head_item:hover .productPage_xl.data-v-57280228 { | 
|   -webkit-transform: translate(0%, 100%); | 
|           transform: translate(0%, 100%); | 
|   display: block; | 
|   -webkit-animation: move-data-v-57280228 0.5s 0s; | 
|           animation: move-data-v-57280228 0.5s 0s; | 
| } | 
| @-webkit-keyframes move-data-v-57280228 { | 
| 0% { | 
|     opacity: 0; | 
| } | 
| 100% { | 
|     opacity: 1; | 
| } | 
| } | 
| @keyframes move-data-v-57280228 { | 
| 0% { | 
|     opacity: 0; | 
| } | 
| 100% { | 
|     opacity: 1; | 
| } | 
| } | 
| .box .box_content .productPage .productPage_head .productPage_head_item .productPage_xl.data-v-57280228::-webkit-scrollbar { | 
|   width: 6px; | 
|   background: rgba(255, 255, 255, 0.5); | 
|   border-radius: 4px; | 
| } | 
| .box .box_content .productPage .productPage_head .productPage_head_item .productPage_xl.data-v-57280228::-webkit-scrollbar-thumb { | 
|   box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); | 
|   background: rgba(255, 255, 255, 0.8); | 
| } | 
| .box .box_content .productPage .productPage_head .productPage_head_item .productPage_xl.data-v-57280228 { | 
|   transition: .3s; | 
|   position: absolute; | 
|   bottom: 0; | 
|   left: 0; | 
|   min-height: 0; | 
|   max-height: 260px; | 
|   overflow-y: scroll; | 
|   overflow-x: hidden; | 
|   height: auto; | 
|   display: none; | 
|   z-index: 3; | 
|   -webkit-transform: translate(0%, 90%); | 
|           transform: translate(0%, 90%); | 
|   width: 100%; | 
|   background: linear-gradient(180deg, #518198 0%, #033B58 100%); | 
|   box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.19); | 
|   border-radius: 0px 0px 8px 8px; | 
| } | 
| .box .box_content .productPage .productPage_head .productPage_head_item .productPage_xl .productPage_xl_iten.data-v-57280228 { | 
|   width: 100%; | 
|   height: 40px; | 
|   line-height: 40px; | 
|   text-align: center; | 
|   cursor: pointer; | 
|   font-size: 16px; | 
|   font-family: PingFangSC-Regular, PingFang SC; | 
|   font-weight: 400; | 
|   color: #FFFFFF; | 
| } | 
| .box .box_content .productPage .productPage_head .productPage_head_item .productPage_xl .productPage_xl_iten.data-v-57280228:hover { | 
|   color: #FFF200; | 
| } | 
| .box .box_content .productPage .productPage_head .productPage_head_item text.data-v-57280228 { | 
|   font-size: 16px; | 
|   font-family: SourceHanSansSC-Regular, SourceHanSansSC; | 
|   font-weight: 400; | 
|   color: #FFFFFF; | 
| } | 
| .box .box_content .productPage .productPage_head .productPage_head_item image.data-v-57280228 { | 
|   transition: .3s; | 
|   width: 14px; | 
|   height: 10px; | 
|   margin-left: 4px; | 
|   margin-top: 7px; | 
|   -webkit-transform: rotate(0deg); | 
|           transform: rotate(0deg); | 
| } | 
| .box .box_content .productPage .productPage_pk.data-v-57280228 { | 
|   width: 100%; | 
|   margin-bottom: 32px; | 
|   display: flex; | 
|   align-items: center; | 
| } | 
| .box .box_content .productPage .productPage_pk .productPage_pk_shop.data-v-57280228 { | 
|   flex: 1; | 
|   display: flex; | 
|   justify-content: center; | 
|   align-items: center; | 
|   flex-direction: column; | 
| } | 
| .box .box_content .productPage .productPage_pk .productPage_pk_shop .productPage_pk_shop_sp.data-v-57280228 { | 
|   width: 100px; | 
|   height: 100px; | 
|   margin-top: 84px; | 
|   cursor: pointer; | 
|   margin-bottom: 52px; | 
| } | 
| .box .box_content .productPage .productPage_pk .productPage_pk_shop .productPage_pk_shop_sp image.data-v-57280228 { | 
|   width: 100%; | 
|   height: 100%; | 
| } | 
| .box .box_content .productPage .productPage_pk .productPage_pk_shop .productPage_pk_shop_sp1.data-v-57280228 { | 
|   width: 184px; | 
|   height: 200px; | 
|   background: linear-gradient(180deg, rgba(225, 255, 252, 0.8) 0%, rgba(179, 255, 252, 0.61) 36%, rgba(0, 255, 251, 0.36) 100%); | 
|   border-radius: 8px; | 
|   border: 2px solid #FFFFFF; | 
|   display: flex; | 
|   align-items: center; | 
|   justify-content: center; | 
|   flex-direction: column; | 
|   margin-bottom: 12px; | 
|   margin-top: 24px; | 
|   cursor: pointer; | 
| } | 
| .box .box_content .productPage .productPage_pk .productPage_pk_shop .productPage_pk_shop_sp1 .productPage_pk_shop_sp1_img.data-v-57280228 { | 
|   width: 100px; | 
|   height: 100px; | 
| } | 
| .box .box_content .productPage .productPage_pk .productPage_pk_shop .productPage_pk_shop_sp1 .productPage_pk_shop_sp1_img image.data-v-57280228 { | 
|   width: 100%; | 
|   height: 100%; | 
| } | 
| .box .box_content .productPage .productPage_pk .productPage_pk_shop .productPage_pk_shop_sp1 text.data-v-57280228 { | 
|   font-size: 16px; | 
|   font-family: SourceHanSansSC-Medium, SourceHanSansSC; | 
|   font-weight: 500; | 
|   color: #FFFFFF; | 
|   margin-top: 18px; | 
| } | 
| .box .box_content .productPage .productPage_pk .productPage_pk_shop .productPage_pk_shop_t.data-v-57280228 { | 
|   width: 254px; | 
|   height: 76px; | 
| } | 
| .box .box_content .productPage .productPage_pk .productPage_pk_shop .productPage_pk_shop_t image.data-v-57280228 { | 
|   width: 100%; | 
|   height: 100%; | 
| } | 
| .box .box_content .productPage .productPage_pk .productPage_pk_z.data-v-57280228 { | 
|   flex-shrink: 0; | 
|   width: 100px; | 
|   height: 50px; | 
|   cursor: pointer; | 
| } | 
| .box .box_content .productPage .productPage_pk .productPage_pk_z image.data-v-57280228 { | 
|   width: 100%; | 
|   height: 100%; | 
| } | 
| .box .box_content .productPage .productPage_shop.data-v-57280228 { | 
|   width: 100%; | 
|   margin-top: 12px; | 
|   display: flex; | 
|   justify-content: space-between; | 
|   flex-wrap: wrap; | 
| } | 
| .box .box_content .productPage .productPage_shop .productPage_shop_zw.data-v-57280228 { | 
|   width: 168px; | 
|   height: 0; | 
| } | 
| .box .box_content .productPage .productPage_shop .productPage_shop_item.data-v-57280228 { | 
|   width: 168px; | 
|   margin-bottom: 12px; | 
|   cursor: pointer; | 
|   background: rgba(0, 224, 255, 0.18); | 
|   border-radius: 8px; | 
|   display: flex; | 
|   transition: .5s; | 
|   padding: 15px; | 
|   box-sizing: border-box; | 
|   flex-direction: column; | 
|   align-items: center; | 
|   box-sizing: border-box; | 
|   white-space: pre-wrap; | 
|   word-break: break-all; | 
|   text-align: center; | 
| } | 
| .box .box_content .productPage .productPage_shop .productPage_shop_item.data-v-57280228:hover { | 
|   background: linear-gradient(180deg, rgba(0, 224, 255, 0.3) 0%, rgba(255, 255, 255, 0.41) 100%); | 
|   border-radius: 8px; | 
|   border: 2px solid #FFFFFF; | 
| } | 
| .box .box_content .productPage .productPage_shop .productPage_shop_item .productPage_shop_item_img.data-v-57280228 { | 
|   width: 136px; | 
|   height: 136px; | 
|   display: flex; | 
|   align-items: center; | 
|   justify-content: center; | 
|   overflow: hidden; | 
| } | 
| .box .box_content .productPage .productPage_shop .productPage_shop_item .productPage_shop_item_img image.data-v-57280228 { | 
|   width: 100%; | 
|   height: 100%; | 
| } | 
| .box .box_content .productPage .productPage_shop .productPage_shop_item text.data-v-57280228 { | 
|   font-size: 16px; | 
|   font-family: SourceHanSansSC-Normal, SourceHanSansSC; | 
|   font-weight: 400; | 
|   color: #FFFFFF; | 
|   margin-top: 12px; | 
| } | 
| .box .box_content .productPage .productPage_parameter.data-v-57280228 { | 
|   width: 100%; | 
|   display: flex; | 
|   align-items: flex-start; | 
|   margin-bottom: 30px; | 
| } | 
| .box .box_content .productPage .productPage_parameter .productPage_parameter_item.data-v-57280228 { | 
|   flex: 1; | 
| } | 
| .box .box_content .productPage .productPage_parameter .productPage_parameter_item.data-v-57280228:first-child { | 
|   margin-right: 18px; | 
| } | 
| .box .box_content .productPage .productPage_parameter .productPage_parameter_item .productPage_parameter_item_head.data-v-57280228 { | 
|   width: 100%; | 
|   height: 40px; | 
|   background: rgba(0, 224, 255, 0.34) linear-gradient(180deg, rgba(255, 255, 255, 0.35) 0%, rgba(0, 0, 0, 0.21) 100%); | 
|   border-radius: 8px 8px 0px 0px; | 
|   display: flex; | 
|   align-items: center; | 
|   justify-content: center; | 
|   font-size: 16px; | 
|   font-family: SourceHanSansSC-Medium, SourceHanSansSC; | 
|   font-weight: 500; | 
|   color: #FFFFFF; | 
| } | 
| .box .box_content .productPage .productPage_parameter .productPage_parameter_item .productPage_parameter_item_content.data-v-57280228 { | 
|   width: 100%; | 
|   padding: 14px; | 
|   box-sizing: border-box; | 
|   background: rgba(0, 224, 255, 0.3); | 
|   border-radius: 0px 0px 8px 8px; | 
|   display: flex; | 
|   flex-direction: column; | 
| } | 
| .box .box_content .productPage .productPage_parameter .productPage_parameter_item .productPage_parameter_item_content .productPage_parameter_item_content_price.data-v-57280228 { | 
|   padding: 16px 0; | 
|   box-sizing: border-box; | 
|   background: #FFFFFF; | 
|   border-radius: 8px; | 
|   display: flex; | 
|   align-items: center; | 
| } | 
| .box .box_content .productPage .productPage_parameter .productPage_parameter_item .productPage_parameter_item_content .productPage_parameter_item_content_price .zdj.data-v-57280228 { | 
|   flex: 1; | 
|   display: flex; | 
|   flex-direction: column; | 
|   align-items: flex-start; | 
|   justify-content: center; | 
|   margin-left: 20px; | 
| } | 
| .box .box_content .productPage .productPage_parameter .productPage_parameter_item .productPage_parameter_item_content .productPage_parameter_item_content_price .zdj text.data-v-57280228:first-child { | 
|   font-size: 16px; | 
|   font-family: SourceHanSansSC-Regular, SourceHanSansSC; | 
|   font-weight: 400; | 
|   color: #333333; | 
| } | 
| .box .box_content .productPage .productPage_parameter .productPage_parameter_item .productPage_parameter_item_content .productPage_parameter_item_content_price .zdj text.data-v-57280228:last-child { | 
|   font-size: 16px; | 
|   font-family: SourceHanSansSC-Bold, SourceHanSansSC; | 
|   font-weight: bold; | 
|   color: #222222; | 
|   margin-top: 10px; | 
| } | 
| .box .box_content .productPage .productPage_parameter .productPage_parameter_item .productPage_parameter_item_content .productPage_parameter_item_content_price .rsj.data-v-57280228 { | 
|   flex: 1; | 
|   display: flex; | 
|   flex-direction: column; | 
|   align-items: flex-start; | 
|   justify-content: center; | 
| } | 
| .box .box_content .productPage .productPage_parameter .productPage_parameter_item .productPage_parameter_item_content .productPage_parameter_item_content_price .rsj text.data-v-57280228:first-child { | 
|   font-size: 16px; | 
|   font-family: SourceHanSansSC-Regular, SourceHanSansSC; | 
|   font-weight: 400; | 
|   color: #333333; | 
| } | 
| .box .box_content .productPage .productPage_parameter .productPage_parameter_item .productPage_parameter_item_content .productPage_parameter_item_content_price .rsj text.data-v-57280228:last-child { | 
|   font-size: 16px; | 
|   font-family: SourceHanSansSC-Bold, SourceHanSansSC; | 
|   font-weight: bold; | 
|   color: #F10000; | 
|   margin-top: 10px; | 
| } | 
| .box .box_content .productPage .productPage_parameter .productPage_parameter_item .productPage_parameter_item_content .productPage_parameter_item_content_nr.data-v-57280228 { | 
|   padding: 16px 18px; | 
|   box-sizing: border-box; | 
|   background: #FFFFFF; | 
|   border-radius: 8px; | 
|   margin-top: 12px; | 
|   display: flex; | 
|   flex-direction: column; | 
| } | 
| .box .box_content .productPage .productPage_parameter .productPage_parameter_item .productPage_parameter_item_content .productPage_parameter_item_content_nr .item.data-v-57280228 { | 
|   display: flex; | 
|   align-items: flex-start; | 
|   margin-bottom: 15px; | 
| } | 
| .box .box_content .productPage .productPage_parameter .productPage_parameter_item .productPage_parameter_item_content .productPage_parameter_item_content_nr .item.data-v-57280228:last-child { | 
|   margin-bottom: 0 !important; | 
| } | 
| .box .box_content .productPage .productPage_parameter .productPage_parameter_item .productPage_parameter_item_content .productPage_parameter_item_content_nr .item .label.data-v-57280228 { | 
|   flex-shrink: 0; | 
|   font-size: 16px; | 
|   font-family: SourceHanSansSC-Normal, SourceHanSansSC; | 
|   font-weight: 400; | 
|   color: #222222; | 
| } | 
| .box .box_content .productPage .productPage_parameter .productPage_parameter_item .productPage_parameter_item_content .productPage_parameter_item_content_nr .item .value.data-v-57280228 { | 
|   flex: 1; | 
|   font-size: 16px; | 
|   font-family: SourceHanSansSC-Normal, SourceHanSansSC; | 
|   font-weight: 400; | 
|   color: #222222; | 
| } |