* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
ul {
	font-size: 0;
}
li {
	list-style: none;
}
.mask, .wechatMask, .freeMask, .wechatPayMask, .accountMask {
	width: 100%;
	height: 100%;
	background-color: rgba(30, 30, 30, 0.3);
	position: fixed;
	z-index: 100000;
	top: 0;
	left: 0;
	display: none;
}
.body {
	padding-bottom: 152px;
}
.header {
	width: 1200px;
	margin: 10px auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.header .logo {
	width: 300px;
	height: 100px;
}
.header .primain {
	flex: 1;
	padding: 0 20px;
}
.header .hotwords {
	padding-top: 10px;
	display: flex;
	flex-wrap: wrap;
}
.header .hotwords span {
	font-size: 12px;
	color: #555;
	margin-right: 6px;
}
.header .hotwords a {
	font-size: 12px;
	color: #007aff;
	margin-right: 10px;
}
.header .qbox {
	display: flex;
}
.header .qbox .input {
	width: 400px;
	height: 38px;
	line-height: 38px;
	border: 1px solid #d8d8d8;
	border-radius: 4px;
	padding: 0 10px;
	font-size: 14px;
	color: #333;
	outline: none;
}
.header .qbox .input:focus {
	border: 1px solid #409eff;
	outline: none;
}
.header .qbox .input::selection {
	outline: none;
}
.header .qbox .btn-query {
    margin-left: 10px;
	background-color: #409eff;
	width: 80px;
	border: none;
	border-radius: 6px;
	color: #ffffff;
	cursor: pointer;
}
.header .qbox .btn-query:hover {
	background-color: #79bbff;
}
.userinfo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.userinfo .avatar {
	width: 40px;
	height: 40px;
	border-radius: 4px;
	margin-right: 6px;
}
.userinfo .info {
	flex: 1;
}
.userinfo .info span {
	display: block;
	width: 140px;
	font-size: 12px;
	color: #666;
	line-height: 20px;
}
.userinfo .info span em {
	font-weight: 500;
	color: #409eff;
	font-style: normal;
}
.userinfo .info span i {
	font-weight: 500;
	color: #444;
	font-style: normal;
}
.userinfo .info span.logout{
	color: #ff5722;
	cursor: pointer;
}
.userinfo .login {
	background-color: #409eff;
	color: #ffffff;
	font-size: 14px;
	border-radius: 5px;
	padding: 10px 20px;
	cursor: pointer;
}
.userinfo .login:hover {
	background-color: #79bbff;
}
.userinfo .buyVip {
	background-color: #339933;
	color: #ffffff;
	font-size: 14px;
	border-radius: 5px;
	padding: 10px 20px;
	cursor: pointer;
	margin-right: 20px;
}
.userinfo .buyVip:hover {
	background-color: #339966;
}
.loginWrapper {
    width: 360px;
    margin: 120px auto 0 auto;
    text-align: center;
}
.wechatSign, .accountSign {
	width: 100%;
    display: none;
}
.wechatPaySign {
    margin: 120px auto 0 auto;
    width: 360px;
    text-align: center;
}
.wechatLogin, .wechatPay, .accountLogin {
	width: 360px;
	padding: 30px;
	background-color: #ffffff;
}
.wechatPay, .loginWrapper {
    border-radius: 10px;
}

.wechatLogin .title, .wechatPay .title, .accountLogin .title {
	width: 100%;
	height: 40px;
	text-align: center;
	font-size: 14px;
	color: #666;
}
.wechatLogin .loginQrcode img, .wechatPay .payQrcode img {
	width: 300px;
	height: 300px;
	display: flex;
}
.wechatLogin .tips, .accountLogin .tips, .wechatPaySign .tips {
	width: 100%;
	font-size: 12px;
	color: #888;
	text-align: center;
	height: 30px;
	line-height: 30px;
}
.wechatLogin .tips em, .accountLogin .tips em, .wechatPaySign .tips em {
	font-style: normal;
	font-size: 12px;
	color: #ff0022;
}
.wechatSign .close, .accountSign .close, .wechatPaySign .close {
	position: relative;
	display: inline-block;
	margin-top: 15px;
	width: 45px;
	height: 45px;
	font-size: 28px;
	line-height: 45px;
	font-weight: 300;
	color: #333;
	border-radius: 50%;
	background: #fefefe;
	text-align: center;
	vertical-align: top;
	font-family: serif;
	box-shadow: 0 0 1px 0 rgb(0 0 0 / 20%);
	cursor: pointer;
}

.accountLogin dl {
	width: 100%;
	font-size: 0;
	margin-bottom: 20px;
}
.accountLogin dt {
	display: inline-block;
	width: 20%;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
}
.accountLogin dd {
	height: 36px;
	line-height: 36px;
	font-size: 14px;
}


.container {
	width: 1200px;
	margin: 0 auto 20px auto;
}

.footer {
  width: 100%;
  padding: 20px;
  background:#404343;
}
.footer .ft-main {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.footer .ft-main .info {
	flex: 1;
}
.footer .ft-main .info span {
	display: block;
	font-size: 14px;
	color: #9D9D9D;
	line-height: 2;
}
.footer .ft-main .qrcode dl {
	display: inline-block;
	margin-left: 10px;
}
.footer .ft-main .qrcode dd {
	font-size:12px;
	color: #ffffff;
	margin-top: 6px;
	text-align: center;
}
.footer .ft-main .qr {
	width: 100px;
	height: 100px;
	margin-left: 10px;
}
.formBox {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.formBox dl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.formBox dt {
    width: 60px;
}
.formBox dd {
    width: 240px;
}
.accountLogin .smsbox {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.accountLogin .smsbox button {
    width: 80px;
}
.formBox .freecode, .accountLogin dd input {
    flex: 1;
	height: 40px;
	line-height: 40px;
	border: 1px solid #d8d8d8;
	border-radius: 4px;
	padding: 0 10px;
	font-size: 16px;
	font-weight: 600;
	color: #333;
	outline: none;
	text-align: center;
}
.accountLogin .smsbox input {
    width: 200px;
}
.formBox .freecode:focus, .accountLogin dd input:focus {
	border: 1px solid #409eff;
	outline: none;
}
.formBox .btnFree {
	margin-top: 10px;
	background-color: #409eff;
	width: 120px;
	height: 40px;
	border: none;
	border-radius: 6px;
	font-size: 16px;
	color: #ffffff;
	cursor: pointer;
}
.formBox .btnFree:hover {
	background-color: #79bbff;
}
.accountLogin dd input {
    width: 100%;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
}

.tabMode, .tabMode ul {
    width: 100%;
    font-size: 0;
}
.tabMode li {
    width: 50%;
    display: inline-block;
    height: 51px;
    line-height: 52px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    border-top: 5px solid #ffffff;
    background: #ffffff;
}
.tabMode li.on {
    color: #409eff;
    font-width: 700;
    border-top: 5px solid #409eff;
}
