@charset "utf-8";
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td { 
	margin: 0; padding: 0;  font: 14px 'Microsoft Yahei', tahoma, arial, 'Hiragino Sans GB', sans-serif;
 }
fieldset, img { border: 0; }
ul, ol, li { list-style: none; font-family:'Microsoft YaHei'; }

/* remember to define focus styles! */
:focus { outline: 0; }
address, caption, cite, code, dfn, em, strong, th, var, optgroup { font-style: normal; font-weight: normal; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }
abbr, acronym { border: 0; font-variant: normal; }
input, button, textarea, select, optgroup, option { font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; background-color: #fff; border: none;}
code, kbd, samp, tt { font-size: 100%; }
/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
ol, ul { list-style: none; }

/* tables still need 'cellspacing="0"' in the markup */
table,tr,td { border-collapse: collapse; border-spacing: 0; margin:0;padding:0;}
caption, th { text-align: left; }
sup, sub { font-size: 100%; vertical-align: baseline; }

/* remember to highlight anchors and inserts somehow! */
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
/* CSS Document */

* {
	margin: 0;
	outline: 0;
	padding: 0;
	font-size: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a {
	color: inherit;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
a:hover,
a:link,
a:active,
a:visited{
	text-decoration: none;
	color: inherit;
}
html {
	position: relative;
	height: 100%;
	-webkit-text-size-adjust: none;
	margin: 0;
	padding: 0;
}

table th {
	font-weight:normal;}
body {
	margin: 0 !important;
	padding: 0 !important;
	width: 100%;
	font-family: Microsoft YaHei, Helvitica, Verdana, Tohoma, Arial, san-serif;
	background: #f6f6f6;
	font-size: 14px;
	line-height: 1.6;
	-webkit-touch-callout: none;
	position: relative;
	color: #2b2c2c;
	letter-spacing: 1px;
	overflow-x: hidden;
}
/* PC端基础样式 */
@media screen and (min-width: 768px) {
	.container {
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
		padding: 0 20px;
	}
	/* 去除触摸高亮 */
	* {
		-webkit-touch-callout: none;
	}
}

img {
	-ms-interpolation-mode: bicubic;
	max-width:100%;
	vertical-align: middle;
}
img:not([src*="/"]) {
	display: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	font-size: 12px;
}
th, td, caption {
	vertical-align: middle;
}
textarea {
	resize: none;
	border: 0;
	padding: 8px 0;
	border-radius: 0;
}
input, button, select, textarea {
}
::-webkit-input-placeholder { /* WebKit browsers */ 
color: #999; 
} 
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
color: #999; 
} 
::-moz-placeholder { /* Mozilla Firefox 19+ */ 
color: #999; 
} 
:-ms-input-placeholder { /* Internet Explorer 10+ */ 
color: #999; 
} 
li {
	list-style: none;
}
ul{
	margin-bottom: 0;
}
i {
	font-style: normal;
}
h1{
	margin: 0;padding: 0;
}
p{
	margin: 0;padding: 0;
}

/**Common Css**/
.fr { float: right; *display: inline;}
.fl { float: left; *display: inline;}
/*文本超出显示省略号*/
.ehn, .otw, .tow { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
/*清除浮动*/
.clearfix { clear: both; *zoom:1;}
.clearfix:after { display: block; clear: both; content: "\0020"; visibility: hidden; height: 0; }
/*浮动*/
.fl{float:left;}
.fr{float:right;}
/*显隐*/
.show{display: block;}
.hide{display: none;}
.fz12 {
	font-size: 12px;
}

.fz14 {
	font-size: 14px;
}

.fz16 {
	font-size: 16px;
}

.fz18 {
	font-size: 18px;
}

.fz20 {
	font-size: 20px;
}

.fz22 {
	font-size: 22px;
}

.ico {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.fl {
	float: left;
	display: inline
}

.fr {
	float: right;
	display: inline
}

.link {
	color: #0076ff;
}

.img {
	display: inline-block;
}

.hidden {
	display: none !important;
}

.clearfix:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.nobr {
	word-break: break-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
}

.nobr-2 {
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; 
}

.scroll {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.scroll ::-webkit-scrollbar-button {
	/*滚动条两端的按钮。可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果。*/
	display: none;
}

.scroll ::-webkit-scrollbar-track {
	/*外层轨道。可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果。*/
	display: none;
}

.scroll::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background: transparent;
}

.scroll::-webkit-scrollbar-track {
	border-radius: 3px;
}

.scroll::-webkit-scrollbar-thumb {
	height: 0;
	border-radius: 3px;
	background-color: #999;
}
.marquee-container {
    width: 100vw;
	height: 40px;
	padding-top: 10px;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
}
.marquee-content {
	font-weight: bolder;
	position: absolute;
	left: 100%;
	display: inline-block;
	font-size: 18px;
	color: green;
}
.logo {
	width: 32px;
	height: 32px;
}
.top .logout {
	display: none;
	width: 24px;
	height: 24px;
	margin-left: 10px;
}
.top .btn.personal {
	display: none;
}
.ajaxError {
	height: 20px;
	text-align: center;
	color: red;
	margin-top: 16px;
}
.mode {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 20px;
	position: fixed;
	top: 0;
	left: 0;
}
.mode .modeCont {
	width: calc(100% - 32px);
	background-color: #fff;
	max-width: 800px;
	border-radius: 12px;
	position: relative;
}
.mode .title {
	color: #333;
	padding: 16px 20px;
	border-bottom: 1px solid #eee;
}
.mode .close {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 20px;
	top: 16px;
}
.mode .modeContent {
	padding: 16px 20px;
	max-height: 80vh;
}
.tipsModal {
	display: none;
	line-height: 1.6;
	background-color: rgba(0,0,0,.6);
	border-radius: 5px;
	max-width: 300px;
	padding: 10px 20px;
	color: #fff;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 99;
}
