.menu-container{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	font-family: 微軟正黑體;
    z-index: 99;
}
.menu-container .menu-bg{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	opacity:0;
}
.menu-container .menu-body{
	width: 100%;
	height: 100%;
    background-image: linear-gradient(-225deg, #1D8FE1 48%, #625EB1 100%);
	position: absolute;
	top: 0;
	/*left: -300px;*/
}
.menu-list{
	padding: 15px 30px 0px;
    text-align: center;
    list-style: none;
}
.menu-container .menu-list .menu-item{
	color:#444;
}
.menu-item > div{
	padding: 8px;
}
.menu-container .menu-list .menu-item ul{
	background: #f5f5f5;
	list-style: none;
	display: none;
}
.menu-container .menu-list .menu-item ul li{
	padding: 12px;
}
.menu-item a{
	color: #fff;
}
.menu-title{
    display: table;
    width: 100%;
    text-align: center;
    line-height: 55px;
}
.menu-title img{
	width:60%;
}
.close {
    float: right;
    font-size: 27px;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    height: 55px;
    width: 55px;
    line-height: 55px;
    opacity: 1; 
    position: relative;
}
.close span:nth-child(1) {
    width: 20px;
    height: 2px;
    background: #fff;
    display: block;
    position: absolute;
    top: 25px;
    right: 20px;
    transform: rotate(45deg);
}
.close span:nth-child(2) {
    width: 20px;
    height: 2px;
    background: #fff;
    display: block;
    position: absolute;
    top: 25px;
    right: 20px;
    transform: rotate(-45deg);
}
.li-icon{
	float:right;
}
.nav-logo {
    display: table;
    width: 100%;
}

.nav-btn {
    width: 55px;
    height: 55px;
    text-align: center;
    font-size: 23px;
    line-height: 55px;
    color: #fff;
    float: right;
}

.mb-icon ul{
	display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
}

.mb-icon li{
	float: left;
    margin: 7px;
    width: 40px;
    height: 40px;
    border: 1px solid #87a1a7;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    visibility: visible; 
    animation-name: fadeIn;
}
.mb-icon li:nth-child(1){
	animation-duration: 1s;
}
.mb-icon li:nth-child(2){
	animation-duration: 2s;
}
.mb-icon li:nth-child(3){
	animation-duration: 3s;
}
.mb-icon li:nth-child(4){
	animation-duration: 4s;
}
.mb-icon li span{
	color: #fff;
}
.nav-meun{
    display: none;
}
.header-logo img{
    width: 100%;
}

@media (max-width: 1290px){
	.header-logo {
	    width: 115px;
        margin: 0 auto;
	}
    .menu-list{
        font-size: 20px;
        margin-top: 70px;
    }
     .nav-mobile{
        display: block;
        background: #0b89d4;
    }
    .nav-meun{
        display: block;
    }
    .header{
        display: none;
    }
    .toTop span {
        right: 15px;
        height: 40px;
        width: 40px;
        line-height: 40px;
    }
    .mb-icon ul{
        padding: 0;
    }

}


@media (max-width: 480px){
    .header-logo {
        width: 115px;
        margin: 0 auto;
    }
    .menu-list {
        font-size: 18px;
        margin-top: 50px;
    }
}
@media (max-width: 320px){
    .menu-list {
        margin-top: 50px;
    }
}

