body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
	margin: 0;
	padding: 0;
	font-size: 12px;
}

body,
button,
input,
select,
textarea {
	font: 12px/1 "Microsoft YaHei", tahoma, arial, \5b8b\4f53, Verdana, Simsun;
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: transparent;
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

address,
cite,
dfn,
em,
var {
	font-style: normal;
}

code,
kbd,
pre,
samp {
	font-family: couriernew, courier, monospace;
}

small {
	font-size: 12px;
}

body {
	color: #191919;
}

ul,
ol {
	list-style: none;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #666;
}

a:hover {
	text-decoration: none;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

legend {
	color: #000;
}

img {
	vertical-align: middle;
}

fieldset,
img {
	border: 0;
	/* vertical-align: top; */
}

button,
input,
select,
textarea {
	font-size: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input,
button,
select,
textarea {
	outline: none;
}

textarea {
	resize: none;
}

input,
textarea,
select {
	-webkit-user-select: auto;
}

/* 禁用了文本的拖拉，尤其在谷歌下 */

p {
	text-align: justify;
	text-justify: distribute;
}


/* 为了使文本段落左右两边对齐 */


/* 清除浮动 */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

.clearfix {
	zoom: 1;
}

body,
html {
	width: 100%;
	height: auto;
	overflow-x: hidden;
	padding: 0;
	margin: 0;
	font-size: 16px;
	position: relative;
}

html {
	height: 100%;
}

body {
	min-height: 100%;
	overflow-y: scroll;
}

.mescroll-empty .empty-tip{
	text-align: center;
}




/*所有搜索框背景颜色*/
#search-background{
	background:rgba(245,245,245,1);
}


.telNumBox {
	display: flex;
}
.telNumBox .prefix {
	display: flex;
	align-items: center;
	height: 100%;
	line-height: 3.9rem;
	margin-right: .95rem;
	font-family: SourceHanSansSC, SourceHanSansSC;
	font-weight: 400;
	color: #2F2725;
}
.telNumBox .prefix .mui-icon {
	font-size: 1.17rem;
	margin-left: .1rem;
}
#prefixSheet{
	background: #fff;
	border-radius: 1.1rem 1.1rem 0px 0px;
	padding: 1.45rem 3.27rem 0 3.27rem;
	font-family: SourceHanSansSC, SourceHanSansSC;
	color: #2F2725;

}
#prefixSheet .title {
	margin-bottom: 2.83rem;
	font-weight: bold;
	font-size: 1.38rem;
	text-align: center;
	padding: 0;
}
.prefix-box {
	margin: 0;
	font-weight: 500;
}
.prefix-box li {
	display: flex;
	justify-content: space-between;
	margin-bottom: 2.6rem;
	vertical-align: middle;
	font-size: 1.16rem;

}
.prefix-box .value {
	font-weight: 400;
	color: #808080;
}
