.login{
    width:100%;
    height:100%;
	overflow: hidden;
}
.loginback{
	width:100%;
	height:4.96rem
}
.loginback img{
	width:100%;
	height:100%
}

#regForm{
    width:100%;
    height:78vh;
    border-radius:5% 5% 0 0;
    background: #fff;
    position: absolute;
    bottom: 0;
    box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
}
#regForm >.title{
    width:100%;
    font-size:0.4rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
	padding-left:0;
    color: #2E2E2E;
	position: relative;
	margin-top:0.8rem;
	display:flex;
	justify-content: center;
}
#regForm >.title:after{
	display: block;
	content: '';
	position: absolute;
	bottom: 0.13rem;
	left:50%;
	transform: translateX(-50%);
    width: 1.54rem;
    height: 0.2rem;
    background: rgba(255, 77, 77, 1);
}

#regForm >div{
    width:100%;
    height:1.14rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
	margin-top:0.8rem;
	padding-left:1.6rem;
	box-sizing: border-box;
}
#regForm >div .imgbox{
    width:0.38rem;
    height:0.41rem;
	margin-right:0.8rem
}
#regForm >div .imgbox img{
    width:100%;
    height:100%
}
#regForm >div input{
   flex:1;
}
.info_item  input{
   background: transparent; !important;
}
input:placeholder-shown{
	font-size:0.46rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: red;
}
button{
	width: 7.86rem;
	height: 1.17rem;
	background: #FF4D4D;
	border-radius: 0.56rem;
	border:none;
	outline: none;
	margin-top:1.44rem;
	
	font-size: 0.4rem;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
}



/* 首页 */
.box{
	width:100%;
	height:100%;
}
.backimg{
	width:100%;
	height:6.04rem;
}
.backimg img{
	width:100%;
	height:100%;
}

.menu{
	width:9.2rem;
	height:1.8rem;
	margin:0 auto;
	background: #FFFFFF;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding:0 0.41rem;
	box-sizing: border-box;
	background:#00A9CD;
	border-radius: 0.13rem;
}

.flexc{
	display: flex;
	justify-content: center;
	align-items: center;
}
.menu_left div{
	border:none;
	width:0.97rem;
	height:0.97rem;
	border-radius: 50%;
	overflow: hidden;
	margin-right:0.34rem;
}
.menu_left div img{
	width:100%;
	height:100%
}
.menu_left span a{
	font-size: 0.4rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}
.menu_right{
	width:1.62rem;
	height:0.8rem;
	border-radius: 0.4rem;
}
.menu_right img{
	width:100%;
	height:100%
}
.order{
	width:9.2rem;
	height:2.97rem;
	margin:0.8rem auto;
	display: flex;
	justify-content: space-between;
}
.order >div{
	width:4.41rem;
	height:100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #fff;
}
.order >div div{
	width:100%;
	height:1.73rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.order >div div>img{
	height:1.2rem;
	width:1.6rem;
}
.order >div p a{
	width:100%;
	text-align: center;
	
	font-size: 0.4rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #232323;
}

/* 录入客户信息样式 */
.userinfo {
	width: 100%;
	/*padding-left: 0.4rem;*/
	box-sizing: border-box;
	/*margin-top: 0.36rem;*/
	overflow: hidden;
}

.info_item {
	width: 100%;
	height: 1.4rem;
	display: flex;
	align-items: center;

	font-size: 0.37rem;
	font-weight: 500;
	color: #000000;
	border-bottom: 1px solid #eee;
	padding-left:0.4rem;
}
.marginbox{
	width:120%;
	height:10px;
	background: #F4F4F4;
	margin-left:-0.4rem;
}
#user_info{
	background:rgba(255,255,255,.6);
	box-sizing: border-box;
}

.info_item>div span {
	margin-right: 0.56rem;
	color: #E50012
}

.info_item>input {
	flex: 1;
}

.info_item input:placeholder-shown {
	font-size: 0.37rem;
}


/* 帮他下单样式 */
.order_detail {
	width: 100%;
	/*padding: 0.4rem;*/
	box-sizing: border-box;
}

.detail_item {
	/*padding: 0.4rem;*/
	box-sizing: border-box;
	/*background: #fff;*/
	margin-bottom: 0.4rem;
}

.detail_num {
	width: 96%;
	margin:0 auto;
	height:1.6rem;
	padding:0 0.4rem ;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fff
}

.detail_num>span {
	font-size: 0.34rem;
	font-weight: 500;
	color: #FF4D4D;
}

.detail_num>div {
	display: flex;
	align-items: center;
}

.detail_num>div div {
	width: 0.56rem;
	height: 0.56rem;
	background: #FFFFFF;
	border: 1px solid #ccc;
	border-radius: 50%;
	font-size: 0.56rem;
	color: #ccc;
	text-align: center;
	line-height: 0.46rem;
}

.detail_num>div .ac_num {
	background: #FF4D4D;
	color: #fff;
	border: none;
}

.detail_num>div span {
	display: inline-block;
	width: 1.13rem;
	text-align: center;
	align-items: center;
}


.detail_btn {
	width: 96%;
	height: 0.94rem;
	margin:0rem auto;
	display: flex;
	background: #fff;
	justify-content: center;
	padding:0.4rem 0;
}

.detail_btn div {
	width: 8.76rem;
	height: 100%;
	background: #FF4D4D;
	border-radius: 0.48rem;
	display: flex;
	/*display: block;*/
	/*line-height: 232%;*/
	/*text-align: center;*/
	justify-content: center;
	align-items: center;

	font-size: 0.4rem;
	font-weight: 400;
	color: #FFFFFF;
}

/* 下单页面样式 */
#downorder_btn {
	width: 100%;
	height: 1.33rem;
	background: #FF4D4D;

	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.4rem;
	font-weight: 400;
	color: #FFFFFF;
}

.orders{
	width:96%;
	margin:0.3rem auto;
	padding:0.4rem;
	box-sizing: border-box;
	height:3.16rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
.orders >div{
	width:100%;
	height:50%;
	display: flex;
	justify-content: space-between;
	align-items: center;

	font-size: 0.4rem;
	font-weight: 400;
	color: #323233;
}
.orders >div .ac_num{
	color: #FF4D4D;
}

.pcolor{
	color:black;
}



