/* 页面主体背景 */
.pay-page-center {
	#background: linear-gradient(to bottom, #F7EBDA, white 245px); 
	 background-repeat: no-repeat;
    background-size: 100% 2172px;
    background-position: center top;

    background-image: url(//qcc-static.qcc.com/qcc/pc-web/prod-26.02.134/images/pay_top_bg-5a70a188.png);    padding-top: 18px;
    padding-bottom: 50px;
}

/* 顶部 Banner 区域 - 通用 */
.pay-page-center .pay-top {
	background-repeat: no-repeat;
	background-size: 1920px 2172px;
	height: 670px;
	background-position: center top;
	padding-top: 18px;
	background-image: url(/static/image/pay_top_bg-8c2e0592.png);
}

/* 顶部 Banner - VIP 专属背景定位 */
.pay-page-center .pay-top.vip {
	background-position-y: -724px;
}

/* 标题区域 */
.pay-page-center .pay-top .pay-title {
	margin-bottom: 20px;
	text-align: center;
}
.pay-page-center .pay-top .pay-title .title {
	margin-bottom: 5px;
}
.pay-page-center .pay-top .pay-title .title-img {
	display: inline-block;
	background-size: 100%;
	height: 35px;
}

/* 标题图片 - VIP */
.pay-page-center .pay-top.vip .title-img {
	background-image: url(/static/image/pay_top_title_vip-04127d3a.png);
	width: 164px;
}

/* 右侧标签 */
.pay-page-center .pay-top .pay-title .right-tags {
	width: 640px;
	border-radius: 4px;
	user-select: none;
	line-height: 30px;
	height: 30px;
	font-size: 18px;
	margin: auto;
}
.pay-page-center .pay-top .pay-title .right-tags>span {
	position: relative;
	display: inline-block;
	height: 24px;
}
.pay-page-center .pay-top .pay-title .right-tags>span:not(:last-child) {
	margin-right: 48px;
}
.pay-page-center .pay-top .pay-title .right-tags>span:not(:last-child)::after {
	content: " ";
	width: 1px;
	position: absolute;
	height: 16px;
	right: -23px;
	top: 5px;
	background: rgba(0,0,0,.14);
}
.pay-page-center .pay-top .pay-title .right-tags .eq-icon {
	display: none;
}
.pay-page-center .pay-top.vip .right-tags {
	color: #633410;
}

/* 商品展示区域容器 */
.pay-page-center .pay-top .pay-goods {
	display: flex;
	 justify-content: center;    /* 核心：子元素水平整体居中 */
    align-items: center;        /* 保持垂直居中 */
	text-align: center;
	position: relative;
	height: 540px;
}

/* 商品卡片外层包裹 */
.pay-page-center .pay-top .pay-goods-wrap {
	position: absolute;
	width: 320px;
	border-radius: 16px;
	box-shadow: 0px 10px 30px 0px rgba(18,139,237,.05);
	transition: left .4s;
	text-align: center;
}

/* 卡片定位 - 对应 HTML 中的 sort2 */
.pay-page-center .pay-top .pay-goods-wrap.sort2 {

	z-index: 3;
}

/* 卡片头部 */
.pay-page-center .pay-top .pay-goods-wrap .pay-goods-header {
	height: 143px;
	padding: 26px 20px;
	border-radius: 16px 16px 0 0;
	background-size: 320px 143px;
	cursor: pointer;
}
.pay-page-center .pay-top .pay-goods-wrap .pay-goods-header .cornerMark {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	text-align: center;
	line-height: 24px;
	border-radius: 0px 16px 0px 16px;
	padding-left: 12px;
	padding-right: 10px;
	cursor: pointer;
}
.pay-page-center .pay-top .pay-goods-wrap .pay-goods-header .name {
	margin: 0 auto;
	font-size: 30px;
	margin-top: 3px;
	line-height: 42px;
	text-align: center;
	user-select: none;
}
.pay-page-center .pay-top .pay-goods-wrap .pay-goods-header .sub-title {
	margin-top: 14px;
	font-size: 18px;
	line-height: 26px;
	color: #f7e2c4;
	user-select: none;
}
.pay-page-center .pay-top .pay-goods-wrap .pay-goods-header .sub-title::before {
	content: "";
	display: block;
	transform: scaleY(0.5);
	position: absolute;
	height: 1px;
	left: 96px;
	right: 96px;
	top: 77px;
	opacity: .3;
}

/* 卡片主体 */
.pay-page-center .pay-top .pay-goods-wrap .pay-goods-body {
	border-radius: 12px;
	margin-top: -12px;
	background: #fff;
	min-height: 173px;
	max-height: 390px;
	border: solid 1px rgba(0,0,0,0);
}
.pay-page-center .pay-top .pay-goods-wrap .pay-goods-body .pay-panel-wrap {
	padding-top: 25px;
}
.pay-page-center .pay-top .pay-goods-wrap .pay-goods-body .price {
	font-size: 20px;
	line-height: 1;
}
.pay-page-center .pay-top .pay-goods-wrap .pay-goods-body .price .number {
	font-size: 40px;
	font-family: D-DIN-Bold;
	margin: 0 2px;
}
 .cornerMark {
    color: red;
    background: linear-gradient(0deg, #F0A74D 0%, #FFC073 100%);
}
/* VIP 大卡片样式 (HTML 中使用了 vip 和 big) */
.pay-page-center .pay-top .pay-goods-wrap.vip.big .pay-goods-header {
	background-image: url(/static/image/vip_panelbg_l-b2e3a5a4.png);
}
.pay-page-center .pay-top .pay-goods-wrap.vip.big .pay-goods-header .cornerMark {
	color: #633410;
	background: linear-gradient(0deg, #F0A74D 0%, #FFC073 100%);
}
.pay-page-center .pay-top .pay-goods-wrap.vip.big .pay-goods-header .cornerMark:hover {
	background: #ea9e41;
}
.pay-page-center .pay-top .pay-goods-wrap.vip.big .pay-goods-header .name,
.pay-page-center .pay-top .pay-goods-wrap.vip.big .pay-goods-header .sub-title {
	color: #633410;
}
.pay-page-center .pay-top .pay-goods-wrap.vip.big .pay-goods-header .sub-title::before {
	background-color: #633410;
}
.pay-page-center .pay-top .pay-goods-wrap.vip.big .pay-goods-body {
	border-color: #f6cda0;
}
.pay-page-center .pay-top .pay-goods-wrap.vip.big .price {
	line-height: 24px;
    color: #633410;
}

/* VIP 大卡片尺寸调整 */
.pay-page-center .pay-top .pay-goods-wrap.big {
	width: 700px;
	box-shadow: 0px 10px 40px 0px rgba(0,0,0,.1);
}
.pay-page-center .pay-top .pay-goods-wrap.big .pay-goods-header {
	height: 160px;
	padding: 25px 20px;
	background-size: 700px 167px;
	cursor: auto;
}
.pay-page-center .pay-top .pay-goods-wrap.big .pay-goods-header .name {
	width: 426px;
	visibility: visible;
}
.pay-page-center .pay-top .pay-goods-wrap.big .pay-goods-header .sub-title {
	font-size: 22px;
	margin-top: 25px;
	visibility: visible;
}
.pay-page-center .pay-top .pay-goods-wrap.big .pay-goods-header .sub-title::before {
	left: 176px;
	right: 176px;
	top: 82px;
}
.pay-page-center .pay-top .pay-goods-wrap.big .pay-goods-body {
	min-height: 340px;
	border-radius: 16px;
	margin-top: -16px;
}
.pay-page-center .pay-top .pay-goods-wrap.big .pay-goods-body .pay-panel-wrap {
	min-height: 320px;
	padding-top: 50px;
}
.pay-page-center .pay-top .pay-goods-wrap.big .pay-goods-body .pay-panel-wrap .goods-list .item {
	position: relative;
}
.pay-page-center .pay-top .pay-goods-wrap.big .pay-goods-body .pay-panel-wrap .goods-list .item .price {
	color: #f04040;
}

/* 列表样式 (goods-list) */
.pay-page-center .pay-panel-wrap .goods-list {
	display: flex;
	padding-left: 20px;
	padding-right: 20px;
}
.pay-page-center .pay-panel-wrap .goods-list .item-container {
	position: relative;
	flex: 1;
	vertical-align: bottom;
}
.pay-page-center .pay-panel-wrap .goods-list .item-container:not(:last-child) {
	margin-right: 10px;
}
.pay-page-center .pay-panel-wrap .goods-list .item {
	width: 100%;
	position: relative;
	z-index: 2;
	height: 106px;
	display: inline-block;
	background-color: #fff;
	border: solid 2px #e3e3e3;
	border-radius: 10px;
	padding-top: 14px;
}
.pay-page-center .pay-panel-wrap .goods-list .item .name {
	margin-bottom: 3px;
	color: #333;
	font-size: 16px;
	font-weight: bold;
}
.pay-page-center .pay-panel-wrap .goods-list .item .price {
	line-height: 24px;
	margin-bottom: 2px;
}
.pay-page-center .pay-panel-wrap .goods-list .item .price small {
	font-size: 17px;
	vertical-align: bottom;
	font-weight: bold;
	font-family: D-DIN-Bold;
	letter-spacing: -8px;
}
.pay-page-center .pay-panel-wrap .goods-list .item .price b {
	font-size: 28px;
	font-weight: bold;
	font-family: D-DIN-Bold;
}
.pay-page-center .pay-panel-wrap .goods-list .item .offset {
	margin-top: 10px;
	color: #666;
	font-size: 13px;
}
.pay-page-center .pay-panel-wrap .goods-list .item.active+.bottom-text {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    background: linear-gradient(270deg, #F04040 0%, #FF6060 99%);
    color: #fff;
}.pay-page-center .pay-panel-wrap .goods-list .item-container .bottom-text {
    line-height: 30px;
    background-color: #eee;
    color: #999;
    position: absolute;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    z-index: 2;
    bottom: 0px;
    left: 0px;
    right: 0px;
}.pay-panel-vip-new .countdown-centerbar {
    color: #fff;
    border-radius: 6px;
    line-height: 30px;
    background: linear-gradient(270deg, #F04040 0%, #FF6060 99%);
    margin-top: 8px;
    margin-left: 19px;
    margin-right: 19px;
	font-family:D-DIN-Bold
}.pay-panel-vip-new .countdown-centerbar span {
	font-family:D-DIN-Bold;
    color: #fff;
  
  
}.app-pay-order-h5 .pay-qrcode .app-payment-all .pay-box .mask button {
    width: 72px;
    font-weight: bold;
}.app-pay-order-h5 .pay-qrcode .app-payment-all .pay-box .mask {
    position: absolute;
    background: hsla(0,0%,100%,.9);
    left: 2px;
    right: 2px;
    top: 2px;
    bottom: 2px;
    padding-top: 5px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    backdrop-filter: blur(4px);
    cursor: pointer;
}
.app-countdown-os .countdown i{margin-right:3px}
.icon-icon_xufei:before {
    content: "\e65b";
}
i.aicon.icon-icon_zhushi{ color: #999;}
.aicon::before {
    line-height: 1;
    display: inline-block;
}.styzicon {
    display: inline-block;
    color: inherit;
    font-style: normal;
    line-height: 0;
    text-align: center;
    vertical-align: -0.15em;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}.aicon {
    color: #999;
    font-family: "iconfont" !important;
    font-style: normal !important;
    font-weight: normal !important;
    vertical-align: baseline;
}
.pay-page-center .pay-panel-wrap .goods-list .item .offset .color-hl {
	color: #f04040;
}
.pay-page-center .pay-panel-wrap .goods-list .item .angle-text {
	position: absolute;
	height: 18px;
	line-height: 18px;
	border-radius: 6px 0px 0px 0px;
	background: linear-gradient(270deg, #F04040 0%, #FF6060 99%);
	color: #fff;
	font-size: 13px;
	padding-left: 6px;
	top: -6px;
	left: -2px;
}
.pay-page-center .pay-panel-wrap .goods-list .item .angle-text::after {
	content: " ";
	background: url(/static/image/angle_right-881e7622.png);
	width: 7px;
	height: 18px;
	background-size: 7px 18px;
	position: absolute;
	right: -7px;
}

/* 选中态样式 - VIP Big */
.pay-page-center .pay-top .pay-goods-wrap.vip.big .goods-list .item.active .name {
	color: #633410;
}
.pay-page-center .pay-top .pay-goods-wrap.vip.big .goods-list .item.active {
	border-color: rgba(167,72,0,.5);
	background: linear-gradient(180deg, rgba(244, 188, 113, 0.12) 2%, rgba(244, 188, 113, 0.24) 100%);
}
.ui-loading-all-logo.small .qcc-logo {
    width: 80px;
    height: 30px;
    line-height: 30px;
}
/* 支付信息区域 */
/* .pay-panel-vip-new {
	margin-top: -30px;
} */
.pay-panel-vip-new .app-pay-order-h5 {
	padding: 15px 20px 10px 20px;position:relative
}
.pay-panel-vip-new .app-pay-order-h5 .pay-desc {
	min-width: 310px;
}
.pay-panel-vip-new .app-pay-order-h5 .pay-info {
	margin-right: 60px;
}
.pay-panel-vip-new .app-pay-order-h5 .pline-coupon {
	display: none;
}
.pay-panel-vip-new .sm-text {
	font-size: 13px;
	padding: 4px 6px;
	color: #633410 !important;
	background: rgba(255,218,172,.5);
	border-radius: 4px !important;
}
.pay-panel-vip-new .sm-text:hover {
	background: #f7e3c6;
}

/* 内容区 - Banner 1 */
.pay-page-center .pay-center {
	text-align: center;margin-top:10px
}
.pay-page-center .pay-center .banner1 {
	position: relative;
	height: auto;
}
.pay-page-center .pay-center .banner1 .equity-top-bg {
	padding-bottom: 50px;
	background-image: url(/static/image/comment_bg-c6223d45.jpg);
	background-size: 1920px 600px;
	background-position: center bottom;
	background-repeat: no-repeat;
}
.pay-page-center .pay-center .banner1 .equity-botton-bg {
	background: #f2f8fe;
	padding-bottom: 50px;
	background-image: url(/static/image/comment_bg_b-a903b135.jpg);
	background-size: 1920px 600px;
	background-position: center top;
	background-repeat: no-repeat;
}
.pay-page-center .pay-center .banner1 .equity-botton-bg .paycenter {
	margin-top: 0px;
	border-radius: 16px;
}
.pay-page-center .pay-center .banner1 .comment img {
	width: 100%;
	max-width: 1440px;
}
.pay-page-center .pay-center .banner1 .toggle {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
	font-size: 0;
}
.item.m-b-md {
    margin-bottom: 20px;
}
.pay-page-center .pay-center .banner1 .toggle .divider {
	width: 444px;
	border-top: 2px dashed rgba(0,0,0,.08);
}
.pay-page-center .pay-center .banner1 .toggle button {
	background: rgba(0,0,0,0) !important;
	color: #128bed;
	font-size: 16px;
	border-radius: 30px;
	line-height: 30px;
	width: 148px;
	border: 1px solid rgba(18,139,237,.5);
}
.pay-page-center .pay-center .banner1 .toggle button .arrow {
	color: #128bed;
	font-size: 10px;
	transform: rotate(90deg);
	position: relative;
	top: -2px;
	transition: transform .1s linear;
}
.pay-page-center .pay-center .banner1 .toggle button .arrow.up {
	transform: rotate(-90deg);
}
.pay-page-center .pay-center .banner1 .toggle button:hover {
	background: #cae6fc;
}

/* 表格标题样式 (复用) */
.pay-page-center .pay-center .title:not(th):not(td) {
	display: flex;
	align-items: center;
	justify-content: center;
	
}
.pay-page-center .pay-center .title:not(th):not(td) span {
	display: inline-block;
	line-height: 38px;
	font-size: 26px;
	font-weight: bold;
	color: #000;
	position: relative;
}
.pay-goods-header .name .font-bold{ font-size: 38px;
    margin-top: 10px;
    line-height: 36px;}
.pay-page-center .pay-center .desc {
	margin-top: 10px;
	color: #8287a5;
}

/* Banner 3 - 支付方式 */
.pay-page-center .pay-center .banner3 {
	position: relative;
	height: 388px;
	
}
.pay-page-center .pay-center .banner3 .title {
	padding-top: 80px;
}
.pay-page-center .pay-center .banner3 .desc .content {
	padding: 7px 5px;
}

/* Banner 4 - 优势 */
.pay-page-center .pay-center .banner4 {
	padding-top: 25px;
	height: 500px;
	background: url(/static/image/b1.jpg) no-repeat top;
	background-size: 1600px 416.67px;
}

/* Banner 5 - 购买攻略 */
.pay-page-center .pay-center .banner5 {
	height: 358px;
	position: relative;
}
.pay-page-center .pay-center .banner5 .content {
	background: url(/static/image/banner5-9484ebc0.png) no-repeat;
	background-position: center bottom;
	background-size: 1920px 292px;
	padding-top: 28px;
	margin-top: 10px;
	height: 150px;
}
.pay-page-center .pay-center .banner5 .content .btn-wrap {
	width: 1160px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
.pay-page-center .pay-center .banner5 .content .btn-wrap .btn {
	padding: 17px 22px;
	width: 219px;
	font-size: 17px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	border-radius: 8px;
	position: relative;
	background-color: rgba(0,0,0,0);
}
.pay-page-center .pay-center .banner5 .content .btn-wrap .btn:hover {
	background: rgba(18,139,237,.08);
}
.pay-page-center .pay-center .banner5 .content .btn-wrap .btn img {
	width: 20px;
	margin-right: 5px;
	position: relative;
	top: -1px;
}
.pay-page-center .pay-center .banner5 .btn-action {
	margin-top: -10px;
	margin-bottom: 50px;
	line-height: 30px;
	border-radius: 8px;
	font-size: 16px;
	width: 260px;
}
.pay-page-center .pay-center .banner5 .btn-action img {
	width: 12px;
	margin-right: 6px;
}

/* Banner 6 - 常见问题 */
.pay-page-center .pay-center .banner6 {
	background: url(/static/image/banner6-b460c65d.png) no-repeat;
	background-position: center;
	background-size: cover;
	padding: 30px 50px 70px 50px;
	margin-bottom: -50px;
}
.pay-page-center .pay-center .banner6 .question {
	display: flex;
	flex-wrap: wrap;
	width: 1180px;
	margin: 40px auto 0;
}
.pay-page-center .pay-center .banner6 .question a{
	text-decoration: none
}
.banner3 a{text-decoration: none}
.pay-page-center .pay-center .banner6 .question .item {
	width: 580px;
	padding: 20px;
	background: #fff;
	border-radius: 12px;
	text-align: left;
	box-shadow: 0px 4px 8px 0px rgba(12,27,149,.03);
}
.pay-page-center .pay-center .banner6 .question .item>div {
	font-size: 18px;
	font-weight: bold;
}
.pay-page-center .pay-center .banner6 .question .item p {
	margin: 5px 0 0;font-size:14px
}.nmodal .modal-header .right {
    float: right;
}
#myModalLabel{display:none;   position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	 z-index: 99999;
  }
  
  
  .equity-wrap .equity-head th.vip[data-v-a326e736], .equity-wrap .equity-body th.vip[data-v-a326e736] {
    background: linear-gradient(0deg, #FFE4C4 4%, #FFDBB0 98%);
    color: #713100;
}
      .banner3 .pay-methods {
            display: flex;
            align-items: center;
            max-width: 1000px;
            margin: 0 auto;
            padding: 20px;
            background: #F4F7FE; /* 浅色背景，匹配原图 */
            border-radius: 12px;
            gap: 2px; /* 分隔线间隙 */
			margin-top:29px
        }

         .banner3  .pay-item {
            flex: 1;
            text-align: center;
            padding: 10px 0;
            position: relative;
        }

        /* 支付图标 */
         .banner3  .pay-icon {
            width: 40px;
            height: 40px;
            margin: 0 auto 8px;
            border-radius: 4px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
        }
        .banner3   .alipay .pay-icon {
            background: #00a1e9;
            color: #fff;
        }
         .banner3  .wechat .pay-icon {
            background: #07c160;
            color: #fff;
        }
		   .banner3  .gold .pay-icon {
            background: #07c160;
            color: #fff;
        }

        /* 支付名称 */
        .banner3   .pay-name {
            font-size: 18px;
            color: #000;
        }

        /* 分隔线（仅支付宝和微信之间） */
         .banner3  .pay-item:not(:last-child)::after {
            content: "";
            position: absolute;
            right: 0;
            top: 15%;
            height: 70%;
            width: 1px;
            background: #e5e7eb; /* 浅灰分隔线 */
        }
		
	.banner3 .payment-icon {
    width:50px;
    height: 50px;
    margin: 0 auto 8px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
   
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.banner3 .wechat .payment-icon {
    background: linear-gradient(135deg, #09bb07, #2aae67);
    color: white;
}

.banner3 .alipay .payment-icon {
    background: linear-gradient(135deg, #1677ff, #1890ff);
    color: white;
}
.banner3 .gold .payment-icon {
    background: linear-gradient(90deg, 
    #FFD700 0%, 
    #F0C27B 50%, 
    #B8860B 100%);
    color: white;
}
.goods-list a.item-container .item{cursor:pointer}






/* 进阶版：金属拉丝金正方形（更强质感） */
.qrcode-square-metal {
  width: 140px;
  height: 140px;
  border-radius: 4px;
  /* 多层渐变+内阴影模拟拉丝金属 */
  background: linear-gradient(45deg, #4b6cb7, #182848);
  display: flex;
  align-items: center;
  justify-content: center;
  /* 内阴影模拟金属拉丝纹理 */
  box-shadow: 
    inset 0 0 10px rgba(255, 255, 255, 0.5),
    0 5px 18px rgba(184, 134, 11, 0.3);
 
  transition: all 0.3s ease;
}



.qrcode-square-metal i {
  font-size: 25px;
  color: #fff;
  /* 轻微描边，强化金属图标质感 */
  text-shadow: 0 0 2px #000, 0 1px 3px rgba(0, 0, 0, 0.3);
}
a.udesk-btn{cursor:pointer}


.banner3 .service-qrcode {
  position: absolute;
  top:80%; /* 对齐触发元素底部 */
  left:80%;
  transform: translateX(-50%) translateY(-10px); /* 水平居中+初始上移10px（动画起点） */
  opacity: 0;
  visibility: hidden; /* 隐藏时不占空间+无法点击 */
  width: 280px;
  padding: 12px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  text-align: center;
  transition: all 0.3s ease; /* 动画过渡：0.3秒平滑变化 */
  z-index: 999; /* 确保弹框在最上层 */
}
.banner3 .service-qrcode.salan {

  top:40%; /* 对齐触发元素底部 */
  left:53%;

}
a.item-container .price span {
    font-size: 14px;
    opacity: 0.8;
    color: #767F8C;
    font-weight: 400;
}
.pay-info .pline .end_time{font-size:15px}

.pline.gold span.color-hl  i{}

/* 弹框内元素样式（贴合原图风格） */
.service-qrcode .qrcode-title {
  font-size: 14px;
  color: #333;
  margin-bottom: 4px;
}
.service-qrcode .qrcode-desc {
  font-size: 12px;
  color: #666;
  margin-bottom: 8px;
}
.service-qrcode .qrcode-img {
  width: 220px;
  height: 220px;
  margin: 0 auto 6px;
}
.service-qrcode .qrcode-tip {
  font-size: 12px;
  color: #999;
}

.app-pay-order-h5 .no-payment-needed {
    background-color: #e8f7f0;
    border-radius: 8px;
    padding: 7px 14px;
    text-align: center;
    display: none;
}
.app-pay-order-h5  .no-payment-icon {
    width: 40px;
    height: 40px;
    background-color: #4caf50;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 3px;
    font-size: 32px;
    color: white;
}
.app-pay-order-h5  .no-payment-desc {
    color: #666;
    margin-bottom: 10px;
	font-size:13px
}.app-pay-order-h5  .confirm-button {
    display: inline-block;
    padding: 10px 30px;
    background-color: #4caf50;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}.app-pay-order-h5   .confirm-button:hover {
            background-color: #3d8b40;
        }
span.left_gold_text{font-size:12px;color:gray}
span.left_gold{font-size:13px;color:#EDC68D}
@keyframes rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.loading-rotate {
  animation: rotate 1s linear infinite; /* 1秒旋转一圈，无限循环 */
}  .container-words {
      max-width: 1400px;
      margin: 0 auto;
      position: relative;
      height: 200px; /* 降低container高度，贴合原图 */
      overflow: hidden; /* 防止内容溢出 */
	  width:90%;
	 
    }

    .bubble {
      position: absolute;
      background: white;
      border-radius: 10px;
      padding: 12px 18px; /* 缩小内边距，更紧凑 */
      box-shadow: 0 2px 8px rgba(0,0,0,0.05); /* 弱化阴影，匹配原图 */
      border: 1px solid #e6f0ff;
      font-size: 13px;
      line-height: 1.4;
      min-width: 146px; /* 缩小最小宽度 */
      color: #666; /* 文字颜色降阶，匹配原图 */
      word-wrap: break-word;
      transition: all 0.3s ease;
      z-index: 1;
      overflow: hidden;
   
    }

    /* 伪元素调整：匹配边框颜色，弱化视觉 */
    .bubble::before {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-left: 12px solid transparent;
      border-right: 12px solid transparent;
      border-top: 12px solid white;
      top: -12px;
      left: 30%; /* 偏移位置，更自然 */
      transform: translateX(-50%);
      z-index: 2;
      display: none; /* 隐藏小三角，匹配原图无三角样式 */
    }

    .bubble::after {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-left: 12px solid transparent;
      border-right: 12px solid transparent;
      border-top: 12px solid #e6f0ff;
      top: -12px;
      left: 30%;
      transform: translateX(-50%);
      z-index: 1;
      display: none; /* 隐藏小三角，匹配原图 */
    }

    .bubble:hover {
      transform: scale(1.02);
      box-shadow: 0 6px 16px rgba(0,0,0,0.1);
    }

    /* 背景气泡（被遮挡）：低透明度 + 低层级 */
    .bubble-bg {
      opacity: 0.55; /* 被遮挡的气泡透明度降低 */
      z-index: 0;
	  font-size:12px;
    }

    /* 前景气泡（突出显示）：高透明度 + 高层级 */
    .bubble-fg {
      opacity: 1;
      z-index: 2;
      color: #333; /* 前景文字更醒目 */
      font-weight: 500; /* 轻微加粗，突出 */
    }

    /* 气泡位置/旋转/尺寸：紧凑布局，降低整体高度 */
    .bubble-1 { top: 20px; left: 92px; width: 315px; transform: rotate(-1deg);}
    .bubble-2 {  top: -3px;
       right: 627px;
    width: 295px; transform: rotate(1deg); }
    .bubble-3 {  top: 8px;
    right: 347px;
    width: 292px;;  transform: rotate(-2deg);   }
    .bubble-4 {      top: 40px;
    left: 453px;
    width: 366px; transform: rotate(0.8deg); }
    .bubble-5 { 
   top: 67px;
    left: 210px;
    width: 305px;
  
    transform: rotate(1deg); 
    }
    .bubble-6 {
	top: 44px;
    right: 202px;
    width: 276px;  transform: rotate(1deg); 
	}
    .bubble-7 {
		top: 106px;
    left: 154px;
    width: 326px;; 
	}
    .bubble-8 {
	top: 122px;
    right: 82px;
    width: 194px;  transform: rotate(359deg); 
	}
    .bubble-9 { 
	top: 121px;
    left: 507px;
    width: 275px;;  transform: rotate(-1deg); 
	}
	 .bubble-10 {
	top: 92px;
    left: 793px;
    width: 323px;   transform: rotate(-2deg); 
	}
	 .bubble-11 {
	top: 89px;
    left: 507px;
    width: 316px;; transform: rotate(1deg); 
	}
	.novip .head-title span.ttt{color:#999;  font-family: cursive;
    font-weight: 800;font-size:24px
	}
	.novip .head-title span.ttt img{width:30px;height:30px;vertical-align:top;margin-right:5px
	}
	.center.novip i.aicon.text-unset{color:#999 !important}
.center.vip i.aicon.text-unset{color:#713100 !important}

.pay-panel-vip-new.pay-fixed-right .pay-right-info{display:block}

.pay-panel-vip-new.pay-fixed-right .pay-qrcode .app-payment-all {
    margin: auto;
    margin-top: 10px;  width: 172px;
    height: 210px;
}



.pay-panel-vip-new.pay-fixed-right.is-right-collapse .pay-qrcode {
    right: -140px;
}
.pay-panel-vip-new.pay-fixed-right .pay-qrcode .arrow-btn  {
  
	cursor:pointer
}
.pay-panel-vip-new.pay-fixed-right .pay-qrcode .arrow-btn i {
    font-size: 16px;
    margin-left: -2px;
    color: gray;
	
}
.pay-panel-vip-new.pay-fixed-right .pay-qrcode .arrow-btn:hover i {
   color:#fff;
}

.pay-panel-vip-new.pay-fixed-right .pay-qrcode .arrow-btn i.xz {
  transform: rotateY(180deg);
}.font-18 {
    font-size: 16px;
}

.styz-popover-inner.coupon{

	bottom:-234px;

}
.styz-popover-inner-content {
    padding: 5px 10px;
    line-height: 22px;
    word-break: break-all;
    color: #333333;
}.glossary-content {
    min-width: 120px;
    max-width: 400px;
    max-height: 300px;
    overflow-y: auto;
    margin: -5px -10px;
    padding: 5px 10px;
	text-align:left
}.font-12 {
    font-size: 12px;
}
a.gmsm{cursor:pointer}

/* 弹窗基础样式 + 优化动画 */
.styz-popover-content {
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 4px; /* 圆角稍大更柔和 */
    /* 优化阴影：更自然的层次感 */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    max-width: 350px;
    z-index: 9999;
    /* 关键修改：用 opacity/visibility 替代 display:none，让过渡生效 */
    opacity: 0;
    visibility: hidden;
    position: absolute;
   bottom: -86px;
    right: 29px;
    /* 初始状态：轻微下移+微缩，动画时回归正常 */
    transform: translateY(10px) scale(0.98);
    /* 过渡动画：多属性联动，缓动曲线更自然 */
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    /* 兼容旧IE的阴影（保留原有） */
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15) \9;
}

/* 弹窗激活状态（显示） */
.styz-popover-content.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}
.jquery-watermark{display:none}

 
	
