* {
  font-family: "Microsoft YaHei";
}
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.clearfix:before,
.clearfix:after {
  clear: both;
  content: " ";
  display: table;
}
body {
  background-image: url("../img/bg3.jpg");
  background-size: cover;
  background-attachment: fixed;
  overflow-x: hidden;
  color: #D5D6E2;
  font-weight: 500;
  font-size: 1.05em;
}
a {
  color: #2fa0ec;
  text-decoration: none;
  outline: none;
}
a:hover,
a:focus {
  color: #74777b;
}
.containerWrapper {
  width: 75%;
  background-color: rgba(255, 255, 255, 0.3);
  margin: 0 auto;
  margin-top: 30px;
  padding-top: 30px;
}
.containerWrapper #gallery-wrapper {
  position: relative;
  max-width: 90%;
  width: 90%;
  margin: 50px auto;
}
.white-panel {
  position: absolute;
  background: #FCF4C5;
  border-radius: 5px;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.3);
  padding: 20px;
}
.white-panel .nail {
  position: absolute;
  width: 40px;
  height: 57px;
  top: -20px;
  right: 8px;
}
.white-panel .nail1 {
  background-image: url("../img/nail1.png");
}
.white-panel .nail2 {
  background-image: url("../img/nail2.png");
}
.white-panel .nail3 {
  background-image: url("../img/nail3.png");
}
.white-panel .nail4 {
  background-image: url("../img/nail4.png");
}
.white-panel .nail5 {
  background-image: url("../img/nail5.png");
}
.white-panel h1 {
  font-size: 1em;
  color: #A92733;
}
.white-panel .desc {
  padding-left: 10px;
  color: #888;
}
.white-panel .date {
  margin-top: 20px;
  text-align: right;
  color: #666;
}
.white-panel h1 a {
  color: #A92733;
}
.white-panel:hover {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  margin-top: -8px;
  transform: scale(1.1) rotate(-6deg);
  z-index: 999;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 80px;
  background-color: #B97073;
  z-index: 99999;
}
.header .logoWrapper {
  position: absolute;
  top: 15px;
  left: 150px;
}
.header .logoWrapper img {
  display: inline-block;
}
.header .navbar {
  position: absolute;
  top: 10px;
  left: 430px;
  height: 70px;
  line-height: 70px;
  font-size: 22px;
  color: #fff;
  padding-top: 7px;
}
.header .navbar a {
  color: #fff;
}
.header .navbar a span {
  padding: 10px;
}
.header .navbar a:hover span {
  background-color: #A92733;
  border-radius: 10px;
}
.header .write {
  width: 200px;
  height: 80px;
  float: right;
  text-align: center;
  line-height: 80px;
  background-color: #A92733;
  color: #fff;
  font-size: 18px;
  transition: all 100ms ease-in-out;
}
.header .write:hover {
  cursor: pointer;
  font-size: 20px;
}
#scene {
  position: fixed;
  width: 100%;
  bottom: -20px;
  z-index: -999999;
}
#scene2 {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -260px;
  margin-bottom: -40px;
  text-align: center;
}
#sceneRightHandPlugin {
  position: absolute;
  top: 65px;
  right: 50px;
}
#sceneLeftHandPlugin {
  position: absolute;
  top: 65px;
  left: 50px;
}
#sceneLeftTopHandPlugin {
  position: absolute;
  top: 70px;
  left: 140px;
}
#sceneRighrTopHandPlugin {
  position: absolute;
  top: 80px;
  right: 140px;
}
.writeMessageWrapper {
  position: fixed;
  right: 0;
  top: 40%;
}
.topNavbar {
  margin-top: 80px;
  width: 100%;
  height: 200px;
  line-height: 200px;
  text-align: center;
  color: #333;
  font-size: 30px;
}
.topNavbar img {
  height: 160px;
}
