.submit_btn {
	width: 100%;
	height:0.98rem;
	background:rgba(255,255,255,1);
	position: fixed;
	left: 0;
	bottom: 0;
	text-align: center;
	line-height: 0.98rem;
	font-size:0.34rem;
	font-weight:bold;
	color:rgba(255,114,0,1);
}
.tab-wrapper {
	height: 100%;
}
.tab-pages-wrapper {
	height: calc(100% - 0.92rem);
}
.tab-pages-wrapper {
	margin-top: 0;
}
.tab-btn-wrapper {
	background: #FBF8FB;
}
.changenum-wrapper {
	display: flex;
	align-items: center;
}
.changenum-wrapper>.cw_icon {
	width: 0.6rem;
	height: 0.34rem;
	background: url(../images/sub.png) no-repeat;
	background-size: contain;
}
.changenum-wrapper>.sub_disable {
	background: url(../images/sub_off.png) no-repeat;
	background-size: contain;
}
.changenum-wrapper>.add {
	background: url(../images/add.png) no-repeat;
	background-size: contain;
}
.changenum-wrapper>.add_disable {
	background: url(../images/add_off.png) no-repeat;
	background-size: contain;
}
.changenum-wrapper>input {
	width:0.8rem;
	height:0.6rem;
	background:rgba(255,255,255,1);
	border:1px solid rgba(221,221,221,1);
	border-radius:0.04rem;
	text-align: center;
	line-height: 0.6rem;
	color: #666;
	font-size: 0.26rem;
	margin: 0 0.3rem;
}
.textarea_title {
	font-size:0.28rem;
	color:rgba(34,34,34,1);
	padding: 0.3rem 0.3rem 0.2rem;
}
.remark_text {
	width: 100%;
	box-sizing: border-box;
	border: none;
	padding: 0 0.3rem 0.2rem;
	height: 1.6rem;
	outline: none;
	font-size: 0.28rem;
	font-family: "微软雅黑";
}
.textarea2 {
	border: none;
	margin-bottom: 0;
}
.textarea2 .remark_text {
	padding: 0;
	width: 6.9rem;
	margin: 0 0.3rem;
	border-bottom: 0.01rem solid #eee;
}

.tab-btn-wrapper>.tab-btn {
	width: 1.6rem;
}
