/** @format */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a,
a:hover,
button {
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}
button {
	border: none;
}
input,
textarea {
	background: none;
	outline: none;
	border: none;
	border: 1px solid #e3e3e3;
	height: 26px;
	line-height: 26px;
	padding: 0 5px;
}
body,
html {
	color: #333;
	font-family: 'PingFang SC', arial;
}
.icon {
	display: inline-block;
	vertical-align: middle;
}
.clearfix::after {
	display: block;
	clear: both;
	content: '';
}
.container {
	width: 1200px;
	margin: 0 auto;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.float-right {
	float: right;
}
.float-left {
	float: left;
}

/* 箭头 */

.arrow {
	border: 1px solid #999;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 8px;
}
.arrow.right {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.arrow.left {
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}
.arrow.down {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.arrow.up {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}

.product-list-bg {
	background: url('../image/list-bg.png') no-repeat;
}
.insurance-list-bg {
	background: url('../image/insurance-bg.png') no-repeat;
}
.placeholder {
	color: #999;
}
.list-bg {
	height: 240px;
	background-position: center;
	background-size: cover;
}
.block-center {
	display: inline-block;
	vertical-align: middle;
}
.go-detail-btn {
	display: inline-block;
	text-align: center;
	width: 160px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #655030;
	font-weight: bold;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	background: #eacb98;
	background: linear-gradient(270deg, #cca876 0%, #eacb98 100%);
}
.go-detail-btn:hover {
	background: linear-gradient(270deg, #eacb98 0%, #cca876 100%);
}
.go-detail-btn:disabled {
	background: #ddd;
	color: #999;
}
.default-btn {
	display: inline-block;
	text-align: center;
	width: 180px;
	height: 50px;
	line-height: 50px;
	box-sizing: border-box;
	font-size: 16px;
	color: #cca876;
	font-weight: bold;
	border: 1px solid #cca876;
}
.default-btn:hover {
	color: #655030;
}
.crumbs-nav {
	font-size: 14px;
}
.crumbs-nav span {
	color: #ddd;
}
.crumbs-nav .crumbs-item {
	margin: 0 5px;
}
.crumbs-nav .crumbs-item:last-of-type {
	color: #999;
}
.name_span {
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	padding: 4px 10px;
	border-radius: 20px;
	color: #fff;
	background: #00744a;
}
.recommend {
	position: relative;
	margin-top: 40px;
	background: #fff;
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
	padding: 30px 40px 46px 40px;
}
.recommend .recommend-ul {
	white-space: nowrap;
	display: inline-block;
}
.recommend .title {
	font-size: 20px;
	margin-bottom: 20px;
}
.recommend .recommend-item {
	width: 270px;
	overflow: hidden;
	display: inline-block;
	margin-right: 10px;
}
.recommend .recommend-item:last-of-type {
	margin-right: 0;
}
.recommend .recommend-item a {
	display: block;
}
.recommend .recommend-item img {
	display: block;
}
.recommend .single {
	position: relative;
}
.single .pre {
	position: absolute;
	width: 20px;
	height: 100%;
	cursor: pointer;
	background: rgba(0, 0, 0, 0.2);
	display: none;
}
.single .pre:hover {
	background: rgba(0, 0, 0, 0.4);
}
.single .pre::before {
	content: '';
	width: 14px;
	height: 14px;
	border: solid #fff;
	border-width: 2px 0 0 2px;
	transform: translate(-50%, -50%) rotate(-45deg);
	position: absolute;
	left: 70%;
	top: 50%;
}
.single .next {
	position: absolute;
	width: 20px;
	height: 100%;
	right: 0;
	background: rgba(0, 0, 0, 0.2);
	cursor: pointer;
	display: none;
}
.single:hover .pre,
.single:hover .next {
	display: block;
}
.single .next:hover {
	background: rgba(0, 0, 0, 0.4);
}
.single .next::before {
	content: '';
	width: 14px;
	height: 14px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: translate(-50%, -50%) rotate(-45deg);
	position: absolute;
	left: 30%;
	top: 50%;
}
.card .pre,
.card .next {
	background: none;
	z-index: 9;
}
.card .pre:hover,
.card .next:hover {
	background: none;
}
.card .pre::before,
.card .next::before {
	border-color: rgba(0, 0, 0, 0.2);
}
.card .pre::before {
	border-width: 4px 0 0 4px;
}
.card .next::before {
	border-width: 0 4px 4px 0;
}
.box-shadow {
	background: #fff;
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #ccc;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #ccc;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #ccc;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #ccc;
}
.foot-code {
	text-align: center;
	display: inline-block;
	color: #999;
	margin-right: 10px;
}
.foot-code:last-of-type {
	margin-right: 0;
}
.foot-code .foot-code-p {
	font-size: 14px;
	margin-bottom: 14px;
}
.foot-code .foot-code-img {
	position: relative;
	border: 1px solid rgba(255, 255, 255, 0.2);
	width: 130px;
	height: 130px;
	box-sizing: border-box;
	padding: 5px;
}
.foot-code .foot-code-img i {
	position: absolute;
	width: 10px;
	height: 10px;
}
.foot-code .foot-code-img .top-left {
	border-top: 1px solid #cca876;
	border-left: 1px solid #cca876;
	top: -1px;
	left: -1px;
}
.foot-code .foot-code-img .top-right {
	border-top: 1px solid #cca876;
	border-right: 1px solid #cca876;
	top: -1px;
	right: -1px;
}
.foot-code .foot-code-img .bottom-left {
	border-bottom: 1px solid #cca876;
	border-left: 1px solid #cca876;
	bottom: -1px;
	left: -1px;
}
.foot-code .foot-code-img .bottom-right {
	border-bottom: 1px solid #cca876;
	border-right: 1px solid #cca876;
	bottom: -1px;
	right: -1px;
}
.foot-code .foot-code-img img {
	width: 120px;
	height: 120px;
	display: block;
}
table {
	width: 100%;
}
thead {
	background: #f5f5f5;
	height: 46px;
	line-height: 46px;
}
tbody tr {
	height: 46px;
	line-height: 46px;
	font-size: 14px;
	color: #666;
	border-bottom: 1px solid #f2f2f2;
}
tbody tr:hover {
	background: rgba(204, 168, 118, 0.1);
}
.page-box {
	overflow: hidden;
	padding: 40px 0;
	text-align: center;
}
.page-box .page-item {
	display: inline-block;
	margin: 0 5px;
	border: 1px solid #ddd;
	color: #999;
}
.page-box .page-item.none {
	cursor: no-drop;
}
.page-box .page-item a.none {
	pointer-events: none;
}
.page-box .page-item.active {
	color: #cca876;
	border-color: #cca876;
}
.page-box .page-item a {
	display: block;
	padding: 2px 10px;
}
.go-add-company {
	box-sizing: border-box;
	margin-bottom: 20px;
	background: #f5f5f5;
}
.go-add-company .item {
	display: inline-block;
	vertical-align: middle;
}
.go-add-company a {
	display: block;
	padding: 24px 30px;
}
.step-td img {
	display: none;
}
.step-td:hover img {
	display: block;
}
.page-top {
	height: 52px;
	line-height: 52px;
	background: #f5f5f5;
}
.page-top .top-left {
	color: #999;
}
.page-top .top-ul {
	font-size: 14px;
	color: #666;
}
.page-top .top-ul > li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.page-top .top-ul > li img,
.page-top .top-ul > li a {
	vertical-align: middle;
}
.page-top .top-ul .logining {
	padding: 0 10px;
}
.page-top .top-ul .logining:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	top: 50%;
	margin-top: -2px;
	right: -10px;
	border-top: 4px solid #979797;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	border-bottom: 4px solid transparent;
}
.page-top .top-ul .logining:hover .is-login-menu {
	display: block;
}
.page-top .top-ul .login-out {
	cursor: pointer;
}
.page-top .top-ul .is-login-menu {
	display: none;
	position: absolute;
	text-align: center;
	width: 110%;
	background: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	z-index: 2001;
}
.page-top .top-ul .is-login-menu:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	top: -16px;
	left: 50%;
	margin-left: -4px;
	border-top: 8px solid transparent;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	border-bottom: 8px solid #fff;
}
.page-top .top-ul .is-login-menu li {
	line-height: 36px;
}
.page-top .top-ul .menu-item .top-icon-01 {
	background-position: 0 -36px;
}
.page-top .top-ul .menu-item .top-icon-02 {
	background-position: -20px -36px;
}
.page-top .top-ul .menu-item .top-icon-03 {
	background-position: -40px -36px;
}
.page-top .top-ul .menu-item a {
	padding: 0 10px 0 0;
	border-right: 1px solid rgba(0, 0, 0, 0.09);
}
.page-top .top-ul .top-icon {
	width: 20px;
	height: 20px;
	background: url('../image/top-foot-icon.png') no-repeat;
	background-size: 180px 82px;
	margin-left: 10px;
	margin-right: 5px;
}
.page-top .top-ul .top-icon-04 {
	width: 26px;
	height: 26px;
	background-position: 0 -56px;
}
.page-top .top-ul .top-login {
	width: 100px;
	height: 36px;
	color: #655030;
	background: #deb67f;
	text-align: center;
	line-height: 36px;
}
.page-top .top-ul .top-tel {
	color: #cca876;
	font-size: 20px;
	font-weight: bold;
	font-family: Arial;
	margin-left: 20px;
}
.nav-active {
	color: #cca876;
}
.nav-active:after {
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
.nav {
	height: 92px;
	line-height: 92px;
	background: #2d2f33;
}
.nav .logo {
	height: 92px;
	display: flex;
	align-items: center;
}
.nav .logo img {
	vertical-align: middle;
}
.nav .nav-ul .nav-li {
	position: relative;
	float: left;
	font-weight: bold;
	padding: 0 20px;
	color: #fff;
}
.nav .nav-ul .nav-li > a {
	position: relative;
	height: 92px;
	padding: 0 10px;
	display: inline-block;
	font-size: 18px;
}
.nav .nav-ul .nav-li > a:after {
	content: '';
	position: absolute;
	height: 2px;
	width: 100%;
	bottom: 0;
	left: 0;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	background: #cca876;
}
.nav .nav-ul .nav-li:hover > a {
	color: #cca876;
}
.nav .nav-ul .nav-li:hover > a:after {
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
.nav .nav-ul .nav-li:hover > .children-nav {
	visibility: visible;
}
.nav .nav-ul .nav-li.active > a {
	color: #cca876;
	font-size: 20px;
}
.nav .nav-ul .nav-li.active > a:after {
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
.nav .children-nav {
	position: absolute;
	line-height: 36px;
	visibility: hidden;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	text-align: center;
	background: #2d2f33;
	z-index: 9;
}
.nav .children-nav li:hover {
	color: #cca876;
}
.nav.index {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	background: none;
	z-index: 2;
}
.nav.index .children-nav {
	background: none;
}
.footer {
	height: 470px;
	box-sizing: border-box;
	padding: 24px 0;
	background: url('../image/bg.png') no-repeat;
	background-position: center;
	background-size: cover;
	color: #fff;
}
.footer .foot-logo {
	margin-bottom: 40px;
}
.footer .foot-logo img {
	display: inline-block;
	vertical-align: middle;
}
.footer .foot-logo .text {
	font-size: 28px;
	display: inline-block;
	vertical-align: middle;
	border-left: 1px solid rgba(255, 255, 255, 0.15);
	margin-left: 15px;
	padding-left: 20px;
}
.footer .foot-item {
	display: inline-block;
	margin-right: 120px;
	vertical-align: top;
}
.footer .foot-item:last-of-type {
	margin-right: 0;
	margin-left: 60px;
}
.footer .foot-item li {
	margin-bottom: 20px;
}
.footer .foot-item .item-head {
	font-size: 24px;
	display: flex;
	align-items: center;
	margin-bottom: 36px;
}
.footer .foot-item .item-head .foot-icon {
	width: 36px;
	height: 36px;
	margin-right: 6px;
	background: url('../image/top-foot-icon.png') no-repeat;
	background-size: 180px 82px;
}
.footer .foot-item .item-head .foot-icon-01 {
	background-position: 0 0;
}
.footer .foot-item .item-head .foot-icon-02 {
	background-position: -36px 0;
}
.footer .foot-item .item-head .foot-icon-03 {
	background-position: -72px 0;
}
.footer .foot-item .item-head .foot-icon-04 {
	background-position: -108px 0;
}
.footer .foot-item .item-head .foot-icon-05 {
	background-position: -144px 0;
}
.footer .foot-item .item-a {
	color: #999;
}
.footer .foot-contact {
	text-align: center;
	color: #666;
	font-size: 14px;
	margin-top: 40px;
}
.footer .foot-contact p {
	margin-bottom: 10px;
}
.scroll .animated {
	visibility: hidden;
}
.banner {
	position: relative;
}
.banner .swiper {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.banner .swiper-box {
	position: relative;
	overflow: hidden;
	width: 400%;
	transition: all 0.5s;
}
.banner .swiper-item {
	float: left;
}
.banner .swiper-item img {
	display: block;
	width: 100%;
	margin: 0 auto;
}
.banner-bottom {
	position: absolute;
	width: 100%;
	z-index: -1;
}
.banner-bottom .lantern {
	position: absolute;
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	-o-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-animation: oscillaFilo 2s ease-in-out 0s infinite alternate;
	-moz-animation: oscillaFilo 2s ease-in-out 0s infinite alternate;
	-ms-animation: oscillaFilo 2s ease-in-out 0s infinite alternate;
	-o-animation: oscillaFilo 2s ease-in-out 0s infinite alternate;
	animation: oscillaFilo 2s ease-in-out 0s infinite alternate;
}
@keyframes oscillaFilo {
	0% {
		transform: rotate(10deg);
	}
	100% {
		transform: rotate(-10deg);
	}
}
.banner-bottom .lantern1 {
	left: 10%;
	top: 0;
}
.banner-bottom .lantern2 {
	left: 2%;
	top: 30%;
	transform: rotate(10deg);
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
}
.banner-bottom .lantern3 {
	right: 10%;
	top: 0;
}
.banner-bottom .lantern4 {
	right: 2%;
	top: 30%;
	transform: rotate(10deg);
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
}
.banner .toggle {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.banner .toggle .toggle-item {
	position: absolute;
	width: 100px;
	height: 100%;
	color: #fff;
	cursor: pointer;
	font-size: 30px;
	z-index: 9999;
}
.banner .toggle .prev-banner {
	left: 0;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
}
.banner .toggle .next-banner {
	right: 0;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
}
.banner .point {
	position: absolute;
	bottom: 20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	overflow: hidden;
	z-index: 2;
}
.banner .point li {
	float: left;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.3);
	margin: 0 5px;
	cursor: pointer;
}
.banner .point li.active {
	background: rgba(204, 168, 118, 0.8);
}
.gwjr {
	margin-top: 60px;
	padding-bottom: 60px;
}
.gwjr .title {
	text-align: center;
	font-size: 60px;
}
.gwjr .title .big-title {
	position: relative;
}
.gwjr .title .big-title:after {
	content: '';
	position: absolute;
	width: 100px;
	height: 6px;
	border-radius: 3px;
	bottom: -24px;
	left: 50%;
	margin-left: -50px;
	background: #cca876;
}
.gwjr .title .small-title {
	font-size: 14px;
	color: #999;
	margin-top: -20px;
}
.gwjr .title img {
	margin-top: -40px;
}
.gwjr .card {
	margin-top: 80px;
	overflow: hidden;
	width: 1190px;
	position: relative;
}
.gwjr .card-ul {
	position: relative;
	padding: 20px;
	white-space: nowrap;
	display: inline-block;
}
.gwjr .card-ul .card-item {
	position: relative;
	display: inline-block;
	width: 280px;
	height: 360px;
	margin-right: 10px;
	background: url('../image/card-bg-white.png') no-repeat;
	background-position: right bottom;
	background-size: 124px 114px;
	color: #999;
	font-size: 14px;
	text-align: center;
	box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.1);
}
.gwjr .card-ul .card-item:last-of-type {
	margin-right: 0;
}
.gwjr .card-ul .card-item .scale-card {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	visibility: hidden;
}
.gwjr .card-ul .card-item.active {
	color: #fff;
}
.gwjr .card-ul .card-item.active .scale-card {
	visibility: visible;
	-webkit-transform: scale(1.07) translate3D(0, 0, 0);
	-moz-transform: scale(1.07) translate3D(0, 0, 0);
	-ms-transform: scale(1.07) translate3D(0, 0, 0);
	transform: scale(1.07) translate3D(0, 0, 0);
	background: url('../image/card-hover-bg-white.png') no-repeat;
}
.gwjr .card-ul .card-item.active .go-btn {
	visibility: visible;
}
.gwjr .card-ul .card-item.active .bank {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	right: -10px;
}
.gwjr .card-ul .card-item.active .intro {
	margin-bottom: 20px;
}
.gwjr .card-ul .card-item.active .title {
	margin-bottom: 10px;
	color: #fff;
}
.gwjr .card-ul .card-item.active .limit {
	color: #fff;
}
.gwjr .card-ul .card-item .go-btn {
	visibility: hidden;
	width: 224px;
	height: 50px;
	line-height: 50px;
	border-radius: 29px;
	background: #fff;
	color: #cca876;
	margin-top: 30px;
}
.gwjr .card-ul .card-item .card-item-box {
	position: relative;
	z-index: 1;
	height: 360px;
	box-sizing: border-box;
	padding: 45px 15px 60px 15px;
}
.gwjr .card-ul .card-item .bank {
	position: absolute;
	padding: 5px 14px;
	border-radius: 14px 0 0 14px;
	background: #cca876;
	color: #fff;
	top: 10px;
	right: 0;
}
.gwjr .card-ul .card-item .title {
	font-size: 35px;
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 30px;
	color: #333;
}
.gwjr .card-ul .card-item .intro {
	text-align: left;
	margin-bottom: 60px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.gwjr .card-ul .card-item .limit {
	font-family: Arial;
	font-size: 40px;
	color: #cca876;
	opacity: 0.8;
	margin-bottom: 10px;
}
.other-serve {
	padding: 60px 0;
	background: #eeeeee;
}
.other-serve .other-serve-item {
	background: #fff;
	width: 590px;
}
.other-serve .other-serve-item img {
	display: block;
	width: 100%;
	height: 320px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}
.other-serve .other-serve-item img:hover {
	-webkit-transform: scale(1.04);
	-moz-transform: scale(1.04);
	-ms-transform: scale(1.04);
	transform: scale(1.04);
}
.other-serve .other-serve-item .other-serve-item-bottom {
	padding: 16px 30px;
}
.other-serve .other-serve-item .title {
	font-size: 20px;
	margin-bottom: 10px;
}
.other-serve .other-serve-item .intro {
	font-size: 14px;
	color: #999;
}
.index-news {
	padding: 60px 0 80px 0;
	background: url('../image/news-bg.png') no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
}
.index-news .news-item {
	width: 560px;
}
.index-news .news-item .title {
	position: relative;
	line-height: 50px;
	border-bottom: 1px solid #ddd;
	padding-left: 12px;
	margin-bottom: 40px;
}
.index-news .news-item .title:before {
	content: '';
	position: absolute;
	width: 4px;
	height: 20px;
	left: 0;
	top: 50%;
	margin-top: -10px;
	background: linear-gradient(360deg, #cca876 0%, #eacb98 100%);
}
.index-news .news-item .title p {
	font-size: 20px;
}
.index-news .news-item .title a {
	font-size: 12px;
	color: #999;
}
.index-news .news-list {
	margin-bottom: 60px;
}
.index-news .news-list:last-of-type {
	margin-bottom: 0;
}
.index-news .news-list .news-date {
	background: url('../image/date-border.png') no-repeat;
	background-position: center;
	background-size: 100%;
	width: 80px;
	height: 80px;
	display: inline-block;
	text-align: center;
	color: #cca876;
	font-size: 20px;
	margin-right: 30px;
	padding-top: 16px;
	box-sizing: border-box;
}
.index-news .news-list .news-list-title a {
	display: inline-block;
	vertical-align: top;
	padding-top: 12px;
	font-size: 20px;
	width: 80%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.index-news .news-list .news-list-con {
	color: #999;
	font-size: 14px;
	padding-left: 110px;
	line-height: 30px;
	height: 90px;
	overflow: hidden;
}
.index-link {
	background: #eee;
	padding: 60px 0 50px 0;
}
.index-link .title {
	margin-bottom: 24px;
}
.index-link .links a {
	float: left;
	font-size: 14px;
	color: #999;
	margin-right: 60px;
	margin-bottom: 14px;
}
.flicker {
	content: '';
	position: absolute;
	opacity: 0.8;
	left: 0px;
	top: 0;
	width: 60px;
	height: 60px;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
	background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
	background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
	-webkit-transform: skewx(-25deg);
	-moz-transform: skewx(-25deg);
	-ms-transform: skewx(-25deg);
	transform: skewx(-25deg);
}
.num {
	font-weight: bold;
	color: #cca876;
	font-size: 32px;
	margin-bottom: 17px;
}
.product-list {
	min-height: 880px;
	box-sizing: border-box;
	padding: 25px 30px;
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
	margin-top: -140px;
	margin-bottom: 60px;
	background: #fff;
}
.product-list .product-box {
	margin-top: 20px;
}
.product-list .product-item {
	height: 180px;
	border-bottom: 1px solid #ddd;
	color: #999;
	font-size: 14px;
	overflow: hidden;
	padding-top: 50px;
	padding-left: 30px;
	padding-right: 30px;
	box-sizing: border-box;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}
.product-list .product-item:hover {
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.product-list .product-item:hover .go-detail-btn {
	background: linear-gradient(270deg, #eacb98 0%, #cca876 100%);
}
.product-list .product-item .block {
	display: inline-block;
	vertical-align: middle;
}
.product-list .product-item .bank-box {
	position: relative;
	width: 200px;
	text-align: left;
}
.product-list .product-item .bank-box .bank {
	position: absolute;
	top: 0;
	padding: 4px 10px;
	border-radius: 20px;
	color: #fff;
	background: #00744a;
}
.product-list .product-item .bank-box .name {
	margin-top: 40px;
	font-size: 26px;
	color: #333;
}
.product-list .product-item .limit-box {
	width: 200px;
	text-align: center;
}
.product-list .product-item .time-box {
	width: 200px;
	text-align: center;
}
.product-list .product-item .intro-box {
	width: 240px;
}
.product-list .product-item .btn {
	width: 220px;
	text-align: right;
}
.product-list .product-item .btn a {
	margin-top: 8px;
}
.product-list .product-item .btn a:hover {
	color: #333;
}
.product-list .hint {
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
.product-list .hint img {
	vertical-align: middle;
}
.product-list .hint .p {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #666;
}
.product-list .hint .go-autho {
	display: inline-block;
	vertical-align: middle;
	width: 113px;
	height: 36px;
	line-height: 36px;
	background: url('../image/list-btn-bg.png') no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 5px;
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.ad {
	text-align: center;
	margin: 40px auto;
}
.ad img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.insurance-item {
	font-size: 14px;
	height: 180px;
	border-bottom: 1px solid #ddd;
	padding-top: 50px;
	padding-left: 30px;
	padding-right: 30px;
	box-sizing: border-box;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}
.insurance-item:hover {
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.insurance-item .organization {
	display: inline-block;
	vertical-align: middle;
	padding: 4px 10px;
	border-radius: 20px;
	color: #fff;
	background: #00744a;
}
.insurance-item .name {
	display: inline-block;
	vertical-align: middle;
	font-size: 26px;
}
.insurance-item .insurance-item-bottom {
	overflow: hidden;
}
.insurance-item .insurance-item-bottom .p {
	width: 840px;
	margin-top: 20px;
	float: left;
	color: #999;
}
.insurance-item .insurance-item-bottom .btn {
	float: right;
}
.loadn-msg-right {
	padding-top: 10px;
}
.loadn-code {
	position: relative;
	border: 1px dashed rgba(151, 151, 151, 0.5);
	border-radius: 2px;
	width: 150px;
	height: 150px;
	padding: 10px;
	box-sizing: border-box;
}
.loadn-code .p {
	position: absolute;
	background: #fff;
	color: #999;
	padding: 0 10px;
	left: 50%;
	margin-left: -52px;
	bottom: -10px;
}
.loadn-code:after,
.loadn-code:before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
}
.loadn-code:after {
	bottom: -9px;
	right: -9px;
	border-bottom: 3px solid #cca876;
	border-right: 3px solid #cca876;
}
.loadn-code:before {
	top: -9px;
	left: -9px;
	border-top: 3px solid #cca876;
	border-left: 3px solid #cca876;
}
.detail-top {
	min-height: 540px;
	padding-top: 30px;
	padding-bottom: 10px;
	box-sizing: border-box;
	background: url('../image/detail-top-loan.png') no-repeat;
	background-position: center;
	background-size: cover;
}
.detail-top .loan-head {
	min-height: 450px;
	overflow: hidden;
	box-sizing: border-box;
	padding: 48px 80px 60px 60px;
	background: #fff;
	margin-top: 30px;
	font-size: 14px;
}
.detail-top .loan-head .loadn-msg-left {
	width: 810px;
	border-right: 1px solid #eee;
}
.detail-top .loan-head .loadn-name {
	font-size: 40px;
	font-weight: normal;
	margin-top: 16px;
	margin-bottom: 20px;
}
.detail-top .loan-head .loadn-intro {
	width: 700px;
	padding: 20px;
	box-sizing: border-box;
	background: #f5f5f5;
}
.detail-top .loan-head .loadn-num {
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 36px;
}
.detail-top .loan-head .loadn-num li {
	float: left;
	text-align: center;
}
.detail-top .loan-head .loadn-num li .num {
	font-size: 20px;
	margin-bottom: 10px;
}
.detail-top .loan-head .loadn-num li .text {
	color: #999;
}
.loadn-detail .loadn-autho {
	padding: 30px 0;
}
.loadn-detail .loadn-autho img {
	display: block;
	width: 100%;
	max-height: 96px;
}
.loadn-detail .loadn-con {
	border: 1px solid #eee;
	margin-bottom: 60px;
	color: #999;
}
.loadn-detail .loadn-con .loadn-con-item {
	position: relative;
	overflow: hidden;
	min-height: 130px;
	border-bottom: 1px solid #eee;
}
.loadn-detail .loadn-con .loadn-con-item:after {
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	background: #eee;
	left: 130px;
	top: 0;
}
.loadn-detail .loadn-con .loadn-con-item:last-of-type {
	border: none;
}
.loadn-detail .loadn-con .con-item-left {
	display: inline-block;
	vertical-align: top;
	width: 130px;
	min-height: 130px;
	padding-top: 55px;
	box-sizing: border-box;
	text-align: center;
}
.loadn-detail .loadn-con .con-item-right {
	display: inline-block;
	vertical-align: top;
	width: 1068px;
	padding: 40px;
	line-height: 2;
	box-sizing: border-box;
}
.loadn-flow {
	padding: 16px 0 16px 40px;
}
.loadn-flow .flow-item-box {
	overflow: hidden;
}
.loadn-flow .flow-item-box li {
	float: left;
}
.loadn-flow .flow-item-box li:last-of-type .arrows {
	display: none;
}
.loadn-flow .flow-item-block {
	display: inline-block;
	vertical-align: middle;
}
.loadn-flow .flow-item-block h3 {
	font-size: 20px;
	font-weight: normal;
	color: #333;
}
.loadn-flow .flow-item-block p {
	font-size: 14px;
	color: #999;
}
.loadn-flow .arrows {
	margin: 0 20px 0 10px;
}
.insurance {
	min-height: 460px;
	background: url('../image/detail-top-insurance.png') no-repeat;
	background-position: center;
	background-size: cover;
}
.insurance .loan-head {
	min-height: 376px;
}
.insurance .loan-head .loadn-intro {
	margin-bottom: 30px;
}
.insurance .loan-head .loadn-msg-right {
	padding-top: 50px;
}
.insurance-con {
	border: 1px solid #eee;
	margin-bottom: 60px;
}
.insurance-con .tabs {
	overflow: hidden;
	padding: 0 40px 10px 40px;
}
.insurance-con .tabs-item {
	position: relative;
	padding-top: 30px;
	padding-bottom: 14px;
	float: left;
	margin-right: 30px;
}
.insurance-con .tabs-item:after {
	content: '';
	position: absolute;
	width: 20px;
	height: 3px;
	bottom: 0;
	left: 50%;
	margin-left: -10px;
	border-radius: 2px;
}
.insurance-con .tabs-item.active {
	color: #cca876;
}
.insurance-con .tabs-item.active:after {
	background: #cca876;
}
.insurance-con .con-item {
	border-bottom: 1px solid #eee;
	padding: 40px;
}
.insurance-con .con-item .loadn-flow {
	padding: 0;
}
.insurance-con .con-item .title {
	margin-bottom: 30px;
}
.insurance-con .con-item:last-of-type {
	border: none;
}
.news {
	margin-bottom: 60px;
}
.news-list {
	background: #fff;
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
}
.news-list .news-item {
	height: 168px;
	box-sizing: border-box;
	padding: 40px 40px 0 40px;
}
.news-list .news-item:hover {
	background: rgba(204, 168, 118, 0.1);
}
.news-list .news-item:hover .intro {
	text-decoration: underline;
}
.news-list .news-item .news-item-con {
	height: 100%;
	box-sizing: border-box;
	padding-bottom: 40px;
	border-bottom: 1px solid #ddd;
	color: #999;
	display: block;
}
.news-list .news-item .news-date {
	width: 80px;
	height: 80px;
	box-sizing: border-box;
	padding-top: 20px;
	background: #eee;
	text-align: center;
}
.news-list .news-item .news-date .date {
	line-height: 1;
	font-size: 18px;
	color: #333;
	font-weight: bold;
}
.news-list .news-item .news-date .year {
	font-size: 18px;
}
.news-list .news-item .news-text {
	width: 1020px;
}
.news-list .news-item .news-text .title {
	font-size: 20px;
	font-weight: normal;
	color: #333;
	margin-bottom: 12px;
}
.news-list .news-item .news-text .intro {
	font-size: 14px;
}
.news-crumbs-nav {
	margin: 30px 0;
}
.news-detail {
	background: #fff;
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
	padding: 60px 40px;
}
.news-detail .title {
	font-size: 40px;
	font-weight: normal;
	margin-bottom: 30px;
	text-align: center;
}
.news-detail .source {
	color: #999;
	font-size: 14px;
	text-align: center;
	padding-bottom: 40px;
	border-bottom: 1px solid #ddd;
}
.news-detail .source span {
	display: inline-block;
	margin: 0 20px;
}
.news-detail .con {
	padding-top: 30px;
	overflow: hidden;
}
.news-detail .con p {
	line-height: 2;
}
.user-center {
	padding-bottom: 60px;
}
.user-msg {
	margin: 30px 0;
}
.user-msg .msg-left {
	height: 186px;
	width: 285px;
	box-sizing: border-box;
	padding: 30px 10px 30px 30px;
}
.user-msg .msg-left .head-img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 14px;
	width: 120px;
	height: 120px;
	line-height: 120px;
	text-align: center;
	border-radius: 60px;
	overflow: hidden;
}
.user-msg .msg-left .head-img img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.user-msg .msg-left .user-info {
	display: inline-block;
	vertical-align: middle;
}
.user-msg .msg-left .user-info .name {
	color: #cca876;
	font-weight: bold;
}
.user-msg .msg-left .user-info .phone {
	font-size: 14px;
	margin: 16px 0;
}
.user-msg .msg-left .user-info .set {
	font-size: 12px;
	color: #999;
}
.user-msg .msg-left .user-info .set img,
.user-msg .msg-left .user-info .set span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.user-msg .msg-right {
	width: 895px;
	height: 186px;
	padding: 23px 30px 30px 30px;
	box-sizing: border-box;
}
.user-msg .msg-right .title {
	font-size: 20px;
	margin-bottom: 10px;
}
.user-msg .msg-right .tool {
	overflow: hidden;
}
.user-msg .msg-right .tool li {
	margin: auto;
	color: #999;
	font-size: 12px;
	text-align: center;
	float: left;
	margin-right: 30px;
}
.user-msg .msg-right .tool li img {
	width: 76px;
	height: 82px;
}
.user-msg .msg-right .tool li:last-of-type {
	margin: 0;
}
.user-company {
	padding: 40px;
}
.user-company .company-list {
	position: relative;
	margin: 40px 0;
	overflow-x: auto;
	padding-bottom: 20px;
}
.user-company .company-list::-webkit-scrollbar {
	height: 10px;
	width: 100%;
	background: #f5f5f5;
}
.user-company .company-list::-webkit-scrollbar-thumb {
	border-radius: 7px;
	background: rgba(144, 147, 153, 0.2);
}
.user-company .company-list .company-list-item {
	position: relative;
	float: left;
	width: 490px;
	height: 210px;
	box-sizing: border-box;
	padding-top: 90px;
	padding-left: 30px;
	margin-right: 20px;
	font-size: 14px;
	color: #999;
	border: 1px solid #ddd;
	background: url('../image/company-bg.png') no-repeat;
	background-position: center;
	background-size: cover;
}
.user-company .company-list .toggle-btn {
	position: absolute;
	top: 10px;
	right: 30px;
	width: 101px;
	height: 33px;
	line-height: 33px;
	background: linear-gradient(270deg, rgba(234, 203, 152, 1) 0%, rgba(204, 168, 118, 1) 100%);
	border-radius: 4px;
	font-size: 14px;
	color: rgb(101, 80, 48);
	text-align: center;
	cursor: pointer;
}
.user-company .company-list .company-list-item .company-logo {
	width: 90px;
	height: 90px;
	text-align: center;
	overflow: hidden;
}
.user-company .company-list .company-list-item .company-logo img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.user-company .company-list .company-list-item.active {
	background: url('../image/company-bg-active.png') no-repeat;
	border: 3px solid #cca876;
	box-shadow: 0px 0px 20px 0px rgba(204, 168, 118, 0.3);
}
.user-company .company-list .company-list-item.is-admin {
	padding-top: 60px;
}
.user-company .company-list .company-list-item .item-bottom {
	position: absolute;
	border-top: 1px solid #eee;
	height: 80px;
	width: 430px;
	bottom: 0;
	left: 50%;
	margin-left: -215px;
	color: #fff;
}
.user-company .company-list .company-list-item .item-bottom a {
	float: left;
	text-align: center;
	margin-top: 10px;
	margin-right: 12px;
	font-size: 12px;
	width: 100px;
	height: 60px;
	box-sizing: border-box;
	padding: 10px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
	border-radius: 4px;
	color: #666;
}
.user-company .company-list .company-list-item .status {
	position: absolute;
	top: 10px;
	right: 0;
}
.user-company .company-list .company-list-item .gift-icon {
	position: absolute;
	left: 20px;
	top: 10px;
	cursor: pointer;
}
.user-company .company-list .company-list-item.company-add {
	width: 360px;
	text-align: center;
}
.user-company .company-list .company-list-item .add-company {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
.user-company .company-list .company-list-item .item {
	display: inline-block;
	vertical-align: middle;
}
.user-company .company-list .company-list-item .company-info {
	margin: 0 30px 0 20px;
}
.user-company .company-list .company-list-item .company-info .is-autho-icon {
	vertical-align: middle;
	margin-left: 5px;
}
.user-company .company-list .company-list-item .loadn-code {
	width: 107px;
	height: 107px;
	border: none;
	background: url('../image/code-bg.png') no-repeat;
	background-size: 100%;
}
.user-company .company-list .company-list-item .loadn-code:after,
.user-company .company-list .company-list-item .loadn-code:before {
	display: none;
}
.user-company .company-list .company-list-item .loadn-code .p {
	font-size: 12px;
	margin-left: -50px;
	bottom: -10px;
	background: none;
}
.user-company .remarks {
	color: #999;
	font-size: 12px;
}
.apply-product {
	margin-top: 30px;
}
.apply-product .name {
	font-size: 20px;
	font-weight: normal;
}
.apply-product .more {
	font-size: 12px;
	color: #999;
}
.apply-product .more:hover {
	color: #cca876;
}
.apply-product .apply-list {
	width: 100%;
	margin-top: 30px;
}
.user-list {
	background: #fff;
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
	padding: 40px;
}
.user-list .task-list-title {
	margin-bottom: 20px;
}
.user-apply-head {
	position: relative;
	border-bottom: 1px solid #cca876;
	z-index: 0;
	margin-bottom: 30px;
}
.user-apply-head:after,
.user-apply-head:before {
	content: '';
	display: table;
	clear: both;
}
.user-apply-head li {
	float: left;
	text-align: center;
	width: 130px;
	height: 60px;
	line-height: 60px;
	border: 1px solid #ddd;
	margin-right: 20px;
	background: #fff;
	position: relative;
	border-bottom: none;
}
.user-apply-head li a {
	display: block;
}
.user-apply-head li.active {
	background: rgba(204, 168, 118, 0.1);
	color: #655030;
	border-color: #cca876;
}
.user-apply-head li.active:after {
	content: '';
	background: #fff;
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	bottom: -1px;
}
.user-task {
	padding: 60px 40px;
	box-sizing: border-box;
}
.user-task .task-con {
	border: 1px solid #eee;
	padding: 40px;
	box-sizing: border-box;
	line-height: 2;
}
.user-task .big-title {
	text-align: center;
	position: relative;
	margin-bottom: 60px;
	padding-top: 56px;
}
.user-task .big-title h1 {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 1;
	font-size: 40px;
	font-weight: normal;
}
.user-task .big-title h1:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 12px;
	border-radius: 5px;
	background: rgba(221, 221, 221, 0.8);
	bottom: 5px;
	left: 50%;
	margin-left: -50%;
	z-index: -1;
}
.user-task .p-title {
	position: relative;
	font-size: 20px;
	padding-left: 20px;
}
.user-task .p-title:before {
	content: '';
	position: absolute;
	width: 4px;
	height: 20px;
	background: linear-gradient(270deg, #eacb98 0%, #cca876 100%);
	left: 0;
	top: 50%;
	margin-top: -10px;
}
.user-task .task-list {
	padding-top: 60px;
}
.user-task .task-list .task-item {
	float: left;
	width: 330px;
	height: 320px;
	margin-right: 42px;
	margin-bottom: 30px;
}
.user-task .task-list .task-item .item-top {
	position: relative;
	height: 114px;
	padding: 50px 30px 10px 30px;
	box-sizing: border-box;
	text-align: center;
	background: rgba(204, 168, 118, 0.08);
}
.user-task .task-list .task-item .item-top .status {
	position: absolute;
	top: 0;
	left: 0;
	color: #655030;
	background: linear-gradient(90deg, #c9a573 0%, #f0d4a6 100%);
	font-size: 12px;
	padding: 6px 10px;
	border-radius: 0 0 10px 0;
}
.user-task .task-list .task-item .item-top .task-title {
	font-weight: bold;
	font-size: 16px;
}
.user-task .task-list .task-item .item-bottom {
	height: 206px;
	box-sizing: border-box;
	padding: 30px 40px 60px 40px;
}
.user-task .task-list .task-item .item-bottom .go-detail-btn {
	width: 250px;
	display: block;
	margin: 30px auto 0 auto;
}
.user-task .task-list .task-item .item-bottom .p {
	font-size: 14px;
	color: #666;
	margin-bottom: 10px;
}
.autho-lc {
	display: block;
	margin: 0 auto 40px auto;
}
.task-handle {
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
}
.task-handle .go-detail-btn {
	width: 180px;
}
.task-handle .btn {
	margin: 0 20px;
}
.help-phone {
	font-size: 14px;
	text-align: center;
	color: #999;
}
.task-transfer .task-con {
	margin-bottom: 40px;
}
.task-transfer .task-con .task-handle {
	margin-bottom: 20px;
}
.task-transfer .task-con .title {
	font-size: 30px;
	font-weight: normal;
	color: #cca876;
	text-align: center;
	margin-bottom: 30px;
	letter-spacing: 1px;
}
.task-transfer .task-con .text-box {
	width: 450px;
	margin: 0 auto;
}
.task-transfer .task-con .text-box .go-detail-btn {
	width: 230px;
}
.task-res .task-con {
	text-align: center;
}
.task-res .task-con .icon {
	display: block;
	margin: 0 auto;
}
.task-res .task-con p {
	line-height: 1.5;
}
.task-res .task-con.error .btn {
	margin: 0 15px;
}
.task-res .task-con .task-con-left {
	width: 50%;
	box-sizing: border-box;
	padding-right: 40px;
}
.task-res .task-con .task-con-left .hint {
	position: absolute;
	width: 242px;
	height: 93px;
	box-sizing: border-box;
	padding-top: 18px;
	padding-left: 10px;
	color: #333;
	font-weight: normal;
	font-size: 12px;
	background: url(../image/hint-bg.png) no-repeat;
	background-position: center;
	background-size: 100%;
}
.task-res .task-con .task-con-right {
	width: 50%;
	padding-left: 40px;
	box-sizing: border-box;
	border-left: 1px dashed #ddd;
}
.task-res .task-con .task-con-right .go-detail-btn {
	width: 386px;
	height: 90px;
	line-height: 90px;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 30px;
}
.task-res .task-con .task-con-right .sand-code {
	width: 386px;
	margin: 10px auto 0 auto;
	border: 1px solid rgba(204, 168, 118, 0.5);
	padding-bottom: 30px;
}
.task-res .task-con .task-con-right .sand-code .title {
	background: #cca876;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding: 16px 0;
}
.task-res .task-con .task-con-right .foot-code {
	margin-top: 40px;
}
.task-res .task-con .task-con-right .foot-code-img {
	border: 1px solid rgba(204, 168, 118, 0.5);
	width: 210px;
	height: 210px;
}
.task-res .task-con .task-con-right .foot-code-img img {
	width: 100%;
	height: 100%;
}
.task-res .task-con .task-con-right .foot-code-img .top-left {
	top: -10px;
	left: -10px;
}
.task-res .task-con .task-con-right .foot-code-img .top-right {
	top: -10px;
	right: -10px;
}
.task-res .task-con .task-con-right .foot-code-img .bottom-left {
	left: -10px;
	bottom: -10px;
}
.task-res .task-con .task-con-right .foot-code-img .bottom-right {
	right: -10px;
	bottom: -10px;
}
.task-res .task-con .task-con-right .border-item {
	border-width: 3px;
}
.task-res .task-con .company-name {
	width: 400px;
	text-align: left;
	font-size: 24px;
	margin-bottom: 14px;
	margin-left: auto;
	margin-right: auto;
}
.task-res .task-con .company-name h1,
.task-res .task-con .company-name img {
	font-size: 24px;
	display: inline-block;
	vertical-align: middle;
}
.task-res .task-con .task-handle {
	margin: 40px 0 0 0;
}
.task-res .task-con .go-detail-btn {
	width: 336px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}
.task-res .big-title {
	margin-bottom: 30px;
}
.recommend {
	padding: 40px;
}
.recommend .title {
	font-size: 20px;
}
.recommend .recommend-box {
	overflow: hidden;
}
.recommend .recommend-box li {
	float: left;
	margin-right: 20px;
	border: 1px solid #ddd;
	margin-bottom: 30px;
}
.recommend .recommend-box li a {
	display: inline-block;
	padding: 10px 24px;
}
.recommend .recommend-box li a:hover {
	background: #cca876;
	color: #655030;
}
.login-register-box {
	min-height: 790px;
	position: relative;
}
.login-register-box input:focus {
	border-color: #cca876;
}
.login-register-box .rect-bg-box {
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 45%;
	z-index: 1;
}
.login-register-box .rect-bg-box .rect-bg {
	position: absolute;
	left: 10%;
	top: 0;
	width: 100%;
	height: 100%;
	background: #cca876;
	-webkit-transform: skewx(-10deg);
	-moz-transform: skewx(-10deg);
	-ms-transform: skewx(-10deg);
	transform: skewx(-10deg);
}
.login-register-box .foot-msg {
	color: #666;
	font-size: 14px;
	text-align: center;
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -290px;
	z-index: 2;
	line-height: 1.5;
}
.login-register-box .left-top {
	position: absolute;
	width: 200px;
	height: 686px;
	background: linear-gradient(180deg, #cca876 0%, rgba(255, 255, 255, 0) 100%);
	left: 8%;
	z-index: 1;
}
.login-register-box .black-logo {
	display: block;
	margin: 20px auto 40px auto;
}
.login-register-box .text-input {
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	padding: 0 0 0 10px;
	box-sizing: border-box;
	margin-bottom: 18px;
}
.login-register-box .login-phone-icon {
	background: url('../image/phone.png') no-repeat;
	background-position: left center;
	padding-left: 30px;
}
.login-register-box .login-pwd-icon {
	background: url('../image/pass.png') no-repeat;
	background-position: left center;
	padding-left: 30px;
}
.login-register-box .input-box {
	width: 420px;
	margin: 0 auto;
}
.login-register-box .go-detail-btn {
	width: 100%;
}
.login-register-box .send-code {
	display: flex;
	justify-content: space-between;
}
.login-register-box .send-code .text-input {
	width: 58%;
}
.login-register-box .send-code .go-detail-btn {
	width: 40%;
	height: 40px;
	line-height: 40px;
}
.login-register-box .login {
	position: absolute;
	background: url('../image/pixiu-login.png') no-repeat;
	background-position: center;
	background-size: 100%;
	width: 643px;
	height: 558px;
	z-index: 3;
	top: 10%;
	left: 26%;
}
.login-register-box .login .box-shadow {
	position: relative;
	left: 40%;
	width: 660px;
	padding: 20px 30px 100px 30px;
	box-sizing: border-box;
	z-index: 4;
}
.login-register-box .register {
	width: 650px;
	position: absolute;
	top: 5%;
	left: 36%;
	z-index: 3;
}
.login-register-box .register .box-shadow {
	padding: 40px;
	box-sizing: border-box;
}
.login-register-box .register .text-input {
	margin-bottom: 14px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}
.login-register-box .register .agree-box {
	margin-bottom: 10px;
	font-size: 12px;
}
.login-register-box .register .agree-check {
	display: inline-block;
	vertical-align: middle;
}
.login-register-box .forget {
	position: absolute;
	z-index: 3;
	top: 10%;
	left: 36%;
	width: 600px;
	padding: 80px 100px;
	box-sizing: border-box;
}
.login-register-box .forget .send-code .go-detail-btn {
	height: 50px;
	line-height: 50px;
}
.dialog {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	z-index: 9999;
	overflow: auto;
	display: none;
}
.dialog .content {
	position: absolute;
	background: #fff;
	width: 710px;
	border-radius: 10px;
	overflow: hidden;
	box-sizing: border-box;
	left: 50%;
	top: 16%;
	margin-left: -400px;
	z-index: 99999;
}
.dialog .content.result-con {
	width: 600px;
	margin-left: -300px;
}
.dialog .content-head {
	position: relative;
	height: 90px;
	line-height: 90px;
	font-weight: bold;
	font-size: 26px;
	color: #655030;
	text-align: center;
	overflow: hidden;
}
.dialog .content-head.result-head {
	height: 90px;
	line-height: 90px;
}
.dialog .content-head.result-head .close-dialog {
	width: 50px;
}
.dialog .content-head.result-head:after {
	border-radius: 0;
}
.dialog .content-head .title {
	position: relative;
	z-index: 1;
}
.dialog .content-head .close-dialog {
	position: absolute;
	z-index: 1;
	right: 0;
	top: 0;
	cursor: pointer;
}
.dialog .content-head:after {
	content: '';
	position: absolute;
	width: 160%;
	left: -30%;
	height: 90px;
	top: 0;
	background: url('../image/dialog-head.png') no-repeat;
	background-position: center;
	background-size: 800px 100%;
	border-radius: 0 0 50% 50%;
	z-index: 0;
}
.dialog .content-body {
	padding: 40px;
}
.dialog .content-body .result {
	font-size: 14px;
	text-align: center;
}
.dialog .content-body .result .result-item {
	display: inline-block;
	vertical-align: top;
}
.dialog .content-body .result .result-text {
	text-align: left;
	width: 200px;
	margin: 0 30px;
}
.dialog .content-body .result .result-text p {
	margin-bottom: 8px;
}
.dialog .content-body .result .code {
	margin-top: -20px;
	color: #999;
}
.dialog .content-body .result .code-bg {
	width: 150px;
	height: 150px;
	background: url('../image/code-bg-dialog.png') no-repeat;
	background-position: center;
	background-size: 100%;
	padding: 10px;
	box-sizing: border-box;
}
.dialog .content-body .result .code-bg img {
	width: 100%;
	height: 100%;
}
.dialog .content-body .company-list {
	font-size: 20px;
	max-height: 200px;
	overflow: auto;
}
.dialog .content-body .company-list li {
	padding: 24px 30px;
	box-sizing: border-box;
	margin-bottom: 20px;
	background: #f5f5f5;
	cursor: pointer;
}
.dialog .content-body .company-list li.active {
	background: #fff;
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
	border: 2px solid #cca876;
}
.dialog .content-body .company-list li.active .check-ok {
	display: block;
}
.dialog .content-body .company-list .item {
	display: inline-block;
	vertical-align: middle;
}
.dialog .content-body .company-list .autho-icon {
	width: 24px;
	margin-left: 5px;
}
.dialog .content-body .company-list .check-ok {
	display: none;
	width: 30px;
	float: right;
}
.dialog .content-body .agree-box {
	color: #999;
	margin-bottom: 20px;
}
.dialog .content-body .agree-box input {
	vertical-align: middle;
}
.dialog .content-body .go-detail-btn {
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
}
.task-dialog .content {
	width: 680px;
	overflow: visible;
	top: 300px;
}
.task-dialog .content .content-head,
.task-dialog .content .content-body {
	background: #fff;
}
.task-dialog .content .content-head {
	height: 120px;
	line-height: 120px;
	border-radius: 10px 10px 0 0;
}
.task-dialog .content .content-head:after {
	height: 120px;
}
.task-dialog .content .content-body {
	position: relative;
	text-align: center;
	border-radius: 0 0 10px 10px;
}
.task-dialog .content .content-body .go-detail-btn {
	width: 262px;
}
.task-dialog .content .px {
	position: absolute;
	top: -218px;
	left: 50%;
	margin-left: -150px;
}
.task-dialog .content .px .px-shenti {
	position: absolute;
	top: -13px;
}
.task-dialog .content .px .px-shou {
	position: absolute;
	z-index: 9;
	top: 123px;
	left: 17px;
}
.interest-faq {
	position: relative;
}
.interest-faq::after {
	content: '';
	position: absolute;
	width: 170px;
	height: 2px;
	background: #cca876;
	top: -40px;
	left: 0;
}
.placeholder {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 0;
}

/* 礼品弹窗 */
.gift-pop {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.7);
	z-index: 9999;
}
.gift-bg {
	position: absolute;
	width: 440px;
	height: 505px;
	left: 50%;
	top: 14%;
	margin-left: -252px;
	background: url('/image/autho/box-bg.png') no-repeat;
	background-position: 0 0;
	background-size: 100%;
	box-sizing: border-box;
	padding: 150px 30px 30px 30px;
}
.gift-close {
	position: absolute;
	width: 49px;
	height: 46px;
	right: -80px;
	top: -20px;
	cursor: pointer;
}
.gift-title {
	color: #ffe5c2;
	font-size: 16px;
	margin-bottom: 10px;
}
.gift-type-item {
	margin-right: 6px;
}
.gift-address {
	margin-top: 10px;
	padding: 14px;
}
.gift-address .gift-title {
	color: #ae815e;
	font-size: 14px;
}
.gift-input {
	position: relative;
	height: 30px;
	line-height: 30px;
	display: inline-block;
}
.gift-input input {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	font-size: 14px;
	border-color: #ddd;
}
.gift-input::after {
	content: '';
	position: absolute;
	color: #999;
	font-size: 14px;
	left: 10px;
	z-index: 0;
}
.receiving-name::after {
	content: '请输入联系人姓名';
}
.receiving-phone::after {
	content: '请输入手机号码';
}
.receiving-address::after {
	content: '请输入收货人详细地址';
}
.gift-input.active::after {
	content: '';
}
.receiving-name {
	width: 48%;
	margin-right: 2%;
}
.receiving-phone {
	width: 50%;
}
.receiving-address {
	width: 100%;
	margin-top: 10px;
}
.gift-btn {
	margin-top: 6px;
}
.later-receive {
	background: url('/image/autho/btn01.png') no-repeat;
}
.now-receive {
	background: url('/image/autho/btn02.png') no-repeat;
}
.later-receive,
.now-receive {
	width: 192px;
	height: 60px;
	background-position: 0 0;
	background-size: 100% 100%;
	outline: none;
}
.later-receive {
	width: 183px;
}
.modal-open {
	overflow: hidden;
}
#newBridge .nb-middle {
	display: none !important;
}
/* 融资方案 */
.rzfa {
	border-bottom: 10px solid #f5f5f5;
	margin-top: 0;
	padding-top: 60px;
}
.finance {
	position: relative;
	overflow: hidden;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
	transition: all 0.5s;
	margin-bottom: 20px;
}
.finance:hover {
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15), 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
}
.finance:hover .go-detail-btn {
	background: #eacb98;
	background: linear-gradient(270deg, #cca876 0%, #eacb98 100%);
}
.finance-left {
	position: relative;
	padding: 33px 0 33px 0;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	width: 180px;
	text-align: center;
}
.finance-left .institutions-name {
	position: relative;
	width: 75px;
	left: 50%;
	margin-left: -35px;
}
.finance-right {
	position: absolute;
	padding-right: 40px;
	left: 257px;
	top: 50%;
	transform: translateY(-50%);
}
.finance-right ul {
	list-style: disc;
}
.finance-right .go-detail-btn {
	border-radius: 4px;
	margin-left: 20px;
	background: #ddd;
}
.project-item {
	margin-bottom: 20px;
}
.project-item:last-of-type {
	margin-bottom: 0;
}
.project-item span {
	display: inline-block;
	vertical-align: middle;
}
.project-item .left-text {
	font-size: 20px;
	font-weight: bold;
	width: 380px;
}
.project-item .right-text {
	font-size: 14px;
	color: #666;
	width: 338px;
}
/* 金融方案详情页 */
.finance-benner {
	background: #e3d8cd;
	height: 400px;
	background-size: cover;
	box-sizing: border-box;
	padding: 60px;
}
.finance-benner-box {
	text-align: center;
}
.finance-benner-box .finance-bank {
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
	color: #fff;
	background: #999;
	padding: 5px 10px;
	font-size: 14px;
}
.finance-benner-box .finance-benner-info {
	margin-top: 46px;
	background: rgba(255, 255, 255, 0.3);
	padding: 20px 0;
}
.finance-project {
	padding-bottom: 60px;
}
.finance-project .big-title {
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	margin-top: 60px;
}
.finance-project .big-title img,
.finance-project .big-title span {
	display: inline-block;
	vertical-align: middle;
}
.finance-project .big-title span {
	margin: 0 15px;
}
.toggle-project {
	text-align: center;
	margin-top: 30px;
}
.toggle-project .toggle-btn {
	border-radius: 35px;
	height: 70px;
	line-height: 70px;
	padding: 0 35px;
	display: inline-block;
	font-size: 20px;
	color: #666;
	border: 2px solid #cca876;
	margin: 0 30px;
	cursor: pointer;
}
.toggle-project .toggle-btn.active {
	background: linear-gradient(270deg, rgba(222, 185, 113, 1) 0%, rgba(255, 232, 159, 1) 100%);
	color: #655030;
	font-weight: bold;
	border: none;
}
.project-detail {
	border: 1px solid #ddd;
	margin-top: 60px;
}
.project-detail .detail-icon {
	display: table;
	width: 80px;
	height: 80px;
	border-radius: 80px;
	background: #deb67f;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 20px;
}
.project-detail .detail-icon > div {
	display: table-cell;
	vertical-align: middle;
}
.project-detail .detail-title {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.project-detail .left {
	border-bottom: 2px solid #cca876;
	padding-bottom: 5px;
	margin-right: 5px;
}
.project-detail .right {
	padding-bottom: 5px;
	font-weight: bold;
}
.project-detail-top {
	display: table-cell;
}
.project-detail-bottom {
	padding: 30px 30px 70px 30px;
	border-top: 1px solid #ddd;
}
.detail-top-item {
	display: table-cell;
	box-sizing: border-box;
	padding: 30px;
	vertical-align: top;
}
.detail-top-1 {
	border-right: 1px solid #ddd;
	width: 465px;
}
.detail-top-2 {
	width: 270px;
	border-right: 1px solid #ddd;
}
.detail-top-3 {
	width: 465px;
}
.project-detail .detail-info {
	margin-top: 30px;
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}
.project-detail-top .detail-info {
	max-width: 400px;
}
.project-detail .detail-info .gray {
	color: #999;
}
.project-detail .detail-info p {
	margin-bottom: 10px;
}
.project-detail .detail-info .limit {
	font-size: 30px;
	font-weight: bold;
	color: #ff3c00;
}
.project-apply {
	position: relative;
	border-top: 20px solid #f5f5f5;
	padding-bottom: 20px;
}
.apply-step {
	border: 1px solid #cca876;
	margin-top: 60px;
	padding: 40px;
	width: 100%;
	box-sizing: border-box;
}
.step-item {
	display: inline-block;
	vertical-align: middle;
}
.step-arrows {
	text-align: center;
	margin: 0 100px;
}
.step-item .circle {
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #cca876;
	display: inline-block;
	margin-right: 5px;
}
.step-item .step-yellow {
	color: #cca876;
}
.step-item .step-bold {
	font-weight: bold;
}
.step-item .step-info {
	color: #999;
	font-size: 14px;
	margin-top: 10px;
}
.btn-box {
	text-align: center;
	padding-bottom: 100px;
}
.btn-box .phone-code {
	position: relative;
	width: 400px;
	margin: 20px auto;
	color: #999;
	cursor: help;
	text-align: left;
}
.btn-box .phone-code:hover img {
	display: block;
}
.btn-box .phone-code > img {
	position: absolute;
	width: 100px;
	top: 20px;
	left: -7px;
	display: none;
}
.btn-box .apply-btn {
	width: 400px;
	height: 80px;
	line-height: 80px;
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
}
/* 申请贷款弹窗 */
.finance-form {
	overflow: hidden;
}
.finance-form-row {
	margin-bottom: 20px;
	overflow: hidden;
}
.finance-form .val-item {
	font-size: 16px;
	box-shadow: inset 2px 3px 5px 0px rgba(0, 0, 0, 0.06);
	padding: 5px;
	height: 50px;
}
.finance-form .val-div {
	float: left;
	width: 305px;
	margin-right: 20px;
	box-sizing: border-box;
}
.finance-form textarea {
	width: 100%;
	outline: none;
	border: 1px solid #e3e3e3;
}
.finance-form input {
	width: 100%;
}
.finance-form .val-div:last-of-type {
	margin-right: 0;
}
.finance-form select {
	width: 100%;
	outline: none;
	height: 40px;
	border: 1px solid #e3e3e3;
}
/* 市行政跳转服务 */
.ezw {
	width: 85%;
	margin: 0 auto;
	display: none;
}
.ezw-item {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	color: #999;
}
/* 首页保险服务列表 */
.index-insurance {
	overflow: hidden;
	margin-left: -20px;
	margin-right: -20px;
	margin-top: 50px;
}
.index-insurance > li {
	float: left;
	padding: 0 20px;
	width: 50%;
	box-sizing: border-box;
	margin-top: 20px;
	margin-bottom: 20px;
}
.index-insurance-item {
	background-color: #f2f7fb;
	padding: 40px 30px;
	box-sizing: border-box;
	position: relative;
}
.index-insurance-item > .left,
.index-insurance-item > .right {
	display: inline-block;
	vertical-align: middle;
}
.index-insurance-item > .left {
	font-size: 28px;
	color: #cca876;
	border: 1px solid #cca876;
	border-radius: 20px;
	padding: 17px 0;
	width: 120px;
	text-align: center;
}
.index-insurance-item > .right {
	max-width: 360px;
	margin-left: 30px;
}
.index-insurance-item > .right .bottom {
	text-align: justify;
	color: #999;
	margin-top: 10px;
}
.index-insurance-item::after {
	content: '';
	position: absolute;
	width: 0;
	height: 4px;
	background: #cca876;
	bottom: 0;
	left: 0;
	transition: width 0.5s;
}
.index-insurance-item:hover.index-insurance-item::after {
	width: 100%;
}

/* 弹窗提示 */
.info-msg {
	position: fixed;
	background-color: rgba(0, 0, 0, 0.2);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
}
.info-msg img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

/* 专题页 */
.element-box {
	background: #fff;
	padding: 20px 0 40px 0;
	margin-bottom: 20px;
}
.col-title {
	text-align: center;
	margin-bottom: 20px;
	margin-top: 30px;
}
.col-title h1 {
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 4px solid #d80a1e;
	font-size: 30px;
	color: #333;
}

/* 工商企业认证 */
.icautho .head-item {
	display: inline-block;
	padding: 16px 80px;
	font-size: 20px;
	cursor: pointer;
}
.icautho .head-item.active {
	background: #eacb98;
	background: linear-gradient(270deg, #cca876 0%, #eacb98 100%);
}
.icautho .icautho-con {
	border: 1px solid #f5f5f5;
	border-radius: 4px;
	padding: 50px 30px;
}
.autho-icon-img {
	height: 24px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}
.icautho .icautho-con-left {
	width: 400px;
	margin-right: 200px;
}
.icautho .icautho-con-left,
.icautho .icautho-con-right {
	display: inline-block;
	vertical-align: text-top;
}
.icautho .icautho-con-form-item {
	margin-bottom: 30px;
}
.icautho .icautho-con-form-item .label {
	font-size: 14px;
	margin-bottom: 10px;
}
.icautho .icautho-con-form-item .val {
	width: 100%;
	padding: 10px;
	height: 50px;
}
.icautho .icautho-con-form-item button {
	width: 100%;
}
.autho-text {
	color: #221815;
	font-size: 12px;
	background: #eacb98;
	background: linear-gradient(270deg, #cca876 0%, #eacb98 100%);
	padding: 0px 10px;
	border-radius: 20px;
	margin-left: 6px;
}
.icautho .icautho-con .autho-company {
	height: 350px;
	margin-top: 10px;
	overflow: auto;
	list-style: disc;
}
.icautho .icautho-con .autho-company li {
	margin: 20px;
}
.icautho .icautho-con .autho-company li span {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	max-width: 380px;
}

/* 已认证企业工商信息 */
.company-detail .company-name span {
	display: inline-block;
	vertical-align: middle;
}
.company-detail .warn-info {
	color: #999;
	margin: 20px 0;
}
.company-detail .msg-col {
	padding-top: 30px;
}
.company-detail .msg-col-title {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.company-detail .msg-col-title .change-msg {
	float: right;
	cursor: pointer;
	color: #02a7f0;
	font-size: 14px;
	border: 1px solid;
	margin-top: -10px;
	padding: 5px 10px;
}
.company-detail .msg-form .msg-form-item {
	float: left;
	width: 50%;
	box-sizing: border-box;
	margin: 20px 0;
	line-height: 40px;
}
.company-detail .msg-form-item .msg-form-label,
.company-detail .msg-form-item .msg-form-val {
	display: inline-block;
	vertical-align: middle;
}
.company-detail .msg-form-item .msg-form-label {
	width: 150px;
}
.company-detail .msg-form-item .msg-form-label span {
	color: red;
}
.company-detail .msg-form-item .msg-form-val {
	width: 300px;
	height: 40px;
}
.special-input {
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding-left: 10px;
	margin-bottom: 20px;
}

/* 扫码联系客服 */
.left-code {
	background: #fff;
	position: fixed;
	right: 0;
	top: 53%;
	z-index: 10;
	border-radius: 6px;
	text-align: center;
	box-shadow: 1px 0 4px rgb(220 220 220 / 80%);
}
.left-code p {
	padding: 10px 0;
	font-weight: bold;
	color: #0483c8;
}

/* 上传数据授权书示例 */
.upload-example {
	position: relative;
	color: #999;
	margin-left: 20px;
	cursor: help;
}
.upload-example:hover img {
	display: block;
}
.upload-example img {
	position: absolute;
	bottom: 14px;
	left: 0;
	z-index: 1000;
	display: none;
}

.code-dialog {
	position: fixed;
	top: 10%;
	left: 50%;
	margin-left: -300px;
	width: 600px;
	height: 600px;
	box-sizing: border-box;
	padding: 20px;
	text-align: center;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
	border-radius: 10px;
	background: #fff;
	z-index: 1000;
	display: none;
}
.code-dialog .close-icon {
	font-weight: bold;
	font-size: 20px;
	cursor: pointer;
	position: absolute;
	right: 20px;
	top: 20px;
}
.code-dialog img {
	margin-top: 100px;
	width: 200px;
	height: 200px;
}
.code-dialog h2 {
	margin: 10px 0;
	font-size: 20px;
}
