You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

665 lines
16 KiB
CSS

@charset "utf-8";
/*reset.css*/
html {
font-size:100%;
}
body {
margin:0;
background:#f1f2f3;
color: #666;
font:12px/1.5 "microsoft yahei", Arial, sans-serif;
}
dl, dd, h1, h2, h3, h4, h5, h6, p, ul, ol {
margin:0;
}
ul, ol {
padding-left:0;
list-style-type:none;
}
img {
border:0;
}
a {
color: #333;
text-decoration:none;
outline: 0 none;
}
a:hover {
color: #000;
text-decoration:none;
}
a, button {
cursor:pointer
}
table {
border-collapse:collapse;
border-spacing:0
}
input, select, img {
vertical-align:middle;
}
a, input, button {
padding:0;
margin:0;
outline:0
}
i, em {
font-style: normal;
}
.fl {
float: left;
display: inline;
}
.fr {
float: right;
display: inline;
}
.dib {
display: inline-block;
vertical-align: top;
*display: inline;
*zoom: 1;
}
.tc {
text-align: center;
}
.fz14 {
font-size: 14px;
}
.fix {
zoom:1;
}
.fix:after, .fix:before {
display:block;
content:"clear";
height:0;
clear:both;
overflow:hidden;
visibility:hidden;
}
.none {
display: none;
}
.hidden {
width: 0px;
height: 0px;
overflow: hidden;
}
.wrapper {
min-width: 1200px;
overflow: hidden;
background: #f1f2f3;
}
.c-blue {
color: #03b4f5;
}
.c-red {
color: #f00;
}
.icon, .slide-next:before, .slide-prev:before {
display: inline-block;
vertical-align: top;
*vertical-align: middle;
background: url(../../images/selfbuilt/csp-index.png) no-repeat;
}
.laybox {
overflow: hidden;
background: #fff;
zoom: 1;
}
.g-top {
height: 38px;
padding-top: 2px;
color: #a9a9a9;
position: relative;
z-index: 9;
}
.g-top a {
color: #a9a9a9;
}
.g-top a:hover {
color: #03b4f5;
}
.g-main {
width: 1200px;
margin: 0 auto;
position: relative;
}
.g-top .g-main {
height: 37px;
line-height: 37px;
border-bottom: 1px solid #e8e8e8;
}
.g-top-left {
margin-left: -5px;
}
.g-top-right {
margin-right: -5px;
}
.g-top a, .g-top span {
display: inline-block;
margin: 0 5px;
}
.g-top span a {
margin: 0;
}
.g-top .logined {
display: none;
}
.i-phone, .i-mail, .i-user, .i-pc, .i-list {
zoom: 1;
width: 18px;
height: 14px;
vertical-align: middle;
background-position: 0 0;
position: relative;
top: -1px;
*top:1px;
}
.i-mail {
background-position: 0 -30px;
}
.i-user {
background-position: 0 -60px;
}
.i-pc {
background-position: 0 -89px;
}
.i-garr {
background-position: 0 -780px;
}
.i-list {
background-position: 4px -118px;
}
.g-allgame-trigger.active {
color: #03b4f5;
}
.g-allgame-trigger:hover .i-list, .g-allgame-trigger.active .i-list {
background-position: 4px -148px;
}
.i-add {
width: 30px;
height: 30px;
background-position: 7px -172px;
}
.g-allgame-list .fd:hover .i-add {
background-position: 7px -202px;
}
.g-allgame-list .i-garr {
width: 11px;
height: 6px;
position: absolute;
top: -6px;
right: 36px;
}
.g-btn, .g-btn-s {
display: inline-block;
vertical-align: top;
width: 120px;
min-width: 88px;
height: 32px;
line-height: 32px;
text-align: center;
color: #9f9f9f;
border: 1px solid #c7c7c7;
border-radius: 15px;
cursor: pointer;
background: #fff;
font-family: 'microsoft yahei';
font-size: 12px;
box-sizing: content-box;
}
.g-btntn {
display: inline-block;
vertical-align: top;
width: 120px;
min-width: 88px;
height: 32px;
line-height: 32px;
text-align: center;
color: #9f9f9f;
border: 1px solid #c7c7c7;
border-radius: 15px;
cursor: pointer;
background: #dedede;
font-family: 'microsoft yahei';
font-size: 12px;
box-sizing: content-box;
}
.g-btn-s {
width: 72px;
min-width: 72px;
height: 24px;
line-height: 24px;
}
.g-btn:hover, .g-btn-s:hover {
color: #fff;
border-color: #03b4f5;
background: #03b4f5;
}
/*.g-header*/
.g-header {
height: 90px;
background: #fff;
box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
position: relative;
z-index: 2;
}
.g-logo {
width: 215px;
height: 90px;
/*text-indent: -999px;*/
overflow: hidden;
/*background: url(../images/logo.png) no-repeat center;*/
}
.g-logo img{ width: 190px; height: 60px; vertical-align: middle; margin-top: 15px;}
.g-menu {
height: 90px;
overflow: hidden; /*width: 696px;*/
}
.header_1_nav .nLi{ float:left; position:relative; display:inline;text-indent: 17px;}
.header_1_nav .nLi a{ display:block; font-size: 12px; }
.header_1_nav .sub{ display:none; width:100px; left:0; top:34px; position:absolute; background:#fff;height:auto;border:1px #4E4E4E; line-height:26px; padding:5px 0; opacity: 0.9;z-index:99999;}
.header_1_nav .sub li{ zoom:1; list-style-type:none}
.header_1_nav .sub a{ display:block; padding:0 10px;}
.header_1_nav .sub a:hover{ background:#6d6d6d; color:#fff; }
#twml{background:url(../../images/99sy/nLi.png) 70px -84px no-repeat;}
#fr{float:right;}
.n1{background:url(../../images/99sy/nLi.png) 0px 12px no-repeat;}
.n2{background:url(../../images/99sy/nLi.png) 0px -16px no-repeat;}
.n6{background:url(../../images/99sy/head_2.png) 0px 11px no-repeat;}
.g-menu a {
display: block;
height: 90px;
color: #1e1e1e;
font-size: 16px;
overflow: hidden;
margin-left: 5px;
position: relative;
transition: color 0.2s ease-in;
float: left;
_display: inline;
zoom: 1;
}
.g-menu a span {
display: inline-block;
vertical-align: top;
height: 85px;
line-height: 90px;
overflow: hidden;
border-radius: 20px;
padding: 0px 20px;
height: 30px;
line-height: 30px;
margin-top: 30px;
}
.g-menu a:hover, .g-menu .active {
color: #03b4f5;
}
.g-menu a:hover span, .g-menu .active span {
display: block;
background: #E36534;
color:#fff;
}
.g-menu a i {
display: block;
width: 0%;
height: 5px;
margin: 0 auto;
overflow: hidden;
background: #03b4f5;
*position: absolute;
bottom: 0px;
left: 0px;
-webkit-transition: all .2s ease-out;
-moz-transition: all .2s ease-out;
-o-transition: all .2s ease-out;
transition: all .2s ease-out;
}
.g-allgame-list {
width: 460px;
height: 150px;
border: 1px solid #e8e8e8;
border-radius: 0 0 5px 5px;
box-shadow: 0 0 3px #e9e9e9;
background: #fff;
position: absolute;
top: 35px;
right: 0px;
z-index: 9;
display: none;
}
.g-allgame-list .col-bd {
margin-right: -2px;
}
.g-allgame-list .col {
width: 230px;
height: 120px;
border-right: 1px solid #e8e8e8;
overflow: hidden;
}
.g-allgame-list .hd {
height: 30px;
line-height: 30px;
color: #999;
padding-left: 10px;
background: #f9f9f9;
}
.g-allgame-list .bd {
margin-right: -2px;
}
.g-allgame-list .bd li {
width: 115px;
height: 29px;
line-height: 30px;
border-bottom: 1px solid #e8e8e8;
border-right: 1px solid #e8e8e8;
float: left;
}
.g-allgame-list .bd a {
display: block;
padding:0 10px;
}
.g-allgame-list .fd {
display: block;
height: 30px;
line-height: 30px;
text-align: center;
color: #999;
margin: 0;
background: #f9f9f9;
}
.g-allgame-list .fd:hover {
color: #03b4f5;
}
/*.g-footer*/
.g-flinks {
width: 100%;
height: 84px;
line-height: 80px;
margin-top: 45px;
overflow: hidden;
position: relative;
background: #fff url(../../images/99sy/bg-flinks.jpg) top center no-repeat;
}
.g-flinks .links {
padding-left: 220px;
}
.g-flinks .links a {
font-size: 14px;
color: #8c8b8b;
margin: 0 5px;
}
.g-flinks .links a:hover {
color: #03b4f5;
}
.g-footer {
text-align: center;
line-height: 30px;
color: #999898;
padding: 30px 0 20px 0;
background: #fff;
}
.g-footer a {
color: #999898;
}
.g-footer a:hover {
color: #03b4f5;
}
.legal-1, .legal-2, .legal-3, .legal-4, .legal-5, .legal-6 {
display: inline-block;
width: 50px;
height: 50px;
background: url(../../images/99sy/footer-ico.png) no-repeat;
}
.legal-2 {
background-position: 0 -50px;
}
.legal-3 {
background-position: 0 -100px;
}
.legal-4 {
background-position: -50px 0;
}
.legal-5 {
background-position: -50px -50px;
}
.legal-6 {
background-position: -50px -100px;
}
/*.g-sidefun*/
.g-sidefun {
border: 1px solid #e5e5e5;
border-radius: 5px;
background: #fff;
position: fixed;
_position: absolute;
bottom: 148px;
right: 20px;
}
.g-sidefun a {
display: block;
width: 50px;
height: 30px;
padding: 11px 0 10px 0;
text-align: center;
border-bottom: 1px solid #e5e5e5;
position: relative;
}
.g-sidefun a:first-child {
border-radius: 5px 5px 0 0;
}
.g-sidefun a:last-child {
border-radius: 0 0 5px 5px;
}
.g-sidefun a:hover {
background: #03b4f5;
}
.i-qr, .i-olkf, .i-totop {
width: 30px;
height: 30px;
}
.i-qr {
background-position: 2px -808px;
}
.i-olkf {
background-position: 0px -837px;
}
.i-totop {
background-position: 2px -868px;
}
.g-sidefun .qrcode:hover .i-qr {
background-position: 2px -898px;
}
.g-sidefun .olkf:hover .i-olkf {
background-position: 0 -927px;
}
.g-sidefun .totop:hover .i-totop {
background-position: 2px -958px;
}
.g-sidefun .wechat-content {
width: 168px;
border: 1px solid #d9d9d9;
border-radius: 5px;
background: #fff;
position: absolute;
right: 60px;
top: -134px;
display: none;
}
.g-sidefun .wechat-content p {
margin: -8px 0 6px 0;
}
.g-sidefun .wechat-content span {
color: #03b4f5;
}
.g-sidefun .arrow {
width: 8px;
height: 13px;
background: url(../../images/99sywechat-arrow.png) no-repeat;
position: absolute;
bottom: 20px;
right: -8px;
}
.g-sidefun .qrcode:hover .wechat-content {
display: block;
}
/*.pagination*/
.pagination {
width: 100%;
height: 32px;
line-height: 32px;
text-align: center;
margin: 20px 0 40px 0;
overflow: hidden;
}
.pagination a {
color: #999;
padding: 6px 12px;
border: 1px solid #cfcfcf;
margin: 0 6px;
border-radius: 5px;
background: #fff;
}
.pagination .page:hover, .pagination .nextPage:hover, .pagination .more:hover, .pagination .current, .pagination .on {
color: #fff;
border: 1px solid #03b4f5;
background: #03b4f5;
}
.pagination .disabled {
color: #d5d5d5;
background: rgba(208, 206, 206, .45);
cursor: default;
}
/*icon*/
.pf-android, .pf-ios {
display: inline-block;
vertical-align: text-top;
width: 18px;
height: 20px;
background: url(../../images/99sy/pf-type.png) no-repeat;
}
.pf-ios {
background-position: 0 -30px;
}
/*kill ie*/
.killie {
width: 100%;
height: 30px;
line-height: 30px;
color: #c7a17b;
text-align: center;
background: #ffffe1;
}
.killie a {
color: #3399ff;
}
.killie a:hover {
text-decoration: underline;
}
/*loading*/
.slide-box, .rmd-game-list .game-pic, .mod-hd-box .hd, .remgift-list .img, .imgnews-box .item {
background: url(../../images/99sy/loading.gif) center center no-repeat;
}
/* 搜索 */
.search-which-game {
width:155px;
height:24px;
margin-top:5px;
margin-right:10px;
border:1px solid #03b4f5;
border-radius:4px;
position:relative;
background:url(../../images/99sy/search_btn.png) center right no-repeat;
}
.search-txt {
padding-left:10px;
height:24px;
display:block;
font:14px/24px \5FAE\8F6F\96C5\9ED1;
color:#999;
border:none;
background:none;
width:118px;
}
.search-btn {
position:absolute;
width:28px;
height:24px;
border:none;
background:none;
cursor:pointer;
top:0;
right:0;
}
.footer_info {padding: 30px 0;
clear: both;
/*background: #E3E3E3;*/
/*background:#f1f2f3;*/
height: 100px;
margin-bottom:20px;
}
.footer_info .f_p {margin-left:20px; line-height:23px;display: block;
width: 100%;}
.footer_info .f_p a{padding: 0 10px 0 0; color: #656565;}
.footer_info .f_p span {padding: 0 10px 0 0; color: #656565;}
.footer_info .f_p a:hover {text-decoration: underline;}
.wrap {
margin: 0 auto;
width: 1200px;
}
/*页码*/
.pages{color:#999;padding:20px 0px 5px 0px;font-size:13px; *float:right; clear:both;}
.pages a{background:#fff;text-decoration:none;color:#999;}
.pages li{display:inline-block; *float:left;padding:3px 10px 3px 10px;margin-right:5px;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;border:1px solid #DFDFDF;background-color:#FFF;color:#DFDFDF;}
.pages li.thisclass{display:inline-block;border:1px solid #ff7d26;padding:3px 10px 3px 10px;margin-right:5px;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;background:#ff7d26;color:#ffffff;}
.pages li a:hover{ color:#ff7d26;}
/**page**/
.gifts-list-pages{ text-align:right;}
.games-list-pages{ text-align:center; height:54px; padding-top:6px; border:1px solid #ececec; margin-top:-1px; background:#fafafa;}
.video-list-pages{ text-align:right; padding-top:20px;}
.news-list-pages{ text-align:right; padding-top:20px; margin-top:50px;}
#kkpager{}
#kkpager a{border:1px solid #ccc;display:inline-block;padding:3px 10px 3px 10px;margin-right:5px;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;cursor:pointer;background:#fff;text-decoration:none;color:#999;}
#kkpager span.disabled{display:inline-block;padding:3px 10px 3px 10px;margin-right:5px;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;border:1px solid #DFDFDF;background-color:#FFF;color:#DFDFDF;}
#kkpager span.curr{display:inline-block;border:1px solid #ff7d26;padding:3px 10px 3px 10px;margin-right:5px;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;background:#ff7d26;color:#ffffff;}
#kkpager a:hover{border:1px solid #ff7d26;background-color:#ff7d26;color:#fff;}
#kkpager span.normalsize{}
#kkpager_gopage_wrap{position:relative;left:0px;top:0px;}
#kkpager_btn_go{width:44px;height:18px;border:0px;overflow:hidden;line-height:140%;padding:0px;margin:0px;text-align:center;cursor:pointer;background-color:#FF6600;color:#FFF;position:absolute;left:0px;top:-2px;-moz-border-radius:3px;-webkit-border-radius:3px;display:none;}
#kkpager_btn_go_input{width:36px;height:14px;color:#999;text-align:center;margin-left:1px;margin-right:1px;border:1px solid #DFDFDF;position:relative;-moz-border-radius:3px;-webkit-border-radius:3px;left:0px;top:0px;outline:none;}
#kkpager_btn_go_input.focus{border-color:#FF6600;}
#kkpager .pageBtnWrap{}
#kkpager .infoTextAndGoPageBtnWrap{}
#kkpager .spanDot{margin-right:5px;}
#kkpager .currPageNum{color:#FD7F4D;}
#kkpager .infoTextAndGoPageBtnWrap{padding-top:5px;}
.page{width:auto; text-align:center;height:26px;padding:20px 0;display:block; overflow:hidden; line-height:26px;}
.page a,.page a:visited,.page a:active{ border-radius: 3px;padding: 3px 10px 3px 10px;display:inline-block;height:26px; line-height:26px; font-size:12px; color:#666; padding:0 10px; font-family:Tahoma, Arial, Helvetica, sans-serif; background:#d8d8d8; text-decoration:none;overflow:auto; vertical-align:top; margin:0 2px;}
.page a:hover{ background:#DC2D11
;color:#fff;}
.pagepp .current{ border-radius: 3px;padding: 3px 10px 3px 10px;display:inline-block;height:26px; line-height:26px; font-size:12px; color:#fff; padding:0 10px; font-family:Tahoma, Arial, Helvetica, sans-serif; background:#DC2D11; text-decoration:none;overflow:auto; vertical-align:top; margin:0 2px;}
.page span{ background:#DC2D11
; color:#fff; font-weight:bold;height:24px; line-height:24px; font-size:12px; font-style:normal; display:inline-block;padding:0 10px 2px 10px; font-family:Tahoma, Arial, Helvetica, sans-serif; vertical-align:top; margin-right:4px !important;border-radius: 3px;}
.page .pager-dot {background:none; color:#CCC;}
.wx_gift_ok{width:100%; height:100%;position:fixed; left:0; top:0; z-index:9999; text-align: left;}
.wx_gift_ok .mask_layer{background:#000;width:100%; height:100%;position:absolute; left:0; top:0; z-index:10;}
.wx_gift_ok .box{width:500px; height:300px; position:fixed; left:50%; top:50%; margin:-150px 0 0 -250px; background:#fff;font-family:'Microsoft YaHei'; z-index:100;}
.wx_gift_ok .close{ font-size:28px; position:absolute; right:0px; top:0px; cursor:pointer; font-family:"宋体"; color:#fff; width:30px; height:30px; text-align:center; line-height:30px; background:#333;}
.wx_gift_ok .cons{ padding:30px;}
.wx_gift_ok .cons h5{font-size:16px; padding-top:40px; padding-bottom:15px;}
.wx_gift_ok .cons div{}
.wx_gift_ok .cons div p{ border:1px solid #ddd; height:45px; line-height:45px;display:inline-block; width:290px; padding:0 15px; vertical-align:top; font-size:14px;}
.wx_gift_ok .cons div .btns{ width:100px; height:45px; line-height:45px;display:inline-block; background:#DC2D11
; text-align:center; color:#fff;vertical-align:top;cursor:pointer;}
.wx_gift_ok .cons span{ font-size:16px; padding-top:15px; display:block;}
.rmd-game-list .hot-font .txt p{ height: 35px; }
.tjstart{ background:url(../../images/99sy/start_g.png) repeat-x; width:90px; height:18px; display:block; float:left; margin-top: 8px;}
.tjstart em{ background:url(../../images/99sy/start.png) repeat-x; height:18px; display:block;}