﻿.centerLift {
    width: 17%;
    padding: 30px 0;
    float: left;
    background-color: #FBFBFB;
}

.shu {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}

.phone {
    width: 360px;
    margin: 16px 0;
    border-radius: 4px;
    height: 35px;
    padding: 0 16px;
    box-sizing: border-box;
    outline: none;
    border: 1px solid #7d7d7d;
}

.centerRight {
    width: 81%;
    float: right;
    /*background-color: #FBFBFB;*/
    min-height: 800px;
    position: relative;
}

.pageLine {
    margin: 24px 0 48px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.centerLift .userAvatar {
    width: 96px;
    height: 96px;
    display: block;
    margin: 0 auto;
    border-radius: 100%;
}

.centerLift .userName {
    line-height: 18px;
    font-size: 16px;
    margin: 15px 0 30px;
    text-align: center;
    color: #333333;
}

.centerNav {
    font-size: 0;
}

.centerNav a {
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    color: #333333;
    display: block;
    position: relative;
}

.centerNav a:hover {
    color: #FF0000;
}

.centerNav a i {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 20px 2px;
    vertical-align: middle;
}

.centerNav a em {
    width: 4px;
    height: 4px;
    margin-left: 10px;
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
    background-color: #FF0000;
}

.centerNav .active {
    background-color: #FF0000;
    color: white;
}

.centerNav .active:hover {
    color: white;
}

.commentIcon {
    background: url(../images/centernav_icon1.png) 0 no-repeat;
}

.active .commentIcon {
    background: url(../images/ican_personal3.png) 0 no-repeat;
}

.collectIcon {
    background: url(../images/centernav_icon2.png) 0 no-repeat;
}

.active .collectIcon {
    background: url(../images/ican_personal4.png) 0 no-repeat;
}

.admireIcon {
    background: url(../images/centernav_icon3.png) 0 no-repeat;
}

.active .admireIcon {
    background: url(../images/ican_personal7.png) 0 no-repeat;
}

.messageIcon {
    background: url(../images/centernav_icon4.png) 0 no-repeat;
}

.active .messageIcon {
    background: url(../images/ican_personal8.png) 0 no-repeat;
}

.opinionIcon {
    background: url(../images/centernav_icon5.png) 0 no-repeat;
}

.active .opinionIcon {
    background: url(../images/ican_personal5.png) 0 no-repeat;
}

.centerRight .crTitle {
    height: 56px;
    line-height: 56px;
    font-size: 18px;
    color: #000000;
    border-bottom: 1px dashed #E6E6E6;
}

.centerItem .article {
    line-height: 14px;
    font-size: 14px;
    color: #333333;
    display: block;
}

.centerItem .article:hover {
    color: #FF0000;
}

.centerItem {
    position: relative;
    padding: 20px 0 19px;
    padding-right: 20%;
    border-bottom: 1px solid #E6E6E6;
}

.centerItem a {
    display: block;
}

.commentContent .article,
.replyContent .article {
    color: #999999;
    margin-top: 10px;
}

.centerItem .recordTime {
    line-height: 14px;
    font-size: 14px;
    color: #333333;
    margin-top: 15px;
}

.centerItem .centerRemove {
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: #999999;
    border: 1px solid #CCCCCC;
    border-radius: 12px;
    width: 60px;
    text-align: center;
    height: 24px;
    line-height: 24px;
    font-size: 13px;
    cursor: pointer;
}

.centerItem .centerRemove:hover {
    border: 1px solid #FF0000;
    color: #FF0000;
}

.centerItem .admireMoney {
    position: absolute;
    right: 20px;
    color: #FF0000;
    font-size: 16px;
    line-height: 16px;
    top: 50%;
    margin-top: -8px;
    font-weight: bold;
}

.commentReply a {
    display: inline-block;
    color: #999;
    margin-right: 38px;
}

.commentReply .active {
    color: #FF0000;
}

.myComment,
.myReply {
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    word-wrap: break-word;
}

.replyContent .myComment {
    color: #999999;
    margin-top: 10px;
}

.centerItem a:hover {
    color: #FF0000;
}

.noThing {
    padding-top: 30px;
}

.noThing img {
    display: block;
    margin: auto;
}

.noThing p {
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    margin-top: 20px;
    color: #333;
}

.messageContent .article span {
    color: #FF0000;
}

.mess_main {
    line-height: 14px;
    font-size: 14px;
    color: #333333;
    display: block;
}

.user {
    display: block !important;
}

.pagelistbox {
    text-align: center;
    margin-top: 40px;
}

.pagelistbox span,
.pagelistbox a {
    border: 1px solid #E6E6E6;
    margin-right: 5px;
    padding: 6px 15px;
    border-radius: 4px;
    overflow: hidden;
}

.current {
    color: white;
    background-color: #FF0000;
}

.comment_item {
    border-bottom: 1px dashed #d1d1d1;
    min-height: 62px;
    position: relative;
    padding-bottom: 14px;
}

.comment_item p {
    margin-top: 20px;
    width: 550px;
    font-size: 14px;
    word-wrap: break-word;
}

.f70Color {
    color: #a3a3a3;
}

.comment_item_right {
    position: absolute;
    right: 0;
    bottom: 14px;
}

.timeColor {
    color: #a3a3a3;
    font-size: 14px;
    text-align: left;
}

.del {
    margin-top: 20px;
    font-size: 14px;
    text-align: right;
    margin-right: 14px;
}

.cancel {
    width: 50px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    display: block;
    font-size: 14px;
    border-radius: 4px;
    float: right;
    cursor: pointer;
    border: 1px solid #CCCCCC;
}

.del_choose .delete {
    background-color: #ff0000;
    color: white;
    width: 50px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    display: block;
    font-size: 14px;
    border-radius: 4px;
    float: right;
    cursor: pointer;
    margin-right: 10px;
}

.comment_item_right img {
    float: right;
    cursor: pointer;
    width: 21px;
}

.delete {
    text-decoration: none;
    height: 24px;
    line-height: 26px;
    padding: 0 15px;
    font-size: 13px;
    color: #000;
    border: 1px solid #fff;
    border-radius: 13px;
}


.delete:hover {
    text-decoration: none;
    color: #ff0000;
    height: 24px;
    line-height: 26px;
    padding: 0 15px;
    font-size: 13px;
    color: #ff0000;
    border: 1px solid #ff0000;
    border-radius: 13px;
    display: inline-block;
}

.content_main {
    padding: 0 34px;
    box-sizing: border-box;
    position: relative;
}

.out {
    position: absolute;
    bottom: 148px;
    left: 54px;
}

.reply_item {
    border-bottom: 1px dashed #d1d1d1;
    position: relative;
    padding-bottom: 20px;
    word-wrap: break-word;
}

.reply_item p {
    margin-top: 20px;
    width: 550px;
    font-size: 14px;
}

.reply_con {
    width: 550px;
    position: relative;
    display: inline-block;
    padding: 0 15px 14px;
    background-color: #fafafa;
    border-radius: 8px;
    margin-top: 14px;
}

.reply_item p {
    margin-top: 20px;
    width: 550px;
    font-size: 14px;
}

.f70Color {
    color: #a3a3a3;
}

.del {
    margin-top: 20px;
    font-size: 14px;
}

.del_choose {
    display: none;
}

.comment_item_right1 {
    position: absolute;
    right: 0;
    top: 14px;
}

.favorite_del_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}

.favorite_del {
    width: 337px;
    height: 124px;
    position: fixed;
    top: 50%;
    left: 50%;
    background-color: white;
    margin: -90px 0 0 -167px;
    text-align: center;
    padding: 70px 20px 20px;
    border-radius: 4px;
}

.warning_img {
    position: absolute;
    top: -50px;
    left: 143px;
    width: 90px;
    height: 90px;
}

.warning_img_close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.favorite_del p {
    margin: 15px 0 20px;
    font-size: 14px;
}

.delChoose span {
    height: 40px;
    line-height: 40px;
    width: 150px;
    text-align: center;
    display: inline-block;
    color: white;
    cursor: pointer;
}

.chooseNo {
    background-color: #ff0000;
}

.chooseYes {
    background-color: #d6d6d6;
    margin-right: 20px;
}

.suggest_cont {
    margin: 20px 0px 0px;
    width: 870px;
    height: 222px;
    padding: 10px;
    color: #7d7d7d;
    resize: none;
    background-color: #f1f1f1;
}

.popup {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    display: none;
    opacity: 0.8;
    background: #000;
    z-index: 999;
}

.popup-content {
    width: 492px;
    height: 277px;
    margin: 0px auto;
    background-color: #FFFFFF;
    border-radius: 5px;
    position: fixed;
    top: 40%;
    left: 30%;
    z-index: 1002;
}

.popup-content-title {
    height: 55px;
    line-height: 55px;
    background-color: #ffa454;
    text-align: center;
}

.popup-content-title h2 {
    color: white;
    margin: auto;
    font-size: 20px;
    margin-left: 15px;
}

.popup-content-title img {
    float: right;
    margin-top: 15px;
    margin-right: 15px;
}

.curcor {
    cursor: pointer;
}

.contribute-yanzheng {
    margin-top: 40px;
}

.contribute-yanzheng input {
    width: 175px;
    height: 60px;
    margin-left: 30px;
    border: 1px solid #CCCCCC;
    vertical-align: middle;
    background-color: #f8f8f8;
    padding-left: 17px;
    box-sizing: border-box;
}

#validateimg {
    vertical-align: middle;
    margin-left: 43px;
}

.contribute-yanzheng a {
    margin-left: 65px;
    color: #CCCCCC;
    font-size: 14px;
    width: 50px;
    display: inline-block;
    vertical-align: middle;
}

.contribute-button {
    width: 150px;
    color: white;
    background-color: #ff7c4c;
    border: none;
    height: 48px;
    font-size: 18px;
    border-radius: 3px;
    cursor: pointer;
}

.contribute-button {
    width: 150px;
    color: white;
    background-color: #ff7c4c;
    border: none;
    height: 48px;
    font-size: 18px;
    border-radius: 3px;
    cursor: pointer;
}

.contribute-float {
    float: right;
    background-color: #d7d7d7;
}

.suggest_submit {
    margin-top: 20px;
    cursor: pointer;
    width: 150px;
    height: 50px;
    color: white;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    background-color: #ff0000;
    border: none;
    border-radius: 4px;
    /* float: right; */
}
