.do-btn p,
.do-btn span {
	font-size: 16px;
}
.do-btn {
	color: #FFFFFF;
	background-color: #00C6FF;
	padding: 1px; 
	border-radius: 50px;
	display: inline-block;
	font-size: 16px;
	text-align: center;
	height: 30px;
	width: 220px;
	-webkit-transition: border-color .4s, color .4s;
	-moz-transition: border-color .4s, color .4s;
	transition: border-color .4s, color .4s;
	border: 0;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	margin-top: 15px;
	
}
.do-btn:focus,.do-btn:hover{
	background:linear-gradient(to right,#00c6ff,#0072ff);
}
.do-btn::before,
 {
	-webkit-transition: -webkit-transform .4s, opacity .4s;
	-moz-transition: -moz-transform .4s, opacity .4s;
	transition: transform .4s, opacity .4s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, .3, 1);
	-moz-transition-timing-function: cubic-bezier(0.2, 1, .3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, .3, 1);
	content: '';
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 30px;
	/* background: #1a7c29; */
	z-index: -1;
	opacity: 0;
	-webkit-transform: scale3d(0.7, 1, 1);
	-moz-transform: scale3d(0.7, 1, 1);
	-ms-transform: scale3d(0.7, 1, 1);
	-o-transform: scale3d(0.7, 1, 1);
	transform: scale3d(0.7, 1, 1);
}
.do-btn>* {
	display: inline-block;
	vertical-align: middle;
	color: inherit;
}
@media only screen and (max-width: 800px) .>* {
	margin: 4px 0;
}
a {
	color: #333333;
	text-decoration: none;
	background-color: transparent;
}

.vast-home-header{
	width: 100%;/* 宽度 */
	opacity:0.3;
	background-color: #000000; 
}
.navbar-brand {
    float: left;
    padding-top: 12.5px;
    padding-bottom: 12.5px;
    padding-left: 0px;
    padding-right: 0px;
}

.header-transparent #page {
	padding-top: 0
}
.menu-opened #page {
	-webkit-transform: translate(-272px, 0);
	-moz-transform: translate(-272px, 0);
	-ms-transform: translate(-272px, 0);
	transform: translate(-272px, 0)
}
@media only screen and (min-width:1025px) {
	.header-transparent #page {
		padding-top: 0
	}
}

.viewport:after {
	content: '';
	display: table;
	clear: both;
	height: 0;
	visibility: 0
}
.overflow {
	overflow: hidden
}
ul.menu {
	padding: 0;
	margin: 0
}

ul.menu li {
	list-style: none;
	padding: 0;
	margin: 0
}
@-webkit-keyframes rotating {
	from {
		-webkit-transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(360deg)
	}
}
@-moz-keyframes rotating {
	from {
		-moz-transform: rotate(0deg)
	}
	to {
		-moz-transform: rotate(360deg)
	}
}
@-o-keyframes rotating {
	from {
		-o-transform: rotate(0deg)
	}

	to {
		-o-transform: rotate(360deg)
	}
}
@keyframes rotating {
	from {
		transform: rotate(0deg)
	}
	to {
		transform: rotate(360deg)
	}
}
#header {
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	z-index: 20;
	display: flex;
	padding: 0 120px;
	height: 60px;
	position: fixed;
	background: linear-gradient(to right, #00C6ff , #0072ff);
}
.home-header-introduce-margin .home-header-introduce .home-header-introduce-line-4 a{
	background-color: #00C6FF;
	padding: 12px 31px 15px 31px;
	margin-top: 80px;
	display: inline-block;
	font-size: 18px;
	opacity: 1;
	border-radius: 25px;
	width: 200px;
	height: 50px;
	text-align: center;
}
.home-header-introduce-margin .home-header-introduce .home-header-introduce-line-4 a:hover, .home-header-introduce-margin .home-header-introduce .home-header-introduce-line-4 a:focus {
    box-shadow: 0px 3px 20px rgba(0,198,255,0.5);
}
#header a {
	height: 100%;
	display: block;
	font: "microsoft yahei",serif;
	color: #FFFFFF;
}
#header a:hover {
	color: #00C6FF
}
#header a:active {
	color: #00C6FF
}
#header a.buy {
	color: #00C6FF;
	font: "microsoft yahei",serif;
	padding: 11px 20px;
	margin: 10px 10px
}
#header .block-context-ui {
	display: none
}
.scrolled #header .viewport .logo:after {
	right: 10px
}
#header .viewport{
	width: 84%;
	height: 100%;
	margin: auto;
	display: flex;
}
#header .viewport .logo {
	width: 5.82625rem;
	height: 3.75rem;
	margin-top: 0px
}
#header .center li ul li a{
	font-size: 16px
}
#header .viewport .logo a {
	display: block;
	text-indent: -9999px;
	position: relative
}
#header .viewport .left{
	width: 5.82625rem;
}
#header .viewport .hidden-xs{
	width: 222px;
}
#header .viewport .logo a svg {
	display: block;
	fill: #fff
}
#header .viewport .logo a img{
	width: 100%;
	height: 100%
}
#header .viewport .burger {
	height: 40px;
	width: 40px;
	position: absolute;
	left: 0;
	cursor: pointer;
	top: 10px
}
.brick.media span span {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	background-position: center;
	background-repeat: no-repeat
}
.brick.media span.mobile span {
	display: block
}
.brick.media span.laptop span {
	display: none
}
#header .viewport .burger span {
	display: block;
	height: 2px;
	width: 24px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: white
}
#header .viewport .burger span.top {
	top: 16px
}
#header .viewport .burger span.bottom {
	bottom: 16px
}
#header .viewport .navigation-wrapper .navigation {
	margin-left: 0px;
	width: 100%;
	background: #1a1a1a;
}
#header .viewport .navigation-wrapper .navigation .main-menu {
	height: 100%;
	padding-top: 7px
}
#header .viewport .navigation-wrapper .navigation .block-menu {
	width: 100%;
	clear: both
}
.brick.text ul {
	margin: 20px 0
}
#header .center li.level-1>a {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 17.5px;
	text-transform: uppercase;
	font-size: 18px;
}
#header .center li.level-2 {
	float: none
}
#header .center li.level-2 a {
	padding: 15px 30px 15px 30px;
	white-space: nowrap
}
#header .center li.level-3 {
	float: none
}
#header .center li.level-3 a {
	padding-bottom: 15px;
	padding-left: 30px;
	white-space: nowrap
}
#header .center li.level-4 {
	float: none
}
#header .center li.level-4 a {
	padding-bottom: 21px;
	padding-left: 30px;
	white-space: nowrap
}
#header .center li.level-2 a:hover, 
#header .center li.level-3 a:hover, 
#header .center li.level-4 a:hover {
	color: #00c6ff
}
#header .viewport .navigation-wrapper .navigation .block-menu.user-menu ul li a {
	padding-left: 47px
}
#header .center li ul {
	background-color: rgba(0, 0, 0, 0.5);
	top: 100%;
	display: block
}
.brick.text ul li {
	padding-left: 20px
}
#header .center li.level-1 ul {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	display: none;
	z-index: 2
}
#header .center li.level-1:hover ul {
	display: block;
	top: 100%;
	opacity: 1
}
#header .right {
	display: flex;
	width: 410px;
	justify-content: flex-end;
	overflow: hidden
}
#header .right li {
	float: left;
	position: relative
}
#header .viewport .navigation-wrapper .navigation .block-menu.user-menu ul li a:active {
	color: #767676
}
#header .viewport .navigation-wrapper .navigation .block-menu.user-menu ul li a:hover {
	color: #767676
}
#header .viewport .navigation-wrapper .navigation .block-menu.user-menu ul li a.active,
#header .viewport .navigation-wrapper .navigation .block-menu.user-menu ul li a:focus {
	color: white
}
#header .viewport .navigation-wrapper .navigation .block-menu.user-menu ul li a:before {
	text-indent: 0;
	font-family: 'icon',serif;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: auto;
	text-align: center;
	padding: 15px;
	font-size: 1.125em;
	-webkit-backface-visibilty: hidden
}
#header .viewport .navigation-wrapper .navigation .block-menu.user-menu ul li a.cart:before {
	content: "\e604"
}
#header .viewport .navigation-wrapper .navigation .block-menu.user-menu ul li a.user:before {
	content: "\e605"
}
#header .viewport .navigation-wrapper .navigation .block-menu.user-menu ul li a.login:before {
	content: "\e605"
}
#header .viewport .navigation-wrapper .navigation .block-menu.user-menu ul li a.logout:before {
	content: "\ea14"
}
#header .viewport .navigation-wrapper .navigation .block-menu.user-menu ul li.cart {
	position: relative
}
#header .viewport .navigation-wrapper .navigation .block-menu.user-menu ul li.cart span.item-count {
	display: block;
	height: 16px;
	width: 16px;
	text-align: center;
	color: white;
	background: red;
	font-size: 12px;
	font-weight: bold;
	border-radius: 16px;
	letter-spacing: -1px;
	line-height: 150%;
	text-indent: -1px;
	position: absolute;
	top: 6px;
	left: 30px
}
#header .viewport .navigation-wrapper .navigation .block-menu.main-menu ul li {
	width: 100%;
	overflow: hidden;
	position: relative
}
#header .viewport .navigation-wrapper .navigation .block-menu.main-menu ul li .toggler {
	width: 36px;
	height: 36px;
	position: absolute;
	right: 0;
	top: 0
}
#header .viewport .navigation-wrapper .navigation .block-menu.main-menu ul li .toggler:before {
	content: "\e601";
	font-family: 'icon',serif;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	text-align: center;
	line-height: 230%;
	color: transparent;
}
#header .viewport .navigation-wrapper .navigation .block-menu.main-menu ul li:focus .toggler:before {
	color: white
}
#header .viewport .navigation-wrapper .navigation .block-menu.main-menu ul li.opened .toggler:before {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	color: transparent;
}
#header .center {
	display: flex;
	flex-grow: 1;
	justify-content: center
}
@media(min-width:1180px) {
	body {
		overflow-x: hidden
	}
	body.menu-opened {
		overflow-x: hidden !important
	}
	.menu-opened #page-wrapper #page {
		right: 0
	}
	.menu-opened #header {
		-webkit-transform: translate(0px, 0);
		-moz-transform: translate(0px, 0);
		-ms-transform: translate(0px, 0);
		transform: translate(0px, 0)
	}
	.layer .viewport {
		max-width: 1240px;
		height: 100%;
		padding: 0 20px;
		margin: auto;
		position: relative;
	}
	#header .viewport .burger {
		display: none
	}
	#header .viewport .logo a {
		display: inline-block;
		width: 5.82625rem;
		height: 3.75rem
	}
	#header .viewport .navigation-wrapper {
		position: static;
		width: auto;
		background: transparent;
		float: left;
		overflow-y: inherit
	}
	#header .viewport .navigation-wrapper:after {
	    display: none;
	}
	#header .viewport .navigation-wrapper .navigation {
		overflow-y: inherit;
		background: transparent;
		width: auto
	}
	#header .viewport .navigation-wrapper .navigation .block-menu {
		float: left;
		width: auto;
		clear: none
	}
	#header .viewport .navigation-wrapper .navigation .block-menu.main-menu ul li,
	#header .viewport .navigation-wrapper .navigation .block-menu.user-menu ul li,
	#header .viewport .navigation-wrapper .navigation .block-menu.try-buy-menu ul li {
		width: auto;
		float: left
	}
	#header .viewport .navigation-wrapper .navigation .block-menu.main-menu {
		padding-top: 0
	}
	#header .viewport .navigation-wrapper .navigation .block-menu.main-menu ul li {
		position: relative;
		height: 100% !important;
		overflow: visible
	}
}
@media screen and (min-width:1180px) {
	#header .center li.mobile {
		display: none
	}
}
@media screen and (min-width:1180px) {
	#header .center li ul:after {
		position: absolute;
		display: block;
		content: '';
		width: 100%;
		height: 2px;
		background-color: #00c6ff;
		bottom: -2px
	}
}
@media screen and (min-width:1180px) {
	#header .center li.opened>a {
		color: #fff;
		background-color: #333
	}
	#header .center li.opened>a:before {
		content: '';
		position: absolute;
		height: 2px;
		width: 100%;
		background-color: #00c6ff;
		display: block;
		margin-left: -20px;
		margin-top: -21px
	}
	#header .center li.opened ul {
		background-color: #333
	}
}
@media screen and (min-width:1180px) {
	#header .right li.opened {
		background-color: #333
	}
	#header .right li.opened:before {
		content: '';
		position: absolute;
		height: 2px;
		width: 100%;
		background-color: #00c6ff;
		display: block
	}
}
@media screen and (min-width:1025px) {
	#header a.buy:hover {
		color: #fff;
		border-radius: 5px;
		background-color: #00C6FF
	}
}
#header #header-account,
#header #header-login {
	text-transform: uppercase;
	padding: 21px 10px 21px 41px
}
#header #header-account:after,
#header #header-login:after {
	font-family: 'icon',serif;
	content: "\e853";
	font-size: 20px;
	position: absolute;
	margin-left: -30px;
	margin-top: -20px;
	text-indent: 0;
	display: block
}
@media screen and (min-width:1180px) {
	#header #header-account.active,
	#header #header-login.active {
		color: #fff;
		background-color: #333
	}
	#header #header-account.active:before,
	#header #header-login.active:before {
		content: '';
		position: absolute;
		height: 2px;
		width: 100%;
		background-color: #00c6ff;
		display: block;
		margin-left: -41px;
		margin-top: -21px
	}
}
#header #header-logout {
	text-indent: -9999px;
	position: relative;
	padding: 20px 0;
	width: 26px
}
#header #header-logout:before {
	font-family: 'icon',serif;
	content: "\e5cd";
	text-indent: 0;
	font-size: 13px;
	display: block;
	position: absolute;
	padding: 3px 0 0 13px
}
@media(min-width:1600px) {
	#header .left {
		width: 410px
	}
}
@media only screen and (max-width:1180px) {
	.toggler {
		display: none !important
	}
	li.expanded {
		height: auto !important
	}
	#header {
		padding: 0
	}

	#header .left {
		width: 40px
	}
	#header .viewport {
		width: 100%
	}
	#header .viewport .logo {
		display: none
	}
	#header .navigation {
		opacity: .9
	}
	#header .center {
		display: none;
		margin-top: 60px;
		position: absolute;
		width: 100%
	}
	#header .center .navigation {
		height: calc(100% - 60px);
		position: fixed;
		overflow-y: scroll;
		z-index: 30
	}
	#header .right {
		width: 100%
	}
	#header .right .try-buy-menu {
		display: flex;
		flex-grow: 1;
		justify-content: center
	}
	#header .right .try-buy-menu a {
		text-indent: -9999px;
		padding: 11px 0;
		margin: 10px 0 10px 35px;
		width: 35px
	}
	#header .right .try-buy-menu a:before {
		font-family: 'icon',serif;
		content: '\e905';
		position: absolute;
		text-indent: 0;
		font-size: 40px;
		display: block;
		margin-top: -10px
	}
	#header #header-account,
	#header #header-login {
		text-indent: -9999px;
		padding: 21px 0;
		width: 45px
	}
	#header #header-account:after,
	#header #header-login:after {
		margin-left: 0
	}
	#header #header-logout {
		display: none
	}
	#header .viewport.open {
		width: 100%
	}
	#header .viewport.open .center {
		display: flex
	}
	#header .center li.level-1>a {
		font-family: "microsoft yahei",serif
	}
	#header .center li.level-1 ul {
		position: initial;
		opacity: 1;
		display: block
	}
}
@media only screen and (max-width:1355px) {
	#header {
		padding: 0 60px
	}
}
@media only screen and (max-width:1480px) {
	#header {
		padding: 0
	}
	#header .left {
		width: auto
	}
	#header .center li.level-1>a {
		padding-right: 20px;
		padding-left: 20px;
		font-size: 18px;
	}
	#header a.buy {
		padding: 11px 10px
	}
	.caret {
		display: inline-block;
		width: 0;
		height: 0;
		margin-left: 8px;
		vertical-align: middle;
		border-top: 6px dashed;
		border-top: 6px solid\9;
		border-right: 6px solid transparent;
		border-left: 6px solid transparent;
	}
}
.view-empty {
	padding: 70px 30px;
	text-align: center
}
body.front #main .front-news .views-row .view-content .title-wrapper {
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.45)
}
.logo.discord {
	background-image: url(/sites/all/themes/mess/images/discord_icon.png)
}
.logo.forum {
	background-image: url(/sites/all/themes/mess/images/forum_icon.png)
}
.logo.form {
	background-image: url(/sites/all/themes/mess/images/form_icon.png)
}
.contact-header {
	height: 40%
}

#alg_mouse_home {
	fill: #fff;
	overflow: visible
}
#alg_mouse_home:hover {
	fill: #00C6FF;
	cursor: pointer
}
#alg_mouse_home .alg_mouse_home_arrow {
	-moz-animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	animation: bounce 2s infinite
}
@keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateY(0)
	}
	40% {
		transform: translateY(15px)
	}
	60% {
		transform: translateY(5px)
	}
}
.button {
	background: #00c6ff;
	color: #fff;
	border: 0;
	font-family: 'GothamBook',serif;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}
.button:hover {
	background: #f04c24;
	color: #fff
}
.button:active {
	background: #f04c24;
	color: #fff
}
.home-header-introduce-margin .home-header-introduce{
	float: left;
	width: 87%
}
@media only screen and (max-width:640px){
	.home-header-introduce-margin .home-header-introduce .home-header-introduce-line-1{
		font-size:22px;
		color:white;
		text-shadow:0px 3px 3px rgba(0,0,0,0.30);
		text-align: right
	}
	.home-header-introduce-margin .home-header-introduce .home-header-introduce-line-2{
		font-size:10px;
		color:white;
		text-shadow:0px 2px 2px rgba(0,0,0,0.3);
		text-align: right;
		margin-top: 25px
	}
	.home-header-introduce-margin .home-header-introduce .home-header-introduce-line-3{
		font-size:10px;
		color:white;
		text-shadow:0px 2px 2px rgba(0,0,0,0.3);
		text-align: right
	}
    .home-header-introduce-margin .home-header-introduce .home-header-introduce-line-4 a {
      background-color: #00C6FF;
      padding: 9px 25px 12px 25px;
      margin-top: 80px;
      display: inline-block;
      font-size: 14px;
      opacity: 1;
      border-radius: 25px;
      width: 140px;
      height: 40px;
      text-align: center;
  }
}
@media only screen and (min-width:640px){
	.home-header-introduce-margin .home-header-introduce .home-header-introduce-line-1{
		font-size:64px;
		color:white;
		text-shadow:0px 3px 3px rgba(0,0,0,0.30);
		text-align: right
	}
	.home-header-introduce-margin .home-header-introduce .home-header-introduce-line-2{
		font-size:16px;
		color:white;
		text-shadow:0px 2px 2px rgba(0,0,0,0.3);
		text-align: right;
		margin-top: 25px;
		line-height: 1.875rem;
	}
	.home-header-introduce-margin .home-header-introduce .home-header-introduce-line-3{
		font-size:16px;
		color:white;
		text-shadow:0px 2px 2px rgba(0,0,0,0.3);
		text-align: right
	}
}
.home-header-introduce-margin .home-header-introduce .home-header-introduce-line-4{
	text-align: right
}
.mouse-button{
	width: 100%;
	height: 68px
}



