/* pc端 */

@media screen and (min-width: 600px) {
  #dowebok {
    width: 500px;
    height: 100px;
    position: absolute;
    bottom: 1%;
    left: 33%;
  }

  #player-controls {
    width: 250px;
  }

  .today{
    padding: 20px 20px 0px 20px;
  }

  #player-track{
    width: 294px;
  }
}


/* 移动端 */
@media screen and (min-width: 100px) and (max-width: 600px) {
  #dowebok {
    position: absolute;
    width: 317px;
    height: 100px;
    left: 10%;
    bottom: 4%;
  }


  #player-controls {
    width: 180px;
  }

  .today{
    padding: 20px 20px 20px 20px;
  }


  #player-track{
    width: 111px;
  }
}

* {
	margin: 0 auto;
	padding: 0;
}

html,
body {
	color: white !important;
	height: 100%;
}

html,
body {
	background-color: #72D0EC;
	background-repeat: repeat-y;
	background-image: -moz-linear-gradient(left, #72D0EC, #fe30ae);
	background-image: -webkit-linear-gradient(left, #72D0EC, #fe30ae);
	background-image: -o-linear-gradient(left, #72D0EC, #fe30ae);
	background-image: linear-gradient(left, #72D0EC, #fe30ae);
	position: relative;
	overflow-x: hidden;
}

@font-face {
	font-family: impact;
	src: url(../fonts/a07974d9a45376b8441d90005764beb0.eot);
	src: url(../fonts/a07974d9a45376b8441d90005764beb0.eot#iefix) format("embedded-opentype"),
		url(../fonts/b07c9855bd807ccc9d825cb0392c6ef8.woff) format("woff"),
		url(../fonts/1a0d82dfb49fff2d2a291d3dbce6c95c.ttf) format("truetype"),
		url(../fonts/d1e37bdd079d3151cc0edcc71d2c8f0f.svg) format("svg");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: DINBold;
	src: url(../fonts/dinbold-webfont.bc8aa63.woff);
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: DINBold;
	src: url(../fonts/5745b6bff71b42edb118b1d9b4673960.woff);
	font-weight: 400;
	font-style: normal
}

.today {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
	box-sizing: border-box;

}

.today p {
	margin: 20px auto;
}

.clock {
	position: relative;
	width: 300px;
	height: 300px;
	margin: 20px auto 0px;
	text-align: center;
	background: white;
	border-radius: 50%;
	border: 12px solid #590d75;
	box-shadow: inset 0px 0px 20px 2px rgba(89, 13, 117, .6);
}

.clock ol {
	list-style-type: none;
	width: 100%;
	height: 100%;
	position: relative;
	margin: 0;
	padding: 0;
	transform: scale(0.96);
}

.clock ol li::before {
	font-family: Helvetica;
	content: counter(labelCounter) "";
}

.clock ol li {
	counter-increment: labelCounter;
	position: absolute;
	font-size: 1.5em;
	color: #7d13a5;
}

.clock ol li:nth-child(1) {
	right: 73px;
	top: 21px
}

.clock ol li:nth-child(2) {
	right: 29px;
	top: 64px
}

.clock ol li:nth-child(3) {
	right: 12px;
	top: 123px
}

.clock ol li:nth-child(4) {
	right: 31px;
	bottom: 64px
}

.clock ol li:nth-child(5) {
	right: 73px;
	bottom: 21px
}

.clock ol li:nth-child(6) {
	left: 132px;
	bottom: 5px
}

.clock ol li:nth-child(7) {
	left: 73px;
	bottom: 21px
}

.clock ol li:nth-child(8) {
	left: 31px;
	bottom: 65px
}

.clock ol li:nth-child(9) {
	left: 12px;
	top: 123px;
}

.clock ol li:nth-child(10) {
	left: 27px;
	top: 64px
}

.clock ol li:nth-child(11) {
	left: 69px;
	top: 22px
}

.clock ol li:nth-child(12) {
	left: 126px;
	top: 5px;
}

.spot {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 30px;
	height: 30px;
	/* background: #DD2476; */
	border-radius: 50%;
	z-index: 5;
}

.HH {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 13px;
	height: 13px;
	border-radius: 7px;
	transform: rotate(0deg);
	z-index: 97;
	background: #4e0b66;
	opacity: 0.8;
}

.HH::before {
	width: 10px;
	height: 65px;
	border-radius: 5px;
	background: #4e0b66;
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translate(-50%, 0);
}

.MM {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 13px;
	height: 13px;
	border-radius: 7px;
	transform: rotate(0deg);
	z-index: 98;
	background: #7d13a5;
	opacity: 0.8;
}

.MM:before {
	width: 6px;
	height: 95px;
	border-radius: 4px;
	background: #7d13a5;
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translate(-50%, 0);
}

.SS {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 13px;
	height: 13px;
	border-radius: 7px;
	transform: rotate(0deg);
	z-index: 99;
	background: #fe30ae;
	opacity: 0.8;
}

.SS:before {
	width: 2px;
	height: 135px;
	border-radius: 4px;
	background: #fe30ae;
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translate(-50%, 0);
	box-shadow: 2px 0px 5px rgba(174, 28, 92, .5);
}

.HH::after,
.HH::before,
.MM::after,
.MM::before,
.SS::after,
.SS::before {
	content: "";
	display: block;
	position: absolute;
}

.day {
	margin: 10px auto 20px;
	text-align: left;
	font-size: 24px;
	font-family: DINBold;
	font-weight: lighter;
	width: 145px;
}

.time span,
.day span {
	/* font-weight: bold; */
	margin: 0px 2px;

}

.time p {
	vertical-align: middle;
}

.time p:nth-child(1) {
	font-size: 15px;
}

.time p span {
	font-family: DINBold;
	font-weight: lighter;
	font-size: 30px;
}

.sydate,
.time {
  font-weight: bolder;
	color: yellow;
	vertical-align: middle;
}

.sydate {
	margin: 10px auto;
}

.sydate span {
	font-family: DINBold;
	font-weight: lighter;
	margin: 0px 2px;
}

.date {
	position: absolute;
	top: 65px;
	left: 0;
	right: 0;
	color: #590d75;
	text-align: center;
	font-size: 15px;
}

.times {
	position: absolute;
	bottom: 65px;
	left: 0;
	right: 0;
	color: #590d75;
	text-align: left;
	font-size: 16px;
	width: 100px;
}

.times span,
.date span {
	margin: 0px 2px;
	color: #b21beb;
	font-family: DINBold;
	font-weight: lighter;
}

.week {
	position: absolute;
	top: 125px;
	right: 40px;
	color: #7d13a5;
	text-align: center;
	/* border: 1px solid #7d13a5; */
	width: 52px;
	height: 22px;
	line-height: 21px;
	font-size: 12px;
	z-index: 0;
	box-shadow: inset 0px 0px 10px 1px rgba(89, 13, 117, .3);
}

.year {
	position: absolute;
	top: 80px;
	left: 0;
	right: 0;
	color: #590d75;
	text-align: center;
	font-size: 80px;
	font-family: impact;
	opacity: 0.08;
	z-index: 1;
}

@-webkit-keyframes rotateOutDownLeft {
	0% {
		transform-origin: left bottom;
		opacity: 1
	}

	0%,
	to {
		-webkit-transform-origin: left bottom
	}

	to {
		transform-origin: left bottom;
		-webkit-transform: rotate(45deg) translateY(20px);
		transform: rotate(45deg) translateY(20px);
		opacity: 0
	}
}

@keyframes rotateOutDownLeft {
	0% {
		transform-origin: left bottom;
		opacity: 1
	}

	0%,
	to {
		-webkit-transform-origin: left bottom
	}

	to {
		transform-origin: left bottom;
		-webkit-transform: rotate(45deg) translateY(20px);
		transform: rotate(45deg) translateY(20px);
		opacity: 0
	}
}

.Lose {
	display: -webkit-inline-box;
	animation: rotateOutDownLeft 1000ms infinite;
	-webkit-animation: rotateOutDownLeft 1000ms infinite;
	/* Safari 与 Chrome */
}

.Barrage {
	position: absolute;
	width: 100%;
	height: 380px;
	margin: 0 auto;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
}

.message {
	width: 60%;
	height: 50px;
	border-radius: 25px;
	text-align: center;
	line-height: 48px;
	font-size: 15px;
	cursor: pointer;
	background: rgba(89, 13, 117, .25);
	/* background-color: #a018d3;
	background-repeat: repeat-y;
	background-image: -moz-linear-gradient(0deg,rgba(254,48,174,.5),rgba(160,24,211,.5));
	background-image: -webkit-linear-gradient(0deg,rgba(254,48,174,.5),rgba(160,24,211,.5));
	background-image: -o-linear-gradient(0deg,rgba(254,48,174,.5),rgba(160,24,211,.5));
	background-image: linear-gradient(0deg,rgba(254,48,174,.5),rgba(160,24,211,.5)); */
}

.key {
	position: fixed;
	width: 100%;
	height: 200px;
	padding: 40px 20px 20px 20px;
	box-sizing: border-box;
	background: white;
	z-index: 20;
	bottom: -400px;
	border-radius: 20px 20px 0px 0px;
	transition: all 300ms;
}

.keys {
	bottom: 0px;
	animation: keys 300ms ease;
	-webkit-animation: keys 300ms ease;
	/* Safari 与 Chrome */
}

@-webkit-keyframes keys {
	0% {
		transform: translateY(400px);
	}

	100% {
		transform: translateY(0px);
	}
}

@keyframes keys {
	0% {
		transform: translateY(400px);
	}

	100% {
		transform: translateY(0px);
	}
}

.van-field__control {
	display: block;
	box-sizing: border-box;
	width: 100%;
	min-width: 0;
	margin: 0;
	padding: 0;
	color: #323233;
	text-align: left;
	background-color: transparent;
	border: 0;
	resize: none;
	min-height: 100px;
	font-size: 16px;
}

.buts {
	width: 80%;
	height: 42px;
	background-color: #a018d3;
	background-repeat: repeat-y;
	background-image: -moz-linear-gradient(left, #a018d3, #fe30ae);
	background-image: -webkit-linear-gradient(left, #a018d3, #fe30ae);
	background-image: -o-linear-gradient(left, #a018d3, #fe30ae);
	background-image: linear-gradient(left, #a018d3, #fe30ae);
	border-radius: 21px;
	line-height: 42px;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
}

.iocnBox {
	position: absolute;
	width: 100%;
	height: 40px;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	color: #333;
	text-align: right;
	padding-right: 20px;
	line-height: 40px;
	cursor: pointer;
}

.iocnBox i {
	font-size: 18px;
	color: #909399;
}

.remove {
	animation-fill-mode: forwards;
	animation: remove 300ms ease;
	-webkit-animation: remove 300ms ease;
	/* Safari 与 Chrome */
}

@-webkit-keyframes remove {
	0% {
		transform: translateY(0px);
	}

	100% {
		transform: translateY(400px);
	}
}

@keyframes remove {
	0% {
		transform: translateY(0px);
	}

	100% {
		transform: translateY(400px);
	}
}

.Barrage span {
	position: absolute;
	background: rgba(89, 13, 117, .25);
	color: white;
	display: initial;
	padding: 0px 15px;
	box-sizing: border-box;
	border-radius: 20px;
	line-height: 35px;
	animation: Barrag 10s linear infinite;
	-webkit-animation: Barrag 10s linear infinite;
	top: 60px;
	white-space: nowrap;
	font-size: 12px;
}

@keyframes Barrag {
	0% {
		right: -200px;
		opacity: 1;
	}

	80% {
		right: 1120px;
		opacity: 1;
	}

	100% {
		right: 1400px;
		opacity: 0;
	}
}

@-webkit-keyframes Barrag

/* Safari 与 Chrome */
	{
	0% {
		right: -200px;
		opacity: 1;
	}

	80% {
		right: 1120px;
		opacity: 1;
	}

	100% {
		right: 1400px;
		opacity: 0;
	}
}

.Barrage span:nth-child(2):before,
.Barrage span:nth-child(1):before {
	content: "";
	width: 24px;
	height: 24px;
	margin-right: 5px;
	background: url(../images/bq001.png) no-repeat;
	background-size: 24px 24px;
	background-position: center bottom;
	display: inline-block;
	vertical-align: middle;
}

.Barrage span:nth-child(2):after,
.Barrage span:nth-child(1):after {
	content: "";
	width: 26px;
	height: 26px;
	margin-left: 5px;
	background: url(../images/bq002.gif) no-repeat;
	background-size: 26px auto;
	background-position: center bottom;
	display: inline-block;
	vertical-align: middle;
}

.B-span2 {
	top: 100px !important;
	color: #ff0 !important;
	animation: Barrag 6s linear infinite !important;
	-webkit-animation: Barrag 6s linear infinite !important;
}

.Barrage span:nth-child(3) {
	top: 140px !important;
	color: #0dd2ef !important;
	animation: Barrag 12.8s linear infinite !important;
	-webkit-animation: Barrag 12.8s linear infinite !important;
}

.Barrage span:nth-child(4) {
	top: 160px !important;
	color: #ff0 !important;
	animation: Barrag 10s linear infinite !important;
	-webkit-animation: Barrag 10s linear infinite !important;
}

.Barrage span:nth-child(5) {
	top: 190px !important;
	color: #3fd316 !important;
	animation: Barrag 17.5s linear infinite !important;
	-webkit-animation: Barrag 17.5s linear infinite !important;
}

.Barrage span:nth-child(6) {
	top: 100px !important;
	color: #ff0 !important;
	animation: Barrag 20s linear infinite !important;
	-webkit-animation: Barrag 20s linear infinite !important;
}

.Barrage span:nth-child(7) {
	top: 120px !important;
	color: #0dd2ef !important;
	animation: Barrag 15s linear infinite !important;
	-webkit-animation: Barrag 15s linear infinite !important;
}

.Barrage span:nth-child(8) {
	top: 200px !important;
	color: #ff0 !important;
	animation: Barrag 16s linear infinite !important;
	-webkit-animation: Barrag 16s linear infinite !important;
}

.Barrage span:nth-child(9) {
	top: 80px !important;
	color: #3fd316 !important;
	animation: Barrag 8s linear infinite !important;
	-webkit-animation: Barrag 8s linear infinite !important;
}

@keyframes Barragss {
	0% {
		right: 0px;
		opacity: 1;
	}

	80% {
		right: 1120px;
		opacity: 1;
	}

	100% {
		right: 1400px;
		opacity: 0;
	}
}

@-webkit-keyframes Barragss

/* Safari 与 Chrome */
	{
	0% {
		right: 0px;
		opacity: 1;
	}

	80% {
		right: 1120px;
		opacity: 1;
	}

	100% {
		right: 1400px;
		opacity: 0;
	}
}

.Tips {
	background: rgba(0, 0, 0, .6);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 120px;
	height: 45px;
	border-radius: 4px;
	line-height: 45px;
	text-align: center;
}

.empty {
	position: absolute;
	width: 40px;
	height: 30px;
	top: 38px;
	right: 15px;
	margin: auto;
	color: red;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
	opacity: 0;
}

.Tipss {
	background: rgba(0, 0, 0, .6);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 200px;
	height: 45px;
	border-radius: 4px;
	line-height: 45px;
	text-align: center;
}

.music {
	width: 280px;
	margin: 10px auto;
	height: 20px;
}

.music audio {
	background: none;
	width: 100%;
	height: 100%;
}

.music marquee {
	font-size: 13px;
	color: yellow;
	margin-top: 5px;
}


































.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1
}

.fa-backward:before {
  content: "\f04a"
}
.fa-play:before {
  content: "\f04b"
}
.fa-pause:before {
  content: "\f04c";
 color:#ee8dba;
}
.fa-stop:before {
  content: "\f04d"
}

.fa-forward:before {
  content: "\f04e"
}
/* #dowebok {
  width: 400px;
  height: 100px;
} */


#player {
  position: relative;
  height: 100%;
  z-index: 3;
}

#player-track {
  position: absolute;
  top: 0;
  right: 15px;
  left: 0px;
  padding: 13px 22px 10px 184px;
  background-color: #af8ad0;
  /* border-radius: 15px 15px 0 0; */
  transition: 2s ease top;
  z-index: 1;

}

#player-track.active {
  top: -92px;
}

#album-name {
  color: #54576f;
  font-size: 17px;
  font-weight: bold;
}

#track-name {
  color: #acaebd;
  font-size: 13px;
  margin: 2px 0 13px 0;
}

#track-time {
  height: 14px;
  margin-bottom: 3px;
  overflow: hidden;
}

#current-time {
  float: left;
}

#track-length {
  float: right;
}

#current-time,
#track-length {
  color: transparent;
  font-size: 11px;
  background-color: #ffe8ee;
  border-radius: 10px;
  transition: 0.3s ease all;
}

#track-time.active #current-time,
#track-time.active #track-length {
  color: #f86d92;
  background-color: transparent;
}

#s-area,
#seek-bar {
  position: relative;
  height: 4px;
  border-radius: 4px;
}

#s-area {
  background-color: #ffe8ee;
  cursor: pointer;
}

#ins-time {
  position: absolute;
  top: -29px;
  color: #fff;
  font-size: 12px;
  white-space: pre;
  padding: 5px 6px;
  border-radius: 4px;
  display: none;
}

#s-hover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  opacity: 0.2;
  z-index: 2;
}

#ins-time,
#s-hover {
  background-color: #3b3d50;
}

#seek-bar {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: #fd6d94;
  transition: 0.2s ease width;
  z-index: 1;
}

#player-content {
  position: relative;
  height: 100%;
  background-color: #fff;
  /*box-shadow: 0 30px 80px #656565;*/
  /* border-radius: 15px; */
  z-index: 2;
}

#album-art {
  position: absolute;
  top: -40px;
  width: 115px;
  height: 115px;
  margin-left: 40px;
  -webkit-transform: rotateZ(0);
  transform: rotateZ(0);
  transition: 0.3s ease all;
  box-shadow: 0 0 0 10px #fff;
  border-radius: 50%;
  overflow: hidden;
}

#album-art.active {
  top: -60px;
  box-shadow: 0 0 0 4px #fff7f7, 0 30px 50px -15px #afb7c1;
}

#album-art:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  width: 20px;
  height: 20px;
  margin: -10px auto 0 auto;
  background-color: #d6dee7;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px #fff;
  z-index: 2;
}

#album-art img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
}

#album-art img.active {
  opacity: 1;
  z-index: 1;
}

#album-art.active img.active {
  z-index: 1;
  -webkit-animation: rotateAlbumArt 3s linear 0s infinite forwards;
  animation: rotateAlbumArt 3s linear 0s infinite forwards;
}

@-webkit-keyframes rotateAlbumArt {
  0% {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
  }

  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@keyframes rotateAlbumArt {
  0% {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
  }

  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

#buffer-box {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 13px;
  color: #1f1f1f;
  font-size: 13px;
  font-family: Helvetica;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  padding: 6px;
  margin: -12px auto 0 auto;
  background-color: rgba(255, 255, 255, 0.19);
  opacity: 0;
  z-index: 2;
}

#album-art img,
#buffer-box {
  transition: 0.1s linear all;
}

#album-art.buffering img {
  opacity: 0.25;
}

#album-art.buffering img.active {
  opacity: 0.8;
  filter: blur(2px);
  -webkit-filter: blur(2px);
}

#album-art.buffering #buffer-box {
  opacity: 1;
}

#player-controls {
  height: 100%;
  margin: 0 5px 0 141px;
  float: right;
  overflow: hidden;
}

.control {
  width: 33.333%;
  float: left;
  padding: 12px 0;
}

.button {
  width: 26px;
  height: 26px;
  padding: 25px;
  background-color: #fff;
  border-radius: 6px;
  cursor: pointer;
}

.button i {
  display: block;
  color: #9282dd9e;
  font-size: 26px;
  text-align: center;
  line-height: 1;
}

.button,
.button i {
  transition: 0.2s ease all;
}

/*.button:hover {
  background-color: #d6d6de;
}*/
.button:hover i {
  color: #ee8dba;
}

#follow-me-link {
  top: 10px;
  font-size: 13px;
  padding: 5px 7px;
  background-color: #f86d92;
  border-radius: 2px;
}

#share-link {
  top: 45px;
  width: 16px;
  height: 16px;
  padding: 10px;
  font-size: 16px;
  background-color: #7dca24;
  border-radius: 50%;
}

#follow-me-link,
#share-link {
  position: fixed;
  right: 10px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  z-index: 125;
}