diff --git a/src/pages/modules/home_960/style.stylus b/src/pages/modules/home_960/style.stylus
index 007a977..c234e38 100644
--- a/src/pages/modules/home_960/style.stylus
+++ b/src/pages/modules/home_960/style.stylus
@@ -92,11 +92,14 @@ h1
background-color rgba(14, 82, 140, 50%)
.pie_num_wrap
// margin-bottom 10px
+ align-items: flex-start
.pie_wrap
- width 50px
+ width 60px
+.all_num_wrap
+ width calc(50% - 66px)
.pie_item
position relative
- _wh(50px, 50px)
+ _wh(60px, 60px)
background center / 100% auto url('../../../images/pie-bg_1.png') no-repeat
p
font-size: 6px;
@@ -105,14 +108,16 @@ h1
line-height: 1;
// transform: scale(0.5);
white-space: nowrap;
- padding-top: 22px;
+ padding-top: 28px;
.pie_name
_font(9px, 20px, #fff,,center)
// transform: scale(0.5);
.num_wrap
width 100%
padding 0 2px
- margin-bottom 5px
+ margin-top 5px
+ &:first-child
+ margin-top 10px
.num_wrap_1
background center / 100% 100% url('../../../images/gl-bg_1.png') no-repeat
.num_wrap_2