* {
	margin: 0;
	padding: 0;
}

html,
body {
	overflow-x: hidden;
	font-family: "PingFang SC", "Microsoft YaHei";
}

input,
button,
textarea {
	outline: none;
}

textarea {
	resize: none;
}

a {
	text-decoration: none;
}

ul {
	list-style: none;
}

/* top */
.top {
	height: 1.04rem;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	right: 0;
	padding-left: 0.21rem;
	padding-right: 0.35rem;
	background: #222222;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.menu {
	width: 0.4rem;
	height: 0.3rem;
}

.logo {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.16rem;
	color: #FFFFFF;
	padding-left: 0.14rem;
}

.logo img {
	width: 0.78rem;
	height: 0.68rem;
	margin-right: 2px;
}

.avatar {
	height: 0.62rem;
	width: 0.62rem;
}

.top-nav,
.menu-nav {
	position: fixed;
	top: 1.04rem;
	right: 0;
	width: 1.6rem;
	padding-top: 0.15rem;
	background: #242323;
	display: none;
}

.menu-nav {
	left: 0;
}

.top-nav a,
.menu-nav a {
	font-size: 0.2rem;
	color: #FFFFFF;
	display: block;
	margin-bottom: 0.29rem;
	padding-left: 0.15rem;
}

.login {
	padding-top: 0.15rem;
	border-top: 1px solid #999999;
}

.login-out {
	font-size: 0.24rem;
	color: #fff;
}

.login-out span:first-child {
	margin-right: 0.3rem;
}

/* top */
/* 登录-注册 */
/* 登录 */
.noscroll {
	overflow: hidden;
}

.login-register {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	justify-content: center;
	align-items: center;
}

.warnning {
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	width: 4rem;
	height: 0.8rem;
	font-size: 0.28rem;
	text-align: center;
	line-height: 0.8rem;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -0.4rem;
	margin-left: -2rem;
	border-radius: 0.1rem;
	overflow: hidden;
	z-index: 10;
	display: none;
}

.login-box {
	width: 90%;
	padding: 0.96rem 0.37rem 0.87rem 0.37rem;
	background: #fff;
	box-sizing: border-box;
	position: relative;
}

.cha {
	position: absolute;
	top: 0.28rem;
	right: 0.28rem;
	width: 0.36rem;
	height: 0.36rem;
}

.login-title {
	font-size: 0.26rem;
	display: flex;
}

.login-title span {
	width: 50%;
	text-align: center;
	padding-bottom: 0.23rem;
}

.login-type {
	color: #CF1B12;
	border-bottom: 1px solid #CF1B12;
}

.login-msg {
	height: 1.07rem;
	display: flex;
	align-items: center;
	border-bottom: 1px solid rgba(191, 191, 191, 0.5);
	;
}

.login-msg img {
	width: 0.26rem;
	height: 0.3rem;
}

.login-msg input {
	flex: 1;
	height: 0.8rem;
	padding: 0 0.23rem;
	border:none;
}

.get-code {
	width: 2rem;
	font-size: 0.26rem;
	color: #999999;
	border-left: 1px solid #BFBFBF;
	text-align: center;
}

.set-password {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 0.48rem;
	margin-bottom: 0.53rem;
}

.setPass-left {
	font-size: 0.26rem;
	display: flex;
	align-items: center;
	color: #999999;
}

.setPass-left span:first-child {
	display: block;
	width: 0.32rem;
	height: 0.32rem;
	margin-right: 0.17rem;
	border: 1px solid #CF1B12;
}

.setPass-right {
	font-size: 0.26rem;
	color: #CF1B12;
}

.sure-tijiao {
	display: block;
	width: 100%;
	height: 0.76rem;
	background: #CF1B12;
	font-size: 0.26rem;
	color: #fff;
	border: none;
	border-radius: 0.08rem;
}

.gou {
	width: 100%;
	display: none;
}

.yaoqing-type {
	display: none;
}

/* 登录 */
/* 登录-注册 */
/* footer */
.footer {
	padding: 0.62rem 0.5rem 0.66rem 0.5rem;
	background: #1B1B1B;
	color: #FFFFFF;
}

.introduction {
	display: flex;
	margin-bottom: 0.43rem;
}

.introduction img {
	width: 1.48rem;
	height: 1.27rem;
	margin-right: 0.15rem;
}

.intro-right {
	flex: 1;
}

.introduction h2 {
	font-size: 0.28rem;
	font-weight: bold;
	margin-bottom: 0.15rem;
}

.introduction p {
	font-size: 0.16rem;
	font-weight: 300;
	text-align: justify;
	line-height: 0.3rem;
}

.footer-nav {
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
}

.footer-nav a {
	height: 0.26rem;
	color: #fff;
	font-size: 0.2rem;
	border: 1px solid #A0A0A0;
	border-radius: 3px;
	padding: 0 7px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom:0.2rem;
	margin-right:0.1rem;
}

.room-style {
	display: flex;
	flex-wrap: wrap;
	margin-top: 0.24rem;
}

.room-style a {
	color: #AAAAAA;
	font-size: 0.2rem;
	line-height: 0.26rem;
	margin-right: 0.3rem;
	margin-bottom: 0.24rem;
}

.footer-methods ul {
	display: flex;
	justify-content: space-between;
}

.footer-methods ul:first-child {
	padding-top: 0.19rem;
	margin-bottom: 0.13rem;
	border-top: 1px solid rgba(255, 255, 255, 0.59);
}

.footer-methods li {
	display: flex;
}

.footer-methods a {
	color: #fff;
	font-size: 0.2rem;
	font-weight: 300;
}

/* footer */
