<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
* {
	margin:0;
	padding:0;
	color:#000;
}
html{
	font-size:62.5%
}
body {
	font:1.2em/1.8em "hiragino sans gb","Helvetica Neue",Helvetica,STHeiTi;
}
a {
	text-decoration:none;
	color:#000;
}
li {
	list-style:none
}

.fl{float:left;}
.fr{float:right;}
.hide{display: none;}

.title{
	font-size:1.2em;
	line-height:3.3em;
	text-align: center;
	border-bottom:1px solid #e5e5e5;
}
.img_box{
	margin-top:2em;
}

.img_box ul{
	overflow:hidden;
}

.img_box ul li{
	float: left;
	width:30%;
	margin-left:2.5%;
	margin-bottom:1em;
	padding:30% 0 0;
	position:relative;
	cursor: pointer;
}
.img_box ul li img{
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top:0;
}

.img_box ul .add_btn{
	border:1px dashed #e5e5e5;
	background: url(../imgs/add.png) no-repeat 50% 50%;
	cursor: pointer;
}
.img_box ul .del{
	position:absolute;
	width:25px;
	height:25px;
	line-height:20px;
	text-align: center;
	font-size:1.5em;
	background: rgba(0,0,0, .5);
	color: #fff;
	right:0;
	top:0;
	font-style: inherit;
	cursor: pointer;
}
.note{
	margin-top:30px;
	padding:0 3.3%;
}
.note header{
	font-weight: bold;
	font-size:1.2em;
	line-height: 2.4em;
}
.note ul li{
	padding:0.3em 0;
}

.submit_btn{
	position:fixed;
	bottom:0;
	width:100%;
	border:0;
	text-align:center;
	line-height:3em;
	font-size:1.2em;
	background: #f6e1e3;
	cursor: pointer;
}

.success{
	font-size:1.4em;
	text-align: center;
	margin:4em 0 0;
}
</pre></body></html>