/* ==========================================================================
   基础重置样式
   ========================================================================== */

* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
	vertical-align: top;
}

html {
	font-size: 40px;
}

body {
	background-color: #fff;
}

/* ==========================================================================
   布局容器
   ========================================================================== */

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

.detail,
.header,
.footer {
	position: relative;
	width: 100%;
	margin: 0 auto;
	font-size: 0;
	text-align: center;
}

.goods-img {
	width: 100%;
	height: auto;
}

/* ==========================================================================
   头部导航
   ========================================================================== */

.header .menu {
	display: flex;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	list-style: none;
}

.menu .tab {
	height: 100%;
	color: #fafafa;
	text-decoration: none;
}

.menu .tab:nth-of-type(1) {
	flex-grow: 1.2;
}

.menu .tab:nth-of-type(2) {
	flex-grow: 1.1;
	cursor: pointer;
}

.menu .tab:nth-of-type(3) {
	flex-grow: 1.6;
	cursor: pointer;
}

.menu .tab:nth-of-type(4) {
	flex-grow: 0.8;
}

/* ==========================================================================
   页脚区域
   ========================================================================== */

.footer .txt {
	font-size: 0.414rem;
	color: transparent;
}

.footer .icp,
.footer .protocal {
	display: flex;
	position: absolute;
	line-height: 1;
}

.footer .icp {
	right: 10.43rem;
	bottom: 1.59rem;
}

.footer .protocal {
	right: 8.77rem;
	bottom: 2.41rem;
	width: 9rem;
	justify-content: space-between;
}

.footer .txt a {
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}

/* ==========================================================================
   许可证页面
   ========================================================================== */

.license-title {
	margin: 1.25rem 0 0;
	font-size: 1.15rem;
	text-align: center;
}

.license-img {
	display: block;
	width: 60%;
	height: auto;
	margin: 0 auto 1.25rem;
}