body {
	color: #222222;
	line-height: 1.6;
	font-family: "Helvetica Neue", "Hiragino Sans GB", "Microsoft YaHei", "\9ED1\4F53", Arial, sans-serif;
	background-color: #e7e8eb;
	background: #fff;
}

.wrap {
	margin: 0 auto;
}

.header {
	height: 60px;
	background: #1a86ff;
}

.header .logo {
	padding-top: 10px;
	font-size: 24px;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
}

* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

.main {
	overflow: hidden;
}

.reg-header {
	background-color: #ffffff;
}

.readdiv {
	height: 300px;
	/* 设置固定的高度 */
	overflow-y: scroll;
	/* 添加垂直滚动条 */
	text-align: left;
}

.reg-form {
	margin: 35px auto 0px;
	border: 1px solid #D9DADC;
}

.reg-form .reg-title {
	height: 45px;
}

.reg-form .reg-title.reg-title-1 {
	background: url("tab01.png")
		no-repeat;
}

.reg-form .reg-title.reg-title-2 {
	background: url("tab02.png")
		no-repeat;
}

.reg-form .reg-title.reg-title-3 {
	background: url("tab03.png")
		no-repeat;
}

.reg-form .reg-title.reg-title-4 {
	background: url("tab04.png")
		no-repeat;
}

.reg-form .reg-title.reg-title-5 {
	background: url("tab05.png")
		no-repeat;
}

.reg-form-tab {
	display: none;
	overflow: hidden;
	min-height: 400px;
	background-color: #ffffff;
}

.reg-form-tab.on {
	display: block;
}

.tab-content {
	float: left;
	width: 50%;
	padding: 50px 0;
}

.tab-content .tab-footer {
	margin-top: 60px;
}

.tab-content.big {
	width: 70%;
}

.tab-content.min {
	width: 30%;
}

.tab-content.w40 {
	width: 40%;
}

.form-horizontal {
	margin: 30px;
}

.distpicker {
	border: 1px solid #ccc;
	border-radius: 4px;
}

.distpicker .city-picker-span {
	padding: 0 12px;
	border-bottom: 0;
	border-radius: 4px;
}

.tab1-desc {
	width: 80%;
	margin: 0 auto 30px;
	color: #666666;
}

.tab1-desc img {
	width: 100%;
}

.select-type {
	margin: 0 20px;
}

.select-type .nav-tabs {}

.select-type .form-type-list {
	margin: 50px 50px 0 20px;
}

.select-type .form-type-list label {}

.select-type .form-type-title {
	margin-right: 10px;
}

.select-type .form-type-desc {}

.select-type .form-type-desc.red {
	color: #ff0000;
}

.tab-pane.fade {
	display: none;
}

.tab-pane.active {
	display: block;
}

textarea.form-control.wx-desc-txt {
	height: 100px;
}


.wx-bg {
	position: relative;
	width: 320px;
	margin-left: 50px;
	float: right;
}

.wx-bg .wx-bg-header {}

.wx-bg img {
	width: 100%;
}

.wx-bg .wx-bg-content {}

.wx-bg .wx-name {
	position: absolute;
	top: 102px;
	left: 100px;
	width: 200px;
	font-size: 16px;
	color: #000000;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.wx-bg .wx-content {
	min-height: 22px;
	margin: -28px 20px 0 90px;
	line-height: 22px;
	color: #999999;
}

.pay-list-tab {
	width: 702px;
	margin: 60px auto;
	overflow: hidden;
}

.pay-list-tab .pay-list {
	float: left;
	width: 300px;
	padding: 20px;
	margin: 0 25px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	cursor: pointer;
}

.pay-list-tab .pay-list .pay-img-on {
	display: none;
}

.pay-list-tab .pay-list.on {
	background-color: dodgerblue;
}

.pay-list-tab .pay-list.on .pay-img {
	display: none;
}

.pay-list-tab .pay-list.on .pay-img-on {
	display: block;
}

.pay-list-tab .pay-list img {
	width: 100%;
}

.tab-footer {
	padding-bottom: 50px;
	clear: both;
	text-align: center;
}

.tab-footer .btn {
	margin: 0 10px;
}

.processor_bar {
	padding: 0;
	margin: 0;
	list-style-type: none;
	overflow: hidden;
	background-color: #e9e9e9;
	background-image: -moz-linear-gradient(top, #f3f2f2 0, #dfdfdf 100%);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3f2f2), to(#dfdfdf));
	background-image: -webkit-linear-gradient(top, #f3f2f2 0, #dfdfdf 100%);
	background-image: -o-linear-gradient(top, #f3f2f2 0, #dfdfdf 100%);
	background-image: linear-gradient(to bottom, #f3f2f2 0, #dfdfdf 100%);
	border-bottom: 1px solid #cecece;
	box-shadow: inset 0 1px 0 0 #f8f8f8;
	-moz-box-shadow: inset 0 1px 0 0 #f8f8f8;
	-webkit-box-shadow: inset 0 1px 0 0 #f8f8f8
}

.size1of4 {
	float: left;
	width: 25%;
	height: 44px;
}

.size1of4 h4 {
	margin: 0;
	font-size: 14px;
	line-height: 44px;
}

.dialog .processor_bar {
	border-bottom: 1px solid #b1b1b1;
	box-shadow: inset 0 1px 0 0 #f8f8f8, 0 1px 2px 0 #cacaca;
	-moz-box-shadow: inset 0 1px 0 0 #f8f8f8, 0 1px 2px 0 #cacaca;
	-webkit-box-shadow: inset 0 1px 0 0 #f8f8f8, 0 1px 2px 0 #cacaca
}

.processor_bar.ie .step {
	background: transparent url("bg_processor_ie218877.png")
		no-repeat 0 0
}

.processor_bar.ie .step.current {
	background-image: none;
	background-color: #62a256
}

.processor_bar .step {
	background: transparent url("bg_processor218877.png")
		no-repeat 0 0;
	text-align: center;
	line-height: 36px;
	color: #747474
}

.processor_bar .step.pprev {
	background-position: right 0
}

.processor_bar .step.pprev h4 {
	padding-right: 14px
}

.processor_bar .step.prev {
	background-position: right -85px
}

.processor_bar .step.prev h4 {
	padding-right: 14px
}

.processor_bar .step.current {
	background-color: #5fa054;
	background-image: -moz-linear-gradient(top, #78bc6d 0, #4f8d44 100%);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#78bc6d), to(#4f8d44));
	background-image: -webkit-linear-gradient(top, #78bc6d 0, #4f8d44 100%);
	background-image: -o-linear-gradient(top, #78bc6d 0, #4f8d44 100%);
	background-image: linear-gradient(to bottom, #78bc6d 0, #4f8d44 100%);
	color: #fff
}

.processor_bar .step.next {
	background-position: left -41px
}

.processor_bar .step.next h4 {
	padding-left: 8px
}

.processor_bar .step.nnext {
	background-position: left -1px
}

.processor_bar .step.nnext h4 {
	padding-left: 8px
}

.processor_bar h4 {
	font-weight: 400;
	font-style: normal;
	width: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal
}

.processor_bar {
	background-color: #fff;
	background-image: none;
	border-color: #e6e7ea;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none
}

.dialog .processor_bar {
	border-color: #e6e7ea;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none
}

.processor_bar.ie .step {
	background-image: url("bg_processor218877.png")
}

.processor_bar.ie .step.current {
	background-color: #44b549
}

.processor_bar .step {
	background: transparent url("bg_processor218877.png")
		no-repeat 0 0;
	line-height: 44px
}

.processor_bar .step.prev {
	background-position: right -44px
}

.processor_bar .step.current {
	background-color: #44b549;
	background-image: none
}

.processor_bar .step.next {
	background-position: 0 -88px
}

.processor_bar .step.nnext {
	background-position: 0 0
}


.wx-type-tips {
	padding: 20px 0;
	text-align: center;
	font-size: 16px;
}

.wx-type {
	margin: 0 auto 20px;
	overflow: hidden;
}

.wx-type-list {
	float: left;
	width: 46%;
	margin: 0 2% 10px;
	border: 1px solid #e7e7eb;
	background-color: #ffffff;
	font-size: 14px;
	cursor: pointer;
}

.wx-type-list a {
	color: #222222;
	text-decoration: none;
}

.wx-type-list:hover {
	background-color: #f4f5f9;
}

.wx-type-list:hover .wx-type-footer {
	background-color: #f4f5f9;
}

.wx-type-list .wx-type-item {
	margin: 0;
	padding: 5px 0 0;
	list-style-type: none;
}

.wx-type-list li {
	margin: 0 14px;
}

.wx-type-list .wx-type-title {
	padding: 16px 6px;
	font-size: 20px;
	color: #222222;
	text-align: center;
}

.wx-type-list .wx-type-title img {
	width: 64px;
}

.wx-type-list .wx-type-desc {
	height: 100px;
	color: #7b7b7b;
}

.wx-type-list .wx-type-fit {
	border-bottom: 1px solid #e7e7eb;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.wx-type-list .wx-type-sub {
	padding-bottom: 5px;
	overflow: hidden;
}

.wx-type-list .wx-type-sub .title {
	float: left;
	margin-right: 1em;
}

.wx-type-list .wx-type-sub .content {
	display: block;
	text-align: right;
	color: #8d8d8d;
}

.wx-type-list .wx-type-more {
	margin-top: 15px;
	padding-bottom: 34px;
	margin-left: 1em;
	color: #459ae9;
}

.wx-type-list .wx-type-footer {
	margin: 0;
	padding: 10px 20px;
	background-color: #fbfbfb;
	text-align: right;
	border-top: 1px solid #e7e7eb;
}

.footer {
	/* margin-top: 30px; */
	padding: 24px 0;
	color: #bfbfbf;
	font-size: 14px;
	text-align: center;
	background-color: #686868;
}

.btn-gongzhonghao {
	display: inline-block;
	width: 196px;
	height: 64px;
	background: url("button.jpg")
		no-repeat;
	text-indent: -999rem;
	overflow: hidden;
	border: none;
}

.sm {
	text-align: center;
	padding: 5px 0px;
	margin: 0 auto;
}

.sm img {
	width: 100%;
	display: block;
}

.question {
	margin-top: 16px;
	overflow: hidden;
	padding: 0px 15px;
	background-color: #fff;
	border-radius: 10px;
}

.question .title {
	font-size: 16px;
	margin-bottom: 15px;
	font-weight: 700;
	text-align: center;
}

.question .question-container>.item {
	padding-bottom: 16px;
}

.question .question-container>.item .header-q {
	width: 18px;
	height: 18px;
	background-color: #4b8dff;
	color: #fff;
	line-height: 18px;

	border-radius: 18px 18px 0;
	margin-right: 9px;
}

.question .question-container>.item .header-a {
	width: 18px;
	height: 18px;
	color: #fff;
	line-height: 18px;
	text-align: center;

	border-radius: 18px 0 18px 18px;
	margin-right: 9px;
	background-color: #1ac98d;
}

.question .question-container>.item .item-child {
	margin-top: 8px;
	margin-bottom: 4px;
}

.question .question-container>.item .header-title {
	font-size: 14px;
	font-weight: 700;
}

.question .question-container>.item .content-desc {

	font-weight: 300;
}

.u-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.u-col-top {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}