/* Global */

* {
    font-family: 'PingFang SC', 'Helvetica Neue', 'Hiragino Sans GB', 'Heiti SC Light', 'Microsoft YaHei', tahoma, sans-serif;
    font-weight: 300
}

body {
    color: #222527;
    background: #E7EAEC;
}

a {
    color: #356DD0
}

a:hover,
a:visited,
a:link {
    text-decoration: none;
}


/* Icon Fonts */

@font-face {
    font-family: 'iconfont';
    src: url('iconfont.eot');
    src: url('iconfont.eot?#iefix') format('embedded-opentype'), url('iconfont.woff') format('woff'), url('iconfont.ttf') format('truetype'), url('iconfont.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1px;
}


/* Common */

.avatar-30 {
    width: 30px;
    height: 30px;
    border-radius: 15px
}

.avatar-48 {
    width: 48px;
    height: 48px;
    border-radius: 24px
}

.avatar-120 {
    width: 120px;
    height: 120px;
}

.avatar-120-round {
    width: 120px;
    height: 120px;
    border-radius: 60px;
    margin-bottom: 10px
}

.pure-text {
    line-height: 32px;
}

.form-text-desc {
    font-size: 12px;
    color: #CCCCCC;
    padding: 5px 0
}

.iconfont-80 {
    font-size: 40px;
    color: #1EB500;
}

strong.big {
    font-size: 26px;
    font-weight: 700;
    color: #FF4500;
}

strong.medium {
    font-size: 18px;
    font-weight: 700;
    color: #298333;
}


/* Re-write */

.panel {
    border-radius: 2px;
    border: 0;
    box-shadow: 0 0px 1px rgba(0, 0, 0, 0.09);
    font-size: 12px;
}

.panel-default {
    border-color: #ddd;
}

.panel-heading {
    border-bottom-color: #e9e9e9;
}

.pager {
    margin: 10px 0;
}

.badge a {
    color: #FFFFFF;
}

.breadcrumb {
    margin-bottom: 0px;
    background: #FFFFFF;
    border-radius: 0
}

.navbar {}

.alert {
    padding: 10px;
    border-radius: 0;
    margin-bottom: 10px
}

.alert-success {
    color: #FFFFFF;
    background-color: #72C550;
    border-color: #6BB52D;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #FAEBCC;
    border-color: #ECD198;
}

.nav-tabs li:first-child {
    margin-left: -1px
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    padding-left: 10px;
    padding-right: 10px;
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
    margin-right: -15px;
    margin-left: 0px
}


/*
.form-control {border-radius:0px;border-color:#D5DCE1;border:0px;border-bottom:1px solid #D5DCE1;box-shadow:inset 0 0px 0px #fff !important;padding:6px 0px 6px 0;transition:none}
.form-control:focus {box-shadow:inset 0 0px 0px #fff;padding:6px 0px 5px 0;border-bottom:2px solid #317DDA}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {background:#FFFFFF;}*/

.form-control {
    display: block;
    width: 100%;
    padding: 0.5em;
    font-size: 1.2rem;
    line-height: 1.6;
    color: #1c1c1c;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: none;
    -webkit-appearance: none;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}


/* layout */

.sidebar {
    padding-left: 0px
}


/* Header */

.wt-header {
    background: #FFFFFF;
    padding: 0;
    margin: 0 0 20px 0;
}

.navbar-brand {
    display: block;
    width: 136px;
    height: 32px;
    margin: 9px 60px 0 0px;
    padding: 0;
}

.navbar-brand {
    background-image: url(../img/logo_web.png);
    background-image: -webkit-image-set(url(../img/logo_web.png) 1x, url(../img/logo_web@2x.png) 2x);
    background-position: 0, 0;
    background-repeat: no-repeat;
}

.wt-header ul {
    margin: 0;
    padding: 0;
}

.wt-header li {
    list-style: none;
}

.wt-header li a {
    height: 50px;
    display: block;
    text-align: center;
    padding: 15px 20px;
    font-size: 14px;
    color: #222527
}

.wt-header li a,
.wt-header li a:link,
.wt-header li a:visited,
.wt-header li a:hover {
    text-decoration: none;
    border-bottom: 3px solid #FFFFFF;
}

,
.wt-header ul.nav {
    float: left;
}

.wt-header ul.nav li {
    float: left;
}

.wt-header ul.nav li a:hover {
    border-bottom: 3px solid #CCCCCC;
    color: #00BDC0;
    background: #FFFFFF;
}

.wt-header ul.nav li.current a {
    border-bottom: 3px solid #00BDC0;
    color: #00BDC0;
}

.wt-header ul.u {
    float: right;
}

.wt-header ul.u li {
    float: right;
}

.wt-header ul.u li a {
    text-align: right;
    font-size: 14px;
}


/* my */

select.s {
    margin: 8px 0;
}


/* sign_up */

.sign-type-selector a {}

.sign-type-selector li.current a {
    background: #F8F8F8;
    color: #EB5424;
}

.signup_type p {
    margin: 15px 0 15px 0px
}

.signup_type p.form-error-tips,
p.form-error-tips {
    font-size: 12px;
    color: #EB5424;
    padding: 5px 0;
    margin: 0;
}

input.vf-code {
    width: 50px;
    height: 50px;
    font-size: 28px;
    margin: 0 5px 0 0;
    display: inline-block;
    border-radius: 0px;
    border-color: #D5DCE1;
    border: 2px solid #D5DCE1;
    box-shadow: inset 0 0px 0px #fff !important;
    padding: 6px0;
    transition: none;
    text-align: center;
}

input.vf-code:focus {
    box-shadow: inset 0 0px 0px #fff;
    padding: 6px;
    border: 2px solid #EB5424
}

.form-warning-tips {
    font-size: 12px;
    color: #EB5424;
    padding: 5px 0;
    margin: 0;
}


/* Dialog */

.box_dialog {
    z-index: 1000;
    font-size: 12px;
    font-family: Verdana;
    position: fixed
}

.dialogMask {
    background: none;
    display: none
}

.iframe-mask {
    position: absolute
}

.box_dialog .bd {
    margin: 8px;
    background: #ffffff;
    position: absolute;
    z-index: 1002;
    border: 1px solid #FFFFFF;
}

.box_dialog .bd .content {
    border: 1px solid #3D9307;
    background: #ffffff;
    padding: 10px
}

.box_dialog .bd .content {
    border: 0px solid #ffffff;
    background: #ffffff;
    padding: 0px
}

.box_dialog .bd .content h3 {
    padding: 10px;
    line-height: 20px;
    font-size: 12px;
    font-weight: bolder;
    background: #10B2B5;
    color: #fff;
    margin: 0;
}

.box_dialog .bd .content h3 span {
    float: right
}

.box_dialog .shadow {
    padding: 0px;
    background: #000000;
    opacity: 0.4;
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    position: absolute;
    z-index: 1001
}

.box_dialog .bd #dialog_box {
    background: #fff;
    padding: 10px
}

.dialog_scroll {
    height: 320px;
    overflow-x: hidden;
    overflow-y: auto;
}

.dialog_scroll .row {
    margin-left: 0px;
}

.dialog_scroll .panel-body {
    padding: 0;
    margin: 0;
}

.artist_search_result {
    margin: 10px 0;
}

.s-item {
    padding: 2px 0;
}

.s-item label {
    padding: 0 0 0 5px;
    font-weight: 500
}


/* Forum */

.topics .topic .info {
    font-size: 12px;
    color: #aaa;
    margin-top: 10px;
}

.topics .topic .info a {
    color: #666666;
}

.topics .topic .info .node {
    padding: 1px 5px;
    color: #778087;
    text-decoration: none;
    background-color: #f5f5f5
}

.topics .filter a.popular {
    color: #EB5424;
}

.topics .filter {
    padding: 3px 0 2px 0;
    font-size: 13px;
    color: #ccc
}

.topics .topic {
    min-height: 68px;
    border-bottom: 1px solid #F0F0F0;
    padding: 10px 15px;
    margin: 0 -15px;
    vertical-align: top;
    position: relative
}

.node-list .node {
    margin-bottom: 10px;
    margin-top: 0px
}

.node-list .node:last-child {
    margin-bottom: 0px
}

.node-list .node .media-left {
    min-width: 130px
}

.node-list .node label {
    font-weight: normal;
    color: #aaa;
    text-align: right
}

.node-list .node .name {
    margin-bottom: 10px;
    width: 100px;
    display: block;
    float: left;
    text-align: left
}

.node-list .node .name a:link,
.node-list .node .name a:visited {
    color: #333
}

.topics .panel-body {
    padding: 15px
}

.topics .node-info .name strong {
    font-weight: bold;
    color: #666;
    text-align: left;
    font-size: 16px;
    padding-bottom: 10px
}

.topics .node-info .name .total {
    font-size: 12px;
    font-weight: normal;
    margin-left: 8px
}

.topics .node-info .name .button-block-node {
    font-size: 13px;
    border: 1px solid #e0e0e0
}

.topics .node-info .name .button-block-node.active {
    background-color: #e0e0e0;
    border-radius: #d0d0d0
}

.topics .node-info .summary {
    color: #888;
    font-size: 13px
}

.topics .node-info .summary h1,
.topics .node-info .summary h2,
.topics .node-info .summary h3,
.topics .node-info .summary h4,
.topics .node-info .summary h5 {
    font-size: 14px
}

.topics .filter {
    padding: 3px 0 2px 0;
    font-size: 13px;
    color: #ccc
}

.topics .filter span.l {
    color: #bbb;
    margin-right: 5px
}

.topics .filter a:link,
.topics .filter a:visited {
    margin: 0 3px
}

.topics .filter a:hover {
    text-decoration: none
}

.topics .filter a.popular {
    color: #EB5424
}

.topics .filter a.active {
    color: #333;
    border-bottom: 1px dotted #ccc;
    text-decoration: none
}

.topics .filter a.popular.active {
    color: #EB5424;
    border-bottom-color: #EB5424
}

@media (max-width:991px) {
    .topics .topics-group:first-child .topic:last-child {
        border-bottom: 1px solid #F0F0F0
    }
}

.topics .topic {
    min-height: 68px;
    border-bottom: 1px solid #F0F0F0;
    padding: 10px 15px;
    margin: 0 -15px;
    vertical-align: top;
    position: relative
}

.topics .topic:last-child {
    border-bottom: 0px
}

.topics .topic .avatar {
    text-align: center
}

.topics .topic .title {
    font-size: 15px
}

.topics .topic .title i.fa {
    color: #999;
    margin-left: 3px
}

.topics .topic .title i.fa-diamond {
    color: #EB5424
}

.topics .topic .info {
    color: #aaa;
    font-size: 12px;
    margin-top: 10px
}

.topics .topic .info .node {
    padding: 1px 5px;
    color: #778087;
    text-decoration: none;
    background-color: #f5f5f5
}

.topics .topic .info a {
    color: #666
}

.topics .topic .count {
    width: 100px;
    text-align: right;
    padding-top: 15px
}

.topics .topic .count a:link,
.topics .topic .count a:hover,
.topics .topic .count a:visited {
    line-height: 12px;
    color: #fff;
    font-weight: bold;
    border-radius: 80px;
    padding: 2px 10px 2px 10px;
    display: inline-block;
    text-decoration: none
}

.topics .topic .count a:link {
    background: #98ACDF
}

.topics .topic .count a:hover {
    background: #0069D6
}

.topics .topic .count a.state-true,
.topics .topic .count a:visited {
    background: #AAA
}

.topic-detail {
    margin-bottom: 30px
}

.topic-detail .panel-heading {
    padding: 15px
}

.topic-detail .panel-heading h1 {
    margin-top: 0;
    font-size: 24px;
    color: #333;
    text-align: left;
    line-height: 100%;
    margin-bottom: 8px
}

.topic-detail .panel-heading .avatar {
    text-align: right
}

.topic-detail .label-awesome {
    font-size: 13px;
    background: #FCF8F7;
    padding: 3px 15px;
    border-top: 1px solid #eae5e4;
    color: #aAa5a4
}

.topic-detail .label-awesome a {
    color: #aAa5a4
}

.topic-detail .label-nopoint {
    font-size: 13px;
    background: #FCF8E3;
    padding: 3px 15px;
    border-top: 1px solid #FAEBCC;
    color: #ae938B
}

.topic-detail .label-nopoint a {
    color: #ae938B
}

.topic-detail .info {
    color: #c0c0c0;
    font-size: 12px
}

.topic-detail .info a {
    color: #444
}

.topic-detail .info .node {
    padding: 1px 0px;
    color: #778087;
    text-decoration: none;
    background-color: #f5f5f5
}

.topic-detail .info em {
    font-style: normal
}

.topic-detail .info .opts a {
    margin-left: 5px;
    color: #999
}

.topic-detail .info .opts a:hover {
    color: #333
}

.topic-detail .digest-info {
    padding: 6px 15px;
    font-size: 12px;
    text-align: center;
    border-bottom: 1px solid #ececec;
    background: #fbf6e0;
    color: #a58546;
}

#topic-sidebar {
    position: fixed;
    width: 260px
}

@media (min-width:992px) {
    #topic-sidebar {
        width: 240px
    }
}

@media (min-width:1100px) {
    #topic-sidebar {
        width: 260px
    }
}

#topic-sidebar .group {
    text-align: center;
    margin-bottom: 20px
}

#topic-sidebar .buttons {
    margin-top: 20px
}

#topic-sidebar .buttons .likes a {
    display: block;
    width: 90px;
    margin: 0 auto;
    border-radius: 5px;
    padding: 10px 0
}

#topic-sidebar .buttons .likes a:link,
#topic-sidebar .buttons .likes a:hover,
#topic-sidebar .buttons .likes a:visited {
    text-decoration: none;
    color: #333
}

#topic-sidebar .buttons .likes a:hover {
    background: rgba(0, 0, 0, 0.03)
}

#topic-sidebar .buttons .likes i.fa {
    display: block;
    font-size: 40px;
    margin-bottom: 10px;
    color: #666
}

#topic-sidebar .buttons .likes a.active i.fa {
    color: #DC3030
}

#topic-sidebar .reply-buttons {
    text-align: center
}

#topic-sidebar .reply-buttons .total {
    margin-bottom: 10px
}

#topic-sidebar a.btn-move-page {
    color: #666
}

#replies {
    margin-bottom: 30px
}

#replies .panel-body {
    padding-top: 0px;
    padding-bottom: 0px
}

#replies .info .uname {
    color: #777;
    font-weight: bold
}

#replies .info .opts a {
    font-size: 13px;
    margin-left: 5px;
    color: #999
}

#replies .info .opts a:hover {
    color: #333
}

#replies .info .opts a.edit {
    display: none
}

#replies .reply {
    margin: 0 -15px;
    padding: 10px 15px;
    position: relative;
    border-bottom: 1px solid #eee;
    padding-left: 74px
}

#replies .reply .infos {
    min-height: 48px
}

#replies .reply .avatar {
    position: absolute;
    top: 10px;
    left: 15px
}

#replies .reply:last-child {
    border-bottom: 0px
}

#replies .reply.none {
    text-align: center;
    color: #999;
    min-height: 32px
}

#replies .reply.deleted {
    margin-bottom: 0px;
    min-height: 24px !important;
    padding-top: 5px;
    padding-bottom: 0px;
    background: #f9f9f9;
    color: #aaa;
    text-decoration: line-through;
    font-size: 12px;
    text-align: center
}

#replies .reply.deleted .media-body {
    margin-left: 0px
}

#replies .reply.light {
    background: #F7F2FC
}

#replies .reply.popular {
    background: #fffce9
}

#replies .reply .avatar {
    text-align: center
}

#replies .reply .info {
    font-size: 12px;
    margin: 0 0 6px 0;
}

#replies .reply .info .name a {
    color: #317DDA
}

#replies .reply .info .reply-floor {
    color: #7AA87A
}

#replies .reply .info .time {
    color: #999999;
    font-size: 11px;
}

@media (max-width:480px) {
    #replies .reply {
        padding-left: 57px
    }
}

i.digest {
    color: #EB5424;
}

i.audio {
    color: #935CFF;
}

i.pin {
    color: #999999;
}

i.zan {
    font-size: 36px;
    display: block;
    height: 40px;
}

i.verified {
    color: #EB5424;
    margin: 0px 4px 0 2px;
}

i.exact {
    color: #2ab723;
    margin: 0px 4px;
}

i.error {
    color: #D0021B;
    margin: 0px 4px;
}

i.grey {
    color: #EFEFEF;
    margin: 0px 4px;
}

.user-action a {
    margin-right: 15px;
    font-size: 11px;
}

.user-action a i {
    margin-right: 5px;
    font-size: 16px;
}

.forums-in-collection {
    margin-bottom: 0px
}

.forums-in-collection .panel-body {
    padding: 10px 15px;
    background: #f6f6f6
}

.forums-in-collection .panel-body a {
    font-size: 12px;
    margin-right: 15px;
}

.forums-in-collection a.btn-default {
    border: none;
    margin-right: 0px
}

.forums-in-collection .panel-heading {
    padding: 5px 15px;
}

.last-update-info {
    font-size: 11px;
    color: #999999;
    padding: 20px 0 0 0;
    text-align: right;
    margin: 0;
}

.post-deleted {
    font-size: 12px;
    color: #999999;
}

.node-name {
    background: #f0f0f0;
    padding: 1px 3px;
    color: #777;
    margin-right: 5px
}

.node-name:hover {
    color: #555;
    text-decoration: none;
    background: #e0e0e0
}

.fa.awesome {
    font-size: 13px;
    color: #EB5424
}

.notification-count .count {
    margin-left: 4px;
    display: none;
    font-size: 12px
}

.notification-count .new {
    color: #F86334 !important
}

.notification-count .new .count {
    display: inline
}

.deleted {
    text-decoration: line-through;
    color: #EEF3F5
}

.no-result {
    color: #aaa;
    padding-bottom: 20px;
    text-align: center
}

.opts a.active .fa {
    color: #EB5424
}

@media (max-width: 480px) {
    .hidden-mobile {
        display: none !important
    }
    .pagination {
        display: block
    }
    .pagination li {
        display: none
    }
    .pagination li.prev,
    .pagination li.next {
        float: left;
        display: block
    }
    .pagination li.prev a,
    .pagination li.next a {
        border-radius: 20px !important
    }
    .pagination li.next {
        float: right
    }
}

.node-list .node {
    margin-bottom: 10px;
    margin-top: 0px;
    border-bottom: 1px solid #f2f2f2;
}

.node-list .node:last-child {
    margin-bottom: 0px
}

.node-list .node .media-left {
    min-width: 130px
}

.node-list .node label {
    font-weight: normal;
    color: #aaa;
    text-align: right
}

.node-list .node .name {
    margin-bottom: 10px;
    width: 100px;
    display: block;
    float: left;
    text-align: left
}

.node-list .node .name a:link,
.node-list .node .name a:visited {
    color: #333
}


/* space */


/* text-shadow: rgba(0, 0, 0, 0.4) 0px 1px 1px; */

.space-avt {
    margin-bottom: 0;
    border-radius: 0;
    background: #585f9e url(../img/space_bg_3.jpg) center top no-repeat
}

.space-avt .base-info {
    padding: 20px 0 0 0;
    text-align: center;
}

.space-avt .verify-info {
    padding: 6px 0;
    color: #FFFFFF;
    text-shadow: rgba(0, 0, 0, 0.4) 0px 1px 1px;
}

.space-avt .avatar-120 {
    border-radius: 60px;
    border: 2px solid #FFFFFF;
}

.space-avt .username {
    font-size: 26px;
    color: #FFFFFF;
    text-shadow: rgba(0, 0, 0, 0.4) 0px 1px 1px;
}

.space-avt .panel-body {
    position: relative;
}

.space-avt .panel-body .fl-opts {
    position: absolute;
    top: 100px;
    right: 20px;
    width: 90px;
    height: 30px;
    display: block;
}

.space .follow-info {
    text-align: center;
}

.space .follow-info .col-xs-3 {
    font-size: 20px;
    padding: 0;
    border-right: 1px solid #CCCCCC;
}

.space .follow-info :last-child {
    border: none;
}

.space .follow-info .col-xs-3 span {
    display: block;
    font-size: 12px;
    color: #999999;
    padding: 6px 0;
}

.schedule {}

.schedule .schedule-detail {
    min-height: 68px;
    border-bottom: 1px solid #F0F0F0;
    padding: 10px 15px;
    margin: 0 -15px;
    vertical-align: top;
    position: relative
}

.schedule .text-muted {
    font-size: 12px;
    color: #999999;
}

.schedule .schedule-detail:last-child {
    border-bottom: 0px
}

.schedule-detail .info {
    color: #c0c0c0;
    font-size: 12px;
    margin-bottom: 6px
}

.schedule-detail .info a {
    color: #444
}

.schedule-detail .info .node {
    padding: 1px 0px;
    color: #778087;
    text-decoration: none;
    background-color: #f5f5f5
}

.schedule-detail .info {
    font-style: normal
}

.schedule-detail .info .opts a {
    margin-left: 5px;
    color: #999
}

.schedule-detail .info .opts a:hover {
    color: #333
}

.schedule-detail .content {
    color: #999999;
    font-size: 12px;
}

.schedule-detail .title {
    margin-bottom: 2px
}

.schedule-detail .y {
    background: #b3b6c5;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    width: 80px;
    height: 24px;
    text-align: center;
    padding: 2px 0;
}

.schedule-detail .m {
    background: #EFEFEF;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    padding: 5px 0;
    width: 80px;
    height: 40px;
    font-family: verdana
}

.my-nav .iconfont {
    margin-right: 5px;
}

.my-panel .panel-body {
    padding-top: 20px;
}

.my-panel .form-horizontal {
    padding-top: 20px;
}

.my-track .track-icon {
    font-size: 30px;
    border: 1px solid #CCCCCC;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 5px;
    color: #999999;
}

.my-track .pull-right a,
.my-album .pull-right a {
    font-size: 12px;
    font-weight: 300;
    color: #999999;
}

.my-track h4.title,
.my-album h4.title {
    margin-bottom: 20px;
    font-size: 16px;
    padding-bottom: 10px
}

.track-item {
    border-bottom: 1px solid #ECECEC;
    margin-bottom: 0px;
    padding-bottom: 10px
}

.track-item:last-child {
    border: none;
}

.track-item h5,
.track-item p.info {
    margin: 0;
    padding: 2px 0;
    color: #666666;
    font-size: 12px;
}

.track-item p.info {
    color: #999999;
    font-size: 11px;
    padding: 4px 0;
}

.track-item-mini {
    border-bottom: 1px solid #ECECEC;
    margin: 0px;
    padding: 5px;
    width: 98%;
}

.track-item-mini:last-child {
    border: none;
}

.track-item-mini h5,
.track-item-mini p.info {
    margin: 0;
    padding: 2px 0;
    color: #666666;
    font-size: 12px;
}

.track-item-mini p.info {
    color: #999999;
    font-size: 11px;
    padding: 4px 0;
}

.my-album {
    padding-top: 10px;
}

.my-album .panel-heading {
    background: #FFFFFF;
    border: none;
    padding: 10px 25px 0 25px;
}

.album-item {
    padding: 10px 30px;
}

.album-item h4 {
    font-size: 14px;
    padding: 0;
    margin: 5px 0;
}

.album-item .info {
    margin: 0 0 0 130px;
    font-size: 12px;
}

.album-item .info p {
    padding: 0 0 2px 0;
    margin: 0;
    color: #999999;
}

.album-item .info p.intro {
    margin-bottom: 4px
}

.album-item .info p.meta {
    font-size: 11px;
    color: #489d52;
}

.item-add {
    border: 0px dotted #CCCCCC;
    height: 100%;
}

.dark {
    opacity: 0.5
}

.album-card {
    border: 1px solid #EFEFEF;
    height: 360px;
    margin-bottom: 20px;
}

.album-card .album-thumb {
    background: #000000
}

.album-card .album-thumb .fav a {
    color: #FFFFFF;
}

.album-card .album-thumb .fav a:hover {
    color: #FF4500;
}

.album-card .album-thumb .fav a i.iconfont {
    font-size: 20px;
    text-shadow: rgba(0, 0, 0, 0.4) 0px 1px 1px;
}

.album-card .album-thumb {
    position: relative;
    display: block;
    width: 100%;
    height: 250px;
}

.album-card .album-thumb .play {
    position: absolute;
    left: 100px;
    top: 100px;
    width: 60px;
    height: 60px;
    display: block;
    z-index: 997;
}

.album-card .album-thumb .play i.iconfont {
    font-size: 50px;
    color: #FFFFFF;
    text-shadow: rgba(0, 0, 0, 0.4) 0px 1px 1px;
}

.album-card .album-thumb .fav {
    position: absolute;
    left: 10px;
    top: 200px;
    width: 30px;
    height: 30px;
    display: block;
    z-index: 997;
}

.album-card .album-thumb .thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 251px;
    height: 250px;
    z-index: 996;
}

.album-card .album-thumb .thumb img {
    width: 100%;
}

.album-card .album-intro {
    padding: 10px 15px;
    font-size: 12px;
    color: #999999;
}

.album-card .thumb-title {
    font-size: 16px;
    padding: 10px 15px 0 15px;
}

.album-card .media {
    padding: 0 15px;
}

.album-card .media h5 {
    margin: 4px 0;
    font-size: 16px;
}

.album-card .media .user-desc {
    font-size: 12px;
    color: #999999;
}

.album-card .album-intro small {
    color: #489d52;
    margin: 6px 0;
    display: block;
}

@media (max-width: 1200px) {
    .album-card {
        height: 310px;
        margin-bottom: 20px;
    }
    .album-card .album-thumb .thumb {
        width: 201px;
        height: 201px;
    }
    .album-card .album-thumb .play {
        top: 75px;
        left: 75px;
    }
    .album-card .album-thumb .fav {
        top: 150px
    }
    .album-card .album-thumb {
        height: 201px;
    }
}

@media (max-width: 1000px) {
    .album-card {
        height: 420px;
        margin-bottom: 20px;
    }
    .album-card .album-thumb {
        height: 313px;
    }
    .album-card .album-thumb .thumb {
        width: 313px;
        height: 313px;
    }
    .album-card .album-thumb .play {
        top: 120px;
        left: 120px;
    }
    .album-card .album-thumb .play i.iconfont {
        font-size: 80px;
        width: 80px;
        height: 80px;
    }
    .album-card .album-thumb .fav {
        top: 270px
    }
}

.upload-comp {
    margin: 0 0 10px 0;
}

.up-selector,
.swfupload {
    float: left;
}

.up-progr {
    width: 300px;
    display: inline-block;
    display: none;
}

.progressContainer,
.blue {
    border: none;
    background: none;
}

.album-thumb-container {
    border: 1px solid #d9d9d9;
    display: block;
    width: 180px;
    height: 180px;
    background-image: url(../img/thumb-fm-default.png);
    background-image: -webkit-image-set(url(../img/thumb-fm-default.png) 1x, url(../img/thumb-fm-default@2x.png) 2x);
    background-position: 0, 0;
    background-repeat: no-repeat;
}

.album-thumb-container img {
    border: none;
}

.album-tracks {
    border: 1px solid #d9d9d9;
    width: 100%;
    height: 180px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 10px;
}

.form-group i {
    font-style: normal;
}

.form-group i b {
    font-weight: normal;
    font-size: 12px;
    background: #44bed2;
    padding: 4px 6px;
    color: #FFFFFF;
    margin-right: 5px
}


/* posts */

.release-item {
    border: 1px solid #CCCCCC;
    padding: 5px;
    height: 88px;
    margin: 20px 0;
}

.release-item .release-thumb {
    float: left;
    width: 100p;
    height: 88px;
    margin-right: 15px;
}

.release-item .release-info {
    float: left;
}

.topic-attaches {
    margin: 20px 0;
}

.topic-attaches .attach-item {
    width: 122px;
    height: 122px;
    float: left;
    padding: 0px;
    border: 1px solid #dfdfdf;
    margin-right: 5px
}

.topic-inner-audio,
.topic-inner-photo img {
    border: 1px solid #efefef;
    padding: 1px;
    margin: 10px 0;
}

.topic-inner-audio {
    width: 300px;
    padding: 5px;
}

.topic-attach-photos {
    margin: 10px 0;
}


/* Uploadr */


/*.progressWrapper{width:420px;overflow:hidden;padding-bottom:10px}
.progressContainer{margin:0;padding:4px;border:solid 1px #E8E8E8;background-color:#F7F7F7;overflow:hidden}
.red{border:solid 1px #B50000;background-color:#FFEBEB}
.green{border:solid 1px #DDF0DD;background-color:#EBFFEB}
.blue{border:solid 1px #CEE2F2;background-color:#F0F5FF}
.progressName{font-size:8pt;font-weight:bold;color:#555555;width:400px;text-align:left;white-space:nowrap;overflow:hidden}
.progressBarInProgress,.progressBarComplete,.progressBarError{font-size:0px;width:0%;height:4px;background-color:#ff7200;margin-top:2px}
.progressBarComplete{width:100%;background-color:green;visibility:hidden}
.progressBarError{width:100%;background-color:red;visibility:hidden}
.progressBarStatus{margin-top:2px;width:400px;font-size:12px;font-family:Verdana;text-align:left;white-space:nowrap}
a.progressCancel,a.progressCancel:link,a.progressCancel:active,a.progressCancel:visited,a.progressCancel:hover{font-size:0px;display:block;background-image:url(../img/cancelbutton.gif);background-repeat:no-repeat;background-position:-14px 0px;float:right}
a.progressCancel:hover{background-position:0px 0px}
*/

#thumbnails div.img-upldr {
    margin-bottom: 10px;
    margin-right: 10px;
    float: left;
}

#thumbnails div.img-upldr img {
    border: 1px solid #cccccc;
    padding: 2px;
    width: 80px;
    height: 80px;
}

object.swfupload {
    margin-right: 6px
}

.img-upldr-del {
    width: 16px;
    height: 16px;
    background-image: url(../img/img-upldr-del.png);
    background-image: -webkit-image-set(url(../img/img-upldr-del.png) 1x, url(../img/img-upldr-del@2x.png) 2x);
    background-position: 0, 0;
    background-repeat: no-repeat;
    margin: 5px 0 0 30px;
}

#divFileProgressContainer {
    margin: 10px 0 0 0;
}

.audio-upldr {
    border-bottom: 1px solid #e1e1e1;
    padding: 6px 0 8px 10px;
    width: 300px;
    overflow: hidden;
    color: #158a43;
}

.audio-upldr-del {
    width: 20px;
    height: 20px;
    background-image: url(../img/img-upldr-del.png);
    background-image: -webkit-image-set(url(../img/img-upldr-del.png) 1x, url(../img/img-upldr-del@2x.png) 2x);
    background-position: 0, 0;
    background-repeat: no-repeat;
    margin: 2px 0 0 0;
    float: right;
}

.oss-item {
    width: 120px;
    height: 130px;
    float: left;
    margin-right: 2px;
    position: relative;
}

.oss-item b {
    display: block;
    width: 120px;
    height: 120px;
    padding: 0px;
    text-align: center;
    line-height: 110px;
    background-color: #EFEFEF;
    font-size: 16px;
    color: #666666;
}

.oss-item .file-name {
    display: none;
}

.oss-item .img-del {
    cursor: pointer;
    width: 20px;
    height: 20px;
    display: block;
    background-color: #FF4500;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 4;
}

.img-del {
    background-image: url(../img/img-del.png);
    background-image: -webkit-image-set(url(../img/img-del.png) 1x, url(../img/img-del@2x.png) 2x);
    background-position: 0, 0;
    background-repeat: no-repeat;
}

.img-del:hover {
    background-image: url(../img/img-del-hl.png);
    background-image: -webkit-image-set(url(../img/img-del-hl.png) 1x, url(../img/img-del-hl@2x.png) 2x);
    background-position: 0, 0;
    background-repeat: no-repeat;
}

.oss-item .img-upldr {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    cursor: pointer;
}

.progress {
    margin-top: 1px;
    width: 120px;
    height: 4px;
    margin-bottom: 10px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.progress-bar {
    background-color: rgb(92, 184, 92);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.14902) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.14902) 50%, rgba(255, 255, 255, 0.14902) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
    box-shadow: rgba(0, 0, 0, 0.14902) 0px -1px 0px 0px inset;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    display: block;
    float: left;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    transition-delay: 0s;
    transition-duration: 0.6s;
    transition-property: width;
    transition-timing-function: ease;
    width: 120px;
}

.oss-track-item {
    position: relative;
    width: 100%;
    height: 61px;
    padding: 5px 5px 5px 60px;
    border-bottom: 1px solid #EFEFEF
}

.oss-track-item .file-name {
    font-weight: 700;
}

.oss-track-item b {
    color: #777777;
    font-weight: 300px;
}

.oss-track-item .progress {
    width: 100%;
}

.oss-track-item .img-del {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 10px;
    top: 10px;
}

.oss-track-item .img-del {
    background-image: url(../img/img-del-g.png);
    background-image: -webkit-image-set(url(../img/img-del-g.png) 1x, url(../img/img-del-g@2x.png) 2x);
    background-position: 0, 0;
    background-repeat: no-repeat;
}

.oss-track-item .img-del-g:hover {
    background-image: url(../img/img-del-g-hl.png);
    background-image: -webkit-image-set(url(../img/img-del-g-hl.png) 1x, url(../img/img-del-g-hl@2x.png) 2x);
    background-position: 0, 0;
    background-repeat: no-repeat;
}

.oss-track-item .img-upldr {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 5px;
    top: 5px
}

.up_msg {
    font-style: normal;
    padding: 0 5px;
    color: #999;
}

.article-list {
    margin: 15px 0;
}

.article-list .media {
    border-bottom: 1px solid #EFEFEF;
    padding: 0px 0 10px 0;
}

.article-list .media:last-child {
    border-bottom: none;
}

.article-list .category_name {
    margin: 0 0 4px 0;
}

.article-list .category_name a {
    color: #778087;
    text-decoration: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.article-list .media-body {
    color: #666666;
}

.article-list .media-heading {
    font-size: 14px;
}

.article-list .media-metainfo {
    color: #aaaaaa;
    font-size: 11px;
    margin: 4px 0;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    /* IE8-9 */
    line-height: normal;
}

input[type="file"] {
    display: block;
}

select[multiple],
select[size] {
    height: auto;
}

select optgroup {
    font-size: inherit;
    font-style: inherit;
    font-family: inherit;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 1px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    height: auto;
}

output {
    display: block;
    padding-top: 1.6rem;
    font-size: 1.6rem;
    line-height: 1.6;
    color: #555555;
    vertical-align: middle;
}

ul.sections {
    padding: 0;
    margin: 10px;
}

.inactive {
    color: #999;
}

.rh-alert {
    display: block;
    width: 90px;
    height: 90px;
}

.rh-alert {
    background-image: url(../img/ico_alert.png);
    background-image: -webkit-image-set(url(../img/ico_alert.png) 1x, url(../img/ico_alert@2x.png) 2x);
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

.nav-bar {
    padding: 20px;
}