.animated {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
}
.animated.hinge {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
}
.animated.flip {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flip;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flip;
  -o-backface-visibility: visible !important;
  -o-animation-name: flip;
  backface-visibility: visible !important;
  animation-name: flip;
}
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes bounceOutUp {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-o-keyframes bounceOutUp {
  0% {
    -o-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  -moz-animation-name: bounceOutUp;
  -o-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px);
  }
  80% {
    -moz-transform: translateY(-10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes bounceInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(30px);
  }
  80% {
    -o-transform: translateY(-10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-moz-keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
@-webkit-keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
@-o-keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@-o-keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
#bgdiv {
  position: fixed;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  background: top left no-repeat #666;
  background-size: cover;
  transition: background 0.3s linear;
  background-position: center 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
}
.bgmask {
  height: 100%;
  width: 100%;
  background: rgba(152,103,133,0.72);
}
body {
  margin: 0px;
  padding: 0px;
  text-align: center;
}
#footer {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #d2d2d2;
  font-size: 0.7em;
}
#footer a {
  color: #fff;
}
#footer a:hover {
  color: #6cf;
}
#footer p {
  font-size: 12px;
}
#footer img {
  vertical-align: bottom;
}
@charset "UTF-8";
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
time,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
}
tbody,
td,
tfoot,
th,
thead,
tr {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
body:after,
body:before {
  display: table;
  content: "";
}
body:after {
  clear: both;
}
body,
html {
  height: 100%;
}
html {
  height: 100%;
  max-height: 100%;
}
body {
  color: #333;
  font-size: 1em;
  font-family: ff-tisa-web-pro-1, ff-tisa-web-pro-2, "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  -webkit-font-smoothing: antialiased;
}
::-moz-selection {
  background: rgba(255,255,255,0.3);
}
::selection {
  background: rgba(255,255,255,0.3);
}
::-moz-selection {
  background: rgba(255,255,255,0.3);
}
a {
  color: #df9c81;
  text-decoration: none;
}
a:hover {
  color: #d06c44;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
h1,
h2,
h3,
h4,
h5 {
  margin-top: 1em;
  margin-bottom: 0.5em;
  color: #333;
  font-weight: lighter;
  font-family: ff-tisa-web-pro-1, ff-tisa-web-pro-2, "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  -webkit-font-smoothing: antialiased;
}
h1 {
  margin-top: 0;
  letter-spacing: 0.05em;
  font-size: 1.8em;
  line-height: 1.2em;
}
h2 {
  font-size: 1.6em;
}
h3 {
  font-size: 1.4em;
}
h4 {
  font-size: 1.2em;
}
h4 {
  font-size: 1.1em;
}
h5 {
  font-size: 1em;
}
p {
  margin-bottom: 1.3em;
  line-height: 1.7em;
}
em {
  font-style: italic;
}
ol,
ul {
  margin: 0 0 0.3em 1em;
}
ol li,
ul li {
  margin: 0 0 0.2em 0;
  line-height: 1.6em;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0.1em 0 0.2em 2em;
}
ol {
  list-style-type: decimal;
}
ul {
  list-style-type: disc;
}
.author a,
.date a,
.tags a,
.time a {
  color: #666;
}
.author a:hover,
.date a:hover,
.tags a:hover,
.time a:hover {
  color: #d06c44;
}
.hidden {
  display: none !important;
}
hr {
  border: none;
}
:focus {
  outline: 0;
}
.panel-main {
  display: table;
  width: 100%;
  height: 100%;
}
.panel-main_inner {
  position: relative;
  display: table-cell;
  padding: 0 60px;
  vertical-align: middle;
}
.panel-main_content {
  max-width: 620px;
  margin: 100px auto;
}
.panel-inverted {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0,0,0,0.4);
  font-weight: 100;
}
.panel-inverted a {
  color: #fff;
}
.logo {
  width: 40%;
  aspect-ratio: 1;
  border: 3px solid #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.3);
  box-shadow: 0 0 1px 1px rgba(0,0,0,0.3);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  max-width: 170px;
  margin-bottom: 12px;
}
.logo:hover {
  border: 3px solid #5ba4e5;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  -ms-transform: rotate(360deg);
}
.panel-title {
  margin: 0 0 15px 0;
  color: #fff;
  font-size: 2.5em;
}
.panel-subtitle {
  color: #ccc;
  letter-spacing: 3px;
  font-weight: lighter;
  font-size: 1.2em;
  line-height: 130%;
  font-family: ff-tisa-web-pro-1, ff-tisa-web-pro-2, "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  -webkit-font-smoothing: antialiased;
}
.panel-cover_divider {
  margin: 20px auto;
  width: 50%;
  border-top: 1px solid rgba(255,255,255,0.3);
}
.panel-cover_description {
  margin: 0 30px;
  font-weight: 400;
}
.cover-navigation {
  margin-top: 20px;
}
.navigation_item a {
  padding: 10px 20px;
  border: 1px solid #df9c81;
  border-radius: 20px;
  color: #df9c81;
  text-shadow: none;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 0.9em;
  -webkit-font-smoothing: antialiased;
}
.navigation_item a:hover {
  border-color: #d06c44;
  color: #d06c44;
}
nav {
  position: relative;
  display: inline-block;
}
.navigation {
  position: relative;
  display: inline-block;
  margin: 0;
  list-style-type: none;
}
.navigation_item {
  display: inline-block;
  margin: 5px 1px 0 0;
  line-height: 1em;
}
.navigation_item_btn {
  margin: 2.5px 10px;
}
.navigation_item a {
  position: relative;
  display: block;
  border-color: #fff;
  color: #fff;
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.navigation_item a:hover {
  border-color: rgba(255,255,255,0.3);
  background: rgba(255,255,255,0.3);
  color: #fff;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.navigation--social a {
  padding: 6px 8px 6px 9px;
  border: 0;
}
.navigation--social a .label {
  display: none;
}
.navigation--social a .icon {
  display: block;
  font-size: 1.7em;
}
.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.navigation_item a svg {
  width: 26px;
  height: 26px;
}
.Weibo_icon_position {
  position: relative;
  right: 50px;
  top: -15px;
}
.Weibo_icon {
  display: inline-block;
  background-image: url("/img/dahuiyuan.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.Weibo_icon_logo {
  width: 40px;
  height: 40px;
  vertical-align: -2px;
}
.verify_icon {
  display: inline-block;
  background-image: url("/img/twitter-verified-badge.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.verify_icon_logo {
  width: 0.9em;
  height: 0.9em;
  vertical-align: -1px;
  margin-left: -4px;
}
