@charset "gb2312";

/* 

PChome front group public style, applicable to all wap page.

Write the date 2014-02-27. Name: global.css-14.1.1

PChome front-end group LTD. All rights reserved.

*/

body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,code,form,fieldset,legend,textarea{padding:0px; margin:0px; border:none;}

a,a:visited{ color:#333; text-decoration:none;}
a:active,
a:hover { text-decoration:none;}
a:focus,
input:hover,
button:hover,
input[type='button']:hover{ outline:none;}
i, 
em, 
cite { font-style: normal; }
li{ vertical-align:bottom; overflow:hidden; list-style-type:none;}
body, 
button, 
input, 
select, 
textarea{ font-family:tahoma,arial,'Hiragino Sans GB',微软雅黑,sans-serif; outline:none;}

/* 禁止webkit横屏改变字体大小 */
html{-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;}

/* 设置HTML5元素为块 */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display:block;padding:0px; margin:0px; border:none;}

/* 超出隐藏 */
.overflow{ overflow:hidden;} 

/* 点击去除阴影 */
a,button,input,i{-webkit-tap-highlight-color:rgba(0,0,0,0); -moz-tap-highlight-color:rgba(0,0,0,0); -ms-tap-highlight-color:rgba(0,0,0,0);tap-highlight-color:rgba(0,0,0,0);}       
		          
/* float */
.fl{ float: left; }
.fr{ float: right;}

/* 图片自适应调整 并解决图片缩放的失真问题*/
img{ max-width:100%; height:auto;border:none; interpolation-mode: bicubic;}

/* 文字居中 */
.txt-center{ text-align:center;}
.txt-justify{ text-align:justify; text-justify:inter-ideograph;}

/* 自动换行 */
.word-auto{word-wrap: break-word;word-break: normal;}

/* 自动居中 */
.mg-auto{ margin-left:auto; margin-right:auto; position:relative;}

/* clearfix */  
.clearfix:after{ visibility: hidden;display: block;font-size: 0;content:" ";clear: both;height: 0;}
.clearfix{ *zoom:1;}

/* transtion-Hover */
.tianstion{ 
    transition:all ease 0.4s; 
	-moz-transition:all ease 0.4s; 
	-ms-transition:all ease 0.4s; 
	-o-transition:all ease 0.4s;
	-webkit-transition:all ease 0.4s;
}
.area{ width:100%;}
#wrap{ background:#F0F0F0; max-width:640px; position:relative;}
body{ background: #F0F0F0;}
@media screen and (max-width : 360px) {	
	body{ font-size:11px;}
	#wrap{ width:100%;}
}

@media screen and (min-width: 360px) and (max-width : 479px) {
	body{ font-size:12px;}
	#wrap{ width:100%;}	
}

@media screen and (min-width: 480px) and (max-width: 640px) {
	body{ font-size:15px;}
	#wrap{ width:100%;}	
}


.tb_job_list{
	border-collapse: collapse;
	width:100%;
	}
			
.tb_job_list td{
	border: solid #dadada 1px;
	color: #555555;
 	background-color: #fff;
	height: 2.5em;
	line-height:2.5em;
	font-size:1.2em;
	text-align:center
	}

.tb_job_list thead td{
	
		color: #999;
		background-color: #fffceb;
	
	}

#th_job_top{
	 height:2.5em; overflow:hidden;position:absolute; width:100%
	}
.tb_job_list button , .tb_job_list input {  font-size:1em}

#loading{
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	background-image: url(../img/loading5.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display:none;
	z-index:99999;
	background-color:#666;
	opacity:0.9;
	text-align: center;
	line-height: 12em;
	color: #fff;
	font-size: 2em;
	}

#control{
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	text-align:center;
	display:none;
	z-index:999
	}
#control #text{
 	max-width: 640px;
    position: relative;
	top:40%;
 }

#control li{ margin:1em 0; padding:0 3em;}	

#control li a{	
    color: #000;
    display: block;
    float: left;
    font: 400 1.2em/1.5em "microsoft yahei";
	padding:0.5em 0;
	width:100%;
   
}

#K_line{
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	text-align:center;
	display:none;
	z-index:999
	}
	
#K_line #kx{
 	max-width: 640px;
	background-color:#fff;
	margin-top:5%;
 }

#K_line #kx li {
	padding-bottom:0.5em
}
#K_line #kx li span{ 
    display: inline-block;
    height: 1em;
    width: 1em;
	}
#K_line #kx li input{
	padding:0.5em 0.9em;
	font-size:1.2em;
	 }

#K_line #kx img{ 
	border-radius:0.3em; 
	box-shadow: 0 1px 3px #D3D3D3;
}
#cover{
	background-color:#666;
	opacity:0.6;
	z-index:50;
	display:none;
	height: 100%;
	left: 0;
	position:fixed;
	top: 0;
	width: 100%;
	}
#ALL_stock_list{ display:none;}

#order{
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	display:none;
	z-index:999;
	}
#order .title{
 	background-color: #fc0000;
    border-bottom: 1px dashed #ccc;
    color: #fff;
    font-size: 1.5em;
    font-weight: bold;
    padding: 2% 5%;
	}

#order #stock{
 	max-width: 640px;
	background-color:#fff;
	margin-top:15%;
	border-radius:3em;
 }

#order #stock ul{ padding:0  5%;}

#order #stock li {
	border-bottom: 1px dashed #ccc;
    font-size: 1.2em;
    margin: 0.5em 0;
    padding-bottom: 0.5em;
}
#order #stock  dd{ float:right;}
#order #stock li span{ 
    display: inline-block;
	}
#order #stock li button{ 
	border: 0 none;
    border-radius: 0.5em;
	width:40%;
	margin:0 5%;
	font-size:1em;
	color:#fff;
	font-weight:bold;
	padding:0.5em 0;
	}
#order #stock li input{
    font-size: 1em;
	width:6em
	 }
#order #stock .footer{
	background-color: #fc0000;
    border-top: 1px dashed #ccc;
    color: #fff;
    font-size: 0.8em;
    font-weight: bold;
    padding: 2% 5%;
	}
#order_buy_down{ background-color:#11bc29;}
#order_buy_up{ background-color:#fc0000;}
#get_mone{ text-align:center; line-height:3.5em; height:3.5em;}
.tab-content .inner_content .tab-con-download{ display:block; width:90%; margin:auto;font-size: 1.8em;}

.tab-content .inner_content #page_atm .title{ text-align:right; width:5em; padding-right:0.5em;display: inline-block;}
.tab-content .inner_content #page_atm li{ border-bottom: 1px dashed #ccc; font-size: 1.1em; line-height:170%; padding: 0.5em;}
.tab-content .inner_content #page_atm li input{ width:auto;text-indent:0; font-size: 1.1em; height:auto; padding:0.2em 0.5em}
.bangding_bank input,#info_bangding,select{border:1px solid #ccc; border-radius: 3px; line-height: 170%; width: 90%; padding:0.2em 0.5em}