/*-------------------------------------------------------------------------------------*
 *  ÁÂÃø¸Þ´º                                                                           *
 *-------------------------------------------------------------------------------------*/
.aside {height:100vh; position:fixed; width:100%; min-width:0px; top:0; left:0; bottom:0; box-shadow:0 5px 15px rgba(0, 0, 0, 0.5); width:0px; overflow:hidden; transition:0.35s width ease, 0.35s min-width ease; z-index:2000; overflow-y:scroll; -webkit-overflow-scrolling:touch;}
.aside.in {width: 100%; min-width:320px;}
.aside_wrap {float:left; width:100%; -webkit-overflow-scrolling:touch;}

.aside_top_wrap {float:left; width:100%; height:80px; background:rgba(59,44,26,0.8); transition:all 0.5s;}
.aside_top_left {float:left; line-height:80px; margin:0 5px 0 5px;}
.aside_top_right {float:right; line-height:80px; margin:0 5px 0 5px;}

.aside2 {background:#1e1918 url(../../images/bg.jpg) center top no-repeat; background-size:cover; position:fixed; width:100%; min-width:0px; top:0; right:0; bottom:0; box-shadow:0 5px 15px rgba(0, 0, 0, 0.5); width:0px;  transition:0.35s all ease; z-index:2000; overflow:hidden; overflow-y:scroll;-webkit-overflow-scrolling:touch; height:100vh}
.aside2.in {width: 100%; min-width:320px;}

.aside2_box1_wrap {float:left; width:100%; background:rgba(0,0,0,0.3);}
.aside2_box1 {float:left; width:100%;}
.aside2_box1 td {line-height:42px; padding:5px 10px 5px 10px; border-bottom:1px solid rgba(255,255,255,0.1); width:50%; color:#ba976a;}
.aside2_box1 a{color:#ba976a;}
.aside2_box2_wrap {float:left; width:100%; padding:6px 0 0 0}
.aside2_box2 {float:left; width:100%; padding:0px 6px 0px 6px; line-height:30px;}



.aside_btn1  {width:100%; height:60px; line-height:60px; text-align:left; padding:0 20px; display:inline-block; font-family:'rocket'; font-size:18px; color:#ffecc7; text-shadow:2px 0 3px rgba(0,0,0,0.38); border-bottom:1px solid rgba(255,255,255,0.1);}
.aside_btn2  {width:100%; height:60px; line-height:60px; text-align:left; padding:0 20px; display:inline-block; font-family:'rocket'; font-size:18px; color:#ffc000; text-shadow:2px 0 3px rgba(0,0,0,0.38); border-bottom:1px solid rgba(255,255,255,0.1);}
.aside_btn3  {background:linear-gradient(to right, #b09063 0%,  #5b4322 100%); width:100%; height:50px; line-height:50px; text-align:center; display:inline-block; color:#fff; font-size:16px; font-weight:700; border-radius:0px; text-shadow:0px 1px 1px rgba(0,0,0,0.2);}











