
.footer {
    padding: .6rem 0.38rem 0.3rem;
}
.textarea {
    margin-top: 0.25rem;
}
.textarea textarea {
    width: 100%;
    height: 4rem;
    background: #fff;
    border-radius: 0.25rem;
    border: 1px solid #eee;
    padding: 0.35rem;
    line-height: 0.4rem;
    font-size: 0.3rem;
}
.sendComment {
    text-align: center;
}
.sendComment button {
    width: 6rem;
    height: 1rem;
    line-height: 1rem;
    background: #0f88eb;
    color: #fff;
    font-size: 0.36rem;
    border-radius: 0.125rem;
    margin: .5rem auto 0;
}
.more {
    padding: .6rem 0 .5rem;
    text-align: center;
}
.more img {
    width: 2.175rem;
}


.btnder{
	position: fixed;
	background: rgba(0, 0, 0, 0.4);
	width: 90%;
	height: 100%;
	z-index: 999;
	top: 0;
	display: none;
}
.tan_bg1 {
	position: fixed;
	background: rgba(0, 0, 0, 0.4);
	/* width: 90%; */
	height: 100%;
	z-index: 999;
	top: 0;
	display: none;
}

.tan_box {
	background: #fff;
	border-radius: 0.5rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.comment_tan .tan_box {
	width: 64.5%;
	padding: 0.4rem 0 0.325rem;
	text-align: center;
}
#tan_confirm {
	text-align: center;
}
#tan_confirm button {
	width: 2.1rem;
	height: .7rem;
	line-height: .7rem;
	background: #0f88eb;
	color: #fff;
	font-size: 0.325rem;
	border-radius: 0.125rem;
}
.gift_tan .tan_box {
	width: 90%;
	position: relative;
}
#close_ico {
	width: 0.325rem;
	height: 0.325rem;
	position: absolute;
	right: 0.25rem;
	top: 0.3rem;
}

































