.menssss {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 800;
}

#shortcutBtn {
	position: absolute;
	right: -420px;
	top: 302px;
	z-index: 1000;
	width: 480px;
	height: 146px;
}

#shortcutBtn.affix {
	position: fixed;
	top: 20px !important;
}

#shortcutBtn .menu {
	float: left;
}

#shortcutBtn .menu a {
	display: block;
	cursor: pointer;
	width: 60px;
	height: 70px;
	background: #9f8647;
	margin-bottom: 3px;
	border-top-left-radius: 35px !important;
	border-bottom-left-radius: 35px !important;
	overflow: hidden;
}

#shortcutBtn .menu a i {
	display: block;
	background: url(../img/shortcut_btn.png) no-repeat;
}

#shortcutBtn .menu a.menu-search i {
	width: 36px;
	height: 35px;
	background-position: 0 0;
	margin: 20px 0 0 19px;
}

#shortcutBtn .menu a.menu-shua i {
	width: 38px;
	height: 34px;
	background-position: -37px 0;
	margin: 20px 0 0 17px;
}

#shortcutBtn .menu a.on {
	background: #fff;
}

#shortcutBtn .menu a.on i {
	background-image: url(../img/shortcut_btn_on.png);
}

#shortcutBtn .main {
	width: 420px;
	height: 100%;
	background: #fff;
	position: relative;
	float: left;
	overflow: hidden;
}

#shortcutBtn .main .con {
	width: 100%;
	height: 100%;
	padding: 20px;
	position: absolute;
	left: 100%;
	top: 0;
	background: #fff;
}

#shortcutBtn .main .con.on {
	left: 0;
}

#shortcutBtn .main .con .close {
	font-size: 40px;
	color: #9f8647;
	position: absolute;
	top: 15px;
	right: 10px;
	filter: alpha(opacity=100);
	opacity: 1;
}

#shortcutBtn .main .con .close:hover {
	color: #b8ae9e;
}

#shortcutBtn .main .con h3 {
	color: #9f8647;
	font-size: 22px;
	margin: 5px 0 0 0;
}

#shortcutBtn .main .con.c1 .more {
	display: inline-block;
	margin-top: 25px;
	font-size: 16px;
	color: #fff;
	padding: 20px 38px;
	border: 1px solid #e7e7e7;
	background: #9f8647;
}

#shortcutBtn .main .con.c2 .p1 {
	margin: 20px 0 10px 0;
}

#shortcutBtn .main .con.c2 .hotline {
	font-size: 16px;
	color: #9f8647;
}

#shortcutBtn .main .con.c2 .hotline span {
	font-size: 22px;
	float: none;
}

#shortcutBtn .main .con.c2 ul {
	margin: 10px -10px;
	list-style: none;
	overflow: hidden;
	padding: 0;
}

#shortcutBtn .main .con.c2 ul li {
	margin: 5px;
	width: 180px;
	height: 80px;
	border: 1px solid #cfcfcf;
	float: left;
	
}

#shortcutBtn .main .con.c2 ul li a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 78px;
	font-size: 16px;
	color: #444444;
	text-align: center;
	letter-spacing: 2px;
	transition: all ease .2s;
	-webkit-transition: all ease .2s;
}

#shortcutBtn .main .con.c2 ul li i {
	display: inline-block;
	background: url(../img/icon_on1.png) no-repeat;
	margin-right: 13px;
	vertical-align: top;
}

#shortcutBtn .main .con.c2 ul li.l1 i {
	width: 37px;
	height: 45px;
	background-position: 0 0;
	margin-top: 19px;
}

#shortcutBtn .main .con.c2 ul li.l2 i {
	width: 37px;
	height: 39px;
	background-position: -38px 0;
	margin-top: 20px;
}

#shortcutBtn .main .con.c2 ul li.l3 i {
	width: 37px;
	height: 41px;
	background-position: -76px 0;
	margin-top: 20px;
}

#shortcutBtn .main .con.c2 ul li.l4 i {
	width: 43px;
	height: 46px;
	background-position: -288px 0;
	margin-top: 17px;
}

#shortcutBtn .main .con.c2 ul li.l5 i {
	width: 41px;
	height: 42px;
	background-position: -143px 0;
	margin-top: 19px;
}

#shortcutBtn .main .con.c2 ul li.l6 i {
	width: 30px;
	height: 40px;
	background-position: -185px 0;
	margin-top: 20px;
}

#shortcutBtn .main .con.c2 ul li.l7 i {
	width: 41px;
	height: 40px;
	background-position: -330px 0;
	margin-top: 20px;
}

#shortcutBtn .main .con.c2 ul li.l8 i {
	width: 37px;
	height: 37px;
	background-position: -251px 0;
	margin-top: 21px;
}

#shortcutBtn .main .con.c2 ul li a:hover {
	color: #fff;
}

#shortcutBtn .main .con.c2 ul li a:hover i {
	background-image: url(../img/icon_on.png);
}

#shortcutBtn .main .con.c2 ul li.l1 a:hover {
	background: #2bc661;
}

#shortcutBtn .main .con.c2 ul li.l2 a:hover {
	background: #f6813b;
}

#shortcutBtn .main .con.c2 ul li.l3 a:hover {
	background: #3bd1f6;
}

#shortcutBtn .main .con.c2 ul li.l4 a:hover {
	background: #f83b63;
}

#shortcutBtn .main .con.c2 ul li.l5 a:hover {
	background: #3b86f6;
}

#shortcutBtn .main .con.c2 ul li.l6 a:hover {
	background: #e5b51d;
}

#shortcutBtn .main .con.c2 ul li.l7 a:hover {
	background: #995937;
}

#shortcutBtn .main .con.c2 ul li.l8 a:hover {
	background: #b44994;
}