@charset "UTF-8";
.m-style {
    position: relative;
    text-align: center;
    zoom: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 140px;
}

.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: 36px;
    height: 36px;
    line-height: 36px;
    font-family: MicrosoftYaHei;
	font-size: 20px;
	color: #0F0F0F;
    border-radius: 10px;
}

.m-style .active {
    float: left;
    margin: 0 5px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-family: MicrosoftYaHei;
	font-size: 20px;
	color: #FFFFFF;
    background: #2E9BF9;
}

.m-style a {
    float: left;
    margin: 0 5px;
    width: 36px;
    height: 36px;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 36px;
	color: #0F0F0F;
    border-radius: 10px;
    background: #9CD0FC;

}

.m-style a:hover {
    color: #fff;
    background: #2BA7E3;
}

.m-style .next,
.m-style .prev {
	color: #0F0F0F;
    font-family: "Simsun";
    font-size: 20px;
    font-weight: bold;
    border-radius: 10px;
    border: 1px solid #2E9BF9;
}
.m-style .next:hover,.m-style .prev:hover{
	color: #fff;
	background: #2BA7E3;
}
.now,
.count {
    padding: 0 5px;
    color: #f00;
}

.eg img {
    max-width: 800px;
    min-height: 500px;
}

input {
    float: left;
    margin: 0 5px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #fff;
    border: 1px solid #ebebeb;
    outline: none;
    color: #bdbdbd;
    font-size: 14px;
}