.go-nav-wrap{position:absolute;left:20px;top:150px;z-index:999}
.go-ball-wrap{width:70px;height:70px;background:#4ac9e3;border-radius:50%;display:flex;align-items:center;justify-content:center;-webkit-animation-timing-function:ease-in-out;-webkit-animation-name:breathe;-webkit-animation-duration:1s;-webkit-animation-iteration-count:infinite;-webkit-animation-direction:alternate}
.go_innerBall-wrap{width:54px;height:54px;background:#fff;border:1px solid #ccc;border-radius:50%;display:flex;align-items:center;justify-content:center}
@-webkit-keyframes breathe{0%{transform:scale(.8);box-shadow:0 1px 2px rgba(255,255,255)}
    100%{transform:scale(1);box-shadow:0 1px 30px rgba(255,255,255,1)}
}
@keyframes scaleDraw{0%{transform:scale(.6);background:rgba(74,201,227,1)}
    50%{transform:scale(1);background:#0ff}
    100%{transform:scale(.6);background:rgba(74,201,227,1)}
}
.go-list-wrap{position:absolute;top:0;left:95px;background:rgba(255,255,255,1);box-shadow:-1px 2px 6px 0 rgba(4,48,66,.2);border-radius:10px}
.go-list-wrap.rightDirection{top:0;left:-175px}
.go-list-wrap.topDirection{top:auto;bottom:0}
.go_listDel{height:25px;line-height:25px;text-align:right}
.icon_delIcon{position:absolute;right:9px;top:8px;cursor:pointer;width:20px;height:20px}
.go_listText-wrap>a{display:flex;align-items:center;justify-content:center;cursor:pointer;width:80%;height:35px;line-height:35px;font-size:14px;text-align:center;border-bottom:1px solid rgba(243,243,243,1);margin:0 10%}
.icon_imgWrap{flex:1}
.go_listLi{flex:2;text-align:left;color:#666}
.go_listLi.active{color:#43bcc5}
.icon_imgSize{width:22px;height:22px;vertical-align:middle;display:none}
.icon_imgSize.active{display:inline-block}
.go-list-js{opacity:0;z-index:-1;width:0;transition:.5s ease;transition-property:all;pointer-events: none;}
.go-list-js.active{opacity:1;z-index:999;width:150px;pointer-events: auto;}
