﻿

/* QQ客服 */
* { margin: 0px; padding: 0px; outline: none; list-style-type: none; border: none; }

/*左側彈出黑色塊相關*/
.QQbox { z-index: 1000; _z-index: -66; width: 305px;/*調整左側彈出黑色區塊寬度*/ height:1200px;left: -288px; position: absolute; background-color: rgba(0,0,0,0.8); }
.QQbox .press { left: 0; border: none; cursor: pointer; width: 32px; height: 96px; position: absolute; padding-top: 140px; }
.QQbox .Qlist { float: left; width: 315px;/*左側彈出選單滑鼠hover感應區寬度*/  background-position: 1px 0px; height: 800px; display: block; overflow: hidden; zoom: 1; }
.QQbox .Qlist .infobox { text-align: center; background-repeat: no-repeat; padding: 5px; line-height: 14px; color: #CCCCCC; font-weight: 700; }
.QQbox .Qlist .con { margin-top: 350px;/*左側彈出選單按鈕距離頂部間距*/ margin-left: 38px; color: #32567e; font-size: 14px; }
/*margin-left是與.QQbox .Qlist { float: left; width: 315px;一起搭配調整，左側彈出選單按鈕距離網頁左側間距*/
.QQbox .Qlist .con ul li { height: 45px;/*左側彈出選單按鈕的行距*/ list-style: none; margin-left: 140px; }/*左側彈出選單按鈕距離黑色塊左邊的距離*/
.QQbox .Qlist .con ul li a { font-size: 13px; margin-left: 10px; /*左側彈出選單按鈕距離黑色塊左邊的距離*/text-decoration: none; }
.OnlineLeft { position:relative; float: left; display: inline; width: 350px; height: 800px;/*左側彈出選單黑色區塊*/ overflow: hidden; zoom: 1; }
.OnlineBtn { float: right; display: inline; width: 127px; height: 36px;  margin-top: -45px; margin-left: 220px; }
/*QQ END*/



