/*样式初始化*/
* {
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    transition: .5s;
    -moz-transition: .5s;
    /* Firefox 4 */
    -webkit-transition: .5s;
    /* Safari and Chrome */
    -o-transition: .5s;
    /* Opera */
}

body,
button,
input,
select,
textarea {
    font-family: "思源黑体"
}

/*宋体 \5FAE\8F6F\96C5\9ED1  Verdana, Helvetica, sans-serif*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

address,
cite,
dfn,
em,
var {
    font-style: normal;
}

code,
kbd,
pre,
samp {
    font-family: courier new, courier, monospace;
    word-wrap: break-word;
    white-space: normal;
}

small {
    font-size: 12px;
}

ul,
ol {
    list-style: none;
}

a:link,
a:visited {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #000;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

legend {
    color: #000;
}

fieldset,
img {
    border: 0;
}

button,
input,
select,
textarea {
    font-size: 100%;
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

select {
    outline: none;
    border:none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;

    background: url("http://ourjs.github.io/static/2015/arrow.png") no-repeat scroll right center transparent;

    padding-right: 14px;
}

input {
    border: none;
}

textarea {
    resize: none;
}

img {
    vertical-align: bottom;
    height: auto;
}

ins {
    text-decoration: none;
}


.this-no {
    display: none;
}

.clearfix:after {
    content: ".";
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
}

.nbSp-o5,
.nbSp-1,
.nbSp-2 {
    height: 1px;
    display: inline-block;
}

.nbSp-o5 {
    width: 0.5em;
}

.nbSp-1 {
    width: 1em;
}

.nbSp-2 {
    width: 2em;
}

.r_m_none {
    margin-right: 0 !important;
}

.b_r_none {
    border-right: none !important;
}

.left {
    float: left;
}

.right {
    float: right;
}
