@charset "UTF-8";
/* CSS Document AndyStrap-v1.0   the last update at 2016-01-26 14:54:06 for lebao*/
/*
样式命名: 
一个面向：面向属性;
三无原则：无层级、无ID、无标签；
三位一体：样式名、文件名、图片名，协同一致；
书写规范：驼峰式加中划线；
*/
/*样式引用: Strap样式按属性书写顺序, 自定义样式缀后*/
/*属性顺序*/
{ width:; padding:; border:; border-radius:; margin:;/*盒子*/  display:; list-style:; background:; overflow:; cursor:; box-shadow:; /*属性*/ font-family:; font-size:; font-weight:; line-height:; color:; text-align:; vertical-align:; text-shadow:; /*文字*/float:; position:; top:; right:; bottom:; left:;/*定位*/ }

/*代码顺序：<input  id="" onclick="'" name="" type="" value="" class="" style="这里为可配置内容，否则一律写在样式表里；样式表对strap无重叠但可累加，strap优先选用" />*/
/*padding和maggin的顺序为上左优先，maggin优先padding，maggin和padding不同时设定在同一元素*/
/*页面不是写出来的，是刷出来的*/

/*jQuery库一律使用高版本，并且下载到本地js目录，为方便更换版本须重新无版本号重命名*/

/*默认*/
html,body { width:auto; height:auto; color:#666; line-height:1.8em;}/*FF下认html，IE认body*/
html,body,div,p,select,textarea,input,ul,li,table,th,tr,td,dl,dt,dd,h1,h2,h3,h4 { padding:0; margin:0; font-size:12px; font-weight:normal; font-family:"微软雅黑","Microsoft YaHei",Tahoma,Helvetica,Arial;}
div,p,textarea { text-align:justify;}
textarea { resize:vertical; }/*右下角拉柄*/
input,select,textarea { outline:none; font-weight:normal;}
input,img { vertical-align:middle;}
li { list-style:none;}
br { clear:left;}

/*盒子-宽度*/
.whWrap { width:1000px;}

.wh { width:100%;}
.whPer85 { width:85%;}
.whPer75 { width:75%;}/*四分之三*/
.whPer50 { width:50%;}/*二分之一*/
.whPer33 { width:33%;}/*三分之一*/
.whPer25 { width:25%;}/*四分之一*/
.whPer20 { width:20%;}/*五分之一*/
.whPer15 { width:15%;}
.whPer10 { width:10%;}
.whPer05 { width:5%;}

/*盒子-高度：绝对定位时可用*/
.ht { height:100%;}

/*盒子-填充*/
.p { padding:inherit;}
.p0 { padding:0;}

.p01 { padding:1px;}
.p02 { padding:2px;}
.p04 { padding:4px;}
.p06 { padding:6px;}
.p08 { padding:8px;}
.p10 { padding:10px;}
.p12 { padding:12px;}
.p14 { padding:14px;}
.p16 { padding:16px;}
.p18 { padding:18px;}
.p20 { padding:20px;}
.p22 { padding:22px;}
.p24 { padding:24px;}
.p26 { padding:26px;}
.p28 { padding:28px;}
.p30 { padding:30px;}
.p32 { padding:32px;}
.p34 { padding:34px;}
.p36 { padding:36px;}
.p38 { padding:38px;}
.p40 { padding:40px;}

.pt01 { padding-top:1px;}
.pt02 { padding-top:2px;}
.pt04 { padding-top:4px;}
.pt06 { padding-top:6px;}
.pt08 { padding-top:8px;}
.pt10 { padding-top:10px;}
.pt12 { padding-top:12px;}
.pt14 { padding-top:14px;}
.pt16 { padding-top:16px;}
.pt18 { padding-top:18px;}
.pt20 { padding-top:20px;}
.pt22 { padding-top:22px;}
.pt24 { padding-top:24px;}
.pt26 { padding-top:26px;}
.pt28 { padding-top:28px;}
.pt30 { padding-top:30px;}
.pt32 { padding-top:32px;}
.pt34 { padding-top:34px;}
.pt36 { padding-top:36px;}
.pt38 { padding-top:38px;}
.pt40 { padding-top:40px;}

.pr01 { padding-right:1px;}
.pr02 { padding-right:2px;}
.pr04 { padding-right:4px;}
.pr06 { padding-right:6px;}
.pr08 { padding-right:8px;}
.pr10 { padding-right:10px;}
.pr12 { padding-right:12px;}
.pr14 { padding-right:14px;}
.pr16 { padding-right:16px;}
.pr18 { padding-right:18px;}
.pr20 { padding-right:20px;}
.pr22 { padding-right:22px;}
.pr24 { padding-right:24px;}
.pr26 { padding-right:26px;}
.pr28 { padding-right:28px;}
.pr30 { padding-right:30px;}
.pr32 { padding-right:32px;}
.pr34 { padding-right:34px;}
.pr36 { padding-right:36px;}
.pr38 { padding-right:38px;}
.pr40 { padding-right:40px;}

.pb01 { padding-bottom:1px;}
.pb02 { padding-bottom:2px;}
.pb04 { padding-bottom:4px;}
.pb06 { padding-bottom:6px;}
.pb08 { padding-bottom:8px;}
.pb10 { padding-bottom:10px;}
.pb12 { padding-bottom:12px;}
.pb14 { padding-bottom:14px;}
.pb16 { padding-bottom:16px;}
.pb18 { padding-bottom:18px;}
.pb20 { padding-bottom:20px;}
.pb22 { padding-bottom:22px;}
.pb24 { padding-bottom:24px;}
.pb26 { padding-bottom:26px;}
.pb28 { padding-bottom:28px;}
.pb30 { padding-bottom:30px;}
.pb32 { padding-bottom:32px;}
.pb34 { padding-bottom:34px;}
.pb36 { padding-bottom:36px;}
.pb38 { padding-bottom:38px;}
.pb40 { padding-bottom:40px;}

.pl01 { padding-left:1px;}
.pl02 { padding-left:2px;}
.pl04 { padding-left:4px;}
.pl06 { padding-left:6px;}
.pl08 { padding-left:8px;}
.pl10 { padding-left:10px;}
.pl12 { padding-left:12px;}
.pl14 { padding-left:14px;}
.pl16 { padding-left:16px;}
.pl18 { padding-left:18px;}
.pl20 { padding-left:20px;}
.pl22 { padding-left:22px;}
.pl24 { padding-left:24px;}
.pl26 { padding-left:26px;}
.pl28 { padding-left:28px;}
.pl30 { padding-left:30px;}
.pl32 { padding-left:32px;}
.pl34 { padding-left:34px;}
.pl36 { padding-left:36px;}
.pl38 { padding-left:38px;}
.pl40 { padding-left:40px;}

/*盒子-边线*/
 hr { margin:0;}
.bodR3 { border-radius:3px;}
.bodR5 { border-radius:5px;}
.bodR8 { border-radius:8px;}

.bod0 { border:0;}
.bod1 { border:1px solid #c7c7c7;}
.bodStyle1 { border:0; border-top:1px solid #fff; border-bottom:1px solid #c7c7c7;}
.bodStyle2 { border:0; border-bottom:1px dotted #c7c7c7;}
.bodStyle3 { border:0; border-bottom:1px solid #eaeaea;}

/*盒子-边距*/
.m { margin:auto;}
.m0 { margin:0;}

.m01 { margin:1px;}
.m02 { margin:2px;}
.m04 { margin:4px;}
.m06 { margin:6px;}
.m08 { margin:8px;}
.m10 { margin:10px;}
.m12 { margin:12px;}
.m14 { margin:14px;}
.m16 { margin:16px;}
.m18 { margin:18px;}
.m20 { margin:20px;}
.m22 { margin:22px;}
.m24 { margin:24px;}
.m26 { margin:26px;}
.m28 { margin:28px;}
.m30 { margin:30px;}
.m32 { margin:32px;}
.m34 { margin:34px;}
.m36 { margin:36px;}
.m38 { margin:38px;}
.m40 { margin:40px;}

.mt01 { margin-top:1px;}
.mt02 { margin-top:2px;}
.mt04 { margin-top:4px;}
.mt06 { margin-top:6px;}
.mt08 { margin-top:8px;}
.mt10 { margin-top:10px;}
.mt12 { margin-top:12px;}
.mt14 { margin-top:14px;}
.mt16 { margin-top:16px;}
.mt18 { margin-top:18px;}
.mt20 { margin-top:20px;}
.mt22 { margin-top:22px;}
.mt24 { margin-top:24px;}
.mt26 { margin-top:26px;}
.mt28 { margin-top:28px;}
.mt30 { margin-top:30px;}
.mt32 { margin-top:32px;}
.mt34 { margin-top:34px;}
.mt36 { margin-top:36px;}
.mt38 { margin-top:38px;}
.mt40 { margin-top:40px;}

.mr01 { margin-right:1px;}
.mr02 { margin-right:2px;}
.mr04 { margin-right:4px;}
.mr06 { margin-right:6px;}
.mr08 { margin-right:8px;}
.mr10 { margin-right:10px;}
.mr12 { margin-right:12px;}
.mr14 { margin-right:14px;}
.mr16 { margin-right:16px;}
.mr18 { margin-right:18px;}
.mr20 { margin-right:20px;}
.mr22 { margin-right:22px;}
.mr24 { margin-right:24px;}
.mr26 { margin-right:26px;}
.mr28 { margin-right:28px;}
.mr30 { margin-right:30px;}
.mr32 { margin-right:32px;}
.mr34 { margin-right:34px;}
.mr36 { margin-right:36px;}
.mr38 { margin-right:38px;}
.mr40 { margin-right:40px;}

.mb01 { margin-bottom:1px;}
.mb02 { margin-bottom:2px;}
.mb04 { margin-bottom:4px;}
.mb06 { margin-bottom:6px;}
.mb08 { margin-bottom:8px;}
.mb10 { margin-bottom:10px;}
.mb12 { margin-bottom:12px;}
.mb14 { margin-bottom:14px;}
.mb16 { margin-bottom:16px;}
.mb18 { margin-bottom:18px;}
.mb20 { margin-bottom:20px;}
.mb22 { margin-bottom:22px;}
.mb24 { margin-bottom:24px;}
.mb26 { margin-bottom:26px;}
.mb28 { margin-bottom:28px;}
.mb30 { margin-bottom:30px;}
.mb32 { margin-bottom:32px;}
.mb34 { margin-bottom:34px;}
.mb36 { margin-bottom:36px;}
.mb38 { margin-bottom:38px;}
.mb40 { margin-bottom:40px;}

.ml01 { margin-left:1px;}
.ml02 { margin-left:2px;}
.ml04 { margin-left:4px;}
.ml06 { margin-left:6px;}
.ml08 { margin-left:8px;}
.ml10 { margin-left:10px;}
.ml12 { margin-left:12px;}
.ml14 { margin-left:14px;}
.ml16 { margin-left:16px;}
.ml18 { margin-left:18px;}
.ml20 { margin-left:20px;}
.ml22 { margin-left:22px;}
.ml24 { margin-left:24px;}
.ml26 { margin-left:26px;}
.ml28 { margin-left:28px;}
.ml30 { margin-left:30px;}
.ml32 { margin-left:32px;}
.ml34 { margin-left:34px;}
.ml36 { margin-left:36px;}
.ml38 { margin-left:38px;}
.ml40 { margin-left:40px;}

/*属性-颜色*/
.colorContrast { color:#660066;}
.colorContrast-cuL1 { color:#cc00cc;}
.colorContrast-cuD1 { color:#470047;}

.colorSub { color:#ff8704;}

.bg-colorContrast { background:#660066;}
.bg-colorSub { background:#ff8704;}

.bg0 { background:none;}

.colorWhite { color:#fff;}
.colorWhite-cuDf9 { color:#f9f9f9;}
.colorWhite-cuD1 { color:#f4f4f4;}
.colorWhite-cuD2 { color:#eaeaea;}
.colorWhite-cuD3 { color:#e0e0e0;}
.colorWhite-cuD4 { color:#d6d6d6;}
.colorWhite-cuD5 { color:#ccc;}
.colorWhite-cuD6 { color:#c1c1c1;}
.colorWhite-cuD7 { color:#b7b7b7;}
.colorWhite-cuD8 { color:#adadad;}
.colorWhite-cuD9 { color:#a3a3a3;}
.colorBlack-cuL9 { color:#999;}
.colorBlack-cuL8 { color:#888;}
.colorBlack-cuL7 { color:#777;}
.colorBlack-cuL6 { color:#666;}
.colorBlack-cuL5 { color:#555;}
.colorBlack-cuL4 { color:#444;}
.colorBlack-cuL3 { color:#333;}
.colorBlack-cuL2 { color:#222;}
.colorBlack-cuL1 { color:#111;}
.colorBlack { color:#000;}
.bg-colorWhite { background:#fff;}
.bg-colorWhite-cuDf9 { background:#f9f9f9;}
.bg-colorWhite-cuD1 { background:#f4f4f4;}
.bg-colorWhite-cuD2 { background:#eaeaea;}
.bg-colorWhite-cuD3 { background:#e0e0e0;}
.bg-colorWhite-cuD4 { background:#d6d6d6;}
.bg-colorWhite-cuD5 { background:#ccc;}
.bg-colorWhite-cuD6 { background:#c1c1c1;}
.bg-colorWhite-cuD7 { background:#b7b7b7;}
.bg-colorWhite-cuD8 { background:#adadad;}
.bg-colorWhite-cuD9 { background:#a3a3a3;}
.bg-colorBlack-cuL9 { background:#999;}
.bg-colorBlack-cuL8 { background:#888;}
.bg-colorBlack-cuL7 { background:#777;}
.bg-colorBlack-cuL6 { background:#666;}
.bg-colorBlack-cuL5 { background:#555;}
.bg-colorBlack-cuL4 { background:#444;}
.bg-colorBlack-cuL3 { background:#333;}
.bg-colorBlack-cuL2 { background:#222;}
.bg-colorBlack-cuL1 { background:#111;}
.bg-colorBlack { background:#000;}

.bg-img1 { background:url(../images/public/bg1.png) repeat;}
.bg-img2 { background:url(../images/public/bg2.png) repeat;}

/*属性-显示*/
.block { display:block;}
.none { display:none;}
.inline { display:inline;}
.inline-block { display:inline-block;}

/*属性-溢出*/
.oa { overflow:auto;}
.oh { overflow:hidden;}
.ov { overflow:visible;}

/*属性-鼠标*/
a { outline:none; onfocus="this.blur();" blr:expression(this.onFocus=this.blur());} /*去掉IE FF连接虚线框*/
a:focus { outline:none; -moz-outline:none; }/*去掉IE FF连接虚线框*/

a { text-decoration:none; color:inherit;}
a:hover { text-decoration:none; cursor:pointer;}

.linkUnderline { text-decoration:underline;}

.hoverWhite:hover { color:#fff;}
.hoverContrast:hover { color:#660066;}
.hoverUnderline:hover { text-decoration:underline;}
.hoverContrastReturn { background:#660066; color:#fff;}
.hoverContrastReturn:hover { background:#fff; color:#660066;}

.cp { cursor:pointer;}

.effect:hover { border: 1px solid #999;} /*文字输入框焦点美化*/
.effect:focus { background-color:#fffdeb;} /*文字输入框焦点美化*/
.trans { transition: all .3s; -webkit-transition: all .3s; -moz-transition: all .3s; -o-transition: all .3s;}/*鼠标效果显隐柔和*/

input.amount:hover { border: 2px solid #f90;} /*文字输入框焦点美化*/
input.amount:focus { background-color:#fffdeb; border-color:#e0e0e0;} /*文字输入框焦点美化*/
span.effectLogin:hover { background-color:#fffdeb;} /*文字输入框焦点美化*/

/*属性-滤镜-文字阴影*/
.ts0 { text-shadow:0px 0px 0px;}
.ts1 { text-shadow:0px 0px 4px #21252a;}
.ts2 { text-shadow:0px 0px 2px #000;}
.ts3 { text-shadow:1px 1px 1px #fff;}

/*属性-滤镜-块阴影*/
.boxs1 { box-shadow:2px 2px 2px 0 #666;}
.boxs2 { box-shadow:0 0 10px 0 #ccc;}

/*属性-滤镜-半透明*/
.filter1 { background:rgba(9,18,24,0.7); filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#70091218',endColorstr = '#70091218')\9;}
.filter2 { background:rgba(177,100,54,0.7); filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#70b16436',endColorstr = '#70b16436')\0;}
.filter3 { background:rgba(136,66,73,0.7); filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#70884249',endColorstr = '#70884249')\9;}
.filter4 { background:rgba(98,139,172,0.7); filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#70628bac',endColorstr = '#70628bac')\9;}

/*文字-字号粗细对齐斜体*/
.fz40 { font-size:40px;}
.fz30 { font-size:30px;}
.fz20,h1 { font-size:20px;}
.fz16,h2 { font-size:16px;}
.fz14,h3 { font-size:14px;}
.fz12,h4 { font-size:12px;}
.fz10 { font-size:10px;}

.fwDefault { font-weight:300;}
.fwBold { font-weight:bold;}
.fwBolder { font-weight:bolder;}
.fwLighter { font-weight:lighter;}

.tac { text-align:center;}
.tal { text-align:left;}
.tar { text-align:right;}

.vam { vertical-align:middle;}

.fsi { font-style:italic;}

/*文字-字体*/
.ff1 { font-family:Arial Black;}
.ff2 { font-family:Helvetica;}

/*定位*/ 
.fl { float:left;}
.fr { float:right;}
.clearFlot { clear:both;}
.clearL { clear:left;}
.clearR { clear:right;}
.clearFlot,.clearL,.clearR { height:0!important; line-height:0!important; font-size:0!important;}

.poR { position:relative;}
.poA { position:absolute;}
.poF { position:fixed;}

.t0 { top:0;}
.r0 { right:0;}
.b0 { bottom:0;}
.l0 { left:0;}

.z1 { z-index:1;}
.z2 { z-index:2;}
.z3 { z-index:3;}
.z4 { z-index:4;}
.z5 { z-index:5;}

/*引入-表单-按钮*/
.btn17050imgA,.btn14040imgA,.btn12035imgA,.btn10025imgA,.btn10025imgCsA,
.btn17050imgB,.btn14040imgB,.btn12035imgB,.btn10025imgB,.btn10025imgCsB { border:none; display:inline-block; background:url(../images/public/btnImg.png) no-repeat; cursor:pointer; text-align:center; vertical-align:middle;}

.btn17050imgA,.btn14040imgA,.btn12035imgA,.btn10025imgA,.btn10025imgCsA { color:#fff;}
.btn17050imgB,.btn14040imgB,.btn12035imgB,.btn10025imgB,.btn10025imgCsB { color:#888;}

.btn17050color,.btn14040color,.btn12035color,.btn10025color,.btn10025colorCs { border:none; display:inline-block; cursor:pointer; text-align:center; vertical-align:middle; text-indent:0;}

.btn17050imgA { width:170px; height:50px; line-height:50px; background-position:-20px -10px; font-size:20px;}
.btn17050imgA:hover { background-position:-20px -60px;}
.btn17050imgB { width:170px; height:50px; line-height:50px; background-position:-270px -10px; font-size:20px;}
.btn17050imgB:hover { background-position:-270px -60px;}
.btn17050color { width:170px; height:50px; line-height:50px; font-size:20px; border-radius:8px;}

.btn14040imgA { width:140px; height:40px; line-height:40px; background-position:-20px -110px; font-size:16px;}
.btn14040imgA:hover { background-position:-20px -150px;}
.btn14040imgB { width:140px; height:40px; line-height:40px; background-position:-270px -110px; font-size:16px;}
.btn14040imgB:hover { background-position:-270px -150px;}
.btn14040color { width:140px; height:40px; line-height:40px; font-size:16px; border-radius:5px;}

.btn12035imgA { width:120px; height:35px; line-height:33px; background-position:-20px -190px; font-size:14px;}
.btn12035imgA:hover { background-position:-20px -225px;}
.btn12035imgB { width:120px; height:35px; line-height:33px; background-position:-270px -190px; font-size:14px;}
.btn12035imgB:hover { background-position:-270px -225px;}
.btn12035color { width:120px; height:35px; line-height:35px; font-size:14px; border-radius:5px;}

.btn10025imgA { width:100px; height:25px; line-height:23px; background-position:-20px -260px; font-size:12px;}
.btn10025imgA:hover { background-position:-20px -285px;}
.btn10025imgB { width:100px; height:25px; line-height:23px; background-position:-270px -260px; font-size:12px;}
.btn10025imgB:hover { background-position:-270px -285px;}
.btn10025color { width:100px; height:25px; line-height:23px;  font-size:12px; border-radius:3px;}

.btn10025imgCsA { width:80px; height:25px; line-height:23px; background-position:-20px -310px; font-size:12px; padding-left:20px;}
.btn10025imgCsA:hover { background-position:-20px -335px;}
.btn10025imgCsB { width:100px; height:25px; line-height:23px; background-position:-270px -310px; font-size:12px;}
.btn10025imgCsB:hover { background-position:-270px -335px;}
.btn10025colorCs { width:100px; height:25px; line-height:25px; font-size:12px; border-radius:3px; padding:0 20px;}

.bg-cuL2:hover { background-image:url(../images/public/bg-cuL2.png); background-repeat:repeat;}/*颜色按钮鼠效*/
.ml110 { margin-left:113px;}/*按钮定位*/
.ml160 { margin-left:160px;}
.ml180 { margin-left:180px;}
.ml200 { margin-left:200px;}
.ml330 { margin-left:330px;}

input.f5 { width:22px; height:22px; border:none; background:url(../images/public/refresh.png) no-repeat center center;}/*刷新*/
input.f5:hover { background:url(../images/public/refreshHover.png) no-repeat center center; cursor:pointer;}

/*引入-表单-套件*/
.select { background:url(../images/public/styleSelect.png) no-repeat right center; overflow:hidden; display:inline; float:left;}
.select select { border:none; background:transparent; cursor:pointer;  -webkit-appearance: none; /*for chrome*/}
.select.select300 { width:285px;}
.select.select300 select { width:300px;}
.select.select100 { width:100px;}
.select.select100 select { width:115px;}
select option { padding:3px 0;}

select,.input { height:22px; line-height:22px;}
input.amount { width:98px; height:28px; line-height:28px; border:solid 2px #009dab; font-size:14px;}/*输入金额*/

label.title { width:100px; height:22px; line-height:22px; font-weight:400;}

/*提醒*/
.remind { border:1px solid #f4f4f4; background:#ffffee; color:#ff7f00;}
.star {width:10px;}

/*引入-图片-ICO-头部登陆前后*/
.icoLogin { display:inline-block; background:url(../images/public/icoLogin.png) no-repeat;}
.icoLoginUser1 { width:14px;height:15px; background-position:0 0;}
.icoLoginMsg { width:20px;height:14px; background-position: -15px -1px;}
.icoLoginHide { width:12px; height:4px; background-position:-39px -6px;}
.icoLoginShow { width:12px; height:12px; background-position:-54px -2px;}
.icoLoginFresh { width:16px; height:15px; background-position:-70px 0;}
.icoLoginDeposit { width:22px; height:15px; background-position:-89px 0;}
.icoLoginUser2 { width:12px; height:12px; background-position:0 -17px;}
.icoLoginLock { width:12px; height:12px; background-position:-12px -17px;}
.icoLoginForgot { width:12px; height:12px; background-position:-24px -17px;}

/*引入-图片-ICO-侧边栏产品列表*/
.icoPro { width:23px; height:23px; display:inline-block; background:url(../images/public/icoPro.png) no-repeat;}
.icoProBaijiale { background-position:0px 0px;}
.icoProLonghu { background-position:0px -23px;}
.icoProLunpan { background-position:0px -46px;}  
.icoProToubao { background-position:0px -69px;}  
.icoProSangong { background-position:0px -92px;}
.icoProSlots { background-position:0px -115px;}
.icoProSports { background-position:0px -138px;}
.icoProLottery { background-position:0px -161px;}

/*引入-图片-ICO-真人*/
.icoCasino { width:25px; height:25px; display:inline-block; background:url(../images/public/icoCasino.png) no-repeat; float:left;}
.icoCasinoBaijiale { background-position:0px 0;}  
.icoCasinoLonghu { background-position:-25px 0;}  
.icoCasinoLunpan { background-position:-50px 0;}  
.icoCasinoToubao { background-position:-75px 0;} 
.icoCasinoSangong { background-position:-100px 0;} 
.icoCasinoLottery { background-position:-125px 0;} 

/*引入-图片-ICO-优惠-会员-帮助*/
.icoMenuSub { width:20px; height:20px; display:inline-block; background:url(../images/public/icoMenuSub1.png) no-repeat;}

.icoPromoHot { background-position:0px 0px;}  
.icoPromoSlot { background-position:0px -20px;}  
.icoPromoCasino { background-position:0px -40px;}  
.icoPromoSport { background-position:0px -60px;}  
.icoPromoLottery { background-position:0px -80px;}  
.icoPromoVip { background-position:0px -100px;}  
.icoPromoAll { background-position:0px -120px;}  
.icoPromoFinish { background-position:0px -140px;}  

.icoMemCash { background-position:-20px 0px;} 
.icoMemRecord { background-position:-20px -20px;} 
.icoMemMsg { background-position:-20px -40px;} 
.icoMemAccound { background-position:-20px -60px;} 

.icoHelpAbout { background-position:-40px 0px;} 
.icoHelpContact { background-position:-40px -20px;} 
.icoHelpDiposit { background-position:-40px -40px;} 
.icoHelpWithdraw { background-position:-40px -60px;} 
.icoHelpFaq { background-position:-40px -80px;} 
.icoHelpCoope { background-position:-40px -100px;} 
.icoHelpRule { background-position:-40px -120px;} 
.icoHelpUser { background-position:-40px -140px;} 

/*引入-图片-ICO-会员Tab*/
.icoMember { width:30px; height:22px; display:inline-block; background:url(../images/public/icoMenuSub2.png) no-repeat;}
.icoDeposit { background-position:0px 0px;}  
.icoWithdrawal { background-position:0px -22px;}  
.icoTransfer { background-position:0px -44px;}  
.icoMessage { background-position:0px -66px;}  
.icoRecord { background-position:0px -88px;}
.icoAccount { background-position:0px -110px;}

/*引入-图片-ICO-帮助中心*/
.icoHelp { width:23px; height:23px; display:inline-block; background:url(../images/public/icoHelp.png) no-repeat;}
.icoHelpCom { background-position:0px 0px;}  
.icoHelpMem { background-position:0px -23px;}  
.icoHelpFin { background-position:0px -46px;}  
.icoHelpPro { background-position:0px -69px;}  

/*引入-图片-ICO-侧边栏在线客服*/
.icoSevice { display:inline-block; background:url(../images/public/icoSevice.png) no-repeat;}
.cs { width:23px; height:19px; background-position:-22px -47px;}  
.mail { width:23px; height:19px; background-position:-20px -78px;}
.phone { width:23px; height:20px; background-position:-22px -108px;}
.qq { width:23px; height:16px; background-position:-21px -141px;}
.faq { width:23px; height:23px; background-position:-20px -168px;}

/*引入-图片-ICO-气泡提示框-平台简介*/
.toolTipPlat  { position:relative; z-index:2;}
.toolTipPlatContent { width:220px; height: auto; padding:20px; display:none; position:absolute; top:27px; right:0; z-index:3;}
.toolTipPlatContent:before { width:50px; height:7px; display:block; background:url(../images/public/toolTips.png) no-repeat  -50px 0; content:"";  position:absolute; top:-7px; right:0px;}
/*引入-图片-ICO-气泡提示框-注册表单*/
.toolTipValidateContent { width:200px; padding:10px; border:1px solid #ccc; border-radius:5px; display:none; background:#fff; position:absolute; top:-7px; right:-223px; z-index:2;}
.toolTipValidateContent:before { width:10px; height:29px; display:block; background:url(../images/public/toolTips.png) no-repeat  -28px 0; content:"";  position:absolute; top:5px; left:-10px;}
/*引入-图片-ICO-气泡提示框-注册表单-颜色指示*/
.iconTip {display:inline-block; background:url(../images/public/toolTips.png) no-repeat; margin:0 5px; vertical-align:middle;}
.iconTipRight {width:13px; height:13px;  background-position:0 0;}
.iconTipWrong {width:13px; height:13px;  background-position: 0 -13px;}
.iconTipBord {width:7px; height:7px;  background-position: -17px 0;}
.iconTipGreen {width:7px; height:7px; background-position: -17px -7px;}
.iconTipRed {width:7px; height:7px; background-position: -17px -14px;}
.iconTipArrow1 {width:15px; height:28px; background-position: -28px 0;}
.iconTipArrow2 {width:50px; height:7px; background-position: -50px 0;}

/*引入-图片-ICO-页脚标志*/
.icoFooter { display:inline-block; background:url(../images/public/icoFooter.png) no-repeat;}
.proBBIN { width:47px; height:18px; background-position:-3px -40px;}
.proBBIN:hover { width:47px; height:18px; background-position:-3px -86px;}
.proHG { width:78px; height:27px; background-position:-75px -35px;}
.proHG:hover { width:78px; height:27px; background-position:-75px -81px;}
.proMG { width:90px; height:22px; background-position:-167px -40px;}
.proMG:hover { width:90px; height:22px; background-position:-167px -86px;}
.proPT { width:98px; height:22px; background-position:-272px -38px;}
.proPT:hover { width:98px; height:22px; background-position:-272px -84px;}
.proBET188 { width:53px; height:29px; background-position:-386px -34px;}
.proBET188:hover { width:53px; height:29px; background-position:-386px -80px;}
.proGP { width:106px; height:21px; background-position:-451px -39px;}
.proGP:hover { width:106px; height:21px; background-position:-451px -85px;}
.proHS { width:118px; height:29px; background-position:-574px -33px;}
.proHS:hover { width:118px; height:29px; background-position:-574px -79px;}
.proKG { width:57px; height:22px; background-position:-703px -38px;}
.proKG:hover { width:57px; height:22px; background-position:-703px -84px;}
.payMasterCard { width:42px; height:25px; background-position:-4px -156px;}
.payMasterCard:hover { width:42px; height:25px; background-position:-4px -200px;}
.payVISA { width:51px; height:15px; background-position:-59px -161px;}
.payVISA:hover { width:51px; height:15px; background-position:-59px -205px;}
.payUniPay { width:35px; height:22px; background-position:-131px -158px;}
.payUniPay:hover { width:35px; height:22px; background-position:-131px -202px;}
.payAli { width:72px; height:25px; background-position:-191px -157px;}
.payAli:hover { width:72px; height:25px; background-position:-191px -201px;}
.soResponsible { width:96px; height:25px; background-position:-6px -278px;}
.soResponsible:hover { width:96px; height:25px; background-position:-6px -320px;}
.soGamcare { width:26px; height:27px; background-position:-122px -277px;}
.soGamcare:hover { width:26px; height:27px; background-position:-122px -319px;}
.soOver18 { width:28px; height:28px; background-position:-166px -276px;}
.soOver18:hover { width:28px; height:28px; background-position:-166px -318px;}
.idFc { width:138px; height:30px; background-position:-319px -274px;}
.idFc:hover { width:138px; height:30px; background-position:-319px -313px;}
.idCeza { width:82px; height:32px; background-position:-477px -274px;}
.idCeza:hover { width:82px; height:32px; background-position:-477px -313px;}
.idGocIm { width:88px; height:30px; background-position:-586px -273px;}
.idGocIm:hover { width:88px; height:30px; background-position:-586px -312px;}
.idNcgag { width:97px; height:29px; background-position:-694px -272px;}
.idNcgag:hover { width:97px; height:29px; background-position:-694px -311px;}