@CHARSET "UTF-8";

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

body {
    background: none;
    color: #666;
    font-size: 13px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*修改提示文字的颜色*/

input::-webkit-input-placeholder {
    color: #bababa;
    font-size: 12px;
    padding-left: 5px
}
input:-moz-placeholder {
    color: #bababa;
    font-size: 12px;
    padding-left: 5px
}
input::-moz-placeholder {
    color: #bababa;
    font-size: 12px;
    padding-left: 5px
}
input:-ms-input-placeholder {
    color: #bababa;
    font-size: 12px;
    padding-left: 5px
}

td,
th,
caption {
    font-size: 13px;
}

a {
    color: #666;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: '宋体'
}

img {
    border: none;
}

ol,
ul,
li {
    list-style: none;
}

input,
textarea,
select,
button {
    font: 12px Verdana, Helvetica, Arial, sans-serif;
}

table {
    border-collapse: collapse;
}

html {
    overflow-y: scroll;
}

.input_fill {
    width: 80%;
    padding-left: 1%;
}

.input_80 {
    width: 80px;
    padding-left: 1%;
}

.input_280 {
    width: 280px;
    padding-left: 1%;
    height: 20px;
    line-height: 20px
}

.textarea_fill {
    width: 80%;
    height: 60px;
    padding: 5px;
    border: none
}

.delete_all {
    padding-left: 28px;
}

.se_category {
    padding: 3px
}

.module_name {
    color: orange;
}

.select_80 {
    cursor: pointer;
    width: 100px;
    height: 25px;
    line-height: 25px;
    border: none;
}

.select_180 {
    cursor: pointer;
    width: 180px;
    height: 25px;
    line-height: 25px;
    border: none;
}

.select_220 {
    cursor: pointer;
    width: 220px;
    height: 25px;
    line-height: 25px;
    border: none;
}

.se_category {
    cursor: pointer;
    min-width: 100px;
    height: 25px;
    line-height: 25px;
    border: none;
}

.select_fill {
    cursor: pointer;
    width: 99%;
    height: 25px;
    line-height: 25px;
    border: none;
}

@keyframes fade {
    from {
        opacity: 1.0;
        top: 0px;
    }

    50% {
        opacity: 0.6;
        top: 10px;
    }

    to {
        opacity: 1.0;
        top: 0px;
    }
}

@-webkit-keyframes fade {
    from {
        opacity: 1.0;
        top: 0px;
    }

    50% {
        opacity: 0.6;
        top: 10px;
    }

    to {
        opacity: 1.0;
        top: 0px;
    }
}

.blink {
    animation: fade 2000ms infinite;
    -webkit-animation: fade 2000ms infinite;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    50% {
        background: #d65745;
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    50% {
        background: #d65745;
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

.whirl {
    -webkit-transform: rotate(360deg);
    animation: rotation 3s linear infinite;
    -moz-animation: rotation 3s linear infinite;
    -webkit-animation: rotation 3s linear infinite;
    -o-animation: rotation 3s linear infinite;
}

@-webkit-keyframes rotation2 {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rotation2 {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

.whirl2 {
    -webkit-transform: rotate(360deg);
    animation: rotation2 3s linear infinite;
    -moz-animation: rotation2 3s linear infinite;
    -webkit-animation: rotation2 3s linear infinite;
    -o-animation: rotation2 3s linear infinite;
}
.hidden {
    display: none
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

.clear {
    clear: both;
}

.silver {
    background: #fdfcfa
}

.lime {
    background: #0ba19f
}

.yellow {
    background: yellow
}

.purple {
    background: #580ca5
}

.red {
    background: red
}

.orange {
    background: #e9942d
}

.green {
    background: green
}

.txt-silver {
    color: #fdfcfa
}

.txt-blue {
    color: blue
}

.txt-pink {
    color: #ee0beb
}

.txt-lime {
    color: #0ba19f
}

.txt-yellow {
    color: yellow
}

.txt-purple {
    color: #580ca5
}

.txt-red {
    color: red
}

.txt-orange {
    color: #e9942d
}

.txt-gold {
    color: gold
}

.txt-green {
    color: green
}

.txt-black {
    color: #666
}

.txt-white {
    color: #fff
}

.txt-s {
    font-size: 12px
}

.txt-xx {
    font-size: 20px
}

.txt-x {
    font-size: 16px
}

.txt-b {
    font-weight: bolder
}

.center {
    text-align: center
}


/*列表展示table*/

table.tb_list_view {
    width: 98%;
    margin: 0 auto;
}

table.tb_list_view tr {
    border: 1px solid #e4ebef;
}

table.tb_list_view tr td {
    line-height: 20px;
    min-height: 60px;
    padding: 5px;
}

table.tb_list_view tr td.td_title {
    width: 100px
}

table.tb_list_view tr td.td_content_fill {
    width: 96%;
    padding: 2%;
}


/*列表展示table end*/


/*page_css*/


/*分页*/

.page {
    width: 98%;
    height: 40px;
    line-height: 40px;
    padding-top: 20px;
    overflow: hidden;
    float: right;
    text-align: center;
}

.page a,.page span {
    display: inline-block;
    background: #242d31;
    color: #bbc7cd;
    margin: 0 5px;
    padding: 2px 8px;
    text-align: center;
    height: 20px;
    line-height: 20px;
    box-shadow: 0 0 3px #999999;
    border-radius: 2px;
}

.page a:hover,.page span:hover {
    background: #242d31;
    color: #ffffff;
    text-decoration: none;
    font-weight: bolder;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}

.page .current {
    display: inline-block;
    margin: 0 5px;
    padding: 2px 8px;
    background: #57b99d;
    color: #dfe6e9;
    height: 30px;
    line-height: 30px;
    box-shadow: 0 0 3px #999999;
    font-weight: bolder;
    border-radius: 2px;
}

.page .num {
    background: #242d31;
    color: #dfe6e9;
    margin: 0 5px;
    padding: 2px 8px;
    border-radius: 2px;
    box-shadow: 0 0 3px #999999;
}