#topbar {
	padding: 10px 5px;
	background: #2e61bc;
	text-align: center;
	font-size: 16px;
	color: #fff;
    position:relative;
    z-index:100;
}

.wenzhen-shell {
	padding: 15px 0;
	border-bottom: 1px dashed #bbb;
}

.footer {
	text-align: center;
	font-size: 12px;
	color: #999;
	margin: 20px 0;
}

.qsheet-tip {
	background: #f5f5f5;
	padding: 10px 10px 5px 10px;
	font-size: 14px;
}
body{
    background: -ms-linear-gradient(top, #faf4e3, #f9efd5);
    background: -moz-linear-gradient(top, #faf4e3, #f9efd5);
    background: -webkit-linear-gradient(top, #faf4e3, #f9efd5);
}
/*body:before {
  position:static;
  content: ' ';
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(path/to/image) center 0 no-repeat;
  background:url(http://img.fangcunyisheng.com/static/img/wenzhen_bg1.jpg) no-repeat center 0;
  background-attachment: fixed;
  background-size: cover;
}*/
.sheet-container{ position:relative; z-index:10; font-size:14px;}
.sheet-containerInner{ padding:0 10px; position: relative; z-index: 10}
#opacityBg{ position: absolute; z-index: 1; top: 10px; bottom: 10px; left: 10px; width: calc(100vw - 20px); background: #fff; opacity: 0.7; border-radius: 6px; }
input,textarea {-webkit-appearance:none;}

.writerBox {
	margin: 15px 0 0
}

.writer-item {
	border: 1px solid #ddd;
	background: #fff;
	padding: 5px 0;
	border-radius: 3px;
	display: inline-block;
	width: 17.9%;
	text-align: center;
	font-size:14px;
}

.writer-itemActive {
	background: #2e61bc;
	border: 1px solid #2e61bc;
	color: #fff;
}

.writer-notice {
	color: #f00;
	margin-bottom: 5px;
	display: none;
}

.option {
	border: 1px solid #2e61bc;
	height: 30px;
	line-height: 30px;
	color: #2e61bc;
	text-align: center;
	background: #fff;
	padding-left: 1px;
}

.option-left {
	border-right: none;
	border-radius: 3px 0 0 3px;
}

.option-right {
	border-radius: 0 3px 3px 0;
}

.option-center {
	border-right: none;
}

.option-active {
	color: #fff;
	background: #2e61bc;
}

.options-full {
	width: 100%;
	font-size: 14px;
	letter-spacing: 2px;
}
.sheetSubmitBtn{
	border: 1px solid #2e61bc;
	background: #2e61bc;
}

input.input-nd {
	-webkit-appearance: checkbox;
}
