html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

html {
	width: 100%;
}

body {
	font-family: "elitefont-regular", "Microsoft Yahei", Verdana, Simsun, "Segoe UI", Arial, "sans-serif";
	font-size: 88%;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	min-width: 1200px;
	min-height: 400px;
	overflow: hidden;
	/*background-image: linear-gradient(-180deg, #333 0%, #027092 100%);*/
}

body.embed {
	min-width: unset;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	 /* WebKit browsers */
	color: #ccc;
}
input:-moz-placeholder, textarea:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #ccc;
}
input::-moz-placeholder, textarea::-moz-placeholder {
	 /* Mozilla Firefox 19+ */
	color: #ccc;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	 /* Internet Explorer 10+ */
	color: #ccc;
}

a, a:hover, a:active {
	text-decoration: none;
}

.unselectable {
	-moz-user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

.abbr {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
}

.none {
	display: none;
}

.clear {
	clear: both;
}

.clear:before, .clear:after {
    content:"";
    display:table;
}
.clear:after{
    clear:both;
    overflow:hidden;
}
.clear{
    zoom:1;
}

.hidden {
	display: none;
}

.green {
	color: #4B8D3A;
}

.red {
	color: red;
}

.gray {
	color: #999;
}

.white {
	color: white;
}

.opacity-500 {
	opacity: 0.5;
}

#eliteAwait {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
    bottom: 0;
	z-index: 1000010;
	background: rgba(255, 255, 255, .01);
	text-align: center;
}

#eliteAwait * {
    vertical-align: middle;
}

#eliteAwait .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -48px;
    margin-left: -48px;
    padding: 5px 23px 20px;
    border-radius: 10px;
    font-size: 50px;
    color: #61d8ff;
    background: #444;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,.4);
}

.wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.full {
	position: relative;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}
.justify-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.center {
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	display: -moz-box;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;
}

.valign_top>* {
	vertical-align: top;
}
.valign_middle>* {
	vertical-align: middle;
}
.valign_bottom>* {
	vertical-align: bottom;
}
.valign_sub>* {
	vertical-align: sub;
}
.valign_super>* {
	vertical-align: super;
}


.halfSize {
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Firefox */
	-webkit-box-sizing: border-box; /* Safari */
	width: 50%;
	float: left;
}

.ui-tooltip-content {
	word-break: break-all;
	word-wrap: break-word;
}

#ui-busybox {
	min-width: 48px;
	min-height: 48px;
}

.ui-screenMasker {
	background: #000 !important;
}

.redactor-editor:focus {
	border: 1px solid #C1C5FF;
}

#notify {
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	min-width: 200px;
	max-width: 800px;
	margin: 0;
	z-index: 100001;
	padding: 0 10px;
	height: 2.5em;
	line-height: 2.5em;
	background: #459935;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: none;
}

#notify.warn {
	background: #C8A334;
}

#notify.error {
	background: #C04A1C;
}

#full-screen {
	background: white;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0
}

#full-button {
	display: none;
}

a {
	outline: none;
}

img {
	border: 0;
	outline: none;
}

table {
	empty-cells: show;
	border-spacing: 0;
	border-collapse: collapse;
	*border: 1px solid #999;
}

pre {
	white-space: pre-wrap; /* css3.0 */
	white-space: -moz-pre-wrap; /* Firefox */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}

button {
	padding: 0.4em 1em;
	line-height: 1.25em;
}
input, textarea, select {
	padding: 0.3em;
	border: 1px solid #bbb;
	box-sizing: border-box;
	font-family: "elitefont-regular", "Microsoft Yahei", Verdana, Simsun, "Segoe UI", Arial, "sans-serif";
	font-size: inherit;
	border-radius: 0;
}

input:focus, textarea:focus, select:focus  {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}

input[type=checkbox]:focus,
input[type=radio]:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

input[type=date],
input[type=time] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

select {
	padding: 0.4em;
	padding-right: 1.6em!important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2224px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20style%3D%22fill%3A%23666666%3B%22%20points%3D%2211.949%2C3.404%207%2C8.354%202.05%2C3.404%20-0.071%2C5.525%207%2C12.596%2014.07%2C5.525%20%22%2F%3E%3C%2Fsvg%3E");
  	background-position: right center;
	background-repeat: no-repeat;
	background-size: 1.5em;
	/*background-color:transparent; 请勿直接修改基础样式*/
}

select::-ms-expand{
    display: none;
}

.input_form {
	position: relative;
	overflow: visible;
	height: 100%;
}
.input_form>input {
	padding-right: 2em!important;
	width: 100%;
}
.input_form .ibtn {
	position: absolute;
	top: 0.3em;
	right: 0.4em;
	display: block;
	opacity: .6;
	color: #666;
	white-space: nowrap;
}
.input_form .ibtn:hover {
	opacity: 1
}
.input_form .ibtn>* {
	vertical-align: middle;
}
.input_form.disabled:not(.readonly) .ibtn {
	cursor: pointer;
}
.input_form.disabled .ibtn,
.input_form.readonly .ibtn {
	opacity: .3!important;
}
.input_form .ibtn .wb {
    border: 1px solid #ccc;
    text-align: center;
    background: white;
    line-height: 0;
    font-size: 100%;
    padding: 2px;
    top: 4px
}
.input_form .ibtn.dropdown {
	width: 10px;
	height: 2em;
	display: block;
	background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2224px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20style%3D%22fill%3A%23666666%3B%22%20points%3D%2211.949%2C3.404%207%2C8.354%202.05%2C3.404%20-0.071%2C5.525%207%2C12.596%2014.07%2C5.525%20%22%2F%3E%3C%2Fsvg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 18px;
    opacity: 1;
    cursor: default;
}

.input_form>textarea {
	height: 100%;
	resize: none;
}

.exDialog {
	position: fixed;
	background: white;
	*border: 1px solid #999;
	*border-radius: 3px;
	*overflow: hidden;
	box-shadow: rgb(102, 102, 102) 1px 3px 10px;
	-webkit-box-shadow: 0 24px 38px 3px rgba(0,0,0,0.14), 0 9px 46px 8px rgba(0,0,0,0.2), 0 11px 15px -7px rgba(0,0,0,0.32);
    box-shadow: 0 24px 38px 3px rgba(0,0,0,0.14), 0 9px 46px 8px rgba(0,0,0,0.2), 0 11px 15px -7px rgba(0,0,0,0.32);
}
.exDialog .dialogContent,
.exDialog .dialogContent>* {
	box-sizing: border-box;
}

.exDialog:FOCUS,
.exDialog:ACTIVE {
	outline: none;
}

.exDialog .boxHeader {
	position: relative;
	padding: 0 50px 0 15px;
	*line-height: 50px;
	*height: 50px;
	background-color: #f4f5f9;
	background-image: -moz-linear-gradient(top, #f4f5f9 0, #f4f5f9 100%);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f5f9), to(#f4f5f9));
	background-image: -webkit-linear-gradient(top, #f4f5f9 0, #f4f5f9 100%);
	background-image: -o-linear-gradient(top, #f4f5f9 0, #f4f5f9 100%);
	background-image: linear-gradient(to bottom, #f4f5f9 0, #f4f5f9 100%);
	border-bottom: 1px solid #e7e7eb;
}

.exDialog .boxHeader>* {
	vertical-align: middle;
	display: inline-block;
}

.exDialog .boxHeader>.topIcon {
	color: #666;
	line-height: 45px;
	font-size: 1.3em;
	font-style: normal;
	margin-right: 5px;
}

.exDialog .boxHeader>.exTitle {
	color: #666;
	line-height: 50px;
	font-size: 1.2em;
	font-style: normal;
	text-shadow: 1px 1px #fff;
	cursor: default;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.exDialog .boxHeader>.exTitle>span {
	line-height: 50px;
}

.exDialog .guid_help {
	position: absolute;
	width: 18px;
	height: 18px;
	top: 18px;
	right: 40px;
	display: block;
	opacity: .6;
}

.exDialog  a.close_tip_icon {
	position: absolute;
	top: 0;
	right: 8px;
	display: inline-block;
    font-size: 1.4em;
    line-height: 50px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #444;
	opacity: .4;
	z-index: 1;
}
.exDialog  a.close_tip_icon>i {
	background: gainsboro;
    padding: 7px 10px;
    border-radius: 1em;
}

.exDialog a.close_tip_icon:hover {
	opacity: 1;
	cursor: pointer;
}

.exDialog>form {
	padding: 0;
	margin: 0;
}

.exDialog .dialogContent {
	position: relative;
	padding: 30px;
	max-width: 90vw;
	max-height: calc(90vh - 110px);
	overflow: auto;
}

.exDialog .btnsBar {
	position: relative;
	padding: 12px 16px;
	background-color: #f4f5f9;
	margin: 0;
	text-align: right;
	border-top: 1px solid transparent;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.exDialog .btnsBar .extra {
	position: absolute;
	left: 10px;
	top: 10px;
}
.exDialog .btnsBar .extra>* {
	vertical-align: middle;
}
.exDialog .btnsBar button {
	margin: 0 4px;
	padding: 4px 20px;
}

.exDialog.chrome .boxHeader {
    padding: 0 35px 0 20px;
    background: none;
    border: 0;
}
.exDialog.chrome .boxHeader .topIcon {
	color: #999;
	line-height: 35px;
	font-size: 18px;
}
.exDialog.chrome .boxHeader .exTitle,
.exDialog.chrome .boxHeader>.exTitle>span {
	color: #999;
	line-height: 35px;
	font-size: 16px;
}

.exDialog.chrome a.close_tip_icon {
	position: absolute;
	top: 3px;
	right: 3px;
	display: block;
	border-radius: 50%;
	padding: 9px 8px 8px 10px;
	background: none;
	opacity: 1;
}
.exDialog.chrome a.close_tip_icon:hover {
	background-color: rgba(0,0,0,.07);
}
.exDialog.chrome a.close_tip_icon>i {
	width: 16px;
	height: 16px;
	display: block;
	opacity: .8;
}
.exDialog.chrome a.close_tip_icon:hover>i {
	opacity: 1
}

.exDialog .ui-resizable-e {
	right: 0
}
.exDialog .ui-resizable-s {
	bottom: 0
}


.sys_dialog {
	position: absolute;
	background: #FEFEFE;
	border-radius: 3px;
	box-shadow: 1px 3px 10px #666;
	font-size: 14px;
}

.sys_dialog:focus {
	outline: 0;
}

.sys_dialog .title {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 18px 25px;
}

.sys_dialog .close_icon {
	position: absolute;
	right: 8px;
	top: 8px;
	width: 16px;
	height: 16px;
	opacity: .8;
}

.sys_dialog .close_icon:hover {
	opacity: 1
}

.sys_dialog .content {
	min-width: 400px;
	max-width: 800px;
	padding: 1em 2em 1.2em 6em;
	position: relative;
	box-sizing: border-box;
	min-height: 80px;
	overflow: auto;
}

.sys_dialog .content>span.icon {
	position: absolute;
	top: 0;
	left: 24px;
	display: block;
	font-size: 3em;
}

.sys_dialog .content>span.msg {
	color: #0080c0;
}
.sys_dialog .content>span.info {
	color: #55a23c;
}
.sys_dialog .content>span.warn {
	color: #ea8631;
}
.sys_dialog .content>span.error {
	color: #fa5155;
}
.sys_dialog .content>span.confirm {
	color: #0080c0;
}

.sys_dialog .btnbar {
	padding: 20px 25px;
	text-align: right;
}

.sys_dialog .btnbar button {
	margin-left: 8px;
}


#popoverRoot .popover-container {
	z-index: 10004;
}
#popoverRoot .popover-wrapper {
	display: block;
    z-index: 160;
    position: absolute;
    transform: translateX(16px);
    pointer-events: auto;
    margin: 0px;
}
#popoverRoot .popover-wrapper.popover-south {
	top: 100%;
	padding: 10px 0px 0px;
}
#popoverRoot .popover-wrapper.popover-north {
	bottom: 100%;
	padding: 0px 0px 16px;
}
#popoverRoot .popover-wrapper.popover-start {
    left: 0;
    transform: translateX(0);
}
#popoverRoot .popover-wrapper.popover-center  {
	left: 50%;
    transform: translateX(-50%);
}
#popoverRoot .popover-wrapper.popover-end {
    right: 0;
    transform: translateX(0);
}
#popoverRoot .popover {
	display: block;
    animation-name: keyframes-animation-7aca9d18-0-1-23;
    animation-duration: 0.2s;
    animation-timing-function: cubic-bezier(0.465, 0.183, 0.153, 0.946);
    margin: 0px;
    padding: 0px;
}
#popoverRoot .card {
	position: relative;
    box-shadow: rgba(116, 129, 141, 0.1) 0px 3px 8px 0px;
    border-width: 1px;
    border-style: solid;
    border-image: initial;
    background: white;
    border-color: rgb(211, 220, 228);
    border-radius: 4px;
    color: #444;
}
#popoverRoot .popover-arrow {
	width: 0px;
    height: 0px;
    display: block;
    position: absolute;
    margin: 0px;
    padding: 0px;
    border-style: solid;
}
#popoverRoot .popover-arrow.popover-south {
	top: -8px;
	border-width: 0px 8px 8px;
    border-color: transparent transparent rgb(211, 220, 228);
}
#popoverRoot .popover-arrow.popover-north {
    bottom: -8px;
	border-width: 8px 8px 0px;
    border-color: rgb(211, 220, 228) transparent transparent;
}
#popoverRoot .popover-arrow.popover-start {
    left: 8px;
}
#popoverRoot .popover-arrow.popover-end {
    right: 8px;
}
#popoverRoot .popover-arrow.popover-center {
    left: 50%;
    transform: translateX(-50%);
}
#popoverRoot .popover-arrow::after {
    left: -7px;
    width: 0px;
    height: 0px;
    content: "";
    display: block;
    position: absolute;
    border-style: solid;
}
#popoverRoot .popover-arrow.popover-south::after {
    top: 1px;
	border-width: 0px 7px 7px;
    border-color: transparent transparent white;
}
#popoverRoot .popover-arrow.popover-north::after {
    bottom: 1px;
	border-width: 7px 7px 0px;
	border-color: white transparent transparent;
}
#popoverRoot .popmenu {
    display: block;
    overflow-x: hidden;
    overflow-y: overlay;
    flex: 1 1 0%;
    margin: 0px;
    padding: 12px 0px;
    min-width: 220px
}
#popoverRoot .popmenu .menuItemInline {
    color: rgb(36, 42, 49);
    cursor: pointer;
    display: flex;
    align-items: center;
    vertical-align: middle;
    -webkit-box-align: center;
    margin: 0px;
    padding: 4px 16px;
    text-decoration: none;
}
#popoverRoot .popmenu .menuItemIcon {
	color: rgb(157, 170, 182);
    display: inline-flex;
    font-size: 16px;
    margin: 0px 8px 0px 0px;
    padding: 0px;
}
#popoverRoot .popmenu .menuItemContent {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}
#popoverRoot .popmenu .menuItemContent .text {
	font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
}
#popoverRoot .popmenu .menuItemInline:hover {
	 background: rgb(245, 247, 249);
}
#popoverRoot .popmenu .menuItemInline:hover .menuItemIcon,
#popoverRoot .popmenu .menuItemInline:hover .menuItemContent {
	color: rgb(56, 132, 255);
}
#popoverRoot .popmenu .menuDriver {
	height: 1px;
    display: block;
    margin: 12px 16px;
    padding: 0px;
    background: rgb(211, 220, 228);
}


#h5input {
	position: absolute;
    background: white;
    box-shadow: 1px 3px 10px #666;
}
#h5input:focus {
	outline: none;
}
#h5input .title {
	padding: 4px 18px;
    font-size: 110%;
    font-weight: bold;
    line-height: 3em;
    border-bottom: 1px solid #ccc;
}
#h5input .error {
	padding: 6px 18px 0;
}

#h5input input[type=text],
#h5input textarea {
	width: 350px;
	margin: 25px;
	font-size: 14px;
	padding: 6px;
}

#h5input .btns {
	padding: 16px;
	text-align: right;
}

#h5input .btns>button {
	margin-left: 10px;
	padding: 8px 25px;
}

.fancybox {
	position: fixed;
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 12px;
	box-sizing: border-box;
	display: none
}

.fancybox.dyn-window {
	-webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.5);
	box-shadow: 0 5px 12px rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	z-index: 10000;
	padding: 8px;
}

.fancybox .fancybox-body {
	position: relative;
	height: 100%;
}

.fancybox .fancybox-title {
	font-size: 1.2em;
	font-weight: bold;
	padding: 3px 95px 10px 0;
	cursor: move;
}

.fancybox .fancybox-btns {
	position: absolute;
	top: -6px;
	right: -6px;
	width: auto;
	height: auto;
	z-index: 1;
}

.fancybox .fancybox-close, .fancybox .fancybox-min, .fancybox .fancybox-max {
	float: right;
	width: 32px;
	height: 34px;
	display: block;
}

.fancybox .fancybox-min {
	background-position: -2px -190px;
}

.fancybox .fancybox-max {
	background-position: -2px -154px;
}

.fancybox .fancybox-content {
	box-shadow: inset 0 0 2px rgba(0, 0, 0, .5);
	overflow: auto;
	max-width: 800px;
	max-height: 600px;
	position: relative;
}

.fancybox.dyn-window.fullscreen .fancybox-content {
	position: absolute;
	left: 0;
	top: 35px;
	right: 0;
	bottom: 0;
}

.fancybox .fancybox-container {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

#aboutus.fancybox .fancybox-btns {
    top: -30px;
    right: -25px;
}

.elite_progress {
	position: fixed;
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 20px;
}

.elite_progress .ep_title {
	margin-bottom: 10px;
	text-align: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.elite_progress .ep_progress {
	height: 25px;
	background: #2C90D6;
}

.float-layout {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	*min-width: 160px;
	*padding: 5px 0;
	*margin: 2px 0 0;
	text-align: left;
	background-color: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 3px;
	-webkit-box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.5);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
	box-sizing: border-box;
	font-size: 12px;
}

.dropdown-menu {
	list-style: none;
}

.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #333333;
	white-space: nowrap;
}

.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}

.cke_combo_button:hover,
.cke_toolgroup:HOVER {
	-webkit-box-shadow: 0px 0px 15px 2px #fff4b0;
	-moz-box-shadow: 0px 0px 15px 2px #fff4b0;
	box-shadow: 0px 0px 15px 2px #fff4b0;
	border-color: #b99d00;
}

.cp-app {
	z-index: 100000;
}


.ui-widget {
	font-family: "elitefont-regular", "Microsoft Yahei", Verdana, Simsun, "Segoe UI", Arial, "sans-serif";
}

.ui-widget-content {
	border-color: #C3C3C3;
	background: transparent;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	padding: 0.3em 1em;
	min-width: 3em;
	display: block;
	white-space: nowrap;
	text-align: center;
}

.ui-tabs .ui-tabs-nav li:not(.ui-tabs-active) .ui-tabs-anchor {
	padding: 0.3em 1em;
	min-width: 3em;
	/*max-width: 6em;*/
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: default;
}

.ui-autocomplete {
	z-index: 10015;
	background: #ffffff;
    color: #222222;
	max-height: 75%;
	overflow: auto;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font-family: "elitefont-regular", "Microsoft Yahei", Verdana, Simsun, "Segoe UI", Arial, "sans-serif";
}

masker:last-of-type {
	background-color: rgba(170, 170, 170, 0.3);
}

.rotate {
	/* Safari */
	-webkit-transform: rotate(90deg);
	/* Firefox */
	-moz-transform: rotate(90deg);
	/* Internet Explorer */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.numbox {
    width: auto;
    display: flex;
    flex-direction: row;
}

.numbox .minus,
.numbox .plus {
    cursor: pointer;
    text-align: center;
    width: auto;
    padding: 0 10px;
    box-sizing: border-box;
	-moz-user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}
.numbox .minus>span,
.numbox .plus>span {
	vertical-align: middle;
}

.numbox .border{
    border: 1px solid #ccc;
}

.numbox .plus {
    border-left: 0;
}

.numbox .minus{
    border-right: 0;
}

.numbox .alignment {
    width: auto;
    height: 100%;
    margin: 0px;
    text-align: center;
    vertical-align: middle;
    flex: 1;
    box-sizing: border-box;
    border: 1px solid #ccc;
}
.numbox .radius{
    border-radius: 3px;
}
.numbox .minus.border.radius{
    border-radius: 3px 0 0 3px;
}
.numbox .plus.border.radius{
    border-radius: 0 3px 3px 0;
}

.cutImageDialog {
	position:relative;
	display:flex;
	padding: 15px;
}

.cutImageDialog .org_photo {
	flex: 1;
	display: block;
	width: 480px;
	height: 320px;
	border: 1px dotted #ccc;
	overflow: hidden;
	position: relative;
}

.cutImageDialog img.js_photo {
	max-width: 100%;
	max-height: 100%;
}

.cutImageDialog .preview-pane {
	position: relative;
	display: block;
	margin-left: 10px;
}
.cutImageDialog .monitor {
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    color: gray;
    text-align: center;
    border: 3px dashed #efefef;
}

.cutImageDialog .preview-pane-box {
	position: relative;
	display: block;
	--border: 1px rgba(0, 0, 0, .4) solid;
	background-color: white;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
}

.cutImageDialog .preview-pane .preview-container {
	width: 150px;
	height: 150px;
	overflow: hidden;
	border-radius: 6px;
}

.cutImageDialog .preview-pane .buttons {
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.cutImageDialog .preview-pane .buttons>button {
	display: block;
	width: 100%;
	margin-top: 10px;
}

#fontAwesomeLib {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000000;
	background: white;
	overflow: hidden;
	display: flex;
	flex-flow: column;
}
#fontAwesomeLib .headbox {
	padding: 20px;
	background: #f8f9fa;
}
#fontAwesomeLib .search {
	width: 400px;
	font-size: 2em;
	display: inline-block;
	margin-right: 30px;
}
#fontAwesomeLib .search .input_form>input {
	padding: 0.4em 2em 0.4em 0.5em;
	border-radius: 5px;
}
#fontAwesomeLib a.ok,
#fontAwesomeLib a.cancel {
	float: right;
	display: block;
    color: white;
    padding: 1em 2em;
    border-radius: 0.5em;
    font-weight: bolder;
	background: #136a90;
}
#fontAwesomeLib a.ok {
	display: none;
}
#fontAwesomeLib a.cancel {
	background: #b11515;
    margin-left: 8px;
}
#fontAwesomeLib a.ok:hover {
    background: #1397d0;
}
#fontAwesomeLib a.cancel:hover {
	background: #d8362c;
}
#fontAwesomeLib .type,
#fontAwesomeLib .tag {
	display: inline-block;
	margin-left: 20px;
	font-size: 2em;
	display: inline-block;
    margin-left: 5px;
    font-size: 2em;
    border: 1px solid #ccc;
    border-radius: 5px;
    line-height: 2em;
    padding: 0 .5em;
    background: #fff7f0;
}

#fontAwesomeLib ul {
	flex: 1;
	overflow: auto;
	list-style-type: none;
	padding: 0;
}
#fontAwesomeLib li {
	float: left;
	width: 7.11111%;
}
#fontAwesomeLib li a {
	padding: 10px;
	display: block;
	color: #57687a;
	border-radius: 5px;
	text-align: center;
	margin: .8em;
	cursor: pointer;
}
#fontAwesomeLib li a:hover {
	background: #4dadf7;
	color: white;
}
#fontAwesomeLib li a.selected {
	background: #5d9ddf;
	color: white;
}
#fontAwesomeLib li a svg {
	width: 1em;
	height: 1em;
}
#fontAwesomeLib .fa_result {
	padding: .5em;
    font-size: 1.6em;
    background: #f8f9fa;
    color: #888;
}
#fontAwesomeLib.es a.fonticon>.nf {
	font-size: 3em;
}
.cutImageDialog input {
	width:150px;
	display:block;
	margin-top:6px;
	border: 1px solid #dad7d7;
}

.rotate_90 {
	transform: rotate(90deg);
}

.rotate_180 {
	transform: rotate(180deg);
}

.rotate_270 {
	transform: rotate(270deg);
}

.affix {
	top: 88px; //通常用bootstrap构建的网站头部都有个导航条
}

.elite.cke {
	height: 100%;
}
.elite .cke_inner{
	display: flex;
	flex-direction: column;
	height: 100%;
}
.elite .cke_contents {
	flex: 1;
	height: auto;
}

#dynWindow {
	display: none;
	position: fixed;
	align-items: center;
	right: 0px;
	width: 30%;
	height: 100%;
	margin-top: 4em;
	box-shadow: 0 0 5px #e2e2e2;
	background-color: white;
	z-index:2;
	overflow: auto;
}

header .c_tools .selected {
	fill: #4972B8;
}

header .c_link.c_me {
	float: none;
}

header .c_wrap li .c_me {
	color: #444;
	display: block;
	padding: 8px 20px;
}

header .c_wrap li .c_me>i {
	padding-right: 10px;
}

.ui-helper-reset .ui-helper-clearfix .ui-tabs-nav-arrows{
	display: none !important;
}
.ui-tabs .ui-tabs-nav-scrollable {
	position: relative !important;
	height: auto !important;
}
.ui-tabs .ui-tabs-scroll-container {
	min-height: 33px !important;
	height: auto !important;
}