@charset "UTF-8";
.yx-style {
    position: relative;
    text-align: center;
    zoom: 1;
    font-size: 14px;
}

.yx-style:before,
.yx-style:after {
    content: "";
    display: table;
}

.yx-style:after {
    clear: both;
    overflow: hidden;
}

.yx-style .yx-style-left {
    float: left;
    overflow: hidden;
}

.yx-style .yx-style-right {
    float: right;
    overflow: hidden;
}

.yx-style span {
    float: left;
    margin: 0 4px;
    min-width: 32px;
    line-height: 30px;
    background: #fff;
    border: 1px solid #e5e5e5;
    outline: 0;
    color: #333333;
    border-radius: 4px;
    padding: 0 5px;
    box-sizing: border-box;
    font-size: 14px;
}

.yx-style .active {
    float: left;
    margin: 0 4px;
    min-width: 32px;
    line-height: 30px;
    background: #3158fa;
    border-color: #3158fa;
    color: #ffffff;
    border-radius: 4px;
}

.yx-style a {
    float: left;
    margin: 0 4px;
    min-width: 32px;
    line-height: 30px;
    background: #fff;
    border: 1px solid #e5e5e5;
    outline: 0;
    color: #333333;
    border-radius: 4px;
    padding: 0 5px;
    box-sizing: border-box;
    text-decoration: none;
    font-size: 14px;
}

.yx-style a:hover {
    background: #3158fa;
    border-color: #3158fa;
    color: #ffffff;
    text-decoration: none;
}

.yx-style .next,
.yx-style .prev,
.yx-style .yx-frist,
.yx-style .yx-last{
    font-family: "Simsun";
    font-size: 16px;
    font-weight: bold;
}

.yx-style .no-border {
    border-color: #eeeeee;
    color: #999999;
    background-color: #eeeeee;
}

.yx-style .now, .yx-style .count {
    padding: 0 5px;
    color: #333333;
}

.yx-style .eg img {
    max-width: 800px;
    min-height: 500px;
}

.yx-style .disabled,.yx-style .disabled:hover{
    color: #999999;
    border-color: #e5e5e5;
    background-color: #ffffff;
    cursor: not-allowed;
}

.yx-style input {
    float: left;
    position: relative;
    padding: 4px 10px;
    color: rgba(0,0,0,.85);
    font-size: 14px;
    line-height: 1.5715;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    width: 44px;
    margin: 0 5px;
}

.yx-style select {
    position: relative;
    color: #333333;
    font-size: 14px;
    line-height: 1.5715;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e5e5e5;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 4px;
    height: 32px;
    margin-right: 4px;
}

.yx-style input:focus, .yx-style select:focus {
    border-color: #40a9ff;
    border-right-width: 1px!important;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(49,88,250,.2);
}

.yx-style .yx-style-right .min-number {
    display: none;
}

@media screen and (max-width: 793px)  {
    .yx-style .yx-style-right .min-none {
        display: none !important;
    }

    .yx-style .yx-style-right .min-number {
        display: block;
    }
}
