@charset "utf-8";
/*-----------------------------------------重置样式---------------------------------------------------------------------*/
* {
    box-sizing: border-box;
}

body, html {
    height: 100%;
}

body, dl, dd, ul, ol, h1, h2, h3, h4, h5, h6, input, textarea, p {
    margin: 0;
    padding: 0
}

body {
    font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "宋体";
    font-size: 14px;
    line-height: 1.428571429;
    color: #474747;
    background: #fff;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a,a:visited,a:active,a:link {
    color: #474747;
    cursor: pointer;
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
    color: #0d69be;
    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;
}

.fr {
    float: right;
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
    height: 0 !important;
    clear: both;
    visibility: hidden;
}

input[type='radio'], input[type='checkbox'] {
    vertical-align: middle;
    margin-bottom: 1px;
    margin-top: -1px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btns.focus,
.btns:active.focus,
.btns.active.focus {
  outline: none;
  border-color: transparent; // 若是本身具有 border 请删除此属性
  box-shadow:none;
}