* { margin: 0; padding: 0; border: 0; }
ul, li { list-style: none; }
#container { width: 698px; height: 248px; position: relative; border: 1px solid #ccc; margin: 0 auto; overflow: hidden; }
.positionAb { position: absolute; }
#clickTag { position: absolute; display: block; left: 0; width: 700px; height: 250px; top: 0; z-index: 9999; }
#innerwrapper { left: 11px; border: 2px solid #b7b7b7; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;top: 11px; width: 672px; height: 178px; overflow: hidden; }
#redFrame { width: 698px; height: 248px; background: #d02129; z-index: 9; transition: all .5s ease; }
#intro_title, #exit_title1 { top: 24px; left: 180px; transition: all .5s ease; }
#title1 { top: 19px; left: 800px; opacity: 1; z-index: 10; transition: all .5s ease; }
#mainBackgroundImage { left: 0; top: 0; transition: all 1s ease; }
#cta { bottom: 18px; left: 18px; }
#logo { right: 18px; bottom: 10px; }
#exit_title { top: 62px; left: 45px; opacity: 0; transition: all 1s ease; }
#exit_title1 { left: -300px; opacity: 1; }
 
 #text1,#text2 {
	 top: 62px;
	 left: 20px;
	 opacity: 0;
	 z-index: 6;
	  transition: all 1s ease;
	  -webkit-transition: all 1s ease;
	  -ms-transition: all 1s ease;
 }
 #bottomFrame {
	width: 698px; height: 0px; background: #fff; z-index: 9; 
	transition: all .5s ease; 
	left: 0;
	bottom: -2px; 
 }
 #text3 {
	 left: 20px;
	 bottom: 0px;
	 opacity: 0;
	 z-index: 99;
	   transition: all .3s ease;
	  -webkit-transition: all .3s ease;
	  -ms-transition: all .3s ease;
 }
 #text4 {
	 top: 10px;
	 left: 21px;
	 opacity: 0;
	 z-index: 99;
 }
 #backupImg {
	 left: 0;
	 top: 0;
	 z-index: 99999; 
 }