.modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;
	font-size: .14rem;
}

.modal-box {
	position: relative;
	background: #fff;
	border-radius: .32rem;
	box-shadow: 0 .08rem .24rem rgba(0, 0, 0, 0.12);
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-image: linear-gradient(to right, #CEE5FF, #EFF7FD);
	overflow: hidden;
}

.modal-bottom {
	width: 100%;
	padding: .2rem .35rem .35rem;
	border-radius: .32rem .32rem 0 0;
	background-color: #fff;
}

.modal-bottom.reminder{
	padding: .3rem .35rem;
}

.modal-bottom.reminder .modal-desc{
	font-size: .27rem;
	margin-bottom: .25rem;
	line-height: 1.75;
}

.modal-close {
	position: absolute;
	top: .25rem;
	right: .25rem;
	width: .26rem;
	height: .26rem;
	cursor: pointer;
	z-index: 10;
}

.modal-close::before,
.modal-close::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: .36rem;
	height: .03rem;
	background: #4B80DB;
	border-radius: .01rem;
}

.modal-close::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.modal-close::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.modal-fail-remind {
	width: 5.30rem;
	height: 4.30rem;
	justify-content: space-between;
}

.modal-fail-remind::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 5.00rem;
	height: .70rem;
	background: #dce9fc;
	border-radius: .20rem .20rem 0 0;
	z-index: 0;
}

.modal-fail-remind .modal-title {
	position: relative;
	z-index: 1;
	margin-top: .08rem;
	margin-bottom: .36rem;
}

.modal-product-single,
.modal-product-double {
	width: 5.40rem;
}

.modal-product-single .modal-title,
.modal-product-double .modal-title {
	position: relative;
	z-index: 1;
	margin: .15rem 0;
}

.modal-title {
	font-size: .4rem;
	font-weight: bold;
	color: #1a3a73;
}

.modal-title.editable {
	cursor: pointer;
	border-radius: .06rem;
}

.modal-title.editable:hover {
	background: rgba(0, 100, 232, 0.05);
}

.modal-desc {
	font-size: .24rem;
	color: #333;
	line-height: 1.65;
	margin: 0 0 .2rem;
}

.modal-desc.editable {
	cursor: pointer;
	border-radius: .06rem;
	padding: .02rem .04rem;
}

.modal-desc.editable:hover {
	background: rgba(0, 100, 232, 0.05);
}

.product-img {
	border-radius: .08rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto .25rem;
}

.img-single img {
	width: 3.65rem;
	height: 2.30rem;
}

.img-double{
	width: 4.35rem;
	justify-content: space-between;
}

.img-double img {
	width: 1.95rem;
	height: 2.30rem;
}

.btn-more {
	display: inline-block;
	width: 3.2rem;
	height: .7rem;
	line-height: .7rem;
	text-align: center;
	font-size: .3rem;
	border-radius: 1rem;
	color: #fff;
	text-decoration: none;
	background-image: linear-gradient(to bottom, #A6C8FB, #3074E9);
	box-shadow: 0rem .075rem .15rem #C8DEF1;
}

.btn-more:hover {
	opacity: 0.92;
	transform: translateY(-.01rem);
}

.modal-more {
	width: 100%;
	text-align: center;
}

.modal-action {
	width: 100%;
	text-align: center;
	margin-top: .20rem;
}
