.title h2 {
	color: #333;
	font-size: 52px;
}

.title h2 span {
	color: #7345fe;
}

section {
	padding-bottom: 70px;
}

.advantage {
	text-align: center;
	background: url(../images/bg-01.png) no-repeat bottom center;
	background-size: cover;
}

.advantage .content {
	text-align: center;
}

.bank_compare h2 span {
	color: #ff2968;
}

.bank_compare .title p {
	width: 620px;
	height: 80px;
	background: linear-gradient(90deg, #FF589D, #FF2260);
	/*box-shadow: 6px 12px 24px #c8cfff;*/
	margin: 20px auto;
	border-radius: 0 42px 0 42px;
	text-align: center;
	line-height: 80px;
	color: #fff;
	font-size: 40px;
}

.accounts_compare h2 span {
	color: #2777ea;
}

.accounts_compare .content {
	border: 1px solid #2777EA;
}

.accounts_compare .wrap {
	display: flex;
	flex-wrap: wrap;
	padding: 40px 70px;
	overflow: hidden;
}

.accounts_compare .bar {
	overflow: hidden;
	display: flex;
}

.accounts_compare .bar li {
	width: 600px;
	height: 92px;
	background-color: #fff;
	border: solid 4px #2777ea;
	color: #2777ea;
	text-align: center;
	line-height: 92px;
	font-size: 36px;
	cursor: default;
}

.accounts_compare .bar li.curr {
	background: #2777ea;
	color: #fff;
}

.accounts_compare .box {
	margin: 10px;
	float: left;
	width: 330px;
	height: 241px;
	background: url(../images/bj-08.png) no-repeat center center;
	background-size: 100% 100%;
	position: relative;
	display: flex;
	justify-content: center;
	padding: 90px 50px 20px;
	transition: .4s;
}
.accounts_compare .box:hover{
	transform: translateY(-5px) scale(1.02);
}

.accounts_compare .box p {
	font-size: 24px;
	color: #222;
	text-align: justify;
}

.accounts_compare .nub {
	position: absolute;
	top: 37px;
	left: 52px;
	width: 47.21px;
	height: 50px;
	background: url(../images/nub.png) no-repeat top left;
	background-size: 100% 100%;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-family: Anton;
	font-size: 26px;
	font-weight: bold;
}

.accounts_compare .wrap2 {
	display: none;
}


.bank_compare{
	background-color: #f3f7fc;
}

.bank_compare .content{
	    background: #fff;
    padding-bottom: 58px;
}
.bank_compare .tit {
	text-align: center;
	margin: 58px auto 34px;
}

.bank_compare .bar {
	overflow: hidden;
	display: flex;
}

.bank_compare .bar li {
	width: 600px;
	height: 92px;
	background-color: #fff;
	border: solid 4px #2777ea;
	color: #2777ea;
	text-align: center;
	line-height: 92px;
	font-size: 36px;
	cursor: default;
}

.bank_compare .bar li.curr {
	background: #2777ea;
	color: #fff;
}

.bank_compare .wrap2 {
	display: none;
}

.bank_compare table {
	width: 1120px;
	margin: 0 auto;
	text-align: center;
}

.bank_compare table tr:nth-child(even) {
	background-color: #c4dbff;
}

.bank_compare table tr:nth-child(odd) {
	background-color: #E9F2FF;
}

.bank_compare table th {
	background-color: #00479d;
	color: #fff;
	text-align: center;
	border-collapse: collapse;
	font-size: 14px;
	font-weight: 400;
	border-right: 1px solid #F0F6FF;
	height: 114px;
	text-align: center;
	padding: 0 12px;
}

.bank_compare table th:nth-child(1) {
	width: 72px;
}

.bank_compare table th:nth-child(2) {
	width: 58px;
	writing-mode：tb-rl
}

.bank_compare table th:nth-child(3) {
	width: 112px;
}

.bank_compare table th:nth-child(4) {
	width: 56px;
}

.bank_compare table th:nth-child(5) {
	width: 70px;
}

.bank_compare table td:nth-child(7) {
	width: 248px;
	text-align: left;
}

.bank_compare td {
	border-right: 1px solid #F0F6FF;
	padding: 0 12px;
	font-size:14px;
	height:160px;
}

.bank_compare table.table2 td {
	height: 60px;
	color: #222;
	font-family: "PingFangSC-Medium";
	font-size: 22px;
}

.bank_compare table.table2 td:nth-child(1) {
	width: 440px;
	background: #ffbc3c;
}

.bank_compare table.table2 td:nth-child(2) {
	width: 220px;
	background: #1a44ec;
	color: #fff;
}

.bank_compare table.table2 td:nth-child(3) {
	width: 440px;
	background: #c4dbff;
}

.bank_compare .wrap2 th:nth-child(7) {
	height: 57px;
}

.bank_compare .wrap2 table tr:nth-child(2) th:nth-child(1) {
	width: 115px;
	height: 57px;
}

.bank_compare .wrap2 table th:nth-child(1) {
	width: 180px;
}

.bank_compare .wrap2 table th:nth-child(2) {
	width: 180px;
}

.bank_compare .wrap2 table th:nth-child(3) {
	width: 280px;
}

.bank_compare .wrap2 table th:nth-child(4) {
	width: 160px;
}

.bank_compare .wrap2 table th:nth-child(5) {
	width: 160px;
}

.bank_compare .wrap2 table th:nth-child(6) {
	width: 180px;
}

.bank_compare .wrap2 table td {
	height: 56px;
}

.bank_compare .wrap2 table tr:nth-child(odd) {
	background-color: #c4dbff;
}

.bank_compare .wrap2 table tr:nth-child(even) {
	background-color: #E9F2FF;
}

.bank_compare .wrap2 table th {
	border-right: 0;
	height:57px;
}

.bank_compare .wrap2 table td {
	border-right: 0;
}

.bank_compare .wrap2 table td:nth-child(7) {
	text-align: center;
}

.getres .content {
	width: 990px;
	margin: 0 auto;
}

.getres .content .box {
	width: 950px;
	margin: 0 auto;
	/*height: 600px;*/
	background-color: #f9f9f9;
	padding: 46px 20px 46px 70px;
	box-sizing: border-box;
}

.getres .box li {
	position: relative;
	margin-bottom: 40px;
}

.getres .box li .sec {
	position: absolute;
	left: -35px;
	top: 0;
	font-size: 32px;
}

.getres .box p {
	color: #333;
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 14px;
}

.getres .box label {
	padding: 0 12px;
	font-size: 24px;
	margin-right: 2px;
}

.getres .box label:before {
	content: '';
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: #f00 2px solid;
	background-color: #fff;
	display: inline-block;
	position: absolute;
	margin-top: 14px;
	margin-left: -9px;
}

.getres .box label.selected:before {
	content: "";
	width: 15px;
	height: 15px;
	display: inline-block;
	background: #f00;
	-webkit-background-size: cover;
	background-size: cover;
	border: #ff9a9a 4px solid;
}

.getres .box label input {
	margin-right: 4px;
}

.getres .bm {
	background: url(../images/bm.png) no-repeat center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	width: 992px;
	height: 120px;
	margin: 0 auto;
	z-index: 2;
	position: relative;
	margin-top: -8px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.getres .bm .input {
	width: 605px;
	height: 60px;
	border-radius: 30px;
	background-color: #fff;
	/*display: flex;*/
	float: right;
	margin-left: 28px;
	padding: 0 0 0 70px;
	box-sizing: content-box;
}

.getres .bm .pho {
	/*height: 46px;*/
	vertical-align: middle;
	padding-top: 15px;
	float: left;
}

.getres .bm input {
	width: 365px;
	height: 60px;
	border: none;
	outline: none;
	font-size: 26px;
	padding-left: 16px;
	float: left;
}

.getres .bm input:placeholder {
	font-size: 26px;
}

.getres .bm input:-ms-input-placeholder {
	font-size: 26px;
}

.getres .bm input::-webkit-input-placeholder {
	font-size: 26px;
}

.getres .bm input:-moz-placeholder {
	font-size: 26px;
}

.getres .bm .sbt {
	width: 205px;
	border-radius: 30px;
	height: 100%;
	text-align: center;
	line-height: 60px;
	font-size: 22px;
	float: right;
	/* background: linear-gradient(#fed938, #fed358); */
	/* color: #f9295d; */
}

.getres .title p {
	width: 620px;
	height: 80px;
	background: linear-gradient(133deg, #f00, #e2ac4a);
	margin: 20px auto;
	border-radius: 0 42px 0 42px;
	font-family: "PingFangSC-Medium";
	font-size: 40px;
	font-weight: 400;
	line-height: 80px;
	text-align: center;
	color:#fff;
}

.partner{
	background: url(../images/bg-33.jpg) no-repeat center;
	background-size: cover;
	width:100%;
	height: 577px;
}

.partner .title h2{
	color:#fff;
}

.partner h2 span{
	color:#f580ff;
}
.partner .content{
	
}

.partner ul{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}
.partner li{
	width:24%;
	height:154px;
	overflow: hidden;
	margin-bottom: 20px;
}
.partner li img{
	height: 100%;
	transition: .4s;
}

.partner li:hover img{
	/*box-shadow: 1px 2px 4px 1px #999;*/
	transform: scale(1.05);
}

.process h2 span{
	color:#ED5F04;
}
.process {
	text-align: center;
}

.why{
	background: url(../images/bg-44.jpg) no-repeat scroll top left;
	text-align: center;
}
.why h2{
	color:#fff;
}
.why h2 span{
	color:#FFBF39;
}



.registerinfo {
	background: #fff;
}

.registerinfo ul {
	position: relative;
}
.registerinfo li {
	width: 582px;
	background-color: #fff;
	padding: 36px 50px 36px 68px;
	box-sizing: border-box;
	float: left;
}
.registerinfo p {
	line-height: 30px;
	font-size: 16px;
}

.registerinfo p span {
	width: 70%;
}

.registerinfo p:before {
	content: "";
	display: none;
}

.registerinfo p a>img {
	width: 29px;
	height: 29px;
	margin-right: 12px;
	vertical-align: sub;
}

.registerinfo h5 {
	text-align: center;
	font-size: 28px;
	line-height: 28px;
	margin: 30px 0;
}

.registerinfo li {
	background: transparent;
}

.registerinfo li .more {
	display: block;
	width: 392px;
	height: 44px;
	background: linear-gradient(180deg, #FF589D, #FF2260);
	border-radius: 22px;
	text-align: center;
	line-height: 44px;
	color: #fff;
	font-size: 16px;
	margin: 30px 0;
}

.registerinfo li .list {
	padding-left: 36px;
}

.dline {
	height: 426px;
	width: 2px;
	background-color: #ccc;
	position: absolute;
	left: 50%;
	top: 78px;
	transform: translateX(-50%);
}

.registerinfo  a.more>img{
	vertical-align: middle;
	height:1em;
	margin-right:8px;
}

.registerinfo ul {
	position: relative;
	overflow: hidden;
}

.registerinfo p {
	line-height: 30px;
	font-size: 16px;
}

.registerinfo p span {
	width: 70%;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

.registerinfo p:hover span{
	color:#0094F2;
}
.registerinfo p:before {
	content: "";
	display: none;
}

.registerinfo p a>img {
	width: 26px;
	height: 26px;
	margin-right: 12px;
	vertical-align: inherit;
}

.registerinfo h5 {
	text-align: center;
	font-size: 28px;
	line-height: 28px;
	margin: 30px 0;
}


.registerinfo li .more {
	display: block;
	width: 392px;
	height: 44px;
	background: linear-gradient(180deg, #FF589D, #FF2260);
	border-radius: 22px;
	text-align: center;
	line-height: 44px;
	color: #fff;
	font-size: 16px;
	margin: 30px 0;
}

.registerinfo li .list {
	padding-left: 36px;
}

.dline {
	height: 310px;
	width: 1px;
	background-color: #ddd;
	position: absolute;
	left: 50%;
	top: 38px;
	transform: translateX(-50%);
}

.registerinfo  a.more>img{
	vertical-align: middle;
	height:1em;
	margin-right:8px;
}
.registerinfo .date {
    font-style: normal;
    color: #999;
    display: inline-block;
    position: absolute;
    right: 0;
}

.question .title{
	padding:70px 0 20px 0;
}


/*二级导航*/

.crumb {
	padding-top: 20px;
	color: #d8d8d8;
}

.crumb p {
	line-height: 30px;
}

.crumb a {
	color: #333;
}

.crumb p a.curr {
	color: #146BFB;
}


/*获取资料表单选择*/

.getres {
	width: 100%;
	background: url(../images/01.jpg) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
}

.getres .content {
	width: 990px;
	margin: 0 auto;
}

.getres .content .box {
	width: 950px;
	margin: 0 auto;
	/*height: 600px;*/
	background-color: #fff;
	padding: 46px 20px 46px 70px;
	box-sizing: border-box;
}

.getres .box li {
	position: relative;
	margin-bottom: 40px;
}

.getres .box li .sec {
	position: absolute;
	left: -35px;
	top: 0;
	font-size: 32px;
}

.getres .box p {
	color: #333;
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 14px;
}

.getres .box label {
	padding: 0 12px;
	font-size: 24px;
	margin-right: 2px;
}

.getres .box label:before {
	content: '';
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: #f00 2px solid;
	background-color: #fff;
	display: inline-block;
	position: absolute;
	margin-top: 14px;
	margin-left: -9px;
}

.getres .box label.selected:before {
	content: "";
	width: 15px;
	height: 15px;
	display: inline-block;
	background: #f00;
	-webkit-background-size: cover;
	background-size: cover;
	border: #ff9a9a 4px solid;
}

.getres .box label input {
	margin-right: 4px;
}

.getres .bm {
	background: url(../images/bm.png) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
	width: 992px;
	height: 120px;
	margin: 0 auto;
	z-index: 2;
	position: relative;
	margin-top: -8px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.getres .bm .input {
	width: 605px;
	height: 60px;
	border-radius: 30px;
	background-color: #fff;
	/*display: flex;*/
	float: right;
	margin-left: 28px;
	padding: 0 0 0 70px;
	box-sizing: content-box;
}

.getres .bm .pho {
	/*height: 46px;*/
	vertical-align: middle;
	padding-top: 15px;
	float: left;
}

.getres .bm input {
	width: 365px;
	height: 60px;
	border: none;
	outline: none;
	font-size: 26px;
	padding-left: 16px;
	float: left;
}

.getres .bm input:placeholder {
	font-size: 26px;
}

.getres .bm input:-ms-input-placeholder {
	font-size: 26px;
}

.getres .bm input::-webkit-input-placeholder {
	font-size: 26px;
}

.getres .bm input:-moz-placeholder {
	font-size: 26px;
}

.getres .bm .sbt {
	width: 205px;
	border-radius: 30px;
	height: 100%;
	background-color: #FF4277;
	text-align: center;
	line-height: 60px;
	color: #fff;
	font-size: 22px;
	float: right;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
	box-shadow: 0 0 0 60px #fff inset;  /*focus背景色*/
	-webkit-text-fill-color: #878787;   /*字的颜色*/
	/* border:none; */
}

select:focus { outline: none; 
appearance:none;
-moz-appearance:none; /* Firefox */
-webkit-appearance:none; /* Safari 和 Chrome */
}


a.btn{
	display: inline-block;
}




section{
	padding-bottom:70px;
}

.top-button {
    width: 68px;
    height: 68px;
    border-radius: 20px;
    overflow: hidden;
    position: fixed;
    /* bottom: 100px; */
    bottom: 280px;
    right: 50px;
    cursor: pointer;
    z-index: 2018;
    display: none;
}
.top-button img {
    width: 68px;
    height: 68px;
    background-color: rgba(0,0,0,.6);
}

.menGray{
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.6);
	z-index: 9999;
	display: none;
}
.menGray.show{
	display: block;
}

.serviceAgreement{
	position: fixed;
	top:10%;
	left:15%;
	right:15%;
	bottom:10%;
	background: #fff;
	z-index:10000;
	padding:5px;
	box-sizing: border-box;
	overflow-y:hidden;
	display: none;
}
.serviceAgreement p{
	font-size:16px;
	line-height:34px;
	text-indent: 2em;
}
.serviceAgreement.show{
	display: block;
}
.serviceAgreement .close{
	position: fixed;
    right: 12%;
    top: 8%;
}
.serviceAgreement .close:before{
	content:'';
	display: block;
	width:34px;
	height:2px;
	background-color: #f3f3f3;
	transform: rotate(45deg);
}
.serviceAgreement .close:after{
	content:'';
	display: block;
	width:34px;
	height:2px;
	background-color: #f3f3f3;
	transform: rotate(-45deg);
	margin-top:-2px;
}
.serviceAgreement h3{
	margin-top:15px;
	line-height:40px;
}

.serviceAgreement .textinner{
	/* position: relative; */
	margin:20px;
	padding-bottom: 80px;
}
.serviceAgreement input[type='button']{
	width:120px;
	height:40px;
	background-color: #f00;
	color:#fff;
	font-size:16px;
	line-height:40px;
	text-align: center;
	position: absolute;
	bottom:40px;
	left:50%;
	transform: translateX(-50%);
	border:none;
	outline:none;
}


 #agreement{
	font-size:14px;
	color:#275ec7;
	line-height:24px;
	padding:0 8px;
}

.serviceAgreement .shell{
	height:100%;
	border:25px solid #fff;
	overflow-y:scroll;
}
