/*侧边栏css
* @Author: Marte
* @Date:   2019-05-14 10:01:54
* @Last Modified by:   Marte
* @Last Modified time: 2019-06-12 14:39:27
*/
aside {
    width:48px;
    height:100%;
    min-height: 780px;
    background-color:#c8ad76;
    position:fixed;
    top:0;
    right:0;
    color:#fff;
    z-index: 888;
}
aside a {
    font-size:14px;
    color:#fff;
}
aside a:hover {
    color:#fff;
}
.aside_kefu {
    margin-top:60px;
    width:100%;
    height:60px;
    /*background-color:#223079;*/
}
.aside_kefu img {
    width:25px;
    height:28px;
    position:relative;
    top:5px;
    left:10px;
}
.aside_kefu p {
    text-align:center;
    font-family:"Microsoft YaHei";
}
.aside_cart {
    height:140px;
    width: 100%;
}
.aside_cart img {
    width:28px;
    height:30px;
    position:relative;
    top:21px;
    left:9px;
}
.aside_cart p {
    width:14px;
    margin:20px auto 4px;
    line-height:18px
}
.aside_cart span {
    display:block;
    width:24px;
    height:24px;
    border-radius:50%;
    margin:0 auto;
    background-color:#fff;
	color:#c8ad76;
    text-align:center;
    line-height:24px;
    font-size:13px
}
.aside_soft {
    width:100%;
    height:100px;
    margin:6px 0;
}
.aside_soft img {
    width:28px;
    height:14px;
    padding:8px 0;
    position:relative;
    top:4px;
    left:10px;
}
.aside_soft p {
    width:13px;
    margin:2px auto;
    line-height:18px
}
.aside_quick {
    width:100%;
    height:110px;
    line-height:18px;
    margin-top:16px
}
.aside_quick img {
    width:26px;
    height:26px;
    padding:2px 1px;
    position: relative;
    top:4px;
    left:12px;
}
.aside_quick p {
    width:14px;
    margin:2px auto;
}
.aside_erweima {
    margin-top:36px;
    position:relative;
}
.aside_erweima img {
    width:32px;
    margin-left:8px;
}
.baosierweima {
    position:absolute;
    top:-60px;
    right:50px;
    width:120px;
    height:160px;
    border:1px solid #ccc;
    background-color: #fff;
}
.baosierweima img {
    width:87px;
    height:87px;
    margin-top:17px;
    margin-left:17px;
}
.baosierweima p {
    text-align:center;
    color: #999;
    font-size:12px;
    line-height: 20px;
    font-weight:400;
}
.aside_gotop {
    margin-top:16px;
    cursor: pointer;
}
.aside_gotop img {
    width:21px;
    position:relative;
    left:14px;
}
.aside_gotop p {
    text-align:center;
}
.menu_mine{
	display:none;
}
.menu_ticket ul li:nth-child(2){
	display:none;
}