.m-comment-box-hd,
.m-comment-hd,
.m-comment-bt,
.m-score,
.m-comment-textarea-bt {
  *zoom: 1;
}

.m-comment-box-hd:after,
.m-comment-hd:after,
.m-comment-bt:after,
.m-score:after,
.m-comment-textarea-bt:after {
  content: '';
  display: table;
  clear: both;
}

::-webkit-input-placeholder {
  color: #bbb;
}

:-moz-placeholder {
  color: #bbb;
}

::-moz-placeholder {
  color: #bbb;
}

:-ms-input-placeholder {
  color: #bbb;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #bbb;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #bbb;
}

.editInfor .w_path {
  padding-left: 15px;
  line-height: 40px;
  height: 40px;
  background: #fcfcfa;
  border-bottom: 1px solid #f2f2f2;
}

.editInfor .userForm {
  padding: 20px 100px 20px 140px;
}

.editInfor .userForm li {
  line-height: 40px;
  position: relative;
  width: 100%;
  float: left;
  margin-top: 15px;
  float: left;
  display: inline;
}

.editInfor .userForm li .formItem {
  padding-left: 140px;
  display: block;
  position: relative;
  z-index: 1;
  padding-right: 200px;
}

.editInfor .userForm li .sTit {
  position: absolute;
  top: 0;
  left: 0;
  width: 125px;
  padding-right: 15px;
  text-align: right;
  color: #666;
  z-index: 5;
}

.editInfor .userForm li .sTips {
  float: left;
  padding-left: 20px;
  color: #999;
  white-space: nowrap;
}

.editInfor .userForm li .sDes {
  display: block;
  float: left;
}

.editInfor .userForm li .modifyPassword {
  float: left;
  color: #24b383;
  margin-left: 20px;
  display: inline;
}

.editInfor .userForm li .modifyPassword:hover {
  color: #20a176;
}

.editInfor .userForm li .pBtn {
  padding-top: 30px;
}

.editInfor .userForm li .pBtn .w_btn {
  margin: 0 auto;
  width: 100px;
}

.editInfor .userForm li.liPhoto {
  height: 60px;
}

.editInfor .userForm li.liPhoto .formItem {
  padding-right: 0;
}

.editInfor .userForm li.liPhoto .sTit {
  line-height: 60px;
  height: 60px;
}

.editInfor .userForm li.liPhoto .photoPic {
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  width: 60px;
  height: 60px;
  float: left;
  overflow: hidden;
}

.editInfor .userForm li.liPhoto .input_file {
  float: left;
  margin: 14px 0 0 20px;
  display: inline;
}

.editInfor .userForm li.liPhoto .sTips {
  line-height: 60px;
  float: left;
}

.user {
  background: url(../img/user/userBannerBg.jpg) center 0 no-repeat;
}

.userInfor {
  position: relative;
  padding-top: 90px;
}

.userInfor .photoPic {
  width: 120px;
  height: 120px;
  overflow: hidden;
  border: 5px solid #fff;
  border-radius: 130px;
  -webkit-border-radius: 130px;
  -moz-border-radius: 130px;
  -ms-border-radius: 130px;
  -o-border-radius: 130px;
  position: absolute;
  top: 25px;
  left: 50%;
  margin-left: -65px;
  background: #fff;
  cursor: pointer;
}

.userInfor .photoPic img {
  width: 100%;
  vertical-align: top;
  display: block;
}

.userInfor .photoPic .iBg {
  background: #000;
  opacity: 0.4;
  filter: alpha(opacity=40);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  display: none;
  cursor: pointer;
}

.userInfor .photoPic .sPhotoMask {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 120px;
  text-align: center;
  z-index: 10;
  display: none;
  cursor: pointer;
}

.userInfor .photoPic .sPhotoMask .iconfont {
  font-size: 32px;
  line-height: 36px;
  height: 36px;
  overflow: hidden;
  width: 100%;
  text-align: center;
  color: #fff;
  padding-top: 30px;
  display: block;
  margin: 0 auto;
  cursor: pointer;
}

.userInfor .photoPic .sPhotoMask em {
  display: block;
  line-height: 28px;
  height: 28px;
  color: #fff;
  cursor: pointer;
}

.userInfor .photoPic a:hover .iBg {
  display: block;
}

.userInfor .photoPic a:hover .sPhotoMask {
  display: block;
}

.userInfor .pFunBtn {
  position: absolute;
  top: 52px;
  right: 0;
  line-height: 24px;
  height: 24px;
  color: #5f726e;
}

.userInfor .pFunBtn a {
  color: #fff;
  margin-left: 25px;
}

.userInfor .pFunBtn a:hover {
  color: #24b383;
}

.userInfor .inforCon {
  background: #fff;
  padding: 65px 20px 20px;
  text-align: center;
}

.userInfor .inforCon .sName {
  display: block;
  line-height: 24px;
  height: 24px;
  padding-top: 13px;
  padding-bottom: 5px;
}

.userInfor .inforCon .sName em {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}

.userInfor .inforCon .sDes {
  display: block;
  color: #666;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
}

.userInfor .inforCon .sDes em {
  color: #999;
}

.userInfor .inforCon .sDes strong {
  color: #f26f62;
}

.userInfor .inforCon .sDes a {
  color: #24b383;
}

.userInfor .inforCon .sDes a:hover {
  color: #20a176;
}

.userInfor .inforCon .pIntro {
  color: #999;
  line-height: 22px;
  padding: 5px 0 0 0;
}

.userInfor .inforCon .dataNum {
  width: 210px;
  height: 58px;
  line-height: 58px;
  margin: 0 auto;
}

.userInfor .inforCon .dataNum a,
.userInfor .inforCon .dataNum p {
  float: left;
  width: 104px;
  height: 58px;
  overflow: hidden;
}

.userInfor .inforCon .dataNum a span,
.userInfor .inforCon .dataNum p span {
  display: block;
  line-height: 22px;
  height: 22px;
  overflow: hidden;
  text-align: center;
}

.userInfor .inforCon .dataNum a span.sTit,
.userInfor .inforCon .dataNum p span.sTit {
  color: #666;
  padding-top: 7px;
}

.userInfor .inforCon .dataNum a span.sDes,
.userInfor .inforCon .dataNum p span.sDes {
  color: #999;
  font-size: 12px;
  padding-top: 0;
}

.userInfor .inforCon .dataNum a:hover span {
  cursor: pointer;
}

.userInfor .inforCon .dataNum a:hover span.sTit {
  color: #24b383;
}

.userInfor .inforCon .dataNum .iLine {
  float: left;
  width: 0;
  height: 24px;
  margin: 17px 0 0 0;
  display: inline;
  overflow: hidden;
  border-left: 1px solid #ddd;
}

.userInfor .inforCon .pNews {
  text-align: center;
  background: #fff6f5 url(../img/user/tipsBg.png) right 0 no-repeat;
  line-height: 44px;
  height: 44px;
  overflow: hidden;
  margin-top: 20px;
}

.userInfor .inforCon .pNews .sNews {
  display: inline-block;
  margin: 0 auto;
}

.userInfor .inforCon .pNews .sNews .iconfont {
  color: #f26f62;
  padding-right: 5px;
  font-size: 18px;
  display: inline-block;
  line-height: 44px;
}

.userInfor .inforCon .pNews .sNews a {
  color: #f26f62;
  display: inline-block;
  vertical-align: top;
  line-height: 44px;
}

.userInfor .inforCon .pNews .sNews a em {
  font-weight: 700;
}

.userInfor .inforCon .pNews .sNews a:hover {
  color: #d96458;
}

.userInfor .inforCon .pNews .w_btn {
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 10px;
  vertical-align: top;
  margin: 8px 0 0 15px;
  font-size: 12px;
}

.myBookshelf {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.myBookshelf li {
  float: left;
  padding: 0 0 30px 20px;
  display: inline;
  width: 300px;
}

.myBookshelf li .w_txt {
  width: 165px;
  height: 160px;
  float: left;
}

.myAccount,
.myBookReview {
  padding: 0 20px 20px;
}

.myAccount .w_page,
.myBookReview .w_page {
  padding: 20px 0 0 0;
}

.myAccount .myAccountTab,
.myAccount .myBookReviewTab,
.myBookReview .myAccountTab,
.myBookReview .myBookReviewTab {
  text-align: center;
  padding: 20px 0 20px 370px;
  height: 32px;
  overflow: hidden;
}

.myAccount .myAccountTab a,
.myAccount .myBookReviewTab a,
.myBookReview .myAccountTab a,
.myBookReview .myBookReviewTab a {
  width: 100px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #ddd;
  margin-left: -2px;
  float: left;
  display: inline;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  position: relative;
  z-index: 1;
}

.myAccount .myAccountTab a:hover,
.myAccount .myBookReviewTab a:hover,
.myBookReview .myAccountTab a:hover,
.myBookReview .myBookReviewTab a:hover {
  background: #fcfcfa;
  border-color: #bbb;
  color: #333;
}

.myAccount .myAccountTab a.cur,
.myAccount .myAccountTab a.cur:hover,
.myAccount .myBookReviewTab a.cur,
.myAccount .myBookReviewTab a.cur:hover,
.myBookReview .myAccountTab a.cur,
.myBookReview .myAccountTab a.cur:hover,
.myBookReview .myBookReviewTab a.cur,
.myBookReview .myBookReviewTab a.cur:hover {
  z-index: 5;
  background: #24b383;
  border-color: #24b383;
  color: #fff;
}

.myAccount .myAccountCon,
.myAccount .myBookReviewCon,
.myBookReview .myAccountCon,
.myBookReview .myBookReviewCon {
  display: none;
  position: relative;
}

.myAccount .selectList,
.myBookReview .selectList {
  position: absolute;
  right: 0;
  top: -52px;
}

.myAccount .selectList .w_select,
.myBookReview .selectList .w_select {
  width: 100px;
  line-height: 30px;
}

.myAccount .selectList .w_select ul,
.myBookReview .selectList .w_select ul {
  top: 30px;
}

.flex-text-wrap {
  position: relative;
  *zoom: 1;
}

.flex-text-wrap,
textarea {
  outline: 0;
  margin: 0;
  padding: 0;
  *padding-bottom: 0 !important;
}

.flex-text-wrap pre,
.flex-text-wrap textarea {
  white-space: pre-wrap;
  width: 100%;
  box-sizing: border-box;
  *white-space: pre;
  *word-wrap: break-word;
}

.flex-text-wrap textarea {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  resize: none;
  *height: 94%;
  *width: 94%;
}

.flex-text-wrap pre {
  display: block;
  margin: 0;
  visibility: hidden;
}

.form-user .form-fav .flex-text-wrap {
  width: 400px;
  margin-right: 30px;
}

.form-user .form-fav .flex-text-wrap .form-textarea,
.form-user .form-fav .flex-text-wrap pre {
  width: 100%;
  line-height: 20px;
  padding: 11px 14px 0;
}

.m-comment-box {
  padding: 20px;
  font-size: 12px;
  color: #666;
}

.m-comment-box-hd {
  margin-bottom: 10px;
  line-height: 22px;
  color: #999;
}

.m-comment-box-hd .m-comment-box-action {
  float: right;
  font-size: 14px;
  color: #24b383;
}

.m-comment-box-hd .m-comment-box-action .iconfont {
  float: left;
  margin-right: 4px;
}

.m-comment-box-hd .m-comment-box-action:hover {
  color: #20a176;
}

.m-comment-box-title {
  float: left;
  margin-right: 14px;
  font-weight: 400;
  font-size: 18px;
  color: #333;
}

.m-comment-box-slogan {
  position: relative;
  top: 2px;
}

.m-comment-box-bd {
  font-size: 14px;
}

.m-comment-box-ft {
  padding: 30px 0;
  text-align: center;
}

.m-comment-box-ft .m-comment-more {
  font-size: 14px;
  color: #24b383;
}

.m-comment-box-ft .m-comment-more:hover {
  color: #20a176;
}

.m-comment-box .tag {
  float: left;
  height: 18px;
  margin-right: 15px;
  padding: 0 6px;
  background: #24b383;
  border-radius: 2px;
  line-height: 18px;
  font-weight: normal;
  color: #fff;
  font-size: 12px;
}

.m-comment-summary {
  margin-bottom: 16px;
  text-align: center;
}

.m-comment-summary em {
  color: #faa700;
}

.m-comment-summary .iconfont {
  margin-right: 4px;
  color: #fabb00;
}

.m-comment-summary s {
  text-decoration: none;
  font-size: 12px;
  color: #999;
}

.m-comment-list li {
  padding: 16px 0;
  border-top: 1px solid #f2f2f2;
}

.m-comment-list li:first-child {
  border-top: none;
}

.m-comment-list li b {
  float: left;
  color: #333;
}

.m-comment-list li .name {
  float: left;
  margin-right: 10px;
  font-weight: bold;
  font-size: 14px;
  color: #333;
}

.m-comment-list li a.name:hover {
  color: #24b383;
}

.m-comment-list.comment-hasface {
  padding-left: 56px;
}

.m-comment-hd {
  position: relative;
  margin: 8px 0 12px;
  line-height: 18px;
  color: #999;
}

.m-comment-hd .face {
  position: absolute;
  left: -56px;
  top: 0;
  border-radius: 99em;
}

.m-comment-bd {
  line-height: 1.7;
  position: relative;
}

.m-comment-bd .m-comment-txt {
  *display: inline;
}

.m-comment-bd .open {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #24b383;
}

.m-comment-bd .open:hover {
  color: #20a176;
}

.m-comment-bd .close {
  display: block;
  text-align: right;
  color: #24b383;
}

.m-comment-bt {
  margin-top: 10px;
  line-height: 26px;
  font-size: 12px;
  color: #999;
}

.m-comment-bt span {
  *float: left;
}

.m-comment-bt .m-comment-time {
  margin-right: 26px;
  color: #999;
}

.m-comment-bt .m-comment-time .iconfont {
  float: left;
  margin-right: 8px;
}

.m-comment-bt .m-comment-from a {
  color: #24b383;
}

.m-comment-bt .m-comment-num,
.m-comment-bt .m-comment-like,
.m-comment-bt .m-comment-del {
  float: right;
  margin-left: 26px;
  color: #999;
}

.m-comment-bt .m-comment-num .iconfont,
.m-comment-bt .m-comment-like .iconfont,
.m-comment-bt .m-comment-del .iconfont {
  float: left;
  margin-right: 8px;
}

.m-comment-bt .m-comment-num:hover {
  color: #333;
  cursor: pointer;
}

.m-comment-bt .m-comment-num:hover .iconfont {
  color: #24b383;
}

.m-comment-bt .m-comment-like:hover,
.m-comment-bt .m-comment-like.liked {
  color: #333;
  cursor: pointer;
}

.m-comment-bt .m-comment-like:hover .iconfont,
.m-comment-bt .m-comment-like.liked .iconfont {
  color: #fabb00;
}

.m-comment-bt .m-comment-del:hover {
  color: #333;
  cursor: pointer;
}

.m-comment-bt .m-comment-del:hover .iconfont {
  color: #f26f62;
}

.m-comment-state {
  display: inline-block;
  *display: inline;
  margin-left: 6px;
  *margin-left: 0;
  *padding-left: 6px;
  font-size: 12px;
  color: #f26f62;
}

.m-score {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: -2px;
  height: 24px;
  margin: 0 18px 12px 10px;
  background: url(../img/starMap.png) 0 -64px no-repeat;
  line-height: 24px;
  font-family: 'PingFangSC-Regular', Tahoma, Microsoft Yahei, Arial, sans-serif;
}

.m-score span {
  position: relative;
  z-index: 2;
  float: left;
  width: 160px;
  height: 24px;
}

.m-score span i {
  float: left;
  width: 16px;
  height: 100%;
  cursor: pointer;
}

.m-score .mask {
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/starMap.png) 0 -40px no-repeat;
  width: 160px;
  height: 24px;
}

.m-score strong {
  font-size: 14px;
  color: #faa700;
}

.m-score strong b {
  font-weight: 400;
  font-family: Tahoma;
  font-size: 18px;
}

.m-comment-textarea .textarea {
  position: relative;
  background: #fff;
  border: 1px solid #ddd;
  padding: 10px 10px 30px;
}

.m-comment-textarea.focus .textarea {
  border-color: #bbb;
}

.m-comment-textarea textarea,
.m-comment-textarea pre {
  display: block;
  width: 100%;
  min-height: 5.8em;
  font-family: 'microsoft yahei';
  font-size: 14px;
  line-height: 1.5;
}

.m-comment-textarea .words-num {
  position: absolute;
  bottom: 10px;
  right: 10px;
  text-decoration: none;
  line-height: 1;
  color: #999;
}

.m-comment-textarea-bt {
  margin-top: 15px;
  text-align: right;
  line-height: 32px;
}

.m-comment-textarea-bt .w_btn {
  float: right;
  width: 100px;
  margin-left: 30px;
}

.m-comment-textarea-bt .w_btn.disabled {
  background: #ddd;
  border-color: #ddd;
  cursor: not-allowed;
}

.m-comment-textarea-info .iconfont {
  margin-right: 4px;
  color: #24b383;
}

.m-comment-textarea-info a {
  margin-left: 10px;
  color: #24b383;
}

.m-comment-textarea-info.error {
  color: #f26f62;
}

.p-comment .w_path,
.p-reply .w_path {
  height: 40px;
  padding: 0 15px;
  background: #fcfcfa;
  border-bottom: 1px solid #f4f5f2;
  line-height: 40px;
}

.p-comment .m-comment-box,
.p-reply .m-comment-box {
  margin-top: -20px;
}

.p-comment .m-comment-box-action,
.p-reply .m-comment-box-action {
  margin-top: -32px;
}

.p-reply .reply-box {
  position: relative;
  margin-top: 12px;
  margin-bottom: -16px;
  background: #f8f8f8;
}

.p-reply .reply-box .name a {
  float: left;
  margin-right: 4px;
}

.p-reply .reply-box .name a:hover {
  color: #24b383;
}

.p-reply .reply-box .name .tag {
  margin: 2px 4px 0 0;
}

.p-reply .reply-box .txt-reply {
  float: left;
  margin-right: 4px;
}

.p-reply .reply-box .m-comment-box-ft {
  margin-bottom: -20px;
}

.p-reply .reply-box .m-comment-list {
  margin: -20px;
  padding: 0 20px;
}

.p-reply .reply-box .m-comment-list .m-comment-bd {
  *zoom: 1;
  padding-top: 10px;
}

.p-reply .reply-box .m-comment-list .m-comment-bd .name {
  margin-right: 0;
}

.p-reply .reply-box .m-comment-list .m-comment-bt {
  padding-bottom: 4px;
}

.p-reply .reply-box .comment-action {
  margin-top: 0;
  padding: 0;
}

.p-reply .reply-box .m-comment-textarea textarea,
.p-reply .reply-box .m-comment-textarea pre {
  min-height: 2em;
}

.p-reply .reply-box:after {
  content: '';
  position: absolute;
  right: 72px;
  top: -8px;
  width: 0;
  height: 0;
  border-width: 0 8px 8px 8px;
  border-style: solid;
  border-color: transparent transparent #f8f8f8 transparent;
}

.comment-action .m-comment-box-hd {
  margin-bottom: 30px;
}

.rzzz {
  background: #b0b3aa !important;
}

.myBookReview {
  padding-bottom: 0;
}

.myBookReview .m-comment-list {
  padding-bottom: 20px;
}

.myBookReview .m-comment-bd .name a {
  color: #333;
  font-weight: 700;
}

.myBookReview .m-comment-bd .name .tag,
.myBookReview .m-comment-bd .name .txt-reply {
  color: #666;
  font-weight: 100;
}

.myBookReview .m-comment-bd .name .txt-reply {
  padding-right: 4px;
}

.myBookReview .m-comment-bd .name .tag {
  margin: 2px 4px 0 4px;
  height: 18px;
  padding: 0 6px;
  background: #24b383;
  border-radius: 2px;
  line-height: 18px;
  font-weight: normal;
  color: #fff;
  font-size: 12px;
}