body {
	background-color: #fff;
}
body, dd, div, dl, dt, h1, h2, h3, h4, h5, h6, li, ol, p, ul, button, input {
    font-family: 'Microsoft Yahei', Helvetica, Arial, sans-serif;
}
a {
	text-decoration: none;
}
.word-list li, .finance-search .btn {
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
}
.finance-footer .main {
	width: 1200px;
}
.finance-footer .footer .product_box {
	justify-content: space-between;
}
.finance-banner {
	background-color: #000;
	position: relative;
	margin-bottom: 30px;
	margin-top: 45px;
}
.finance-main {
	position: relative;
}
.finance-container {
	max-width: 1200px!important;
	margin: 0 auto;
	position: relative;

}
.finance-banner-bottom-bg {
	width: 100%;
	height: 100px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(34, 158, 242, 0.2)
}
.finance-goodness {
	display: flex;
	width: 100%;
	height: 80px;
	position: absolute;
	bottom: 0;
	left: 0;
	align-items: center;
	color: #ff0d7b;
}
.goodness-item {
	flex: 1;
	text-align: center;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	z-index: 1;
	transition: all .3s;
	cursor: default;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

.goodness-item:hover {
	background-color: rgba(0,0,0,.2)
}
.goodness-item span {
	font-size: 20px;
	font-weight: bolder;
	color: #ff0d7b;;
}
.finance-banner-title {
	line-height: 40px;
	padding-top: 140px;
	font-size: 40px;
	font-weight: bolder;
	color: #f00;
	padding-left: 10px;
	margin-bottom: 10px;
	margin-left: 100px;
}
.finance-banner-main {
	min-height: 400px;
}
.finance-banner-content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-left: 250px;
	margin-top: 30px;
}
.finance-production {
	flex: 0 0 700px;
}
.finance-to-reg {
	flex: 0 0 450px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: rgba(34, 158, 242, 0.2);
	position: relative;
}
.finance-to-reg p.finance-to-reg-title {
	font-size: 18px;
	font-weight: bolder;
	margin-bottom: 30px;
}
.finance-to-reg p {
	color: #00ffff;
}
.finance-to-reg p.help-more {
	display: none;
	position: absolute;
	width: 100%;
	right: 0;
	top: calc(100% + 10px);
	background-color: #fff;
	z-index: 10;
	color: #333;
	padding: 10px 15px;
	box-shadow: 0 0 8px rgba(0,0,0,.4);
	line-height: 25px;
}
.finance-to-reg p.help-more::after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-top: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
	top: -10px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
.finance-to-reg-help:hover .help-more {
	display: block;
}
.finance-to-reg-help {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	line-height: 30px;
}
.finance-to-reg-help .help-what {
	width: auto;
	text-align: center;
	color: #999;
	cursor: pointer;
	transition: all .3s;
	padding: 0px 20px;
}
.finance-to-reg-help .help-what:hover {
	color: #fff
}
.finance-to-reg a {
	background-color: dodgerblue;
	color: #fff;
	padding: 5px 20px;
	transition: all .3s;
	text-decoration: none;
}
.finance-to-reg a:hover {
	background-color: royalblue
}
.finance-production-info {
	background-color: rgba(34, 158, 242, 0.2);
	padding: 20px;
	min-height: 100px;
	color: #ccc;
	font-size: 15px;
}
.finance-section {
	margin-bottom: 20px;
}
.finance-section-box {
	display: flex;
	justify-content: end;
}
.finance-title {
	position: relative;
}
.finance-title a {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	display: block;
	height: 30px;
	line-height: 30px;
	background-color: #9FD89C;
	padding: 0px 10px; 
	color: #f00;
	text-decoration: none;
	transition: all .3s;
}
.finance-title a:hover {
	background-color: royalblue;
}
.finance-title p {
	font-size: 26px;
	padding: 20px;
	position: relative;
	font-weight: bolder;
}
.finance-title p {
	font-size: 26px;
	padding: 20px;
	position: relative;
	font-weight: bolder;
}
.finance-title p span {
	margin-left: 10px;
	font-weight: normal;
	color: #ccc
}
.finance-title p:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	margin-top: auto;
	margin-bottom: auto;
	width: 8px;
	height: 26px;
	background-color: #9FD89C
}
.news .finance-section-left-box {
	display: flex;
	flex-direction: column;
	padding: 10px 0px;
}
.news .f-s-l-b-title {
	margin-bottom: 0px;
	font-weight: normal;
	padding: 0px 20px;
	line-height: 38px;
	height: 38px;
	cursor: pointer;
	transition: all .3s;
}
.news .f-s-l-b-title:hover {
	background-color: rgba(0,0,0,.1)
}
.news .f-s-l-b-title.active {
	background-color: royalblue;
	transition: all .3s;
}
.news .finance-section-right-box {
	min-height: 200px;
	display: flex;
	padding-top: 30px;

}
.news .section-flex {
	flex: 1;
	width: 100%;
}
.news .section-item {
	flex: 0 0 50%;
	padding: 0px 10px;
	overflow: hidden;
}
.news .section-item a {
	height: 35px;
	line-height: 35px;
	color: #666;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 14px;
}
.news .section-item a:hover {
	color: dodgerblue
}
.finance-section-left-box {
	flex: 0 0 250px;
	padding: 20px 20px 30px 20px;
	color: rgb(255, 0, 0);
	font-weight: 600	;
}
.bg-blue {
	background-color: dodgerblue
}
.bg-1 {
	background-color: #9FD89C
}
.bg-purple {
	background-color: royalblue
}
.bg-origin {
	background-color: #FF6900
}
.bg-red {
	background-color: #B10052
}
.f-s-l-b-title {
	font-size: 16px;
	font-weight: bolder;
	margin-bottom: 10px;
	position: relative;
}
.f-s-l-b-title span {
	font-weight: normal;
	margin-left: 10px;
	color: #ccc;
}
.bg-blue .f-s-l-b-title span {
	color: #93B8EE
}
.bg-purple .f-s-l-b-title span {
	color: #B18BEE
}
.bg-origin .f-s-l-b-title span {
	color: #F6B587
}
.finance-section-right-box {
	flex: 1;
	background-color: #fff;
	padding: 10px 20px ;
	position: relative;
}
.section-flex {
	display: flex;
	flex-wrap: wrap;
}
.section-item {
	flex: 0 0 25%;
	display: flex;
	padding: 30px 0px 20px 0px;
	transition: all .3s;
}
.fwnr .section-item {
	flex: 0 0 50%;
	padding: 10px 0px;
}
.section-item-item.icon {
	flex: 0 0 40px;
}
.section-item-item.icon img {
	width: 25px;
	float: right;
	margin-right: 5px;
}
.section-item-item .item-title {
	color: #333;
	margin-bottom: 5px;
}
.fwfw .section-item-item .item-title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.fwnr .section-item-item .item-title {
	font-weight: bolder;
}
.section-item-item .item-content {
	color: #000;
}
.investment .section-item {
	flex-direction: column;
	flex: 0 0 20%;
	padding: 10px 0px 
}
.investment .section-item .icon img {
	float: none;
	margin: 0 auto;
}
.investment .section-item-item .item-title {
	text-align: center;
	color: #666
}
.investment .section-item-item.icon img {
	width: 100px;
}
.finance-section-more {
	position: absolute;
	right: 15px;
	top: 5px;
	color: #999;
	border: 1px solid #999;
	padding: 0px 10px;
	border-radius: 5px;
	transition: all .3s;
}
.finance-section-more:hover {
	color: dodgerblue;
	border-color: dodgerblue
}
.investors .finance-section-box {
	justify-content: space-between;
}
.finance-section-box .investors-item {
	width: 350px;
	background-color: #fff;
	border-radius: 5px;
	/* min-height: 250px; */
	min-height: 13px;

	/*box-shadow: 0 0 15px rgba(0,0,0,.3);*/
	transition: all .3s;
}
.finance-section-box .investors-item:hover {
	background-color: #F20D77;
	color: #fff;
}




.section-item3 {
	display: flex;
	position: relative;
    flex-wrap: wrap;
    text-align: center;
    padding: 20px;
    transition: all .3s;
    flex: 1;
    cursor: pointer;
}
.section-item-item3 {
	flex: 0 0 100%;
}
.section-item-item3 img {
	float: none;
    margin: 10px auto;
    width: 40px;
}
.item-title3 {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.section-item4 {
	display: flex;
	position: relative;
    flex-wrap: wrap;
    text-align: center;
    padding: 20px;
    transition: all .3s;
    flex: 0 0 25%;
    cursor: pointer;
}




.i-item-top {
	display: flex;
	padding: 20px;
}
.i-item-top .img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden;
	border: 3px solid #fff;
}
.i-item-top .img img {
	width: 100%;
}
.info {
	flex: 1;
	display: flex;
	justify-content: space-around;
	/*align-items: center;*/
	flex-direction: column;
	padding-left: 20px;
	/*font-weight: bolder;*/
	/*font-size: 14px;*/
}
#change {
	color: #F20D77;
	cursor: pointer;
	font-size: 14px;
	transition: all .3s;
}
#change.unable {
	color: #999;
	cursor: default;
}

.investors .finance-title p:before {
	background-color: #F20D77; 
}
.i-item-bottom {
	padding: 0px 10px;
}
.i-item-bottom li {
	padding: 0px 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.i-item-bottom li a {
	height: 35px;
	line-height: 35px;
	color: #666;
}
.finance-section-box .investors-item:hover .i-item-bottom li a {
	color: #fff;
}
#sl {
	background-color: #fff;
	padding: 10px 0px;
	width: 100%;
}
#sl .swiper-wrapper {
	height: 250px;
}
#sl .swiper-wrapper .swiper-slide {
	/*padding: 10px 0px;*/
}
#sl .swiper-wrapper .swiper-slide img {
	width: 100%;
	height: 100%
}
#sl .swiper-button-next, .swiper-button-prev {
	background-color: rgba(255, 255, 255, .7);
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-size: 50% 50%
}
#sl .swiper-pagination-bullet {
	background: #fff;
	opacity: .5
}
#sl .swiper-pagination-bullet-active {
	background: #007aff;
	opacity: 1
}
.xqrz {
	background-color: #fff;
	padding: 10px;
}
.xqrz p {
	height: 45px;
	line-height: 45px;
	font-weight: bolder;
	font-size: 16px;
	color: #F20D77
}
.xqrz p a {
	color: #fff;
	background-color: #F20D77;
	font-size: 14px;
	padding: 8px 15px;	
	font-weight: normal;
	margin-left: 20px;
	transition: all .3s;
}
.xqrz p a:hover {
	background-color: #D80466
}
.lxwm {
	color: #fff;
	display: flex;
}
.lxwm p {
	margin-right: 40px;
	font-size: 16px;
}
.lxwm p a, .bq p a {
	color: #fff;
}
.finance-footer-main {
	background-color: #333;
	padding-bottom: 10px;
}
.finance-footer-main .finance-section {
	margin-bottom: 0;
	color: #fff;
}
.bq p {
	margin-right: 10px;
	padding: 20px 0px;
}
.echarts-box {
	flex-wrap: wrap;
	background-color: #fff;
	padding: 20px 0px;
}
.echarts-item {
	flex: 0 0 65%;
	min-height: 350px;
}
.echarts-item:nth-of-type(even) {
	flex: 0 0 35%;
}
.img-bg1 {
	background-image: url('../images/fin-bg1.jpg')
}
.img-bg2 {
	background-image: url('../images/fin-bg2.jpg')
}
.img-bg3 {
	background-image: url('../images/fin-bg3.jpg')
}
.img-bg4 {
	background-image: url('../images/fin-bg4.jpg')
}
.img-bg5 {
	background-image: url('../images/w-bg5.jpg?v=1.0')
}
.img-bg1, .img-bg2, .img-bg3, .img-bg4, .img-bg5 {
	background-repeat: no-repeat;
	background-position: center bottom;
}

.img-bg {
	background-image: url('../images/fin-banner1.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.finance-to-reg, .finance-production-info, .finance-banner-bottom-bg {
	background-color: rgba(0,0,0,.6)
}
.fwfw .section-item {
	position: relative;
	flex-wrap: wrap;
	text-align: center;
	padding: 20px;
	transition: all .3s;
	flex: 1;
	cursor: pointer;
}
.fwfw .section-item-item {
	flex: 0 0 100%;
}
.fwfw .section-item:after {
	/*display: none;*/
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 10px solid transparent;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 0;
	transition: all .3s;
}
.fwfw .section-item.active:after {
	border-bottom-color: rgba(62,105,225,.2)
} 
.fw-list {
	display: flex;
	flex-wrap: wrap;
	background-color: rgba(62,105,225,.2);
	padding: 10px 0px;
}
.fw-list dt {
	width: 100%;
	font-size: 15px;
	padding-left: 20px;
	position: relative;
	line-height: 30px;
}
.fw-list dt:after {
	position: absolute;
	content: '';
	left: 5px;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	width: 5px;
	height: 70%;
	background-color: royalblue
}
.fw-list dd {
	flex: 0 0 10%;
	text-align: center;
	line-height: 30px;
}
.fwfw .section-max-item {
	width: 100%;
	display: none;
}
.fwfw .section-max-item.active {
	display: block
}
.section-item:hover {
	background-color: #F9F9F9
}
.fwfw .section-item-item.icon img {
	float: none;
	margin: 10px auto;
	width: 40px;
}
.vip-service {
	background-color: #fff;
	padding: 20px;
	/*box-shadow: 0px 0px 15px rgba(0,0,0,.2);*/
}
.vip-title, .list-title {
	color: dodgerblue;
	font-weight: bolder;
	text-align: center;
	padding: 10px;
	margin-bottom: 20px;
}
.vip-title-sub {
	text-align: center;
	color: #999;
	margin-bottom: 50px;
	font-size: 18px;

}
.vip-title-sub span {
	color: dodgerblue;
	padding: 0px 10px;
	cursor: pointer;
}
.vip-box {
	border: 2px solid rgba(65, 105, 225, .1);
}
.vip-box-row {
	display: flex;
	/*align-items: center;*/
	min-height: 60px;
	background-color: rgba(65, 105, 225, .1);
	
}
.vip-box-row.pay-type p {
	flex: 1;
	text-align: center;
	font-weight: bolder;
	line-height: 60px;
}
.vip-box-row:not(:last-child) {
	border-bottom: 1px solid #fff;
}
.vip-box-row:first-child .vip-row-item {
	font-weight: bolder;
	color: #333;
	font-size: 16px;
}
.vip-box-row:first-child .vip-row-item.level1 {
	background-image: url('../images/finance/vip-level1.jpg');

}
.vip-box-row:first-child .vip-row-item.level2 {
	background-image: url('../images/finance/vip-level2.jpg');

}
.vip-box-row:first-child .vip-row-item.vip-level {
	background-repeat: no-repeat;
	background-size: 150%;
	background-position: 0% 35%; 
}
.vip-row-item {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;

}
.vip-row-item:not(:last-child) {
	border-right: 1px solid #fff;
}

.vip-level.vip-row-item {
	text-align: center;
	font-weight: bolder;
}
.vip-level.vip-row-item .no {
	color: red;
	font-size: 18px;
}
.vip-level.vip-row-item .yes {
	color: green;
	font-size: 18px;
}
.vip-row-item.vip-service-info {
	flex: 0 0 55%;
	flex-direction: row;
    /*padding-left: 20px;*/
}
.vip-row-item.vip-service-info .info-item {
	flex: 1;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.vip-service-sub.info-item {
	border-left: 1px solid #fff;
}
.vip-service-sub.info-item p {
	padding: 10px 20px;
	position: relative;
	color: #333;
}
.dsb-product .vip-service-sub.info-item p {
	color: #fff
}
.vip-service-sub.info-item p:after {
	position: absolute;
    content: '';
    width: 0;
    height: 0;
    padding: 2px;
    border-radius: 50%;
    background-color: royalblue;
    top: 0;
    bottom: 0;
    left: 10px;
    margin-top: auto;
    margin-bottom: auto;
}
.vip-row-item.vip-service-info .info-item.vip-service-name {
	flex: 0 0 25%;
    font-size: 16px;
    font-weight: bolder;
}
.vip-row-item.vip-service-info .info-item.vip-service-name p {
	padding-left: 20px
}
.vip-service-name.vip-row-item {
	flex: 0 0 15%;
	font-size: 16px;
	font-weight: bolder;
}
.vip-service-sub.vip-row-item {
	flex: 0 0 40%;
	color: #666
}
.vip-service-sub.vip-row-item p {
	position: relative;
}
.vip-box-row:not(:first-child) .vip-service-sub.vip-row-item p:after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	padding: 2px;
	border-radius: 50%;
	background-color: royalblue;
	top: 0;
	bottom: 0;
	left: -10px;
	margin-top: auto;
	margin-bottom: auto;
}
.vip-title2 {
	position: relative;
	color: #D2A874;
	font-weight: bolder;
	padding: 20px;
	font-style:italic
}
.vip-service-name.vip-row-item, .vip-service-sub.vip-row-item {
	padding: 0px 20px;
}
.vip-box-bottom-p {
	font-size: 18px;
	color: rgba(65, 105, 225, .7);
	text-align: center;
	padding: 30px 0px;

}
.modal-body .vip-box-bottom-p {
	/*font-weight: bolder;*/
	text-align: left;
	font-size: 16px;
	color: dodgerblue;
	padding: 0px 0px 0px 50px;
}
.vip-box-bottom-p.vip-type-p {
	margin-bottom: 20px;
	text-align: left;
	padding: 20px;
	background-color: rgba(65, 105, 225, .1)
}
.vip-type {
	display: flex;
	justify-content: space-around;
	margin-bottom: 30px
}
.vip-type-item {
	width: 500px;
	box-shadow: 0 0 5px rgba(0,0,0,.2)
	/*border: 1px solid #eee;*/
}
.vip-type-banner {
	width: 100%;
	height: 300px;
	background-color: dodgerblue;
	position: relative;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}
.vip-type-banner1 {
	background-image: url('../images/finance/vip-level1.jpg')
}
.vip-type-banner2 {
	background-image: url('../images/finance/vip-level2.jpg')
}
.vip-type-main {
	position: relative;
	padding: 10px 0px 20px;
}
.vip-price {
	display: flex;
	justify-content: space-around;
	align-items: center;
	height: 100px;
}
.vip-price-item {
	color: dodgerblue;
	padding: 10px;
	/*width: 120px;*/
	border: 2px solid rgba(65, 105, 225, .1);
	cursor: pointer;
	text-align: center;
}
.vip-price-item .price {
	color: #999;
	font-weight: normal;
}
.vip-price-item .price span {
	text-decoration: line-through;
}
.vip-price-item.hot-price {
	font-weight: bolder;
	color: #F34545;
}
.vip-price-item.active {
	border-color: dodgerblue;
}
.vip-price-item.hot-price.active {
	border-color: #F34545;
}
.vip-btn {

	background-color: dodgerblue;
	color: #fff;
	width: 80%;
	text-align: center;
	margin: 10px auto 20px;
	line-height: 35px;
	cursor: pointer;
	transition: all .3s;
}
.vip-btn:hover {
	background-color: royalblue
}
.vip-type-name {
	margin: 0 auto;
	text-align: center;
	font-weight: bolder;
	font-size: 18px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	line-height: 60px;
}
.contact-modal {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 600px;
	height: 600px;
	transform: translate(-50%, -50%);
	z-index: 999;
}
.contact {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 600px;
	height: 600px;
	box-shadow: 0 0 8px rgba(0,0,0,.2);
	background-color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	/* justify-content: center; */
	overflow-x: scroll;
	overflow-y: scroll;
}
.contact-modal.active {
	display: block;
	z-index: 999;
}
.contact p {
	width: 70%;
	/* height: 100%; */
	line-height: 27px;
}
.contact p.close-btn {
	text-align: center;
	background-color: dodgerblue;
	color: #fff;
	cursor: pointer;
	margin-top: 20px;
}
.contact .close-btn:hover {
	background-color: royalblue
}
.list-p {
	text-align: center;
	color: #333;
	font-size: 18px;
	width: 1200px;
	margin: 0 auto;
	text-align: left;
	line-height: 30px;
}
.word-list {
	display: flex;
	justify-content: space-around;
}
.word-list li {
	position: relative;
	width: 40px;
	height: 40px;
	line-height: 38px;
	border-radius: 50%;
	background-color: #fff;
	color: dodgerblue;
	text-align: center;
	cursor: pointer;
	transition: all .3s;
	border: 1px solid #3D99F3;
	box-sizing: border-box;
	font-weight: bolder
}
.word-list li:hover {
	background-color: dodgerblue;
	color: #fff;
}
.word-list li.active {
	background-color: dodgerblue;
	color: #fff;
}
.rs-list {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	min-height: 300px;
}
.tzr-card.rs-list-item {
	flex: 0 0 20%;
	padding: 5px;
	margin-bottom: 10px
}
.tzr-card .rs-item-right .rs-name {
	margin-bottom: 0px;
}
.tzr-card .rs-item-right {
	height: auto;
	background-color: #F9F9F9;
	padding: 10px;
}
.rs-list-item {
	flex: 0 0 33.3%;
	display: flex;
	margin-bottom: 40px;
}
.rs-item-left {
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
}
.rs-item-right {
	flex: 1;
	height: 100px;
	overflow: hidden;
	padding: 5px 20px 5px 8px;
}
.rs-item-left img {
	width: 100%;
}
.rs-item-right .rs-name {
	margin-bottom: 10px;
}
.rs-item-right .rs-name a {
	color: dodgerblue;
	font-weight: bolder;
	font-size: 16px;
	transition: all .3s;
}
.rs-item-right .rs-name a:hover {
	color: #f90
}
.rs-item-right .rs-info {
	color: #999
}
.rs-cpy {
	color: #999;
	/*display: flex;*/
	justify-content: space-between;
}
.finance-search {
	position: relative;
	width: 600px;
	margin: 0 auto;
	margin-bottom: 10px;
}
.finance-search a {
	position: absolute;
	bottom: 0;
	left: 100%;
	width: 100px;
	margin-left: 20px;
	line-height: 25px;
	color: #f90
}
.finance-search input {
	width: 100%;
	height: 40px;
	line-height: 40px;
	outline: none;
	border: 0;
	border: 1px solid dodgerblue;
	padding: 0px 20px;

}
.finance-search .btn {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin-top: auto;
	margin-bottom: auto;
	width: 80px;
	line-height: 40px;
	background-color: dodgerblue;
	color: #fff;
	text-align: center;
	cursor: pointer;
	font-weight: bolder;
	font-size: 15px;
}
.rs-msg {
	text-align: center;
	font-weight: bolder;
	font-size: 16px;
}
.tz-box {
	display: flex;
	padding: 30px 10px 140px;
	color: #fff;
}
.tz-box-left {
	width: 120px;
	height: 120px;
	border-radius: 5px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.tz-box-left img {
	width: 120px;
}
.tz-box-right {
	flex: 1;
	padding-left: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.tz-right-item {
	position: relative;
	display: flex;
	/*align-items: center;*/
}
.tz-right-item:nth-of-type(2) {
	padding-bottom: 10px;
}
.tz-name {
	font-size: 26px;
	letter-spacing: 3px;
}
.tz-name-label {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0px;
	margin-top: auto;
	margin-bottom: auto;
	height: 30px;
}
.tz-name-label .tz-web {
	color: dodgerblue;
	background-color: #fff;
	line-height: 30px;
	padding: 5px 10px;

}
.tz-label {
	width: 80px;
}
.tz-tags {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.tz-tags li {
	margin: 0px 5px;
}
.tzjg {
	min-height: 400px;
	background-color: #fff;
	position: relative;
	top: -120px;
	padding: 20px 20px 50px;
	border-radius: 20px;
	box-shadow: 0 0 15px rgba(0,0,0,.1)
}
.tz-info .finance-title p {
	font-size: 18px;
	color: #333
}
.team-members {
	display: flex;
	flex-wrap: wrap;
}
.members-item {
	padding: 5px 10px;
	flex: 0 0 25%;
	width: 25%;
}
.member-card {
	background-color: #F9F9F9;
	display: flex;
	/*height: 40px;*/
	/*align-items: center;*/
	flex-direction: column;
	padding: 5px 10px;
	/*justify-content: space-between;*/
}
.member-name {
	color: #333;
	font-weight: bolder
}
.member-position {
	color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tz-box-content {
	font-size: 15px;
	padding: 0px;	
	line-height: 25px;
	color: #666;
}
.tz-box-content .news {
	display: flex;
	flex-wrap: wrap;
}
.tz-box-content .news li {
	width: 50%;
	padding: 5px 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
}
/*.tz-box-content .news li:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	width: 0;
	height: 0px;
	padding: 3px;
	border-radius: 50%;
	background-color: #999;
}*/
.tz-box-content .news li a {
	line-height: 30px;
	font-size: 16px;
	color: #000;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}
/*.tz-box-content .news li:hover:after {
	background-color: dodgerblue
}*/
.tz-box-content .news li:hover a {
	color: dodgerblue
}
.tz-box-content .news li .news-footer {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	color: #999
}
.news-card {
	background-color: #f9f9f9;
	padding: 8px;
}
.input-item {
	display: flex;
	width: 400px;
	height: 40px;
}
.input-label {
	width: 100px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: dodgerblue;
	color: #fff;
}
.input-group {
	flex: 1;
	position: relative;
}
.input-group p {
	position: relative;
	text-align: center;
	height: 40px;
	line-height: 40px;
	background-color: rgba(30,144,255,.1);
	color: dodgerblue;
	cursor: pointer;
	transition: all .3s;
}
.input-group p:after {
	opacity: 0;
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	right: 30px;
	margin-top: auto;
	margin-bottom: auto;
	width: 0;
	height: 0;
	border-top: 5px solid dodgerblue;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 0;
	transition: all .3s;
}
.input-group p:hover {
	background-color: rgba(30,144,255,.2);
	/*color: #fff;*/
}
.input-group:hover p:after {
	opacity: 1
}
.input-group .select-ul {
	position: absolute;
	z-index: 200;
	background-color: #fff;
	top: 100%;
	left: 0;
	width: 100%;
	padding: 10px;
	box-shadow: 0 5px 10px rgba(0,0,0,.1);
	border-radius: 5px;
	/*display: flex;*/
	flex-wrap: wrap;
	display: none;
}
.input-group .select-ul.active {
	display: flex
}
.input-group .select-ul li {
	flex: 0 0 33.3%;
	width: 33.3%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	color: #666;
	cursor: pointer;
	transition: all .3s;
	padding: 5px 0px;	
}
.input-group .select-ul li:hover {
	color: dodgerblue
}	
.mb-more {
	display: none;
	position: absolute;
	right: 0;
	background-color: dodgerblue;
	color: #fff;
	height: 30px;
	line-height: 30px;
	padding: 0px 5px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    font-weight: normal;
}
.refresh-div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 200;
	background-color: rgba(0, 0, 0, .2)
}
.refresh-div img {
	position: absolute;
	left: 0;
	right: 0;
	top: 100px;
	margin-left: auto;
	margin-right: auto;
	animation: loading 3s linear infinite;
}
@keyframes loading {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.tz-list .tz-list-row {
	display: flex;
}
.tz-list .tz-list-row .tz-item {
	flex: 1;
	text-align: center;
	height: 40px;
	line-height: 40px;
}
.tz-list .tz-list-row:nth-child(odd) {
	background-color: #F9F9F9;
}
.tz-list .tz-list-row .tz-item:first-child {
	flex: 0 0 80px;
}




@media (max-width: 768px) {
	* {
		font-size: 14px;
	}
	.mb-more  {
		display: block
	}
	.finance-container {
		width: 100%;
		padding: 5px;
	}
	.finance-banner-title {
		text-align: center;
		margin: 0;
		padding-top: 50px;
		font-size: 28px;
	}
	.finance-banner-content .f-b-c-item {
		flex: 0 0 100%;
	}
	.finance-goodness {
		position: relative;
		flex-wrap: wrap;
		height: auto;
		/*padding: 5px;*/
	}
	.goodness-item {
		flex: 0 0 19%;
		padding: 20px 0px;
		/*background-color: rgba(34, 158, 242, 0.2)*/
	}
	.finance-to-reg {
		padding: 0;
		margin-top: 15px;
	}
	.finance-to-reg p.finance-to-reg-title {
		padding: 15px 0px;
		margin-bottom: 0px;
	}
	.finance-banner-bottom-bg {
		display: none;
	}
	.finance-title p {
		padding: 10px 20px;
		font-size: 16px;
	}
	.gwh {
		/* height: 260px; */
	}
	.finance-to-reg a {
		width: 80%;
		max-width: 400px;
		height: 35px;
		line-height: 35px;
		font-size: 16px;
		padding: 0px;
		text-align: center;
	}
	.finance-banner-content {
		/*padding: 5px;*/
		margin: 0;
	}
	.finance-banner-main {
		min-height: auto;
		margin-bottom: 15px
	}
	.finance-section-box {
		flex-direction: column;
	}
	.finance-section-left-box {
		flex: 1;
		padding: 20px;
	}
	.finance-section-right-box {
		padding: 10px 0px;
	}
	.section-item {
		flex: 0 0 100%;
		padding: 10px 0px;
	}
	.fwnr .section-item {
		flex: 0 0 100%;
		padding: 10px 0px;
	}
	.fwfw .section-item {
		width: 20%;
		padding: 5px 0px;
	}
	.investment .section-item-item.icon img {
		width: 100%;
		padding: 5px;
	}
	.news .finance-section-left-box {
		flex-direction: row;
		padding: 0px;
	}
	.news .f-s-l-b-title {
		flex: 1;
		padding: 0;
		text-align: center;
		font-size: 14px;	
	}
	.news .f-s-l-b-title span {
		display: none;
	}
	.news .section-item {
	    flex: 0 0 100%;
	}
	.news .finance-section-right-box {
		height: 300px;
		overflow: hidden;
		padding: 10px 0px;
	}
	.finance-section-more {
		display: none;
	}
	.finance-section-box .investors-item {
		width: 100%;
		/* min-height: 200px; */
	}
	.i-item-bottom li a {
		font-size: 14px;
	}
	.i-item-top {
		padding: 8px 20px;
	}
	.finance-section-box .investors-item:not(:last-child) {
		border-bottom: 1px solid #eee;
		padding: 10px 0px;
	}
	.finance-section-box .investors-item:hover .i-item-bottom li a, .finance-section-box .investors-item:hover {
		color: #666;
		background-color: #fff;
	}
	.xqrz p {
		height: auto;
		line-height: 30px;
		padding: 10px 0px;
		font-size: 14px;
	}
	.xqrz p a {
		display: block;
		margin-left: 0px;
		text-align: center;
		padding: 0px;
		line-height: 45px;
		margin-top: 10px;
	}
	.lxwm p, .bq p {
		padding: 8px;
		font-size: 14px;
	}
	.bq {
		border-top: 1px solid #666
	}

	.echarts-item {
		min-height: 300px;
	}
	.img-bg1, .img-bg2, .img-bg3, .img-bg4, .img-bg5 {
		background-size: 100%;
		background-position: center;
	}
	.finance-goodness {
		background-color: rgba(0,0,0,.6)
	}
	.fw-list dd {
		flex: 0 0 25%;
	}
	.section-item:hover {
		background-color: transparent;
	}
	.finance-to-reg-help {
		position: relative;
		padding: 10px;
	}
	.finance-to-reg p.help-more {
		position: relative;
	}
	.finance-to-reg-help .help-what {
		padding-bottom: 10px;
	}
	.finance-footer .main {
		width: 100%
	}
	.vip-service {
		padding: 0px;
	}
	.vip-title-sub {
		font-size: 14px;
	}
	.vip-type-item {
		flex: 0 0 100%;
		box-shadow: none;
	}
	.vip-type-item:nth-of-type(1) {
		border: 2px solid #FEE5A2;
		margin-bottom: 20px;
	}
	.vip-type-item:nth-of-type(2) {
		border: 2px solid #FFA800
	}
	.vip-type {
		flex-wrap: wrap;
	}
	.vip-type-banner {
		height: 60px;
		background-position: center 40%;
	}
	.vip-type-name {
		text-align: left;
		padding-left: 20px;
		font-size: 16px;
	}
	.vip-price {
		height: auto;
		flex-wrap: wrap;
	}
	.vip-price-item {
		width: 90%;
		border-width: 1px;
		margin-bottom: 5px;
	}
	.vip-btn {
		margin: 10px auto;
	}
	.vip-title {
		font-size: 16px;
	}
	.vip-box-row {
		height: auto;
		padding: 0px;
	}
	.vip-service-name.vip-row-item, .vip-service-sub.vip-row-item {
		padding: 5px;
	}
	.vip-row-item p, .vip-row-item p a {
		font-size: 12px;
	}
	.vip-title2 {
		padding: 10px;
		font-size: 14px;
	}
	.vip-box-bottom-p {
		padding: 10px 0px;
		font-size: 14px;
	}
	.vip-box-row:first-child {
		height: 60px;
	}
	.vip-box {
		border-top: 0px;
	}
	.vip-row-item.vip-service-info {
		flex-direction: column;
		padding: 10px 0px 10px 10px;
	}
	.vip-service-sub.info-item {
		border: 0;
	}
	.vip-service-sub.info-item p {
		margin-top: 5px;
	}
	.finance-search, .list-p {
		width: 100%;
	}
	.finance-search a {
		left: auto;
		bottom: 100%;
		right: 0;
	}
	.word-list {
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.word-list li {
		flex: 0 0 40px;
		margin-right: 5px;
		margin-bottom: 5px;
	}
	.rs-list-item {
		flex: 50%;
		margin-bottom: 10px
	}
	.vip-title, .list-title {
		font-size: 16px;
	}
	.tz-right-item {
		flex-direction: column;
		padding: 10px 0px;
	}
	.tz-name-label {
		position: relative;
	}
	.tz-box-left {
		width: 80px;
		height: 80px;
	}
	.tz-box-left img {
		width: 80px;
	}
	.tz-box {
		flex-direction: column;
	}
	.tz-box-right {
		padding-left: 0px;
	}
	.tz-tags li {
		flex: 0 0 25%;
		margin: 0;
	}
	.tz-label {
		font-weight: bolder;
		padding-bottom: 5px;
	}
	.tz-box-content {
		padding: 0px 15px;
	}
	.members-item {
		padding: 5px;
		width: 50%;
		flex: 0 0 50%
	}
	.member-card {
		padding: 5px;
	}
	.tz-box-content .news li {
		width: 100%;
		padding: 5px;
	}
	.tz-box-content .news li a {
		font-size: 14px;
	}
	.tz-box-content .news li .news-footer {
		font-size: 12px;
	}
	.tzr-card .rs-item-right {
		padding: 5px;
	}
	.tzr-card.rs-list-item {
		flex: 0 0 50%;
	}
	.input-item {
		width: 100%
	}
	.tz-list .tz-list-row .tz-item:first-child {
		display: none;
	}
	.tz-list .tz-list-row {
	    flex-wrap: wrap;
	}
	.tz-list .tz-list-row .tz-item {
	    flex: 0 0 50%;
	}
}