	.tui-tips-box {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
    	text-align: center
	}

	.tui-tips-fixed {
		width: 90%;
		position: fixed;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.tui-tips-icon {
		display: block;
		flex-shrink: 0;
		width: 10rem /* 280/28 */;
		height: 10rem /* 280/28 */;
		margin-bottom: 1.428571rem /* 40/28 */;
	}

	.tui-tips-content {
		text-align: center;
		color: #666666;
		font-size: 1rem /* 28/28 */;
		padding: 0 1.785714rem /* 50/28 */ .857143rem /* 24/28 */ 1.785714rem /* 50/28 */;
		box-sizing: border-box;
		word-break: break-all;
		word-wrap: break-word;
	}

	.tui-tips-btn {
		height: 2.142857rem /* 60/28 */;
		line-height: 2.142857rem /* 60/28 */;
		font-size: 1rem /* 28/28 */;
		background: var(--Base);
		color: #fff;
		border-radius: 6px;
		margin: 0;
		border: 0;
	}

	.tui-tips-btn-hover {
		background: #c80808;
		color: #e5e5e5;
	}