@charset "utf-8";
.phone_navOver {
    display: none;
}
@media only screen and (max-width:999px) {

	.nav-icon {
    position: fixed;
    right: 25px;
    top: 32px;
    font-size: 30px;
    z-index: 9999999999;
    color: #fff;
}
	.nav-icon i{
       text-shadow: 1px 1px 20px #000;
}
		.phone-nav i{
       text-shadow: 1px 1px 20px #000;
}

	.phone-nav {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,.5);
	overflow-x: scroll;
    z-index: 9999999;
    padding: 45px 0;
}
	.navinPhone {
    position: absolute;
    font-size: 30px;
    color: #fff;
    top: 35px;
    right: 66px;
}
.e88 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    align-items: center;
    justify-content: center;
    height: 100%;
}
	.phone-nav ul {
    text-align: center;
    width: 100%;
	padding-left: 0;
}
	.phone-nav li {
    padding: 13px 0;
    list-style-type: none;
}
	.phone-nav li a {
    color: #fff;
    font-size: 1.5em;
		    text-shadow: 1px 1px 10px #000, -1px 1px 10px #000, 1px -1px 10px #000, -1px -1px 10px #000;
}
}
@media only screen and (max-width:999px) {
	.phone_navOver {
    display: block;
}
}
@media only screen and (max-width:480px) {
	.phone_bg {

    height: 75px;

}
	.phone_bg .phone_logo img {
    height: 40px;
  
}

	.phone-nav li {
    padding: 10px 0;
}
	.phone-nav li a {
    font-size: 1.2em;
}
}
