 .flipInX {
	   -webkit-backface-visibility: visible !important;
	   backface-visibility: visible !important;
	   -webkit-animation: flipInX 1s 1;
	   animation: flipInX 1s 1;
	 }
	 .fixBox {
	   display: none;
	   position: fixed;
	   width: 80%;
	   top: 23%;
	   left: 50%;
	   margin-left: -40%;
	   z-index: 9999;
	 }
	 .fixwrap {
	   width: 100%;
	   position: relative;
	 }
	 .fixwrap > img {
	   position: absolute;
	   left: 0;
	   top: 0;
	   width: 100%;
	   z-index: -1;
	 }
	 .fixInner {
	   z-index: 999;
	 }
	 .fixInner {
	   text-align: center;
	   padding: 25% 5% 0;
	 }
	 .closeBtn {
	   float: right;
	   width: 20px;
	   margin-top: -30px;
	   margin-right: 5px;
	   cursor: pointer;
	 }