body {
	width: 1024px;
	margin: auto;
	padding: 45px 0 0;
	background-color: #fff;
}

.b-topbar{
	display:block;
}

.b-topbar li{
	float: left;
	height: 40px;
	line-height: 40px;
}

.t-title{
	font-size: 20px;
	width: 90%;
	text-align: center;
}

.send{
	font-size: 14px;
	width: 5%;
	text-align: center;
	cursor: pointer;

}

.back{
	width: 5%;
	background: url(//n.sinaimg.cn/finance/hqcenter_v2_20160101/sina-logo.png) no-repeat;
	background-position: center;
	background-size: 36px 26px;
}

.s-topbar .sending {
	color: #999;
}

.s-topbar .normal-title{
	font-size: 17px;
	text-align: center;
	line-height: 40px;
}

.s-tabs {
	position: fixed;
	top: 45px;
	left: 0;
	right: 0;
	z-index: 11;
	overflow: hidden;
	background-color: #f5f5f5;
	border: 1px solid #d4d4d4;
	font-size: 16px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
}
.s-tabs > .tab {
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	-ms-flex: 0 1 30%;
	flex: 0 1 30%;
	text-align: center;
	width: auto;
}
.s-tabs > .tab > .words {
	display: inline-block;
	width: auto;
	padding: 0 15px;
	height: 42px;
	line-height: 44px;
	border-bottom: 2px solid transparent;
	color: #888;
}
.s-tabs > .cur > .words {
	color: #333;
	border-color: #34bfff;
}
.view {
	display: none;
}
.view.cur {
	display: block;
}
.s-feedback .progress {
	width: 0;
	height: 8px;
	background-color: #fb6750;
	-webkit-transition: width .2s;
	-moz-transition: width .2s;
	transition: width .2s;
}
.s-feedback .opinion-box {
	clear: both;
	margin: 0 8px;
	background-color: #f8f8f8;
}
.s-feedback .opinion-wrapper {
	padding: 8px 0;
	margin: 0 60px 0 10px;
	height: 200px;
}
.s-feedback .opinion {
	display: block;
	width: 100%;
	height: 100%;
	border: none;
	resize: none;
	font-size: 16px;
	color: #333;
	background-color: transparent;
}
.s-feedback .upload-photo {
	float: right;
	margin-top: 6px;
	margin-right: 5px;
}
.s-feedback .photo-wrapper {
	position: relative;
	overflow: hidden;
	width: 50px;
	height: 50px;
	background: #bfbfbf url('//www.sinaimg.cn/cj/stockbar/images/uploadimg.png') no-repeat;
	background-position: center;
	background-size: 70%;
	border-radius: 5px;
}
.s-feedback .photo {
	display: block;
	width: 100%;
	height: 100%;
}
.s-feedback .album {
	position: absolute;
	top: 0;
	left: 0;
	opacity: .01;
	width: 100%;
	height: 100%;
	-webkit-appearance: none;
}
.s-feedback .size {
	width: 100%;
	height: 15px;
	text-align: center;
	line-height: 25px;
	font-size: 12px;
	color: #999;
}
.s-feedback .concat-wrapper {
	margin: 10px 8px 8px;
	padding: 0 10px;
	height: 37px;
	border: 1px solid #ddd;
	background-color: #f1f1f1;
}
.s-feedback .concat {
	display: block;
	width: 100%;
	height: 100%;
	border: none;
	font-size: 16px;
	color: #333;
	background-color: transparent;
}
.s-feedback .concat-notice {
	margin: 8px;
	font-size: 12px;
	color: #c4c4c4;
}
.s-problem {
	margin: 15px 15px 0;
	font-size: 17px;
	line-height: 28px;
	color: #333;
	word-wrap: break-word;
	word-break: break-all;
	text-align: justify;
}