/* 存放一些感觉完全设计ok，之后不会再变化的内容 */
body{
	/* background-color: #000; */
	background-color: #f5f6f7;
	font-family: "Comic Sans MS";
	/* 移动端Text Autosizer特性，字体会无故变大变高 */
	-webkit-text-size-adjust: none;
}
ul li{
	/* 列表不显示圆点 */
	list-style-type: none;
}
ul{
	/* ul默认是40px */
	padding: 0px;
}

/* #作品列表 li h1{
	margin: 30% 0 0 0;
} */

/* 针对小标题 */
.小标题{
	padding-top: 60px;
	text-align: center;
}
.二级小标题{
	text-align: center;
}
#标题头图{
	width: 50px;
	height: 50px;
	padding: 5px 20px;
}

#标题栏{
	z-index: 1;
	background-color: rgba(255, 255, 255, 0.9);
	box-shadow: 1px 1px 10px gray;
	height: 60px;
	border-radius: 2px;
	width: 100%;
	position: fixed;
	top: 0;
}

.b1层标题{
	/* 控制导航按钮长度 */
	width: auto;
	display: inline-flex;
}
.b1a层{
	/* 没用，方便观察 */
	font-size: 1.2em;
	margin: 0 1px;
	padding: 15px 1em 0px 15px;
	width: auto;
	height: 45px;
}
.b1a层:hover{
	background-color: rgba(0, 128, 255, 0.3);
	border-radius: 10px;
	margin-top: 10px;
	height: 25px;
	padding: 10px;
	box-shadow: 1px 1px 3px rgba(0, 128, 255, 0.3);
	color: dodgerblue;
	text-shadow: 1px 1px 3px rgba(0, 128, 255, 0.3);
}
.标题文字{
	font-family: "Comic Sans MS";
	color: black;
	text-decoration: none;
}

/* 以上标题 */

#背景图{
	/* min-height: 500px; */
	box-shadow: 1px 1px 3px black;
	filter: blur(3px);
	width: 100%;
}
#首页标题{
	position: absolute;
	top: 100px;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	color: white;
	
}
.首页文字{
	/* color: linear-gradient(90deg,#207DF5,#65F6F2); */
	font-size: 5em;
	text-align: center;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 1);
	font-family: "微软雅黑";
}

#欢迎语框{
	position: absolute;
	top: 350px;
	left: 0;
	right: 0;				
	margin: auto;
	box-shadow: 1px 1px 4px black;
	background-color: rgba(255, 255, 255, 0.9);
	height: auto;
	width: 800px;
	border-radius: 40px;
}
.欢迎语{
	text-align: center;
	color: cornflowerblue;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

#d1内容{
	font-size: 0.5em;
	text-align: center;
	color: white;
}

#导览图{
	width: 50%;
	position: relative;
	left: 25%;
	right: 25%;
}

.二级边框{
	/* 干涉全局：避免过小以及绝对定位情况 */
	/* min-height: 350px; */
	margin: 1%;
	padding: 2%;
	border-radius: 10px;
	box-shadow: 1px 1px 10px #f5f6f7;
	background-color: white;
}
.二级边框 #作品边框{
	left: 0;
	right: 0;
}

#标题列表{
	display: flex;
	margin: 0px;
	font-family: "微软雅黑";
}

#作品列表{
	display: flex;
	margin: 0px;
	font-family: "微软雅黑";
}

.个人作品图{
	border-radius: 5px;
	max-width: 720px;
	height: 100%;
	box-shadow: 1px 1px 3px black;
}
#好物分享视频{
	margin-top: 1.875rem;
	width: 100%;
	height: 35vh;
	/* vh和%一样，但无内容也能撑开，使用视频场景 */
	
	background-color:beige;
}
iframe{
	z-index: 0;
/* 	width: 50vh;
	height: 28.125vh; */
	width: 100%;
	height: 100%;
	border-radius: 5px;
	box-shadow: 1px 1px 3px black;
}

/* 橙色条 */
#作品列表 li div{
	margin: 0 20px 0 20px;
	width: 15px;
	height: 100%;
}

.作品介绍{
	min-width: 40px;
	height: 260px;
	overflow: auto;
}

#联系方式表{
	display: flex;
	justify-content: center;
	/* height: 60px; */
/* 	position: relative;
	left: 10%;
	right: 10%; */
	/* width: 100%; */
	/* background-color: #111213; */
}

.联系方式图标{
	/* background-color: #fff; */
	/* margin: auto; */
	/* margin: 20%; */
	/* width: 11%; */
	margin: 20px;
	height: 60px;
	/* overflow: scroll; */
	/* background-color: #B5C9FC; */
}
#下载背景{

}

#下载列表{
	width: 90%;
	text-align: center;
	font-size: 1.2em;
	margin: 0 auto;
	background-color: gray;
	/* border-radius: 50px; */
}
#下载列表 th,td{
	background-color: #f5f6f7;
	padding: 10px;
}
#下载列表 th{
	background-color: #B5C9FC;
	color: royalblue;
}
/* #下载列表 td:nth-child(even){
	background-color: deepskyblue;
} */

.流程介绍{
	/* height: 300px; */
	/* background-color: lightgrey; */
	width: auto;
	padding: 20px;
	border: 1px dashed gray;
	border-radius: 20px;
}


.聊天群图{
	/* 3张占99% */
	padding: 5%;
	width: 22%;
}

.收款图{
	position: relative;
	border-radius: 30px;
	right: 20%;
	left: 20%;
	width: 60%;
	/* margin-top: 30px; */
}

#底部导航栏{
	font-family: "微软雅黑";
	box-shadow: 0px 0px 10px gray;
	height: 30px;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	position: fixed;
	bottom: 0%;
}