.body{
	width: 100%;
	padding-bottom: 2rem;
	font-size: 0.45rem;
}
.body .top{
	width: 100%;
}
.body .top img{
	width: 100%;
}
.form{
	width: 90%;
	margin: auto;
}
.layui-form-label{
	width: 50px;
	padding-right:15px;
	
	font-size: 0.32rem;
}
.layui-input-block {
    margin-left: 80px;
    
}
.country{
	width: 100px;
	margin-left: 0;
	float: left;
}
.form .list_input {
	display: flex;
/*	justify-content: center;*/
	flex-wrap: wrap;
}

.form .list_input li {
	width: 2.5rem;
	height: 2.28rem;
	margin-right: 0.2rem;
	float: left;
	margin: 0.1rem 0.2rem 0.1rem 0px;
	cursor: pointer;
	background: white;
	position: relative;
}

.form .list_input li[id] {
	background: white url(../images/add.jpg) no-repeat center center;
	background-size: contain;
	image-rendering: -webkit-optimize-contrast;
	border: 1px solid #d13b33;
	box-sizing: border-box;
}

.form .list_input li p {
	position: absolute;
	top: -0.1rem;
	left: -0.1rem;
	width: 0.35rem;
	height: 0.35rem;
	border: 1px solid #930e15;
	background: white;
	border-radius: 0.55rem;
	text-align: center;
	line-height: 0.55rem;
	font-size: 0rem;
	box-sizing: border-box;
}

.form .list_input li p:before {
	content: "-";
	display: block;
	position: absolute;
	width: 0.2rem;
	height: 0.02rem;
	top: 50%;
	left: 50%;
	margin-top: -0.01rem;
	margin-left: -0.1rem;
	background: #d26565;
}

.form .list_input li input {
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.form .list_input li img,
.form .list_input li video {
	display: block;
	width: 100%;
	height: 100%;
}
.footer{
	width: 100%;
	position: fixed;
	bottom: 0;
	height: 1.5rem;
	border-top: 1px solid #eee;
	display: flex;
	padding-top: 0.2rem;
	justify-content: space-around;
	background: #fff;
}
.footer .item{
	width: 1.2rem;
}
.footer .item .img{
	width: 0.8rem;
	text-align: center;
	margin: auto;
	
}
.footer .item p{
/*	font-size: 0.5rem;*/
	text-align: center;

}
.footer .item img{
	width: 0.8rem;
}
.tj {
	font-size: 0.55rem;
	width: 3.52rem;
	margin: 0px auto;
	display: block;
	height: 0.96rem;
	margin-top: 1.2rem;
	margin-bottom: 0.8rem;
	line-height: 0.96rem;
	background:#28a3f0;
/*	background: url(../images/tj_btnbg.png) no-repeat center center;*/
	background-size: contain;
}
.user{
	width: 90%;
	margin: auto;
	padding: 10px 0;
	min-height: 230px;
}
.user .list .item {
	border-bottom: 1px solid #ccc;
	padding: 15px 0;
}
.user .list .item .title{
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #eee;
	padding: 10px 0;
}
.user .list .item .content{
	margin-top: 15px;
}
.user .list .item .file{
	margin: 15px 0;
}
.user .list .item .file img{
	width: 30%;
}
.toptext{
	padding: 20px 30px;
	background: url(../images/textbg.png) no-repeat center top;
	background-size: 100% auto;
	color: #000;
	text-indent: 2em;
	font-size: 0.35rem;
	margin-top: -60px;
	position: absolute;
	
}
.topbox{
	padding: 20px 20px;
	margin-top: 80px;

}
.topbox .tit{
	font-size: 0.5rem;
	color: rgb(25,59,99);
	font-weight: bold;
}
.topbox .textbg{
	background: rgb(254,252,238);
	color: #28a3f0;
	padding: 10px 0;
	text-indent: 2em;
	font-size: 0.35rem;
}
.foot {
    border-top: 0.1rem solid #0152b3;
    margin: 10% auto;
}