/**********************
*
* 充值中心各组件的式样表
  本单元css编程规则：
    * 对于独立组件的式样，可以通过独立组件顶层标签类名定位。
    * 对于同一标签有存在多种式样的情况，可根据不同的类名渲染不同式样。
    * 除上述情况外，不允许使用类名进行选择，而应该通过标签层级关系定位。

* Author：柳朕
* Date：2018-05-23
**********************/

/*-------------------
 广告组件
--------------------*/

div.ad {
	line-height: 30px;
	font-size: 18px;
	background: #e55206;
	border: 2px solid #e7590d;
	margin: 10px 0px 10px 0px;
	padding-left: 10px;
}

/* 广告内文字 */
div.ad span {
	color: #ffffff;
}

/* 广告内文字高亮 */
div.ad span.highlight {
    color: #fbfb10;
}

/*--------------------
 选择为自己或他人充值的组件
---------------------*/

div.pay-tab {
	border-bottom: 1px solid #E55202;
	height: 25px;
	clear: both;
	background: #fff;
	margin-top: 10px;
}

/* 选择为自己充值（默认） */
div.pay-tab ul {
	background: url(../images/tabBg.png) no-repeat 4px 0;
	height: 25px;
}

/* 选择为他人充值 */
div.pay-tab ul.payForOther {
	background: url(../images/tabBg.png) no-repeat 4px -37px;
}

/* 单个tab标签式样 */
div.pay-tab li {
	float: left;
	width: 124px;
	overflow: hidden;
	cursor: pointer;
	margin-left: 6px;
	height: 25px;
}

/* 标签内文字式样 */
div.pay-tab li a {
	width: 124px;
	height: 25px;
	display: block;
	overflow: hidden;
	text-indent: -99999px;
}

/*--------------------
 展示充值用户名的组件
---------------------*/

div.pay-user {
	height: 26px;
	line-height: 26px;
	font-size: 18px;
	background: url(../images/payForUserbg.png) repeat-x 0 -1px;
	border: 1px solid #bbb;
	margin-top: 10px;
	padding-left: 10px;
}

/* 用户名名字 */
div.pay-user span {
	color: #E55202;
}

/*--------------------
 带输入验证的输入框
---------------------*/
/* 输入提示 */
li.input-with-validate span.label {
    float: left;
    line-height: 37px;
    width: 250px;
    font-size: 14px;
    text-align: right;
}

/* 必须输入图标 */
li.input-with-validate span em {
	float: right;
	width: 15px;
	height: 37px;
	background: url(../images/icon.png) left -237px no-repeat;
}

/* 输入框背景 */
li.input-with-validate span.input-cons {
	position: relative;
	display: inline;
	height: 37px;
	padding-left: 8px;
	background: url(../images/input.png) left -50px no-repeat;
	overflow: hidden;
	width: 240px;
	float: left;
}

li.input-with-validate span.input-cons cite {
	display: block;
	height: 37px;
	line-height: 37px;
	background: url(../images/input.png) right -50px no-repeat;
	overflow: hidden;
}

/* 输入框——文字输入 */
li.input-with-validate span.input-cons cite input {
	width: 232px;
	height: 20px;
	border: none;
	padding: 8px 3px 8px 1px;
	background: none;
	line-height: 20px;
	font-size: 14px;
	outline: none;
	color: #666;
}

/* 输入检查结果提示信息 */
li.input-with-validate span.checkTipsError,
li.input-with-validate span.checkTipsOk,
li.input-with-validate span.input-tips {
	float: left;
	color: #ff0000;
	height: 38px;
	line-height: 38px;
	margin-left: 4px;
	font-size: 12px;
	padding-left: 14px;
}

/* 检查不通过 */
li.input-with-validate span.check-tips-error {
	background: url(../images/icon.png) no-repeat scroll left -36px;
}

/* 检查通过 */
li.input-with-validate span.check-tips-ok {
	background: url(../images/icon.png) no-repeat scroll left 13px;
}

/* 检查等待中 */
li.input-with-validate span.check-tips-waiting {
	background: url(../images/mloading.gif) no-repeat scroll left 13px;
}

/*--------------------
  普通的登录组件
----------------------*/

ul.login li {
    width:100%;
	_height:37px;
	min-height:37px;
	padding:8px 0px;
	line-height:37px;
	clear:both
}

ul.login li.hide {
    display:none;
}

ul.login li span {
    display:inline;
	float:left;
}

/* 登录按钮 */
ul.login li.login-btn span {
    margin-left: 300px;
}

ul.login li.login-btn span a {
    display: inline;
    float: left;
    height: 38px;
    padding-left: 40px;
    background: url(../images/buttons.png) left -76px no-repeat;
    text-decoration: none;
    overflow: hidden;
}

ul.login li.login-btn span a span {
    display: inline-block;
    height: 38px;
    padding-right: 10px;
    background: url(../images/buttons.png) right -38px no-repeat;
    font-size: 16px;
    font-weight: bolder;
    text-shadow: -1px -1px #000000;
    color: #fff;
    text-decoration: none;
    line-height: 36px;
    cursor: pointer;
    overflow: hidden;
    margin-left: 0px;
}

/* 登录失败提示信息 */

ul.login li.login-error div {
    width:94%;
    margin:0px auto;
    padding:5px 0px;
    line-height:20px;
    background:#ff0000 url(../images/icon.png) 5px -140px no-repeat;
    color:#fff;
    text-align:center;
    font-size:14px;
}

/*---------------
  充值中心登录组件
  ---------------*/

/* 金币卡快捷通道 */
div.accForm li p {
    width: 100%;
    height:42px;
    line-height: 42px;
    font-size: 14px;
    text-align: center;
}

div.accForm li p a {
    color:#FF0033;
}

/*--------------------
 为他人充值组件
---------------------*/
div.other-user {
	height: 100px;
	width: 98%;
	padding-top: 20px;
	line-height: 26px;
	font-size: 18px;
	background: #F7F7F7;
	border: 1px solid #bbb;
	margin-top: 10px;
}

/*--------------------
 商品列表组件
---------------------*/
/* 单个商品整体布局式样 */
ul.goods-list li {
	float: left;
	height: 120px;
	width: 225px;
	position: relative;
	cursor: pointer;
	margin-left: 20px;
	display: inline;
}

/* 鼠标停留到某个商品上的式样 */
ul.goods-list li.goods-hover {
	background-position: 0 -240px;
}

/* 选定某个商品后的式样 */
ul.goods-list li.goods-click {
	background-position: 0 -120px;
}

/* 商品金币数 */
ul.goods-list li div.coins {
	height: 45px;
	position: absolute;
	width: 190px;
	left: 18px;
	top: 20px;
	overflow: hidden;
}

/* 价格 */
ul.goods-list li div.price {
	background: url(../images/goldIcon.gif) no-repeat 0 0;
	height: 17px;
	line-height: 17px;
	padding-left: 38px;
	position: absolute;
	top: 63px;
	left: 19px;
	color: #525252;
}

/* 选中商品时 */
ul.goods-list li.goods-click div.price {
	background-position: 0 -17px;
	color: #E55202;
}

/* 优惠 */
ul.goods-list li div.award {
	float: left;
	height: 120px;
	width: 223px;
	left: 2px;
	top: 1px;
	position: absolute;
	cursor: pointer;
	text-align: center;
	line-height: 194px;
	color: #fff;
	font-size: 22px;
	display: inline;
	background: url(../images/shortcutAward.gif) no-repeat;
	overflow: hidden;
}

/*--------------------
 商品橱窗组件
---------------------*/
/* 选择金币提示 */
div.showcase > div.select-label {
	height: 36px;
	line-height: 36px;
	padding-left: 30px;
	font-size: 18px;
	padding-bottom: 6px;
	background: url(../images/icons.png) no-repeat 0 -105px;
	font-family: "黑体";
	color: #444;
}

/* 商品列表展示框 */
div.showcase > div.goods-cons {
	height: 1%;
	overflow: hidden;
}

/* 付款金额 */
div.showcase p {
	background: url(../images/sum.png) no-repeat center center;
	height: 60px;
	line-height: 60px;
	color: #e85303;
	font-size: 20px;
	text-align: center;
	font-family: "黑体";
}

/*--------------------
 蒙版层组件
---------------------*/
div.alert-mask,
 div.loading-mask {
	position: absolute;
	top: 0px;
	left: 0px;
	background: #ccc;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	z-index: 203;
	display: none;
	height: 100%;
	width: 100%;
}

div.loading-mask {
    background: white;
    opacity: 0.5;
}

/*--------------------
 提示框组件
---------------------*/
div.alert-win,
 div.loading-title {
	position: absolute;
	width: 400px;
	height: 200px;
	z-index: 240;
	display: none;
	background: #fff;
	border: 3px solid #0398ca;
	top: 40%;
	left: 25%;
}

div.loading-title {
    display: block;
    top: 30%;
    background: #ffffffa6 url(../images/loading.gif) center 30px no-repeat;
    border: none;
    height: 100px;
}

div.loading-title h3 {
    text-align: center;
}

/* 提示标题 */
div.alert-win div.title {
	height: 28px;
	background: url(../images/alertBoxTitle.png) repeat-x 0 0;
	position: relative;
	line-height: 28px;
	padding-left: 10px;
	font-size: 14px;
}

/* 关闭提示框按钮 */
div.alert-win div span {
	background: url(../images/alertBoxCloseIco.png) no-repeat;
	display: block;
	width: 13px;
	height: 13px;
	cursor: pointer;
	text-indent: 9999px;
	overflow: hidden;
	position: absolute;
	right: 8px;
	top: 6px;
}

/* 提示框消息主体部分 */
div.alert-win div.msg {
	height: 48px;
	padding: 20px;
	line-height: 20px;
	font-size: 14px;
}

/* 提示框操作区域 */
div.alert-win div.btns {
	margin: 18px 40px;
	text-align: center;
}

/* 提示框操作按钮 */
div.alert-win div.btns a {
	background: url(../images/alertBoxBtn.png) no-repeat center 1px;
	width: 106px;
	height: 28px;
	line-height: 28px;
	border: 0;
	color: #FFFFFF;
	font-size: 14px;
	margin-left: 40px;
	cursor: pointer;
	float: left;
	text-align: center;
	text-decoration: none;
	display: inline;
}

div.common-alert .alert-win div.btns a {
    margin-left: 110px;
}

div.alert-win div.btns a:hover{
	background:url(../images/alertBoxBtn.png) no-repeat center -30px;
}
/*--------------------
 温馨提示组件
---------------------*/
div.pay-tips {
	line-height: 20px;
}

/* 温馨提示标题 */
div.pay-tips p.tips-title {
	font-size: 20px;
	margin: 10px 0 14px;
}


.ulNav li a.ali-scan {
    background-position: 0 -216px;
}

.ulNav li a.wx-scan {
	background-position: 0 -288px;
}

.card-info {
    width: 95%;
    margin-top: 50px;
}

.card-info ul {
    height: 160px;
}
