/*分页样式*/
.pageDiv{
    display: flex;
}
.page {
    text-align: center;
    padding-top: 10px;
    display: inline-block;
    width: auto;
    margin: 0 auto;
    position: relative;
}
.page ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.page li {
    float: left;
    margin: 5px;
}

.page li a, .page li span {
    display: inline-block;
    line-height: 30px;
    height: 30px;
    padding: 0 12px;
    border: 1px solid #e3e3e3;
    font-size: 14px;
    width: auto;
    transition: all ease-in-out 0.3s;
}
.layui-form-select .layui-input {
    padding-right: 0px!important;
    cursor: pointer;
    height: 28px;
    width: 100%;
}
.page li.on a {
    color: #f49e15;
}

.page li span {
    color: #f49e15;
}

.page li:hover a {
    color: #fff;
    background: rgba(255,153,51,.2);
}
.page select {
    display: none;
    line-height: 30px;
    width: auto;
    text-align: center;
    border: 1px solid #e3e3e3;
    font-size: 14px;
    color: #666666;
    margin: 0 5px;
    background-color: #fff;
    height: 30px;
    position: absolute;
    right: -60px;
}

.page button {
    display: inline-block;
    width: 50px;
    line-height: 30px;
    text-align: center;
    background-color: #f49e15;
    outline: none;
    border: none;
    color: #fff;
    margin-left: 13px;
}
.page .layui-form .layui-unselect {
    height: 30px;
    padding-right: 0;
}
.page .layui-form .layui-unselect dd{
    font-size: 14px;
}
.page a:hover{
    border-color: #f49e15!important;
    background: #f49e15!important;
    font-weight: bold;
}
.page .active a{
    background: #f49e15!important;
    color: #fff;
}
.page .layui-form .layui-input {
    border: 1px solid #e3e3e3;
    font-size: 14px;
}

.layui-unselect{
    width: 70px;
}
.layui-form-select dl dd.layui-this {
    background-color: #FF9933!important;
    color: #fff;
}
