﻿/* @font-face {
	font-family: 'PingFangSC-Medium';
    src: url('./PingFang.ttf');
} */
/* @font-face {
	font-family: 'pingfang';
    src: url('./PingFang-Jian-ChangGuiTi-2.ttf');
} */
/* @font-face {
	font-family: 'pingfang';
    src: url('./pr.otf');
}
@font-face {
	font-family: 'ping';
    src: url('./ping.otf');
}
@font-face {
	font-family: 'pr';
    src: url('./pr.otf');
} */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html, body, .app {
	width: 100%;
	height: 100%;
	background-color: #fff;
}

input, textarea {
	border: none;
	outline: none;
	background-color: transparent;
}

.clear {
	clear: both;
}

a {
	text-decoration: none;
}

.l {
	float: left;
}

.r {
	float: right;
}

.tijiao {
	cursor: pointer;
	user-select: none;
}

.abc {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

* {
	font-size: 0.16rem;
}

/* 每个页面的提示框 */
.phonetan_out {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	/* opacity: 0; */
	display: none;
	z-index: 10;
}

.phonetan {
	width: 3.86rem;
	height: 3.65rem;
	background: rgba(255, 255, 255, 1);
	border-radius: 0.16rem;
	position: absolute;
	bottom: 50%;
	left: 50%;
	margin-left: -1.93rem;
	margin-bottom: -1.825rem;
	border: 0.01rem solid #ccc;
	padding-top: 0.52rem;
	/* display: none; */
}

.phonetan_close {
	position: absolute;
	top: 0.18rem;
	right: 0.18rem;
	width: 0.18rem;
	height: 0.18rem;
	background: url("../images/guanone.png") no-repeat center center;
	background-size: 100% auto;
	cursor: pointer;
	user-select: none;
	/* border: 1px solid black; */
}

.phonetan_img {
	width: 1.09rem;
	height: 1.38rem;
	margin: 0 auto;
	background: url("../images/duihao.png") no-repeat center center;
	background-size: 100% auto;
	user-select: none;
	margin-bottom: 0.29rem;
}

.phonetan_tit {
	width: 100%;
	height: 0.22rem;
	font-size: 0.16rem;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: rgba(45, 45, 45, 1);
	line-height: 0.22rem;
	text-align: center;
	margin-bottom: 0.43rem;
	user-select: none;
}

.phonetan_up {
	width: 1.42rem;
	height: 0.41rem;
	background: rgba(210, 2, 1, 1);
	border-radius: 0.3rem;
	margin: 0 auto;
	font-size: 0.16rem;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: rgba(255, 255, 255, 1);
	line-height: 0.41rem;
	text-align: center;
	user-select: none;
	cursor: pointer;
}