/* Body、顶部界面开始*/
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin:0;padding:0;}
img{max-width: 100%;border:none;}
a{text-decoration: none;}
body{font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif;-webkit-text-size-adjust:none;}
input[type='text'],input[type='number'],input[type='password'],input[type='reset'],input[type='submit'],input[type='button'],input[type='tel'],button,textarea{-webkit-appearance:none; border-radius:0; border:none;} /*去掉苹果的默认UI来渲染按钮*/
ol,ul {list-style: none;} 
h1,h2,h3,h4,h5,h6 {font-weight: normal;} 
textarea{overflow:auto;resize:none;} 

body{
	background: #f8f8f8;
	font-size: 15px;
}
.phoneEdit{width:100%;height:50px;line-height:50px;background-color:white;padding-left:10px;border-bottom:1px solid #f8f8f8;}
  .area{width:25%;float:left;}
  .phoneEdit .phoneTxt{width:46%;float:left;}
  .sendBtn{width:30%;float:left;text-align:right;}
  .sendBtn span{background-color:black;color:white;height:45px;line-height:45px; padding: 5px 8px;}
  .checkCode{height:50px;line-height:50px;background-color:white;padding-left:10px;border-bottom:#f8f8f8;border:none;}
  .btn{width:80%;margin:20px auto;text-align:center;margin-bottom:7px;
	border-radius: 3px;margin-left:10%;}
  .btn span{width:100%;height:45px;line-height:45px; padding:10px;letter-spacing:3px;color: #FFFFFF;font-size:15px;}
  #check_code,#password,#parent_phone,#pay_password,#ret_password{color:#888;border:none;}
  #phone_num{color:#888;width:100%;border:none;font-size: 15px;}
  .checkCode div{float:left;}
  .area span{color:black;font-size: 15px;}
  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button{
	-webkit-appearance: none !important;
	margin: 0;
}
.test_number #send_msg{
    background:#FFFFFF;
    border-left:1px solid #e5e5e5;
    border-bottom:none;
    border-top:none;
    border-right:none;
    padding: 0px 8px;
}
  
.checkBox01{
    width:41%;
}
.trhaven{
    color:#494949;
    font-size:14px;
    text-align:center;
}
.trhaven span{
    color:#fd7d24;
}


.beizhu{
	padding-left: 10px;
	color: #a1a1a1;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
}

.passwordFoget{
	font-size: 12px;
	color: #888888;
	text-align: center;
}
.passwordFoget a{
    color: #888888;
}
.topicBox{
	padding: 25px 0;
	font-size: 0;
	padding-left: 19%;
	padding-right: 19%;
	width: 100%;
	color: #888888;
}
.topicBox p{
    color: #888888;
}
.toBox{
	display: inline-block;
	font-size: 0px;
	width: 50%;
	text-align: center;
	position: relative;
	height: 27px;
	line-height: 27px;
}
.toBox p{
	font-size: 15px;
	vertical-align: top;
}
.topicBox .toSelect{
	color: #333333;
}
.topicBox .toSelect p{
	color: #333333;
}
.none{
	width: 24px;
	height: 2px;
	display: inline-block;
	position: absolute;	
	bottom: -4px;
	left: 40%;
	
}
input:-ms-input-placeholder{color:#d1d1d1;}/* Internet Explorer 10+ */ 
input::-webkit-input-placeholder{color:#d1d1d1;}/* WebKit browsers */
input::-moz-placeholder{color:#d1d1d1;}/* Mozilla Firefox 4 to 18 */ 
input:-moz-placeholder{color:#d1d1d1;}/* Mozilla Firefox 19+ */ 
