/* Icon font for player controls */

@font-face {
    font-family: 'playericons';
    src: url("../fonts/playericons.eot");
    src: url("../fonts/playericons.eot?#iefix") format('embedded-opentype'), url("../fonts/playericons.woff") format('woff'), url("../fonts/playericons.ttf") format('truetype'), url("../fonts/playericons.svg#playericons") format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
    font-family: Cambria, Georgia, serif;
    /*background: #b6b6b6 url(../images/bg.jpg) fixed no-repeat top center;*/
    font-weight: 400;
    font-size: 15px;
    color: #333;
    overflow-y: scroll;
    overflow-x: hidden;
}
.container{
    position:fixed;
    top:160px;
    left:0;
    right:0;
    margin:0 auto;
    z-index:1;
}
#cvs {
    position:fixed;
    left:0;
    bottom:0;
}
.songs-con{
    position:fixed;
    width:300px;
    height:85%;
    top:50%;
    transform:translateY(-50%);
    left:-300px;
    overflow: scroll;
    z-index:2;
    transition: .3s;
}
.songsConClose{
    display:none;
    position:fixed;
    top:0;
    left:300px;
    bottom:0;
    margin:auto;
    width:50px;
    height:50px;
    font-size:50px;
    line-height:50px;
    text-align: center;
    cursor: pointer;
    z-index:9999;
    color:#ffffff80;
    transition: .3s;
    &:hover{
        color:#fff;
    }
}
.songs-list {
    list-style-type: none;
    display: flex;
    flex-flow: wrap;
}

.songs-list li{
    margin-top:10px;
    width: 50%;
    text-align: center;
}
.songs-list li .am-btn{
    width:60px;
    height:60px;
    transition: .3s;
    padding:0;
    /*border:1px solid red;*/
    border-radius:50%;
    background:#ffffffdb;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    &:hover{
        box-shadow: 0 0 20px 2px #FF5722;
    }
}
.singers-pic{
    width:80%;
    height:80%;
    border-radius:50%;
}
.songs-list li p{
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    font-size: 13px;
    font-weight: 400;
    color:rgba(0, 0, 0, 0.6);
    height: 22px;
    justify-content: center;
    line-height: 22px;
    margin-top: 17px;
    padding: 0 5px;
    position: relative;
}
.songs-list li p .singers-name{
    color:rgba(0, 0, 0, 0.6);
}
.singers-name{
    cursor: pointer;
    white-space:nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.songs-list .active .am-btn{
    box-shadow: 0 0 20px 2px #FF5722 !important;
}
.songs-list .active p .singers-name{
    color:#E64A19;
}
.artists-con{
    position:fixed;
    width:500px;
    height:280px;
    top:50%;
    transform:translateY(-50%);
    right:-504px;
    overflow: hidden;
    z-index:2;
    transition: .3s;
    box-shadow:0 0 0 2px rgb(255, 255, 255),0.3em 0.3em 1em rgba(0, 0, 0, 0.8);
    &:hover .song-artist-pic-controls{
        visibility:visible;
    }
}
.artists-list{
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    margin:0 auto;
    box-shadow:inset 0 -3em 5em rgba(0, 0, 0, 0.1);
}
.artists-video{
    width: 100%;
    height: 0;
    object-fit: cover;
    position: absolute;
    top: 140px;
    left: 0;
    transition: .8s;
}
.artistsConClose{
    display:none;
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    margin:auto;
    width:50px;
    height:50px;
    font-size:50px;
    line-height:50px;
    text-align: center;
    cursor: pointer;
    z-index:9999;
    color:#ffffff80;
    transition: .3s;
    &:hover{
        color:#fff;
    }
}
.artists-con-screen{
    width:500px;
    height:280px;
    right:50px;
}
.artistsConClose-screen{
    right:554px;
}
.song-artist-pic-controls{
    visibility:hidden;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    /*border:1px solid red;*/
}
.pic-film{
    position:absolute;
    width:30px;
    height:30px;
    background-color:#00000000;
    border-radius:50%;
    right:13px;
    top:10px;
    font-size:18px;
    text-align: center;
    line-height: 30px;
    color:#ffffffbd;
    cursor:pointer;
    &:hover{
        color:#ffffff;
        background-color:#00000080;
    }
}
.pic-pre-next{
    position:absolute;
    width:30px;
    height:30px;
    background-color:#00000000;
    border-radius:50%;
    font-size:18px;
    text-align: center;
    line-height: 30px;
    color:#ffffffbd;
    top:50%;
    margin-top:-11px;
    cursor:pointer;
    transition: .3s;
    &:hover{
        color:#ffffff;
        background-color:#00000080;
        visibility: visible !important;
    }
}
.pic-pre{
    left: 10px;
}
.pic-toggle{
    left: 38px;
}
.pic-play{
    position:absolute;
    width:30px;
    height:30px;
    background-color:#00000000;
    border-radius:50%;
    left:0;
    right:0;
    margin:0 auto;
    font-size:18px;
    text-align: center;
    line-height: 30px;
    color:#ffffffbd;
    top:50%;
    margin-top:-11px;
    cursor:pointer;
    transition: .3s;
    &:hover{
        color:#ffffff;
        background-color:#00000080;
        visibility: visible !important;
    }
}
.pic-next{
    right: 10px;
}
.picScreen{
    position:absolute;
    width:30px;
    height:30px;
    background-color:#00000000;
    border-radius:50%;
    font-size:18px;
    text-align: center;
    line-height: 30px;
    right:13px;
    bottom:10px;
    color:#ffffffbd;
    cursor:pointer;
    transition: .3s;
    &:hover{
        /*scale: 1.3;*/
        color:#ffffff;
        background-color:#00000080;
        visibility: visible !important;
    }
}
/*歌词*/
.lrc-con,.lrc-con2 {
    position:fixed;
    /*right: 150px;*/
    left:0;
    right:0;
    width:100%;
    height: 150px;
    margin:0 auto;
    pointer-events: none;
    overflow: hidden;
}

.lrc-list,.lrc-list2 {
    padding-top:4px;
    list-style-type: none;
    transition: .3s;
    padding-left:0;
}

.lrc-list li,.lrc-list2 li{
    padding: 0px 50px;
    font-weight: 600;
    height: 30px;
    text-align: center;
    line-height: 30px;
    transition: .3s;
    color:rgba(0, 0, 0, 0.6);
}

.lrc-list li.active,.lrc-list2 li.active {
    transform: scale(1.5);
    font-weight: 900;
    color: #FF5722;
}
.lrc-con2{
    height: 140px;
    bottom:10px;
    z-index:1;
}
.lrc-con2 li{
    height: 45px;
    line-height: 45px;
    font-size:24px;
    color:rgba(255, 255, 255);
}
.lrc-list2 li.active {
    transform: scale(1.5);
    font-weight: 900;
    color: #FF5722;
}
::-webkit-scrollbar {
    display: none;
}
a {
    color: #2886bc;
    text-decoration: none;
}
a:hover {
    color: #000;
}
/*.container {*/
/*    width: 100%;*/
/*    position: relative;*/
/*}*/
.clr {
    clear: both;
    padding: 0;
    height: 0;
    margin: 0;
}
.container > header {
    margin: 10px 10px 0px 10px;
    padding: 20px 10px 0px 10px;
    position: relative;
    display: block;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    text-align: center;
}
.container > header h1 {
    font-family: 'Aldrich';
    font-size: 26px;
    line-height: 26px;
    margin: 0;
    position: relative;
    font-weight: 300;
    color: #666;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}
.container > header h1 span {
    font-weight: 700;
}
.container > header h2 {
    width: 500px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    margin: 0 auto;
    padding: 15px 0 5px 0;
    color: #666;
    font-style: italic;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.9);
}
.container > header h2 strong {
    color: #781430;
}
.main {
    width: 672px;
    height: 480px;
    padding: 30px 0;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    /* Header Style */
    
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.codrops-top {
    line-height: 24px;
    font-size: 11px;
    background: #fff;
    background: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    z-index: 9999;
    position: relative;
    font-family: Cambria, Georgia, serif;
    box-shadow: 1px 0px 2px rgba(0, 0, 0, 0.2);
}
.codrops-top a {
    padding: 0px 10px;
    letter-spacing: 1px;
    color: #333;
    display: inline-block;
}
.codrops-top a:hover {
    background: rgba(255, 255, 255, 0.3);
}
.codrops-top span.right {
    float: right;
}
.codrops-top span.right a {
    float: left;
    display: block;
}
.attribution {
    width: 600px;
    margin: 0 auto;
    text-align: center;
    padding: 20px 10px 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
    font-size: 10px;
    font-family: 'Aldrich';
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
    color: #666;
}
.support-note span {
    color: #ac375d;
    font-size: 16px;
    display: none;
    font-weight: bold;
    text-align: center;
    padding: 5px 0;
}
.no-cssanimations .support-note span.no-cssanimations,
.no-csstransforms .support-note span.no-csstransforms,
.no-csstransforms3d .support-note span.no-csstransforms3d,
.no-csstransitions .support-note span.no-csstransitions {
    display: block;
}
.vc-container {
    text-align: center;
    /* Tape elements */
    
    height: 500px;
    margin-bottom: 50px;
    position: relative;
}
.vc-tape-wrapper {
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    -o-perspective: 800px;
    -ms-perspective: 800px;
    perspective: 800px;
}
.vc-tape {
    width: 586px;
    height: 379px;
    margin: 30px auto 0;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.vc-loader:before{
    display:inline-block;
    content: '卡带正在读取数据...';
    width: 150px;
    margin-left:30px;
    margin-top:7px;
}
.vc-loader {
    position: absolute;
    width: 31px;
    height: 31px;
    bottom: 50px;
    left: 50%;
    margin: -15px 0 0 -15px;
    background: transparent url(../images/ajax-loader.gif) no-repeat center center;
    display: none;
}
.vc-tape-back {
    width: 100%;
    height: 100%;
    position: relative;
    background: transparent url(../images/cs_back.png) no-repeat center center;
}
.vc-tape-wheel {
    width: 125px;
    height: 125px;
    position: absolute;
    top: 110px;
    background: transparent;
    border-radius: 50%;
}
.vc-tape-wheel-left {
    left: 109px;
    box-shadow: 0 0 0 70px #000;
}
.vc-tape-wheel-right {
    right: 113px;
}
@-webkit-keyframes rotateLeft {
    0% {
        -webkit-transform: rotate(0deg) translateZ(-1px);
    }
    100% {
        -webkit-transform: rotate(-360deg) translateZ(-1px);
    }
}
@-webkit-keyframes rotateRight {
    0% {
        -webkit-transform: rotate(0deg) translateZ(-1px);
    }
    100% {
        -webkit-transform: rotate(360deg) translateZ(-1px);
    }
}
@-moz-keyframes rotateLeft {
    0% {
        -moz-transform: rotate(0deg) translateZ(-1px);
    }
    100% {
        -moz-transform: rotate(-360deg) translateZ(-1px);
    }
}
@-moz-keyframes rotateRight {
    0% {
        -moz-transform: rotate(0deg) translateZ(-1px);
    }
    100% {
        -moz-transform: rotate(360deg) translateZ(-1px);
    }
}
@-o-keyframes rotateLeft {
    0% {
        -o-transform: rotate(0deg) translateZ(-1px);
    }
    100% {
        -o-transform: rotate(-360deg) translateZ(-1px);
    }
}
@-o-keyframes rotateRight {
    0% {
        -o-transform: rotate(0deg) translateZ(-1px);
    }
    100% {
        -o-transform: rotate(360deg) translateZ(-1px);
    }
}
@-ms-keyframes rotateLeft {
    0% {
        -ms-transform: rotate(0deg) translateZ(-1px);
    }
    100% {
        -ms-transform: rotate(-360deg) translateZ(-1px);
    }
}
@-ms-keyframes rotateRight {
    0% {
        -ms-transform: rotate(0deg) translateZ(-1px);
    }
    100% {
        -ms-transform: rotate(360deg) translateZ(-1px);
    }
}
@keyframes rotateLeft {
    0% {
        transform: rotate(0deg) translateZ(-1px);
    }
    100% {
        transform: rotate(-360deg) translateZ(-1px);
    }
}
@keyframes rotateRight {
    0% {
        transform: rotate(0deg) translateZ(-1px);
    }
    100% {
        transform: rotate(360deg) translateZ(-1px);
    }
}
.vc-tape-wheel div {
    width: 100%;
    height: 100%;
    background: transparent url(../images/cs_wheel.png) no-repeat center center;
}
.vc-tape-front {
    width: 100%;
    height: 100%;
    position: absolute;
    background: transparent url(../images/cs_front.png) no-repeat center center;
    top: 0px;
    left: 0px;
}
.vc-tape-side-b {
    display: none;
    -webkit-transform: rotate3d(0, 1, 0, 180deg);
    -moz-transform: rotate3d(0, 1, 0, 180deg);
    -o-transform: rotate3d(0, 1, 0, 180deg);
    -ms-transform: rotate3d(0, 1, 0, 180deg);
    transform: rotate3d(0, 1, 0, 180deg);
}
.vc-tape-front .ax-bg{
    position:relative;
    top:37px;
    left:32px;
    width:435px;
    height:86px;
    border-width: 90px 43px 70px 43px;
    border-style: solid;
    border-color: #dbdbdb;
    border-radius:18px;
    box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, .3);
}
.vc-tape-front .ax-bg-a{
    border-image: url('../images/zhi2.png') 30 repeat;
    clip-path: inset(0 round 18px);
}
.vc-tape-front .ax-bg-b{
    border-image: url('../images/zhi.png') 30 repeat;
    clip-path: inset(0 round 18px);
}
.vc-tape-front .ax-bg-c{
    position:relative;
    top:-20px;
    left:-20px;
    width:435px;
    height:85px;
    border:20px solid #555;
    border-radius:100px;
    box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, .3);
}
.vc-tape-front .ax-songs-top-a,.vc-tape-front .ax-songs-top-b {
    display: flex;
    color: rgba(0, 0, 0, 0.6);
    position: absolute;
    width: 520px;
    height: 60px;
    overflow: hidden;
    top: 40px;
    left: 32px;
    /* Controls list */
    
    font-family: Arial;
    
}
.vc-tape-front .ax-songs-top-a .ax-songs-top-a-l,.vc-tape-front .ax-songs-top-b .ax-songs-top-b-l{
    width: 120px;
    height: 50px;
    color: rgba(0, 0, 0, 0.3);
    line-height: 50px;
    padding: 5px;
    font-weight: bold;
    font-size: 18px;
}
.vc-tape-front .ax-songs-top-a .ax-songs-top-a-r,.vc-tape-front .ax-songs-top-b .ax-songs-top-b-r{
    width: 380px;
    height: 50px;
    padding: 5px;
    font-size: 11px;
}
.vc-tape-front .ax-songs-top-a .ax-songs-top-a-r ul,.vc-tape-front .ax-songs-top-b .ax-songs-top-b-r ul{
    display: flex;
    margin: 0px auto;
    list-style-type: none;
    flex-flow: wrap;
}
.vc-tape-front .ax-songs-top-a .ax-songs-top-a-r ul li,.vc-tape-front .ax-songs-top-b .ax-songs-top-b-r ul li{
    width: 50%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    margin-top:3px;
    color:rgba(0, 0, 0, 0.6);
}
.song-active-color{
    text-decoration: underline dotted #E64A19;
    text-underline-offset: 2px;
    color:#E64A19 !important;
}
.vc-tape-front .ax-songs-bottom{
    display: flex;
    flex-flow: wrap;
    color: rgba(0, 0, 0, 0.6);
    position: absolute;
    width: 520px;
    height: 30px;
    overflow: hidden;
    top: 242px;
    left: 32px;
    font-family: Arial;
    font-weight: bold;
    font-size: 18px;
    justify-content: center;
    align-items: center;
}
.vc-tape-front .ax-songs-bottom span{
    width: 60%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
ul.vc-controls {
    list-style: none;
    padding: 0;
    width: 440px;
    position: absolute;
    bottom: 18px;
    left: 50%;
    margin: 0 0 0 -170px;
    background: -moz-linear-gradient(top, rgba(170, 170, 170, 0.35) 0%, rgba(255, 255, 255, 0.44) 50%, rgba(255, 255, 255, 0.53) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(170, 170, 170, 0.35)), color-stop(50%, rgba(255, 255, 255, 0.44)), color-stop(100%, rgba(255, 255, 255, 0.53)));
    background: -webkit-linear-gradient(top, rgba(170, 170, 170, 0.35) 0%, rgba(255, 255, 255, 0.44) 50%, rgba(255, 255, 255, 0.53) 100%);
    background: -o-linear-gradient(top, rgba(170, 170, 170, 0.35) 0%, rgba(255, 255, 255, 0.44) 50%, rgba(255, 255, 255, 0.53) 100%);
    background: -ms-linear-gradient(top, rgba(170, 170, 170, 0.35) 0%, rgba(255, 255, 255, 0.44) 50%, rgba(255, 255, 255, 0.53) 100%);
    background: linear-gradient(to bottom, rgba(170, 170, 170, 0.35) 0%, rgba(255, 255, 255, 0.44) 50%, rgba(255, 255, 255, 0.53) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#59aaaaaa', endColorstr='#87ffffff', GradientType=0);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom-color: rgba(255, 255, 255, 0.6);
    padding: 8px;
    height: 54px;
    box-shadow: inset 0 1px 0px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.8), 0 -1px 0 rgba(255, 255, 255, 0.4), inset 0 2px 19px rgba(0, 0, 0, 0.05), 0 2px 1px rgba(0, 0, 0, 0.06);
    -webkit-box-sizing: content-box;
    /* Controls list items */
    
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border-radius: 12px;
}
ul.vc-controls li {
    display: block;
    float: left;
    width: 55px;
    height: 50px;
    line-height: 50px;
    text-align: left;
    padding: 0 10px;
    margin: 0;
    cursor: pointer;
    background: #ddd url(../images/metal.jpg) no-repeat center top;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), inset 0 0 1px 2px rgba(255, 255, 255, 0.9), inset 0 -6px 5px rgba(0, 0, 0, 0.1), 0 6px 7px rgba(0, 0, 0, 0.3), 0 4px 1px rgba(0, 0, 0, 0.5);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
ul.vc-controls li:first-child {
    border-radius: 8px 0 0 8px;
}
ul.vc-controls li:last-child {
    border-radius: 0px 8px 8px 0px;
}
ul.vc-controls li.vc-control-play {
    width: 120px;
}
ul.vc-controls li span:before {
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    float: left;
    color: #444;
    font-family: 'playericons';
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.9);
    font-style: normal;
    font-weight: normal;
    text-transform: none;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
}
li.vc-control-pause span:before {
    content: '\50';
}
li.vc-control-switch span:before {
    content: '\25aa';
}
li.vc-control-fforward span:before {
    content: '\23e9';
}
li.vc-control-rewind span:before {
    content: '\23ea';
}
li.vc-control-stop span:before {
    content: '\50';
}
li.vc-control-play span:before {
    content: '\70';
}
li.vc-control-volume-off span:before {
    content: 'e?”?';
}
li.vc-control-volume-down span:before {
    content: 'e?”‰';
}
li.vc-control-volume-up span:before {
    content: 'e?”?';
}
ul.vc-controls li:hover {
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), inset 0 0 1px 2px rgba(255, 255, 255, 0.9), inset 0 -10px 15px rgba(0, 0, 0, 0.1), 0 6px 7px rgba(0, 0, 0, 0.3), 0 4px 1px rgba(0, 0, 0, 0.5);
}
ul.vc-controls li.vc-control-active {
    height: 50px;
    /* Activated */
    
    margin-top: 2px;
    background-image: url(../images/metal_dark.jpg);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.18), inset 0 0 1px 2px rgba(255, 255, 255, 0.5), inset 0 -6px 5px rgba(0, 0, 0, 0.1), 0 6px 7px rgba(0, 0, 0, 0.3), 0 2px 1px rgba(0, 0, 0, 0.5);
}
ul.vc-controls li.vc-control-pressed,
ul.vc-controls li.vc-control-active.vc-control-pressed {
    height: 50px;
    /*  
Background for the volume knob 
See knobKnob.css for the knob style
*/
    
    background-image: url(../images/metal_dark.jpg);
    margin-top: 4px;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), inset 0 0 5px 1px rgba(255, 255, 255, 0.5), inset 0 -10px 15px rgba(0, 0, 0, 0.2), 0 7px 5px rgba(255, 255, 255, 0.5);
}
.vc-volume-wrap {
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -318px;
    background: -moz-linear-gradient(top, rgba(170, 170, 170, 0.35) 0%, rgba(255, 255, 255, 0.44) 50%, rgba(255, 255, 255, 0.53) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(170, 170, 170, 0.35)), color-stop(50%, rgba(255, 255, 255, 0.44)), color-stop(100%, rgba(255, 255, 255, 0.53)));
    background: -webkit-linear-gradient(top, rgba(170, 170, 170, 0.35) 0%, rgba(255, 255, 255, 0.44) 50%, rgba(255, 255, 255, 0.53) 100%);
    background: -o-linear-gradient(top, rgba(170, 170, 170, 0.35) 0%, rgba(255, 255, 255, 0.44) 50%, rgba(255, 255, 255, 0.53) 100%);
    background: -ms-linear-gradient(top, rgba(170, 170, 170, 0.35) 0%, rgba(255, 255, 255, 0.44) 50%, rgba(255, 255, 255, 0.53) 100%);
    background: linear-gradient(to bottom, rgba(170, 170, 170, 0.35) 0%, rgba(255, 255, 255, 0.44) 50%, rgba(255, 255, 255, 0.53) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#59aaaaaa', endColorstr='#87ffffff', GradientType=0);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    padding: 8px;
    box-shadow: inset 0 1px 0px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.6), 0 -1px 0 rgba(255, 255, 255, 0.4), inset 0 2px 19px rgba(0, 0, 0, 0.05), 0 2px 1px rgba(0, 0, 0, 0.06);
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.vc-volume-wrap:after {
    /* Text style for controls */
    
    content: '';
    margin-top: 15px;
    display: block;
}
ul.vc-controls li,
.vc-volume-wrap:after {
    font-family: 'Aldrich';
    font-size: 10px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #666;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
}
._disNon{
    visibility: hidden !important;
}
._disBloc{
    visibility:visible !important;
}
._top-video{
    top:0 !important;
    height: 280px !important;
}
@media only screen and (max-width:1750px){
    .artists-con-screen{
        width:400px;
        height:224px;
        right:20px;
    }
    .artists-video{
        top:112px;
    }
    ._top-video{
        height: 224px !important;
    }
    .artistsConClose-screen{
        right:424px;
    }
}
@media only screen and (max-width:1440px){
    .artists-con-screen{
        width:300px;
        height:170px;
        right:20px;
    }
    .artists-video{
        top:85px;
    }
    ._top-video{
        height: 170px !important;
    }
    .artistsConClose-screen{
        right:324px;
    }
}

/* 针对dom的全屏设置 */
/* 全屏属性 */
.artists-con:-webkit-full-screen {
    .pic-film{
        visibility: hidden !important;
    }
    .pic-toggle{
        left: 58px;
    }
    .picScreen{
        bottom:unset;
        right:15px;
        top:15px;
    }
    .artists-list{
        box-shadow:inset 0 -10em 5em !important;
    }
    .pic-pre-next,.pic-play,.picScreen{
        scale: 1.5;
    }
}
.artists-con:-moz-full-screen {
    .pic-film{
        visibility: hidden !important;
    }
    .pic-toggle{
        left: 58px;
    }
    .picScreen{
        bottom:unset;
        right:15px;
        top:15px;
    }
    .artists-list{
        box-shadow:inset 0 -10em 5em !important;
    }
    .pic-pre-next,.pic-play,.picScreen{
        scale: 1.5;
    }
}
.artists-con:-ms-fullscreen {
    .pic-film{
        visibility: hidden !important;
    }
    .pic-toggle{
        left: 58px;
    }
    .picScreen{
        bottom:unset;
        right:15px;
        top:15px;
    }
    .artists-list{
        box-shadow:inset 0 -10em 5em !important;
    }
    .pic-pre-next,.pic-play,.picScreen{
        scale: 1.5;
    }
}
/* 全屏伪类 当前chrome:70 不支持 */
.artists-con:full-screen {
    .pic-film{
        visibility: hidden !important;
    }
    .pic-toggle{
        left: 58px;
    }
    .picScreen{
        bottom:unset;
        right:15px;
        top:15px;
    }
    .artists-list{
        box-shadow:inset 0 -10em 5em !important;
    }
    .pic-pre-next,.pic-play,.picScreen{
        scale: 1.5;
    }
}
/* IE11支持 */
.artists-con:fullscreen {
    .pic-film{
        visibility: hidden !important;
    }
    .pic-toggle{
        left: 58px;
    }
    .picScreen{
        bottom:unset;
        right:15px;
        top:15px;
    }
    .artists-list{
        box-shadow:inset 0 -10em 5em !important;
    }
    .pic-pre-next,.pic-play,.picScreen{
        scale: 1.5;
    }
}