/* CSS reset */

body,
input,
textarea,
div,
a,
table,
tr,
td,
th {
	font-family: "PingFang SC", "Lantinghei SC", "Helvetica Neue", Arial, "Microsoft YaHei", "WenQuanYi Micro Hei", "Heiti SC", "Segoe UI", sans-serif;
	font-size: 14px;
}

body {
	color: #333;
	background-color: transparent;
	-webkit-text-size-adjust: none;
}

body,
div,
dl,
dt,
dd,
ul,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

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

div[name="rtf_docContent"] table {
	margin-left: 0.6pt !important;
}

fieldset,
img {
	border: 0;
}

div[name="rtf_docContent"] pre {
	white-space: pre-wrap;
	word-break: normal;
	word-wrap: break-word!important;
}

.cke_editable pre {
	white-space: pre-wrap;
}

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

a:hover {}

abbr,
acrnym {
	border: 0;
}

input::-ms-clear {
	display: none;
}

ul,
li {
	list-style: none;
}


/*输入框的小叉叉图标消失*/

*:focus {
	outline: none;
}


/* webkit 滚动条 Starts
========================================================================== */

::-webkit-scrollbar {
	width: 8px;
	height: 8px;
	background-color: #f1f1f1;
	-webkit-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
}

::-webkit-scrollbar:hover {
	background-color: #f1f1f1;
}

::-webkit-scrollbar-thumb {
	background-color: #dbdbdb;
	height: 50px;
	outline-offset: -1px;
	outline: 1px solid #fff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-right: 1px solid rgba(255, 255, 255, .35);
	border-left: 1px solid rgba(255, 255, 255, .35);
	-webkit-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
}

::-webkit-scrollbar-thumb:hover,
 ::-webkit-scrollbar-thumb:active {
	background-color: #9c9c9c;
	border-right: 1px solid #f1f1f1;
	border-left: 1px solid #f1f1f1;
}

::-webkit-scrollbar-track {
	border-radius: 5px;
	background-color: transparent;
}

::-webkit-scrollbar-track:hover {
	background-color: #f1f1f1;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .25);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, .25);
}


/* webkitæµ滚动条 Ends
	========================================================================== */


/* 滚动条插件 Starts */


/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer {
	overflow: hidden;
	position: relative;
}

.jspPane {
	position: absolute;
}

.jspVerticalBar {
	position: absolute;
	top: 0;
	right: 0;
	width: 6px;
	height: 100%;
	background: red;
}

.jspHorizontalBar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspCap {
	display: none;
}

.jspHorizontalBar .jspCap {
	float: left;
}

.jspTrack {
	background: #eee;
	position: relative;
}

.jspDrag {
	background: #e1e1e1;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
	float: left;
	height: 100%;
}

.jspArrow {
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.jspArrow.jspDisabled {
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow {
	height: 16px;
}

.jspHorizontalBar .jspArrow {
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus {
	outline: none;
}

.jspCorner {
	background: #eeeef4;
	float: left;
	height: 100%;
}


/* Yuk! CSS Hack for IE6 3 pixel bug :( */

* html .jspCorner {
	margin: 0 -3px 0 0;
}


/* 滚动条插件 Ends */