/** ����������ʼ **/
.tc-common-tips {
	width: 373px;
	height: auto;
	border-radius: 5px;
	background: #fff;
	display: none;
}

.tc-common-tips .main-title {
	width: 100%;
	height: 45px;
	border-bottom: 1px solid #b7d3f3;
	background: #f2f8ff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.tc-common-tips .main-title h3 {
	line-height: 45px;
	font-size: 16px;
	color: #333;
	float: left;
	text-indent: 20px;
}

.tc-common-tips .main-title i.close {
	width: 14px;
	height: 14px;
	float: right;
	background: url(../../image/zone/common-icon.png) -150px -70px
		no-repeat;
	margin-top: 15px;
	margin-right: 20px;
}

.tc-common-tips .main-title i.close:hover {
	background: url(../../image/zone/common-icon.png) -150px -120px
		no-repeat;
	cursor: pointer;
}

.tc-common-tips .main {
	width: 100%;
	float: left;
}

.tc-common-tips .main .confirm {
	width: 100%;
}

.tc-common-tips .main .confirm p {
	text-align: center;
	font-size: 14px;
	color: #717076;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 10px;
	margin-right: 10px;
	word-wrap: break-word;
	word-break: break-all;
}

.tc-common-tips .main .confirm p a {
	color: #335ccc;
}

.tc-common-tips .main .btn {
	width: 280px;
	height: 35px;
	margin: 0 auto;
	margin-bottom: 30px;
	float: none;
}

.tc-common-tips .main .btn button {
	width: 130px;
	height: 35px;
	border-radius: 2px;
	background: #fff;
	font-size: 14px;
	float: left;
}

.tc-common-tips .main .btn button.qd {
	background: #00C177;
	color: #fff;
}

.tc-common-tips .main .btn button.qd:hover {
	background: #01B26E;
}

.tc-common-tips .main .btn button.qx {
	border: 1px solid #00C177;
	color: #00C177;
	margin-left: 20px;
}

.tc-common-tips .main .btn button.qx:hover {
	background: #01B26E;
	color: #fff;
}
/** ������������ **/

