@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	font-family:Helvetica,"Microsoft YaHei", Arial, Helvetica, sans-serif;
	background-color: #f0f0f0;
	-webkit-text-size-adjust: none; 
    color:#646464;
}
ul, li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
    max-width: 100%;
}
form {
	margin: 0px;
	padding: 0px;
}

a, div, header, span {
  -webkit-tap-highlight-color: rgba(255,255,255,0);
}
a{
	text-decoration:none;}
.mobile {
	background-color: #FFFFFF;
	min-width: 320px;
}
.w {
	background-color: #FFFFFF;
	float: left;
	min-width: 320px;
	width: 97%;
	margin-top: 1%;
	margin-right: 1.5%;
	margin-bottom: 1%;
	margin-left: 1.3%;
}

/*首页顶部*/
.head{
	height:60px;
	background:#ff8200;
	position: relative;
	z-index: 10;
	padding-top:15px;}
.head-logo {
	float: left;
	margin-left: 10px;
}
.head-logo a {
	height: 44px;
	float: left;
}
.head-logo img {
	height: 30px;
	margin-top: 7px;
}

.head-login {
	float: right;
	height: 26px;
	width: 28px;
	margin-top: 8px;
	margin-right: 15px;
}
.head .new-a-back{
	float:left;
	height: 44px;
	width: 45px;
	position:absolute;
	top:0;}
.head .new-a-back img{
	width: 26px;
	margin-top:9px;}
.head h2 {
	margin:0;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	font-weight:bold;
}
.head .header_right {
    position: absolute;
    right: 10px;
    top: 20px;
}
.head .header_right img {
    height: 25px;
}

/*版权*/
.copyright {
	line-height: 40px;
	font-size: 12px;
	color: #999999;
	text-align: center;
	float: left;
	width: 100%;
	margin-bottom:40px;
}
.copyright a {
	text-decoration: none;
	color: #999999;
}



select {   
  /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/  
  border: solid 1px #000;   
  /*很关键：将默认的select选择框样式清除*/  
  appearance:none;   
  -moz-appearance:none;   
  -webkit-appearance:none;   
  /*在选择框的最右侧中间显示小箭头图片*/  
  background: url("http://ourjs.github.io/static/2015/arrow.png") no-repeat scroll rightright center transparent;   
  /*为下拉小箭头留出一点位置，避免被文字覆盖*/  
  padding-right: 14px;   
}   

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/  
.select::-ms-expand { display: none; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {   
 /* WebKit browsers */   
color: #a9a9a9;   
}   
input:-moz-placeholder, textarea:-moz-placeholder {   
/* Mozilla Firefox 4 to 18 */   
color: #a9a9a9;   
}   
input::-moz-placeholder, textarea::-moz-placeholder {   
 /* Mozilla Firefox 19+ */   
color: #a9a9a9;   
}   
input:-ms-input-placeholder, textarea:-ms-input-placeholder {   
 /* Internet Explorer 10+ */   
color: #a9a9a9;   
}

#age{
	color: #a9a9a9;
/*	color: #757575;*/
}
.yuyue-2{
	background: #FFFFFF url(../img/xiala.png) no-repeat 95% 15px !important;
    background-size: 25px 15px !important;
}
.yuyue-2 option{
	color: #000000;
}
.yuyue-tishi{
	position: absolute;
    margin-left: 20%;
    margin-top: -45px;
	color: red;
	font-weight: bold;
	display: block;
}
.xinghao-one{
	position: relative;
}
.xinghao{
	position: absolute;
    top: 17px;
    left: 6px;
	color: red;
}
