@charset "UTF-8";
body {
  color: #333;
  font-family: "Microsoft YaHei"; }

.maskWrapper {
  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: #ff6b63;
  color: #fff; }

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

.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; }

/**update image*/
.zhezhao {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100; }

/*.img_cut_box{display:inline-block;position: absolute;top:104px;left: 58px;z-index: 101;}*/
.img_cut_box {
  display: inline-block;
  position: fixed;
  z-index: 101;
  margin-left: -243px;
  margin-top: -160px;
  left: 50%;
  top: 50%; }

.img_cut_box em {
  font-style: normal;
  color: #999; }

.img_cut_box .up_btn {
  display: inline-block;
  color: #fff;
  padding: 8px 10px;
  margin-right: 20px;
  background-color: #45A7B9;
  cursor: pointer; }

/*.img_cut_box .crop_box{position:relative;width:430px;border:1px solid #e5e5e5;padding:20px;}*/
.img_cut_box .crop_inner {
  overflow: hidden;
  zoom: 1; }

.img_cut_box .crop_box .pic_src {
  float: left;
  width: 296px;
  height: 296px;
  margin: 0 0 20px 29px;
  background-color: #f5f5f5;
  vertical-align: top; }

.img_cut_box .crop_box .crop_img_set {
  float: left;
  display: none;
  width: 296px;
  height: 296px;
  margin-right: 20px;
  background-color: #f5f5f5;
  overflow: hidden;
  vertical-align: top; }

.img_cut_box .crop_box .pic_src .right {
  margin-right: 0; }

.img_cut_box .crop_box .pic_src img {
  width: 100%; }

.img_cut_box .crop_box .crop_preview {
  float: right;
  margin-right: 29px; }

.img_cut_box .crop_box .preview_wrap {
  position: relative;
  width: 104px;
  text-align: center;
  margin-bottom: 20px; }

.img_cut_box .crop_box .preview_wrap span {
  display: block;
  margin-top: 5px; }

.img_cut_box .crop_box .preview_box {
  width: 104px;
  height: 104px;
  background-color: #f5f5f5;
  overflow: hidden; }

.img_cut_box .crop_box .cir_pre {
  position: absolute;
  top: 0;
  left: 0; }

#k_crop {
  /*position:absolute;top:20px;left:20px;*/
  width: 486px;
  z-index: 100;
  background: #fff; }

#k_crop_show img {
  width: 100%; }

.crop_wrap {
  overflow: hidden;
  zoom: 1;
  border-bottom: 1px solid #fff;
  margin-top: 30px; }

.crop_box {
  position: relative; }

.crop_box .loadings {
  position: absolute;
  z-index: 1001;
  top: 28%;
  left: 28%;
  width: 80px;
  height: 80px; }

.crop_box .loadings img {
  width: 100%;
  height: 100%;
  z-index: 300; }

/* 上传图片加载图 */
.dl-img .uploadings {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 120px; }

.dl-img .uploadings img {
  width: 60px;
  height: 60px;
  margin: 30px 0 0 30px; }

/* 上传提示语 */
.div-pro-cont-right .upload-notes, .single-item .upload-notes, .upload-mutil .upload-notes {
  color: #5191e9;
  cursor: pointer;
  position: relative;
  display: inline-block;
  height: 28px;
  line-height: 28px; }

.upload-notes {
  color: #5191e9;
  cursor: pointer;
  position: relative;
  display: inline-block;
  height: 28px;
  line-height: 28px; }

.div-pro-cont-right .upload-notes > i, .single-item .upload-notes > i, .upload-mutil .upload-notes > 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; }

.upload-notes > 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; }

.div-pro-cont-right .upload-notes > ul, .single-item .upload-notes > ul, .upload-mutil .upload-notes > 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; }

.upload-notes > 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; }

.div-pro-cont-right .upload-notes > ul > li, .single-item .upload-notes > ul > li, .upload-mutil .upload-notes > ul > li {
  line-height: 20px;
  color: #999; }

.upload-notes > ul > li {
  line-height: 20px;
  color: #999; }

.div-pro-cont-right .upload-notes:hover ul, .single-item .upload-notes:hover ul, .upload-mutil .upload-notes:hover ul {
  display: block; }

.upload-notes:hover ul {
  display: block; }

/* 结束 */
.crop_btn {
  text-align: center; }

.crop_btn .crop_sub {
  display: block;
  float: left;
  margin: 15px auto 0;
  color: #fff;
  padding: 8px 20px;
  background-color: #f84e4e;
  cursor: pointer;
  border: none; }

.crop_btn .crop_sub.no {
  color: #666;
  background-color: #ccc;
  cursor: not-allowed;
  visibility: hidden; }

.crop_btn .cancel {
  margin-left: 73px; }

.crop_btn .crop_save {
  margin-left: 144px;
  margin-bottom: 30px; }

.jcrop-holder .preview_wrap {
  position: absolute;
  right: -242px;
  top: 0px; }

.div-pro-cont-right {
  float: left;
  margin-left: 52px; }

.div-pro-cont-right dl {
  position: relative;
  width: 120px;
  height: 120px;
  margin-top: 8px; }

.div-pro-cont-right dt img {
  width: 100%;
  height: 100%; }

.div-pro-cont-right dd {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 34px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  line-height: 34px;
  cursor: pointer; }

.div-pro-cont-right dd input {
  width: 100%;
  height: 34px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; }

/*上传播放*/
.hl-up-audio {
  height: 36px;
  margin-top: 15px; }

.hl-up-audio .up-btn {
  float: left;
  width: 90px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: #999;
  color: #fff;
  position: relative; }

.swfupload {
  top: 0;
  left: 0; }

.hl-up-audio .play-box {
  float: left;
  margin-left: 14px;
  border: 1px solid  #ccc;
  border-radius: 5px;
  width: 462px;
  height: 34px;
  position: relative;
  overflow: hidden;
  visibility: hidden; }

.hl-up-audio .progress {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  width: 0;
  height: 34px;
  background: #ebf3ff; }

.hl-up-audio .ctrls {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2; }

.play-btn-box {
  float: left;
  width: 34px;
  height: 34px;
  line-height: 34px;
  border-right: 1px solid #ccc;
  cursor: pointer; }

.icon-play {
  background-image: url("/images/audio-center/icon-play.png");
  background-repeat: no-repeat; }

.play-btn {
  width: 9px;
  height: 12px;
  margin: 12px 0 0 12px; }

.ic-play {
  background-position: -10px -3px; }

.ic-pause {
  background-position: -10px -21px; }

.div-play-wrap {
  float: left;
  width: 377px;
  height: 34px;
  margin-left: 15px; }

.tab-main > li .single-item .play-name {
  margin-top: 3px;
  font-size: 12px;
  color: #333;
  line-height: 18px;
  height: auto; }

.play-bar, .vol-bar {
  position: relative;
  height: 2px;
  z-index: 2;
  float: left; }

.play-bar {
  width: 266px; }

.vol-bar {
  width: 68px;
  margin-left: 8px; }

.play-bar-bg {
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #D1D1D1; }

.play-bar-progress {
  position: absolute;
  top: 5px;
  left: 0;
  width: 0%;
  height: 2px;
  background: #5191e9;
  z-index: 9; }

.ic-progress {
  position: absolute;
  top: 2px;
  left: 0%;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #5191e9;
  border-radius: 4px;
  cursor: pointer; }

.ic-vol img {
  float: left;
  margin-left: 14px;
  vertical-align: top; }

.play-cancle {
  float: left;
  width: 34px;
  height: 34px;
  border-left: 1px solid #ccc; }

.ic-cancle {
  background-position: -13px -59px;
  width: 12px;
  height: 12px;
  margin: 10px 0 0 10px;
  cursor: pointer; }

/*.ic-cancle:hover{background-position: -25px -59px;}*/
.music-tips {
  font-size: 10px;
  color: #ec7b65;
  padding: 15px 0 0 8px;
  display: none;
  width: 570px;
  height: 91px;
  background: url("/images/audio-center/border.png") no-repeat; }

.p-create-radio {
  width: 559px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: -38px;
  border: 1px solid #e5e5e5;
  cursor: pointer; }

.p-create-radio span {
  width: 487px;
  display: inline-block;
  text-align: center;
  color: #5191e9; }

.p-create-radio i {
  width: 70px;
  float: right;
  text-align: center;
  font-style: normal;
  border-left: 1px solid #e5e5e5;
  color: #999; }

.hluploadify {
  position: relative;
  margin: 0;
  margin-bottom: 1em; }

.hluploadify-button {
  /* background-color: #ff6b63;

    background-image: linear-gradient(bottom, #505050 0%, #707070 100%);
    background-image: -o-linear-gradient(bottom, #505050 0%, #707070 100%);
    background-image: -moz-linear-gradient(bottom, #505050 0%, #707070 100%);
    background-image: -webkit-linear-gradient(bottom, #505050 0%, #707070 100%);
    background-image: -ms-linear-gradient(bottom, #505050 0%, #707070 100%);
    background-image: -webkit-gradient(
            linear,
            left bottom,
            left top,
            color-stop(0, #505050),
            color-stop(1, #707070)
    );
    */
  background-position: center top;
  background-repeat: no-repeat;
  /*
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 2px solid #808080;
    */
  color: #FFF;
  /* font: bold 12px Arial, Helvetica, sans-serif;*/
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  width: 100%; }

.hluploadify:hover .hluploadify-button {
  /*
    background-color: #606060;
    background-image: linear-gradient(top, #606060 0%, #808080 100%);
    background-image: -o-linear-gradient(top, #606060 0%, #808080 100%);
    background-image: -moz-linear-gradient(top, #606060 0%, #808080 100%);
    background-image: -webkit-linear-gradient(top, #606060 0%, #808080 100%);
    background-image: -ms-linear-gradient(top, #606060 0%, #808080 100%);
    background-image: -webkit-gradient(
            linear,
            left bottom,
            left top,
            color-stop(0, #606060),
            color-stop(1, #808080)
    );
    background-position: center bottom;
    */ }

.upload-item {
  margin: 10px;
  width: 100%;
  height: 88px;
  border: 1px solid #a8c8f4;
  border-radius: 10px;
  position: relative;
  color: #333;
  font-size: 12px;
  font-family: "微软雅黑";
  overflow: hidden; }

.upload-item input {
  color: #333; }

.upload-item .bg-progress {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 0;
  height: 88px;
  background: #ebf3ff;
  border-radius: 10px 0 0 10px; }

.upload-item .item-close {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("/images/audio-center/hluploadify-cancel.png") no-repeat;
  position: absolute;
  z-index: 2;
  right: 8px;
  top: 8px; }

.upload-item .item-close:hover {
  display: inline-block;
  width: 12px;
  height: 12px;
  position: absolute;
  z-index: 2;
  right: 8px;
  top: 8px;
  background: url("/images/audio-center/hluploadify-cancel-hover.png") no-repeat; }

.upload-item .item-btn {
  visibility: hidden;
  /*visible*/
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("/images/audio-center/btn-play-pause.png") no-repeat;
  position: absolute;
  z-index: 2;
  left: 11px;
  top: 12px; }

.upload-item .play {
  background-position: 0 0; }

.upload-item .pause {
  background-position: -18px 0;
  margin-left: 30px; }

.upload-item .item-name {
  display: inline-block;
  position: absolute;
  z-index: 2;
  left: 65px;
  top: 12px; }

.upload-item .item-size {
  display: inline-block;
  position: absolute;
  z-index: 2;
  top: 15px;
  right: 92px;
  color: #999; }

.upload-item .item-edit {
  display: inline-block;
  position: absolute;
  z-index: 2;
  left: 40px;
  top: 40px;
  width: 388px;
  height: 26px;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  outline: none;
  color: #999;
  padding-left: 10px; }

.upload-item .item-edit:focus {
  border-color: #5191E9; }

.upload-item .item-clock {
  width: 16px;
  height: 18px;
  display: inline-block;
  position: absolute;
  z-index: 2;
  background: url("/images/audio-center/alarm-clock.png");
  top: 44px;
  right: 258px;
  cursor: pointer; }

.upload-item .item-date {
  width: 149px;
  height: 20px;
  display: inline-block;
  position: absolute;
  z-index: 2;
  top: 42px;
  right: 92px;
  border: 1px solid #5191e9;
  outline: none;
  font-size: 12px;
  padding-left: 7px;
  background: url("/images/audio-center/time.png") top right no-repeat; }

.upload-item .item-msg {
  display: inline-block;
  position: absolute;
  z-index: 2;
  left: 40px;
  top: 68px;
  font-size: 12px;
  background: #fee1e1;
  width: 190px;
  height: 16px;
  line-height: 16px;
  border: 1px solid #ffb7b7;
  padding-left: 10px;
  text-align: left;
  display: none; }

.new_radio_title {
  font-size: 12px;
  margin: 14px 0 18px 30px;
  color: #999; }

.new_radio_des {
  font-size: 14px;
  margin-left: 30px;
  color: #333; }

.new_ul_upload {
  width: 740px;
  height: 30px;
  border-bottom: 1px solid #e5e5e5;
  margin: 14px 0 30px 0px; }

.new_ul_upload li {
  float: left;
  width: 128px;
  height: 29px;
  text-align: center;
  line-height: 29px; }

.new_upload_program {
  border-top: 1px solid #e5e5e5;
  border-right: none;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #e5e5e5;
  cursor: pointer; }

.new_bulk_upload {
  background: #f8f8f8;
  border-top: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  cursor: pointer; }

.new_add_audio input {
  width: 90px;
  height: 34px;
  color: #fff;
  font-size: 12px;
  background: #ff6b63;
  border: none;
  border-radius: 2px; }

.new_add_audio input:hover {
  background: #f84e4e; }

.new_add_audio input.active {
  background-color: #999; }

.new_div_kindly_reminder {
  color: #333;
  font-size: 12px;
  margin: 18px 0 20px 0; }

.new_div_kindly_reminder p {
  line-height: 18px; }

.new_div_radio_btn {
  margin: 108px 0 70px 0; }

.new_div_radio_btn input {
  width: 90px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  color: #fff;
  font-size: 14px;
  border: none; }

.new_radio_input {
  background: #d1d1d1; }

input.new_radio_input_press {
  background: none;
  border: 1px solid #d1d1d1;
  color: #666; }

.new_radio_input_press:hover {
  background: #f84e4e;
  color: #fff; }

.new_radio_input1_mar {
  margin: 0 70px 0 170px; }

.new_radio_input3_mar {
  margin: 0 0 0 70px;
  cursor: pointer; }

.new_upload_button {
  height: 34px;
  line-height: 34px;
  width: 90px;
  font-weight: normal;
  background: #f84e4e;
  font-size: 14px; }

.div-pro-btn .new_upload_color {
  background: #f84e4e;
  cursor: pointer; }

.upload-item .item-msg_time {
  display: inline-block;
  position: absolute;
  z-index: 2;
  right: 73px;
  top: 68px;
  font-size: 12px;
  background: #fee1e1;
  width: 190px;
  height: 16px;
  line-height: 16px;
  border: 1px solid #ffb7b7;
  padding-left: 10px;
  text-align: left;
  display: none; }

.upload-item .erroInputBorder {
  border: 1px solid red; }

.div-pro-btn {
  margin: 100px 0; }

.div-pro-btn input {
  width: 90px;
  height: 34px;
  border: none;
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 34px; }

.div-pro-btn input.load {
  background-image: url("/images/audio-center/load.gif");
  background-repeat: no-repeat;
  background-position: 6px 10px; }

.new-input1-mar {
  margin: 0 70px 0 170px; }

.new-radio-input {
  background: #d1d1d1; }

.new-input3-mar {
  margin: 0 0 0 70px;
  cursor: pointer; }

.new-radio-bg {
  background: #f84e4e; }

.div-pro-time {
  margin: 10px 0 15px 0;
  float: left; }

.div-pro-time .span-time {
  height: 20px;
  margin-top: 15px; }

.null-tips {
  width: 100%;
  height: 12px;
  /*visibility: hidden;*/
  color: #ff6b63;
  margin: 6px 0 15px 0; }

.div-service {
  position: relative;
  float: left;
  margin: 0; }

.ic-checkbox, .ic-checkbox-checked {
  display: inline-block;
  width: 12px;
  height: 16px;
  margin-right: 10px; }

.ic-checkbox {
  background: url("/images/audio-center/ic-check.png"); }

.ic-checkbox-checked {
  background: url("/images/audio-center/ic-checked.png"); }

.div-service p {
  padding-left: 20px; }

.a-service {
  color: #5191e9;
  cursor: pointer; }

.div-pro-btn {
  margin: 100px 0;
  float: left; }
