.mod-header {
	width: 100%;
	font-size: 14px;
	position:absolute;
	top: 100px;
	left: 0;
	box-sizing: border-box;
	color: #fff;
	z-index: 9999;
	transition: background .3s ease
}

.mod-header .layout {
	width:1200px; margin:0px auto;

}
.mod-header.active,.mod-header.hover,.mod-header:hover {
	background-color: #02b2b5
}

.mod-header.active .mod-header-logo,.mod-header.hover .mod-header-logo,.mod-header:hover .mod-header-logo {
	background-image: url(../img/cpimg/sprite.png);
	background-position: 0 -128px
}

.mod-header.active .mod-header-user .user i:after,.mod-header.hover .mod-header-user .user i:after,.mod-header:hover .mod-header-user .user i:after {
	border-top-color: #333
}

.mod-header.active .mod-header-user .try,.mod-header.hover .mod-header-user .try,.mod-header:hover .mod-header-user .try {
	color: #fff;
	background-color: #0052d9
}

.mod-header .cat {
	position: relative
}

.mod-header .cat .layout {
	min-width: 0
}

.mod-header .cat-ico {
	display: inline-block;
	width: 49px
}

.mod-header .cat-box {
	color: #000;
	font-size: 0;
	box-sizing: border-box;
	padding: 0 0 0 0;
	background-color:rgba(230,230,230,1);
	position: absolute;
	width: 100%;
	top: 45px;
	left: 0;
	text-align: left;
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out,-webkit-transform .3s ease-out;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: center top;
	-ms-transform-origin: center top;
	transform-origin: center top
}

.mod-header .cat-box.active,.mod-header .cat-box:hover {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1)
}

.mod-header .cat-group {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	width:180px;
	padding: 20px 0;
	height:480px;
	margin:0 40px 0 0;
	overflow:hidden;
}

.mod-header .cat-group:first-child {
	margin-left: 0
}

.mod-header .cat-tit {
	font-size: 16px;
	padding-bottom: 7px;
	width:180px;
}
.mod-header .cat-tit a{color:#000;}
.mod-header .cat-tit a:hover{color:#fff;}
.mod-header .cat-tit i {
	display: inline-block;
	vertical-align: middle;
	margin-right: 16px
}

.mod-header .cat-item {
	display: block;
	width:178px;
	box-sizing: border-box;
	padding: 7px 0 7px 2px;
	margin-bottom: 4px;
	font-size: 14px;
	line-height: 1;
	}

.mod-header .cat-item:hover {
	background-color: #dadada;
}

.mod-header .cat-item a {
	color: #000
}

.mod-header .cat-item a:hover {
	color: #02b2b5
}

.mod-header .cat-item-sub {
	margin-top: 7px;
	font-size: 12px
}

.mod-header .cat-item-sub a {
	display: inline-block;
	vertical-align: middle;
	color: #666464;
	margin-top: 4px;
	padding-right: 24px;
	line-height: 22px
}

.mod-header .cat-item-sub a:last-child {
	padding-right: 0
}

.mod-header .cat-item-sub a.disabled {
	color: #666464;
	cursor: default;
	pointer-events: none;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)"
}

.mod-header .cat-item-row {
	display: table-row
}

.mod-header .cat-item-row a {

	width:180px;
	float:left;
}

.mod-header .cat-tag {
	display: inline-block;
	vertical-align: middle;
	width: 28px;
	height: 12px;
	margin-left: 6px;
	margin-top: -2px
}

.mod-header .cat-tag.is-beta {
	background-image: url(../img/cpimg/sprite.png);
	background-position: -299px -158px
}

.mod-header .cat-tag.is-hot {
	background-image: url(../img/cpimg/sprite.png);
	background-position: -267px -158px
}

.mod-header .cat-tag.is-new {
	background-image: url(../img/cpimg/sprite.png);
	background-position: -321px -124px
}

.mod-header .ico-lan {
	width: 24px;
	height: 30px;
	background-image: url(../img/cpimg/sprite.png);
	background-position: -267px -124px
}

.mod-header .ico-voice {
	width: 33px;
	height: 30px;
	background-image: url(../img/cpimg/sprite.png);
	background-position: -267px -90px
}

.mod-header .ico-image {
	width: 33px;
	height: 30px;
	background-image: url(../img/cpimg/sprite.png);
	background-position: -304px -90px
}


.mod-header2 {
	width: 100%;
	font-size: 14px;
	position:absolute;
	top: 100px;
	left: 0;
	box-sizing: border-box;
	color: #fff;
	z-index: 9999;
	transition: background .3s ease
}

.mod-header2 .layout {
	width:1200px; margin:0px auto;

}
.mod-header2.active,.mod-header2.hover,.mod-header2:hover {
	background-color: #02b2b5
}

.mod-header2.active .mod-header2-logo,.mod-header2.hover .mod-header2-logo,.mod-header2:hover .mod-header2-logo {
	background-image: url(../img/cpimg/sprite.png);
	background-position: 0 -128px
}

.mod-header2.active .mod-header2-user .user i:after,.mod-header2.hover .mod-header2-user .user i:after,.mod-header2:hover .mod-header2-user .user i:after {
	border-top-color: #333
}

.mod-header2.active .mod-header2-user .try,.mod-header2.hover .mod-header2-user .try,.mod-header2:hover .mod-header2-user .try {
	color: #fff;
	background-color: #0052d9
}

.mod-header2 .cat {
	position: relative
}

.mod-header2 .cat .layout {
	min-width: 0
}

.mod-header2 .cat-ico {
	display: inline-block;
	width: 49px
}

.mod-header2 .cat-box {
	color: #000;
	font-size: 0;
	box-sizing: border-box;
	padding: 0 0 0 0;
	background-color:rgba(230,230,230,1);
	position: absolute;
	width: 100%;
	top: 45px;
	left: 0;
	text-align: left;
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out,-webkit-transform .3s ease-out;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: center top;
	-ms-transform-origin: center top;
	transform-origin: center top
}

.mod-header2 .cat-box.active,.mod-header2 .cat-box:hover {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1)
}

.mod-header2 .cat-group {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	width:180px;
	padding: 20px 0;
	height:480px;
	margin:0 40px 0 0;
	overflow:hidden;
}

.mod-header2 .cat-group:first-child {
	margin-left: 0
}

.mod-header2 .cat-tit {
	font-size: 16px;
	padding-bottom: 7px;
	width:180px;
}
.mod-header2 .cat-tit a{color:#000;}
.mod-header2 .cat-tit a:hover{color:#fff;}
.mod-header2 .cat-tit i {
	display: inline-block;
	vertical-align: middle;
	margin-right: 16px
}

.mod-header2 .cat-item {
	display: block;
	width:178px;
	box-sizing: border-box;
	padding: 7px 0 7px 2px;
	margin-bottom: 4px;
	font-size: 14px;
	line-height: 1;
	}

.mod-header2 .cat-item:hover {
	background-color: #dadada;
}

.mod-header2 .cat-item a {
	color: #000
}

.mod-header2 .cat-item a:hover {
	color: #02b2b5
}

.mod-header2 .cat-item-sub {
	margin-top: 7px;
	font-size: 12px
}

.mod-header2 .cat-item-sub a {
	display: inline-block;
	vertical-align: middle;
	color: #666464;
	margin-top: 4px;
	padding-right: 24px;
	line-height: 22px
}

.mod-header2 .cat-item-sub a:last-child {
	padding-right: 0
}

.mod-header2 .cat-item-sub a.disabled {
	color: #666464;
	cursor: default;
	pointer-events: none;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)"
}

.mod-header2 .cat-item-row {
	display: table-row
}

.mod-header2 .cat-item-row a {

	width:180px;
	float:left;
}

.mod-header2 .cat-tag {
	display: inline-block;
	vertical-align: middle;
	width: 28px;
	height: 12px;
	margin-left: 6px;
	margin-top: -2px
}

.mod-header2 .cat-tag.is-beta {
	background-image: url(../img/cpimg/sprite.png);
	background-position: -299px -158px
}

.mod-header2 .cat-tag.is-hot {
	background-image: url(../img/cpimg/sprite.png);
	background-position: -267px -158px
}

.mod-header2 .cat-tag.is-new {
	background-image: url(../img/cpimg/sprite.png);
	background-position: -321px -124px
}

.mod-header2 .ico-lan {
	width: 24px;
	height: 30px;
	background-image: url(../img/cpimg/sprite.png);
	background-position: -267px -124px
}

.mod-header2 .ico-voice {
	width: 33px;
	height: 30px;
	background-image: url(../img/cpimg/sprite.png);
	background-position: -267px -90px
}

.mod-header2 .ico-image {
	width: 33px;
	height: 30px;
	background-image: url(../img/cpimg/sprite.png);
	background-position: -304px -90px
}


.upgrade-box-cont h3 {
	font-size: 32px;
	line-height: 1;
	margin: 22px auto
}

.upgrade-box-cont p {
	color: #c3deff;
	width: 26em;
	margin: 0 auto
}

.upgrade-box-btm {
	margin-top: 45px
}

.upgrade-box-btm .btn {
	width: 180px;
	line-height: 48px;
	border: 1px solid #fff;
	border-radius: 4px;
	display: inline-block
}

.upgrade-box-btm .btn-ff {
	margin: 0 16px
}

.upgrade-box-btm .btn:hover {
	background-color: hsla(0,0%,100%,.2)
}

.upgrade-box-btm i {
	display: inline-block;
	margin-right: 10px;
	vertical-align: text-bottom
}

.ie-placeholder {
	color: #aaa
}

@media screen and (max-width:1400px) {
	.mod-header .cat-box {
		padding: 0 0 0 18px
	}

	.mod-header .cat-group {
		margin-left: 6px
	}
	
		.mod-header2 .cat-box {
		padding: 0 0 0 18px
	}

	.mod-header2 .cat-group {
		margin-left: 6px
	}
}

html[lang=en] body {
	font-family: Arial,sans-serif
}