html, body {
  font: 14px/1.5 arial,"Microsoft Yahei","Hiragino Sans GB",sans-serif;
  background-image: url('/images/bg/01.jpg');
}
::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
::-webkit-scrollbar-thumb {
  background-color: rgba(50, 50, 50, 0.3);
}
::-webkit-scrollbar-track {
  background-color: rgba(50, 50, 50, 0.2);
}
ul {
  padding: 0;
}
hr {
  border-top-color: #eee;
  border-bottom-color: #fff;
}
a {
  color: #007aff;
}
a:hover,
a:focus {
  color: #666666;
  text-decoration: none;
}
p {
  line-height: 28px;
}
.popover-user {
  width: 244px;
  min-height: 60px;
  max-height: 120px;
}
#scroll-to-top {
  position: fixed;
  cursor: pointer;
  bottom: -1000px;
  right: 8%;
  color: #fff;
  z-index: 1049;
  border-radius: 50em;
  -moz-border-radius: 50em;
  -webkit-border-radius: 50em;
  padding: 10px 14px;
  background: #5677fc;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
#scroll-to-top:hover,
#scroll-to-top:focus {
  text-decoration: none;
  background: #4e6cef;
  color: #fff;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.tag-group {
  padding: 0;
}
.tag-group-item {
  display: inline-block;
  background-color: #DDD;
  margin-right: 3px;
  margin-bottom: 5px;
  padding: 5px 7px;
  border-radius: 2px;
  color: #555;
  font-size: 12px;
  text-decoration: none;
  white-space: nowrap;
  transition-timing-function: ease;
  transition-duration: 0.2s;
  transition-property: background-color;
}

#options li,
.line-block li{
  margin: 5px 15px;
}

#options li{

}

img{
  max-width: 100%;
}

.docicon {
  width: 100px;
  height: 100px;
  background-image: url('/images/icons/icons.png');
  background-repeat: no-repeat;
  border-radius: 2%;
  margin: 0 auto;
  display: inline-block;
}


.icon-folder{
  background-position: -680px -520px;
}

.icon-word{
  background-position: -455px -520px;
}

.icon-ps{
  background-position: -235px -520px;
}


.icon-file{
  background-position: -8px -520px;
}

.icon-zip{
  background-position: -680px -255px;
}

.icon-gif{
  background-position: -455px -255px;
}

.icon-video{
  background-position: -235px -255px;
}

.icon-ppt{
  background-position: -8px -255px;
}

.icon-pdf{
  background-position: -680px 0px;
}

.icon-image{
  background-position: -455px 0px;
}

.icon-excel{
  background-position: -235px 0px;
}

.icon-word{
  background-position: -5px 0px;
}