﻿.progressbar {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 35px;
    position: relative;
    background-color: #EEEEEE;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,.1);
}

.proggress {
    /*padding:5px;*/
    height: 8px;
    width: 0px;
    background-color: #3498db;
    text-align: center;
    color:#d91be4;
    vertical-align:bottom;
}

.percentCount {
    float: right;
    margin-top: 10px;
    clear: both;
    font-weight: bold;
    font-family: Arial
}

.xyzbtn {
    margin-top: 15px;
    height: 30px;
}

    .xyzbtn a {
        text-decoration: none;
        background: #2f435e;
        color: #f2f2f2;
        padding: 5px 10px 5px 10px;
        font-size: 16px;
        font-family: 微软雅黑,宋体,Arial,Helvetica,Verdana,sans-serif;
        font-weight: bold;
        border-radius: 3px;
        -webkit-transition: all linear 0.30s;
        -moz-transition: all linear 0.30s;
        transition: all linear 0.30s;
    }

        .xyzbtn a:hover {
            background: #385f9e;
        }
