@font-face {
    font-family: 'syNormal';
    src: 'Microsoft YaHei';
    /*font-family:Microsoft YaHei*/
    /*src: url(../fonts/SourceHanSansCN-Normal.otf);*/
    /*src: url(../fonts/SourceHanSansCN-Normal.otf) format('truetype');*/
}
body {
	background-color: transparent;
	font-family: "syNormal";
	font-size: 14px;
	color: #444737;
}
p, h1, h2, h3, h4, h5, h6, div, span, strong{
	font-family: "syNormal";
}
input::placeholder{
	color: #bbb;
}
a{
	color: #ec6c00;
}
.nav-wrap {
	overflow: hidden;
}

.sidebar.menu-min .nav-list>li>a>.menu-icon {
	margin: 0;
}

.no-skin .responsive {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 880;
	transition: all .3s;
	overflow: hidden;
	width: 250px;
	background-color: #fff;
	border: none;
	background: #EF8641;
}

.sidebar .sidebar-shortcuts-large,
.no-skin .nav-list>li>a {
	white-space: nowrap;
}

.no-skin .nav-list>li>a {
	display: flex;
	align-items: center;
	line-height: 18px;
	transition: all .3s;
	background: none;
	height: auto;
	padding: 16px 25px;
	color: #fff;
	font-size: 16px !important;
}

.nav-list>li:before {
	display: none !important;
}

.nav-list>li a>.arrow {
	transition: all .3s;
}

.open>a>.arrow {
	transform: rotate(180deg);
}

.nav-list>li>a>.menu-icon {
	min-width: auto;
	margin: 0;
	width: 20px;
	margin-right: 25px;
	font-size: 18px;
	text-align: center;
	float: left;
	color: #fff;
}

.nav-list>li a>.arrow {
	right: 20px;
	top: 18px;
}

.no-skin .nav-list>li.active>a>.menu-icon,
.nav-list li.open>a>.arrow,
.nav-list li.open>a>.menu-icon {
	color: #EF8641;
}

.nav-list>li {
	border: none;
}

.nav-list>li .submenu>li>a,
.nav-list>li>.submenu>li:before,
.nav-list>li>.submenu,
.nav-list>li>.submenu:before,
.no-skin .nav-list>li.active:after,
.nav-list li.active>a:after {
	border: none;
}

.nav-list>li .submenu>li a>.menu-icon {
	display: none !important;
}

.nav-list>li .submenu>li>a {
	padding: 11px 25px;
	color: #EF8641 !important;
	font-weight: 400;
	font-size: 14px;
	background-color: #F8C29C !important;
}

.navbar {
	left: 250px;
	transition: all .3s;
	background: #EF8641;
}

.left-nav-logo {
	text-align: center;
	padding: 28px 0;
}

.left-nav-user {
	padding: 20px 30px 30px;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.left-nav-user>span {
	display: block;
	width: 50px;
	height: 50px;
	margin-right: 10px;
	border-radius: 50%;
	overflow: hidden;
}

.left-nav-user>span>img {
	width: 100%;
	height: 100%;
	display: block;
}

.left-nav-user>div>p {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	line-height: 18px;
	margin: 0;
}

.left-nav-user>div>span {
	font-size: 12px;
	color: #EAE6D8;
	margin-top: 8px;
	line-height: 14px;
}

.no-skin .nav-list>li:hover>a {
	/* background: #F6F6F6;
	color: #868e96; */
	background: #F8C29C;
    box-shadow: 0px 5px 6px 0px rgb(152 122 92 / 42%);
    color: #EF8641;
}
.no-skin .nav-list>li:hover>a>i{
	color: #EF8641;
}
.no-skin .nav-list>li:hover>a>b{
	color: #EF8641;
}
.nav-list li:hover>a>.arrow {
	color: #868e96;
}

.no-skin .nav-list>li .submenu {
	background-color: #F9F9F9;
}

.no-skin .nav-list>li .submenu>li.active:not(.open)>a {
	background-color: #F9F9F9;
}

.no-skin .nav-list>li .submenu>li>a:hover {
	color: #ec6c00;
}

.no-skin .nav-list>li .submenu>li>a {
	display: flex;
	align-items: center;
}

.icon-yuan {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 1px solid #EF8641;
	margin: 0 28px 0 5px;
}

.no-skin .nav-list>li .submenu>li>a:hover .icon-yuan,
.no-skin .nav-list>li .submenu>li.active>a .icon-yuan {
	border: 1px solid #EF8641;
}

.no-skin .nav-list>li .submenu>li.active>a,
.no-skin .nav-list>li.open>a {
	color: #EF8641;
	background: #F8C29C !important;
}

.no-skin .nav-list>li.active>a {
	/* background-color: #f9f9f9 !important; */
	background: #F8C29C !important;
	box-shadow:  0px 5px 6px 0px rgba(152, 122, 92, 0.42);
	color: #EF8641;
	font-weight: 600;
}

.navbar-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 70px;
}

.ace-nav>li.light-blue>a,
.ace-nav>li>a {
	background-color: transparent !important;
	display: flex;
	align-items: center;
}

.ace-nav>li {
	border-left: none
}

.dropdown-menu.dropdown-close.dropdown-menu-right {
	left: auto;
	box-shadow: 0 0 25px rgba(0, 0, 0, .15);
	border: none;
	border-radius: 3px !important;
}

.ace-nav>li.grey-list {
	margin-right: 0;
}

.user-info {
	top: 0;
}

.user-info small {
	margin: 0;
}

.main-container {
	padding-right: 18px;
}

.main-container:before {
	background-color: #f0f0f0 !important;
}

.head-breadcrumbs {
	/* height: 70px; */
	padding: 0 24px;
	/* margin-bottom: 30px; */
	/* background: rgba(255, 255, 255, 1); */
	background: none;
	border-radius: 3px;
	border: none;
	display: flex;
	align-items: center;
}

.head-breadcrumbs>ul {
	margin: 0;
}

.head-breadcrumbs>ul>li>a {
	color: #ec6c00;
	text-decoration: none;
}

.head-breadcrumbs>ul>li>i {
	font-size: 18px !important;
	vertical-align: middle !important;
}

.order-head-filter {
	margin-bottom: 30px;
	background: #fff;
	box-shadow: 0px 0px 15px 0px rgba(238, 238, 238, 1);
	border-radius: 3px;
	border: none;
	padding: 0;
}

.order-head-filter .form-group {
	margin: 0 !important;
	display: flex;
	align-items: center
}

.order-head-filter-title {
	line-height: 56px;
	padding: 0 20px;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #F9F9F9;
	color: #585858;
}

.order-head-filter>form {
	padding: 30px 20px;
	display: flex;
	flex-wrap: wrap;
}

.order-head-filter .form-group label {
	color: #444737;
	margin: 0;
}

.order-head-filter .form-group input {
	height: 36px;
	border: 1px solid rgba(237, 237, 237, 1);
	border-radius: 3px !important;
	padding: 0;
	font-size: 14px;
	width: 290px;
}

.order-head-filter .form-group select {
	height: 36px;
	border: 1px solid rgba(237, 237, 237, 1);
	border-radius: 3px !important;
	padding: 0;
	font-size: 14px;
	width: 160px;
}

.order-head-filter-search {
	padding: 0 11px !important;
	height: 36px;
	line-height: 36px;
	background-color: #f29739;
	border-radius: 3px !important;
	color: #fff !important;
	margin: 0;
	padding: 0;
	text-align: center;
	border: none;
	outline: none;
	text-decoration: none !important;
}

.order-head-filter-add {
	padding: 0 11px !important;
	height: 36px;
	line-height: 36px;
	background-color: #ec6c00;
	border-radius: 3px !important;
	color: #fff !important;
	margin: 0;
	padding: 0;
	text-align: center;
	border: none;
	outline: none;
	text-decoration: none !important;
}

.order-head-filter-search>i,
.order-head-filter-add>i {
	margin-left: 0;
}

.order-table-box {
	padding: 20px;
	background: #fff;
	overflow: hidden;
}

.order-table-box .table>thead>tr>th,
.order-table-box .table>tbody>tr>td {
	border: none;
}

.order-table-box .table>thead>tr>th {
	white-space: nowrap;
	font-size: 14px;
	color: #444737;
	padding: 14px 8px;
}

.order-table-box .table>thead>tr {
	background: #FAFAFA;
}

.order-table-box .table>tbody>tr>td {
	padding: 12px 8px;
	color: #676A6C;
}

.order-table-box .table>tbody>tr>td>a {
	color: #676A6C;
	text-decoration: none !important;
}

.order-table-box .table>tbody>tr:nth-child(2n) {
	background: #FAFAFA;
}

.order-operating-box>a,
.order-operating-box>button,
.order-operating-box>span,
.order-operating-box>span>button {
	display: inline-block;
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	border-radius: 3px;
	margin-right: 4px;
}

.order-operating-box>button {
	border: none !important;
	padding: 0;
	margin: 0;
	outline: none;
}

.order-operating-box>a>i,
.order-operating-box>button>i,
.order-operating-box>span>i {
	color: #fff;
}

.order-operating-detail-btn {
	background: #59c2e1;
}

.order-operating-edit {
	background: #8aafcc;
}

.order-operating-del {
	background: #db5a6f;
}

.order-operating-success {
	background: #6abc78;
}

.order-operating-abort {
	background: #d087a7;
}

.order-footer-paging .pagination>li>a {
	color: #ec6c00;
}

.order-footer-paging .pagination>.active>span {
	background-color: #ec6c00;
	border-color: #ec6c00;
}

.user-head-filter .form-group {
	margin-right: 10px !important;
	margin-bottom: 10px !important;
}

.user-head-filter .form-group label {
	white-space: nowrap;
}

.user-head-filter .form-group input {
	width: 180px;
}

.user-head-filter-time>input:first-child {
	border-right: 0 !important;
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.user-head-filter-time>input:last-child {
	border-left: 0 !important;
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}

.user-head-filter-time>span {
	border: none !important;
}

.head-tab-box {
	margin: 0;
	padding: 0;
	border: none;
	padding-bottom: 20px;
	border-bottom: 1px solid #F9F9F9;
	margin-bottom: 20px;
}

.head-tab-box>h4 {
	margin: 0 !important;
}

.head-tab-box>h4>a {
	padding: 0 16px !important;
	color: #ec6c00 !important;
	margin: 0 !important;
	font-size: 14px;
	display: inline-block;
	height: 30px;
	line-height: 30px;
}

.head-tab-box>h4.active>a {
	border: none !important;
	color: #fff !important;
	background: #ec6c00 !important;
	border-radius: 30px;
}

.head-tab-box>h4.active {
	border: none !important;
}

.add-contract-btn {
	background-color: #ec6c00;
	color: #fff !important;
	text-decoration: none !important;
	border-radius: 30px;
	padding: 6px 15px;
}

.industry-prompt {
	padding: 20px;
}

.industry-prompt-text {
	color: #555;
	margin-bottom: 20px;
}

.industry-prompt .chose-area {
	display: flex;
	align-items: center;
}

.industry-prompt .chose-area>select {
	height: 36px;
	border: 1px solid rgba(237, 237, 237, 1);
	border-radius: 3px !important;
	padding: 0;
	font-size: 14px;
	width: 200px;
	margin-left: 10px;
}

.industry-table-box input {
	height: 36px;
	border: 1px solid rgba(237, 237, 237, 1);
	border-radius: 3px !important;
	padding: 0;
	font-size: 14px;
}

.industry-footer-btn-box {
	text-align: center;
	padding: 20px;
}

.industry-footer-btn-box>span,
.industry-footer-btn-box>button,
.message-footer-btn {
	display: inline-block;
	padding: 0 11px !important;
	height: 36px;
	line-height: 36px;
	border-radius: 3px !important;
	color: #fff !important;
	margin: 0 10px;
	padding: 0;
	text-align: center;
	border: none;
	outline: none;
	text-decoration: none !important;
}

.industry-footer-btn-box>span,
.message-footer-btn {
	background-color: #ec6c00;
}

.industry-footer-btn-box>button {
	background-color: #ec6c00;
}

.message-radio {
	display: flex;
	height: 54px;
}

.message-radio>span {
	display: flex;
	align-items: center;
}

.message-radio>span>input {
	margin: 0 5px 0 0;
}

.message-footer-box {
	margin: 0;
	padding: 20px 0;
}

.message-footer-box>div {
	padding: 0;
}

.message-footer-box>div>ul {
	margin: 0;
}

.department-detail-piece {
	background: #fff;
	box-shadow: 0px 0px 15px 0px rgba(238, 238, 238, 1);
	border-radius: 3px;
	margin: 0 0 30px 0;
	overflow: hidden;
}

.department-detail-project-info {
	padding: 20px;
	background: #fff !important;
	height: 500px;
}

.department-detail-project-title {
	font-weight: bold;
}

.project-detail-dynamic-info-box {
	padding: 20px 30px;
	height: 500px;
	overflow-y: auto;
}

.project-detail-dynamic-info-list {
	position: relative;
	margin-bottom: 30px;
	padding-left: 10px;
}

.project-detail-dynamic-info-list::after {
	content: '';
	position: absolute;
	width: 1px;
	background: #F0F0F0;
	top: 8px;
	bottom: -36px;
	left: -6px;
	z-index: 1;
}

.project-detail-dynamic-info-list:last-child::after {
	display: none;
}

.project-detail-dynamic-info-list>i {
	display: block;
	position: absolute;
	width: 9px;
	height: 9px;

	border-radius: 50%;
	left: -10px;
	top: 5px;
	z-index: 2;
}

.project-detail-dynamic-info-list:nth-child(1n) i {
	background: #ec6c00;
}

.project-detail-dynamic-info-list:nth-child(2n) i {
	background: #f29739;
}

.project-detail-dynamic-info-list:nth-child(3n) i {
	background: #fccf00;
}

.project-detail-dynamic-info-list:nth-child(4n) i {
	background: #f19a86;
}

.project-detail-dynamic-info-list:nth-child(5n) i {
	background: #ed8599;
}

.project-detail-dynamic-info-list:nth-child(6n) i {
	background: #db5a6f;
}

.project-detail-dynamic-info-list>div {
	font-size: 14px;
	color: #343A40;
	line-height: 16px;
}

.project-detail-dynamic-info-list>div>span {
	color: #868E96;
}

.project-detail-dynamic-info-list>p {
	color: #868E96;
	font-size: 14px;
	line-height: 20px;
	margin: 8px 0 0 0;
}

.department-detail-position-list-box {
	background: #fff;
	box-shadow: 0px 0px 15px 0px rgba(238, 238, 238, 1);
	border-radius: 3px;
	margin-top: 30px;
}

.department-detail-position-title {
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 20px;
	border-bottom: 1px solid #F9F9F9;
}

.department-detail-position-title>h4 {
	margin: 0;
	font-weight: bold;
	font-size: 14px;
	color: #585858;
}

.department-detail-position-title>a {
	background: rgba(64, 45, 152, 1);
	color: #fff;
	padding: 0 10px;
	border-radius: 30px;
	line-height: 30px;
	text-decoration: none;
	font-size: 14px;
}

.attention-box h1,
.attention-box h1 label,
.attention-box h1 span {
	margin: 0 !important;
}

.attention-box h1 label {
	display: flex;
	align-items: center;
}

.add-project-form-box {
	background: #fff;
	box-shadow: 0px 0px 15px 0px rgba(238, 238, 238, 1);
	border-radius: 3px;
	padding: 20px;
}

.add-project-form-box .widget-title {
	margin: 0 0 20px 0;
	background: transparent;
	padding: 0;
	line-height: 16px;
	height: 16px;
}

.add-project-form-label {
	display: block;
	color: #505C66;
	margin-bottom: 10px;
}

.add-project-form-info-inp {
	width: 70%;
	border: none;
	border-radius: 3px;
}

.add-project-form-info-inp>input,
.add-project-form-info-inp>select {
	width: 100%;
	border: 1px solid rgba(237, 237, 237, 1);
	border-radius: 3px !important;
	height: 36px !important;
	line-height: 36px;
	padding: 0;
}

.add-project-form-info-inp>textarea {
	border: 1px solid rgba(237, 237, 237, 1);
	border-radius: 3px !important;
}

.add-project-form-info-inp.is_price span.down_icon {
	position: absolute;
	right: 6px;
	top: 15px;
	margin: 0;
}

.add-project-form-box .form-group {
	margin-bottom: 20px;
}

.add-project-form-ht-radio>label {
	margin: 0;
}

.add-project-form-info-inp .chosen-choices {
	border: 1px solid rgba(237, 237, 237, 1);
	border-radius: 3px !important;
	/* height: 36px !important; */
	background-image: none
}

.add-project-process {
	overflow: hidden;
	margin: 0;
}

.add-project-process>li {
	float: left;
	width: 100%;
}

.fp-project-info .widget-main {
	padding: 20px;
	overflow: hidden;
}

.fp-project-info .widget-main>div {
	margin-bottom: 20px;
}

.fp-project-info .widget-main>div:last-child {
	margin-bottom: 0;
}

.fp-project-info .widget-main>div>label {
	margin-bottom: 0;
	color: #868E96;
}

.task-detail-dynamic {
	padding: 0;
	overflow-y: auto;
}

.task-detail-recording-info {
	background: #fff;
	border-radius: 3px;
	overflow: hidden;
}

.task-detail-recording-info .widget-header {
	height: 56px;
	border-bottom: 1px solid #F9F9F9 !important;
	padding: 0 20px !important;
	display: flex;
	align-items: center;
}

.task-detail-recording-info .widget-header h5 {
	font-weight: 400;
	color: #9B989B;
	font-size: 14px;
}

.task-detail-recording-info .widget-header h5.active {
	border: none !important;
	color: #ec6c00 !important;
}

.acceptance-box {
	background: #fff;
	border-radius: 3px;
	overflow: hidden;
	padding: 20px;
}

.acceptance-box>h4,
.acceptance-box>h5,
.acceptance-box>p {
	margin: 0 0 20px 0;
	font-size: 14px;
	line-height: 16px;
	height: 16px;
}

.acceptance-box>h5 {
	font-weight: 400;
	border: none;
}

.user-detail-box {
	background: #fff;
	border-radius: 3px;
	overflow: hidden;
	padding: 20px;
}

.user-detail-box .user-detail-tab {
	height: auto !important;
	margin: 0 !important;
	border: none !important;
}

.user-detail-box .user-detail-tab>h5 {
	height: 30px !important;
	line-height: 30px !important;
	padding: 0 16px !important;
	color: #ec6c00;
	margin: 0 !important;
	font-size: 14px;
}

.user-detail-box>.user-detail-tab>h5.active {
	border: none !important;
	color: #fff !important;
	background: #ec6c00 !important;
	border-radius: 30px;
}

.user-detail-box .account_information .title {
	float: none;
	width: 100%;
	display: block;
	margin-bottom: 10px;
	color: #505C66;
}

.user-detail-info-inp,
.user-detail-info-address-inp {
	width: 40%;
	height: 40px;
	border: 1px solid rgba(237, 237, 237, 1) !important;
	border-radius: 3px !important;
	padding: 4px !important;
}

.user-detail-info-address-inp {
	width: 19.5%;
}

.user-detail-account-info>div {
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 20px;
	color: #505C66;
}

.user-detail-account-info>div:last-child {
	margin-bottom: 0;
}

.user-detail-account-info>div>span {
	color: #868E96;
	margin-right: 20px;
}

.user-detail-jobs-info {
	overflow: hidden;
}

.user-detail-jobs-info>div {
	padding: 4px 0 4px 10px;
	position: relative;
	width: 130px;
}

.user-detail-jobs-info>div>p {
	background: #707070;
	color: #fff;
	line-height: 24px;
	padding-left: 26px;
	padding-right: 10px;
	border-radius: 20px;
	font-size: 12px;
	margin: 0;
	display: flex;
	justify-content: space-between;
}

.user-detail-jobs-info>div>img {
	width: 32px;
	height: 32px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.transaction-recording-tab>.btn-primary.active {
	background-color: rgba(64, 45, 152, 1) !important;
}

.contract-select {
	height: 36px;
	border: 1px solid rgba(237, 237, 237, 1);
	border-radius: 3px !important;
	padding: 0;
	font-size: 14px;
	width: 160px;
}

.management-detail>label>span {
	width: 80px;
	display: inline-block;
	text-align: left;
}

.tab-head-filter-box {
	box-shadow: none;
}

.tab-head-filter-box .order-head-filter-title {
	padding: 0;
	line-height: 16px;
	padding-bottom: 20px;
}

.tab-head-filter-box>form {
	padding: 20px 0;
}

.announcement-info-title label {
	display: block;
	margin-bottom: 10px;
}

.announcement-info-title input,
.announcement-info-title select {
	width: 300px;
	height: 36px;
	border: 1px solid rgba(237, 237, 237, 1);
	border-radius: 3px !important;
	padding: 0;
	font-size: 14px;
}

.url-logo-box {
	position: relative;
}

.url-logo-box .memberdiv {
	width: 40%;
	display: inline-block;
}

.url-logo-box .memberdiv img {
	margin-bottom: 0;
}

.url-logo-box>span {
	position: absolute;
	top: 6px;
}

.user-detail-info-textarea {
	width: 40%;
	border: 1px solid rgba(237, 237, 237, 1) !important;
	border-radius: 3px !important;
	padding: 4px !important;
}

.add-nav-info {
	display: flex;
	align-items: center;
}

.add-nav-info input,
.add-nav-info select,
.add-nav-info textarea {
	width: 200px;
	height: 36px;
	border: 1px solid rgba(237, 237, 237, 1);
	border-radius: 3px !important;
	padding: 0;
	font-size: 14px;
	line-height: 36px;
}

.add-nav-info select {
	width: 80px;
}

.add-nav-info textarea {
	height: auto;
	width: 600px;
}

.user-detail-info-select {
	width: 40%;
	height: 40px;
	border: 1px solid rgba(237, 237, 237, 1) !important;
	border-radius: 3px !important;
	padding: 4px !important;
}

.ucenter-ts {
	width: 40%;
}

.contract-edit label {
	width: 70px;
	margin-bottom: 0;
	text-align: left;
}

.task-status {
	display: inline-block;
	line-height: 26px;
	padding: 0 16px;
	border-radius: 13px;
	background: #868E96;
	color: #fff;
}

.project-pay-process>i {
	font-style: initial;
	display: inline-block;
	width: 28px;
	height: 28px;
	border: 1px solid rgba(64, 45, 152, 1);
	border-radius: 50%;
	text-align: center;
	line-height: 26px;
}

.add-project-time-box {
	width: 70%;
}

.add-project-time-box>input {
	width: 49%;
	border: 1px solid rgba(237, 237, 237, 1);
	border-radius: 3px !important;
	height: 36px !important;
	line-height: 36px;
	padding: 0;
}

/* 首页 */
.index-head-info-box {
	background: #fff;
	box-shadow: 0px 0px 15px 0px rgba(238, 238, 238, 1);
	border-radius: 3px;
	padding: 20px 30px 30px;
}

.index-order-statistics-table-title {
	display: flex;
	align-items: center;
}

.index-order-statistics-table-title>div {
	position: relative;
}

.index-order-statistics-table-title>div>input[readonly] {
	border: none;
	outline: none;
	padding: 0;
	margin: 0 6px;
	width: 100px;
	background: transparent !important;
	color: #EF8641;
	cursor: pointer;
}

.index-order-statistics-table-title>div>i {
	position: absolute;
	position: absolute;
	right: 14px;
	color: #EF8641;
}

.index-order-statistics-info {
	display: flex;
	background: #F6F6F6;
	border-radius: 3px;
	padding: 20px 0;
	margin-top: 50px;
}

.index-order-statistics-info>div {
	flex: 1;
	text-align: center;
}

.index-order-statistics-info>div>span {
	color: #505C66;
	font-size: 30px;
	font-weight: bold;
	line-height: 26px;
	display: inline-block;
}

.index-order-statistics-info>div>p {
	margin: 0;
	color: #676A6C;
	font-size: 14px;
	line-height: 14px;
	margin-top: 16px;
}

.index-head-info-footer-statistics {
	display: flex;
	align-items: center;
	margin-top: 40px;
}

.index-head-info-footer-statistics>span {
	width: 48px;
	height: 48px;
	background: rgba(64, 45, 152, 1);
	border-radius: 3px;
	color: #fff;
	text-align: center;
	line-height: 48px;
	font-size: 18px;
	margin-right: 20px;
}

.index-head-info-footer-statistics>div>span {
	font-size: 16px;
	color: #444737;
	line-height: 16px;
	display: inline-block;
}

.index-head-info-footer-statistics>div>p {
	margin: 12px 0 0;
	color: #505C66;
	font-size: 14px;
	line-height: 14px;
}

.index-head-info-footer-statistics>div>p>span {
	color: #EF8641;
	display: inline-block;
	line-height: 14px;
	font-weight: bold;
}

.index-head-service-box {
	width: 100%;
	height: 140px;
	margin-top: 10px;
}

.index-head-service-box>div {
	height: 100%;
}

.index-amount-statistics-box {
	background: #fff;
	border-radius: 3px;
	overflow: hidden;
}

.index-amount-statistics-box .index-order-statistics-table-title {
	padding: 20px;
}

.amount-statistics-info {
	display: flex;
	justify-content: space-between;
	padding: 0 20px;
	margin-bottom: 30px;
}

.amount-statistics-info>div {
	width: 49%;
	border-radius: 3px;
	padding: 20px;
	color: #fff;
	display: flex;
	align-items: center;
}

.amount-statistics-info>div:first-child {
	background: rgba(64, 45, 152, 1);
	box-shadow: 0px 0px 15px 0px rgba(238, 238, 238, 1);
}

.amount-statistics-info>div:last-child {
	background: rgba(23, 162, 184, 1);
	box-shadow: 0px 0px 15px 0px rgba(238, 238, 238, 1);
}

.amount-statistics-info>div>i {
	margin-right: 20px;
}

.amount-statistics-info>div>div>span {
	font-size: 14px;
	line-height: 14px;
	display: block;
}

.amount-statistics-info>div>div>p {
	margin: 10px 0 0;
}

.amount-statistics-info>div>div>p>span {
	font-size: 28px;
	font-weight: 600;
	line-height: 28px;
	display: inline-block;
	margin-right: 6px;
}

.index-announcement-box {
	background: #fff;
	border-radius: 3px;
	overflow: hidden;
	padding: 20px;
}

.index-announcement-title-box>h4 {
	height: 30px !important;
	line-height: 30px !important;
	padding: 0 16px !important;
	color: #ec6c00;
	margin: 0 !important;
	font-size: 14px;
}

.index-announcement-title-box>h4.active {
	border: none !important;
	color: #fff !important;
	background: #ec6c00 !important;
	border-radius: 30px;
}

.index-system-info-box {
	padding: 0 !important;
	margin: 0;
	height: 503px !important;
}

.index-system-info-box>li {
	margin-bottom: 20px;
}

.index-system-info-box>li:last-child {
	margin: 0;
}

.index-system-info-box>li>p {
	margin: 0;
	color: #333 !important;
	line-height: 14px;
	font-size: 14px !important;
}

.index-system-info-box>li>p:last-child {
	color: #505C66 !important;
}

.index-add-info-box {
	padding: 20px;
	background: #fff;
	border-radius: 3px;
	overflow: hidden;
}

.index-add-info-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0;
}

.index-add-info-title>a {
	height: 30px !important;
	line-height: 30px !important;
	padding: 0 16px !important;
	color: #fff;
	margin: 0 !important;
	font-size: 14px;
	background: #ec6c00 !important;
	border-radius: 30px;
	text-decoration: none;
}

.index-add-info-list {
	overflow: hidden;
	padding: 20px 0;
	border-bottom: 1px solid #E5E5E5;
}

.index-add-info-list:last-child {
	border: none;
}

.index-add-info-list>span {
	width: 40px;
	height: 40px;
	margin-right: 10px;
	display: block;
	float: left;
	font-size: 16px;
}

.index-add-info-list>span>img {
	display: block;
	width: 40px;
	height: 100%;
}

.index-add-info-list>a {
	display: block;
	float: left;
	width: 86%;
	text-decoration: none !important;
}

.index-add-info-list>a>div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 8px;
}

.index-add-info-list>a>div>b {
	color: #343A40;
	display: block;
	line-height: 14px;
}

.index-add-info-list>a>div>span {
	font-size: 14px;
	color: #ec6c00;
	font-weight: bold;
	line-height: 14px;
}

.index-add-info-list>a>p {
	margin-bottom: 0;
	line-height: 14px;
	color: #868E96;
}

.index-add-contract-list-box .index-add-info-list>a {
	width: 100%;
}

.index-add-contract-list-box .index-add-info-list>a>div {
	margin-bottom: 12px;
}

/* 商家后台 */
.shop-index-head-box {
	padding: 60px 60px 100px;
	border-radius: 3px;
	overflow: hidden;
	background: #fff url(/themes/default/assets/img/shop-ht-head.png) bottom no-repeat;
	background-size: 100%;
}

.shop-index-head-img>i {
	display: block;
	width: 80px;
	height: 80px;
	margin: 0 auto;
	border-radius: 50%;
	overflow: hidden;
}

.shop-index-head-img>i>img {
	display: block;
	width: 100%;
	height: 100%;
}

.shop-index-head-img>b,
.shop-index-head-img>span {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #444737;
	line-height: 16px;
}

.shop-index-head-img>span {
	font-size: 14px;
	color: #81827b;
	margin-top: 8px;
}

.shop-index-head-statistics-box {
	margin: 60px auto 0;
	display: flex;
	/* width: 70%; */
	justify-content: space-evenly;
}

.shop-index-head-statistics-box>div {
	text-align: left;
}

.shop-index-head-statistics-box>div>b {
	color: #676A6C;
	line-height: 14px;
	display: block;
}

.shop-index-head-statistics-box>div>p {
	font-size: 30px;
	font-weight: bold;
	color: #676A6C;
	line-height: 30px;
	margin-bottom: 0;
}

.shop-index-head-statistics-box>div>p>span {
	font-size: 14px;
	font-weight: 400;
	margin-left: 6px;
	display: inline-block;
	line-height: 14px;
}

.shop-order-statistics-info>div {
	width: 32%;
}

.shop-order-statistics-info>div:first-child {
	background: #343A40;
}

.shop-order-statistics-info>div:nth-child(2) {
	background: #ec6c00;
}

.new-order-table-box>div {
	height: 500px;
	overflow-y: auto;
}

.index-order-info-box {
	padding: 20px 0;
	background: #fff;
	border-radius: 3px;
}

.index-order-info-box>p {
	padding: 0 20px;
}

.index-order-info-box .project-detail-dynamic-info-list>i {
	background: #ec6c00;
}

.recharge-box{
	display: flex;
	align-items: center;
	padding: 40px 0 20px;
}
.recharge-amount-box{
	width: 40%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 40px;
	border-right: 1px solid #ccc;
}
.recharge-amount-box>div{
	text-align: center;
}
.recharge-amount-box>div>span{
	font-size: 28px;
	font-weight: bold;
	color: #676A6C;
	display: inline-block;
	line-height: 30px;
}
.recharge-amount-box>div>p{
	margin: 12px 0 0 0;
	color: #676A6C;
	letter-spacing: 1px;
}
.recharge-amount-box>div>a{
	display: inline-block;
	height: 36px;
	line-height: 34px;
	border-radius: 3px;
	border: 1px solid #676A6C;
	color: #676A6C;
	padding: 0 20px;
	text-decoration: none;
	transition: all .3s;
}
.recharge-amount-box>div>a:hover{
	border: 1px solid #ec6c00;
	color: #fff;
	background: #ec6c00;
}
.recharge-account-fino-box{
	width: 60%;
	padding: 0 40px;
	display: flex;
	align-items: center;
}
.recharge-account-bank{
	background:linear-gradient(-45deg,rgb(255,75,124) 0%,rgb(255,139,115) 100%);
	border-radius: 3px;
	overflow: hidden;
	width: 270px;
    height: 90px;
	padding: 0 20px;
	display: flex;
	align-items: center;
	margin-right: 20px;
}
.recharge-account-bank-img{
	width: 40px;
	height: 40px;
	border:2px solid #fff;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 10px;
}
.recharge-account-bank-img>img{
	width: 100%;
	height: 100%;
	display: block;
}
.recharge-account-bank-name{
	color: #fff;
}
.recharge-account-bank-name>span{
	font-size: 14px;
	line-height: 14px;
	display: block;
	font-weight: bold;
}
.recharge-account-bank-name>p{
	margin: 10px 0 0;
	text-transform: uppercase;
	line-height: 14px;
}
.recharge-account-bank-info>div{
	line-height: 14px;
    font-size: 14px;
    margin-bottom: 12px;
	color: #676A6C;
}
.recharge-account-bank-info>div>span{
	font-weight: bold;
	display: inline-block;
	line-height: 14px;
}
.recharge-account-bank-info>div>a{
	color: #ec6c00;
	display: inline-block;
	line-height: 14px;
	text-decoration: none;
	margin-left: 4px;
	padding: 1px 4px;
	border: 1px solid #ec6c00;
	border-radius: 2px;
	font-size: 13px;
}
.recharge-account-bank-info>p{
	color: #676A6C;
	margin: 0;
}
/* 商家登录 */
.shop-login-box{
	background: #f6f4fc;
	padding: 0px 190px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}
.shop-login-content-box{
	background:rgba(255,255,255,1);
	box-shadow:0px 0px 40px 0px rgba(204,204,204,0.6);
	width: 100%;
	height: 660px;
	display: flex;
}
.shop-login-left-box{
	width: 63%;
	height: 100%;
	padding: 60px;
	border-right: 1px solid #EEEEEE;
}
.shop-login-left-box>a>img{
	display: block;
	max-width: 100%;
}
.shop-login-left-box>div{
	width: 100%;
	text-align: center;
	margin: 100px 0;
}
.shop-login-left-box>div>img{
	max-width: 100%;
}
.shop-login-right-box{
	width: 37%;
	padding: 80px;
}
.shop-login-title{
	font-size: 28px;
	color: #444737;
	font-weight: bold;
	margin: 50px 0 0;
	line-height: 28px;
}
.shop-login-subtitle{
	color: #505C66;
	font-size: 16px;
	line-height: 16px;
	margin-top: 14px;
	margin-bottom: 0;
}
.shop-login-input-box{
	margin-top: 50px;
}
.shop-login-input-username,.shop-login-input-password{
	width: 100%;
	position: relative;
	margin-bottom: 20px;
}
.shop-login-input-password{
	margin-bottom: 10px;
}
.shop-login-input-username>input,.shop-login-input-password>input{
	width: 100%;
	height:40px;
	border:1px solid #DDDDDD;
	border-radius:5px !important;
	padding: 0 4px 0 52px;
}
.shop-login-input-username>input::-webkit-input-placeholder,.shop-login-input-password>input::-webkit-input-placeholder{
	color: #999999;
}
.shop-login-input-username>span,.shop-login-input-password>span{
	position: absolute;
	width: 40px;
	height: 40px;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.shop-login-input-username>span::after,.shop-login-input-password>span::after{
	content: '';
	position: absolute;
	top: 10px;
	right: 0;
	bottom: 10px;
	width: 1px;
	background: #CCCCCC;
}
.shop-login-protocol{
	color: #666666;
	display: flex;
    align-items: center;
}
.shop-login-protocol>i{
	color: #666666;
	cursor: pointer;
}
.shop-login-protocol>i.active{
	color: #ec6c00;
}
.shop-login-protocol>a{
	color: #ec6c00;
	text-decoration: none;
}
.shop-login-btn{
	background:rgba(237,118,31,1);
	border-radius:3px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	border: none;
	outline: none;
	padding: 0;
	margin: 50px 0 0 ;
}
.shop-login-footer{
	margin-top: 20px;
	display: flex;
}
.shop-login-footer>a{
	text-decoration: none;
	color: #666666;
	line-height: 16px;
}
.shop-login-footer>a:first-child{
	padding-right: 16px;
	margin-right: 16px;
	border-right: 1px solid #CCCCCC;
}
/* 系统后台登录 */
.admin-login-content-box{
	width:480px;
	padding: 60px;
	background: #fff;
	position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.admin-login-title{
	position: relative;
	margin-top: 20px;
	text-align: center;
}
.admin-login-title::after{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 1px;
	background: #EDEDED;
	margin-top: -0.5px;
	z-index: 1;
}
.admin-login-title>span{
	display: inline-block;
	position: relative;
	z-index: 2;
	color: #343A40;
	font-size: 16px;
	padding: 0 8px;
	line-height: 16px;
	background: #fff;
}
.admin-login-inp-box{
	margin-top: 80px;
}
.admin-login-inp-box>label{
	margin-bottom: 20px;
	width: 100%;
    position: relative;
}
.admin-login-inp-box>label:nth-child(2){
	margin-bottom: 0;
}
.admin-login-inp-box>label>input{
	height: 40px;
    border: 1px solid #DDDDDD;
    border-radius: 5px !important;
    padding: 0 4px 0 52px;
	width: 100%;
}
.admin-login-inp-box>label>span{
	position: absolute;
    width: 40px;
    height: 40px;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.admin-login-inp-box>label>span::after{
    content: '';
    position: absolute;
    top: 10px;
    right: 0;
    bottom: 10px;
    width: 1px;
    background: #CCCCCC;
}
.admin-login-inp-box>div>button{
	width: 100%;
	height:40px;
	background:rgba(64,45,152,1) !important;
	border-radius:5px !important;
	line-height: 40px;
    text-align: center;
    color: #fff;
    border: none;
    outline: none;
    padding: 0;
	margin: 60px 0 0;
}
/* 入口页面 */
.index-entrance-box{
	background: #f6f4fc;
	width: 100%;
	height: 100%;
	border-top: 1px solid transparent;
	padding: 0 190px;
	display: flex;
	align-items: center;
}
.index-entrance-content-box{
	width: 100%;
    height: 660px;
    background: #fff;
    box-shadow: 0px 0px 40px 0px rgba(204,204,204,0.6);
    display: flex;
}
.index-entrance-content-img{
	width: 40%;
    border-right: 1px dashed #EEEEEE;
    padding: 60px;
    display: flex;
    align-items: center;
}
.index-entrance-content-img>img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.index-entrance-content{
	width: 60%;
    padding: 60px 80px;
}
.index-entrance-content>img{
	display: block;
	margin: 0 auto;
}
.index-entrance-content>p{
	font-size: 16px;
    width: 60%;
    color: #999999;
    line-height: 16px;
    margin: 60px auto 0;
}
.index-entrance-content-btn{
	display: block;
    margin: 30px auto 0;
    width: 60%;
    height: 140px;
    background: rgba(237,118,31,1);
    border-radius: 5px;
    padding: 20px;
    text-decoration: none !important;
}
.index-entrance-content-btn:last-child{
	background:rgba(64,45,152,1);
}
.index-entrance-content-btn>div{
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff;
}
.index-entrance-content-btn>div>div{
	font-size: 18px;
	font-weight: bold;
	display: flex;
	align-items: center;
}
.index-entrance-content-btn>div>div>img{
	margin-right: 10px;
	display: block;
}
.index-entrance-content-btn>p{
	color: #fff;
	margin-top: 30px;
	line-height: 20px;
}
.index-footer-info{
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 30px 0;
	background:rgba(0,0,0,.05);
}
.index-footer-info>p{
	font-size: 14px;
	color: #999999;
	text-align: center;
	line-height: 20px;
}
.msg-prompt{
	background: #F1F1F4;
	padding: 10px 5px;
    border-radius: 2px;
}
.msg-info-box{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.msg-info-img{
	width: 10%;
	height: 80px;
	margin-right: 10px;
}
.msg-info-img>img{
	max-width: 100%;
	height: 100%;
	display: block;
	background: #ddd;
	margin: 0 auto;
}
.msg-info-content{
	width: 89%;
}
.msg-info-content>div{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.msg-info-content>div>div{
	display: flex;
	align-items: center;
}
.msg-info-content>div>p,.msg-info-content>div>div>label{
	margin: 0;
}
.msg-info-content>div>div>span{
	display: flex;
	/* align-items: center; */
	margin-left: 10px;
	cursor: pointer;
}
.msg-info-content>div>div>span>i{
	transition: all .3s;
}
.msg-info-content>p{
	font-size: 14px;
	line-height: 20px;
	margin: 8px 0 0 0;
}
.msg-info{
	display: none;
}
.order-table-box .table>tbody>tr:nth-child(1n) .user-info-img>span,.index-add-info-list:nth-child(1n)>span{
	background: #ec6c00;
	color: #fff;
}
.order-table-box .table>tbody>tr:nth-child(2n) .user-info-img>span,.index-add-info-list:nth-child(2n)>span{
	background: #f29739;
	color: #fff;
}
.order-table-box .table>tbody>tr:nth-child(3n) .user-info-img>span,.index-add-info-list:nth-child(3n)>span{
	background: #fccf00;
	color: #fff;
}
.order-table-box .table>tbody>tr:nth-child(4n) .user-info-img>span,.index-add-info-list:nth-child(4n)>span{
	background: #f19a86;
	color: #fff;
}
.order-table-box .table>tbody>tr:nth-child(5n) .user-info-img>span,.index-add-info-list:nth-child(5n)>span{
	background: #ed8599;
	color: #fff;
}
.order-table-box .table>tbody>tr:nth-child(6n) .user-info-img>span,.index-add-info-list:nth-child(6n)>span{
	background: #db5a6f;
	color: #fff;
}
.management-list-box{
	display: flex;
	background: #fff;
	border-radius: 3px;
}
.management-left-box{
	width: 20%;
	padding: 20px;
    border-right: 1px solid #eee;
}
.management-list-box>form{
	width: 80%;
}
.management-nav-title{
	display: flex;
    align-items: center;
    height: 40px;
	color: #585858;
	position: relative;
}
.management-nav-title>i{
	font-size: 18px;
	margin: 0 10px 0 0;
	cursor: pointer;
	position: relative;
	z-index: 2;
	transition: all .3s;
}
.management-nav-title>p{
	margin-bottom: 0;
	cursor: pointer;
	line-height: 18px;
}
.management-nav-title>p>i{
	margin: 0 6px 0 0;
}
.management-nav-title>span{
	font-size: 15px;
	cursor: pointer;
	position: relative;
	z-index: 2;
}
.management-menu-box{
	padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #eee;
    border-radius: 4px !important;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px #ddd;
}
.management-menu-box>li{
	line-height: 30px;
	padding: 0 20px;
	color: #606266;
	cursor: pointer;
}
.management-menu-box>li:hover{
	color: #ec6c00;
}
.management-list>div{
	padding-left:30px;
	line-height: 30px;
	border-radius: 3px;
	transition: all .3s;
}
.management-list>div:hover{
	background: #FAFAFA;
}
.management-list>div>a{
	color: #585858;
	text-decoration: none;
	display: block;
	transition: all .3s;
}
.management-list>div:hover a{
	color: #ec6c00;
}
form .order-head-filter-add{
	background-color: #ec6c00;
}
/* 签章管理 */
.signature-list-box{
	display: flex;
	flex-wrap: wrap;
}
.signature-list-box>div{
	width: 18%;
	margin-right: 2.5%;
	margin-bottom: 10px;
}
.signature-list-box>div:nth-child(5n){
	margin-right: 0;
}
.signature-list-info{
	position: relative;
	overflow: hidden;
	border: 1px solid #eee;
}
.signature-list-info>img{
	display: block;
	max-width: 100%;
	height: 190px;
	margin: 0 auto;
}
.signature-list-info>i{
	color: red;
	position: absolute;
	top: 4px;
	left: 4px;
	z-index: 2;
	font-size: 18px;
	cursor: pointer;
	display: none;
}
.signature-list-info>span{
	display: block;
	height: 16px;
	line-height: 16px;
	font-size: 12px;
	padding: 0 20px;
	background: #ec6c00;
	color: #fff;
	position: absolute;
	right: -16px;
	top: 7px;
	transform: rotateZ(45deg);
	z-index: 2;
	opacity: 0;
	transition: all .3s;
}
.signature-list-info.active>span{
	opacity: 1;
}
.signature-list-info>p{
	position: absolute;
	left: 1px;
	right: 1px;
	bottom: -31px;
	line-height: 30px;
	text-align: center;
	z-index: 2;
	background: #ec6c00;
	color: #fff;
	transition: all .3s;
	cursor: pointer;
	margin-bottom: 0;
}
.signature-list-add{
	height: 190px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #eee;
	cursor: pointer;
}
.signature-list .radio{
	margin-bottom: 0;
}
.signature-list:hover .signature-list-info>p{
	bottom: 1px;
}
.signature-list:hover .signature-list-info>i{
	display: block;
}
.signature-set-tab{
	display: flex;
}
.signature-set-tab>a{
	display: inline-block;
	line-height: 36px;
	padding: 0 15px;
	border: 1px solid #eee;
	color: #333;
	text-decoration: none;
	transition: all .3s;
}
.signature-set-tab>a.active{
	color: #ec6c00;
	border: 1px solid #ec6c00;
}
.signature-set-tab-content-box>div{
	display: none;
}
.signature-set-tab-content-box>div.active{
	display: block;
}
.signature-set-tab-content-code>p{
	margin-top: 20px;
}
.signature-set-tab-content-code>div{
	text-align: center;
}
.signature-set-tab-content-code>div>img{
	width: 150px;
	height: 150px;
	display: block;
	margin: 20px auto 0;
}
.signature-set-tab-content-code>div>a{
	display: inline-block;
	line-height: 34px;
	padding: 0 30px;
	border-radius: 3px;
	background: #ec6c00;
	color: #fff;
	text-decoration: none;
	margin-top: 20px;
}
.signature-set-tab-content-up>div{
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
.signature-set-tab-content-up>div>div{
	flex: 1;
	padding: 0 30px;
}
.signature-set-tab-content-up>div>div>p{
	width: 150px;
	height: 150px;
	line-height: 150px;
	margin: 0 auto 10px;
	border: 1px solid #eee;
	text-align: center;
}
.signature-set-tab-content-up>div>div>img{
	width: 150px;
	height: 150px;
	margin: 0 auto;
	display: block;
}
.sign-process-box{
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}
.sign-process-box>a{
	padding: 0 100px;
	text-decoration: none;
	color: #585858;
	position: relative;
}
.sign-process-box>a::after{
	content: '';
	position: absolute;
	height: 2px;
	width: 90px;
	left: 0;
	top: 50%;
	margin-top: -1px;
	background: #eee;
}
.sign-process-box>a::before{
	content: '';
	position: absolute;
	height: 2px;
	width: 90px;
	right: 0;
	top: 50%;
	margin-top: -1px;
	background: #eee;
}
.sign-process-box>a:first-child::after,.sign-process-box>a:last-child::before{
	display: none;
}
.sign-process-box>a.active{
	color: #ec6c00;
}
.sign-process-box>a.active::after,.sign-process-box>a.active::before{
	background: #ec6c00;
}
.esign-sign-box{
	display: flex;
	justify-content: space-between;
}
.esign-sign-content{
	width: 100%;
	position: relative;
}
.esign-sign-btn-box{
	width: 22%;
	border-left: 1px solid #eee;
	padding-left: 20px;
}
.esign-sign-btn-box>a{
	margin-top: 10px;
	display: block;
	width: 90%;
	line-height: 34px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	border-radius: 3px;
}
.party-a-btn{
	background: #ec6c00;
}
.party-b-btn{
	background:#ED761F;
}
.esign-sign-btn-box>span{
	margin-top: 20px;
	color: #666;
	display: block;
}
.esign-sign-img{
	width: 100%;
}
.esign-sign-img>img{
	max-width: 100%;
	margin: 0 auto;
}
.party-a{
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 2;
	width: 250px;
    height: 150px;
    text-align: center;
    line-height: 150px;
    border: 1px dashed #ec6c00;
	background: rgba(64, 45, 152,.3);
    color: #ec6c00;
}
.party-b{
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 2;
	width: 250px;
	height: 150px;
	text-align: center;
	line-height: 150px;
	border: 1px dashed #ED761F;
	background: rgba(237, 118, 31,.5);
	color: #ED761F;
}
.user-protocol-contract-box{
	min-height: 700px;
	display: flex;
	justify-content: space-between;
}
.user-protocol-contract-left{
	border-radius: 3px;
	width: 70%;
	background: #fff;
	padding: 20px 15px;
}
.user-protocol-contract-right{
	border-radius: 3px;
	width: 29%;
	background: #fff;
	padding: 20px 15px;
}
.user-protocol-contract-process-title{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.user-protocol-contract-process-title>p{
	font-size: 16px;
	line-height: 16px;
}
.user-protocol-contract-process-title>p>span{
	color: #ed761f;
	font-size: 14px;
}
.user-protocol-contract-process-title>a{
	color: #ed761f;
	font-size: 14px;
	text-decoration: none;
}
.user-protocol-contract-process{
	margin-top: 20px;
}
.user-protocol-contract-process-list{
	margin-bottom: 10px;
}
.user-protocol-contract-process-list>div{
	display: flex;
	justify-content: space-between;
}
.user-protocol-contract-process-list>div>p{
	width: 70%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.user-protocol-contract-process-list>p{
	display: flex;
	justify-content: space-between;
	color: #999;
	margin-top: 10px;
}
.user-protocol-contract-process-btn{
	margin-top: 20px;
}
.user-protocol-contract-process-btn>a{
	width: 90%;
	display: block;
	margin: 0 auto;
	border-radius: 3px;
	text-align: center;
	line-height: 34px;
	text-decoration: none;
}
.user-protocol-contract-process-btn>a:first-child{
	background: #ed761f;
	color: #fff;
}
.user-protocol-contract-process-btn>a:last-child{
	border: 1px solid #F34141;
	color: #F34141;
	margin-top: 15px;
}
.user-protocol-contract-box .modal-title{
	color: #333;
}
.pay-info-box{
	position: absolute;
	top: 20px;
	right: 20px;
	display: flex;
}
.pay-info-box>div{
	width: 120px;
	height: 120px;
	border:1px solid #eee;
	border-radius: 3px;
	margin-left: 20px;
}
.pay-info-box>div>span{
	display: block;
	text-align: center;
	margin-top: 26px;
	font-size: 16px;
	color: #444737;
	line-height: 16px;
	font-weight: bold;
}
.pay-info-box>.pay-info-list-box>span{
	color: #db5a6f;
}
.pay-info-box>div>p{
	text-align: center;
	line-height: 14px;
	font-size: 14px;
	color: #666;
	margin-top: 14px;
}
.pay-info-box>div a{
	text-decoration: none !important;
	color: #ec6c00;
	display: block;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	padding-bottom: 10px;
}
.pay-info-list{
	width: 400px;
	max-height: 260px;
	overflow-y: auto;
	box-shadow: 0 0 4px rgba(0,0,0,.2);
	border: none;
	border-radius: 3px !important;
}
.pay-info-list>li{
	display: flex;
	height: 30px;
	align-items: center;
	font-size: 13px;
	padding: 0 6px;
}
.pay-info-list>li>p{
	width: 40%;
	margin-bottom: 0;
}
.pay-info-list>li>p:first-child{
	width: 36%;
}
.pay-info-list>li>span{
	width: 24%;
	white-space: nowrap;
}
.demand-info-tab .tab-content{
	border:none;
	padding: 0;
}
.demand-info-tab .nav-tabs{
	border: none;
}
.demand-info-tab .nav-tabs>li>a{
	height: 30px !important;
	line-height: 30px !important;
	padding: 0 16px !important;
	color: #ec6c00;
	margin: 0 !important;
	font-size: 14px;
	border: none;
	background: #fff;
}
.demand-info-tab .nav-tabs>li.active>a{
	box-shadow: none;
	border: none !important;
    color: #fff !important;
    background: #ec6c00 !important;
    border-radius: 30px !important;
}
#leaves_message{
	width: 100%;
	display: block;
	border-radius: 4px !important;
}
#sendleave{
	margin-top: 20px;
	float: right;
}
.fixed-btn{
	position: fixed;
    z-index: 10;
    bottom: 0;
    left: 0;
    right: 0;
}
.validform-box{
	position: relative;
}
.validform-box .Validform_checktip{
	position: absolute !important;
	left: 64px;
	z-index: 10;
	bottom: -20px;
}
.web-logo-box{
	width: 160px;
	height: 110px;
	margin-top: 20px;
}
.web-logo-box>img{
	max-width: 100%;
	max-height: 100%;
}
.main-container:before,.main-container{
	background-color: #EAE6D8 !important;
}
.main-content{
	margin-left: 268px !important;
	margin-top: 84px;
}
.content-body,.page-content{
	padding: 18px 24px;
	background-color: #F5F2E8 !important;
	border-radius: 10px;
}
.head-breadcrumbs>ul{
	display: flex;
}
.head-breadcrumbs>ul>li{
	height: 40px;
	line-height: 40px;
	padding: 0 40px !important;
	background: #F5F2E8;
	border-radius: 10px 10px 0 0;
	margin-right: 20px;
	color: #EF8641 !important;
	font-size: 18px;
}
.head-breadcrumbs>ul>li>a{
	color: #EF8641 !important;
	font-size: 18px;
}
.shortcut_navigation ul li a{
	color: #444737;
}
.no-skin .nav-list>li>a:focus{
	background: none;
	color: #fff;
}
@media (max-width: 1366px){
	.shop-login-right-box{
		padding: 40px;
	}
}