html {
    font-size: 16px;
}
* {
    margin: 0;
}
header {
    background: #202020;
    height: 5rem;
    padding-left: 6.31rem;
    padding-right: 2.31rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header h1 {
    display: inline-block;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    padding: 0.2rem 0.62rem;
    border-bottom: 0.25rem #B32B2B solid;
}
header .btns span {
    display: inline-block;
    width: 5rem;
    height: 2rem;
    border-radius: 0.375rem;
    border: 2px solid #B32B2B;
    background: rgba(217, 217, 217, 0.00);
    color: #B32B2B;
    font-size: 1rem;
    font-weight: 800;
    text-align: center;
    line-height: 1.8rem;
    cursor: pointer;
    margin-left: 1rem;
}
.menu {
    height: 3rem;
    background: #B32B2B;
    color: #fff;
    display: flex;
    align-items: center;
    margin-bottom: 3.38rem;
}
.menu .pwrd_h2 {
    font-size: 1.25rem;
    font-weight: 800;
    padding-left: 6.31rem;
}
.menu>.btn.btn-outline-light.btn-sm {
    border-radius: 0.875rem;
    background: rgba(255, 255, 255, 0.10);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    width: 5.1875rem;
    height: 1.5rem;
    line-height: 1rem;
    margin-left: 2rem;
}
#music_content {
    text-align: left;
    width: 1200px;
    margin: 0 auto;
}
.music-container { 
    border-radius: 0.75rem;
    border: 1px solid rgba(179, 43, 43, 0.30);
    background: #FFF;
    box-shadow: 0px 2px 4px 0px rgba(67, 13, 13, 0.30);
    width: 35.75rem;
    height: 10.125rem;
    display: inline-flex;
    flex-direction: row;
    padding: 2rem;
    box-sizing: border-box;
    margin-bottom: 2.38rem;
}
.music-container:nth-child(odd) {
    margin-right: 2.5rem;
}
.music-container>img {
    border-radius: 0.75rem;
    margin-right: 1.5rem;
}
.music-right .header{
    text-align: left;
    color: #000;
    font-size: 1rem;
    font-weight: 500;
}
.music-right .tags {
    text-align: left;
}
.music-right .tags span {
    border-radius: 0.25rem;
    background: #B32B2B;
    display: inline-block;  
    color: #fff;
    padding: 0 0.25rem;
    font-size: 0.75rem;
    font-weight: 500;
}

#pills-tabContent .tab-pane {
    background-color: #B32B2B;
    padding: 2rem 0 1.69rem 0;
    border-radius: 8px;
}
#pills-tab, #pills-tabContent {
    width: 1200px;
    margin: 0 auto;
}
#pills-tab .nav-item:first-child{
   margin-left: 26.35rem;
}
#pills-tab {
    margin-bottom: 1.5rem!important;
    margin-top: 4.88rem;
}
#pills-tabContent {
    margin-bottom: 4.4rem;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #fff;
    color: #000;
    border-bottom: 0.25rem #B32B2B solid;
}
.nav-pills .nav-link {
    background: none;
    color: #000;
    font-size: 1.5rem;
    font-weight: 500;
    padding: 0;
    border-radius: 0;
    margin-right: 6.12rem;
}
.swiper-img-item {
    width: 9.02775rem;
    height: 11.3125rem;
    border-radius: 8px;
    background-color: #fff;
    text-align: center;
}
.swiper-img-item  img{
    border-radius: 8px;
}
.swiper-img-item  img.second{
    margin-top: 0.5rem;
    cursor: pointer;
}
.swiper-img-item div {
    color: #000;
    font-size: 0.75rem;
    font-weight: 500;
    margin-top: 0.5rem;
}
.swiper-wrapper {
    padding-left: 8rem;
}
.swiper::before, .swiper::after {
    content: "";
    display: inline-block;
    width: 8rem;
    height: 15rem;
    position: absolute;
    background-color: #B32B2B;
    z-index: 2;
}
.swiper::after {
    right: 0;
    top: 0;
}
iframe {
    vertical-align: bottom;
}
.menu .btn {
    position: relative;
}
.menu .btn img {
    position: absolute;
    top: 1.6rem;
    z-index: 11;
    left: 2rem;
}
.tags-container {
    position: absolute;
    border-radius: 0.75rem;
    border: 1px solid #B32B2B;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(67, 13, 13, 0.30);
    width: 25.75rem;
    white-space: normal;
    padding: 0.78rem 0 0.2rem  0.94rem;
    text-align: left;
    top: 2.5rem;
    left: 0;
    z-index: 10;
}
#emotion-tag {
    width: 28rem;
}
.tags-container span {
    color: #000;
    font-size: 0.875rem;
    font-weight: 500;
    display: inline-block;
    border-radius: 0.25rem;
    background: rgba(179, 43, 43, 0.10);
    padding: 0.4375rem 1.25rem;
    margin-right: 0.625rem;
    margin-bottom: 0.5rem;
}
.tags-container span:hover {
    color: #c01000;
}
progress {
    width: 20rem;
    color: #B32B2B;
}
[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
    outline: 0;
    background-color: transparent;
    width: 22.125rem;
}
[type="range"]::-webkit-slider-runnable-track {
    height: 4px;
    background: #eee;
}
[type="range"]::-moz-range-track {
    height: 4px;
    background: #eee;
}
[type="range" i]::-webkit-slider-container {
    height: 10px;
    overflow: hidden;
}
[type="range" i]::-moz-range-progress {
    height: 10px;
    overflow: hidden;
}
input[type=range]::-moz-range-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background-color: #B32B2B;
    border: 1px solid transparent;
    margin-top: -1px;
}
input[type="range"]::-moz-range-progress {
    background-color: #B32B2B;
    height: 4px;
}
[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #B32B2B;
    border: 1px solid transparent;
    border-image: linear-gradient(#B32B2B,#B32B2B) 0 fill / 0 2 0 0 / 0px 0px 0 2000px;
}
.self-audio-container {
    position: relative;  
    height: 3rem;
    width: 26rem;
}
.self-audio-container>img:first-child, .self-audio-container>img:nth-child(2){
    position: absolute;
    top: 0;
    right: 6.45rem;
    cursor: pointer;
}
.self-audio-container a {
    position: absolute;
    top: 0;
    right: 4rem;
    cursor: pointer;
}
.self-audio-container input {
    position: absolute;
    left: 0;
    bottom: 0;
    cursor: pointer;
}
.self-audio-container span {
    position: absolute;
    right: -1px;
    bottom: -2px;
    color: #B0B0B0;
    font-size: 0.625rem;
    font-weight: 500;
}


/*旧的样式*/
.loginBox{width: 100%; position: absolute; right: 0; top: 20px; font-size: 16px; text-align: right;}
.loginBox a{color: #FFF; cursor: pointer;}

.login{text-align: center; font-size: 20px; color: #1d1d1d; height: 198px; line-height: 198px; width: 530px; margin:0 auto;}
#logoPop .login a{color: #f00; cursor: pointer;}
.loginText{width: 530px; margin:0 auto; font-size: 14px; color: #7d7c7c; line-height: 24px; padding-top: 12px;}

.popFiex{background: rgba(0,0,0,0.5); width: 100%; height: 100%; position: fixed; left: 0; top: 0; z-index: 999; display: none;}
.popMain{width: 640px; height: 198px; position: fixed; left: 50%; top: 50%; margin:-100px 0 0 -320px; background: #FFF;}
.closeCLick{display: block; width: 40px; height: 40px; background: url(../images/close.png) no-repeat 0 0; position: absolute; right: 20px; top: 20px; cursor: pointer;}
.prompt_bg{background: rgba(0,0,0,0.5); width: 100%; height: 100%; position: fixed; left: 0; top: 0; z-index: 1; display: none;}

.payName{display: block; position: absolute; right: 20px; top: 39px; font-size: 16px; color: #F00; font-weight: bold; cursor: pointer;}