.mask {display: none; position: fixed; left: 50%; top: 0; bottom: 0; width: 15rem;
     margin-left: -7.5rem; z-index: 15; background: rgba(0, 0, 0, .6);}

.siderMenu {display: block; position: fixed; right: 0; top: 0; bottom: 0; width: 11.4rem;
     z-index: 16; background: #fff; overflow: auto; transition: right 0.5s ease;}
.siderMenuBg {width: 100%; position: absolute; z-index: -1;}

.siderMenu .close {position: absolute; left: 0.58rem; top: 0.58rem; width: 0.68rem;
     height: 0.68rem; background: url(http://image2.ccb.com/cn/mobilev3/v3/images/close.png) no-repeat center center; 
     background-size: contain;}
.siderMenu .avatarBox {font-size: 0.6rem; color: #fff; text-align: center; overflow: hidden; 
    background: rgba(0, 0, 0, 0); padding-top: 2rem; margin-bottom: 1.2rem;}
.siderMenu .avatarBox p {color: #fff; font-size: 0.56rem; padding-top: 0.16rem;}
.siderMenu .avatarBox img {width: 2.8rem; display: inline-block;}
.siderMenu .avatarBox .img_box {margin: 0.2rem 0.4rem 0.4rem 2rem;}
.siderMenu .avatarBox .btn_exit {margin: 0.4rem 0 0.4rem 0.75rem;}
.siderMenu .avatarBox .btn_exit h3 {color: #fff; font-size: 0.56rem; font-weight: normal; max-width: 4.8rem;
     text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.siderMenu .avatarBox .btn_exit a {border: 1px solid #0066b3; padding: 0.2rem 0.4rem; border-radius: 1rem; 
    margin-top: 0.3rem; display: inline-block; font-size: 0.52rem;}
.siderMenu .avatarBox .btn_exit a:link,a:hover {color: #0066b3;}
.siderMenu .avatarBox .clear_over {overflow: hidden;}
.siderMenu .login_tips {text-align: center; color: #fff; font-size: 0.48rem;}
.login_tips span:first-child {margin-right: 0.4rem;}


.siderMenuListBox {padding: 0 0.6rem; margin-right: 0.52rem; width: 100%;}
.siderMenuListBox .item {position: relative; display: block; margin: 0; padding: 0 0.8rem 0 2.4rem; height: 2.4rem; 
    line-height: 2.4rem; font-size: 0.6rem;   color: #333; border-bottom: 1px solid #eee;
     background: no-repeat 10.5% center; background-size: 8%;}
.siderMenuBottom {background: #449cfe; box-sizing: border-box; text-align: center; width: 100%; padding: 0.4rem 1.6rem;}
.siderMenu.sticky .siderMenuBottom {position: absolute; bottom: 0;}
.siderMenuBottom a {position: relative; margin: 0; padding: 0 0.44rem; line-height: 1.2rem; font-size: 0.56rem; color: #fff;}
.siderMenuBottom a.cur:before {position: absolute; right: 0; top: 50%; width: 2px; height: 18px; 
    margin-top: -9px; margin-right: -4px; background: rgba(255, 255, 255, 0.8); content: '';}
.siderMenu .home_btn {position: absolute; top: 0.5rem; right: 0.5rem; width: 0.9rem; height: 1.1rem; 
    background-size: 100%; background-position: inherit; margin: 0;}

.new_notice img {display: block;}

.new_notice .img_notice{position:relative; height:100%; }
.new_notice .img_notice img {width:25px; margin-top:-8.3px; position:absolute; top:50%;}

.new_notice .btn_next{position:relative; height:100%; display:inline-block}
.new_notice .btn_next img{margin-top:-6.5px; position:absolute; top:50%;}


.btn_address img{margin-top:6px}