@charset "utf-8";

/*-----------------------*/
/* common */
/*-----------------------*/
h1.title {
  font-family: 'Ubuntu', sans-serif;
  color: #ff3e84;
  font-size: 64px;
  line-height: 1em;
  font-style: italic;
  padding:30px 10px;
  text-shadow:0 0 10px #fff,0 0 10px #fff,0 0 10px #fff;
}
h2 {
  color: #ff3e84;
  font-size: 40px;
  line-height: 1em;
  text-align: center;
  margin-bottom: 30px;
}
h3 {
  color: #7435b3;
  font-size: 20px;
  line-height: 1.4em;
  text-align: center;
  margin-bottom: 20px;
}
h4 {
  color: #7435b3;
  font-size: 16px;
  line-height: 1.4em;
  margin-bottom: 10px;
}
/*-----------------------*/
.column {
  display: table;
  width: 100%;
}
.column h3 {
  padding:0 10px;
}
.column .text {
  color:#333;
  font-size: 15px;
  padding:20px;
}
.column .image img {
  display: block;
  margin: 0 auto;
}
.column > li {
  display: table-cell;
  vertical-align: top;
  background: url(../img/line_v.png) top right repeat-y;
  padding-top: 20px;
}
.column > li:last-child {
  background:none;
}
.column2 > li {
  width: 50%;
}
.column3 > li {
  width: 33.3%;
}
.column4 > li {
  width: 25%;
}
.column5 > li {
  width: 20%;
}
.column5 > li .text {
  padding: 10px;
  padding-bottom: 20px;
}
/*-----------------------*/
.image_window,
.window {
  position: relative;
  background: url(../img/window_bg.png) top center repeat;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  overflow: hidden;
  margin-bottom: 50px;
  clear: both;
  display: block;
}
.image_window img {
  display: block;
}
.window:before,
.window:after {
  content: " ";
  width: 100%;
  height: 20px;
  background: url(../img/window_frame.png) top center repeat-x;
  position: absolute;
  left: 0;
}
.window:before {
  top: 0;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.window:after {
  bottom: 0;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.window > .inner {
  padding: 50px 40px;
}
.window .message {
  background:#ffedf3;
  border-radius: 10px;
  padding:10px;
}
.window .message ul {
  padding: 10px;
}
.window .message li {
  list-style-type: disc;
  margin-left: 20px;
  font-size: 14px;
}
/*-----------------------*/
.sub_menu {
  margin-bottom: 40px;
  font-size: 0;
  text-align: center;
}
.sub_menu li {
  display: inline-block;
  margin:0 10px;
}
.sub_menu li a,
.sub_menu li div {
  border-radius: 10px;
  font-size: 18px;
  padding: 0 30px;
  height: 50px;
  line-height: 50px;
  display: block;
  font-weight: bold;
  background-color: #fff;
  color:#ff3e84;
  border:2px solid #ff3e84;
  transition-duration: 200ms;
  transition-timing-function: ease;
  transition-property: background-color,color;
}
.sub_menu li a {
  text-decoration: none;
}
.sub_menu li a:hover,
.sub_menu li .current {
  background-color: #ff3e84;
  color:#fff;
}
.sub_menu li div {
  background:#c0c0c0;
  border:2px solid #c0c0c0;
  color:#fff;
}
/*-----------------------*/
.split {
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
}
.split > div {
  position: relative;
  height: 33%;
  width: 50%;
  float: left;
}


/*-----------------------*/
/* product */
/*-----------------------*/
.page_product {
  width: 1170px;
  margin: 0 auto;
  font-weight: bold;
  margin-top: 70px;
  margin-bottom: 80px;
  text-shadow:#ffffff 2px 2px 0px, 
              #ffffff -2px 2px 0px,
              #ffffff 2px -2px 0px,
              #ffffff -2px -2px 0px;
  /*
  text-shadow:0 0 3px #fff,
              0 0 3px #fff,
              0 0 3px #fff,
              0 0 3px #fff,
              0 0 3px #fff,
              0 0 3px #fff,
              0 0 3px #fff,
              0 0 3px #fff,
              0 0 3px #fff,
              0 0 3px #fff;
  */
  position: relative;
}
.page_product:after {
  content: " ";
  clear: both;
  display: block;
}
.page_product .image {
  width: 470px;
}
.page_product .image,
.page_product .spec {
  float: left;
}
.page_product .spec {
  width: 700px;
  height: 320px;
  display: table;
}
.page_product dl {
  display: table-cell;
  vertical-align: middle;
}
.page_product dt,
.page_product dd {
  line-height: 1em;
}
.page_product dt {
  color: #ff3e84;
  font-size: 15px;
  margin-bottom: 5px;
}
.page_product dd {
  color: #333;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 8px;
}
.page_product dd sup {
  font-size: 12px;
  vertical-align: text-top;
}
.page_product h1 div {
  color: #ff3e84;
  font-size: 16px;
  line-height: 1em;
  margin-bottom: 10px;
}
.page_product h1 {
  color: #333;
  font-size: 36px;
  line-height: 1em;
  margin-bottom: 30px;
  margin-left: 10px;
}
.body_product .shop_link {
  display: block;
  width: 200px;
  height: 42px;
  margin: 0 auto;
  margin-top:10px;
  border:1px solid #ddd;
}
.body_product .shop_link:hover {
  opacity: 0.5;
}
.body_product .shop_link img {
  display: block;
  width: 200px;
  height: 42px;
}

/*-----------------------*/
/* story */
/*-----------------------*/
.page_story {
  position: relative;
  height: 1400px;
}
.page_story > img,
.page_story  > div {
  display: block;
  position: absolute;
}


/*-----------------------*/
/* character */
/*-----------------------*/
.body_character .main  {
  overflow: visible;
}
.body_character .main > .inner {
  width: 100%;
  position: relative;
}
.body_character .container {
  overflow: hidden;
}
/*-----------------------*/
.page_character {
  width: 100%;
  height: 740px;
  position: relative;
}
.character_bg {
  width: 100%;
  height: 740px;
  overflow: hidden;
  position: absolute;
}
.character_bg svg {
  width: 1920px;
  height: 380px;
  display: block;
  position: absolute;
  top: 160px;
  left:50%;
  margin-left:-960px;
}
.character_bg svg image {
  display: none;
}
/*-----------------------*/
.character_image {
  width: 1200px;
  height: 740px;
  margin: 0 auto;
  display: block;
  position: relative;
}
.character_image li {
  width: 1200px;
  height: 740px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.character_image .image {
  width: 500px;
  height: 720px;
  position: absolute;
  top: -20px;
  left: -80px;
}
.character_image .image img {
  display: block;
  position: absolute;
  transition-property: transform,opacity;
  transition-duration: 0ms;
  transition-timing-function: cubic-bezier(0.31,0.47,0,1);
  opacity: 0;
  transform:translate(100px,-5px) scale(0.5);
  transform-origin:200px 600px;
}
.character_image .current .image img {
  transition-duration: 600ms;
}
.character_image .image .image1 {
  transform:translate(0,0) scale(1);
  opacity: 1;
}
.character_image .image_change .image1 {
  opacity: 0;
  transform:translate(100px,-5px) scale(0.5);
}
.character_image .image_change .image2 {
  opacity: 1;
  transform:translate(0,0) scale(1);
}

.character_image .name {
  width: 500px;
  height: 160px;
  position: absolute;
  top: 70px;
  left: 480px;
}
.character_image .name > div {
  text-indent: 105%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  background-image: url(../img/character/name.png);
  background-repeat: no-repeat;


}
.character_image .name1 {
  width: 250px;
  height: 50px;
}
.character_image .name2 {
  width: 500px;
  height: 100px;
  background-position: 0 -400px;
  margin-top: -30px;
  margin-left: -6px;
}
.character_image .name3 {
  width: 300px;
  height: 60px;
  background-position: -260px 0;
  margin-top: -18px;
  margin-left: -8px;
}

.character_image .c1 .name1 {  background-position: 0 0; }
.character_image .c2 .name1 {  background-position: 0 -50px; }
.character_image .c3 .name1 {  background-position: 0 -100px; }
.character_image .c4 .name1 {  background-position: 0 -150px; }
.character_image .c5 .name1 {  background-position: 0 -200px; }
.character_image .c6 .name1 {  background-position: 0 -250px; }

.character_image .c1 .name2 {  background-position: 0 -400px; }
.character_image .c2 .name2 {  background-position: 0 -500px; }
.character_image .c3 .name2 {  background-position: 0 -600px; }
.character_image .c4 .name2 {  background-position: 0 -700px; }
.character_image .c5 .name2 {  background-position: 0 -800px; }
.character_image .c6 .name2 {  background-position: 0 -900px; }

.character_image .c1 .name3 {  background-position: -260px 0; }
.character_image .c2 .name3 {  background-position: -260px -60px; }
.character_image .c3 .name3 {  background-position: -260px -120px; }
.character_image .c4 .name3 {  background-position: -260px -180px; }
.character_image .c5 .name3 {  background-position: -260px -240px; }
.character_image .c6 .name3 {  background-position: -260px -300px; }


.character_image .text {
  width: 700px;
  height: 200px;
  position: absolute;
  top: 250px;
  left: 520px;
  background-image: url(../img/character/text.png);
  background-repeat: no-repeat;
  text-indent: 105%;
  white-space: nowrap;
  overflow: hidden;
}
.character_image .c1 .text {  background-position: 0 0px; }
.character_image .c2 .text {  background-position: 0 -200px; }
.character_image .c3 .text {  background-position: 0 -400px; }
.character_image .c4 .text {  background-position: 0 -600px; }
.character_image .c5 .text {  background-position: 0 -800px; }
.character_image .c6 .text {  background-position: 0 -1000px; }


.character_image .chach {
  width: 640px;
  height: 200px;
  position: absolute;
  top: 500px;
  left: 560px;
  background-image: url(../img/character/catch.png);
  background-repeat: no-repeat;
  text-indent: 105%;
  white-space: nowrap;
  overflow: hidden;
}
.character_image .c1 .chach {  background-position: 0 0px; }
.character_image .c2 .chach {  background-position: 0 -200px; }
.character_image .c3 .chach {  background-position: 0 -400px; }
.character_image .c4 .chach {  background-position: 0 -600px; }
.character_image .c5 .chach {  background-position: 0 -800px; }
.character_image .c6 .chach {  background-position: 0 -1000px; }


.character_image .cover {
  width: 1200px;
  height: 740px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/s.png);
}
.character_image .change {
  width: 150px;
  height: 60px;
  display: block;
  position: absolute;
  bottom: 10px;
  left: 5px;
  background-image: url(../img/character/change.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  text-indent: 105%;
  white-space: nowrap;
  overflow: hidden;
  display: none;
}
.character_image .change:hover {
  background-position: 0 -60px;
}
/*-----------------------*/
.character_image li {
  z-index: 100;
}
.character_image .current {
  z-index: 110;
}
.character_image .image {
  transition-property: transform,opacity;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.66,0,1,0.4);
  opacity: 0;
  transform:translate(100px,-5px);
  transition-delay:0ms;
}
.character_image .current .image {
  transition-duration: 600ms;
  transition-timing-function: cubic-bezier(0,1,1,1);
  opacity: 1;
  transform:translate(0,0);
  transition-delay:100ms;
}

.character_image .chach,
.character_image .text,
.character_image .name > div {
  transition-property: transform,opacity;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.66,0,1,0.4);
  opacity: 0;
  transform:translate(100px,-5px);
}
.character_image .name1  { transition-delay:300ms;}
.character_image .name2  { transition-delay:200ms;}
.character_image .name3  { transition-delay:100ms;}
.character_image .text   { transition-delay:0ms;}
.character_image .chach  { transition-delay:0ms;}

.character_image .current .chach  { transition-delay:200ms;}
.character_image .current .name1  { transition-delay:800ms;}
.character_image .current .name2  { transition-delay:900ms;}
.character_image .current .name3  { transition-delay:1000ms;}
.character_image .current .text   { transition-delay:1100ms;}

.character_image .current .text,
.character_image .current .chach,
.character_image .current .name > div {
  transition-duration: 600ms;
  transition-timing-function: cubic-bezier(0,1,1,1);
  opacity: 1;
  transform:translate(0,0);
}
.character_image .current .change {
  display: block;
}

.character_image .comment {
  position: absolute;
  transition-property: transform,opacity;
  transition-duration: 400ms;
  transition-timing-function: cubic-bezier(0.66,0,1,0.4);
  opacity: 0;
  transform:translate(50px,50px);
  transition-delay:0ms;
}
.character_image .current .comment {
  opacity: 1;
  transform:translate(0,0);
  transition-delay:1200ms;
  transition-timing-function: cubic-bezier(0,1,1,1);
}
.character_image .comment .tips {
  color:#ff3e84;
  position: relative;
  opacity: 1;
}
.character_image .comment .tips:hover {
  transition-delay: 0ms;
  transition-duration: 300ms;
  transform:scale(1.2);
}

/*-----------------------*/
.character_menu {
  width: 1200px;
  height: 200px;
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 120;
}
.character_menu:after {
  content: " ";
  clear: both;
  display: block;
}
.character_menu li,
.character_menu li a {
  display: block;
  width: 200px;
  height: 200px;
}
.character_menu li {
  float: left;
}
.character_menu li a {
  background-image:url(../img/character/menu.jpg);
  background-repeat: no-repeat;
  text-indent: 105%;
  white-space: nowrap;
  overflow: hidden;
  transition-property: background-position;
  transition-duration: 400ms;
  transition-timing-function: cubic-bezier(0.31,0.47,0,1);
}
.character_menu .c1 a {  background-position: 0 -200px;  }
.character_menu .c2 a {  background-position: -200px -200px;  }
.character_menu .c3 a {  background-position: -400px -200px;  }
.character_menu .c4 a {  background-position: -600px -200px;  }
.character_menu .c5 a {  background-position: -800px -200px;  }
.character_menu .c6 a {  background-position: -1000px -200px;  }

.character_menu .c1 a:hover,.character_menu .c1 a.current {  background-position: 0 0;  }
.character_menu .c2 a:hover,.character_menu .c2 a.current {  background-position: -200px 0;  }
.character_menu .c3 a:hover,.character_menu .c3 a.current {  background-position: -400px 0;  }
.character_menu .c4 a:hover,.character_menu .c4 a.current {  background-position: -600px 0;  }
.character_menu .c5 a:hover,.character_menu .c5 a.current {  background-position: -800px 0;  }
.character_menu .c6 a:hover,.character_menu .c6 a.current {  background-position: -1000px 0;  }



.character_page {
  display: block;
  width: 50px;
  height: 100px;
  position: absolute;
  top: 50%;
  z-index: 200;
  color:#fff;
  opacity: 0.5;
  transition-property: transform,opacity;
  transition-duration: 200ms;
  transition-timing-function: ease;
  transform:scale(1);
}
.character_page:hover {
  opacity: 0.8;
  transform:scale(1.2);
}
.character_page_next {
  left:50%;
  margin-top:-95px;
  margin-left: 605px;
}
.character_page_prev {
  left:50%;
  margin-top:-45px;
  margin-left: -655px;
}

@media screen and (max-width: 1300px) {

  .character_page {
    display: none;
  }

}





/*-----------------------*/
/* special */
/*-----------------------*/
.body_special iframe {
  display: block;
  margin: 0 auto;
  margin-bottom: 40px;
}

/*-----------------------*/
/* system */
/*-----------------------*/
.body_system h1,
.body_system h2 {
  width: 600px;
  height: 150px;
  background-image:url(../img/system/title.png);
  background-repeat: no-repeat;
  text-indent: 105%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  float: left;
  margin: 0;
}
.body_system .title1 {  background-position: 0 0;}
.body_system .title2 {  background-position: 0 -150px;}
.body_system .title3 {  background-position: 0 -300px;}

.body_system .sub_menu {
  width: 600px;
  display: block;
  float: left;
  margin: 0;
  margin-top: 50px;
  text-align: right;
}
.body_system .sub_menu li a {
  padding: 0 20px;
  height: 46px;
  line-height: 46px;
}
.body_system .anchor {
  height: 50px;
  margin-top: -50px;
}
.body_system .image_window {
  margin-bottom: 20px;
}


.body_system .layout {
  position: absolute;
  display: block;
  transition-property: transform,opacity;
  transition-duration: 600ms;
  transition-timing-function: cubic-bezier(0,1,1,1);
  transform:scale(1.2);
  opacity: 0;
}
.body_system .layoutin {
  opacity: 1;
  transform:scale(1);
}
.body_system .tips {
  z-index: 100;
}



.s3_2_1, .s1_3_6, .s3_1_2, .s1_2_5, .s2_1_2, 
.s2_3_2, .s2_3_6, .s2_2_2, .s3_1_3, .s1_1_3, 
.s1_4_4, .s3_6_2, .s3_3_3, .s3_4_1, .s3_5_3, 
.s2_2_5, .s3_2_6, .s3_4_3, .s3_2_7, .s3_2_5, 
.s1_2_2, .s1_3_5, .s1_1_2, .s1_4_3, .s1_4_1, 
.s1_2_6, .s3_4_4, .s1_3_1, .s3_5_4, .s2_3_7, 
.s3_6_3, .s2_2_4
{ 
  display: block; 
  background: url(../img/system/sprite.png) no-repeat; 
  overflow: hidden; 
  text-indent: -9999px; 
  text-align: left;
  position: absolute; 
}
 
.s3_2_1 { background-position: -2px -0px; width: 1136px; height: 289px; }
.s1_3_6 { background-position: -2px -291px; width: 571px; height: 58px; }
.s3_1_2 { background-position: -575px -291px; width: 530px; height: 67px; }
.s1_2_5 { background-position: -2px -351px; width: 506px; height: 58px; }
.s2_1_2 { background-position: -510px -360px; width: 490px; height: 55px; }
.s2_3_2 { background-position: -2px -411px; width: 457px; height: 89px; }
.s2_3_6 { background-position: -461px -417px; width: 448px; height: 56px; }
.s2_2_2 { background-position: -461px -475px; width: 396px; height: 88px; }
.s3_1_3 { background-position: -2px -502px; width: 396px; height: 28px; }
.s1_1_3 { background-position: -2px -532px; width: 363px; height: 58px; }
.s1_4_4 { background-position: -367px -565px; width: 347px; height: 88px; }
.s3_6_2 { background-position: -716px -565px; width: 313px; height: 45px; }
.s3_3_3 { background-position: -2px -592px; width: 312px; height: 58px; }
.s3_4_1 { background-position: -716px -612px; width: 305px; height: 169px; }
.s3_5_3 { background-position: -859px -475px; width: 271px; height: 58px; }
.s2_2_5 { background-position: -2px -652px; width: 261px; height: 59px; }
.s3_2_6 { background-position: -859px -535px; width: 249px; height: 28px; }
.s3_4_3 { background-position: -265px -655px; width: 244px; height: 88px; }
.s3_2_7 { background-position: -2px -713px; width: 233px; height: 28px; }
.s3_2_5 { background-position: -2px -743px; width: 226px; height: 29px; }
.s1_2_2 { background-position: -911px -417px; width: 177px; height: 47px; }
.s1_3_5 { background-position: -511px -655px; width: 177px; height: 47px; }
.s1_1_2 { background-position: -1031px -565px; width: 80px; height: 97px; }
.s1_4_3 { background-position: -1023px -664px; width: 80px; height: 97px; }
.s1_4_1 { background-position: -1002px -360px; width: 63px; height: 52px; }
.s1_2_6 { background-position: -1067px -360px; width: 62px; height: 53px; }
.s3_4_4 { background-position: -511px -704px; width: 62px; height: 52px; }
.s1_3_1 { background-position: -400px -502px; width: 56px; height: 55px; }
.s3_5_4 { background-position: -575px -704px; width: 56px; height: 56px; }
.s2_3_7 { background-position: -633px -704px; width: 53px; height: 63px; }
.s3_6_3 { background-position: -230px -745px; width: 53px; height: 63px; }
.s2_2_4 { background-position: -285px -745px; width: 52px; height: 62px; }


.s1_4_4 {
  left: 780px;
  top: 674px;
  z-index: 21;
}
.s1_4_3 {
  left: 757px;
  top: 410px;
  z-index: 20;
}
.s1_4_2 {
  left: 782px;
  top: 472px;
  width: 342px;
  height: 193px;
  z-index: 19;
}
.s1_4_1 {
  left: 708px;
  top: 513px;
  z-index: 18;
}
.s1_3_6 {
  left: 94px;
  top: 712px;
  z-index: 17;
}
.s1_3_5 {
  left: 22px;
  top: 426px;
  z-index: 16;
}
.s1_3_4 {
  left: 469px;
  top: 581px;
  width: 256px;
  height: 144px;
  z-index: 15;
}
.s1_3_3 {
  left: 399px;
  top: 433px;
  width: 295px;
  height: 167px;
  z-index: 14;
}
.s1_3_2 {
  left: 43px;
  top: 448px;
  width: 448px;
  height: 252px;
  z-index: 13;
}
.s1_3_1 {
  left: 389px;
  top: 364px;
  z-index: 12;
}
.s1_2_6 {
  left: 402px;
  top: 146px;
  z-index: 11;
}
.s1_2_5 {
  left: 448px;
  top: 343px;
  z-index: 10;
}
.s1_2_4 {
  left: 911px;
  top: 217px;
  width: 251px;
  height: 141px;
  z-index: 9;
}
.s1_2_3 {
  left: 781px;
  top: 41px;
  width: 346px;
  height: 194px;
  z-index: 8;
}
.s1_2_2 {
  left: 448px;
  top: 50px;
  z-index: 7;
}
.s1_2_1 {
  left: 471px;
  top: 73px;
  width: 461px;
  height: 259px;
  z-index: 6;
}
.s1_1_3 {
  left: 40px;
  top: 280px;
  z-index: 5;
}
.s1_1_2 {
  left: 27px;
  top: 12px;
  z-index: 4;
}
.s1_1_1 {
  left: 51px;
  top: 74px;
  width: 342px;
  height: 193px;
  z-index: 3;
}
/*-----------------------*/
.s2_3_7 {
  left: 858px;
  top: 806px;
  z-index: 15;
}
.s2_3_6 {
  left: 668px;
  top: 1112px;
  z-index: 14;
}
.s2_3_5 {
  left: 848px;
  top: 1028px;
  width: 299px;
  height: 169px;
  z-index: 13;
}
.s2_3_4 {
  left: 633px;
  top: 997px;
  width: 264px;
  height: 148px;
  z-index: 12;
}
.s2_3_3 {
  left: 682px;
  top: 846px;
  width: 406px;
  height: 229px;
  z-index: 11;
}
.s2_3_2 {
  left: 654px;
  top: 520px;
  z-index: 10;
}
.s2_3_1 {
  left: 650px;
  top: 563px;
  width: 461px;
  height: 258px;
  z-index: 9;
}
.s2_2_5 {
  left: 189px;
  top: 998px;
  z-index: 64;
}
.s2_2_4 {
  left: 291px;
  top: 806px;
  z-index: 8;
}
.s2_2_3 {
  left: 115px;
  top: 846px;
  width: 406px;
  height: 228px;
  z-index: 7;
}
.s2_2_2 {
  left: 126px;
  top: 519px;
  z-index: 6;
}
.s2_2_1 {
  left: 89px;
  top: 563px;
  width: 460px;
  height: 257px;
  z-index: 5;
}
.s2_1_2 {
  left: 354px;
  top: 459px;
  z-index: 4;
}
.s2_1_1 {
  left: 249px;
  top: 56px;
  width: 700px;
  height: 394px;
  z-index: 3;
}
/*-----------------------*/

.s3_6_3 {
  left: 950px;
  top: 1133px;
  z-index: 25;
}
.s3_6_2 {
  left: 819px;
  top: 1304px;
  z-index: 24;
}
.s3_6_1 {
  left: 809px;
  top: 1179px;
  width: 334px;
  height: 188px;
  z-index: 23;
}
.s3_5_4 {
  left: 722px;
  top: 1093px;
  z-index: 22;
}
.s3_5_3 {
  left: 401px;
  top: 1118px;
  z-index: 21;
}
.s3_5_2 {
  left: 50px;
  top: 1118px;
  width: 342px;
  height: 194px;
  z-index: 20;
}
.s3_5_1 {
  left: 296px;
  top: 1137px;
  width: 482px;
  height: 273px;
  z-index: 19;
}
.s3_4_4 {
  left: 650px;
  top: 888px;
  z-index: 18;
}
.s3_4_3 {
  left: 671px;
  top: 974px;
  z-index: 17;
}
.s3_4_2 {
  left: 792px;
  top: 920px;
  width: 355px;
  height: 200px;
  z-index: 16;
}
.s3_4_1 {
  left: 697px;
  top: 785px;
  z-index: 15;
}
.s3_2_7 {
  left: 843px;
  top: 549px;
  z-index: 14;
}
.s3_2_6 {
  left: 476px;
  top: 549px;
  z-index: 13;
}
.s3_2_5 {
  left: 114px;
  top: 548px;
  z-index: 12;
}
.s3_2_4 {
  left: 793px;
  top: 536px;
  width: 346px;
  height: 194px;
  z-index: 11;
}
.s3_2_3 {
  left: 427px;
  top: 536px;
  width: 346px;
  height: 194px;
  z-index: 10;
}
.s3_2_2 {
  left: 61px;
  top: 536px;
  width: 346px;
  height: 194px;
  z-index: 9;
}
.s3_2_1 {
  left: 31px;
  top: 516px;
  z-index: 8;
}
.s3_3_3 {
  left: 92px;
  top: 809px;
  z-index: 7;
}
.s3_3_2 {
  left: 280px;
  top: 880px;
  width: 364px;
  height: 204px;
  z-index: 6;
}
.s3_3_1 {
  left: 47px;
  top: 787px;
  width: 476px;
  height: 268px;
  z-index: 5;
}
.s3_1_3 {
  left: 394px;
  top: 392px;
  z-index: 18;
}
.s3_1_2 {
  left: 334px;
  top: 452px;
  z-index: 4;
}
.s3_1_1 {
  left: 249px;
  top: 57px;
  width: 700px;
  height: 394px;
  z-index: 3;
}
/*-----------------------*/
/* update */
/*-----------------------*/
.body_update .window .update_list .date {
  font-family: 'Ubuntu', sans-serif;
  color: #FF9EC1;
  font-size: 46px;
  font-style: italic;
}
.body_update .window .update_list .text {
    line-height: 1.5em;
    font-weight: bold;
}
.body_update .window .update_list .text a {
  color:#ff3e84;
}
.body_update .window .update_list li {
  margin-bottom: 20px;
}