.vipWindowsWrap {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
}

.vipWindowsContent {
	/*width: 410px;*/
	width: 380px;
	/*height: 363px;*/
	height: 320px;
	background: #fff;
	border-radius: 10px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.viplogoclose {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 26px;
	height: 26px;
	cursor: pointer;
}

.vipWindowsContentTitle {
	width: 100%;
	/*height: 103px;*/
	height: 100px;
	display: flex;
	justify-content: center;
	background: url(https://www.gif.cn/public/static/img/gif/viplogoBg.png) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	padding-top: 25px;
}

.vipWindowsContentTitle img {
	width: 33px;
	height: 30px;
	vertical-align: top;
	margin: 8px 10px 0 0;
}

.vipWindowsContent ul li {
	display: flex;
	justify-content: center;
	align-items: center;
	/*margin-bottom: 25px;*/
	margin-bottom: 15px;
	font-size: 22px;
	color: #333;
}

.cfa {
	color: #fa2323;
	font-weight: bold;
	margin: 0 3px;
}

.vipWindowsContentBtnWrpa {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 25px;
}

.vipWindowsContentBtnWrpa a {
	display: block;
	width: 155px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	border-radius: 45px;
	font-size: 16px;
	font-weight: bold;
}

.vipWindowsDownload {
	background: #e1e1e1;
	color: #333;
}

.vipWindowsDownload:hover {
	color: #333;
}

.vipWindowsUpgrade {
	display: block;
	background: #285bf5;
	width: 250px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	border-radius: 45px;
	font-size: 16px;
	font-weight: bold;
	margin: 0 auto;
	color: #fff;
}

.vipWindowsUpgrade:hover {
	color: #fff;
}

.vipB {
	width: 380px;
	height: 45px;
	position: absolute;
	bottom: 0;
	left: 0;
}
