body {
  background: #F2F3F5;
}
.compound-box {
  padding: .18rem .3rem;
  max-width: 16rem;
  width: 12.6rem;
  margin: 0 auto;
}
.compound-box .compound-top {
  margin-bottom: .18rem;
}
.compound-box .compound-top img {
  height: 120px;
}
.compound-box .compound-content .compound-area {
  width: 75%;
  padding: .18rem .22rem;
}
.compound-box .compound-content .compound-area .areas > p {
  margin-right: .2rem;
  font-size: 12px;
  font-weight: bold;
  color: #666666;
}
.compound-box .compound-content .compound-area .areas > span {
  font-size: 12px;
  font-weight: bold;
  color: #999999;
  margin-left: .2rem;
}
.compound-box .compound-content .compound-area .area-item .select-box {
  padding: 0 .12rem;
  width: 461px;
  line-height: 37px;
  height: 37px;
  background: #f5f5f5;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
}
.compound-box .compound-content .compound-area .area-item .select-box > div .tempTitle {
  width: 3.8rem;
}
.compound-box .compound-content .compound-area .area-item .select-box > div p {
  padding-left: .08rem;
  font-size: 12px;
  font-weight: bold;
  color: #999999;
}
.compound-box .compound-content .compound-area .area-point .num p {
  width: 15px;
  height: 15px;
  border: 1px solid #ffa200;
  border-radius: 50%;
  cursor: pointer;
}
.compound-box .compound-content .compound-area .area-point .num .active {
  background: #ffa200;
}
.compound-box .compound-content .compound-area .area-point .num span {
  width: 41px;
  height: 2px;
  background: #ffa200;
}
.compound-box .compound-content .compound-area .area-1 {
  margin-bottom: .14rem;
}
.compound-box .compound-content .compound-area .area-1 p {
  padding-left: .1rem;
  font-size: 16px;
  font-weight: 400;
  color: #ffa200;
}
.compound-box .compound-content .compound-area .area-2 textarea {
  height: 133px;
  border-radius: 3px;
  margin-bottom: .2rem;
  font-size: .12rem;
  line-height: .2rem;
}
.compound-box .compound-content .compound-area .area-2 .text-num {
  position: absolute;
  bottom: 0;
  right: .1rem;
}
.compound-box .compound-content .compound-area .area-2 .text-num span {
  font-size: 12px;
  color: #999999;
}
.compound-box .compound-content .compound-area .area-3 {
  margin-bottom: .16rem;
}
.compound-box .compound-content .compound-area .area-4 {
  margin-bottom: .25rem;
}
.compound-box .compound-content .compound-area .area-5 {
  margin-bottom: .38rem;
}
.compound-box .compound-content .compound-area .area-6 {
  margin-bottom: .3rem;
}
.compound-box .compound-content .compound-area .area-7 {
  margin-bottom: .3rem;
}
.compound-box .compound-content .compound-area .area-8 {
  margin-bottom: .14rem;
}
.compound-box .compound-content .compound-area .area-8 .audioPlayer {
  cursor: pointer;
  margin-right: .12rem;
}
.compound-box .compound-content .compound-area .area-8 > p {
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  line-height: 25px;
  width: 95px;
  height: 25px;
  text-align: center;
  background: #ffa200;
  border-radius: 3px;
}
.compound-box .compound-content .compound-area .area-8 .audio-status .audio-left p {
  font-size: 12px;
  font-weight: 400;
  color: #ffa200;
}
.compound-box .compound-content .compound-area .area-8 .audio-status .audio-right {
  width: 100%;
}
.compound-box .compound-content .compound-area .area-8 .audio-status .audio-right .progress-bar-bg {
  background-color: #e0e2e4;
  position: relative;
  height: 2px;
  width: 4rem;
  margin: 0 .1rem;
  cursor: pointer;
}
.compound-box .compound-content .compound-area .area-8 .audio-status .audio-right .progress-bar-bg span {
  content: " ";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #ffa200;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
  margin-left: -5px;
  cursor: pointer;
}
.compound-box .compound-content .compound-area .area-8 .audio-status .audio-right .progress-bar-bg .progress-bar {
  background-color: #ffa200;
  width: 0;
  height: 2px;
}
.compound-box .compound-content .compound-area .area-8 .audio-status .audio-right > span {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
}
.compound-box .compound-content .compound-area .area-9 .downloads {
  line-height: 25px;
  width: 128px;
  height: 25px;
  text-align: center;
  cursor: pointer;
  border-radius: 3px;
  border: 1px solid #ffa200;
}
.compound-box .compound-content .compound-area .area-9 .downloads p {
  margin-left: .08rem;
  font-size: 14px;
  font-weight: bold;
  color: #ffa200;
}
.compound-box .compound-content .compound-list {
  width: 25%;
  padding-left: .16rem;
}
.compound-box .compound-content .compound-list .list-area {
  margin-bottom: .16rem;
}
.compound-box .compound-content .compound-list .list-area .list-top {
  height: .41rem;
  line-height: .41rem;
  border-bottom: 1px solid #f4f4f4;
  padding: 0 .14rem 0 .18rem;
}
.compound-box .compound-content .compound-list .list-area .list-top .top-left p {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  padding-left: .04rem;
}
.compound-box .compound-content .compound-list .list-area .list-top a > p {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}
.compound-box .compound-content .compound-list .list-area .list-box {
  padding: .18rem .14rem .06rem .18rem;
}
.compound-box .compound-content .compound-list .list-area .list-box .list-item {
  margin-bottom: .16rem;
}
.compound-box .compound-content .compound-list .list-area .list-box .list-item p {
  width: 2rem;
  font-size: 12px;
  font-weight: 400;
  color: #666666;
}
.compound-box .compound-content .compound-list .list-area .list-box .list-item span {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
}
.compound-box .compound-content .compound-list .compound-pic {
  border-radius: 3px;
}
.dub-mask {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 101;
  width: 10.02rem;
}
.dub-mask > p {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  padding-left: .1rem;
  height: .41rem;
  line-height: .41rem;
  border-bottom: 1px solid #f4f4f4;
  padding: 0 .14rem 0 .18rem;
}
.dub-mask .list_box {
  padding: 19px;
}
.dub-mask .list_box .list_anchor {
  height: 4.2rem;
}
.dub-mask .list_box .list_anchor li:hover {
  box-shadow: 5px 5px 20px rgba(25, 25, 25, 0.15);
}
.dub-mask .list_box .list_anchor li {
  width: 305px;
  border-radius: 10px;
  margin: 8px;
}
.dub-mask .list_box .list_anchor li .item-box {
  margin: .1rem;
  padding: .18rem;
}
.dub-mask .list_box .list_anchor li .item-box .item-info {
  margin-bottom: .25rem;
}
.dub-mask .list_box .list_anchor li .item-box .item-info .info-left {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  overflow: hidden;
}
.dub-mask .list_box .list_anchor li .item-box .item-info .info-left p {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  line-height: 22px;
  height: 22px;
  background: #facc00;
}
.dub-mask .list_box .list_anchor li .item-box .item-info .info-right {
  padding-left: .1rem;
  height: 82px;
}
.dub-mask .list_box .list_anchor li .item-box .item-info .info-right h2 {
  width: 1.57rem;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}
.dub-mask .list_box .list_anchor li .item-box .item-info .info-right p {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
}
.dub-mask .list_box .list_anchor li .item-box .item-info .info-right .btn-audio {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
  width: 96px;
  height: 24px;
  background: #ffa200;
  border-radius: 12px;
}
.dub-mask .list_box .list_anchor li .item-box .item-audio {
  height: .3rem;
}
.dub-mask .list_box .list_anchor li .item-box .item-audio .audio-left {
  height: 100%;
  width: 22px;
  margin-right: .2rem;
}
.dub-mask .list_box .list_anchor li .item-box .item-audio .audio-right {
  width: 100%;
}
.dub-mask .list_box .list_anchor li .item-box .item-audio .audio-right .progress-bar-bg {
  background-color: #e0e2e4;
  position: relative;
  height: 2px;
  width: 100%;
  margin: 0 .1rem;
  cursor: pointer;
}
.dub-mask .list_box .list_anchor li .item-box .item-audio .audio-right .progress-bar-bg span {
  content: " ";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #ffa200;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
  margin-left: -5px;
  cursor: pointer;
}
.dub-mask .list_box .list_anchor li .item-box .item-audio .audio-right .progress-bar-bg .progress-bar {
  background-color: #ffa200;
  width: 0;
  height: 2px;
}
.dub-mask .list_box .list_anchor li .item-box .item-audio .audio-right > span {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
}
.dub-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 101;
  width: 10.02rem;
}
.dub-bg > p {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  padding-left: .1rem;
  height: .41rem;
  line-height: .41rem;
  border-bottom: 1px solid #f4f4f4;
  padding: 0 .14rem 0 .18rem;
}
.dub-bg .list_box {
  padding: 19px;
}
.dub-bg .list_box .list_anchor {
  height: 4.2rem;
}
.dub-bg .list_box .list_anchor li:hover {
  box-shadow: 5px 5px 20px rgba(25, 25, 25, 0.15);
}
.dub-bg .list_box .list_anchor li {
  width: 305px;
  border-radius: 10px;
  margin: 8px;
}
.dub-bg .list_box .list_anchor li .item-box {
  padding: .18rem;
}
.dub-bg .list_box .list_anchor li .item-box .item-info {
  margin-bottom: .25rem;
}
.dub-bg .list_box .list_anchor li .item-box .item-info .info-left {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  overflow: hidden;
}
.dub-bg .list_box .list_anchor li .item-box .item-info .info-left p {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  line-height: 22px;
  height: 22px;
  background: #facc00;
}
.dub-bg .list_box .list_anchor li .item-box .item-info .info-right .info-detail h2 {
  width: 1.57rem;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}
.dub-bg .list_box .list_anchor li .item-box .item-info .info-right .info-detail p {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
}
.dub-bg .list_box .list_anchor li .item-box .item-info .info-right .btn-audio {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
  width: 96px;
  height: 24px;
  background: #ffa200;
  border-radius: 12px;
}
.dub-bg .list_box .list_anchor li .item-box .item-audio {
  height: .3rem;
}
.dub-bg .list_box .list_anchor li .item-box .item-audio .audio-left {
  height: 100%;
  width: 22px;
  margin-right: .2rem;
}
.dub-bg .list_box .list_anchor li .item-box .item-audio .audio-right {
  width: 100%;
}
.dub-bg .list_box .list_anchor li .item-box .item-audio .audio-right .progress-bar-bg {
  background-color: #e0e2e4;
  position: relative;
  height: 2px;
  width: 100%;
  margin: 0 .1rem;
  cursor: pointer;
}
.dub-bg .list_box .list_anchor li .item-box .item-audio .audio-right .progress-bar-bg span {
  content: " ";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #ffa200;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
  margin-left: -5px;
  cursor: pointer;
}
.dub-bg .list_box .list_anchor li .item-box .item-audio .audio-right .progress-bar-bg .progress-bar {
  background-color: #ffa200;
  width: 0;
  height: 2px;
}
.dub-bg .list_box .list_anchor li .item-box .item-audio .audio-right > span {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
}
.bg-mask {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}
