*{
	padding: 0;
	margin: 0;
	font-size: 16px;
}
.view-center{
	max-width: 1200px;
	margin: 0 auto;
}
.view-center-max{
	max-width: 1440px;
	margin: 0 auto;
}
.clearfix:after {
      content: "";
      display: block;
      clear: both;
}
.clearfix {
  zoom: 1; /*兼容ie6*/
}
.fl{
	float: left;
}
.fr{
	float: right;
}
a{
	color: #333;
	text-decoration: none;
}
body{
	font-family: Inter;
}


/* 美化滚动条 */
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
	width: 4px;
	height: 4px;
	background-color: rgba(0,0,0,.2);
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track{
	-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
	border-radius:10px;
	background-color:#F5F5F5;
}
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb{
	border-radius:10px;
	-webkit-box-shadow:inset 0 0 4px rgba(0,0,0,.3);
	background-color: #b3b3b3;
}


/* header */
body{
	background-color: #F3F9FE;
}
.header-box{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	overflow: hidden;
	z-index: 40;
	padding: 1em 0;
	transition: all .3s;
}
.header-box.fixedBg{
	background: #fff;
	box-shadow: 0 0 10px 0 rgb(0 0 0 / 30%);
}
.header-logo{
	display: block;
	width: calc(16px * 5.5);
	height: calc(16px * 3);
	overflow: hidden;
	position: relative;
}
.header-logo img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	max-width: 100%;
	max-height: 100%;
}
.header-taber-list{
	margin-left: 5em;
}
.header-taber-list-item+.header-taber-list-item{
	margin-left: 1em;
}
.header-taber-list-item a{
	display: block;
	line-height: calc(16px * 3);
	padding: 0 1em;
	display: block;
	color: #fff;
}
.header-box.fixedBg .header-taber-list-item a{
	color: #333;
}
.header-box .header-taber-list-item.active a{
	color: #005AFF;
}
.header-login a{
	padding: 0 3em;
	height: calc(16px * 2.5);
	line-height: calc(16px * 2.5);
	display: block;
	color: #fff;
	/* background-color: #fff; */
	border-radius: 3em;
	font-size: 16px;
	font-weight: 400;
}
.header-box.fixedBg .header-login a{
	color: #333;
	/* background-color: #238bff; */
}

/* footer */
.footer-box{
	display: block;
	width: 100%;
	background-color: #161e30;	
}
.footer{
	padding: 2em 0;
}
.footer-link,.footer-record{
	display: block;
	width: 100%;
	text-align: center;
	color: #666;
	font-size: 14px;
	line-height: calc(14px * 2);
}
.footer-link a{
	margin-left: calc(14px * 0.5);
	color: rgba(24,144,255,.45098);
	font-size: 14px;
}
.footer-record{
	font-size: 12px;
}
.footer-record a{
	font-size: 12px;
	color: #666;
}


.caidan{
	position: absolute;
	right: 1.5em;
	top: 1.8em;
	transform: rotate3d(0,1, 0, 180deg) translateY(-50%);
	width: calc(14px * 2);
	display: none;
	transition: all .5s;
}
.caidan.showTbaer{
	right: 1em;
}
.caidan img{
	display: block;
	width: 100%;
}

.information-box{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 97;
}
.information-bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.3);
	z-index: 98;
}
.information-alert{
	position: absolute;
	left: 50%;
	top: 50%;
	width: calc(14px * 30);
	height: calc(14px * 20);
	transform: translate(-50%,-50%);
	z-index: 99;
	background-color: #fff;
	border-radius: 1em;
	overflow: hidden;
}
.information-alert-btn{
	position: absolute;
	right: 1em;
	top: 1em;
	width: calc(14px * 1);
	overflow: hidden;
}
.information-alert-btn img{
	display: block;
	width: 100%;
}
.information-title{
	line-height: calc(14px * 4);
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.information-item{
	width: 40%;
	float: left;
	margin-left: calc(20% / 3);
}
.information-tisp{
	display: block;
	width: 100%;
	text-align: center;
	line-height: calc(14px * 3);
}
.information-link{
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	overflow: hidden;
	position: relative;
}
.information-link img,.information-link span{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}
.information-link a{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #238bff;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	line-height: calc(14px * 2.5);
	border-radius: 1em;
	overflow: hidden;
	text-align: center;
}
.information-link span{
	width: 100%;
	height: unset;
}


.houtai1{
	display: none;
}
.houtai2{
	margin-top: 5px;
	display: block;
}
@media (max-width: 1200px) {
	
	
	.houtai1{
		display: block;
	}
	.houtai2{
		margin-top: 5px;
		display: none;
	}
	
	.logo00,
	.price-show-item-logo,
	.header-occupy{
		display: none!important;
		opacity: 0!important;
	}
	.logo01,
	.caidan{
		display: block!important;
		opacity: 1!important;
	}
	.header-box{
		position: relative;
		background-color: #fff;
		height: calc(14px * 3);
		transition: all 1s;
	}
	.header-box.showTbaer{
		height: calc(14px * 18);
	}
	.header-logo{
		margin-left: 1em;
	}
	.header-taber-list{
		float: none;
		position: absolute;
		right: 0;
		top: 4em;
		margin-left: 0;
	}
	.header-taber-list-item{
		float: none;
		text-align: right;
	}
	.header-taber-list-item+.header-taber-list-item{
		margin-left: 0;
	}
	.header-login{
		position: absolute;
		left: 2em;
		top: 50%;
		transform: translateY(-50%);
		display: none;
	}
	.header-login a{
		color: #fff;
		background: #238bff;
	}
	.header-taber-list-item a{
		color: #333;
	}
	.information-alert {
	    width: calc(14px * 23);
	    height: calc(14px * 18);
	}
}