.z-index-600 {
	position: relative;
	z-index: 600;
}
.z-index-601 {
	position: relative;
	z-index: 601;
}
@-webkit-keyframes moveTag {
	0% {top: -5px}
	50% {top: -10px}
	to {top: -5px}
}
@-webkit-keyframes moveTag {
	0% {top: -5px}
	50% {top: -10px}
	to {top: -5px}
}
@keyframes moveTag {
	0% {top: -5px}
	50% {top: -10px}
	to {top: -5px}
}
.mt-new-header {
	background-color: #fff;
	border-bottom:2px solid #2667e9;
}
.mt-new-header * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.mt-header {
	width: 100%;
	height: 36px;
	background-color: #f2f2f8;
}
.mt-header__wrap {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}
.mt-header__welcome {
	display: inline-block;
	line-height: 36px;
	font-size: 12px;
	color: #7c7c7c;
}
.mt-header__welcome b {
	color: #2667e9;
}
.mt-header__passport {
	display: inline-block;
	line-height: 36px;
}
.mt-header__passport a {
	font-size: 12px;
	color: #7c7c7c;
	padding: 0 10px;
}
.mt-header__passport a:first-child {
	font-weight: 700;
	color: #fd6459;
	position: relative;
}
.mt-header__passport a:first-child:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1px;
	height: 8px;
	background-color: #e1e1e1;
}
.mt-header__menu {
	float: right;
	line-height: 36px;
	font-size: 12px;
}
.mt-header__menu a {
	color: #7c7c7c;
	padding: 0 10px;
	height: 100%;
	position: relative;
}
.mt-header__menu a:hover {
	color: #2667e9;
}
.mt-header__menu a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1px;
	height: 8px;
	background-color: #e1e1e1;
}
.mt-header__menu .xg-qrcode__wrap {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 322px;
	height: 182px;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	border: 1px solid #e6e6e6;
	display: none;
	z-index: 600;
	background-color: #fff;
}
.mt-header__menu .xg-qrcode:hover {
	background-color: #fff;
}
.mt-header__menu .xg-qrcode:hover .xg-qrcode__wrap {
	display: block;
}
.mt-header__menu .xg-qrcode__item {
	width: 160px;
	height: 182px;
	text-align: center;
	float: left;
	padding-top: 15px;
	position: relative;
}
.mt-header__menu .xg-qrcode__item:first-child:before {
	content: "";
	display: block;
	position: absolute;
	width: 1px;
	height: 123px;
	top: 17px;
	left: 159px;
	background: #eee;
}
.mt-header__menu .xg-qrcode__item img {
	display: block;
	width: 125px;
	height: 125px;
	margin: 0 auto;
}
.mt-header__menu span {
	margin-left: 15px;
	color: #696969;
	font-weight: 700;
}
.mt-control {
	height: 100px;
	width: 100%;
}
.mt-control__wrap {
	width: 1200px;
	margin: 0 auto;
}
.mt-control__left {
	float: left;
	width: 415px;
	padding-top: 25px;
}
.mt-control__left a {
	display: block;
	height: 100%;
	width: 100%;
}
.mt-control__left img {
	vertical-align: middle;
}
.mt-control__right {
	float: right;
	padding-top: 30px;
	position: relative;
	z-index: 999;
}
.mt-control__right .xg-select {
	width: 110px;
	height: 42px;
	position: relative;
	border-right: 1px solid #e6e6e6;
	float: left;
	z-index: 100;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.mt-control__right .xg-select__value {
	width: 100%;
	height: 100%;
	line-height: 42px;
	padding: 0 10px;
	font-size: 12px;
	color: #7f7f7f;
	position: relative;
}
.mt-control__right .xg-select__value:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 10px;
	height: 5px;
	opacity: .5;
	background-image: url(../images/down.c253914c.png);
	background-repeat: no-repeat;
	background-size: 100% 100%
}
.mt-control__right .xg-select__options {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	background-color: #fff;
	border: 1px solid #d8d8d8;
	display: none;
}
.mt-control__right .xg-select__options a {
	display: block;
	padding: 0 16px;
	line-height: 34px;
	color: #777;
	font-size: 12px;
	cursor: pointer;
}
.mt-control__right .xg-select__options a:hover {
	color: #2667e9;
}
.mt-control__right .xg-select__options a:not(:last-child) {
	border-bottom: 1px dashed #eee;
}
.mt-control__right .xg-control {
	float: left;
	margin-bottom: 10px;
	border: 1px solid #e6e6e6;
}
.mt-control__right .xg-control input {
	width: 375px;
	font-size: 12px;
	border: none;
	outline: none;
	padding: 0 30px;
	position: relative;
}
.mt-control__right .xg-control input::-webkit-input-placeholder {
	color: #acacac;
}
.mt-control__right .xg-control input:-ms-input-placeholder {
	color: #acacac;
}
.mt-control__right .xg-control input::-ms-input-placeholder {
	color: #acacac;
}
.mt-control__right .xg-control input::placeholder {
	color: #acacac;
}
.mt-control__right .xg-control input:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 14px;
	height: 14px;
	background-image: url(../images/icon_search.e14cb423.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.mt-control__right .xg-control__submit {
	width: 82px;
	background-color: #2667e9;
}
.mt-control__right .xg-control__submit,
.mt-control__sell {
	height: 42px;
	font-size: 16px;
	color: #fff;
	border-radius: 0;
	border: none;
}
.mt-control__sell {
	float: left;
	width: 128px;
	background-color: #7621ff;
	background-image: linear-gradient(27deg, #7621ff, #8c44ff), linear-gradient(#a8a8a8, #a8a8a8);
	background-blend-mode: normal, normal;
	margin-left: 5px;
}
.mt-control__list a {
	float: left;
	font-size: 12px;
	color: #a4a4a4;
	margin-right: 10px;
}
.mt-control__list a:hover {
	color: #2667e9;
}
.mt-menu {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 599;
}
.mt-menu__home {
	width: 88px;
	height: 40px;
	background-color: #2667e9;
	border-radius: 4px 4px 0 0;
	padding: 0 15px;
	color: #fff;
	float: left;
	text-align: center;
	line-height: 40px;
	font-weight: 700;
	font-size: 16px;
	position: relative;
}
.mt-menu__home:hover{background:#863dfc;color:#fff;}

.mt-menu__home i {
	margin:0 3px 0 0;
	width: 17px;
	height: 17px;
	display: inline-block;
	background-image: url(../images/home.67484f21.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: relative;
	top: 2px;
}
.mt-menu__item {
	float: left;
	text-align: center;
	line-height: 40px;
	padding: 0 20px;
	font-weight: 700;
	font-size: 16px;
	color: #303030;
	position: relative;
}
.mt-menu__item.active,
.mt-menu__item:hover {
	color: #2667e9;
}
.mt-menu__item img {
	position: absolute;
	top: -5px;
	left: 50%;
	margin-left: -12.5px;
	-webkit-animation: moveTag 2.5s ease infinite;
	animation: moveTag 2.5s ease infinite;
}
.mt-menu__item i {
	display: inline-block;
	width: 10px;
	height: 40px;
	margin-left: 5px;
	vertical-align: top;
	background: url(../images/menu_pull_down.48e7d14c.png) no-repeat 0;
}
.mt-menu__parent {
	float: left;
	position: relative;
	z-index: 500;
}
.mt-menu__parent:hover .mt-menu__children {
	display: block;
}
.mt-menu__children {
	width: 160px;
	background: #fff;
	position: absolute;
	left: 50%;
	margin-left: -90px;
	top: 41px;
	-webkit-box-shadow: 0 0 5px #dee6f8;
	box-shadow: 0 0 5px #dee6f8;
	display: none;
}
.mt-menu__children a {
	display: block;
	color: #666;
	font-size: 14px;
	line-height: 40px;
	font-weight: 400;
	border-bottom: 1px dashed #ececec;
	margin: 0 23px;
	text-align: center;
}
.mt-menu__children a:hover {
	color: #576fff;
}
.mt-menu__children:after {
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -8.5px;
	top: -8px;
	width: 17px;
	height: 8px;
	background: url(../images/top.ce69a169.png) no-repeat 50%;
	z-index: 10;
}