@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
a,
img {
  border: 0;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #3366cc;
  text-decoration: underline;
}
/* zpmenu */
.zpmenu {
  margin-top: 20px;
  height: 528px;
  overflow: hidden;
  position: relative;
}
.zpmenu dl {
  float: left;
  height: 100%;
  position: absolute;
  transition: all 0.6s;
  left: 0;
}
.zpmenu dt {
  width: 80px;
  float: left;
  height: 100%;
  background-image: url("https://image-storage.oss-cn-hangzhou.aliyuncs.com/image/173uu/encyclopedias/monster/pianzhang.png");
  background-repeat: no-repeat;
  /* background-size: contain; */
  background-position-y: center;
  cursor: pointer;
  font-size: 24px;
  color: #ffcb4d;
  writing-mode: vertical-lr; /*从左向右 从右向左是 writing-mode: vertical-rl;*/
  writing-mode: tb-lr; /*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
  font-family: "NokiaFontYanTi";
  text-align: center;
  line-height: 80px;
}
.zpmenu dt:hover {
  background-image: url("https://image-storage.oss-cn-hangzhou.aliyuncs.com/image/173uu/encyclopedias/monster/pianzhangxuanting.png");
}
.zpmenu dt.open {
  width: 112px;
  font-size: 36px;
  background-image: url("https://image-storage.oss-cn-hangzhou.aliyuncs.com/image/173uu/encyclopedias/monster/pianzhangzhankai.png");
  line-height: 112px;
}
.zpmenu dt img {
  width: 64px;
  display: block;
  float: left;
  height: 204px;
  cursor: pointer;
}
.zpmenu dd {
  position: relative;
  width: auto;
  display: block;
  float: left;
  height: 100%;
  overflow: hidden;
}
div.zpmenu dl#slider2 dd div.zpinfor {
  box-sizing: border-box;
  padding: 38px 24px 0 24px;
  width: 100%;
  display: inline;
  float: left;
  height: 100%;
  background-image: url("https://image-storage.oss-cn-hangzhou.aliyuncs.com/image/173uu/encyclopedias/monster/guaiwuzhankai.png");
  background-repeat: no-repeat;
  /* background-size: contain; */
  background-position-y: center;
  display: flex;
  align-items: center;
}
.zpmenu dd h1 {
  width: 403px;
  float: left;
  font-size: 18px;
}
.zpmenu dd span {
  display: inline-block;
  float: left;
  font-size: 14px;
  margin-right: 25px;
}
.zpmenu dd h2 {
  border-bottom: #b4b4b4 1px dashed;
  padding-bottom: 5px;
  width: 403px;
  display: inline;
  float: left;
  color: #9b0f0f;
  font-size: 14px;
}
.zpmenu dd ul {
  width: 403px;
  float: left;
  height: 100px;
  clear: both;
}
.zpmenu dd ul li {
  line-height: 24px;
  margin: 0px 10px 0px 0px;
  display: inline;
  white-space: nowrap;
  float: left;
}
.monster_item {
  cursor: pointer;
  height: 100%;
}

.monster_item + .monster_item {
  margin-left: 20px;
}
.monster_item_img {
  width: 140px;
  height: 420px;
  background-image: url("https://image-storage.oss-cn-hangzhou.aliyuncs.com/image/173uu/encyclopedias/monster/xiaoguaibeijing.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
.monster_item_img img {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform-origin: center center;
}

.monster_item_img:hover img:last-of-type {
  animation: enlarge 1s 0s ease both;
}

@keyframes enlarge {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: scale3d(1.5, 1.5, 1);
    -moz-transform: scale3d(1.5, 1.5, 1);
    -ms-transform: scale3d(1.5, 1.5, 1);
    -webkit-transform: scale3d(1.5, 1.5, 1);
  }
}
.monster_item_title {
  color: #aa9171;
  font-size: 16px;
  text-align: center;
  margin-top: 12px;
}
.monster_item_title::before,
.monster_item_title::after {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  border: 1px solid #aa9171;
}
.monster_item_title::before {
  margin-right: 7px;
}
.monster_item_title::after {
  margin-left: 7px;
}
.monster_item:hover {
  text-decoration: none;
}
.monster_item:hover .monster_item_img {
  background-image: url("https://image-storage.oss-cn-hangzhou.aliyuncs.com/image/173uu/encyclopedias/monster/xiaoguaixuanting.png");
}
.monster_item:hover .monster_item_title {
  color: #fde051;
}
.monster_item:hover .monster_item_title::before,
.monster_item:hover .monster_item_title::after {
  border-color: #fde051;
}
.monster_more {
  margin-left: 16px;
}
.monster_more img {
  width: 38px;
  height: 152px;
}
.monster_more img:last-child {
  display: none;
}
.monster_more:hover img:last-child {
  display: block;
}
.monster_more:hover img:first-of-type {
  display: none;
}
