.show_btn{
    display: block !important;
}
.xiayunlongbyntanchuang{
    position: fixed;
    right: 10px;
    bottom: -385px;
    z-index: 1000000;
    min-width: 280px;
    min-height: 430px;
    width: 337px;
    height: 430px;
    background: transparent;
    border: none;
    outline: none;
    margin: 0px;
    padding: 0px;
    transition-duration: 0.5s;
}
 .xiayunlongbtnbottom{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #36A9E1;
    width: 101%;
    height: 45px;
    line-height: 45px;
    color: #fff;
    margin-left: -2px;
    font-size: 15px;
    padding: 0 20px;
    font-weight: normal;
    cursor: pointer;
 }
.scrollsidebar,.scrollsidebar a{
	font-size:12px;
	color:#999;
	font-family:Arial, Helvetica, sans-serif;
	}	
.scrollsidebar{
	position:absolute; 
	z-index:9999; 
	top:150px;
	right:0;
	}
.show_btn{
	width:0px; 
	height:192px; 
	overflow:hidden; 
	cursor:pointer;
	display:block;
	overflow:hidden;
	background:url(img/custom_service/show_btn.png) no-repeat center center;
	}	
.side_content{
	width:177px; 
	height:auto; 
	overflow:hidden; 
	float:left;  
	}
.side_content .side_list {
	width:140px;
	overflow:hidden;
	border:1px solid #dadada;
	border-radius:8px;
	position:relative;
	background:#FFF;
	}
.side_content .side_list .hd img{
	width:100%;
	border-bottom:1px solid #dadada;
	}
.side_content .side_list .cont li{
	height:40px;
	line-height:40px;
	
	border-bottom:1px solid #dadada;
	list-style:none;
	position:relative;
	}
.side_content .side_list .cont li a{
	position:relative;
	display:block;
	padding:0 0 0 43px;
	text-decoration:none;
	}	
.side_content .side_list .cont li a:before{
	content:"";
	position:absolute;
	display:block;
	overflow:hidden;
	top:0;
	left:10px;
	width:25px;
	height:40px;
	background-repeat:no-repeat;
	background-position:center center;
	
	}
	
.ww {margin-left:-30px;}
.side_content .side_list .t-code{
	padding:10px 10px 7px;
	border-bottom:1px solid #dadada;
	}	
.side_content .side_list .t-code img{
	width:100%;
	}		
.side_content .side_list .side_title{
	height:30px;
	line-height:30px;
	padding:0 12px;

	}
.side_content .side_list .side_title .close_btn{
	background:url(img/custom_service/close.png) no-repeat center center;
	width:12px;
	height:30px;
	position:absolute;
	bottom:0;
	right:10px;
	cursor:pointer;

	}	
.side_content .side_list .side_title .close_btn span{
	display:none;
	}					