*{
    padding: 0;
    margin: 0;
    /*font-family: 'Microsoft YaHei';*/
    font-size: 16px;
}
a {
    color: #333333;
    text-decoration: none;
    font-size: 16px;
}
body{
    max-width: 750px;
    margin: auto;
}
ul, li, ol {
    list-style-type: none;
}

.fixnav-nav-total {
	transition: 1s;
	display: none;
	position: fixed;
	z-index: 999999;
	top: 0;
	bottom: 0;
	left: -200%;
	right: 0;
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
    max-width: 750px;
}

.fixnav-nav-total.on {
	left: 0;
}

.fixnav-nav-title1 {
	width: 80%;
	background: #2e3642;
	line-height: 0;
}
.fixnav-nav-title1 img{
    width: 100%;
}

.fixnav_nav {
	background: #459dff;
	font-size: 28px;
	display: flex;
	position: absolute;
	height: 100%;
	width: 80%;
	left: 0;
}

.fixnav_nav .list-left {
	width: 40%;
	color: #fff;
}

.fixnav_nav .list-left ol {
	margin-top: 40px;
}

.fixnav_nav .list-left ol li {
	width: 100%;
	text-align: center;
	line-height: 60px;
}
.fixnav_nav .list-left ol li p{
    font-size: 20px;
}

.fixnav_nav .list-left ol li.on {
	background: #edf6ff;
	color: #459eff;
}

.fixnav_nav .list-right {
	width: 60%;
	background: #edf6ff;
	color: #459eff;
	position: relative;
	max-height: 95% !important;
	overflow: auto !important;
}

.fixnav_nav .list-right ul {
	max-height: 95% !important;
	overflow: auto !important;
	padding-top: 0.55rem;
	padding-bottom: 1.5625rem;
}

.fixnav_nav .list-right ul li {
	width: 50%;
	text-align: center;
	float: left;
	line-height: 60px;
	height: 60px;
}

.fixnav_hide {
	width: 20%;
	height: 100%;
	background: #000;
	position: absolute;
	right: 0;
	top: 0;
	opacity: 0.75;
}

.fixnav_hide em {
	width: 50%;
	display: block;
	position: absolute;
	left: 20%;
	top: 50%;
}
.fixnav_hide em img{
    width: 100%;
}





.fixexbtm {
	position: fixed;
	bottom: 0;
	/* background: url("../images/750fixexbtm.png") no-repeat; */
	background-size: 100%;
	width: 100%;
	z-index: 9999;
    max-width: 750px;
}

.fixexbtm ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.fixexbtm ul li {
	width: 20%;
	/* height: 0.98rem; */
	margin-top: 20px;
	position: relative;
    text-align: center;
    background-color: white;
}
.fixexbtm ul li img{
    display: block;
    margin: auto;
    width: 30px;
}

.fixexbtm ul li:nth-child(3) {
	/* height: 1.4rem; */
	margin-top: 0;
	border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.fixexbtm ul li:nth-child(3) span {
	display: flex;
    align-items: center;
    justify-content: center;
	border-radius: 50%;
    width: 40px;
    height: 40px;
    margin: auto;
    background-color: #2CCE00;
	-webkit-box-shadow: 0 0 30px rgba(0, 153, 0, 1);
	box-shadow: 0 0 30px rgba(0, 153, 0, 1);
	-webkit-animation: sonarEffect 1.5s ease-out 1s infinite;
	animation: 1.5s ease-out 1s normal none infinite running sonarEffect;
    position: relative;
    z-index: 5;
	margin-bottom: 10px;
}

@keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}

	40% {
		-webkit-shadow: 0 0 0 1px rgba(0, 153, 0, 0.1), 0 0 2px 2px #fff, 0 0 0 4px rgba(51, 153, 51, 1, 0.5);
		box-shadow: 0 0 0 1px rgba(0, 153, 0, 0.1), 0 0 2px 2px #fff, 0 0 0 4px rgba(51, 153, 51, 1, 0.5);
		opacity: 0.5;
	}

	100% {
		-webkit-shadow: 0 0 0 1px rgba(0, 153, 0, 0.1), 0 0 2px 2px #fff, 0 0 0 4px rgba(51, 153, 51, 1, 0.5);
		box-shadow: 0 0 0 1px rgba(0, 153, 0, 0.1), 0 0 2px 2px #fff, 0 0 0 4px rgba(51, 153, 51, 1, 0.5);
		opacity: 0.3;
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
	}
}

@-webkit-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}

	40% {
		-webkit-shadow: 0 0 0 1px rgba(51, 153, 51, 1, 0.1), 0 0 2px 2px #fff, 0 0 0 4px rgba(51, 153, 51, 1, 0.5);
		box-shadow: 0 0 0 1px rgba(51, 153, 51, 1, 0.1), 0 0 2px 2px #fff, 0 0 0 4px rgba(51, 153, 51, 1, 0.5);
		opacity: 0.5;
	}

	100% {
		-webkit-shadow: 0 0 0 1px rgba(51, 153, 51, 1, 0.1), 0 0 2px 2px #fff, 0 0 0 4px rgba(51, 153, 51, 1, 0.5);
		box-shadow: 0 0 0 1px rgba(51, 153, 51, 1, 0.1), 0 0 2px 2px #fff, 0 0 0 4px rgba(51, 153, 51, 1, 0.5);
		opacity: 0.3;
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
	}
}

.fixexbtm ul li a {
    display: block;
    padding: 10px 0;
    font-size: 14px;
}