.bold{
	font-weight: bold;
}
.h20 {
	height: 20px;
}
.header {
	position: fixed;
	top: 0;
	width: 100%;
	max-width: 640px;
	height: 40px;
	line-height: 40px;
	display: flex;
	justify-content: space-between;
	background: #edf5f8;
	font-size: 0.9rem;
	z-index: 99;
}
.header div{
	line-height: 40px;
	font-size: 0.28rem;
}
.header .icon-menu {
	width: 15px;
	margin-left: 20px;
}
.header .icon-home,.header .icon-top {
	width: 14px;
	margin-right: 20px;
}
.header img{
	vertical-align: middle;
}
.title_wrap {
	padding: 0.46rem 0.38rem 0;
	margin-top: 40px;
}
.footer {
    padding: .6rem 0.38rem 1.325rem;
}
.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;
}
.gray-box {
	background: #ebeff2;
	padding: 15px;
	margin: 25px 0;
	border-radius: 15px;
	color: #97999a;
	font-size: 0.3rem;
	line-height: 15px;
}
.gray-box span {
	display: block;
	font-size: 0.4rem;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px #aaa dotted;
	color: #7b7c7c;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.gray-box div{
	line-height: 1.5;
}
.pic_tips {
	color:#888 !important;
	font-size: 12px !important;
	text-align: center;
	margin-bottom: 15px;
}
.tag-title {
	color: #006cff;
	text-align: center;
	font-size: 0.5rem;
	margin: 1rem 0 0.5rem 0;
}
.wq{
	display: flex;
}
.wq div{
	color: #575757;
	font-size: 0.26rem;
	line-height: 1.7;
}