





.action_panel{ margin-top:0;background-color:transparent}
.action_name{ font-size:18px; font-weight:normal; padding: 3px 15px; background-color:#fff; margin:0; overflow:hidden}
.action_info .weui_cell_hd .fa{font-size:24px; position:relative; top:2px; color:#999;}
.action_info .weui_cell_bd.middle{ margin-left:4px; color:#666; font-size:15px}

.already_pay .weui_cell_hd{ font-size:14px; color:#999;}
.already_pay .middle img{width: 26px; height: 26px; border-radius: 13px;float: left; margin-right: 10px;}
.already_pay .middle{ height:28px; overflow:hidden}

.action_content{ padding:15px;text-align:justify}
.action_content p{ margin-bottom:5px}
.action_content *{ max-width: 100%}

.action_from_panel{ margin-top:0;background-color:transparent}
.action_from_panel .weui_cells_form{ margin-top:0.6em; font-size:14px; color:#666;}

.select_buy_num .unit_price .shengyu{ font-size:12px}

.select_buy_num{ margin-top:0}
.select_buy_num .weui_cell_bd,.select_buy_num .weui_cell_ft{ font-size:14px; color:#666}
.select_buy_num .the_select_name{ width:70px; padding-right:10px; text-align:left}
.select_buy_num .total_price{ text-align:right}


#progressbar {
    overflow: hidden; counter-reset: step;}
#progressbar li { list-style-type: none; color: #777777; text-transform: uppercase; font-size: 9px; width: 24.33%; float: left; position: relative; text-align: center; z-index: 0;}
#progressbar li:before {    content: counter(step); counter-increment: step; width: 30px; line-height: 25px; display: block; font-size: 10px; background: #E6E6E6;
    border-radius: 3px;  margin: 0 auto 5px auto;  text-align: center;}
/*progressbar connectors*/
#progressbar li:after {    content: '';    width: 100%;    height: 2px;    background: #E6E6E6;    position: absolute;    left: 50%;
    top: 11px;    z-index: -1; /*put it behind the numbers*/}
#progressbar li:last-child:after {    /*connector not needed before the first step*/    content: none;}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{    background: #D82222;    color: white;}



