﻿@charset "utf-8";
/* 2018-10-18 table-step.css */
.table-step-box{position: fixed;right: 2px; z-index:1; background-color: #fff;}
.table-step-box .table-step-main{ position: relative;}
.table-step-box .table-step-main .float-icon{ background-repeat: no-repeat;  position: absolute;right:8px; top:12px;color: #FFFFFF; background-image: url(../../tax-module/table_step/step_bg.png); height: 46px; line-height: 46px; width: 46px; text-align: center;}
.table-step-box .table-step-main .table-step-center { border-bottom: 1px solid #ededed; height: 60px; padding-top: 10px; display: none;opacity: 0; overflow: hidden; width: 0px;}
.table-step-box .table-step-main .table-step-center .table-step-item{ text-align: center;  position: relative;}
.table-step-box .table-step-main .table-step-center .table-step-item .pro-step{ display: inline-block; position: relative; width: 165px; }
.table-step-box .table-step-main .table-step-center .table-step-item .pro-step span{width: 30px; height: 30px;display: block; line-height: 30px; margin: auto;background-image: url(../../tax-module/table_step/step_03.png); color: #aaaaaa}
.table-step-box .table-step-main .table-step-center .table-step-item .pro-step p{text-align: center; line-height: 32px; font-size: 12px; color: #aaaaaa; }

.table-step-box .table-step-main .table-step-center .table-step-item .cur-step span{  background-image: url(step_01.png); color: #fff; font-weight: bold;}
.table-step-box .table-step-main .table-step-center .table-step-item .cur-step p{ color: #0994dc; }

.table-step-box .table-step-main .table-step-center .table-step-item .finish-step span{  background-image: url(step_02.png); color: #fff; }
.table-step-box .table-step-main .table-step-center .table-step-item .finish-step p{ color: #0994dc; }

.table-step-box .table-step-main .table-step-center .table-step-item .error-step span{  background-image: url(step_04.png); color: #fff; }
.table-step-box .table-step-main .table-step-center .table-step-item .error-step p{ color: red; }

.table-step-box .table-step-main .table-step-center .table-step-item .pro-line{ background-image: url(dot02.png); width: 129px; height: 19px; position: absolute; top:6px;left: 100px; }
.table-step-box .table-step-main .table-step-center .table-step-item  .finish-line{background-image: url(dot01.png);}