body{
    padding-top: 0;
    overflow-x: hidden!important;
}
#js-wrap {
  overflow-x: hidden;
}
.popUp{
	width: 100%;
	height: 100vh;
	position: fixed;
	z-index: 100;
	top: 70px;
	left: -100%;
	background-color:#fff;
	-webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    transition: all .5s ease-in;
    bottom: 0;
    overflow-y: hidden;
  }
.popUp-overlay {
	background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
	z-index: -1;
	opacity: 0;
	-webkit-transition: all 0.8s ease-in;
    -moz-transition: all 0.8s ease-in;
    transition: all 0.8s ease-in;
}
.popUp-overlay-show {
    z-index: 99;
	opacity: 1;
	-webkit-transition: all 0.6s ease-in;
    -moz-transition: all 0.6s ease-in;
    transition: all 0.6s ease-in;
}
.popUp-show {
	position: fixed;
	left: 0;
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    transition: all .5s ease-in;
}
/* FBA Pro独特优势结束 */
 /* 菜单弹层 */
 .popUp-header{
    width: 100%;
    height: 83px;
    display: flex;
    align-items: center;
    background: url(../mobileImage/nav_top_bg.png) no-repeat left center;
    background-size: cover;
    font-size: 1.4rem;
}
.popUp-header a{
    color: #8095af;
}
.popUp-header .headImg{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-left: 16px;
    margin-right: 16px;
    overflow: hidden;
}
.popUp-header .headImg img{
    width: 100%;
    height: 100%;
}
.popUp-header .login{
    border-right: 1px solid #8095af;
    padding-right: 10px;
    margin-right: 10px;
}
.popUp-content li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    height: 50px;
}
.popUp-content .iconfont{
    font-size: 1.1rem;
    color: #ccc;
}
.popUp-content .imgWrap{
    display: flex;
    align-items: center;
    height: 100%;
}
.popUp-content li a{
    color: #4c4c4c;
    font-size: 1.6rem;
}
.popUp-content li a.none{
    color: #999;
}
.popUp-content li:hover{
    background-color:#EEF2F7;
}
.content-footer{
    border-top: 1px solid #f6f6f6;
    margin-left: 20px;
    margin-right: 20px;
}
.content-footer .item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
}
.content-footer .item a{
    font-size: 1.4rem;
    color: #999;
}
.popUp-content a{
    display: inline-block;
    width: 90%;
}
.btn-nav {
    background: transparent;
    border: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
    margin-right: 10px;
}

.btn-nav:focus {
    outline: 0;
}

.icon-bar {
    display: block;
    margin: 5px 0;
    width: 24px;
    height: 3px;
    background-color: #0457B7;
}

.btn-nav:hover .icon-bar {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.btn-nav:hover .icon-bar {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
  }
  .middle {
    margin: 0 auto;
}

  
  .animated:hover .icon-bar,
  .animated:focus .icon-bar{
  }
  
  .animated:focus {
    cursor: pointer;
    z-index: 9999;
  }
  
  .icon-bar {
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    z-index: 999999;
  }
  
  .animated .icon-bar {
    z-index: 999999;
  }
  
  .animated .top {
    -webkit-transform: translateY(8px) rotateZ(45deg);
    -moz-transform: translateY(8px) rotateZ(45deg);
    -ms-transform: translateY(8px) rotateZ(45deg);
    -o-transform: translateY(8px) rotateZ(45deg);
    transform: translateY(8px) rotateZ(45deg);
  }
  
  .animated .bottom {
    -webkit-transform: translateY(-8px) rotateZ(-45deg);
    -moz-transform: translateY(-8px) rotateZ(-45deg);
    -ms-transform: translateY(-8px) rotateZ(-45deg);
    -o-transform: translateY(-8px) rotateZ(-45deg);
    transform: translateY(-8px) rotateZ(-45deg);
  }
  
  .animated .middle {
    width: 0;
  }
  .header-container{
    display: flex;
    align-items: center;
    height: 70px;
    margin-bottom: 10px;
    padding-left: 14px;
    background-color: #fff;
    box-shadow: 0 0 10px #999;
    position: fixed;
    top:0;
    left: 0;
    z-index: 1000;
    width: 100vw;
}
.header-title{
    color:#4c4c4c;
    font-size: 2rem;
    height: 60px;
    line-height: 60px;
}
.sideBar{
	position: fixed;
    right: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    width: 3.4rem;
    height: 3.4rem;
    text-align: center;
    line-height: 3.4rem;
    bottom: 124px;
    border-radius: 2px;
	box-shadow: 0 0 2px #7c7c7c;
    display: none;
    z-index: 10001;
}
.sideBar .iconfont{
	font-size: 2rem;
	color: #fff;
}