@charset"utf-8";

/**
 * @Author   kzxf
 * @Date     2018-11-02
 */


/******基本默认样式*******/

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
ol {
    margin: 0;
    padding: 0;
}

*,
 ::after,
 ::before {
    box-sizing: border-box;
    outline: none;
}

body {
    /* font: 14px "Arial", "Microsoft YaHei"; */
    color: #333;
    line-height: 1.6;
    overflow-x: hidden;
}

ol,
ul,
li {
    list-style-type: none;
    vertical-align: middle;
}

img {
    vertical-align: top;
    border: 0;
    max-width: 100%;
    height: auto;
}

input,
select,
textarea,
button {
    vertical-align: middle;
}

textarea,
input {
    outline: none;
    resize: none;
}

input[type='submit'],
input[type='button'],
button {
    text-indent: 0;
    text-align: center;
    cursor: pointer;
}

label,
button,
a {
    cursor: pointer;
}

ins,
em,
b,
i {
    text-decoration: none;
    font-style: normal;
}


/* 去掉浏览器默认样式 */

select:focus,
textarea:focus,
input:focus,
button {
    outline: none;
}


/* placeholder文字的初始样式 */

input::-webkit-input-placeholder,
input:-moz-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder,
textarea::-webkit-input-placeholder,
textarea:-moz-placeholder,
textarea::-moz-placeholder,
textarea:-ms-input-placeholder {
    color: #999;
}


/* table */

table {
    border-collapse: collapse;
    border-spacing: 0;
    font: inherit;
}


/* a标签 */

a {
    color: inherit;
    text-decoration: none;
}

a[href] {
    cursor: pointer;
}

a:hover {
    text-decoration: none;
    cursor: pointer;
}

/* a:focus {
    background-color: transparent;
} */

h1,
h2,
h3,
h4,
h5,
h6,
em {
    font-weight: normal;
}

a,
span,
li,
b,
i,
label,
p,
strong,
div,
h1,
h2,
h3,
h4,
h5,
h6,
font,
small,
em,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    font: inherit;
    color: inherit;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}


/*用来解决在安卓上的点击出现篮框问题*/

body {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/*解决ios上去除微信点击蓝色边框 */

a:focus,
input:focus,
p:focus,
div:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body,
html {
    width: 100%!important;
    padding: 0!important;
    font-size: 14px;
}

*::-webkit-scrollbar {
    width: 3px;
    border-radius: 1.5px;
}

*::-webkit-scrollbar-button {
    display: none;
}

*::-webkit-scrollbar-track {
    background-color: #eee;
}

*::-webkit-scrollbar-thumb {
    background-color: #666;
}


/* 浮动与清浮动 */

.fl {
    float: left;
}

.fr {
    float: right;
}

.cl::after {
    content: '\20';
    display: block;
    height: 0;
    line-height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.hide {
    display: none;
}

.show {
    display: block;
}


.cc_botton {
    text-align: center;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 30px;
}

#pagination{
    overflow: hidden;
    display: inline-block;
}
#pagination>div{
    float: left;
    
}
#page_left_botton a,
#page_left_botton span{
    display: inline-block;
    padding:0 10px;
    line-height: 30px;
    border: 1px solid #ccc;
    margin:0 5px;
    cursor: pointer;
    
}
#page_left_botton a:hover,
#page_left_botton a{
    background-color: #f1c71d;
    color: #fff;
}

#page_center_botton{
    display: none;
}