b.dprec {
  position: absolute;
  display: none;
  top: 0;
  right: 0;
  height: 20px;
  border-radius: 3px;
  color: #888;
  font-weight: normal;
  font-family: petala_proitalic, arial;
  text-transform: uppercase;
  background: #f3f3f3;
  overflow: hidden;
}

b.dprec.has {
  display: block;
}

b.dprec > span {
  display: inline;
  float: left;
  height: 16px;
  margin: 2px 0;
  line-height: 16px;
  cursor: help;
}

b.dprec > span.rec {
  padding: 0 3px;
}

b.dprec > span.rec > small.size11 > i {
  margin: 0 3px 0 0;
}

b.dprec > span.off {
  padding: 0 5px;
  border-left: 1px solid #ddd;
}

span.medlistbox {
  display: block;
  overflow: hidden;
  user-select: none;
}

span.medlistbox > span.img {
  position: relative;
  display: none;
}

span.medlistbox > span.img > img {
  display: block;
}

span.medlistbox > span.img > span.navbtn {
  position: absolute;
  display: block;
  top: 10px;
  right: 10px;
  padding: 4px;
  border-radius: 3px;
  background: #f5f5f5;
  overflow: hidden;
  cursor: default;
}

span.medlistbox > span.img > span.navbtn > span.btn {
  display: inline;
  float: left;
  width: 42px;
  height: 24px;
  line-height: 24px;
  color: #666;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

span.medlistbox > span.img > span.navbtn > span.btn.no {
  color: #999;
  cursor: default;
}

span.medlistbox > span.img > span.navbtn > span.sep {
  display: inline;
  float: left;
  width: 0;
  height: 22px;
  margin: 1px 4px;
  border-right: 1px solid #d9d9d9;
}

span.medlistbox > span.list {
  display: block;
  overflow: hidden;
}

span.medlistbox > span.list > span {
  display: inline;
  float: left;
  background-color: #f5f5f5;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

span.medlistbox > span.row3 > span:nth-child(3n+1),
span.medlistbox > span.row4 > span:nth-child(4n+1) {
  clear: left;
}

span.medlistbox > video {
  display: block;
  background: #f5f5f5 url(../img/ico.video.svg) 7px 5px no-repeat;
}

span.musiccard {
  display: block;
  border: 1px solid #efefef;
  background: #fafafa;
  overflow: hidden;
  user-select: none;
}

span.musiccard > span.cover {
  position: relative;
  display: inline;
  float: left;
  background-color: #efefef;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

span.musiccard > span.cover > i {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 50%;
  background: rgba(0,0,0,.3) url(../img/music.play.svg) 50% 50% no-repeat;
  cursor: pointer;
}

span.musiccard.mpause > span.cover > i {
  background-image: url(../img/music.pause.svg);
}

span.musiccard > span.cover > audio {
  display: none;
}

span.musiccard > span.song,
span.musiccard > span.singer,
span.musiccard > span.album {
  display: inline;
  float: right;
  text-transform: capitalize;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

span.musiccard > span.song {
  color: #555;
}

span.musiccard > span.singer,
span.musiccard > span.album {
  color: #888;
}

span.zipfilemodule {
  display: block;
  overflow: hidden;
  user-select: none;
}

span.zipfilemodule > span {
  display: inline;
  float: left;
}

span.zipfilemodule > span.zipfile-ico {
  width: 30px;
  height: 34px;
  padding: 10px 10px 0 0;
  color: #ddd;
  text-align: center;
}

span.zipfilemodule > span.zipfile-ico > i {
  font-size: 24px;
}

span.zipfilemodule > span.zipfile-list {
  padding: 0 0 0 10px;
  border-left: 1px solid #e5e5e5;
}

span.zipfilemodule > span.zipfile-list > span.item {
  display: block;
  margin: 0 0 10px;
  overflow: hidden;
}

span.zipfilemodule > span.zipfile-list > span.item:last-child {
  margin: 0;
}

span.zipfilemodule > span.zipfile-list > span.item > span {
  display: inline;
  float: left;
}

span.zipfilemodule > span.zipfile-list > span.item > span.item-order {
  height: 44px;
  padding: 0 10px 0 0;
  color: #bbb;
  font-size: 14px;
  line-height: 44px;
  text-align: center;
}

span.zipfilemodule > span.zipfile-list > span.item:only-child > span.item-order {
  display: none;
}

span.zipfilemodule > span.zipfile-list > span.item > span.item-info > span {
  display: block;
  height: 20px;
  margin: 0 0 4px 0;
  line-height: 20px;
}

span.zipfilemodule > span.zipfile-list > span.item > span.item-info > span:last-child {
  margin: 0;
}

span.zipfilemodule > span.zipfile-list > span.item > span.item-info > span.item-title > span {
  display: inline;
  float: left;
  max-width: 300px;
  color: #555;
  text-transform: capitalize;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  user-select: text;
}

span.zipfilemodule > span.zipfile-list > span.item > span.item-info > span.item-title > i {
  display: none;
}

span.zipfilemodule > span.zipfile-list > span.item > span.item-info > span.nopwd {
  text-transform: capitalize;
}

span.zipfilemodule > span.zipfile-list > span.item > span.item-info > span.item-pwd {
  max-width: 300px;
  color: #999;
}

span.zipfilemodule > span.zipfile-list > span.item > span.item-info > span.item-pwd > i {
  display: inline;
  float: left;
  width: 18px;
  height: 18px;
  margin: 1px 4px 1px 0;
  border-radius: 3px;
  font-style: normal;
  font-family: 'montserratregular',arial;
  line-height: 18px;
  text-align: center;
  background: #efefef;
  cursor: text;
  user-select: text;
}

span.geolocbar {
  color: #999;
  text-transform: capitalize;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  user-select: none;
}

span.geolocbar > i {
  margin: 0 4px 0 0;
  font-size: 14px;
}

span.geolocbar > span.venue {
  color: #888;
}

span.geolocbar > span.address::before {
  margin: 0 2px;
  content: attr(data-join);
}

html:not(.singular).dfwriting > body > #publish.on,
html.singular > body > #publish.on,
html.singular > body > #content {
  display: block;
  float: none;
  margin: 0 auto 15px;
}

html:not(.singular).dfwriting > body > #publish.on::after,
html.singular > body > #publish.on::after,
html.singular > body > #content::after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
}

#publish {
  position: relative;
  display: none;
  width: 640px;
  margin: 0 0 10px 20px;
}

#publish.on {
  display: inline;
  float: right;
}

#publish > div.avatar {
  display: inline;
  float: left;
  width: 42px;
  height: 42px;
  border: 1px solid #d9d9d9;
  background: #fff url(../img/publish.avatar.svg) 0 50% no-repeat;
  user-select: none;
}

#publish > div.avatar-o {
  background-position: -42px 50%;
}

#publish > div.avatar > img {
  display: block;
  width: 42px;
  height: 42px;
}

#postform {
  position: relative;
  display: inline;
  float: right;
  width: 588px;
  user-select: none;
}

#postform > p.hea,
#postform > p.txt,
#postform > p.fun,
#postform > hr {
  width: 586px;
  border: 1px solid #d9d9d9;
  background: #fff;
}

#postform > p.hea {
  height: 27px;
  border-bottom: 0 none;
  padding: 0 0 5px;
}

#postform > p.hea > input,
#postform > p.hea > select,
#postform > p.hea > span.editbtn {
  display: inline;
  float: left;
  height: 20px;
  margin: 0 5px;
  padding: 4px 0 2px;
  border: 0 none;
  border-bottom: 1px solid #e5e5e5;
}

#postform > p.hea > input[id$=title] {
  width: 150px;
  margin: 0 0 0 5px;
}

#postform > p.hea > input[id$=name] {
  width: 90px;
  margin: 0 5px 0 0;
  color: #888;
}

#postform > p.hea > select {
  width: 72px;
  margin: 0 0 0 5px;
  color: #888;
  background: url(../img/publish.select.svg) 60px 12px no-repeat;
}

#postform > p.hea > span.editbtn {
  width: 138px;
}

#postform > p.hea > span > small.size10 {
  display: inline;
  float: left;
  width: 18px;
  height: 18px;
  margin: 0 6px 0 0;
  padding: 1px 0;
  color: #666;
  line-height: 18px;
  text-align: center;
  cursor: pointer;
  transform-origin: 0 50%;
}

#postform > p.hea > span > small.size10:last-child {
  margin: 0;
}

#postform > p.hea > label {
  display: inline;
  float: left;
  width: 22px;
  height: 26px;
  margin: 0 0 1px;
  color: #c0c0c0;
  font-weight: bold;
  line-height: 26px;
  text-align: center;
}

#postform > p.hea > label > small.size10 {
  width: 100%;
  height: 100%;
  transform-origin: 50% 60%;
}

#postform > p.hea > label.join {
  width: 18px;
  height: 18px;
  margin: 0;
  padding: 6px 0 2px;
  border: 0 none;
  border-bottom: 1px solid #e5e5e5;
}

#postform > p.hea > label.joinshow {
  background: url(../img/ico.join.svg) 50% 50% no-repeat;
  background-origin: content-box;
}

#postform > p.hea > label.addtype {
  width: 12px;
  height: 20px;
  margin: 0 5px 0 0;
  padding: 4px 0 2px;
  border: 0 none;
  border-bottom: 1px solid #e5e5e5;
}

#postform > p.hea > label.addtype > i {
  display: block;
  width: 12px;
  height: 20px;
  background: url(../img/ico.show.svg) 100% 5px no-repeat;
  cursor: pointer;
}

#postform > p.hea > label.addtype > i.off {
  background: url(../img/ico.hide.svg) 100% 5px no-repeat;
}

#postform > p.hea > span.editorextbtn {
  display: inline;
  float: right;
  width: 22px;
  height: 20px;
  margin: 5px 5px 2px 0;
  border-radius: 3px;
  background: #efefef;
}

#postform > p.hea > span.editorextbtn > span {
  display: block;
  width: 18px;
  height: 18px;
  margin: 1px 2px;
  color: #bbb;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
}

html:not(.dfwriting) > body > #publish > #postform > p.hea > span.editorextbtn > span > i.icos,
html.dfwriting > body > #publish > #postform > p.hea > span.editorextbtn > span > i.icob {
  display: none;
}

#postform > p.txt,
#postform > p.fun {
  position: relative;
  border-top: 0 none;
  border-bottom: 0 none;
}

#postform > p.txt > span {
  display: block;
  min-height: 44px;
  margin: 0 5px;
  visibility: hidden;
  overflow: hidden;
}

html.dfwriting > body > #publish > #postform > p.txt > span {
  min-height: 220px;
}

#postform > p.txt > span > q,
#postform > p.txt > textarea {
  display: block;
  white-space: pre-wrap;
  word-wrap: break-word;
}

#postform > p.txt > textarea {
  position: absolute;
  top: 0;
  left: 0;
  width: 576px;
  height: 100%;
  margin: 0 5px;
  border: 0 none;
  resize: none;
  overflow: hidden;
}

#postform > p.txt > b.dprec {
  margin: 0 5px 0 0;
}

#postform > p.fun {
  display: none;
  overflow: hidden;
}

#postform.fun > p.fun {
  display: block;
}

#postform > p.fun > span {
  position: relative;
  display: none;
  margin: 7px 7px 0 5px;
}

#postform > p.fun > span.on {
  display: inline;
  float: left;
}

#postform > p.fun > span > i.off {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #efefef url(../img/info.hide.svg) 50% 50% no-repeat;
  cursor: pointer;
}

#postform > p.fun > span.media > span.medlistbox {
  padding: 2px;
  border: 1px solid #efefef;
  background: #fafafa;
}

#postform > p.fun > span.media > span.medlistbox > span.list > span {
  width: 50px;
  height: 50px;
  margin: 5px;
}

#postform > p.fun > span.media > span.medlistbox > span.list > span:only-child {
  width: 110px;
  height: 110px;
}

#postform > p.fun > span.media > span.medlistbox > span.list > span.h:only-child {
  width: 146px;
}

#postform > p.fun > span.media > span.medlistbox > span.list > span.v:only-child {
  height: 146px;
}

#postform > p.fun > span.media > span.medlistbox > video {
  width: 200px;
  margin: 5px;
}

#postform > p.fun > span.music > span.musiccard {
  width: 180px;
  height: 50px;
  padding: 7px;
}

#postform > p.fun > span.music > span.musiccard > span.cover {
  width: 50px;
  height: 50px;
}

#postform > p.fun > span.music > span.musiccard > span.cover > i {
  width: 22px;
  height: 22px;
}

#postform > p.fun > span.music > span.musiccard > span.album {
  display: none;
}

#postform > p.fun > span.music > span.musiccard > span.song,
#postform > p.fun > span.music > span.musiccard > span.singer {
  width: 123px;
  height: 20px;
  line-height: 20px;
}

#postform > p.fun > span.music > span.musiccard > span.song {
  padding: 5px 0 0;
}

#postform > p.fun > span.music > span.musiccard > span.singer {
  padding: 3px 0 0;
}

#postform > p.fun > span.media > i.off,
#postform > p.fun > span.music > i.off {
  position: absolute;
  display: block;
  top: -7px;
  right: -7px;
}

#postform > p.fun > span.zipfile > span.zipfilemodule > span.zipfile-list > span.item > span.item-info > span.item-title > span {
  cursor: default;
}

#postform > p.fun > span.zipfile > span.zipfilemodule > span.zipfile-list > span.item > span.item-info > span.item-title > i {
  display: inline;
  float: left;
  width: 16px;
  height: 16px;
  margin: 2px 2px 2px 10px;
  border-radius: 50%;
  background-color: #efefef;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
}

#postform > p.fun > span.zipfile > span.zipfilemodule > span.zipfile-list > span.item > span.item-info > span.item-title > i.off {
  background-image: url(../img/info.hide.svg);
}

#postform > p.fun > span.zipfile > span.zipfilemodule > span.zipfile-list > span.item > span.item-info > span.item-title > i.sort {
  background-image: url(../img/publish.sortbtn.svg);
}

#postform > p.fun > span.zipfile > span.zipfilemodule > span.zipfile-list > span.item:first-child > span.item-info > span.item-title > i.sort {
  display: none;
}

#postform > p.fun > span.zipfile > span.zipfilemodule > span.zipfile-list > span.item > span.item-info > span.item-pwd > i {
  cursor: default;
}

#postform > p.fun > span.geoloc > span.geolocbar {
  display: inline;
  float: left;
  max-width: 538px;
  height: 22px;
  padding: 0 5px;
  border-radius: 3px;
  line-height: 22px;
  background: #f7f7f7;
}

#postform > p.fun > span.geoloc > i.off {
  display: inline;
  float: left;
  margin: 3px 2px 3px 10px;
}

#postform > p.btn {
  width: 588px;
  height: 28px;
}

#postform > p.btn > span,
#postform > p.btn > input,
#postform > p.btn > select {
  display: inline;
  float: left;
  height: 20px;
  margin: 0 15px 0 0;
  padding: 3px 5px;
  border: 1px solid #d9d9d9;
}

#postform > p.btn > span {
  width: 24px;
  margin: 0;
  padding: 3px 0 3px 5px;
  border-left: 0 none;
  border-right: 0 none;
  background: #fff;
}

#postform > p.btn > span.media {
  width: 26px;
  border-left: 1px solid #d9d9d9;
}

#postform > p.btn > span > i {
  display: block;
  width: 18px;
  height: 20px;
  padding: 0 5px 0 0;
  border: 0 none;
  border-right: 1px solid #e5e5e5;
  color: #666;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
}

#postform > p.btn > span.media > i {
  width: 20px;
}

#postform > p.btn > span.face > i {
  font-size: 16px;
}

#postform > p.btn > input[id$=tag] {
  width: 255px;
  border-left: 0 none;
}

#postform > p.btn > select {
  width: 60px;
  color: #888;
  background: #fff url(../img/publish.select.svg) 56px 11px no-repeat;
}

#postform > p.btn > input[type=submit] {
  float: right;
  width: 60px;
  margin: 0;
  cursor: pointer;
}

#postform > p > input,
#postform > p > select,
#postform > p > textarea {
  color: #404040;
  font-size: 12px;
  background: #fff;
  outline: none;
}

#postform > p > input,
#postform > p > select {
  line-height: 20px;
}

#postform > p > textarea,
#postform > p.txt > span,
#postform > p.txt > span > q {
  line-height: 22px;
}

#postform > p > select,
#postform > p > input[type=submit] {
  text-transform: capitalize;
  box-sizing: content-box;
}

#postform > hr {
  height: 0;
  margin: 0 0 10px;
  padding: 5px 0 0;
  border-top: 0 none;
  box-sizing: content-box;
}

#postform > #catbox {
  position: absolute;
  top: 22px;
  left: 365px;
  z-index: 5;
}

#medbox {
  position: absolute;
  display: none;
  top: 100%;
  left: 56px;
  z-index: 5;
  margin: 3px 0 0;
  padding: 8px 0 0;
  background: url(../img/publish.postbtnarr.svg) no-repeat;
  user-select: none;
}

#medbox.on {
  display: block;
}

#medbox-win {
  position: relative;
  padding: 10px;
  border: 1px solid #d9d9d9;
  border-top: 0 none;
  background: #fff;
}

#medwin-tab {
  border-bottom: 1px solid #e5e5e5;
  padding: 4px 5px 10px;
  overflow: hidden;
}

#medwin-tab > span,
#medwin-tab > i.new {
  display: inline;
  float: left;
  height: 20px;
  border-radius: 3px;
  line-height: 20px;
  background: #f5f5f5;
  cursor: pointer;
}

#medwin-tab > span {
  margin: 0 20px 0 0;
  padding: 1px 5px;
  text-transform: capitalize;
}

#medbox-win.pic > #medwin-tab > span.pic,
#medbox-win.video > #medwin-tab > span.video {
  position: relative;
  cursor: default;
}

#medbox-win.pic > #medwin-tab > span.pic::before,
#medbox-win.video > #medwin-tab > span.video::before {
  position: absolute;
  top: -3px;
  right: -3px;
  width: 8px;
  height: 8px;
  background: url(../img/info.current.svg) no-repeat;
  content: '';
}

#medwin-tab > span > i,
#medwin-tab > i.new {
  color: #888;
  font-size: 13px;
}

#medwin-tab > span > i {
  margin: 0 5px 0 0;
  line-height: 20px;
}

#medwin-tab > i.new {
  float: right;
  width: 20px;
  padding: 1px;
  text-align: center;
}

#medwin-pic,
#medwin-video,
#medwin-sel,
#medbox-win > #medwin-sel.on {
  display: none;
}

#medbox-win.pic > #medwin-pic,
#medbox-win.video > #medwin-video,
#medwin-sel.on {
  display: block;
}

#medwin-pic,
#medwin-video {
  width: 228px;
  padding: 10px 0 0;
}

#medwin-pic::after,
#medwin-video::after {
  display: block;
  clear: both;
  content: '';
}

#medwin-pic > li {
  position: relative;
  display: inline;
  float: left;
  width: 60px;
  height: 60px;
  margin: 8px;
  background-color: #f5f5f5;
}

#medwin-pic > li:nth-child(3n+1) {
  clear: left;
}

#medwin-pic > li:not(.has),
#medwin-video > div.viewport:not(.has) {
  cursor: pointer;
}

#medwin-pic > li:not(.has)::after {
  position: absolute;
  display: block;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  color: #e7e7e7;
  font: normal 26px/30px 'montserratregular',arial;
  text-align: center;
  content: attr(data-order);
}

#medwin-video > div.viewport:not(.has)::after {
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: url(../img/publish.picadd.svg) 50% 50% no-repeat;
  content: '';
}

#medwin-pic > li.has,
#medwin-video > div.viewport.has {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

#medwin-video > div.viewport.has::before {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  left: 0;
  color: #f5f5f5;
  text-align: center;
  text-transform: lowercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: rgba(0,0,0,.15);
  content: attr(data-title);
  overflow: hidden;
}

#medwin-video > div.viewport.has::after {
  position: absolute;
  display: block;
  left: 5px;
  top: 5px;
  width: 20px;
  height: 16px;
  background: rgba(245,245,245,.5) url(../img/ico.video.svg) 50% 50% no-repeat;
  content: '';
}

#medwin-pic > li > div.remove,
#medwin-video > div.viewport > div.remove {
  position: absolute;
  display: none;
  width: 22px;
  height: 22px;
  top: 0;
  right: 0;
  background: url(../img/publish.picremove.svg) 100% 0 no-repeat;
  cursor: pointer;
}

#medwin-pic > li.has > div.remove,
#medwin-video > div.viewport.has > div.remove {
  display: block;
}

#medwin-pic > li.has > #medwin-sel.on,
#medwin-video > div.viewport.has > #medwin-sel.on {
  display: none;
}

#medwin-video > div.viewport {
  position: relative;
  height: 110px;
  margin: 8px;
  background-color: #f5f5f5;
}

#medwin-btn {
  display: block;
  margin: 0 8px;
  padding: 10px 0 0;
  overflow: hidden;
}

#medwin-btn > label.mode,
#medwin-btn > span {
  display: inline;
  float: left;
  height: 22px;
  line-height: 22px;
  text-align: center;
  cursor: pointer;
}

#medwin-btn > label.mode,
#medwin-btn > span.clr {
  color: #666;
}

#medwin-btn > label.mode > input {
  display: none;
}

#medwin-btn > label.mode > span.checkbox {
  position: relative;
  display: inline;
  float: left;
  width: 8px;
  height: 8px;
  margin: 6px 4px 6px 0;
  border: 1px solid #cfcfcf;
  background: #efefef;
}

#medwin-btn > label.mode > input:checked + span.checkbox::after {
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  margin: 1px;
  background: #999;
  content: '';
}

#medwin-btn > label.sep {
  display: inline;
  float: left;
  width: 1px;
  height: 14px;
  margin: 4px 8px;
  background: #e5e5e5;
}

#medwin-btn > span.ins {
  float: right;
  padding: 0 6px 0 20px;
  border-radius: 3px;
  text-transform: capitalize;
  background: #f5f5f5 url(../img/info.show.svg) 5px 50% no-repeat;
}

#medbox-win.pic > #medwin-btn > span.ins::after {
  content: attr(data-pic);
}

#medbox-win.video > #medwin-btn > span.ins::after {
  content: attr(data-video);
}

#medwin-sel {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  padding: 0 0 0 6px;
  transform: translate(12px,-18px);
  background: url(../img/publish.medselarr.svg) no-repeat;
  cursor: default;
}

#medwin-sel > div {
  padding: 7px;
  border: 1px solid #d9d9d9;
  border-left: 0 none;
  background: #f5f5f5;
}

#medwin-sel > div > header {
  height: 20px;
  padding: 0 0 7px;
  border-bottom: 1px solid #e0e0e0;
  color: #999;
  line-height: 20px;
  text-transform: lowercase;
  overflow: hidden;
}

#medbox-win.pic > ul > li > #medwin-sel > div > header > span.txt::after {
  content: attr(data-pic);
}

#medbox-win.video > section > div > #medwin-sel > div > header > span.txt::after {
  content: attr(data-video);
}

#medwin-sel > div > header > span.txt > i {
  margin: 0 5px 0 0;
}

#medwin-sel > div > header > span.btn {
  display: inline;
  float: right;
}

#medwin-sel > div > header > span.btn > i {
  display: inline;
  float: left;
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
  border-radius: 3px;
  color: #888;
  line-height: 20px;
  text-align: center;
  background: #ececec;
  cursor: pointer;
}

#medwin-sel > div > header > span.btn > i:last-child {
  margin: 0;
}

#medwin-sel > div > ul {
  width: 188px;
}

#medwin-sel > div > ul::after {
  display: block;
  clear: both;
  content: '';
}

#medwin-sel > div > ul.wait::before {
  display: block;
  width: 12px;
  height: 12px;
  margin: 17px auto 10px;
  border: 2px solid rgba(0,0,0,.15);
  border-left: 2px solid rgba(0,0,0,.35);
  border-radius: 50%;
  animation: waiting 1s linear infinite;
  content: '';
}

#medwin-sel > div > ul.null::before {
  display: block;
  height: 24px;
  margin: 13px 0 6px;
  color: #c0c0c0;
  text-align: center;
  content: attr(data-null);
}

#medwin-sel > div > ul.wait > li,
#medwin-sel > div > ul.null > li {
  display: none;
}

#medwin-sel > div > ul > li {
  position: relative;
  display: inline;
  float: left;
  width: 32px;
  height: 32px;
  margin: 7px 0 0 7px;
  background-color: #ececec;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
}

#medwin-sel > div > ul > li:not(.last) {
  background-size: cover;
}

#medwin-sel > div > ul > li::before {
  display: block;
  width: 32px;
  height: 32px;
  background-color: rgba(245,245,245,.15);
  content: '';
}

#medwin-sel > div > ul > li.sel {
  filter: grayscale(1);
  cursor: default;
}

#medwin-sel > div > ul > li.sel::before {
  background-color: rgba(245,245,245,.85);
}

#medwin-sel > div > ul > li.video::before {
  background-image: url(../img/ico.video.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#medwin-sel > div > ul > li.last {
  background-image: url(../img/ico.picmore.svg);
  cursor: default;
}

#medbox-win.pic > ul > li > #medwin-sel > div > ul > li:nth-child(5n+1),
#medbox-win.video > section > div > #medwin-sel > div > ul > li {
  margin-left: 0;
  clear: left;
}

#medbox-win.video > section > div > #medwin-sel > div > ul > li::after {
  position: absolute;
  display: block;
  width: 150px;
  height: 24px;
  top: 50%;
  left: 38px;
  transform: translateY(-50%);
  color: #999;
  text-transform: lowercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  content: attr(data-title);
}

#medwin-sel > div > nav {
  height: 20px;
  margin: 7px 0 0;
}

#medwin-sel > div > ul.wait + nav,
#medwin-sel > div > ul.null + nav,
#medwin-sel > div > nav.no {
  display: none;
}

#medwin-sel > div > nav > span {
  display: inline;
  float: left;
  height: 20px;
  color: #bbb;
  line-height: 20px;
  text-transform: lowercase;
  cursor: pointer;
}

#medwin-sel > div > nav > span.next {
  float: right;
  padding: 0 5px;
  border-radius: 3px;
  color: #999;
  background: #ececec;
}

#medbox-win.pic > ul > li > #medwin-sel > div > nav > span.next::after {
  content: attr(data-pic);
}

#medbox-win.video > section > div > #medwin-sel > div > nav > span.next::after {
  content: attr(data-video);
}

#medwin-sel > div > nav > span.wait {
  cursor: default;
}

#medwin-sel > div > nav > span.wait::before {
  display: inline;
  float: left;
  width: 10px;
  height: 10px;
  left: 5px;
  margin: 3px 5px 3px 0;
  border: 2px solid rgba(0,0,0,.15);
  border-left: 2px solid rgba(0,0,0,.35);
  border-radius: 50%;
  animation: waiting 1s linear infinite;
  content: '';
}

#medwin-sel > div > nav.first > span.prev,
#medwin-sel > div > nav.last > span.next {
  display: none;
}

#insertmusic {
  position: absolute;
  display: none;
  top: 100%;
  left: 87px;
  z-index: 5;
  margin: 3px 0 0;
  padding: 8px 0 0;
  background: url(../img/publish.postbtnarr.svg) no-repeat;
}

#insertmusic.on {
  display: block;
}

#insertmusic > form {
  width: 140px;
  padding: 10px;
  border: 1px solid #d9d9d9;
  border-top: 0 none;
  background: #fff;
  overflow: hidden;
  user-select: none;
}

#insertmusic > form > p.query,
#insertmusic.form > form > p.form {
  display: block;
}

#insertmusic > form > p.form,
#insertmusic.form > form > p.query {
  display: none;
}

#insertmusic > form > p > input {
  display: block;
  width: 136px;
  height: 20px;
  margin: 6px 0 0;
  padding: 2px;
  border: 0 none;
  border-bottom: 1px solid #e5e5e5;
  color: #888;
  font: normal 12px/20px 'microsoft yahei',stheiti,simhei,tahoma;
  outline: none;
}

#insertmusic > form > p > input:first-child {
  margin: 0;
}

#insertmusic:not(.form) > form > p.song > input {
  width: 120px;
  padding-right: 18px;
  background: url(../img/query.search.svg) 124px 50% no-repeat;
}

#insertmusic > form > p.query > span.list {
  display: block;
  padding: 10px 0;
}

#insertmusic > form > p.query > span.list > span {
  display: block;
  width: 140px;
  height: 20px;
  margin: 8px 0 0;
}

#insertmusic > form > p.query > span.list > span:first-child {
  margin: 0;
}

#insertmusic > form > p.query > span.list > span.null {
  color: #999;
  line-height: 20px;
  text-align: center;
}

#insertmusic > form > p.query > span.list > span > b {
  display: inline;
  float: left;
  width: 120px;
  height: 20px;
  color: #666;
  line-height: 20px;
  font-weight: normal;
  text-transform: capitalize;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

#insertmusic > form > p.query > span.list > span > b > i {
  margin: 0 6px 0 1px;
  color: #c5c5c5;
}

#insertmusic > form > p.query > span.list > span > i {
  display: inline;
  float: right;
  width: 20px;
  height: 20px;
  background: url(../img/ico.show.svg) 50% 50% no-repeat;
  cursor: pointer;
}

#insertmusic > form > p.query > span.wait::before {
  display: block;
  width: 12px;
  height: 12px;
  left: 0;
  right: 0;
  margin: 2px auto;
  border: 2px solid rgba(0,0,0,.15);
  border-left: 2px solid rgba(0,0,0,.35);
  border-radius: 50%;
  animation: waiting 1s linear infinite;
  content: '';
}

#insertmusic > form > p.query > span.wait > span {
  display: none;
}

#insertmusic > form > p.query > span.add,
#insertmusic > form > p.form > span.ok {
  display: block;
  height: 22px;
  margin: 0 auto;
  padding: 0 6px 0 20px;
  border-radius: 3px;
  line-height: 22px;
  text-align: center;
  text-transform: capitalize;
  background: #f5f5f5 url(../img/info.show.svg) 5px 50% no-repeat;
  cursor: pointer;
}

#insertmusic > form > p.query > span.add {
  width: 26px;
}

#insertmusic > form > p.form {
  padding: 6px 0 0;
}

#insertmusic > form > p.form > span.ok {
  width: 20px;
  margin-top: 10px;
}

#zipfilebox {
  position: absolute;
  display: none;
  top: 100%;
  left: 115px;
  z-index: 5;
  margin: 3px 0 0;
  padding: 8px 0 0;
  background: url(../img/publish.postbtnarr.svg) no-repeat;
}

#zipfilebox.on {
  display: block;
}

#zipfilebox > form {
  width: 240px;
  padding: 10px;
  border: 1px solid #d9d9d9;
  border-top: 0 none;
  background: #fff;
  overflow: hidden;
  user-select: none;
}

#zipfilebox > form > p.form {
  width: 240px;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
}

#zipfilebox > form > p.form > span.input {
  display: inline;
  float: left;
  width: 210px;
}

#zipfilebox > form > p.form > span.input > input {
  display: inline;
  float: left;
  height: 20px;
  padding: 2px;
  border: 0 none;
  color: #888;
  font: normal 12px/20px 'microsoft yahei',stheiti,simhei,tahoma;
  outline: none;
}

#zipfilebox > form > p.form > span.input > #ins-zipfile-title {
  width: 206px;
  margin: 0 0 2px;
  border-bottom: 2px solid #f5f5f5;
}

#zipfilebox > form > p.form > span.input > #ins-zipfile-url {
  width: 120px;
}

#zipfilebox > form > p.form > span.input > #ins-zipfile-password {
  width: 70px;
}

#zipfilebox > form > p.form > span.input > span.join {
  display: inline;
  float: left;
  width: 12px;
  height: 24px;
  background: url(../img/ico.join.svg) 50% 50% no-repeat;
}

#zipfilebox > form > p.form > span.add {
  display: inline;
  float: right;
  width: 20px;
  height: 20px;
  margin: 15px 0 0;
  background: url(../img/ico.show.svg) 50% 50% no-repeat;
  cursor: pointer;
}

#zipfilebox > form > ul.list {
  padding: 10px 0;
}

#zipfilebox > form.no > ul.list {
  padding: 10px 0 0;
}

#zipfilebox > form.no > ul.list::after {
  display: block;
  height: 20px;
  color: #999;
  line-height: 20px;
  content: attr(data-null);
}

#zipfilebox > form > ul.list > li {
  position: relative;
  margin: 0 0 10px;
}

#zipfilebox > form > ul.list > li:last-child {
  margin: 0;
}

#zipfilebox > form > ul.list > li > span {
  display: block;
  width: 210px;
  height: 20px;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

#zipfilebox > form > ul.list > li > span.title {
  margin: 0 0 2px 0;
  color: #666;
}

#zipfilebox > form > ul.list > li > span.pwd {
  color: #aaa;
}

#zipfilebox > form > ul.list > li > span.pwd > i {
  display: inline;
  float: left;
  width: 18px;
  height: 18px;
  margin: 1px 4px 1px 0;
  border-radius: 3px;
  font-style: normal;
  font-family: 'montserratregular',arial;
  line-height: 18px;
  text-align: center;
  background: #efefef;
}

#zipfilebox > form > ul.list > li > span.title,
#zipfilebox > form > ul.list > li > span.nopwd {
  text-transform: capitalize;
}

#zipfilebox > form > ul.list > li > i.del {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url(../img/ico.hide.svg) 50% 50% no-repeat;
  cursor: pointer;
}

#zipfilebox > form.no > p.btn {
  display: none;
}

#zipfilebox > form > p.btn > span.share {
  display: block;
  width: 34px;
  height: 22px;
  margin: 0 auto;
  padding: 0 6px 0 20px;
  border-radius: 3px;
  line-height: 22px;
  text-align: center;
  text-transform: capitalize;
  background: #f5f5f5 url(../img/info.show.svg) 5px 50% no-repeat;
  cursor: pointer;
}

#geolocbox {
  position: absolute;
  display: none;
  top: 100%;
  left: 144px;
  z-index: 5;
  margin: 3px 0 0;
  padding: 8px 0 0;
  background: url(../img/publish.postbtnarr.svg) no-repeat;
}

#geolocbox.on {
  display: block;
}

#geolocbox > form {
  width: 240px;
  padding: 10px;
  border: 1px solid #d9d9d9;
  border-top: 0 none;
  background: #fff;
  user-select: none;
}

#geolocbox > form > p.address {
  width: 240px;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
}

#geolocbox > form > p.address > input {
  display: inline;
  float: left;
  height: 20px;
  border: 0 none;
  font: normal 12px/20px 'microsoft yahei',stheiti,simhei,tahoma;
  outline: none;
}

#ins-loc-address {
  width: 144px;
  padding: 2px 0 2px 2px;
  color: #888;
}

#ins-loc-city {
  width: 62px;
  padding: 2px 0;
  color: #bbb;
  text-align: center;
  visibility: hidden;
}

#geolocbox.input > form > p.address > #ins-loc-city {
  visibility: visible;
}

#geolocbox > form > p.address > span {
  display: inline;
  float: left;
  width: 20px;
  height: 24px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#geolocbox > form > p.address > span.join {
  width: 12px;
}

#geolocbox.input > form > p.address > span.join {
  background-image: url(../img/ico.join.svg);
}

#geolocbox > form > p.address > span.ico {
  background-image: url(../img/query.search.svg);
}

#geolocbox > form > p.address > span.inputadd {
  background-image: url(../img/ico.show.svg);
  cursor: pointer;
}

#geolocbox:not(.input) > form > p.address > span.inputadd,
#geolocbox.input > form > p.address > span.ico {
  display: none;
}

#geolocbox > form > ul {
  max-height: 245px;
  margin: 10px 0 0;
  overflow-x: hidden;
  overflow-y: auto;
}

#geolocbox > form > ul.wait {
  overflow: hidden;
}

#geolocbox > form > ul.wait::before {
  display: block;
  width: 12px;
  height: 12px;
  left: 0;
  right: 0;
  margin: 2px auto;
  border: 2px solid rgba(0,0,0,.15);
  border-left: 2px solid rgba(0,0,0,.35);
  border-radius: 50%;
  animation: waiting 1s linear infinite;
  content: '';
}

#geolocbox > form > ul > li {
  width: 220px;
  padding: 5px 0;
}

#geolocbox > form > ul.wait > li {
  display: none;
}

#geolocbox > form > ul > li.res {
  position: relative;
  height: 40px;
  border-bottom: 1px solid #efefef;
}

#geolocbox > form > ul > li.res:first-child {
  padding-top: 0;
}

#geolocbox > form > ul > li.res:last-child {
  padding-bottom: 0;
  border: 0 none;
}

#geolocbox > form > ul > li.res > span {
  display: block;
  width: 200px;
  height: 20px;
  line-height: 20px;
  text-transform: capitalize;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

#geolocbox > form > ul > li.res > span.venue {
  color: #666;
}

#geolocbox > form > ul > li.res > span.address {
  color: #aaa;
}

#geolocbox > form > ul > li.res > i.add {
  position: absolute;
  display: block;
  width: 20px;
  height: 30px;
  top: 0;
  right: 0;
  margin: 10px 0 0;
  background: url(../img/ico.show.svg) 50% 50% no-repeat;
  cursor: pointer;
}

#geolocbox > form > ul > li.res:first-child > i.add {
  margin: 5px 0 0;
}

#geolocbox > form > ul > li.err,
#geolocbox > form > ul > li.null {
  height: 20px;
  color: #999;
  line-height: 20px;
  text-align: center;
}

#publish > #facebox {
  position: absolute;
  top: 100%;
  left: 173px;
  z-index: 5;
  margin: 3px 0 0;
  padding: 8px 0 0;
  background: url(../img/publish.postbtnarr.face.svg) no-repeat;
}

#dftlist {
  position: relative;
  display: none;
  width: 612px;
  margin: 0 0 15px 20px;
  padding: 10px 10px 0;
  border: 4px dotted #d9d9d9;
}

#dftlist.on {
  display: inline;
  float: right;
}

#dftlist > div.label {
  position: absolute;
  display: inline-block;
  top: -12px;
  left: 5px;
  height: 20px;
  padding: 0 5px;
  color: #bbb;
  line-height: 20px;
  font-weight: bold;
  text-transform: capitalize;
  background: #e5e5e5;
  user-select: none;
}

#dftlist > article {
  position: relative;
  display: inline;
  float: left;
  width: 40px;
  height: 40px;
  margin: 0 15px 10px 0;
  border: 1px solid #d9d9d9;
  cursor: pointer;
}

#dftlist > article:nth-child(11n+0) {
  margin-right: 0;
}

#dftlist > article::before {
  position: relative;
  display: block;
  width: 38px;
  height: 38px;
  border: 1px solid #f5f5f5;
  background: #f5f5f5 url(../img/mark.png) repeat;
  content: '';
  z-index: -2;
}

#dftlist > article::after {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  color: #bbb;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  text-shadow: 1px 1px 0 #f5f5f5,-1px 1px 0 #f5f5f5,1px -1px 0 #f5f5f5,-1px -1px 0 #f5f5f5;
  text-transform: uppercase;
  content: attr(data-first);
  z-index: -1;
}

#dftlist > article.edit {
  cursor: default;
}

#dftlist > article > div.mark {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(250,255,189,.7) url(../img/ico.ad.lock.svg) 50% 50% no-repeat;
}

#dftlist > article.edit > div.mark {
  display: block;
}

@keyframes drafttip {
  0%,100% {box-shadow: none;background-color: transparent;}
  25% {box-shadow: 0 0 10px #faffbd;background-color: rgba(250,255,189,.6);}
}

#dftlist > article.tip {
  animation: drafttip 3s;
}

#dftlist-fun {
  position: absolute;
  display: none;
  top: 43px;
  left: -17px;
  width: 74px;
  padding: 6px 0 0;
  background: url(../img/post.phbox.svg) 50% 0 no-repeat;
  z-index: 1;
  user-select: none;
}

#dftlist-fun.on {
  display: block;
}

#dftlist-fun > span {
  display: block;
  width: 72px;
  padding: 5px 0;
  border: 1px solid #d9d9d9;
  border-top: 0 none;
  background: #fff;
}

#dftlist-fun > span > b {
  position: relative;
  display: block;
  width: 55px;
  height: 16px;
  padding: 5px 7px 5px 10px;
  color: #666;
  line-height: 16px;
  font-weight: normal;
  text-transform: capitalize;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}

#dftlist-fun > span > b.wait {
  cursor: default;
}

#dftlist-fun > span > b:not(.wait):hover {
  background: #f5f5f5;
}

#dftlist-fun > span > b > span.wait {
  position: absolute;
  display: none;
  top: 5px;
  left: 10px;
  width: 55px;
  height: 16px;
  color: #aaa;
  background: #fff;
}

#dftlist-fun > span > b > span.wait::before {
  display: inline;
  float: left;
  width: 10px;
  height: 10px;
  margin: 1px 5px 1px -1px;
  border: 2px solid rgba(0,0,0,.15);
  border-left: 2px solid rgba(0,0,0,.35);
  border-radius: 50%;
  animation: waiting 1s linear infinite;
  content: '';
}

#dftlist-fun > span > b.wait > span.wait {
  display: block;
}

#dftlist-fun > span > b > i {
  width: 12px;
  margin: 0 5px 0 0;
  line-height: 16px;
  text-align: center;
}

#content {
  display: inline;
  float: right;
  width: 640px;
  margin: 0 0 15px 20px;
}

#content.wait {
  position: relative;
}

#backto {
  display: inline-block;
  height: 20px;
  margin: 0 0 15px;
  padding: 5px 8px 5px 30px;
  border-radius: 3px;
  color: #fff;
  line-height: 20px;
  text-transform: capitalize;
  background: #d9d9d9 url(../img/ico.backto.svg) 8px 50% no-repeat;
  cursor: pointer;
  user-select: none;
}

#posts {
  width: 640px;
}

@keyframes loadpost {
  0% {margin-top: 0;opacity: 1;}
  100% {margin-top: 65px;opacity: 0;}
}

#content.wait > #posts {
  animation: loadpost .7s;
  animation-fill-mode: forwards;
}

@keyframes resetpost {
  0% {margin-top: 15px;opacity: 0;}
  100% {margin-top: 0;opacity: 1;}
}

#content.reset > #posts {
  animation: resetpost .3s;
  animation-fill-mode: forwards;
}

#posts > article {
  position: relative;
  width: 638px;
  margin: 0 0 10px;
  border: 1px solid #d9d9d9;
  background: #fff;
}

@keyframes posttip {
  0%,100% {box-shadow: none;background: none;}
  25% {box-shadow: 0 0 10px #faffbd;background: rgba(250,255,189,.5);}
}

#posts > article::after {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: posttip 2s;
  pointer-events: none;
  content: '';
}

#posts > article:last-child {
  margin: 0;
}

#posts > article.tip::after {
  display: block;
}

#posts > article > header {
  position: relative;
  height: 30px;
  padding: 5px 5px 5px 10px;
  border-bottom: 1px solid #efefef;
}

#posts > article > header.fold::after {
  position: absolute;
  display: block;
  top: -1px;
  right: -1px;
  width: 16px;
  height: 16px;
  background: url(../img/post.fold.svg) no-repeat;
  pointer-events: none;
  content: '';
}

#posts > article > header > span.ava {
  display: inline;
  float: left;
  width: 30px;
  height: 30px;
  margin: 0 10px 0 0;
  user-select: none;
}

#posts > article > header > span.ava > img {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

#posts > article > header > b,
#posts > article > header > time,
#posts > article > footer > span {
  display: inline;
  float: left;
  height: 20px;
  margin: 0 5px 0 0;
  padding: 5px 0;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

#posts > article > header > b.user {
  max-width: 150px;
  font-family: arial;
  text-transform: capitalize;
  user-select: none;
}

#posts > article > header > b.title {
  max-width: 250px;
  color: #666;
  font-weight: normal;
}

#posts > article > header.titlehide > b.title {
  display: none;
}

#posts > article > header > b.null::before {
  content: attr(data-null);
}

#posts > article > header > time {
  max-width: 100px;
  color: #999;
  user-select: none;
}

#posts > article > header > time::before {
  margin: 0 3px 0 0;
  color: #bbb;
  content: attr(data-join);
}

#posts > article > header > i.pte,
#posts > article > header > i.stick {
  display: none;
  float: left;
  width: 18px;
  height: 20px;
  margin: 0 3px 0 0;
  padding: 5px 0;
  color: #fa7d3c;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}

#posts > article > header > i.fun {
  display: inline;
  float: right;
  width: 23px;
  height: 20px;
  padding: 5px 0;
  background: url(../img/post.fun.svg) 10px 50% no-repeat;
  cursor: pointer;
}

#posts > article > section {
  padding: 12px 10px 0;
  color: #333;
  text-align: justify;
}

#posts > article > section > span.medlistbox.play {
  width: 618px;
  margin: 0 0 0 -10px;
  padding: 5px 10px;
  background: #f7f7f7;
}

#posts > article > section > span.medlistbox.play > span.img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  transition: width,height .2s linear;
  cursor: pointer;
  cursor: zoom-out;
}

#posts > article > section > span.medlistbox.play > span.img > img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

#posts > article > section > span.medlistbox.play > span.img.len1 > span.navbtn {
  display: none;
}

#posts > article > section > span.medlistbox > span.list > span {
  width: 110px;
  height: 110px;
  margin: 5px 5px 0 0;
  cursor: pointer;
  cursor: zoom-in;
}

#posts > article > section > span.medlistbox > span.list > span:only-child {
  width: 169px;
  height: 169px;
}

#posts > article > section > span.medlistbox > span.list > span.h:only-child {
  width: 225px;
}

#posts > article > section > span.medlistbox > span.list > span.v:only-child {
  height: 225px;
}

#posts > article > section > span.medlistbox.play > span.list {
  position: relative;
  display: inline;
  float: left;
  left: 50%;
  margin: 5px 0 0;
  transform: translateX(-50%);
}

#posts > article > section > span.medlistbox.play > span.list.len1 {
  display: none;
}

#posts > article > section > span.medlistbox.play > span.list > span {
  width: 60px;
  height: 60px;
  margin: 0 5px 0 0;
}

#posts > article > section > span.medlistbox.play > span.list > span:last-child {
  margin: 0;
}

#posts > article > section > span.medlistbox.play > span.row3 > span:nth-child(3n+1),
#posts > article > section > span.medlistbox.play > span.row4 > span:nth-child(4n+1) {
  clear: none;
}

#posts > article > section > span.medlistbox.play > span.list > span.cur {
  filter: grayscale(1);
  cursor: default;
}

#posts > article > section > span.medlistbox.play > span.list > span.cur::after {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(247,247,247,.85);
  content: '';
}

#posts > article > section > span.medlistbox > video {
  margin: 5px 0 0;
  border-radius: 3px;
}

#posts > article > section > span.musiccard {
  width: 211px;
  height: 65px;
  margin: 10px 0 0;
  padding: 11px;
}

#posts > article > section > span.musiccard > span.cover {
  width: 65px;
  height: 65px;
}

#posts > article > section > span.musiccard > span.cover > i {
  width: 24px;
  height: 24px;
  border: 2px solid rgba(255,255,255,.9);
}

#posts > article > section > span.musiccard > span.song,
#posts > article > section > span.musiccard > span.singer,
#posts > article > section > span.musiccard > span.album {
  width: 135px;
  height: 18px;
  line-height: 18px;
}

#posts > article > section > span.musiccard > span.song {
  padding: 3px 0 0;
}

#posts > article > section > span.musiccard > span.singer {
  padding: 6px 0 0;
}

#posts > article > section > span.musiccard > span.album {
  padding: 1px 0 0;
}

#posts > article > section > span.zipfilemodule {
  margin: 10px 0 0;
}

#posts > article > section > span.zipfilemodule > span.zipfile-list > span.item > span.item-info > span.item-title > span:hover {
  color: #eb7350;
}

#posts > article > section > span.geolocbar {
  display: block;
  height: 20px;
  margin: 10px 0 0;
  line-height: 20px;
}

#posts > article > section > span.geolocbar > i {
  margin-left: 1px;
}

#posts > article > footer {
  position: relative;
  height: 20px;
  padding: 12px 10px;
  user-select: none;
}

#posts > article > footer > span {
  max-width: 150px;
  margin: 0 20px 0 0;
  padding: 0;
  text-transform: lowercase;
  cursor: pointer;
}

#posts > article > footer > span.on {
  cursor: default;
}

#posts > article > footer > span > b {
  display: inline-block;
  height: 18px;
  margin: 1px 0 1px 5px;
  padding: 0 5px;
  border-radius: 3px;
  color: #666;
  font-weight: normal;
  line-height: 18px;
  background: #f5f5f5;
}

#posts > article > footer > i.special {
  display: inline;
  float: right;
  max-width: 150px;
  height: 20px;
  line-height: 20px;
  color: #ccc;
  font-style: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

#posts > article > div.mask {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(250,255,189,.7);
}

#posts > article.loadfull > div.mask::before {
  display: block;
  float: right;
  width: 107px;
  height: 20px;
  margin: 10px 25px 10px 0;
  color: rgba(0,0,0,.5);
  line-height: 20px;
  text-transform: lowercase;
  content: attr(data-full);
}

#posts > article.loadfull > div.mask::after {
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  top: 10px;
  right: 135px;
  margin: 2px;
  border: 2px solid rgba(0,0,0,.15);
  border-left: 2px solid rgba(0,0,0,.35);
  border-radius: 50%;
  animation: waiting 1s linear infinite;
  content: '';
}

#posts > article > header.private > i.pte,
#posts > article > header.stick > i.stick,
#posts > article.edit > div.mask {
  display: block;
}

#post-nav {
  width: 150px;
  min-height: 22px;
  max-height: 34px;
  margin: 15px auto 0;
  user-select: none;
}

#post-nav.norm > p.more,
#post-nav.last > p.last {
  width: 150px;
  text-align: center;
}

#post-nav.norm > p.more {
  cursor: pointer;
}

#post-nav > p.more > span,
#post-nav > p.last > span {
  display: block;
  font-family: 'montserratregular',arial;
}

#post-nav > p.more > span.t,
#post-nav > p.last > span.t {
  color: #c0c0c0;
}

#post-nav > p.more > span.t {
  height: 18px;
  line-height: 18px;
}

#post-nav > p.last > span.t {
  height: 22px;
  line-height: 22px;
}

#post-nav > p.more > span.p {
  height: 16px;
  line-height: 16px;
  color: #cfcfcf;
}

#post-nav > p.more > span.p > small.size11 {
  position: relative;
  left: 50%;
  transform: scale(.92) translateX(-50%);
  transform-origin: 0 50%;
}

#post-nav.ing > div.load {
  padding: 10px 0;
}

#post-nav.ing > p.more,
#post-nav.ing > p.last,
#post-nav.norm > div.load,
#post-nav.norm > p.last,
#post-nav.last > div.load,
#post-nav.last > p.more {
  display: none;
}

#post-fun,
#post-like,
#post-comment {
  display: none;
}

#post-fun.on,
#post-like.on,
#post-comment.on {
  display: block;
}

#post-fun {
  position: absolute;
  top: 35px;
  right: -26px;
  width: 86px;
  padding: 6px 0 0;
  background: url(../img/post.phbox.svg) 50% 0 no-repeat;
  z-index: 1;
  user-select: none;
}

#speechplay {
  display: none;
}

#post-fun > span {
  display: block;
  width: 84px;
  padding: 5px 0;
  border: 1px solid #d9d9d9;
  border-top: 0 none;
  background: #fff;
}

#post-fun > span > b {
  display: block;
  width: 65px;
  height: 16px;
  padding: 5px 7px 5px 12px;
  color: #666;
  line-height: 16px;
  font-weight: normal;
  text-transform: capitalize;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}

#post-fun > span.canoff > b.can {
  display: none;
}

#post-fun > span > b.wait {
  color: #ccc;
  text-transform: none;
  text-align: center;
  cursor: default;
}

#post-fun > span > b.wait,
#post-fun > span > b:not(.wait):hover {
  background: #f5f5f5;
}

#post-fun > span > b > i {
  width: 12px;
  margin: 0 5px 0 0;
  line-height: 16px;
  text-align: center;
}

#posts > article > header:not(.stick) + #post-fun > span > b.pU > i.sd,
#posts > article > header.stick + #post-fun > span > b.pU > i.su,
#posts > article > header:not(.fold) + #post-fun > span > b.pF > i.off,
#posts > article > header.fold + #post-fun > span > b.pF > i.on {
  display: none;
}

#posts > article > header.stick + #post-fun > span > b.pU > span::before,
#posts > article > header.fold + #post-fun > span > b.pF > span::before {
  content: attr(data-un);
}

#post-like,
#post-comment {
  width: 638px;
  padding: 7px 0 0;
  background: url(../img/post.funbox.svg) -600px 0 no-repeat;
}

#post-like > p,
#comform,
#comlist,
#comnav {
  width: 600px;
  padding: 10px 19px;
  background: #f5f5f5;
}

#post-like > p:not(.wait) {
  padding-bottom: 8px;
}

#comform {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  user-select: none;
}

#post-like > p.wait,
#post-like > p.err,
#comlist.wait,
#comlist.err,
#comlist.no {
  height: 20px;
  color: #c0c0c0;
  line-height: 20px;
}

#post-like > p.wait::before,
#comlist.wait::before {
  margin: 0 0 0 5px;
  content: attr(data-wait);
}

#post-like > p.wait::after,
#comlist.wait::after {
  display: block;
  width: 12px;
  height: 12px;
  float: left;
  margin: 2px auto;
  border: 2px solid rgba(0,0,0,.15);
  border-left: 2px solid rgba(0,0,0,.35);
  border-radius: 50%;
  animation: waiting 1s linear infinite;
  content: '';
}

#post-like > p.err::before {
  color: #eb7350;
  content: attr(data-err);
}

#comlist.no::before {
  color: #888;
  content: attr(data-no);
}

#comlist.err::before {
  color: #eb7350;
  content: attr(data-err);
}

#post-like > p > span.btn,
#post-like > p > span.txt {
  display: inline;
  float: left;
  margin: 0 0 10px;
  user-select: none;
}

#post-like > p > span.btn {
  position: relative;
  height: 14px;
  padding: 6px 8px 5px;
  border-radius: 3px;
  color: #fc9f00;
  font-weight: bold;
  line-height: 14px;
  font-family: arial;
  letter-spacing: 1px;
  text-transform: capitalize;
  background: rgba(255,180,0,.2);
  cursor: pointer;
}

#post-like > p > span.wait::before {
  display: block;
  width: 10px;
  height: 10px;
  float: left;
  margin: 0 5px 0 0;
  border: 2px solid rgba(255,180,0,.4);
  border-left: 2px solid rgba(255,180,0,1);
  border-radius: 50%;
  animation: waiting 1s linear infinite;
  content: '';
}

#post-like > p > span.wait:hover::before {
  border-color: rgba(255,255,255,.4);
  border-left-color: rgba(255,255,255,1);
}

#post-like > p > span.wait,
#post-like > p > span.fab {
  cursor: default;
}

#post-like > p > span.fab,
#post-like > p > span.btn:not(.fab):hover {
  color: #fff;
  background: #ffb400;
}

#post-like > p > span.btn > i {
  display: inline;
  float: left;
  width: 12px;
  height: 12px;
  margin: 0 5px 0 0;
  background: url(../img/ico.heart.like.svg) no-repeat;
}

#post-like > p > span.wait > i {
  display: none;
}

#post-like > p > span.fab > i,
#post-like > p > span.btn:not(.fab):hover > i {
  background: url(../img/ico.heart.like_ok.svg) no-repeat;
}

#post-like > p > span.txt {
  height: 16px;
  padding: 5px 0 4px 15px;
  color: #fbba4a;
  font: normal 14px/16px 'petala_proitalic',arial;
  text-transform: capitalize;
  white-space: nowrap;
}

#post-like > p > span.zh {
  font-weight: bold;
  line-height: 16px;
  font-family: 'microsoft yahei',stheiti,simhei,tahoma;
}

#post-like > p > span.txt::after {
  content: attr(data-like_no);
  font: normal 14px/16px 'petala_proitalic',arial;
  text-transform: none;
}

#post-like > p > span.fab + span.txt::after {
  content: attr(data-like);
  margin: 0 0 0 1px;
}

#post-like > p > span.box {
  display: block;
  padding: 7px 0 0;
  border-top: 1px solid #e5e5e5;
  clear: both;
}

#post-like > p > span.box > i {
  display: inline-block;
  height: 18px;
  margin: 3px 3px 2px;
  padding: 0 4px;
  border: 1px solid #ececec;
  border-radius: 3px;
  color: #888;
  line-height: 18px;
  font-style: normal;
  text-transform: lowercase;
  background: #f9f9f9;
}

#post-like > p > span.box > i.tip {
  padding: 1px 5px;
  border: 0 none;
  background: none;
  user-select: none;
}

#post-like > p.wait > span,
#post-like > p.err > span {
  display: none;
}

#comform > div.avatar {
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 3px;
  background: #fff;
}

#comform > div.avatarhas {
  cursor: pointer;
}

#comform > div.avatar > img {
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 3px;
}

#comform > div.avatar > i.link {
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  right: -4px;
  bottom: -3px;
  background: url(../img/ico.heart.link.svg) no-repeat;
}

#comform > p.hea,
#comform > div.txt {
  margin: 0 0 0 36px;
  background: #fff;
}

#comform > p.hea {
  display: none;
  width: 554px;
  height: 25px;
  padding: 0 5px;
  border-radius: 3px 3px 0 0;
}

#comform > p.heaon {
  display: block;
}

#comform > p.hea > input,
#comform > div.txt > p > textarea,
#comform > p.btn > span > input {
  border: 0 none;
  color: #404040;
  font-size: 12px;
  background: transparent;
  outline: none;
}

#comform > p.hea > input {
  display: inline;
  float: left;
  width: 162px;
  height: 18px;
  border-bottom: 1px solid #efefef;
  padding: 3px 5px;
  line-height: 18px;
}

#comform > p.hea > input.err {
  border-bottom: 1px solid #fcbe9d;
}

#comform > p.hea > label {
  display: inline;
  float: left;
  width: 19px;
  height: 18px;
  padding: 3px 0;
  color: #ccc;
  font-weight: bold;
  line-height: 18px;
  text-align: center;
}

#comform > p.hea > label > small.size10 {
  width: 100%;
  height: 100%;
  transform-origin: 50% 60%;
}

#comform > div.txt {
  width: 544px;
  padding: 5px 10px;
  border-radius: 3px;
}

#comform.pte > p.hea,
#comform.pte > div.txt {
  background: #fffce8;
}

#comform > p.heaon + div.txt {
  border-radius: 0 0 3px 3px;
}

#comform > div.txt > p {
  position: relative;
}

#comform > div.txt > p > span {
  display: block;
  min-height: 40px;
  visibility: hidden;
  overflow: hidden;
}

#comform > div.txt > p > span > q,
#comform > div.txt > p > textarea {
  display: block;
  white-space: pre-wrap;
  word-wrap: break-word;
}

#comform > div.txt > p > textarea,
#comform > div.txt > p > span,
#comform > div.txt > p > span > q {
  line-height: 20px;
}

#comform > div.txt > p > i {
  position: absolute;
  display: none;
  bottom: 0;
  right: 0;
  height: 20px;
  color: #cfcfcf;
  font: normal 14px/20px 'petala_proitalic',arial;
}

#comform > div.txt > p > i::after {
  content: attr(data-c_r);
  margin: 0 0 0 3px;
  color: #eaeaea;
  font-size: 12px;
}

#comform > div.txt > p > i.cha {
  display: block;
}

#comform > div.txt > p > i.exc {
  color: #fcbe9d;
}

#comform > div.txt > p > i.exc::after {
  content: attr(data-c_e);
}

#comform > div.txt > p > textarea {
  position: absolute;
  top: 0;
  left: 0;
  width: 544px;
  height: 100%;
  overflow: hidden;
  background: none;
  resize: none;
}

#comform > div.txt > p > b.dprec {
  margin: 0 -5px 0 0;
}

#comform > p.btn {
  height: 24px;
  margin: 10px 0 0 36px;
}

#comform > p.btn > span.face,
#comform > p.btn > span.link,
#comform > p.btn > span.send {
  height: 16px;
  padding: 4px 5px;
  border-radius: 3px;
  line-height: 16px;
}

#comform > p.btn > span.face,
#comform > p.btn > span.link,
#comform > p.btn > span.send > b.status,
#comform > p.btn > span.send > input[type=submit] {
  cursor: pointer;
}

#comform > p.btn > span.face {
  float: left;
  width: 16px;
  background: url(../img/comment.face.svg) 0 50% no-repeat;
}

#comform > p.btn > span.smile {
  background-position: -26px 50%;
}

#comform > p.btn > span.link {
  float: left;
  width: 12px;
  background: url(../img/comment.link.svg) 50% 50% no-repeat;
}

#comform > p.btn > span.at {
  position: relative;
  height: 20px;
  float: left;
  padding: 2px 5px;
}

#comform > p.btn > span.at > span.people {
  float: left;
  max-width: 370px;
  height: 20px;
  overflow: hidden;
}

#comform > p.btn > span.at > span.people > i {
  float: left;
  height: 16px;
  margin: 0 5px 0 0;
  padding: 2px 5px;
  border-radius: 3px;
  color: #afafaf;
  line-height: 16px;
  font-style: normal;
  font-family: 'lucida grande','lucida sans unicode',arial;
  text-transform: capitalize;
  background: #ececec;
}

#comform > p.btn > span.at > span.people > i > i {
  margin: 0 3px 0 0;
}

#comform > p.btn > span.at > span.people > i.cc {
  cursor: help;
}

#comform > p.btn > span.at > span.people > i:last-child {
  margin: 0;
}

#comform > p.btn > span.at > i.atadd {
  float: right;
  width: 12px;
  height: 12px;
  padding: 4px;
  background: url(../img/ico.show.svg) 50% 50% no-repeat;
  cursor: pointer;
}

#comform > p.btn > span.at > i.on {
  background: url(../img/ico.hide.svg) 50% 50% no-repeat;
}

#hubatbox {
  position: absolute;
  display: none;
  width: 142px;
  top: 20px;
  right: -117px;
  z-index: 1;
  margin: 8px 0 0;
  padding: 7px 0 0;
  background: url(../img/comment.boxarr.svg) no-repeat;
}

#comform > p.btn > span.at > i.on + #hubatbox {
  display: block;
}

#hubatbox > span {
  display: block;
  width: 120px;
  padding: 10px;
  border: 1px solid #d9d9d9;
  border-top: 0 none;
  background: #efefef;
}

#hubatbox > span > input {
  display: block;
  width: 100px;
  height: 16px;
  padding: 2px 18px 2px 2px;
  border: 0 none;
  color: #888;
  font: normal 11px/16px 'microsoft yahei',stheiti,simhei,tahoma;
  background: #fff url(../img/query.search.svg) 103px 50% no-repeat;
  outline: none;
}

#hubatbox > span > span.list {
  display: block;
  width: 120px;
  min-height: 20px;
  padding: 10px 0 0;
  color: #b5b5b5;
  line-height: 20px;
}

#hubatbox > span > span.wait {
  position: relative;
}

#hubatbox > span > span.wait::before {
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  left: 0;
  right: 0;
  margin: 3px auto;
  border: 2px solid rgba(0,0,0,.15);
  border-left: 2px solid rgba(0,0,0,.35);
  border-radius: 50%;
  animation: waiting 1s linear infinite;
  content: '';
}

#hubatbox > span > span.list > span {
  display: block;
  width: 120px;
  height: 20px;
  margin: 0 0 7px;
  background: #e7e7e7;
}

#hubatbox > span > span.list > span:last-child {
  margin: 0;
}

#hubatbox > span > span.list > span > b {
  display: block;
  width: 115px;
  height: 20px;
  padding: 0 0 0 5px;
  font-weight: normal;
}

#hubatbox > span > span.list > span > b > span.name {
  display: inline;
  float: left;
  width: 95px;
  height: 20px;
  line-height: 20px;
  font-family: 'lucida grande','lucida sans unicode',arial;
  text-transform: capitalize;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

#hubatbox > span > span.list > span > b > i.add {
  display: inline;
  float: right;
  width: 20px;
  height: 20px;
  background: url(../img/info.show.svg) 50% 50% no-repeat;
  cursor: pointer;
}

#hubatbox > span > span.list > span > i {
  display: block;
  width: 120px;
  height: 20px;
  margin: -20px 0 0;
  background: #f9f9f9;
}

#comform > p.btn > span.send {
  float: right;
  width: 81px;
  background: #fff;
}

#comform > p.btn > span.send > b.status {
  float: left;
  width: 22px;
  height: 16px;
  padding: 0 5px 0 0;
  border-right: 1px solid #e5e5e5;
}

#comform > p.btn > span.send > b.status > i.ico {
  display: block;
  width: 22px;
  height: 14px;
  margin: 1px 0;
  background: url(../img/comment.unlock.svg) 50% 0 no-repeat;
}

#comform > p.btn > span.send > b.status > i.pte {
  background-image: url(../img/comment.lock.svg);
}

#comform > p.btn > span.send > input[type=submit] {
  float: right;
  width: 48px;
  height: 16px;
  padding: 0 0 0 5px;
  text-transform: capitalize;
  box-sizing: content-box;
}

#comtip {
  display: none;
  position: absolute;
  left: 55px;
  bottom: 10px;
  width: 370px;
  height: 24px;
  background: #f5f5f5;
}

#comtip > div {
  width: 370px;
  height: 24px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

#comtip > div.wait {
  color: #ffb455;
}

#comtip > div.wait::before {
  display: block;
  width: 10px;
  height: 10px;
  float: left;
  margin: 5px 5px 5px 0;
  border: 2px solid rgba(255,180,85,.4);
  border-left: 2px solid rgba(255,180,85,1);
  border-radius: 50%;
  animation: waiting 1s linear infinite;
  content: '';
}

#comtip > div.err {
  color: #eb7350;
}

#comtip > div.err::before {
  margin: 0 3px 0 0;
  content: attr(data-err);
}

#comform > #facebox {
  position: absolute;
  left: 58px;
  z-index: 1;
  margin: 4px 0 0;
  padding: 7px 0 0;
  background: url(../img/comment.boxarr.svg) no-repeat;
}

#comnav {
  padding: 0 19px;
  user-select: none;
}

#comnav > p {
  padding: 12px 0;
  border-top: 1px solid #e5e5e5;
  overflow: hidden;
}

#comnav > p > span {
  height: 16px;
  line-height: 16px;
  cursor: pointer;
}

#comnav > p > span.prev,
#comnav > p > span.refresh {
  padding: 0 10px;
  margin: 4px 0;
  color: #afafaf;
}

#comnav > p > span.refresh {
  display: inline;
  float: left;
}

#comnav > p > span.prev,
#comnav > p > span.next {
  display: none;
}

#comnav > p > span.prev {
  border-right: 1px solid #ddd;
}

#comnav.prev > p > span.prev {
  display: inline;
  float: left;
}

#comnav > p > span.next {
  padding: 4px 10px;
  border-radius: 3px;
  color: #888;
  background: #fff;
}

#comnav.next > p > span.next {
  display: inline;
  float: right;
}

#comnav > p > span.wait {
  cursor: default;
}

#comnav > p > span.wait::before {
  display: block;
  width: 10px;
  height: 10px;
  float: left;
  margin: 1px 5px 1px 0;
  border: 2px solid rgba(0,0,0,.15);
  border-left: 2px solid rgba(0,0,0,.35);
  border-radius: 50%;
  animation: waiting 1s linear infinite;
  content: '';
}

#post-comment div.mask {
  position: absolute;
  display: none;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(247,247,247,.5);
}

#comlist > ul li.edit {
  position: relative;
}

#comlist > ul li.edit > div.mask {
  display: block;
}

#hubatbox > span > span.wait > span,
#comlist.wait > ul,
#comlist.wait > div,
#comlist.wait + nav,
#comlist.err > ul,
#comlist.err > div,
#comlist.err + nav,
#comlist.no > ul,
#comlist.no > div,
#comlist.no + nav {
  display: none;
}

#comlist > ul > li {
  margin: 0 0 7px;
  padding: 0 0 7px;
  border-bottom: 1px solid #e5e5e5;
}

#comlist > ul > li:last-child {
  margin: 0;
  padding: 0;
  border-bottom: 0 none;
}

#comlist > ul > li.last {
  height: 30px;
  padding: 0 10px 0;
  color: #afafaf;
  line-height: 30px;
}

#comlist > ul > li > ul {
  padding: 7px 0 0;
}

#comlist > ul > li > ul > li {
  padding: 0 0 7px;
}

#comlist > ul > li > ul > li:last-child {
  padding: 0;
}

#comlist > ul > li > ul > li > div[id^=comment],
#comlist > ul > li > ul > li > div.pte {
  padding: 7px 0 0;
  border-top: 1px solid #e5e5e5;
}

#comlist > ul > li div.pte {
  color: #666;
  user-select: none;
}

#comlist > ul > li div.pte > i.ico {
  display: inline;
  float: left;
  width: 20px;
  height: 24px;
  margin: 0 2px 0 3px;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

#comlist > ul > li > div.pte > i.fold {
  display: inline;
  float: right;
  width: 14px;
  height: 14px;
  padding: 5px;
  background: url(../img/comment.pte.show.svg) 50% 50% no-repeat;
  cursor: pointer;
}

#comlist > ul > li > div.fold > i.fold {
  background: url(../img/comment.pte.hide.svg) 50% 50% no-repeat;
}

#comlist > ul > li > div.pte + ul {
  display: none;
}

#comlist > ul > li > div.fold + ul {
  display: block;
}

#comlist > ul > li div[id^=comment] {
  position: relative;
}

#comlist > ul > li div[id^=comment].tip {
  animation: itemtip .3s;
}

#comlist > ul > li div[id^=comment] > div.com-ava {
  position: absolute;
  width: 24px;
  height: 24px;
  user-select: none;
}

#comlist > ul > li div[id^=comment].tgt > div.com-ava::before {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  margin: 4px 0 0 -17px;
  background: url(../img/comment.potgtid.svg) 50% 50% no-repeat;
  content: '';
}

#comlist > ul > li div[id^=comment] > div.com-ava > img {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

#comlist > ul > li div[id^=comment] > div.com-ava > i.link {
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  right: -3px;
  bottom: -2px;
  background: url(../img/ico.heart.link.svg) no-repeat;
}

#comlist > ul > li div[id^=comment] > div.com-hea,
#comlist > ul > li div[id^=comment] > div.com-txt,
#comlist > ul > li div[id^=comment] > div.com-btn,
#comlist > ul > li > ul > li > div[id^=comment],
#comlist > ul > li > ul > li > div.pte {
  width: 570px;
  margin: 0 0 0 30px;
}

#comlist > ul > li > ul > li > div[id^=comment] > div.com-hea,
#comlist > ul > li > ul > li > div[id^=comment] > div.com-txt,
#comlist > ul > li > ul > li > div[id^=comment] > div.com-btn {
  width: 540px;
}

#comlist > ul > li div[id^=comment] > div.com-hea,
#comlist > ul > li div[id^=comment] > div.com-btn {
  height: 24px;
  user-select: none;
}

#comlist > ul > li div[id^=comment] > div.com-hea > span.au {
  display: inline;
  float: left;
  max-width: 100px;
  height: 24px;
  margin: 0 4px 0 0;
  font-family: arial;
  text-transform: capitalize;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

#comlist > ul > li div[id^=comment] > div.com-hea > span.au > a {
  color: #404040;
  text-decoration: none;
  border-bottom: 1px dotted #888;
}

#comlist > ul > li div[id^=comment] > div.com-hea > span.at {
  display: inline;
  float: left;
  max-width: 310px;
  height: 24px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

#comlist > ul > li > ul > li > div[id^=comment] > div.com-hea > span.at {
  max-width: 290px;
}

#comlist > ul > li div[id^=comment] > div.com-hea > span.at > i.at {
  margin: 0 2px 0 1px;
}

#comlist > ul > li div[id^=comment] > div.com-hea > span.at > i:not(.at) {
  margin: 0 3px 0 0;
  font-style: normal;
  text-transform: capitalize;
}

#comlist > ul > li div[id^=comment] > div.com-hea > span.at > i:not(.at):not(:last-child)::after {
  margin: 0 1px;
  color: #888;
  content: attr(data-join);
}

#comlist > ul > li div[id^=comment] > div.com-hea > time {
  display: inline;
  float: left;
  max-width: 100px;
  height: 24px;
  color: #999;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

#comlist > ul > li div[id^=comment] > div.com-hea > time::before {
  margin: 0 3px 0 0;
  color: #bbb;
  content: attr(data-join);
}

#comlist > ul > li div[id^=comment] > div.com-txt {
  text-align: justify;
}

#comlist > ul > li div[id^=comment] > div.com-txt a {
  margin: 0 2px;
  padding: 1px 2px 1px 18px;
  color: #eb7350;
  text-decoration: none;
  background: url(../img/ico.po.link.svg) 0 50% no-repeat;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

#comlist > ul > li > div[id^=comment] > div.com-txt img {
  max-width: 520px;
}

#comlist > ul > li > ul > li > div[id^=comment] > div.com-txt img {
  max-width: 490px;
}

#comlist > ul > li div[id^=comment] > div.com-btn > span {
  height: 24px;
}

#comlist > ul > li div[id^=comment] > div.com-btn > span.tip {
  float: left;
}

#comlist > ul > li div[id^=comment] > div.com-btn > span.btn {
  float: right;
}

#comlist > ul > li div[id^=comment] > div.com-btn > span > b {
  float: left;
  height: 24px;
  line-height: 24px;
  font-weight: normal;
  text-transform: capitalize;
}

#comlist > ul > li div[id^=comment] > div.com-btn > span.btn > b {
  margin: 0 0 0 10px;
  color: #999;
  cursor: pointer;
}

#comlist > ul > li div[id^=comment] > div.com-btn > span.btn > b:first-child {
  margin: 0;
}

#comlist > ul > li div[id^=comment] > div.com-btn > span.tip > b.pte {
  color: #ccc;
  text-transform: uppercase;
}

#comlist > ul > li div[id^=comment] > div.com-btn > span.btn > b.unre {
  position: relative;
}

#comlist > ul > li div[id^=comment] > div.com-btn > span.tip > b > small.size11 {
  transform-origin: 0 50%;
}

#comlist > ul > li div[id^=comment] > div.com-btn > span.btn > b > small.size11 {
  transform-origin: 100% 50%;
}

#comlist > ul > li div[id^=comment] > div.com-btn > span > b > small.size11 > i {
  float: left;
  height: 24px;
  margin: 0 3px 0 0;
  line-height: 24px;
}

#comlist > ul > li div[id^=comment] > div.com-btn > span.tip > b.pte > small.size11 > i {
  font-size: 18px;
}

#comlist > ul > li div[id^=comment] > div.com-btn > span.btn > b.re > i.t {
  display: none;
}

#comlist > ul > li div[id^=comment] > div.com-btn > span.btn > b.unre > i.t {
  position: absolute;
  display: block;
  float: right;
  top: 0;
  right: -8px;
  width: 8px;
  height: 8px;
  margin: 0;
  background: url(../img/info.current.svg) no-repeat;
}

#comlist > ul > li div[id^=comment] > div.com-vot {
  position: absolute;
  top: 30px;
  width: 24px;
  height: 14px;
  user-select: none;
}

#comlist > ul > li > ul > li > div[id^=comment] > div.com-vot {
  top: 37px;
}

#comlist > ul > li div[id^=comment] > div.com-vot > span.cnt {
  display: block;
  width: 24px;
  height: 14px;
  border-radius: 3px;
  color: #afafaf;
  line-height: 14px;
  font-family: arial;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #ececec;
  overflow: hidden;
  cursor: pointer;
}

#comlist > ul > li div[id^=comment] > div.com-vot > span.cnt > small.size11 {
  position: relative;
  left: 50%;
  transform: scale(.92) translateX(-50%);
  transform-origin: 0 50%;
}

#comlist > ul > li div[id^=comment] > div.com-vot > span.cnt > small.size11 > i.err {
  color: #eb7350;
}

#comlist > ul > li div[id^=comment] > div.com-vot > span.btn {
  position: absolute;
  display: none;
  left: -50px;
  bottom: 17px;
  z-index: 1;
  width: 124px;
  height: 48px;
  padding: 0 0 6px;
  background: url(../img/comment.vote.svg) 50% 100% no-repeat;
}

@keyframes votmove {
  0% {bottom: 7px;opacity: 0;}
  100% {bottom: 17px;opacity: 1;}
}

#comlist > ul > li div[id^=comment] > div.com-vot > span.votact {
  display: block;
  animation: votmove .2s;
}

#comlist > ul > li div[id^=comment] > div.com-vot > span.btn > span {
  display: block;
  width: 114px;
  height: 35px;
  padding: 6px 4px;
  border: 1px solid #d9d9d9;
  border-bottom: 0 none;
  background: #fff;
}

#comlist > ul > li div[id^=comment] > div.com-vot > span.btn > span > b {
  width: 55px;
  height: 35px;
  font-weight: normal;
  text-align: center;
  cursor: pointer;
}

#comlist > ul > li div[id^=comment] > div.com-vot > span.btn > span > b.sel {
  cursor: default;
}

#comlist > ul > li div[id^=comment] > div.com-vot > span.btn > span > b.sup {
  float: left;
}

#comlist > ul > li div[id^=comment] > div.com-vot > span.btn > span > b.opos {
  float: right;
}

#comlist > ul > li div[id^=comment] > div.com-vot > span.btn > span > b > i {
  display: block;
  width: 35px;
  height: 20px;
  margin: 0 10px;
  color: #666;
  font-size: 18px;
  line-height: 20px;
}

#comlist > ul > li div[id^=comment] > div.com-vot > span.btn > span > b.sel1 > i {
  color: #ffb400;
}

#comlist > ul > li div[id^=comment] > div.com-vot > span.btn > span > b.sel2 > i {
  color: #bbb;
}

#comlist > ul > li div[id^=comment] > div.com-vot > span.btn > span > b > span {
  display: block;
  width: 55px;
  height: 15px;
  line-height: 15px;
  text-transform: capitalize;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

#comlist > ul > li div[id^=comment] > div.com-vot > span.btn > span > b > span > small.size11 {
  position: relative;
  left: 50%;
  transform: scale(.92) translateX(-50%);
  transform-origin: 0 50%;
}

#comlist > ul > li div[id^=comment] > div.com-vot > span.btn > span > b > span > small.size11 > span.tip {
  color: #999;
  margin: 0 0 0 3px;
}

#comlist > ul > li #comform {
  padding: 5px 0 0;
  border: 0 none;
}

#comlist > ul > li #comform::before {
  display: block;
  width: 16px;
  height: 8px;
  margin: 0 0 0 555px;
  background: url(../img/reply.tip.svg) 0 0 no-repeat;
  content: '';
}

#comlist > ul > li #comform.pte::before {
  background-position-x: -20px;
}

#comlist > ul > li #comform > p.btn > span.at > #hubatbox {
  margin: 5px 0 0;
}

#comlist > ul > li #comform > #comtip {
  left: 36px;
  bottom: 0;
}

#comlist > ul > li #comform > #facebox {
  left: 39px;
  margin: 1px 0 0;
}

#post-author {
  position: absolute;
  display: none;
  left: -14px;
  bottom: 100%;
  margin: 0 0 -3px 0;
  padding: 0 0 8px 0;
  background: url(../img/post.audlg.svg) 0 100% no-repeat;
  z-index: 6;
}

#post-author.on {
  display: block;
}

#post-author > div {
  border: 1px solid #d9d9d9;
  border-bottom: 0 none;
  background: #fff;
}

#post-author > div.wait {
  width: 58px;
  height: 20px;
  padding: 10px;
}

#post-author > div.wait::before {
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  left: 0;
  right: 0;
  margin: 2px auto;
  border: 2px solid rgba(0,0,0,.15);
  border-left: 2px solid rgba(0,0,0,.35);
  border-radius: 50%;
  animation: waiting 1s linear infinite;
  content: '';
}

#post-author > div.wait > div {
  display: none;
}

#post-load {
  position: absolute;
  display: none;
  top: 15px;
  left: 0;
  right: 0;
  z-index: -1;
}

#content.wait > #post-load {
  display: block;
}