/* 发布信息样式 */

@charset "utf-8";

/*
fix vue
*/
[v-cloak]{
    display:none;
}

/* fix bootstrap */

.table>thead>tr>th {
    border-bottom: 1px solid #e6e8eb;
    color: #6a7c8f;
}


/* 登录&注册 */


.oauth_login{
}
.oauth_login a {
    display: inline-block;
    padding: 5px 10px;
    height: 30px;   
    border-radius: 4px;
    text-align: center;
    color: #fff;
    background: #cbcbcb;
    cursor: pointer;
}
.oauth_login a#wechat {
    background: #35b558;
}
.oauth_login a#open_wechat {
    background: #ff6600;
}
.oauth_login a#wechat:hover {
    background: #35b558;
}
.oauth_login a#qq {
    background: #60a6e8;
}
.oauth_login a#wxapp {
    background: #f76363;
}
.fastlogin {
    position: relative;
    height: 30px;
    text-align: center;
}
.fastlogin .line {
    position: absolute;
    top: 20px;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #eee;
}
.fastlogin .text-center {
    position: absolute;
    display: block;
    top: 8px;
    left: 50%;
    margin-left: -65px;
    width: 130px;
    height: 30px;
    color: #999;
    background-color: #fff;
    letter-spacing: 2px;
}

.wall {
    background-color: #fd2b50;
    height: 360px;
}

/* 会员中心 */

#content {
    width: 950px;
}


/* 会员名片 */

.user-card {
    padding-top: 16px;
}

.user-card img {
    position: absolute;
    top: 0;
    left: 0;
    width: 96px;
    height: 96px;
}

.user-card .username {
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
}

.user-card .auth-icon .iconfont {
    font-size: 22px;
    color: #ccc;
}

.user-card .auth-icon .iconfont.success {
    color: #ffc900;
}

.user-card .action {
    border-top: 1px solid #eee;
    font-size: 0px;
}

.user-card .action li {
    display: inline-block;
    width: 50%;
    border-bottom: 2px solid transparent;
}

.user-card .action li.active {
    border-bottom: 2px solid #ffc900;
}

#sidebar .action li a {
    padding: 0px;
}

.user-card .action li.active a {
    color: #ff6600;
}

.user-card .action a {
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    color: #999;
}

.user-card .action a:hover {
    color: #ff6600;
}

.user-card .action li+li {
    border-left: 1px solid #eee;
}


/* 侧边栏 */

#sidebar {
    width: 190px;
    float: left;
}

#sidebar .avatar-box {
    position: relative;
    height: 96px;
    width: 96px;
    border-radius: 50%;
    margin: 0px auto;
    overflow: hidden;
}

#sidebar .avatar-box a {
    position: absolute;
    width: 100%;
    left: 0;
    height: 30px;
    bottom: 0px;
    z-index: 3;
    line-height: 30px;
}

#sidebar .avatar-box a:focus {
    outline: none;
}

#sidebar .avatar-box .virtual {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -32px;
    font-size: 12px;
    height: 32px;
    color: #fff;
    background: rgba(0, 0, 0, .6);
    line-height: 32px;
    z-index: 2;
    transition: bottom .3s;
    -moz-transition: bottom .3s;
    -webkit-transition: bottom .3s;
    -o-transition: bottom .3s;
}

.preview {
    height: 96px;
    width: 96px;
    margin-top: 45px;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #999;
}

#sidebar .avatar-box:hover span {
    bottom: 0px;
}

#sidebar .operation a {
    display: block;
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
    border-left: 2px solid #fff;
    margin-bottom: 2px;
}

#sidebar .operation .active a,
#sidebar .operation a:hover {
    border-left: 2px solid #ffc900;
    color: #ff6600;
    background-color: #f5f5f5;
}

#sidebar .operation .line a {
    border-bottom: 1px solid #eee;
}


/* 右侧主体 */

#main .main-content {
    width: 990px;
}


/* 分页 */

.pager li>a {
    padding: 3px 10px;
}

.info-intro,
.info-view {
    line-height: 30px;
}


/*评论列表*/

.cmt-list .msg .label {
    font-weight: normal;
}

.cmt-list .msg .title {
    font-weight: bold;
    color: #222;
}

.cmt-list .msg .time {
    padding-top: 2px;
    font-size: 12px;
}

.cmt-list .text {
    margin-left: 60px;
    position: relative;
    padding: 5px 10px;
    line-height: 30px;
    color: #666;
    background: #f5f5f5;
    border-radius: 4px;
    word-break: break-all;
}

.cmt-list .text:before {
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f5f5f5;
    position: absolute;
    top: -10px;
    left: 20px;
}


/* 帐号绑定 */

.binding .media .fa-mobile {
    font-size: 48px;
    padding-right: 11px;
}

.binding .media .fa-envelope {
    font-size: 24px;
    padding-right: 8px;
}

.binding .media .fa-mobile.done {
    color: #509adc;
}

.binding .media .fa-envelope.done {
    color: #fcac00;
}

.verifyModel .form-group {
    margin-bottom: 0px;
}

.verifyModel .form-control {
    width: 130px;
}


/* 在线充值 */

label.payment {
    cursor: pointer;
}

label.payment img {
    filter: grayscale(100%);
}

input[type="radio"]:checked+img {
    filter: none;
}

.payitem {
    position: relative;
    display: inline-block;
    height: 150px;
}

.payitem img {
    width: 120px;
    height: 120px;
}

.payitem span {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}


/* 忘记密码 */

.box {
    width: 480px;
    background: #fff;
    margin: 0 auto;
}

.box .member-login {
    font-size: 16px;
    margin-bottom: 24px;
    border-bottom: 1px solid #eaeaea;
}


.box .form-control {
    height: 45px;
    line-height: 45px!important;
    padding: 0 12px;
}

.box form #checkcode,
.box form #reg-captcha {
    display: inline-block;
    width: 55%;
    height: 45px;
}

.box form #get_verify {
    width: 115px;
    height: 45px;
    float: right;
}

.box .form-group #captcha_img {
    height: 45px;
}

.find-step {
    position: relative;
    float: none!important;
    margin: 0 auto 40px 15px;
    height: 80px;
    text-align: center;
    padding-top: 20px
}

.find-step .step {
    float: left;
    width: 90px;
    height: 80px;
    font-size: 16px;
    margin-left: 25px
}

.find-step hr {
    float: left;
    width: 200px;
    margin-top: 55px;
    border-top: 1px solid #ddd;
}

.mr-0 {
    margin-right: 0!important
}

.find-step .step .num {
    width: 50px;
    height: 30px;
    margin: 20px 15px 0;
    padding: 0 10px
}

.find-step .step .num span {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background-color: #f5f5f5;
    text-align: center;
    font-size: 18px;
    color: #222
}

.find-step .active {
    color: #fd2b50;
}

.find-step .active .num span {
    background-color: #fd2b50;
    color: #fff;
}

.reg_form {
    float: none!important;
    margin: 0 auto
}

.form-horizontal .control-label {
    padding-right: 0!important;
    color: #999
}


/* 信息编辑 */

.panel #img-upload .item {
    height: 190px;
    width: 196px;
}


/* 我的消息 */

.panel-body .messages+.no-msg {
    color: #ccc;
    text-align: center;
    padding: 45px 0;
}

.messages .button-group a {
    color: #999;
    display: none;
}

.messages li:hover .button-group a {
    display: block;
}

.messages .media-body .overflow {
    max-width: 666px;
}

.messages .media-body .time {
    font-size: 12px;
}

/* 登录注册 */
.login, .register, .forget {
    width: 600px;
    margin-top: -240px;
}