/*
 *  name: minipay斗地主(ddz)
 *  date: 2015.12.21
 *  author: emmajtchen(陈洁婷);
 */

/* CSS Document */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, textarea, p, blockquote, th, td, iframe, hr {
	margin: 0;
	padding: 0;
}
html {
	_overflow-x: hidden;
	_overflow-y: auto;
	scrollbar-highlight-color: #c5c5c5;
	scrollbar-face-color: #f0f0f0;
	scrollbar-arrow-color: #666;
	scrollbar-shadow-color: #999;
	scrollbar-base-color: #f5f5f5;
	scrollbar-track-color: #f5f5f5;
	scrollbar-darkshadow-color: #fff;
}
body {
    background-color: transparent;
	font: 12px/1.6 Tahoma, "微软雅黑", "宋体";
	color: #333;
	scrollbar-highlight-color: #c5c5c5;
	overflow-x: hidden;
}
fieldset, img {
	border: 0;
}
address, caption, cite, dfn, em, th, var, i {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
button, input, select, textarea {
	margin: 0;
	font-size: 100%;
	vertical-align: middle;
}
button, input {
*overflow: visible;
	line-height: normal;
}
button::-moz-focus-inner, input::-moz-focus-inner {
padding: 0;
border: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
/*public*/
em {
	color: #ff6600;
}
a:link, a:visited {
	color: #3879d1;
	text-decoration: none;
	outline: 0;
	-webkit-transition: color linear 0.2s;
	transition: color linear 0.2s;
}
a:hover, a:active {
	text-decoration: underline;
	outline: 0;
}
/*外框*/
.wrapper {
	background: #f6f6f6;
}
.layout-content {
	background: #fff; /* min-height:455px;_height:455px;*/
	min-height: 550px;
}
.layout-content .wrap-padding {
	padding: 15px 40px 0;
}
.layout-content:before, .layout-content:after {
	content: "";
	display: table;
}
.layout-content:after {
	clear: both;
}
.layout-content {
	zoom: 1;
}
a.come-back, a.come-back:hover {
	width: 100px;
	position: absolute;
	z-index: 1;
	bottom: 120px;
	left: 10px;
	text-decoration: none;
}

/*定义滚动条样式*/
::-webkit-scrollbar {
width:8px;
height:8px;
background: #ececec;
}
::-webkit-scrollbar-thumb {
background:#999;
border-radius:3px;
opacity:1;
border-left:1px #fff solid;
}
::-webkit-scrollbar-thumb:hover {
background:#666;
border-radius:3px;
opacity:0.5;
border-left:1px #fff solid;
}
::-webkit-scrollbar-track-piece:decrement {
background:#ececec;
}
::-webkit-scrollbar-track-piece:increment {
background:#ececec;
border-radius:0 0 3px 3px
}
::-webkit-scrollbar-button:vertical:start {
width:10px;
height:10px;
background:url(//imgcache.qq.com/bossweb/ipay/images/public/scrollbar_arrow.png) no-repeat 0 0
}
::-webkit-scrollbar-button:vertical:start:hover {
background:url(//imgcache.qq.com/bossweb/ipay/images/public/scrollbar_arrow.png) no-repeat -15px 0
}
::-webkit-scrollbar-button:vertical:start:active {
background:url(//imgcache.qq.com/bossweb/ipay/images/public/scrollbar_arrow.png) no-repeat -30px 0
}
::-webkit-scrollbar-button:vertical:end {
width:10px;
height:10px;
background:url(//imgcache.qq.com/bossweb/ipay/images/public/scrollbar_arrow.png) no-repeat 0 -18px
}
::-webkit-scrollbar-button:vertical:end:hover {
background:url(//imgcache.qq.com/bossweb/ipay/images/public/scrollbar_arrow.png) no-repeat -15px -18px
}
::-webkit-scrollbar-button:vertical:end:active {
background:url(//imgcache.qq.com/bossweb/ipay/images/public/scrollbar_arrow.png) no-repeat -30px -18px
}
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
	zoom: 1;
}
.more {
	float: right;
}
.close {
	font-weight: 700;
	font-size: 14px;
	vertical-align: top;
}
a.close:link, a.close:visited {
	text-decoration: none;
}
a.close:active, a.close:hover {
	text-decoration: none;
}
.verify {
	vertical-align: top;
}

input[type="radio"]{
	width: auto;
	margin-right: 4px;
	margin-bottom: 4px;
	*margin-bottom: 0;
}
input[disabled="disabled"]{
	cursor: not-allowed;
}
input {
	_padding: 7px 6px 0;
	_height: 21px;
	_border: 1px solid #D4D4D4;
	_font-family: "宋体";
}
.input-min {  /*选择月份*/
	width: 55px;
}
.input-mini {  /*验证码*/
	width: 60px;
}
.input-small { /*下拉框组合，省份选择*/
	width: 84px;
}
.input-medium { /*目前，弹窗验证码使用*/
	width: 160px;
}
.input-user { /*选择好友列表*/
	width: 186px;
	*width:184px;
}
.select-medium, .select-mini { /*下拉框组合，常规*/
	width: 161px;
	height: 20px;
	line-height: 20px;
	padding: 3px 6px;
	background-color: #ffffff;
	border-left: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	border-top: 1px solid #d4d4d4;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	font-size: 12px;
	cursor: pointer;
	color: #555555;
}

.controls.disabled .checkbox, .controls.disabled .radio, .controls.disabled input {
	color: #afafaf;
	cursor: default;
}
.controls.disabled input, .controls.disabled .btn {
	cursor: default;
	background: #F1F1F1;
	color: #afafaf;
	border: 1px solid #c5c5c5;
}
.controls.disabled input:focus {
	background: #F1F1F1;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
/*==表单内嵌iframe==*/
.iframe {
	margin-top: 6px;
}
/*==表单内容===独立内容==*/
.form-info {
}
/*==表单头部==*/
.form-title {
	padding: 5px;
	border: 1px dotted #badcfe;
	background: #f6f9fe;
	position: relative;
	z-index: 0;
	margin: 0 5px 5px 5px;
}
.form-title h4 {
	font-weight: 400;
	font-size: 14px;
	padding-left: 10px;
}/*标题提示*/
.form-title em {
	color: #e96440;
	padding: 0 3px;
}
.form-title strong {
	color: #618a18;
	font-weight: 400;
	padding: 0 5px;
}
.form-title h5 {
	font-weight: 400;
	font-size: 14px;
}/*普通提示*/
.form-title h5 span {
	font-size: 12px;
	color: #666;
	margin-left: 5px;
}
.form-title p {
	font-weight: 400;
	font-size: 12px;
	color: #666;
}/*弱提示*/
.form-title p span {
	font-size: 12px;
	color: #999;
	margin-left: 5px;
}
.wake_bg, .form-title .icon_wake {
	background: url(//imgcache.qq.com/bossweb/ipay/images/public/element.png) no-repeat -226px -16px;
}
.form-title .icon_wake {
	width: 20px;
	height: 20px;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	display: none;
}
/*==表单控件组合==*/
/*.form-horizontal {
	padding-top: 8px
}*/
.control-group:before,.control-group:after{
	display: table;
	content: '';
}v
.control-group:after{
	clear: both;
}
.control-group{
	*zoom: 1;
}
.form-horizontal .control-group {
	margin-bottom: 20px;
	*zoom: 1;
	font-size: 12px;
}
.form-horizontal .control-label {
	float: left;
	width: 65px;
	line-height: 36px;
	text-align: right;
	margin-left: -5px;
	font-size: 12px;
	color: #333;
}
.form-horizontal .control-label-high-middle{
	margin-top: 26px;
}
.form-horizontal .control-info {  /*===内容提示信息div，空白，小字体====*/
	font-size: 12px;
}
.form-horizontal .controls {/* margin-left: 115px; */
	margin-left: 65px;
}
.form-horizontal .form-actions {  /*==表单按钮div==*/ /*padding-left: 115px;*/
	margin-left: 65px;
}
.form-horizontal .form-actions .btn {  /*==表单按钮div==*/
	margin-right: 10px;
}
.form-horizontal .form-actions .layer-error {
	margin-bottom: 5px;
}
.controls .controls-option { /*===和controls-expanded组合使用，无样式====*/
	font-size: 0;
*font-size:12px;
}
.controls .controls-expanded {  /*===追加div 绿色边框====*/
	border: 1px solid #ccc;
	padding: 2px;
	margin-top: 5px;
	margin-right: 50px;
	_margin-left: 3px;
}
.quick {/*===固定绿色边框宽度，和银行列表对其====*/
	width: 484px;
	position: relative;
	border: 1px solid #bdd981;
	margin-top: 6px;
	font-size: 0;
}
.quik-content {
}
.quick .close {
	position: absolute;
	right: 5px;
	top: 0px;
	color: #bdd981;
}
.controls .control-word { /*===文字内容，checkbox,radio独立存在使用==*/
	padding-top: 5px;
}
.control-word .radio {
	margin-right: 15px;
}
.control-word .checkbox {
	margin-right: 15px;
}
.controls label {
	vertical-align: middle;
	display: inline-block;
	*display: inline;
	*zoom:1;
}
.controls label em{
	margin: 0 2px;
	color: #f56544;
}
.controls-sub-option{
	margin-top: 10px;	
}
.ddz-label{
	position: relative;
	padding-left: 16px;
	_padding-left: 0;
	*top: -3px;
	overflow-x: hidden;
	cursor: pointer;
}
.ddz-label input[type="radio"]{
	position: absolute;
	width: 0;
	height: 0;
	left: -999px;
}
.ddz-label .icon-c-radio{
	position: absolute;
	width: 14px;
	height: 14px;
	background-position: -47px -20px;
	left: 0;
	top: 50%;
	margin-top: -7px;
	*margin-top: -6px;
	_display: none;
	_width: 0;
	_height: 0;
}
.ddz-label .label-txt{
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.ddz-label.disabled em{
	color: #d2d2d2;
}
.checked .icon-c-radio{
	background-position: -65px -20px;
}
.disabled{
	color: #d2d2d2;
	cursor: not-allowed;
}
.controls-sub-option .disabled .icon-c-radio{
	background-position: -83px -20px;
}
.controls-sub-option .radio-box-more{
	text-align: center;
	margin-left: 10px;
	font-size: 12px;
	color: #3879d1;
	line-height: 12px;
}
.controls-sub-option .btn-add-bank{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-right: 10px;
	vertical-align: middle;
	padding: 10px 33px;
	*padding: 9px 33px;
	border: 1px dashed #e6e6e6;
	color: #333;
	-webkit-transition: background-color linear 0.2s;
	transition: background-color linear 0.2s;
}
.controls-sub-option .btn-add-bank:hover{
	background-color: #f8f8f8;
	text-decoration: none;
}
.controls-sub-option .btn-add-bank:active{
	background-color: #f0f0f0;
}
.not-choosed .btn-add-bank{
	border-color: #f22f2f;
	-webkit-animation: twinkle linear 1.5s both;
	animation: twinkle linear 1.5s both;
}
@-webkit-keyframes twinkle{
	0%{
		border-color: #e6e6e6;
	}
	10%{
		border-color: #f22f2f;
	}
	20%{
		border-color: #e6e6e6;
	}
	30%{
		border-color: #f22f2f;
	}
	50%{
		border-color: #e6e6e6;
	}
	60%{
		border-color: #f22f2f;
	}
	95%{
		border-color: #f22f2f;
	}
	100%{
		border-color: #e6e6e6;
	}
}
@keyframes twinkle{
	0%{
		border-color: #e6e6e6;
	}
	10%{
		border-color: #f22f2f;
	}
	20%{
		border-color: #e6e6e6;
	}
	30%{
		border-color: #f22f2f;
	}
	50%{
		border-color: #e6e6e6;
	}
	60%{
		border-color: #f22f2f;
	}
	95%{
		border-color: #f22f2f;
	}
	100%{
		border-color: #e6e6e6;
	}
}
.icon-warn{
	width: 13px;
	height: 13px;
	background-position: -45px -38px;
}
.bank-warn-txt{
	color: #f22f2f;
	display: none;
}
.not-choosed .bank-warn-txt{
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.controls-sub-option span{
	color: #6e6e6e;
}
.controls-sub-option label{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-right: 6px;
}
.btn-bank{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	position: relative;
	padding: 8px 10px;
	margin-right: 14px;
	border:1px solid #ddd;
}
.btn-bank:hover{
	border-color: #3879d1;
	text-decoration: none;
	-webkit-transition: border-color linear 0.2s;
	transition: border-color linear 0.2s;
}
.btn-bank .icon-check{
	display: none;
}
.btn-bank-selected{
	border-color: #3879d1;
	background-color: #fff;
}
.btn-bank-selected .icon-check{
	display: block;
}
.btn-bank-selected:hover{
	text-decoration: none;
}
.btn-bank-selected .icon-check{
	position: absolute;
	bottom: 0;
	right: 0;
}
.title-primary { /*===独立文字使用，文字加强==*/
	font-weight: 400;
	height: 27px;
	line-height: 27px;
	color: #6d6d6d;
}
.title-primary strong {
	font-size: 18px;
	margin-right: 10px;
}
.title-primary em {
/*	display: inline-block;
	*display: inline;
	*zoom: 1;*/
	font-size: 20px;
	margin-right: 5px;
	color: #f56544;
}
.title-primary .help-inline {
	padding-left: 10px;
	vertical-align: bottom;
}
.help-inline, .help-block {
vertical-align:;
}
.help-inline {	 /*==提示文字：内联==和controls组合使用==*/
	color: #a0a0a0;
	font-size: 12px;
	display: inline;
	vertical-align: middle;
}
.radio-box .icon-caret {
	margin-left: 2px;
}
.btn.disabled, .btn[disabled] {
	cursor: default;
	background-color: #e6e6e6;
	background-image: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.btn-primary,.btn-default {
	/*width: 128px;*/
	padding: 0 35px;
	height: 36px;
	border-width: 1px;
	border-style: solid;
	border-radius: 2px;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	-webkit-transition: background-color linear 0.1s,border-color linear 0.1s;
	transition: background-color linear 0.1s,border-color linear 0.1s;
}
.btn-primary {
	color: #fff;
	background-color: #3387ef;
	_background-color: #3387ef;
	border-color: #2977d8;
}
.btn-default {
	color: #5d5d5d;
	background-color: #f8f8f8;
	_background-color: #f8f8f8;
	border-color: #dadada;
}

.btn-primary-small,.btn-default-small{
	padding: 0 14px;
	height: 34px;
}
.btn-primary:focus,.btn-default:focus{
	outline: none;
}
.btn-primary:hover {
	background-color: #4b96f3;
	border-color: #2977d8;
}
.btn-default:hover {
	background-color: #f2f2f2;
	border-color: #d0d5da;
}
.btn-primary:active {
	background-color: #2d7bdc;
	border-color: #2977d8;
}
.btn-default:active {
	background-color: #eeeeee;
	border-color: #dadada;
}
.btn-disabled,button[disabled]{
	border-color: #c4c4c4;
	background-color: #c4c4c4;
	color: #fff;
	cursor: not-allowed;
}
.btn-disabled:hover,button[disabled]:hover{
	border-color: #c4c4c4;
	background-color: #c4c4c4;
	color: #fff;
	cursor: not-allowed;
}
/*==开关按钮==*/
.off-btn-group {
}
.off-btn-group .btn-mini, .off-btn-group .btn-mini-off {
	margin-right: -4px;
*margin-right:-5px;
}
.off-btn-group .btn-mini {
	_padding: 7px 15px 6px;
}
.off-btn-group .input-small {
	margin-left: 8px;
	width: 74px;
*margin-left:6px;
}
/*==下拉浮层==*/
.btn-group {
	position: relative;
*margin-left: .3em;
	white-space: nowrap;
	font-size: 0;
	margin-left: -1px;
	display: inline;
}
.dropdown {  /*===下拉层div==*/
	font-size: 12px;
	position: absolute;
	z-index: 1000;
	float: left;
	padding: 1px 0 4px 0;
	margin: 1px 0 0;
	list-style: none;
	display: none;
	background-color: #ffffff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}
.open {
	position: relative;
	top: -1px;
	*z-index: 1000;
}
.open .dropdown {
	display: block;
}
.open .dropdown-iframe {
	display: block;
}
.controls-option .btn-group {
	height: 28px;
	display: inline-block;
*display:inline
}
.dropdown .icon-caret {
	margin-top: 5px;
	margin-left: 2px;
}
.input-append, .user-append, .select-append, .input-prepend {
	white-space: nowrap;
	display: inline;
}       /*input-append待定删除*/
.input-append, .input-prepend {
	font-size: 0;
	vertical-align: top;
}
.input-append .btn, .input-prepend .btn {
	*margin-left:-1px;
	_margin-top: 1px;
}
.input-append .btn, .input-prepend .btn, .select-append .btn {
	position: relative;
	margin-bottom: 0;
	font-size: 12px;
}
.input-append input, .input-prepend input, .select-append .select-medium {
	position: relative;
	margin-bottom: 0;
*margin-left: 0;
	font-size: 12px;
	_height: 19px;
}
.select-append .btn-group {
	display: inline-block;
	;
	_display: inline;
*display:inline;
}
.select-append .dropdown {
	width: 200px;
	top: 26px;
	left: 0px
}
.select-game {
	margin-right: 5px;
}
.select-game .dropdown .list-menu li a, .select-game .dropdown .list-menu li a:hover {
	padding: 2px 0 0px 8px;
	color: #666;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.select-game .dropdown .list-menu li {
	float: left;
	width: 109px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.select-game .dropdown {
	width: 110px;
	left: 0;
}
.select-game .row1 {
	width: 110px;
}
.select-game .row2 {
	width: 205px;
	overflow-y: auto;
	overflow-x: hidden;
}
.select-game .row3 {
	width: 330px;
	overflow-y: auto;
	overflow-x: hidden;
}
.select-game .row-more {
	width: 225px;
	height: 130px;
	overflow-y: scroll;
	overflow-x: hidden;
}
.select-game .row2 .list-menu li, .select-game .row-more .list-menu li {
	width: 100px;
}
.select-game .fl-left {
	right: 0;
	left: auto;
}
.user-append {
	position: relative;
	height: 28px;
	display: inline-block;
*display: inline;
}
.user-append .dropdown {/*==好友列表浮层，位置控制==*/
	left: 0;
	top: 26px;
 *top:29px;
	width: 198px;
 *width: 196px;
	/*height: 200px;*/
	padding: 0;
	border: 0;
	margin: 0;
	font-size: 0px;
}
.dropdown-small {/*==城市选择浮层==*/
	right: 0px;
	width: 128px;
	top: 12px;
}
.dropdown-link {/*==支付方式浮层==*/
	left: 0px;
	_left: -1px;
	width: 110px;
	background: #ffffff;
	top: 33px;
	_top: 34px;
	z-index: 19;
	border: 1px solid #3879d1;
}
.dropdown-link .radio:link{
	padding-left: 18px;
}
/*模拟radio框选项 radio-box*/
.radio-box {
	display: inline-block;
	_display: inline;
	zoom: 1;
	font-size: 12px;
	_font-family: "宋体";
	padding: 0 10px;
	vertical-align: middle;
	margin-right: 10px;
	text-decoration: none;
	outline: 0;
	position: relative;
}
.open .radio-box {
	border-bottom: none;
	z-index: 20;
}
.radio-box .ttt{
	display: inline;
}
/*.open a.radio-box:hover {
	color: #555555;
	border-bottom: none;
	padding: 5px 8px 0 8px;
	height: 24px;
}*/
.radio-box .icon-bookmark {
	position: absolute;
	top: -5px;
	right: -3px;
}
.radio-box .icon-check {
	position: absolute;
	bottom: 0;
	right: -1px;
	display: none;
}
.input-append .radio-box {
	padding-top: 15px;
	height: 23px;
}
.radio-box em {
	font-size: 12px;
	color: #aaa;
	padding-left: 3px;
}
.radio-box em, .radio-box .icon-caret {
	_padding-right: 1px;
}
.selected .radio-box .icon-check {
	display: block;
}
.open .selected .radio-box .icon-check {
	display: none;
}
.open .selected a.radio-box:link{
	border-bottom: none;
}
a.radio-box:link, a.radio-box:visited {
	color: #333;
	background: #fafafa;
	border: 1px solid #e6e6e6;
	padding: 0 12px;
	height: 34px;
	line-height: 34px;
	text-decoration: none;
	-webkit-transition: color linear 0.2s, border-color linear 0.2s, background linear 0.2s;
	transition: color linear 0.2s, border-color linear 0.2s, background linear 0.2s;
}
a.radio-box:hover {
	color: #3879d1;
	border-color: #3879d1;
	background: #fff;
	text-decoration: none;
}
.selected a.radio-box:link, .selected a.radio-box:visited, .selected a.radio-box:active, .selected a.radio-box:hover {
	color: #3879d1;
	background: #fff;
	border-color: #3879d1;
	text-decoration: none;
	/*_position: relative;*/
}

.disabled a.radio-box:link, .disabled a.radio-box:visited, .disabled a.radio-box:active, .disabled a.radio-box:hover {
	color: #afafaf;
	background: #fafafa;
	border: 1px solid #e8e8e8;
}
.disabled a.radio-box:active, .disabled a.radio-box:hover {
	text-decoration: none;
}
/*模拟raido选项*/
a.radio:link, a.radio:visited {
	text-decoration: none;
	color: #555555;
	padding: 2px 0;
	cursor: pointer;
}
a.radio:active, a.radio:hover {
	color: #555555;
	text-decoration: none;
	padding: 2px 0;
	cursor: pointer;
}
/*模拟checkbox选项*/
a.checkbox:link, a.checkbox:visited {
	text-decoration: none;
	color: #555555;
	padding: 2px 0;
}
a.checkbox:active, a.checkbox:hover {
	color: #555555;
	text-decoration: none;
	padding: 2px 0;
}
input.selected {
	border: 1px solid #a5c85b;
}
/*横向展示列表*/
.list-type {
	padding: 0 0 0 10px;
	overflow: hidden;
}
.list-type li {
	float: left;
	width: 104px;
	height: 23px;
	line-height: 23px;
}
.list-type li strong {
	font-weight: 400;
	padding-top: 10px;
	display: inline-block;
}
.list-type li label {
	padding-left: 20px;
	_padding-left: 0;
}
.list-type:after {
	display: table;
	content: "";
}
.list-type {
	*zoom:1;
}
/*竖向展示列表*/
.list-menu li {
	font-size: 12px;
}
.list-menu li strong {
	font-weight: 400;
	padding-top: 10px;
	display: inline-block;
}
.list-menu li a {
	display: block;
	padding: 7px 15px;
	clear: both;
	font-weight: normal;
	color: #333333;
	white-space: nowrap;
	height: 20px;
	line-height: 20px;
}
.list-menu li a:hover {
	text-decoration: none;
	background: #eee;
}
/*==公用文字==*/
.text-error {
	color: #e96440;
}
/*==公用图标==*/
.icon-user, 
.icon-friends, 
.icon-chevron-down, 
.icon-load, 
.icon-radio, 
.icon-checkbox, 
.icon-check, 
.icon-question, 
.icon-warn-g, 
.icon-error-g, 
.icon-warn, 
.icon-louds, 
.icon-arrow, 
.icon-add-bank,
.icon-modal-close,
.icon-success,
.icon-view-arrow,
.icon-close,
.icon-c-radio {
	width: 16px;
	height: 16px;
	line-height: 16px;
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
	background-image: url(//midas.gtimg.cn/midas/minipay//static/images/minipay_ddz/sprite.png?t=1561033018517);
	background-repeat: no-repeat;
	overflow: hidden;
	font-size: 0;
}
.btn-user i {
	position: relative;
	vertical-align: -3px;
}
.icon-load {
	background: url(//imgcache.qq.com/bossweb/ipay/images/public/load.gif) no-repeat;
}
.icon-phone {
	width: 50px;
	height: 50px;
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
	background-color: #ccc;
}
.icon-arrow{
	position: relative;
	top: -1px;
	width: 9px;
	height: 6px;
	margin-left: 4px;
	*left: 4px;
	background-position: -20px 0;
	overflow: hidden;
	font-size: 0;
	vertical-align: middle;
}
.selected .icon-arrow{
	background-position: -33px 0;
}
.radio-box-txt{
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.icon-add-bank{
	width: 9px;
	height: 9px;
	margin-right: 5px;
	margin-top: -3px;
	_margin-top: 2px;
	background-position: -46px 0;
}
.icon-success{
	width: 26px;
	height: 26px;
	background-position: 0 -20px;
}
.icon-view-arrow{
	position: relative;
	top: -1px;
	_top: 1px;
	width: 13px;
	height: 11px;
	background-position: -30px -20px;
}
.icon-radio {
	position: relative;
	vertical-align: -2px;
	background-position: -48px -72px;
	margin-right: 2px;
}
.selected .icon-radio {
	background-position: -64px -72px;
}
.disabled .icon-radio {
	background-position: -80px -72px;
}
.icon-user {
	background-position: -95px -72px;
}
.icon-checkbox {
	position: relative;
	vertical-align: -2px;
	background-position: -0px -72px;
}
.selected .icon-checkbox {
	background-position: -16px -72px;
}
.disabled .icon-checkbox {
	background-position: -32px -72px;
}
.disabled a:link, .disabled a:hover {
	color: #afafaf;
	cursor: default;
}
.disabled a:link, .disabled a:visited {
	color: #afafaf;
	cursor: default;
}
.icon-check {
	background-position: 0 0;
}
.disabled em {
	color: #999;
}
.icon-bookmark {
}/*折扣标签*/
.icon-91, .icon-93, .icon-95, .icon-mark-discount {
	width: 26px;
	height: 13px;
	display: inline-block;
	font-size: 0;
	background: url(//imgcache.qq.com/bossweb/ipay/images/public/element.png) no-repeat;
}
.icon-91 {
	background-position: -0px -90px;
}
.icon-93 {
	background-position: -32px -90px;
}
.icon-95 {
	background-position: -64px -90px;
}
.icon-mark-discount {
	width: 32px;
	height: 16px;
	display: inline-block;
	font-size: 0;
	background: url(//imgcache.qq.com/bossweb/ipay/images/public/element-discount.png) no-repeat;
	margin:0 2px;
	vertical-align:middle
}

.icon-chevron-down {
	background-position: -144px -72px;
}
.icon-plus-sign {
	width: 20px;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
	background-color: #ccc;
}
.icon-louds {
	background-position: -96px -40px;
}
.icon-friends {
	width: 16px;
	height: 16px;
	background-position: -96px -56px;
}
.icon-question {
	background-position: -64px -40px;
}
.icon-warn-g {
	background-position: -80px -41px;
	width: 18px;
	height: 16px;
}
.icon-kf {
	width: 20px;
	height: 20px;
	display: inline-block;
	background: url(//imgcache.qq.com/bossweb/ipay/images/public/qqkf.png) no-repeat;
	vertical-align: middle;
	margin-right: 3px;
}
.layer-mask {
	width: 100%;
	height: 436px;
	position: absolute;
	z-index: 1000;
	background: #fff;
	top: 0px;
	text-align: center;
	margin-bottom: 100px;
}
.layer-mask img {
	margin-top: 50px;
}
/*==三角形==*/
.icon-caret {
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: middle;
	border-top: 4px solid #666;
	border-right: 4px dashed transparent;
	border-left: 4px dashed transparent;
	font-size: 0;
	content: "";
	overflow: hidden;
}
.open .icon-caret {
	border-bottom: 4px solid #666;
	border-right: 4px dashed transparent;
	border-left: 4px dashed transparent;
	border-top: none;
}
.icon-caret-left {
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 4px solid #444;
	border-top: 4px dashed transparent;
	border-bottom: 4px dashed transparent;
	font-size: 0;
	content: "";
	overflow: hidden;
}
.selected .icon-caret-left {
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 4px solid #444;
	border-right: 4px dashed transparent;
	border-left: 4px dashed transparent;
	font-size: 0;
	content: "";
}
/*======================================小黄条=============================================================*/
.message-tips {
	border: 1px solid #e0dc6e;
	background: #fffdd1;
	padding: 5px;
	color: #dd7d01;
	margin: 0 5px 5px 5px;
}
.message-tips a.close:link, .message-tips a.close:visited {
	color: #ccad1c;
	float: right;
}
.message-tips a.close:active, .message-tips a.close:hover {
	color: #e4be0a;
	text-decoration: none;
	float: right;
}
/*====加载div icon控制=======*/
.load {
	font-size: 12px;
	color: #777777;
	text-align: center;
}
.load .icon-load {
	margin-right: 5px;
}
/*=================================================浮出层====================================================*/
.float_bg {
	background: #fff;
	opacity: 0.6;
	filter: alpha(opacity=60);
	position: absolute;
	z-index: 100;
}
.float {
	border: 1px solid rgba(129, 129, 129, 0.6);
	border: 1px solid #b3b3b3\9;
*border:1px solid #b3b3b3;
	-webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.35);
	box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.35);
	margin: 0 auto;
	position: absolute;
	background: #fff;
	z-index: 101;
}
.min {
	width: 390px;
}/*==浮出层小===*/
.float .float-header {
	background: #ebebeb;
}
.float .float-header h3 {
	font-size: 12px;
	height: 32px;
	line-height: 32px;
	padding-left: 10px;
	font-weight: 400;
}
.float .close {
	position: absolute;
	right: 10px;
	font-size: 16px;
	top: 0;
	color: #aaa;
}
.float-content .controls{
	margin-left: 30px;
	margin-bottom: 18px;
}
.float-content .controls .controls-sub-option{
	margin-top: 0;
	margin-bottom: 3px;
	color: #6e6e6e;
}
.float-content .form-float {
	padding: 10px;
}
.float .float-content .close {
	right: 5px;
}
.float-content .bank-list {
	padding: 20px 0px 15px 10px;
}
.float-content .bank-list .form-actions {
	float: left;
}
.float-footer .form-actions{
	margin-left: 30px;
	margin-bottom: 20px;
}
/*==浮出层==表单控制=======*/
.form-float .control-group {
	margin-bottom: 6px;
	*zoom: 1;
	font-size: 12px;
}
.form-float .control-label {
	float: left;
	width: 90px;
	padding-top: 6px;
	text-align: right;
}
.form-float .controls {
 	*display: inline-block;
 	*padding-left: 10px;
	margin-left: 100px;
	*margin-left: 0;
}

/* 浮出层 */
.attent{
	padding:20px 0 20px 62px;
	min-height: 50px;
	_height: 50px;
}
.float-footer .attent{
	padding: 0 0 0 62px;
	margin-left: 0;
}
.confirm-cont .icon-error-g,.confirm-cont .icon-warn-g{
	position: relative;
	top: -2px;
	margin-right: 5px;
	width: 18px;
	height: 18px;
	vertical-align: middle;
}
.confirm-cont .icon-error-g{
	background-position: -62px -38px;
}
.confirm-cont .icon-warn-g{
	background-position: -82px -38px;
}
.confirm-cont h4{
	color: #333;
	font-size: 14px;
	font-weight: bold;
}
.confirm-cont p{
	font-size: 12px;
	color: #a0a0a0;
}
/*选择银行2*/
.box-chooce-bank {
	margin-right: 5px;
}
.mod-bank {
	font: 12px/1.4 "微软雅黑", "宋体", Tahoma;
	color: #666;
	margin-bottom: 3px;
	height: 110px;
	position: relative;
	overflow: hidden;
	border: 1px solid #ccc;
	padding: 1px 0 0 1px;
	width: 320px;
}
.mod-bank:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.mod-bank .bank-logo-wrap, .bank-empty {
	background: #fff;
	float: left;
	width: 105px;
	height: 22px;
	padding: 2px 0;
	line-height: 22px;
	display: block;
	border: 1px solid #DDDEDE;
	margin: 0 -1px -1px 0;
	position: relative;
	z-index: 0;
	cursor: pointer;
}
.mod-bank .bank-logo-wrap input {
	position: relative;
	left: auto;
	top: auto;
	vertical-align: -2px;
	*vertical-align:-4px;
	*top:-2px;
	margin: 0 8px;
	outline: none;
}
.mod-bank .bank-logo-wrap:hover, .mod-bank .selected {
	z-index: 3;
	border: 2px solid #A5C85B;
	margin: -1px -2px -2px -1px; /*background-color: #f4f8eb;*/
}
.mod-bank .bank-logo-wrap:hover, .mod-bank .selected {
	border-width: 1px;
	margin: 0 -1px -1px 0;
}
.mod-bank .bank-logo-wrap a {
	padding-left: 35px;
	text-decoration: underline;
}
.mod-bank .bank-logo-wrap a:hover {
	text-decoration: underline;
}
.mod-bank .icon-check {
	position: absolute;
	z-index: 5;
	right: 0;
	bottom: 0px;
	display: none;
}
.mod-bank .icon-radio {
	margin-left: 5px;
	margin-right: 0px;
}
.mod-bank .selected .icon-check {
	position: absolute;
	z-index: 5;
	right: 0;
	bottom: 0;
	display: block;
}
.mod-bank .empty .bank-logo-wrap:hover {
	height: 22px;
	line-height: 22px;
	padding: 2px 0;
	background: #fff;
	border: 1px solid #DDDEDE;
}
.scroll-y {
	overflow-y: scroll;
	width: 337px;
}
.disabled .icon-check {
	display: none;
}
.disabled .selected .icon-check {
	display: block;
}
.disabled .mod-bank .bank-logo-wrap {
	height: 22px;
	padding: 2px 0;
	line-height: 22px;
	background: #fff;
	border: 1px solid #DDDEDE;
}
.disabled .selected .icon-radio {
	background: url(//imgcache.qq.com/bossweb/ipay/images/public/element.png) no-repeat -64px -56px;
}
.disabled .enable {
	height: 22px;
	padding: 2px 0;
	line-height: 22px;
	background: #fff;
	border: 1px solid #DDDEDE;
}

/*银行卡icon*/
.ico_icbc, .ico_cmb, .ico_ccb, .ico_abc, .ico_boc, .ico_spdb, .ico_sdb, .ico_cib, .ico_bob, .ico_cebb, .ico_boco, .ico_cmbc, .ico_ecitic, .ico_gdb, .ico_pingan, .ico_post, .ico_union, .ico_jsb, .ico_srcb, .ico_hkb, .ico_nbcb, .ico_njcb, .ico_bosh, .ico_hxb, .ico_hzb, .ico_hkbea, .ico_ordos, .ico_cbhb, .ico_jzb, .ico_gdrcu, .ico_nccb, .ico_glccb, .ico_bsb, .ico_ynrcc, .ico_gzcb, .ico_cqrcb, .ico_zjcb {
	background: url(//imgcache.qq.com/bossweb/ipay/images/public/bank_ico.png) no-repeat;
	display: inline-block;
	height: 18px;
	margin-right: 2px;
	line-height: 999px;
	overflow: hidden;
	width: 18px;
/*	width: 12px;
	height: 12px;*/
	position: relative;
	vertical-align: -4px;
	*vertical-align: 0px;
	z-index: 0;
}
.ico_icbc {
	background-position: 0 0;
}
.ico_cmb {
	background-position: -18px 0;
}
.ico_ccb {
	background-position: -36px 0;
}
.ico_abc {
	background-position: -54px 0;
}
.ico_boc {
	background-position: -72px 0;
}
.ico_spdb {
	background-position: -54px -18px;
}
.ico_sdb {
	background-position: -108px -18px;
}
.ico_cib {
	background-position: 0 -18px;
}
.ico_bob {
	background-position: -126px -18px;
}
.ico_cebb {
	background-position: -90px 0; /*width: 32px; */
}
.ico_boco {
	background-position: -36px -18px;
}
.ico_cmbc {
	background-position: -90px -18px;
}
.ico_ecitic {
	background-position: -126px 0;
}
.ico_gdb {
	background-position: -72px -18px;
}
.ico_pingan {
	background-position: 0 -36px; /*width: 26px; */
}
.ico_post {
	background-position: -18px -18px;
}
.ico_union {
	background-position: -27px -36px;
	width: 27px;
}
.ico_jsb {
	background-position: -54px -36px;
}
.ico_srcb {
	background-position: -72px -37px;
}
.ico_nbcb {
	background-position: -90px -36px;
}
.ico_njcb {
	background-position: -108px -36px;
}
.ico_hkb {
	background-position: -126px -36px;
}
.ico_bosh {
	background-position: 0 -54px;
}
.ico_hxb {
	background-position: -18px -54px;
}
.ico_hzb {
	background-position: -36px -54px;
}
.ico_hkbea {
	background-position: -54px -54px;
}
.ico_ordos {
	background-position: -72px -54px;
}
.ico_cbhb {
	background-position: -108px -54px;
}
.ico_jzb {
	background-position: -90px -54px;
}
.ico_gdrcu {
	background-position: 0 -73px;
}
.ico_nccb {
	background-position: -18px -73px;
}
.ico_glccb {
	background-position: -36px -73px;
}
.ico_bsb {
	background-position: -54px -73px;
}
.ico_ynrcc {
	background-position: -72px -73px;
}
.ico_gzcb {
	background-position: -90px -73px;
}
.ico_cqrcb {
	background-position: -108px -73px;
}
.ico_zjcb {
	background-position: -126px -73px;
}

.wp-game{
	width: 700px;
	background-color: transparent;
}
.wp-game .layout-content{
	margin-left: 0;
}
.wp-game-hd{
	position: relative;
	height: 110px;
}
.wp-game-hd .custom-skin{
	height: 100%;
	background: url(//midas.gtimg.cn/midas/minipay//static/images/minipay_ddz/hd-game-skin.png?t=1561033018517);
	background-position: center bottom;
	background-repeat: no-repeat;
}
.custom-skin .icon-close{
	position: absolute;
	width: 13px;
	height: 13px;
    right: 14px;
    top: 24px;
    background-position: -73px 0;
}
.wp-game-hd .game-logo{
	float: right;
	margin-right: 60px;
}
.wp-game-hd .title{
	float: left;
	margin: 50px 0 0 40px;
}
.wp-game-hd .title h1{
	font-weight: bold;
	font-size: 16px;
	color: #fff;
}

/*选择银行卡小弹窗 modal */
/*.modal-bg{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.4);
}
.modal{
	position: absolute;
	left: 50%;
	margin-left: -190px;
	width: 380px;
	padding-bottom: 20px;
	background-color: #fff;
}
.modal-hd{
	position: relative;
	width: 100%;
	height: 34px;
	background-color: #ebebeb;
}
.modal-hd .title{
	margin-left: 10px;
	line-height: 34px;
	font-size: 12px;
	color: #333;
}*/
.icon-modal-close{
	position: absolute;
	width: 10px;
	height: 10px;
	right: 10px;
	top: 50%;
	margin-top: -5px;
	background-position: -59px 0;
	cursor: pointer;
}
.banks{
	padding: 26px 30px 16px 30px;
}
.banks-list{
	font-size: 0;
}
.banks-list li{
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 108px;
	height: 26px;
	margin-left: -1px;
	margin-top: -1px;
	border: 1px solid #ddd;
	font-size: 12px;
	vertical-align: top;
	z-index: 1;
}
.banks-list li:hover{
	border-color: #4480d2;
	z-index: 999;
}
/*.banks-list label{
	cursor: pointer;
}*/
.banks-list .disabled:hover{
	border-color: #ddd;
}
.banks-list .empty,.banks-list .empty:hover{
	border-color: #ddd;
	cursor: default;
}
.banks-list .selected{
	border-color: #4480d2;
	z-index: 999;
}
.banks-list .disabled{
	color: #bcbcbc;
	cursor: not-allowed;
}
.banks-list .disabled label{
	cursor: not-allowed;
}
.bank-box{
	padding-left: 10px;
	*padding-left: 5px;
	padding-top: 4px;
}
.banks-list li{
	position: relative;
}
.banks-list li .icon-check{
	position: absolute;
	width: 11px;
	height: 11px;
	background-position: -30px -35px;
	bottom: 0;
	right: 0;
	display: none;
}
.banks-list .selected .icon-check{
	display: block;
}
.bank-box .ico_bank_logo{
	margin-right: 0;
	*top: 2px;
}
.pay-info{
	margin: 14px 0px 14px 110px;
}
.pay-info .order p{
	font-size: 20px;
	color: #333;
	line-height: 30px;
}
.pay-info .order .icon-success{
	position: relative;
	top: -3px;
	margin-right: 10px;
}
.chance-box{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-top: 16px;
	padding:0 10px;
	background-color: #fffce6;
	border: 1px dashed #ffe3b2;
}
.chance-box p{
	line-height: 28px;
	_padding: 6px 0;
}
.chance-box a{
	margin-left: 10px;
	color: #3879d1;
}
.chance-box a:hover{
	text-decoration: none;
}
.pay-way{
	width: 400px;
	padding: 16px 0;
	border-bottom: 1px solid #ededed;
}
.pay-way p{
	line-height: 2;
}
.pay-way em{
	font-size: 14px;
	font-weight: bold;
}
.game-banner{
	margin:0 0 10px 110px;
	padding-top: 10px;
}
.game-banner a{
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.game-banner .banner-image{
	width: 400px;
	height: 70px;
	vertical-align: bottom;
}
.gift{
	margin-left: 110px;
}
.gift-list{
	width: 408px;
	margin-top: 10px;
	margin-left: -10px;
	font-size: 0;
}
.gift-item{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-left: 10px;
	margin-bottom: 10px;
	font-size: 12px;
}
.gift-item .box{
	width: 90px;
	height: 28px;
	background-color: #fff;
	border: 1px solid #e9e9e9;
	border-radius: 2px;
	text-align: center;
	color: #838383;
}
.gift-item .box span{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	line-height: 28px;
	vertical-align: top;
}
.gift-item .box em{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	text-align: right;
	line-height: 28px;
	color: #838383;
	max-width: 50px;
	_width: 50px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.result-operation{
	margin-top: 30px;
	margin-left: 110px;
}
.diamonds-list{
	margin-right: -10px;
	font-size: 0;
}
.diamonds-list .diamond-item{
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 128px;
	height: 76px;
	vertical-align: top;
	margin-right: 10px;
	margin-bottom: 13px;
	font-size: 12px;
	z-index: 1;
}
.diamonds-list .diamond-item:hover{
	z-index: 2;
}
.diamonds-list .diamond-item .icon-arrow{
	position: absolute;
	left: 50%;
	margin-left: -4px;
	top: 64px;
}
.diamonds-list .selected .icon-arrow{
	position: absolute;
	left: 50%;
	margin-left: -4px;
	// top: 70px;
	background-position: -20px 0;
}
.diamonds-list .diamond{
	position: relative;
	width: 100%;
	height: 65px;
	padding-bottom: 10px;
	cursor: pointer;
	border: 1px solid #e6e6e6;
	background: #fff;
	-webkit-transition: border-color linear 0.2s;
	transition: border-color linear 0.2s;
}
.diamonds-list .diamond:hover{
	position: absolute;
	width: 100%;
	min-height: 65px;
	_height: 65px;
	border-color: #4582d4;
}
.diamonds-list .selected .diamond{
	border-color: #4582d4;
}
.diamond .icon-check{
	position: absolute;
	bottom: 0;
	right: 0;
	display: none;
}
.selected .diamond .icon-check{
	display: block;
}
.diamond-gift{
	margin: 2px 0 0 9px;
}
.diamond-gift dl:before,.diamond-gift dl:after {
	display: table;
	content: '';
}
.diamond-gift dl:after{
	clear: both;
}
.diamond-gift dl{
	overflow: hidden;
	*zoom: 1;
}
.diamond-gift dt,.diamond-gift dd{
	float: left;
	color: #ababab;
}
.diamond-gift dd{
	// height: 40px;
	height: 20px;
	transition: height linear 0.5s;
	_overflow: hidden;
}
.diamond-gift .lower{
	// height: 20px;
}
.diamond-item:hover{
    display: inline-block;
}
.diamond-item:hover .diamond{
	height: auto;
	z-index: 3;
}
.diamond-item:hover .diamond-gift dd{
	height: auto;
}
.diamond-nums{
	margin-top: 6px;
	text-align: center;
}
.diamonds-list .diamond-only .diamond-nums{
	margin-top: 20px;
}
.diamond-nums img{
	position: relative;
	top: 2px;
	width: 24px;
	height: 20px;
}
.diamond-nums .dia-txt{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: bottom;
	max-width: 60px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-weight: 600;
	font-size: 20px;
	color: #000;
}
.diamond-nums .dia-sub-txt{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: bottom;
	max-width: 34px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 14px;
	color: #000;
}
.props ul li span{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: bottom;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.props .prop{
	width: 58px;
	margin-right: 2px;
	text-overflow: ellipsis;
	overflow-x: hidden;
	white-space: nowrap;
}
.props .prop-num{
	max-width: 29px;
}
.diamond .limit{
	position: absolute;
	top: -5px;
	right: -5px;
	border-radius: 2px;
	background-color: #ffb412;
	color: #fff;
}
.diamond .limit span{
	padding: 0 8px;
	line-height: 20px;
}
/*通用提示*/
.tips{
	display: none;
}
.tips-show{
	display: block;
}
.tips-inline{
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.tips .warn{
	color: #f22f2f;
}

.icon-discount {
	position: absolute;
	display: inline-block;
	top: -6px;
	right: -2px;
	width: 26px;
	height: 14px;
	background: url(//midas.gtimg.cn/midas/minipay//static/images/minipay_ddz/element.png?t=1561033018517) no-repeat -255px -92px;
	background-size: auto;
	color: transparent;
}

.icon-97 {
    position: absolute;
    display: inline-block;
    top: -6px;
    right: -2px;
    width: 26px;
    height: 14px;
    background: url(//midas.gtimg.cn/midas/minipay//static/images/minipay_ddz/element.png?t=1561033018517) no-repeat -255px -92px;
    background-size: auto;
    color: transparent;
}
