* {
	margin: 0;
	padding: 0;
}

html {
	margin: 0;
	padding: 0;
}

body {
	font-size: 0.3rem;
	background: white;
	font-family: -apple-system-font, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif;
	-webkit-overflow-scrolling: touch;
}

ol,
ul,
li {
	list-style: none;
}

a {
	color: black;
	text-decoration: none;
}


/*主页切换*/
.bottom_white{
	width: 100%;
	height: 1rem;
	background: white;
	position: fixed;
	bottom:0;
	z-index: 99;
}
.bottom_menu {
	width: 100%;
	height: 1.35rem;
	display: flex;
	justify-content: space-around;
	position: fixed;
	/*bottom: -0.05rem;*/
	bottom:constant(safe-area-inset-bottom);
	bottom:env(safe-area-inset-bottom);
	z-index: 100;
}
/*.bottom_menu {
	width: 100%;
	height: 1.35rem;
	position: fixed;
	bottom: -0.05rem;
	display: flex;
	justify-content: space-around;
	z-index: 100;
	padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
}*/

.bottom_menu a {
	width: 25%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
}

.menu_select {
	text-align: center;
	font-size: 0.26rem;
}

.menu_select img {
	width: 0.5rem;
	height: 0.45rem;
	margin-top: 0.4rem;
}

.menu_select p {
	margin-top: -0.05rem;
}

.green_menu {
	color: #61C57B;
}


/**/


/*浮动*/

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.clear {
	clear: both
}


/*定位*/

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.text-center {
	text-align: center;
}

.bold {
	font-weight: 700;
}

.close-bold {
	font-weight: normal!important;
}


/*字体*/

.fs2 {
	font-size: 0.2rem;
}

.fs25 {
	font-size: 0.25rem;
}

.fs3 {
	font-size: 0.3rem;
}

.fs35 {
	font-size: 0.35rem;
}

input {
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	font-family: PingFang-SC-Regular;
}

textarea {
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	font-family: PingFang-SC-Regular;
}

.bgM {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	background-color: rgba(0, 0, 0, 0.85);
	overflow: hidden;
}

.bgM img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1001;
	margin: auto;
}

.location {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
	background: rgba(0, 0, 0, 0.5);
	display: block;
}

.mask_location {
	width: 5.6rem;
	height: 2.9rem;
	margin: 0 auto;
	margin-top: 4rem;
	background: white;
	border-radius: 0.2rem;
	position: relative;
}

.mask_1 {
	width: 100%;
	height: 100%;
	display: block;
}

.mask_2 {
	width: 100%;
	height: 100%;
	display: none;
}

.mask_text {
	width: 100%;
	height: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.32rem;
}

.mask_text p {
	text-align: center;
}

.mask_button {
	width: 100%;
	height: 0.9rem;
	line-height: 0.9rem;
	position: absolute;
	bottom: 0;
	border-top: 1px solid #D2D3D5;
}

.disagree {
	width: 50%;
	height: 100%;
	border-right: 1px solid #D2D3D5;
	text-align: center;
	float: left;
	color: #87888F;
	cursor: pointer;
}

.agree {
	width: 49%;
	height: 100%;
	text-align: center;
	float: right;
	color: #17B54B;
	cursor: pointer;
}

.no_change {
	width: 50%;
	height: 100%;
	border-right: 1px solid #D2D3D5;
	text-align: center;
	float: left;
	color: #87888F;
	cursor: pointer;
}

.change_city {
	width: 49%;
	height: 100%;
	text-align: center;
	float: right;
	color: #17B54B;
	cursor: pointer;
}



.no_div{
	width:2.4rem;
	margin: 0 auto;
	/* margin-top: 0.2rem; */
	font-size: 0.32rem;
	text-align: center;
}
/* .no_div img{
	width:2.4rem;
	height:2.4rem;
	margin-bottom: 0.2rem;
} */

/*客服电话*/
.mask_kefu_before{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index: 100;
	background: rgba(0,0,0,0.5);
	display: none;
}
.mask_kefu{
	width:5.8rem;
	height:3.3rem;
	background: white;
	margin: 0 auto;
	margin-top: 4.4rem;
	border-radius: 0.2rem;
	position: relative;
}
.mask_content{
	width:100%;
	height:2.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.mask_content p:nth-child(1){
	font-weight: bold;
}
.mask_buttom{
	width:100%;
	height:0.9rem;
	display: flex;
	justify-content: space-between;
	position: absolute;
	bottom: 0;
	border-top: 1px solid #E4E4E4;
}
.mask_buttom div{
	width:50%;
	height: 100%;
	line-height: 0.9rem;
	text-align: center;
}
.mask_buttom div:nth-child(1){
	border-right: 1px solid #E4E4E4;
}
.mask_buttom div:nth-child(2){
	color:#17B54b;
}

/*加载中-遮罩*/
.loading-div{height: 100%;width: 100%;position: fixed;top: 0;z-index: 999;background:rgba(0,0,0,0.3);}
.spinner{width: 50px;height: 60px;text-align: center;font-size: 10px;position: fixed;top:50%;left:50%; margin-top: -30px;margin-left: -25px}
.spinner > div{background-color: #fa5d47;width: 8px;height: 100%;margin-left:2px;display: inline-block;-webkit-animation:stretchdelay 1.2s infinite ease-in-out;animation:stretchdelay 1.2s infinite ease-in-out;}
.spinner .rect2{-webkit-animation-delay:-1.1s;animation-delay:-1.1s;}
.spinner .rect3{-webkit-animation-delay:-1.0s;animation-delay:-1.0s;}
.spinner .rect4{-webkit-animation-delay:-0.9s;animation-delay:-0.9s;}
.spinner .rect5{-webkit-animation-delay:-0.8s;animation-delay:-0.8s;}

@-webkit-keyframes stretchdelay{
 0%, 40%, 100% {-webkit-transform:scaleY(0.4)} 
 20% {-webkit-transform:scaleY(1.0)}
} 
@keyframes stretchdelay{
 0%, 40%, 100% {transform:scaleY(0.4); -webkit-transform:scaleY(0.4);} 
 20% {transform:scaleY(1.0);-webkit-transform:scaleY(1.0);}
}
/*结束-遮罩*/