body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div {
  margin: 0;
  padding: 0;
  border: 0;
	user-select: none;
	-webkit-user-select: none;
}
img {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
ul,
ol {
  list-style-type: none;
}

select,
input,
img,
select {
  vertical-align: middle;
}

input {
  font-size: 12px;
}

.clear {
  clear: both;
}
html{
    width: 100%;
    height: 100%;
	font-size: 13.33vw;
}
body{
	margin: 0;
    height: 100%;
}
#app {
	max-width: 750px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
.page_404 {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
/*遮罩*/
.model {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.7);
	z-index: 9999;
}
.model-box {
	margin: 2rem auto 0;
	z-index: 999;
	padding: 0.48rem 0.32rem 0.32rem;
	border-radius: 0.3rem;
	overflow-y: auto;
	align-items: center;
	background: #fff;
	width: 6.22rem;
	height: 7.16rem;
	
}
.model-box-content {
	background: #FFFDF7;
	width: 100%;
	height: 5.88rem;
	border-radius: 0.2rem;
	box-sizing: border-box;
	background: none;
	height: 5.88rem;
	margin-top: 1.28rem;
	padding: 0;
}
.record-title {
	color: #222222;
	font-size: 0.36rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0.24rem;
}
.better-score {
	height: 1.24rem;
	margin-bottom: 0.24rem;
	padding: 0.16rem 0.2rem;
	border: 1px solid #E15046;
	border-radius: 0.12rem;
	background: linear-gradient( 180deg, #FFE5E5 0%, rgba(255,229,229,0.19) 99%);
}
.better-score-title {
	color: #999999;
	font-size: 0.26rem;
}
.model-box-title {
	flex-direction: row;
	justify-content: center;
	display: flex;
	margin-bottom: 0.4rem;
}
.model-box-title img {
	width: 2.54rem;
	height: 0.7rem;
}
.tip {
	padding: 0.4rem 0;
	font-size: 0.3rem;
	color: #333;
	text-align: center;
}
.close {
  margin-top: 0.3rem;
	width: 0.52rem;
	height: 0.52rem;
	margin-left: 50%;
	transform: translateX(-50%);
  z-index: 100;
  pointer-events: auto;
  line-height: 45px;
	background-image: url(../../commom/img/close.png);
	background-size: 100% 100%;
}

.previewtip {
	background: rgb(198, 224, 247);
	padding: 5px;
	text-align: center;
	font-size: 0.36rem;
}

@media screen and (min-width: 450px) {
	html {
		font-size: 65px;
	}
	.previewtip {
		font-size: 24px;
	}
}
.mui-popup.mui-popup-in {
	display: block;
	-webkit-transition-duration: 400ms;
	transition-duration: 400ms;
	-webkit-transform: translate3d(-50%, -50%, 0) scale(1);
	transform: translate3d(-50%, -50%, 0) scale(1);
	opacity: 1;
}
.mui-popup.mui-popup-out {
	-webkit-transition-duration: 400ms;
			transition-duration: 400ms;
	-webkit-transform: translate3d(-50%, -50%, 0) scale(1);
			transform: translate3d(-50%, -50%, 0) scale(1);
	opacity: 0;
}
.mui-popup {
	position: fixed;
	z-index: 10000;
	top: 50%;
	left: 50%;
	display: none;
	overflow: hidden;
	width: 6.22rem;
	-webkit-transition-property: -webkit-transform,opacity;
	transition-property: transform,opacity;
	-webkit-transform: translate3d(-50%, -50%, 0) scale(1.185);
	transform: translate3d(-50%, -50%, 0) scale(1.185);
	text-align: center;
	opacity: 0;
	color: #000;
	border-radius: 13px;
	background: #fff;
	padding: 10px 0;
	border: 1px solid #eee;
	box-shadow: 4px 4px 5px 1px rgba(0, 0, 0, 0.1);
}
.mui-popup-inner {
	position: relative;
	padding: 15px;
	border-radius: 13px 13px 0 0;
}
.mui-popup-title {
	font-size: 0.36rem;
	font-weight: 600;
	text-align: center;
}
.mui-popup-title + .mui-popup-text {
	font-family: inherit;
	font-size: 0.32rem;
	margin: 5px 0 0;
	color: #666;
}
.mui-popup-inner:after {
	position: absolute;
	z-index: 15;
	top: auto;
	right: auto;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	content: '';
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	background-color: rgba(0, 0, 0, 0);
}
.mui-popup-buttons {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	height: 44px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: space-around;
	padding: 10px;
}
.mui-popup-button:first-child {
	background: #fff;
	border: #3970F7 solid 1px;
	color: #3970F7;
}
.mui-popup-button {
	font-size: 17px;
	line-height: 44px;
	position: relative;
	display: block;
	overflow: hidden;
	box-sizing: border-box;
	height: 44px;
	width: 45%;
	cursor: pointer;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: #3970F7;
	color: #fff;
	-webkit-box-flex: 1;
	border-radius: 22px;
}
.mui-popup-button:after {
	position: absolute;
	z-index: 15;
	top: 0;
	right: 0;
	bottom: auto;
	left: auto;
	display: block;
	width: 1px;
	height: 100%;
	content: '';
	-webkit-transform: scaleX(.5);
	transform: scaleX(.5);
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	background-color: rgba(0, 0, 0, .2);
}
.mui-popup-button.mui-popup-button-bold {
	font-weight: 600;
}
[v-cloak] {
  display: none;
}

.envelop-box {
	margin: 2rem auto 0;
	z-index: 999;
	padding: 0.42rem 0.32rem 0.48rem;
	border-radius: 0.3rem;
	overflow-y: auto;
	align-items: center;
	background: #fff;
	width: 5.6rem;
	height: 6.47rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.mui-popup-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 998;
	background: rgba(0, 0, 0, .4);
	opacity: 0;
	-webkit-transition-duration: 400ms;
	transition-duration: 400ms;
}

.mui-popup-backdrop.mui-active {
	opacity: 1;
}