.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	-o-transition-property: transform, height;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
	background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
	background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
	background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
	background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: 50%;
	background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url("../../yibazhan/images/data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
	left: 10px;
	right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url("../../yibazhan/images/data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
	right: 10px;
	left: auto
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("../../yibazhan/images/data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("../../yibazhan/images/data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("../../yibazhan/images/data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("../../yibazhan/images/data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

.swiper-button-lock {
	display: none
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: opacity .3s;
	-o-transition: .3s opacity;
	transition: opacity .3s;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: top .2s, -webkit-transform .2s;
	transition: top .2s, -webkit-transform .2s;
	-o-transition: .2s transform, .2s top;
	transition: transform .2s, top .2s;
	transition: transform .2s, top .2s, -webkit-transform .2s
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: left .2s, -webkit-transform .2s;
	transition: left .2s, -webkit-transform .2s;
	-o-transition: .2s transform, .2s left;
	transition: transform .2s, left .2s;
	transition: transform .2s, left .2s, -webkit-transform .2s
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: right .2s, -webkit-transform .2s;
	transition: right .2s, -webkit-transform .2s;
	-o-transition: .2s transform, .2s right;
	transition: transform .2s, right .2s;
	transition: transform .2s, right .2s, -webkit-transform .2s
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
	background: hsla(0, 0%, 100%, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
	animation: swiper-preloader-spin 1s steps(12) infinite
}

.swiper-lazy-preloader:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("../../yibazhan/images/data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
	background-image: url("../../yibazhan/images/data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes swiper-preloader-spin {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube {
	overflow: visible
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}

.swiper-container-flip {
	overflow: visible
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px
}

article,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
input,
legend,
li,
menu,
ol,
p,
pre,
select,
td,
textarea,
th,
ul {
	margin: 0;
	padding: 0
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section,
select,
time {
	display: block
}

button,
h1,
h2,
h3,
h4,
h5,
h6,
input,
label,
select,
textarea {
	font-size: 100%;
	font-weight: 400;
	vertical-align: middle;
	font-family: inherit
}

dl,
ol,
ul {
	list-style: none
}

fieldset,
img,
input,
input[type=submit] {
	border: none
}

input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: inherit
}

html {
	height: 100%
}

body {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
	-webkit-overflow-scrolling: touch;
	font-size: 14px;
	line-height: 1;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Helvetica Nene, Helvetica, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	width: 100%;
	min-height: 100%;
	color: #000
}

a,
button,
input,
textarea {
	border: none;
	outline: none;
	font-family: inherit;
	background: none
}

a,
a:visited,
button,
input,
textarea {
	text-decoration: none;
	-webkit-touch-callout: none
}

a {
	color: inherit
}

em,
i {
	font-style: normal
}

nav {
	list-style: none
}

body {
	background: #fff;
	color: #111;
	position: relative;
	height: 100%
}

.clearfix:after,
.clearfix:before {
	content: " ";
	display: table
}

.clearfix:after {
	clear: both
}

input:hover {
	border: 1px solid #4879e4 !important
}

input[type=text]::-ms-clear {
	display: none
}

i[class*=icon-] {
	display: inline-block;
	vertical-align: middle
}

[class*=" icon-"],
[class^=icon-] {
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.clear {
	clear: both
}

.mr12 {
	margin-right: 12px
}

.header {
	height: 70px;
	background: #fff;
	box-sizing: border-box;
	border-bottom: 1px solid #dadde0;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	padding: 0 32px;
	z-index: 12
}

.logo-wrap {
	float: left;
	height: 100%
}

.logo-wrap .logo {
	display: block;
	line-height: 70px;
	width: 275px;
	height: 30px;
	background: url(../../yibazhan/images/Group@2x.138aafd6308079e75fcb5a138678e215.png) no-repeat;
	background-size: 100% 100%;
	text-indent: -999999em;
	margin-top: 20px
}

.master-wrap {
	float: right;
	height: 100%;
	position: relative
}

.master-wrap .master {
	display: inline-block;
	height: 100%;
	line-height: 70px;
	font-size: 0
}

.master-wrap .master .ures-imge {
	display: inline-block;
	width: 30px;
	height: 30px;
	background-position: 50% !important;
	background-repeat: no-repeat;
	background-size: cover !important;
	margin-right: 20px;
	border-radius: 50%;
	vertical-align: middle
}

.master-wrap .master .ures-imge img {
	display: none
}

.master-wrap .master .master-name {
	font-size: 14px;
	vertical-align: middle;
	margin-right: 10px
}

.master-wrap .master .icon-unlogin {
	background-size: 100% 100%;
	width: 9px;
	height: 6px
}

.master-wrap .login-out {
	position: absolute;
	top: 100%;
	right: 0;
	display: none;
	background: #fff;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .24);
	border-radius: 2px;
	min-width: 90px;
	font-size: 14px;
	color: #555;
	line-height: 20px;
	padding: 8px 10px;
	text-align: center;
	box-sizing: border-box;
	border-top: 1px solid #dadde0;
	-webkit-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	opacity: 1\0
}

.master-wrap:hover .login-out {
	display: block;
	-webkit-animation: loginOut .5s forwards;
	-ms-animation: loginOut .5s forwards;
	-moz-animation: loginOut .5s forwards;
	-o-animation: loginOut .5s forwards;
	animation: loginOut .5s forwards
}

@-webkit-keyframes loginOut {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@-o-keyframes loginOut {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@-moz-keyframes loginOut {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes loginOut {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

.wrapper {
	width: 100%;
	height: 100%;
	padding-top: 70px;
	box-sizing: border-box;
	padding-left: 200px;
	transition: all .3s;
	min-width: 1366px
}

::-webkit-scrollbar {
	background: #fff
}

::-webkit-scrollbar-thumb {
	background: #ccc
}

.wrapper .main {
	width: 100%;
	min-height: 100%;
	box-sizing: border-box;
	float: right;
	background: #fff;
	position: relative;
	transition: all .3s
}

.side-close {
	padding-left: 61px
}

.side-close .sidebar {
	width: 61px
}

.side-close .sidebar .icon-menu {
	background-image: url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/openTree.6dbddfc666fe42a592109f18c3178b9a.png)
}

.sidebar {
	width: 200px;
	height: 100%;
	background: #f2f5f7;
	box-sizing: border-box;
	border-right: 1px solid #e0e0e0;
	padding-top: 70px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 11;
	transition: all .3s
}

.sidebar .icon-menu {
	background-size: 10px 20px;
	width: 16px;
	height: 35px;
	box-sizing: border-box;
	border: 1px solid #e0e0e0;
	border-left: 0;
	border-radius: 0 4px 4px 0;
	position: absolute;
	right: -16px;
	top: 90px;
	cursor: pointer
}

.menu {
	width: 100%;
	overflow: hidden;
	margin-top: 23.4px;
	margin-bottom: 100px;
	color: #555
}

.menu .list,
.menu a {
	display: block
}

.menu .list {
	background-size: 7px 12px
}

.menu .first-list {
	width: 200px;
	height: 30px;
	line-height: 30px;
	font-size: 0;
	margin-bottom: 10px;
	border-left: 4px solid #f2f5f7;
	-webkit-background-size: 8px 12px;
	background-size: 8px 12px
}

.menu .first-list i {
	width: 18px;
	height: 18px;
	margin: 0 16px 0 26px
}

.menu .first-list .list-name {
	font-size: 16px;
	vertical-align: middle
}

.menu .first-list .icon-setting {
	background: url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/setting.ed2bf332328b0546e909f3bde6060c46.png) no-repeat 50%;
	background-size: 16px 16px
}

.menu .first-list .icon-user {
	background: url(../../yibazhan/images/http://8.146.206.136:886/txpz/user.9c1c1c446f3759484928a445fd1d0916.png) no-repeat 50%;
	background-size: 16px 16px
}

.menu .first-list .icon-management {
	background: url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/managementIcon.453b59c09b639ae69877c916e5b91bcf.png) no-repeat 50%;
	background-size: 16px 16px
}

.menu .first-list .icon-manage {
	background: url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/manage.f5ec5188fdc914498606ba77da4c7787.png) no-repeat 50%;
	background-size: 16px 16px
}

.menu .first-list .icon-shape {
	background: url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/shape.24a400fae286e127fd757e9df0c53817.png) no-repeat 50%;
	background-size: 16px 16px
}

.menu .second-menu {
	margin-left: 0
}

.menu .second-menu .seconds-list {
	width: 192px;
	height: 30px;
	line-height: 30px;
	margin-bottom: 10px;
	text-align: center;
	box-sizing: border-box;
	padding-left: 0
}

.menu .second-menu .seconds-list .active,
.menu .second-menu .seconds-list:hover {
	color: #0c7ff2;

}

.menu .menu-li.active .second-menu {
	display: block
}

.menu .menu-li.active .first-list {
	-webkit-background-size: 8px 12px;
	background-size: 8px 12px
}

.menu .menu-li.active .first-list .list-name {
	color: #0c7ff2;
}

.menu .menu-li.active .first-list .icon-setting {
	background: url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/setting_active.5de49407616eef90601a465e4f3538b8.png) no-repeat 50%;
	background-size: 16px 16px
}

.menu .menu-li.active .first-list .icon-user {
	background: url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/user_active.60c46105cb1dd44d053aee78525a27d2.png) no-repeat 50%;
	background-size: 16px 16px
}

.menu .menu-li.active .first-list .icon-manage {
	background: url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/manage_active.412941fec73e9bacde3e8c8e2141f0de.png) no-repeat 50%;
	background-size: 16px 16px
}

.menu .menu-li.active .first-list .icon-management {
	background: url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/management_active.7a7907f37d3bb0abd4109ea0d103a09a.png) no-repeat 50%;
	background-size: 16px 16px
}

.menu .menu-li.active .first-list .icon-shape {
	background: url(../../yibazhan/images/http://8.146.206.136:886/txpz/shape_active.9e792b398dab7c635257a2f4fb7a4b91.png) no-repeat 50%;
	background-size: 16px 16px
}

.menu .menu-li.focus .first-list {
	-webkit-background-size: 12px 8px;
	background-size: 12px 8px
}

.second-menu {
	width: 169.5px;
	margin-left: 30.5px;
	position: relative;
	display: none
}

.second-menu .tree-line {
	width: 1px;
	background: #d7d7d7;
	position: absolute;
	left: 0;
	top: 3px;
	bottom: 14px
}

.second-menu .second-list {
	height: 30px;
	line-height: 30px;
	font-size: 0
}

.second-menu .second-list .icon-line {
	width: 8px;
	height: 1px;
	background: #d7d7d7
}

.second-menu .second-list .second-list-name {
	font-size: 12px;
	vertical-align: middle;
	margin-left: 28px
}

.list.second-list:hover {
	font-weight: 700;
	color: #333
}

.second-list.current,
.second-list:hover,
.third-list.current,
.third-list:hover {
	color: #007af5
}

.third-menu {
	width: 133.5px;
	margin-left: 36px;
	margin-bottom: 10px;
	display: none
}

.third-menu .third-list {
	height: 30px;
	line-height: 30px;
	font-size: 0
}

.third-menu .third-list .third-list-name {
	font-size: 12px;
	vertical-align: middle
}

.hidden-scroll {
	width: 100%;
	height: 100%;
	overflow: hidden
}

.hidden-scroll .menu-scroll {
	width: 220px;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto
}

.breadcrumb {
	display: table;
	width: 100%;
	box-sizing: border-box;
	padding: 25px 48px
}

.breadcrumb .breadcrumb-list {
	float: left;
	margin-right: 3px;
	color: #141414
}

.breadcrumb .breadcrumb-listStart .breadcrumb-href {
	color: #848484
}

.date-choice {
	background: #fbfbfb;
	display: table;
	width: 100%;
	line-height: 70px;
	padding: 0 26px;
	box-sizing: border-box
}

.date-choice .date-choice-list {
	float: left;
	min-width: 92px;
	text-align: center;
	box-sizing: border-box;
	margin-right: 40px;
	padding: 0 10px
}

.date-choice .date-choice-list .date-choice-href {
	color: #555
}

.date-choice .date-choice-list.active {
	border-bottom: 2px solid #0c7ff2
}

.date-choice .date-choice-list.active .date-choice-href {
	color: #0c7ff2
}

.date-choice-checke {
	padding: 40px 48px 38px;
	display: table;
	width: 100%;
	border-top: 1px solid #e4e8eb;
	box-sizing: border-box;
	position: relative
}

.date-choice-checke .date-choice-checke-list {
	display: table;
	width: 100%;
	margin-bottom: 24px
}

.date-choice-checke .date-choice-checke-list .merchant-input {
	min-width: 381px
}

.date-choice-checke .date-choice-inputWrap {
	float: left
}

.date-choice-checke .date-choice-inputWrap .choice-input-text,
.date-choice-checke .date-choice-inputWrap .date-choice-input {
	display: block;
	float: left;
	margin-right: 12px
}

.date-choice-checke .date-choice-inputWrap .choice-input-text {
	line-height: 36px
}

.date-choice-checke .merchant-choice {
	float: left;
	margin-right: 12px
}

.date-choice-checke .merchant-choice .merchant-input,
.date-choice-checke .merchant-choice .merchant-text {
	display: block;
	float: left;
	margin-right: 12px
}

.date-choice-checke .merchant-choice .merchant-input {
	background: none
}

.date-choice-checke .merchant-choice .merchant-text {
	line-height: 36px
}

.date-choice-checke .merchant-choice .check_select {
	width: 400px
}

.date-choice-checke .choice-checke-btn {
	float: right;
	font-size: 0
}

.date-choice-checke .choice-checke-btn .we-button {
	margin-left: 32px
}

.date-choice-checke .add-user-btn {
	float: left
}

.date-choice-input,
.merchant-input {
	border-radius: 2px;
	min-width: 161px;
	height: 14px;
	line-height: 14px;
	border: 1px solid #d2d2d2;
	padding: 9px 10px 11px
}

.we-button {
	font-size: 14px;
	display: inline-block;
	background-color: #0c7ff2;
	border-radius: 3px;
	color: #fff;
	text-align: center;
	min-width: 100px;
	height: 35px;
	line-height: 33px;
	border: 1px solid #0c7ff2;
	padding: 0 10px;
	box-sizing: border-box;
	cursor: pointer;
	transition: all .5s
}

.we-button.button-normal {
	background-color: #fff;
	color: #1183ed;
	border: 1px solid #1183ed
}

.we-button.button-normal:hover {
	background-color: #1183ed;
	color: #fff
}

.form-table-wrap {
	border-bottom: 1px solid #e4e8eb
}

.dataNone {
	color: #999;
	padding: 60px 0;
	text-align: center;
	border-top: 1px solid #e4e8eb
}

.form-table {
	width: 100%
}

.form-table th {
	background-color: #fafafa;
	padding: 10px;
	position: relative;
	line-height: 20px;
	color: #555;
	font-weight: 400;
	text-align: left;
	border-top: 1px solid #e4e8eb
}

.form-table th .border-r {
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -10px;
	width: 1px;
	height: 20px;
	background-color: #e4e8eb
}

.form-table td {
	padding: 23px 10px;
	border-top: 1px solid #e4e8eb
}

.form-table .pad-l {
	padding-left: 2.05%;
	box-sizing: border-box
}

.form-table .table-href {
	color: #007af5
}

.form-table .table-href:hover {
	text-decoration: underline
}

.form-table .table-f {
	color: #007af5;
	padding: 0 5px
}

.we-button:hover {
	background-color: #0070e0
}

.we-fttpage {
	display: table;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	line-height: 30px;
	color: #555;
	padding: 20px 38px
}

.we-fttpage-select,
.we-fttpage .we-fttpage-ul {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0
}

.we-fttpage .we-fttpage-ul {
	font-size: 0;
	margin: 0 0 0 20px;
	padding: 0
}

.we-fttpage .we-fttpage-ul li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	min-width: 28px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #dadde0;
	border-radius: 2px;
	margin: 0 4px;
	cursor: pointer;
	font-size: 14px
}

.we-fttpage .we-fttpage-ul li:hover {
	border: 1px solid #0c7ff2
}

.we-fttpage .we-fttpage-ul li:hover a {
	color: #0c7ff2
}

.we-fttpage .we-fttpage-ul li a {
	text-decoration: none;
	padding: 0 5px;
	color: #747a86
}

.we-fttpage .we-fttpage-ul .active {
	background: #0c7ff2;
	color: #fff;
	border: 1px solid #0c7ff2
}

.we-fttpage .we-fttpage-ul .active:hover a,
.we-fttpage .we-fttpage-ul .active a {
	color: #fff
}

.we-fttpage .we-fttpage-ul .we-icon-more,
.we-fttpage .we-fttpage-ul .we-icon-more:hover {
	border: none;
	cursor: inherit
}

.we-fttpage .border-none,
.we-fttpage .border-none:hover {
	border: none;
	cursor: default
}

.we-fttpage .we-fttpage-ul .we-icon-next,
.we-fttpage .we-fttpage-ul .we-icon-prev {
	min-width: 58px
}

.we-fttpage-select select {
	height: 40px;
	width: 48px;
	color: #555;
	border: 1px solid #dadde0;
	border-radius: 2px;
	*margin-bottom: -6px;
	margin: 0 5px;
	padding-left: 2px;
	display: inline-block
}

.we-fttpage-select {
	float: left
}

.we-fttpage-ul {
	float: right;
	margin-top: 5px
}

.time-wrap {
	float: left
}

.set-up2-pop .pop-content {
	width: 750px;
	max-width: 750px
}

.set-up2-pop .pop-content .pop-main {
	padding: 40px 30px 20px
}

.set-up2-pop .equipment-ul .equipment-list {
	padding-left: 95px;
	width: 47%;
	margin: 0 1.5% 20px
}

.finance-if-box {
	padding: 24px 48px 56px;
	border-top: 1px solid #e5e9eb
}

.finance-if-box .finance-breadcrumb {
	display: table;
	width: 100%;
	line-height: 18px;
	margin-bottom: 40px
}

.finance-if-box .finance-breadcrumb .breadcrumb-list {
	float: left;
	margin-right: 2px
}

.finance-if-box .finance-breadcrumb .breadcrumb-list a {
	color: #1183ed
}

.finance-if-box .finance-breadcrumb .breadcrumb-listStart a {
	color: #003500
}

.finance-if-box .finance-ul .finance-list {
	color: #333;
	line-height: 14px;
	min-height: 14px;
	margin-bottom: 24px
}

.finance-if-box .finance-ul .finance-list .finance-tag {
	float: left;
	width: 172px;
	color: #666
}

.finance-if-box .finance-ul .finance-list .finance-tips {
	color: #ff8a1b;
	padding-left: 18px
}

.header-index {
	height: 60px;
	line-height: 60px;
	position: inherit
}

.header-index .logo {
	margin-top: 15px;
	background: url(http://8.146.206.136:886/txpz/images/../../yibazhan/images/Group@2x.138aafd6308079e75fcb5a138678e215.png) no-repeat;
	background-size: contain
}

.header-index .login-ul {
	float: right
}

.header-index .login-ul li {
	float: left;
	margin-left: 14px;
	color: #0c7ff2;
	letter-spacing: .75px
}

.header-index .login-ul li a:hover {
	text-decoration: underline
}

.box-center {
	max-width: 1200px;
	margin: 0 auto
}

.index-wrap {
	width: 100%;
	min-width: 1366px;
	background-color: #f8f8f8
}

.content .banner img {
	width: 100%;
	display: block
}

.content .index-main {
	text-align: center;
	font-size: 0;
	min-width: 1300px;
	margin: 52px 0 56px
}

.content .index-main .list {
	font-size: 14px;
	width: 375px;
	display: inline-block;
	margin: 0 19px;
	min-height: 416px;
	background-color: #fff;
	border-radius: 4px;
	transition: all .5s;
	vertical-align: top
}

.content .index-main .list:hover {
	box-shadow: 0 2px 5px 2px hsla(0, 3%, 85%, .3);
	border-radius: 2px
}

.content .index-main .list .icon {
	display: block;
	height: 53px;
	margin: 80px auto 70px
}

.content .index-main .list .icon-s1 {
	width: 53px;
	background: url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/icon-s1.a55bbb61dfedd99d9e82fd27ecef8c83.png) no-repeat;
	background-size: 100% 100%
}

.content .index-main .list .icon-s2 {
	width: 54px;
	background: url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/icon-s2.3c72b588ae9031756d9c32a4e146dde4.png) no-repeat;
	background-size: 100% 100%
}

.content .index-main .list .icon-s3 {
	width: 54px;
	background: url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/icon-s3.ccfeca6fc6cae5c266ee4042be5451f9.png) no-repeat;
	background-size: 100% 100%
}

.content .index-main .list .m-title {
	font-size: 24px;
	color: #4a4a4a;
	letter-spacing: 1.29px;
	margin-bottom: 24px
}

.content .index-main .list .m-text {
	max-width: 275px;
	margin: 0 auto;
	color: #7d7d7d;
	letter-spacing: 1.29px;
	line-height: 26px
}

.footer {
	display: table;
	width: 100%;
	background: #272f51;
	padding: 23px 0;
	color: #c3c5ce;
	line-height: 20px
}

.footer .footer-right {
	float: right
}

.footer .footer-right .footer-text {
	float: left
}

.footer .footer-right .footer-text .text-title {
	letter-spacing: .75px
}

.footer .footer-right .footer-text .text-tips {
	margin: 8px 0 16px;
	letter-spacing: 1.29px
}

.footer .footer-right .footer-text .text-email {
	letter-spacing: 1.29px
}

.footer .footer-right .footer-code {
	float: right;
	width: 84px;
	height: 84px;
	margin-left: 44px
}

.footer .footer-right .footer-code img {
	width: 100%;
	height: 100%;
	display: block
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	z-index: 1
}

.swiper-wrapper {
	z-index: 1;
	display: flex;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	box-sizing: content-box
}

.swiper-slide,
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 20px;
	left: 0;
	width: 100%
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: opacity .2s;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 10
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}

.swiper-pagination-bullet-active {
	background: #007aff
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #fff;
	opacity: .4;
	transition: .2s linear
}

.swiper-pagination-bullet-active {
	opacity: 1;
	width: 28px;
	border-radius: 30px;
	background: #fff
}

.alertBox {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 2
}

.alertBox .content {
	width: 526px;
	height: 434px;
	background: #fff;
	border-radius: 2px;
	box-sizing: border-box;
	border: 1px solid #d2d2d2;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .24);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto
}

.alertBox .content .closeIcon {
	display: inline-block;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 25px;
	left: 485px;
	cursor: pointer
}

.alertBox .content .closeIcon img {
	width: 100%;
	height: 100%
}

.alertBox .content p {
	font-size: 16px;
	color: #333;
	letter-spacing: 0;
	text-align: center;
	line-height: 16px;
	margin-top: 72px
}

.alertBox .content p img {
	width: 18px;
	margin-right: 8px
}

.alertBox .content .QR {
	width: 166px;
	height: 166px;
	margin: 0 auto;
	margin-top: 18px;
	box-sizing: border-box;
	position: relative
}

.alertBox .content .QR img {
	width: 100%;
	height: 100%;
	position: absolute
}

.alertBox .content .QR .QRcode {
	border: 1px solid #f1f1f1;
	padding: 10px;
	box-sizing: border-box
}

.alertBox .content .text {
	font-size: 14px;
	color: #333;
	letter-spacing: 0;
	text-align: center;
	line-height: 16px;
	margin-top: 18px
}

.loading {
	width: 130px;
	height: 76px;
	background: #fff;
	border: 1px solid #e4e8eb;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.loading img {
	width: 100%;
	height: 100%
}

.readingbox {
	width: 150px;
	height: 120px;
	position: fixed;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2
}

.readingbox p {
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #666;
	position: absolute;
	bottom: 0
}

.error,
.readingbox .error {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	margin: 0 auto;
	position: relative
}

.error img {
	width: 100%;
	height: 100%
}

.reading {
	width: 80px;
	height: 80px;
	margin: 0 auto
}

.reading img {
	width: 100%;
	height: 100%
}

.noneContent {
	height: 63px;
	font-size: 14px;
	color: #333;
	border-bottom: 1px solid #fafafa;
	text-align: center;
	line-height: 63px
}

.management-date-choice {
	background: #fff
}

.management-date-choice .date-choice-list.active .date-choice-href {
	font-size: 21px;
	color: #666
}

.management-date-choice .date-choice-list.active {
	border-bottom: none;
	padding: 0 20px
}

.management-date-choice-checke {
	border-top: none
}

.management-date-choice-checke .date-choice-inputWrap .date-choice-input,
.management-date-choice-checke .date-choice-inputWrap .management-choice-input-text {
	margin-right: 24px
}

.management-select {
	min-width: 168px;
	color: #333;
	height: 36px;
	padding: 0;
	margin-left: 36px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../../yibazhan/images/http://8.146.206.136:886/txpz/master_more.a933d9bdaa5a00f1f23398541c514aa4.png) no-repeat scroll right 10px center transparent;
	padding-left: 11px;
	padding-right: 25px;
	cursor: pointer;
	border-radius: 2px;
	box-sizing: border-box
}

.management-choice-checke-btn {
	font-size: 0
}

.management-choice-checke-btn .we-button {
	background-color: #0c7ff2;
	color: #fff;
	width: 92px;
	height: 36px;
	line-height: 34px;
	margin-right: 38px
}

.management-form-table-wrap {
	color: #333
}

.management-form-table-wrap a {
	color: #007af5;
	text-decoration: underline
}

.management-form-table-wrap .underline {
	text-decoration: none
}

.turnovers-select {
	margin-left: 0
}

.choice-turnovers-text {
	margin-left: 30px
}

.date-choice-checke .choice-checke-btn .turnovers-btn {
	background: #fff;
	color: #1183ed
}

.date-choice-checke .choice-checke-btn .turnovers-btn:hover {
	background: #1183ed;
	color: #fff
}

.company-date-choice {
	background: #fff
}

.company-date-choice .date-choice-list.active .date-choice-href {
	font-size: 21px;
	color: #666
}

.company-date-choice .date-choice-list.active {
	border-bottom: none;
	padding: 0 20px
}

.company-date-choice span {
	font-size: 21px;
	color: #141414;
	line-height: 29px;
	margin-left: 4px
}

.company-date-choice2 {
	height: 68px;
	line-height: 66px;
	padding-left: 46px;
	background: #fafafa
}

.company-date-choice2 .date-choice-list {
	margin-right: 40px;
	min-width: 0;
	padding: 0
}

.company-date-choice2 .date-choice-href {
	display: inline-block;
	width: 100%;
	height: 100%
}

.company-finance-if-box {
	border-top: none
}

.company-finance-if-box table {
	width: 100%;
	padding-bottom: 14px
}

.company-finance-if-box table caption {
	font-size: 18px;
	font-weight: 600;
	color: #333;
	text-align: left;
	line-height: 18px;
	border-bottom: 1px solid #c6c9cc;
	height: 36px;
	margin: 10px 0 25px;
	display: block
}

.company-finance-if-box table td {
	min-width: 208px;
	float: left;
	font-size: 14px;
	color: #666;
	line-height: 14px;
	margin-bottom: 24px
}

.company-finance-if-box table td .createOrderCard {
	margin-left: 34px
}

.company-finance-if-box table td .margin-l {
	margin-left: 68px
}

.company-finance-if-box table .createTd {
	min-width: 118px
}

.company-finance-if-box table .otherColor {
	color: #333
}

.company-finance-if-box table .orangeColor {
	color: #f8ac2e;
	margin-left: 58px
}

.company-finance-if-box table .orderSize {
	font-size: 18px
}

.company-finance-if-box .add-createTd .createTd {
	min-width: 144px
}

.company-finance-if-box table .finance-table2 {
	width: 1160px;
	box-sizing: border-box;
	position: relative;
	color: #666;
	font-weight: 400;
	text-align: left;
	border: 1px solid #e4e8eb;
	border-bottom: none;
	padding-bottom: 0
}

.company-finance-if-box table .finance-table2 tr {
	width: 1160px;
	display: flex;
	border-bottom: 1px solid #e4e8eb;
	align-items: center
}

.company-finance-if-box table .finance-table2 th {
	height: 40px;
	background-color: #fafafa;
	position: relative;
	padding-left: 10px;
	font-weight: 500;
	line-height: 40px;
	flex: 1;
	margin-top: 0
}

.company-finance-if-box table .finance-table2 td {
	flex: 1;
	padding: 15px 0;
	margin-bottom: 0;
	padding-left: 10px;
	color: #333;
	line-height: 20px
}

.company-finance-if-box table .finance-table2 .border-r {
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -10px;
	width: 1px;
	height: 20px;
	background-color: #e4e8eb
}

.company-finance-if-box table .finance-table2 .pad-l {
	padding-left: 2.05%;
	box-sizing: border-box
}

.company-finance-if-box table .orderDetial-table {
	margin-bottom: 30px
}

.company-finance-if-box table .finance-table3 {
	display: block;
	width: 371px;
	height: 214px;
	background: #fff;
	border: 1px solid #e4e8eb;
	box-shadow: 0 0 4px 0 hsla(0, 0%, 81%, .5);
	margin-right: 48px;
	box-sizing: border-box;
	padding: 24px
}

.company-finance-if-box table .finance-table3 td {
	min-width: 110px;
	margin-bottom: 22px
}

.company-finance-if-box .finance-table4 {
	width: 1163px;
	height: 254px;
	box-sizing: border-box;
	background: #fafafa;
	border: 1px solid #dadde0;
	border-radius: 2px
}

.company-finance-if-box .finance-table4 tr td {
	border-bottom: none
}

.company-finance-if-box .finance-table4 .finance-table4-input {
	width: 210px;
	height: 40px;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #d2d2d2;
	border-radius: 2px;
	padding-left: 12px;
	line-height: 40px
}

.company-finance-if-box table .createOrderCard {
	display: inline-block;
	min-width: 110px;
	height: 36px;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #dadde0;
	border-radius: 2px;
	line-height: 34px;
	text-align: center;
	cursor: pointer;
	padding: 0 14px
}

.company-finance-if-box table .createOrderCard-active {
	border: 1px solid #0080ff;
	color: #007af5;
	position: relative;
	background: url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/checked.b8a07c6626c70292d55547596daa80fb.png) no-repeat 100% 0;
	background-size: 20px 20px
}

.company-finance-if-box table .border-b {
	display: block;
	border-bottom: 1px solid #c6c9cc
}

.company-finance-if-box table .font-w {
	font-weight: 600
}

.company-finance-if-box table .float-r {
	float: right;
	clear: both;
	text-align: right
}

.company-finance-if-box table .blueColor {
	font-size: 19px;
	color: #1183ed
}

.company-finance-if-box .finance-if-box3 {
	margin-top: -28px;
	width: 100%;
	box-sizing: border-box;
	position: relative;
	color: #666;
	font-weight: 400;
	text-align: left;
	border: 1px solid #e4e8eb;
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 24px
}

.finance-if-box3 tr {
	width: 100%;
	border-bottom: 1px solid #e4e8eb;
	align-items: center
}

.finance-if-box3 tr th {
	height: 40px;
	background-color: #fafafa;
	position: relative;
	padding-left: 10px;
	font-weight: 500;
	line-height: 40px;
	margin-top: 0;
	text-align: left
}

.finance-if-box3 tr td {
	float: none;
	padding: 15px 0;
	margin-bottom: 0;
	padding-left: 10px;
	color: #333;
	line-height: 20px;
	border-bottom: 1px solid #e4e8eb
}

.finance-if-box3 .border-r {
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -10px;
	width: 1px;
	height: 20px;
	background-color: #e4e8eb
}

.finance-if-box3 .pad-l {
	padding-left: 2.05%;
	box-sizing: border-box
}

.finance-if-box3 .rowspanTd {
	border-right: 1px solid #e4e8eb;
	padding-right: 2.05%
}

.company-choice-checke-btn {
	margin-top: 56px;
	float: right;
	margin-right: 48px;
	border: 1px solid #999;
	border-radius: 3px
}

.company-choice-checke-btn .button-normal {
	width: 148px;
	font-size: 14px;
	color: #999;
	border: none
}

.company-choice-checke-btn .button-normal:hover {
	background: #999;
	color: #fff
}

.myOrderDetialBtn {
	float: right
}

.myOrderDetialBtn .button-normal {
	width: 106px;
	line-height: 36px
}

.orderManagement-date-choice-checke {
	border-top: none
}

.orderManagement-choice-checke-btn .button-normal {
	height: 36px;
	background: #1183ed;
	border-radius: 3px;
	color: #fff;
	box-sizing: border-box
}

.orderManagement-form-table-wrap .underlineNone {
	color: ##1183ED
}

.sod_select,
.sod_select * {
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none
}

.sod_select {
	display: inline-block;
	position: relative;
	line-height: 34px;
	width: 100%;
	height: 36px;
	border: 1px solid #d2d2d2;
	color: #111;
	font-size: 14px;
	text-align: left;
	text-transform: none;
	outline: 0;
	outline-offset: -2px;
	cursor: pointer;
	border-radius: 2px;
	box-sizing: border-box;
	transition: all .2s
}

.sod_select:after,
.sod_select:before {
	content: "";
	position: absolute;
	right: 30px;
	top: 10px;
	bottom: 10px
}

.sod_select:after {
	content: "\25BC";
	right: 20px;
	top: 0;
	border-left: none;
	font-size: 10px;
	color: #999
}

.sod_select.above:after {
	content: "\25B2"
}

.sod_select.open:after {
	content: "\25B2";
	top: -1px
}

.sod_select.focus,
.sod_select.open,
.sod_select:hover {
	border-color: #4879e4
}

.sod_select.open {
	color: #919191
}

.sod_select.disabled {
	border-color: #ddd;
	color: #b2b2b2;
	cursor: not-allowed
}

.sod_select.disabled:hover {
	background: #fcfcfc
}

.sod_select .sod_label {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-left: 10px;
	padding-right: 50px;
	line-height: 34px
}

.sod_select .sod_list {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	display: none;
	min-width: 100%;
	margin: 3px -1px 0;
	border: 1px solid #d2d2d2;
	background: #fff;
	color: #777;
	font-size: 14px;
	z-index: 2;
	max-height: 240px;
	overflow-y: auto;
	border-radius: 2px
}

.sod_list::-webkit-scrollbar {
	width: 8px;
	height: 170px;
	background-color: transparent
}

.sod_list::-webkit-scrollbar-track {
	background-color: none
}

.sod_list::-webkit-scrollbar-thumb {
	width: 8px;
	height: 170px;
	border-radius: 9px;
	background: #ccc
}

.sod_select.open .sod_list {
	display: block
}

.sod_select.disabled.open .sod_list {
	display: none
}

.sod_select.above .sod_list {
	top: auto;
	bottom: 100%;
	margin: 0 0 10px -1px;
	border: 1px solid #ddd;
	box-shadow: 0 -2px 4px rgba(0, 0, 0, .1)
}

.sod_select.above .sod_list:after,
.sod_select.above .sod_list:before {
	top: 100%;
	bottom: auto
}

.sod_select .sod_list:after {
	border-color: hsla(0, 0%, 100%, 0);
	border-bottom-color: #fff;
	border-width: 6px
}

.sod_select.above .sod_list:after {
	border-color: hsla(0, 0%, 100%, 0);
	border-top-color: #fff
}

.sod_select .sod_list:before {
	margin-right: -2px;
	border-color: hsla(0, 0%, 83%, 0);
	border-bottom-color: #ddd;
	border-width: 8px
}

.sod_select.above .sod_list:before {
	border-color: hsla(0, 0%, 100%, 0);
	border-top-color: #ddd
}

.sod_select .sod_list ul {
	overflow-y: auto;
	padding: 0;
	margin: 0;
	border-radius: 2px
}

.sod_select .sod_list li {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0 10px;
	position: relative;
	list-style-type: none
}

.sod_select .sod_list li:hover {
	color: #444;
	background: #eee
}

.sod_select .sod_list li:last-child {
	border-bottom: none
}

.sod_select .sod_list .optgroup,
.sod_select .sod_list .optgroup.disabled {
	background: inherit;
	color: #939393;
	font-size: 10px;
	font-style: italic
}

.sod_select .sod_list .groupchild {
	padding-left: 20px
}

.sod_select .sod_list .disabled {
	background: inherit;
	color: #ccc
}

.sod_select .sod_list .active {
	color: #444;
	background: #eee
}

.sod_select.no_highlight .sod_list .selected:before {
	display: none
}

.sod_select select {
	display: none !important
}

.sod_select.touch select {
	-webkit-appearance: menulist-button;
	position: absolute;
	top: 0;
	left: 0;
	display: block !important;
	height: 100%;
	width: 100%;
	opacity: 0;
	z-index: 1
}

.applyStep {
	width: 100%;
	min-width: 1024px;
	height: 100%;
	background: #fafafa;
	position: relative;
	height: 102px;
	padding-left: 48px;
	overflow: hidden;
	box-sizing: border-box
}

.applyStep .stepUl {
	display: inline-block;
	width: 100%;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	transform: translateY(-50%)
}

.applyStep .stepUl li {
	float: left
}

.applyStep .stepUl .number {
	width: 28px;
	height: 28px;
	border: 1px solid #d2d2d2;
	border-radius: 50%;
	color: #d2d2d2;
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	margin-right: 8px
}

.applyStep .stepUl .text {
	font-size: 16px;
	color: #999;
	text-align: left;
	line-height: 32px;
	margin-right: 8px
}

.applyStep .stepUl .line {
	width: 172px;
	height: 1px;
	background: #d3d3d3;
	margin-right: 12px;
	margin-top: 15px
}

.applyStep .stepUl .number-active {
	background: #0c7ff2;
	border: 2px solid #0c7ff2;
	color: #fff
}

.applyStep .stepUl .text-active {
	color: #333
}

@media screen and (max-width:1270px) {
	.applyStep .stepUl .line {
		width: 140px
	}
}

.marketing-box .activeName {
	width: 462px;
	height: 36px;
	background: #fff;
	border: 1px solid #d2d2d2;
	border-radius: 2px;
	box-sizing: border-box;
	padding: 0 8px
}

.marketing-box .activeName2 {
	width: 310px
}

.marketing-box .management-select {
	margin-left: 0;
	width: 310px
}

.marketing-box .management-select-max {
	width: 462px
}

.marketing-box .activeName-label {
	line-height: 36px
}

.marketing-box .choice-input-text {
	display: inline-block;
	float: left;
	line-height: 36px;
	margin: 0 12px
}

.marketing-box .time-wrap .datepicker {
	width: 212px
}

.time-wrap .management-select+.choice-checke-btn {
	margin-top: 20px
}

.marketing-box .mr12 {
	margin-right: 0
}

.marketing-box textarea {
	width: 462px;
	height: 144px;
	background: #fff;
	border: 1px solid #d2d2d2;
	border-radius: 2px;
	resize: none;
	box-sizing: border-box;
	padding: 10px 12px;
	font-size: 14px
}

.marketing-box table .createOrderCard {
	min-width: 110px
}

.marketing-box .createOrderCard-label {
	line-height: 36px
}

.marketing-box .createOrderCard:first-child {
	margin-left: 0
}

.marketing-box table .createOrderCard-active {
	background-image: url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/marketing_check.d97510ae36108feb5f9b814f6a691af8.png);
	background-position: 100% 100%
}

.marketing-box .finance-if-box3 {
	max-width: 1106px;
	margin-bottom: 0
}

.marketing-box .finance-if-box3 tr th {
	border-bottom: 1px solid #e4e8eb
}

.marketing-box .finance-if-box3 tr td {
	padding: 21px 0 21px 21px;
	box-sizing: border-box
}

.marketing-box .finance-if-box3 tr .widthNo {
	min-width: 90px;
	position: relative;
	padding-left: 1%
}

.marketing-box .finance-if-box3 tr .widthNo span {
	display: inline-block;
	margin: 0 5px
}

.marketing-box .finance-if-box3 tr td select {
	min-width: 168px;
	height: 36px
}

.marketing-box .finance-if-box3 tr td input {
	width: 110px;
	height: 36px;
	border: 1px solid #e4e8eb;
	padding: 0 8px;
	box-sizing: border-box
}

.marketing-box .addGoods {
	width: 100%;
	height: 44px;
	max-width: 1106px;
	min-width: 1016px;
	text-align: center;
	background: rgba(17, 131, 237, .1);
	border: 1px solid #e4e8eb;
	font-size: 14px;
	color: #0080ff;
	line-height: 44px;
	box-sizing: border-box;
	border-top: none;
	cursor: pointer
}

.marketing-box .addGoods.max {
	max-width: none
}

.table-padding {
	padding-top: 50px
}

.btn-padding {
	padding-top: 64px
}

.btn-padding2 {
	padding-top: 24px
}

.marketing-box .we-button {
	width: 106px
}

.marketing-box .createOrder2 {
	display: none
}

.marketing-success {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .7);
	z-index: 100
}

.marketing-success .alertBox {
	width: 500px;
	height: auto;
	background: #fff;
	border: 1px solid #d2d2d2;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .24);
	border-radius: 2px;
	position: absolute;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	box-sizing: border-box;
	font-size: 0
}

.marketing-success .alertBox .close {
	display: inline-block;
	position: absolute;
	right: 22px;
	top: 22px;
	width: 15px;
	height: 15px;
	background: url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/close_icon.1dce9dfec8bff7ce4f8dc4182e29fa27.png);
	background-size: 15px 15px;
	cursor: pointer
}

.marketing-success .alertBox img {
	display: block;
	width: 72px;
	height: 72px;
	margin: 62px auto 15px
}

.marketing-success .alertBox img+h3,
.marketing-success .alertBox img+p {
	margin-top: 0
}

.marketing-success .alertBox h3 {
	font-size: 16px;
	color: #333;
	letter-spacing: 0;
	line-height: 21px;
	text-align: center;
	max-width: 355px;
	margin: 0 auto;
	margin-top: 70px
}

.marketing-success .alertBox p {
	font-size: 14px;
	color: #888;
	letter-spacing: 0;
	text-align: center;
	line-height: 22px;
	margin: 70px 68px 24px
}

.marketing-success .alertBox h3~p {
	margin: 24px 68px
}

.marketing-success .alertBox p+.btn {
	margin-top: 0
}

.marketing-success .alertBox .btn {
	display: block;
	width: 110px;
	height: 36px;
	line-height: 36px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	background: #0c7ff2;
	border-radius: 2px;
	cursor: pointer;
	margin: 0 auto;
	margin-bottom: 24px;
	margin-top: 30px
}

.marketing-success .alertBox1 {
	height: 256px
}

.marketing-success .alertBox1 h3 {
	max-width: 355px;
	line-height: 21px;
	margin: 0 auto;
	margin-bottom: 35px;
	margin-top: 90px
}

.alertBox4 p {
	max-width: 364px;
	line-height: 22px;
	margin: 0 auto
}

.marketing-success .businessAlertBox h3 {
	margin-top: 0
}

.marketing-choice-checke {
	border-top: none
}

.marketing-box .times-box {
	position: relative;
	padding-left: 20px
}

.marketing-box .times_icon {
	position: absolute;
	left: 0;
	top: 0
}

.marketing-box .agree-box {
	line-height: 20px
}

.marketing-box .agree-box input {
	width: 20px;
	height: 20px;
	border: 1px solid #1e7be2;
	border-radius: 3px;
	position: relative;
	top: -2px;
	margin-right: 16px;
	cursor: pointer;
	outline: none
}

.marketing-box .marketing-testingCaption {
	position: relative;
	padding-bottom: 0
}

.marketing-box .marketing-testingShow {
	display: inline-block;
	padding-right: 20px;
	position: absolute;
	right: 0;
	font-size: 18px;
	color: #007af5;
	text-align: left;
	line-height: 14px;
	font-weight: 500;
	background: url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/show-icon.ce2539101318ff208a72c8026374f0a5.png) no-repeat 100%;
	cursor: pointer
}

.marketing-box .marketing-testingHide {
	background-image: url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/hide-icon.09fffbe66a61f6075be09ec2f2fcd8c3.png)
}

.marketing-box .noneTable tr {
	display: none
}

.agreeed {
	background: url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/success.e13401f99da602515bb3c727222ae9a6.png) no-repeat;
	background-size: 135%;
	background-position: -3px -3px
}

.marketing-choice-checke-btn {
	margin-top: -40px
}

.marketing-box2 {
	padding-top: 28px;
	margin-bottom: 56px
}

.marketing-box2 h2 {
	height: 36px;
	font-size: 18px;
	color: #333;
	text-align: left;
	line-height: 18px;
	margin-bottom: 24px;
	line-height: 36px
}

.marketing-box2 .dataUl {
	width: 100%
}

.marketing-box2 .dataUl li {
	width: 356px;
	height: 133px;
	background: #fff;
	border: 1px solid #e4e8eb;
	float: left;
	margin-right: 36px;
	margin-bottom: 36px;
	box-sizing: border-box;
	padding: 24px;
	margin-bottom: 48px
}

.marketing-box2 .dataUl li p {
	font-size: 14px;
	color: #555;
	line-height: 20px
}

.marketing-box2 .dataUl li h1 {
	font-size: 38px;
	color: #333;
	margin-top: 12px;
	line-height: 53px;
	font-weight: 600
}

.marketing-box2 .dataUl li h1 span {
	font-size: 14px;
	color: #555;
	font-weight: 500;
	display: inline-block;
	margin-left: 6px
}

.marketing-box2 .dataUl_second {
	width: 100%;
	border-bottom: 1px solid #c6c9cc;
	height: 30px;
	margin-bottom: 24px
}

.marketing-box2 .dataUl_second li {
	height: 31px;
	padding: 0 2px;
	float: left;
	margin-right: 40px;
	box-sizing: border-box;
	cursor: pointer
}

.marketing-box2 .dataUl_second .active {
	color: #007af5;
	border-bottom: 2px solid #007af5
}

.marketing-box2 .chartUl {
	width: 100%;
	max-width: 1300px
}

.marketing-box2 .chartUl li {
	width: 356px;
	height: 261px;
	float: left;
	margin-right: 36px;
	margin-bottom: 24px
}

.marketing-box2 .chartUl .aChart {
	background: #fff;
	border: 1px solid #e4e8eb;
	border-radius: 2px;
	box-sizing: border-box;
	position: relative;
	overflow-y: hidden
}

.marketing-box2 .chartUl .Nmargin-r {
	margin-right: 0
}

.marketing-box2 .chartUl .Nmargin-b {
	margin-bottom: 0
}

.marketing-box2 .chartUl .aChart .text {
	width: 100%;
	height: 90px;
	box-sizing: border-box;
	padding-top: 26px;
	padding-left: 24px
}

.marketing-box2 .chartUl .aChart .text h1 {
	font-size: 12px;
	color: #555;
	margin-bottom: 5px
}

.marketing-box2 .chartUl .aChart .text p {
	font-size: 16px;
	color: #555;
	line-height: 22px
}

.marketing-box2 .chartUl .aChart .text p span {
	display: inline-block;
	width: 42px;
	height: 16px;
	border-radius: 1.32px;
	font-size: 10px;
	color: #fff;
	text-align: center;
	line-height: 16px;
	position: relative;
	top: -4px;
	left: 20px
}

.marketing-box2 .chartUl .aChart .text p .up {
	background: #73d90d
}

.marketing-box2 .chartUl .aChart .text p .down {
	background: #f66
}

.marketing-box2 .chartUl .aChart .text img {
	margin-left: 6px
}

.marketing-box2 .chartUl .aChart .chart {
	width: 100%;
	height: 180px
}

.marketing-box2 .margin-t30 {
	margin-top: 30px
}

.marketing-box2 .download {
	display: inline-block;
	width: 104px;
	height: 36px;
	box-sizing: border-box;
	border: 1px solid #0c7ff2;
	border-radius: 2px;
	font-size: 14px;
	color: #0c7ff2;
	line-height: 34px;
	text-align: center;
	float: right;
	cursor: pointer
}

.marketing-box2 .table-box {
	width: 100%;
	overflow-x: auto;
	border: 1px solid #e4e8eb;
	border-top: none
}

.marketing-box2 .table-box::-webkit-scrollbar {
	width: 8px;
	height: 8px
}

.marketing-box2 .table-box::-webkit-scrollbar-thumb {
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
	background: rgba(0, 0, 0, .2)
}

.marketing-box2 .table-box::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
	border-radius: 0;
	background: rgba(0, 0, 0, .1)
}

.marketing-box2 .dataTable {
	width: 3000px
}

.marketing-box2 .dataTable tr {
	border-bottom: 1px solid #e4e8eb
}

.marketing-box2 .dataTable .pad-l {
	padding-left: 30px
}

.marketing-box2 .dataTable tr td {
	border-bottom: 1px solid #e4e8eb;
	border-top: none
}

.marketing-box2 #page {
	float: right
}

.marketing-box2 .page-box {
	margin-top: 30px
}

.marketing-box2 .page-box p {
	float: left;
	font-size: 14px;
	color: #555;
	height: 45px;
	line-height: 45px
}

.marketing-box2 .page-select {
	display: inline-block;
	position: relative;
	top: -2px;
	margin: 0 6px;
	font-size: 14px;
	color: #555;
	letter-spacing: 0
}

.chartUl2 {
	display: none
}

@media screen and (max-width:1471px) {
	.marketing-box2 .chartUl1 li:nth-child(3) {
		display: none
	}
}

.marketing-success-normal,
.marketing-success-normal .alertBox {
	position: static;
	background: none;
	transform: translate(0);
	border: none;
	margin: 0 auto;
	box-shadow: none;
	display: block
}

.marketing-success-normal .alertBox img {
	margin: 80px auto 40px
}

.marketing-success-normal .alertBox h3 {
	font-family: PingFangSC-Medium, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Helvetica Nene, Helvetica, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
	font-size: 18px;
	color: #333;
	letter-spacing: 0;
	line-height: 16px
}

.marketing-success-normal .alertBox p {
	font-family: MicrosoftYaHei, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Helvetica Nene, Helvetica, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
	font-size: 14px;
	color: #888;
	letter-spacing: 0;
	text-align: center;
	line-height: 26px
}

.marketing-success-normal .alertBox .btn {
	margin-top: 56px
}

.we-button.button-white {
	background-color: #fff;
	color: #1183ed;
	border: 1px solid #1183ed
}

.we-button.button-white:hover {
	background-color: #1183ed;
	color: #fff
}

.company-finance-if-box table td a.active,
.marketing-box .createOrder td a.active {
	color: #1183ed
}

.claer-float {
	float: left;
	margin-right: 30px
}

.claer-float,
.margin-btn {
	margin-top: 20px
}

.textareaText {
	width: 462px;
	text-align: justify;
	line-height: 30px;
	margin-top: -8px
}

.userName {
	margin-right: 50px
}

.business-rights-title {
	line-height: 74px;
	font-size: 20px;
	padding-left: 46px;
	border-top: 1px solid #e4e8eb
}

.business-rights-title.b-nomarl {
	border-top: none;
	padding-top: 20px
}

.table-href-btn {
	margin-right: 20px
}

.marketing-box input {
	width: 110px;
	height: 36px;
	border: 1px solid #e4e8eb;
	padding: 0 8px;
	box-sizing: border-box
}

.business-rights {
	padding-bottom: 130px
}

.check_select *,
// ä¸‹æ‹‰é€‰æ‹©css .check_select {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none
}

.check_select {
	width: auto;
	position: relative;
	display: inline-block
}

.check_label {
	min-width: 170px;
	max-width: 250px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #d2d2d2;
	border-radius: 2px;
	display: block;
	font-size: 14px;
	min-height: 36px;
	line-height: 36px;
	cursor: pointer;
	position: relative
}

.check_label .check_label_dom {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 22
}

.check_label span {
	display: inline-block;
	word-break: break-all
}

.check_label_choice {
	text-align: left;
	background: url(../../yibazhan/images/http://8.146.206.136:886/txpz/master_more_2.a933d9bdaa5a00f1f23398541c514aa4.png) no-repeat right 10px center;
	padding-right: 30px;
	padding-left: 15px
}

.check_list {
	min-width: 100%;
	position: absolute;
	max-height: 135px;
	overflow: auto;
	background: #fff;
	border: 1px solid #d2d2d2;
	border-bottom: none;
	margin-top: 2px;
	display: none;
	z-index: 2;
	box-sizing: border-box;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .24);
	border-radius: 2px;
	padding: 6px 0
}

.check_list ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.check_list li {
	height: 36px;
	padding: 0 15px;
	position: relative;
	z-index: 2
}

.check_list li.active,
.check_list li:hover {
	background: #eee
}

.check-box,
.check_list .check-box,
.check_list .radio-box {
	width: 100%;
	display: inline-block;
	position: relative;
	height: 36px;
	line-height: 36px;
	cursor: pointer;
	margin: 0;
	padding: 0
}

.check-box input,
.check_list .check-box input,
.check_list .radio-box input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer
}

.check-box label,
.check_list .check-box label,
.check_list .radio-box label {
	display: block;
	float: left;
	background: #fff;
	min-width: 15px;
	min-height: 15px;
	box-sizing: border-box;
	padding-left: 25px;
	cursor: pointer;
	white-space: nowrap;
	font-size: 14px
}

.check-box label,
.check_list .check-box label {
	background: url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/checke-normal.3e6159bcba55c9d5209c323011197463.png) no-repeat 0;
	background-size: 15px 15px
}

.check-box.hover label,
.check-box:hover label,
.check_list .check-box.hover label,
.check_list .check-box:hover label {
	background: url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/checke-hover.46299cac788effd4398a44b18b4a612d.png) no-repeat 0;
	background-size: 15px 15px;
	background: none\0
}

.check_list .check-box.hover label,
:root .check_list .check-box:hover label {
	background: url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/checke-hover.46299cac788effd4398a44b18b4a612d.png) no-repeat 0;
	background-size: 15px 15px;
	background: none\0
}

.check-box input:checked+label:after,
.check_list .check-box input:checked+label:after {
	content: "";
	width: 15px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/checke-checked.6201f809cf1dd086992177f056f17fb0.png) no-repeat 0;
	background-size: 15px 15px
}

.check_list::-webkit-scrollbar {
	width: 6px;
	height: auto;
	background-color: transparent
}

.check_list::-webkit-scrollbar-track {
	background-color: none
}

.check_list::-webkit-scrollbar-thumb {
	width: 6px;
	height: auto;
	border-radius: 9px;
	background: #e4e8eb
}

.noBackground {
	background: none
}

.noBackground .alertBox {
	border: none;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2)
}

.pop-btn {
	text-align: center;
	font-size: 0
}

.pop-btn .we-button {
	margin: 0 5px
}

.business-rights-pop .alertBox {
	width: 410px;
	padding: 35px 0 20px
}

.business-rights-pop .alertBox h3 {
	margin-bottom: 30px;
	line-height: 25px
}

.we-button.button-gray {
	border: 1px solid #d2d2d2;
	color: #666;
	background-color: #fff
}

.we-button.button-gray:hover {
	background-color: #ddd
}

.business-pop-1 .alertBox {
	height: 148px
}

.business-pop-2 .alertBox {
	min-width: 220px;
	width: auto;
	height: auto;
	padding: 22px
}

.business-pop-2 .alertBox h3 {
	margin-bottom: 15px
}

.business-pop-2 .alertBox .pop-ul {
	text-align: center;
	font-size: 14px;
	line-height: 35px;
	color: #666;
	margin-bottom: 15px
}

.business-pop-2 .alertBox .pop-ul li {
	word-break: keep-all
}

.business-pop-3 .alertBox {
	width: 500px;
	height: 230px
}

.business-pop-3 .alertBox h3 {
	margin-bottom: 25px
}

.pop-success-title {
	height: 42px;
	background: url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/success.e13401f99da602515bb3c727222ae9a6.png) no-repeat 0;
	background-size: 42px 42px;
	line-height: 42px;
	padding-left: 58px;
	font-size: 20px;
	display: table;
	margin: 0 auto 20px
}

.table-active {
	float: right
}

.table-active:hover {
	text-decoration: underline
}

.company-finance-if-box table .finance-table3 {
	height: auto;
	min-height: 214px;
	padding-bottom: 2px
}

.finance-table3 tbody {
	display: table;
	width: 100%;
	position: relative
}

.table-form-href {
	width: 100%
}

.table-form-href .span-tag {
	min-width: 110px;
	display: inline-block
}

.check_select.choice-timeOrder .check_label {
	max-width: 295px
}

.removew-select {
	width: auto;
	min-width: 168px
}

.company-finance-if-box .margin-t {
	margin-top: 30px
}

.company-finance-if-box .margin-b {
	margin-bottom: 30px
}

.wrap {
	min-width: 1366px
}

.wrap .clearfix:after {
	content: "";
	display: block;
	clear: both
}

.wrap .clearfix {
	zoom: 1
}

.wrap .float-left {
	float: left
}

.wrap .float-right {
	float: right
}

.wrap .logo-icon {
	background: url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/logo.7c8ddaa151f87d7f7a2ce66a48529109.png) no-repeat;
	background-image: -webkit-image-set(url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/logo.7c8ddaa151f87d7f7a2ce66a48529109.png) 1x, url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/logo@2x.a4d43a31610e64b6ad66cff0eedd4509.png) 2x);
	background-image: -moz-image-set(url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/logo.7c8ddaa151f87d7f7a2ce66a48529109.png) 1x, url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/logo@2x.a4d43a31610e64b6ad66cff0eedd4509.png) 2x);
	background-image: -ms-image-set(url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/logo.7c8ddaa151f87d7f7a2ce66a48529109.png) 1x, url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/logo@2x.a4d43a31610e64b6ad66cff0eedd4509.png) 2x);
	background-image: -o-image-set(url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/logo.7c8ddaa151f87d7f7a2ce66a48529109.png) 1x, url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/logo@2x.a4d43a31610e64b6ad66cff0eedd4509.png) 2x);
	background-position: 0
}

.wrap .bitmap-icon {
	display: inline-block;
	width: 160px;
	height: 66px;
	background: url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/Bitmap.8d7bcba9a51bda6fcb9418f53e4d5180.png) no-repeat;
	background-image: -webkit-image-set(url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/Bitmap.8d7bcba9a51bda6fcb9418f53e4d5180.png) 1x, url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/Bitmap@2x.fe764f9eef8064e5bb1a652609440261.png) 2x);
	background-image: -moz-image-set(url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/Bitmap.8d7bcba9a51bda6fcb9418f53e4d5180.png) 1x, url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/Bitmap@2x.fe764f9eef8064e5bb1a652609440261.png) 2x);
	background-image: -ms-image-set(url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/Bitmap.8d7bcba9a51bda6fcb9418f53e4d5180.png) 1x, url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/Bitmap@2x.fe764f9eef8064e5bb1a652609440261.png) 2x);
	background-image: -o-image-set(url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/Bitmap.8d7bcba9a51bda6fcb9418f53e4d5180.png) 1x, url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/Bitmap@2x.fe764f9eef8064e5bb1a652609440261.png) 2x);
	background-position: 0
}

.wrap .down-header-icon {
	display: inline-block;
	background: url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/downheader.e0b056b2f1bee5445e3bfb681cd46b4e.png) no-repeat;
	background-image: -webkit-image-set(url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/downheader.e0b056b2f1bee5445e3bfb681cd46b4e.png) 1x, url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/downheader@2x.d026d6820d47cf992fc8a3edd3f111a7.png) 2x);
	background-image: -moz-image-set(url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/downheader.e0b056b2f1bee5445e3bfb681cd46b4e.png) 1x, url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/downheader@2x.d026d6820d47cf992fc8a3edd3f111a7.png) 2x);
	background-image: -ms-image-set(url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/downheader.e0b056b2f1bee5445e3bfb681cd46b4e.png) 1x, url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/downheader@2x.d026d6820d47cf992fc8a3edd3f111a7.png) 2x);
	background-image: -o-image-set(url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/downheader.e0b056b2f1bee5445e3bfb681cd46b4e.png) 1x, url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/downheader@2x.d026d6820d47cf992fc8a3edd3f111a7.png) 2x);
	background-position: 100%;
	padding-right: 22px
}

.wrap .data-icon {
	display: inline-block;
	width: 16px;
	height: 17px;
	background: url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/icon_date.150e0abe53fe0adab309e42c00ef9746.png) no-repeat;
	background-image: -webkit-image-set(url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/icon_date.150e0abe53fe0adab309e42c00ef9746.png) 1x, url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/icon_date@2x.61af603c432e2141e26057c5ad0f5b5f.png) 2x);
	background-image: -moz-image-set(url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/icon_date.150e0abe53fe0adab309e42c00ef9746.png) 1x, url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/icon_date@2x.61af603c432e2141e26057c5ad0f5b5f.png) 2x);
	background-image: -ms-image-set(url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/icon_date.150e0abe53fe0adab309e42c00ef9746.png) 1x, url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/icon_date@2x.61af603c432e2141e26057c5ad0f5b5f.png) 2x);
	background-image: -o-image-set(url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/icon_date.150e0abe53fe0adab309e42c00ef9746.png) 1x, url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/icon_date@2x.61af603c432e2141e26057c5ad0f5b5f.png) 2x);
	background-size: 16px 17px
}

.wrap .content .table-form select {
	-webkit-appearance: none;
	background: url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/select-down.8df8e0aced9448b744887a57d1ebd1d7.png) no-repeat scroll right 8px center transparent !important;
	background-image: -webkit-image-set(url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/select-down.8df8e0aced9448b744887a57d1ebd1d7.png) 1x, url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/select-down@2x.7002fce50c5ebdab6ff7d30b5a848c3a.png) 2x);
	background-image: -moz-image-set(url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/select-down.8df8e0aced9448b744887a57d1ebd1d7.png) 1x, url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/select-down@2x.7002fce50c5ebdab6ff7d30b5a848c3a.png) 2x);
	background-image: -ms-image-set(url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/select-down.8df8e0aced9448b744887a57d1ebd1d7.png) 1x, url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/select-down@2x.7002fce50c5ebdab6ff7d30b5a848c3a.png) 2x);
	background-image: -o-image-set(url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/select-down.8df8e0aced9448b744887a57d1ebd1d7.png) 1x, url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/select-down@2x.7002fce50c5ebdab6ff7d30b5a848c3a.png) 2x);
	padding-right: 25px
}

.wrap .header {
	height: 66px;
	background: #fff;
	padding: 0 16%;
	position: relative;
	z-index: 999
}

@media screen and (max-width:1600px) {
	.wrap .header {
		padding: 0 14%
	}
}

@media screen and (max-width:1440px) {
	.wrap .header {
		padding: 0 12%
	}
}

@media screen and (max-width:1280px) {
	.wrap .header {
		padding: 0 10%
	}
}

.wrap .header.fixed {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	padding-right: 100px
}

.wrap .header.border-bottom {
	box-shadow: 0 1px 0 0 #dadde0
}

.wrap .header .leftArea {
	line-height: 66px
}

.wrap .header .leftArea .logo {
	display: inline-block;
	width: 200px;
	padding-left: 40px;
	height: 100%;
	font-family: TTTGBMedium, tahoma, arial, helvetica neue, hiragino sans gb, microsoft yahei, "sans-serif";
	font-size: 20px;
	color: #4a4a4a
}

.wrap .header .leftArea .logo span {
	font-size: 24px;
	line-height: 66px
}

.wrap .header .leftArea .dis-line {
	width: 1px;
	height: 24px;
	border-left: 1px solid #b3b3b3;
	margin: 22px 24px 20px
}

.wrap .header .rightArea {
	font-family: PingFangSC-Regular, tahoma, arial, helvetica neue, hiragino sans gb, microsoft yahei, "sans-serif";
	font-size: 14px;
	color: #666;
	line-height: 14px;
	height: 66px;
	line-height: 66px;
	position: relative
}

.wrap .header .rightArea .dis-line {
	width: 1px;
	height: 14px;
	border-left: 1px solid #333;
	margin: 26px 14px
}

.wrap .header .rightArea a {
	margin-left: 32px;
	font-size: 14px
}

.wrap .header .rightArea a.login,
.wrap .header .rightArea a.reg {
	margin-left: 0
}

.wrap .header .rightArea a.help {
	margin-left: 78px;
	margin-right: 159px
}

.wrap .header .rightArea a.active {
	border-bottom: 4px solid #1986fe;
	height: 62px;
	color: #1986fe
}

.wrap .header .rightArea .signOut-btn {
	width: 113px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-size: 16px;
	border-radius: 3px;
	box-shadow: 0 1px 5px #999;
	position: absolute;
	top: 66px;
	right: 0;
	cursor: pointer;
	display: none
}

.wrap .login {
	float: right
}

.wrap .login:hover .signOut-btn {
	display: block
}

.wrap .content .banner .bannerItem {
	max-height: 400px;
	color: #fff;
	font-family: tahoma, arial, helvetica neue, hiragino sans gb, microsoft yahei, "sans-serif";
	text-align: center
}

.wrap .content .banner .bannerItem img {
	width: 100%;
	min-width: 1206px;
	max-height: 400px
}

.wrap .content .banner .bannerItem h1 {
	margin-top: 116px;
	font-family: TTTGBMedium;
	font-size: 60px;
	letter-spacing: 2.03px
}

.wrap .content .banner .bannerItem p {
	margin-top: 24px;
	font-family: PingFangSC-Regular;
	font-size: 20px;
	letter-spacing: 1.07px
}

.wrap .content .reg-box .reg-title {
	margin-top: 100px;
	font-family: PingFangSC-Regular;
	font-size: 40px;
	color: #000;
	letter-spacing: 2.14px;
	text-align: center
}

.wrap .content .reg-box .reg-choice {
	margin-top: 56px;
	margin-bottom: 80px
}

.wrap .content .reg-box .reg-choice .reg-choice-box {
	display: block;
	width: 373px;
	height: 518px;
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 2px;
	position: relative
}

.wrap .content .reg-box .reg-choice .reg-choice-box.margin-right {
	margin-right: 40px
}

.wrap .content .reg-box .reg-choice .reg-choice-box .icon {
	width: 156px;
	height: 156px;
	margin: 0 auto;
	margin-top: 42px
}

.wrap .content .reg-box .reg-choice .reg-choice-box .icon.icon-s1 {
	background: url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/ic_Agent.b5b98d21fc9071bac09167f887682887.png) no-repeat;
	background-image: -webkit-image-set(url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/ic_Agent.b5b98d21fc9071bac09167f887682887.png) 1x, url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/ic_Agent@2x.4319650bef0aaa3f7450a2d70cd82245.png) 2x);
	background-image: -moz-image-set(url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/ic_Agent.b5b98d21fc9071bac09167f887682887.png) 1x, url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/ic_Agent@2x.4319650bef0aaa3f7450a2d70cd82245.png) 2x);
	background-image: -ms-image-set(url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/ic_Agent.b5b98d21fc9071bac09167f887682887.png) 1x, url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/ic_Agent@2x.4319650bef0aaa3f7450a2d70cd82245.png) 2x);
	background-image: -o-image-set(url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/ic_Agent.b5b98d21fc9071bac09167f887682887.png) 1x, url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/ic_Agent@2x.4319650bef0aaa3f7450a2d70cd82245.png) 2x)
}

.wrap .content .reg-box .reg-choice .reg-choice-box .icon.icon-s2 {
	background: url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/ic_enterprise.7fdb818b8236f5e2da941b8b9e5e77aa.png) no-repeat;
	background-image: -webkit-image-set(url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/ic_enterprise.7fdb818b8236f5e2da941b8b9e5e77aa.png) 1x, url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/ic_enterprise@2x.cf9adf186d0f35c12cfd1342b5bc6aee.png) 2x);
	background-image: -moz-image-set(url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/ic_enterprise.7fdb818b8236f5e2da941b8b9e5e77aa.png) 1x, url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/ic_enterprise@2x.cf9adf186d0f35c12cfd1342b5bc6aee.png) 2x);
	background-image: -ms-image-set(url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/ic_enterprise.7fdb818b8236f5e2da941b8b9e5e77aa.png) 1x, url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/ic_enterprise@2x.cf9adf186d0f35c12cfd1342b5bc6aee.png) 2x);
	background-image: -o-image-set(url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/ic_enterprise.7fdb818b8236f5e2da941b8b9e5e77aa.png) 1x, url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/ic_enterprise@2x.cf9adf186d0f35c12cfd1342b5bc6aee.png) 2x)
}

.wrap .content .reg-box .reg-choice .reg-choice-box .icon.icon-s3 {
	background: url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/ic_personal.4af43813a7dad7ab989f009e52c041a4.png) no-repeat;
	background-image: -webkit-image-set(url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/ic_personal.4af43813a7dad7ab989f009e52c041a4.png) 1x, url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/ic_personal@2x.d6017cdf20cfe5eacbdf542517acc200.png) 2x);
	background-image: -moz-image-set(url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/ic_personal.4af43813a7dad7ab989f009e52c041a4.png) 1x, url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/ic_personal@2x.d6017cdf20cfe5eacbdf542517acc200.png) 2x);
	background-image: -ms-image-set(url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/ic_personal.4af43813a7dad7ab989f009e52c041a4.png) 1x, url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/ic_personal@2x.d6017cdf20cfe5eacbdf542517acc200.png) 2x);
	background-image: -o-image-set(url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/ic_personal.4af43813a7dad7ab989f009e52c041a4.png) 1x, url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/ic_personal@2x.d6017cdf20cfe5eacbdf542517acc200.png) 2x)
}

.wrap .content .reg-box .reg-choice .reg-choice-box .reg-choice-title {
	margin-top: 40px;
	font-family: PingFangSC-Semibold;
	font-size: 28px;
	letter-spacing: 1.5px;
	text-align: center
}

.wrap .content .reg-box .reg-choice .reg-choice-box .reg-choice-text {
	margin-top: 30px;
	padding: 0 40px;
	font-family: PingFangSC-Light;
	font-size: 14px;
	color: #666;
	letter-spacing: 1.29px;
	text-align: center;
	line-height: 30px
}

.wrap .content .reg-box .reg-choice .reg-choice-box .reg-choice-msg {
	position: absolute;
	bottom: 32px;
	width: 100%;
	text-align: center;
	color: #1986fe;
	cursor: pointer
}

.wrap .content .reg-box .reg-choice .reg-choice-box .reg-choice-msg.not-open {
	color: silver;
	cursor: default
}

.wrap .content .coop-process {
	background: #fbfbfb;
	padding-top: 100px;
	padding-bottom: 83px
}

.wrap .content .coop-process-title {
	font-family: PingFangSC-Regular;
	font-size: 40px;
	color: #000;
	letter-spacing: 2.14px;
	text-align: center
}

.wrap .content .view-detail {
	font-family: PingFangSC-Regular;
	font-size: 20px;
	color: #1986fe;
	letter-spacing: 1.07px;
	text-align: center;
	display: block;
	margin: 0 auto
}

.wrap .content .coop-wrap {
	width: 1206px;
	margin: 0 auto
}

.wrap .content .coop-process-step {
	margin-top: 56px;
	height: 113px;
	position: relative
}

.wrap .content .coop-process-step .stepUl {
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%)
}

.wrap .content .coop-process-step .stepUl li {
	float: left;
	line-height: 30px;
	position: relative
}

.wrap .content .coop-process-step .stepUl .number {
	width: 29px;
	height: 29px;
	border: 2px solid #1a76d8;
	border-radius: 50%;
	font-family: PingFangSC-Semibold;
	font-size: 20px;
	color: #1a76d8;
	letter-spacing: 1.07px;
	text-align: center;
	line-height: 29px;
	margin-right: 10px
}

.wrap .content .coop-process-step .stepUl .text {
	font-family: PingFangSC-Regular;
	font-size: 24px;
	color: #000;
	letter-spacing: 1.29px;
	text-align: center
}

.wrap .content .coop-process-step .stepUl .text.resetPosition {
	position: absolute;
	top: 0;
	right: -135px
}

.wrap .content .coop-process-step .stepUl .text .tips {
	font-size: 15px;
	color: #868d94;
	position: absolute;
	left: -10px
}

.wrap .content .coop-process-step .stepUl .arrow-right-icon {
	width: 10px;
	height: 31px;
	background: url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/arrow-right-blue.4dcd97a54b264dc7af9bc64839877e61.png) no-repeat;
	background-image: -webkit-image-set(url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/arrow-right-blue.4dcd97a54b264dc7af9bc64839877e61.png) 1x, url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/arrow-right-blue@2x.24d35a36bdf2ef1d096c3330e269a14a.png) 2x);
	background-image: -moz-image-set(url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/arrow-right-blue.4dcd97a54b264dc7af9bc64839877e61.png) 1x, url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/arrow-right-blue@2x.24d35a36bdf2ef1d096c3330e269a14a.png) 2x);
	background-image: -ms-image-set(url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/arrow-right-blue.4dcd97a54b264dc7af9bc64839877e61.png) 1x, url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/arrow-right-blue@2x.24d35a36bdf2ef1d096c3330e269a14a.png) 2x);
	background-image: -o-image-set(url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/arrow-right-blue.4dcd97a54b264dc7af9bc64839877e61.png) 1x, url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/arrow-right-blue@2x.24d35a36bdf2ef1d096c3330e269a14a.png) 2x);
	background-position: 0;
	background-size: 10px 10px;
	margin: 0 57px 0 60px
}

.wrap .regStep {
	width: 100%;
	min-width: 1024px;
	height: 100%;
	background: #fafafa;
	position: relative;
	height: 114px;
	overflow: hidden;
	box-sizing: border-box;
	border-top: 1px solid #dadde0;
	border-bottom: 1px solid #dadde0
}

.wrap .regStep .stepUl {
	display: inline-block;
	width: 925px;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 50%;
	margin-left: -462px
}

.wrap .regStep .stepUl li {
	float: left
}

.wrap .regStep .stepUl .number {
	width: 28px;
	height: 28px;
	border: 1px solid #d2d2d2;
	border-radius: 50%;
	color: #d2d2d2;
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	margin-right: 8px
}

.wrap .regStep .stepUl .text {
	font-size: 16px;
	color: #999;
	text-align: left;
	line-height: 32px;
	margin-right: 8px
}

.wrap .regStep .stepUl .line {
	width: 117px;
	height: 1px;
	background: #d3d3d3;
	margin-right: 12px;
	margin-top: 15px
}

.wrap .regStep .stepUl .line-active {
	background: #1c89e5
}

.wrap .regStep .stepUl .number-active {
	background: #0c7ff2;
	border: 2px solid #0c7ff2;
	color: #fff
}

.wrap .regStep .stepUl .number-done {
	border-color: #0c7ff2;
	color: #0c7ff2
}

.wrap .regStep .stepUl .text-active {
	color: #333
}

@media screen and (max-width:768px) {
	.wrap {
		min-width: auto
	}
}

.wrap .container {
	width: 926px;
	margin: 0 auto
}

.wrap .container .title {
	font-family: PingFangSC-Medium;
	color: #333;
	text-align: left;
	line-height: 18px;
	margin-top: 32px;
	margin-bottom: 40px
}

.wrap .container .title .sup-level-title {
	font-size: 24px
}

.wrap .container .title .sub-level-title {
	margin-top: 24px;
	font-size: 18px
}

.wrap .container .body-box {
	margin-bottom: 16px
}

.wrap .container .body-box .model {
	display: block;
	width: 450px;
	height: 456px;
	border: 1px solid #dadde0;
	margin-bottom: 24px;
	position: relative
}

.wrap .container .body-box .model:hover {
	background: #fff;
	box-shadow: 0 4px 20px 0 rgba(7, 21, 35, .1);
	border-color: transparent
}

.wrap .container .body-box .model.not-open {
	cursor: default
}

.wrap .container .body-box .model-icon-box {
	width: 156px;
	height: 156px;
	margin: 0 auto;
	margin-top: 42px
}

.wrap .container .body-box .model-icon-box.agent-model-icon {
	background: url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/ic_Agent.b5b98d21fc9071bac09167f887682887.png) no-repeat;
	background-image: -webkit-image-set(url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/ic_Agent.b5b98d21fc9071bac09167f887682887.png) 1x, url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/ic_Agent@2x.4319650bef0aaa3f7450a2d70cd82245.png) 2x);
	background-image: -moz-image-set(url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/ic_Agent.b5b98d21fc9071bac09167f887682887.png) 1x, url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/ic_Agent@2x.4319650bef0aaa3f7450a2d70cd82245.png) 2x);
	background-image: -ms-image-set(url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/ic_Agent.b5b98d21fc9071bac09167f887682887.png) 1x, url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/ic_Agent@2x.4319650bef0aaa3f7450a2d70cd82245.png) 2x);
	background-image: -o-image-set(url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/ic_Agent.b5b98d21fc9071bac09167f887682887.png) 1x, url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/ic_Agent@2x.4319650bef0aaa3f7450a2d70cd82245.png) 2x)
}

.wrap .container .body-box .model-icon-box.enterprise-model-icon {
	background: url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/ic_enterprise.7fdb818b8236f5e2da941b8b9e5e77aa.png) no-repeat;
	background-image: -webkit-image-set(url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/ic_enterprise.7fdb818b8236f5e2da941b8b9e5e77aa.png) 1x, url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/ic_enterprise@2x.cf9adf186d0f35c12cfd1342b5bc6aee.png) 2x);
	background-image: -moz-image-set(url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/ic_enterprise.7fdb818b8236f5e2da941b8b9e5e77aa.png) 1x, url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/ic_enterprise@2x.cf9adf186d0f35c12cfd1342b5bc6aee.png) 2x);
	background-image: -ms-image-set(url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/ic_enterprise.7fdb818b8236f5e2da941b8b9e5e77aa.png) 1x, url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/ic_enterprise@2x.cf9adf186d0f35c12cfd1342b5bc6aee.png) 2x);
	background-image: -o-image-set(url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/ic_enterprise.7fdb818b8236f5e2da941b8b9e5e77aa.png) 1x, url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/ic_enterprise@2x.cf9adf186d0f35c12cfd1342b5bc6aee.png) 2x)
}

.wrap .container .body-box .model-icon-box.personal-model-icon {
	background: url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/ic_personal.4af43813a7dad7ab989f009e52c041a4.png) no-repeat;
	background-image: -webkit-image-set(url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/ic_personal.4af43813a7dad7ab989f009e52c041a4.png) 1x, url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/ic_personal@2x.d6017cdf20cfe5eacbdf542517acc200.png) 2x);
	background-image: -moz-image-set(url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/ic_personal.4af43813a7dad7ab989f009e52c041a4.png) 1x, url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/ic_personal@2x.d6017cdf20cfe5eacbdf542517acc200.png) 2x);
	background-image: -ms-image-set(url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/ic_personal.4af43813a7dad7ab989f009e52c041a4.png) 1x, url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/ic_personal@2x.d6017cdf20cfe5eacbdf542517acc200.png) 2x);
	background-image: -o-image-set(url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/ic_personal.4af43813a7dad7ab989f009e52c041a4.png) 1x, url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/ic_personal@2x.d6017cdf20cfe5eacbdf542517acc200.png) 2x)
}

.wrap .container .body-box .model-icon-box.more-model-icon {
	background: url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/ic_more.bb9f6d1760f27425fe17f1689b456b8a.png) no-repeat;
	background-image: -webkit-image-set(url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/ic_more.bb9f6d1760f27425fe17f1689b456b8a.png) 1x, url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/ic_more@2x.b508b139382ca95b3cf73613061faf7a.png) 2x);
	background-image: -moz-image-set(url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/ic_more.bb9f6d1760f27425fe17f1689b456b8a.png) 1x, url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/ic_more@2x.b508b139382ca95b3cf73613061faf7a.png) 2x);
	background-image: -ms-image-set(url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/ic_more.bb9f6d1760f27425fe17f1689b456b8a.png) 1x, url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/ic_more@2x.b508b139382ca95b3cf73613061faf7a.png) 2x);
	background-image: -o-image-set(url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/ic_more.bb9f6d1760f27425fe17f1689b456b8a.png) 1x, url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/ic_more@2x.b508b139382ca95b3cf73613061faf7a.png) 2x)
}

.wrap .container .body-box .model-title {
	margin-top: 40px;
	font-family: PingFangSC-Medium;
	font-size: 24px;
	color: #333;
	text-align: center;
	line-height: 18px
}

.wrap .container .body-box .model-text {
	margin-top: 30px;
	padding: 0 62px;
	font-family: PingFangSC-Regular;
	font-size: 18px;
	color: #666;
	text-align: justify;
	line-height: 25px
}

.wrap .container .body-box .model-text .link {
	font-family: PingFangSC-Regular;
	font-size: 18px;
	color: #1b80ef;
	line-height: 25px;
	cursor: pointer
}

.wrap .container .body-box .model-msg {
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 32px;
	font-family: PingFangSC-Medium;
	font-size: 16px;
	color: #bbb
}

.wrap .unSelected {
	color: #aaa
}

.wrap .selected {
	color: #333
}

.wrap .container .body-box.form {
	box-shadow: 0 4px 20px 0 rgba(7, 21, 35, .1);
	padding: 24px;
	border: 1px solid transparent
}

.wrap .container .body-box.form:hover {
	border: 1px solid #dadde0
}

.wrap .container .body-box .body-box-title {
	font-family: PingFangSC-Regular;
	font-size: 18px;
	color: #333;
	text-align: left;
	line-height: 18px;
	margin-bottom: 35px
}

.wrap .container .body-box .body-box-subTitle {
	font-family: PingFangSC-Regular;
	font-size: 16px;
	color: #333;
	text-align: left;
	margin-top: 32px;
	margin-bottom: 20px
}

.wrap .container .body-box .body-box-content {
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #666;
	line-height: 22px;
	margin-bottom: 23px
}

.wrap .container .body-box .body-box-content .left {
	width: 71%
}

.wrap .container .body-box .body-box-content .right {
	height: 44px;
	padding-left: 48px;
	border-left: 1px solid #b3b3b3
}

.wrap .container .body-box .body-box-content .right a {
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #0c7ff2
}

.btn-binding,
.wrap .container .body-box .body-box-footer .btn-binding {
	width: 96px;
	height: 26px;
	border-radius: 2px;
	background: #0c7ff2;
	line-height: 26px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	cursor: pointer
}

.wrap .container .body-box .table-form {
	width: 100%
}

.wrap .container .body-box .table-form td {
	height: 56px
}

.wrap .container .body-box .table-form td.table-label {
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #666;
	line-height: 14px;
	width: 110px;
	padding-right: 7px;
	line-height: 20px
}

.wrap .container .body-box .table-form input {
	background: #fff;
	border: 1px solid #d2d2d2;
	border-radius: 2px;
	width: 419px;
	height: 14px;
	padding: 13px 16px
}

.wrap .container .body-box .table-form .startTime input {
	width: 453px;
	padding: 20px 16px
}

.startTime.datepicker>input.focus {
	box-shadow: none
}

.wrap .container .body-box .table-form input::-webkit-input-placeholder {
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #aaa
}

.wrap .container .body-box .table-form input::-ms-input-placeholder {
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #aaa
}

.wrap .container .body-box .table-form input:-moz-placeholder,
.wrap .container .body-box .table-form input::-moz-placeholder {
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #aaa
}

.wrap .container .body-box .table-form textarea::-webkit-input-placeholder {
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #aaa
}

.wrap .container .body-box .table-form textarea::-ms-input-placeholder {
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #aaa
}

.wrap .container .body-box .table-form textarea:-moz-placeholder,
.wrap .container .body-box .table-form textarea::-moz-placeholder {
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #aaa
}

.wrap .container .body-box .table-form .select {
	background: #fff;
	border: 1px solid #d2d2d2;
	border-radius: 2px;
	width: 452px;
	height: 42px;
	padding-left: 10px;
	font-family: PingFangSC-Regular
}

.upload-require {
	margin-top: 13px;
	margin-bottom: 6px;
	font-family: PingFangSC-Regular;
	font-size: 12px;
	color: #aaa
}

.wrap .container .handel {
	margin: 40px 0
}

.wrap .container .handel .btn-step2-submit {
	width: 245px;
	height: 50px;
	background: #0c7ff2;
	font-family: PingFangSC-Regular;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 50px;
	cursor: pointer
}

.wrap .container .handel .btn-step3 {
	display: block;
	width: 106px;
	height: 36px;
	border-radius: 3px;
	text-align: center;
	line-height: 36px;
	cursor: pointer;
	margin-left: 32px
}

.wrap .container .handel .btn-step3.submit {
	border: 1px solid #0c7ff2;
	background: #0c7ff2;
	color: #fff
}

.wrap .container .handel .btn-step3.default {
	border: 1px solid #d2d2d2;
	color: #d2d2d2
}

.wrap .container .handel .btn-step3.default:hover {
	border: 1px solid #0c7ff2;
	color: #0c7ff2
}

.clearfix:after,
.clearfix:before {
	content: "";
	display: block;
	clear: both
}

.link_active {
	color: #1083ed !important
}

header {
	width: 100%;
	height: 66px;
	line-height: 66px;
	background: #fff;
	border-bottom: 1px solid #dadde0
}

header img {
	vertical-align: middle;
	margin-left: 40px
}

header nav {
	float: right;
	text-align: right;
	margin-right: 20px
}

header nav a {
	font-size: 14px;
	color: #666;
	display: inline-block;
	margin: 0 18px;
	line-height: 1
}

header nav a:last-child {
	border-left: 1px solid #e4e8eb;
	padding-left: 40px;
	margin-right: 32px
}

.icon-f11-copy {
	display: inline-block;
	margin-left: 5px;
	background: url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/xiaka.3e37217f0d350782b14b32f59a28b105.png);
	width: 9px;
	height: 9px;
	line-height: 66px;
	position: relative;
	top: -2px
}

.content {
	width: 100%;
	height: auto
}

.content_left {
	width: 200px;
	height: auto;
	position: absolute;
	top: 66px;
	left: 0;
	bottom: 0;
	background-color: #f1f5f8;
	border: 1px solid #ddd;
	border-top: none
}

.content_left ul li a {
	display: inline-block;
	font-size: 14px;
	margin: 8px 65px;
	color: #666
}

.content_left ul li a:hover {
	color: #1083ed
}

.left_title {
	margin: 27.2px 0 7px 29px;
	font-size: 16px;
	color: #333
}

.icon-yonghu {
	display: inline-block !important;
	background: url(../../yibazhan/images/http://8.146.206.136:886/txpz/user.9c1c1c446f3759484928a445fd1d0916.png);
	width: 16px;
	height: 16px;
	margin-right: 16px
}

.icon-shezhi {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 13px
}

.left_icon_arrow {
	width: 15px;
	height: 35px;
	text-align: center;
	background-color: #f1f5f8;
	border: 1px solid #e0e0e0;
	border-radius: 0 3px 3px 0;
	line-height: 33px;
	position: absolute;
	left: 198px;
	top: 20px;
	border-left: none;
	z-index: 9
}

.left_icon_arrow i {
	display: inline-block;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.content_right {
	width: 100%;
	position: relative;
	padding: 21px 32px 0 48px;
	box-sizing: border-box
}

.content_right>ul {
	padding: 0;
	position: relative;
	left: -22px
}

.found {
	margin-top: 52px
}

.right_found_title {
	font-size: 18px;
	color: #333;
	padding-bottom: 15px;
	border-bottom: 1px solid #c6c9cc
}

.service_details {
	width: 275px;
	height: auto;
	border: 1px solid #e5e6e8;
	display: inline-block;
	text-align: center;
	-webkit-box-shadow: 0 0 4px 0 hsla(0, 0%, 81%, .5);
	box-shadow: 0 0 4px 0 hsla(0, 0%, 81%, .5)
}

.filmImg,
.vipImg {
	width: 99px;
	height: 97px;
	margin: 24px auto 10px;
	text-align: center;
	line-height: 99px
}

.filmImg>img {
	text-align: center;
	vertical-align: middle
}

.service_details h3 {
	color: #333;
	font-size: 18px
}

.service_details p {
	width: 154px;
	margin: 20px auto;
	line-height: 16px;
	color: #666
}

.buy_btn {
	display: inline-block;
	width: 154px;
	height: 36px;
	line-height: 36px;
	margin: 25px 0;
	color: #fff;
	border-radius: 3px;
	background-color: #1083ed
}

.buy_btn:hover {
	background-color: #2e96f5
}

.service_details:not(:last-of-type) {
	margin-right: 46px
}

.service_details {
	margin-top: 24px
}

.edit {
	margin-top: 25px;
	width: 100%;
	height: auto
}

.edit nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 50px 55px;
	position: absolute;
	left: 2px;
	right: 0;
	background-color: #fafafa
}

.edit nav li {
	position: relative
}

.edit nav li span {
	font-size: 16px
}

.edit nav li:first-child,
.edit nav li:nth-child(2) {
	-webkit-box-flex: 4;
	-ms-flex: 4;
	flex: 4
}

.edit nav li:nth-child(3) {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.edit nav li span:first-child {
	display: inline-block;
	width: 28px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	padding-left: 1px;
	color: #d2d2d2;
	border-radius: 50%;
	border: 1px solid #d2d2d2;
	box-sizing: border-box
}

.step_active span:first-child {
	border: 1px solid #0c7ff2 !important;
	background-color: #0c7ff2 !important;
	color: #fff !important
}

.step_active span:nth-child(2) {
	color: #333 !important
}

.edit nav li span:nth-child(2) {
	font-weight: 900;
	color: #7a7a7a
}

.edit nav li span:nth-child(3) {
	display: inline-block;
	height: 1px;
	position: absolute;
	top: 14px;
	left: 50%;
	background-color: #d3d3d3
}

.info {
	position: relative;
	top: 150px
}

.info_logo {
	width: 100%;
	height: 32px
}

.info_logo:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #c6c9cc;
	position: relative;
	top: 15px
}

.info_logo img {
	height: 100%;
	float: left
}

.img_type_text {
	display: inline-block;
	margin-left: 10px;
	font-size: 17px;
	font-weight: 700;
	line-height: 32px;
	color: #333
}

.info ul {
	padding: 0;
	position: relative;
	top: 15px
}

.info ul li {
	width: 100%;
	height: 50px;
	line-height: 50px;
	margin: 5px 0
}

.info ul li>span:first-child {
	color: #666;
	float: left;
	margin-right: 50px
}

.info ul li:first-child>span:first-child {
	margin-right: 75px
}

.service_type span {
	display: block;
	margin: 7.5px auto;
	float: left;
	padding: 0 40px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	border-radius: 2px;
	border: 1px solid #dadde0;
	color: #555;
	position: relative;
	cursor: pointer;
	margin-left: 24px
}

.service_type span:first-child {
	margin-left: 0
}

.service_select {
	border: 1px solid #007af5 !important;
	color: #007af5 !important
}

.service_select_img {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	right: -1px;
	bottom: -1px;
	background: url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/service_select.5e360c2ba30760ec8243e616c1f6b5ca.png)
}

.info ul table {
	border-collapse: collapse;
	width: 721px;
	text-align: left
}

.info ul table tr th {
	background: #fafafa;
	font-weight: 400;
	color: #666;
	line-height: 40px;
	text-indent: 12px;
	position: relative
}

.verticalSolid {
	display: block;
	width: 1px;
	height: 20px;
	position: absolute;
	top: 10px;
	background-color: #e4e8eb
}

.info ul table tr {
	border: 1px solid #e4e8eb
}

.info ul table td {
	color: #333;
	background-color: #fff;
	line-height: 62px;
	text-indent: 12px;
	font-size: 14px
}

.price {
	font-weight: 550
}

.info ul table td:nth-child(2) {
	width: 50%
}

.service_num {
	width: 400px
}

.service_num span {
	display: block;
	width: 36px;
	height: 36px;
	line-height: 34px;
	text-align: center;
	margin-top: 4.5px;
	border: 1px solid #ddd;
	float: left;
	color: #333
}

.reduce {
	border-radius: 3px 0 0 3px
}

.add,
.reduce {
	font-size: 20px;
	background: #fff;
	border: 1px solid #dadde0;
	border-radius: 2px 0 0 2px;
	cursor: pointer
}

.service_num input {
	width: 110px;
	height: 38px;
	border: none;
	background: #fff;
	border: 1px solid #dadde0;
	border-left: none;
	border-right: none;
	margin-top: 4.5px;
	float: left;
	color: #323232;
	text-indent: 8px;
	text-align: center;
	box-sizing: border-box
}

.service_num+span {
	margin-left: 20px;
	color: #646464
}

.totalLi {
	border-bottom: 1px solid #d4d4d6;
	padding-bottom: 24px
}

.treaty_checkbox {
	cursor: pointer
}

.treatyLi {
	padding-top: 12px
}

.treaty {
	display: none
}

.treaty_box {
	width: 20px;
	height: 20px;
	display: inline-block;
	position: relative;
	top: 5px;
	background: url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/check_select_false.a654c84e0335e1cf3124733e2e053df8.png)
}

.active_check {
	background: url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/check_select.af5e804023280446b08b918102039579.png) !important
}

.agree {
	font-style: normal;
	color: #007af5;
	cursor: pointer
}

.back_btn,
.pay_btn {
	width: 106px;
	height: 36px;
	text-align: center;
	margin-top: 20px;
	line-height: 36px;
	color: #fff;
	border-radius: 3px;
	border: 1px solid #dadde0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	cursor: pointer;
	display: inline-block
}

.pay_btn {
	border: none;
	background-color: #1183ed
}

.pay_btn:hover {
	background-color: #2e96f5
}

.back_btn {
	margin-left: 24px
}

.back_btn a {
	color: #fff;
	color: #555
}

.marketing-modal-rejection {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .7);
	z-index: 100
}

.marketing-modal-rejection .alertBox {
	width: 500px;
	height: 328px;
	background: #fff;
	border: 1px solid #d2d2d2;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .24);
	border-radius: 2px;
	position: absolute;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	box-sizing: border-box
}

.marketing-modal-rejection .title {
	font-size: 16px;
	color: #333;
	line-height: 23px;
	margin: 20px 24px
}

.marketing-modal-rejection .main {
	margin: 0 24px
}

.marketing-modal-rejection .main .label {
	float: left;
	width: 86px;
	font-size: 14px;
	color: #888;
	letter-spacing: 0;
	line-height: 20px
}

.marketing-modal-rejection .main .textarea-container {
	margin-left: 86px
}

.marketing-modal-rejection .main textarea {
	width: 100%;
	height: 154px;
	background: #fff;
	border: 1px solid #d2d2d2;
	border-radius: 2px;
	resize: none;
	box-sizing: border-box;
	padding: 10px;
	transition: all .3s
}

.marketing-modal-rejection .main textarea:focus {
	border-color: #0c7ff2
}

.marketing-modal-rejection .btns {
	text-align: center;
	margin-top: 24px
}

.marketing-modal-rejection button {
	padding: 0 26px;
	height: 36px;
	line-height: 36px;
	margin: 0 12px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	border-radius: 2px;
	border: 1px solid #dadde0;
	color: #555;
	cursor: pointer
}

.marketing-modal-rejection .btn-primary {
	background: #0c7ff2;
	color: #fff;
	border-color: #0c7ff2
}

.marketing-box .item-s {
	padding-right: 8px
}

.marketing-box .item-s+input {
	margin-top: -4px;
	text-align: center
}

.marketing-box .item-s:first-of-type {
	padding-left: 0
}

.marketing-box .item-value {
	margin-right: 24px
}

.marketing-box table .createTd {
	width: 108px;
	padding-right: 20px
}

.dialog {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: hsla(0, 0%, 98%, .5);
	z-index: 20
}

.dialog-bg {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 500px;
	box-sizing: border-box;
	background: #fff;
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .2);
	border-radius: 2px 2px 0 2px 2px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%)
}

.dialog-head {
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	box-sizing: border-box;
	color: #333;
	font-weight: 700;
	border-bottom: 1px solid #e0e6ed;
	padding: 0 16px 0 28px
}

.dialog-content {
	position: relative;
	width: 100%;
	max-height: 70vh;
	overflow: auto;
	box-sizing: border-box;
	padding: 22px 24px 32px 28px
}

.dialog-content table td:first-of-type {
	min-width: 94px
}

.dialog .finance-if-box {
	min-width: 800px
}

.dialog .finance-if-box table td:first-of-type {
	min-width: 208px
}

.dialog-content table input {
	margin-left: 0;
	width: 354px
}

.dialog .choice-checke-btn {
	text-align: right
}

.dialog .choice-checke-btn button {
	margin-right: 10px
}

.dialog .choice-checke-btn button:last-of-type {
	margin-right: 0
}

.company-finance-if-box table .redColor {
	color: rgba(255, 0, 0, .6)
}

.icon-close {
	display: inline-block;
	position: absolute;
	right: 22px;
	top: 22px;
	width: 15px;
	height: 15px;
	background: url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/close_icon.1dce9dfec8bff7ce4f8dc4182e29fa27.png);
	background-size: 15px 15px;
	cursor: pointer
}

.container .table-form .address-select {
	width: 136px;
	height: 40px;
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	font-family: PingFangSC-Regular;
	font-size: 14px;
	padding-left: 16px
}

.container .table-form .connect-bar {
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	color: #d2d2d2;
	margin: 0 7px
}

.container .table-form .input-wrap {
	position: relative;
	width: 450px
}

.container .table-form .establishment-time {
	cursor: pointer;
	position: relative;
	z-index: 10;
	background: transparent !important
}

.container .table-form .input-wrap .icon-position {
	position: absolute;
	top: 12px;
	right: 8px;
	cursor: pointer
}

.container .table-form .input-wrap .icon-position.icon-text {
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #aaa;
	top: 14px
}

.morefileUp {
	margin-top: 6px
}

.upLink {
	text-decoration: none;
	cursor: pointer
}

.upLink:hover {
	text-decoration: underline
}

.fileBox {
	display: block;
	position: relative;
	margin: 10px 0;
	color: #333;
	text-align: left;
	width: fit-content;
	width: -webkit-fit-content;
	width: -moz-fit-content
}

.fileBox,
.fileDel {
	height: 14px;
	font-family: PingFangSC-Regular;
	font-size: 14px;
	line-height: 14px
}

.fileDel {
	z-index: 2;
	display: inline-block;
	color: #1183ed;
	letter-spacing: 0;
	cursor: pointer;
	margin-left: 18px
}

.fileBox span {
	font-size: 14px;
	color: #393838
}

.upload-btn {
	width: 96px;
	background: #0c7ff2;
	text-align: center
}

.upload-btn,
.upload-loading {
	display: inline-block;
	height: 26px;
	border-radius: 2px;
	font-family: PingFangSC-Regular;
	font-size: 12px;
	color: #fff;
	line-height: 26px
}

.upload-loading {
	width: 70px;
	background-color: #1da8fc;
	text-align: right;
	padding: 0 13px;
	background-image: url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/loading-new.f20d8b5fcb5c4e2eb0d21e6d656400d9.gif);
	background-repeat: no-repeat;
	background-size: 18px 18px;
	background-position: 13px
}

.container .body-box .table-form .textarea-top .table-label {
	vertical-align: top;
	padding-top: 18px
}

.container .body-box .table-form .textarea-top td {
	padding-top: 7px
}

.textarea-wrap textarea {
	width: 419px;
	padding: 13px 16px;
	border: 1px solid #d2d2d2;
	resize: none
}

.process-box {
	font-family: PingFangSC-Medium;
	font-size: 28.49px;
	color: #fff;
	letter-spacing: .43px;
	text-align: center;
	line-height: 102px
}

.process-box-item {
	width: 272px;
	height: 102px;
	background: #dbdbdb;
	margin-right: 5px;
	position: relative
}

.process-box-item p {
	font-family: PingFangSC-Medium;
	font-size: 28px;
	color: #fff;
	letter-spacing: 12px;
	line-height: 32px;
	text-align: center
}

.process-box-item p.margin-top {
	margin-top: 19px
}

.process-box-item.active {
	background: #0090ff
}

.process-box-item .triangle-l-icon {
	display: block;
	width: 16px;
	height: 102px;
	background: url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/tri-left.c003b48e4a216f3ec85d8c878af2fef5.png) no-repeat;
	background-image: -webkit-image-set(url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/tri-left.c003b48e4a216f3ec85d8c878af2fef5.png) 1x, url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/tri-left@2x.31cc94fd6c2c0866a2f586e1b5296c1e.png) 2x);
	background-image: -moz-image-set(url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/tri-left.c003b48e4a216f3ec85d8c878af2fef5.png) 1x, url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/tri-left@2x.31cc94fd6c2c0866a2f586e1b5296c1e.png) 2x);
	background-image: -ms-image-set(url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/tri-left.c003b48e4a216f3ec85d8c878af2fef5.png) 1x, url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/tri-left@2x.31cc94fd6c2c0866a2f586e1b5296c1e.png) 2x);
	background-image: -o-image-set(url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/tri-left.c003b48e4a216f3ec85d8c878af2fef5.png) 1x, url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/tri-left@2x.31cc94fd6c2c0866a2f586e1b5296c1e.png) 2x);
	background-size: 16px 102px;
	position: absolute;
	left: 0;
	top: 0
}

.process-box-item .triangle-r-icon {
	background: url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/tri-right.4e42f753d5d78768a7b44afefe0d6419.png) no-repeat;
	background-image: -webkit-image-set(url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/tri-right.4e42f753d5d78768a7b44afefe0d6419.png) 1x, url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/tri-right@2x.81f938ee3bd5bc49d15c8600b098cb8a.png) 2x);
	background-image: -moz-image-set(url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/tri-right.4e42f753d5d78768a7b44afefe0d6419.png) 1x, url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/tri-right@2x.81f938ee3bd5bc49d15c8600b098cb8a.png) 2x);
	background-image: -ms-image-set(url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/tri-right.4e42f753d5d78768a7b44afefe0d6419.png) 1x, url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/tri-right@2x.81f938ee3bd5bc49d15c8600b098cb8a.png) 2x);
	background-image: -o-image-set(url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/tri-right.4e42f753d5d78768a7b44afefe0d6419.png) 1x, url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/tri-right@2x.81f938ee3bd5bc49d15c8600b098cb8a.png) 2x);
	background-size: 16px 102px
}

.process-box-item .triangle-r-icon,
.process-box-item .triangle-r-icon-active {
	display: block;
	width: 16px;
	height: 102px;
	position: absolute;
	right: -16px;
	top: 0;
	z-index: 10
}

.process-box-item .triangle-r-icon-active {
	background: url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/tri-right-active.3aa9dde11f40bfd9e023c8862f0c6868.png) no-repeat;
	background-image: -webkit-image-set(url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/tri-right-active.3aa9dde11f40bfd9e023c8862f0c6868.png) 1x, url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/tri-right-active@2x.84400006f04ec514e265dd9336331e7c.png) 2x);
	background-image: -moz-image-set(url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/tri-right-active.3aa9dde11f40bfd9e023c8862f0c6868.png) 1x, url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/tri-right-active@2x.84400006f04ec514e265dd9336331e7c.png) 2x);
	background-image: -ms-image-set(url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/tri-right-active.3aa9dde11f40bfd9e023c8862f0c6868.png) 1x, url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/tri-right-active@2x.84400006f04ec514e265dd9336331e7c.png) 2x);
	background-image: -o-image-set(url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/tri-right-active.3aa9dde11f40bfd9e023c8862f0c6868.png) 1x, url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/tri-right-active@2x.84400006f04ec514e265dd9336331e7c.png) 2x);
	background-size: 16px 102px
}

.finance-if-box--inline,
.finance-if-box--inline table {
	padding-bottom: 0;
	width: auto;
	max-width: 100%
}

.finance-if-box--inline table td {
	margin-bottom: 0;
	float: none;
	min-width: 224px
}

.finance-if-box--inline table button+button {
	margin-left: 20px
}

.table-title {
	text-align: left;
	line-height: 2;
	font-size: 17px;
	padding: 20px 48px 10px
}

.tips-finance-if-box table td {
	font-size: 14px;
	color: #666;
	width: 100%;
	text-align: center
}

.tips-finance-if-box table tr:first-of-type td {
	margin-top: 60px
}

.marketing-box .finance-if-box3 tr td.btn-line {
	padding: 0
}

.btn-line .addGoods {
	border: none;
	max-width: 100%;
	min-width: auto;
	background: rgba(17, 131, 237, .04)
}

.marketing-box .finance-if-box3 tr td select {
	margin-right: 10px
}

.isometric {
	font-family: Menlo, Monaco, Courier New, monospace
}

.isometric+.management-choice-checke-btn {
	margin-top: 10px
}

.finance-if-box3 .rowspanTdL {
	border-left: 1px solid #e4e8eb;
	padding-left: 2.05%
}

.add-icon {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 6px
}

.add-icon:before {
	transform: translateX(-50%) rotate(90deg)
}

.add-icon:after,
.add-icon:before {
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	background: #1183ed;
	top: 0;
	left: 50%
}

.add-icon:after {
	transform: translateX(-50%)
}

.icon-plate {
	width: 22px
}

.reading-icon {
	width: 16px;
	vertical-align: middle;
	margin-top: -4px;
	margin-left: 8px
}

.company-finance-if-box table .createTd-small {
	min-width: 80px
}

.createTd-small .icon-plate {
	display: block;
	float: right;
	margin-right: 10px;
	margin-top: -4px
}

.fileBox--icon {
	display: block;
	margin-top: 0;
	margin-bottom: 13px;
	height: auto
}

.btn-box {
	display: block
}

.btn-box .fileDel:first-of-type {
	margin: 13px 0 0
}

.inline-box {
	display: inline-block
}

.check-box--table {
	height: 16px
}

.check-box--table input,
.check-box--table label {
	height: 14px
}

.btn-content {
	padding-top: 0;
	padding-bottom: 24px
}

.btn-content .underline+.underline {
	margin-left: 20px
}

.tips-table {
	margin-bottom: 20px;
	padding: 10px 24px;
	width: 100%;
	background: rgba(17, 131, 237, .1);
	border: 1px solid #1183ed;
	border-radius: 4px
}

.tips-table td:first-of-type {
	min-width: 30%;
	line-height: 1.4
}

.tips-table .we-button+.we-button {
	margin-left: 20px
}

.template-list {
	position: relative;
	width: 762px;
	overflow: hidden;
	padding: 0 29px
}

.template-list .swiper-slide {
	flex-flow: column;
	cursor: pointer;
	width: 168px;
	margin-right: 29px
}

.template-list--noSwiper {
	padding: 0
}

.template-list--noSwiper .swiper-button-next,
.template-list--noSwiper .swiper-button-prev {
	display: none
}

.template-list .swiper-slide--select .template-item {
	border-color: #1183ed
}

.template-list .swiper-slide--select .template-item-name {
	background: #1183ed;
	color: #fff
}

.template-item {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #e4e8eb
}

.template-item-img {
	width: 100%;
	padding: 4px;
	box-sizing: border-box
}

.template-item-name {
	border-top: 1px solid #e4e8eb;
	font-size: 12px;
	line-height: 1.8;
	text-align: center
}

.template-item-name,
.template-item-number {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.template-item-number {
	font-size: 14px;
	line-height: 1.2;
	padding-top: 4px
}

.template-list .swiper-button-next,
.template-list .swiper-button-next.swiper-button-disabled,
.template-list .swiper-button-prev,
.template-list .swiper-button-prev.swiper-button-disabled,
.template-list .swiper-container-rtl .swiper-button-next,
.template-list .swiper-container-rtl .swiper-button-prev {
	background-size: auto 30px
}

.template-list .swiper-button-prev {
	left: 0
}

.template-list .swiper-button-next {
	right: 0
}

.template-tips {
	padding: 20px 0
}

.treaty-content {
	line-height: 1.5
}

.dialog-tips {
	color: #666;
	line-height: 1.2;
	margin-bottom: 32px
}

.dialog .icon-close {
	background-repeat: no-repeat;
	top: 13px;
	right: 13px;
	border: 10px solid transparent
}

.code-container {
	position: absolute;
	top: 90px;
	left: 700px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center
}

.code-box {
	position: relative
}

.code-content p {
	white-space: nowrap
}

.code-content .code-img {
	width: 110px
}

.code-content {
	text-align: center;
	color: #333;
	margin-right: 10px
}

.code-content,
.code-tips {
	font-size: 12px;
	line-height: 1.5
}

.code-tips {
	color: #666;
	width: 230px;
	text-align: justify;
	padding-bottom: 18px
}

.code-tips .orangeColor {
	color: #f8ac2e
}

.info ul .invoice,
.invoice .service_type {
	height: auto
}

.tips {
	float: left;
	width: 100%;
	margin-left: 120px;
	color: #646464;
	border: none
}

.tips .active {
	color: #007af5
}

.business-rights-pop.dialog .alertBox {
	width: 370px
}

.business-rights-pop.dialog .pop-btn .we-button {
	margin: 0 15px
}

.service_type .disabled-select {
	background: rgba(0, 0, 0, .1);
	color: rgba(0, 0, 0, .6);
	cursor: not-allowed;
	outline: none
}

.content_right .found .service_details p {
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	min-height: 81px;
	margin-bottom: 0
}

.service_details .service_details-max {
	height: 81px
}

.service_details p span {
	position: absolute;
	bottom: 0;
	right: 0;
	background: #fff;
	box-shadow: -2px 0 4px 0 #fff
}

.template-list .swiper-wrapper {
	align-items: center
}

.disabled-tr td {
	position: relative
}

.disabled-tr td.disabled-td,
.disabled-tr td.disabled-td a {
	color: #9a9a9a
}

.check-box--table input.choice-radioInput--disabled {
	width: 16px;
	height: 16px;
	cursor: no-drop
}

.check-box--table input.choice-radioInput--disabled+label {
	width: 13px;
	padding-left: 13px;
	min-width: 13px;
	min-height: 13px;
	height: 15px;
	border-radius: 2px;
	background: transparent;
	border: 1px solid #999;
	background: #eee
}

.check-box.check-box--table label {
	background: url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/checke-hover.46299cac788effd4398a44b18b4a612d.png) no-repeat 0;
	background-size: 15px 15px
}

.check_select--search .check-box label,
:root .check_select--search .check-box:hover label {
	padding-left: 0;
	background: none
}

.check_select--search .check-box input:checked+label:after {
	content: "";
	background: none
}

.check_select--multiple,
.check_select--search {
	width: 250px
}

.check_select--multiple .check_list,
.check_select--search .check_list {
	max-height: 228px
}

.check_select--multiple .activeName,
.check_select--search .activeName {
	margin: 0 15px 6px;
	width: 210px;
	padding-right: 30px;
	background: url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/i_search.5c45c64961f1958ae93c22b0239d06c0.png) 100% no-repeat;
	background-position-x: 185px;
	background-size: 20px auto
}

.management-select[disabled] {
	cursor: not-allowed;
	background-color: #eee
}

.check_select--multiple .check_label .check_label_delete,
.check_select--search .check_label .check_label_delete {
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 100%;
	z-index: 99
}

.check_select--multiple .check_label:hover .check_label_delete,
.check_select--search .check_label:hover .check_label_delete {
	background: url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/icon-close.ddf28cf446a9e1492ad961beecd7730a.png) right 8px center no-repeat;
	background-size: 14px auto
}

.business-rights-pop.dialog {
	background: rgba(0, 0, 0, .7)
}

.tips-table .orderManagement-choice-checke-btn {
	margin-left: 40px;
	min-width: 240px
}

.redColor {
	color: rgba(255, 0, 0, .6)
}

.orangeColor {
	color: #f8ac2e
}

.blueColor {
	color: #1183ed
}

.help {
	cursor: pointer;
	border: 5px solid transparent;
	border-left: none;
	border-radius: 50%;
	vertical-align: middle;
	margin-top: -10px
}

.help,
.help-icon {
	display: inline-block
}

.help-icon {
	position: relative;
	width: 10px;
	height: 10px;
	background: url(../../yibazhan/images/http://8.146.206.136:886/txpz/images/help@2x.61d0e2d47329177e8c0171f7e1d107ab.png) no-repeat;
	background-size: 100% auto
}

.help-det {
	position: absolute;
	display: none;
	width: auto;
	right: 0;
	top: 0;
	transform: translateY(-50%);
	white-space: nowrap;
	padding: 10px;
	border-radius: 4px;
	background: #fff;
	box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, .24)
}

.help:hover .help-det {
	display: block
}

.position-rel {
	position: relative
}

.min-width-xs {
	min-width: 90px
}

.marketing-box table .blueColor {
	font-size: 14px;
	font-weight: 700
}

.table-top {
	margin-top: 30px
}

/*!
 * vue-datetime-local.js v1.0.17
 * (c) 2017-2018 weifeiyue
 * Released under the MIT License.
 */
.datepicker {
	display: inline-block;
	position: relative
}

.datepicker:before {
	content: "";
	display: block;
	background: url("../../yibazhan/images/data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjAiIGhlaWdodD0iMjAiPjxwYXRoIGQ9Ik01NjQgMTgwLjJINDQ4Yy04LjMgMC0xNS02LjctMTUtMTVzNi43LTE1IDE1LTE1aDExNmM4LjIgMCAxNSA2LjcgMTUgMTVzLTYuOCAxNS0xNSAxNXoiIGZpbGw9IiM5ODk4OTgiLz48cGF0aCBkPSJNOTQ1IDk1Mi4ySDgxLjJjLTguMiAwLTE1LTYuNy0xNS0xNVYxNjIuOGMwLTguMyA2LjgtMTUgMTUtMTVIMjk0YzguMiAwIDE1IDYuNyAxNSAxNXMtNi44IDE1LTE1IDE1SDk2LjJ2NzQ0LjRIOTMwVjE3Ny44SDcxMy42Yy04LjMgMC0xNS02LjctMTUtMTVzNi43LTE1IDE1LTE1SDk0NWM4LjIgMCAxNSA2LjcgMTUgMTV2Nzc0LjRjMCA4LjMtNi44IDE1LTE1IDE1eiIgZmlsbD0iIzk4OTg5OCIvPjxwYXRoIGQ9Ik0zMzMuMyA1NTFIMjE2Yy04LjIgMC0xNS02LjgtMTUtMTVzNi44LTE1IDE1LTE1aDExNy4zYzguMyAwIDE1IDYuNiAxNSAxNXMtNi43IDE1LTE1IDE1em0yMzAuMyAwSDQ0Ni4zYy04LjMgMC0xNS02LjgtMTUtMTVzNi43LTE1IDE1LTE1aDExNy4zYzguMiAwIDE1IDYuNiAxNSAxNXMtNi44IDE1LTE1IDE1em0yMzAuMiAwSDY3Ni42Yy04LjMgMC0xNS02LjgtMTUtMTVzNi43LTE1IDE1LTE1aDExNy4yYzguMyAwIDE1IDYuNiAxNSAxNXMtNi43IDE1LTE1IDE1ek0zMzMuMyA3NDBIMjE2Yy04LjIgMC0xNS02LjgtMTUtMTVzNi44LTE1IDE1LTE1aDExNy4zYzguMyAwIDE1IDYuNiAxNSAxNXMtNi43IDE1LTE1IDE1em0yMzAuMyAwSDQ0Ni4zYy04LjMgMC0xNS02LjgtMTUtMTVzNi43LTE1IDE1LTE1aDExNy4zYzguMiAwIDE1IDYuNiAxNSAxNXMtNi44IDE1LTE1IDE1em0yMzAuMiAwSDY3Ni42Yy04LjMgMC0xNS02LjgtMTUtMTVzNi43LTE1IDE1LTE1aDExNy4yYzguMyAwIDE1IDYuNiAxNSAxNXMtNi43IDE1LTE1IDE1ek0zNzAuOCAyNTguNmMtOC4zIDAtMTUtNi43LTE1LTE1Vjg2LjhjMC04LjIgNi43LTE1IDE1LTE1czE1IDYuOCAxNSAxNXYxNTYuOGMwIDguMy02LjcgMTUtMTUgMTV6bTI3MC4yIDBjLTguMyAwLTE1LTYuNy0xNS0xNVY4Ni44YzAtOC4yIDYuNy0xNSAxNS0xNXMxNSA2LjggMTUgMTV2MTU2LjhjMCA4LjMtNi43IDE1LTE1IDE1ek05NDUgMzcyLjJIODEuMmMtOC4yIDAtMTUtNi43LTE1LTE1czYuOC0xNSAxNS0xNUg5NDVjOC4yIDAgMTUgNi43IDE1IDE1cy02LjggMTUtMTUgMTV6IiBmaWxsPSIjOTg5ODk4Ii8+PC9zdmc+") no-repeat 50% 50%
}

.datepicker-close,
.datepicker:before {
	position: absolute;
	width: 34px;
	height: 100%;
	top: 0;
	right: 0
}

.datepicker-close {
	display: none;
	cursor: pointer
}

.datepicker-close:before {
	display: block;
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	left: 50%;
	top: 50%;
	margin-left: -8px;
	margin-top: -8px;
	text-align: center;
	background: #ccc;
	color: #fff;
	border-radius: 50%;
	background: #ccc url("../../yibazhan/images/data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA3IDciIHdpZHRoPSI3IiBoZWlnaHQ9IjciPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik01LjU4LDVsMi44LTIuODFBLjQxLjQxLDAsMSwwLDcuOCwxLjZMNSw0LjQxLDIuMiwxLjZhLjQxLjQxLDAsMCwwLS41OC41OGgwTDQuNDIsNSwxLjYyLDcuOGEuNDEuNDEsMCwwLDAsLjU4LjU4TDUsNS41OCw3LjgsOC4zOWEuNDEuNDEsMCwwLDAsLjU4LS41OGgwWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEuNSAtMS40OCkiIHN0eWxlPSJmaWxsOiNmZmYiLz48L3N2Zz4NCg==") no-repeat 50% 50%
}

.datepicker__clearable:hover:before {
	display: none
}

.datepicker__clearable:hover .datepicker-close {
	display: block
}

.datepicker-close:hover:before {
	background-color: #afafaf
}

.datepicker>input {
	color: #666;
	transition: all .2s ease;
	border: 1px solid #e5e5e5;
	height: 36px;
	line-height: 36px;
	border-radius: 2px;
	box-sizing: border-box;
	outline: none;
	padding: 0 34px 0 12px;
	font-size: 14px;
	width: 100%;
	user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none
}

.datepicker>input.focus {
	border-color: #3bb4f2;
	-webkit-box-shadow: 0 0 5px rgba(59, 180, 242, .3);
	box-shadow: 0 0 5px rgba(59, 180, 242, .3)
}

.datepicker>input:disabled {
	cursor: not-allowed;
	background-color: #ebebe4;
	border-color: #e5e5e5;
	-webkit-box-shadow: none;
	box-shadow: none
}

.datepicker-popup {
	position: absolute;
	transition: all .2s ease;
	opacity: 1;
	transform: scaleY(1);
	transform-origin: center top;
	font-size: 12px;
	background: #fff;
	border: 1px solid #d9d9d9;
	box-shadow: 0 1px 6px rgba(99, 99, 99, .2);
	margin-top: 2px;
	outline: 0;
	padding: 5px;
	overflow: hidden;
	z-index: 999
}

.datepicker-inline {
	position: relative;
	margin-top: 0
}

.datepicker-range {
	min-width: 325px
}

.datepicker-range .datepicker-popup {
	width: 403px
}

.datepicker-bottom {
	float: left;
	width: 100%;
	text-align: right
}

.datepicker-btn {
	padding: 5px 10px;
	background: #1284e7;
	color: #fff;
	border-radius: 2px;
	display: inline-block;
	cursor: pointer
}

.datepicker-anim-enter-active {
	transform-origin: 0 0;
	animation: datepicker-anim-in .2s cubic-bezier(.23, 1, .32, 1)
}

.datepicker-anim-leave-active {
	transform-origin: 0 0;
	animation: datepicker-anim-out .2s cubic-bezier(.755, .05, .855, .06)
}

.datepicker__buttons {
	display: block;
	text-align: right
}

.datepicker__buttons button {
	display: inline-block;
	font-size: 13px;
	border: none;
	cursor: pointer;
	margin: 10px 0 0 5px;
	padding: 5px 15px;
	color: #fff
}

.datepicker__buttons .datepicker__button-select {
	background: #1284e7
}

.datepicker__buttons .datepicker__button-cancel {
	background: #666
}

@keyframes datepicker-anim-in {
	0% {
		opacity: 0;
		transform: scaleY(.8)
	}

	to {
		opacity: 1;
		transform: scaleY(1)
	}
}

@keyframes datepicker-anim-out {
	0% {
		opacity: 1;
		transform: scaleY(1)
	}

	to {
		opacity: 0;
		transform: scaleY(.8)
	}
}

.calendar {
	float: left;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.calendar+.calendar {
	border-left: 1px solid #eaeaea;
	margin-left: 5px;
	padding-left: 5px
}

.calendar-head {
	line-height: 34px;
	height: 34px;
	text-align: center;
	position: relative
}

.calendar-head a {
	color: #666;
	font-weight: 700;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	position: absolute;
	padding: 0 5px;
	font-size: 16px
}

.calendar-head a:hover {
	color: #1284e7
}

.calendar-head .calendar-month-select,
.calendar-head .calendar-year-select {
	font-size: 12px;
	padding: 0 2px;
	position: relative
}

.calendar-prev-decade-btn,
.calendar-prev-year-btn {
	left: 6px
}

.calendar-prev-month-btn {
	left: 24px
}

.calendar-next-decade-btn,
.calendar-next-year-btn {
	right: 6px
}

.calendar-next-month-btn {
	right: 24px
}

.calendar-body {
	position: relative;
	width: 196px;
	height: 196px
}

.calendar-days {
	width: 100%;
	height: 100%
}

.calendar-date,
.calendar-week {
	font-weight: 400;
	width: 14.28%;
	height: 14.28%;
	text-align: center;
	box-sizing: border-box;
	overflow: hidden;
	float: left
}

.calendar-date:before,
.calendar-week:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle
}

.calendar-date {
	cursor: pointer
}

.calendar-date-out {
	color: #ccc
}

.calendar-date-on,
.calendar-date:hover {
	background: #eaf8fe
}

.calendar-date-selected,
.calendar-date-selected:hover {
	color: #fff;
	font-weight: 700;
	background: #1284e7
}

.calendar-date-disabled {
	cursor: not-allowed !important;
	color: #bcbcbc !important;
	background: #f3f3f3 !important
}

.calendar-foot {
	margin-top: 5px
}

.calendar-hour {
	display: inline-block;
	border: 1px solid #e6e5e5;
	color: #9e9e9e
}

.calendar-hour a {
	display: inline-block;
	padding: 2px 4px;
	cursor: pointer
}

.calendar-hour a.on,
.calendar-hour a:hover {
	color: #1284e7
}

.calendar-hours,
.calendar-minutes,
.calendar-months,
.calendar-seconds,
.calendar-years {
	width: 100%;
	height: 100%;
	position: absolute;
	background: #fff;
	left: 0;
	top: 0
}

.calendar-months a,
.calendar-years a {
	width: 33.33%;
	height: 25%
}

.calendar-hours a {
	width: 20%;
	height: 20%
}

.calendar-minutes a,
.calendar-seconds a {
	width: 16.66%;
	height: 10%
}

.calendar-title {
	margin-top: -30px;
	height: 30px;
	line-height: 30px;
	background: #fff;
	text-align: center;
	font-weight: 700
}

顶部底部向上向下S