@CHARSET "UTF-8";
[file_path="/css/ui-customer.css"]{
	padding: auto;
}

body,
form,
fieldset,
table,
td,
img,
div {
	margin: 0;
	padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: "Microsoft YaHei", "微软雅黑", "Helvetica Neue", Helvetica, "Hiragino Sans GB", Arial, sans-serif !important;
	color: #333
}

body.boxed {
	background: #ebebeb;
	/*url("../img/bg/whitey.png") repeat scroll 0 0 rgba(0, 0, 0, 0);*/
	/*box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);*/
	margin: 0 auto;
	width: auto;
	max-width: 100%;
}

body {
	background: #f4f5f6;
	font-family: MicrosoftYaHei !important;
	font-size: 14px;
	position: relative;
}

#maincontent {
	background-color: #fff;
}

select,
input,
img,
select {
	vertical-align: middle;
}

img {
	max-width: 100%;
}

img.lazy {
	width: 100%;
}

/** 去除input type=number的上下箭头 hide spinner **/
input[type='number'] {
	-moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
	margin: 0;
}

input[type="radio"],
input[type="checkbox"] {
	width: 16px;
	height: 16px;
	margin: 0px 5px 0px 0;
	display: inline-block;
}

h1,
.h1,
h2,
.h2 {
	font-size: 20px;
}

h3,
.h3 {
	font-size: 18px;
}

h4,
.h4 {
	font-size: 16px;
}

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

.mb10 {
	margin-bottom: 10px;
}

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

.no-decoration a:hover,
a:hover {
	text-decoration: none;
}

table.noBorderTable td,
table.noBorderTable th,
table.noBorderTable caption {
	border: 1px dashed #ddd !important
}

table {
	border-collapse: collapse;
	display: table;
	width: 100%;
}

td,
th {
	word-wrap: break-word;
	word-break: break-all;
}

caption {
	border: 1px dashed #DDD;
	border-bottom: 0;
	padding: 3px;
	text-align: center
}

th {
	border-top: 1px solid #eee;
	background: #f7f7f7;
	color: #333;
}

.ue-table-interlace-color-single {
	background-color: #fcfcfc
}

.ue-table-interlace-color-double {
	background-color: #f7faff
}

td p {
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
}

.table-noborder>thead>tr>th,
.table-noborder>tbody>tr>th,
.table-noborder>tbody>tr>td,
.table-noborder>tfoot>tr>th,
.table-noborder>tr>td,
.table-noborder>thead>tr>td,
.table-noborder>tbody>tr>td,
.table-noborder>tfoot>tr>td {
	border: 0 none !important;
}

.ui-jqgrid .ui-pg-table td,
.ui-jqgrid .ui-pg-table th {
	border: 0 none;
	width: auto !important;
}

td table,
.ui-jqgrid .ui-pg-table table {
	width: auto !important;
}

header {
	margin-bottom: 0 !important
}
header .navbar-nav{white-space: nowrap;flex-wrap: nowrap;}
.ui-jqgrid-hbox {
	padding-right: 6px;
}

.pagelink {
	margin: 20px 0 10px;
	text-align: center;
	line-height: 24px;
}

.pagelink a {
	display: inline-block;
	padding: 5px;
	cursor: pointer;
	background: #FFF;
}

.pagelink span {
	display: inline-block;
	padding: 5px 10px;
	border: #CCC 1px solid;
}

.pagelink span.disabled {
	color: #999;
}

.pagelink .bg-primary {
	color: #FFF;
}

.pagelink select {
	vertical-align: baseline;
	width: auto;
	height: auto;
	padding: 0 0;
}

.error-message {
	clear: both;
	color: #fff;
	font-weight: bold;
	background: #c73e14;
}

.red {
	color: red;
}

a .user-unread-msgnum,
.navbar-default .navbar-nav>.open>a .user-unread-msgnum,
.nav>li>a .user-unread-msgnum {
	background: #ff9900;
	color: #FFF;
	font-size: 12px;
	line-height: 16px;
	display: none;
	text-align: center;
	padding: 2px 5px;
	border-radius: 2px;
	margin-left: 5px;
}

.toparrow {
	position: absolute;
	padding: 2px 5px;
	font-size: 13px;
	transform: scale(0.8);
	color: #fff;
	border-radius: 4px;
	background: #E95F1E;
	z-index: 5;
}

.toparrow:after {
	top: 100%;
	left: 3px;
	border-top: solid transparent;
	border-right: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #E95F1E;
	border-width: 4px;
	margin-left: 0px;
}

.rightarrow {
	position: absolute;
	padding: 2px 5px;
	font-size: 13px;
	transform: scale(0.8);
	color: #fff;
	border-radius: 4px;
	background: #E95F1E;
	z-index: 5;
}

.rightarrow:after {
	top: 50%;
	left: -3px;
	border-top: solid transparent;
	border-right: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-right-color: #E95F1E;
	border-width: 4px;
	margin-left: 0px;
}

/* 导航 */
#header-breadcrumb {
	margin-top: -30px;
	padding-top: 35px;
	padding-bottom: 5px;
	background: none repeat scroll 0 0 #F6F6F6;
	border-bottom: 1px solid #EEEEEE;
}

#header-breadcrumb .breadcrumb {
	padding: 0 0;
	margin: 0 0;
	line-height: 40px;
}

.breadcrumb {
	margin: 0 0;
	background-color: inherit;
}

.footer-top h4,
.footer-top h5 {
	color: #e8e5e5;
}

.footer-top p {
	font-size: 13px;
	line-height: 30px;
	color: #fff
}

.footer-top {
	background: none repeat scroll 0 0 #ecf0f1;
	border-bottom: 1px solid #414f5a;
	padding: 50px 0px 10px;
}

.footer-bottom {
	background: none repeat scroll 0 0 #202a3e;
	color: #aeb8cc;
	line-height: 30px;
	padding: 10px 0px;
}

.copyright {
	font-size: 12px;
	text-align: left;
}

#register-errorinfo,
#login-errorinfo,
#submit-errorinfo {
	padding: 0 15px;
	border: 0 none;
}

span#login-user-name {
	min-width: 45px;
	display: inline-block;
	max-width: 99px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/*bootstrap */
.navbar {
	margin-bottom: 5px;
	border-radius: 0px;
}

.navbar-nav>li {
	float: left;
}

.nav .dropdown,
.nav .dropdown .dropdown-menu,
.dropdown-menu {
	margin-top: 0px;
	margin-bottom: 0px;
}

.dropdown-menu .fa,
.dropdown-menu .glyphicon {
	width: 20px;
	text-align: center;
}

/*
.nav .divider-vertical{height:40px;margin:0 2px;border-right:1px solid #fff;border-left:1px solid #f2f2f2}
.dropdown-menu .divider{*width:100%;height:1px;margin:9px 1px;*margin:-5px 0 5px;overflow:hidden;background-color:#e5e5e5;border-bottom:1px solid #fff}
.nav-list .divider{*width:100%;height:1px;margin:9px 1px;*margin:-5px 0 5px;overflow:hidden;background-color:#e5e5e5;border-bottom:1px solid #fff}
.breadcrumb>li>.divider{padding:0 5px;color:#ccc}.breadcrumb>.active{color:#999}
.dropdown-menu .divider{margin:2px 1px;}
.nav-list .divider{margin:1px -15px 0px;}
.ui-search-options li.divider {padding:0;}
*/
.dropdown-menu,
.navbar-nav .open .dropdown-menu {
	position: absolute;
	top: 100%;
	z-index: 1000;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 0px 0 0 !important;
	list-style: none;
	text-align: left;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
}

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

.navbar-fixed-bottom .navbar-nav>li {
	text-align: center;
}

.carousel-control {
	opacity: 0.3;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
	opacity: 0.3;
}

.carousel-control:hover .glyphicon-chevron-left,
.carousel-control:hover .glyphicon-chevron-right {
	opacity: 0.9;
}

.alert {
	margin: 20px 0;
}

legend {
	width: auto;
}

.form-horizontal .control-group {
	margin-bottom: 5px;
}

.form-control {
	max-width: 100%;
}

.form-inline .form-control {
	display: inline-block;
	width: auto;
	margin-right: 10px
}

.form-horizontal .col-form-label,
.col-form-label {
	line-height: 40px;
	font-weight: normal;
	padding-top: 0px;
}

textarea {
	height: auto;
	width: auto;
}

.form-group .en-name input {
	width: 135px;
}

.radio label,
.checkbox label {
	margin-left: 0;
	padding-left: 0;
}

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

.has-error .help-block {
	display: inline-block;
	margin: 10px;
}

.has-error .help-block,
.has-error .col-form-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
	color: red;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
	background-color: #eee;
	color: #999;
}

.form-group.has-error {
	border: 1px solid rgba(224, 201, 201, 0.62);
	margin-top: 10px;
}

.has-error .form-control:focus {
	border: 1px solid red;
}

.required-star {
	color: red;
	font-size: 14px;
	line-height: 32px;
	vertical-align: bottom;
}

.popover {
	z-index: 101000;
}

.btn-group {
	margin: 0 3px;
}

/* checkbox,radio 放在label中
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"]{
    margin-left:-20;
}
*/
#auth-login-group li {
	text-align: left;
}

#auth-login-group .dropdown-menu {
	min-width: 120px;
	left: 22px;
}

#auth-login-group .dropdown-menu a {
	padding: 3px 0;
}

/*  portlet编辑模板布局相关的开始  */
.ui-portlet-header .ui-icon {
	float: right;
}

.ui-contain-active {
	background: #AED0EA;
}

.ui-sortable-placeholder {
	border: 1px dotted black;
	visibility: visible !important;
	height: 50px !important;
}

.ui-sortable-placeholder * {
	visibility: hidden;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: none;
	text-align: center;
}

/* 加入一些强制初始化的，避免某些浏览器插件造成影响页面错乱 */
.modal-content { border: 0;position: relative !important;margin:0 !important;padding:0 !important;left:0 !important;top:0 !important;transform:none !important;text-align:left !important; }
.modal-content input[type=checkbox],.modal-content input[type=radio]{height: auto;}

.modal.transparent .modal-content {
	background: transparent;
	box-shadow: none;
	border: 0 none;
}

.modal.transparent .modal-header {
	border: 0 none;
	color: #000;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1000;
}

.modal.transparent .modal-header h3 {
	display: none;
}

.modal.transparent .close {
	color: #000;
	opacity: 0.7;margin:0;
}

.modal.transparent .close:hover {
	opacity: 0.8;
}

.ui-datepicker {
	border: 1px solid #c5c5c5;
	z-index: 2000 !important;
	font-size: 14px;
	display: none;
	background: #f8f8f8;
}

.ui-datepicker td,
.ui-datepicker th {
	line-height: 2;
}

.ui-datepicker .ui-state-default {
	padding: 4px 8px;
	border: 0 none;
}

.ui-datepicker .ui-state-active {
	background: #446e9b;
	color: white;
}

.ui-datepicker .ui-state-highlight {
	background: #f4f1ea;
	color: #428bca;
}

.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}

.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}

.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}

.ui-datepicker .ui-datepicker-next {
	right: 2px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 2.8em;
	height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -1.4em;
	white-space: nowrap;
	font-size: 14px;
	top: 50%;
	margin-top: -8px;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
	font-size: 14px;
}

.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}

.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}

.btn-uploadfile {
	position: relative;
}

.btn-uploadfile .btn {
	width: 135px;
}

.btn-uploadfile input[type=file] {
	position: absolute;
	width: 120px;
	height: 36px;
	cursor: pointer;
	left: 0;
	top: 0;
	opacity: 0;
}

.upload-fileitem {
	margin-top: 5px;
	margin-right: 5px;
	position: relative;
}

.upload-fileitem .remove {
	top: 0px;
	right: 0px;
	padding: 3px;
	position: absolute;
	font-size: 14px;
	color: #999;
	cursor: pointer;
}

.upload-fileitem img {
	max-width: 120px;
	max-height: 120px;
}

.upload-fileitem:hover .remove {
	display: inline-block;
}

.upload-fileitem .btn {
	display: block;
	text-align: left;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	border-radius: 0px;
	padding: 3px;
}

.upload-fileitem .filename,
.upload-fileitem .filesize {
	display: none;
}

/*  portlet区域样式相关*/
.ui-portlet {
	margin: 0;
	background: #FFF;
}

.ui-portlet ul,
ul.ui-portlet-list {
	padding: 0 0;
}

ul.ui-portlet-list,
ul.ui-portlet-list>li {
	list-style-type: none;
	list-style: none;
}

.ui-portlet-content {
	zoom: 1;
}

ul.ui-portlet-list>li.no-border,
.no-border {
	border: 0 none;
}

.ui-portlet-header .title {
	font-weight: normal !important;
	border-bottom: 0 !important;
	border-left: 5px solid #ff793f;
	font-size: 16px;
	line-height: 1;
	padding: 0 0 0 10px !important;
}

.ui-portlet-header {
	padding: 0.5rem 0px;
	margin: 20px 0 15px;
	background: #FFF;
	border-bottom: 1px solid #dee2e6;
}

.ui-portlet h3 a {
	font-size: 18px;
}

.ui-portlet h3 a:hover {
	text-decoration: none;
}

.transparent {
	background: transparent !important;
}

/* portlet-title-list 为列表区域的样式，为ul li 结构. 标题列表，复杂内容列表（图文等） */
/*.portlet-title-list,.portlet-content-list {
    padding: 0 5px;
}*/
/* 插入模板的列表 */
.regionlist {
	margin: 0px 0px;
}

li.regionlist {
	list-style: none;
}

.regionlist p {
	font-size: 12px;
}

.summarylist {
	min-height: 60px;
}

.regionleft {
	margin-right: 10px;
}

.regionright {
	margin-left: 70px;
	margin-right: 10px;
}

.listauthor {
	line-height: 24px;
	margin-top: 5px;
}

.listauthor span {
	color: #7E8FA1;
	font-family: "宋体";
	font-size: 12px;
}

.ui-region-list-area .regionlist {
	margin-left: 10px;
	padding: 10px 0;
}

.regionlist a:link,
.regionlist a:hover {
	text-decoration: none;
}

.regionlist,
.regiontitlelist {
	border-bottom: 1px dashed #C7C8C9;
}

.regionlist p {
	font-size: 14px;
}

.regionlist h3 {
	margin: 0 0 15px 0;
	font-weight: bold;
}

.regionleft img,
.listsummary img {
	border: 1px solid #CCCCCC;
	float: left;
	padding: 2px;
	max-height: 100px;
	max-width: 150px;
}

.portlet-title-list a {
	background: url("../img/bg/list-bg-icon.png") repeat scroll 0 -31px transparent;
	display: block;
	line-height: 31px;
	padding: 0 0;
	overflow: hidden;
	text-indent: 16px;
	white-space: nowrap;
	padding: 0;
}

ul.title-list li {
	line-height: 28px;
	margin-left: 8px;
}

ul.portlet-title-list li a:hover,
ul.portlet-content-list li a.active {
	text-decoration: none;
	background-position: 0 0;
}

.floatli li {
	float: left;
}

.row.small-padding {
	margin-left: -8px;
	margin-right: -8px;
}

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

.list-item-photo {
	margin-bottom: 15px;
	border: 1px solid #ecf0f1;
	text-align: center;
}

.list-item-photo:hover {
	-webkit-box-shadow: 0px 0px 5px 0px #e8e8e8;
	-moz-box-shadow: 0px 0px 5px 0px #e8e8e8;
	box-shadow: 0px 0px 5px 0px #e8e8e8;
}

.list-item-photo .photoArea>a:hover {
	position: relative;
}

.list-item-photo .photoArea>a:hover img {
	display: block;
	-webkit-opacity: 0.9;
	-moz-opacity: 0.9;
	opacity: 0.9;
}

.list-item-photo .photoArea {
	padding: 2px;
	text-align: center;
}

.list-item-photo .photoArea img,
.list-item-photo .photoArea img:hover {
	display: inline-block !important;
	border: none;
}

.list-item-photo .describe {
	line-height: 18px;
	word-break: break-all;
	word-wrap: break-word;
}

.nopadding .ui-portlet-content {
	padding: 0;
}

.noborder {
	border: 0 none;
}

/*  portlet编辑相关的结束 */
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
	width: 100%;
}

/* History Pulldown
----------------------------------*/
.ui-state-error .ui-icon-alert {
	float: left;
}

.ui-accordion .ui-accordion-content {
	padding: 5px;
	min-height: 100px;
}

.ui-accordion .ui-accordion-header .ui-icon {
	left: 0;
}

.ui-progressbar-value {
	background-image: url(../img/pbar-ani.gif);
}

.ui-buttonset {
	margin-right: 0px;
}

.ui-button .ui-button-text {
	display: block;
	line-height: 24px;
}

.ui-selectmenu {
	line-height: 24px;
	display: block;
	padding: 5px;
}

.ui-selectmenu-status {
	line-height: 24px;
}

.ui-selectmenu-menu li a,
.ui-selectmenu-status {
	line-height: 24px;
	padding: 2px 10px;
}

.ui-float-right {
	float: right;
}

.ui-float-left {
	float: left;
}

.ui-pop-tips .ico {
	float: left;
	width: 29px;
	height: 29px;
	margin-right: 10px;
	background: url(../img/icons/gb_icon.png) no-repeat 0 -700px
}

.ui-pop-tips .ico-error {
	background-position: 0 -740px
}

.ui-pop-tips .ico-success {
	background-position: 0 -560px
}

.ui-pop-tips .tips-cnt {
	line-height: 29px;
	width: auto;
	overflow: hidden;
	#overflow: visible;
	#zoom: 1;
}

/* digg及分享 */
.ui-digg {
	margin: 5px;
	padding: 5px;
	width: 60px;
	float: left;
	background: #DBEDF9;
}

.ui-digg .ui-dig-num {
	line-height: 32px;
	text-align: center;
}

.ui-share {
	margin: 20px 10px 5px;
	background-color: #FFFFFF;
	border-color: #DDDDDD;
	border-radius: 0;
	border-style: solid;
	border-width: 1px;
	box-shadow: none;
	width: 72px;
	line-height: 22px;
	text-align: center;
	float: right;
}

.ui-share .btn,
.ui-share a {
	display: block;
	border-width: 0px;
	border-bottom-width: 1px;
}

.ui-share .ui-share-num {
	line-height: 42px;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}

/* 编辑布局工具栏图标按钮右对齐  */
.ui-widget-header .ui-icon,
.ui-portlet-header .ui-icon {
	float: right;
}

.ui-widget-header select {
	color: #666;
}

.ui-header-login {
	padding: 17px 0;
}

.ui-login-ways {
	margin: 15px 15px 0 0;
	position: relative;
	width: 150px;
}

.ui-oauth-login-list {
	width: 122px;
	height: 24px;
	overflow: hidden;
	background: url(../img/oauth/bg_loginways.png) no-repeat scroll 0 0 #FFFFFF;
}

.ui-oauth-login-list li img {
	width: 100px;
	height: 24px;
}

.ui-oauth-login-list li {
	text-align: left;
}

.ui-navi {
	display: inline-block;
	list-style: none;
	padding: 0;
}

.ui-navi li {
	float: left;
}

.ui-navi .ui-drop-menu {
	display: none;
	position: absolute;
	z-index: 2;
	background-color: #f2f7fb;
}

.ui-navi li a {
	display: inline-block;
	font: 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	height: 36px;
	line-height: 34px;
	padding: 0 30px;
	text-decoration: none;
}

.dropdown-submenu.dropdown-left>a:after {
	display: block;
	content: " ";
	float: left;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 5px 5px 0;
	border-right-color: #cccccc;
	margin-top: 5px;
	margin-left: -15px;
}

.dropdown-submenu.dropdown-left>.dropdown-menu {
	top: 0;
	left: -100%;
	right: 100%;
	margin-top: -6px;
	margin-left: -16px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}

.collapse-menu .collapse-submenu {
	display: none;
	padding-left: 0px;
	list-style: none;
}

.collapse-menu .collapse-submenu>li>a {
	padding-left: 30px;
}

.collapse-menu .open .collapse-submenu {
	display: block;
}

.collapse-submenu li>a {
	padding: 6px 15px;
	display: block;
}

.collapse-menu>li>a,
.collapse-menu>.open>a,
.collapse-menu>.open>a:hover,
.collapse-menu>.open>a:focus {
	border-radius: 0;
	background-color: #f3f3f3;
	display: block;
}

.collapse-menu>.open>a {
	border-bottom: 1px solid #d8d8d8;
}

.collapse-menu>li {
	border: 1px solid #d8d8d8;
}

.collapse-menu>li+li {
	margin-top: 0px;
	border-top: 0;
}

.collapse-submenu li.open>a,
.collapse-submenu li.open>a:hover {
	background-color: #428bca;
	color: #FFF;
}

.ui-search-label {
	float: left;
	width: 70px;
	line-height: 19px;
}

.ui-search-options {
	margin-bottom: 0px
}

.ui-search-options li {
	padding: 0 2px;
}

.ui-search-options li:hover .ui-drop-menu {
	display: block;
}

.ui-search-options .ui-drop-menu {
	display: none;
	position: absolute;
	z-index: 2;
	background-color: #f2f7fb;
}

.ui-search-options li a {
	display: block;
	padding: 1px 5px;
}

.ui-search-options li a:hover {
	text-decoration: none;
}

/* background-color: #FF6600; */
.user-sidebar h5 {
	font-size: 16px;
	font-weight: normal;
	padding: 0px 30px;
	color: #222;
	line-height: 34px;
	margin: 5px 0;
	/*border-top:1px solid #e7e7eb;*/
}

.user-sidebar .nav>li>a {
	padding: 5px 10px 5px 58px;
	color: #8d8d8d;
}

.user-sidebar .nav>li>a:hover {
	background-color: #f4f5f9;
}

.user-sidebar .nav-stacked {
	margin-bottom: 10px;
}

/* 文章显示样式 */
.Content-box {
	padding: 20px;
}

.Content-title {
	border-bottom: 1px solid #ddd;
	text-align: left;
	font-size: 24px;
	padding-bottom: 10px;
	margin: 10px 0;
}

.Content-info {
	padding: 5px 0 15px 0px;
	text-align: left;
	color: #999;
	font-size: 13px;
}

.Content-body {
	padding: 20px 0;
}

.Content-body p {
	margin: 0 0;
	clear: both;
    min-height: 1em;
}

.Content-body * {
	box-sizing: border-box !important;
	max-width: 100% !important;
	-webkit-box-sizing: border-box !important;
	word-wrap: break-word !important;
}

.Content-body img {
	max-width: 100% !important;
	margin: 0 auto;
	height: auto !important;
}

.Content-body p,
.Content-body span {
	white-space: normal !important;
}

/* 对文章的观点的样式 */
.viewpoint_list a {
	background: none repeat scroll 0 0 #C8C8C8;
	color: #FFFFFF;
	float: left;
	font: 700 13px/30px simsun;
	margin: 0 1px 1px 0;
	padding: 0 15px;
	white-space: nowrap;
}

.viewpoint_list a.c6 {
	background: none repeat scroll 0 0 #C85A4D;
}

.viewpoint_list a.c5 {
	background: none repeat scroll 0 0 #B55547;
}

.viewpoint_list a.c4 {
	background: none repeat scroll 0 0 #904943;
}

.viewpoint_list a.c3 {
	background: none repeat scroll 0 0 #8E8E8E;
}

.viewpoint_list a.c2 {
	background: none repeat scroll 0 0 #ACACAC;
}

.viewpoint_list a.c1 {
	background: none repeat scroll 0 0 #C8C8C8;
}

.mod-view-point .ft input {
	-moz-border-radius: 0;
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.098) inset;
	border: 1px solid #AAAAAA;
	color: #999999;
	padding: 2px;
	width: 170px;
}

.appmsg {
	border: 1px solid #eee;
	margin-bottom: 10px;
	border-radius: 6px
}

.appmsg h4 {
	margin: 10px 0px;
}

.appmsg_content {
	padding: 14px 14px 0;
	position: relative;
}

.appmsg_content .cover {
	height: 120px;
	overflow: hidden;
}

.appmsg_content img {
	width: 100%;
}

.submsg-title {
	padding: 5px 14px;
}

.submsg-title img {
	width: 45px;
	height: 45px;
	float: right;
}

.appmsg_desc {
	max-height: 80px;
	overflow: hidden;
	padding: 5px 0 10px;
	word-wrap: break-word;
	word-break: break-all;
}

.appmsg_opr {
	background-color: #f4f4f4;
	border-top: 1px solid #eee;
	text-align: center;
}

.appmsg_opr a {
	display: block;
	line-height: 44px;
	color: rgb(157, 157, 157);
}

.opr-edit {
	border-right: 1px solid #eee;
}

/*  订单部分开始 */
.pamount {
	text-align: center;
}

.input-group .add,
.input-group .reduce {
	cursor: pointer
}

.cydz {
	overflow: hidden;
	margin-bottom: 7px
}

.cydz li {
	line-height: 150%;
	display: block;
	float: left;
	margin-right: 7px;
	background: #F8FBFC;
	border: #B7D2DF dotted 1px;
	color: #87B4C9;
	padding-left: 2px;
	margin-bottom: 5px;
	overflow: hidden;
}

.cydz li.xz {
	color: #F8AA27;
	background: #FFFAEE;
	border: #F9BA53 dotted 1px
}

*/ .cydz li input[type="radio"] {
	margin-right: 5px;
}

.cydz {
	overflow: hidden;
	margin-bottom: 7px;
	border: #B7D2DF dotted 1px;
	color: #87B4C9;
	background: #F8FBFC;
	padding: 5px 0 5px 10px;
}

.cydz li {
	width: 99%;
	display: block;
	margin-right: 7px;
	border: #F8FBFC dotted 1px;
	color: #87B4C9;
	padding-left: 2px;
	overflow: hidden;
}

.cydz li.xz {
	color: #F8AA27;
	background: #FFFAEE;
	border: #F9BA53 dotted 1px
}

.cydz .remark {
	color: Gray;
}

.cydz td {
	padding: 0px;
}

.product-item {
	background: #FFF;
	padding: 10px;
	margin: 10px;
}

.product-item .product-cover {
	height: 240px;
	display: table-cell;
	max-width: 100%;
	width: 250px;
	text-align: center;
	vertical-align: middle;
}

.product-price {
	color: #ed5620;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
	font-size: 20px
}

.product-title {
	font-size: 14px;
	line-height: 1.2;
}

.product-title a:hover {
	text-decoration: none;
}

.consignee-box,
.consignee-item-add {
	border: 1px solid #DDD;
	height: 210px;
	padding: 15px;
	position: relative;
	cursor: pointer;
	margin-bottom: 5px;
}

.consignee-item-add a {
	display: block;
	font-size: 36px;
	line-height: 1em;
	text-align: center;
	padding: 30px;
}

.consignee-box.active {
	border: 1px solid #ff6766;
}

.consignee-box .inok {
	position: absolute;
	width: 38px;
	height: 38px;
	right: 0;
	bottom: -1px;
	display: none;
}

.consignee-box.active .inok {
	display: block;
}

.consignee-box .consignee-radio {
	display: none;
}

#part_consignee .consignee-item:nth-child(n+5) {
	display: none;
}

#part_consignee.show-more .consignee-item:nth-child(n+5) {
	display: block !important;
	visibility: visible !important;
}

.invoice-box,
.invoice-item-add {
	border: 1px solid #DDD;
	height: 80px;
	padding: 15px;
	position: relative;
	cursor: pointer;
	margin-bottom: 5px;
}

.invoice-item-add a {
	display: block;
	font-size: 24px;
	line-height: 1em;
	text-align: center;
	padding: 15px;
}

.invoice-box.active {
	border: 2px solid #ff6766;
}

.invoice-box .inok {
	position: absolute;
	width: 24px;
	height: 24px;
	right: 0;
	bottom: -1px;
	display: none;
}

.invoice-box .inok img {
	width: 24px;
}

.invoice-box.active .inok {
	display: block;
}

.invoice-box .invoice-radio {
	display: none;
}

.order-product-list img {
	max-width: 60px;
	max-height: 60px;
	border: 1px solid #DDD;
	padding: 2px;
}

.order-title {
	background: #f5f5f5;
	padding: 3px;
}

.order-list {
	padding: 10px 20px;
}

.waitInfo {
	background: url("../img/ajax/circle_ball.gif") no-repeat scroll 3px 3px #FFFFFF;
	border: 1px solid #C0C0C0;
	color: #666666;
	font-size: 12px;
	font-weight: 400;
	margin-left: 10px;
	padding: 4px 10px 3px 20px;
}

/*  订单部分结束 */
.pv-lg {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}

.bg-purple,
.bg-purple .h2,
.bg-purple .h3,
.bg-purple .h4,
.bg-purple .h5 {
	background-color: #7266ba;
	color: #fff !important;
	border-radius: 4px;
}

.bg-green,
.bg-green .h2,
.bg-green .h3,
.bg-green .h4,
.bg-green .h5 {
	background-color: rgb(74, 202, 203);
	color: #fff !important;
	border-radius: 4px;
}

.bg-primary,
.bg-primary .h2,
.bg-primary .h3,
.bg-primary .h4,
.bg-primary .h5 {
	color: #fff !important;
}

.bg-red,
.bg-blue,
.bg-dark-blue,
.bg-purple,
.bg-green {
	margin-bottom: 15px;
	/*box-shadow: 2px 1px 3px #aaa;*/
	color: #fff !important;
	border-radius: 4px;
}

.bg-red {
	background-color: rgb(253, 133, 117);
	border-bottom: 3px solid rgb(215, 81, 65);
}

.bg-blue {
	background-color: rgb(72, 150, 225);
	border-bottom: 3px solid rgb(49, 115, 179);
}

.bg-dark-blue {
	background-color: rgb(106, 138, 189);
	border-bottom: 3px solid rgb(68, 100, 149);
}

.bg-green {
	background-color: rgb(74, 202, 203);
	border-bottom: 3px solid rgb(46, 160, 161);
}

.bg-organge {
	background: #ff793f !important
}

.panel-heading .btn {
	margin-top: -7px;
}

.panel-title>a.btn {
	color: #FFF;
}

/*使用btn定义的颜色*/
/* 模板样式编辑顶栏 */
#cms-admin-controls {
	background-color: #2F353D !important;
	line-height: 32px;
	opacity: 0.5;
	position: relative;
	z-index: 100;
}

/*** 自动滑动切换效果 ****/
.carouFredSel-controls {
	/*background-color: #ffffff;*/
	float: right;
	padding-left: 20px;
	position: absolute;
	right: 25px;
	top: 5px;
}

.carouFredSel-controls .prev,
.carouFredSel-controls .next {
	background-color: #2ecc71;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	height: 25px;
	line-height: 25px;
	opacity: 0.5;
	text-align: center;
	width: 25px;
}

.carouFredSel-controls .prev.disabled,
.carouFredSel-controls .next.disabled,
.carouFredSel-controls .prev.disabled:hover,
.carouFredSel-controls .next.disabled:hover {
	background-color: #ecf0f1 !important;
	color: #2c3e50;
}

.carouFredSel-controls .prev:hover,
.carouFredSel-controls .next:hover {
	opacity: 1;
}

.carouFredSel-controls .next {
	right: 0;
}

/*
|--------------------------------------------------------------------------
| UItoTop jQuery Plugin 1.2
| http://www.mattvarone.com/web-design/uitotop-jquery-plugin/
|--------------------------------------------------------------------------
*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 50px;
	right: 25px;
	overflow: hidden;
	width: 51px;
	height: 51px;
	z-index: 999999;
	border: none;
	background: url(https://bdn.135editor.com/files/201904/65c9d425gy1g1mwrew8voj201f02umwy.jpg) no-repeat left top;
	text-align: center;
	border-radius: 15px;
}

#toTopHover {
	width: 51px;
	height: 51px;
	display: block;
	overflow: hidden;
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=0.6);
	font-size: 36px;
	/*background: #191919;*/
	color: #FFF;
	text-align: center;
}

#toTop:active,
#toTop:focus {
	outline: none;
}

/********
* end UItoTop
*/
.chosen-container-multi .chosen-choices li.search-choice {
	background-image: none;
	box-shadow: none;
	border: none;
	line-height: 24px;
}

.chosen-container-multi .chosen-choices {
	border-radius: 0px;
	background-image: none;
	border: 1px solid #ccc;
	height: 40px;
	-webkit-box-shadow: none;
	box-shadow: none;
	height: 40px;
	padding: 2px 4px;
}

.chosen-container-multi .chosen-choices .search-choice .search-choice-close {
	top: 10px;
}

.chosen-container-multi .chosen-choices .search-choice {
	line-height: 24px;
}

.chosen-container {
	font-size: 14px;
}

.chosen-container-single .chosen-single {
	height: 40px;
	padding: 4px 4px 4px 12px;
}

.chosen-container-single .chosen-single div b {
	background-position-y: 10px;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
	background-position: -18px 10px;
}

.chosen-container-single .chosen-single span {
	line-height: 32px;
}

#top {
	background: #2d2e3d !important
}

.footer-top {
	background: #202a3e !important
}

.txt-orange {
	color: #ff793f !important
}

.txt-666 {
	color: #666666 !important
}

.txt-333 {
	color: #333333 !important
}

.txt-75 {
	color: #757575 !important
}

.bor-eee {
	border: 1px solid #eee !important
}

.popover .btn {
	padding: 5px 20px;
	font-size: 12px
}

.bg-f0 {
	background: #f0f0f0 !important
}

.bg-f4 {
	background: #f4f4f4 !important
}

.line {
	margin-left: -30px;
	margin-right: -30px;
	margin-top: 0;
	margin-bottom: 0;
	border: 0;
	border-top: 10px solid rgb(248, 248, 250);
}

.btn-default {
	background: #f4f4f4;
	border-radius: 2px;
	border: 1px solid #eee;
	color: #333
}

.btn-orange-empty {
	border-radius: 4px;
	background: #fff;
	border: 1px solid #ff763d;
	color: #ff763d
}

.btn-orange-empty:hover,
.btn-orange-empty:active,
.btn-orange-empty:focus {
	background: #ff763d;
	color: #fff
}

.btn-orange-empty:not(:disabled):not(.disabled):active,
.btn-orange-empty:not(:disabled):not(.disabled).active {
	background-image: none;
	background: #ff763d;
	color: #fff;
}

.btn:focus,
.btn.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(238, 238, 238, .25);
}

.btn-primary {
	color: #FFF;
}

.btn-primary:focus,
.btn.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(255, 124, 44, .25);
}

.breadcrumb {
	padding: 10px 0px !important;
	font-size: 14px !important
}

.table tbody+tbody {
	border-top: none;
}

.table {
	width: 100% !important;
	margin-bottom: 0px;
	border: 1px solid #eee;
	border-radius: 2px;
	font-size: 14px;
	color: #333
}

.table thead {
	background: #f4f4f4;
	border-radius: 2px 2px 0 0;
	color: #333;
	font-size: 14px
}

table.fancytree-ext-table.fancytree-container>tbody>tr.fancytree-active>td {
	background-color: #ddd !important;
}

.p-list {
	text-align: center;
	border: 1px solid #eee;
	border-radius: 2px;
	color: #333;
}

.badge {
	padding: 5px 10px
}

.table thead th {
	border-bottom: none;
}

.table th,
.table td {
	vertical-align: middle;
}

.form-control {
	padding: 0.275rem 0.75rem;
}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #eee;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(238, 238, 238, .25);
}

select.form-control:not([size]):not([multiple]) {
	height: auto;
}

.form-horizontal {
	padding: 20px
}

.col-form-label {
	padding-bottom: 0;
}

.nav>li>a {
	display: block;
	font-size: 14px;
	color: #333;
	padding: 10px 15px;
}

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

.navbar-nav>li {
	height: 50px;
}

.navbar-nav>li>a {
	line-height: 50px;
}

.checkbox {
	padding-right: 10px;
	padding-top: 5px;
}



input:-internal-autofill-previewed,
input:-internal-autofill-selected,
textarea:-internal-autofill-previewed,
textarea:-internal-autofill-selected,
select:-internal-autofill-previewed,
select:-internal-autofill-selected {
	background-color: #f4f4f4 !important;
	background-image: none !important;
	color: #333 !important;
	font-size: 14px !important;
}

.alert-warning {
	background: #f0f0f0;
	color: #333;
	border: 1px solid #eee
}

.alert-normal {
	font-size: 16px !important;
	color: #000;
	background: #d5eafe;
	border: 1px solid #67b1f8;
	text-align: center;
}

.alert-danger {
	font-size: 16px !important;
	color: #000;
	background: #fee6d5;
	border: 1px solid #e89a3d;
	text-align: center;
}

.alert-danger .jGrowl-message .fa {
	color: #fa811f
}

.alert-success {
	font-size: 16px !important;
	color: #000;
	background: #e2fed5;
	border: 1px solid #9ede7d;
	text-align: center;
}

.alert-success .jGrowl-message .fa {
	color: #62db5c
}

.alert-danger .jGrowl-close {
	display: none;
}

.alert-success .jGrowl-close {
	display: none;
}

/*.jGrowl-notification{padding-top: 10px!important;padding-bottom: 10px!important}*/
.modal-body .ui-portlet {
	display: block;
}

.modal-body .user-wxlist {
	position: absolute;
	top: 3px;
	right: 20px;
}

select.form-control:not([size]):not([multiple]) {
	height: auto;
	flex-direction: column;
	justify-content: center;
}

.article-msg .appmsg_opr a {
	display: block;
	line-height: 44px;
	color: rgb(157, 157, 157);
	border-right: 1px solid #e7e7eb;
}

.modal {
	z-index: 20000
}

.popover_bar {
	padding: 5px
}

#xmt-collection,
body #xmt-collection {
	display: none !important;
	visibility: hidden !important;
}

#bind-mobile-dialog button.close{display:none;}
/* vip购买弹窗样式-s */
#role-vip-dialog {
	z-index: 9999999 !important;
}

#role-vip-dialog .modal-dialog {
	box-shadow: 0px 0px 10px #4e4646;
}

#role-vip-dialog .modal-body {
	padding: 0;
	background-color: #000;
}

#role-vip-dialog .modal-header {
	height: 0;
	padding: 0;
	border: 0;
}

#role-vip-dialog .modal-header .close {
	position: absolute;
	right: 16px;
	top: 35px;
	color: #fff;
	z-index: 9;
	opacity: 1;
	font-size: 30px;
}

#role-vip-dialog .modal-content {
	border-radius: 10px;
	overflow: hidden;
	background-color: #000;
}

@media (max-width: 575.98px) {
	#role-vip-dialog .modal-header .close {
		top: 18px;
	}

	#role-vip-dialog .modal-body {
		height: 500px !important;
	}
}

.navbar-dark .navbar-brand {color: #fff; height: 50px; }
.dropdown-menu, .navbar-nav .open .dropdown-menu{padding: 0}
.navbar-dark .navbar-nav .nav-link {color:#afb3b6; padding:0px 10px; font-size: 14px; }
.navbar-dark .nav > li a{color:#afb3b6;padding:0}
.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {color: #ff793f; }
.navbar-expand-lg { padding: 0 1rem; }
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {color: #ff793f;}
.navbar-nav .dropdown-menu .nav-item .nav-link:hover,.navbar-nav .dropdown-menu .nav-item .nav-link:focus {color: #fff;background: #ff793f; }
#login-menus > li a{color: #333}
#login-menus > li a:hover,.dropdown-menu > li a:focus{color: #ff793f;}
.navbar-nav .dropdown-menu{padding: 5px 0;}
.navbar-nav .dropdown-menu .nav-item .nav-link{color: #333; padding:5px 15px;line-height: 25px;}
#user-unreadmsg-list {right: 0px; left: auto; padding: 15px; text-align: left; width: 280px; line-height: 28px }
#user-unreadmsg-list>h3 {
    font-weight: bold;
}
#user-unreadmsg-list > ul > li {border-bottom: 1px solid #eee; padding: 5px;overflow: hidden;
    font-size: 14px;
    list-style-type: none;}
#user-unreadmsg-list > ul > li > a {color: #337ab7 }
#user-unreadmsg-list > ul > li > a.readed {color: #999 }
#style_search_list ul > li {border-bottom: 1px solid #DDD; padding: 10px 15px; cursor: pointer }
a .user-unread-msgnum,.navbar-default .navbar-nav > .open > a .user-unread-msgnum,.nav > li > a .user-unread-msgnum {
background: #ff9900; color: #FFF; font-size: 12px; line-height: 16px; display: none; text-align: center; padding: 2px 5px; border-radius: 2px; margin-left: 5px }
@media(max-width:1280px){
  .dropdown-menu,.navbar-nav .open .dropdown-menu{background-color:#fff;}
}
.team-menus-lists { padding: 0 !important; border: 0 none; left: auto; right: 0; }
.team-menus-lists .user-team-list { line-height: 32px }
.team-menus-lists .user-team-list ul { list-style: none; padding-left: 0; }
.team-menus-lists .user-team-list ul li a { overflow: hidden; text-overflow: ellipsis; width: 160px; display: block; padding: 0 15px;font-size: 15px;white-space: nowrap; text-align: right; overflow: hidden;}
.team-menus-lists .user-team-list ul li:hover a { background-color: #ff793f; }
.team-menus-lists .user-team-list ul li:hover * { color: white; }
.team-menus-lists .user-team-list ul li:hover img.team-icon {left: -40px; position: relative;  filter: drop-shadow(#ffffff 40px 0); }
.team-menus-lists .user-team-list ul li img.team-icon { max-width: 100%; float: left; margin-top: 10px; margin-right: 7px; }
.team-menus-lists .user-team-list ul li strong.team-name { font-size: 14px; color: #2d2e3d; display: block; width: 90px; margin-left: 40px; overflow: hidden; text-overflow: ellipsis; text-align: left; }
.team-menus-lists .user-team-list ul li span.team-type { margin-top: -10px; font-size: 12px; color: #999; display: block; float: right; width: 90px; text-align: left; }
#left-logo{position:relative;flex: 0 0 112px;}#left-logo .menu-logo-hover{display:none;position:absolute;top:100%;left:0;width:271px;height:48px;background:rgba(255,121,63,.77);border:1px dashed rgba(151,151,151,1);font-size:18px;color:#2f2f2f;text-align:center;line-height:48px;border-radius:24px;color:white}#left-logo .menu-logo-img{display:none;position:absolute;left:118px;top:10px;width:86px;height:38px;margin:0;}#left-logo:hover .menu-logo-hover,#left-logo:hover .menu-logo-img{display:block;z-index: 100;}

/* vip购买弹窗样式-e */
#vipnav1 {
	width: 320px;
	padding: 10px 8px 16px;
	background: #FFFFFF;
	box-shadow: 0px 1px 8px 0px rgba(154, 154, 155, 0.3);
	border-radius: 6px;
	border: none;
	left: -116px;
	line-height: 21px;
    z-index: 9999;
}

.vipnav1-banner {
	display: block;
	background: url('https://bcn.135editor.com/files/202506/images/activity/0627/nav_header_geren_banner.png') no-repeat center;
	/* background: url('https://bdn.135editor.com/files/202108/images/ac230280f0e83e54430a258530ae5550.png') no-repeat center; */
	background-size: contain;
	height: 62px;
	line-height: 62px;
	padding-left: 80px;
	margin-bottom: 16px;
}
.vipnav1-banner span {
	font-size: 16px;
	font-weight: bold;
	color: #9D621C;
    display: none;
}

.vipnav1-item {
	display: flex;
	margin-bottom: 18px;
	text-align: left;
}

.vipnav1-item-icon {
	margin-left: 8px;
	margin-right: 15px;
	width: 24px;
}

.vipnav1-item-t1 {
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 6px;
}

.vipnav1-item-t2 {
	font-size: 12px;
	line-height: 16px;
	font-weight: 400;
	color: #666666;
}

.vipnav1-button-link {
	display: block;
	margin: 0 auto;
	width: 290px;
	height: 44px;
	background: linear-gradient(0deg, #CE9D6B, #E8CAA1);
	border-radius: 4px;
	line-height: 44px;
	transition: all 3s linear;
}

.vipnav1-button-link a {
	display: block;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #7F4B0D !important;
}

.vipnav1-button-link:hover {
	background: linear-gradient(90deg, #E8CAA1, #CE9D6B);
}

#vipnav2 {
	width: 320px;
	padding: 10px 8px 16px;
	background: #FFFFFF;
	box-shadow: 0px 1px 8px 0px rgba(154, 154, 155, 0.3);
	border-radius: 6px;
	border: none;
	left: -222px;
	line-height: 21px;
	z-index: 9999;
}

.vipnav2-banner {
	display: block;
	background: url('https://bcn.135editor.com/files/202506/images/activity/0627/nav_header_qiye_banner.png') no-repeat center;
	background-size: contain;
	height: 59px;
	line-height: 59px;
	padding-left: 77px;
	margin-bottom: 16px;
}
.vipnav2-banner span {
	color: #CBBA97;
	font-size: 16px;
	font-weight: bold;
	background: linear-gradient(0deg, #F0DFB7 0%, #DEB983 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
    display:none;
}

.vipnav2-item {
	display: flex;
	margin-bottom: 18px;
	text-align: left;
}

.vipnav2-item-icon {margin-left: 8px;margin-right: 15px;width: 24px;flex: 0 0 24px;}
.vipnav2-item-t1 {
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 6px;
}

.vipnav2-item-t2 {
	font-size: 12px;
	line-height: 16px;
	font-weight: 400;
	color: #666666;
	white-space: normal;
}

.vipnav2-button-link {
	display: block;
	margin: 0 auto;
	width: 290px;
	height: 44px;
	line-height: 44px;
	background: linear-gradient(90deg, #4D4C4F, #1F1C1D);
	border-radius: 4px;
	transition: all 3s linear;
}

.vipnav2-button-link a {
	display: block;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #7F4B0D !important;
	background: linear-gradient(0deg, #CE9D6B 0%, #E8CAA1 100%) !important;
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
}

.vipnav2-button-link:hover {
	background: linear-gradient(180deg, #1F1C1D, #4D4C4F);
}

#link-145 {
	width: 76px;
	height: 28px;
	background: linear-gradient(0deg, #FFFBF2, #FFDC90);
	border-radius: 4px 4px 4px 2px;
	font-size: 14px;
	font-weight: 400;
	color: #723B05;
	text-align: center;
	padding:0;
	line-height: 28px;
	margin-top: 10px;
	margin-right: 20px;
	position: relative;
}

#link-145 img {
	/*display: none;*/
    position: absolute;
    width: 72%;
    top: -8px;
    right: -21px;
}

#link-145 span,#link-290 span {
	height: 16px;
	padding: 0 8px;
    position: absolute;
    white-space: nowrap;
    background: linear-gradient(90deg, #FF9270 0%, #FC4745 100%);
    border-radius: .5rem .5rem .5rem 0;
    font-size: 10px;
    font-weight: 400;
    line-height: 15px;
    color: #FFFFFF;
    top: -10px;
    right: -15px;
    transform: scale(0.9);
}
#link-298 {
	position: relative;
}

#link-298 img {
    position: absolute;
    top: 4px;
    right: 2px;
}

#link-290 {
	width: 76px;
	height: 28px;
	background: linear-gradient(0deg, #FFFBF2, #FFDC90);
	border-radius: 4px 4px 4px 2px;
	font-size: 14px;
	font-weight: 400;
	color: #723B05;
	text-align: center;
	padding:0;
	line-height: 28px;
	margin-top: 10px;
	position: relative;
	margin-right: 20px;
}


#link-290 img {
	/*display: none;*/
    position: absolute;
    width: 72%;
    top: -8px;
    right: -21px;
}

#editor135-service,#editor135-sucaiku {
	width: 320px;
	padding: 0;
	background: #FFFFFF;
	box-shadow: 0px 1px 8px 0px rgba(154, 154, 155, 0.3);
	border-radius: 6px;
	border: none;
	left: -120px;
}
#editor135-sucaiku{
	width: 475px;
    left: -180px;
}
#editor135-service ul,#editor135-sucaiku ul,.editor135-service-content ul{padding-left: 0;}
#editor135-service ul,#editor135-service li,#editor135-sucaiku ul,#editor135-sucaiku li ,.editor135-service-content ul,.editor135-service-content li{
	list-style: none;white-space: nowrap;
}

.editor135-service-col {
	background:unset!important;
	width: 145px;
	float: left;
	margin-left: 10px;
}

.editor135-service-type {
	padding: 10px 0;
}

.editor135-service-title {
	font-size: 14px;
	color: #191C3D;
	text-align: left;
	line-height: 26px;
	padding-left: 14px;
	padding-right: 14px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 10px;
	font-weight: bold;
}

.editor135-service-content .editor135-service-nav a {
	opacity: 0.8;
	font-size: 14px;
	color: #191C3D!important;
	text-align: left;
	margin-top: 8px;
	display: block;
	transition: all .1s linear;
	padding: 7px 14px;
}

.editor135-service-content .editor135-service-nav a:hover {
	opacity: 1;
	color: #191C3D !important;
	background-color: #efefef;
}
.hottem{
    position: relative;
}
.hottem::after{
    display:block;
    width:16px;
    height: 16px;
    content: "";
    position: absolute;
    right:40%;
    top: 10%;
    background-image: url(https://bdn.135editor.com/files/202203/images/tuijian.png);
    background-size: cover;
}
#login-links li {
    margin: 0 10px;
}
#login-links li a { padding: 0 }
/* 用户VIP标识 */
.user_vip_biaoshiTu{
    position: relative;
    margin-top: 12px;
  }
  .user_vip_biaoshiTu img{
    width: 100%;
    height: 80px;
    border-radius: 6px;
  }
  .user_vip_biaoshiTu .text_box{
    position: absolute;
    top: 0;
    left: 12px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .user_vip_biaoshiTu .text_box h3{
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #9E5427;
  }
  .user_vip_biaoshiTu .text_box h4{
    font-size: 12px;
    color: #933612;
    text-align: left;
    margin-top: 5px;
    margin-left: -13px;
    transform: scale(0.88);
  }
  .user_vip_biaoshiTu .text_box h4 span{
			position: relative;
			font-size: 12px;
			font-weight: bold;
			color: #933612;
			z-index: 1;
		}
    .user_vip_biaoshiTu .text_box h4 span.mianfei::before{
        background: #838ea4;
    }
    .user_vip_biaoshiTu .text_box h4 span.qiye::before{
			background: #0B0A0A;
		}
		.user_vip_biaoshiTu .text_box h4 span::before{
			content: "";
			position: absolute;
			left: -1px;
			right: 0;
			bottom: -3px;
			margin: 0 auto;
			width: 51px;
			height: 8px;
			background: #FCF2E8;
			z-index: -1;
		}
  .user_vip_biaoshiTu .btn_box{
    height: 100%;
    position: absolute;
    right: 8px;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .user_vip_biaoshiTu a{
    width: 56px;
    height: 24px;
    display: block;
    border-radius: 2px;
    font-size: 10px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
  }
  #my_con,#my_order{display:none;color: #fff;background-color: #ff830a;border-radius:5px ;padding:1px 4px 0px 4px;font-size: 12px;}
  .mianfei-tag,
  .qiye-tag,
  .mianfei-vip-tag{
    width: 82px;
    height: 22px;
    border-radius: 11px;
    font-size: 12px;
    text-align: center;
    line-height: 22px;
  }
  /* 免费 */
  .mianfei-tag{
    background: #E4EDFB;
    color: #494F6B;
  }
  /* 个人vip */
  .mianfei-vip-tag{
    background: #F9E1B7;
    color: #C97E23;
  }
  /* 企业vip */
  .qiye-tag{
    background: #DBDDF7;
    color: #575B8C;
  }
  /* 续费 */
  #user-vip-datetime .pay_vip{
    width: 54px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    display: block; vertical-align: top; color: #FFF; font-size: 14px; border: none; background: #FF793F; border-radius: 30px;

  }
  #user-vip-datetime .pay_vip:hover{
    color: #fff;
  }

  /* 晃动效果的CSS动画 */
  .logo_shake {
    animation: logo_shake 0.5s ease infinite;
  }
  .logo_clone_box{
    display: none;
  }
  /* 上下晃动效果的CSS动画 */
  @keyframes logo_shake {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-5px);
    }
  }