.pro_box,
.reply_box,
.ask_box,
.cancel_box,
.return_box,
.login_box{
	width: 100%;
	height: 100%;
	background-color: #000000b8;
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 9999;
}
.pro_ly_box,
.reply_ly_box,
.ask_ly_box,
.cancel_ly_box,
.return_ly_box,
.login_ly_box{
	max-width: 80%;
	width: 85%;
	background-color: #ffffff;
	position: relative;
	padding: 5px;
	z-index: 99;
	border-radius: 5px;
}
.reply_ly_box,
.ask_ly_box,
.login_ly_box{
	width:500px
}
.login_ly_box .pro_inf,
.ask_ly_box .cart_form,
.pro_box .pro_inf{
	    max-height: 70vh;
	    background-color: #fff;
	    border-radius: 5px;
}
.login_ly_box .pro_inf,
.pro_box .pro_inf{
	overflow-y: scroll;
}
.close,
.close01,
.close02,
.close03,
.close04,
.close05{
	width: 30px;
	height: 30px;
	position: absolute;
	right: 2px;
	top: -45px;
	border-radius: 30px;
	border: 2px solid #ffffff;
	z-index: 99;
	display: flex;
	justify-content: center;
	align-items: center;
}
.close a,
.close01 a,
.close02 a,
.close03 a,
.close04 a,
.close05 a{
	width:100%;
	height:100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.close_butt::before,
.close_butt01::before,
.close_butt02::before,
.close_butt03::before,
.close_butt04::before,
.close_butt05::before{
	content:"";
	width:15px;
	height: 3px;
	display:block;
	border-radius:10px;
	background-color: #ffffff;
}
.forget .login_click{
    	width:100%
    }


@media screen and (max-width:1000px) {
	.pro_txt{
		width:100%;
		padding: 20px;
	}
	.pro_big_pic{
		width: 400px;
		margin: 0 auto;
	}
	.number{
		margin-bottom:20px
	}
}



@media screen and (max-width: 767px) {
	.pro_ly_box, .reply_ly_box, .ask_ly_box, .cancel_ly_box, .return_ly_box{
		/* height:90vh; */
		/* padding: 0; */
	}
	.pro_big_pic{
		width: 95%;
		border-radius: 10px;
		overflow: hidden;
		display: flex;
	}
	.pro_name li{
		width:100%;
		margin-bottom: 10px;
		text-align: center;
	}
    .much{
    	width:100%
    }
    input.login_click, .join_butt{
    	width: 48%;
    }
    

}
/*# sourceMappingURL=lybox.css.map */
