/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 5px 5px 0 5px;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
	width: 110px;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	padding: 5px;
	min-height: 0; /* support: IE7 */
	font-size: 12px;
	color: #666;
	text-align: center;
	width: 110px;
	margin: 0;
}
.ui-accordion .ui-accordion-icons {
	padding-left: none;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	text-align: center;
	padding: none;
	border-top: 0;
	overflow: auto;
}
/* Component containers
----------------------------------*/
.ui-widget {
	font-family:"微软雅黑", "宋体";
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #f5ede9;
	background: #f5ede9;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #e78f08;
	background: #f5ede9;
	color: #ffffff;
	font-weight: bold;
}
.ui-widget-header a {
	color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #f5ede9;
	border-top: 1px solid #fff;
	font-weight: bold;
	color: #1c94c4;
	background: #ebebeb;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #1c94c4;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #f5ede9;
	font-weight: bold;
	color: #c77405;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #c77405;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	background: #f5ede9;
	font-weight: bold;
	color: #eb8f00;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #eb8f00;
	text-decoration: none;
}

/*新增样式*/
.accordion-pic-box {
	font-size: 12px;
}
.accordion-pic-box div {
	margin-top: 9px;
	display: block;
	width: 110px;
	height: 25px;
	overflow: hidden;
}
.accordion-link-a  {
	text-decoration: none;
}
.accordion-link-a:hover {
	color: #ee5430;	
}
.accor-box {
	position: fixed;
	right: 20px;
	top: 200px;
	/*border: 1px solid #ee5430;*/
	width: 127px;
	height: 212px;
}
.accordion-box {
	position: absolute;
    right: 0;
    top: 0;
	width: 127px;
}
.close-accordion {
	display: block;
	height: 20px;
	width: auto;
	text-align: right;
	font-size: 20px;
	line-height: 20px;
	cursor: pointer;
	color: #999;
}
.accor-small {
	position: fixed;
    right: -60px;
    top: 61px;
    border-radius: 3px;
    width: 58px;
    height: 37px;
    background: #f5ede9;
    font-size: 11px;
    text-align: center;
    padding-top: 3px;
    cursor: pointer;
}
.accor-small:hover {
	color: #ee5430;
}
