
body {
  background-color: #383838;
  font-family: Arial, sans-serif;
  line-height: 1.5;
  color: #464646;
}

.tab-wrapper {
  margin: 60px auto;
  width: 70%;
  max-width:500px;
}

.tab-menu li {
  position:relative;
  background-color: #fff;
  color:#bcbcbc;
  display: inline-block;
  padding: 20px 40px;
  opacity: 0.8;
  cursor:pointer;
  z-index:0;
}

.tab-menu li:hover {
  color:#464646;
}

.tab-menu li.active {
  color:#464646;
  opacity: 1;
}

.tab-menu li.active:hover {
  color:#464646;
}

.tab-content>div {
  background-color: #fff;
  box-sizing:border-box;
  width: 100%;
  padding: 50px;   
  min-height:200px;
}

.line {
  position:absolute;
  width: 0;
  height: 7px;
  background-color: aqua;
  top: 0;
  left: 0;
}
/**alist主题样式修改**/
header {
    box-shadow:1px 1px 1px 1px rgba(0,0,0,.3);
}
section.toolbar {
    box-shadow:2px 2px 2px 2px rgba(0,0,0,.3);
    background:#eff2f4f0!important;
}



/**登录插件样式修改**/
#lr_mainbar {
    padding:1px 0!important;
    height:40px!important;
    z-index:9999999!important;
}
#lr_mainbar .lr_mbg {
    height:40px!important;
}
.lr_arrow {
    border-radius:0 5px 5px 0!important;
    box-shadow:1px 1px 1px 1px rgba(0,0,0,.3);
}
#lr_mform dl {
    border-radius:0px!important;
}
#lr_mform dt {
    color:#0cc2a7!important;
}
#lr_mform .lr_post {
    background:#2cc0a7;
}


#lr_mainbar .lr_tip{
    line-height: 38px!important;
}
.lr_arrow{
    color:#fff!important;
    box-shadow:1px 1px 1px 1px rgba(0,0,0,.3)!important;
}

/****音乐播放器*****/
#myhkplayer {
	z-index: 9999!important;
}

#myhkLrc {
	z-index: 998!important;
}

@media screen and (max-width: 680px)
#myhkplayer {
    bottom: 40px!important;
}


