
img{
	border: none;
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
.header-cenav{
	position: fixed;
	top: 0px;
	left: 0px;
	display: flex;
	height: 80px;
	align-items: center;
	padding: 0 15px;
	justify-content: space-between;
	box-shadow: 0px 0px 10px #eee;
	z-index: 123;
	width: 100%;
	background: #fff;
}
.header-cenav-left{
	/*width: 25%;*/
}
.header-cenav-left img{
	width: 50%;
}
.header-cenav-center{
	/*width: 50%;*/
}
.header-cenav-right{
	width: 25%;
}
.header-cenav-right img{
	width: 40%;
	float: right;
}
#cenav{
	width: 100vw;
    height: 100vh;
    position: fixed;
    left: -120%;
    top: 0;
    z-index: 50;
    display: none;
}
.cenav{
	/*width: 50%;
    height: 100%;
    background: #FFFFFF;
    position: absolute;
    left: -100%;
    top: 0;*/
}
.cenav-side{
	min-width: 200px;
    position: fixed;
    top: 80px;
    left: 0;
    bottom: 0;
    padding: 10px;
    width: 100%;
    background-color: #7F8C8D;
    color: #323232;
    z-index: 100;
}
body{
	position: relative;
}

.cenav-delete{
	padding: 15px 0;
}

.cenav-box{
	/*position: relative;*/
}

.cenav-lx-li{
	padding: 10px 0;
	position: relative;
	padding-left: 5px;
}
.cenav-lx-li a{
	color: #fff;
}
.cenav-lx-li::before{
	content: "\3009";
	position: absolute;
	right: 0px;
	top: 8px;
    color: #fff;
}
.cenav-lx-li:hover{
	background: #333;
}
.cenav-lx-li.cenav_lx_cur .cenav-lx-box2{
	opacity: 1;    
	transition: all .5s;
	left: 0% !important;
}
.cenav-lx-box2{
    position: fixed;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 120%;
    z-index: 123;
    background: #7F8C8D;
    width: 100%;
    height: 100vh;
    padding: 10px;
    transition: all .5s;
    opacity: 0;
    box-shadow: 0px 0px 10px #000;
}

.cenav-lx-li2{
	padding: 10px 0;
	padding-left: 15px;
}
.cenav-delete{
	padding: 10px 0;
	position: relative;
	padding-left: 10%;
	background: #333;
	color: #fff;
}
.cenav-delete::before{
	content: "\3008";
	position: absolute;
	left: 0px;
	top: 9px;
    color: #fff;
}
.cenav-delete2{
	padding: 10px 0;
	position: relative;
	padding-left: 10%;
	background: #333;
	color: #fff;
}

.cenav-delete2::before{
	content: "\3008";
	position: absolute;
	left: 0px;
	top: 9px;
    color: #fff;
}

@media all and (min-width:1023px) {
	.header-cenav{
		display: none !important;
	}
}

@media all and (max-width:1023px) {
	body{
		padding-top: 80px;
	}
}












