.browser-modal-shadow {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.3);
	z-index: 100;
	display: none;
}
.browser-modal-shadow-show {
	display: block;
}

.browser-modal-shadow > .browser-modal-container {
	width: 640px;
	height: 368px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #ffffff;
	border-radius: 8px;
	padding: 66px 0 34px 0;
	text-align: center;
	box-sizing: border-box;
}

.browser-modal-container > .browser-modal-title {
	font-weight: 700;
	font-size: 22px;
	line-height: 22px;
	color: #2e6ddf;
}

.browser-modal-container > .browser-modal-sub-title {
	margin-top: 33px;
	font-size: 18px;
	line-height: 22px;
	color: rgba(0, 0, 0, 0.65);
}

.browser-modal-container > .browser-modal-list {
	margin: 20px auto 0;
	display: flex;
	justify-content: space-between;
	padding: 0 131px;
}

.browser-modal-container > .browser-modal-confirm {
	margin-top: 40px;
}

.browser-modal-container > .browser-modal-cloud-bg-block {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 168px;
	height: 111px;
}

.browser-modal-container > .browser-modal-cloud-bg-block-reverse {
	right: 0;
	left: unset;
	transform: rotateY(180deg);
}

.browser-modal-list > .browser-modal-list-item {
	width: 90px;
	height: 90px;
	background: rgba(141, 172, 227, 0.1);
	border-radius: 4px;
	text-align: center;
	padding-top: 10px;
	cursor: pointer;
	position: relative;
	box-sizing: border-box;
}

.browser-modal-list-item > .browser-modal-list-item-icon {
	width: 40px;
	height: 40px;
	margin: 0 auto;
}

.browser-modal-list-item > .browser-modal-list-item-text {
	margin-top: 8px;
	font-size: 16px;
	line-height: 22px;
	color: #000000;
}

.browser-modal-list-item > .browser-modal-list-item-recommend {
	position: absolute;
	top: -2px;
	left: -3px;
	width: 40px;
	height: 40px;
}

.browser-modal-list-item-icon > img {
	width: 100%;
	height: 100%;
}

.browser-modal-confirm > .browser-modal-confirm-btn {
	width: 92px;
	height: 40px;
	background: #2e6ddf;
	box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.043);
	border-radius: 100px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	cursor: pointer;
}

.browser-modal-cloud-bg-block > img {
	width: 100%;
	height: 100%;
}

.browser-wechat-reject-container {
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	flex-direction: column;

	display: none;
	
	color: #000000;
	font-size: 18px;
}

.browser-wechat-reject-container > .wechat-reject-tip {
	font-weight: 500;
	margin-bottom: 15px;
}

.browser-wechat-reject-container > .wechat-reject-url {
	word-break: break-all;
}
