@charset "UTF-8";
/*财富宝、登陆、注册、找回密码*/
.forget_bar { background: url("../../images/login/forget_bar.png") no-repeat center; }

.forget_bar > div { width: 50px; background: -webkit-linear-gradient(top, #a6a7a8, #3f3f3f); background: linear-gradient(to bottom, #a6a7a8, #3f3f3f); top: 8px; }

.forget_bar > div.active { background: -webkit-linear-gradient(to bottom, #2d6ce1, #2d5696); background: linear-gradient(to bottom, #2d6ce1, #2d5696); }

.forget_bar > div:nth-of-type(1) { left: 18.9%; }

.forget_bar > div:nth-of-type(1) span { background-position-x: 5px; }

.forget_bar > div:nth-of-type(2) { left: 48%; }

.forget_bar > div:nth-of-type(2) span { background-position-x: -40px; }

.forget_bar > div:nth-of-type(3) { left: 77.1%; }

.forget_bar > div:nth-of-type(3) span { background-position-x: -83px; }

.forget_bar > div span { background: url("../../images/login/forget_nums.png") no-repeat center -10px; }
