
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, 
input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset, img {
    border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
/*    font-style: normal;
    font-weight: normal;*/
}
ol, ul {
    list-style: none;
}
caption, th {
    text-align: left;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
q:before, q:after {
    content: '';
}
abbr, acronym {
    border: 0;
}
body, input, button, select, textarea {
    font-family: Tahoma, Geneva, Verdana;
    outline: none;
    /*background: none;*/
    border: none;
}
table {
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
}
img {
    border: 0;
    vertical-align: middle;
}
textarea {
    resize: none;
}
object {
    vertical-align: top;
}
body {
  font: normal 12px "宋体", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 24px;
  color: #333333;
  /*background-color: #f9f2e2;*/
  /*text-align: center;*/
  min-width: 1002px;
}


/*补充css start*/

/*补充css end*/
.main {
    width: 580px;
    text-align: left;
}

.block {
    margin: 15px 0 0;
    background: #f0f0f0;
    border-radius: 6px;
}
.article {
    font-size: 14px;
    text-align: left;
    background: #fff;
    margin: 15px 0 0;
    padding: 20px;
    border-radius: 6px;
}
.custom-top-radius {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    margin-top: 0;
}
.clear {
    clear: both;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
.inline-block {
    display: inline-block;
    #display: inline;
    #zoom: 1;
}
.word-wrap {
    word-wrap: break-word;
    word-break: break-all;
}



.fl {
    float: left;
    _display: inline;
}
.fr {
    float: right;
}
.mr-10 {
    margin-right: 12px;
}
.ml-10 {
    margin-left: 12px;
}
.mt-0 {
    margin-top: 0px;
}
.mt-5 {
    margin-top: 5px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-15 {
    margin-top: 15px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-30 {
    margin-top: 30px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-15 {
    margin-bottom: 15px;
}
.pb-130 {
    padding-bottom: 130px;
}
.pr-10 {
    padding-left: 15px;
}
.pl-10 {
    padding-left: 10px;
}
.pl-15 {
    padding-left: 15px;
}
.pt-10 {
    padding-top: 10px;
}
.pt-20 {
    padding-top: 20px;
}
.pb-10 {
    padding-bottom: 10px;
}
.pos-re {
    position: relative;
}
.pos-ab {
    position: absolute;
}
.align-left {
    text-align: left;
}
.align-right {
    text-align: right;
}
.align-center {
    text-align: left;
}
.highlight {
    color: #fd7647;
}
.em {
    background: #dc6c31;
}
.strong {
    font-weight: bold;
}

.good,
.good {
    background-position: 8px -128px;
    color: #46b946;
}
.bad {
    background-position: 8px -26px;
    color: #fb5e4e;
}

.light,
.comment {
    color: #b69e88;
    padding: 0 8px 0 24px;
    height: 22px;
    line-height: 22px;
}
.light {
    background-position: 8px -437px;
    border: none;
}
.comment {
    background-position: 8px -182px;
    padding: 0 8px 0 28px;
}
a:hover.comment {
	border-color: #bababa;
}
.good-disabled,
a:hover.good-disabled {
    background-position: 8px -164px;
    cursor: default;
    color: #676767;
}
.bad-disabled,
a:hover.bad-disabled {
    background-position: 8px -62px;
    cursor: default;
    color: #676767;
}
.good-highlight,
a:hover.good-highlight {
    background-position: 8px -97px;
    cursor: default;
}
.bad-highlight,
a:hover.bad-highlight {
    background-position: 8px 5px;
    cursor: default;
}
.light-disabled {
    background-position: 8px -150px;
    cursor: default;
}
a:hover.good-disabled,
a:hover.bad-disabled,
a:hover.bad-highlight,
a:hover.good-highlight,
a:hover.light-disabled {
    border-color: #e1e1e1;
    cursor: default;
}
.good,
.bad {
    margin: 0 6px 0 0;
}

.avatar20 img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
.avatar24 img {
    width: 24px;
    height: 24px;
    vertical-align: middle;
}
.avatar32 img {
    width: 32px;
    height: 32px;
}
.avatar100 img {
    width: 100px;
    height: 100px;
}
.tips {
    background: #ffffe7;
    padding: 6px 12px;
    font-size: 14px;
}
.tips .highlight {
    color: #ff3f41;
    font-weight: bold;
    display: inline-block;
    padding: 0 6px;
}
.sticky {
  position: fixed;
  bottom: 0;
}

.data-grid .icon-lv {
    margin: 0 0 0 15px;
}
.icon-1 {
    background-position: left top;
}
.icon-2 {
    background-position: -29px top;
}
.icon-3 {
    background-position: -60px top;
}
.icon-4 {
    background-position: -91px top;
}
.icon-5 {
    background-position: -122px top;
}
.icon-6 {
    background-position: -153px top;
}
.icon-7 {
    background-position: -184px top;
}
.icon-8 {
    background-position: -214px top;
}
.icon-9 {
    background-position: -245px top;
}
.icon-10 {
    background-position: -276px top;
}
.icon-11 {
    background-position: left -30px;
}
.icon-12 {
    background-position: -29px -30px;
}
.icon-13 {
    background-position: -60px -30px;
}
.icon-14 {
    background-position: -91px -30px;
}
.icon-15 {
    background-position: -122px -30px;
}
.icon-16 {
    background-position: -153px -30px;
}
.icon-17 {
    background-position: -184px -30px;
}
.icon-18 {
    background-position: -214px -30px;
}
.icon-19 {
    background-position: -245px -30px;
}
.icon-20 {
    background-position: -276px -30px;
}
.icon-21 {
    background-position: left -56px;
}
.icon-22 {
    background-position: -29px -56px;
}
.icon-23 {
    background-position: -60px -56px;
}
.icon-24 {
    background-position: -91px -56px;
}
.icon-25 {
    background-position: -122px -56px;
}
.icon-26 {
    background-position: -153px -56px;
}
.icon-27 {
    background-position: -184px -56px;
}
.icon-28 {
    background-position: -214px -56px;
}
.icon-29 {
    background-position: -245px -56px;
}
.icon-30 {
    background-position: -276px -56px;
}
.icon-31 {
    background-position: left -86px;
}
.icon-32 {
    background-position: -29px -86px;
}
.icon-33 {
    background-position: -60px -86px;
}
.icon-34 {
    background-position: -91px -86px;
}
.icon-35 {
    background-position: -122px -86px;
}
.icon-36 {
    background-position: -153px -86px;
}
.icon-37 {
    background-position: -184px -86px;
}
.icon-38 {
    background-position: -214px -86px;
}
.icon-39 {
    background-position: -245px -86px;
}
.icon-40 {
    background-position: -276px -86px;
}
.icon-41 {
    background-position: left -115px;
}
.icon-42 {
    background-position: -29px -115px;
}
.icon-43 {
    background-position: -60px -115px;
}
.icon-44 {
    background-position: -91px -115px;
}
.icon-45 {
    background-position: -122px -115px;
}
.icon-46 {
    background-position: -153px -115px;
}
.icon-47 {
    background-position: -184px -115px;
}
.icon-48 {
    background-position: -214px -115px;
}
.icon-49 {
    background-position: -245px -115px;
}
.icon-50 {
    background-position: -276px -115px;
}
.icon-51 {
    background-position: left -144px;
}
.icon-52 {
    background-position: -29px -144px;
}
.icon-53 {
    background-position: -60px -144px;
}
.icon-54 {
    background-position: -91px -144px;
}
.icon-55 {
    background-position: -122px -144px;
}
.icon-56 {
    background-position: -153px -144px;
}
.icon-57 {
    background-position: -184px -144px;
}
.icon-58 {
    background-position: -214px -144px;
}
.icon-59 {
    background-position: -245px -144px;
}
.icon-60 {
    background-position: -276px -144px;
}

.account {
    margin: 0 auto;
    color: #7d7d7d;
    padding: 3px 0 0 0;
    text-align: left;
}
.sup {
    background: #e12d29;
    color: #ebebeb;
    border-radius: 2px;
    font-weight: normal;
    height: 12px;
    line-height: 12px;
    padding: 0 3px;
    display: none;
    position: absolute;
}
.joke .block {
    padding: 20px;
}
.text {
    font-size: 14px;
}
.avatar24 {
    width: 24px;
    height: 24px;
    overflow: hidden;
}

.thumbnail,
.pic-box {
    background: #f9f9f9;
    margin: 12px 0 0 0;
    overflow: hidden;
    text-align: center;
}
.thumbnail {
    float: left;
    position: relative;
}
.pic-box a {
    color: #487dcd;
    margin: 10px 0;
}
.comment-bubble {
    
    float: none;
    height: 33px;
    width: 218px;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    right: 0;
    _right: 20px;
    top: 0;
}
.comment-bubble-text {
    color: #999;
    padding: 0 8px;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
}
.shortcut {
    padding: 0 6px 0 0;
}
.word-check,
.shortcut {
    color: #999;
}
.word-check .h1 {
    color: #ff3300;
    font-weight: bold;
}
.comment-container .send {
    padding: 0 12px;
    margin: 0 0 0 12px;
}
.comment-input-box {
    border: 1px solid #e7e7e7;
    border-top-width: 2px;
    padding: 6px;
    margin: 0 0 15px;
    background: #fff;
}
.comment-input {
    width: 100%;
    height: 57px;
    color: #000;
    font-size: 12px;
    overflow: hidden;
}
.comment-input-box-focus {
    border-color: #fba46b;
}
.comments .item {
    border-bottom: 1px solid #ebe6de;
    margin: 10px 0 0 0;
    color: #ddd;
    padding: 0 0 15px 0;
}
.comments .item .word-wrap {
    color: #666;
    padding: 0 0 0 30px;
}
.comments .item .create-time {
    color: #cdcdcd;
}
.comments .item dl {
    margin: 0 0 0 40px;
}
.quote {
    background: #f9f2e2;
    padding: 4px;
    border: 1px solid #e0d5c4;
    margin: 3px 0 3px 0;
}
.as-joke {
    vertical-align: middle;
}
.quote .nickname {
    color: #b69e88;
}
.quote-btn-container {
    visibility: hidden;
    color: #cdcdcd;
}
.quote-content {
    padding: 5px 0 5px 5px;
}
.floor {
    color: #b69e88;
    float: right;
    padding: 0 0 0 20px;
}
.comment-msg, 
.comemt-no, 
.comemt-fail {
    margin: 20px 0 10px;
    padding: 5px;
    background: #fefdd0;
    color: #ff0000;
    border: 1px solid #ffea94;
    text-align: center;
}
.comment-msg {
    display: none;
}
.discuss-login .add-face {
    margin-top: 7px;
    margin-top: 9px\0;
    *margin-top: 9px;
    _margin-top: 8px;
}
.trans-box .add-face {
    margin-top: 7px;
    margin-top: 9px\0;
    *margin-top: 9px;
    _margin-top: 8px;
}
.comments-leave {
    _dispaly: inline;
    margin-left: 20px;
}
.comments-total {
    height: 24px;
    line-height: 24px;
    border-bottom: 1px solid #d7cebe;
    color: #aaa;
    margin: 6px 0;
}
.order-by {
    color: #ddd;
    padding: 0 10px 0 0;
}
.comment-user-page {
    padding: 20px 0 0 0;
}
.order-by a {
    color: #b69e88;
}
.order-by a.current {
    color: #666;
    font-weight: bold;
    cursor: pointer;
}
.pagination_reply {
    text-align: center;
}
.pagination_reply a {
    display: inline-block;
    #display: inline;
    #zoom: 1;
    padding: 0 10px;
    height: 28px;
    color: #666;
    line-height: 28px;
    background: #fff;
    border-radius: 3px;
}
.pagination_reply a:hover {
    background: #ffe3d0;
}
.pagination_reply .current {
    background: #f9863a;
    color: #fff;
}
.pagination_reply .disabled,
.pagination_reply a:hover.disabled,
.pagination_reply a:hover.current {
    color: #aeaeae;
    cursor: default;
}


