@charset "utf-8";

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
a,
span,
i,
em,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
	margin: 0;
	padding: 0;
}

header,
footer,
section,
article,
aside,
nav,
address,
figure,
figcaption,
menu,
details {
	display: block;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th {
	text-align: left;
	font-weight: normal;
}

html,
body,
fieldset,
img,
iframe,
abbr {
	border: 0;
}

i,
cite,
em,
var,
address,
dfn {
	font-style: normal;
}

[hidefocus],
summary {
	outline: 0;
}

li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
	font-size: 100%;
}

sup,
sub {
	font-size: 83%;
}

del,
s {
	text-decoration: line-through;
}

pre,
code,
kbd,
samp {
	font-family: inherit;
}

q:before,
q:after {
	content: none;
}

textarea {
	overflow: auto;
	resize: none;
}

label,
summary {
	cursor: default;
}

a,
button {
	cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
	font-weight: bold;
}

ins,
u,
a {
	text-decoration: none;
}

body,
textarea,
input,
button,
select,
keygen,
legend {
	font-family: "Microsoft YaHei";
	font-size: 14px;
	color: #333;
	outline: 0;
}

body {
	font-size: 14px;
	line-height: 1;
	font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
	color: #333;
	background: #fff;
}

/* a{
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
} */
a:hover {
	text-decoration: none;
}

body img {
	display: block;
	width: 100%;
}

.pageLogo {
	min-width: 1080px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 8px 0;
}
.pageLogo h1 {
	width: 1020px;
	margin: 0 auto;
}
.pageLogo h1 a {
	display: inline-block;
}
.pageLogo h1 img {
	width: auto;
}

.header {
	min-width: 1080px;
	background: #fff url("../images/header.jpg") center top no-repeat;
}
.header .header-wrapper {
	position: relative;
	height: 605px;
	width: 1020px;
	margin: 0 auto;
}

.body {
	margin-top: -50px;
}
.body .block {
	min-width: 1080px;
}
.body-head {
	font-weight: bold;
	font-size: 47px;
	line-height: 1;
	color: #1C2F3D;
	width: 100%;
	text-align: center;
	bottom: 0;
}

.primary-title {
	font-weight: 400;
	font-size: 98px;
	color: #0D3F8F;
	white-space: nowrap;
	top: 207px;
}

.primary-slogan {
	top: 340px;
	font-weight: 400;
	font-size: 47px;
	color: #454545;
	white-space: nowrap;
}

.main {
	width: 1020px;
	line-height: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 auto;
	padding: 44px 0;
}
.flex-row-left {
	width: 314px;
}

.block-content {
	width: 1020px;
	margin: 0 auto;
	padding: 60px 0;
}
.block-content img {
	width: auto;
	margin: 0 auto;
}

.block.grey {
	background-color: rgba(245, 246, 250, 1);
}

.main-title {
	font-weight: bold;
	font-size: 37px;
	color: #1C2F3D;
	width: 100%;
	padding-bottom: 32px;
	line-height: 1;
}

.main-title span {
	color: #C99F45;
}

.main-title.sub {
	font-weight: normal;
	font-size: 22px;
	color: #1C2F3D;
	padding-left: 14px;
	position: relative;
	box-sizing: border-box;
	padding-bottom: 20px;
}

.main-title.sub::before {
	content: '';
	position: absolute;
	width: 4px;
	height: 21px;
	background: #21375D;
	left: 0;
	top: 0;
}


.main-text1 {
	font-size: 19px;
	color: rgba(28, 47, 61, .5);
	line-height: 28px;
	width: 100%;

}

.main-text2 {
	font-weight: normal;
	font-size: 16px;
	color: #1C2F3D;
	line-height: 24px;
	opacity: 0.5;
	width: 100%;
}

.main-left {
	width: 200px;
}

.main-label {
	display: inline-block;
	border-radius: 6px;
	padding: 0 10px;
	font-weight: normal;
	font-size: 19px;
	color: #FEFFFF;
	line-height: 28px;
	box-sizing: border-box;
	white-space: nowrap;
	height: 26px;
	margin-right: 8px;
	background-image: url(../images/label-bg.png);
	background-size: cover;
}

.main-table-container {
	/* padding-left: 185px; */
	margin-left: 30px;
}

.main-table {
	position: relative;
}

.main-table-row {
	background: #FEFFFF;
	height: 38px;
	box-sizing: border-box;
}

.main-table-row:nth-child(odd) {
	background: #F2F4FA;
}

.main-table-col {
	font-weight: normal;
	font-size: 19px;
	color: #1C2F3D;
	line-height: 28px;
	padding: 0px 22px;
	text-align: center;
	border-right: 1px solid rgba(173, 190, 219, .4);
	white-space: nowrap;
}

.main-table-col span,
.main-table-col i {
	color: rgba(201, 159, 69, 1);
}
.main-table-col .diff-style {
	font-size: 12px;
	color: rgba(201, 159, 69, 1);
	line-height: 1;
}

.main-table-col:first-child {
	padding-left: 210px;
}

.main-table-col:last-child {
	border-right: none;
}

.main-table-head {
	font-weight: bold;
}

.main-table-float {
	width: 185px;
	height: 227px;
	border-radius: 0px 51px 0px 0px;
	/* background-color: rgba(0, 0, 0, .4); */
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url(../images/card-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
}

.main-table2 {
	margin-bottom: 20px;
}

.main-table2 .main-table-col:first-child {
	padding-left: 22px;
}

.main-table2 .main-table-row:nth-child(odd) {
	background: #FEFFFF;
}

.main-table2 .main-table-row:nth-child(even) {
	background: #F2F4FA;
}

.main-table2 .main-table-row:first-child {
	background: #21375D;
}

.main-table-float p {
	font-weight: normal;
	font-size: 23px;
	color: #F3F5FB;
	padding: 10px 0;
	/* background: 
		url(../images/dot-line.png) no-repeat top/left cover,
		url(../images/dot-line.png) no-repeat bottom/left cover; */
	background-image: url(../images/dot-line.png), url(../images/dot-line.png);
	background-position: bottom, top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	/* background: url(../images/dot-line.png) no-repeat fixed 250px 25px; */
}

.footer {
	background-color: rgba(33, 55, 93, 1);
	min-width: 1080px;
	padding-top: 62px;
	padding-bottom: 55px;
}

.footer_paragraph {
	width: 1020px;
	overflow-wrap: break-word;
	color: rgba(173, 203, 255, .6);
	font-size: 16px;
	line-height: 24px;
	margin: 0 auto;
	text-align: justify;
}
.icp-desc {
	text-align: center;
	margin-top: 20px;
}
.icp-desc a {
	font-size: 16px;
	color: rgba(173, 203, 255, .6);
	margin: 0 10px;
}
.icp-desc a:hover {
	color: #f60;
}
.icp-desc a.badge-icon img {
	display: inline-block;
	width: 18px;
	vertical-align: -3px;
	margin-right: 5px;
}


.right-label {
	width: 300px;
	height: 370px;
	background: rgba(33, 55, 93, 0.5);
	box-shadow: 14px 14px 21px 0px rgba(74, 88, 130, 0.34);
	border-radius: 8px;
	position: absolute;
	right: 0;
	top: 42px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 17px 10px 14px;
	box-sizing: border-box;
	align-items: center;
	z-index: 200;
}

.right-label-title {
	font-weight: 400;
	font-size: 24px;
	color: #FBFDFD;
	text-align: left;
	width: 100%;
}

.right-label-desc {
	font-weight: 400;
	font-size: 12px;
	text-align: left;
	color: #FBFDFD;
	width: 100%;
}

.right-label-input {
	width: 100%;
	height: 44px;
	background: #FBFDFD;
	border-radius: 5px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}

.right-label-input--wrap {
	flex: 1;
	height: 100%;
}
.right-label-input--icon {
	width: 33px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.right-label-input--icon.icon1 img {
	display: block;
	width: 16px;
	height: 18px;
	opacity: 0.5;
	object-fit: cover;
}

.right-label-input--icon.icon2 img {
	display: block;
	width: 15px;
	height: 18px;
	opacity: 0.5;
	object-fit: cover;
}

.right-label-input--icon.icon3 img {
	display: block;
	width: 16px;
	height: 16px;
	opacity: 0.5;
	object-fit: cover;
}

.right-label-input--wrap {}
.right-label-input--wrap input {
	border: none;
	height: 100%;
	width: 90%;
	background: none;
}
.right-label-input--wrap input::placeholder {
	color: #C4C4C4;
}
.right-label-subscribe {
	width: 100%;
	height: 46px;
	background: #F08200;
	border-radius: 5px;
	font-weight: 400;
	font-size: 20px;
	color: #FBFDFD;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.right-label-footer {
	width: 100%;
	display: flex;
	align-items: center;
}

.right-label-login,
.right-label-open-account {
	flex: 1;
	height: 46px;
	background: #21375D;
	border-radius: 5px;
	font-weight: 400;
	font-size: 20px;
	color: #FBFDFD;
	display: flex;
	align-items: center;
	justify-content: center;
}

.right-label-login {
	margin-right: 7px;
}


/* pop */
/* pop style */
.pop,
.pop .pop-main{
	display: none;
}

/* pop common style */
.pop,
.pop-mask{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1001;
}
.pop-mask{
	background: rgba(0,0,0,.8);
}
.pop-main{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1002;
}
.pop-main .pop-close{
	position: absolute;
	right: 30px;
	top: 20px;
	display: inline-block;
	width: 38px;
	height: 38px;
	background-image: url(../images/pop-close-btn.png);
	background-repeat: no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	z-index: 120;
	-webkit-tap-highlight-color:rgba(255,0,0,0);
}
.pop-main p.tips{
	font-size: 0.22rem;
	color: #9b9b9b;
	text-align: left;
}
#pop .pop-main-active{
	display: block;
}

.pop-submit-success {
	width: 680px;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.pop-submit-success .pop-header {
	padding: 40px 50px 50px;
}
.pop-submit-success .pop-header h3 {
	font-size: 26px;
	color: #000000;
	font-weight: normal;
}
.pop-submit-success .pop-header h3:before {
	content: '';
	display: inline-block;
	width: 6px;
	height: 27px;
	margin-right: 8px;
	background-color: #bf3838;
	vertical-align: middle;
}
.pop-submit-success .pop-body {
	padding: 0 50px 50px;
}
.pop-submit-success .pop-body p {
	font-size: 22px;
	color: #333333;
	font-weight: normal;
}

.red-border {
	-webkit-box-shadow: inset 2px 0 0 #F08200,inset 0 2px 0 #F08200,inset -2px 0 0 #F08200,inset 0 -2px 0 #F08200;
	-moz-box-shadow: inset 2px 0 0 #F08200,inset 0 2px 0 #F08200,inset -2px 0 0 #F08200,inset 0 -2px 0 #F08200;
	box-shadow: inset 2px 0 0 #F08200,inset 0 2px 0 #F08200,inset -2px 0 0 #F08200,inset 0 -2px 0 #F08200;
}
.show {
	display: block!important;
}