@charset "UTF-8"; /*! normalize.css v1.1.3 | MIT License | git.io/normalize */ /* ========================================================================== HTML5 display definitions ========================================================================== */ /** * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3. */ article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; } /** * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3. */ audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; } /** * Prevent modern browsers from displaying `audio` without controls. * Remove excess height in iOS 5 devices. */ audio:not([controls]) { display: none; height: 0; } /** * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4. * Known issue: no IE 6 support. */ [hidden] { display: none; } /* ========================================================================== Base ========================================================================== */ /** * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using * `em` units. * 2. Prevent iOS text size adjust after orientation change, without disabling * user zoom. */ html { font-size: 100%; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ } /** * Address margins handled incorrectly in IE 6/7. */ body { margin: 0; } /* ========================================================================== Links ========================================================================== */ /** * Address `outline` inconsistency between Chrome and other browsers. */ a:focus { outline: thin dotted; } /** * Improve readability when focused and also mouse hovered in all browsers. */ a:active, a:hover { outline: 0; } /* ========================================================================== Typography ========================================================================== */ /** * Address font sizes and margins set differently in IE 6/7. * Address font sizes within `section` and `article` in Firefox 4+, Safari 5, * and Chrome. */ h1 { font-size: 2em; margin: 0.67em 0; } h2 { font-size: 1.5em; margin: 0.83em 0; } h3 { font-size: 1.17em; margin: 1em 0; } h4 { font-size: 1em; margin: 1.33em 0; } h5 { font-size: 0.83em; margin: 1.67em 0; } h6 { font-size: 0.67em; margin: 2.33em 0; } /** * Address styling not present in IE 7/8/9, Safari 5, and Chrome. */ abbr[title] { border-bottom: 1px dotted; } /** * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome. */ b, strong { font-weight: bold; } blockquote { margin: 1em 40px; } /** * Address styling not present in Safari 5 and Chrome. */ dfn { font-style: italic; } /** * Address differences between Firefox and other browsers. * Known issue: no IE 6/7 normalization. */ hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; } /** * Address styling not present in IE 6/7/8/9. */ mark { background: #ff0; color: #000; } /** * Address margins set differently in IE 6/7. */ p, pre { margin: 1em 0; } /** * Correct font family set oddly in IE 6, Safari 4/5, and Chrome. */ code, kbd, pre, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; } /** * Improve readability of pre-formatted text in all browsers. */ pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; } /** * Address CSS quotes not supported in IE 6/7. */ q { quotes: none; } /** * Address `quotes` property not supported in Safari 4. */ q:before, q:after { content: ''; content: none; } /** * Address inconsistent and variable font size in all browsers. */ small { font-size: 80%; } /** * Prevent `sub` and `sup` affecting `line-height` in all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } /* ========================================================================== Lists ========================================================================== */ /** * Address margins set differently in IE 6/7. */ dl, menu, ol, ul { margin: 1em 0; } dd { margin: 0 0 0 40px; } /** * Address paddings set differently in IE 6/7. */ menu, ol, ul { padding: 0 0 0 40px; } /** * Correct list images handled incorrectly in IE 7. */ nav ul, nav ol { list-style: none; list-style-image: none; } /* ========================================================================== Embedded content ========================================================================== */ /** * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3. * 2. Improve image quality when scaled in IE 7. */ img { border: 0; /* 1 */ -ms-interpolation-mode: bicubic; /* 2 */ } /** * Correct overflow displayed oddly in IE 9. */ svg:not(:root) { overflow: hidden; } /* ========================================================================== Figures ========================================================================== */ /** * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11. */ figure { margin: 0; } /* ========================================================================== Forms ========================================================================== */ /** * Correct margin displayed oddly in IE 6/7. */ form { margin: 0; } /** * Define consistent border, margin, and padding. */ fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } /** * 1. Correct color not being inherited in IE 6/7/8/9. * 2. Correct text not wrapping in Firefox 3. * 3. Correct alignment displayed oddly in IE 6/7. */ legend { border: 0; /* 1 */ padding: 0; white-space: normal; /* 2 */ *margin-left: -7px; /* 3 */ } /** * 1. Correct font size not being inherited in all browsers. * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5, * and Chrome. * 3. Improve appearance and consistency in all browsers. */ button, input, select, textarea { font-size: 100%; /* 1 */ margin: 0; /* 2 */ vertical-align: middle; /* 3 */ } /** * Address Firefox 3+ setting `line-height` on `input` using `!important` in * the UA stylesheet. */ button, input { line-height: normal; } /** * Address inconsistent `text-transform` inheritance for `button` and `select`. * All other form control elements do not inherit `text-transform` values. * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+. * Correct `select` style inheritance in Firefox 4+ and Opera. */ button, select { text-transform: none; } /** * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` * and `video` controls. * 2. Correct inability to style clickable `input` types in iOS. * 3. Improve usability and consistency of cursor style between image-type * `input` and others. * 4. Remove inner spacing in IE 7 without affecting normal text inputs. * Known issue: inner spacing remains in IE 6. */ button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */ *overflow: visible; /* 4 */ } /** * Re-set default cursor for disabled elements. */ button[disabled], html input[disabled] { cursor: default; } /** * 1. Address box sizing set to content-box in IE 8/9. * 2. Remove excess padding in IE 8/9. * 3. Remove excess padding in IE 7. * Known issue: excess padding remains in IE 6. */ input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ *height: 13px; /* 3 */ *width: 13px; /* 3 */ } /** * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome. * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome * (include `-moz` to future-proof). */ input[type="search"] { -webkit-appearance: textfield; /* 1 */ -moz-box-sizing: content-box; -webkit-box-sizing: content-box; /* 2 */ box-sizing: content-box; } /** * Remove inner padding and search cancel button in Safari 5 and Chrome * on OS X. */ input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /** * Remove inner padding and border in Firefox 3+. */ button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } /** * 1. Remove default vertical scrollbar in IE 6/7/8/9. * 2. Improve readability and alignment in all browsers. */ textarea { overflow: auto; /* 1 */ vertical-align: top; /* 2 */ } /* ========================================================================== Tables ========================================================================== */ /** * Remove most spacing between table cells. */ table { border-collapse: collapse; border-spacing: 0; } .video, .video .box-bd .mod-pic, .hover-content .hover-hd, .personal, .text .more-info, .fight-rank, .phone-card .left-part ul, .da-ye-types, .my-card .left-part .top, .my-card .left-part .small ul, .my-card .left-part .block ul, .my-card .right-part, .my-card .right-part ul li, .my-card .right-part ul li p, .mobile-huya .huya-ad-v2, .da-ye-bd ul, .mod-top .no-data, .mod-bottom, .mod-bottom .right-part .right-hd, .academy, .academy ul, .hero-rank, .hero-rank .hero-detail-list .thead-simulate, .heros-content .mod-pic, .information, .information .right, .information .left, .activecenter, .activecenter .mod-slide, .activecenter .mod-act-m, .live, .live .mod-tabs-bd.nav_live .directroom-replay > li .live-img .tag, .live .more-live, .live .more-live .nav-right, .live .directroom-poplayer, .live .directroom-poplayer .vs-team, .change-name .tips, .search-box, .whole-game .box-hd, .whole-wrap .box-hd, .whole-game .top-game, .whole-wrap .top-game, .whole-game .top-game ul, .whole-wrap .top-game ul, .whole-game .top-game ul li, .whole-wrap .top-game ul li, .whole-game .mod-tabs-hd, .whole-wrap .mod-tabs-hd, .whole-game .mod-tabs-bd .popgame-list, .whole-wrap .mod-tabs-bd .popgame-list, .message .mod-tabs-content .title, .clothes-hero .hero-content ul, .clothes-hero .hero-content .bottom, .clothes-hero .hero-content .bottom .right-btns, .clothes-hero .hero-content .tip .inner .title, .clothes-hero .hero-content .tip .inner .content .main, .clothes-hero .hero-content .hover-tip .main ul, .clothes-detail .detail-top, .clothes-detail .detail-content li, .clothes-detail .detail-content li .title, .clothes-detail .detail-content li .img-block-wrap, .agency .mod-tabs-hd, .agency .center-top, .agency .content-right, .agency .content-right .vip-content, .agency .center-bottom li .icons, .agency .select-area, .agency .channel, .agency .select, .more-box ul, .bbs-box .rank-ul.username .ul-top, .bbs-box .mod-tabs-hd, .bbs-box ul.top-nav, .bbs-box .sub-nav, .check-card .inner, .check-card .win-hd, .check-card .win-bd .top-line, .check-card .win-bd-content li, .check-card .win-bd-content li .post-info-link, .check-card .win-bd-content li .post-reply, .sameCity .area, .aonic .area, .clearfix, .mod-tabs-trigger, .top-message, .personal-top { *zoom: 1; } .video:before, .video .box-bd .mod-pic:before, .hover-content .hover-hd:before, .personal:before, .text .more-info:before, .fight-rank:before, .phone-card .left-part ul:before, .da-ye-types:before, .my-card .left-part .top:before, .my-card .left-part .small ul:before, .my-card .left-part .block ul:before, .my-card .right-part:before, .my-card .right-part ul li:before, .my-card .right-part ul li p:before, .mobile-huya .huya-ad-v2:before, .da-ye-bd ul:before, .mod-top .no-data:before, .mod-bottom:before, .mod-bottom .right-part .right-hd:before, .academy:before, .academy ul:before, .hero-rank:before, .hero-rank .hero-detail-list .thead-simulate:before, .heros-content .mod-pic:before, .information:before, .information .right:before, .information .left:before, .activecenter:before, .activecenter .mod-slide:before, .activecenter .mod-act-m:before, .live:before, .live .mod-tabs-bd.nav_live .directroom-replay > li .live-img .tag:before, .live .more-live:before, .live .more-live .nav-right:before, .live .directroom-poplayer:before, .live .directroom-poplayer .vs-team:before, .change-name .tips:before, .search-box:before, .whole-game .box-hd:before, .whole-wrap .box-hd:before, .whole-game .top-game:before, .whole-wrap .top-game:before, .whole-game .top-game ul:before, .whole-wrap .top-game ul:before, .whole-game .top-game ul li:before, .whole-wrap .top-game ul li:before, .whole-game .mod-tabs-hd:before, .whole-wrap .mod-tabs-hd:before, .whole-game .mod-tabs-bd .popgame-list:before, .whole-wrap .mod-tabs-bd .popgame-list:before, .message .mod-tabs-content .title:before, .clothes-hero .hero-content ul:before, .clothes-hero .hero-content .bottom:before, .clothes-hero .hero-content .bottom .right-btns:before, .clothes-hero .hero-content .tip .inner .title:before, .clothes-hero .hero-content .tip .inner .content .main:before, .clothes-hero .hero-content .hover-tip .main ul:before, .clothes-detail .detail-top:before, .clothes-detail .detail-content li:before, .clothes-detail .detail-content li .title:before, .clothes-detail .detail-content li .img-block-wrap:before, .agency .mod-tabs-hd:before, .agency .center-top:before, .agency .content-right:before, .agency .content-right .vip-content:before, .agency .center-bottom li .icons:before, .agency .select-area:before, .agency .channel:before, .agency .select:before, .more-box ul:before, .bbs-box .rank-ul.username .ul-top:before, .bbs-box .mod-tabs-hd:before, .bbs-box ul.top-nav:before, .bbs-box .sub-nav:before, .check-card .inner:before, .check-card .win-hd:before, .check-card .win-bd .top-line:before, .check-card .win-bd-content li:before, .check-card .win-bd-content li .post-info-link:before, .check-card .win-bd-content li .post-reply:before, .sameCity .area:before, .aonic .area:before, .clearfix:before, .mod-tabs-trigger:before, .top-message:before, .personal-top:before, .video:after, .video .box-bd .mod-pic:after, .hover-content .hover-hd:after, .personal:after, .text .more-info:after, .fight-rank:after, .phone-card .left-part ul:after, .da-ye-types:after, .my-card .left-part .top:after, .my-card .left-part .small ul:after, .my-card .left-part .block ul:after, .my-card .right-part:after, .my-card .right-part ul li:after, .my-card .right-part ul li p:after, .mobile-huya .huya-ad-v2:after, .da-ye-bd ul:after, .mod-top .no-data:after, .mod-bottom:after, .mod-bottom .right-part .right-hd:after, .academy:after, .academy ul:after, .hero-rank:after, .hero-rank .hero-detail-list .thead-simulate:after, .heros-content .mod-pic:after, .information:after, .information .right:after, .information .left:after, .activecenter:after, .activecenter .mod-slide:after, .activecenter .mod-act-m:after, .live:after, .live .mod-tabs-bd.nav_live .directroom-replay > li .live-img .tag:after, .live .more-live:after, .live .more-live .nav-right:after, .live .directroom-poplayer:after, .live .directroom-poplayer .vs-team:after, .change-name .tips:after, .search-box:after, .whole-game .box-hd:after, .whole-wrap .box-hd:after, .whole-game .top-game:after, .whole-wrap .top-game:after, .whole-game .top-game ul:after, .whole-wrap .top-game ul:after, .whole-game .top-game ul li:after, .whole-wrap .top-game ul li:after, .whole-game .mod-tabs-hd:after, .whole-wrap .mod-tabs-hd:after, .whole-game .mod-tabs-bd .popgame-list:after, .whole-wrap .mod-tabs-bd .popgame-list:after, .message .mod-tabs-content .title:after, .clothes-hero .hero-content ul:after, .clothes-hero .hero-content .bottom:after, .clothes-hero .hero-content .bottom .right-btns:after, .clothes-hero .hero-content .tip .inner .title:after, .clothes-hero .hero-content .tip .inner .content .main:after, .clothes-hero .hero-content .hover-tip .main ul:after, .clothes-detail .detail-top:after, .clothes-detail .detail-content li:after, .clothes-detail .detail-content li .title:after, .clothes-detail .detail-content li .img-block-wrap:after, .agency .mod-tabs-hd:after, .agency .center-top:after, .agency .content-right:after, .agency .content-right .vip-content:after, .agency .center-bottom li .icons:after, .agency .select-area:after, .agency .channel:after, .agency .select:after, .more-box ul:after, .bbs-box .rank-ul.username .ul-top:after, .bbs-box .mod-tabs-hd:after, .bbs-box ul.top-nav:after, .bbs-box .sub-nav:after, .check-card .inner:after, .check-card .win-hd:after, .check-card .win-bd .top-line:after, .check-card .win-bd-content li:after, .check-card .win-bd-content li .post-info-link:after, .check-card .win-bd-content li .post-reply:after, .sameCity .area:after, .aonic .area:after, .clearfix:after, .mod-tabs-trigger:after, .top-message:after, .personal-top:after { content: ""; display: table; line-height: 0; } .video:after, .video .box-bd .mod-pic:after, .hover-content .hover-hd:after, .personal:after, .text .more-info:after, .fight-rank:after, .phone-card .left-part ul:after, .da-ye-types:after, .my-card .left-part .top:after, .my-card .left-part .small ul:after, .my-card .left-part .block ul:after, .my-card .right-part:after, .my-card .right-part ul li:after, .my-card .right-part ul li p:after, .mobile-huya .huya-ad-v2:after, .da-ye-bd ul:after, .mod-top .no-data:after, .mod-bottom:after, .mod-bottom .right-part .right-hd:after, .academy:after, .academy ul:after, .hero-rank:after, .hero-rank .hero-detail-list .thead-simulate:after, .heros-content .mod-pic:after, .information:after, .information .right:after, .information .left:after, .activecenter:after, .activecenter .mod-slide:after, .activecenter .mod-act-m:after, .live:after, .live .mod-tabs-bd.nav_live .directroom-replay > li .live-img .tag:after, .live .more-live:after, .live .more-live .nav-right:after, .live .directroom-poplayer:after, .live .directroom-poplayer .vs-team:after, .change-name .tips:after, .search-box:after, .whole-game .box-hd:after, .whole-wrap .box-hd:after, .whole-game .top-game:after, .whole-wrap .top-game:after, .whole-game .top-game ul:after, .whole-wrap .top-game ul:after, .whole-game .top-game ul li:after, .whole-wrap .top-game ul li:after, .whole-game .mod-tabs-hd:after, .whole-wrap .mod-tabs-hd:after, .whole-game .mod-tabs-bd .popgame-list:after, .whole-wrap .mod-tabs-bd .popgame-list:after, .message .mod-tabs-content .title:after, .clothes-hero .hero-content ul:after, .clothes-hero .hero-content .bottom:after, .clothes-hero .hero-content .bottom .right-btns:after, .clothes-hero .hero-content .tip .inner .title:after, .clothes-hero .hero-content .tip .inner .content .main:after, .clothes-hero .hero-content .hover-tip .main ul:after, .clothes-detail .detail-top:after, .clothes-detail .detail-content li:after, .clothes-detail .detail-content li .title:after, .clothes-detail .detail-content li .img-block-wrap:after, .agency .mod-tabs-hd:after, .agency .center-top:after, .agency .content-right:after, .agency .content-right .vip-content:after, .agency .center-bottom li .icons:after, .agency .select-area:after, .agency .channel:after, .agency .select:after, .more-box ul:after, .bbs-box .rank-ul.username .ul-top:after, .bbs-box .mod-tabs-hd:after, .bbs-box ul.top-nav:after, .bbs-box .sub-nav:after, .check-card .inner:after, .check-card .win-hd:after, .check-card .win-bd .top-line:after, .check-card .win-bd-content li:after, .check-card .win-bd-content li .post-info-link:after, .check-card .win-bd-content li .post-reply:after, .sameCity .area:after, .aonic .area:after, .clearfix:after, .mod-tabs-trigger:after, .top-message:after, .personal-top:after { clear: both; } .video .r-c { width: 210px; margin-top: -3px; } .video .r-c .hd h3 { font-size: 12px; font-weight: bold; color: #666; } .video .r-c .mod-art { margin-top: 6px; height: 396px; overflow: hidden; } .video .r-c .mod-art li { height: 34px; padding: 10px 8px; background-color: #f3f3f3; margin-bottom: 3px; *margin-bottom: -2px; } .video .r-c .mod-art li.first { background-color: #ecf3f9; } .video .r-c .mod-art li .num { display: inline-block; *display: inline; *zoom: 1; width: 16px; height: 15px; line-height: 15px; text-align: center; background-color: #a8bfd1; color: #fff; font-style: normal; -webkit-border-radius: 3px; border-radius: 3px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; } .video .r-c .mod-art li a { display: block; margin-left: 25px; color: #666; font-size: 12px; margin-top: -21px; line-height: 18px; } .video .box-bd { margin-top: 15px; } .video .box-bd .l-c { width: 360px; } .video .box-bd .mod-pic li { float: left; _display: inline; text-align: center; margin: 0 8px 5px 0; width: 170px; } .video .box-bd .mod-pic li a { position: relative; } .video .box-bd .mod-pic li a img { width: 170px; height: 100px; } .video .box-bd .mod-pic li a em { color: #666; font-size: 12px; display: block; font-style: normal; height: 22px; line-height: 22px; overflow: hidden; text-overflow: ellipsis; } .video .box-bd .mod-pic li a p { position: absolute; left: 0; bottom: 3px; bottom: 32px\0; *bottom: 26px; width: 170px; height: 30px; background-color: #000; filter: alpha(opacity=40); opacity: 0.4; } .video .box-bd .mod-pic li a .time { position: absolute; right: 10px; bottom: 10px; bottom: 36px\0; *bottom: 33px; left: 130px\0; color: #999; font-size: 12px; z-index: 1; } .video-search { width: 583px !important; } .video-search input { width: 550px !important; } .clothes-out .step-search { border-bottom: 1px solid #d7e5ed; height: 58px; } .clothes-out .step-search .sort-select { width: 270px; margin-right: 30px; color: #666; } .clothes-out .step-search .sort-select label { display: inline-block; *display: inline; *zoom: 1; margin: 0 20px 9px 0; } .clothes-out .step-search .sort-select label input { width: 12px; height: 12px; border: 1px solid #c1c1c1; background-color: #fff; margin-right: 5px; } .clothes-out .step-search .sort-select label.red { color: #ff7a43; } .clothes-out .step-search .btn .clothes-types { margin-left: 15px; } .clothes-out .step-search .btn .clothes-types a { display: block; color: #666; margin-bottom: 10px; } .clothes-out .hero-list { position: relative; height: 429px; } .clothes-out .hero-list .mod-pic { position: relative; padding: 15px 0; } .clothes-out .hero-list .mod-pic li { float: left; _display: inline; overflow: hidden; margin: 0 14px 22px 0; width: 60px; height: 80px; } .clothes-out .hero-list .mod-pic li a { display: inline-block; *display: inline; *zoom: 1; text-align: center; } .clothes-out .hero-list .mod-pic li a img { display: block; width: 60px; height: 60px; } .clothes-out .hero-list .mod-pic li em { display: inline-block; *display: inline; *zoom: 1; text-align: center; cursor: pointer; line-height: 18px; padding: 4px 1px 0; } .personal-top { position: relative !important; top: 0 !important; left: 0 !important; } .hover-content { position: absolute; left: 56px; top: -61px; width: 252px; height: 200px; border: 1px solid #e7e7e7; background-color: #fff; z-index: 9; padding-bottom: 5px; } .hover-content.blank-content { height: 37px !important; border-bottom: 1px solid #e7e7e7; } .hover-content.hover-hero { display: block; } .hover-content .inner { padding: 10px 10px 10px; } .hover-content .hover-hd { border-bottom: 1px solid #e7e7e7; padding-bottom: 5px; } .hover-content .hover-hd img { float: left; _display: inline; margin-right: 10px; width: 40px; height: 40px; } .hover-content .info { float: left; _display: inline; line-height: 20px; } .hover-content .info h3, .hover-content .info p { font-size: 12px; color: #666; } .hover-content .info h3 { font-weight: bold; } .hover-content .info p span { color: #ff7a43; } .hover-content .championStat { position: absolute; right: 10px; top: 20px; } .hover-content .fuzhu, .hover-content .daye, .hover-content .adc, .hover-content .zhongdan, .hover-content .shangdan { width: 35px; height: 17px; display: block; } .hover-content .fuzhu { background: url(../img/fuzhu.png); } .hover-content .daye { background: url(../img/daye.png); } .hover-content .adc { background: url(../img/adc.png); } .hover-content .zhongdan { background: url(../img/zhongdan.png); } .hover-content .shangdan { background: url(../img/shangdan.png); } .hover-content .ch_level { left: 152px !important; top: 13px !important; } .hover-content .hover-bd { padding: 5px 0; } .hover-content .hover-bd li { margin-bottom: 6px; } .hover-content .hover-bd li i { display: inline-block; *display: inline; *zoom: 1; width: 4px; height: 2px; vertical-align: middle; background-image: url(../slice/dot.png); } .hover-content .hover-bd li .first { display: inline-block; *display: inline; *zoom: 1; width: 102px; } .hover-content .hover-bd .handles { color: #666; } .hover-content .hover-bd .handles a { color: #408bcb; } .hover-content .hover-bd .handles .share { display: inline-block; *display: inline; *zoom: 1; width: 16px; height: 16px; vertical-align: middle; margin-right: 15px; float: right !important; _display: inline; *margin-top: -18px; } .hover-content .avatar-arrow { top: 75px; left: -7px; width: 7px !important; height: 13px !important; background-image: url(../slice/p-arrow-left.png) !important; } .personal { position: relative; clear: both; } .personal .links span { float: none !important; } .personal .a-hide { display: none !important; } .personal .no-data-tip { text-align: center; margin: 135px 0; } .personal .no-data-tip img { margin-bottom: 10px; } .personal .box-bd { position: relative; clear: both; } .personal .box-bd .tier_0, .personal .box-bd .tier_1, .personal .box-bd .tier_2, .personal .box-bd .tier_3, .personal .box-bd .tier_4, .personal .box-bd .tier_5, .personal .box-bd .tier_6 { text-align: center; font-weight: bold; } .personal .box-bd .tier_0 div, .personal .box-bd .tier_1 div, .personal .box-bd .tier_2 div, .personal .box-bd .tier_3 div, .personal .box-bd .tier_4 div, .personal .box-bd .tier_5 div, .personal .box-bd .tier_6 div { margin: 0 auto 5px; } .personal .box-bd .tier_0 p { color: #c6521e; } .personal .box-bd .tier_1 p { color: #e89c25; } .personal .box-bd .tier_2 p { color: #4c9c95; } .personal .box-bd .tier_3 p { color: #4c9c95; } .personal .box-bd .tier_4 p { color: #3d8fc8; } .personal .box-bd .tier_5 p { color: #4c9c95; } .personal .box-bd .tier_6 p { color: #c06625; } .personal .box-bd .tier_img_1 { *right: -6px !important; *bottom: -8px !important; right: -6px\0 !important; bottom: -8px\0 !important; width: 53px; height: 41px; background: url(../img/rank-vip1.png) no-repeat; } .personal .box-bd .tier_img_2 { *right: -6px !important; *bottom: -8px !important; right: -8px\0 !important; bottom: -10px\0 !important; width: 53px; height: 45px; background: url(../img/rank-vip2.png) no-repeat; } .personal .box-bd .tier_img_3 { *right: -6px !important; *bottom: -8px !important; right: -6px\0 !important; bottom: -8px\0 !important; width: 53px; height: 48px; background: url(../img/rank-vip3.png) no-repeat; } .personal .box-bd .tier_img_4 { *right: -6px !important; *bottom: -8px !important; right: -8px\0 !important; bottom: -8px\0 !important; width: 52px; height: 50px; background: url(../img/rank-vip4.png) no-repeat; } .personal .box-bd .tier_img_5 { *right: -12px !important; *bottom: -14px !important; right: -12px\0 !important; bottom: -14px\0 !important; width: 64px; height: 50px; background: url(../img/rank-vip5.png) no-repeat; } .personal .box-bd .tier_img_6 { width: 60px; height: 50px; background: url(../img/rank-vip7.png) no-repeat; } .personal .box-bd .tier_img_7 { width: 63px; height: 52px; background: url(../img/rank-vip6.png) no-repeat; } .personal .box-bd .intro { position: relative; z-index: 9; border-bottom: 1px solid #f0f0f0; height: 84px; width: 600px; float: left; _display: inline; } .personal .box-bd .intro .blacklist { padding-left: 5px; *margin-left: -2px; } .personal .box-bd .intro .blacklist .black-eye { display: inline-block; *display: inline; *zoom: 1; width: 14px; height: 11px; background-image: url(../slice/eye.png); } .personal .box-bd .intro .blacklist label { color: #666; } .personal .box-bd .intro .info { float: left; _display: inline; } .personal .box-bd .mod-tabs { clear: both; } .personal .box-bd .mod-tabs-content { clear: both; } .personal .attention { display: inline-block; *display: inline; *zoom: 1; background: url(../img/attention-bg.png); width: 42px; height: 19px; margin-top: 2px; margin-left: 5px; cursor: pointer; vertical-align: -3px; } .personal .attention.already { width: 52px !important; background: url(../img/attention-already-bg.png); } .avatar { position: relative; width: 66px; float: left; _display: inline; margin-right: 15px; } .avatar a { display: block; } .avatar a img { width: 66px; height: 66px; -webkit-border-radius: 66px; border-radius: 66px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; behavior: url(js/PIE.htc); } .avatar .p_level { position: absolute; right: 0; bottom: 0; color: #fff; width: 18px; height: 18px; line-height: 18px; text-align: center; background: url(../img/p_level.png); } .text { float: left; _display: inline; line-height: 24px; width: 277px; } .text .name-info { padding-top: 3px; margin-bottom: -2px; width: 230px; } .text .name-info .name { color: #666; font-size: 16px; font-weight: bold; padding-right: 5px; } .text img { vertical-align: -2px; } .text .more-info { height: 20px; color: #666; font-size: 12px; } .blacklist-content2 a { display: inline-block; *display: inline; *zoom: 1; color: #408bcb; margin-left: 5px; } .fighting { width: 95px; height: 64px; position: absolute; top: 5px; right: 175px; background: url(../img/bg-flighting.png); } .fighting p, .fighting .fight-block { text-align: center; font-weight: bold; } .fighting p strong, .fighting .fight-block strong { line-height: 32px; color: #fff; font-size: 14px; } .fighting p a.question-mark, .fighting .fight-block a.question-mark { display: inline-block; *display: inline; *zoom: 1; width: 16px; height: 16px; background-image: url(../slice/question.png); margin-left: 2px; vertical-align: -2px; *vertical-align: 1px; } .fighting p em, .fighting .fight-block em { line-height: 35px; font-size: 18px; color: #408bcb; } .fight-rank { right: -312px; top: 32px; width: 316px; padding: 15px; } .fight-rank p { text-align: left; margin-bottom: 5px; } .fight-rank h3 { margin-bottom: 15px; text-align: left; } .fight-rank a { color: #408bcb; float: left; _display: inline; } .com-hero { position: relative; width: 357px; float: left; _display: inline; padding-top: 4px; line-height: 20px; margin-left: 20px; padding-bottom: 15px; z-index: 1; clear: both; margin-top: -62px; } .com-hero h3 { color: #666; line-height: 16px; display: inline; font-weight: bold; } .com-hero ul.mod-pic { height: 45px; margin-left: 15px; margin-top: -3px; } .com-hero .more { display: inline-block; *display: inline; *zoom: 1; } .mod-pic-li { position: relative; width: 45px; height: 45px; margin-left: 15px; *margin-left: 14px; float: left; _display: inline; } .mod-pic-li a.core { display: inline-block; *display: inline; *zoom: 1; text-align: center; position: relative; } .mod-pic-li a.core p { color: #666; clear: both; height: 20px; overflow: hidden; width: 48px; margin-left: -1px; margin-top: -4px; } .mod-pic-li img.core-img { width: 45px; height: 45px; } .phone-card .left-part { float: left; _display: inline; border-right: 1px solid #f0f0f0; width: 374px; height: 344px; padding-right: 6px; } .phone-card .left-part h2 { font-size: 12px; color: #666; font-weight: bold; } .phone-card .left-part ul li { float: left; _display: inline; margin: 10px 12px 0 0; } .phone-card .left-part ul li img { width: 110px; height: 105px; } .phone-card .left-part ul li p { font-size: 12px; color: #666; padding-top: 5px; } .right-part { float: left; _display: inline; padding-left: 20px; } .right-part .qrcode { margin: 0 auto; text-align: center; padding: 20px 0; } .right-part .qrcode a { display: inline-block; *display: inline; *zoom: 1; width: 115px; height: 38px; line-height: 38px; text-align: center; color: #fff; background-color: #408bcb; -webkit-border-radius: 3px; border-radius: 3px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; margin-top: 20px; } .right-part .qrcode a:hover { background-color: #4b9add; } .right-part .info h2 { font-size: 12px; color: #666; font-weight: bold; padding-bottom: 6px; } .right-part .info p { width: 358px; line-height: 20px; } .personal-tabs { position: relative; } .personal-tabs .J_nav li { width: 25%; } .daye-hover { width: 102px; top: 37px; left: 111px; } .daye-hover .avatar-arrow { top: 39px; left: -7px; } .daye-hover p { padding-bottom: 10px; } .da-ye-types { padding-bottom: 10px; } .da-ye-types a { display: inline-block; *display: inline; *zoom: 1; float: left; _display: inline; width: 50%; color: #666; margin-bottom: 5px; } .da-ye-types i { display: inline-block; *display: inline; *zoom: 1; width: 8px; height: 8px; margin-right: 5px; } .da-ye-types i.a-yellow { background-color: #fbb28f; } .da-ye-types i.a-blue { background-color: #9dc7eb; } .da-ye-types i.a-purple { background-color: #cea9d7; } .da-ye-types i.a-red { background-color: #fa9f9f; } .da-ye-types i.a-green { background-color: #80c989; } .kda-hover { width: 174px; top: 37px; left: 254px; } .kda-hover .avatar-arrow { top: 39px; left: -7px; } .kda-hover .da-ye-types { text-align: center; padding: 5px 0 0; border-bottom: 1px solid #e7e7e7; } .kda-hover .da-ye-types a { display: block; margin-bottom: 10px; color: #666; cursor: inherit; } .kda-hover .formula { text-align: center; padding: 5px 0 0; color: #999; } .arrow-hover-top .win-lost p { text-align: center; color: #666; font-weight: bold; } .win-line { margin: 8px 0; position: relative; width: 100%; height: 5px; background: #ebebeb; } .win-line em { position: absolute; left: 0; height: 5px; background: #64bf8c; } .kill-hover { width: 54px; top: 37px; left: 386px; } .kill-hover .avatar-arrow { top: 39px; left: -7px; } .kill-hover .da-ye-types { margin-top: 10px; border-top: 1px solid #e7e7e7; padding-top: 10px; } .kill-hover .da-ye-types a { display: block; margin-bottom: 5px; color: #666; } .more { float: right; _display: inline; font-size: 12px; color: #999; } .more i { display: inline-block; *display: inline; *zoom: 1; width: 6px; height: 4px; margin-left: 3px; vertical-align: middle; background-image: url(../slice/arrow.png); } .my-card .left-part .how { float: right; _display: inline; margin-top: -16px; margin-right: 10px; color: #408bcb; cursor: pointer; } .my-card .left-part .top { color: #666; } .my-card .left-part .top img { width: 80px !important; height: 85px !important; float: left; _display: inline; } .my-card .left-part .top .top-info { float: left; _display: inline; margin-left: 15px; } .my-card .left-part .top h3 { margin-top: 4px; color: #666; font-size: 12px; font-weight: bold; } .my-card .left-part .small, .my-card .left-part .block { margin-top: 15px; } .my-card .left-part .small h3, .my-card .left-part .block h3 { color: #666; font-size: 12px; font-weight: bold; } .my-card .left-part .small ul li, .my-card .left-part .block ul li { float: left; _display: inline; } .my-card .left-part .block img { width: 65px !important; height: 65px !important; } .my-card .left-part .block li { margin-right: 7px !important; } .my-card .left-part .small img { width: 35px !important; height: 35px !important; } .my-card .left-part .small li { margin-right: 5px !important; } .my-card .left-part .phone-p { margin-top: 20px; color: #ff7a43; } .my-card .right-part h3 { color: #666; font-size: 12px; font-weight: bold; } .my-card .right-part .back { cursor: pointer; float: right; _display: inline; color: #999; *margin-top: -18px; } .my-card .right-part .back i { display: inline-block; *display: inline; *zoom: 1; width: 6px; height: 5px; background-image: url(../slice/arrow-left.png); vertical-align: middle; margin-right: 3px; } .my-card .right-part ul { height: 320px; width: 355px; overflow-y: hidden; } .my-card .right-part ul li { border-bottom: 1px solid #f0f0f0; padding-bottom: 10px; } .my-card .right-part ul li p { color: #666; line-height: 20px; margin: 10px 0; } .my-card .right-part ul li p span { float: right; _display: inline; color: #ccc; *margin-top: -20px; margin-right: 5px; display: inline-block; *display: inline; *zoom: 1; } .my-card .right-part ul li img { margin-right: 5px; } .comment-info { margin-right: 5px; padding-top: 5px; float: right; _display: inline; color: #666; } .comment-info .first { display: inline-block; *display: inline; *zoom: 1; margin-right: 5px; } .comment-info i { display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; } .comment-info .comment { width: 14px; height: 12px; background-image: url(../slice/comment.png); } .comment-info .like { width: 13px; height: 12px; cursor: pointer; background-image: url(../slice/like.png); } .comment-info .like:hover { background-image: url(../slice/like-hover.png); } .mobile-huya { padding-top: 15px; } .mobile-huya .huya-ad-info-inner { width: 238px; } .mobile-huya .huya-ad-v2 .huya-ad-pic { float: left; _display: inline; width: 305px; height: 310px; } .mobile-huya .huya-ad-v2 .huya-ad-info { margin-left: 40px; float: left; _display: inline; } .mobile-huya .huya-ad-v2 .huya-top { text-align: center; } .mobile-huya .huya-ad-v2 .blue-btn { display: block; width: 140px; margin: 20px auto 15px; } .mobile-huya .huya-ad-v2 .txt-list li { padding: 4px 0; } .mobile-huya .huya-ad-v2 .txt-list i { display: inline-block; *display: inline; *zoom: 1; width: 4px; height: 2px; vertical-align: middle; margin-right: 3px; background: url(../img/dot.png) no-repeat; } .da-ye-bd { float: left; _display: inline; width: 390px; padding: 2px 0 0px 10px; border-bottom: 1px solid #f0f0f0; } .da-ye-bd .da-ye-wrap { position: relative; } .da-ye-bd .da-ye-wrap p { position: absolute; top: 0; left: 0px; color: #666; } .da-ye-bd .da-ye { float: left; _display: inline; width: 110px; height: 110px; margin: 11px -25px 0 -5px; font-size: 30px; } .da-ye-bd #kda { margin: 28px 0 0 0; } .da-ye-bd .avatar-arrow { width: 7px !important; height: 13px !important; background: url(../img/p-arrow-left.png) no-repeat !important; } .da-ye-bd .da-ye2 { margin: -10px -20px 0 -72px !important; } .da-ye-bd li { float: left; _display: inline; text-align: center; margin-left: 75px; } .da-ye-bd li .percent1 { background: url(../img/round.png) no-repeat; width: 83px; height: 83px; line-height: 20px; text-align: center; } .da-ye-bd li .percent1 h2 { padding-top: 24px; color: #fa935b; font-size: 20px; font-weight: bold; } .da-ye-bd li .percent1 p { color: #fa935b; font-size: 12px; margin-top: 0px; } .da-ye-bd li.kill-li { margin-left: 39px; } .da-ye-bd li .percent2 { background-image: url(../slice/circle.png); width: 80px; height: 80px; line-height: 20px; text-align: center; margin-top: 11px; } .da-ye-bd li .percent2 h2 { padding-top: 24px; color: #408bcb; font-size: 20px; font-weight: bold; } .da-ye-bd li .percent2 p { color: #408bcb; font-size: 12px; margin-top: 0px; } .da-ye-bd li p { font-size: 12px; color: #666; margin-top: -26px; } .history_info { float: left; _display: inline; } .result { float: right; _display: inline; } .history_li img { float: left; _display: inline; width: 30px; height: 30px; } .mod-top { position: relative; clear: both; padding: 10px 0 0; width: 390px; float: left; _display: inline; } .mod-top li { float: left; _display: inline; width: 24%; *width: 25%; margin-bottom: 10px; } .mod-top li .percent { float: left; _display: inline; width: 67px; height: 66px; line-height: 20px; text-align: center; } .mod-top li .percent h2 { padding-top: 15px; color: #408bcb; font-size: 20px; font-weight: bold; } .mod-top li .percent p { color: #999; font-size: 12px; } .mod-top li .percent.p-0 { background-image: url(../slice/ratio-bg-0.png); } .mod-top li .percent.p-5 { background-image: url(../slice/ratio-bg-5.png); } .mod-top li .percent.p-10 { background-image: url(../slice/ratio-bg-10.png); } .mod-top li .percent.p-20 { background-image: url(../slice/ratio-bg-20.png); } .mod-top li .percent.p-30 { background-image: url(../slice/ratio-bg-30.png); } .mod-top li .percent.p-40 { background-image: url(../slice/ratio-bg-40.png); } .mod-top li .percent.p-50 { background-image: url(../slice/ratio-bg-50.png); } .mod-top li .percent.p-60 { background-image: url(../slice/ratio-bg-60.png); } .mod-top li .percent.p-70 { background-image: url(../slice/ratio-bg-70.png); } .mod-top li .percent.p-80 { background-image: url(../slice/ratio-bg-80.png); } .mod-top li .percent.p-90 { background-image: url(../slice/ratio-bg-90.png); } .mod-top li .percent.p-95 { background-image: url(../slice/ratio-bg-95.png); } .mod-top li .percent.p-100 { background-image: url(../slice/ratio-bg-100.png); } .mod-top li .game-info { float: left; _display: inline; margin-left: 20px; padding-top: 3px; line-height: 20px; } .mod-top li .game-info h3 { font-size: 12px; color: #666; } .mod-top li .game-info p { font-size: 12px; color: #999; } .mod-top li .game-info .win-blue { color: #408bcb; } .mod-top li .game-info .lost-red { color: #f16868; } .mod-top li .circle-div { float: left; _display: inline; color: #408bcb; } .mod-top li .g-win { color: #408bcb; padding-right: 10px; } .mod-top li .g-lost { color: #f16868; } .mod-top li .g-total { color: #999; } .mod-top .no-data { margin-left: 72px; height: 95px; padding-top: 26px; } .mod-top .no-data img { float: left; _display: inline; height: 71px; } .mod-top .no-data .no-data-info { float: left; _display: inline; margin-left: 15px; padding-top: 20px; } #gameCount { padding-left: 15px; } .mod-bottom { padding-top: 10px; } .mod-bottom .left-part { position: absolute; top: 192px; left: 0; } .mod-bottom .right-part { float: left; _display: inline; width: 190px; } .mod-bottom .right-part .right-hd h2, .mod-bottom .right-part .right-hd span { float: left; _display: inline; } .mod-bottom .right-part .right-hd h2 { color: #666; font-size: 12px; font-weight: bold; margin-right: 3px; } .mod-bottom .right-part .right-hd span { *margin-top: -1px; } .mod-bottom .right-part .right-hd span.flag { width: 63px; height: 19px; line-height: 19px; text-align: center; } .mod-bottom .right-part .right-hd span.flag i { display: inline-block; *display: inline; *zoom: 1; vertical-align: -2px; margin-right: 2px; } .mod-bottom .right-part .right-hd .flag1 { background-image: url(../slice/angle-pink.png); color: #f16868; } .mod-bottom .right-part .right-hd .flag1 i { width: 13px; height: 13px; background-image: url(../slice/flag1.png); } .mod-bottom .right-part .right-hd .flag2 { background-image: url(../slice/angle-blue.png); color: #5490c0; } .mod-bottom .right-part .right-hd .flag2 i { width: 14px; height: 13px; background-image: url(../slice/flag2.png); } .mod-bottom .right-part .right-hd .flag3 { background-image: url(../slice/angle-yellow.png); width: 78px !important; color: #f16868; } .mod-bottom .right-part .right-hd .flag3 i { width: 14px; height: 12px; background-image: url(../slice/flag3.png); } .mod-bottom .right-part .right-hd .flag4 { background-image: url(../slice/pink-bg.png); width: 79px !important; color: #af73c7; } .mod-bottom .right-part .right-hd .flag4 i { width: 14px; height: 13px; background-image: url(../slice/flag4.png); } .mod-bottom .right-part .right-hd .first-win .first-msg { display: inline-block; *display: inline; *zoom: 1; margin-right: 3px; width: 18px; height: 18px; background: url(../img/first-win-dark.png); } .mod-bottom .right-part .right-hd .first-win .first-msg.active-status { cursor: pointer; background: url(../img/first-win.png); } .mod-bottom .right-part .right-hd .first-win .first-time { color: #7e92a5; display: inline-block; *display: inline; *zoom: 1; } .mod-bottom .right-part .right-hd .first-win .first-time .f-time { float: none; } .mod-bottom .right-part .first-win-hover { display: none; position: absolute; padding: 10px; border: 1px solid #e7e7e7; background: #fff; z-index: 9; width: 54px; top: 63px; right: 82px; } .mod-bottom .right-bd { margin-top: 8px; width: 190px; } .mod-bottom .right-bd ul { height: 285px; } .mod-bottom .right-bd li { margin-bottom: 12px; height: 32px; } .mod-bottom .right-bd li img { vertical-align: middle; margin-right: 10px; } .mod-bottom .right-bd li span { display: inline-block; *display: inline; *zoom: 1; text-align: left; } .mod-bottom .right-bd li .result { width: 32px; color: #4eb95a; padding-right: 5px; } .mod-bottom .right-bd li .result.red { color: #ef3d3d; } .mod-bottom .right-bd li .type { width: 100px; *width: 99px; color: #666; } .mod-bottom .right-bd li .time { color: #999; } .hero-tip { width: 28px; height: 64px; background: url(../img/common-hero.png); float: left; _display: inline; } .hero-nav { position: absolute; top: -1px; width: 17px; height: 64px; text-align: center; background-color: #ddebf7; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; } .hero-nav i { display: inline-block; *display: inline; *zoom: 1; width: 5px; height: 9px; margin-top: 26px; } .hero-nav.h-l { left: 0; } .hero-nav.h-l i { background: url(../img/h-l.png); } .hero-nav.h-r { right: 0; } .hero-nav.h-r i { background: url(../img/h-r.png); } .hero-nav:hover { background-color: #ecf3f9; } #gameCount2015 ul { height: 68px; padding: 2px 0; border-bottom: 1px solid #f0f0f0; } #gameCount2015 ul.last { border-bottom: none !important; } #gameCount2015 li { width: 23% !important; margin-bottom: 3px !important; } .content-2015 { position: absolute; width: 100%; z-index: 999999; background-color: #fff; } .mode-2 { border-bottom: none; padding: 10px 0 !important; } .nav-top-bottom { height: 9px; line-height: 9px; background: #ddebf7; text-align: center; cursor: pointer; display: block; } .nav-top-bottom i { display: inline-block; *display: inline; *zoom: 1; width: 9px; height: 5px; vertical-align: 2px; background-image: url(../slice/blue-arrow-down.png); } .nav-top-bottom.active i { background-image: url(../slice/blue-arrow-up.png); } .table-history { text-align: center; color: #666; margin-top: 88px; } .table-history th, .table-history td { border-right: 1px solid #fcfdfd; height: 24px; line-height: 24px; } .table-history .last { border-right: none; } .table-history th { background: #ddebf7; } .table-history td { background: #ecf3f9; } #commonHero { width: 314px; } .duan_wei { float: right; _display: inline; margin-top: 18px; } .duan_wei div, .duan_wei p { float: left; _display: inline; } .duan_wei p { margin: 9px 0 0 0px; width: 80px; height: 30px; text-align: center; background: #ecf3f9; line-height: 30px; color: #4c9c95; font-size: 14px; font-weight: bold; } .ch_level { position: absolute; left: -10px; top: -8px; z-index: 2; width: 35px; height: 30px; } .ch_level.level_1 { background: url(../img/champion_level_1.png); } .ch_level.level_2 { background: url(../img/champion_level_2.png); } .ch_level.level_3 { background: url(../img/champion_level_3.png); } .ch_level.level_4 { background: url(../img/champion_level_4.png); } .ch_level.level_5 { background: url(../img/champion_level_5.png); } .personal-hover .hover-bd li { margin-bottom: 8px !important; } .split-line { position: absolute; top: 21px; width: 1px; height: 100px; background: #f0f0f0; } .split-line.one { left: 136px; } .split-line.two { right: 115px; } .li-golden { border-right: 1px solid #f0f0f0; margin-right: 21px; padding-right: 5px; } .new-split { width: 1px; height: 11px; background: #ccc; margin: 0 9px; display: inline-block; vertical-align: -1px; } .ad-wrap { position: absolute; bottom: -3px; left: 0; } .personal-nav-wrap { width: 600px; padding: 15px; padding-bottom: 0; } .my-attention table { color: #666; min-height: 100px; } .my-attention table thead { color: #999; } .my-attention table thead th { padding: 12px 0 10px; *padding-top: 4px; border-bottom: 1px solid #f0f0f0; } .my-attention table tbody tr:hover td { background: #ecf3f9; } .my-attention table tbody td { padding: 5px; } .my-attention .profileIcon { width: 28px; height: 28px; margin-right: 10px; vertical-align: middle; } .my-attention .champions { with: 20px; height: 20px; vertical-align: middle; } .my-attention .page-nav { margin-top: 10px; margin-right: 0px !important; } .academy ul { padding: 20px 0; width: 630px; margin-left: -26px; height: 380px; overflow-y: hidden; } .academy ul li { float: left; _display: inline; margin-left: 27px; color: #666; padding: 0; width: 130px; height: 188px; overflow: hidden; margin-bottom: 12px; } .academy ul li img { margin-bottom: 5px; } .academy ul li p { height: 22px; line-height: 22px; overflow: hidden; } .academy .enter { float: left; _display: inline; } .academy .enter a { color: #408bcb; } .academy .page-nav { *margin-top: 0px !important; } .heroRankCrumbs { background: #ecf3f9; height: 30px; line-height: 30px; padding: 0 15px; color: #666; width: 600px; } .heroRankCrumbs a { outline: none; } .heroRankCrumbs .fnMenu { float: right; margin-top: 7px; } .heroRankCrumbs .fnMenu a { cursor: pointer; width: 13px; height: 13px; float: left; _display: inline; padding: 4px 8px; border: 1px solid #cfdeea; background: #ecf3f9; margin-top: -4px; } .heroRankCrumbs .fnMenu a:hover { background: #cfdeea; } .heroRankCrumbs .fnMenu .refresh { -webkit-border-radius: 2px; border-radius: 2px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; } .heroRankCrumbs .fnMenu .refresh i { display: inline-block; *display: inline; *zoom: 1; width: 13px; height: 13px; margin-bottom: 12px; background-image: url(../slice/refresh.png); } .heroRankCrumbs .fnMenu .back { -webkit-border-radius: 2px; border-radius: 2px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; margin-right: 12px; } .heroRankCrumbs .fnMenu .back i { display: inline-block; *display: inline; *zoom: 1; width: 13px; height: 13px; margin-bottom: 12px; background-image: url(../slice/back-arrow.png); } .heroRanks-tc .hero-rank .mod-tabs-trigger li { width: auto; float: left; margin: 0 5px; } .heroRanks-tc .hero-rank .mod-tabs-trigger li a { float: left; padding: 0 10px; outline: none; width: auto; display: block; } .heroRanks-tc .hero-rank .search-input { float: left; } .heroRanks-tc .hero-rank #server { float: left; -webkit-border-radius: 3px; border-radius: 3px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; outline: none; width: 124px; height: 30px; line-height: 30px; border: 1px solid #dbdbdb; text-indent: 10px; margin: -4px 8px 0 0; padding: 5px 0\0; *vertical-align: bottom; *padding: 5px 0; *display: inline-block; } .heroRanks-tc .errorTips { text-align: center; padding-top: 20px; font-size: 16px; } .heroRanks-tc .hero-detail tr { text-align: center; } .hero-rank { clear: both; } .hero-rank #rankListBody .type6 a { color: #408bcb; } .hero-rank .choose-type a { display: inline-block; *display: inline; *zoom: 1; width: 50px; height: 25px; line-height: 25px; text-align: center; color: #666; } .hero-rank .choose-type a.active { background-color: #ddebf7; -webkit-border-radius: 3px; border-radius: 3px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; } .hero-rank .search-input { margin: -4px 0 0; *margin-top: -26px; width: 124px; } .hero-rank .search-input input { width: 90px; } .hero-rank .type-title { border-bottom: 1px solid #f0f0f0; padding: 12px 0 10px; *padding-top: 4px; color: #999; clear: both; } .hero-rank .mod-tabs-trigger li { display: inline-block; width: 60px; height: 25px; line-height: 25px; text-align: center; color: #666; background: none; font-weight: normal; } .hero-rank .mod-tabs-trigger li.selected { background-color: #ddebf7; border-radius: 3px; } .hero-rank .detail { float: left; _display: inline; color: #999; } .hero-rank .detail span { color: #ccc; } .hero-rank .page-nav { margin-right: 0px !important; *margin-top: 3px !important; } .hero-rank #dataLists { width: 100%; height: 393px; overflow: hidden; } .hero-rank #dataLists thead th { border-bottom: 1px solid #f0f0f0; padding: 10px; color: #999; font-weight: normal; } .hero-rank #dataLists tbody td { height: 34px; color: #666; } .hero-rank #dataLists tbody td .hero-name { vertical-align: middle; } .hero-rank #dataLists tbody td .hero-name img { margin-right: 5px; vertical-align: middle; } .hero-rank #dataLists .rank-type { display: inline-block; *display: inline; *zoom: 1; width: 14px; height: 19px; } .hero-rank #dataLists .rank-1 { background-image: url(../slice/rank-type1.png); } .hero-rank #dataLists .rank-2 { background-image: url(../slice/rank-type2.png); } .hero-rank #dataLists .rank-3 { background-image: url(../slice/rank-type3.png); } .hero-rank .hero-detail-list { overflow-y: auto; } .hero-rank .hero-detail-list .list-table { height: 330px; } .hero-rank .hero-detail-list .thead-simulate { border-bottom: 1px solid #f0f0f0; } .hero-rank .hero-detail-list .thead-simulate li { float: left; _display: inline; padding: 10px 0; color: #999; text-align: center; } .hero-rank .hero-detail-list .thead-simulate .col-60 { width: 60px; } .hero-rank .hero-detail-list .thead-simulate .col-100 { width: 89px; } .hero-rank .hero-detail-list .thead-simulate .col-110 { width: 90px; } .hero-rank .mod-tabs-trigger { float: left; } .heros-content { clear: both; padding-top: 30px; } .heros-content .heros-search .search-input { margin: 15px 0 10px 0; } .heros-content .mod-pic { margin: 15px 0 20px -10px; } .heros-content .mod-pic li { float: left; _display: inline; margin-left: 10px; margin-bottom: 5px; } .heros-content .mod-pic li img { width: 44px; height: 44px; } .heros-content .search-result { clear: both; } .heros-content .search-result label { color: #999; } .heros-content .search-result a { color: #666; } .information { background-color: #fff; } .information a { cursor: pointer; } .information a img { width: 170px; height: 100px; } .information .right { float: left; width: 285px; height: 437px; margin-right: 0px; } .information .right .slideBox li i { width: 72px; position: absolute; height: 25px; background-image: url("../slice/tagBg.png"); left: 0; top: 10px; color: #fff; line-height: 25px; font-size: 12px; text-align: center; opacity: 0.8; filter: alpha(opacity=80); } .information .right .slideBox li p { position: absolute; bottom: 8px; padding: 10px; left: 0; font-size: 14px; line-height: 15px; color: #ffffff; } .information .right .title { width: 350px; margin-top: 22px; height: 10px; } .information .right .title .titleP { float: left; font-size: 12px; color: #666666; } .information .right .title .titleP span { cursor: default; } .information .right .title .titleP span.current { font-weight: bold; } .information .right .videoList { position: relative; margin-top: 10px; width: 360px; height: 220px; } .information .right .videoList li { cursor: pointer; float: left; position: relative; margin-top: 10px; margin-right: 10px; width: 170px; height: 100px; } .information .right .videoList li .title { left: 0; height: 15px; width: 160px; font-size: 12px; color: #cccccc; position: absolute; bottom: 0; padding: 5px; background: url(../img/shadow.png); } .information .right .videoList li p { width: 125px; height: 16px; overflow: hidden; position: absolute; bottom: 5px; left: 45px; text-overflow: ellipsis; vertical-align: bottom; white-space: nowrap; color: #ccc; } .information .right .videoList li .time { position: absolute; right: 0px; bottom: 0; padding: 5px; color: #999999; } .information .right .videoList ul { display: none; } .information .right .videoList ul.current { display: block; } .information .left { float: left; width: 314px; height: 426px; margin-top: 14px; } .information .left .right-title { font-size: 16px; color: #333; text-align: center; } .information .left .right-title a { font-weight: bold; } .information .left .right-link { font-size: 12px; color: #666; text-align: center; height: 25px; line-height: 25px; overflow: hidden; } .information .left .right-link a { padding: 0 5px; cursor: pointer; float: left; height: 26px; line-height: 26px; overflow: hidden; text-overflow: ellipsis; vertical-align: bottom; white-space: nowrap; width: 91px; } .information .left .right-link span { float: left; _display: inline; margin-top: -1px; padding: 0; } .information .left .list { margin-top: 0px; color: #666; line-height: 26px; font-size: 14px; width: 315px; height: 165px; overflow: hidden; } .information .left .list li { height: 24px; position: relative; } .information .left .list li a:hover { color: #ff7a43; } .information .left .list li .tag { color: #999; } .information .left .list li .time { font-size: 12px; color: #999; position: absolute; right: 5px; top: 0; } .information .left .title { height: 25px; } .information .left .title .titleP { float: left; font-size: 12px; color: #666666; } .information .left .title .titleP span { font-weight: bold; } .information .left .list-d { font-size: 12px; line-height: 21px; color: #666; float: left; width: 320px; } .information .left .list-d a:hover { color: #ff7a43; } .information .left .mt10 { margin-top: 10px; } .information .left .title-hero { position: relative; margin-top: 5px; float: left; width: 321px; } .information .left .title-hero span { font-size: 12px; color: #666666; font-weight: bold; } .information .left .title-hero .more { position: absolute; right: 5px; top: 0; } .information .left .hero-list { position: relative; float: left; width: 321px; margin-top: -5px; } .information .left .hero-list ul { overflow: hidden; } .information .left .hero-list li { float: left; margin-right: 6px; margin-top: 15px; padding: 0; width: 26px; height: 26px; } .information .left .hero-list li a { padding: 0; margin: 0; } .information .left .hero-list li a img { width: 26px; height: 26px; } .information .left .hero-list .btn-d { height: 25px; width: 314px; position: relative; float: left; _display: inline; background-color: #ecf3f9; margin-top: 9px; } .information .left .hero-list .btn-d a { display: black; text-align: center; font-size: 12px; color: #047bc2; line-height: 25px; } .information .left .hero-list .btn-d .d-gg { background-color: #ddebf7; width: 100px; height: 25px; float: left; position: relative; } .information .left .hero-list .btn-d .d-gg i { width: 12px; height: 11px; display: block; background-image: url("../slice/sound.png"); position: absolute; top: 7px; left: 12px; } .information .left .hero-list .btn-d .d-gg span { padding-left: 35px; font-size: 12px; color: #666; line-height: 25px; text-align: center; } .information .left .hero-list .btn-d .tempWrap { overflow: hidden; } .information .left .hero-list .btn-d .d-content { width: 212px; float: left; _display: inline; overflow: hidden; } .information .left .hero-list .btn-d .d-content li { margin: 0; float: none; width: auto; height: 25px; overflow: hidden; } .information .left .hero-list .btn-d .d-content li a { display: block; } .information .slideBox { width: 350px; height: 175px; overflow: hidden; position: relative; } .information .slideBox .hd { height: 15px; overflow: hidden; position: absolute; right: 10px; bottom: 5px; z-index: 1; } .information .slideBox .hd ul { overflow: hidden; zoom: 1; float: left; } .information .slideBox .hd ul li { border-radius: 15px; float: left; margin-right: 5px; width: 8px; height: 8px; line-height: 14px; text-align: center; background: #868385; cursor: pointer; } .information .slideBox .hd ul li.on { background: #fff; color: #fff; } .information .slideBox .bd { position: relative; height: 100%; z-index: 0; } .information .slideBox .bd img { width: 350px; height: 175px; } .information .topLiveContent li { position: relative; } .information .topLiveContent .shadow { position: absolute; bottom: 0; background: url(../img/shadow.png); width: 100%; height: 40px; } .mod-tabs-box { width: 630px; height: 30px; line-height: 30px; color: #666; font-size: 12px; background-color: #ecf3f9; position: relative; } .mod-tabs-box .nav-p { padding-left: 10px; } .mod-tabs-box .problem { color: #408bcb; position: absolute; right: 90px; top: 0; display: block; } .mod-tabs-box .line { position: absolute; top: 0; right: 80px; width: 1px; height: 30px; color: #ccc; } .mod-tabs-box .icon { display: block; width: 25px; height: 20px; position: absolute; cursor: pointer; border: 1px solid #cfdeea; background-color: #ecf3f9; margin-top: -5px; } .mod-tabs-box .icon:hover { background-color: #cfdeea; } .mod-tabs-box .back { right: 43px; top: 9px; } .mod-tabs-box .back i { display: inline-block; *display: inline; *zoom: 1; width: 13px; height: 13px; margin: 0 0px 3px 6px; background-image: url(../slice/back.png); } .mod-tabs-box .refresh { right: 10px; top: 9px; } .mod-tabs-box .refresh i { display: inline-block; *display: inline; *zoom: 1; width: 13px; height: 13px; margin: 0 0px 3px 6px; background-image: url(../slice/refresh.png); } .activecenter { position: relative; background-color: #fff; } .activecenter a { cursor: pointer; } .activecenter .mod-title { font-size: 12px; color: #666; font-weight: bold; } .activecenter .mod-img-box-l { float: left; _display: inline; width: 400px; height: 190px; margin-top: 10px; margin-right: 10px; } .activecenter .mod-img-box-l a { width: 400px; height: 190px; display: block; position: relative; margin-top: 6px; } .activecenter .mod-img-box-l a p { position: absolute; color: #fff; bottom: 10px; left: 20px; font-size: 14px; } .activecenter .mod-img-box-l img { width: 400px; height: 190px; } .activecenter .tagBg { width: 62px; position: absolute; height: 25px; background-image: url("../slice/tagBg.png"); left: 0; top: 10px; color: #fff; line-height: 25px; font-size: 12px; text-align: center; opacity: 0.8; filter: alpha(opacity=80); text-align: left; padding-left: 10px; } .activecenter .tagBg2 { background-image: url("../slice/tagBg2.png"); } .activecenter .tagBg3 { background-image: url("../slice/tagBg3.png"); } .activecenter .mod-img-box-r { width: 190px; height: 212px; margin-top: 10px; float: left; _display: inline; } .activecenter .mod-img-box-r img { opacity: 0.9; filter: alpha(opacity=90); } .activecenter .mod-img-box-r img:hover { opacity: 1; filter: alpha(opacity=100); } .activecenter .mod-img-box-r a { margin-bottom: 5px; width: 190px; height: 60px; display: block; } .activecenter .mt15 { margin-top: 6px; } .activecenter .mod-slide { clear: both; padding-top: 12px; } .activecenter .mod-act-m { bottom: 224px; z-index: 100; width: 600px; height: 0px; position: absolute; margin-top: 14px; float: left; _display: inline; } .activecenter .mod-act-m .mod-line { width: 760px; height: 1px; position: absolute; bottom: 5px; background-color: #e6e6e6; } .activecenter .mod-act-m .mod-line i { position: absolute; background-image: url("../slice/point.png"); display: block; width: 10px; height: 10px; cursor: pointer; } .activecenter .mod-act-m .mod-line .i-hover { background-image: url("../slice/pointhover.png"); } .activecenter .mod-act-m .mod-line .icon1 { left: 86px; top: -4px; } .activecenter .mod-act-m .mod-line .icon2 { left: 275px; top: -4px; } .activecenter .mod-act-m .mod-line .icon3 { left: 471px; top: -4px; } .activecenter .mod-act-m .mod-line .icon4 { left: 665px; top: -4px; } .activecenter .mod-act-m .mod-line .mod-box { color: #999; text-align: center; line-height: 22px; padding: 0px 5px; position: absolute; top: -34px; background-color: #ededed; border-radius: 5px; } .activecenter .mod-act-m .mod-line .mod-box span { left: 7px; display: block; width: 0; height: 0; border-width: 5px; border-style: solid; border-color: #ededed #fff #fff #fff; position: absolute; top: 21px; } .activecenter .mod-act-m .mod-line .box1 { left: 78px; } .activecenter .mod-act-m .mod-line .box2 { left: 267px; } .activecenter .mod-act-m .mod-line .box3 { left: 463px; } .activecenter .mod-act-m .mod-line .box4 { left: 657px; } .activecenter .mod-act-m .mod-line .box-hover { background-color: #ecf3f9; color: #ff6600; } .activecenter .picList li { position: relative; } .activecenter .picList .pic { text-align: center; line-height: 0; } .activecenter .picList .pic img { width: 190px; height: 145px; } .activecenter .picList .title { line-height: 24px; } .activecenter .picList .title a { text-align: left; font-size: 12px; color: #999; float: left; } .activecenter .leftLoop { overflow: hidden; position: relative; border: 1px solid #fff; } .activecenter .leftLoop .bd .prev, .activecenter .leftLoop .bd .next { display: block; width: 24px; height: 62px; line-height: 10px; cursor: pointer; background-image: url("../slice/prev.png"); position: absolute; z-index: 2; top: 87px; } .activecenter .leftLoop .bd .next { background-image: url("../slice/next2.png"); right: 0; } .activecenter .leftLoop .bd .next:hover { background-image: url("../slice/nexthover.png"); } .activecenter .leftLoop .bd .prev { left: 0; } .activecenter .leftLoop .bd .prev:hover { background-image: url("../slice/prevhover.png"); } .activecenter .leftLoop .hd ul { float: right; overflow: hidden; zoom: 1; margin-top: 10px; } .activecenter .leftLoop .hd ul li { position: relative; _display: inline; float: left; overflow: hidden; background: #ccc; margin-right: 12px; text-indent: -999px; cursor: pointer; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; } .activecenter .leftLoop .hd ul li.on { background: #f00; } .activecenter .leftLoop .bd ul { overflow: hidden; zoom: 1; } .activecenter .leftLoop .bd ul li { margin: 0 24px 0 0; text-align: center; float: left; display: _inline; } .activecenter .tempWrap { overflow: hidden; position: relative; width: 600px; } .activecenter .picList { position: relative; overflow: hidden; height: 210px; } .activecenter .picList li { float: left; _display: inline; width: 180px; } .activecenter .picList li .tagBg { top: 55px !important; } .activecenter .picList li .border-line { position: relative; width: 100%; height: 1px; background-color: #ecf3f9; margin: 10px 0; padding-right: 15px; } .activecenter .picList li .border-line i { position: absolute; background: url(../img/point.png); display: block; width: 10px; height: 10px; cursor: pointer; left: 86px; top: -4px; } .activecenter .picList li .border-line .i-hover { background: url(../img/pointhover.png); } .activecenter .picList li .mod-box { position: relative; color: #999; text-align: center; line-height: 22px; padding: 0px 5px; background-color: #ededed; border-radius: 5px; margin: 0 auto 0 80px; width: 60px; } .activecenter .picList li .mod-box span { left: 7px; display: block; width: 0; height: 0; border-width: 5px; border-style: solid; border-color: #ededed #fff #fff #fff; position: absolute; top: 21px; } .activecenter .picList li .box-hover { background-color: #ecf3f9; color: #ff6600; } @font-face { font-family: 'iconfont'; src: url("../font/iconfont.eot"); /* IE9*/ src: url("../font/iconfont.eot?#iefix") format("embedded-opentype"), url("../font/iconfont.woff") format("woff"), url("../font/iconfont.ttf") format("truetype"), url("../font/iconfont.svg#iconfont") format("svg"); /* iOS 4.1- */ } .iconfont { font-family: "iconfont" !important; font-size: 16px; font-style: normal; -webkit-font-smoothing: antialiased; -webkit-text-stroke-width: 0.2px; -moz-osx-font-smoothing: grayscale; } .tag_icon_bottom { font-size: 23px; color: #333; -webkit-transition: font-size 0.25s ease-out 0s; -moz-transition: font-size 0.25s ease-out 0s; transition: font-size 0.25s ease-out 0s; } .lolbox-icon { float: right; _display: inline; width: 16px; height: 16px; margin-top: 3px; background: url(http://a.dwstatic.com/huya/main/img/pic-global_782237f.png) -152px -51px no-repeat; } .live a { cursor: pointer; } .live .mod-tabs-hd { width: 760px; position: relative; } .live .nav { height: 30px; } .live .nav li { line-height: 30px; font-weight: normal; } .live .nav .selected { font-weight: bold; } .live .mod-tabs-bd.nav_live { width: 760px; margin-top: 14px; height: 413px; } .live .mod-tabs-bd.nav_live .directroom-replay > li { float: left; _display: inline; position: relative; width: 170px; margin-right: 15px; height: 160px; } .live .mod-tabs-bd.nav_live .directroom-replay > li.current { z-index: 100; } .live .mod-tabs-bd.nav_live .directroom-replay > li p { color: #666; line-height: 22px; font-size: 12px; } .live .mod-tabs-bd.nav_live .directroom-replay > li .video-p1 { padding-top: 5px; white-space: nowrap; overflow: hidden; -webkit-text-overflow: ellipsis; -o-text-overflow: ellipsis; -moz-text-overflow: ellipsis; -ms-text-overflow: ellipsis; text-overflow: ellipsis; } .live .mod-tabs-bd.nav_live .directroom-replay > li .video-p2 { color: #999; } .live .mod-tabs-bd.nav_live .directroom-replay > li .live-img { position: relative; width: 170px; height: 95px; } .live .mod-tabs-bd.nav_live .directroom-replay > li .live-img .screenshot { width: 170px; height: 95px; } .live .mod-tabs-bd.nav_live .directroom-replay > li .live-img .avatar { position: absolute; left: 0; bottom: 0; border: 1px solid #96a19d; width: 36px; height: 36px; } .live .mod-tabs-bd.nav_live .directroom-replay > li .live-img .tag { position: absolute; top: 5px; left: -2px; width: 70px; } .live .mod-tabs-bd.nav_live .directroom-replay > li .live-img .tag .tag_font { display: block; color: #fff; line-height: 18px; text-align: center; width: 100%; float: left; _display: inline; padding: 3px 0; } .live .mod-tabs-bd.nav_live .directroom-replay > li .live-img .tag .tag_icon_bottom { position: absolute; right: -17px; } .live .more-live { margin-top: 15px; } .live .more-live p { float: left; _display: inline; } .live .more-live p span { color: #ff7a43; } .live .more-live p a { color: #408bcb; } .live .more-live .nav-right { float: right; _display: inline; } .live .more-live .nav-right a { color: #666; } .live .more-live .nav-right .line { color: #ccc; padding: 0 5px; } .live .more-live .nav-right .selected { font-weight: bold; } .live .directroom-poplayer { display: none; width: 280px; border: 1px solid #D1D2D2; position: absolute; top: 0px; left: 172px; z-index: 222; background-color: #fff; padding: 7px 10px 5px 10px; } .live .directroom-poplayer i { width: 7px; height: 13px; position: absolute; top: 10px; left: -7px; background-image: url(../img/icon-map.png); background-repeat: no-repeat; background-position: -30px -80px; } .live .directroom-poplayer li { position: relative; margin: 0px; width: 125px; } .live .directroom-poplayer .vs-team { float: left; _display: inline; width: 125px; text-align: right; color: #666666; } .live .directroom-poplayer .vs-team li { float: left; _display: inline; overflow: hidden; margin-bottom: 3px; } .live .directroom-poplayer .vs-team li img { float: right; _display: inline; margin-left: 4px; } .live .directroom-poplayer .vs-team-right { margin-left: 26px; text-align: left; } .live .directroom-poplayer .vs-team-right li img { float: left; _display: inline; margin-right: 4px; margin-left: 0; } .live .directroom-poplayer.directroom-poplayer-left { left: -305px; } .live .directroom-poplayer.directroom-poplayer-left i { left: auto; right: -7px; background-position: -51px -80px; } .live .directroom-poplayer .vs { position: absolute; top: 50%; left: 142px; margin-top: -0.5em; color: #999999; } .mod-tabs-bd.nav_subscribe { padding-top: 20px; } .mod-tabs-bd.nav_subscribe .list { position: relative; height: 438px; } .mod-tabs-bd.nav_subscribe .list li { float: left; position: relative; width: 345px; height: 60px; padding: 10px; } .mod-tabs-bd.nav_subscribe .list li img { position: absolute; top: 10px; left: 10px; width: 60px; height: 60px; } .mod-tabs-bd.nav_subscribe .list li .text { position: relative; width: 150px; height: 100%; padding-left: 75px; line-height: 20px; } .mod-tabs-bd.nav_subscribe .list li .text .name, .mod-tabs-bd.nav_subscribe .list li .text p { display: block; width: 100%; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; color: #666; font-size: 12px; } .mod-tabs-bd.nav_subscribe .list li .btn { position: absolute; top: 23px; right: 20px; width: 95px; height: 33px; color: #7d7e7f; text-align: center; line-height: 33px; background-color: #d9e4ed; -webkit-border-radius: 3px; border-radius: 3px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; } .mod-tabs-bd.nav_subscribe .list li .btn:hover { background-color: #408bcb; color: #fff; } .mod-tabs-bd.nav_subscribe .list li:hover { background-color: #ecf3f9; } .popIframe { width: 428px; height: 292px; position: absolute; top: 135px; left: 41px; z-index: 300; display: none; } .subscription-list { text-align: center; padding-top: 40px; } .feedback h3 { color: #666; font-size: 16px; font-weight: 500; } .feedback .content { padding: 16px 0 0 10px; } .feedback .content .form-group { color: #666; margin-bottom: 12px; } .feedback .content .form-group label { display: inline-block; *display: inline; *zoom: 1; width: 80px; text-align: right; margin-right: 5px; } .feedback .content .form-group select, .feedback .content .form-group input { outline: none; width: 225px; height: 30px; line-height: 30px; border: 1px solid #dbdbdb; text-indent: 10px; } .feedback .content .form-group select { padding: 5px 0\0; *vertical-align: bottom; *padding: 5px 0; *display: inline-block; } .feedback .content .form-group textarea { width: 400px; height: 100px; border: 1px solid #dbdbdb; outline: none; color: #333; resize: none; padding: 10px; overflow-y: auto; } .feedback .content .form-group img { display: inline-block; *display: inline; *zoom: 1; margin-right: 10px; } .feedback .content .upload-group { position: relative; } .feedback .content .upload-group a { position: absolute; left: 90px; width: 60px; height: 18px; color: #408bcb; cursor: pointer; } .feedback .content .upload-group input { filter: alpha(opacity=0); opacity: 0; position: absolute; left: 90px; width: 60px; height: 18px; cursor: pointer; } .feedback .content .upload-group .tips { padding-left: 90px; color: #ffa274; font-weight: bolder; padding: 10px 0 0 90px; } .feedback .content #previewBox { padding-left: 90px; } .feedback .content .submit input { border: none; width: 85px; height: 30px; line-height: 30px; text-align: center; color: #fff; background-color: #408bcb; -webkit-border-radius: 3px; border-radius: 3px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; text-indent: 0; } .feedback .content .submit input:hover { background-color: #4b9add; } .feedback .content .feedback-info { float: right; margin-top: -34px; margin-right: 132px; color: #999; } .feedback .content .feedback-info span { color: #ff7a43; } .change-name .top-message { top: 0; left: 0; } .change-name .content { text-align: center; margin-top: 90px; margin-left: -80px; } .change-name .submit input { width: 120px !important; margin-left: -16px; } .change-name .change-name-des { margin-left: 266px; text-align: left; } .change-name .change-name-des h3 { font-size: 12px; color: #999; font-weight: bold; margin: 10px 0; } .change-name .change-name-des p { line-height: 24px; } .change-name .tips i { display: inline-block; *display: inline; *zoom: 1; float: left; _display: inline; background-image: url(../slice/plaint.png); width: 18px; height: 18px; margin-right: 10px; } .change-name .tips .tips-info { float: left; _display: inline; } .change-name .tips .tips-info a { color: #408bcb; } .change-name .tips.success-tip { display: none; } .change-name .tips.success-tip i { background-image: url(../slice/check1.png); background-size: 100%; } .search-box h3 { float: left; _display: inline; color: #666; font-size: 16px; } .search-box h3 span { font-weight: bold; } .search-box .content { width: 600px; height: 470px; text-align: center; } .search-box .content img { margin: 112px 0 10px -81px; } .search-box .content .s_1 { color: #999; font-size: 16px; font-weight: bold; margin-bottom: 15px; } .search-box .content .s_2, .search-box .content .s_3 { color: #b3b3b3; line-height: 20px; } .search-box .content .s_2 a, .search-box .content .s_3 a { color: #408bcb; cursor: pointer; } .search-box.clothes-work img { margin-left: -66px !important; } .search-content .title { color: #666; font-size: 16px; margin-bottom: 9px; } .search-content .title span { font-weight: bold; } .search-content .type-title .type1 { margin-left: -59px; margin-right: 58px; text-align: center !important; } .search-content .type1, .search-content .type2, .search-content .type3 { display: inline-block; *display: inline; *zoom: 1; } .search-content .type1 { width: 150px !important; text-align: left !important; padding-left: 24px; } .search-content .type2 { width: 316px !important; } .search-content .type3 { width: 80px !important; } .search-content ul li { padding: 8px 4px !important; } .search-page-nav { margin-top: 30px !important; } .search-content2 .type-title { border-bottom: 1px solid #f5f5f5; padding: 5px; } .search-content2 .type1, .search-content2 .type2, .search-content2 .type3 { text-align: center; } .main-wrap li:hover { background-color: #ecf3f9; cursor: pointer; } .whole-wrap { width: 630px; } .whole-game .box-hd, .whole-wrap .box-hd { height: 30px; line-height: 30px; background-color: #ecf3f9; padding: 0 10px; } .whole-game .box-hd a, .whole-wrap .box-hd a { color: #666; } .whole-game .box-hd .icons, .whole-wrap .box-hd .icons { cursor: pointer; margin-top: -28px; *margin-top: -22px; float: right; _display: inline; } .whole-game .box-hd .icons i, .whole-wrap .box-hd .icons i { display: inline-block; *display: inline; *zoom: 1; width: 13px; height: 13px; background-image: url(../slice/back-arrow.png); } .whole-game .box-hd .icons i:hover, .whole-wrap .box-hd .icons i:hover { background-image: url(../slice/back-arrow-hover.png); } .whole-game .box-hd .icons.refresh, .whole-wrap .box-hd .icons.refresh { margin-left: 10px; } .whole-game .box-hd .icons.refresh i, .whole-wrap .box-hd .icons.refresh i { background: url(../img/refresh.png) no-repeat !important; } .whole-game .box-hd .icons.refresh i:hover, .whole-wrap .box-hd .icons.refresh i:hover { background: url(../img/refresh-hover.png) no-repeat !important; } .whole-game .top-game, .whole-wrap .top-game { position: relative; margin: 10px 0 15px; overflow: hidden; width: 600px; height: 110px; } .whole-game .top-game ul, .whole-wrap .top-game ul { position: absolute; left: 0px; right: 0px; padding: 0 15px; overflow: hidden; } .whole-game .top-game ul li, .whole-wrap .top-game ul li { padding-left: 15px; width: 268px; cursor: pointer; float: left; _display: inline; } .whole-game .top-game ul li img, .whole-wrap .top-game ul li img { float: left; _display: inline; margin-right: 14px; } .whole-game .top-game .nav-a, .whole-wrap .top-game .nav-a { cursor: pointer; position: absolute; z-index: 1; width: 15px; height: 110px; line-height: 110px; text-align: center; background-color: #f3f3f3; -webkit-border-radius: 3px; border-radius: 3px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; } .whole-game .top-game .nav-a:hover, .whole-wrap .top-game .nav-a:hover { background-color: #ecf3f9; } .whole-game .top-game .nav-a i, .whole-wrap .top-game .nav-a i { display: inline-block; *display: inline; *zoom: 1; width: 5px; height: 7px; *margin-top: 50px; background-image: url(../slice/pre1.png); } .whole-game .top-game .nav-a.pre, .whole-wrap .top-game .nav-a.pre { left: 0; } .whole-game .top-game .nav-a.next, .whole-wrap .top-game .nav-a.next { right: 0; } .whole-game .top-game .nav-a.next i, .whole-wrap .top-game .nav-a.next i { background-image: url(../slice/next1.png); } .whole-game li .cont .desc, .whole-wrap li .cont .desc { color: #999; line-height: 18px; height: 34px; overflow: hidden; } .whole-game li .cont .title, .whole-wrap li .cont .title { margin-bottom: 1px; } .whole-game li .cont .new, .whole-wrap li .cont .new { display: inline-block; *display: inline; *zoom: 1; width: 23px; height: 11px; background-image: url(../slice/type-new.png); margin-left: 5px; *margin-top: -16px; } .whole-game li .cont .name, .whole-wrap li .cont .name { vertical-align: middle; color: #666; font-size: 14px; font-weight: bold; } .whole-game li .cont .score, .whole-wrap li .cont .score { padding-left: 5px; color: #ff4300; } .whole-game li .cont .desc, .whole-wrap li .cont .desc { color: #999; } .whole-game li .cont .get-it, .whole-wrap li .cont .get-it { display: inline-block; *display: inline; *zoom: 1; width: 100px; height: 31px; text-align: center; line-height: 31px; color: #fff; margin-top: 15px; -webkit-border-radius: 3px; border-radius: 3px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; background-color: #408bcb; } .whole-game li .cont .get-it:hover, .whole-wrap li .cont .get-it:hover { background-color: #4b9add; } .whole-game li .cont .action a, .whole-wrap li .cont .action a { color: #666; } .whole-game li .cont .action span, .whole-wrap li .cont .action span { display: inline-block; *display: inline; *zoom: 1; color: #ccc; padding: 0 10px; } .whole-game li .cont .comment, .whole-wrap li .cont .comment { margin: 1px 0; } .whole-game .mod-tabs-hd .mod-tabs-trigger, .whole-wrap .mod-tabs-hd .mod-tabs-trigger { float: left; _display: inline; width: 460px; } .whole-game .mod-tabs-hd .mod-tabs-trigger li, .whole-wrap .mod-tabs-hd .mod-tabs-trigger li { width: 20% !important; } .whole-game .mod-tabs-hd .search-input, .whole-wrap .mod-tabs-hd .search-input { width: 128px; margin-right: 0 !important; margin-top: 0 !important; } .whole-game .mod-tabs-bd .popgame-list, .whole-wrap .mod-tabs-bd .popgame-list { padding: 15px 0 0 0; } .whole-game .mod-tabs-bd .popgame-list li, .whole-wrap .mod-tabs-bd .popgame-list li { position: relative; width: 33.3%; margin-bottom: 15px; float: left; _display: inline; } .whole-game .mod-tabs-bd .popgame-list li img, .whole-wrap .mod-tabs-bd .popgame-list li img { float: left; _display: inline; margin-right: 15px; width: 70px; height: 70px; } .whole-game .mod-tabs-bd .popgame-list li .comment-level, .whole-wrap .mod-tabs-bd .popgame-list li .comment-level { display: inline-block; *display: inline; *zoom: 1; width: 12px; height: 11px; background-image: url(../slice/star2.png); } .whole-game .mod-tabs-bd .popgame-list li .comment-level.half, .whole-wrap .mod-tabs-bd .popgame-list li .comment-level.half { background-image: url(../slice/start-half.png) !important; } .whole-game .mod-tabs-bd .popgame-list li .comment-level.full, .whole-wrap .mod-tabs-bd .popgame-list li .comment-level.full { background-image: url(../slice/star.png) !important; } .whole-game .mod-tabs-bd .popgame-list li .tip, .whole-wrap .mod-tabs-bd .popgame-list li .tip { position: absolute; top: 5px; left: 0; width: 33px; height: 15px; z-index: 2; } .whole-game .mod-tabs-bd .popgame-list li .tip.hot, .whole-wrap .mod-tabs-bd .popgame-list li .tip.hot { background-image: url(../slice/hot.png); } .whole-game .mod-tabs-bd .popgame-list li .tip.new, .whole-wrap .mod-tabs-bd .popgame-list li .tip.new { background-image: url(../slice/new.png); } .gameDesc { width: 96px; overflow: hidden; white-space: nowrap; -webkit-text-overflow: ellipsis; -moz-text-overflow: ellipsis; -ms-text-overflow: ellipsis; -o-text-overflow: ellipsis; text-overflow: ellipsis; } .message .mod-tabs-content { margin-top: 34px; } .message .mod-tabs-content .title { font-size: 12px !important; } .message .mod-tabs-content .type-title .type1 { margin: 0 -100px 0 100px; } .message .mod-tabs-content .type-title .type2 { margin: 0 30px 0 -30px; } .message .mod-tabs-content .type1 { text-align: left !important; width: 70% !important; } .message .mod-tabs-content .type2 { text-align: right !important; width: 28% !important; } .message .mod-tabs-content ul { height: 360px; overflow-y: hidden; margin-bottom: 6px; } .message .mod-tabs-content ul li { float: none !important; padding: 10px 0; } .message .read-status { padding-left: 10px; *margin-top: 3px; color: #cccccc; float: left; _display: inline; } .message .read-status a { color: #408bcb; } .message .read-status span { display: inline-block; *display: inline; *zoom: 1; padding: 0 5px; } .message .page-nav { *margin-top: 4px !important; } .clothes-hero { position: relative; } .clothes-hero .hero-content { padding-right: 10px; position: relative; height: 416px; clear: both; overflow: hidden; margin-top: 34px; } .clothes-hero .hero-content ul { clear: both; } .clothes-hero .hero-content ul li { margin-bottom: 25px; } .clothes-hero .hero-content .top { padding-bottom: 15px; color: #999; } .clothes-hero .hero-content .top h3 { display: inline-block; *display: inline; *zoom: 1; font-weight: bold; font-size: 12px; color: #666; margin-right: 12px; } .clothes-hero .hero-content .top span { display: inline-block; *display: inline; *zoom: 1; padding-right: 12px; } .clothes-hero .hero-content .top .good i, .clothes-hero .hero-content .top .bad i { display: inline-block; *display: inline; *zoom: 1; width: 14px; height: 14px; margin-bottom: -2px; margin-right: 5px; } .clothes-hero .hero-content .top .good i { background-image: url(../slice/good.png); } .clothes-hero .hero-content .top .bad i { background-image: url(../slice/bad.png); } .clothes-hero .hero-content .bottom { color: #666; } .clothes-hero .hero-content .bottom img { display: inline-block; *display: inline; *zoom: 1; margin-right: 2px; vertical-align: middle; } .clothes-hero .hero-content .bottom .right-btns { *margin-top: -41px; float: right; _display: inline; } .clothes-hero .hero-content .bottom .right-btns .btn { cursor: pointer; float: left; _display: inline; -webkit-border-radius: 3px; border-radius: 3px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; width: 95px; height: 33px; line-height: 33px; text-align: center; color: #fff; background-color: #408bcb; } .clothes-hero .hero-content .bottom .right-btns .btn:hover { background-color: #4b9add; } .clothes-hero .hero-content .bottom .right-btns .btn i { display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; } .clothes-hero .hero-content .bottom .right-btns .btn.replace-btn i { margin-right: 5px; width: 14px; height: 11px; background-image: url(../slice/replace.png); } .clothes-hero .hero-content .bottom .right-btns .btn.look { margin-left: 10px; } .clothes-hero .hero-content .bottom .right-btns .btn.look i { margin-left: 5px; width: 6px; height: 4px; background-image: url(../slice/look-arrow.png); } .clothes-hero .hero-content .bottom span { padding-left: 10px; } .clothes-hero .hero-content .tip { display: none; width: 275px; height: 170px; border-top: 3px solid #408bcb; } .clothes-hero .hero-content .tip .inner { border: 1px solid #e7e7e7; border-top: none; padding: 15px 14px; } .clothes-hero .hero-content .tip .inner .title h3 { float: left; _display: inline; font-size: 12px; font-weight: bold; color: #666; } .clothes-hero .hero-content .tip .inner .title a { float: right; _display: inline; width: 10px; height: 9px; background-image: url(../slice/close.png); } .clothes-hero .hero-content .tip .inner .title a:hover { background-image: url(../slice/close-hover.png); } .clothes-hero .hero-content .tip .inner .content { text-align: center; } .clothes-hero .hero-content .tip .inner .content .main { padding: 27px 0 27px 40px; } .clothes-hero .hero-content .tip .inner .content i { float: left; _display: inline; width: 24px; height: 24px; background-image: url(../slice/check1.png); margin-right: 10px; } .clothes-hero .hero-content .tip .inner .content .info { float: left; _display: inline; } .clothes-hero .hero-content .tip .inner .content .info h4 { color: #666; font-size: 12px; margin-bottom: 5px; margin-top: -2px; } .clothes-hero .hero-content .tip .inner .content .info p { color: #999; } .clothes-hero .hero-content .tip .inner .content .confirm { -webkit-border-radius: 3px; border-radius: 3px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; width: 85px; height: 30px; line-height: 30px; text-align: center; background-color: #408bcb; color: #fff; margin: 0 auto 20px; cursor: pointer; } .clothes-hero .hero-content .hover-tip { display: none; background-image: url(../slice/triangle-block.png); width: 258px; height: 267px; } .clothes-hero .hero-content .hover-tip .inner { padding: 14px; } .clothes-hero .hero-content .hover-tip .top { padding-bottom: 5px !important; border-bottom: 1px solid #e7e7e7; } .clothes-hero .hero-content .hover-tip .top h3 { color: #666; font-size: 12px; margin-bottom: 5px; margin-top: -2px; } .clothes-hero .hero-content .hover-tip .top p { color: #999; margin: 5px 0; } .clothes-hero .hero-content .hover-tip .content { padding-top: 5px; color: #666; line-height: 20px; } .clothes-hero .hero-content .hover-tip .main p { margin-top: 5px; } .clothes-hero .hero-content .hover-tip .main ul { padding: 10px 0; } .clothes-hero .hero-content .hover-tip .main ul li { margin-bottom: 5px !important; float: left; _display: inline; width: 50%; } .clothes-hero .hero-content .hover-tip .main ul li img { vertical-align: middle; } .clothes-hero .page-nav { margin-top: 21px !important; margin-right: 0 !important; } .clothes-detail .hover-tip { background-size: 100% 78%; } .clothes-detail .hover-tip .top { border-bottom: none !important; } .clothes-detail .hover-tip .main p { color: #999 !important; } .clothes-detail .detail-top { border-bottom: 1px solid #f0f0f0; padding-bottom: 10px; } .clothes-detail .detail-top-left { float: left; _display: inline; } .clothes-detail .detail-top-left h3 { margin-bottom: 6px; } .clothes-detail .detail-top-left p span { color: #408bcb; } .clothes-detail .detail-top-right { position: relative; float: right; _display: inline; } .clothes-detail .detail-top-right .manipulate { display: inline-block; *display: inline; *zoom: 1; float: left; _display: inline; -webkit-border-radius: 3px; border-radius: 3px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; width: 38px; height: 38px; background-color: #dbe7f1; text-align: center; color: #408bcb; margin-right: 5px; vertical-align: middle; } .clothes-detail .detail-top-right .manipulate i { display: block; margin: 5px auto 0px; } .clothes-detail .detail-top-right .replace i { width: 14px; height: 11px; background-image: url(../slice/d-replace.png); } .clothes-detail .detail-top-right .replace:hover i { background-image: url(../slice/replace-hover.png); } .clothes-detail .detail-top-right .collect i { width: 15px; height: 14px; background-image: url(../slice/collect.png); } .clothes-detail .detail-top-right .collect:hover i { background-image: url(../slice/collect-hover.png); } .clothes-detail .detail-top-right .good i { width: 14px; height: 14px; background-image: url(../slice/d-good.png); } .clothes-detail .detail-top-right .good:hover i { background-image: url(../slice/d-good-hover.png); } .clothes-detail .detail-top-right .bad i { width: 14px; height: 14px; background-image: url(../slice/d-bad.png); } .clothes-detail .detail-top-right .bad:hover i { background-image: url(../slice/d-bad-hover.png); } .clothes-detail .detail-top-right .replace-tip { display: none; position: absolute; bottom: -26px; left: 0; color: #666; padding: 2px; border: 1px solid #e7e7e7; background-color: #fff; -webkit-box-shadow: 2px 2px 2px #ececec; box-shadow: 2px 2px 2px #ececec; } .clothes-detail .btn-con { margin: 0 0 0 8px !important; } .clothes-detail .detail-content { position: relative; padding: 15px 0; } .clothes-detail .detail-content li .title { padding-bottom: 10px; } .clothes-detail .detail-content li .title h3 { float: left; _display: inline; } .clothes-detail .detail-content li .title a { float: right; _display: inline; color: #408bcb; font-weight: bold; } .clothes-detail .detail-content li .title a i { display: inline-block; *display: inline; *zoom: 1; width: 9px; height: 5px; background-image: url(../slice/blue-arrow-down.png); margin: 0 0 1px 3px; *margin-bottom: 5px; } .clothes-detail .detail-content li .title span { display: inline-block; *display: inline; *zoom: 1; color: #999; padding-left: 20px; } .clothes-detail .detail-content li .img-block { float: left; _display: inline; width: 30px; text-align: center; margin-right: 3px; } .clothes-detail .detail-content li .img-block-wrap { float: left; _display: inline; margin-right: 17px; } .clothes-detail .detail-content li .li-content img { display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; margin-right: 4px; } .clothes-detail .detail-content li .li-content span { display: inline-block; *display: inline; *zoom: 1; padding-left: 10px; color: #666; } .clothes-detail .rank-ul { padding: 10px !important; z-index: 99; right: 0px !important; top: 34px !important; } .clothes-detail .rank-ul h4 { color: #333; font-size: 12px; font-weight: bold; margin-bottom: 10px; } .clothes-detail .rank-ul img { vertical-align: middle; display: inline-block; *display: inline; *zoom: 1; margin-right: 5px; } .clothes-detail .rank-ul .article-block { margin-bottom: 10px; } .clothes-detail .rank-ul .article-block > div { margin-bottom: 10px; } .clothes-detail .rank-ul .article-block > span { color: #666; } .clothes-detail .more-comment { display: block; text-align: center; height: 30px; line-height: 30px; color: #408bcb; background-color: #ecf3f9; margin: 15px 0 0; } .clothes-detail .more-comment i { display: inline-block; *display: inline; *zoom: 1; width: 9px; height: 5px; background-image: url(../slice/blue-arrow-down.png); margin: 0 0 1px 3px; } .clothes-detail .dw-comment-ps_note { color: #999; margin-top: 10px; } .clothes-detail .dw-comment-sequence a { color: #666 !important; height: 22px; padding: 2px 10px; } .clothes-detail .dw-comment-sequence a.selected { background-color: #ddebf7 !important; color: #666 !important; -webkit-border-radius: 3px; border-radius: 3px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; } .clothes-detail .dw-comment-comment_list .comment_content .comment_info { color: #408bcb !important; } .clothes-detail .dw-comment-comment_list .comment_text { color: #666 !important; } .clothes-detail textarea { outline: none; } .agency { margin-top: -10px; } .agency .mod-tabs-trigger { float: left; _display: inline; display: none; width: 325px; margin-top: 5px; } .agency .mod-tabs-trigger li { width: 25% !important; background-color: #fff !important; font-weight: 200 !important; } .agency .mod-tabs-trigger li.selected { font-weight: bold !important; background-color: #ddebf7 !important; } .agency .mod-tabs-trigger li a { display: block; } .agency .mod-tabs-content { margin-top: 10px !important; } .agency .center-top { color: #999; margin-bottom: 9px; text-align: left; height: 20px; } .agency .center-top img { vertical-align: middle; display: inline-block; *display: inline; *zoom: 1; margin-right: 5px; width: 28px; height: 28px; } .agency .center-top .h3 { color: #666; font-size: 14px; font-weight: bold; } .agency .center-top .cash { color: #666; } .agency .center-top .money { color: #fd7e40; font-weight: bold; } .agency .center-top #topAgencyContainer { float: left; } .agency .center-top .center-right { float: right; _display: inline; *margin-top: -23px; } .agency .center-top #agencyChannel { display: none; } .agency .mod-slide-s2 { width: 310px !important; height: 165px !important; } .agency .mod-slide-s2 .J_content li a { width: 310px !important; height: 165px !important; position: relative; } .agency .mod-slide-s2 .J_content li a p { position: absolute; left: 10px; bottom: 10px; color: #fff; font-size: 14px; } .agency .mod-slide-s2 .J_content li a img { width: 310px !important; height: 165px !important; } .agency .mod-slide-s2 .mod-slide-trigger { bottom: 14px !important; right: 15px !important; } .agency .mod-slide-s2 .J_nav li { width: 6px; height: 6px; background-image: url(../slice/slider-nav.png) !important; background-color: transparent; } .agency .mod-slide-s2 .J_nav li.selected { background-image: url(../slice/slider-nav-selected.png) !important; } .agency .content-left { float: left; _display: inline; } .agency .content-right { margin-left: 8px; padding: 28px 6px 2px; background-color: #ecf3f9; height: 135px; position: relative; float: left; _display: inline; } .agency .content-right .vip { float: left; _display: inline; color: #666; font-size: 14px; font-weight: bold; vertical-align: bottom; } .agency .content-right .vip-cash { float: left; _display: inline; margin-left: 10px; } .agency .content-right .vip-cash.top-vip { margin-top: -17px; } .agency .content-right .vip-cash p { display: inline-block; *display: inline; *zoom: 1; color: #999; margin-bottom: 5px; } .agency .content-right .vip-cash p span { color: #ff6600; } .agency .content-right .pencent-wrap { position: relative; width: 100px; height: 10px; line-height: 10px; margin-right: 15px; background-image: url(../slice/pencent-wrap.png); } .agency .content-right .pencent-wrap .pencent { position: absolute; left: 0; width: 100%; height: 100%; } .agency .content-right .pencent-wrap .pencent span { height: 10px; overflow: hidden; float: left; background: url(../slice/pencent.png) no-repeat; } .agency .content-right .pencent-wrap .pencent .body { background-position: 0 -10px; background-repeat: repeat-x; } .agency .content-right .pencent-wrap .pencent .start { width: 2.58%; } .agency .content-right .pencent-wrap .pencent .end { width: 2.58%; background-position: 0 -20px; } .agency .content-right input[type=button] { width: 75px; height: 30px; line-height: 30px; text-align: center; border: none; -webkit-border-radius: 3px; border-radius: 3px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; background-color: #f1885b; color: #fff; margin-top: -17px; } .agency .content-right input[type=button]:hover { background-color: #f49e79; } .agency .content-right .vip-top { position: relative; margin-bottom: 10px; } .agency .content-right .vip-content { position: relative; } .agency .content-right .vip-content #vip-switch-content { width: 243px; height: 84px; overflow: hidden; position: relative; margin-top: 10px; } .agency .content-right .vip-content #vip-switch-content .wrap { width: 100%; position: absolute; } .agency .content-right .vip-content .rights, .agency .content-right .vip-content ul { float: left; _display: inline; padding-top: 5px\0; *padding-top: 5px; width: 280px; height: 84px; overflow: hidden; text-align: left; } .agency .content-right .vip-content li { text-align: left; line-height: 21px; height: 21px; overflow: hidden; } .agency .content-right .check-vip { position: absolute; right: -6px; bottom: 0px; width: 30px; height: 92px; margin-top: -15px; -webkit-border-radius: 3px; border-radius: 3px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; background-color: #ddebf7; cursor: pointer; } .agency .content-right .check-vip:hover { background-color: #eaf3fb; } .agency .content-right .check-vip a { display: inline-block; *display: inline; *zoom: 1; width: 23px; margin-left: 2px; margin-top: 5px; color: #408bcb; } .agency .content-right .check-vip i { display: inline-block; *display: inline; *zoom: 1; } .agency .content-right .check-vip .vipLevelLogo { width: 14px; height: 33px; display: block; background: url(../img/vip_sprites.png) no-repeat 100px 100px; } .agency .content-right .check-vip .vip-0 { background-position: -54px -33px; } .agency .content-right .check-vip .vip-1 { background-position: 0 0; } .agency .content-right .check-vip .vip-2 { background-position: -12px 0; } .agency .content-right .check-vip .vip-3 { background-position: -26px 0; } .agency .content-right .check-vip .vip-4 { background-position: -40px 0; } .agency .content-right .check-vip .vip-5 { background-position: -54px 0; } .agency .content-right .check-vip .vip-6 { background-position: 2px -33px; } .agency .content-right .check-vip .vip-7 { background-position: -12px -33px; } .agency .content-right .check-vip .vip-8 { background-position: -26px -33px; } .agency .content-right .check-vip .vip-9 { background-position: -40px -33px; } .agency .content-right .check-vip .nav-arrow { width: 14px; height: 14px; overflow: hidden; background: url(../img/vip-arrow.png) no-repeat -100px -100px; } .agency .content-right .check-vip .al { background-position: 0 -14px; } .agency .content-right .check-vip .ar { background-position: 0 0; } .agency .center { position: relative; clear: both; height: 399px; } .agency .center.play-with { height: 344px; } .agency .center-bottom { clear: both; padding-bottom: 10px; } .agency .center-bottom h3 { color: #666; font-size: 14px; font-weight: bold; text-align: left; padding-bottom: 7px; } .agency .center-bottom ul { float: left; _display: inline; margin-left: -15px; } .agency .center-bottom li { margin: 0 0 15px 15px; float: left; _display: inline; width: 135px; } .agency .center-bottom li.last { margin-bottom: 0; } .agency .center-bottom li .coach-top { position: relative; height: 130px; } .agency .center-bottom li .coach-top img { width: 135px; height: 130px; } .agency .center-bottom li .coach-top .price { position: absolute; left: 10px; bottom: 10px; color: #ccc; z-index: 5; } .agency .center-bottom li .coach-top .price span { color: #fd7e40; font-weight: bold; display: inline-block; *display: inline; *zoom: 1; margin-right: 10px; } .agency .center-bottom li .coach-top .mask { position: absolute; bottom: -2px; left: 0; width: 135px; height: 42px; overflow: hidden; background: url(../img/shadow.png); z-index: 1; } .agency .center-bottom li i { display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; } .agency .center-bottom li .title { margin: 10px 0 5px; text-align: left; color: #666; } .agency .center-bottom li .title i { width: 16px; height: 14px; margin-left: 5px; background-image: url(../slice/icons-grade-set.png); background-repeat: no-repeat; } .agency .center-bottom li .title .level-0 { background-image: none; } .agency .center-bottom li .title .level-1 { background-position: 0 0; } .agency .center-bottom li .title .level-2 { background-position: -20px 0; } .agency .center-bottom li .title .level-3 { background-position: -40px 0; } .agency .center-bottom li .title .level-4 { background-position: -60px 0; } .agency .center-bottom li .title .level-5 { background-position: -80px 0; } .agency .center-bottom li .title .level-6 { background-position: 0 -20px; } .agency .center-bottom li .title .level-7 { background-position: -20px -20px; } .agency .center-bottom li .title .level-8 { background-position: -40px -20px; } .agency .center-bottom li .title .level-9 { background-position: -60px -20px; } .agency .center-bottom li .title .level-10 { background-position: -80px -20px; } .agency .center-bottom li .title .level-11 { background-position: 0 -40px; } .agency .center-bottom li .title .level-12 { background-position: -20px -40px; } .agency .center-bottom li .title .level-13 { background-position: -40px -40px; } .agency .center-bottom li .title .level-14 { background-position: -60px -40px; } .agency .center-bottom li .title .level-15 { background-position: -80px -40px; } .agency .center-bottom li .icons .sword { float: left; _display: inline; color: #666; margin-right: 6px; } .agency .center-bottom li .icons .sword i { margin-right: 2px; width: 12px; height: 11px; background-image: url(../slice/sword.png); } .agency .center-bottom li .icons .sex, .agency .center-bottom li .icons .voice, .agency .center-bottom li .icons .win, .agency .center-bottom li .icons .lost { float: right; _display: inline; margin-left: 3px; } .agency .center-bottom li .icons .sex { width: 16px; height: 16px; background-image: url(../slice/sex.png); } .agency .center-bottom li .icons .voice { width: 16px; height: 16px; background-image: url(../slice/voice.png); } .agency .center-bottom li .icons .win { width: 16px; height: 16px; background-image: url(../slice/win.png); } .agency .center-bottom li .icons .lost { width: 16px; height: 16px; background-image: url(../slice/lost.png); } .agency .buyer-teacher { *margin-top: 8px; } .agency .select-area { clear: both; padding-top: 12px; position: relative; } .agency .select-area select { -webkit-border-radius: 3px; border-radius: 3px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; outline: none; width: 135px; height: 30px; line-height: 30px; border: 1px solid #dbdbdb; text-indent: 10px; margin-right: 8px; padding: 5px 0\0; *vertical-align: bottom; *padding: 5px 0; *display: inline-block; } .agency .select-area label { display: inline-block; *display: inline; *zoom: 1; margin-left: 5px; } .agency .select-area .search-input { width: 165px; margin-top: 0px; margin-right: 0; *margin-top: -34px; } .agency .select-area .search-input input { width: 140px; } .agency .channel { margin-left: -15px; padding-bottom: 10px; height: 130px; } .agency .channel li { float: left; _display: inline; position: relative; cursor: pointer; margin-left: 15px; *margin-left: 14px; } .agency .channel li img { width: 135px; height: 130px; } .agency .channel li .info { position: absolute; left: 0px; bottom: 0px; width: 115px; height: 32px; padding: 5px 10px; text-align: left; } .agency .channel li .info h4 { font-size: 12px; color: #eaeaea; position: relative; z-index: 5; padding-top: 5px; } .agency .channel li .info .desc { color: #ddd; height: 20px; line-height: 14px; overflow: hidden; position: relative; z-index: 5; } .agency .channel li .info .mask { position: absolute; top: 3px; left: 0; width: 135px; height: 42px; overflow: hidden; background: url(../img/shadow.png); z-index: 1; } .agency .channel li .tip { position: absolute; top: 5px; left: 0; width: 51px; height: 25px; line-height: 25px; text-align: center; color: #fff; } .agency .channel li .tip.hot { background-image: url(../slice/channel-tip1.png); } .agency .channel li .tip.new { background-image: url(../slice/channel-tip2.png); } .agency .select { float: left; _display: inline; -webkit-border-radius: 3px; border-radius: 3px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; outline: none; width: 125px; height: 30px; padding-left: 10px; line-height: 30px; border: 1px solid #dbdbdb; margin-right: 8px; border: 1px solid #dbdbdb; cursor: pointer; } .agency .select i { float: right; _display: inline; display: inline-block; *display: inline; *zoom: 1; width: 9px; height: 5px; margin: 13px 9px; *margin-top: -16px; vertical-align: middle; background: url(../img/marrow-down.png); } .agency .order-by-ul { left: 0px; top: 44px; right: auto; width: 123px; *width: 127px; } .agency .order-by-ul li { cursor: pointer; } .agency .order-by-ul.server-ul { left: 119px; } .agency-help { padding: 0 !important; width: 630px !important; } .agency-help .top-message { top: 0; width: 790px; } .agency-help .top-message #usernameWrap { margin-left: 15px; } .agency-help .agency { padding-top: 40px; } .agency-help .manual .problem { background: #F4FAFF; border-bottom: 1px solid #EBEBEB; padding: 10px; line-height: 24px; overflow: hidden; zoom: 1; } .agency-help .manual .problem h3 { background: #E6F0F7; border: 1px solid #CDDEE8; font-weight: 400; display: inline-block; float: left; padding: 3px 10px; line-height: 20px; margin-right: 20px; } .agency-help .manual .problem .problem-bd { width: 530px; float: left; } .agency-help .manual .problem .problem-bd a { display: inline-block; width: 170px; } .agency-help .manual #QAWrap { height: 289px; overflow: hidden; margin: 20px 10px 20px 20px; padding-right: 20px; } .agency-help .manual #QAWrap li { border-bottom: 1px solid #EBEBEB; padding-bottom: 15px; margin-bottom: 15px; } .agency-help .manual #QAWrap li h4 { color: #333; margin-bottom: 5px; } .chong { position: absolute; left: 0; top: -18px; } .chong .payfor { color: #ff6600; } .more-box { height: 488px; } .more-box h3 { margin-bottom: 15px; } .more-box ul { padding-left: 10px; } .more-box ul li { float: left; _display: inline; text-align: center; padding: 9px; margin-right: 30px; } .more-box ul li p { color: #666; } .more-box ul li:hover { background-color: #ecf3f9; } .more-box .more-block { margin-bottom: 25px; } .theme-box .type-title .type4 { margin-left: 0 !important; } .theme-box .mod-tabs-content ul .type4 { margin-left: 0 !important; } .theme-box .type-title .type1 { width: 252px !important; margin-left: 67px !important; margin-right: 0px !important; } .theme-box .mod-tabs-content ul .type1 { width: 313px !important; } .theme-box .sub-nav { margin-bottom: 10px !important; } .bbs-box { position: relative; } .bbs-box .type-title span, .bbs-box .mod-tabs-content ul span { display: inline-block; *display: inline; *zoom: 1; } .bbs-box .type-title span { color: #999; } .bbs-box .mod-tabs-content ul .type1 { color: #666; } .bbs-box .mod-tabs-content ul .type2, .bbs-box .mod-tabs-content ul .type3, .bbs-box .mod-tabs-content ul .type4 { color: #999; } .bbs-box .my-attention .more-actions { position: absolute; bottom: 14px; left: 15px; padding-top: 10px; } .bbs-box .mod-tabs-content { height: 355px; overflow: hidden; border-bottom: 1px solid #f0f0f0; } .bbs-box .bbs-sign { width: 45px; height: 20px; line-height: 20px; text-align: center; color: #fff; background-color: #f1885b; margin-right: 10px; *vertical-align: 1px; -webkit-border-radius: 3px; border-radius: 3px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; } .bbs-box .bbs-sign:hover { background-color: #f49e79; } .bbs-box .bbs-sign.already { background-color: #d4d3cf; } .bbs-box .more-nav.more-actions .more-del { padding: 2px 10px !important; } .bbs-box .rank-ul.username { z-index: 99; right: 0; width: 223px; padding: 15px; } .bbs-box .rank-ul.username .ul-top { clear: both; position: relative; } .bbs-box .rank-ul.username .ul-top h3 a { display: inline-block; *display: inline; *zoom: 1; width: 13px; height: 13px; margin-bottom: 2px; margin-left: 5px; background-image: url(../slice/refresh.png); } .bbs-box .rank-ul.username .ul-top h3 a:hover { background-image: url(../slice/refresh-hover.png); } .bbs-box .rank-ul.username .ul-top p a { display: inline-block; *display: inline; *zoom: 1; width: 13px; height: 13px; margin-bottom: -1px; margin-left: 5px; background-image: url(../slice/question1.png); } .bbs-box .rank-ul.username .ul-content { background-color: #ecf3f9; width: 100%; } .bbs-box .rank-ul.username .ul-content li { height: 30px; line-height: 30px; } .bbs-box .rank-ul.username .ul-content li span { display: inline-block; *display: inline; *zoom: 1; width: 10px; height: 9px; margin-right: 5px; } .bbs-box .rank-ul.username .ul-content li span.checked { background-image: url(../slice/red-check.png); } .bbs-box .rank-ul.username .ul-content li a { display: inline-block; *display: inline; *zoom: 1; width: 90px; text-align: center; } .bbs-box .rank-ul.username .ul-content li a.first { text-align: left; } .bbs-box .mod-tabs-hd { background-color: #ecf3f9; height: 30px; line-height: 30px; } .bbs-box .mod-tabs-hd .rank-ul { top: 40px !important; overflow-y: auto; overflow-x: hidden; min-width: 66px; } .bbs-box .mod-tabs-hd .rank-ul li { text-align: left !important; } .bbs-box .mod-tabs-hd .rank-ul.girlAcademy { right: 226px !important; } .bbs-box .mod-tabs-hd .rank-ul.sameCity { right: 131px !important; } .bbs-box .mod-tabs-hd .rank-ul.aonic { right: 219px !important; } .bbs-box .mod-tabs-hd .more { float: right; _display: inline; } .bbs-box .mod-tabs-hd .more span { color: #ccc; } .bbs-box .mod-tabs-hd .more a { display: inline-block; *display: inline; *zoom: 1; color: #408bcb; margin-left: 10px; } .bbs-box .mod-tabs-hd .more a i { display: inline-block; *display: inline; *zoom: 1; margin-right: 4px; margin-bottom: -2px; } .bbs-box .mod-tabs-hd .more .name { color: #666; padding-right: 10px; } .bbs-box .mod-tabs-hd .more .name i { display: inline-block; *display: inline; *zoom: 1; width: 17px; height: 15px; margin: 0px 0 -1px 5px; background: url(../img/marrow-down1.png) no-repeat; } .bbs-box .mod-tabs-hd .more .myTheme i { width: 14px; height: 13px; background-image: url(../slice/theme.png); } .bbs-box .mod-tabs-hd .more .myTheme i:hover { background-image: url(../slice/theme-hover.png); } .bbs-box .mod-tabs-hd .more .shortMsg i { width: 14px; height: 12px; background-image: url(../slice/envelope.png); } .bbs-box .mod-tabs-hd .more .shortMsg i:hover { background-image: url(../slice/envelope-hover.png); } .bbs-box .ul-bottom { float: none !important; text-align: center; } .bbs-box ul.top-nav { float: left; _display: inline; height: 30px; line-height: 30px; width: 480px; } .bbs-box ul.top-nav li { float: left; _display: inline; width: 80px; text-align: center; } .bbs-box ul.top-nav li.selected { font-weight: bold; background-color: #ddebf7; } .bbs-box ul.top-nav li i { display: inline-block; *display: inline; *zoom: 1; width: 17px; height: 15px; margin: 0 0 -2px 5px; } .bbs-box ul.top-nav li i.up { background: url(../img/marrow-up1.png); } .bbs-box ul.top-nav li i.down { background: url(../img/marrow-down1.png) no-repeat; } .bbs-box ul.top-nav li a { display: inline-block; *display: inline; *zoom: 1; width: 100%; height: 100%; } .bbs-box ul.top-nav .all-time ul { display: none; clear: both; position: absolute; z-index: 20; width: 82px; height: 125px; top: 80px; left: 253px; background-color: #fff; border: 1px solid #e7e7e7; text-align: center; } .bbs-box ul.top-nav .all-time ul li { float: none !important; width: 100%; border-top: 1px solid #e7e7e7; } .bbs-box ul.top-nav .all-time ul li.first { border-top: none; } .bbs-box ul.top-nav .all-time ul li:hover { background-color: #ecf3f9; } .bbs-box .sub-nav { clear: both; margin: 10px 0 0; } .bbs-box .sub-nav .top-nav { width: 342px; } .bbs-box .sub-nav .rank-ul { padding: 0 5px; top: 80px; } .bbs-box .sub-nav .rank-ul li { height: 28px; line-height: 28px; } .bbs-box .sub-nav .rank-ul.list-ul, .bbs-box .sub-nav .rank-ul.brief-ul { right: 15px; z-index: 5 !important; } .bbs-box .sub-nav .more-nav { position: relative; float: right; _display: inline; } .bbs-box .sub-nav .more-nav a { display: inline-block; *display: inline; *zoom: 1; padding: 2px; } .bbs-box .sub-nav .more-nav a i { display: inline-block; *display: inline; *zoom: 1; width: 14px; height: 14px; } .bbs-box .sub-nav .more-nav a.list-mode i { background-image: url(../slice/list-mode.png); } .bbs-box .sub-nav .more-nav a.brief-mode i { background-image: url(../slice/brief-mode.png); } .bbs-box .sub-nav .more-nav a:hover { background: #99b2c6; } .bbs-box .sub-nav .more-nav a:hover.list-mode i { background-image: url(../slice/list-mode-hover.png); } .bbs-box .sub-nav .more-nav a:hover.brief-mode i { background-image: url(../slice/brief-mode-hover.png); } .bbs-box .type-title .type1 { width: 450px; margin-left: -102px; margin-right: 102px; } .bbs-box .type-title .type4 { width: 90px; text-align: right; margin-left: -17px; } .bbs-box .mod-tabs-content { clear: both; } .bbs-box .mod-tabs-content ul { clear: both; position: absolute; top: 100px; overflow-y: hidden; } .bbs-box .mod-tabs-content ul li { padding: 5px; } .bbs-box .mod-tabs-content ul .type1 { width: 288px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .bbs-box .mod-tabs-content ul .type4 { width: 90px; text-align: left; margin-left: -10px; } .bbs-box span.type2 { width: 90px; text-align: left; padding-left: 20px; } .bbs-box .receive-msg .type-title .type1 { width: 270px; margin-left: 120px; margin-right: 0px; } .bbs-box .receive-msg .mod-tabs-content { height: 350px !important; } .bbs-box .receive-msg .mod-tabs-content ul .type1 { width: 388px; } .bbs-box .receive-msg .mod-tabs-content ul .type4 { margin-left: -4px; } .bbs-box .receive-msg label { padding-right: 5px; } .bbs-box .msg-info { padding: 0px 27px; line-height: 24px; } .bbs-box .msg-detail { padding-left: 37px; padding-top: 5px; } .bbs-box .bbs-tip { text-align: center; height: 25px; line-height: 25px; background-color: #fff4ef; margin: 10px 0 0; } .bbs-box .bbs-tip a { color: #f1885b; } .bbs-box .bbs-mall-all li { padding: 8px 5px; } .bbs-box .bbs-mall-all li span { display: inline-block; *display: inline; *zoom: 1; } .bbs-box .bbs-mall-all .type3, .bbs-box .bbs-mall-all .type4 { text-align: left; color: #666; } .bbs-box .bbs-mall-all .type2 { color: #666; -webkit-text-overflow: ellipsis; -moz-text-overflow: ellipsis; -ms-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; vertical-align: bottom; white-space: nowrap; } .bbs-box .bbs-mall-all .type1 i { margin-right: 5px; margin-bottom: -2px; } .bbs-box .bbs-mall-all .type3 { width: 50px; padding-left: 50px; } .bbs-box .bbs-mall-all .one .type1 { color: #ff7a43; -webkit-text-overflow: ellipsis; -moz-text-overflow: ellipsis; -ms-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; vertical-align: bottom; white-space: nowrap; } .bbs-box .bbs-mall-all .two .type1 { color: #408bcb; } .bbs-box .bbs-mall-all .four .type1 { color: #ef3d3d; } .bbs-box .more-actions { margin-top: -1px; *margin-top: 6px; padding-left: 0 !important; } .bbs-box .more-actions a.more-del i { display: inline-block; *display: inline; *zoom: 1; width: 6px; height: 7px; margin: 0px 3px 5px 0; background-image: url(../slice/cross.png); } .bbs-box .hot-card { position: absolute; right: -301px; top: 130px; z-index: 9; clear: both; } .bbs-box .hot-card .inner { position: absolute; left: -34px; top: 50%; margin-top: -34px; margin-right: 10px; width: 20px; display: block; background-color: #b9cbda; -webkit-border-radius: 3px; border-radius: 3px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; text-align: center; padding: 6px 7px; } .bbs-box .hot-card .inner:hover { background-color: #b9d0e1; } .bbs-box .hot-card .inner p { color: #fff; font-weight: bold; line-height: 20px; width: 20px; } .bbs-box .hot-card .inner i { display: inline-block; *display: inline; *zoom: 1; width: 8px; height: 7px; background-image: url(../slice/tie-arrow.png); } .bbs-box .hot-card .hot-content { width: 273px; height: 297px; border: 1px solid #e7e7e7; padding: 13px; background-color: #fff; } .bbs-box .hot-card .hot-content li { margin-bottom: 12px; margin-bottom: 12px; white-space: nowrap; overflow: hidden; -webkit-text-overflow: ellipsis; text-overflow: ellipsis; } .bbs-box .hot-card .hot-content li a { color: #666; cursor: pointer; } .bbs-box .hot-card .hot-content li a i { display: inline-block; *display: inline; *zoom: 1; width: 4px; height: 2px; background-image: url(../slice/dot.png); vertical-align: middle; margin-right: 2px; } .bbs-box .bbs-icon { display: inline-block; *display: inline; *zoom: 1; width: 15px; } .bbs-box .icon-1 { height: 17px; background-image: url(../slice/mall-1.png); } .bbs-box .icon-2 { height: 13px; background-image: url(../slice/mall-2.png); } .bbs-box .icon-3 { height: 13px; background-image: url(../slice/mall-3.png); } .bbs-box .icon-4 { height: 14px; background-image: url(../slice/mall-4.png); } .bbs-box .icon-5 { height: 14px; background-image: url(../slice/mall-5.png); } .bbs-box .icon-6 { height: 15px; background-image: url(../slice/mall-6.png); } .bbs-box .icon-7 { height: 14px; background-image: url(../slice/mall-7.png); } .bbs-box .icon-8 { height: 14px; background-image: url(../slice/mall-8.png); } .bbs-box .icon-9 { height: 13px; background-image: url(../slice/mall-9.png); } .bbs-box .icon-10 { height: 13px; background-image: url(../slice/mall-10.png); } .bbs-box .icon-11 { width: 13px; height: 10px; background-image: url(../slice/mall-11.png); } .bbs-mall-list .page-nav { margin-top: 0px !important; position: absolute; right: 15px; bottom: 15px; } .bbs-mall-brief .brief-list { height: 345px !important; padding-right: 10px; } .bbs-mall-brief .brief-list li { width: 570px; } .bbs-mall-brief .brief-list li:hover { background-color: #fff !important; } .bbs-mall-brief .brief-list li .title { padding-bottom: 10px; } .bbs-mall-brief .brief-list li .title .title-msg { margin-left: 0px !important; font-weight: bold; width: 388px; overflow: hidden; white-space: nowrap; -webkit-text-overflow: ellipsis; -moz-text-overflow: ellipsis; -ms-text-overflow: ellipsis; -otext-overflow: ellipsis; text-overflow: ellipsis; } .bbs-mall-brief .brief-list li .title .title-msg.red { color: #ff7a43; } .bbs-mall-brief .brief-list li .title .title-msg.blue { color: #408bcb; } .bbs-mall-brief .brief-list li .title a { display: inline-block; *display: inline; *zoom: 1; margin-left: 10px; } .bbs-mall-brief .brief-list li .title i { display: inline-block; *display: inline; *zoom: 1; margin-right: 5px; height: 12px; margin-bottom: -2px; } .bbs-mall-brief .brief-list li .title .time { background-image: url(../slice/brief-time.png); width: 12px; } .bbs-mall-brief .brief-list li .title .comment { background-image: url(../slice/brief-comment.png); width: 13px; } .bbs-mall-brief .brief-list li .title .man { background-image: url(../slice/brief-man.png); width: 14px; } .bbs-mall-brief .brief-list li p { line-height: 20px; padding-bottom: 10px; } .check-card { width: 816px; border: 1px solid #e7e7e7; border-top: 3px solid #408bcb; } .check-card .inner { padding: 15px; } .check-card .inner .page-nav { margin: 20px 22px 10px 0; } .check-card .win-hd { padding-bottom: 10px; } .check-card .win-hd h3 { float: left; _display: inline; } .check-card .win-hd a { display: inline-block; *display: inline; *zoom: 1; float: right; _display: inline; } .check-card .win-hd a i { display: inline-block; *display: inline; *zoom: 1; width: 10px; height: 9px; background-image: url(../slice/close.png); } .check-card .win-bd { padding: 0 10px; } .check-card .win-bd .top-line { padding: 0 10px; height: 30px; line-height: 30px; color: #666; background-color: #ecf3f9; margin-bottom: 15px; } .check-card .win-bd .top-line span { color: #999; } .check-card .win-bd .top-line a { color: #408bcb; float: right; _display: inline; } .check-card .win-bd-content li { margin-bottom: 15px; } .check-card .win-bd-content li .img { float: left; _display: inline; margin-right: 15px; } .check-card .win-bd-content li .img i { display: inline-block; *display: inline; *zoom: 1; width: 12px; height: 11px; margin-right: 2px; background-image: url(../slice/sword.png); } .check-card .win-bd-content li .card-list-content { width: 680px; float: left; _display: inline; } .check-card .win-bd-content li .card-list-top h3 a { color: #408bcb; font-weight: bold; font-size: 14px; padding-bottom: 15px; } .check-card .win-bd-content li .card-list-top p { line-height: 20px; } .check-card .win-bd-content li .edit-by { text-align: center; padding: 35px 0 20px 0; border-bottom: 1px solid #f0f0f0; } .check-card .win-bd-content li .edit-by p { color: #ccc; } .check-card .win-bd-content li .post-info-link { padding: 15px 0; } .check-card .win-bd-content li .post-time { float: left; _display: inline; color: #999; } .check-card .win-bd-content li .post-time span { display: inline-block; *display: inline; *zoom: 1; padding-left: 10px; } .check-card .win-bd-content li .post-time span a { color: #408bcb; } .check-card .win-bd-content li .post-info-right { float: right; _display: inline; } .check-card .win-bd-content li .post-info-right a { color: #408bcb; } .check-card .win-bd-content li .post-info-right span { display: inline-block; *display: inline; *zoom: 1; color: #ccc; padding: 0 10px; } .check-card .win-bd-content li .post-reply { position: relative; background-color: #ecf3f9; padding: 9px 19px 19px; } .check-card .win-bd-content li .reply-item { position: relative; color: #666; line-height: 22px; border-top: 1px solid #e1e6eb; padding: 10px 0; } .check-card .win-bd-content li .reply-item.first-item { border-top: none !important; } .check-card .win-bd-content li .reply-item a { color: #408bcb; display: inline-block; *display: inline; *zoom: 1; padding-right: 10px; } .check-card .win-bd-content li .reply-item span { position: absolute; right: 0; bottom: 10px; color: #999; } .check-card .win-bd-content li .card-comment { float: right; _display: inline; margin-top: 10px; } .check-card .win-bd-content .card-publish { margin-left: 64px; width: 660px; background-color: #ecf3f9; padding: 10px; } .check-card .win-bd-content .card-publish input { border: 1px solid #dbdbdb; width: 505px; height: 28px; line-height: 28px; text-indent: 10px; color: #999; } .check-card .win-bd-content .card-publish .blue-btn { margin: 0 10px; vertical-align: middle; } .check-card .win-bd-content .card-publish .high-mode { color: #408bcb; } .publish { width: 550px; } .publish .win-bd { padding: 0; } .publish .publish-top { margin-bottom: 15px; } .publish .publish-top input { width: 293px; height: 30px; line-height: 30px; text-indent: 10px; color: #666; border: 1px solid #dbdbdb; -webkit-border-radius: 3px; border-radius: 3px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; } .publish .publish-top span { display: inline-block; *display: inline; *zoom: 1; margin: 0 18px 0 10px; color: #999; } .publish .publish-top select { outline: none; width: 126px; height: 30px; line-height: 30px; border: 1px solid #dbdbdb; text-indent: 10px; } .publish .publish-top select option { height: 30px; line-height: 30px; } .publish .edit-block { width: 508px; height: 293px; margin-bottom: 15px; } .publish .publish-bottom a { display: inline-block; *display: inline; *zoom: 1; } .publish .publish-bottom span { display: inline-block; *display: inline; *zoom: 1; color: #999; margin-left: 10px; } .sameCity, .aonic { width: 250px; } .sameCity.aonic li a, .aonic.aonic li a { padding-left: 13px !important; } .sameCity .rank-title, .aonic .rank-title { font-weight: bold; font-size: 15px; color: #333; padding-left: 15px; } .sameCity .area, .aonic .area { zoom: 1; } .sameCity .area li, .aonic .area li { float: left; _display: inline; width: 73px; height: 30px; padding-left: 0 !important; } .sameCity .area li a, .aonic .area li a { color: #666; display: block; text-align: left; padding-left: 25px; } #forumchecknew { position: absolute; top: 88px; width: 600px; z-index: 1; } .clothesOut-step-1 { color: #666; } .clothesOut-step-1 h3 { font-size: 16px; font-weight: 500; padding-bottom: 15px; } .clothesOut-step-1 .step-status { background-image: url(../slice/status.jpg); padding-top: 42px; padding-bottom: 15px; border-bottom: 1px solid #f0f0f0; } .clothesOut-step-1 .step-status .inner { position: relative; height: 60px; } .clothesOut-step-1 .step-status .inner p { position: absolute; left: 72px; top: 0; height: 20px; line-height: 20px; font-size: 12px; color: #666; } .clothesOut-step-1 .step-status .inner strong { position: absolute; left: 72px; bottom: 0; height: 30px; line-height: 30px; font-size: 24px; color: #666; } .clothesOut-step-1 .step-status .inner .next { position: absolute; right: 0; top: 50%; margin-top: -19px; width: 115px; height: 38px; line-height: 38px; text-align: center; background-color: #408bcb; -webkit-border-radius: 3px; border-radius: 3px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; color: #fff; } .clothesOut-step-1 .step-status .inner .next:hover { background-color: #4b9add; } .clothesOut-step-1 .step-search { height: 30px; padding-top: 6px; padding-bottom: 10px; } .clothesOut-step-1 .step-search .title { line-height: 30px; font-weight: bold; padding-right: 20px; } .clothesOut-step-1 .step-search .sort-select { width: 500px; color: #666; } .clothesOut-step-1 .step-search .sort-select label { display: inline-block; *display: inline; *zoom: 1; margin: 7px 20px 0 0; } .clothesOut-step-1 .step-search .sort-select label input { width: 12px; height: 12px; border: 1px solid #c1c1c1; background-color: #fff; margin-right: 5px; } .clothesOut-step-1 .step-search .sort-select label.red { color: #ff7a43; } .clothesOut-step-1 .step-search .search-input { width: 173px; margin-right: 0; margin-top: 0; } .clothesOut-step-1 .step-search .search-input input { width: 147px; } .clothesOut-step-1 .hero-list { position: relative; height: 287px; } .clothesOut-step-1 .hero-list .mod-pic { position: relative; padding: 0; } .clothesOut-step-1 .hero-list .mod-pic li { float: left; _display: inline; overflow: hidden; margin: 0 14px 21px 0; width: 60px; height: 80px; } .clothesOut-step-1 .hero-list .mod-pic li a { display: inline-block; *display: inline; *zoom: 1; text-align: center; } .clothesOut-step-1 .hero-list .mod-pic li a img { display: block; width: 60px; height: 60px; } .clothesOut-step-1 .hero-list .mod-pic li em { display: inline-block; *display: inline; *zoom: 1; text-align: center; cursor: pointer; line-height: 18px; padding: 4px 1px 0; } .clothesOut-step-2 { color: #666; position: relative; } .clothesOut-step-2 h3 { font-size: 16px; font-weight: 500; padding-bottom: 15px; } .clothesOut-step-2 .step-status { background: url(../slice/status.jpg) no-repeat -760px 0; padding-top: 38px; padding-bottom: 18px; border-bottom: 1px solid #f0f0f0; } .clothesOut-step-2 .step-status .inner { position: relative; height: 60px; } .clothesOut-step-2 .step-status .inner p { position: absolute; left: 72px; top: 0; height: 20px; line-height: 20px; font-size: 12px; color: #666; } .clothesOut-step-2 .step-status .inner strong { position: absolute; left: 72px; bottom: 0; height: 30px; line-height: 30px; font-size: 24px; color: #666; } .clothesOut-step-2 .step-status .inner .prev { position: absolute; right: 125px; top: 50%; margin-top: -19px; width: 115px; height: 38px; line-height: 38px; text-align: center; background-color: #97bbd9; -webkit-border-radius: 3px; border-radius: 3px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; color: #fff; } .clothesOut-step-2 .step-status .inner .prev:hover { background-color: #a6c8e4; } .clothesOut-step-2 .step-status .inner .next { position: absolute; right: 0; top: 50%; margin-top: -19px; width: 115px; height: 38px; line-height: 38px; text-align: center; background-color: #408bcb; -webkit-border-radius: 3px; border-radius: 3px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; color: #fff; } .clothesOut-step-2 .step-status .inner .next:hover { background-color: #4b9add; } .clothesOut-step-2 .content { position: relative; height: 306px; padding: 10px 0; } .clothesOut-step-2 .content .btn { position: absolute; top: 10px; width: 45px; height: 21px; line-height: 21px; text-align: center; background-color: #408bcb; -webkit-border-radius: 2px; border-radius: 2px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; color: #fff; cursor: pointer; } .clothesOut-step-2 .content .btn.back-btn { left: 645px; } .clothesOut-step-2 .content .btn.reset-btn { left: 695px; } .clothesOut-step-2 .content .btn:hover { background-color: #4b9add; } .clothesOut-step-2 .content h6 { font-size: 12px; margin: 0; height: 21px; line-height: 21px; padding-bottom: 10px; } .clothesOut-step-2 .content h6 span { margin-left: 10px; font-weight: normal; } .clothesOut-step-2 .content .point-list { position: relative; height: 50px; padding-bottom: 10px; } .clothesOut-step-2 .content .point-list .ul-1 { position: absolute; top: 0; left: 0; } .clothesOut-step-2 .content .point-list .ul-1 li { float: left; margin-right: 3px; width: 30px; text-align: center; } .clothesOut-step-2 .content .point-list .ul-1 li em { height: 20px; line-height: 20px; } .clothesOut-step-2 .content .point-list .ul-2 { position: absolute; top: 0; right: 0; } .clothesOut-step-2 .content .point-list .ul-2 li { float: left; margin-left: 3px; width: 30px; text-align: center; } .clothesOut-step-2 .content .point-list .ul-2 li div { width: 30px; height: 30px; line-height: 30px; text-align: center; background-color: #ecf3f9; } .clothesOut-step-2 .content .point-list .ul-2 li em { height: 20px; line-height: 20px; } .clothesOut-step-2 .content .point-list .ul-2 li.on div { background-color: #ddebf7; } .clothesOut-step-2 .content .add-box { height: 48px; padding-bottom: 20px; } .clothesOut-step-2 .content .add-box ul li { float: left; margin-right: 4px; width: 44px; height: 44px; border: 2px solid #ecf3f9; background: url(../slice/add-icon.jpg) no-repeat center center; } .clothesOut-step-2 .content .add-box textarea { width: 506px; height: 25; border: 1px solid #dbdbdb; padding: 9px 10px; } .clothesOut-step-2 .content .add-box textarea.type-2 { width: 400px; } .clothesOut-step-2 .content .add-rune-btn { height: 30px; line-height: 30px; color: #408bcb; background-color: #ecf3f9; cursor: pointer; text-align: center; } .clothesOut-step-2 .content .add-rune-btn:hover { color: #f1885b; } .clothesOut-step-2 .content .rune-box { padding-top: 20px; overflow: hidden; } .clothesOut-step-2 .content .rune-box ul { width: 110%; } .clothesOut-step-2 .content .rune-box ul li { float: left; position: relative; margin-bottom: 10px; margin-right: 30px; line-height: 30px; width: 355px; height: 30px; } .clothesOut-step-2 .content .rune-box ul li i { position: absolute; top: 0; left: 0; width: 30px; height: 30px; line-height: 30px; } .clothesOut-step-2 .content .rune-box ul li label { display: inline-block; *display: inline; *zoom: 1; width: 62px; padding-right: 9px; text-align: right; } .clothesOut-step-2 .content .rune-box ul li input { position: absolute; top: 0; right: 0; width: 262px; height: 28px; line-height: 28px; border: 1px solid #dbdbdb; padding: 0 10px; } .clothesOut-step-2 .content .rune-box ul li.li-5 input { width: 92px; margin-left: 5px; } .clothesOut-step-2 .content .rune-box ul li.li-5 input.inp_1 { position: static; margin-right: 10px; } .clothesOut-step-2 .content .rune-box ul li.li-5 input.inp_2 { /* position: static; margin-right: 10px;*/ } .clothesOut-step-2 .popupBox { display: none; position: absolute; top: 0; left: 0; z-index: 100; width: 100%; height: 100%; } .clothesOut-step-2 .popupBox.cur { display: block; } .clothesOut-step-2 .popupBox .mask { position: absolute; top: 0; left: 0; z-index: 100; width: 100%; height: 100%; background-color: #000; opacity: 0.5; filter: alpha(opacity=50); } .clothesOut-step-2 .popupBox .inner { position: absolute; top: 50%; left: 50%; margin-left: -282px; margin-top: -161px; z-index: 101; width: 560px; height: 323px; border-top: 3px solid #408bcb; padding: 15px; background-color: #fff; } .clothesOut-step-2 .popupBox .inner h6 { font-size: 12px; margin: 0; padding-bottom: 15px; } .clothesOut-step-2 .popupBox .inner .equip-box { position: relative; height: 48px; padding-bottom: 15px; line-height: 48px; } .clothesOut-step-2 .popupBox .inner .equip-box .title { float: left; height: 100%; width: 57px; } .clothesOut-step-2 .popupBox .inner .equip-box ul li { position: relative; float: left; margin-right: 4px; width: 44px; height: 44px; border: 2px solid #ecf3f9; background: url(../slice/add-icon.jpg) no-repeat center center; } .clothesOut-step-2 .popupBox .inner .equip-box ul li i { display: none; position: absolute; top: -8px; right: -8px; z-index: 102; width: 16px; height: 16px; background: url(../slice/remove-icon.png) no-repeat; } .clothesOut-step-2 .popupBox .inner .equip-box ul li:hover { border-color: #becfdd; } .clothesOut-step-2 .popupBox .inner .equip-box ul li:hover i { display: block; } .clothesOut-step-2 .popupBox .inner .equip-box .btn { position: absolute; top: 10px; width: 85px; height: 30px; line-height: 30px; text-align: center; -webkit-border-radius: 3px; border-radius: 3px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; color: #fff; cursor: pointer; } .clothesOut-step-2 .popupBox .inner .equip-box .btn.ok { right: 95px; background-color: #408bcb; } .clothesOut-step-2 .popupBox .inner .equip-box .btn.ok:hover { background-color: #4b9add; } .clothesOut-step-2 .popupBox .inner .equip-box .btn.empty { right: 0px; background-color: #8cb4d5; } .clothesOut-step-2 .popupBox .inner .equip-box .btn.empty:hover { background-color: #a6c8e4; } .clothesOut-step-2 .popupBox .inner .mod-tabs-trigger.col-5 li { width: 20%; } .clothesOut-step-2 .popupBox .inner .mod-tabs-bd .title { margin: 10px 0; height: 25px; line-height: 25px; } .clothesOut-step-2 .popupBox .inner .mod-tabs-bd .title span { cursor: pointer; padding: 0 12px; display: inline-block; *display: inline; *zoom: 1; -webkit-border-radius: 2px; border-radius: 2px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; } .clothesOut-step-2 .popupBox .inner .mod-tabs-bd .title span.selected { background-color: #ddebf7; } .clothesOut-step-2 .popupBox .inner .mod-tabs-bd .list { width: 105%; height: 160px; overflow: auto !important; } .clothesOut-step-2 .popupBox .inner .mod-tabs-bd .list li { float: left; margin-bottom: 4px; margin-right: 4px; width: 36px; height: 36px; } .clothesOut-step-2 .popupBox .inner .close { position: absolute; top: 15px; right: 15px; background: url(../slice/close.jpg) no-repeat; width: 10px; height: 10px; cursor: pointer; } .clothesOut-step-3 { color: #666; } .clothesOut-step-3 h3 { font-size: 16px; font-weight: 500; padding-bottom: 15px; } .clothesOut-step-3 .step-status { background: url(../../slice/status.jpg) no-repeat -1520px 0; padding-top: 43px; padding-bottom: 18px; border-bottom: 1px solid #f0f0f0; } .clothesOut-step-3 .step-status .inner { position: relative; height: 60px; } .clothesOut-step-3 .step-status .inner p { position: absolute; left: 72px; top: 0; height: 20px; line-height: 20px; font-size: 12px; color: #666; } .clothesOut-step-3 .step-status .inner strong { position: absolute; left: 72px; bottom: 0; height: 30px; line-height: 30px; font-size: 24px; color: #666; } .clothesOut-step-3 .step-status .inner .prev { position: absolute; right: 125px; top: 50%; margin-top: -19px; width: 115px; height: 38px; line-height: 38px; text-align: center; background-color: #97bbd9; -webkit-border-radius: 3px; border-radius: 3px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; color: #fff; } .clothesOut-step-3 .step-status .inner .prev:hover { background-color: #a6c8e4; } .clothesOut-step-3 .step-status .inner .submit { position: absolute; right: 0; top: 50%; margin-top: -19px; width: 115px; height: 38px; line-height: 38px; text-align: center; background-color: #f1885b; -webkit-border-radius: 3px; border-radius: 3px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; color: #fff; } .clothesOut-step-3 .step-status .inner .submit:hover { background-color: #f49e79; } .clothesOut-step-3 .step-status .inner .name { position: absolute; top: 50%; margin-top: -19px; right: 260px; width: 292px; height: 38px; line-height: 38px; } .clothesOut-step-3 .step-status .inner .name label { font-weight: bold; } .clothesOut-step-3 .step-status .inner .name input { width: 208px; height: 28px; line-height: 28px; border: 1px solid #dbdbdb; padding: 0 10px; } .clothesOut-step-3 .content { position: relative; height: 315px; padding: 7px 0; } .clothesOut-step-3 .content h6 { margin: 0; height: 21px; line-height: 21px; padding-bottom: 5px; font-size: 12px; } .clothesOut-step-3 .content h6 span { margin-left: 10px; font-weight: normal; } .clothesOut-step-3 .content .point-list { position: relative; height: 50px; padding-bottom: 20px; } .clothesOut-step-3 .content .point-list .ul-1 { position: absolute; top: 0; left: 0; } .clothesOut-step-3 .content .point-list .ul-1 li { float: left; margin-right: 3px; width: 30px; text-align: center; } .clothesOut-step-3 .content .point-list .ul-1 li em { height: 20px; line-height: 20px; } .clothesOut-step-3 .content .point-list .ul-2 { position: absolute; top: 0; right: 0; } .clothesOut-step-3 .content .point-list .ul-2 li { float: left; margin-left: 3px; width: 30px; text-align: center; } .clothesOut-step-3 .content .point-list .ul-2 li div { width: 30px; height: 30px; line-height: 30px; text-align: center; background-color: #ecf3f9; } .clothesOut-step-3 .content .point-list .ul-2 li em { height: 20px; line-height: 20px; } .clothesOut-step-3 .content .point-list .ul-2 li.on div { background-color: #ddebf7; } .clothesOut-step-3 .content .add-box { height: 48px; padding-bottom: 20px; } .clothesOut-step-3 .content .add-box ul li { float: left; margin-right: 4px; width: 48px; height: 48px; background: url(../../slice/add-icon.jpg) no-repeat; } .clothesOut-step-3 .content .add-box .text { margin-left: 15px; height: 48px; line-height: 48px; } .game-page .rank-ul { width: 320px; right: 0; top: 35px; max-height: auto !important; } .game-page .rank-ul .title { background-color: #ecf3f9; height: 30px; line-height: 30px; } .game-page .rank-ul .title span { display: inline-block; *display: inline; *zoom: 1; width: 24%; text-align: center; } .game-page .rank-ul li span { display: inline-block; *display: inline; *zoom: 1; width: 24%; text-align: center; } .game-page .box-hd { position: relative; height: 20px; line-height: 20px; padding: 5px 10px; background-color: #ecf3f9; width: 610px; } .game-page .box-hd .sign { position: absolute; top: 5px; left: 10px; width: 45px; height: 20px; line-height: 20px; text-align: center; color: #fff; -webkit-border-radius: 2px; border-radius: 2px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; background-color: #f1885b; } .game-page .box-hd .sign:hover { background-color: #f49e79; } .game-page .box-hd .sign.cur { background-color: #d4d3cf; } .game-page .box-hd p { text-indent: 65px; } .game-page .box-hd p a { color: #408bcb; } .game-page .box-hd .refresh { position: absolute; top: 8px; right: 10px; cursor: pointer; border: 1px solid #cfdeea; background-color: #ecf3f9; width: 25px; height: 20px; margin-top: -4px; -webkit-border-radius: 2px; border-radius: 2px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; } .game-page .box-hd .refresh:hover { background-color: #cfdeea; } .game-page .box-hd .refresh i { display: inline-block; *display: inline; *zoom: 1; margin: 4px 0 1px 6px; width: 13px; height: 13px; background: url(../img/refresh.png) no-repeat; } .game-page .box-bd { position: relative; } .game-page .box-bd .new-icon { width: 23px; height: 11px; background-image: url(../slice/inew.png); } .game-page .box-bd .hot-icon { width: 23px; height: 11px; background-image: url(../slice/ihot.png); } .game-page .box-bd h6 { margin: 0; position: relative; height: 10px; padding: 10px 0 15px; font-size: 12px; color: #666; } .game-page .box-bd h6 .more { position: absolute; top: 12px; right: 0; font-weight: normal; color: #999; } .game-page .box-bd h6 .blue { position: absolute; top: 10px; right: 0; font-weight: normal; color: #408bcb; } .game-page .box-bd .prev, .game-page .box-bd .next { cursor: pointer; background-color: #ecf3f9; background-repeat: no-repeat; background-position: center center; -webkit-border-radius: 3px; border-radius: 3px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; text-align: center; } .game-page .box-bd .prev.disable, .game-page .box-bd .next.disable { cursor: default; background-color: #f3f3f3; } .game-page .box-bd .prev i { display: inline-block; *display: inline; *zoom: 1; width: 7px; height: 4px; margin-bottom: 3px; background-image: url(../slice/arrow-gray-u.png); } .game-page .box-bd .prev i:hover { background-image: url(../slice/arrow-gray-u-h.png); } .game-page .box-bd .next i { display: inline-block; *display: inline; *zoom: 1; width: 7px; height: 4px; margin-bottom: 3px; background-image: url(../slice/arrow-gray-d.png); } .game-page .box-bd .next i:hover { background-image: url(../slice/arrow-gray-d-h.png); } .game-page .box-bd .box-bd-l { position: absolute; top: 0; left: 0; width: 145px; } .game-page .box-bd .box-bd-l .latest-play { position: relative; height: 220px; overflow: hidden; } .game-page .box-bd .box-bd-l .latest-play .scroll-wrap { position: absolute; top: 38px; height: 152px; margin-bottom: 8px; width: 100%; overflow-y: hidden; } .game-page .box-bd .box-bd-l .latest-play ul { position: absolute; top: 0px; left: 0; width: 100%; overflow: hidden; z-index: 0; } .game-page .box-bd .box-bd-l .latest-play ul li { width: 100%; margin-bottom: 10px; height: 44px; overflow: hidden; cursor: pointer; } .game-page .box-bd .box-bd-l .latest-play ul li img { float: left; _display: inline; width: 44px; height: 44px; } .game-page .box-bd .box-bd-l .latest-play ul li .text { float: right; _display: inline; width: 91px; padding: 2px 0; } .game-page .box-bd .box-bd-l .latest-play ul li .text .name { height: 20px; line-height: 20px; color: #333; } .game-page .box-bd .box-bd-l .latest-play ul li .text .p-2 { position: relative; height: 20px; line-height: 20px; color: #999; } .game-page .box-bd .box-bd-l .latest-play ul li .text .p-2 .server { display: block; float: left; _display: inline; width: 65px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } .game-page .box-bd .box-bd-l .latest-play ul li .text .p-2 i { display: block; float: left; _display: inline; margin-left: -5px; text-align: center; color: #ccc; } .game-page .box-bd .box-bd-l .latest-play ul li .text .p-2 .btn { position: absolute; top: 0; right: 0; text-align: right; } .game-page .box-bd .box-bd-l .latest-play .prev { position: absolute; bottom: 0; left: 0; width: 72px; height: 15px; } .game-page .box-bd .box-bd-l .latest-play .next { position: absolute; bottom: 0; right: 0; width: 72px; height: 15px; } .game-page .box-bd .box-bd-l .new-play { margin-top: 4px; } .game-page .box-bd .box-bd-l .new-play ul li { margin-bottom: 10px; position: relative; width: 145px; height: 90px; } .game-page .box-bd .box-bd-l .new-play ul li .text { width: 100%; position: absolute; bottom: 0; left: 0; height: 20px; line-height: 20px; color: #fff; text-indent: 5px; background: url(../img/shadow.png); } .game-page .box-bd .box-bd-l .new-play ul li .text i { padding: 10px 0; color: #fff; } .game-page .box-bd-r { position: absolute; top: 0; right: 0; width: 150px; } .game-page .box-bd-r .all-game ul { height: 109px; overflow: hidden; } .game-page .box-bd-r .all-game ul li { position: relative; height: 20px; overflow: hidden; margin-bottom: 10px; } .game-page .box-bd-r .all-game ul li img { display: block; float: left; _display: inline; width: 20px; height: 20px; } .game-page .box-bd-r .all-game ul li .name { margin-left: 10px; display: block; float: left; _display: inline; max-width: 65px; height: 20px; line-height: 20px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; color: #333; } .game-page .box-bd-r .all-game ul li .new-icon, .game-page .box-bd-r .all-game ul li .hot-icon { display: block; float: left; _display: inline; margin-left: 10px; margin-top: 4px; } .game-page .box-bd-r .all-game ul li .btn { float: right; _display: inline; } .game-page .box-bd-r .all-game ul li .btn .server { display: block; float: left; _display: inline; width: 24px; } .game-page .box-bd-r .all-game ul li .btn span { display: block; float: left; _display: inline; width: 20px; text-align: center; color: #cacbcb; } .game-page .box-bd-r .all-game ul li .btn .site { display: block; float: left; _display: inline; width: 24px; } .game-page .new-server { position: relative; height: 221px; overflow: hidden; } .game-page .new-server .scroll-wrap { position: absolute; top: 37px; height: 160px; margin-bottom: 4px; width: 100%; overflow-y: hidden; padding-bottom: 6px; } .game-page .new-server ul { position: absolute; top: 0px; left: 0; width: 100%; overflow: hidden; z-index: 0; } .game-page .new-server ul li { position: relative; height: 32px; overflow: hidden; margin-bottom: 10px; cursor: pointer; } .game-page .new-server ul li img { position: absolute; top: 0; left: 0; width: 32px; height: 32px; } .game-page .new-server ul li .text { position: absolute; top: 0; left: 40px; height: 30px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; color: #666; } .game-page .new-server ul li .text .server { margin-left: 2px; } .game-page .new-server ul li .btn { position: absolute; top: 5px; right: 0px; width: 45px; height: 20px; color: #fff; text-align: center; line-height: 20px; background-color: #408bcb; -webkit-border-radius: 2px; border-radius: 2px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; } .game-page .new-server ul li .btn:hover { background-color: #50a1e0; } .game-page .new-server .prev { position: absolute; bottom: 0; left: 0; width: 75px; height: 15px; } .game-page .new-server .next { position: absolute; bottom: 0; right: 0; width: 75px; height: 15px; } .game-page .actCenter { padding: 18px 0 0 0; margin-left: -50px; } .game-page .actCenter a { display: block; position: relative; width: 200px; height: 65px; background: url(../img/activeCenter.png) no-repeat; } .game-page .actCenter a:hover { background: url(../img/activeCenter-h.png) no-repeat; } .game-page .actCenter a i { position: absolute; top: -6px; left: 60px; width: 20px; height: 20px; color: #fff; line-height: 20px; text-align: center; background-image: url(../slice/circle-o.png); } .game-page .slideBox { width: 280px; height: 185px; overflow: hidden; position: relative; } .game-page .slideBox .hd { height: 15px; overflow: hidden; position: absolute; right: 10px; bottom: 5px; z-index: 1; } .game-page .slideBox .hd ul { overflow: hidden; zoom: 1; float: left; } .game-page .slideBox .hd ul li { border-radius: 15px; float: left; margin-right: 5px; width: 8px; height: 8px; line-height: 14px; text-align: center; background: #868385; cursor: pointer; } .game-page .slideBox .hd ul li.on { background: #fff; color: #fff; } .game-page .slideBox .bd { position: relative; height: 100%; z-index: 0; } .game-page .slideBox .bd img { width: 280px; height: 185px; } .game-h6 { position: absolute; background-color: #fff; z-index: 10; } .bonusrecord-popupbox { width: 480px; display: inline-block; } .pal { padding: 20px; } .commonquestion-popupbox { width: 480px; } .commonquestion-popupbox .pop-box-bd { height: 420px; overflow-x: hidden; overflow-y: auto; } .commonquestion-list { padding: 0 20px 20px 20px; list-style: none; } .mbl { margin-bottom: 20px; } .mbm { margin-bottom: 10px; } .fsl { font-size: 14px; } .no-record { display: inline-block; *display: inline; *zoom: 1; margin-right: 10px; width: 18px; height: 18px; vertical-align: middle; background-image: url(../slice/no-record.png); } #adLatest .mask-bg { position: absolute; bottom: -6px; left: 0; width: 100%; height: 45px; background: url(../img/shadow.png); } .all-game { width: 200px; margin-left: -50px; } .box-bd-m { position: relative; margin-left: 155px; width: 281px; } .box-bd-m .slideBox li i { width: 72px; position: absolute; height: 25px; background: url("../slice/tagBg.png") no-repeat; left: 0; top: 10px; color: #fff; line-height: 25px; font-size: 12px; text-align: center; opacity: 0.8; filter: alpha(opacity=80); } .box-bd-m .slideBox li p { position: absolute; bottom: 0; padding: 10px; left: 0; font-size: 14px; line-height: 15px; color: #ffffff; z-index: 10; } .box-bd-m .rank .inner { position: relative; height: 210px; overflow: hidden; } .box-bd-m .rank .inner ul { position: absolute; top: -14px; left: 0; width: 100%; height: 100%; overflow: hidden; } .box-bd-m .rank .inner ul li { padding-top: 13px; position: relative; } .box-bd-m .rank .inner ul li .default { height: 12px; line-height: 12px; } .box-bd-m .rank .inner ul li .default .num { display: block; float: left; _display: inline; width: 15px; } .box-bd-m .rank .inner ul li .default .name { display: block; float: left; _display: inline; max-width: 60px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; color: #333; } .box-bd-m .rank .inner ul li .default .new-icon, .box-bd-m .rank .inner ul li .default .hot-icon { display: block; float: left; _display: inline; margin-left: 10px; } .box-bd-m .rank .inner ul li .default .type { float: right; _display: inline; width: 60px; text-align: right; color: #999; } .box-bd-m .rank .inner ul li .on { display: none; position: relative; height: 50px; overflow: hidden; padding-bottom: 14px; border-bottom: 1px solid #f0f0f0; } .box-bd-m .rank .inner ul li .on .num { position: absolute; top: 0; left: 0; margin-right: 5px; width: 15px; height: 15px; line-height: 15px; text-align: center; color: #fff; background-color: #a8bfd1; display: inline-block; *display: inline; *zoom: 1; -webkit-border-radius: 2px; border-radius: 2px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; } .box-bd-m .rank .inner ul li .on img { position: absolute; top: 0; left: 20px; width: 50px; height: 50px; cursor: pointer; } .box-bd-m .rank .inner ul li .on .text { position: absolute; left: 81px; top: 0; width: 100px; height: 50px; } .box-bd-m .rank .inner ul li .on .text .name { position: absolute; top: 0; left: 0; display: block; width: 74px; height: 16px; line-height: 16px; white-space: nowrap; text-overvflow: ellipsis; overflow: hidden; color: #333; } .box-bd-m .rank .inner ul li .on .text .btn { position: absolute; bottom: 0; left: 0; height: 16px; line-height: 16px; color: #999; } .box-bd-m .rank .inner ul li .on .text .btn i { padding: 0 10px; } .box-bd-m .rank .inner ul li .on .text .btn span { color: #ccc; } .box-bd-m .rank .inner ul li .on .new-icon, .box-bd-m .rank .inner ul li .on .hot-icon { position: absolute; top: 3px; right: 0; } .box-bd-m .rank .inner ul li.cur .default { display: none; } .box-bd-m .rank .inner ul li.cur .on { display: block; } .box-bd-m .rank.b-l { float: left; _display: inline; width: 220px; padding-left: 5px; margin-top: 5px; } .box-bd-m .rank.b-r { float: right; _display: inline; width: 180px; margin-top: 19px; } .stars { position: absolute; top: 20px; left: 0; text-align: right; width: 100%; height: 12px; line-height: 12px; color: #ff4300; } .stars .icon { position: absolute; top: 0; left: 0; display: block; width: 65px; height: 11px; background: url(../img/star-bottom.png) no-repeat; } .stars .icon i { display: block; width: 70%; height: 100%; background: url(../img/star-top.png) no-repeat; } .subscribe .mod-tabs-bd { padding-top: 20px; } .subscribe .list { position: relative; height: 438px; } .subscribe .list li { float: left; position: relative; width: 345px; height: 60px; padding: 10px; } .subscribe .list li img { position: absolute; top: 10px; left: 10px; } .subscribe .list li .text { position: relative; width: 150px; height: 100%; padding-left: 75px; line-height: 20px; } .subscribe .list li .text .name, .subscribe .list li .text p { display: block; width: 100%; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; color: #666; font-size: 12px; } .subscribe .list li .btn { position: absolute; top: 23px; right: 20px; width: 95px; height: 33px; color: #7d7e7f; text-align: center; line-height: 33px; background-color: #d9e4ed; -webkit-border-radius: 3px; border-radius: 3px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; } .subscribe .list li .btn:hover { background-color: #408bcb; color: #fff; } .subscribe .list li:hover { background-color: #ecf3f9; } #combat-query h1 { margin-top: 20px; text-align: center; color: #9dc1de; } #combat-query h1 i { display: inline-block; *display: inline; *zoom: 1; width: 30px; height: 29px; vertical-align: middle; margin-right: 2px; background-image: url(../slice/combat-search-icon.png); } #combat-query .searchbox { width: 580px; margin: 20px auto 0; position: relative; } #combat-query .searchbox .wrap { border: 2px solid #cbdbe8; border-right: none; border-radius: 3px 0 0 3px; height: 36px; } #combat-query .searchbox .wrap .select { float: left; width: 93px; height: 36px; line-height: 36px; padding-left: 15px; color: #666; cursor: default; position: relative; background: #ecf3f9; } #combat-query .searchbox .wrap .select .default { height: 36px; cursor: pointer; } #combat-query .searchbox .wrap .select i { display: inline-block; *display: inline; *zoom: 1; width: 9px; height: 5px; margin-left: 10px; *margin-top: -1px; margin-top: -1px\0; background-image: url(../slice/combat-search-arrow-d.png); } #combat-query .searchbox .wrap .select .lists { position: absolute; width: 98px; left: -2px; border: 1px solid #e7e7e7; padding: 5px; background: #fff; } #combat-query .searchbox .wrap .select .lists a { display: block; color: #666; padding: 0 10px; } #combat-query .searchbox .wrap .select .lists a:hover { background: #ecf3f9; } #combat-query .searchbox .wrap .select .rank-ul { width: 140px; left: -1px; top: 40px; } #combat-query .searchbox .wrap .select .rank-ul li { text-align: left !important; } #combat-query .searchbox .wrap .select .rank-ul .sn { display: inline-block; *display: inline; *zoom: 1; width: 70px; } #combat-query .searchbox .wrap .keyword { display: inline-block; *display: inline; *zoom: 1; float: left; _display: inline; width: 350px; height: 36px; padding: 0 10px; color: #ccc; *padding-top: 16px; *height: 20px; padding-top: 6px\0; height: 24px\0; background: #fdfdfd; } #combat-query .searchbox .search-btn { width: 80px; height: 40px; border-radius: 0 3px 3px 0; color: #fff; padding-left: 20px; position: absolute; right: 0; top: 0; background: #80b0d6; } #combat-query .searchbox .search-icon { position: absolute; right: 50px; top: 13px; display: inline-block; *display: inline; *zoom: 1; width: 14px; height: 14px; background-image: url(../slice/white-search.png); z-index: 2; } #combat-query .search-record { width: 580px; margin: auto; } #combat-query .search-record dl { height: 30px; line-height: 30px; margin: 5px 0 0; overflow: hidden; } #combat-query .search-record dt { float: left; padding: 0 5px; color: #999; } #combat-query .search-record dd { float: left; margin: 0; } #combat-query .search-record dd a { margin: 0 5px; float: left; color: #6c9cc2; } #combat-query .search-record dd.records { width: 472px; height: 30px; overflow: hidden; -webkit-text-overflow: ellipsis; -ms-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; vertical-align: bottom; white-space: nowrap; } #combat-query .search-record dd.records a { margin: 0; } #combat-query .search-record dd.records span { padding: 0 5px; } #combat-query .search-record dd.records label { cursor: pointer; } #combat-query .search-record .fn .clear { margin-top: 4px; display: block; color: #80a2c0; cursor: default; width: 29px; height: 18px; line-height: 18px; overflow: hidden; padding-left: 19px; border: 1px solid #cbdbe8; border-radius: 2px; } #combat-query .search-record .fn .clear i { display: inline-block; *display: inline; *zoom: 1; width: 9px; height: 9px; margin: 0 4px 0 -14px; background-image: url(../slice/bubble-close.png); } #combat-query .hr { margin: 0px auto 0; width: 580px; height: 25px; line-height: 25px; position: relative; } #combat-query .hr .line { width: 100%; height: 1px; background: #e9e9e9; overflow: hidden; position: absolute; top: 16px; } #combat-query .hr .title { color: #999; background: #fff; position: absolute; top: 0; left: 50%; margin-left: -35px; width: 70px; height: 100%; text-align: center; z-index: 5; } #combat-query .enter { width: 580px; height: 115px; margin: 10px auto; } #combat-query .enter li { float: left; margin-right: 70px; cursor: pointer; width: 80px; } #combat-query .enter li.last { margin-right: 0; } #combat-query .enter li.first { margin-left: 100px; } #combat-query .enter .bd { display: inline-block; *display: inline; *zoom: 1; width: 80px; height: 80px; position: relative; } #combat-query .enter .bd .mark-new { position: absolute; width: 35px; height: 15px; right: 0; top: 5px; background-image: url(../slice/mark-new.png); } #combat-query .enter .zj1 { background: url(../img/zj1.png) no-repeat; } #combat-query .enter .zj1:hover { background: url(../img/zj1-hover.png) no-repeat; } #combat-query .enter .zj2 { background: url(../img/zj2.png) no-repeat; } #combat-query .enter .zj2:hover { background: url(../img/zj2-hover.png) no-repeat; } #combat-query .enter .zj3 { background: url(../img/zj3.png) no-repeat; } #combat-query .enter .zj3:hover { background: url(../img/zj3-hover.png) no-repeat; } #combat-query .enter .zj4 { background: url(../img/zj4.png) no-repeat; } #combat-query .enter .zj4:hover { background: url(../img/zj4-hover.png) no-repeat; } #combat-query .enter .title { color: #408bcb; height: 25px; line-height: 25px; font-weight: bolder; text-align: center; } html, body, div, span, ul, li, a, em, h1, h2, h3, h4, h5, p, input, em, i, img { margin: 0; padding: 0; border: none; } em, i { font-style: normal; color: #666; } body { font-family: "microsoft yahei",Tahoma,sans-serif; font-size: 12px; background: #fdfdfd; moz-user-select: -moz-none; -moz-user-select: none; -o-user-select: none; -khtml-user-select: none; /* you could also put this in a class */ -webkit-user-select: none; /* and add the CSS class here instead */ -ms-user-select: none; user-select: none; /**禁止选中文字*/ } a { text-decoration: none; cursor: pointer; color: #666; outline: none; } body a { outline: none; blr: expression(this.onFocus=this.blur()); } a:hover, a:focus { outline: none; } input { outline: none; } ul, li { list-style: none; } h3 { font-size: 12px; font-weight: bold; color: #666; } p { color: #999; } .fl { float: left; _display: inline; } .fr { float: right; _display: inline; } .no-data-tip { text-align: center; margin: 135px 0; } .no-data-tip img { margin-bottom: 10px; } .box { width: 600px; overflow: hidden; padding: 15px; } .box .nav { background-color: #ecf3f9; } .box .nav a { display: inline-block; *display: inline; *zoom: 1; width: 190px; height: 30px; line-height: 30px; text-align: center; color: #666; } .box .nav a.active { background-color: #ddebf7; font-weight: bold; } .page-nav { margin: 2px 11px 0 0; *margin-top: 15px; float: right; _display: inline; } .page-nav a { display: inline-block; *display: inline; *zoom: 1; height: 15px; line-height: 15px; color: #999; text-align: center; font-size: 12px; -webkit-border-radius: 3px; border-radius: 3px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; } .page-nav a.pre-next { width: 44px; height: 17px; color: #fff; line-height: 17px; padding: 0; vertical-align: middle; margin-left: 5px; } .page-nav a.pre-next { background-image: url(../slice/pre-next.png); } .page-nav a.pre-next:hover { background-image: url(../slice/pre-next-hover.png); } .page-nav a.page-go { color: #fff; width: 30px !important; background-image: url(../slice/page-go.png); } .page-nav a.current { margin: 0 5px; } .page-nav a.current input { width: 26px; height: 15px; text-align: center; border: 1px solid #dadada; color: #666; margin: 0 4px 0 2px; } #pageNum { margin: 2px 11px 0 0; *margin-top: 15px; float: right; _display: inline; } #pageNum a { display: inline-block; *display: inline; *zoom: 1; height: 15px; line-height: 15px; padding: 0 8px; color: #999; text-align: center; font-size: 12px; -webkit-border-radius: 3px; border-radius: 3px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; } #pageNum a.pre, #pageNum a.next { width: 25px; height: 15px; padding: 0; vertical-align: middle; } #pageNum a.pre { background-image: url(../slice/pre.png); } #pageNum a.next { background-image: url(../slice/pre-next.png); } #pageNum a:hover { background-color: #f3f3f3; } #pageNum a.current, #pageNum a.current:hover { background-color: #a8bfd1; color: #fff; } #pageNum #pageNow a, #pageNum #pageNow a:hover { background-color: #a8bfd1; color: #fff; } .hide { display: none; } .mod-tabs-trigger li { width: 50%; float: left; _display: inline; height: 30px; line-height: 30px; text-align: center; color: #666; font-size: 12px; background-color: #ecf3f9; cursor: pointer; } .mod-tabs-trigger li.selected { background-color: #ddebf7; font-weight: bold; } .col-4 li { width: 25%; } .search-input { position: relative; width: 240px; margin-right: 30px; margin-top: 7px; height: 28px; border: 1px solid #dbdbdb; -webkit-border-radius: 3px; border-radius: 3px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; } .search-input input { width: 214px; height: 28px; height: 26px\0; line-height: 25px\0; border: none; text-indent: 10px; font-size: 12px; color: #999; margin-top: 2px\0; *height: 24px; *margin-top: 2px; *line-height: 24px; *border: 0; } .search-input i { position: absolute; right: 10px; top: 7px; width: 14px; height: 14px; cursor: pointer; background-image: url(../slice/search.png); } .personal-top { position: relative; top: 0; left: 0; } .top-message, .personal-top { position: absolute; *position: relative !important; left: -20px; width: 600px; height: 30px; line-height: 30px; top: -20px; *top: 20px; background-color: #ecf3f9; padding: 0 15px; color: #666; } .top-message a, .personal-top a { color: #666; } .top-message .base, .personal-top .base { display: inline-block; *display: inline; *zoom: 1; margin-right: 10px; color: #408bcb; } .top-message .base i, .personal-top .base i { display: inline-block; *display: inline; *zoom: 1; width: 14px; height: 12px; margin-bottom: -2px; *margin-bottom: 2px; background: url(../img/envelope.png); } .top-message .base i:hover, .personal-top .base i:hover { background: url(../img/envelope-hover.png); } .top-message .red, .personal-top .red { color: #ff6600; } .top-message .more-info, .personal-top .more-info { /**margin-top:-41px; @include float-right;*/ position: relative; float: right; _display: inline; } .top-message .more-info a, .personal-top .more-info a { float: left; } .top-message .more-info .teacher, .personal-top .more-info .teacher { -webkit-border-radius: 3px; border-radius: 3px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; display: inline-block; *display: inline; *zoom: 1; position: relative; top: 4px; width: 65px; height: 21px; line-height: 21px; text-align: center; color: #fff; margin: 0 10px; background-color: #408bcb; } .top-message .more-info .teacher:hover, .personal-top .more-info .teacher:hover { background-color: #51a2e0; } .top-message .more-info .refresh, .personal-top .more-info .refresh { display: inline-block; *display: inline; *zoom: 1; float: right !important; _display: inline; position: relative; top: 8px; width: 25px; height: 20px; vertical-align: 10px\0; border: 1px solid #cfdeea; background-color: #ecf3f9; -webkit-border-radius: 2px; border-radius: 2px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; margin-top: -5px; } .top-message .more-info .refresh:hover, .personal-top .more-info .refresh:hover { background-color: #cfdeea; } .top-message .more-info .refresh i, .personal-top .more-info .refresh i { display: inline-block; *display: inline; *zoom: 1; width: 13px; height: 13px; margin: 0 0 4px 6px; *margin-top: 3px; background: url(../img/refresh.png); } .top-message .more-info .back i, .top-message .more-info .rank i, .personal-top .more-info .back i, .personal-top .more-info .rank i { display: inline-block; *display: inline; *zoom: 1; } .top-message .more-info .back, .personal-top .more-info .back { padding: 4px 8px; border: 1px solid #d1dfeb; width: 13px; height: 13px; margin-top: 6px; margin-left: 10px; } .top-message .more-info .back i, .personal-top .more-info .back i { width: 13px; height: 13px; margin-bottom: 12px; background-image: url(../slice/return-back.png); } .top-message .more-info .rank i, .personal-top .more-info .rank i { margin-left: 5px; margin-bottom: 1px; *margin-bottom: 5px; width: 9px; height: 5px; background-image: url(../slice/marrow-down.png); } .buyer-teacher { margin-top: 22px; *margin-top: -18px; font-weight: normal; float: right; _display: inline; } .buyer-teacher a { display: inline-block; *display: inline; *zoom: 1; margin-left: 10px; } .buyer-teacher a span { font-weight: normal !important; } .buyer-teacher i { display: inline-block; *display: inline; *zoom: 1; } .buyer-teacher .buyer i, .buyer-teacher .teacher i { width: 9px; height: 5px; margin-left: 5px; margin-bottom: 2px; } .buyer-teacher #buyer1 i, .buyer-teacher #teacher1 i { width: 17px; height: 15px; margin-left: 5px; margin-bottom: -3px; } .buyer-teacher .buyer i { background: url(../img/marrow-down.png); } .buyer-teacher .buyer:hover i { background: url(../img/marrow-up.png); } .buyer-teacher .teacher i { background: url(../img/marrow-down.png); } .buyer-teacher .teacher:hover i { background: url(../img/marrow-up.png); } .buyer-teacher #buyer1 i { background: url(../img/marrow-down1.png); } .buyer-teacher #buyer1:hover i { background: url(../img/marrow-up1.png); } .buyer-teacher #teacher1 i { background: url(../img/marrow-down1.png); } .buyer-teacher #teacher1:hover i { background: url(../img/marrow-up1.png); } #daoshiList, #rankUl, .rank-ul { display: none; position: absolute; right: 28px; top: 30px; height: auto; max-height: 230px; overflow-y: auto; border: 1px solid #e7e7e7; padding: 5px; z-index: 10; background-color: #fff; font-weight: normal; } #daoshiList li, #rankUl li, .rank-ul li { padding: 0 5px !important; height: 30px; line-height: 30px; text-align: center; } #daoshiList li:hover, #rankUl li:hover, .rank-ul li:hover { background-color: #ecf3f9; } .btn-con { display: inline-block; *display: inline; *zoom: 1; width: 115px; height: 38px; line-height: 38px; text-align: center; background-color: #4b9add; -webkit-border-radius: 3px; border-radius: 3px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; color: #fff; margin: 3px 10px 0 0; } .btn-con:hover { background-color: #408bcb; } .btn-con i { display: inline-block; *display: inline; *zoom: 1; width: 13px; height: 13px; margin-right: 5px; margin-top: -2px; *margin-top: 0px; vertical-align: middle; background-image: url(../slice/pen.png); } .split { display: inline-block; *display: inline; *zoom: 1; padding: 0 5px; color: #ccc; } .more-actions { float: left; _display: inline; padding-left: 15px; margin-top: -2px; } .more-actions a.more-del { -webkit-border-radius: 3px; border-radius: 3px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; margin-left: 5px; padding: 5px 15px; height: 20px; line-height: 20px; text-align: center; color: #fff; background-color: #408bcb; } .more-actions a.more-del:hover { background-color: #50a1e0; } .more-actions a { display: inline-block; *display: inline; *zoom: 1; color: #408bcb; } .more-actions span { display: inline-block; *display: inline; *zoom: 1; padding: 0 5px; color: #ccc; } .blue-btn { display: inline-block; *display: inline; *zoom: 1; -webkit-border-radius: 3px; border-radius: 3px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; padding: 5px 20px; color: #fff; background-color: #408bcb; } .blue-btn:hover { background-color: #4b9add; } .pop-box { width: 300px; } #usernameWrap { color: #666; } #usernameWrap a { color: #408bcb; } .login-userinfo { display: none; } .more-info .share { margin-top: 5px; position: relative; float: right; _display: inline; } .more-info .share .icons { width: 25px; height: 20px; float: left; margin: -2px 10px 0; cursor: pointer; position: relative; z-index: 999; border: 1px solid #cfdeea; background-color: #ecf3f9; -webkit-border-radius: 2px; border-radius: 2px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; } .more-info .share .icons:hover { background-color: #cfdeea; -webkit-border-radius: 0px; border-radius: 0px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; } .more-info .share .icons i { width: 12px; height: 13px; display: block; margin: 4px -1px 2px 7px; background-image: url(../slice/share-i.png); } .more-info .icons { margin-top: 13px; float: right; _display: inline; } .more-info .split { display: inline-block; *display: inline; *zoom: 1; padding: 0 10px; } .more-info .links { width: 78px; border: 1px solid #e7e7e7; background: #fff; position: absolute; right: 3px; top: 25px; z-index: 999; display: none; padding: 5px; } .more-info .links a { height: 22px; line-height: 22px; margin-bottom: 5px; padding: 0 0 3px 0px; display: block; width: 100%; cursor: pointer; } .more-info .links a i { display: inline-block; *display: inline; *zoom: 1; width: 16px; height: 16px; vertical-align: middle; margin-right: 5px; } .more-info .links a:hover { background-color: #ecf3f9; } .more-info .hover .links { display: block; } .arrow-hover-wrap { display: none; position: absolute; padding: 10px; border: 1px solid #e7e7e7; background: #fff; z-index: 9; } .avatar-arrow { position: absolute; top: -6px; left: 22px; display: inline-block; *display: inline; *zoom: 1; width: 13px; height: 7px; background-image: url(../slice/avatar-arrow.png); } .blue-btn { cursor: pointer; -webkit-border-radius: 3px; border-radius: 3px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; height: 33px; line-height: 33px; padding: 0 10px; text-align: center; color: #fff; background-color: #408bcb; } .blue-btn:hover { background-color: #4b9add; } .tencent { background-image: url(../slice/tencent.png); } .tencent:hover { background-image: url(../slice/tencent-hover.png); } .sina { background-image: url(../slice/sina.png); } .sina:hover { background-image: url(../slice/sina-hover.png); } .qq { background-image: url(../slice/qq.png); } .qq:hover { background-image: url(../slice/qq-hover.png); } .copy-link { width: 14px !important; height: 14px !important; background-image: url(../slice/copy-link.png); } .word { display: inline-block; *display: inline; *zoom: 1; -webkit-text-overflow: ellipsis; -ms-text-overflow: ellipsis; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; vertical-align: bottom; white-space: nowrap; } .avatar-img { width: 40px; height: 40px; position: absolute; left: 0; bottom: 0px; border: 1px solid #fff; } .video-wrap .video-left li { margin-right: 15px; } .video-wrap .video-right { width: 190px; } .video-wrap .titleP { font-size: 12px; color: #666666; } .video-wrap a img { width: 190px; height: 105px; } .video-wrap .v-title { margin-bottom: 10px; } .video-wrap li { float: left; _display: inline; position: relative; } .video-wrap .avatar-img { bottom: 24px !important; } .video-wrap .word { width: 185px; margin-top: 5px; } .v-shadow { left: 0; height: 15px; width: 100%; font-size: 12px; color: #ccc; position: absolute; bottom: 24px; background: url(../img/shadow.png); } .win-green { color: #4eb95a; } .fail-red { color: #ef3d3d; } .win-rate { color: #666; } .tbody tr:hover { background-color: #ecf3f9; } .hero-left { width: 100%; } .hero-right { width: 210px; } .hero-right .r-c .mod-art li { height: 32px !important; padding: 8px !important; } .m-myhero-table__hd table th .u-sort--normal i { width: 11px; height: 11px; background: url(../img/order-p.png); } .m-myhero-table__hd table th .u-sort--normal i:hover { background: url(../img/order-p-hover.png); } .m-myhero-table__hd table th .u-sort--desc i, .m-rank-herotable thead .sort--down i { display: inline-block; *display: inline; *zoom: 1; width: 11px; height: 11px; background: url(../img/order-j.png); margin-top: -5px; } .m-myhero-table__hd table th .u-sort--desc i:hover, .m-rank-herotable thead .sort--down i:hover { background: url(../img/order-j-hover.png); } .m-myhero-table__hd table th .u-sort--asc i, .m-rank-herotable thead .sort--up i { display: inline-block; *display: inline; *zoom: 1; width: 11px; height: 11px; background: url(../img/order-s.png); margin-top: -5px; } .m-myhero-table__hd table th .u-sort--asc i:hover, .m-rank-herotable thead .sort--up i:hover { background: url(../img/order-s-hover.png); } .m-myhero__hd .note-txt i { width: 13px; height: 13px; background: url(../img/question.png); } .heropage-hero-tooltips__hd .cont { position: relative; } .more-action { position: absolute; top: 10px; right: 10px; } .rank-img { width: 35px; height: 30px; background: url(../img/tip-ac-a.png); margin: 4px 10px 0 0; } .action-right a { display: block; width: 35px; height: 17px; } .action-right .ac-top { background: url(../img/tip-ac-fuzhu.png); margin-bottom: 5px; } .action-right .ac-bottom { background: url(../img/tip-ac-daye.png); } .consult-tag { color: #999; font-size: 14px; display: inline-block; *display: inline; *zoom: 1; padding-right: 10px; } .word { display: inline-block; *display: inline; *zoom: 1; -webkit-text-overflow: ellipsis; -ms-text-overflow: ellipsis; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; vertical-align: bottom; white-space: nowrap; } .col-6 li { width: 16.6%; } .star_nav { color: #f26460 !important; } .focus-body { height: 410px; overflow: hidden; } .sort-select a, .sort-select i { display: inline-block; *display: inline; *zoom: 1; } .sort-select a { width: 12px; height: 12px; border: 1px solid #c1c1c1; vertical-align: -2px; margin-right: 5px; } .sort-select a i { width: 9px; height: 8px; margin: 0 0 2px 1px; } .sort-select a.selected i { background: url(../img/check.png); } .sever-select { float: left; _display: inline; -webkit-border-radius: 3px; border-radius: 3px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; outline: none; width: 125px; height: 30px; padding-left: 10px; line-height: 30px; border: 1px solid #dbdbdb; margin: -5px 0 0 0; border: 1px solid #dbdbdb; cursor: pointer; } .sever-select i { float: right; _display: inline; display: inline-block; width: 9px; height: 5px; margin: 13px 9px; vertical-align: middle; background: url(../img/marrow-down.png); } .server-ul { top: 72px; width: 123px; left: 479px; } .more-hero-level { position: relative; } .more-hero-level .ch_level { left: 5px; top: 5px; line-height: 30px; font-weight: bold; } .consult-hd { width: 600px; background: #ecf3f9; position: relative; } .consult-hd ul { width: 560px; } .consult-hd .icons { display: inline-block; _display: inline; position: absolute; top: 4px; right: 10px; width: 25px; height: 20px; vertical-align: 10px\0; border: 1px solid #cfdeea; background-color: #ecf3f9; -webkit-border-radius: 2px; border-radius: 2px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; cursor: pointer; } .consult-hd .icons:hover { background-color: #cfdeea; } .consult-hd .icons i { display: inline-block; *display: inline; *zoom: 1; width: 13px; height: 13px; margin: 3px 0 0px 6px; background: url(../img/refresh.png); } .activity_date { float: right; _display: inline; padding-right: 5px; } .m-rank-herotable thead th{ width: 15%; } .table-body{ height: 342px; overflow: auto; } .m-rank-herotable tbody tr{ height: 34px; } .m-rank-herotable tbody td{ width: 15%; } .m-rank-herotable thead th.type2{ width: 20%; } .m-rank-herotable tbody td.type2{ width: 20%; } .m-rank-herotable thead .sort{ font-weight: bolder; cursor:pointer; } .m-rank-herotable thead .sort i{ margin-left: 5px; } .hero-rank #dataLists tbody td .hero-name img{ width: 28px; height: 28px; display: inline-block; overflow: hidden; }