
textarea {
	resize: none;
	border: 0;
	padding: 8px 0;
	border-radius: 0;
}
input, button, select, textarea {
	outline: none;
	-webkit-appearance: none;
	border-radius: 0;
	border:none;
}

.box {
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	box-orient: horizontal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.box > * {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
}


*[data-card]{
	font-size: 14px;
}
*[data-card] header{
	padding:10px 30px;
	-webkit-box-sizing:border-box;
	background:-webkit-gradient(linear, 0 0, 100% 0, from(#ebebeb), to(#f3f9fa), color-stop(30%, #f5f9f9));
}
*[data-card] .input{
	display: block;
	padding:11px 5px;
	border:1px solid #dddddd;
	border-radius:3px;
	width:100%;
	background:#f3f3f3;
	-webkit-box-sizing:border-box;
	color:#606366;
}
*[data-card] .textarea{
	display: block;
	padding:11px 5px;
	border:1px solid #dddddd;
	border-radius:3px;
	width:100%;
	background:#f3f3f3;
	-webkit-box-sizing:border-box;
	color:#606366;
	font-size:14px;
}
*[data-card] input::-webkit-input-placeholder { color:#bfbfbf; }
*[data-card] .button{
	display:block;
	height: 38px;
	line-height: 38px;
	padding:0 5px;
	background:#252525;
	color:#ffffff;
	text-align: center;
	border-radius: 1px;
	font-size: 16px;
}
*[data-card] .select{
	color:#606366;
	padding:11px 25px 11px 5px;
	-webkit-appearance:none;
	border:1px solid #dddddd;
	border-radius:3px;
	background:url("http://stc.weimob.com/img/member/imgs/icons2.png") no-repeat right -121px;
	-webkit-background-size:40px auto;
	background-color:#f3f3f3;
	-webkit-box-sizing:border-box;
	font-size:14px;
}

*[data-card] .input.wrapInput{
	padding:3px;
	font-size:16px;
}
*[data-card] .input.wrapInput .input{
	padding: 11px 3px;
}

*[data-card] .input.wrapInput select{
	width:100%;
	background-color:#ffffff;
	border:0;
	color:#333333;
}

.info_tx{background:#d2e6e9;}
.list_ul_card {
	margin:10px;
	margin-top: 1px;
}

.list_ul_card *[data-card] header label{
	display: block;
	line-height:40px;
	color:#3ebacc;
	font-size: 18px;
}
.list_ul_card *[data-card] header label span{
	display:inline-block;
	width:40px;
	height:40px;
	background:url("http://stc.weimob.com/img/member/imgs/icons2.png") no-repeat center -106px;
	-webkit-background-size:50px auto;
}

.forms{
}
.forms dl{
	padding:0px;
	margin: 10px 0px;
	-webkit-box-sizing:border-box;
}
.forms dd{
width:100%; display:block; height:auto; overflow:hidden;
}
.forms hr{
	margin:10px 0;
	border:0;
	border-top:1px solid #dddddd;
}

.forms dt{
	font-size: 16px;
	color: #606366;
	padding:5px 0px;
	line-height:30px;
}

.forms .select_box>div:nth-child(1){
	width:30%;
	line-height:40px;	
}
.forms .select_box>div:nth-child(2){
	width:5%;
	line-height:40px;	
}
.forms .select_box>div:nth-child(3){
	width:20%;
	margin-left:2%;
}
.forms .select_box>div:nth-child(4){
	width:5%;
	line-height:40px;	
}
.forms .select_box>div:nth-child(5){
	width:20%;
	margin-left:2%;
}
.forms .select_box>div:nth-child(6){
	width:5%;
	line-height:40px;	
}

.forms .select_box>div select{
	width:100%;
	margin:auto;
}
.forms .select_box>div:not(:last-of-type){
	padding-right:10px;
	-webkit-box-sizing:border-box;
}

.forms .group_input{
	padding: 3px 2px;
}
.forms .group_input .input{
	padding:5px 5px;
	border:0;
}


