@media all and (max-width: 1064px) {

	#sidebar {
		background-color: #f2f2f2;
	}

	header {
		position: fixed;
		top: 0;
		z-index: 99999;
		width: 100%;
		background-color: #fff;
		border-top: 1px solid #e1e1e1;
	}

	header .wrap .side-menu {
		font-size: 0;
	}

	header .wrap .side-menu a {
		display: inline-block;
		width: 60%;
		text-align: center;
		font-size: 10px;
		text-decoration: none;
		color: #333;
	}

	.xeIcon i {
		font-size: 26px;
		margin-bottom: 10px;
	}

	.topBack {
		background-color: #264070;
		padding: 4% 2%;
		display: flex;
		align-items: center;
		color: #fff;
		font-size: 18px;
	}

	.topBack i {
		margin-right: 10px;
	}

	.topBack span {
		font-weight: bold;
	}

	.Headerlogo {
		background-color: #fff;
		margin: 10px 0;
		padding: 10px;
		border-top: 1px solid #e1e1e1;
		border-bottom: 1px solid #e1e1e1;

	}

	.Headerlogo .Text {
		margin-bottom: 10px;
		font-size: 14px;
		font-weight: bold;
		text-align: left;
	}

	.Headerlogo .Flex {
		display: flex;
		justify-content: space-between;
	}

	.login,
	.join {
		width: 45%;
		border-radius: 4px;
		font-size: 14px;
	}

	.login {
		margin-right: 10px;
		background-color: #2554ac;
		border: 1px solid #2554ac;
		color: #fff;
	}

	.join {
		background-color: #fff;
		border: 1px solid #2554ac;
		color: #2554ac;
	}

	.menuUl {
		background-color: #fff;
	}

	.menu:first-child {
		border-top: 1px solid #e1e1e1;
	}

	.menu {
		width: 96%;

		list-style: none;
		padding: 4% 2% 4%;
		border-bottom: 1px solid #e1e1e1;
		text-align: left;
		position: relative;
	}

	.menu .hideNav {
		display: none;
		overflow: hidden;
	}

	.hideNav :first-child {
		margin-top: 2%;
	}

	.hideNav li {
		list-style: none;
		font-size: 14px;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 15px;
		list-style: circle;
	}

	.menu a {
		text-decoration: none;
		color: #333;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.bottom {
		background-color: #fff;
		width: 100%;
		margin-top: 10px;
	}

	.bottom .SmallFont {
		margin-top: 10px;
	}

	.bottom .TEL {
		width: 94%;
		padding: 3%;
		border-top: 1px solid #e1e1e1;
	}

	.side-menu {
		position: absolute;
		right: 10px;
	}

	.showLeft {
		width: 30px;
		display: inline-block;
	}
}