/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
	display: block
}

audio,canvas,progress,video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}
[hidden],template {
	display: none
}

a {
	background-color: transparent
}

a:active,a:hover {
	outline: 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b,strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

mark {
	background: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	box-sizing: content-box;
	height: 0
}

pre {
	overflow: auto
}

code,kbd,pre,samp {
	font-family: monospace,monospace;
	font-size: 1em
}

button,input,optgroup,select,textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

button,select {
	text-transform: none
}

button,html input[type=button],input[type=reset],input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input {
	line-height: normal
}

input[type=checkbox],input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
	height: auto
}

input[type=search] {
	-webkit-appearance: textfield;
	box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: 700
}

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

td,th {
	padding: 0
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print {
	*,:after,:before {
		background: 0 0!important;
		color: #000!important;
		box-shadow: none!important;
		text-shadow: none!important
	}

	a,a:visited {
		text-decoration: underline
	}

	a[href]:after {
		content: " (" attr(href) ")"
	}

	abbr[title]:after {
		content: " (" attr(title) ")"
	}

	a[href^="#"]:after,a[href^="javascript:"]:after {
		content: ""
	}

	blockquote,pre {
		border: 1px solid #999;
		page-break-inside: avoid
	}

	thead {
		display: table-header-group
	}

	img,tr {
		page-break-inside: avoid
	}

	img {
		max-width: 100%!important
	}

	h2,h3,p {
		orphans: 3;
		widows: 3
	}

	h2,h3 {
		page-break-after: avoid
	}

	.navbar {
		display: none
	}

	.btn>.caret,.dropup>.btn>.caret {
		border-top-color: #000!important
	}

	.label {
		border: 1px solid #000
	}

	.table {
		border-collapse: collapse!important
	}

	.table td,.table th {
		background-color: #fff!important
	}

	.table-bordered td,.table-bordered th {
		border: 1px solid #ddd!important
	}
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

:after,:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: transparent
}

body {
	font-family: "Microsoft YaHei","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #76838f;
	background-color: #f1f4f5
}

button,input,select,textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

a {
	color: #14bfb4;
	text-decoration: none
}

a:focus,a:hover {
	color: #066fa5;
	text-decoration: underline
}

a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

figure {
	margin: 0
}

img {
	vertical-align: middle
}

.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img {
	display: block;
	max-width: 100%;
	height: auto
}

.img-rounded {
	border-radius: 6px
}

.img-thumbnail {
	padding: 4px;
	line-height: 1.42857143;
	background-color: #f1f4f5;
	border: 1px solid #ddd;
	border-radius: 3px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto
}

.img-circle {
	border-radius: 50%
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #f7f7f7
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}
[role=button] {
	cursor: pointer
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit
}

.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small {
	font-weight: 400;
	line-height: 1;
	color: #ddd
}

.h1,.h2,.h3,h1,h2,h3 {
	margin-top: 20px;
	margin-bottom: 10px
}

.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small {
	font-size: 65%
}

.h4,.h5,.h6,h4,h5,h6 {
	margin-top: 10px;
	margin-bottom: 10px
}

.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small {
	font-size: 75%
}

.h1,h1 {
	font-size: 36px
}

.h2,h2 {
	font-size: 30px
}

.h3,h3 {
	font-size: 24px
}

.h4,h4 {
	font-size: 18px
}

.h5,h5 {
	font-size: 14px
}

.h6,h6 {
	font-size: 12px
}

.fl {
	float: left
}

.fr {
	float: right
}

.m20 {
	margin: 20px
}

.p20 {
	padding: 20px
}

.ml20 {
	margin-left: 20px
}

.mr20 {
	margin-right: 20px
}

.mt20 {
	margin-top: 20px
}

.mb20 {
	margin-bottom: 20px
}

.pl20 {
	padding-left: 20px
}

.pt20 {
	padding-top: 20px
}

.pb20 {
	padding-bottom: 20px
}

.pr20 {
	padding-right: 20px
}

.subhead {
	font-size: 20px
}

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

.line-height36 {
	line-height: 36px
}

.success {
	color: #44cb83
}

.fail {
	color: #ff5448
}

.warn {
	color: #ff5448
}

.lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4
}

@media (min-width:768px) {
	.lead {
		font-size: 21px
	}
}

.small,small {
	font-size: 85%
}

.mark,mark {
	background-color: #fcf8e3;
	padding: .2em
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

.text-justify {
	text-align: justify
}

.text-nowrap {
	white-space: nowrap
}

.text-lowercase {
	text-transform: lowercase
}

.text-uppercase {
	text-transform: uppercase
}

.text-capitalize {
	text-transform: capitalize
}

.text-muted {
	color: #ddd
}

.text-primary {
	color: #14bfb4
}

a.text-primary:focus,a.text-primary:hover {
	color: #0680be
}

.text-success {
	color: #3c763d
}

a.text-success:focus,a.text-success:hover {
	color: #2b542c
}

.text-info {
	color: #31708f
}

a.text-info:focus,a.text-info:hover {
	color: #245269
}

.text-warning {
	color: #8a6d3b
}

a.text-warning:focus,a.text-warning:hover {
	color: #66512c
}

.text-danger {
	color: #a94442
}

a.text-danger:focus,a.text-danger:hover {
	color: #843534
}

.bg-primary {
	color: #fff;
	background-color: #14bfb4
}

a.bg-primary:focus,a.bg-primary:hover {
	background-color: #0680be
}

.bg-success {
	background-color: #dff0d8
}

a.bg-success:focus,a.bg-success:hover {
	background-color: #c1e2b3
}

.bg-info {
	background-color: #d9edf7
}

a.bg-info:focus,a.bg-info:hover {
	background-color: #afd9ee
}

.bg-warning {
	background-color: #fcf8e3
}

a.bg-warning:focus,a.bg-warning:hover {
	background-color: #f7ecb5
}

.bg-danger {
	background-color: #fcf8e3
}

a.bg-danger:focus,a.bg-danger:hover {
	background-color: #f7ecb5
}

.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #f7f7f7
}

ol,ul {
	margin-top: 0;
	margin-bottom: 10px
}

ol ol,ol ul,ul ol,ul ul {
	margin-bottom: 0
}

.list-unstyled {
	padding-left: 0;
	list-style: none
}

.list-inline {
	padding-left: 0;
	list-style: none;
	margin-left: -5px
}

.list-inline>li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px
}

dl {
	margin-top: 0;
	margin-bottom: 20px
}

dd,dt {
	line-height: 1.42857143
}

dt {
	font-weight: 700
}

dd {
	margin-left: 0
}

@media (min-width:768px) {
	.dl-horizontal dt {
		float: left;
		width: 160px;
		clear: left;
		text-align: right;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap
	}

	.dl-horizontal dd {
		margin-left: 180px
	}
}

abbr[data-original-title],abbr[title] {
	cursor: help;
	border-bottom: 1px dotted #ddd
}

.initialism {
	font-size: 90%;
	text-transform: uppercase
}

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #f7f7f7
}

blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child {
	margin-bottom: 0
}

blockquote .small,blockquote footer,blockquote small {
	display: block;
	font-size: 80%;
	line-height: 1.42857143;
	color: #ddd
}

blockquote .small:before,blockquote footer:before,blockquote small:before {
	content: '\2014 \00A0'
}

.blockquote-reverse,blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #f7f7f7;
	border-left: 0;
	text-align: right
}

.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before {
	content: ''
}

.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after {
	content: '\00A0 \2014'
}

address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.42857143
}

code,kbd,pre,samp {
	font-family: Menlo,Monaco,Consolas,"Courier New",monospace
}

code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 3px
}

kbd {
	padding: 2px 4px;
	font-size: 90%;
	color: #fff;
	background-color: #333;
	border-radius: 3px;
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.25)
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700;
	box-shadow: none
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857143;
	word-break: break-all;
	word-wrap: break-word;
	color: #1abd9b;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 3px
}

pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}

@media (min-width:768px) {
	.container {
		width: 750px
	}
}

@media (min-width:992px) {
	.container {
		width: 970px
	}
}

@media (min-width:1200px) {
	.container {
		width: 1170px
	}
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}

.row {
	margin-left: -15px;
	margin-right: -15px
}

.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9 {
	float: left
}

.col-xs-12 {
	width: 100%
}

.col-xs-11 {
	width: 91.66666667%
}

.col-xs-10 {
	width: 83.33333333%
}

.col-xs-9 {
	width: 75%
}

.col-xs-8 {
	width: 66.66666667%
}

.col-xs-7 {
	width: 58.33333333%
}

.col-xs-6 {
	width: 50%
}

.col-xs-5 {
	width: 41.66666667%
}

.col-xs-4 {
	width: 33.33333333%
}

.col-xs-3 {
	width: 25%
}

.col-xs-2 {
	width: 16.66666667%
}

.col-xs-1 {
	width: 8.33333333%
}

.col-xs-pull-12 {
	right: 100%
}

.col-xs-pull-11 {
	right: 91.66666667%
}

.col-xs-pull-10 {
	right: 83.33333333%
}

.col-xs-pull-9 {
	right: 75%
}

.col-xs-pull-8 {
	right: 66.66666667%
}

.col-xs-pull-7 {
	right: 58.33333333%
}

.col-xs-pull-6 {
	right: 50%
}

.col-xs-pull-5 {
	right: 41.66666667%
}

.col-xs-pull-4 {
	right: 33.33333333%
}

.col-xs-pull-3 {
	right: 25%
}

.col-xs-pull-2 {
	right: 16.66666667%
}

.col-xs-pull-1 {
	right: 8.33333333%
}

.col-xs-pull-0 {
	right: auto
}

.col-xs-push-12 {
	left: 100%
}

.col-xs-push-11 {
	left: 91.66666667%
}

.col-xs-push-10 {
	left: 83.33333333%
}

.col-xs-push-9 {
	left: 75%
}

.col-xs-push-8 {
	left: 66.66666667%
}

.col-xs-push-7 {
	left: 58.33333333%
}

.col-xs-push-6 {
	left: 50%
}

.col-xs-push-5 {
	left: 41.66666667%
}

.col-xs-push-4 {
	left: 33.33333333%
}

.col-xs-push-3 {
	left: 25%
}

.col-xs-push-2 {
	left: 16.66666667%
}

.col-xs-push-1 {
	left: 8.33333333%
}

.col-xs-push-0 {
	left: auto
}

.col-xs-offset-12 {
	margin-left: 100%
}

.col-xs-offset-11 {
	margin-left: 91.66666667%
}

.col-xs-offset-10 {
	margin-left: 83.33333333%
}

.col-xs-offset-9 {
	margin-left: 75%
}

.col-xs-offset-8 {
	margin-left: 66.66666667%
}

.col-xs-offset-7 {
	margin-left: 58.33333333%
}

.col-xs-offset-6 {
	margin-left: 50%
}

.col-xs-offset-5 {
	margin-left: 41.66666667%
}

.col-xs-offset-4 {
	margin-left: 33.33333333%
}

.col-xs-offset-3 {
	margin-left: 25%
}

.col-xs-offset-2 {
	margin-left: 16.66666667%
}

.col-xs-offset-1 {
	margin-left: 8.33333333%
}

.col-xs-offset-0 {
	margin-left: 0
}

@media (min-width:768px) {
	.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9 {
		float: left
	}

	.col-sm-12 {
		width: 100%
	}

	.col-sm-11 {
		width: 91.66666667%
	}

	.col-sm-10 {
		width: 83.33333333%
	}

	.col-sm-9 {
		width: 75%
	}

	.col-sm-8 {
		width: 66.66666667%
	}

	.col-sm-7 {
		width: 58.33333333%
	}

	.col-sm-6 {
		width: 50%
	}

	.col-sm-5 {
		width: 41.66666667%
	}

	.col-sm-4 {
		width: 33.33333333%
	}

	.col-sm-3 {
		width: 25%
	}

	.col-sm-2 {
		width: 16.66666667%
	}

	.col-sm-1 {
		width: 8.33333333%
	}

	.col-sm-pull-12 {
		right: 100%
	}

	.col-sm-pull-11 {
		right: 91.66666667%
	}

	.col-sm-pull-10 {
		right: 83.33333333%
	}

	.col-sm-pull-9 {
		right: 75%
	}

	.col-sm-pull-8 {
		right: 66.66666667%
	}

	.col-sm-pull-7 {
		right: 58.33333333%
	}

	.col-sm-pull-6 {
		right: 50%
	}

	.col-sm-pull-5 {
		right: 41.66666667%
	}

	.col-sm-pull-4 {
		right: 33.33333333%
	}

	.col-sm-pull-3 {
		right: 25%
	}

	.col-sm-pull-2 {
		right: 16.66666667%
	}

	.col-sm-pull-1 {
		right: 8.33333333%
	}

	.col-sm-pull-0 {
		right: auto
	}

	.col-sm-push-12 {
		left: 100%
	}

	.col-sm-push-11 {
		left: 91.66666667%
	}

	.col-sm-push-10 {
		left: 83.33333333%
	}

	.col-sm-push-9 {
		left: 75%
	}

	.col-sm-push-8 {
		left: 66.66666667%
	}

	.col-sm-push-7 {
		left: 58.33333333%
	}

	.col-sm-push-6 {
		left: 50%
	}

	.col-sm-push-5 {
		left: 41.66666667%
	}

	.col-sm-push-4 {
		left: 33.33333333%
	}

	.col-sm-push-3 {
		left: 25%
	}

	.col-sm-push-2 {
		left: 16.66666667%
	}

	.col-sm-push-1 {
		left: 8.33333333%
	}

	.col-sm-push-0 {
		left: auto
	}

	.col-sm-offset-12 {
		margin-left: 100%
	}

	.col-sm-offset-11 {
		margin-left: 91.66666667%
	}

	.col-sm-offset-10 {
		margin-left: 83.33333333%
	}

	.col-sm-offset-9 {
		margin-left: 75%
	}

	.col-sm-offset-8 {
		margin-left: 66.66666667%
	}

	.col-sm-offset-7 {
		margin-left: 58.33333333%
	}

	.col-sm-offset-6 {
		margin-left: 50%
	}

	.col-sm-offset-5 {
		margin-left: 41.66666667%
	}

	.col-sm-offset-4 {
		margin-left: 33.33333333%
	}

	.col-sm-offset-3 {
		margin-left: 25%
	}

	.col-sm-offset-2 {
		margin-left: 16.66666667%
	}

	.col-sm-offset-1 {
		margin-left: 8.33333333%
	}

	.col-sm-offset-0 {
		margin-left: 0
	}
}

@media (min-width:992px) {
	.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9 {
		float: left
	}

	.col-md-12 {
		width: 100%
	}

	.col-md-11 {
		width: 91.66666667%
	}

	.col-md-10 {
		width: 83.33333333%
	}

	.col-md-9 {
		width: 75%
	}

	.col-md-8 {
		width: 66.66666667%
	}

	.col-md-7 {
		width: 58.33333333%
	}

	.col-md-6 {
		width: 50%
	}

	.col-md-5 {
		width: 41.66666667%
	}

	.col-md-4 {
		width: 33.33333333%
	}

	.col-md-3 {
		width: 25%
	}

	.col-md-2 {
		width: 16.66666667%
	}

	.col-md-1 {
		width: 8.33333333%
	}

	.col-md-pull-12 {
		right: 100%
	}

	.col-md-pull-11 {
		right: 91.66666667%
	}

	.col-md-pull-10 {
		right: 83.33333333%
	}

	.col-md-pull-9 {
		right: 75%
	}

	.col-md-pull-8 {
		right: 66.66666667%
	}

	.col-md-pull-7 {
		right: 58.33333333%
	}

	.col-md-pull-6 {
		right: 50%
	}

	.col-md-pull-5 {
		right: 41.66666667%
	}

	.col-md-pull-4 {
		right: 33.33333333%
	}

	.col-md-pull-3 {
		right: 25%
	}

	.col-md-pull-2 {
		right: 16.66666667%
	}

	.col-md-pull-1 {
		right: 8.33333333%
	}

	.col-md-pull-0 {
		right: auto
	}

	.col-md-push-12 {
		left: 100%
	}

	.col-md-push-11 {
		left: 91.66666667%
	}

	.col-md-push-10 {
		left: 83.33333333%
	}

	.col-md-push-9 {
		left: 75%
	}

	.col-md-push-8 {
		left: 66.66666667%
	}

	.col-md-push-7 {
		left: 58.33333333%
	}

	.col-md-push-6 {
		left: 50%
	}

	.col-md-push-5 {
		left: 41.66666667%
	}

	.col-md-push-4 {
		left: 33.33333333%
	}

	.col-md-push-3 {
		left: 25%
	}

	.col-md-push-2 {
		left: 16.66666667%
	}

	.col-md-push-1 {
		left: 8.33333333%
	}

	.col-md-push-0 {
		left: auto
	}

	.col-md-offset-12 {
		margin-left: 100%
	}

	.col-md-offset-11 {
		margin-left: 91.66666667%
	}

	.col-md-offset-10 {
		margin-left: 83.33333333%
	}

	.col-md-offset-9 {
		margin-left: 75%
	}

	.col-md-offset-8 {
		margin-left: 66.66666667%
	}

	.col-md-offset-7 {
		margin-left: 58.33333333%
	}

	.col-md-offset-6 {
		margin-left: 50%
	}

	.col-md-offset-5 {
		margin-left: 41.66666667%
	}

	.col-md-offset-4 {
		margin-left: 33.33333333%
	}

	.col-md-offset-3 {
		margin-left: 25%
	}

	.col-md-offset-2 {
		margin-left: 16.66666667%
	}

	.col-md-offset-1 {
		margin-left: 8.33333333%
	}

	.col-md-offset-0 {
		margin-left: 0
	}
}

@media (min-width:1200px) {
	.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9 {
		float: left
	}

	.col-lg-12 {
		width: 100%
	}

	.col-lg-11 {
		width: 91.66666667%
	}

	.col-lg-10 {
		width: 83.33333333%
	}

	.col-lg-9 {
		width: 75%
	}

	.col-lg-8 {
		width: 66.66666667%
	}

	.col-lg-7 {
		width: 58.33333333%
	}

	.col-lg-6 {
		width: 50%
	}

	.col-lg-5 {
		width: 41.66666667%
	}

	.col-lg-4 {
		width: 33.33333333%
	}

	.col-lg-3 {
		width: 25%
	}

	.col-lg-2 {
		width: 16.66666667%
	}

	.col-lg-1 {
		width: 8.33333333%
	}

	.col-lg-pull-12 {
		right: 100%
	}

	.col-lg-pull-11 {
		right: 91.66666667%
	}

	.col-lg-pull-10 {
		right: 83.33333333%
	}

	.col-lg-pull-9 {
		right: 75%
	}

	.col-lg-pull-8 {
		right: 66.66666667%
	}

	.col-lg-pull-7 {
		right: 58.33333333%
	}

	.col-lg-pull-6 {
		right: 50%
	}

	.col-lg-pull-5 {
		right: 41.66666667%
	}

	.col-lg-pull-4 {
		right: 33.33333333%
	}

	.col-lg-pull-3 {
		right: 25%
	}

	.col-lg-pull-2 {
		right: 16.66666667%
	}

	.col-lg-pull-1 {
		right: 8.33333333%
	}

	.col-lg-pull-0 {
		right: auto
	}

	.col-lg-push-12 {
		left: 100%
	}

	.col-lg-push-11 {
		left: 91.66666667%
	}

	.col-lg-push-10 {
		left: 83.33333333%
	}

	.col-lg-push-9 {
		left: 75%
	}

	.col-lg-push-8 {
		left: 66.66666667%
	}

	.col-lg-push-7 {
		left: 58.33333333%
	}

	.col-lg-push-6 {
		left: 50%
	}

	.col-lg-push-5 {
		left: 41.66666667%
	}

	.col-lg-push-4 {
		left: 33.33333333%
	}

	.col-lg-push-3 {
		left: 25%
	}

	.col-lg-push-2 {
		left: 16.66666667%
	}

	.col-lg-push-1 {
		left: 8.33333333%
	}

	.col-lg-push-0 {
		left: auto
	}

	.col-lg-offset-12 {
		margin-left: 100%
	}

	.col-lg-offset-11 {
		margin-left: 91.66666667%
	}

	.col-lg-offset-10 {
		margin-left: 83.33333333%
	}

	.col-lg-offset-9 {
		margin-left: 75%
	}

	.col-lg-offset-8 {
		margin-left: 66.66666667%
	}

	.col-lg-offset-7 {
		margin-left: 58.33333333%
	}

	.col-lg-offset-6 {
		margin-left: 50%
	}

	.col-lg-offset-5 {
		margin-left: 41.66666667%
	}

	.col-lg-offset-4 {
		margin-left: 33.33333333%
	}

	.col-lg-offset-3 {
		margin-left: 25%
	}

	.col-lg-offset-2 {
		margin-left: 16.66666667%
	}

	.col-lg-offset-1 {
		margin-left: 8.33333333%
	}

	.col-lg-offset-0 {
		margin-left: 0
	}
}

table tr td {
	color: #999;
	text-align: center
}

table {
	background-color: transparent
}

caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #ddd
}

th {
	font-weight: lighter;
	text-align: center
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px
}

.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th {
	padding: 16px 20px;
	line-height: 1.42857143;
	vertical-align: middle;
	font-size: 12px
}

.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>th {
	border-bottom: 1px solid #ccd5db
}

.table>tbody>tr>td,.table>tfoot>tr>td,.table>thead>tr>td {
	border-bottom: 1px solid #ccd5db
}

.table>thead>tr>th {
	vertical-align: middle;
	border-bottom: 1px solid #ccd5db
}

.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th {
	border-top: 0
}

.table>tbody+tbody {
	border-top: 2px solid #ccd5db
}

.table .table {
	background-color: #f1f4f5
}

.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th {
	padding: 5px
}

.table-bordered {
	border: 1px solid #ccd5db
}

.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th {
	border: 1px solid #ccd5db
}

.table-bordered>thead>tr>td,.table-bordered>thead>tr>th {
	border-bottom-width: 1px
}

.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
	background-color: #f7f7f7
}

.table-hover>tbody>tr:hover td {
	color: #a3afb7
}

table col[class*=col-] {
	position: static;
	float: none;
	display: table-column
}

table td[class*=col-],table th[class*=col-] {
	position: static;
	float: none;
	display: table-cell
}

.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active {
	background-color: #f7f7f7
}

.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover {
	background-color: #eaeaea
}

.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success {
	background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover {
	background-color: #d0e9c6
}

.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info {
	background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover {
	background-color: #c4e3f3
}

.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning {
	background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover {
	background-color: #faf2cc
}

.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger {
	background-color: #fcf8e3
}

.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover {
	background-color: #faf2cc
}

.table-responsive {
	overflow-x: auto;
	min-height: .01%
}

@media screen and (max-width:767px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ccd5db
	}

	.table-responsive>.table {
		margin-bottom: 0
	}

	.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th {
		white-space: nowrap
	}

	.table-responsive>.table-bordered {
		border: 0
	}

	.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child {
		border-left: 0
	}

	.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child {
		border-right: 0
	}

	.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th {
		border-bottom: 0
	}
}

fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	min-width: 0
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #1abd9b;
	border: 0;
	border-bottom: 1px solid #e5e5e5
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700
}

input[type=search] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

input[type=checkbox],input[type=radio] {
	margin: 4px 0 0;
	margin-top: 1px\9;
	line-height: normal
}

input[type=file] {
	display: block
}

input[type=range] {
	display: block;
	width: 100%
}

select[multiple],select[size] {
	height: auto
}

input[type=checkbox]:focus,input[type=file]:focus,input[type=radio]:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

output {
	display: block;
	padding-top: 8px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #666
}

.form-control {
	display: block;
	width: 100%;
	height: 36px;
	padding: 7px 12px;
	line-height: 1.42857143;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccd5db;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

.form-control:focus {
	border-color: #14bfb4;
	outline: 0
}

.form-control::-moz-placeholder {
	color: #999;
	opacity: 1
}

.form-control:-ms-input-placeholder {
	color: #999
}

.form-control::-webkit-input-placeholder {
	color: #999
}

.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control {
	background-color: #ccd5db;
	opacity: 1
}

.form-control[disabled],fieldset[disabled] .form-control {
	cursor: not-allowed
}

textarea.form-control {
	height: auto
}

input[type=search] {
	-webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control {
		line-height: 36px
	}

	.input-group-sm input[type=date],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],.input-group-sm input[type=time],input[type=date].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm,input[type=time].input-sm {
		line-height: 30px
	}

	.input-group-lg input[type=date],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],.input-group-lg input[type=time],input[type=date].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg,input[type=time].input-lg {
		line-height: 46px
	}
}

.form-group {
	margin-bottom: 15px
}

.checkbox,.radio {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px
}

.checkbox label,.radio label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer
}

.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio] {
	position: absolute;
	margin-left: -20px;
	margin-top: 4px\9
}

.checkbox+.checkbox,.radio+.radio {
	margin-top: -5px
}

.checkbox-inline,.radio-inline {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	vertical-align: middle;
	font-weight: 400;
	cursor: pointer
}

.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline {
	margin-top: 0;
	margin-left: 10px
}

fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled] {
	cursor: not-allowed
}

.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline {
	cursor: not-allowed
}

.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label {
	cursor: not-allowed
}

.form-control-static {
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 0;
	min-height: 34px
}

.form-control-static.input-lg,.form-control-static.input-sm {
	padding-left: 0;
	padding-right: 0
}

.input-sm {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

select.input-sm {
	height: 30px;
	line-height: 30px
}

select[multiple].input-sm,textarea.input-sm {
	height: auto
}

.form-group-sm .form-control {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.form-group-sm select.form-control {
	height: 30px;
	line-height: 30px
}

.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control {
	height: auto
}

.form-group-sm .form-control-static {
	height: 30px;
	min-height: 32px;
	padding: 6px 10px;
	font-size: 12px;
	line-height: 1.5
}

.input-lg {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

select.input-lg {
	height: 46px;
	line-height: 46px
}

select[multiple].input-lg,textarea.input-lg {
	height: auto
}

.form-group-lg .form-control {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

.form-group-lg select.form-control {
	height: 46px;
	line-height: 46px
}

.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control {
	height: auto
}

.form-group-lg .form-control-static {
	height: 46px;
	min-height: 38px;
	padding: 11px 16px;
	font-size: 18px;
	line-height: 1.3333333
}

.has-feedback {
	position: relative
}

.has-feedback .form-control {
	padding-right: 45px
}

.form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	pointer-events: none
}

.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-lg+.form-control-feedback {
	width: 46px;
	height: 46px;
	line-height: 46px
}

.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-sm+.form-control-feedback {
	width: 30px;
	height: 30px;
	line-height: 30px
}

.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label {
	color: #3c763d
}

.has-success .form-control {
	border-color: #3c763d
}

.has-success .form-control:focus {
	border-color: #2b542c
}

.has-success .input-group-addon {
	color: #3c763d;
	border-color: #3c763d;
	background-color: #dff0d8
}

.has-success .form-control-feedback {
	color: #3c763d
}

.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label {
	color: #8a6d3b
}

.has-warning .form-control {
	border-color: #8a6d3b
}

.has-warning .form-control:focus {
	border-color: #66512c
}

.has-warning .input-group-addon {
	color: #8a6d3b;
	border-color: #8a6d3b;
	background-color: #fcf8e3
}

.has-warning .form-control-feedback {
	color: #8a6d3b
}

.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label {
	color: #a94442
}

.has-error .form-control {
	border-color: #a94442
}

.has-error .form-control:focus {
	border-color: #843534
}

.has-error .input-group-addon {
	color: #a94442;
	border-color: #a94442;
	background-color: #fcf8e3
}

.has-error .form-control-feedback {
	color: #a94442
}

.has-feedback label~.form-control-feedback {
	top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
	top: 0
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #bcc2c8
}

@media (min-width:768px) {
	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}

	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}

	.form-inline .form-control-static {
		display: inline-block
	}

	.form-inline .input-group {
		display: inline-table;
		vertical-align: middle
	}

	.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn {
		width: auto
	}

	.form-inline .input-group>.form-control {
		width: 100%
	}

	.form-inline .control-label {
		margin-bottom: 0;
		vertical-align: middle
	}

	.form-inline .checkbox,.form-inline .radio {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle
	}

	.form-inline .checkbox label,.form-inline .radio label {
		padding-left: 0
	}

	.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio] {
		position: relative;
		margin-left: 0
	}

	.form-inline .has-feedback .form-control-feedback {
		top: 0
	}
}

.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 8px
}

.form-horizontal .checkbox,.form-horizontal .radio {
	min-height: 28px
}

.form-horizontal .form-group {
	margin-left: -15px;
	margin-right: -15px
}

@media (min-width:768px) {
	.form-horizontal .control-label {
		text-align: right;
		margin-bottom: 0;
		padding-top: 11px
	}
}

.form-horizontal .has-feedback .form-control-feedback {
	right: 15px
}

@media (min-width:768px) {
	.form-horizontal .form-group-lg .control-label {
		padding-top: 14.33px;
		font-size: 18px
	}
}

@media (min-width:768px) {
	.form-horizontal .form-group-sm .control-label {
		padding-top: 6px;
		font-size: 12px
	}
}

.blue {
	background-color: #14bfb4;
	color: #fff
}

.blue:hover {
	background-color: #56c6ff
}

.red {
	background-color: #ea1f64
}

.red:hover {
	background-color: #ff528d
}

.out-red {
	background-color: #ff5448
}

.out-red:hover {
	background-color: #ff7267
}

.gray {
	background-color: #a3afb7
}

.gray:hover {
	background-color: #ccd5db
}

.gray-dark {
	background-color: #1abd9b
}

.gray-dark:hover {
	background-color: #44cb83
}

.green {
	background-color: #44cb83
}

.green:hover {
	background-color: #6fe29f
}

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 7px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 3px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.btn.focus,.btn:focus,.btn:hover {
	color: #333;
	text-decoration: none
}

.btn.active,.btn:active {
	outline: 0;
	background-image: none
}

.btn.disabled,.btn[disabled],fieldset[disabled] .btn {
	cursor: not-allowed;
	opacity: .65;
	filter: alpha(opacity=65)
}

a.btn.disabled,fieldset[disabled] a.btn {
	pointer-events: none
}

.btn-default {
	border-color: #ccd5db
}

.btn-default.button-sm {
	padding-top: 0;
	padding-bottom: 0;
	font-size: 12px
}

.btn-default.focus,.btn-default:focus {
	color: #fff;
	background-color: #14bfb4;
	border-color: #14bfb4
}

.btn-default:hover {
	color: #fff;
	background-color: #14bfb4;
	border-color: #14bfb4
}

.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default {
	color: #fff;
	background-color: #14bfb4;
	border-color: #14bfb4
}

.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover {
	color: #fff;
	background-color: #14bfb4;
	border-color: #14bfb4
}

.btn-primary {
	color: #fff;
	background-color: #44cb83
}

.btn-primary.focus,.btn-primary:focus {
	color: #fff;
	background-color: #8cdfb3
}

.btn-primary:hover {
	color: #fff;
	background-color: #8cdfb3
}

.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #6cd69d
}

.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover {
	color: #fff;
	background-color: #88deb0
}

.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary {
	background-image: none
}

.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover {
	background-color: #44cb83
}

.btn-primary .badge {
	color: #44cb83;
	background-color: #fff
}

.btn-border {
	border-color: #ccd5db
}

.btn-border.button-sm {
	padding-top: 0;
	padding-bottom: 0;
	font-size: 12px
}

.btn-border.focus,.btn-border:focus {
	color: #fff;
	background-color: #44cb83;
	border-color: #44cb83
}

.btn-border:hover {
	color: #fff;
	background-color: #44cb83;
	border-color: #44cb83
}

.btn-border.active,.btn-border:active,.open>.dropdown-toggle.btn-border {
	color: #fff;
	background-color: #44cb83;
	border-color: #44cb83
}

.btn-border.active.focus,.btn-border.active:focus,.btn-border.active:hover,.btn-border:active.focus,.btn-border:active:focus,.btn-border:active:hover,.open>.dropdown-toggle.btn-border.focus,.open>.dropdown-toggle.btn-border:focus,.open>.dropdown-toggle.btn-border:hover {
	color: #fff;
	background-color: #44cb83;
	border-color: #44cb83
}

.btn-link {
	color: #14bfb4;
	font-weight: 400;
	border-radius: 0
}

.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link {
	background-color: transparent
}

.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover {
	border-color: transparent
}

.btn-link:focus,.btn-link:hover {
	color: #066fa5;
	text-decoration: underline;
	background-color: transparent
}

.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover {
	color: #ddd;
	text-decoration: none
}

.btn-group-lg>.btn,.btn-lg {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

.btn-group-sm>.btn,.btn-sm {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.btn-group-xs>.btn,.btn-xs {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.btn-40 {
	padding: 8px 30px;
	font-size: 14px;
	line-height: 1.5;
	border-radius: 3px
}

.btn-60 {
	padding: 11px 60px;
	font-size: 24px;
	line-height: 1.5;
	border-radius: 3px
}

.btn-20 {
	padding: 0 14px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.btn-block {
	display: block;
	width: 100%
}

.btn-block+.btn-block {
	margin-top: 5px
}

input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block {
	width: 100%
}

.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear
}

.fade.in {
	opacity: 1
}

.collapse {
	display: none
}

.collapse.in {
	display: block
}

tr.collapse.in {
	display: table-row
}

tbody.collapse.in {
	display: table-row-group
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-property: height,visibility;
	transition-property: height,visibility;
	-webkit-transition-duration: .35s;
	transition-duration: .35s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid\9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}

.dropdown,.dropup {
	position: relative
}

.dropdown-toggle:focus {
	outline: 0
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 3px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	background-clip: padding-box
}

.dropdown-menu.pull-right {
	right: 0;
	left: auto
}

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

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

.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover {
	text-decoration: none;
	color: #6a7682;
	background-color: #f5f5f5
}

.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	background-color: #14bfb4
}

.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover {
	color: #ddd
}

.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	cursor: not-allowed
}

.open>.dropdown-menu {
	display: block
}

.open>a {
	outline: 0
}

.dropdown-menu-right {
	left: auto;
	right: 0
}

.dropdown-menu-left {
	left: 0;
	right: auto
}

.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #ddd;
	white-space: nowrap
}

.dropdown-backdrop {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 990
}

.pull-right>.dropdown-menu {
	right: 0;
	left: auto
}

.dropup .caret,.navbar-fixed-bottom .dropdown .caret {
	border-top: 0;
	border-bottom: 4px dashed;
	border-bottom: 4px solid\9;
	content: ""
}

.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 2px
}

@media (min-width:768px) {
	.navbar-right .dropdown-menu {
		left: auto;
		right: 0
	}

	.navbar-right .dropdown-menu-left {
		left: 0;
		right: auto
	}
}

.btn-group,.btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle
}

.btn-group-vertical>.btn,.btn-group>.btn {
	position: relative;
	float: left
}

.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover {
	z-index: 2
}

.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group {
	margin-left: -1px
}

.btn-toolbar {
	margin-left: -5px
}

.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group {
	margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0
}

.btn-group>.btn:first-child {
	margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.btn-group>.btn-group {
	float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle {
	outline: 0
}

.btn-group>.btn+.dropdown-toggle {
	padding-left: 8px;
	padding-right: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
	padding-left: 12px;
	padding-right: 12px
}

.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

.btn-group.open .dropdown-toggle.btn-link {
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn .caret {
	margin-left: 0
}

.btn-lg .caret {
	border-width: 5px 5px 0;
	border-bottom-width: 0
}

.dropup .btn-lg .caret {
	border-width: 0 5px 5px
}

.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%
}

.btn-group-vertical>.btn-group>.btn {
	float: none
}

.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group {
	margin-top: -1px;
	margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
	border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
	border-bottom-left-radius: 3px;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate
}

.btn-group-justified>.btn,.btn-group-justified>.btn-group {
	float: none;
	display: table-cell;
	width: 1%
}

.btn-group-justified>.btn-group .btn {
	width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
	left: auto
}
[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio] {
	position: absolute;
	clip: rect(0,0,0,0);
	pointer-events: none
}

.input-group {
	position: relative;
	display: table;
	border-collapse: separate
}

.input-group[class*=col-] {
	float: none;
	padding-left: 0;
	padding-right: 0
}

.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0
}

.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn {
	height: 46px;
	line-height: 46px
}

select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn {
	height: auto
}

.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn {
	height: 30px;
	line-height: 30px
}

select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn {
	height: auto
}

.input-group .form-control,.input-group-addon,.input-group-btn {
	display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child) {
	border-radius: 0
}

.input-group-addon,.input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle
}

.input-group-addon {
	padding: 7px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #666;
	text-align: center;
	background-color: #f7f7f7;
	border: 1px solid #ccd5db;
	border-radius: 3px
}

.input-group-addon.input-sm {
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 3px
}

.input-group-addon.input-lg {
	padding: 10px 16px;
	font-size: 18px;
	border-radius: 6px
}

.input-group-addon input[type=checkbox],.input-group-addon input[type=radio] {
	margin-top: 0
}

.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.input-group-addon:first-child {
	border-right: 0
}

.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.input-group-addon:last-child {
	border-left: 0
}

.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap
}

.input-group-btn>.btn {
	position: relative
}

.input-group-btn>.btn+.btn {
	margin-left: -1px
}

.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover {
	z-index: 2
}

.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group {
	margin-right: -1px
}

.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group {
	z-index: 2;
	margin-left: -1px
}

.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none
}

.nav>li {
	position: relative;
	display: block
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 8px 15px
}

.nav>li>a:focus,.nav>li>a:hover {
	text-decoration: none;
	background-color: #f7f7f7
}

.nav>li.disabled>a {
	color: #ddd
}

.nav>li.disabled>a:focus,.nav>li.disabled>a:hover {
	color: #ddd;
	text-decoration: none;
	background-color: transparent;
	cursor: not-allowed
}

.nav .open>a,.nav .open>a:focus,.nav .open>a:hover {
	background-color: #f7f7f7;
	border-color: #14bfb4
}

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

.nav>li>a>img {
	max-width: none
}

.nav-average {
	display: table;
	width: 100%
}

.nav-average>li {
	display: table-cell
}

.nav-average>li>a {
	width: 100%;
	display: block;
	border: 1px solid #ccd5db
}

.nav-average>li>a:hover {
	background-color: #f7f7f7
}

.nav-average>li.active>a,.nav-average>li.active>a:focus,.nav-average>li.active>a:hover {
	background-color: #14bfb4;
	cursor: default
}

.nav-bg {
	background-color: #ccd5db
}

.nav-bg>li {
	float: left
}

.nav-bg>li>a {
	line-height: 1.42857143;
	color: #a3afb7
}

.nav-bg>li>a:hover {
	border-color: #f7f7f7 #f7f7f7 #ccd5db
}

.nav-bg>li.active>a,.nav-bg>li.active>a:focus,.nav-bg>li.active>a:hover {
	background-color: #fff;
	cursor: default
}

.nav-tabs {
	border-bottom: 1px solid #ccd5db
}

.nav-tabs.nav-stacked>li>a {
	border: 1px solid #ccd5db;
	border-radius: 0
}

.nav-tabs.nav-stacked>li>a:hover {
	border: 1px solid #ccd5db
}

.nav-tabs.nav-stacked>li.active>a,.nav-tabs.nav-stacked>li.active>a:focus,.nav-tabs.nav-stacked>li.active>a:hover {
	border: 1px solid #ccd5db;
	border-right: none
}

.nav-tabs>li {
	float: left;
	margin-bottom: -1px
}

.nav-tabs>li>a {
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 3px 3px 0 0;
	color: #a3afb7
}

.nav-tabs>li>a:hover {
	border-color: #f7f7f7 #f7f7f7 #ccd5db
}

.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover {
	background-color: #fff;
	border: 1px solid #ccd5db;
	border-bottom-color: transparent;
	cursor: default
}

.nav-tabs.nav-justified {
	width: 100%;
	border-bottom: 0
}

.nav-tabs.nav-justified>li {
	float: none
}

.nav-tabs.nav-justified>li>a {
	text-align: center;
	margin-bottom: 5px
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto
}

@media (min-width:768px) {
	.nav-tabs.nav-justified>li {
		display: table-cell;
		width: 1%
	}

	.nav-tabs.nav-justified>li>a {
		margin-bottom: 0
	}
}

.nav-tabs.nav-justified>li>a {
	margin-right: 0;
	border-radius: 3px
}

.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover {
	border: 1px solid #ccd5db
}

@media (min-width:768px) {
	.nav-tabs.nav-justified>li>a {
		border-bottom: 1px solid #ccd5db;
		border-radius: 3px 3px 0 0
	}

	.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover {
		border-bottom-color: #f1f4f5
	}
}

.nav-pills.no-border>li>a {
	border: none
}

.nav-pills>li {
	float: left;
	margin-right: 10px
}

.nav-pills>li:last-child {
	margin-right: 0
}

.nav-pills>li>a {
	border-radius: 3px;
	border: 1px solid #ccd5db;
	padding: 8px 15px
}

.nav-pills>li>a:hover {
	background-color: #56c6ff;
	color: #fff
}

.nav-pills>li.active>a,.nav-pills>li.active>a:focus {
	color: #fff;
	background-color: #14bfb4;
	border-color: #14bfb4
}

.nav-stacked>li {
	float: none;
	margin-right: 0
}

.nav-justified {
	width: 100%
}

.nav-justified>li {
	float: none
}

.nav-justified>li>a {
	text-align: center;
	margin-bottom: 5px
}

.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto
}

@media (min-width:768px) {
	.nav-justified>li {
		display: table-cell;
		width: 1%
	}

	.nav-justified>li>a {
		margin-bottom: 0
	}
}

.nav-tabs-justified {
	border-bottom: 0
}

.nav-tabs-justified>li>a {
	margin-right: 0;
	border-radius: 3px
}

.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover {
	border: 1px solid #ccd5db
}

@media (min-width:768px) {
	.nav-tabs-justified>li>a {
		border-bottom: 1px solid #ccd5db;
		border-radius: 3px 3px 0 0
	}

	.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover {
		border-bottom-color: #f1f4f5
	}
}

.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent
}

@media (min-width:768px) {
	.navbar {
		border-radius: 3px
	}
}

@media (min-width:768px) {
	.navbar-header {
		float: left
	}
}

.navbar-collapse {
	overflow-x: visible;
	padding-right: 15px;
	padding-left: 15px;
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
	-webkit-overflow-scrolling: touch
}

.navbar-collapse.in {
	overflow-y: auto
}

@media (min-width:768px) {
	.navbar-collapse {
		width: auto;
		border-top: 0;
		box-shadow: none
	}

	.navbar-collapse.collapse {
		display: block!important;
		height: auto!important;
		padding-bottom: 0;
		overflow: visible!important
	}

	.navbar-collapse.in {
		overflow-y: visible
	}

	.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse {
		padding-left: 0;
		padding-right: 0
	}
}

.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse {
	max-height: 340px
}

@media (max-device-width:480px) and (orientation:landscape) {
	.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse {
		max-height: 200px
	}
}

.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header {
	margin-right: -15px;
	margin-left: -15px
}

@media (min-width:768px) {
	.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header {
		margin-right: 0;
		margin-left: 0
	}
}

.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px
}

@media (min-width:768px) {
	.navbar-static-top {
		border-radius: 0
	}
}

.navbar-fixed-bottom,.navbar-fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030
}

@media (min-width:768px) {
	.navbar-fixed-bottom,.navbar-fixed-top {
		border-radius: 0
	}
}

.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px
}

.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0
}

.navbar-brand {
	float: left;
	padding: 15px 15px;
	font-size: 18px;
	line-height: 20px;
	height: 50px
}

.navbar-brand:focus,.navbar-brand:hover {
	text-decoration: none
}

.navbar-brand>img {
	display: block
}

@media (min-width:768px) {
	.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand {
		margin-left: -15px
	}
}

.navbar-toggle {
	position: relative;
	float: right;
	margin-right: 15px;
	padding: 9px 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 3px
}

.navbar-toggle:focus {
	outline: 0
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 4px
}

@media (min-width:768px) {
	.navbar-toggle {
		display: none
	}
}

.navbar-nav {
	margin: 7.5px -15px
}

.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px
}

@media (max-width:767px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		box-shadow: none
	}

	.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a {
		padding: 5px 15px 5px 25px
	}

	.navbar-nav .open .dropdown-menu>li>a {
		line-height: 20px
	}

	.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover {
		background-image: none
	}
}

@media (min-width:768px) {
	.navbar-nav {
		float: left;
		margin: 0
	}

	.navbar-nav>li {
		float: left
	}

	.navbar-nav>li>a {
		padding-top: 15px;
		padding-bottom: 15px
	}
}

.navbar-form {
	margin-left: -15px;
	margin-right: -15px;
	padding: 10px 15px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
	margin-top: 7px;
	margin-bottom: 7px
}

@media (min-width:768px) {
	.navbar-form .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}

	.navbar-form .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}

	.navbar-form .form-control-static {
		display: inline-block
	}

	.navbar-form .input-group {
		display: inline-table;
		vertical-align: middle
	}

	.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn {
		width: auto
	}

	.navbar-form .input-group>.form-control {
		width: 100%
	}

	.navbar-form .control-label {
		margin-bottom: 0;
		vertical-align: middle
	}

	.navbar-form .checkbox,.navbar-form .radio {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle
	}

	.navbar-form .checkbox label,.navbar-form .radio label {
		padding-left: 0
	}

	.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio] {
		position: relative;
		margin-left: 0
	}

	.navbar-form .has-feedback .form-control-feedback {
		top: 0
	}
}

@media (max-width:767px) {
	.navbar-form .form-group {
		margin-bottom: 5px
	}

	.navbar-form .form-group:last-child {
		margin-bottom: 0
	}
}

@media (min-width:768px) {
	.navbar-form {
		width: auto;
		border: 0;
		margin-left: 0;
		margin-right: 0;
		padding-top: 0;
		padding-bottom: 0;
		-webkit-box-shadow: none;
		box-shadow: none
	}
}

.navbar-nav>li>.dropdown-menu {
	margin-top: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
	margin-bottom: 0;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.navbar-btn {
	margin-top: 7px;
	margin-bottom: 7px
}

.navbar-btn.btn-sm {
	margin-top: 10px;
	margin-bottom: 10px
}

.navbar-btn.btn-xs {
	margin-top: 14px;
	margin-bottom: 14px
}

.navbar-text {
	margin-top: 15px;
	margin-bottom: 15px
}

@media (min-width:768px) {
	.navbar-text {
		float: left;
		margin-left: 15px;
		margin-right: 15px
	}
}

@media (min-width:768px) {
	.navbar-left {
		float: left!important
	}

	.navbar-right {
		float: right!important;
		margin-right: -15px
	}

	.navbar-right li a {
		border: None
	}

	.navbar-right li .vip_po img {
		position: absolute;
		bottom: 0;
		right: 0;
		top: 25px
	}

	.navbar-right .mes_con .msg-title {
		background-color: #f2a653;
		height: 60px;
		line-height: 60px
	}

	.navbar-right .mes_con .msg_pannel {
		border-radius: 3px;
		width: 390px;
		height: auto;
		margin: 13px 0 0 0;
		right: 0;
		overflow-x: none;
		overflow-y: auto;
		border: none;
		left: auto;
		z-index: 2;
		padding: 0
	}

	.navbar-right .mes_con .msg_pannel a {
		color: #526069
	}

	.navbar-right .mes_con .msg_pannel a:hover {
		color: #14bfb4
	}

	.navbar-right .mes_con .msg_pannel a:hover {
		background: 0 0
	}

	.navbar-right .mes_con .msg_pannel .text-right {
		text-align: right
	}

	.navbar-right .mes_con .msg_pannel .panel_title {
		float: left;
		width: 50%;
		padding-left: 15px;
		padding-right: 15px;
		color: #fff
	}

	.navbar-right .mes_con .msg_pannel .panel_title .mes_new {
		color: #fff
	}

	.navbar-right .mes_con .msg_pannel .panel_content {
		max-width: 100%;
		padding: 0 20px;
		text-align: left;
		border-bottom: 1px solid #F0F0F0;
		font-weight: 100;
		font-size: 12px
	}

	.navbar-right .mes_con .msg_pannel .content_status_new {
		height: 60px;
		line-height: 60px
	}

	.navbar-right .mes_con .msg_pannel .content_status_new:hover {
		background-color: #f6f9fa
	}

	.navbar-right .mes_con .msg_pannel .panel_more {
		line-height: 60px;
		height: 60px;
		width: 100%
	}

	.navbar-right .mes_con a.mes_content {
		color: #a3afb7;
		font-size: 18px
	}

	.navbar-right .mes_con a.mes_content:hover {
		color: #14bfb4
	}

	.navbar-right~.navbar-right {
		margin-right: 0
	}
}

.navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7
}

.navbar-default .navbar-brand {
	color: #777
}

.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover {
	color: #5e5e5e;
	background-color: transparent
}

.navbar-default .navbar-text {
	color: #777
}

.navbar-default .navbar-nav>li>a {
	color: #777
}

.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover {
	color: #333;
	background-color: transparent
}

.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover {
	color: #555;
	background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover {
	color: #ccc;
	background-color: transparent
}

.navbar-default .navbar-toggle {
	border-color: #ddd
}

.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover {
	background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #888
}

.navbar-default .navbar-collapse,.navbar-default .navbar-form {
	border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover {
	background-color: #e7e7e7;
	color: #555
}

@media (max-width:767px) {
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #777
	}

	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #333;
		background-color: transparent
	}

	.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
		color: #555;
		background-color: #e7e7e7
	}

	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
		color: #ccc;
		background-color: transparent
	}
}

.navbar-default .navbar-link {
	color: #777
}

.navbar-default .navbar-link:hover {
	color: #333
}

.navbar-default .btn-link {
	color: #777
}

.navbar-default .btn-link:focus,.navbar-default .btn-link:hover {
	color: #333
}

.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover {
	color: #ccc
}

.navbar-inverse {
	background-color: #222;
	border-color: #080808
}

.navbar-inverse .navbar-brand {
	color: #fff
}

.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover {
	color: #fff;
	background-color: transparent
}

.navbar-inverse .navbar-text {
	color: #fff
}

.navbar-inverse .navbar-nav>li>a {
	color: #fff
}

.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover {
	color: #fff;
	background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover {
	color: #fff;
	background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover {
	color: #444;
	background-color: transparent
}

.navbar-inverse .navbar-toggle {
	border-color: #333
}

.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover {
	background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff
}

.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form {
	border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover {
	background-color: #080808;
	color: #fff
}

@media (max-width:767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
		border-color: #080808
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color: #080808
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		color: #fff
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #fff;
		background-color: transparent
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
		color: #fff;
		background-color: #080808
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
		color: #444;
		background-color: transparent
	}
}

.navbar-inverse .navbar-link {
	color: #fff
}

.navbar-inverse .navbar-link:hover {
	color: #fff
}

.navbar-inverse .btn-link {
	color: #fff
}

.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover {
	color: #fff
}

.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover {
	color: #444
}

.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 3px
}

.breadcrumb>li {
	display: inline-block
}

.breadcrumb>li+li:before {
	content: "/\00a0";
	padding: 0 5px;
	color: #ccc
}

.breadcrumb>.active {
	color: #ddd
}

.page-turn {
	padding-top: 30px;
	padding-bottom: 60px
}

.pagination {
	display: inline-block;
	padding-left: 0;
	height: 36px;
	border-radius: 3px
}

.pagination>li {
	display: inline-block;
	overflow: hidden
}

.pagination>li:nth-child(2) a,.pagination>li:nth-last-child(2) a {
	font-size: 24px;
	line-height: 32px
}

.pagination>li>a,.pagination>li>span {
	position: relative;
	float: left;
	display: inline-block;
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	font-size: 12px;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ccd5db;
	margin-left: -1px
}

.pagination>li:first-child>a,.pagination>li:first-child>span {
	margin-left: 0;
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
	width: 40px
}

.pagination>li:last-child>a,.pagination>li:last-child>span {
	width: 40px;
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px
}

.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover {
	color: #1abd9b;
	z-index: 3;
	background-color: #f7f7f7;
	border-color: #ccd5db
}

.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover {
	z-index: 2;
	color: #fff;
	background-color: #6cf;
	border-color: #6cf;
	cursor: default
}

.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover {
	color: #ddd;
	background-color: #fff;
	border-color: #ccd5db;
	cursor: not-allowed
}

.pagination-lg>li>a,.pagination-lg>li>span {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333
}

.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span {
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px
}

.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span {
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px
}

.pagination-sm>li>a,.pagination-sm>li>span {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5
}

.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px
}

.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px
}

.pager {
	padding-left: 0;
	margin: 20px 0;
	list-style: none;
	text-align: center
}

.pager li {
	display: inline
}

.pager li>a,.pager li>span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ccd5db;
	border-radius: 15px
}

.pager li>a:focus,.pager li>a:hover {
	text-decoration: none;
	background-color: #f7f7f7
}

.pager .next>a,.pager .next>span {
	float: right
}

.pager .previous>a,.pager .previous>span {
	float: left
}

.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span {
	color: #ddd;
	background-color: #fff;
	cursor: not-allowed
}

.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em
}

a.label:focus,a.label:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

.label:empty {
	display: none
}

.btn .label {
	position: relative;
	top: -1px
}

.label-default {
	background-color: #ddd
}

.label-default[href]:focus,.label-default[href]:hover {
	background-color: #c4c4c4
}

.label-primary {
	background-color: #14bfb4
}

.label-primary[href]:focus,.label-primary[href]:hover {
	background-color: #0680be
}

.label-success {
	background-color: #5cb85c
}

.label-success[href]:focus,.label-success[href]:hover {
	background-color: #449d44
}

.label-info {
	background-color: #5bc0de
}

.label-info[href]:focus,.label-info[href]:hover {
	background-color: #31b0d5
}

.label-warning {
	background-color: #f0ad4e
}

.label-warning[href]:focus,.label-warning[href]:hover {
	background-color: #ec971f
}

.label-danger {
	background-color: #d9534f
}

.label-danger[href]:focus,.label-danger[href]:hover {
	background-color: #c9302c
}

.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	line-height: 1;
	vertical-align: middle;
	white-space: nowrap;
	text-align: center;
	background-color: #ddd;
	border-radius: 10px
}

.badge:empty {
	display: none
}

.btn .badge {
	position: relative;
	top: -1px
}

.btn-group-xs>.btn .badge,.btn-xs .badge {
	top: 0;
	padding: 1px 5px
}

a.badge:focus,a.badge:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

.list-group-item.active>.badge,.nav-pills>.active>a>.badge {
	color: #14bfb4;
	background-color: #fff
}

.list-group-item>.badge {
	float: right
}

.list-group-item>.badge+.badge {
	margin-right: 5px
}

.nav-pills>li>a>.badge {
	margin-left: 3px
}

.jumbotron {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	color: inherit;
	background-color: #f7f7f7
}

.jumbotron .h1,.jumbotron h1 {
	color: inherit
}

.jumbotron p {
	margin-bottom: 15px;
	font-size: 21px;
	font-weight: 200
}

.jumbotron>hr {
	border-top-color: #dedede
}

.container .jumbotron,.container-fluid .jumbotron {
	border-radius: 6px
}

.jumbotron .container {
	max-width: 100%
}

@media screen and (min-width:768px) {
	.jumbotron {
		padding-top: 48px;
		padding-bottom: 48px
	}

	.container .jumbotron,.container-fluid .jumbotron {
		padding-left: 60px;
		padding-right: 60px
	}

	.jumbotron .h1,.jumbotron h1 {
		font-size: 63px
	}
}

.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #f1f4f5;
	border: 1px solid #ddd;
	border-radius: 3px;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out
}

.thumbnail a>img,.thumbnail>img {
	margin-left: auto;
	margin-right: auto
}

a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover {
	border-color: #14bfb4
}

.thumbnail .caption {
	padding: 9px;
	color: #1abd9b
}

.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 3px
}

.alert h4 {
	margin-top: 0;
	color: inherit
}

.alert .alert-link {
	font-weight: 700
}

.alert>p,.alert>ul {
	margin-bottom: 0
}

.alert>p+p {
	margin-top: 5px
}

.alert-dismissable,.alert-dismissible {
	padding-right: 35px
}

.alert-dismissable .close,.alert-dismissible .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit
}

.alert-success {
	background-color: #dff0d8;
	border-color: #44cb83;
	color: #3c763d
}

.alert-success hr {
	border-top-color: #35c076
}

.alert-success .alert-link {
	color: #2b542c
}

.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f
}

.alert-info hr {
	border-top-color: #a6e1ec
}

.alert-info .alert-link {
	color: #245269
}

.alert-warning {
	background-color: #fcf8e3;
	border-color: #ff5448;
	color: #8a6d3b
}

.alert-warning hr {
	border-top-color: #ff3c2e
}

.alert-warning .alert-link {
	color: #66512c
}

.alert-danger {
	background-color: #fcf8e3;
	border-color: #ff5448;
	color: #a94442
}

.alert-danger hr {
	border-top-color: #ff3c2e
}

.alert-danger .alert-link {
	color: #843534
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0
	}

	to {
		background-position: 0 0
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 40px 0
	}

	to {
		background-position: 0 0
	}
}

.progress {
	overflow: hidden;
	height: 20px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1)
}

.progress-bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: #14bfb4;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
	-webkit-transition: width .6s ease;
	-o-transition: width .6s ease;
	transition: width .6s ease
}

.progress-bar-striped,.progress-striped .progress-bar {
	background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-size: 40px 40px
}

.progress-bar.active,.progress.active .progress-bar {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-o-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
	background-color: #5cb85c
}

.progress-striped .progress-bar-success {
	background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-info {
	background-color: #5bc0de
}

.progress-striped .progress-bar-info {
	background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-warning {
	background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
	background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-danger {
	background-color: #d9534f
}

.progress-striped .progress-bar-danger {
	background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.media {
	margin-top: 15px
}

.media:first-child {
	margin-top: 0
}

.media,.media-body {
	zoom: 1;
	overflow: hidden
}

.media-body {
	width: 10000px
}

.media-object {
	display: block
}

.media-object.img-thumbnail {
	max-width: none
}

.media-right,.media>.pull-right {
	padding-left: 10px
}

.media-left,.media>.pull-left {
	padding-right: 10px
}

.media-body,.media-left,.media-right {
	display: table-cell;
	vertical-align: top
}

.media-middle {
	vertical-align: middle
}

.media-bottom {
	vertical-align: bottom
}

.media-heading {
	margin-top: 0;
	margin-bottom: 5px
}

.media-list {
	padding-left: 0;
	list-style: none
}

.list-group {
	margin-bottom: 20px;
	padding-left: 0
}

.list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd
}

.list-group-item:first-child {
	border-top-right-radius: 3px;
	border-top-left-radius: 3px
}

.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

a.list-group-item,button.list-group-item {
	color: #555
}

a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading {
	color: #333
}

a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover {
	text-decoration: none;
	color: #555;
	background-color: #f5f5f5
}

button.list-group-item {
	width: 100%;
	text-align: left
}

.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover {
	background-color: #f7f7f7;
	color: #ddd;
	cursor: not-allowed
}

.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading {
	color: inherit
}

.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text {
	color: #ddd
}

.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover {
	z-index: 2;
	color: #fff;
	background-color: #14bfb4;
	border-color: #14bfb4
}

.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small {
	color: inherit
}

.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text {
	color: #c6eafd
}

.list-group-item-success {
	color: #3c763d;
	background-color: #dff0d8
}

a.list-group-item-success,button.list-group-item-success {
	color: #3c763d
}

a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading {
	color: inherit
}

a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover {
	color: #3c763d;
	background-color: #d0e9c6
}

a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover {
	color: #fff;
	background-color: #3c763d;
	border-color: #3c763d
}

.list-group-item-info {
	color: #31708f;
	background-color: #d9edf7
}

a.list-group-item-info,button.list-group-item-info {
	color: #31708f
}

a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading {
	color: inherit
}

a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover {
	color: #31708f;
	background-color: #c4e3f3
}

a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover {
	color: #fff;
	background-color: #31708f;
	border-color: #31708f
}

.list-group-item-warning {
	color: #8a6d3b;
	background-color: #fcf8e3
}

a.list-group-item-warning,button.list-group-item-warning {
	color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading {
	color: inherit
}

a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover {
	color: #8a6d3b;
	background-color: #faf2cc
}

a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover {
	color: #fff;
	background-color: #8a6d3b;
	border-color: #8a6d3b
}

.list-group-item-danger {
	color: #a94442;
	background-color: #fcf8e3
}

a.list-group-item-danger,button.list-group-item-danger {
	color: #a94442
}

a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading {
	color: inherit
}

a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover {
	color: #a94442;
	background-color: #faf2cc
}

a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover {
	color: #fff;
	background-color: #a94442;
	border-color: #a94442
}

.list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px
}

.list-group-item-text {
	margin-bottom: 0;
	line-height: 1.3
}

.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	box-shadow: 0 1px 1px rgba(0,0,0,.05)
}

.panel-body {
	padding: 15px
}

.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px
}

.panel-heading>.dropdown .dropdown-toggle {
	color: inherit
}

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit
}

.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a {
	color: inherit
}

.panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px
}

.panel>.list-group,.panel>.panel-collapse>.list-group {
	margin-bottom: 0
}

.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
	border-top: 0;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px
}

.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
	border-bottom: 0;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.panel-heading+.list-group .list-group-item:first-child {
	border-top-width: 0
}

.list-group+.panel-footer {
	border-top-width: 0
}

.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table {
	margin-bottom: 0
}

.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption {
	padding-left: 15px;
	padding-right: 15px
}

.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child {
	border-top-right-radius: 2px;
	border-top-left-radius: 2px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
	border-top-left-radius: 2px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
	border-top-right-radius: 2px
}

.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child {
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
	border-bottom-left-radius: 2px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
	border-bottom-right-radius: 2px
}

.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body {
	border-top: 1px solid #ccd5db
}

.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th {
	border-top: 0
}

.panel>.table-bordered,.panel>.table-responsive>.table-bordered {
	border: 0
}

.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
	border-left: 0
}

.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
	border-right: 0
}

.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
	border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
	border-bottom: 0
}

.panel>.table-responsive {
	border: 0;
	margin-bottom: 0
}

.panel-group {
	margin-bottom: 20px
}

.panel-group .panel {
	margin-bottom: 0;
	border-radius: 3px
}

.panel-group .panel+.panel {
	margin-top: 5px
}

.panel-group .panel-heading {
	border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body {
	border-top: 1px solid #ddd
}

.panel-group .panel-footer {
	border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
	border-bottom: 1px solid #ddd
}

.panel-default {
	border-color: #ddd
}

.panel-default>.panel-heading {
	color: #1abd9b;
	background-color: #f5f5f5;
	border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
	color: #f5f5f5;
	background-color: #1abd9b
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #ddd
}

.panel-primary {
	border-color: #14bfb4
}

.panel-primary>.panel-heading {
	color: #fff;
	background-color: #14bfb4;
	border-color: #14bfb4
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #14bfb4
}

.panel-primary>.panel-heading .badge {
	color: #14bfb4;
	background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #14bfb4
}

.panel-success {
	border-color: #44cb83
}

.panel-success>.panel-heading {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #44cb83
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #44cb83
}

.panel-success>.panel-heading .badge {
	color: #dff0d8;
	background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #44cb83
}

.panel-info {
	border-color: #bce8f1
}

.panel-info>.panel-heading {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
	color: #d9edf7;
	background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #bce8f1
}

.panel-warning {
	border-color: #ff5448
}

.panel-warning>.panel-heading {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #ff5448
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #ff5448
}

.panel-warning>.panel-heading .badge {
	color: #fcf8e3;
	background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #ff5448
}

.panel-danger {
	border-color: #ff5448
}

.panel-danger>.panel-heading {
	color: #a94442;
	background-color: #fcf8e3;
	border-color: #ff5448
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #ff5448
}

.panel-danger>.panel-heading .badge {
	color: #fcf8e3;
	background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #ff5448
}

.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden
}

.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 0
}

.embed-responsive-16by9 {
	padding-bottom: 56.25%
}

.embed-responsive-4by3 {
	padding-bottom: 75%
}

.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.05)
}

.well blockquote {
	border-color: #ddd;
	border-color: rgba(0,0,0,.15)
}

.well-lg {
	padding: 24px;
	border-radius: 6px
}

.well-sm {
	padding: 9px;
	border-radius: 3px
}

.close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .2;
	filter: alpha(opacity=20)
}

.close:focus,.close:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: .5;
	filter: alpha(opacity=50)
}

button.close {
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
	-webkit-appearance: none
}

.modal {
	display: none;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0
}

.modal.fade .modal-dialog {
	opacity: 0;
	-webkit-transform: scale(.7);
	-ms-transform: scale(.7);
	-o-transform: scale(.7);
	transform: scale(.7);
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

.modal.in .modal-dialog {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px
}

.modal-content {
	position: relative;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
	box-shadow: 0 3px 9px rgba(0,0,0,.5);
	background-clip: padding-box;
	outline: 0
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000
}

.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0)
}

.modal-backdrop.in {
	opacity: .5;
	filter: alpha(opacity=50)
}

.modal-header {
	padding: 17px 20px;
	min-height: 21.43px;
	background-color: #f7f7f7;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px
}

.modal-header .close {
	margin-top: -2px
}

.modal-title {
	margin: 0;
	line-height: 1.42857143
}

.modal-body {
	position: relative;
	padding: 20px
}

.modal-footer {
	padding: 20px;
	text-align: right
}

.modal-footer .btn+.btn {
	margin-left: 5px;
	margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
	margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
	margin-left: 0
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

@media (min-width:768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto
	}

	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
		box-shadow: 0 5px 15px rgba(0,0,0,.5)
	}

	.modal-sm {
		width: 300px
	}
}

@media (min-width:992px) {
	.modal-lg {
		width: 900px
	}
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-family: "Microsoft YaHei","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.42857143;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	font-size: 12px;
	opacity: 0;
	filter: alpha(opacity=0)
}

.tooltip.in {
	opacity: .9;
	filter: alpha(opacity=90)
}

.tooltip.top {
	margin-top: -3px;
	padding: 5px 0
}

.tooltip.right {
	margin-left: 3px;
	padding: 0 5px
}

.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0
}

.tooltip.left {
	margin-left: -3px;
	padding: 0 5px
}

.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 3px
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
	bottom: 0;
	right: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	left: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	right: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	left: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	font-family: "Microsoft YaHei","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.42857143;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	font-size: 14px;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	box-shadow: 0 5px 10px rgba(0,0,0,.2)
}

.popover.top {
	margin-top: -10px
}

.popover.right {
	margin-left: 10px
}

.popover.bottom {
	margin-top: 10px
}

.popover.left {
	margin-left: -10px
}

.popover-title {
	margin: 0;
	padding: 8px 14px;
	font-size: 14px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0
}

.popover-content {
	padding: 9px 14px
}

.popover>.arrow,.popover>.arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.popover>.arrow {
	border-width: 11px
}

.popover>.arrow:after {
	border-width: 10px;
	content: ""
}

.popover.top>.arrow {
	left: 50%;
	margin-left: -11px;
	border-bottom-width: 0;
	border-top-color: #999;
	border-top-color: rgba(0,0,0,.25);
	bottom: -11px
}

.popover.top>.arrow:after {
	content: " ";
	bottom: 1px;
	margin-left: -10px;
	border-bottom-width: 0;
	border-top-color: #fff
}

.popover.right>.arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #999;
	border-right-color: rgba(0,0,0,.25)
}

.popover.right>.arrow:after {
	content: " ";
	left: 1px;
	bottom: -10px;
	border-left-width: 0;
	border-right-color: #fff
}

.popover.bottom>.arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0,0,0,.25);
	top: -11px
}

.popover.bottom>.arrow:after {
	content: " ";
	top: 1px;
	margin-left: -10px;
	border-top-width: 0;
	border-bottom-color: #fff
}

.popover.left>.arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0,0,0,.25)
}

.popover.left>.arrow:after {
	content: " ";
	right: 1px;
	border-right-width: 0;
	border-left-color: #fff;
	bottom: -10px
}

.carousel {
	position: relative
}

.carousel-inner {
	position: relative;
	overflow: hidden;
	width: 100%
}

.carousel-inner>.item {
	display: none;
	position: relative;
	-webkit-transition: .6s ease-in-out left;
	-o-transition: .6s ease-in-out left;
	transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img,.carousel-inner>.item>img {
	line-height: 1
}

@media all and (transform-3d),(-webkit-transform-3d) {
	.carousel-inner>.item {
		-webkit-transition: -webkit-transform .6s ease-in-out;
		-moz-transition: -moz-transform .6s ease-in-out;
		-o-transition: -o-transform .6s ease-in-out;
		transition: transform .6s ease-in-out;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		-moz-perspective: 1000px;
		perspective: 1000px
	}

	.carousel-inner>.item.active.right,.carousel-inner>.item.next {
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0);
		left: 0
	}

	.carousel-inner>.item.active.left,.carousel-inner>.item.prev {
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
		left: 0
	}

	.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
		left: 0
	}
}

.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev {
	display: block
}

.carousel-inner>.active {
	left: 0
}

.carousel-inner>.next,.carousel-inner>.prev {
	position: absolute;
	top: 0;
	width: 100%
}

.carousel-inner>.next {
	left: 100%
}

.carousel-inner>.prev {
	left: -100%
}

.carousel-inner>.next.left,.carousel-inner>.prev.right {
	left: 0
}

.carousel-inner>.active.left {
	left: -100%
}

.carousel-inner>.active.right {
	left: 100%
}

.carousel-control {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 15%;
	opacity: .5;
	filter: alpha(opacity=50);
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6)
}

.carousel-control.left {
	background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
	background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
	background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}

.carousel-control.right {
	left: auto;
	right: 0;
	background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
	background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
	background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}

.carousel-control:focus,.carousel-control:hover {
	outline: 0;
	color: #fff;
	text-decoration: none;
	opacity: .9;
	filter: alpha(opacity=90)
}

.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	z-index: 5;
	display: inline-block
}

.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev {
	left: 50%;
	margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next {
	right: 50%;
	margin-right: -10px
}

.carousel-control .icon-next,.carousel-control .icon-prev {
	width: 20px;
	height: 20px;
	line-height: 1;
	font-family: serif
}

.carousel-control .icon-prev:before {
	content: '\2039'
}

.carousel-control .icon-next:before {
	content: '\203a'
}

.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	margin-left: -30%;
	padding-left: 0;
	list-style: none;
	text-align: center
}

.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	border: 1px solid #fff;
	border-radius: 10px;
	cursor: pointer;
	background-color: #000\9;
	background-color: transparent
}

.carousel-indicators .active {
	margin: 0;
	width: 12px;
	height: 12px;
	background-color: #fff
}

.carousel-caption {
	position: absolute;
	left: 15%;
	right: 15%;
	bottom: 20px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6)
}

.carousel-caption .btn {
	text-shadow: none
}

@media screen and (min-width:768px) {
	.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev {
		width: 30px;
		height: 30px;
		margin-top: -15px;
		font-size: 30px
	}

	.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev {
		margin-left: -15px
	}

	.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next {
		margin-right: -15px
	}

	.carousel-caption {
		left: 20%;
		right: 20%;
		padding-bottom: 30px
	}

	.carousel-indicators {
		bottom: 20px
	}
}

.btn-group-vertical>.btn-group,.btn-toolbar,.clearfix,.container,.container-fluid,.dl-horizontal dd,.form-horizontal .form-group,.modal-footer,.nav,.navbar,.navbar-collapse,.navbar-header,.pager,.panel-body,.row {
	zoom: 1
}

.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before {
	content: " ";
	display: table
}

.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after {
	clear: both
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.pull-right {
	float: right!important
}

.pull-left {
	float: left!important
}

.hide {
	display: none!important
}

.show {
	display: block!important
}

.invisible {
	visibility: hidden
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.hidden {
	display: none!important
}

.affix {
	position: fixed
}

@-ms-viewport {
	width:device-width
}

.visible-lg,.visible-md,.visible-sm,.visible-xs {
	display: none!important
}

.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block {
	display: none!important
}

@media (max-width:767px) {
	.visible-xs {
		display: block!important
	}

	table.visible-xs {
		display: table!important
	}

	tr.visible-xs {
		display: table-row!important
	}

	td.visible-xs,th.visible-xs {
		display: table-cell!important
	}
}

@media (max-width:767px) {
	.visible-xs-block {
		display: block!important
	}
}

@media (max-width:767px) {
	.visible-xs-inline {
		display: inline!important
	}
}

@media (max-width:767px) {
	.visible-xs-inline-block {
		display: inline-block!important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm {
		display: block!important
	}

	table.visible-sm {
		display: table!important
	}

	tr.visible-sm {
		display: table-row!important
	}

	td.visible-sm,th.visible-sm {
		display: table-cell!important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm-block {
		display: block!important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm-inline {
		display: inline!important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm-inline-block {
		display: inline-block!important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md {
		display: block!important
	}

	table.visible-md {
		display: table!important
	}

	tr.visible-md {
		display: table-row!important
	}

	td.visible-md,th.visible-md {
		display: table-cell!important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md-block {
		display: block!important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md-inline {
		display: inline!important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md-inline-block {
		display: inline-block!important
	}
}

@media (min-width:1200px) {
	.visible-lg {
		display: block!important
	}

	table.visible-lg {
		display: table!important
	}

	tr.visible-lg {
		display: table-row!important
	}

	td.visible-lg,th.visible-lg {
		display: table-cell!important
	}
}

@media (min-width:1200px) {
	.visible-lg-block {
		display: block!important
	}
}

@media (min-width:1200px) {
	.visible-lg-inline {
		display: inline!important
	}
}

@media (min-width:1200px) {
	.visible-lg-inline-block {
		display: inline-block!important
	}
}

@media (max-width:767px) {
	.hidden-xs {
		display: none!important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.hidden-sm {
		display: none!important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.hidden-md {
		display: none!important
	}
}

@media (min-width:1200px) {
	.hidden-lg {
		display: none!important
	}
}

.visible-print {
	display: none!important
}

@media print {
	.visible-print {
		display: block!important
	}

	table.visible-print {
		display: table!important
	}

	tr.visible-print {
		display: table-row!important
	}

	td.visible-print,th.visible-print {
		display: table-cell!important
	}
}

.visible-print-block {
	display: none!important
}

@media print {
	.visible-print-block {
		display: block!important
	}
}

.visible-print-inline {
	display: none!important
}

@media print {
	.visible-print-inline {
		display: inline!important
	}
}

.visible-print-inline-block {
	display: none!important
}

@media print {
	.visible-print-inline-block {
		display: inline-block!important
	}
}

@media print {
	.hidden-print {
		display: none!important
	}
}

.checkbox-square {
	float: left;
	margin-right: 5px;
	display: block;
	position: relative;
	width: 16px;
	height: 16px;
	border: 2px solid #ccd5db;
	border-radius: 3px;
	background-color: #fff
}

.checkbox-square span {
	padding-left: 23px
}

.checkbox-square input {
	opacity: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 16px;
	height: 16px;
	cursor: pointer
}

.checkbox-square em {
	display: none;
	font-size: 12px;
	position: absolute;
	top: 1px;
	left: 0
}

.checkbox-square:hover {
	border-color: #44cb83
}

.checkbox-square.checked {
	border-color: #44cb83;
	background-color: #44cb83
}

.checkbox-square.checked em {
	display: block;
	color: #fff
}

.radio-square {
	background-color: #fff;
	border: 1px solid #ccd5db;
	width: 16px;
	height: 16px;
	border-radius: 8px;
	position: relative;
	float: left;
	margin-right: 10px
}

.radio-square span {
	padding-left: 23px
}

.radio-square:hover {
	border-color: #44cb83
}

.radio-square em {
	display: none
}

.radio-square.checked em {
	background-color: #44cb83;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	display: block;
	margin-top: 4px;
	margin-left: 4px
}

.radio-square.checked:hover {
	border-color: #ccd5db
}

.radio-square input {
	opacity: 0;
	cursor: pointer;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.switch .circle-con {
	cursor: pointer;
	width: 40px;
	height: 20px;
	border-radius: 10px;
	position: relative
}

.switch .circle-con i {
	width: 16px;
	height: 16px;
	background-color: #fff;
	border-radius: 8px;
	display: block;
	position: absolute;
	top: 2px
}

.switch.switch-close .circle-con {
	background-color: #ff5448
}

.switch.switch-close .circle-con i {
	left: 2px
}

.switch.switch-open .circle-con {
	background-color: #44cb83
}

.switch.switch-open .circle-con i {
	right: 2px
}

.switch.switch-disable .circle-con {
	background-color: #e6e6e6
}

.switch.switch-disable .circle-con i {
	right: 2px
}

.help_content {
	background-color: #FFF;
	padding: 30px
}

.help_content h1 {
	font-size: 18px;
	color: #666;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 20px
}

.help_content p {
	margin: 20px 0;
	font-size: 16px
}

.help_content table {
	width: 100%
}

.help_content table,.help_content td,.help_content th,.help_content tr {
	border: 1px solid #e6e6e6
}

.help_content th {
	background-color: #fafafa
}

.help_content td,.help_content th {
	height: 50px;
	line-height: 50px;
	text-align: center
}

.sys-contain {
	width: 100%;
	background-color: #e99438;
	animation: zoomInUp .5s ease 0s 1 both;
	-webkit-animation: zoomInUp .5s ease 0s 1 both
}

.sys-contain .sys-msg {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	color: #fff;
	position: relative
}

.sys-contain .sys-msg a {
	color: #fff
}

.sys-contain .msg-close {
	position: absolute;
	right: 0;
	top: 8px;
	color: rgba(255,255,255,.6);
	font-size: 12px
}

.sys-contain .msg-close:hover {
	color: #fff
}

.head-creat {
	display: none!important;
	margin-left: 25px;
	margin-top: 12px;
	line-height: 38px!important;
	height: 36px!important;
	width: 36px!important
}

.head-creat a {
	background-color: #ea1f64!important;
	border-radius: 50%;
	color: #fff;
	width: 36px;
	height: 36px;
	padding: 0 0 0 1px!important
}

.head-creat a:hover {
	color: #fff;
	background-color: #FF528D!important
}

.head-shadow {
	box-shadow: 2px 2px 3px rgba(0,0,0,.3)
}

.head-shadow .head-creat {
	display: block!important;
	animation: zoomIn .5s ease 0s 1 both;
	-webkit-animation: zoomIn .5s ease 0s 1 both
}

.hovering .big-dropdown {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.hovering .big-dropdown a {
	opacity: 1;
	-webkit-transition-delay: 280ms;
	transition-delay: 280ms
}

.header-wap {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10
}

.header-contain {
	z-index: 5;
	height: 60px;
	background-color: #FFF
}

.header-contain #logo {
	float: left;
	font-size: 30px;
	color: #14bfb4
}

.header-contain .head_nav {
	float: right
}

.header-contain .head_nav ul.head_navs li {
	height: 60px;
	width: 90px;
	text-align: center;
	line-height: 60px;
	display: inline-block;
	margin-right: 1px
}

.header-contain .head_nav ul.head_navs li a {
	display: block;
	color: #526069;
	position: relative;
	z-index: 20
}

.header-contain .head_nav ul.head_navs li.isActive,.header-contain .head_nav ul.head_navs li:hover {
	background-color: #6cf
}

.header-contain .head_nav ul.head_navs li.isActive a,.header-contain .head_nav ul.head_navs li:hover a {
	color: #fff
}

.header-contain .head_nav ul.head_navs li.isActive .help_center a,.header-contain .head_nav ul.head_navs li:hover .help_center a {
	color: #526069
}

.header-contain .head_nav ul.head_navs li.isActive span,.header-contain .head_nav ul.head_navs li:hover span {
	color: #fff
}

.header-contain .head_nav ul.head_navs li span {
	color: red
}

.header-contain .head_nav .design {
	position: relative
}

.header-contain .head_nav .design span {
	position: absolute;
	top: -7px;
	right: 0;
	transform: scale(.8)
}

.header-contain .head_nav .help_center {
	background-color: #FFF;
	position: absolute;
	top: 60px;
	right: -25px;
	z-index: 10000
}

.header-contain .head_nav .help_center div a {
	width: 142px;
	height: 40px;
	font-size: 12px;
	line-height: 40px;
	display: block;
	border-right: none;
	color: #526069
}

.header-contain .head_nav .help_center div a:hover {
	background-color: #56c6ff;
	color: #fff!important
}

.header-contain .head_nav .pull-right a {
	background: 0 0
}

.header-contain .head_nav .pull-right li.mes_con {
	margin: 14px 15px 0 15px
}

.header-contain .head_nav .pull-right li.mes_con .mes_count {
	border-radius: 50%;
	text-align: center;
	position: absolute;
	top: 0;
	right: -10px;
	background-color: #ff4500;
	font-size: 10px;
	line-height: 1.6;
	width: 18px;
	height: 18px;
	color: #fff
}

.header-contain .head_nav .pull-right li {
	width: 33px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	float: left
}

.header-contain .head_nav .pull-right .custom_img {
	border-right: none;
	padding-left: 2px;
	margin-top: 15px
}

.header-contain .head_nav .pull-right .custom_img .vip_c {
	height: 48px
}

.header-contain .head_nav .pull-right .custom_img .vip_c a {
	background-color: #00c2f2;
	color: rgba(255,255,255,.9);
	display: block;
	border-radius: 3px;
	height: 31px;
	width: 31px
}

.header-contain .head_nav .pull-right .custom_img .vip_c a:hover {
	color: #fff
}

.header-contain .head_nav .pull-right .custom_img .vip_c a img {
	vertical-align: top;
	width: 100%;
	height: 100%;
	border-radius: 3px
}

.header-contain .head_nav .pull-right .head_click {
	position: absolute;
	top: 45px;
	right: 0;
	width: 150px;
	background-color: #FFF;
	z-index: 3
}

.header-contain .head_nav .pull-right .head_click div a {
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 12px
}

.header-contain .head_nav .pull-right .head_click div a:hover {
	background-color: #56c6ff;
	color: #fff
}

.link_list {
	float: right
}

.link_list ul li a {
	display: block;
	width: 90px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 14px;
	color: #526069
}

.link_list .link_list ul li:hover a,.link_list ul li.bg_hover a {
	color: #FFF;
	background-color: #14bfb4
}

.pull-right li a {
	border: None
}

.pull-right li .vip_po img {
	position: absolute;
	bottom: 0;
	right: 0;
	top: 25px
}

.pull-right .mes_con .msg-title {
	background-color: #f2a653;
	height: 60px;
	line-height: 60px
}

.pull-right .mes_con .msg_pannel {
	border-radius: 3px;
	width: 390px;
	height: auto;
	margin: 13px 0 0 0;
	right: 0;
	overflow-x: none;
	overflow-y: auto;
	border: none;
	left: auto;
	z-index: 2;
	padding: 0
}

.pull-right .mes_con .msg_pannel a {
	color: #526069
}

.pull-right .mes_con .msg_pannel a:hover {
	color: #14bfb4
}

.pull-right .mes_con .msg_pannel a:hover {
	background: 0 0
}

.pull-right .mes_con .msg_pannel .text-right {
	text-align: right
}

.pull-right .mes_con .msg_pannel .panel_title {
	float: left;
	width: 50%;
	padding-left: 15px;
	padding-right: 15px;
	color: #fff
}

.pull-right .mes_con .msg_pannel .panel_title .mes_new {
	color: #fff
}

.pull-right .mes_con .msg_pannel .panel_content {
	max-width: 100%;
	padding: 0 20px;
	text-align: left;
	border-bottom: 1px solid #F0F0F0;
	font-weight: 100;
	font-size: 12px
}

.pull-right .mes_con .msg_pannel .content_status_new {
	height: 60px;
	line-height: 60px
}

.pull-right .mes_con .msg_pannel .content_status_new:hover {
	background-color: #f6f9fa
}

.pull-right .mes_con .msg_pannel .panel_more {
	line-height: 60px;
	height: 60px;
	width: 100%
}

.pull-right .mes_con a.mes_content {
	color: #a3afb7;
	font-size: 18px
}

.pull-right .mes_con a.mes_content:hover {
	color: #14bfb4
}

.head_navs {
	float: left;
	margin-left: 15px
}

.header-contain ul.nav li {
	display: inline-block
}

.header-contain ul.nav li span a {
	color: #fff
}

.header-contain ul.nav li span.plain {
	background-color: #ccc
}

.header-contain ul.nav .logout {
	cursor: pointer
}

.header-contain ul.nav .logout a,.header-contain ul.nav .logout a:hover {
	color: #14bfb4
}

.header-contain .btn-main {
	position: absolute;
	right: 0;
	bottom: 10px
}

.help-contain {
	width: 100%
}

.help-contain .same-content {
	border-bottom: 1px solid rgba(255,255,255,.2)
}

.help-contain .home-help {
	width: 22%;
	float: left;
	padding-bottom: 20px;
	padding-top: 30px
}

.help-contain .home-help h6 {
	font-size: 14px;
	margin-bottom: 30px
}

.help-contain .home-help h6 em {
	border-bottom: 1px solid #44cb83;
	padding-bottom: 10px;
	color: #fff
}

.help-contain .home-help ul li {
	line-height: 25px
}

.help-contain .home-help ul li a {
	font-size: 12px;
	color: rgba(255,255,255,.6)
}

.help-contain .home-help ul li a:hover {
	color: #fff
}

.contact-friend {
	border-bottom: 1px solid rgba(255,255,255,.2);
	padding: 20px 0
}

.contact-friend ul li {
	margin-right: 15px;
	float: left;
	line-height: 25px
}

footer {
	background-color: #333;
	color: rgba(255,255,255,.6);
	text-align: left;
	font-size: 12px
}

footer p {
	line-height: 22px
}

footer a {
	color: rgba(255,255,255,.6)
}

footer a:hover {
	color: #fff
}

footer div.renzheng {
	position: relative
}

footer div.renzheng .qq-group {
	width: 30px;
	overflow: hidden
}

footer div.renzheng .qq-group em,footer div.renzheng .qq-group span {
	float: left
}

footer div.renzheng .qq-group em {
	line-height: 18px;
	padding: 5px
}

footer div.renzheng .qq-group span {
	padding-top: 2px
}

footer div.renzheng .qq-group:hover {
	width: 100px
}

footer div.renzheng .qq-group:hover em {
	color: #fff
}

footer div.renzheng em {
	font-size: 14px;
	color: #fff
}

footer div.renzheng a {
	float: left;
	position: relative;
	height: 30px;
	line-height: 26px;
	font-size: 12px;
	margin-right: 5px
}

footer div.renzheng a em {
	height: 30px;
	line-height: 30px;
	display: inline-block;
	width: 30px
}

footer div.renzheng a em.eqf-wechat,footer div.renzheng a em.eqf-weibo {
	padding-top: 0;
	padding-left: 6px
}

footer div.renzheng a em.eqf-weibo {
	line-height: 28px
}

footer div.renzheng a em.eqf-weibo {
	color: #fff!important
}

footer div.renzheng a .weixin {
	position: absolute;
	bottom: 50px;
	left: -40px;
	display: none;
	z-index: 2
}

footer div.renzheng a:hover .weixin {
	display: block
}

.footer {
	padding: 20px 0
}

.footer .beizhu {
	padding-top: 3px
}

.same-content {
	width: 1180px;
	margin: 0 auto
}

@media screen and (max-width:1100px) {
	.same-content {
		width: 880px;
		margin: 0 auto
	}

	#main .same-content .square-scene li:nth-child(3n) {
		margin-right: 0!important
	}

	#main .same-content .square-scene li:nth-child(4n) {
		margin-right: 20px
	}
}

body {
	font: 16px/1.2 "Microsoft YaHei",Tahoma,Helvetica,Arial,"\5b8b\4f53",sans-serif
}

blockquote,body,button,code,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,legend,li,ol,p,pre,td,textarea,th,ul {
	margin: 0;
	padding: 0
}

button {
	outline: 0
}

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

em,i {
	font-weight: 400;
	font-style: normal
}

fieldset,img {
	border: 0;
	vertical-align: center
}

ol,ul {
	list-style: none
}

button,input,select,textarea {
	font-size: 100%;
	outline: 0;
	vertical-align: middle
}

textarea {
	resize: none
}

a {
	text-decoration: none;
	outline: 0;
	color: #6cf
}

a.textUnder {
	text-decoration: underline!important
}

a:hover {
	color: #14bfb4;
	text-decoration: none;
	outline: 0
}

a:active,a:hover,a:link,a:visited {
	text-decoration: none
}

input[type=text] {
	-webkit-transition: border linear .2s,box-shadow linear .2s;
	transition: border linear .2s,box-shadow linear .2s;
	font-size: 12px;
	border-radius: 3px
}

.gt_mask {
	z-index: 1050
}

.btn-main {
	padding: 0 10px;
	border-radius: 3px
}

.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both
}

.btn-group-vertical>.btn-group,.btn-toolbar,.clearfix,.container,.container-fluid,.dl-horizontal dd,.form-horizontal .form-group,.modal-footer,.nav,.navbar,.navbar-collapse,.navbar-header,.pager,.panel-body,.row {
	zoom: 1
}

#eq_main {
	position: relative;
	height: 100%
}

.border-dashed {
	border-top: 1px dashed #ccd5db
}

.box-shadow {
	box-shadow: 2px 2px 20px rgba(0,0,0,.1)
}

.tab-box-shadow {
	box-shadow: 0 1px 1px rgba(0,0,0,.1)
}

.mr0 {
	margin-right: 0!important
}

label {
	font-weight: lighter!important
}

.form-group {
	font-size: 12px
}

.form-group .btn {
	font-size: 12px
}

.no-line {
	border: none!important
}

.iScrollIndicator {
	border: none!important;
	background: rgba(0,0,0,.2)!important
}

.iScrollIndicator:hover {
	background: rgba(0,0,0,.3)!important
}

.red-color {
	color: #ff5448
}

.green-color {
	color: #44cb83
}

.fade-color {
	color: rgba(255,255,255,.8)
}

a.fade-color:hover {
	color: #fff
}

.itemList:nth-child(2n) {
	background-color: #f7f7f7
}

.hint--left:before {
	border-left-color: #434b62!important
}

.hint:after,[data-hint]:after {
	background: #434b62!important
}

.tab-content {
	background-color: #fff
}

.nav-list {
	height: 44px;
	background-color: #e1e1e1;
	text-align: left
}

.nav-list ul {
	padding: 6px 10px 0 10px
}

.nav-list ul li {
	width: 80px;
	display: inline-block;
	text-align: center;
	margin-right: 1px;
	height: 38px!important;
	line-height: 38px!important;
	font-size: 14px;
	cursor: pointer
}

.nav-list ul li.active,.nav-list ul li:hover {
	background-color: #fff;
	border-top-right-radius: 4px;
	border-top-left-top-radius: 4px
}

.current_page {
	margin: 20px 0;
	height: 30px;
	float: left;
	line-height: 30px;
	margin-left: 10px
}

.current_page span {
	display: block;
	line-height: 36px
}

.current_page input {
	height: 36px;
	width: 36px;
	line-height: 36px;
	text-align: center;
	background-color: #f7f7f7;
	float: left;
	border-radius: 3px;
	margin: 0 5px
}

.current_page .go {
	display: block;
	float: left;
	border: 1px solid #ccd5db;
	background-color: #fff;
	border-radius: 3px;
	width: 36px;
	font-size: 12px;
	text-align: center;
	height: 36px;
	line-height: 36px;
	margin-left: 5px
}

.current_page .go:hover {
	color: #fff;
	background-color: #14bfb4;
	border-color: #14bfb4
}

.mes_con .new_msg {
	margin-left: 0;
	margin-right: 10px
}

.new_msg {
	height: 10px;
	width: 10px;
	border-radius: 5px;
	background-color: #f2a653;
	display: inline-block;
	margin-left: 10px
}

.bdshare-slide-button-box {
	display: none
}

.text-red {
	color: #ff5448
}

.min_contain {
	min-height: 700px
}

.info-show {
	background-color: #6cf
}

.info-show .info-title {
	font-size: 24px;
	color: #fff;
	padding: 30px 0 36px 0
}

.ui-slider .ui-slider-progress-bar {
	width: 0;
	height: 100%;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	margin-top: 0!important;
	background-color: #08A1EF
}

#loading {
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3000;
	display: none
}

#loading .loading-con {
	z-index: 10000;
	position: fixed;
	top: 50%;
	margin-top: -60px;
	color: #fff;
	font-size: 14px;
	left: 50%;
	margin-left: -50px
}

#loading .loading-con p {
	padding-top: 30px
}

#loading .loading-con img {
	width: 75px
}

#loading .loading-bg {
	background-color: #000;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: .2
}

.switch-circle.on {
	background-color: #14bfb4
}

.switch-circle.on i {
	margin-left: 23px
}

.switch-circle.off {
	background-color: #ccc
}

.switch-circle.off i {
	margin-left: 3px
}

.switch-circle {
	border-radius: 11px;
	height: 22px;
	line-height: 22px!important;
	width: 40px;
	margin-top: 4px;
	margin-right: 10px;
	cursor: pointer;
	float: right
}

.switch-circle i {
	height: 15px;
	width: 15px;
	background-color: #FFF;
	border-radius: 9px;
	display: block;
	margin: 3px 0 0 2px
}

.app-download,.feedback,.scroll,.video-user {
	position: fixed;
	z-index: 1000;
	text-align: center
}

.app-download a,.feedback a,.scroll a,.video-user a {
	color: #fff;
	display: block;
	padding: 7px 5px;
	background-color: rgba(0,0,0,.5);
	width: 40px;
	height: 40px;
	border-radius: 3px
}

.app-download a span:first-child,.feedback a span:first-child,.scroll a span:first-child,.video-user a span:first-child {
	font-size: 12px;
	display: block
}

.app-download a span,.feedback a span,.scroll a span,.video-user a span {
	font-size: 12px
}

.app-download a:hover,.feedback a:hover,.scroll a:hover,.video-user a:hover {
	background-color: #14bfb4
}

.feedback {
	bottom: 20px;
	right: 0
}

.video-user {
	bottom: 64px;
	right: 0;
	height: auto
}

.video-user a:first-child {
	margin-bottom: 3px
}

.app-download {
	bottom: 151px;
	right: 0
}

.app-download .scroll_top {
	width: 40px;
	height: 40px
}

.app-download .eqf-phone {
	padding-top: 2px
}

.app-download .qrcode-download {
	background-color: #fff;
	border: 1px solid #e6e6e6;
	width: 180px;
	padding-bottom: 10px
}

.app-download .qrcode-download canvas {
	width: 160px;
	height: 160px
}

.app-download .qrcode-download a {
	width: 160px;
	margin-top: 15px;
	margin-left: 10px;
	padding-top: 0;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #14bfb4
}

.app-download .qrcode-download a:hover {
	background-color: #56c6ff
}

.app-download .qrcode-download .closedown {
	font-size: 12px;
	color: #14bfb4;
	height: 15px;
	width: 100%;
	padding-right: 15px;
	text-align: right;
	margin: 5px;
	cursor: pointer
}

.scroll {
	bottom: 195px;
	right: 0;
	display: none
}

.scroll .eqf-chevron-thin-up {
	font-size: 14px!important
}

.background-color-width-change {
	-webkit-transition: background-color .3s,color .3s,width .3s;
	transition: background-color .3s,color .3s,width .3s
}

.opacity-width-change {
	-webkit-transition: opacity .5s,width .5s;
	transition: opacity .5s,width .5s
}

.transform-change {
	-webkit-transition: transform .3s;
	transition: transform .3s
}

.zoomIn-change {
	animation: zoomIn .5s ease 0s 1 both;
	-webkit-animation: zoomIn .5s ease 0s 1 both
}

.all-change {
	-webkit-transition: all .3s linear 0s;
	transition: all .3s linear 0s
}

@-webkit-keyframes myMove {
	0% {
		margin-top: -30px
	}

	50% {
		margin-top: -10px
	}

	100% {
		margin-top: 0
	}
}

@keyframes myMove {
	0% {
		margin-top: -30px
	}

	50% {
		margin-top: -10px
	}

	100% {
		margin-top: 0
	}
}

.myMove {
	transform-origin: 0 0;
	-webkit-animation: myMove 1.5s ease .3s 1 both;
	animation: myMove 1.5s ease .3s 1 both
}

@-webkit-keyframes fade-scale-02 {
	0% {
		opacity: 0;
		-webkit-transform: scale(.2);
		transform: scale(.2)
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@-o-keyframes fade-scale-02 {
	0% {
		opacity: 0;
		-o-transform: scale(.2);
		transform: scale(.2)
	}

	100% {
		opacity: 1;
		-o-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes fade-scale-02 {
	0% {
		opacity: 0;
		-webkit-transform: scale(.2);
		-o-transform: scale(.2);
		transform: scale(.2)
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1)
	}
}

.animation-zoom {
	-webkit-animation: fade-scale-02 250ms backwards;
	animation: fade-scale-02 250ms backwards
}

@-webkit-keyframes fade {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@-o-keyframes fade {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes fade {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

.animation-opacity {
	-webkit-animation: fade 250ms backwards;
	animation: fade 250ms backwards
}

@-webkit-keyframes rightflip {
	0%,30% {
		opacity: 0;
		-webkit-transform: translate(10,0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate(0,0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translate(-8px,0)
	}
}

@-moz-keyframes rightflip {
	0%,30% {
		opacity: 0;
		-moz-transform: translate(10,0)
	}

	60% {
		opacity: 1;
		-moz-transform: translate(0,0)
	}

	100% {
		opacity: 0;
		-moz-transform: translate(-8px,0)
	}
}

@keyframes rightflip {
	0%,30% {
		opacity: 0;
		transform: translate(10,0)
	}

	60% {
		opacity: 1;
		transform: translate(0,0)
	}

	100% {
		opacity: 0;
		transform: translate(-8px,0)
	}
}

.heart {
	animation: pound 1s infinite;
	-webkit-animation: pound 1s infinite;
	-moz-animation: pound 1s infinite
}

@-webkit-keyframes pound {
	from {
		-webkit-transform: none
	}

	50% {
		-webkit-transform: scale(1.6)
	}

	to {
		-webkit-transform: none
	}
}

@-moz-keyframes pound {
	from {
		-moz-transform: none
	}

	50% {
		-moz-transform: scale(1.6)
	}

	to {
		-moz-transform: none
	}
}

@keyframes pound {
	from {
		transform: none
	}

	50% {
		transform: scale(1.6)
	}

	to {
		transform: none
	}
}

.flash {
	animation: flicker 1s infinite;
	-webkit-animation: flicker 1s infinite;
	-moz-animation: flicker 1s infinite
}

@-webkit-keyframes flicker {
	from {
		opacity: .5
	}

	50% {
		opacity: 1
	}

	to {
		opacity: .5
	}
}

@-moz-keyframes flicker {
	from {
		opacity: .5
	}

	50% {
		opacity: 1
	}

	to {
		opacity: .5
	}
}

@keyframes flicker {
	from {
		opacity: .5
	}

	50% {
		opacity: 1
	}

	to {
		opacity: .5
	}
}

@-webkit-keyframes fadeIn1 {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@-o-keyframes fadeIn1 {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes fadeIn1 {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

.z-fade-in {
	-webkit-animation: fadeIn1 2.5s backwards;
	animation: fadeIn1 2.5s backwards
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

@-o-keyframes fadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

.z-fade-out {
	-webkit-animation: fadeOut 2.5s backwards;
	animation: fadeOut 2.5s backwards
}

.bgScroll {
	height: 100%;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	background: linear-gradient(124deg,#08ae1f,#08ae1f,#1ddde8,#1de840,#e3e81d,#e8b71d);
	background-size: 1800% 1800%;
	-webkit-animation: rainbow 15s ease infinite;
	-z-animation: rainbow 15s ease infinite;
	-o-animation: rainbow 15s ease infinite;
	animation: rainbow 15s ease infinite
}

@-webkit-keyframes rainbow {
	0% {
		background-position: 0 82%
	}

	50% {
		background-position: 100% 19%
	}

	100% {
		background-position: 0 82%
	}
}

@-moz-keyframes rainbow {
	0% {
		background-position: 0 82%
	}

	50% {
		background-position: 100% 19%
	}

	100% {
		background-position: 0 82%
	}
}

@-o-keyframes rainbow {
	0% {
		background-position: 0 82%
	}

	50% {
		background-position: 100% 19%
	}

	100% {
		background-position: 0 82%
	}
}

@keyframes rainbow {
	0% {
		background-position: 0 82%
	}

	50% {
		background-position: 100% 19%
	}

	100% {
		background-position: 0 82%
	}
}

.modal-cancle {
	margin-right: 40px
}

.modal-content .confirm-msg {
	text-align: center;
	margin-top: 20px
}

.btn-main {
	display: inline-block;
	background-color: #14bfb4;
	color: #fff
}

.btn-main:hover {
	background-color: #56c6ff;
	color: #fff
}

.btn-grey0 {
	display: inline-block;
	color: #fff;
	background-color: #ccc
}

.btn-grey0:hover {
	color: #fff;
	background-color: #b4b4b4
}

.btn-small .deletePage {
	background-color: #ff5448
}

.btn-small .deletePage:hover {
	background-color: #ff7267
}

.btn-small .cancelDeletePage {
	background-color: #44cb83
}

.btn-small .cancelDeletePage:hover {
	background-color: #6fe29f
}

.form-group label:first-child {
	padding-right: 0
}

.form-group p.error {
	color: #ff5448;
	font-size: 12px;
	padding-top: 10px
}

.edit_area li {
	padding: 0;
	background: 0 0;
	position: absolute;
	list-style: none!important;
	margin: 0!important;
	padding: 0;
	-webkit-transition: padding .5s;
	-moz-transition: padding .5s;
	transition: padding .5s;
	z-index: 1
}

.edit_area li .element-box {
	box-shadow: 0 0 0 1px transparent
}

.edit_area li .element {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.edit_area li .element .over-ele {
	z-index: 10;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0
}

.edit_area li .element .ad-contain {
	width: 100%;
	height: 100%
}

.edit_area .inside-handle-hover .w-delete {
	display: none
}

.edit_area .w-element-controls {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: visibility 0s ease,opacity .2s ease;
	-webkit-transition-delay: .2s,0s;
	-moz-transition: visibility 0s ease .2s,opacity .2s ease;
	transition: visibility 0s ease .2s,opacity .2s ease;
	position: absolute;
	z-index: 11;
	top: 0;
	left: 0;
	right: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}

.edit_area .w-element-controls .w-handle-outer {
	position: absolute;
	left: 4px;
	top: 4px;
	color: #14bfb4;
	font-size: 16px;
	cursor: move
}

.edit_area .inside-hover .w-element-controls {
	visibility: visible;
	opacity: 1
}

.edit_area .w-element-controls .w-delete {
	position: absolute;
	right: 4px;
	top: 4px;
	color: #14bfb4;
	font-size: 16px;
	cursor: pointer
}

.edit_area .w-element-controls .w-link {
	position: absolute;
	left: 64px;
	top: 4px;
	color: #14bfb4;
	font-size: 16px;
	cursor: pointer
}

.edit_area .w-element-controls .w-setting {
	position: absolute;
	left: 24px;
	top: 4px;
	color: #14bfb4;
	font-size: 16px;
	cursor: pointer
}

.edit_area .w-element-controls .w-anim {
	position: absolute;
	left: 44px;
	top: 4px;
	color: #14bfb4;
	font-size: 16px;
	cursor: pointer
}

.edit_area .inside-delete-hover .element-box {
	box-shadow: 0 0 0 1px #ff6565
}

.edit_area .inside-delete-hover .w-delete {
	color: #ff6565
}

.edit_area .inside-active {
	height: initial!important
}

.edit_area .inside-active .element {
	height: initial!important
}

.edit_area .inside-active div.element[contenteditable=true] {
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text
}

.edit_area .inside-active .w-element-controls {
	display: none
}

.edit_area .inside-active .element-box {
	box-shadow: 0 0 0 1px transparent
}

.eqc-input-color {
	width: 146px;
	height: 30px;
	cursor: pointer;
	border: 1px solid #ccc
}

.eqc-input-color div {
	width: 114px;
	height: 28px;
	float: left
}

.eqc-input-color a {
	width: 30px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	font-size: 14px;
	float: left;
	color: rgba(255,255,255,.3);
	background-color: rgba(0,0,0,.3)
}

.eqc-input-color a:hover {
	color: #fff;
	background-color: rgba(0,0,0,.4)
}

.about .header {
	background-color: #fff
}

.about .header .logo {
	padding: 15px 0
}

.reg_xy_Box {
	background-color: #fff
}

.reg_xy_Box h1 {
	text-align: center;
	margin-bottom: 20px
}

.reg_xy_Box p {
	line-height: 25px
}

.pri-nav #logo a:visited {
	text-decoration: none
}

.pri-nav #logo a:link {
	text-decoration: none
}

#home .img_con a img {
	height: 235px;
	width: 235px
}

#home header {
	padding: 0 15px
}

#home .register {
	margin-top: 10px
}

#home .register a {
	background-color: #14bfb4;
	border-radius: 3px;
	color: #fff!important;
	height: 40px;
	line-height: 40px
}

#home .login {
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 20px
}

#home .login a {
	height: 40px;
	line-height: 36px;
	border-radius: 3px;
	border: 2px solid #14bfb4
}

#home .we_nav .link_list .login a {
	color: #14bfb4
}

#home .we_nav .link_list ul li {
	float: left
}

#home .we_nav .link_list ul li a {
	color: #526069
}

#home .we_nav .link_list ul li.isActive a,#home .we_nav .link_list ul li:hover a {
	color: #fff;
	background-color: #14bfb4
}

#home #example_con {
	width: 100%;
	background-color: #1e1e1e;
	z-index: 0
}

#home #example {
	position: relative
}

#home #example .slides-content {
	text-align: center
}

#home #example #slides .slides_container {
	position: relative;
	margin: 0 auto;
	min-height: 200px
}

#home #slides .next,#home #slides .prev {
	font-size: 24px;
	color: #fff;
	width: 50px;
	height: 50px;
	top: 50%;
	margin-top: -25px;
	position: absolute;
	display: block;
	text-align: center;
	line-height: 50px;
	background: rgba(0,0,0,.4);
	border-radius: 3px;
	z-index: 10
}

#home #slides .next:hover,#home #slides .prev:hover {
	text-decoration: none;
	color: #fff;
	background: rgba(0,0,0,.7)
}

#home #slides .next {
	right: 20px
}

#home #slides .prev {
	left: 20px
}

#home #example_con .pagination {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 10
}

#home #example_con .pagination li {
	margin: 0 1px
}

#home #example_con .pagination li a {
	display: block;
	height: 0;
	padding-top: 16px;
	float: left;
	overflow: hidden
}

#home #example_con #slides .pagination>li>a {
	border: 1px solid #fff;
	height: 12px
}

#home #example_con #slides .pagination>li>a {
	width: 14px;
	height: 14px;
	overflow: hidden;
	background: 0 0;
	border-radius: 6px;
	padding: 1px 0;
	text-indent: -999px;
	margin-right: 10px
}

#home #example_con #slides .pagination>li:last-child>a {
	margin-right: 0
}

#home #example_con #slides .pagination>li>a:hover,#home #example_con .pagination li.current a {
	background-color: #fff!important;
	border: none
}

#home #example_con a:hover,#home a:active {
	color: #599100;
	text-decoration: underline
}

#home .active-banner ul li {
	float: left;
	width: 25%
}

#home .active-banner ul li img {
	width: 100%;
	height: 100%
}

#home .active-banner ul li a {
	position: relative;
	display: block
}

#home .active-banner ul li a:hover .bg {
	background-color: transparent
}

#home .active-banner ul li .bg {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,.1)
}

.cat_xq {
	position: relative
}

.cat_wra {
	background-color: #FFF;
	margin-top: -60px
}

.login-container .modal-dialog {
	width: 780px;
	position: relative;
	margin-top: 60px
}

.gt_holder.popup .gt_mask {
	z-index: 2060
}

.companyReg {
	background-color: #1d092e;
	color: #fff;
	overflow: hidden
}

.companyReg footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0
}

.companyReg .login-form-section .login-content {
	box-shadow: none
}

.companyReg .login-form-section {
	padding-bottom: 120px
}

.companyReg .login-form-section .form-control {
	width: 500px;
	height: 42px
}

.companyReg .login-form-section .company-user-modal {
	width: 550px;
	z-index: 2
}

.companyReg .login-form-section .company-user-modal .textbox-wrap .code {
	background-color: #fff;
	width: 135px;
	height: 42px;
	line-height: 42px
}

.companyReg .login-form-section .company-user-modal .textbox-wrap .code:hover {
	background-color: #14bfb4;
	color: #fff
}

.companyReg .login-form-section .tips {
	font-size: 12px;
	color: red
}

.companyReg .login-form-section .form-control {
	background: 0 0!important;
	border: 1px solid #fff
}

.companyReg .login-form-section .login-content .section-title {
	padding-bottom: 0;
	margin-bottom: 30px
}

.companyReg .login-form-section .login-content .section-title h3 {
	color: #fff;
	text-align: center
}

.companyReg .stars {
	position: absolute;
	background: 0 0;
	border-radius: 100%
}

.companyReg .stars:after {
	content: " ";
	position: absolute;
	top: 100px;
	background: 0 0;
	border-radius: 100%
}

.companyReg .stars-active:not(.no-animation) #stars2 {
	animation: animStar 150s linear infinite
}

.companyReg #stars2 {
	width: 8px;
	height: 8px;
	box-shadow: 1558px 1048px #5a2069,1356px 1851px #5a2069
}

.companyReg #stars2:after {
	width: 8px;
	height: 8px;
	box-shadow: 1558px 1048px #5a2069,1356px 1851px #5a2069,1596px 887px #5a2069,30px 456px #5a2069,448px 1043px #5a2069,967px 784px #5a2069,106px 1813px #5a2069,264px 876px #5a2069,1642px 605px #5a2069,1699px 1333px #5a2069,397px 1599px #5a2069,94px 1891px #5a2069,761px 1406px #5a2069,263px 1858px #5a2069,792px 1863px #5a2069,440px 1443px #5a2069,636px 1448px #5a2069,1485px 1630px #5a2069,236px 936px #5a2069,223px 1394px #5a2069,301px 1239px #5a2069,68px 429px #5a2069,1531px 1917px #5a2069,1412px 1510px #5a2069,1997px 1344px #5a2069,898px 239px #5a2069,710px 1548px #5a2069,993px 599px #5a2069,764px 99px #5a2069,1151px 69px #5a2069,966px 1184px #5a2069,1507px 560px #5a2069,1197px 87px #5a2069,1967px 1120px #5a2069,108px 1664px #5a2069,292px 357px #5a2069,998px 1591px #5a2069,1716px 126px #5a2069,1725px 1051px #5a2069,163px 720px #5a2069,1486px 1220px #5a2069,1528px 673px #5a2069,34px 667px #5a2069,1063px 1775px #5a2069,727px 1643px #5a2069,741px 66px #5a2069,976px 984px #5a2069,52px 992px #5a2069,335px 1748px #5a2069,1891px 1952px #5a2069,1815px 162px #5a2069,1725px 1094px #5a2069,1122px 370px #5a2069,54px 538px #5a2069,359px 1274px #5a2069,207px 227px #5a2069,733px 1930px #5a2069,1361px 272px #5a2069,1201px 1608px #5a2069,1556px 1830px #5a2069,1830px 784px #5a2069,355px 468px #5a2069,1870px 1240px #5a2069,1824px 433px #5a2069,5px 1959px #5a2069,1055px 921px #5a2069,1875px 775px #5a2069,518px 1560px #5a2069,1486px 190px #5a2069,1085px 388px #5a2069,284px 1001px #5a2069,619px 1151px #5a2069,497px 1817px #5a2069,937px 1092px #5a2069,191px 1974px #5a2069,468px 451px #5a2069,190px 59px #5a2069,251px 1943px #5a2069,661px 1741px #5a2069,339px 264px #5a2069,1333px 1011px #5a2069,1373px 1710px #5a2069,1401px 334px #5a2069,780px 242px #5a2069,1505px 1478px #5a2069,1991px 1945px #5a2069,1032px 424px #5a2069,195px 1626px #5a2069,631px 345px #5a2069,1225px 443px #5a2069,28px 146px #5a2069,1509px 1370px #5a2069,288px 240px #5a2069,1688px 838px #5a2069,517px 1979px #5a2069,1603px 1414px #5a2069,302px 962px #5a2069,999px 882px #5a2069,1121px 1695px #5a2069,1432px 564px #5a2069,1937px 658px #5a2069,43px 235px #5a2069,1598px 1240px #5a2069,803px 1942px #5a2069,12px 136px #5a2069,1290px 428px #5a2069,1507px 1167px #5a2069,1032px 821px #5a2069,1290px 800px #5a2069,1432px 1893px #5a2069,546px 1408px #5a2069,1682px 1660px #5a2069,583px 1286px #5a2069,824px 443px #5a2069,1007px 319px #5a2069,109px 1741px #5a2069,1747px 730px #5a2069,1113px 11px #5a2069,203px 1022px #5a2069,87px 635px #5a2069,1448px 242px #5a2069,1540px 217px #5a2069,1077px 589px #5a2069,986px 581px #5a2069,632px 1348px #5a2069,367px 712px #5a2069,1457px 734px #5a2069,1361px 1532px #5a2069,137px 1564px #5a2069,1311px 1036px #5a2069,1259px 752px #5a2069,635px 1326px #5a2069,576px 841px #5a2069,883px 686px #5a2069,778px 607px #5a2069,1454px 1755px #5a2069,1561px 1196px #5a2069,238px 828px #5a2069,663px 610px #5a2069,1371px 559px #5a2069,1233px 211px #5a2069,1823px 984px #5a2069,267px 404px #5a2069,1813px 1884px #5a2069,1854px 670px #5a2069,94px 1292px #5a2069,148px 1661px #5a2069,1879px 596px #5a2069,1632px 64px #5a2069,641px 1588px #5a2069,1426px 658px #5a2069,1830px 658px #5a2069,1553px 16px #5a2069,1119px 1786px #5a2069,499px 1905px #5a2069,256px 1090px #5a2069,775px 1625px #5a2069,32px 1514px #5a2069,379px 1295px #5a2069,1158px 75px #5a2069,339px 1898px #5a2069,1813px 837px #5a2069,988px 213px #5a2069,513px 661px #5a2069,1807px 1375px #5a2069,1519px 1722px #5a2069,1399px 534px #5a2069,811px 976px #5a2069,1395px 1617px #5a2069,1196px 1558px #5a2069,162px 1543px #5a2069,267px 114px #5a2069,595px 163px #5a2069,1129px 1874px #5a2069,1894px 1378px #5a2069,570px 392px #5a2069,1954px 805px #5a2069,1241px 236px #5a2069,1795px 1608px #5a2069,493px 404px #5a2069,1846px 282px #5a2069,1075px 271px #5a2069,63px 659px #5a2069,1952px 715px #5a2069,449px 1260px #5a2069,497px 1580px #5a2069,474px 93px #5a2069,1424px 1409px #5a2069,860px 473px #5a2069,1618px 1894px #5a2069,1377px 1047px #5a2069,1881px 191px #5a2069,1703px 1142px #5a2069,472px 400px #5a2069,64px 1323px #5a2069,886px 628px #5a2069,1007px 622px #5a2069,720px 1226px #5a2069,811px 453px #5a2069,1197px 1264px #5a2069,142px 1344px #5a2069,715px 1508px #5a2069,1344px 1101px #5a2069,632px 1840px #5a2069,1481px 596px #5a2069,116px 1962px #5a2069,731px 1050px #5a2069,1214px 1024px #5a2069,1286px 1815px #5a2069,93px 323px #5a2069,1900px 1237px #5a2069,732px 454px #5a2069,110px 1463px #5a2069,1514px 272px #5a2069,657px 187px #5a2069,1951px 477px #5a2069,1817px 1220px #5a2069,587px 1283px #5a2069,1145px 1272px #5a2069,848px 279px #5a2069,497px 284px #5a2069,790px 1353px #5a2069,1747px 1198px #5a2069,1938px 20px #5a2069,573px 465px #5a2069,987px 852px #5a2069,1274px 749px #5a2069,1740px 967px #5a2069,791px 1357px #5a2069,361px 665px #5a2069,686px 794px #5a2069,1915px 757px #5a2069,1828px 71px #5a2069,1919px 76px #5a2069,1317px 829px #5a2069,673px 816px #5a2069,1581px 267px #5a2069,147px 1475px #5a2069,1213px 804px #5a2069,513px 1022px #5a2069,1269px 58px #5a2069,341px 32px #5a2069,1346px 1293px #5a2069,1126px 1806px #5a2069,1644px 1920px #5a2069,1376px 1092px #5a2069,479px 1182px #5a2069,1796px 1845px #5a2069,229px 76px #5a2069,198px 1677px #5a2069
}

.companyReg .stars-active:not(.no-animation) #stars3 {
	animation: animStar 100s linear infinite
}

.companyReg #stars3 {
	width: 12px;
	height: 12px;
	box-shadow: 1449px 1091px #501c5d,203px 1481px #501c5d
}

.companyReg #stars3:after {
	width: 12px;
	height: 12px;
	box-shadow: 1449px 1091px #501c5d,203px 1481px #501c5d
}

.companyReg .stars-active:not(.no-animation) #stars4 {
	animation: animStar 50s linear infinite
}

.companyReg #stars4 {
	width: 16px;
	height: 16px;
	box-shadow: 1963px 1234px #461851,47px 1377px #461851,576px 1316px #461851,1382px 1050px #461851,1070px 351px #461851,1954px 1662px #461851,1581px 804px #461851,647px 1876px #461851,672px 86px #461851,1586px 36px #461851,130px 808px #461851,1986px 1642px #461851,328px 1339px #461851,119px 254px #461851,1704px 1917px #461851,1385px 1026px #461851,613px 222px #461851,1311px 614px #461851,1120px 527px #461851,414px 946px #461851,1800px 1799px #461851,494px 1161px #461851,640px 404px #461851,1364px 957px #461851,1965px 1953px #461851,119px 1029px #461851,1205px 692px #461851,166px 1378px #461851,1677px 1397px #461851,1256px 11px #461851,386px 937px #461851,469px 831px #461851,942px 1682px #461851,531px 284px #461851,305px 177px #461851,1970px 1093px #461851,95px 887px #461851,103px 1105px #461851,1110px 208px #461851,1997px 1272px #461851,1307px 1493px #461851,1489px 157px #461851,1546px 1516px #461851,1659px 7px #461851,1151px 1181px #461851,761px 1062px #461851,1154px 1297px #461851,819px 8px #461851,1959px 1742px #461851,274px 1224px #461851
}

.companyReg #stars4:after {
	width: 16px;
	height: 16px;
	box-shadow: 1963px 1234px #461851,47px 1377px #461851,576px 1316px #461851,1382px 1050px #461851,1070px 351px #461851,1954px 1662px #461851,1581px 804px #461851,647px 1876px #461851,672px 86px #461851,1586px 36px #461851,130px 808px #461851,1986px 1642px #461851,328px 1339px #461851,119px 254px #461851,1704px 1917px #461851,1385px 1026px #461851,613px 222px #461851,1311px 614px #461851,1120px 527px #461851,414px 946px #461851,1800px 1799px #461851,494px 1161px #461851,640px 404px #461851,1364px 957px #461851,1965px 1953px #461851,119px 1029px #461851,1205px 692px #461851,166px 1378px #461851,1677px 1397px #461851,1256px 11px #461851,386px 937px #461851,469px 831px #461851,942px 1682px #461851,531px 284px #461851,305px 177px #461851,1970px 1093px #461851,95px 887px #461851,103px 1105px #461851,1110px 208px #461851,1997px 1272px #461851,1307px 1493px #461851,1489px 157px #461851,1546px 1516px #461851,1659px 7px #461851,1151px 1181px #461851,761px 1062px #461851,1154px 1297px #461851,819px 8px #461851,1959px 1742px #461851,274px 1224px #461851
}

@keyframes animStar {
	from {
		transform: translateY(0)
	}

	to {
		transform: translateY(-2000px)
	}
}

.ui-widget-content .ui-state-focus {
	background: #14bfb4!important;
	color: #fff
}

*,:after,:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.flip {
	-webkit-animation: rotateplane .6s ease-in-out;
	-moz-animation: rotateplane .6s ease-in-out;
	-o-animation: rotateplane .6s ease-in-out;
	animation: rotateplane .6s ease-in-out
}

@-webkit-keyframes rotateplane {
	0% {
		-webkit-transform: rotateY(0);
		-moz-transform: rotateY(0);
		transform: rotateY(0);
		-ms-transform: rotateY(0)
	}

	100% {
		-webkit-transform: rotateY(180deg);
		-moz-transform: rotateY(180deg);
		transform: rotateY(180deg);
		-ms-transform: rotateY(180deg)
	}
}

.register-login-content {
	width: 300px;
	margin: 0 auto;
	position: relative
}

.register-login-content label {
	font-size: 12px
}

.send_email {
	height: 120px
}

.login-form-action {
	font-size: 12px
}

.login-form-action.reset-btn a {
	width: 45%;
	display: inline-block
}

.login-form-action .btn {
	display: inline-block;
	padding: 6px 12px;
	height: 40px;
	margin-bottom: 0;
	font-size: 12px;
	font-weight: 400;
	line-height: 2;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid transparent;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	width: 100%;
	border: none
}

.login-form-action .btn.gray0 {
	background-color: #ccc
}

.login-form-action .third-party {
	text-align: center;
	line-height: 30px
}

.login-form-action .qq_login,.login-form-action .wx_login {
	display: inline-block;
	width: 140px;
	height: 40px;
	line-height: 40px;
	border-radius: 4px
}

.login-form-action .qq_login em,.login-form-action .wx_login em {
	padding-right: 10px
}

.login-form-action .wx_login {
	border: 1px solid #2bb36f;
	margin-right: 15px;
	text-align: center
}

.login-form-action .wx_login em,.login-form-action .wx_login span {
	color: #2bb36f!important;
	display: inline-block
}

.login-form-action .wx_login:hover {
	background-color: #2bb36f
}

.login-form-action .wx_login:hover em,.login-form-action .wx_login:hover span {
	color: #fff!important
}

.login-form-action .qq_login {
	text-align: center;
	border: 1px solid #068fd5
}

.login-form-action .qq_login em,.login-form-action .qq_login span {
	color: #068fd5!important
}

.login-form-action .qq_login:hover {
	background-color: #068fd5
}

.login-form-action .qq_login:hover em,.login-form-action .qq_login:hover span {
	color: #fff!important
}

.login-form-section input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #fff inset;
	border: 1px solid #CCC!important;
	border-radius: 0 4px 4px 0
}

.login-form-section .login-content {
	-o-box-shadow: 0 0 3px rgba(0,0,0,.3);
	-ms-box-shadow: 0 0 3px rgba(0,0,0,.3);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.3);
	box-shadow: 0 0 3px rgba(0,0,0,.3)
}

.login-form-section .login-content .switch-reg {
	font-size: 12px;
	margin: 15px 0
}

.login-form-section .login-content .reg-login-footer {
	padding: 15px 0;
	font-size: 12px;
	margin: 30px 38px 0 38px;
	border-top: 1px solid #ccd5db
}

.login-form-section .login-content .reg-login-footer a {
	font-size: 12px
}

.login-form-section .login-content .reg-login-footer .checkbox {
	margin-top: 0
}

.login-form-section .login-content .checkbox input[type=checkbox] {
	margin-left: 0
}

.login-form-section .login-content .section-title {
	padding: 38px 38px 10px 38px;
	position: relative
}

.login-form-section .login-content .section-title h3 {
	color: #526069;
	font-size: 24px;
	font-weight: 300!important;
	display: block;
	margin-bottom: 0
}

.login-form-section .login-content .section-title .bbs-help-tip {
	font-size: 12px;
	color: #a3afb7
}

.login-form-section .login-content label {
	font-size: 12px;
	width: 100%
}

.login-form-section .form-control {
	height: 39px;
	width: 300px;
	font-size: 12px;
	border-radius: 4px!important;
	border: 1px solid #ccd5db;
	background-color: #fff!important
}

.login-form-section .textbox-wrap {
	-moz-transition: border-left-color .5s,box-shadow .5s,background-color .5s;
	-o-transition: border-left-color .5s,box-shadow .5s,background-color .5s;
	-webkit-transition: border-left-color .5s,box-shadow .5s,background-color .5s;
	transition: border-left-color .5s,box-shadow .5s,background-color .5s
}

.login-form-section .textbox-wrap .icon-right {
	color: green;
	position: absolute;
	top: 50%;
	right: -30px;
	margin-top: -7px
}

.login-form-section .textbox-wrap .icon-wrong {
	color: red;
	position: absolute;
	top: 50%;
	right: -30px;
	margin-top: -7px
}

.login-form-section .error-wrap {
	padding: 2px 50px 2px 50px
}

.login-form-section .error-wrap .alert {
	margin-bottom: 5px;
	color: #fff;
	border-radius: 0;
	text-align: center;
	font-size: 14px
}

.login-form-section .error-wrap .alert-danger {
	background-color: #F0F0F0;
	border: none;
	color: #999
}

.login-form-section .error-wrap .alert-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border: none
}

.login-form-section .login-form-tip {
	padding: 15px 50px 30px 50px;
	text-align: center;
	font-size: 12px
}

.login-form-section .error_text {
	color: #ea1f64;
	font-size: 12px;
	display: block;
	height: 20px;
	margin-top: 2px
}

.login-form-section .login-content .register-login-content h4 {
	margin-bottom: 15px
}

.login-form-section .login-content .register-login-content p.welcome {
	font-size: 12px;
	color: #1abd9b;
	line-height: 22px;
	margin-bottom: 30px
}

.login-form-section .login-content .send_email {
	height: 120px
}

.login-form-section .login-content .guide {
	margin: 0 auto
}

.login-form-section .login-content .guide .register-login-content {
	width: 400px
}

.login-form-section .login-content .guide .register-login-content .user {
	width: 190px;
	cursor: pointer
}

.login-form-section .login-content .guide .register-login-content .user:active {
	-o-box-shadow: 0 0 3px rgba(0,0,0,.3);
	-ms-box-shadow: 0 0 3px rgba(0,0,0,.3);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.3);
	box-shadow: 0 0 3px rgba(0,0,0,.3)
}

.login-form-section .login-content .guide .register-login-content .user .user-content {
	height: 210px;
	padding: 20px 10px
}

.login-form-section .login-content .guide .register-login-content .user .user-content .eqf-top-contact {
	margin-left: 60px;
	font-size: 35px;
	margin-bottom: 20px
}

.login-form-section .login-content .guide .register-login-content .user .user-content .eqf-huangguan {
	margin-left: 60px;
	font-size: 40px;
	margin-bottom: 20px;
	color: #f2a653
}

.login-form-section .login-content .guide .register-login-content .mt40 {
	margin-top: 40px
}

.login-form-section .login-content .guide .register-login-content .mb100 {
	margin-bottom: 100px
}

.login-form-section .login-content .guide .register-login-content .more-users {
	float: right
}

.login-form-section .login-content .guide h4 {
	font-size: 18px;
	color: #1abd9b
}

.login-form-section .error_text {
	color: #ea1f64;
	font-size: 12px;
	display: block;
	height: 20px;
	margin-top: 2px
}

.login-form-section .company-user-modal {
	width: 400px;
	margin: 0 auto;
	position: relative
}

.login-form-section .company-user-modal .textbox-wrap .code,.login-form-section .company-user-modal .textbox-wrap .form-control {
	display: inline-block
}

.login-form-section .company-user-modal .textbox-wrap .code {
	color: #14bfb4;
	cursor: pointer
}

.login-form-section .company-user-modal .textbox-wrap .mobile {
	width: 200px
}

.pb40 {
	padding-bottom: 40px
}

.h-scroll {
	height: 260px
}

.modal-dialog {
	width: 460px
}

.modal-lg {
	width: 600px
}

#notify {
	position: fixed;
	z-index: 1000;
	width: 470px;
	left: 50%;
	margin-top: 60px;
	margin-left: -235px
}

#notify .alert {
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 0;
	text-align: center;
	width: 100%;
	padding: 20px 10px;
	position: absolute;
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
	box-shadow: 0 5px 15px rgba(0,0,0,.5)
}

#notify .alert-success {
	background-color: #fff;
	font-size: 28px;
	color: #666
}

#notify .alert .close {
	position: relative;
	top: -3px;
	right: 5px;
	line-height: 20px;
	color: #666;
	opacity: 1
}

#notify .alert-tip {
	width: 360px;
	background: #fff;
	border-radius: 0;
	padding: 20px 15px;
	line-height: 25px
}

#notify .alert-tip .close {
	color: #999;
	font-weight: 100;
	position: absolute;
	top: 0;
	right: 5px;
	font-size: 20px
}

.data_associate {
	padding: 20px 40px 0
}

.data_associate .panel {
	margin-top: 20px;
	max-height: 400px;
	overflow: auto
}

.email-account {
	position: absolute;
	top: 30px;
	left: 50%;
	width: 440px;
	height: 165px;
	margin-left: -240px;
	box-shadow: 0 0 7px 1px #dedddd;
	z-index: 1000;
	text-align: center;
	background-color: #FFF
}

.email-account h1 {
	font-size: 24px;
	color: #666;
	margin-top: 45px
}

.email-account p {
	font-size: 14px;
	margin-top: 35px
}

.email-account p a {
	color: #14bfb4
}

.bug-font-modal .buy-font-info {
	margin-left: 40px
}

.bug-font-modal .buy-font-info div {
	height: 30px;
	line-height: 30px
}

.bug-font-modal .buy-font-info div input {
	margin-top: 0
}

.bug-font-modal .buy-font-info div span {
	margin-left: 5px
}

.reg {
	background-color: #f45d52;
	padding-top: 30px;
	padding-bottom: 30px
}

.reg .header {
	width: 100%;
	height: 80px
}

.reg .header .content {
	width: 1000px;
	height: 80px;
	margin: 0 auto
}

.reg .header .content .logo {
	width: 148px;
	height: 36px;
	margin: 30px auto
}

.reg .header .content .h2 {
	font-size: 20px;
	line-height: 40px;
	margin-top: 40px;
	color: #929292;
	text-align: center
}

.reg .header .content .logo2 {
	width: 196px;
	height: 50px;
	margin: 0 auto
}

.reg .main {
	width: 1000px;
	margin: 0 auto
}

.reg .main .banner {
	width: 690px;
	height: 440px;
	float: left;
	margin-top: 75px;
	display: inline
}

.reg .main .loginBox {
	width: 288px;
	height: 340px;
	background: #f78f86;
	border: 1px solid #f89e96;
	float: right;
	display: inline;
	box-shadow: 1px 1px 5px #b4453c;
	margin-top: 100px
}

.reg .main .loginBox .txt {
	width: 248px;
	height: 38px;
	border: 1px solid #fee2df;
	margin: 0 auto;
	margin-top: 20px;
	position: relative;
	left: 0;
	top: 0;
	background: #f9a49d
}

.reg .main .loginBox .txt input {
	width: 160px;
	height: 12px;
	padding: 13px 10px 13px 78px;
	position: absolute;
	left: 0;
	top: 0;
	border: none;
	background: #f9a49d;
	z-index: 1
}

.reg .main .loginBox .txt .login_btn {
	display: block;
	height: 38px;
	line-height: 38px;
	letter-spacing: 10px;
	text-align: center;
	font-size: 14px;
	color: #f57971;
	background: #fff;
	border-radius: 2px
}

.reg .main .loginBox .txt .reg_btn {
	display: block;
	height: 38px;
	line-height: 38px;
	letter-spacing: 10px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: #fac7c3;
	border-radius: 2px
}

.reg .main .reg_xy_Box {
	width: 580px;
	margin: 0 auto
}

.reg .main .reg_xy_Box h2 {
	text-align: center;
	color: #fff;
	font-size: 26px;
	line-height: 60px
}

.reg .main .reg_xy_Box .reg_xy {
	max-height: 500px;
	overflow-y: auto;
	color: #fff;
	font-size: 14px;
	padding: 10px 20px 40px 20px;
	background: #f78e86;
	border: 1px solid #f89e97
}

.reg .main .reg_xy_Box .reg_xy p {
	line-height: 18px
}

.reg .main .reg_xy_Box .agree_btn {
	width: 200px;
	height: 40px;
	display: block;
	line-height: 40px;
	background: #fff;
	color: #f35d52;
	margin: 0 auto;
	text-align: center;
	border-radius: 2px;
	font-size: 14px;
	margin-top: 30px
}

.reg .main .regBox {
	width: 460px;
	height: 360px;
	margin: 0 auto;
	margin-top: 50px
}

.reg .main .regBox .txt {
	width: 418px;
	height: 38px;
	border: 1px solid #fee2df;
	margin: 0 auto;
	margin-top: 20px;
	position: relative;
	left: 0;
	top: 0;
	background: #f9a49d
}

.reg .main .regBox .txt input {
	color: #fff;
	width: 300px;
	height: 12px;
	padding: 13px 10px 13px 38px;
	position: absolute;
	left: 0;
	top: 0;
	border: none;
	background: #f9a49d;
	z-index: 1
}

.reg ::-webkit-input-placeholder {
	color: #fff
}

.reg :-moz-placeholder {
	color: #fff
}

.reg ::-moz-placeholder {
	color: #fff
}

.reg :-ms-input-placeholder {
	color: #fff
}

.reg .main .regBox .cont {
	width: 420px;
	margin: 0 auto;
	margin-top: 20px
}

.reg .main .regBox .cont span {
	color: #fff;
	cursor: pointer
}

.reg .main .regBox .cont .reg_btn {
	width: 198px;
	height: 40px;
	line-height: 40px;
	letter-spacing: 10px;
	float: left;
	background: #fff;
	border-radius: 2px;
	color: #f35d52;
	text-align: center;
	font-size: 14px
}

.reg .main .regBox .cont .reset_btn {
	width: 198px;
	height: 38px;
	line-height: 38px;
	border: 1px solid #fef4f3;
	letter-spacing: 10px;
	float: right;
	background: #f9aea9;
	border-radius: 2px;
	color: #fff;
	text-align: center;
	font-size: 14px
}

.reg .pos {
	position: relative;
	left: 0;
	top: 0
}

.reg .point_icon {
	padding-left: 20px;
	width: 120px;
	position: absolute;
	left: 0;
	top: 0;
	background: url(images/point_icon.png) no-repeat left center
}

.reg .point_on_icon {
	padding-left: 20px;
	width: 140px;
	position: absolute;
	left: 0;
	top: 0;
	background: url(images/point_on_icon.png) no-repeat left center;
	cursor: pointer
}

.reg .title {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-indent: 20px;
	color: #fff;
	font-size: 26px;
	margin-top: 20px
}

.reg .span {
	position: absolute;
	color: #fff;
	font-size: 14px;
	left: 40px;
	top: 10px;
	z-index: 2
}

.reg .email_icon {
	width: 16px;
	height: 10px;
	float: left;
	position: absolute;
	left: 10px;
	top: 15px;
	background: url(images/email_icon.png);
	z-index: 2;
	overflow: hidden
}

.reg .password_icon {
	width: 12px;
	height: 16px;
	float: left;
	position: absolute;
	left: 12px;
	top: 11px;
	background: url(images/password_icon.png);
	z-index: 2;
	overflow: hidden
}

.reg .para {
	text-indent: 2em;
	font-size: 14px
}

#ad_001 .pagination {
	display: none
}

.mobile .header {
	height: 60px;
	line-height: 60px;
	background-color: #f7f7f7;
	border-radius: 3px;
	padding: 0 20px
}

.mobile .content {
	padding: 40px 50px 40px 60px
}

.mobile .content .mobile-img {
	float: left;
	margin-right: 50px
}

.mobile .content .mobile-text h2 {
	font-size: 18px
}

.mobile .content .mobile-text p {
	font-size: 12px;
	line-height: 20px
}

.mobile .footer {
	margin: 0 40px 20px 40px
}

.mobile .footer a {
	width: 48%;
	float: left;
	text-align: center;
	height: 44px;
	line-height: 44px;
	border-radius: 3px
}

.mobile .footer a.submit {
	border: 1px solid #e7e7e7
}

.mobile .footer a.cancel {
	color: #fff;
	margin-left: 4%
}

.ui-front {
	z-index: 1051!important
}

.grouddetail {
	background-color: #fff;
	padding: 10px 0;
	box-shadow: 0 1px 15px rgba(0,0,0,.1)
}

.grouddetail ul li {
	padding: 0 30px;
	position: relative
}

.grouddetail ul li i {
	position: absolute;
	height: 12px;
	right: 0;
	top: 14px;
	border-right: 1px solid #ccd5db
}

.grouddetail ul div {
	width: 100%
}

.grouddetail ul .bottomborder a {
	padding-right: 10px
}

.grouddetail ul .bottomborder span {
	position: relative;
	left: 20px
}

.grouddetail .addgroup a {
	color: #08A1EF
}

.grouddetail .addgroup a:hover {
	color: #56C6FF
}

.grouddetail .addgroup a:active {
	color: #0784C3
}

.jiaoxue {
	position: relative;
	height: 40px
}

.jiaoxue.group {
	max-width: 560px
}

.jiaoxue.group li {
	margin-bottom: 10px
}

.jiaoxue .show-group {
	position: absolute;
	right: 0;
	top: 0
}

.jiaoxue li {
	display: inline-block;
	line-height: 40px
}

.jiaoxue li .effect-tip {
	top: 10px;
	right: 10px
}

.jiaoxue li.active a {
	color: #6cf;
	padding-bottom: 5px
}

.jiaoxue li em {
	cursor: pointer
}

.jiaoxue li em:hover {
	color: #14bfb4
}

.jiaoxue li em.eqf-xiuziti {
	padding-right: 3px
}

.jiaoxue li .manage-ground-setting {
	width: 90px;
	height: 30px;
	border: 1px solid #ccd5db;
	border-radius: 3px;
	line-height: 28px;
	padding-left: 11px;
	box-sizing: border-box;
	background-color: #fff
}

.jiaoxue li .manage-ground-setting em {
	position: relative;
	left: 8px
}

.jiaoxue li .manage-ground-setting:hover {
	background-color: #14bfb4;
	color: #fff;
	border: none
}

.jiaoxue li .manage-ground-setting:active {
	background-color: #0784c3;
	color: #fff;
	border: none
}

.jiaoxue li .manage-ground-complete {
	display: block;
	width: 60px;
	text-align: center;
	padding-left: 0
}

.jiaoxue li .manage-ground-complete:hover {
	background-color: #44cb83;
	color: #fff;
	border: none
}

.jiaoxue li .manage-ground-complete:active {
	background-color: #2bb36f;
	color: #fff;
	border: none
}

.jiaoxue li .scene-tag-grounp {
	position: absolute;
	z-index: 5;
	top: 40px;
	left: 50%;
	margin-left: -590px;
	background-color: #fff;
	width: 1180px;
	height: 80px;
	box-shadow: 0 1px 15px rgba(0,0,0,.1)
}

.jiaoxue li .scene-tag-grounp li {
	margin-top: 10px;
	padding: 0 30px;
	position: relative;
	line-height: 60px
}

.jiaoxue li .scene-tag-grounp li a:hover {
	border-bottom: 1px solid #ccd5db
}

.jiaoxue li .scene-tag-grounp li i {
	position: absolute;
	height: 12px;
	right: 0;
	top: 24px;
	border-right: 1px solid #ccd5db
}

.jiaoxue li .scene-tag-grounp li a {
	color: #1abd9b
}

.jiaoxue li .scene-tag-grounp li.active a {
	color: #14bfb4
}

.jiaoxue .myscenemmore em {
	margin-left: 4px;
	width: 10px;
	height: 10px;
	display: inline-block
}

.jiaoxue .eqf-xiuziti:hover {
	color: #44cb83
}

.jiaoxue .eqf-xiuziti:active {
	color: #2bb36f
}

.jiaoxue .eqf-wrong2:hover {
	color: #ff5448
}

.jiaoxue .eqf-wrong2:active {
	color: #f5473c
}

.jiaoxue .eqf-plus2 {
	border-radius: 50%;
	color: #fff;
	background-color: #14bfb4;
	margin-right: 8px
}

.jiaoxue .eqf-plus2:hover {
	background-color: #56c6ff
}

.jiaoxue .eqf-plus2:active {
	background-color: #0784c3
}

.jiaoxue .eqf-scene-settingII:hover {
	color: #fff
}

.companyType a {
	width: 75px;
	text-align: center;
	font-size: 12px
}

#main .select-branch .select-contain.select-sm .eqc-mask .eqc-name {
	max-width: 100px
}

#main .cate-width.select-contain.select-sm {
	width: 80px
}

#main .spread-tab {
	padding-top: 32px
}

.info .creat {
	float: right
}

.info .creat a {
	display: block;
	color: #fff;
	background-color: #ff5448;
	border-radius: 30px;
	width: 60px;
	height: 60px;
	overflow: hidden
}

.info .creat a:hover {
	width: 160px
}

.info .creat a:hover span {
	opacity: 1;
	display: block
}

.info .creat a em,.info .creat a span {
	float: left;
	display: block;
	line-height: 60px
}

.info .creat a em {
	width: 60px;
	font-size: 20px;
	text-align: center
}

.info .creat a span {
	opacity: 0;
	display: none
}

.changjing-data {
	padding-bottom: 30px
}

.changjing-data li {
	float: left;
	width: 25%;
	color: #fff
}

.changjing-data li .big-icon,.changjing-data li span {
	display: inline-block
}

.changjing-data li .big-icon {
	padding-left: 20px
}

.changjing-data li .num {
	color: #fff;
	font-size: 18px
}

.changjing-data li .title {
	font-size: 12px;
	margin-top: 15px
}

.changjing-data li span {
	float: left;
	font-size: 25px;
	color: #fff;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	background-color: rgba(255,255,255,.15);
	border-radius: 50%
}

.changjing-data li span.eqf-eye {
	font-size: 18px
}

.changjing-data li span.eqf-date {
	font-size: 22px
}

.scene-type {
	margin: 10px 0 10px 0;
	position: relative
}

.scene-type .scene-select {
	font-size: 12px;
	float: left;
	width: 70px!important
}

.scene-type .scene-select {
	cursor: pointer
}

.scene-type .scene-select.selected a {
	color: #14bfb4
}

.scene-type .scene-select.iconChange em {
	transform: rotate(180deg)
}

.scene-type .scene-select span {
	padding-right: 10px
}

.scene-type .scene-select em {
	padding-top: 1px
}

.scene-type .scene-select em,.scene-type .scene-select span {
	float: left
}

.scene-type .search-tab {
	float: right;
	height: 40px;
	line-height: 40px
}

.scene-type .search-tab .select-contain .eqc-mask span {
	line-height: 40px
}

.scene-type .list-toggle,.scene-type .search {
	display: inline-block
}

.scene-type .search.hover input,.scene-type .search:hover input {
	border-color: #14bfb4;
	color: #1f2532;
	width: 180px
}

.scene-type .search.hover input::-webkit-input-placeholder,.scene-type .search:hover input::-webkit-input-placeholder {
	color: #a3afb7
}

.scene-type .search.hover input:-moz-placeholder,.scene-type .search:hover input:-moz-placeholder {
	color: #a3afb7
}

.scene-type .search.hover input::-moz-placeholder,.scene-type .search:hover input::-moz-placeholder {
	color: #a3afb7
}

.scene-type .search.hover input:-ms-input-placeholder,.scene-type .search:hover input:-ms-input-placeholder {
	color: #a3afb7
}

.scene-type .search input {
	float: left;
	border: 0;
	background: 0 0;
	font-size: 12px;
	border-bottom: 1px solid transparent;
	color: transparent;
	border-radius: 0;
	line-height: 30px;
	position: relative;
	cursor: pointer;
	z-index: 1;
	width: 0;
	-webkit-transition: width .3s .1s ease,border-color .3s ease;
	transition: width .3s .1s ease,border-color .3s ease;
	height: 30px
}

.scene-type .search input::-webkit-input-placeholder {
	color: #f5f5f5
}

.scene-type .search input:-moz-placeholder {
	color: #f5f5f5
}

.scene-type .search input::-moz-placeholder {
	color: #f5f5f5
}

.scene-type .search input:-ms-input-placeholder {
	color: #f5f5f5
}

.scene-type .search .search-icon {
	margin-right: 20px;
	font-size: 16px;
	z-index: 2;
	cursor: pointer
}

.scene-type .search .search-icon.eqf-wrong {
	font-size: 12px;
	color: #a3afb7
}

.scene-type .list-toggle {
	cursor: pointer;
	text-align: center;
	font-size: 16px;
	color: #6cf
}

.scene-type .list-toggle:hover {
	color: #14bfb4
}

.mask {
	width: 100%
}

.ad a {
	color: #fff
}

.ad a:hover {
	color: #14bfb4
}

.ribbon {
	position: absolute;
	top: -2px;
	left: -2px;
	width: 140px;
	height: 80px;
	text-align: center;
	z-index: 4
}

.ribbon .ribbon-inner {
	position: absolute;
	left: -40px;
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #fff;
	top: 16px;
	padding: 0 20px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.ribbon .ribbon-inner.check {
	background-color: #ff5448
}

.ribbon .ribbon-inner.unpublish {
	background-color: #a3afb7
}

.ribbon .ribbon-inner.new {
	background-color: #f2a653
}

.ribbon .ribbon-inner.check {
	background-color: #ff5448
}

.ribbon .ribbon-inner.isCompany {
	background-color: #14bfb4
}

.discount-detail {
	width: 90px;
	height: 90px;
	text-align: left
}

.discount-detail .discount-bg {
	width: 100%;
	height: 100%;
	background-image: url(../assets/images/discount_blue.svg);
	background-size: contain
}

.discount-detail .discount-bg .discount-del {
	text-decoration: line-through;
	color: #fff;
	display: block;
	padding-top: 6px;
	text-indent: 8px;
	line-height: 22px
}

.discount-detail .discount-bg .discount-normal {
	color: #fff;
	display: block;
	text-indent: 8px;
	margin-right: 2px
}

.discount-detail .discount-bg .discount-normal em {
	font-size: 20px
}

.discount-detail .discount-red {
	background-image: url(../assets/images/discount_red.svg)
}

#main {
	margin-top: 60px
}

#main .scene-img .ribbon {
	top: 0;
	left: 0
}

#main .rec-scene .scene-group .move {
	color: #1abd9b
}

#main .rec-scene .scene-group .move:hover {
	color: #14bfb4
}

#main .scene-group {
	position: absolute;
	top: 30px;
	right: 30px
}

#main .scene-group .move {
	color: #fff;
	text-align: right;
	display: block;
	height: 40px
}

#main .scene-group .group-list {
	width: 100px;
	background-color: #fff;
	position: absolute;
	top: 20px;
	right: 0;
	z-index: 5;
	border: 1px solid #ccd5db;
	transform-origin: 100% 0;
	box-shadow: 2px 2px 20px rgba(0,0,0,.1)
}

#main .scene-group .group-list a {
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center
}

#main .scene-group .group-list a:hover {
	background-color: #14bfb4!important;
	color: #fff
}

#main .scene-group .group-list a:nth-child(2n) {
	background-color: #f7f7f7
}

#main .set {
	float: right
}

#main .set a {
	border: 1px solid #ccd5db;
	border-radius: 3px;
	text-align: left
}

#main .set a em {
	padding: 0 10px 0 8px
}

#main .set a span {
	margin-right: 10px;
	color: #fff
}

#main .set a.delete:hover {
	background-color: #ff5448;
	border-color: #ff5448
}

#main .set a.operation:hover {
	background-color: #44cb83;
	border-color: #44cb83
}

#main .set a.sample:hover {
	width: 113px
}

#main .set a:hover {
	background-color: #14bfb4;
	color: #fff;
	border-color: #14bfb4;
	width: 70px
}

#main .button {
	font-size: 12px;
	width: 30px;
	height: 30px;
	display: inline-block;
	overflow: hidden
}

#main .button em {
	line-height: 28px
}

#main .ercode {
	padding: 30px 0;
	text-align: center;
	animation: zoomIn .5s ease 0s 1 both;
	-webkit-animation: zoomIn .5s ease 0s 1 both
}

#main .square-scene li {
	position: relative;
	font-size: 12px;
	background-color: #fff;
	border-radius: 3px;
	width: 280px;
	height: 360px;
	overflow: hidden;
	float: left;
	display: inline;
	margin-right: 20px;
	margin-bottom: 20px
}

#main .square-scene li .scene-group {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 2
}

#main .square-scene li .scene-group .move {
	color: #fff;
	text-align: right;
	display: block;
	height: 23px;
	padding: 5px 10px;
	border-radius: 3px;
	background-color: #14bfb4
}

#main .square-scene li .scene-group .group-list {
	width: 100px;
	background-color: #fff;
	position: absolute;
	top: 23px;
	right: 0;
	transform-origin: 100% 0
}

#main .square-scene li .scene-group .group-list a {
	display: block;
	height: 30px;
	line-height: 30px
}

#main .square-scene li .scene-group .group-list a:hover {
	background-color: #14bfb4!important;
	color: #fff
}

#main .square-scene li .scene-group .group-list a:nth-child(2n) {
	background-color: #f7f7f7
}

#main .square-scene li:nth-child(4n) {
	margin-right: 0
}

#main .square-scene li:hover .scene-group .move {
	background: 0 0
}

#main .square-scene li:hover .overlay {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1
}

#main .square-scene li:hover .buttons {
	-webkit-transform: translateY(27px);
	-ms-transform: translateY(27px);
	transform: translateY(27px);
	opacity: 1
}

#main .square-scene li:hover .project-info {
	-webkit-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	transform: translateY(-40px)
}

#main .square-scene li:hover .discount-overdue {
	opacity: 1!important
}

#main .square-scene li .image {
	width: 280px;
	height: 260px;
	overflow: hidden
}

#main .square-scene li .image .front {
	height: 280px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

#main .square-scene li .overlay {
	width: 100%;
	height: 280px;
	font-size: 12px;
	opacity: 0;
	position: absolute;
	background-color: rgba(0,0,0,.8);
	text-align: center;
	z-index: 1;
	top: 0;
	color: #fff;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	transform: translateY(-20px);
	-webkit-transition: opacity .2s ease,-webkit-transform .2s ease;
	transition: opacity .2s ease,transform .2s ease
}

#main .square-scene li .overlay .sample {
	position: absolute;
	top: 180px;
	left: 0;
	right: 0;
	text-align: center
}

#main .square-scene li .overlay .sample a {
	color: #fff
}

#main .square-scene li .overlay .edit .edit-same {
	display: inline-block;
	margin-top: 73px;
	padding: 0 10px;
	cursor: pointer;
	color: #fff
}

#main .square-scene li .overlay .edit .edit-same em {
	display: block;
	font-size: 30px;
	border-radius: 50%;
	background-color: rgba(255,255,255,.2);
	text-align: center;
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin-bottom: 10px
}

#main .square-scene li .overlay .edit .edit-same em.eqf-eye {
	font-size: 18px
}

#main .square-scene li .overlay .edit .edit-same em:hover {
	background-color: #14bfb4;
	border-color: #14bfb4
}

#main .square-scene li .project-info {
	background-color: #fff;
	position: absolute;
	height: 100px;
	width: 100%;
	text-align: center;
	z-index: 1;
	padding: 20px;
	-webkit-transition: -webkit-transform .2s ease;
	transition: transform .2s ease
}

#main .square-scene li .project-info p {
	padding: 10px 0 15px 0;
	font-size: 14px
}

#main .square-scene li .project-info p.discount-overdue {
	opacity: 0;
	color: #ff5448;
	padding-top: 0;
	-webkit-transition: -webkit-transform .2s ease;
	transition: transform .2s ease
}

#main .square-scene li .project-info .show-count {
	color: #a3afb7;
	padding: 0 15px;
	cursor: pointer
}

#main .square-scene li .project-info .show-count:hover {
	color: #14bfb4
}

#main .square-scene li .project-info .show-count em {
	padding-right: 5px;
	display: inline-block
}

#main .square-scene li .project-info .show-count em.eqf-eye {
	transform: scale(.87)
}

#main .square-scene li .buttons {
	position: absolute;
	left: 0;
	bottom: -8px;
	z-index: 2;
	opacity: 0;
	width: 100%;
	padding: 0 10px;
	-webkit-transition: -webkit-transform .2s ease,opacity .2s ease;
	transition: transform .2s ease,opacity .2s ease
}

#main .square-scene li .buttons.sample {
	bottom: -6px
}

#main .square-scene li .buttons .erweima {
	float: left;
	background-color: #f0f3f4;
	border-radius: 3px;
	color: #1abd9b
}

#main .square-scene li .buttons .erweima.button {
	font-size: 18px!important
}

#main .square-scene li .buttons .erweima.button em {
	line-height: 30px
}

#main .square-scene li .buttons .erweima:hover {
	background-color: #14bfb4;
	color: #fff
}

#main .square-scene li:hover {
	box-shadow: 2px 2px 20px rgba(0,0,0,.1)
}

#main .square-scene li .scene-contain {
	position: relative
}

#main .square-scene li .scene-contain .f1-card {
	width: 100%;
	position: relative
}

#main .square-scene li .scene-contain .f1-card .face {
	width: 280px;
	height: 280px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background-size: 235px 235px
}

#main .square-scene li .scene-contain .f1-card .scene-status {
	width: 235px;
	height: 235px;
	color: #fff
}

#main .square-scene li .scene-contain .f1-card .scene-status span {
	font-size: 60px;
	position: absolute;
	top: 50px;
	left: 88px
}

#main .square-scene li .scene-contain .f1-card .scene-status p {
	position: absolute;
	top: 146px;
	width: 235px;
	text-align: center;
	font-size: 14px;
	letter-spacing: 2px;
	padding-left: 10px
}

#main .square-scene li .scene-contain .btn {
	position: absolute;
	top: 10px;
	right: 10px;
	box-shadow: 0 1px 1px #999
}

#main .square-scene li .scene-contain .btn span {
	margin-right: 6px;
	margin-top: 5px
}

#main .square-scene li .scene-contain .btn-border:hover {
	color: #14bfb4;
	background-color: #fff
}

#main .square-scene li .scene-contain ul {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 6px 9px;
	width: 100%;
	height: 40px;
	background: rgba(0,0,0,.3)
}

#main .square-scene li .scene-contain ul li {
	margin: 0 6px 0 0;
	padding: 0;
	float: left;
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 33px;
	border-radius: 3px
}

#main .square-scene li .scene-contain ul li span {
	padding: 8px
}

#main .square-scene li .scene-contain ul li:hover {
	background: rgba(0,0,0,.6);
	cursor: pointer
}

#main .square-scene li .scene-contain ul .scene-delete {
	position: absolute;
	right: 3px;
	top: 6px
}

#main .square-scene li .scene-desc {
	position: relative;
	left: 0;
	top: 0;
	padding: 18px 4px;
	height: 50px;
	font-size: 14px;
	background: #fff;
	border-bottom: 1px solid #ccd5db
}

#main .square-scene li .scene-desc .item_title {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: left;
	color: #a3afb7;
	text-indent: 10px;
	width: 194px;
	display: inline-block
}

#main .square-scene li .scene-desc .weixin {
	position: absolute;
	right: 14px
}

#main .square-scene li .bottom-info {
	position: relative;
	height: 48px;
	background: #fff;
	border-radius: 3px
}

#main .square-scene li .bottom-info em {
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius: 14px
}

#main .square-scene li .bottom-info .control-btn {
	position: absolute;
	top: 16px;
	right: 12px;
	cursor: pointer
}

#main .square-scene li .bottom-info .control-btn .scene-none-btn {
	background: #e6e6e6
}

#main .square-scene li .bottom-info a {
	display: inline-block;
	width: 96px;
	padding: 16px 0 16px 16px;
	color: #a3afb7
}

#main .square-scene li .bottom-info a span {
	margin: 0 6px 0 0
}

#main .square-scene li .bottom-info a:hover {
	color: #14bfb4
}

#main .rec-scene>li {
	background-color: #fff;
	border-radius: 3px;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	width: 100%
}

#main .rec-scene>li:hover {
	box-shadow: 2px 2px 20px rgba(0,0,0,.1)
}

#main .rec-scene>li .scene-img {
	width: 200px;
	position: relative
}

#main .rec-scene>li .scene-img .f1-card {
	position: relative;
	width: 200px;
	height: 200px
}

#main .rec-scene>li .scene-img .f1-card .face {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	background-size: 200px 200px
}

#main .rec-scene>li .scene-img .f1-card .qrcode {
	padding: 10px 0;
	text-align: center;
	animation: zoomIn .5s ease 0s 1 both;
	-webkit-animation: zoomIn .5s ease 0s 1 both
}

#main .rec-scene>li .scene-img .face {
	width: 100%;
	height: 100%
}

#main .rec-scene>li .scene-data {
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
	position: relative;
	padding: 30px;
	height: 200px
}

#main .rec-scene>li .scene-data .scene-data-header {
	display: inline-block;
	width: 100%
}

#main .rec-scene>li .scene-data .scene-data-header .scene-info {
	float: left
}

#main .rec-scene>li .scene-data .scene-data-header .scene-info .scene-description {
	padding: 14px 0;
	font-size: 12px;
	letter-spacing: 1px
}

#main .rec-scene>li .scene-data .scene-data-header .scene-info p {
	padding: 14px 0;
	font-size: 12px;
	letter-spacing: 1px
}

#main .rec-scene>li .scene-data .scene-data-footer {
	position: absolute;
	bottom: 30px;
	left: 30px;
	right: 30px
}

#main .rec-scene>li .scene-data .scene-data-footer .user-param {
	float: left
}

#main .rec-scene>li .scene-data .scene-data-footer .user-param a {
	width: 120px;
	margin-right: 10px;
	border: 1px solid #ccd5db;
	border-radius: 3px;
	color: #a3afb7
}

#main .rec-scene>li .scene-data .scene-data-footer .user-param a:hover {
	background-color: #14bfb4;
	border-color: #14bfb4;
	color: #fff
}

#main .rec-scene>li .scene-data .scene-data-footer .user-param a em {
	padding: 0 10px 0 8px;
	font-size: 14px;
	float: left
}

#main .rec-scene>li .scene-data .scene-data-footer .user-param a em.eqf-eye {
	font-size: 12px;
	transform: scale(.87);
	display: inline-block
}

#main .rec-scene>li .scene-data .scene-data-footer .user-param a span {
	font-size: 12px;
	line-height: 28px
}

.bind-email-guide {
	background-color: #fff;
	width: 600px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -300px;
	margin-top: -205px;
	border-radius: 6px
}

.guide em {
	font-size: 12px;
	color: #ea1f64
}

.guide label {
	display: block
}

.guide .form-control {
	display: inline-block
}

.bind-email-guide .user,.guide .user {
	width: 140px
}

.bind-email-guide .user h6,.guide .user h6 {
	font-size: 14px;
	color: #fff;
	height: 44px;
	line-height: 44px;
	text-align: center
}

.bind-email-guide .user .user-content,.guide .user .user-content {
	border: 1px solid #ccd5db;
	border-top: none;
	padding: 5px;
	height: 150px
}

.bind-email-guide .user p,.guide .user p {
	line-height: 24px;
	font-size: 12px;
	padding: 0
}

.bind-email-guide .putong h6,.guide .putong h6 {
	background-color: #1abd9b
}

.bind-email-guide .qiye h6,.guide .qiye h6 {
	background-color: #f2a653
}

.bind-email-guide h1,.guide h1 {
	padding: 20px;
	height: 60px;
	font-size: 18px;
	color: #a3afb7;
	background-color: #f7f7f7;
	letter-spacing: 2px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px
}

.bind-email-guide h1 span,.guide h1 span {
	position: absolute;
	right: 21px;
	top: 15px;
	font-size: 25px;
	cursor: pointer
}

.bind-email-guide p,.guide p {
	padding: 20px 0 16px 20px;
	font-size: 14px;
	color: #a3afb7
}

.bind-email-guide .guide-describe,.guide .guide-describe {
	padding: 0 0 30px 20px;
	font-size: 14px;
	color: #a3afb7
}

.bind-email-guide .guide-describe li.guide-list,.guide .guide-describe li.guide-list {
	margin-bottom: 14px
}

.bind-email-guide .guide-describe li.guide-list em,.guide .guide-describe li.guide-list em {
	display: block
}

.bind-email-guide .guide-describe ul,.guide .guide-describe ul {
	margin: 14px 0 18px 36px
}

.bind-email-guide .guide-describe ul a,.guide .guide-describe ul a {
	color: #14bfb4
}

.bind-email-guide .guide-describe .item,.guide .guide-describe .item {
	margin: 5px 0 0 36px;
	list-style-type: circle
}

.bind-email-guide .guide-describe .item li,.guide .guide-describe .item li {
	margin-bottom: 5px
}

.bind-email-guide .user-select,.guide .user-select {
	position: relative;
	border-top: 1px solid #e6e6e6;
	margin: 0 20px;
	height: 60px
}

.bind-email-guide .user-select a,.bind-email-guide .user-select p,.bind-email-guide .user-select span,.guide .user-select a,.guide .user-select p,.guide .user-select span {
	position: absolute;
	top: 24px
}

.bind-email-guide .user-select a,.guide .user-select a {
	margin-left: 110px
}

.bind-email-guide .user-select p,.guide .user-select p {
	right: 116px;
	padding: 0
}

.bind-email-guide .user-select button,.guide .user-select button {
	line-height: 20px;
	position: absolute;
	top: 14px;
	right: 0
}

.new-version {
	border-radius: 6px;
	overflow: hidden;
	margin: 0 40px
}

.new-version .section-title {
	margin-bottom: 30px;
	padding: 38px 38px 10px 0
}

.new-version .section-title a {
	margin-right: -38px
}

.new-version .new-version-box h4 {
	color: #526069;
	font-size: 20px;
	text-align: center
}

.new-version .new-version-box .customer-bless {
	font-size: 16px;
	margin-top: 20px
}

.new-version .new-version-box .customer-bless .customer-bless-header {
	font-size: 16px;
	line-height: 40px;
	color: #526069
}

.new-version .new-version-box .customer-bless .customer-bless-content {
	text-indent: 2em;
	line-height: 24px
}

.new-version .new-version-box .customer-bless .customer-bless-footer {
	line-height: 40px
}

.new-version .new-version-box .new-version-content {
	display: table;
	margin: 30px auto 0 auto
}

.new-version .new-version-box .new-version-content p {
	color: #526069;
	font-size: 16px
}

.new-version .new-version-box .new-version-content .new-version-list li {
	color: #1abd9b;
	font-size: 16px;
	margin-top: 14px
}

.new-version .new-version-box .new-version-content .new-version-list li em {
	margin-right: 6px
}

.new-version .new-version-box .new-version-content .new-version-list li span {
	line-height: 24px
}

.new-version .new-version-box .new-version-button {
	width: 240px;
	height: 40px;
	margin: 40px auto
}

.new-version .new-version-box .new-version-button a {
	border-radius: 3px;
	border: none;
	width: 240px;
	height: 40px;
	display: block;
	margin: 0 auto;
	color: #fff;
	line-height: 40px;
	text-align: center;
	font-size: 16px
}

.pay-sample-content {
	font-size: 14px
}

.pay-sample-content .pay-XD {
	margin-top: 40px!important
}

.pay-sample-content .pay-XD p {
	text-align: center
}

.pay-sample-content .pay-XD .pay-XD-explain {
	margin-bottom: 20px;
	margin-top: 20px
}

.pay-sample-content .pay-XD .pay-XD-explain a {
	color: #14bfb4
}

.pay-sample-content .pay-count {
	margin-top: 40px!important
}

.pay-sample-content .pay-count .pay-select .pay-select-list {
	display: table;
	margin: 0 auto
}

.pay-sample-content .pay-count .pay-select .pay-select-list li {
	margin-bottom: 20px;
	line-height: 16px
}

.pay-sample-content .pay-count .pay-select .pay-select-list li .radio-square {
	margin-top: 0
}

.pay-sample-content .pay-count .pay-select .pay-select-list li label {
	cursor: pointer
}

.XC-scene .dis-tips-over {
	width: 100%;
	height: 40px;
	position: absolute;
	top: 195px;
	left: 0;
	background: rgba(0,0,0,.9);
	opacity: 0;
	text-align: center;
	line-height: 40px;
	color: #ff5448
}

.XC-scene:hover .dis-tips-over {
	opacity: 1
}

.customer-upload-data {
	text-align: center
}

.customer-upload-data em {
	padding-right: 5px
}

.customer-upload-data .btn {
	margin: 0 35px
}

.customer-upload-data .data {
	position: relative
}

.customer-upload-data .data input {
	height: 36px;
	width: 96px
}

.customer-upload-data .data input {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0
}

.customer-upload-data .data .button {
	cursor: pointer
}

.customer .info-show {
	height: 100px
}

.customer .info-show .same-content .cus-title {
	padding-top: 38px;
	color: #fff;
	font-size: 24px
}

.customer .cus-bar {
	padding-top: 40px;
	font-size: 12px
}

.customer .cus-bar a {
	font-size: 12px
}

.customer .cus-bar .select-contain {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px
}

.customer .cus-bar .group-action {
	padding-top: 3px
}

.customer .cus-bar .group-action .btn-group.open .dropdown-toggle {
	box-shadow: none
}

.customer .cus-bar .add-data {
	padding-right: 10px
}

.customer .cus-bar .checkbox-square {
	top: 10px
}

.customer .cus-bar .select-group.add-group {
	height: 36px;
	line-height: 36px;
	border-top: 1px solid #ccd5db;
	border-bottom: 1px solid #ccd5db;
	cursor: pointer
}

.customer .cus-bar .select-group.add-group:hover {
	background-color: #56c6ff;
	color: #fff
}

.customer .cus-bar .dropdown-menu {
	transform-origin: 0 0;
	margin-top: 0;
	padding-top: 0;
	font-size: 12px
}

.customer .cus-bar .dropdown-menu ul {
	max-height: 200px;
	overflow: auto
}

.customer .cus-bar .dropdown-menu ul>li {
	line-height: 36px;
	padding-left: 10px;
	padding-right: 10px
}

.customer .cus-bar .dropdown-menu ul>li:first-child .group-name .fr {
	display: none
}

.customer .cus-bar .dropdown-menu ul>li:nth-child(2n) {
	background-color: #f7f7f7
}

.customer .cus-bar .dropdown-menu ul>li:hover {
	background-color: #56c6ff;
	color: #fff
}

.customer .cus-bar .dropdown-menu ul>li:hover a {
	color: #fff
}

.customer .cus-bar .dropdown-menu ul>li .group-name {
	height: 36px
}

.customer .cus-bar .dropdown-menu ul>li span {
	display: inline-block;
	width: 65px
}

.customer .cus-table {
	padding-bottom: 90px
}

.customer .new-export {
	padding: 20px 20px;
	color: #a3afb7;
	border-bottom: 1px solid #ccd5db
}

.customer .new-export select {
	margin-right: 10px
}

.customer .new-export .custom-data {
	padding-top: 12px
}

.customer .new-export .custom-data span {
	color: #14bfb4;
	padding-right: 50px
}

.customer .import-container {
	padding: 20px 20px
}

.customer .import-container .select-scene {
	width: 250px;
	white-space: nowrap;
	overflow: hidden
}

.customer .import-container .data-column {
	width: 210px
}

.customer .import-container .ui-draggable-dragging {
	background-color: #14bfb4;
	z-index: 1000;
	width: 188px;
	color: #FFF
}

.customer .import-container .name-to-name {
	width: 460px
}

.customer .import-container .data-column ul,.customer .import-container .name-to-name .drag,.customer .import-container .select-scene ul {
	padding: 10px;
	border: 1px solid #ccd5db
}

.customer .import-container .data-column h2,.customer .import-container .name-to-name h2,.customer .import-container .select-scene h2 {
	padding-bottom: 20px;
	font-size: 16px;
	color: #666
}

.customer .import-container ul li {
	text-indent: 5px;
	cursor: pointer;
	border-bottom: 1px solid #ccd5db
}

.customer .import-container ul li span {
	margin: 1px 0;
	display: block;
	height: 36px;
	line-height: 36px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.customer .import-container .name-to-name ul li:last-child {
	border-bottom: none
}

.customer .import-container ul li.active span,.customer .import-container ul li:hover span {
	background-color: #14bfb4;
	color: #FFF
}

.customer .import-container .item-remove-droppable.active {
	border: 1px dashed #14bfb4
}

.customer .import-container .list-attribute {
	width: 188px;
	margin: 1px 0;
	color: #a3afb7;
	height: 37px;
	line-height: 37px;
	background-color: #F0F0F0;
	overflow: hidden;
	-ms-user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none
}

.customer .import-container .list-attribute span {
	background-color: #14bfb4;
	color: #FFF
}

.customer .import-container .drag ul li .active {
	border: 1px dashed #14bfb4
}

.customer .import-container .list-field {
	-ms-user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	width: 210px;
	height: 36px;
	line-height: 36px;
	border-bottom: 1px solid #ccd5db
}

.customer .import-container .drag ul li:last-child .list-field {
	border: none
}

.customer .action {
	padding: 0 20px 20px 20px
}

.customer .action a {
	border-radius: 0
}

.customer .action span {
	font-size: 12px
}

#main .customer-edit.select-contain {
	width: 100%;
	vertical-align: middle;
	z-index: 3
}

#main .customer-edit.select-contain.select-sm .eqc-mask {
	width: 100%
}

#main .customer-edit.select-contain.select-sm .eqc-drop-down-list {
	width: 100%
}

#main .customer-edit.select-contain.select-sm .eqc-drop-down-list li {
	width: 100%
}

#main .data-detail span {
	line-height: 30px
}

#main .return {
	padding-top: 35px;
	margin-left: 120px;
	cursor: pointer
}

#main .return a {
	color: #14bfb4
}

#main .panel {
	border: none;
	border-radius: 0;
	box-shadow: none
}

#main .custom-detail {
	border-bottom: 1px solid #ccc;
	padding-top: 35px
}

#main .custom-detail td {
	padding-bottom: 35px;
	width: 33.3%;
	font-size: 16px
}

#main .custom-detail tr td {
	position: relative
}

#main .custom-detail tr td .addGroup {
	border-top: 1px solid #ccd5db;
	border-bottom: 1px solid #ccd5db;
	height: 36px;
	line-height: 36px;
	text-align: center
}

#main .custom-detail tr td .group-list .group-menu {
	padding: 0 10px;
	line-height: 36px;
	font-size: 12px
}

#main .custom-detail tr td .group-list .group-menu:nth-child(2n) {
	background-color: #f7f7f7
}

#main .custom-detail tr td .group-list .group-menu .checkbox-square {
	top: 10px
}

#main .custom-detail tr td .group-list .group-menu .confirm-add,#main .custom-detail tr td .group-list .group-menu .select-group {
	display: block;
	height: 36px;
	line-height: 36px
}

#main .custom-detail tr td .userList {
	background-color: #f0f0f0;
	padding: 2px 5px;
	margin-left: 10px;
	display: inline-block;
	margin-bottom: 5px
}

#main .custom-detail tr td .userList:hover {
	background-color: #9ad64b;
	color: #FFF;
	cursor: pointer
}

#main .custom-detail tr:first-child td {
	text-align: center
}

#main .custom-detail tr td:first-child {
	padding-left: 120px;
	text-align: left
}

#main .custom-detail .delete {
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-left: 10px
}

#main .custom-detail .delete img {
	vertical-align: top;
	padding-top: 2px
}

#main .custom-detail .add {
	width: 16px;
	height: 16px;
	display: inline-block;
	background-color: #9ad64b;
	color: #FFF;
	border-radius: 8px;
	line-height: 16px;
	text-align: center;
	cursor: pointer
}

#main .form-horizontal {
	padding-top: 40px
}

#main .form-horizontal .control-label {
	padding-left: 0;
	font-weight: 400
}

#main .form-horizontal .form-group {
	margin-left: 0
}

#main .form-horizontal .form-group .form-control {
	color: #999
}

#main .form-horizontal .form-group .input-group .add-btn {
	height: 36px
}

#main .form-horizontal .form-group .add-inputs {
	margin-top: 8px;
	text-align: left;
	cursor: pointer
}

.myscene .content {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 320px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease
}

.myscene .content .back {
	position: absolute;
	left: 10px;
	top: 10px;
	height: 36px;
	width: 36px;
	background-color: rgba(0,0,0,.5);
	border-radius: 4px;
	line-height: 36px;
	text-align: center;
	color: #fff
}

.myscene .left-bar {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	width: 320px;
	background-color: #fff;
	box-shadow: -1px 0 3px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease
}

.myscene .left-bar .extend-bar {
	position: absolute;
	left: -29px;
	width: 30px;
	height: 60px;
	background-color: #fff;
	top: 40%;
	box-shadow: -1px 0 1px;
	border-radius: 3px;
	line-height: 60px;
	text-align: center;
	cursor: pointer
}

.myscene .left-bar .share-title {
	line-height: 50px;
	padding-left: 20px;
	height: 50px
}

.myscene .left-bar .scene-img {
	margin: 0 20px;
	text-align: center;
	padding: 10px;
	height: 200px;
	width: 200px;
	border: 1px solid #ccd5db
}

.myscene .left-bar .quick-share {
	padding-left: 20px;
	height: 100px;
	border-top: 1px solid #ccd5db;
	border-bottom: 1px solid #ccd5db;
	overflow: hidden
}

.myscene .left-bar .quick-share h6 {
	line-height: 50px;
	height: 50px
}

.myscene .left-bar .quick-share a {
	width: 32px;
	height: 32px;
	display: inherit;
	float: left;
	margin-left: 10px
}

.myscene .left-bar .option-btn .btn {
	font-size: 12px
}

.myscene .left-bar .create-link {
	position: fixed;
	bottom: 140px
}

.myscene .left-bar .create-link a {
	text-decoration: underline;
	font-size: 12px;
	color: #14bfb4
}

.myscene .left-bar .create-link2 {
	bottom: 20px
}

.myscene .left-bar .use-tpl {
	height: 120px;
	background-color: #f0f3f4;
	color: #7b8793;
	position: fixed;
	bottom: 0
}

.myscene .left-bar .use-tpl button {
	width: 280px
}

.myscene .left-bar .use-tpl span {
	line-height: 60px
}

.myscene .hide-panel {
	width: 0
}

.myscene .extend-panel {
	right: 0
}

.change-title>span a {
	line-height: 40px
}

.color-red {
	color: red
}

.color-blue {
	color: #14bfb4
}

.modal-title span {
	font-size: 12px
}

.modal-title .bbs-help-tip-media {
	font-size: 12px
}

.modal-title .bbs-help-tip-media:hover {
	color: #14bfb4
}

.modal-title .action {
	color: #a3afb7;
	font-size: 12px;
	padding-left: 20px
}

.agent-detail {
	font-size: 12px
}

.agent-detail label {
	position: absolute;
	width: 100px;
	text-align: right
}

.agent-detail .content {
	display: inline-block;
	margin-left: 110px;
	width: 300px
}

.agent-detail a {
	color: #14bfb4
}

.mt5 {
	margin-top: 5px
}

#popMenu .element li a {
	display: block
}

#popMenu .element .active {
	background-color: #14bfb4
}

#popMenu .element .active a {
	color: #fff
}

.showxiu {
	position: absolute;
	width: 500px;
	z-index: -1;
	left: 50%;
	margin-left: -200px;
	top: 150px;
	background-color: #fff;
	border-radius: 6px;
	opacity: 0;
	-webkit-transform: scale(.7);
	-ms-transform: scale(.7);
	-o-transform: scale(.7);
	transform: scale(.7);
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

.showxiu.showin {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	z-index: 1041
}

.pictures1 .modal-dialog {
	margin: 0 auto
}

.tab-same {
	height: 50px;
	background-color: #e1e1e1;
	position: relative;
	padding: 0 5px
}

.tab-same .auto-upload {
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: #14bfb4;
	width: 100px;
	height: 30px;
	text-align: center;
	line-height: 30px
}

.tab-same .auto-upload em {
	color: #fff;
	font-size: 12px;
	padding: 0 5px
}

.tab-same .spanborder {
	background-color: #fff
}

.tab-same .auto-upload.spanborder em {
	color: #999
}

.tab-same>span {
	display: block;
	float: left;
	width: 119px;
	margin-top: 5px
}

.tab-same>span a {
	display: block;
	width: 100px;
	text-align: center;
	color: #fff;
	margin: 5px 0 10px 10px;
	font-size: 12px
}

.tab-same>span a:last-child {
	color: #14bfb4
}

input:focus,select:focus,textarea:focus {
	border: 1px solid #14bfb4
}

input.error,textarea.error {
	border: 1px solid red
}

.pic-contain {
	padding: 0 15px;
	-webkit-user-select: none
}

.pic-contain .pic-same {
	padding: 15px 0
}

.pic-contain .pic-head {
	border-bottom: 1px solid #e6e6e6
}

.pic-contain .pic-head .select-img {
	float: left
}

.pic-contain .pic-head .select-img a {
	background-color: #14bfb4;
	color: #FFF;
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center
}

.pic-contain .pic-head .select-img a:hover {
	background-color: #fff
}

.pic-contain .pic-head .select-img a,.pic-contain .pic-head .select-img span {
	display: inline-block
}

.pic-contain .pic-head .select-style {
	float: right
}

.pic-contain .pic-head .select-style select {
	height: 30px
}

.pic-contain .pic-head .select-style select,.pic-contain .pic-head .select-style span {
	float: left;
	margin-left: 10px
}

.pic-contain .pic-head .select-style .bg-color {
	height: 30px;
	width: 30px;
	outline: 1px solid #e6e6e6
}

.pic-contain .pic-head .select-style .select-bg-color {
	height: 30px;
	line-height: 30px;
	color: #FFF;
	padding: 0 10px 0 30px;
	background: #14bfb4 url(images/bull.png) no-repeat 5px center;
	cursor: pointer
}

.pic-contain .pic-head .select-style span.select-bg-color:hover {
	background: url(images/bull.png) no-repeat 5px center
}

.pic-contain .pic-img-list ul li {
	float: left;
	margin-left: 57px;
	width: 40px;
	height: 60px;
	position: relative;
	cursor: pointer;
	border: 1px solid #FFF
}

.pic-contain .pic-img-list ul li .delete-img {
	position: absolute;
	top: 2px;
	right: 2px
}

.pic-contain .pic-img-list ul li.hover,.pic-contain .pic-img-list ul li:hover {
	outline: 1px solid #14bfb4
}

.pic-contain .pic-img-list ul li:first-child {
	margin-left: 2px
}

.pic-contain .pic-img-list .pic-img {
	width: 100%;
	height: 100%
}

.pic-contain .pic-preview {
	width: 530px;
	height: 265px;
	text-align: center;
	position: relative;
	outline: 1px solid #e6e6e6;
	margin: auto
}

.pic-contain .pic-preview .operation {
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -52px;
	z-index: 1000
}

.pic-contain .pic-preview img {
	margin-top: 15px
}

.pic-contain .pic-preview .finish,.pic-contain .pic-preview .quxiao {
	color: #FFF;
	padding: 5px 12px
}

.pic-contain .pic-preview .quxiao {
	background-color: #CCC
}

.pic-contain .pic-preview .finish {
	background-color: #14bfb4
}

.pic-contain .pic-preview a.quxiao:hover {
	background-color: #b4b4b4
}

.pic-contain .pic-preview a.finish:hover {
	background-color: red
}

.pic-contain .pic-preview .shape {
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -128px
}

.pic-contain .pic-preview .shape span {
	background-color: #568a6b;
	padding: 8px 13px;
	color: #FFF
}

.pic-contain .pic-preview .shape a {
	padding: 10px 15px;
	color: #FFF
}

.pic-contain .pic-preview .shape a:hover {
	color: #14bfb4
}

.pic-contain .operation-pre {
	text-align: center;
	margin: 15px 0
}

.pic-contain .operation-pre .cut,.pic-contain .operation-pre .enhance,.pic-contain .operation-pre .rotation {
	padding: 10px 20px 10px 25px;
	background-size: 19px
}

.pic-contain .operation-pre .enhance {
	background: url(images/button.png) no-repeat 0 center
}

.pic-contain .operation-pre .rotation {
	background: url(images/roll.png) no-repeat 0 center
}

.pic-contain .operation-pre .cut {
	background: url(images/cut.png) no-repeat 0 center
}

.pic-contain .operation-pre .hover,.pic-contain .operation-pre a:hover {
	color: #14bfb4
}

.pic-contain .pic-play {
	border-top: 1px solid #e6e6e6
}

.pic-contain .pic-play .set-play {
	float: left;
	height: 35px;
	line-height: 35px
}

.pic-contain .pic-play .set-play span {
	float: left
}

.pic-contain .pic-play .set-play .button {
	border-radius: 11px;
	height: 22px;
	width: 40px;
	margin-top: 5px;
	margin-right: 10px;
	cursor: pointer
}

.pic-contain .pic-play .set-play .on {
	background-color: #14bfb4
}

.pic-contain .pic-play .set-play .on i {
	margin-left: 23px
}

.pic-contain .pic-play .set-play .off {
	background-color: #CCC
}

.pic-contain .pic-play .set-play i {
	height: 15px;
	width: 15px;
	background-color: #FFF;
	border-radius: 9px;
	display: block;
	margin: 3px 0 0 2px
}

.pic-contain .pic-play .btn-content {
	float: right
}

.pic-contain .pic-play a {
	border-radius: 0
}

.bg-pagination {
	position: absolute;
	bottom: 0;
	left: 200px;
	right: 0
}

.loading-mask {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.2)
}

.loading-mask img {
	position: absolute;
	bottom: 35px;
	left: 338px;
	width: 16px
}

.cropimage {
	font-size: 12px
}

.cropimage .crop-img-cut {
	float: left
}

.cropimage .crop-content {
	padding: 0 20px
}

.cropimage .image-con {
	background-color: #ccc;
	height: 430px
}

.cropimage .image-con .add-img {
	height: 120px;
	width: 270px;
	background-color: #fff;
	left: 50%;
	margin-left: -135px;
	padding-top: 38px;
	top: 35%;
	position: relative;
	text-align: center;
	font-size: 18px;
	color: #666;
	cursor: pointer
}

.cropimage .image_crop {
	position: relative;
	height: 430px;
	width: 580px;
	line-height: 430px;
	background-color: #ccc;
	text-align: center
}

.cropimage .image_crop .jcrop-holder {
	background-color: #ccc!important
}

.cropimage .picture-img {
	float: left
}

.cropimage .picture-img .image_crop {
	height: 340px;
	line-height: 340px
}

.cropimage .picture-img .image_crop a {
	font-size: 34px;
	color: #000;
	opacity: .8;
	z-index: 600
}

.cropimage .picture-img .image_crop .nav-left {
	position: absolute;
	left: 0;
	top: 153px
}

.cropimage .picture-img .image_crop .nav-right {
	position: absolute;
	right: 0;
	top: 153px
}

.cropimage .picture-img .img-abbre {
	margin-top: 10px
}

.cropimage .picture-img .img-abbre .active {
	border: 1px solid #fff;
	outline: 1px solid #14bfb4
}

.cropimage .picture-img .img-abbre li {
	float: left;
	width: 80px;
	height: 80px;
	background: #666 no-repeat center center;
	background-size: contain;
	text-align: center;
	margin-right: 20px;
	position: relative;
	cursor: pointer
}

.cropimage .picture-img .img-abbre li p {
	color: #fff;
	font-size: 48px;
	height: 80px;
	line-height: 80px
}

.cropimage .picture-img .img-abbre li:last-child {
	margin-right: 0
}

.cropimage .picture-img .img-abbre li:hover .delete-img {
	display: block
}

.cropimage .picture-img .img-abbre li:hover .abbre {
	display: block
}

.cropimage .picture-img .img-abbre .img-set {
	position: absolute;
	top: 5px;
	right: 5px;
	color: #f6f6f6
}

.cropimage .picture-img .img-abbre .img-set .hint,.cropimage .picture-img .img-abbre .img-set [data-hint] {
	display: block
}

.cropimage .picture-img .img-abbre .img-set .delete-img {
	display: none
}

.cropimage .picture-img .img-abbre .img-set .delete-img span:hover {
	color: #f66
}

.cropimage .picture-img .img-abbre .img-set .abbre {
	display: none;
	margin-top: 38px
}

.cropimage .picture-img .img-abbre .img-set .abbre span:hover {
	color: #14bfb4
}

.cropimage .bg-crop {
	width: 738px!important
}

.cropimage .picture-size ul li {
	height: 33px!important;
	line-height: 33px!important
}

.cropimage .cut-size,.cropimage .picture-size {
	float: left;
	margin-left: 20px;
	width: 135px
}

.cropimage .cut-size ul,.cropimage .picture-size ul {
	border: 1px solid #e6e6e6;
	padding: 5px
}

.cropimage .cut-size ul li,.cropimage .picture-size ul li {
	height: 40px;
	line-height: 40px
}

.cropimage .cut-size ul li input[type=radio],.cropimage .picture-size ul li input[type=radio] {
	margin-right: 5px;
	margin-top: 0
}

.cropimage .cut-size ul li input[type=checkbox],.cropimage .picture-size ul li input[type=checkbox] {
	margin-top: 0
}

.cropimage .cut-size ul li label,.cropimage .picture-size ul li label {
	width: 90px;
	font-size: 14px
}

.cropimage .cut-size ul li:last-child label,.cropimage .picture-size ul li:last-child label {
	width: inherit
}

.cropimage .cut-size .picture-set li .ui-slider,.cropimage .picture-size .picture-set li .ui-slider {
	height: .6em
}

.cropimage .cut-size .picture-set li .ui-slider a,.cropimage .picture-size .picture-set li .ui-slider a {
	width: 12px;
	height: 12px;
	margin-top: 2px
}

.cropimage .cut-size .picture-set .switch-time,.cropimage .picture-size .picture-set .switch-time {
	line-height: 20px!important
}

.cropimage .cut-size .picture-set .switch-time .ui-slider-handle,.cropimage .picture-size .picture-set .switch-time .ui-slider-handle {
	border: none;
	background: url(images/point.png) 50% 50% no-repeat
}

.cropimage .cut-size .picture-set .switch-time .time-mark,.cropimage .picture-size .picture-set .switch-time .time-mark {
	position: relative;
	height: 30px;
	margin-top: -20px;
	z-index: 2
}

.cropimage .cut-size .picture-set .switch-time .disable div,.cropimage .picture-size .picture-set .switch-time .disable div {
	background-color: #ccc
}

.cropimage .crop_close {
	text-align: right;
	display: block;
	margin-top: 20px
}

.cropimage .crop_close a {
	color: #FFF
}

#page_panel .panel-heading {
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	font-size: 14px
}

#page_panel label {
	font-weight: lighter;
	height: 35px;
	line-height: 35px;
	padding: 0 15px;
	text-align: left;
	font-size: 12px
}

#page_panel a.btn-success,#page_panel input,#page_panel select {
	font-size: 12px;
	width: 115px;
	height: 35px
}

#page_panel a.auto_img:hover {
	background-color: #82c924
}

.sound-flex {
	width: 958x
}

.sound-flex .cate-title {
	width: 200px
}

.sound-flex .cate-list {
	width: 757px
}

.sound-flex .cate-list,.sound-flex .cate-title {
	float: left
}

.add-new-cat input {
	width: 100%
}

.fill-console {
	z-index: 10000!important
}

.bg_console #upload-progress {
	position: absolute;
	top: 0;
	height: 100%;
	width: 0;
	transition: width .3s
}

.bg_console .my-bg-upload {
	height: 55px;
	color: #fff;
	text-align: center;
	width: 194px
}

.bg_console .my-bg-upload span {
	font-size: 18px
}

.bg_console .my-bg-upload em {
	padding-left: 15px;
	line-height: 55px
}

.bg_console .my-bg-upload {
	position: absolute;
	left: 2px;
	bottom: 2px;
	margin-bottom: 0
}

.bg_console .my-bg-upload .sound-upload {
	height: 55px;
	color: #fff;
	text-align: center
}

.bg_console .my-bg-upload .popover {
	left: 200px;
	top: 10px;
	background-color: #000;
	max-width: 400px;
	width: 280px
}

.bg_console .my-bg-upload .popover .arrow:after {
	border-right-color: #000
}

.bg_console .my-bg-upload:hover .popover {
	display: block
}

.bg_console .my-upload-action {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000
}

.bg_console .photo_list .dropdown-menu {
	left: 99px
}

.bg_console .dropdown-menu {
	min-width: 100px!important;
	padding: 5px;
	left: 70px;
	top: 100%;
	border-radius: 0;
	box-shadow: 1px 1px 10px 2px rgba(51,51,102,.3)
}

.bg_console .dropdown-menu #cat_tab li,.bg_console .dropdown-menu li {
	width: 102px;
	border: none;
	float: none;
	margin: 4px 0 0 0;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	cursor: pointer
}

.bg_console .dropdown-menu #cat_tab li:hover,.bg_console .dropdown-menu li:hover {
	background-color: red;
	color: #fff
}

.bg_console .dropdown-menu li span {
	padding-left: 5px;
	white-space: nowrap;
	overflow: hidden;
	display: block
}

.bg_console .dropdown-menu #cat_tab li.add_cate,.bg_console .dropdown-menu .add_cate {
	border-top: 1px solid #ccc;
	color: red!important;
	text-indent: 0!important
}

.bg_console .dropdown-menu #cat_tab li.add_cate em,.bg_console .dropdown-menu .add_cate em {
	margin-top: 5px;
	background-color: red;
	color: #fff;
	height: 15px;
	width: 15px;
	text-align: center;
	line-height: 12px;
	display: inline-block;
	float: left
}

.bg_console .dropdown-menu #cat_tab li.add_cate span,.bg_console .dropdown-menu .add_cate span {
	float: left
}

.bg_console .dropdown-menu li.add_cate:hover {
	background-color: #FFF!important;
	color: red!important
}

.bg_console .dropdown-menu .btn-main {
	border-radius: 0!important;
	height: 25px;
	line-height: 25px;
	padding: 0
}

.bg_console .tabs-left li {
	margin-bottom: 0
}

.bg_console .tabs-left li a {
	height: 50px;
	line-height: 50px;
	display: block;
	padding: 0 20px;
	border-radius: 0;
	width: 200px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	background: 0 0
}

.bg_console .tabs-left li a:hover {
	color: #14bfb4
}

.bg_console .tabs-left li.add-tag a:hover {
	background: 0 0
}

.bg_console .tabs-left li.active {
	background-color: #fff;
	border-bottom: 1px solid #ccd5db
}

.bg_console #bg_contain .category_list {
	border-bottom: 1px solid #ccc;
	padding: 6px 0
}

.bg_console #bg_contain .category_list .category_list_container li {
	height: 36px;
	line-height: 36px
}

.bg_console #bg_contain .category_list .category_list_container li.last-child {
	padding-bottom: 0
}

.bg_console #bg_contain .category_list ul li {
	font-size: 12px;
	margin-right: 20px
}

.bg_console #bg_contain .category_list ul .active,.bg_console #bg_contain .category_list ul li:hover {
	color: #14bfb4
}

.bg_console #bg_contain .edit {
	padding-top: 10px
}

.bg_console #bg_contain .edit input {
	margin: 0
}

.bg_console #bg_contain .edit .btn-group {
	padding-left: 25px
}

.bg_console #bg_contain .edit .btn-group .dropdown-toggle {
	box-shadow: none;
	cursor: pointer;
	background: url(images/bg_03.png) right center no-repeat;
	padding-right: 20px
}

.bg_console #bg_contain .sound-edit .sound-link {
	line-height: 35px;
	margin-bottom: 10px
}

.bg_console #bg_contain .sound-edit .sound-link a {
	float: right;
	color: #14bfb4
}

.bg_console #bg_contain .sound-edit .sound-link label {
	padding-right: 10px;
	font-size: 14px
}

.bg_console #bg_contain .sound-edit .sound-link input {
	width: 460px
}

.bg_console #bg_contain .sound-edit .sound-local label {
	padding-right: 10px;
	font-size: 14px
}

.bg_console #bg_contain .sound-edit .sound-local a {
	margin-right: 10px
}

.bg_console #bg_contain .sound-edit .sound-local span {
	font-size: 12px
}

.bg_console #bg_contain .sound-action {
	padding: 100px 20px 0 20px;
	height: 300px
}

.bg_console #bg_contain .sound-action p {
	line-height: 24px
}

.bg_console #bg_contain .sound-action p a {
	color: #14bfb4
}

.bg_console #bg_contain .sound-list ul {
	border-bottom: 1px solid #e6e6e6
}

.bg_console #bg_contain .sound-list ul li {
	height: 30px;
	padding: 8px 10px;
	font-size: 12px;
	color: #666
}

.bg_console #bg_contain .sound-list ul li .linkName {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-right: 10px
}

.bg_console #bg_contain .sound-list ul li span {
	float: right;
	display: block
}

.bg_console #bg_contain .sound-list ul li span .del,.bg_console #bg_contain .sound-list ul li span .sound {
	width: 14px;
	height: 14px;
	display: inline-block;
	margin-left: 10px
}

.bg_console #bg_contain .sound-list ul li span a,.bg_console #bg_contain .sound-list ul li span em {
	color: #ccc
}

.bg_console #bg_contain .sound-list ul li:nth-child(2n-1) {
	background-color: #f7f7f7
}

.bg_console #bg_contain .sound-list ul li.active,.bg_console #bg_contain .sound-list ul li:hover {
	background-color: #14bfb4;
	color: #fff
}

.bg_console #bg_contain .sound-list ul li.active a,.bg_console #bg_contain .sound-list ul li.active a:hover,.bg_console #bg_contain .sound-list ul li.active div em,.bg_console #bg_contain .sound-list ul li.active em,.bg_console #bg_contain .sound-list ul li.active em:hover,.bg_console #bg_contain .sound-list ul li:hover a,.bg_console #bg_contain .sound-list ul li:hover a:hover,.bg_console #bg_contain .sound-list ul li:hover div em,.bg_console #bg_contain .sound-list ul li:hover em,.bg_console #bg_contain .sound-list ul li:hover em:hover {
	color: #fff
}

.bg_console .selecttag {
	background-color: red;
	color: #fff
}

.bg_console .cat_two_list li {
	float: left;
	font-size: 12px;
	margin-right: 15px;
	margin-top: 10px
}

.bg_console .img_list .cat_two_list .active,.bg_console .img_list .cat_two_list li:hover {
	color: #14bfb4
}

.bg_console .img_list .img_box {
	height: 380px;
	overflow: hidden
}

.bg_console .img_list .img_box .imgList .add-shadow {
	box-shadow: 0 3px 5px rgba(0,0,0,.5)
}

.bg_console .img_list .img-box-his {
	height: 427px
}

.bg_console .img_list .fanye_foot {
	margin: 0 20px 20px 20px
}

.bg_console .img_list .bg_list {
	padding: 15px 0 0 17px
}

.bg_console .img_list .bg_list li {
	width: 115px;
	height: 180px;
	margin: 1px 3px 15px 3px
}

.bg_console .img_list .progress-text {
	position: absolute
}

.bg_console .img_list .img-mask {
	position: absolute;
	width: 100%;
	height: 35px;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,.7)
}

.bg_console .img_list .img-mask .del-file {
	left: 30px
}

.bg_console .img_list .img-mask .sel-file {
	left: 40px
}

.bg_console .img_list .img-mask .ope-img {
	position: relative;
	display: inline-block;
	top: 8px;
	color: #fff
}

.bg_console .img_list .img-mask .ope-icon {
	font-size: 20px;
	left: 20px
}

.bg_console .img_list .img-mask .del-file:hover,.bg_console .img_list .img-mask .del-img:hover {
	color: #f66
}

.bg_console .img_list .img-mask .sel-file:hover {
	color: #14bfb4
}

.bg_console .img_list .img-mask .sel-active {
	color: #14bfb4
}

.bg_console .img_list .img-mask .hide-del {
	left: 50%;
	margin-left: -10px
}

.bg_console .img_list .photo_list {
	padding: 15px 7px 0 20px
}

.bg_console .img_list .photo_list li {
	width: 115px;
	height: 115px;
	margin: 0 5px 16px 0
}

.bg_console .img_list .right-menu {
	display: block;
	width: 100px;
	height: auto;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 1000;
	background-color: #fff
}

.bg_console .img_list .right-menu .tag_list {
	width: 100%;
	height: 25px;
	border: 0;
	margin: 0;
	overflow: hidden
}

.bg_console .img_list .right-menu .selected {
	background-color: red;
	color: #fff
}

.bg_console .img_list .right-menu .tag_list:hover {
	background-color: red;
	color: #fff
}

.bg_console .img_list .bg_list li,.bg_console .img_list .photo_list li {
	position: relative;
	cursor: pointer;
	float: left;
	background-color: #e6ebed
}

.bg_console .img_list .bg_list li .edit_content .select,.bg_console .img_list .photo_list li .edit_content .select {
	position: absolute;
	top: 2px;
	left: 2px
}

.bg_console .img_list .bg_list li .edit_content .del,.bg_console .img_list .photo_list li .edit_content .del {
	position: absolute;
	top: 2px;
	right: 2px
}

.bg_console .img_list .bg_list li .edit_content .set,.bg_console .img_list .photo_list li .edit_content .set {
	position: absolute;
	bottom: 2px;
	right: 2px
}

.bg_console .img_list .bg_list li .edit_content .dropdown-toggle,.bg_console .img_list .photo_list li .edit_content .dropdown-toggle {
	box-shadow: none;
	cursor: pointer;
	background: url(images/bg_03.png) right center no-repeat;
	padding-right: 20px
}

.bg_console .img_list .bg_list img {
	width: 100%;
	height: 100%
}

.bg_console .img_list .photo_list img {
	position: absolute
}

.bg_console .img_list .add-shadow {
	border: 1px solid #fff;
	opacity: .7;
	outline: 1px solid #14bfb4
}

.bg_console .hovercolor {
	outline: 2px solid red
}

.randomevent-console .modal-dialog {
	width: 660px!important
}

.randomevent-console .dialog-content {
	padding: 10px 30px;
	height: 270px
}

.randomevent-console .dialog-content li {
	width: 115px;
	height: 115px;
	background-color: #666;
	color: #fff;
	margin: 2px 2px;
	float: left;
	position: relative
}

.randomevent-console .dialog-content li .img-set {
	z-index: 100;
	position: absolute;
	top: 5px;
	right: 5px;
	color: #f6f6f6
}

.randomevent-console .dialog-content li .img-set .hint,.randomevent-console .dialog-content li .img-set [data-hint] {
	display: block
}

.randomevent-console .dialog-content li .img-set .delete-img {
	display: none
}

.randomevent-console .dialog-content li .img-set .delete-img span:hover {
	color: #f66
}

.randomevent-console .dialog-content li .img-set .abbre {
	display: none;
	margin-top: 75px
}

.randomevent-console .dialog-content li .img-set .abbre span:hover {
	color: #14bfb4
}

.randomevent-console .dialog-content li img {
	position: absolute
}

.randomevent-console .dialog-content li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	line-height: 120px;
	text-align: center
}

.randomevent-console .dialog-content li:hover .delete-img {
	display: block
}

.randomevent-console .dialog-content li:hover .abbre {
	display: block
}

.group-console .modal-dialog {
	top: 50%;
	position: absolute;
	margin-top: -110px;
	left: 50%;
	margin-left: -200px
}

.group-console .group-modal {
	padding: 50px 0 35px 0;
	font-size: 16px;
	width: 400px;
	position: relative;
	left: 50%;
	margin-left: -200px
}

.group-console .group-modal .group-list {
	margin-bottom: 25px;
	position: relative
}

.group-console .group-modal .group-list label {
	font-weight: lighter;
	font-size: 14px;
	width: 100px
}

.group-console .group-modal .group-list input {
	width: 260px;
	border-radius: 0;
	font-size: 12px;
	height: 35px;
	line-height: 35px;
	border: 1px solid #e7e7e7
}

.console .modal-content {
	padding: 0 0;
	top: 50px
}

.console .modal-content .pic_lunbo_console .row {
	margin-right: 0;
	margin-left: 0
}

.console:after,.console:before {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 1px;
	background-color: #ccc;
	display: block;
	content: ""
}

.group-console .group-modal {
	padding: 50px 0 35px 0;
	font-size: 16px;
	width: 400px;
	position: relative;
	left: 50%;
	margin-left: -200px
}

.group-console .group-modal .group-list {
	margin-bottom: 25px;
	position: relative
}

.group-console .group-modal .group-list label {
	font-weight: lighter;
	font-size: 14px;
	width: 100px
}

.group-console .group-modal .group-list input {
	width: 260px;
	border-radius: 0;
	font-size: 12px;
	height: 35px;
	line-height: 35px;
	border: 1px solid #e7e7e7
}

.six-contain .link-modal .form-contain {
	width: 480px;
	margin-left: -240px
}

.console:before {
	left: 0
}

.console:after {
	right: 0
}

.dropdown input,.dropdown select,.pic_lunbo_console select {
	height: 35px;
	line-height: 35px;
	display: block;
	border: 1px solid #E7E7E7;
	border-radius: 0
}

.dropdown .span4 input,.dropdown .span4 select {
	display: inline-block;
	border: 1px solid #E7E7E7
}

.input_console {
	margin-top: 0!important
}

.modify_area .checkbox-square {
	margin-top: 10px;
	margin-right: 0;
	margin-left: 10px
}

.form_console {
	text-align: center
}

.form_console .label,.form_console label {
	font-size: 12px;
	font-weight: lighter
}

.form_console input[type=text] {
	width: 280px
}

.form_console input[type=radio] {
	margin-top: 0;
	padding-right: 3px
}

.form_console .customized_container {
	margin-top: 10px;
	position: relative;
	left: 50%;
	margin-left: -100px
}

.form_console .customized_container label {
	margin-right: 15px;
	float: left
}

.form_console .input-title .title {
	display: inline-block;
	width: 400px;
	text-align: left;
	height: 25px
}

.form_console .input-title .title-tip {
	display: inline-block;
	width: 50px;
	font-size: 12px
}

.form_console .input-title .form-control {
	width: 440px
}

.form_console.input-content {
	overflow: hidden
}

.form_console.input-content .input-preview {
	float: left;
	width: 200px;
	height: 350px;
	border: 1px solid #80a1ef;
	margin-left: 20px;
	overflow: hidden
}

.form_console.input-content .input-preview .preview-title {
	background-color: #14bfb4;
	color: #fff;
	text-align: left;
	padding: 10px;
	min-height: 36px
}

.form_console.input-content .input-preview .preview-options .preview-option {
	margin: 0 10px;
	border-bottom: 1px solid #14bfb4;
	text-align: left;
	padding: 10px 10px 10px 0;
	color: #000;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.form_console.input-content .input-design {
	width: 540px;
	float: left
}

.form_console .input-options {
	margin-top: 10px
}

.form_console .input-options .input-option {
	display: inline-block;
	width: 400px;
	text-align: left;
	height: 25px
}

.form_console .input-options .input-option .option-tip {
	font-size: 12px
}

.form_console .input-options .option-group-container {
	height: 200px
}

.form_console .input-options .option-group-container .option-group {
	margin-bottom: 10px
}

.form_console .input-options .option-group-container .option-group .option-label {
	width: 400px
}

.form_console .input-options .option-group-container .option-group .operations {
	display: inline-block;
	position: relative;
	margin-left: 5px
}

.form_console .input-options .option-group-container .option-group .operations .eqf-plus {
	display: block;
	position: absolute;
	top: 2px;
	color: #00A0FF
}

.form_console .input-options .option-group-container .option-group .operations .eqf-delete2 {
	display: block;
	position: absolute;
	bottom: 8px;
	color: #FF635C
}

.form_console .input-options .input-tip {
	padding: 5px;
	background-color: #e6e6e6;
	width: 410px;
	display: inline-block
}

.form_console .input-options .input-tip .add-option {
	cursor: pointer;
	float: left;
	margin-left: 20px;
	color: #444
}

.form_console .input-options .input-tip .add-option .eqf-plus2 {
	margin-right: 5px
}

.form_console .input-options .input-tip .add-option:hover {
	color: #14bfb4
}

.form_console .input-options .input-tip .page-indicator {
	float: right;
	margin-right: 10px
}

.counter .counter-group,.counter .rating-group,.rating .counter-group,.rating .rating-group {
	padding-bottom: 15px
}

.counter .counter-group .counter-choice,.counter .counter-group .rating-choice,.counter .rating-group .counter-choice,.counter .rating-group .rating-choice,.rating .counter-group .counter-choice,.rating .counter-group .rating-choice,.rating .rating-group .counter-choice,.rating .rating-group .rating-choice {
	display: inline-block;
	margin-left: 10px;
	width: 350px;
	text-align: left
}

.counter .counter-group .counter-choice .form-control,.counter .counter-group .rating-choice .form-control,.counter .rating-group .counter-choice .form-control,.counter .rating-group .rating-choice .form-control,.rating .counter-group .counter-choice .form-control,.rating .counter-group .rating-choice .form-control,.rating .rating-group .counter-choice .form-control,.rating .rating-group .rating-choice .form-control {
	width: 300px;
	display: inline-block
}

.counter .counter-group .counter-choice .icon,.counter .counter-group .rating-choice .icon,.counter .rating-group .counter-choice .icon,.counter .rating-group .rating-choice .icon,.rating .counter-group .counter-choice .icon,.rating .counter-group .rating-choice .icon,.rating .rating-group .counter-choice .icon,.rating .rating-group .rating-choice .icon {
	color: #bbb;
	font-size: 16px;
	margin-right: 5px
}

.counter .counter-group .counter-choice .icon.active,.counter .counter-group .counter-choice .icon:hover,.counter .counter-group .rating-choice .icon.active,.counter .counter-group .rating-choice .icon:hover,.counter .rating-group .counter-choice .icon.active,.counter .rating-group .counter-choice .icon:hover,.counter .rating-group .rating-choice .icon.active,.counter .rating-group .rating-choice .icon:hover,.rating .counter-group .counter-choice .icon.active,.rating .counter-group .counter-choice .icon:hover,.rating .counter-group .rating-choice .icon.active,.rating .counter-group .rating-choice .icon:hover,.rating .rating-group .counter-choice .icon.active,.rating .rating-group .counter-choice .icon:hover,.rating .rating-group .rating-choice .icon.active,.rating .rating-group .rating-choice .icon:hover {
	color: #ff9307
}

.counter .counter-group .counter-choice .color-picker,.counter .counter-group .rating-choice .color-picker,.counter .rating-group .counter-choice .color-picker,.counter .rating-group .rating-choice .color-picker,.rating .counter-group .counter-choice .color-picker,.rating .counter-group .rating-choice .color-picker,.rating .rating-group .counter-choice .color-picker,.rating .rating-group .rating-choice .color-picker {
	font-size: 12px;
	width: 35px;
	border: 1px solid #ccd5db;
	display: inline-block;
	vertical-align: middle
}

.counter .counter-group .counter-choice .color-picker-input,.counter .counter-group .rating-choice .color-picker-input,.counter .rating-group .counter-choice .color-picker-input,.counter .rating-group .rating-choice .color-picker-input,.rating .counter-group .counter-choice .color-picker-input,.rating .counter-group .rating-choice .color-picker-input,.rating .rating-group .counter-choice .color-picker-input,.rating .rating-group .rating-choice .color-picker-input {
	font-size: 12px;
	width: 115px
}

.counter .counter-group .counter-choice .btn-group .btn-counter,.counter .counter-group .counter-choice .btn-group .btn-rating,.counter .counter-group .rating-choice .btn-group .btn-counter,.counter .counter-group .rating-choice .btn-group .btn-rating,.counter .rating-group .counter-choice .btn-group .btn-counter,.counter .rating-group .counter-choice .btn-group .btn-rating,.counter .rating-group .rating-choice .btn-group .btn-counter,.counter .rating-group .rating-choice .btn-group .btn-rating,.rating .counter-group .counter-choice .btn-group .btn-counter,.rating .counter-group .counter-choice .btn-group .btn-rating,.rating .counter-group .rating-choice .btn-group .btn-counter,.rating .counter-group .rating-choice .btn-group .btn-rating,.rating .rating-group .counter-choice .btn-group .btn-counter,.rating .rating-group .counter-choice .btn-group .btn-rating,.rating .rating-group .rating-choice .btn-group .btn-counter,.rating .rating-group .rating-choice .btn-group .btn-rating {
	border: 1px solid #e7e7e7;
	padding: 0 15px
}

.counter .counter-group .counter-choice .btn-group .btn-counter.active,.counter .counter-group .counter-choice .btn-group .btn-counter:hover,.counter .counter-group .counter-choice .btn-group .btn-rating.active,.counter .counter-group .counter-choice .btn-group .btn-rating:hover,.counter .counter-group .rating-choice .btn-group .btn-counter.active,.counter .counter-group .rating-choice .btn-group .btn-counter:hover,.counter .counter-group .rating-choice .btn-group .btn-rating.active,.counter .counter-group .rating-choice .btn-group .btn-rating:hover,.counter .rating-group .counter-choice .btn-group .btn-counter.active,.counter .rating-group .counter-choice .btn-group .btn-counter:hover,.counter .rating-group .counter-choice .btn-group .btn-rating.active,.counter .rating-group .counter-choice .btn-group .btn-rating:hover,.counter .rating-group .rating-choice .btn-group .btn-counter.active,.counter .rating-group .rating-choice .btn-group .btn-counter:hover,.counter .rating-group .rating-choice .btn-group .btn-rating.active,.counter .rating-group .rating-choice .btn-group .btn-rating:hover,.rating .counter-group .counter-choice .btn-group .btn-counter.active,.rating .counter-group .counter-choice .btn-group .btn-counter:hover,.rating .counter-group .counter-choice .btn-group .btn-rating.active,.rating .counter-group .counter-choice .btn-group .btn-rating:hover,.rating .counter-group .rating-choice .btn-group .btn-counter.active,.rating .counter-group .rating-choice .btn-group .btn-counter:hover,.rating .counter-group .rating-choice .btn-group .btn-rating.active,.rating .counter-group .rating-choice .btn-group .btn-rating:hover,.rating .rating-group .counter-choice .btn-group .btn-counter.active,.rating .rating-group .counter-choice .btn-group .btn-counter:hover,.rating .rating-group .counter-choice .btn-group .btn-rating.active,.rating .rating-group .counter-choice .btn-group .btn-rating:hover,.rating .rating-group .rating-choice .btn-group .btn-counter.active,.rating .rating-group .rating-choice .btn-group .btn-counter:hover,.rating .rating-group .rating-choice .btn-group .btn-rating.active,.rating .rating-group .rating-choice .btn-group .btn-rating:hover {
	background-color: #14bfb4;
	color: #fff
}

.counter .tab-same .eqf-eye3,.counter .tab-same .eqf-flower2,.counter .tab-same .eqf-good,.counter .tab-same .eqf-love,.counter .tab-same .eqf-vote {
	font-size: 30px;
	color: #1abd9b
}

.counter .counter-group .title {
	font-size: 12px
}

.counter .counter-group .counter-choice {
	margin-left: 20px;
	width: 230px
}

.counter .counter-group .counter-choice a,.counter .counter-group .counter-choice input,.counter .counter-group .counter-choice label,.counter .counter-group .counter-choice span {
	height: 30px;
	line-height: 30px
}

.counter .counter-group .counter-choice .btn-counter {
	font-size: 12px
}

.counter .counter-group .counter-choice .btn-picture {
	width: 80px;
	height: 30px;
	line-height: 30px;
	margin-left: 10px;
	font-size: 12px;
	text-align: center
}

.rating-content .tab-same .eqf-flower,.rating-content .tab-same .eqf-love,.rating-content .tab-same .eqf-roll,.rating-content .tab-same .eqf-star {
	font-size: 30px;
	color: #999
}

.rating-content .rating-l {
	font-size: 18px
}

.rating-content .rating-m {
	font-size: 15px
}

.rating-content .rating-s {
	font-size: 12px
}

.rating-content .rating-preview-design {
	width: 650px;
	margin: 20px auto;
	overflow: hidden
}

.rating-content .rating-preview-design .rating-preview {
	border: 1px solid #e6e6e6;
	float: left;
	width: 180px;
	height: 110px;
	line-height: 110px;
	padding-left: 20px
}

.rating-content .rating-preview-design .rating-preview div:nth-child(1) {
	height: 50px;
	line-height: 70px;
	text-align: left
}

.rating-content .rating-preview-design .rating-preview div:nth-child(2) {
	height: 30px;
	line-height: 30px;
	text-align: left
}

.rating-content .rating-preview-design .rating-design {
	margin-left: 30px;
	float: left
}

.six-contain .form-contain .audio_area {
	text-align: center
}

.six-contain .form-contain .audio_area select {
	width: 330px
}

.button_console .tel_title span,.input_console .tel_title span,.video_console .tel_title span {
	padding: 10px;
	display: inline-block;
	border: 1px solid #FFF
}

.button_console .modify_area,.input_console .modify_area,.video_console .modify_area {
	width: 100%;
	font-size: 12px;
	text-align: center
}

.button_console .modify_area .audio_area,.input_console .modify_area .audio_area,.video_console .modify_area .audio_area {
	margin-top: 30px
}

.button_console .modify_area .spanborder,.input_console .modify_area .spanborder,.video_console .modify_area .spanborder {
	border: 1px solid #ccc
}

.button_console .modify_area .colorborder,.input_console .modify_area .colorborder,.video_console .modify_area .colorborder {
	border: 1px solid #ccc
}

.button_console .modify_area .selectedcolor,.input_console .modify_area .selectedcolor,.video_console .modify_area .selectedcolor {
	color: #fff
}

.button_console .modify_area .whitecolor,.input_console .modify_area .whitecolor,.video_console .modify_area .whitecolor {
	color: #000
}

.button_console .modify_area .title_color,.input_console .modify_area .title_color,.video_console .modify_area .title_color {
	display: inline-block;
	margin: 5px
}

.button_console .modify_area .btn1,.input_console .modify_area .btn1,.video_console .modify_area .btn1 {
	width: 90px;
	background: red;
	height: 30px;
	text-algn: center;
	border: 1px solid #ccc;
	line-height: 30px;
	color: #fff;
	-webkit-border-radius: 5px
}

.button_console .modify_area .btn2,.input_console .modify_area .btn2,.video_console .modify_area .btn2 {
	width: 80px;
	background: #FDAF07;
	height: 35px;
	text-algn: center;
	border: 1px solid #ccc;
	line-height: 35px;
	-webkit-border-radius: 40px
}

.button_console .modify_area .btn3,.input_console .modify_area .btn3,.video_console .modify_area .btn3 {
	width: 100px;
	background: #3FB816;
	height: 30px;
	text-algn: center;
	border: 1px solid #ccc;
	line-height: 30px;
	color: #fff;
	-webkit-border-radius: 5px
}

.button_console .modify_area .btn4,.input_console .modify_area .btn4,.video_console .modify_area .btn4 {
	width: 100px;
	height: 30px;
	text-algn: center;
	border: 1px solid #3FB816;
	line-height: 30px;
	color: #000;
	-webkit-border-radius: 5px
}

.button_console .modify_area a,.input_console .modify_area a,.video_console .modify_area a {
	display: inline-block
}

.button_console .modify_area .label,.input_console .modify_area .label,.video_console .modify_area .label {
	color: #999;
	font-size: 12px;
	font-weight: lighter
}

.button_console .modify_area input[type=text],.input_console .modify_area input[type=text],.video_console .modify_area input[type=text] {
	font-size: 12px;
	border-radius: 0;
	height: 35px;
	line-height: 35px;
	border: 1px solid #E7E7E7
}

.button_console .modify_area input[type=checkbox],.input_console .modify_area input[type=checkbox],.video_console .modify_area input[type=checkbox] {
	vertical-align: middle
}

.button_console .modify_area .customized_container,.input_console .modify_area .customized_container,.video_console .modify_area .customized_container {
	margin: 15px auto;
	font-size: 12px
}

.button_console .modify_area .customized_container input,.input_console .modify_area .customized_container input,.video_console .modify_area .customized_container input {
	vertical-align: middle;
	margin: 0
}

.button_console .modify_area .customized_container label,.input_console .modify_area .customized_container label,.video_console .modify_area .customized_container label {
	padding-left: 3px
}

.button_console .modify_area .customized_container input[type=radio],.input_console .modify_area .customized_container input[type=radio],.video_console .modify_area .customized_container input[type=radio] {
	margin-left: 40px
}

.console .category_list .dropdown-toggle {
	box-shadow: none
}

.console .category_list .category_item,.console .category_list .dropdown-toggle {
	cursor: pointer;
	text-align: center;
	font-size: 12px;
	margin-right: 15px;
	float: left
}

.console .category_list .category_item.active,.console .category_list .category_item:hover,.console .category_list .dropdown-toggle.active,.console .category_list .dropdown-toggle:hover {
	color: #14bfb4
}

.console .category_list .category_item.active .caret,.console .category_list .category_item:hover .caret,.console .category_list .dropdown-toggle.active .caret,.console .category_list .dropdown-toggle:hover .caret {
	color: #fff
}

.console .category_list .caret {
	color: red
}

.console .category_list .dropdown-menu {
	min-width: 100px
}

.console .category_input {
	width: 100%;
	padding: 20px 130px
}

.console .category_input input {
	width: 100%
}

.console .video_console .video_code a {
	color: #14bfb4
}

.console .video_console .modify_area {
	text-align: left
}

.console .video_console .modify_area .video_src {
	width: 100%;
	height: 70px
}

.console .video_console .modify_area .video_tip {
	margin: 10px 20px 0 20px
}

.console .video_console .modify_area .video_tip a {
	color: #14bfb4
}

.console .bg_console {
	background-color: #f7f7f7;
	border-radius: 6px;
	padding-left: 0;
	margin-top: 0!important
}

.console .bg_console .sound-action-upload {
	padding-bottom: 10px;
	width: 430px;
	color: #fff;
	font-size: 12px;
	z-index: 1000;
	background-color: #000;
	position: absolute;
	left: 50%;
	margin-left: -225px;
	top: 50%;
	margin-top: -110px
}

.console .bg_console .sound-action-upload a {
	color: #14bfb4;
	margin-left: 10px
}

.console .bg_console .sound-action-upload .know {
	text-align: center
}

.console .bg_console .sound-action-upload .know a {
	color: #fff
}

.console .bg_console .sound-action-upload .know input {
	margin-top: 0
}

.console .bg_console .sound-action-upload p {
	line-height: 24px;
	padding: 20px
}

.console .bg_console .tab-head {
	position: relative;
	margin: 0 20px
}

.console .bg_console .tab-head .my-bg {
	padding: 6px 0;
	border-bottom: 1px solid #ccd5db;
	font-size: 12px
}

.console .bg_console .modal-content {
	padding-left: 0
}

.console .bg_console .nav-tabs>li.active>a,.console .bg_console .nav-tabs>li.active>a:focus,.console .bg_console .nav-tabs>li.active>a:hover {
	border-bottom: 1px solid #ccc;
	border-top: none;
	border-radius: 0
}

.console .bg_console .user-tabs {
	height: 300px;
	overflow-x: hidden;
	overflow-y: auto
}

.console .bg_console .bg-rig {
	position: relative;
	padding-bottom: 76px;
	background-color: #fff;
	border-radius: 6px
}

.console .bg_console .bg-rig .music-cate {
	height: 40px;
	line-height: 40px
}

.console .bg_console .bg-rig .music-cate ul li {
	cursor: pointer;
	font-size: 12px;
	float: left;
	margin-left: 20px
}

.console .bg_console .bg-rig .music-cate ul li.active,.console .bg_console .bg-rig .music-cate ul li:hover {
	color: #14bfb4
}

.console .bg_console .assign-group {
	display: inline-block;
	text-align: center;
	padding: 10px 0
}

.console .bg_console .group-panel {
	position: absolute;
	text-align: center;
	padding: 5px;
	border: 1px solid #ccc;
	z-index: 10;
	background-color: #fff;
	width: 140px;
	top: 42px
}

.console .bg_console .group-panel li {
	border-bottom: 1px solid #ccc;
	padding: 8px 0;
	width: 100%;
	cursor: pointer;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.console .bg_console .group-panel li:last-child {
	border-bottom: none
}

.console .bg_console .group-panel li:hover {
	background-color: #14bfb4;
	color: #fff
}

.console .bg_console .group-panel .group-active {
	background-color: #14bfb4;
	color: #fff
}

.console .bg_console .manage-all {
	display: inline-block;
	text-align: center;
	padding: 10px 10px
}

.console .bg_console .cancel-all {
	display: inline-block;
	text-align: center;
	padding: 10px 0;
	margin-left: 20px
}

.console .bg_console .mul-del {
	display: inline-block;
	text-align: center;
	padding: 10px 0;
	margin-right: 20px
}

.console .bg_console .add-tag {
	position: absolute;
	bottom: 55px;
	text-align: center
}

.console .bg_console .add-tag a {
	border-top: 1px solid #ccd5db;
	height: 55px;
	line-height: 55px;
	float: left;
	padding: 0 10px
}

.console .bg_console .add-tag a:last-child {
	border-left: 1px solid #e7e7e7
}

.console .bg_console .del-tag {
	color: #f66
}

.console .bg_console .img_list {
	width: 100%
}

.console .bg_console .img_list .img_list_container .upload {
	background-color: #e6e6e6;
	text-align: center;
	color: #14bfb4;
	font-size: 35px
}

.console .bg_console .img_list .img_list_container .upload span img {
	width: 40px;
	height: 40px;
	margin-top: 30px
}

.console .bg_console .img_list .del_icon {
	color: #14bfb4;
	position: absolute;
	top: 3px;
	right: 3px;
	font-size: 16px;
	z-index: 1
}

.console .bg_console .color_list {
	width: 100%;
	text-align: center;
	position: relative
}

.console .bg_console .bottom_area .fr>p {
	margin-top: 6px
}

.console .bg_console .crop_drop {
	max-height: 206px;
	min-height: 50px;
	margin: 0 20px;
	width: 310px;
	display: inline-block;
	background-color: #ccc;
	border: dotted 3px #14bfb4;
	color: #333;
	line-height: 40px;
	text-align: center
}

.console .bg_console .drop-hover {
	box-shadow: 0 3px 3px #333
}

.map_console {
	overflow: hidden;
	padding: 10px
}

.map_console #l-map {
	display: inline-block;
	width: 280px;
	height: 280px
}

.map_console .search_area {
	position: relative;
	display: inline-block;
	height: auto;
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 15px;
	float: left
}

.map_console .search_area .result-count {
	height: 36px;
	line-height: 36px
}

.map_console .search_area .result {
	height: 330px
}

.map_console .search_area .result ul li {
	min-height: 60px;
	padding: 10px;
	border-bottom: 1px solid #ccd5db
}

.map_console .search_area .result ul li:hover {
	background-color: #f0f3f4;
	cursor: pointer
}

.map_console .search_area .result ul li.active {
	background-color: #f0f3f4
}

.map_console .search_area .result ul li.active .circle {
	background-color: #14bfb4
}

.map_console .search_area .result .circle {
	height: 20px;
	width: 20px;
	background-color: #1abd9b;
	display: inherit;
	color: #fff;
	border-radius: 20px;
	text-align: center;
	line-height: 20px;
	float: left
}

.map_console .search_area .result .name {
	margin-left: 30px;
	line-height: 20px
}

.map_console .search_area .result .address {
	margin-left: 30px;
	margin-top: 5px
}

.map_console .map-contain {
	height: 400px;
	width: 600px;
	margin-top: 10px
}

.station_console {
	margin: 20px auto;
	text-align: center
}

.station_console .label {
	color: #000
}

.station_console .header {
	font-size: 18px;
	font-weight: 700
}

.station_console .modify_area {
	margin: 20px 0;
	text-align: center;
	width: 100%
}

.station_console .modify_area span {
	margin: 0 10px
}

.station_console .modify_area span .selected {
	background-color: #14bfb4;
	color: #FFF
}

.station_console .sel_color ul li {
	width: 26px;
	height: 26px;
	padding: 2px
}

.station_console .colorborder {
	border: 1px solid #ccc
}

.station_console .sel_color {
	padding-left: 120px
}

.station_console .modify_name {
	width: 150px
}

.station_console select {
	width: 150px
}

.station_console .modify_area span a {
	padding: 6px 10px;
	border: 1px solid #ccc;
	color: #000;
	border-radius: 5px
}

.station_console .station {
	margin: 20px auto
}

.station_console .station p {
	float: left;
	font-size: 16px;
	text-align: center;
	margin-right: 30px
}

.shape-console .modal-dialog {
	width: 680px!important
}

.shape-console .modal-dialog .svg-panel {
	padding: 0 20px
}

.shape-console .modal-dialog .svg-panel li {
	margin: 20px 5px 0 0;
	background-color: #ccc
}

.shape-console .modal-dialog .svg-panel li:hover {
	border: 1px solid #fff;
	opacity: .7;
	outline: 1px solid #14bfb4
}

.effect-console .dialog-content {
	margin-top: 0!important
}

.effect-console .effect-list {
	background-color: #dadada
}

.effect-console .effect-list ul li {
	height: 95px;
	padding: 10px 20px;
	display: inline-block;
	margin: 0 1px
}

.effect-console .effect-list ul li img {
	width: 100%;
	height: 100%
}

.effect-console .effect-list ul li:hover {
	background-color: #fff
}

.effect-console .effect-list ul .select-effect {
	background-color: #fff
}

.effect-console .effect-detail {
	padding: 20px 20px 0 20px;
	height: 220px
}

.effect-console .effect-detail .form-input {
	padding-top: 5px
}

.effect-console .effect-detail .effect-img {
	float: left;
	position: relative;
	width: 196px;
	height: 310px
}

.effect-console .effect-detail .effect-img img {
	width: 100%;
	height: 100%
}

.effect-console .effect-detail .effect-img .finger-zw {
	width: 70px;
	height: 80px;
	position: absolute;
	top: 50%;
	margin-top: -40px;
	left: 50%;
	margin-left: -30px
}

.effect-console .effect-detail .effect-img .finger-line {
	position: absolute;
	width: 70px;
	height: 50px;
	top: 50%;
	margin-top: 25px;
	margin-left: -30px
}

@-webkit-keyframes move {
	0%,100% {
		-webkit-transform: translateY(0)
	}

	50% {
		-webkit-transform: translateY(-80px)
	}
}

@-moz-keyframes move {
	0%,100% {
		-moz-transform: translateY(0)
	}

	50% {
		-moz-transform: translateY(-80px)
	}
}

@keyframes move {
	0%,100% {
		transform: translateY(0)
	}

	50% {
		transform: translateY(-80px)
	}
}

.effect-console .effect-detail .scratch-pre {
	width: 180px;
	height: 310px;
	position: absolute
}

.effect-console .effect-detail .scratch-pre .phone-title {
	height: 22px;
	background: url(/assets/images/yulan_phone_top.png) no-repeat;
	background-size: 100%
}

.effect-console .effect-detail .scratch-pre .phone-menubar {
	background: url(/assets/images/phonetitle1.gif);
	height: 12px;
	background-size: 100%
}

.effect-console .effect-detail .scratch-pre .phone-bottom {
	height: 20px;
	top: 232px;
	background: url(/assets/images/yulan_phone_bottom.png) no-repeat;
	text-align: center;
	background-size: 100%;
	position: relative
}

.effect-console .effect-detail .scratch-pre .scratch-img {
	background: url(/assets/images/create/effect_bg.jpg);
	width: 196px;
	height: 308px;
	background-size: 100%
}

.effect-console .effect-detail .effect-form {
	margin-left: 180px
}

.effect-console .effect-detail .effect-form .form-contain {
	left: 0;
	margin-left: 0
}

.effect-console .effect-detail .effect-form .form-contain .form-list {
	height: 50px;
	margin-top: 0
}

.effect-console .effect-detail .effect-form .form-contain .form-label {
	line-height: 37px
}

.effect-console .effect-detail .effect-form .form-contain .form-input {
	margin-left: 0;
	text-align: left;
	width: 320px
}

.effect-console .effect-detail .effect-form .form-contain .form-input select {
	width: 290px;
	float: left;
	height: 37px
}

.style_panel {
	z-index: 10000;
	background-color: #fff
}

.datepicker .glyphicon-calendar:before {
	content: "\e92f"
}

.datepicker .btn {
	height: 36px;
	padding-left: 12px;
	padding-right: 12px
}

.datepicker ul table .btn {
	padding-right: 8px;
	padding-left: 8px;
	height: 30px;
	background-color: #fff
}

.datepicker ul table .btn:hover {
	background-color: #ebebeb;
	color: #999
}

.datepicker ul table .btn.active {
	color: #999
}

.datepicker ul table .glyphicon-chevron-right:before {
	content: "\e95d"
}

.datepicker ul table .glyphicon-chevron-left:before {
	content: "\e944"
}

.sound-crop-dire {
	background-image: url(images/bannerbig.jpg);
	width: 850px;
	height: 150px;
	position: relative
}

.sound-crop-dire .bar-e,.sound-crop-dire .bar-s {
	position: absolute;
	cursor: e-resize;
	top: 15px;
	padding-top: 7px;
	height: 135px
}

.sound-crop-dire .bar-e .line,.sound-crop-dire .bar-s .line {
	position: absolute;
	height: 135px;
	top: 0;
	width: 2px;
	background-color: #ff0;
	left: 5px
}

.sound-crop-dire .bar-e .triangle,.sound-crop-dire .bar-s .triangle {
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 5px solid transparent;
	border-top: 6px solid #ff0
}

.sound-crop-dire .bar-e {
	left: 845px
}

.sound-crop-dire .bar-s {
	left: -5px
}

.sound-crop-dire .bar-c {
	position: absolute;
	cursor: e-resize;
	top: 15px;
	padding-top: 7px;
	height: 135px;
	left: -5px
}

.sound-crop-dire .bar-c .line {
	position: absolute;
	height: 135px;
	top: 0;
	width: 2px;
	background-color: #ff0;
	left: 5px
}

.sound-crop-dire .bar-c .triangle {
	height: 6px;
	width: 6px;
	cursor: e-resize;
	background-color: #ff0;
	margin-top: -7px;
	margin-left: 3px;
	display: block
}

.sound-crop-dire .left-dis {
	position: absolute;
	height: 120px;
	left: 0;
	background-color: rgba(0,0,0,.2);
	top: 30px
}

.sound-crop-dire .right-dis {
	position: absolute;
	height: 120px;
	right: 0;
	background-color: rgba(0,0,0,.2);
	top: 30px
}

.sound-crop-dire .scale {
	position: absolute;
	margin-top: 15px
}

.sound-crop-dire .scale li {
	float: left;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	position: relative
}

.sound-crop-dire .scale li span {
	color: #fff;
	right: -10px;
	text-align: right;
	position: absolute;
	top: -14px;
	font-size: 12px
}

.sound-crop-dire .scale li:last-child {
	border-right-style: none
}

.sound-crop-dire .scale .l-scale {
	height: 15px
}

.sound-crop-dire .scale .s-scale {
	margin-top: 8px;
	height: 7px
}

.imagesYiTo {
	position: absolute;
	font-size: 12px;
	bottom: 0;
	right: 0;
	width: 25px;
	height: 24px;
	z-index: 999
}

.imagesYiTo .YiToLogo {
	background-color: rgba(0,0,0,.6);
	width: 100%;
	height: 100%;
	position: absolute;
	line-height: 24px;
	top: 0;
	left: 0;
	color: #fff
}

.imagesYiTo .YiToLogo:after {
	bottom: 12px;
	margin-bottom: -12px;
	padding: 0;
	font-size: 10px;
	line-height: 24px
}

.font-nav-tag .font-type {
	height: 50px;
	border-bottom: 1px solid #ccd4db;
	width: 958px;
	padding-left: 22px
}

.font-nav-tag .font-type ul {
	line-height: 50px
}

.font-nav-tag .font-type ul li {
	margin-right: 20px;
	float: left
}

.font-nav-tag .font-type ul li.active a {
	color: #14bfb4
}

.font-nav-tag .cate-title .tabs-left li.active {
	background-color: #14bfb4;
	border: none
}

.font-nav-tag .cate-title .tabs-left li.active a {
	color: #fff
}

.font-nav-tag .cate-title .tabs-left .font-type-detail {
	position: relative
}

.font-nav-tag .cate-title .tabs-left .font-type-detail a {
	padding-right: 40px
}

.font-nav-tag .cate-title .tabs-left .font-type-detail a span {
	position: absolute;
	top: 50%;
	margin-top: -7px;
	right: 10px;
	font-size: 12px
}

.font-nav-tag .cate-list {
	padding-bottom: 25px!important
}

.font-nav-tag .cate-list .tab-head {
	height: 40px;
	line-height: 40px
}

.font-nav-tag .cate-list .tab-head .buy-font-btn {
	float: right
}

.font-nav-tag .cate-list .tab-head .buy-font-btn a {
	width: 70px;
	height: 24px;
	line-height: 24px;
	text-align: left;
	padding: 0!important;
	font-size: 12px;
	text-align: center
}

.font-nav-tag .cate-list .tab-head .buy-font-btn a:before {
	position: relative;
	left: 50px
}

.font-nav-tag .cate-list .img_list_container {
	padding-left: 20px;
	padding-top: 0
}

.font-nav-tag .cate-list .img_list_container .img_box {
	background-image: url(../../assets/images/scene/font-shoping.jpg);
	width: 715px;
	height: 405px
}

.font-nav-tag .cate-list .img_list_container .img_box #view-font {
	margin-top: -65px;
	margin-left: -180px;
	top: 50%;
	left: 50%;
	width: 360px;
	height: 130px;
	position: relative;
	color: #fff
}

.font-nav-tag .cate-list .img_list_container .img_box #view-font:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 130px;
	width: 34px;
	border: 3px solid #fff;
	border-right: none
}

.font-nav-tag .cate-list .img_list_container .img_box #view-font:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	height: 130px;
	width: 34px;
	border: 3px solid #fff;
	border-left: none
}

.font-nav-tag .cate-list .img_list_container .img_box .yqx {
	position: absolute;
	top: 26px;
	left: 108px;
	width: 146px;
	height: 32px;
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;
	font-size: 32px;
	text-align: center;
	line-height: 32px
}

.font-nav-tag .cate-list .img_list_container .img_box .adword {
	width: 100%;
	height: 64px;
	line-height: 64px;
	position: absolute;
	top: 60px;
	font-size: 21px;
	text-align: center
}

.font-nav-tag .cate-list .img_list_container .img_box .adword em {
	margin: 0 26px
}

.cost-xd {
	width: 100%;
	text-align: center
}

.creat-feedback {
	position: fixed;
	bottom: -17px;
	right: 187px
}

.auto-flow {
	overflow-x: hidden;
	overflow-y: auto
}

.create_right {
	position: fixed;
	right: 0;
	top: 50px;
	bottom: 0;
	width: 184px;
	z-index: 1040;
	background-color: #f0f3f4
}

.create_right .nav-tabs {
	background-color: #76838f;
	border-bottom: none;
	padding: 4px 10px 0 10px
}

.create_right .nav-tabs li {
	margin-right: 1px
}

.create_right .nav-tabs a:hover,.create_right .nav-tabs li.active>a {
	background-color: #f0f3f4;
	border: 1px solid #f0f3f4;
	color: #1abd9b!important
}

.create_right .nav-tabs a {
	padding: 8.5px 8px;
	color: #fff!important;
	font-size: 12px
}

.create_right .nav_top {
	height: 44px;
	background-color: #1abd9b
}

.create_right .nav_top .copy,.create_right .nav_top .delete {
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	border-radius: 3px;
	margin-top: 7px;
	background-color: rgba(0,0,0,.3);
	float: left;
	margin-right: 5px
}

.create_right .nav_top .copy:hover {
	background-color: #44cb83
}

.create_right .nav_top .delete:hover {
	background-color: #ff5448
}

.create_right .nav_content {
	position: absolute;
	top: 44px;
	left: 0;
	right: 0;
	bottom: 60px
}

.create_right .nav_content ul.page-uls {
	width: 100%;
	position: absolute
}

.create_right .nav_content ul.page-uls li {
	color: #75828e;
	cursor: pointer;
	font-size: 12px;
	position: relative;
	border: 1px solid #ccd5db;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px
}

.create_right .nav_content ul.page-uls li.current {
	color: #1abd9b;
	background-color: #fff!important
}

.create_right .nav_content ul.page-uls li .page-name {
	width: 100px;
	margin-left: 2px;
	display: inline-block;
	line-height: 70px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.create_right .nav_content ul.page-uls li .el-name {
	width: 100%;
	padding-left: 15px;
	line-height: 40px
}

.create_right .nav_content ul.page-uls li:hover {
	background-color: #fff;
	box-shadow: 2px 2px 20px rgba(0,0,0,.1);
	border: none;
	z-index: 3
}

.create_right .nav_content ul.page-uls li .page-btn-contain {
	top: 45px;
	left: 38px;
	position: absolute;
	display: none
}

.create_right .nav_content ul.page-uls li .page-btn-contain .page-btn {
	height: 24px;
	width: 24px;
	background-color: #ccc;
	display: block;
	float: left;
	line-height: 24px;
	text-align: center;
	border-radius: 3px;
	margin-right: 4px;
	position: relative;
	color: #fff
}

.create_right .nav_content ul.page-uls li .page-btn-contain .page-btn .eqf-morelist {
	transform: scale(.25);
	-webkit-transform: scale(.25);
	-moz-transform: scale(.25);
	position: absolute;
	line-height: 24px;
	left: -14px;
	display: block
}

.create_right .nav_content ul.page-uls li .page-btn-contain .page-btn:hover {
	background-color: #14bfb4
}

.create_right .nav_content ul.page-uls li .page-btn-contain .eqf-plus2:hover,.create_right .nav_content ul.page-uls li .page-btn-contain .eqf-scene-copy:hover {
	background-color: #6fe29f
}

.create_right .nav_content ul.page-uls li .page-btn-contain .eqf-scene-delete {
	background-color: #ff5448
}

.create_right .nav_content ul.page-uls li .page-btn-contain .eqf-scene-delete:hover {
	background-color: #ff7267
}

.create_right .nav_content ul.page-uls li.current .page-btn-contain {
	display: block
}

.create_right .nav_content ul.page-uls li.current .page-btn-contain .page-btn {
	-webkit-animation: fade-scale-02 250ms backwards;
	animation: fade-scale-02 250ms backwards
}

.create_right .nav_content ul.page-uls li.createLongPage .number {
	border-top: 35px solid #44cb83;
	border-right: 35px solid transparent
}

.create_right .nav_content ul.page-uls li.current .number {
	border-top: 35px solid #14bfb4;
	border-right: 35px solid transparent
}

.create_right .nav_content ul.page-uls li.current .longPage {
	border-right: 35px solid #14bfb4
}

.create_right .nav_content ul.page-uls li .number {
	float: left;
	width: 0;
	height: 0;
	border-top: 35px solid #76838f;
	border-right: 35px solid transparent
}

.create_right .nav_content ul.page-uls li .number em {
	position: absolute;
	top: 3px;
	color: #fff;
	left: 0;
	display: block;
	width: 20px;
	text-align: center
}

.create_right .nav_content ul.page-uls .compli {
	height: 40px
}

.create_right .nav_content ul.page-uls .compli .eqf-star-line {
	position: absolute;
	right: 10px;
	top: 13px
}

.create_right .nav_content .page-list-label {
	position: absolute;
	top: 20px;
	right: 340px;
	padding: 10px;
	color: #5e676e;
	z-index: 10000;
	width: 200px!important;
	background-color: #fff
}

.create_right .nav_content .page-list-label .line {
	width: 100%;
	border-bottom: 1px solid #ccd5db;
	margin-bottom: 10px
}

.create_right .nav_content .page-list-label ul.tpl-uls {
	padding: 1 1px
}

.create_right .nav_content .page-list-label ul.tpl-uls li {
	padding: 10px 5px
}

.create_right .nav_content .page-list-label ul.tpl-uls li:hover {
	background-color: #14bfb4
}

.create_right .nav_content .page-list-label ul.tpl-uls span {
	padding-right: 5px
}

.create_right .nav_content .page-list-label label {
	padding-right: 5px;
	margin-bottom: 10px;
	font-weight: lighter
}

.create_right .nav_content .page-list-label input {
	margin: 0
}

.create_right .nav_content .page-list-label .select-labels {
	text-align: center;
	margin-top: 10px
}

.create_right .nav_content .page-list-label .select-labels a {
	background-color: #14bfb4;
	padding: 5px 10px;
	color: #fff
}

.create_right .nav_bottom {
	line-height: 50px;
	width: 100%;
	height: 50px;
	background-color: #18ccc0;
	font-size: 50px;
	font-weight: 500;
	position: absolute;
	bottom: 0
}

.create_right .nav_bottom .insert {
	width: 80%;
	padding-left: 20%;
	float: left
}

.create_right .nav_bottom .eqf-more {
	width: 20%;
	float: left;
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 50px;
	position: relative
}

.create_right .nav_bottom .eqf-more:hover {
	border-right: 1px solid #000;
	background-color: #1abd9b
}

.create_right .nav_bottom .eqf-more .imp {
	background-color: red;
	height: 6px;
	width: 6px;
	position: absolute;
	right: 6px;
	top: 6px;
	border-radius: 6px
}

.create_right .nav_bottom ul {
	position: absolute;
	font-size: 12px;
	top: -60px;
	left: 0;
	background-color: #fff
}

.create_right .nav_bottom ul li {
	width: 170px;
	height: 30px;
	line-height: 30px;
	padding-left: 10px
}

.create_right .nav_bottom ul li:hover {
	cursor: pointer;
	background-color: #14bfb4;
	color: #fff
}

.create_right .tpl-option .popover {
	border-radius: 0;
	left: 5px
}

.create_right .tpl-option .popover-content {
	padding: 0
}

.create_right .tpl-option .popover-content .menus {
	margin-left: 0
}

.create_right .tpl-option .popover-content .menus .menu-item {
	height: 30px;
	color: #666;
	text-align: left;
	width: 142px;
	padding: 3px 0 3px 12px;
	position: relative
}

.create_right .tpl-option .popover-content .menus .menu-item:hover {
	background-color: #14bfb4;
	color: #fff
}

.create_right .tpl-option .popover-content .menus .menu-item:hover .menu-item-menu {
	position: absolute;
	top: 0;
	left: 140px;
	width: 10px;
	height: 120px
}

.create_right .tpl-option .popover-content .menus .menu-item span {
	display: inline-block;
	font-size: 12px;
	vertical-align: middle;
	margin-bottom: 0
}

.create_right .tpl-option .popover-content .menus .menu-item .menu-item-name {
	width: 90px;
	text-align: left;
	margin-left: 5px
}

.creat_head {
	height: 50px;
	background-color: #fdfdfd;
	position: fixed;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1041
}

.creat_head .creat_head_con {
	width: 100%;
	margin: 0 auto;
	position: relative
}

.creat_head .creat_head_con .creat_logo {
	position: absolute;
	left: 0;
	top: 0;
	height: 50px
}

.creat_head .creat_head_con .creat_logo a {
	color: #fff;
	font-size: 30px;
	margin-left: 20px;
	opacity: .8;
	line-height: 50px
}

.creat_head .creat_head_con .creat_con {
	display: block;
	margin: 0 auto;
	width: 660px
}

.creat_head .creat_head_con .create-action {
	position: absolute;
	top: 0;
	right: 0
}

.creat_head .creat_head_con .create-action ul li {
	height: 30px;
	width: 65px;
	cursor: pointer;
	margin-top: 10px;
	margin-right: 6px;
	text-align: center;
	border-radius: 3px;
	float: left
}

.creat_head .creat_head_con .create-action ul li span {
	font-size: 12px;
	line-height: 30px;
	color: #fff
}

.creat_head .creat_head_con .create-action li.quit:after {
	margin-left: -60px
}

.creat_head .creat_head_con .creat_con ul li {
	height: 50px;
	width: 60px;
	float: left;
	cursor: pointer;
	color: #1abd9b;
	padding-top: 7px;
	text-align: center;
	opacity: .8;
	position: relative
}

.creat_head .creat_head_con .creat_con ul li .tip {
	font-size: 12px;
	position: absolute;
	left: 0;
	bottom: 7px;
	width: 60px
}

.creat_head .creat_head_con .creat_con ul li .eqf-btn {
	line-height: 20px
}

.creat_head .creat_head_con .creat_con ul li.active,.creat_head .creat_head_con .creat_con ul li:hover {
	background-color: #1abd9b;
	color: #fff;
	opacity: 1
}

.creat_head .creat_head_con .creat_con li.form:hover .form-menus,.creat_head .creat_head_con .creat_con li.interaction:hover .form-menus {
	top: 50px;
	left: -40px;
	position: absolute;
	width: 142px;
	height: 10px
}

.creat_head .creat_head_con .creat_con li.form:hover .form-menus .popover>.arrow,.creat_head .creat_head_con .creat_con li.interaction:hover .form-menus .popover>.arrow {
	border-width: 7px
}

.creat_head .creat_head_con .creat_con li.form:hover .form-menus .popover.bottom>.arrow,.creat_head .creat_head_con .creat_con li.interaction:hover .form-menus .popover.bottom>.arrow {
	top: -7px;
	border-top-width: 0
}

.creat_head .creat_head_con .creat_con li.form:hover .form-menus .popover.right>.arrow,.creat_head .creat_head_con .creat_con li.interaction:hover .form-menus .popover.right>.arrow {
	left: -7px;
	border-left-width: 0
}

.creat_head .creat_head_con .creat_con li.form:hover .form-menus>.popover,.creat_head .creat_head_con .creat_con li.interaction:hover .form-menus>.popover {
	display: block;
	border-radius: 0
}

.creat_head .creat_head_con .creat_con li.form:hover .form-menus>.popover .popover-content,.creat_head .creat_head_con .creat_con li.interaction:hover .form-menus>.popover .popover-content {
	padding: 0
}

.creat_head .creat_head_con .creat_con li.form:hover .form-menus>.popover .popover-content .menus,.creat_head .creat_head_con .creat_con li.interaction:hover .form-menus>.popover .popover-content .menus {
	margin-left: 0
}

.creat_head .creat_head_con .creat_con li.form:hover .form-menus>.popover .popover-content .menus .menu-item,.creat_head .creat_head_con .creat_con li.interaction:hover .form-menus>.popover .popover-content .menus .menu-item {
	display: inline-block;
	height: 30px;
	color: #666;
	text-align: left;
	width: 142px;
	padding: 3px 0 3px 12px;
	position: relative
}

.creat_head .creat_head_con .creat_con li.form:hover .form-menus>.popover .popover-content .menus .menu-item:hover,.creat_head .creat_head_con .creat_con li.interaction:hover .form-menus>.popover .popover-content .menus .menu-item:hover {
	background-color: #14bfb4;
	color: #fff
}

.creat_head .creat_head_con .creat_con li.form:hover .form-menus>.popover .popover-content .menus .menu-item:hover .menu-item-menu,.creat_head .creat_head_con .creat_con li.interaction:hover .form-menus>.popover .popover-content .menus .menu-item:hover .menu-item-menu {
	position: absolute;
	top: 0;
	left: 140px;
	width: 10px;
	height: 120px
}

.creat_head .creat_head_con .creat_con li.form:hover .form-menus>.popover .popover-content .menus .menu-item:hover .menu-item-menu>.popover,.creat_head .creat_head_con .creat_con li.interaction:hover .form-menus>.popover .popover-content .menus .menu-item:hover .menu-item-menu>.popover {
	display: block;
	border-radius: 0
}

.creat_head .creat_head_con .creat_con li.form:hover .form-menus>.popover .popover-content .menus .menu-item:hover .menu-item-menu>.popover.popover.right>.arrow,.creat_head .creat_head_con .creat_con li.interaction:hover .form-menus>.popover .popover-content .menus .menu-item:hover .menu-item-menu>.popover.popover.right>.arrow {
	top: 19px
}

.creat_head .creat_head_con .creat_con li.form:hover .form-menus>.popover .popover-content .menus .menu-item span,.creat_head .creat_head_con .creat_con li.interaction:hover .form-menus>.popover .popover-content .menus .menu-item span {
	display: inline-block;
	font-size: 12px;
	vertical-align: middle;
	margin-bottom: 0
}

.creat_head .creat_head_con .creat_con li.form:hover .form-menus>.popover .popover-content .menus .menu-item .menu-item-name,.creat_head .creat_head_con .creat_con li.interaction:hover .form-menus>.popover .popover-content .menus .menu-item .menu-item-name {
	width: 90px;
	text-align: left;
	margin-left: 5px
}

.creat_head .creat_head_con .creat_con li.form:hover .form-menus>.popover .popover-content .menus .menu-item .caret,.creat_head .creat_head_con .creat_con li.interaction:hover .form-menus>.popover .popover-content .menus .menu-item .caret {
	content: "";
	border-left: 4px solid;
	border-right: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent
}

.create_scene {
	background-color: #fdfdfd;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin-top: 50px
}

.create_scene .main .title {
	background: #f0f0f0;
	font-size: 14px;
	line-height: 30px;
	height: 30px;
	color: #999
}

.create_scene .main .title span {
	width: 105px;
	height: 30px;
	float: left;
	background: url(images/title.jpg);
	font-size: 20px;
	color: #fff;
	text-indent: 15px;
	margin-right: 20px
}

.create_scene .main {
	width: 100%;
	position: relative;
	height: 100%
}

.create_scene .main .content {
	position: fixed;
	top: 50px;
	left: 0;
	bottom: 0;
	right: 0
}

.create_scene .main .content p {
	text-align: center;
	margin-top: 30px
}

.create_scene .main .content p a {
	width: 150px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	background: #f35d52;
	font-size: 18px;
	border-radius: 2px;
	display: inline-block;
	margin-right: 10px
}

.create_scene .larger_icon {
	background: url(images/larger.png)!important
}

.create_scene .simaller_icon {
	background: url(images/simaller.png)!important
}

.create_scene .eye_icon {
	background: url(images/eye.png)!important
}

.create_scene #editBG span:hover,.create_scene #editBGAudio span:hover,.create_scene #editScratch span:hover {
	color: #14bfb4
}

.create_scene #editBG {
	cursor: pointer;
	width: 30px;
	left: 50%;
	background: #fff;
	top: 47px;
	font-size: 12px;
	color: #666;
	padding: 9px;
	margin-bottom: 30px
}

.create_scene #editBG .eqf-wrong {
	font-size: 12px
}

.create_scene #editBGAudio {
	cursor: pointer;
	width: 30px;
	left: 50%;
	background: #fff;
	top: 147px;
	font-size: 12px;
	color: #666;
	padding: 9px;
	margin-bottom: 30px
}

.create_scene #editScratch {
	cursor: pointer;
	width: 30px;
	left: 50%;
	background: #fff;
	top: 247px;
	font-size: 12px;
	color: #666;
	padding: 9px;
	margin-bottom: 30px
}

.create_scene .manage-bg {
	width: 144px;
	height: 122px;
	border: 1px solid #fff;
	z-index: 2;
	position: absolute;
	top: 0;
	left: 40px
}

.create_scene .manage-bg .arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-right: 8px solid #fff;
	border-bottom: 6px solid transparent;
	top: 20%;
	margin-top: -3px;
	left: -8px
}

.create_scene .manage-bg .bg-effect {
	left: 155px;
	top: 60px;
	position: absolute;
	background-color: #fff;
	width: 144px;
	z-index: 2;
	padding: 1px 1px
}

.create_scene .manage-bg ul {
	background-color: #fff;
	width: 100%
}

.create_scene .manage-bg ul li {
	width: 100%;
	height: 30px;
	line-height: 30px;
	padding-left: 5px
}

.create_scene .manage-bg ul li span {
	padding-right: 5px
}

.create_scene .manage-bg ul li span:hover {
	color: #fff!important
}

.create_scene .manage-bg ul li:hover {
	background-color: #14bfb4;
	color: #fff
}

.create_scene .manage-bg ul .effect-selected {
	background-color: #14bfb4;
	color: #fff
}

.create_scene .scene_title_baner {
	height: 40px;
	line-height: 40px;
	background: #000;
	color: #fff;
	text-align: center;
	border-left: 1px solid #F6F6F6;
	border-right: 1px solid #F6F6F6
}

.create_scene .scene_title_baner .scene_title {
	min-width: 20px;
	font-size: 24px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.create_scene .create_left {
	position: fixed;
	left: 0;
	top: 50px;
	bottom: 0;
	width: 288px;
	z-index: 1040;
	background-color: #76828e
}

.create_scene .create_left .select-contain.select-great .eqc-drop-down-list .eqc-scroll {
	max-height: 180px!important
}

.create_scene .create_left .nav-tabs {
	background-color: #76838f;
	border-bottom: none;
	padding: 4px 10px 0 10px
}

.create_scene .create_left .nav-tabs li {
	margin-right: 1px
}

.create_scene .create_left .nav-tabs a:hover,.create_scene .create_left .nav-tabs li.active>a {
	background-color: #f0f3f4;
	border: 1px solid #f0f3f4;
	color: #1abd9b!important
}

.create_scene .create_left .nav-tabs a {
	padding: 8.5px 8px;
	color: #fff!important;
	font-size: 12px
}

.create_scene .create_left .tab-panel {
	position: relative;
	background-color: #f0f3f4
}

.create_scene .create_left .tab-panel .empty-collection,.create_scene .create_left .tab-panel .empty-recent {
	position: relative;
	top: 50%;
	margin-top: -144px
}

.create_scene .create_left .tab-panel .empty-collection img,.create_scene .create_left .tab-panel .empty-recent img {
	position: absolute;
	left: 64px
}

.create_scene .create_left .tab-panel .empty-company {
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.create_scene .create_left .tab-panel .empty-company div {
	padding-left: 20px;
	padding-right: 10px;
	font-size: 12px;
	position: absolute;
	top: 50%;
	margin-top: -120px
}

.create_scene .create_left .tab-panel .empty-company {
	background-image: url(images/create/company.svg)
}

.create_scene .create_left .tab-panel .empty-recent {
	background-image: url(images/create/recent.svg)
}

.create_scene .create_left .tab-panel .sel-contain {
	position: absolute;
	width: 83px;
	top: 10px;
	color: #a3a3a3;
	background-color: #fefefe;
	line-height: 30px;
	border-radius: 3px;
	border: 1px solid #ccd5db;
	font-size: 12px;
	height: 30px
}

.create_scene .create_left .tab-panel .sel-contain:hover {
	background-color: #14bfb4;
	border-color: #14bfb4
}

.create_scene .create_left .tab-panel .sel-contain:hover .eqc-name,.create_scene .create_left .tab-panel .sel-contain:hover .more {
	color: #fff
}

.create_scene .create_left .tab-panel .sel-contain .eqf-clickmore {
	width: 0;
	height: 0;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	border-top: 4px dashed;
	margin-top: 12px
}

.create_scene .create_left .tab-panel .sel-contain .eqf-clickmore:before {
	content: ''
}

.create_scene .create_left .tab-panel .sel-contain .select-great .eqc-drop-down-list li {
	padding: 0 5px;
	font-size: 12px
}

.create_scene .create_left .tab-panel .sel-contain .select-great .eqc-mask .eqc-name {
	font-size: 12px;
	text-align: center;
	width: 65px;
	padding-right: 0
}

.create_scene .create_left .tab-panel .select-color {
	width: 30px;
	height: 30px;
	cursor: pointer
}

.create_scene .create_left .tab-panel .select-color .tpl-color {
	width: 18px;
	height: 18px;
	margin: 5px
}

.create_scene .create_left .tab-panel .select-color em {
	position: absolute;
	height: 8px;
	width: 8px;
	background-color: red
}

.create_scene .create_left .tab-panel .page-color-panel {
	background-color: #fff;
	width: 112px;
	height: 85px;
	left: 250px;
	position: absolute;
	top: 50px;
	z-index: 10000;
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0
}

.create_scene .create_left .tab-panel .page-color-panel>em {
	height: 18px;
	width: 18px;
	display: block;
	float: left;
	margin-left: 8px;
	margin-top: 8px;
	cursor: pointer;
	color: #fff
}

.create_scene .create_left .tab-panel .page-color-panel>em.eqf-right:before {
	padding-left: 2px;
	padding-top: 2px
}

.create_scene .create_left .tab-panel .page-color-panel>em em {
	height: 9px;
	width: 9px;
	display: block;
	position: absolute;
	z-index: -1
}

.create_scene .create_left .tab-panel .search {
	width: 270px;
	height: 30px;
	border: 1px solid #ccd5db;
	border-radius: 3px;
	color: #a3a3a3;
	position: absolute
}

.create_scene .create_left .tab-panel .search:focus {
	border-color: #14bfb4
}

.create_scene .create_left .tab-panel .search-icon {
	position: absolute;
	font-size: 13px;
	left: 235px;
	line-height: 30px;
	width: 30px;
	cursor: pointer;
	top: 0;
	text-align: center
}

.create_scene .create_left .tab-panel .search-icon.eqf-wrong {
	font-size: 12px
}

.create_scene .create_left .tab-panel .eqf-bg {
	line-height: 16px;
	left: 240px;
	top: 0;
	position: absolute;
	background-color: #fff;
	padding: 6px;
	border-radius: 4px;
	color: #75828e;
	cursor: pointer;
	width: 30px;
	border: 1px solid #ccd5db;
	height: 30px;
	font-size: 12px
}

.create_scene .create_left .tab-panel .eqf-bg:hover {
	background-color: #14bfb4;
	border-color: #14bfb4;
	color: #fff
}

.create_scene .create_left .page_tpl_container {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 40px;
	top: 90px
}

.create_scene .create_left .page_tpl_container ul {
	position: absolute
}

.create_scene .create_left .page_tpl_container .page_tpl_item li {
	position: absolute
}

.create_scene .create_left .line-separator {
	height: 1px;
	background: #666;
	border-bottom: 1px solid #ccc;
	float: left;
	margin: 10px 0;
	width: 100%
}

.create_scene .create_left .tpl_tab {
	padding-bottom: 32px
}

.create_scene .create_left .tpl_tab .tab-content .page_tpl_container {
	margin-top: 10px;
	margin-right: 1px;
	margin-left: 1px;
	overflow-y: auto;
	min-height: 420px
}

.create_scene .create_left .tpl_tab .tab-content .nav2 {
	margin-top: 10px;
	padding: 0 8px;
	position: relative
}

.create_scene .create_left .tpl_tab .tab-content .nav2 ul.nav2_list {
	margin-right: 40px
}

.create_scene .create_left .tpl_tab .tab-content .nav2 .nav2_other {
	border-radius: 0;
	box-shadow: 1px 2px 6px #999;
	position: absolute;
	top: 30px;
	left: 7px;
	right: 7px;
	background-color: #FFF;
	padding: 10px
}

.create_scene .create_left .tpl_tab .tab-content .nav2 .nav2_other li {
	margin-bottom: 5px
}

.create_scene .create_left .tpl_tab .tab-content .nav2 .others {
	text-align: center;
	float: right;
	height: 20px;
	width: 20px;
	margin-top: 2px;
	background-color: #e1e1e1;
	cursor: pointer
}

.create_scene .create_left .tpl_tab .tab-content .nav2 .others span {
	margin-left: 4px;
	margin-top: 1px;
	display: block;
	width: 12px;
	height: 12px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 8px solid #6c6c6c
}

.create_scene .create_left .tpl_tab .tab-content .nav2 li {
	font-size: 12px;
	color: #666;
	float: left;
	margin-right: 5px;
	cursor: pointer;
	padding: 5px;
	background-color: #e1e1e1
}

.create_scene .create_left .tpl_tab .tab-content .nav2 .active,.create_scene .create_left .tpl_tab .tab-content .nav2 li:hover {
	background-color: #4c4c4c;
	color: #FFF
}

.create_scene .create_left .tpl_tab .tab-content .open .others span {
	border-top: 8px solid #666;
	border-bottom: 0;
	margin-top: 7px
}

.create_scene .create_left .tab-content .nav-tabs.nav-justified {
	padding: 0 6px;
	background-color: #e1e1e1
}

.create_scene .create_left .tab-content .nav-tabs.nav-justified li {
	width: 92px
}

.create_scene .create_left .tab-content .nav-tabs.nav-justified li a {
	margin: 7px 2px -1px 2px;
	height: 38px;
	line-height: 38px
}

.create_scene .create_left .tab-content .nav-tabs.nav-justified li a:hover {
	background-color: #f7f7f7
}

.create_scene .create_left .nav-tabs.nav-justified {
	border-bottom: inherit
}

.create_scene .create_left .nav-tabs.nav-justified li {
	height: 44px
}

.create_scene .create_left .nav-tabs.nav-justified li a {
	border-bottom: 0;
	color: #5e676e;
	border-radius: 0;
	display: block;
	font-size: 14px;
	padding: 0
}

.create_scene .create_left .nav-tabs.nav-justified>.active>a {
	background-color: #f7f7f7;
	color: #333;
	border: none
}

.create_scene .create_left>div>.nav-tabs.nav-justified {
	display: none;
	border-bottom: inherit
}

.create_scene .create_left>div>.nav-tabs.nav-justified li {
	width: 145px;
	height: 35px;
	border: 0
}

.create_scene .create_left>div>.nav-tabs.nav-justified li a {
	padding: 12px;
	border-bottom: 0;
	color: #5e676e;
	background-color: #fff;
	border-radius: 4px;
	text-align: left
}

.create_scene .create_left>div>.nav-tabs.nav-justified>.active>a {
	background-color: red;
	color: #fff;
	border-radius: 0;
	font-size: 14px
}

.create_scene .create_left .page_tpl_container li {
	float: left;
	cursor: pointer;
	margin-left: 10px;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden
}

.create_scene .create_left .page_tpl_container li>img {
	border-radius: 4px;
	background-color: #a5c1f0
}

.create_scene .create_left .page_tpl_container li>img:hover {
	box-shadow: 0 2px 2px 1.5px rgba(0,0,0,.2)
}

.create_scene .create_left .page_tpl_container li .delete-element {
	display: none;
	position: absolute;
	top: 5px;
	right: 5px;
	height: 24px;
	width: 24px;
	z-index: 10000;
	padding: 4px 6px;
	border-radius: 4px;
	background-color: #666
}

.create_scene .create_left .page_tpl_container li:hover .delete-element {
	display: block
}

.create_scene .create_left .page_tpl_container li:hover .delete-element:hover {
	background-color: #ff5448
}

.create_scene .create_left .page_tpl_container li:hover .delete-element .eqf-scene-delete {
	color: #fff
}

.create_scene .create_left .page_tpl_container .my-tpl {
	position: relative;
	width: 80px;
	height: 130px
}

.create_scene .create_left .page_tpl_container .my-tpl .tmp-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 1000;
	opacity: 0
}

.create_scene .create_left .page_tpl_container img {
	width: 80px;
	height: 130px
}

.create_scene .thumb-tpl {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	background: #fff;
	position: relative;
	width: 320px;
	height: 486px;
	overflow-x: hidden;
	overflow-y: hidden;
	border-right: 1px solid #f6f6f6;
	border-left: 1px solid #F6F6F6
}

#pasteMenu li a div {
	padding-right: 0!important
}

#pasteMenu,#popMenu,#triggerMenu {
	border-radius: 0;
	padding: 0!important;
	margin: 0!important
}

#pasteMenu li,#popMenu li,#triggerMenu li {
	padding: 1px 1px
}

#pasteMenu li a,#popMenu li a,#triggerMenu li a {
	font-weight: lighter;
	color: #676767;
	font-size: 12px;
	height: 30px;
	line-height: 2
}

#pasteMenu li a div,#popMenu li a div,#triggerMenu li a div {
	display: inline-block;
	color: #666;
	padding-right: 10px
}

#pasteMenu li a:hover,#popMenu li a:hover,#triggerMenu li a:hover {
	background-color: #14bfb4;
	color: #fff
}

#pasteMenu li a:hover div,#popMenu li a:hover div,#triggerMenu li a:hover div {
	color: #fff
}

#pasteMenu li a,#popMenu li a,#triggerMenu li a {
	padding: 3px 10px
}

#pasteMenu .bottom_bar,#popMenu .bottom_bar,#triggerMenu .bottom_bar {
	border-top: 1px solid #ccc
}

#pasteMenu .bottom_bar a,#popMenu .bottom_bar a,#triggerMenu .bottom_bar a {
	padding: 0;
	width: 18%;
	text-align: center;
	display: inline-block
}

#pasteMenu .bottom_bar a div,#popMenu .bottom_bar a div,#triggerMenu .bottom_bar a div {
	height: 30px;
	line-height: 30px;
	width: 100%;
	text-align: center
}

#pasteMenu .bottom_bar a .down,#pasteMenu .bottom_bar a .down-all,#pasteMenu .bottom_bar a .remove,#pasteMenu .bottom_bar a .up,#pasteMenu .bottom_bar a .up-all,#popMenu .bottom_bar a .down,#popMenu .bottom_bar a .down-all,#popMenu .bottom_bar a .remove,#popMenu .bottom_bar a .up,#popMenu .bottom_bar a .up-all,#triggerMenu .bottom_bar a .down,#triggerMenu .bottom_bar a .down-all,#triggerMenu .bottom_bar a .remove,#triggerMenu .bottom_bar a .up,#triggerMenu .bottom_bar a .up-all {
	padding-right: 0
}

.createnew-container .modal-dialog {
	margin-top: -180px
}

.edit-area-select-container {
	width: 0;
	height: 0;
	background-color: #8bbff9;
	opacity: .5;
	z-index: 99999;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #1362b4
}

.nav_top_list {
	position: relative
}

.nav_top_list .save_template .my-tpl-title {
	position: absolute;
	top: 7px;
	left: 6px;
	color: #fff;
	height: 30px;
	line-height: 30px;
	font-size: 12px
}

.nav_top_list .save_template .btn-group {
	position: absolute;
	top: 7px;
	left: 32px;
	color: #fff;
	padding-left: 3px
}

.nav_top_list .save_template .btn-group .btn {
	padding: 0;
	background-color: transparent;
	height: 30px
}

.nav_top_list .save_template .btn-group .btn:focus {
	outline: 0
}

.nav_top_list .save_template .btn-group .btn a {
	height: 30px;
	font-size: 12px;
	line-height: 28px;
	color: inherit
}

.nav_top_list .save_template .btn-group .btn a:hover {
	color: #fff
}

.nav_top_list .save_template .btn-group .dropdown-toggle {
	width: 27px
}

.nav_top_list .save_template .btn-group .dropdown-toggle-mouseover {
	color: #fff!important
}

.nav_top_list .save_template .btn-group .dropdown-menu {
	display: block;
	min-width: 90px;
	padding: 0;
	font-size: 12px
}

.nav_top_list .save_template .btn-group .dropdown-menu li {
	overflow: hidden
}

.nav_top_list .save_template .btn-group .dropdown-menu li a {
	width: 100%;
	height: 30px;
	line-height: 22px
}

.nav_top_list .save_template .btn-group .dropdown-menu li a:hover {
	background-color: #56c6ff;
	color: #fff
}

.nav_top_list .save_template .btn-group .dropdown-menu li .template-active {
	background-color: #56c6ff;
	color: #fff
}

.nav_top_list .save_template .btn-group .dropdown-menu li span {
	display: inline-block;
	width: 26px
}

.load-err {
	padding: 10px
}

.cas,.lock {
	z-index: 1000;
	position: absolute
}

.finger_div {
	position: absolute;
	width: 200px;
	height: 200px;
	left: 50%;
	top: 50%;
	margin-left: -100px;
	margin-top: -100px;
	z-index: 1000;
	text-align: center;
	-webkit-touch-callout: none;
	-webkit-user-select: none
}

.finger_background {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	background-size: cover!important
}

.finger_kuang {
	width: 180px;
	position: absolute;
	left: 70px;
	top: 160px
}

.finger_zw {
	width: 140px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -70px;
	margin-top: -70px;
	-webkit-touch-callout: none;
	-webkit-user-select: none
}

.finger_line {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	display: none;
	width: 180px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -90px;
	margin-top: 70px
}

.finger_info {
	color: #fff;
	position: absolute;
	top: 130px;
	left: 0;
	width: 320px;
	text-align: center;
	font-size: 14px
}

.main-page.z-current {
	z-index: 1;
	display: inline-block
}

.z-current {
	opacity: 1
}

.main-page.z-active {
	z-index: 2!important;
	display: block!important
}

.phone-view .tip {
	z-index: 10000;
	font-size: 24px;
	position: absolute;
	width: 180px;
	top: 320px;
	text-align: center;
	background-color: #000;
	opacity: .8;
	color: #fff;
	line-height: 50px;
	border-radius: 10px;
	filter: alpha(opacity=80);
	left: 50%;
	margin-left: -90px;
	word-wrap: break-word
}

.effect-tip {
	background-color: red;
	height: 6px;
	width: 6px;
	position: absolute;
	right: 6px;
	top: 6px;
	border-radius: 6px
}

.create-chart h5 {
	margin: 20px 10px;
	text-align: center;
	font-weight: 400;
	font-size: 18px
}

.create-chart .bar-legend,.create-chart .line-legend,.create-chart .pie-legend {
	padding: 10px;
	list-style: none;
	font-size: 14px
}

.create-chart .bar-legend li,.create-chart .line-legend li,.create-chart .pie-legend li {
	position: static;
	line-height: 1.5
}

.create-chart .bar-legend li span,.create-chart .line-legend li span,.create-chart .pie-legend li span {
	width: 1em;
	height: 1em;
	display: inline-block;
	margin-right: 5px
}

.chart-select {
	width: 150px;
	border: 1px solid #ccd5db
}

.pie-table {
	border-collapse: separate;
	border-spacing: 1px;
	margin-top: 10px
}

.pie-table tr {
	margin-top: 10px
}

.pie-table tr td {
	width: 50px
}

.pie-table tr td .data-label,.pie-table tr td .data-value {
	margin-right: 10px
}

.pie-table tr td .data-label {
	width: 90px
}

.pie-table tr td .data-value {
	width: 70px
}

.pie-table tr td .color_select {
	width: 100px
}

.create_scene .create_left .page_tpl_container .page_tpl_item .bar-legend,.create_scene .create_left .page_tpl_container .page_tpl_item .line-legend,.create_scene .create_left .page_tpl_container .page_tpl_item .pie-legend {
	position: static
}

.create_scene .create_left .page_tpl_container .page_tpl_item .bar-legend li,.create_scene .create_left .page_tpl_container .page_tpl_item .line-legend li,.create_scene .create_left .page_tpl_container .page_tpl_item .pie-legend li {
	position: static
}

#chart-table {
	width: 100%;
	border: 1px solid #d4d4d4;
	border-spacing: 0;
	border-collapse: collapse;
	margin-bottom: 20px
}

#chart-table tbody {
	display: table-row-group;
	vertical-align: middle;
	border-color: inherit
}

#chart-table tbody tr {
	display: table-row;
	vertical-align: inherit;
	border-color: inherit
}

#chart-table tbody tr td {
	width: 24%;
	height: 26px;
	border: 1px solid #d4d4d4;
	vertical-align: middle
}

#chart-table tbody tr td input[type=text] {
	height: 100%;
	width: 100%;
	border: none;
	text-align: center
}

#chart-table tbody tr td input[type=text]:focus {
	border: 1px solid #14bfb4
}

#chart-table tbody tr td .color_select {
	width: 100%;
	height: 100%
}

#chart-table tbody tr td .color_select .input_kuang {
	width: 100%;
	height: 100%;
	border: none
}

#chart-table tbody tr td .color_select .flo_lef {
	float: left
}

.viewData {
	width: 450px;
	height: 450px;
	background-color: #fff;
	position: absolute;
	top: 210px;
	left: 510px;
	border: 1px solid #d4d4d4
}

.viewData .explain {
	width: 500px;
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	text-align: left
}

.viewData .btn-chart {
	position: absolute;
	bottom: 5px;
	right: 10px;
	width: 100px;
	color: #fff
}

.create-chart .position-align ul li {
	float: left;
	padding-right: 10px
}

.create-chart .position-right {
	float: right
}

.create-chart .position-none {
	display: none
}

.bFlag_longPage {
	position: absolute;
	width: 70px;
	height: 20px;
	line-height: 18px;
	text-align: center;
	color: #fff;
	border-radius: 3px;
	top: 29px;
	left: -10px;
	background-color: #44cb83;
	font-size: 12px;
	z-index: 9999;
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: translate(10px) rotate(-45deg);
	transform: translate(10px) rotate(-45deg)
}

.bFlag_longPage i {
	font-size: 12px;
	margin-left: 1px
}

#psdLoading {
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	display: none
}

#psdLoading .loading-con {
	z-index: 10000;
	position: fixed;
	top: 50%;
	margin-top: -60px;
	color: #fff;
	font-size: 14px;
	left: 53%;
	margin-left: -50px
}

#psdLoading .loading-con p {
	padding-top: 30px
}

#psdLoading .loading-con img {
	width: 75px
}

#psdLoading .loading-bg {
	background-color: #000;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: .2
}

.workspace {
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 288px;
	right: 184px
}

.workspace .container {
	position: absolute;
	height: 520px;
	width: 374px;
	top: 50%;
	left: 50%;
	margin-top: -260px;
	margin-left: -187px
}

.workspace .phone {
	border: 0;
	position: absolute;
	left: 24px;
	top: -80px;
	background-image: url(images/create/phone.svg);
	width: 326px;
	height: 620px;
	z-index: 1040;
	pointer-events: none
}

.workspace .phone .name {
	position: absolute;
	top: 65px;
	width: 80%;
	left: 10%;
	text-align: center;
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 20px
}

.workspace .out-warning {
	border-color: #F2A653!important
}

.workspace .box {
	border: 1px dashed #586077;
	z-index: 1040;
	pointer-events: none;
	position: absolute;
	left: 0;
	margin-bottom: 50px
}

.workspace .box.on {
	border-color: #ff5548
}

.workspace .box .internal-box {
	position: absolute;
	left: 25px;
	height: 486px;
	width: 321px;
	border: 1px dashed #586077
}

.workspace .box1 {
	height: 520px;
	width: 374px
}

.workspace .box1 .internal-box {
	top: 16px
}

.workspace .box2 {
	height: 972px;
	width: 374px
}

.workspace .box2 .internal-box {
	top: 0;
	border-top: none;
	border-bottom: none;
	height: 972px
}

.workspace .box3 {
	height: 1458px;
	width: 374px
}

.workspace .box3 .internal-box {
	top: 0;
	border-top: none;
	border-bottom: none;
	height: 1458px
}

.workspace .box4 {
	height: 1944px;
	width: 374px
}

.workspace .box4 .internal-box {
	top: 0;
	border-top: none;
	border-bottom: none;
	height: 1944px
}

.workspace .box5 {
	height: 2430px;
	width: 374px
}

.workspace .box5 .internal-box {
	top: 0;
	border-top: none;
	border-bottom: none;
	height: 2430px
}

.workspace #nr,.workspace .eq-block-grid,.workspace .eq-block-guides {
	position: absolute;
	height: 486px;
	top: 17px;
	left: 27px
}

.workspace .eq-block-grid,.workspace .eq-block-grid-inner,.workspace .eq-block-guides {
	pointer-events: none
}

.workspace .nr {
	width: 320px
}

.workspace .nr .edit_wrapper {
	overflow: hidden
}

.workspace .nr .edit_area {
	position: absolute
}

.workspace .history {
	position: absolute;
	left: 374px;
	z-index: 1040;
	transform-origin: 0 0
}

.workspace .history a {
	background-color: rgba(0,0,0,.5);
	width: 40px;
	height: 40px;
	line-height: 42px;
	text-align: center;
	display: block;
	-webkit-user-select: none;
	color: #999
}

.workspace .history a:hover {
	background-color: rgba(0,0,0,.8);
	color: #fff
}

.workspace .history a.active {
	color: #fff
}

.workspace .history .psdUploadButton div {
	background-color: rgba(0,0,0,.5);
	width: 40px;
	height: 40px;
	line-height: 42px;
	text-align: center;
	display: block;
	-webkit-user-select: none;
	color: #999
}

.workspace .history .psdUploadButton div:hover {
	background-color: rgba(0,0,0,.8);
	color: #fff
}

.workspace .history .psdUploadButton div.active {
	color: #fff
}

.workspace .history .imp {
	background-color: red;
	height: 6px;
	width: 6px;
	position: absolute;
	right: 6px;
	top: 6px;
	border-radius: 6px
}

.workspace .history #warn {
	background-color: #ff5548
}

.workspace .history #warn i {
	color: #fff
}

.workspace .history2 {
	left: 350px
}

.workspace .eq-block-guides .guide-h,.workspace .eq-block-guides .guide-v {
	position: absolute;
	background: #dcdc00;
	opacity: .5;
	-webkit-transition: opacity .15s ease;
	transition: opacity .15s ease;
	z-index: 9999
}

.workspace .eq-block-guides .guide-h.show,.workspace .eq-block-guides .guide-v.show {
	opacity: 1
}

.workspace .eq-block-guides .guide-v {
	top: 0;
	height: 100%;
	width: 1px
}

.workspace .eq-block-guides .guide-h {
	left: 0;
	height: 1px;
	width: 100%
}

.workspace .eq-block-guides .guide-h:after,.workspace .eq-block-guides .guide-h:before,.workspace .eq-block-guides .guide-v:after,.workspace .eq-block-guides .guide-v:before {
	content: '';
	display: block;
	position: absolute;
	width: 5px;
	height: 5px;
	background: #dcdc00;
	border-radius: 5px
}

.workspace .eq-block-guides .guide-v:before {
	left: -2.5px;
	top: -2.5px
}

.workspace .eq-block-guides .guide-v:after {
	left: -2.5px;
	bottom: -2.5px
}

.workspace .eq-block-guides .guide-h:before {
	left: -2.5px;
	top: -2.5px
}

.workspace .eq-block-guides .guide-h:after {
	right: -2.5px;
	top: -2.5px
}

.workspace .base-container {
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}

.workspace .base-panel {
	opacity: 0;
	background-color: rgba(0,0,0,.8);
	color: #fff;
	position: absolute;
	left: -179px;
	z-index: 1;
	padding: 1px 1px;
	transform-origin: 100% 0;
	transform: rotateY(-90deg);
	transition: all .3s ease;
	-webkit-transform-origin: 100% 0;
	-webkit-transform: rotateY(-90deg);
	-webkit-transition: all .3s ease;
	-ms-transform-origin: 100% 0;
	-ms-transform: rotateY(-90deg);
	-ms-transition: all .3s ease
}

.workspace .base-panel .setting-group {
	height: 30px;
	padding: 8px 16px;
	font-size: 12px
}

.workspace .base-panel .setting-group span {
	float: left
}

.workspace .base-panel .setting-btn {
	margin-left: 50px;
	cursor: pointer
}

.workspace .effects-container.on .effects-panel {
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}

.workspace .effects-container .effects-panel {
	opacity: 0;
	background-color: rgba(0,0,0,.8);
	color: #fff;
	position: absolute;
	left: -179px;
	z-index: 1;
	padding: 1px 1px;
	transform-origin: 100% 0;
	transform: rotateY(-90deg);
	transition: all .3s ease;
	-webkit-transform-origin: 100% 0;
	-webkit-transform: rotateY(-90deg);
	-webkit-transition: all .3s ease;
	-ms-transform-origin: 100% 0;
	-ms-transform: rotateY(-90deg);
	-ms-transition: all .3s ease;
	top: 243px;
	left: -98px
}

.workspace .effects-container .effects-panel .setting-group {
	height: 30px;
	padding: 8px 16px;
	font-size: 12px
}

.workspace .effects-container .effects-panel .setting-group span {
	float: left
}

.workspace .effects-container .effects-panel .setting-btn {
	margin-left: 50px;
	cursor: pointer
}

.workspace .effects-container .effects-panel .setting-group:hover {
	background-color: #59c3f9;
	cursor: pointer
}

.workspace .effects-container .effects-panel .setting-group span {
	float: right
}

.workspace .effects-container .effects-panel .setting-btn {
	margin-right: 26px;
	float: left;
	margin-left: 0
}

.workspace .background-container.on .background-panel {
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}

.workspace .background-container .background-panel {
	opacity: 0;
	background-color: rgba(0,0,0,.8);
	color: #fff;
	position: absolute;
	left: -179px;
	z-index: 1;
	padding: 1px 1px;
	transform-origin: 100% 0;
	transform: rotateY(-90deg);
	transition: all .3s ease;
	-webkit-transform-origin: 100% 0;
	-webkit-transform: rotateY(-90deg);
	-webkit-transition: all .3s ease;
	-ms-transform-origin: 100% 0;
	-ms-transform: rotateY(-90deg);
	-ms-transition: all .3s ease;
	top: 161px;
	left: -98px
}

.workspace .background-container .background-panel .setting-group {
	height: 30px;
	padding: 8px 16px;
	font-size: 12px
}

.workspace .background-container .background-panel .setting-group span {
	float: left
}

.workspace .background-container .background-panel .setting-btn {
	margin-left: 50px;
	cursor: pointer
}

.workspace .background-container .background-panel .setting-group:hover {
	background-color: #59c3f9;
	cursor: pointer
}

.workspace .background-container .background-panel .setting-group span {
	float: right
}

.workspace .background-container .background-panel .setting-btn {
	margin-right: 26px;
	margin-left: 0;
	float: left
}

.workspace .bgoption-container.on .bgoption-panel {
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}

.workspace .bgoption-container .bgoption-panel {
	opacity: 0;
	background-color: rgba(0,0,0,.8);
	color: #fff;
	position: absolute;
	left: -179px;
	z-index: 1;
	padding: 1px 1px;
	transform-origin: 100% 0;
	transform: rotateY(-90deg);
	transition: all .3s ease;
	-webkit-transform-origin: 100% 0;
	-webkit-transform: rotateY(-90deg);
	-webkit-transition: all .3s ease;
	-ms-transform-origin: 100% 0;
	-ms-transform: rotateY(-90deg);
	-ms-transition: all .3s ease;
	top: 191px;
	left: -196px
}

.workspace .bgoption-container .bgoption-panel .setting-group {
	height: 30px;
	padding: 8px 16px;
	font-size: 12px
}

.workspace .bgoption-container .bgoption-panel .setting-group span {
	float: left
}

.workspace .bgoption-container .bgoption-panel .setting-btn {
	margin-left: 50px;
	cursor: pointer
}

.workspace .bgoption-container .bgoption-panel .setting-group.active,.workspace .bgoption-container .bgoption-panel .setting-group:hover {
	background-color: #59c3f9;
	cursor: pointer
}

.workspace .bgoption-container .bgoption-panel .setting-group span {
	float: right
}

.workspace .bgoption-container .bgoption-panel .setting-btn {
	margin-right: 26px;
	margin-left: 0;
	float: left
}

.workspace .music-container.on .music-panel {
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}

.workspace .music-container .music-panel {
	opacity: 0;
	background-color: rgba(0,0,0,.8);
	color: #fff;
	position: absolute;
	left: -179px;
	z-index: 1;
	padding: 1px 1px;
	transform-origin: 100% 0;
	transform: rotateY(-90deg);
	transition: all .3s ease;
	-webkit-transform-origin: 100% 0;
	-webkit-transform: rotateY(-90deg);
	-webkit-transition: all .3s ease;
	-ms-transform-origin: 100% 0;
	-ms-transform: rotateY(-90deg);
	-ms-transition: all .3s ease;
	top: 201px;
	left: -98px
}

.workspace .music-container .music-panel .setting-group {
	height: 30px;
	padding: 8px 16px;
	font-size: 12px
}

.workspace .music-container .music-panel .setting-group span {
	float: left
}

.workspace .music-container .music-panel .setting-btn {
	margin-left: 50px;
	cursor: pointer
}

.workspace .music-container .music-panel .setting-group:hover {
	background-color: #59c3f9;
	cursor: pointer
}

.workspace .music-container .music-panel .setting-group span {
	float: right
}

.workspace .music-container .music-panel .setting-btn {
	margin-right: 26px;
	float: left;
	margin-left: 0
}

.workspace .zoom-container.on .zoom-panel {
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}

.workspace .zoom-container .zoom-panel {
	opacity: 0;
	background-color: rgba(0,0,0,.8);
	color: #fff;
	position: absolute;
	left: -179px;
	z-index: 1;
	padding: 1px 1px;
	transform-origin: 100% 0;
	transform: rotateY(-90deg);
	transition: all .3s ease;
	-webkit-transform-origin: 100% 0;
	-webkit-transform: rotateY(-90deg);
	-webkit-transition: all .3s ease;
	-ms-transform-origin: 100% 0;
	-ms-transform: rotateY(-90deg);
	-ms-transition: all .3s ease;
	top: 320px;
	left: -124px
}

.workspace .zoom-container .zoom-panel .setting-group {
	height: 30px;
	padding: 8px 16px;
	font-size: 12px
}

.workspace .zoom-container .zoom-panel .setting-group span {
	float: left
}

.workspace .zoom-container .zoom-panel .setting-btn {
	margin-left: 50px;
	cursor: pointer
}

.workspace .zoom-container .zoom-panel a {
	float: left;
	font-size: 12px
}

.workspace .grid-guide-container.on .grid-guide-setting {
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}

.workspace .grid-guide-container .grid-guide-setting {
	top: 211px;
	width: 178px;
	opacity: 0;
	background-color: rgba(0,0,0,.8);
	color: #fff;
	position: absolute;
	left: -179px;
	z-index: 1;
	padding: 1px 1px;
	transform-origin: 100% 0;
	transform: rotateY(-90deg);
	transition: all .3s ease;
	-webkit-transform-origin: 100% 0;
	-webkit-transform: rotateY(-90deg);
	-webkit-transition: all .3s ease;
	-ms-transform-origin: 100% 0;
	-ms-transform: rotateY(-90deg);
	-ms-transition: all .3s ease
}

.workspace .grid-guide-container .grid-guide-setting .setting-group {
	height: 30px;
	padding: 8px 16px;
	font-size: 12px
}

.workspace .grid-guide-container .grid-guide-setting .setting-group span {
	float: left
}

.workspace .grid-guide-container .grid-guide-setting .setting-btn {
	margin-left: 50px;
	cursor: pointer
}

.workspace .grid-guide-container .grid-guide-setting .setting-group .setting-choice {
	float: left;
	position: relative;
	margin-left: 40px
}

.workspace .grid-guide-container .grid-guide-setting .setting-group .color-contain {
	position: relative
}

.workspace .grid-guide-container .grid-guide-setting .setting-group .color-contain .color-picker-input {
	height: 28px;
	width: 160px;
	color: #000;
	font-size: 12px
}

.workspace .grid-guide-container .grid-guide-setting .setting-group .color-contain .color-picker {
	position: absolute;
	right: -16px;
	top: 24px;
	height: 28px;
	width: 28px
}

.workspace .scaleTips {
	position: fixed;
	padding: 0 10px;
	top: 60px;
	left: 50%;
	color: #333;
	font-size: 32px;
	background-color: #eee;
	text-align: center;
	opacity: .3;
	display: none
}

.border-bottom-scale.active {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1)
}

.info-title {
	font-size: 24px
}

.info-title span {
	position: relative;
	display: inline-block;
	width: 110px;
	margin-right: 66px;
	padding-bottom: 13px;
	color: #fff;
	opacity: .6;
	text-align: center;
	cursor: pointer
}

.info-title .active {
	opacity: 1
}

.info-title span:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 0;
	left: 0;
	bottom: 0;
	border-bottom: 1px solid #fff;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: -webkit-transform 250ms ease;
	transition: transform 250ms ease
}

.info-title .active:after,.info-title span:hover:after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1)
}

.head-img {
	position: absolute;
	bottom: 8px;
	right: 10px;
	z-index: 2;
	cursor: pointer
}

.head-img img {
	border-radius: 3px;
	width: 30px;
	height: 30px
}

.head-img .scene-headimg {
	background-color: #00c2f2;
	width: 30px;
	height: 30px;
	border-radius: 3px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	display: block
}

.tab-line li {
	float: left;
	margin-right: 31px;
	position: relative
}

.tab-line li a {
	height: 40px;
	padding: 6px 11px 0 11px;
	display: block;
	color: rgba(255,255,255,.8)
}

.tab-line li a.active,.tab-line li a:hover {
	color: #fff
}

.tab-line li a.active::before,.tab-line li a:hover::before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1)
}

.tab-line li a:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 0;
	left: 0;
	bottom: 0;
	border-bottom: 2px solid #f36;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: -webkit-transform 250ms ease;
	transition: transform 250ms ease
}

.info {
	position: relative
}

.info .creat-scene {
	position: absolute;
	right: 0;
	bottom: 25px;
	text-align: center
}

.info .creat-scene a {
	width: 170px;
	height: 60px;
	line-height: 60px;
	display: block;
	background-color: #ea1f64;
	border-radius: 30px;
	color: #fff;
	font-size: 12px
}

.info .creat-scene a:hover {
	background-color: #ff528d
}

.info .creat-scene a em,.info .creat-scene a span {
	float: left
}

.info .creat-scene a em {
	font-size: 20px;
	padding-left: 20px;
	padding-top: 18px
}

.info .creat-scene a span {
	padding-left: 15px;
	padding-right: 5px
}

.childcat .cat-list {
	float: left
}

.sample-scene {
	line-height: 30px
}

.sample-scene .scene-name {
	padding-right: 40px;
	color: #a3afb7
}

.sample-scene span {
	display: inline-block
}

.creat-blank {
	padding: 20px
}

.creat-blank:hover .creat-content {
	color: #ea1f64
}

.creat-blank .creat-content {
	color: #a3afb7;
	height: 320px;
	padding-top: 120px;
	border: 1px dashed #ccd5db
}

.creat-blank .creat-content i {
	font-size: 40px;
	padding-bottom: 30px
}

.creat-blank .creat-content i,.creat-blank .creat-content span {
	display: block;
	text-align: center
}

.sample-childcat .cat-list {
	float: left;
	width: 100%;
	height: 90px;
	overflow: hidden;
	margin-right: 20px;
	background-color: #fff;
	padding: 15px;
	border-top: 3px solid #14bfb4
}

.sample-childcat .cat-list:nth-child(1) {
	border-color: #f2a653
}

.sample-childcat .cat-list:nth-child(2) {
	border-color: #7171ef
}

.sample-childcat .cat-list:nth-child(3) {
	border-color: #44cb83
}

.sample-childcat .cat-list:nth-child(4) {
	margin-right: 0
}

.sample-childcat .cat-list li {
	display: inline-block;
	padding-bottom: 10px
}

.sample-childcat .cat-list li.active a {
	color: #14bfb4
}

.sample-childcat .cat-list li:last-child span {
	display: none
}

.sample-childcat .cat-list span {
	padding: 0 10px
}

.sample-childcat .cat-list a {
	font-size: 12px
}

.sample-childcat .cat-list a:hover {
	color: #14bfb4
}

.sample-childcat .cat-list:last-child {
	margin-right: 0
}

.sample-childcat .all-tab {
	padding: 0;
	border-top: none
}

.sample-childcat .all-tab li a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%
}

.sample-childcat .all-tab li a img {
	width: 280px;
	height: 90px
}

.sample-childcat .all-tab li a .bg {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,.15)
}

.sample-childcat .all-tab li a:active .bg,.sample-childcat .all-tab li a:hover .bg {
	background-color: rgba(0,0,0,0)
}

.sample-childcat .all-tab li a .imgOpa {
	background-color: transparent
}

#upgrade-container {
	background-color: #f0f3f4;
	overflow: hidden;
	background: url(images/svg/upgradeBanner.svg) top center no-repeat
}

#upgrade-container .main {
	width: 1080px;
	margin: 240px auto 120px;
	padding: 40px 70px;
	background-color: #fff;
	box-shadow: 2px 2px 20px rgba(0,0,0,.1)
}

#upgrade-container .main .buy {
	font-size: 14px;
	color: #526069
}

#upgrade-container .main .buy h2 {
	margin-bottom: 35px;
	font-size: 24px
}

#upgrade-container .main .buy form {
	position: relative
}

#upgrade-container .main .buy form.xd-buy .form-item div {
	margin-right: 500px;
	width: 330px
}

#upgrade-container .main .buy form .form-item {
	height: 60px;
	line-height: 70px;
	overflow: hidden
}

#upgrade-container .main .buy form .form-item label {
	margin-bottom: 0
}

#upgrade-container .main .buy form .form-item div {
	float: right;
	margin-right: 350px;
	width: 480px;
	height: 60px;
	border-bottom: 1px solid #ccd5db
}

#upgrade-container .main .buy form .form-item div .input-val {
	color: #ff7e7e;
	font-size: 24px;
	font-weight: 700
}

#upgrade-container .main .buy form .form-item div .input-val i,#upgrade-container .main .buy form .form-item div .input-val:nth-child(2) {
	margin-left: 10px;
	color: #1abd9b;
	font-size: 12px;
	font-weight: 400
}

#upgrade-container .main .buy form .form-item div .input-val i span,#upgrade-container .main .buy form .form-item div .input-val:nth-child(2) span {
	text-decoration: line-through
}

#upgrade-container .main .buy form .form-item div .input-val.nickname {
	font-size: 14px;
	font-weight: 400;
	color: #526069
}

#upgrade-container .main .buy form .form-item div .input-val.nickname.red-color {
	color: #ff5448
}

#upgrade-container .main .buy form .form-item div .input-val i {
	margin-left: 5px
}

#upgrade-container .main .buy form .form-item div .operation {
	float: right;
	font-size: 12px;
	color: #1abd9b;
	cursor: pointer
}

#upgrade-container .main .buy form .form-item div .operation.eqf-clickmore,#upgrade-container .main .buy form .form-item div .operation.eqf-clickmore2,#upgrade-container .main .buy form .form-item div .operation.eqf-refresh {
	position: relative;
	margin-right: 20px;
	top: 30px
}

#upgrade-container .main .buy form .form-item div .operation.eqf-clickmore2:before,#upgrade-container .main .buy form .form-item div .operation.eqf-clickmore:before,#upgrade-container .main .buy form .form-item div .operation.eqf-refresh:before {
	position: absolute;
	top: 1px;
	left: 110%
}

#upgrade-container .main .buy form .form-item div .operation.eqf-clickmore2 {
	color: #59c7f9
}

#upgrade-container .main .buy form .form-item.version-item {
	height: 210px;
	line-height: 220px
}

#upgrade-container .main .buy form .form-item.version-item .slideable_content {
	width: 100%;
	border-bottom: 1px solid #ccd5db;
	height: 210px
}

#upgrade-container .main .buy form .form-item.version-item ul {
	margin-top: 30px
}

#upgrade-container .main .buy form .form-item.version-item li {
	width: 300px;
	height: 140px;
	float: left;
	background-color: #00A0FF;
	position: relative;
	cursor: pointer
}

#upgrade-container .main .buy form .form-item.version-item li:nth-child(1) {
	background: url(images/reg-sus/pricetwo.svg)
}

#upgrade-container .main .buy form .form-item.version-item li:nth-child(2) {
	margin: 0 20px;
	background: url(images/reg-sus/pricethree.svg)
}

#upgrade-container .main .buy form .form-item.version-item li:nth-child(3) {
	background: url(images/reg-sus/pricefour.svg)
}

#upgrade-container .main .buy form .form-item.version-item li.eqf-yes2:before {
	position: absolute;
	top: 96%;
	left: 48%;
	color: #61ddad;
	z-index: 10
}

#upgrade-container .main .buy form .form-item.version-item li.eqf-yes2:after {
	content: "";
	position: absolute;
	top: 86%;
	left: 131px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	box-shadow: 2px 2px 20px rgba(0,0,0,.1);
	background-color: #fff
}

#upgrade-container .main .buy form .form-item.version-item li span {
	display: block;
	font-size: 18px;
	line-height: 18px;
	text-align: center;
	margin-top: 30px;
	color: #fff;
	font-family: "Microsoft YaHei","Helvetica Neue",Helvetica,Arial,sans-serif!important;
	font-weight: 400
}

#upgrade-container .main .buy form .form-item.version-item li span:nth-child(2) {
	font-size: 24px;
	line-height: 24px;
	margin-top: 22px
}

#upgrade-container .main .buy form .form-item.version-item li span:nth-child(3) {
	font-size: 12px;
	margin-top: -7px;
	margin-left: 115px
}

#upgrade-container .main .buy form .form-item #account {
	position: relative
}

#upgrade-container .main .buy form .form-item #account .to-login {
	position: absolute;
	left: 102%;
	top: 29px;
	width: 100px;
	color: #fff;
	background-color: #59c7f9;
	border: none;
	border-radius: 3px;
	height: 30px;
	line-height: 30px;
	font-size: 12px
}

#upgrade-container .main .buy form .XDDesc {
	width: 350px;
	height: 250px;
	position: absolute;
	top: 0;
	right: 0
}

#upgrade-container .main .buy form .form-bottom {
	margin: 50px 0 25px 0
}

#upgrade-container .main .buy form .form-bottom button {
	color: #fff;
	padding: 17px 72px;
	background-color: #48d5b2;
	border: none;
	border-radius: 3px
}

#upgrade-container .main .buy form .form-bottom .btn-disabled {
	color: #1abd9b;
	background-color: #f0f3f4
}

#upgrade-container .main .buy form .form-bottom a {
	margin: 25px 0 0 25px;
	color: #526069
}

#upgrade-container .main .buy .contact {
	color: #1abd9b;
	margin-bottom: 80px
}

#upgrade-container .main .buy .contact label {
	margin-bottom: 0
}

#upgrade-container .main .buy .contact #contactMobile {
	padding: 0 10px 0 5px;
	border-right: 1px solid #1abd9b
}

#upgrade-container .main .buy .contact a {
	color: #59c7f9;
	border-left: 1px solid #e0e2e5;
	padding-left: 10px
}

#upgrade-container .main .info {
	border-top: 1px solid #ccd5db;
	padding: 40px 60px
}

#upgrade-container .main .info h2 {
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 15px;
	color: #526069
}

#upgrade-container .main .info h3 {
	text-align: center;
	font-size: 12px;
	color: #1abd9b;
	padding-bottom: 50px
}

#upgrade-container .main .info .info-item {
	padding-bottom: 60px
}

#upgrade-container .main .info .info-item img {
	border: 1px solid #ccd5db
}

#upgrade-container .main .info .info-item .info-img {
	width: 350px;
	height: 250px
}

#upgrade-container .main .info .info-item .info-message {
	padding-top: 30px
}

#upgrade-container .main .info .info-item .info-message h4 {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 700;
	color: #626e76
}

#upgrade-container .main .info .info-item .info-message p {
	line-height: 35px;
	font-size: 14px;
	color: #1abd9b
}

#upgrade-container .main .info .info-item:nth-child(odd) .info-img,#upgrade-container .main .info .info-item:nth-child(odd) .info-message {
	float: left
}

#upgrade-container .main .info .info-item:nth-child(odd) .info-message {
	padding-left: 122px
}

#upgrade-container .main .info .info-item:nth-child(even) .info-img {
	float: right
}

#upgrade-container .main .info .info-item:nth-child(even) .info-message {
	float: left
}

.accountDlg .modal-dialog,.updateDlg .modal-dialog {
	width: 400px
}

.accountDlg .modal-dialog .modal-header,.updateDlg .modal-dialog .modal-header {
	padding: 20px;
	color: #526069
}

.accountDlg .modal-dialog .modal-header .close,.updateDlg .modal-dialog .modal-header .close {
	color: #ccd5db;
	opacity: 1
}

.accountDlg .modal-dialog .modal-body p,.updateDlg .modal-dialog .modal-body p {
	text-align: center;
	font-weight: 400;
	line-height: 25px;
	color: #526069
}

.accountDlg .modal-dialog .modal-footer,.updateDlg .modal-dialog .modal-footer {
	text-align: center;
	color: #fff
}

.accountDlg .modal-dialog .modal-footer a,.updateDlg .modal-dialog .modal-footer a {
	display: inline-block;
	width: 100px;
	height: 36px;
	line-height: 36px;
	color: #fff;
	margin-right: 20px;
	border-radius: 3px
}

.accountDlg .modal-dialog .modal-footer a:hover,.updateDlg .modal-dialog .modal-footer a:hover {
	color: #fff
}

.accountDlg .modal-dialog .modal-footer .hint--top:focus:after,.accountDlg .modal-dialog .modal-footer .hint--top:focus:before,.accountDlg .modal-dialog .modal-footer .hint--top:hover:after,.accountDlg .modal-dialog .modal-footer .hint--top:hover:before,.updateDlg .modal-dialog .modal-footer .hint--top:focus:after,.updateDlg .modal-dialog .modal-footer .hint--top:focus:before,.updateDlg .modal-dialog .modal-footer .hint--top:hover:after,.updateDlg .modal-dialog .modal-footer .hint--top:hover:before {
	-webkit-transform: translate(-50%,-10px);
	-moz-transform: translate(-50%,-10px);
	transform: translate(-50%,-10px)
}

.accountDlg .modal-dialog .modal-footer .hint--top:after,.updateDlg .modal-dialog .modal-footer .hint--top:after {
	margin-left: 0
}

.accountDlg .modal-dialog .modal-footer .modal-cancle,.updateDlg .modal-dialog .modal-footer .modal-cancle {
	background-color: #ccd5db
}

.accountDlg .modal-dialog .modal-footer .modal-confirm,.updateDlg .modal-dialog .modal-footer .modal-confirm {
	background-color: #48d5b2
}

.accountDlg.updateDlg .modal-dialog,.updateDlg.updateDlg .modal-dialog {
	width: 520px
}

.accountDlg.updateDlg .modal-dialog .modal-footer a,.updateDlg.updateDlg .modal-dialog .modal-footer a {
	width: 120px
}

.accountDlg.updateDlg .modal-dialog .modal-footer a.btn-disabled,.updateDlg.updateDlg .modal-dialog .modal-footer a.btn-disabled {
	color: #1abd9b;
	background-color: #f0f3f4
}

.accountDlg.refuseDlg .loginName,.updateDlg.refuseDlg .loginName {
	color: #14bfb4;
	padding: 0 10px
}

.error .header {
	background-color: #fff
}

.error .header .logo {
	padding: 10px 0
}

.error .error_contain {
	background-color: #f0f0f0;
	text-align: center;
	padding: 60px 0
}

.error .error_contain a {
	color: #14bfb4
}

.about-contain p {
	font-size: 12px
}

.about-contain .about-main {
	margin-top: 30px;
	padding-bottom: 30px
}

.about-contain .shuoming p {
	padding: 0 40px;
	text-align: left
}

.about-contain .header {
	background-color: #fff
}

.about-contain .logo {
	font-size: 32px;
	color: #14bfb4;
	padding: 9px 0;
	display: block
}

.about-contain .box-shadow {
	box-shadow: 1px 1px 1px 0 rgba(0,0,0,.15)
}

.about-contain .about-bg {
	background-color: #fff
}

.about-contain .about-eqx {
	text-align: center;
	padding: 40px 0
}

.about-contain .about-eqx p {
	line-height: 30px
}

.about-contain .about-eqx h1 {
	font-size: 36px;
	padding-bottom: 40px
}

.about-contain .product {
	margin-top: 30px;
	padding-left: 40px;
	padding-right: 40px
}

.about-contain .list {
	float: left;
	border: 1px solid #ccd5db;
	width: 50%
}

.about-contain .list .product-img {
	height: 320px;
	padding-top: 82px
}

.about-contain .list p {
	border-top: 1px solid #ccd5db;
	padding: 20px;
	height: 160px;
	text-align: left
}

.about-contain .pro-one {
	border-right: none
}

.about-contain .pro-one .product-img {
	padding-top: 55px
}

.about-contain .meiti-content {
	margin-top: 30px
}

.about-contain .meiti-content h2 {
	font-size: 18px
}

.about-contain .meiti-content img {
	float: left
}

.about-contain .meiti-content .meiti-list {
	margin-bottom: 20px
}

.about-contain .meiti-content .meiti-list img {
	margin-right: 20px
}

.about-contain .meiti-content .meiti-list .meiti-jieshao {
	text-align: left;
	font-size: 12px
}

.about-contain .meiti-content .meiti-list .meiti-jieshao p:last-child {
	line-height: 18px
}

.about-contain .meiti-content .meiti-list:last-child {
	margin-bottom: 0
}

.about-contain .line {
	border-left: 1px solid #ccd5db
}

.about-contain .meiti {
	float: left;
	width: 50%;
	padding-left: 40px
}

.about-contain .meiti p a {
	color: #14bfb4
}

.about-contain .fuli {
	margin-top: 30px
}

.about-contain .fuli .fuli-slide {
	float: left;
	width: 50%
}

.about-contain .fuli span {
	line-height: 18px;
	font-size: 12px
}

.about-contain .fuli .fuli-list {
	margin-bottom: 20px;
	text-align: left;
	padding-left: 40px
}

.about-contain .fuli .fuli-list img {
	padding-right: 10px
}

.about-contain .fuli .fuli-list:last-child {
	margin-bottom: 0
}

.about-contain .more {
	margin-top: 40px;
	width: 100%;
	float: left
}

.about-contain .more a {
	border: 1px solid #e6e6e6;
	color: #666;
	border-radius: 2px;
	font-size: 12px;
	padding: 12px 40px
}

.about-contain .more a:hover {
	background-color: #14bfb4;
	border-color: #14bfb4;
	color: #fff
}

@media screen and (max-width:400px) {
	.about-contain .content_center {
		width: 100%
	}

	.about-contain .shuoming p {
		padding: 0 10px;
		text-align: left
	}

	.about-contain .about-main {
		padding-top: 25px;
		padding-bottom: 20px
	}

	.about-contain .shuoming {
		padding: 0 20px
	}

	.about-contain .about-eqx {
		padding: 20px 0
	}

	.about-contain .about-eqx h1 {
		font-size: 20px;
		padding-bottom: 20px;
		font-weight: lighter
	}

	.about-contain .about-eqx p {
		font-size: 12px;
		line-height: 25px
	}

	.about-contain .list {
		width: 100%
	}

	.about-contain .list .product-img {
		padding-top: 55px;
		height: 220px
	}

	.about-contain .list p {
		text-align: left
	}

	.about-contain .pro-one .product-img {
		height: 220px
	}

	.about-contain .pro-two img {
		max-width: 320px
	}

	.about-contain .meiti {
		width: 100%;
		padding-left: 20px;
		text-align: left
	}

	.about-contain .meiti-content .meiti-list img {
		margin-right: 10px;
		float: none;
		margin-bottom: 10px
	}

	.about-contain .meiti-content .meiti-list:last-child {
		margin-bottom: 20px
	}

	.about-contain .fuli .fuli-slide {
		width: 100%;
		text-align: center
	}

	.about-contain .fuli .fuli-slide .fuli-list {
		padding-left: 20px
	}

	.about-contain .fuli .fuli-slide .fuli-list img {
		width: 70px;
		height: 70px
	}

	.about-contain .fuli .fuli-slide .fuli-list span {
		display: block
	}

	.about-contain .fuli .fuli-slide .fuli-list:last-child {
		margin-bottom: 20px
	}

	.about-contain .line {
		border: none
	}

	.about-contain .more {
		margin-top: 0
	}
}

.upload-console .modal-dialog {
	width: 900px;
	top: 100px
}

.upload-console .container {
	width: 880px;
	padding: 20px
}

.upload-console .container button.btn {
	padding: 0
}

.upload-console .well {
	height: 100px
}

.upload-console canvas {
	background-color: #f3f3f3;
	-webkit-box-shadow: 3px 3px 3px 0 #e3e3e3;
	-moz-box-shadow: 3px 3px 3px 0 #e3e3e3;
	box-shadow: 3px 3px 3px 0 #e3e3e3;
	border: 1px solid #c3c3c3;
	height: 100px;
	margin: 6px 0 0 6px
}

.upload-console .my-drop-zone {
	border: dotted 3px #14bfb4
}

.upload-console .nv-file-over {
	border: dotted 3px red
}

.upload-console .another-file-over-class {
	border: dotted 3px green
}

.upload-console #upload_btn {
	position: relative;
	overflow: hidden;
	cursor: pointer
}

.upload-console #uploadBtn {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0
}

#btn-toolbar {
	position: absolute;
	z-index: 1040;
	display: none;
	top: 100px;
	left: 50%;
	margin-left: -220px;
	background: #fff;
	box-shadow: 0 3px 7px rgba(0,0,0,.3);
	background-color: #eee;
	height: 36px;
	padding: 4px 5px
}

#btn-toolbar .letter-edit {
	background-color: #14bfb4
}

#btn-toolbar .letter-edit a {
	color: #fff!important
}

#btn-toolbar .letter-edit a:hover {
	background-color: #14bfb4
}

#btn-toolbar .selected-size {
	background-color: #14bfb4;
	color: #fff!important
}

#btn-toolbar .selected-color {
	border: 1px solid #fff;
	opacity: .7;
	outline: 1px solid #14bfb4;
	color: #14bfb4
}

#btn-toolbar .selected-font {
	background-color: #14bfb4
}

#btn-toolbar .selected-font a {
	color: #fff!important
}

#btn-toolbar .selected-blue-color {
	color: #fff
}

#btn-toolbar .add-icon-font {
	font-size: 17px
}

#btn-toolbar a {
	color: #14bfb4
}

#btn-toolbar a i:before {
	cursor: pointer
}

#btn-toolbar .btn {
	cursor: pointer
}

#btn-toolbar .btn.first-child:hover {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}

#btn-toolbar .btn.last-child:hover {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}

#btn-toolbar .btn-group {
	border: 0;
	text-decoration: none;
	text-shadow: rgba(0,0,0,.3) 0 1px 1px!important;
	margin: 0;
	margin-right: 6px
}

#btn-toolbar .btn-info {
	background-color: #14bfb4;
	border-color: transparent;
	color: #fff!important
}

#btn-toolbar .size-menu {
	color: #000;
	min-width: 100px
}

#btn-toolbar .family-size-setting li a {
	font-size: 12px
}

#btn-toolbar .font-size-menu li a {
	color: #828d98;
	text-align: left
}

#btn-toolbar .font-size-menu li a:hover {
	background-color: #14bfb4;
	color: #fff
}

#btn-toolbar .color-btn {
	border-bottom: 2px solid #14bfb4;
	padding-bottom: 2px;
	margin-bottom: -2px;
	font-size: 12px;
	top: -1px
}

#btn-toolbar .bgcolor-btn {
	background-color: #d0d0d0;
	padding: 2px;
	margin: -2px
}

#btn-toolbar .bgcolor-menu,#btn-toolbar .color-menu {
	min-width: 140px;
	padding: 3px
}

#btn-toolbar .bgcolor-menu li,#btn-toolbar .color-menu li {
	float: left;
	box-shadow: 0 1px 2px rgba(0,0,0,.5);
	width: 20px;
	height: 20px;
	margin: 3px;
	cursor: pointer;
	overflow: hidden
}

#btn-toolbar .bgcolor-menu li a,#btn-toolbar .color-menu li a {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	border-radius: 0
}

#btn-toolbar .bgcolor-menu .glyphicon-remove,#btn-toolbar .color-menu .glyphicon-remove {
	color: #b680b0;
	line-height: 16px
}

#btn-toolbar .fontname-menu {
	min-width: 130px!important
}

#btn-toolbar .fontname-menu li {
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center
}

#btn-toolbar .fontname-menu li img {
	vertical-align: middle
}

#btn-toolbar .fontname-menu li a {
	color: #828d98;
	text-align: left
}

#btn-toolbar .fontname-menu li a:hover {
	background-color: #14bfb4;
	color: #fff
}

#btn-toolbar .fontname-menu li .context-gengduo {
	text-decoration: underline;
	color: #14bfb4
}

#btn-toolbar .text-btn-border {
	background-color: #fff;
	height: 28px;
	padding: 0 6px;
	position: relative;
	text-align: left;
	line-height: 28px;
	border: 1px solid #ddd;
	color: #828d98
}

#btn-toolbar .text-btn-border .setting-fontname {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: inline-block;
	width: 70px;
	height: 25px;
	line-height: 26px
}

#btn-toolbar .text-btn-border b {
	position: absolute;
	top: 50%;
	right: 6px;
	margin-top: -2px
}

#btn-toolbar .text-btn-border .text-btn-border-color {
	width: 18px;
	height: 18px;
	position: absolute;
	top: 4px;
	left: 4px;
	text-align: center;
	line-height: 18px
}

#btn-toolbar .text-btn-border .text-btn-border-color i {
	width: 16px;
	height: 3px;
	background-color: #828d98;
	position: absolute;
	bottom: -1px;
	left: 1px
}

#btn-toolbar .text-btn-border .text-btn-border-bg {
	background-image: url(../../assets/images/toobarbg.svg);
	background-size: cover;
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 4px;
	left: 4px;
	text-align: center;
	line-height: 18px
}

#btn-toolbar .text-style a {
	width: 18px;
	color: #828d98!important;
	background-color: #fff;
	height: 26px;
	text-align: center;
	position: relative
}

#btn-toolbar .text-style a i {
	font-size: 12px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -6px;
	margin-top: -6px
}

#btn-toolbar .text-style a .deleteline {
	font-weight: 700;
	font-size: 20px;
	margin-top: -10px;
	margin-left: -10px
}

@font-face {
	font-family:Allura-Regular;src:url(/assets/fonts/Allura-Regular.woff)
}

@font-face {
	font-family:Amaranth-Regular;src:url(/assets/fonts/Amaranth-Regular.woff)
}

@font-face {
	font-family:Anton-Regular;src:url(/assets/fonts/Anton-Regular.woff)
}

@font-face {
	font-family:Arial-Regular;src:url(/assets/fonts/Arial-Regular.woff)
}

@font-face {
	font-family:Arialnarrow-Regular;src:url(/assets/fonts/Arialnarrow-Regular.woff)
}

@font-face {
	font-family:Arialroundedmtbold-Regular;src:url(/assets/fonts/Arialroundedmtbold-Regular.woff)
}

@font-face {
	font-family:Banglasangammn-Regular;src:url(/assets/fonts/Banglasangammn-Regular.woff)
}

@font-face {
	font-family:Blackopsone-Regular;src:url(/assets/fonts/Blackopsone-Regular.woff)
}

@font-face {
	font-family:Bradleyhand-Bold;src:url(/assets/fonts/Bradleyhand-Bold.woff)
}

@font-face {
	font-family:Cabinsketch-Bold;src:url(/assets/fonts/Cabinsketch-Bold.woff)
}

@font-face {
	font-family:simsun;src:url(/assets/fonts/songti.woff)
}

@font-face {
	font-family:weiruanyahei;src:url(/assets/fonts/weiruanyahei.woff)
}

@font-face {
	font-family:mnjbwks;src:url(/assets/fonts/mnjbwks.woff)
}

@font-face {
	font-family:fzjz;src:url(/assets/fonts/fzjz.woff)
}

@font-face {
	font-family:fzxy;src:url(/assets/fonts/fzxy.woff)
}

@font-face {
	font-family:fzzy;src:url(/assets/fonts/fzzy.woff)
}

@font-face {
	font-family:hzgb;src:url(/assets/fonts/hzgb.woff)
}

@font-face {
	font-family:changyi;src:url(/assets/fonts/changyi.woff)
}

.colorpicker-visible,.colorpicker-visible .dropdown-menu {
	display: block!important
}

colorpicker-saturation {
	display: block;
	width: 100px;
	height: 100px;
	background-image: url(data:image/png;
	base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAFJhJREFUeAGMU+/q4kAMzFYf4LgP96a+q4c+gSIqxf/r5maWDoTgz15gmM0kW5uMLa21v2b2G6jAG2iEzqUU6q5c/OlMuHtL/ULNd5TP6EJ1RP7NuXvKE397jmbg7MrzHI748T1UA3eopyGQV2qK1+vVHo/Hm1itVm0J7Q+afwGMmgeRphf7Noh6lCeuHJAvm/X8rAQNlw2VScoj6863OQjl2ZB3qkeu5Lh0RJ3qynuNjJA21FppQAHa8/l83263No5jOxwOttlsbL1e2xIXXpMZzzRsXoTw34bQgLiQbKh6M9SXDBSypn4XGOSkGUO1cJdn1Yh4/qYVgctmGSwXyARNcOSFRuBMHvA1GMzwy+Vix+PRdrvdYrvd2vl87oZYDCxBL9B/jEyopghzlNjL0DlB+gAoPNXyOfa3oA9puXonyVHzdH+g9MEISa5z0qUNkwkm6MJkxALg8mlMAxvNwBfhYLvf7w50vl6vBV9H2e/3BjYateQDY8gM5bmWovygdyEb87k/G5Zz9c/2zfEQFysO5nDJ6mMel91Z//pwFpygIWIaMXE3AoYssPBCI/B12DiONMT5VZxOJ0f+j/MyWo5chYGowfn/j03lNXBpl85Up8d46u6DChBMvKv2UePrrAsChtdLTi73oEBjFDYpmIp/KSgRhRw357sXuHLknRgI8d90F8QL761oI8iQeJqvUOGnAoEkgNblF13iiJASZCwhLkG+v7/Halvt5+enr7x+02lZOwKymJ7jMAXK32RxaXnNxfXzCOkCxTO2I3NiR0i9gAjQLLoVHkKG8pCi0UT4Q0h5xUFIlBJEYmg+1yg6TrUq+YfEWKK0lWsSS8+DkNvCWtvJXu0UbDyH/NYjoDHFybPd/cPeficiW5LvkVdBNY4UoIqOQMwPBXm9vUYIVCj3GkXCCo1tRS//uMhYoVG3q46HaBQtamESTs/+0o92hOTaBbqjBwpu8reCuzAP4rkXpQBzQwbhZxD7jNYEAS4CI2Rg4hLitPUor2hGh6j4hQ5FfWt8LQF+SwyJIpGUV05nu56VHqJhR8ybb+Q+/dnPYZYSigIICvY3xfYxCckz/qazprjDiFJ+5DWVwscaMpSDgkleI2uutaKk5kPFNTqO8pBDlBQZEqKvoJXp7+lxzx7Cuoqp2M7zlrm5JbH/9oZ/GLdzBGf9FNmmvPi+h2FXnm8L5WhdCMJNyr1D6yvKP1rFQYgSjWpteE0JMraEME8ykpzo/0/+wcg5yGHMooegQYIRyXU1i52tCSfn9oSQFH+Fe4jypxs3RHA+xNCcNUZ+BXRg7iu0lhgDAesisSfE6UA0iudz9sNHKChek5eBX9a+FwKkKQ+Nd6JljkLX6B4x2L8hhHOsVdhR4iHEEe1LeWJCSI2tCo9AU3OIKHGgbupv6NvyRciGgMzPPLP5LmhPdKTx8qgSWIXxVkZx8QJihmCvPP8nE6IRXniKT9GThhKF0QkZal3KQYcLgn+s8YwWJiNnLVL4mOz1b+4piM8/+YYb8xNlLoASXqC7c9DCOokhl4RAKgSkCNM9wklBOPL4BIJoblQggsb8Km9W/IlIJkKrPN4xEETPwtS3hczrp8//pxmzpoUIBfeSO8r8/OE59wgTIsnIb4yBj7Cft6pYI8Sbh5TBD749IANSlKPgJQQmrr0uUfjbCnlV/V9OCfLpDc9b0nw4x3bznAbWFAyfUeBLEIhA3uaCKifFyUBg8pg+Ro8nOCVOintKoy0xj5bFvhNCQMAfoUqgc8UwMRot8dWy/qPcDHQk5XkgOPD97//Gl/xC2kKlkhl2V4pMQmAON+22E+4XgIzMKYMSmp7S0ymTcpYEYM6eVjKlJV25HgYguZ6lD1hR4S4byoxRwMUQjm87MYVxrW19nCqbgTD4kSEde7FlxcF4tKDCPu41lBUKa7tjgGuHJuPCwpBPdcONuVTiMEMgbPpugJE0+GIRusL+yD9qGhrP05ClFHfOuppZeV4ZkgyJdJc3dkxh0+8YDBpbsyuxrXYzV4VfmJLFwxdAEq7azIj9Yw9AuUCjEL3I7pD1xgo0BPv5Y2U9MCBvegpGxq9/vK7BftOQssP3ueL+HfJwLkAqVLlgPH9CF7phgMoKj/X8EjiNCtGQHzFU9mM7gsR8W/5wkuZ9ZUKBcYuWdE3qU2YYqLIllfo5aog2m2haKnlsvP30YUHO+3f9Yu2GrNpW2rYV8id2bM/9KxBPc/QgZQT9AlotQRtgSls1pIDADvo+3hL0bXBU0yxqG4Fx2ZshdXSBaEjZYtIdh/uxQDOrpMV/Biatjj8nzRgq8p0Ud6w9fAwwe+9mSJPWUMWzPG+A21ZWG45nhoQp1RdaBZ1WYDteUQ4gffvH1jomTHlkxk9GTDi5AS0YAODxMoRjMiqsjq/MyqvFFJX9buv6+18Y8mwDyFRH7Dj+T1rBtYivRV1v9mHtiKhfD10QrRFdsxor9Z4bgChAtF22fLsv1sfsGL4B0grazi9DygpagZ0A2s2WBMBmLn0de15D11KG5WSAvh20rB92fEIVwk0jdV2qPdyWr4mYuw75NMua7FFtmZxbkN7qi4DSFgaqQjc75GwDwbgBMkMMAPfD6cR1wpl1o7GftDhMMSPaFmm05+Tv/HWW9aQXbMfiBAZ4cNLdnz6hyAyj7ki9oQYYqdYd4h405JRwXs4DhLKozKhzG65449eQ4i5nX2LKXYjCVDcWF58Y0uJvj2EpY2VN79NzjHlVF8E1M2JZxOzW62rIEhhlywoAMMhrS8dFBJhgMJx5aRxg/fv9rSW9WN7LeQxZPn4bo6ExYgppsWNkQIt2pOAU8DAK8Oh/yK7ECM8pCAboJDTRFNsJQ3ZkBdtFXgV+A5qAEasl4sk2WxjOzn9PY6sZ1ZxJD/p9FMwoc1pjLNhEbLd2eX2Kpv6Y+aSCn8OUxhqyGBOwS9fxUiwDPIXfZw2JeNs+hS2/2R6r2Lfv+S/ivt3PG7eHh3S/52EDDD0j5h9rStliJiQLc5/fW9wP0PNcfB77nmVpX6Js2WaOQwb9OrXLJ9UMz7UmuJaAQj7fjxi6V97wIGftsqVMwcGZN2ZTL30fr7IYkL4xpG/9Y9bV677pUYXfrHk5tzuvoS1aRPX9ScV+3+Mn1FU7YMR6GT8LEP38xs2OyzVZRjIz9mWrIV2lTYo6LLk3BKXGKCM47jycKCb4zb4GzBi0g3Ec0a9OsBVQQsp+YwTjo+Mr9C/MQluIJmIkYYvvzpL2RhuiKT1uttTrK+q74p8siUsR64/nlS3XedcfZgY6kfUsv/FOUZfOlwGTfjyPCxjrRDbCvMLr4vCc9kN26pBR7H8KuW0wHZrkYCzj2+z5WbPCoZM2rISeEwop48KRZdhiPtmYLXNSyZs91YAeH06dow/Vpg3o+W9a/hbgPI5jTnvdx5YxZUbrCY1V7De22qProHXrDL/9B8dlHIuM3QQqUxL7d/pLyyqrzKlV6/2O/F/GBXP6ochjYdiKvQ4saA1ddlTvY/bEkY9Wa1iLkEN2JVavOhxHRlvqMF/XAnEVOJgXy3fAhCgY0N8bC0Nnpl8Lw/bt2LnCnsENO6o5r7bMcn2hONzQswSK2WVbphBy2kcjGqqWNRJQfU6ALwFgHTlo41pWWaE+O4V2zuhYZ1jYinTnvVmcC0Oclck+MgTH1jZU9Ty/VWaUIS42JwFPpkiWyDiZafZDygiJTseTIrc/g5v1qYQ6kgVnT48A+bztNN774MD2U8kDphjxaP18nyGzZBGUh7Y9L1uGvIp6Mq3EePVl7Xxf2/pE9gWI2KTFX2J3xx8Z0jWvnv+VhaG6tr8vkccerdTfdvhaXzTlLUM8t6HNIa9a4DfuDYgCWEaUCQ5jBcz2YI43lgqsrRi21F+pRThPhW5NvqLDK0Nw5E7RV7DKjDreX69/ZVY14wGQ8+HN733OxHGci9MKTBlkMNCSMqJA/udFzgg5IWqXKW9pbwvDu9VxFIjREGtHAS1w7rs4bcXtpIEV1t7H9QdgfmPIGrTmKDAW+gmIFHxNaRl3iCKEvYcsjuPAgTEzQ5zO2SHY3q+FX98oqti8casANPRxL19nx34JWZ9XQJ4r+uOLpmwxZxGyZF8Bcb9lf+dUR0zZgjwCigMKmGltbXG/SzZmUzQlxzMzGCdcmVUDEH3OijXp7k5StNVSh7xnV6Nju98+MaTMaMjK+b7xCy2gD1vk+G54eVxM6PEzM2TLqjJk3IdR/4iG7RSF+y1klQk4jqGvb/h4n6TBQwHZ77GYE0alLzZOTOl1+ShiFvUyBYRJIvSC1PFPfYemMoW+EpWXtaznArCLitWSnX6BKnPOLkTWIT/3vB3SEFemqF+m0Bh7ZIoY13m7IfmhfyxNzsu90j/f65Bn5hSoMSHIvPE+nptWAKesbWRY6xJax/NG30AnvS4AAPkVEOuDmHBk3KJ+dsewIt41+3t8+kqRB85Sy82QAmZmpGrfGnfqejZrKlP8Rv+GIZ0nnWi/Ys74kWzs6Ly7INTfYvA4CshcGL6wpSJ8I1/GtLCs9ji0lQG+vgzBOkmInRh2a0Y1If0DYPmr5vTPwIv9hCWPXyBcjUGL+n+PhWEdL9Rhi390Wv2lxeHRjGZbYR0Os7DWgb0f15VVzPd5XVcgClAZ41se8uE/3efT7Eq7oQXk7xpSB3NcrfAYzGmFLUAL1MwYtabPjBeYXhcAAGolA3vSjJkZ88Zdx6+/pzrEaf35x9XeODgANYTlPox167cOfmJMAbnv4+1QGNA6pAwpg8qInhdAPa4GFTjrKQi5XSAsjrsf0qWSb3sjm+M4vQz5fNEaA1TGTMxo9vVu2wIATgWozlfavegXZJ7h/+3dYY7cOA7F8VQnu/e/5u4dtnqRwThD/KA/ywU0Jl9GQGCZkl0yHx9JSW4nGPRxKXuA8RzG/BygfJchBtujW5Ipzso9R5HGA998fC7MCMX2kYyrC+mrwd9z7+n5ZIMM9bODV8kYUjuEoeTPAyPemVxq0feB+cJ/xJYuKj3qFoL3r0khi4uHLEvLJwitTGlA4pz734whA7A+ElO05MEer2vLt9hPRgoQcVQmBUM6oNf7VxPlOXudyl7AYEI3Yk0z4TOYxXyEVDliCvOZp+NH8cmAEXNmevVk1p7fpr89MZyKP1l9xZIXzPmIdPmkkLlrqEL8bpbu8XUBJOTT+psdPAvPMV1LAnOlvgkIfyPoPsjxMxquUV2ncX/do65KmSvOriY70XSF2OecL0A7Yf08eYKMJeiHuFq7hE+A2V3WUGgE7sEKGHFjTuNKwAfp8HPGLRUA4N+GAv8QaOkqr91Yl9E+ActMDb059ktX92PIolQB+Hx9Ta9voeB8y/4A9mmCqjyzMvY5PhjHMchf7REHZNH15xSTIfafLss/R2hABEKmtPK5VwPszNms7xOwLB8VM5RrqZbprier+Ei/cncBZYzxQkCaIdv+uUvr9Mm3ViKmPIwBk0GAL7N0mRFjWh6z/+d0oRrAVGTMMSZwMwP9dOvW6077IcWUufB3cjnXUspxM2l+YvZwf2PHtFI+vEm/YMbhvGIJ/SI7Q4kyJGJVsk9mjIniD7Os27GEPjLiaLE323Nyimu85GXtMhM3kvs3F8BPsr+NISPNpR0WhKuaxvkSkIeu5PpW1rWqSrvnMqn+nvE4TxkymeA5zOnzcZnn34whtD281rb511sX+5mTPGVmrWWZP1vPd31Xix+gvMGcEwO9RycRvdFm7DH1TMB1VbqnQ1enDMYUWfNwtRelN1Nc32KVuIBA3qlxj6GMpZlhPYB4VIzyt4JhFyN+nXs/FH8vy5p7HlMZIjwyiGNGtCluDOrElNXKG+gEeAcw5j4HVygTbBf4qfTt/V7rP+YX5a7B+S1FFxFBvSeMs06/zfVk3f0Zf98gbJJge9WV6bKW9hP7vG8EeHcMUYxKOLkvY4D+WoDGMQO9TAt31oC2mysDAqhwaWBmf5iTACADEPZDZMJunYJG8NU9IburyOhztPgyjOt4igUE+3xW2SCYm7IFPQJ6z9SvclKKD6tchS0uyz4F/gocYDcjPLaRnTBIVzaex+Mp/pxiyXMAknvq5bZOR/vLBhX0oH8r/v6xx6d27x8FAgU3a2RixRCSooshjxUQPyV+zGooKD+PBUSwLmVfAWa09bOgZ9zQAwZMr/AcR1n10mWlHzaoNrv6WAogdazY9iXHUalOt+8FsJ8nt49rHYAMlxWAzBRYBWbATdkAVIujr22vLNd4Z+Z253pdh8quMQuMCp4NHUcA5PjWieDAjqByANJ1gRV0AcQ0yfioe6Rpldm2M6d/WuVHW7isUJ5lUV4yQ5mgC2y4SYGq/t5vjU8b4xmDynxo/TIi6iX7fgRk/ueQbrSMPY+rbrawAlfgFLA1nylSAHRbbjDj/n36ehk8ZBPome5eRZfV8w/lo+hK7Huso1TqgDkskvoat+L/X3QsGoDM2tHouKDcJmPWeT9kobMvXc+dwrkOhtJeK/Nm/XEXaCx01ssAWtc99rUOAJ6Uu/srhrQyWgn2g4K6GOvZL5TBwwSA742/x7ijZF3F7tfNUi7Lh5grvwbisoxwYReZamaf9VC8cWhVsAuV4Y5oYyaNcdAuoPa1TcPQZX3v/y16+N55kyFTGQIxNLcDpwIvFKe7cU7keHd2VMxrhR+Y+WXnx+xsrPbm4Mf+eTMn1mYGaFrjptDj/ZmkmjaXVWv19slxkTXJynCvnIdL8zdZOnn83A9ZFSTAB4VsSpGmyipunCjuGN9liwzZs8ddwQVEyzeyuGPYD7APuOS6o7aO9xWo/P3fbrnF8e5y2+7Lnamvyg8GKNeKog2m2NaW+SjwLCQhlr5/M6DamjnNlAbJLKtBaQZU226Ru2KbCe+Ph6Tk3THb/v5zaRQ7yz4M6usa1HywJU50n+7bgb4Z0sC2XIa8P56+JvvuWHTaa6kgbLn7ELvV9bU76A0+hpTKuh3PoryDwKvrflwx5F/1IMaK9wrK+h3ltf/+bb8d5d8/XdZ//txS/N9hxfdvGNg/ZQT1//4fih7V/hdi/qwAAAAASUVORK5CYII=);cursor: crosshair;
	float: left
}

colorpicker-saturation i {
	display: block;
	height: 7px;
	width: 7px;
	border: 1px solid #000;
	border-radius: 5px;
	position: absolute;
	top: 0;
	left: 0;
	margin: -4px 0 0 -4px
}

colorpicker-saturation i::after {
	content: '';
	display: block;
	height: 7px;
	width: 7px;
	border: 1px solid #fff;
	border-radius: 5px
}

colorpicker-alpha,colorpicker-hue {
	width: 15px;
	height: 100px;
	float: left;
	cursor: row-resize;
	margin-left: 4px;
	margin-bottom: 4px
}

colorpicker-alpha i,colorpicker-hue i {
	display: block;
	height: 2px;
	background: #000;
	border-top: 1px solid #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin-top: -1px
}

colorpicker-hue {
	background-image: url(data:image/png;
	base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABkCAMAAABw8qpSAAABLFBMVEUA/z8AuP//JAAA/33/3AAA/1ABAv8A/7r/AH7/jgD2AP8A//j/AEHmAP/XAP/HAP+4AP//ALyoAP+aAP+JAP97AP9rAP9cAP9MAP8+AP8tAP8fAP8PAP8ATv//AG7/cAD/vgD/APoAmv//ADH/AKwB/wMA5//4Eg4AL///AOr/UQD/nwAA/27/7AAA/+kAe/8Ayf8A/5sA/zEA/6z/ABEAEP8A/17/MgAA/9n/ACL/gAD/AJ0AXP8Aqv//AMoA/yHqFBb/zAD/AGD/ANsA9//1/wDk/wDV/wDF/wC3/wD/AI2m/wD/FACY/wCI/wB5/wBp/wD/YgBb/wBK/wA8/wAs/wAd/wAN/wAAPv8A/xH/AFAAi///rQAA/8r/+gAA1///QwAAH/8Abf8A/43c/JNGAAAAiUlEQVR4AQXBg2EDAAAAsMy2bds2ttp2+/8PTby79mDLsKJPq/oFPdk24dWXAxsGjRg1ZtykKdNmzJozb8GiJct63WjYl7fiWdOZkk0vOpyr2fVtyKl7FX2uXGjpcuxWDy69KdiRk5WRlpIUFxMVERLw78+vH1Unun1YV3ZkwKM1CYfq7nQK22sD03ITV2Aqp0IAAAAASUVORK5CYII=)
}

colorpicker-alpha {
	display: none
}

.colorpicker-color,colorpicker-alpha {
	background-image: url(data:image/png;
	base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAABkCAMAAACIElGlAAADAFBMVEUAAADT09PT09P////T09P////e3t7q6urT09Px8fHT09P////////T09PT09P////////T09PT09P////////////T09PT09P////////////T09P////T09PT09PT09P////T09PT09P////////////////T09P////T09PT09P////T09PT09PT09PT09PT09PT09P////T09P////T09PT09P////////////T09P////T09P////////////T09PT09P////T09P////////////////////T09P////////T09PT09P////////////////////////T09PT09P////////////////////////T09PT09P////T09PT09P////////T09P////////////T09P////////T09P////T09P////T09P////T09PT09PT09PT09P////T09PT09PT09PT09PT09PT09P////T09P////T09PT09P////////////T09PT09PT09P////T09PT09PT09PT09PT09PT09PT09P////////////////T09PT09P////////////T09P////////T09P////T09PT09PT09P////////T09P////////T09P////T09PT09P////////////////T09PT09PT09PT09P////T09PT09PT09PT09PT09PT09PT09P////T09P////T09PT09PT09PT09PT09P////////////////////////////////////T09P////T09P////T09P////T09PT09P////////////T09P////T09P////T09P////////////T09PT09P////////////////T09PT09P////T09P////T09PT09P////T09P////T09PT09P////T09PT09PT09PT09P////T09PT09P////////////T09PT09P////T09P////////T09MQsm1FAAABAHRSTlMAgJN8/vcDAfcCnJyGaZmZlomGk4yJOmM/eTxs8wY0YDFC7HNdLx18n5/7aUvzCcW9+qKiK8P0ZiltRwfdw/n8Px3WduJjItj78ss5PDHUNELbwP5wplA2FglEVwvkqNarCs4Z7b2sDLgQ0xNdyLrr0eLLUeW1Vs5TWQLwjPI3ZvQGdvxFyFrAeevaLCLvGd0kpRskGyf4qK605xKvFrGyDRHnBYMEkJaDkIBvB/gpH99O6CrbIC4nH3Lg2SXp4A7Qul/GDEgPSlMQ6LjqFU0SjyCCj5V/gnBN7xglL3O70WBU7gjFFEfft0sPTo1ndRipwXr2yRemWRVENq+ytbGuxGaWGQAAAnpJREFUeNpNxmdcDHAAxvEHOWXvmXX23ntv2XvvMg/Z44x0KaRBSnfcKSqlnYZKp1QqGpT20KZh783/eePj+3vzw3/q/AM9iURPTy6XS+RwcXNzcZMQTE1dTE3bE7y9S0u9xxD600rCGtpI2ErOsbGxzoiMrIqscnaOi4vDdnp4XYSrguwxQSb7KpMllycnl2MFaTSaTxrY5NrY5BoKb2BnZ2doZ29vb2OPSdSd4Bcc7OcXGhqamgqrYCsrq+mEiEtC3gUBDg55Dg53IkQYSYG+gb6+GEqB5wV0o5D8/JAQdKK5hA40n3BS+L6c0JJmE+ZQW8JEak1YQJ0Jq+jbaQEPnotGE+IrK+Pj+xKqU6pTUrIDAgKysZ+WEY5QQkJxcQIO0WrCUbL4YmFhgZ3UlVAUHR1d1JEwjVoRRpDJKxMTE/ShBoRR1I6whLyyvLyyUFAQFhbWhTCFFArFawXOCu/bEHpQLYKnZ0aGZw2CR1qah0dmpqurK+pTU0ILakJoTi+PC7j5RHTrqQg1qRkh3T3d3b0xoSE1ItSleoSe1IswmIYQPl8UlhLWkaOj41tHbKENBLX6j1qt/KFUKnFN+Onk9NvJCQdJpfqlUqGiIjExcRthN91/JsJmGkhYRO/OCBhHwwgxMWUxZQMIu8j8o7m5OfbRLMJh2kTYQ1FRhYVR2EHzCOtpMmEG3SUsJEvLoKAg2Prb2tqOJYSH+/uH33shwlTaS1hLBwhX6AYX2tuiRwStVntOa5yUZJwEqbREKjUi5Bjl5BhZW1uXWOMYGRBOnNDX1zfoxz1FwwkfSJfgo6vr41P7soBBNJ7Qm2YSzHTMzMwmEHRoMf0Fm5mYOUrzNBYAAAAASUVORK5CYII=)
}

.colorpicker {
	top: 0;
	left: 0;
	z-index: 9999;
	display: none
}

.colorpicker colorpicker-alpha,.colorpicker colorpicker-hue,.colorpicker colorpicker-saturation {
	position: relative
}

.colorpicker input {
	width: 100px;
	font-size: 11px;
	color: #000;
	background-color: #fff
}

.colorpicker.alpha {
	min-width: 140px
}

.colorpicker.alpha colorpicker-alpha {
	display: block
}

.colorpicker.dropdown {
	position: absolute
}

.colorpicker.colorpicker-fixed-position {
	position: fixed
}

.colorpicker .dropdown-menu::after,.colorpicker .dropdown-menu::before {
	content: '';
	display: inline-block;
	position: absolute
}

.colorpicker .dropdown-menu::after {
	clear: both;
	border: 6px solid transparent;
	top: -5px;
	left: 7px
}

.colorpicker .dropdown-menu::before {
	border: 7px solid transparent;
	top: -6px;
	left: 6px
}

.colorpicker .dropdown-menu {
	position: static;
	top: 0;
	left: 0;
	min-width: 129px;
	padding: 4px;
	margin-top: 0
}

.colorpicker-position-top:not(.colorpicker-inline) .dropdown-menu::after {
	border-top: 6px solid #fff;
	border-bottom: 0;
	top: auto;
	bottom: -5px
}

.colorpicker-position-top:not(.colorpicker-inline) .dropdown-menu::before {
	border-top: 7px solid rgba(0,0,0,.2);
	border-bottom: 0;
	top: auto;
	bottom: -6px
}

.colorpicker-position-right:not(.colorpicker-inline) .dropdown-menu::after {
	border-right: 6px solid #fff;
	border-left: 0;
	top: 11px;
	left: -5px
}

.colorpicker-position-right:not(.colorpicker-inline) .dropdown-menu::before {
	border-right: 7px solid rgba(0,0,0,.2);
	border-left: 0;
	top: 10px;
	left: -6px
}

.colorpicker-position-bottom:not(.colorpicker-inline) .dropdown-menu::after {
	border-bottom: 6px solid #fff;
	border-top: 0
}

.colorpicker-position-bottom:not(.colorpicker-inline) .dropdown-menu::before {
	border-bottom: 7px solid rgba(0,0,0,.2);
	border-top: 0
}

.colorpicker-position-left:not(.colorpicker-inline) .dropdown-menu::after {
	border-left: 6px solid #fff;
	border-right: 0;
	top: 11px;
	left: auto;
	right: -5px
}

.colorpicker-position-left:not(.colorpicker-inline) .dropdown-menu::before {
	border-left: 7px solid rgba(0,0,0,.2);
	border-right: 0;
	top: 10px;
	left: auto;
	right: -6px
}

colorpicker-preview {
	display: block;
	height: 10px;
	margin: 5px 0 3px 0;
	clear: both;
	background-position: 0 100%
}

.branch-list .switch {
	float: left;
	margin-right: 5px
}

.branch-list .status {
	margin-left: 40px;
	width: 100px
}

.branch-list .status span {
	padding-top: 2px
}

.branch-edit {
	position: absolute;
	top: 20px;
	left: 60px;
	border: 1px solid #e7e7e7;
	width: 80px;
	background-color: #fff;
	z-index: 5
}

.branch-edit a {
	display: block;
	height: 26px;
	line-height: 26px
}

.branch-edit a:nth-child(2n) {
	background-color: #f7f7f7
}

.branch-edit a:hover {
	background-color: #08A1EF;
	color: #fff
}

.invoice-action {
	font-size: 12px
}

.invoice-action p {
	line-height: 20px
}

.invoice .disabled .upload,.invoice .disabled input {
	display: none
}

.invoice .disabled .col-sm-7 span.noEdit {
	display: block
}

.invoice .col-sm-7 span {
	padding-top: 12px;
	display: inline-block
}

.invoice .col-sm-7 span.noEdit {
	display: none
}

.invoice-notice p {
	line-height: 22px;
	font-size: 12px
}

.invoice-notice p.invoice-first {
	color: #ff5448
}

.remit-contain .action {
	color: #ff5448
}

.remit-contain p {
	line-height: 20px;
	font-size: 12px
}

.pay-invoice {
	text-align: left;
	line-height: 34px
}

.permit ul {
	margin-bottom: 5px
}

.permit ul li {
	padding-right: 10px;
	padding-bottom: 10px
}

.permit ul li:first-child {
	margin-right: 15px;
	height: 30px
}

#main {
	font-size: 12px
}

#main .children table {
	background-color: #fff
}

#main .children.branches h2 {
	margin: 40px 0
}

#main .children.branches h2 a,#main .children.branches h2 span {
	display: inline-block;
	font-size: 12px
}

#main .children.branches h2 em.eqf-no:hover {
	color: #ff5448;
	cursor: pointer
}

#main .children.branches h2 a {
	border: 1px solid #ccd5db;
	display: inline-block;
	height: 30px;
	line-height: 28px;
	width: 90px;
	padding: 0 5px
}

#main .children.branches h2 a:hover em {
	color: #14bfb4
}

#main .children.branches h2 a em {
	padding-right: 5px;
	cursor: pointer
}

#main .branch-close {
	padding: 0 5px
}

#main .invitation-contain {
	background-color: #fff
}

#main .invitation-contain .link-content {
	margin-top: 40px
}

#main .invitation-contain .link-content .title {
	text-align: left;
	line-height: 50px;
	font-size: 20px
}

#main .invitation-contain .link-content .share-containt {
	text-align: left
}

#main .invitation-contain .link-content .share-containt .tip {
	font-size: 20px
}

#main .invitation-contain .link-content .share-containt label {
	text-align: center
}

#main .invitation-contain .link-content .share-containt .btn {
	height: 46px;
	line-height: 30px
}

#main .invitation-contain .link-content .share-containt li a {
	border-top-color: transparent;
	border-radius: 0
}

#main .invitation-contain .link-content .share-containt li a:hover {
	border-radius: 0
}

#main .invitation-contain .link-content .share-containt li:first-child a {
	border-left-color: transparent
}

#main .invitation-contain .link-content .method {
	float: left
}

#main .invitation-contain .link-content .circle {
	height: 50px;
	width: 50px;
	border-radius: 50%;
	background-color: #ccd5db;
	line-height: 50px;
	font-size: 14px;
	margin-left: 30px
}

#main .invitation-contain .link-content .line {
	height: 130px;
	width: 5px;
	background-color: #ccd5db;
	margin-left: 52px
}

#main .invitation-contain .link-content .tab-div {
	border: 1px solid #ccd5db;
	margin-top: 30px;
	width: 830px;
	height: 280px
}

#main .invitation-contain .link-content .tab-div .info {
	width: 200px;
	margin-left: 40px
}

#main .invitation-contain .link-content .tab-div .info span {
	color: #999
}

#main .invitation-contain .link-content .tab-div .tab-content {
	min-height: 240px!important
}

#main .invitation-contain .link-content .tab-div .qrcode {
	padding: 0;
	height: 160px;
	width: 160px;
	border: 1px solid #f0f0f0
}

#main .invitation-contain .link-content .tab-div label {
	margin-top: 10px
}

#main .invitation-contain .link-content .tab-div div {
	text-align: left
}

#main .invitation-contain .link-content .tab-div div .view {
	height: 210px
}

#main .invitation-contain .link-content .tab-div div .view div {
	float: left;
	margin-left: 50px;
	margin-top: 20px
}

#main .invitation-contain .link-content .tab-div div h2 {
	line-height: 50px
}

#main .invitation-contain .link-content .tab-div div span {
	font-size: 20px;
	line-height: 35px
}

#main .invitation-contain .link-content .tab-div div .tab-pane {
	height: 240px
}

#main .invitation-contain .link-content .tab-div div canvas {
	padding: 5px;
	width: 160px
}

#main .invitation-contain .link-content .tab-div img {
	float: left;
	margin-top: 28px;
	margin-left: 70px;
	height: 192px
}

#main .invitation-contain h3 {
	background-color: #f0f0f0;
	margin: 0 30px;
	height: 60px;
	line-height: 60px
}

#main .invitation-contain .url-contaion {
	height: 150px;
	margin-bottom: 45px
}

#main .invitation-contain .copy-url {
	border: 2px solid #f0f0f0;
	padding: 4px 12px;
	width: 720px;
	color: #526069;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 70px;
	line-height: 2em;
	text-align: left;
	margin-top: 25px;
	letter-spacing: .3px
}

#main .invitation-contain iframe {
	height: 450px;
	width: 530px
}

#main.message-contain .u-content .m-title .red-bg {
	background-color: #f2a653
}

#main.message-contain table td,#main.message-contain table th {
	text-align: left
}

#main .spread-area {
	position: relative
}

#main .spread-area .opera-userinfo {
	position: absolute;
	bottom: 0;
	right: 0
}

#main .info-area {
	padding-top: 40px;
	height: 160px;
	font-size: 12px;
	position: relative
}

#main .info-area .opera-userinfo {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 36px;
	line-height: 36px
}

#main .info-area .opera-userinfo .scene-oper {
	padding-left: 10px
}

#main .info-area .u-photo {
	position: relative;
	width: 120px;
	height: 120px;
	border-radius: 3px
}

#main .info-area .u-photo .p-mask {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 3px;
	background-color: rgba(0,0,0,.6)
}

#main .info-area .u-photo .p-mask a,#main .info-area .u-photo .p-mask span {
	display: block
}

#main .info-area .u-photo .p-mask a {
	width: 60px;
	height: 40px;
	text-align: center;
	line-height: 20px;
	top: 50%;
	position: absolute;
	margin-top: -20px;
	left: 50%;
	margin-left: -30px;
	color: #fff
}

#main .info-area .u-photo img {
	width: 100%;
	height: 100%;
	border-radius: 3px
}

#main .info-area .p-svg {
	padding-top: 36px;
	height: 100%;
	border-radius: 3px;
	text-align: center;
	font-size: 48px;
	color: #fff;
	background-color: #14bfb4
}

#main .info-area .u-detail {
	margin-left: 150px;
	color: rgba(255,255,255,.8)
}

#main .info-area .u-detail a {
	color: rgba(255,255,255,.8)
}

#main .info-area .u-detail a:hover {
	color: #fff
}

#main .info-area .u-detail .u-name {
	font-size: 24px;
	color: #fff
}

#main .info-area .u-detail .first-col {
	width: 170px
}

#main .info-area .u-detail .u-col {
	padding-top: 15px
}

#main .u-content {
	padding-top: 40px
}

#main .u-content .account-contain tr {
	cursor: pointer
}

#main .u-content .account-contain table tr th:hover {
	background-color: #fff
}

#main .u-content .account-contain .account-items {
	padding: 20px 40px;
	border-bottom: 1px solid #ccd5db;
	background-color: #fff;
	width: 100%;
	line-height: 20px
}

#main .u-content .account-contain .account-items .item-one,#main .u-content .account-contain .account-items .item-three,#main .u-content .account-contain .account-items .item-two {
	float: left
}

#main .u-content .account-contain .account-items .item-one {
	width: 15%
}

#main .u-content .account-contain .account-items .item-one em {
	padding-right: 40px;
	float: left;
	font-size: 18px
}

#main .u-content .account-contain .account-items .item-two {
	width: 68%
}

#main .u-content .account-contain .account-items .item-three {
	width: 17%;
	text-align: right
}

#main .u-content .account-contain .account-items:hover {
	background-color: #f7f7f7
}

#main .u-content .account-contain .account-items:last-child {
	border-bottom: none
}

#main .u-content .account-contain table {
	background-color: #fff;
	width: 100%
}

#main .u-content .account-contain table tr {
	height: 80px
}

#main .u-content .account-contain table tr:last-child td {
	border-bottom: none
}

#main .u-content .account-contain table tr .branch-close {
	padding-right: 20px
}

#main .u-content .m-title {
	padding-bottom: 35px
}

#main .u-content .m-title .m-icon {
	width: 60px;
	height: 60px;
	text-align: center;
	padding-top: 12px;
	border-radius: 3px;
	color: #fff;
	font-size: 36px
}

#main .u-content .m-title .xd-icon {
	background-color: #F9CE49;
	font-size: 28px;
	padding-top: 14px
}

#main .u-content .m-title .normal {
	background-color: #6cf
}

#main .u-content .m-title .vip {
	background-color: #F2A653
}

#main .u-content .m-title .server {
	background-color: #ea1f64
}

#main .u-content .m-title .com-free {
	background-color: #7171EF
}

#main .u-content .m-title .com-base,#main .u-content .m-title .com-base-child {
	background-color: #14bfb4
}

#main .u-content .m-title .com-pri {
	background-color: #44cb83
}

#main .u-content .m-title .com-pro {
	background-color: #FF5448
}

#main .u-content .m-title .com-tour {
	background-color: #f2a653
}

#main .u-content .m-title .m-detail {
	margin-left: 80px
}

#main .u-content .m-title .m-detail .message a {
	color: #1abd9b
}

#main .u-content .m-title .m-detail .message a:hover {
	color: #14bfb4
}

#main .u-content .m-title .m-detail .m-type {
	font-size: 18px
}

#main .u-content .m-title .m-detail span {
	display: inline-block;
	float: left
}

#main .u-content .m-title .m-detail span a {
	padding: 5px 10px;
	color: #fff;
	margin-left: 20px;
	border-radius: 3px
}

#main .u-content .m-title .m-detail .progress {
	width: 150px;
	height: 12px;
	background-color: #ccd5db;
	border-radius: 3px;
	position: relative
}

#main .u-content .m-title .m-detail .xd-act a {
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 60px
}

#main .u-content .m-title .m-detail .xd-act a span {
	display: block;
	width: 100%;
	text-align: center
}

#main .u-content .m-title .m-detail .xd-act .ticket .eqf-vote {
	line-height: 12px;
	font-size: 14px
}

#main .u-content .m-title .red-bg {
	background-color: #ff5448
}

#main .u-content .m-title .green-bg {
	background-color: #44cb83
}

#main .u-content .m-cont {
	padding-top: 30px;
	border-top: 1px solid #ccd5db
}

#main .u-content .m-cont .m-header {
	width: 100%;
	font-size: 30px
}

#main .u-content .m-cont .m-header .btn-upgrade {
	background-color: #44cb83
}

#main .u-content .m-cont .m-card {
	padding-top: 40px
}

#main .u-content .m-cont .m-card .card {
	display: inline-block;
	width: 180px;
	border: 1px solid #ccd5db
}

#main .u-content .m-cont .m-card .card .card-title {
	height: 60px;
	font-size: 18px;
	background-color: #14bfb4;
	color: #fff;
	text-align: center;
	padding-top: 21px
}

#main .u-content .m-cont .m-card .card .card-content {
	padding: 30px 20px;
	line-height: 20px
}

#main .u-content .m-cont .xd-cont .xd-panel {
	margin-top: 30px;
	background-color: #fff
}

#main .u-content .m-cont .xd-cont .xd-panel table {
	border-top: 1px solid #ccd5db
}

#main .u-content .m-cont .xd-cont .xd-panel .btn {
	padding-top: 6px;
	padding-bottom: 6px
}

.dropdown.open .select-contain {
	max-height: 300px;
	overflow-y: auto
}

.dropdown.open .otherBg {
	display: block
}

.otherBg {
	position: fixed;
	z-index: 1;
	bottom: -48px;
	left: 0;
	right: 0;
	top: 50px;
	display: none;
	background-color: rgba(0,0,0,.3)
}

.select-icon span {
	padding: 2px 5px;
	margin-right: 10px;
	display: inline-block;
	font-size: 12px;
	background-color: #08A1EF;
	color: #fff;
	max-width: 125px
}

.history-scene ul li .scene-time {
	height: 45px;
	line-height: 45px
}

.history-image ul li .scene-time {
	height: 30px;
	line-height: 30px
}

.history-image,.history-scene {
	padding-bottom: 20px
}

.history-image .scene-time,.history-scene .scene-time {
	color: #fff;
	text-align: center
}

.history-image ul li,.history-scene ul li {
	float: left;
	cursor: pointer;
	margin-top: 20px
}

.history-image ul li .operate,.history-scene ul li .operate {
	display: none
}

.history-image ul li .scene-time,.history-scene ul li .scene-time {
	display: block
}

.history-image ul li:hover .operate,.history-scene ul li:hover .operate {
	display: block
}

.history-image ul li:hover .scene-time,.history-scene ul li:hover .scene-time {
	display: none
}

.history-image ul li .mask,.history-scene ul li .mask {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,.3);
	text-align: right
}

.history-image ul li .mask span,.history-scene ul li .mask span {
	display: inline-block;
	background-color: rgba(0,0,0,.6);
	color: #fff
}

.history-image ul li .mask span:hover,.history-scene ul li .mask span:hover {
	color: #14bfb4
}

.history-scene ul li {
	margin-right: 20px;
	width: 280px;
	background-color: #fff
}

.history-scene ul li img {
	width: 100%;
	height: 260px
}

.history-scene ul li .scene-cover {
	position: relative
}

.history-scene ul li .scene-cover .scene-operate {
	height: 45px
}

.history-scene ul li .scene-cover .scene-operate .operate span {
	width: 30px;
	height: 30px;
	display: inline-block;
	margin-top: 7px;
	text-align: center;
	line-height: 30px
}

.history-scene ul li .scene-name {
	border: 1px solid #ccd5db;
	padding: 0 10px;
	height: 45px;
	line-height: 45px
}

.history-scene ul li:nth-child(4n) {
	margin-right: 0
}

.history-image ul li {
	float: left;
	width: 115px;
	height: 115px;
	position: relative;
	background-color: #ccc;
	margin-right: 25px
}

.history-image ul li .image-operate {
	height: 30px
}

.history-image ul li .image-operate .operate span {
	display: inline-block;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	margin-top: 3px
}

.history-image ul li .image-operate span {
	font-size: 12px;
	margin-right: 5px
}

.history-image ul li .image-operate span:first-child {
	margin-right: 2px
}

.history-image ul li img {
	position: absolute
}

.auto-contain .userinfo-contain .userinfo {
	width: 100%
}

.userinfo-contain {
	padding: 20px
}

.see-image {
	position: absolute;
	top: -210px;
	left: 15px;
	height: 200px;
	width: 200px;
	background-color: #ccd5db;
	z-index: 2;
	transform-origin: 0 100%
}

.xiudian-time span {
	padding-top: 8px
}

.xiudian-time span input {
	margin: 0
}

.domain-xiudian .xiudian {
	position: absolute;
	background-color: #fff;
	padding: 20px;
	width: 450px;
	top: 70px;
	left: 100px;
	border: 1px solid #ccc
}

.domain-xiudian .xiudian p {
	padding-top: 15px
}

.domain-xiudian .xiudian h1 {
	font-size: 16px
}

.domain-xiudian .xiudian .erweima {
	padding-top: 20px;
	color: #14bfb4;
	line-height: 30px
}

.domain-xiudian .xiudian .chongzhi {
	float: left;
	padding-right: 30px
}

.domain-xiudian .xiudian img {
	width: 150px
}

.domain-xiudian .xiudian .know {
	text-align: center;
	margin-top: 20px
}

.domain-xiudian .xiudian .know a {
	background-color: #14bfb4;
	color: #fff
}

.platform-yqx {
	padding-top: 11px;
	left: -14px;
	cursor: pointer
}

.platform-hyp {
	padding-top: 11px;
	left: -70px;
	cursor: pointer;
	padding-right: 0
}

.transfer_tip_footer {
	position: relative
}

.transfer_tip_footer .transfer_tip {
	position: absolute;
	top: 28px
}

.transfer_tip_footer .transfer_tip_error {
	left: 200px;
	color: red
}

#transfer_mes {
	position: relative;
	padding: 30px 10px
}

#transfer_mes p {
	font-size: 16px
}

#transfer_mes p span {
	color: red
}

#transfer_mes a {
	position: absolute;
	right: 15px;
	top: 10px;
	font-size: 20px
}

.transfer p {
	margin-bottom: 13px;
	margin-left: 25px
}

.transfer p span {
	padding: 0 15px;
	color: #14bfb4
}

.request_contain .modal-dialog {
	width: 800px
}

.request_contain .modal-dialog .modal-content {
	background: 0 0;
	box-shadow: none
}

.request_contain .request_reg {
	background: url(images/request_03.png) center no-repeat;
	background-size: 800px 643px;
	width: 800px;
	height: 643px;
	position: relative
}

.request_contain .request_reg .erwei {
	position: absolute;
	top: 150px;
	left: 260px;
	border: 2px solid #000;
	padding: 10px;
	background-color: #FFF
}

.request_contain .request_reg .close {
	position: absolute;
	top: 8px;
	right: 190px;
	color: #000!important
}

.form-group .tips {
	padding: 10px 12px
}

.form-group .error {
	color: #ff5448
}

.form-group .blue {
	color: #fff
}

.form-group .form-horizontal .form-group p {
	color: #ff5448;
	font-size: 12px;
	padding-top: 5px
}

.form-group .code {
	display: block;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #14bfb4;
	cursor: pointer
}

.apply-contain .tip,.branch-contain .tip,.mobile-contain .tip,.server-contain .tip {
	font-size: 12px;
	padding: 10px 10px
}

.apply-contain .tip .enable,.apply-contain .tip a,.branch-contain .tip .enable,.branch-contain .tip a,.mobile-contain .tip .enable,.mobile-contain .tip a,.server-contain .tip .enable,.server-contain .tip a {
	color: #14bfb4
}

.apply-contain .tip .disable,.branch-contain .tip .disable,.mobile-contain .tip .disable,.server-contain .tip .disable {
	color: #999
}

.apply-contain .one-line,.branch-contain .one-line,.mobile-contain .one-line,.server-contain .one-line {
	padding-top: 10px
}

.apply-contain .select-contain.select-base,.branch-contain .select-contain.select-base,.mobile-contain .select-contain.select-base,.server-contain .select-contain.select-base {
	width: 100%
}

.apply-contain .select-contain.select-base .eqc-mask,.branch-contain .select-contain.select-base .eqc-mask,.mobile-contain .select-contain.select-base .eqc-mask,.server-contain .select-contain.select-base .eqc-mask {
	width: 100%
}

.apply-contain .select-contain.select-base .eqc-drop-down-list,.branch-contain .select-contain.select-base .eqc-drop-down-list,.mobile-contain .select-contain.select-base .eqc-drop-down-list,.server-contain .select-contain.select-base .eqc-drop-down-list {
	width: 100%
}

.apply-contain .select-contain.select-base .eqc-drop-down-list li,.branch-contain .select-contain.select-base .eqc-drop-down-list li,.mobile-contain .select-contain.select-base .eqc-drop-down-list li,.server-contain .select-contain.select-base .eqc-drop-down-list li {
	width: 100%
}

.branch-contain .tip {
	padding-left: 15px
}

.apply-contain .other-label {
	position: absolute;
	background-color: #fff;
	border: 1px solid #ccd5db;
	width: 530px;
	left: -500px
}

#usercenter .user-contain {
	background-color: #fff
}

#usercenter .user-contain .user-img {
	float: left;
	position: relative
}

#usercenter .user-contain .user-img .upload_button {
	cursor: pointer;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 36px;
	background-color: #000;
	color: #fff;
	line-height: 36px
}

#usercenter .user-contain .user-message p {
	margin-bottom: 20px
}

#usercenter .user-contain .user-message a {
	color: #14bfb4;
	padding-left: 10px
}

#usercenter .main .content {
	width: 1000px
}

#usercenter .main .content .page_header {
	height: 50px;
	font-size: 40px;
	color: #999;
	font-weight: 500;
	font-family: 微软雅黑
}

#usercenter .main .content .alert-danger {
	background: #f0f0f0;
	color: #999;
	text-align: center
}

#usercenter .main .content .divider {
	position: relative;
	width: 100%;
	height: 1px;
	background-color: #ccc;
	top: 55px;
	margin-bottom: 10px
}

#usercenter .main .content .well .user_img {
	width: 100%;
	height: 100%
}

#usercenter .main .content .well .upload_button {
	width: 160px;
	height: 35px;
	bottom: 0;
	left: 0;
	right: 0;
	margin-left: -50px;
	margin-top: -15px;
	position: absolute;
	line-height: 35px;
	text-align: center;
	color: #fff!important;
	background-color: #000;
	border-radius: 10px;
	cursor: pointer
}

#usercenter .main .content .tab-content {
	min-height: 390px
}

#usercenter .main .content .tab-content .tab-pane {
	background-color: #fff;
	padding: 20px 20px
}

#usercenter .main .content .tab-content .tab-pane .xd-contain .xd-desc {
	border-bottom: 1px solid #ccd5db
}

#usercenter .main .content .tab-content .tab-pane .xd-contain .xd-desc p {
	padding-top: 12px
}

#usercenter .main .content .tab-content .tab-pane .xd-contain .xd-desc h3 {
	display: inline;
	color: #14bfb4
}

#usercenter .main .content .tab-content .tab-pane .xd-contain .xiudian .zhuansong {
	cursor: pointer
}

#usercenter .main .content .tab-content .tab-pane .xd-contain .xiudian .zhuansong img {
	margin-top: 17px
}

#usercenter .main .content .tab-content .tab-pane .xd-contain .xiudian .shiyong_xd ul li {
	float: left;
	color: #fff;
	width: 150px;
	padding: 15px;
	border-radius: 3px;
	margin-right: 28px
}

#usercenter .main .content .tab-content .tab-pane .xd-contain .xiudian .shiyong_xd ul li p {
	font-size: 24px;
	padding-top: 18px
}

#usercenter .main .content .tab-content .tab-pane .xd-contain .xiudian .shiyong_xd .huode {
	background-color: #14bfb4
}

#usercenter .main .content .tab-content .tab-pane .xd-contain .xiudian .shiyong_xd .song {
	background-color: #9ad64b
}

#usercenter .main .content .tab-content .tab-pane .xd-contain .xiudian .shiyong_xd .shiyong {
	background-color: #ae9ae1
}

#usercenter .main .content .tab-content .tab-pane .xd-contain .btn-green {
	background-color: #9AD64B;
	color: #fff
}

#usercenter .main .content .tab-content .tab-pane .xd-contain .btn-green:hover {
	background-color: #B0DB77
}

#usercenter .main .content .tab-content .tab-pane .xd-contain .xd-table .xd-detail {
	padding: 20px 0
}

#usercenter .main .content .tab-content .tab-pane .server-contain .server-same {
	border: 1px solid #ccd5db
}

#usercenter .main .content .tab-content .tab-pane .server-contain .server-dns,#usercenter .main .content .tab-content .tab-pane .server-contain .server-other {
	height: 480px
}

#usercenter .main .content .tab-content .tab-pane .server-contain .server-dns {
	position: relative
}

#usercenter .main .content .tab-content .tab-pane .server-contain .server-dns .check-icon {
	width: 100px;
	height: 100px;
	float: left;
	padding: 10px
}

#usercenter .main .content .tab-content .tab-pane .server-contain .server-dns .check-icon span {
	display: inline-block;
	color: #fff;
	font-size: 80px
}

#usercenter .main .content .tab-content .tab-pane .server-contain .server-dns .is-in-check .check-icon {
	background-color: #5cb85c
}

#usercenter .main .content .tab-content .tab-pane .server-contain .server-dns .pass-check .check-icon {
	background-color: #14bfb4
}

#usercenter .main .content .tab-content .tab-pane .server-contain .server-dns .is-in-fail .check-icon {
	background-color: #d9534f
}

#usercenter .main .content .tab-content .tab-pane .server-contain .server-dns .check-desc {
	margin-left: 20px;
	width: 780px;
	float: left
}

#usercenter .main .content .tab-content .tab-pane .server-contain .server-dns .check-desc .line {
	border-bottom: 1px solid #ccd5db;
	margin: 10px 0
}

#usercenter .main .content .tab-content .tab-pane .server-contain .server-dns .check-desc .check-tip {
	margin-top: 10px
}

#usercenter .main .content .tab-content .tab-pane .server-contain .server-dns .check-desc a {
	color: #14bfb4
}

#usercenter .main .content .tab-content .tab-pane .server-contain .server-dns .step-bar {
	background-color: #f1f4f5;
	height: 90px;
	padding: 0 110px
}

#usercenter .main .content .tab-content .tab-pane .server-contain .server-dns .step-bar span {
	float: left
}

#usercenter .main .content .tab-content .tab-pane .server-contain .server-dns .step-bar .line {
	width: 274px;
	height: 10px;
	background-color: #ccc;
	margin-top: 42px
}

#usercenter .main .content .tab-content .tab-pane .server-contain .server-dns .step-bar .circle {
	width: 50px;
	height: 50px;
	border: 4px solid #ccc;
	border-radius: 50%;
	background-color: #ccc;
	position: relative;
	margin-top: -23px;
	top: 50%;
	text-align: center;
	line-height: 40px;
	font-size: 24px;
	color: #fff
}

#usercenter .main .content .tab-content .tab-pane .server-contain .server-dns .step-bar .fill-color {
	background-color: #14bfb4
}

#usercenter .main .content .tab-content .tab-pane .server-contain .server-dns .step1-container span {
	display: block;
	padding: 10px
}

#usercenter .main .content .tab-content .tab-pane .server-contain .server-dns .step1-container .scene-exp {
	float: left;
	margin-top: 20px
}

#usercenter .main .content .tab-content .tab-pane .server-contain .server-dns .step1-container .new-dom {
	margin-left: 20px
}

#usercenter .main .content .tab-content .tab-pane .server-contain .server-dns .step3-container .operation {
	line-height: 36px;
	position: absolute;
	bottom: 20px
}

#usercenter .main .content .tab-content .tab-pane .server-contain .server-dns .step3-container .decoration {
	padding-top: 8px
}

#usercenter .main .content .tab-content .tab-pane .server-contain .server-dns .step3-container .decoration a {
	padding-left: 10px
}

#usercenter .main .content .tab-content .tab-pane .server-contain .server-dns .step3-container .xiudian-time {
	padding-left: 0!important
}

#usercenter .main .content .tab-content .tab-pane .server-contain .server-dns .step3-container .xiudian-time .form-label {
	text-align: right
}

#usercenter .main .content .tab-content .tab-pane .server-contain .server-dns .step3-container .tip-modal {
	width: 760px;
	height: 460px;
	position: absolute;
	top: 50%;
	margin-top: -300px;
	left: 50%;
	margin-left: -300px;
	background-color: #fff;
	box-shadow: 0 5px 15px rgba(0,0,0,.5)
}

#usercenter .main .content .tab-content .tab-pane .server-contain .server-dns .step3-container .tip-modal p {
	line-height: 20px;
	margin-left: 355px;
	padding: 0
}

#usercenter .main .content .tab-content .tab-pane .server-contain .server-dns .btn-dns,#usercenter .main .content .tab-content .tab-pane .server-contain .server-dns .btn-dns1 {
	position: absolute;
	bottom: 20px;
	right: 20px
}

.registerForm .error_text {
	margin: 0!important
}

.registerForm .form-list {
	margin-top: 33px!important
}

.registerForm .checkbox-square input {
	margin-left: 0!important
}

.bank-contain {
	height: 235px;
	margin-left: 15px
}

.bank-contain div {
	float: left;
	cursor: pointer;
	width: 135px;
	padding: 5px;
	margin: 3px;
	height: 40px;
	border: 1px solid #b0c2e1
}

.bank-contain div:hover {
	border-color: red
}

.bank-contain .bank {
	background-image: url(images/usercenter/bank-logo.png);
	width: 125px;
	height: 28px;
	display: block
}

.bank-contain .bank-icbc {
	background-position: 0 -140px;
	background-image: url(images/usercenter/bank-logo.png);
	width: 125px;
	height: 28px;
	display: block
}

.bank-contain .bank-cmb {
	background-position: 0 -784px;
	background-image: url(images/usercenter/bank-logo.png);
	width: 125px;
	height: 28px;
	display: block
}

.bank-contain .bank-cbc {
	background-position: 0 -336px;
	background-image: url(images/usercenter/bank-logo.png);
	width: 125px;
	height: 28px;
	display: block
}

.bank-contain .bank-abc {
	background-position: 0 -532px;
	background-image: url(images/usercenter/bank-logo.png);
	width: 125px;
	height: 28px;
	display: block
}

.bank-contain .bank-bc {
	background-position: 0 -840px;
	background-image: url(images/usercenter/bank-logo.png);
	width: 125px;
	height: 28px;
	display: block
}

.bank-contain .bank-psbc {
	background-position: 0 -868px;
	background-image: url(images/usercenter/bank-logo.png);
	width: 125px;
	height: 28px;
	display: block
}

.bank-contain .bank-spdb {
	background-position: 0 -588px;
	background-image: url(images/usercenter/bank-logo.png);
	width: 125px;
	height: 28px;
	display: block
}

.bank-contain .bank-cgb {
	background-position: 0 -196px;
	background-image: url(images/usercenter/bank-logo.png);
	width: 125px;
	height: 28px;
	display: block
}

.bank-contain .bank-ceb {
	background-position: 0 -168px;
	background-image: url(images/usercenter/bank-logo.png);
	width: 125px;
	height: 28px;
	display: block
}

.bank-contain .bank-cmbc {
	background-position: 0 -448px;
	background-image: url(images/usercenter/bank-logo.png);
	width: 125px;
	height: 28px;
	display: block
}

.bank-contain .bank-ecitic {
	background-position: 0 -896px;
	background-image: url(images/usercenter/bank-logo.png);
	width: 125px;
	height: 28px;
	display: block
}

.bank-contain .bank-cib {
	background-position: 0 -756px;
	background-image: url(images/usercenter/bank-logo.png);
	width: 125px;
	height: 28px;
	display: block
}

.bank-contain .bank-pab {
	background-position: 0 -560px;
	background-image: url(images/usercenter/bank-logo.png);
	width: 125px;
	height: 28px;
	display: block
}

.bank-contain .bank-pab2 {
	background-position: 0 -700px;
	background-image: url(images/usercenter/bank-logo.png);
	width: 125px;
	height: 28px;
	display: block
}

.bank-contain .bank-bocom {
	background-position: 0 -392px;
	background-image: url(images/usercenter/bank-logo.png);
	width: 125px;
	height: 28px;
	display: block
}

.bank-contain .bank-bob {
	background-position: 0 -28px;
	background-image: url(images/usercenter/bank-logo.png);
	width: 125px;
	height: 28px;
	display: block
}

.bank-contain .bank-nbbank {
	background-position: 0 -504px;
	background-image: url(images/usercenter/bank-logo.png);
	width: 125px;
	height: 28px;
	display: block
}

.bank-contain .bank-srcb {
	background-position: 0 -644px;
	background-image: url(images/usercenter/bank-logo.png);
	width: 125px;
	height: 28px;
	display: block
}

.bank-contain .bank-shbank {
	background-position: 0 -672px;
	background-image: url(images/usercenter/bank-logo.png);
	width: 125px;
	height: 28px;
	display: block
}

.bank-contain .bank-hzcb {
	background-position: 0 -252px;
	background-image: url(images/usercenter/bank-logo.png);
	width: 125px;
	height: 28px;
	display: block
}

.login-form {
	overflow: hidden
}

.modal-content {
	background-color: #fff
}

::-webkit-input-placeholder {
	color: #999
}

:-moz-placeholder {
	color: #999
}

::-moz-placeholder {
	color: #999
}

:-ms-input-placeholder {
	color: #999
}

form {
	padding: 50px
}

.other-register {
	position: relative;
	height: 45px;
	margin-top: 15px;
	width: 280px;
	margin: 0 auto
}

.other-register div {
	font-size: 14px;
	display: inline;
	margin: 10px auto
}

.creat-newscene {
	text-align: center
}

.creat-newscene select {
	width: 330px
}

.creat-newscene p {
	padding-bottom: 10px
}

.login_form {
	width: 280px;
	margin: 20px auto
}

.login_form .alert-danger {
	background: #f0f0f0;
	color: #999
}

.login_form .form-header {
	color: #999;
	font-family: '微软雅黑';
	margin-bottom: 20px
}

.login_form .input-wrap {
	position: relative;
	width: 100%;
	height: 45px;
	margin-bottom: 5px
}

.login_form .input-wrap input,.login_form .input-wrap select {
	color: #999;
	text-indent: .5em;
	display: block!important;
	float: left;
	height: 35px!important;
	border: 1px solid #999!important;
	border-radius: 0;
	position: relative;
	font-size: 14px;
	width: 280px;
	line-height: 14px
}

.login_form .input-wrap .email_icon {
	width: 16px;
	height: 10px;
	position: absolute;
	left: 15px;
	top: 15px;
	background: url(images/email_icon.png) repeat scroll 0 0 transparent;
	z-index: 2;
	overflow: hidden
}

.login_form .input-wrap .password_icon {
	width: 12px;
	height: 16px;
	position: absolute;
	left: 15px;
	top: 12px;
	background: url(images/password_icon.png) repeat scroll 0 0 transparent;
	z-index: 2;
	overflow: hidden
}

.login_form .validateCode-wrap {
	color: #999
}

.login_form .validateCode-wrap input {
	height: 26px;
	vertical-align: middle
}

.login_form .validateCode-wrap .validateCodeRefresh {
	color: #999
}

.login_form .login-btn {
	margin-top: 10px;
	width: 280px;
	height: 35px;
	font-size: 14px
}

.link-modal .link-label {
	font-weight: 100;
	float: left
}

.link-modal .btn {
	width: 70px
}

.link-modal .btn-info {
	background-color: #14bfb4
}

.link-modal .btn-default {
	background-color: #ccc;
	color: #fff
}

.comp-resize .bar,.eqc-select .bar {
	position: absolute;
	z-index: 998;
	display: none
}

.comp-resize .bar-n,.eqc-select .bar-n {
	width: 100%;
	height: 5px;
	top: 0;
	cursor: n-resize;
	background: url(/assets/images/bar-1px.png) repeat-x
}

.comp-resize .bar-n div,.eqc-select .bar-n div {
	position: absolute;
	left: 50%;
	top: -6px;
	margin-left: -6px
}

.comp-resize .bar-s,.eqc-select .bar-s {
	width: 100%;
	height: 5px;
	bottom: 0;
	cursor: s-resize;
	background: url(/assets/images/bar-1px.png) repeat-x bottom
}

.comp-resize .bar-s div,.eqc-select .bar-s div {
	position: absolute;
	left: 50%;
	bottom: -6px;
	margin-left: -6px
}

.comp-resize .bar-e,.eqc-select .bar-e {
	width: 5px;
	height: 100%;
	top: 0;
	right: 0;
	cursor: e-resize;
	background: url(/assets/images/bar-1px.png) repeat-y right
}

.comp-resize .bar-e div,.eqc-select .bar-e div {
	position: absolute;
	top: 50%;
	right: -6px;
	margin-top: -6px
}

.comp-resize .bar-w,.eqc-select .bar-w {
	width: 5px;
	height: 100%;
	top: 0;
	cursor: w-resize;
	background: url(/assets/images/bar-1px.png) repeat-y
}

.comp-resize .bar-w div,.eqc-select .bar-w div {
	position: absolute;
	top: 50%;
	left: -6px;
	margin-top: -6px
}

.comp-resize .bar-s1 div,.eqc-select .bar-s1 div {
	top: -6px
}

.comp-resize .bar-s1 div,.eqc-select .bar-s1 div {
	bottom: -6px
}

.comp-resize .bar-w1 div,.eqc-select .bar-w1 div {
	left: -6px
}

.comp-resize .bar-e1 div,.eqc-select .bar-e1 div {
	right: -6px
}

.comp-resize .bar-n2 div,.eqc-select .bar-n2 div {
	top: -6px
}

.comp-resize .bar-s2 div,.eqc-select .bar-s2 div {
	bottom: -6px
}

.comp-resize .bar-w2 div,.eqc-select .bar-w2 div {
	left: -6px
}

.comp-resize .bar-e2 div,.eqc-select .bar-e2 div {
	right: -6px
}

.comp-resize .bar-n3 div,.eqc-select .bar-n3 div {
	top: -6px
}

.comp-resize .bar-s3 div,.eqc-select .bar-s3 div {
	bottom: -6px
}

.comp-resize .bar-w3 div,.eqc-select .bar-w3 div {
	left: -6px
}

.comp-resize .bar-e3 div,.eqc-select .bar-e3 div {
	right: -6px
}

.comp-resize .bar-n4 div,.eqc-select .bar-n4 div {
	top: -4px;
	margin-left: -4px
}

.comp-resize .bar-s4 div,.eqc-select .bar-s4 div {
	bottom: -4px;
	margin-left: -4px
}

.comp-resize .bar-w4 div,.eqc-select .bar-w4 div {
	left: -4px;
	margin-top: -4px
}

.comp-resize .bar-e4 div,.eqc-select .bar-e4 div {
	right: -4px;
	margin-top: -4px
}

.comp-resize .bar-n5 div,.eqc-select .bar-n5 div {
	top: -3px;
	margin-left: -3px
}

.comp-resize .bar-s5 div,.eqc-select .bar-s5 div {
	bottom: -3px;
	margin-left: -3px
}

.comp-resize .bar-w5 div,.eqc-select .bar-w5 div {
	left: -3px;
	margin-top: -3px
}

.comp-resize .bar-e5 div,.eqc-select .bar-e5 div {
	right: -3px;
	margin-top: -3px
}

.comp-resize .bar-n6 div,.eqc-select .bar-n6 div {
	top: -2px;
	margin-left: -2px
}

.comp-resize .bar-s6 div,.eqc-select .bar-s6 div {
	bottom: -2px;
	margin-left: -2px
}

.comp-resize .bar-w6 div,.eqc-select .bar-w6 div {
	left: -2px;
	margin-top: -2px
}

.comp-resize .bar-e6 div,.eqc-select .bar-e6 div {
	right: -2px;
	margin-top: -2px
}

.comp-resize .bar-n7 div,.eqc-select .bar-n7 div {
	top: -1px;
	margin-left: -1px
}

.comp-resize .bar-s7 div,.eqc-select .bar-s7 div {
	bottom: -1px;
	margin-left: -1px
}

.comp-resize .bar-w7 div,.eqc-select .bar-w7 div {
	left: -1px;
	margin-top: -1px
}

.comp-resize .bar-e7 div,.eqc-select .bar-e7 div {
	right: -1px;
	margin-top: -1px
}

.comp-resize .bar-n8 div,.eqc-select .bar-n8 div {
	top: -2px;
	margin-left: -2px
}

.comp-resize .bar-s8 div,.eqc-select .bar-s8 div {
	bottom: -2px;
	margin-left: -2px
}

.comp-resize .bar-w8 div,.eqc-select .bar-w8 div {
	left: -2px;
	margin-top: -2px
}

.comp-resize .bar-e8 div,.eqc-select .bar-e8 div {
	right: -2px;
	margin-top: -2px
}

.comp-resize .bar-ne,.eqc-select .bar-ne {
	top: -6px;
	right: -6px;
	cursor: ne-resize
}

.comp-resize .bar-nw,.eqc-select .bar-nw {
	top: -6px;
	left: -6px;
	cursor: nw-resize
}

.comp-resize .bar-se,.eqc-select .bar-se {
	bottom: -6px;
	right: -6px;
	cursor: se-resize
}

.comp-resize .bar-sw,.eqc-select .bar-sw {
	bottom: -6px;
	left: -6px;
	cursor: sw-resize
}

.comp-resize .bar-radius,.eqc-select .bar-radius {
	background-color: #fff;
	border: 1px solid #14bfb4;
	border-radius: 12px
}

.comp-resize .radius-s1,.eqc-select .radius-s1 {
	width: 24px;
	height: 24px
}

.comp-resize .bar-ne1,.eqc-select .bar-ne1 {
	top: -6px;
	right: -6px;
	cursor: ne-resize
}

.comp-resize .bar-nw1,.eqc-select .bar-nw1 {
	top: -6px;
	left: -6px;
	cursor: nw-resize
}

.comp-resize .bar-se1,.eqc-select .bar-se1 {
	bottom: -6px;
	right: -6px;
	cursor: se-resize
}

.comp-resize .bar-sw1,.eqc-select .bar-sw1 {
	bottom: -6px;
	left: -6px;
	cursor: sw-resize
}

.comp-resize .radius-s2,.eqc-select .radius-s2 {
	width: 16px;
	height: 16px
}

.comp-resize .bar-ne2,.eqc-select .bar-ne2 {
	top: -6px;
	right: -6px;
	cursor: ne-resize
}

.comp-resize .bar-nw2,.eqc-select .bar-nw2 {
	top: -6px;
	left: -6px;
	cursor: nw-resize
}

.comp-resize .bar-se2,.eqc-select .bar-se2 {
	bottom: -6px;
	right: -6px;
	cursor: se-resize
}

.comp-resize .bar-sw2,.eqc-select .bar-sw2 {
	bottom: -6px;
	left: -6px;
	cursor: sw-resize
}

.comp-resize .radius-s3,.eqc-select .radius-s3 {
	width: 12px;
	height: 12px
}

.comp-resize .bar-ne3,.eqc-select .bar-ne3 {
	top: -6px;
	right: -6px;
	cursor: ne-resize
}

.comp-resize .bar-nw3,.eqc-select .bar-nw3 {
	top: -6px;
	left: -6px;
	cursor: nw-resize
}

.comp-resize .bar-se3,.eqc-select .bar-se3 {
	bottom: -6px;
	right: -6px;
	cursor: se-resize
}

.comp-resize .bar-sw3,.eqc-select .bar-sw3 {
	bottom: -6px;
	left: -6px;
	cursor: sw-resize
}

.comp-resize .radius-s4,.eqc-select .radius-s4 {
	width: 10px;
	height: 10px
}

.comp-resize .bar-ne4,.eqc-select .bar-ne4 {
	top: -4px;
	right: -4px;
	cursor: ne-resize
}

.comp-resize .bar-nw4,.eqc-select .bar-nw4 {
	top: -4px;
	left: -4px;
	cursor: nw-resize
}

.comp-resize .bar-se4,.eqc-select .bar-se4 {
	bottom: -4px;
	right: -4px;
	cursor: se-resize
}

.comp-resize .bar-sw4,.eqc-select .bar-sw4 {
	bottom: -4px;
	left: -4px;
	cursor: sw-resize
}

.comp-resize .radius-s5,.eqc-select .radius-s5 {
	width: 8px;
	height: 8px
}

.comp-resize .bar-ne5,.eqc-select .bar-ne5 {
	top: -3px;
	right: -3px;
	cursor: ne-resize
}

.comp-resize .bar-nw5,.eqc-select .bar-nw5 {
	top: -3px;
	left: -3px;
	cursor: nw-resize
}

.comp-resize .bar-se5,.eqc-select .bar-se5 {
	bottom: -3px;
	right: -3px;
	cursor: se-resize
}

.comp-resize .bar-sw5,.eqc-select .bar-sw5 {
	bottom: -3px;
	left: -3px;
	cursor: sw-resize
}

.comp-resize .radius-s6,.eqc-select .radius-s6 {
	width: 6px;
	height: 6px
}

.comp-resize .bar-ne6,.eqc-select .bar-ne6 {
	top: -2px;
	right: -2px;
	cursor: ne-resize
}

.comp-resize .bar-nw6,.eqc-select .bar-nw6 {
	top: -2px;
	left: -2px;
	cursor: nw-resize
}

.comp-resize .bar-se6,.eqc-select .bar-se6 {
	bottom: -2px;
	right: -2px;
	cursor: se-resize
}

.comp-resize .bar-sw6,.eqc-select .bar-sw6 {
	bottom: -2px;
	left: -2px;
	cursor: sw-resize
}

.comp-resize .radius-s7,.eqc-select .radius-s7 {
	width: 4px;
	height: 4px
}

.comp-resize .bar-ne7,.eqc-select .bar-ne7 {
	top: -1px;
	right: -1px;
	cursor: ne-resize
}

.comp-resize .bar-nw7,.eqc-select .bar-nw7 {
	top: -1px;
	left: -1px;
	cursor: nw-resize
}

.comp-resize .bar-se7,.eqc-select .bar-se7 {
	bottom: -1px;
	right: -1px;
	cursor: se-resize
}

.comp-resize .bar-sw7,.eqc-select .bar-sw7 {
	bottom: -1px;
	left: -1px;
	cursor: sw-resize
}

.comp-resize .radius-s8,.eqc-select .radius-s8 {
	width: 4px;
	height: 4px
}

.comp-resize .bar-ne8,.eqc-select .bar-ne8 {
	top: -2px;
	right: -2px;
	cursor: ne-resize
}

.comp-resize .bar-nw8,.eqc-select .bar-nw8 {
	top: -2px;
	left: -2px;
	cursor: nw-resize
}

.comp-resize .bar-se8,.eqc-select .bar-se8 {
	bottom: -2px;
	right: -2px;
	cursor: se-resize
}

.comp-resize .bar-sw8,.eqc-select .bar-sw8 {
	bottom: -2px;
	left: -2px;
	cursor: sw-resize
}

.comp-resize .boom,.eqc-select .boom {
	position: absolute;
	top: 0;
	width: 18px;
	height: 18px;
	background-image: url(/assets/images/create/area/boom.svg);
	pointer-events: none
}

.comp-resize .boom1,.eqc-select .boom1 {
	position: absolute;
	top: 0;
	width: 18px;
	height: 18px;
	background-image: url(/assets/images/create/area/boom1.svg);
	pointer-events: none
}

.comp-resize .switch-original,.eqc-select .switch-original {
	position: absolute;
	top: 0;
	width: 18px;
	height: 18px;
	background-image: url(/assets/images/create/area/switch.png)
}

.comp-resize .sound,.eqc-select .sound {
	position: absolute;
	top: 0;
	right: 0;
	background: #14bfb4;
	width: 20px;
	height: 20px;
	padding: 1px 0 0 2px;
	font-size: 18px;
	color: #fff
}

.mask-trigger {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10000;
	background-color: rgba(0,0,0,.7)
}

.trigger-list {
	height: 466px
}

.trigger-list .modal-body {
	height: 333px;
	max-height: 333px;
	overflow-y: auto
}

.trigger-list .modal-body li {
	padding: 10px 0;
	border-bottom: 1px solid #ccd5db
}

.trigger-list .modal-body li:last-child {
	border: none
}

.trigger-elem-list {
	position: absolute;
	z-index: 10001;
	background-color: #fff;
	right: 200px;
	top: 100px;
	right: 350px;
	width: 300px
}

.comp-rotate .bar-rotate,.eqc-select .bar-rotate {
	left: 50%;
	margin-left: -6px;
	background-color: #44cb83;
	border: none;
	cursor: url(/assets/images/mouserotate.ico) 10 10,default
}

.comp-rotate .rotate1,.eqc-select .rotate1 {
	top: -30px
}

.comp-rotate .rotate2,.eqc-select .rotate2 {
	top: -30px
}

.comp-rotate .rotate3,.eqc-select .rotate3 {
	top: -30px
}

.comp-rotate .rotate4,.eqc-select .rotate4 {
	top: -26px;
	margin-left: -4px
}

.comp-rotate .rotate5,.eqc-select .rotate5 {
	top: -25px;
	margin-left: -3px
}

.comp-rotate .rotate6,.eqc-select .rotate6 {
	top: -22px;
	margin-left: -2px
}

.comp-rotate .rotate7,.eqc-select .rotate7 {
	top: -18px;
	margin-left: -1px
}

.comp-rotate .rotate8,.eqc-select .rotate8 {
	top: -20px;
	margin-left: -2px
}

.comp-rotate .bar-line,.eqc-select .bar-line {
	width: 1px;
	height: 18px;
	top: -18px;
	left: 50%;
	background-color: #44cb83
}

#comp_setting {
	position: fixed;
	width: 260px;
	background-color: #fff;
	top: 100px;
	right: 180px;
	z-index: 1040;
	box-shadow: 0 0 20px #000;
	box-shadow: 2px 2px 12px 4px rgba(51,51,102,.3)
}

#comp_setting input {
	border-radius: 0
}

#comp_setting .btn-option {
	height: 60px;
	padding: 15px 20px;
	background-color: #fff
}

#comp_setting .btn-option .btn {
	color: #fff;
	width: 100px
}

#comp_setting .btn-option .green {
	margin-right: 15px
}

#comp_setting .sliderContainer {
	position: absolute;
	height: 56px;
	width: 56px;
	top: 0;
	left: 50%;
	margin-left: -28px;
	background: url(/assets/images/create/shadow-round.png) 50% 50% no-repeat
}

#comp_setting .sliderKnob {
	position: absolute;
	height: 26px;
	width: 26px;
	top: 0;
	left: 50%;
	margin-left: -15px;
	margin-top: -12px;
	background: url(/assets/images/create/slider_sprite.png) 50% 0 no-repeat;
	cursor: pointer
}

#comp_setting .caret.off {
	border-left: 4px solid;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent
}

#comp_setting .color_select {
	position: relative
}

#comp_setting .strlen {
	position: absolute;
	right: 4px;
	top: 2px;
	opacity: .3
}

#comp_setting .style_content {
	background-color: #f0f3f4
}

#comp_setting .style_content .style_con_hei {
	padding: 0 20px;
	background-color: #fff
}

#comp_setting .style_content .style_con_hei div:last-child {
	border-bottom: none
}

#comp_setting .style_content .style_con_hei .css-font {
	float: left;
	width: 24px;
	height: 24px;
	line-height: 24px;
	cursor: pointer;
	text-align: center
}

#comp_setting .style_content .modal-footer {
	border-top: none
}

#comp_setting .style_content input[type=number],#comp_setting .style_content input[type=text] {
	height: 20px;
	line-height: 20px
}

#comp_setting .style_content .style_list {
	font-size: 12px;
	height: 40px;
	line-height: 40px;
	cursor: pointer
}

#comp_setting .style_content .style_list.active,#comp_setting .style_content .style_list:hover {
	background-color: #f6f9fa
}

#comp_setting .style_content .border-bottom {
	border-bottom: 1px solid #ccd5db
}

#comp_setting .style_content .touming p.num {
	float: right;
	margin-top: 0
}

#comp_setting .style_content .touming p.num input {
	padding: 0;
	text-indent: .2em
}

#comp_setting .style_content .style_list_angel {
	border-bottom: 1px solid #ccd5db;
	padding: 7px 0;
	font-size: 12px
}

#comp_setting .style_content .style_list_angel label {
	font-size: 12px;
	float: left;
	width: 65px;
	font-weight: lighter;
	padding-top: 3px
}

#comp_setting .style_content .style_list_angel .input_kuang {
	width: 35px;
	height: 20px;
	background-color: #FFF;
	border: 1px solid #ccc
}

#comp_setting .style_content .style_list_angel .short {
	width: 45px;
	width: 48px
}

#comp_setting .style_content .style_list_angel .flo_lef,#comp_setting .style_content .style_list_angel .flo_lef select {
	float: left;
	font-size: 12px
}

#comp_setting .style_content .style_list_angel .flo_right {
	float: right
}

#comp_setting .style_content .style_list_angel .countSpan {
	position: absolute;
	right: 2px;
	font-size: 12px
}

#comp_setting .style_content .anim_area .eqf-no:hover {
	color: red
}

#comp_setting .style_content .anim_area .add-anim {
	padding: 10px 20px
}

#comp_setting .style_content .anim_area .add-anim .btn {
	width: 100px;
	color: #fff;
	padding-left: 22px;
	position: relative
}

#comp_setting .style_content .anim_area .add-anim .btn span {
	position: absolute;
	left: 10px;
	line-height: 18px
}

#comp_setting .style_content .anim_area .style_list_angel {
	padding: 7px 0
}

#comp_setting .style_content .trigger-area .trigger-panels .style_list_angel {
	padding: 7px 20px
}

#comp_setting .style_content .trigger-area form {
	background-color: #fff
}

#comp_setting .style_content .trigger-area .event-list .caret {
	margin-left: 20px
}

#comp_setting .style_content .trigger-area .event-panel .btn {
	color: #fff
}

#comp_setting .style_content .trigger-area .event-panel .add-trigger {
	height: 36px;
	width: 100px;
	background-color: #fff;
	border-radius: 3px;
	line-height: 36px;
	border: 1px solid #ccd5db;
	cursor: pointer;
	padding-left: 10px;
	position: relative
}

#comp_setting .style_content .trigger-area .event-panel .add-trigger .clickmore {
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	border-top: 4px dashed;
	position: absolute;
	top: 16px;
	right: 15px
}

#comp_setting .style_content .trigger-area .random-event .caret {
	margin-left: 110px
}

#comp_setting .style_content .anim_area em,#comp_setting .style_content .anim_area span,#comp_setting .style_content .trigger-area em,#comp_setting .style_content .trigger-area span,#comp_setting .style_content .yangshi em,#comp_setting .style_content .yangshi span {
	font-size: 12px
}

#comp_setting .style_content .yangshi {
	height: 430px;
	padding-top: 10px
}

#comp_setting .style_content .yangshi .caret {
	margin-left: 160px
}

#comp_setting .style_content .anim_area+.modal-footer,#comp_setting .style_content .trigger-area+.modal-footer,#comp_setting .style_content .yangshi+.modal-footer {
	padding: 0
}

#comp_setting .style_content .anim_area+.modal-footer .btn-main,#comp_setting .style_content .trigger-area+.modal-footer .btn-main,#comp_setting .style_content .yangshi+.modal-footer .btn-main {
	width: 90px
}

#comp_setting .style_content .anim_area+.modal-footer .btn-grey0,#comp_setting .style_content .trigger-area+.modal-footer .btn-grey0,#comp_setting .style_content .yangshi+.modal-footer .btn-grey0 {
	width: 90px;
	margin-left: 24px
}

#comp_setting .style_content .anim_area .event-list .select-trigger-item a,#comp_setting .style_content .trigger-area .event-list .select-trigger-item a {
	display: block;
	width: 100%;
	text-align: center;
	background-color: #fff;
	height: 36px;
	line-height: 36px;
	margin-top: 5px
}

#comp_setting .style_content .anim_area .event-list .select-trigger-item span,#comp_setting .style_content .trigger-area .event-list .select-trigger-item span {
	cursor: pointer
}

#comp_setting .style_content .anim_area .event-list .select-trigger-item ul li a,#comp_setting .style_content .trigger-area .event-list .select-trigger-item ul li a {
	width: 65px;
	height: 30px;
	line-height: 30px;
	background-color: transparent;
	text-align: left;
	display: inline-block
}

#comp_setting .style_content .anim_area .trigger-btn,#comp_setting .style_content .trigger-area .trigger-btn {
	margin-top: 5px;
	height: 100px
}

#comp_setting .style_content .anim_area .trigger-btn ul,#comp_setting .style_content .trigger-area .trigger-btn ul {
	padding: 1px 1px;
	box-shadow: 2px 2px 12px 4px rgba(51,51,102,.3);
	width: 144px
}

#comp_setting .style_content .anim_area .trigger-btn ul li,#comp_setting .style_content .trigger-area .trigger-btn ul li {
	font-size: 12px;
	line-height: 30px;
	height: 30px;
	padding-left: 5px;
	cursor: pointer
}

#comp_setting .style_content .anim_area .trigger-btn ul li:hover,#comp_setting .style_content .trigger-area .trigger-btn ul li:hover {
	background-color: #14bfb4;
	color: #fff
}

#comp_setting .style_content form input,#comp_setting .style_content form select {
	height: 20px;
	line-height: 20px;
	padding: 0;
	border-radius: 0
}

#comp_setting .style_content form select {
	width: 100px;
	border: 1px solid #c9c9c9
}

#comp_setting .style_content form label {
	font-weight: lighter;
	margin-bottom: 0
}

#comp_setting .cancel {
	cursor: move;
	height: 30px;
	background-color: #18ccc0
}

#comp_setting .cancel .set-title {
	color: #fff;
	line-height: 30px;
	margin-left: 15px;
	font-size: 12px
}

#comp_setting .cancel .set-close {
	cursor: pointer;
	color: #FFF;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	position: absolute;
	right: 0
}

#comp_setting .cancel .set-close:hover {
	background-color: #ff5448
}

#comp_setting .nav-tabs {
	padding-top: 5px;
	background-color: #1abd9b;
	padding-left: 10px
}

#comp_setting .nav-tabs li {
	margin-right: 1px
}

#comp_setting .nav-tabs a:hover,#comp_setting .nav-tabs li.active a {
	background-color: #f0f3f4;
	border: 1px solid #f0f3f4;
	color: #1abd9b!important;
	font-size: 12px
}

#comp_setting .nav-tabs a {
	font-size: 12px;
	color: #fff;
	width: 80px;
	text-align: center
}

#comp_setting .caozuo {
	background-color: #f7f7f7;
	padding: 12px
}

#comp_setting .caozuo div {
	float: left;
	width: 50%;
	text-align: center
}

#comp_setting .caozuo div a {
	margin-left: 10px;
	width: 90px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	display: block;
	color: #FFF;
	border-radius: 2px
}

#comp_setting .caozuo .quding a {
	background-color: #9ad64b
}

#comp_setting .caozuo .quxiao a {
	background-color: #999
}

#comp_setting .arrow-up {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 10px solid red
}

.slider {
	float: left;
	width: 100px;
	height: 20px;
	cursor: w-resize;
	background-color: #ccd5db
}

.slider .slider-con {
	height: 20px;
	background-color: #14bfb4
}

.slider:hover {
	background-color: #E1E8EA
}

.slider:hover .slider-con {
	background-color: #56c6ff
}

.styleDropdown {
	height: 410px;
	padding-top: 10px;
	background-color: #FFF
}

.styleDropdown .mainAttribute {
	padding: 0 20px;
	background-color: #fff;
	padding-right: 0
}

.styleDropdown .mainAttribute .component {
	border-bottom: 1px solid #ccd5db;
	padding: 7px 0;
	font-size: 12px;
	zoom: 1;
	margin-right: 20px;
	position: relative
}

.styleDropdown .mainAttribute .component .componentLabel {
	width: 55px;
	font-size: 12px;
	float: left;
	padding-top: 3px
}

.styleDropdown .mainAttribute .component .componentSelect {
	border: 1px solid #ccc;
	height: 22px;
	width: 165px
}

.styleDropdown .mainAttribute .component .placeHolderInput {
	width: 165px;
	height: 22px;
	padding-left: 3px
}

.styleDropdown .mainAttribute .component .countSpan {
	position: absolute;
	right: 2px;
	top: 8px;
	font-size: 12px
}

.styleDropdown .mainAttribute .component .optionTitle {
	padding-bottom: 7px
}

.styleDropdown .mainAttribute .component .optionPart {
	height: 25px;
	margin-bottom: 7px;
	width: 200px
}

.styleDropdown .mainAttribute .component .optionPart .optionInput {
	width: 186px;
	height: 22px;
	line-height: 20px
}

.styleDropdown .mainAttribute .component .optionPart .optionSpan {
	position: relative;
	right: -150px;
	top: -17px;
	background-color: #FFF
}

.styleDropdown .mainAttribute .component .optionPart .iconPart {
	position: relative;
	top: -30px;
	left: 190px
}

.styleDropdown .mainAttribute .component .optionPart .iconPart .iconBlue {
	color: #08A1EF;
	cursor: pointer
}

.styleDropdown .mainAttribute .component .optionPart .iconPart .iconRed {
	color: #FF5448;
	cursor: pointer
}

.styleDropdown .mainAttribute .component .optionPart .iconPart .iconPlus span:hover {
	color: #56c6ff
}

.styleDropdown .mainAttribute .component .optionPart .iconPart .iconMinus span:hover {
	color: #ff7267
}

.select-contain.select-great {
	position: relative;
	width: 100%;
	cursor: pointer
}

.select-contain.select-great .eqc-name {
	height: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	padding-right: 12px
}

.select-contain.select-great .more {
	font-size: 14px
}

.select-contain.select-great.border-width .eqc-mask {
	width: 100%;
	border: 1px solid #ccd5db;
	border-radius: 3px;
	height: 36px;
	line-height: 36px
}

.select-contain.select-great.border-width .eqc-mask .eqc-name {
	padding: 0 12px 0 12px
}

.select-contain.select-great.border-width .eqc-mask:hover {
	background-color: #14bfb4;
	border-color: #14bfb4;
	color: #fff
}

.select-contain.select-great.border-width .eqc-mask:hover .more {
	color: #fff
}

.select-contain.select-great.border-width .eqc-mask .more {
	position: absolute;
	font-size: 14px;
	right: 9px;
	top: 50%;
	margin-top: -7px
}

.select-contain.select-great .eqc-mask .eqc-name,.select-contain.select-great .eqc-mask .more {
	float: left
}

.select-contain.select-great .eqc-mask .more {
	display: block
}

.select-contain.select-great .eqc-mask:hover {
	color: #14bfb4
}

.select-contain.select-great .eqc-drop-down-list {
	position: absolute;
	top: 36px;
	width: 100%;
	background-color: #fff;
	left: 0;
	cursor: pointer;
	z-index: 5;
	box-shadow: 2px 2px 20px rgba(0,0,0,.1);
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	transform-origin: 0 0
}

.select-contain.select-great .eqc-drop-down-list .list {
	position: relative;
	padding: 1px
}

.select-contain.select-great .eqc-drop-down-list .eqc-scroll {
	max-height: 210px;
	overflow: hidden
}

.select-contain.select-great .eqc-drop-down-list .eqc-scroll ul {
	height: inherit;
	line-height: inherit
}

.select-contain.select-great .eqc-drop-down-list li {
	width: 100%;
	line-height: 30px;
	padding: 0 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px
}

.select-contain.select-great .eqc-drop-down-list li:nth-child(2n) {
	background-color: #f7f7f7
}

.select-contain.select-great .eqc-drop-down-list li.active,.select-contain.select-great .eqc-drop-down-list li:hover {
	background-color: #59c3f9;
	color: #fff
}

.select-contain.select-great .eqc-drop-down-list.visible {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	transform-origin: 0 0
}

.select-contain.select-lg {
	position: relative;
	width: 300px;
	cursor: pointer
}

.select-contain.select-lg .eqc-name {
	height: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	padding-right: 15.33px
}

.select-contain.select-lg .more {
	font-size: 14px
}

.select-contain.select-lg.border-width .eqc-mask {
	width: 300px;
	border: 1px solid #ccd5db;
	border-radius: 3px;
	height: 46px;
	line-height: 46px
}

.select-contain.select-lg.border-width .eqc-mask .eqc-name {
	padding: 0 15.33px 0 15.33px
}

.select-contain.select-lg.border-width .eqc-mask:hover {
	background-color: #14bfb4;
	border-color: #14bfb4;
	color: #fff
}

.select-contain.select-lg.border-width .eqc-mask:hover .more {
	color: #fff
}

.select-contain.select-lg.border-width .eqc-mask .more {
	position: absolute;
	font-size: 14px;
	right: 11.5px;
	top: 50%;
	margin-top: -7px
}

.select-contain.select-lg .eqc-mask .eqc-name,.select-contain.select-lg .eqc-mask .more {
	float: left
}

.select-contain.select-lg .eqc-mask .more {
	display: block
}

.select-contain.select-lg .eqc-mask:hover {
	color: #14bfb4
}

.select-contain.select-lg .eqc-drop-down-list {
	position: absolute;
	top: 46px;
	width: 300px;
	background-color: #fff;
	left: 0;
	cursor: pointer;
	z-index: 5;
	box-shadow: 2px 2px 20px rgba(0,0,0,.1);
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	transform-origin: 0 0
}

.select-contain.select-lg .eqc-drop-down-list .list {
	position: relative;
	padding: 1px
}

.select-contain.select-lg .eqc-drop-down-list .eqc-scroll {
	max-height: 210px;
	overflow: hidden
}

.select-contain.select-lg .eqc-drop-down-list .eqc-scroll ul {
	height: inherit;
	line-height: inherit
}

.select-contain.select-lg .eqc-drop-down-list li {
	width: 300px;
	line-height: 30px;
	padding: 0 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px
}

.select-contain.select-lg .eqc-drop-down-list li:nth-child(2n) {
	background-color: #f7f7f7
}

.select-contain.select-lg .eqc-drop-down-list li.active,.select-contain.select-lg .eqc-drop-down-list li:hover {
	background-color: #59c3f9;
	color: #fff
}

.select-contain.select-lg .eqc-drop-down-list.visible {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	transform-origin: 0 0
}

.select-contain.select-base {
	position: relative;
	width: 100%;
	cursor: pointer
}

.select-contain.select-base .eqc-name {
	height: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 12px;
	padding-right: 12px
}

.select-contain.select-base .more {
	font-size: 12px
}

.select-contain.select-base.border-width .eqc-mask {
	width: 100%;
	border: 1px solid #ccd5db;
	border-radius: 3px;
	height: 36px;
	line-height: 36px
}

.select-contain.select-base.border-width .eqc-mask .eqc-name {
	padding: 0 12px 0 12px
}

.select-contain.select-base.border-width .eqc-mask:hover {
	background-color: #14bfb4;
	border-color: #14bfb4;
	color: #fff
}

.select-contain.select-base.border-width .eqc-mask:hover .more {
	color: #fff
}

.select-contain.select-base.border-width .eqc-mask .more {
	position: absolute;
	font-size: 12px;
	right: 9px;
	top: 50%;
	margin-top: -6px
}

.select-contain.select-base .eqc-mask .eqc-name,.select-contain.select-base .eqc-mask .more {
	float: left
}

.select-contain.select-base .eqc-mask .more {
	display: block
}

.select-contain.select-base .eqc-mask:hover {
	color: #14bfb4
}

.select-contain.select-base .eqc-drop-down-list {
	position: absolute;
	top: 36px;
	width: 100%;
	background-color: #fff;
	left: 0;
	cursor: pointer;
	z-index: 5;
	box-shadow: 2px 2px 20px rgba(0,0,0,.1);
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	transform-origin: 0 0
}

.select-contain.select-base .eqc-drop-down-list .list {
	position: relative;
	padding: 1px
}

.select-contain.select-base .eqc-drop-down-list .eqc-scroll {
	max-height: 210px;
	overflow: hidden
}

.select-contain.select-base .eqc-drop-down-list .eqc-scroll ul {
	height: inherit;
	line-height: inherit
}

.select-contain.select-base .eqc-drop-down-list li {
	width: 100%;
	line-height: 30px;
	padding: 0 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 12px
}

.select-contain.select-base .eqc-drop-down-list li:nth-child(2n) {
	background-color: #f7f7f7
}

.select-contain.select-base .eqc-drop-down-list li.active,.select-contain.select-base .eqc-drop-down-list li:hover {
	background-color: #59c3f9;
	color: #fff
}

.select-contain.select-base .eqc-drop-down-list.visible {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	transform-origin: 0 0
}

.select-contain.select-sm {
	position: relative;
	width: 120px;
	cursor: pointer
}

.select-contain.select-sm .eqc-name {
	height: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 12px;
	padding-right: 10px
}

.select-contain.select-sm .more {
	font-size: 12px
}

.select-contain.select-sm.border-width .eqc-mask {
	width: 120px;
	border: 1px solid #ccd5db;
	border-radius: 3px;
	height: 30px;
	line-height: 30px
}

.select-contain.select-sm.border-width .eqc-mask .eqc-name {
	padding: 0 10px 0 10px
}

.select-contain.select-sm.border-width .eqc-mask:hover {
	background-color: #14bfb4;
	border-color: #14bfb4;
	color: #fff
}

.select-contain.select-sm.border-width .eqc-mask:hover .more {
	color: #fff
}

.select-contain.select-sm.border-width .eqc-mask .more {
	position: absolute;
	font-size: 12px;
	right: 7.5px;
	top: 50%;
	margin-top: -6px
}

.select-contain.select-sm .eqc-mask .eqc-name,.select-contain.select-sm .eqc-mask .more {
	float: left
}

.select-contain.select-sm .eqc-mask .more {
	display: block
}

.select-contain.select-sm .eqc-mask:hover {
	color: #14bfb4
}

.select-contain.select-sm .eqc-drop-down-list {
	position: absolute;
	top: 30px;
	width: 120px;
	background-color: #fff;
	left: 0;
	cursor: pointer;
	z-index: 5;
	box-shadow: 2px 2px 20px rgba(0,0,0,.1);
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	transform-origin: 0 0
}

.select-contain.select-sm .eqc-drop-down-list .list {
	position: relative;
	padding: 1px
}

.select-contain.select-sm .eqc-drop-down-list .eqc-scroll {
	max-height: 210px;
	overflow: hidden
}

.select-contain.select-sm .eqc-drop-down-list .eqc-scroll ul {
	height: inherit;
	line-height: inherit
}

.select-contain.select-sm .eqc-drop-down-list li {
	width: 120px;
	line-height: 30px;
	padding: 0 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 12px
}

.select-contain.select-sm .eqc-drop-down-list li:nth-child(2n) {
	background-color: #f7f7f7
}

.select-contain.select-sm .eqc-drop-down-list li.active,.select-contain.select-sm .eqc-drop-down-list li:hover {
	background-color: #59c3f9;
	color: #fff
}

.select-contain.select-sm .eqc-drop-down-list.visible {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	transform-origin: 0 0
}

.select-panel {
	position: absolute;
	left: 960px;
	top: 200px;
	width: 220px;
	background-color: #fff;
	box-shadow: 2px 2px 12px 4px rgba(51,51,102,.3);
	border-radius: 6px;
	z-index: 1040
}

.select-panel .modal-header {
	background-color: #f7f7f7
}

.select-panel .select-content {
	padding: 12px
}

.select-panel .select-content li {
	display: inline-block;
	margin-right: 9px
}

.select-panel .select-content li:last-child {
	margin-right: 0
}

.select-panel .select-content li a span {
	font-size: 16px
}

.select-panel .select-content li a:hover span {
	color: #14bfb4
}

.select-panel .select-content ul:first-child {
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #e7e7e7
}

.eight-contain .modal-dialog {
	width: 644px
}

.seven-contain .modal-dialog {
	width: 780px
}

.six-contain .modal-dialog {
	width: 600px
}

.img_console .modal-dialog {
	width: 960px
}

.version_frame .modal-dialog {
	width: 680px
}

.six-contain .form-contain {
	position: relative;
	width: 450px;
	left: 50%;
	margin-left: -225px
}

.six-contain .form-contain .form-list .form-label {
	width: 95px;
	font-size: 12px
}

.six-contain .form-contain .form-list .form-input,.six-contain .form-contain .form-list input[type=password],.six-contain .form-contain .form-list input[type=text] {
	width: 330px;
	font-size: 12px
}

.seven-contain .form-contain {
	position: relative;
	width: 690px;
	left: 50%;
	margin-left: -345px
}

.seven-contain .form-contain .form-list .form-label {
	width: 95px
}

.seven-contain .form-contain .form-list input[type=text] {
	width: 530px
}

.form-contain .form-list:first-child {
	margin-top: 0
}

.form-contain .form-list {
	margin-top: 13px
}

.form-contain .form-list .form-input,.form-contain .form-list .form-label {
	float: left;
	display: inline-block
}

.form-contain .form-list .form-label {
	text-align: right;
	padding-top: 12px
}

.form-contain .form-list .form-input {
	height: 35px;
	line-height: 35px;
	margin-left: 20px
}

.form-contain .form-list .form-image {
	width: 330px;
	margin-left: 20px;
	float: left;
	display: inline-block
}

.form-contain .form-list .form-image img {
	width: 115px;
	height: 115px
}

.form-contain .form-list .form-image .btn-picture {
	width: 80px;
	height: 30px;
	line-height: 30px;
	vertical-align: bottom;
	margin-left: 10px
}

.form-contain .error_text {
	color: red;
	margin: 5px 0 0 115px
}

.dialog-contain .dialog-head {
	background-color: #14bfb4;
	padding: 22px 0;
	text-align: center;
	color: #FFF
}

.dialog-contain .dialog-head h1 {
	font-size: 30px;
	padding-bottom: 20px;
	font-weight: lighter
}

.dialog-contain .dialog-head p {
	font-size: 16px
}

.dialog-contain .dialog-head .bbs-help-tip-media {
	position: absolute;
	right: 22px;
	top: 10px;
	text-decoration: none;
	outline: 0;
	color: #fff
}

.dialog-contain .dialog-head .bbs-help-tip-media:hover {
	color: #999
}

.dialog-contain .dialog-head .bbs-help-tip-media span {
	font-size: 18px;
	text-decoration: none
}

.dialog-contain .dialog-content {
	margin-top: 20px
}

.btn-contain {
	text-align: center;
	padding: 26px 0
}

.btn-small a {
	width: 100px;
	height: 36px;
	line-height: 36px;
	padding: 0;
	border-radius: 3px
}

.btn-small a:first-child {
	margin-right: 10px
}

.btn-small a:last-child {
	margin-left: 10px
}

.btn-big a {
	width: 150px;
	height: 40px;
	line-height: 40px;
	padding: 0
}

.btn-big a:first-child {
	margin-right: 25px
}

.btn-big a:last-child {
	margin-left: 25px
}

.effect-console .modal-content {
	left: -52px;
	width: 690px
}

.effect-console .modal-content .dialog-head {
	background-color: #f0f0f0;
	text-align: center;
	height: 50px;
	line-height: 50px;
	padding: 13px 0
}

.effect-console .modal-content .dialog-head h1 {
	user-select: none;
	font: 18px 'microsoft yahei';
	color: #666;
	text-align: left;
	text-indent: 20px
}

.effect-console .modal-content .dialog-head a {
	right: 48px;
	top: 4px;
	color: #666
}

.effect-console .modal-content .dialog-head a:hover {
	color: #fff
}

.effect-console .modal-content .dialog-head .close-icon {
	position: absolute;
	top: -1px;
	right: 10px;
	color: #666;
	font-size: 35px
}

.effect-console .modal-content .dialog-content .modify_area .effect-list {
	padding-top: 10px;
	height: 50px;
	background-color: #e1e1e1
}

.effect-console .modal-content .dialog-content .modify_area .effect-list ul {
	text-align: left;
	text-indent: 10px
}

.effect-console .modal-content .dialog-content .modify_area .effect-list ul li {
	text-align: center;
	text-indent: 0;
	font: 14px 'microsoft yahei';
	color: #666
}

.effect-console .modal-content .dialog-content .modify_area .effect-detail {
	height: 345px
}

.effect-console .modal-content .dialog-content .modify_area .effect-detail .form-list {
	height: 40px
}

.effect-console .modal-content .dialog-content .modify_area .effect-detail .form-list .form-label {
	font: 12px 'microsoft yahei';
	color: #666;
	text-align: left;
	text-indent: 18px;
	width: 105px
}

.effect-console .modal-content .dialog-content .modify_area .effect-detail .form-list .form-input .eqc-input-number {
	padding: 8px;
	width: 120px;
	height: 30px;
	line-height: 30px;
	color: #666;
	background-color: #f0f0f0;
	cursor: col-resize;
	ime-mode: disabled;
	border: 1px solid #e6e6e6
}

.effect-console .modal-content .dialog-content .modify_area .effect-detail .form-list .tooltip {
	top: 44px;
	right: 13px;
	opacity: 1
}

.effect-console .modal-content .dialog-content .modify_area .effect-detail .form-list .tooltip .tooltip-inner {
	color: #fff;
	font-size: 12px;
	text-align: left;
	text-indent: 15px;
	padding: 8px 9px;
	height: 66px;
	max-width: 177px
}

.effect-console .modal-content .btn-contain {
	text-align: right;
	width: 650px;
	margin-left: 20px;
	border-top: 1px solid #f0f0f0;
	padding: 7px 0
}

.effect-console .modal-content .btn-contain a {
	margin-left: -10px;
	width: 100px;
	height: 36px;
	color: #fff
}

#activeTwo {
	background-color: #14bfb4;
	padding-bottom: 50px;
	color: #444
}

#activeTwo .active-banner {
	margin-bottom: 46px
}

#activeTwo .active-banner img {
	width: 100%
}

#activeTwo .triangle-bottom {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -50px;
	background-color: #71c9ff
}

#activeTwo .triangle-bottom .icon-left {
	width: 0;
	height: 0;
	border-bottom: 50px solid #14bfb4;
	border-right: 50px solid transparent;
	float: left
}

#activeTwo .triangle-bottom .icon-right {
	width: 0;
	height: 0;
	border-bottom: 50px solid #14bfb4;
	border-left: 50px solid transparent;
	float: right
}

#activeTwo h2 {
	font-size: 18px;
	padding-top: 20px;
	padding-bottom: 10px
}

#activeTwo p {
	line-height: 22px
}

#activeTwo a {
	color: #14bfb4;
	text-decoration: underline
}

#activeTwo .first {
	padding-left: 30px!important
}

#activeTwo .first h2,#activeTwo .first p {
	text-indent: 2em
}

#activeTwo .active-list {
	margin: 0 auto;
	width: 1130px;
	background-color: #b6e5fd;
	position: relative
}

#activeTwo .active-list .active-bg {
	padding: 90px 40px 50px 40px
}

#activeTwo .active-list .active-con {
	background-color: #fff;
	padding: 40px 45px 40px 60px;
	border-bottom: 1px solid #e7e7e7
}

#activeTwo .active-list .active-con h2 .big-color {
	color: #ff6000;
	font-size: 30px
}

#activeTwo .active-list .active-con .action {
	font-size: 40px;
	border: 1px solid #14bfb4;
	border-radius: 50%;
	color: #14bfb4;
	display: inline-block;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	margin-right: 20px
}

#activeTwo .active-list .active-con .join-jiang p {
	height: 60px;
	line-height: 60px;
	margin-bottom: 30px
}

#activeTwo .active-list .active-con p .big-color {
	color: #ff6000
}

#activeTwo .active-list .active-con h6 {
	font-size: 20px;
	padding: 15px 0 10px 0
}

#activeTwo .active-list .active-con .xiuke {
	padding-left: 20px
}

#activeTwo .backHome {
	position: fixed;
	right: 20px;
	bottom: 10px;
	background-color: rgba(0,0,0,.5);
	width: 80px;
	height: 80px;
	text-align: center
}

#activeTwo .backHome a {
	color: #fff;
	display: block;
	text-decoration: none
}

#activeTwo .backHome span {
	font-size: 14px;
	display: block
}

#activeTwo .backHome span:first-child {
	font-size: 28px;
	padding-top: 14px;
	padding-bottom: 10px
}

#show-contain {
	color: #666
}

#show-contain .pagination .active a {
	color: #fff
}

#show-contain .pagination .active a:hover {
	color: #fff
}

#show-contain a:link {
	text-decoration: none
}

#show-contain a:visited {
	text-decoration: none
}

#show-contain a:hover {
	text-decoration: none
}

#show-contain .red {
	color: red
}

#show-contain .hui {
	background-color: #999
}

#show-contain .mt {
	margin-top: 20px
}

#show-contain .active-lunbo .pagination,#show-contain .hd-lunbo .pagination {
	display: none
}

#show-contain h3,#show-contain p.dec {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

#show-contain .hd-icon .next,#show-contain .hd-icon .prev {
	position: absolute;
	display: block;
	height: 40px;
	width: 30px;
	line-height: 40px;
	text-align: center;
	background-color: #fff;
	color: #ccc;
	z-index: 1000
}

#show-contain .hd-icon .next:hover,#show-contain .hd-icon .prev:hover {
	color: #14bfb4
}

#show-contain .hd-icon .prev {
	left: 0
}

#show-contain .hd-icon .next {
	right: 0
}

#show-contain .cake {
	background-color: #999;
	height: 40px;
	line-height: 40px;
	color: #fff
}

#show-contain .cake a {
	color: #fff
}

#show-contain .cake a:hover {
	color: #14bfb4
}

#show-contain .same-content {
	width: 1000px;
	margin: 0 auto;
	position: relative
}

#show-contain .same-content a {
	font-size: 14px
}

#show-contain .same-content a.apply_showker {
	float: right
}

#show-contain .same-content a.apply_showker1 {
	font-size: 14px
}

#show-contain h2 {
	position: relative;
	font-size: 34px;
	color: #666;
	height: 70px;
	line-height: 70px;
	margin-top: 40px
}

#show-contain h2 a {
	font-size: 14px
}

#show-contain h2 a.zhinan {
	font-size: 14px;
	color: #14bfb4
}

#show-contain h2 span {
	color: #ccc;
	font-size: 14px;
	padding-left: 10px
}

#show-contain h2 .nav {
	float: right
}

#show-contain h2 .nav .mr55 {
	margin-right: 55px
}

#show-contain h2 .nav .active {
	color: #14bfb4
}

#show-contain h2 .nav a {
	position: relative;
	float: right;
	color: #526069;
	font-size: 16px;
	margin-top: 16px;
	line-height: 54px
}

#show-contain h2 .nav a:hover {
	color: #14bfb4
}

#show-contain h2 .nav a:before {
	content: '';
	position: absolute;
	left: -9px;
	bottom: 0;
	width: 140%;
	height: 2px;
	background-color: #14bfb4;
	transform: scaleX(0);
	transition: transform .25s ease
}

#show-contain h2 .nav a.active::before,#show-contain h2 .nav a:hover::before {
	transform: scaleX(1)
}

#show-contain .more {
	color: #666;
	text-align: center;
	padding: 5px 20px 18px
}

#show-contain .show-head .banner {
	text-align: center;
	background: url(images/show/banner.jpg) no-repeat center center
}

#show-contain .show-head .banner .input-search {
	width: 520px;
	position: relative;
	left: 50%;
	margin-left: -260px
}

#show-contain .show-head .banner .input-search .search-icon {
	position: absolute;
	font-size: 24px;
	color: #fff;
	right: 15px;
	top: 13px
}

#show-contain .show-head .banner .big-font {
	padding: 105px 0 50px 0
}

#show-contain .show-head .banner .search {
	width: 100%;
	border-radius: 25px;
	border: 1px solid #fff;
	background-color: rgba(93,140,176,.3);
	color: #fff;
	margin-bottom: 60px;
	height: 50px;
	line-height: 50px;
	padding: 0 40px 0 20px
}

#show-contain .show-head nav {
	background-color: #fff;
	height: 80px;
	line-height: 80px;
	text-align: center
}

#show-contain .show-head nav ul li {
	display: inline-block;
	margin-right: 35px;
	font-size: 24px
}

#show-contain .show-head nav ul li a {
	color: #333
}

#show-contain .show-head nav ul li a.active,#show-contain .show-head nav ul li a:hover {
	color: #14bfb4
}

#show-contain .show-con {
	margin-top: 20px
}

#show-contain .show-con .hd-lunbo {
	width: 650px;
	height: 260px;
	float: left;
	position: relative
}

#show-contain .show-con .hd-lunbo .next,#show-contain .show-con .hd-lunbo .prev {
	top: 110px
}

#show-contain .show-con aside {
	width: 330px;
	float: left;
	background-color: #fff;
	padding: 0 20px 10px 20px;
	margin-left: 20px
}

#show-contain .show-con aside h2 {
	margin-top: 0
}

#show-contain .show-con aside ul li {
	border-top: 1px solid #e6e6e6;
	height: 60px;
	line-height: 60px
}

#show-contain .show-con aside ul li a {
	display: inline-block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #666
}

#show-contain .show-con aside ul li a:hover {
	color: #14bfb4
}

#show-contain .show-con aside ul li a img {
	width: 40px;
	height: 40px
}

#show-contain .show-list .category_sort {
	position: absolute;
	right: 18px;
	bottom: -66px
}

#show-contain .show-list .category_sort a {
	float: none;
	margin: 0 5px
}

#show-contain .show-list .category_sort a.active {
	color: #14bfb4
}

#show-contain .show-list h2 {
	background-color: #fff;
	padding: 0 20px
}

#show-contain .show-list .category {
	background-color: #fff
}

#show-contain .show-list .category_two {
	margin: 0 20px 0 20px;
	padding-top: 20px;
	border-top: 1px solid #eee
}

#show-contain .show-list .category_two li {
	background-color: #f7f7f7;
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin: 0 17px 20px 0!important
}

#show-contain .show-list .category_two li a {
	margin: 0 auto;
	background: 0 0;
	width: 70px;
	overflow: hidden
}

#show-contain .show-list .category_two li.active,#show-contain .show-list .category_two li:hover {
	background-color: #14bfb4
}

#show-contain .show-list .category_two li.active a,#show-contain .show-list .category_two li:hover a {
	color: #fff
}

#show-contain .show-list .category_two li:nth-child(10n) {
	margin: 0 0 20px 0!important
}

#show-contain .show-list ul {
	margin-top: 20px
}

#show-contain .show-list ul li {
	float: left;
	margin: 0 20px 20px 0;
	width: 235px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
	background-color: #fff
}

#show-contain .show-list ul li .screen-use {
	position: absolute;
	right: 40px;
	bottom: 9px;
	display: block;
	width: 40px;
	height: 24px;
	background-color: #14bfb4;
	text-align: center;
	line-height: 24px;
	font-size: 12px;
	color: #fff
}

#show-contain .show-list ul li a img {
	width: 235px;
	height: 235px
}

#show-contain .show-list ul li:nth-child(4n) {
	margin-right: 0
}

#show-contain .show-list ul li p {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #e6e6e6;
	padding: 0 10px;
	font-size: 12px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

#show-contain .show-list ul li p em {
	padding-right: 5px;
	float: left;
	margin-top: 12px;
	font-size: 14px
}

#show-contain .show-list ul li p .auth {
	float: right
}

#show-contain .show-list ul li p .auth img {
	width: 24px;
	height: 24px
}

#show-contain .show-list ul li p:last-child {
	line-height: 36px
}

#show-contain .tuijian ul li {
	margin-bottom: 0
}

#show-contain .baoming .enter-btn a {
	width: 160px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #14bfb4;
	display: block;
	color: #fff
}

#show-contain .baoming .enter-btn a:hover {
	background-color: green
}

#show-contain .baoming .enter-btn {
	padding-bottom: 20px
}

#show-contain .jieshao {
	background-color: #fff;
	padding: 0 20px
}

#show-contain .jieshao .introduction-con {
	border-top: 1px solid #e6e6e6;
	padding: 20px 0
}

#show-contain .jieshao .introduction-con p {
	line-height: 25px
}

#show-contain .page-turning .pagination {
	margin: 0
}

#show-contain .page-turning ul li {
	float: left;
	margin-right: 5px
}

#show-contain .page-turning ul li a {
	display: block;
	width: 36px;
	height: 36px;
	padding: 0;
	text-align: center;
	line-height: 36px;
	color: #999!important;
	font-size: 12px
}

#show-contain .page-turning ul li a:hover {
	background-color: #14bfb4;
	color: #fff!important
}

#show-contain .page-turning ul li.active {
	background-color: #14bfb4
}

#show-contain .page-turning ul li.active a {
	color: #fff!important
}

#show-contain .hezuo {
	background-color: #fff;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0 20px
}

#show-contain .hezuo ul {
	border-top: 1px solid #e6e6e6;
	padding-top: 20px
}

#show-contain .hezuo ul li {
	float: left;
	width: 197px;
	height: 98px;
	border: 1px solid #e6e6e6;
	margin: 0 57px 20px 0
}

#show-contain .hezuo ul li:nth-child(4n) {
	margin-right: 0
}

#show-contain .hezuo ul li img {
	width: 100%;
	height: 100%
}

#show-contain .active-lunbo img {
	width: 1000px;
	height: 400px
}

#show-contain .active-lunbo .hd-icon .next,#show-contain .active-lunbo .hd-icon .prev {
	top: 180px
}

#show-contain .active-list {
	background-color: #fff;
	padding: 0 20px;
	margin-bottom: 20px
}

#show-contain .active-list ul li {
	border-top: 1px solid #e6e6e6;
	padding: 10px 0
}

#show-contain .active-list ul li img {
	width: 40px;
	height: 40px;
	margin-right: 10px
}

#show-contain .active-list ul li .join.hdList a {
	text-align: center;
	background-color: #14bfb4;
	color: #fff
}

#show-contain .active-list ul li .join.hdList a:hover {
	background-color: #56c6ff
}

#show-contain .active-list ul li .join {
	float: right;
	line-height: 40px
}

#show-contain .active-list ul li .join a {
	border-radius: 0;
	width: 80px;
	height: 40px;
	padding: 0;
	display: inline-block
}

#show-contain .active-list ul li span {
	padding-right: 20px;
	font-size: 12px
}

#show-contain .search {
	padding: 0 20px 20px 20px;
	background-color: #fff
}

#show-contain .search a,#show-contain .search input {
	float: left;
	display: inline-block
}

#show-contain .search input {
	width: 720px;
	height: 60px;
	line-height: 60px;
	padding: 0 10px;
	background-color: #f7f7f7
}

#show-contain .search a {
	background-color: #14bfb4;
	height: 60px;
	width: 220px;
	margin-left: 20px;
	color: #fff;
	font-size: 24px;
	text-align: center;
	line-height: 60px
}

#show-contain .search a em {
	padding-right: 10px
}

#show-contain .search-con {
	padding: 20px 20px 0 0
}

#show-contain .search-con .key {
	color: red
}

#show-contain p.guanzhu a {
	padding: 5px 15px;
	color: #fff
}

#show-contain p.guanzhu a em {
	padding-right: 5px
}

#show-contain p.guanzhu a:first-child {
	background-color: #14bfb4;
	margin-right: 10px
}

#show-contain p.guanzhu a:last-child {
	background-color: #999
}

#show-contain .visitor-contain a {
	color: #666
}

#show-contain .visitor-contain a:hover {
	color: #14bfb4
}

#show-contain .visitor-contain h2 {
	border-bottom: 1px solid #e6e6e6;
	margin-top: 0
}

#show-contain .visitor-contain h2 span {
	float: right
}

#show-contain .visitor-contain h2 a {
	margin: 0 5px
}

#show-contain .visitor-contain h2 a:hover {
	color: #14bfb4
}

#show-contain .visitor-contain .visitor-same {
	padding-top: 20px
}

#show-contain .visitor-contain .visitor-same .visitor-one img {
	float: left;
	margin-right: 20px
}

#show-contain .visitor-contain .visitor-same .visitor-one h3 {
	font-size: 14px
}

#show-contain .visitor-contain .visitor-same .visitor-one .dec {
	padding: 15px 0;
	line-height: 16px;
	height: 46px
}

#show-contain .visitor-contain .visitor-same .visitor-works ul {
	padding: 20px 0
}

#show-contain .visitor-contain .visitor-same .visitor-works ul li:nth-child(2) {
	margin: 10px 0
}

#show-contain .visitor-contain .visitor-same .visitor-works ul li span {
	padding-right: 5px
}

#show-contain .visitor-contain .visitor-same .visitor-works ul li a {
	padding-left: 5px
}

#show-contain .visitor-item {
	font-size: 12px;
	margin-top: 40px
}

#show-contain .visitor-item h2 {
	background-color: #fff;
	padding: 0 20px
}

#show-contain .visitor-item h2 em {
	padding-right: 10px
}

#show-contain .visitor-item ul {
	margin-top: 20px
}

#show-contain .visitor-item ul li {
	float: left;
	width: 320px;
	margin: 0 20px 20px 0;
	background-color: #fff;
	padding: 20px 20px 0 20px
}

#show-contain .visitor-item ul li:nth-child(3n) {
	margin-right: 0
}

#show-contain .visitor-item ul li ul {
	margin: 0
}

#show-contain .visitor-item ul li li {
	float: none;
	padding: 0;
	margin: 0;
	width: auto
}

#show-contain .visitor {
	margin-top: 40px;
	font-size: 12px
}

#show-contain .visitor aside,#show-contain .visitor section {
	float: left;
	background-color: #fff;
	padding: 0 20px
}

#show-contain .visitor aside .apply_showker,#show-contain .visitor section .apply_showker {
	font-size: 12px;
	color: #14bfb4
}

#show-contain .visitor section {
	width: 660px;
	margin-right: 20px;
	position: relative
}

#show-contain .visitor section .other-label {
	position: absolute;
	top: 30px;
	background-color: #fff;
	border: 1px solid #e6e6e6;
	padding: 10px
}

#show-contain .visitor section .other-label .btn-main {
	color: #fff;
	padding: 0;
	font-size: 12px
}

#show-contain .visitor section .select-list {
	width: 100%;
	margin-top: 29px;
	line-height: 24px;
	position: relative
}

#show-contain .visitor section .select-list .other-label {
	font-size: 12px
}

#show-contain .visitor section .select-list span {
	padding-right: 10px
}

#show-contain .visitor section .select-list .more {
	position: absolute;
	right: 0
}

#show-contain .visitor section .select-list a {
	margin-left: 5px;
	padding: 0 5px;
	display: inline-block
}

#show-contain .visitor section .select-list a.active,#show-contain .visitor section .select-list a.more:hover,#show-contain .visitor section .select-list a:hover {
	background-color: #14bfb4;
	color: #fff
}

#show-contain .visitor section .select-list a.more {
	color: #14bfb4
}

#show-contain .visitor section .select-list:last-child {
	padding-bottom: 43px
}

#show-contain .visitor aside {
	width: 320px
}

#show-contain .visitor-xq {
	margin-top: 20px;
	background-color: #fff;
	padding: 20px;
	font-size: 12px
}

#show-contain .visitor-xq img {
	float: left;
	margin-right: 20px
}

#show-contain .visitor-xq .visitor-dec h4 {
	font-size: 24px
}

#show-contain .visitor-xq .visitor-dec h4 span {
	float: right;
	font-size: 12px
}

#show-contain .visitor-xq .visitor-dec h4 span em:last-child {
	padding-left: 10px
}

#show-contain .visitor-xq .visitor-dec .des {
	margin: 15px 0;
	line-height: 22px;
	height: 85px;
	overflow: hidden
}

#show-contain .visitor-xq .visitor-dec ul li {
	margin-top: 10px
}

#show-contain .visitor-xq .visitor-dec ul li span {
	margin-right: 10px
}

#show-contain .visitor-xq .guanzhu {
	margin-top: 20px
}

#show-contain .visitor-xq .contact {
	margin-top: 15px
}

#show-contain .visitor-xq .contact a {
	color: #666;
	display: inline-block;
	margin-left: 7px
}

#show-contain .visitor-xq .contact a em {
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 26px;
	display: inline-block;
	color: #fff
}

#show-contain .visitor-xq .contact .qq em {
	background-color: #14bfb4
}

#show-contain .visitor-xq .contact .weixin em {
	background-color: #9ad64b
}

#show-contain .visitor-xq .contact .phone em {
	background-color: #9b7acc
}

#show-contain .visitor-xq .contact .hui {
	background: 0 0
}

#show-contain .visitor-xq .contact .hui em {
	background-color: #999!important
}

#show-contain .visitor-xq .contact .sixin em {
	background-color: #466ec9
}

.support-contain {
	margin: 100px auto 0;
	width: 765px;
	padding: 30px;
	background-color: #fff;
	font-size: 16px;
	border-radius: 20px;
	box-shadow: 0 0 10px 1px #efefef;
	height: 310px;
	font-family: "Microsoft YaHei",Tahoma,Helvetica,Arial,sans-serif
}

.support-contain .imgie {
	float: left;
	margin-right: 40px
}

.support-contain .h3ie {
	padding-top: 10px;
	font-size: 16px;
	font-weight: 400
}

.support-contain ul {
	list-style: none
}

.support-contain ul li {
	float: left;
	text-align: center;
	margin: 35px 35px 0 0;
	margin-right: 5px\9
}

.support-contain ul li a {
	font-size: 14px;
	color: #014051;
	text-decoration: none
}

.support-contain ul li img {
	display: block;
	margin-bottom: 1em;
	border: none;
	height: 64px
}

.scene-setting .showxiu {
	z-index: 1051;
	display: none
}

.scene-setting .showin {
	display: block
}

@-webkit-keyframes start {
	0%,30% {
		opacity: 0;
		-webkit-transform: translate(0,10px)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate(0,0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translate(0,-8px)
	}
}

@-moz-keyframes start {
	0%,30% {
		opacity: 0;
		-moz-transform: translate(0,10px)
	}

	60% {
		opacity: 1;
		-moz-transform: translate(0,0)
	}

	100% {
		opacity: 0;
		-moz-transform: translate(0,-8px)
	}
}

@keyframes start {
	0%,30% {
		opacity: 0;
		transform: translate(0,10px)
	}

	60% {
		opacity: 1;
		transform: translate(0,0)
	}

	100% {
		opacity: 0;
		transform: translate(0,-8px)
	}
}

.scene-setting .setting-bg {
	position: fixed;
	left: 0;
	right: 0;
	top: 50px;
	bottom: 0;
	background-color: rgba(0,0,0,.8);
	z-index: 1042
}

.scene-setting .ctrl-panel {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: 163px;
	margin-top: -100px
}

.scene-setting .ctrl-panel .next-page,.scene-setting .ctrl-panel .pre-page {
	cursor: pointer;
	width: 30px;
	height: 80px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background: #2096f9;
	font-size: 12px;
	text-align: center;
	border: 1px solid #2096f9;
	color: #fff;
	position: absolute;
	padding: 20px 8px;
	margin-top: -50px
}

.scene-setting .ctrl-panel .pre-page {
	top: -47px
}

.scene-setting .ctrl-panel .next-page {
	top: 47px
}

.scene-setting .phone-option {
	top: 50%;
	left: 50%;
	position: absolute;
	margin-left: -160px;
	margin-top: 293px;
	width: 320px;
	height: 30px
}

.scene-setting .phone-option .nextPage,.scene-setting .phone-option .prePage {
	width: 30px;
	height: 30px;
	background-color: #666;
	position: absolute;
	border-radius: 4px;
	color: #fff;
	cursor: pointer
}

.scene-setting .phone-option .nextPage span,.scene-setting .phone-option .prePage span {
	line-height: 30px;
	padding-left: 6px
}

.scene-setting .phone-option .prePage {
	left: 120px
}

.scene-setting .phone-option .nextPage {
	right: 120px
}

.scene-setting .left-con {
	position: fixed;
	top: 50px;
	bottom: 0;
	left: 0;
	right: 640px;
	z-index: 1050;
	overflow: hidden
}

.scene-setting .phone {
	background-image: url(images/create/phone.svg);
	width: 326px;
	height: 620px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -163px;
	margin-top: -340px
}

.scene-setting .phone .name {
	position: absolute;
	top: 60px;
	width: 100%;
	text-align: center;
	color: #fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 20px
}

.scene-setting .phone-view {
	width: 320px;
	height: 486px;
	background-color: #fff;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -243px;
	margin-left: -160px;
	z-index: 1
}

.scene-setting .phone-view .bottom-logo {
	background: -webkit-linear-gradient(top,#00a2ec,#87d94f);
	background: -ms-linear-gradient(top,#00a2ec,#87d94f);
	background: -moz-linear-gradient(top,#00a2ec,#87d94f);
	position: absolute;
	left: 9px;
	top: 11px
}

.scene-setting .phone-view .wechat-share {
	width: 100%;
	height: 100%;
	background-color: #48424F;
	z-index: 999;
	position: absolute;
	display: none;
	background-image: url(../assets/images/create/setting/view.svg)
}

.scene-setting .phone-view .wechat-share em {
	font-size: 12px;
	position: absolute;
	color: #000
}

.scene-setting .phone-view .wechat-share .scene-title-box {
	position: absolute;
	top: 94px;
	left: 80px;
	width: 180px;
	height: 40px;
	display: table
}

.scene-setting .phone-view .wechat-share .scene-title {
	display: table-cell;
	vertical-align: middle;
	word-break: break-all;
	position: static
}

.scene-setting .phone-view .wechat-share .scene-des {
	height: 30px;
	top: 134px;
	left: 135px;
	width: 120px;
	height: 46px;
	word-break: break-all;
	overflow: hidden
}

.scene-setting .phone-view .wechat-share .scene-talk {
	top: 220px;
	left: 80px
}

.scene-setting .phone-view .wechat-share .scene-talk2 {
	top: 283px;
	left: 60px
}

.scene-setting .phone-view .wechat-share .scene-img {
	position: absolute;
	top: 137px;
	height: 44px;
	width: 44px;
	left: 82px
}

.scene-setting .phone-view .verifyCode {
	display: none;
	background-color: #48424F;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 999
}

.scene-setting .phone-view .verifyCode .container {
	position: absolute;
	top: 50%;
	width: 265px;
	left: 50%;
	margin: -215px auto 0 -133px;
	text-align: center
}

.scene-setting .phone-view .verifyCode .container .scene-cover {
	display: inline-block;
	width: 100%;
	padding-bottom: 15px
}

.scene-setting .phone-view .verifyCode .container .scene-cover .cover-img {
	width: 100px;
	height: 100px;
	border-radius: 10px;
	-webkit-animation: flipInY 2s ease 0s 1 both;
	animation: flipInY 2s ease 0s 1 both
}

.scene-setting .phone-view .verifyCode .container .scene-name {
	font-size: 18px;
	height: 20px;
	margin-bottom: 15px;
	color: #B2AEBA;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.scene-setting .phone-view .verifyCode .container .confirm-password {
	position: relative
}

.scene-setting .phone-view .verifyCode .container .verify-label {
	display: block;
	font-size: 14px;
	margin-bottom: 5px;
	color: #B2AEBA
}

.scene-setting .phone-view .verifyCode .container .verify-tips {
	margin-bottom: 10px
}

.scene-setting .phone-view .verifyCode .container .verify-tips ul>li {
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 5px;
	border: solid 1px #ccc;
	margin-right: 10px
}

.scene-setting .phone-view .verifyCode .container .verify-tips ul>li:last-child {
	margin-right: 0
}

.scene-setting .phone-view .verifyCode .container .verify-tips ul>li.active {
	background-color: #B2AEBA
}

.scene-setting .phone-view .verifyCode .container .password-numbers {
	text-align: center
}

.scene-setting .phone-view .verifyCode .container .password-numbers span {
	display: inline-block;
	color: #fff;
	width: 46px;
	height: 46px;
	line-height: 46px;
	border-radius: 25px;
	border: solid 1px #ccc;
	text-align: center;
	vertical-align: middle;
	font-size: 32px;
	margin-right: 29px;
	margin-bottom: 10px;
	cursor: pointer
}

.scene-setting .phone-view .verifyCode .container .password-numbers span:nth-child(3n) {
	margin-right: 0
}

.scene-setting .phone-view .verifyCode .container .password-numbers span:last-child {
	margin-left: 29px
}

.scene-setting .phone-view .verifyCode .container .password-numbers span.active {
	background-color: #B2AEBA
}

.scene-setting .phone-view .verifyCode .container .password-operation {
	position: relative
}

.scene-setting .phone-view .verifyCode .container .password-operation .btn-cancel,.scene-setting .phone-view .verifyCode .container .password-operation .btn-clear {
	position: absolute;
	top: -25px;
	display: inline-block;
	width: 50px;
	height: 20px;
	line-height: 20px;
	color: #B2AEBA;
	font-size: 14px;
	cursor: pointer
}

.scene-setting .phone-view .verifyCode .container .password-operation .btn-clear {
	left: 29px
}

.scene-setting .phone-view .verifyCode .container .password-operation .btn-cancel {
	right: 29px
}

.scene-setting .phone-view .progress {
	margin-bottom: 0;
	height: 3px;
	overflow: visible
}

.scene-setting .phone-view .u-arrow-bottom {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 150;
	width: 24px;
	height: 14px;
	margin-left: -7px
}

.scene-setting .phone-view .pre-wrap {
	width: 24px;
	height: 14px;
	position: relative;
	-webkit-animation: start 1.5s infinite ease-in-out;
	-moz-animation: start 1.5s infinite ease-in-out;
	animation: start 1.5s infinite ease-in-out
}

.scene-setting .phone-view .pre-box1,.scene-setting .phone-view .pre-box2 {
	height: 15px;
	width: 11px;
	position: absolute;
	top: -5px;
	overflow: hidden
}

.scene-setting .phone-view .pre-box2 {
	left: 10px
}

.scene-setting .phone-view .pre1,.scene-setting .phone-view .pre2 {
	background-color: #fff;
	width: 14px;
	height: 5px;
	border-radius: 2px;
	position: absolute;
	box-shadow: 1px -1px 1px #646464;
	top: 5px
}

.scene-setting .phone-view .pre1 {
	transform: rotate(130deg);
	-webkit-transform: rotate(130deg);
	left: 1px
}

.scene-setting .phone-view .pre2 {
	left: -4.5px;
	-webkit-transform: rotate(50deg);
	transform: rotate(50deg)
}

.scene-setting .phone-view .u-arrow-right {
	position: absolute;
	width: 14px;
	height: 24px;
	z-index: 150;
	top: 50%;
	margin-top: -10px;
	right: 20px
}

.scene-setting .phone-view .pre-wrap-right {
	width: 14px;
	height: 24px;
	position: relative;
	-webkit-animation: rightflip 1.5s infinite ease-in-out;
	-moz-animation: rightflip 1.5s infinite ease-in-out;
	animation: rightflip 1.5s infinite ease-in-out
}

.scene-setting .phone-view .pre-box3,.scene-setting .phone-view .pre-box4 {
	height: 11px;
	width: 15px;
	position: absolute;
	overflow: hidden
}

.scene-setting .phone-view .pre-box3 {
	top: 10px
}

.scene-setting .phone-view .pre3,.scene-setting .phone-view .pre4 {
	background-color: #fff;
	width: 14px;
	height: 5px;
	border-radius: 2px;
	position: absolute;
	top: 5px
}

.scene-setting .phone-view .pre3 {
	transform: rotate(-130deg);
	-webkit-transform: rotate(-130deg);
	top: 1px;
	box-shadow: 1px -1px 2px #646464
}

.scene-setting .phone-view .pre4 {
	top: 6px;
	box-shadow: 1px 1px 1.5px #646464;
	transform: rotate(-40deg);
	-webkit-transform: rotate(-40deg)
}

.scene-setting .phone-view .main-page {
	position: absolute;
	height: 100%;
	width: 100%;
	overflow: hidden;
	z-index: 0;
	display: none;
	background-color: #fff
}

.scene-setting .phone-view .main-page .m-img {
	width: 100%;
	height: 100%
}

.scene-setting .phone-view .main-page.z-current {
	z-index: 1;
	display: inline-block
}

.scene-setting .phone-view .loading {
	width: 100%;
	height: 100%;
	background-color: #48424F;
	z-index: 999;
	position: absolute;
	display: none
}

.scene-setting .phone-view .loading .loadbox {
	display: block;
	position: relative;
	width: 118px;
	height: 118px;
	margin: 0 auto;
	margin-top: 50%
}

.scene-setting .phone-view .loading .loadbox .loadlogo {
	position: absolute;
	z-index: 1000;
	width: 70px;
	height: 42px;
	background-size: 70px 42px;
	background: url(../assets/images/create/setting/loading.svg);
	margin-left: 24px
}

.scene-setting .phone-view .loading .loadbox .loadbg {
	display: block;
	position: absolute;
	z-index: 1000;
	width: 118px;
	height: 118px;
	background-size: 118px 118px
}

.scene-setting .phone-view #audio_btn {
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 200;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-image: url(../assets/images/create/setting/normalmusic.svg);
	background-size: contain;
	cursor: pointer
}

.scene-setting .phone-view .rotate {
	-webkit-animation: rotating 1.2s linear infinite;
	-moz-animation: rotating 1.2s linear infinite;
	-o-animation: rotating 1.2s linear infinite;
	animation: rotating 1.2s linear infinite
}

@-webkit-keyframes rotating {
	from {
		-webkit-transform: rotate(0)
	}

	to {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes rotating {
	from {
		transform: rotate(0)
	}

	to {
		transform: rotate(360deg)
	}
}

@-moz-keyframes rotating {
	from {
		-moz-transform: rotate(0)
	}

	to {
		-moz-transform: rotate(360deg)
	}
}

.scene-setting .fade.scene-setting-info {
	-webkit-transition: -webkit-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out;
	-webkit-transform: translate3d(25%,0,0);
	-o-transform: translate3d(25%,0,0);
	transform: translate3d(25%,0,0)
}

.scene-setting .eqc-drop-down-list li {
	font-size: 12px!important
}

.scene-setting .in.scene-setting-info {
	-webkit-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0)
}

.scene-setting .scene-setting-info {
	position: fixed;
	width: 640px;
	top: 50px;
	right: 0;
	bottom: 0;
	z-index: 1050;
	background-color: #f0f3f4;
	overflow-y: auto;
	font-size: 12px;
	color: #1abd9b
}

.scene-setting .scene-setting-info .form-contain {
	position: absolute;
	bottom: 80px;
	top: 0;
	width: 640px;
	overflow: hidden
}

.scene-setting .scene-setting-info .form-horizontal {
	margin: 0 0 0 20px;
	font-family: '微软雅黑'
}

.scene-setting .scene-setting-info .form-horizontal .title h4 {
	height: 70px;
	line-height: 70px
}

.scene-setting .scene-setting-info .join-show {
	margin-top: 10px;
	position: relative
}

.scene-setting .scene-setting-info .join-show .form-col2 {
	float: none!important
}

.scene-setting .scene-setting-info .join-show .show-tags {
	background-color: #fff;
	border: 1px solid #ccd5db;
	padding: 5px;
	margin-top: 10px;
	margin-right: 20px
}

.scene-setting .scene-setting-info .join-show .show-tags .show-tag {
	height: 68px;
	overflow: hidden
}

.scene-setting .scene-setting-info .join-show .show-tags .show-tag.custom-tag {
	height: 35px
}

.scene-setting .scene-setting-info .join-show .show-tags .show-tag li {
	border-radius: 12px;
	padding: 0 16px;
	height: 24px;
	line-height: 24px;
	float: left;
	margin: 5px;
	position: relative
}

.scene-setting .scene-setting-info .join-show .show-tags .show-tag li.checked,.scene-setting .scene-setting-info .join-show .show-tags .show-tag li:hover {
	background-color: #1abd9b;
	border-color: #1abd9b;
	color: #fff
}

.scene-setting .scene-setting-info .join-show .show-tags .add-tag {
	padding: 10px 5px;
	border-top: 1px dashed #ccc;
	margin-top: 15px
}

.scene-setting .scene-setting-info .join-show .show-tags .add-tag .tag-btn {
	border: 1px solid #ccd5db;
	height: 30px;
	padding: 5px 12px
}

.scene-setting .scene-setting-info .join-show .show-tags .add-tag .tag-btn:hover {
	border-color: #44cb83;
	color: #44cb83
}

.scene-setting .scene-setting-info .join-show .show-tags .add-tag .btn {
	font-size: 12px
}

.scene-setting .scene-setting-info .join-show .show-tags .add-tag .btn-main {
	padding: 3px 10px
}

.scene-setting .scene-setting-info .join-show .show-tags .add-tag .custom-btn {
	padding: 5px 10px
}

.scene-setting .scene-setting-info .join-show .show-tags .add-tag .custom-btn em {
	padding-left: 5px
}

.scene-setting .scene-setting-info .join-show .show-tags .add-tag .error {
	color: #ff5448
}

.scene-setting .scene-setting-info .join-show .show-tags .add-tag .border-error {
	border-color: #ff5448
}

.scene-setting .scene-setting-info .join-show .show-tags .add-tag .switch {
	padding: 10px 12px 0 5px;
	text-decoration: underline
}

.scene-setting .scene-setting-info .join-show .show-tags .custom-text {
	height: 30px;
	line-height: 30px;
	padding: 5px;
	width: 120px;
	margin-right: 5px
}

.scene-setting .scene-setting-info .join-show .visit-show {
	text-decoration: underline;
	position: absolute;
	right: 20px
}

.scene-setting .scene-setting-info .nav {
	padding-top: 5px;
	padding-left: 20px;
	background-color: #1abd9b
}

.scene-setting .scene-setting-info .nav li.active>a,.scene-setting .scene-setting-info .nav li>a:hover {
	background-color: #F0F3F4;
	color: #526069;
	border-color: #F0F3F4
}

.scene-setting .scene-setting-info .nav li>a {
	color: #fff
}

.scene-setting .scene-setting-info .cover-img {
	position: relative
}

.scene-setting .scene-setting-info .cover-img img {
	border-radius: 4px;
	height: 180px;
	width: 180px;
	background-image: url(../assets/images/create/pic.svg);
	background-size: 120px;
	background-repeat: no-repeat;
	background-color: #a5c1f0;
	background-position: 30px
}

.scene-setting .scene-setting-info .cover-img em {
	position: absolute;
	left: 45px;
	bottom: 20px;
	height: 30px;
	width: 90px;
	text-align: center;
	background-color: #fff;
	border-radius: 3px;
	line-height: 30px;
	box-shadow: 0 0 2px 1px
}

.scene-setting .scene-setting-info .left {
	float: left;
	margin-top: 30px
}

.scene-setting .scene-setting-info .right {
	float: left;
	margin-left: 20px;
	margin-top: 30px
}

.scene-setting .scene-setting-info .right .redborder {
	border: 1px solid red
}

.scene-setting .scene-setting-info .right .setting-value {
	position: relative
}

.scene-setting .scene-setting-info .right .setting-value .input-tip {
	position: absolute;
	right: 10px;
	line-height: 36px;
	top: 0;
	color: #A3AFB7
}

.scene-setting .scene-setting-info .right input {
	width: 400px;
	margin-top: 11px;
	font-size: 12px
}

.scene-setting .scene-setting-info .right textarea {
	height: 70px;
	width: 400px
}

.scene-setting .scene-setting-info .right .setting-description label {
	line-height: 44px;
	margin-bottom: 0
}

.scene-setting .scene-setting-info .scene-type-contain {
	background-color: #fff;
	width: 180px;
	border-radius: 3px
}

.scene-setting .scene-setting-info .scene-type-contain .eqc-name,.scene-setting .scene-setting-info .scene-type-contain .more {
	line-height: 36px;
	font-size: 12px
}

.scene-setting .scene-setting-info .scene-type-contain .eqc-name {
	width: 150px;
	padding-left: 10px
}

.scene-setting .scene-setting-info .scene-music {
	width: 180px;
	float: left
}

.scene-setting .scene-setting-info .scene-music .bg-music {
	font-size: 12px;
	cursor: pointer;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 30px
}

.scene-setting .scene-setting-info .scene-music .music-icon {
	position: absolute;
	right: 20px;
	top: 13px
}

.scene-setting .scene-setting-info .setting-line {
	height: 36px;
	margin-top: 10px
}

.scene-setting .scene-setting-info .setting-line .select-contain.select-great .eqc-drop-down-list .eqc-scroll {
	max-height: 120px
}

.scene-setting .scene-setting-info .setting-line .option-tips {
	position: absolute;
	right: 150px;
	line-height: 36px
}

.scene-setting .scene-setting-info .setting-line .share-des {
	float: right;
	width: 532px;
	margin-right: 20px
}

.scene-setting .scene-setting-info .des {
	line-height: 20px;
	clear: both
}

.scene-setting .scene-setting-info .music-cycle {
	width: 120px;
	float: left;
	height: 36px;
	margin-left: 20px;
	padding: 10px;
	background-color: #fff;
	border-radius: 3px
}

.scene-setting .scene-setting-info .music-cycle input[type=checkbox] {
	height: 36px;
	width: 120px;
	position: absolute;
	top: -12px;
	left: -12px
}

.scene-setting .scene-setting-info .checkedbg {
	background-color: #f7f7f7
}

.scene-setting .scene-setting-info .uncheckedbg {
	background-color: #fff
}

.scene-setting .scene-setting-info .flip-num {
	float: left;
	width: 180px;
	margin-left: 20px;
	position: relative
}

.scene-setting .scene-setting-info .flip-num .speed {
	position: absolute;
	top: 0;
	left: 70px;
	line-height: 36px
}

.scene-setting .scene-setting-info .form-col1 {
	width: 180px;
	height: 36px;
	border-radius: 3px;
	float: left
}

.scene-setting .scene-setting-info .form-col2 {
	width: 180px;
	height: 36px;
	border-radius: 3px;
	float: left;
	padding: 10px
}

.scene-setting .scene-setting-info .form-col2 input[type=checkbox] {
	height: 36px;
	width: 180px;
	position: absolute;
	top: -12px;
	left: -12px
}

.scene-setting .scene-setting-info .form-col3 {
	width: 300px;
	height: 36px;
	border-radius: 3px;
	float: left;
	padding: 10px
}

.scene-setting .scene-setting-info .form-col3 input[type=checkbox] {
	height: 36px;
	width: 300px;
	position: absolute;
	top: -12px;
	left: -12px
}

.scene-setting .scene-setting-info .setting-logo {
	width: 140px;
	height: 36px;
	border-radius: 3px;
	float: left;
	background-color: #fff;
	margin-left: 20px
}

.scene-setting .scene-setting-info .setting-logo .load-logo-contain {
	height: 36px;
	width: 36px;
	float: left;
	cursor: pointer
}

.scene-setting .scene-setting-info .setting-logo .load-logo-contain img {
	padding: 5px;
	height: 30px;
	width: 30px;
	border-radius: 3px;
	background-color: #a5c1f0;
	margin: 2px
}

.scene-setting .scene-setting-info .setting-logo .des {
	line-height: 32px;
	margin-left: 10px
}

.scene-setting .scene-setting-info .logo-tip {
	height: 36px;
	border-radius: 3px;
	float: left;
	margin-left: 20px;
	line-height: 36px
}

.scene-setting .scene-setting-info .border {
	border: 1px solid #ccd5db;
	cursor: pointer
}

.scene-setting .scene-setting-info .border:hover {
	background-color: #fff
}

.scene-setting .scene-setting-info .bottom-table {
	width: 600px;
	margin-top: 20px
}

.scene-setting .scene-setting-info .bottom-table tr {
	height: 36px;
	border: 1px solid #ccd5db;
	cursor: pointer
}

.scene-setting .scene-setting-info .bottom-table tr:hover {
	background-color: #fff
}

.scene-setting .scene-setting-info .bottom-table tr .choise {
	width: 80%;
	text-align: left;
	padding-left: 10px
}

.scene-setting .scene-setting-info .bottom-table tr .price {
	text-align: left
}

.scene-setting .scene-setting-info .last-page-contain {
	height: 152px;
	margin-top: 20px;
	padding-right: 20px
}

.scene-setting .scene-setting-info .last-page-contain ul {
	position: absolute
}

.scene-setting .scene-setting-info .last-page-contain ul li {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	position: relative
}

.scene-setting .scene-setting-info .last-page-contain ul li img {
	border-radius: 4px;
	background-color: #a5c1f0
}

.scene-setting .scene-setting-info .last-page-contain ul li .checkbox-square {
	position: absolute;
	top: 6px;
	right: 6px
}

.scene-setting .scene-setting-info .last-page-contain ul img,.scene-setting .scene-setting-info .last-page-contain ul li {
	width: 100px;
	height: 152px;
	cursor: pointer
}

.scene-setting .scene-setting-info .last-page-contain ul .bottom-img {
	position: absolute;
	height: 30px!important;
	bottom: 5px;
	border-radius: 0!important
}

.scene-setting .setting-operations {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 20px;
	height: 80px
}

.scene-setting .setting-operations button {
	width: 100px;
	color: #fff
}

.scene-setting .setting-operations .option-box {
	margin-left: 20px;
	height: 100%;
	padding-top: 22px;
	border-top: 1px solid #ccd5db
}

.scene-setting .setting-operations .option-box .option-tips {
	margin-left: 200px
}

.pri-nav {
	position: fixed;
	height: 60px;
	top: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	z-index: 10
}

.pri-nav .logo {
	padding: 14px 0
}

.pri-nav .logo em {
	font-size: 32px;
	color: #14bfb4
}

.pri-nav .link_list li {
	float: left
}

.pri-nav .link_list li a:hover {
	background-color: #14bfb4;
	color: #fff
}

.privilege-contain {
	width: 100%;
	background-color: #18ccc0
}

.privilege-contain .info {
	height: 460px;
	width: 1180px;
	margin: auto;
	margin-top: 60px
}

.privilege-contain .info .btn {
	width: 120px
}

.privilege-contain .versions {
	float: left;
	width: 580px;
	margin-top: 70px;
	background-color: #fff
}

.privilege-contain .versions .my-head {
	background-color: #1abd9b;
	height: 5px
}

.privilege-contain .versions .company-head {
	background-color: #f2a653;
	height: 5px
}

.privilege-contain .versions .btn-contain {
	height: 88px
}

.privilege-contain .disabled {
	cursor: not-allowed
}

.privilege-contain .content-v {
	height: 225px;
	text-align: center;
	margin: 0 50px;
	border-bottom: 1px solid #ccd5db
}

.privilege-contain .content-v .eqf-top-contact {
	background-color: #1abd9b
}

.privilege-contain .content-v .eqf-huangguan {
	background-color: #f2a653
}

.privilege-contain .content-v .eqf-huangguan,.privilege-contain .content-v .eqf-top-contact {
	width: 140px;
	margin-top: 40px;
	float: left;
	font-size: 70px;
	height: 140px;
	line-height: 140px;
	color: #fff;
	border-radius: 70px
}

.privilege-contain .content-v .des {
	float: left;
	margin-left: 40px;
	margin-top: 40px
}

.privilege-contain .content-v .des h5 {
	padding: 5px 0;
	text-align: left;
	color: #526069
}

.privilege-contain .content-v .des h2 {
	color: #1abd9b
}

.privilege-contain .content-v a {
	margin-top: 60px;
	height: 40px;
	width: 140px
}

.privilege-contain .detail-con {
	background-color: #f5f7f8;
	padding-top: 30px;
	margin-bottom: 80px;
	position: relative
}

.privilege-contain .detail-con .more-info {
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: 590px;
	background-color: #fff;
	cursor: pointer
}

.privilege-contain .detail-con .more-info .icon {
	font-size: 24px;
	width: 30px;
	height: 50px;
	line-height: 50px;
	text-align: right;
	float: right;
	color: #ea1f64
}

.privilege-contain .detail-con .more-info .word {
	font-size: 12px;
	width: 30px;
	text-align: center;
	display: flex;
	padding-left: 5px;
	line-height: 25px;
	color: #ea1f64
}

.privilege-contain .detail-con .detail {
	margin: auto;
	width: 1180px;
	height: 1000px;
	position: relative
}

.privilege-contain .detail-con .detail1 {
	position: absolute;
	left: 50%;
	top: 30px;
	margin-left: 590px;
	width: 240px
}

.privilege-contain .detail-con .right-div {
	position: absolute;
	left: 50%;
	margin-left: 830px;
	width: 50px
}

.privilege-contain .detail-con .detail,.privilege-contain .detail-con .detail1 {
	border: none;
	background-color: #fff
}

.privilege-contain .detail-con .detail .thead td,.privilege-contain .detail-con .detail1 .thead td {
	height: 5px;
	padding: 0
}

.privilege-contain .detail-con .detail .ltd,.privilege-contain .detail-con .detail1 .ltd {
	text-align: left!important
}

.privilege-contain .detail-con .detail .bg1,.privilege-contain .detail-con .detail1 .bg1 {
	background-color: #f5f7f8
}

.privilege-contain .detail-con .detail .bg2,.privilege-contain .detail-con .detail1 .bg2 {
	background-color: #eff2f4
}

.privilege-contain .detail-con .detail .eqf-wrong,.privilege-contain .detail-con .detail1 .eqf-wrong {
	color: #ff5448;
	padding: 0;
	font-size: 18px
}

.privilege-contain .detail-con .detail .eqf-yes2,.privilege-contain .detail-con .detail1 .eqf-yes2 {
	color: #44cb83;
	padding: 0;
	font-size: 18px
}

.privilege-contain .detail-con .detail .no-lborder,.privilege-contain .detail-con .detail1 .no-lborder {
	border-left: none
}

.privilege-contain .detail-con .detail .no-rborder,.privilege-contain .detail-con .detail1 .no-rborder {
	border-right: none
}

.privilege-contain .detail-con .detail .no-bborder,.privilege-contain .detail-con .detail1 .no-bborder {
	border-bottom: none
}

.privilege-contain .detail-con .detail td,.privilege-contain .detail-con .detail1 td {
	height: 50px;
	text-align: center;
	padding: 16px 16px;
	position: relative;
	color: #526069
}

.privilege-contain .detail-con .detail i,.privilege-contain .detail-con .detail1 i {
	height: 30px;
	width: 30px;
	line-height: 30px;
	display: inherit;
	color: #fff;
	border-radius: 3px;
	font-size: 18px
}

.privilege-contain .detail-con .detail .title1,.privilege-contain .detail-con .detail1 .title1 {
	background: url(images/privilege/title1.svg)
}

.privilege-contain .detail-con .detail .title2,.privilege-contain .detail-con .detail1 .title2 {
	background: url(images/privilege/title2.svg)
}

.privilege-contain .detail-con .detail .title3,.privilege-contain .detail-con .detail1 .title3 {
	background: url(images/privilege/title3.svg)
}

.privilege-contain .detail-con .detail .title1,.privilege-contain .detail-con .detail .title2,.privilege-contain .detail-con .detail .title3,.privilege-contain .detail-con .detail1 .title1,.privilege-contain .detail-con .detail1 .title2,.privilege-contain .detail-con .detail1 .title3 {
	color: #fff;
	background-repeat: no-repeat;
	background-position: 15px 10px;
	padding-top: 10px
}

.privilege-contain .detail-con .detail .user td,.privilege-contain .detail-con .detail1 .user td {
	height: 80px;
	width: 120px;
	padding: 0;
	padding-top: 40px
}

.privilege-contain .detail-con .detail .user i,.privilege-contain .detail-con .detail1 .user i {
	position: absolute;
	left: 45px;
	top: 15px
}

.privilege-contain .detail-con .detail .user a,.privilege-contain .detail-con .detail1 .user a {
	text-decoration: underline
}

.privilege-contain .detail-con .detail .user .normarl,.privilege-contain .detail-con .detail1 .user .normarl {
	color: #1abd9b
}

.privilege-contain .detail-con .detail .user .normarl i,.privilege-contain .detail-con .detail1 .user .normarl i {
	background-color: #1abd9b
}

.privilege-contain .detail-con .detail .user .free-com,.privilege-contain .detail-con .detail1 .user .free-com {
	color: #7171ef
}

.privilege-contain .detail-con .detail .user .free-com i,.privilege-contain .detail-con .detail1 .user .free-com i {
	background-color: #7171ef
}

.privilege-contain .detail-con .detail .user .exp-com,.privilege-contain .detail-con .detail1 .user .exp-com {
	color: #14bfb4
}

.privilege-contain .detail-con .detail .user .exp-com i,.privilege-contain .detail-con .detail1 .user .exp-com i {
	background-color: #14bfb4
}

.privilege-contain .detail-con .detail .user .sen-com,.privilege-contain .detail-con .detail1 .user .sen-com {
	color: #44cb83
}

.privilege-contain .detail-con .detail .user .sen-com i,.privilege-contain .detail-con .detail1 .user .sen-com i {
	background-color: #44cb83
}

.privilege-contain .detail-con .detail .user .imag-com,.privilege-contain .detail-con .detail1 .user .imag-com {
	color: #f2a653;
	overflow: hidden
}

.privilege-contain .detail-con .detail .user .imag-com i,.privilege-contain .detail-con .detail1 .user .imag-com i {
	background-color: #f2a653
}

.privilege-contain .detail-con .detail .user .pro-com,.privilege-contain .detail-con .detail1 .user .pro-com {
	color: #ff5448
}

.privilege-contain .detail-con .detail .user .pro-com i,.privilege-contain .detail-con .detail1 .user .pro-com i {
	background-color: #ff5448
}

.privilege-contain .detail-con .detail .user .service,.privilege-contain .detail-con .detail1 .user .service {
	color: #ea1f64
}

.privilege-contain .detail-con .detail .user .service i,.privilege-contain .detail-con .detail1 .user .service i {
	background-color: #ea1f64
}

.privilege-contain .detail-con .detail .user .love-com,.privilege-contain .detail-con .detail1 .user .love-com {
	color: #ff528d
}

.privilege-contain .detail-con .detail .user .love-com i,.privilege-contain .detail-con .detail1 .user .love-com i {
	background-color: #ff528d
}

.privilege-contain .detail-con .detail .user .hot,.privilege-contain .detail-con .detail1 .user .hot {
	position: absolute;
	top: 10px;
	left: -25px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	background-color: #ff5448;
	color: #fff;
	width: 80px
}

#region {
	background-color: #fff;
	color: #000
}

#region .pt90 {
	padding-top: 90px
}

#region .pb90 {
	padding-bottom: 90px
}

#region h1 {
	font-size: 40px
}

#region .text-color {
	color: #14bfb4
}

#region header {
	width: 100%;
	background: #14bfb4 url(../assets/images/area/area1.png) no-repeat center;
	height: 540px
}

#region p {
	line-height: 30px
}

#region .area {
	background-color: #4fd195;
	color: #fff
}

#region .area h1 {
	position: relative
}

#region .area h1 em {
	display: inline-block;
	background-color: #4fd195;
	padding: 0 10px
}

#region .area h1 span {
	width: 600px;
	height: 4px;
	display: block;
	background-color: #fff;
	margin-left: 300px;
	margin-top: -20px
}

#region ul li {
	float: left
}

#region .item li {
	width: 50%;
	margin-top: 30px;
	padding-left: 20px;
	position: relative
}

#region .item li span {
	width: 45px;
	height: 1px;
	position: absolute;
	background-color: rgba(255,255,255,.5);
	left: 15px;
	top: 15px;
	transform: rotate(-45deg);
	display: block
}

#region .item li em {
	color: #000;
	font-size: 16px;
	background-color: #fff;
	border-radius: 50%;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: inline-block;
	text-align: center;
	margin-right: 15px
}

#region .request {
	border: 6px solid #14bfb4;
	position: relative;
	margin-top: 80px;
	margin-bottom: 60px
}

#region .request h1 {
	position: absolute;
	top: -30px;
	background-color: #fff;
	padding: 0 30px;
	left: 50%;
	margin-left: -250px
}

#region .request p {
	margin-top: 60px;
	padding-left: 40px;
	padding-bottom: 40px
}

#region .product {
	background-color: #b28cfb;
	padding: 60px 0
}

#region .support {
	padding-top: 80px;
	padding-bottom: 80px
}

#region .support ul {
	margin-top: 40px
}

#region .support ul.teach li {
	width: 33.3%
}

#region .support ul.jigou li {
	width: 25%
}

#region .user {
	background-color: #14bfb4;
	color: #fff;
	padding-top: 40px;
	padding-bottom: 40px
}

#region .user p {
	font-size: 20px;
	padding-top: 10px
}

#region .user ul {
	margin-top: 40px
}

#region .user ul li {
	width: 16.5%;
	font-size: 20px
}

#region .contact {
	padding-bottom: 40px;
	padding-top: 40px
}

#region .contact p {
	padding-top: 10px
}

#region .contact a {
	margin-top: 15px;
	padding-left: 40px;
	padding-right: 40px
}

#region #activeTwo a:hover {
	color: #14bfb4
}

.fillscene {
	position: relative;
	margin-top: 90px;
	margin-bottom: 50px;
	height: 620px;
	background-color: #fff;
	font-size: 12px
}

.fillscene .number {
	position: absolute;
	width: 0;
	height: 0;
	border-top: 32px solid #a3afb7;
	border-right: 32px solid transparent;
	top: 0;
	left: 0
}

.fillscene .number .number-em {
	position: absolute;
	top: -28px;
	color: #fff;
	left: 0;
	width: 20px;
	text-align: center
}

.fillscene .fill-left {
	width: 130px;
	position: absolute;
	top: 0;
	bottom: 0
}

.fillscene .fill-left .page-uls {
	background-color: #ccd5db;
	position: absolute;
	width: 100%
}

.fillscene .fill-left .page-uls .page-li {
	height: 130px;
	position: relative;
	cursor: pointer;
	text-align: center
}

.fillscene .fill-left .page-uls .page-li:hover {
	background-color: rgba(255,255,255,.6)
}

.fillscene .fill-left .page-uls .page-li .page-thumbnail {
	margin-top: 9px;
	width: 70px;
	height: 112px
}

.fillscene .fill-left .page-uls .current {
	background-color: #fff
}

.fillscene .fill-left .page-uls .current:hover {
	background-color: #fff
}

.fillscene .fill-left .page-uls .current .number {
	border-top: 32px solid #14bfb4;
	z-index: 10px
}

.fillscene .fill-left .page-uls .change-tpl {
	position: absolute;
	top: 8px;
	right: 5px;
	height: 20px;
	width: 20px;
	padding-left: 1px;
	line-height: 21px;
	color: #fff;
	border-radius: 4px;
	background-color: #666
}

.fillscene .fill-left .page-uls .change-tpl:hover {
	background-color: #ff5448
}

.fillscene .fill-left .add-page {
	padding: 10px;
	width: 100%;
	bottom: 0;
	cursor: pointer;
	background-color: #ccd5db
}

.fillscene .fill-left .add-page .page-thumbnail {
	cursor: pointer;
	color: #1abd9b;
	text-align: center;
	height: 40px;
	font-size: 18px;
	line-height: 40px;
	border: 1px dashed
}

.fillscene .fill-left .add-page .page-thumbnail:hover {
	background-color: #fff;
	color: #14bfb4
}

.fillscene .fill-left .backbtn {
	height: 40px;
	line-height: 40px;
	background-color: #1abd9b;
	color: #fff;
	cursor: pointer;
	text-align: center
}

.fillscene .fill-content {
	position: absolute;
	left: 130px;
	right: 590px;
	height: 100%
}

.fillscene .fill-content .phone {
	width: 100%;
	height: 486px;
	overflow: hidden;
	position: absolute;
	top: 50px;
	overflow-x: hidden;
	overflow-y: auto
}

.fillscene .fill-content .comp-view,.fillscene .fill-content .phone-view {
	width: 320px;
	height: 486px;
	background-color: #fff;
	position: absolute;
	overflow: hidden;
	left: 70px;
	z-index: 1
}

.fillscene .fill-content .comp-view {
	background-color: transparent;
	z-index: 2
}

.fillscene .fill-content .comp-view .comp-num {
	width: 16px;
	height: 16px;
	border-radius: 8px;
	background-color: #44cb83;
	border: 1px solid #fff;
	margin-left: -8px;
	margin-top: -8px;
	color: #fff;
	text-align: center;
	line-height: 14px
}

.fillscene .fill-content .replace-btn {
	text-align: center;
	margin-top: 565px
}

.fillscene .fill-content .replace-btn .btn-primary {
	width: 90px
}

.fillscene .fill-right {
	width: 590px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: #fff;
	border-left: 1px solid #ccd5db;
	padding: 30px 0 30px 55px
}

.fillscene .fill-right .set-title {
	color: #526069
}

.fillscene .fill-right .img-item {
	margin-bottom: 10px;
	margin-right: 10px;
	position: relative;
	float: left
}

.fillscene .fill-right .img-item .set-img {
	width: 120px;
	height: 120px
}

.fillscene .fill-right .img-item .number {
	border-top: 32px solid #44cb83;
	z-index: 10
}

.fillscene .fill-right .img-item:hover .action {
	opacity: 1
}

.fillscene .fill-right .img-item .action {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,.8);
	color: #fff
}

.fillscene .fill-right .img-item .action .left-btn,.fillscene .fill-right .img-item .action .right-btn {
	float: left;
	width: 50%;
	height: 100%;
	padding-top: 36px
}

.fillscene .fill-right .img-item .action .left-btn {
	padding-left: 18px
}

.fillscene .fill-right .img-item .action .right-btn {
	padding-left: 9px
}

.fillscene .fill-right .img-item .action .icon-img {
	display: block;
	height: 32px;
	line-height: 32px;
	border-radius: 16px;
	background-color: rgba(255,255,255,.2);
	color: #fff;
	width: 32px;
	text-align: center
}

.fillscene .fill-right .img-item .action .icon-img:hover {
	background-color: #14bfb4
}

.fillscene .fill-right .img-item .action .action-label {
	line-height: 30px;
	padding-left: 4px
}

.fillscene .fill-right .set-text {
	height: 60px;
	margin-bottom: 10px
}

.fillscene .fill-right .textlabel {
	width: 100px;
	float: left;
	line-height: 60px
}

.fillscene .fill-right .textinput {
	height: 60px;
	width: 420px;
	border: 1px solid #ccd5db;
	background-color: #f6f9fa;
	border-radius: 3px;
	padding: 6px
}

.fillscene .fill-right .show-li {
	float: left;
	width: 140px;
	margin-bottom: 10px
}

.fillscene .fill-right .page-tpl-item {
	float: left;
	cursor: pointer;
	margin-right: 15px;
	margin-bottom: 15px
}

.fillscene .fill-right .page-tpl-item .page-tpl-img {
	background-color: #a5c1f0;
	border-radius: 4px;
	width: 80px;
	height: 130px
}

.fillscene .fill-right .backset-btn {
	position: absolute;
	top: 30px;
	right: 50px;
	width: 60px;
	height: 32px;
	background-color: #1abd9b;
	color: #fff;
	line-height: 32px;
	text-align: center;
	border-radius: 4px;
	cursor: pointer
}

.fillscene .fill-right .backset-btn:hover {
	background-color: #14bfb4
}

.fillscene .fill-right .complete-con {
	text-align: center
}

.fillscene .fill-right .complete-con .page-btn {
	font-size: 14px;
	line-height: 36px;
	height: 36px;
	width: 36px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ccd5db;
	border-radius: 3px
}

.fillscene .fill-right .complete-con .btn-primary {
	width: 90px;
	position: absolute;
	right: 20px
}

.fillscene .fill-right .complete-con .disable {
	color: #ddd
}

.exemplarPreview {
	background-color: rgba(0,0,0,.9);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1001
}

.exemplarPreview .reviewCancel {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	background-color: #ff7e7e;
	text-align: center;
	line-height: 40px;
	color: #FFF;
	z-index: 1
}

.exemplarPreview .review {
	width: 860px;
	height: 547px;
	background-color: #FFF;
	position: relative;
	margin: auto auto;
	top: 50%;
	margin-top: -274px
}

.exemplarPreview .reviewScene {
	float: left
}

.exemplarPreview .reviewScene .author {
	padding: 10px 0 10px 10px;
	width: 360px;
	border-right: 1px solid #ccd5db;
	border-bottom: 1px solid #ccd5db
}

.exemplarPreview .reviewScene .author span {
	margin-right: 10px
}

.exemplarPreview .reviewScene .author img {
	width: 40px;
	height: 40px;
	border-radius: 20px
}

.exemplarPreview .reviewScene .author em {
	width: 40px;
	height: 40px;
	display: inline-block;
	line-height: 40px;
	text-align: center;
	color: #FFF;
	border-radius: 20px;
	background: #00c2f2
}

.exemplarPreview .reviewScene .author .authorName {
	color: #526069
}

.exemplarPreview .reviewScene .scene {
	width: 360px;
	height: 486px;
	position: absolute
}

.exemplarPreview .reviewScene .scene .sceneContent {
	float: left;
	width: 100%;
	background-color: #f0f3f4;
	height: 100%
}

.exemplarPreview .reviewScene .scene .sceneContent iframe {
	width: 100%;
	height: 100%
}

.exemplarPreview .reviewScene .scene .scenePage {
	float: right;
	width: 40px;
	height: 486px;
	border-right: 1px solid #ccd5db
}

.exemplarPreview .reviewScene .scene .scenePage a {
	width: 39px;
	height: 70px
}

.exemplarPreview .reviewScene .scene .scenePage a:hover {
	background-color: #f0f3f4
}

.exemplarPreview .reviewScene .scene .scenePage .preview {
	position: relative;
	height: 70px;
	margin-top: 173px
}

.exemplarPreview .reviewScene .scene .scenePage .preview em {
	position: absolute;
	bottom: 25px;
	left: 10px;
	font-size: 20px
}

.exemplarPreview .reviewScene .scene .scenePage .next {
	position: relative;
	height: 73px;
	margin-bottom: 173px
}

.exemplarPreview .reviewScene .scene .scenePage .next em {
	position: absolute;
	top: 25px;
	left: 10px;
	font-size: 20px
}

.exemplarPreview .reviewScene .scene .scenePage em {
	display: block
}

.exemplarPreview .exemplar-info {
	margin-left: 360px;
	width: 500px
}

.exemplarPreview .exemplar-info div {
	margin: 0 30px 0 30px
}

.exemplarPreview .exemplar-info .title {
	font-size: 18px;
	padding-top: 30px;
	margin-bottom: 15px;
	color: #526069
}

.exemplarPreview .exemplar-info .description {
	font-size: 12px;
	color: #78838f;
	margin-bottom: 15px
}

.exemplarPreview .exemplar-info .description a {
	color: #59c7f9
}

.exemplarPreview .exemplar-info .description a:hover {
	color: #59c7f9
}

.exemplarPreview .exemplar-info .tag {
	padding-bottom: 10px;
	border-bottom: 1px solid #ccd5db;
	width: 440px;
	overflow: hidden;
	height: 35px
}

.exemplarPreview .exemplar-info .tag span {
	margin: 0 10px 11px 0;
	display: inline-block;
	padding: 0 10px 0 10px;
	height: 24px;
	line-height: 24px;
	border: 1px solid #ccd5db;
	border-radius: 12px;
	color: #1abd9b;
	font-size: 12px
}

.exemplarPreview .exemplar-info .price {
	position: relative
}

.exemplarPreview .exemplar-info .price .priceShow {
	width: 150px;
	margin: 0 290px 0 0
}

.exemplarPreview .exemplar-info .price .activePrice {
	font-size: 72px;
	color: #ff7e7e
}

.exemplarPreview .exemplar-info .price .measureUnit {
	color: #ff7e7e
}

.exemplarPreview .exemplar-info .price .freePrice {
	font-size: 36px;
	color: #48d5b2;
	padding-top: 12px;
	display: block
}

.exemplarPreview .exemplar-info .price .origin-price {
	text-decoration: line-through;
	width: 150px;
	height: 30px;
	background: #f0f3f4;
	color: #1abd9b;
	text-align: center;
	line-height: 30px;
	margin: 0
}

.exemplarPreview .exemplar-info .price .activity {
	width: 100px;
	text-align: center;
	margin-right: 0;
	margin-top: -130px;
	position: absolute;
	right: 0;
	top: 145px
}

.exemplarPreview .exemplar-info .price .activity div {
	margin: 0
}

.exemplarPreview .exemplar-info .price .activity .info {
	background: #ffc36d;
	height: 30px;
	color: #fff;
	line-height: 30px;
	border-left: 1px solid #ffc36d;
	border-top: 1px solid #ffc36d;
	border-right: 1px solid #ffc36d;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

.exemplarPreview .exemplar-info .price .activity .leftDay {
	height: 50px;
	color: #ffc36d;
	line-height: 50px;
	border-left: 1px solid #ffc36d;
	border-bottom: 1px solid #ffc36d;
	border-right: 1px solid #ffc36d;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px
}

.exemplarPreview .exemplar-info .price .activity .leftDay span {
	font-size: 24px
}

.exemplarPreview .exemplar-info .createScene {
	position: absolute;
	top: 266px
}

.exemplarPreview .exemplar-info .createScene a {
	color: #FFF;
	width: 160px;
	height: 40px;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	padding: 0;
	background-color: #48d5b2
}

.exemplarPreview .exemplar-info .createScene a:hover {
	background-color: #6fe29f
}

.exemplarPreview .exemplar-info .copySuccessMessage span {
	background-color: rgba(0,0,0,.8);
	width: 160px;
	height: 40px;
	color: #FFF;
	position: absolute;
	text-align: center;
	line-height: 40px;
	bottom: 75px;
	font-weight: 500;
	right: 183px;
	font-size: 12px
}

.exemplarPreview .exemplar-info .link {
	position: absolute;
	bottom: 30px
}

.exemplarPreview .exemplar-info .link input {
	display: inline;
	width: 200px;
	margin-right: 5px;
	background-color: #FFF;
	height: 30px
}

.exemplarPreview .exemplar-info .link input:hover {
	border-color: #59c7f9;
	font-color: #FFF
}

.exemplarPreview .exemplar-info .link a {
	width: 68px;
	height: 30px;
	border: 1px solid #ccd5db;
	line-height: 30px;
	padding: 0;
	color: #526069
}

.exemplarPreview .exemplar-info .link a:hover {
	background: #59c7f9;
	color: #FFF;
	border: 0
}

.exemplarPreview .exemplar-info .qrcodeShow {
	width: 140px;
	height: 140px;
	position: absolute;
	right: 0;
	bottom: 74px;
	padding: 10px;
	border: 1px solid #ccd5db
}

.exemplarPreview .exemplar-info .QRCode {
	position: absolute;
	bottom: 31px;
	right: 0
}

.exemplarPreview .exemplar-info .QRCode a {
	width: 140px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border: 1px solid #ccd5db;
	padding: 0
}

.exemplarPreview .exemplar-info .QRCode em {
	margin-right: 10px
}

.exemplarPreview .exemplarList {
	width: 160px;
	position: fixed;
	right: 0;
	height: 547px;
	top: 50%;
	margin-top: -274px;
	background-color: #FFF;
	padding: 0 10px 0 10px;
	font-size: 12px
}

.exemplarPreview .exemplarList .headText {
	height: 50px;
	text-align: center;
	line-height: 50px
}

.exemplarPreview .exemplarList .exemplar .subExemplar {
	position: relative;
	margin-bottom: 10px
}

.exemplarPreview .exemplarList .exemplar .subExemplar img {
	width: 140px;
	height: 140px;
	cursor: pointer
}

.exemplarPreview .exemplarList .exemplar .subExemplar div {
	display: none
}

.exemplarPreview .exemplarList .exemplar .subExemplar .subExemplarName {
	width: 100%;
	background-color: rgba(0,0,0,.8);
	height: 30px;
	line-height: 30px;
	text-align: center;
	position: absolute;
	bottom: 0;
	color: #FFF
}

.exemplarPreview .exemplarList .exemplar .nameActive div {
	display: block
}

.exemplarPreview .exemplarList .changeExemplar {
	height: 47px;
	text-align: center;
	line-height: 50px;
	cursor: pointer
}

#print_mine .square-scene li .image .edit .edit-same:hover em,#print_tpl .square-scene li .image .edit .edit-same:hover em {
	background-color: #14bfb4;
	border-color: #14bfb4
}

.eqc-print .info {
	background-color: #18ccc0
}

.eqc-print .info .content {
	position: relative;
	width: 1180px;
	margin: 0 auto
}

.eqc-print .info .content .title {
	font-size: 24px;
	color: #fff;
	padding: 30px 0 86px 0
}

.eqc-print .info .items {
	display: table;
	width: 100%;
	padding: 0 11px
}

.eqc-print .info .items li:first-child {
	margin-left: -11px
}

.eqc-print .info .items li {
	position: relative;
	margin-right: 60px;
	float: left;
	font-size: 12px
}

.eqc-print .info .items li a {
	height: 40px;
	padding: 6px 11px 0 11px;
	display: block;
	color: rgba(255,255,255,.8)
}

.eqc-print .info .items li a:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: #f36;
	transform: scaleX(0);
	transition: transform .25s ease
}

.eqc-print .info .items li a.active,.eqc-print .info .items li a:hover {
	color: #fff
}

.eqc-print .info .items li a.active::before,.eqc-print .info .items li a:hover::before {
	transform: scaleX(1)
}

.eqc-print .info .items .point {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 6px;
	background-color: #f36;
	position: absolute;
	top: 0;
	right: -3px;
	transform: scale(.7)
}

.eqc-print .info .create {
	position: absolute;
	bottom: 30px;
	right: 0
}

.eqc-print .info .create a {
	display: block;
	overflow: hidden;
	width: 160px;
	height: 60px;
	background-color: #ea1f64;
	border-radius: 30px;
	color: #fff
}

.eqc-print .info .create a em {
	display: block;
	width: 60px;
	line-height: 60px;
	font-size: 20px;
	text-align: center;
	float: left
}

.eqc-print .info .create a span {
	font-size: 12px;
	float: left;
	line-height: 60px;
	opacity: 1;
	display: block
}

.eqc-print .info .define {
	position: absolute;
	bottom: 52px;
	right: 13px;
	color: #fff;
	font-size: 14px
}

.eqc-print .info .define em {
	vertical-align: middle
}

.eqc-print .info .define a {
	color: #fff;
	opacity: .8;
	margin-left: 8px
}

.eqc-print .info .define a:hover {
	opacity: 1
}

.eqc-print .sub-nav {
	width: 1180px;
	margin: 20px auto
}

.eqc-print .sub-nav ul.content-list {
	padding-left: 6px
}

.eqc-print .sub-nav ul.content-list li {
	position: relative;
	display: inline-block;
	color: #526069;
	margin-right: 40px
}

.eqc-print .sub-nav ul.content-list a {
	height: 20px;
	padding: 0 4px;
	display: block;
	color: #526069
}

.eqc-print .sub-nav ul.content-list a:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: #14bfb4;
	transform: scaleX(0);
	transition: transform .25s ease
}

.eqc-print .sub-nav ul.content-list a.selected,.eqc-print .sub-nav ul.content-list a:hover {
	color: #14bfb4
}

.eqc-print .sub-nav ul.content-list a.selected::before,.eqc-print .sub-nav ul.content-list a:hover::before {
	transform: scaleX(1)
}

.eqc-print .print-list {
	width: 1180px;
	margin: 0 auto
}

.eqc-print .print-list .recommend {
	position: absolute;
	top: 10px;
	left: -25px;
	width: 100px;
	height: 30px;
	background-color: #ff5448;
	color: #fff;
	line-height: 30px;
	text-align: center;
	transform: rotate(-45deg);
	z-index: 4;
	letter-spacing: 2px
}

.eqc-print .print-list .face {
	background: #f9f9f9 no-repeat center/contain
}

.eqc-print .print-list .applyTpl a {
	background-color: #14bfb4;
	padding: 6px 10px;
	border-radius: 3px
}

.eqc-print .print-list .project-info .eqf-eye {
	transform: scale(.87);
	padding-right: 5px;
	display: inline-block;
	color: #a3afb7
}

#ads_notice,#preview_wrap {
	position: fixed;
	top: 60px;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.5);
	z-index: 1000;
	display: none
}

#ads_notice span.eqf-wrong,#preview_wrap span.eqf-wrong {
	position: absolute;
	top: 20px;
	right: 20px;
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 30px;
	text-align: center;
	line-height: 60px;
	font-size: 30px;
	color: #fff;
	transition: transform .3s;
	transform: scale(1);
	cursor: pointer
}

#ads_notice span.eqf-wrong:hover,#preview_wrap span.eqf-wrong:hover {
	transform: scale(1.1)
}

#ads_notice {
	top: 0;
	display: block
}

#ads_notice .arrow {
	position: absolute;
	font-size: 38px;
	color: #fff;
	margin-top: -19px;
	top: 50%;
	cursor: pointer;
	transform: scale(1);
	transition: transform .5s ease
}

#ads_notice .arrow:hover {
	transform: scale(1.1)
}

#ads_notice .eqf-left {
	left: 5%
}

#ads_notice .eqf-right {
	right: 5%
}

#ads_notice .items {
	position: fixed;
	width: 80%;
	top: 50%;
	left: 50%;
	overflow: hidden
}

#ads_notice .items ul {
	height: 100%;
	transform: translate(0);
	transition: transform .8s ease
}

#ads_notice .items li {
	height: 100%;
	float: left
}

#ads_notice .items img {
	width: 100%
}

.eqc-apply-tpl {
	margin: 20px;
	color: #a3afb7
}

.eqc-apply-tpl p.affirm {
	font-size: 22px;
	margin-bottom: 10px;
	text-align: center
}

.eqc-apply-tpl p.apply-tips {
	margin-left: 95px
}

.eqc-define div {
	position: relative;
	margin: 0 auto
}

.eqc-define .input {
	width: 373px;
	text-align: center;
	margin: 15px auto
}

.eqc-define .input span {
	font-size: 20px;
	vertical-align: middle
}

.eqc-define .size-intro {
	margin-left: 96px;
	font-size: 12px;
	width: 404px
}

.eqc-define .size-intro div:first-child {
	margin-bottom: 6px
}

.eqc-define .size-intro span {
	display: block;
	line-height: 2
}

.eqc-define input,.eqc-define select {
	border-radius: 3px;
	width: 108px
}

.eqc-define input {
	height: 34px;
	padding: 0 6px;
	color: #a3afb7;
	border: 1px solid #ccd5db
}

.eqc-define select {
	width: 109px;
	height: 36px;
	margin: 0 12px;
	color: #999;
	border: 1px solid #ccc
}

.eqc-print-image .modal-body {
	padding: 0
}

.eqc-print-image .pic {
	margin: 21px;
	max-height: 302px;
	min-height: 158px;
	overflow: hidden
}

.eqc-print-image .pic ul {
	padding: 14px 21px 0;
	overflow: hidden;
	background-color: #f0f3f4
}

.eqc-print-image .pic li {
	position: relative;
	float: left;
	width: 102px;
	height: 102px;
	margin: 0 12px 42px 0
}

.eqc-print-image .pic li:nth-child(5n) {
	margin-right: 0
}

.eqc-print-image .pic .checkbox-square {
	position: absolute;
	float: none;
	bottom: -27px;
	left: 50%;
	margin-left: -8px
}

.eqc-print-image .pic label {
	width: 100%;
	height: 100%
}

.eqc-print-image .pic .print-cover {
	width: 100%;
	height: 100%;
	background: #ccc no-repeat center/contain;
	cursor: pointer;
	text-align: center;
	font-size: 12px
}

.eqc-print-image .pic .print-cover:hover {
	opacity: .6
}

.eqc-print-image .pic .print-cover span[class^=eqf-] {
	display: inline-block;
	font-size: 40px;
	line-height: 40px;
	margin: 20px 30px 9px;
	color: #ff5448
}

.eqc-print-image .save-location {
	padding-left: 20px
}

.eqc-print-image .save-location span {
	float: left;
	margin-right: 12px;
	height: 36px;
	line-height: 36px
}

.eqc-print-image .save-location .scene-pic-group {
	background-color: #fff;
	width: 180px;
	height: 36px;
	border-radius: 3px;
	border: 1px solid #ccd5db;
	cursor: pointer;
	display: inline-block
}

.eqc-print-image .save-location .scene-pic-group .select-contain .eqc-name {
	width: 150px;
	height: 36px;
	line-height: 36px;
	padding-left: 10px
}

.eqc-print-image .save-location .scene-pic-group .select-contain .more {
	height: 36px;
	line-height: 36px
}

.eqc-print-image .modal-footer {
	padding: 14px 21px
}

.eqc-print-image .modal-footer .select-all {
	float: left;
	margin-top: 10px
}

.eqc-print-image .modal-footer .select-all .checkbox-square {
	margin-right: 8px
}

.eqc-print-image .modal-footer .select-all label {
	cursor: pointer
}

.eqc-print-image .modal-footer .tips {
	display: inline-block;
	float: left;
	margin-top: 10px;
	font-size: 12px
}

.eqc-create {
	width: 100%;
	margin-top: 40px;
	user-select: none
}

.eqc-create .content {
	width: 1180px;
	margin: 0 auto;
	display: table;
	color: #fff;
	font-size: 12px;
	user-select: none
}

.eqc-create .top {
	position: relative;
	margin: 30px 0
}

.eqc-create .top .title {
	font-size: 24px;
	height: 30px;
	line-height: 30px
}

.eqc-create .top a {
	position: absolute;
	right: 0;
	top: 0;
	padding: 5px 10px;
	background-color: #1abd9b;
	border-radius: 3px;
	line-height: 20px;
	display: block;
	color: #fff
}

.eqc-create .top a span {
	display: inline-block;
	margin-right: 5px;
	transform: scale(.83);
	vertical-align: middle
}

.eqc-create .top a:hover {
	color: #14bfb4;
	cursor: pointer;
	background-color: #fff
}

.eqc-create .user-defined {
	width: 100%;
	overflow: auto
}

.eqc-create .user-defined a {
	float: right;
	height: 60px;
	line-height: 60px;
	color: #fff;
	font-size: 16px
}

.eqc-create .user-defined a:hover {
	color: #14bfb4
}

.eqc-create .works {
	margin-bottom: 60px
}

.eqc-create .works .title {
	font-size: 14px;
	color: #526069
}

.eqc-create .works .category {
	user-select: none;
	width: 100%;
	padding: 20px 0 28px
}

.eqc-create .works .category>div {
	position: relative;
	vertical-align: bottom;
	display: inline-block;
	text-align: center;
	background-size: cover
}

.eqc-create .works .category>div p {
	position: absolute;
	width: 100%;
	color: #526069;
	opacity: .6;
	line-height: 2
}

.eqc-create .works .category>div p.px {
	bottom: -68px;
	display: none
}

.eqc-create .works .category>div p.mm {
	bottom: -50px;
	display: none
}

.eqc-create .works .category>div p:first-child {
	bottom: -33px
}

.eqc-create .works .category>div:hover p {
	opacity: 1
}

.eqc-create .works .category>div:hover p.px {
	display: block
}

.eqc-create .works .category>div:hover p.mm {
	display: block
}

.eqc-create .works .category>div:hover .selected {
	opacity: 1
}

.eqc-create .works .category .selected {
	position: relative;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity .2s;
	background-color: rgba(0,0,0,.6)
}

.eqc-create .works .category .selected .item {
	position: absolute;
	top: 50%;
	margin-top: -35px;
	left: 50%;
	margin-left: -35px;
	height: 70px;
	width: 70px;
	cursor: pointer
}

.eqc-create .works .category .selected .item a {
	color: #fff;
	margin-top: 6px;
	display: inline-block;
	width: 100%
}

.eqc-create .works .category .selected .item span {
	width: 50px;
	height: 50px;
	display: block;
	margin: 0 10px;
	border-radius: 25px;
	background-color: rgba(255,255,255,.2);
	line-height: 50px;
	font-size: 18px;
	-webkit-transition: background-color .3s;
	transition: background-color .3s
}

.eqc-create .works .category .selected .item:hover span {
	background-color: #14bfb4
}

.eqc-create .works .category .ml {
	margin-left: 40px
}

.eqc-create .works .category .h-225 {
	width: 160px;
	height: 225px;
	background-image: url(images/print/xuanchuandan.svg)
}

.eqc-create .works .category .h-169 {
	width: 120px;
	height: 169px;
	background-image: url(images/print/heka.svg)
}

.eqc-create .works .category .h-2 {
	background-image: url(images/print/invention.svg)
}

.eqc-create .works .category .h-255 {
	width: 190px;
	height: 255px;
	background-image: url(images/print/post.svg)
}

.eqc-create .works .category .h-120 {
	width: 200px;
	height: 120px;
	background-image: url(images/print/mingpian.svg)
}

.eqc-create .works .category .w-160 {
	width: 160px;
	height: 160px;
	background-image: url(images/print/taobao.svg)
}

.eqc-create .works .category .w-270 {
	width: 270px;
	height: 150px;
	background-image: url(images/print/weixin.svg)
}

.eqc-create .works .category .w-98 {
	width: 98px;
	height: 237px;
	background-image: url(images/print/longPic.svg)
}

.eqc-create .works .category .w-120 {
	width: 120px;
	height: 158px;
	background-image: url(images/print/gif.svg)
}

.eqc-create .works .category .tag {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100px;
	overflow: hidden;
	pointer-events: none
}

.eqc-create .works .category .tag span {
	display: inline-block;
	height: 30px;
	width: 120px;
	background-color: #ea1f64;
	line-height: 30px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 13px;
	right: -33px;
	text-align: center
}

.eqc-create .ad-print .category {
	height: 352px
}

#hot_zone .content .square-scene li .edit-same:hover em {
	background-color: #14bfb4;
	border-color: #14bfb4
}

#hot_zone .every-day .square-scene li {
	width: 370px;
	height: 490px
}

#hot_zone .every-day .square-scene li:hover .project-info {
	transform: translateY(-20px)
}

#hot_zone .every-day .square-scene .image {
	width: 100%
}

#hot_zone .every-day .square-scene .image .front {
	height: 400px
}

#hot_zone .every-day .square-scene .project-info {
	height: 90px
}

#hot_zone .every-day .square-scene .project-info p {
	padding: 4px 0 12px 0
}

#hot_zone .every-day .square-scene .image,#hot_zone .every-day .square-scene .overlay {
	height: 400px
}

#hot_zone .every-day .square-scene .overlay {
	transform: translateY(-5px)
}

#hot_zone .every-day .square-scene .overlay .edit .edit-same {
	margin-top: 148px
}

#hot_zone .effects .square-scene li {
	width: 170px;
	height: 230px;
	margin-right: 30px;
	margin-bottom: 30px
}

#hot_zone .effects .square-scene li:hover .project-info {
	transform: translateY(-10px)
}

#hot_zone .effects .square-scene li:nth-child(even) {
	margin-right: 0
}

#hot_zone .effects .square-scene .image {
	width: 100%
}

#hot_zone .effects .square-scene .image .front {
	height: 170px
}

#hot_zone .effects .square-scene .project-info {
	height: 60px;
	line-height: 8px;
	padding: 6px 5px 5px
}

#hot_zone .effects .square-scene .project-info p {
	font-size: 12px
}

#hot_zone .effects .square-scene .image,#hot_zone .effects .square-scene .overlay {
	height: 170px
}

#hot_zone .effects .square-scene .overlay {
	transform: translateY(-5px)
}

#hot_zone .effects .square-scene .overlay .edit .edit-same {
	margin-top: 50px
}

#hot_zone .long-image {
	margin-right: 0
}

.eqc-hot-zone {
	margin-bottom: 60px
}

.eqc-hot-zone ul.sort {
	color: #526069
}

.eqc-hot-zone ul.sort li {
	display: inline-block;
	padding: 20px 0;
	width: 370px;
	margin-right: 35px
}

.eqc-hot-zone ul.sort li:last-child {
	margin-right: 0
}

.eqc-hot-zone .content>div {
	display: inline-block;
	margin-right: 35px;
	width: 370px;
	height: 490px;
	vertical-align: top
}

.eqc-tpl-sort .tpl-sort-btn {
	height: 96px;
	padding: 7px 0 0 10px;
	overflow: hidden
}

.eqc-tpl-sort .tpl-sort-btn ul {
	height: 18px;
	margin-bottom: 10px;
	user-select: none
}

.eqc-tpl-sort .tpl-sort-btn ul li {
	display: inline-block;
	color: #526069;
	margin-right: 20px
}

.eqc-tpl-sort .tpl-sort-btn ul li a {
	color: #526069
}

.eqc-tpl-sort .tpl-sort-btn ul:last-child {
	margin-bottom: 0
}

.eqc-tpl-sort .tpl-sort-btn .active {
	color: #14bfb4
}

.eqf-order {
	width: 1180px;
	margin: 0 auto
}

.eqf-order .status {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #fff;
	margin-bottom: 20px
}

.eqf-order .status .ml20 {
	margin-left: 20px
}

.eqf-order .status li {
	float: left;
	width: 130px;
	text-align: center
}

.eqf-order .status .active {
	color: #14bfb4
}

.eqf-order .order-info {
	background-color: #fff;
	margin-bottom: 30px
}

.eqf-order .order-info ul {
	height: 40px;
	margin: 0 20px
}

.eqf-order .order-info ul li {
	width: 190px;
	float: left;
	text-align: center;
	height: 40px;
	line-height: 40px
}

.eqf-order .order-info .items {
	border-top: 1px solid #ccc;
	height: 80px;
	line-height: 80px
}

.eqf-order .order-info .items li {
	height: 100%;
	line-height: inherit
}

.eqf-order .order-info .items li .order-detail {
	color: #14bfb4
}

#eqi_works #print_mine .overlay {
	height: 260px;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 0
}

#eqi_works #print_mine .overlay .edit .edit-same {
	margin-top: 66px
}

#eqi_works #print_mine .overlay .sample {
	top: 170px
}

#eqi_works #print_mine .overlay .buttons {
	bottom: 18px
}

#eqi_works #print_mine .overlay .buttons a {
	color: #fff
}

#eqi_works #print_mine .overlay .buttons .set {
	margin-right: 10px
}

#eqi_works #print_mine .overlay:hover {
	opacity: 1
}

#eqi_works #print_mine li .project-info {
	height: 56px;
	padding: 0 20px
}

#eqi_works #print_mine li .project-info p {
	padding: 8px 0
}

#eqi_works #print_mine li .no-print {
	margin-top: 10px
}

#eqi_works #print_mine li .no-print p {
	padding: 15px 0
}

#eqi_works #print_mine li:hover .buttons {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

#eqi_works #print_mine li:hover .project-info {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

#eqi_works #print_mine li .print-order {
	position: absolute;
	z-index: 1;
	width: 240px;
	height: 46px;
	line-height: 46px;
	bottom: 0;
	margin: 0 20px;
	border-top: 1px solid #ccc
}

#eqi_works #print_mine li .print-order>span i {
	font-size: 20px;
	color: #ea1f64
}

#eqi_works #print_mine li .print-order button {
	position: absolute;
	background-color: #ea1f64;
	width: 100px;
	color: #fff;
	border: 0;
	border-radius: 3px;
	height: 30px;
	line-height: 30px;
	right: 0;
	top: 50%;
	margin-top: -15px
}

#eqi_works #print_mine li .print-order button span {
	vertical-align: middle;
	margin-right: 7px;
	font-size: 15px
}

.eqc-works .sort-btn {
	width: 1180px;
	height: 70px;
	margin: 0 auto;
	padding: 7px 0 0 10px;
	overflow: hidden
}

.eqc-works .sort-btn ul {
	height: 18px;
	margin-bottom: 10px;
	user-select: none
}

.eqc-works .sort-btn ul li {
	display: inline-block;
	color: #526069;
	margin-right: 20px
}

.eqc-works .sort-btn ul li a {
	color: #526069
}

.eqc-works .sort-btn ul:last-child {
	margin-bottom: 0
}

.eqc-works .sort-btn .active {
	color: #14bfb4
}

h1,h2,h3,h4 {
	font-weight: lighter
}

.submit-button {
	width: 200px;
	height: 50px;
	line-height: 50px;
	background-color: #48d5b2;
	text-align: center;
	border-radius: 3px;
	color: #fff;
	font-size: 14px;
	display: block
}

.submit-button:hover {
	color: #fff;
	background-color: #71dfc3
}

.reg-upgrade {
	color: #526069
}

.reg-upgrade .fill-mes {
	padding: 40px 0;
	text-align: center
}

.reg-upgrade .icon-big {
	display: inline-block;
	width: 80px;
	height: 80px;
	background-color: #44cb83;
	border-radius: 40px;
	color: #fff;
	text-align: center;
	line-height: 80px;
	margin-right: 20px
}

.reg-upgrade .guide-layout {
	width: 1180px;
	margin: 0 auto 100px auto
}

.reg-upgrade .tips-suc {
	font-size: 24px;
	padding: 40px 0;
	text-align: center
}

.reg-upgrade .fill-msg {
	width: 420px
}

.reg-upgrade .company {
	padding: 50px 120px;
	background-color: #fff
}

.reg-upgrade .company .same-img {
	border-right: 1px solid #ccd5db;
	padding-right: 49px;
	margin-right: 50px
}

.reg-upgrade .reg-success h1 {
	text-align: left;
	font-size: 40px;
	color: #526069
}

.reg-upgrade .reg-success h1 .icon-big {
	background-color: #44cb83
}

.reg-upgrade .reg-success .guide-list {
	background-color: #fff;
	margin-bottom: 30px
}

.reg-upgrade .reg-success .guide-list .guide-decoration,.reg-upgrade .reg-success .guide-list .img {
	float: left
}

.reg-upgrade .reg-success .guide-list .guide-decoration {
	padding-left: 80px
}

.reg-upgrade .reg-success .guide-list .guide-decoration.sao-ma h2:first-child {
	margin-top: 80px
}

.reg-upgrade .reg-success .guide-list .guide-decoration .submit-button {
	font-size: 16px
}

.reg-upgrade .reg-success .guide-list .guide-decoration h2 {
	font-size: 24px;
	font-weight: lighter;
	line-height: 24px
}

.reg-upgrade .reg-success .guide-list .guide-decoration h2:first-child {
	margin-top: 40px;
	margin-bottom: 30px
}

.reg-upgrade .reg-success .guide-list .guide-decoration h2.next-title {
	margin-bottom: 30px
}

.reg-upgrade .reg-success .guide-list .guide-decoration p {
	line-height: 24px;
	font-size: 18px
}

.reg-upgrade .reg-success .guide-list .guide-decoration.service a {
	font-size: 16px;
	background-color: #56a9fc;
	margin-top: 30px
}

.reg-upgrade .reg-success .guide-list .guide-decoration.service a:hover {
	background-color: #88c2fd
}

.reg-upgrade .reg-success .guide-list .img {
	width: 360px;
	height: 240px;
	background-color: #59c7f9;
	text-align: center
}

.reg-upgrade .reg-success .guide-list .img canvas {
	border: 8px solid #fff
}

.reg-upgrade .reg-success .verson {
	padding: 70px 0 40px 0
}

.reg-upgrade .reg-success .verson em {
	font-size: 28px;
	background-color: #59c7f9;
	float: left
}

.reg-upgrade .reg-success .verson-title {
	display: inline-block
}

.reg-upgrade .reg-success .verson-title h1 {
	font-size: 28px
}

.reg-upgrade .reg-success .verson-title p {
	font-size: 18px
}

.reg-upgrade .reg-success .verson-list {
	width: 100%;
	margin-top: 50px
}

.reg-upgrade .reg-success .verson-list .verson2 .verson-msg {
	background-image: url(../../assets/images/reg-sus/price2.svg)
}

.reg-upgrade .reg-success .verson-list .verson2 .submit-button {
	background-color: #61ddad
}

.reg-upgrade .reg-success .verson-list .verson2 .submit-button:hover {
	background-color: #8be6c3
}

.reg-upgrade .reg-success .verson-list .verson3 .verson-msg {
	background-image: url(../../assets/images/reg-sus/price3.svg)
}

.reg-upgrade .reg-success .verson-list .verson3 .submit-button {
	background-color: #ffc36d
}

.reg-upgrade .reg-success .verson-list .verson3 .submit-button:hover {
	background-color: #ffd8a0
}

.reg-upgrade .reg-success .verson-list .verson4 .verson-msg {
	background-image: url(../../assets/images/reg-sus/price4.svg)
}

.reg-upgrade .reg-success .verson-list .verson4 .submit-button {
	background-color: #ff7e7e
}

.reg-upgrade .reg-success .verson-list .verson4 .submit-button:hover {
	background-color: #ffb1b1
}

.reg-upgrade .reg-success .verson-list li {
	width: 380px;
	background-color: #fff;
	text-align: center;
	float: left
}

.reg-upgrade .reg-success .verson-list li:last-child {
	margin-right: 0
}

.reg-upgrade .reg-success .verson-list li .verson-msg {
	height: 160px;
	color: #fff
}

.reg-upgrade .reg-success .verson-list li .verson-msg p:first-child {
	font-size: 20px;
	height: 65px;
	line-height: 80px
}

.reg-upgrade .reg-success .verson-list li .verson-msg p.price {
	font-size: 48px;
	padding-bottom: 5px
}

.reg-upgrade .reg-success .verson-list li .verson-msg p:last-child {
	font-size: 12px;
	padding-left: 120px
}

.reg-upgrade .reg-success .verson-list li .decoration {
	height: 320px;
	padding-top: 40px
}

.reg-upgrade .reg-success .verson-list li .decoration p {
	font-size: 14px;
	line-height: 36px
}

.reg-upgrade .reg-success .verson-list li .submit-button {
	display: inline-block;
	margin-bottom: 30px;
	font-size: 18px
}

.upgrad-mes label {
	width: 100%;
	height: 30px;
	margin-bottom: 0;
	font-size: 14px
}

.upgrad-mes .form-control {
	display: inline-block;
	width: calc(100% - 30px);
	height: 40px;
	line-height: 40px
}

.upgrad-mes .form-control.mobile {
	width: calc(100% - 150px)
}

.upgrad-mes .code {
	width: 95px;
	display: inline-block;
	margin-left: 20px;
	background-color: #f0f3f4;
	height: 40px;
	line-height: 40px;
	border-radius: 3px;
	color: #526029;
	text-align: center
}

.upgrad-mes .code a {
	display: block
}

.upgrad-mes .submit {
	margin-top: 20px
}

.upgrad-mes .error_text {
	display: block;
	height: 20px;
	color: #ff5448;
	padding-top: 1px
}

.upgrad-mes .tips {
	color: #ff5448;
	font-size: 12px
}

.company-user-modal {
	padding-bottom: 40px
}

html {
	height: 100%
}

body {
	font-family: "Microsoft YaHei","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 300;
	text-align: left;
	position: relative
}

a {
	cursor: pointer
}

blockquote,body,button,code,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,legend,li,pre,textarea,ul {
	margin: 0;
	padding: 0
}

button,input,select,textarea {
	font-family: "Microsoft YaHei","Helvetica Neue",Helvetica,Arial,sans-serif
}

button.btn-default,button.btn-optional {
	padding-left: 16px;
	padding-right: 16px
}

button.btn-parent {
	color: #526069;
	font-size: 16px;
	line-height: 29px;
	border: 0;
	margin-left: 8px
}

button.btn-parent[disabled] {
	cursor: default
}

input,textarea {
	box-shadow: inherit;
	border: 1px solid #ccd5db;
	padding: 0 6px;
	outline: 0!important
}

.lt {
	float: left
}

.rt {
	float: right
}

.commonWidth {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden
}

body>a {
	display: none
}

a {
	text-decoration: none
}

ul {
	list-style-type: none
}

label {
	max-width: inherit
}

.anchorBL,.bdshare-slide-button-box {
	display: none!important
}

.show-con {
	display: none
}

.scene-setting .scene-setting-info .left {
	float: left;
	margin-top: 30px
}

.scene-setting .scene-setting-info .right {
	float: left;
	margin-left: 20px;
	margin-top: 30px
}

.scene-setting .scene-setting-info .center {
	float: left;
	margin-left: 20px;
	margin-top: 30px;
	width: 180px
}

.scene-setting .scene-setting-info .right1 {
	float: left;
	margin-left: 20px;
	margin-top: 30px;
	width: 180px
}

.scene-setting .scene-setting-info .right .redborder {
	border: 1px solid red
}

.scene-setting .scene-setting-info .right .setting-value {
	position: relative
}

.scene-setting .scene-setting-info .right .setting-value .input-tip {
	position: absolute;
	right: 10px;
	line-height: 36px;
	top: 0;
	color: #A3AFB7
}

.workspace .history a.pcshow {
	display: block
}

.workspace .history a.mshow {
	display: none
}

.discountslist {
	border-bottom: 1px solid #eee;
	margin-bottom: 10px
}

.discountslist>div {
	width: 25%
}

.m-show {
	display: none
}

@media only screen and (max-width:768px) {
	.m-hide {
		display: none
	}

	.m-show {
		display: block
	}

	.head_navs {
		width: 100%;
		padding-left: 0!important;
		position: fixed;
		right: 0;
		height: 60px;
		bottom: 0;
		overflow-y: scroll;
		background-color: #32bea6!important
	}

	.head_nav .nav {
		right: 10px;
		position: absolute!important
	}

	.header-contain .head_nav ul.head_navs li {
		width: 25%;
		float: left;
		margin-right: inherit
	}

	.header-contain .head_nav ul.head_navs li.isActive {
		background: inherit
	}

	.header-contain .head_nav ul.head_navs li.isActive a {
		color: #fff
	}

	.footer {
		margin-bottom: 60px
	}

	.header-contain .head_nav ul.head_navs li a {
		margin: 0;
		color: #eee;
		border-bottom: 1px dashed #333;
		font-size: 16px
	}

	.header-contain .head_nav .pull-right li.mes_con {
		display: none
	}

	.header-contain .head_nav ul.head_navs li a:hover,.header_tpl .head_nav ul li.hover a {
		color: #fff;
		background-color: inherit
	}

	.m-nav-btn {
		position: absolute;
		right: 15px;
		text-align: center
	}

	.m-nav-btn a {
		border: 1px solid #eee;
		border-radius: 5px;
		height: 40px;
		margin-top: 10px;
		margin-right: 10px;
		float: left
	}

	.m-show a i {
		display: block;
		width: 40px;
		height: 40px;
		font-size: 18px;
		line-height: 40px
	}

	.same-content {
		width: 100%
	}

	.changjing-data {
		padding-left: 15px
	}

	.info .creat {
		margin-right: 15px;
		display: none
	}

	.head-shadow .head-creat {
		display: none!important
	}

	.info-show .info-title {
		text-align: center
	}

	.same-content .ad {
		display: none
	}

	.same-content .slides_container {
		display: none
	}

	#main .square-scene li .buttons .erweima.button {
		display: none
	}

	#main .button {
		float: left;
		margin-left: 5px
	}

	h5 {
		height: auto
	}

	h5 span {
		float: inherit
	}

	#main .square-scene li {
		width: 29.33%;
		margin: 0 1%;
		padding: 0 1%;
		margin-bottom: 20px
	}

	#main .same-content .square-scene li:nth-child(4n) {
		margin-right: 1%
	}

	.scene-type .search-tab {
		margin-right: 10px
	}

	#main .square-scene li .image {
		width: 100%;
		height: 220px;
		position: relative
	}

	#main .listimg {
		background-size: 100% 100%!important
	}

	#bodyheight {
		margin-top: 60px
	}

	.content_center {
		width: 100%!important;
		text-align: center;
		position: inherit!important;
		margin-left: inherit!important
	}

	#main .square-scene li .project-info {
		background: inherit
	}

	#main .square-scene li .overlay {
		height: 100%;
		opacity: 1;
		transform: translateY(0);
		background-color: rgba(0,0,0,.6)
	}

	#main .square-scene li .buttons {
		opacity: 1;
		transform: translateY(27px);
		bottom: inherit
	}

	#main .square-scene li .image .front {
		height: 100%;
		bottom: 0
	}

	#main .square-scene li:hover .project-info {
		transform: translateY(0)
	}

	.jiaoxue {
		width: 100%!important;
		height: auto;
		display: none
	}

	#main .ercode {
		padding: 0
	}

	#main .square-scene li .overlay .edit .edit-same {
		margin-top: 60px
	}

	#main .square-scene li .overlay .edit .edit-same em {
		display: block;
		font-size: 30px;
		border-radius: 50%;
		background-color: rgba(255,255,255,.2);
		text-align: center;
		width: 40px;
		height: 40px;
		line-height: 40px;
		margin-bottom: 10px
	}

	#main .rec-scene>li .scene-data {
		padding: 10px
	}

	#main .rec-scene>li .scene-data .scene-data-footer {
		position: inherit;
		left: inherit;
		right: inherit;
		bottom: inherit
	}

	#main .rec-scene>li .scene-data .scene-data-footer .user-param a {
		width: auto;
		padding-right: 10px
	}

	.scene-type {
		margin: 10px
	}

	.scene-type .search input {
		border-color: #14bfb4;
		color: #1f2532;
		width: 120px
	}

	.transfer_tip_footer .transfer_tip {
		position: inherit;
		top: auto;
		line-height: 50px
	}

	.platform-hyp,.platform-yqx {
		left: auto
	}

	.info-show .info-title {
		padding-bottom: 30px!important
	}

	.info .creat-scene {
		position: inherit;
		margin-bottom: 20px;
		display: none
	}

	.info .creat-scene a {
		margin: 0 auto
	}

	.info ul.tab-line {
		background: #fff
	}

	.info ul.tab-line li {
		line-height: 40px;
		margin-right: 15px
	}

	.info ul.tab-line li a {
		color: #14bfb4;
		padding: inherit
	}

	.sample-childcat .cat-list {
		width: 100%;
		height: auto
	}

	#main .u-content .account-contain .account-items {
		padding: 10px
	}

	#main .info-area .opera-userinfo {
		position: inherit;
		margin-right: 20px
	}

	#main .info-area .opera-userinfo .scene-oper {
		padding-left: 0
	}

	#main .u-content .account-contain .account-items .item-one {
		width: 20%
	}

	#main .u-content .account-contain .account-items .item-two {
		width: 60%
	}

	#main .u-content .account-contain .account-items .item-three {
		width: 20%
	}

	#main .u-content .account-contain .account-items .item-three a {
		padding: 0
	}

	.modal.in .modal-dialog {
		width: 100%
	}
}

@media only screen and (max-width:425px) {
	#main .square-scene li {
		width: 46%
	}

	#main .square-scene li .image {
		height: 180px
	}

	#main .square-scene li .overlay .edit .edit-same {
		margin-top: 60px
	}
}

@media only screen and (max-width:320px) {
	#main .square-scene li {
		width: 46%
	}

	#main .square-scene li .image {
		height: 160px
	}

	#main .square-scene li .overlay .edit .edit-same {
		margin-top: 70px;
		width: 25%;
		float: left
	}

	#main .square-scene li .overlay .edit .edit-same em {
		display: block;
		font-size: 30px;
		border-radius: 50%;
		background-color: rgba(255,255,255,.2);
		text-align: center;
		width: 30px;
		height: 30px;
		line-height: 30px;
		margin-bottom: 10px
	}
}
