/* 霎时晴荫 官网CSS */
body {
  font-family: "Microsoft YaHei","​Arial","STXihei","NSimSun","SimSun";
  background-color: #F5F5F5;
  min-width: 1200px;
  text-align: center;
}
p{
  padding: 0px;
  margin: 0px;
  line-height: 1.5;
}
ul{
  margin: 0;
  padding: 0;
  list-style: none outside none;
}
a{
  outline-style: none;
  text-decoration: none;
  color:#222;
}
a:hover{
  outline-style: none;
  cursor: pointer;
  text-decoration: none;
}
a:focus{
  outline-style: none;
}
button{
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
img{
  vertical-align: middle;
}
ul{
  font-size: 0;
}
.pull-left{
  float:left;
}
.pull-right{
  float:right;
}
.clearfix:after {
  content:"\200B";
  display:block;
  height:0;
  clear:both;
}
.clearfix {
  *zoom:1;/*IE/7/6*/
}
a.thumbnail{
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  display: block;
  padding: 2px;
  transition: border 0.2s ease-in-out 0s;
  font-size: 0;
  margin-bottom: 5px;
}
a.thumbnail:active,
a.thumbnail:hover,
a.thumbnail:focus{
  border-color:#337ab7;
}
.head{
  background-image:url('../img/head-bg.png');
  background-position: center;
  background-repeat: no-repeat;
  height: 500px;
}
.nav{
  width: 1200px;
  margin: -99px auto 0;
}
.nav ul li{
  width: 150px;
}
.nav ul li a{
  background-image: url('../img/nav-bg.png');
  background-repeat: no-repeat;
  display: block;
  width: 100px;
  height: 99px;
  line-height: 99px;
  text-align: center;
}
.nav ul li a.active{
  background-image: url('../img/nav-bg-active.png');
}
.footer{
  background-image: url('../img/footer-bg.png');
  background-repeat: no-repeat;
  height: 120px;
  color: #fff;
  padding-top: 80px;
}
.footer > div{
  display: inline-block;
}
.footer-text {
  vertical-align: middle;
  border-left: 2px solid #fff;
  text-align: left;
  padding: 5px 10px;
}
.footer  h3{
  font-size: 26px;
  font-weight: normal;
  padding:0;
  margin: 0;
}
.home-intro{
  width: 903px;
  margin: 25px auto;
}
.home-chara{
  background-image: url('../img/home/chara-bg.png');
  background-repeat: no-repeat;
  width: 662px;
  height: 488px;
  position: relative;
}
.home-chara a{
  position: absolute;
}
.home-news{
  width: 1200px;
  margin: 25px auto;
}
.story{
  background-image: url('../img/story/story-full.png');
  background-position: center;
  background-repeat: no-repeat;
  height: 720px;
  line-height: 720px;
}
.chara{
  width: 1000px;
  height:650px;
  margin: 25px auto;
}
.chara-detail{
  width: 800px;
  line-height: 650px;
}
.chara-list{
  width:200px;
}
.chara-list li{
  height:120px;
  line-height: 120px;
  margin-bottom: 10px;
}
.game{
  width: 500px;
  margin: 25px auto;
}
.game > div{
  height: 200px;
  line-height: 168px;
  vertical-align: middle;
}
.game a{
  margin-left: 130px;
}
.focus{
  margin: 100px auto;
  width:960px;
}
.focus > div{
  width: 300px;
  display: inline-block;
}
.focus-2dcode{
  height: 217px;
  line-height: 217px;
  background-image: url('../img/focus/bg.png');
  background-position: center;
  background-repeat: no-repeat;
}
.focus-link a{
  font-size: 13px;
  color:#39afff;
}
.gallery{
  width: 1200px;
  margin: 25px auto 50px;
}
.cg ul{
  margin-top: 50px;
}
.cg li{
  margin: 0 61px;
}
.cg > ul > li > a.thumbnail{
  width: 270px;
}
.music ul{
  width: 750px;
  margin: 50px auto 0;

}
.music li{
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #d1ecff;
  text-align: left;
}
.music li.active{
  background-color: #e3f4fe;
}
.music li:first-child{
  border-radius: 10px 10px 0 0;
}
.music li:last-child{
  border-radius: 0 0 10px 10px;
}
.music h3{
  font-weight: normal;
  font-size: 18px;
  display: inline-block;
  margin: 0 20px;
  cursor: default;
}
.music p{
  display: inline-block;
  font-size: 13px;
  color:#38afff;
  cursor: default;
}
.music > ul > li > span > a{
  display: block;
  width: 37px;
  height: 37px;
  margin: 7px 20px 6px;
  background-repeat: no-repeat;
  background-position: center;
}
.play{
  background-image: url('../img/gallery/play.png');
}
.pause{
  background-image: url('../img/gallery/pause.png');
}
/*light box*/
#imagelightbox{
  position: fixed;
  z-index: 9999;
  -ms-touch-action: none;
  touch-action: none;
}
#imagelightbox-loading,
#imagelightbox-loading div{
  border-radius: 50%;
}
#imagelightbox-loading
{
  width: 1.3em; /* 40 */
  height: 1.3em; /* 40 */
  background-color: #444;
  background-color: rgba( 0, 0, 0, .5 );
  position: fixed;
  z-index: 10003;
  top: 50%;
  left: 50%;
  padding: 0.625em; /* 10 */
  margin: -1.25em 0 0 -1.25em; /* 20 */
  -webkit-box-shadow: 0 0 1.3em rgba( 0, 0, 0, .75 ); /* 40 */
  box-shadow: 0 0 1.3em rgba( 0, 0, 0, .75 ); /* 40 */
}
#imagelightbox-loading div{
  width: 1.25em; /* 20 */
  height: 1.25em; /* 20 */
  background-color: #fff;
  -webkit-animation: imagelightbox-loading .5s ease infinite;
  animation: imagelightbox-loading .5s ease infinite;
}
@-webkit-keyframes imagelightbox-loading{
  from { opacity: .5;	-webkit-transform: scale( .75 ); }
  50%	 { opacity: 1;	-webkit-transform: scale( 1 ); }
  to	 { opacity: .5;	-webkit-transform: scale( .75 ); }
}
@keyframes imagelightbox-loading{
  from { opacity: .5;	transform: scale( .75 ); }
  50%	 { opacity: 1;	transform: scale( 1 ); }
  to	 { opacity: .5;	transform: scale( .75 ); }
}
/* OVERLAY */
#imagelightbox-overlay{
  background-color: #fff;
  background-color: rgba( 255, 255, 255, .9 );
  position: fixed;
  z-index: 9998;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
