/* 通用 */
* {
  margin: 0;
  padding: 0
} 
html,body {
    height: 100%;
    margin: 0%;
    padding: 0%;
    overflow-x: hidden;
    background: #000;
    color: #fff;
}

body {
    font-size: 62.8%;
    display: flex;
    flex-direction: column;
    height: 100%;
    font-family: Arial,'Times New Roman', 'STKaiti', sans-serif;
}

@media only screen and (max-width: 479px){
    .iitime2023{display:none;}
}
div, h1, h2, h3, h4, h5, p, form, ul, label, input, textarea, img, span, dl, dt, dd {
  margin: 0px;
  padding: 0;
  outline: 0;
}
img {
  border: 0;
  display: inline-block;
    max-width: 100%;
    
}
ul, li {
  list-style: none;
}
ol li {
  margin-left: 20px;
  list-style: decimal;
  padding-left: 3px;
}
a {
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: background-color .15s linear, color .15s linear;
  -moz-transition: background-color .15s linear, color .15s linear;
  -o-transition: background-color .15s linear, color .15s linear;
  -ms-transition: background-color .15s linear, color .15s linear;
  transition: background-color .15s linear, color .15s linear;
}
button {
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
a:focus, button:focus {
  outline: 0;
}
a:hover,.main-left ul li .con .cont a:hover h2 {
  text-decoration: none;
  color: #d90000!important;
}
blockquote {
  background: #fafafa;
  border-left: 4px solid #d90000;
  position: relative;
  width: 100%;
  padding: 16px;
  margin-bottom: 15px;
  font-size: 14px;
  padding-left: calc(16px + 16px);
  transition: all 0.28s ease;
  -moz-transition: all 0.28s ease;
  -webkit-transition: all 0.28s ease;
  -o-transition: all 0.28s ease;
}
blockquote:before {
  position: absolute;
  color: #d90000;
  content: '\e739';
  top: calc(50% - 24px * 0.5);
  left: 4px;
  width: 24px;
  height: 24px;
  text-align: center;
  font-weight: 600;
  line-height: 24px;
  vertical-align: middle;
  font-family: 'icomoon';
}
blockquote p {
  margin: 2px 0 !important;
}
table {
  border-collapse: collapse
}
table, table th, table td {
  border: 1px solid #eee
}
table th, table td {
  padding: 6px
}
table th {
  background-color: #f6f7f8
}
h1 {
  font-size: 30px
}
h2 {
  font-size: 26px
}
h3 {
  font-size: 22px
}
h4 {
  font-size: 20px
}
h5 {
  font-size: 16px
}
h6 {
  font-size: 16px
}
h3 i {
  margin-right: 6px;
}
em, i {
  font-style: normal;
}
@-webkit-keyframes fadeInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    transform: translate3d(0, -100%, 0)
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0)
  }
}
@keyframes fadeInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    transform: translate3d(0, -100%, 0)
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0)
  }
}
@-webkit-keyframes loadingRotate {
  0% {
    -webkit-transform: rotate(0) translateZ(0);
    transform: rotate(0) translateZ(0)
  }
  50% {
    -webkit-transform: rotate(180deg) translateZ(0);
    transform: rotate(180deg) translateZ(0)
  }
  100% {
    -webkit-transform: rotate(360deg) translateZ(0);
    transform: rotate(360deg) translateZ(0)
  }
}
@keyframes loadingRotate {
  0% {
    -webkit-transform: rotate(0) translateZ(0);
    transform: rotate(0) translateZ(0)
  }
  50% {
    -webkit-transform: rotate(180deg) translateZ(0);
    transform: rotate(180deg) translateZ(0)
  }
  100% {
    -webkit-transform: rotate(360deg) translateZ(0);
    transform: rotate(360deg) translateZ(0)
  }
}
.aboxd img {
  max-width: 100%
}
.clear {
  clear: both;
} 
nav {
  width: 100%;
  max-width: 960px;
  margin: auto;
  position: relative;
  height: 60px;
  line-height: 60px;
  text-align: center;
  z-index: -1;
  padding: 0 15px;
    box-sizing: border-box;
}
.logo {
  float: left;
  font-size: 22px
}
.logo img {
  max-height: 32px;
  margin-top: 14px;
}
img.nightlogoimg {
  display: none;
}
#container {
    /* height: 100%; */
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
}
.pc_right {
    margin-top: 10px;
    width: 100%;
}
.ontags{
    display: inline-block;
    padding: 4px 6px;
    margin:6px 10px;
    border-radius: 4px;
    line-height: normal!important;
    font-size: 12px!important;
}
.indextags .ontags{
    color: #fff;
}
.ontags:hover{
    color: #fff!important;
    opacity: 0.8;
}
.tags1{
    background: #5CB85C;
}
.tags2{
    background: #428BCA;
}
.tags3{
    background: #b1ba42;
}
.tags4{
    background: #1ed760;
}
.tags5{
    background: #B37333;
}
.tags6{
    background: #00ABA9;
}
.threadlist .ontags{
    background: none!important;
    color: #999!important; 
    padding: 0 3px 0 0;
    margin:0 3px;;
}

.threadlist .ontags:hover{ 
    color: #74787a!important;
}
.pc_right ul {
    margin-right: -14px;
    margin-top: 4px;
}

.pc_right li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 14px;
    width: 48%;
    float: left;
    line-height: 30px;
    margin-top: 11px;
}
.pc_right ul li a,.pc_sort_right ul li a,.pc_left ul li a{
    text-decoration: none;
    padding: 0;
    margin: 0; 
    font-size: 15px;
}


.pc_right li i {
    float: right;
    color: #999;
    font-size: 12px;
    margin-left: 6px;
    font-style: normal;
}
footer {
    flex: 0 0 auto;
    /* height: 8rem;
    line-height: 8rem; */
    text-align: center;
    font-size: 0.9rem;
    padding-bottom: 1rem;
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    color: #999;
}
footer span{
    margin: 0 5px;
}
footer a{
    display: inline-block;
    padding-bottom: 5px;
    color: #999!important;
}
footer p{
    font-size: 12px;
    padding-bottom: 5px;
}
footer div{
    margin: 5px 0;
}
h1 {
    font-size: 2.5rem;
}

.sticky {
    position: sticky;
    top: 0;
    padding-top: 1rem;
    align-self: flex-start;
    background-color: white;
    margin-bottom: 0;
    border-width: 0 0 2px 0;
    border-bottom-color: #ffffff;
    border-style: solid;
    font-size: 1.5rem;
}
.playall{
    background: #d90000;
    color:#ffffff;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 14px; 
    font-weight: normal;
    float: right;
}
.playall:hover{
    background: #ffffff;
    color: #fff;
}
.fr{
    float: right;
}
.jconfirm .jconfirm-holder{
    max-width: 400px;
    margin: 0 auto;
}

#starlist {
  float: left;
  margin-left: 25px;
}
#starlist li {
  float: left;
  display: block;
  padding: 0 15px;
  font-size: 16px;
  position: relative;
  -webkit-transition: background-color .15s linear, color .15s linear;
  -moz-transition: background-color .15s linear, color .15s linear;
  -o-transition: background-color .15s linear, color .15s linear;
  -ms-transition: background-color .15s linear, color .15s linear;
  transition: background-color .15s linear, color .15s linear;
}
#starlist li i, .sidebar li i {
  margin-right: 4px;
}
#starlist li:before {
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  background-color: #d90000;
  content: '';
  transition: all .6s;
  z-index: -1;
}
#starlist li:hover:before {
  width: 100%;
  left: 0;
}
#starlist li.selected:hover:before {
  width: 100%;
  left: 0;
  margin: 0;
}
#starlist li.selected:before {
  width: calc(100% - 20px);
  left: 0;
  margin: 0 10px;
}
#starlist li:hover a, #starlist li:hover i.jzicon-arrow-down {
  color: #d90000
}
#starlist ul.sub-nav {
  opacity: 0;
  list-style: none;
  padding: 5px;
  margin-left: -15px;
  margin-top: -10px;
  min-width: 110px;
  border-radius: 3px;
  background: #fff;
  position: absolute;
  z-index: 888;
  top: 100%;
  visibility: hidden;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  -khtml-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
}
#starlist ul.sub-nav li:before {
  background-color: transparent;
}
#starlist ul.sub-nav li a {
  width: 100%;
  text-align: center;
  height: 35px;
  line-height: 35px;
  font-size: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  position: relative;
}
#starlist ul.sub-nav:before {
  border: 8px solid transparent;
  border-bottom-color: #fff;
  content: "";
  left: 0;
  margin-left: 15px;
  position: absolute;
  top: -16px;
  width: 16px;
  height: 16px;
}
#starlist ul.sub-nav li a {
  border-radius: 4px;
  padding: 0 5px;
}
#starlist ul.sub-nav li {
  width: 100%;
  height: 35px;
  line-height: 35px;
  display: block;
  padding: 0;
  margin: 0;
}
#starlist li .jzicon-arrow-down:before {
  display: inline-block;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
#starlist li:hover .jzicon-arrow-down:before {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
#starlist.active li .jzicon-arrow-down:before {
  display: inline;
}
/* #starlist li:hover ul.sub-nav { */
/* display: block; */
/* } */
#starlist li.on ul.sub-nav {
  display: block;
  opacity: 1;
  top: auto;
  visibility: visible;
  margin-top: -4px;
}
#starlist.active li:hover ul.sub-nav {
  display: none;
}
#starlist.active ul.sub-nav {
  max-width: 100%;
  overflow: hidden;
  opacity: 1;
  display: none;
}
#starlist.active ul.sub-nav li {
  height: 40px;
  line-height: 40px;
}
#starlist.active ul.sub-nav li a {
  width: auto;
  text-align: left;
  margin-left: 40px;
  padding: 10px 0;
  font-size: 14px;
}
#starlist.active ul.sub-nav li a:hover {
  background-color: transparent
}
#starlist.active li {
  position: relative;
}
#starlist.active ul.sub-nav {
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
#starlist.active li em.dot {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 40px;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0);
  cursor: pointer;
  line-height: 50px;
}
#starlist.active ul.sub-nav {
  position: static;
}
.jzicon-moon-fill:before {
  color: #d90000;
}
#starlist li.selected a, #starlist li:hover ul a:hover, #starlist li ul li.selected a {
  color: #d90000;
font-weight: 600;
}
#starlist li.selected ul a, #starlist li:hover ul a {
  color: #555;
}
.header-navigation {
  position: fixed;
  top: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  z-index: 998;
  background: #121212;
  -webkit-box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
  -moz-transition: .3s;
  -o-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
}
.header-navigation.slideUp {
  top: -60px;
}
 
#percentageCounter {
  position: fixed;
  left: 0;
  top: 0;
  height: 2px;
  z-index: 2;
  background-color: #d90000;
}
.nav-comment {
    float: right;
    position: relative; 
    font-size: 14px;
}
.nav-comment li{
    display: inline-block;
}
.nav-comment a{
    display: inline-block;
    padding-left: 5px;
}
.nav-comment .nav-avatar {
  display: inline-block;
/*  margin-top: 15px;*/
}
.nav-comment .nav-avatar img {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  border: 1px solid #f0f0f0;
}
.hot_list a{
    margin: 5px 18px 5px 0;
    display: inline-block;
}
/*列表*/ 
.xmain{
   
    width: 100%; 
    margin: 0 auto;
    
        margin-top: 1rem;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: 960px;
}
 .pagination{
	display: flex;
    justify-content: center;
    width: 50%;
    margin: 0 auto;
    justify-content: center !important; 
}
 .pagination li{
	border-bottom:none;
     width: auto!important;
     
}
 .pagination li a{ 
     padding: 2px 5px!important;
     
}

.main-left .news {
    width: 100%;
    padding-bottom: 8px;
    margin-bottom: 10px;
/*    float: left;*/
    /*border-bottom: 2px solid #f5f5f5;*/
    text-align: left;
    position: relative;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content:space-between;
}
.main-left .djs{
    display: block;
}
.main-left .news .playall{
     top: -5px;
}

.main-left .news span,.hot_txt {
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    /*border-left: 4px solid #ffffff;  */
    padding-left: 10px;
    display: inline-block;
    font-weight: 700;
    position: relative;
    margin-top: 20px;  
    margin-bottom: 15px;
}
.hot_txt {
    margin-top: 3rem;  
    display: block;
  }
.hot_txt span{
    position: relative;
    top: 8px;
  }

.main-left {
     
    float: left;
    width: 73%;
    margin-right: 2%;
}

.main-left .column {
    font-size: 12px;
    color: #afafaf;
    float: right;
    position: relative; 
    cursor: pointer;
}
.songlist .column { 
    top: 10px; 
}
.songlist .column #alias{ 
    top: -5px;
}

.main-left .info .column a {
    color: #3986f3;
}

.main-left ul {
    width: 100%;
    display: inline-block;
}

.main-left ul li {
    width: 100%;
    display: inline-block;
    padding-bottom: 12px;
    border-top: 1px dashed #1f1f1f;
    font-size: 16px;
    line-height: 32px;
}

.main-left ul li:last-child {
    border-bottom: 0 none;
}

.main-left ul li .t_img {
    display: inline-block;
    margin-right: 20px;
    width: 140px;
    float: left;
    height: 90px;
    margin-top: 5px;
}

.main-left ul li .t_img img {
    width: 140px;
    height: 90px;
    webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.main-left ul li .t_img:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.main-left ul li .title {
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    color: #333;
    margin-left: 10px;
    line-height: 80px;
}

.main-left ul li .con .person {
    font-size: 12px;
    color: #3d9ccc;
    float: left;
    margin-right: 10px;
    width: 100%;
}

.main-left ul li .con .cont a {
    line-height: 30px;
    font-size: 16px;
/*    height: 32px;*/
    display: inline-block;
}
.songlist ul li .con .cont a { 
    height: 32px; 
    width: 94%;
}
.songlist ul li .con .cont .clickplay { 
     
    width:5%;
}

.main-left ul li .con .cont p {
    line-height: 24px;
    display: inline-block;
    height: 24px;
    overflow: hidden;
    font-size: 15px;
    color: #808080;
}

.main-left ul li .con .cont a h2 {
    font-weight: 700; 
    font-size: 16px;
    margin-top: 9px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;;
}

.main-left ul li .con .cont a:hover h2 {
    color: #2965b1
}

.main-left ul li .con .info {
    line-height: 25px;
    margin: 0;
    overflow: hidden;
    border-bottom: none;
    padding: 0;
}

.main-left ul li .con .info img {
    float: left;
    width: 20px;
    height: 20px;
    display: block;
    border-radius: 5px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    margin-top: 5px;
}

.main-left ul li .con .info .time {
    font-size: 12px;
    color: #afafaf;
    float: left;
    /*background: #f3f3f3;*/
    padding: 0 10px;
}
.songlist ul li .con .info .time { 
    background: none; 
    padding-left: 35px;
}
.main-left ul li .con .info .time b{
    margin-left: 5px;;
}
.solist ul li .con .info .time {  
    padding-left: 0;
}

.main-left ul li .con .info .pinglun {
    width: 18%;
    float: right;
    overflow: initial;
    line-height: 30px;
    height: 30px;
}

.top_nav ul li a:hover,
.main-left ul li .con .cont a:hover,
.hot_so ul li a:hover,
.hot_tj ul li a:hover {
    color: #ca5b5b;
}

.main-left .pages {
    width: 100%;
    display: block;
    text-align: center;
    margin: 10px 0;
    padding-top: 25px;
    /*border-top: 1px dashed #eee;*/
}

.main-left .pages a,
.main-left .pages b,
.main-left .pages span {
    padding: 5px 12px;
    font-size: 14px;
    color: #ffffff;
    border: 1px solid #d90000;
    margin-right: 5px;
    display: inline-block;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    margin-bottom: 10px;
}
.main-left .pages b{
    background: #d90000;
    color: #fff;
}
.main-left .pages span:hover,
.main-left .pages a:hover {
    background: #d90000;
    color: #fff !important;
    border: 1px solid #d90000;
}
.main-left .pages span{
    background: #d90000!important;
    border-radius: 5px;
}

.main-left ul li h2 {
    width: 100%;
    float: left;
    height: 35px;
    line-height: 35px;
}

.main-left ul li h2 a {
    font-weight: 700;
    color: #333;
    font-size: 18px;
    float: left;
}

.main-left ul li em {
    float: right;
    color: #b4afaf;
}

.main-left .txt {
    line-height: 24px;
    display: inline-block;
    height: 46px;
    overflow: hidden;
    font-size: 15px;
    color: #808080;
    margin: 5px 0;
}

.main-left .tr {
    float: left;
    font-size: 14px;
}
/* main-right */
 

.main-right .right_box_t {
    width: 100%;
    font-size: 18px;
    color: #333;
    /*border-left: 4px solid #ffffff;*/
    height: 18px;
    line-height: 18px;
    /*padding-left: 10px;*/
    display: inline-block;
    font-weight: 700;
}
.threadlist .left,.threadlist .right{
    float: left;
    width: 48%;
    background: #f9f9f9;
    padding: 10px;
    box-sizing: border-box;
    margin-right: 2%; 
}
.threadlist .downlrc,.threadlist .right h2,.threadlist .right li:nth-child(2){
  display: none;
    
}

.threadlist,.threadlist p{
    font-size: 15px!important;
    line-height: 28px;
}
.threadlist p{
    padding: 5px 0;    
    text-indent: 2em;
}

/*right*/
.main-right {
    float: right;
    width: 25%; 
    margin-top: 10px;
    position: sticky;
    top:50px;
}
.right_fix{
    overflow: hidden; 
}
.main-right .right_box {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    padding: 4% 0 4% 12%;
    margin-top: 25px; 
    box-sizing: border-box;
}

.main-right .right_box .right_box_t {
    float: left;
    padding: 0 2%;
    font-weight: 700;
    width: 96%;
    font-size: 17px;
    color: #ffffff;
    margin: 0;
    line-height: 17px; 
    margin-bottom: 10px;
}

.main-right .right_box ul {
    float: left;
    width: 100%;
}

.main-right .right_box ul li {
    width: 100%;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
}

.main-right .right_box ul li span {
    width: 16px;
    height: 16px;
    float: left;
    color: #fff;
    line-height: 16px;
    font-size: 12px;
    background: #cccfd9;
    text-align: center;
    border-radius: 3px;
    margin-top: 8px;
    margin-right: 6px;
}

.main-right .right_box ul li:nth-child(1) span {
    background: #3986f3;
}

.main-right .right_box ul li:nth-child(2) span {
    background: #64a4ff;
}

.main-right .right_box ul li:nth-child(3) span {
    background: #85b4f6;
}

.main-right .right_box ul li:nth-child(4) span {
    background: #abceff;
}

.main-right .right_box ul li a {
    font-size: 15px; 
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden; 
    max-width: 100%;
}

.main-right .right_box ul li a:before {
    background: #d1cbc2;
    height: 4px;
    width: 4px;
    float: left;
    margin-top: 14px;
    margin-right: 6px;
}

.main-right .right_box .you_like li {
    width: 50%;
}
.ct_c{
    padding:5px 0 10px;
}
.card-header{ 
    display: none;
}
.playshow{
    font-size: 16px;
    padding: 30px 0;
}
.ccover{
    padding-bottom: 20px; 
    position: relative;
}
.ccover .play{
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 10;
}
.play .icon{
    font-size: 50px;    
    display: none;
}
.coverlist .comment {
    width: 100%;
    margin-top: 30px;
    /* background: #f9f9f9; */
    padding: 10px;
    border-radius: 5px;
    font-size: 13px;
    color: #999;
    border-bottom: 1px dashed #505050;
}
.coverlist .ccover{
    display: flex;
    align-content: center;
    align-items: center;
    max-width: 350px;
    margin: 0 auto;
}

#agotop {
    position: fixed;
/*    display: none;*/
    vertical-align: top;
    text-align: center;
    bottom: 100px;
    right: 18px;
    z-index: 888;
    color: #fff;
    cursor: pointer;
    font-size: 10px; 
}
#agotop img{
    max-width: 100px;
    margin-bottom: 10px;
}
#agotop { 
    display: block;
    background: #fff;
    padding: 8px;
    border-radius: 3px; 
    color: #333;
}
#agotop #goxtops{
    background: #4ACA6D;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    margin: 15px auto 0;
    color: #fff;
} 
.dianzan { 
    padding: 0;
    border-radius: 5px; 
    text-align: center;
    margin: 20px auto ; 
    line-height: 24px;
    padding-top: 10px; 
    cursor: pointer;
}
.ccover .dianzan .icon{ 
    top: 0;
    margin-right: 5px;
    font-size: 26px;
}
.ccover .dianzan #alias{  
    font-size: 24px;
}
.ccover .dianzan .icon-download{
    margin-left: 40px;
}
.ccover .dianzan #download{
    font-size: 18px;
    position: relative;
    top: -2px;
    margin-left: 3px;
    color: #000;
}
.comment {
    padding: 5px 10px 10px;
}
.flexlr {
    position: relative;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}
.joe_post__pagination{
    overflow: hidden;
    padding: 30px 0;
}
.joe_post__pagination a {
    display: block;
    height: 32px;
    line-height: 32px;
    padding: 0;
    color: #fff;
    border-radius: 3px; 
    font-size: 14px; 
    float: left;
    width: 45%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.joe_post__pagination .fr{
    text-align: right;
}
.coverlist .yAudio .yAudio-content .yAudio-play svg{
    top: 9px;
    left: 10px;
}




@media only screen and (max-width: 768px) {
    .songlist ul li .con .cont a {  
        width: 90%;
    }
    .songlist ul li .con .cont .clickplay {  
        width:10%;
    }
    .pc_right ul,.songlist ul{
        margin-right: 0;
        margin-left: -8px;
    }
    .widgetWrapper .itemUl { 
        display: flex;
        align-content: space-between;
        flex-wrap: wrap;
    }
    .widgetWrapper .itemUl li{
        width: 46.5%!important; 
        margin-left: 3%;
    }
    .playall{
        font-size: 12px;
        padding: 5px 10px;
    }
    .songlist .cont{
        display: flex;
    }
    .songlist ul li .con .cont a h2{
        margin-top: -2px;
    }
    .songlist ul li .con .info .time{
        width: 70%;
    }
    #starlist {
    width: 250px;
    background: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    margin-left: 0px;
    left: -250px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 999;
  }
  #starlist.active {
    left: 0px;
  }
  #starlist.active li:hover {
    background-color: transparent;
  }
  #starlist ul.sub-nav {
    background: transparent;
    visibility: visible;
    margin-top: 0;
  }
  #starlist li.on ul.sub-nav {
    margin-top: 0;
  }
  #starlist ul.sub-nav li a {
    line-height: 1;
  }
  #starlist ul.sub-nav:before {
    border-bottom-color: transparent;
  }
  .fademask.active {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
  #starlist {
    padding-top: 20px;
  }
  #starlist li {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: left;
  }
  #starlist li a {
    display: block;
    margin: 0 25px;
    letter-spacing: 1px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    height: auto;
    line-height: 50px;
  }
  #starlist li:hover:before, #starlist li.selected:before, #starlist li.selected:hover:before {
    width: 0;
  }
    .pc_right li,.threadlist .left, .threadlist .right,.main-right,.main-left{
        width: 100%;
        float: none;
        margin: 8px 0;
    }  
    .main-right .right_box{
        float: none;
        padding: 0;
    }
    
}

.flink {
    width: 100%;
/*    background: #fafafa;*/
    padding: 12px 0;
    margin: 0 auto;
    margin-top: 30px;
}

.flink ul {
    width: 100%;
    margin:0 auto;
    max-width: 960px;
}

.flink b {
    line-height: 22px;
    font-weight: 400;
    float: left;
    font-size: 14px;
}

.flink li {
    line-height: 22px;
    color: #b7b7b7;
    margin: 6px 6px;
    float: left;
}

.flink li a {
    color: #797979;
    font-size: 12px;
}

.flink li a:hover {
    color: #4586f1;
}
#alias{
    cursor: pointer;
    position: relative;
    padding-right: 0;
}
#alias:after{
    position: absolute;
    top: -8px;
    right: 0;
    content: '';
    
}
.clickgood .icon{
    position: relative;
    top: -2px;
}
.taga{
    margin-right: 10px;
}
.pc_right li span {
/*
    width: 4px;
    height: 4px;
    background: #6f90e4;
    margin: 10px 6px 0 0;
*/
    float: left;
}
.coverlist .playxloading{
    position: absolute; 
    width:22px;
    height: 22px;
    top: 5px;  
    left: 13px;
    z-index: 100;
    border-radius: 60px;
}
.load .playxloading{
    display: none;
    opacity: 0;
}
.songlist .clickplay{  
    margin-right: 5px;
    display: inline-block;
    /*color: #b5c2c8;*/
    text-align: center;
}
.main-left .clickplay{  
    margin-right: 0; 
}
.songlist .clickplay .icon{ 
    font-size: 12px; 
    position: relative;
    top: -5px;
/*    padding: 8px;*/
    width: 21px;
    height: 24px;
    line-height: 24px;
    padding-left: 3px;
    text-align: center;
    text-align: center;
    cursor: pointer;
    display: inline-block;
}
.songlist ul li:hover .icon-play{
    background: #d90000;
    border-radius: 20px;
    color: #fff;
}
.songlist .threadlist .icon{
     top: -5px; 
} 
.hot_txt .icon{
    margin-right: 5px;
}
.threadlist .fl,.threadlist .fr{
    width: 100%;
    float: none;
}
.hostringin {
    margin: 30px auto;
}
.hostringin .download:hover,.ringingbox .abtn:hover {
    background: #d90000;
    color: #fff!important;
    border: 1px solid #d90000;
}
.hostringin .download {
    width: 142px;
    height: 41px;
    background: #EF7E31;
    border-radius: 21px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 41px;  
    text-align: center;
    cursor: pointer;
    display: block;
}
.ringingbox{
/*    padding: 10px 0 15px;*/
    overflow: hidden;
}
.ringingbox .abtn {
    padding: 4px 10px;
    border: 1px solid #999;
    font-size: 13px;
    color: #9999;
    border-radius: 20px;
    margin-right: 22px;
    margin-top: 10px;
    margin-bottom: 5px;
    display:inline-block;
}
.tagWrapper .about{
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-top: 15px;
}
.tagWrapper .about a { color: #999; }

.mygoogle{
    margin-top: 30px;
    padding: 15px 0;
}
a#breadcrumbs:link {color:black} 


/* 评论样式
---------------------------------------------------*/
/* 发表评论表单样式 */
@media (min-width: 768px) {
    .commentform {
        height: 200px
    }
}

#comments {
    margin-top: 20px;
}

.comment-name {
    float: left;
    border-bottom-left-radius: 10px !important
}

.comment-mail {
    float: left
}

.comment-url {
    border-right: 1px #d6d6d6 solid !important;
    border-bottom-right-radius: 10px !important
}
 
.comment-info {
    width: auto
}

.com_control {
    display: block;
    border-radius: 0px;
    border: 1px #d6d6d6 solid;
    border-right: 0px;
    height: 50px
}

/* 评论处的输入框提示，居中、隐藏 */
.com_control:focus::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0)
}

.com_control::-webkit-input-placeholder {
    color: rgba(116, 116, 116, 0.336)
}

@media (min-width: 578px) {
    .com_control::-webkit-input-placeholder {
        text-align: center
    }
}

.comment-header {
    padding: 15px 5px;
}

.comment-post {
    clear: both
}

.comment-post p {
    margin: 5px 0px
}

.comment-post .cancel-reply {
    float: right;
    cursor: pointer;
    padding-right: 10%
}

.comment-post .cancel-reply:hover {
    text-decoration: underline
}

.comment-post small {
    font-size: 12px;
    color: #999
}

.comment-post input {
    padding: 7px 20px;
    font-size: small;
    color: #848797;
    width: 33.3333334%;
    box-sizing: border-box;
}

.comment-post #comment {
    width: 100%; 
    font-size: small;
    border-radius: var(--marRadius) 10px 0 0; 
    resize: none;
    padding: 10px 15px;
    font-size: 14px;
    color: #fff;
    line-height: 18px;
    background: #1f1f1f;
    border-radius: 4px;
    border: 1px solid #666; 
    min-height: 80px;
    margin-bottom: 10px;
    box-sizing: border-box;
}

.comment-post #comment_submit {
    width: 84px;
    height: 35px;
    text-align: center;
    font-size: 14px;
    margin: 10px 0px;
    float: right;
    margin-right: 1px;
    border-radius: 8px;
    border: 1px solid #d90000;
    background: #d90000;
    padding: 7px 10px;
    justify-content: center;
    color: #fff;
}

.comment-post #comment_submit:hover {
    cursor: pointer;
    color: #fff;
    background: linear-gradient(-90deg, #f59f54 10%, #ff6922 100%);
}

.comment-post .input {
    width: 100px
}

.comment {
    margin: 10px 0;
    padding: 10px 0px;
    font-size: medium;
    /*border-bottom: 1px #f7f7f7 solid;*/
    overflow: hidden;
    color: #333
}

.comment span {
    color: #ff7a15
}

.comment .comment-time {
    color: #999999;
    display: inline;
    font-size: 10px;
    margin-left: 10px;
}

.comment .avatar {
    float: left;
    margin: 5px 4px
}

.comment .comment-infos {
    background: #121212;
    padding: 12px;
    padding-bottom: 5px;
    border-radius: var(--marRadius);
    margin-top: 9px;
    margin-left: 58px;
    color: #fff;
}

.comment .comment-infos-unGravatar {
    padding: 5px
}

.com-bottom {
    margin-bottom: 80px;
}

/* 评论列表中指向评论者头像的箭头 */
.comment .arrow {
    position: absolute;
    margin-top: 3px;
    margin-left: -34px;
    border-width: 13px;
    border-style: solid;
    border-color: transparent #f7f7f7 transparent transparent
}

.comment .comment-content {
    margin: 8px 0px 30px 0px;
    word-break: break-word
}

.comment .comment-reply {
    float: right;
    font-size: 12px;
    cursor: pointer;
    margin-top: -25px
}

.comment .comment-reply:hover {
    text-decoration: underline
}

.em-badge {
    display: inline-block;
    padding: 2px 5px;
    background-color: #FC8049;
    color: #fff;
    border-radius: 5px;
    font-size: small;
}

.em-badge-primary {
    display: inline-block;
    padding: 1px 5px;
    background-color: #4E73DF;
    color: #fff;
    border-radius: 8px;
    font-size: small;
}

.em-badge-success {
    display: inline-block;
    padding: 1px 5px;
    background-color: rgba(14, 161, 103, 0.73);
    color: #fff;
    border-radius: 8px;
    font-size: small;
}

.em-badge-comment {
    display: inline-block;
    padding: 2px 10px;
    background-color: #c9c8c8;
    color: #fff;
    border-radius: 10px;
    font-size: small;
}

.em-badge-comment2 {
    line-height: 12px;
    font-weight: 700;
    color: #fff;
    background-color: #aab0c6;
    display: inline-block;
    padding: 2px 10px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    text-decoration: none;
    word-break: break-all;
}

.em-badge-mute {
    /*border: 1px solid #e8e8e8;*/
    border-radius: 4px;
    white-space: nowrap;
    /*background-color: antiquewhite;*/
}

.comment-children {
    margin: 20px 10px 10px 20px;
    clear: both;
    border: none;
    padding: 0
}

.comment .comment-post {
    width: 90%;
    margin: 15px auto
}

.comment-info {
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: -8px;
    white-space: nowrap
}

/* 边栏处的最新评论信息margin-top应该是0 */
.unstyle-li .comment-info {
    margin-top: 4px
}

.cancel-reply {
    font-size: large
}

/* 评论人的头像 */
.avatar img {
    width: 40px;
    margin-top: 9px;
    margin-right: 4px;
    border-radius: 50%
}

.unstyle-li input[type="submit"] {
    background-color: #313131;
    color: #FFFFFF;
    margin-left: -25px;
    height: 39px;
    width: 55px;
    border: 0;
    border-radius: 0 3px 3px 0;
    padding: 0
}

/* 评论区的 回复、取消回复 按钮 */
.comment-replay-btn,.comm_zan {
    border: none;
    cursor: pointer;
    padding: 0;
    background-color: unset;
    margin: 0 5px;
}

.comment-replay-btn:hover,.comm_zan:hover {
    color: var(--aHoverColor);
    text-decoration: underline;
    transition: all 0.2s
}

/* 侧边栏组件中的最新评论 */
.logcom-latest-time {
    position: absolute;
    right: 10px;
    color: var(--lightColor);
    margin-left: 10px;
    font-size: small
}

.comment-info_img {
    width: 27px;
    margin-bottom: 4px;
    margin-right: 3px;
    border-radius: 50%;
    vertical-align: middle;
    border-style: none
}







 
    html {
        scroll-padding-top: 16rem;
    }

    

    .index_main {
        margin-top: 5rem;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
        display: flex;
        flex-direction: column;

    }


    .search_wrap {
        display: flex;
        flex-direction: row;
        width: 100%;


    }

    #search_txt {
        width: 65%;
        height: 2rem;
        font-size: 0.8rem;
        border-right-width: 0;
        border-top-width: 0.2rem;
        border-left-width: 0.2rem;
        border-bottom-width: 0.2rem;
        border-style: solid;
        border-color: #1f1f1f;
        background: #1f1f1f;
        border-top-left-radius: 0.5rem;
        border-bottom-left-radius: 0.5rem;
        vertical-align: middle;
        padding-left: 0.5rem;
        flex-grow: 1;
        color: #fff;
        flex-shrink: 1;
        font-family: 'STKaiti';

    }

    #search_txt:focus {
        outline: none;
        border-style: solid;
        border-color: #ffffff;
        border-right-width: 0;
        border-top-width: 0.2rem;
        border-left-width: 0.2rem;
        border-bottom-width: 0.2rem;

    }

    #search_btn {
        width: 11%;
        height: 2rem;
        /* padding: 0.5rem; */
        font-size: 1rem;
        border-width: 0.2rem;
        border-style: solid;
        /* border-color: #5cb3cc; */
        border-color: #d90000;
        border-top-right-radius: 0.5rem;
        border-bottom-right-radius: 0.5rem;
        box-sizing: border-box;
        /* background-color: #5cb3cc; */
        background-color: #d90000;
        vertical-align: middle;
        box-sizing: content-box;
        color: white;
        border-left-width: 0;
        /* margin-right: 8%; */
        flex-grow: 1;
        flex-shrink: 1;
        font-family: 'STKaiti';
        cursor: pointer;
    }
.index_main #search_btn:hover{
    background: #fff!important;
    color: #d90000!important;
    border-color: #fff!important;
}
    .search_title {
        margin-top: 1.5rem;
        width: 85%;
        font-size: 1rem;
        font-weight: bold;
        flex-grow: 1;
        flex-shrink: 1;
    }

    .hot_list_wrap {
        display: flex;
        flex-direction: column;
    }

 
    
    .hot_list {
        margin-top: 1rem;
        font-size: 1rem;
        line-height: 1.8;
    }

    #lyrics_warp {

        width: 100%;
        height: 100%;

    }

    .lyrics_main {
        margin-top: 1rem;
        margin-left: auto;
        margin-right: auto;
        /* width: 80%; */
        line-height: 1.9;
        /* margin-bottom: 100px; */
        /* font-family: STKaiti; */
        font-size: 1rem;
        font-family: 'STKaiti';
        /* background-color: #ffffff; */
        /* background-color: #f4f4f4; */
        /* background-color: #CCE8CF; */
        flex-grow: 1;
        flex-shrink: 1;
        /* width: 85%; */
        flex: 1 1 auto;
    }

    h2 {
        font-size: 1.5rem;
        margin-top: 3rem;
        margin-left: auto;
        margin-right: auto;
        /* width: 80%; */
        font-family: 'STKaiti';
        flex-grow: 1;
        flex-shrink: 1;
        margin-bottom: 0%;
        /* width: 85%; */
        flex: 0 0 auto;
    }

    #artist {
        font-size: 1.2rem;
        /* margin-top: 0.2rem; */
        /* width: 80%; */
        font-family: 'STKaiti';
        flex-shrink: 1;
        flex-grow: 1;
        margin-left: auto;
        margin-right: auto;
    }

    a:link {
        /* color: #5cb3cc; */
        color: #ffffff; 
        text-decoration: none;
    }

    a:visited {
        color: #74787a;
        text-decoration: none;
    }
 
@media screen and (min-width: 1001px) {

    html {
        scroll-padding-top: 12rem;
    }

    div.breadcrumbs {

        margin-top: 2rem;
        font-size: 1.2rem;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

    .index_main {
        margin-top: 6rem;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: 960px;
        display: flex;
        flex-direction: column;

        .search_wrap {
            display: flex;
            flex-direction: row;

            #search_txt {
                width: 65%;
                height: 3.2rem;
                font-size: 1.2rem;
                ;
                border-right-width: 0;
                border-top-width: 0.2rem;
                border-left-width: 0.2rem;
                border-bottom-width: 0.2rem;
                border-style: solid;
                border-color: #1f1f1f;
                border-top-left-radius: 1rem;
                border-bottom-left-radius: 1rem;
                vertical-align: middle;
                padding-left: 1.2rem;
                ;
                flex-grow: 1;
                flex-shrink: 1;
                font-family: 'STKaiti';

            }

            #search_txt:focus {
                outline: none;
                border-style: solid;
                border-color: #d90000;
                border-right-width: 0;
                border-top-width: 0.2rem;
                border-left-width: 0.2rem;
                border-bottom-width: 0.2rem;

            }

            #search_btn {
                width: 11%;
                height: 3.2rem;
                /* padding: 5px; */
                font-size: 1.65rem;
                border-width: 0.2rem;
                border-style: solid;
                /* border-color: #5cb3cc; */
                border-color: #d90000;
                border-top-right-radius: 1rem;
                border-bottom-right-radius: 1rem;
                box-sizing: border-box;
                /* background-color: #5cb3cc; */
                background-color: #d90000;
                vertical-align: middle;
                box-sizing: content-box;
                color: white;
                border-left-width: 0rem;
                /* margin-right: 8%; */
                flex-grow: 1;
                flex-shrink: 1;
                font-family: 'STKaiti';
            }

        }

        .search_title {
            margin-top: 1.5rem;
            font-size: 1rem;
            width: 56%;
            font-size: 1.2rem;
            font-weight: bold;
            flex-grow: 1;
            flex-shrink: 1;
        }


        .hot_list_wrap {
            display: flex;
            flex-direction: column;

          
            .hot_list {
                margin-top: 1rem;
                font-size: 15px;
                line-height: 1.8;
            }
        }

    }

    #lyrics_warp {

        width: 100%;
        height: 100%;

    }

    .lyrics_main {
        margin-top: 2rem;
        margin-left: auto;
        margin-right: auto;
        line-height: 1.9;
        font-size: 1.2rem;
        font-family: 'STKaiti';
        flex-shrink: 1;
        /* width: 56%; */
        flex: 1 1 auto;

    }

    h2 {
        font-size: 2rem;
        margin-top: 5rem;
        font-family: 'STKaiti';
        flex-shrink: 1;
        flex-grow: 1;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 0%;
        margin-bottom: 0%;
        /* width: 56%; */
        flex: 0 0 auto;
    }

    a:link {
        /* color: #5cb3cc; */
        /* color: #ffffff; */
        color: #ffffff; 
        text-decoration: none;
    }

    a:visited {
        color: #999;
        text-decoration: none;
    }

    a:hover,.pc_right ul li a:hover {
        color: #d90000;
/*        text-decoration: line-through;*/
    }

    a:active {
        color: #d90000;
/*        text-decoration: line-through;*/
    }

    #artist {
        font-size: 1.2rem;
        /* margin-top: 0.2rem; */
        font-family: 'STKaiti';
        flex-shrink: 1;
        flex-grow: 1;
        margin-left: auto;
        margin-right: auto;
    }

}
