* {
	margin: 0;
	padding: 0;
}

html,body {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	background: #121117;
}
img {
	border: none;
}
ul,
li {
	list-style: none;
}

::-webkit-scrollbar {
	width: 0;
	height: 0;
	color: transparent;
}

a,
img,
button,
input,
textarea,
div {
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);

}

/* 谷歌*/
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}
input::-webkit-outer-spin-button {
	-webkit-appearance: none;
}
/* 火狐 */
input[type="number"]{
	-moz-appearance: textfield;
}


.flex-between{
	display: flex;
	justify-content: space-between;
}
.flex-albetween{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.flex-center{
	display: flex;
	justify-content: center;
	align-items: center;
}

.clear{
	zoom: 1;
}
.clear::after{
	display: block;
	content: '';
	clear: both;
}


::-webkit-input-placeholder,
::-webkit-select-placeholder {
	color: rgba(51, 51, 51, 0.6) !important;
}
::-moz-placeholder{   /* Mozilla Firefox 19+ */
	color: rgba(51, 51, 51, 0.6) !important;
}
:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
	color: rgba(51, 51, 51, 0.6) !important;
}
:-ms-input-placeholder{  /* Internet Explorer 10-11 */
	color: rgba(51, 51, 51, 0.6) !important;
}


/* 溢出隐藏 */
.overflow-line {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.overflow-line2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.overflow-line3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


.wap-cont{
	width: 100%;
	min-height: 100vh;
	background-color: #121117;
	padding: 1rem 0.3rem;
	box-sizing: border-box;
	color: white;
}

/* 登录页面 */
.login-cont>h1{
	font-size: 0.9rem;
	font-weight: 600;
	color: #FFFFFF;
	margin-bottom: 0.5rem;
}
.logo{
	width: 1.4rem;
	height: 1.4rem;
	display: block;
	margin: 0 auto .5rem;
}
.login-cont>p{
	width: 100%;
	font-size: 0.28rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.6);
	line-height: 0.4rem;
	margin-top: 0.4rem;
	margin-bottom: 0.16rem;
}
.pwd-box{
	position: relative;
}
.login-cont input{
	display: block;
	width: 100%;
	height: 1.1rem;
	background: #1D1D26;
	border-radius: 0.16rem;
	outline: none;
	text-indent: 0.25rem;
	font-size: 0.3rem;
	font-weight: 400;
	color: #FFFFFF;
	margin-bottom: 0.1rem;
	border: none;
}
.wap-cont .border-error{
	border: 1px #ED5BC1 solid;
}
.pwd-box>img{
	width: 0.42rem;
	height: 0.42rem;
	position: absolute;
	right: 0.3rem;
	top: 50%;
	transform: translateY(-50%);
	display: none;
}
.login-btn{
	width: 100%;
	height: 1.1rem;
	line-height: 1.1rem;
	text-align: center;
	border-radius: 0.16rem;
	background: linear-gradient(270deg, #4050B5 0%, #4050B5 100%);
	margin-top: 1.7rem;
	font-size: 0.36rem;
	font-weight: 500;
	color: #FFFFFF;
	margin-bottom: 0.5rem;
}
.forget-btn,.create-btn{
	display: block;
	width: 100%;
	font-size: 0.32rem;
	color: #FFFFFF;
	text-align: center;
	cursor: pointer;
}
.create-btn{
	font-size: 0.36rem;
	margin-bottom: 0.3rem;
}

/* 忘记密码 */
.forget-cont{
	padding-top: 0.7rem;
}
.wap-cont>h2{
	width: 100%;
	font-size: 0.36rem;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 0.44rem;
	/* margin-bottom: 0.4rem; */
	text-align: center;
}
.forget-cont>p{
	font-size: 0.28rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.6);
	line-height: 0.4rem;
	margin-top: 0.4rem;
	margin-bottom: 0.16rem;
}
.forget-cont>input{
	display: block;
	width: 100%;
	height: 1.1rem;
	background: #1D1D26;
	border-radius: 0.16rem;
	outline: none;
	text-indent: 0.25rem;
	font-size: 0.3rem;
	font-weight: 400;
	color: #FFFFFF;
	margin-bottom: 0.1rem;
	border: none;
}
.send-btn{
	width: 100%;
	height: 1.1rem;
	line-height: 1.1rem;
	text-align: center;
	border-radius: 0.16rem;
	background: linear-gradient(270deg, #4050B5 0%, #4050B5 100%);
	margin-top: 3rem;
	font-size: 0.36rem;
	font-weight: 500;
	color: #FFFFFF;
}


/* 重置密码 */
.reset-cont{
	padding-top: 0.7rem;
}
.reset-cont>p{
	font-size: 0.28rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.6);
	line-height: 0.4rem;
	margin-top: 0.4rem;
	margin-bottom: 0.16rem;
}
.reset-cont>input{
	display: block;
	width: 100%;
	height: 1.1rem;
	background: #1D1D26;
	border-radius: 0.16rem;
	outline: none;
	text-indent: 0.25rem;
	font-size: 0.3rem;
	font-weight: 400;
	color: #FFFFFF;
	margin-bottom: 0.1rem;
	border: none;
}
.reset-btn{
	width: 100%;
	height: 1.1rem;
	line-height: 1.1rem;
	text-align: center;
	border-radius: 0.16rem;
	background: linear-gradient(270deg, #4050B5 0%, #4050B5 100%);
	margin-top: 3rem;
	font-size: 0.36rem;
	font-weight: 500;
	color: #FFFFFF;
}


/* 注册 */
.register-cont{
	padding-top: 0.5rem;
}
.register-cont>h1{
	font-size: 0.68rem;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 1rem;
	/* margin-bottom: 0.3rem; */
}
.register-cont>p{
	font-size: 0.28rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.6);
	line-height: 0.4rem;
	margin-top: 0.4rem;
	margin-bottom: 0.16rem;
}
.register-cont>input{
	display: block;
	width: 100%;
	height: 1.1rem;
	background: #1D1D26;
	border-radius: 0.16rem;
	outline: none;
	text-indent: 0.25rem;
	font-size: 0.3rem;
	font-weight: 400;
	color: #FFFFFF;
	margin-bottom: 0.1rem;
	border: none;
}
.register-btn{
	width: 100%;
	height: 1.1rem;
	line-height: 1.1rem;
	text-align: center;
	border-radius: 0.16rem;
	background: linear-gradient(270deg, #4050B5 0%, #4050B5 100%);
	margin-top: 1rem;
	font-size: 0.36rem;
	font-weight: 500;
	color: #FFFFFF;
}
.email-tips,.pwd-tips,.name-tips,.cfm-tips,.forget-tips,.code-tips,.address-cont>span{
	width: 100%;
	display: block;
	font-size: 0.2rem;
	color: #ED5BC1;
	line-height: 0.28rem;
}



/* 首页 */
.index-cont{
	padding: 0.5rem 0;
}
.no-cards{
	width: 6.9rem;
	height: 4.35rem;
	background: #1D1D26;
	border-radius: 0.16rem;
	margin: 0 auto;
	padding-top: 1.3rem;
	box-sizing: border-box;
}
.no-cards>img{
	display: block;
	width: 0.94rem;
	margin: 0 auto 0.3rem;
}
.no-cards>p{
	font-size: 0.28rem;
	color: #FFFFFF;
	line-height: 0.4rem;
	text-align: center;
}
.cards-box{
	width: 100%;
	display: none;
}
.user-info{
	width: 100%;
	height: 1rem;
	display: flex;
	align-items: center;
	justify-content: right;
}
.user-info>img{
	width: 0.56rem;
	height: 0.56rem;
	display: block;
}
.card-tit{
	width: 100%;
	font-size: 0.68rem;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 0.8rem;
	letter-spacing: 1px;
	margin-bottom: 0.5rem;
}
.card-list{
	width: 100%;
	margin-bottom: 1rem;
}
.card-list>li{
	width: 6.9rem;
	height: 4.35rem;
	background: #B5B5B5;
	border-radius: 0.16rem;
	position: relative;
	overflow: hidden;
	margin-bottom: 0.3rem;
}
.card-bg{
	width: 100%;
	height: 100%;
	display: block;
}
.card-name{
	font-size: 0.35rem;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 0.5rem;
	position: absolute;
	left: 0.3rem;
	top: 0.3rem;
	display: block;
	max-width: 4rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.card-icon{
	width: 0.24rem;
	display: block;
	position: absolute;
	top: 0.3rem;
	right: 0.3rem;
}
.company-logo{
	max-width: 4.2rem;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.other-logo{
	max-width: 1rem;
	max-height: 0.4rem;
	display: block;
	position: absolute;
	right: 0.3rem;
	bottom: 0.3rem;
}
.card-addbtn{
	width: 6.9rem;
	height: 1.1rem;
	background: linear-gradient(270deg, #EC53D0 0%, #FD8E50 100%);
	border-radius: 0.16rem;
	line-height: 1.1rem;
	text-align: center;
	font-size: 0.36rem;
	font-weight: 500;
	color: #FFFFFF;
}


/* 选卡 */
.chose-cont{
	width: 100%;
	padding: 0.6rem 0 0;
}
.chose-card{
	width: 6.9rem;
	height: 4.35rem;
	border-radius: 0.16rem;
	position: relative;
	overflow: hidden;
	margin:  0 auto 0.4rem;
}
.upload-box{
	width: 6.9rem;
	background: #1D1D26;
	border-radius: 0.16rem;
	margin: 0 auto;
	padding: 0.3rem 0.2rem;
	box-sizing: border-box;
	margin-bottom: 0.4rem;
}
.upload-box>h3{
	font-size: 0.32rem;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 0.46rem;
	margin-bottom: 0.2rem;
}
.upload-bgimg{
	width: 100%;
	margin-bottom: 0.4rem;
}
.upload-bgimg>li{
	width: 2.02rem;
	border-radius: 0.08rem;
	overflow: hidden;
}
.upload-bgimg>li>img{
	width: 100%;
	height: 1.28rem;
	display: block;
	margin-bottom: 0.1rem;
}
.upload-bgimg>li>p{
	font-size: 0.28rem;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 0.4rem;
}
.upload-company,.upload-other{
	width: 2.02rem;
	height: 1.28rem;
	background: #343446;
	border-radius: 0.08rem;
	position: relative;
	margin-bottom: 0.4rem;
}
.add-box>img{
	width: 0.4rem;
	height: 0.4rem;
	display: block;
	margin: 0 auto 0.1rem;
}
.add-box>p{
	font-size: 0.24rem;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 0.32rem;
	text-align: center;
}
.company-img,.other-img{
	max-width: 100%;
	max-height: 100%;
	display: none;
}
.company-submit,.other-submit{
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
}
.chose-btm{
	width: 100%;
	height: 1.3rem;
	background: #121117;
	box-shadow: 0px -1px 0px 0px rgba(255,255,255,0.21);
	padding: 0 0.5rem;
	box-sizing: border-box;
}
.num-box{
	display: flex;
	align-items: center;
}
.num-box>span{
	display: block;
	width: 0.54rem;
	height: 0.54rem;
	background: #343446;
	border-radius: 0.04rem 0px 0px 0.04rem;
	line-height: 0.54rem;
	text-align: center;
	font-size: 0.32rem;
	color: white;
}
.num-box>span:nth-of-type(2){
	border-radius: 0 0.04rem 0.04rem 0;
}
.num-box>b{
	display: block;
	width: 1rem;
	height: 0.5rem;
	border-top: #343446 0.02rem solid;
	border-bottom: #343446 0.02rem solid;
	line-height: 0.5rem;
	text-align: center;
	font-size: 0.38rem;
	font-weight: 400;
	color: #FFFFFF;
}
.num-btn{
	width: 3.6rem;
	height: 0.88rem;
	background: linear-gradient(270deg, #EC53D0 0%, #FD8E50 100%);
	border-radius: 0.16rem;
	line-height: 0.88rem;
	text-align: center;
	font-size: 0.36rem;
	font-weight: 500;
	color: #FFFFFF;
}


/* 确认购买 */
.confirm-cont{
	width: 100%;
	padding: 0.5rem 0.3rem;
	box-sizing: border-box;
}
.confirm-path{
	font-size: 0.32rem;
	color: #FFFFFF;
	line-height: 0.42rem;
	padding-bottom: 0.4rem;
}
.confirm-path>span{
	color: #EE5AC1;
}
.confirm-card{
	width: 6.9rem;
	height: 4.35rem;
	border-radius: 0.16rem;
	position: relative;
	overflow: hidden;
	margin:  0 auto 0.4rem;
}
.confirm-box{
	width: 100%;
}
.confirm-box>p,.address-cont>p{
	font-size: 0.28rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.6);
	line-height: 0.4rem;
	margin-top: 0.4rem;
	margin-bottom: 0.16rem;
}
.confirm-box>input,.address-cont>input,.upload-box>input{
	display: block;
	width: 100%;
	height: 1.1rem;
	background: #1D1D26;
	border-radius: 0.16rem;
	outline: none;
	text-indent: 0.25rem;
	font-size: 0.3rem;
	font-weight: 400;
	color: #FFFFFF;
	margin-bottom: 0.1rem;
	border: none;
}
.upload-box>input{
	height: 0.8rem;
	background: #343446;
	margin-bottom: 0.4rem;
}
.confirm-btn,.address-btn,.buy-btn{
	width: 6.9rem;
	height: 1.1rem;
	background: linear-gradient(270deg, #EC53D0 0%, #FD8E50 100%);
	border-radius: 0.16rem;
	line-height: 1.1rem;
	text-align: center;
	font-size: 0.36rem;
	font-weight: 500;
	color: #FFFFFF;
	margin-top: 2rem;
}


/* 邮寄信息 */
.address-cont{
	width: 100%;
	padding: 0.5rem 0.3rem 0.3rem;
	box-sizing: border-box;
}
.address-btn{
	margin-top: 0.6rem;
}
.country-box{
	width: 100%;
	height: 1.1rem;
	background: #1D1D26;
	border-radius: 0.16rem;
	text-indent: 0.25rem;
	font-size: 0.3rem;
	font-weight: 400;
	color: #FFFFFF;
	margin-bottom: 0.1rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 0.25rem;
	box-sizing: border-box;
}
.country-select,.state-select{
	display: block;
	width: 100%;
	height: 1.1rem;
	background: #1D1D26;
	border-radius: 0.16rem;
	outline: none;
	padding: 0 0.25rem;
	box-sizing: border-box;
	font-size: 0.3rem;
	font-weight: 400;
	color: #FFFFFF;
	margin-bottom: 0.1rem;
	border: none;
}
.state-box{
	width: 100%;
	font-size: 0.3rem;
	font-weight: 400;
	color: #333333;
	margin-bottom: 0.1rem;
	position: relative;
}
.state-box>p{
	width: 100%;
	height: 1.1rem;
	line-height: 1.1rem;
	background: #1D1D26;
	border-radius: 0.16rem;
	padding: 0 0.25rem;
	box-sizing: border-box;
	margin-bottom: 0.1rem;
	color: white;
}
.state-box>ul{
	width: 100%;
	border-radius: 0.2rem;
	background-color: #F1F1F1;
}
.state-box>ul>li{
	line-height: 0.6rem;
	padding: 0 0.3rem;
	box-sizing: border-box;
	border-bottom: 1px #e3dddd solid;
}
.state-box>ul>li:last-child{
	border: none;
}


/* buy */
.buy-cont{
	width: 100%;
	padding: 0.5rem 0.3rem 0;
	box-sizing: border-box;
}
.buy-box{
	width: 100%;
	background: #1D1D26;
	border-radius: 0.16rem;
	padding: 0.25rem;
	box-sizing: border-box;
	margin-bottom: 7rem;
}
.buy-email{
	width: 100%;
	font-size: 0.3rem;
	color: #FFFFFF;
	line-height: 0.42rem;
	margin-bottom: 0.24rem;
}
.buy-name{
	font-size: 0.36rem;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 0.5rem;
	margin-bottom: 0.08rem;
}
.buy-address,.buy-phone{
	width: 100%;
	font-size: 0.28rem;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 0.4rem;
}

.index-cont p{
	font-size: 0.34rem;
	text-align: center;
	padding-top: 4rem;
}


/* userInfo */
.users-body,.info-body{
	background: #F1F1F1;
}
.users-main{
	width: 100%;
	min-height: 100vh;
}
.users-header{
	width: 100%;
	padding: 1.2rem 0 0.4rem;
	background-color: #316FFE;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.users-theme{
	position: absolute;
	top: 0.2rem;
	right: 0.4rem;
	font-size: 0.3rem;
	font-weight: 400;
	color: #e3dddd;
}
.delete-btn{
	font-size: 0.3rem;
	color: #c9c7c7;
	position: absolute;
	top: 0.2rem;
	left: 0.3rem;
	/* display: none; */
}
.users-head{
	position: relative;
}
.users-head>img{
	width: 2.2rem;
	height: 2.2rem;
	display: block;
	margin: 0 auto 0.2rem;
	border-radius: 50%;
}
.users-head>p{
	font-size: 0.28rem;
	font-weight: 400;
	color: #e3dddd;
	text-align: center;
}
.users-head>input{
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.users-cont{
	width: 100%;
}
.users-basic,.users-box{
	width: 100%;
	background-color: white;
	margin-bottom: 0.8rem;
}
.users-basic>.users-wrap{
	width: 100%;
	background-color: white;
	border-bottom: 1px #DDDDDD solid;
	padding: 0.2rem 0.3rem 0;
	box-sizing: border-box;
}
.users-basic p{
	font-size: 0.24rem;
	color: black;
}
.users-basic input{
	width: 100%;
	height: 0.68rem;
	display: block;
	border: none;
	background-color: white;
	font-size: 0.28rem;
	color: #333333;
	outline: none;
}
.users-list{
	width: 100%;
}
.users-item{
	width: 100%;
	height: 0.88rem;
	padding: 0 0.3rem;
	box-sizing: border-box;
	border-bottom: 1px #DDDDDD solid;
	display: flex;
	align-items: center;
}
.item-del{
	width: 0.4rem;
	height: 0.4rem;
}
.item-tit{
	width: 1.8rem;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: right;
}
.item-tit>img{
	width: 0.11rem;
	height: 0.2rem;
	display: block;
	flex-shrink: 0;
	margin-left: 0.1rem;
}
.item-tit>span{
	font-size: 0.28rem;
	font-weight: 400;
	color: #316FFE;
}
.users-item>input{
	flex: 1;
	height: 100%;
	padding-left: 0.2rem;
	box-sizing: border-box;
	border: none;
	outline: none;
	font-size: 0.28rem;
	font-weight: 400;
	color: #316FFE;
}
.users-addbox{
	width: 100%;
	height: 0.88rem;
	padding: 0 0.3rem;
	box-sizing: border-box;
	border-bottom: 1px #DDDDDD solid;
	display: flex;
	align-items: center;
}
.users-addbox>img{
	width: 0.4rem;
	height: 0.4rem;
	flex-shrink: 0;
	margin-right: 0.2rem;
}
.users-addbox>p{
	font-size: 0.28rem;
	font-weight: 400;
	color: #333333;
}

.users-shadow,.theme-shadow{
	width: 100%;
	height: 0;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 10;
	transition: 0.2s;
	overflow: hidden;
}
.theme-shadow{
	background-color: #121117;
}
.shadow-cont{
	width: 100%;
	height: 99%;
	position: absolute;
	bottom: 0;
	left: 0;
	border-radius: 0.2rem 0.2rem 0 0;
	background: #F1F1F1;
}
.shadow-tit,.theme-tit{
	width: 100%;
	height: 0.8rem;
	line-height: 0.8rem;
	text-align: center;
	position: relative;
}
.theme-tit{
	padding-top: 0.2rem;
}
.shadow-tit>span,.theme-tit>span{
	position: absolute;
	left: 0.2rem;
	line-height: 0.8rem;
	top: 0;
	font-size: 0.28rem;
	color: #316FFE;
}
.theme-tit>span{
	top: 0.2rem;
	color: white;
}
.shadow-tit>h3,.theme-tit>h3{
	font-size: 0.34rem;
}
.theme-tit>h3{
	color: white;
}
.labels-list,.theme-list{
	width: 100%;
}
.labels-list>li{
	width: 100%;
	height: 0.88rem;
	background: white;
	padding: 0 0.3rem;
	box-sizing: border-box;
	border-bottom: 1px #DDDDDD solid;
	line-height: 0.88rem;
	font-size: 0.28rem;
	font-weight: 400;
	color: #333333;
}
.theme-list{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0.3rem;
	box-sizing: border-box;
}
.theme-list>li{
	width: 2rem;
	height: 3.54rem;
	margin-bottom: 0.3rem;
}
.users-btn,.info-btn{
	display: block;
	width: 6.9rem;
	height: 1.1rem;
	background: linear-gradient(270deg, #EC53D0 0%, #FD8E50 100%);
	border-radius: 0.16rem;
	line-height: 1.1rem;
	text-align: center;
	font-size: 0.36rem;
	font-weight: 500;
	color: #FFFFFF;
	margin: 0 auto 0.4rem;
}

.delete-shadow{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	display: none;
}
.delete-cont{
	width: 6rem;
	background: white;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	border-radius: .1rem;
	overflow: hidden;
}
.delete-cont>p{
	text-align: center;
	font-size: .32rem;
	color: #333333;
	padding: .6rem 0;
}
.delete-btns{
	width: 100%;
	border-top: 1px solid #e3dddd;
	display: flex;
	height: .8rem;
	background: white;
}
.delete-btns>span{
	display: block;
	flex: 1;
	height: 100%;
	line-height: .8rem;
	text-align: center;
	font-size: .32rem;
	color: #333333;
}
.delete-btns>span:nth-of-type(1){
	color: #316FFE;
	border-right: 1px solid #e3dddd;
}


/* 日期组件 */
#mPickDaterBox-head{
	width: 100%;
	height: 0.9rem !important;
	line-height: 0.9rem !important;
	padding: 0 0.3rem !important;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#mPickDaterBox-cancel,#mPickDaterBox-confirm{
	line-height: 0.6rem !important;
	font-size: 0.28rem !important;
	padding: 0 !important;
	background: #eee !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	display: inline !important;
}
#mPickDaterBox-confirm{
	color: #316FFE !important;
	margin: 0 !important;
}
#mPickDaterBox-head>div,#mPickDaterBoxTopCld{
	display: none;
}
#mPickDaterBoxCldy,#mPickDaterBoxCldm,#mPickDaterBoxCldd{
	font-size: 0.32rem !important;
}
#mPickDaterBoxCldy{
	text-align: right !important;
}
#mPickDaterBoxCldd{
	text-align: left !important;
}


/* info */
.info-cont{
	width: 100%;
	min-height: 100vh;
	background-color: #316FFE;
	padding: 1.6rem 0 0.6rem;
	box-sizing: border-box;
	position: relative;
	display: none;
}
.edit-btn{
	font-size: 0.32rem;
	color: #c9c7c7;
	position: absolute;
	right: 0.3rem;
	top: 0.3rem;
}
.info-main{
	width: 6.9rem;
	background: white;
	border-radius: 0.16rem;
	padding: 0 0.3rem;
	box-sizing: border-box;
	margin: 0 auto 0.6rem;
}
.info-head{
	width: 1.6rem;
	height: 1.6rem;
	display: block;
	margin: 0 auto;
	transform: translateY(-50%);
	border-radius: 50%;
}
.info-list{
	width: 100%;
	transform: translateY(-0.6rem);
}
.info-list>li{
	width: 100%;
	height: 1rem;
	display: flex;
	align-items: center;
	border-bottom: 1px solid rgba(151, 151, 151, 0.1);
}
.info-list>li>span{
	display: block;
	width: 2.2rem;
	text-align: left;
	font-size: 0.28rem;
	color: rgba(51, 51, 51, 0.6);
}
.info-list>li>p{
	width: 4rem;
	font-size: 0.3rem;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.info-btn{
	margin-bottom: 0;
}





/* 适配pc */
@media screen and (min-width: 750px) {
	.wap-cont {
		width: 750px !important;
		margin: 0 auto;
		min-height: 100vh;
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
		overflow: hidden;
		color: white;
	}
	.info-cont{
		padding: 1.6rem 0 0.6rem;
	}
	.users-main{
		width: 750px !important;
		margin: 0 auto;
	}
	.login-btn{
		margin-top: 1.2rem;
	}
	.buy-box{
		margin-bottom: 4rem;
	}
}



