.cmui-cm-imgbar,.cmui-cm-imgtit a,.cmui-cm-tab .cmui-cm-title span,.cmui-cm-title {
	text-overflow: ellipsis;
	white-space: nowrap
}

html #cmuicss-cm {
	display: none;
	position: absolute;
	width: 1989px
}

.cmui-cm,.cmui-cm-shade {
	position: fixed;
	_position: absolute;
	pointer-events: auto
}

.cmui-cm-shade {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	_height: expression(document.body.offsetHeight+"px")
}

.cmui-cm {
	-webkit-overflow-scrolling: touch;
	top: 150px;
	left: 0;
	margin: 0;
	padding: 0;
	background-color: #fff;
	-webkit-background-clip: content;
	box-shadow: 1px 1px 50px rgba(0,0,0,.3)
}

.cmui-cm-close {
	position: absolute
}

.cmui-cm-content {
	position: relative
}

.cmui-cm-border {
	border: 1px solid #B2B2B2;
	border: 1px solid rgba(0,0,0,.1);
	box-shadow: 1px 1px 5px rgba(0,0,0,.2)
}

.cmui-cm-load {
	background: url(loading-1.gif) center center no-repeat #eee
}

.cmui-cm-ico {
	background: url(./close.png) no-repeat
}

.cmui-cm-btn a,.cmui-cm-dialog .cmui-cm-ico,.cmui-cm-setwin a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top
}

.cmui-cm-move {
	display: none;
	position: fixed;
	*position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: move;
	opacity: 0;
	filter: alpha(opacity=0);
	background-color: #fff;
	z-index: 2147483647
}

.cmui-cm-resize {
	position: absolute;
	width: 15px;
	height: 15px;
	right: 0;
	bottom: 0;
	cursor: se-resize
}

.cm-anim {
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: .3s;
	animation-duration: .3s
}

@-webkit-keyframes cm-bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.5);
		transform: scale(.5)
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes cm-bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.5);
		-ms-transform: scale(.5);
		transform: scale(.5)
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}
}

.cm-anim-00 {
	-webkit-animation-name: cm-bounceIn;
	animation-name: cm-bounceIn
}

@-webkit-keyframes cm-zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1) translateY(-2000px);
		transform: scale(.1) translateY(-2000px);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	60% {
		opacity: 1;
		-webkit-transform: scale(.475) translateY(60px);
		transform: scale(.475) translateY(60px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
}

@keyframes cm-zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1) translateY(-2000px);
		-ms-transform: scale(.1) translateY(-2000px);
		transform: scale(.1) translateY(-2000px);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	60% {
		opacity: 1;
		-webkit-transform: scale(.475) translateY(60px);
		-ms-transform: scale(.475) translateY(60px);
		transform: scale(.475) translateY(60px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
}

.cm-anim-01 {
	-webkit-animation-name: cm-zoomInDown;
	animation-name: cm-zoomInDown
}

@-webkit-keyframes cm-fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes cm-fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		transform: translateY(2000px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}

.cm-anim-02 {
	-webkit-animation-name: cm-fadeInUpBig;
	animation-name: cm-fadeInUpBig
}

@-webkit-keyframes cm-zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1) translateX(-2000px);
		transform: scale(.1) translateX(-2000px);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	60% {
		opacity: 1;
		-webkit-transform: scale(.475) translateX(48px);
		transform: scale(.475) translateX(48px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
}

@keyframes cm-zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1) translateX(-2000px);
		-ms-transform: scale(.1) translateX(-2000px);
		transform: scale(.1) translateX(-2000px);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	60% {
		opacity: 1;
		-webkit-transform: scale(.475) translateX(48px);
		-ms-transform: scale(.475) translateX(48px);
		transform: scale(.475) translateX(48px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
}

.cm-anim-03 {
	-webkit-animation-name: cm-zoomInLeft;
	animation-name: cm-zoomInLeft
}

@-webkit-keyframes cm-rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%) rotate(-120deg);
		transform: translateX(-100%) rotate(-120deg)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0) rotate(0);
		transform: translateX(0) rotate(0)
	}
}

@keyframes cm-rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%) rotate(-120deg);
		-ms-transform: translateX(-100%) rotate(-120deg);
		transform: translateX(-100%) rotate(-120deg)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0) rotate(0);
		-ms-transform: translateX(0) rotate(0);
		transform: translateX(0) rotate(0)
	}
}

.cm-anim-04 {
	-webkit-animation-name: cm-rollIn;
	animation-name: cm-rollIn
}

@keyframes cm-fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

.cm-anim-05 {
	-webkit-animation-name: cm-fadeIn;
	animation-name: cm-fadeIn
}

@-webkit-keyframes cm-shake {
	0%,100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	10%,30%,50%,70%,90% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px)
	}

	20%,40%,60%,80% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px)
	}
}

@keyframes cm-shake {
	0%,100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}

	10%,30%,50%,70%,90% {
		-webkit-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		transform: translateX(-10px)
	}

	20%,40%,60%,80% {
		-webkit-transform: translateX(10px);
		-ms-transform: translateX(10px);
		transform: translateX(10px)
	}
}

.cm-anim-06 {
	-webkit-animation-name: cm-shake;
	animation-name: cm-shake
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

.cmui-cm-title {
	padding: 0 80px 0 30px;
	height: 55px;
	line-height: 55px;
	border-bottom: 1px solid #F0F0F0;
	font-size: 14px;
	color: #333;
	overflow: hidden;
	border-radius: 2px 2px 0 0
}

.cmui-cm-setwin {
	position: absolute;
	right: 15px;
	*right: 0;
	top: 17px;
	font-size: 0;
	line-height: initial
}

.cmui-cm-setwin a {
	position: relative;
	width: 16px;
	height: 16px;
	margin-left: 10px;
	font-size: 12px;
	_overflow: hidden
}

.cmui-cm-setwin .cmui-cm-min cite {
	position: absolute;
	width: 14px;
	height: 2px;
	left: 0;
	top: 50%;
	margin-top: -1px;
	background-color: #2E2D3C;
	cursor: pointer;
	_overflow: hidden
}

.cmui-cm-setwin .cmui-cm-min:hover cite {
	background-color: #2D93CA
}

.cmui-cm-setwin .cmui-cm-max {
	background-position: -32px -40px
}

.cmui-cm-setwin .cmui-cm-max:hover {
	background-position: -16px -40px
}

.cmui-cm-setwin .cmui-cm-maxmin {
	background-position: -65px -40px
}

.cmui-cm-setwin .cmui-cm-maxmin:hover {
	background-position: -49px -40px
}

.cmui-cm-setwin .cmui-cm-close1 {
	background-size: 18px 18px;
	cursor: pointer
}

.cmui-cm-setwin .cmui-cm-close1:hover {
	opacity: .7
}

.cmui-cm-setwin .cmui-cm-close2 {
	position: absolute;
	right: -28px;
	top: -28px;
	width: 30px;
	height: 30px;
	margin-left: 0;
	background-position: -149px -31px;
	*right: -18px;
	_display: none
}

.cmui-cm-setwin .cmui-cm-close2:hover {
	background-position: -180px -31px
}

.cmui-cm-btn {
	text-align: right;
	padding: 0 15px 12px;
	pointer-events: auto;
	user-select: none;
	-webkit-user-select: none
}

.cmui-cm-btn a {
	height: 34px;
	line-height: 34px;
	margin: 5px 8px 0 8px;
	padding: 0 17px;
	border: 1px solid #119F93;
	background-color: #fff;
	color: #119F93;
	font-weight: 400;
	cursor: pointer;
	text-decoration: none
}

.cmui-cm-btn0:hover {
	opacity: .9;
	text-decoration: none
}

.cmui-cm-btn0:active {
	opacity: .8
}
.cmui-cm-btn1:hover {
	background-color: #edfbfa;
	color: #309688;
}

.cmui-cm-btn1:active {
	background-color: #f4f9f9;
	color: #309688;
}

.cmui-cm-btn .cmui-cm-btn0 {
	border-color: #309688;
	background-color: #309688;
	color: #fff
}

.cmui-cm-btn-l {
	text-align: left
}

.cmui-cm-btn-c {
	text-align: center
}

.cmui-cm-dialog {
	min-width: 300px
}

.cmui-cm-dialog .cmui-cm-content {
	position: relative;
	padding: 20px;
	padding: 16px 38px 20px 50px;
	line-height: 24px;
	word-break: break-all;
	font-size: 14px;
	margin-right: 4px;
	box-sizing: content-box;
}

.cmui-cm-dialog .cmui-cm-content .cmui-cm-ico {
	top:24px;
	left:30px;
	_left:-40px;
	position:absolute;
	width: 30px;
	height: 30px;
}

.cmui-cm-ico0 {
  background: url(./icon2.png) no-repeat;
  background-size: 16px 16px;
}
.cmui-cm-ico1 {
	background: url(./icon1.png) no-repeat;
	background-size: 16px 16px;
}

.cmui-cm-ico2 {
	background: url(./icon2.png) no-repeat;
	background-size: 16px 16px;
}

.cmui-cm-ico3 {
	background: url(./icon2.png) no-repeat;
	background-size: 16px 16px;
}

.cmui-cm-ico4 {
	background: url(./icon2.png) no-repeat;
	background-size: 16px 16px;
}

.cmui-cm-ico5 {
	background: url(./icon2.png) no-repeat;
	background-size: 16px 16px;
}

.cmui-cm-ico6 {
	background: url(./icon2.png) no-repeat;
	background-size: 16px 16px;
}
.cmui-cm-ico7 {
	background: url(./icon2.png) no-repeat;
	background-size: 16px 16px;
}

.cmui-cm-ico16 {
	background: url(./load.gif) no-repeat;
	background-size: 16px 16px;
}

.cmui-cm-rim {
	border: 6px solid #8D8D8D;
	border: 6px solid rgba(0,0,0,.3);
	border-radius: 5px;
	box-shadow: none
}

.cmui-cm-msg {
	min-width: 180px;
	border: 1px solid #D3D4D3;
	box-shadow: none
}

.cmui-cm-hui {
	min-width: 100px;
	background-color: #000;
	filter: alpha(opacity=60);
	background-color: rgba(0,0,0,.6);
	color: #fff;
	border: none
}

.cmui-cm-hui .cmui-cm-content {
	padding: 12px 25px;
	text-align: center
}

.cmui-cm-dialog .cmui-cm-padding {
	padding: 20px 20px 20px 55px;
	text-align: left
}

.cmui-cm-page .cmui-cm-content {
	position: relative;
	overflow: auto
}

.cmui-cm-iframe .cmui-cm-btn,.cmui-cm-page .cmui-cm-btn {
	padding-top: 10px
}

.cmui-cm-nobg {
	background: 0 0
}

.cmui-cm-iframe iframe {
	display: block;
	width: 100%
}

.cmui-cm-loading {
	border-radius: 100%;
	background: 0 0;
	box-shadow: none;
	border: none
    font-size: 14px;
    color: #fff;
}

.cmui-cm-loading .cmui-cm-content {
	width: 60px;
	height: 24px;
}

.cmui-cm-loading .cmui-cm-loading1 {
  width: auto;
  height: auto;
  text-align: center;
}
.cmui-cm-loading .cmui-cm-loading1 .loading-icon {
  display: block;
  width: 38px;
  height: 38px;
  background: url(./loading1.png) no-repeat;
  margin: auto;
  margin-bottom: 10px;
  animation: moveRotate 1.2s -3s linear infinite;
}

.cmui-cm-loading .cmui-cm-loading1 .cmui-cm-content-inner {
    color: #fff;
}
.cmui-cm-loading.no-shade {
  color: #444;
}

.cmui-cm-loading.no-shade .cmui-cm-loading1 .loading-icon {
  background: url(./loading1.png) no-repeat;
}

@keyframes moveRotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.cmui-cm-ico16,.cmui-cm-loading .cmui-cm-loading2 {
	width: 32px;
	height: 32px;
}

.cmui-cm-tips {
	background: 0 0;
	box-shadow: none;
	border: none
}

.cmui-cm-tips .cmui-cm-content {
    position: relative;
    line-height: 22px;
    min-width: 12px;
    padding: 8px 15px;
    font-size: 12px;
    _float: left;
    border-radius: 2px;
    box-shadow: 0px 0px 7px rgba(126,126,126,0.17); 
    color: #fff
}
.cmui-cm-tips .cmui-cm-content .cmui-cm-content-inner {
  font-size: 12px;
  color: #fff
}

.cmui-cm-tips .cmui-cm-close {
	right: -2px;
	top: -1px
}

.cmui-cm-tips i.cmui-cm-TipsG {
    width: 0;
    height: 0;
    border-bottom: 8px solid #000;
    border-left: 0 solid transparent;
}

.cmui-cm-tips i.cmui-cm-TipsB,.cmui-cm-tips i.cmui-cm-TipsT {
	left: 5px;
	border-right-style: solid;
	border-right-color: #000
}

.cmui-cm-tips i.cmui-cm-TipsT {
	bottom: -8px
}

.cmui-cm-tips i.cmui-cm-TipsB {
	top: -8px
}

.cmui-cm-tips i.cmui-cm-TipsL,.cmui-cm-tips i.cmui-cm-TipsR {
	top: 12px;
	border-bottom-style: solid;
	border-bottom-color: #000
}

.cmui-cm-tips i.cmui-cm-TipsR {
	left: -8px
}

.cmui-cm-tips i.cmui-cm-TipsL {
	right: -8px
}

.cmui-cm-lan[type=dialog] {
	min-width: 280px
}

.cmui-cm-lan .cmui-cm-title {
	background: #4476A7;
	color: #fff;
	border: none
}

.cmui-cm-lan .cmui-cm-btn {
	padding: 5px 10px 10px;
	text-align: right;
	border-top: 1px solid #E9E7E7
}

.cmui-cm-lan .cmui-cm-btn a {
	background: #fff;
	border-color: #E9E7E7;
	color: #333
}

.cmui-cm-lan .cmui-cm-btn .cmui-cm-btn1 {
	background: #C9C5C5
}

.cmui-cm-molv .cmui-cm-title {
	background: #009f95;
	color: #fff;
	border: none
}

.cmui-cm-molv .cmui-cm-btn a {
	background: #009f95;
	border-color: #009f95
}

.cmui-cm-molv .cmui-cm-btn .cmui-cm-btn1 {
	background: #92B8B1
}

.cmui-cm-iconext {
}

.cmui-cm-prompt .cmui-cm-input {
	display: block;
	width: 260px;
	height: 36px;
	margin: 0 auto;
	line-height: 30px;
	padding-left: 10px;
	border: 1px solid #e6e6e6;
	color: #333
}

.cmui-cm-prompt textarea.cmui-cm-input {
	width: 300px;
	height: 100px;
	line-height: 20px;
	padding: 6px 10px
}

.cmui-cm-prompt .cmui-cm-content {
	padding: 20px
}

.cmui-cm-prompt .cmui-cm-btn {
	padding-top: 0
}

.cmui-cm-tab {
	box-shadow: 1px 1px 50px rgba(0,0,0,.4)
}

.cmui-cm-tab .cmui-cm-title {
	padding-left: 0;
	overflow: visible
}

.cmui-cm-tab .cmui-cm-title span {
	position: relative;
	float: left;
	min-width: 80px;
	max-width: 300px;
	padding: 0 20px;
	text-align: center;
	overflow: hidden;
	cursor: pointer
}

.cmui-cm-tab .cmui-cm-title span.cmui-this {
	height: 51px;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	background-color: #fff;
	z-index: 10
}

.cmui-cm-tab .cmui-cm-title span:first-child {
	border-left: none
}

.cmui-cm-tabmain {
	line-height: 24px;
	clear: both
}

.cmui-cm-tabmain .cmui-cm-tabli {
	display: none
}

.cmui-cm-tabmain .cmui-cm-tabli.cmui-this {
	display: block
}

.cmui-cm-photos {
	background: 0 0;
	box-shadow: none
}

.cmui-cm-photos .cmui-cm-content {
	overflow: hidden;
	text-align: center
}

.cmui-cm-photos .cmui-cm-phimg img {
	position: relative;
	width: 100%;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top
}

.cmui-cm-imgnext,.cmui-cm-imgprev {
	position: fixed;
	top: 50%;
	width: 27px;
	_width: 44px;
	height: 44px;
	margin-top: -22px;
	outline: 0;
	blr: expression(this.onFocus=this.blur())
}

.cmui-cm-imgprev {
	left: 30px;
	background-position: -5px -5px;
	_background-position: -70px -5px
}

.cmui-cm-imgprev:hover {
	background-position: -33px -5px;
	_background-position: -120px -5px
}

.cmui-cm-imgnext {
	right: 30px;
	_right: 8px;
	background-position: -5px -50px;
	_background-position: -70px -50px
}

.cmui-cm-imgnext:hover {
	background-position: -33px -50px;
	_background-position: -120px -50px
}

.cmui-cm-imgbar {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #000\9;
	filter: Alpha(opacity=60);
	background-color: rgba(2,0,0,.35);
	color: #fff;
	overflow: hidden;
	font-size: 0
}

.cmui-cm-imgtit * {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	font-size: 12px
}

.cmui-cm-imgtit a {
	max-width: 65%;
	overflow: hidden;
	color: #fff
}

.cmui-cm-imgtit a:hover {
	color: #fff;
	text-decoration: underline
}

.cmui-cm-imgtit em {
	padding-left: 10px;
	font-style: normal
}

@-webkit-keyframes cm-bounceOut {
	100% {
		opacity: 0;
		-webkit-transform: scale(.7);
		transform: scale(.7)
	}

	30% {
		-webkit-transform: scale(1.05);
		transform: scale(1.05)
	}

	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes cm-bounceOut {
	100% {
		opacity: 0;
		-webkit-transform: scale(.7);
		-ms-transform: scale(.7);
		transform: scale(.7)
	}

	30% {
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05)
	}

	0% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}
}

.cm-anim-close {
	-webkit-animation-name: cm-bounceOut;
	animation-name: cm-bounceOut;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: .2s;
	animation-duration: .2s
}

@media screen and (max-width:1100px) {
	.cmui-cm-iframe {
		overflow-y: auto;
		-webkit-overflow-scrolling: touch
	}
}