@CHARSET "UTF-8";

a {
	color:#333;
}
.web-sound-container {
  position: relative;
  width: 100%;
  padding: 0 0 50px;
  color: #333;
}
.web-sound-container #commentCanvas {
    width: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 540px;
    position: absolute;
    transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);
    display: block;
    z-index: 10;
    overflow: hidden;
}

#sm2-container {
  /* loss eqdata */
  /* display: none; */
  /* visibility: hidden; */
}


/*
.web-sound-bg {
  position: static;
  overflow-y: inherit;
}

body {
  background: #f2f2f2 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABNgAAABkAQMAAABuPx8iAAAAA1BMVEX///+nxBvIAAAAJUlEQVR4Xu3AMQEAAADCIPunNsYeWAQAAAAAAAAAAAAAAAAAAOA88AABMGQBNwAAAABJRU5ErkJggg==) repeat-y 50% 0;
  background-size: 1240px 100px;
}
*/

#t {
  min-width: 1240px;
  -webkit-transition: top 0.5s ease;
  -moz-transition: top 0.5s ease;
  -ms-transition: top 0.5s ease;
  -o-transition: top 0.5s ease;
  transition: top 0.5s ease;
}

.web-sound-bg {
  background: #ffffff;
	z-index:0;
	width:100%;
}
.we.web-sound {
  background: #fff;
}
.web-sound-bg .soundinfo-contanier .right-container {
  overflow: inherit;
}

.web-sound-m #prdm {
    width: 206px;
    height: 32px;
    position: absolute;
    right: 125px;
    top: 28px;
}
.web-sound-m #mp {
    padding-right: 200px;
}
.web-sound-m #mpidm {
    top: initial;
    bottom: 34px;
}
/**
 * 右下角菜单
 */
.web-sound-m .menu {
    background-size: 25px 18px;
}
.menu-image {
    width: 25px;
    height: 18px;
    position: absolute;
    top: 0px;
    background-image: url(//static.missevan.com/mimages/201601/07/74738acbefe7f23d720c1ed1e395a641173415.png);
}
.web-sound-m .menu-panel {
    position: absolute;
    bottom: 53px;
    height: 500px;
    background-color: #F7F7F7;
    box-shadow: 0 0 2px #ccc;
    width: 600px;
    left: -526px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.web-sound-m .header {
    height: 41px;
    width: 100%;
    background-color: #F7F7F7;
    background-image: url(//static.missevan.com/mimages/201601/07/7ee52c4c4f70672580f7fcc749e40703182023.png);
}
.web-sound-m .web-sound {
    width: 1240px;
    position: relative;
}
.web-sound {
  position: relative;
  width: 1240px;
  min-height: 400px;
  margin: 0 auto;
  overflow: hidden;
}
/* 垂直居中，无图状态 */
.web-sound-m.noimage .mpb {
  top: -11px;
}
.web-sound-m.noimage .mpc {
  top: 30px;
}

#bjbtn {
    position: fixed;
    width: 120px;
    height: 40px;
    background-color: #cd3333;
    text-align: center;
    color: #fff;
    line-height: 40px;
    bottom: 52px;
    left: 2px;
    border-radius: 5px;
    box-shadow: 0 0 3px #999;
    cursor: pointer;
}
#bjbtn.fullscreen {
  bottom: 72px;
}

/**
 * 播放器相关
 */
.pause-area {
  display: block;
  position: absolute;
  margin: 0 calc(50% - 617px);
  cursor: pointer;
  width: 1234px;
  height: 400px;
  z-index: 11;
}
.web-sound .player {
	position: relative;
	width: 1234px;
	height: 540px;
	transition: height 1s;
  z-index: 8;
  overflow:hidden;
}
.web-sound .player.comic-mode {
  background-color: #f3f3f3;
}
.web-sound .player #player {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}

/*
 * class .show-cover 动作
 */
.web-sound-container.show-cover .web-sound {
  margin-top: 0;
}

.web-sound-container.show-cover #commentCanvas {
  top: 0;
  height: 400px;
}

.web-sound-container.fullscreen #commentCanvas {
  bottom: 20px;
  height: inherit;
}

#commentCanvas.hidden {
  opacity: 0 !important;
}

/* as padding-top: 10px; calc(400px - 10px) */
.web-sound-container.show-cover .player {
  height: 400px;
}

.web-sound-container #c_c {
  top: -410px;
  transition: top 1s, opacity 0.5s;
  z-index:9;
}
.web-sound-container.show-cover #c_c {
  top: 0;
}

.web-sound-container #sound-cover-info-contanier,
.web-sound-container #c_c .wave,
.web-sound-container.show-cover #imageCanvas {
  display: none;
}

.web-sound-container.show-cover #c_c .wave,
.web-sound-container.show-cover #sound-cover-info-contanier,
.web-sound-container #imageCanvas {
  display: block;
}
.web-sound-container.show-cover .player {
	border:none;
}

/* 全屏状态 */
.web-sound-container.fullscreen {
  overflow-y: visible;
  position: absolute;
  top: 0;
  bottom: 70px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0;
}
.web-sound-container.fullscreen #drama-banner,
.web-sound-container.fullscreen .sound-bottom {
  display: none;
}
.web-sound-container.fullscreen .web-sound {
  margin: 0;
  width: 100%;
  height: 100%;
}

/**
 * 封面层
 */
#c_c {
		width: 1240px;
		height: 400px;
		margin: 0 auto;
    position: absolute;
		z-index: 0;
}
/**
 * 封面图
 */
#c_c #cover-img {
    width: 340px;
    height: 340px;
    position: absolute;
    top: 30px;
		right: 22px;
    overflow: hidden;
		border: #fff 1px solid;
		/* top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    box-sizing: border-box;
    border: #fff 5px solid;
    box-shadow: #ccc 0 0 10px; */
		z-index:10;
		background-image: #dddddd;
		background-image: linear-gradient(135deg,#cccccc,#dddddd);
}

#c_c #cover-img img {
    width: 100%;
}

#c_c #cover-img .sound-checking {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
}

#c_c #cover-img .sound-checking .center {
  display: inline-block;
  width: 1em;
  margin-top: 100px;
  font-size: 24px;
  line-height: 1.2em;
}

#c_c #cover-img .sound-checking .bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 14px;
  line-height: 38px;
  white-space: nowrap;
}

/* M 娘加载图 */
#c_c #an-girl-loading {
  position: absolute;
  top: 140px;
  left: 480px;
}

.web-sound-container.onloading #c_c #an-girl-loading {
  display: block;
}

.web-sound-container.onloading #commentCanvas {
  display: none;
}

/**
 * 像素化背景
 */
#c_c #pixelate-cover {
	position: absolute;
	width: 100%;
  height: 100%;
	overflow: hidden;
}

#c_c #pixelate-cover .cover-mask {
	position: absolute;
	width: 100%;
  height: 100%;
	background: rgba(0, 0, 0, 0.2);
}

#c_c #pixelate-cover img {
	width: 100%;
}

/**
 * 封面标题信息
 */
.web-sound-container #sound-cover-info-contanier {
  position: relative;
  width: 1240px;
  margin: 0 auto;
}

.web-sound-container #sound-cover-info {
  position: absolute;
  top: 35px;
  left: 35px;
  z-index: 23;
}

.web-sound-container #sound-cover-info .cover-breadcrumb {
  font-weight: 100;
  font-size: 16px;
  line-height: 1.2;
  padding: 2px 7px 3px;
  color: #eee;
	font-size: 13px;
    text-shadow: 1px 1px 1px rgba(0,0,0,.5);
}

.web-sound-container #sound-cover-info .cover-breadcrumb a {
  color: #eee;
  padding: 2px 4px;

}

.web-sound-container #sound-cover-info .cover-breadcrumb a:hover {
  color: #fff;
}

.web-sound-container #sound-cover-info .cover-title {
	max-width: 645px;
	font-weight: 100;
	font-size: 24px;
	line-height: 37px;
	padding: 4px 7px;
	color: #fff;
	text-shadow: 1px 1px 4px rgba(0,0,0,.99);
}

/**
 * 波形
 */
#c_c .wave {
    position: absolute;
    width: 100%;
    height: 39%;
    /* top: -160px; */
    bottom: 0;
    left: 0;
    right: 0;
    /* margin: auto; */
    z-index: 99;
    overflow: hidden;
}

#c_c {
	overflow: hidden;
}

#c_c .wave.bottom {
  top: initial;
  /* bottom: -162px; */
}

#c_c .wave .left {
    width: 360px;
    height: 320px;
    position: relative;
    float: left;
	margin-top: 3px;
	margin-left:30px;
}
#c_c .wave .right {
    width: 360px;
    height: 320px;
    position: relative;
    float: right;
	margin-top: 3px;
    margin-right:25px;
}

/**
 * 左声道
 */
#c_c .wave .left .scale {
    position: relative;
    width: 10px;
    height: 320px;
    float: left;
    margin: auto 3px;
}

/**
 * 右声道
 */
#c_c .wave .right .scale {
    position: relative;
    width: 10px;
    height: 320px;
    float: right;
    margin: auto 3px;
}
.web-sound .player #imageCanvas {
    width: 100%;
    height: 100%;
    position: absolute;
}
.web-sound .player #imageCanvas img {
    margin: auto;
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.web-sound .player #video-container {
    display: none;
    height: 100%;
}
.web-sound .player #video-container video {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.web-sound .player.video-mode #imageCanvas {
    display: none;
}
.web-sound .player.video-mode #video-container {
    display: block;
}

/**
 * 变化条
 */
.inner {
    width: 100%;
    height: 2px;
    /* top: 0; */
    bottom: 162px;
    /* margin: auto; */
    position: absolute;
	transition:0.1s;
    background: repeating-linear-gradient(180deg, rgb(255, 255, 255, 0.5) 0, rgb(255, 255, 255, 0.5) 3px, transparent 3px, transparent 5px);
}

/**
 * 播放器下面
 */
.sound-bottom {
  padding: 10px 0px;
  z-index: 11;
}

.sound-bottom.top {
  box-sizing: content-box;
  padding: 20px 0;
  height: 88px;
  text-align: left;
  border: none;
}
/**
 * 功能按钮条
 */
.left-container .function-btns {
    width: 860px;
	margin-top:5px;
	height: 50px;
}
.function-btns #prdm {
  right: 150px;
  bottom: 1px;
}

#sound-share-bottom,#mpcr-container,#tsbtn-container{
	border:none;
}
#sound-share-bottom .btn-container > span {
  width: 50px;
  height: 50px;
  display: block;
  float: left;
  background-repeat: no-repeat;
  background-position-x: -5px;
  background-position-y: -19px;
}
@keyframes sound-share-btn-hover {
  6%   { background-position-x: -5px; }
  13%  { background-position-x: -65px; }
  20%  { background-position-x: -125px; }
  27%  { background-position-x: -185px; }
  33%  { background-position-x: -245px; }
  40%  { background-position-x: -305px; }
  46%  { background-position-x: -365px; }
  53%  { background-position-x: -425px; }
  60%  { background-position-x: -485px; }
  66%  { background-position-x: -545px; }
  73%  { background-position-x: -605px; }
  80%  { background-position-x: -665px; }
  86%  { background-position-x: -725px; }
  93%  { background-position-x: -785px; }
  100%  { background-position-x: -845px; }
}
@keyframes sound-share-btn-active {
  3%   { background-position-x: -5px; }
  6%   { background-position-x: -65px; }
  10%  { background-position-x: -125px; }
  13%  { background-position-x: -185px; }
  16%  { background-position-x: -245px; }
  20%  { background-position-x: -305px; }
  23%  { background-position-x: -365px; }
  26%  { background-position-x: -425px; }
  30%  { background-position-x: -485px; }
  33%  { background-position-x: -545px; }
  36%  { background-position-x: -605px; }
  40%  { background-position-x: -665px; }
  43%  { background-position-x: -725px; }
  46%  { background-position-x: -785px; }
  50%  { background-position-x: -845px; }
  53%  { background-position-x: -905px; }
  56%  { background-position-x: -965px; }
  60%  { background-position-x: -1025px; }
  63%  { background-position-x: -1085px; }
  66%  { background-position-x: -1145px; }
  70%  { background-position-x: -1205px; }
  73%  { background-position-x: -1265px; }
  76%  { background-position-x: -1325px; }
  80%  { background-position-x: -1385px; }
  83%  { background-position-x: -1445px; }
  86%  { background-position-x: -1505px; }
  90%  { background-position-x: -1565px; }
  93%  { background-position-x: -1625px; }
  96%  { background-position-x: -1685px; }
  100% { background-position-x: -1745px; }
}
@keyframes sound-share-btn-unactive {
  3%   { background-position-x: -1745px; }
  6%   { background-position-x: -1685px; }
  10%  { background-position-x: -1625px; }
  13%  { background-position-x: -1565px; }
  16%  { background-position-x: -1505px; }
  20%  { background-position-x: -1445px; }
  23%  { background-position-x: -1385px; }
  26%  { background-position-x: -1325px; }
  30%  { background-position-x: -1265px; }
  33%  { background-position-x: -1205px; }
  36%  { background-position-x: -1145px; }
  40%  { background-position-x: -1085px; }
  43%  { background-position-x: -1025px; }
  46%  { background-position-x: -965px; }
  50%  { background-position-x: -905px; }
  53%  { background-position-x: -845px; }
  56%  { background-position-x: -785px; }
  60%  { background-position-x: -725px; }
  63%  { background-position-x: -665px; }
  66%  { background-position-x: -605px; }
  70%  { background-position-x: -545px; }
  73%  { background-position-x: -485px; }
  76%  { background-position-x: -425px; }
  80%  { background-position-x: -365px; }
  83%  { background-position-x: -305px; }
  86%  { background-position-x: -245px; }
  90%  { background-position-x: -185px; }
  93%  { background-position-x: -125px; }
  96%  { background-position-x: -65px; }
  100% { background-position-x: -5px; }
}
.sharemodel {
  background-image: url('//static.maoercdn.com/system/player/fx_h.png');
}
.scbtn-modal {
  background-image: url('//static.maoercdn.com/system/player/sc_c.png');
}
.download-btn {
  background-image: url('//static.maoercdn.com/system/player/xz_h.png');
}
.dz-btn {
  background-image: url('//static.maoercdn.com/system/player/dz_c.png');
}
#dzbtn-container.active .dz-btn,
#sound-mpcr-container.active .scbtn-modal {
  background-position-x: -1505px;
}
.feedme-btn {
  background-image: url('//static.maoercdn.com/system/player/ts_h.png');
}
.mobile-btn {
  background-image: url('//static.maoercdn.com/system/player/sj_h.png');
}

#sharemodal, #scbtn-modal, #dz-btn,#feedme-btn {
    margin-left: 10px;
    padding: 0;
    background: none;
}
#mobile-container:hover .mobile-btn,
#download-container:hover .download-btn,
#sound-share-container:hover .sharemodel,
#tsbtn-container:hover .feedme-btn {
	animation: sound-share-btn-hover 1.25s infinite step-start;
}
#dzbtn-container:hover .dz-btn,
#sound-mpcr-container:hover .scbtn-modal {
  animation: sound-share-btn-active 2.5s infinite step-start;
}
#dzbtn-container.active:hover .dz-btn,
#sound-mpcr-container.active:hover .scbtn-modal {
  animation: none;
}
#tsbtn-container:hover #feedme-btn {
	color:#cd3333 !important;
}
.btn-container{
	color:#333;
}
#sound-share-bottom a{
	color:#000;
	font-size: 15px;
}
#sound-share-bottom .download-confirm-container {
  display: block;
  position: absolute;
  height: 50px;
  line-height: 30px;
  width: 400px;
  font-size: 14px;
  top: 0;
  left: 380px;
  background-color: #3D3D3D;
  color: white;
  border-radius: 4px;
  padding: 10px 20px;
  box-sizing: border-box;
  z-index: 99;
}
#sound-share-bottom .download-confirm-container .download-container-close {
  margin: 0;
  float: right;
  line-height: 30px;
  color: white;
}
#sound-share-bottom .download-confirm-container a {
  display: inline-block;
  float: none;
  line-height: 30px;
  font-size: 14px;
  margin: 0;
  color: #C14A3F;
}
/**
 * 音频信息
 */
.soundinfo-contanier {
    position: relative;
    width: 1240px;
    margin: auto;
    display: table;
}

.right-container.soundinfo-contanier {
  margin-top: 0;
}
.soundinfo-contanier .left-container {
    padding-right: 15px;
    float: left;
    display: table-cell;
    width: 840px;
}

.top .soundinfo-contanier .left-container {
    height: 88px;
    border-bottom: none;
    width: 860px;
}

/* 分P tracklist */
.soundinfo-contanier .sound-tracklist {

}

.soundinfo-contanier .sound-tracklist a.current, .soundinfo-contanier .sound-tracklist a:hover {
    border: #cd3333 1px solid;
    color: #fff;
    background-color: #cd3333;
}
.soundinfo-contanier .sound-tracklist a {
    display: inline-block;
    padding: 0 20px;
    border: 1px solid #ccc;
    margin: 0 10px 0 0;
    font-size: 14px;
    line-height: 25px;
    border-radius: 5px;
    background-color: #fff;
}

/* 播放列表 playlist */
.soundinfo-contanier .sound-playlist {
	position:relative;
  margin-bottom: 50px;
}

.soundinfo-contanier .sound-playlist .dmcnum {

}
.soundinfo-contanier .sound-playlist .dmcnum.active {
  background-color: #fff;
  border-bottom: none;comic
}

.soundinfo-contanier .sound-playlist ul.dm-navbar {
  float: inherit;
  margin: 0;
  height: 30px;
}

.soundinfo-contanier .sound-playlist ul.dm-content li {
  color: #333;
  box-sizing: border-box;
	position:static;
}
.sound-playlist #comm-li .pagination.main-site.small .page {
  display: inline-block;
}

.soundinfo-contanier .sound-playlist ul.dm-navbar li {
    font-size: 18px;
    text-align: left;
    color: #333;
    border: none;
    float: left;
    padding: 0 0 6px 0;
    margin-right: 16px;
    min-width: 110px;
    width: auto;
    border-radius: 0;
}
.soundinfo-contanier .sound-playlist ul.dm-navbar li:hover{
	color: #cd3333;
}
.soundinfo-contanier .sound-playlist ul.dm-navbar li.active {
    color: #cd3333;
}

/**
 * 标题栏
 */

.soundinfo .miao-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
}
.soundinfo .title-container {
  position: relative;
  padding: 0;
  margin: 0;
  min-height: 48px;
  border-bottom: 2px solid #CCC;
}

.soundinfo .title-container {
	word-break: break-all;
  position: relative;
  padding: 0;
  margin: 0;
  min-height: 24px;
  border-bottom: 2px solid #CCC;
}
.soundinfo {
    height: 88px;
}
.web-sound-info .soundinfo .title-container {
  position: relative;
  padding: 5px 0 0 48px;
  margin: 0;
  min-height: 48px;
  border-bottom: 2px solid #CCC;
}
.web-sound-info .soundinfo-contanier .soundinfo .title-container .title {
    position: relative;
    height: 48px;
    width: 300px;
    font-size: 16px;
    line-height: 24px;
}
.web-sound-info .soundinfo-contanier .soundinfo .title-container .title span {
	bottom: 0px;
    position: absolute;
    vertical-align: middle;
}
/**
 * 数据条
 */
.left-container #i_soundnumright {
  margin: 10px 0 0;
}
/*
 * 评论区
 */
.soundinfo-contanier .sound-comment .i_commentleft {
  position: absolute;
  float: inherit;
}

.soundinfo-contanier .sound-comment .i_commentright {
  float: inherit;
  padding-left: 70px;
  margin-left: 0;
}

.soundinfo-contanier .left-container .sound-comment .i_commentright {
  width: 658px;
}

/* 新播放页中播放列表下的评论框 */
.left-container .sound-playlist .sound-comment .i_commentright {
  width: 770px;
}
.sound-playlist .recommend-comments {
  margin-top: 25px;
}
.sound-playlist .recommend-comments .i_commentright,
.sound-playlist .sound-comment .allcomments-content .i_commentright,
.left-container .sound-playlist .i_commentsecond {
    border-bottom: 1px solid #f2f2f2;
    width: 770px;
    margin-left: 80px;
    padding: 0 0 20px;
}
.left-container .sound-playlist .i_commentsecond {
	border-bottom: none;
	margin-left: 0px;
	padding: 0px;
}

.i_commenttextarea.i_commentsecondtextarea {
    width: 355px !important;
}
.left-container .sound-playlist .i_commentsecondright {
  width: 355px !important;
}

/* 新播放页中右侧栏的评论框（弃用） */
.right-container .sound-comment .i_commentright {
  width: 208px;
}

.sound-comment .i_commentup {
  width: auto;
}

.i_commentpageright .i_pagebox .i_page:first-child {
  margin-right: 0;
}

.amblum #i_commenttop {
  font-weight: normal;
  font-size: 18px;
  margin-top: 15px;
  border-bottom: none;
}

.amblum .i_commentlist {
  margin: 0;
}

.amblum .i_commenttime {
  float: inherit;
}

.amblum .i_commentup, .amblum .i_commentaddreply {
  float: right;
}

.amblum .i_commentlist .i_commentright {
  width: 265px;
  margin: 0 0 0 15px;
  position: relative;
  padding: 14px 0 12px;
  border-bottom: 1px solid #e0e0e0;
}

.amblum .i_commentsecond {
  width: auto;
  margin: 0;
  padding: 0;
}

.amblum .i_commentsecond .i_commentsecondright,
.amblum .i_commentsecond .i_commenttxtcontainer {
  width: 230px;
}

.amblum .i_commentsecond .i_commentsecondright {
  margin: 2px 0 2px 10px;
}

.amblum .i_commentsecond .i_commenticon {
  margin: 2px 0 0;
}

.amblum .i_commentsecond .i_commenttextarea.i_commentsecondtextarea {
  width: 230px !important;
}

.amblum .i_commentright .i_commentreply {
  margin: 2px 0 5px;
}

.amblum .i_commentlist .i_commentleft {
  position: relative;
  float: left;
  width: 38px;
}

.amblum .i_commentlist .i_commentleft .i_commenticon {
  width: 38px;
  height: 38px;
  margin-top: 16px;
}

.amblum .i_commentlist .i_commentleft .i_commenticon img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
}

.amblum #i_commentaddreply .i_commentleft {
  display: none;
}

.amblum #i_commentaddreply .i_commentright {
  margin: 0;
  width: 100%;
}

.soundinfo-contanier .sound-intro .intro {
  margin-top: 12px;
  padding: 20px 0 0 0;
  overflow: hidden;
  border-top: 1px solid #f2f2f2;
  color: #979797;
  font-size: 12px;
  line-height: 22px;
  word-break: break-all;
}

.soundinfo-contanier .sound-intro #i_intro_showmore,
.soundinfo-contanier .sound-intro #i_intro_showless {
    color: #666;
    font-size: 12px;
    float: right;
    cursor: pointer;
	margin-top:5px;
}

#i_comment {
    width: 100%;
    margin-left: 0px;
    padding: 0px;
    height: inherit;
    overflow: inherit;
}

#i_commentaddreply {
    height: 100px;
}

.i_commenticon {
    width: 50px;
    height: 50px;
}
.i_commenticon img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.i_commentright {
    float: left;
    width: 545px;
    margin-left: 10px;
}

.i_commenttxtcontainer {
    float: left;
    width: 100%;
    height: 70px;
}

.i_commenttextarea {
    height: 70px;
    padding: 5px;
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 4px;
    color: #979797;
    border: 1px solid #e3e3e3;
}
.i_commenttxtoption {
    width: 100%;
    height: 30px;
    margin: 10px 0 0 0px;
}
.i_commentbtn {
    float: right;
    margin: 0;
    background: none;
    background-color: #cd3333;
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
    padding: 0 20px;
}
.i_commentmniang{
	display:none;
}
.i_commentmniang,.i_commentyan {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #444;
    margin: 2px 0 0;
    border: 1px solid #ddd;
    background-color: #fff;
    background-image: -webkit-linear-gradient(bottom,#f8f8f8,#fff);
    background-image: -moz-linear-gradient(bottom,#f8f8f8,#fff);
    background-image: -o-linear-gradient(bottom,#f8f8f8,#fff);
    background-image: linear-gradient(to top,#f8f8f8,#fff);
    cursor: pointer;
    border-radius: 4px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.comment-title, #i_commenttop {
    margin: 30px 0 0 0;
    border-bottom: 1px solid #f2f2f2;
    height: 30px;
    line-height: 25px;
    width: 100%;
    font-size: 16px;
    font-weight: normal;
}
.i_commentlist {
    margin: 15px 0 0;
}

.i_commentlist .i_commentright {
    width: 570px;
}


/**
 * 评论
 */
.i_commentuser {
    margin: 0px;
    height: 20px;
    line-height: 20px;
	font-weight: bold;
}

.i_commentuser span {
    margin-right: 5px;
}

.i_commentreply {
    margin: 5px 0;
}

.i_commentpage.first {
    display: none;
}

/**
 * 子评论
 */
.i_commentsecond {
    width: 650px;
    border-radius: 0;
    background-color: transparent;
    border: none;
    margin: 0 0 10px;
    padding: 10px;
    box-sizing: border-box;
}

.i_commentsecond .i_commentsecondright {
    float: left;
    width: 485px;
    margin: 10px 0 0px 10px;
    line-height: 20px;
    font-size: 14px;
}

.i_commentsecond .i_commenticon {
	width: 25px;
    height: 25px;
}

.i_commentsecond .i_commenticon img {
    width: 25px;
    height: 25px;
}
.i_commentsecond .i_commentsecondright>a {
    font-size: 12px;
    color:  #999;
}
.i_commentsecond .i_commenttxtcontainer {
	height:50px;
	width: 355px;
}

.i_commentsecond .i_commenttextarea {
	height:50px;
}

.i_commentyanlist {
    border-radius: 0px;
    top: 35px;
    left: 0px;
}
.i_commentarrow1,.i_commentarrow2 {
    display: none;
}

.i_commentsecond .i_commentsecondright {
    float: left;
    width: 568px;
    margin: 10px 0 10px 10px;
    line-height: 20px;
    font-size: 14px;
}


.soundinfo-contanier .sound-user {
  min-height: 105px;
}

.soundinfo-contanier .left-container .sound-user {
  position: absolute;
}

.soundinfo-contanier .sound-user .left {
    float: left;
    width: 120px;
    height: 105px;
    overflow: hidden;
}

.web-sound-info .soundinfo-contanier .sound-user .avatar{
	 height: 120px;
    width: 80px;
    float:left;
}
.web-sound-info .soundinfo-contanier .sound-user .avatar img  {
    height: 80px;
    width: 80px;
}
.soundinfo-contanier .sound-user .avatar {
  height: 94px;
  width: 94px;
  border-radius: 50%;
  float: left;
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.soundinfo-contanier .sound-user .user-info {
  float: left;
  margin-left: 10px;
  width: 200px;
  position: relative;
}
.right-container.soundinfo-contanier .sound-user {
  padding-bottom: 10px;
  background-color: #f2f2f2;
  border-radius: 6px;
  overflow: hidden;
  text-align: center;
  height: 240px;
}
.right-container.soundinfo-contanier .sound-user .intro {
  height: 39px;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* new player */
.soundinfo-contanier .left-container .sound-user .attention {
  display: none;
}
.soundinfo-contanier .sound-user .right {
    width: 210px;
    float: left;
    margin: 0 0 0 10px;
    height:105px;
}

.soundinfo-contanier .soundblock .user-info .name {
  color: #333;
  font-size: 16px;
  cursor: pointer;
  margin: 0;
  height: inherit;
  float: left;
  font-weight: bold;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 6px;
  height: 20px;
  line-height: 20px;
}
.soundinfo-contanier .soundblock .user-info .name.vip {
  color: #d89223;
}
.soundinfo-contanier .soundblock .user-info .name:hover {
  color: #C14A3F;
}
.soundinfo-contanier .soundblock .user-info .name.vip:hover {
  color: #eb9c1e;
}
.soundinfo-contanier .sound-user .title a {
    color: #333;
}
.soundinfo-contanier .sound-user .intro,
.soundinfo-contanier .sound-user .intro > div {
  display: block;
  word-break: break-all;
  width: 100%;
  color: #979797;
  font-size: 12px;
  line-height: 22px;
  height: 46px;
  overflow: hidden;
  position: relative;
}
.soundinfo-contanier .sound-user .intro .btn-more {
  display: block;
  position: absolute;
  right: 0;
  top: 21px;
  background-color: white;
  margin: 0;
  width: 44px;
  height: 24px;
  line-height: 24px;
  color: #3D3D3D;
  font-size: 12px;
}
.soundinfo-contanier .sound-user .intro .btn-more:hover {
  color: #cd3333;
}
.soundinfo-contanier .sound-user .btn-row {
  width: 100%;
  float: left;
}
.soundinfo-contanier .sound-user .user-data {
  margin: 10px 0;
  font-size: 12px;
  color: #888;
  width: 100%;
  line-height: 12px;
  float: left;
}
/**
 * 右侧栏
 */
.soundinfo-contanier .right-container {
    position: relative;
    width: 340px;
    overflow: hidden;
    float: right;
    display:table-cell;
}

/**
 * 区块
 */
.soundinfo-contanier .soundblock {
    margin-top: 30px;
    margin-bottom: 30px;
}

.playlist-sound:last-of-type {
    margin-bottom: 30px;
}

.soundinfo-contanier .soundblock .title {
    height: 20px;
    line-height: 20px;
    font-size: 18px;
}

.soundinfo-contanier .soundblock .content {
    margin: 10px 0 30px;
    position: relative;
}
.soundinfo-contanier .sound-comment.soundblock .content {
    margin-top: 10px;
}
.sound-relate .part {
    font-size: 12px;
    padding: 2px 10px;
    margin: 0px 20px 0px 0px;
    border: 1px solid #ccc;
    line-height: 22px;
    cursor: pointer;
}
.sound-relate {
    width: 100%;
}

/**
 * 编辑器
 */

.web-sound-m .edition-panel {
    width: 190px;
    height: 216px;
    bottom: 78px;
    position: absolute;
    left: -95px;
    background-color: rgb(247, 247, 247);
    border-radius: 3px;
    border: 1px solid #ccc;
}
.web-sound-m .current {
    width: 180px;
    left: 5px;
    height: 210px;
    position: absolute;
    top: 5px;
}
.web-sound-m .current .soundimage-delete > img {
    width: 180px;
    height: 180px;
}

.web-sound-m .prev {
    position: absolute;
    left: -72px;
    width: 66px;
    height: 30px;
    bottom: 0px;
    background-color: #f8f8f8;
    font-size: 12px;
    text-align: center;
    line-height: 30px;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #CCC;
}
.web-sound-m .next {
    position: absolute;
    right: -72px;
    width: 66px;
    height: 30px;
    bottom: 0px;
    background-color: #f8f8f8;
    font-size: 12px;
    text-align: center;
    line-height: 30px;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #CCC;
}

/** 播放列表 **/
.playlist-sound-list .playlist-sound.pld-sound-active {
  background: none;
}
.playlist-sound {
  box-sizing: content-box;
  position: relative;
  width: 590px;
  padding: 0 35px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
}
.playlist-sound:last-of-type {
  margin-bottom: 20px;
}
.playlist-sound-box {
  position: relative;
  box-sizing: border-box;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
}
.playlist-sound-box .playlist-sound-additional .func {
  display: none;
}
.playlist-sound-box .playlist-sound-additional .play-count {
  display: inline-block;
}
.playlist-sound-box:hover .playlist-sound-additional .play-count {
  display: none;
}
.playlist-sound-box:hover .playlist-sound-additional .func {
  display: block;
}

.playlist-sound-image {
  float: left;
  position: relative;
  box-sizing: border-box;
  padding: 5px 10px 5px 0;
  width: 30px;
  height: 30px;
}

.playlist-sound-image img {
  width: 20px;
  height: 20px;
}

.playlist-sound-title {
  color: #fff;
  height: 30px;
  width: 500px;
  display: inline-block;
  position: relative;
}
.playlist-sound-title .title {
  width: 360px;
  margin-right: 20px;
}
.playlist-sound-title .playlist-sound-username {
  width: 120px;
  color: #bdbdbd;
}
a.playlist-sound-username,
.playlist-sound-title a.title {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.playlist-sound-box:hover .playlist-sound-username {
  -webkit-mask: -webkit-gradient(linear, 30% 30%, 90% 90%, from(#bdbdbd), to(rgba(0,0,0,0.01)));
  width: 80px;
  text-overflow: clip;
}
a.playlist-sound-username, .playlist-sound-list .spliter {
    color: #999;
}
a.playlist-sound-username:hover {
    color: #cd3333;
}
.playlist-sound-additional {
  float: right;
  position: relative;
  width: 57px;
  display: block;
  height: 30px;
}

#playlist-container .play-count {
  box-sizing: border-box;
  text-align: right;
  color: #bdbdbd;
  font-size: 14px;
  width: 57px;
}
#playlist-container .func {
  box-sizing: border-box;
  position: absolute;
  right: 0;
  width: 96px;
}
.playlist-sound-list {
  list-style: none;
  margin: 0;
}
#playlist-container .playlist-sound:hover {
	background-color:#333;
}
#playlist-container .content {
  height: 485px;
  width: 660px;
  margin: 0 auto;
  box-sizing: border-box;
}

/* 图片列表 */
.sound-playlist #picc {
  position: inherit;
  margin: 0;
}
.sound-playlist #picc .picl {
  width: 130px;
  height: 130px;
  margin: 0 16px 16px 0;
	border-bottom:none;
	border: 3px solid #777;
    border-radius: 5px;
    padding: 4px;
  box-sizing: content-box;
}
.sound-playlist #picc .picl img,
.sound-playlist #picc .pici {
  width: 130px;
  height: 130px;
}
.sound-playlist #picc .pics {
  width: 110px;
	display:none;
}
.picl:hover .pics {
  height: 130px;
}
.sound-playlist #picc .picl:hover .pics {
  height: 120px;
}

.sound-playlist #comm-btn .nav-comment-count.notice:before {
	content:" (";
}
.sound-playlist #comm-btn .nav-comment-count.notice:after {
	content:")";
}
.sound-playlist #comm-li .sound-comment {
  margin-top: 0;
}

/**音频信息页面CSS**/
.web-sound-info .soundtop {
    position: relative;
    background: #fff;
    height: 290px;
    box-shadow: 0 0 2px #aaa;
    padding: 20px;
    box-sizing: border-box;
    border: 0;
}

.right-container .soundtop {
  overflow: hidden;
}

.soundtop .left-container {
  width: 760px;
  padding-left: 270px;
}

.soundtop .right-container {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 120px;
}

.soundtop .right-container {
  position: absolute;
  top: 20px;
  right: 20px;
}

.web-sound-info .cover-image {
    box-shadow: 0 0 1px #999;
    margin-right: 20px;
    float: left;
}
.web-sound-info .cover-image,.web-sound-info  .cover-image img {
    border-radius: 6px;
    width: 250px;
    height: 250px;
}

.web-sound-info .soundinfo-contanier .soundinfo .title-container {
	margin-top:0px;
}


.web-sound-info #sound_tag {
  position: absolute;
  bottom: 76px;
    margin-top: 20px;
    font-size: 14px;
}
#sound_tag {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    border-top: 1px solid #f2f2f2;
    padding: 20px 0;
}
#sound_tag a {
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 10px;
    padding: 0 10px;
    border: 1px solid #ccc;
    height: 18px;
    border-radius: 10px;
    color: #888;
    font-size: 12px;
    line-height: 18px;
}
#sound_tag a:hover {
  border-color: #C14A3F;
  color: #C14A3F;
}
.web-sound-info #sound-share-bottom {
    width: 640px;
    height: 43px;
    margin: 0px auto auto 0px;
    border: 1px solid #bdbdbd;
    border-radius: 8px;
    background-color: #fff;
    border: 0px;
}
.web-sound-info .function-btns {
    bottom: 0;
    position: absolute;
    width: 640px;
    height: 36px;
    margin: 0 0 20px 0;
}

.left-container .function-btns #sound-share-bottom {
    width: auto;
}
.web-sound-info #sound-share-bottom a#play-btn {
    background: none;
    background-color: #cd3333;
    display: block;
    padding: 0 30px;
    color: #fff;
    border-radius: 36px;
    float: right;
}
.web-sound-info #share-container,.web-sound-info #mpcr-container {
    height: 36px;
    width: 90px;
    position: relative;
    float: left;
    background-color: #f7f7f7;
    border-radius: 18px;
    box-shadow: 0 0 2px #ccc;
    margin: 0px;
    overflow: hidden;
    margin-right: 10px;
    border: 0px;
}

.web-sound-info #sound-share-bottom a {
    cursor: pointer;
    height: 36px;
    padding: 0px 0px 0px 40px;
    display: block;
    float: left;
    margin: 0px 0px 0px 8px;
}

.web-sound-info #sound-share-bottom a#play-btn {
    background: none;
    background-color: #cd3333;
    display: block;
}

.web-sound-info #sound-share-bottom #share-container:hover a {
  color: #cd3333;
}

.function-btns #sound-share-bottom {
  position: relative;
  width: 1018px;
  border-radius: 0;
}

/* scss-lint:disable ImportantRule */
.function-btns .btn-container {
  float: left;
  width: 138px !important;
  height: 43px;
  border-radius: 0 !important;
  cursor: pointer;
}
/* scss-lint:enable ImportantRule */

.function-btns .btn-container:hover a {
	color:#cd3333 !important;
}
.function-btns .count {
    width: 44px;
    float: right;
    margin: 0 0 0 5px;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
}

.function-btns #dzbtn-container a {
	background:none;
	background-position: 0 0;
}

.function-btns #dzbtn-container.mpczg a {

	background-position: 0 -36px;
}

.function-btns #tsbtn-container {
    margin-right: 20px;
    cursor: pointer;
}

.function-btns #mobile-container > #mobile-content {
	display: none;
	margin: -160px 0 0 -10px;
    border: none;
}
.function-btns #mobile-container > #mobile-content img{
	z-index: 99;
	position:relative;
	border:4px solid #000;
	border-radius:5px;
	padding:4px;
	background: #fff;
}
.function-btns #mobile-container:hover > #mobile-content {
	display: block;
}

#share-modal .left {
    width: 350px;
    height: 100%;
    border-right: 1px solid #e5e5e5;
    float: left;
    box-sizing: border-box;
}

#share-modal .right {
    float: right;
    height: 100%;
    width: 210px;
    margin: 0;
}
#share-modal #shareother {
    width: 100%;
    height: 48px;
}
#share-modal #shareother a {
    width: 36px;
    height: 36px;
    margin-right: 35px;
    padding: 0px;
}
#share-modal #iframe {
    position: relative;
    color: #333;
    float: left;
    width: 100%;
    font-size:14px;
    line-height:25px;
}
#share-modal .iframe-content {
    border: 1px solid #e5e5e5;
    width: 330px;
}

#share-modal #qrcode {
    width: 140px;
    height: 140px;
    margin-left: 40px;
    overflow: hidden;
}

/* 评论列表 */
.i_commentcontent{
	margin-top:7px;
	color:#000;
}
.i_commentup:hover,.i_commentup {
	background:none;
	padding:0;
}
.i_commenttime,.i_commentup,.i_commentaddreply{
	float:left;
}
.i_commentup,.i_commentaddreply{
	margin-left:15px;
}
.i_commentaddreply{
	width:auto;
}
.i_commentsecondreply{
	margin:5px 0;
}
.i_commentname{
	font-weight: bold;
}
.i_commentmore{
	margin-top:0px;
}
.i_commentgetmore .i_commentaddreply{
	margin-left:0px;
}

.sound-playlist .i_commenttextarea:focus {
	background:#fff;
}
.sound{
	cursor:auto;
}

#dzbtn-container.active #dz-btn {
	color:#cd3333
}

#drama-banner {
  height: 194px;
  background-color: #f7f7f7;
  border-top: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
  position: relative;
  right: 0;
  left: 0;
}

#morecv,#lesscv {
    float: right;
    font-size: 12px;
    line-height: 12px;
    cursor:pointer
}

#morecv:hover,#lesscv:hover {
    color:#cd3333;
}

.function-btns .btn-container#mobile-container {
    height: 43px;
    line-height: 68px;
    cursor: pointer;
    float: right;
}

span.i_pagenow {
    text-align: center;
}

.sound-bottom #i_commenttop {
  margin-left: 80px;
  width: 770px;
}
