body{
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}
button,textarea{
    outline:none;
}
p{
    margin: 0;
}
header{
    width: 100%;
    background-color: #242424;
    border-bottom: 5px solid #c20c0c;
}
header a:focus{
    text-decoration:none;
    outline-style:none;
    color: #ffffff;
    
}
header a:hover{
    text-decoration:none;
    outline-style:none;
    color: #ffffff;
    
}
header a{
    color: #ffffff;
}
header .header{
    width: 100%;
    height: auto;
    
}
header .header .header_top{
    margin: 0 10%;
    height: 70px
}
header .header .header_top .logo{
    text-align: center;
    float: left;
    width: 180px;
    font-size: 20px;
    line-height:70px;
    color: #ffffff;
    position: relative;
    
}
header .header .header_top .logo img{
    position: absolute;
    width: 30px;
    height: 30px;
    left: 15px;
    top: 20px;
   
}
header .header .header_top .nav{
    display: block;
    float: left;
    width: 600px;
    margin-right: 20px;
}
header .header .header_top .nav .list li{
    float: left;
    width: 16.5%;
    text-align: center;
    font-size: 14px;
    line-height:70px;
    color: #ffffff;
}
header .header .header_top .nav .list li:first-child{
    background-color: #000000;
}
header .header .header_top .nav .list li:hover{
    background-color: #000000;
}
header .header .header_top .user{
    width: 390px;
    float: left;
    margin-left: 10px;
    font-size: 12px;
}
header .header .header_top .user .search{
    float: left;
    margin: 2px 0;
    position: relative;
}
header .header .header_top .user .search .search_icon{
    position: absolute;
    left: 0;
    top: 16px;
    background-color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 32px;
    background: url(../images/topbar.png) no-repeat 0 9999px;
    background-position: 0 -99px;
}
header .header .header_top .user .search input{
    float: left;
    width: 150px;
    margin: 15px 0;
    height: 32px;
    border-radius: 32px;
    padding-left: 28px;
    color: #9b9b9b;
    font-size: 12px;
    border: 1px solid #666;
    outline: none;
}
header .header .header_top .user .product{
    margin: 15px 0 0 15px;
    float: left;
    width: 112px;
    line-height:32px;
    border-radius: 32px;
    color: #ffffff;
    text-align: center;
    user-select: none;
    border: 1px solid #999999;
}
#exit {
    width: 90px;
    float: left;
    margin-left: 20px;
    display: none;
}
#exit .userInfo{
    float: left;
    height: 70px;
}
#exit .userInfo img{
    width: 45px;
    height: 45px;
    border-radius: 45px;
    margin-top: 12px;
}
#exit #logout{
    float: left;
    margin-left: 10px;
    margin-top: 26px;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
}
#exit #logout:hover{
    text-decoration: underline;
    color: red;
}
header .header .header_top .user .login{
    float: left;
    margin-left: 25px;
    line-height:70px;
}
header .header .header_top .user .login a{
    color: #656565 !important;
}
header .header .header_top .user .login a:hover{
    text-decoration: underline;
}
header .header_container{
    width: 100%;
    height: auto;
    border-bottom: 5px solid #c20c0c;
}
#mainF{
    width: 100%;
    background-color: #f5f5f5;
}
#main{
    width: 980px;
    background-color: #fff;
    margin: 0 auto; 
    letter-spacing: 0;
    overflow: hidden;
}
#commentMain{
    width: 72%;
    /* height: 913px; */
    padding: 47px 30px 40px 39px;
    border: 1px solid #d3d3d3;
    float: left;
}
#recommendMain{
    width: 28%;
    height: 100%;
    padding: 20px 40px 40px 30px;
    border: 1px solid #d3d3d3;
    float: left;  
}
.music{
    width: 100%;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    overflow: hidden;
}
.musicPhoto{
    float: left;
}
.musicPhoto img{
    width: 205px;
    height: 205px;
    
}
.musicPhotoOut{
    width: 100%;
    text-align: center;
    margin-top: 5px;
}
.musicPhotoOut span{
    color: #297ac7;
}
.musicwords{
    width: 414px;
    float: right;
}
.titile{
    width: 100%;
    height: 32px;
    font-size: 24px;
}
.titile img{
    width: 54px;
    height: 24px;
}
.singer{
    width: 100%;
    height: 16px;
    color: #999;
}
.singer a{
    text-decoration: none;
}
.titile{
    width: 100%;
    height: 32px;
}
.buttonList{
    width: 100%;
    height: 56px;
    margin: 15px 0;
}
.buttonList audio{
    display: block;
    width: 100%;
    margin: 0 auto;
    outline:none;
}

.words{
    line-height: 2em;
}
.hideWords{
    display: none;
}
.wordsOut{
    height: 40px;
    clear: both;
    padding-top: 50px;
}
.wordsOut a{
    float: right;
    color: #999;
}
.comment{
    width: 100%;
    margin-top: 25px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}
.commentHeader{
    width: 100%;
    height: 35px; 
    border-bottom: 2px solid #c20c0c;
}
.commentHeader span:nth-child(1){
    font-size: 20px;
}
.commentHeader span:nth-child(2){
    font-size: 12px;
    color: #666666;
    margin-left: 20px;
}
.sendcomment{
    margin-top: 25px;
    overflow: hidden;
}
.userPhoto img{
    width: 50px;
    height: 50px;
    float: left;
}
#text{
    border: 1px solid #cdcdcd;
    padding: 5px 6px 6px;
    line-height: 19px;
    border-radius: 2px;
}
.commentText{
    float: right;  
}
.commentOut{
    width: 578px;
    height: 35px;
    padding-top: 10px;
    float: right;
    clear: both;
}
.commentOut img{
    width: 18px;
    height: 18px;
    margin-right: 10px;
}
.commentOut button{
    width: 46px;
    height: 25px;
    color: #fff;
    text-align: center;
    line-height: 25px;
    background-color: #297ac7;
    border: none;
    float: right;
}
.commentHeader2{
    width: 100%;
    border-bottom: 1px solid #cdcdcd;
    margin-top: 20px;
    font-weight: bold;
    color: #333333;
}
.commentneirong2 {
    width: 100%;
    padding: 15px 0;
    overflow: hidden;
    font-size: 12px;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    border-bottom: 1px dotted #ccc;
}

.commentneirong2 img {
    float: left;
    width: 50px;
    height: 50px;
}
.commentneirong2_2 {
    width: 580px;
    float: right;
    /* display: inline-block; */
}

.commentneirong2_3 {
    width: 580px;
    height: 16px;
    
    margin-top: 15px;
}

.commentneirong_time {
    color: #999;
}

.commentd_p {
    margin-left: 50px;
    float: right;
    /* display: inline-block; */
}
#recommendMain{
    font-size: 12px;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
}
.songListHeader{
    font-weight: bold;
    height: 23px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.songListMain{
    width: 100%;
}
.songListMainS{
    width: 200px;
    height: 50px;
    margin-bottom: 15px;
    overflow: hidden;
}
.songListTile a{
    float: right;
    width: 140px;
    font-size: 14px;
    color: #000;
    margin-left: 10px;
    line-height: 24px
    
}
.songListMain img{
    width: 50px;
    height: 50px;
    float: left;
}
.songListSinger{
    float: left;
    font-size: 12px;
    color: #999999;
    margin-left: 10px;
    line-height: 24px
}
.songListSinger a{
    color: #666;
}
.loolikeMusic{
    margin-bottom: 25px;
}
.loolikeMusicMain{
    width: 100%;
    margin-top: 10px;
    overflow: hidden;
    font-size: 12px;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
}
.loolikeMusicMainS{
    float: left;
    width: 156px;
    line-height: 16px;
}
.loolikeMusicName a{
    color: #333;
}
.loolikeMusicSinger{
    color: #999;
}
.loolikeMusicIcon{
    display: inline-block;
    width: 36px;
    height: 11px;
    line-height: 32px;
    color: #999;
}
.downloadPhotos{
    color: #999;
}
.downloadPhotos img{
    width: 200px;
    height: 55px;
    margin-bottom: 20px;
}
.alert-success{
    width: 120px;
    text-align: center;
    position: fixed;
    right: 45%;
    bottom: 50%;
    display: none;
}
.alert-danger{
    width: 200px;
    text-align: center;
    position: fixed;
    right: 40%;
    bottom: 50%;
    display: none;
}
.upperButton{
    position: fixed;
    right: 13.5%;
    bottom: 20%;
}
.upperButton img{
    width: 50px;
    height: 44px;
}
#footer{
    width: 980px;   
    margin: 0 auto;
    color: #666;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;    
    padding: 15px;
    
}
.footerMain{
    width: 520px;
    line-height: 24px;
    display: inline-block;
}
.footerMain p{
    margin-bottom: 10px;
}
.footerMain a{
    color: #999999;
}
.line{
    margin: 0px 8px 0px 10px;
}
.footerphoto{
    float: right;
}
.footerphoto img{
    width: 420px;
    height: 70px;
    margin-top: 5%;
}
#footersF{
    width: 100%;
    border-top: 1px solid #d3d3d3;
    background-color: #f2f2f2;
}
