/* 
    Document   : vip_style
    Created on : 2012-4-28, 12:00:00
    Author     : limingang
    Description: VIP支付
*/
@charset "UTF-8";

/*reset*/
html{
    background-color: #fff;
    height: 100%;
}
body {
	margin:0;
        color: #5B636A;
	font:12px/1.8 Tahoma, Geneva, '\5B8B\4F53';
        font-size:14px;
}
input, textarea, select {
	margin:0;
	padding:0;
	font-size:12px;
	outline:none;
}
html:root body,
html:root input,
html:root button,
html:root textarea,
html:root select {
	font-family:Tahoma, Geneva, '\5fae\8f6f\96c5\9ed1', '\5B8B\4F53';
}
form,
ul, ol, li,
dl, dt, dd,
h1, h2, h3, h4, h5,
p {
	margin:0;
	padding:0;
	list-style:none;
}
/**/

a{
	color: #4682D1;
    outline: none;
    text-decoration: none;
}
a:hover{
    color:#f63;
}
.clearfix{
    zoom:1;
}
.clearfix:after{
    clear: both;
    content: " ";
    display: block;
    height: 0;
}
/*文本框*/
.text,
textarea {
	font-size:14px;
	font-weight:bold;
	color:#151515;
	border:1px solid;
	border-color:#AFAFAF #D6D6D6 #D6D6D6 #AFAFAF;
	background:#FFF;
}
.text {
	width:180px;
	height:14px;
	padding:9px;
	line-height:14px;
}
textarea {
	width:270px;
	height:100px;
	padding:5px 9px;
	line-height:1.7;
	font-size:14px;
	overflow:auto;
	resize:none;
}
.text:focus,
textarea:focus {
	outline:none;
	border-color:#5B91D3 #74A5E1 #74A5E1 #5B91D3;
	box-shadow:0 0 5px #74A5E1;
}
/**/
.redf63{
    color: #f63;
}
/**/

/*通用按钮*/
.button {
	position:relative;
	display:inline-block;
	min-width:50px;
	height:32px;
	padding:0 15px;
	line-height:33px;
	text-align:center;
	overflow:hidden;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#FFF;
	text-shadow:0 1px #427AC7;
	border:1px solid #427AC7;
	border-radius:2px;
	background-color:#4B88DC;
	background-image:url(../images/button_bg_my.png);
	background-repeat:no-repeat;
	background-position:0 0;
	box-shadow:0 1px 2px rgba(0, 0, 0, 0.1);
	cursor:pointer;
}
.button:hover {
	text-decoration:none;
	color:#FFF;
	background-position:0 -33px;
}
.button:active { background-position:0 -66px; }
/**/

/**/
.pay_btn{
    background: url(../images/button/pay_btn.png) no-repeat;
    display: block;
    height: 39px;
    line-height: 12;
    width: 112px;
    overflow: hidden;
}
.y-btn,.y-btn span{
    background:url(../images/button/y_btn_30.png) no-repeat;
    _background:url(../images/button/y_btn_30.gif) no-repeat;
}
.y-btn{
    border-radius:3px;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
    cursor:pointer;
}
.y-btn:hover{
    text-decoration: none;
}
/*blue*/
.y-btn{
    height:30px;
    background-position:0 -30px;
    padding-left:15px;
    display:inline-block;
    line-height:30px;
    font-weight:bolder;
    vertical-align: middle;
    text-decoration: none;
}
.y-btn span{
    background-position:right 0;
    float:left;
    padding-right:15px;
    color:#fff;
    height:100%;
}
.y-btn-blue:hover{
    background-position:0 -90px;
}
.y-btn-blue:hover span{
    background-position:right -60px;
}
.y-btn-blue:active{
    background-position:0 -150px;
}
.y-btn-blue:active span{
    background-position:right -120px;
}
/*white*/
.y-btn-white{
    background-position:0 -570px;
}
.y-btn-white span{
    background-position:right -540px;
    color:#555;
}
.y-btn-white:hover{
    background-position:0 -630px;
}
.y-btn-white:hover span{
    background-position:right -600px;
}
.y-btn-white:active{
    background-position:0 -690px;
}
.y-btn-white:active span{
    background-position:right -660px;
}

.y-btn-red,.y-btn-red span{
    background:url(../images/button/y_btn_26.png) no-repeat;
    _background:url(../images/button/y_btn_26.gif) no-repeat;
}
.y-btn-red {
	display:none;
    background-position: 0 -26px;
    display: inline-block;
    height: 22px;
    line-height: 21px;
    padding-left: 10px;
    text-decoration: none;
    vertical-align: middle;
}
.y-btn-red span {
    background-position: right 0;
    color: #fffce7;
    float: left;
    height: 100%;
    padding-right: 10px;
}
.s-con{
    padding: 0 10px;
}
.wrapperContent{
	padding:10px;
        width: 884px;
        position: relative;
        top: 54px;
        _top: 0;
}
.card-content {
	width:auto;
	margin-right:200px;
	_top:0;
	_zoom:1;
}
.s-title {
    border-bottom: 1px solid #E1E1E1;
    color: #666666;
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
    padding-bottom: 10px;
    text-indent: 10px;
    position: relative;
    display: none;
}
.btn-select{
    margin-bottom: 20px;
}
.btn-select .y-btn{
    margin-right: 10px;
}
/*表单*/
.form-table dl{
    font-size: 14px;
    padding: 0 0 17px 0;
    zoom:1;
}
.form-table dl:after{
    clear: both;
    content: " ";
    display: block;
    height: 0;
}
.form-table dt{
    float: left;    
    width: 100px;
    line-height: 34px;
    padding-right: 10px;
    text-align: right;
}
.form-table dd{
    float: left;
    width: 85%;   
    line-height: 26px;
}
.form-table .dd-long{
    width: 670px;
}
.form-table .pay_btn {
	float: left;
}
.agreement-link {
	float: left;
	padding-left: 10px;
	line-height: 38px;
}

/*form-table内的标签*/
.f-radio,
.f-checkbox{
    vertical-align:middle;    
}
.f-label{
    vertical-align:middle;
    white-space:nowrap;
    cursor: pointer;
}
.f-span{
    float: left;        
    margin-top: 3px;
	margin-right: 10px;
}
#js-space-m .f-span{
    min-width: 134px;
}
#js-space-m .f-span .f-radio{
    *float:left;
}
#js-year-q .f-span{
    min-width: 60px;
}
.radio-selected label{
    font-weight: bold;
}
.f-span-ipt{ width: 150px; }
.f-span-ipt .f-label .text{ width: 50px; }
.exp-label {
	position: relative;
	display: inline-block;
	height: 28px;
	padding: 0 10px 0 25px;
	line-height: 28px;
	border: 1px solid #FF6337;
	background: #FFFAEA;
}
.exp-label i {
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	height: 26px;
	padding: 1px 0;
	line-height: 12px;
	text-align: center;
	white-space: normal;
	word-wrap: break-word;
	font-size: 12px;
	font-style: normal;
	color: #FFF;
	background: #FF6337;
}
/**/

/*表单提示信息*/
.form-hint {
    background: none;
    border: 1px solid;
	border-color:transparent;
    color: #999;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    padding: 0 10px 0 25px;
    position: relative;
	_border-color:pink;
	_filter:chroma(color=pink);
}
.form-hint i {
    background: url(../images/icon_hint.png) no-repeat -80px -80px;
    height: 18px;
    width: 18px;
    position: absolute;
    left: 5px;
    top: 5px;
}
.form-err {
}
.form-err i {
    background-position: -120px -80px;
}
/**/

.bank-list li{
    cursor: pointer;
    float: left;
    height: 30px;
    margin-bottom: 10px;
    width: 150px;
}
.bank-list li input,
.bank-list li label{
    float: left;
    cursor: pointer;
}
.bank-list li input{
    margin: 9px 3px 0 0;
}
.bank-list li label span{
    display:none;
}
.bank-list .bank_other{
    font-size: 12px;
    margin-top: 7px;
}
.webpay li{
    height: 50px;
}
.webpay li input{
    margin-top: 15px;
}

.tabs-list-v {
    border-bottom: 1px solid #d9d9d9;
    color: #999;
    height: 29px;
    margin: 10px 0;
    padding-left: 10px;
}
.tabs-list-v .tabs {
    background: url("../images/stats_bg.png") repeat-x scroll 0 0 transparent;
    border: 1px solid #D9D9D9;
    float: left;
    margin-right: 5px;
}
.tabs-list-v .tabs a {
    color: #999999;
    float: left;
    height: 28px;
    line-height: 28px;
    text-align: center;
    min-width: 70px;
	padding: 0 10px;
    text-decoration: none;
}
.tabs-list-v .tabs a:hover {
    color: #151515;
}
.tabs-list-v .current {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom-color: #FFFFFF;
}
.tabs-list-v .current a {
    color: #151515;
    font-weight: bold;
}

.v-box, .v-box-fix {
    background-image: url("../images/pic.gif");
}
.v-box {
    margin-bottom: 20px;
    padding-left: 10px;
}
.v-box-fix {
    background-position: right 0;
    height: 76px;
    padding: 10px 20px 10px 10px;
    position: relative;
    right: -10px;
}

.v-icon {
    background-image: url("../images/v_icon.png");
    _background-image: url(../images/v_icon.gif);
    background-repeat: no-repeat;
}
.v-box-con {
    padding-left: 85px;
    position: relative;
    line-height: 24px;
    _height: 1%;
}
.v-box-con strong{
    margin: 0 5px;
}
.v-icon-2, .v-icon-5, .v-icon-50, .v-icon-115 {
    background-position: 0 0;
    height: 70px;
    left: 0;
    position: absolute;
    top: 0;
    width: 70px;
}

.vip-succ{
    text-align: center;
    line-height: 24px;
}
.vip-succ i{
    background: url(../images/icon_hint.png) no-repeat 0 -40px;
    height: 30px;
    width: 30px;
    display: inline-block;
    vertical-align: middle;
}
.vip-succ h2{
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    margin: 40px 0 20px;
}
.vip-succ .btn-p{
    padding: 10px 0;
}
.vip-succ .tips{
    border: 1px solid #ebebeb;
    background-color: #f6f6f6;
    width: 470px;
    margin: 10px auto;
    padding: 3px 0;
}

.vip-dialog{
    padding: 20px 80px;
}
.vip-dialog h2{
    color: #5b636a;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin: 0 0 20px;
}
.vip-dialog i{
    background-image: url(../images/hint_icon.png);
    _background-image: url(../images/hint_icon.gif);
    background-position: -64px 0;
    height: 30px;
    width: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.vip-dialog i.warn{
    background-position: 0 0;
}
.vip-dialog p{
    color: #bbb;
    line-height: 20px;
    margin-bottom: 10px;
}



/* -------------------------------------------------20120516改版-------------------------------------------------------------*/
/*tab切换*/
.top-tabs {    
    background-color: #fff;
    height: 34px;    
    overflow: hidden;
    padding: 10px 0;
    position: fixed;
    width: 100%;
    z-index: 2;
}
.tabs-list{
    height: 33px;
    border-bottom: 1px solid #d1d1d1;
    margin: 0 10px;
}
.tabs-list li{
    background: url(../images/button_bg_my.png) no-repeat 0 -98px;
    border-bottom: 1px solid #d1d1d1;
    float: left;
    margin: 0 5px 0 0;
    _position: relative;
    _margin-bottom:-1px;
}
.tabs-list li a{
    color: #818080;
    border: 1px solid #dcdcdc;    
    border-radius: 2px 2px 0 0;
    border-bottom: none;
    font-weight: bold;
    font-size: 14px;
    float: left;
    height: 32px;
    line-height: 32px;
    text-align: center;    
    padding: 0 15px;
    text-shadow: 0 1px #fff;
    text-decoration: none;
}
.tabs-list li a:hover{
    border-color: #c5c5c5;
    text-decoration: none;
}
.tabs-list .current{
    border-bottom: 1px solid #fff;
}
.tabs-list .current a{
    border-color: #c5c5c5 #c5c5c5 #fff #c5c5c5;
    background: #fff;
}
.tabs-list .current a{
    color: #666;
}
/**/

/*VIP充值卡*/
.vip-car-info {
	min-height:80px;
	position:relative;
	padding:10px 10px 10px 170px;
	border-radius:4px;
	background:#FFFBE0;
	zoom:1;
	_height:80px;
}
.vip-car-info i {
	position:absolute;
	top:10px;
	left:10px;
	width:140px;
	height:80px;
	overflow:hidden;
	background:url(../images/vip_card.gif) no-repeat 0 0;
}
.vip-car-info strong {
	display:block;
	line-height:32px;
	font-size:24px;
	color:#F60;
}
.vip-car-info span {
	display:block;
	line-height:24px;
	color:#D7851F;
}
/**/
.vip-card-check {
	width:340px;
	padding:15px 0;
}
.vip-card-check dt {
	float:left;
	width:120px;
	height:44px;
	line-height:34px;
	text-align:right;
	color:#333;
}
.vip-card-check dd {
	position:relative;
	float:right;
	width:220px;
	height:44px;
}
.vip-card-check .text { width:200px; }
.ico-war {
	position:absolute;
	top:8px;
	right:8px;
	z-index:3;
	width:18px;
	height:18px;
	overflow:hidden;
	background:url(../images/icon_popup.gif) no-repeat 0 0;
	cursor:pointer;
}
/**/
.check-result {
	position:relative;
	padding:20px 0 20px 120px;
	zoom:1;
}
.check-result strong {
	display:block;
	font-size:14px;
	line-height:32px;
	color:#333;
}
.check-result span {
	display:block;
	font-size:12px;
	color:#666;
}
.check-result b { color:#F60; }
.check-result .button { top:10px; }
.check-result i {
	position:absolute;
	top:25px;
	left:80px;
	width:30px;
	height:30px;
	overflow:hidden;
	background-image:url(../images/hint_icon.png);
	background-repeat:no-repeat;
	_background-image:url(../images/hint_icon.gif);
}
.ico-suc { background-position:-64px 0; }
.ico-err { background-position:-96px 0; }
/**/
.vip-card-list {
	border-collapse:collapse;
	width:100%;
	font-size:12px;
	color:#333;
}
.vip-card-list th {
	height:34px;
	padding:0 10px;
	text-align:left;
	background:#F5F5F5;
}
.vip-card-list td {
	height:32px;
	padding:0 10px;
	border-bottom:1px solid #EEE;
}
.vip-card-list em {
	font-style:normal;
	color:#999;
}
/*错误提示*/
.popup-hint,
.popup-hint i {
	background-image:url(../images/popup_hint.png?v=1);
	background-repeat:no-repeat;
	_background-image:url(../images/popup_hint.gif?v=1);
}
.popup-hint {
	position:absolute;
	top:-35px;
	right:-2px;
	z-index:4;
	height:35px;
	padding-right:10px;
	line-height:30px;
	font-size:12px;
	white-space:nowrap;
	color:#FFF;
	background-position:right 0;
}
.popup-hint i {
	position:absolute;
	top:0;
	left:-10px;
	width:10px;
	height:30px;
	overflow:hidden;
	background-position:0 0;
}
/**/

/*分页导航*/
.pagination {
	padding:15px 0;
	text-align:center;
}
.pagination a {
	position:relative;
	display:inline-block;
	height:20px;
	margin:0 2px;
	padding:0 7px;
	line-height:20px;
	vertical-align:top;
	color:#666;
	border:1px solid #FFF;
}
.pagination span {
	display:inline-block;
	vertical-align:top;
	color:#999;
	cursor:default;
}
.pagination a:hover {
	text-decoration:none;
	color:#227BC5;
	border-color:#227BC5;
}
.pagination a.focus,
.pagination a.focus:hover {
	color:#FFF;
	border-color:#227BC5;
	background:#227BC5;
	cursor:default;
}
.pagination .btn {
	height:22px;
	padding:0;
	line-height:23px;
	text-align:left;
	overflow:hidden;
	border:0 none;
	background-image:url(../images/pages_btn.png);
	background-repeat:no-repeat;
	_background-image:url(../images/pages_btn.gif);
}
.pagination a.btn:hover { color:#555; }
.pagination .btn-prev {
	width:50px;
	padding-left:30px;
	background-position:0 0;
}
.pagination a.btn-prev:hover { background-position:0 -26px; }
.pagination a.btn-prev:active { background-position:0 -52px; }
.pagination .btn-next {
	width:67px;
	padding-left:13px;
	background-position:-81px 0;
}
.pagination a.btn-next:hover { background-position:-81px -26px; }
.pagination a.btn-next:active { background-position:-81px -52px; }
.pagination span.btn-prev { background-position:0 -78px; }
.pagination span.btn-next { background-position:-81px -78px; }
/**/

/*联通云卡*/
.card-unicom {
	width:840px;
	padding:0 10px;
}
.form-table select {
	float:left;
	width:100px;
	height:34px;
	line-height:32px;
	margin-right:10px;
	padding-left:5px;
	border:1px solid #C9CDD1;
}
.form-table .l { width:300px; }

/*发票服务*/
.invoice{ margin: 20px 0; }
.invoice-title{
        padding: 0 30px;
        height: 16px;
        line-height: 16px;
        margin: 10px 0;
        width: 600px;
}
.invoice-title strong{ float: left; }
table.invoice-list{
        border-collapse: collapse;
        border-spacing: 0;
        border: 1px solid #c9c9c9;
        box-shadow:2px 2px 3px rgba(0, 0, 0, 0.1);
        color: #5b636a;
        width: 630px;
        margin: 0 10px 30px 10px;
}
.invoice-list td{
        border-right: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0;
        line-height: 28px;
        text-align: center;
}
.invoice-list thead{
        font-weight: bold;
        background:#f6f6f6;
	background:-webkit-linear-gradient(top, #ffffff, #f6f6f6 );
	background:-moz-linear-gradient(top, #ffffff, #f6f6f6 );
	background:-o-linear-gradient(top, #ffffff, #f6f6f6 );
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6');
}
.invoice-list td.order-id{ width: 80px; }
.invoice-list td.relate-q{ width: 160px; }
.invoice-list td.order-sum{ width: 80px; }
.invoice-list td.order-time{ width: 150px; }
.invoice-list td.invoice-apply{ width: 105px; }

.invoice-list tbody td{
        font-size: 12px;
        line-height: 20px;
        padding: 5px;
        word-break: break-all;
        word-wrap: break-word; 
}
.invoice-list tbody tr.even{ background-color: #fcfcfc; }
.invoice-list tbody tr:hover,
.invoice-list table tr.hover{ background-color: #f4f4f4; }

/*申请发票弹层*/
.vip-popup{
        padding: 30px;
        width: 440px;
}
.invoice-form{
        position: relative;
        width: 440px;
}
.invoice-form dl{
        font-size: 14px;
        position: relative;
}
.invoice-form dt{
        float: left;
        width: 80px;
        text-align: right;
        height: 34px;
        line-height: 34px;
        padding-bottom: 10px;
}
.invoice-form dd{
        float: left;
        width:200px;
        height: auto;
        line-height: 34px;
        padding-bottom: 10px;
        position: relative;
}
/**/

/*输入框提示*/
.text-label{
        color: #bababa;
        cursor: text;
        font-size: 14px;
        font-weight: bold;
        height: 14px;
        line-height: 15px;
        padding: 10px 12px;
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 2;
}

/*单复选框和文本块*/
.ipt-label{
        float: left;
        margin-right: 20px;
}
.ipt-label label,
.ipt-label input{ vertical-align: middle; }
.ipt-label label{ margin-right: 3px; }
/**/