.index {
    overflow-x: hidden
}

.index .banner {
    height: 375px;
    padding: 45px 0;
    background: #f8f8f8
}

.index .banner img {
    width: 1170px;
    height: 375px
}

.index .song_first {
    width: 1170px;
    margin: 0 auto
}

.index .song_first .title {
    font-size: 18px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: #4a4a4a;
    margin: 30px 0
}

.index .song_first .item_wrap {
    margin-right: -103px
}

.index .song_first .item_wrap .item {
    display: inline-block;
    width: 25%
}

.index .song_first .item_wrap .item .cover {
    display: inline-block;
    width: 220px;
    height: 220px;
    border-radius: 4px
}

.index .song_first .item_wrap .item .cover .cover_img {
    position: relative;
    z-index: 2;
    border-radius: 4px
}

.index .song_first .item_wrap .item .cover .cover_img_bg {
    position: absolute;
    top: 0;
    z-index: 1;
    right: -116px
}

.index .song_first .item_wrap .item .name {
    width: 200px;
    height: 44px;
    text-align: center;
    font-size: 16px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: #4a4a4a;
    margin-top: 20px;
    margin-bottom: 30px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.index .song_recommend {
    background-image: url(/static/img/bg_kaleb.4d73510.jpg);
    padding-bottom: 50px
}

.index .song_recommend .content {
    width: 1170px;
    margin: 0 auto
}

.index .song_recommend .content .title {
    font-size: 18px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: #fff;
    padding-top: 73px;
    padding-bottom: 22px
}

.index .song_recommend .content .left_cover {
    display: inline-block;
    width: 300px;
    height: 300px
}

.index .song_recommend .content .left_cover img {
    border-radius: 4px
}

.index .song_recommend .content .item {
    display: inline-block;
    width: 315px;
    vertical-align: top;
    margin-left: 120px;
    padding: 20px 0
}

.index .song_recommend .content .item li {
    margin-bottom: 34px
}

.index .song_recommend .content .item .index {
    display: inline-block;
    width: 22px;
    font-size: 18px;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    color: hsla(0,0%,100%,.6)
}

.index .song_recommend .content .item .name {
    width: 107px;
    margin-left: 30px;
    margin-right: 55px;
    color: #fff
}

.index .song_recommend .content .item .author,.index .song_recommend .content .item .name {
    font-size: 16px;
    display: inline-block;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.index .song_recommend .content .item .author {
    width: 90px;
    color: hsla(0,0%,100%,.6)
}

.index .index_top {
    width: 1170px;
    margin: 0 auto;
    margin-top: 50px
}

.index .index_top .item {
    display: inline-block;
    width: 370px;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.2);
    border-radius: 4px;
    margin-bottom: 30px;
    margin-right: 30px
}

.index .index_top .item.no_mr {
    margin-right: 0
}

.index .index_top .item .item_title {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    width: 346px;
    background: #f8f8f8;
    font-size: 18px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: #4a4a4a;
    border-left: 4px solid #1c9e85;
    padding-left: 20px
}

.index .index_top .item ul {
    padding-left: 25px
}

.index .index_top .item li {
    height: 45px;
    line-height: 45px
}

.index .index_top .item .index {
    display: inline-block;
    margin-right: 19px;
    font-size: 14px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: #4a4a4a;
    float: left
}

.index .index_top .item .index.active {
    color: #1c9e85
}

.index .index_top .item .name {
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: #4a4a4a;
    display: inline-block;
    width: 168px
}

.index .index_top .item .author,.index .index_top .item .name {
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.index .index_top .item .author {
    font-family: PingFangSC-Thin;
    font-weight: 100;
    color: rgba(74,74,74,.7);
    float: right;
    margin-right: 30px;
    width: 100px;
    text-align: right
}

.index .album_recommend {
    width: 1170px;
    margin: auto;
    padding-bottom: 60px
}

.index .album_recommend .title {
    font-size: 18px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: #4a4a4a;
    margin-bottom: 20px;
    margin-top: 10px
}

.index .album_recommend .item {
    display: inline-block;
    width: 200px;
    margin-right: 42px;
    position: relative
}

.index .album_recommend .item.no_mr {
    margin-right: 0
}

.index .album_recommend .item .cover {
    display: inline-block;
    width: 200px;
    height: 200px
}

.index .album_recommend .item .cover img {
    border-radius: 4px
}

.index .album_recommend .item .bg {
    display: inline-block;
    width: 16px;
    height: 188px;
    position: absolute;
    top: 6px
}

.index .album_recommend .item .name {
    font-size: 16px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: #4a4a4a;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 5px
}

.index .album_recommend .item .author {
    font-size: 14px;
    font-family: PingFangSC-Thin;
    font-weight: 100;
    color: rgba(74,74,74,.7);
    text-align: center;
    margin-bottom: 20px
}

.common_head {
    width: 100%;
    height: 60px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.1)
}

.common_head .content {
    width: 1170px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto
}

.common_head .content .logo {
    display: inline-block;
    width: 137px;
    height: 44px;
    vertical-align: middle
}

.common_head .content .menu_item {
    display: inline-block;
    vertical-align: top;
    margin-left: 90px
}

.common_head .content .menu_item span {
    display: inline-block;
    width: 55px;
    margin: 0 20px;
    font-size: 16px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: #4a4a4a;
    text-align: center;
    border-bottom: 2px solid #fff;
    height: 58px;
    cursor: pointer;
    cursor: hand
}

.common_head .content .menu_item span.active {
    border-bottom: 2px solid #1c9e85;
    color: #1c9e85
}

.common_head .content .login_btn {
    font-size: 16px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: #1c9e85;
    cursor: pointer;
    cursor: hand
}

.common_head .content .user_icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    margin-top: 10px
}

.common_head .content .search_area {
    position: relative
}

.common_head .content .search_area input {
    width: 160px;
    height: 38px;
    border-radius: 26px;
    opacity: .5;
    outline: none;
    border: 1px solid #444a59;
    font-size: 14px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: #4a4a4a;
    padding-left: 60px;
    margin-right: 58px
}

.common_head .content .search_area img.search_icon {
    display: inline-block;
    width: 16px;
    position: absolute;
    top: 0;
    left: 25px
}

.common_head .content .search_area .search_list {
    position: absolute;
    background-color: pink;
    width: 310px;
    border-radius: 4px;
    z-index: 55
}

.common_head .content .search_area .search_list ul {
    background: #f8f8f8
}

.common_head .content .search_area .search_list .search_item {
    display: inline-block;
    width: 60px;
    background: #f8f8f8;
    font-size: 14px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: #999;
    text-align: center;
    float: left;
    height: 46px;
    line-height: 46px
}

.common_head .content .search_area .search_list .right_info {
    display: inline-block;
    width: 249px;
    float: left
}

.common_head .content .search_area .search_list .right_info li {
    height: 44px;
    line-height: 44px;
    border: 1px solid #f3f3f3;
    font-size: 13px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: #4a4a4a;
    padding-left: 15px;
    background: #fff
}

.common_head .content .search_area .search_list .right_info li .play_icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    float: right;
    margin-top: 14px;
    margin-right: 20px
}

.common_head .content .search_area .search_list .right_info .name {
    display: inline-block;
    width: 188px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.login_model {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,.8);
    z-index: 56
}

.login_model .login_model_content {
    width: 824px;
    height: 480px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transform: -webkit-translate(-50%,-50%);
    border-radius: 4px;
    background: #fff;
    padding: 35px
}

.login_model .login_model_content.reg {
    padding-top: 20px;
    padding-bottom: 80px
}

.login_model .login_model_content .close_icon {
    display: inline-block;
    float: right;
    cursor: pointer
}

.login_model .login_model_content .icon_register {
    display: block;
    width: 80px;
    height: 85px;
    margin: 0 auto;
    margin-top: 10px
}

.login_model .login_model_content .login_title {
    font-size: 23px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: #323c47;
    text-align: center;
    margin-bottom: 46px
}

.login_model .login_model_content .code_area {
    width: 486px;
    margin: 0 auto
}

.login_model .login_model_content .input_area {
    display: block;
    width: 486px;
    margin: 0 auto;
    height: 50px;
    font-size: 14px;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    color: #939eab;
    outline: none;
    border: 0;
    border-bottom: 1px solid #dfe3e8
}

.login_model .login_model_content .send_btn {
    font-size: 14px;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    color: #1c9e85;
    position: absolute;
    right: 0;
    top: 17px;
    cursor: pointer
}

.login_model .login_model_content .login_btn {
    display: block;
    width: 492px;
    height: 50px;
    line-height: 50px;
    margin: 45px auto;
    background: #1c9e85;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    color: #fff;
    outline: none;
    border: 0;
    cursor: pointer
}

.login_model .login_model_content .notice_info {
    font-size: 14px;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    color: #939eab;
    text-align: center
}

.login_model .login_model_content .notice_info .reg_btn {
    text-decoration: underline;
    color: #1c9e85;
    cursor: hand;
    cursor: pointer
}

.login_model .login_model_content .agreement {
    font-family: PingFangSC-Medium;
    font-size: 13px;
    color: #323c47;
    position: relative;
    top: 35px;
    left: 415px
}

.login_model .login_model_content .agreement a {
    color: #1c9e85
}

.login_model .login_model_content .agree_checkbox {
    vertical-align: middle
}

.login_model .login_model_content .must {
    color: red;
    position: absolute;
    top: 18px;
    left: -20px
}

.login_model .login_model_content .must_top {
    color: red;
    position: absolute;
    top: 18px;
    left: 150px
}

.login_model .login_model_content .err_info {
    font-size: 14px;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    color: #1c9e85;
    position: absolute;
    right: 0;
    bottom: -30px
}

.img_code_model {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,.8);
    z-index: 56
}

.img_code_model .img_code_model_content {
    width: 309px;
    height: 190px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #dbdbdb;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transform: -webkit-translate(-50%,-50%);
    padding: 15px;
    z-index: 68
}

.img_code_model .img_code_model_content .title_info {
    font-size: 18px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: #222
}

.img_code_model .img_code_model_content .close_icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    float: right;
    cursor: pointer
}

.img_code_model .img_code_model_content .code_area span {
    width: 111px;
    height: 48px;
    margin-right: 15px;
    display: inline-block;
    margin-top: 27px;
    float: left
}

.img_code_model .img_code_model_content .code_area span svg {
    width: 100%
}

.img_code_model .img_code_model_content .code_area .code {
    width: 182px;
    height: 52px;
    background: #fff;
    border-radius: 4px;
    border: 0;
    outline: none;
    background-color: #dbdbdb;
    text-align: center;
    font-size: 18px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    float: left;
    margin-top: 27px
}

.img_code_model .img_code_model_content .confirm_btn {
    width: 310px;
    height: 44px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #dbdbdb;
    font-size: 14px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: #e5eaee;
    background: #1c9e85;
    margin-top: 30px;
    cursor: pointer;
    outline: none
}

.img_code_model .img_code_model_content .err_info_code {
    position: absolute;
    width: 309px;
    text-align: right;
    font-size: 14px;
    padding-top: 6px;
    color: #1c9e85
}

.common_foot {
    height: 145px;
    background: #f8f8f8;
    text-align: center
}

.common_foot.fixed {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0
}

.common_foot .company_name {
    font-size: 14px;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    color: #999;
    padding-top: 43px;
    padding-bottom: 15px
}

.common_foot .company_name a {
    color: #999;
    text-decoration: none
}

.common_foot .company_info {
    font-size: 12px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: #999
}

.common_foot .company_info a {
    color: #999;
    text-decoration: none;
    cursor: pointer
}

.common_foot .company_info.dif {
    margin-top: 15px
}

.pagination {
    text-align: center;
    margin: 50px 0
}

.pagination a {
    color: #000
}

.pagination .next_btn,.pagination .prev_btn {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0 10px;
    border: 1px solid #999;
    font-size: 14px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: #999;
    cursor: pointer
}

.pagination ul {
    display: inline-block;
    vertical-align: top
}

.pagination li {
    display: inline-block;
    width: 58px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    cursor: pointer
}

.pagination li.active {
    background: #3a9987;
    color: #fff
}

.pagination li.active a {
    color: #fff
}

.singer .top {
    background: #f8f8f8
}

.singer .top .content {
    width: 1170px;
    margin: 0 auto
}

.singer .top .content .title {
    font-size: 18px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: #4a4a4a;
    padding-top: 70px;
    padding-bottom: 20px
}

.singer .top .content .item {
    display: inline-block;
    width: 170px;
    margin-right: 30px;
    text-align: center
}

.singer .top .content .item.no_mr {
    margin-right: 0
}

.singer .top .content .item img {
    border-radius: 50%
}

.singer .top .content .item .name {
    display: inline-block;
    font-size: 14px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: #4a4a4a;
    margin-top: 15px;
    margin-bottom: 30px
}

.singer .more_list {
    width: 1170px;
    margin: 0 auto;
    margin-top: 40px;
    padding-bottom: 60px
}

.singer .more_list .active {
    background: #f8f8f8
}

.singer .more_list .item {
    font-size: 14px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: #4a4a4a;
    display: inline-block;
    width: 170px;
    padding-right: 30px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.singer .more_list .item.no_pr {
    padding-right: 0
}

.singer .more_list .item .active {
    display: inline-block;
    background: #f8f8f8
}

.attractive_list {
    width: 1170px;
    margin: 0 auto;
    margin-top: 60px;
    padding-bottom: 40px
}

.attractive_list .item {
    display: inline-block;
    width: 370px;
    margin-right: 30px
}

.attractive_list .item.no_mr {
    margin-right: 0
}

.attractive_list .item .subject {
    display: inline-block;
    width: 353px;
    height: 53px;
    line-height: 53px;
    font-size: 16px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: #4a4a4a;
    border: 1px solid #dbdbdb;
    padding-left: 15px;
    margin-bottom: 30px
}

.toplist .content {
    width: 1170px;
    margin: 0 auto
}

.toplist .toplist_left {
    display: inline-block;
    width: 270px;
    background: #f8f8f8;
    border: 1px solid #f3f3f3;
    margin-top: 58px;
    padding-bottom: 58px;
    float: left
}

.toplist .toplist_left .title {
    padding: 25px;
    font-size: 18px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: #4a4a4a
}

.toplist .toplist_left .top_item {
    font-size: 14px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: #4a4a4a;
    padding-left: 80px;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    cursor: pointer
}

.toplist .toplist_left .top_item.active {
    color: #1c9e85
}

.toplist .toplist_left .bottom_item {
    font-size: 14px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: #4a4a4a;
    padding-left: 80px;
    height: 50px;
    line-height: 50px;
    cursor: pointer
}

.toplist .toplist_left .bottom_item.active {
    color: #1c9e85
}

.toplist .right_list {
    margin-top: 58px;
    width: 866px;
    display: inline-block;
    margin-left: 30px;
    margin-bottom: 50px
}

.toplist .right_list .item_head {
    height: 50px;
    line-height: 50px;
    background: #f8f8f8;
    border: 1px solid #f3f3f3;
    font-size: 14px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: #999
}

.toplist .right_list .item_head .head_index {
    width: 200px;
    padding-left: 35px;
    display: inline-block
}

.toplist .right_list .item_head .head_author,.toplist .right_list .item_head .head_name {
    width: 280px;
    display: inline-block
}

.toplist .right_list .item_head .head_play {
    width: 60px;
    display: inline-block
}

.toplist .right_list li {
    height: 60px;
    line-height: 60px;
    box-shadow: 0 1px 0 0 hsla(0,0%,86%,.5);
    border-left: 1px solid #f3f3f3;
    border-right: 1px solid #f3f3f3
}

.toplist .right_list .index {
    width: 200px;
    padding-left: 35px;
    display: inline-block;
    color: #999;
    float: left
}

.toplist .right_list .author,.toplist .right_list .name {
    width: 280px;
    display: inline-block;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left
}

.toplist .right_list .author {
    color: rgba(74,74,74,.7)
}

.toplist .right_list .play_btn {
    display: inline-block;
    width: 60px;
    height: 60px;
    vertical-align: middle;
    float: left
}

.toplist .right_list .play_btn img {
    width: 24px;
    height: 24px;
    margin-top: 20px
}

.player .to_login {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 150px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    background: rgba(0,0,0,.7);
    border-radius: 15px;
    z-index: 150;
    color: #fff;
    transform: translate(-50%,-50%);
    transform: -webkit-translate(-50%,-50%)
}

.player .content {
    position: relative;
    padding-bottom: 59px
}

.player .content .cover {
    display: inline-block;
    width: 220px;
    height: 220px
}

.player .content .cover img {
    position: relative;
    z-index: 5
}

.player .content .cover .cover_img_bg {
    position: absolute;
    top: 0;
    z-index: 1;
    right: -116px
}

.player .content .song_info {
    width: 1170px;
    margin: 0 auto;
    padding-top: 120px
}

.player .content .song_info .control_btn {
    padding-top: 42px;
    padding-bottom: 64px;
    display: inline-block;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0
}

.player .content .song_info .control_btn .next_btn,.player .content .song_info .control_btn .prev_btn {
    display: inline-block;
    width: 32px;
    height: 32px
}

.player .content .song_info .control_btn .play_btn {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 0 61px
}

.player .content .song_info .right_info {
    display: inline-block;
    margin-left: 160px;
    vertical-align: top
}

.player .content .song_info .right_info .name {
    font-size: 18px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: #4a4a4a;
    margin-top: 30px;
    margin-bottom: 15px
}

.player .content .song_info .right_info audio {
    position: relative;
    z-index: 55;
    width: 770px;
    outline: none
}

.player .content .song_info .right_info .cannotclick {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 58px;
    z-index: 66
}

.player .content .song_info .right_info .album,.player .content .song_info .right_info .author {
    font-size: 16px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: #999;
    margin-top: 5px
}

.player .content .song_info .right_info .album {
    margin-bottom: 25px
}

.player .content .song_info .right_info .time_line {
    font-size: 14px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: #999;
    margin-top: 20px;
    margin-bottom: 10px
}

.player .content .song_info .right_info .volume_btn {
    display: inline-block;
    width: 23px;
    height: 23px;
    vertical-align: middle;
    margin-left: 15px;
    position: relative;
    top: -2px
}

.player .content .song_info .right_info .progress_bar {
    width: 770px;
    height: 4px;
    background: #f3f3f3;
    position: relative
}

.player .content .song_info .right_info .progress_bar .percent {
    display: inline-block;
    background: #1c9e85;
    height: 4px;
    width: 30%;
    position: absolute;
    left: 0;
    top: 0
}

.player .song_lyric {
    padding-top: 56px;
    font-size: 16px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: #999;
    line-height: 30px;
    width: 789px;
    margin: 0 auto;
    padding-left: 360px;
    position: relative;
    top: -189px;
    z-index: 6
}

.singer_detail .content {
    width: 1170px;
    margin: 0 auto
}

.singer_detail .toplist_left {
    display: inline-block;
    width: 270px;
    height: 300px;
    border: 1px solid #f3f3f3;
    margin-top: 58px;
    float: left;
    text-align: center
}

.singer_detail .toplist_left .singer_cover {
    display: inline-block;
    width: 170px;
    height: 170px;
    margin-top: 45px;
    margin-bottom: 15px
}

.singer_detail .toplist_left .singer_cover img {
    border-radius: 50%
}

.singer_detail .toplist_left .name {
    font-size: 18px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: #4a4a4a
}

.singer_detail .right_list {
    margin-top: 58px;
    width: 866px;
    display: inline-block;
    margin-left: 30px;
    margin-bottom: 140px
}

.singer_detail .right_list .item_head {
    height: 50px;
    line-height: 50px;
    background: #f8f8f8;
    border: 1px solid #f3f3f3;
    font-size: 14px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: #999
}

.singer_detail .right_list .item_head .head_index {
    width: 200px;
    padding-left: 35px;
    display: inline-block
}

.singer_detail .right_list .item_head .head_author,.singer_detail .right_list .item_head .head_name {
    width: 280px;
    display: inline-block
}

.singer_detail .right_list .item_head .head_play {
    width: 60px;
    display: inline-block
}

.singer_detail .right_list li {
    height: 60px;
    line-height: 60px;
    box-shadow: 0 1px 0 0 hsla(0,0%,86%,.5);
    border-left: 1px solid #f3f3f3;
    border-right: 1px solid #f3f3f3
}

.singer_detail .right_list .index {
    width: 200px;
    padding-left: 35px;
    display: inline-block;
    color: #999;
    float: left
}

.singer_detail .right_list .author,.singer_detail .right_list .name {
    width: 280px;
    display: inline-block;
    float: left;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.singer_detail .right_list .author {
    color: rgba(74,74,74,.7)
}

.singer_detail .right_list .play_btn {
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle
}

.album .content {
    width: 1170px;
    margin: 0 auto
}

.album .toplist_left {
    display: inline-block;
    width: 270px;
    background: #f8f8f8;
    border: 1px solid #f3f3f3;
    margin-top: 58px;
    padding-bottom: 58px;
    float: left
}

.album .toplist_left .title {
    padding: 25px;
    font-size: 18px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: #4a4a4a
}

.album .toplist_left .top_item {
    font-size: 14px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: #4a4a4a;
    padding-left: 80px;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    cursor: pointer
}

.album .toplist_left .top_item.active {
    color: #1c9e85
}

.album .toplist_left .bottom_item {
    font-size: 14px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: #4a4a4a;
    padding-left: 80px;
    height: 50px;
    line-height: 50px;
    cursor: pointer
}

.album .toplist_left .bottom_item.active {
    color: #1c9e85
}

.album .right_list {
    margin-top: 58px;
    width: 866px;
    display: inline-block;
    margin-left: 30px;
    margin-bottom: 50px
}

.album .right_list .item {
    position: relative;
    margin-bottom: 20px
}

.album .right_list .item .album_cover {
    display: inline-block;
    width: 150px;
    height: 150px
}

.album .right_list .item .album_cover img {
    border-radius: 4px
}

.album .right_list .item .loading {
    display: inline-block;
    width: 150px;
    height: 150px;
    position: relative
}

.album .right_list .item .loading img {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transform: -webkit-translate(-50%,-50%)
}

.album .right_list .item .bg {
    display: inline-block;
    width: 16px;
    height: 140px;
    position: absolute;
    top: 6px
}

.album .right_list .item .right_info {
    display: inline-block;
    width: 670px;
    margin-left: 28px;
    vertical-align: top;
    height: 150px;
    border-bottom: 1px solid #f3f3f3
}

.album .right_list .item .right_info .name {
    font-size: 14px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: #4a4a4a;
    margin-top: 20px
}

.album .right_list .item .right_info .date {
    font-size: 12px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: #999;
    margin: 10px 0
}

.album .right_list .item .right_info .summary {
    font-size: 12px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: #4a4a4a;
    line-height: 17px
}

.album_detail .to_login {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 150px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    background: rgba(0,0,0,.7);
    border-radius: 15px;
    z-index: 150;
    color: #fff;
    transform: translate(-50%,-50%);
    transform: -webkit-translate(-50%,-50%)
}

.album_detail .content {
    width: 1170px;
    margin: 0 auto
}

.album_detail .content .left_area,.album_detail .toplist_left {
    display: inline-block;
    width: 270px;
    float: left
}

.album_detail .toplist_left {
    height: 300px;
    border: 1px solid #f3f3f3;
    margin-top: 58px
}

.album_detail .toplist_left .album_cover {
    display: block;
    width: 200px;
    height: 200px;
    margin: 0 auto;
    margin-top: 15px
}

.album_detail .toplist_left .bg {
    display: inline-block;
    height: 189px;
    position: absolute;
    top: 21px;
    right: 19px
}

.album_detail .toplist_left .name {
    font-size: 16px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: #4a4a4a;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 5px
}

.album_detail .toplist_left .author {
    font-size: 14px;
    font-family: PingFangSC-Thin;
    font-weight: 100;
    color: #4a4a4a;
    text-align: center
}

.album_detail .play_all_btn {
    display: inline-block;
    width: 270px;
    height: 50px;
    border-radius: 4px;
    border: 1px solid #1c9e85;
    margin-top: 25px;
    font-size: 14px;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    color: #1c9e85;
    outline: none;
    background-color: #fff;
    cursor: pointer
}

.album_detail .play_all_btn.active {
    color: #fff;
    background: #1c9e85
}

.album_detail audio {
    outline: none;
    width: 270px
}

.album_detail .cannotclick {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 58px;
    z-index: 66
}

.album_detail .control_btn {
    padding-top: 42px;
    padding-bottom: 10px;
    display: inline-block
}

.album_detail .control_btn .next_btn,.album_detail .control_btn .play_btn,.album_detail .control_btn .prev_btn {
    display: inline-block;
    width: 32px;
    height: 32px;
    cursor: pointer
}

.album_detail .control_btn .play_btn {
    margin: 0 61px
}

.album_detail .time_line {
    font-size: 14px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: #999;
    margin-top: 20px;
    margin-bottom: 10px
}

.album_detail .time_line .volume_btn {
    display: inline-block;
    width: 23px;
    height: 23px;
    vertical-align: middle;
    margin-left: 15px;
    position: relative;
    top: -2px
}

.album_detail .progress_bar {
    width: 270px;
    height: 4px;
    background: #f3f3f3;
    position: relative
}

.album_detail .progress_bar .percent {
    display: inline-block;
    background: #1c9e85;
    height: 4px;
    width: 30%;
    position: absolute;
    left: 0;
    top: 0
}

.album_detail .right_list {
    margin-top: 58px;
    width: 866px;
    display: inline-block;
    margin-left: 30px;
    margin-bottom: 140px
}

.album_detail .right_list .item_head {
    height: 50px;
    line-height: 50px;
    background: #f8f8f8;
    border: 1px solid #f3f3f3;
    font-size: 14px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: #999
}

.album_detail .right_list .item_head .head_index {
    width: 200px;
    padding-left: 35px;
    display: inline-block
}

.album_detail .right_list .item_head .head_author,.album_detail .right_list .item_head .head_name {
    width: 280px;
    display: inline-block
}

.album_detail .right_list .item_head .head_play {
    width: 60px;
    display: inline-block
}

.album_detail .right_list li {
    height: 60px;
    line-height: 60px;
    box-shadow: 0 1px 0 0 hsla(0,0%,86%,.5);
    border-left: 1px solid #f3f3f3;
    border-right: 1px solid #f3f3f3
}

.album_detail .right_list .index {
    width: 200px;
    padding-left: 35px;
    display: inline-block;
    color: #999;
    float: left
}

.album_detail .right_list .index .playing_icon {
    display: inline-block;
    vertical-align: middle
}

.album_detail .right_list .author,.album_detail .right_list .name {
    width: 280px;
    display: inline-block;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left
}

.album_detail .right_list .author {
    color: rgba(74,74,74,.7)
}

.album_detail .right_list .play_btn {
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    cursor: pointer
}

.searchlist .content {
    width: 1170px;
    margin: 0 auto
}

.searchlist .search_title {
    font-size: 18px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: #4a4a4a;
    margin-top: 60px
}

.searchlist .right_list {
    margin-top: 30px;
    margin-bottom: 50px
}

.searchlist .right_list .item_head {
    height: 50px;
    line-height: 50px;
    background: #f8f8f8;
    border: 1px solid #f3f3f3;
    font-size: 14px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: #999;
    border-left: 3px solid #1c9e85
}

.searchlist .right_list .item_head .head_index {
    width: 200px;
    padding-left: 35px;
    display: inline-block
}

.searchlist .right_list .item_head .head_album,.searchlist .right_list .item_head .head_author,.searchlist .right_list .item_head .head_name {
    width: 280px;
    display: inline-block
}

.searchlist .right_list .item_head .head_play {
    width: 60px;
    display: inline-block
}

.searchlist .right_list li {
    height: 60px;
    line-height: 60px;
    box-shadow: 0 1px 0 0 hsla(0,0%,86%,.5);
    border-left: 1px solid #f3f3f3;
    border-right: 1px solid #f3f3f3
}

.searchlist .right_list li a {
    vertical-align: text-bottom
}

.searchlist .right_list .index {
    width: 200px;
    padding-left: 35px;
    display: inline-block;
    color: #999;
    float: left
}

.searchlist .right_list .album_name,.searchlist .right_list .author,.searchlist .right_list .name {
    width: 280px;
    display: inline-block;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.searchlist .right_list .album_name,.searchlist .right_list .author {
    color: rgba(74,74,74,.7)
}

.searchlist .right_list .play_btn {
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle
}

.user .head {
    height: 270px;
    background: linear-gradient(135deg,#90f7ec,#32ccbc);
    text-align: center
}

.user .head .av {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-top: 105px
}

.user .head p {
    font-size: 18px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: #4a4a4a;
    margin-top: 20px
}

.user .content {
    width: 1170px;
    margin: 0 auto
}

.user .content .menu_tab {
    padding: 35px 0
}

.user .content .menu_tab .item {
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    color: #999;
    cursor: pointer;
    margin-right: 30px
}

.user .content .menu_tab .item.active {
    color: #4a4a4a
}

.user .content .menu_content {
    padding-bottom: 200px
}

.user .content .menu_content .up_song_item {
    display: inline-block;
    margin-right: 42px
}

.user .content .menu_content .up_song_item:hover .edit_area {
    display: block
}

.user .content .menu_content .up_song_item.no_mr {
    margin-right: 0
}

.user .content .menu_content .up_song_item .cover {
    display: inline-block;
    width: 200px;
    height: 200px
}

.user .content .menu_content .up_song_item .cover img {
    border-radius: 4px
}

.user .content .menu_content .up_song_item .name {
    text-align: center;
    font-size: 16px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: #4a4a4a;
    margin: 20px 0
}

.user .content .menu_content .up_song_item .checking {
    display: inline-block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: rgba(32,32,32,.9);
    border-radius: 4px;
    font-size: 12px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0
}

.user .content .menu_content .up_song_item .edit_area {
    width: 200px;
    height: 200px;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.6);
    border-radius: 4px;
    display: none
}

.user .content .menu_content .up_song_item .edit_area .del,.user .content .menu_content .up_song_item .edit_area .edit {
    display: inline-block;
    width: 40px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 12px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 21%;
    background: rgba(0,0,0,.8);
    transform: translate(-50%,-50%);
    transform: -webkit-translate(-50%,-50%);
    cursor: pointer
}

.user .content .menu_content .up_song_item .edit_area .del {
    right: 2%;
    left: auto
}

.user .content .menu_content .up_song_item .edit_area .play {
    display: inline-block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    cursor: pointer;
    transform: translate(-50%,-50%);
    transform: -webkit-translate(-50%,-50%)
}

.user .content .menu_content .nothing {
    text-align: center;
    padding-bottom: 50px
}

.user .content .menu_content .nothing .cover {
    display: inline-block;
    width: 150px;
    height: 132px;
    margin-top: 150px
}

.user .content .menu_content .nothing .nothing_info {
    font-size: 14px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: #999;
    margin-top: 25px
}

.user .content .menu_content .up_cpntent {
    height: 145px;
    background: #f8f8f8;
    text-align: center;
    padding-top: 45px
}

.user .content .menu_content .up_cpntent .up_btn {
    width: 270px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: linear-gradient(135deg,#90f7ec,#32ccbc);
    border-radius: 4px;
    font-size: 14px;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    color: #fff;
    outline: none;
    border: 0;
    cursor: pointer;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transform: -webkit-translate(-50%,-50%)
}

.user .content .menu_content .up_cpntent .up_btn.disabled {
    background: gray;
    cursor: not-allowed
}

.user .content .menu_content .up_cpntent .file {
    width: 270px;
    height: 50px;
    background-color: red;
    margin-bottom: 10px;
    position: relative;
    z-index: 5;
    opacity: 0;
    cursor: pointer
}

.user .content .menu_content .up_cpntent .file.disabled {
    background: gray;
    cursor: not-allowed
}

.user .content .menu_content .up_cpntent .notice_info {
    font-size: 14px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: #4a4a4a
}

.user .content .menu_content .song_info .title {
    font-size: 18px;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    color: #4a4a4a;
    margin-top: 40px;
    margin-bottom: 20px
}

.user .content .menu_content .song_info .song_info_content {
    background: #f8f8f8;
    padding: 30px
}

.user .content .menu_content .song_info .song_info_content .item_head {
    display: inline-block;
    width: 67px;
    font-size: 16px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: #999;
    margin-right: 38px
}

.user .content .menu_content .song_info .song_info_content .item_head.dif {
    vertical-align: top;
    margin-top: 10px
}

.user .content .menu_content .song_info .song_info_content .item_input {
    width: 370px;
    height: 45px;
    background: #fff;
    border: 1px solid #f3f3f3;
    outline: none;
    padding-left: 10px;
    font-size: 16px;
    font-family: PingFangSC-Medium;
    margin-bottom: 20px
}

.user .content .menu_content .song_info .song_info_content .must_be {
    display: inline-block;
    color: red;
    margin-left: 10px
}

.user .content .menu_content .song_info .song_info_content .lyric {
    width: 980px;
    height: 100px;
    background: #fff;
    border: 1px solid #f3f3f3;
    outline: none;
    font-size: 16px;
    font-family: PingFangSC-Medium;
    padding: 10px;
    margin-bottom: 20px
}

.user .content .menu_content .song_info .song_info_content .add_icon {
    position: absolute;
    left: 0;
    right: 0
}

.user .content .menu_content .song_info .song_info_content .cover_input_area {
    display: inline-block
}

.user .content .menu_content .song_info .song_info_content .cover {
    width: 80px;
    height: 80px;
    vertical-align: top;
    z-index: 5;
    opacity: 0;
    position: relative
}

.user .content .menu_content .song_info .up_btn {
    display: block;
    width: 270px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: linear-gradient(135deg,#90f7ec,#32ccbc);
    border-radius: 4px;
    font-size: 14px;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    color: #fff;
    outline: none;
    border: 0;
    cursor: pointer;
    margin: 0 auto;
    margin-top: 40px
}

.user .content .menu_content .song_info .be_different {
    padding-left: 103px;
    padding-top: 10px;
    color: red;
    font-size: 14px
}

.user .content .menu_content .song_info .agreement {
    margin-top: 20px
}

.user .content .menu_content .up_process .uping_icon {
    display: inline-block;
    width: 50px;
    height: 50px
}

.user .content .menu_content .up_process .right_area {
    display: inline-block;
    width: 1100px;
    margin-left: 20px;
    vertical-align: top
}

.user .content .menu_content .up_process .right_area .name {
    font-size: 16px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: #4a4a4a;
    display: inline-block;
    float: left;
    margin-bottom: 10px
}

.user .content .menu_content .up_process .del_btn {
    font-size: 14px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: #4a4a4a;
    float: right;
    cursor: pointer
}

.user .content .menu_content .up_process .loading_info {
    font-size: 12px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: #4a4a4a;
    float: left
}

.user .content .menu_content .up_process .up_percent {
    font-size: 12px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: #4a4a4a;
    float: right
}

.user .content .menu_content .up_process .process_bar {
    height: 4px;
    background: #f3f3f3;
    position: relative;
    margin-top: 5px
}

.user .content .menu_content .up_process .process_bar span {
    display: inline-block;
    width: 0;
    height: 4px;
    background: #1c9e85;
    position: absolute;
    top: 0;
    left: 0
}

.user .del_model {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,.8)
}

.user .del_model .content {
    width: 330px;
    height: 170px;
    padding: 20px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #dbdbdb;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transform: -webkit-translate(-50%,-50%);
    text-align: center
}

.user .del_model .content .close_icon {
    display: inline-block;
    width: 15px;
    height: 15px;
    float: right;
    cursor: pointer
}

.user .del_model .content .title_area img {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: sub;
    margin-right: 5px
}

.user .del_model .content .title_area .title {
    display: inline-block;
    font-size: 18px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: #4a4a4a;
    margin-top: 30px;
    margin-bottom: 15px
}

.user .del_model .content .del_info {
    font-size: 14px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: #999;
    margin-bottom: 30px
}

.user .del_model .content .cancel_btn {
    width: 110px;
    height: 35px;
    border-radius: 4px;
    border: 1px solid #dbdbdb;
    background: #fff;
    cursor: pointer;
    font-size: 14px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: #4a4a4a;
    margin-right: 52px
}

.user .del_model .content .confirm_btn {
    width: 110px;
    height: 35px;
    background: #1c9e85;
    border-radius: 4px;
    outline: none;
    border: 0;
    font-size: 14px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: #e5eaee;
    cursor: pointer
}

.certificate img {
    width: 1170px;
    margin: 0 auto
}

.admin .content {
    width: 340px;
    height: 315px;
    position: absolute;
    right: 40%;
    top: 100px;
    z-index: 3;
    background: #f1f1f1 none repeat scroll 0 0;
    text-align: center
}

.admin .content p {
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-bottom: 2px solid #58b7e6;
    margin-bottom: 40px
}

.admin .content input {
    width: 298px;
    height: 45px;
    font-size: 16px;
    margin-bottom: 10px
}

.admin .content .login {
    background: #ff5d13 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    width: 89%;
    cursor: pointer
}

.admin .content .edit_pwd {
    display: block;
    float: right;
    font-size: 13px;
    cursor: pointer;
    margin-right: 20px;
    margin-top: 10px
}

.log .head {
    height: 88px;
    background-color: #fff8dc
}

.log .head .logo {
    display: inline-block;
    margin-top: 13px;
    padding-left: 25px;
    width: 200px
}

.log .head .log_out_btn {
    margin: 30px 20px
}

.log .head .name {
    margin-top: 30px
}

.log .left_menu {
    width: 150px;
    padding: 20px;
    float: left
}

.log .left_menu span {
    display: inline-block;
    margin-bottom: 20px;
    cursor: pointer
}

.log .left_menu span.active {
    color: #1c9e85
}

.log .right_list {
    margin-top: 0;
    width: calc(100% - 220px);
    display: inline-block;
    margin-bottom: 50px
}

.log .right_list .item_head {
    height: 50px;
    line-height: 50px;
    background: #f8f8f8;
    border: 1px solid #f3f3f3;
    font-size: 14px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: #999
}

.log .right_list .item_head .head_index {
    width: 10%;
    padding-left: 35px;
    display: inline-block
}

.log .right_list .item_head .head_name {
    width: 20%;
    display: inline-block
}

.log .right_list .item_head .head_author {
    width: 30%;
    display: inline-block
}

.log .right_list .item_head .head_play {
    width: 20%;
    display: inline-block
}

.log .right_list .item_head.log .head_index {
    width: 3%;
    float: left
}

.log .right_list .item_head.log .head_name {
    width: 5%;
    float: left
}

.log .right_list .item_head.log .head_author {
    width: 10%;
    display: inline-block
}

.log .right_list .item_head.log .head_agent {
    width: 20%;
    display: inline-block
}

.log .right_list .item_head.log .head_url {
    width: 25%;
    display: inline-block
}

.log .right_list .item_head.log .head_create_at {
    width: 20%;
    display: inline-block;
    padding-left: 50px
}

.log .right_list .log_ul li .index {
    width: 3%;
    padding-left: 35px;
    display: inline-block;
    color: #999;
    float: left
}

.log .right_list .log_ul li .name {
    width: 5%
}

.log .right_list .log_ul li .author,.log .right_list .log_ul li .name {
    display: inline-block;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: rgba(74,74,74,.7);
    float: left
}

.log .right_list .log_ul li .author {
    width: 10%
}

.log .right_list .log_ul li .agent {
    width: 20%
}

.log .right_list .log_ul li .agent,.log .right_list .log_ul li .url {
    display: inline-block;
    color: rgba(74,74,74,.7);
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left
}

.log .right_list .log_ul li .url {
    width: 25%
}

.log .right_list .log_ul li .create_at {
    width: 20%;
    display: inline-block;
    color: rgba(74,74,74,.7);
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    padding-left: 50px
}

.log .right_list .log_ul li .del_btn {
    color: #fff;
    display: inline-block;
    width: 58px;
    height: 32px;
    line-height: 32px;
    background: #3a9987;
    margin-top: 15px;
    cursor: pointer;
    outline: none
}

.log .right_list li {
    height: 60px;
    line-height: 60px;
    box-shadow: 0 1px 0 0 hsla(0,0%,86%,.5);
    border-left: 1px solid #f3f3f3;
    border-right: 1px solid #f3f3f3
}

.log .right_list li .index {
    width: 10%;
    padding-left: 35px;
    display: inline-block;
    color: #999;
    float: left
}

.log .right_list li .name {
    width: 20%
}

.log .right_list li .author,.log .right_list li .name {
    display: inline-block;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: rgba(74,74,74,.7);
    float: left
}

.log .right_list li .author {
    width: 30%
}

.log .right_list li .play_btn {
    display: inline-block;
    width: 60px;
    height: 60px;
    vertical-align: middle;
    float: left
}

.log .right_list li .play_btn img {
    width: 24px;
    height: 24px;
    margin-top: 20px
}

.log .right_list .add_btn {
    color: #fff;
    display: inline-block;
    width: 58px;
    height: 32px;
    line-height: 32px;
    background: #3a9987;
    margin-top: 15px;
    cursor: pointer;
    outline: none
}

.log .right_list .input_style {
    height: 27px;
    outline: none;
    margin-right: 20px
}

* {
    padding: 0;
    margin: 0
}

.fl {
    float: left
}

.fr {
    float: right
}

img {
    display: block;
    width: 100%;
    height: 100%
}

.pr {
    position: relative
}

li {
    list-style: none
}

.clear {
    clear: both
}

a {
    text-decoration: none
}

.hide {
    display: none
}
