@charset "UTF-8";
html { font-size: 100%; }

body { padding-top: 50px; }

hr { border-color: #ddd; border-width: 1px 0 0 0; border-style: solid; }

a { color: #333; }

a:hover { color: #145; }

hr.solid-primary { border-width: 1px; border-color: #156; }

/* header */
.header { background: #f2f2f2; position: fixed; width: 100%; z-index: 9; top: 0; }

.header .logo { float: left; margin: 10px 0; height: 30px; }

.header .navbar-nav { float: left; padding: 0; list-style-type: none; margin: 0; }

.header .navbar-nav li { float: left; margin-right: 15px; }

.header .navbar-nav li a { display: block; margin-top: 5px; margin-bottom: 5px; height: 30px; padding: 5px 0; border-radius: 4px; }

.header .navbar-nav li a:hover { background-color: #FFF; }

.header .navbar-nav li:last-child { margin-right: 0; }

.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; }

.search-btn, .showSideMenu { margin-top: 5px; height: 40px; width: 40px; background-image: url("btn.gif") !important; position: relative; background-color: transparent; border: 1px solid transparent; border-radius: 4px; float: right; }

.search-btn { background-position: 0 -96px !important; }

.showSideMenu { margin-left: 8px; margin-right: -8px; background-position: 0 -144px !important; }

.jfjb-btn { float: right; height: 40px; margin-top: 5px; padding-top: 10px; padding-left: 5px; padding-right: 5px; border-color: transparent; }

/*导航菜单*/
.navbar { background: transparent; padding-top: 20px; padding-left: 0; padding-right: 0; padding-bottom: 5px; }

.header-pc { border-bottom: 2px solid #267; }

.header-pc .logo { margin-top: 5px; margin-right: 30px; }

.header-pc .navbar-nav li { margin-left: 15px; }

.header-pc .navbar-nav li a { padding: 0; line-height: 48px; font-size: 18px; color: #333; }

.header-pc .navbar-nav li a:hover { color: #F55; }

.header-pc .navbar-nav li.aboutus { border-radius: 15px; margin-top: 10px; transition: all 0.4s; border: 1px solid #ddd; overflow: hidden; }

.header-pc .navbar-nav li.aboutus a { line-height: 30px; font-size: 14px; padding: 0 10px; color: #156; }

.header-pc .navbar-nav li.aboutus a:hover { color: #FFF; background: #156; }

.header-pc .navbar-nav li.aboutus:hover { transform: translateX(-5px); }

/* 分割线 */
p.split { border-style: solid; border-color: #EEE; border-width: 1px 0; background: #f2f2f2; height: 6px; line-height: 6px; margin: 6px 0; }

.search { margin: 8px 0; width: 236px; }

.search input[type='text'] { height: 34px; box-sizing: border-box; border-radius: 3px 0 0 3px; margin: 0; border: 1px solid #ccc; padding: 3px 8px; width: 190px; float: left; }

.search input[type='text']:focus { border-color: #66afe9; outline: 0; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.search button { margin: 0; height: 34px; border-radius: 0 3px 3px 0; float: left; }

.app-download { padding-top: 1em; padding-bottom: 1em; }

.app-download:before, .app-download:after { content: " "; display: table; }

.app-download:after { clear: both; }

.app-download .icon { float: left; width: 50px; height: 50px; background-color: #EEE; overflow: hidden; border-radius: 5px; box-shadow: 0 0 5px #888; margin-right: 1em; }

.app-download .desc { float: left; }

.app-download .desc p { margin: 0; }

.app-download .button-success { background-color: #267; border-color: #156; }

/* 页脚 */
.footer { margin-top: 60px; padding: 56px 0; color: #333; background: url("bottom.png") center no-repeat; }

.footer a { color: #cacaca; }

.footer small { color: #afafaf; }

.footer .zhs a { color: #333; }

.footer a:hover { color: #D84A4A; }

.footer em { font-style: normal; margin: 0 8px; color: #c1c1c1; }

.footer .m-t-xs { margin-top: 10px; }

.footer .m-t-xs small { font-size: 70%; color: #afafaf; }

.footer .m-t-xs small em { margin: 0 4px; }

@media (max-width: 767px) { .footer { margin-top: 90px; padding: 30px 0; } }

/* 分页 */
#displaypagenum { overflow: hidden; padding-top: 30px; padding-bottom: 30px; line-height: 22px; clear: both; }

#displaypagenum p { padding-bottom: 0; }

#displaypagenum span.page, #displaypagenum a, #displaypagenum a.next { padding: 6px 12px; height: 28px; background: #055; color: #FFF; text-decoration: none; font-weight: bolder; line-height: 28px; }

#displaypagenum a, #displaypagenum a.next { background: #f3f3f3; color: #333; font-weight: normal; }

#displaypagenum a:hover { background: #277; color: #FFF; }

.side-menu { position: fixed; top: 0; left: -250px; z-index: 30; padding: 0; width: 250px; height: 100%; border-bottom: 1px solid rgba(0, 0, 0, 0.3); background: #333; -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05); box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05); transition: all .5s; overflow-y: auto; }

.side-menu.active { left: 0; }

.side-menu ul.menu { overflow: hidden; border-bottom: 1px solid rgba(0, 0, 0, 0.3); -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05); box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05); }

.side-menu > ul > li, .side-menu li.parent { display: block; width: 100%; height: auto; transition: all .45s; }

.side-menu > ul > li > a, .side-menu li.parent > a { position: relative; display: block; padding: 0; height: 44px; border-top: 1px solid rgba(0, 0, 0, 0.3); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05); color: #ccc; text-indent: 1rem; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5); line-height: 45px; transition: all .45s; }

.side-menu li.parent > a:hover { background: rgba(255, 255, 255, 0.05); text-decoration: none; }

.side-menu li.parent > a:after { position: absolute; top: 18px; right: 1rem; width: 8px; height: 8px; border: 1px solid #ddd; border-width: 0 0 1px 1px; box-shadow: 2px black; content: ""; transition: all .45s; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); -ms-transform: rotate(45deg); }

.side-menu li.parent .sub-menu { display: none; overflow: hidden; padding: 5px 0 5px 15px; margin: 0; border-top: 1px solid rgba(0, 0, 0, 0.3); background-color: #1a1a1a; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05); font-size: .9rem; }

.side-menu .sub-menu li { float: left; display: block; overflow: hidden; width: 33.33333333%; height: auto; }

.side-menu .sub-menu.x2 li { width: 50%; }

.side-menu .sub-menu a { display: block; padding: .8rem 0; color: #eee; transition: all .45s; }

.side-menu .sub-menu a:hover { text-decoration: none; }

.side-menu li.parent.open { background: rgba(255, 255, 255, 0.05); }

.side-menu li.parent.open > :after { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); -ms-transform: rotate(-45deg); }

.side-menu li.parent.open .sub-menu { display: block; }

.side-fixed-button { position: fixed; right: 0; bottom: 30px; display: none; }

.side-fixed-button a { display: block; width: 48px; height: 48px; background: #ddd url("btn.gif"); opacity: .8; }

.side-fixed-button a:hover { opacity: 1; }

.side-fixed-button .side-fixed-button a.app { margin-top: 10px; border-radius: 50%; background-position: 0 -48px; }

.screen-cover { position: fixed; top: 0; z-index: 20; display: none; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); }

#mediaurl { display: none; }

.header-pc { border-bottom-color: #DDD; }

.header-pc .navbar-nav li a { color: #333; }

/* layout */
.v_main, .v_aside { float: left; }

.v_main { width: 100%; }

.v_aside { width: 100%; }

@media (min-width: 768px) { .v_main { width: 368px; }
  .v_aside { width: 340px; } }

@media (min-width: 960px) { .v_main { width: 560px; }
  .v_aside { width: 340px; } }

@media (min-width: 1200px) { .v_main { width: 800px; }
  .v_aside { width: 340px; } }

.breadcrumb { margin: 0; line-height: 20px; }

.breadcrumb a { position: relative; padding-right: 10px; margin-right: 10px; font-size: 12px; color: #888; }

.breadcrumb a:hover { color: #F55; }

.breadcrumb a:after { content: '/'; position: absolute; right: -5px; color: #DDD; }

/*播放器*/
.audio-box { position: relative; overflow: hidden; /*移动端显示的标题*/ /*背景*/ }

.audio-box .title { position: fixed; left: 0; right: 0; top: 50px; margin: 0; box-sizing: border-box; padding: 0.5em 0.5em 2em 0.5em; font-size: 18px; color: #FFF; z-index: 6; background: linear-gradient(#000, transparent 100%); text-align:center; }

.audio-box .lrcBox_viewbox, .audio-box .player-interface { z-index: 7; position: relative; height: 520px; box-sizing: border-box; }

.audio-box .lrcBox_viewbox { overflow: hidden; color: #FFF; padding: 30px; }

.audio-box .lrcBox_viewbox .title { display: none; }

.audio-box .lrcBox_viewbox .lrcBox_container { margin: 0; padding: 0; list-style: none; position: relative; z-index: 6; }

.audio-box .lrcBox_viewbox .lrcBox_container li.empty { height: 1.8em; }

.audio-box .lrcBox_viewbox .lrcBox_container li { opacity: 0.3;filter: alpha(opacity=30); line-height: 1.8em; font-size: 16px; transition: all 0.3s; }

.audio-box .lrcBox_viewbox .lrcBox_container .current-text { opacity: 1; filter: alpha(opacity=100);  font-size: 18px; }

.audio-box .lrcBox_viewbox .song-style { text-align: center; }
.audio-box .lrcBox_viewbox .text-style { text-align: left; line-height: 1.8em; height: 100%; color: #ddd;}
.audio-box .lrcBox_viewbox .text-style li{ margin-bottom:1.5em;}
.audio-box .lrcBox_viewbox .text-style li.current-text {font-size: 16px; }

.audio-box .player-interface { padding: 30px; }

.audio-box .player-interface button { border: none; width: 50px; height: 50px; float: left; padding: 0; background-color: transparent; background-image: url("sprite.png"); transition: opacity 0.3s; opacity: 0.5; }

.audio-box .player-interface button:hover { opacity: 1; }

.audio-box .player-interface button:focus { outline: none; }

.audio-box .player-interface button.disabled { opacity: 0.2; }

.audio-box .player-interface .cover-image img { width: 100%; }

.audio-box .player-interface .player-ctl { margin-top: 15px; overflow: hidden; width: 150px; margin-left: auto; margin-right: auto; }

.audio-box .player-interface .player-ctl .jp-play { background-position: -50px 0; }

.audio-box .player-interface .player-ctl .jp-pause { background-position: -100px 0; }

.audio-box .player-interface .player-ctl .jp-stop { background-position: -200px 0; }

.audio-box .player-interface .player-ctl .jp-previous { background-position: 0 0; }

.audio-box .player-interface .player-ctl .jp-next { background-position: -150px 0; }

.audio-box .player-interface .play-state { margin-top: 10px; font-size: 14px; overflow: hidden; color: #FFF; opacity: 0.5; }

.audio-box .player-interface .play-state .jp-current-time { float: left; }

.audio-box .player-interface .play-state .jp-duration { float: right; }

.audio-box .player-interface .author-info { margin-top: 30px; color: #FFF; font-size: 13px; opacity: 0.5; }

.audio-box .player-interface .author-info dl { margin: 0.5em 0; overflow: hidden; }

.audio-box .player-interface .author-info dl dt, .audio-box .player-interface .author-info dl dd { margin-right: 0.5em; float: left; }

.audio-box .player-interface .author-info dl dt:after { content: ":"; margin-left: 0.3em; }

.audio-box .player-interface .jp-progress { margin-top: 5px; background-color: #888; }

.audio-box .player-interface .jp-progress .jp-seek-bar { height: 3px; cursor: pointer; box-shadow: 0 0 5px #333; }

.audio-box .player-interface .jp-progress .jp-play-bar { background-color: #3CF; height: 3px; box-shadow: 0 0 5px #39d; }

.audio-box .player-interface .cover-image, .audio-box .player-interface .jp_container { position: relative; z-index: 6; }

.audio-box .player-interface .audio-box-mask { left: 1px; }

.audio-box .audio-box-image-box, .audio-box .audio-box-image, .audio-box .audio-box-mask { position: absolute; }

.audio-box .audio-box-image-box { z-index: 1; left: -50px; right: -50px; top: -50px; bottom: -50px; }

.audio-box .audio-box-image { left: 0; right: 0; top: 0; bottom: 0; width: 100%; height: 100%; filter: blur(50px); filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=50); /* IE6~IE9 */ }

.audio-box .audio-box-mask { left: 0; right: 0; top: 0; bottom: 0; background: #000; opacity: 0.5; filter: alpha(opacity=50); z-index: 5; }

@media (max-width: 767px) { .video-header, .cover-image, .audio-info, .footer { display: none; }
  .audio-box { margin-left: -15px; margin-right: -15px; }
  .audio-box .player-interface { padding: 0 15px; height: 75px; overflow: hidden; position: fixed; bottom: 0; left: 0; right: 0; }
  .audio-box .lrcBox_viewbox { margin-top: 70px; margin-bottom: 90px; }
  .audio-box .lrcBox_viewbox .audio-box-mask { display: none; }
  .audio-box .player-interface .author-info { overflow: hidden; margin-top: 15px; }
  .audio-box .player-interface .author-info dl dt, .audio-box .player-interface .author-info dl dd { margin-right: 0.5em; float: left; }
  .audio-box .player-interface .author-info dl dt:after { content: ":"; margin-left: 0.3em; }
  .audio-box .player-interface .player-ctl { position: relative; z-index: 6; }
  .audio-box .player-interface .jp-progress { position: absolute; top: -20px; left: -15px; right: -15px; }
  .audio-box .player-interface .play-state { position: absolute; top: 5px; left: 0; right: 0; z-index: 3; } }

.audio-info:before, .audio-info:after { content: " "; display: table; }

.audio-info:after { clear: both; }

.audio-info .icon { margin-bottom: 15px; opacity: 0.5; }

.audio-info .audio-info-item { border-right: 1px solid #ddd; float: left; margin-top: 15px; margin-bottom: 15px; margin-right: 30px; text-align: center; }

.audio-info .audio-info-item a { float: left; margin-right: 30px; }

.audio-info .audio-info-item a:hover { color: #f55; }

.audio-info .audio-info-item a:hover .icon { opacity: 1; transform: translateY(5px); }

.audio-info .audio-info-share { border-right: 1px solid #ddd; float: left; margin-top: 15px; margin-bottom: 15px; padding-right: 30px; }

.audio-info .audio-info-share a { float: left; width: 50px; height: 50px; opacity: 0.7; padding: 0; margin: 0; display: block; }

.audio-info .share-custom { width: 250px; overflow: hidden; }

.audio-info .share-custom a { background-image: url("icon.png"); background-repeat: no-repeat; transition: all 0.4s; opacity: 0.6; }

.audio-info .share-custom a:hover { opacity: 1; -webkit-transform: translateY(5px); -moz-transform: translateY(5px); -ms-transform: translateY(5px); -o-transform: translateY(5px); transform: translateY(5px); }

.audio-info .share-custom-2 a { float: left; width: 50px; height: 30px; margin: 0 30px 0 0; padding: 50px 0 0 0; background-image: url("icon.png"); background-repeat: no-repeat; transition: all 0.4s; opacity: 0.6; }

.audio-info .share-custom-2 a.icon-mobile { background-position: 7px -640px; }

.audio-info .share-custom-2 a.icon-mobile:hover { opacity: 1; background-position: 7px -630px; }

.audio-info .share-custom-2 a.icon-down { background-position: 7px -560px; }

.audio-info .share-custom-2 a.icon-down:hover { opacity: 1; background-position: 7px -550px; }

.audio-info .audio-info-right { float: left; margin-left: 15px; margin-top: 15px; margin-bottom: 15px; font-size: 14px; }

.audio-info .audio-info-right p { margin: 0; color: #888; }

.audio-info .audio-info-right span { color: #333; margin-left: 15px; }

.icon { background: url("icon.png"); height: 36px; width: 36px; position: relative; display: block; margin: 0 auto; background-repeat: no-repeat; transition: all 0.4s; }

.icon-weibo { background-position: 7px 0; }

.icon-people { background-position: 7px -160px; }

.icon-weixin { background-position: 7px -240px; }

.icon-qq { background-position: 7px -320px; }

.icon-qzone { background-position: 7px -400px; }

.icon-renren { background-position: 7px -480px; }

.icon-down { background-position: 0 -560px; }

.icon-mobile { background-position: 0 -640px; }
.video-info-right { float: left; margin-left: 15px; margin-top: 15px; margin-bottom: 15px; font-size: 14px; }
.video-info-right p { margin: 0; color: #888; }
 .video-info-right span { color: #333; margin-left: 15px; }


/* 菜单 */
@media (min-width: 960px) and (max-width: 1199px) { .header-pc .navbar-nav { float: right; }
  .header-pc .navbar-nav li a { font-size: 16px; }
  .header-pc .navbar-nav li.active { background: transparent; }
  .header-pc .navbar-nav li.active a { color: red; } }

@media (min-width: 768px) and (max-width: 959px) { .header-pc .navbar-nav { float: right; width: 520px; }
  .header-pc .navbar-nav li a { line-height: 2em; margin-left: 20px; } }

@media (max-width: 767px) { .navbar-nav { display: none; }
  .header-pc { border-bottom-width: 1px; padding-bottom: 15px; }
  .header-pc .navbar-header { float: none; }
  .header-pc .logo { margin-right: auto; margin-left: auto; float: none; text-align: center; }
  .audio-info .audio-info-right { margin-left: -15px; }
  .video-header .breadcrumb { display: none; }
  .video-header h2 { font-size: 18px; border-bottom: 1px solid #ddd; padding-bottom: 10px; } }
  
body { background:url("bgl.jpg"); margin: 0; background-position-y: -6px;}
.video-header{margin-top:5em;}
.video-header h2{color:#ffffff;}