html {
  font-family: -apple-system, BlinkMacSystemFont, 'San Francisco', 'Microsoft YaHei', 'PingFang SC',
    'Hiragino Sans GB', 'WenQuanYi Micro Hei', 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell',
    'Fira Sans', 'Droid Sans', 'Noto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif,
    'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  margin: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 100%;
}
a {
  -webkit-transition: all .3s;
  transition: all .3s;
}
.about {
	/*background: #fff;*/
	background-image: url(../img/background.jpg);
	color: rgba(255, 0, 0, 0.8);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 100%;
    min-height: 100vh;
}
.about-color {
	color: rgba(244, 54, 54, 0.89);
}
.about-title {
  font-size: 180%;
  text-align: center;
}
.main {
  margin: 60px 0;
}
.music-tabs > li > a {
  padding: 0.5em 1em;
  cursor: pointer;
}
.music-main {
  display: none;
}
.music-main input {
  text-overflow: ellipsis;
}
.music-main input:focus,
.music-main input:hover {
  background: #eee;
  border-color: #ccc;
  color: #222;
}
.music-type .am-radio-inline,
.music-type label {
  color: #7f8c8d;
}
.music-type .am-icon-unchecked,
.music-type .am-icon-checked {
  color: #0e90d2;
}
.music-tips {
  margin-top: 50px;
}
.music-tips blockquote {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
  font-size: 14px;
  margin-top: 30px;
}
.music-tips p span {
  display: inline-block;
  min-width: 50px;
}
.music-tips p b {
  font-weight: 500;
  color: #c7254e;
}
.music-overflow {
  max-height: 200px;
  overflow: hidden;
}
.music-more {
  padding: 10px;
  text-align: center;
  font-size: 14px;
  color: #666;
  background: #eee;
  cursor: pointer;
}
.footer {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
}
.footer p {
  color: #7f8c8d;
  margin: 0;
  padding: 15px;
  text-align: center;
  background: #2d3e50;
}
.footer p a {
  color: #7f8c8d;
}
.footer p a:hover {
  color: #bbb;
}
.footer a {
  text-decoration: underline;
}
.am-alert {
  display: none;
}
.am-popup-bd {
  height: 100%;
}
.aplayer {
	padding: 10px !important;
	margin: 0 !important;
	border: 1px solid rgba(222, 222, 222, 0);
}
.aplayer .aplayer-info .aplayer-music .aplayer-title,
.aplayer .aplayer-info .aplayer-music .aplayer-author {
	font-size: 16px !important;
	color: #dc3648 !important;
}

.aplayer .aplayer-list ol li .aplayer-list-index {
  display: inline-block;
  width: 20px;
  text-align: right;
}
.aplayer .aplayer-lrc p {
	color: #dd514c !important;
}
.aplayer .aplayer-more {
  position: relative;
  font-size: 12px;
  padding: 8px 10px;
  margin-top: 10px;
  text-align: center;
  color: #888;
  cursor: pointer;
  -webkit-transition: color .3s;
  transition: color .3s;
}
.aplayer .aplayer-more:hover,
.aplayer .aplayer-more:active {
  color: #0e90d2;
}

.aplayer.aplayer-withlrc .aplayer-pic {
	width: 120px !important;
	height: 120px !important;
	-webkit-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.5);
	box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.5);
}
.aplayer.aplayer-withlrc .aplayer-info {
  margin-left: 120px !important;
  height: 120px !important;
}
.aplayer.aplayer-withlist .aplayer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 0 !important;
}
.aplayer.aplayer-withlist .aplayer-list {
  
  height: 165px !important;
  padding-top: 20px;
  -webkit-transition: none;
  transition: none;
}
.aplayer.aplayer-withlist .aplayer-list-hide {
  padding: 0;
}


/*自定义*/

.am-input-group-label {
	color: rgb(243, 33, 33);
	background-color: rgba(238, 238, 238, 0);
	border: 1px solid rgba(243, 81, 33, 0.47);
}

.am-btn-default {
	color: rgb(243, 33, 33);
	background-color: rgba(238, 238, 238, 0);
	border: 1px solid rgba(243, 81, 33, 0.47);
}

.am-input-group-btn>.am-btn {
	border-color: rgba(243, 81, 33, 0.47);
	;
}

.am-btn-default:hover,
.am-btn-default:focus {
	background-color: rgba(212, 212, 212, 0);
}

.am-btn-default:hover,
.am-btn-default:focus,
.am-btn-default:active,
.am-btn-default.am-active,
.am-active .am-btn-default.am-dropdown-toggle {
	color: rgb(243, 33, 33);
}

.am-nav>li.am-active>a,
.am-nav>li.am-active>a:hover,
.am-nav>li.am-active>a:focus {
	background-color: rgba(242, 33, 32, 0.52);
}

.am-nav>li>a:hover,
.am-nav>li>a:focus {
	background-color: rgba(238, 238, 238, 0);
}

a {
	color: #ef4241;
}

a:hover,
a:focus {
	color: #ef4241;
}

.music-type .am-radio-inline,
.music-type label {
	color: rgb(221, 81, 76);
}

.am-btn-primary {
	background-color: rgba(221, 81, 76, 0.68);
	border-color: rgba(170, 221, 17, 0);
}

.am-btn-primary:hover,
.am-btn-primary:focus {
	background-color: rgba(221, 76, 76, 0.78);
}

.am-btn-success {
	background-color: rgba(94, 185, 94, 0.82);
	border-color: rgb(94, 185, 94);
}

.am-btn-success:hover,
.am-btn-success:focus {
	background-color: rgba(94, 185, 94, 0.59);
}

.am-btn-primary.am-disabled,
.am-btn-primary[disabled],
fieldset[disabled] .am-btn-primary,
.am-btn-primary.am-disabled:hover,
.am-btn-primary[disabled]:hover,
fieldset[disabled] .am-btn-primary:hover,
.am-btn-primary.am-disabled:focus,
.am-btn-primary[disabled]:focus,
fieldset[disabled] .am-btn-primary:focus,
.am-btn-primary.am-disabled:active,
.am-btn-primary[disabled]:active,
fieldset[disabled] .am-btn-primary:active,
.am-btn-primary.am-disabled.am-active,
.am-btn-primary[disabled].am-active,
fieldset[disabled] .am-btn-primary.am-active {
	background-color: rgba(221, 81, 76, 0.68);
	border-color: rgba(170, 221, 17, 0);
}
/*滚动条 start*/
::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background-color: #F5F5F5;
}
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background: #fff ;
}
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	/*background-color:rgba(7, 170, 247, 0.7);*/
    background-color:black;
}
::-webkit-scrollbar-thumb:hover {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color:#04acdb;
}
