body {
  background: #F0F1F5;
}
.wrap {
  width: 1200px;
  margin: 0 auto;
}
.voice_detail {
  margin-top: 20px;
  margin-bottom: 100px;
  font-size: 14px;
  color: #333;
  /*播放插件修改的样式*/
}
.voice_detail * {
  box-sizing: border-box;
}
.voice_detail .banner img {
  width: 100%;
}
.voice_detail .content {
  margin-top: 20px;
}
.voice_detail .content .main {
  float: left;
  width: 920px;
  min-height: 850px;
  padding: 30px 20px;
  background: #fff;
}
.voice_detail .content .main > div {
  margin-bottom: 28px;
}
.voice_detail .content .main > div .item_title,
.voice_detail .content .main > div .item_content {
  vertical-align: middle;
  display: inline-block;
}
.voice_detail .content .main > div .item_title {
  font-weight: bold;
  color: #666;
  margin-right: 10px;
}
.voice_detail .content .main .base_info .name {
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}
.voice_detail .content .main .base_info .intro {
  color: #999;
  line-height: 20px;
}
.voice_detail .content .main .base_info .intro span {
  font-size: 12px;
  line-height: 20px;
}
.voice_detail .content .main .bgm {
  line-height: 40px;
}
.voice_detail .content .main .bgm .bgm_select {
  display: inline-block;
  position: relative;
  border: 1px solid #ddd;
  width: 560px;
  height: 40px;
  border-radius: 4px;
  padding: 0 20px;
  cursor: pointer;
}
.voice_detail .content .main .bgm .bgm_select p {
  display: inline-block;
}
.voice_detail .content .main .bgm .bgm_select span {
  color: #ffa228;
  position: absolute;
  right: 20px;
}
.voice_detail .content .main .bgm .tips {
  color: #999;
  margin-left: 20px;
}
.voice_detail .content .main .bgm .bgm_box {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -300px;
  margin-left: -500px;
  z-index: 101;
  width: 1000px;
  background: #fff;
}
.voice_detail .content .main .bgm .bgm_box .box_head {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #eee;
  padding-left: 19px;
}
.voice_detail .content .main .bgm .bgm_box .bgm_list {
  padding: 20px;
}
.voice_detail .content .main .bgm .bgm_box .bgm_list .bgm_item {
  background: #f4f4f4;
  width: 305px;
  padding: 18px;
  border-radius: 10px;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.voice_detail .content .main .bgm .bgm_box .bgm_list .bgm_item .item_head {
  line-height: 24px;
  height: 24px;
  margin-bottom: 25px;
}
.voice_detail .content .main .bgm .bgm_box .bgm_list .bgm_item .item_head .name {
  display: inline-block;
  width: 170px;
}
.voice_detail .content .main .bgm .bgm_box .bgm_list .bgm_item .item_head .btn {
  display: inline-block;
  background: #ffa228;
  text-align: center;
  color: #fff;
  border-radius: 12px;
  width: 96px;
  cursor: pointer;
  font-size: 12px;
}
.voice_detail .content .main .bgm .bgm_box .bgm_list .bgm_item .bgmplayer {
  height: 32px;
}
.voice_detail .content .main .bgm .bgm_box .bgm_list .bgm_item .aplayer {
  background: transparent;
  margin: 0;
  padding: 0;
}
.voice_detail .content .main .bgm .bgm_box .bgm_list .bgm_item .aplayer .aplayer-info {
  margin-left: 35px;
}
.voice_detail .content .main .bgm .bgm_box .bgm_list .bgm_item .aplayer .aplayer-bar-wrap {
  margin-right: 70px;
}
.voice_detail .content .main .bgm .bgm_box .bgm_list .bgm_item .aplayer .aplayer-time {
  right: -15px;
}
.voice_detail .content .main .bgm .bgm_box .bgm_list .bgm_item .aplayer .aplayer-bar {
  background: #ccc;
}
.voice_detail .content .main .bgm .bgm_box .bgm_list .bgm_item:nth-child(3n) {
  margin-right: 0;
}
.voice_detail .content .main .bgm .bgm_box .bgm_list .bgm_item:hover {
  box-shadow: 0 5px 20px #ccc;
}
.voice_detail .content .main .bgm .bgm_box #page {
  text-align: center;
}
.voice_detail .content .main .bgm .bgm_box #page * {
  box-sizing: content-box;
}
.voice_detail .content .main .speed {
  margin-bottom: 50px;
}
.voice_detail .content .main .speed .speed_bar {
  position: relative;
  width: 560px;
  height: 4px;
  background: linear-gradient(90deg, #0fc1f9 0%, #21d62e 38%, #e1da0f 60%, #d8552c 100%);
}
.voice_detail .content .main .speed .speed_bar li {
  display: inline-block;
  position: absolute;
  top: -9px;
  text-align: center;
}
.voice_detail .content .main .speed .speed_bar li .circle {
  border-radius: 50%;
  border: 1px solid #ccc;
  background: #fff;
  width: 20px;
  height: 20px;
  margin-bottom: 8px;
  cursor: pointer;
}
.voice_detail .content .main .speed .speed_bar li .circle .center {
  width: 12px;
  height: 12px;
  /*background: #ffa228;*/
  border-radius: 50%;
  margin: 3px;
}
.voice_detail .content .main .speed .speed_bar li .circle .center.active {
  background: #ffa228;
}
.voice_detail .content .main .speed .speed_bar li .circle.active {
  border: 1px solid #ffa228;
}
.voice_detail .content .main .speed .speed_bar li:nth-child(1) {
  left: 0%;
}
.voice_detail .content .main .speed .speed_bar li:nth-child(2) {
  left: 20%;
}
.voice_detail .content .main .speed .speed_bar li:nth-child(3) {
  left: 40%;
}
.voice_detail .content .main .speed .speed_bar li:nth-child(4) {
  left: 60%;
}
.voice_detail .content .main .speed .speed_bar li:nth-child(5) {
  left: 80%;
}
.voice_detail .content .main .speed .speed_bar li:nth-child(6) {
  left: 100%;
}
.voice_detail .content .main .speed #slide_pitch .layui-slider-bar,
.voice_detail .content .main .speed #slide_speed .layui-slider-bar {
  background: linear-gradient(90deg, #0fc1f9 0%, #21d62e 38%, #e1da0f 60%, #d8552c 100%) !important;
}
.voice_detail .content .main .speed ul.tip {
  margin-top: 20px;
  width: 100%;
  position: relative;
}
.voice_detail .content .main .speed ul.tip li {
  position: absolute;
}
.voice_detail .content .main .speed ul.tip li:nth-child(1) {
  left: -1%;
}
.voice_detail .content .main .speed ul.tip li:nth-child(2) {
  left: 16%;
}
.voice_detail .content .main .speed ul.tip li:nth-child(3) {
  left: 32%;
}
.voice_detail .content .main .speed ul.tip li:nth-child(4) {
  left: 48%;
}
.voice_detail .content .main .speed ul.tip li:nth-child(5) {
  left: 65%;
}
.voice_detail .content .main .speed ul.tip li:nth-child(6) {
  left: 84%;
}
.voice_detail .content .main .speed ul.tip li:nth-child(7) {
  left: 98%;
}
.voice_detail .content .main .copywriter {
  position: relative;
}
.voice_detail .content .main .copywriter .item,
.voice_detail .content .main .copywriter .item_content {
  vertical-align: top;
}
.voice_detail .content .main .copywriter textarea {
  border: 1px solid #ddd;
  width: 800px;
  /*height: 160px;*/
  padding: 10px 20px;
  border-radius: 4px;
  line-height: 26px;
  resize: vertical;
  min-height: 200px;
}
.voice_detail .content .main .copywriter textarea::-webkit-input-placeholder {
  /* WebKit browsers 适配谷歌 */
  color: #ccc;
}
.voice_detail .content .main .copywriter textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 适配火狐 */
  color: #ccc;
}
.voice_detail .content .main .copywriter textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ 适配火狐 */
  color: #ccc;
}
.voice_detail .content .main .copywriter textarea:-ms-input-placeholder {
  /* Internet Explorer 10+  适配ie*/
  color: #ccc;
}

.voice_detail .content .main .copywriter span.num {
  position: absolute;
  bottom: -20px;
  right: 6px;
  color: #999;
}
.voice_detail .content .main .voice_play .item_title span {
  color: #999;
  font-weight: normal;
  margin-left: 15px;
}
.voice_detail .content .main .voice_play .item_content {
  display: block;
}
.voice_detail .content .main .cost .item_title {
  position: relative;
}
.voice_detail .content .main .cost .item_title span {
  vertical-align: middle;
}
.voice_detail .content .main .cost .item_title .price {
  margin-left: 10px;
  font-weight: 400;
  font-size: 24px;
  color: #333;
}
.voice_detail .content .main .cost .item_title > div {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  margin-left: 5px;
}
.voice_detail .content .main .cost .item_title > div img {
  width: 15px;
}
.voice_detail .content .main .cost .item_title > div .tishi {
  margin-left: 10px;
  /*display: inline-block;*/
  display: none;
  position: absolute;
  width: 300px;
  padding: 10px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
  color: #666;
  font-size: 12px;
  font-weight: normal;
  line-height: 22px;
}
.voice_detail .content .main .cost .item_title > div:hover .tishi {
  display: inline-block;
}
.voice_detail .content .main .order {
  width: 240px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  margin: 0 auto;
  margin-top: -35px;
  background: #eee;
  color: #999;
  cursor: not-allowed;
}
.voice_detail .content .main .order.active {
  background: #ffa228;
  color: #fff;
  cursor: pointer;
}
.voice_detail .content .adv_content {
  float: left;
  width: 260px;
  margin-left: 20px;
}
.voice_detail .content .adv_content img {
  width: 100%;
  padding: 12px;
  background: #fff;
  margin-bottom: 10PX;
}
.voice_detail .mask {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: none;
}
.voice_detail .item_content .aplayer.play {
  margin-left: 76px;
  margin-top: 20px;
  background: #FAFAFA;
  box-shadow: none;
  padding: 20px;
}
.voice_detail .item_content .aplayer.play .aplayer-pic {
  width: 32px;
  height: 32px;
}
.voice_detail .item_content .aplayer.play .aplayer-pic img {
  display: none;
}
.voice_detail .item_content .aplayer.play .aplayer-play {
  background: url('../img/play.png');
  background-size: cover;
  width: 32px;
  height: 32px;
  border: 0;
  margin: -16px 0 0 -16px;
}
.voice_detail .item_content .aplayer.play .aplayer-play i {
  display: none;
}
.voice_detail .item_content .aplayer.play .aplayer-pause {
  background: url('../img/pause.png');
  background-size: cover;
  width: 32px;
  height: 32px;
  border: 0;
  left: 0;
  top: 0;
}
.voice_detail .item_content .aplayer.play .aplayer-pause i {
  display: none;
}
.voice_detail .item_content .aplayer.play .aplayer-music {
  display: none;
}
.voice_detail .item_content .aplayer.play .aplayer-info {
  height: initial;
  margin-left: 42px;
}
.voice_detail .item_content .aplayer.play .aplayer-bar {
  height: 6px;
  background: #eee;
  border-radius: 3px;
}
.voice_detail .item_content .aplayer.play .aplayer-bar .aplayer-loaded {
  height: 6px;
  background: #ccc;
  border-radius: 3px;
}
.voice_detail .item_content .aplayer.play .aplayer-bar .aplayer-played {
  height: 6px;
  background: #ffa228;
  border-radius: 3px;
}
.voice_detail .item_content .aplayer.play .aplayer-bar .aplayer-thumb {
  width: 12px!important;
  height: 12px!important;
  margin-top: -3px !important;
}
.voice_detail .item_content .aplayer.play .aplayer-time {
  line-height: 17px;
}
.voice_detail .item_content .aplayer.play .aplayer-icon-volume-down {
  display: none;
}
.voice_detail .item_content .aplayer.play .aplayer-bar-wrap {
  margin-right: 100px;
}
.layui-layer-prompt .layui-layer-content input {
  width: 300px;
}
