.sub-player-wrap {
    background: rgba(24,24,24,.85);
    height: 80px;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 5000;
}
.sub-player-wrap .sub-player-box {
    height: 80px;
    float: none;
    max-width: 1220px;
    margin: 0 auto;
    position: relative;
}
.sub-player-wrap .sub-player-box .song-box{width:100%!important;box-sizing:border-box;border-right:180px solid transparent}
@media(min-width:450px) and (max-width:869px){.sub-player-wrap .sub-player-box .song-box{border-right:320px solid transparent}}
@media(min-width:870px) and (max-width:1279px){.sub-player-wrap .sub-player-box .song-box{border-right:465px solid transparent}}
@media(min-width:1280px){.sub-player-wrap .sub-player-box .song-box{border-right:865px solid transparent}}




.sub-player-wrap .sub-player-box .song-box img {
    float: left;
    height: 80px;
    margin-right: 15px;
}
.sub-player-wrap .sub-player-box .show-box .show-name, .sub-player-wrap .sub-player-box .song-box .song-name {
    margin-top: 20px;
}
.sub-player-wrap .sub-player-box .show-box .show-author, .sub-player-wrap .sub-player-box .show-box .show-name, .sub-player-wrap .sub-player-box .song-box .author, .sub-player-wrap .sub-player-box .song-box .song-name {
    font-weight: 400;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 10px;
    overflow: hidden;
    line-height: normal;
}
.sub-player-wrap .sub-player-box .song-box .song-name {
    font-size: 16px;
    color: #fff;
    margin-left: 15px;
}
.sub-player-wrap .sub-player-box .song-box .author {
    font-size: 16px;
    color: #fff;
    margin-left: 15px;
    opacity: .5;
}
.sub-player-wrap .sub-player-box .conf-box {
    width: 80px;
    height: 80px;
    background: rgba(255,255,255,.05);
    float: right;
}
.sub-player-wrap .sub-player-box .conf-box .icon-settings {
    cursor: pointer;
	z-index:90;
}
.sub-player-wrap .sub-player-box .conf-box i {
    color: #fff;
    position: relative;
    font-size: 36px;
    line-height: 77px;
    margin-left: 24px;
    opacity: .5;

}
.icon-settings::before {
    content: '\f013';
	font-family: 'FontAwesome';
	font-size: 40px;
	font-style: normal;	
}

/*
[class*="icon-"] {
    vertical-align: middle;
}
[class*=" icon-"]::before, [class^="icon-"]::before {
    font-family: icon;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
}
*/
.sub-player-wrap .sub-player-box .conf-box .settings-box {
    height: 80px;
    background: rgba(18,18,18,.85);
    display: none;
    z-index: 1;
    line-height: 80px;
    padding-right: 80px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.sub-player-wrap .sub-player-box .conf-box .settings-box a {
    color: #fff;
}
.mobile-device .sub-player-box .conf-box .settings-box .mobile-hidden, .sub-player-wrap .sub-player-box .conf-box .settings-box .mobile-visible {
    display: none;
}
.sub-player-wrap .sub-player-box .conf-box .settings-box .quality {
    width: 80px;
    height: 80px;
    float: right;
    text-align: center;
    color: rgba(255,255,255,.3);
}
.sub-player-wrap .sub-player-box .conf-box .settings-box .mobile-hidden {
    display: block;
}
.sub-player-wrap .sub-player-box .conf-box i {
    color: #fff;
    position: relative;
    font-size: 36px;
    line-height: 77px;
    margin-left: 24px;
    opacity: .5;
}
.sub-player-wrap .sub-player-box .conf-box .settings-box i {
    font-size: 16px;
    margin-left: 14px;
    color: rgba(255,255,255,.5) !important;
}

.sub-player-wrap .sub-player-box .show-box {
    width: 400px;
    height: 80px;
    float: right;
    position: relative;
}
.sub-player-wrap .sub-player-box .show-box img {
    position: absolute;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    top: 10px;
    left: 15px;
    background-position: center center;
    background-size: cover;
}
.sub-player-wrap .sub-player-box .show-box .show-name, .sub-player-wrap .sub-player-box .song-box .song-name {
    margin-top: 20px;
}
.sub-player-wrap .sub-player-box .song-box {
    width: 360px;
    height: 80px;
    float: left;
    position: absolute;
    left: 0;
}
.sub-player-wrap .sub-player-box .show-box .show-author, .sub-player-wrap .sub-player-box .show-box .show-name, .sub-player-wrap .sub-player-box .song-box .author, .sub-player-wrap .sub-player-box .song-box .song-name {
    font-weight: 400;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 10px;
    overflow: hidden;
    line-height: normal;
}
.sub-player-wrap .sub-player-box .show-box .show-name {
    font-size: 16px;
    color: #fff;
    margin-left: 88px;
}
.sub-player-wrap .sub-player-box .show-box .show-author {
    margin-top: 0;
}
.sub-player-wrap .sub-player-box .show-box .show-hide i {
    font-size: 48px;
    margin-left: 15px;
    color: rgba(255,255,255,.5);
    display: block;
    line-height: 92px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sub-player-wrap .sub-player-box .play-list {
    width: 220px;
    height: 80px;
    background: rgba(255,255,255,.05);
    float: right;
    padding-top: 30px;
}
.sub-player-wrap .sub-player-box .play-list .title {
    color: #fff;
    font-size: 16px;
    margin-left: 30px;
    float: left;
    font-weight: 700;
}
.sub-player-wrap .sub-player-box .play-list .title {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}
.sub-player-wrap .sub-player-box .play-list .dot:nth-child(1) {
    margin-left: 9px;
}
.sub-player-wrap .sub-player-box .play-list .dot {
    margin-right: 3px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
    opacity: .5;
    float: left;
    margin-top: 9px;
}
.sub-player-wrap .sub-player-box .volume {
    cursor: pointer;
    width: 80px;
    height: 80px;
    background: rgba(255,255,255,.1);
    float: right;
    position: relative;
}
.sub-player-wrap .sub-player-box .volume i {
    font-size: 30px;
    margin-left: 20px;
    line-height: 77px;
    position: relative;
}
.sub-player-wrap .sub-player-box .volume i {
    color: #8f9091 !important;
    opacity: 1 !important;
}
.icon-volume::before {
    content: '\f028';
	font-family: 'FontAwesome';
	font-size: 40px;
	font-style: normal;
}
.sub-player-wrap .sub-player-box .volume .volume-box {
    display: none;
    position: absolute;
    height: 80px;
    bottom: 0;
    line-height: 80px;
    width: 300px;
}
.sub-player-wrap .sub-player-box .volume .volume-box .filled {
    padding-left: 80px;
}
.sub-player-wrap .sub-player-box .volume .volume-box .filled {
    background: rgba(50,50,50,.85);
    text-align: right;
    color: #fff;
    height: 80px;
}
.sub-player-wrap .sub-player-box .volume .volume-box span {
    margin-right: 10px;
}
.sub-player-wrap .volume-box .noUi-base {
    position: absolute;
    top: 0;
    right: 0;
    left: 80px;
    bottom: 0;
    cursor: pointer;
}
.sub-player-wrap .volume-box .noUi-base .noUi-background {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.sub-player-wrap .sub-player-box .play-btn {
    width: 80px;
    height: 80px;
    background: rgba(255,255,255,.15);
    float: right;
    position: relative;
}
.sub-player-wrap .sub-player-box .play-btn .plate-icon::before {
    content: '';
    position: absolute;
    left: 26px;
    border-left: 36px solid #fff;
    border-top: 18px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 18px solid transparent;
    top: 22px;
}
.sub-player-wrap .sub-player-box .pause-btn {
    width: 80px;
    height: 80px;
    background: rgba(255,255,255,.15);
    float: right;
    display: none;
    position: relative;
}
.hidden-big{
	display:none;
}
.show-box {
    border-top: none;
	border-bottom: none;
}
.def-text-wrap a, a, a:hover {
    text-decoration: none;
}
.sub-player-wrap .sub-player-box .pause-btn:hover, .sub-player-wrap .sub-player-box .pause-btn:hover i, .sub-player-wrap .sub-player-box .play-btn:hover, .sub-player-wrap .sub-player-box .play-btn:hover i,  .icon-settings:hover {
    color: #df363d !important;
}
.sub-player-wrap .sub-player-box .show-box .show-hide {
    display: none;
    width: 80px;
    height: 80px;
    float: right;
    background: rgba(255,255,255,.05);
    position: absolute;
    right: 0;
    top: 0;
}
.sub-player-wrap .sub-player-box .show-box .show-hide i {
    font-size: 48px;
    margin-left: 15px;
    color: rgba(255,255,255,.5);
    display: block;
    line-height: 92px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.settings-bg{
	height:100%;
}
.volume:hover i.icon-volume::before{
	color:white !important
}
a.play-btn:hover i.plate-icon::before{
	border-left: 36px solid #df363d;	
}





.settings-opened .sub-player-box .conf-box .settings-box {
    display: block !important;
}
.settings-opened .sub-player-box .conf-box .settings-box .sub-player-modal-btn {
    float: right;
}
.sub-player-wrap .sub-player-box .conf-box .settings-box .mobile-hidden {
    display: block;
}
.sub-player-wrap .sub-player-box .conf-box .settings-box {
    height: 80px;
    background: rgba(18,18,18,.85);
    display: none;
    z-index: 1;
    line-height: 80px;
    padding-right: 80px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.sub-player-wrap .sub-player-box .conf-box .settings-box .quality {
    width: 80px;
    height: 80px;
    float: right;
    text-align: center;
    color: rgba(255,255,255,.3);
}
.sub-player-wrap .sub-player-box .conf-box .settings-box .active, .sub-player-wrap .sub-player-box .conf-box .settings-box .active:hover {
    color: rgba(255,255,255,1);
    background: rgba(255,255,255,.1);
}

.sub-player-wrap .sub-player-box .conf-box .settings-box span {
    padding: 0 50px;
	color:white;
}
.sub-player-wrap .sub-player-box .conf-box .settings-box i {
    font-size: 16px;
    margin-left: 14px;
    color: rgba(255,255,255,.5) !important;
}
volume-opened .sub-player-box .volume .volume-box{display:block}.volume-opened .sub-player-box .volume i{z-index:1;color:#df363d!important}.volume-opened .sub-player-box .volume:hover i{color:#df363d!important}.ios-device .sub-player-box .volume,.volume-opened .sub-player-box .play-list .dot-box,.volume-opened .sub-player-box .play-list .title{display:none}


.sub-player-wrap .sub-player-box .conf-box .settings-box i {
    font-size: 16px;
    margin-left: 14px;
    color: rgba(255,255,255,.5) !important;
}
.settings-opened .sub-player-box .conf-box i {
    color: #df363d;
    opacity: 1;
    z-index: 2;
}
.icon-window::before {
    content: '\f24d';
	font-family: 'FontAwesome';
	font-size: 24px;
	font-style: normal;
}
.settings-opened .sub-player-box .conf-box .settings-box .sub-player-modal-btn:hover {
    color: #df363d;
}
.settings-opened .sub-player-box .conf-box .settings-box .sub-player-modal-btn:hover i {
    color: #df363d !important;
}
.volume-opened .sub-player-modal-btn{
	display:none;
}
.sub-player-modal-btn{
	cursor:pointer;
}
.sub-player-wrap .volume-box .noUi-base {
    position: absolute;
    top: 0;
    right: 0;
    left: 80px;
    bottom: 0;
    cursor:col-resize;
}
.sub-player-wrap .volume-box .noUi-base .noUi-background {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.volume-opened .sub-player-box .volume .volume-box {
    display: block !important;
}
.sub-player-wrap .sub-player-box .volume .volume-box {
    display: none;
    position: absolute;
    height: 80px;
    bottom: 0;
    line-height: 80px;
    width: 300px;
}
.sub-player-wrap .sub-player-box .volume .volume-box .filled {
    padding-left: 80px;
}
.sub-player-wrap .sub-player-box .volume .volume-box .filled {
    background: rgba(50,50,50,.85);
    text-align: right;
    color: #fff;
    height: 80px;
}
.sub-player-wrap .sub-player-box .volume .volume-box span {
    margin-right: 10px;
}
.js-click-opener div.play-list{
	display:none;
}
/*
.volume .volume-box{
	border-right: 1px solid #777;	
}
.volume .noUi-base{
	border-right: 1px solid #777;	
}
*/
.settings-opened .volume, .settings-opened .play-btn{
	display:none !important;	
}

















.sub-player-wrap .sub-player-box .pause-btn {
    width: 80px;
    height: 80px;
    background: rgba(255,255,255,.15);
    float: right;
    display: none;
    position: relative;
}
.sub-player-wrap .sub-player-box .pause-btn .plate-icon::before {
    position: absolute;
    left: 26px;
}
.sub-player-wrap .sub-player-box .pause-btn .plate-icon::after, .sub-player-wrap .sub-player-box .pause-btn .plate-icon::before {
    border-left: 10px solid #fff;
    border-top: 18px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 18px solid #fff;
    top: 22px;
    content: '';
}
.sub-player-wrap .sub-player-box .pause-btn .plate-icon::after {
    position: absolute;
    right: 26px;
}
.sub-player-wrap .sub-player-box .pause-btn .plate-icon::after, .sub-player-wrap .sub-player-box .pause-btn .plate-icon::before {
    border-left: 10px solid #fff;
    border-top: 18px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 18px solid #fff;
    top: 22px;
    content: '';
}


.sub-player-wrap .sub-player-box .play-btn:hover .plate-icon::before {
    border-left: 36px solid #df363d;
}
.sub-player-wrap .sub-player-box .pause-btn:hover .plate-icon::after, .sub-player-wrap .sub-player-box .pause-btn:hover .plate-icon::before, .sub-player-wrap .sub-player-box .play-btn:hover .plate-icon::before {
    -webkit-transition: border-color .3s;
    -moz-transition: border-color .3s;
    -o-transition: border-color .3s;
    transition: border-color .3s;
}
/******** fix *****/
.header-soc-line{
	margin-right: 8px;
}
/******** fix *****/
@media (max-width:449px){
	.hidden-vph, .sub-player-wrap .sub-player-box .conf-box .settings-box .mobile-hidden, .sub-player-wrap .sub-player-box .play-list .title, .sub-player-wrap .sub-player-box .show-box, .sub-player-wrap .sub-player-box .song-box img, .sub-player-wrap .sub-player-box .volume {
		display: none;
	}
}
@media (min-width:450px) and  (max-width:659px) {
	.sub-player-wrap .sub-player-box .conf-box, .sub-player-wrap .sub-player-box .pause-btn, .sub-player-wrap .sub-player-box .play-btn, .sub-player-wrap .sub-player-box .play-list, .sub-player-wrap .sub-player-box .song-box img {
		width: 60px;
		height: 60px;
	}
	.sub-player-wrap .sub-player-box .song-box {
		border-right: 320px solid transparent;
	}
	.sub-player-wrap .sub-player-box .conf-box .settings-box .mobile-hidden, .sub-player-wrap .sub-player-box .conf-box .settings-box i, .sub-player-wrap .sub-player-box .play-list .title, .sub-player-wrap .sub-player-box .show-box, .sub-player-wrap .sub-player-box .volume {
		display: none;
	}
	.sub-player-wrap .sub-player-box {
		height: 60px;
	}
	.sub-player-wrap, .sub-player-wrap .sub-player-box .conf-box .settings-box {
		height: 60px;
	}
	.sub-player-wrap .sub-player-box .song-box .song-name {
		margin-left: 9px;
		margin-top: 15px;
		font-size: 14px;
	}
	.sub-player-wrap .sub-player-box .song-box .author {
		margin-left: 9px;
		margin-top: 5px;
		font-size: 14px;
	}
	.sub-player-wrap .sub-player-box .conf-box i {
		font-size: 32px;
		margin-left: 14px;
		line-height: 60px;
	}
	.sub-player-wrap .sub-player-box .conf-box, .sub-player-wrap .sub-player-box .pause-btn, .sub-player-wrap .sub-player-box .play-btn, .sub-player-wrap .sub-player-box .play-list, .sub-player-wrap .sub-player-box .song-box img {
		width: 60px;
		height: 60px;
	}
	.sub-player-wrap .sub-player-box .play-btn i {
		font-size: 36px;
		line-height: 55px;
		margin-left: 14px;
	}
	.sub-player-wrap .sub-player-box .conf-box i {
		font-size: 32px;
		margin-left: 14px;
		line-height: 60px;
	}
	.sub-player-wrap .sub-player-box .play-btn .plate-icon::before {
		left: 14px;
		top: 12px;
	}
}
