html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,table,td,tr{margin:0;padding:0;color: #ffffff;}
html,body{ background:#000000; }
fieldset,img{border:0;}
ul,li{list-style:none;}
a{ color:#ffffff;text-decoration:none; }
.clear{clear:both;}  
#afui .panel{
	margin:0; padding:0;
	background: #000000;
	text-align: center;
}

/* Loading Circle */
/*.ball {
	background-color: rgba(0,0,0,0);
	border:5px solid rgba(0,183,229,0.9);
	opacity:.9;
	border-top:5px solid rgba(0,0,0,0);
	border-left:5px solid rgba(0,0,0,0);
	border-radius:50px;
	box-shadow: 0 0 35px #2187e7;
	width:50px;
	height:50px;
	margin:0 auto;
	-moz-animation:spin .5s infinite linear;
	-webkit-animation:spin .5s infinite linear;
}

.ball1 {
	background-color: rgba(0,0,0,0);
	border:5px solid rgba(0,183,229,0.9);
	opacity:.9;
	border-top:5px solid rgba(0,0,0,0);
	border-left:5px solid rgba(0,0,0,0);
	border-radius:50px;
	box-shadow: 0 0 15px #2187e7; 
	width:30px;
	height:30px;
	margin:0 auto;
	position:relative;
	top:-50px;
	-moz-animation:spinoff .5s infinite linear;
	-webkit-animation:spinoff .5s infinite linear;
}
#afui .container { width: 100px; height:100px; left:50%; top:50%; margin:-50px 0 0 -50px; position:absolute; }

@-moz-keyframes spin {
	0% { -moz-transform:rotate(0deg); }
	100% { -moz-transform:rotate(360deg); }
}
@-moz-keyframes spinoff {
	0% { -moz-transform:rotate(0deg); }
	100% { -moz-transform:rotate(-360deg); }
}
@-webkit-keyframes spin {
	0% { -webkit-transform:rotate(0deg); }
	100% { -webkit-transform:rotate(360deg); }
}
@-webkit-keyframes spinoff {
	0% { -webkit-transform:rotate(0deg); }
	100% { -webkit-transform:rotate(-360deg); }
}
*/

#afui #play_start_bg
{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 30;
}

#my_mask
{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
	z-index: 9999999;
	display: none;
}
#afui
{
	background: black;
/*	height:100%;*/
}
#afui *{
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
    -moz-background-size:cover;
    -o-background-size: cover;
    background-position: center;
}

#loading_outer
{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 9999;
	text-align: center;
	background-image: url(../images/home_bg.jpg);
}

#loading_cloud
{
	display: block;
	width: 172px;
	height: 108px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -73px;
	margin-top: -54px;
	background-image: url(../images/loading_cloud.png);
	
}

.clound_animate{
	animation: cloundframes 3s linear infinite;
	-moz-animation: cloundframes 3s linear infinite;	/* Firefox */
	-webkit-animation: cloundframes 3s linear infinite;	/* Safari 和 Chrome */
	-o-animation: cloundframes 3s linear infinite;
}

#afui #loading_percent
{
	position: absolute;
	display: block;
	top: 50%;
	margin-top: 40px;
	text-align: center;	
	width: 100%;
	height: 30px;
	font-size: 20px;
	color: #7AC3ED;
	font-style:italic;
	font-weight: 
}

#horizontal_outer
{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
	text-align: center;
	z-index: 99999999;
	background:black;
	display: none;
}

#horizontal_outer p
{
	font-weight: bold;
	font-size: 20px;
	color: #ffffff;
	margin-top: 40px;
}

#info_text
{
	width: 211px;
	height: 2358px;
	margin: 0 auto;
	background-image: url(../images/info_text.png);
}

#horizontal_text
{
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: center;
	margin-top: 36px;
}

#horizontal_image
{
	width: 190px;
	height: 101px;
	background-image: url(../images/suo.png);
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -95px;
	margin-top: -50px;
}

#afui .top_menu
{
	width: 60px;
	height: 46px;
	background-image: url(../images/menu.png);
	position: absolute;
	top: 5px;
	left: 7px;
	z-index: 600;
}

#menu_outer
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	transform:translate(0,-100%);
	-moz-transform:translate(0,-100%);
	-o-transform:translate(0,-100%);
	-webkit-transform:translate(0,-100%);
	z-index: 500;
}

#menu_outer li
{
	width: 100%;
	height: 33%;
	background-color: #030630;
	filter: Alpha(opacity=90); 
	-moz-opacity:0.9;
	opacity:0.9;
	position: relative;
}

#menu_outer .current_menu 
{
	background:#3699E0;
	filter: Alpha(opacity=100); 
	-moz-opacity:1;
	opacity:1; 
}

#menu_outer p
{
	width: 100%;
	height: 20px;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	font-size: 20px;
	color: #ffffff;
	padding: 0;
}

#afui .top_close
{
	width: 75px;
	height: 57px;
	background-image: url(../images/close.png);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 600;
	display: none;
}

#afui .comm_bg{
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
    -moz-background-size:cover;
    -o-background-size: cover;
    background-position: center;
    text-align: center;
}

#afui #home{
	text-align: center;
}

#home_bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../images/home_bg.jpg);
}

#afui #tvc
{
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
    -moz-background-size:cover;
    -o-background-size: cover;
    background-position: center;
}

#afui .bottom_fix
{
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 300;
	transform:translate(0,100%);
	-moz-transform:translate(0,100%);
	-o-transform:translate(0,100%);
	-webkit-transform:translate(0,100%);
}

#afui .home_yun_outer
{
	width: 220px;
	height: 180px;
	position: absolute;
	top: 0;
	left: 0;
	top: 50%;
	left: 50%;
	margin-top: -100px;
	margin-left: -110px;
}

#afui .home_star
{
	display: none;
}

#afui .moon_img
{
	width: 202px;
	height: 147px;
	background-image: url(../images/moon.png);
	transform:scale(0.1);
	-moz-transform:scale(0.1);
	-o-transform:scale(0.1);
	-webkit-transform:scale(0.1);
	position: absolute;
	top: 16px;
	left: 26px;
}

#please_sleep_tip
{
	display: none;
}

#sheep_send_success
{
	background-image: url(../images/success.png);
	position: absolute;
	width: 285px;
	height: 285px;
	top: 50%;
	left: 50%;
	margin-left: -142px;
	margin-top: -142px;
	display: none;
}

#afui .home_yun
{
	display: block;
	width: 172px;
	height: 108px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -73px;
	margin-top: -54px;
	background-image: url(../images/loading_cloud.png);

}

#afui .star_1
{
	position: absolute;
	width: 17px;
	height: 29px;
	background-image: url(../images/xi.png);
	bottom: 48px;
	left: 18px;

}

#afui .star_2
{
	position: absolute;
	width: 22px;
	height: 36px;
	background-image: url(../images/xin_2.png);
	right: 14px;
	top: 35px;
}

#home_tip
{
	width: 95%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
}

#go_btn
{
	width: 146px;
	height: 31px;
	background-image: url(../images/go.png);
	position: absolute;
	left: 50%;
	margin-left: -73px;
	top: 50%;
	margin-top: 100px;
	filter: Alpha(opacity=0); 
	-moz-opacity:0;
	opacity:0; 
}

#afui .top_nav{
	width: 19.5%;
	margin:1%;
	margin-top: 10px;
}

#afui .play_tips
{
	width: 89%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	z-index: 20;
}

#afui .black_mask
{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	filter: Alpha(opacity=40); 
	-moz-opacity:0.4;
	opacity:0.4; 
	background:black;
	z-index: 10;
}

#afui .top_nav_outer
{
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 20;
}

#sanitary_outer
{
	width: 500px;
	height: 986px;
	background-image: url(../images/sanitary.png);
/*	transform:scale(0.66);
	-moz-transform:scale(0.66);
	-o-transform:scale(0.66);
	-webkit-transform:scale(0.66);*/
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -250px;
	margin-top: -493px;
	z-index: 0;
}

#sanitary_bg
{
	height: 82.9%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
}

#sanitary
{
	height: 64.6%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
}

#bgcanvas
{
	width: 181px;
	height: 648px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -92px;
	margin-top: -336px;
	background-image: url(../images/lanse.png);
}

#paintcanvas
{
	width: 181px;
	height: 648px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -92px;
	margin-top: -336px;
	filter: Alpha(opacity=70); 
	-moz-opacity:0.7;
	opacity:0.7;
	-moz-border-radius: 90px;
	-webkit-border-radius: 90px;
	border-radius: 90px;
	/*display: none;*/
}

#brush_bg
{
	width: 100px;
	height: 300px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	background: #0095cc;
}

#play_tip2,#play_tip3
{
	display: none;
/*	filter: Alpha(opacity=0); 
	-moz-opacity:0;
	opacity:0;*/
}

#count_outer
{
	width: 237px;
	height: 158px;
	position: absolute;
	top: 20%;
	left: 11%;
	display: none;
}

#afui .count_sheep_text
{
	position: absolute;
	left: 0;
	bottom:0;
	text-align: left;
	color: #8DBEDF;
	font-size: 12px;
	line-height: 14px;
	padding-left: 8px;
}

#count_bg
{
	width: 237px;
	height: 140px;
	background-image: url(../images/count_bg.png);
	position: absolute;
	top: 0;
	left: 0;
/*	display: none;*/
}

#afui .number_count
{
	width: 43px;
	height: 100px;
	background-image: url(../images/Cp_1_5.png);
	background-position: 0px -1px;
	position: absolute;
}
	
#afui #thousands_count
{
	top:9px;
	left: 5px;

}

#afui #hundrends_count
{
	top:9px;
	left: 48px;

}

#afui #tens_count
{
	top:9px;
	left: 91px;
}

#afui .top_icon
{
	width:74px;
	height: 50px;
	position: absolute;
	top: 10px;
	right: 5px;
	background-image: url(../images/top_icon.png);
}

#afui #units_count
{
	top:9px;
	left: 134px;
}

#afui .sheep
{
	width: 320px;
	height: 568px;
	background-image: url(../images/sheep_frams.png);
	position: absolute;
	left: 50%;
	margin-left: -160px;
	background-position: 0px 0px;
	bottom: 2%;
	display: none;
	z-index: 1001;
}

#afui .height_20
{
	width: 100%;
	height: 20px;
}

#introduce_outer
{
	width: 285px;
	height: 285px;
	background-image: url(../images/at_3.png);
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -142px;
	margin-left: -142px;
	border-radius: 50%;
	overflow: hidden;
}

#info_text_outer
{
	width: 100%;
	height: 205px;
	margin-top: 40px;
	overflow: hidden;
}

#info_text_scroller
{
	width: 100%;
}

#introduce_ul{
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
}

#introduce_ul li
{
	padding: 0;
	margin: 0;
	float:left;
	width: 285px;
	height: 285px;
	position: relative;
}

#introduce_text_1
{

}

#result_outer
{
	width: 290px;
	height: 290px;
	background-image: url(../images/result_bg.png);
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -145px;
	margin-left:-145px; 
	z-index: 500;
	color: #ffffff;
	display: none;
}

#send_form
{
	width: 190px;
	margin: 0 auto;
}

#send_form li
{
	font-size: 12px;
	margin: 0;
	padding:0 2px 0 2px;
	border: none;
	margin-top: 4px;
}

#afui #send_form .input_length2
{
	width: 153px;
}

#afui #send_form .input_length4
{
	width: 129px;
}

#afui #result_outer input
{
	border: none;
	background:none;
	height: 16px;
	background-color: #ACE2F3;
	border-radius: 0;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

#afui #sheep_result_tip
{
	-webkit-transform:scale(0.66);
	font-size: 12px;
	padding: 0;
	margin: 0;
	line-height: 14px;
	margin-top: 4px;
}

#afui #sheep_count_text
{
	font-size: 14px;
	line-height: 16px;
	width: 100%;
	margin-top:102px;
	margin-bottom: 0;
}

#send_btn
{
	width: 50px;
	height: 24px;
	margin: 0 auto;
	margin-top: 10px;
	background-image: url(../images/send.png);
}

#send_btn2
{
	width: 45px;
	height: 20px;
	background-image: url(../images/send.png);
	position: absolute;
	left: 50%;
	margin-left: -55px;
	margin-top: 10px;
}

#return_edit_btn
{
	height: 20px;
	width: 69px;
	background-image: url(../images/return_edit.png);
	position: absolute;
	left: 50%;
	margin-left: 5px;
	margin-top: 10px;
}

#sheep_result_page2
{
	display: none;
}

#please_check_text
{
	width:170px;
	height: 50px;
	margin: 0 auto;
	margin-top: 120px;
	background-image: url(../images/please_check.png);
}

#afui #result_outer .check_box
{
	width: 182px;
	height: 22px;
	background:#ACE3F3;
	border-radius: 0;
	border:none;
	margin-top: 5px;
	resize: none; 
	padding: 0 5px 0px 5px;
	font-size: 12px;
}

.sheep_result_page
{
	width: 100%;
	height: 100%;
	position: absolute;top: 0;
	left: 0;
}

 #result_sheep_count
{
	width: 180px;
	height: 101px;
	left: 50%;
	margin-left: -95px;
	top: 15px;
	position: absolute;
	transform:scale(0.5);
	-moz-transform:scale(0.5);
	-o-transform:scale(0.5);
	-webkit-transform:scale(0.5);
}

#afui .result_counts
{
	width: 43px;
	height: 101px;
	margin-left: 2px;
	background-image: url(../images/Cp_1_5.png);
	background-position: top;
	float: left;
}

#result_count_input
{
	width: 32px;
	height: 18px;
	position: absolute;
	top: 141px;
	left: 140px;
	color:#ffffff;
	font-size: 16px;
	line-height: 18px;
	text-align: center;

}



#afui .result_btn
{
	width: 51px;
	height: 26px;
	position: absolute;
}

#upload_btn
{
	background-image: url(../images/shang.png);
	bottom: 18px;
	left: 50%;
	margin-left: -52px;
}

#share_btn 
{
	width: 62px;
	height: 30px;
	position: absolute;
	left: 50%;
	margin-left: -28px;
	bottom: 85px;
}

#afui #username_label
{
	width: 154px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-left: -77px;
	top: 50%;
	margin-top: 27px;
	border: none;
	color: #ffffff;
	text-align: left;
	background-color: #55ACE6;
	padding: 1px 4px 1px 4px;
}

#afui #address_label
{
	width: 154px;
	height: 40px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -77px;
	border: none;
	margin-top: 52px;
	color: #ffffff;
	padding: 4px;
	resize: none; 
	border-radius: 0;
	color: #ffffff;
	text-align: left;
	background-color: #55ACE6;
}




#doudou_ul
{
	width: 100%;
	height: 14px;
	position: absolute;
	bottom: 20px;
}

#doudou_ul li
{
	width: 8px;
	height: 8px;
	display: inline-block;
	background:#B8E3FF;
	border-radius: 50%;
	margin-left: 2px;
	margin-right: 2px;
}

#doudou_ul .current_dou
{
	background:#4B64FA;
}

#introduce_text_1
{
	width: 151px;
	height: 204px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -75px;
	margin-top: -102px;
	background-image: url(../images/at_wen.png);
}

#afui #info{
	background-image: url(../images/bg.jpg);
}

#video_box
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	width: 100%;
	height: 50%;
	z-index: 800;
	border: none;
}

#afui .sheep_jump
{
	animation: jumpframes 10s steps(60) infinite;
	-moz-animation: jumpframes 10s steps(60) infinite;	
	-webkit-animation: jumpframes 10s steps(60) infinite;
	-o-animation: jumpframes 10s steps(60) infinite;
	display: block;
}

@-webkit-keyframes jumpframes /* Safari 和 Chrome */
{
	0%{
		background-position: 0px;
	}
	20%
	{
		background-position: -19200px;
	}
	100%
	{
		background-position: -19200px;
	}
}

@keyframes jumpframes
{

	0%{
		background-position: 0px;
	}
	20%
	{
		background-position: -19200px;
	}
	100%
	{
		background-position: -19200px;
	}
}

@-moz-keyframes jumpframes /* Firefox */
{
	0%{
		background-position: 0px;
	}
	20%
	{
		background-position: -19200px;
	}
	100%
	{
		background-position: -19200px;
	}
}



@-o-keyframes jumpframes /* Opera */
{
	0%{
		background-position: 0px;
	}
	20%
	{
		background-position: -19200px;
	}
	100%
	{
		background-position: -19200px;
	}
}

@keyframes cloundframes
{

	0% 
	{
		-ms-transform:translate(0px,0px); /* IE 9 */
		-moz-transform:translate(0px,0px); /* Firefox */
		-webkit-transform:translate(0px,0px); /* Safari and Chrome */
		-o-transform:translate(0px,0px); /* Opera */
		transform:translate(0px,0px);
	}

	50%
	{
		-ms-transform:translate(-20px,0px); /* IE 9 */
		-moz-transform:translate(-20px,0px); /* Firefox */
		-webkit-transform:translate(-20px,0px); /* Safari and Chrome */
		-o-transform:translate(-20px,0px); /* Opera */
		transform:translate(-20px,0px);
	}

	100%
	{
		-ms-transform:translate(0px,0px); /* IE 9 */
		-moz-transform:translate(0px,0px); /* Firefox */
		-webkit-transform:translate(0px,0px); /* Safari and Chrome */
		-o-transform:translate(0px,0px); /* Opera */
		transform:translate(0px,0px);
	}
}

@-moz-keyframes cloundframes /* Firefox */
{
	0% 
	{
		-ms-transform:translate(0px,0px); /* IE 9 */
		-moz-transform:translate(0px,0px); /* Firefox */
		-webkit-transform:translate(0px,0px); /* Safari and Chrome */
		-o-transform:translate(0px,0px); /* Opera */
		transform:translate(0px,0px);
	}

	50%
	{
		-ms-transform:translate(-20px,0px); /* IE 9 */
		-moz-transform:translate(-20px,0px); /* Firefox */
		-webkit-transform:translate(-20px,0px); /* Safari and Chrome */
		-o-transform:translate(-20px,0px); /* Opera */
		transform:translate(-20px,0px);
	}

	100%
	{
		-ms-transform:translate(0px,0px); /* IE 9 */
		-moz-transform:translate(0px,0px); /* Firefox */
		-webkit-transform:translate(0px,0px); /* Safari and Chrome */
		-o-transform:translate(0px,0px); /* Opera */
		transform:translate(0px,0px);
	}
}

@-webkit-keyframes cloundframes /* Safari 和 Chrome */
{
	0% 
	{
		-ms-transform:translate(0px,0px); /* IE 9 */
		-moz-transform:translate(0px,0px); /* Firefox */
		-webkit-transform:translate(0px,0px); /* Safari and Chrome */
		-o-transform:translate(0px,0px); /* Opera */
		transform:translate(0px,0px);
	}

	50%
	{
		-ms-transform:translate(-20px,0px); /* IE 9 */
		-moz-transform:translate(-20px,0px); /* Firefox */
		-webkit-transform:translate(-20px,0px); /* Safari and Chrome */
		-o-transform:translate(-20px,0px); /* Opera */
		transform:translate(-20px,0px);
	}

	100%
	{
		-ms-transform:translate(0px,0px); /* IE 9 */
		-moz-transform:translate(0px,0px); /* Firefox */
		-webkit-transform:translate(0px,0px); /* Safari and Chrome */
		-o-transform:translate(0px,0px); /* Opera */
		transform:translate(0px,0px);
	}

}

@-o-keyframes cloundframes /* Opera */
{
	0% 
	{
		-ms-transform:translate(0px,0px); /* IE 9 */
		-moz-transform:translate(0px,0px); /* Firefox */
		-webkit-transform:translate(0px,0px); /* Safari and Chrome */
		-o-transform:translate(0px,0px); /* Opera */
		transform:translate(0px,0px);
	}

	50%
	{
		-ms-transform:translate(-20px,0px); /* IE 9 */
		-moz-transform:translate(-20px,0px); /* Firefox */
		-webkit-transform:translate(-20px,0px); /* Safari and Chrome */
		-o-transform:translate(-20px,0px); /* Opera */
		transform:translate(-20px,0px);
	}

	100%
	{
		-ms-transform:translate(0px,0px); /* IE 9 */
		-moz-transform:translate(0px,0px); /* Firefox */
		-webkit-transform:translate(0px,0px); /* Safari and Chrome */
		-o-transform:translate(0px,0px); /* Opera */
		transform:translate(0px,0px);
	}
}

#info_text_outer .myScrollbarV
{
	width: 2px;
	height: 100px;
	position: absolute;
	top: 50%;
	margin-top: -40px;
	right:33px;
	overflow: visible;
	background:#ffffff;
}

#info_text_outer .scrollbar
{
	width: 2px;
	height: 516px;
	position: absolute;
	background: #2A313E;
	border-left: 1px solid #262E3B;
	top: 0px;
	right:1px;
	overflow: visible;
}

#info_text_outer .myScrollbarV>div
{
	width: 8px;
	background: #4767FA;
	margin-left: -2px;
}

#tip_text
{
	width: 41px;
	height: 423px;
	background-image:url(../images/tip_text.png);
	position: absolute;
	top: 70px;
	left: 15px;
	transform:scale(0.6);
	-moz-transform:scale(0.6);
	-o-transform:scale(0.6);
	-webkit-transform:scale(0.6);
	-moz-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
}

#afui #out_bottom_fix
{
	width: 100%;
	display: none;
	position: absolute;
	bottom: 0;
	z-index: 1000;
}
