ul,#allbox {
	background-color: white;
}

.controler-box {
	position: fixed;
	top: 0;
	bottom: 50px;
	left: 0;
	width: 25%;
	overflow: hidden;
	border-right: 1px solid #EEEEEE;
	z-index: 98;
}

.product-control-ul {
	height: 100%;
	width: 100%;
	padding-right: 10px;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	background-color: white;
}

.product-control-ul li {
	line-height: 49px;
	text-align: center;
	width: 100%;
	color: #333333;
	font-size: 1.5rem;
}

#allbox {
	position: fixed;
	top: 0;
	bottom: 50px;
	left: 25%;
	right: 0;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-x: hidden;
}

.box {
	width: 100%;
	padding-top: 12px;
}

.product-box-title-imgcut{
	position: relative;
	width: 80%;
	height: 100px;
	overflow: hidden;
	margin-left: 10%;
	border-radius: 10px;	
}

.product-box-title{
	width: 100%;
	margin-top: -20px;
}
.product-box-title-p{
	position: absolute;
	text-align: center;
	width: 100px;
	left: 50%;
	top: 45px;
	margin-left: -50px;
	color: #333333;
	font-size: 1.4rem;
}
.product-box-h3Cut{
	margin: 34px auto 10px auto;
	border-top: 1px solid #e2e2e2;
	width: 150px;
}
.product-box-h3{
	width: 80px;
	text-align: center;
	background-color: white;
	color: #333333;
	font-size: 1.4rem;
	margin: -10px auto 0 auto;
}

#shop ul li,
.quantity {
	-webkit-flex-wrap: wrap;
	display: -webkit-flex;
}

.product-control-ul li.active {
	color: #FF0000;
}


.list {
	width: 33.3%;
	height: 160px;
	float: left;
	text-align: center;
	position: relative;
	border: 1px solid #EEEEEE;
	margin: -1px -1px -1px -1px;
}

.list img {
	width: 70px;
	height: 70px;
	margin-top: 10px;
}

.message * {
	margin-top: 13px;
}

.price {
	margin-top: -2px;
	font-size: 1.2rem;
	color: orangered;
}

#bottom {
	position: fixed;
	background-color: white;
	bottom: 0px;
	width: 100%;
	height: 50px;
	z-index: 100;
}

#bottom * {
	float: left;
}

#bottom img {
	width: 30px;
	height: 30px;
	margin: 10px 0 0 20px;
}

.num {
	background-color: red;
	color: white;
	width: 15px;
	height: 15px;
	border-radius: 20px;
	line-height: 15px;
	text-align: center;
	margin: 0 0 15px 0;
}

.right-top {
	position: absolute;
	right: 10px;
	top: 10px;
}

.sum {
	line-height: 50px;
	font-size: 15px;
	margin-left: 30px;
}

#bottom p {
	background-color: orange;
	color: white;
	position: fixed;
	right: 0;
	bottom: 0;
	width: 100px;
	height: 50px;
	font-size: 15px;
	line-height: 50px;
	text-align: center;
}

#curtain {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 99;
	background-color: rgba(0, 0, 0, 0.5);
}

#shop {
	position: fixed;
	z-index: 100;
	bottom: 50px;
	width: 100%;
}

.delete {
	background-color: white;
	color: #666666;
	line-height: 40px;
	text-align: right;
	padding-right: 30px;
}

.delete p {
	font-size: 15px;
	margin-left: 5px;
	display: inline-block;
}

#shop ul {
	max-height: 300px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

#shop ul li {
	border-top: 1px solid #EEEEEE;
	position: relative;
	height: 40px;
	font-size: 1.3rem;
	line-height: 40px;
	padding-left: 15px;
	background-color: white;
}

.clothesName {
	width: 55%;
}

.clothesNum{
	display: inline-block;
	width: 20px;
	text-align: center;
}

.quantity i {
	font-size: 1.7rem;
	color: #FFA500;
}

.right {
	position: absolute;
	right: 10px;
}

.ball {
	background-color: red;
	color: white;
	text-align: center;
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 50px;
	position: fixed;
	z-index: 9999;
}

#product-profile{
	position: fixed;
	top: 5%;
	left: 5%;
	right: 5%;
	bottom: 5%;
	background-color: white;
	z-index: 1000;
	border-radius: 10px;
}

.profile-lemon-logo{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 80px;
}

#profile-hide{
	position: absolute;
	top: -15px;
	right: -15px;
	color: #666666;
	font-size: 3.0rem;
}

.profile-productImg-box{
	height: 35%;
	text-align: center;
	
}

#profile-productImg{
	height: 90%;
	vertical-align: middle;
}

.profile-sale-box{
	position: relative;
	height: 50px;
	background-color: crimson;
	color: white;
}

.profile-sale-title{
	font-size: 1.8rem;
	line-height: 50px;
	padding-left: 7px;
}

.profile-sale-date{
	position: absolute;
	top: 0;
	right: 7px;
	line-height: 50px;
	font-size: 1.4rem;
}

.profile-message-box{
	padding-left: 7px;
	padding-bottom: 10px;
	border-top: 5px solid crimson;
	border-bottom: 1px solid #e5e5e5;
}
#profile-message-name{
	font-size: 2.0rem;
	color: #333333;
	margin-top: 15px;
	font-weight: 400;
}

#profile-message-needTime{
	color: #333333;
	margin-top: 13px;
	font-size: 1rem;
}

#profile-message-remark{
	font-size: 0.8rem;
	color: #666666;
}

#profile-message-price{
	margin-top: 13px;
	display: block;
	font-size: 1.7rem;
}

.profile-lable{
	padding-left: 5px;
	line-height: 30px;
	color: #414141;
}

.profile-lable i{
	font-size: 1.8rem;
	vertical-align: middle;
}

.profile-lable span{
	font-size: 1.2rem;
	margin-right: 5px;
	vertical-align: middle;
}

.profile-num-box{
	position: absolute;
	bottom: 30px;
	left: 20px;
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid #E2E2E2;
}

.profile-num-box button{
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 2.0rem;
	background-color: white;
	border: 0;
}

#profile-num{
	width: 40px;
	text-align: center;
	font-size: 1.5rem;
	line-height: 40px;
	border-left: 1px solid #E2E2E2;
	border-right: 1px solid #E2E2E2;
	display: inline-block;
}

#product-goToShop{
	position: absolute;
	bottom: 30px;
	right: 5px;
	line-height: 40px;
	font-size: 1.5rem;
	color: white;
	padding: 0 10px;
	border-radius: 5px;
	background-color: #f39700;
}
