@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; } .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, .clearfix, .mod-tabs-trigger, .top-message { *zoom: 1; } .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, .clearfix:before, .mod-tabs-trigger:before, .top-message:before, .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, .clearfix:after, .mod-tabs-trigger:after, .top-message:after { content: ""; display: table; line-height: 0; } .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, .clearfix:after, .mod-tabs-trigger:after, .top-message:after { clear: both; } @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; } 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; /**禁止选中文字*/ } body a { outline: none; blr: expression(this.onFocus=this.blur()); } a:hover, a:focus, a { outline: none; } a { text-decoration: none; cursor: pointer; color: #666; } 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; } .box { width: 760px; overflow: hidden; padding: 20px; } .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; } .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; 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; } .page-nav a.pre, .page-nav a.next { width: 25px; height: 15px; padding: 0; vertical-align: middle; } .page-nav a.pre { background-image: url(../slice/pre-next.png); } .page-nav a.next { background-image: url(../slice/pre-next.png); } .page-nav a:hover { background-color: #f3f3f3; } .page-nav a.current, .page-nav a.current:hover { background-color: #a8bfd1; color: #fff; } .hide { display: none; } /* Base for label styling */ [type="checkbox"]:not(:checked), [type="checkbox"]:checked { position: absolute; left: -9999px; } [type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label { position: relative; padding-left: 20px; cursor: pointer; } /* checkbox aspect */ [type="checkbox"]:not(:checked) + label:before, [type="checkbox"]:checked + label:before { content: ''; position: absolute; left: 0; top: 2px; width: 12px; height: 12px; border: 1px solid #c1c1c1; background: #fcfdfd; -webkit-border-radius: 3px; border-radius: 3px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; } /* checked mark aspect */ [type="checkbox"]:not(:checked) + label:after, [type="checkbox"]:checked + label:after { content: '✔'; position: absolute; top: 1px; left: 3px; font-size: 12px; color: #777676; transition: all .2s; } /* checked mark aspect changes */ [type="checkbox"]:not(:checked) + label:after { opacity: 0; transform: scale(0); } [type="checkbox"]:checked + label:after { opacity: 1; transform: scale(1); } .mod-tabs-trigger li { width: 50%; float: left; _display: inline; height: 30px; line-height: 30px; text-align: center; color: #666; font-size: 12px; font-weight: bold; background-color: #ecf3f9; cursor: pointer; } .mod-tabs-trigger li.selected { background-color: #ddebf7; } .mod-tabs-trigger.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); } .top-message { position: absolute; left: -20px; width: 770px; height: 40px; line-height: 40px; top: -20px; background-color: #ecf3f9; padding: 0 15px; color: #666; } .top-message a { color: #666; } .top-message .base { display: inline-block; *display: inline; *zoom: 1; margin-right: 10px; color: #408bcb; } .top-message .base i { display: inline-block; *display: inline; *zoom: 1; width: 14px; height: 12px; margin-bottom: -2px; *margin-bottom: 2px; background-image: url(../slice/envelope.png); } .top-message .base i:hover { background-image: url(../slice/envelope-hover.png); } .top-message .red { color: #ff6600; } .top-message .more-info { *margin-top: -41px; float: right; _display: inline; } .top-message .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; width: 65px; height: 21px; line-height: 21px; text-align: center; color: #fff; margin: 0 10px; background-color: #408bcb; } .top-message .more-info .teacher:hover { background-color: #51a2e0; } .top-message .more-info .refresh { display: inline-block; *display: inline; *zoom: 1; width: 13px; height: 13px; vertical-align: 10px\0; background-image: url(../slice/refresh.png); } .top-message .more-info .refresh:hover { background-image: url(../slice/refresh-hover.png); } .top-message .more-info .back i, .top-message .more-info .rank i { display: inline-block; *display: inline; *zoom: 1; } .top-message .more-info .back { padding-left: 10px; } .top-message .more-info .back i { width: 13px; height: 13px; margin-bottom: -1px; background-image: url(../slice/return-back.png); } .top-message .more-info .back i:hover { background-image: url(../slice/return-back-hover.png); } .top-message .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: 7px; *margin-top: -18px; float: right; _display: inline; } .buyer-teacher a { display: inline-block; *display: inline; *zoom: 1; margin-left: 10px; } .buyer-teacher i { display: inline-block; *display: inline; *zoom: 1; width: 9px; height: 5px; margin-left: 3px; vertical-align: middle; } .buyer-teacher .buyer i { background-image: url(../slice/marrow-up.png); } .buyer-teacher .teacher i { background-image: url(../slice/marrow-down.png); } .rank-ul { display: none; position: absolute; right: 28px; top: 30px; max-height: 230px; overflow-y: auto; border: 1px solid #e7e7e7; padding: 5px; z-index: 2; background-color: #fff; } .rank-ul li { padding: 0 5px; height: 30px; line-height: 30px; text-align: center; } .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); } .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; }