.page-aside{position:fixed;right:35px;top:50%;transform:translateY(-50%);width:100px;height:240px;background:#d7edee;border-radius:50px 50px 8px 8px;box-shadow:0 -3px 0 0 #bcdfdc inset}.page-aside_box{position:relative;width:100%;height:100%;background-size:100% 100%;background-repeat:no-repeat;overflow:hidden}.page-aside_box-list{margin:105px auto 0;width:88px}.page-aside_box-list .page-aside-item{cursor:pointer;margin-bottom:6px;display:flex;align-items:center;justify-content:center;width:88px;height:30px;font-size:12px;color:#FFFFFF;background:#9BC3B7;border-radius:4px}.page-aside_box-list .page-aside-item .aside-nums{margin-left:2px}.page-aside_box-list .page-aside-item:hover{background:#5EA290}.page-aside_box-cont{margin:0 auto;cursor:pointer;width:88px;height:50px;background:#AEC067;border-radius:4px}.page-aside_box-cont p{text-align:center;color:#FFFFFF;font-size:12px;line-height:1.4}.page-aside_box-cont .page-aside-tips{margin-top:5px;font-size:16px}.page-aside_box::after{content:"";position:absolute;top:5px;left:50%;transform:translateX(-50%);width:88px;height:88px;background-size:100% 1005;background-repeat:no-repeat;background-image:url(../images/aside/icon_aside_bg.png)}@media screen and (max-width:750px){.page-aside{display:none}}