/*@font-face
{
  font-family: SourceHanSansSC;
  src: url('../fonts/SourceHanSansSC-Regular.ttf'),
  url('../fonts/SourceHanSansSC-Regular.eot')
}*/

@import '/egg/style/themeColor.css';

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
    font-size: 16px;
    /*font-family: "PingFang SC", SourceHanSansSC;*/
    font-family: Arial,Open Sans,Helvetica,sans-serif,SimSun,"宋体";
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

address,
cite,
dfn,
em,
var {
    font-style: normal;
}

code,
kbd,
pre,
samp {
    /*font-family: "PingFang SC", SourceHanSansSC;*/
    font-family: "PingFang SC", 'Source Sans Pro', sans-serif;
}

small {
    font-size: 12px;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

legend {
    color: #000;
}

input {
    outline: none!important;
    height: auto;
    line-height: auto;
}

a:focus {
    outline: none;
}

a:focus {
    text-decoration: none;
}

input,
button {
    overflow: visible;
    vertical-align: middle;
    outline: none;
}

fieldset {
    border: 0;
}

img {
    border: 0;
    vertical-align: middle;
}

button,
input,
select,
textarea {
    border: none;
    outline: none;
    -webkit-user-select: auto;
    /*webkit浏览器*/
}

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

a {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}

div {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input::-webkit-input-placeholder {
    color: #676767;
}

input:-moz-placeholder {
    /* FF 4-18 */
    color: #676767;
}

input::-moz-placeholder {
    /* FF 19+ */
    color: #676767;
}

input:-ms-input-placeholder {
    /* IE 10+ */
    color: #676767;
}

.ng-cloak {
    display: none;
}

label {
    font-weight: normal;
    margin: 0;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset;
}

body {
    overflow-x: hidden;
}
/* @font-face {
	font-family: 'iconfont';
	src: url('iconfont/iconfont.eot');
    src: url('iconfont/iconfont.eot?#iefix') format('embedded-opentype'),
	url('iconfont/iconfont.woff2') format('woff2'),
	url('iconfont/iconfont.woff') format('woff'),
	url('iconfont/iconfont.ttf') format('truetype'),
	url('iconfont/iconfont.svg#iconfont') format('svg');
} */

@font-face {
    font-family: 'iconfont';  /* project id 1265799 */
    src: url('//at.alicdn.com/t/font_1265799_7nx7q80y87y.eot');
    src: url('//at.alicdn.com/t/font_1265799_7nx7q80y87y.eot?#iefix') format('embedded-opentype'),
    url('//at.alicdn.com/t/font_1265799_7nx7q80y87y.woff2') format('woff2'),
    url('//at.alicdn.com/t/font_1265799_7nx7q80y87y.woff') format('woff'),
    url('//at.alicdn.com/t/font_1265799_7nx7q80y87y.ttf') format('truetype'),
    url('//at.alicdn.com/t/font_1265799_7nx7q80y87y.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#goog-gt-tt {
    display: none !important;
}

.goog-te-banner-frame {
    display: none !important;
}

.goog-te-menu-value:hover {
    text-decoration: none !important;
}

body {
    top: 0 !important;
}

#google_translate_element2 {
    display: none !important;
}

/* 省略号样式 */
.hideText{
    overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap
}