﻿body {
}
/* 弹窗成功图标 */
.icon-success {
	background-image: url(/Mobile/images/icon-success.png);
}

/* 弹窗失败图标 */
.icon-error {
	background-image: url(/Mobile/images/icon-error.png);
}

/* 弹窗等待图标 */
.icon-wait {
	background-image: url(/Mobile/images/icon-wait.png);
	background-position-x: center;
}

/* 弹窗提示图标 */
.icon-alet {
	background-image: url(/Mobile/images/icon-alet.png);
	background-position-x: center;
}

/* 弹窗样式 */
.popup-box {
	position: fixed;
	top: 0;
	left: 0;
    right:0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2000;
	background: rgba(0, 0, 0, 0.6);
    max-width:600px;
    margin:auto;
}

.popup {
	width: 70%;
	height: 186px;
	margin-top: -90px;
	background-color: #fff;
	border-radius: 16px;
	padding: 16px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
}

.pop-icon {
	width: 55px;
	height: 55px;
	background-size: contain;
	background-repeat: no-repeat;
}

.pop-info {
	font-size: 18px;
	color: #393948;
	line-height: 24px;
	font-weight: bold;
    display: flex;
    word-break: break-all;
    text-align:center;
}

.pop-btn {
	display: flex;
}

.pop-btn .btn {
	margin: 0 5px;
}


.cgtishi { background:#ff0000; color:#ffffff;border-radius:180px;  position:absolute; width:18px; height:18px; line-height:18px; text-align:center;
    }
#divBuyTips {
    position: fixed;
    width: 225px;
    height: 80px;
    line-height: 80px; /* 垂直居中 */
    margin:auto;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background-color: #DADADA;
    text-align: center;
    border-radius: 10px;
    color: #000000;
    z-index: 1000000;
    display: none;
}