@keyframes rotate {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
to {
	-webkit-transform:rotate(360deg);
	transform:rotate(360deg)
}
}
@-webkit-keyframes rotate {
0% {
-webkit-transform:rotate(0deg)
}
to {
	-webkit-transform:rotate(360deg)
}
}
#content .main {
	font-size:0;
	background:url(sub_main_bg-6387c87142.png) 222px top no-repeat
}
.left-part, .right-part {
	display:inline-block;
*display:inline;
*zoom:1;
	vertical-align:top;
	font-size:16px
}
.left-part {
	width:222px;
	margin-bottom:30px
}
.right-part {
	width:960px;
	margin-left:18px;
	padding-bottom:55px
}
.breadcrumbs {
	position:relative;
	border-bottom:1px solid rgba(59, 76, 111, .2)
}
.breadcrumbs h1, .breadcrumbs h2 {
	height:76px;
	line-height:76px;
	float:left;
	font-size:40px;
	padding-right:26px;
	position:relative;
	font-family:"华文中宋"
}
.breadcrumbs h2 {
	background-image:-webkit-linear-gradient(-60deg, #299a9e, #0c88b9 45%);
	-webkit-background-clip:text;
	-webkit-text-fill-color:transparent;
	font-weight:600;
	color:#2198bc
}
.breadcrumbs h1 {
	color:#1a93bf;
	font-weight:700
}
.breadcrumbs h1 i, .breadcrumbs h2 i {
	position:absolute;
	left:0;
	bottom:-1px;
	display:block;
	background:url(breadcrumbs_line-67ff4db077.png) no-repeat;
	width:96px;
	height:1px
}
.breadcrumbs .inner {
	height:56px;
	padding-bottom:20px
}
.breadcrumbs .local {
	font-size:16px;
	position:absolute;
	bottom:10px;
	right:0;
	color:#0c88b9
}
.breadcrumbs .local a {
	color:#0c88b9
}
.breadcrumbs .local b {
	font-weight:400;
	color:#0c88b9;
	padding:0 5px
}
.breadcrumbs .local a:hover {
	color:#c59c0c;
	border-bottom:1px solid #c59c0c
}
.cont-wrap {
	padding:10px 28px 30px 40px
}
.main-box {
	color:#000;
	font-size:16px;
	min-height:1055px;
	height:auto!important
}
.main-box .news-box p a {
	text-decoration:underline;
	color:#c59c0c
}
.sub_page {
	font-size:0;
	text-align:center;
	margin:50px 0 20px;
	height:36px
}
.sub_page li {
	display:inline-block;
*display:inline;
*zoom:1;
	margin:0 8px;
	height:36px;
	vertical-align:top
}
#pagination li a, .more-list li a, .sub_page li a {
	display:block;
-webkit-transition:all .4s ease;
-o-transition:all .4s ease;
transition:all .4s ease
}
.sub_page li a {
	height:34px;
	line-height:36px;
	padding:0 14px;
	border:1px solid #b8cdd4;
	color:#181a1b;
	cursor:pointer;
	font-size:14px
}
#pagination .disabled a, .sub_page .disabled a {
	cursor:not-allowed
}
#pagination .disabled:hover a, #pagination .total:hover a, .sub_page .disabled:hover a, .sub_page .total:hover a {
	color:#fff
}
#pagination .total a, .sub_page .total a {
	cursor:default;
	border:0
}
#pagination .total, .sub_page .total {
	display:none
}
.sub_page .active a, .sub_page li:hover a {
	color:#fff;
	border:1px solid #3c8fb5
}
.sub_page .active a {
	cursor:default
}
.sub_page .active, .sub_page li:hover {
	background:#3c8fb5
}
.sub_page.page_shipin {
	margin:9px 0 16px
}
.sub_page.page_wallpaper {
	margin:14px 0 16px
}
.newspage {
	font-size:16px;
	padding:30px 30px 40px
}
.newspage a {
	display:block;
	width:322px;
	white-space:nowrap;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
	color:#2799e5
}
.newspage span {
	position:absolute;
	left:0;
	top:0
}
.newspage .pagenext, .newspage .pagepre {
	position:relative;
	width:40%;
	padding-left:63px
}
.newspage .pagepre {
	float:left
}
.newspage .pagenext {
	float:right
}
.newspage a:hover {
	text-decoration:underline
}
.zt-more h3 {
	font-size:20px;
	margin-top:20px;
	color:#000;
	font-weight:700;
	white-space:nowrap;
	line-height:48px
}
.more-list, .newspage, .newspage a {
	overflow:hidden
}
.more-list li {
	border-bottom:1px dashed #ccc;
	float:left;
	width:47%;
	margin-right:3%
}
#pagination li a, .more-list li a {
	font-size:16px
}
.more-list li a {
	overflow:hidden;
	white-space:nowrap;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
	color:#5e5e5e;
	line-height:38px
}
.more-list li a.red {
	color:red
}
.more-list li a:hover {
	color:#258dac
}
.more-list li a.red:hover {
	color:#ef0202
}
#pagination, .common-share {
	font-size:0;
	text-align:center
}
#pagination {
	margin:50px 0;
	height:36px
}
#pagination li {
	margin:0 3px;
	height:36px
}
#pagination li a {
	height:34px;
	line-height:36px;
	padding:0 14px;
	border:1px solid #aaa;
	color:#767676;
	cursor:pointer
}
#pagination .active a, #pagination li:hover a {
	color:#fff;
	border:1px solid #7ea1d1
}
#pagination .active a {
	cursor:default
}
#pagination .active, #pagination li:hover {
	background:#7ea1d1
}
.common-share {
	margin-top:38px
}
#pagination li, .common-share .share-txt, .common-share .sharetype {
	display:inline-block;
*display:inline;
*zoom:1;
	vertical-align:top
}
.common-share .share-txt {
	font-size:14px;
	color:#5e646f
}
.common-share .sharetype, .new_tab {
	overflow:hidden
}
.common-share .sharetype a {
	float:left;
	width:24px;
	height:24px;
	margin-left:9px;
	cursor:pointer
}
.common-share .sharetype .quan {
	background:url(share24_quan-7b7e64bfd9.png) no-repeat;
	width:24px;
	height:24px
}
.common-share .sharetype .weibo {
	background:url(share24_wb-8f7f203a5d.png) no-repeat;
	width:24px;
	height:24px
}
.common-share .sharetype .qzone {
	background:url(share24_qq-bd8d25ccff.png) no-repeat;
	width:24px;
	height:24px
}
.common-share .sharetype .weixin {
	background:url(share24_wx-514f5ee4c6.png) no-repeat;
	width:24px;
	height:24px
}
.new_tab {
	width:100%;
	text-align:center;
	margin-bottom:15px;
	font-size:0
}
.new_tab ul li {
	display:inline-block;
	margin-top:44px;
	width:152px;
	height:44px;
	line-height:44px
}
.new_tab ul li a {
	color:#0279a8;
	font-size:22px;
	display:block
}
.new_tab ul li.cur, .new_tab ul li:hover {
	background:url(sub_tabh-1f646d91bc.png) no-repeat;
	width:152px;
	height:44px
}
.new_tab ul li.cur a, .new_tab ul li:hover a {
	color:#fcfdf9
}
.news-inner {
	min-height:1185px;
	height:auto!important
}
.list-box {
	margin-bottom:35px
}
.list-box li {
	width:100%;
	height:68px;
	line-height:68px;
	font-size:0;
	border-bottom:1px dashed #9baab3
}
.list-box li a, .list-box li span {
	font-size:16px;
	color:#181a1b
}
.list-box li a {
	display:inline-block;
	width:auto;
	overflow:hidden;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
	word-break:keep-all;
	white-space:nowrap;
	vertical-align:middle;
-webkit-transition:all .3s ease;
-o-transition:all .3s ease;
transition:all .3s ease
}
.list-box li span {
	float:left;
	height:65px;
	padding-right:8px
}
.list-box li i {
	vertical-align:middle;
	margin-right:8px;
	display:none;
	background:url(news_lidot-fe7de1074c.png) no-repeat;
	width:8px;
	height:12px
}
.list-box li:hover span, .video_tab ul li.on a {
	color:#ac880a
}
.list-box li:hover a {
	margin-left:15px;
	color:#ac880a
}
.list-box li:hover i {
	display:inline-block;
	margin-left:15px
}
.list-box .tips {
	display:inline-block;
	margin:38px 0 0 20px;
	color:#767575;
	font-weight:600
}
.news-box {
	padding:24px 0 40px
}
.news-box h1 {
	font-size:24px;
	text-align:center;
	height:60px;
	line-height:60px;
	padding:19px 0 15px;
	color:#0174a1
}
.news-box .news-time {
	text-align:center;
	color:#3e4242
}
.news-box .news-txt {
	margin-top:40px
}
.news-box .news-txt p {
	line-height:200%;
	margin-bottom:8px
}
.news-box .news-txt p a {
	text-decoration:underline;
	color:#ac880a
}
.news-box .news-txt img {
	max-width:800px;
	margin:20px auto 0
}
.news-box .news-txt h3, .news-box .news-txt h4, .news-box .news-txt h5 {
	font-weight:700;
	color:#333;
	margin:12px 0
}
.news-box .news-txt h3 {
	font-size:20px
}
.news-box .news-txt h4 {
	font-size:18px
}
.news-box .news-txt h5 {
	font-size:16px
}
.wallpaper-list {
	margin-top:44px;
	overflow:hidden
}
.shipin-list, .themesong {
	overflow:hidden
}
.themesong {
	margin-top:44px
}
.shipin-share {
	margin:0 auto 2px
}
.video_tab, .wallpaper-type {
	overflow:hidden;
	text-align:center;
	width:100%;
	margin-top:42px
}
.video_tab ul li, .wallpaper-type ul li {
	font-size:14px;
	color:#558dcf;
	line-height:28px;
	cursor:pointer;
	display:inline-block;
	margin:0 12px;
	font-weight:700;
	background:url(sub_xtab-b2a6a67a54.png) no-repeat;
	width:108px;
	height:28px
}
.video_tab ul li.on, .wallpaper-type ul li.on {
	color:#ac880a;
	background:url(sub_xtabh-4ae5c2146c.png) no-repeat;
	width:108px;
	height:28px
}
.video_tab ul li a {
	color:#558dcf
}
.themesong-listtab ul li span, .video_tab ul li span, .wallpaper-type ul li span {
	background-image:-webkit-linear-gradient(-60deg, #558dcf, #8383e0 85%);
	-webkit-background-clip:text;
	-webkit-text-fill-color:transparent
}
.themesong-listtab ul li.on span, .video_tab ul li.on span, .wallpaper-type ul li.on span {
	background-image:-webkit-linear-gradient(-60deg, #b8af47, #ad8b0b 90%);
	-webkit-background-clip:text;
	-webkit-text-fill-color:transparent
}
.wallpaper-list {
	margin-left:31px
}
.wallpaper-list ul li.pad, .wallpaper-list ul li.pc {
	width:386px;
	height:218px;
	background:#b1b1b1;
	float:left;
	margin:0 0 20px 20px;
	overflow:hidden;
	position:relative
}
.p_main table, .wallpaper-list ul li.pad img, .wallpaper-list ul li.pc img, .wallpaper-list ul li.phone a img {
	width:100%
}
.wallpaper-list ul li.pad p, .wallpaper-list ul li.pc p {
	width:100%;
	position:absolute;
	height:60px;
	background:rgba(50, 50, 50, .9);
	text-align:center;
	bottom:-60px;
	left:0;
	opacity:0;
-webkit-transition:all .3s;
-o-transition:all .3s;
transition:all .3s
}
.wallpaper-list ul li.pad p a, .wallpaper-list ul li.pc p a {
	width:98px;
	height:35px;
	display:inline-block;
*display:inline;
*zoom:1;
	background:#5ea9cb;
	line-height:35px;
	color:#fff;
	margin-top:12px;
	margin-right:6px
}
.wallpaper-list ul li.pad:hover p, .wallpaper-list ul li.pc:hover p {
	opacity:1;
	bottom:0
}
.wallpaper-list ul li.phone {
	width:196px;
	height:348px;
	float:left;
	cursor:pointer;
	margin:0 20px 20px 0;
	overflow:hidden
}
.wallpaper-list ul li.phone a {
	display:block;
	height:100%
}
.wallpaper-list ul li.phone:nth-child(4n) {
margin-right:0
}
.shipin-list {
	margin:0 auto
}
.shipin-list .video-tit {
	color:#0174a1;
	font-size:24px;
	margin:35px auto 20px;
	text-align:center;
	font-weight:700
}
.video-wrap {
	margin-top:20px
}
.video-wrap .video-play {
	width:892px;
	height:502px;
	margin:0 auto;
	overflow:hidden;
	background:#fff;
	position:relative
}
.down-v {
	text-align:center;
	clear:both;
	position:relative;
	float:right;
	margin-bottom:12px
}
.down-v i {
	display:block;
	float:left;
	margin:6px 0 0 10px;
	background:url(shipin_down_dot-9d2b458d91.png) no-repeat;
	width:15px;
	height:14px
}
.down-v a, .video-m-bar {
	position:relative;
	font-size:14px
}
.down-v a {
	display:block;
	border:1px solid #a7ccd6;
	color:#0e87ac;
	width:102px;
	height:26px;
	line-height:26px
}
.down-v .down-tips {
	opacity:0;
	color:#2198bc;
	filter:alpha(opacity=0);
	position:absolute;
	width:200px;
	top:-100px;
	left:-115px;
	z-index:2;
	text-align:left;
	padding:4px 8px;
	border:1px solid #2198bc;
	border-radius:8px;
	font-size:12px;
-webkit-transition:all .15s ease;
-o-transition:all .15s ease;
transition:all .15s ease
}
.down-v:hover .down-tips {
	opacity:1;
	filter:alpha(opacity=100);
	top:-56px
}
.video-m-bar {
	width:100%;
	height:20px;
	line-height:20px;
	margin:10px 0;
	text-align:center
}
.video-m-bar a {
	color:#0c89ba;
	font-weight:700
}
.video-m-bar .down-v a:hover, .video-m-bar .next-v:hover, .video-m-bar .prev-v:hover {
	color:#bd950a;
	text-decoration:underline
}
.video-m-bar .next-v, .video-m-bar .prev-v {
	display:inline-block;
	margin:0 43px
}
.video-detail-txt {
	font-size:16px;
	color:#181a1b;
	text-indent:2em;
	line-height:36px;
	padding-top:18px;
	text-align:justify
}
.video-showlist {
	border-top:1px solid rgba(59, 76, 111, .2);
	margin-top:35px;
	padding-top:24px
}
.video-showlist ul {
	font-size:0;
	overflow:hidden;
	margin-left:-37px
}
.video-showlist li {
	float:left;
	margin-left:38px;
	margin-bottom:23px;
	overflow:hidden;
	position:relative;
	width:194px
}
.video-showlist li .img-poster {
	width:194px;
	height:108px;
	overflow:hidden
}
.video-showlist li .img-poster img {
	width:194px;
	height:108px;
-webkit-transition:all .5s ease;
-o-transition:all .5s ease;
transition:all .5s ease
}
.video-showlist li .img_mask {
	width:194px;
	height:108px;
	position:absolute;
	left:0;
	top:0;
	background:#16232b;
	filter:alpha(opacity=57);
	background:rgba(22, 35, 43, .57);
	opacity:0;
-webkit-transition:all .3s ease;
-o-transition:all .3s ease;
transition:all .3s ease
}
.video-showlist li .v-tit {
	font-size:14px;
	color:#181a1b;
	text-align:center;
	padding-top:8px;
	width:100%;
	overflow:hidden;
	white-space:nowrap;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis
}
.video-showlist li .icon {
	position:absolute;
	left:50%;
	margin-left:-18px;
	top:32px;
	opacity:0;
-webkit-transition:all .3s ease;
-o-transition:all .3s ease;
transition:all .3s ease;
	background:url(vd_list_dots-e9ddd0e13d.png) no-repeat;
	width:36px;
	height:36px
}
.themesong-list .song.on, .video-showlist li a {
	display:block
}
.video-showlist li.active img, .video-showlist li:hover img {
	-webkit-transform:scale(1.1);
	-ms-transform:scale(1.1);
	transform:scale(1.1);
	-webkit-transition-duration:1.5s;
	-o-transition-duration:1.5s;
	transition-duration:1.5s
}
.video-showlist li.active .icon, .video-showlist li.active .img_mask, .video-showlist li:hover .icon, .video-showlist li:hover .img_mask {
	opacity:1;
-webkit-transition:all 1s ease .2s;
-o-transition:all 1s ease .2s;
transition:all 1s ease .2s
}
.lrc-list ul, .music-player {
	position:relative
}
.music-poster {
	overflow:hidden;
	width:332px;
	height:332px;
	position:absolute;
	left:37px;
	top:16px
}
.music-poster img {
	vertical-align:top;
	width:332px;
	height:332px
}
.music-other {
	position:relative;
	margin:26px 0 38px
}
.music-tit {
	font-size:36px;
	color:#0174a1;
	line-height:40px;
	margin-top:30px;
	overflow:hidden;
	margin-bottom:13px
}
.music-tit strong {
	font-weight:400
}
.music-down, .music-topic {
	position:absolute;
	text-align:center
}
.music-down {
	display:block;
	right:0;
	z-index:10;
	border:1px solid rgba(33, 152, 188, .3);
	width:104px;
	height:28px;
	top:400px;
	color:#0e87ac;
	font-size:14px;
	line-height:28px
}
.music-down em {
	display:inline-block;
	vertical-align:middle;
	margin-right:5px;
	margin-top:-3px;
	background:url(mu_down-8b38e678c5.png) no-repeat;
	width:15px;
	height:15px
}
.music-down:hover {
	border:1px solid rgba(33, 152, 188, .5);
	color:#2198bc
}
.music-down:hover em {
	background:url(mu_downh-7e316fefff.png) no-repeat;
	width:15px;
	height:15px
}
.music-topic {
	top:4px;
	width:62px;
	height:20px;
	line-height:20px;
	color:#fff;
	background:#4923a1;
	font-size:12px;
	text-decoration:none
}
.music-topic:hover {
	color:#fff;
	text-decoration:underline
}
.music-down-link {
	right:0
}
.music-down-bz {
	right:70px
}
.music-lrc {
	width:484px;
	padding-left:406px;
	height:363px;
	background:url(bg_theme-36420421ba.png) no-repeat 3px top;
	overflow:hidden
}
.music-lrc-con {
	padding-right:34px;
	padding-left:130px
}
.lrc-box {
	position:relative;
	width:345px
}
.lrc-list {
	height:235px;
	position:relative;
	overflow-y:auto
}
.lrc-list_close {
	position:absolute;
	top:7px;
	right:3px;
	background:#ccc;
	color:#666;
	cursor:pointer;
	padding:0 10px;
	text-align:center;
	border-radius:3px 3px 0 0;
	height:25px;
	line-height:25px
}
.lrc-list ul {
	padding:10px 0;
	min-height:235px;
	height:auto!important
}
.lrc-list li {
	color:#000;
	font-size:16px;
	line-height:28px;
	min-height:5px;
	height:auto!important
}
.lrc-list li span {
	display:none
}
.lrc-list .on {
	color:#0174a1;
	font-weight:700
}
.themesong-con {
	padding:42px 0 0
}
.music-control {
	height:52px;
	line-height:52px;
	position:relative
}
.music-info {
	width:210px;
	text-indent:20px;
	font-size:12px;
	color:#d1d1d1;
	border-right:1px solid #54666a
}
.music-info span {
	color:#39bdac
}
.music-info, .play-pan, .stop {
	float:left
}
.stop {
	width:29px;
	height:28px;
	overflow:hidden
}
.play-pan {
	margin-top:0
}
.play {
	display:block
}
.music-next, .music-prev, .pause, .play {
	overflow:hidden;
	cursor:pointer;
	float:left;
	margin:14px 10px 0 0
}
.music-next, .music-prev {
	display:block
}
.play {
	background:url(mu_play-1b6e328570.png) no-repeat
}
.music-next:hover, .music-prev:hover, .pause:hover, .play:hover {
	opacity:.9
}
.music-prev, .pause, .play {
	width:26px;
	height:26px
}
.pause {
	display:none;
	background:url(mu_pause-8983289e1c.png) no-repeat
}
.music-prev {
	background:url(mu_prev-046a26d383.png) no-repeat
}
.music-next {
	background:url(mu_next-a657428e29.png) no-repeat;
	width:26px;
	height:26px
}
.seek-pan {
	width:370px;
	margin:25px 0 0 8px;
	float:left;
	background:#c4d7dc
}
.play-bar, .seek-bar {
	height:4px;
	overflow:hidden
}
.seek-bar {
	float:left;
	display:block;
	background:#c4d7dc;
	position:relative
}
.play-bar {
	background:#78a4d1;
	position:absolute;
	top:0;
	left:0
}
.play-time {
	color:#7e8b99;
	font-size:14px;
	float:left;
	margin:15px 10px 0;
	line-height:24px
}
.play-time .currtime {
	color:#000
}
.play-val {
	float:left;
	margin-left:44px;
	width:115px;
	position:relative;
	font-size:0;
	line-height:0;
	background:#c4d7dc;
	margin-top:25px;
	z-index:2
}
.play-val-ico {
	width:9px;
	height:13px;
	margin:0 4px 0 0;
	cursor:pointer;
	position:absolute;
	left:-21px;
	top:-7px
}
.play-val-ico-inner {
	background:url(mu_yin-e6ea07e5ea.png) no-repeat;
	width:18px;
	height:18px
}
.unmute {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:block
}
.play-val-pan, .play-val-start {
	float:left;
	font-size:0;
	line-height:0;
	height:4px
}
.play-val-start {
	width:10px;
	background:#7faad6
}
.play-val-pan {
	position:relative;
	width:105px
}
.play-val-str, .point {
	font-size:0;
	line-height:0
}
.play-val-str {
	display:block;
	background:#7faad6;
	position:relative;
	width:1px;
	height:4px
}
.point {
	position:absolute;
	top:-3px;
	right:0;
	background:#5698c1;
	border-radius:50%;
	width:10px;
	height:10px;
	cursor:pointer
}
.music-control-com {
	height:58px;
	line-height:58px;
	background:#232323
}
.music-control-com .play-pan {
	margin:12px 16px 0 44px
}
.music-control-com .pause, .music-control-com .play, .music-control-com .stop {
	width:37px;
	height:37px
}
.music-control-com .play {
	background-position:0 0
}
.music-control-com .pause {
	background-position:0 -37px;
	display:block
}
.music-control-com .stop {
	background-position:0 -74px;
	margin:12px 16px 0 0;
	display:block
}
.music-control-com .play-val {
	margin-right:44px
}
.music-control-com .seek-pan {
	width:492px;
	position:relative
}
.seek-pan-shadow {
	width:100%;
	height:8px;
	position:absolute;
	left:0;
	top:0;
	z-index:2
}
.themesong-listtab {
	overflow:hidden;
	text-align:center;
	width:100%;
	border-top:1px solid #cfe2e7;
	padding:42px 0 40px
}
.themesong-listtab ul li {
	font-size:14px;
	color:#2198bc;
	line-height:28px;
	cursor:pointer;
	display:inline-block;
	margin:0 12px;
	font-weight:700;
	background:url(sub_xtab-b2a6a67a54.png) no-repeat;
	width:108px;
	height:28px
}
.themesong-listtab ul li.on {
	color:#ac880a;
	background:url(sub_xtabh-4ae5c2146c.png) no-repeat;
	width:108px;
	height:28px
}
.themesong-list {
	overflow:hidden;
	margin-bottom:16px
}
.themesong-list .song {
	position:relative;
	display:none
}
.song-table-t {
	width:100%;
	clear:both;
	overflow:hidden;
	height:34px;
	line-height:34px;
	background:#a7c7db;
	background:-webkit-linear-gradient(60deg, #9ebed8, #7aafc4);
	background:-o-linear-gradient(60deg, #9ebed8, #7aafc4);
	background:linear-gradient(30deg, #9ebed8, #7aafc4);
	font-size:14px
}
.song-table-t dd {
	float:left;
	color:#fff
}
.song-table-t dd:nth-child(1) {
margin-left:65px;
width:160px
}
.song-table-t dd:nth-child(2), .theme-list li .list_singer {
width:238px
}
.song-table-t dd:nth-child(3), .theme-list li .list_zji {
width:143px
}
.song-table-t dd:nth-child(4), .theme-list li .list_time {
width:67px
}
.song-table-t dd:nth-child(5), .song-table-t dd:nth-child(6), .song-table-t dd:nth-child(7), .song-table-t dd:nth-child(8) {
width:50px;
text-align:center
}
.song-tit {
	color:#0b88ba;
	font-size:28px;
	font-weight:400;
	line-height:38px;
	margin-bottom:17px
}
.theme-list, .theme-list li, .theme-list ul {
	overflow:hidden
}
.theme-list-box {
	height:395px;
	overflow-y:auto;
	margin-top:6px
}
.theme-list li {
	line-height:34px;
	height:34px;
	color:#000;
	font-size:16px;
	padding-left:13px;
	margin:10px 0
}
.theme-list li:hover {
	background:#b7d2d9
}
.theme-list li strong {
	display:block;
	float:left;
	cursor:pointer;
	font-weight:400;
	width:162px;
	height:34px
}
.music-share a, .theme-list li span {
	display:block;
	float:left;
	overflow:hidden
}
.theme-list li span {
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
	white-space:nowrap;
	height:34px
}
.theme-list li .link-act {
	float:left;
	width:75px;
	height:20px;
	line-height:20px;
	text-align:center;
	color:#18aca5;
	font-size:14px;
	border:1px solid #18aca5;
	margin-left:10px;
	margin-top:16px
}
.theme-list li .link-act:hover {
	background:#18aca5;
	color:#fff
}
.theme-list li .handle {
	float:left
}
.theme-list li .handle a {
	float:left;
	margin:10px 17px 0;
	font-size:0
}
.btn-audition {
	background:url(mu_ting-33b3010c0b.png) no-repeat;
	width:16px;
	height:17px
}
.btn-audition:hover {
	background:url(mu_tingh-f6c0a21da4.png) no-repeat;
	width:16px;
	height:17px
}
.btn-down-music {
	background:url(mu_down2-5af96708fa.png) no-repeat;
	width:16px;
	height:17px
}
.btn-down-music:hover {
	background:url(mu_down2h-e91dd05977.png) no-repeat;
	width:16px;
	height:17px
}
.btn-down-bz {
	background:url(mu_bz-d6b66dd2d6.png) no-repeat;
	width:16px;
	height:17px
}
.btn-down-bz:hover {
	background:url(mu_bzh-5eee60c100.png) no-repeat;
	width:16px;
	height:17px
}
.btn-down-lrc {
	background:url(mu_lrc-6e9c9fde09.png) no-repeat;
	width:16px;
	height:17px
}
.btn-down-lrc:hover {
	background:url(mu_lrch-22887c5d9e.png) no-repeat;
	width:16px;
	height:17px
}
.check {
	float:left;
	cursor:pointer;
	overflow:hidden;
	margin:10px 36px 0 0;
	background:url(mu_select_dot2-3ee7082554.png) no-repeat;
	width:16px;
	height:16px
}
.checked {
	border:0
}
.check-all .check {
	position:absolute;
	left:13px;
	top:54px;
	z-index:2;
	background:url(mu_select_dot3-d6459cd8e5.png) no-repeat;
	width:16px;
	height:16px
}
.check-all .check.checked, .checked {
	background:url(mu_select_dot-4ff1f433f8.png) no-repeat;
	width:16px;
	height:16px
}
.media-item ul, .player_nav ul, .theme-check, .theme-check strong {
	font-size:0
}
.theme-check .btn-playall {
	position:absolute;
	right:0;
	top:10px;
	z-index:2;
	height:34px;
	line-height:34px;
	color:#0e87ac;
	font-size:14px;
	cursor:pointer
}
.theme-check .btn-playall:hover {
	color:#23b0da
}
.theme-check .btn-playall i {
	display:inline-block;
	vertical-align:middle;
	margin-right:5px;
	margin-top:-3px;
	background:url(mu_select_play-5d48ec671f.png) no-repeat;
	width:15px;
	height:15px
}
.theme-check .btn-playall:hover i {
	background:url(mu_select_playh-17be95c1a8.png) no-repeat;
	width:15px;
	height:15px
}
.musicImg_ani {
	animation:rotate 10s linear infinite;
	-webkit-animation:rotate 10s linear infinite;
	-moz-animation:rotate 10s linear infinite
}
.musicImg_pauseani {
	animation-play-state:paused;
	-webkit-animation-play-state:paused
}
.musicImg_startani {
	animation-play-state:running;
	-webkit-animation-play-state:running
}
.music-share {
	zoom:1;
	position:absolute;
	right:33px;
	top:-360px;
	z-index:9
}
.music-share .share-txt {
	float:left;
	font-size:0;
	cursor:pointer;
	background:url(mu_share-2f6351bdd8.png) no-repeat;
	width:16px;
	height:17px
}
.music-share .sharetype {
	overflow:hidden;
	position:absolute;
	top:-38px;
	left:50%;
	margin-left:-68px;
	padding:5px 8px;
	background:#f7fcfc;
	width:120px;
	border-radius:20px;
	display:none
}
.music-share a {
	text-indent:-99em;
	padding:0;
	width:28px;
	height:28px;
	margin:0 1px;
	background:url(share28.png) no-repeat
}
.music-share a:hover {
	opacity:.8;
	filter:alpha(opacity=80);
	cursor:pointer
}
.music-share .quan {
	background-position:-112px 0
}
.music-share .weibo {
	background-position:0 0
}
.music-share .qzone {
	background-position:-28px 0
}
.music-share .weixin {
	background-position:-56px 0
}
.music-share:hover .sharetype, .pictrue_fy p a {
	display:block
}
.game-intro {
	margin-top:7px;
	background:#fafdfe
}
.game-intro .intro-wrap {
	padding:36px 50px 40px;
	overflow:hidden
}
.game-intro .intro-wrap h3 {
	font-size:28px;
	color:#363a4e;
	font-weight:400
}
.game-intro .intro-wrap .txt p {
	text-indent:2em
}
.media-item, .player_nav {
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:42px
}
.media-item ul li, .player_nav li {
	display:inline-block;
	width:152px;
	height:44px;
	position:relative
}
.media-item ul li a, .player_nav a {
	color:#0279a8;
	font-size:22px;
	display:block;
	width:100%;
	height:100%;
	line-height:44px
}
.biaoqing-box .biaoqing-item a i, .media-item ul li i {
	position:absolute;
	right:0;
	width:1px;
	background:rgba(41, 68, 79, .32)
}
.media-item ul li i {
	background:#29444f;
	filter:alpha(opacity=32);
	display:block;
	height:22px;
	top:13px
}
.media-item ul li.on a, .player_nav .active a {
	color:#fcfdf9;
	background:url(sub_tabh-1f646d91bc.png) no-repeat;
	width:152px;
	height:44px
}
.game-introduce {
	overflow:hidden;
	margin-bottom:30px;
	padding-left:40px;
	padding-right:28px
}
.game-introduce-text {
	float:left;
	width:738px;
	margin-left:35px
}
.game-introduce-text p {
	font-size:18px;
	color:#303a3b;
	border-bottom:1px dashed #b9c8d5;
	padding-bottom:7px;
	margin-top:6px;
	font-weight:700
}
.game-introduce-text span {
	font-size:14px;
	color:#394344;
	margin-top:8px;
	display:block;
	text-align:justify
}
.game-introduce-code {
	float:left;
	width:115px;
	height:132px;
	background:url(sub_introbg-0961a8c17b.png) no-repeat 0 0;
	text-align:center;
	font-size:12px;
	color:#2b485f;
	font-weight:700
}
.game-introduce-code img {
	width:93px;
	height:93px;
	margin-top:3px;
	margin-bottom:10px
}
.down-inner .down-inner-tit {
	color:#0174a1;
	font-size:18px;
	font-weight:700;
	margin-top:42px;
	height:32px;
	line-height:32px
}
.down-inner .down-inner-tit.down-m1 {
	margin-top:83px
}
.down-inner .client-text {
	overflow:hidden;
	margin-top:14px;
	background:#b6cdd2;
	filter:alpha(opacity=50);
	background:rgba(182, 205, 210, .5)
}
.down-inner .client-text p {
	line-height:40px;
	color:#272727;
	font-size:16px;
	border-bottom:1px solid #dfeef3
}
.down-inner .client-text p span {
	display:inline-block;
	width:148px;
	text-align:center;
	border-right:1px solid #dfeef3;
	color:#181a1b;
	background:#b5cbd2
}
.down-inner .client-text p a {
	color:#0174a1;
	text-decoration:underline;
	margin-left:10px
}
.down-inner .client-text p b {
	font-weight:400;
	padding-left:40px;
	color:#3b3e3e
}
.down-inner .down-btn-box {
	overflow:hidden;
	margin:30px auto 0;
	background:url(down_bg-e4bb600165.png) no-repeat;
	width:274px;
	height:55px
}
.down-inner .down-btn-box a {
	width:100%;
	height:100%;
	display:block;
	text-align:center;
	line-height:55px;
	font-size:24px;
	color:#fff
}
.down-inner .down-btn-box:hover, .down-inner .down_code .down_a a:hover {
	opacity:.9
}
.down-inner .down-inner-box {
	overflow:hidden;
	margin-top:14px;
	width:889px;
	height:160px;
	background:url(down_codebg-81df09038e.png) no-repeat 0 0
}
.down-inner .down_code {
	float:left;
	text-align:center;
	margin-left:65px
}
.down-inner .down_code p {
	width:120px;
	float:left;
	color:#40494b;
	font-size:14px;
	margin-top:50px;
	letter-spacing:1px
}
.down-inner .down_code p strong {
	display:block;
	font-weight:400;
	color:#181a1b;
	font-size:18px
}
.down-inner .down_code p strong i {
	display:inline-block;
	width:1px;
	height:18px;
	background:#a8afb4;
	vertical-align:middle;
	margin:0 3.5px
}
.down-inner .down_code .down_img {
	text-align:center;
	position:relative;
	font-size:16px;
	float:left;
	width:95px;
	height:94px;
	background:url(down_dnbg-494c98444f.png) no-repeat 0 0;
	margin-top:30px;
	margin-left:15px
}
.down-inner .down_code .down_img .twocode_img {
	width:86px;
	margin:4px auto 0
}
.down-inner .down_code .down_a {
	margin-top:30px;
	overflow:hidden;
	margin-left:13px;
	float:left
}
.down-inner .down_code .down_a a {
	color:#fff;
	font-size:16px;
	line-height:40px;
	text-align:center;
	display:block;
	margin-bottom:12px
}
.down-inner .down_code .down_android {
	background:url(down_android-ecd05f03c3.png) no-repeat;
	width:130px;
	height:40px
}
.down-inner .down_code .down_ios {
	background:url(down_ios-5862ec4019.png) no-repeat;
	width:130px;
	height:40px
}
.down-inner .down-copy {
	display:inline-block;
	margin-left:100px
}
.down-inner .down-copy p {
	color:#3b3e3e;
	font-size:16px;
	margin:30px 0 12px
}
.down-inner .down-copy .copy_box li {
	margin-top:6px;
	height:20px;
	line-height:20px;
	font-size:17px
}
.down-inner .down-copy .copy_box li b {
	display:inline-block;
	font-weight:400;
	color:#181a1b;
	width:65px
}
.down-inner .down-copy .copy_box li a, .down-inner .patch #divBefore a {
	display:inline-block;
	color:#0c89ba;
	text-decoration:underline
}
.down-inner .patch {
	margin-top:20px
}
.down-inner .patch p {
	color:#272727;
	font-size:16px
}
.down-inner .patch span {
	color:#db0f0f;
	font-size:16px;
	display:block;
	margin:14px 0
}
.down-inner .patch #divBefore a {
	margin-right:110px;
	color:#4e35ca
}
.down-inner-peiz {
	margin-top:83px;
	overflow:hidden
}
.down-inner-peiz ul {
	float:left
}
.peiz_ul1 {
	width:500px
}
.down-inner-peiz li {
	height:30px;
	line-height:30px;
	color:#181a1b
}
.down-inner-peiz li.peiz_h {
	color:#0174a1;
	font-size:18px;
	font-weight:700;
	height:32px;
	line-height:32px
}
.show_con {
	position:relative;
	padding-bottom:16px;
	overflow:hidden
}
.show_con.picture_con {
	padding-bottom:11px
}
.picture_search, .search {
	font-size:14px;
	margin-top:44px
}
.picture_search input, .search td input {
	width:137px;
	height:24px;
	line-height:24px;
	background:#fff;
	border:1px solid #88b3b6;
	margin-right:28px;
	margin-left:2px;
	padding-left:5px;
	color:#518598
}
.picture_search select, .search td select {
	width:144px;
	height:26px;
	background:#fff url(show_select_dot-5ec9658765.png) no-repeat 120px 8px;
	border:1px solid #88b3b6;
	margin-right:28px;
	margin-left:1px;
	padding-left:5px;
	color:#518598
}
.picture_search select option {
	height:26px;
	line-height:26px;
	border-color:#518598
}
.upload_p {
	position:absolute;
	right:0;
	top:15px
}
.upload_p.show_upload_p {
	top:44px
}
.vote {
	width:102px;
	height:26px;
	text-align:center;
	line-height:25px;
	border:1px solid #91c4d6;
	float:left;
	margin-right:10px
}
.vote:hover {
	opacity:.9
}
.show_up.show_up2 a, .vote a {
	color:#0e87ac;
	font-size:14px;
	font-weight:700
}
.show_up2 i, .vote i {
	display:block;
	float:left;
	margin:5px 0 0 10px;
	width:16px;
	height:16px
}
.vote i {
	background:url(show_jubao_dot-81b369d56a.png) no-repeat
}
.show_up {
	line-height:32px;
	float:left;
	background:url(show_upload-edb024329d.png) no-repeat;
	width:92px;
	height:32px
}
.show_up:hover {
	background:url(show_upload_h-e5f3d44131.png) no-repeat;
	width:92px;
	height:32px
}
.show_up a {
	width:100%;
	height:100%;
	display:block;
	font-size:15px;
	text-decoration:none;
	color:#fff
}
.show_up.show_up2 {
	width:102px;
	height:26px;
	line-height:25px;
	border:1px solid #91c4d6;
	background:0 0
}
.show_up2 i {
	background:url(show_upload_dot-cae4ff6594.png) no-repeat
}
.p_main {
	margin-top:80px;
	clear:both
}
.p_main td, .p_msg td.gray, .pictrue_fy ul, .show_up a {
	text-align:center
}
.p_msg {
	width:700px;
	margin:20px auto 0;
	clear:both;
	display:block
}
.jub dd, .p_msg table {
	color:#3b3e3e;
	font-size:16px
}
.p_msg table strong, .pictrue_page p b {
	color:#181a1b;
	font-weight:400
}
.p_msg table span {
	padding-left:30px
}
.p_msg td.gray {
	background:#b5cbd2
}
.p_msg td {
	padding:2px 0;
	height:36px;
	line-height:36px;
	border-bottom:1px solid #e0eef4;
	border-right:1px solid #e0eef4;
	background:#b6cdd2;
	filter:alpha(opacity=50);
	background:rgba(182, 205, 210, .5)
}
.pictrue_tp, .show_vote {
	display:block;
	margin:43px auto 0
}
.show_vote {
	font-size:18px;
	color:#fff;
	text-align:center;
	line-height:44px;
	margin:0 auto;
	background:url(show_depoint-d9fcb55d88.png) no-repeat;
	width:212px;
	height:44px
}
.show_vote:hover {
	background:url(show_depoint_h-e0ee5e00cf.png) no-repeat;
	width:212px;
	height:44px
}
.show_vote02 {
	color:#bd950a;
	font-weight:700;
	font-size:18px;
	margin:0 10px
}
.pictrue_tp p {
	height:51px;
	line-height:51px;
	font-size:14px;
	color:#000;
	margin-bottom:4px
}
.pictrue_tp a {
	width:250px;
	display:block;
	margin:0 auto;
	overflow:hidden
}
.pictrue_tp a, .pictrue_tp a:hover {
	text-decoration:none
}
.pictrue_fy {
	clear:both;
	float:left;
	width:100%;
	padding-top:36px;
	border-top:1px solid rgba(59, 76, 111, .2);
	margin-top:39px
}
.pictrue_fy li {
	width:194px;
	display:inline-block;
	margin:0 18px;
	cursor:pointer;
	position:relative
}
.pictrue_fy li img {
	width:194px;
	height:108px
}
.pictrue_fy p, .pictrue_tp p, .show_tp a, .show_tp p span {
	text-align:center
}
.paint_nexts, .paint_prevs {
	position:absolute;
	top:50%;
	margin-top:-17px;
	display:none;
	font-size:0
}
.paint_prevs {
	left:-61px;
	background:url(show_prev-27c4090b76.png) no-repeat;
	width:41px;
	height:34px
}
.paint_nexts {
	right:-61px;
	background:url(show_next-7e4c462b6e.png) no-repeat;
	width:41px;
	height:34px
}
#pic_fym {
	margin:20px 0 30px 350px;
	width:220px
}
.search_tt {
	font-size:24px;
	font-weight:600;
	color:#5f6fbb;
	float:left;
	margin-left:15px
}
#searchbtn {
	display:block;
	border:0;
	cursor:pointer;
	line-height:32px;
	color:#fff;
	padding-left:0;
	margin-left:6px;
	font-size:15px;
	background:url(show_ss-7d8da848ef.png) no-repeat;
	width:92px;
	height:32px
}
#searchbtn:hover {
	background:url(show_ss_h-bdce0c9eb5.png) no-repeat;
	width:92px;
	height:32px
}
.show_list {
	margin-top:22px;
	margin-left:13px
}
.show_list ul {
	width:235px;
	height:283px;
	padding:16px 12px 0;
	background:#fff;
	-webkit-box-shadow:0 0 5px #d8dadb;
	box-shadow:0 0 5px #d8dadb;
	border-radius:3px;
	float:left;
	margin:20px 0 0 23px
}
.show_list ul li {
	line-height:27px;
	position:relative;
	color:#474749;
	font-size:16px
}
.show_pic {
	margin:16px 0;
	height:157px;
	overflow:hidden
}
.show_pic img {
	width:235px;
	display:block
}
.show_tp a {
	float:right;
	font-size:14px;
	color:#fff;
	line-height:30px;
	background:url(show_point-151cf8bea8.png) no-repeat;
	width:80px;
	height:30px
}
.show_tp a:hover {
	background:url(show_point_h-522d832959.png) no-repeat;
	width:80px;
	height:30px
}
.show_tp p {
	float:left;
	color:#575b64;
	font-size:14px
}
.show_tp p span {
	color:#d5b861;
	font-size:18px;
	font-weight:700;
	margin-right:4px
}
.show_list ul li.show_ser {
	color:#36a5b5;
	font-size:14px;
	height:25px;
	line-height:25px
}
#jpcont, .jb_close a {
	width:100%;
	height:100%
}
#jpcont {
	background:#000;
	filter:alpha(opacity=55);
	background:rgba(0, 0, 0, .55);
	position:absolute;
	left:0;
	top:0;
	z-index:999;
	display:none
}
.jbcont_tbg {
	width:627px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-313.5px;
	margin-top:-450px;
	background:url(jb_tbg-c5398b8984.png) no-repeat left top
}
.jbcont_bbg {
	min-height:350px;
	height:auto!important;
	background:url(jb_bbg-58a2fbf02d.png) no-repeat left bottom
}
.jub {
	color:#000;
	padding-top:45px
}
.jub h3, .u_t h3 {
	margin:0 auto 35px;
	font-size:0;
	width:506px;
	height:44px
}
.jub h3 {
	background:url(jb_tt-d0a66655bb.png) no-repeat
}
.jub dd {
	margin-bottom:15px;
	color:#000
}
.jub dd input, .jub dd select {
	border:1px solid #b0c6c8;
	width:415px;
	height:31px;
	padding-left:5px
}
.jub dd select {
	width:422px;
	background:#fff url(jb_select_dot-350d9c30e4.png) no-repeat 390px 12px;
	display:inline-block
}
.jub dd select option {
	color:#518598
}
.jub td, .show_tp p {
	line-height:28px
}
.jbcont_tt {
	width:85px;
	display:block;
	float:left;
	-moz-text-align-last:justify;
	text-align-last:justify;
	margin-left:55px
}
.jb_close {
	position:absolute;
	right:20px;
	top:29px;
	cursor:pointer;
	background:url(jb_close-c41929aca7.png) no-repeat;
	width:26px;
	height:26px
}
.jb_close a {
	display:block
}
.resetbtn, .submitbtn {
	line-height:39px;
	display:block;
	text-align:center;
	color:#fff;
	float:left;
	font-size:18px;
	margin-bottom:50px;
	width:112px;
	height:39px
}
.submitbtn {
	margin-right:30px;
	margin-left:186px;
	background:url(jb_rewrite-25aa1f9aa8.png) no-repeat
}
.resetbtn:hover, .submitbtn:hover {
	color:#fff;
	width:112px;
	height:39px
}
.submitbtn:hover {
	background:url(jb_rewrite_h-a6e7669a31.png) no-repeat
}
.resetbtn {
	background:url(jb_submit-530c8f7c4c.png) no-repeat
}
.resetbtn:hover {
	background:url(jb_submit_h-2114897ff9.png) no-repeat
}
.jbcont_upload {
	height:33px
}
.jbcont_upload label {
	position:relative;
	width:430px;
	float:left
}
.jbcont_upload input[type=file] {
	position:absolute;
	left:0;
	right:0;
	width:0;
	height:0;
	clip:rect(0,0,0,0);
	border:0;
	line-height:0
}
.jbcont_upload span, .show_tp p span {
	display:block;
	float:left
}
.jbcont_upload_text {
	width:298px;
	height:31px;
	line-height:31px;
	padding-left:5px;
	border:1px solid #b0c6c8;
	background:#fff;
	overflow:hidden;
	-ms-text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
	white-space:nowrap
}
.jbcont_upload_btn {
	width:117px;
	height:33px;
	line-height:33px;
	background:-webkit-linear-gradient(330deg, #59b1c1, #489cc8);
	background:-o-linear-gradient(330deg, #59b1c1, #489cc8);
	background:linear-gradient(120deg, #59b1c1, #489cc8);
	color:#fff;
	text-align:center
}
#jpDesc, #jpfDesc {
	width:417px;
	height:120px;
	padding:3px 0 0 3px;
	border:1px solid #b0c6c8;
	resize:none;
	font-size:16px
}
.u_tc, .u_tc_tbg {
	position:absolute
}
.u_tc {
	height:100%;
	background:#000;
	filter:alpha(opacity=55);
	background:rgba(0, 0, 0, .55);
	z-index:999;
	display:none;
	width:100%;
	left:0;
	top:0
}
.u_tc_tbg {
	width:627px;
	left:50%;
	top:50%;
	margin-left:-313.5px;
	margin-top:-450px;
	background:url(jb_tbg-c5398b8984.png) no-repeat left top
}
.u_tc_bbg {
	min-height:330px;
	height:auto!important;
	background:url(jb_bbg-58a2fbf02d.png) no-repeat left bottom
}
.u_t {
	position:relative;
	color:#000;
	padding-top:45px
}
.u_t h3 {
	background:url(pload_tt-a557e27e3f.png) no-repeat
}
.u_txt {
	padding:0 60px 60px;
	font-size:16px
}
.u_tc p {
	line-height:35px
}
.u_tc_red {
	color:#b0460c
}
.u_tc_dot {
	display:inline-block;
	font-size:14px;
	text-align:center;
	line-height:19px;
	margin-right:10px;
	background:url(pload_dot-924cb773a1.png) no-repeat;
	width:19px;
	height:19px
}
.u_close {
	background:url(jb_close-c41929aca7.png) no-repeat;
	width:26px;
	height:26px;
	right:20px;
	top:29px;
	display:block;
	position:absolute
}
.p_msg2 {
	float:none;
	display:block
}
.pictrue_page {
	height:auto;
	margin-top:10px
}
.pictrue_page a {
	text-decoration:none;
	color:#7a7a7a
}
.pictrue_page p {
	height:22px;
	line-height:22px;
	width:194px;
	text-align:left;
	float:right
}
.pictrue_page p b {
	line-height:26px;
	font-size:16px;
	white-space:nowrap;
	overflow:hidden;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis
}
.pictrue_page .paint_tit {
	margin-top:6px;
	margin-bottom:2px
}
.pictrue_page .paint_sev {
	font-size:14px;
	color:#0c89ba
}
.pictrue_page .paint_link {
	display:block;
	float:left
}
.paint_share {
	float:right
}
.paint_share .share-txt, .paint_share .sharetype {
	display:inline-block;
	vertical-align:top
}
.paint_share .share-txt {
	font-size:15px;
	color:#5e646f;
	line-height:22px
}
.paint_share .sharetype {
	overflow:hidden
}
.paint_share .sharetype a {
	float:left;
	width:24px;
	height:24px;
	margin-left:9px;
	cursor:pointer;
	font-size:0
}
.paint_share .sharetype .quan {
	background:url(share24_quan-7b7e64bfd9.png) no-repeat;
	width:24px;
	height:24px
}
.paint_share .sharetype .weibo {
	background:url(share24_wb-8f7f203a5d.png) no-repeat;
	width:24px;
	height:24px
}
.paint_share .sharetype .qzone {
	background:url(share24_qq-bd8d25ccff.png) no-repeat;
	width:24px;
	height:24px
}
.paint_share .sharetype .weixin {
	background:url(share24_wx-514f5ee4c6.png) no-repeat;
	width:24px;
	height:24px
}
.paint_wrap {
	width:600px;
	margin:80px auto 0;
	position:relative;
	text-align:center
}
.picture_p {
	position:absolute;
	right:0;
	top:15px
}
.paint_box {
	width:600px;
	height:400px;
	position:relative
}
.paint_box .hd {
	width:100%;
	height:80px;
	background:-webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(31, 30, 37, .8)));
	background:-webkit-linear-gradient(top, transparent 0%, rgba(31, 30, 37, .8) 100%);
	background:-o-linear-gradient(top, transparent 0%, rgba(31, 30, 37, .8) 100%);
	background:linear-gradient(top, transparent 0%, rgba(31, 30, 37, .8) 100%);
	position:absolute;
	bottom:0;
	left:0;
	z-index:2
}
.paint_box .hd ul {
	overflow:hidden;
	margin-top:40px;
	text-align:center
}
.paint_box .hd ul li {
	display:inline-block;
	width:8px;
	height:8px;
	border-radius:100%;
	margin:0 8px;
	font-size:0;
	cursor:pointer;
	background:#e8e8e8
}
.paint_box .hd ul li.on {
	background:#f9e7af;
	width:27px;
	border-radius:5px
}
.paint_box .bd {
	position:relative;
	height:100%
}
.paint_box .bd li {
	vertical-align:middle
}
.paint_box .bd img, .tag {
	width:600px;
	height:400px;
	display:block
}
#img_1 img {
	background:url(https://image.duoyi.com/img/loading-a7da5b3845.gif) no-repeat center center #fff;
	min-height:300px
}
.tag {
	position:absolute;
	right:0;
	top:0;
	width:40px;
	height:22px;
	line-height:22px;
	font-size:12px;
	color:#fff;
	text-align:center;
	font-style:normal;
	background:rgba(0, 0, 0, .6)
}
.biaoqing-box, .biaoqing-box .biaoqing-item, .biaoqing-box .biaoqing-item a {
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}
.biaoqing-box {
	padding:10px 20px
}
.biaoqing-box .biaoqing-item {
	width:100%;
	overflow:hidden;
	margin-top:42px;
	padding:0 8px;
	font-size:0
}
.biaoqing-box .biaoqing-item a {
	display:inline-block;
	width:138px;
	height:44px;
	position:relative;
	margin-bottom:12px;
	vertical-align:middle;
	text-align:center;
	color:#0279a8;
	font-size:22px;
	line-height:44px
}
.biaoqing-box .biaoqing-item a i {
	display:inline-block;
	top:9px;
	height:26px
}
.biaoqing-box .biaoqing-item a:last-child i, .biaoqing-box .biaoqing-item a:nth-child(6n) i {
display:none
}
.biaoqing-box .biaoqing-item a.active, .biaoqing-box .biaoqing-item a:hover {
	background:url(biaoqing_sub_tabh-1565832f5f.png) no-repeat;
	width:138px;
	height:44px;
	color:#fcfdf9;
	line-height:44px
}
.biaoqing-box .biaoqing-list li {
	display:inline-block;
	margin:0 5px 10px;
	text-align:center
}
.biaoqing-box .biaoqing-list .bq-name {
	font-size:16px
}
.biaoqing-box .biaoqing-list .biaoqing-img img {
	width:128px;
	height:128px;
	border:1px solid #8dc2d3
}
.biaoqing-box .down-box {
	height:52px
}
.biaoqing-box .down-v {
	display:none;
	width:130px;
	height:32px;
	line-height:32px;
	margin-right:18px;
	margin-bottom:20px;
	font-size:16px;
	color:#0e87ac;
	border:1px solid rgba(2, 121, 168, .3);
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}
.biaoqing-box .down-v i {
	display:inline-block;
	float:none;
	margin:0 6px 0 0;
	vertical-align:middle
}
.biaoqing-box .down-v:hover {
	color:#c09500;
	border:1px solid rgba(192, 149, 0, .3)
}
.biaoqing-box .down-v:hover i {
	background:url(biaoqing_down_i_hover-e8cc2f7c79.png) no-repeat;
	width:15px;
	height:14px
}
.biaoqing-box .video-m-bar .prev-v {
	background:url(biaoqing_prev-3ddeb576ef.png) no-repeat;
	width:109px;
	height:28px;
	float:left;
	margin:0;
	font-size:0
}
.biaoqing-box .video-m-bar .prev-v:hover {
	background:url(biaoqing_prev_hover-f58df3a8d9.png) no-repeat;
	width:109px;
	height:28px
}
.biaoqing-box .video-m-bar .next-v {
	background:url(biaoqing_next-ad7a8dda45.png) no-repeat;
	width:109px;
	height:28px;
	float:right;
	margin-right:16px;
	font-size:0
}
.biaoqing-box .video-m-bar .next-v:hover {
	background:url(biaoqing_next_hover-37b9d2cc47.png) no-repeat;
	width:109px;
	height:28px
}
.biaoqing-box #pagination li {
	margin:0 6px
}
.biaoqing-box #pagination .active, .biaoqing-box #pagination li:hover {
	background-color:#3c8fb5
}
.biaoqing-box #pagination li a {
	color:#1d2627;
	border:1px solid #b8cdd4
}
.biaoqing-box #pagination .active a, .biaoqing-box #pagination li:hover a {
	color:#fff
}
.scrollbox::-webkit-scrollbar {
width:6px;
height:6px
}
.scrollbox::-webkit-scrollbar-track {
border-radius:5px;
background-color:#c4d7dc
}
.scrollbox::-webkit-scrollbar-thumb {
border-radius:5px;
background-color:#75b0d4
}
