.l{
	float: left;
}
.dialog-common {
	font-family:"Microsoft YaHei"
}
.dialog-common .dialog-opt {
	display:inline-block;
	height:26px;
	padding:0 18px;
	margin-right:10px;
	text-align:center;
	font:14px/26px 'microsoft yahei';
	border-radius:2px;
	cursor:pointer
}
.dialog-common .dialog-certain {
	height:24px;
	line-height:24px;
	background-color:#f90;
	color:#FFF;
	border:1px solid #f90
}
.dialog-common .dialog-opt:hover {
	text-decoration:none
}
.dialog-common .dialog-certain:hover {
	background-color:#f70
}
.dialog-common .dialog-close {
	height:24px;
	line-height:24px;
	border:1px solid #ddd;
	color:#333
}
.dialog-common .tips {
	padding:30px 0;
	text-align:center;
	font-size:14px;
	font-weight:700
}
.dialog-common .tips .tip-icon {
	margin-right:10px;
	vertical-align:middle
}
.identify-code {
	width:308px;
	margin:0 auto
}
.identify-code .tips {
	padding:0;
	margin-top:22px;
	text-align:left;
	color:#333
}
.identify-code .code-input {
	width:280px;
	margin-top:29px
}
.identify-code .code-input dl {
	height:auto
}
.identify-code .code-input dt {
	width:52px;
	font:14px/32px 'microsoft yahei';
	color:#666
}
.identify-code .code-input dd,.identify-code .code-input dd p {
	width:220px
}
.identify-code .code-input .item-ide {
	display:inline-block;
	height:32px;
	margin-bottom:12px;
	color:#bbb
}
.identify-code .code-input .item-ide .tip-icon {
	margin-top:6px
}
.identify-code .code-input dd input {
	width:174px;
/*	height:18px;*/
	margin-right:10px;
	padding:6px 0 6px 6px;
	text-align:left
}
.identify-code .code-input .error-input {
	border:1px solid #d00;
	color:#d00
}
.identify-code .code-input img {
	display:inline-block;
	width:80px;
	height:30px;
	margin-right:5px
}
.identify-code .code-input .change {
	height:32px;
	line-height:32px
}
.identify-code .code-input .change a {
	color:#2272c8
}
.identify-code .lion-btn {
	display:inline-block;
	width:69px;
	height:26px;
	margin-right:10px;
	text-align:center;
	font:14px/26px 'microsoft yahei';
	border-radius:3px
}
.identify-code .lion-btn:hover {
	text-decoration:none
}
.identify-code .certain {
	background-color:#f90;
	border:1px solid #f90;
	color:#fff
}
.identify-code .certain:hover {
	background-color:#f70
}
.identify-code .close {
	background-color:#eee;
	border:1px solid #ddd;
	color:#333
}



.alertCls .identify-code .code-input,
.alertCls .identify-code{
	width:100%;
	max-width: 12rem;
}
.alertCls .identify-code .code-input dd,
.alertCls .identify-code .code-input dd p{
	width:9rem;
}
.alertCls .identify-code .code-input .item-ide{
	width: 9rem;
}
.alertCls .identify-code .code-input dd input{
	height: 35px;
	width:9rem;
	font-size:.4rem;
}
.m-dialog .content{
	margin-bottom: 0;
}

.m-shopresultInfo .alertCls .identify-code .code-input, .alertCls .identify-code{
	max-width:15rem;
}
.m-shopresultInfo .identify-code .code-input dt{
	width: 1.4rem;
	font:.4rem/.64rem "Microsoft Yahei";
}
.m-shopresultInfo .identify-code .code-input dl{
	padding: 0 .4rem;
	height: auto;
}
.m-shopresultInfo .alertCls .identify-code .code-input dd, .alertCls .identify-code .code-input dd p{
	width: 7.8rem;
	vertical-align: top;
}
.m-shopresultInfo .alertCls .identify-code .code-input dd input{
	width: 7.8rem;
	height: .7rem;
	margin-right: 0;
}
.m-shopresultInfo .alertCls .identify-code .code-input .item-ide{
	width: 7.8rem;
	height: 1rem;
	display: block;
}
.m-shopresultInfo .identify-code .code-input img{
	width: 1.6rem;
	height: .6rem;
}
.m-shopresultInfo .identify-code .code-input .change{
	font-size: .4rem;
	height: .6rem;
	line-height: .6rem;
}
.m-Info .code-input dl{
	height: auto;
	width: 100%;
	overflow:hidden;
}