﻿/* 百分比进度 */
.survey_list{margin:0;padding:0;list-style:none;}
.percentage_wrap {position:relative;zoom:1;padding-left:448px;}
.percentage{position:absolute;left:18px;top:2px;width:415px;height:15px;overflow:hidden;
background: #EFEFEF; /* old browsers */
background: -moz-linear-gradient(top, #EFEFEF 0%, #DCDCDC 100%); /* firefox */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EFEFEF), color-stop(100%,#DCDCDC)); /* webkit */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EFEFEF', endColorstr='#DCDCDC',GradientType=0 ); /* ie */
background: -o-linear-gradient(top, #EFEFEF 0%,#DCDCDC 100%); /* opera */
background: linear-gradient(#EFEFEF, #DCDCDC);
}
.percentage .active{position:absolute;top:0px;left:0px;width:10px;height:13px;overflow:hidden;border:1px solid #154994;
background: #64B9EC; /* old browsers */
background: -moz-linear-gradient(top, #64B9EC 2%, #2E61AD 5%, #11499B 100%); /* firefox */
background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#64B9EC), color-stop(5%,#2E61AD), color-stop(100%,#11499B)); /* webkit */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5F8BCA', endColorstr='#11499B',GradientType=0 ); /* ie */
background: -o-linear-gradient(top, #64B9EC 2%,#2E61AD 5%,#11499B 100%); /* opera */
background: linear-gradient(#5F8BCA, #11499B);}