@keyframes heart{
  from{transform:translate(0,0)}
  to{transform:translate(0,-0.25rem)}
}
.flexRowStart {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center;
}
.flexRowBetween {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}
.flexColCenter {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	justify-content: center;
}
.guide_wrap{display:none;position: fixed;top:35px;right: 35px;z-index: 9999;animation: heart .8s ease-in-out 1.2s infinite alternate;width: 425px; min-height: 415px;background: #FFFFFF;box-shadow: 0px 10px 35px 0px rgba(29,41,109,0.21);border-radius: 8px;}
.guide_wrap .guide_header { position: relative; }
.guide_wrap .img_p { position: absolute; top: -24px; right: 26px;}
.guide_wrap .guide_content { width:100%;padding:16px 20px 30px 20px;box-sizing: border-box; }
.guide_wrap .install_guide_close,.install_guide_close:focus {width:32px;height:32px; background: url("./images/common_quit.png") 0px 0px no-repeat }
.guide_wrap .install_guide_close:hover { cursor: pointer;background-position: 0px -32px; }
.guide_wrap .install_guide_close:active { background-position: 0px -64px; }
.guide_wrap .guide_title { margin-left:20px;font-size: 18px;font-weight: 700; }
.step1 { margin-top: 20px }
.step_item{ min-width: 48px;height:20px;line-height: 12px;font-size:12px;text-align:center;background-color:#eeeeee;color: #00000099;border-radius:4px;padding:4px;box-sizing: border-box; }
.step_item_text{ margin-left:16px;font-size: 14px;font-weight: 700; }
.step2 { margin-top: 10px }
.step2 .more_help { margin-top:6px; }
.step2 .more_help a{ text-decoration: none;color:#0052D9;font-size:14px;font-weight: 400; }
.step_footer { width:100%;background-color:#F5F5F5;height:58px; border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;}