* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "微软雅黑";
}

ul li {
	list-style: none;
}

@font-face {
	font-family: 'iconfont';
	src: url('https://at.alicdn.com/t/font_1qevtynjarbjra4i.eot');
	src: url('https://at.alicdn.com/t/font_1qevtynjarbjra4i.eot?#iefix') format('embedded-opentype'), url('https://at.alicdn.com/t/font_1qevtynjarbjra4i.woff') format('woff'), url('https://at.alicdn.com/t/font_1qevtynjarbjra4i.ttf') format('truetype'), url('https://at.alicdn.com/t/font_1qevtynjarbjra4i.svg#iconfont') format('svg');
}

a:active,
a,
a:visited {
	color: black;
	text-decoration: none;
}

.All-return a,
.All-return a:active,
.All-return a:visited {
	color: #FFF;
}

.index-New-invit a,
.index-New-invit a:active,
.index-New-invit a:visited {
	color: #5fc9bf;
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 24px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}

.icon {
	/*width: 1em; height: 1em;*/
	vertical-align: -0.15em;
	fill: currentColor;
	overflow: hidden;
}

.compileBox {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	-ms-justify-content: space-around;
	-o-justify-content: space-around;
	justify-content: space-around;
	/*水平*/
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	-ms-justify-content: space-around;
	-o-justify-content: space-around;
	justify-content: space-around;
	/*垂直居中*/
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: absolute;
	text-align: center;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	background: rgba(239, 47, 60, 0.5);
	left: 50%;
	top: 50%;
}

.compile {
	background: #ef2f3c;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
}

.compileI {
	font-size: 18px !important;
}

.login-return i {
	position: relative;
	top: -3px;
	left: -1px;
	color: white !important;
	font-size: 12px;
}

body {
	line-height: normal;
}

input {
	border: none;
	outline: none;
}

@media screen and (max-width:320px) {
	.login-Box {
		position: absolute;
		left: 10%;
		width: 80%;
		height: 88% !important;
		top: 10%;
		border-radius: 10px;
		background: white;
	}
	.login-head {
			text-align: center;
		height:2.2em;
		line-height: 2.2em;
		width: 100%;
		margin-top: 10%;
	}
	.login-auth-code {
		width: 85%;
		height: 10%;
		/*border: 1px solid red;*/
		margin-left: 7.5%;
		margin-top: 12%;
		padding-bottom: 3px;
		border-bottom: 2px solid #aaa;
	}
	.login-auth-code img {
		width: 25px;
		height: 25px;
	}
	.login-auth-code input {
		position: relative;
		width: 80%;
		bottom: 3px;
		text-align: left;
		font-size: 16px;
		/*color: none !important;*/
	}
	.netx-button {
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-around;
		-moz-justify-content: space-around;
		-ms-justify-content: space-around;
		-o-justify-content: space-around;
		justify-content: space-around;
		-webkit-justify-content: space-around;
		-moz-justify-content: space-around;
		-ms-justify-content: space-around;
		-o-justify-content: space-around;
		justify-content: space-around;
		-webkit-box-align: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		width: 85%;
		text-align: center;
		margin-left: 7.5%;
		margin-top: 5%;
		padding: 8px 0;
		background: url(../images/btnBG.png);
		background-size: 100%;
		border: none;
		outline: none;
		border-radius: 5px;
		color: white;
		font-size: 16px;
	}
	.login-join-box {
		margin-top: 8%;
		text-align: center;
	}
	.login-join-box img {
		width: 60px;
		height: 60px;
	}
}

@media screen and (min-width:321px) and (max-width:375px) {
	.login-head {
		text-align: center;
		height:2.2em;
		line-height: 2.2em;
		width: 100%;
		margin-top: 10%;
	}
	.login-auth-code {
		width: 85%;
		height: 10%;
		/*border: 1px solid red;*/
		margin-left: 7.5%;
		margin-top: 10%;
		padding-bottom: 5px;
		border-bottom: 2px solid #aaa;
	}
	.login-auth-code img {
		width: 25px;
		height: 25px;
	}
	.login-auth-code input {
		position: relative;
		width: 80%;
		bottom: 3px;
		text-align: left;
		font-size: 16px;
		/*color: none !important;*/
	}
	.netx-button {
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-around;
		-moz-justify-content: space-around;
		-ms-justify-content: space-around;
		-o-justify-content: space-around;
		justify-content: space-around;
		-webkit-justify-content: space-around;
		-moz-justify-content: space-around;
		-ms-justify-content: space-around;
		-o-justify-content: space-around;
		justify-content: space-around;
		-webkit-box-align: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		width: 85%;
		margin-left: 7.5%;
		margin-top: 5%;
		padding: 11px 0;
		text-align: center;
		background: url(../images/btnBG.png);
		background-size: 100%;
		border: none;
		outline: none;
		border-radius: 5px;
		color: white;
	}  
	.login-join-box {
		margin-top: 8%;
		text-align: center;
	}
	.login-join-box img{
		width: 60px;
		height: 60px;
	}
}

@media screen and (min-width:375px) and (max-width:413px) {
	.login-head {
		text-align: center;
		height:2.2em;
		line-height: 2.2em;
		width: 100%;
		margin-top: 10%;
	}
	.login-auth-code {
		width: 85%;
		height: 10%;
		/*border: 1px solid red;*/
		margin-left: 7.5%;
		margin-top: 10%;
		padding-bottom: 5px;
		border-bottom: 2px solid #aaa;
	}
	.login-auth-code img {
		width: 25px;
		height: 25px;
	}
	.login-auth-code input {
		position: relative;
		width: 80%;
		bottom: 3px;
		text-align: left;
		font-size: 16px;
		/*color: none !important;*/
	}
	.netx-button {
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-around;
		-moz-justify-content: space-around;
		-ms-justify-content: space-around;
		-o-justify-content: space-around;
		justify-content: space-around;
		-webkit-justify-content: space-around;
		-moz-justify-content: space-around;
		-ms-justify-content: space-around;
		-o-justify-content: space-around;
		justify-content: space-around;
		-webkit-box-align: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		width: 85%;
		margin-left: 7.5%;
		margin-top: 5%;
		padding: 11px 0;
		background: url(../images/btnBG.png);
		background-size: 100%;
		border: none;
		text-align: center;
		outline: none;
		border-radius: 5px;
		color: white;
		font-size: 16px;
	}
	.login-join-box {
		margin-top: 8%;
		text-align: center;
	}
	.login-join-box img {
		width: 60px;
		height: 60px;
	}
}

@media screen and (min-width:413px) {
	.login-head {
			text-align: center;
		height:2.2em;
		line-height: 2.2em;
		width: 100%;
		margin-top: 10%;
	}
	.login-auth-code {
		width: 85%;
		height: 10%;
		/*border: 1px solid red;*/
		margin-left: 7.5%;
		margin-top: 12%;
		padding-bottom: 5px;
		border-bottom: 2px solid #aaa;
	}
	.login-auth-code img {
		width: 25px;
		height: 25px;
	}
	.login-auth-code input {
		position: relative;
		width: 80%;
		bottom: 3px;
		text-align: left;
		font-size: 16px;
		/*color: none !important;*/
	}
	.netx-button {
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-around;
		-moz-justify-content: space-around;
		-ms-justify-content: space-around;
		-o-justify-content: space-around;
		justify-content: space-around;
		-webkit-justify-content: space-around;
		-moz-justify-content: space-around;
		-ms-justify-content: space-around;
		-o-justify-content: space-around;
		justify-content: space-around;
		-webkit-box-align: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		/*position: absolute;*/
		width: 85%;
		margin-left: 7.5%;
		margin-top: 5%;
		padding: 11px 0;
		background: url(../images/btnBG.png);
		background-size: 100%;
		border: none;
		outline: none;
		border-radius: 5px;
		color: white;
		font-size: 16px;
	}
	.login-join-box {
		margin-top: 8%;
		text-align: center;
	}
	.login-join-box img {
		width: 60px;
		height: 60px;
	}
}

.All-nav {
	overflow: hidden;
	width: 100%;
	height:2.5em;
	line-height:2.5em;
	background: url(../images/btnBG.png) no-repeat;
	background-size: 103%;
	color: white;
}
.All-nav li{
	float: left;

}

.All-return {
	text-align: left;
	width: 15%;
	font-size: 14px;
	margin-left: 2%;
}

.All-return i {
	position: relative;
	color: white !important;
	font-size: 12px;
}

.All-tit {
	text-align: center;
	width: 69%;
	margin-right: 1%;
}

.All-name {
	font-size: 14px;
	text-align: right;
	margin-right: 2%;
	width: 10%;
}

.All-name div {
	position: relative;
}
.MSGImg{
	width:30px;
 margin-top: 5px;
}
.All-name div svg {
	width: 30px;
	height: 30px;
	margin-top: 5px
}

.All-name div span {
	display: inline-block;
	position: absolute;
	right: 0px;
	top: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: red;
}

.All-inputBox {
	
	position: relative;
	background: #df2f31;
	border-radius: 30px;
	border: 2px solid white;
	height: 30px;
	
	margin-top: 5px;
	text-align: left;
}

.sousuo {
	margin-left: 4px;
	margin-top: 1px;
}

.All-inputBox input {
	margin-left: 5px;
	width: 100%;
	border-radius: 0 30px 30px 0;
	padding-left: 10px;
	background: #df2f31;
	height: 26px;
	color: white;
}

.All-footer {
	position: fixed;
	z-index: 9;
	width: 100%;
	bottom: 0;
}
.footer_img{
		position: relative;
	top: 3px;
	width: 35px;
	height: 35px;
}


.All-tabber {
	width: 100%;
	height: 60px;
	background: white;
	z-index: 99;
	overflow: hidden;
}

.All-tabber li {
	float: left;
	text-align: center;
	font-size: 14px;
	/* margin-top: 2px; */
	width: 25%;
}
.All-tabber li a{
	height: 60px;
}
.All-tabber li img {
	position: relative;
	top: 3px;
	width: 35px;
	height: 35px;
}

.All-carousel {
	position: relative;
	width: 100%;
	background: #007AFF;
}

.SeekImg {
	width: 18px;
	height: 18px;
	position: relative;
	left: 7px;
	top: -3px;
}

.sousuoqingjian {
	padding-left: 10px;
}

.PopTit {
	font-size: .8em;
	color: #333 !important;
}

.PopBG {
	background: #f1f0f0;
}

.color3 {
	color: #333 !important;
}

.color6 {
	color: #666 !important;
}

.color9 {
	color: #999 !important;
}

.color8 {
	color: #888 !important;
}

.colorRed {
	color: #ec1f2e !important;
}

.hint {
	display: inline-block;
	width: .5em;
	height: .5em;
	border-radius: 50%;
	border: 1px solid white;
	background: #f21d1d;
}

.PhoneBox {
	position: fixed;
	width: 100%;
	height: 100%;
	min-height: 500px !important;
}

@keyframes loading {
	0% {
		transform: rotate(0deg)
	}
	to {
		transform: rotate(1turn)
	}
}

.loading_wp {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding: 1rem 0 .65rem;
	width: 4.67rem;
	background: rgba(0, 0, 0, .7);
	border-radius: .5rem;
	font-size: .8rem;
	text-align: center;
	color: #d9d9d9;
	z-index: 1;
}

.loading {
	margin: 0 auto .45rem;
	width: 2.07rem;
	height: 2.07rem;
	background: url(../../images/loading.png?h=166) no-repeat;
	background-size: 100%;
	opacity: .7;
	-webkit-animation: loading 1.2s steps(12) infinite both;
	animation: loading 1.2s steps(12) infinite both
}