
/* ---------------- 基础工具类 ---------------- */
.text-gray { color: #999; }
.font-bold { font-weight: bold; }
.font-15 { font-size: 15px; }
.m-t { margin-top: 15px; }
.m-t-xs { margin-top: 5px; }
.m-l { margin-left: 15px; }
.m-r { margin-right: 15px; }
.m-l-xxs { margin-left: 2px; }
.text-unset { color: inherit; }
.hover-primary:hover { color: #128bed; }

/* ---------------- 图标样式 ---------------- */

.eq-icon {
    position: relative;
    top: 2px;
}

/* ---------------- 按钮样式 ---------------- */
.styz-btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 0 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
    box-shadow: none;
    color: #333;
	border-color: #d8d8d8;
    transition: none;
}
.styz-btn-primary {
	color: #fff;
	background-color: #128bed;
	border-color: #128bed;
}
.styz-btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

/* ---------------- 权益表格 (Equity Table) ---------------- */
.equity-wrap {
	width: 1220px;
	padding: 15px;
	border-radius: 10px;
	margin: 50px auto 0;
	background: #fff;
}
/* 弹窗内部的表格样式调整 */
.equity-wrap.inside {
	width: 1158px;
	padding: 0px;
	margin: 15px 0 0;
}
.equity-wrap .equity-head-wrap {
	position: sticky;
	top: -2px;
	z-index: 1;
	border-left: solid 1px #eee;
	border-right: solid 1px #eee;
	border-top: solid 1px #eee;
	overflow: hidden;
    border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
.equity-wrap .equity-body-wrap {
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-left: solid 1px #eee;
	border-right: solid 1px #eee;
	border-bottom: solid 1px #eee;
	overflow: hidden;
}
.equity-wrap .equity-head, .equity-wrap .equity-body {
	background-color: #f7f7f7;
	width: 100%;
	margin-top: -1px;
    border-collapse: collapse;
	border-spacing: 0;
}
.equity-wrap .equity-head th, 
.equity-wrap .equity-head td, 
.equity-wrap .equity-body th, 
.equity-wrap .equity-body td {
	border: 1px solid #fff;
	text-align: center;
	padding: 10px 10px;
}
/* 表头特殊样式 */
.equity-wrap .equity-head th {
    background-color: #f7f7f7;
    background-size: cover;
    background-repeat: no-repeat;
}
.equity-wrap .equity-head th.title { text-align: left; padding-left: 20px;}
.equity-wrap .equity-head th.vip { background: linear-gradient(0deg, #FFE4C4 4%, #FFDBB0 98%); color: #713100; }
.equity-wrap .equity-head th.svip { background: linear-gradient(0deg, #DBDBFC 0%, #C4C5F7 100%); color: #333b96; }

/* 表头标题组件 */
.head-title {
	height: 100%;
	position: relative;
	font-size: 20px;
	line-height: 28px;
}
.head-title .title-desc {
	font-weight: normal;
	font-size: 14px;
	margin-left: 6px;
    color: #713100;
	
}
.head-title .title-desc.salan {

	  #background: linear-gradient(0deg, #FFE4C4 4%, #FFDBB0 98%);
    color: #999;
}
.head-title .title-desc::before {
	content: "|";
	margin-right: 10px;
	opacity: .2;
}
.head-title .title-img {
	height: 26px;
	vertical-align: -5px;
}

/* 表格内容样式 */
.equity-wrap .equity-head td, .equity-wrap .equity-body td {
	background-color: #fafafa;
	vertical-align: middle;
	height: 46px;
}.equity-wrap .equity-body td.novip {
	color:#999
}
.equity-wrap .equity-body td.group {
	height: 48px;
	text-align: left;
	background: #fff;
    padding-left: 20px;
}
.equity-wrap .equity-body td.group .title {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	padding-top: 0;
}
.equity-wrap .equity-body td.title { text-align: left; padding-left: 20px; }
.equity-wrap .equity-body td.vip { color: #713100; background: rgba(255,240,224,.5); }
.equity-wrap .equity-body td.svip { color: #3a459f; background: #f1f2fd; }
.equity-wrap .equity-body td .tips { line-height: 18px; opacity: .5; }

/* ---------------- 支付信息与二维码 (Pay Order H5) ---------------- */
/* .app-pay-order-h5 {
	display: flex;
	justify-content: space-between;
} */
.app-pay-order-h5 .pay-info {
	width: 300px;
	margin-right: 60px;
	font-size: 14px;
}
.app-pay-order-h5 .pay-info .color-hl {
	color: #f04040;
	font-family: D-DIN-Bold;
	font-size: 20px;
	position: relative;
	top: -1px;
	font-weight: bold;
}

.app-pay-order-h5 .pay-info .color-hl .s { font-size: 14px; }
.app-pay-order-h5 .pay-info .pline {
	line-height: 22px;
	margin-bottom: 5px;
	font-size: 14px;
    display: flex;
    justify-content: space-between;
}
.app-pay-order-h5 .pay-info .coupon.pline .v .color-hl,.app-pay-order-h5 .pay-info .gold.pline .v .color-hl{
	color: #18bc9c;

}
.app-pay-order-h5 .pay-info .pay-desc {
	margin-top: 10px;
	font-size: 12px;
	text-align: left;
	color: #999;position: absolute;
    bottom: 10px;
}
.app-pay-order-h5 .pay-info .pay-desc p { margin-bottom: 2px; }

/* 二维码区域 */
.app-pay-order-h5 .pay-qrcode {
	width: 150px;
	height: 180px;
	background: #fff;
	position: relative;
}
.app-pay-order-h5 .pay-qrcode .pay-right-info {
    text-align: center;
    display: none;
    margin-bottom: 10px;
}
.app-pay-order-h5 .pay-qrcode .text-price {
    color: #f04040;
    font-size: 16px;
    line-height: 1.2;
}
.app-pay-order-h5 .pay-qrcode .text-price span {
    font-size: 24px;
    font-family: D-DIN-Bold;
    font-weight: bold;
}
.app-pay-order-h5 .pay-qrcode .app-payment-all {
	width: 150px;
	height: 180px;
	background-size: 100% 100%;
	background-image: url(/static/image/payqrcodek_all-86ac71cb.png);
}
.app-pay-order-h5 .pay-qrcode .app-payment-all .pay-box {
	width: 150px;
	height: 155px;
	padding: 8px;
	display: inline-block;
	position: relative;
	overflow: hidden;
}
.app-pay-order-h5 .pay-qrcode .app-payment-all .pay-box .pay-scan-wrap {
	position: relative;
	overflow: hidden;
	margin: -4px;
	padding: 4px;margin-top: 2px;
    margin-left: -8px;
}
.app-pay-order-h5 .pay-qrcode .app-payment-all .pay-box .pay-scan-wrap>canvas {
	display: block;
}
/* 扫描动画 */
@keyframes scan_animate {
	0% { transform: translateY(-100%); }
	to { transform: translateY(143px); }
}
.app-pay-order-h5 .pay-qrcode .app-payment-all .pay-box .pay-scan-wrap::after {
	content: " ";
	background: linear-gradient(0deg, rgba(208, 100, 17, 0.4) 0%, rgba(208, 100, 17, 0) 100%);
	animation: scan_animate 1.5s linear infinite;
	height: 32px;
	left: 0px;
	right: 0px;
	position: absolute;
	top: 0px;
}
/* 二维码失效遮罩 */

.app-pay-order-h5 .pay-qrcode .sim-desc {
    display: block;
    font-size: 12px;
    margin-top: 12px;
    color: #999;
    text-align: center;
    width: 130px;
}

/* ---------------- Loading 动画 ---------------- */
.qrcode-loading {
	width: 160px;
	height: 160px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
@keyframes rotate-clockwise {
	from { transform: rotate(0); }
	to { transform: rotate(-360deg); }
}
@keyframes rotate-counterclockwise {
	from { transform: rotate(0); }
	to { transform: rotate(360deg); }
}
@keyframes bulb-on {
	0% { opacity: 1; }
	50% { opacity: .4; }
	100% { opacity: 1; }
}
.ui-loading-all-logo {
	display: inline-block;
}
.ui-loading-all-logo.small {
	width: 120px;
	height: 30px;
}
.ui-loading-all-logo.small .qcc-icon {
	width: 30px;
	height: 30px;
    position: relative;
    display: inline-block;
}
.ui-loading-all-logo .qcc-icon img {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform-origin: center;
	animation: 1s linear infinite;
}
.ui-loading-all-logo .qcc-icon img:nth-child(2) {
	width: 75%;
	height: 75%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.ui-loading-all-logo .qcc-icon img:nth-child(3) {
	width: 45%;
	height: 45%;
    margin: auto;
    bottom: 0;
    right: 0;
	animation: rotate-clockwise 1.33s ease infinite;
}
.ui-loading-all-logo .qcc-icon img:nth-child(4) {
	width: 18%;
	height: 18%;
    margin: auto;
    bottom: 0;
    right: 0;
	animation: rotate-counterclockwise 1.33s ease infinite;
}
.ui-loading-all-logo.small .qcc-logo {
	width: 80px;
	height: 30px;
	line-height: 30px;
    display: inline-block;
	animation: bulb-on 1.33s linear infinite;
	margin-left: 10px;
    vertical-align: baseline;
}

/* ---------------- 模态框 (Modal) ---------------- */
.app-nmodal .modal-header {
	border-bottom: none;
    padding: 15px;
	display:block
}
.app-nmodal .nclose {
	color: #128bed;
	float: right;
	width: 22px;
	height: 22px;
	background-image: url(/static/image/bicon_x-a49de1e4.png);
	background-size: 22px 22px;
    cursor: pointer;
}
.app-nmodal .cross-line {
	width: calc(100% - 30px);
	height: 1px;
	margin-left: 15px;
	background-color: #eee;
}
.app-nmodal .modal-title {
    font-size: 15px;
    line-height: 24px;
    font-weight: bold;
    margin: 0;
}
.app-nmodal .watermark {
	width: 92px;
	height: 26px;
	
	margin-left: 10px;
	background-size: 92px 26px;
	float: right;
	margin-right: 12px;
	margin-top: -2px;
}
.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none; /* JS控制显示 */
	overflow: hidden;
	outline: 0;
}
.modal-dialog {
	position: relative;
	width: 600px;
	margin: 30px auto;
}
.modal-content {
	position: relative;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	outline: 0;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}
.modal-backdrop.in {
	opacity: 0.5;
}
.nmodal .modal-body.scroll-content {
	max-height: calc(100vh - 150px);
	overflow-y: auto;
	overflow-x: hidden;
    padding: 0 15px 15px;
}

/* .navbar {
	position: relative;
	min-height: 50px;
	
	border: 1px solid transparent;
} */
@media (min-width: 768px) {
	.navbar {
		border-radius: 4px;
	}
}
@media (min-width: 768px) {
	.navbar-header {
		float: left;
	}
}
.pay-panel-vip-new.pay-fixed-right .pay-qrcode {
    position: fixed;
    right: 0px;
    bottom: calc(50vh - 100px);
    border-radius: 4px;
    width: 200px;
    height: auto;
    padding: 16px 0px;
    border-radius: 12px 0px 0px 12px;
    box-shadow: 0px 4px 16px 0px rgba(0,0,0,.08);
    transition: right .2s;z-index:99999;
	
}
.pay-box .loading-rotate {
    width: 30px;
    height: 30px;
   
}
.pay-panel-vip-new.pay-fixed-right .pay-qrcode .arrow-btn {
    position: absolute;
    left: -16px;
    top: 146px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 4px 16px 0px rgba(0,0,0,.08);
    display: flex;
    align-items: center;
    justify-content: center;
}
.pay-panel-vip-new.pay-fixed-right .pay-qrcode .arrow-btn:hover {
    background-color: #128bed;color:#fff
}
.font-16 {
    font-size: 16px;
}.pay-panel-vip-new.pay-fixed-right .pay-qrcode .text-price>span {
    font-size: 32px;
    font-family: D-DIN-Bold;
    vertical-align: -2px;
}