* {
  background: 0 0;
  margin: 0;
  padding: 0;
  outline: none;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
select {
  vertical-align: middle;
}
article,
aside,
figure,
figure img,
hgroup,
footer,
header,
nav,
section,
main {
  display: block;
}
img {
  max-width: 100%;
}
.clr {
  clear: both;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
body {
  font: 15px "Rubik", sans-serif;
  line-height: normal;
  padding: 0;
  margin: 0;
  color: #e6edf3;
  background-color: #0d1117;
  min-height: 100%;
  width: 100%;
  font-weight: 400;
}
a {
  color: #e6edf3;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2ea043;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 600;
  font-size: 18px;
}
button,
textarea,
input[type="text"],
input[type="password"] {
  appearance: none;
  -webkit-appearance: none;
  font-size: 16px;
  font-family: "Rubik" !important;
}
.button,
.btn,
.pagi-load a,
.up-second li a,
.usp-edit a,
.qq-upload-button,
button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
.meta-fav a,
.usp-btn a {
  display: inline-block;
  text-align: center;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  border-radius: 6px;
  cursor: pointer;
  color: #fff;
  background-color: #238636;
  font-size: 16px;
  font-weight: 400;
}
.button:hover,
.btn:hover,
.up-second li a:hover,
.usp-edit a:hover,
.qq-upload-button:hover,
.pagi-load a:hover,
.usp-btn a:hover,
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.meta-fav a:hover {
  background-color: #2ea043;
  color: #fff;
  box-shadow: 0 10px 20px 0 transparent;
}
button:active,
input[type="button"]:active,
input[type="submit"]:active {
  box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}
input[type="text"],
input[type="password"] {
  height: 40px;
  line-height: 40px;
  border-radius: 6px;
  border: 1px solid #30363d;
  padding: 0 15px;
}
select {
  height: 40px;
  border: 1px solid #30363d;
  padding: 0 15px;
  border-radius: 6px;
}
textarea {
  padding: 15px;
  overflow: auto;
  vertical-align: top;
  resize: vertical;
  border: 1px solid #30363d;
  border-radius: 6px;
}
input[type="text"],
input[type="password"],
select,
textarea {
  width: 100%;
  background-color: #0d1117;
  color: #e6edf3;
}
select {
  width: auto;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
  border-color: #2ea043;
}
input:focus::placeholder,
textarea:focus::placeholder {
  color: transparent;
}
.img-box,
.img-wide,
.img-square,
.img-resp,
.img-resp-vert,
.img-resp-sq,
.img-fit {
  overflow: hidden;
  position: relative;
}
.img-resp {
  padding-top: 60%;
}
.img-resp-vert {
  padding-top: 124%;
}
.img-resp-sq {
  padding-top: 100%;
}
.img-box img,
.img-square img,
.img-resp img,
.img-resp-vert img,
.img-resp-sq img {
  width: 100%;
  min-height: 100%;
  display: block;
}
.img-resp img,
.img-resp-vert img,
.img-resp-sq img {
  position: absolute;
  left: 0;
  top: 0;
}
.img-wide img {
  width: 100%;
  display: block;
}
.img-fit img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fx-row,
#dle-content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.fx-col {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.fx-center {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.fx-middle {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.fx-start {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.fx-first {
  -ms-flex-order: -1;
  -webkit-order: -1;
  order: -1;
}
.fx-last {
  -ms-flex-order: 10;
  -webkit-order: 10;
  order: 10;
}
.fx-1,
.hnav li {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  min-width: 50px;
}
.fx-between {
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
b,
strong,
.fw700 {
  font-weight: 600;
}
.icon-left .fa,
.icon-left .icon,
.icon-left .fas,
.icon-left .far,
.icon-left .fal {
  margin-right: 10px;
}
.icon-right .fa,
.icon-right .icon,
.icon-right .fas,
.icon-right .far,
.icon-right .fal {
  margin-left: 10px;
}
.hidden,
#dofullsearch {
  display: none;
}
.anim {
  transition: color 0.3s, background-color 0.3s, opacity 0.3s;
}
.anim-all {
  transition: all 0.3s;
}
.mtitle,
.sub-title h1,
.form-wrap h1 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
}
#dle-content > *:not(.track-item) {
  width: 100%;
}
@font-face {
  font-family: "Rubik";
  src: url(../webfonts/ProximaNova-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Rubik";
  src: url(../webfonts/ProximaNova-Semibold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Rubik";
  src: url(../webfonts/ProximaNova-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Rubik";
  src: url(../webfonts/ProximaNova-Extrabld.woff) format("woff");
  font-weight: 800;
  font-style: normal;
}
.wrap {
  min-width: 320px;
  position: relative;
  padding-bottom: 60px;
  overflow: hidden;
}
.wrap-center {
  background-color: #161b22;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 20;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 4px 12px;
}
.header {
  padding: 20px;
  background-color: #21262d;
}
.content {
}
.main {
  background-color: #161b22;
  min-height: 80vh;
  padding: 30px;
}
.side-box {
  background-color: #21262d;
  padding: 20px;
}
.side-box-pop {
  background-color: #21262d;
  padding: 20px;
  border: 1px solid #30363d;
  border-radius: 6px;
}
.sidebar {
  width: 300px;
}
.footer {
  line-height: 1.5;
  padding: 40px 30px;
  background-color: #21262d;
}
.ft-desc span {
  color: #2ea043;
  text-decoration: underline;
}
.ft-count {
  display: inline-block;
}
.ft-count > * {
  display: block;
}
#gotop {
  width: 31px;
  height: 31px;
  line-height: 31px;
  cursor: pointer;
  font-size: 16px;
  border-radius: 6px;
  text-align: center;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  display: inline-block;
  background-color: #238636;
  color: #fff;
  display: none !important;
}
.logo {
  display: block;
  width: 280px;
  border-right: 1px solid #30363d;
  margin-right: 30px;
}
.logo img {
  padding-right: 40px;
}
.hdesc {
  border-left: 1px solid #30363d;
  padding-left: 20px;
  margin-left: 0px;
  font-size: 13px;
  line-height: 1.6;
  color: #8b949e;
  margin-right: 70px;
}
.side-bt {
  font-weight: 600;
  font-size: 18px;
  padding-bottom: 15px;
  padding-left: 5px;
  font-weight: 800;
  color: #2ea043;
}
.side-bt-pop {
  font-weight: 600;
  font-size: 18px;
  padding-bottom: 15px;
  padding-left: 5px;
  font-weight: 800;
  color: #2ea043;
}
.side-bt .fas {
  color: #2ea043;
  margin-right: 10px;
}
.main-nav {
  font-size: 15px;
}
.main-nav li {
  position: relative;
  z-index: 10;
}
.main-nav a {
  color: #e6edf3;
  height: 40px;
  line-height: 40px;
  position: relative;
  display: block;
  padding: 0 0 0 25px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main-nav a:before {
  content: "\f111";
  font-family: "font awesome 5 pro";
  color: #2ea043;
  position: absolute;
  left: 5px;
  top: 0;
  font-size: 9px;
  font-weight: 900;
}
.main-nav li:hover a:before {
  content: "\f111";
  font-family: "font awesome 5 pro";
  color: #8b949e;
  position: absolute;
  left: 5px;
  top: 0;
  font-size: 9px;
  font-weight: 900;
}
.track-nav {
  font-size: 15px;
}
.track-nav li {
  position: relative;
  z-index: 10;
}
.track-nav a {
  height: 36px;
  line-height: 36px;
  position: relative;
  display: block;
  padding: 0 0 0 25px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.track-nav a:before {
  content: "\f04b";
  font-family: "font awesome 5 pro";
  color: #2ea043;
  position: absolute;
  left: 5px;
  top: 0;
  font-size: 12px;
  font-weight: 900;
}
.track-nav li:hover a:before {
  content: "\f04b";
  font-family: "font awesome 5 pro";
  color: #8b949e;
  position: absolute;
  left: 5px;
  top: 0;
  font-size: 12px;
  font-weight: 900;
}
.search-wrap {
  position: relative;
  width: 340px;
}
.search-box input,
.search-box input:focus {
  padding: 0 50px 0 20px;
  box-shadow: none;
  background-color: #0d1117;
  height: 40px;
  line-height: 40px;
  border-radius: 6px;
  color: #e6edf3;
}
.search-box input:not(:focus)::placeholder {
  color: #8b949e;
  opacity: 0.6;
  font-size: 14px;
}
.search-box button {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  width: 40px;
  background: 0 0;
  color: #e6edf3;
  font-size: 19px;
  padding: 0;
  height: 40px;
  line-height: 40px;
  border-radius: 0;
}
.sect + .sect {
  margin-top: 40px;
}
.side-box + .side-box {
  margin-top: 20px;
}
.fcaption + .sect {
  margin-top: 40px;
}
.sect-header {
  margin-bottom: 20px;
}
.sect-title {
  font-size: 26px;
  font-weight: 800;
}
.sect-title-small {
  font-size: 18px;
}
.sect-title span,
.fplay-title span,
.site-desc h1 span,
.site-desc h2 span {
  color: #2ea043;
}
.sect-title .far,
.side-bt .far,
.speedbar .fas {
  color: #8b949e;
  margin-right: 10px;
}
.speedbar {
  font-size: 12px;
  color: #8b949e;
  margin-bottom: 15px;
}
.sect-bg {
  background-color: #21262d;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  padding: 20px;
  border-radius: 6px;
}
.sect-col {
  width: 100%;
}
.track-item,
.track-item-pop {
  width: 100%;
}
.track-item {
  background-color: transparent;
  padding: 12px 12px 12px 0px;
  position: relative;
  margin-bottom: 0;
  border-bottom: 1px solid #30363d;
}
.track-item-pop {
  background-color: #21262d;
  padding: 6px;
  position: relative;
}
.track-item:nth-child(2n + 1) {
  background-color: rgba(255, 255, 255, 0.02);
}
.track-item-pop:nth-child(2n + 1) {
  background-color: #161b22;
}
.track-desc {
  display: block;
  font-size: 15px;
}
.track-time {
  font-size: 14px;
  margin-left: 15px;
  color: #8b949e;
}
.track-dl {
  margin-left: 10px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  color: #2ea043;
  font-size: 18px;
}
.track-title {
}
.track-subtitle {
  font-size: 15px;
  margin-top: 6px;
  color: #8b949e;
}
.track-play {
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border-radius: 21px;
  margin-right: 12px;
  font-size: 15px;
  padding-left: 3px;
  cursor: pointer;
  background: #238636;
  color: #fff;
}
.track-item.js-item-played {
}
.js-item-played .fa-play:before {
  content: "\f04c";
}
.js-item-played .track-play {
  padding-left: 0;
  background: #2ea043;
  color: #fff;
}
.track-play:hover {
  background: #2ea043;
  color: #fff;
}
.site-desc {
  line-height: 1.6;
  font-size: 15px;
  color: #8b949e;
  padding: 20px;
  border-top: 1px solid #30363d;
}
.site-desc h1,
.site-desc h2 {
  font-size: 18px;
  font-weight: 600;
  color: #e6edf3;
  margin-bottom: 10px;
}
.site-desc a {
  color: #2ea043;
  text-decoration: underline;
}
.bottom-nav {
  padding-top: 22px;
}
.navigation a,
.navigation span,
.pnext a,
.pprev a,
.pprev > span,
.pnext > span {
  display: inline-block;
  padding: 0 15px;
  margin: 4px 2px 0;
  line-height: 50px;
  min-width: 50px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  background-color: #21262d;
  color: #e6edf3;
  border: 1px solid #30363d;
  border-radius: 6px;
}
.navigation span:not(.nav_ext),
.navigation a:hover {
  background: #238636;
  color: #fff;
  border-color: #238636;
}
.wplayer {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 997;
  background-color: #21262d;
  color: #fff;
  border-top: 1px solid #30363d;
}
.audioplayer {
  max-width: 1100px;
  width: calc(100% - 40px);
  margin: 0 auto;
  height: 70px;
}
.audioplayer audio {
  display: none;
}
.audioplayer-bar {
  position: relative;
  height: 10px;
  width: 500px;
  background-color: #30363d;
  border-radius: 0;
  margin-left: 20px;
}
.audioplayer-bar-loaded {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 0;
}
.audioplayer-bar-played {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 10;
  border-radius: 0;
  background-color: #238636;
}
.audioplayer-volume {
  position: relative;
  z-index: 100;
  margin-left: 20px;
  font-size: 18px;
}
.audioplayer-muted .fa-volume-up:before {
  content: "\f6a9";
}
.audioplayer-volume-button a {
  color: #8b949e;
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.audioplayer-volume-adjust {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 30px;
  height: 100px;
  background-color: #161b22;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  padding: 10px;
  display: none;
}
.audioplayer-volume-adjust > div {
  width: 10px;
  height: 80px;
  border-radius: 0;
  position: relative;
  cursor: pointer;
  background-color: #0d1117;
  overflow: hidden;
}
.audioplayer-volume-adjust > div > div {
  width: 100% !important;
  background-color: #238636;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
}
.audioplayer-volume:hover .audioplayer-volume-adjust {
  display: block;
}
.ap-dl {
  font-size: 18px;
  color: #8b949e;
  margin-left: 20px;
}
.ap-time {
  font-size: 12px;
  color: #8b949e;
  margin-left: 20px;
  width: 80px;
}
.audioplayer-time-current:after {
  content: "/";
  display: inline;
  margin: 0 6px;
}
.ap-desc {
  width: 300px;
}
.ap-img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 6px;
}
.ap-artist {
  font-size: 14px;
  margin-top: 5px;
  color: #8b949e;
}
.ap-title {
  font-size: 16px;
}
.ap-btns {
  margin-right: 20px;
}
.audioplayer-playpause a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  display: block;
  position: relative;
  margin: 0 20px;
  background: #238636;
  color: #fff;
}
.ap-prev,
.ap-next {
  cursor: pointer;
  color: #8b949e;
  font-size: 18px;
}
.ap-prev:hover,
.ap-next:hover,
.audioplayer-volume-button a:hover,
.ap-dl:hover {
  opacity: 1;
  color: #fff;
}
.audioplayer-stopped .audioplayer-playpause a {
  padding-left: 3px;
}
.audioplayer-playpause a:hover {
  background: #2ea043;
  color: #fff;
}
.wplayer-init .audioplayer-playpause .fas:before {
  content: "\f04b";
  padding-left: 1px;
}
.fheader {
  margin-bottom: 15px;
}
.fheader h1 {
  font-size: 26px;
  margin-bottom: 20px;
}
.fmain {
  margin-bottom: 20px;
}
.ftext {
  max-height: 260px;
  overflow-x: hidden;
  overflow-y: auto;
}
.fmeta {
  width: 250px;
}
.finfo {
  margin: 0 0 0 20px;
  font-size: 13px;
}
.finfo li {
  display: flex;
  justify-content: flex-start;
  position: relative;
  padding: 5px 0;
}
.finfo li > span:first-child {
  color: #8b949e;
  margin-right: 5px;
}
.finfo a {
  color: #2ea043;
  border-bottom: 1px dotted #2ea043;
}
.fimg {
  width: 140px;
  height: 140px;
}
.fimg img {
  border-radius: 50%;
}
.fcaption {
  font-size: 14px;
  color: #8b949e;
  line-height: 1.6;
  margin-bottom: 20px;
  border-top: 4px solid #30363d;
  padding-top: 10px;
}
.fplay {
  cursor: pointer;
  height: 60px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  background: #238636;
  width: 100%;
  color: #fff;
  padding: 0 20px 0 80px;
}
.fplay-icon {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 60px;
  background: rgba(0, 0, 0, 0.2) !important;
}
.fplay-title {
  line-height: 20px;
  max-height: 40px;
  overflow: hidden;
  font-size: 13px;
}
.fdl {
  margin-top: 20px;
  background-color: #238636;
  color: #fff;
  font-weight: 700;
  width: 100%;
  text-align: center;
}
.fdl:hover {
  background-color: #2ea043;
  color: #fff;
}
.fplay:hover {
  background: #2ea043;
  color: #fff;
}
.js-item-played .js-play .fplay-icon {
  padding-left: 0;
  background-color: #2ea043;
}
.video-box embed,
.video-box object,
.video-box video,
.video-box iframe,
.video-box frame {
  max-width: 100% !important;
  display: block;
  width: 100%;
  height: 500px;
}
.mejs-container {
  max-width: 100% !important;
}
.full-text {
  line-height: 1.9;
  font-size: 15px;
  color: #e6edf3;
}
.full-text img:not(.emoji) {
  max-width: 100%;
  margin: 10px 0;
}
.full-text > img[style*="left"],
.full-text > .highslide img[style*="left"] {
  margin: 0 10px 10px 0;
}
.full-text > img[style*="right"],
.full-text > .highslide img[style*="right"] {
  margin: 0 0 10px 10px;
}
.full-text a {
  text-decoration: underline;
  color: #58a6ff;
}
.speedbar .fa {
  font-size: 11px;
  margin: 0px 5px;
}
.full-text a:hover {
  text-decoration: none;
}
.full-text h2,
.full-text h3,
.full-text h4,
.full-text h5 {
  margin: 10px 0;
  font-size: 24px;
  font-weight: 300;
}
.full-text p {
  margin-bottom: 10px;
}
.full-text ul,
.full-text ol {
  margin: 0;
}
.full-text ul li {
  list-style: disc;
  margin-left: 40px;
}
.full-text ol li {
  list-style: decimal;
  margin-left: 40px;
}
.full-taglist a {
  color: #58a6ff;
}
.full-taglist {
  margin-top: 20px;
}
.full-taglist span:not(.fa):not(:last-child):after {
  content: ",";
  display: inline;
}
.btn-menu {
  display: none;
}
.side-panel {
  width: 280px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #161b22;
  padding: 0;
  padding-top: 0;
  z-index: 9999;
  position: fixed;
  left: -320px;
  top: 0;
  transition: left 0.4s;
}
.side-panel.active {
  left: 0;
}
.close-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9998;
  display: none;
}
.btn-close {
  cursor: pointer;
  display: block;
  left: 280px;
  top: -40px;
  position: fixed;
  z-index: 9999;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  background-color: #da3633;
  color: #fff;
  transition: top 0.4s;
  -webkit-transition: top 0.4s;
}
.btn-close.active {
  top: 0;
}
body.opened-menu {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.side-panel .main-nav a {
  margin: 0;
  height: 40px;
  line-height: 40px;
}
.side-panel .main-nav li {
  width: 100%;
}
.side-panel .main-nav {
  padding: 0;
  margin: 0;
  display: block;
}
.side-panel .track-nav a {
  margin: 0;
  height: 40px;
  line-height: 40px;
}
.side-panel .track-nav li {
  width: 100%;
}
.side-panel .track-nav {
  padding: 0;
  margin: 0;
  display: block;
}
@media screen and (max-width: 1220px) {
  .wrap {
    padding: 0;
    padding-bottom: 60px;
  }
  .wrap-center {
    max-width: 1000px;
    border-radius: 0;
  }
  .sidebar,
  .hdesc {
    display: none;
  }
  #gotop {
    display: none !important;
  }
  .btn-menu {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 20px;
    cursor: pointer;
    background-color: #238636;
    color: #fff;
    font-size: 18px;
    display: block;
  }
  .search-wrap {
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
    min-width: 100%;
    margin-top: 20px;
  }
  .audioplayer-bar {
    position: absolute;
    left: 0;
    top: -6px;
    height: 6px;
    width: 100%;
    border-radius: 0;
    margin: 0;
  }
  .footer {
    display: block;
    text-align: center;
  }
  .ft-count {
    margin-top: 20px;
  }
}
@media screen and (max-width: 950px) {
  .wrap-center {
    max-width: 768px;
  }
  .track-item,
  .sect-col {
    width: 100%;
  }
  .fmeta {
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 760px) {
  .wrap-center {
    max-width: 640px;
  }
  .fdl,
  .fplay {
    width: 100%;
    margin: 0;
  }
  .fdl {
    margin-top: 20px;
  }
  .dcont button {
    font-size: 12px;
    padding: 0 15px !important;
  }
  .comments-tree-list .comments-tree-list {
    padding-left: 0 !important;
  }
  .comments-tree-list .comments-tree-list:before {
    display: none;
  }
  .mass_comments_action {
    display: none;
  }
  .ft1-count {
    padding-top: 20px;
  }
  .fimg {
    width: 140px;
    height: 140px;
  }
  .finfo {
    margin: 0 0 0 20px;
    font-size: 14px;
  }
  .finfo li {
    display: flex;
    justify-content: flex-start;
    position: relative;
    padding: 4px 0;
  }
}
@media screen and (max-width: 590px) {
  .wrap-center {
    max-width: 480px;
  }
  .audioplayer-volume,
  .ap-time,
  .ap-img {
    display: none;
  }
  .audioplayer-playpause a {
    margin: 0 10px;
  }
  .fheader h1 {
    font-size: 24px;
  }
  .ac-inputs input {
    width: 100%;
  }
  .video-box embed,
  .video-box object,
  .video-box video,
  .video-box iframe,
  .video-box frame {
    height: 300px;
  }
  .ui-dialog {
    width: 100% !important;
  }
  .upop-left,
  .upop-right {
    float: none !important;
    width: 100% !important;
    margin: 0;
    padding: 0 20px;
  }
  .upop-left {
    margin-bottom: 10px;
    text-align: center;
  }
  .ui-dialog-buttonset button {
    display: block;
    margin: 0 0 5px;
    width: 100%;
  }
  #dofullsearch,
  #searchsuggestions span.seperator {
    display: none !important;
  }
  .attach .download-link {
    margin: 0 -15px 0 0;
    float: none;
    display: block;
    padding: 0 10px;
  }
  .attach-info {
    float: none;
  }
}
@media screen and (max-width: 470px) {
  .logo {
  }
  .logo img {
  }
  .video-box embed,
  .video-box object,
  .video-box video,
  .video-box iframe,
  .video-box frame {
    height: 250px;
  }
}
