@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, a, abbr, address, big, em, img, q, small, strike, strong,
sub, sup, tt, var, i, dl, dt, dd, ol, ul, li, form, fieldset, label, table, caption, tbody, thead, tfoot, tr, th, td, article,
aside, canvas, details, figure, figcaption, header, footer, hgroup, menu, nav, output, section, time, mark, audio,
video, input, select, button {
    margin: 0;
    padding: 0;
    border: 0;
    /*font-family: "Hiragino Sans GB","Helvetica Neue",Helvetica,STHeiTi,sans-serif;*/
}

/*去除默认样式*/
ul, ol, li {
    list-style: none; }

img{
    vertical-align: middle;
}
/*表格边框合并，边框距零*/
table {
    border-collapse: collapse;
    border-spacing: 0; }

/*继承父元素的字体系列样式*/
input, select, textarea, button {
    font-family: inherit;
    outline: none; }

textarea {
    resize: none; }

/*清除浮动*/
.fl {
    float: left; }

.fr {
    float: right; }

.clear {
    zoom: 1; }

.clear:after {
    content: "";
    display: table;
    clear: both;
    overflow: hidden; }

/*a链接*/
a {
    text-decoration: none;
    color: #000; }

a:hover {
    text-decoration: none; }

/*去除点击高亮效果*/
a, button, input, select, img, label {
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    outline: medium none; }

input::-moz-focus-inner {
    border: none;
    padding: 0; }

select, input {
    vertical-align: middle; }

/*去掉苹果的默认UI来渲染按钮*/
input[type="submit"], input[type="reset"], input[type="button"], button, select {
    -webkit-appearance: none; }

/*placeholder文本颜色*/
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #ccc; }

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #ccc; }

/*html5标签*/
header, footer, section, article, aside, nav, figure {
    display: block; }

/*长英文字母 数字 换行*/
p {
    word-break: break-all;
    word-wrap: break-word; }

/*去除默认样式*/
/*h1, h2, h3, h4, h5, h6, strong, i, em, address, caption, cite, code, dfn, th, var {*/
/*    font-weight: normal;*/
/*    font-style: normal; }*/

/*fieldset, img {*/
/*    border: none;*/
/*    display: block; }*/

/*去除长按a链接弹框*/
html, body {
    -webkit-touch-callout: none; }

/*======强制不显示======*/
.none {
    display: none !important; }

/*======强制显示======*/
.show {
    display: block !important; }

/*======border显示问题整理======*/
.border-top {
    border-style: solid;
    border-width: 1px 0 0 0;
    border-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAEAQMAAAB1Fsd5AAAABlBMVEUAAADc3NyDHGF3AAAAAXRSTlMAQObYZgAAAA1JREFUCNdjaGAAgQYABAgBAXDgsY4AAAAASUVORK5CYII=) 2 0 stretch;
    border-color: #e9e9e9; }

.border-bottom {
    border-style: solid;
    border-width: 0 0 1px 0;
    border-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAEAQMAAAB1Fsd5AAAABlBMVEUAAADc3NyDHGF3AAAAAXRSTlMAQObYZgAAAA1JREFUCNdjaGAAgQYABAgBAXDgsY4AAAAASUVORK5CYII=) 2 0 stretch;
    border-color: #e9e9e9; }

.border-top-bottom {
    border-style: solid;
    border-width: 1px 0;
    border-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAEAQMAAAB1Fsd5AAAABlBMVEUAAADc3NyDHGF3AAAAAXRSTlMAQObYZgAAAA1JREFUCNdjaGAAgQYABAgBAXDgsY4AAAAASUVORK5CYII=) 2 0 stretch;
    border-color: #e9e9e9; }

.border-left {
    border-style: solid;
    border-width: 0 0 0 1px;
    border-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABAQMAAADD8p2OAAAABlBMVEUAAADc3NyDHGF3AAAAAXRSTlMAQObYZgAAAApJREFUCNdjmAAAAJIAkbis4zkAAAAASUVORK5CYII=) 0 2 stretch;
    border-color: #e9e9e9; }

.border-right {
    border-style: solid;
    border-width: 0 1px 0 0;
    border-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABAQMAAADD8p2OAAAABlBMVEUAAADc3NyDHGF3AAAAAXRSTlMAQObYZgAAAApJREFUCNdjmAAAAJIAkbis4zkAAAAASUVORK5CYII=) 0 2 stretch;
    border-color: #e9e9e9; }

.border-left-right {
    border-style: solid;
    border-width: 0 1px;
    border-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABAQMAAADD8p2OAAAABlBMVEUAAADc3NyDHGF3AAAAAXRSTlMAQObYZgAAAApJREFUCNdjmAAAAJIAkbis4zkAAAAASUVORK5CYII=) 0 2 stretch;
    border-color: #e9e9e9; }

.border {
    border-style: solid;
    border-width: 1px;
    border-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABAQMAAADD8p2OAAAABlBMVEUAAADc3NyDHGF3AAAAAXRSTlMAQObYZgAAAApJREFUCNdjmAAAAJIAkbis4zkAAAAASUVORK5CYII=) 0 2 stretch;
    border-color: #e9e9e9; }

.overflow-single {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden; }

.overflow-twice {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: auto; }

.overflow-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    height: auto; }

/*::-webkit-scrollbar {*/
    /*display: none; }*/

* {
    -webkit-tap-highlight-color: transparent; }

.flex-between {
    display: flex;
    justify-content: space-between;
}
.flex-around {
    display: flex;
    justify-content: space-around;
}
.flex-start {
    display: flex;
    justify-content: flex-start;
}
.flex-end {
    display: flex;
    justify-content: flex-end;
}
.flex-column-between{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.flex-column-center{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.flex-column-end{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
