@charset "utf-8";

/*-----------------------------------------重置样式---------------------------------------------------------------------*/
body,
dl,
dd,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
p,
div,
a,
em {
    margin: 0;
    padding: 0
}

body {
    font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "宋体";
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    font-weight: 400;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a {
    color: #333333;
    cursor: pointer;
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
    color: #0f50a8;
    cursor: pointer;
}

img {
    border: 0
}

em,
th {
    font-style: normal;
    font-weight: normal
}

ol,
ul {
    list-style: none
}

th {
    text-align: left
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%;
    outline: none;
}

input[ type="radio"],
input[ type="checkbox"] {
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -2px;
    margin-bottom: 1px;
}

.fw {
    font-weight: bold;
}

.tc {
    text-align: center !important;
}

.tl {
    text-align: left !important;
}

.tr {
    text-align: right !important;
}

.alimg {
    display: inline-block;
    vertical-align: middle;
}

/*间距*/
.mt5 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mr5 {
    margin-right: 5px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.mr30 {
    margin-right: 30px !important;
}

.ml05 {
    margin-left: 5px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.ml30 {
    margin-left: 30px !important;
}


/*浮动*/
.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

.clearfix {
    *zoom: 1;
}

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