﻿@charset "UTF-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
header,
hgroup,
section,
article,
aside,
footer,
figure,
figcaption,
menu,
button {
	margin: 0;
	padding: 0
}

@font-face {
	font-family: 'iconfont';
	src: url('../fonts/iconfont.eot');
	src: url('../fonts/iconfont.eot#iefix') format('embedded-opentype'), url('../fonts/iconfont.woff') format('woff'), url('../fonts/iconfont.ttf') format('truetype'), url('../fonts/iconfont.svg#iconfont') format('svg')
}

body {
	font-family: "微软雅黑", "Microsoft YaHei", "Microsoft YaHei UI", "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
	line-height: 1.5;
	font-size: 16px;
	color: #000;
	background-color: #f8f8f8;
	-webkit-user-select: none;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
	outline: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: 400
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

caption,
th {
	text-align: left
}

fieldset,
img {
	border: 0
}

li {
	list-style: none
}

ins {
	text-decoration: none
}

del {
	text-decoration: line-through
}

input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	outline: 0
}

button {
	-webkit-appearance: none;
	border: 0;
	background: 0
}

a {
	-webkit-touch-callout: none;
	text-decoration: none
}

:focus {
	outline: 0;
	-webkit-tap-highlight-color: transparent
}

em,
i {
	font-style: normal
}

a {
	color: #000
}

em {
	color: #ff8444
}

::-webkit-input-placeholder {
	color: #bbb
}

h1 {
	font-size: 18px
}

h2 {
	font-size: 17px
}

h3,
h4 {
	font-size: 16px
}

h5,
.ui-txt-sub {
	font-size: 14px
}

h6,
.ui-txt-tips {
	font-size: 12px
}

.ui-txt-default {
	color: #000
}

.ui-txt-white {
	color: #fff
}

.ui-txt-info {
	color: #777
}

.ui-txt-muted {
	color: #bbb
}

.ui-txt-warning,
.ui-txt-red {
	color: #ff4222
}

.ui-txt-feeds {
	color: #314c83
}

.ui-txt-highlight {
	color: #ff8444
}

.ui-txt-justify {
	text-align: justify
}

.ui-txt-justify-one {
	text-align: justify;
	overflow: hidden;
	height: 24px
}

.ui-txt-justify-one:after {
	display: inline-block;
	content: '';
	overflow: hidden;
	width: 100%;
	height: 0
}

.ui-grid,
.ui-grid-trisect,
.ui-grid-halve {
	padding-left: 15px;
	padding-right: 10px;
	overflow: hidden;
	padding-top: 10px
}

@media(max-width:320px) {
	.ui-grid,
	.ui-grid-trisect,
	.ui-grid-halve {
		padding-left: 10px;
		padding-right: 5px
	}
}

.ui-grid li,
.ui-grid-trisect li,
.ui-grid-halve li {
	padding-right: 5px;
	padding-bottom: 10px;
	float: left;
	position: relative;
	-webkit-box-sizing: border-box
}

.ui-grid-trisect>li {
	width: 33.3333%
}

.ui-grid-trisect-img {
	padding-top: 149.47%
}

.ui-grid-trisect h4 {
	position: relative;
	margin: 7px 0 3px
}

.ui-grid-trisect h4 span {
	display: inline-block;
	margin-left: 12px;
	color: #777
}

.ui-grid-halve>li {
	width: 50%
}

.ui-grid-halve-img {
	padding-top: 55.17%
}

.ui-grid-trisect-img,
.ui-grid-halve-img {
	position: relative;
	width: 100%
}

.ui-grid-trisect-img>span,
.ui-grid-halve-img>span {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background-repeat: no-repeat;
	-webkit-background-size: cover
}

.ui-grid-trisect-img img,
.ui-grid-halve-img img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0
}

.ui-grid-trisect-img.active,
.ui-grid-halve-img.active {
	opacity: .5
}

.ui-row {
	display: block;
	overflow: hidden
}

.ui-col {
	float: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%
}

.ui-col-10 {
	width: 10%
}

.ui-col-20 {
	width: 20%
}

.ui-col-25 {
	width: 25%
}

.ui-col-33 {
	width: 33.3333%
}

.ui-col-50 {
	width: 50%
}

.ui-col-67 {
	width: 66.6666%
}

.ui-col-75 {
	width: 75%
}

.ui-col-80 {
	width: 80%
}

.ui-col-90 {
	width: 90%
}

.ui-row-flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -o-box;
	display: -webkit-flex;
	display: box;
	width: 100%;
	-webkit-box-sizing: border-box
}

.ui-row-flex .ui-col {
	float: none;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0
}

.ui-col div {
	color: #6a615f;
}

.ui-row-flex .ui-col-2 {
	-webkit-box-flex: 2
}

.ui-row-flex .ui-col-3 {
	-webkit-box-flex: 3
}

.ui-row-flex .ui-col-4 {
	-webkit-box-flex: 4
}

.ui-row-flex-ver {
	-webkit-box-orient: vertical
}

.ui-row-flex-ver .ui-col {
	width: 100%;
	height: 0
}

.ui-placehold-wrap {
	padding-top: 31.25%;
	position: relative
}

.ui-placehold {
	color: #bbb;
	position: absolute;
	top: 0;
	width: 100%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	-webkit-box-sizing: border-box;
	text-align: center;
	height: 100%;
	z-index: -1
}

.ui-placehold-img {
	padding-top: 31.25%;
	position: relative
}

.ui-placehold-img>span {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background-repeat: no-repeat;
	-webkit-background-size: cover
}

.ui-placehold-img img {
	width: 100%;
	height: 100%
}

.ui-border-t {
	border-top: 1px solid #e0e0e0
}

.ui-border-b {
	border-bottom: 1px solid #e0e0e0
}

.ui-border-tb {
	border-top: #e0e0e0 1px solid;
	border-bottom: #e0e0e0 1px solid;
	background-image: none
}

.ui-border-l {
	border-left: 1px solid #e0e0e0
}

.ui-border-r {
	border-right: 1px solid #e0e0e0
}

.ui-border {
	border: 1px solid #e0e0e0
}

.ui-border-radius {
	border: 1px solid #e0e0e0;
	border-radius: 4px
}

@media screen and (-webkit-min-device-pixel-ratio:2) {
	.ui-border-radius {
		position: relative;
		border: 0
	}
	.ui-border-radius:before {
		content: "";
		width: 200%;
		height: 200%;
		position: absolute;
		top: 0;
		left: 0;
		border: 1px solid #e0e0e0;
		-webkit-transform: scale(0.5);
		-webkit-transform-origin: 0 0;
		padding: 1px;
		-webkit-box-sizing: border-box;
		border-radius: 8px;
		pointer-events: none
	}
}

@media screen and (-webkit-min-device-pixel-ratio:2) {
	.ui-border {
		position: relative;
		border: 0
	}
	.ui-border-t,
	.ui-border-b,
	.ui-border-l,
	.ui-border-r,
	.ui-border-tb {
		border: 0
	}
	.ui-border-t {
		background-position: left top;
		background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.5, transparent), color-stop(0.5, #e0e0e0), to(#e0e0e0))
	}
	.ui-border-b {
		background-position: left bottom;
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, transparent), color-stop(0.5, #e0e0e0), to(#e0e0e0))
	}
	.ui-border-t,
	.ui-border-b,
	.ui-border-tb {
		background-repeat: repeat-x;
		-webkit-background-size: 100% 1px
	}
	.ui-border-tb {
		background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.5, transparent), color-stop(0.5, #e0e0e0), to(#e0e0e0)), -webkit-gradient(linear, left top, left bottom, color-stop(0.5, transparent), color-stop(0.5, #e0e0e0), to(#e0e0e0));
		background-position: top, bottom
	}
	.ui-border-l {
		background-position: left top;
		background-image: -webkit-gradient(linear, right top, left top, color-stop(0.5, transparent), color-stop(0.5, #e0e0e0), to(#e0e0e0))
	}
	.ui-border-r {
		background-position: right top;
		background-image: -webkit-gradient(linear, left top, right top, color-stop(0.5, transparent), color-stop(0.5, #e0e0e0), to(#e0e0e0))
	}
	.ui-border-l,
	.ui-border-r {
		background-repeat: repeat-y;
		-webkit-background-size: 1px 100%
	}
	.ui-border:after {
		content: "";
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.5, transparent), color-stop(0.5, #e0e0e0), to(#e0e0e0)), -webkit-gradient(linear, left top, right top, color-stop(0.5, transparent), color-stop(0.5, #e0e0e0), to(#e0e0e0)), -webkit-gradient(linear, left top, left bottom, color-stop(0.5, transparent), color-stop(0.5, #e0e0e0), to(#e0e0e0)), -webkit-gradient(linear, right top, left top, color-stop(0.5, transparent), color-stop(0.5, #e0e0e0), to(#e0e0e0));
		-webkit-background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
		background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
		-webkit-background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
		background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
		background-repeat: no-repeat;
		background-position: top, right, bottom, left;
		padding: 1px;
		-webkit-box-sizing: border-box;
		z-index: 10;
		pointer-events: none
	}
}

.ui-nowrap {
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.ui-nowrap-flex {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	-webkit-box-flex: 1;
	height: inherit
}

.ui-nowrap-multi {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}

.ui-arrowlink {
	position: relative
}

.ui-arrowlink:before {
	font-family: iconfont!important;
	font-size: 32px;
	line-height: 44px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: .2px;
	display: block;
	color: rgba(0, 0, 0, .5);
	color: #c7c7c7;
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -22px;
	margin-right: -10px
}

@media(max-width:320px) {
	.ui-arrowlink:before {
		right: 10px
	}
}

.ui-arrowlink.active {
	background: #e5e6e7
}

.ui-whitespace {
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

@media(max-width:320px) {
	.ui-whitespace {
		padding-left: 10px;
		padding-right: 10px
	}
}

.ui-whitespace-left {
	padding-left: 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

@media(max-width:320px) {
	.ui-whitespace-left {
		padding-left: 10px
	}
}

.ui-whitespace-right {
	padding-right: 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

@media(max-width:320px) {
	.ui-whitespace-right {
		padding-right: 10px
	}
}

.ui-justify {
	text-align: justify;
	font-size: 0
}

.ui-justify:after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 0;
	overflow: hidden
}

.ui-justify li {
	display: inline-block;
	text-align: center
}

.ui-justify p {
	font-size: 16px
}

.ui-justify-flex {
	width: 100%;
	display: -webkit-box;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between
}

.ui-panel {
	overflow: hidden;
	margin-bottom: 10px
}

.ui-panel .ui-grid-halve,
.ui-panel .ui-grid-trisect {
	padding-top: 0
}

.ui-panel h1,
.ui-panel h2,
.ui-panel h3 {
	padding-left: 15px;
	padding-right: 15px;
	line-height: 44px;
	position: relative;
	overflow: hidden;
	display: -webkit-box
}

@media(max-width:320px) {
	.ui-panel h1,
	.ui-panel h2,
	.ui-panel h3 {
		padding-left: 10px;
		padding-right: 10px
	}
}

.ui-panel h1 span,
.ui-panel h2 span,
.ui-panel h3 span {
	display: block
}

.ui-panel-card,
.ui-panel-simple {
	background-color: #fff
}

.ui-panel-pure h2,
.ui-panel-pure h3 {
	color: #777
}

.ui-panel-simple {
	margin-bottom: 0
}

.ui-panel-subtitle {
	font-size: 14px;
	color: #777;
	margin-left: 10px
}

.ui-panel-title-tips {
	font-size: 12px;
	color: #777;
	position: absolute;
	right: 15px
}

@media(max-width:320px) {
	.ui-panel-title-tips {
		right: 10px
	}
}

.ui-arrowlink .ui-panel-title-tips {
	right: 30px
}

@media(max-width:320px) {
	.ui-arrowlink .ui-panel-title-tips {
		right: 25px
	}
}

.ui-badge,
.ui-badge-muted,
.ui-badge-num,
.ui-badge-corner,
.ui-badge-cornernum {
	display: inline-block;
	text-align: center;
	background: #f74c31;
	color: #fff;
	font-size: 11px;
	height: 16px;
	line-height: 16px;
	-webkit-border-radius: 8px;
	padding: 0 6px;
	-webkit-background-clip: padding-box;
	background-clip: padding-box
}

.ui-badge-muted {
	background: #b6cae0
}

.ui-badge-num {
	height: 19px;
	line-height: 20px;
	font-size: 12px;
	min-width: 19px;
	-webkit-border-radius: 10px
}

.ui-badge-wrap {
	position: relative;
	text-align: center
}

.ui-badge-corner {
	position: absolute;
	border: 2px #fff solid;
	height: 20px;
	line-height: 20px;
	top: -4px;
	right: -9px
}

.ui-badge-cornernum {
	position: absolute;
	top: -4px;
	right: -9px;
	height: 19px;
	line-height: 19px;
	font-size: 12px;
	min-width: 19px;
	-webkit-border-radius: 10px;
	top: -5px;
	right: -5px
}

.ui-tag-t,
.ui-tag-hot,
.ui-tag-new,
.ui-tag-s-hot,
.ui-tag-s-new,
.ui-tag-pop-hot,
.ui-tag-pop-new {
	position: relative
}

.ui-tag-t:before,
.ui-tag-hot:before,
.ui-tag-new:before,
.ui-tag-s-hot:before,
.ui-tag-s-new:before,
.ui-tag-pop-hot:before,
.ui-tag-pop-new:before,
.ui-tag-t:after,
.ui-tag-hot:after,
.ui-tag-new:after,
.ui-tag-s-hot:after,
.ui-tag-s-new:after,
.ui-tag-pop-hot:after,
.ui-tag-pop-new:after {
	height: 20px;
	left: 0;
	top: 0;
	z-index: 9;
	display: block
}

.ui-tag-t:before,
.ui-tag-hot:before,
.ui-tag-new:before,
.ui-tag-s-hot:before,
.ui-tag-s-new:before,
.ui-tag-pop-hot:before,
.ui-tag-pop-new:before,
.ui-tag-vip:before,
.ui-tag-svip:before,
.ui-tag-selected:after {
	font-family: iconfont!important;
	font-size: 32px;
	line-height: 44px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: .2px;
	display: block;
	color: rgba(0, 0, 0, .5);
	position: absolute
}

.ui-tag-t:before,
.ui-tag-hot:before,
.ui-tag-new:before,
.ui-tag-s-hot:before,
.ui-tag-s-new:before,
.ui-tag-pop-hot:before,
.ui-tag-pop-new:before {
	content: "";
	line-height: 20px;
	color: red
}

.ui-tag-t:after,
.ui-tag-hot:after,
.ui-tag-new:after,
.ui-tag-s-hot:after,
.ui-tag-s-new:after,
.ui-tag-pop-hot:after,
.ui-tag-pop-new:after {
	position: absolute;
	content: '';
	width: 22px;
	text-align: right;
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	padding-right: 14px
}

.ui-tag-b,
.ui-tag-freelimit,
.ui-tag-free,
.ui-tag-last,
.ui-tag-limit,
.ui-tag-act,
.ui-tag-xy,
.ui-tag-vip,
.ui-tag-svip {
	position: relative
}

.ui-tag-b:before,
.ui-tag-freelimit:before,
.ui-tag-free:before,
.ui-tag-last:before,
.ui-tag-limit:before,
.ui-tag-act:before,
.ui-tag-xy:before,
.ui-tag-vip:before,
.ui-tag-svip:before {
	position: absolute;
	font-size: 10px;
	width: 28px;
	height: 13px;
	line-height: 13px;
	bottom: 0;
	right: 0;
	z-index: 9;
	color: #fff;
	border-radius: 2px;
	text-align: center
}

.ui-tag-vip:before,
.ui-tag-svip:before {
	font-size: 32px;
	text-indent: -2px;
	border-radius: 2px
}

.ui-tag-vip:before {
	background-color: red;
	color: #fffadf;
	content: ""
}

.ui-tag-svip:before {
	background-color: #ffd400;
	color: #b7440e;
	content: ""
}

.ui-tag-freelimit:before {
	background-color: #18b4ed;
	content: '限免'
}

.ui-tag-free:before {
	background-color: #5fb336;
	content: '免费'
}

.ui-tag-last:before {
	background-color: #8f6adb;
	content: '绝版'
}

.ui-tag-limit:before {
	background-color: #3385e6;
	content: '限量'
}

.ui-tag-act:before {
	background-color: #00c795;
	content: '活动'
}

.ui-tag-xy:before {
	background-color: #d7ba42;
	content: '星影'
}

.ui-tag-freemonthly:before {
	background-color: #ff7f0d;
	content: '包月'
}

.ui-tag-onsale:before {
	background-color: #00c795;
	content: '特价'
}

.ui-tag-hot:after,
.ui-tag-s-hot:after,
.ui-tag-pop-hot:after {
	content: '热'
}

.ui-tag-new:after,
.ui-tag-s-new:after,
.ui-tag-pop-new:after {
	content: '新'
}

.ui-tag-hot:before,
.ui-tag-s-hot:before,
.ui-tag-pop-hot:before {
	color: #ff7200
}

.ui-tag-s-hot:before,
.ui-tag-s-new:before {
	content: "";
	left: -2px
}

.ui-tag-s-hot:after,
.ui-tag-s-new:after {
	width: 16px;
	padding-right: 12px
}

.ui-tag-selected:after {
	content: "";
	color: #18b4ed;
	right: -5px;
	top: -5px;
	z-index: 9;
	width: 26px;
	height: 26px;
	background: #fff;
	border-radius: 13px;
	line-height: 26px;
	text-indent: -3px
}

.ui-tag-wrap {
	display: inline-block;
	position: relative;
	padding-right: 32px
}

.ui-tag-wrap .ui-tag-vip,
.ui-tag-wrap .ui-tag-svip {
	position: static
}

.ui-tag-wrap .ui-tag-vip:before,
.ui-tag-wrap .ui-tag-svip:before {
	top: 50%;
	margin-top: -7px
}

.ui-tag-pop-hot:before,
.ui-tag-pop-new:before {
	content: "";
	left: -10px;
	top: 1px
}

.ui-tag-pop-hot:after,
.ui-tag-pop-new:after {
	font-size: 11px;
	padding-right: 0;
	text-align: center;
	left: -5px
}

.ui-list {
	background-color: #fff;
	width: 100%
}

.ui-list>li {
	position: relative;
	margin-left: 15px;
	display: -webkit-box
}

.ui-list-pure>li {
	display: block
}

.ui-list-text>li,
.ui-list-pure>li {
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 15px;
	-webkit-box-align: center
}

.ui-list-text h4,
.ui-list-text p {
	-webkit-box-flex: 1
}

.ui-list-cover>li {
	padding-left: 15px;
	margin-left: 0
}

.ui-list>li.ui-border-t:first-child,
.ui-list>li:first-child>.ui-border-t {
	border: 0;
	background-image: none
}

.ui-list-thumb,
.ui-list-thumb-s,
.ui-list-img,
.ui-list-icon {
	position: relative;
	margin: 10px 10px 10px 0
}

.ui-list-thumb>span,
.ui-list-thumb-s>span,
.ui-list-img>span,
.ui-list-icon>span {
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-repeat: no-repeat;
	-webkit-background-size: cover
}

.ui-list-thumb {
	width: 50px;
	height: 50px
}

.ui-list-img {
	width: 100px;
	height: 68px
}

.ui-list-thumb-s {
	width: 28px;
	height: 28px
}

.ui-list-icon {
	width: 40px;
	height: 40px
}

.ui-list .ui-avatar,
.ui-list .ui-avatar-s,
.ui-list .ui-avatar-lg {
	margin: 10px 10px 10px 0
}

.ui-list-info {
	-webkit-box-flex: 1;
	padding-top: 10px;
	padding-bottom: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	padding-right: 15px
}

.ui-list-info p {
	color: #777;
	font-size: 14px
}

.ui-list-text .ui-list-info {
	padding-top: 0;
	padding-bottom: 0
}

.ui-list li h4 {
	font-size: 16px
}

.ui-list:not(.ui-list-text) li>p,
.ui-list li>h5 {
	font-size: 14px;
	color: #777
}

.ui-list-active>li:active,
.ui-list li.active {
	background-color: #e5e6e7;
	padding-left: 15px;
	margin-left: 0
}

.ui-list-active>li:active,
.ui-list>li.active,
.ui-list>li.active>.ui-border-t,
.ui-list>li.active+li>.ui-border-t,
.ui-list>li.active+li.ui-border-t {
	background-image: none;
	border-top-color: #e5e6e7
}

.ui-list-link>li:after {
	font-family: iconfont!important;
	font-size: 32px;
	line-height: 44px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: .2px;
	display: block;
	color: rgba(0, 0, 0, .5);
	color: #c7c7c7;
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -22px;
	margin-right: -10px
}

@media(max-width:320px) {
	.ui-list-link>li:after {
		right: 10px
	}
}

.ui-list-text.ui-list-link>li {
	padding-right: 30px
}

.ui-list-link .ui-list-info {
	padding-right: 30px
}

.ui-list-function .ui-list-info {
	padding-right: 75px
}

.ui-list-function .ui-btn {
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -15px
}

.ui-list-function .ui-btn-s {
	margin-top: -12px
}

.ui-list-function.ui-list-link .ui-list-info {
	padding-right: 90px
}

.ui-list-function.ui-list-link .ui-btn {
	right: 30px
}

.ui-list-function li {
	-webkit-box-align: inherit
}

.ui-list-one>li {
	padding-top: 0;
	padding-bottom: 0;
	line-height: 44px
}

.ui-list-one .ui-list-info {
	-webkit-box-orient: horizontal;
	-webkit-box-align: center
}

.ui-list-one h4 {
	-webkit-box-flex: 1
}

@media(max-width:320px) {
	.ui-list>li {
		margin-left: 10px
	}
	.ui-list-text>li,
	.ui-list-pure>li,
	.ui-list-info {
		padding-right: 10px
	}
	.ui-list-cover>li,
	.ui-list-active>li:active,
	.ui-list li.active {
		padding-left: 10px
	}
	.ui-list-text.ui-list-link>li {
		padding-right: 25px
	}
	.ui-list-function .ui-list-info {
		padding-right: 70px
	}
	.ui-list-function .ui-btn {
		right: 10px
	}
	.ui-list-function.ui-list-link .ui-list-info {
		padding-right: 85px
	}
	.ui-list-function.ui-list-link .ui-btn {
		right: 25px
	}
}

.ui-checkbox,
.ui-checkbox-s {
	display: inline-block
}

.ui-checkbox input,
.ui-checkbox-s input {
	display: inline-block;
	width: 25px;
	height: 1px;
	position: relative;
	overflow: visible;
	border: 0;
	background: 0;
	-webkit-appearance: none;
	outline: 0;
	margin-right: 8px;
	vertical-align: middle
}

.ui-checkbox input:before,
.ui-checkbox-s input:before {
	font-family: iconfont!important;
	font-size: 32px;
	line-height: 44px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: .2px;
	display: block;
	color: rgba(0, 0, 0, .5);
	content: "";
	color: #18b4ed;
	position: absolute;
	top: -22px;
	left: -4px;
	color: #dedfe0
}

.ui-checkbox input:checked:before,
.ui-checkbox-s input:checked:before {
	content: "";
	color: #18b4ed
}

.ui-checkbox-s input:before {
	content: ""
}

.ui-checkbox-s input:checked:before {
	content: ""
}

.ui-form {
	background-color: #fff
}

.ui-form-item-order.active {
	background-color: #e5e6e7
}

.ui-form-item {
	position: relative;
	font-size: 16px;
	height: 45px;
	line-height: 45px;
	padding-right: 15px;
	padding-left: 15px
}

.ui-form-item label:not(.ui-switch):not(.ui-checkbox):not(.ui-radio) {
	width: 95px;
	position: absolute;
	text-align: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.ui-form-item input,
.ui-form-item textarea {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	border: 0;
	background: 0;
	padding-left: 95px;
	height: 45px;
	line-height: 45px;
}

.ui-form-item input[type=checkbox],
.ui-form-item input[type=radio] {
	padding-left: 0
}

.ui-form-item .ui-icon-close {
	position: absolute;
	top: 0;
	right: 6px
}

@media(max-width:320px) {
	.ui-form-item .ui-icon-close {
		right: 1px
	}
}

@media(max-width:320px) {
	.ui-form-item {
		padding-left: 10px;
		padding-right: 10px
	}
}

.ui-form-item-textarea {
	height: 65px
}

.ui-form-item-textarea label {
	vertical-align: top
}

.ui-form-item-textarea textarea {
	margin-top: 15px;
	border: 0
}

.ui-form-item-textarea textarea:focus {
	outline: 0
}

.ui-form-item-link>li:after {
	font-family: iconfont!important;
	font-size: 32px;
	line-height: 44px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: .2px;
	display: block;
	color: rgba(0, 0, 0, .5);
	color: #c7c7c7;
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -22px;
	margin-right: -10px
}

@media(max-width:320px) {
	.ui-form-item-link>li:after {
		right: 10px
	}
}

.ui-form-item-l label,
.ui-form-item-r button {
	color: #00a5e0;
	text-align: center
}

.ui-form-item-r .ui-icon-close {
	right: 125px
}

.ui-form-item-l input:not([type=checkbox]):not([type=radio]) {
	padding-left: 115px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.ui-form-item-r {
	padding-right: 0
}

.ui-form-item-r input:not([type=checkbox]):not([type=radio]) {
	padding-left: 0;
	padding-right: 150px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.ui-form-item-r button {
	width: 110px;
	height: 44px;
	position: absolute;
	top: 0;
	right: 0
}

.ui-form-item-r button.disabled {
	color: #bbb
}

.ui-form-item-r button:not(.disabled):active {
	background-color: #e5e6e7
}

.ui-form-item-pure input,
.ui-form-item-pure textarea {
	padding-left: 0
}

.ui-form-item-show label {
	color: #777
}

.ui-form-item-link:after {
	font-family: iconfont!important;
	font-size: 32px;
	line-height: 44px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: .2px;
	display: block;
	color: rgba(0, 0, 0, .5);
	color: #c7c7c7;
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -22px;
	margin-right: -10px
}

@media(max-width:320px) {
	.ui-form-item-link:after {
		right: 10px
	}
}

.ui-form-item-checkbox,
.ui-form-item-radio,
.ui-form-item-switch {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -o-box;
	display: -webkit-flex;
	display: box;
	-webkit-box-align: center;
	align-items: center
}

.ui-switch {
	position: absolute;
	font-size: 16px;
	right: 15px;
	top: 50%;
	margin-top: -16px;
	width: 52px;
	height: 32px;
	line-height: 32px
}

@media(max-width:320px) {
	.ui-switch {
		right: 10px
	}
}

.ui-switch input {
	width: 52px;
	height: 32px;
	position: absolute;
	z-index: 2;
	border: 0;
	background: 0;
	-webkit-appearance: none;
	outline: 0
}

.ui-switch input:before {
	content: '';
	width: 50px;
	height: 30px;
	border: 1px solid #dfdfdf;
	background-color: #fdfdfd;
	border-radius: 20px;
	cursor: pointer;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	border-color: #dfdfdf;
	-webkit-box-shadow: #dfdfdf 0 0 0 0 inset;
	box-shadow: #dfdfdf 0 0 0 0 inset;
	-webkit-transition: border .4s, -webkit-box-shadow .4s;
	transition: border .4s, box-shadow .4s;
	-webkit-background-clip: content-box;
	background-clip: content-box
}

.ui-switch input:checked:before {
	border-color: #64bd63;
	-webkit-box-shadow: #64bd63 0 0 0 16px inset;
	box-shadow: #64bd63 0 0 0 16px inset;
	background-color: #64bd63;
	transition: border .4s, box-shadow .4s, background-color 1.2s;
	-webkit-transition: border .4s, -webkit-box-shadow .4s, background-color 1.2s;
	background-color: #64bd63
}

.ui-switch input:checked:after {
	left: 21px
}

.ui-switch input:after {
	content: '';
	width: 30px;
	height: 30px;
	position: absolute;
	top: 1px;
	left: 0;
	border-radius: 100%;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	-webkit-transition: left .2s;
	transition: left .2s
}

.ui-radio {
	line-height: 25px;
	display: inline-block
}

.ui-radio input {
	display: inline-block;
	width: 26px;
	height: 26px;
	position: relative;
	overflow: visible;
	border: 0;
	background: 0;
	-webkit-appearance: none;
	outline: 0;
	margin-right: 8px;
	vertical-align: middle
}

.ui-radio input:before {
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	border: 1px solid #dfe0e1;
	border-radius: 13px;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	position: absolute;
	left: 0;
	top: 0
}

.ui-radio input:checked:after {
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	background: #000;
	border-radius: 7px;
	position: absolute;
	left: 6px;
	top: 6px
}

.ui-select {
	position: relative;
	margin-right: 6px
}

.ui-select select {
	-webkit-appearance: none;
	border: 0;
	background: 0;
	width: 100%;
	padding-right: 14px
}

.ui-select:after {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -4px;
	width: 0;
	height: 0;
	border-top: 6px solid;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	color: #a6a6a6;
	content: "";
	pointer-events: none
}

.ui-select-group {
	margin-left: 95px;
	overflow: hidden
}

.ui-select-group .ui-select {
	float: left
}

.ui-form-item>.ui-select {
	margin-left: 95px
}

.ui-input-wrap {
	background-color: #ebeced;
	height: 44px;
	display: -webkit-box;
	-webkit-box-align: center
}

.ui-input-wrap .ui-btn,
.ui-input-wrap i {
	margin-right: 10px
}

.ui-input {
	height: 30px;
	line-height: 30px;
	margin: 7px 10px;
	background: #fff;
	padding-left: 10px;
	-webkit-box-flex: 1
}

.ui-input input {
	width: 100%;
	height: 100%;
	border: 0;
	background: 0;
	-webkit-appearance: none;
	outline: 0
}

.ui-dialog {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	background: rgba(0, 0, 0, .4);
	display: none
}

.ui-dialog.show {
	display: -webkit-box;
	display: box
}

.ui-dialog-hd {
	height: 48px;
	line-height: 48px;
	text-align: center;
	position: relative
}

.ui-dialog-cnt {
	border-radius: 6px;
	width: 270px;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	pointer-events: auto;
	background-color: rgba(253, 253, 253, .95);
	position: relative;
	font-size: 16px
}

.ui-dialog-bd {
	min-height: 71px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	padding: 18px;
	display: -webkit-box;
	display: box;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	-webkit-box-orient: vertical
}

.ui-dialog-bd>h4 {
	margin-bottom: 4px;
	width: 100%;
	text-align: center
}

.ui-dialog-bd>div,
.ui-dialog-bd>ul {
	width: 100%
}

.ui-dialog-ft {
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	display: -webkit-box;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-align: center;
	border-top: 1px solid #e0e0e0;
	height: 42px;
	line-height: 42px
}

.ui-dialog-close {
	font-family: iconfont!important;
	font-size: 32px;
	line-height: 44px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: .2px;
	display: block;
	color: rgba(0, 0, 0, .5);
	color: #828282;
	display: block;
	line-height: 32px;
	position: absolute;
	top: 3px;
	right: 3px
}

.ui-dialog-close:active {
	opacity: .5
}

.ui-dialog-ft button {
	color: #000;
	text-align: center;
	border-right: 1px #e0e0e0 solid;
	width: 100%;
	line-height: 42px;
	background: transparent;
	display: block;
	margin: 0!important;
	-webkit-box-flex: 1
}

.ui-dialog-ft button:active {
	background-color: rgba(0, 0, 0, .1)!important
}

.ui-dialog-ft button:first-child {
	border-bottom-left-radius: 6px
}

.ui-dialog-ft button:last-child {
	border-right: 0;
	border-bottom-right-radius: 6px
}

@media screen and (-webkit-min-device-pixel-ratio:2) {
	.ui-dialog-ft {
		position: relative;
		border: 0;
		background-position: left top;
		background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.5, transparent), color-stop(0.5, #e0e0e0), to(#e0e0e0));
		background-repeat: repeat-x;
		-webkit-background-size: 100% 1px
	}
	.ui-dialog-ft button {
		border-right: 0;
		background-position: right top;
		background-image: -webkit-gradient(linear, left top, right top, color-stop(0.5, transparent), color-stop(0.5, #e0e0e0), to(#e0e0e0));
		background-repeat: repeat-y;
		-webkit-background-size: 1px 100%
	}
	.ui-dialog-ft button:last-child {
		background: 0
	}
}

.ui-header,
.ui-footer {
	position: fixed;
	width: 100%;
	z-index: 100;
	left: 0
}

.ui-header {
	top: 0;
	height: 45px;
	line-height: 45px
}

.ui-header-stable,
.ui-header-positive {
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.ui-header-stable,
.ui-footer-stable {
	background-color: #f8f8f8
}

.ui-header-positive,
.ui-footer-positive {
	background-color: #18b4ed;
	color: #fff
}

.ui-header-positive a,
.ui-header-positive a:active,
.ui-header-positive i,
.ui-footer-positive a,
.ui-footer-positive a:active,
.ui-footer-positive i {
	color: #fff
}

.ui-footer-btn {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f9f9f9), to(#e0e0e0));
	color: #00a5e0
}

.ui-footer-btn .ui-tiled {
	height: 100%
}

.ui-footer {
	bottom: 0;
	height: 56px
}

.ui-header~.ui-container {
	border-top: 20px solid transparent
}

.ui-footer~.ui-container {
	border-bottom: 56px solid transparent
}

.ui-header h1 {
	text-align: center;
	font-size: 18px
}

.ui-header .ui-icon-return {
	position: absolute;
	left: 0
}

.ui-header .ui-menu {
	position: absolute;
	right: 5px;
	top: 0
}

.ui-header .ui-btn {
	display: block;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -15px
}

.ui-center {
	width: 100%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	text-align: center;
	height: 150px
}

.ui-flex,
.ui-tiled {
	display: -webkit-box;
	width: 100%;
	-webkit-box-sizing: border-box
}

.ui-flex-ver {
	-webkit-box-orient: vertical
}

.ui-flex-pack-start {
	-webkit-box-pack: start
}

.ui-flex-pack-end {
	-webkit-box-pack: end
}

.ui-flex-pack-center {
	-webkit-box-pack: center
}

.ui-flex-align-start {
	-webkit-box-align: start
}

.ui-flex-align-end {
	-webkit-box-align: end
}

.ui-flex-align-center {
	-webkit-box-align: center
}

.ui-tiled li {
	-webkit-box-flex: 1;
	width: 100%;
	text-align: center;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	-webkit-box-align: center
}

.ui-actionsheet {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	opacity: 0;
	pointer-events: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -o-box;
	display: -webkit-flex;
	display: box;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: end;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: end;
	background: rgba(0, 0, 0, 0.4)
}

.ui-actionsheet.show {
	pointer-events: inherit;
	opacity: 1
}

.ui-actionsheet.show .ui-actionsheet-cnt {
	transform: translateX(0);
	transition-delay: 0s;
	-webkit-transform: translateX(0);
	-webkit-transition-delay: 0s;
	-moz-transform: translateX(0);
	-moz-transition-delay: 0s;
	-ms-transform: translateX(0);
	-ms-transition-delay: 0s
}

.ui-actionsheet-cnt {
	font-size: 21px;
	position: fixed;
	top: 0;
	padding: 0;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	transform: translateX(-100%);
	transition-property: all;
	transition-timing-function: ease-out;
	transition-duration: .3s;
	-webkit-transform: translateX(-100%);
	-webkit-transition-property: all;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: .3s;
	-moz-transform: translateX(-100%);
	-moz-transition-property: all;
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: .3s
}

.ui-actionsheet button,
.ui-actionsheet h4 {
	background: rgba(255, 255, 255, 0.94);
	display: block;
	width: 100%;
	color: #333;
	box-sizing: border-box
}

.ui-actionsheet button {
	line-height: 44px;
	height: 44px
}

.ui-actionsheet h4 {
	line-height: 24px;
	padding-left: 5px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.ui-actionsheet button:not(:last-child) {
	border-top: 1px #e0e0e0 solid
}

.ui-actionsheet button:last-child {
	margin: 0;
	border-radius: 0;
	font-size: 16px
}

.ui-actionsheet button:nth-last-child(2) {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px
}

.ui-actionsheet button:active {
	opacity: .84
}

.ui-actionsheet h4 {
	font-size: 15px;
	color: #333
}

.ui-actionsheet .ui-actionsheet-del {
	color: #fd472b
}

@media screen and (-webkit-min-device-pixel-ratio:2) {
	.ui-actionsheet button:not(:last-child) {
		border: 0;
		background-position: left top;
		background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.5, transparent), color-stop(0.5, #e0e0e0), to(#e0e0e0));
		background-repeat: repeat-x;
		-webkit-background-size: 100% 1px
	}
}

.omqw,

.m-bj {
	background: #FFF
}

.iconfont {
	font-family: "iconfont"!important;
	font-size: 42px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: .2px;
	-moz-osx-font-smoothing: grayscale
}

.x-ft12 {
	font-size: 12px
}

.x-ft14 {
	font-size: 14px
}

.x-dh-bj {
	background: #323232
}

.x-ftc1 {
	color: #fff
}

.x-foot-dh {
	font-size: 24px;
	line-height: 36px
}

.x-container {
	margin: 0 auto;
	padding: 0px 10px
}

.x-mb {
	margin-bottom: 56px
}

.omqcenterbox {
	width: 275px;
	height: 261px;
	background-color: #fff;
	position: fixed;
	left: 50%;
	top: 50%;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	margin-left: -137.5px;
	margin-top: -130.5px;
	box-shadow: 0 0 20px rgba(10, 2, 4, .75);
	-webkit-box-shadow: 0 0 20px rgba(10, 2, 4, .75);
	-moz-box-shadow: 0 0 20px rgba(10, 2, 4, .75);
	-ms-box-shadow: 0 0 20px rgba(10, 2, 4, .75);
	z-index: 101;
	transition: linear .5s;
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0)
}

.omqcenterboxd {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1)
}

.omqcenterbox-close {
	position: absolute;
	top: -14px;
	right: -14px;
	cursor: pointer
}

.omqcenterbox .omqcenter-title {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.5;
	font-family: "Microsoft YaHei";
	margin-top: 28px
}

.omqcenterbox .omqcenter-ftitle {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 16px;
	font-weight: 200;
	color: #6a7380
}

.omqcenterbox .omqcenter-telval {
	width: 227px;
	height: 30px;
	border: 1px solid #6a7380;
	border-radius: 17px;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	margin: 20px auto 8px;
	text-align: center;
	line-height: 30px
}

.omqcenterbox .omq-telval {
	width: 150px;
	height: 30px;
	line-height: 30px;
	background-color: #FFF;
	font-size: 14px;
	color: #6a7380;
	-moz-border-radius: 15px 0 0 15px;
	-webkit-border-radius: 15px 0 0 15px;
	border-radius: 15px 0 0 15px;
	padding-left: 13px;
	float: left;
	outline: 0;
	border: 0
}

.omqcenterbox .omq-telbtn {
	width: 64px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	background-color: #6a7380;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	-moz-border-radius: 0 14px 14px 0;
	-webkit-border-radius: 0 14px 14px 0;
	border-radius: 0 14px 14px 0;
	float: left;
	border: 0;
	cursor: pointer
}

.omqcenterbox .omq-innerc {
	width: 228px;
	margin: 0 auto;
	font-size: 12px;
	line-height: 1.4
}

.omqcenterbox .omqcenter-chat {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	height: 58px;
	line-height: 58px;
	border-radius: 0 0 15px 15px;
	-webkit-border-radius: 0 0 15px 15px;
	-moz-border-radius: 0 0 15px 15px
}

.omqcenter-swt,
.omqcenter-tel {
	display: block;
	position: relative;
	width: 50%;
	height: 58px;
	float: left
}

.omqcenter-tel {
	background-color: #f18d00;
	border-radius: 0 0 0 15px;
	-webkit-border-radius: 0 0 0 15px;
	-moz-border-radius: 0 0 0 15px
}

.omqcenter-swt {
	background-color: #323232;
	border-radius: 0 0 15px 0;
	-webkit-border-radius: 0 0 15px 0;
	-moz-border-radius: 0 0 15px 0
}

.omqcenter-tel em,
.omqcenter-tel i {
	display: block;
	position: absolute;
	left: 50%;
	color: #fff;
	font-style: normal;
	text-decoration: none
}

.omq-telpic {
	top: 50%;
	margin-left: -50px;
	margin-top: -29px;
	width: 27px;
	height: 27px;
	font-size: 24px
}

.omqcenter-tel em {
	height: 100%;
	top: 0;
	margin-left: -16px;
	font-size: 16px
}

.omqcenter-chata,
.omqcenter-chatb,
.omqcenter-swt em,
.omqcenter-swt i {
	display: block;
	position: absolute;
	left: 50%;
	color: #fff;
	font-style: normal;
	text-decoration: none
}

.omqcenter-chata {
	margin-left: -55px
}

.omqcenter-chatb {
	margin-left: -15px
}

.omqcenter-nub {
	top: 15px;
	width: 14px;
	height: 14px;
	margin-left: -34px;
	line-height: 13px;
	text-align: center;
	font-size: 9px;
	background-color: #e60012;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	border-radius: 14px;
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .8);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .8);
	box-shadow: 0 0 3px rgba(0, 0, 0, .8);
	z-index: 3;
	font-style: normal
}

.omqcenter-chata {
	top: 50%;
	margin-left: -50px;
	width: 27px;
	height: 24px;
	margin-top: -29px;
	font-size: 24px
}

.c-icon-1,
.c-icons-2 {
	color: #000;
}

.c-icon-2,
.c-icons-4 {
	color: #000
}

.c-icon-3,
.c-icons-3 {
	color: #000
}

.c-icon-8 {
	color: #000;
}

.c-icon-4,
.c-icons-1 {
	color: #000
}

.imgs {
	height: auto;
	width: auto;
	max-width: 100%
}

.x-tc {
	text-align: center
}

.x-bmbt {
	border-left: solid 15px #662b18;
	padding-left: 20px;
	color: #323232;
	font-size: 24px;
	margin: 53px 0px 37px 0px;
}

.x-bmbt .fbt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px
}

.x-bm {
	padding: 30px 0 20px 0;
	text-align: center
}

.x-bm button {
	font-size: 20px;
	height: 44px;
	line-height: 44px;
	width: 80%;
	border-radius: 5px;
	background: #662b18;
	color: #fff;
	letter-spacing: 5px
}

.x-bm button:active {
	background-color: rgba(0, 0, 0, .1)!important
}

.x-dh-h {
	height: 100px
}

.swiper-slide {
	display: flex;
	justify-content: center;
	vertical-align: center;
	align-items: center
}

.indext {
	height: 24px
}

.indext i {
	display: inline-block;
	height: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	line-height: 25px
}

.indext .t1 {
	background: url(../images/csssprite.png) top right;
	padding-left: 15px;
	padding-right: 30px;
	font-size: 14px
}

.indext .t2 {
	background: #d0a972;
	font-style: italic;
	padding-right: 10px;
	padding-left: 5px;
	line-height: 25px;
	font-size: 14px;
	letter-spacing: 2px
}

.indext .t3 {
	font-size: 12px;
	font-weight: bold;
	float: right;
	padding-right: 10px;
	color: #cfa972;
	font-style: italic
}

.imgblock {
	display: block;
}

.biaoji {
	width: 10px;
	height: 10px;
	background-color: red;
	border-radius: 50%;
	display: block;
	position: relative;
	bottom: 80px;
	left: 40px;
	overflow: hidden;
}

.cd_biaoji {
	width: 10px;
	height: 10px;
	background-color: red;
	border-radius: 50%;
	display: block;
	position: relative;
	bottom: 80px;
	left: 48px;
	overflow: hidden;
}

.oam-main {
	position: fixed;
	bottom: -220px;
	width: 100%;
	left: 0;
	z-index: 1000;
	transition: ease-in all 0.5s;
}

.oam-main.show {
	pointer-events: inherit;
	bottom: 0px;
}

.oam-main .obottomBox {
	max-width: 640px;
	height: 216px;
	margin: 0 auto;
	width: 100%;
	background: #eaebed;
}

.oam-main .obottomBox .sline1 {
	text-align: center;
	color: #FFF;
	line-height: 35px;
	font-size: 18px;
	background: #323232;
}

.oam-main .obottomBox .sline1 a {
	color: #FFF;
}

.oam-main .obottomBox .sline2 {
	font-size: 14px;
	height: 124px;
}

.oam-main .obottomBox .sline2 .time {
	text-align: center;
}

.oam-main .obottomBox .sline2 .dhbox {
	padding: 10px;
	background: #9fa1a1;
	border-radius: 12px;
}

.oam-main .obottomBox .sline2 .dhbox .omq-telbtn1 {
	width: 30%;
	height: 30px;
	line-height: 30px;
	color: #000;
	background-color: #6a7380;
	text-align: center;
	text-decoration: none;
	border: 0;
	cursor: pointer;
}

.oam-main .obottomBox .sline2 .dhbox .omq-telval1 {
	width: 60%;
	height: 30px;
	line-height: 30px;
	background-color: #FFF;
	color: #6a7380;
	padding-left: 13px;
	outline: 0;
	border: 0;
}

.oam-main .obottomBox .sline3 {
	border-top: 1px solid #c7c7c0;
	border-bottom: 1px solid #979185;
	background-color: #eaebed;
	text-align: center;
	padding: 10px 0;
	width: 100%;
}

.oam-main .obottomBox .sline3 a {
	display: inline-block;
	width: 45%;
	border: 1px solid #a6a5a1;
	border-radius: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #fefefe;
	box-shadow: 0 2px 2px #d1d1d3;
	letter-spacing: 2px;
}

.oam-main .obottomBox p {
	padding-bottom: 2px;
}


/*在线报名样式*/

.order-containe {
	padding: 0px 42px 10px 42px;
}

.order-containe .order-so {
	padding-top: 10px;
}

.order-bottom {
	margin-bottom: 20px;
}

.order-containe .order-so h5 {
	font-size: 26px;
	color: #313232;
	text-align: left;
	line-height: 57px;
}

.order-containe .order-so span {
	font-size: 20px;
}

.order-containe .order-so span input {
	margin-right: 10px;
}

.order-containe .order-so span:first-child {
	margin-right: 23px;
}

.order-containe .order-so input[type=text],
.order-containe .order-so select {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: transparent;
	border: 1px solid #b8b5b5;
	padding-left: 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 26px;
}

.order-containe .order-so {
	text-align: center;
}

.order-containe .order-so select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEIAAAAyCAYAAADodg0pAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowNGI3YTRkZS1lNTFhLTQ4NDctOGMxMC02NTJmYmVjOWY1NjYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTFGNUY1NDAwNDAxMTFFNzk2QURFRjdBODZCMjcxQzciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTFGNUY1M0YwNDAxMTFFNzk2QURFRjdBODZCMjcxQzciIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjRiNThlNmE4LWUzOWYtNmE0Mi1hZDFiLTliMTcyZDE2MGU4NCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowNGI3YTRkZS1lNTFhLTQ4NDctOGMxMC02NTJmYmVjOWY1NjYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5aUQXpAAAA5UlEQVR42uzayw2CQBRG4cFYkJEGLMGOzA0Lt2NHNIC10ME4Ji5cGOLdzH8znEkIKwJ8HB6TMJRSEiOlAwRAAAEEEEAAAQQQQAABBBBAAAEEEEBIx7HVjs7jeK2rk3Oz9bksuSuI90nV5ebcxrq7Ne7TNNfV7ITLvT4jPFf4UfHWLiEcVTStQfXWsGg1SCD+qKJ5DcrvCItUgwxiowpJDeovS4tSgxTiRxWyGiLMNSxCDXKIryqkNbSea2xVcVHWEGIa/qkiq49j4I+ZIEUAAQQQQAABBBBAAAEEEEAAAcR+xkuAAQBZWUCHYCqH6AAAAABJRU5ErkJggg==) no-repeat center right;
}

.btn-omick a {
	display: block;
	height: 45px;
	width: 75%;
	background: #662b18;
	line-height: 45px;
	text-align: center;
	margin: 0px auto;
	color: #fff;
	font-size: 27px;
	margin-top: 32px;
	margin-bottom: 25px;
	border-radius: 6px;
}

@media(max-width:320px) {
	.order-containe {
		padding: 0px 8px 8px 8px;
	}
	.order-containe .order-so h5 {
		font-size: 18px;
		line-height: 28px;
	}
	.order-containe .order-so input[type=text],
	.order-containe .order-so select {
		height: 38px;
		line-height: 38px;
		font-size: 18px;
	}
	.order-containe .order-so span:first-child {
		margin-right: 23px;
	}
	.btn-omick a {
		font-size: 24px;
		margin-top: 28px;
		margin-bottom: 22px;
	}
	.order-containe .order-so span {
		font-size: 16px;
	}
}

@media(max-width:360px) {
	.order-containe {
		padding: 0px 8px 8px 8px;
	}
	.order-containe .order-so h5 {
		font-size: 18px;
		line-height: 28px;
	}
	.order-containe .order-so input[type=text],
	.order-containe .order-so select {
		height: 36px;
		line-height: 36px;
		font-size: 18px;
	}
	.order-containe .order-so span:first-child {
		margin-right: 23px;
	}
	.btn-omick a {
		font-size: 24px;
		margin-top: 28px;
		margin-bottom: 22px;
	}
	.order-containe .order-so span {
		font-size: 16px;
	}
}

@media(max-width:375px) {
	.order-containe {
		padding: 0px 8px 8px 8px;
	}
	.order-containe .order-so h5 {
		font-size: 18px;
		line-height: 28px;
	}
	.order-containe .order-so input[type=text],
	.order-containe .order-so select {
		height: 36px;
		line-height: 36px;
		font-size: 18px;
	}
	.order-containe .order-so span:first-child {
		margin-right: 23px;
	}
	.btn-omick a {
		font-size: 24px;
		margin-top: 28px;
		margin-bottom: 22px;
	}
	.order-containe .order-so span {
		font-size: 16px;
	}
}

@media(max-width:414px) {
	.order-containe {
		padding: 0px 8px 8px 8px;
	}
	.order-containe .order-so h5 {
		font-size: 18px;
		line-height: 28px;
	}
	.order-containe .order-so input[type=text],
	.order-containe .order-so select {
		height: 36px;
		line-height: 36px;
		font-size: 18px;
	}
	.order-containe .order-so span:first-child {
		margin-right: 23px;
	}
	.btn-omick a {
		font-size: 24px;
		margin-top: 28px;
		margin-bottom: 22px;
	}
	.order-containe .order-so span {
		font-size: 16px;
	}
}

@media(max-width:540px) {
	.x-bmbt {
		margin: 8px 0px 10px 0px;
		font-size: 20px;
	}
	.x-bmbt .fbt {
		font-size：12px;
	}
	.order-containe .order-so h5 {
		font-size: 18px;
		line-height: 28px;
	}
	.order-containe .order-so input[type=text],
	.order-containe .order-so select {
		height: 36px;
		line-height: 36px;
		padding-left: 10px;
		font-size: 18px;
	}
	.order-containe {
		padding: 0px 8px 8px 8px;
	}
	.order-bottom {
		margin-bottom: 10px;
	}
	.order-containe .order-so span {
		font-size: 16px;
	}
	.btn-omick a {
		font-size: 22px;
		margin-top: 28px;
		margin-bottom: 22px;
		height: 36px;
		line-height: 36px;
	}
}


/*============ 表单 =============*/

p#vtip {
	position: absolute;
	padding: 10px;
	left: 5px;
	font-size: 0.8em;
	background-color: white;
	border: 1px solid #a6c9e2;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	z-index: 9999
}

p#vtip #vtipArrow {
	position: absolute;
	top: -10px;
	left: 5px
}

.select_validation-failed {
	color: red;
}

.input_validation-failed {
	border: 1px solid red !important;
}

.one_zycs {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.one_zycs img {
	max-width: 100%;
	height: auto;
	border: 0;
}


/*首页专业设置样式20180531*/

.zysz .t1 {
	width: 100%;
	height: auto;
	background-color: rgb(51, 51, 51);
	font-size: 22px;
	line-height: 100%;
	position: relative;
	padding-top: 4%;
	padding-bottom: 4%;
	text-indent: 3%;
}

.iswts {
	padding: 3px 0 10px;
}

.iswts a {
	background: #000000;
	font-size: 14px;
	text-align: center;
	color: #fff;
	border-radius: 10px;
	height: 30px;
	display: block;
	width: 210px;
	letter-spacing: 2px;
	line-height: 30px;
	margin: 0 auto;
}

.x-btnull {
	height: auto;
	width: 100%;
	display: block;
	margin: 0 auto;
	background-color: #F1F2F2;
}

.ChromeBlack-Normal {
	font-family: "微软雅黑";
	text-align: center;
	height: 66px;
	line-height: 66px;
	letter-spacing: 6px;
	font-size: 12px;
	font-weight: bold;
}

.dtnr {
	width: 100%;
	height: 200px;
	border: #ccc solid 1px;
}

.iw_poi_content {
	font: 12px arial, sans-serif;
	overflow: visible;
	padding-top: 4px;
	white-space: -moz-pre-wrap;
	word-wrap: break-word;
}

.iw_poi_title {
	color: #CC5522;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	padding-right: 13px;
	white-space: nowrap;
}


/*改变弹窗样式*/

@media only screen and (max-width: 360px) {
	.box-hm-2 .btns a {
		width: 120px;
	}
}

.section-hm.s8,
.section-hm.s10 {
	background-color: #fefbf3;
}

@keyframes zixun {
	50% {
		font-size: 21px;
		color: red;
		border: 2px solid red;
	}
	100% {
		font-size: 12px;
		color: white;
		border: 2px dashed white;
	}
}

@-moz-keyframes zixun {
	50% {
		font-size: 21px;
		color: red;
		border: 2px solid red;
	}
	100% {
		font-size: 12px;
		color: white;
		border: 2px dashed white;
	}
}

@-webkit-keyframes zixun {
	50% {
		font-size: 21px;
		color: red;
		border: 2px solid red;
	}
	100% {
		font-size: 12px;
		color: white;
		border: 2px dashed white;
	}
}

@-o-keyframes zixun {
	50% {
		font-size: 21px;
		color: red;
		border: 2px solid red;
	}
	100% {
		font-size: 12px;
		color: white;
		border: 2px dashed white;
	}
}

#djzx {
	animation: zixun 1.8s linear infinite normal;
	/* Firefox: */
	-moz-animation: zixun 1.8s linear infinite normal;
	/* Safari 和 Chrome: */
	-webkit-animation: zixun 1.8s linear infinite normal;
	/* Opera: */
	-o-animation: zixun 1.8s linear infinite normal;
}

#djzx {
	position: absolute;
	display: inline-block;
	border: 2px dashed white;
	border-radius: 8px;
	right: 40px;
	top: 27px;
	/* letter-spacing: 0.3rem; */
	font-size: 12px;
	color: white;
	padding: 0.5rem;
}


/*改变弹窗样式end*/


/*logo样式*/

.logo_mt {
	margin-top: 25px;
}


/* 弹窗 */

#view-3d {
	width: 275px;
	height: 261px;
	position: fixed;
	z-index: 999999;
	margin-left: -137.5px;
	margin-top: -130px;
	left: 50%;
	top: 50%;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-perspective: 500px;
	-moz-perspective: 500px;
	perspective: 500px;
	transform: translateZ(2000px);
	-webkit-transform: translateZ(2000px);
	-moz-transform: translateZ(2000px);
	display: none;
}

.xdfcenterbox {
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: #fff;
	position: absolute;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	box-shadow: 0 0 20px rgba(10, 2, 4, .75);
	-webkit-box-shadow: 0 0 20px rgba(10, 2, 4, .75);
	-moz-box-shadow: 0 0 20px rgba(10, 2, 4, .75);
	-ms-box-shadow: 0 0 20px rgba(10, 2, 4, .75);
	transform-origin: center top;
	-webkit-transform-origin: center top;
	-moz-transform-origin: center top;
	transform: translateZ(999px);
	-webkit-transform: translateZ(999px);
	-moz-transform: translateZ(999px)
}

.CenterBoxShow {
	animation: cshow 2s forwards linear;
	-webkit-animation: cshow 2s forwards linear;
	-moz-animation: cshow 2s forwards linear
}

@keyframes cshow {
	0% {
		transform: rotateX(80deg);
		-webkit-transform: rotateX(80deg);
		-moz-transform: rotateX(80deg)
	}
	20% {
		opacity: 1
	}
	70% {
		transform: rotateX(-30deg);
		-webkit-transform: rotateX(-30deg);
		-moz-transform: rotateX(-30deg);
		opacity: 1
	}
	100% {
		transform: rotateX(0);
		-webkit-transform: rotateX(0);
		-moz-transform: rotateX(0);
		opacity: 1
	}
}

@-moz-keyframes cshow {
	0% {
		transform: rotateX(80deg);
		-webkit-transform: rotateX(80deg);
		-moz-transform: rotateX(80deg)
	}
	20% {
		opacity: 1
	}
	70% {
		transform: rotateX(-30deg);
		-webkit-transform: rotateX(-30deg);
		-moz-transform: rotateX(-30deg);
		opacity: 1
	}
	100% {
		transform: rotateX(0);
		-webkit-transform: rotateX(0);
		-moz-transform: rotateX(0);
		opacity: 1
	}
}

@-webkit-keyframes cshow {
	0% {
		transform: rotateX(80deg);
		-webkit-transform: rotateX(80deg);
		-moz-transform: rotateX(80deg)
	}
	20% {
		opacity: 1
	}
	70% {
		transform: rotateX(-30deg);
		-webkit-transform: rotateX(-30deg);
		-moz-transform: rotateX(-30deg);
		opacity: 1
	}
	100% {
		transform: rotateX(0);
		-webkit-transform: rotateX(0);
		-moz-transform: rotateX(0);
		opacity: 1
	}
}

.xdfcenterbox-close {
	position: absolute;
	top: -14px;
	right: -14px
}

.xdfcenterbox .xdfcenter-title {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.5;
	font-family: "Microsoft YaHei";
	margin-top: 28px
}

.xdfcenterbox .xdfcenter-ftitle {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 16px;
	font-weight: 200
}

.xdfcenterbox .xdfcenter-telval {
	width: 210px;
	height: 32px;
	border: 1px solid #6a7380;
	border-radius: 17px;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	margin: 10px auto 10px
}

.xdfcenterbox .xdf-telval {
	width: 140px;
	height: 32px;
	line-height: 32px;
	background-color: #FFF;
	font-size: 14px;
	color: #6a7380;
	-moz-border-radius: 15px 0 0 15px;
	-webkit-border-radius: 15px 0 0 15px;
	border-radius: 15px 0 0 15px;
	padding-left: 13px;
	float: left;
	outline: 0;
	border: 0
}

.xdfcenterbox .xdf-telbtn {
	width: 57px;
	height: 32px;
	line-height: 30px;
	color: #fff;
	background-color: #6a7380;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	-moz-border-radius: 0 14px 14px 0;
	-webkit-border-radius: 0 14px 14px 0;
	border-radius: 0 14px 14px 0;
	float: left;
	border: 0
}

.xdfcenterbox .xdf-innerc {
	width: 228px;
	margin: 0 auto;
	font-size: 12px;
	line-height: 1.6
}

.xdfcenterbox .xdfcenter-chat {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	height: 58px;
	line-height: 58px;
	border-radius: 0 0 15px 15px;
	-webkit-border-radius: 0 0 15px 15px;
	-moz-border-radius: 0 0 15px 15px
}

.xdfcenter-swt,
.xdfcenter-tel {
	display: block;
	position: relative;
	width: 50%;
	height: 58px;
	float: left
}

.xdfcenter-tel {
	background-color: #f18d00;
	border-radius: 0 0 0 15px;
	-webkit-border-radius: 0 0 0 15px;
	-moz-border-radius: 0 0 0 15px;
}

.xdfcenter-tel .iconfont {
	font-size: 24px;
}

.xdfcenter-swt {
	background-color: #323232;
	border-radius: 0 0 15px 0;
	-webkit-border-radius: 0 0 15px 0;
	-moz-border-radius: 0 0 15px 0
}

.xdfcenter-swt .iconfont {
	font-size: 24px;
}

.xdfcenter-tel em,
.xdfcenter-tel i {
	display: block;
	position: absolute;
	left: 50%;
	color: #fff;
	font-style: normal;
	text-decoration: none
}

.xdf-telpic {
	top: 50%;
	margin-left: -50px;
	margin-top: -29px;
	width: 27px;
	height: 27px;
	-moz-background-size: 100%;
	-webkit-background-size: 100%;
	background-size: 100%
}

.xdfcenter-tel em {
	height: 100%;
	top: 0;
	margin-left: -16px;
	font-size: 16px
}

.xdfcenter-chata,
.xdfcenter-chatb,
.xdfcenter-swt em,
.xdfcenter-swt i {
	display: block;
	position: absolute;
	left: 50%;
	color: #fff;
	font-style: normal;
	text-decoration: none
}

.xdfcenter-nub {
	top: 15px;
	width: 14px;
	height: 14px;
	margin-left: -34px;
	line-height: 13px;
	text-align: center;
	font-size: 9px;
	background-color: #e60012;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	border-radius: 14px;
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .8);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .8);
	box-shadow: 0 0 3px rgba(0, 0, 0, .8);
	z-index: 3;
	font-style: normal
}

.xdfcenter-chata {
	top: 50%;
	margin-left: -50px;
	width: 27px;
	height: 24px;
	margin-top: -29px;
	-moz-background-size: 100%;
	-webkit-background-size: 100%;
	background-size: 100%
}

.xdfcenter-chatb {
	height: 100%;
	top: 0;
	margin-left: -16px;
	font-size: 16px
}