﻿/*
  * 清除内外边距 - clearance of inner and outer margins *
  * 设置默认字体 - setting the default font *
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    /*font-size: 100%;
    font: inherit;*/
    vertical-align: baseline;
}

body {
    -webkit-font-smoothing: antialiased;
    background-color: #fff;
    font: 12px/1.5 Microsoft YaHei,tahoma,arial,Hiragino Sans GB,\\5b8b\4f53,sans-serif;
    /*color: #666;*/
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

/* 重置列表元素 - reset the list element */
ol, ul {
    list-style: none;
}

li {
    list-style: none;
}

/* 重置文本格式元素 - reset the text format element */
/*包含以下四种的链接*/
a {
    text-decoration: none;
}
/*正常的未被访问过的链接*/
 a:link {
   text-decoration: none;
}
/*已经访问过的链接*/
a:visited {
	color:black;
	 text-decoration: none;
}
/*鼠标划过(停留)的链接*/
a:hover {
	color:black;
    text-decoration: none;
}
    a:active {
        text-decoration: none;
    }
    a:link {
        text-decoration: none;
    }
    a:visited {
        text-decoration: none;
        color: #000; /*指已经访问过的链接*/
    }
a:hover{text-decoration:none;/*指鼠标在链接*/}
a:hover{text-decoration:none;/*指鼠标在链接*/}
a:active{text-decoration:none;/* 指正在点的链接*/ }
a{ 
	color:black;
}
em, i {
    font-style: normal;
}


/* 重置表单元素 - reset the form element */
button {
    cursor: pointer;
}

input, textarea {
    font-size: 18px;
    outline: none;
}
input:focus,
textarea:focus{
/* color: #ed1941;*/
 border: 1px solid #FF5500;
 /*background-color: #afdfe4;*/
}

textarea {
    resize: none;
}

button, input {
    font-family: Microsoft YaHei,tahoma,arial,Hiragino Sans GB,\\5b8b\4f53,sans-serif;
}



/* 重置表格元素 - reset the table element */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*
  * 图片自适应 - image responsize 
  * 1. 清空浏览器对图片的设置
  * 2. <div>图片</div> 的情况下，图片会撑高 div，这么设置可以清除该影响
*/
img {
    border: 0;
    display: inline-block;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

/* 
  * 默认box-sizing是content-box，该属性导致padding会撑大div，使用border-box可以解决该问题
  * set border-box for box-sizing when you use div, it solve the problem when you add padding and don't want to make the div width bigger
*/
div, input {
    box-sizing: border-box;
}


    /* 设置input的placeholder - set input placeholder */
    input::-webkit-input-placeholder {
        color: #919191;
        font-size: .32rem
    }
    /* Webkit browsers */
    input::-moz-placeholder {
        color: #919191;
        font-size: .32rem
    }
    /* Mozilla Firefox */
    input::-ms-input-placeholder {
        color: #919191;
        font-size: .32rem
    }
/* Internet Explorer */

/* 设置嵌套引用（embedded quotation）的引号类型 */
blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }








/* common.css */

.hide, .none {
    display: none;
}



.clearfix:after {
    visibility: hidden;
    clear: both;
    display: block;
    content: ".";
    height: 0;
}

.clearfix {
    /*zoom 1 就是ie6 清除浮动方式,兼容ie6  
	*  * ie7一下的版本所识别,其他浏览器自动略过
	**/
    *zoom: 1;
}


.center {
    display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box; /* Firefox 17- */
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex; /* Firefox 18+ */
    display: -ms-flexbox; /* IE 10 */
    display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
    justify-content: center;
    align-items: center;
}


.w {
    width: 1230px; /*常见为960px、980px、1000px、1200px*/
    margin: 0 auto;
}
.fl{
    float:left;
}
.fr{
    float:right;
}
.txtnowrap {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*分页的color让变成橙红色*/
.pagination > li > a{
    color:black !important;
}
ul, li {
    list-style: none;
}

/*#wrapper {
    width: 900px;
    height:30px;
    overflow:hidden;
    margin: 20px auto;
}

.data-container {
    margin-top: 5px;
}

    .data-container ul {
        padding: 0;
        margin: 0;
    }

.data-container li {
    margin-bottom: 5px;
    padding: 5px 10px;
    background: #eee;
    color: #666;
}
.paginationjs .paginationjs-pages li > a:hover {
    background: #ff6a00 !important;
}*/
.pagenave {
overflow:hidden;
margin-top:20px;
float:right;
}
.bgqianhui {
    background-color: #f6f6f6;
}

.huikuang {
    border: 1px solid #cbcbcb;
}
.padding0510 {
    padding: 5px 10px;
}
.radius10 {
    border-radius: 10px;
}