﻿html {
    margin: 0 auto;
}
body {
    min-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 0.734375rem;
    background-color: #6d28f5;
    background-image: url(//cb.cdn.changbaimg.com/images/yunying/shichang/hunanduet/bg.jpg);
    background-size: 100% auto;
    background-position: 0 0;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.bluebird-link {
    float: right;
    font-size: 0.375rem;
    color: #fdc035;
    border: 0.03125rem solid #fdc035;
    padding: 0 0.2rem;
    -webkit-border-radius: 0.5rem;
    border-radius: 0.5rem;
    line-height: 0.625rem;
}

a:hover {
    text-decoration: none;
}


.text-center {
    text-align: center;
    color: #fff;
}

.hot {
    position: absolute;
    top: 0.65rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    min-width: 0.55rem;
    padding-top: 0.65rem;
    background-image: url(//cb.cdn.changbaimg.com/images/yunying/shichang/hunanduet/hot.png);
    background-size: 0.53125rem auto;
    background-position: top center;
    background-repeat: no-repeat;
    color: #999;
}

.sing-logo {
    display: block;
    width: 9.453125rem;
    height: 5.34375rem;
    margin: -0.34375rem 0 0 0.21875rem;
    -webkit-animation: logo ease-in 0.5s;
    animation: logo ease-in 0.5s;
}
@keyframes -webkit-logo {
	0% {
		opacity: 0;
        -webkit-transform: scale(4);
		transform: scale(4);
	}
	100% {
		opacity: 1;
        -webkit-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes logo {
	0% {
		opacity: 0;
        -webkit-transform: scale(4);
		transform: scale(4);
	}
	100% {
		opacity: 1;
        -webkit-transform: scale(1);
		transform: scale(1);
	}
}

.bluebird-logo {
    position: absolute;
    width: 7.359375rem;
    left: 1.375rem;
    top: 0.46875rem;
    z-index: 1;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation: bluego ease-in 1s;
    animation: bluego ease-in 1s;
}

@-webkit-keyframes bluego {
    from {
        -webkit-transform: translateX(150%);
        transform: translateX(150%);
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes bluego {
    from {
        -webkit-transform: translateX(150%);
        transform: translateX(150%);
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 0.26666666rem;
    padding-right: 0.26666666rem;
}

.description {
    line-height: 0.6rem;
    font-size: 0.40625rem;
    color: #fff;
}

#detail {
    float: right;
    color: #fdc035;
    font-size: 0.375rem;
}

.logo {
    display: block;
    width: 2.921875rem;
    margin: 0.32rem auto 0.21875rem;
}

.statement {
    line-height: 0.8rem;
    font-size: 0.40625rem;
    color: #fff;
    text-align: center;
}

#singTogetherBtn {
    position: relative;
    display: block;
    width: 6.15625rem;
    height: 0.9375rem;
    margin: 0.2rem auto 0.48rem auto;
}

#singTogetherBtn > span {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    line-height: 0.9375rem;
    font-size: 0.4375rem;
    text-align: center;
    color: #4c0c84;
    font-weight: 600;
    background-color: #ffda00;
    margin: 0.125rem auto 0 auto;
    border-radius: 0.46875rem;
    -webkit-border-radius: 0.46875rem;
    z-index: 2;
}

.recommend-container {
    margin: 0.3rem 0.4rem 0.28rem;
    font-size: 0;
    text-align: justify;
}

    .recommend-container:after {
        content: ' ';
        display: inline-block;
        vertical-align: top;
        height: 0;
        width: 100%;
    }

.recommend-user {
    display: inline-block;
    width: 2.34375rem;
    height: 2.34375rem;
    -webkit-border-radius: 1.2rem;
    border-radius: 1.2rem;
    vertical-align: top;
    overflow: hidden;
}

.block {
    display: block;
    height: 100%;
}

    .recommend-user img {
        display: block;
        margin-left: -0.68rem;
        height: 100%;
    }

.btn-shadow {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0.07rem;
    left: -0.046875rem;
    border: 0.046875rem solid #db49ed;
    -webkit-border-radius: 0.46875rem;
    border-radius: 0.46875rem;
    background-color: #59129b;
    z-index: 0;
}

.seperator-line {
    display: block;
    width: 100%;
    margin: 0.5rem auto;
}

.tab-panel {
    height: 0.90625rem;
    border: 0.03125rem solid #fff;
    -webkit-border-radius: 0.09375rem;
    border-radius: 0.09375rem;
}

.tab-item {
    float: left;
    width: 50%;
    height: 100%;
    font-size: 0.40625rem;
    text-align: center;
    color: #fff;
    background-color: transparent;
    border: none;
}

.tab-selected {
    color: #c335a9;
    background-color: #ffffff;
}

.tab-content-container {
    width: 200%;
    white-space: nowrap;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.tab-content {
    float: left;
    width: 50%;
    min-height: 10rem;
}

.relative {
    position: relative;
}

.overflow-hidden {
    overflow: hidden;
}

.work-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 50%;
    margin-bottom: 0.3125rem;
}
.work-item:nth-child(2n) {
    padding-right: 0.15625rem;
}
.work-item:nth-child(2n + 1) {
    padding-left: 0.15625rem;
}
.video-holder {
    padding: 28.125% 50%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 11;
}
.video::-webkit-media-controls-start-playback-button {
    display: none!important
}

.tab-content-container {
    margin-top: 0.3125rem;
}

.poster {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}

.work-name {
    margin-top: 0.16rem;
    line-height: 0.4375rem;
    font-size: 0.34375rem;
    color: #ffffff;
}

.work-user {
    line-height: 0.35rem;
    font-size: 0.265625rem;
    color: #ffffff;
}

.work-user1 {
    line-height: 0.6875rem;
    font-size: 0.375rem;
    color: #666;
}

.work-item-first {
    float: left;
    width: 100%;
    margin-bottom: 0.3125rem;
}

.work-item-first > .work-name, .work-item-first > .work-user {
    position: absolute;
    left: 0.15625rem;
    bottom: 0.5rem;
    z-index: 11;
}

.work-item-first > .work-user {
    bottom: 0.1rem;
}

#recommendList .video-holder {
    padding: 50%;
}

.fixed-tab-panel {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 9.375rem;
    margin-left: auto;
    margin-right: auto;
    z-index: 100;
    background-color: rgba(96,13,155,0.9);
}

.fixed-tab-content {
    margin-top: 0.96875rem;
}

.duet-item {
    position: relative;
    border: 0.0625rem solid #d8a4ee;
    -webkit-border-radius: 0.09375rem;
    border-radius: 0.09375rem;
    background-color: #6706ce;
    margin-bottom: 0.26666666rem;
}

.work-link {
    display: block;
    /* margin: 0.0625rem; */
    padding-bottom: 0.25rem;
    background-color: #fff;
}

.work-container1 {
    padding-top: 2.9375rem;
}

.duet-title {
    position: relative;
    margin: 0 0.1875rem 0.21875rem 0.1875rem;
    padding: 0.15625rem 0.3125rem;
    line-height: 0.46875rem;
    font-size: 0.375rem;
    color: #333;
    border: 0.015625rem solid #e4e3e2;
    -webkit-border-radius: 0.078125rem;
    border-radius: 0.078125rem;
    white-space: normal;
}

.icons {
    display: inline-block;
    background-image: url(//comp.cdn.changbaimg.com/images/officialwebsite/recommend.png);
    background-repeat: no-repeat;
    background-size: 2.1875rem 0.5625rem;
    vertical-align: middle;
}

.arrow-icon {
    position: absolute;
    right: 1.9rem;
    top: -0.14rem;
    width: 0.3125rem;
    height: 0.15625rem;
    background-position: 0 -0.40625rem;
}

.song-data {
    font-size: 0;
    line-height: 0.9375rem;
    border-top: 0.015625rem solid #e4e3e2;
    font-size: 0.375rem;
    text-align: center;
    color: #ccc;
}

    .song-data > span {
        display: inline-block;
        vertical-align: middle;
        font-size: 0.375rem;
    }

    .song-data:after {
        content: ' ';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

.user-link {
    position: absolute;
    top: 0.25rem;
    left: 0;
    z-index: 10;
    width: 50%;
    text-align: center;
}

.right-link {
    left: auto;
    right: 0;
}

.work-img {
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 50%;
}

.duet-user {
    line-height: 0.625rem;
    font-size: 0.4375rem;
    color: #6706ce;
}

.plus {
    color: #6706ce;
    position: absolute;
    top: 0.875rem;
    left: 0;
    right: 0;
    font-size: 1rem;
    font-weight: bold;
    width: 1rem;
    height: 1rem;
    margin: auto;
    text-align: center;
}
.open-div {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 0.8rem;
    padding: 0.266666rem 0;
    background-color: rgba(0,0,0,0.65);
    z-index: 100;
    right: 0;
    margin: auto;
}

.logo-icon {
    display: inline-block;
    height: 0.8rem;
    width: 4.346666666rem;
    margin-left: 0.2666666rem;
    background-image: url(//cb.cdn.changbaimg.com/images/yunying/shichang/hunanduet/cblogo.png);
    background-size: 4.346666666rem auto;
    vertical-align: top;
}

#downloadBtn {
    display: inline-block;
    height: 0.746666666rem;
    line-height: 0.746666666rem;
    padding: 0 0.346666666rem;
    margin-right: 0.266666rem;
    border-radius: 0.125rem;
    font-size: 0.426666666rem;
    color: #fff;
    text-align: center;
    background-color: #ff5046;
    vertical-align: top;
    cursor: pointer;
}

.right {
    float: right
}

.bluebird-banner {
    position: absolute;
    bottom: 0;
    left: 0.26666666rem;
    z-index: 100;
    right: 0.26666666rem;
    padding-bottom: 0.26666666rem;
    z-index: 100;
}

.bluebird-banner-img {
    display: block;
    width: 100%;
    height: 3.25rem;
}

.bluebird-banner1 {
    opacity: 0;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 100;
}

.bluebird-banner-show {
    opacity: 1;
}

.bluebird-banner-img1 {
    display: block;
    width: 100%;
    height: 1.5625rem;
}

#shakeContainer {
    display: none;
    position: fixed;
    bottom: 14%;
    right: 0;
    -webkit-border-radius: 0.3rem 0 0 0.3rem;
    border-radius: 0.3rem 0 0 0.3rem;
    width: 2.5rem;
    height: 2.5rem;
    background-color: rgba(0,0,0,0.7);
    z-index: 100;
}
.shake-img {
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    margin: 0.140625rem 0 0.140625rem 0.765625rem;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: shaking;
    animation-name: shaking;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-iteration-count: 5;
    animation-iteration-count: 5;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

@-webkit-keyframes shaking {
    0% {
        -webkit-transform: rotateZ(-45deg);
        transform: rotateZ(-45deg);
    }
    10% {
        -webkit-transform: rotateZ(45deg);
        transform: rotateZ(45deg);
    }
    20% {
        -webkit-transform: rotateZ(-45deg);
        transform: rotateZ(-45deg);
    }
    30% {
        -webkit-transform: rotateZ(45deg);
        transform: rotateZ(45deg);
    }
    35%, 100% {
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0);
    }
}

@keyframes shaking {
    0% {
        -webkit-transform: rotateZ(-45deg);
        transform: rotateZ(-45deg);
    }
    10% {
        -webkit-transform: rotateZ(45deg);
        transform: rotateZ(45deg);
    }
    20% {
        -webkit-transform: rotateZ(-45deg);
        transform: rotateZ(-45deg);
    }
    30% {
        -webkit-transform: rotateZ(45deg);
        transform: rotateZ(45deg);
    }
    35%, 100% {
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0);
    }
}

.shake-text {
    line-height: 0.375rem;
    font-size: 0.3125rem;
    color: #fff;
    text-align: center;
}

.recommend-item {
    position: relative;
    margin-top: 0;
    margin-bottom: 0.3125rem;
}

.work-link {
    display: block;
    background-color: #fff;
}

.work-container {
    padding-top: 2.5rem;
    padding-bottom: 0.3125rem;
}

.work-title {
    position: relative;
    margin: 0 0.3125rem;
    padding: 0.234375rem 0;
    line-height: 0.46875rem;
    font-size: 0.375rem;
    border-top: 1px solid #e2e2e2;
    white-space: normal;
}

.work-cover {
    position: relative;
    height: 4.484375rem;
    margin: 0 0.3125rem;
    overflow: hidden;
}

.cover-img {
    display: block;
    width: 100%;
    min-height: 100%;
}

.big-play-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin: auto;
    -webkit-border-radius: 0.7rem;
    border-radius: 0.7rem;
    background-image: url(//comp.cdn.changbaimg.com/images/yunying/shichang/hunanduet/play.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: rgba(0,0,0,0.6);
}