

.character_area{
  width:100%;
  height:224px;
  margin-top:80px;
}
.character_area_imgs{
  width:209px;
  height:220px;
  margin:0 auto;
}
.character_area_imgs img{
  width:100%;
  height:100%;
}

.title_area{
  width:100%;
  margin-bottom:40px;
}
.title_area h2{
  font-size:25px;
  font-weight:500;
  text-align:center;
}

.art_area{
  width: 1280px;
  height: auto;
  margin: 100px auto 50px;
  position: relative;
}
.art_area_ul{
  width:100%;
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  margin-top:40px;
}
.art_area_ul li{
  width:620px;
  height:509px;
  margin-bottom:40px;
  border:1px solid #222;
  cursor: pointer;
}
.art_area_ul li figure{
  width:620px;
  height:458px;
  border-bottom:1px solid #222;
}
.art_area_ul li figure img{
  width:100%;
  height:100%;
}
.artbox_title{
  width:100%;
  height:50px;
}
.artbox_title p{
  width:100%;
  height:100%;
  line-height:50px;
  text-align:center;
  font-size:20px;
}

.back_btn{
  width: 1280px;
  height: 20px;
  margin: 0 auto;
  position: relative;
  right: 0;
  top:-6px;
}
.back_btn figure{
  width: 20px;
  height: 20px;
  margin: 0;
  position: absolute;
  right: 0;
  cursor: pointer;
}
.back_btn img{
  width: 100%;
  height: 100%;
}


#view{
  width: 840px;
  height: 630px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -48%);
  z-index: 2;
}
#view img{
  width: 100%;
  height: 100%;
  display: block;
}
.displayNone{
  display: none;
}

#dim{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
#dim .popFrame{
  width: 1280px;
  height: 746px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#dim .popFrame img{
  width: 100%;
  height: 100%;
}
#dim .popBtnArea{
  width:1100px;
  /* height:746px; */
  position:absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
#dim .btnImgs{
  width: 21px;
  height: 25px;
}
#dim .btnImgs img{
  width: 100%;
  height: 100%;
}
.more_btn{
  width:20px;
  height:20px;
  position: absolute;
  right: 10px;
  top:10px;
  background-color: unset;
  cursor: pointer;
  /* display: none; */
}
.more_btn a{
  display: block;
  width: 100%;
  height: 100%;
  background-color: unset;
}
.more_btn img{
  width: 100%;
  height: 100%;
  background-color: unset;
}

.mo_area{
  display: none;
}

