﻿/** ���� h-ui.css��һщĭ����ʽ*/
.radius {
	border-radius:4px;
	overflow:hidden;
	behavior:
}
.round {
	border-radius:1000px;
	overflow:hidden;
	behavior:
}
.circle {
	border-radius:50%;
	overflow:hidden;
	behavior:
}
.box-shadow {
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.1);
	box-shadow:0 1px 2px rgba(0,0,0,0.1);
	behavior:
}
.text-shadow {
	-webkit-text-shadow:0 0 2px rgba(0,0,0,0.2);
	text-shadow:0 0 2px rgba(0,0,0,0.2);
	behavior:
}
.select-list {
	position:absolute;
	left:0;
	right:0;
	top:100%;
	z-index:1;
	line-height:34px;
	max-height:320px;
	overflow:auto;
	_height:expression(this.scrollheight > 319 ? "320px":"auto");
	background-color:#fff;
	background-clip:padding-box;
	-moz-box-shadow:0 1px 2px rgba(0,1,1,0.2);
	-webkit-box-shadow:0 1px 2px rgba(0,1,1,0.2);
	box-shadow:0 1px 2px rgba(0,1,1,0.2);
	box-sizing:border-box;
	border:solid 1px #d0d0d0;
	behavior:
}
* {
	word-wrap:break-word
}
html,body,h1,h2,h3,h4,h5,h6,hr,p,iframe,dl,dt,dd,ul,ol,li,pre,form,button,input,textarea,th,td,fieldset {
	margin:0;
	padding:0
}
ul,ol,dl {
	list-style-type:none
}
html,body {
	*position:static
}
html {
	font-family:sans-serif;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:400
}
input,button,textarea,select,optgroup,option {
	font-family:inherit;
	font-size:inherit;
	font-style:inherit;
	font-weight:inherit
}
input,button {
	overflow:visible;
	vertical-align:middle;
	outline:0
}
body,th,td,button,input,select,textarea {
	font-family:"microsoft yahei","hiragino sans gb","helvetica neue",helvetica,tahoma,arial,"wenquanyi micro hei",verdana,sans-serif,"\5b8b\4f53";
	font-size:14px;
	color:#333;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale
}
body {
	line-height:1.6
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%
}
a,area {
	outline:0;
	blr:expression(this.onfocus=this.blur())
}
a {
	text-decoration:none;
	cursor:pointer
}
a:hover {
	text-decoration:underline;
	outline:0
}
a.ie6:hover {
	zoom:1
}
a:focus {
	outline:0
}
a:hover,a:active {
	outline:0
}
:focus {
	outline:0
}
sub,sup {
	vertical-align:baseline
}
button,input[type="button"],input[type="submit"] {
	line-height:normal !important
}
img {
	border:0;
	vertical-align:middle
}
a img,img {
	-ms-interpolation-mode:bicubic
}
.img-responsive {
	max-width:100%;
	height:auto
}
*html {
	overflow:-moz-scrollbars-vertical;
	zoom:expression(function(ele) {
	ele.style.zoom = "1";
	document.execcommand("backgroundimagecache",false,true)
}
(this))}header,footer,section,aside,details,menu,article,section,nav,address,hgroup,figure,figcaption,legend {
	display:block;
	margin:0;
	padding:0
}
time {
	display:inline
}
audio,canvas,video {
	display:inline-block;
	*display:inline;
	*zoom:1
}
audio:not([controls]) {
	display:none
}
legend {
	width:100%;
	margin-bottom:20px;
	font-size:21px;
	line-height:40px;
	border:0;
	border-bottom:1px solid #e5e5e5
}
legend small {
	font-size:15px;
	color:#999
}
svg:not(:root) {
	overflow:hidden
}
fieldset {
	border-width:0;
	padding:.35em .625em .75em;
	margin:0 2px;
	border:1px solid silver
}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
	height:auto
}
input[type="search"] {
	-webkit-appearance:textfield;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	box-sizing:content-box
}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
	-webkit-appearance:none
}
.cl:after,.clearfix:after {
	content:"\20";
	display:block;
	height:0;
	clear:both;
	visibility:hidden
}
.cl,.clearfix {
	zoom:1
}
.row {
	box-sizing:border-box
}
[class^="col-"],[class*=" col-"] {
	box-sizing:border-box;
	float:left;
	min-height:1px;
	position:relative
}
.col-1 {
	width:8.33333%
}
.col-2 {
	width:16.66667%
}
.col-3 {
	width:25%
}
.col-4 {
	width:33.33333%
}
.col-5 {
	width:41.66667%
}
.col-6 {
	width:50%
}
.col-7 {
	width:58.33333%
}
.col-8 {
	width:66.66667%
}
.col-9 {
	width:75%
}
.col-10 {
	width:83.33333%
}
.col-11 {
	width:91.66667%
}
.col-12 {
	width:100%
}
.col-offset-0 {
	margin-left:0
}
.col-offset-1 {
	margin-left:8.33333%
}
.col-offset-2 {
	margin-left:16.66667%
}
.col-offset-3 {
	margin-left:25%
}
.col-offset-4 {
	margin-left:33.33333%
}
.col-offset-5 {
	margin-left:41.66667%
}
.col-offset-6 {
	margin-left:50%
}
.col-offset-7 {
	margin-left:58.33333%
}
.col-offset-8 {
	margin-left:66.66667%
}
.col-offset-9 {
	margin-left:75%
}
.col-offset-10 {
	margin-left:83.33333%
}
.col-offset-11 {
	margin-left:91.66667%
}
.col-push-0 {
	position:relative;
	left:0;
	right:auto
}
.col-pull-0 {
	right:0;
	left:auto
}
.col-push-1 {
	left:8.33333%;
	right:auto
}
.col-pull-1 {
	right:8.33333%;
	left:auto
}
.col-push-2 {
	left:16.66667%;
	right:auto
}
.col-pull-2 {
	right:16.66667%;
	left:auto
}
.col-push-3 {
	left:25%;
	right:auto
}
.col-pull-3 {
	right:25%;
	left:auto
}
.col-push-4 {
	left:33.33333%;
	right:auto
}
.col-pull-4 {
	right:33.33333%;
	left:auto
}
.col-push-5 {
	left:41.66667%;
	right:auto
}
.col-pull-5 {
	right:41.66667%;
	left:auto
}
.col-push-6 {
	left:50%;
	right:auto
}
.col-pull-6 {
	right:50%;
	left:auto
}
.col-push-7 {
	left:58.33333%;
	right:auto
}
.col-pull-7 {
	right:58.33333%;
	left:auto
}
.col-push-8 {
	left:66.66667%;
	right:auto
}
.col-pull-8 {
	right:66.66667%;
	left:auto
}
.col-push-9 {
	left:75%;
	right:auto
}
.col-pull-9 {
	right:75%;
	left:auto
}
.col-push-10 {
	left:83.33333%;
	right:auto
}
.col-pull-10 {
	right:83.33333%;
	left:auto
}
.col-push-11 {
	left:91.66667%;
	right:auto
}
.col-pull-11 {
	right:91.66667%;
	left:auto
}
.col-1-1 {
	width:100%
}
.col-2-1 {
	width:50%
}
.col-3-1 {
	width:33.333333%
}
.col-3-2 {
	width:66.666667%
}
.col-4-1 {
	width:25%
}
.col-4-3 {
	width:75%
}
.col-5-1 {
	width:20%
}
.col-5-2 {
	width:40%
}
.col-5-3 {
	width:60%
}
.col-5-4 {
	width:80%
}
.col-6-1 {
	width:16.666667%
}
.col-6-5 {
	width:83.333333%
}
@media(max-width:767px) {
	.responsive [class^="col-"],.responsive [class*=" col-"] {
	float:none !important;
	width:auto !important
}
.responsive [class^="col-offset-"],.responsive [class*=" col-offset-"] {
	margin-left:0 !important
}
}.hui-wraper,.wp {
	margin-left:auto;
	margin-right:auto;
	text-align:left
}
.sd {
	float:right
}
.ct2 .mn {
	float:left
}
.ct2 .sd {
	float:right
}
.ct2_r .leftmenu {
	float:left
}
.ct2_r .mn {
	float:right
}
.ct3 .app {
	float:left;
	margin-right:20px
}
.ct3 .mn {
	float:left;
	border-left:solid 1px #ddd
}
.ct3 .sd {
	float:right
}
.w-1000 {
	width:1000px
}
.w-980 {
	width:980px
}
.w-300 {
	width:300px
}
.w-200 {
	width:200px
}
@media(max-width:1000px) {
	.hui-wraper,.wp {
	width:auto !important;
	padding:0 10px !important
}
}h1,h2,h3,h4,h5,h6 {
	font-weight:500;
	line-height:1.1;
	color:inherit
}
h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small {
	font-weight:400;
	line-height:1;
	color:#999
}
h1,h2,h3 {
	padding-top:20px;
	padding-bottom:10px
}
h1 small,h2 small,h3 small,h1 .small,h2 .small,h3 .small {
	font-size:65%
}
h4,h5,h6 {
	margin-top:10px;
	margin-bottom:10px
}
h4 small,h5 small,h6 small,h4 .small,h5 .small,h6 .small {
	font-size:75%
}
h1 {
	font-size:36px
}
h2 {
	font-size:30px
}
h3 {
	font-size:24px
}
h4 {
	font-size:18px
}
h5 {
	font-size:14px
}
h6 {
	font-size:12px
}
p {
	margin-bottom:10px
}
small {
	font-size:85%
}
b,strong {
	font-weight:bold
}
em {
	font-style:italic
}
cite {
	font-style:normal
}
mark {
	color:#000;
	background:#ff0
}
dfn {
	font-style:italic
}
del {
	font-family:simsun
}
code,kbd,pre,samp {
	font-family:monospace,serif;
	font-size:1em
}
pre {
	white-space:pre-wrap
}
.uppercase {
	text-transform:uppercase
}
.lowercase {
	text-transform:lowercase
}
.capitalize {
	text-transform:capitalize
}
.en {
	font-family:arial !important
}
.text-l {
	text-align:left
}
.text-r {
	text-align:right
}
.text-c {
	text-align:center
}
.va * {
	vertical-align:sub !important;
	*vertical-align:middle !important;
	_vertical-align:middle !important
}
.va-t {
	vertical-align:top !important
}
.va-m {
	vertical-align:middle !important
}
.va-b {
	vertical-align:bottom !important
}
.pos-r {
	position:relative
}
.pos-a {
	position:absolute
}
.pos-f {
	position:fixed
}
.l,.f-l {
	float:left !important;
	_display:inline
}
.r,.f-r {
	float:right !important;
	_display:inline
}
[class*="span"].r,[class*="span"].f-r {
	float:right
}
.left {
	left:0;
	right:auto
}
.right {
	right:0;
	left:auto
}
.top {
	top:auto;
	bottom:0
}
.bottom {
	top:0;
	bottom:auto
}
.text-overflow {
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	word-wrap:normal
}
.line {
	font-size:0;
	line-height:0;
	border-top:solid 1px #eee;
	float:none
}
.mt-5 {
	margin-top:5px
}
.mt-10 {
	margin-top:10px
}
.mt-15 {
	margin-top:15px
}
.mt-20 {
	margin-top:20px
}
.mt-25 {
	margin-top:25px
}
.mt-30 {
	margin-top:30px
}
.mt-35 {
	margin-top:35px
}
.mt-40 {
	margin-top:40px
}
.mt-50 {
	margin-top:50px
}
.mb-5 {
	margin-bottom:5px
}
.mb-10 {
	margin-bottom:10px
}
.mb-15 {
	margin-bottom:15px
}
.mb-20 {
	margin-bottom:20px
}
.mb-30 {
	margin-bottom:30px
}
.mb-40 {
	margin-bottom:40px
}
.mb-50 {
	margin-bottom:50px
}
.ml-5 {
	margin-left:5px
}
.ml-10 {
	margin-left:10px
}
.ml-15 {
	margin-left:15px
}
.ml-20 {
	margin-left:20px
}
.ml-30 {
	margin-left:30px
}
.ml-40 {
	margin-left:40px
}
.ml-50 {
	margin-left:50px
}
.mr-5 {
	margin-right:5px
}
.mr-10 {
	margin-right:10px
}
.mr-15 {
	margin-right:15px
}
.mr-20 {
	margin-right:20px
}
.mr-30 {
	margin-right:30px
}
.mr-40 {
	margin-right:40px
}
.mr-50 {
	margin-right:50px
}
.pt-5 {
	padding-top:5px
}
.pt-10 {
	padding-top:10px
}
.pt-20 {
	padding-top:20px
}
.pb-5 {
	padding-bottom:5px
}
.pb-10 {
	padding-bottom:10px
}
.pb-20 {
	padding-bottom:20px
}
.pl-5 {
	padding-left:5px
}
.pl-10 {
	padding-left:10px
}
.pl-20 {
	padding-left:20px
}
.pr-5 {
	padding-right:5px
}
.pr-10 {
	padding-right:10px
}
.pr-20 {
	padding-right:20px
}
.pd-5 {
	padding:5px
}
.pd-10 {
	padding:10px
}
.pd-15 {
	padding:15px
}
.pd-20 {
	padding:20px
}
.pd-30 {
	padding:30px
}
.pd-40 {
	padding:40px
}
.bk-gray {
	border:solid 1px #eee
}
.radius {
	border-radius:4px;
	overflow:hidden;
	behavior:
}
.size-mini.radius {
	border-radius:3px
}
.size-l.radius {
	border-radius:5px
}
.size-xl.radius {
	border-radius:6px
}
.round {
	border-radius:1000px;
	overflow:hidden;
	behavior:
}
.circle {
	border-radius:50%;
	overflow:hidden;
	behavior:
}
.box-shadow {
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.1);
	box-shadow:0 1px 2px rgba(0,0,0,0.1);
	behavior:
}
.text-shadow {
	-webkit-text-shadow:0 0 2px rgba(0,0,0,0.2);
	text-shadow:0 0 2px rgba(0,0,0,0.2);
	behavior:
}
.pipe {
	margin:0 5px;
	color:#ccc;
	font-size:10px !important
}
.f-12 {
	font-size:12px
}
.f-14 {
	font-size:14px
}
.f-16 {
	font-size:16px
}
.f-18 {
	font-size:18px
}
.f-20 {
	font-size:20px
}
.f-24 {
	font-size:24px
}
.f-26 {
	font-size:26px
}
.f-28 {
	font-size:28px
}
.f-30 {
	font-size:30px
}
.lh-16 {
	line-height:16px
}
.lh-18 {
	line-height:18px
}
.lh-20 {
	line-height:20px
}
.lh-22 {
	line-height:22px
}
.lh-24 {
	line-height:24px
}
.lh-26 {
	line-height:26px
}
.lh-28 {
	line-height:28px
}
.lh-30 {
	line-height:30px
}
.l16 {
	line-height:16px
}
.l18 {
	line-height:18px
}
.l20 {
	line-height:20px
}
.l22 {
	line-height:22px
}
.l-24 {
	line-height:24px
}
.l-26 {
	line-height:26px
}
.l-28 {
	line-height:28px
}
.l-30 {
	line-height:30px
}
body {
	background-color:#fff;
	color:#333
}
.bg-fff {
	background-color:#fff
}
a {
	color:#333
}
a:hover {
	color:#06c
}
.c-primary,.c-primary a,a.c-primary {
	color:#5a98de
}
.c-primary a:hover,a.c-primary:hover {
	color:#5a98de
}
.c-secondary,.c-secondary a,a.c-secondary {
	color:#555
}
.c-secondary a:hover,a.c-secondary:hover {
	color:#555
}
.c-success,.c-success a,a.c-success {
	color:#5eb95e
}
.c-success a:hover,a.c-success:hover {
	color:#5eb95e
}
.c-danger,.c-danger a,a.c-danger {
	color:#dd514c
}
.c-danger a:hover,a.c-danger:hover {
	color:#dd514c
}
.c-warning,.c-warning a,a.c-warning {
	color:#f37b1d
}
.c-warning a:hover,a.c-warning:hover {
	color:#f37b1d
}
.c-error,.c-error a,a.c-error {
	color:#c00
}
.c-error a:hover,a.c-error:hover {
	color:#c00
}
.c-333,.c-333 a,a.c-333 {
	color:#333
}
.c-333 a:hover,a.c-333:hover {
	color:#333
}
.c-666,.c-666 a,a.c-666 {
	color:#666
}
.c-666 a:hover,a.c-666:hover {
	color:#666
}
.c-999,.c-999 a,a.c-999 {
	color:#999
}
.c-999 a:hover,a.c-999:hover {
	color:#999
}
.c-red,.c-red a,a.c-red {
	color:red
}
.c-red a:hover,a.c-red:hover {
	color:#red
}
.c-green,.c-green a,a.c-green {
	color:green
}
.c-red a:hover,a.c-red:hover {
	color:green
}
.c-blue,.c-blue a,a.c-blue {
	color:blue
}
.c-blue a:hover,a.c-blue:hover {
	color:blue
}
.c-white,.c-white a,a.c-white {
	color:white
}
.c-white a:hover,a.c-white:hover {
	color:white
}
.c-black,.c-black a {
	color:black
}
.c-black a:hover,a.c-black:hover {
	color:black
}
.c-orange,.c-orange a,a.c-orange {
	color:orange
}
.c-orange a:hover,a.c-orange:hover {
	color:orange
}
abbr[title],abbr[data-original-title] {
	cursor:help;
	border-bottom:1px dotted #999
}
abbr.initialism {
	font-size:90%;
	text-transform:uppercase
}
address {
	display:block;
	margin-bottom:20px;
	font-style:normal;
	line-height:20px
}
blockquote {
	padding:0 0 0 15px;
	margin:0 0 20px;
	border-left:5px solid #eee
}
blockquote p {
	margin-bottom:0;
	font-size:17.5px;
	font-weight:300;
	line-height:1.25
}
blockquote small {
	display:block;
	line-height:20px;
	color:#999
}
blockquote small:before {
	content:'\2014 \00a0'
}
blockquote.text-r {
	padding-right:15px;
	padding-left:0;
	border-right:5px solid #eee;
	border-left:0
}
blockquote.text-r p,blockquote.text-r small {
	text-align:right
}
blockquote.text-r small:before {
	content:''
}
blockquote.text-r small:after {
	content:'\00a0 \2014'
}
q:before,q:after,blockquote:before,blockquote:after {
	content:""
}
q {
	quotes:"\201c" "\201d" "\2018" "\2019"
}
sub,sup {
	position:relative;
	font-size:75%;
	line-height:0;
	vertical-align:baseline
}
sup {
	top:-0.5em
}
sub {
	bottom:-0.25em
}
 
@media(max-width:480px) {
	.content img {
	max-width:100% !important;
	height:auto !important;
	width:expression(this.width>320 ? "320px":this.width) !important
}
*html .content img {
	width:expression(this.width>320&&this.width>this.height?320:auto)
}
}ul.unstyled,ol.unstyled {
	margin-left:0;
	list-style:none
}
ul.inline,ol.inline {
	margin-left:0;
	list-style:none
}
ul.inline>li,ol.inline>li {
	display:inline-block;
	*display:inline;
	padding-right:5px;
	padding-left:5px;
	*zoom:1
}
.tlist li {
	line-height:22px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis
}
.dot-1 {

	padding-left:10px;
	background: no-repeat 3px center
}
.box-1 {
	padding-left:10px;
	background: no-repeat 3px center
}
.jt-1 {
	padding-left:18px;
	background: no-repeat 3px center
}
.jt-2 {
	padding-left:18px;
	background: no-repeat 3px center
}
.jt-3 {
	padding-left:18px;
	background: no-repeat 3px center
}
.top-list li {
	height:20px;
	line-height:20px;
	margin-bottom:15px;
	overflow:hidden;
	padding-left:30px;
	position:relative;
	text-overflow:ellipsis;
	vertical-align:bottom;
	white-space:nowrap
}
.top-list em {
	background-color:#f8f8f8;
	border:1px solid #ebebeb;
	color:#333;
	height:18px;
	left:0;
	line-height:18px;
	position:absolute;
	text-align:center;
	top:0;
	width:20px;
	font-style:normal
}
.top-list .top em {
	background-color:#390;
	border:0;
	color:#fff;
	height:20px;
	line-height:20px;
	width:22px
}
.top-list .date {
	color:#999;
	font-size:12px;
	position:absolute;
	right:0;
	top:0
}
.tlist .time {
	font-size:12px;
	font-family:arial;
	color:#999
}
@media(max-width:767px) {
	.tlist li {
	position:relative;
	font-size:18px;
	border-bottom:1px solid #eee
}
.tlist li a {
	display:block;
	padding:.7em 30px .7em 12px
}
.dot_1 {
	padding-left:0
}
.night .tlist li {
	border-bottom:1px solid #1f1f1f
}
.tlist .time {
	display:none
}
.tlist i {
	background: no-repeat 0 0;
	background-size:9px auto;
	height:15px;
	margin-top:-7px;
	position:absolute;
	right:10px;
	top:50%;
	width:9px
}
.night .tlist i {
	background-position:0 -75px
}
}.dl-horizontal dt {
	float:left;
	width:160px;
	overflow:hidden;
	clear:left;
	text-align:right;
	text-overflow:ellipsis;
	white-space:nowrap
}
.dl-horizontal dd {
	margin-left:180px
}
.hide {
	display:none
}
[hidden] {
	display:none
}
.hidden {
	display:none !important;
	visibility:hidden !important
}
.f-hide {
	font:0/0 a;
	color:transparent;
	text-shadow:none;
	background-color:transparent;
	border:0
}
[class*="span"].hide,.row-fluid [class*="span"].hide {
	display:none
}
.show {
	display:block
}
.invisible {
	visibility:hidden
}
.input-text,.btn,.input-text.size-m,.btn.size-m {
	font-size:14px;
	height:31px;
	line-height:1.42857;
	padding:4px
}
a.btn,a.btn.size-m,span.btn,span.btn.size-m {
	line-height:21px
}
.btn,.btn.size-m {
	padding:4px 12px
}
.input-text.size-mini,.btn.size-mini {
	font-size:12px;
	height:23px;
	padding:1px 2px;
	line-height:1.42857
}
a.btn.size-mini,span.btn.size-mini {
	line-height:21px
}
.btn.size-mini {
	padding:1px 4px
}
.input-text.size-s,.btn.size-s {
	font-size:12px;
	height:27px;
	padding:3px;
	line-height:1.42857
}
a.btn.size-s,span.btn.size-s {
	line-height:19px
}
.btn.size-s {
	padding:3px 8px
}
.input-text.size-l,.btn.size-l {
	font-size:16px;
	height:41px;
	padding:8px
}
a.btn.size-l,span.btn.size-l {
	line-height:23px
}
.btn.size-l {
	padding:8px 16px
}
.input-text.size-xl,.btn.size-xl {
	font-size:18px;
	height:48px;
	padding:10px
}
a.btn.size-xl,span.btn.size-xl {
	line-height:26px
}
.btn.size-xl {
	padding:10px 24px
}
@media(max-width:767px) {
	.responsive .input-text.size-mini,.responsive .btn.size-mini {
	height:24px
}
.responsive .input-text.size-s,.responsive .btn.size-s {
	font-size:14px;
	height:30px
}
.responsive .input-text,.btn,.responsive .input-text.size-m,.responsive .btn.size-m {
	font-size:16px;
	height:36px
}
.responsive .input-text.size-l,.responsive .btn.size-l {
	font-size:18px;
	height:42px
}
.responsive .input-text.size-xl,.responsive .btn.size-xl {
	font-size:20px;
	height:48px
}
}code {
	padding:0 3px 2px;
	font-family:monaco,menlo,consolas,"courier new",monospace
}
pre .title,pre .keyword,pre .body,pre .des {
	color:#333
}
pre {
	display:block;
	font-family:monaco,menlo,consolas,"courier new",monospace;
	padding:9.5px;
	margin-bottom:10px;
	font-size:12px;
	line-height:20px;
	word-break:break-all;
	word-wrap:break-word;
	white-space:pre;
	white-space:pre-wrap;
	background-color:#f5f5f5;
	border:1px solid #ccc;
	border-radius:4px;
	color:#333
}
.prettyprint {
	margin-bottom:20px;
	padding:8px;
	background-color:#f7f7f9;
	border:1px solid #e1e1e8
}
.prettyprint .com {
	color:#998;
	font-style:italic
}
.prettyprint .tag {
	color:#007
}
.prettyprint .lit {
	color:#195f91
}
.prettyprint .pun,.prettyprint .opn,.prettyprint .clo {
	color:#93a1a1
}
.prettyprint .fun {
	color:#dc322f
}
.prettyprint .str,.prettyprint .atv {
	color:#d14
}
.prettyprint .kwd,.prettyprint .prettyprint .tag {
	color:#1e347b
}
.prettyprint .typ,.prettyprint .atn,.prettyprint .dec,.prettyprint .var {
	color:teal
}
.prettyprint .pln {
	color:#48484c
}
.prettyprint.linenums {
	box-shadow:inset 40px 0 0 #fbfbfc,inset 41px 0 0 #ececf0
}
.pre-scrollable {
	max-height:340px;
	overflow-y:scroll
}
ol.linenums {
	list-style:decimal outside none;
	margin-left:20px
}
ol.linenums li {
	line-height:28px;
	padding-left:10px
}
pre ol.linenums {
	margin:0 0 0 33px
}
pre ol.linenums li {
	padding-left:12px;
	color:#bbb;
	line-height:18px;
	text-shadow:0 1px 0 #fff
}
@media(max-width:767px) {
	pre ol.linenums {
	margin-left:0;
	list-style:none
}
}table {
	width:100%;
	empty-cells:show;
	background-color:transparent;
	border-collapse:collapse;
	border-spacing:0
}
table th {
	text-align:left;
	font-weight:400
}
.table th {
	font-weight:bold
}
.table th,.table td {
	padding:8px;
	line-height:20px
}
.table td {
	text-align:left
}
.table tbody tr.success>td {
	background-color:#dff0d8
}
.table tbody tr.error>td {
	background-color:#f2dede
}
.table tbody tr.warning>td {
	background-color:#fcf8e3
}
.table tbody tr.info>td {
	background-color:#d9edf7
}
.table tbody tbody {
	border-top:2px solid #ddd
}
.table .table {
	background-color:#fff
}
.table-border {
	border-top:1px solid #ddd
}
.table-border th,.table-border td {
	border-bottom:1px solid #ddd
}
.table-bg thead th {
	background-color:#f5fafe
}
.table-bordered {
	border:1px solid #ddd;
	border-collapse:separate;
	*border-collapse:collapse;
	border-left:0
}
.table-bordered th,.table-bordered td {
	border-left:1px solid #ddd
}
.table-border.table-bordered {
	border-bottom:0
}
.table-striped tbody>tr:nth-child(odd)>td,.table-striped tbody>tr:nth-child(odd)>th {
	background-color:#f9f9f9
}
.table-condensed th,.table-condensed td {
	padding:4px 5px
}
.table-hover tbody tr:hover td,.table-hover tbody tr:hover th {
	background-color:#f5f5f5
}
.table tbody tr.active,.table tbody tr.active>td,.table tbody tr.active>th,.table tbody tr .active {
	background-color:#f5f5f5 !important
}
.table tbody tr.success,.table tbody tr.success>td,.table tbody tr.success>th,.table tbody tr .success {
	background-color:#dff0d8 !important
}
.table tbody tr.warning,.table tbody tr.warning>td,.table tbody tr.warning>th,.table tbody tr .warning {
	background-color:#fcf8e3 !important
}
.table tbody tr.danger,.table tbody tr.danger>td,.table tbody tr.danger>th,.table tbody tr .danger {
	background-color:#f2dede !important
}
.table .text-c th,.table .text-c td {
	text-align:center
}
.table .text-r th,.table .text-r td {
	text-align:right
}
.table th.text-l,.table td.text-l {
	text-align:left !important
}
.table th.text-c,.table td.text-c {
	text-align:center !important
}
.table th.text-r,.table td.text-r {
	text-align:right !important
}
table.datatable {
	border-collapse:separate;
	border-spacing:0;
	clear:both
}
table.datatable thead .sorting_asc,table.datatable thead .sorting_desc,table.datatable thead .sorting {
	cursor:pointer;
	background-repeat:no-repeat;
	background-position:right center
}
table.datatable thead .sorting {
	background-image:
}
table.datatable thead .sorting_asc {
	background-image:
}
table.datatable thead .sorting_desc {
	background-image:
}
.datatables_wrapper .datatables_length {
	float:left
}
.datatables_wrapper .datatables_filter {
	float:right;
	text-align:right
}
.datatables_wrapper .datatables_info {
	clear:both;
	float:left;
	padding-top:10px
}
.datatables_wrapper .datatables_paginate {
	float:right;
	padding-top:10px;
	text-align:right
}
.datatable td.sorting_1 {
	background-color:#f5fafe
}
@media(max-width:767px) {
	table-responsive {
	width:100%;
	margin-bottom:15px;
	overflow-x:scroll;
	overflow-y:hidden;
	border:1px solid #ddd;
	-ms-overflow-style:-ms-autohiding-scrollbar;
	-webkit-overflow-scrolling:touch
}
table-responsive>.table {
	margin-bottom:0
}
table-responsive>.table>thead>tr>th,table-responsive>.table>tbody>tr>th,table-responsive>.table>tfoot>tr>th,table-responsive>.table>thead>tr>td,table-responsive>.table>tbody>tr>td,table-responsive>.table>tfoot>tr>td {
	white-space:nowrap
}
table-responsive>.table-bordered {
	border:0
}
table-responsive>.table-bordered>thead>tr>th:first-child,table-responsive>.table-bordered>tbody>tr>th:first-child,table-responsive>.table-bordered>tfoot>tr>th:first-child,table-responsive>.table-bordered>thead>tr>td:first-child,table-responsive>.table-bordered>tbody>tr>td:first-child,table-responsive>.table-bordered>tfoot>tr>td:first-child {
	border-left:0
}
table-responsive>.table-bordered>thead>tr>th:last-child,table-responsive>.table-bordered>tbody>tr>th:last-child,table-responsive>.table-bordered>tfoot>tr>th:last-child,table-responsive>.table-bordered>thead>tr>td:last-child,table-responsive>.table-bordered>tbody>tr>td:last-child,table-responsive>.table-bordered>tfoot>tr>td:last-child {
	border-right:0
}
table-responsive>.table-bordered>tbody>tr:last-child>th,table-responsive>.table-bordered>tfoot>tr:last-child>th,table-responsive>.table-bordered>tbody>tr:last-child>td,table-responsive>.table-bordered>tfoot>tr:last-child>td {
	border-bottom:0
}
}.input-text,.textarea {
	box-sizing:border-box;
	border:solid 1px #ddd;
	width:100%;
	-webkit-transition:all .2s linear 0;
	-moz-transition:all .2s linear 0;
	-o-transition:all .2s linear 0;
	transition:all .2s linear 0
}
.textarea {
	height:100px;
	resize:none;
	font-size:14px;
	padding:4px
}
.textarea-numberbar {
	position:absolute;
	right:20px;
	bottom:5px;
	z-index:1;
	margin-bottom:0
}
.textarea-length {
	font-style:normal
}
.input-text:hover,.textarea:hover {
	border:solid 1px #2ea661
}
.input-text.focus,textarea.focus {
	border:solid 1px #2ea661 \9;
	border-color:rgba(46,166,97,0.8);
	box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(46,166,97,0.6)
}
.input-text.disabled,.textarea.disabled,.input-text.disabled.focus,.textarea.disabled.focus {
	background-color:#ededed;
	cursor:default;
	border-color:#ddd;
	-webkit-box-shadow:inset 0 2px 2px #e8e7e7;
	-moz-box-shadow:inset 0 2px 2px #e8e7e7;
	box-shadow:inset 0 2px 2px #e8e7e7
}
.input-text.disabled,.textarea.disabled {
	background-color:#e6e6e6;
	cursor:default
}
.input-text.box-shadow,.textarea.box-shadow {
	-ms-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)
}
.input-text.inline {
	display:inline-block;
	width:auto
}
input[type="radio"],input[type="checkbox"] {
	line-height:normal;
	margin-top:-4px
}
.check-box,.radio-box {
	display:inline-block;
	box-sizing:border-box;
	cursor:pointer;
	position:relative;
	padding-left:30px;
	padding-right:20px
}
.icheckbox,.icheckbox-red,.icheckbox-green,.icheckbox-blue,.icheckbox-aero,.icheckbox-grey,.icheckbox-orange,.icheckbox-yellow,.icheckbox-pink,.icheckbox-purple,.iradio,.iradio-red,.iradio-green,.iradio-blue,.iradio-aero,.iradio-grey,.iradio-orange,.iradio-yellow,.iradio-pink,.iradio-purple {
	position:absolute;
	top:4px;
	left:0
}
@media(max-width:767px) {
	.responsive .check-box,.responsive .radio-box {
	display:block
}
}.select-box {
	border:solid 1px #ddd;
	box-sizing:border-box;
	vertical-align:middle;
	width:100%;
	display:inline-block
}
.select {
	border:solid 1px #ddd;
	box-sizing:border-box;
	cursor:pointer;
	line-height:normal;
	font-weight:normal;
	width:100%
}
.select-box .select {
	border:0
}
.select-box.inline,.select-box.inline .select {
	width:auto
}
.select-box,.select-box.size-m {
	height:31px;
	padding:4px 5px
}
.select,.size-m .select {
	font-size:14px
}
.select-box.size-mini {
	height:23px;
	padding:0 5px
}
.size-mini .select {
	font-size:12px
}
.select-box.size-s {
	height:27px;
	padding:3px 5px
}
.size-s .select {
	font-size:12px
}
.select-box.size-l {
	height:41px;
	padding:8px 5px
}
.size-l .select {
	font-size:16px
}
.select-box.size-xl {
	height:48px;
	padding:10px 5px
}
.size-xl .select {
	font-size:18px
}
@media(max-width:767px) {
	.responsive .select-box {
	border:0
}
.responsive .select-box .select,.responsive .select {
	border:solid 1px #ddd;
	padding:10px;
	font-size:16px
}
.responsive .select-box,.responsive .select-box.size-m,.responsive .select-box.size-mini,.responsive .select-box.size-s,.responsive .select-box.size-l,.responsive .select-box.size-xl {
	height:auto;
	padding:0
}
}.select-wrapper {
	position:relative;
	display:inline-block;
	font-size:14px;
	cursor:default
}
.select-default {
	zoom:1;
	display:block;
	padding-left:10px;
	padding-right:30px;
	background-color:#fff;
	border:solid 1px #d0d0d0;
	height:34px;
	line-height:34px
}
.jsselect.radius {
	overflow:visible
}
.jsselect.radius .select-default {
	border-radius:4px
}
.jsselect.radius .select-list {
	border-radius:4px;
	border-top-left-radius:0;
	border-top-right-radius:0
}
.select-icon {
	position:absolute;
	height:8px;
	width:12px;
	right:10px;
	top:50%;
	margin-top:-4px;
	background: no-repeat center
}
.unselectable {
	-moz-user-select:none;
	-khtml-user-select:none;
	-webkit-user-select:none;
	-o-user-select:none;
	user-select:none
}
.select-list {
	position:absolute;
	left:0;
	right:0;
	top:100%;
	z-index:1;
	line-height:34px;
	max-height:320px;
	overflow:auto;
	_height:expression(this.scrollheight>319 ? "320px":"auto");
	background-color:#fff;
	background-clip:padding-box;
	-moz-box-shadow:0 1px 2px rgba(0,1,1,0.2);
	-webkit-box-shadow:0 1px 2px rgba(0,1,1,0.2);
	box-shadow:0 1px 2px rgba(0,1,1,0.2);
	box-sizing:border-box;
	border:solid 1px #d0d0d0;
	behavior:
}
.select-item {
	margin:0;
	padding:0
}
.select-option {
	background:#fff;
	line-height:34px;
	text-align:left;
	white-space:nowrap;
	cursor:pointer;
	border-bottom:1px solid #f2f2f2;
	padding:0 10px
}
.select-item .selected {
	background-color:#148cf1;
	color:#fff
}
.btn-upload {
	position:relative;
	display:inline-block;
	height:31px;
	*display:inline;
	overflow:hidden;
	vertical-align:middle;
	cursor:pointer
}
.upload-url {
	cursor:pointer;
	width:300px
}
.input-file {
	position:absolute;
	right:0;
	top:0;
	cursor:pointer;
	z-index:1;
	font-size:30em;
	opacity:0;
	filter:alpha(opacity=0)
}
.form-group .upload-btn {
	margin-left:-1px
}
.btn-upload .icon-add,.btn-upload .icon-minus {
	cursor:pointer;
	display:inline-block;
	font-family:arial;
	font-size:30px;
	height:31px;
	line-height:31px;
	text-align:center;
	vertical-align:middle;
	width:36px
}
@media(max-width:767px) {
	.btn-upload {
	position:static
}
.input-file {
	position:static;
	opacity:1;
	font-size:16px
}
.upload-btn {
	display:none
}
.upload-url {
	display:none
}
}.numbercontrolbox {
	display:inline-block;
	overflow:hidden;
	vertical-align:middle
}
.ncb-up,.ncb-down {
	font-size:0;
	display:block;
	height:10px;
	background-color:#f4f4f4;
	background:-moz-linear-gradient(top,#fff 0,#e6e6e6 50%,#fff 100%);
	width:24px;
	border:1px solid #d1d1d1;
	cursor:pointer
}
.ncb-up {
	margin-bottom:1px
}
.numbercontrolbox .ncb_ico {
	display:block;
	height:10px;
	background-image:;
	background-repeat:no-repeat

}
.ncb-up .ncb_ico {
	background-position:-22px center
}
.ncb-down .ncb_ico {
	background-position:1px center
}
.ncb_btn_hover {
	border:1px solid #9dc7e7;
	background-color:#dff2fc;
	background:-moz-linear-gradient(top,#fff 0,#d2edfa 50%,#fff 100%)
}
.ncb_btn_selected {
	border:1px solid #6198c2;
	background-color:#aee1fb;
	background:-moz-linear-gradient(top,#fff 0,#aee1fb 50%,#fff 100%)
}
.input-text[type="number"] {
	width:80px
}
label,.placeholder {
	font-size:14px
}
.form legend {
	font-size:20px
}
.form .row {
	margin-top:15px
}
.form-label {
	display:block;
	color:#555;
	font-weight:700
}
.formcontrols {
	position:relative
}
.formcontrols>* {
	vertical-align:middle
}
.placeholder {
	position:absolute;
	left:4px;
	top:4px;
	color:#c6c6c6;
	cursor:text
}
.form-horizontal .row {
	display:table;
	width:100%
}
.form-horizontal .form-label {
	margin-top:3px;
	cursor:text;
	text-align:right;
	padding-right:10px
}
.form-horizontal .formcontrols {
	padding-right:10px
}
::-webkit-input-placeholder {
	color:#b3b3b3
}
:-moz-placeholder {
	color:#b3b3b3
}
::-moz-placeholder {
	color:#b3b3b3
}
:-ms-input-placeholder {
	color:#b3b3b3
}
.placeholder {
	color:#adb0be;
	position:absolute;
	z-index:9
}
@media(max-width:767px) {
	.responsive .form-label {
	text-align:left;
	padding-right:0;
	font-size:16px;
	float:none
}
.responsive .formcontrols {
	padding-right:0;
	float:none;
	margin-top:10px
}
}.validform_error {
	background-color:#fbe2e2;
	border-color:#c66161;
	color:#c00
}
.validform_wrong,.validform_right,.validform_warning {
	display:inline-block;
	height:20px;
	font-size:12px;
	vertical-align:middle;
	padding-left:25px
}
.validform_wrong {
	background: no-repeat 0 center;
	color:#ef392b
}
.validform_right {
	background: no-repeat 0 center
}
.validform_warning {
	background: no-repeat 0 center;
	color:#777
}
.passwordstrength b {
	font-weight:400
}
.passwordstrength b,.passwordstrength span {
	display:inline-block;
	vertical-align:middle;
	line-height:16px;
	line-height:18px\9;
	height:16px
}
.passwordstrength span {
	width:57px;
	text-align:center;
	background-color:#d0d0d0;
	border-right:1px solid #fff
}
.passwordstrength .last {
	border-right:0
}
.passwordstrength .bgstrength {
	color:#fff;
	background-color:#fcc900
}
#validform_msg {
	font-size:14px;
	width:300px;
	-webkit-box-shadow:2px 2px 3px #aaa;
	-moz-box-shadow:2px 2px 3px #aaa;
	background:#fff;
	position:absolute;
	top:0;
	right:50px;
	z-index:99999;
	display:none;
	filter:progid:dximagetransform.microsoft.shadow(strength=3,direction=135,color='#999999');
	box-shadow:2px 2px 0 rgba(0,0,0,0.1)
}
#validform_msg .iframe {
	position:absolute;
	left:0;
	top:-1px;
	z-index:-1
}
#validform_msg .validform_title {
	font-size:20px;
	padding:10px;
	text-align:left;
	color:#fff;
	position:relative;
	background-color:#fcc900
}
#validform_msg a.validform_close:link,#validform_msg a.validform_close:visited {
	position:absolute;
	right:8px;
	top:6px;
	color:#fff;
	text-decoration:none;
	font-family:verdana
}
#validform_msg a.validform_close:hover {
	color:#fff
}
#validform_msg .validform_info {
	padding:10px;
	border:1px solid #bbb;
	border-top:0;
	text-align:left
}
@media(max-width:767px) {
	.responsive .validform_checktip {
	margin-top:10px
}
}.close {
	font-size:20px;
	color:#000;
	text-shadow:0 1px 0 #fff;
	opacity:.2;
	filter:alpha(opacity=20)
}
.close:hover,.close:focus {
	color:#000;
	text-decoration:none;
	cursor:pointer;
	opacity:.4;
	filter:alpha(opacity=40)
}
button.close {
	padding:0;
	cursor:pointer;
	background:transparent;
	border:0;
	-webkit-appearance:none
}
.btn {
	display:inline-block;
	box-sizing:border-box;
	cursor:pointer;
	text-align:center;
	font-weight:400;
	white-space:nowrap;
	vertical-align:middle;
	-moz-padding-start:npx;
	-moz-padding-end:npx;
	border:solid 1px #ddd;
	background-color:#fff;
	width:auto;
	*zoom:1;
	*overflow:visible;
	-webkit-transition:background-color .1s linear;
	-moz-transition:background-color .1s linear;
	-o-transition:background-color .1s linear;
	transition:background-color .1s linear
}
a.btn:hover,a.btn:focus,a.btn:active,a.btn.active,a.btn.disabled,a.btn[disabled] {
	text-decoration:none
}
.btn:active,.btn.active {
	background-color:#ccc
}
.btn:first-child {
	*margin-left:0
}
.btn.active,.btn:active {
	-moz-box-shadow:0 1px 8px rgba(0,0,0,0.125) inset;
	-webkit-box-shadow:0 1px 8px rgba(0,0,0,0.125) inset;
	box-shadow:0 1px 8px rgba(0,0,0,0.125) inset
}
.btn-default {
	background-color:#e6e6e6;
	border-color:#e6e6e6
}
.btn-default:hover,.btn-default:focus,.btn-default:active,.btn-default.active {
	color:#333;
	background-color:#c7c7c7;
	border-color:#c7c7c7
}
.btn-primary {
	color:#fff;
	background-color:#5a98de;
	border-color:#5a98de
}
.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active {
	color:#fff;
	background-color:#0a6999;
	border-color:#0a6999
}
.btn-secondary {
	color:#fff;
	background-color:#3bb4f2;
	border-color:#3bb4f2
}
.btn-secondary:hover,.btn-secondary:focus,.btn-secondary:active,.btn-secondary.active {
	color:#fff;
	background-color:#0f9ae0;
	border-color:#0f9ae0
}
.btn-success {
	color:#fff;
	background-color:#6bc30d;
	border-color:#6bc30d
}
.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active {
	color:#fff;
	background-color:#5eac0c;
	border-color:#5eac0c
}
.btn-warning {
	color:#fff;
	background-color:#f37b1d;
	border-color:#f37b1d
}
.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active {
	color:#fff;
	background-color:#c85e0b;
	border-color:#c85e0b
}
.btn-danger {
	color:#fff;
	background-color:#dd514c;
	border-color:#dd514c
}
.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active {
	color:#fff;
	background-color:#c62b26;
	border-color:#c62b26
}
.btn-link {
	color:#0e90d2;
	cursor:pointer;
	border-color:transparent;
	background-color:transparent
}
.btn-link:hover,.btn-link:focus,.btn-link:active,.btn-link.active {
	color:#095f8a;
	text-decoration:underline;
	background-color:transparent
}
.btn.disabled {
	cursor:not-allowed;
	background-image:none;
	opacity:.65;
	filter:alpha(opacity=65);
	box-shadow:none;
	pointer-events:none
}
.btn-block {
	-moz-box-sizing:border-box;
	display:block;
	padding-left:0;
	padding-right:0;
	width:100%
}
.form-group {
	display:inline-block;
	vertical-align:middle
}
.form-group .input-text {
	position:relative;
	vertical-align:top
}
.form-group.radius .input-text {
	border-radius:4px 0 0 4px
}
.form-group.round .input-text {
	border-radius:1000px 0 0 1000px
}
.form-group .btn {
	position:relative;
	margin-left:-1px
}
.form-group.radius .btn {
	border-radius:0 4px 4px 0
}
.form-group.round .btn {
	border-radius:0 1000px 1000px 0
}
.duang-opacity img {
	-webkit-transition:opacity .1s linear;
	-moz-transition:opacity .1s linear;
	-o-transition:opacity .1s linear;
	transition:opacity .1s linear
}
.duang-opacity a:hover img,a:hover .opacity img {
	opacity:.85;
	filter:alpha(opacity=85)
}
.avatar {
	display:inline-block;
	position:relative;
	overflow:hidden
}
.avatar img {
	display:block
}
.avatar.radius,.avatar.radius img {
	border-radius:50%
}
.avatar,.avatar img {
	width:32px;
	height:32px
}
.avatar.size-mini {
	width:16px;
	height:16px
}
.avatar.size-s,.avatar.size-s img {
	width:24px;
	height:24px
}
.avatar.size-m,.avatar.size-m img {
	width:32px;
	height:32px
}
.avatar.size-l,.avatar.size-l img {
	width:40px;
	height:40px
}
.avatar.size-xl,.avatar.size-xl img {
	width:64px;
	height:64px
}
.avatar.size-xxl,.avatar.size-xxl img {
	width:100px;
	height:100px
}
.avatar.size-xxxl,.avatar.size-xxxl img {
	width:128px;
	height:128px
}
.iconpic {
	display:inline-block;
	vertical-align:sub;
	*vertical-align:middle;

	_vertical-align:middle;
	width:16px;
	height:16px;
	background-position:center;
	background-repeat:no-repeat
}
.hui-bounce,.hui-flip,.hui-flash,.hui-shake,.hui-swing,.hui-wobble,.hui-ring {
	-webkit-animation:1s ease;
	-moz-animation:1s ease;
	-ms-animation:1s ease;
	animation:1s ease
}
.hui-fadein,.hui-fadeint,.hui-fadeinr,.hui-fadeinb,.hui-fadeinl,.hui-bouncein,.hui-bounceint,.hui-bounceinr,.hui-bounceinb,.hui-bounceinl,.hui-rotatein,.hui-rotateinlt,.hui-rotateinlb,.hui-rotateinrt,.hui-rotateinrb,.hui-flipin,.hui-flipinx,.hui-flipiny {
	-webkit-animation:1s ease-out backwards;
	-moz-animation:1s ease-out backwards;
	-ms-animation:1s ease-out backwards;
	animation:1s ease-out backwards
}
.hui-fadeout,.hui-fadeoutt,.hui-fadeoutr,.hui-fadeoutb,.hui-fadeoutl,.hui-bounceout,.hui-bounceoutt,.hui-bounceoutr,.hui-bounceoutb,.hui-bounceoutl,.hui-rotateout,.hui-rotateoutlt,.hui-rotateoutlb,.hui-rotateoutrt,.hui-rotateoutrb,.hui-flipout,.hui-flipoutx,.hui-flipouty {
	-webkit-animation:1s ease-in forwards;
	-moz-animation:1s ease-in forwards;
	-ms-animation:1s ease-in forwards;
	animation:1s ease-in forwards
}
.hui-fadein {
	-webkit-animation-name:fadein;
	-moz-animation-name:fadein;
	-ms-animation-name:fadein;
	animation-name:fadein
}
.hui-fadeint {
	-webkit-animation-name:fadeint;
	-moz-animation-name:fadeint;
	-ms-animation-name:fadeint;
	animation-name:fadeint
}
.hui-fadeinr {
	-webkit-animation-name:fadeinr;
	-moz-animation-name:fadeinr;
	-ms-animation-name:fadeinr;
	animation-name:fadeinr
}
.hui-fadeinb {
	-webkit-animation-name:fadeinb;
	-moz-animation-name:fadeinb;
	-ms-animation-name:fadeinb;
	animation-name:fadeinb
}
.hui-fadeinl {
	-webkit-animation-name:fadeinl;
	-moz-animation-name:fadeinl;
	-ms-animation-name:fadeinl;
	animation-name:fadeinl
}
.hui-fadeout {
	-webkit-animation-name:fadeout;
	-moz-animation-name:fadeout;
	-ms-animation-name:fadeout;
	animation-name:fadeout
}
.hui-fadeoutt {
	-webkit-animation-name:fadeoutt;
	-moz-animation-name:fadeoutt;
	-ms-animation-name:fadeoutt;
	animation-name:fadeoutt
}
.hui-fadeoutr {
	-webkit-animation-name:fadeoutr;
	-moz-animation-name:fadeoutr;
	-ms-animation-name:fadeoutr;
	animation-name:fadeoutr
}
.hui-fadeoutb {
	-webkit-animation-name:fadeoutb;
	-moz-animation-name:fadeoutb;
	-ms-animation-name:fadeoutb;
	animation-name:fadeoutb
}
.hui-fadeoutl {
	-webkit-animation-name:fadeoutl;
	-moz-animation-name:fadeoutl;
	-ms-animation-name:fadeoutl;
	animation-name:fadeoutl
}
.hui-bounce {
	-webkit-animation-name:bounce;
	-moz-animation-name:bounce;
	-ms-animation-name:bounce;
	animation-name:bounce
}
.hui-bouncein {
	-webkit-animation-name:bouncein;
	-moz-animation-name:bouncein;
	-ms-animation-name:bouncein;
	animation-name:bouncein
}
.hui-bounceint {
	-webkit-animation-name:bounceint;
	-moz-animation-name:bounceint;
	-ms-animation-name:bounceint;
	animation-name:bounceint
}
.hui-bounceinr {
	-webkit-animation-name:bounceinr;
	-moz-animation-name:bounceinr;
	-ms-animation-name:bounceinr;
	animation-name:bounceinr
}
.hui-bounceinb {
	-webkit-animation-name:bounceinb;
	-moz-animation-name:bounceinb;
	-ms-animation-name:bounceinb;
	animation-name:bounceinb
}
.hui-bounceinl {
	-webkit-animation-name:bounceinl;
	-moz-animation-name:bounceinl;
	-ms-animation-name:bounceinl;
	animation-name:bounceinl
}
.hui-bounceout {
	-webkit-animation-name:bounceout;
	-moz-animation-name:bounceout;
	-ms-animation-name:bounceout;
	animation-name:bounceout
}
.hui-bounceoutt {
	-webkit-animation-name:bounceoutt;
	-moz-animation-name:bounceoutt;
	-ms-animation-name:bounceoutt;
	animation-name:bounceoutt
}
.hui-bounceoutr {
	-webkit-animation-name:bounceoutr;
	-moz-animation-name:bounceoutr;
	-ms-animation-name:bounceoutr;
	animation-name:bounceoutr
}
.hui-bounceoutb {
	-webkit-animation-name:bounceoutb;
	-moz-animation-name:bounceoutb;
	-ms-animation-name:bounceoutb;
	animation-name:bounceoutb
}
.hui-bounceoutl {
	-webkit-animation-name:bounceoutl;
	-moz-animation-name:bounceoutl;
	-ms-animation-name:bounceoutl;
	animation-name:bounceoutl
}
.hui-rotatein {
	-webkit-animation-name:rotatein;
	-moz-animation-name:rotatein;
	-ms-animation-name:rotatein;
	animation-name:rotatein
}
.hui-rotateinlt {
	-webkit-animation-name:rotateinlt;
	-moz-animation-name:rotateinlt;
	-ms-animation-name:rotateinlt;
	animation-name:rotateinlt
}
.hui-rotateinlb {
	-webkit-animation-name:rotateinlb;
	-moz-animation-name:rotateinlb;
	-ms-animation-name:rotateinlb;
	animation-name:rotateinlb
}
.hui-rotateinrt {
	-webkit-animation-name:rotateinrt;
	-moz-animation-name:rotateinrt;
	-ms-animation-name:rotateinrt;
	animation-name:rotateinrt
}
.hui-rotateinrb {
	-webkit-animation-name:rotateinrb;
	-moz-animation-name:rotateinrb;
	-ms-animation-name:rotateinrb;
	animation-name:rotateinrb
}
.hui-rotateout {
	-webkit-animation-name:rotateout;
	-moz-animation-name:rotateout;
	-ms-animation-name:rotateout;
	animation-name:rotateout
}
.hui-rotateoutlt {
	-webkit-animation-name:rotateoutlt;
	-moz-animation-name:rotateoutlt;
	-ms-animation-name:rotateoutlt;
	animation-name:rotateoutlt
}
.hui-rotateoutlb {
	-webkit-animation-name:rotateoutlb;
	-moz-animation-name:rotateoutlb;
	-ms-animation-name:rotateoutlb;
	animation-name:rotateoutlb
}
.hui-rotateoutrt {
	-webkit-animation-name:rotateoutrt;
	-moz-animation-name:rotateoutrt;
	-ms-animation-name:rotateoutrt;
	animation-name:rotateoutrt
}
.hui-rotateoutrb {
	-webkit-animation-name:rotateoutrb;
	-moz-animation-name:rotateoutrb;
	-ms-animation-name:rotateoutrb;
	animation-name:rotateoutrb
}
.hui-flip {
	-webkit-animation-name:flip;
	-moz-animation-name:flip;
	-ms-animation-name:flip;
	animation-name:flip
}
.hui-flipinx {
	-webkit-animation-name:flipinx;
	-moz-animation-name:flipinx;
	-ms-animation-name:flipinx;
	animation-name:flipinx
}
.hui-flipin,.hui-flipiny {
	-webkit-animation-name:flipiny;
	-moz-animation-name:flipiny;
	-ms-animation-name:flipiny;
	animation-name:flipiny
}
.hui-flipoutx {
	-webkit-animation-name:flipoutx;
	-moz-animation-name:flipoutx;
	-ms-animation-name:flipoutx;
	animation-name:flipoutx
}
.hui-flipout,.hui-flipouty {
	-webkit-animation-name:flipouty;
	-moz-animation-name:flipouty;
	-ms-animation-name:flipouty;
	animation-name:flipouty
}
.hui-flash {
	-webkit-animation-name:flash;
	-moz-animation-name:flash;
	-ms-animation-name:flash;
	animation-name:flash
}
.hui-shake {
	-webkit-animation-name:shake;
	-moz-animation-name:shake;
	-ms-animation-name:shake;
	animation-name:shake
}
.hui-swing {
	-webkit-animation-name:swing;
	-moz-animation-name:swing;
	-ms-animation-name:swing;
	animation-name:swing
}
.hui-wobble {
	-webkit-animation-name:wobble;
	-moz-animation-name:wobble;
	-ms-animation-name:wobble;
	animation-name:wobble
}
.hui-ring {
	-webkit-animation-name:ring;
	-moz-animation-name:ring;
	-ms-animation-name:ring;
	animation-name:ring
}
@-webkit-keyframes fadein {
	0% {
	opacity:0
}
100% {
	opacity:1
}
}@-moz-keyframes fadein {
	0% {
	opacity:0
}
100% {
	opacity:1
}
}@-ms-keyframes fadein {
	0% {
	opacity:0
}
100% {
	opacity:1
}
}@keyframes fadein {
	0% {
	opacity:0
}
100% {
	opacity:1
}
}@-webkit-keyframes fadeint {
	0% {
	opacity:0;
	-webkit-transform:translatey(-100px)
}
100% {
	opacity:1;
	-webkit-transform:translatey(0)
}
}@-moz-keyframes fadeint {
	0% {
	opacity:0;
	-moz-transform:translatey(-100px)
}
100% {
	opacity:1;
	-moz-transform:translatey(0)
}
}@-ms-keyframes fadeint {
	0% {
	opacity:0;
	-ms-transform:translatey(-100px)
}
100% {
	opacity:1;
	-ms-transform:translatey(0)
}
}@keyframes fadeint {
	0% {
	opacity:0;
	transform:translatey(-100px)
}
100% {
	opacity:1;
	transform:translatey(0)
}
}@-webkit-keyframes fadeinr {
	0% {
	opacity:0;
	-webkit-transform:translatex(100px)
}
100% {
	opacity:1;
	-webkit-transform:translatex(0)
}
}@-moz-keyframes fadeinr {
	0% {
	opacity:0;
	-moz-transform:translatex(100px)
}
100% {
	opacity:1;

	-moz-transform:translatex(0)
}
}@-ms-keyframes fadeinr {
	0% {
	opacity:0;
	-ms-transform:translatex(100px)
}
100% {
	opacity:1;
	-ms-transform:translatex(0)
}
}@keyframes fadeinr {
	0% {
	opacity:0;
	transform:translatex(100px)
}
100% {
	opacity:1;
	transform:translatex(0)
}
}@-webkit-keyframes fadeinb {
	0% {
	opacity:0;
	-webkit-transform:translatey(100px)
}
100% {
	opacity:1;
	-webkit-transform:translatey(0)
}
}@-moz-keyframes fadeinb {
	0% {
	opacity:0;
	-moz-transform:translatey(100px)
}
100% {
	opacity:1;
	-moz-transform:translatey(0)
}
}@-ms-keyframes fadeinb {
	0% {
	opacity:0;
	-ms-transform:translatey(100px)
}
100% {
	opacity:1;
	-ms-transform:translatey(0)
}
}@keyframes fadeinb {
	0% {
	opacity:0;
	transform:translatey(100px)
}
100% {
	opacity:1;
	transform:translatey(0)
}
}@-webkit-keyframes fadeinl {
	0% {
	opacity:0;
	-webkit-transform:translatex(-100px)
}
100% {
	opacity:1;
	-webkit-transform:translatex(0)
}
}@-moz-keyframes fadeinl {
	0% {
	opacity:0;
	-moz-transform:translatex(-100px)
}
100% {
	opacity:1;
	-moz-transform:translatex(0)
}
}@-ms-keyframes fadeinl {
	0% {
	opacity:0;
	-ms-transform:translatex(-100px)
}
100% {
	opacity:1;
	-ms-transform:translatex(0)
}
}@keyframes fadeinl {
	0% {
	opacity:0;
	transform:translatex(-100px)
}
100% {
	opacity:1;
	transform:translatex(0)
}
}@-webkit-keyframes fadeout {
	0% {
	opacity:1
}
100% {
	opacity:0
}
}@-moz-keyframes fadeout {
	0% {
	opacity:1
}
100% {
	opacity:0
}
}@-ms-keyframes fadeout {
	0% {
	opacity:1
}
100% {
	opacity:0
}
}@keyframes fadeout {
	0% {
	opacity:1
}
100% {
	opacity:0
}
}@-webkit-keyframes fadeoutt {
	0% {
	opacity:1;
	-webkit-transform:translatey(0)
}
100% {
	opacity:0;
	-webkit-transform:translatey(-100px)
}
}@-moz-keyframes fadeoutt {
	0% {
	opacity:1;
	-moz-transform:translatey(0)
}
100% {
	opacity:0;
	-moz-transform:translatey(-100px)
}
}@-ms-keyframes fadeoutt {
	0% {
	opacity:1;
	-ms-transform:translatey(0)
}
100% {
	opacity:0;
	-ms-transform:translatey(-100px)
}
}@keyframes fadeoutt {
	0% {
	opacity:1;
	transform:translatey(0)
}
100% {
	opacity:0;
	transform:translatey(-100px)
}
}@-webkit-keyframes fadeoutr {
	0% {
	opacity:1;
	-webkit-transform:translatex(0)
}
100% {
	opacity:0;
	-webkit-transform:translatex(100px)
}
}@-moz-keyframes fadeoutr {
	0% {
	opacity:1;
	-moz-transform:translatex(0)
}
100% {
	opacity:0;
	-moz-transform:translatex(100px)
}
}@-ms-keyframes fadeoutr {
	0% {
	opacity:1;
	-ms-transform:translatex(0)
}
100% {
	opacity:0;
	-ms-transform:translatex(100px)
}
}@keyframes fadeoutr {
	0% {
	opacity:1;
	transform:translatex(0)
}
100% {
	opacity:0;
	transform:translatex(100px)
}
}@-webkit-keyframes fadeoutb {
	0% {
	opacity:1;
	-webkit-transform:translatey(0)
}
100% {
	opacity:0;
	-webkit-transform:translatey(100px)
}
}@-moz-keyframes fadeoutb {
	0% {
	opacity:1;
	-moz-transform:translatey(0)
}
100% {
	opacity:0;
	-moz-transform:translatey(100px)
}
}@-ms-keyframes fadeoutb {
	0% {
	opacity:1;
	-ms-transform:translatey(0)
}
100% {
	opacity:0;
	-ms-transform:translatey(100px)
}
}@keyframes fadeoutb {
	0% {
	opacity:1;
	transform:translatey(0)
}
100% {
	opacity:0;
	transform:translatey(100px)
}
}@-webkit-keyframes fadeoutl {
	0% {
	opacity:1;
	-webkit-transform:translatex(0)
}
100% {
	opacity:0;
	-webkit-transform:translatex(-100px)
}
}@-moz-keyframes fadeoutl {
	0% {
	opacity:1;
	-moz-transform:translatex(0)
}
100% {
	opacity:0;
	-moz-transform:translatex(-100px)
}
}@-ms-keyframes fadeoutl {
	0% {
	opacity:1;
	-ms-transform:translatex(0)
}
100% {
	opacity:0;
	-ms-transform:translatex(-100px)
}
}@keyframes fadeoutl {
	0% {
	opacity:1;
	transform:translatex(0)
}
100% {
	opacity:0;
	transform:translatex(-100px)
}
}@-webkit-keyframes bounce {
	0%,20%,50%,80%,100% {
	-webkit-transform:translatey(0)
}
40% {
	-webkit-transform:translatey(-30px)
}
60% {
	-webkit-transform:translatey(-15px)
}
}@-moz-keyframes bounce {
	0%,20%,50%,80%,100% {
	-moz-transform:translatey(0)
}
40% {
	-moz-transform:translatey(-30px)
}
60% {
	-moz-transform:translatey(-15px)
}
}@-ms-keyframes bounce {
	0%,20%,50%,80%,100% {
	-ms-transform:translatey(0)
}
40% {
	-ms-transform:translatey(-30px)
}
60% {
	-ms-transform:translatey(-15px)
}
}@keyframes bounce {
	0%,20%,50%,80%,100% {
	transform:translatey(0)
}
40% {
	transform:translatey(-30px)
}
60% {
	transform:translatey(-15px)
}
}@-webkit-keyframes bouncein {
	0% {
	opacity:0;
	-webkit-transform:scale(0.3)
}
50% {
	opacity:1;
	-webkit-transform:scale(1.05)
}
70% {
	-webkit-transform:scale(0.9)
}
100% {
	-webkit-transform:scale(1)
}
}@-moz-keyframes bouncein {
	0% {
	opacity:0;
	-moz-transform:scale(0.3)
}
50% {
	opacity:1;
	-moz-transform:scale(1.05)
}
70% {
	-moz-transform:scale(0.9)
}
100% {
	-moz-transform:scale(1)
}
}@-ms-keyframes bouncein {
	0% {
	opacity:0;
	-ms-transform:scale(0.3)
}
50% {
	opacity:1;
	-ms-transform:scale(1.05)
}
70% {
	-ms-transform:scale(0.9)
}
100% {
	-ms-transform:scale(1)
}
}@keyframes bouncein {
	0% {
	opacity:0;
	transform:scale(0.3)
}
50% {
	opacity:1;
	transform:scale(1.05)
}
70% {
	transform:scale(0.9)
}
100% {
	transform:scale(1)
}
}@-webkit-keyframes bounceint {
	0% {
	opacity:0;
	-webkit-transform:translatey(-100px)
}
60% {
	opacity:1;
	-webkit-transform:translatey(30px)
}
80% {
	-webkit-transform:translatey(-10px)
}
100% {
	-webkit-transform:translatey(0)
}
}@-moz-keyframes bounceint {
	0% {
	opacity:0;
	-moz-transform:translatey(-100px)
}
60% {
	opacity:1;
	-moz-transform:translatey(30px)
}
80% {
	-moz-transform:translatey(-10px)
}
100% {
	-moz-transform:translatey(0)
}
}@-ms-keyframes bounceint {
	0% {
	opacity:0;
	-ms-transform:translatey(-100px)
}
60% {
	opacity:1;
	-ms-transform:translatey(30px)
}
80% {
	-ms-transform:translatey(-10px)
}
100% {
	-ms-transform:translatey(0)
}
}@keyframes bounceint {
	0% {
	opacity:0;
	transform:translatey(-100px)
}
60% {
	opacity:1;
	transform:translatey(30px)
}
80% {
	transform:translatey(-10px)
}
100% {
	transform:translatey(0)
}
}@-webkit-keyframes bounceinr {
	0% {
	opacity:0;
	-webkit-transform:translatex(100px)
}
60% {
	opacity:1;
	-webkit-transform:translatex(-30px)
}
80% {
	-webkit-transform:translatex(10px)
}
100% {
	-webkit-transform:translatex(0)
}
}@-moz-keyframes bounceinr {
	0% {
	opacity:0;
	-moz-transform:translatex(100px)
}
60% {
	opacity:1;
	-moz-transform:translatex(-30px)
}
80% {
	-moz-transform:translatex(10px)
}
100% {
	-moz-transform:translatex(0)
}
}@-ms-keyframes bounceinr {
	0% {
	opacity:0;
	-ms-transform:translatex(100px)
}
60% {
	opacity:1;
	-ms-transform:translatex(-30px)
}
80% {
	-ms-transform:translatex(10px)
}
100% {
	-ms-transform:translatex(0)
}
}@keyframes bounceinr {
	0% {
	opacity:0;
	transform:translatex(100px)
}
60% {
	opacity:1;
	transform:translatex(-30px)
}
80% {
	transform:translatex(10px)
}
100% {
	transform:translatex(0)
}
}@-webkit-keyframes bounceinb {
	0% {
	opacity:0;
	-webkit-transform:translatey(100px)
}
60% {
	opacity:1;
	-webkit-transform:translatey(-30px)
}
80% {
	-webkit-transform:translatey(10px)
}
100% {
	-webkit-transform:translatey(0)
}
}@-moz-keyframes bounceinb {
	0% {
	opacity:0;
	-moz-transform:translatey(100px)
}
60% {
	opacity:1;
	-moz-transform:translatey(-30px)
}
80% {
	-moz-transform:translatey(10px)
}
100% {
	-moz-transform:translatey(0)
}
}@-ms-keyframes bounceinb {
	0% {
	opacity:0;
	-ms-transform:translatey(100px)
}
60% {
	opacity:1;
	-ms-transform:translatey(-30px)
}
80% {
	-ms-transform:translatey(10px)
}
100% {
	-ms-transform:translatey(0)
}
}@keyframes bounceinb {
	0% {
	opacity:0;
	transform:translatey(100px)
}
60% {
	opacity:1;
	transform:translatey(-30px)
}
80% {
	transform:translatey(10px)
}
100% {
	transform:translatey(0)
}
}@-webkit-keyframes bounceinl {
	0% {
	opacity:0;
	-webkit-transform:translatex(-100px)
}
60% {
	opacity:1;
	-webkit-transform:translatex(30px)
}
80% {
	-webkit-transform:translatex(-10px)
}
100% {
	-webkit-transform:translatex(0)
}
}@-moz-keyframes bounceinl {
	0% {
	opacity:0;
	-moz-transform:translatex(-100px)
}
60% {
	opacity:1;
	-moz-transform:translatex(30px)
}
80% {
	-moz-transform:translatex(-10px)
}
100% {
	-moz-transform:translatex(0)
}
}@-ms-keyframes bounceinl {
	0% {
	opacity:0;
	-ms-transform:translatex(-100px)
}
60% {
	opacity:1;
	-ms-transform:translatex(30px)
}
80% {
	-ms-transform:translatex(-10px)
}
100% {
	-ms-transform:translatex(0)
}
}@keyframes bounceinl {
	0% {
	opacity:0;
	transform:translatex(-100px)
}
60% {
	opacity:1;
	transform:translatex(30px)
}
80% {
	transform:translatex(-10px)
}
100% {
	transform:translatex(0)
}
}@-webkit-keyframes bounceout {
	0% {
	-webkit-transform:scale(1)
}
25% {
	-webkit-transform:scale(0.95)
}
50% {
	opacity:1;
	-webkit-transform:scale(1.1)
}
100% {
	opacity:0;
	-webkit-transform:scale(0.3)
}
}@-moz-keyframes bounceout {
	0% {
	-moz-transform:scale(1)
}
25% {
	-moz-transform:scale(0.95)
}
50% {
	opacity:1;
	-moz-transform:scale(1.1)
}
100% {
	opacity:0;
	-moz-transform:scale(0.3)
}
}@-ms-keyframes bounceout {
	0% {
	-ms-transform:scale(1)
}
25% {
	-ms-transform:scale(0.95)
}
50% {
	opacity:1;
	-ms-transform:scale(1.1)
}
100% {
	opacity:0;
	-ms-transform:scale(0.3)
}
}@keyframes bounceout {
	0% {
	transform:scale(1)
}
25% {
	transform:scale(0.95)
}
50% {
	opacity:1;
	transform:scale(1.1)
}
100% {
	opacity:0;
	transform:scale(0.3)
}
}@-webkit-keyframes bounceoutt {
	0% {
	-webkit-transform:translatey(0)
}
20% {
	opacity:1;
	-webkit-transform:translatey(20px)
}
100% {
	opacity:0;
	-webkit-transform:translatey(-100px)
}
}@-moz-keyframes bounceoutt {
	0% {
	-moz-transform:translatey(0)
}
20% {
	opacity:1;
	-moz-transform:translatey(20px)
}
100% {
	opacity:0;
	-moz-transform:translatey(-100px)
}
}@-ms-keyframes bounceoutt {
	0% {
	-ms-transform:translatey(0)
}
20% {
	opacity:1;
	-ms-transform:translatey(20px)
}
100% {
	opacity:0;
	-ms-transform:translatey(-100px)
}
}@keyframes bounceoutt {
	0% {
	transform:translatey(0)
}
20% {
	opacity:1;
	transform:translatey(20px)
}
100% {
	opacity:0;
	transform:translatey(-100px)
}
}@-webkit-keyframes bounceoutr {
	0% {
	-webkit-transform:translatex(0)
}
20% {
	opacity:1;
	-webkit-transform:translatex(-20px)
}
100% {
	opacity:0;
	-webkit-transform:translatex(100px)
}
}@-moz-keyframes bounceoutr {
	0% {
	-moz-transform:translatex(0)
}
20% {
	opacity:1;
	-moz-transform:translatex(-20px)
}
100% {
	opacity:0;
	-moz-transform:translatex(100px)
}
}@-ms-keyframes bounceoutr {
	0% {
	-ms-transform:translatex(0)
}
20% {
	opacity:1;
	-ms-transform:translatex(-20px)
}
100% {
	opacity:0;
	-ms-transform:translatex(100px)
}
}@keyframes bounceoutr {
	0% {
	transform:translatex(0)
}
20% {
	opacity:1;
	transform:translatex(-20px)
}
100% {
	opacity:0;
	transform:translatex(100px)
}
}@-webkit-keyframes bounceoutb {
	0% {
	-webkit-transform:translatey(0)
}
20% {
	opacity:1;
	-webkit-transform:translatey(-20px)
}
100% {
	opacity:0;
	-webkit-transform:translatey(100px)
}
}@-moz-keyframes bounceoutb {
	0% {
	-moz-transform:translatey(0)
}
20% {
	opacity:1;
	-moz-transform:translatey(-20px)
}
100% {
	opacity:0;
	-moz-transform:translatey(100px)
}
}@-ms-keyframes bounceoutb {
	0% {
	-ms-transform:translatey(0)
}
20% {
	opacity:1;
	-ms-transform:translatey(-20px)
}
100% {
	opacity:0;
	-ms-transform:translatey(100px)
}
}@keyframes bounceoutb {
	0% {
	transform:translatey(0)
}
20% {
	opacity:1;
	transform:translatey(-20px)
}
100% {
	opacity:0;
	transform:translatey(100px)
}
}@-webkit-keyframes bounceoutl {
	0% {
	-webkit-transform:translatex(0)
}
20% {
	opacity:1;
	-webkit-transform:translatex(20px)
}
100% {
	opacity:0;
	-webkit-transform:translatex(-100px)
}
}@-moz-keyframes bounceoutl {
	0% {
	-moz-transform:translatex(0)
}
20% {
	opacity:1;
	-moz-transform:translatex(20px)
}
100% {
	opacity:0;
	-moz-transform:translatex(-100px)
}
}@-ms-keyframes bounceoutl {
	0% {
	-ms-transform:translatex(0)
}
20% {
	opacity:1;
	-ms-transform:translatex(20px)
}
100% {
	opacity:0;
	-ms-transform:translatex(-100px)
}
}@keyframes bounceoutl {
	0% {
	transform:translatex(0)
}
20% {
	opacity:1;
	transform:translatex(20px)
}
100% {
	opacity:0;
	transform:translatex(-200px)
}
}@-webkit-keyframes rotatein {
	0% {
	opacity:0;
	-webkit-transform:rotate(-200deg)
}
100% {
	opacity:1;
	-webkit-transform:rotate(0)
}
}@-moz-keyframes rotatein {
	0% {
	opacity:0;
	-moz-transform:rotate(-200deg)
}
100% {
	opacity:1;
	-moz-transform:rotate(0)
}
}@-ms-keyframes rotatein {
	0% {
	opacity:0;
	-ms-transform:rotate(-200deg)
}
100% {
	opacity:1;
	-ms-transform:rotate(0)
}
}@keyframes rotatein {
	0% {
	opacity:0;
	transform:rotate(-200deg)
}
100% {
	opacity:1;
	transform:rotate(0)
}
}@-webkit-keyframes rotateinlt {
	0% {
	-webkit-transform-origin:left bottom;
	-webkit-transform:rotate(-90deg);
	opacity:0
}
100% {
	-webkit-transform-origin:left bottom;
	-webkit-transform:rotate(0);
	opacity:1
}
}@-moz-keyframes rotateinlt {
	0% {
	-moz-transform-origin:left bottom;
	-moz-transform:rotate(-90deg);
	opacity:0
}
100% {
	-moz-transform-origin:left bottom;
	-moz-transform:rotate(0);
	opacity:1
}
}@-ms-keyframes rotateinlt {
	0% {
	-ms-transform-origin:left bottom;
	-ms-transform:rotate(-90deg);
	opacity:0
}
100% {
	-ms-transform-origin:left bottom;
	-ms-transform:rotate(0);
	opacity:1
}
}@keyframes rotateinlt {
	0% {
	transform-origin:left bottom;
	transform:rotate(-90deg);
	opacity:0
}
100% {
	transform-origin:left bottom;
	transform:rotate(0);
	opacity:1
}
}@-webkit-keyframes rotateineftb {
	0% {
	-webkit-transform-origin:left bottom;
	-webkit-transform:rotate(90deg);
	opacity:0
}
100% {
	-webkit-transform-origin:left bottom;
	-webkit-transform:rotate(0);
	opacity:1
}
}@-moz-keyframes rotateineftb {
	0% {
	-moz-transform-origin:left bottom;
	-moz-transform:rotate(90deg);
	opacity:0
}
100% {
	-moz-transform-origin:left bottom;
	-moz-transform:rotate(0);
	opacity:1
}
}@-ms-keyframes rotateineftb {
	0% {
	-ms-transform-origin:left bottom;
	-ms-transform:rotate(90deg);
	opacity:0
}
100% {
	-ms-transform-origin:left bottom;
	-ms-transform:rotate(0);
	opacity:1
}
}@keyframes rotateineftb {
	0% {
	transform-origin:left bottom;
	transform:rotate(90deg);
	opacity:0
}
100% {
	transform-origin:left bottom;
	transform:rotate(0);
	opacity:1
}
}@-webkit-keyframes rotateinrt {
	0% {
	-webkit-transform-origin:right bottom;
	-webkit-transform:rotate(90deg);
	opacity:0
}
100% {
	-webkit-transform-origin:right bottom;
	-webkit-transform:rotate(0);
	opacity:1
}
}@-moz-keyframes rotateinrt {
	0% {
	-moz-transform-origin:right bottom;
	-moz-transform:rotate(90deg);
	opacity:0
}
100% {
	-moz-transform-origin:right bottom;
	-moz-transform:rotate(0);
	opacity:1
}
}@-ms-keyframes rotateinrt {
	0% {
	-ms-transform-origin:right bottom;
	-ms-transform:rotate(90deg);
	opacity:0
}
100% {
	-ms-transform-origin:right bottom;
	-ms-transform:rotate(0);
	opacity:1
}
}@keyframes rotateinrt {
	0% {
	transform-origin:right bottom;
	transform:rotate(90deg);
	opacity:0
}
100% {
	transform-origin:right bottom;
	transform:rotate(0);
	opacity:1
}
}@-webkit-keyframes rotateinrb {
	0% {
	-webkit-transform-origin:right bottom;
	-webkit-transform:rotate(-90deg);
	opacity:0
}
100% {
	-webkit-transform-origin:right bottom;
	-webkit-transform:rotate(0);
	opacity:1
}
}@-moz-keyframes rotateinrb {
	0% {
	-moz-transform-origin:right bottom;
	-moz-transform:rotate(-90deg);
	opacity:0
}
100% {
	-moz-transform-origin:right bottom;
	-moz-transform:rotate(0);
	opacity:1
}
}@-ms-keyframes rotateinrb {
	0% {
	-ms-transform-origin:right bottom;
	-ms-transform:rotate(-90deg);
	opacity:0
}
100% {
	-ms-transform-origin:right bottom;
	-ms-transform:rotate(0);
	opacity:1
}
}@keyframes rotateinrb {
	0% {
	transform-origin:right bottom;
	transform:rotate(-90deg);
	opacity:0
}
100% {
	transform-origin:right bottom;
	transform:rotate(0);
	opacity:1
}
}@-webkit-keyframes rotateout {
	0% {
	-webkit-transform-origin:center center;
	-webkit-transform:rotate(0);
	opacity:1
}
100% {
	-webkit-transform-origin:center center;
	-webkit-transform:rotate(200deg);
	opacity:0
}
}@-moz-keyframes rotateout {
	0% {
	-moz-transform-origin:center center;
	-moz-transform:rotate(0);
	opacity:1
}
100% {
	-moz-transform-origin:center center;
	-moz-transform:rotate(200deg);
	opacity:0
}
}@-ms-keyframes rotateout {
	0% {
	-ms-transform-origin:center center;
	-ms-transform:rotate(0);
	opacity:1
}
100% {
	-ms-transform-origin:center center;
	-ms-transform:rotate(200deg);
	opacity:0
}
}@keyframes rotateout {
	0% {
	transform-origin:center center;
	transform:rotate(0);
	opacity:1
}
100% {
	transform-origin:center center;
	transform:rotate(200deg);
	opacity:0
}
}@-webkit-keyframes rotateoutlt {
	0% {
	-webkit-transform-origin:left bottom;
	-webkit-transform:rotate(0);
	opacity:1
}
100% {
	-webkit-transform-origin:left bottom;
	-webkit-transform:rotate(-90deg);
	opacity:0
}
}@-moz-keyframes rotateoutlt {
	0% {
	-moz-transform-origin:left bottom;
	-moz-transform:rotate(0);
	opacity:1
}
100% {
	-moz-transform-origin:left bottom;
	-moz-transform:rotate(-90deg);
	opacity:0
}
}@-ms-keyframes rotateoutlt {
	0% {
	-ms-transform-origin:left bottom;
	-ms-transform:rotate(0);
	opacity:1
}
100% {
	-ms-transform-origin:left bottom;
	-ms-transform:rotate(-90deg);
	opacity:0
}
}@keyframes rotateoutlt {
	0% {
	transform-origin:left bottom;
	transform:rotate(0);
	opacity:1
}
100% {
	transform-origin:left bottom;
	transform:rotate(-90deg);
	opacity:0
}
}@-webkit-keyframes rotateoutlb {
	0% {
	-webkit-transform-origin:left bottom;
	-webkit-transform:rotate(0);
	opacity:1
}
100% {
	-webkit-transform-origin:left bottom;
	-webkit-transform:rotate(90deg);
	opacity:0
}
}@-moz-keyframes rotateoutlb {
	0% {
	-moz-transform-origin:left bottom;
	-moz-transform:rotate(0);
	opacity:1
}
100% {
	-moz-transform-origin:left bottom;
	-moz-transform:rotate(90deg);
	opacity:0
}
}@-ms-keyframes rotateoutlb {
	0% {
	-ms-transform-origin:left bottom;
	-ms-transform:rotate(0);
	opacity:1
}
100% {
	-ms-transform-origin:left bottom;
	-ms-transform:rotate(90deg);
	opacity:0
}
}@keyframes rotateoutlb {
	0% {
	transform-origin:left bottom;
	transform:rotate(0);
	opacity:1
}
100% {
	transform-origin:left bottom;
	transform:rotate(90deg);
	opacity:0
}
}@-webkit-keyframes rotateoutrt {
	0% {
	-webkit-transform-origin:right bottom;
	-webkit-transform:rotate(0);
	opacity:1
}
100% {
	-webkit-transform-origin:right bottom;
	-webkit-transform:rotate(90deg);
	opacity:0
}
}@-moz-keyframes rotateoutrt {
	0% {
	-moz-transform-origin:right bottom;
	-moz-transform:rotate(0);
	opacity:1
}
100% {
	-moz-transform-origin:right bottom;
	-moz-transform:rotate(90deg);
	opacity:0
}
}@-ms-keyframes rotateoutrt {
	0% {
	-ms-transform-origin:right bottom;
	-ms-transform:rotate(0);
	opacity:1
}
100% {
	-ms-transform-origin:right bottom;
	-ms-transform:rotate(90deg);
	opacity:0
}
}@keyframes rotateoutrt {
	0% {
	transform-origin:right bottom;
	transform:rotate(0);
	opacity:1
}
100% {
	transform-origin:right bottom;
	transform:rotate(90deg);
	opacity:0
}
}@-webkit-keyframes rotateoutbr {
	0% {
	-webkit-transform-origin:right bottom;
	-webkit-transform:rotate(0);
	opacity:1
}
100% {
	-webkit-transform-origin:right bottom;
	-webkit-transform:rotate(-90deg);
	opacity:0
}
}@-moz-keyframes rotateoutbr {
	0% {
	-moz-transform-origin:right bottom;
	-moz-transform:rotate(0);
	opacity:1
}
100% {
	-moz-transform-origin:right bottom;
	-moz-transform:rotate(-90deg);
	opacity:0
}
}@-ms-keyframes rotateoutbr {
	0% {
	-ms-transform-origin:right bottom;
	-ms-transform:rotate(0);
	opacity:1
}
100% {
	-ms-transform-origin:right bottom;
	-ms-transform:rotate(-90deg);
	opacity:0
}
}@keyframes rotateoutbr {
	0% {
	transform-origin:right bottom;
	transform:rotate(0);
	opacity:1
}
100% {
	transform-origin:right bottom;
	transform:rotate(-90deg);
	opacity:0
}
}@-webkit-keyframes flip {
	0% {
	-webkit-transform:perspective(400px) rotatey(0);
	-webkit-animation-timing-function:ease-out
}
40% {
	-webkit-transform:perspective(400px) translatez(150px) rotatey(170deg);
	-webkit-animation-timing-function:ease-out
}
50% {
	-webkit-transform:perspective(400px) translatez(150px) rotatey(190deg) scale(1);
	-webkit-animation-timing-function:ease-in
}
80% {
	-webkit-transform:perspective(400px) rotatey(360deg) scale(0.95);
	-webkit-animation-timing-function:ease-in
}
100% {
	-webkit-transform:perspective(400px) scale(1);
	-webkit-animation-timing-function:ease-in
}
}@-moz-keyframes flip {
	0% {
	-moz-transform:perspective(400px) rotatey(0);
	-moz-animation-timing-function:ease-out
}
40% {
	-moz-transform:perspective(400px) translatez(150px) rotatey(170deg);
	-moz-animation-timing-function:ease-out
}
50% {
	-moz-transform:perspective(400px) translatez(150px) rotatey(190deg) scale(1);
	-moz-animation-timing-function:ease-in
}
80% {
	-moz-transform:perspective(400px) rotatey(360deg) scale(0.95);
	-moz-animation-timing-function:ease-in
}
100% {
	-moz-transform:perspective(400px) scale(1);
	-moz-animation-timing-function:ease-in
}
}@-ms-keyframes flip {
	0% {
	-ms-transform:perspective(400px) rotatey(0);
	-ms-animation-timing-function:ease-out
}
40% {
	-ms-transform:perspective(400px) translatez(150px) rotatey(170deg);
	-ms-animation-timing-function:ease-out
}
50% {
	-ms-transform:perspective(400px) translatez(150px) rotatey(190deg) scale(1);
	-ms-animation-timing-function:ease-in
}
80% {
	-ms-transform:perspective(400px) rotatey(360deg) scale(0.95);
	-ms-animation-timing-function:ease-in
}
100% {
	-ms-transform:perspective(400px) scale(1);
	-ms-animation-timing-function:ease-in
}
}@keyframes flip {
	0% {
	transform:perspective(400px) rotatey(0);
	animation-timing-function:ease-out
}
40% {
	transform:perspective(400px) translatez(150px) rotatey(170deg);
	animation-timing-function:ease-out
}
50% {
	transform:perspective(400px) translatez(150px) rotatey(190deg) scale(1);
	animation-timing-function:ease-in
}
80% {
	transform:perspective(400px) rotatey(360deg) scale(0.95);
	animation-timing-function:ease-in
}
100% {
	transform:perspective(400px) scale(1);
	animation-timing-function:ease-in
}
}@-webkit-keyframes flipinx {
	0% {
	-webkit-transform:perspective(400px) rotatex(90deg);
	opacity:0
}
40% {
	-webkit-transform:perspective(400px) rotatex(-10deg)
}
70% {
	-webkit-transform:perspective(400px) rotatex(10deg)
}
100% {
	-webkit-transform:perspective(400px) rotatex(0);
	opacity:1
}
}@-moz-keyframes flipinx {
	0% {
	-moz-transform:perspective(400px) rotatex(90deg);
	opacity:0
}
40% {
	-moz-transform:perspective(400px) rotatex(-10deg)
}
70% {
	-moz-transform:perspective(400px) rotatex(10deg)
}
100% {
	-moz-transform:perspective(400px) rotatex(0);
	opacity:1
}
}@-ms-keyframes flipinx {
	0% {
	-ms-transform:perspective(400px) rotatex(90deg);
	opacity:0
}
40% {
	-ms-transform:perspective(400px) rotatex(-10deg)
}
70% {
	-ms-transform:perspective(400px) rotatex(10deg)
}
100% {
	-ms-transform:perspective(400px) rotatex(0);
	opacity:1
}
}@keyframes flipinx {
	0% {
	transform:perspective(400px) rotatex(90deg);
	opacity:0
}
40% {
	transform:perspective(400px) rotatex(-10deg)
}
70% {
	transform:perspective(400px) rotatex(10deg)
}
100% {
	transform:perspective(400px) rotatex(0);
	opacity:1
}
}@-webkit-keyframes flipiny {
	0% {
	-webkit-transform:perspective(400px) rotatey(90deg);
	opacity:0
}
40% {
	-webkit-transform:perspective(400px) rotatey(-10deg)
}
70% {
	-webkit-transform:perspective(400px) rotatey(10deg)
}
100% {
	-webkit-transform:perspective(400px) rotatey(0);
	opacity:1
}
}@-moz-keyframes flipiny {
	0% {
	-moz-transform:perspective(400px) rotatey(90deg);
	opacity:0
}
40% {
	-moz-transform:perspective(400px) rotatey(-10deg)
}
70% {
	-moz-transform:perspective(400px) rotatey(10deg)
}
100% {
	-moz-transform:perspective(400px) rotatey(0);
	opacity:1
}
}@-ms-keyframes flipiny {
	0% {
	-ms-transform:perspective(400px) rotatey(90deg);
	opacity:0
}
40% {
	-ms-transform:perspective(400px) rotatey(-10deg)
}
70% {
	-ms-transform:perspective(400px) rotatey(10deg)
}
100% {
	-ms-transform:perspective(400px) rotatey(0);
	opacity:1
}
}@keyframes flipiny {
	0% {
	transform:perspective(400px) rotatey(90deg);
	opacity:0
}
40% {
	transform:perspective(400px) rotatey(-10deg)
}
70% {
	transform:perspective(400px) rotatey(10deg)
}
100% {
	transform:perspective(400px) rotatey(0);
	opacity:1
}
}@-webkit-keyframes flipoutx {
	0% {
	-webkit-transform:perspective(400px) rotatex(0);
	opacity:1
}
100% {
	-webkit-transform:perspective(400px) rotatex(90deg);
	opacity:0
}
}@-moz-keyframes flipoutx {
	0% {
	-moz-transform:perspective(400px) rotatex(0);
	opacity:1
}
100% {
	-moz-transform:perspective(400px) rotatex(90deg);
	opacity:0
}
}@-ms-keyframes flipoutx {
	0% {
	-ms-transform:perspective(400px) rotatex(0);
	opacity:1
}
100% {
	-ms-transform:perspective(400px) rotatex(90deg);
	opacity:0
}
}@keyframes flipoutx {
	0% {
	transform:perspective(400px) rotatex(0);
	opacity:1
}
100% {
	transform:perspective(400px) rotatex(90deg);
	opacity:0
}
}@-webkit-keyframes flipouty {
	0% {
	-webkit-transform:perspective(400px) rotatey(0);
	opacity:1
}
100% {
	-webkit-transform:perspective(400px) rotatey(90deg);
	opacity:0
}
}@-moz-keyframes flipouty {
	0% {
	-moz-transform:perspective(400px) rotatey(0);
	opacity:1
}
100% {
	-moz-transform:perspective(400px) rotatey(90deg);
	opacity:0
}
}@-ms-keyframes flipouty {
	0% {
	-ms-transform:perspective(400px) rotatey(0);
	opacity:1
}
100% {
	-ms-transform:perspective(400px) rotatey(90deg);
	opacity:0
}
}@keyframes flipouty {
	0% {
	transform:perspective(400px) rotatey(0);
	opacity:1
}
100% {
	transform:perspective(400px) rotatey(90deg);
	opacity:0
}
}@-webkit-keyframes flash {
	0%,50%,100% {
	opacity:1
}
25%,75% {
	opacity:0
}
}@-moz-keyframes flash {
	0%,50%,100% {
	opacity:1
}
25%,75% {
	opacity:0
}
}@-ms-keyframes flash {
	0%,50%,100% {
	opacity:1
}
25%,75% {
	opacity:0
}
}@keyframes flash {
	0%,50%,100% {
	opacity:1
}
25%,75% {
	opacity:0
}
}@-webkit-keyframes shake {
	0%,100% {
	-webkit-transform:translatex(0)
}
10%,30%,50%,70%,90% {
	-webkit-transform:translatex(-10px)
}
20%,40%,60%,80% {
	-webkit-transform:translatex(10px)
}
}@-moz-keyframes shake {
	0%,100% {
	-moz-transform:translatex(0)
}
10%,30%,50%,70%,90% {
	-moz-transform:translatex(-10px)
}
20%,40%,60%,80% {
	-moz-transform:translatex(10px)
}
}@-ms-keyframes shake {
	0%,100% {
	-ms-transform:translatex(0)
}
10%,30%,50%,70%,90% {
	-ms-transform:translatex(-10px)
}
20%,40%,60%,80% {
	-ms-transform:translatex(10px)
}
}@keyframes shake {
	0%,100% {
	transform:translatex(0)
}
10%,30%,50%,70%,90% {
	transform:translatex(-10px)
}
20%,40%,60%,80% {
	transform:translatex(10px)
}
}@-webkit-keyframes swing {
	20% {
	-webkit-transform:rotate(15deg)
}
40% {
	-webkit-transform:rotate(-10deg)
}
60% {
	-webkit-transform:rotate(5deg)
}
80% {
	-webkit-transform:rotate(-5deg)
}
100% {
	-webkit-transform:rotate(0)
}
}@-moz-keyframes swing {
	20% {
	-moz-transform:rotate(15deg)
}
40% {
	-moz-transform:rotate(-10deg)
}
60% {
	-moz-transform:rotate(5deg)
}
80% {
	-moz-transform:rotate(-5deg)
}
100% {
	-moz-transform:rotate(0)
}
}@-ms-keyframes swing {
	20% {
	-ms-transform:rotate(15deg)
}
40% {
	-ms-transform:rotate(-10deg)
}
60% {
	-ms-transform:rotate(5deg)
}
80% {
	-ms-transform:rotate(-5deg)
}
100% {
	-ms-transform:rotate(0)
}
}@keyframes swing {
	20% {
	transform:rotate(15deg)
}
40% {
	transform:rotate(-10deg)
}
60% {
	transform:rotate(5deg)
}
80% {
	transform:rotate(-5deg)
}
100% {
	transform:rotate(0)
}
}@-webkit-keyframes wobble {
	0% {
	-webkit-transform:translatex(0)
}
15% {
	-webkit-transform:translatex(-100px) rotate(-5deg)
}
30% {
	-webkit-transform:translatex(80px) rotate(3deg)
}
45% {
	-webkit-transform:translatex(-65px) rotate(-3deg)
}
60% {
	-webkit-transform:translatex(40px) rotate(2deg)
}
75% {
	-webkit-transform:translatex(-20px) rotate(-1deg)
}
100% {
	-webkit-transform:translatex(0)
}
}@-moz-keyframes wobble {
	0% {
	-moz-transform:translatex(0)
}
15% {
	-moz-transform:translatex(-100px) rotate(-5deg)
}
30% {
	-moz-transform:translatex(80px) rotate(3deg)
}
45% {
	-moz-transform:translatex(-65px) rotate(-3deg)
}
60% {
	-moz-transform:translatex(40px) rotate(2deg)
}
75% {
	-moz-transform:translatex(-20px) rotate(-1deg)
}
100% {
	-moz-transform:translatex(0)
}
}@-ms-keyframes wobble {
	0% {
	-ms-transform:translatex(0)
}
15% {
	-ms-transform:translatex(-100px) rotate(-5deg)
}
30% {
	-ms-transform:translatex(80px) rotate(3deg)
}
45% {
	-ms-transform:translatex(-65px) rotate(-3deg)
}
60% {
	-ms-transform:translatex(40px) rotate(2deg)
}
75% {
	-ms-transform:translatex(-20px) rotate(-1deg)
}
100% {
	-ms-transform:translatex(0)
}
}@keyframes wobble {
	0% {
	transform:translatex(0)
}
15% {
	transform:translatex(-100px) rotate(-5deg)
}
30% {
	transform:translatex(80px) rotate(3deg)
}
45% {
	transform:translatex(-65px) rotate(-3deg)
}
60% {
	transform:translatex(40px) rotate(2deg)
}
75% {
	transform:translatex(-20px) rotate(-1deg)
}
100% {
	transform:translatex(0)
}
}@-webkit-keyframes ring {
	0% {
	-webkit-transform:scale(1)
}
10%,20% {
	-webkit-transform:scale(0.9) rotate(-3deg)
}
30%,50%,70%,90% {
	-webkit-transform:scale(1.1) rotate(3deg)
}
40%,60%,80% {
	-webkit-transform:scale(1.1) rotate(-3deg)
}
100% {
	-webkit-transform:scale(1) rotate(0)
}
}@-moz-keyframes ring {
	0% {
	-moz-transform:scale(1)
}
10%,20% {
	-moz-transform:scale(0.9) rotate(-3deg)
}
30%,50%,70%,90% {
	-moz-transform:scale(1.1) rotate(3deg)
}
40%,60%,80% {
	-moz-transform:scale(1.1) rotate(-3deg)
}
100% {
	-moz-transform:scale(1) rotate(0)
}
}@-ms-keyframes ring {
	0% {
	-ms-transform:scale(1)
}
10%,20% {
	-ms-transform:scale(0.9) rotate(-3deg)
}
30%,50%,70%,90% {
	-ms-transform:scale(1.1) rotate(3deg)
}
40%,60%,80% {
	-ms-transform:scale(1.1) rotate(-3deg)
}
100% {
	-ms-transform:scale(1) rotate(0)
}
}@keyframes ring {
	0% {
	transform:scale(1)
}
10%,20% {
	transform:scale(0.9) rotate(-3deg)
}
30%,50%,70%,90% {
	transform:scale(1.1) rotate(3deg)
}
40%,60%,80% {
	transform:scale(1.1) rotate(-3deg)
}
100% {
	transform:scale(1) rotate(0)
}
}.btn-group {
	font-size:0
}
.btn-group .btn {
	margin-left:-1px
}
.btn-group .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: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
}
.mainnav {
	z-index:1;
	background-color:#222
}
.mainnav li,.mainnav li a {
	height:40px;
	line-height:40px
}
.mainnav li {
	float:left;
	display:inline;
	color:#fff;
	font-size:14px;
	font-weight:bold
}
.mainnav li a {
	display:inline-block;
	padding:0 18px;
	color:#fff;
	text-align:center
}
.mainnav li a:hover,.mainnav li.current a {
	color:#fff;
	text-decoration:none;
	background-color:#000;
	-webkit-transition:background-color .3s ease;
	-moz-transition:background-color .3s ease;
	-o-transition:background-color .3s ease;
	-ms-transition:background-color .3s ease 0;
	transition:background-color .3s ease
}
@media(max-width:767px) {
	.mainnav li {
	font-size:1.125em
}
}@media(max-width:480px) {
	.mainnav li {
	text-align:center
}
.mainnav li {
	width:20%
}
.mainnav li a {
	padding:0;
	width:100%
}
}.breadcrumb {
	border-bottom:1px solid #e5e5e5;
	line-height:39px;
	height:39px;
	padding-left:20px;
	overflow:hidden
}
.breadcrumb span {
	padding:0 5px
}
.pagenav {
	float:none;
	clear:both;
	font-size:0;
	font-family:arial,helvetica,sans-serif;
	padding:18px 0;
	text-align:center
}
.pagenav span,.pagenav a,.pagenav b {
	font-size:14px;
	margin-right:5px;
	overflow:hidden;
	padding:3px 8px
}
.pagenav a {
	border:1px solid #ccdbe4;
	cursor:pointer
}
.pagenav b {
	color:#000
}
.pagenav .mor {
	padding:3px;
	font-weight:bold
}
.topnav {
	height:30px;
	line-height:30px;
	background: repeat-x 0 0;
	border-bottom:1px solid #ebebeb;
	font-size:12px
}
.topbar {
	background-color:#ececec;
	border-bottom:1px solid #ddd
}
.topbar a {
	margin-right:5px
}
.r_nav {
	display:inline-block;
	color:#999
}
.steps,.step {
	display:inline-block;
	position:relative;
	padding:1em 2em 1em 3em;
	vertical-align:top;
	background-color:#fff;
	color:#888;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box
}
.step:after,.steps .step:after {
	position:absolute;
	z-index:2;
	content:'';
	top:0;
	right:-1.45em;
	border-bottom:1.5em solid transparent;
	border-left:1.5em solid #fff;
	border-top:1.5em solid transparent;
	width:0;
	height:0
}
.step,.steps .step,.steps .step:after {
	-webkit-transition:opacity .1s ease,color .1s ease,-webkit-box-shadow .1s ease;
	transition:opacity .1s ease,color .1s ease,box-shadow .1s ease
}
.steps {
	cursor:pointer;
	display:inline-block;
	font-size:0;
	box-shadow:0 0 0 1px rgba(0,0,0,.1);
	line-height:1;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	border-radius:.3125rem
}
.steps .step:first-child {
	padding-left:1.35em;
	border-radius:.3125em 0 0 .3125em
}
.steps .step:last-child {
	border-radius:0 .3125em .3125em 0
}
.steps .step:only-child {
	border-radius:.3125em
}
.steps .step:last-child {
	margin-right:0
}
.steps .step:last-child:after {
	display:none
}
.step:hover,.step.hover {
	background-color:#f7f7f7;
	color:rgba(0,0,0,.8)
}
.steps .step.hover:after,.steps .step:hover:after,.step:hover,.step.hover::after {
	border-left-color:#f7f7f7
}
.steps .step.down,.steps .step:active,.step.down,.step:active {
	background-color:#f0f0f0
}
.steps .step.down:after,.steps .step:active:after,.steps.down::after,.steps:active::after {
	border-left-color:#f0f0f0
}
.steps .step.active,.active.step {
	cursor:auto;
	background-color:#428bca;
	color:#fff;
	font-weight:700
}
.steps .step.active:after,.active.steps:after {
	border-left-color:#428bca
}
.steps .disabled.step,.disabled.step {
	cursor:auto;
	background-color:#fff;
	color:#cbcbcb
}
.disabled.step:after {
	border:0;
	background-color:#fff;
	top:.42em;
	right:-1em;
	width:2.15em;
	height:2.15em;
	-webkit-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg);
	box-shadow:-1px -1px 0 0 rgba(0,0,0,.1) inset
}
.attached.steps {
	margin:0;
	border-radius:.3125em .3125em 0 0
}
.attached.steps .step:first-child {
	border-radius:.3125em 0 0
}
.attached.steps .step:last-child {
	border-radius:0 .3125em 0 0
}
.bottom.attached.steps {
	margin-top:-1px;
	border-radius:0 0 .3125em .3125em
}
.bottom.attached.steps .step:first-child {
	border-radius:0 0 0 .3125em
}
.bottom.attached.steps .step:last-child {
	border-radius:0 0 .3125em
}
.one.steps,.two.steps,.three.steps,.four.steps,.five.steps,.six.steps,.seven.steps,.eight.steps {
	display:block
}
.one.steps>.step {
	width:100%
}
.two.steps>.step {
	width:50%
}
.three.steps>.step {
	width:33.333%
}
.four.steps>.step {
	width:25%
}
.five.steps>.step {

	width:20%
}
.six.steps>.step {
	width:16.666%
}
.seven.steps>.step {
	width:14.285%
}
.eight.steps>.step {
	width:12.5%
}
.small.step,.small.steps .step {
	font-size:.8rem
}
.step,.steps .step {
	font-size:1rem
}
.large.step,.large.steps .step {
	font-size:1.25rem
}
.steps-ie,.step-ie,.step-ie .arrow {
	height:44px;
	line-height:44px
}
.steps-ie {
	background-color:#eaf4fd;
	border:solid 1px #afcfcc
}
.step-ie {
	position:relative;
	display:inline-block;
	float:left;
	cursor:pointer;
	padding:0 20px 0 40px;
	background: repeat-x 0 center
}
.step-ie .arrow {
	position:absolute;
	right:-21px;
	top:0;
	width:21px;
	height:44px;
	display:block;
	cursor:pointer;
	background: no-repeat 0 center;
	z-index:50
}
.step-ie.active {
	background-image:;
	color:#fff;
	z-index:100
}
.step-ie.active .arrow {
	background-image:
}
.verticaltab {
	background:#fff  repeat-y 0 0;
	width:38px
}
.verticaltab a {
	position:relative;
	display:block;
	width:18px;
	height:auto;
	text-align:center;
	position:relative;
	padding:26px 10px 6px 10px;
	background: no-repeat 0 0
}
.verticaltab a em {
	position:absolute;
	left:0;
	bottom:-20px;
	width:38px;
	height:20px;
	background: no-repeat 0 0;
	z-index:50
}
.verticaltab a.active {
	background-image:;
	color:#fff;
	z-index:99
}
.verticaltab a.active em {
	background-image:
}
.acrosstab {
	height:29px;
	background: repeat-x 0 0;
	padding-top:1px
}
.acrosstab li,.acrosstab li em {
	background: no-repeat 0 0
}
.acrosstab li {
	position:relative;
	float:left;
	display:inline-block;
	height:29px;
	line-height:29px;
	font-size:12px;
	cursor:pointer;
	padding:0 30px;
	white-space:nowrap;
	color:#282828;
	background-position:0 0
}
.acrosstab li em {
	position:absolute;
	width:23px;
	height:29px;
	right:-20px;
	top:0;
	z-index:50;
	background-position:right -30px
}
.acrosstab li:hover {
	background-position:0 -60px
}
.acrosstab li:hover em {
	background-position:right -90px
}
.acrosstab li.active {
	background-position:0 -120px;
	z-index:99
}
.acrosstab li.active em {
	background-position:right -150px
}
.acrosstab li i {
	position:absolute;
	display:block;
	width:13px;
	height:13px;
	top:50%;
	margin-top:-6px;
	right:5px;
	font-size:0;
	line-height:0;
	cursor:pointer;
	background: no-repeat 0 0
}
.acrosstab li i:hover {
	background-position:0 bottom
}
.dropdown {
	display:inline-block
}
.dropdown_a {
	display:inline-block
}
.dropdown-menu {
	display:none;
	transition:all .3s ease 0
}
.dropdown:focus,.dropdown-menu:focus {
	outline:0
}
.dropdown-menu li.arrow {
	position:absolute;
	display:block;
	width:12px;
	height:8px;
	margin-top:-13px;
	margin-left:20%;
	line-height:0;
	background: no-repeat 0 0
}
.dropdown.hover .dropdown_a,.dropdown.open .dropdown_a {
	text-decoration:none;
	background-color:#ffdd25
}
.dropdown.open {
	position:relative;
	z-index:990
}
.dropdown.open .dropdown-menu {
	position:absolute;
	z-index:1000;
	display:inline-block;
	top:100%;
	left:-1px;
	min-width:120px;
	background-color:#fff;
	border:solid 1px #e0e0e0
}
.dropdown.open .dropdown-menu.box-shadow {
	border-top-left-radius:0;
	border-top-right-radius:0
}
.dropdown.open .dropdown-menu.radius {
	border-top:0
}
.dropdown.open .dropdown-menu.r {
	right:-1px;
	left:auto
}
.dropdown.open .dropdown-menu li {
	float:none;
	display:inline
}
.dropdown-menu li a {
	display:block;
	clear:both;
	border-bottom:solid 1px #f2f2f2;
	margin-bottom:-1px;
	padding:6px 15px;
	text-align:left;
	line-height:1.5;
	font-weight:normal;
	white-space:nowrap
}
.dropdown-menu li:last-child a {
	border-bottom:0
}
.dropdown-menu li a:hover,.dropdown-menu li a:focus {
	background-color:#148cf1;
	color:#fff;
	text-decoration:none
}
.dropdown.open .dropdown-menu .disabled a,.dropdown.open .dropdown-menu .disabled a:hover,.dropdown.open .dropdown-menu .disabled a:focus {
	color:#999;
	text-decoration:none;
	cursor:no-drop;
	background-color:transparent
}
.dropdown.open .dropdown-menu li.divider {
	display:block;
	height:0;
	line-height:0;
	margin:9px 0;
	overflow:hidden;
	border-top:solid 1px #eee
}
.slider {
	position:relative;
	text-align:center;
	margin:0 auto
}
.slider .tabcon li {
	float:left;
	overflow:hidden
}
.dots {
	position:absolute;
	left:0;
	right:0;
	bottom:10px;
	text-align:center
}
.dots span {
	display:inline-block;
	text-align:center;
	width:8px;
	height:8px;
	font-size:0;
	line-height:0;
	margin-right:8px;
	cursor:pointer;
	background-color:#c2c2c2;
	border-radius:8px
}
.dots span.active {
	background-color:#222
}
.numslider .dots span {
	width:20px;
	height:20px;
	line-height:20px;
	font-size:13px;
	margin-right:10px;
	line-height:20px;
	background-color:#fff;
	font-family:arial;
	font-weight:bold;
	text-indent:inherit;
	border-radius:0
}
.numslider .dots span.active {
	background-color:#222;
	color:#fff
}
.boxslider .dots span {
	width:40px;
	height:10px;
	border-radius:0
}
.boxradius .dots span {
	width:40px
}
.unslider-arrow {
	display:block;
	position:absolute;
	top:50%;
	margin-top:-25px;
	height:50px;
	width:50px;
	z-index:3;
	opacity:.7;
	filter:alpha(opacity=70);
	background-color:#303030;
	background-image:;
	background-repeat:no-repeat
}
.unslider-arrow:hover {
	opacity:1;
	filter:alpha(opacity=100)
}
.prev {
	left:0;
	background-position:0 0
}
.next {
	right:0;
	background-position:right 0
}
.tabbar {
	border-bottom:2px solid #222
}
.tabbar span {
	background-color:#e8e8e8;
	cursor:pointer;
	display:inline-block;
	float:left;
	font-weight:bold;
	height:30px;
	line-height:30px;
	padding:0 15px
}
.tabbar span.current {
	background-color:#222;
	color:#fff
}
.tabcon {
	display:none
}
.label,.badge {
	display:inline-block;
	padding:2px 4px;
	font-size:11.844px;
	font-weight:bold;
	line-height:14px;
	color:#fff;
	white-space:nowrap;
	vertical-align:middle;
	background-color:#999
}
.label.radius {
	border-radius:3px
}
.badge {
	padding-right:9px;
	padding-left:9px;
	border-radius:9px
}
.label:empty,.badge:empty {
	display:none
}
a.label:hover,a.label:focus,a.badge:hover,a.badge:focus {
	color:#fff;
	text-decoration:none;
	cursor:pointer
}
.label-default,.badge-default {
	background-color:#e6e6e6;
	color:#333
}
.label-default[href],.badge-default[href] {
	background-color:#e6e6e6;
	color:#333
}
.label-primary,.badge-primary {
	background-color:#5a98de
}
.label-primary[href],.badge-primary[href] {
	background-color:#5a98de
}
.label-secondary,.badge-secondary {
	background-color:#3bb4f2
}
.label-secondary[href],.badge-secondary[href] {
	background-color:#3bb4f2
}
.label-success,.badge-success {
	background-color:#5eb95e
}
.label-success[href],.badge-success[href] {
	background-color:#5eb95e
}
.label-warning,.badge-warning {
	background-color:#f37b1d
}
.label-warning[href],.badge-warning[href] {
	background-color:#f37b1d
}
.label-danger,.badge-danger {
	background-color:#dd514c
}
.label-danger[href],.badge-danger[href] {
	background-color:#dd514c
}
.img-circle {
	border-radius:50%
}
@media(max-width:480px) {
	.responsive img,.thumbimage img {
	max-width:100% !important;
	height:auto !important;
	width:expression(this.width>320 ? "320px":this.width) !important
}
.thumbimage {
	margin:auto;
	width:320px
}
*html .content img,*html .thumbimage img {
	width:expression(this.width>320&&this.width>this.height?320:auto)
}
}.huialert {
	position:relative;
	padding:8px 35px 8px 14px;
	margin-bottom:20px;
	text-shadow:0 1px 0 rgba(255,255,255,0.5);
	background-color:#fcf8e3;
	border:1px solid #fbeed5
}
.huialert,.huialert h4 {
	color:#c09853
}
.huialert h4 {
	margin:0
}
.huialert .icon-remove {
	position:absolute;
	top:9px;
	right:10px;
	line-height:20px;
	cursor:pointer;
	color:#000;
	opacity:.2;
	_color:#666
}
.huialert .icon-remove.hover {
	color:#000;
	opacity:.8
}
.huialert-success {
	color:#468847;
	background-color:#dff0d8;
	border-color:#d6e9c6
}
.huialert-success h4 {
	color:#468847
}
.huialert-danger {
	color:#b94a48;
	background-color:#f2dede;
	border-color:#eed3d7
}
.huialert-danger h4 {
	color:#b94a48
}
.huialert-error {
	color:#fff;
	background-color:#f37b1d;
	border-color:#e56c0c
}
.huialert-error h4 {
	color:#fff
}
.huialert-info {
	color:#31708f;
	background-color:#d9edf7;
	border-color:#bce8f1
}
.huialert-info h4 {
	color:#31708f
}
.huialert-block {
	padding-top:14px;
	padding-bottom:14px
}
.huialert-block>p,.huialert-block>ul {
	margin-bottom:0
}
.huialert-block p p {
	margin-top:5px
}
.progress,.progress-bar,.sr-only {
	height:10px;
	font-size:0;
	line-height:0
}
.progress {
	overflow:hidden;
	width:400px
}
.progress-bar {
	width:100%;
	background-color:#efefef
}
.sr-only {
	display:inline-block;
	background-color:#58b957
}
.loading {
	height:50px;
	background: no-repeat center
}
.mask {
	position:fixed;
	top:0;
	left:0;
	z-index:999;
	width:100%;
	height:100%;
	background: repeat 0 0;
	-moz-transition:all .3s ease-in;
	-webkit-transition:all .3s ease-in;
	-o-transition:all .3s ease-in;
	transition:all .3s ease-in
}
* html .mask {
	position:absolute;
	left:expression(documentelement.scrollleft documentelement.clientwidth - this.offsetwidth);
	top:expression(documentelement.scrolltop documentelement.clientheight - this.offsetheight)
}
.modal-open {
	overflow:hidden
}
.page-overflow {
	margin-right:16px
}
.modal-scrollable {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	overflow:auto
}
.modal-overflow .modal-scrollable {
	overflow-y:scroll
}
.modal-backdrop {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1040;
	background-color:#000
}
* html .modal-backdrop {
	position:absolute;
	left:expression(documentelement.scrollleft documentelement.clientwidth - this.offsetwidth);
	top:expression(documentelement.scrolltop documentelement.clientheight - this.offsetheight)
}
.modal-backdrop.fade {
	opacity:0;
	filter:alpha(opacity=0)
}
.modal-backdrop,.modal-backdrop.fade.in {
	opacity:.7;
	filter:alpha(opacity=70)
}
.modal.container {
	width:980px
}
.modal {
	position:absolute;
	top:50%;
	left:50%;
	width:500px;
	margin-left:-250px;
	z-index:1050;
	overflow:visible;
	background-color:#fff;
	background-clip:padding-box;
	box-shadow:0 3px 7px rgba(0,0,0,0.3);
	-webkit-background-clip:padding-box;
	-khtml-background-clip:padding-box;
	-moz-background-clip:padding-box;
	-ms-background-clip:padding-box;
	-o-background-clip:padding-box;
	background-clip:padding-box;
	border-radius:6px;
	border:1px solid rgba(0,0,0,0.3);
	*border:1px solid #999
}
.fade {
	opacity:0;
	filter:alpha(opacity=0);
	-webkit-transition:opacity .2s linear;
	-moz-transition:opacity .2s linear;
	-o-transition:opacity .2s linear;
	transition:opacity .2s linear
}
.fade.in {
	opacity:1;
	filter:alpha(opacity=100)
}
.modal.fade {
	top:-100%
}
.modal.fade.in {
	top:50%
}
.modal.modal-overflow.fade.in {
	top:0
}
.loading-spinner {
	position:absolute;
	top:50%;
	left:50%;
	margin:-12px 0 0 -12px
}
.modal-header {
	padding:9px 15px;
	border-bottom:1px solid #eee;
	position:relative
}
.modal-header .close {
	position:absolute;
	right:10px;
	top:10px
}
.modal-header h3 {
	margin:0
}
.modal-body {
	overflow-y:visible;
	padding:15px
}
.modal-form {
	margin-bottom:0
}
.modal-footer {
	padding:14px 15px 15px;
	margin-bottom:0;
	text-align:right;
	background-color:#f5f5f5;
	border-top:1px solid #ddd;
	*zoom:1;
	border-radius:0 0 6px 6px;
	box-shadow:inset 0 1px 0 #fff
}
.modal-footer:before,.modal-footer:after {
	display:table;
	content:""
}
.modal-footer:after {
	clear:both
}
.modal-footer .btn .btn {
	margin-left:5px;
	margin-bottom:0
}
.modal-footer .btn-group .btn .btn {
	margin-left:-1px
}
.modal-alert {
	position:fixed;
	width:300px;
	margin-left:-150px;
	margin-top:-30px;
	z-index:9999
}
.modal-alert-info {
	padding:30px;
	text-align:center;
	font-size:14px;
	background-color:#fff
}
.mask_box {
	background-image:none;
	display:none;
	z-index:99
}
.hover .mask_box {
	position:absolute;
	bottom:0;
	left:0;
	display:block;
	background: repeat 0 0;
	text-align:left
}
.easydialog_wrapper {
	width:320px;
	color:#444;
	border:3px solid rgba(0,0,0,0);
	border-radius:5px;
	box-shadow:0 0 10px rgba(0,0,0,0.4);
	display:none
}
.easydialog_wrapper .easydialog_content {
	border-radius:4px;
	background:#fff;
	border:1px solid #e5e5e5
}
.easydialog_wrapper .easydialog_title {
	height:30px;
	line-height:30px;
	overflow:hidden;
	color:#666;
	padding:0 10px;
	font-size:14px;
	border-bottom:1px solid #e5e5e5;
	background:#f7f7f7;
	border-radius:4px 4px 0 0;
	margin:0
}
.easydialog_wrapper .close_btn {
	font-family:arial;
	font-size:18px;
	_font-size:12px;
	font-weight:700;
	color:#999;
	text-decoration:none;
	float:right
}
.easydialog_wrapper .close_btn:hover {
	color:#333
}
.easydialog_wrapper .easydialog_text {
	padding:25px 10px;
	font-size:13px;
	line-height:22px
}
.easydialog_wrapper .easydialog_footer {
	padding:10px;
	text-align:right;
	*zoom:1
}
.easydialog_wrapper .easydialog_footer:after {
	content:'';
	display:block;
	height:0;
	overflow:hidden;
	visibility:hidden;
	clear:both
}
.easydialog_wrapper .btn_highlight,.easydialog_wrapper .btn_normal {
	border:1px solid;
	border-radius:2px;
	cursor:pointer;
	float:right;
	font-size:12px;
	padding:0 12px;
	height:24px;
	line-height:24px;
	margin-bottom:10px
}
.easydialog_wrapper .btn_highlight {
	background:#4787ed;
	background:-webkit-gradient(linear,center bottom,center top,from(#4787ed),to(#4d90fe));
	background:-moz-linear-gradient(90deg,#4787ed,#4d90fe);
	border-color:#3079ed;
	color:#fff
}
.easydialog_wrapper .btn_normal {
	margin-left:10px;
	border-color:#c3c3c3;
	background:#ececec;
	color:#333;
	background:-webkit-gradient(linear,center bottom,center top,from(#ececec),to(#f4f4f4));
	background:-moz-linear-gradient(90deg,#ececec,#f4f4f4)
}
.modal-open .dropdown-menu {
	z-index:2050
}
.modal-open .dropdown.open {
	*z-index:2050
}
.modal-open .popover {
	z-index:2060
}
.modal-open .tooltip {
	z-index:2070
}
.totop {
	position:fixed;
	bottom:10px;
	right:20px;
	z-index:999;
	display:none;
	font-size:16px;
	cursor:pointer;
	overflow:hidden;
	visibility:visible;
	background-color:#fff;
	border:1px solid #d9d9d9;
	color:#9c9c9c;
	font-size:16px;
	width:38px;
	height:38px;
	line-height:38px;
	text-align:center;
	text-decoration:none;
	_position:absolute;
	_top:expression(documentelement.scrolltop documentelement.clientheight-this.offsetheight)
}
.totop:hover {
	color:#fff;
	text-decoration:none;
	background-color:#999
}
.docs-example {
	position:relative;
	*position:static;
	*padding-top:19px;
	margin:15px 0;
	padding:39px 19px 14px;
	background-color:#fff;
	border:1px solid #ddd;
	border-radius:4px
}
.docs-example:after {
	content:"example";
	position:absolute;
	top:-1px;
	left:-1px;
	*position:static;
	padding:3px 7px;
	font-size:12px;
	font-weight:bold;
	background-color:#f5f5f5;
	border:1px solid #ddd;
	color:#9da0a4;
	border-radius:4px 0 4px 0
}
.marquee {
	height:22px;
	overflow:hidden;
	line-height:22px
}
.rollpic .prev,.rollpic .next {
	display:block;
	height:38px;
	width:38px;
	cursor:pointer;
	float:left;
	background: no-repeat 0 0;
	margin-top:70px
}
.rollpic .prev {
	background-position:0 0;
	margin-right:5px
}
.rollpic .prev:hover {
	background-position:0 -38px
}
.rollpic .next {
	background-position:0 -76px;
	margin-left:5px
}
.rollpic .next:hover {
	background-position:0 -114px
}
.rollpicshow {
	float:left;
	border:solid 1px #ddd
}
.rollpicshow li {
	padding:10px
}
.searchbar {
	z-index:100;
	width:460px;
	height:33px;
	background: no-repeat 0 -48px;
	position:relative
}
.form-search {
	margin-bottom:0
}
.searchtxt {
	float:left;
	width:350px;
	height:23px;
	line-height:23px;
	font-size:14px;
	color:#9a9a9a;
	margin-left:33px;
	margin-top:5px;
	border:0;
	background-color:#fff
}
.searchtxt.focus {
	color:#333
}
.searchbtn {
	float:right;
	display:block;
	border:0;
	width:73px;
	height:33px;
	cursor:pointer;
	text-indent:-9999px;
	background: no-repeat right -81px
}
.searchbtn:hover {
	background-position:right -114px
}
.ac_results {
	position:absolute;
	width:386px;
	height:auto;
	border:solid 1px #890800;
	background-color:#fff;
	top:32px;
	left:0;
	display:none
}
.ac_results ul {
	width:100%;
	list-style-position:outside;
	list-style:none;
	padding:0;
	margin:0
}
.ac_results li p {
	float:left;
	margin:0;
	padding:0;
	overflow:hidden
}
.ac_results li p tt {
	color:#666
}
.ac_results li span {
	margin:0;
	padding:0;
	display:inline;
	float:right;
	color:#f93;
	width:90px;
	text-align:right;
	overflow:hidden
}
.ac_results ul li {
	padding-left:5px;
	padding-right:5px;
	display:block;
	height:22px;
	line-height:22px;
	cursor:pointer;
	color:#000;
	font:����;
	font-size:12px
}
.ac_results ul li.hover {
	background-color:#fef8ec;
	color:#000
}
.ac_loading {
	background:#fff  right center no-repeat
}
.ad {
	text-align:center
}
.dual {
	top:260px;
	position:absolute;
	width:102px;
	overflow:hidden;
	display:none;
	z-index:100
}
.dual_l {
	left:6px
}
.dual_r {
	right:6px
}
.dual_con {
	border:#ccc solid 1px;
	width:100px;
	height:300px;
	overflow:hidden;
	background-color:#0c9
}
.dual_close {
	width:100%;
	height:24px;
	line-height:24px;
	text-align:center;
	display:block;
	font-size:13px;
	color:#555;
	text-decoration:none
}
.hui-tags {
	border:solid 1px #dedede;
	padding:0 10px
}
.hui-tags-editor {
	position:relative;
	padding:10px 0 10px 24px
}
.hui-tags-editor .hui-tags-icon {
	position:absolute;
	left:0;
	top:11px;
	font-size:14px;
	color:#666
}
.hui-tags-token {
	color:#aaa;
	float:left;
	font-size:12px;
	height:20px;
	line-height:20px;
	margin-right:8px;
	padding:0 1px;
	white-space:nowrap;
	cursor:pointer
}
.hui-tags-token:before {
	content:"#"
}
.hui-tags-token:hover {
	text-decoration:line-through
}
.hui-tags-iptwrap {
	position:relative;
	float:left
}
.hui-tags-input {
	position:relative;
	height:20px;
	min-width:60px;
	border:0 none;
	vertical-align:top;
	line-height:20px;
	color:#333;
	z-index:2;
	background: repeat scroll 0 0;
	display:inline-block;
	width:100%
}
.hui-tags-label {
	position:absolute;
	top:0;
	left:2px;
	width:240px;
	height:20px;
	line-height:20px;
	font-size:14px;
	overflow:hidden;
	z-index:1;
	color:#ccc
}
.hui-tags-list {
	padding:0 0 10px 0;
	display:none
}
.hui-notag {
	font-size:12px
}
.hui-tags-has span {
	cursor:pointer;
	font-size:12px;
	white-space:nowrap;
	margin-right:10px
}
.tags a {
	height:26px;
	line-height:26px;
	padding-right:6px
}
.tags1 {
	color:#c00;
	font-size:24px
}
.tags2 {
	color:#030;
	font-size:16px
}
.tags3 {
	color:#00f
}
.tags4 {
	font-size:16px
}
.tags5 {
	color:#c00;
	font-size:20px
}
.tags6 {
	color:#f06 font-size:20px
}
.tags7 {
	color:#030;
	font-weight:bold;
	font-size:18px
}
.tags8 {
	color:#f06;
	font-weight:bold
}
.tags9 {
	color:#c00;
	font-weight:bold;
	font-size:16px
}
.tags a:hover {
	color:#f00;
	text-decoration:underline
}
#tagyun {
	position:relative
}
#tagyun a {
	position:absolute;
	top:0;
	left:0;
	font-weight:bold;
	text-decoration:none;
	padding:3px 6px
}
.huifold .item {
	position:relative
}
.huifold .item h4 {
	margin:0;
	font-weight:bold;
	position:relative;
	border-top:1px solid #fff;
	font-size:15px;
	line-height:22px;
	padding:7px 10px;
	background-color:#eee;
	cursor:pointer;
	padding-right:30px
}
.huifold .item h4 b {
	position:absolute;
	display:block;
	cursor:pointer;
	right:10px;
	top:7px;
	width:16px;
	height:16px;
	text-align:center;
	color:#666
}
.huifold .item .info {
	display:none;
	padding:10px
}
.maskbar {
	position:absolute;
	width:100%;
	height:auto;
	left:0;
	bottom:-60px;
	right:0;
	background-color:#000;
	z-index:2;
	color:#fff !important;
	opacity:.6;
	filter:alpha(opacity=60)
}
.maskwraper {
	position:relative;
	overflow:hidden
}
.maskwraper.hover .maskbar {
	bottom:0;
	transition:bottom 200ms;
	-moz-transition:bottom 200ms;
	-webkit-transition:bottom 200ms;
	-o-transition:bottom 200ms
}
.maskbox {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	bottom:0;
	right:0;
	z-index:2;
	background-color:#000;
	color:#fff !important;
	opacity:0;
	filter:alpha(opacity=0)
}
.maskwraper.hover .maskbox {
	opacity:.2;
	filter:alpha(opacity=20);
	transition:opacity 500ms;
	-moz-transition:opacity 500ms;
	-webkit-transition:opacity 500ms;
	-o-transition:opacity 500ms
}
.commentlist .item {
	list-style:none outside none;
	margin:1.6rem 0 0
}
.commentlist .avatar {
	border:1px solid transparent;
	float:left
}
.comment-main {
	position:relative;
	margin-left:64px;
	border:1px solid #dedede;
	border-radius:2px
}
.comment-main:before,.comment-main:after {
	position:absolute;
	top:11px;
	left:-16px;
	right:100%;
	width:0;
	height:0;
	display:block;
	content:" ";
	border-color:transparent;
	border-style:solid solid outset;
	pointer-events:none
}
.comment-main:before {
	border-right-color:#dedede;
	border-width:8px
}
.comment-main:after {
	border-width:7px;
	border-right-color:#f8f8f8;
	margin-top:1px;
	margin-left:2px
}
.comment-header {
	padding:10px 15px;
	background:#f8f8f8;
	border-bottom:1px solid #eee
}
.comment-title {
	margin:0 0 8px 0;
	font-size:1.6rem;
	line-height:1.2
}
.comment-meta {
	font-size:13px;
	color:#999;
	line-height:1.2
}
.comment-meta a {
	color:#999
}
.comment-author {
	font-weight:700;
	color:#999
}
.comment-body {
	padding:15px;
	overflow:hidden
}
.comment-body>:last-child {
	margin-bottom:0
}
.commentlist .comment-flip .avatar {
	float:right
}
.comment-flip .comment-main {
	margin-left:0;
	margin-right:64px
}
.comment-flip .comment-main:before {
	border-left-color:#dedede;
	border-right-color:transparent
}
.comment-flip .comment-main:before,.comment-flip .comment-main:after {
	left:100%;
	position:absolute;
	right:-16px
}
.comment-flip .comment-main:after {
	border-left-color:#f8f8f8;
	border-right-color:transparent;
	margin-left:auto;
	margin-right:2px
}
/*以下是后台数据列表中的 细条加粗显示 默认为1px*/
.table-border {
	border-top:2px solid #ddd !important;
}
.table-bordered {
	border:2px solid #ddd !important;
	border-collapse:separate;
	border-left:0 !important;
	border-bottom:0 !important;
}
/*
 .table-bordered th,.table-bordered td {
	border-left:2px solid #ddd !important;
}
*/

.table-border th,.table-border td {
	border-bottom:2px solid #ddd !important;
}
