h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	margin: 0;
	padding: 0;
	font-family: PingFang-SC-Medium;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	-webkit-appearance: none;
}

a {
	text-decoration: none;
	outline: none;
	color: white;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
    /*overflow: hidden;*/
	background-color: RGBA(245, 246, 250, 1);
}

img {
	display: block;
	width: 100%;
	height: 100%;
}

div {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	box-sizing: border-box;
}

li {
	list-style: none;
}

li img {
	display: block;
	width: 100%;
	height: 100%;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	-webkit-appearance: none;
	outline: none !important;
}

textarea {
	-webkit-appearance: none;
	outline: none !important;
}




.nomore{
	width: 3rem;
	height: 3rem;
	margin: 0 auto;
	margin-top: 3rem;
}
.nomore_font{

font-size:0.26rem;
font-family:PingFang-SC-Medium;
color:RGBA(102, 102, 102, 1);
line-height:0.7rem;
text-align: center;
}

span{
	margin: 0rem;
	padding: 0rem;
}

.container{
	width: 7.5rem; 
	height: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	overflow-y: scroll;
	background-color: #FFFFFF;
}

.foot_cartnum{
	position: absolute;
    width: 0.36rem;
    height: 0.36rem;
    background-color: #FF4800;
    right: 3.3rem;
    top: 0rem;
    border-radius: 50%;
    color: #FFFFFF;
    font-size: 0.2rem;
    text-align: center;
    line-height: 0.36rem;
}
[v-cloak]{
	display: none;
}