@charset "utf-8";
	html {
	font-size: 41.4px;
}
.main {
}
.main .banner {
	width: 100%;
}
.main .nav {
	padding-top: 0.28000rem;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 0.21333rem;
}
.select {
	display: inline-block;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 5.14667rem;
	height: 1.13333rem;
	line-height: 1.13333rem;
	background: url(../img/select.png) no-repeat 0 0;
	background-size: 5.06667rem 1.13333rem;
	z-index: 1;
	vertical-align: top;
	margin-left: 0.45rem;
	cursor: pointer;
}
.select .select-top {
	position: relative;
	z-index: 1;
}
.select .select-text {
	display: block;
	width: 3.93333rem;
	height: 1.08000rem;
	color: #7f1e17;
	font-size: 0.45333rem;
	text-align: center;
}
.select-list {
	display: none;
	position: relative;
	top: 0.06667rem;
	background: #7f1e17;
}
.select .select-list li {
	color: #fff;
	font-size: 0.45333rem;
	padding-left: 0.26667rem;
}
.rule-btn {
	border: none;
	outline: none;
	width: 3.023rem;
	height: 1.13333rem;
	color: #fff;
	font-size: 0.5rem;
	background: url(../img/btn.png) no-repeat 0 0;
	background-size: 3.023rem 1.13333rem;
	margin-left: 0.6rem;
	vertical-align: top;
}
.imglist {
	/*padding-left: 0.40000rem;*/
}
.imglist .list-inner {
	/*margin-left: -0.40000rem;*/
	min-height: 11rem;
	overflow: auto;
	overflow-x: hidden;
	/*background: #e73e2b;*/
	padding-bottom: 1.6rem;
	text-align: center;
}
.imglist .list-inner li {
	display: inline-block;
	width: 4.40000rem;
	height: 5.13333rem;
	/*margin-left: 0.40000rem;*/
	margin-bottom: 0.29333rem;
	overflow: hidden;
	background: #7f1e17;
	border-radius: 0.2rem;
}
.imglist .list-inner .face {
	position: relative;
	height: 4.4rem;
}
.imglist .list-inner .face img {
	position: relative;
	/*left: 0.24000rem;*/
	top: 0.24000rem;
	width: 3.94667rem;
	height: 3.94667rem;
	background: #fff;
	object-fit: cover;
	border-radius: 0.2rem;
	cursor: pointer;
}
.imglist .list-inner .text {
	padding: 0 0.3rem 0 0.3rem;
	color: #fff;
}
.imglist .list-inner .text span.name {
	float: left;
    max-width: 65%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.imglist .list-inner .text .like {
	float: right;
    max-width: 35%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
}
.imglist .list-inner .text .like:before {
	content:"";
	display: inline-block;
	width: 0.26667rem;
	height: 0.24000rem;
	margin-right: 0.1rem;
	background: url(../img/like-icon.png) no-repeat 0 0;
	background-size: 0.26667rem 0.24000rem;
}
.imglist .list-inner .text .like-icon {
	/*float: right;*/
}
.like-icon {
	display: inline-block;
	width: 0.26667rem;
	height: 0.24000rem;
	background: url(../img/like-icon.png) no-repeat 0 0;
	background-size: 0.26667rem 0.24000rem;
}
.btn-list {
	padding-top: 0.2rem;
	padding-bottom: 0.1rem;
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: #f6e9e9;
	line-height: 0;
	text-align: center;
}
.btn {
	display: inline-block;
	width: 2.98667rem;
	height: 0.844rem;
	line-height: 0.844rem;
	background-image: url(../img/btn.png);
	background-repeat: no-repeat;
	background-size: 100%;
	color: #e8bc96;
	text-align: center;
}
.meng {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: #000000;
	opacity: 0.8;
	z-index: 99;
}
.imgshow {
	display: none;
	position: fixed;
    width: 100%;
    height: 100%;
    z-index: 101;
}
.imgshow img{
	width: 100%;
    margin: 2.5rem 0 1rem 0;
    background: #fff;
}
.imgshow p{
    text-align: center;
    font-size: 0.5rem;
    color: #fff;
}
.guzietc {
	display: none;
	position: fixed;
	top: 0;
	width: 8rem;
	height: 11.26rem;
	margin-top: 3rem;
	left: 50%;
	margin-left: -4rem;
	background: #7F1E17;
	border-radius: 0.5rem;
	z-index: 100;
}
.guzietc .text {
	width: 7.6rem;
	height: 9.85rem;
	margin-top: 0.2rem;
	margin-left: 0.2rem;
	background: #fff;
	border-radius: 0.5rem;
}
.guzietc .text p, .tougao .text p {
	padding: 0.2rem;
}
.close {
	display: block;
	color: #E8BC96;
	font-size: 0.4rem;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	line-height: 1.2rem;
}
.tougaotc {
	display: none;
	position: fixed;
	top: 0;
	width: 8rem;
	height: 11.26rem;
	margin-top: 3rem;
	left: 50%;
	margin-left: -4rem;
	background: #7F1E17;
	border-radius: 0.5rem;
	z-index: 100;
}
.tougao {
	width: 7.6rem;
	height: 9.85rem;
	margin-top: 0.2rem;
	margin-left: 0.2rem;
	background: #fff;
	border-radius: 0.5rem;
}
.tougao form {
	padding: 0.2rem;
}
.tougao .text a {
	color: #7F1E17;
}
.tougao .form-group {
	line-height: 0.5;
	/*height: 1rem;*/
}
.tougao .auto {
	/*line-height: 0.5;*/
	height: auto;
}
.tougao .form-group span {
	display: inline-block;
	width: 1.8rem;
	text-align: center;
	/*vertical-align: middle;*/
}
.tougao .form-group .form-control {
	border: #7F1E17 solid 2px;
	border-radius: 0.2rem;
	height: 0.2rem;
	padding: 0.2rem 0;
	text-indent: 0.2rem;
	/*vertical-align: middle;*/
}
.tougao .form-post {
	display: block;
	margin: 0 auto;
}
.tougao .uploadImg {
	display: inline-block;
	width: 70%;
	/*vertical-align: middle;*/
}
.tougao .uploadImg .uploadTips {
	display: block;
	/*margin-bottom: -10px;*/
	color: #000;
	/*height: 36px;*/
	line-height: 0.7rem;
}
.tougao .uploadImg .item {
	position: relative;
	float: left;
	height: 0;
	width: 80px;
	padding-top: 80px;
}
.item-cnt:nth-child(2) {
	display: none;
}
.tougao .uploadImg .item-cnt {
	position: absolute;
	top: 0;
	left: 0;
	right: 10px;
	bottom: 10px;
}
.tougao .uploadImg .add .item-cnt {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
	color: #fff;
	border: 2px dashed #7F1E17;
	border-radius: 0.2rem;
	background: url(../img/add.png) center no-repeat;
	background-size: auto;
}
.tougao .uploadImg .add .item-cnt input[type=file] {
	opacity: 0;
	cursor: pointer;
	width: 80px;
	height: 80px;
}
.tougao .uploadImg .item-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
}
.tougao .uploadImg .item-remove {
	position: absolute;
	right: -6px;
	top: -6px;
	width: 16px;
	height: 16px;
	background: url(../img/remove.png) 50%/contain no-repeat;
	z-index: 999;
}
.red {
	color: #7F1E17;
}
.b {
	font-weight: 700;
	font-size: 120%;
}
/*提示框*/
.tips_floatBox{display: none; position: fixed; padding: 6px;width: 6rem;font-size: 0.5rem;left:50%;margin-left:-3rem;text-align: center; height: auto; z-index: 10000; word-wrap: break-word; box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px; border-radius: 6px; background-color: white; opacity: 1;}
.tips_floatBox .tips_text{padding: 10px;background: #fff;overflow-x: hidden;overflow-y: auto;}

/*PC版优化*/
@media screen and (min-width: 1080px) { 
	body{
	    width: 414px;
	    margin: 0 auto;
	    box-shadow: 1px 1px 30px #aaa;
	    left: 50%;
	}
	.meng{
		left: 0;
	}
	.btn-list{
		position: relative;
	}
	.imgshow{
		width: 414px;
	}
}

/*小尺寸优化*/
@media screen and (max-height: 667px) {
	.main .nav{
		text-align: center;
	}
	.select{
		width: 4rem;
		height: 0.9rem;
		line-height: 0.9rem;
		background-size: contain;
		margin-left: 0rem;
	}
	.select .select-text{
		width: 3rem;
		height: 0.83rem;
	}
	.rule-btn{
		height: 0.9rem;
		background-size: contain;
		margin-left: 0rem;
	}
	.btn{
		width: 2.3rem;
		height: 0.7rem;
		line-height: 0.7rem;
	}
	.imglist .list-inner li{
		width: 3.5rem;
		height: 4.2rem;
	}
	.imglist .list-inner .face{
		height: 3.5rem;
	}
	.imglist .list-inner .face img{
		top: 0.1rem;
		width: 3.3rem;
		height: 3.3rem;
	}
	.guzietc, .tougaotc{
		margin-top:1rem;
	}
}