a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.t-center {
    text-align: center;
}

.pt-30 {
    padding: 30px 0;
}

.pb-50 {
    padding-bottom: 50px;
}

a {
    text-decoration: none;
}

.m-style {
    position: relative;
    text-align: center;
    display: inline-block;
    zoom: 1;
}

.m-style:before,
.m-style:after {
    content: '';
    display: table;
}

.m-style:after {
    clear: both;
    overflow: hidden;
}

.m-style a,
.m-style span {
    padding: 0.3em 0.8em;
}

.m-style span {
    float: left;
    margin: 0 5px;
    color: #bdbdbd;
}

.m-style .current {
    background: #1f5c96;
    color: #fff;
    border-radius: 5px;
}

.m-style a {
    float: left;
    margin: 0 5px;
    background: #ffffff;
    color: #5d5d5d;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}

.m-style a:hover {
    background: #1f5c96;
    color: #fff;
    /* color: #777; */
    /* background: #eee; */
}

.m-style input {
    width: 24px;
    height: 32px;
    margin-right: 10px;
    text-align: center;
    background: #fff;
    outline: 0;
    color: #5d5d5d;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}