@charset "utf-8";
.login-dialog .el-dialog__header {
	margin-right: 0 !important;
}
/* 邀请有礼 */
.page-invite-gift-body {
	background: linear-gradient(186deg, #FFFEFE 2.58%, #DEE1FF 74.84%);
	min-width: 780px;
	position: relative;
}

.page-invite-gift-body .bg {
	position: absolute;
}
.page-invite-gift-body .bg-1 {
	left: 0;
	top: 389px;
	width: 271px;
	height: 249px;
	background: url(../images/invite/invite-bg-icon.png) no-repeat;
	background-size: 100%;
}
.page-invite-gift-body .bg-2 {
	right: 0;
	top: 39px;
	width: 222px;
	height: 351px; 
	background: url(../images/invite/invite-bg-icon-2.png) no-repeat;
	background-size: 100%;
}

.new-invite-wrap {
	position: relative;
	font-size: 14px;
	padding: 80px 0;
	color: #372369;
	z-index: 1;
	min-height: 100vh;
	box-sizing: border-box;
}
.new-invite-wrap.hidden {
	display: none;
}

.new-invite-wrap .invite-header {
	display: block;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.new-invite-wrap .container {
	width: 96%;
	max-width: 1020px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.new-invite-wrap .content-box {
	padding: 10px;
	border-radius: 15px;
	background-color: rgba(255,255,255,0.3);
	box-shadow: 0 4px 20px 0 rgba(66, 133, 244, 0.10);
	margin-bottom: 20px;
}
.new-invite-wrap .content-box_main{
	padding: 30px 50px;
	border-radius: 10px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.80) 0%, rgba(255, 255, 255, 0.80) 100%);
	backdrop-filter: blur(50px);
}
.new-invite-wrap .content-box-title {
	color: #5315EF;
	font-size: 24px;
	font-weight: 700;
	line-height: 42px;
	position: relative;
	text-align: center;
}
.new-invite-wrap .content-box-title_icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.new-invite-wrap .step-list {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 34px;
	margin-top: 22px;
}
.new-invite-wrap .steps .step {
	/* flex: 1; */
	width: 28.82%;
	max-width: 230px;
	background-size: 100%;
	background-repeat: no-repeat;
}
.new-invite-wrap .steps .step .step-inner {
	position: relative;
	padding-bottom: 100%;
	/* background-image: url(../images/step1.png); */
}
.new-invite-wrap .steps .step .p-wrap {
	position: absolute;
	top: 54%;
	width: 100%;
	color: #372369;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	font-family: "Microsoft YaHei";
}
.new-invite-wrap .step-icon {
	position: relative;
	width: 5.4%;
	max-width: 54px;
	background: url(../images/invite/invite-icon-4.png) no-repeat;
	background-size: contain;
	background-position: center 60%;
}
  .new-invite-wrap .steps .step-1 {
	background-image: url(../images/invite/step1.png);
  }
  .new-invite-wrap .steps .step-2 {
	background-image: url(../images/invite/step2.png);
  }
  .new-invite-wrap .steps .step-3 {
	background-image: url(../images/invite/step3.png);
  }
  .new-invite-wrap .steps .copy-link-area,
  .new-invite-wrap .steps .btn-area-wrap  {
	display: flex;
	justify-content: center;
	width: 100%;
  }
  .new-invite-wrap .steps .copy-link-area .btn-wrap {
	position: relative;
	width: 47.86%;
	max-width: 382px;
  }
  
  .new-invite-wrap .steps .copy-link-area .btn {
	background: linear-gradient(180deg, #d765ff 0%, #5d4ffa 100%);
	border-radius: 10px;
	font-weight: bold;
	font-size: 20px;
  height: 58px;
	min-width: 120px;
	line-height: 58px;
	text-align: center;
	color: #ffffff;
	cursor: pointer;
	user-select: none;
  }
  .new-invite-wrap .steps  .share-link {
	padding: 0 18px;
	font-size: 1em;
	color: #372369;
	line-height: 56px;
	border-radius: 10px 0px 0px 10px;
    border: 1px solid #B8CEFB;
	white-space: nowrap;
	max-width: 516px;
	overflow-x: auto;
  }
  .new-invite-wrap .steps  .share-link::-webkit-scrollbar {
	display: none;
  }
  .new-invite-wrap .steps  .share-link + .btn {
	padding: 0 1em;
   border-radius: 0 10px 10px 0;
  }

	.new-invite-wrap .steps .expired-block {
		width: 614px;
		padding: 15px 80px;
		font-weight: 400;
		font-size: 14px;
		line-height: 20px;
		background: linear-gradient( 180deg, #FF65BA 0%, #FA4F72 100%);
		border-radius: 16px;
		text-align: center;
		color: #ffffff;
		user-select: none;
		box-sizing: border-box;
  }
	.new-invite-wrap .steps .expired-block b{
		height: 26px;
		font-weight: bold;
		font-size: 20px;
		margin-bottom: 6px;
  }

  .new-invite-wrap .my-invite {
	text-align: center;
  }

	.invite-limit {
		display: none;
		margin-top: 10px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #ffffff;
    background-color: rgba(245, 108, 108, 0.8);
    border-radius: 10px;
	}

	/* 邀请-阶梯奖励 start*/
	.invite-reward_header {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 16px 0;
	}
	.invite-reward_title {
		color: #5315EF;
		font-size: 16px;
		font-weight: 700;
		padding-left: 10px;
		position: relative; 
	}
	.invite-reward_info {
		font-size: 16px;
		font-weight: 400;
	}
	.invite-reward_info span {
		font-weight: bold;
		color: #5315EF;
		margin: 0 6px;
	}

	.invite-reward_title::after {
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		width: 4px;
		height: 16px;
		background-color: #5315EF;
	}

	.invite-reward_wrap {
		height: 228px;
		padding: 40px 0;
		box-sizing: border-box;
		border-radius: 10px;
		background: linear-gradient(180deg, rgba(255, 236, 239, 0.50) 10%, rgba(205, 225, 255, 0.50) 100%);
	}
	
	.invite-reward_steps {
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		margin: 0 65px;
		color: #372369;
	}
	
	.invite-reward_step-item {
		position: relative;
		z-index: 2;
	}
	
	.invite-reward_step-node {
		width: 50px;
		height: 50px;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		background-repeat: no-repeat;
	}
	.invite-reward_step-node::before {
		content: '';
		position: absolute;
		top: -9px;
		right: -6px;
		width: 28px;
		height: 28px;
		background: url("/statics/fanyi-net/images/invite/invite-reward-unvip.png") no-repeat;
		background-size: 100%;
	}
	.invite-reward_step-item.completed .invite-reward_step-inner  {
		display: none;
	}
	.invite-reward_step-item.active .invite-reward_step-node {
		color: white;
	}
	.invite-reward_step-item.completed .invite-reward_step-node::before,
	.invite-reward_step-item.active .invite-reward_step-node::before {
		background-image: url("/statics/fanyi-net/images/invite/invite-reward-vip.png");
	}
	.invite-reward_step-item.completed .invite-reward_step-node {
		background-color: #3AB27C;
		background-image: url("/statics/fanyi-net/images/invite/completed.svg");
		background-size: 24px 24px;
		background-position: center center;
	}
	.invite-reward_step-item.active .invite-reward_step-node {
		background-color: #5B6EFF;
	}
	
	/* 未完成状态的节点 */
	.invite-reward_step-item:not(.completed):not(.active) .invite-reward_step-node {
		background-color: #EBEBEB;
	}
	
	.invite-reward_step-icon {
		width: 24px;
		height: 24px;
	}
	.invite-reward_step-inner {
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
	}
	
	.invite-reward_step-cont {
		position: absolute;
		top: 66px;
		left: 50%;
		transform: translateX(-50%);
		font-size: 12px;
		font-weight: 400;
		white-space: nowrap;
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 8px;
	}
	
	.invite-reward_step-cont > p {
		padding: 6px 12px;
		border-radius: 6px;
		background: #FFF3E2;
		color: #7B4801;
	}
	.invite-reward_step-cont > div {
		font-size: 14px;
		opacity: .5;
	}
	.invite-reward_step-item.completed .invite-reward_step-cont > div,
	.invite-reward_step-item.active .invite-reward_step-cont > div{
		color: #4CAF50;
		opacity: 1;
	}
	
	.invite-reward_step-line {
		flex: 1;
		display: flex;
		height: 4px;
		background: linear-gradient(90deg, #48C078 0%, #5B6EFF 100%);
		position: relative;
		justify-content: flex-end;
		--uncompleted-width: 100%;
	}
	.invite-reward_step-line::after{
		content: '';
		background: #EBEBEB;
		width: var(--uncompleted-width, 100%);
	}
	.invite-reward_step-item.completed + .invite-reward_step-line {
		--uncompleted-width: 0;
	}

	/* 邀请-阶梯奖励 end*/
	

  .new-invite-wrap .my-invite .invite-table {
	width: 100%;
   
	border-radius: 10px;
	overflow: hidden;
	margin-top: 10px;
	border: 1px solid #E6EEFE;
  }
  .new-invite-wrap .my-invite .invite-table .table-header {
	padding-top: 12px;
	padding-bottom: 12px;
	background: #E7EEFE;
	font-size: 14px;
	color: #372369;
	line-height: 16px;
  }
  .new-invite-wrap .my-invite .invite-table li {
	display: flex;
	align-items: center;
	padding: 0 2.8125em;
  }
  .new-invite-wrap .my-invite .invite-table .table-td {
	flex: 1;
  }
  .new-invite-wrap .my-invite .invite-table .un-login-item {
	padding: 6.125em 0 8.875em;
	background-color: #fff;
	border-radius: 0 0 10px 10px;
	justify-content: center;
	color: #372369;
  }
  .new-invite-wrap .my-invite .invite-table .login-btn {
	color: #5315EF;
	margin-right: 4px;
	cursor: pointer;
  }
  .new-invite-wrap .my-invite .invite-table .invite-item {
   
  }
  .new-invite-wrap .my-invite .invite-table  .inner-item {
	width: 100%;
	padding-top: 12px;
	padding-bottom: 12px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #E6EEFE;
  }
  .new-invite-wrap .my-invite .invite-table  .inner-item .success-status {
	color: #0BB40B;
  }
  .new-invite-wrap .my-invite .invite-table .empty-item {
	padding: 2.25em 0 5.25em;
	flex-direction: column;
	justify-content: center;
	row-gap: 4px;
	color: #372369;
	background-color: #fff;
  }
  .new-invite-wrap .my-invite .invite-table .empty-item img {
	width: 7.25em;
  }
	.new-invite-wrap .my-invite .invite-table .inner-table {
		max-height: 300px;
		overflow-y: auto;
	}

	/* 邀请-常见问题 */
	.new-invite-wrap .rules-content-title {
		font-size: 16px;
		font-weight: 700;
		margin-top: 20px;
		color: #372369;
	}
	.new-invite-wrap .rules-content-msg {
		font-size: 14px;
		font-weight: 400;
		margin-top: 8px;
		color: rgba(55, 35, 105, .7);
	}

  /* 邀请状态 */
  
  .new-invite-wrap  .share-header {
	position: relative;
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 column-gap: 0.625em;
  }
  .new-invite-wrap  .share-header .circle-bg {
	position: absolute;
  } 
  .new-invite-wrap  .share-header .circle-bg-1 {
	top: 6.25em;
	left: -6.25em;
	width: 7.875em;
	height: 7.875em;
	background: url(../images/invite/circle-blue.png) no-repeat;
	background-size: 100% 100%;
  }
  .new-invite-wrap  .share-header .circle-bg-2 {
	top: 11.5em;
	right: -12em;
	width: 10.125em;
	height: 10.125em;
	background: url(../images/invite/circle-org.png) no-repeat;
	background-size: 100% 100%;
  }
  .new-invite-wrap .share-header .left-bg-wrap {
	width: 29.31em;
  }
  .new-invite-wrap  .share-header .left-bg{
	/* width: 29.31em; */
	/* height: 15.68em; */
	padding-bottom: 70.57%;
	background: url(../images/invite/share-left-bg.png) no-repeat;
	background-size: 100% 100%;
  }
  .new-invite-wrap  .share-header .main-info{
	position: relative;
	width: 28.125em;
	padding: 5.375em 4.18em 4.7125em;
	background: url(../images/invite/msg-bg.png) no-repeat;
	background-size: 100% 100%;
	box-sizing: border-box;
  }
  .new-invite-wrap  .share-header .main-info .title{
	margin-bottom: 0.625em;
	font-weight: bold;
	font-size: 1.125em;
	color: #A66E00;
	line-height: 1.62;
	text-align: center;
  }
  .new-invite-wrap  .share-header .main-info .already-get {
	margin-bottom: 1.25em;
	font-size: 0.75em;
	color: #999999;
	text-align: center;
  }
  .new-invite-wrap  .share-header .main-info .tip{
	margin-bottom: 2.06em;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.8em;
	color: #FFFFFF;
	background: rgba(166,110,0,0.3);
	border-radius: 0.625em;
	padding: 5px 2px;
  }
  .new-invite-wrap  .share-header .main-info .already-tip {
	background: rgba(0,200,0,0.1);
	color: #00C800;
  }
  .new-invite-wrap  .share-header .main-info .obtain-btn{
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 0.625em;
	height: 3.375em;
	max-height: 54px;
	background: linear-gradient( 180deg, #F79E4B 0%, #FF2876 100%);
	border-radius: 5.8125em;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
  }
  .new-invite-wrap  .share-header .main-info .obtain-btn-wrap {
	position: relative;
  }
  .new-invite-wrap  .share-header .main-info .disabled-btn {
	background: linear-gradient( 180deg, #FFCB9B 0%, #FF8EB7 100%);
	cursor: not-allowed;
  }
  .new-invite-wrap  .share-header .main-info .disabled-btn:hover + .tip-popover {
	display: block;
  }
  .new-invite-wrap  .share-header .main-info .tip-popover {
	display: none;
	position: absolute;
	top: 100%;
	width: 100%;
	font-size: 0.875em;
	line-height: 1.2;
	padding: 0.8em 1.2em;
	background: rgba(0,0,0,0.7);
	text-align: center;
	color: #fff;
	box-sizing: border-box;
	border-radius: 0.625em;
  }
  .new-invite-wrap  .share-header .main-info .tip-popover:hover {
	display: block;
  }
  .new-invite-wrap  .share-header .main-info .tip-popover::before {
	position: absolute;
	top: -9px;
	left: 50%;
	margin-left: -4px;
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 9px solid rgba(0, 0, 0, 0.7);
  }
  .new-invite-wrap  .share-header .main-info .tip-popover a{
	font-style: normal;
	color: #F15855;
	cursor: pointer;
  }
  .new-invite-wrap  .share-header .main-info .vip-icon{
	display: block;
	width: 24px;
	height: 24px;
	background: url(../images/invite/vip-icon.png) no-repeat;
	background-size: 100%;
  }
  .new-invite-wrap  .share-header .main-info .download-icon {
	display: block;
	width: 1.5em;
	height: 1.5em;
	background: url(../images/invite/download-icon.png) no-repeat;
	background-size: 100%;
  }
  .new-invite-wrap  .share-header .main-info .navigator-tip {
	position: absolute;
	bottom: 2.985em;
	left: 0;
	right: 0;
	margin: auto;
	width: 7.56em;
	height: 1.875em;
	line-height: 1.875;
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 3px;
	border-radius: 0.31em;
	color: #fff;
	background: rgba(255,255,255,0.3);
  }
  .new-invite-wrap  .share-header .main-info .navigator-tip::after {
	display: block;
	/* height: 1em; */
	font-size: 0.8em;
	line-height: 1;
	padding: 0.125em;
	content: '当前';
	position: absolute;
	top: -0.1875em;
	right: -1.875em;
	background-color: #E75C5C;
	color: #fff;
	border-radius: 0.25em;
  }
  .new-invite-wrap  .share-header .main-info .navigator-icon {
	display: block;
	width: 1.25em;
	height: 1.25em;
  }
  .fy-remind-tip  {
	position: fixed;
	left: 50%;
	transform: translate(-50%, -50%);
	top: 50%;
	z-index: 2147481012;
    border-radius: 5px;
	color: #fff;
	font-size: 14px;
  }
  .fy-remind-tip .inner-wrap {
	min-width: 150px;
    display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 10px;
  }
  .fy-remind-tip.color-success {
	background-color: rgba(103, 194, 58,0.8);
  }
  .fy-remind-tip.color-error {
	background-color: rgba(245, 108, 108,0.8);
  }
  .fy-remind-tip.color-info {
	background-color: #c8c9cc;
  }

	/*邀请方-活动过期*/
	.new-invite-wrap.state-expired .expired-hide {
		display: none !important;
	}

	/* 邀请-被邀请 */
	.be-invited-wrap {
		position: relative;
		font-size: 14px;
		padding: 80px 0;
		z-index: 1;
	}
	
	.be-invited-header {
		display: flex;
		align-items: center;
		justify-content: center;
		overflow: hidden;
	}
	.be-invited-text {
		max-width: 695px;
		flex: 1;
	}
	.be-invited-text img {
		width: 100%;
	}
	.be-invited-cont {
		flex-shrink: 0;
		position: relative;
	}
	.be-invited-cont::after{
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		transform: translateX(50%);
		width: 352px;
		height: 196px;
		background-image: url("/statics/fanyi-net/images/invite/ico1.png");
		background-size: 100% 100%;
		background-repeat: no-repeat;
	}
	.be-invited-main {
		width: 450px;
		height: 404px;
		box-sizing: border-box;
		background-image: url("/statics/fanyi-net/images/invite/be-invited-cont.png");
		background-size: 100% 100%;
		background-repeat: no-repeat;
		position: relative;
		padding: 71px 63px 88px;
		z-index: 2;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	
	/* 邀请函标题样式 */
	.invitation-title {
		font-family: 'Microsoft YaHei', sans-serif;
		font-size: 18px;
		font-weight: bold;
		color: #a66e00;
		line-height: 26px;
		text-align: center;
	}
	.invitation-title span {
		white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 210px;
    vertical-align: text-bottom;
	}
	
	/* 邀请函内容样式 */
	.invitation-content {
		background: #ffffff;
		border-radius: 10px;
		padding: 10px 20px;
		font-family: 'Microsoft YaHei', sans-serif;
		font-size: 14px;
		color: #3a2807;
		line-height: 26px;
		text-align: left;
	}
	
	.invitation-content .highlight {
		font-weight: bold;
		color: #DA4242;
	}
	.state-unavailable .invitation-content {
		color: #DA4242;
	}
	
	/* 邀请函按钮区域 */
	.invitation-actions {
		display: flex;
		flex-direction: column;
		gap: 12px;
		align-items: center;
	}

	.btn-primary,
	.btn-secondary{
		width: 238px;
		height: 58px;
		border: none;
		border-radius: 93px;
		font-size: 20px;
		font-weight: bold;
		color: #fff;
		cursor: pointer;
		display: flex;
		align-items: center;
		justify-content: center;
		transition: all 0.3s ease;
		gap: 10px;
	}
	.btn-primary:hover,
	.btn-secondary:hover{
		transform: translateY(-2px);
		box-shadow: 0 4px 15px rgba(0,0,0, 0.1);
	}


	/* 主要按钮样式 */
	.btn-primary {
		background: linear-gradient(180deg, #f79e4b 0%, #ff2876 100%);
	}
	
	/* 次要按钮样式 */
	.btn-secondary {
		background: #4285F4;
	}
	
	/* 按钮图标样式 */
	.btn-icon {
		width: 28px;
		height: 28px;
	}
	
	/* 不可领取状态的按钮布局 */
	.state-unavailable .invitation-actions {
		gap: 8px;
	}
	.state-unavailable .btn-primary,
	.state-unavailable .btn-secondary {
		width: 100%;
		height: 54px;
		font-size: 18px;
		border-radius: 10px ;
	}


	.be-invited-container {
		max-width: 1200px;
		margin: 0 auto;
		padding: 0 20px;
	}
	
	/* 标题区域 */
	.be-invited-header {
		text-align: center;
		margin-bottom: 30px;
	}
	
	.be-invited-title {
		font-size: 36px;
		font-weight: bold;
		color: #372369;
		line-height: 1.2;
		margin: 0;
	}
	
	/* 产品卡片区域 */
	.be-invited-products {
		display: flex;
		gap: 20px;
		margin-bottom: 100px;
		justify-content: center;
	}
	
	.product-card {
		flex: 1;
		max-width: 400px;
		background: #ffffff;
		border-radius: 10px;
		overflow: hidden;
		box-shadow: 0 4px 20px rgba(66, 133, 244, 0.1);
		position: relative;

		padding: 52px 40px 30px;
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}
	
	.product-tag {
		position: absolute;
		top: 0;
		left: 0;
		padding: 7px 14px;
		font-size: 14px;
		font-weight: 400;
		border-radius: 0 0 8px 0;
		box-shadow: 0px 4px 10px rgba(70, 17, 81, 0.2);
	}
	
	.desktop-tag {
		background: rgba(131, 47, 255, 0.1);
		color: #832fff;
	}
	
	.browser-tag {
		background: rgba(66, 133, 244, 0.1);
		color: #4285f4;
	}
	
	.mobile-tag {
		background: rgba(72, 192, 120, 0.1);
		color: #48c078;
	}
	
	.product-icon {
		width: 60px;
		height: 60px;
		flex-shrink: 0;
	}
	.product-info {
		text-align: center;
		color: #372369;
		flex: 1;
	}
	
	.product-name {
		font-size: 18px;
		font-weight: bold;
		margin: 0 0 10px 0;
	}
	
	.product-desc {
		font-size: 14px;
		line-height: 22px;
		margin: 0;
		opacity: 0.7;
	}
	
	.download-btn {
		width: 180px;
		height: 52px;
		border: none;
		border-radius: 10px;
		font-size: 16px;
		font-weight: bold;
		color: #ffffff !important;
		cursor: pointer;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 10px;
		transition: all 0.3s ease;
		outline: none;
		text-decoration: none !important;
	}
	
	.desktop-btn {
		background: #4285f4;
	}
	
	.desktop-btn:hover {
		background: #3367d6;
		transform: translateY(-2px);
	}
	
	.browser-btn {
		background: #4285f4;
	}
	
	.browser-btn:hover {
		background: #3367d6;
		transform: translateY(-2px);
	}
	
	.mobile-btn {
		background: #4285f4;
	}
	
	.mobile-btn:hover {
		background: #3367d6;
		transform: translateY(-2px);
	}
	
	.download-icon {
		width: 24px;
		height: 24px;
	}

	/* 二维码弹出层 */
	.download-btn-wrapper {
		position: relative;
	}
	.qrcode-popover {
		display: none;
		position: absolute;
		bottom: calc(100% + 12px);
		left: 50%;
		transform: translateX(-50%);
		background: #fff;
		border-radius: 10px;
		box-shadow: 0 4px 20px rgba(66, 133, 244, 0.15);
		padding: 16px;
		z-index: 10;
		text-align: center;
	}
	.qrcode-popover::after {
		content: '';
		position: absolute;
		bottom: -8px;
		left: 50%;
		transform: translateX(-50%);
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-top: 8px solid #fff;
	}
	.download-btn-wrapper:hover .qrcode-popover {
		display: block;
	}
	.qrcode-popover .qrcode-title {
		margin: 0 0 12px;
		font-size: 14px;
		font-weight: 500;
		white-space: nowrap;
	}
	.qrcode-popover .qrcode-img {
		width: 140px;
		height: 140px;
		display: block;
	}
	
	/* 功能特性区域 */
	.be-invited-features {
		margin-bottom: 100px;
	}
	
	.features-title {
		text-align: center;
		margin-bottom: 30px;
	}
	
	.features-title h3 {
		font-size: 36px;
		font-weight: bold;
		color: #372369;
		margin: 0;
		line-height: 1.2;
	}
	
	.features-row {
		display: flex;
		gap: 20px;
		justify-content: center;
	}
	.features-row + .features-row {
		margin-top: 20px;
	}
	.feature-item {
		flex: 1;
		max-width: 350px;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
		padding: 30px 40px;
		border-radius: 20px;
		border: 1px solid rgba(131, 47, 255, 0.15);
		background: #FFF;
		transition: all 0.3s ease;
	}
	
	.feature-item:hover {
		box-shadow: 0px 4px 20px rgba(131, 47, 255, 0.1);
	}
	
	.feature-icon {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 60px;
		height: 60px;
	}
	
	
	.feature-content {
		text-align: left;
		width: 100%;
	}
	
	.feature-title {
		font-size: 20px;
		font-weight: bold;
		color: #422d58;
		margin: 0 0 10px 0;
		line-height: 1.2;
	}
	
	.feature-desc {
		font-size: 14px;
		line-height: 24px;
		color: #422d58;
		opacity: 0.7;
		margin: 0;
	}
	
	/* 常见问题区域 */
	.be-invited-faq {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 30px;
	}
	
	.faq-title {
		font-size: 36px;
		font-weight: bold;
		color: #372369;
		text-align: center;
		margin: 0;
	}
	
	.faq-container {
		width: 100%;
		background: #ffffff;
		border-radius: 20px; 
		padding: 50px;
		box-shadow: 0px 4px 20px rgba(66, 133, 244, 0.1);
		backdrop-filter: blur(50px);
		box-sizing: border-box;
	}
	
	.faq-content {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}
	
	.faq-item {
		display: flex;
		flex-direction: column;
		gap: 8px;
	}
	
	.faq-question {
		font-size: 16px;
		font-weight: bold;
		color: #372369;
		margin: 0;
		line-height: 1.2;
	}
	
	.faq-answer {
		font-size: 14px;
		line-height: 24px;
		color: #372369;
		opacity: 0.7;
		margin: 0;
	}

	@media screen and (max-width: 1080px) {
		.new-invite-wrap {
			font-size: 12px;
		}
		.new-invite-wrap .content-box_main {
			padding: 30px 20px;
		}
	}

/* 弹窗样式 */
.invite-dialog-mask {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;
}

.invite-dialog-container {
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 10px;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
	padding: 14px 20px 30px;
	position: relative;
	min-width: 320px;
	max-width: 90%;
}

.invite-dialog-close {
	display: flex;
	justify-content: flex-end;
	cursor: pointer;
}

.invite-dialog-close svg {
	width: 16px;
	height: 16px;
}

.invite-dialog-content {
	margin: 30px 0;
}

.invite-dialog-text {
	font-family: 'Microsoft YaHei', sans-serif;
	font-size: 14px;
	color: #333;
	text-align: center;
	margin: 0;
	line-height: 1.5;
}

.invite-dialog-actions {
	display: flex;
	gap: 16px;
	justify-content: center;
}

.invite-dialog-btn {
	height: 38px;
	border-radius: 8px;
	font-family: 'Microsoft YaHei', sans-serif;
	font-size: 14px;
	border: none;
	cursor: pointer;
	padding: 10px 20px;
	transition: opacity 0.2s;
	box-sizing: border-box;
}

.invite-dialog-btn:hover {
	opacity: 0.9;
}

.invite-dialog-btn-secondary {
	background: rgba(0, 0, 0, 0.05);
	color: #333;
	min-width: 88px;
}

.invite-dialog-btn-primary {
	background: linear-gradient(to bottom, #f79e4b, #ff2876);
	color: #fff;
	flex: 1;
	max-width: 150px;
}