.app .logo-info {
    height: 140px;
    background: url("images/logo-ad-cn-phone.png") center no-repeat;
    background-size: contain;
}
.module>.title p {
    font-size: 23px;
}
.header{
    position: fixed;
    width: 100%;
    height: 58px;
    background-color: #dd0031;
    z-index: 9999;
}
.header .logo{
    width: 200px;
    height: 58px;
    float: left;
    text-align: left;
    overflow: hidden;
}
.header .logo img{
    height: 24px;
}
.header .menu{
    width: 24px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    float: right;
    margin-right: 25px;
    margin-top: 19px;
}
.menu-cover .cover{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.7);
    display: none;
}
.menu-cover .content{
    position: fixed;
    top:0;
    right: 0;
    background: #dd0031;
    transform: translateX(150%);
    transition: all 0.4s ease;
    z-index: 999;
    overflow: hidden;
    box-sizing:border-box;
    width: 70%;
    height: 100%;
    padding-top: 58px;
  	overflow:scroll;
}
.menu-cover .content .box2{
  	position: relative;
    width: 100%;
  	height: 100%;
  	min-height:450px;
}
.menu-cover-show .cover{
    display: block;
}
.menu-cover-show .content {
    display: block;
    transform: translateX(0);
}
.menu-cover .navmenu{
    width: 100%;
    clear: both;
}
.menu-cover .navmenu a{
    display: block;
    width: 100%;
    height: 50px;
    background-color: #DFDFDF;
    line-height: 50px;
    text-indent: 20px;
    border-top:1px solid #fff;
    color: #333;
    font-size: 16px;
    text-decoration: none;
}
.menu-cover .navmenu a.cur{
    color: #952e3a;
}
.menu-cover .navmenu a:first-child{
    border-top: none;
}
.menu-cover .navmenu2{
    width: 100%;
    margin-top:20px;
    clear: both;
}
.menu-cover .navmenu2 a{
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-indent: 20px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}
.menu-cover .navmenu3{
    width: 100%;
    height: 53px;
    margin-top:20px;
    clear: both;
    padding-left: 20px;
}
.menu-cover .navmenu3 img{
    float: left;
    margin-right: 10px;
}
.menu-cover .content .wechat-qrcode{
    width: 100%;
    min-height: 210px;
    background-color: #fff;
    position: absolute;
    left:0;
    bottom: 0;
    overflow: hidden;
}
.menu-cover .content .wechat-qrcode .close{
    width: 100%;
    height: 23px;
    text-align: right;
    padding-right: 30px;
    margin: 10px 0;
}
.menu-cover .content .wechat-qrcode .qrcode{
    width: 100%;
    height: 132px;
    text-align: center;
}
.menu-cover .content .wechat-qrcode .word{
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    text-align: center;
    color: #333;
}