﻿

html {
    height: 100%;
    overflow-x: auto;
    overflow-y: scroll;
}

body, dl, dt, dd, ul, ol, li, pre, form, figure, fieldset, input, p, blockquote, th, td, section {
    margin: 0;
    padding: 0;
    font-weight: 400;
}

h1, h2, h3, h4, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-weight: 400;
}



article, aside, footer, header, hgroup, main, nav, section {
    display: block;
}

select {
    font-size: 12px;
}

table {
    border-collapse: collapse;
}

fieldset, img {
    border: 0 none;
}

fieldset {
    margin: 0;
    padding: 0;
}

fieldset p {
    margin: 0;
    padding: 0 0 0 8px;
}

legend {
    display: none;
}

address, caption, em, strong, th, i {
    font-weight: 400;
    font-style: normal; 
}

table caption {
    margin-left: -1px;
}

ol, ul {
    display: block;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

caption, th {
    text-align: left;
}

q:before, q:after, blockquote:before, blockquote:after {
    content: "";
}

a, button, input, label, select {
    -webkit-tap-highlight-color: transparent;
    /* 用于iOS (iPhone和iPad)点击效果 */
}
.greet li a
{
    display: inline-table;
    
    }
    
    







button::-moz-focus-inner, input[type=reset]::-moz-focus-inner, input[type=button]::-moz-focus-inner, input[type=submit]::-moz-focus-inner, input[type=file]>input[type=button]::-moz-focus-inner {
    border: none;
}

input[type=checkbox], input[type=radio] {
    vertical-align: middle;
}

input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

textarea {
    overflow: auto;
    outline: 0;
    border-radius: 0;
    resize: none;
}

.c_scrollview {
    position: absolute;
    z-index: 1;
    -webkit-overflow-scrolling: touch;
}

.clearfix {
    *zoom: 1;
}

.clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    overflow: hidden;
    content: "\20";
}

.seo {
    display: block;
    height: 0;
    width: 0;
    font-size: 0;
    overflow: hidden;
}



.fr {
    float: right;
}

.width1200 {
    width: 1200px;
    margin: 0 auto;
}

.flexColumn {
    display: flex;
    flex-direction: column;
}

.flexRow {
    display: flex;
    flex-direction: row;
}
.overflowOne{
	overflow:hidden;
	white-space:nowrap; 
    text-overflow:ellipsis;
}
.overflowTwo {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.overflowThree {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

