@charset "UTF-8";

body {
  color: #333;
  font-family: 'Microsoft YaHei';
}

.maskWrapper,.changePasswordDialog {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
}

.maskWrapper .dialog-window {
  width: 426px;
  height: 188px;
  position: absolute;
  z-index: 300;
  left: 50%;
  margin-left: -213px;
  top: 200px;
  background: #fff;
}

.maskWrapper .dialog-window .dialog-header {
  width: 100%;
  height: 28px;
  line-height: 28px;
  color: #fff;
  font-size: 13px;
  background: #383838;
  box-sizing: border-box;
}

.maskWrapper .dialog-window .dialog-header span {
  margin-left: 16px;
  display: inline-block;
  float: left;
  color: #fff;
}

.maskWrapper .dialog-window .dialog-header i {
  display: inline-block;
  width: 12px;
  height: 12px;
  float: right;
  background-image: url(../images/audio-center/close.png);
  margin: 8px 16px 0 0;
  cursor: pointer;
}

.maskWrapper .dialog-window .dialog-content {
  width: 100%;
  height: 160px;
  background: #fff;
}

.maskWrapper .dialog-window .dialog-content p {
  text-align: center;
  font-size: 14px;
  margin: 38px 0;
}

.maskWrapper .dialog-window .dialog-content .bttn {
  text-align: center;
}

.maskWrapper .dialog-window .dialog-content .bttn a {
  display: inline-block;
  width: 90px;
  height: 32px;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  border-radius: 2px;
  margin: 0 10px;
  text-align: center;
  line-height: 32px;
  box-sizing: border-box;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.1);
  color: #333;
}

.maskWrapper .dialog-window .dialog-content .bttn .active {
  background: #dd3541;
  color: #fff;
}

.maskWrapper .dialog-window .dialog-content .bttn .active:hover {
  background: #dd3541;
}

.changePasswordDialog .dialog-window {
  height: 170px;
  border-radius: 8px;
  width: 426px;
  position: absolute;
  z-index: 300;
  left: 50%;
  margin-left: -213px;
  top: 50%;
  margin-top: -85px;
  background: #fff;
}

.changePasswordDialog .dialog-window .dialog-header {
  border-radius: 8px;
  background: #fff;
  color: #dd3541;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  padding:8px 8px 8px 16px;
}

.changePasswordDialog .dialog-window .dialog-header div {
  margin: 0;
  color: #dd3541;
  display: flex;
  align-items: center;
  height: 100%;
}
.changePasswordDialog .dialog-window .dialog-header div img{
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 2px;
}

.changePasswordDialog .dialog-window .dialog-header .close {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(../images/audio-center/close.png);
  margin: 8px 16px 0 0;
  cursor: pointer;
}

.changePasswordDialog .dialog-window .dialog-content {
  height: 120px;
  border-radius: 8px;
}

.changePasswordDialog .dialog-window .dialog-content p {
  margin: 12px 20px 20px;
  font-size: 13px;
  display: flex;
  flex-direction: column;
  align-items: start;
  height: 45px;
}

.changePasswordDialog .dialog-window .dialog-content .bttn{
  display: flex;
  justify-content: end;
  padding-right: 12px;
}

.changePasswordDialog .dialog-window .dialog-content .bttn a {
  padding: 2px 12px;
  width: 80px;
  height: 28px;
  line-height: 28px;
  display: inline-block;
  cursor: pointer;
  font-size: 13px;
  border-radius: 4px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  margin-right: 8px;
}
.changePasswordDialog .dialog-window .dialog-content .bttn .active{
  background: #dd3541;
  color: #fff;
}

.toast_show {
  width: 308px;
  height: 58px;
  margin-left: -155px;
  margin-top: -30px;
  line-height: 58px;
  position: fixed;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  border: solid 1px #d1d1d1;
  left: 50%;
  top: 50%;
  background-color: #fff;
  overflow: hidden;
  border-radius: 2px;
  text-align: center;
  z-index: 999;
}

.toast_show i {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url(../images/audio-center/success.png);
  margin: 22px 8px 0 0;
  vertical-align: top;
}

.toast_show i.active {
  background-image: url(../images/audio-center/new_hint_icon.png);
  background-position: 0px -20px;
}

.a_wrapper {
  padding: 0;
  width: 984px;
  overflow: hidden;
}

.a_container {
  width: 100%;
}

.content-left {
  width: 160px;
  margin: 0;
  min-height: 445px;
  float: left;
  box-sizing: border-box;
}

.content-left div {
  position: relative;
  width: 160px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  font-size: 14px;
  border-bottom: 1px solid #e5e5e5;
}

.content-left div a {
  text-decoration: none;
}

.content-left div:nth-child(1) {
  position: relative;
  font-size: 16px;
  height: 58px;
  background-color: #ebebeb;
  line-height: 58px;
  box-sizing: border-box;
}

.content-left div.active span {
  display: inline-block;
  position: absolute;
  right: -1px;
  top: 0;
  height: 45px;
  width: 0;
  border-right: 2px solid #fff;
  z-index: 199;
}

.content-left div.active a {
  color: #dd3541;
}

.content-left div span {
  vertical-align: inherit;
}

.content-left div .brocast {
  position: absolute;
  top: 20px;
  left: 26px;
  background-image: url('../images/auditor/brodcast.png');
  display: inline-block;
  width: 16px;
  height: 18px;
  background-position: 1px 0px;
}

/*右侧样式start*/
.content-right {
  width: 810px;
  min-height: 445px;
  padding: 10px 0;
  padding-left: 30px;
  padding-top: 14px;
  padding-bottom: 50px;
  float: left;
  position: relative;
  box-sizing: border-box;
  border-left: 1px solid #e5e5e5;
}

.arrow-right {
  display: inline-block;
  width: 8px;
  height: 8px;
  box-sizing: border-box;
  border: 1px solid #999;
  transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  /* IE 9 */
  -moz-transform: rotateZ(45deg);
  /* Firefox */
  -webkit-transform: rotateZ(45deg);
  /* Safari 和 Chrome */
  -o-transform: rotateZ(45deg);
  /* Opera */
  border-top: none;
  border-left: none;
}

.create-program {
  width: 562px;
  margin: 0;
  position: relative;
  border: 1px solid #e5e5e5;
}

.create-program input {
  width: 537px;
  font-size: 12px;
  cursor: pointer;
  color: #999;
  height: 32px;
  line-height: 32px;
  padding-left: 8px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.create-program i {
  position: absolute;
  top: 11px;
  left: 545px;
  cursor: pointer;
}

.upload-audio form>p {
  font-size: 12px;
  line-height: 18px;
  height: 18px;
  padding-bottom: 10px;
  box-sizing: content-box;
}

.upload-audio form>p>a {
  margin: 0;
  text-decoration: none;
}

.upload-audio form>p>a span {
  color: #999;
}

.upload-audio form>p a:link {
  text-decoration: none;
}

.upload-audio form>p a:active {
  text-decoration: none;
}

.upload-audio form>p a:hover {
  text-decoration: none;
}

.upload-audio form>p a:visited {
  text-decoration: none;
}

.upload-audio p.upload-title {
  color: #333;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.upload-audio p.upload-title>i {
  margin: 0 4px;
  color: #333;
  font-size: 14px;
}

.create-program .droplist {
  width: 560px;
  z-index: 5;
  display: block;
  padding: 2px 0;
  height: 228px;
  background: #fff;
  border: 1px solid #cdcdcd;
  border-radius: 2px;
  position: absolute;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.droplist .droplist-top {
  width: 100%;
  height: 188px;
  overflow: auto;
}

.droplist .droplist-top li {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-left: 6px;
  color: #999;
  border-bottom: 1px solid #e5e5e5;
  box-sizing: border-box;
}

.droplist .droplist-top li:hover {
  background: #4888df;
  color: #fff;
}

.droplist .droplist-bottom {
  width: 100%;
  height: 40px;
  line-height: 40px;
}

.droplist .droplist-bottom a {
  color: #5191e9;
}

.droplist .droplist-bottom a,
.droplist .droplist-bottom span {
  display: block;
  width: 490px;
  margin: 0;
  padding: 0;
  height: 40px;
  border-top: 1px solid #ebebeb;
  box-sizing: border-box;
  text-align: center;
  float: left;
  text-decoration: none;
}

.droplist .droplist-bottom span {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 70px;
  zoom: 0;
  vertical-align: inherit;
  border-left: 1px solid #ebebeb;
  cursor: pointer;
}

.create-program .droplist-hide {
  display: none;
}

.create-program .alert-mes {
  width: 100%;
  height: 12px;
  color: #ff6b63;
  margin: 6px 0 10px 0;
  line-height: 12px;
  display: none;
}

.upload-category {
  width: 100%;
  margin-top: 10px;
}

.upload-category .tab-turn {
  width: 100%;
  height: 28px;
}

.upload-category .tab-turn>ul>li {
  width: 128px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  float: left;
  background: #f8f8f8;
  border-top: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  box-sizing: border-box;
  cursor: pointer;
  color: #999;
  border-right: none;
}

.upload-category .tab-turn>ul>li:nth-child(3) {
  border-right: 1px solid #cdcdcd;
}

.upload-category .tab-turn>ul>li.active {
  background: #fff;
  border-bottom: none;
}

.tab-turn .tab-turn-right {
  float: left;
  height: 28px;
  border-bottom: 1px solid #cdcdcd;
  padding-left: 3px;
}

.tab-turn .tab-turn-right span {
  display: inline-block;
  height: 28px;
  line-height: 28px;
}

.tab-turn .tab-turn-right span:nth-child(2) {
  color: #5191e9;
  cursor: pointer;
  position: relative;
}

.tab-turn .tab-turn-right span:nth-child(2) ul {
  display: none;
  width: 378px;
  height: 124px;
  background: url('../images/audio-center/audio-alert-bg.png') no-repeat;
  padding: 22px 0 0 22px;
  position: absolute;
  top: 12px;
  right: -34px;
  z-index: 2;
}

.tab-turn .tab-turn-right span:nth-child(2) ul li {
  line-height: 20px;
  color: #999;
}

.tab-turn .tab-turn-right span:nth-child(2):hover ul {
  display: block;
}

.tab-turn .tab-turn-right span:nth-child(2) i {
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  text-align: center;
  line-height: 10px;
  border: 1px solid #5191e9;
  box-sizing: border-box;
  margin-left: 3px;
}

.tab-main li.tab-main-li {
  padding: 14px 0;
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
}

.tab-main li.tab-main-li .single-item {
  float: left;
}

.tab-main li.tab-main-li .single-item>p {
  line-height: 36px;
  width: 100%;
  height: 40px;
  position: relative;
}

.tab-main li.tab-main-li .single-item>p span:nth-child(2) {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 10px;
  color: #999;
  top: 0;
}

.tab-main li.tab-main-li .single-item .alert-mes {
  width: 100%;
  height: 12px;
  color: #ff6b63;
  margin: 6px 0 10px 0;
  line-height: 12px;
  display: none;
}

.tab-main li.tab-main-li .single-item>input {
  border: 1px solid #cdcdcd;
  height: 32px;
  box-sizing: border-box;
  width: 570px;
  padding-left: 4px;
}

.tab-main li.tab-main-li .single-item input.keywords {
  width: 760px;
}

.tab-main li.tab-main-li .single-item textarea {
  width: 754px;
  height: 120px;
  line-height: 1.5em;
  border: 1px solid #cdcdcd;
  border-radius: 2px;
  font-size: 12px;
  color: #333;
  resize: none;
  overflow-y: auto;
}

.tab-main li.tab-main-li .single-item .limit {
  padding: 9px 0;
  box-sizing: border-box;
  line-height: 30px;
}

.tab-main li.tab-main-li .single-item .limit span:nth-child(2) {
  color: #999;
  margin-left: 5px;
}

.tab-main li.tab-main-li .single-item .up-button {
  position: relative;
}

.tab-main li.tab-main-li .single-item .up-button>a {
  background-color: #dd3541;
  width: 90px;
  position: relative;
  height: 34px;
  color: #fff;
  line-height: 34px;
  text-align: center;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
}

.tab-main li.tab-main-li .single-item .up-button>a input {
  width: 90px;
  height: 34px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  border: none;
  cursor: pointer;
}

.tab-main li.tab-main-li .single-item .up-button>a.disables {
  background-color: #999;
}

.tab-main li.tab-main-li .single-item .up-button div.needAuth {
  position: absolute;
  margin: 0px;
  color: #999;
  top: 0;
  left: 100px;
  width: 270px;
  font-size: 14px;
  line-height: 16px;
}

.tab-main li.tab-main-li .single-item .up-button div.needAuth>a {
  color: #dd3541;
}

.tab-main li.tab-main-li .single-item .authorize-tj {
  width: 760px;
  padding: 10px 0;
}

.tab-main li.tab-main-li .single-item .authorize-tj .checkboxs {
  top: 5px;
  width: 12px;
  height: 12px;
  margin: 0;
  float: left;
  box-sizing: border-box;
  border: 1px solid #5191e9;
  position: relative;
  cursor: pointer;
}

.tab-main li.tab-main-li .single-item .authorize-tj .checkboxs input[type='checkbox'] {
  visibility: hidden;
  display: inline-block;
  width: 12px;
  height: 12px;
  cursor: pointer;
}

.tab-main li.tab-main-li .single-item .authorize-tj .checkboxs label {
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
  cursor: pointer;
}

.tab-main li.tab-main-li .single-item .authorize-tj .checkboxs label:after {
  opacity: 0.2;
  content: '';
  position: absolute;
  width: 7px;
  height: 3px;
  background: transparent;
  top: 1px;
  left: 1px;
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.tab-main li.tab-main-li .single-item .authorize-tj .checkboxs label:hover::after {
  opacity: 0.5;
}

.tab-main li.tab-main-li .single-item .authorize-tj .checkboxs input[type='checkbox']:checked+label {
  background: #5191e9;
}

.tab-main li.tab-main-li .single-item .authorize-tj .checkboxs input[type='checkbox']:checked+label:after {
  opacity: 1;
}

.tab-main li.tab-main-li .single-item .authorize-tj span {
  margin-left: 6px;
  color: #999;
}

.tab-main li.tab-main-li .single-item .authorize-tj span a {
  color: #5191e9;
  margin: 0 5px;
  cursor: pointer;
}

.tab-main li.tab-main-li .single-item .authorize-tj span a:hover {
  text-decoration: underline;
}

.tab-main li.tab-main-li .single-item .notic {
  padding-top: 20px;
}

.tab-main li.tab-main-li .single-item .notic h5 {
  font-weight: normal;
}

.tab-main li.tab-main-li .single-item .notic li {
  padding: 0px;
  font-size: 12px;
  line-height: 18px;
  color: #666;
}

.tab-main li.tab-main-li .single-item .move-audio {
  padding-top: 12px;
}

.tab-main li.tab-main-li .single-item .times {
  margin: 0;
  width: 150px;
  position: relative;
}

.tab-main li.tab-main-li .single-item .times input {
  width: 150px;
  height: 20px;
  border: none;
  border: 1px solid #5191e9;
  background-image: url(../images/audio-center/time.png);
  background-repeat: no-repeat;
  background-position: right top;
  padding-left: 5px;
  line-height: 20px;
  margin-top: 10px;
}

.tab-main li.tab-main-li .single-item .tag-list {
  border: 1px solid #cdcdcd;
  min-height: 32px;
  box-sizing: border-box;
  width: 760px;
  padding-left: 4px;
}

.tab-main li.tab-main-li .single-item .tag-list .tag-input {
  display: none;
  margin: 0.3em 0;
  position: relative;
}

.tab-main li.tab-main-li .single-item .tag-list .tag-input input {
  border: 0;
  color: #aaa;
  padding: 1px 10px 1px 0px;
  min-width: 24px;
  width: 1em;
  line-height: 21px;
  height: 21px;
  outline: none;
  text-align: center;
  background-color: #fff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border linear 0.2s, box-shadow linear 0.2s;
}

.tab-main li.tab-main-li .single-item .tag-list .tag-item {
  display: inline-block;
  position: relative;
  margin: 5px 0;
  margin-right: 10px;
  padding: 0 10px;
  background-color: #ebebeb;
  box-sizing: border-box;
}

.tab-main li.tab-main-li .single-item .tag-list .tag-item a {
  position: absolute;
  top: -2px;
  right: -1px;
  cursor: pointer;
  color: #aaa;
  line-height: 1;
  font-size: 16px;
  text-decoration: none;
}

.tab-main li.tab-main-li .single-item .tag-list .tag-item input {
  border: 0;
  color: #666;
  min-width: 24px;
  background-color: #ebebeb;
  width: 1em;
  line-height: 21px;
  height: 21px;
  outline: none;
  text-align: center;
  font-size: 12px;
  padding: 0 12px;
  text-align: center;
}

.tab-main li.tab-main-li .single-item .tag-list .tag-active {
  background-color: #fff;
}

.tab-main li.tab-main-li .single-item .tag-list .tag-active input {
  background-color: #fff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border linear 0.2s, box-shadow linear 0.2s;
}

.tab-main li.tab-main-li .single-item .tag-list .tag-active a {
  display: none;
}

.tab-main li.tab-main-li .single-item .recomands {
  width: 100%;
  height: 22px;
  line-height: 22px;
  padding: 8px 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.tab-main li.tab-main-li .single-item .recomands span {
  margin-right: 8px;
  color: #ccc;
}

.tab-main li.tab-main-li .single-item .recomands>ul>li {
  float: left;
  padding: 0 4px;
  color: #5493e6;
  cursor: pointer;
  margin: 0 2px;
}

.tab-main li.tab-main-li .single-item .recomands>ul li.active {
  background-color: #5493e6;
  color: #fff;
}

.tab-main li.tab-main-li .single-item .play-boxs {
  float: left;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 436px;
  height: 34px;
  position: relative;
  overflow: hidden;
}

.tab-main li.tab-main-li .single-item .play-boxs audio {
  opacity: 0;
}

.tab-main li.tab-main-li .single-item .play-boxs div.btn {
  float: left;
  width: 34px;
  height: 34px;
  line-height: 34px;
  border-right: 1px solid #ccc;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.tab-main li.tab-main-li .single-item .play-boxs div.btn i {
  width: 9px;
  display: inline-block;
  height: 12px;
  background-image: url(../images/audio-center/icon-play.png);
  background-repeat: no-repeat;
  background-position: -10px -3px;
}

.tab-main li.tab-main-li .single-item .play-boxs div.btn i.active {
  background-position: -10px -21px;
}

.tab-main li.tab-main-li .single-item .play-boxs div.btn img {
  display: none;
}

.tab-main li.tab-main-li .single-item .play-boxs div.progress {
  width: 266px;
  float: left;
  height: 34px;
  margin: 0;
  margin-left: 15px;
  position: relative;
}

.tab-main li.tab-main-li .single-item .play-boxs div.progress div.base {
  width: 100%;
  height: 2px;
  background: #d1d1d1;
  border-radius: 1px;
  position: absolute;
  left: 0;
  bottom: 6px;
}

.tab-main li.tab-main-li .single-item .play-boxs div.progress div.bar {
  width: 8px;
  height: 2px;
  background: #5191e9;
  border-radius: 1px;
  position: absolute;
  left: 0;
  bottom: 6px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.tab-main li.tab-main-li .single-item .play-boxs div.progress div.bar>span {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #5191e9;
  border-radius: 4px;
  cursor: pointer;
}

.tab-main li.tab-main-li .single-item .play-boxs div.size {
  float: left;
  height: 34px;
  margin: 0;
  margin-left: 8px;
  width: 110px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
}

.tab-main li.tab-main-li .single-item .play-boxs div.size>span {
  color: #333;
  font-size: 10px;
  margin-right: 10px;
}

.tab-main li.tab-main-li .single-item .play-boxs div.size .bottom {
  width: 100%;
  height: 12px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.tab-main li.tab-main-li .single-item .play-boxs div.size .bottom>i {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(../images/audio-center/ic_vol.png);
  background-repeat: no-repeat;
}

.tab-main li.tab-main-li .single-item .play-boxs div.size .bottom .bar {
  width: 68px;
  height: 100%;
  position: relative;
  margin: 0;
}

.tab-main li.tab-main-li .single-item .play-boxs div.size .bottom .bar .base {
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 5px;
  left: 0px;
  background: #d1d1d1;
}

.tab-main li.tab-main-li .single-item .play-boxs div.size .bottom .bar .wrap {
  width: 60%;
  height: 2px;
  position: absolute;
  bottom: 5px;
  left: 0px;
  background: #5191e9;
}

.tab-main li.tab-main-li .single-item .play-boxs div.size .bottom .bar .wrap>span {
  position: absolute;
  top: -3px;
  right: -3px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #5191e9;
  border-radius: 4px;
  cursor: pointer;
}

.tab-main li.tab-main-li .mini-image {
  width: 142px;
  height: 160px;
  float: left;
  margin-left: 40px;
}

.tab-main li.tab-main-li .mini-image p:nth-child(1) {
  width: 100%;
  line-height: 26px;
  height: 26px;
}

.tab-main li.tab-main-li .mini-image p:nth-child(2) {
  width: 120px;
  position: relative;
  height: 120px;
  margin: 0;
  padding: 0;
}

.tab-main li.tab-main-li .mini-image p:nth-child(2) img {
  width: 100%;
  height: auto;
}

.tab-main li.tab-main-li .mini-image p:nth-child(2) a {
  display: block;
  width: 120px;
  height: 34px;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  line-height: 34px;
  text-decoration: none;
  cursor: pointer;
}

.tab-main li.tab-main-li .mini-image p:nth-child(2) a input {
  position: absolute;
  width: 120px;
  height: 34px;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  border: none;
  cursor: pointer;
}

.tab-main li.tab-main-li .mini-image p.active {
  border: 1px solid #dd3541;
}

.tab-main li.tab-main-li .mini-image p:nth-child(3) {
  color: #999;
  margin: 0;
}

.tab-main li.tab-main-li .submit-btn {
  width: 760px;
  padding: 100px 0;
  overflow: hidden;
  text-align: center;
}

.tab-main li.tab-main-li .submit-btn input[type='button'] {
  width: 90px;
  height: 34px;
  border: none;
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 34px;
  margin: 0 30px;
  cursor: pointer;
}

.tab-main li.tab-main-li .submit-btn input.active {
  background: #dd3541;
}

.tab-main li.tab-main-li .submit-btn input.disActive {
  background: #999;
}

.tab-main li.tab-main-li .submit-btn input.load {
  background-image: url(../../images/audio-center/load.gif);
  background-repeat: no-repeat;
  background-position: 6px 10px;
}

.tab-main li.tab-main-li .submit-btn input.cancel {
  border: 1px solid #cdcdcd;
  background: #fff;
  color: #666;
}

.tab-main li.tab-main-li .move-stage {
  width: 769px;
  height: 160px;
  border: 1px solid #e5e5e5;
  margin: 40px 0 200px 0;
  background: #f8f8f8;
  float: left;
}

.tab-main li.tab-main-li .move-stage p {
  margin: 14px 0 14px 8px;
  font-size: 14px;
}

.tab-main li.tab-main-li .move-stage .stadio-content {
  padding-left: 8px;
}

.tab-main li.tab-main-li .move-stage .stadio-content dl {
  float: left;
  margin-right: 36px;
  position: relative;
  cursor: pointer;
}

.tab-main li.tab-main-li .move-stage .stadio-content dl dt {
  width: 70px;
  height: 70px;
  position: relative;
}

.tab-main li.tab-main-li .move-stage .stadio-content dl dt span {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.tab-main li.tab-main-li .move-stage .stadio-content dl dt span.active {
  background: #e5e5e5;
  opacity: 0.5;
}

.tab-main li.tab-main-li .move-stage .stadio-content dl dd {
  width: 70px;
  height: 20px;
  line-height: 24px;
  text-align: center;
  font-family: arial;
}

.tab-main li.tab-main-li .podcast p {
  font-size: 12px;
}

.tab-main li.tab-main-li .podcast .textconunt {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.tab-main li.tab-main-li .podcast .textconunt span {
  margin-right: 12px;
}

.tab-main li.tab-main-li .podcast .items:nth-child(2) a {
  width: 100%;
  height: 100px;
}

.tab-main li.tab-main-li .podcast .items:nth-child(2) a textarea {
  width: 100%;
  position: absolute;
  margin: 0;
  text-indent: 4px;
  left: 0;
  top: 0;
  height: 98px;
  padding: 0;
  box-sizing: border-box;
  border: none;
}

.xmly,
.tab-main li.tab-main-li .podcast {
  width: 100%;
}

.xmly .items,
.tab-main li.tab-main-li .podcast .items {
  width: 100%;
  margin-bottom: 20px;
}

.xmly .items p,
.tab-main li.tab-main-li .podcast .items p {
  padding-bottom: 6px;
  box-sizing: border-box;
}

.xmly .items p:nth-child(1),
.tab-main li.tab-main-li .podcast .items p:nth-child(1) {
  font-size: 14px;
}

.xmly .items p:nth-child(2),
.tab-main li.tab-main-li .podcast .items p:nth-child(2) {
  color: #999;
}

.xmly .items a,
.tab-main li.tab-main-li .podcast .items a {
  display: inline-block;
  width: 564px;
  height: 32px;
  box-sizing: border-box;
  line-height: 32px;
  border: 1px solid #e5e5e5;
  position: relative;
}

.xmly .items a input,
.tab-main li.tab-main-li .podcast .items a input {
  width: 100%;
  position: absolute;
  top: 0;
  margin: 0;
  left: 0;
  height: 30px;
  border-style: none;
  line-height: 30px;
  text-indent: 4px;
}

.xmly .items .uploadd,
.tab-main li.tab-main-li .podcast .items .uploadd {
  width: 90px;
  height: 35px;
  background: #dd3541;
  line-height: 35px;
  text-align: center;
  color: #fff;
  text-decoration: none;
}

.xmly .items .uploadd input,
.tab-main li.tab-main-li .podcast .items .uploadd input {
  opacity: 0;
  width: 90px;
  height: 35px;
}

.xmly .items .imgs,
.tab-main li.tab-main-li .podcast .items .imgs {
  margin-top: 10px;
  width: 570px;
  height: 270px;
}

.xmly .items .imgs img,
.tab-main li.tab-main-li .podcast .items .imgs img {
  width: 100%;
}

.xmly .items .submits,
.tab-main li.tab-main-li .podcast .items .submits {
  width: 90px;
  height: 34px;
  background: #dd3541;
  color: #fff;
  border-radius: 2px;
  margin: 0 auto;
  border: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  margin: 20px 0;
  margin-left: 300px;
}

.content-right .album-manage {
  width: 100%;
}

.content-right .album-manage .main-album {
  width: 100%;
}

.content-right .album-manage .main-album .album-content {
  width: 100%;
}

.content-right .album-manage .album-header span {
  font-size: 14px;
}

.content-right .album-manage .album-header span i {
  color: red;
  margin-left: 4px;
  font-size: 14px;
}

.content-right .album-manage .album-header a {
  text-decoration: none;
  padding: 0px 13px;
  height: 26px;
  line-height: 26px;
  background: #5191e9;
  border-radius: 2px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  position: relative;
  margin-left: 28px;
}

.content-right .album-manage .album-header a i {
  display: inline-block;
  width: 14px;
  height: 10px;
  background-image: url('../images/new-icon.png');
  background-repeat: no-repeat;
  background-position: 0 0;
}

.content-right .album-manage .album-header .search-album {
  position: relative;
  float: right;
}

.content-right .album-manage .album-header .search-album input {
  width: 150px;
  border: 1px solid #e5e5e5;
  padding: 7px 25px 7px 8px;
  border-radius: 5px;
}

.content-right .album-manage .album-header .search-album input ::-webkit-input-placeholder {
  color: #e5e5e5;
}

.content-right .album-manage .album-header .search-album input :-moz-placeholder {
  /* Firefox 18- */
  color: #e5e5e5;
}

.content-right .album-manage .album-header .search-album input ::-moz-placeholder {
  /* Firefox 19+ */
  color: #e5e5e5;
}

.content-right .album-manage .album-header .search-album input :-ms-input-placeholder {
  color: #e5e5e5;
}

.content-right .album-manage .album-header .search-album i {
  display: inline-block;
  background-image: url('../images/new-icon.png');
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 10px;
  right: 4px;
  background-position: 0 -24px;
}

.content-right .album-manage .album-content .album-null {
  width: 100%;
  text-align: center;
  vertical-align: middle;
  height: 200px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  padding-top: 55px;
}

.content-right .album-manage .album-content .album-null div {
  margin: 0 10px;
  text-align: center;
  display: inline-block;
}

.content-right .album-manage .album-content .album-list {
  width: 100%;
}

.content-right .album-manage .album-content .album-list .album-item {
  margin: 0;
  position: relative;
  padding: 10px 0;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.content-right .album-manage .album-content .album-list .album-item .aitem-left {
  width: 50%;
  margin: 0;
}

.content-right .album-manage .album-content .album-list .album-item .aitem-left .head-img {
  margin-right: 10px;
  position: relative;
  float: left;
  overflow: hidden;
  cursor: pointer;
  width: 86px;
  height: 86px;
  border: 1px solid #e5e5e5;
  text-align: center;
  position: relative;
}

.content-right .album-manage .album-content .album-list .album-item .aitem-left .head-img img {
  width: 100%;
  height: auto;
}

.content-right .album-manage .album-content .album-list .album-item .aitem-left .head-img span {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 88px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background-color: #000;
  opacity: 0.45;
  color: #fff;
}

.content-right .album-manage .album-content .album-list .album-item .aitem-left .head-img .mark-img {
  position: absolute;
  width: 32px;
  top: 0;
  left: 0;
  height: 32px;
}

.content-right .album-manage .album-content .album-list .album-item .aitem-left .item-content {
  height: 88px;
  margin: 0;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}

.content-right .album-manage .album-content .album-list .album-item .aitem-left .item-content>a {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  word-break: keep-all;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.content-right .album-manage .album-content .album-list .album-item .aitem-left .item-content p {
  margin: 0;
}

.content-right .album-manage .album-content .album-list .album-item .aitem-left .item-content p span {
  margin-right: 10px;
}

.content-right .album-manage .album-content .album-list .album-item .aitem-left .item-content .check-status {
  position: absolute;
  display: inline-block;
  width: 120px;
  height: 14px;
  line-height: 14px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  color: #dd3541;
  font-size: 12px;
  top: 6px;
  right: -120px;
  z-index: 100;
  cursor: pointer;
  padding-left: 14px;
}

.content-right .album-manage .album-content .album-list .album-item .aitem-left .item-content .check-status i {
  background-image: url('../images/payment/mark-d.png');
  background-position: center;
  background-size: contain;
  display: inline-block;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  margin-right: 4px;
}

.content-right .album-manage .album-content .album-list .album-item .aitem-right {
  margin: 0;
  height: 88px;
  width: 30%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
  color: #999;
}

.content-right .album-manage .album-content .album-list .album-item .aitem-right>div {
  margin: 0;
}

.content-right .album-manage .album-content .album-list .album-item .aitem-right .share-btn i {
  width: 16px;
  height: 16px;
  cursor: pointer;
  padding: 0;
  display: inline-block;
  margin: 0 2px;
  background-image: url(../images/audio-center/ic_share.png);
  background-repeat: no-repeat;
}

.content-right .album-manage .album-content .album-list .album-item .aitem-right .share-btn i.copy_path_share {
  background-image: url(../images/audio-center/ic_la_default.png);
  background-repeat: no-repeat;
  margin-top: 5px;
  margin-left: 5px;
}

.content-right .album-manage .album-content .album-list .album-item .aitem-right .btn-item {
  width: 100%;
  height: 20px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.content-right .album-manage .album-content .album-list .album-item .aitem-right .btn-item a {
  color: #999;
  text-decoration: none;
}

.content-right .album-manage .album-content .album-list .album-item .aitem-right .btn-item a:hover {
  color: #5191e9;
}

.content-right .album-manage .album-content .pageaction {
  width: 100%;
  min-height: 32px;
  margin: 10px 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.content-right .album-manage .album-pro-manage {
  width: 100%;
}

.content-right .album-manage .album-pro-manage>p {
  width: 100%;
  padding: 5px 0;
  display: flex;
  align-items: center;
}

.content-right .album-manage .album-pro-manage>p a {
  text-decoration: none;
}

.content-right .album-manage .album-pro-manage>p a:hover {
  text-decoration: none;
}

.content-right .album-manage .album-pro-manage>p span {
  margin: 0 2px;
}

.content-right .album-manage .album-pro-manage>p .audio_name {
  width: 80px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.content-right .album-manage .album-pro-manage>p .album-title {
  width: 80px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.content-right .album-manage .album-pro-manage .album-detial {
  width: 100%;
  height: 118px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}

.content-right .album-manage .album-pro-manage .album-detial>div {
  margin: 0;
  width: 50%;
  height: 118px;
}

.content-right .album-manage .album-pro-manage .album-detial>div>div {
  margin: 0;
}

.content-right .album-manage .album-pro-manage .album-detial .left {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.content-right .album-manage .album-pro-manage .album-detial .left .images {
  width: 118px;
  height: 118px;
  position: relative;
  overflow: hidden;
}

.content-right .album-manage .album-pro-manage .album-detial .left .images .buymark-img {
  position: absolute;
  width: 40px;
  top: 0;
  left: 0;
  height: 40px;
}

.content-right .album-manage .album-pro-manage .album-detial .left .images img {
  width: 100%;
  height: auto;
}

.content-right .album-manage .album-pro-manage .album-detial .left .images span {
  display: inline-block;
  width: 100%;
  height: 26px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: right;
  line-height: 26px;
  background-color: rgba(0, 0, 0, 0.45);
  color: #fff;
  cursor: pointer;
}

.content-right .album-manage .album-pro-manage .album-detial .left .images span i {
  margin-right: 5px;
  margin-top: 4px;
  background-image: url('../images/audio-center/update_icon.png');
  display: inline-block;
  width: 18px;
  height: 18px;
}

.content-right .album-manage .album-pro-manage .album-detial .left .images span i:hover {
  background-image: url('../images/audio-center/update_hover.png');
}

.content-right .album-manage .album-pro-manage .album-detial .left .gongneng {
  margin-left: 10px;
  height: 118px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}

.content-right .album-manage .album-pro-manage .album-detial .left .gongneng>p {
  padding: 0;
  margin: 0;
}

.content-right .album-manage .album-pro-manage .album-detial .left .gongneng .title {
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 200px;
  color: #333;
}

.content-right .album-manage .album-pro-manage .album-detial .left .gongneng .share {
  position: relative;
  margin: 0;
  height: 20px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.content-right .album-manage .album-pro-manage .album-detial .left .gongneng .share>a {
  display: block;
  font-family: 宋体, Arial;
  height: 20px;
  width: 20px;
  cursor: pointer;
  text-decoration: none;
  background-image: url(../images/audio-center/is.png);
  background-repeat: no-repeat;
  background-position: -2px -77px;
  margin: 0 2px;
}

.content-right .album-manage .album-pro-manage .album-detial .left .gongneng .share a:nth-child(2) {
  background-position: -2px -118px !important;
}

.content-right .album-manage .album-pro-manage .album-detial .left .gongneng .share i {
  width: 16px;
  height: 16px;
  cursor: pointer;
  padding: 0;
  display: inline-block;
  margin: 0 2px;
  background-image: url(../images/audio-center/ic_share.png);
  background-repeat: no-repeat;
}

.content-right .album-manage .album-pro-manage .album-detial .left .gongneng .share i.copy_path_share {
  background-image: url(../images/audio-center/ic_la_default.png);
  background-repeat: no-repeat;
}

.content-right .album-manage .album-pro-manage .album-detial .left .gongneng .album_share .copy_path_share {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-top: 5px;
  margin-left: 5px;
  background-image: url(../images/audio-center/ic_la_default.png);
  background-repeat: no-repeat;
  cursor: pointer;
}

.content-right .album-manage .album-pro-manage .album-detial .left .gongneng .upload a {
  margin-top: 9px;
  padding: 0px 13px;
  height: 26px;
  line-height: 26px;
  float: left;
  background: #5191e9;
  border-radius: 2px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

.content-right .album-manage .album-pro-manage .album-detial .left .gongneng .upload a:nth-child(1) {
  margin-right: 10px;
  padding-left: 26px;
  position: relative;
}

.content-right .album-manage .album-pro-manage .album-detial .left .gongneng .upload a:nth-child(1) i {
  display: inline-block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 8px;
  left: 12px;
  background-image: url('../images/new-icon.png');
  background-repeat: no-repeat;
  background-position: 0 0;
}

.content-right .album-manage .album-pro-manage .album-detial .right span {
  display: inline-block;
  width: 70px;
  height: 26px;
  background: url('../images/audio-center/draft1.png') no-repeat;
  margin-left: 170px;
  position: absolute;
  right: 30px;
  top: 55px;
  cursor: pointer;
}

.content-right .album-manage .album-pro-manage .album-detial .right span:hover {
  color: #4888df;
}

.content-right .album-manage .album-pro-manage .auido-list {
  width: 100%;
}

.content-right .album-manage .album-pro-manage .auido-list .al-head {
  height: 44px;
  margin: 40px 30px 0 0;
  border-bottom: 1px solid #e5e5e5;
}

.content-right .album-manage .album-pro-manage .auido-list .al-head div {
  margin: 0;
}

.content-right .album-manage .album-pro-manage .auido-list .al-head .lefts {
  float: left;
  position: relative;
}

.content-right .album-manage .album-pro-manage .auido-list .al-head .lefts span {
  width: 114px;
  height: 42px;
  line-height: 37px;
  display: inline-block;
  text-align: center;
  position: relative;
  cursor: pointer;
  border-bottom: 2px solid #fff;
}

.content-right .album-manage .album-pro-manage .auido-list .al-head .lefts span.active {
  border-bottom: 2px solid #dd3541;
}

.content-right .album-manage .album-pro-manage .auido-list .al-head .lefts span:nth-child(3) {
  background-image: url('../images/audio-center/default-sort-open.png');
  background-repeat: no-repeat;
  background-position: 96px 16px;
}

.content-right .album-manage .album-pro-manage .auido-list .al-head .lefts .pass_sort {
  background-image: none !important;
}


.content-right .album-manage .album-pro-manage .auido-list .al-head .lefts>ul.ul {
  position: absolute;
  top: 42px;
  right: 0;
  width: 114px;
  z-index: 99;
  display: none;
  box-shadow: 0 0 10px #ccc;
  background: #fff;
}

.content-right .album-manage .album-pro-manage .auido-list .al-head .lefts>ul.ul li {
  width: 114px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
}

.content-right .album-manage .album-pro-manage .auido-list .al-head .lefts>ul.ul li:hover {
  background-color: #f7f7f7;
}

.content-right .album-manage .album-pro-manage .auido-list .al-head div:nth-child(2) {
  float: right;
  height: 44px;
  line-height: 44px;
  position: relative;
}

.content-right .album-manage .album-pro-manage .auido-list .al-head div:nth-child(2) input {
  width: 140px;
  border: 1px solid #e5e5e5;
  padding: 7px 25px 7px 8px;
  border-radius: 5px;
  margin-top: 6px;
}

.content-right .album-manage .album-pro-manage .auido-list .al-head div:nth-child(2) ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
}

.content-right .album-manage .album-pro-manage .auido-list .al-head div:nth-child(2) :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}

.content-right .album-manage .album-pro-manage .auido-list .al-head div:nth-child(2) ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}

.content-right .album-manage .album-pro-manage .auido-list .al-head div:nth-child(2) :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
}

.content-right .album-manage .album-pro-manage .auido-list .al-head div:nth-child(2) i {
  background-image: url('../images/new-icon.png');
  background-repeat: no-repeat;
  display: inline-block;
  height: 10px;
  width: 10px;
  position: absolute;
  top: 18px;
  right: 9px;
  cursor: pointer;
  background-position: 0 -24px;
}

.content-right .album-manage .album-pro-manage .auido-list .al-order {
  height: 30px;
  background: #f7f7f7;
  position: relative;
  z-index: 2;
  margin: 0;
  margin-right: 30px;
}

.content-right .album-manage .album-pro-manage .auido-list .al-order .order {
  line-height: 30px;
  padding: 0;
  height: 30px;
  color: #333;
  font-size: 12px;
}

.content-right .album-manage .album-pro-manage .auido-list .al-order .order span.default-order {
  cursor: pointer;
  background-image: url('../images/audio-center/default-sort-open.png');
  background-repeat: no-repeat;
  display: inline-block;
  height: 35px;
  width: 90px;
  text-align: center;
  position: relative;
  padding: 0;
  margin: 0;
  background-position: 77px 15px;
}

.content-right .album-manage .album-pro-manage .auido-list .al-order .order span.default-order ul {
  position: absolute;
  top: 30px;
  left: 0;
  width: 120px;
  height: auto;
  border: 1px solid #d1d1d1;
  border-bottom: none;
  box-shadow: 0 0 12px #e3e3e3;
  border-bottom: none;
  background-color: #fff;
  display: none;
  box-sizing: border-box;
}

.content-right .album-manage .album-pro-manage .auido-list .al-order .order span.default-order ul li {
  width: 120px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  box-sizing: border-box;
  border-bottom: 1px solid #d1d1d1;
}

.content-right .album-manage .album-pro-manage .auido-list .al-order .order span.default-order ul li:hover {
  background-color: #f7f7f7;
}

.content-right .album-manage .album-pro-manage .auido-list .al-order .order span.default-order:hover ul {
  display: block;
}

.content-right .album-manage .album-pro-manage .auido-list .al-order .order a {
  margin-top: 8px;
  height: 14px;
  cursor: pointer;
  padding-left: 6px;
  line-height: 14px;
  float: right;
  margin-right: 22px;
  text-decoration: underline;
}

.content-right .album-manage .album-pro-manage .auido-list .al-items {
  margin: 0;
  margin-right: 30px;
  box-sizing: border-box;
}

.content-right .album-manage .album-pro-manage .auido-list .al-items .al-item {
  width: 100%;
  padding: 20px 0;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.content-right .album-manage .album-pro-manage .auido-list .al-items .al-item>div {
  height: 86px;
}

.content-right .album-manage .album-pro-manage .auido-list .al-items .al-item>div>p {
  margin: 0;
}

.content-right .album-manage .album-pro-manage .auido-list .al-items .al-item>div:nth-child(1) {
  width: 86px;
  height: 86px;
  border: 1px solid #e5e5e5;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.content-right .album-manage .album-pro-manage .auido-list .al-items .al-item>div:nth-child(1) .buymark-img {
  position: absolute;
  width: 32px;
  top: 0;
  left: 0;
  height: 32px;
}

.content-right .album-manage .album-pro-manage .auido-list .al-items .al-item>div:nth-child(1) img {
  width: 100%;
  height: auto;
}

.content-right .album-manage .album-pro-manage .auido-list .al-items .al-item>div:nth-child(2) {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  margin-left: 22px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}

.content-right .album-manage .album-pro-manage .auido-list .al-items .al-item>div:nth-child(2) p:nth-child(2),
.content-right .album-manage .album-pro-manage .auido-list .al-items .al-item>div:nth-child(2) p:nth-child(3) {
  color: #999;
}

.content-right .album-manage .album-pro-manage .auido-list .al-items .al-item>div:nth-child(2) p:nth-child(2) span {
  margin-right: 16px;
}

.content-right .album-manage .album-pro-manage .auido-list .al-items .al-item>div:nth-child(2) p:nth-child(3) {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  height: 18px;
}

.content-right .album-manage .album-pro-manage .auido-list .al-items .al-item>div:nth-child(2) p:nth-child(3)>i {
  display: inline-block;
  height: 16px;
  width: 16px;
  background-image: url('../../images/audio-center/zm.gif');
}

.content-right .album-manage .album-pro-manage .auido-list .al-items .al-item>div:nth-child(3) {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
}

.content-right .album-manage .album-pro-manage .auido-list .al-items .al-item>div:nth-child(3)>div.share {
  margin: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.content-right .album-manage .album-pro-manage .auido-list .al-items .al-item>div:nth-child(3)>div.share span {
  margin: 0;
}

.content-right .album-manage .album-pro-manage .auido-list .al-items .al-item>div:nth-child(3)>div.share>div.share-btn {
  position: relative;
  margin-left: 30px;
  height: 20px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.content-right .album-manage .album-pro-manage .auido-list .al-items .al-item>div:nth-child(3)>div.share>div.share-btn>a {
  display: block;
  font-family: 宋体, Arial;
  height: 20px;
  width: 20px;
  cursor: pointer;
  text-decoration: none;
  background-image: url(../images/audio-center/is.png);
  background-repeat: no-repeat;
  background-position: -2px -77px;
  margin: 0 2px;
}

.content-right .album-manage .album-pro-manage .auido-list .al-items .al-item>div:nth-child(3)>div.share>div.share-btn a:nth-child(2) {
  background-position: -2px -118px !important;
}

.content-right .album-manage .album-pro-manage .auido-list .al-items .al-item>div:nth-child(3)>div.share>div.share-btn i {
  width: 16px;
  height: 16px;
  cursor: pointer;
  padding: 0;
  display: inline-block;
  margin: 0 2px;
  background-image: url(../images/audio-center/ic_share.png);
  background-repeat: no-repeat;
}

.content-right .album-manage .album-pro-manage .auido-list .al-items .al-item>div:nth-child(3)>div.share>div.share-btn i.copy_path_share {
  background-image: url(../images/audio-center/ic_la_default.png);
  background-repeat: no-repeat;
}

.content-right .album-manage .album-pro-manage .auido-list .al-items .al-item>div:nth-child(3)>div.share>div.share-btn i.down_load {
  background-image: url(../images/audio-center/ic_download.png);
  background-repeat: no-repeat;
}

.content-right .album-manage .album-pro-manage .auido-list .al-items .al-item>div:nth-child(3)>div.share>div.share_btn {
  margin: 0;
  margin-left: 30px;
}

.content-right .album-manage .album-pro-manage .auido-list .al-items .al-item>div:nth-child(3)>div.share>div.share_btn i {
  width: 16px;
  height: 16px;
  cursor: pointer;
  padding: 0;
  display: inline-block;
  margin: 0;
  margin-top: 5px;
  margin-left: 5px;
  background-image: url(../images/audio-center/ic_share.png);
  background-repeat: no-repeat;
}

.content-right .album-manage .album-pro-manage .auido-list .al-items .al-item>div:nth-child(3)>div.share>div.share_btn i.copy_path_share {
  background-image: url(../images/audio-center/ic_la_default.png);
  background-repeat: no-repeat;
}

.content-right .album-manage .album-pro-manage .auido-list .al-items .al-item>div:nth-child(3)>div.share>div.share_btn i.down_load {
  background-image: url(../images/audio-center/ic_download.png);
  background-repeat: no-repeat;
}

.content-right .album-manage .album-pro-manage .auido-list .al-items .al-item>div:nth-child(3) p:nth-child(2) a {
  color: #999;
  margin: 0 6px;
  text-decoration: none;
}

.content-right .album-manage .album-pro-manage .auido-list .al-items .al-item>div:nth-child(3) p:nth-child(2) a:hover {
  color: #4888df;
}

.content-right .album-manage .album-pro-manage .auido-list .al-items .al-item .tit {
  max-width: 400px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.content-right .album-manage .album-pro-manage .auido-list .pageaction {
  width: 100%;
  min-height: 32px;
  margin: 10px 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.content-right .album-manage .album-pro-manage .draft-list {
  width: 100%;
}

.content-right .album-manage .album-pro-manage .draft-list .item-list {
  width: 100%;
  padding: 20px 0;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.content-right .album-manage .album-pro-manage .draft-list .item-list .left {
  width: 60%;
  margin: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.content-right .album-manage .album-pro-manage .draft-list .item-list .left .img {
  margin: 0;
  width: 88px;
  height: 88px;
}

.content-right .album-manage .album-pro-manage .draft-list .item-list .left .img img {
  width: 100%;
  height: auto;
}

.content-right .album-manage .album-pro-manage .draft-list .item-list .left .detials {
  margin: 0;
  margin-left: 15px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}

.content-right .album-manage .album-pro-manage .draft-list .item-list .left .detials p:nth-child(2) {
  font-size: 12px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.content-right .album-manage .album-pro-manage .draft-list .item-list .left .detials p:nth-child(2) span {
  color: #999;
  padding-right: 10px;
  box-sizing: border-box;
}

.content-right .album-manage .album-pro-manage .draft-list .item-list .left .detials p:nth-child(2) {
  color: #999;
}

.content-right .album-manage .album-pro-manage .draft-list .item-list .right {
  height: 88px;
  padding: 4px 0;
  padding-right: 15px;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
  width: 40%;
}

.content-right .album-manage .album-pro-manage .draft-list .item-list .right .do {
  width: 100%;
  margin: 0;
  margin-bottom: 8px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  height: 20px;
}

.content-right .album-manage .album-pro-manage .draft-list .item-list .right .do div {
  margin: 0 3px;
}

.content-right .album-manage .album-pro-manage .draft-list .item-list .right .do div:nth-child(1) {
  position: relative;
}

.content-right .album-manage .album-pro-manage .draft-list .item-list .right .do div:nth-child(1) i {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../images/auditor/ic_la_default.png);
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}

.content-right .album-manage .album-pro-manage .draft-list .item-list .right .do div:nth-child(1) i:hover {
  background-image: url(../images/auditor/ic_la.png);
}

.content-right .album-manage .album-pro-manage .draft-list .item-list .right .do div:nth-child(1) .copys {
  position: absolute;
  margin: 0;
  background-image: url(../images/auditor/sp-bg-draft.png);
  background-repeat: no-repeat;
  width: 376px;
  height: 95px;
  padding: 16px 20px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  overflow: hidden;
  z-index: 110;
  box-sizing: border-box;
  font-size: 12px;
  top: 12px;
  left: -360px;
  color: #999;
}

.content-right .album-manage .album-pro-manage .draft-list .item-list .right .do div:nth-child(1) .copys>div {
  line-height: 32px;
  box-sizing: border-box;
  height: 32px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.content-right .album-manage .album-pro-manage .draft-list .item-list .right .do div:nth-child(1) .copys>div span {
  font-size: 12px;
}

.content-right .album-manage .album-pro-manage .draft-list .item-list .right .do div:nth-child(1) .copys>div input {
  color: #999;
  line-height: 28px;
  height: 28px;
  width: 216px;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  padding-left: 3px;
}

.content-right .album-manage .album-pro-manage .draft-list .item-list .right .do div:nth-child(1) .copys>div a {
  display: inline-block;
  width: 45px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  background: #dd3541;
  text-decoration: none;
}

.content-right .album-manage .album-pro-manage .draft-list .item-list .right .do div:nth-child(1) .copys>div:nth-child(1) {
  color: #333;
  font-size: 14px;
}

.content-right .album-manage .album-pro-manage .draft-list .item-list .right .do div:nth-child(2) i {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../images/auditor/ic_download.png);
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}

.content-right .album-manage .album-pro-manage .draft-list .item-list .right .do div:nth-child(2) i:hover {
  background-image: url(../images/auditor/ic_download_hover.png);
}

.content-right .album-manage .album-pro-manage .draft-list .item-list .right p {
  color: #999;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.content-right .album-manage .album-pro-manage .draft-list .item-list .right p span {
  margin: 0 5px;
}

.content-right .album-manage .album-pro-manage .draft-list .item-list .right p a {
  color: #999;
}

.content-right .album-manage .album-pro-manage .empty {
  width: 100%;
  min-height: 300px;
  /* display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center; */
  margin-top: 50px;
}

.content-right .album-manage .album-pro-manage .empty div {
  width: 226px;
  height: 81px;
  margin: 0 auto;
  /* display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center; */
}

.content-right .album-manage .album-pro-manage .empty div img {
  width: 100%;
  height: auto;
}

.content-right .album-manage .album-pro-manage .empty div:nth-child(2) {
  width: 180px;
  height: 46px;
  margin-top: 20px;
}

.content-right .album-manage .album-pro-manage .set-order {
  width: 100%;
  min-height: 300px;
}

.content-right .album-manage .album-pro-manage .set-order .order-header {
  width: 100%;
  height: 32px;
  margin-bottom: 36px;
  margin-top: 10px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.content-right .album-manage .album-pro-manage .set-order .order-header .left {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  margin: 0;
}

.content-right .album-manage .album-pro-manage .set-order .order-header .left p {
  font-size: 12px;
  color: #5493e6;
}

.content-right .album-manage .album-pro-manage .set-order .order-header .left i {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../images/audio-center/bulb.png);
  background-repeat: no-repeat;
}

.content-right .album-manage .album-pro-manage .set-order .order-header .right {
  margin: 0;
}

.content-right .album-manage .album-pro-manage .set-order .order-header .right a {
  width: 90px;
  height: 24px;
  font-size: 12px;
  border-radius: 2px;
  line-height: 24px;
  cursor: pointer;
  color: #333;
  text-decoration: none;
  background: #fff;
  border: 1px solid #d1d1d1;
  margin-left: 12px;
  text-align: center;
}

.content-right .album-manage .album-pro-manage .set-order .order-header .right a.active {
  background-color: #dd3541;
  color: #fff;
  border: none;
}

.content-right .album-manage .album-pro-manage .set-order .order-main {
  width: 100%;
}

.content-right .album-manage .album-pro-manage .set-order .order-main .main-header {
  width: 100%;
  height: 46px;
  margin: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  border-bottom: 1px solid #e7e7e7;
  font-weight: 600;
}

.content-right .album-manage .album-pro-manage .set-order .order-main .main-header div {
  margin: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.content-right .album-manage .album-pro-manage .set-order .order-main .main-header div:nth-child(1) {
  width: 70%;
}

.content-right .album-manage .album-pro-manage .set-order .order-main .main-header div:nth-child(1) span {
  display: inline-block;
}

.content-right .album-manage .album-pro-manage .set-order .order-main .main-header div:nth-child(1) span:nth-child(1) {
  width: 30%;
}

.content-right .album-manage .album-pro-manage .set-order .order-main .main-header div:nth-child(1) span:nth-child(2) {
  width: 70%;
}

.content-right .album-manage .album-pro-manage .set-order .order-main .main-header div:nth-child(2) {
  width: 30%;
}

.content-right .album-manage .album-pro-manage .set-order .order-main .main-header div:nth-child(2) span:nth-child(2) {
  width: 50%;
}

.content-right .album-manage .album-pro-manage .set-order .order-main .main-list {
  width: 100%;
}

.content-right .album-manage .album-pro-manage .set-order .order-main .main-list .item {
  height: 46px;
  line-height: 46px;
  cursor: pointer;
  border-bottom: 1px solid #e7e7e7;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.content-right .album-manage .album-pro-manage .set-order .order-main .main-list .item div {
  margin: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.content-right .album-manage .album-pro-manage .set-order .order-main .main-list .item div:nth-child(1) {
  width: 70%;
}

.content-right .album-manage .album-pro-manage .set-order .order-main .main-list .item div:nth-child(1) span {
  display: inline-block;
}

.content-right .album-manage .album-pro-manage .set-order .order-main .main-list .item div:nth-child(1) span:nth-child(1) {
  width: 30%;
}

.content-right .album-manage .album-pro-manage .set-order .order-main .main-list .item div:nth-child(1) span:nth-child(1) i {
  display: inline-block;
  color: #fff;
  height: 18px;
  padding: 0 6px;
  background: rgba(248, 78, 78, 0.4);
  line-height: 18px;
  border-radius: 2px;
  margin-left: 4px;
}

.content-right .album-manage .album-pro-manage .set-order .order-main .main-list .item div:nth-child(1) span:nth-child(2) {
  display: inline-block;
  width: 70%;
  overflow: hidden;
  word-break: keep-all;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.content-right .album-manage .album-pro-manage .set-order .order-main .main-list .item div:nth-child(2) {
  width: 30%;
}

.content-right .album-manage .album-pro-manage .set-order .order-main .main-list .item div:nth-child(2) span {
  width: 50%;
}

.content-right .album-manage .album-pro-manage .set-order .order-main .main-list .item div:nth-child(2) span:nth-child(2) {
  text-align: center;
}

.content-right .album-manage .album-pro-manage .set-order .order-main .main-list .item:hover {
  background: #f7f7f7;
  width: 100%;
  margin: 0;
  box-shadow: 0 0 12px #cbdff8;
  z-index: 10;
}

.content-right .album-manage .album-pro-manage .pageaction {
  width: 100%;
  height: 36px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.content-right .album-manage .add-new-album {
  width: 100%;
  box-sizing: border-box;
}

.content-right .album-manage .add-new-album .album-header>a {
  text-decoration: none;
  padding: 0px 0px;
  display: initial;
  text-align: center;
  font-size: 12px;
  background: #fff;
  position: relative;
  margin-left: 0;
  text-decoration: none;
}

.content-right .album-manage .add-new-album .album-header span {
  color: #999;
  font-size: 12px;
  cursor: pointer;
}

.content-right .album-manage .add-new-album .new-album-content {
  font-size: 12px;
  width: 100%;
}

.content-right .album-manage .add-new-album .new-album-content .alert-message {
  box-sizing: border-box;
  width: 568px;
  height: 26px;
  margin: 0;
  line-height: 24px;
  background: #fee1e1;
  border-radius: 2px;
  border: 1px solid #ffb7b7;
  margin-top: 12px;
  font-size: 12px;
}

.content-right .album-manage .add-new-album .new-album-content .alert-message i {
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  border-radius: 8px;
  background: #ff6a5f;
  margin: 0 6px 0 10px;
  font-style: normal;
  font-weight: bold;
  color: #fff;
}

.content-right .album-manage .add-new-album .new-album-content .item {
  width: 568px;
  margin: 0;
  box-sizing: border-box;
}

.content-right .album-manage .add-new-album .new-album-content .item>p {
  padding: 4px 0;
}

.content-right .album-manage .add-new-album .new-album-content .item>p span {
  font-size: 12px;
  color: #333;
}

.content-right .album-manage .add-new-album .new-album-content .item>p span:nth-child(2) {
  float: right;
  color: #999;
}

.content-right .album-manage .add-new-album .new-album-content .item .text-area {
  width: 568px;
  box-sizing: border-box;
}

.content-right .album-manage .add-new-album .new-album-content .item .text-area input {
  width: 558px;
  height: 32px;
  line-height: 32px;
  margin-top: 6px;
  border: 1px solid #cdcdcd;
  border-radius: 2px;
  padding-left: 10px;
  font-size: 12px;
  color: #333;
}

.content-right .album-manage .add-new-album .new-album-content .item .text-area .left {
  width: 270px;
  margin: 0;
  position: relative;
  display: inline-block;
}

.content-right .album-manage .add-new-album .new-album-content .item .text-area .left a {
  display: inline-block;
  text-decoration: none;
  margin-right: 10px;
  width: 52px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  border: 1px solid #cdcdcd;
  background: #ffffff;
  border-radius: 2px;
  color: #333333;
  cursor: pointer;
}

.content-right .album-manage .add-new-album .new-album-content .item .text-area .left a.list-hover {
  background: #dd3541;
  color: #fff;
}

.content-right .album-manage .add-new-album .new-album-content .item .text-area .right {
  width: 290px;
  margin: 0;
  display: inline-block;
}

.content-right .album-manage .add-new-album .new-album-content .item .text-area .right .time-line {
  width: 100%;
  text-align: right;
  margin: 0;
}

.content-right .album-manage .add-new-album .new-album-content .item .text-area .right .time-line div {
  cursor: pointer;
  width: 90px;
  display: inline-block;
  position: relative;
}

.content-right .album-manage .add-new-album .new-album-content .item .text-area .right .time-line div input {
  margin: 0;
  width: 80px;
  cursor: pointer;
}

.content-right .album-manage .add-new-album .new-album-content .item .text-area .right .time-line div i {
  background-image: url(../images/audio-center/ic_down.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 10px;
  height: 4px;
  position: absolute;
  top: 15px;
  cursor: pointer;
  left: 74px;
}

.content-right .album-manage .add-new-album .new-album-content .item .text-area .right .time-line div ul.t-item {
  width: 180px;
  display: inline-block;
  max-height: 200px;
  overflow-y: auto;
  border: 1px solid #d1d1d1;
  padding: 0 0 16px 16px;
  box-shadow: 0 0 10px #ccc;
  position: absolute;
  z-index: 99;
  background: #fff;
  left: 0;
  top: 34px;
  display: none;
}

.content-right .album-manage .add-new-album .new-album-content .item .text-area .right .time-line div ul.t-item li {
  width: 69px;
  float: left;
  padding: 8px 0;
  text-align: center;
  cursor: pointer;
}

.content-right .album-manage .add-new-album .new-album-content .item .text-area .right .time-line div ul.active {
  display: inline-block;
}

.content-right .album-manage .add-new-album .new-album-content .item .text-area .right .time-line .t-left {
  margin-right: 26px;
}

.content-right .album-manage .add-new-album .new-album-content .item .text-area .select-days {
  display: none;
  height: 28px;
  border: 1px solid #cdcdcd;
  padding-left: 16px;
  margin-top: 8px;
  box-sizing: border-box;
}

.content-right .album-manage .add-new-album .new-album-content .item .text-area .select-days li {
  float: left;
  padding: 4px 14px;
  box-sizing: border-box;
  position: relative;
}

.content-right .album-manage .add-new-album .new-album-content .item .text-area .select-days li>input {
  width: 14px;
  height: 14px;
  border: none;
  padding: 0;
  margin-right: 4px;
  margin-top: 0;
  box-sizing: border-box;
  visibility: hidden;
}

.content-right .album-manage .add-new-album .new-album-content .item .text-area .select-days li>span {
  position: absolute;
  left: 15px;
  top: 4px;
  display: inline-block;
  width: 14px;
  cursor: pointer;
  height: 16px;
  background-image: url(../images/audio-center/ic-check.png);
  background-repeat: no-repeat;
}

.content-right .album-manage .add-new-album .new-album-content .item .text-area .select-days li>span.active {
  background-image: url(../images/audio-center/ic-checked.png);
  background-repeat: no-repeat;
}

.content-right .album-manage .add-new-album .new-album-content .item .text-area textarea {
  width: 754px;
  padding-left: 10px;
  height: 120px;
  line-height: 1.5em;
  margin-top: 10px;
  border: 1px solid #cdcdcd;
  border-radius: 2px;
  font-size: 12px;
  color: #333;
  resize: none;
  overflow-y: auto;
  box-sizing: border-box;
}

.content-right .album-manage .add-new-album .new-album-content .item .cate-wrapper .categroy-list {
  margin: 0;
  display: inline-block;
  width: 200px;
  position: relative;
}

.content-right .album-manage .add-new-album .new-album-content .item .cate-wrapper .categroy-list input {
  width: 196px;
  cursor: pointer;
}

.content-right .album-manage .add-new-album .new-album-content .item .cate-wrapper .categroy-list i {
  display: inline-block;
  background-image: url(../images/audio-center/ic_down.png);
  background-repeat: no-repeat;
  width: 10px;
  height: 4px;
  position: absolute;
  top: 22px;
  left: 186px;
}

.content-right .album-manage .add-new-album .new-album-content .item .cate-wrapper .categroy-list .cate-item {
  width: 369px;
  max-height: 200px;
  overflow-y: auto;
  border: 1px solid #d1d1d1;
  padding: 10px 1px 10px 26px;
  box-shadow: 0 0 10px #ccc;
  position: absolute;
  z-index: 99;
  background: #fff;
  display: none;
}

.content-right .album-manage .add-new-album .new-album-content .item .cate-wrapper .categroy-list .cate-item li {
  width: 69px;
  float: left;
  margin: 0;
  padding: 8px 0;
  cursor: pointer;
  color: #333;
}

.content-right .album-manage .add-new-album .new-album-content .item .cate-wrapper .cate-source {
  margin: 0;
  width: 100px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #e5e5e5;
  margin-left: 34px;
  display: inline-block;
}

.content-right .album-manage .add-new-album .new-album-content .item .cate-wrapper .cate-source a {
  display: inline-block;
  width: 48px;
  text-align: center;
  cursor: pointer;
  background: #dd3541;
  color: #fff;
  text-decoration: none;
}

.content-right .album-manage .add-new-album .new-album-content .item .cate-wrapper .cate-source a.source-hover {
  background: #ffffff;
  color: #333333;
}

.content-right .album-manage .add-new-album .new-album-content .item .select-label {
  padding: 4px;
  box-sizing: border-box;
}

.content-right .album-manage .add-new-album .new-album-content .item .select-label li {
  display: inline-block;
  min-width: 78px;
  position: relative;
  height: 24px;
  line-height: 24px;
  padding: 4px 2px;
  padding-left: 21px;
  box-sizing: content-box;
  cursor: pointer;
}

.content-right .album-manage .add-new-album .new-album-content .item .select-label li>input {
  position: absolute;
  top: 7px;
  left: 4px;
  width: 12px;
  height: 16px;
  margin-top: 0;
  line-height: 16px;
  padding: 0;
  opacity: 0;
  -webkit-filter: opactity=0;
  filter: opactity=0;
}

.content-right .album-manage .add-new-album .new-album-content .item .select-label li>span {
  position: absolute;
  top: 7px;
  left: 4px;
  display: inline-block;
  background-image: url(../images/audio-center/ic-check.png);
  background-repeat: no-repeat;
  width: 12px;
  height: 16px;
  margin-right: 10px;
  cursor: pointer;
}

.content-right .album-manage .add-new-album .new-album-content .item .select-label li>span.active {
  background-image: url(../images/audio-center/ic-checked.png);
  background-repeat: no-repeat;
}

.content-right .album-manage .add-new-album .new-album-content .item .alert-mes {
  width: 100%;
  height: 12px;
  color: #ff6b63;
  margin: 6px 0 10px 0;
  line-height: 12px;
  display: none;
  margin: 0;
}

.content-right .album-manage .add-new-album .new-album-content .item .active input {
  border: 1px solid red;
}

.content-right .album-manage .add-new-album .new-album-content .sort-wrapper .sort {
  width: 100%;
  height: 32px;
}

.content-right .album-manage .add-new-album .new-album-content .sort-wrapper .sort a {
  display: inline-block;
  border: 1px solid #cdcdcd;
  box-sizing: border-box;
  width: 50px;
  text-align: center;
  line-height: 32px;
  margin: 0;
  padding: 0;
  height: 32px;
  background: #dd3541;
  color: #fff;
  cursor: pointer;
  float: left;
  text-decoration: none;
}

.content-right .album-manage .add-new-album .new-album-content .sort-wrapper .sort a:nth-child(1) {
  border-right: none;
}

.content-right .album-manage .add-new-album .new-album-content .sort-wrapper .sort a.active {
  background: #fff;
  color: #333;
}

.content-right .album-manage .add-new-album .new-album-content .input-keywords {
  width: 754px;
  box-sizing: border-box;
}

.content-right .album-manage .add-new-album .new-album-content .input-keywords .tag-list {
  border: 1px solid #cdcdcd;
  min-height: 32px;
  box-sizing: border-box;
  width: 760px;
  padding-left: 4px;
}

.content-right .album-manage .add-new-album .new-album-content .input-keywords .tag-list .tag-input {
  margin: 0.3em 0;
  position: relative;
}

.content-right .album-manage .add-new-album .new-album-content .input-keywords .tag-list .tag-input input {
  border: 0;
  color: #aaa;
  padding: 1px 10px 1px 0px;
  min-width: 24px;
  width: 1em;
  line-height: 21px;
  height: 21px;
  outline: none;
  text-align: center;
  background-color: #fff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border linear 0.2s, box-shadow linear 0.2s;
}

.content-right .album-manage .add-new-album .new-album-content .input-keywords .tag-list .tag-item {
  display: inline-block;
  position: relative;
  margin: 5px 0;
  margin-right: 10px;
  padding: 0px;
  background-color: #ebebeb;
  box-sizing: border-box;
}

.content-right .album-manage .add-new-album .new-album-content .input-keywords .tag-list .tag-item input {
  border: 0;
  color: #666;
  min-width: 24px;
  background-color: #ebebeb;
  width: 1em;
  line-height: 21px;
  height: 21px;
  outline: none;
  text-align: center;
  font-size: 12px;
  padding: 0 12px;
  text-align: center;
}

.content-right .album-manage .add-new-album .new-album-content .input-keywords .tag-list .tag-item a {
  position: absolute;
  display: inline-block;
  top: -2px;
  right: -1px;
  cursor: pointer;
  color: #aaa;
  line-height: 1;
  font-size: 16px;
  text-decoration: none;
}

.content-right .album-manage .add-new-album .new-album-content .input-keywords .tag-list .tag-active {
  background-color: #fff;
}

.content-right .album-manage .add-new-album .new-album-content .input-keywords .tag-list .tag-active input {
  background-color: #fff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border linear 0.2s, box-shadow linear 0.2s;
}

.content-right .album-manage .add-new-album .new-album-content .input-keywords .tag-list .tag-active a {
  display: none;
}

.content-right .album-manage .add-new-album .new-album-content .input-keywords .recomands {
  width: 100%;
  height: 22px;
  line-height: 22px;
  padding: 8px 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.content-right .album-manage .add-new-album .new-album-content .input-keywords .recomands span {
  margin-right: 8px;
  color: #ccc;
}

.content-right .album-manage .add-new-album .new-album-content .input-keywords .recomands ul li {
  float: left;
  padding: 0 4px;
  color: #5493e6;
  cursor: pointer;
  margin: 0 2px;
}

.content-right .album-manage .add-new-album .new-album-content .input-keywords .recomands ul li.active {
  background-color: #5493e6;
  color: #fff;
}

.content-right .album-manage .add-new-album .new-album-content .input-detial {
  width: 754px;
  box-sizing: border-box;
}

.content-right .album-manage .add-new-album .new-album-content .input-detial .text-area {
  margin: 0;
}

.content-right .album-manage .add-new-album .new-album-content .btn-submit {
  width: 325px;
  margin: 100px auto;
}

.content-right .album-manage .add-new-album .new-album-content .btn-submit input {
  width: 90px;
  height: 34px;
  margin-right: 70px;
  line-height: 34px;
  text-align: center;
  border-radius: 2px;
  border: 0;
  color: #fff;
  font-size: 14px;
  background: #dd3541;
  cursor: pointer;
}

.content-right .album-manage .add-new-album .new-album-content .btn-submit input.active {
  color: #fff;
  background-color: #d1d1d1;
  background-image: url(../../images/audio-center/load.gif);
  background-repeat: no-repeat;
  background-position: 6px 10px;
}

.content-right .album-manage .add-new-album .new-album-content .item-right {
  width: 160px;
  height: 160px;
  float: right;
}

.content-right .album-manage .add-new-album .new-album-content .item-right .p {
  padding: 4px 0;
}

.content-right .album-manage .add-new-album .new-album-content .item-right .upload-img {
  width: 120px;
  height: 120px;
  position: relative;
  margin: 0;
}

.content-right .album-manage .add-new-album .new-album-content .item-right .upload-img img {
  width: 100%;
  height: auto;
}

.content-right .album-manage .add-new-album .new-album-content .item-right .upload-img a {
  display: inline-block;
  position: absolute;
  width: 120px;
  bottom: 0;
  left: 0;
  line-height: 34px;
  height: 34px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}

.content-right .album-manage .add-new-album .new-album-content .item-right .upload-img a input {
  position: absolute;
  width: 120px;
  height: 34px;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  border: none;
  cursor: pointer;
}

.content-right .anchor-title {
  width: 100%;
  line-height: 21px;
  font-size: 16px;
  color: #999;
  padding: 6px 0;
  box-sizing: border-box;
}

.content-right .anchor-title span {
  display: inline-block;
  height: 21px;
  padding: 0 5px;
  font-size: 16px;
  color: #999;
  cursor: pointer;
}

.content-right .anchor-title span.active {
  color: #333;
}

.content-right .anchor-center {
  width: 100%;
}

.content-right .anchor-center .tab-turn span {
  text-align: center;
  display: inline-block;
  font-size: 12px;
  width: 200px;
  height: 26px;
  line-height: 26px;
  position: relative;
}

.content-right .anchor-center .tab-turn .active {
  color: #333;
  border-bottom: 2px solid #ff6b63;
}

.content-right .anchor-center .tab-turn .active i {
  position: absolute;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #ff6b63;
  border-radius: 50%;
  top: 22px;
  left: 50%;
  -webkit-transform: translateX(-4px);
  transform: translateX(-4px);
}

.content-right .anchor-center .phone-wrapper {
  padding: 20px 0;
  box-sizing: border-box;
  width: 100%;
}

.content-right .anchor-center .phone-wrapper .main>div {
  margin: 20px 0;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.content-right .anchor-center .phone-wrapper .main>div>span {
  display: inline-block;
  margin-right: 20px;
}

.content-right .anchor-center .phone-wrapper .main>div input {
  display: inline-block;
  height: 32px;
  font-size: 14px;
  line-height: 32px;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  text-indent: 2px;
  margin-right: 20px;
  color: #666;
  padding-left: 4px;
}

.content-right .anchor-center .phone-wrapper .main>div a {
  text-decoration: none;
  display: inline-block;
  height: 32px;
  width: 100px;
  text-align: center;
  line-height: 32px;
  background-color: #ff6b63;
  box-sizing: border-box;
  color: #fff;
}

.content-right .anchor-center .phone-wrapper .main>div a.sure {
  margin-left: 200px;
  border-radius: 3px;
}

.content-right .anchor-center .phone-wrapper .main>div .vcode {
  width: 72px;
}

.content-right .anchor-center .phone-wrapper .main>div a.active {
  background-color: #e5e5e5;
  color: #333;
}

.content-right .anchor-center .phone-wrapper .main>div .alert-me {
  display: none;
  height: 26px;
  line-height: 26px;
  position: relative;
  margin: 0;
}

.content-right .anchor-center .phone-wrapper .main>div .alert-me i {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  background-image: url(../images/audio-center/new_hint_icon.png);
  background-repeat: no-repeat;
  top: 8px;
}

.content-right .anchor-center .phone-wrapper .main>div .alert-me>span {
  display: inline-block;
  line-height: 26px;
  height: 26px;
  margin-left: 24px;
}

.content-right .anchor-center .phone-wrapper .main>div .show {
  display: inline-block;
}

.content-right .anchor-center .phone-wrapper .main>div .active i {
  background-position: 2px -40px;
}

.content-right .anchor-center .phone-wrapper .success-bind a {
  margin-left: 200px;
  margin-top: 60px;
  text-decoration: none;
  display: inline-block;
  height: 26px;
  width: 100px;
  text-align: center;
  line-height: 26px;
  background-color: #ff6b63;
  box-sizing: border-box;
  color: #fff;
}

.content-right .anchor-center .phone-wrapper .success {
  font-size: 16px;
  color: #999;
}

.content-right .anchor-center .phone-wrapper .connect {
  margin-top: 170px;
  text-align: center;
}

.content-right .anchor-center .anchors .main {
  position: relative;
}

.content-right .anchor-center .anchors .main>div {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.content-right .anchor-center .anchors .main>div>span {
  text-align: right;
  width: 60px;
  line-height: 18px;
}

.content-right .anchor-center .anchors .main>div input {
  margin-right: 20px;
}

.content-right .anchor-center .anchors .main>div i {
  position: static;
  display: none;
}

.content-right .anchor-center .anchors .main>div i.active {
  display: inline-block;
}

.content-right .anchor-center .anchors .main>div i.success {
  display: inline-block;
  background-position: 2px -40px;
}

.content-right .anchor-center .anchors .main>div label {
  margin-right: 20px;
  cursor: pointer;
}

.content-right .anchor-center .anchors .main>div .imgs {
  width: 120px;
  position: relative;
  height: 120px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  margin-right: 30px;
  overflow: hidden;
}

.content-right .anchor-center .anchors .main>div .imgs img {
  width: 100%;
  height: auto;
}

.content-right .anchor-center .anchors .main>div .imgs a {
  display: block;
  width: 120px;
  height: 34px;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  line-height: 34px;
  text-decoration: none;
  cursor: pointer;
}

.content-right .anchor-center .anchors .main>div .imgs a input {
  position: absolute;
  width: 120px;
  height: 34px;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  border: none;
  cursor: pointer;
}

.content-right .anchor-center .anchors .main>div .active {
  border: 1px solid #ff6b63;
}

.content-right .anchor-center .anchors .main .notic {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}

.content-right .anchor-center .anchors .main .notic p {
  margin: 0;
}

.content-right .anchor-center .anchors .main .anchorInfor>span {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.content-right .anchor-center .anchors .main .anchorInfor textarea {
  width: 420px;
  height: 160px;
  resize: none;
  border: 1px solid #e5e5e5;
  color: #666;
  text-indent: 4px;
  outline: none;
  padding: 3px;
  box-sizing: border-box;
}

.content-right .anchor-center .anchors .main .anchorInfor .alert-me {
  margin-left: 25px;
  box-sizing: border-box;
}

.content-right .anchor-center .anchors .main .upload-avtor {
  position: absolute;
  right: 130px;
  top: -18px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  z-index: 30;
}

.content-right .anchor-center .anchors .main .upload-avtor .upload-notes {
  text-align: left;
}

.content-right .anchor-center .anchors .main .upload-avtor .image-alert {
  border: 1px solid #dd3541;
}

.a_wrapper .a_container .message-ceneter>div>a {
  position: relative;
}

.a_wrapper .a_container .message-ceneter>div>a .count {
  color: #fff;
  background: #fb4c49;
  display: inline-block;
  padding: 0 4px;
  text-align: center;
  line-height: 15px;
  border-radius: 7px;
  margin-left: 4px;
  position: absolute;
  top: 5px;
  left: 24px;
  font-weight: normal;
  display: none;
}

.a_wrapper .a_container .message-ceneter>div i.mes {
  position: absolute;
  height: 14px;
  width: 14px;
  background-image: url(../images/audio-center/ic_pr.png);
  background-repeat: no-repeat;
  top: 18px;
  left: 44px;
}

.a_wrapper .a_container .message-ceneter>div i.comment {
  position: absolute;
  height: 14px;
  width: 14px;
  background-image: url(../images/audio-center/ic_cm.png);
  background-repeat: no-repeat;
  top: 18px;
  left: 44px;
}

.a_wrapper .a_container .message-ceneter>div i.info {
  position: absolute;
  height: 14px;
  width: 14px;
  background-image: url(../images/audio-center/ic_if.png);
  background-repeat: no-repeat;
  top: 16px;
  left: 44px;
}

.content-right .message-container .heade {
  height: 38px;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
}

.content-right .message-container .heade span {
  position: relative;
  height: 14px;
  line-height: 14px;
  padding: 0 8px;
  font-weight: 600;
}

.content-right .message-container .heade span i {
  position: absolute;
  top: 0;
  left: 0;
  height: 14px;
  width: 0;
  border-left: 2px solid #fb4c49;
}

.content-right .message-container .heade a {
  display: inline-block;
  width: 18px;
  height: 18px;
  cursor: pointer;
  background-image: url(../images/audio-center/icon.png);
  background-repeat: no-repeat;
}

.content-right .message-container .mes-content {
  width: 100%;
}

.content-right .message-container .mes-content .select-all {
  width: 100%;
  height: 30px;
  margin: 15px 0 10px 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.content-right .message-container .mes-content .select-all>div {
  margin: 0;
  display: inline;
  font-size: 12px;
  color: #999;
  width: 50px;
  height: 14px;
  background-image: url(../images/audio-center/icon.png);
  background-repeat: no-repeat;
  background-position: 0px -227px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.content-right .message-container .mes-content .select-all>div input {
  opacity: 0;
  cursor: pointer;
}

.content-right .message-container .mes-content .select-all>div>span {
  margin: 0 0 0 6px;
}

.content-right .message-container .mes-content .select-all>div.on {
  background-position: 0px -263px;
}

.content-right .message-container .mes-content .select-all>span {
  display: inline-block;
  width: 88px;
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  color: #333;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  text-align: center;
  margin-left: 14px;
  cursor: pointer;
}

.content-right .message-container .mes-content .select-all>span a {
  color: #333;
  text-decoration: none;
}

.content-right .message-container .mes-content .item {
  width: 100%;
  height: 80px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
}

.content-right .message-container .mes-content .item .left {
  width: 80%;
  height: 80px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.content-right .message-container .mes-content .item .left>span {
  margin-right: 0;
  width: 14px;
  cursor: pointer;
  height: 14px;
  background-image: url(../images/audio-center/icon.png);
  background-repeat: no-repeat;
  background-position: 0 -227px;
}

.content-right .message-container .mes-content .item .left>span input {
  width: 14px;
  height: 14px;
  opacity: 0;
  cursor: pointer;
}

.content-right .message-container .mes-content .item .left>span.on {
  background-position: 0px -263px;
}

.content-right .message-container .mes-content .item .left .img {
  width: 50px;
  height: 50px;
  margin: 0;
  margin-left: 14px;
  position: relative;
  border-radius: 50%;
}

.content-right .message-container .mes-content .item .left .img img {
  width: 100%;
  border-radius: 50%;
}

.content-right .message-container .mes-content .item .left .img i {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(../images/audio-center/icon.png);
  background-repeat: no-repeat;
  background-position: 0 -84px;
  bottom: 2px;
  right: 6px;
  position: absolute;
}

.content-right .message-container .mes-content .item .left .contents {
  margin: 0;
  margin-left: 14px;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  overflow: hidden;
  height: 50px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}

.content-right .message-container .mes-content .item .left .contents p {
  margin: 0;
  width: 538px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.content-right .message-container .mes-content .item .left .contents a:nth-child(1) {
  font-size: 14px;
  color: #333;
  text-decoration: none;
}

.content-right .message-container .mes-content .item .left .contents p:nth-child(1) {
  color: #999;
}

.content-right .message-container .mes-content .item .right {
  height: 50px;
  width: 20%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
}

.content-right .message-container .mes-content .item .right span {
  color: #d1d1d1;
}

.content-right .message-container .mes-content .item .right span a {
  color: #999;
  margin: 0 16px;
}

.content-right .message-container .mes-content .item .right span a:hover {
  color: #d1d1d1;
}

.content-right .message-container .notic-center {
  width: 100%;
  min-height: 300px;
}

.content-right .message-container .notic-center .item-notic {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
}

.content-right .message-container .notic-center .item-notic .header-notic {
  width: 100%;
  height: 20px;
  line-height: 20px;
  margin: 12px 0 9px 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.content-right .message-container .notic-center .item-notic .header-notic>span:nth-child(1) {
  font-size: 14px;
  color: #333;
  width: 660px;
}

.content-right .message-container .notic-center .item-notic .header-notic>span:nth-child(2) {
  font-size: 12px;
  color: #d1d1d1;
}

.content-right .message-container .notic-center .item-notic>p {
  margin-bottom: 12px;
  font-size: 12px;
  color: #999;
}

.content-right .message-container .shield-header {
  width: 100%;
  height: 38px;
  line-height: 38px;
  border: 1px solid #e5e5e5;
  border-top: none;
  font-size: 14px;
  color: #333;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.content-right .message-container .shield-header p.back-word {
  height: 38px;
  width: 68px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.content-right .message-container .shield-header p.back-word i {
  width: 7px;
  height: 10px;
  display: inline-block;
  background-image: url(../images/audio-center/icon.png);
  background-repeat: no-repeat;
  background-position: 0 -296px;
  padding-left: 8px;
  margin-left: 8px;
}

.content-right .message-container .shield-header p.back-word a {
  text-decoration: none;
}

.content-right .message-container .shield-header p:nth-child(2) {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.content-right .message-container .shield-section {
  width: 100%;
  min-height: 200px;
}

.content-right .message-container .shield-section .shield-lists {
  width: 100%;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  border-top: none;
  padding-top: 10px;
}

.content-right .message-container .shield-section .shield-lists .shield-item {
  width: 250px;
  height: 85px;
  background-color: #f5f5f5;
  float: left;
  margin: 0 9.5px 9px 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.content-right .message-container .shield-section .shield-lists .shield-item .img {
  width: 50px;
  margin: 0;
  margin-right: 10px;
  margin-left: 10px;
  height: 50px;
  float: left;
  border-radius: 50%;
  overflow: hidden;
}

.content-right .message-container .shield-section .shield-lists .shield-item .img img {
  width: 100%;
}

.content-right .message-container .shield-section .shield-lists .shield-item .contents {
  width: 180px;
  margin: 0;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}

.content-right .message-container .shield-section .shield-lists .shield-item .contents p {
  width: 100%;
}

.content-right .message-container .shield-section .shield-lists .shield-item .contents a {
  width: 88px;
  height: 30px;
  font-size: 12px;
  border-radius: 2px;
  cursor: pointer;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  color: #dd3541;
  text-align: center;
  line-height: 30px;
}

.content-right .message-container .deital-infor {
  width: 100%;
  background: #f5f5f5;
  padding: 7px 0;
  box-sizing: border-box;
}

.content-right .message-container .deital-infor .time-line {
  font-size: 12px;
  color: #999;
  text-align: center;
  margin-top: 14px;
  background-image: url(../images/audio-center/pl-time.png);
  background-repeat: no-repeat;
  background-position: center;
}

.content-right .message-container .deital-infor .private-message {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  margin: 7px 0 7px 30px;
}

.content-right .message-container .deital-infor .private-message .img {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}

.content-right .message-container .deital-infor .private-message .img img {
  width: 100%;
}

.content-right .message-container .deital-infor .private-message .message-wrapper {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
}

.content-right .message-container .deital-infor .private-message .message-wrapper>i {
  display: inline-block;
  width: 13px;
  height: 19px;
  background-image: url(../images/audio-center/bubble-fff.png);
  background-repeat: no-repeat;
  float: left;
  margin-top: 4px;
}

.content-right .message-container .deital-infor .private-message .message-wrapper p {
  float: left;
  display: inline-block;
  max-width: 365px;
  padding: 12px 8px 12px 24px;
  word-break: break-word;
  background: #fff;
  color: #333;
  border-radius: 10px;
}

.content-right .message-container .deital-infor .private-message-own {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  margin: 7px 30px 7px 0;
}

.content-right .message-container .deital-infor .private-message-own .img-own {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}

.content-right .message-container .deital-infor .private-message-own .img-own img {
  width: 100%;
}

.content-right .message-container .deital-infor .private-message-own .message-wrapper-own {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
}

.content-right .message-container .deital-infor .private-message-own .message-wrapper-own>i {
  display: inline-block;
  width: 13px;
  height: 19px;
  background-image: url(../images/audio-center/bubble-red.png);
  background-repeat: no-repeat;
  margin-top: 4px;
  float: right;
}

.content-right .message-container .deital-infor .private-message-own .message-wrapper-own p {
  max-width: 320px;
  color: #fff;
  padding: 12px 14px 12px 20px;
  border-radius: 10px;
  word-break: break-word;
  background: #fa7272;
  text-align: right;
  float: right;
}

.content-right .message-container .comment-header {
  width: 100%;
  margin-top: 15px;
  height: 40px;
  border-bottom: 1px solid #e5e5e5;
  padding-left: 4px;
  margin-right: 30px;
}

.content-right .message-container .comment-header a {
  float: left;
  width: 128px;
  height: 40px;
  line-height: 40px;
  background: #f8f8f8;
  text-align: center;
  cursor: pointer;
  border: 1px solid #e5e5e5;
  border-bottom: 0;
}

.content-right .message-container .comment-header .active {
  background: #fff;
  border-bottom: 0;
  border-right: 0;
}

.content-right .message-container .comment-lists {
  width: 100%;
}

.content-right .message-container .comment-lists .comment-list {
  border-bottom: 1px solid #e5e5e5;
  margin-right: 30px;
  padding: 20px 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}

.content-right .message-container .comment-lists .comment-list .comment-img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  overflow: hidden;
}

.content-right .message-container .comment-lists .comment-list .comment-img img {
  width: 100%;
}

.content-right .message-container .comment-lists .comment-list .comment-main {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  margin-left: 12px;
}

.content-right .message-container .comment-lists .comment-list .comment-main .top-c {
  width: 100%;
  height: 16px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.content-right .message-container .comment-lists .comment-list .comment-main .top-c span {
  color: #999;
}

.content-right .message-container .comment-lists .comment-list .comment-main .center-c {
  margin-top: 12px;
  padding: 10px 10px 26px 18px;
  margin-bottom: 12px;
  background: #f8f8f8;
}

.content-right .message-container .comment-lists .comment-list .comment-main .center-c p {
  color: #999;
  word-wrap: break-word;
  cursor: pointer;
  width: 654px;
}

.content-right .message-container .comment-lists .comment-list .comment-main .center-c p:hover {
  color: #666;
}

.content-right .message-container .comment-lists .comment-list .comment-main .bottom-c {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}

.content-right .message-container .comment-lists .comment-list .comment-main .bottom-c .co-reply {
  width: 100%;
  cursor: pointer;
  color: #999;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}

.content-right .message-container .comment-lists .comment-list .comment-main .bottom-c .co-reply a {
  color: #5191e9;
  cursor: pointer;
}

.content-right .message-container .comment-lists .comment-list .comment-main .bottom-c .co-reply span {
  width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.content-right .message-container .comment-lists .comment-list .comment-main .bottom-c .bttn {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  height: 16px;
  margin: 0;
  width: 100%;
  color: #999;
  margin-top: 4px;
  cursor: pointer;
}

.content-right .message-container .comment-lists .comment-list .comment-main .bottom-c .bttn p {
  margin: 0;
}

.content-right .message-container .comment-lists .comment-list .comment-main .bottom-c .bttn p a {
  color: #999;
  padding: 0 8px;
}

.content-right .message-container .comment-lists .comment-list .comment-main .bottom-c .bttn p .report,
.content-right .message-container .comment-lists .comment-list .comment-main .bottom-c .bttn p .shield {
  display: none;
  padding: 0;
}

.content-right .message-container .comment-lists .comment-list .comment-main .bottom-c .comment-box {
  width: 100%;
  background: #f8f8f8;
  border-radius: 2px;
}

.content-right .message-container .comment-lists .comment-list .comment-main .bottom-c .comment-box .input {
  width: 642px;
  color: #999999;
  font-size: 12px;
  border: 1px solid #d1d1d1;
  margin-left: 10px;
  padding: 10px 12px;
  max-height: 40px;
  min-height: 18px;
  background-color: #fff;
}

.content-right .message-container .comment-lists .comment-list .comment-main .bottom-c .comment-box .input img {
  width: 22px;
  height: 22px;
}

.content-right .message-container .comment-lists .comment-list .comment-main .bottom-c .comment-box .emijo {
  padding: 10px 0;
  width: 100%;
  height: 22px;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.content-right .message-container .comment-lists .comment-list .comment-main .bottom-c .comment-box .emijo>button {
  width: 22px;
  height: 22px;
  cursor: pointer;
  margin-left: 10px;
  background-image: url(../images/audio-center/comment.png);
  background-repeat: no-repeat;
  background-color: #f8f8f8;
}

.content-right .message-container .comment-lists .comment-list .comment-main .bottom-c .comment-box .emijo p {
  margin: 0;
}

.content-right .message-container .comment-lists .comment-list .comment-main .bottom-c .comment-box .emijo p span {
  color: #999;
  font-size: 12px;
}

.content-right .message-container .comment-lists .comment-list .comment-main .bottom-c .comment-box .emijo p>a {
  margin: 0px 18px 0 14px;
  float: right;
  width: 42px;
  cursor: pointer;
  line-height: 22px;
  border-radius: 2px;
  background-color: #5191e9;
  color: #fff;
  text-align: center;
}

.content-right .message-container .comment-lists .comment-list .comment-main .bottom-c .comment-box .emijo p>a.active {
  background: #ddd;
  color: #999;
}

.content-right .message-container .comment-lists .comment-list .comment-main:hover .bottom-c .bttn p .shield,
.content-right .message-container .comment-lists .comment-list .comment-main:hover .bottom-c .bttn p .report {
  display: inline-block;
}

.content-right .message-container .pageaction {
  width: 100%;
  min-height: 32px;
  margin: 10px 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.dl-img .div-pro-cont-right dd input {
  opacity: 0;
}

div.needAuth {
  position: absolute;
  margin: 0px;
  color: #999;
  top: 0;
  left: 100px;
  width: 270px;
  font-size: 14px;
  line-height: 16px;
}

div.needAuth>a {
  color: #dd3541;
}

.number_item {
  max-width: 350px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.title-ellipsis {
  display: inline-block;
  max-width: 120px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.buyMark-wrapper .buyMark-button {
  width: 100%;
  height: 32px;
}

.buyMark-wrapper .buyMark-button a {
  display: inline-block;
  border: 1px solid #cdcdcd;
  box-sizing: border-box;
  width: 50px;
  text-align: center;
  line-height: 32px;
  margin: 0;
  padding: 0;
  height: 32px;
  background: #dd3541;
  color: #fff;
  cursor: pointer;
  float: left;
  text-decoration: none;
}

.buyMark-wrapper .buyMark-button a.active {
  color: #333;
  background: #fff;
}