/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  min-width: 1000px;
}
html .container {
  width: 1200px;
}
html.wide {
  min-width: 1200px;
}
html.wide .container {
  width: 1200px;
}
.container {
  margin: 0 auto;
  *zoom: 1;
  _height: 1px;
}
.container .section,
.container > .wrapper {
  *zoom: 1;
  _height: 1px;
}
.container .section:before,
.container > .wrapper:before,
.container .section:after,
.container > .wrapper:after {
  content: " ";
  display: table;
}
.container .section:after,
.container > .wrapper:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.container .article {
  float: left;
}
.container .article.full {
  width: 100%;
  float: none;
}
.container .aside {
  float: right;
}
.container .aside .mod {
  margin-bottom: 30px;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.col {
  position: relative;
  display: block;
  float: left;
  margin-right: 0;
  margin-bottom: 3px;
  width: 0;
}
.col.two {
  width: 0;
}
.col.last {
  margin-right: 0!important;
}
.col img {
  display: block;
}
.hd {
  margin: 0 0 20px 0;
}
.hd h3 {
  font-size: 14px;
  font-weight: bold;
  display: inline;
}
.hd,
.bd {
  *zoom: 1;
  _height: 1px;
}
.hd:before,
.bd:before,
.hd:after,
.bd:after {
  content: " ";
  display: table;
}
.hd:after,
.bd:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.r {
  float: right!important;
}
.l {
  float: left!important;
}
.tl {
  text-align: left!important;
}
.tr {
  text-align: right!important;
}
.tc {
  text-align: center!important;
}
.block {
  display: block!important;
}
.inline {
  display: inline!important;
}
.iblock {
  display: inline-block !important;
}
.ellipsis {
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.cf {
  *zoom: 1;
  _height: 1px;
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
*html .cf {
  height: 1%;
}
p {
  margin: 0 0 8.5px;
}
.lead {
  margin-bottom: 17px;
  font-size: 13px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 18px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #428bca;
}
.text-warning {
  color: #8a6d3b;
}
.text-danger {
  color: #a94442;
}
.text-success {
  color: #3c763d;
}
.text-info {
  color: #31708f;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  margin-top: 17px;
  margin-bottom: 8.5px;
}
h1 small,
h2 small,
h3 small,
h1 .small,
h2 .small,
h3 .small {
  font-size: 65%;
}
h4,
h5,
h6 {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}
h4 small,
h5 small,
h6 small,
h4 .small,
h5 .small,
h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 31px;
}
h2,
.h2 {
  font-size: 25px;
}
h3,
.h3 {
  font-size: 21px;
}
h4,
.h4 {
  font-size: 15px;
}
h5,
.h5 {
  font-size: 12px;
}
h6,
.h6 {
  font-size: 11px;
}
.page-header {
  padding-bottom: 7.5px;
  margin: 34px 0 17px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 8.5px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.list-inline > li:first-child {
  padding-left: 0;
}
dl {
  margin-bottom: 17px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
    *zoom: 1;
    _height: 1px;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  .dl-horizontal dd:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 8.5px 17px;
  margin: 0 0 17px;
  position: relative;
}
blockquote p {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 1.42857143;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small,
blockquote.pull-right .small {
  text-align: right;
}
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 17px;
  font-style: normal;
  line-height: 1.42857143;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  padding-top: 0;
  font-size: 100%;
  font-weight: normal;
}
h1,
h2,
h3 {
  font-weight: 500;
}
body,
button,
input,
select,
textarea {
  font: 12px/1.5 Tahoma, Helvetica, Arial, "\5FAE\8F6F\96C5\9ED1", "\5b8b\4f53", sans-serif;
  color: #656565;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body,
td,
th {
  line-height: 166%;
}
img {
  max-width: 100%;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
a {
  color: #1687cb;
  text-decoration: none;
}
a:hover {
  color: #1893dd;
  text-decoration: underline;
}
a.anchor {
  padding: 0;
  margin: 0;
  height: 0;
  width: 0;
}
.paginition {
  margin: 10px 0 30px 0;
}
.paginition a,
.paginition span {
  display: block;
  float: left;
  color: #656565;
  font-size: 14px;
  text-align: center;
  margin-right: 4px;
  line-height: 28px;
  *line-height: 32px;
  padding: 0 7px;
  height: 28px;
}
.paginition a.block,
.paginition span.block {
  width: auto;
  float: none;
}
.paginition a {
  cursor: pointer;
  border: 1px solid #dcdcdc;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.paginition a:hover,
.paginition a:focus {
  background: #848484;
  border: 1px solid #727272;
  color: white;
  text-decoration: none;
}
.paginition a:active {
  background: #6f6f6f;
  border: 1px solid #727272;
  color: white;
  text-decoration: none;
}
.paginition span.active {
  color: white;
  border: 1px solid #727272;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  background: #848484;
}
.icon,
.icon-bg {
  background-image: url('../imgs/icons.png');
  background-repeat: no-repeat;
}
.icon.like,
.icon-bg.like {
  background-position: 0 -30px;
}
.icon.view,
.icon-bg.view {
  background-position: 0 2px;
}
.icon.comment,
.icon-bg.comment {
  background-position: 0 -15px;
}
.icon {
  display: inline-block;
  height: 14px;
  width: 16px;
  overflow: hidden;
  opacity: 0.6;
  filter: alpha(opacity=60);
  vertical-align: bottom;
}
.icon:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.icon:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.icon-bg {
  padding-left: 22px;
}
.drop {
  position: relative;
  z-index: 1;
}
.drop:hover .dropl {
  top: 20px;
  left: -72px;
  display: block;
}
.drop:hover .dropr {
  top: 20px;
  display: block;
}
.drop:hover .dropb {
  top: 0;
  left: 0;
  display: block;
}
.drop .dropb,
.drop .dropl,
.drop .dropr {
  display: none;
  width: 100px;
  *width: 98px;
  text-align: center;
  position: absolute;
  z-index: 9999;
  top: 19px;
  left: 0;
  padding: 4px 0;
  border: 1px solid #d2d2d2;
  background: white;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.drop .dropb li a,
.drop .dropl li a,
.drop .dropr li a {
  font-size: 12px;
  color: #777;
  display: block;
  padding: 4px 12px;
  *padding: 4px 10px;
  text-decoration: none;
}
.drop .dropb li a:hover,
.drop .dropl li a:hover,
.drop .dropr li a:hover {
  background: #727272;
  color: white;
}
.danger {
  color: #a94442;
  text-decoration: none;
}
.danger:hover {
  background: #a94442;
  color: white;
  text-decoration: none;
}
.page-title {
  font-size: 22px;
  margin: 15px 0 20px 0;
}
.hide {
  display: none;
}
#float-panel {
  position: fixed;
  right: 50px;
  bottom: 150px;
  width: 110px;
}
#float-panel .gotop {
  text-align: right;
  padding: 10px 0;
}
#float-panel .gotop a {
  display: inline-block;
  cursor: pointer;
  background: transparent url('../imgs/top0.png');
  display: none;
  text-indent: 9999px;
  width: 45px;
  height: 45px;
  line-height: 200px;
  overflow: hidden;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#float-panel .gotop a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.header .bd {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.header > .banner {
  height: 157px;
  background: #2d2d2d;
  padding: 0;
}
.header > .banner .bd {
  padding-top: 28px;
}
.header > .banner h1 {
  padding: 0;
  float: left;
}
.header > .banner h1 img {
  display: block;
}
.header > .banner .search {
  margin: 10px 0 0 0;
}
.header > .banner .search .keywords {
  float: left;
  width: 470px;
  *width: 460px;
  height: 32px;
  *height: 26px;
  padding: 2px 5px;
  border: 1px solid #dedede;
  font-size: 12px;
  vertical-align: middle;
}
.header > .banner .search .btn {
  border: 1px solid #faa40e;
  color: white;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: 3px;
  font-size: 15px;
  float: left;
  padding: 3px 48px;
  *padding: 1px 28px 0 28px;
}
.header > .banner .search .hot {
  margin-top: 5px;
}
.header > .banner .search .hot a {
  color: #afaaaa;
  margin: 0 5px;
  display: inline;
}
.header > .menu {
  background: #242424;
  height: 48px;
  margin: 0;
  padding: 0;
  padding-bottom: 8px;
  /* -webkit-box-shadow: 0px 3px 2px #b8b5b4;
  box-shadow: 0px 3px 2px #b8b5b4; */
}
.header > .menu .lnks {
  list-style: none;
  margin: 0;
}
.header > .menu .lnks > li {
  float: left;
  margin-right: 22px;
}
.header > .menu .lnks > li > a {
  display: inline-block;
  padding: 14px 0;
  color: #c3c3c2;
  font-size: 15px;
}
#userid {
  float: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 74px;
}
.header > .menu .lnks > li.last {
  margin-right: 0;
}
.header > .menu.s .logo {
  margin: 3px 0 0 0px;
  float: left;
}
.wide .header .bd {
  width: 1200px;
}
.header.navs {
  padding: 0;
  margin: 30px 0;
}
.major {
  height: 425px;
  width: 270px;
  background: #2d2d2d;
}
.major .topic a,
.major .topic li {
  font-family: \5B8B\4F53;
  line-height: 24px;
  color: white;
  font-size: 12px;
}
.major .topic li {
  float: left;
  margin: 0 24px 0 -4px;
}
.major .topic a {
  margin-left: 6px;
}
.slider {
  width: 100%;
  min-width: 960px;
  height: 425px;
  position: relative;
  overflow: hidden;
  background: #fff;
  text-align: center;
}
.slider .bd,
.slider .hd {
  width: 960px;
  position: absolute;
  left: 50%;
  margin-left: -480px;
}
.slider .bd li {
  width: 960px;
  overflow: hidden;
}
.slider .bd li img {
  display: block;
  width: 960px;
  height: 425px;
}
.slider .tempWrap {
  overflow: visible !important;
}
.slider .tempWrap ul {
  margin-left: -960px !important;
}
.slider .hd {
  bottom: 0;
  height: 45px;
  margin-bottom: 0;
  padding: 5px 0 0 0;
  z-index: 1;
  background: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: white;
  /* position: relative; */
}
.major_screen:hover .slider .hd {
  height: 45px;
  transition: All 0.25s ease-in-out;
  -webkit-transition: All 0.25s ease-in-out;
  -moz-transition: All 0.25s ease-in-out;
  -o-transition: All 0.25s ease-in-out;
}
.slider .direct a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  overflow: hidden;
  width: 15px;
  height: 15px;
  line-height: 99px;
  background: url('../imgs/2/slider-btn.png') 0 -18px no-repeat;
  _background-image: url('../imgs/2/slider-btn.png');
  margin: 0 5px;
  cursor: pointer;
  filter: alpha(opacity=60);
  /* opacity: 0.6; */
}
.slider .direct a.on {
  background-position: 0px 0px;
  filter: alpha(opacity=100);
  opacity: 1;
}
.slider .pnBtn {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 425px;
  cursor: pointer;
}
.slider .pnBtn .blackBg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 425px;
  background: #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.slider .pnBtn .arrow {
  position: absolute;
  top: 10px;
  z-index: 1;
  width: 40px;
  height: 380px;
  background: url('../imgs/2/slider-control.png') no-repeat 8px center;
  text-indent: -9999px;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.slider .prev {
  left: -50%;
  margin-left: -480px;
  *margin-left: -479px;
}
.slider .prev .arrow {
  right: 20px;
}
.slider .next {
  left: 50%;
  margin-left: 480px;
}
.slider .next .arrow {
  left: 20px;
  background-position: -31px center;
}
.slider .pnBtn .arrow:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.slider .caption p {
  margin: 0;
  font-size: 15px;
}
.btn {
  display: inline-block;
  padding: 0 10px;
  line-height: 24px;
  cursor: pointer;
  border: none;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  outline: none;
  text-decoration: none;
  color: #333333;
  background: #f1f1f1;
  border-bottom-color: #e4e4e4;
}
.btn:hover,
.btn:active,
.btn.active {
  color: #333333;
  background: #d1d1d1;
  text-decoration: none;
}
.btn:active {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.btn.orange {
  color: #ffffff;
  background: #e99605;
  border-bottom-color: #faa40e;
}
.btn.orange:hover,
.btn.orange:active,
.btn.orange.active {
  color: #ffffff;
  background: #d08604;
  text-decoration: none;
}
.btn.orange:active {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.btn.blue {
  color: #ffffff;
  background: #31b0d5;
  border-bottom-color: #46b8da;
}
.btn.blue:hover,
.btn.blue:active,
.btn.blue.active {
  color: #ffffff;
  background: #5bc0de;
  text-decoration: none;
}
.btn.blue:active {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.btn.dark {
  color: #333;
  background: #ffea01;
  border-bottom-color: #555555;
}
.btn.dark:hover,
.btn.dark:active,
.btn.dark.active {
  color: #333;
  background: #ffea01;
  text-decoration: none;
}
.btn.dark:active {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.btn.lg {
  font-size: 15px;
  line-height: 32px;
  padding: 2px 13px;
}
.btn.lg.disabled{
  pointer-events: none;
}
.drop.userid {
  margin-right: 10px !important;
}
.btn img {
  margin-right: 5px;
  position: relative;
  top: 4px;
}
.btn.disabled {
  opacity: 0.6;
  filter: alpha(opacity=60);
  color: #ffffff;
  background: #666666;
  border-bottom-color: #555555;
}
.btn.disabled:hover,
.btn.disabled:active,
.btn.disabled.active {
  color: #ffffff;
  background: #666666;
  text-decoration: none;
}
.btn.disabled:active {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.btn-group .btn {
  margin-left: 8px;
}
.btn-group-r .btn {
  margin-right: 8px;
}
.container.album {
  width: 1200px;
}
.container.album .article {
  width: 800px;
}
.container.album .article.full {
  width: 100%;
  float: none;
}
.container.album .aside {
  width: 369px;
}
.album-info {
  padding: 0 0 24px 0;
  margin: 0 0 36px 0;
  border-bottom: 1px solid #eaeaea;
}
.album-info .auth-head {
  padding-right: 20px;
}
.album-info .infoset {
  margin-left: 140px;
}
.album-info .infoset .admin-options {
  display: none;
}
.album-info .infoset:hover .admin-options {
  display: inline;
}
.album-info .title {
  margin-bottom: 15px;
  font-size: 22px;
  font-family: Tahoma, Helvetica, Arial, "Hiragino Sans GB", "Microsoft YaHei", "ÃƒÂ¥Ã‚Â¾Ã‚Â®ÃƒÂ¨Ã‚Â½Ã‚Â¯ÃƒÂ©Ã¢â‚¬ÂºÃ¢â‚¬Â¦ÃƒÂ©Ã‚Â»Ã¢â‚¬Ëœ", "STHeiti", "WenQuanYi Micro Hei", "ÃƒÂ©Ã‚Â»Ã¢â‚¬ËœÃƒÂ¤Ã‚Â½Ã¢â‚¬Å“", "ÃƒÂ¥Ã‚Â®Ã¢â‚¬Â¹ÃƒÂ¤Ã‚Â½Ã¢â‚¬Å“", sans-serif;
}
.album-info .title small {
  font-size: 12px;
  color: #9a9a9a;
}
.album-info .statistics {
  margin-bottom: 23px;
}
.album-info .auth {
  margin-bottom: 22px;
}
.album-info .share {
  float: right;
}
.album-setinfo {
  margin-bottom: 30px;
}
.album-pics {
  margin-bottom: 90px;
}
.album-pics .photo {
  margin-bottom: 55px;
}
.album-pics .sns .s2 {
  float: left;
  max-width: 65%;
}
.album-pics .sns .s1 {
  float: right;
  position: relative;
}
.album-pics .pic {
  min-height: 100px;
  /* background: #eaeaea; */
  margin-bottom: 15px;
  position: relative;
}
.album-pics .pic .exif {
  z-index: 999;
  visibility: hidden;
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: black;
  padding: 2px 11px 0px 10px;
  height: 20px;
  color: white;
  border: 1px solid white;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.album-pics .pic .exif .roll {
  padding: 0 20px 0 0;
  height: 0;
  width: 0;
  overflow: hidden;
}
.album-pics .pic .exif:hover {
  height: auto;
}
.album-pics .pic .exif:hover .roll {
  margin: 10px 0 0 0;
  height: 170px;
  width: 240px;
  -webkit-transition: height 0.2s ease-in;
  transition: height 0.2s ease-in;
}
.album-pics .pic .share {
  z-index: 99;
  visibility: hidden;
  position: absolute;
  bottom: 10px;
  left: 60px;
  background: black;
  padding: 2px 11px 0px 10px;
  *padding: 0px 11px 1px 10px;
  height: 20px;
  color: white;
  border: 1px solid white;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.album-pics .pic:hover .exif {
  visibility: visible;
}
.album-pics .pic:hover .share {
  visibility: visible;
}
.album-pics .pic img {
  display: block;
  max-width: 100%;
}
.album-description {
  margin-bottom: 30px;
}
.album-description .p {
  padding: 30px;
  margin: 0;
  background: #f8f8f8;
  line-height: 220%;
  word-break: break-all;
  word-wrap: break-word;
}
.album-aboutauth img {
  display: block;
}
.album-aboutauth .head {
  float: left;
}
.album-aboutauth .info {
  float: left;
}
.album-aboutauth .info .name {
  margin-bottom: 20px;
}
.album-aboutauth .info .name a {
  font-size: 22px;
  color: #999;
}
.album-aboutauth .info .data {
  font-size: 14px;
  margin-bottom: 20px;
}
.album-aboutauth .info .data li {
  float: left;
  width: 40px;
  border-right: 1px solid #eee;
  margin-right: 15px;
  padding-right: 15px;
}
.album-aboutauth .auth-works .col {
  width: 123px;
  height: 123px;
}
.album-aboutauth .auth-works img:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transition: All 0.25s ease-in-out;
  -webkit-transition: All 0.25s ease-in-out;
  -moz-transition: All 0.25s ease-in-out;
  -o-transition: All 0.25s ease-in-out;
}
.album .latest-works .col {
  width: 123px;
}
.album .latest-works img:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transition: All 0.25s ease-in-out;
  -webkit-transition: All 0.25s ease-in-out;
  -moz-transition: All 0.25s ease-in-out;
  -o-transition: All 0.25s ease-in-out;
}
.float-cmt {
  display: none;
  padding: 10px;
  margin-top: 10px;
  background: #eee;
}
.album .loading-wrap {
  position: relative;
}
.album .loading {
  position: absolute;
  top: 25%;
  left: 45%;
}
#bdshare {
  display: none;
  float: right;
  padding-top: 6px;
  padding-left: 8px;
  position: absolute;
  top: 230px;
  right: 50px;
  text-align: left;
  background: url(../../css/img/share_bg.png) no-repeat;
  background-size: cover;
  z-index: 99;
}

 #poster_icon p{
  background-image: url(../../css/img/poster_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
}
#bdshare a {
  display: block;
  padding-left: 22px;
}
.bdshare-button-style1-16 a {
  float: none !important;
}
.bdshare-button-style1-16 a:hover {
  color: #ffffff !important;
  opacity: .8;
  filter: alpha(opacity=80);
}
.album .vote .vdisplay2 {
  width: 591px;
  padding: 30px 20px;
  color: black;
  line-height: 24px;
  background: #f8f8f8;
  font-size: 26px;
}
.album .vote .vdisplay2 span {
  font-family: Georgia;
}
.album .vote .vdisplay1 {
  border-radius: 3px;
  padding: 0 6px;
  background: white;
  color: #666;
  font-weight: bold;
}
.album .vote .vclick2 {
  width: 329px;
  padding: 30px 20px;
  *padding: 32px 20px;
  background: #887bb3;
  cursor: pointer;
}
.album .vote .vclick2 a {
  font-size: 26px;
  color: white;
  text-decoration: none;
}
.album .vote .vclick2:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
}
.album-discus .comments .item {
  min-height: 55px;
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
  border-bottom: 1px solid #ededed;
}
.album-discus .comments .item .cmt-usercard {
  float: left;
  margin-right: 20px;
}
.album-discus .comments .item .cmt-info {
  padding: 0 0 10px 0;
  font-size: 12px;
}
.album-discus .comments .item .cmt-info a {
  font-size: 12px;
}
.album-discus .comments .item .cmt-content {
  word-wrap: break-word;
  word-break: break-all;
  overflow: hidden;
}
.album-discus .comments .item .cmtrs {
  padding-top: 10px;
}
.album-discus .comments .item .cmtrs .cmtr {
  border-top: 1px dotted #ddd;
  padding: 5px 0 5px 40px;
}
.album-discus .comments .item .cmtrs .cmtr p {
  padding: 4px 0 2px 0px;
}
.album-discus .comments .item .cmt-reply-edit form {
  padding: 10px 0 0 0;
  border-top: 1px dotted #ccc;
  margin-top: 10px;
}
.album-discus .comments .item .cmtrs .roll-item {
  display: none;
}
.album-discus .comments .item .cmtrs .roll-item.show {
  display: block;
}
.album-discus .comments .item.last-child,
.album-discus .comments .item:last-child {
  border-color: transparent;
}
.album-discus .inbox {
  margin-bottom: 50px;
  position: relative;
}
.album-discus .inbox .editor {
  height: 120px;
  margin-left: 62px;
  position: relative;
}
.album-discus .inbox textarea {
  resize: none;
  margin-bottom: 10px;
  width: 100%;
  *width: 95.8%;
  height: 80px;
  padding: 10px;
  margin: 0 0 10px 0;
  border: 1px solid #dedede;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.album-discus .replys {
  border-top: 1px solid #eee;
  padding: 5px 0;
  margin: 5px 0 0 0;
}
.album-discus .login {
  padding: 20px;
  border: 1px solid #e8e8e8;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  text-align: center;
  margin-bottom: 30px;
}
.ps .article {
  width: 898px;
}
.ps .article.full {
  width: 100%;
  float: none;
}
.ps .aside {
  width: 272px;
}
.ps .col {
  width: 291px;
  margin-right: 12px;
}
.ps .col.two {
  width: 594px;
}
.ps .hd h2 {
  color: #333333;
  margin: 0;
  padding: 0;
  font-size: 22px;
  line-height: 24px;
  font-weight: bold;
  *line-height: 28px;
  vertical-align: bottom;
  padding-top: 9px;
}
.ps .hd small {
  color: #333333;
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
}
.ps .hd small a {
  color: #333333;
}
.ps .hd small.r {
  padding-top: 3px;
}
.ps-lines .roll {
  text-decoration: none;
  padding: 0 2px;
}
.ps-lines .roll:hover {
  color: white;
  background: #e99605;
}
.ps-lines .roll.active {
  background: #e99605;
  color: white;
}
.ps-lines .caption {
  width: 100%;
  height: 30px;
  line-height: 32px;
  color: white;
  background: #000;
  opacity: 0.85;
  filter: alpha(opacity=85);
  position: absolute;
  bottom: 0;
  font-weight: bold;
  overflow: hidden;
}
.ps-lines .caption .wrap {
  padding: 0 5px;
}
.ps-lines .caption b {
  font-family: Arial;
  font-size: 14px;
  float: right;
  color: red;
  font-weight: bold;
}
.ps-lines .col img:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transition: All 0.25s ease-in-out;
  -webkit-transition: All 0.25s ease-in-out;
  -moz-transition: All 0.25s ease-in-out;
  -o-transition: All 0.25s ease-in-out;
}
.ps-notes .col {
  width: 289px;
  margin-right: 15px;
}
.ps-notes .hd {
  margin-bottom: 19px;
  padding-bottom: 16px;
  border-bottom: 1px solid #000;
}
.ps-notes .cover {
  height: 289px;
  overflow: hidden;
}
.ps-notes .cover:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transition: All 0.25s ease-in-out;
  -webkit-transition: All 0.25s ease-in-out;
  -moz-transition: All 0.25s ease-in-out;
  -o-transition: All 0.25s ease-in-out;
}
.ps-notes .title {
  padding: 0 10px 0 0;
  margin: 18px 0 6px 0;
  font-size: 18px;
  font-weight: 400;
}
.ps-notes .title a {
  color: #333333;
}
.ps-notes .summary {
  padding: 0 18px 0 0;
}
.ps-notes .tops ul {
  padding: 0 30px 0 0;
}
.ps-notes .tops li {
  line-height: 18px;
  *line-height: 21px;
  padding: 2px 0 6px 2px;
}
.ps-notes .tops li a {
  font-size: 14px;
  color: #666;
}
.ps-f2face .hd {
  margin-bottom: 22px;
}
.ps-f2face .wrapper {
  background: #f2f2f2;
  padding: 13px;
}
.ps-f2face .col {
  width: 411px;
  margin-right: 50px;
}
.ps-f2face .title {
  display: block;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  color: #333333;
  margin-bottom: 12px;
}
.ps-f2face .summary {
  font-size: 13px;
  color: #000;
  width: 200px;
  *width: 209px;
  padding: 0 0 0 20px;
}
.ps-f2face .summary span {
  line-height: 200%;
}
.ps-girls .hd {
  margin-bottom: 24px;
}
.ps-girls .col {
  width: 236px;
  margin-right: 5px;
  position: relative;
}
.ps-girls .col img {
  display: block;
  height: 305px;
  width: 236px;
}
.ps-girls .col .name {
  position: absolute;
  bottom: 10%;
  left: 5px;
  padding: 4px 10px;
  background: black;
  width: 100px;
  margin: 0 auto;
  font-weight: bold;
  color: white;
  display: none;
}
.ps-girls .col:hover .name {
  display: block;
}
.ps-girls .col:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.ps-girls .girls-box {
  position: relative;
}
.ps-girls .girls-box .prev,
.ps-girls .girls-box .next {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40px;
  background: url('../imgs/photo_control.png') no-repeat 0 center;
  text-indent: -9999px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ps-girls .girls-box .prev {
  left: 20px;
}
.ps-girls .girls-box .next {
  right: 20px;
  background-position: -40px center;
}
.ps-girls .girls-box:hover .next,
.ps-girls .girls-box:hover .prev {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.ps-girls .girls-box:hover .next:hover,
.ps-girls .girls-box:hover .prev:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.ps-works .hd {
  margin-bottom: 13px;
}
.ps-works .col {
  width: 190px;
  margin-right: 12px;
  margin-bottom: 12px;
  position: relative;
}
.ps-works .col img {
  display: block;
  width: 190px;
  height: 190px;
}
.ps-works .col:hover img {
  opacity: 0.85;
  filter: alpha(opacity=85);
}
.ps-works .col .title {
  z-index: 199;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: transparent;
  color: white;
  display: none;
  font-size: 14px;
  padding: 30px 10px;
}
.ps-works .col .cover {
  z-index: 99;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0.85;
  filter: alpha(opacity=85);
  background: #2d2d2d;
  display: none;
}
.ps-works .col:hover .title,
.ps-works .col:hover .cover {
  display: block;
}
.ps-tutorial .hd {
  margin-bottom: 35px;
}
.ps-tutorial .col {
  width: 444px;
  margin-right: 10px;
  margin-bottom: 35px;
}
.ps-tutorial .col img {
  display: block;
  width: 145px;
}
.ps-tutorial .title {
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  color: #333333;
  margin-bottom: 14px;
}
.ps-tutorial .summary {
  width: 270px;
  *width: 250px;
  color: #8d8d8d;
  padding: 0 0 0 20px;
}
.nav_bar a {
  color: #777;
}
.nav_bar .header {
  margin-bottom: 45px;
}
.nav_bar .hd {
  margin-bottom: 25px;
  border-bottom: 1px solid #d2d2d2;
}
.nav_bar .filter {
  float: left;
}
.nav_bar .filter > li {
  margin-right: 20px;
  padding-bottom: 11px;
  *padding-bottom: 15px;
  float: left;
  border-bottom: 4px solid transparent;
}
.nav_bar .filter > li:hover,
.nav_bar .filter > li.active {
  border-bottom: 4px solid #e99605;
}
.nav_bar .filter > li > a {
  font-size: 24px;
  text-decoration: none;
}
.nav_bar .filter > li.last {
  margin-right: 0;
}
.nav_bar .filter > .drop {
  font-size: 14px;
  line-height: 30px;
  padding-bottom: 0;
}
.nav_bar .filter > .drop:hover,
.nav_bar .filter > .drop.active {
  border-color: transparent;
}
.nav_bar .filter > .drop .dropl,
.nav_bar .filter > .drop .dropr {
  top: 25px;
}
.nav_bar .categories {
  line-height: 30px;
  *line-height: 34px;
}
.nav_bar .subjects {
  line-height: 32px;
}
.nav_bar .subjects a {
  padding: 2px 6px 2px 6px;
  border: 1px solid transparent;
  text-decoration: none;
}
.nav_bar .subjects a:hover {
  background: #333;
  color: white;
}
.nav_bar .subjects a.active {
  background: #ccc;
  color: #333;
}
.nav_bar .works {
  margin-bottom: 70px;
}
.nav_bar .works .items {
  margin-bottom: 20px;
}
.nav_bar .works .paginition {
  text-align: center;
}
.nav_bar .works .paginition a,
.nav_bar .works .paginition span {
  display: inline-block;
  float: none;
}
.nav_bar .works .col {
  width: 287.25px;
  height: 387.25px;
  margin-right: 17px;
  margin-bottom: 17px;
}
.nav_bar .works .col .imgWrap {
  position: relative;
  display: block;
  width: 287.25px;
  height: 287.25px;
}
.nav_bar .works .col .imgWrap:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
}
.nav_bar .works .title {
  width: 191.5px;
  font-size: 15px;
  line-height: 18px;
  /*float: left;*/
  margin: 12px 0 8px 0;
}
.nav_bar .works .auth {
  color: #9a9a9a;
  padding: 0 0 0 3px;
  line-height: 16px;
  *line-height: 18px;
  /*float: left;*/
  margin: 0px 0 2px 0;
}
.nav_bar .works .stats a {
  margin-right: 7px;
  color: #9a9a9a;
}
.nav_bar .loading-wrap {
  position: relative;
  width: 300px;
  height: 300px;
}
.nav_bar .loading {
  position: absolute;
  top: 25%;
  left: 25%;
}
html.youlady .container,
html.youlady .header .bd {
  width: 1260px;
}
.youlady .top5 {
  margin-bottom: 30px;
}
.youlady .top5 .ladys {
  background: #e1dedf;
  padding: 0 23px;
  float: left;
}
.youlady .top5 .wrap {
  position: relative;
  z-index: 1;
  padding: 12px 8px;
  float: left;
}
.youlady .top5 .wrap img {
  display: block;
}
.youlady .top5 .cover {
  position: absolute;
  z-index: 199;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('../imgs/youlady-top5-cover.png') no-repeat center center;
}
.youlady .top5 .caption {
  visibility: hidden;
  padding-top: 6px;
  position: absolute;
  z-index: 99;
  height: 40px;
  left: 8px;
  right: 8px;
  bottom: 12px;
  text-align: center;
  background: black;
  opacity: 0.8;
  color: white;
  font-size: 15px;
}
.youlady .top5 .wrap:hover .caption {
  visibility: visible;
}
.youlady .join {
  margin-bottom: 30px;
}
.youlady .join .ladys > a {
  float: left;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.youlady .join .ladys > a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.youlady .join .ladys > a img {
  display: block;
}
.youlady .show {
  margin-bottom: 30px;
}
.youlady .show .hd {
  margin-bottom: 12px;
}
.youlady .show .hd a {
  font-size: 22px;
  color: #333333;
  display: inline-block;
  padding: 0 0 8px 0;
  border-bottom: 3px solid #e99605;
}
.youlady .show .col {
  width: 240px;
  margin-right: 15px;
}
.youlady .show .wrap {
  border: 1px solid #eee;
  margin-bottom: 12px;
}
.youlady .show .wrap .caption {
  padding: 8px 10px 10px 10px;
  font-size: 14px;
  color: #333333;
  text-align: center;
}
.u a {
  color: #333333;
}
.u .header {
  margin-bottom: 45px;
}
.u .hd {
  margin-bottom: 25px;
  border-bottom: 1px solid #d2d2d2;
}
.u .filter {
  float: left;
}
.u .filter > li {
  margin-right: 20px;
  float: left;
  font-size: 14px;
  line-height: 30px;
}
.u .filter > li > a {
  font-size: 24px;
  text-decoration: none;
}
.u .filter > li.last {
  margin-right: 0;
}
.u .filter > .drop {
  font-size: 14px;
  padding-bottom: 0;
}
.u .filter > .drop:hover,
.u .filter > .drop.active {
  border-bottom: none;
}
.u .filter > .drop .dropl,
.u .filter > .drop .dropr {
  top: 25px;
}
.u .categories {
  line-height: 30px;
  *line-height: 34px;
}
.u .subjects {
  line-height: 32px;
}
.u .subjects a {
  padding: 2px 6px 2px 6px;
  border: 1px solid transparent;
  text-decoration: none;
}
.u .subjects a:hover {
  background: #333;
  color: white;
}
.u .subjects a.active {
  background: #ccc;
  color: #333;
}
.u .works {
  margin-bottom: 70px;
}
.u .works .items {
  margin-bottom: 20px;
}
.u .works .paginition {
  text-align: center;
}
.u .works .paginition a,
.u .works .paginition span {
  display: inline-block;
  float: none;
}
.u .works .col {
  width: 287.25px;
  height: 387.25px;
  margin-right: 17px;
  margin-bottom: 17px;
}
.u .works .col .loading-wrap {
  display: block;
  width: 287.25px;
  height: 287.25px;
}
.u .works .col .loading-wrap:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
}
.u .works .title {
  width: 191.5px;
  font-size: 15px;
  line-height: 18px;
  /*float: left;*/
  margin: 12px 0 8px 0;
}
.u .works .auth {
  color: #9a9a9a;
  padding: 0 0 0 3px;
  line-height: 16px;
  *line-height: 18px;
  /*float: left;*/
  margin: 0px 0 2px 0;
}
.u .works .stats a {
  margin-right: 7px;
  color: #9a9a9a;
}
.u .loading-wrap {
  position: relative;
  width: 287px;
  height: 287px;
}
.u .loading {
  position: absolute;
  top: 25%;
  left: 25%;
}
html.create .container,
html.create .header .bd {
  width: 1000px;
}
html.create .article {
  width: 600px;
}
html.create .article.full {
  width: 100%;
  float: none;
}
html.create .aside {
  width: 360px;
}
.create .form-group {
  margin-bottom: 20px;
}
#create_form .form-group{
    margin-bottom: 35px;
}


#create_form{
    font-size: 15px;
}

.create .form-group label {
  width: 100px;
  float: left;
}

.create .form-group input.text,
.create .form-group input.date,
.create .form-group .textarea {
  border: 1px solid lightgray;
  padding: 2px 6px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.create .form-group input.text,
.create .form-group .textarea {
  width: 336px;
}
.create .form-group input.checkbox {
  vertical-align: middle;
}
.create .form-group select {
  /*height: 24px;*/
  width: 130px;
  margin-right: 10px;
  padding: 2px 6px;
  border: 1px solid lightgray;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.create .tips {
  padding-top: 8.5px;
  font-size: 12px;
  color: #767676;
}
.create .subjects {
  position: absolute;
  z-index: 1000;
  /*width:310px;*/
  width: 336px;
  top: 0px;
  background: white;
  /*padding:5px 10px;*/
  border: 1px solid lightgray;
  padding: 22px 12px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  display: none;
}
.create .status a,
.create .subjects a {
  color: #999;
  float: left;
  border: 1px solid #ccc;
  padding: 0px 6px 0 6px;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  margin: 4px 6px 4px 0px;
  text-decoration: none;
}
.create .status a:hover,
.create .subjects a:hover {
  border: 1px solid #aaa;
  background: #ddd;
  color: #333;
}
.create .status a.active {
  border: 1px solid #229955;
  background: #27ae60;
  color: #fff;
}
.create .waiting {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: black;
  opacity: 0.75;
  filter: alpha(opacity=75);
  z-index: 10000;
}
.create .waiting-tips {
  width: 300px;
  display: block;
  margin: 120px auto;
  color: white;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
#syds-switcher {
  height: 29px;
  width: 122px;
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
  line-height: 29px;
  background: url('../imgs/2/i_syds2015_switcher.png') 0px 0px no-repeat;
}
#syds-switcher:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
}
#syds-switcher.active {
  background-position: 0px -29px;
}
#syds-switcher.active:hover {
  background: white;
  text-indent: 0;
}
html.upload .container,
html.upload .header .bd {
  width: 1000px;
}
html.upload .article {
  width: 600px;
}
html.upload .article.full {
  width: 100%;
  float: none;
}
html.upload .aside {
  width: 360px;
}
.upload {
  /*.tips{
    color: gray;
    padding:5px 10px;
    background: darken(#f5f5f5, 3%);
    margin-bottom: 20px;
  }*/
}
.upload .subject {
  font-size: 22px;
  padding: 10px 0;
  margin: 20px 0;
}
.upload #fsUploadProgress {
  margin-bottom: 20px;
}
.upload #description_form {
  display: none;
}
.upload .actions {
  margin-bottom: 20px;
}
.upload .select {
  margin-bottom: 20px;
}
.upload .start {
  display: none;
}
.upload .textarea {
  width: 220px;
  height: 50px;
  border: 1px solid lightgray;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.upload .form-group {
  margin-bottom: 20px;
}
.upload .photos .item {
  margin-bottom: 20px;
}
.upload .photos .item .opts {
  width: 60px;
}
.upload .photos .item .delete {
  visibility: hidden;
}
.upload .photos .item:hover .delete {
  visibility: visible;
}
/*
 * Toastr
 * Copyright 2012-2014 John Papa and Hans FjÃƒÂ§Ã¢â‚¬ÂºÃ‚Â²llemark.
 * All Rights Reserved.
 * Use, reproduction, distribution, and modification of this code is subject to the terms and
 * conditions of the MIT license, available at http://www.opensource.org/licenses/mit-license.php
 *
 * Author: John Papa and Hans FjÃƒÂ§Ã¢â‚¬ÂºÃ‚Â²llemark
 * Project: https://github.com/CodeSeven/toastr
 */
.toast-title {
  font-weight: bold;
}
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #ffffff;
}
.toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.toast-center-center {
  top: 40%;
  left: 50%;
  margin-top: -30px;
  margin-left: -150px;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 60px;
  left: 12px;
}
.toast-top-right {
  top: 60px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/
}
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#toast-container > div {
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  /*opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  filter: alpha(opacity=90);*/
}
#toast-container > :hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}
#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}
#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin: auto;
}
.toast {
  background-color: #030303;
}
.toast-success {
  background-color: #51a351;
}
.toast-error {
  background-color: #bd362f;
}
.toast-info {
  background-color: #2f96b4;
}
.toast-warning {
  background-color: #f89406;
}
/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}
.footer {
  margin-top: 40px;
  background: #282828;
  text-align: center;
}
.footer .bd {
  padding: 20px 0;
  margin: 0 auto;
}
.footer .full {
  display: block;
}
.footer .mini {
  display: none;
}
.footer a {
  margin: 0 8px;
  white-space: nowrap;
  color: #a6a6a6;
}
.footer a:hover {
  color: #f60;
}
.footer .foot-nav {
  line-height: 20px;
  color: #b0b0b0;
}
.footer .foot-copyright {
  line-height: 20px;
  margin: 2px 0;
  color: #b0b0b0;
}
.footer .foot-copyright .text {
  margin: 2px 0 0;
}
.footer .foot-copyright .text span {
  margin: 0 8px;
}

/*2015-08-28 JUNJUN S*/
.slider .pnBtn .arrow{ display: none;}
.slider:hover .pnBtn .arrow{ display: block;}
/*2015-08-28 JUNJUN E*/

.slider .direct {
    float: right;
    position: relative;
    right: 25px;
    top: 10px;
}

body .slider .caption {
    float: left;
    position: relative;
    top: 8px;
    left: 30px;
}

.imageWrap{ width:auto !important; height:auto !important; }