﻿* {
	margin: 0;
	padding: 0
}

body {
	font-family: -apple-system-font, Helvetica Neue, Helvetica, sans-serif!important
}

.load_box {
	position: fixed;
	top: 0;
	bottom: 0;
	width: 100%;
	background: #676767;
	z-index: 1000000;
	opacity: .5
}

.m-load,
.m-load2 {
	width: 44px;
	height: 44px
}

.m-load {
	background: url(load-v1.gif) center center no-repeat #676767
}

.m-load2 {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 11111112
}

.m-load2 .line div {
	position: absolute;
	left: 20px;
	top: 0;
	width: 3px;
	height: 44px
}

.m-load2 .line div:after,
.m-load2 .line div:before {
	content: '';
	display: block;
	height: 50%;
	background: #fcfcfc;
	border-radius: 5px
}

.m-load2 .line div:nth-child(2) {
	-webkit-transform: rotate(30deg)
}

.m-load2 .line div:nth-child(3) {
	-webkit-transform: rotate(60deg)
}

.m-load2 .line div:nth-child(4) {
	-webkit-transform: rotate(90deg)
}

.m-load2 .line div:nth-child(5) {
	-webkit-transform: rotate(120deg)
}

.m-load2 .line div:nth-child(6) {
	-webkit-transform: rotate(150deg)
}

.m-load2 .circlebg {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 22px;
	height: 22px;
	margin: -11px 0 0 -11px;
	background: #ababab;
	border-radius: 18px
}

@-webkit-keyframes load {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

.m-load2 .line div:nth-child(1):before {
	-webkit-animation: load 1.2s linear 0s infinite
}

.m-load2 .line div:nth-child(2):before {
	-webkit-animation: load 1.2s linear .1s infinite
}

.m-load2 .line div:nth-child(3):before {
	-webkit-animation: load 1.2s linear .2s infinite
}

.m-load2 .line div:nth-child(4):before {
	-webkit-animation: load 1.2s linear .3s infinite
}

.m-load2 .line div:nth-child(5):before {
	-webkit-animation: load 1.2s linear .4s infinite
}

.m-load2 .line div:nth-child(6):before {
	-webkit-animation: load 1.2s linear .5s infinite
}

.m-load2 .line div:nth-child(1):after {
	-webkit-animation: load 1.2s linear .6s infinite
}

.m-load2 .line div:nth-child(2):after {
	-webkit-animation: load 1.2s linear .7s infinite
}

.m-load2 .line div:nth-child(3):after {
	-webkit-animation: load 1.2s linear .8s infinite
}

.m-load2 .line div:nth-child(4):after {
	-webkit-animation: load 1.2s linear .9s infinite
}

.m-load2 .line div:nth-child(5):after {
	-webkit-animation: load 1.2s linear 1s infinite
}

.m-load2 .line div:nth-child(6):after {
	-webkit-animation: load 1.2s linear 1.1s infinite
}

.no_msg {
	text-align: center;
	margin-top: 3rem;
	display: none;
}

.no_msg img {
	width: 40%;
}

.no_msg p {
	font-size: 0.5rem;
	margin-top: 0.2rem;
	color: #b1b1b1;
	font-family: "微软雅黑";
}
.tel-a{color: #5e5e5e!important;}
.phone_box{width: auto!important;margin-right: 10px;}
