@charset "UTF-8";
.m-style {
    position: relative;
    text-align: center;
    zoom: 1;
    display: flex;
    justify-content: center;
}

.m-style:before,
.m-style:after {
    content: "";
    display: table;
}

.m-style:after {
    clear: both;
    overflow: hidden;
}

.m-style span {
    float: left;
    margin: 0 5px;
    width: 38px;
    height: 40px;
    line-height: 40px;
    color: #bdbdbd;
    font-size: 14px;
}

.m-style .active {
	display: inline-flex;
    width: 40px;
    height: 40px;
    line-height: 40px;
    justify-content: center;
    align-items: center;
    background: #007dc7;
    border: 1px solid #007dc7;
    border-radius: 4px;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    font-weight: 500;
    background-color: #007dc7;
    margin-left: 8px;
}

.eqgrey {
    float: left;
    margin: 0 5px;
    width: 38px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    border: 1px solid #ebebeb;
    color: #d9d0d0 !important;
    font-family: "Simsun";
    font-size: 16px !important;
    font-weight: bold;
}

.m-style a {
    float: left;
    margin: 0 5px;
    width: 38px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    border: 1px solid #ebebeb;
    color: #000;
    font-size: 14px;
}

.m-style a:hover {
    border: 1px solid #ebebeb;
}

.m-style .next,
.m-style .prev {
    font-family: "Simsun";
    font-size: 16px;
    font-weight: bold;
}

.now,
.count {
    padding: 0 5px;
    color: #f00;
}

.eg img {
    max-width: 800px;
    min-height: 500px;
}

input {
    float: left;
    margin: 0 5px;
    width: 38px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    border: 1px solid #ebebeb;
    outline: none;
    color: #bdbdbd;
    font-size: 14px;
}

.fintotal{
	float: left;
    height: 40px;
    background: #fff;
    font-size: 14px;
    color: #222222;
    letter-spacing: 0;
    font-weight: 400;
    margin-right: 24px;
    line-height: 40px;
}

.finforward {
    float: left;
    height: 40px;
    background: #fff;
    font-size: 14px;
    color: #222222;
    letter-spacing: 0;
    font-weight: 400;
    line-height: 40px;
    margin: 0px 8px 0 14px;
}

.pageinput{
	width: 68px;
    height: 40px;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid rgba(217, 217, 217, 1);
    border-radius: 2px;
    font-size: 14px;
    color: #222222;
    line-height: 22px;
    font-weight: 400;
}