*{margin:0;padding:0}
.clearfix{zoom:1}
.clearfix:after,.clearfix:before{content:" ";display:table;clear:both}
.modal{width:100%;height:100%;position:relative;z-index:1000;font-family:"microsoft yahei"}
.shadow{position:fixed;left:0;top:0;width:100%;height:100%;background:#000;-webkit-opacity:.3;-khtml-opacity:.3;-moz-opacity:.3;filter:alpha(opacity=30);opacity:.3}
.recommend-header .close{position:absolute;display:block;right:-11px;top:15px;width:41px;height:41px;z-index:10;background:url(../images/dialog-close.png) no-repeat;transition:transform .6s 0s ease;-webkit-transition:transform .6s 0s ease;-moz-transition:transform .6s 0s ease;-ms-transition:transform .6s 0s ease}
.recommend-header .close:hover{transform:rotate(90deg);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg)}
.recommend-con{
  position: fixed;
  width: 645px;
  height: 400px;
  left: 50%;
  margin-top: -200px;
  top:50%;
  margin-left: -322px;
}
.recommend-con .recommend-img{
  width: 645px;
  height: 400px;
  position: absolute;
  left: 0;
  top:0;
}
.recommend-header .set-time{
  position: absolute;
  width: 80px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  right: -33px;
  top:58px;
  z-index: 10;
}
.dragon,.tit-txt,.role{display:none; }

.recommend-body .btn-enter{
  position: absolute;
  display: block;
  left: 50%;
  margin-left: -150px;
  bottom:-64px;
  width: 300px;
  height: 80px;
  z-index: 4;
  transform: scale(.9);
  -webkit-transform: scale(.9);
  -moz-transform: scale(.9);
  -o-transform: scale(.9);
  -ms-transform: scale(.9);
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -moz-animation: size-motion 1.2s infinite;
  -webkit-animation: size-motion 1.2s infinite;
  -o-animation: size-motion 1.2s infinite;
  -ms-animation: size-motion 1.2s infinite;
  animation: size-motion 1.2s infinite;
}
.btn-enter-area{
  display: block;
  position: absolute;
  left: 0;
  top:0;
  width: 645px;
  height: 500px;
  z-index: 9;
}
@-webkit-keyframes size-motion{
  0%{transform: scale(.9);}
  50%{transform: scale(1.0);}
  100%{transform: scale(0.9);}
}
@-moz-keyframes size-motion{0%{transform: scale(.9);}
  0%{transform: scale(.9);}
  50%{transform: scale(1.0);}
  100%{transform: scale(0.9);}
}
@-ms-keyframes size-motion{0%{transform: scale(.9);}
  0%{transform: scale(.9);}
  50%{transform: scale(1.0);}
  100%{transform: scale(0.9);}
}
@-o-keyframes size-motion{0%{transform: scale(.9);}
  0%{transform: scale(.9);}
  50%{transform: scale(1.0);}
  100%{transform: scale(0.9);}
}
@keyframes size-motion{0%{transform: scale(.9);}
  0%{transform: scale(.9);}
  50%{transform: scale(1.0);}
  100%{transform: scale(0.9);}
}