﻿@charset "UTF-8";
.yema .m-style {
    position: relative;
    text-align: center;
    zoom: 1;
}

.yema .m-style:before,
.yema .m-style:after {
    content: "";
    display: table;
}

.yema .m-style:after {
    clear: both;
    overflow: hidden;
}

.yema .m-style span {
    float: left;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #bdbdbd;
    font-size: 14px;
}

.yema .m-style .active {
   float: left;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #000000;
    color: #fff;
    font-size: 14px;
    border: 1px solid #bdbdbd;
   border-radius: 5px;
}

.yema .m-style a {
    float: left;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    border: 1px solid #8e8e8e;
    color: #000;
    font-size: 14px;
   font-family: "Microsoft YaHei", Tahoma, Arial, Helvetica, sans-serif;
   font-weight: 400;
   border-radius: 5px;
}

.yema .m-style a:hover {
    color: #fff;
    background: black;
}


.yema .m-style .nxt,
.yema .m-style .prv { width:42px; }


.yema .m-style .homePage,
.yema .m-style .endPage { width: 42px; }

.yema .m-style .next,
.yema .m-style .prev {
    font-family: "Simsun";
    font-size: 16px;
    font-weight: bold;
}

.yema .now,
.yema .count {
    padding: 0 5px;
    color: #f00;
}

.yema .eg img {
    max-width: 800px;
    min-height: 500px;
}

.yema 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;
}